403Webshell
Server IP : www.new.bangkokfinder.com  /  Your IP : 162.158.106.112
Web Server : nginx/1.20.1
System : Linux new 4.15.0-159-generic #167-Ubuntu SMP Tue Sep 21 08:55:05 UTC 2021 x86_64
User : bangkokfinder ( 1000)
PHP Version : 7.4.33
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /proc/self/root/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/self/root/20220909.mobileivhawaii.sql
-- MySQL dump 10.19  Distrib 10.3.34-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost    Database: mobileivhawaii
-- ------------------------------------------------------
-- Server version	10.3.31-MariaDB-0ubuntu0.20.04.1

/*!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: `mobileivhawaii`
--

CREATE DATABASE /*!32312 IF NOT EXISTS*/ `mobileivhawaii` /*!40100 DEFAULT CHARACTER SET latin1 */;

USE `mobileivhawaii`;

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

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

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

LOCK TABLES `wp_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_actions` VALUES (3432,'wp_mail_smtp_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','[71]','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2022-08-16 20:27:27','2022-08-16 10:27:27',0,NULL),(3433,'wp_mail_smtp_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','[72]','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2022-08-19 21:04:21','2022-08-19 11:04:21',0,NULL),(3434,'wp_mail_smtp_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','[73]','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2022-08-24 21:05:21','2022-08-24 11:05:21',0,NULL),(3435,'wp_mail_smtp_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','[74]','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2022-09-08 10:23:42','2022-09-08 00:23:42',0,NULL);
/*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

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

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

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

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

LOCK TABLES `wp_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_logs` VALUES (287,3432,'action created','2022-08-16 20:26:50','2022-08-16 20:26:50'),(288,3432,'action started via WP Cron','2022-08-16 20:27:27','2022-08-16 20:27:27'),(289,3432,'action complete via WP Cron','2022-08-16 20:27:27','2022-08-16 20:27:27'),(290,3433,'action created','2022-08-19 21:03:36','2022-08-19 21:03:36'),(291,3433,'action started via WP Cron','2022-08-19 21:04:21','2022-08-19 21:04:21'),(292,3433,'action complete via WP Cron','2022-08-19 21:04:21','2022-08-19 21:04:21'),(293,3434,'action created','2022-08-24 21:05:19','2022-08-24 21:05:19'),(294,3434,'action started via WP Cron','2022-08-24 21:05:21','2022-08-24 21:05:21'),(295,3434,'action complete via WP Cron','2022-08-24 21:05:21','2022-08-24 21:05:21'),(296,3435,'action created','2022-09-08 10:22:29','2022-09-08 10:22:29'),(297,3435,'action started via WP Cron','2022-09-08 10:23:42','2022-09-08 10:23:42'),(298,3435,'action complete via WP Cron','2022-09-08 10:23:42','2022-09-08 10:23:42');
/*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_aryo_activity_log`
--

DROP TABLE IF EXISTS `wp_aryo_activity_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aryo_activity_log` (
  `histid` int(11) NOT NULL AUTO_INCREMENT,
  `user_caps` varchar(70) NOT NULL DEFAULT 'guest',
  `action` varchar(255) NOT NULL,
  `object_type` varchar(255) NOT NULL,
  `object_subtype` varchar(255) NOT NULL DEFAULT '',
  `object_name` varchar(255) NOT NULL,
  `object_id` int(11) NOT NULL DEFAULT 0,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `hist_ip` varchar(55) NOT NULL DEFAULT '127.0.0.1',
  `hist_time` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`histid`)
) ENGINE=InnoDB AUTO_INCREMENT=1190219 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_aryo_activity_log`
--

LOCK TABLES `wp_aryo_activity_log` WRITE;
/*!40000 ALTER TABLE `wp_aryo_activity_log` DISABLE KEYS */;
INSERT INTO `wp_aryo_activity_log` VALUES (1156885,'guest','failed_login','Users','Session','tech1',0,0,'65.52.200.48',1648897864),(1156886,'guest','failed_login','Users','Session','tech1',0,0,'184.168.114.187',1648897944),(1156887,'guest','failed_login','Users','Session','drmap',0,0,'123.60.59.154',1648898076),(1156888,'guest','failed_login','Users','Session','tech1',0,0,'173.201.176.153',1648898210),(1156889,'guest','failed_login','Users','Session','tech1',0,0,'185.190.117.89',1648898330),(1156890,'guest','failed_login','Users','Session','drmap',0,0,'35.210.238.207',1648898473),(1156891,'guest','failed_login','Users','Session','tech1',0,0,'176.31.116.73',1648898507),(1156892,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:800:10::34bd:1',1648898537),(1156893,'guest','failed_login','Users','Session','tech1',0,0,'218.38.137.175',1648898754),(1156894,'guest','failed_login','Users','Session','tech1',0,0,'34.78.48.176',1648898799),(1156895,'guest','failed_login','Users','Session','drmap',0,0,'37.139.13.163',1648899000),(1156896,'guest','failed_login','Users','Session','tech1',0,0,'92.205.12.199',1648899043),(1156897,'guest','failed_login','Users','Session','drmap',0,0,'62.171.171.106',1648899122),(1156898,'guest','failed_login','Users','Session','tech1',0,0,'77.240.13.186',1648899252),(1156899,'guest','failed_login','Users','Session','tech1',0,0,'167.172.64.96',1648899306),(1156900,'guest','failed_login','Users','Session','tech1',0,0,'92.205.12.199',1648899604),(1156901,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1648899635),(1156902,'guest','failed_login','Users','Session','tech1',0,0,'173.212.201.226',1648899723),(1156903,'guest','failed_login','Users','Session','drmap',0,0,'211.238.13.155',1648899779),(1156904,'guest','failed_login','Users','Session','tech1',0,0,'162.214.208.84',1648899894),(1156905,'guest','failed_login','Users','Session','drmap',0,0,'18.159.200.176',1648899923),(1156906,'guest','failed_login','Users','Session','tech1',0,0,'2600:3c02::f03c:92ff:fe95:a38f',1648900183),(1156907,'guest','failed_login','Users','Session','drmap',0,0,'167.71.163.218',1648900389),(1156908,'guest','failed_login','Users','Session','drmap',0,0,'164.68.124.29',1648900441),(1156909,'guest','failed_login','Users','Session','tech1',0,0,'148.72.122.94',1648900459),(1156910,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1648900559),(1156911,'guest','failed_login','Users','Session','tech1',0,0,'2001:470:c:7e2::2',1648900639),(1156912,'guest','failed_login','Users','Session','tech1',0,0,'47.104.66.61',1648900736),(1156913,'guest','failed_login','Users','Session','tech1',0,0,'171.244.21.74',1648901052),(1156914,'guest','failed_login','Users','Session','drmap',0,0,'62.171.171.106',1648901099),(1156915,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1648901313),(1156916,'guest','failed_login','Users','Session','tech1',0,0,'77.77.150.95',1648901345),(1156917,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1648901381),(1156918,'guest','failed_login','Users','Session','tech1',0,0,'89.96.90.125',1648901576),(1156919,'guest','failed_login','Users','Session','tech1',0,0,'115.159.148.91',1648901624),(1156920,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.42',1648901659),(1156921,'guest','failed_login','Users','Session','tech1',0,0,'172.96.185.133',1648901762),(1156922,'guest','failed_login','Users','Session','drmap',0,0,'159.203.121.12',1648901782),(1156923,'guest','failed_login','Users','Session','tech1',0,0,'188.166.1.143',1648901944),(1156924,'guest','failed_login','Users','Session','tech1',0,0,'162.254.253.158',1648902241),(1156925,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1648902244),(1156926,'guest','failed_login','Users','Session','tech1',0,0,'2a02:7b40:c287:52e9::1',1648902503),(1156927,'guest','failed_login','Users','Session','tech1',0,0,'199.188.201.230',1648902525),(1156928,'guest','failed_login','Users','Session','drmap',0,0,'103.212.43.29',1648902710),(1156929,'guest','failed_login','Users','Session','admin',0,0,'107.150.46.162',1648902920),(1156930,'guest','failed_login','Users','Session','tech1',0,0,'18.159.200.176',1648902963),(1156931,'guest','failed_login','Users','Session','drmap',0,0,'107.150.46.162',1648902984),(1156932,'guest','failed_login','Users','Session','admin',0,0,'50.59.99.143',1648903035),(1156933,'guest','failed_login','Users','Session','tech1',0,0,'107.150.46.162',1648903041),(1156934,'guest','failed_login','Users','Session','com',0,0,'107.150.46.162',1648903106),(1156935,'guest','failed_login','Users','Session','drmap',0,0,'94.247.172.123',1648903113),(1156936,'guest','failed_login','Users','Session','[login]',0,0,'94.247.172.123',1648903114),(1156937,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'107.150.46.162',1648903155),(1156938,'guest','failed_login','Users','Session','drmap',0,0,'107.150.124.98',1648903170),(1156939,'guest','failed_login','Users','Session','admin',0,0,'51.68.141.94',1648903344),(1156940,'guest','failed_login','Users','Session','tech1',0,0,'128.199.62.78',1648903430),(1156941,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.61',1648903491),(1156942,'guest','failed_login','Users','Session','drmap',0,0,'69.163.186.158',1648903631),(1156943,'guest','failed_login','Users','Session','tech1',0,0,'184.168.115.59',1648903632),(1156944,'guest','failed_login','Users','Session','drmap',0,0,'177.55.111.12',1648903775),(1156945,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7c8:aab2:c0::1',1648903886),(1156946,'guest','failed_login','Users','Session','tech1',0,0,'74.208.252.140',1648903942),(1156947,'guest','failed_login','Users','Session','drmap',0,0,'137.74.194.43',1648904090),(1156948,'guest','failed_login','Users','Session','tech1',0,0,'199.192.22.72',1648904256),(1156949,'guest','failed_login','Users','Session','drmap',0,0,'164.160.129.203',1648904446),(1156950,'guest','failed_login','Users','Session','[login]',0,0,'164.160.129.203',1648904447),(1156951,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.58',1648904539),(1156952,'guest','failed_login','Users','Session','drmap',0,0,'5.9.238.116',1648904546),(1156953,'guest','failed_login','Users','Session','tech1',0,0,'185.46.121.66',1648904577),(1156954,'guest','failed_login','Users','Session','tech1',0,0,'69.39.239.34',1648904802),(1156955,'guest','failed_login','Users','Session','tech1',0,0,'49.234.226.197',1648904876),(1156956,'guest','failed_login','Users','Session','drmap',0,0,'165.227.145.176',1648905013),(1156957,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:303:f1cc::',1648905055),(1156958,'guest','failed_login','Users','Session','[login]',0,0,'2001:41d0:303:f1cc::',1648905056),(1156959,'guest','failed_login','Users','Session','tech1',0,0,'112.78.1.204',1648905196),(1156960,'guest','failed_login','Users','Session','tech1',0,0,'202.131.107.130',1648905271),(1156961,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.61',1648905464),(1156962,'guest','failed_login','Users','Session','tech1',0,0,'167.71.216.37',1648905529),(1156963,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:1:e0::5e6:c001',1648905736),(1156964,'guest','failed_login','Users','Session','tech1',0,0,'62.28.184.124',1648905874),(1156965,'guest','failed_login','Users','Session','drmap',0,0,'105.73.85.148',1648905934),(1156966,'guest','failed_login','Users','Session','admin',0,0,'107.150.46.162',1648906044),(1156967,'guest','failed_login','Users','Session','drmap',0,0,'107.150.46.162',1648906096),(1156968,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1648906104),(1156969,'guest','failed_login','Users','Session','tech1',0,0,'107.150.46.162',1648906155),(1156970,'guest','failed_login','Users','Session','tech1',0,0,'47.100.208.57',1648906190),(1156971,'guest','failed_login','Users','Session','tech1',0,0,'60.205.205.107',1648906205),(1156972,'guest','failed_login','Users','Session','com',0,0,'107.150.46.162',1648906213),(1156973,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'107.150.46.162',1648906280),(1156974,'guest','failed_login','Users','Session','drmap',0,0,'91.151.89.74',1648906324),(1156975,'guest','failed_login','Users','Session','tech1',0,0,'47.105.86.21',1648906509),(1156976,'guest','failed_login','Users','Session','tech1',0,0,'161.97.112.17',1648906657),(1156977,'guest','failed_login','Users','Session','drmap',0,0,'185.200.243.16',1648906858),(1156978,'guest','failed_login','Users','Session','tech1',0,0,'111.93.56.221',1648906877),(1156979,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.19',1648907017),(1156980,'guest','failed_login','Users','Session','drmap',0,0,'203.99.60.206',1648907095),(1156981,'guest','failed_login','Users','Session','[login]',0,0,'203.99.60.206',1648907096),(1156982,'guest','failed_login','Users','Session','tech1',0,0,'39.108.148.88',1648907114),(1156983,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.85',1648907143),(1156984,'guest','failed_login','Users','Session','tech1',0,0,'162.0.239.18',1648907202),(1156985,'guest','failed_login','Users','Session','tech1',0,0,'82.221.131.116',1648907536),(1156986,'guest','failed_login','Users','Session','tech1',0,0,'78.141.209.179',1648907571),(1156987,'guest','failed_login','Users','Session','tech1',0,0,'82.165.85.126',1648907677),(1156988,'guest','failed_login','Users','Session','drmap',0,0,'13.250.13.157',1648907713),(1156989,'guest','failed_login','Users','Session','[login]',0,0,'13.250.13.157',1648907713),(1156990,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.114',1648907776),(1156991,'guest','failed_login','Users','Session','tech1',0,0,'2804:b44:1000::20',1648907879),(1156992,'guest','failed_login','Users','Session','tech1',0,0,'8.136.214.101',1648908031),(1156993,'guest','failed_login','Users','Session','tech1',0,0,'92.205.2.188',1648908226),(1156994,'guest','failed_login','Users','Session','drmap',0,0,'91.149.192.90',1648908236),(1156995,'guest','failed_login','Users','Session','drmap',0,0,'128.134.187.112',1648908368),(1156996,'guest','failed_login','Users','Session','[login]',0,0,'128.134.187.112',1648908369),(1156997,'guest','failed_login','Users','Session','tech1',0,0,'207.180.205.52',1648908502),(1156998,'guest','failed_login','Users','Session','tech1',0,0,'72.167.124.187',1648908566),(1156999,'guest','failed_login','Users','Session','drmap',0,0,'162.240.28.177',1648908710),(1157000,'guest','failed_login','Users','Session','tech1',0,0,'192.169.244.239',1648908913),(1157001,'guest','failed_login','Users','Session','tech1',0,0,'2a02:7b40:c287:52e9::1',1648908967),(1157002,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1648908969),(1157003,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.42',1648909057),(1157004,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.74',1648909123),(1157005,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1648909168),(1157006,'guest','failed_login','Users','Session','drmap',0,0,'201.76.164.146',1648909173),(1157007,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.229',1648909214),(1157008,'guest','failed_login','Users','Session','tech1',0,0,'31.177.95.38',1648909269),(1157009,'guest','failed_login','Users','Session','tech1',0,0,'92.205.10.38',1648909629),(1157010,'guest','failed_login','Users','Session','drmap',0,0,'34.65.197.49',1648909667),(1157011,'guest','failed_login','Users','Session','[login]',0,0,'34.65.197.49',1648909667),(1157012,'guest','failed_login','Users','Session','tech1',0,0,'185.19.190.26',1648909891),(1157013,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.106',1648910000),(1157014,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.42',1648910041),(1157015,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::f6f:3001',1648910096),(1157016,'guest','failed_login','Users','Session','drmap',0,0,'185.74.252.15',1648910295),(1157017,'guest','failed_login','Users','Session','[login]',0,0,'185.74.252.15',1648910295),(1157018,'guest','failed_login','Users','Session','tech1',0,0,'35.195.135.67',1648910348),(1157019,'guest','failed_login','Users','Session','tech1',0,0,'103.166.156.108',1648910351),(1157020,'guest','failed_login','Users','Session','tech1',0,0,'137.59.109.212',1648910714),(1157021,'guest','failed_login','Users','Session','drmap',0,0,'85.128.143.110',1648910950),(1157022,'guest','failed_login','Users','Session','tech1',0,0,'138.197.173.121',1648911056),(1157023,'guest','failed_login','Users','Session','tech1',0,0,'72.167.225.151',1648911434),(1157024,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1648911462),(1157025,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:800:c1::2b8:f001',1648911599),(1157026,'guest','failed_login','Users','Session','[login]',0,0,'2604:a880:800:c1::2b8:f001',1648911599),(1157027,'guest','failed_login','Users','Session','tech1',0,0,'138.128.173.10',1648911811),(1157028,'guest','failed_login','Users','Session','tech1',0,0,'47.104.66.61',1648912162),(1157029,'guest','failed_login','Users','Session','tech1',0,0,'72.167.124.187',1648912553),(1157030,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1648912649),(1157031,'guest','failed_login','Users','Session','tech1',0,0,'162.144.49.214',1648912923),(1157032,'guest','failed_login','Users','Session','drmap',0,0,'2a0e:fd45:2ba0:10:188:64:138:23',1648912930),(1157033,'guest','failed_login','Users','Session','[login]',0,0,'2a0e:fd45:2ba0:10:188:64:138:23',1648912931),(1157034,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.229',1648913155),(1157035,'guest','failed_login','Users','Session','tech1',0,0,'185.146.21.52',1648913332),(1157036,'guest','failed_login','Users','Session','drmap',0,0,'161.97.130.211',1648913553),(1157037,'guest','failed_login','Users','Session','tech1',0,0,'47.242.50.8',1648913690),(1157038,'guest','failed_login','Users','Session','tech1',0,0,'213.246.109.83',1648914008),(1157039,'guest','failed_login','Users','Session','tech1',0,0,'103.129.178.69',1648914089),(1157040,'guest','failed_login','Users','Session','drmap',0,0,'13.125.17.211',1648914211),(1157041,'guest','failed_login','Users','Session','tech1',0,0,'198.20.170.59',1648914492),(1157042,'guest','failed_login','Users','Session','drmap',0,0,'178.128.54.225',1648914817),(1157043,'guest','failed_login','Users','Session','tech1',0,0,'34.64.218.102',1648914884),(1157044,'guest','failed_login','Users','Session','tech1',0,0,'171.244.21.74',1648915307),(1157045,'guest','failed_login','Users','Session','drmap',0,0,'82.223.70.124',1648915506),(1157046,'guest','failed_login','Users','Session','tech1',0,0,'150.95.24.78',1648915709),(1157047,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.155',1648915913),(1157048,'guest','failed_login','Users','Session','tech1',0,0,'103.101.162.249',1648916114),(1157049,'guest','failed_login','Users','Session','drmap',0,0,'64.227.114.253',1648916163),(1157050,'guest','failed_login','Users','Session','[login]',0,0,'64.227.114.253',1648916164),(1157051,'guest','failed_login','Users','Session','tech1',0,0,'5.160.200.204',1648916537),(1157052,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1648916550),(1157053,'guest','failed_login','Users','Session','drmap',0,0,'88.198.132.68',1648916794),(1157054,'guest','failed_login','Users','Session','tech1',0,0,'198.211.115.226',1648916931),(1157055,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.229',1648916998),(1157056,'guest','failed_login','Users','Session','tech1',0,0,'47.106.201.134',1648917329),(1157057,'guest','failed_login','Users','Session','drmap',0,0,'91.126.176.51',1648917451),(1157058,'guest','failed_login','Users','Session','[login]',0,0,'91.126.176.51',1648917452),(1157059,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1648917580),(1157060,'guest','failed_login','Users','Session','drmap',0,0,'130.185.77.84',1648918132),(1157061,'guest','failed_login','Users','Session','tech1',0,0,'162.144.78.149',1648918172),(1157062,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1648918268),(1157063,'guest','failed_login','Users','Session','tech1',0,0,'64.227.0.234',1648918606),(1157064,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.30',1648918964),(1157065,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.92',1648918981),(1157066,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:4:1d0::b9:8000',1648919030),(1157067,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1648919236),(1157068,'guest','failed_login','Users','Session','tech1',0,0,'159.253.25.213',1648919485),(1157069,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1648919922),(1157070,'guest','failed_login','Users','Session','drmap',0,0,'172.93.52.52',1648920098),(1157071,'guest','failed_login','Users','Session','tech1',0,0,'167.99.75.244',1648920332),(1157072,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:c0c:ece::1',1648920782),(1157073,'guest','failed_login','Users','Session','tech1',0,0,'88.87.206.123',1648920791),(1157074,'guest','failed_login','Users','Session','tech1',0,0,'148.72.232.158',1648920809),(1157075,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.19',1648920897),(1157076,'guest','failed_login','Users','Session','tech1',0,0,'67.23.226.241',1648921222),(1157077,'guest','failed_login','Users','Session','drmap',0,0,'167.99.65.13',1648921461),(1157078,'guest','failed_login','Users','Session','tech1',0,0,'2604:2dc0:200:1378::',1648921668),(1157079,'guest','failed_login','Users','Session','tech1',0,0,'185.49.20.75',1648922115),(1157080,'guest','failed_login','Users','Session','drmap',0,0,'103.226.250.27',1648922119),(1157081,'guest','failed_login','Users','Session','[login]',0,0,'103.226.250.27',1648922119),(1157082,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.59',1648922527),(1157083,'guest','failed_login','Users','Session','tech1',0,0,'171.244.21.74',1648922569),(1157084,'guest','failed_login','Users','Session','drmap',0,0,'109.70.148.39',1648922790),(1157085,'guest','failed_login','Users','Session','tech1',0,0,'159.203.176.82',1648923005),(1157086,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.19',1648923297),(1157087,'guest','failed_login','Users','Session','tech1',0,0,'34.64.218.102',1648923430),(1157088,'guest','failed_login','Users','Session','drmap',0,0,'147.182.203.28',1648923500),(1157089,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.68',1648923535),(1157090,'guest','failed_login','Users','Session','tech1',0,0,'199.192.22.72',1648923906),(1157091,'guest','failed_login','Users','Session','drmap',0,0,'2001:f90:4880:b11:202:c9ff:fedb:58f0',1648924187),(1157092,'guest','failed_login','Users','Session','[login]',0,0,'2001:f90:4880:b11:202:c9ff:fedb:58f0',1648924187),(1157093,'guest','failed_login','Users','Session','tech1',0,0,'8.210.158.38',1648924334),(1157094,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1648924465),(1157095,'guest','failed_login','Users','Session','tech1',0,0,'218.38.137.175',1648924787),(1157096,'guest','failed_login','Users','Session','drmap',0,0,'103.77.160.73',1648924831),(1157097,'guest','failed_login','Users','Session','tech1',0,0,'61.12.67.132',1648925249),(1157098,'guest','failed_login','Users','Session','drmap',0,0,'62.171.171.106',1648925508),(1157099,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1648925520),(1157100,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:303:2e08::',1648925671),(1157101,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1648925782),(1157102,'guest','failed_login','Users','Session','tech1',0,0,'185.126.219.43',1648925964),(1157103,'guest','failed_login','Users','Session','tech1',0,0,'35.202.241.36',1648925978),(1157104,'guest','failed_login','Users','Session','drmap',0,0,'34.65.197.49',1648926169),(1157105,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1648926352),(1157106,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::4dd:b001',1648926419),(1157107,'guest','failed_login','Users','Session','tech1',0,0,'185.50.199.194',1648926480),(1157108,'guest','failed_login','Users','Session','drmap',0,0,'69.163.186.158',1648926723),(1157109,'guest','failed_login','Users','Session','drmap',0,0,'15.184.204.136',1648926870),(1157110,'guest','failed_login','Users','Session','tech1',0,0,'92.205.10.70',1648926908),(1157111,'guest','failed_login','Users','Session','tech1',0,0,'159.65.216.18',1648927015),(1157112,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.155',1648927168),(1157113,'guest','failed_login','Users','Session','drmap',0,0,'103.88.122.117',1648927249),(1157114,'guest','failed_login','Users','Session','tech1',0,0,'137.59.109.212',1648927372),(1157115,'guest','failed_login','Users','Session','tech1',0,0,'64.31.14.78',1648927451),(1157116,'guest','failed_login','Users','Session','[login]',0,0,'159.65.1.255',1648927497),(1157117,'guest','failed_login','Users','Session','tech1',0,0,'216.139.241.148',1648927540),(1157118,'guest','failed_login','Users','Session','drmap',0,0,'2001:19f0:ac01:1f6d:5400:3ff:fece:4992',1648927776),(1157119,'guest','failed_login','Users','Session','tech1',0,0,'138.128.173.10',1648927835),(1157120,'guest','failed_login','Users','Session','drmap',0,0,'159.89.165.49',1648928193),(1157121,'guest','failed_login','Users','Session','[login]',0,0,'159.89.165.49',1648928199),(1157122,'guest','failed_login','Users','Session','tech1',0,0,'93.104.213.124',1648928311),(1157123,'guest','failed_login','Users','Session','drmap',0,0,'161.97.175.221',1648928312),(1157124,'guest','failed_login','Users','Session','tech1',0,0,'159.203.176.82',1648928773),(1157125,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d1::631:1001',1648928835),(1157126,'guest','failed_login','Users','Session','drmap',0,0,'104.248.235.74',1648928887),(1157127,'guest','failed_login','Users','Session','tech1',0,0,'47.93.61.192',1648929126),(1157128,'guest','failed_login','Users','Session','tech1',0,0,'103.101.162.249',1648929243),(1157129,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f9:c010:cc2f::1',1648929356),(1157130,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f9:4b:3a5b::2',1648929568),(1157131,'guest','failed_login','Users','Session','tech1',0,0,'72.167.222.172',1648929644),(1157132,'guest','failed_login','Users','Session','tech1',0,0,'199.192.30.216',1648929713),(1157133,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1648929876),(1157134,'guest','failed_login','Users','Session','tech1',0,0,'141.94.87.67',1648930169),(1157135,'guest','failed_login','Users','Session','tech1',0,0,'45.162.168.221',1648930191),(1157136,'guest','failed_login','Users','Session','drmap',0,0,'85.128.143.110',1648930202),(1157137,'guest','failed_login','Users','Session','drmap',0,0,'207.180.205.52',1648930408),(1157138,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.61',1648930452),(1157139,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::11d2:e001',1648930699),(1157140,'guest','failed_login','Users','Session','tech1',0,0,'133.167.92.28',1648930702),(1157141,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.155',1648930785),(1157142,'guest','failed_login','Users','Session','drmap',0,0,'188.166.88.224',1648930879),(1157143,'guest','failed_login','Users','Session','drmap',0,0,'2.59.133.156',1648930929),(1157144,'guest','failed_login','Users','Session','tech1',0,0,'167.172.70.3',1648931032),(1157145,'guest','failed_login','Users','Session','tech1',0,0,'167.172.70.3',1648931033),(1157146,'guest','failed_login','Users','Session','tech1',0,0,'167.172.70.3',1648931034),(1157147,'guest','failed_login','Users','Session','tech1',0,0,'167.172.70.3',1648931035),(1157148,'guest','failed_login','Users','Session','tech1',0,0,'167.172.70.3',1648931036),(1157149,'guest','failed_login','Users','Session','tech1',0,0,'167.172.70.3',1648931037),(1157150,'guest','failed_login','Users','Session','tech1',0,0,'167.172.70.3',1648931038),(1157151,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.229',1648931083),(1157152,'guest','failed_login','Users','Session','tech1',0,0,'167.99.75.244',1648931126),(1157153,'guest','failed_login','Users','Session','tech1',0,0,'2a05:7cc0:0:185:80:130:75:1',1648931226),(1157154,'guest','failed_login','Users','Session','drmap',0,0,'2a01:7c8:aab2:c0::1',1648931461),(1157155,'guest','failed_login','Users','Session','tech1',0,0,'132.148.47.21',1648931517),(1157156,'guest','failed_login','Users','Session','drmap',0,0,'2a01:7e00::f03c:93ff:fe55:c649',1648931538),(1157157,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.42',1648931741),(1157158,'guest','failed_login','Users','Session','tech1',0,0,'37.143.8.76',1648931752),(1157159,'guest','failed_login','Users','Session','tech1',0,0,'148.72.203.102',1648931825),(1157160,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.59',1648931840),(1157161,'guest','failed_login','Users','Session','drmap',0,0,'198.46.160.118',1648931987),(1157162,'guest','failed_login','Users','Session','tech1',0,0,'190.145.68.131',1648932115),(1157163,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1648932253),(1157164,'guest','failed_login','Users','Session','drmap',0,0,'91.189.176.172',1648932281),(1157165,'guest','failed_login','Users','Session','tech1',0,0,'151.80.91.175',1648932281),(1157166,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1648932295),(1157167,'guest','failed_login','Users','Session','tech1',0,0,'178.128.82.148',1648932370),(1157168,'guest','failed_login','Users','Session','drmap',0,0,'46.29.23.162',1648932513),(1157169,'guest','failed_login','Users','Session','tech1',0,0,'72.167.67.108',1648932624),(1157170,'guest','failed_login','Users','Session','tech1',0,0,'111.231.200.129',1648932817),(1157171,'guest','failed_login','Users','Session','tech1',0,0,'41.93.82.7',1648932857),(1157172,'guest','failed_login','Users','Session','drmap',0,0,'154.61.75.248',1648932928),(1157173,'guest','failed_login','Users','Session','drmap',0,0,'198.46.160.118',1648933049),(1157174,'guest','failed_login','Users','Session','tech1',0,0,'173.212.214.140',1648933106),(1157175,'guest','failed_login','Users','Session','tech1',0,0,'68.65.122.108',1648933297),(1157176,'guest','failed_login','Users','Session','tech1',0,0,'2001:4ba0:fff1:3::1',1648933325),(1157177,'guest','failed_login','Users','Session','tech1',0,0,'159.89.2.220',1648933529),(1157178,'guest','failed_login','Users','Session','drmap',0,0,'109.74.196.231',1648933556),(1157179,'guest','failed_login','Users','Session','drmap',0,0,'52.21.0.38',1648933595),(1157180,'guest','failed_login','Users','Session','tech1',0,0,'2406:7400:75:66c5:6525:60e3:609d:a0cf',1648933747),(1157181,'guest','failed_login','Users','Session','tech1',0,0,'144.126.223.177',1648933855),(1157182,'guest','failed_login','Users','Session','tech1',0,0,'8.210.146.161',1648933935),(1157183,'guest','failed_login','Users','Session','drmap',0,0,'211.149.219.47',1648934091),(1157184,'guest','failed_login','Users','Session','tech1',0,0,'208.109.78.180',1648934145),(1157185,'guest','failed_login','Users','Session','tech1',0,0,'95.179.242.73',1648934178),(1157186,'guest','failed_login','Users','Session','tech1',0,0,'186.234.80.129',1648934353),(1157187,'guest','failed_login','Users','Session','tech1',0,0,'132.148.165.154',1648934376),(1157188,'guest','failed_login','Users','Session','tech1',0,0,'150.109.61.139',1648934559),(1157189,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.92',1648934738),(1157190,'guest','failed_login','Users','Session','tech1',0,0,'192.163.197.220',1648934786),(1157191,'guest','failed_login','Users','Session','tech1',0,0,'69.39.239.34',1648934895),(1157192,'guest','failed_login','Users','Session','drmap',0,0,'194.163.133.199',1648934963),(1157193,'guest','failed_login','Users','Session','tech1',0,0,'208.109.28.66',1648934969),(1157194,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.163',1648935126),(1157195,'guest','failed_login','Users','Session','tech1',0,0,'45.125.239.234',1648935167),(1157196,'guest','failed_login','Users','Session','tech1',0,0,'103.3.246.217',1648935376),(1157197,'guest','failed_login','Users','Session','tech1',0,0,'35.224.216.78',1648935599),(1157198,'guest','failed_login','Users','Session','drmap',0,0,'185.243.214.28',1648935639),(1157199,'guest','failed_login','Users','Session','drmap',0,0,'167.99.65.13',1648935642),(1157200,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a077::3e6:8c3e',1648935780),(1157201,'guest','failed_login','Users','Session','tech1',0,0,'121.42.231.47',1648935922),(1157202,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::4fd:2001',1648935978),(1157203,'guest','failed_login','Users','Session','tech1',0,0,'103.111.30.40',1648936187),(1157204,'guest','failed_login','Users','Session','drmap',0,0,'2001:4b99:1:1:216:3eff:fe83:1527',1648936338),(1157205,'guest','failed_login','Users','Session','tech1',0,0,'192.81.214.168',1648936386),(1157206,'guest','failed_login','Users','Session','admin',0,0,'194.126.177.54',1648936452),(1157207,'guest','failed_login','Users','Session','tech1',0,0,'184.168.103.124',1648936588),(1157208,'guest','failed_login','Users','Session','drmap',0,0,'167.71.163.218',1648936679),(1157209,'guest','failed_login','Users','Session','tech1',0,0,'142.93.113.173',1648936794),(1157210,'guest','failed_login','Users','Session','drmap',0,0,'161.35.51.40',1648936944),(1157211,'guest','failed_login','Users','Session','tech1',0,0,'106.52.145.59',1648936960),(1157212,'guest','failed_login','Users','Session','tech1',0,0,'159.89.85.183',1648936999),(1157213,'guest','failed_login','Users','Session','drmap',0,0,'95.128.43.176',1648937189),(1157214,'guest','failed_login','Users','Session','tech1',0,0,'82.221.131.116',1648937220),(1157215,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.60',1648937375),(1157216,'guest','failed_login','Users','Session','tech1',0,0,'47.106.201.134',1648937396),(1157217,'guest','failed_login','Users','Session','tech1',0,0,'34.69.38.15',1648937508),(1157218,'guest','failed_login','Users','Session','tech1',0,0,'192.169.151.159',1648937598),(1157219,'guest','failed_login','Users','Session','drmap',0,0,'91.189.176.172',1648937720),(1157220,'guest','failed_login','Users','Session','drmap',0,0,'46.29.23.162',1648937758),(1157221,'guest','failed_login','Users','Session','tech1',0,0,'211.37.147.188',1648937799),(1157222,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.74',1648937805),(1157223,'guest','failed_login','Users','Session','tech1',0,0,'104.131.60.249',1648938005),(1157224,'guest','failed_login','Users','Session','tech1',0,0,'159.65.76.38',1648938066),(1157225,'guest','failed_login','Users','Session','tech1',0,0,'47.241.26.170',1648938206),(1157226,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.61',1648938232),(1157227,'guest','failed_login','Users','Session','drmap',0,0,'185.2.5.77',1648938299),(1157228,'guest','failed_login','Users','Session','drmap',0,0,'52.77.82.143',1648938367),(1157229,'guest','failed_login','Users','Session','tech1',0,0,'184.168.114.104',1648938410),(1157230,'guest','failed_login','Users','Session','tech1',0,0,'216.117.188.6',1648938590),(1157231,'guest','failed_login','Users','Session','tech1',0,0,'173.212.214.140',1648938636),(1157232,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1648938765),(1157233,'guest','failed_login','Users','Session','tech1',0,0,'103.152.255.30',1648938815),(1157234,'guest','failed_login','Users','Session','drmap',0,0,'51.195.42.19',1648938820),(1157235,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.85',1648938839),(1157236,'guest','failed_login','Users','Session','tech1',0,0,'143.198.213.129',1648939021),(1157237,'guest','failed_login','Users','Session','drmap',0,0,'161.97.147.108',1648939053),(1157238,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.56',1648939113),(1157239,'guest','failed_login','Users','Session','tech1',0,0,'185.61.152.44',1648939223),(1157240,'guest','failed_login','Users','Session','drmap',0,0,'78.135.83.195',1648939354),(1157241,'guest','failed_login','Users','Session','tech1',0,0,'2400:8500:1301:738:133:130:103:36',1648939643),(1157242,'guest','failed_login','Users','Session','tech1',0,0,'161.35.121.221',1648939644),(1157243,'guest','failed_login','Users','Session','drmap',0,0,'103.104.123.42',1648939719),(1157244,'guest','failed_login','Users','Session','tech1',0,0,'139.59.60.160',1648939834),(1157245,'guest','failed_login','Users','Session','drmap',0,0,'176.9.62.220',1648939883),(1157246,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1648940018),(1157247,'guest','failed_login','Users','Session','tech1',0,0,'45.119.213.225',1648940034),(1157248,'guest','failed_login','Users','Session','tech1',0,0,'184.168.100.30',1648940054),(1157249,'guest','failed_login','Users','Session','tech1',0,0,'159.253.25.213',1648940258),(1157250,'guest','failed_login','Users','Session','tech1',0,0,'166.62.122.244',1648940434),(1157251,'guest','failed_login','Users','Session','drmap',0,0,'47.94.136.206',1648940450),(1157252,'guest','failed_login','Users','Session','tech1',0,0,'208.109.75.124',1648940634),(1157253,'guest','failed_login','Users','Session','tech1',0,0,'2a00:1128:1:1::147:43',1648940730),(1157254,'guest','failed_login','Users','Session','tech1',0,0,'173.212.214.140',1648940854),(1157255,'guest','failed_login','Users','Session','drmap',0,0,'46.101.159.72',1648940986),(1157256,'guest','failed_login','Users','Session','tech1',0,0,'150.95.112.79',1648941032),(1157257,'guest','failed_login','Users','Session','drmap',0,0,'188.166.246.107',1648941076),(1157258,'guest','failed_login','Users','Session','tech1',0,0,'217.160.131.45',1648941232),(1157259,'guest','failed_login','Users','Session','tech1',0,0,'161.97.118.255',1648941304),(1157260,'guest','failed_login','Users','Session','tech1',0,0,'92.205.3.251',1648941446),(1157261,'guest','failed_login','Users','Session','drmap',0,0,'151.106.41.64',1648941540),(1157262,'guest','failed_login','Users','Session','tech1',0,0,'184.168.116.210',1648941635),(1157263,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1648941717),(1157264,'guest','failed_login','Users','Session','drmap',0,0,'165.232.180.1',1648941811),(1157265,'guest','failed_login','Users','Session','tech1',0,0,'64.141.87.4',1648941841),(1157266,'guest','failed_login','Users','Session','tech1',0,0,'92.205.5.11',1648941850),(1157267,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.67',1648941856),(1157268,'guest','failed_login','Users','Session','tech1',0,0,'103.130.214.141',1648942038),(1157269,'guest','failed_login','Users','Session','drmap',0,0,'162.241.71.202',1648942085),(1157270,'guest','failed_login','Users','Session','tech1',0,0,'72.167.67.108',1648942238),(1157271,'guest','failed_login','Users','Session','tech1',0,0,'2a02:7b40:c287:52e9::1',1648942394),(1157272,'guest','failed_login','Users','Session','tech1',0,0,'103.153.214.231',1648942437),(1157273,'guest','failed_login','Users','Session','drmap',0,0,'103.183.74.54',1648942560),(1157274,'guest','failed_login','Users','Session','tech1',0,0,'198.54.120.17',1648942636),(1157275,'guest','failed_login','Users','Session','drmap',0,0,'89.96.90.125',1648942637),(1157276,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.85',1648942814),(1157277,'guest','failed_login','Users','Session','tech1',0,0,'31.177.95.36',1648942844),(1157278,'guest','failed_login','Users','Session','tech1',0,0,'167.172.151.91',1648942932),(1157279,'guest','failed_login','Users','Session','tech1',0,0,'47.107.33.26',1648943034),(1157280,'guest','failed_login','Users','Session','drmap',0,0,'20.64.155.18',1648943168),(1157281,'guest','failed_login','Users','Session','tech1',0,0,'107.190.135.178',1648943235),(1157282,'guest','failed_login','Users','Session','drmap',0,0,'2a00:d680:20:50::44ef',1648943263),(1157283,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1648943466),(1157284,'guest','failed_login','Users','Session','tech1',0,0,'2a00:5da0:1000:1::27',1648943520),(1157285,'guest','failed_login','Users','Session','tech1',0,0,'161.35.121.221',1648943648),(1157286,'guest','failed_login','Users','Session','tech1',0,0,'158.255.80.210',1648943858),(1157287,'guest','failed_login','Users','Session','drmap',0,0,'15.184.204.136',1648943964),(1157288,'guest','failed_login','Users','Session','tech1',0,0,'35.224.250.64',1648944001),(1157289,'guest','failed_login','Users','Session','tech1',0,0,'91.205.175.35',1648944046),(1157290,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.30',1648944170),(1157291,'guest','failed_login','Users','Session','tech1',0,0,'107.180.103.185',1648944225),(1157292,'guest','failed_login','Users','Session','drmap',0,0,'144.91.88.151',1648944236),(1157293,'guest','failed_login','Users','Session','tech1',0,0,'68.65.123.202',1648944423),(1157294,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d1::910:d001',1648944540),(1157295,'guest','failed_login','Users','Session','tech1',0,0,'72.167.56.38',1648944624),(1157296,'guest','failed_login','Users','Session','drmap',0,0,'185.170.8.60',1648944674),(1157297,'guest','failed_login','Users','Session','drmap',0,0,'23.97.205.210',1648944795),(1157298,'guest','failed_login','Users','Session','tech1',0,0,'184.168.97.21',1648944827),(1157299,'guest','failed_login','Users','Session','tech1',0,0,'62.28.184.124',1648945046),(1157300,'guest','failed_login','Users','Session','tech1',0,0,'92.205.15.94',1648945227),(1157301,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1648945280),(1157302,'guest','failed_login','Users','Session','drmap',0,0,'159.89.27.131',1648945334),(1157303,'guest','failed_login','Users','Session','drmap',0,0,'104.211.93.59',1648945362),(1157304,'guest','failed_login','Users','Session','tech1',0,0,'92.205.10.38',1648945423),(1157305,'guest','failed_login','Users','Session','tech1',0,0,'43.241.70.75',1648945630),(1157306,'guest','failed_login','Users','Session','tech1',0,0,'194.163.159.35',1648945635),(1157307,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.19',1648945815),(1157308,'guest','failed_login','Users','Session','tech1',0,0,'162.241.156.147',1648945847),(1157309,'guest','failed_login','Users','Session','drmap',0,0,'103.219.60.130',1648945866),(1157310,'guest','failed_login','Users','Session','tech1',0,0,'92.204.221.188',1648945894),(1157311,'guest','failed_login','Users','Session','tech1',0,0,'198.54.120.17',1648945996),(1157312,'guest','failed_login','Users','Session','drmap',0,0,'120.55.169.254',1648946105),(1157313,'guest','failed_login','Users','Session','tech1',0,0,'23.94.120.151',1648946162),(1157314,'guest','failed_login','Users','Session','tech1',0,0,'173.201.177.4',1648946203),(1157315,'guest','failed_login','Users','Session','tech1',0,0,'92.205.10.38',1648946408),(1157316,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1648946615),(1157317,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1648946687),(1157318,'guest','failed_login','Users','Session','tech1',0,0,'147.139.37.149',1648946803),(1157319,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.61',1648946913),(1157320,'guest','failed_login','Users','Session','drmap',0,0,'20.64.155.18',1648946916),(1157321,'guest','failed_login','Users','Session','tech1',0,0,'47.107.33.26',1648946982),(1157322,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.210',1648947197),(1157323,'guest','failed_login','Users','Session','tech1',0,0,'190.145.68.131',1648947206),(1157324,'guest','failed_login','Users','Session','tech1',0,0,'141.94.21.233',1648947399),(1157325,'guest','failed_login','Users','Session','drmap',0,0,'109.168.97.89',1648947431),(1157326,'guest','failed_login','Users','Session','drmap',0,0,'177.153.50.81',1648947462),(1157327,'guest','failed_login','Users','Session','tech1',0,0,'208.109.75.198',1648947598),(1157328,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1648947662),(1157329,'guest','failed_login','Users','Session','tech1',0,0,'47.241.26.170',1648947792),(1157330,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:1c1c:351::1',1648947952),(1157331,'guest','failed_login','Users','Session','tech1',0,0,'213.136.69.132',1648948016),(1157332,'guest','failed_login','Users','Session','tech1',0,0,'150.95.110.113',1648948235),(1157333,'guest','failed_login','Users','Session','tech1',0,0,'159.65.146.8',1648948264),(1157334,'guest','failed_login','Users','Session','tech1',0,0,'80.246.1.193',1648948451),(1157335,'guest','failed_login','Users','Session','drmap',0,0,'101.32.178.221',1648948515),(1157336,'guest','failed_login','Users','Session','tech1',0,0,'41.93.82.7',1648948653),(1157337,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7c8:aab2:c0::1',1648948820),(1157338,'guest','failed_login','Users','Session','drmap',0,0,'211.43.13.28',1648948841),(1157339,'guest','failed_login','Users','Session','tech1',0,0,'2804:b44:1000::20',1648948868),(1157340,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::1117:2001',1648949051),(1157341,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:2:f0::57:b001',1648949072),(1157342,'guest','failed_login','Users','Session','tech1',0,0,'95.128.46.215',1648949311),(1157343,'guest','failed_login','Users','Session','tech1',0,0,'36.94.142.166',1648949522),(1157344,'guest','failed_login','Users','Session','drmap',0,0,'64.227.114.253',1648949554),(1157345,'guest','failed_login','Users','Session','drmap',0,0,'2a00:1a28:155d:1f5::1',1648949583),(1157346,'guest','failed_login','Users','Session','tech1',0,0,'173.201.181.53',1648949747),(1157347,'guest','failed_login','Users','Session','tech1',0,0,'95.217.3.203',1648949872),(1157348,'guest','failed_login','Users','Session','tech1',0,0,'162.240.15.168',1648949986),(1157349,'guest','failed_login','Users','Session','drmap',0,0,'185.2.4.44',1648950108),(1157350,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1648950129),(1157351,'guest','failed_login','Users','Session','tech1',0,0,'167.99.54.31',1648950213),(1157352,'guest','failed_login','Users','Session','drmap',0,0,'207.148.9.200',1648950220),(1157353,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1648950378),(1157354,'guest','failed_login','Users','Session','tech1',0,0,'35.238.54.156',1648950408),(1157355,'guest','failed_login','Users','Session','tech1',0,0,'47.241.26.170',1648950421),(1157356,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.22',1648950529),(1157357,'guest','failed_login','Users','Session','tech1',0,0,'159.75.71.179',1648950648),(1157358,'guest','failed_login','Users','Session','drmap',0,0,'36.94.142.166',1648950650),(1157359,'guest','failed_login','Users','Session','drmap',0,0,'164.68.124.29',1648950905),(1157360,'guest','failed_login','Users','Session','tech1',0,0,'185.49.20.77',1648950906),(1157361,'guest','failed_login','Users','Session','tech1',0,0,'46.183.119.232',1648950935),(1157362,'guest','failed_login','Users','Session','tech1',0,0,'74.208.252.140',1648951125),(1157363,'guest','failed_login','Users','Session','drmap',0,0,'52.234.178.100',1648951167),(1157364,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.92',1648951272),(1157365,'guest','failed_login','Users','Session','tech1',0,0,'74.208.252.140',1648951357),(1157366,'guest','failed_login','Users','Session','tech1',0,0,'88.87.206.123',1648951458),(1157367,'guest','failed_login','Users','Session','tech1',0,0,'47.74.17.225',1648951585),(1157368,'guest','failed_login','Users','Session','drmap',0,0,'118.70.81.210',1648951601),(1157369,'guest','failed_login','Users','Session','drmap',0,0,'2a02:c207:2016:7298::1',1648951696),(1157370,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1648951756),(1157371,'guest','failed_login','Users','Session','tech1',0,0,'47.108.179.31',1648951833),(1157372,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.26',1648951907),(1157373,'guest','failed_login','Users','Session','tech1',0,0,'184.168.114.22',1648951960),(1157374,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d1::910:d001',1648951990),(1157375,'guest','failed_login','Users','Session','tech1',0,0,'123.56.59.9',1648952057),(1157376,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1648952186),(1157377,'guest','failed_login','Users','Session','drmap',0,0,'157.7.174.49',1648952224),(1157378,'guest','failed_login','Users','Session','drmap',0,0,'52.77.82.143',1648952281),(1157379,'guest','failed_login','Users','Session','tech1',0,0,'149.18.50.22',1648952284),(1157380,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:acdc::1',1648952515),(1157381,'guest','failed_login','Users','Session','tech1',0,0,'91.205.175.35',1648952528),(1157382,'guest','failed_login','Users','Session','drmap',0,0,'2001:470:c:7e2::2',1648952749),(1157383,'guest','failed_login','Users','Session','tech1',0,0,'31.177.95.36',1648952760),(1157384,'guest','failed_login','Users','Session','drmap',0,0,'91.189.176.172',1648952950),(1157385,'guest','failed_login','Users','Session','tech1',0,0,'184.168.115.128',1648952995),(1157386,'guest','failed_login','Users','Session','tech1',0,0,'34.69.109.132',1648953042),(1157387,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:1:e0::28d:9001',1648953283),(1157388,'guest','failed_login','Users','Session','tech1',0,0,'187.38.245.147',1648953383),(1157389,'guest','failed_login','Users','Session','tech1',0,0,'187.38.245.147',1648953385),(1157390,'guest','failed_login','Users','Session','tech1',0,0,'187.38.245.147',1648953386),(1157391,'guest','failed_login','Users','Session','tech1',0,0,'187.38.245.147',1648953387),(1157392,'guest','failed_login','Users','Session','tech1',0,0,'187.38.245.147',1648953388),(1157393,'guest','failed_login','Users','Session','tech1',0,0,'187.38.245.147',1648953389),(1157394,'guest','failed_login','Users','Session','tech1',0,0,'187.38.245.147',1648953390),(1157395,'guest','failed_login','Users','Session','tech1',0,0,'187.38.245.147',1648953392),(1157396,'guest','failed_login','Users','Session','tech1',0,0,'187.38.245.147',1648953393),(1157397,'guest','failed_login','Users','Session','tech1',0,0,'187.38.245.147',1648953394),(1157398,'guest','failed_login','Users','Session','tech1',0,0,'187.38.245.147',1648953395),(1157399,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.26',1648953425),(1157400,'guest','failed_login','Users','Session','tech1',0,0,'103.233.2.147',1648953457),(1157401,'guest','failed_login','Users','Session','tech1',0,0,'197.237.151.38',1648953553),(1157402,'guest','failed_login','Users','Session','tech1',0,0,'197.237.151.38',1648953554),(1157403,'guest','failed_login','Users','Session','tech1',0,0,'197.237.151.38',1648953556),(1157404,'guest','failed_login','Users','Session','tech1',0,0,'103.208.24.86',1648953572),(1157405,'guest','failed_login','Users','Session','tech1',0,0,'197.237.151.38',1648953576),(1157406,'guest','failed_login','Users','Session','tech1',0,0,'197.237.151.38',1648953577),(1157407,'guest','failed_login','Users','Session','tech1',0,0,'197.237.151.38',1648953579),(1157408,'guest','failed_login','Users','Session','tech1',0,0,'197.237.151.38',1648953592),(1157409,'guest','failed_login','Users','Session','tech1',0,0,'197.237.151.38',1648953595),(1157410,'guest','failed_login','Users','Session','tech1',0,0,'197.237.151.38',1648953597),(1157411,'guest','failed_login','Users','Session','tech1',0,0,'197.237.151.38',1648953598),(1157412,'guest','failed_login','Users','Session','tech1',0,0,'197.237.151.38',1648953613),(1157413,'guest','failed_login','Users','Session','tech1',0,0,'197.237.151.38',1648953615),(1157414,'guest','failed_login','Users','Session','drmap',0,0,'165.227.129.197',1648953642),(1157415,'guest','failed_login','Users','Session','tech1',0,0,'24.139.230.246',1648953646),(1157416,'guest','failed_login','Users','Session','tech1',0,0,'24.139.230.246',1648953647),(1157417,'guest','failed_login','Users','Session','tech1',0,0,'24.139.230.246',1648953648),(1157418,'guest','failed_login','Users','Session','tech1',0,0,'24.139.230.246',1648953649),(1157419,'guest','failed_login','Users','Session','tech1',0,0,'24.139.230.246',1648953650),(1157420,'guest','failed_login','Users','Session','tech1',0,0,'24.139.230.246',1648953651),(1157421,'guest','failed_login','Users','Session','tech1',0,0,'24.139.230.246',1648953653),(1157422,'guest','failed_login','Users','Session','tech1',0,0,'24.139.230.246',1648953654),(1157423,'guest','failed_login','Users','Session','tech1',0,0,'24.139.230.246',1648953655),(1157424,'guest','failed_login','Users','Session','tech1',0,0,'24.139.230.246',1648953656),(1157425,'guest','failed_login','Users','Session','tech1',0,0,'24.139.230.246',1648953657),(1157426,'guest','failed_login','Users','Session','tech1',0,0,'5.189.138.128',1648953718),(1157427,'guest','failed_login','Users','Session','drmap',0,0,'2001:b011:8009:26e5:211:32ff:fed2:5d36',1648953819),(1157428,'guest','failed_login','Users','Session','tech1',0,0,'117.215.66.178',1648953895),(1157429,'guest','failed_login','Users','Session','tech1',0,0,'117.215.66.178',1648953896),(1157430,'guest','failed_login','Users','Session','tech1',0,0,'117.215.66.178',1648953897),(1157431,'guest','failed_login','Users','Session','tech1',0,0,'117.215.66.178',1648953898),(1157432,'guest','failed_login','Users','Session','tech1',0,0,'117.215.66.178',1648953900),(1157433,'guest','failed_login','Users','Session','tech1',0,0,'117.215.66.178',1648953901),(1157434,'guest','failed_login','Users','Session','tech1',0,0,'117.215.66.178',1648953902),(1157435,'guest','failed_login','Users','Session','tech1',0,0,'117.215.66.178',1648953903),(1157436,'guest','failed_login','Users','Session','tech1',0,0,'117.215.66.178',1648953905),(1157437,'guest','failed_login','Users','Session','tech1',0,0,'117.215.66.178',1648953906),(1157438,'guest','failed_login','Users','Session','tech1',0,0,'117.215.66.178',1648953908),(1157439,'guest','failed_login','Users','Session','tech1',0,0,'117.215.66.178',1648953909),(1157440,'guest','failed_login','Users','Session','tech1',0,0,'143.110.137.82',1648953944),(1157441,'guest','failed_login','Users','Session','tech1',0,0,'124.120.169.238',1648953950),(1157442,'guest','failed_login','Users','Session','tech1',0,0,'124.120.169.238',1648953952),(1157443,'guest','failed_login','Users','Session','tech1',0,0,'124.120.169.238',1648953953),(1157444,'guest','failed_login','Users','Session','tech1',0,0,'124.120.169.238',1648953956),(1157445,'guest','failed_login','Users','Session','tech1',0,0,'124.120.169.238',1648953958),(1157446,'guest','failed_login','Users','Session','tech1',0,0,'124.120.169.238',1648953960),(1157447,'guest','failed_login','Users','Session','tech1',0,0,'124.120.169.238',1648953962),(1157448,'guest','failed_login','Users','Session','tech1',0,0,'124.120.169.238',1648953965),(1157449,'guest','failed_login','Users','Session','tech1',0,0,'124.120.169.238',1648953967),(1157450,'guest','failed_login','Users','Session','tech1',0,0,'124.120.169.238',1648953969),(1157451,'guest','failed_login','Users','Session','tech1',0,0,'124.120.169.238',1648953970),(1157452,'guest','failed_login','Users','Session','tech1',0,0,'124.120.169.238',1648953972),(1157453,'guest','failed_login','Users','Session','tech1',0,0,'190.182.179.28',1648954104),(1157454,'guest','failed_login','Users','Session','tech1',0,0,'123.60.59.154',1648954138),(1157455,'guest','failed_login','Users','Session','tech1',0,0,'37.98.154.154',1648954145),(1157456,'guest','failed_login','Users','Session','tech1',0,0,'37.98.154.154',1648954146),(1157457,'guest','failed_login','Users','Session','tech1',0,0,'37.98.154.154',1648954147),(1157458,'guest','failed_login','Users','Session','tech1',0,0,'37.98.154.154',1648954148),(1157459,'guest','failed_login','Users','Session','tech1',0,0,'37.98.154.154',1648954149),(1157460,'guest','failed_login','Users','Session','tech1',0,0,'37.98.154.154',1648954150),(1157461,'guest','failed_login','Users','Session','tech1',0,0,'37.98.154.154',1648954151),(1157462,'guest','failed_login','Users','Session','tech1',0,0,'37.98.154.154',1648954152),(1157463,'guest','failed_login','Users','Session','tech1',0,0,'37.98.154.154',1648954153),(1157464,'guest','failed_login','Users','Session','tech1',0,0,'37.98.154.154',1648954155),(1157465,'guest','failed_login','Users','Session','tech1',0,0,'37.98.154.154',1648954156),(1157466,'guest','failed_login','Users','Session','tech1',0,0,'142.93.113.173',1648954181),(1157467,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.59',1648954212),(1157468,'guest','failed_login','Users','Session','drmap',0,0,'161.35.51.40',1648954314),(1157469,'guest','failed_login','Users','Session','drmap',0,0,'109.168.97.89',1648954397),(1157470,'guest','failed_login','Users','Session','tech1',0,0,'79.137.141.196',1648954447),(1157471,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.60',1648954476),(1157472,'guest','failed_login','Users','Session','tech1',0,0,'85.225.227.35',1648954535),(1157473,'guest','failed_login','Users','Session','tech1',0,0,'85.225.227.35',1648954536),(1157474,'guest','failed_login','Users','Session','tech1',0,0,'85.225.227.35',1648954537),(1157475,'guest','failed_login','Users','Session','tech1',0,0,'85.225.227.35',1648954538),(1157476,'guest','failed_login','Users','Session','tech1',0,0,'85.225.227.35',1648954539),(1157477,'guest','failed_login','Users','Session','tech1',0,0,'85.225.227.35',1648954540),(1157478,'guest','failed_login','Users','Session','tech1',0,0,'85.225.227.35',1648954541),(1157479,'guest','failed_login','Users','Session','tech1',0,0,'85.225.227.35',1648954542),(1157480,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.42',1648954564),(1157481,'guest','failed_login','Users','Session','tech1',0,0,'118.163.58.117',1648954588),(1157482,'guest','failed_login','Users','Session','tech1',0,0,'118.163.58.117',1648954590),(1157483,'guest','failed_login','Users','Session','tech1',0,0,'118.163.58.117',1648954591),(1157484,'guest','failed_login','Users','Session','tech1',0,0,'118.163.58.117',1648954593),(1157485,'guest','failed_login','Users','Session','tech1',0,0,'118.163.58.117',1648954594),(1157486,'guest','failed_login','Users','Session','tech1',0,0,'118.163.58.117',1648954596),(1157487,'guest','failed_login','Users','Session','tech1',0,0,'118.163.58.117',1648954597),(1157488,'guest','failed_login','Users','Session','tech1',0,0,'118.163.58.117',1648954599),(1157489,'guest','failed_login','Users','Session','tech1',0,0,'118.163.58.117',1648954600),(1157490,'guest','failed_login','Users','Session','tech1',0,0,'118.163.58.117',1648954602),(1157491,'guest','failed_login','Users','Session','tech1',0,0,'118.163.58.117',1648954603),(1157492,'guest','failed_login','Users','Session','tech1',0,0,'118.163.58.117',1648954604),(1157493,'guest','failed_login','Users','Session','tech1',0,0,'14.102.101.246',1648954651),(1157494,'guest','failed_login','Users','Session','tech1',0,0,'14.102.101.246',1648954652),(1157495,'guest','failed_login','Users','Session','tech1',0,0,'14.102.101.246',1648954653),(1157496,'guest','failed_login','Users','Session','tech1',0,0,'14.102.101.246',1648954655),(1157497,'guest','failed_login','Users','Session','tech1',0,0,'14.102.101.246',1648954656),(1157498,'guest','failed_login','Users','Session','tech1',0,0,'14.102.101.246',1648954657),(1157499,'guest','failed_login','Users','Session','tech1',0,0,'14.102.101.246',1648954658),(1157500,'guest','failed_login','Users','Session','tech1',0,0,'14.102.101.246',1648954659),(1157501,'guest','failed_login','Users','Session','tech1',0,0,'14.102.101.246',1648954661),(1157502,'guest','failed_login','Users','Session','tech1',0,0,'14.102.101.246',1648954662),(1157503,'guest','failed_login','Users','Session','tech1',0,0,'14.102.101.246',1648954663),(1157504,'guest','failed_login','Users','Session','tech1',0,0,'14.102.101.246',1648954664),(1157505,'guest','failed_login','Users','Session','tech1',0,0,'144.91.88.151',1648954699),(1157506,'guest','failed_login','Users','Session','tech1',0,0,'51.222.138.98',1648954704),(1157507,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.226',1648954792),(1157508,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.67',1648954794),(1157509,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.226',1648954796),(1157510,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.226',1648954799),(1157511,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.226',1648954808),(1157512,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.226',1648954812),(1157513,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.226',1648954817),(1157514,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.226',1648954822),(1157515,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.226',1648954826),(1157516,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.226',1648954827),(1157517,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.226',1648954829),(1157518,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.226',1648954835),(1157519,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.226',1648954845),(1157520,'guest','failed_login','Users','Session','tech1',0,0,'192.169.244.239',1648954931),(1157521,'guest','failed_login','Users','Session','drmap',0,0,'142.93.245.196',1648954949),(1157522,'guest','failed_login','Users','Session','tech1',0,0,'58.11.52.156',1648954963),(1157523,'guest','failed_login','Users','Session','tech1',0,0,'58.11.52.156',1648954964),(1157524,'guest','failed_login','Users','Session','tech1',0,0,'58.11.52.156',1648954965),(1157525,'guest','failed_login','Users','Session','tech1',0,0,'58.11.52.156',1648954966),(1157526,'guest','failed_login','Users','Session','tech1',0,0,'58.11.52.156',1648954967),(1157527,'guest','failed_login','Users','Session','tech1',0,0,'58.11.52.156',1648954968),(1157528,'guest','failed_login','Users','Session','tech1',0,0,'58.11.52.156',1648954969),(1157529,'guest','failed_login','Users','Session','tech1',0,0,'58.11.52.156',1648954970),(1157530,'guest','failed_login','Users','Session','tech1',0,0,'58.11.52.156',1648954971),(1157531,'guest','failed_login','Users','Session','tech1',0,0,'58.11.52.156',1648954972),(1157532,'guest','failed_login','Users','Session','tech1',0,0,'46.10.139.151',1648954988),(1157533,'guest','failed_login','Users','Session','tech1',0,0,'46.10.139.151',1648954989),(1157534,'guest','failed_login','Users','Session','tech1',0,0,'46.10.139.151',1648954990),(1157535,'guest','failed_login','Users','Session','tech1',0,0,'46.10.139.151',1648954991),(1157536,'guest','failed_login','Users','Session','tech1',0,0,'46.10.139.151',1648954992),(1157537,'guest','failed_login','Users','Session','tech1',0,0,'46.10.139.151',1648954993),(1157538,'guest','failed_login','Users','Session','tech1',0,0,'46.10.139.151',1648954994),(1157539,'guest','failed_login','Users','Session','tech1',0,0,'46.10.139.151',1648954995),(1157540,'guest','failed_login','Users','Session','tech1',0,0,'46.10.139.151',1648954996),(1157541,'guest','failed_login','Users','Session','drmap',0,0,'150.107.28.124',1648955049),(1157542,'guest','failed_login','Users','Session','tech1',0,0,'195.200.245.184',1648955085),(1157543,'guest','failed_login','Users','Session','tech1',0,0,'195.200.245.184',1648955086),(1157544,'guest','failed_login','Users','Session','tech1',0,0,'195.200.245.184',1648955087),(1157545,'guest','failed_login','Users','Session','tech1',0,0,'195.200.245.184',1648955088),(1157546,'guest','failed_login','Users','Session','tech1',0,0,'195.200.245.184',1648955089),(1157547,'guest','failed_login','Users','Session','tech1',0,0,'195.200.245.184',1648955090),(1157548,'guest','failed_login','Users','Session','tech1',0,0,'195.200.245.184',1648955091),(1157549,'guest','failed_login','Users','Session','tech1',0,0,'195.200.245.184',1648955092),(1157550,'guest','failed_login','Users','Session','tech1',0,0,'195.200.245.184',1648955093),(1157551,'guest','failed_login','Users','Session','tech1',0,0,'195.200.245.184',1648955094),(1157552,'guest','failed_login','Users','Session','tech1',0,0,'177.69.238.9',1648955153),(1157553,'guest','failed_login','Users','Session','tech1',0,0,'177.69.238.9',1648955154),(1157554,'guest','failed_login','Users','Session','tech1',0,0,'177.69.238.9',1648955155),(1157555,'guest','failed_login','Users','Session','tech1',0,0,'177.69.238.9',1648955156),(1157556,'guest','failed_login','Users','Session','tech1',0,0,'177.69.238.9',1648955158),(1157557,'guest','failed_login','Users','Session','tech1',0,0,'177.69.238.9',1648955159),(1157558,'guest','failed_login','Users','Session','tech1',0,0,'177.69.238.9',1648955160),(1157559,'guest','failed_login','Users','Session','tech1',0,0,'177.69.238.9',1648955161),(1157560,'guest','failed_login','Users','Session','tech1',0,0,'177.69.238.9',1648955162),(1157561,'guest','failed_login','Users','Session','tech1',0,0,'177.69.238.9',1648955163),(1157562,'guest','failed_login','Users','Session','tech1',0,0,'177.69.238.9',1648955164),(1157563,'guest','failed_login','Users','Session','tech1',0,0,'177.69.238.9',1648955165),(1157564,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.239',1648955174),(1157565,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.239',1648955180),(1157566,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.239',1648955183),(1157567,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.239',1648955186),(1157568,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.239',1648955189),(1157569,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.239',1648955191),(1157570,'guest','failed_login','Users','Session','tech1',0,0,'184.168.98.94',1648955194),(1157571,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.239',1648955194),(1157572,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.239',1648955198),(1157573,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.239',1648955200),(1157574,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.239',1648955202),(1157575,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.239',1648955205),(1157576,'guest','failed_login','Users','Session','tech1',0,0,'147.75.118.239',1648955208),(1157577,'guest','failed_login','Users','Session','tech1',0,0,'196.1.239.234',1648955229),(1157578,'guest','failed_login','Users','Session','tech1',0,0,'196.1.239.234',1648955231),(1157579,'guest','failed_login','Users','Session','tech1',0,0,'196.1.239.234',1648955233),(1157580,'guest','failed_login','Users','Session','tech1',0,0,'196.1.239.234',1648955234),(1157581,'guest','failed_login','Users','Session','tech1',0,0,'196.1.239.234',1648955236),(1157582,'guest','failed_login','Users','Session','tech1',0,0,'163.172.181.28',1648955238),(1157583,'guest','failed_login','Users','Session','tech1',0,0,'196.1.239.234',1648955239),(1157584,'guest','failed_login','Users','Session','tech1',0,0,'196.1.239.234',1648955240),(1157585,'guest','failed_login','Users','Session','tech1',0,0,'196.1.239.234',1648955241),(1157586,'guest','failed_login','Users','Session','tech1',0,0,'196.1.239.234',1648955242),(1157587,'guest','failed_login','Users','Session','tech1',0,0,'196.1.239.234',1648955243),(1157588,'guest','failed_login','Users','Session','tech1',0,0,'196.1.239.234',1648955244),(1157589,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648955361),(1157590,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648955363),(1157591,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648955364),(1157592,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648955365),(1157593,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648955366),(1157594,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648955367),(1157595,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648955368),(1157596,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648955369),(1157597,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648955370),(1157598,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648955371),(1157599,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648955372),(1157600,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648955373),(1157601,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1648955390),(1157602,'guest','failed_login','Users','Session','tech1',0,0,'129.205.6.218',1648955429),(1157603,'guest','failed_login','Users','Session','tech1',0,0,'129.205.6.218',1648955439),(1157604,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.106',1648955453),(1157605,'guest','failed_login','Users','Session','tech1',0,0,'129.205.6.218',1648955466),(1157606,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1648955473),(1157607,'guest','failed_login','Users','Session','drmap',0,0,'51.159.155.6',1648955516),(1157608,'guest','failed_login','Users','Session','tech1',0,0,'208.109.75.124',1648955696),(1157609,'guest','failed_login','Users','Session','drmap',0,0,'143.198.112.66',1648955783),(1157610,'guest','failed_login','Users','Session','tech1',0,0,'131.196.104.148',1648955885),(1157611,'guest','failed_login','Users','Session','tech1',0,0,'131.196.104.148',1648955886),(1157612,'guest','failed_login','Users','Session','tech1',0,0,'131.196.104.148',1648955887),(1157613,'guest','failed_login','Users','Session','tech1',0,0,'131.196.104.148',1648955888),(1157614,'guest','failed_login','Users','Session','tech1',0,0,'131.196.104.148',1648955890),(1157615,'guest','failed_login','Users','Session','tech1',0,0,'131.196.104.148',1648955891),(1157616,'guest','failed_login','Users','Session','tech1',0,0,'131.196.104.148',1648955892),(1157617,'guest','failed_login','Users','Session','tech1',0,0,'131.196.104.148',1648955893),(1157618,'guest','failed_login','Users','Session','tech1',0,0,'131.196.104.148',1648955894),(1157619,'guest','failed_login','Users','Session','tech1',0,0,'131.196.104.148',1648955895),(1157620,'guest','failed_login','Users','Session','tech1',0,0,'131.196.104.148',1648955896),(1157621,'guest','failed_login','Users','Session','tech1',0,0,'131.196.104.148',1648955897),(1157622,'guest','failed_login','Users','Session','tech1',0,0,'179.42.192.95',1648955926),(1157623,'guest','failed_login','Users','Session','tech1',0,0,'179.42.192.95',1648955930),(1157624,'guest','failed_login','Users','Session','tech1',0,0,'179.42.192.95',1648955934),(1157625,'guest','failed_login','Users','Session','tech1',0,0,'179.42.192.95',1648955937),(1157626,'guest','failed_login','Users','Session','tech1',0,0,'179.42.192.95',1648955940),(1157627,'guest','failed_login','Users','Session','tech1',0,0,'179.42.192.95',1648955942),(1157628,'guest','failed_login','Users','Session','tech1',0,0,'179.42.192.95',1648955945),(1157629,'guest','failed_login','Users','Session','tech1',0,0,'179.42.192.95',1648955946),(1157630,'guest','failed_login','Users','Session','tech1',0,0,'179.42.192.95',1648955948),(1157631,'guest','failed_login','Users','Session','tech1',0,0,'179.42.192.95',1648955949),(1157632,'guest','failed_login','Users','Session','tech1',0,0,'107.180.103.185',1648955952),(1157633,'guest','failed_login','Users','Session','tech1',0,0,'179.42.192.95',1648955952),(1157634,'guest','failed_login','Users','Session','tech1',0,0,'179.42.192.95',1648955956),(1157635,'guest','failed_login','Users','Session','tech1',0,0,'196.11.62.85',1648955987),(1157636,'guest','failed_login','Users','Session','tech1',0,0,'196.11.62.85',1648955988),(1157637,'guest','failed_login','Users','Session','tech1',0,0,'196.11.62.85',1648955990),(1157638,'guest','failed_login','Users','Session','tech1',0,0,'196.11.62.85',1648955991),(1157639,'guest','failed_login','Users','Session','tech1',0,0,'196.11.62.85',1648955992),(1157640,'guest','failed_login','Users','Session','tech1',0,0,'196.11.62.85',1648955993),(1157641,'guest','failed_login','Users','Session','tech1',0,0,'196.11.62.85',1648955994),(1157642,'guest','failed_login','Users','Session','tech1',0,0,'196.11.62.85',1648955995),(1157643,'guest','failed_login','Users','Session','tech1',0,0,'196.11.62.85',1648955996),(1157644,'guest','failed_login','Users','Session','tech1',0,0,'196.11.62.85',1648955998),(1157645,'guest','failed_login','Users','Session','tech1',0,0,'196.11.62.85',1648955999),(1157646,'guest','failed_login','Users','Session','tech1',0,0,'196.11.62.85',1648956000),(1157647,'guest','failed_login','Users','Session','tech1',0,0,'108.184.1.57',1648956055),(1157648,'guest','failed_login','Users','Session','tech1',0,0,'108.184.1.57',1648956056),(1157649,'guest','failed_login','Users','Session','tech1',0,0,'108.184.1.57',1648956057),(1157650,'guest','failed_login','Users','Session','tech1',0,0,'108.184.1.57',1648956058),(1157651,'guest','failed_login','Users','Session','tech1',0,0,'108.184.1.57',1648956059),(1157652,'guest','failed_login','Users','Session','tech1',0,0,'108.184.1.57',1648956060),(1157653,'guest','failed_login','Users','Session','tech1',0,0,'108.184.1.57',1648956061),(1157654,'guest','failed_login','Users','Session','tech1',0,0,'108.184.1.57',1648956062),(1157655,'guest','failed_login','Users','Session','tech1',0,0,'108.184.1.57',1648956063),(1157656,'guest','failed_login','Users','Session','tech1',0,0,'108.184.1.57',1648956064),(1157657,'guest','failed_login','Users','Session','tech1',0,0,'108.184.1.57',1648956065),(1157658,'guest','failed_login','Users','Session','tech1',0,0,'108.184.1.57',1648956066),(1157659,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648956129),(1157660,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648956131),(1157661,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648956132),(1157662,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648956133),(1157663,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648956134),(1157664,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648956135),(1157665,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648956136),(1157666,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648956137),(1157667,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648956138),(1157668,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648956139),(1157669,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648956140),(1157670,'guest','failed_login','Users','Session','tech1',0,0,'186.96.31.198',1648956141),(1157671,'guest','failed_login','Users','Session','tech1',0,0,'59.125.2.63',1648956175),(1157672,'guest','failed_login','Users','Session','tech1',0,0,'59.125.2.63',1648956176),(1157673,'guest','failed_login','Users','Session','tech1',0,0,'59.125.2.63',1648956177),(1157674,'guest','failed_login','Users','Session','tech1',0,0,'59.125.2.63',1648956178),(1157675,'guest','failed_login','Users','Session','tech1',0,0,'59.125.2.63',1648956179),(1157676,'guest','failed_login','Users','Session','tech1',0,0,'59.125.2.63',1648956180),(1157677,'guest','failed_login','Users','Session','tech1',0,0,'59.125.2.63',1648956181),(1157678,'guest','failed_login','Users','Session','tech1',0,0,'59.125.2.63',1648956182),(1157679,'guest','failed_login','Users','Session','tech1',0,0,'59.125.2.63',1648956183),(1157680,'guest','failed_login','Users','Session','tech1',0,0,'59.125.2.63',1648956184),(1157681,'guest','failed_login','Users','Session','tech1',0,0,'59.125.2.63',1648956185),(1157682,'guest','failed_login','Users','Session','tech1',0,0,'59.125.2.63',1648956186),(1157683,'guest','failed_login','Users','Session','tech1',0,0,'185.146.20.254',1648956214),(1157684,'guest','failed_login','Users','Session','tech1',0,0,'200.146.227.146',1648956368),(1157685,'guest','failed_login','Users','Session','tech1',0,0,'200.146.227.146',1648956369),(1157686,'guest','failed_login','Users','Session','tech1',0,0,'200.146.227.146',1648956371),(1157687,'guest','failed_login','Users','Session','tech1',0,0,'200.146.227.146',1648956372),(1157688,'guest','failed_login','Users','Session','tech1',0,0,'200.146.227.146',1648956373),(1157689,'guest','failed_login','Users','Session','tech1',0,0,'200.146.227.146',1648956375),(1157690,'guest','failed_login','Users','Session','tech1',0,0,'200.146.227.146',1648956376),(1157691,'guest','failed_login','Users','Session','tech1',0,0,'200.146.227.146',1648956377),(1157692,'guest','failed_login','Users','Session','tech1',0,0,'200.146.227.146',1648956378),(1157693,'guest','failed_login','Users','Session','tech1',0,0,'200.146.227.146',1648956379),(1157694,'guest','failed_login','Users','Session','tech1',0,0,'208.109.54.127',1648956381),(1157695,'guest','failed_login','Users','Session','tech1',0,0,'200.146.227.146',1648956381),(1157696,'guest','failed_login','Users','Session','tech1',0,0,'200.146.227.146',1648956382),(1157697,'guest','failed_login','Users','Session','drmap',0,0,'103.142.25.224',1648956508),(1157698,'guest','failed_login','Users','Session','drmap',0,0,'171.244.26.206',1648956613),(1157699,'guest','failed_login','Users','Session','tech1',0,0,'116.90.238.17',1648956643),(1157700,'guest','failed_login','Users','Session','tech1',0,0,'116.90.238.17',1648956645),(1157701,'guest','failed_login','Users','Session','tech1',0,0,'116.90.238.17',1648956647),(1157702,'guest','failed_login','Users','Session','tech1',0,0,'116.90.238.17',1648956656),(1157703,'guest','failed_login','Users','Session','tech1',0,0,'116.90.238.17',1648956658),(1157704,'guest','failed_login','Users','Session','tech1',0,0,'116.90.238.17',1648956662),(1157705,'guest','failed_login','Users','Session','tech1',0,0,'116.90.238.17',1648956665),(1157706,'guest','failed_login','Users','Session','tech1',0,0,'116.90.238.17',1648956667),(1157707,'guest','failed_login','Users','Session','tech1',0,0,'116.90.238.17',1648956668),(1157708,'guest','failed_login','Users','Session','tech1',0,0,'116.90.238.17',1648956670),(1157709,'guest','failed_login','Users','Session','tech1',0,0,'116.90.238.17',1648956671),(1157710,'guest','failed_login','Users','Session','tech1',0,0,'116.90.238.17',1648956672),(1157711,'guest','failed_login','Users','Session','tech1',0,0,'91.75.67.54',1648956699),(1157712,'guest','failed_login','Users','Session','tech1',0,0,'91.75.67.54',1648956700),(1157713,'guest','failed_login','Users','Session','tech1',0,0,'91.75.67.54',1648956701),(1157714,'guest','failed_login','Users','Session','tech1',0,0,'91.75.67.54',1648956702),(1157715,'guest','failed_login','Users','Session','tech1',0,0,'91.75.67.54',1648956703),(1157716,'guest','failed_login','Users','Session','tech1',0,0,'91.75.67.54',1648956704),(1157717,'guest','failed_login','Users','Session','tech1',0,0,'91.75.67.54',1648956705),(1157718,'guest','failed_login','Users','Session','tech1',0,0,'91.75.67.54',1648956706),(1157719,'guest','failed_login','Users','Session','tech1',0,0,'91.75.67.54',1648956707),(1157720,'guest','failed_login','Users','Session','tech1',0,0,'91.75.67.54',1648956708),(1157721,'guest','failed_login','Users','Session','tech1',0,0,'91.75.67.54',1648956709),(1157722,'guest','failed_login','Users','Session','tech1',0,0,'91.75.67.54',1648956710),(1157723,'guest','failed_login','Users','Session','tech1',0,0,'88.208.209.101',1648956719),(1157724,'guest','failed_login','Users','Session','tech1',0,0,'24.139.230.246',1648956720),(1157725,'guest','failed_login','Users','Session','tech1',0,0,'24.139.230.246',1648956721),(1157726,'guest','failed_login','Users','Session','tech1',0,0,'24.139.230.246',1648956722),(1157727,'guest','failed_login','Users','Session','tech1',0,0,'24.139.230.246',1648956723),(1157728,'guest','failed_login','Users','Session','tech1',0,0,'24.139.230.246',1648956724),(1157729,'guest','failed_login','Users','Session','tech1',0,0,'24.139.230.246',1648956725),(1157730,'guest','failed_login','Users','Session','tech1',0,0,'24.139.230.246',1648956726),(1157731,'guest','failed_login','Users','Session','tech1',0,0,'24.139.230.246',1648956727),(1157732,'guest','failed_login','Users','Session','tech1',0,0,'24.139.230.246',1648956728),(1157733,'guest','failed_login','Users','Session','tech1',0,0,'24.139.230.246',1648956729),(1157734,'guest','failed_login','Users','Session','tech1',0,0,'24.139.230.246',1648956730),(1157735,'guest','failed_login','Users','Session','tech1',0,0,'186.179.100.55',1648956754),(1157736,'guest','failed_login','Users','Session','tech1',0,0,'186.179.100.55',1648956755),(1157737,'guest','failed_login','Users','Session','tech1',0,0,'186.179.100.55',1648956756),(1157738,'guest','failed_login','Users','Session','tech1',0,0,'186.179.100.55',1648956757),(1157739,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.26',1648956758),(1157740,'guest','failed_login','Users','Session','tech1',0,0,'186.179.100.55',1648956758),(1157741,'guest','failed_login','Users','Session','tech1',0,0,'186.179.100.55',1648956759),(1157742,'guest','failed_login','Users','Session','tech1',0,0,'186.179.100.55',1648956760),(1157743,'guest','failed_login','Users','Session','tech1',0,0,'186.179.100.55',1648956761),(1157744,'guest','failed_login','Users','Session','tech1',0,0,'186.179.100.55',1648956762),(1157745,'guest','failed_login','Users','Session','tech1',0,0,'186.179.100.55',1648956763),(1157746,'guest','failed_login','Users','Session','tech1',0,0,'186.179.100.55',1648956765),(1157747,'guest','failed_login','Users','Session','tech1',0,0,'186.179.100.55',1648956766),(1157748,'guest','failed_login','Users','Session','tech1',0,0,'41.139.179.217',1648956794),(1157749,'guest','failed_login','Users','Session','drmap',0,0,'41.139.179.217',1648956798),(1157750,'guest','failed_login','Users','Session','drmap',0,0,'41.139.179.217',1648956805),(1157751,'guest','failed_login','Users','Session','drmap',0,0,'41.139.179.217',1648956812),(1157752,'guest','failed_login','Users','Session','drmap',0,0,'41.139.179.217',1648956816),(1157753,'guest','failed_login','Users','Session','drmap',0,0,'41.139.179.217',1648956826),(1157754,'guest','failed_login','Users','Session','drmap',0,0,'41.139.179.217',1648956839),(1157755,'guest','failed_login','Users','Session','drmap',0,0,'41.139.179.217',1648956844),(1157756,'guest','failed_login','Users','Session','drmap',0,0,'41.139.179.217',1648956858),(1157757,'guest','failed_login','Users','Session','drmap',0,0,'41.139.179.217',1648956864),(1157758,'guest','failed_login','Users','Session','drmap',0,0,'41.139.179.217',1648956871),(1157759,'guest','failed_login','Users','Session','drmap',0,0,'41.139.179.217',1648956875),(1157760,'guest','failed_login','Users','Session','tech1',0,0,'47.114.72.18',1648956902),(1157761,'guest','failed_login','Users','Session','drmap',0,0,'146.59.204.232',1648956926),(1157762,'guest','failed_login','Users','Session','drmap',0,0,'146.59.204.232',1648956927),(1157763,'guest','failed_login','Users','Session','drmap',0,0,'146.59.204.232',1648956928),(1157764,'guest','failed_login','Users','Session','drmap',0,0,'146.59.204.232',1648956929),(1157765,'guest','failed_login','Users','Session','drmap',0,0,'146.59.204.232',1648956930),(1157766,'guest','failed_login','Users','Session','drmap',0,0,'146.59.204.232',1648956931),(1157767,'guest','failed_login','Users','Session','drmap',0,0,'146.59.204.232',1648956932),(1157768,'guest','failed_login','Users','Session','drmap',0,0,'146.59.204.232',1648956933),(1157769,'guest','failed_login','Users','Session','tech1',0,0,'192.163.197.220',1648956976),(1157770,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648957052),(1157771,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648957053),(1157772,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648957054),(1157773,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648957055),(1157774,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648957056),(1157775,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648957057),(1157776,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648957058),(1157777,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648957059),(1157778,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648957060),(1157779,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648957081),(1157780,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648957082),(1157781,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648957083),(1157782,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648957084),(1157783,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648957085),(1157784,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648957087),(1157785,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648957088),(1157786,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648957089),(1157787,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648957091),(1157788,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648957092),(1157789,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648957093),(1157790,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648957094),(1157791,'guest','failed_login','Users','Session','drmap',0,0,'85.225.227.35',1648957104),(1157792,'guest','failed_login','Users','Session','drmap',0,0,'85.225.227.35',1648957105),(1157793,'guest','failed_login','Users','Session','drmap',0,0,'85.225.227.35',1648957106),(1157794,'guest','failed_login','Users','Session','drmap',0,0,'85.225.227.35',1648957107),(1157795,'guest','failed_login','Users','Session','drmap',0,0,'85.225.227.35',1648957108),(1157796,'guest','failed_login','Users','Session','drmap',0,0,'85.225.227.35',1648957109),(1157797,'guest','failed_login','Users','Session','drmap',0,0,'85.225.227.35',1648957110),(1157798,'guest','failed_login','Users','Session','drmap',0,0,'163.172.181.28',1648957139),(1157799,'guest','failed_login','Users','Session','drmap',0,0,'114.32.27.86',1648957141),(1157800,'guest','failed_login','Users','Session','drmap',0,0,'114.32.27.86',1648957142),(1157801,'guest','failed_login','Users','Session','drmap',0,0,'114.32.27.86',1648957143),(1157802,'guest','failed_login','Users','Session','drmap',0,0,'114.32.27.86',1648957144),(1157803,'guest','failed_login','Users','Session','drmap',0,0,'114.32.27.86',1648957146),(1157804,'guest','failed_login','Users','Session','drmap',0,0,'114.32.27.86',1648957147),(1157805,'guest','failed_login','Users','Session','drmap',0,0,'114.32.27.86',1648957148),(1157806,'guest','failed_login','Users','Session','drmap',0,0,'114.32.27.86',1648957149),(1157807,'guest','failed_login','Users','Session','drmap',0,0,'114.32.27.86',1648957150),(1157808,'guest','failed_login','Users','Session','drmap',0,0,'114.32.27.86',1648957151),(1157809,'guest','failed_login','Users','Session','drmap',0,0,'114.32.27.86',1648957152),(1157810,'guest','failed_login','Users','Session','drmap',0,0,'114.32.27.86',1648957153),(1157811,'guest','failed_login','Users','Session','drmap',0,0,'85.128.143.76',1648957190),(1157812,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.229',1648957199),(1157813,'guest','failed_login','Users','Session','drmap',0,0,'200.153.22.134',1648957199),(1157814,'guest','failed_login','Users','Session','drmap',0,0,'200.153.22.134',1648957201),(1157815,'guest','failed_login','Users','Session','drmap',0,0,'200.153.22.134',1648957202),(1157816,'guest','failed_login','Users','Session','drmap',0,0,'200.153.22.134',1648957203),(1157817,'guest','failed_login','Users','Session','drmap',0,0,'200.153.22.134',1648957204),(1157818,'guest','failed_login','Users','Session','drmap',0,0,'200.153.22.134',1648957205),(1157819,'guest','failed_login','Users','Session','drmap',0,0,'200.153.22.134',1648957207),(1157820,'guest','failed_login','Users','Session','drmap',0,0,'200.153.22.134',1648957208),(1157821,'guest','failed_login','Users','Session','drmap',0,0,'200.153.22.134',1648957209),(1157822,'guest','failed_login','Users','Session','drmap',0,0,'200.153.22.134',1648957210),(1157823,'guest','failed_login','Users','Session','drmap',0,0,'200.153.22.134',1648957211),(1157824,'guest','failed_login','Users','Session','drmap',0,0,'200.153.22.134',1648957213),(1157825,'guest','failed_login','Users','Session','tech1',0,0,'211.115.65.107',1648957213),(1157826,'guest','failed_login','Users','Session','drmap',0,0,'103.138.54.91',1648957244),(1157827,'guest','failed_login','Users','Session','drmap',0,0,'103.138.54.91',1648957247),(1157828,'guest','failed_login','Users','Session','drmap',0,0,'103.138.54.91',1648957250),(1157829,'guest','failed_login','Users','Session','drmap',0,0,'103.138.54.91',1648957253),(1157830,'guest','failed_login','Users','Session','drmap',0,0,'103.138.54.91',1648957257),(1157831,'guest','failed_login','Users','Session','drmap',0,0,'103.138.54.91',1648957260),(1157832,'guest','failed_login','Users','Session','drmap',0,0,'103.138.54.91',1648957263),(1157833,'guest','failed_login','Users','Session','drmap',0,0,'103.138.54.91',1648957267),(1157834,'guest','failed_login','Users','Session','drmap',0,0,'103.138.54.91',1648957270),(1157835,'guest','failed_login','Users','Session','drmap',0,0,'103.138.54.91',1648957274),(1157836,'guest','failed_login','Users','Session','drmap',0,0,'103.138.54.91',1648957276),(1157837,'guest','failed_login','Users','Session','drmap',0,0,'103.138.54.91',1648957280),(1157838,'guest','failed_login','Users','Session','drmap',0,0,'210.61.47.79',1648957285),(1157839,'guest','failed_login','Users','Session','drmap',0,0,'210.61.47.79',1648957286),(1157840,'guest','failed_login','Users','Session','drmap',0,0,'210.61.47.79',1648957287),(1157841,'guest','failed_login','Users','Session','drmap',0,0,'210.61.47.79',1648957289),(1157842,'guest','failed_login','Users','Session','drmap',0,0,'210.61.47.79',1648957290),(1157843,'guest','failed_login','Users','Session','drmap',0,0,'210.61.47.79',1648957291),(1157844,'guest','failed_login','Users','Session','drmap',0,0,'210.61.47.79',1648957292),(1157845,'guest','failed_login','Users','Session','drmap',0,0,'210.61.47.79',1648957293),(1157846,'guest','failed_login','Users','Session','drmap',0,0,'210.61.47.79',1648957294),(1157847,'guest','failed_login','Users','Session','drmap',0,0,'210.61.47.79',1648957295),(1157848,'guest','failed_login','Users','Session','drmap',0,0,'210.61.47.79',1648957296),(1157849,'guest','failed_login','Users','Session','drmap',0,0,'210.61.47.79',1648957298),(1157850,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648957371),(1157851,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648957376),(1157852,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648957380),(1157853,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648957385),(1157854,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648957388),(1157855,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648957394),(1157856,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648957398),(1157857,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648957403),(1157858,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648957407),(1157859,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648957413),(1157860,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648957416),(1157861,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648957423),(1157862,'guest','failed_login','Users','Session','tech1',0,0,'185.126.219.43',1648957447),(1157863,'guest','failed_login','Users','Session','drmap',0,0,'129.205.6.218',1648957479),(1157864,'guest','failed_login','Users','Session','drmap',0,0,'129.205.6.218',1648957482),(1157865,'guest','failed_login','Users','Session','tech1',0,0,'216.158.230.167',1648957504),(1157866,'guest','failed_login','Users','Session','drmap',0,0,'40.113.131.87',1648957746),(1157867,'guest','failed_login','Users','Session','drmap',0,0,'40.113.131.87',1648957747),(1157868,'guest','failed_login','Users','Session','drmap',0,0,'40.113.131.87',1648957748),(1157869,'guest','failed_login','Users','Session','drmap',0,0,'40.113.131.87',1648957749),(1157870,'guest','failed_login','Users','Session','drmap',0,0,'40.113.131.87',1648957750),(1157871,'guest','failed_login','Users','Session','drmap',0,0,'40.113.131.87',1648957751),(1157872,'guest','failed_login','Users','Session','drmap',0,0,'40.113.131.87',1648957752),(1157873,'guest','failed_login','Users','Session','tech1',0,0,'162.214.208.84',1648957759),(1157874,'guest','failed_login','Users','Session','drmap',0,0,'158.174.179.180',1648957861),(1157875,'guest','failed_login','Users','Session','drmap',0,0,'158.174.179.180',1648957862),(1157876,'guest','failed_login','Users','Session','drmap',0,0,'158.174.179.180',1648957863),(1157877,'guest','failed_login','Users','Session','drmap',0,0,'158.174.179.180',1648957864),(1157878,'guest','failed_login','Users','Session','drmap',0,0,'158.174.179.180',1648957865),(1157879,'guest','failed_login','Users','Session','drmap',0,0,'158.174.179.180',1648957866),(1157880,'guest','failed_login','Users','Session','drmap',0,0,'158.174.179.180',1648957867),(1157881,'guest','failed_login','Users','Session','drmap',0,0,'138.121.16.209',1648957918),(1157882,'guest','failed_login','Users','Session','drmap',0,0,'202.63.242.138',1648957919),(1157883,'guest','failed_login','Users','Session','drmap',0,0,'14.161.23.98',1648957961),(1157884,'guest','failed_login','Users','Session','drmap',0,0,'14.161.23.98',1648957964),(1157885,'guest','failed_login','Users','Session','drmap',0,0,'14.161.23.98',1648957967),(1157886,'guest','failed_login','Users','Session','drmap',0,0,'14.161.23.98',1648957970),(1157887,'guest','failed_login','Users','Session','drmap',0,0,'14.161.23.98',1648957973),(1157888,'guest','failed_login','Users','Session','drmap',0,0,'14.161.23.98',1648957977),(1157889,'guest','failed_login','Users','Session','drmap',0,0,'14.161.23.98',1648957980),(1157890,'guest','failed_login','Users','Session','tech1',0,0,'136.243.92.92',1648957981),(1157891,'guest','failed_login','Users','Session','drmap',0,0,'14.161.23.98',1648957986),(1157892,'guest','failed_login','Users','Session','drmap',0,0,'14.161.23.98',1648957990),(1157893,'guest','failed_login','Users','Session','drmap',0,0,'14.161.23.98',1648957994),(1157894,'guest','failed_login','Users','Session','drmap',0,0,'14.161.23.98',1648957998),(1157895,'guest','failed_login','Users','Session','drmap',0,0,'14.161.23.98',1648958002),(1157896,'guest','failed_login','Users','Session','drmap',0,0,'83.209.251.77',1648958031),(1157897,'guest','failed_login','Users','Session','tech1',0,0,'72.167.124.64',1648958032),(1157898,'guest','failed_login','Users','Session','drmap',0,0,'83.209.251.77',1648958036),(1157899,'guest','failed_login','Users','Session','drmap',0,0,'83.209.251.77',1648958037),(1157900,'guest','failed_login','Users','Session','drmap',0,0,'83.209.251.77',1648958040),(1157901,'guest','failed_login','Users','Session','drmap',0,0,'83.209.251.77',1648958042),(1157902,'guest','failed_login','Users','Session','drmap',0,0,'83.209.251.77',1648958046),(1157903,'guest','failed_login','Users','Session','drmap',0,0,'83.209.251.77',1648958048),(1157904,'guest','failed_login','Users','Session','drmap',0,0,'83.209.251.77',1648958050),(1157905,'guest','failed_login','Users','Session','drmap',0,0,'83.209.251.77',1648958054),(1157906,'guest','failed_login','Users','Session','drmap',0,0,'83.209.251.77',1648958055),(1157907,'guest','failed_login','Users','Session','drmap',0,0,'83.209.251.77',1648958057),(1157908,'guest','failed_login','Users','Session','drmap',0,0,'83.209.251.77',1648958058),(1157909,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648958166),(1157910,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648958171),(1157911,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648958175),(1157912,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648958183),(1157913,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648958188),(1157914,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648958196),(1157915,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648958201),(1157916,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648958208),(1157917,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648958214),(1157918,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1648958219),(1157919,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648958225),(1157920,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648958229),(1157921,'guest','failed_login','Users','Session','drmap',0,0,'103.94.96.139',1648958233),(1157922,'guest','failed_login','Users','Session','tech1',0,0,'68.183.192.217',1648958293),(1157923,'guest','failed_login','Users','Session','drmap',0,0,'24.139.230.246',1648958457),(1157924,'guest','failed_login','Users','Session','drmap',0,0,'24.139.230.246',1648958458),(1157925,'guest','failed_login','Users','Session','drmap',0,0,'24.139.230.246',1648958459),(1157926,'guest','failed_login','Users','Session','drmap',0,0,'24.139.230.246',1648958460),(1157927,'guest','failed_login','Users','Session','drmap',0,0,'24.139.230.246',1648958461),(1157928,'guest','failed_login','Users','Session','drmap',0,0,'24.139.230.246',1648958462),(1157929,'guest','failed_login','Users','Session','drmap',0,0,'24.139.230.246',1648958463),(1157930,'guest','failed_login','Users','Session','drmap',0,0,'24.139.230.246',1648958464),(1157931,'guest','failed_login','Users','Session','drmap',0,0,'24.139.230.246',1648958465),(1157932,'guest','failed_login','Users','Session','drmap',0,0,'24.139.230.246',1648958466),(1157933,'guest','failed_login','Users','Session','drmap',0,0,'24.139.230.246',1648958468),(1157934,'guest','failed_login','Users','Session','drmap',0,0,'24.139.230.246',1648958469),(1157935,'guest','failed_login','Users','Session','drmap',0,0,'115.84.92.86',1648958487),(1157936,'guest','failed_login','Users','Session','drmap',0,0,'115.84.92.86',1648958488),(1157937,'guest','failed_login','Users','Session','drmap',0,0,'115.84.92.86',1648958489),(1157938,'guest','failed_login','Users','Session','drmap',0,0,'115.84.92.86',1648958495),(1157939,'guest','failed_login','Users','Session','drmap',0,0,'115.84.92.86',1648958497),(1157940,'guest','failed_login','Users','Session','drmap',0,0,'115.84.92.86',1648958501),(1157941,'guest','failed_login','Users','Session','drmap',0,0,'115.84.92.86',1648958507),(1157942,'guest','failed_login','Users','Session','drmap',0,0,'115.84.92.86',1648958510),(1157943,'guest','failed_login','Users','Session','drmap',0,0,'115.84.92.86',1648958512),(1157944,'guest','failed_login','Users','Session','drmap',0,0,'115.84.92.86',1648958513),(1157945,'guest','failed_login','Users','Session','drmap',0,0,'115.84.92.86',1648958515),(1157946,'guest','failed_login','Users','Session','drmap',0,0,'58.11.52.156',1648958567),(1157947,'guest','failed_login','Users','Session','drmap',0,0,'58.11.52.156',1648958568),(1157948,'guest','failed_login','Users','Session','drmap',0,0,'58.11.52.156',1648958569),(1157949,'guest','failed_login','Users','Session','drmap',0,0,'58.11.52.156',1648958570),(1157950,'guest','failed_login','Users','Session','drmap',0,0,'58.11.52.156',1648958571),(1157951,'guest','failed_login','Users','Session','tech1',0,0,'72.167.69.214',1648958572),(1157952,'guest','failed_login','Users','Session','drmap',0,0,'58.11.52.156',1648958572),(1157953,'guest','failed_login','Users','Session','drmap',0,0,'58.11.52.156',1648958573),(1157954,'guest','failed_login','Users','Session','drmap',0,0,'58.11.52.156',1648958574),(1157955,'guest','failed_login','Users','Session','drmap',0,0,'58.11.52.156',1648958575),(1157956,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958595),(1157957,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958596),(1157958,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958597),(1157959,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958598),(1157960,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958599),(1157961,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958600),(1157962,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958602),(1157963,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958603),(1157964,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958604),(1157965,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958605),(1157966,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958606),(1157967,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958607),(1157968,'guest','failed_login','Users','Session','drmap',0,0,'103.55.39.107',1648958634),(1157969,'guest','failed_login','Users','Session','drmap',0,0,'196.11.62.85',1648958701),(1157970,'guest','failed_login','Users','Session','drmap',0,0,'196.11.62.85',1648958703),(1157971,'guest','failed_login','Users','Session','drmap',0,0,'196.11.62.85',1648958704),(1157972,'guest','failed_login','Users','Session','drmap',0,0,'196.11.62.85',1648958705),(1157973,'guest','failed_login','Users','Session','drmap',0,0,'196.11.62.85',1648958706),(1157974,'guest','failed_login','Users','Session','drmap',0,0,'196.11.62.85',1648958707),(1157975,'guest','failed_login','Users','Session','drmap',0,0,'196.11.62.85',1648958708),(1157976,'guest','failed_login','Users','Session','drmap',0,0,'196.11.62.85',1648958709),(1157977,'guest','failed_login','Users','Session','drmap',0,0,'196.11.62.85',1648958711),(1157978,'guest','failed_login','Users','Session','drmap',0,0,'196.11.62.85',1648958713),(1157979,'guest','failed_login','Users','Session','drmap',0,0,'196.11.62.85',1648958714),(1157980,'guest','failed_login','Users','Session','drmap',0,0,'196.11.62.85',1648958715),(1157981,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958789),(1157982,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958790),(1157983,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958791),(1157984,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958792),(1157985,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958794),(1157986,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958795),(1157987,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958796),(1157988,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958797),(1157989,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958798),(1157990,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958799),(1157991,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958801),(1157992,'guest','failed_login','Users','Session','drmap',0,0,'59.126.45.26',1648958802),(1157993,'guest','failed_login','Users','Session','drmap',0,0,'190.182.179.28',1648958823),(1157994,'guest','failed_login','Users','Session','drmap',0,0,'190.182.179.28',1648958828),(1157995,'guest','failed_login','Users','Session','drmap',0,0,'190.182.179.28',1648958845),(1157996,'guest','failed_login','Users','Session','tech1',0,0,'72.167.65.133',1648958849),(1157997,'guest','failed_login','Users','Session','drmap',0,0,'190.182.179.28',1648958849),(1157998,'guest','failed_login','Users','Session','drmap',0,0,'190.182.179.28',1648958851),(1157999,'guest','failed_login','Users','Session','drmap',0,0,'190.182.179.28',1648958857),(1158000,'guest','failed_login','Users','Session','drmap',0,0,'190.182.179.28',1648958867),(1158001,'guest','failed_login','Users','Session','drmap',0,0,'190.182.179.28',1648958873),(1158002,'guest','failed_login','Users','Session','drmap',0,0,'190.182.179.28',1648958878),(1158003,'guest','failed_login','Users','Session','drmap',0,0,'190.182.179.28',1648958898),(1158004,'guest','failed_login','Users','Session','drmap',0,0,'190.182.179.28',1648958903),(1158005,'guest','failed_login','Users','Session','drmap',0,0,'190.182.179.28',1648958910),(1158006,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648958951),(1158007,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648958952),(1158008,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648958953),(1158009,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648958954),(1158010,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648958955),(1158011,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648958956),(1158012,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648958957),(1158013,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648958958),(1158014,'guest','failed_login','Users','Session','drmap',0,0,'87.65.203.65',1648958971),(1158015,'guest','failed_login','Users','Session','drmap',0,0,'87.65.203.65',1648958972),(1158016,'guest','failed_login','Users','Session','drmap',0,0,'87.65.203.65',1648958973),(1158017,'guest','failed_login','Users','Session','drmap',0,0,'87.65.203.65',1648958974),(1158018,'guest','failed_login','Users','Session','drmap',0,0,'87.65.203.65',1648958975),(1158019,'guest','failed_login','Users','Session','drmap',0,0,'87.65.203.65',1648958976),(1158020,'guest','failed_login','Users','Session','drmap',0,0,'87.65.203.65',1648958977),(1158021,'guest','failed_login','Users','Session','drmap',0,0,'87.65.203.65',1648958978),(1158022,'guest','failed_login','Users','Session','drmap',0,0,'87.65.203.65',1648958979),(1158023,'guest','failed_login','Users','Session','drmap',0,0,'87.65.203.65',1648958980),(1158024,'guest','failed_login','Users','Session','drmap',0,0,'122.53.57.33',1648959012),(1158025,'guest','failed_login','Users','Session','drmap',0,0,'122.53.57.33',1648959013),(1158026,'guest','failed_login','Users','Session','drmap',0,0,'122.53.57.33',1648959015),(1158027,'guest','failed_login','Users','Session','drmap',0,0,'122.53.57.33',1648959018),(1158028,'guest','failed_login','Users','Session','drmap',0,0,'122.53.57.33',1648959020),(1158029,'guest','failed_login','Users','Session','drmap',0,0,'122.53.57.33',1648959022),(1158030,'guest','failed_login','Users','Session','drmap',0,0,'122.53.57.33',1648959023),(1158031,'guest','failed_login','Users','Session','drmap',0,0,'122.53.57.33',1648959025),(1158032,'guest','failed_login','Users','Session','drmap',0,0,'122.53.57.33',1648959026),(1158033,'guest','failed_login','Users','Session','drmap',0,0,'122.53.57.33',1648959027),(1158034,'guest','failed_login','Users','Session','drmap',0,0,'122.53.57.33',1648959029),(1158035,'guest','failed_login','Users','Session','drmap',0,0,'122.53.57.33',1648959031),(1158036,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.92',1648959075),(1158037,'guest','failed_login','Users','Session','drmap',0,0,'68.183.88.242',1648959133),(1158038,'guest','failed_login','Users','Session','drmap',0,0,'68.183.88.242',1648959134),(1158039,'guest','failed_login','Users','Session','drmap',0,0,'68.183.88.242',1648959135),(1158040,'guest','failed_login','Users','Session','drmap',0,0,'68.183.88.242',1648959136),(1158041,'guest','failed_login','Users','Session','drmap',0,0,'68.183.88.242',1648959137),(1158042,'guest','failed_login','Users','Session','drmap',0,0,'68.183.88.242',1648959138),(1158043,'guest','failed_login','Users','Session','drmap',0,0,'68.183.88.242',1648959139),(1158044,'guest','failed_login','Users','Session','drmap',0,0,'68.183.88.242',1648959140),(1158045,'guest','failed_login','Users','Session','drmap',0,0,'68.183.88.242',1648959141),(1158046,'guest','failed_login','Users','Session','tech1',0,0,'93.104.213.124',1648959141),(1158047,'guest','failed_login','Users','Session','drmap',0,0,'68.183.88.242',1648959142),(1158048,'guest','failed_login','Users','Session','drmap',0,0,'45.116.114.28',1648959196),(1158049,'guest','failed_login','Users','Session','drmap',0,0,'45.116.114.28',1648959197),(1158050,'guest','failed_login','Users','Session','drmap',0,0,'45.116.114.28',1648959198),(1158051,'guest','failed_login','Users','Session','drmap',0,0,'45.116.114.28',1648959199),(1158052,'guest','failed_login','Users','Session','drmap',0,0,'45.116.114.28',1648959200),(1158053,'guest','failed_login','Users','Session','drmap',0,0,'45.116.114.28',1648959201),(1158054,'guest','failed_login','Users','Session','drmap',0,0,'45.116.114.28',1648959202),(1158055,'guest','failed_login','Users','Session','drmap',0,0,'45.116.114.28',1648959203),(1158056,'guest','failed_login','Users','Session','drmap',0,0,'45.116.114.28',1648959204),(1158057,'guest','failed_login','Users','Session','drmap',0,0,'45.116.114.28',1648959205),(1158058,'guest','failed_login','Users','Session','drmap',0,0,'45.116.114.28',1648959206),(1158059,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648959258),(1158060,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648959259),(1158061,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648959260),(1158062,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648959261),(1158063,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648959262),(1158064,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648959263),(1158065,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648959264),(1158066,'guest','failed_login','Users','Session','drmap',0,0,'185.253.74.135',1648959265),(1158067,'guest','failed_login','Users','Session','drmap',0,0,'185.136.206.6',1648959288),(1158068,'guest','failed_login','Users','Session','tech1',0,0,'47.114.72.18',1648959389),(1158069,'guest','failed_login','Users','Session','drmap',0,0,'114.32.27.86',1648959421),(1158070,'guest','failed_login','Users','Session','drmap',0,0,'114.32.27.86',1648959422),(1158071,'guest','failed_login','Users','Session','drmap',0,0,'114.32.27.86',1648959423),(1158072,'guest','failed_login','Users','Session','troy',0,0,'114.32.27.86',1648959424),(1158073,'guest','failed_login','Users','Session','troy',0,0,'114.32.27.86',1648959425),(1158074,'guest','failed_login','Users','Session','troy',0,0,'114.32.27.86',1648959426),(1158075,'guest','failed_login','Users','Session','troy',0,0,'114.32.27.86',1648959427),(1158076,'guest','failed_login','Users','Session','troy',0,0,'114.32.27.86',1648959429),(1158077,'guest','failed_login','Users','Session','troy',0,0,'114.32.27.86',1648959430),(1158078,'guest','failed_login','Users','Session','troy',0,0,'114.32.27.86',1648959431),(1158079,'guest','failed_login','Users','Session','troy',0,0,'114.32.27.86',1648959432),(1158080,'guest','failed_login','Users','Session','troy',0,0,'114.32.27.86',1648959433),(1158081,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648959521),(1158082,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648959522),(1158083,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648959523),(1158084,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648959524),(1158085,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648959525),(1158086,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648959526),(1158087,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648959527),(1158088,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648959528),(1158089,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648959529),(1158090,'guest','failed_login','Users','Session','troy',0,0,'103.52.137.98',1648959553),(1158091,'guest','failed_login','Users','Session','troy',0,0,'103.52.137.98',1648959554),(1158092,'guest','failed_login','Users','Session','troy',0,0,'103.52.137.98',1648959555),(1158093,'guest','failed_login','Users','Session','troy',0,0,'103.52.137.98',1648959556),(1158094,'guest','failed_login','Users','Session','troy',0,0,'103.52.137.98',1648959557),(1158095,'guest','failed_login','Users','Session','troy',0,0,'103.52.137.98',1648959558),(1158096,'guest','failed_login','Users','Session','troy',0,0,'103.52.137.98',1648959559),(1158097,'guest','failed_login','Users','Session','troy',0,0,'103.52.137.98',1648959560),(1158098,'guest','failed_login','Users','Session','troy',0,0,'103.52.137.98',1648959562),(1158099,'guest','failed_login','Users','Session','troy',0,0,'103.52.137.98',1648959563),(1158100,'guest','failed_login','Users','Session','troy',0,0,'103.52.137.98',1648959564),(1158101,'guest','failed_login','Users','Session','troy',0,0,'103.52.137.98',1648959565),(1158102,'guest','failed_login','Users','Session','tech1',0,0,'206.81.16.252',1648959670),(1158103,'guest','failed_login','Users','Session','troy',0,0,'185.253.74.135',1648959678),(1158104,'guest','failed_login','Users','Session','troy',0,0,'185.253.74.135',1648959679),(1158105,'guest','failed_login','Users','Session','troy',0,0,'185.253.74.135',1648959680),(1158106,'guest','failed_login','Users','Session','troy',0,0,'185.253.74.135',1648959681),(1158107,'guest','failed_login','Users','Session','troy',0,0,'185.253.74.135',1648959682),(1158108,'guest','failed_login','Users','Session','troy',0,0,'185.253.74.135',1648959683),(1158109,'guest','failed_login','Users','Session','troy',0,0,'185.253.74.135',1648959684),(1158110,'guest','failed_login','Users','Session','troy',0,0,'185.253.74.135',1648959685),(1158111,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959688),(1158112,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959690),(1158113,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959691),(1158114,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959692),(1158115,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959693),(1158116,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959695),(1158117,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959696),(1158118,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959698),(1158119,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959699),(1158120,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959700),(1158121,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959701),(1158122,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959703),(1158123,'guest','failed_login','Users','Session','troy',0,0,'196.1.239.234',1648959812),(1158124,'guest','failed_login','Users','Session','troy',0,0,'196.1.239.234',1648959813),(1158125,'guest','failed_login','Users','Session','troy',0,0,'196.1.239.234',1648959817),(1158126,'guest','failed_login','Users','Session','troy',0,0,'196.1.239.234',1648959819),(1158127,'guest','failed_login','Users','Session','troy',0,0,'196.1.239.234',1648959820),(1158128,'guest','failed_login','Users','Session','troy',0,0,'196.1.239.234',1648959821),(1158129,'guest','failed_login','Users','Session','troy',0,0,'196.1.239.234',1648959822),(1158130,'guest','failed_login','Users','Session','troy',0,0,'196.1.239.234',1648959823),(1158131,'guest','failed_login','Users','Session','troy',0,0,'196.1.239.234',1648959824),(1158132,'guest','failed_login','Users','Session','troy',0,0,'196.1.239.234',1648959827),(1158133,'guest','failed_login','Users','Session','troy',0,0,'196.1.239.234',1648959828),(1158134,'guest','failed_login','Users','Session','troy',0,0,'196.1.239.234',1648959831),(1158135,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648959841),(1158136,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648959842),(1158137,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648959844),(1158138,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648959845),(1158139,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648959846),(1158140,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648959847),(1158141,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648959849),(1158142,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648959850),(1158143,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648959851),(1158144,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648959852),(1158145,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648959854),(1158146,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648959855),(1158147,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959887),(1158148,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959889),(1158149,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959891),(1158150,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959897),(1158151,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959902),(1158152,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959908),(1158153,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959916),(1158154,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959920),(1158155,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959923),(1158156,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959930),(1158157,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959934),(1158158,'guest','failed_login','Users','Session','troy',0,0,'45.178.112.132',1648959936),(1158159,'guest','failed_login','Users','Session','troy',0,0,'150.220.50.125',1648959953),(1158160,'guest','failed_login','Users','Session','troy',0,0,'150.220.50.125',1648959954),(1158161,'guest','failed_login','Users','Session','troy',0,0,'150.220.50.125',1648959955),(1158162,'guest','failed_login','Users','Session','troy',0,0,'150.220.50.125',1648959956),(1158163,'guest','failed_login','Users','Session','troy',0,0,'150.220.50.125',1648959957),(1158164,'guest','failed_login','Users','Session','troy',0,0,'150.220.50.125',1648959958),(1158165,'guest','failed_login','Users','Session','troy',0,0,'150.220.50.125',1648959959),(1158166,'guest','failed_login','Users','Session','troy',0,0,'150.220.50.125',1648959960),(1158167,'guest','failed_login','Users','Session','troy',0,0,'150.220.50.125',1648959961),(1158168,'guest','failed_login','Users','Session','troy',0,0,'150.220.50.125',1648959962),(1158169,'guest','failed_login','Users','Session','tech1',0,0,'95.128.46.215',1648959976),(1158170,'guest','failed_login','Users','Session','troy',0,0,'87.65.203.65',1648960006),(1158171,'guest','failed_login','Users','Session','troy',0,0,'87.65.203.65',1648960007),(1158172,'guest','failed_login','Users','Session','troy',0,0,'87.65.203.65',1648960008),(1158173,'guest','failed_login','Users','Session','troy',0,0,'87.65.203.65',1648960009),(1158174,'guest','failed_login','Users','Session','troy',0,0,'87.65.203.65',1648960010),(1158175,'guest','failed_login','Users','Session','troy',0,0,'87.65.203.65',1648960011),(1158176,'guest','failed_login','Users','Session','troy',0,0,'87.65.203.65',1648960012),(1158177,'guest','failed_login','Users','Session','troy',0,0,'87.65.203.65',1648960013),(1158178,'guest','failed_login','Users','Session','troy',0,0,'87.65.203.65',1648960014),(1158179,'guest','failed_login','Users','Session','troy',0,0,'108.58.123.210',1648960025),(1158180,'guest','failed_login','Users','Session','troy',0,0,'108.58.123.210',1648960026),(1158181,'guest','failed_login','Users','Session','troy',0,0,'108.58.123.210',1648960027),(1158182,'guest','failed_login','Users','Session','troy',0,0,'108.58.123.210',1648960028),(1158183,'guest','failed_login','Users','Session','troy',0,0,'108.58.123.210',1648960029),(1158184,'guest','failed_login','Users','Session','troy',0,0,'108.58.123.210',1648960030),(1158185,'guest','failed_login','Users','Session','troy',0,0,'108.58.123.210',1648960031),(1158186,'guest','failed_login','Users','Session','troy',0,0,'108.58.123.210',1648960032),(1158187,'guest','failed_login','Users','Session','troy',0,0,'108.58.123.210',1648960033),(1158188,'guest','failed_login','Users','Session','troy',0,0,'108.58.123.210',1648960034),(1158189,'guest','failed_login','Users','Session','drmap',0,0,'93.125.1.35',1648960053),(1158190,'guest','failed_login','Users','Session','troy',0,0,'169.239.45.61',1648960059),(1158191,'guest','failed_login','Users','Session','troy',0,0,'169.239.45.61',1648960060),(1158192,'guest','failed_login','Users','Session','troy',0,0,'169.239.45.61',1648960061),(1158193,'guest','failed_login','Users','Session','troy',0,0,'169.239.45.61',1648960063),(1158194,'guest','failed_login','Users','Session','troy',0,0,'169.239.45.61',1648960064),(1158195,'guest','failed_login','Users','Session','troy',0,0,'169.239.45.61',1648960065),(1158196,'guest','failed_login','Users','Session','troy',0,0,'169.239.45.61',1648960066),(1158197,'guest','failed_login','Users','Session','troy',0,0,'169.239.45.61',1648960067),(1158198,'guest','failed_login','Users','Session','troy',0,0,'169.239.45.61',1648960068),(1158199,'guest','failed_login','Users','Session','troy',0,0,'169.239.45.61',1648960069),(1158200,'guest','failed_login','Users','Session','troy',0,0,'169.239.45.61',1648960071),(1158201,'guest','failed_login','Users','Session','troy',0,0,'169.239.45.61',1648960072),(1158202,'guest','failed_login','Users','Session','troy',0,0,'103.130.109.6',1648960106),(1158203,'guest','failed_login','Users','Session','troy',0,0,'103.130.109.6',1648960107),(1158204,'guest','failed_login','Users','Session','troy',0,0,'103.130.109.6',1648960108),(1158205,'guest','failed_login','Users','Session','troy',0,0,'103.130.109.6',1648960109),(1158206,'guest','failed_login','Users','Session','troy',0,0,'103.130.109.6',1648960110),(1158207,'guest','failed_login','Users','Session','troy',0,0,'103.130.109.6',1648960111),(1158208,'guest','failed_login','Users','Session','troy',0,0,'103.130.109.6',1648960112),(1158209,'guest','failed_login','Users','Session','troy',0,0,'103.130.109.6',1648960113),(1158210,'guest','failed_login','Users','Session','troy',0,0,'103.130.109.6',1648960114),(1158211,'guest','failed_login','Users','Session','troy',0,0,'103.130.109.6',1648960115),(1158212,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648960126),(1158213,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648960127),(1158214,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648960128),(1158215,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648960129),(1158216,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648960130),(1158217,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648960131),(1158218,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648960132),(1158219,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648960133),(1158220,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648960134),(1158221,'guest','failed_login','Users','Session','troy',0,0,'123.30.25.2',1648960155),(1158222,'guest','failed_login','Users','Session','troy',0,0,'123.30.25.2',1648960156),(1158223,'guest','failed_login','Users','Session','troy',0,0,'123.30.25.2',1648960157),(1158224,'guest','failed_login','Users','Session','troy',0,0,'123.30.25.2',1648960158),(1158225,'guest','failed_login','Users','Session','troy',0,0,'123.30.25.2',1648960159),(1158226,'guest','failed_login','Users','Session','troy',0,0,'123.30.25.2',1648960160),(1158227,'guest','failed_login','Users','Session','troy',0,0,'123.30.25.2',1648960161),(1158228,'guest','failed_login','Users','Session','troy',0,0,'123.30.25.2',1648960162),(1158229,'guest','failed_login','Users','Session','troy',0,0,'123.30.25.2',1648960163),(1158230,'guest','failed_login','Users','Session','troy',0,0,'123.30.25.2',1648960164),(1158231,'guest','failed_login','Users','Session','troy',0,0,'186.179.100.65',1648960216),(1158232,'guest','failed_login','Users','Session','troy',0,0,'186.179.100.65',1648960217),(1158233,'guest','failed_login','Users','Session','troy',0,0,'186.179.100.65',1648960218),(1158234,'guest','failed_login','Users','Session','troy',0,0,'186.179.100.65',1648960219),(1158235,'guest','failed_login','Users','Session','troy',0,0,'186.179.100.65',1648960220),(1158236,'guest','failed_login','Users','Session','troy',0,0,'186.179.100.65',1648960221),(1158237,'guest','failed_login','Users','Session','troy',0,0,'186.179.100.65',1648960223),(1158238,'guest','failed_login','Users','Session','troy',0,0,'186.179.100.65',1648960224),(1158239,'guest','failed_login','Users','Session','troy',0,0,'186.179.100.65',1648960225),(1158240,'guest','failed_login','Users','Session','troy',0,0,'186.179.100.65',1648960226),(1158241,'guest','failed_login','Users','Session','troy',0,0,'186.179.100.65',1648960227),(1158242,'guest','failed_login','Users','Session','troy',0,0,'186.179.100.65',1648960228),(1158243,'guest','failed_login','Users','Session','tech1',0,0,'184.168.98.160',1648960241),(1158244,'guest','failed_login','Users','Session','troy',0,0,'185.81.94.50',1648960272),(1158245,'guest','failed_login','Users','Session','troy',0,0,'185.81.94.50',1648960273),(1158246,'guest','failed_login','Users','Session','troy',0,0,'185.81.94.50',1648960274),(1158247,'guest','failed_login','Users','Session','troy',0,0,'185.81.94.50',1648960275),(1158248,'guest','failed_login','Users','Session','troy',0,0,'185.81.94.50',1648960276),(1158249,'guest','failed_login','Users','Session','troy',0,0,'185.81.94.50',1648960277),(1158250,'guest','failed_login','Users','Session','troy',0,0,'185.81.94.50',1648960278),(1158251,'guest','failed_login','Users','Session','troy',0,0,'185.81.94.50',1648960280),(1158252,'guest','failed_login','Users','Session','troy',0,0,'185.81.94.50',1648960282),(1158253,'guest','failed_login','Users','Session','troy',0,0,'185.81.94.50',1648960283),(1158254,'guest','failed_login','Users','Session','troy',0,0,'196.0.87.62',1648960324),(1158255,'guest','failed_login','Users','Session','troy',0,0,'196.0.87.62',1648960325),(1158256,'guest','failed_login','Users','Session','troy',0,0,'196.0.87.62',1648960326),(1158257,'guest','failed_login','Users','Session','troy',0,0,'196.0.87.62',1648960327),(1158258,'guest','failed_login','Users','Session','troy',0,0,'196.0.87.62',1648960329),(1158259,'guest','failed_login','Users','Session','troy',0,0,'196.0.87.62',1648960330),(1158260,'guest','failed_login','Users','Session','troy',0,0,'196.0.87.62',1648960331),(1158261,'guest','failed_login','Users','Session','troy',0,0,'196.0.87.62',1648960332),(1158262,'guest','failed_login','Users','Session','troy',0,0,'196.0.87.62',1648960334),(1158263,'guest','failed_login','Users','Session','troy',0,0,'196.0.87.62',1648960335),(1158264,'guest','failed_login','Users','Session','troy',0,0,'196.0.87.62',1648960336),(1158265,'guest','failed_login','Users','Session','troy',0,0,'196.0.87.62',1648960338),(1158266,'guest','failed_login','Users','Session','troy',0,0,'117.251.20.30',1648960362),(1158267,'guest','failed_login','Users','Session','troy',0,0,'117.251.20.30',1648960364),(1158268,'guest','failed_login','Users','Session','troy',0,0,'117.251.20.30',1648960365),(1158269,'guest','failed_login','Users','Session','troy',0,0,'117.251.20.30',1648960366),(1158270,'guest','failed_login','Users','Session','troy',0,0,'117.251.20.30',1648960367),(1158271,'guest','failed_login','Users','Session','troy',0,0,'117.251.20.30',1648960368),(1158272,'guest','failed_login','Users','Session','troy',0,0,'117.251.20.30',1648960369),(1158273,'guest','failed_login','Users','Session','troy',0,0,'117.251.20.30',1648960370),(1158274,'guest','failed_login','Users','Session','troy',0,0,'117.251.20.30',1648960371),(1158275,'guest','failed_login','Users','Session','troy',0,0,'179.42.192.95',1648960377),(1158276,'guest','failed_login','Users','Session','troy',0,0,'179.42.192.95',1648960378),(1158277,'guest','failed_login','Users','Session','troy',0,0,'179.42.192.95',1648960379),(1158278,'guest','failed_login','Users','Session','troy',0,0,'179.42.192.95',1648960381),(1158279,'guest','failed_login','Users','Session','troy',0,0,'179.42.192.95',1648960387),(1158280,'guest','failed_login','Users','Session','troy',0,0,'179.42.192.95',1648960391),(1158281,'guest','failed_login','Users','Session','troy',0,0,'179.42.192.95',1648960393),(1158282,'guest','failed_login','Users','Session','troy',0,0,'179.42.192.95',1648960398),(1158283,'guest','failed_login','Users','Session','troy',0,0,'179.42.192.95',1648960405),(1158284,'guest','failed_login','Users','Session','troy',0,0,'179.42.192.95',1648960409),(1158285,'guest','failed_login','Users','Session','troy',0,0,'179.42.192.95',1648960411),(1158286,'guest','failed_login','Users','Session','troy',0,0,'179.42.192.95',1648960412),(1158287,'guest','failed_login','Users','Session','troy',0,0,'178.22.173.133',1648960454),(1158288,'guest','failed_login','Users','Session','troy',0,0,'178.22.173.133',1648960456),(1158289,'guest','failed_login','Users','Session','troy',0,0,'178.22.173.133',1648960457),(1158290,'guest','failed_login','Users','Session','troy',0,0,'178.22.173.133',1648960458),(1158291,'guest','failed_login','Users','Session','troy',0,0,'178.22.173.133',1648960459),(1158292,'guest','failed_login','Users','Session','troy',0,0,'178.22.173.133',1648960460),(1158293,'guest','failed_login','Users','Session','troy',0,0,'178.22.173.133',1648960461),(1158294,'guest','failed_login','Users','Session','troy',0,0,'178.22.173.133',1648960462),(1158295,'guest','failed_login','Users','Session','troy',0,0,'178.22.173.133',1648960463),(1158296,'guest','failed_login','Users','Session','troy',0,0,'178.22.173.133',1648960464),(1158297,'guest','failed_login','Users','Session','troy',0,0,'178.22.173.133',1648960466),(1158298,'guest','failed_login','Users','Session','troy',0,0,'178.22.173.133',1648960467),(1158299,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648960488),(1158300,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648960489),(1158301,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648960490),(1158302,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648960491),(1158303,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648960492),(1158304,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648960493),(1158305,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648960494),(1158306,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648960496),(1158307,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648960497),(1158308,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648960498),(1158309,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648960499),(1158310,'guest','failed_login','Users','Session','troy',0,0,'210.61.47.79',1648960500),(1158311,'guest','failed_login','Users','Session','tech1',0,0,'122.17.148.164',1648960509),(1158312,'guest','failed_login','Users','Session','troy',0,0,'118.69.235.183',1648960546),(1158313,'guest','failed_login','Users','Session','troy',0,0,'118.69.235.183',1648960547),(1158314,'guest','failed_login','Users','Session','troy',0,0,'118.69.235.183',1648960548),(1158315,'guest','failed_login','Users','Session','troy',0,0,'118.69.235.183',1648960549),(1158316,'guest','failed_login','Users','Session','troy',0,0,'118.69.235.183',1648960550),(1158317,'guest','failed_login','Users','Session','troy',0,0,'118.69.235.183',1648960551),(1158318,'guest','failed_login','Users','Session','troy',0,0,'118.69.235.183',1648960552),(1158319,'guest','failed_login','Users','Session','troy',0,0,'118.69.235.183',1648960553),(1158320,'guest','failed_login','Users','Session','troy',0,0,'118.69.235.183',1648960554),(1158321,'guest','failed_login','Users','Session','troy',0,0,'118.69.235.183',1648960555),(1158322,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648960571),(1158323,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648960572),(1158324,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648960573),(1158325,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648960574),(1158326,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648960575),(1158327,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648960576),(1158328,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648960577),(1158329,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648960578),(1158330,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648960579),(1158331,'guest','failed_login','Users','Session','troy',0,0,'124.121.93.44',1648960580),(1158332,'guest','failed_login','Users','Session','troy',0,0,'115.84.112.138',1648960621),(1158333,'guest','failed_login','Users','Session','troy',0,0,'115.84.112.138',1648960622),(1158334,'guest','failed_login','Users','Session','troy',0,0,'115.84.112.138',1648960623),(1158335,'guest','failed_login','Users','Session','troy',0,0,'115.84.112.138',1648960624),(1158336,'guest','failed_login','Users','Session','troy',0,0,'115.84.112.138',1648960625),(1158337,'guest','failed_login','Users','Session','troy',0,0,'115.84.112.138',1648960626),(1158338,'guest','failed_login','Users','Session','troy',0,0,'115.84.112.138',1648960627),(1158339,'guest','failed_login','Users','Session','troy',0,0,'115.84.112.138',1648960629),(1158340,'guest','failed_login','Users','Session','troy',0,0,'115.84.112.138',1648960630),(1158341,'guest','failed_login','Users','Session','troy',0,0,'115.84.112.138',1648960631),(1158342,'guest','failed_login','Users','Session','troy',0,0,'115.84.112.138',1648960632),(1158343,'guest','failed_login','Users','Session','troy',0,0,'115.84.112.138',1648960633),(1158344,'guest','failed_login','Users','Session','troy',0,0,'114.32.155.137',1648960682),(1158345,'guest','failed_login','Users','Session','troy',0,0,'114.32.155.137',1648960683),(1158346,'guest','failed_login','Users','Session','troy',0,0,'114.32.155.137',1648960684),(1158347,'guest','failed_login','Users','Session','troy',0,0,'114.32.155.137',1648960685),(1158348,'guest','failed_login','Users','Session','troy',0,0,'114.32.155.137',1648960686),(1158349,'guest','failed_login','Users','Session','troy',0,0,'114.32.155.137',1648960687),(1158350,'guest','failed_login','Users','Session','troy',0,0,'114.32.155.137',1648960688),(1158351,'guest','failed_login','Users','Session','troy',0,0,'114.32.155.137',1648960689),(1158352,'guest','failed_login','Users','Session','troy',0,0,'114.32.155.137',1648960691),(1158353,'guest','failed_login','Users','Session','troy',0,0,'114.32.155.137',1648960692),(1158354,'guest','failed_login','Users','Session','troy',0,0,'114.32.155.137',1648960693),(1158355,'guest','failed_login','Users','Session','troy',0,0,'114.32.155.137',1648960694),(1158356,'guest','failed_login','Users','Session','troy',0,0,'91.72.187.242',1648960697),(1158357,'guest','failed_login','Users','Session','troy',0,0,'91.72.187.242',1648960698),(1158358,'guest','failed_login','Users','Session','troy',0,0,'91.72.187.242',1648960699),(1158359,'guest','failed_login','Users','Session','troy',0,0,'91.72.187.242',1648960701),(1158360,'guest','failed_login','Users','Session','troy',0,0,'91.72.187.242',1648960702),(1158361,'guest','failed_login','Users','Session','troy',0,0,'91.72.187.242',1648960703),(1158362,'guest','failed_login','Users','Session','troy',0,0,'91.72.187.242',1648960704),(1158363,'guest','failed_login','Users','Session','troy',0,0,'91.72.187.242',1648960705),(1158364,'guest','failed_login','Users','Session','troy',0,0,'91.72.187.242',1648960706),(1158365,'guest','failed_login','Users','Session','troy',0,0,'91.72.187.242',1648960707),(1158366,'guest','failed_login','Users','Session','troy',0,0,'177.69.238.9',1648960748),(1158367,'guest','failed_login','Users','Session','drmap',0,0,'137.184.31.14',1648960749),(1158368,'guest','failed_login','Users','Session','troy',0,0,'177.69.238.9',1648960749),(1158369,'guest','failed_login','Users','Session','troy',0,0,'177.69.238.9',1648960750),(1158370,'guest','failed_login','Users','Session','troy',0,0,'177.69.238.9',1648960751),(1158371,'guest','failed_login','Users','Session','troy',0,0,'177.69.238.9',1648960752),(1158372,'guest','failed_login','Users','Session','troy',0,0,'177.69.238.9',1648960753),(1158373,'guest','failed_login','Users','Session','troy',0,0,'177.69.238.9',1648960755),(1158374,'guest','failed_login','Users','Session','troy',0,0,'177.69.238.9',1648960756),(1158375,'guest','failed_login','Users','Session','troy',0,0,'177.69.238.9',1648960757),(1158376,'guest','failed_login','Users','Session','troy',0,0,'177.69.238.9',1648960758),(1158377,'guest','failed_login','Users','Session','troy',0,0,'177.69.238.9',1648960759),(1158378,'guest','failed_login','Users','Session','troy',0,0,'177.69.238.9',1648960761),(1158379,'guest','failed_login','Users','Session','troy',0,0,'27.116.16.118',1648960793),(1158380,'guest','failed_login','Users','Session','troy',0,0,'27.116.16.118',1648960794),(1158381,'guest','failed_login','Users','Session','troy',0,0,'27.116.16.118',1648960795),(1158382,'guest','failed_login','Users','Session','troy',0,0,'27.116.16.118',1648960796),(1158383,'guest','failed_login','Users','Session','troy',0,0,'27.116.16.118',1648960797),(1158384,'guest','failed_login','Users','Session','troy',0,0,'27.116.16.118',1648960798),(1158385,'guest','failed_login','Users','Session','dmytro',0,0,'27.116.16.118',1648960799),(1158386,'guest','failed_login','Users','Session','dmytro',0,0,'27.116.16.118',1648960800),(1158387,'guest','failed_login','Users','Session','dmytro',0,0,'27.116.16.118',1648960801),(1158388,'guest','failed_login','Users','Session','dmytro',0,0,'27.116.16.118',1648960802),(1158389,'guest','failed_login','Users','Session','dmytro',0,0,'27.116.16.118',1648960803),(1158390,'guest','failed_login','Users','Session','tech1',0,0,'34.68.97.70',1648960827),(1158391,'guest','failed_login','Users','Session','dmytro',0,0,'186.179.100.65',1648961036),(1158392,'guest','failed_login','Users','Session','dmytro',0,0,'186.179.100.65',1648961037),(1158393,'guest','failed_login','Users','Session','dmytro',0,0,'186.179.100.65',1648961038),(1158394,'guest','failed_login','Users','Session','dmytro',0,0,'186.179.100.65',1648961039),(1158395,'guest','failed_login','Users','Session','dmytro',0,0,'186.179.100.65',1648961040),(1158396,'guest','failed_login','Users','Session','dmytro',0,0,'186.179.100.65',1648961041),(1158397,'guest','failed_login','Users','Session','dmytro',0,0,'186.179.100.65',1648961042),(1158398,'guest','failed_login','Users','Session','dmytro',0,0,'186.179.100.65',1648961043),(1158399,'guest','failed_login','Users','Session','dmytro',0,0,'186.179.100.65',1648961044),(1158400,'guest','failed_login','Users','Session','dmytro',0,0,'186.179.100.65',1648961045),(1158401,'guest','failed_login','Users','Session','dmytro',0,0,'186.179.100.65',1648961046),(1158402,'guest','failed_login','Users','Session','dmytro',0,0,'186.179.100.65',1648961048),(1158403,'guest','failed_login','Users','Session','tech1',0,0,'176.31.116.73',1648961105),(1158404,'guest','failed_login','Users','Session','dmytro',0,0,'60.249.212.131',1648961270),(1158405,'guest','failed_login','Users','Session','dmytro',0,0,'60.249.212.131',1648961271),(1158406,'guest','failed_login','Users','Session','dmytro',0,0,'60.249.212.131',1648961272),(1158407,'guest','failed_login','Users','Session','dmytro',0,0,'60.249.212.131',1648961274),(1158408,'guest','failed_login','Users','Session','dmytro',0,0,'60.249.212.131',1648961275),(1158409,'guest','failed_login','Users','Session','dmytro',0,0,'60.249.212.131',1648961276),(1158410,'guest','failed_login','Users','Session','dmytro',0,0,'60.249.212.131',1648961277),(1158411,'guest','failed_login','Users','Session','dmytro',0,0,'60.249.212.131',1648961279),(1158412,'guest','failed_login','Users','Session','dmytro',0,0,'60.249.212.131',1648961280),(1158413,'guest','failed_login','Users','Session','dmytro',0,0,'60.249.212.131',1648961281),(1158414,'guest','failed_login','Users','Session','dmytro',0,0,'60.249.212.131',1648961282),(1158415,'guest','failed_login','Users','Session','dmytro',0,0,'60.249.212.131',1648961284),(1158416,'guest','failed_login','Users','Session','dmytro',0,0,'87.121.77.149',1648961342),(1158417,'guest','failed_login','Users','Session','dmytro',0,0,'87.121.77.149',1648961343),(1158418,'guest','failed_login','Users','Session','dmytro',0,0,'87.121.77.149',1648961344),(1158419,'guest','failed_login','Users','Session','dmytro',0,0,'87.121.77.149',1648961345),(1158420,'guest','failed_login','Users','Session','dmytro',0,0,'87.121.77.149',1648961346),(1158421,'guest','failed_login','Users','Session','dmytro',0,0,'87.121.77.149',1648961347),(1158422,'guest','failed_login','Users','Session','dmytro',0,0,'87.121.77.149',1648961348),(1158423,'guest','failed_login','Users','Session','dmytro',0,0,'87.121.77.149',1648961349),(1158424,'guest','failed_login','Users','Session','dmytro',0,0,'87.121.77.149',1648961350),(1158425,'guest','failed_login','Users','Session','dmytro',0,0,'87.121.77.149',1648961351),(1158426,'guest','failed_login','Users','Session','dmytro',0,0,'87.121.77.149',1648961352),(1158427,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1648961395),(1158428,'guest','failed_login','Users','Session','drmap',0,0,'91.189.176.172',1648961420),(1158429,'guest','failed_login','Users','Session','dmytro',0,0,'177.69.238.9',1648961579),(1158430,'guest','failed_login','Users','Session','dmytro',0,0,'177.69.238.9',1648961581),(1158431,'guest','failed_login','Users','Session','dmytro',0,0,'177.69.238.9',1648961582),(1158432,'guest','failed_login','Users','Session','dmytro',0,0,'177.69.238.9',1648961583),(1158433,'guest','failed_login','Users','Session','dmytro',0,0,'177.69.238.9',1648961584),(1158434,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.68',1648961584),(1158435,'guest','failed_login','Users','Session','dmytro',0,0,'177.69.238.9',1648961585),(1158436,'guest','failed_login','Users','Session','dmytro',0,0,'177.69.238.9',1648961586),(1158437,'guest','failed_login','Users','Session','dmytro',0,0,'177.69.238.9',1648961588),(1158438,'guest','failed_login','Users','Session','dmytro',0,0,'177.69.238.9',1648961589),(1158439,'guest','failed_login','Users','Session','dmytro',0,0,'177.69.238.9',1648961590),(1158440,'guest','failed_login','Users','Session','dmytro',0,0,'177.69.238.9',1648961591),(1158441,'guest','failed_login','Users','Session','dmytro',0,0,'177.69.238.9',1648961593),(1158442,'guest','failed_login','Users','Session','dmytro',0,0,'108.58.167.30',1648961645),(1158443,'guest','failed_login','Users','Session','dmytro',0,0,'108.58.167.30',1648961646),(1158444,'guest','failed_login','Users','Session','dmytro',0,0,'108.58.167.30',1648961647),(1158445,'guest','failed_login','Users','Session','dmytro',0,0,'108.58.167.30',1648961648),(1158446,'guest','failed_login','Users','Session','dmytro',0,0,'108.58.167.30',1648961649),(1158447,'guest','failed_login','Users','Session','dmytro',0,0,'108.58.167.30',1648961650),(1158448,'guest','failed_login','Users','Session','dmytro',0,0,'108.58.167.30',1648961651),(1158449,'guest','failed_login','Users','Session','dmytro',0,0,'108.58.167.30',1648961652),(1158450,'guest','failed_login','Users','Session','dmytro',0,0,'108.58.167.30',1648961653),(1158451,'guest','failed_login','Users','Session','dmytro',0,0,'108.58.167.30',1648961654),(1158452,'guest','failed_login','Users','Session','dmytro',0,0,'108.58.167.30',1648961655),(1158453,'guest','failed_login','Users','Session','tech1',0,0,'185.46.121.66',1648961675),(1158454,'guest','failed_login','Users','Session','dmytro',0,0,'114.32.155.137',1648961694),(1158455,'guest','failed_login','Users','Session','dmytro',0,0,'114.32.155.137',1648961695),(1158456,'guest','failed_login','Users','Session','dmytro',0,0,'114.32.155.137',1648961697),(1158457,'guest','failed_login','Users','Session','dmytro',0,0,'114.32.155.137',1648961698),(1158458,'guest','failed_login','Users','Session','dmytro',0,0,'114.32.155.137',1648961699),(1158459,'guest','failed_login','Users','Session','dmytro',0,0,'114.32.155.137',1648961700),(1158460,'guest','failed_login','Users','Session','dmytro',0,0,'114.32.155.137',1648961701),(1158461,'guest','failed_login','Users','Session','dmytro',0,0,'114.32.155.137',1648961702),(1158462,'guest','failed_login','Users','Session','dmytro',0,0,'114.32.155.137',1648961703),(1158463,'guest','failed_login','Users','Session','dmytro',0,0,'114.32.155.137',1648961704),(1158464,'guest','failed_login','Users','Session','dmytro',0,0,'114.32.155.137',1648961706),(1158465,'guest','failed_login','Users','Session','dmytro',0,0,'114.32.155.137',1648961707),(1158466,'guest','failed_login','Users','Session','dmytro',0,0,'197.237.151.38',1648961751),(1158467,'guest','failed_login','Users','Session','dmytro',0,0,'197.237.151.38',1648961753),(1158468,'guest','failed_login','Users','Session','dmytro',0,0,'197.237.151.38',1648961754),(1158469,'guest','failed_login','Users','Session','dmytro',0,0,'197.237.151.38',1648961755),(1158470,'guest','failed_login','Users','Session','dmytro',0,0,'197.237.151.38',1648961756),(1158471,'guest','failed_login','Users','Session','dmytro',0,0,'197.237.151.38',1648961758),(1158472,'guest','failed_login','Users','Session','dmytro',0,0,'197.237.151.38',1648961759),(1158473,'guest','failed_login','Users','Session','dmytro',0,0,'197.237.151.38',1648961760),(1158474,'guest','failed_login','Users','Session','dmytro',0,0,'197.237.151.38',1648961761),(1158475,'guest','failed_login','Users','Session','dmytro',0,0,'197.237.151.38',1648961762),(1158476,'guest','failed_login','Users','Session','dmytro',0,0,'197.237.151.38',1648961763),(1158477,'guest','failed_login','Users','Session','dmytro',0,0,'197.237.151.38',1648961765),(1158478,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.176.83',1648961856),(1158479,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.176.83',1648961858),(1158480,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.176.83',1648961860),(1158481,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.176.83',1648961863),(1158482,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.176.83',1648961869),(1158483,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.176.83',1648961874),(1158484,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.176.83',1648961878),(1158485,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.176.83',1648961881),(1158486,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.176.83',1648961885),(1158487,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.176.83',1648961889),(1158488,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.176.83',1648961894),(1158489,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.176.83',1648961896),(1158490,'guest','failed_login','Users','Session','dmytro',0,0,'68.183.88.242',1648961945),(1158491,'guest','failed_login','Users','Session','dmytro',0,0,'68.183.88.242',1648961946),(1158492,'guest','failed_login','Users','Session','dmytro',0,0,'68.183.88.242',1648961947),(1158493,'guest','failed_login','Users','Session','dmytro',0,0,'68.183.88.242',1648961948),(1158494,'guest','failed_login','Users','Session','dmytro',0,0,'68.183.88.242',1648961949),(1158495,'guest','failed_login','Users','Session','dmytro',0,0,'68.183.88.242',1648961950),(1158496,'guest','failed_login','Users','Session','dmytro',0,0,'68.183.88.242',1648961951),(1158497,'guest','failed_login','Users','Session','dmytro',0,0,'68.183.88.242',1648961952),(1158498,'guest','failed_login','Users','Session','dmytro',0,0,'68.183.88.242',1648961953),(1158499,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:115b::bcf:e319',1648961975),(1158500,'guest','failed_login','Users','Session','dmytro',0,0,'103.130.109.6',1648962107),(1158501,'guest','failed_login','Users','Session','dmytro',0,0,'103.130.109.6',1648962108),(1158502,'guest','failed_login','Users','Session','drmap',0,0,'116.203.77.176',1648962109),(1158503,'guest','failed_login','Users','Session','dmytro',0,0,'103.130.109.6',1648962109),(1158504,'guest','failed_login','Users','Session','dmytro',0,0,'103.130.109.6',1648962110),(1158505,'guest','failed_login','Users','Session','dmytro',0,0,'103.130.109.6',1648962111),(1158506,'guest','failed_login','Users','Session','dmytro',0,0,'103.130.109.6',1648962112),(1158507,'guest','failed_login','Users','Session','dmytro',0,0,'103.130.109.6',1648962113),(1158508,'guest','failed_login','Users','Session','dmytro',0,0,'103.130.109.6',1648962114),(1158509,'guest','failed_login','Users','Session','dmytro',0,0,'103.130.109.6',1648962115),(1158510,'guest','failed_login','Users','Session','dmytro',0,0,'103.130.109.6',1648962116),(1158511,'guest','failed_login','Users','Session','dmytro',0,0,'103.130.109.6',1648962117),(1158512,'guest','failed_login','Users','Session','dmytro',0,0,'80.153.38.127',1648962119),(1158513,'guest','failed_login','Users','Session','dmytro',0,0,'80.153.38.127',1648962120),(1158514,'guest','failed_login','Users','Session','dmytro',0,0,'80.153.38.127',1648962121),(1158515,'guest','failed_login','Users','Session','dmytro',0,0,'80.153.38.127',1648962122),(1158516,'guest','failed_login','Users','Session','dmytro',0,0,'80.153.38.127',1648962123),(1158517,'guest','failed_login','Users','Session','dmytro',0,0,'80.153.38.127',1648962124),(1158518,'guest','failed_login','Users','Session','dmytro',0,0,'80.153.38.127',1648962125),(1158519,'guest','failed_login','Users','Session','dmytro',0,0,'80.153.38.127',1648962126),(1158520,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.151.29',1648962158),(1158521,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.151.29',1648962160),(1158522,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.151.29',1648962161),(1158523,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.151.29',1648962162),(1158524,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.151.29',1648962163),(1158525,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.151.29',1648962164),(1158526,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.151.29',1648962165),(1158527,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.151.29',1648962166),(1158528,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.151.29',1648962167),(1158529,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.151.29',1648962168),(1158530,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.151.29',1648962169),(1158531,'guest','failed_login','Users','Session','dmytro',0,0,'113.161.151.29',1648962170),(1158532,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962173),(1158533,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962174),(1158534,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962176),(1158535,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962177),(1158536,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962178),(1158537,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962179),(1158538,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962180),(1158539,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962182),(1158540,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962183),(1158541,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962184),(1158542,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962185),(1158543,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962187),(1158544,'guest','failed_login','Users','Session','dmytro',0,0,'45.116.114.28',1648962197),(1158545,'guest','failed_login','Users','Session','dmytro',0,0,'45.116.114.28',1648962198),(1158546,'guest','failed_login','Users','Session','dmytro',0,0,'45.116.114.28',1648962199),(1158547,'guest','failed_login','Users','Session','dmytro',0,0,'45.116.114.28',1648962200),(1158548,'guest','failed_login','Users','Session','dmytro',0,0,'45.116.114.28',1648962201),(1158549,'guest','failed_login','Users','Session','dmytro',0,0,'45.116.114.28',1648962202),(1158550,'guest','failed_login','Users','Session','dmytro',0,0,'45.116.114.28',1648962203),(1158551,'guest','failed_login','Users','Session','dmytro',0,0,'45.116.114.28',1648962204),(1158552,'guest','failed_login','Users','Session','dmytro',0,0,'45.116.114.28',1648962205),(1158553,'guest','failed_login','Users','Session','dmytro',0,0,'124.120.169.22',1648962224),(1158554,'guest','failed_login','Users','Session','dmytro',0,0,'124.120.169.22',1648962225),(1158555,'guest','failed_login','Users','Session','dmytro',0,0,'124.120.169.22',1648962226),(1158556,'guest','failed_login','Users','Session','dmytro',0,0,'124.120.169.22',1648962227),(1158557,'guest','failed_login','Users','Session','dmytro',0,0,'124.120.169.22',1648962228),(1158558,'guest','failed_login','Users','Session','dmytro',0,0,'124.120.169.22',1648962229),(1158559,'guest','failed_login','Users','Session','dmytro',0,0,'124.120.169.22',1648962230),(1158560,'guest','failed_login','Users','Session','dmytro',0,0,'124.120.169.22',1648962231),(1158561,'guest','failed_login','Users','Session','dmytro',0,0,'124.120.169.22',1648962232),(1158562,'guest','failed_login','Users','Session','dmytro',0,0,'124.120.169.22',1648962233),(1158563,'guest','failed_login','Users','Session','dmytro',0,0,'45.177.111.203',1648962257),(1158564,'guest','failed_login','Users','Session','dmytro',0,0,'45.177.111.203',1648962258),(1158565,'guest','failed_login','Users','Session','dmytro',0,0,'45.177.111.203',1648962259),(1158566,'guest','failed_login','Users','Session','dmytro',0,0,'45.177.111.203',1648962260),(1158567,'guest','failed_login','Users','Session','dmytro',0,0,'45.177.111.203',1648962261),(1158568,'guest','failed_login','Users','Session','dmytro',0,0,'45.177.111.203',1648962262),(1158569,'guest','failed_login','Users','Session','dmytro',0,0,'45.177.111.203',1648962263),(1158570,'guest','failed_login','Users','Session','dmytro',0,0,'45.177.111.203',1648962264),(1158571,'guest','failed_login','Users','Session','dmytro',0,0,'45.177.111.203',1648962265),(1158572,'guest','failed_login','Users','Session','dmytro',0,0,'45.177.111.203',1648962266),(1158573,'guest','failed_login','Users','Session','dmytro',0,0,'45.177.111.203',1648962267),(1158574,'guest','failed_login','Users','Session','dmytro',0,0,'45.177.111.203',1648962268),(1158575,'guest','failed_login','Users','Session','tech1',0,0,'88.87.206.123',1648962274),(1158576,'guest','failed_login','Users','Session','dmytro',0,0,'124.120.169.159',1648962287),(1158577,'guest','failed_login','Users','Session','dmytro',0,0,'124.120.169.159',1648962288),(1158578,'guest','failed_login','Users','Session','dmytro',0,0,'124.120.169.159',1648962291),(1158579,'guest','failed_login','Users','Session','dmytro',0,0,'124.120.169.159',1648962296),(1158580,'guest','failed_login','Users','Session','dmytro',0,0,'124.120.169.159',1648962300),(1158581,'guest','failed_login','Users','Session','dmytro',0,0,'124.120.169.159',1648962302),(1158582,'guest','failed_login','Users','Session','dmytro',0,0,'124.120.169.159',1648962304),(1158583,'guest','failed_login','Users','Session','dmytro',0,0,'124.120.169.159',1648962305),(1158584,'guest','failed_login','Users','Session','dmytro',0,0,'124.120.169.159',1648962309),(1158585,'guest','failed_login','Users','Session','dmytro',0,0,'124.120.169.159',1648962315),(1158586,'guest','failed_login','Users','Session','dmytro',0,0,'124.120.169.159',1648962317),(1158587,'guest','failed_login','Users','Session','dmytro',0,0,'124.120.169.159',1648962319),(1158588,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962323),(1158589,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962324),(1158590,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962325),(1158591,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962326),(1158592,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962328),(1158593,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962329),(1158594,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962330),(1158595,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962331),(1158596,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962333),(1158597,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962334),(1158598,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962335),(1158599,'guest','failed_login','Users','Session','dmytro',0,0,'59.125.2.63',1648962337),(1158600,'guest','failed_login','Users','Session','dmytro',0,0,'108.58.123.210',1648962435),(1158601,'guest','failed_login','Users','Session','dmytro',0,0,'108.58.123.210',1648962436),(1158602,'guest','failed_login','Users','Session','dmytro',0,0,'108.58.123.210',1648962437),(1158603,'guest','failed_login','Users','Session','dmytro',0,0,'108.58.123.210',1648962438),(1158604,'guest','failed_login','Users','Session','dmytro',0,0,'108.58.123.210',1648962439),(1158605,'guest','failed_login','Users','Session','dmytro',0,0,'108.58.123.210',1648962440),(1158606,'guest','failed_login','Users','Session','dmytro',0,0,'108.58.123.210',1648962441),(1158607,'guest','failed_login','Users','Session','dmytro',0,0,'108.58.123.210',1648962443),(1158608,'guest','failed_login','Users','Session','dmytro',0,0,'108.58.123.210',1648962444),(1158609,'guest','failed_login','Users','Session','dmytro',0,0,'108.58.123.210',1648962445),(1158610,'guest','failed_login','Users','Session','dmytro',0,0,'108.58.123.210',1648962446),(1158611,'guest','failed_login','Users','Session','dmytro',0,0,'45.55.163.60',1648962482),(1158612,'guest','failed_login','Users','Session','dmytro',0,0,'45.55.163.60',1648962483),(1158613,'guest','failed_login','Users','Session','dmytro',0,0,'45.55.163.60',1648962484),(1158614,'guest','failed_login','Users','Session','dmytro',0,0,'45.55.163.60',1648962485),(1158615,'guest','failed_login','Users','Session','dmytro',0,0,'45.55.163.60',1648962486),(1158616,'guest','failed_login','Users','Session','dmytro',0,0,'45.55.163.60',1648962487),(1158617,'guest','failed_login','Users','Session','dmytro',0,0,'45.55.163.60',1648962488),(1158618,'guest','failed_login','Users','Session','dmytro',0,0,'45.55.163.60',1648962489),(1158619,'guest','failed_login','Users','Session','dmytro',0,0,'45.55.163.60',1648962490),(1158620,'guest','failed_login','Users','Session','dmytro',0,0,'45.55.163.60',1648962491),(1158621,'guest','failed_login','Users','Session','dmytro',0,0,'173.167.46.61',1648962515),(1158622,'guest','failed_login','Users','Session','dmytro',0,0,'173.167.46.61',1648962516),(1158623,'guest','failed_login','Users','Session','dmytro',0,0,'173.167.46.61',1648962517),(1158624,'guest','failed_login','Users','Session','dmytro',0,0,'173.167.46.61',1648962518),(1158625,'guest','failed_login','Users','Session','dmytro',0,0,'173.167.46.61',1648962519),(1158626,'guest','failed_login','Users','Session','dmytro',0,0,'173.167.46.61',1648962520),(1158627,'guest','failed_login','Users','Session','dmytro',0,0,'173.167.46.61',1648962521),(1158628,'guest','failed_login','Users','Session','dmytro',0,0,'173.167.46.61',1648962522),(1158629,'guest','failed_login','Users','Session','dmytro',0,0,'173.167.46.61',1648962523),(1158630,'guest','failed_login','Users','Session','dmytro',0,0,'173.167.46.61',1648962524),(1158631,'guest','failed_login','Users','Session','dmytro',0,0,'173.167.46.61',1648962525),(1158632,'guest','failed_login','Users','Session','dmytro',0,0,'173.167.46.61',1648962526),(1158633,'guest','failed_login','Users','Session','dmytro',0,0,'169.239.45.61',1648962537),(1158634,'guest','failed_login','Users','Session','dmytro',0,0,'169.239.45.61',1648962539),(1158635,'guest','failed_login','Users','Session','dmytro',0,0,'169.239.45.61',1648962542),(1158636,'guest','failed_login','Users','Session','dmytro',0,0,'169.239.45.61',1648962549),(1158637,'guest','failed_login','Users','Session','dmytro',0,0,'169.239.45.61',1648962552),(1158638,'guest','failed_login','Users','Session','dmytro',0,0,'169.239.45.61',1648962555),(1158639,'guest','failed_login','Users','Session','dmytro',0,0,'169.239.45.61',1648962557),(1158640,'guest','failed_login','Users','Session','tech1',0,0,'194.5.175.15',1648962557),(1158641,'guest','failed_login','Users','Session','dmytro',0,0,'169.239.45.61',1648962558),(1158642,'guest','failed_login','Users','Session','dmytro',0,0,'169.239.45.61',1648962560),(1158643,'guest','failed_login','Users','Session','dmytro',0,0,'169.239.45.61',1648962563),(1158644,'guest','failed_login','Users','Session','dmytro',0,0,'169.239.45.61',1648962565),(1158645,'guest','failed_login','Users','Session','dmytro',0,0,'169.239.45.61',1648962566),(1158646,'guest','failed_login','Users','Session','dmytro',0,0,'202.165.236.204',1648962631),(1158647,'guest','failed_login','Users','Session','dmytro',0,0,'202.165.236.204',1648962632),(1158648,'guest','failed_login','Users','Session','dmytro',0,0,'202.165.236.204',1648962633),(1158649,'guest','failed_login','Users','Session','dmytro',0,0,'202.165.236.204',1648962634),(1158650,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1648962634),(1158651,'guest','failed_login','Users','Session','dmytro',0,0,'202.165.236.204',1648962635),(1158652,'guest','failed_login','Users','Session','dmytro',0,0,'202.165.236.204',1648962636),(1158653,'guest','failed_login','Users','Session','dmytro',0,0,'202.165.236.204',1648962637),(1158654,'guest','failed_login','Users','Session','dmytro',0,0,'202.165.236.204',1648962638),(1158655,'guest','failed_login','Users','Session','dmytro',0,0,'202.165.236.204',1648962640),(1158656,'guest','failed_login','Users','Session','dmytro',0,0,'202.165.236.204',1648962641),(1158657,'guest','failed_login','Users','Session','dmytro',0,0,'202.165.236.204',1648962642),(1158658,'guest','failed_login','Users','Session','dmytro',0,0,'222.165.182.42',1648962739),(1158659,'guest','failed_login','Users','Session','dmytro',0,0,'222.165.182.42',1648962740),(1158660,'guest','failed_login','Users','Session','dmytro',0,0,'222.165.182.42',1648962741),(1158661,'guest','failed_login','Users','Session','dmytro',0,0,'222.165.182.42',1648962742),(1158662,'guest','failed_login','Users','Session','dmytro',0,0,'222.165.182.42',1648962744),(1158663,'guest','failed_login','Users','Session','dmytro',0,0,'222.165.182.42',1648962745),(1158664,'guest','failed_login','Users','Session','dmytro',0,0,'222.165.182.42',1648962746),(1158665,'guest','failed_login','Users','Session','dmytro',0,0,'222.165.182.42',1648962747),(1158666,'guest','failed_login','Users','Session','dmytro',0,0,'222.165.182.42',1648962749),(1158667,'guest','failed_login','Users','Session','dmytro',0,0,'222.165.182.42',1648962750),(1158668,'guest','failed_login','Users','Session','dmytro',0,0,'222.165.182.42',1648962751),(1158669,'guest','failed_login','Users','Session','dmytro',0,0,'222.165.182.42',1648962753),(1158670,'guest','failed_login','Users','Session','dmytro',0,0,'210.61.47.79',1648962806),(1158671,'guest','failed_login','Users','Session','dmytro',0,0,'210.61.47.79',1648962808),(1158672,'guest','failed_login','Users','Session','dmytro',0,0,'210.61.47.79',1648962809),(1158673,'guest','failed_login','Users','Session','dmytro',0,0,'210.61.47.79',1648962811),(1158674,'guest','failed_login','Users','Session','dmytro',0,0,'210.61.47.79',1648962812),(1158675,'guest','failed_login','Users','Session','dmytro',0,0,'210.61.47.79',1648962813),(1158676,'guest','failed_login','Users','Session','drmap',0,0,'143.198.112.66',1648962814),(1158677,'guest','failed_login','Users','Session','dmytro',0,0,'210.61.47.79',1648962814),(1158678,'guest','failed_login','Users','Session','dmytro',0,0,'210.61.47.79',1648962815),(1158679,'guest','failed_login','Users','Session','dmytro',0,0,'210.61.47.79',1648962817),(1158680,'guest','failed_login','Users','Session','dmytro',0,0,'210.61.47.79',1648962818),(1158681,'guest','failed_login','Users','Session','dmytro',0,0,'210.61.47.79',1648962819),(1158682,'guest','failed_login','Users','Session','dmytro',0,0,'210.61.47.79',1648962821),(1158683,'guest','failed_login','Users','Session','dmytro',0,0,'165.56.8.102',1648962824),(1158684,'guest','failed_login','Users','Session','dmytro',0,0,'165.56.8.102',1648962825),(1158685,'guest','failed_login','Users','Session','dmytro',0,0,'165.56.8.102',1648962826),(1158686,'guest','failed_login','Users','Session','dmytro',0,0,'165.56.8.102',1648962827),(1158687,'guest','failed_login','Users','Session','dmytro',0,0,'165.56.8.102',1648962829),(1158688,'guest','failed_login','Users','Session','dmytro',0,0,'165.56.8.102',1648962830),(1158689,'guest','failed_login','Users','Session','dmytro',0,0,'165.56.8.102',1648962831),(1158690,'guest','failed_login','Users','Session','dmytro',0,0,'165.56.8.102',1648962832),(1158691,'guest','failed_login','Users','Session','dmytro',0,0,'165.56.8.102',1648962833),(1158692,'guest','failed_login','Users','Session','dmytro',0,0,'165.56.8.102',1648962834),(1158693,'guest','failed_login','Users','Session','dmytro',0,0,'165.56.8.102',1648962836),(1158694,'guest','failed_login','Users','Session','dmytro',0,0,'165.56.8.102',1648962837),(1158695,'guest','failed_login','Users','Session','tech1',0,0,'158.255.80.210',1648962855),(1158696,'guest','failed_login','Users','Session','dmytro',0,0,'115.84.91.192',1648962969),(1158697,'guest','failed_login','Users','Session','dmytro',0,0,'115.84.91.192',1648962971),(1158698,'guest','failed_login','Users','Session','dmytro',0,0,'115.84.91.192',1648962975),(1158699,'guest','failed_login','Users','Session','dmytro',0,0,'115.84.91.192',1648962976),(1158700,'guest','failed_login','Users','Session','dmytro',0,0,'115.84.91.192',1648962980),(1158701,'guest','failed_login','Users','Session','dmytro',0,0,'115.84.91.192',1648962981),(1158702,'guest','failed_login','Users','Session','dmytro',0,0,'115.84.91.192',1648962982),(1158703,'guest','failed_login','Users','Session','dmytro',0,0,'115.84.91.192',1648962984),(1158704,'guest','failed_login','Users','Session','dmytro',0,0,'115.84.91.192',1648962985),(1158705,'guest','failed_login','Users','Session','dmytro',0,0,'115.84.91.192',1648962987),(1158706,'guest','failed_login','Users','Session','dmytro',0,0,'115.84.91.192',1648962989),(1158707,'guest','failed_login','Users','Session','dmytro',0,0,'115.84.91.192',1648962991),(1158708,'guest','failed_login','Users','Session','dmytro',0,0,'161.43.192.105',1648962997),(1158709,'guest','failed_login','Users','Session','dmytro',0,0,'161.43.192.105',1648962998),(1158710,'guest','failed_login','Users','Session','dmytro',0,0,'161.43.192.105',1648963000),(1158711,'guest','failed_login','Users','Session','dmytro',0,0,'161.43.192.105',1648963001),(1158712,'guest','failed_login','Users','Session','dmytro',0,0,'161.43.192.105',1648963003),(1158713,'guest','failed_login','Users','Session','dmytro',0,0,'161.43.192.105',1648963005),(1158714,'guest','failed_login','Users','Session','dmytro',0,0,'161.43.192.105',1648963006),(1158715,'guest','failed_login','Users','Session','dmytro',0,0,'161.43.192.105',1648963008),(1158716,'guest','failed_login','Users','Session','dmytro',0,0,'161.43.192.105',1648963009),(1158717,'guest','failed_login','Users','Session','dmytro',0,0,'161.43.192.105',1648963010),(1158718,'guest','failed_login','Users','Session','tech1',0,0,'171.244.17.110',1648963153),(1158719,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1648963171),(1158720,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4a10',1648963446),(1158721,'guest','failed_login','Users','Session','drmap',0,0,'134.209.166.75',1648963531),(1158722,'guest','failed_login','Users','Session','tech1',0,0,'213.175.208.121',1648963748),(1158723,'guest','failed_login','Users','Session','tech1',0,0,'184.168.115.25',1648964036),(1158724,'guest','failed_login','Users','Session','drmap',0,0,'177.55.111.12',1648964273),(1158725,'guest','failed_login','Users','Session','tech1',0,0,'45.79.46.130',1648964277),(1158726,'guest','failed_login','Users','Session','tech1',0,0,'159.65.7.254',1648964318),(1158727,'guest','failed_login','Users','Session','tech1',0,0,'184.154.219.138',1648964635),(1158728,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1648964677),(1158729,'guest','failed_login','Users','Session','tech1',0,0,'162.144.41.156',1648964934),(1158730,'guest','failed_login','Users','Session','drmap',0,0,'103.183.74.54',1648965000),(1158731,'guest','failed_login','Users','Session','tech1',0,0,'148.72.211.177',1648965246),(1158732,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.59',1648965524),(1158733,'guest','failed_login','Users','Session','tech1',0,0,'101.32.62.196',1648965529),(1158734,'guest','failed_login','Users','Session','drmap',0,0,'2600:1f18:bb8:3700:bca0:eb1a:67a9:c67e',1648965697),(1158735,'guest','failed_login','Users','Session','tech1',0,0,'68.178.220.188',1648965845),(1158736,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1648966076),(1158737,'guest','failed_login','Users','Session','tech1',0,0,'178.128.51.162',1648966153),(1158738,'guest','failed_login','Users','Session','drmap',0,0,'2001:4b99:1:1:216:3eff:fe83:1527',1648966385),(1158739,'guest','failed_login','Users','Session','tech1',0,0,'159.65.219.142',1648966449),(1158740,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.85',1648966699),(1158741,'guest','failed_login','Users','Session','tech1',0,0,'2a03:6f00:6:1::b972:f75c',1648966757),(1158742,'guest','failed_login','Users','Session','tech1',0,0,'108.167.139.175',1648967043),(1158743,'guest','failed_login','Users','Session','drmap',0,0,'3.108.52.20',1648967108),(1158744,'guest','failed_login','Users','Session','tech1',0,0,'89.46.109.154',1648967592),(1158745,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.229',1648967797),(1158746,'guest','failed_login','Users','Session','tech1',0,0,'178.62.110.145',1648967845),(1158747,'guest','failed_login','Users','Session','drmap',0,0,'103.31.207.110',1648967897),(1158748,'guest','failed_login','Users','Session','tech1',0,0,'184.168.108.46',1648968069),(1158749,'guest','failed_login','Users','Session','drmap',0,0,'95.217.219.56',1648968593),(1158750,'guest','failed_login','Users','Session','tech1',0,0,'166.62.125.246',1648968942),(1158751,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.74',1648969129),(1158752,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1648969276),(1158753,'guest','failed_login','Users','Session','drmap',0,0,'202.191.121.34',1648969298),(1158754,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1648969525),(1158755,'guest','failed_login','Users','Session','drmap',0,0,'198.46.160.118',1648969876),(1158756,'guest','failed_login','Users','Session','drmap',0,0,'185.74.252.15',1648970007),(1158757,'guest','failed_login','Users','Session','tech1',0,0,'37.143.8.76',1648970134),(1158758,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1648970311),(1158759,'guest','failed_login','Users','Session','drmap',0,0,'82.156.109.203',1648970456),(1158760,'guest','failed_login','Users','Session','tech1',0,0,'46.252.152.20',1648970470),(1158761,'guest','failed_login','Users','Session','drmap',0,0,'108.12.44.138',1648970690),(1158762,'guest','failed_login','Users','Session','tech1',0,0,'35.224.250.64',1648970700),(1158763,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.42',1648970707),(1158764,'guest','failed_login','Users','Session','drmap',0,0,'3.25.208.244',1648971030),(1158765,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1648971068),(1158766,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1648971096),(1158767,'guest','failed_login','Users','Session','tech1',0,0,'72.167.34.14',1648971287),(1158768,'guest','failed_login','Users','Session','drmap',0,0,'2001:4b99:1:1:216:3eff:fe83:1527',1648971457),(1158769,'guest','failed_login','Users','Session','drmap',0,0,'94.130.123.117',1648971605),(1158770,'guest','failed_login','Users','Session','tech1',0,0,'51.178.93.87',1648971839),(1158771,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'217.138.193.104',1648971852),(1158772,'guest','failed_login','Users','Session','drmap',0,0,'106.54.20.135',1648972160),(1158773,'guest','failed_login','Users','Session','drmap',0,0,'52.21.0.38',1648972204),(1158774,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.68',1648972396),(1158775,'guest','failed_login','Users','Session','tech1',0,0,'14.139.224.90',1648972401),(1158776,'guest','failed_login','Users','Session','drmap',0,0,'94.247.172.123',1648972914),(1158777,'guest','failed_login','Users','Session','tech1',0,0,'91.219.194.21',1648972961),(1158778,'guest','failed_login','Users','Session','drmap',0,0,'173.212.235.115',1648973293),(1158779,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.210',1648973542),(1158780,'guest','failed_login','Users','Session','drmap',0,0,'161.35.96.34',1648973597),(1158781,'guest','failed_login','Users','Session','drmap',0,0,'37.143.8.76',1648973866),(1158782,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.229',1648973995),(1158783,'guest','failed_login','Users','Session','tech1',0,0,'35.238.54.156',1648974103),(1158784,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a016::22c:2e30',1648974648),(1158785,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.42',1648974677),(1158786,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1792:5001',1648975212),(1158787,'guest','failed_login','Users','Session','drmap',0,0,'69.39.239.34',1648975526),(1158788,'guest','failed_login','Users','Session','tech1',0,0,'137.184.117.52',1648975772),(1158789,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:6:a034::ef8:bfd',1648976089),(1158790,'guest','failed_login','Users','Session','tech1',0,0,'46.101.150.34',1648976332),(1158791,'guest','failed_login','Users','Session','tech1',0,0,'74.208.59.70',1648976788),(1158792,'guest','failed_login','Users','Session','tech1',0,0,'167.99.226.252',1648976890),(1158793,'guest','failed_login','Users','Session','tech1',0,0,'94.130.123.117',1648977449),(1158794,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1648977614),(1158795,'guest','failed_login','Users','Session','drmap',0,0,'45.90.163.251',1648977758),(1158796,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.19',1648978491),(1158797,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1648978530),(1158798,'guest','failed_login','Users','Session','tech1',0,0,'103.106.78.178',1648978560),(1158799,'guest','failed_login','Users','Session','drmap',0,0,'47.114.72.18',1648978875),(1158800,'guest','failed_login','Users','Session','tech1',0,0,'185.170.8.60',1648979115),(1158801,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.85',1648979494),(1158802,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1648979972),(1158803,'guest','failed_login','Users','Session','drmap',0,0,'184.168.125.72',1648980532),(1158804,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1648980785),(1158805,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.42',1648981063),(1158806,'guest','failed_login','Users','Session','drmap',0,0,'37.143.8.76',1648981098),(1158807,'guest','failed_login','Users','Session','tech1',0,0,'65.52.200.48',1648981348),(1158808,'guest','failed_login','Users','Session','tech1',0,0,'162.144.87.29',1648981895),(1158809,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1648982019),(1158810,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::11d2:e001',1648982210),(1158811,'guest','failed_login','Users','Session','tech1',0,0,'171.244.26.206',1648982446),(1158812,'guest','failed_login','Users','Session','drmap',0,0,'194.233.80.204',1648982764),(1158813,'guest','failed_login','Users','Session','tech1',0,0,'173.212.212.180',1648983011),(1158814,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.67',1648983277),(1158815,'guest','failed_login','Users','Session','drmap',0,0,'51.91.151.60',1648983316),(1158816,'guest','failed_login','Users','Session','tech1',0,0,'43.241.70.75',1648983552),(1158817,'guest','failed_login','Users','Session','drmap',0,0,'81.186.225.108',1648983858),(1158818,'guest','failed_login','Users','Session','tech1',0,0,'2a00:1128:1:1::147:43',1648984106),(1158819,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1648984166),(1158820,'guest','failed_login','Users','Session','drmap',0,0,'51.195.42.19',1648984431),(1158821,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.8',1648984980),(1158822,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::11d2:e001',1648985215),(1158823,'guest','failed_login','Users','Session','drmap',0,0,'46.31.77.42',1648985521),(1158824,'guest','failed_login','Users','Session','tech1',0,0,'103.39.134.190',1648985751),(1158825,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1648985933),(1158826,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:303:2e08::',1648986058),(1158827,'guest','failed_login','Users','Session','tech1',0,0,'51.178.136.125',1648986286),(1158828,'guest','failed_login','Users','Session','drmap',0,0,'217.61.54.110',1648986586),(1158829,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.229',1648986605),(1158830,'guest','failed_login','Users','Session','tech1',0,0,'46.31.77.42',1648986811),(1158831,'guest','failed_login','Users','Session','drmap',0,0,'159.65.216.18',1648987110),(1158832,'guest','failed_login','Users','Session','tech1',0,0,'20.64.155.18',1648987341),(1158833,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.68',1648987785),(1158834,'guest','failed_login','Users','Session','tech1',0,0,'66.11.120.48',1648987879),(1158835,'guest','failed_login','Users','Session','tech1',0,0,'103.31.249.221',1648988422),(1158836,'guest','failed_login','Users','Session','drmap',0,0,'185.2.4.44',1648988718),(1158837,'guest','failed_login','Users','Session','drmap',0,0,'106.53.136.24',1648989248),(1158838,'guest','failed_login','Users','Session','tech1',0,0,'166.62.125.246',1648989473),(1158839,'guest','failed_login','Users','Session','drmap',0,0,'207.180.207.240',1648989777),(1158840,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.42',1648989972),(1158841,'guest','failed_login','Users','Session','tech1',0,0,'65.0.145.55',1648990011),(1158842,'guest','failed_login','Users','Session','drmap',0,0,'51.107.184.18',1648990323),(1158843,'guest','failed_login','Users','Session','tech1',0,0,'106.53.136.24',1648990561),(1158844,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1648990721),(1158845,'guest','failed_login','Users','Session','drmap',0,0,'188.166.1.143',1648990875),(1158846,'guest','failed_login','Users','Session','tech1',0,0,'78.141.209.179',1648991110),(1158847,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.59',1648991161),(1158848,'guest','failed_login','Users','Session','drmap',0,0,'139.59.96.76',1648991436),(1158849,'guest','failed_login','Users','Session','tech1',0,0,'185.243.214.28',1648991682),(1158850,'guest','failed_login','Users','Session','drmap',0,0,'132.248.60.104',1648991984),(1158851,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.67',1648992199),(1158852,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1648992216),(1158853,'guest','failed_login','Users','Session','drmap',0,0,'185.122.201.129',1648992525),(1158854,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.77',1648992758),(1158855,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::11d2:e001',1648993060),(1158856,'guest','failed_login','Users','Session','tech1',0,0,'185.122.201.129',1648993287),(1158857,'guest','failed_login','Users','Session','mobileivhawaii.com',0,0,'84.247.50.180',1648993356),(1158858,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1648993430),(1158859,'guest','failed_login','Users','Session','drmap',0,0,'47.98.207.210',1648993582),(1158860,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1648993811),(1158861,'guest','failed_login','Users','Session','tech1',0,0,'8.130.55.145',1648994337),(1158862,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:1:e0::5e6:c001',1648994642),(1158863,'guest','failed_login','Users','Session','tech1',0,0,'185.23.130.9',1648994880),(1158864,'guest','failed_login','Users','Session','drmap',0,0,'81.186.225.108',1648995200),(1158865,'guest','failed_login','Users','Session','tech1',0,0,'2607:5300:60:92bd::',1648995429),(1158866,'guest','failed_login','Users','Session','drmap',0,0,'67.205.43.116',1648995729),(1158867,'guest','failed_login','Users','Session','tech1',0,0,'144.126.151.191',1648995963),(1158868,'guest','failed_login','Users','Session','drmap',0,0,'157.230.253.37',1648996259),(1158869,'guest','failed_login','Users','Session','tech1',0,0,'83.135.129.150',1648996482),(1158870,'guest','failed_login','Users','Session','drmap',0,0,'159.65.76.38',1648996782),(1158871,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1648997002),(1158872,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1648997234),(1158873,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.229',1648997291),(1158874,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:303:2e08::',1648997297),(1158875,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1648997345),(1158876,'guest','failed_login','Users','Session','tech1',0,0,'185.19.190.26',1648997524),(1158877,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:303:2e08::',1648997822),(1158878,'guest','failed_login','Users','Session','tech1',0,0,'47.90.246.252',1648998049),(1158879,'guest','failed_login','Users','Session','tech1',0,0,'95.142.120.134',1648998159),(1158880,'guest','failed_login','Users','Session','tech1',0,0,'95.142.120.134',1648998160),(1158881,'guest','failed_login','Users','Session','tech1',0,0,'95.142.120.134',1648998161),(1158882,'guest','failed_login','Users','Session','tech1',0,0,'95.142.120.134',1648998162),(1158883,'guest','failed_login','Users','Session','tech1',0,0,'95.142.120.134',1648998163),(1158884,'guest','failed_login','Users','Session','tech1',0,0,'95.142.120.134',1648998164),(1158885,'guest','failed_login','Users','Session','tech1',0,0,'95.142.120.134',1648998165),(1158886,'guest','failed_login','Users','Session','tech1',0,0,'95.142.120.134',1648998166),(1158887,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:6:a077::c0e:c137',1648998347),(1158888,'guest','failed_login','Users','Session','tech1',0,0,'94.74.96.42',1648998595),(1158889,'guest','failed_login','Users','Session','drmap',0,0,'185.122.201.129',1648998908),(1158890,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1648999140),(1158891,'guest','failed_login','Users','Session','drmap',0,0,'78.41.237.149',1648999444),(1158892,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::3dff',1648999668),(1158893,'guest','failed_login','Users','Session','drmap',0,0,'109.168.97.89',1648999970),(1158894,'guest','failed_login','Users','Session','tech1',0,0,'103.39.134.190',1649000198),(1158895,'guest','failed_login','Users','Session','drmap',0,0,'165.227.145.176',1649000501),(1158896,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.92',1649000605),(1158897,'guest','failed_login','Users','Session','tech1',0,0,'164.46.122.50',1649000731),(1158898,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649000980),(1158899,'guest','failed_login','Users','Session','drmap',0,0,'128.140.231.3',1649001027),(1158900,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.42',1649002546),(1158901,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.30',1649003555),(1158902,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.92',1649003845),(1158903,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649004012),(1158904,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.26',1649004697),(1158905,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.26',1649004970),(1158906,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649006524),(1158907,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.229',1649006672),(1158908,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1649006702),(1158909,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649008873),(1158910,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.22',1649009249),(1158911,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649010696),(1158912,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.60',1649011050),(1158913,'guest','failed_login','Users','Session','admin',0,0,'111.231.82.232',1649011350),(1158914,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1649012407),(1158915,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.229',1649012639),(1158916,'guest','failed_login','Users','Session','admin',0,0,'43.231.112.119',1649012671),(1158917,'guest','failed_login','Users','Session','tech1',0,0,'68.178.220.171',1649014028),(1158918,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1649014578),(1158919,'guest','failed_login','Users','Session','tech1',0,0,'213.149.103.132',1649015399),(1158920,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.68',1649016166),(1158921,'guest','failed_login','Users','Session','tech1',0,0,'2a03:7720::14',1649016710),(1158922,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649016950),(1158923,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649017274),(1158924,'guest','failed_login','Users','Session','tech1',0,0,'112.196.72.188',1649017495),(1158925,'guest','failed_login','Users','Session','tech1',0,0,'213.149.103.132',1649018504),(1158926,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::4c3c:e001',1649018869),(1158927,'guest','failed_login','Users','Session','tech1',0,0,'167.99.54.31',1649019230),(1158928,'guest','failed_login','Users','Session','tech1',0,0,'122.17.148.164',1649019550),(1158929,'guest','failed_login','Users','Session','tech1',0,0,'47.96.27.235',1649019879),(1158930,'guest','failed_login','Users','Session','tech1',0,0,'34.176.50.114',1649020202),(1158931,'guest','failed_login','Users','Session','tech1',0,0,'184.168.98.160',1649020543),(1158932,'guest','failed_login','Users','Session','tech1',0,0,'92.205.10.38',1649020855),(1158933,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.42',1649021179),(1158934,'guest','failed_login','Users','Session','tech1',0,0,'150.95.110.113',1649021186),(1158935,'guest','failed_login','Users','Session','tech1',0,0,'35.200.90.127',1649021465),(1158936,'guest','failed_login','Users','Session','tech1',0,0,'35.198.25.12',1649021771),(1158937,'guest','failed_login','Users','Session','tech1',0,0,'144.217.170.27',1649022060),(1158938,'guest','failed_login','Users','Session','tech1',0,0,'199.188.201.127',1649022327),(1158939,'guest','failed_login','Users','Session','admin',0,0,'2604:a880:400:d1::910:d001',1649022601),(1158940,'guest','failed_login','Users','Session','tech1',0,0,'109.233.192.83',1649022635),(1158941,'guest','failed_login','Users','Session','admin',0,0,'162.215.209.69',1649022896),(1158942,'guest','failed_login','Users','Session','tech1',0,0,'68.178.223.197',1649022900),(1158943,'guest','failed_login','Users','Session','admin',0,0,'161.97.180.233',1649023124),(1158944,'guest','failed_login','Users','Session','tech1',0,0,'68.178.223.225',1649023187),(1158945,'guest','failed_login','Users','Session','admin',0,0,'35.203.66.166',1649023427),(1158946,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:842:3400::5c:29d',1649023476),(1158947,'guest','failed_login','Users','Session','admin',0,0,'161.97.180.233',1649023665),(1158948,'guest','failed_login','Users','Session','tech1',0,0,'185.61.154.35',1649023776),(1158949,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649023940),(1158950,'guest','failed_login','Users','Session','admin',0,0,'34.75.65.218',1649023984),(1158951,'guest','failed_login','Users','Session','tech1',0,0,'180.211.99.217',1649024069),(1158952,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.68',1649024077),(1158953,'guest','failed_login','Users','Session','admin',0,0,'103.88.122.117',1649024215),(1158954,'guest','failed_login','Users','Session','tech1',0,0,'173.201.183.100',1649024411),(1158955,'guest','failed_login','Users','Session','admin',0,0,'109.74.196.231',1649024528),(1158956,'guest','failed_login','Users','Session','tech1',0,0,'213.149.103.132',1649024857),(1158957,'guest','failed_login','Users','Session','admin',0,0,'167.99.226.252',1649025087),(1158958,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649025178),(1158959,'guest','failed_login','Users','Session','tech1',0,0,'184.168.116.167',1649025264),(1158960,'guest','failed_login','Users','Session','admin',0,0,'157.245.110.251',1649025320),(1158961,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.61',1649025414),(1158962,'guest','failed_login','Users','Session','admin',0,0,'51.178.137.175',1649025638),(1158963,'guest','failed_login','Users','Session','tech1',0,0,'162.214.145.74',1649025704),(1158964,'guest','failed_login','Users','Session','tech1',0,0,'159.203.121.12',1649025884),(1158965,'guest','failed_login','Users','Session','tech1',0,0,'178.62.9.122',1649026131),(1158966,'guest','failed_login','Users','Session','drmap',0,0,'173.212.212.180',1649026207),(1158967,'guest','failed_login','Users','Session','tech1',0,0,'46.183.119.232',1649026456),(1158968,'guest','failed_login','Users','Session','tech1',0,0,'185.61.153.77',1649026548),(1158969,'guest','failed_login','Users','Session','drmap',0,0,'141.94.87.67',1649026771),(1158970,'guest','failed_login','Users','Session','tech1',0,0,'184.168.114.51',1649026958),(1158971,'guest','failed_login','Users','Session','drmap',0,0,'109.74.196.231',1649027329),(1158972,'guest','failed_login','Users','Session','tech1',0,0,'184.168.115.185',1649027386),(1158973,'guest','failed_login','Users','Session','tech1',0,0,'184.168.103.93',1649027793),(1158974,'guest','failed_login','Users','Session','drmap',0,0,'121.243.95.160',1649027906),(1158975,'guest','failed_login','Users','Session','tech1',0,0,'103.57.220.186',1649028158),(1158976,'guest','failed_login','Users','Session','tech1',0,0,'167.99.12.57',1649028195),(1158977,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.68',1649028198),(1158978,'guest','failed_login','Users','Session','drmap',0,0,'72.167.222.172',1649028476),(1158979,'guest','failed_login','Users','Session','tech1',0,0,'103.153.214.231',1649028593),(1158980,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649028668),(1158981,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c206:2060:3839::1',1649028719),(1158982,'guest','failed_login','Users','Session','tech1',0,0,'104.131.108.143',1649029030),(1158983,'guest','failed_login','Users','Session','tech1',0,0,'212.129.245.105',1649029475),(1158984,'guest','failed_login','Users','Session','admin',0,0,'2a01:7c8:aab2:c0::1',1649029619),(1158985,'guest','failed_login','Users','Session','admin',0,0,'82.166.39.15',1649029845),(1158986,'guest','failed_login','Users','Session','tech1',0,0,'5.189.128.189',1649029919),(1158987,'guest','failed_login','Users','Session','admin',0,0,'164.46.122.50',1649030155),(1158988,'guest','failed_login','Users','Session','tech1',0,0,'208.109.78.180',1649030381),(1158989,'guest','failed_login','Users','Session','admin',0,0,'103.90.232.219',1649030393),(1158990,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649030600),(1158991,'guest','failed_login','Users','Session','tech1',0,0,'103.1.239.107',1649030818),(1158992,'guest','failed_login','Users','Session','admin',0,0,'34.69.109.132',1649030951),(1158993,'guest','failed_login','Users','Session','admin',0,0,'178.128.194.13',1649031286),(1158994,'guest','failed_login','Users','Session','tech1',0,0,'43.229.129.91',1649031294),(1158995,'guest','failed_login','Users','Session','tech1',0,0,'150.95.110.113',1649031626),(1158996,'guest','failed_login','Users','Session','admin',0,0,'157.245.41.127',1649031856),(1158997,'guest','failed_login','Users','Session','tech1',0,0,'184.168.100.242',1649031927),(1158998,'guest','failed_login','Users','Session','admin',0,0,'101.32.178.221',1649032088),(1158999,'guest','failed_login','Users','Session','tech1',0,0,'92.204.212.36',1649032235),(1159000,'guest','failed_login','Users','Session','admin',0,0,'161.97.180.233',1649032413),(1159001,'guest','failed_login','Users','Session','tech1',0,0,'184.168.103.124',1649032511),(1159002,'guest','failed_login','Users','Session','admin',0,0,'35.170.29.112',1649032650),(1159003,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.42',1649032680),(1159004,'guest','failed_login','Users','Session','tech1',0,0,'159.65.7.254',1649032807),(1159005,'guest','failed_login','Users','Session','admin',0,0,'13.79.17.158',1649032972),(1159006,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::cdb4',1649033119),(1159007,'guest','failed_login','Users','Session','admin',0,0,'31.192.208.12',1649033213),(1159008,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649033224),(1159009,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2019:9917::1',1649033414),(1159010,'guest','failed_login','Users','Session','tech1',0,0,'35.200.90.127',1649033688),(1159011,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.59',1649033711),(1159012,'guest','failed_login','Users','Session','admin',0,0,'151.106.41.64',1649033774),(1159013,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.92',1649033827),(1159014,'guest','failed_login','Users','Session','tech1',0,0,'208.109.78.180',1649033977),(1159015,'guest','failed_login','Users','Session','admin',0,0,'2a00:1128:1:1::147:43',1649034092),(1159016,'guest','failed_login','Users','Session','tech1',0,0,'85.214.91.8',1649034290),(1159017,'guest','failed_login','Users','Session','tech1',0,0,'8.42.149.21',1649034334),(1159018,'guest','failed_login','Users','Session','tech1',0,0,'72.167.64.243',1649034566),(1159019,'guest','failed_login','Users','Session','drmap',0,0,'195.4.173.50',1649034662),(1159020,'guest','failed_login','Users','Session','tech1',0,0,'2001:1418:14:100::47',1649034861),(1159021,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1649034915),(1159022,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:cc2f::1',1649034917),(1159023,'guest','failed_login','Users','Session','tech1',0,0,'70.39.150.82',1649035171),(1159024,'guest','failed_login','Users','Session','drmap',0,0,'142.93.201.0',1649035243),(1159025,'guest','failed_login','Users','Session','tech1',0,0,'103.8.238.13',1649035445),(1159026,'guest','failed_login','Users','Session','tech1',0,0,'192.169.152.218',1649035479),(1159027,'guest','failed_login','Users','Session','tech1',0,0,'88.208.209.101',1649035760),(1159028,'guest','failed_login','Users','Session','drmap',0,0,'2001:470:c:7e2::2',1649035801),(1159029,'guest','failed_login','Users','Session','tech1',0,0,'138.197.173.121',1649036036),(1159030,'guest','failed_login','Users','Session','tech1',0,0,'173.201.184.58',1649036319),(1159031,'guest','failed_login','Users','Session','drmap',0,0,'103.219.60.130',1649036373),(1159032,'guest','failed_login','Users','Session','tech1',0,0,'124.158.12.202',1649036606),(1159033,'guest','failed_login','Users','Session','tech1',0,0,'51.91.151.60',1649036620),(1159034,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.61',1649036842),(1159035,'guest','failed_login','Users','Session','drmap',0,0,'134.195.196.53',1649036938),(1159036,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::f6f:3001',1649037191),(1159037,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649037245),(1159038,'guest','failed_login','Users','Session','tech1',0,0,'162.241.71.202',1649037762),(1159039,'guest','failed_login','Users','Session','admin',0,0,'72.167.64.243',1649037886),(1159040,'guest','failed_login','Users','Session','drmap',0,0,'178.128.5.109',1649038087),(1159041,'guest','failed_login','Users','Session','admin',0,0,'184.168.116.210',1649038170),(1159042,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.210',1649038346),(1159043,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.229',1649038366),(1159044,'guest','failed_login','Users','Session','tech1',0,0,'184.154.219.138',1649038471),(1159045,'guest','failed_login','Users','Session','drmap',0,0,'103.57.220.186',1649038672),(1159046,'guest','failed_login','Users','Session','tech1',0,0,'148.72.211.177',1649038758),(1159047,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1649038917),(1159048,'guest','failed_login','Users','Session','tech1',0,0,'162.240.15.168',1649039041),(1159049,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.92',1649039139),(1159050,'guest','failed_login','Users','Session','drmap',0,0,'52.234.178.100',1649039243),(1159051,'guest','failed_login','Users','Session','tech1',0,0,'92.205.9.251',1649039350),(1159052,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.60',1649039380),(1159053,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.92',1649039606),(1159054,'guest','failed_login','Users','Session','tech1',0,0,'92.205.10.70',1649039637),(1159055,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1649039668),(1159056,'guest','failed_login','Users','Session','drmap',0,0,'141.94.16.41',1649039812),(1159057,'guest','failed_login','Users','Session','tech1',0,0,'92.204.223.147',1649039929),(1159058,'guest','failed_login','Users','Session','tech1',0,0,'81.70.248.169',1649040066),(1159059,'guest','failed_login','Users','Session','tech1',0,0,'103.109.30.30',1649040230),(1159060,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.59',1649040323),(1159061,'guest','failed_login','Users','Session','drmap',0,0,'185.19.190.26',1649040385),(1159062,'guest','failed_login','Users','Session','tech1',0,0,'92.205.3.251',1649040514),(1159063,'guest','failed_login','Users','Session','tech1',0,0,'207.180.207.240',1649040637),(1159064,'guest','failed_login','Users','Session','tech1',0,0,'176.56.239.171',1649040795),(1159065,'guest','failed_login','Users','Session','drmap',0,0,'195.201.27.74',1649040965),(1159066,'guest','failed_login','Users','Session','tech1',0,0,'88.208.209.101',1649041120),(1159067,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2016:7298::1',1649041208),(1159068,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649041326),(1159069,'guest','failed_login','Users','Session','tech1',0,0,'184.168.100.242',1649041420),(1159070,'guest','failed_login','Users','Session','tech1',0,0,'91.205.175.35',1649041730),(1159071,'guest','failed_login','Users','Session','tech1',0,0,'64.111.116.168',1649041787),(1159072,'guest','failed_login','Users','Session','tech1',0,0,'64.235.231.20',1649042066),(1159073,'guest','failed_login','Users','Session','drmap',0,0,'35.203.66.166',1649042115),(1159074,'guest','failed_login','Users','Session','tech1',0,0,'27.111.82.74',1649042339),(1159075,'guest','failed_login','Users','Session','tech1',0,0,'165.227.145.176',1649042358),(1159076,'guest','failed_login','Users','Session','tech1',0,0,'72.167.42.45',1649042646),(1159077,'guest','failed_login','Users','Session','drmap',0,0,'178.217.190.82',1649042687),(1159078,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:101b::d1b:2a3a',1649042934),(1159079,'guest','failed_login','Users','Session','tech1',0,0,'107.180.124.232',1649042958),(1159080,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.26',1649043032),(1159081,'guest','failed_login','Users','Session','drmap',0,0,'148.72.207.163',1649043266),(1159082,'guest','failed_login','Users','Session','tech1',0,0,'31.177.95.36',1649043379),(1159083,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.61',1649043385),(1159084,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.92',1649043437),(1159085,'guest','failed_login','Users','Session','tech1',0,0,'103.39.134.190',1649043517),(1159086,'guest','failed_login','Users','Session','tech1',0,0,'173.212.214.140',1649043593),(1159087,'guest','failed_login','Users','Session','drmap',0,0,'13.126.52.120',1649043855),(1159088,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649043885),(1159089,'guest','failed_login','Users','Session','tech1',0,0,'188.166.224.74',1649043895),(1159090,'guest','failed_login','Users','Session','tech1',0,0,'5.253.181.177',1649044094),(1159091,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:115b::bcf:e319',1649044231),(1159092,'guest','failed_login','Users','Session','drmap',0,0,'35.188.47.144',1649044420),(1159093,'guest','failed_login','Users','Session','tech1',0,0,'66.29.141.38',1649044551),(1159094,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.68',1649044727),(1159095,'guest','failed_login','Users','Session','tech1',0,0,'185.191.76.228',1649044880),(1159096,'guest','failed_login','Users','Session','drmap',0,0,'54.38.73.237',1649045003),(1159097,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::94e:3001',1649045202),(1159098,'guest','failed_login','Users','Session','tech1',0,0,'216.117.188.6',1649045268),(1159099,'guest','failed_login','Users','Session','tech1',0,0,'184.168.100.242',1649045543),(1159100,'guest','failed_login','Users','Session','drmap',0,0,'157.245.106.187',1649045612),(1159101,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1649045700),(1159102,'guest','failed_login','Users','Session','tech1',0,0,'45.120.69.121',1649045856),(1159103,'guest','failed_login','Users','Session','tech1',0,0,'139.59.60.160',1649045867),(1159104,'guest','failed_login','Users','Session','drmap',0,0,'103.31.249.221',1649046182),(1159105,'guest','failed_login','Users','Session','tech1',0,0,'184.154.219.138',1649046202),(1159106,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.92',1649046313),(1159107,'guest','failed_login','Users','Session','tech1',0,0,'82.166.39.15',1649046430),(1159108,'guest','failed_login','Users','Session','tech1',0,0,'150.95.110.113',1649046547),(1159109,'guest','failed_login','Users','Session','drmap',0,0,'217.148.3.101',1649046762),(1159110,'guest','failed_login','Users','Session','tech1',0,0,'64.235.231.20',1649046889),(1159111,'guest','failed_login','Users','Session','tech1',0,0,'188.166.1.143',1649047014),(1159112,'guest','failed_login','Users','Session','tech1',0,0,'103.83.81.178',1649047199),(1159113,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:3007:3363::1',1649047563),(1159114,'guest','failed_login','Users','Session','tech1',0,0,'142.93.54.10',1649047601),(1159115,'guest','failed_login','Users','Session','tech1',0,0,'185.61.153.77',1649047896),(1159116,'guest','failed_login','Users','Session','drmap',0,0,'185.2.5.25',1649047929),(1159117,'guest','failed_login','Users','Session','tech1',0,0,'157.119.188.31',1649048180),(1159118,'guest','failed_login','Users','Session','tech1',0,0,'148.72.97.73',1649048235),(1159119,'guest','failed_login','Users','Session','tech1',0,0,'125.227.127.195',1649048576),(1159120,'guest','failed_login','Users','Session','tech1',0,0,'95.128.43.176',1649048763),(1159121,'guest','failed_login','Users','Session','tech1',0,0,'70.39.150.82',1649048940),(1159122,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.229',1649049106),(1159123,'guest','failed_login','Users','Session','drmap',0,0,'93.86.255.38',1649049118),(1159124,'guest','failed_login','Users','Session','tech1',0,0,'35.202.241.36',1649049285),(1159125,'guest','failed_login','Users','Session','tech1',0,0,'13.244.102.45',1649049369),(1159126,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649049404),(1159127,'guest','failed_login','Users','Session','tech1',0,0,'95.128.46.215',1649049603),(1159128,'guest','failed_login','Users','Session','drmap',0,0,'163.172.96.20',1649049713),(1159129,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.59',1649049780),(1159130,'guest','failed_login','Users','Session','tech1',0,0,'35.211.94.153',1649049914),(1159131,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7c8:aab2:c0::1',1649049965),(1159132,'guest','failed_login','Users','Session','tech1',0,0,'77.77.150.95',1649050212),(1159133,'guest','failed_login','Users','Session','drmap',0,0,'81.169.209.125',1649050294),(1159134,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649050443),(1159135,'guest','failed_login','Users','Session','tech1',0,0,'167.99.84.255',1649050502),(1159136,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::32',1649050543),(1159137,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1649050667),(1159138,'guest','failed_login','Users','Session','tech1',0,0,'92.205.0.110',1649050797),(1159139,'guest','failed_login','Users','Session','tech1',0,0,'35.211.94.153',1649051100),(1159140,'guest','failed_login','Users','Session','tech1',0,0,'194.90.234.21',1649051110),(1159141,'guest','failed_login','Users','Session','tech1',0,0,'194.59.170.5',1649051376),(1159142,'guest','failed_login','Users','Session','drmap',0,0,'103.219.60.130',1649051440),(1159143,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.56',1649051688),(1159144,'guest','failed_login','Users','Session','tech1',0,0,'104.45.41.45',1649051693),(1159145,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.61',1649051721),(1159146,'guest','failed_login','Users','Session','tech1',0,0,'108.179.253.75',1649052000),(1159147,'guest','failed_login','Users','Session','drmap',0,0,'13.229.221.204',1649052014),(1159148,'guest','failed_login','Users','Session','tech1',0,0,'185.200.243.16',1649052257),(1159149,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:115b::bcf:e319',1649052281),(1159150,'guest','failed_login','Users','Session','tech1',0,0,'46.101.95.65',1649052576),(1159151,'guest','failed_login','Users','Session','drmap',0,0,'194.233.80.204',1649052592),(1159152,'guest','failed_login','Users','Session','tech1',0,0,'213.205.38.23',1649052854),(1159153,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.229',1649053040),(1159154,'guest','failed_login','Users','Session','tech1',0,0,'35.193.222.165',1649053142),(1159155,'guest','failed_login','Users','Session','drmap',0,0,'192.169.152.218',1649053171),(1159156,'guest','failed_login','Users','Session','tech1',0,0,'103.129.222.91',1649053420),(1159157,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.26',1649053463),(1159158,'guest','failed_login','Users','Session','tech1',0,0,'184.168.115.25',1649053587),(1159159,'guest','failed_login','Users','Session','drmap',0,0,'209.97.151.249',1649053750),(1159160,'guest','failed_login','Users','Session','tech1',0,0,'85.119.122.23',1649053883),(1159161,'guest','failed_login','Users','Session','tech1',0,0,'2a05:7cc0:0:185:80:130:75:1',1649053986),(1159162,'guest','failed_login','Users','Session','tech1',0,0,'162.213.255.20',1649054183),(1159163,'guest','failed_login','Users','Session','drmap',0,0,'177.153.50.81',1649054303),(1159164,'guest','failed_login','Users','Session','tech1',0,0,'137.184.106.223',1649054548),(1159165,'guest','failed_login','Users','Session','tech1',0,0,'88.135.37.49',1649054593),(1159166,'guest','failed_login','Users','Session','tech1',0,0,'34.123.125.44',1649054730),(1159167,'guest','failed_login','Users','Session','drmap',0,0,'37.143.8.76',1649054859),(1159168,'guest','failed_login','Users','Session','tech1',0,0,'94.130.123.117',1649055103),(1159169,'guest','failed_login','Users','Session','tech1',0,0,'80.251.219.111',1649055223),(1159170,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.62',1649055290),(1159171,'guest','failed_login','Users','Session','tech1',0,0,'104.198.172.68',1649055306),(1159172,'guest','failed_login','Users','Session','drmap',0,0,'103.166.156.108',1649055421),(1159173,'guest','failed_login','Users','Session','tech1',0,0,'47.98.207.210',1649055669),(1159174,'guest','failed_login','Users','Session','tech1',0,0,'51.254.101.166',1649055870),(1159175,'guest','failed_login','Users','Session','tech1',0,0,'50.62.137.47',1649055879),(1159176,'guest','failed_login','Users','Session','admin',0,0,'142.54.177.162',1649055904),(1159177,'guest','failed_login','Users','Session','drmap',0,0,'192.169.152.218',1649055980),(1159178,'guest','failed_login','Users','Session','drmap',0,0,'142.54.177.162',1649056035),(1159179,'guest','failed_login','Users','Session','tech1',0,0,'142.54.177.162',1649056211),(1159180,'guest','failed_login','Users','Session','tech1',0,0,'115.78.122.58',1649056231),(1159181,'guest','failed_login','Users','Session','com',0,0,'142.54.177.162',1649056323),(1159182,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'142.54.177.162',1649056437),(1159183,'guest','failed_login','Users','Session','tech1',0,0,'92.205.15.94',1649056442),(1159184,'guest','failed_login','Users','Session','tech1',0,0,'184.168.116.107',1649056452),(1159185,'guest','failed_login','Users','Session','drmap',0,0,'209.97.151.249',1649056550),(1159186,'guest','failed_login','Users','Session','tech1',0,0,'75.119.155.88',1649056792),(1159187,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.43',1649056822),(1159188,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.106',1649056981),(1159189,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649056989),(1159190,'guest','failed_login','Users','Session','tech1',0,0,'92.204.212.36',1649057068),(1159191,'guest','failed_login','Users','Session','drmap',0,0,'103.129.222.91',1649057101),(1159192,'guest','failed_login','Users','Session','tech1',0,0,'103.142.25.17',1649057338),(1159193,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649057435),(1159194,'guest','failed_login','Users','Session','tech1',0,0,'82.221.131.116',1649057555),(1159195,'guest','failed_login','Users','Session','drmap',0,0,'67.205.43.116',1649057650),(1159196,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::42',1649057674),(1159197,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.62',1649057728),(1159198,'guest','failed_login','Users','Session','tech1',0,0,'162.241.71.202',1649057889),(1159199,'guest','failed_login','Users','Session','tech1',0,0,'92.205.4.19',1649058115),(1159200,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1649058203),(1159201,'guest','failed_login','Users','Session','tech1',0,0,'185.61.152.32',1649058266),(1159202,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.230',1649058356),(1159203,'guest','failed_login','Users','Session','tech1',0,0,'185.19.190.26',1649058446),(1159204,'guest','failed_login','Users','Session','tech1',0,0,'35.202.241.36',1649058653),(1159205,'guest','failed_login','Users','Session','drmap',0,0,'72.167.222.172',1649058765),(1159206,'guest','failed_login','Users','Session','tech1',0,0,'125.227.127.195',1649058879),(1159207,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1649059006),(1159208,'guest','failed_login','Users','Session','tech1',0,0,'173.201.176.176',1649059211),(1159209,'guest','failed_login','Users','Session','tech1',0,0,'132.148.165.154',1649059558),(1159210,'guest','failed_login','Users','Session','tech1',0,0,'35.224.216.78',1649059781),(1159211,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1649059888),(1159212,'guest','failed_login','Users','Session','drmap',0,0,'188.166.1.143',1649060026),(1159213,'guest','failed_login','Users','Session','tech1',0,0,'72.167.190.53',1649060075),(1159214,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.93',1649060169),(1159215,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1649060279),(1159216,'guest','failed_login','Users','Session','tech1',0,0,'101.32.62.196',1649060336),(1159217,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1649060599),(1159218,'guest','failed_login','Users','Session','tech1',0,0,'101.37.28.132',1649060652),(1159219,'guest','failed_login','Users','Session','tech1',0,0,'43.241.70.75',1649060847),(1159220,'guest','failed_login','Users','Session','tech1',0,0,'82.97.10.157',1649060908),(1159221,'guest','failed_login','Users','Session','drmap',0,0,'173.212.235.115',1649061162),(1159222,'guest','failed_login','Users','Session','tech1',0,0,'173.201.177.4',1649061214),(1159223,'guest','failed_login','Users','Session','tech1',0,0,'103.212.43.29',1649061410),(1159224,'guest','failed_login','Users','Session','tech1',0,0,'177.55.118.235',1649061547),(1159225,'guest','failed_login','Users','Session','drmap',0,0,'13.79.17.158',1649061734),(1159226,'guest','failed_login','Users','Session','tech1',0,0,'149.62.171.31',1649061804),(1159227,'guest','failed_login','Users','Session','tech1',0,0,'91.149.192.90',1649061972),(1159228,'guest','failed_login','Users','Session','tech1',0,0,'107.190.135.178',1649062079),(1159229,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:222:2a43::2',1649062307),(1159230,'guest','failed_login','Users','Session','tech1',0,0,'184.168.117.153',1649062368),(1159231,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d1::910:d001',1649062549),(1159232,'guest','failed_login','Users','Session','tech1',0,0,'68.178.223.197',1649062660),(1159233,'guest','failed_login','Users','Session','drmap',0,0,'94.130.123.117',1649062860),(1159234,'guest','failed_login','Users','Session','tech1',0,0,'148.72.203.102',1649062950),(1159235,'guest','failed_login','Users','Session','tech1',0,0,'8.210.146.161',1649063100),(1159236,'guest','failed_login','Users','Session','tech1',0,0,'125.227.127.195',1649063241),(1159237,'guest','failed_login','Users','Session','drmap',0,0,'142.93.54.10',1649063427),(1159238,'guest','failed_login','Users','Session','tech1',0,0,'72.167.71.145',1649063533),(1159239,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649063597),(1159240,'guest','failed_login','Users','Session','tech1',0,0,'92.205.14.36',1649063840),(1159241,'guest','failed_login','Users','Session','drmap',0,0,'45.120.69.121',1649063990),(1159242,'guest','failed_login','Users','Session','tech1',0,0,'184.168.98.87',1649064117),(1159243,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.62',1649064232),(1159244,'guest','failed_login','Users','Session','tech1',0,0,'159.203.176.82',1649064429),(1159245,'guest','failed_login','Users','Session','drmap',0,0,'109.74.196.231',1649064542),(1159246,'guest','failed_login','Users','Session','tech1',0,0,'185.146.20.254',1649064717),(1159247,'guest','failed_login','Users','Session','tech1',0,0,'37.143.8.76',1649064779),(1159248,'guest','failed_login','Users','Session','tech1',0,0,'185.61.154.35',1649064994),(1159249,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649065047),(1159250,'guest','failed_login','Users','Session','drmap',0,0,'173.212.235.115',1649065099),(1159251,'guest','failed_login','Users','Session','tech1',0,0,'85.214.91.8',1649065301),(1159252,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1649065330),(1159253,'guest','failed_login','Users','Session','tech1',0,0,'109.234.161.67',1649065597),(1159254,'guest','failed_login','Users','Session','tech1',0,0,'184.168.117.153',1649065871),(1159255,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.205',1649065881),(1159256,'guest','failed_login','Users','Session','tech1',0,0,'184.168.98.87',1649066157),(1159257,'guest','failed_login','Users','Session','tech1',0,0,'109.68.215.82',1649066433),(1159258,'guest','failed_login','Users','Session','tech1',0,0,'148.72.211.177',1649066450),(1159259,'guest','failed_login','Users','Session','drmap',0,0,'77.240.13.186',1649066742),(1159260,'guest','failed_login','Users','Session','tech1',0,0,'72.167.103.238',1649066743),(1159261,'guest','failed_login','Users','Session','tech1',0,0,'216.117.188.6',1649066990),(1159262,'guest','failed_login','Users','Session','tech1',0,0,'62.233.120.26',1649067053),(1159263,'guest','failed_login','Users','Session','drmap',0,0,'72.167.222.172',1649067317),(1159264,'guest','failed_login','Users','Session','tech1',0,0,'184.168.112.33',1649067321),(1159265,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.43',1649067407),(1159266,'guest','failed_login','Users','Session','tech1',0,0,'185.243.214.28',1649067551),(1159267,'guest','failed_login','Users','Session','tech1',0,0,'80.251.219.111',1649067606),(1159268,'guest','failed_login','Users','Session','drmap',0,0,'103.39.134.190',1649067861),(1159269,'guest','failed_login','Users','Session','tech1',0,0,'92.205.10.38',1649067912),(1159270,'guest','failed_login','Users','Session','tech1',0,0,'178.128.194.13',1649068085),(1159271,'guest','failed_login','Users','Session','tech1',0,0,'92.205.10.70',1649068203),(1159272,'guest','failed_login','Users','Session','drmap',0,0,'51.159.155.6',1649068390),(1159273,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.69',1649068424),(1159274,'guest','failed_login','Users','Session','tech1',0,0,'35.202.241.36',1649068479),(1159275,'guest','failed_login','Users','Session','tech1',0,0,'46.183.119.232',1649068619),(1159276,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649068698),(1159277,'guest','failed_login','Users','Session','tech1',0,0,'103.1.239.107',1649068748),(1159278,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1649068921),(1159279,'guest','failed_login','Users','Session','tech1',0,0,'103.111.30.40',1649069036),(1159280,'guest','failed_login','Users','Session','tech1',0,0,'82.165.111.158',1649069157),(1159281,'guest','failed_login','Users','Session','tech1',0,0,'85.214.91.8',1649069339),(1159282,'guest','failed_login','Users','Session','tech1',0,0,'64.227.78.130',1649069612),(1159283,'guest','failed_login','Users','Session','tech1',0,0,'8.129.212.255',1649069696),(1159284,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.93',1649069847),(1159285,'guest','failed_login','Users','Session','tech1',0,0,'66.29.141.38',1649069903),(1159286,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649070196),(1159287,'guest','failed_login','Users','Session','tech1',0,0,'162.241.156.147',1649070225),(1159288,'guest','failed_login','Users','Session','tech1',0,0,'103.1.237.254',1649070482),(1159289,'guest','failed_login','Users','Session','tech1',0,0,'173.201.177.4',1649070758),(1159290,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.230',1649070764),(1159291,'guest','failed_login','Users','Session','tech1',0,0,'128.140.231.3',1649070778),(1159292,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.26',1649070923),(1159293,'guest','failed_login','Users','Session','tech1',0,0,'211.115.65.107',1649071043),(1159294,'guest','failed_login','Users','Session','drmap',0,0,'2a02:7b40:c287:52e9::1',1649071083),(1159295,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.205',1649071314),(1159296,'guest','failed_login','Users','Session','tech1',0,0,'184.168.115.59',1649071349),(1159297,'guest','failed_login','Users','Session','drmap',0,0,'69.163.186.158',1649071621),(1159298,'guest','failed_login','Users','Session','tech1',0,0,'184.168.103.39',1649071641),(1159299,'guest','failed_login','Users','Session','tech1',0,0,'216.117.188.6',1649071853),(1159300,'guest','failed_login','Users','Session','tech1',0,0,'94.26.245.40',1649071933),(1159301,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.155',1649071933),(1159302,'guest','failed_login','Users','Session','drmap',0,0,'46.29.23.162',1649072157),(1159303,'guest','failed_login','Users','Session','tech1',0,0,'167.172.79.47',1649072210),(1159304,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f9:c010:acdc::1',1649072337),(1159305,'guest','failed_login','Users','Session','tech1',0,0,'101.32.62.196',1649072495),(1159306,'guest','failed_login','Users','Session','tech1',0,0,'109.68.215.82',1649072558),(1159307,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649072684),(1159308,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.155',1649072780),(1159309,'guest','failed_login','Users','Session','tech1',0,0,'34.176.50.114',1649072802),(1159310,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.155',1649072869),(1159311,'guest','failed_login','Users','Session','tech1',0,0,'185.61.153.77',1649073095),(1159312,'guest','failed_login','Users','Session','tech1',0,0,'31.172.80.144',1649073215),(1159313,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1649073653),(1159314,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.219',1649073870),(1159315,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.43',1649073971),(1159316,'guest','failed_login','Users','Session','tech1',0,0,'164.46.122.50',1649074551),(1159317,'guest','failed_login','Users','Session','drmap',0,0,'65.52.200.48',1649075002),(1159318,'guest','failed_login','Users','Session','tech1',0,0,'123.60.59.154',1649075215),(1159319,'guest','failed_login','Users','Session','drmap',0,0,'103.129.222.91',1649075661),(1159320,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:800:31cb::',1649075883),(1159321,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:800:31cb::',1649076323),(1159322,'guest','failed_login','Users','Session','tech1',0,0,'195.201.27.74',1649076551),(1159323,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649076840),(1159324,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.43',1649076845),(1159325,'guest','failed_login','Users','Session','drmap',0,0,'2a01:7c8:d007:31a:5054:ff:fef3:4470',1649076996),(1159326,'guest','failed_login','Users','Session','drmap',0,0,'159.223.170.181',1649077662),(1159327,'guest','failed_login','Users','Session','drmap',0,0,'103.159.224.46',1649078338),(1159328,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.75',1649078410),(1159329,'guest','failed_login','Users','Session','tech1',0,0,'78.141.209.179',1649078555),(1159330,'guest','failed_login','Users','Session','drmap',0,0,'34.122.210.151',1649078997),(1159331,'guest','failed_login','Users','Session','tech1',0,0,'148.72.208.193',1649079217),(1159332,'guest','failed_login','Users','Session','drmap',0,0,'159.203.120.246',1649079656),(1159333,'guest','failed_login','Users','Session','tech1',0,0,'145.239.30.120',1649079875),(1159334,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.93',1649080110),(1159335,'guest','failed_login','Users','Session','drmap',0,0,'198.46.160.118',1649080319),(1159336,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649080471),(1159337,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::9fa:4001',1649080544),(1159338,'guest','failed_login','Users','Session','drmap',0,0,'69.39.239.34',1649080987),(1159339,'guest','failed_login','Users','Session','tech1',0,0,'2a00:5da0:1000:1::27',1649081209),(1159340,'guest','failed_login','Users','Session','drmap',0,0,'185.122.201.129',1649081670),(1159341,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.75',1649081845),(1159342,'guest','failed_login','Users','Session','tech1',0,0,'132.148.165.154',1649081888),(1159343,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.62',1649081931),(1159344,'guest','failed_login','Users','Session','drmap',0,0,'69.163.196.200',1649082324),(1159345,'guest','failed_login','Users','Session','tech1',0,0,'42.193.21.177',1649082545),(1159346,'guest','failed_login','Users','Session','drmap',0,0,'2a00:d680:20:50::32',1649082980),(1159347,'guest','failed_login','Users','Session','tech1',0,0,'69.39.239.34',1649083202),(1159348,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649083583),(1159349,'guest','failed_login','Users','Session','drmap',0,0,'88.87.206.123',1649083647),(1159350,'guest','failed_login','Users','Session','tech1',0,0,'185.170.8.60',1649083866),(1159351,'guest','failed_login','Users','Session','drmap',0,0,'2804:5034:2::2dff:feef:289f',1649084309),(1159352,'guest','failed_login','Users','Session','tech1',0,0,'37.139.13.163',1649084526),(1159353,'guest','failed_login','Users','Session','drmap',0,0,'167.71.117.225',1649084983),(1159354,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649085047),(1159355,'guest','failed_login','Users','Session','tech1',0,0,'163.172.96.20',1649085205),(1159356,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.62',1649085347),(1159357,'guest','failed_login','Users','Session','drmap',0,0,'159.203.121.12',1649085653),(1159358,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.75',1649086156),(1159359,'guest','failed_login','Users','Session','drmap',0,0,'163.172.181.28',1649086318),(1159360,'guest','failed_login','Users','Session','tech1',0,0,'143.198.78.62',1649086537),(1159361,'guest','failed_login','Users','Session','tech1',0,0,'148.72.207.163',1649087214),(1159362,'guest','failed_login','Users','Session','drmap',0,0,'68.183.75.82',1649087670),(1159363,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2016:7298::1',1649087895),(1159364,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.59',1649088008),(1159365,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649088237),(1159366,'guest','failed_login','Users','Session','drmap',0,0,'88.87.206.123',1649088336),(1159367,'guest','failed_login','Users','Session','tech1',0,0,'159.203.187.104',1649088564),(1159368,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.22',1649089137),(1159369,'guest','failed_login','Users','Session','tech1',0,0,'217.148.3.101',1649089912),(1159370,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:5:115b::e12:8f0d',1649090364),(1159371,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649090397),(1159372,'guest','failed_login','Users','Session','tech1',0,0,'185.243.214.28',1649090591),(1159373,'guest','failed_login','Users','Session','drmap',0,0,'46.183.119.232',1649091042),(1159374,'guest','failed_login','Users','Session','drmap',0,0,'211.110.139.214',1649091728),(1159375,'guest','failed_login','Users','Session','tech1',0,0,'162.241.71.202',1649091952),(1159376,'guest','failed_login','Users','Session','drmap',0,0,'161.97.118.255',1649092434),(1159377,'guest','failed_login','Users','Session','tech1',0,0,'167.99.226.252',1649092657),(1159378,'guest','failed_login','Users','Session','drmap',0,0,'47.105.61.35',1649093113),(1159379,'guest','failed_login','Users','Session','tech1',0,0,'107.150.124.98',1649093342),(1159380,'guest','failed_login','Users','Session','drmap',0,0,'45.55.44.23',1649093801),(1159381,'guest','failed_login','Users','Session','tech1',0,0,'107.150.124.98',1649094025),(1159382,'guest','failed_login','Users','Session','drmap',0,0,'31.192.208.12',1649094479),(1159383,'guest','failed_login','Users','Session','tech1',0,0,'101.32.178.221',1649094710),(1159384,'guest','failed_login','Users','Session','tech1',0,0,'51.195.176.80',1649095386),(1159385,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.155',1649095534),(1159386,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.61',1649095608),(1159387,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.19',1649095681),(1159388,'guest','failed_login','Users','Session','drmap',0,0,'77.22.158.197',1649095856),(1159389,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649095921),(1159390,'guest','failed_login','Users','Session','tech1',0,0,'173.212.212.180',1649096083),(1159391,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649096186),(1159392,'guest','failed_login','Users','Session','admin',0,0,'27.111.82.74',1649096430),(1159393,'guest','failed_login','Users','Session','drmap',0,0,'167.99.252.52',1649096531),(1159394,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.26',1649096591),(1159395,'guest','failed_login','Users','Session','tech1',0,0,'167.99.226.252',1649096761),(1159396,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649097102),(1159397,'guest','failed_login','Users','Session','drmap',0,0,'141.94.247.170',1649097211),(1159398,'guest','failed_login','Users','Session','tech1',0,0,'77.240.13.186',1649097439),(1159399,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1649097593),(1159400,'guest','failed_login','Users','Session','admin',0,0,'50.59.99.143',1649097847),(1159401,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.155',1649097865),(1159402,'guest','failed_login','Users','Session','tech1',0,0,'212.103.4.29',1649098133),(1159403,'guest','failed_login','Users','Session','drmap',0,0,'103.166.183.192',1649098588),(1159404,'guest','failed_login','Users','Session','tech1',0,0,'187.84.233.39',1649098812),(1159405,'guest','failed_login','Users','Session','drmap',0,0,'13.81.59.92',1649099273),(1159406,'guest','failed_login','Users','Session','tech1',0,0,'137.184.78.118',1649099278),(1159407,'guest','failed_login','Users','Session','tech1',0,0,'200.170.156.249',1649099509),(1159408,'guest','failed_login','Users','Session','drmap',0,0,'175.45.125.65',1649099978),(1159409,'guest','failed_login','Users','Session','tech1',0,0,'47.241.15.39',1649100204),(1159410,'guest','failed_login','Users','Session','drmap',0,0,'67.205.43.116',1649100671),(1159411,'guest','failed_login','Users','Session','tech1',0,0,'116.62.155.4',1649100774),(1159412,'guest','failed_login','Users','Session','tech1',0,0,'35.170.29.112',1649100905),(1159413,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.22',1649101269),(1159414,'guest','failed_login','Users','Session','drmap',0,0,'188.127.231.190',1649101375),(1159415,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:800:3a65::',1649101602),(1159416,'guest','failed_login','Users','Session','drmap',0,0,'141.94.87.67',1649102064),(1159417,'guest','failed_login','Users','Session','tech1',0,0,'45.90.163.251',1649102292),(1159418,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d1::631:1001',1649102753),(1159419,'guest','failed_login','Users','Session','drmap',0,0,'66.11.120.48',1649103463),(1159420,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649103641),(1159421,'guest','failed_login','Users','Session','tech1',0,0,'195.4.173.50',1649103698),(1159422,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649103702),(1159423,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649103720),(1159424,'guest','failed_login','Users','Session','tech1',0,0,'35.198.25.12',1649103767),(1159425,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649103824),(1159426,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649103885),(1159427,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649103947),(1159428,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649104008),(1159429,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649104070),(1159430,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649104130),(1159431,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d1::631:1001',1649104176),(1159432,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649104191),(1159433,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649104206),(1159434,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649104252),(1159435,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649104313),(1159436,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649104374),(1159437,'guest','failed_login','Users','Session','tech1',0,0,'167.172.105.95',1649104412),(1159438,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649104435),(1159439,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649104496),(1159440,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649104558),(1159441,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649104619),(1159442,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649104680),(1159443,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649104741),(1159444,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649104803),(1159445,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649104863),(1159446,'guest','failed_login','Users','Session','drmap',0,0,'134.195.196.53',1649104866),(1159447,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649104925),(1159448,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.230',1649104981),(1159449,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649104986),(1159450,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649105047),(1159451,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.69',1649105065),(1159452,'guest','failed_login','Users','Session','tech1',0,0,'141.94.16.41',1649105100),(1159453,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649105108),(1159454,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649105170),(1159455,'guest','failed_login','Users','Session','tech1',0,0,'161.35.68.167',1649105205),(1159456,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649105230),(1159457,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649105291),(1159458,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649105352),(1159459,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.67',1649105395),(1159460,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649105413),(1159461,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649105474),(1159462,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649105536),(1159463,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f9:c010:9c11::1',1649105579),(1159464,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649105596),(1159465,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649105657),(1159466,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649105719),(1159467,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649105779),(1159468,'guest','failed_login','Users','Session','tech1',0,0,'185.122.201.129',1649105813),(1159469,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.43',1649106070),(1159470,'guest','failed_login','Users','Session','tech1',0,0,'121.243.95.160',1649106532),(1159471,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.61',1649106659),(1159472,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1649106701),(1159473,'guest','failed_login','Users','Session','drmap',0,0,'167.71.163.218',1649107028),(1159474,'guest','failed_login','Users','Session','tech1',0,0,'185.243.214.28',1649107256),(1159475,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:303:ce33::',1649107740),(1159476,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:115b::e12:8f0d',1649107975),(1159477,'guest','failed_login','Users','Session','tech1',0,0,'66.115.173.18',1649108158),(1159478,'guest','failed_login','Users','Session','drmap',0,0,'103.166.156.108',1649108453),(1159479,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f9:c010:9c11::1',1649109172),(1159480,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:cc2f::1',1649109413),(1159481,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1649109545),(1159482,'guest','failed_login','Users','Session','drmap',0,0,'103.208.24.86',1649109882),(1159483,'guest','failed_login','Users','Session','tech1',0,0,'167.71.111.16',1649109925),(1159484,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.230',1649110087),(1159485,'guest','failed_login','Users','Session','tech1',0,0,'47.241.15.39',1649110125),(1159486,'guest','failed_login','Users','Session','tech1',0,0,'92.205.3.203',1649110265),(1159487,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649110441),(1159488,'guest','failed_login','Users','Session','tech1',0,0,'208.109.20.122',1649110545),(1159489,'guest','failed_login','Users','Session','drmap',0,0,'47.100.208.57',1649110616),(1159490,'guest','failed_login','Users','Session','tech1',0,0,'184.168.116.113',1649110845),(1159491,'guest','failed_login','Users','Session','tech1',0,0,'2400:8500:1801:415:118:27:30:151',1649110846),(1159492,'guest','failed_login','Users','Session','tech1',0,0,'124.217.226.56',1649111089),(1159493,'guest','failed_login','Users','Session','drmap',0,0,'46.101.159.72',1649111319),(1159494,'guest','failed_login','Users','Session','tech1',0,0,'185.61.153.77',1649111359),(1159495,'guest','failed_login','Users','Session','tech1',0,0,'52.234.178.100',1649111557),(1159496,'guest','failed_login','Users','Session','tech1',0,0,'162.213.253.61',1649111594),(1159497,'guest','failed_login','Users','Session','tech1',0,0,'66.29.132.42',1649111853),(1159498,'guest','failed_login','Users','Session','drmap',0,0,'78.141.209.179',1649112021),(1159499,'guest','failed_login','Users','Session','tech1',0,0,'107.180.103.185',1649112091),(1159500,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.19',1649112221),(1159501,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649112249),(1159502,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.8',1649112255),(1159503,'guest','failed_login','Users','Session','tech1',0,0,'178.62.77.224',1649112318),(1159504,'guest','failed_login','Users','Session','tech1',0,0,'184.168.117.153',1649112531),(1159505,'guest','failed_login','Users','Session','tech1',0,0,'184.168.100.133',1649112743),(1159506,'guest','failed_login','Users','Session','tech1',0,0,'200.170.156.249',1649112954),(1159507,'guest','failed_login','Users','Session','tech1',0,0,'35.195.135.67',1649112960),(1159508,'guest','failed_login','Users','Session','tech1',0,0,'13.127.79.105',1649113165),(1159509,'guest','failed_login','Users','Session','tech1',0,0,'72.167.65.133',1649113382),(1159510,'guest','failed_login','Users','Session','tech1',0,0,'80.246.1.193',1649113591),(1159511,'guest','failed_login','Users','Session','tech1',0,0,'116.12.48.101',1649113774),(1159512,'guest','failed_login','Users','Session','tech1',0,0,'188.166.248.186',1649113977),(1159513,'guest','failed_login','Users','Session','tech1',0,0,'107.180.124.4',1649114187),(1159514,'guest','failed_login','Users','Session','tech1',0,0,'189.125.37.42',1649114384),(1159515,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::cdb4',1649114590),(1159516,'guest','failed_login','Users','Session','tech1',0,0,'185.50.25.24',1649114790),(1159517,'guest','failed_login','Users','Session','tech1',0,0,'50.62.137.47',1649114971),(1159518,'guest','failed_login','Users','Session','tech1',0,0,'185.70.11.21',1649115194),(1159519,'guest','failed_login','Users','Session','tech1',0,0,'162.0.239.18',1649115377),(1159520,'guest','failed_login','Users','Session','tech1',0,0,'178.128.51.162',1649115581),(1159521,'guest','failed_login','Users','Session','tech1',0,0,'92.204.219.117',1649115797),(1159522,'guest','failed_login','Users','Session','tech1',0,0,'157.245.111.100',1649116000),(1159523,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.43',1649116031),(1159524,'guest','failed_login','Users','Session','tech1',0,0,'190.92.137.177',1649116197),(1159525,'guest','failed_login','Users','Session','tech1',0,0,'72.167.124.218',1649116402),(1159526,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.106',1649116607),(1159527,'guest','failed_login','Users','Session','tech1',0,0,'159.203.176.82',1649116839),(1159528,'guest','failed_login','Users','Session','tech1',0,0,'133.167.92.28',1649117040),(1159529,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649117106),(1159530,'guest','failed_login','Users','Session','tech1',0,0,'196.203.219.49',1649117220),(1159531,'guest','failed_login','Users','Session','tech1',0,0,'95.128.46.215',1649117429),(1159532,'guest','failed_login','Users','Session','tech1',0,0,'184.168.125.241',1649117622),(1159533,'guest','failed_login','Users','Session','tech1',0,0,'178.128.54.225',1649117840),(1159534,'guest','failed_login','Users','Session','tech1',0,0,'139.59.27.57',1649118033),(1159535,'guest','failed_login','Users','Session','tech1',0,0,'45.119.83.250',1649118240),(1159536,'guest','failed_login','Users','Session','tech1',0,0,'198.187.31.80',1649118438),(1159537,'guest','failed_login','Users','Session','tech1',0,0,'70.39.150.82',1649118643),(1159538,'guest','failed_login','Users','Session','tech1',0,0,'184.168.102.151',1649118850),(1159539,'guest','failed_login','Users','Session','tech1',0,0,'157.245.166.98',1649119064),(1159540,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.230',1649119289),(1159541,'guest','failed_login','Users','Session','tech1',0,0,'159.203.176.82',1649119296),(1159542,'guest','failed_login','Users','Session','tech1',0,0,'188.166.1.143',1649119501),(1159543,'guest','failed_login','Users','Session','tech1',0,0,'167.99.78.164',1649119686),(1159544,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:10a:21a5::2',1649119903),(1159545,'guest','failed_login','Users','Session','tech1',0,0,'184.168.100.57',1649120081),(1159546,'guest','failed_login','Users','Session','tech1',0,0,'162.241.156.147',1649120331),(1159547,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649120404),(1159548,'guest','failed_login','Users','Session','tech1',0,0,'199.192.22.72',1649120483),(1159549,'guest','failed_login','Users','Session','admin',0,0,'178.128.247.244',1649120681),(1159550,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.155',1649120703),(1159551,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.43',1649120718),(1159552,'guest','failed_login','Users','Session','tech1',0,0,'184.168.103.93',1649120790),(1159553,'guest','failed_login','Users','Session','admin',0,0,'54.38.73.237',1649120905),(1159554,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1649121012),(1159555,'guest','failed_login','Users','Session','tech1',0,0,'107.173.165.214',1649121194),(1159556,'guest','failed_login','Users','Session','admin',0,0,'45.120.69.121',1649121382),(1159557,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::4c3c:e001',1649121415),(1159558,'guest','failed_login','Users','Session','admin',0,0,'2400:8904::f03c:92ff:fef0:39e9',1649121622),(1159559,'guest','failed_login','Users','Session','tech1',0,0,'34.68.97.70',1649121633),(1159560,'guest','failed_login','Users','Session','tech1',0,0,'185.201.47.14',1649121918),(1159561,'guest','failed_login','Users','Session','admin',0,0,'148.72.207.163',1649122092),(1159562,'guest','failed_login','Users','Session','tech1',0,0,'92.205.14.36',1649122104),(1159563,'guest','failed_login','Users','Session','tech1',0,0,'39.100.228.235',1649122309),(1159564,'guest','failed_login','Users','Session','admin',0,0,'91.122.105.95',1649122324),(1159565,'guest','failed_login','Users','Session','tech1',0,0,'103.3.164.91',1649122488),(1159566,'guest','failed_login','Users','Session','admin',0,0,'69.163.196.200',1649122795),(1159567,'guest','failed_login','Users','Session','tech1',0,0,'207.55.255.20',1649122918),(1159568,'guest','failed_login','Users','Session','admin',0,0,'165.227.145.176',1649123033),(1159569,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649123088),(1159570,'guest','failed_login','Users','Session','tech1',0,0,'184.168.115.25',1649123091),(1159571,'guest','failed_login','Users','Session','tech1',0,0,'51.68.141.94',1649123313),(1159572,'guest','failed_login','Users','Session','admin',0,0,'188.166.183.39',1649123514),(1159573,'guest','failed_login','Users','Session','tech1',0,0,'77.77.150.95',1649123519),(1159574,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.223',1649123712),(1159575,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.155',1649123722),(1159576,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649123754),(1159577,'guest','failed_login','Users','Session','admin',0,0,'64.111.116.168',1649123754),(1159578,'guest','failed_login','Users','Session','tech1',0,0,'74.208.252.140',1649123912),(1159579,'guest','failed_login','Users','Session','tech1',0,0,'107.180.124.4',1649124109),(1159580,'guest','failed_login','Users','Session','admin',0,0,'89.96.90.125',1649124249),(1159581,'guest','failed_login','Users','Session','tech1',0,0,'68.178.223.197',1649124288),(1159582,'guest','failed_login','Users','Session','tech1',0,0,'148.72.197.134',1649124488),(1159583,'guest','failed_login','Users','Session','admin',0,0,'178.217.190.82',1649124492),(1159584,'guest','failed_login','Users','Session','tech1',0,0,'148.72.122.94',1649124702),(1159585,'guest','failed_login','Users','Session','tech1',0,0,'184.168.125.241',1649124885),(1159586,'guest','failed_login','Users','Session','drmap',0,0,'185.50.199.194',1649124975),(1159587,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649125013),(1159588,'guest','failed_login','Users','Session','tech1',0,0,'92.205.10.70',1649125102),(1159589,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649125118),(1159590,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649125180),(1159591,'guest','failed_login','Users','Session','tech1',0,0,'2804:5034:2::2dff:feef:289f',1649125215),(1159592,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649125240),(1159593,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649125301),(1159594,'guest','failed_login','Users','Session','tech1',0,0,'35.224.216.78',1649125314),(1159595,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649125362),(1159596,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649125425),(1159597,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649125485),(1159598,'guest','failed_login','Users','Session','tech1',0,0,'185.146.21.52',1649125502),(1159599,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649125546),(1159600,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649125608),(1159601,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649125668),(1159602,'guest','failed_login','Users','Session','tech1',0,0,'107.173.165.214',1649125703),(1159603,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649125729),(1159604,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649125790),(1159605,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649125852),(1159606,'guest','failed_login','Users','Session','tech1',0,0,'92.205.2.188',1649125893),(1159607,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649125912),(1159608,'guest','failed_login','Users','Session','tech1',0,0,'161.35.126.102',1649125952),(1159609,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649125974),(1159610,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649126035),(1159611,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649126096),(1159612,'guest','failed_login','Users','Session','tech1',0,0,'92.205.5.183',1649126098),(1159613,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649126157),(1159614,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649126218),(1159615,'guest','failed_login','Users','Session','tech1',0,0,'173.201.177.4',1649126278),(1159616,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649126279),(1159617,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649126341),(1159618,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.62',1649126379),(1159619,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649126402),(1159620,'guest','failed_login','Users','Session','drmap',0,0,'185.2.4.56',1649126441),(1159621,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649126463),(1159622,'guest','failed_login','Users','Session','tech1',0,0,'173.201.184.88',1649126474),(1159623,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649126525),(1159624,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649126586),(1159625,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649126654),(1159626,'guest','failed_login','Users','Session','tech1',0,0,'139.59.78.248',1649126670),(1159627,'guest','failed_login','Users','Session','tech1',0,0,'195.179.202.215',1649126685),(1159628,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649126714),(1159629,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649126775),(1159630,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649126836),(1159631,'guest','failed_login','Users','Session','tech1',0,0,'72.167.190.53',1649126885),(1159632,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649126898),(1159633,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649126958),(1159634,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649127020),(1159635,'guest','failed_login','Users','Session','tech1',0,0,'185.146.20.254',1649127078),(1159636,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649127080),(1159637,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649127141),(1159638,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649127204),(1159639,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649127264),(1159640,'guest','failed_login','Users','Session','tech1',0,0,'184.168.115.59',1649127267),(1159641,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649127325),(1159642,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649127386),(1159643,'guest','failed_login','Users','Session','tech1',0,0,'143.244.143.195',1649127411),(1159644,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649127449),(1159645,'guest','failed_login','Users','Session','tech1',0,0,'173.212.214.140',1649127472),(1159646,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649127509),(1159647,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649127570),(1159648,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649127631),(1159649,'guest','failed_login','Users','Session','tech1',0,0,'95.128.46.215',1649127662),(1159650,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649127692),(1159651,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649127753),(1159652,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649127815),(1159653,'guest','failed_login','Users','Session','tech1',0,0,'213.175.208.121',1649127867),(1159654,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649127877),(1159655,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1649127898),(1159656,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649127938),(1159657,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649127998),(1159658,'guest','failed_login','Users','Session','tech1',0,0,'184.168.114.51',1649128049),(1159659,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649128059),(1159660,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649128120),(1159661,'guest','failed_login','Users','Session','tech1',0,0,'2001:b011:8009:26e5:211:32ff:fed2:5d36',1649128157),(1159662,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649128181),(1159663,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649128242),(1159664,'guest','failed_login','Users','Session','tech1',0,0,'184.168.116.107',1649128252),(1159665,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649128303),(1159666,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649128364),(1159667,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649128425),(1159668,'guest','failed_login','Users','Session','tech1',0,0,'79.137.141.196',1649128469),(1159669,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649128477),(1159670,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649128486),(1159671,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649128547),(1159672,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649128609),(1159673,'guest','failed_login','Users','Session','drmap',0,0,'148.72.208.193',1649128643),(1159674,'guest','failed_login','Users','Session','tech1',0,0,'92.205.14.232',1649128651),(1159675,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649128670),(1159676,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649128731),(1159677,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649128792),(1159678,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649128853),(1159679,'guest','failed_login','Users','Session','tech1',0,0,'66.29.132.22',1649128863),(1159680,'guest','failed_login','Users','Session','tech1',0,0,'66.42.52.221',1649128882),(1159681,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649128915),(1159682,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649128977),(1159683,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649129037),(1159684,'guest','failed_login','Users','Session','tech1',0,0,'8.210.158.38',1649129048),(1159685,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649129099),(1159686,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649129159),(1159687,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649129220),(1159688,'guest','failed_login','Users','Session','tech1',0,0,'103.233.2.147',1649129254),(1159689,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649129281),(1159690,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649129342),(1159691,'guest','failed_login','Users','Session','admin',0,0,'36.94.142.166',1649129364),(1159692,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649129403),(1159693,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649129464),(1159694,'guest','failed_login','Users','Session','tech1',0,0,'88.87.206.123',1649129492),(1159695,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649129526),(1159696,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'85.160.37.123',1649129588),(1159697,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649129649),(1159698,'guest','failed_login','Users','Session','tech1',0,0,'208.109.65.232',1649129683),(1159699,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649129714),(1159700,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649129835),(1159701,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649129896),(1159702,'guest','failed_login','Users','Session','tech1',0,0,'2604:2dc0:200:1378::',1649129899),(1159703,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649129957),(1159704,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649130019),(1159705,'guest','failed_login','Users','Session','admin',0,0,'34.122.210.151',1649130073),(1159706,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649130079),(1159707,'guest','failed_login','Users','Session','tech1',0,0,'148.72.203.102',1649130095),(1159708,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649130140),(1159709,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649130201),(1159710,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649130263),(1159711,'guest','failed_login','Users','Session','tech1',0,0,'185.126.219.43',1649130323),(1159712,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649130324),(1159713,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649130361),(1159714,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649130386),(1159715,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649130448),(1159716,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649130511),(1159717,'guest','failed_login','Users','Session','tech1',0,0,'94.26.245.40',1649130538),(1159718,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649130571),(1159719,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649130632),(1159720,'guest','failed_login','Users','Session','tech1',0,0,'36.66.170.25',1649130659),(1159721,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649130693),(1159722,'guest','failed_login','Users','Session','tech1',0,0,'64.37.52.95',1649130753),(1159723,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649130755),(1159724,'guest','failed_login','Users','Session','admin',0,0,'46.101.159.72',1649130786),(1159725,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649130816),(1159726,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649130877),(1159727,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649130938),(1159728,'guest','failed_login','Users','Session','tech1',0,0,'34.68.97.70',1649130962),(1159729,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649130999),(1159730,'guest','failed_login','Users','Session','admin',0,0,'185.243.214.28',1649131024),(1159731,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649131062),(1159732,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649131122),(1159733,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649131183),(1159734,'guest','failed_login','Users','Session','tech1',0,0,'91.123.18.217',1649131186),(1159735,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649131244),(1159736,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649131306),(1159737,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649131368),(1159738,'guest','failed_login','Users','Session','tech1',0,0,'184.168.116.113',1649131399),(1159739,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649131429),(1159740,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649131492),(1159741,'guest','failed_login','Users','Session','admin',0,0,'103.129.222.91',1649131497),(1159742,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649131553),(1159743,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649131614),(1159744,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649131676),(1159745,'guest','failed_login','Users','Session','NO_LOGIN',0,0,'2a05:480:0:f67f::4',1649131729),(1159746,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649131737),(1159747,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649131798),(1159748,'guest','failed_login','Users','Session','tech1',0,0,'184.168.99.48',1649131847),(1159749,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649131859),(1159750,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649131921),(1159751,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649131982),(1159752,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649132043),(1159753,'guest','failed_login','Users','Session','tech1',0,0,'35.202.241.36',1649132081),(1159754,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649132105),(1159755,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649132166),(1159756,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649132227),(1159757,'guest','failed_login','Users','Session','admin',0,0,'78.141.209.179',1649132239),(1159758,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649132289),(1159759,'guest','failed_login','Users','Session','tech1',0,0,'95.128.46.215',1649132308),(1159760,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649132348),(1159761,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649132410),(1159762,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649132471),(1159763,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649132532),(1159764,'guest','failed_login','Users','Session','tech1',0,0,'92.204.212.36',1649132534),(1159765,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649132593),(1159766,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649132654),(1159767,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649132715),(1159768,'guest','failed_login','Users','Session','tech1',0,0,'162.0.239.18',1649132749),(1159769,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.93',1649132771),(1159770,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649132777),(1159771,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649132837),(1159772,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649132898),(1159773,'guest','failed_login','Users','Session','admin',0,0,'46.29.23.162',1649132957),(1159774,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649132958),(1159775,'guest','failed_login','Users','Session','tech1',0,0,'45.119.83.250',1649133001),(1159776,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649133020),(1159777,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649133081),(1159778,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.26',1649133085),(1159779,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649133142),(1159780,'guest','failed_login','Users','Session','admin',0,0,'159.203.120.246',1649133192),(1159781,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649133203),(1159782,'guest','failed_login','Users','Session','tech1',0,0,'34.73.162.22',1649133226),(1159783,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649133264),(1159784,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649133325),(1159785,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649133386),(1159786,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649133447),(1159787,'guest','failed_login','Users','Session','tech1',0,0,'148.72.197.134',1649133461),(1159788,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649133508),(1159789,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649133569),(1159790,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649133630),(1159791,'guest','failed_login','Users','Session','admin',0,0,'103.28.37.180',1649133682),(1159792,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649133692),(1159793,'guest','failed_login','Users','Session','tech1',0,0,'50.62.137.47',1649133711),(1159794,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649133753),(1159795,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649133815),(1159796,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649133876),(1159797,'guest','failed_login','Users','Session','admin',0,0,'104.248.57.165',1649133927),(1159798,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649133937),(1159799,'guest','failed_login','Users','Session','tech1',0,0,'43.241.58.180',1649133960),(1159800,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649133998),(1159801,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649134060),(1159802,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649134122),(1159803,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649134183),(1159804,'guest','failed_login','Users','Session','tech1',0,0,'107.180.124.4',1649134195),(1159805,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649134244),(1159806,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649134306),(1159807,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649134366),(1159808,'guest','failed_login','Users','Session','admin',0,0,'2607:f298:6:a077::c0e:c137',1649134406),(1159809,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649134417),(1159810,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649134426),(1159811,'guest','failed_login','Users','Session','tech1',0,0,'148.72.197.134',1649134436),(1159812,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649134488),(1159813,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1649134523),(1159814,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649134549),(1159815,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649134610),(1159816,'guest','failed_login','Users','Session','admin',0,0,'184.168.125.72',1649134637),(1159817,'guest','failed_login','Users','Session','tech1',0,0,'103.90.235.91',1649134668),(1159818,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649134671),(1159819,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649134732),(1159820,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649134793),(1159821,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649134854),(1159822,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649134915),(1159823,'guest','failed_login','Users','Session','tech1',0,0,'62.28.184.124',1649134935),(1159824,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649134976),(1159825,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649135037),(1159826,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649135098),(1159827,'guest','failed_login','Users','Session','admin',0,0,'2a01:4f8:162:6188::2',1649135117),(1159828,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.43',1649135145),(1159829,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649135161),(1159830,'guest','failed_login','Users','Session','tech1',0,0,'103.101.162.249',1649135180),(1159831,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649135222),(1159832,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649135283),(1159833,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649135344),(1159834,'guest','failed_login','Users','Session','admin',0,0,'43.229.129.91',1649135389),(1159835,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649135404),(1159836,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649135466),(1159837,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649135527),(1159838,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649135588),(1159839,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649135649),(1159840,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649135710),(1159841,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649135771),(1159842,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649135832),(1159843,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649135893),(1159844,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.222',1649135900),(1159845,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649135955),(1159846,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649136016),(1159847,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649136077),(1159848,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649136138),(1159849,'guest','failed_login','Users','Session','tech1',0,0,'2804:5034:2::2dff:feef:289f',1649136147),(1159850,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649136199),(1159851,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649136261),(1159852,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649136322),(1159853,'guest','failed_login','Users','Session','admin',0,0,'85.160.37.123',1649136383),(1159854,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649136536),(1159855,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.26',1649136677),(1159856,'guest','failed_login','Users','Session','tech1',0,0,'89.58.11.2',1649136882),(1159857,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649136921),(1159858,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1649137159),(1159859,'guest','failed_login','Users','Session','drmap',0,0,'162.241.71.202',1649137377),(1159860,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1649137614),(1159861,'guest','failed_login','Users','Session','drmap',0,0,'95.217.3.203',1649138109),(1159862,'guest','failed_login','Users','Session','tech1',0,0,'103.157.97.146',1649138350),(1159863,'guest','failed_login','Users','Session','drmap',0,0,'216.117.188.6',1649138839),(1159864,'guest','failed_login','Users','Session','tech1',0,0,'157.245.110.251',1649139090),(1159865,'guest','failed_login','Users','Session','drmap',0,0,'208.109.54.127',1649139596),(1159866,'guest','failed_login','Users','Session','tech1',0,0,'54.38.73.237',1649139844),(1159867,'guest','failed_login','Users','Session','tech1',0,0,'159.223.75.135',1649139989),(1159868,'guest','failed_login','Users','Session','[login]',0,0,'159.223.75.135',1649139990),(1159869,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.69',1649140170),(1159870,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d1::631:1001',1649140341),(1159871,'guest','failed_login','Users','Session','tech1',0,0,'139.59.118.238',1649140590),(1159872,'guest','failed_login','Users','Session','tech1',0,0,'194.5.236.3',1649140723),(1159873,'guest','failed_login','Users','Session','drmap',0,0,'185.170.8.60',1649141102),(1159874,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.210',1649141338),(1159875,'guest','failed_login','Users','Session','tech1',0,0,'2a01:e0a:7c:d40:2e2:5cff:fe68:79e8',1649141449),(1159876,'guest','failed_login','Users','Session','drmap',0,0,'72.167.222.172',1649141829),(1159877,'guest','failed_login','Users','Session','tech1',0,0,'163.172.96.20',1649142074),(1159878,'guest','failed_login','Users','Session','tech1',0,0,'157.245.129.154',1649142197),(1159879,'guest','failed_login','Users','Session','[login]',0,0,'157.245.129.154',1649142198),(1159880,'guest','failed_login','Users','Session','drmap',0,0,'64.141.87.4',1649142592),(1159881,'guest','failed_login','Users','Session','tech1',0,0,'167.172.105.95',1649142854),(1159882,'guest','failed_login','Users','Session','drmap',0,0,'161.97.180.233',1649143343),(1159883,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.93',1649143408),(1159884,'guest','failed_login','Users','Session','tech1',0,0,'38.242.248.74',1649143464),(1159885,'guest','failed_login','Users','Session','[login]',0,0,'38.242.248.74',1649143465),(1159886,'guest','failed_login','Users','Session','tech1',0,0,'134.195.196.53',1649143578),(1159887,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649143609),(1159888,'guest','failed_login','Users','Session','drmap',0,0,'43.229.129.91',1649144063),(1159889,'guest','failed_login','Users','Session','tech1',0,0,'34.148.106.204',1649144189),(1159890,'guest','failed_login','Users','Session','[login]',0,0,'34.148.106.204',1649144190),(1159891,'guest','failed_login','Users','Session','tech1',0,0,'139.59.75.162',1649144300),(1159892,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649144728),(1159893,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649144855),(1159894,'guest','failed_login','Users','Session','tech1',0,0,'35.185.207.50',1649144937),(1159895,'guest','failed_login','Users','Session','tech1',0,0,'185.243.214.28',1649145021),(1159896,'guest','failed_login','Users','Session','drmap',0,0,'109.68.215.82',1649145502),(1159897,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649145555),(1159898,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:1c1c:351::1',1649145737),(1159899,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.93',1649145963),(1159900,'guest','failed_login','Users','Session','tech1',0,0,'154.119.36.49',1649146219),(1159901,'guest','failed_login','Users','Session','drmap',0,0,'92.60.224.50',1649146228),(1159902,'guest','failed_login','Users','Session','tech1',0,0,'128.199.197.163',1649146475),(1159903,'guest','failed_login','Users','Session','drmap',0,0,'167.71.117.225',1649146954),(1159904,'guest','failed_login','Users','Session','tech1',0,0,'47.94.136.206',1649146958),(1159905,'guest','failed_login','Users','Session','tech1',0,0,'167.172.231.148',1649147186),(1159906,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.230',1649147386),(1159907,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.138',1649147606),(1159908,'guest','failed_login','Users','Session','drmap',0,0,'157.245.110.251',1649147659),(1159909,'guest','failed_login','Users','Session','tech1',0,0,'88.198.132.68',1649147670),(1159910,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649148208),(1159911,'guest','failed_login','Users','Session','tech1',0,0,'165.22.116.165',1649148378),(1159912,'guest','failed_login','Users','Session','drmap',0,0,'178.128.187.183',1649148380),(1159913,'guest','failed_login','Users','Session','tech1',0,0,'35.195.252.29',1649148622),(1159914,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.62',1649148759),(1159915,'guest','failed_login','Users','Session','drmap',0,0,'103.101.161.220',1649149099),(1159916,'guest','failed_login','Users','Session','tech1',0,0,'194.90.234.21',1649149332),(1159917,'guest','failed_login','Users','Session','tech1',0,0,'103.226.174.221',1649149673),(1159918,'guest','failed_login','Users','Session','drmap',0,0,'185.50.199.194',1649149825),(1159919,'guest','failed_login','Users','Session','tech1',0,0,'164.46.122.50',1649150075),(1159920,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649150334),(1159921,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.138',1649150378),(1159922,'guest','failed_login','Users','Session','tech1',0,0,'2607:5300:60:31b3::',1649150425),(1159923,'guest','failed_login','Users','Session','[login]',0,0,'2607:5300:60:31b3::',1649150425),(1159924,'guest','failed_login','Users','Session','drmap',0,0,'2400:8904::f03c:92ff:fef0:39e9',1649150551),(1159925,'guest','failed_login','Users','Session','tech1',0,0,'43.241.70.75',1649150785),(1159926,'guest','failed_login','Users','Session','tech1',0,0,'89.22.115.242',1649151094),(1159927,'guest','failed_login','Users','Session','[login]',0,0,'89.22.115.242',1649151095),(1159928,'guest','failed_login','Users','Session','drmap',0,0,'31.172.80.144',1649151259),(1159929,'guest','failed_login','Users','Session','tech1',0,0,'78.141.209.179',1649151501),(1159930,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.26',1649151744),(1159931,'guest','failed_login','Users','Session','tech1',0,0,'46.101.11.222',1649151752),(1159932,'guest','failed_login','Users','Session','drmap',0,0,'103.157.97.146',1649151971),(1159933,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.230',1649152132),(1159934,'guest','failed_login','Users','Session','tech1',0,0,'208.113.180.18',1649152205),(1159935,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.230',1649152272),(1159936,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649152471),(1159937,'guest','failed_login','Users','Session','tech1',0,0,'103.237.145.122',1649152473),(1159938,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.163',1649152682),(1159939,'guest','failed_login','Users','Session','tech1',0,0,'43.241.70.75',1649152911),(1159940,'guest','failed_login','Users','Session','admin',0,0,'184.168.117.153',1649153006),(1159941,'guest','failed_login','Users','Session','tech1',0,0,'185.170.8.60',1649153337),(1159942,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.222',1649153391),(1159943,'guest','failed_login','Users','Session','admin',0,0,'86.57.254.101',1649153449),(1159944,'guest','failed_login','Users','Session','tech1',0,0,'92.205.12.81',1649153866),(1159945,'guest','failed_login','Users','Session','tech1',0,0,'103.147.246.226',1649153893),(1159946,'guest','failed_login','Users','Session','[login]',0,0,'103.147.246.226',1649153893),(1159947,'guest','failed_login','Users','Session','drmap',0,0,'161.35.126.102',1649154109),(1159948,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.62',1649154113),(1159949,'guest','failed_login','Users','Session','tech1',0,0,'217.148.3.101',1649154340),(1159950,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.26',1649154515),(1159951,'guest','failed_login','Users','Session','tech1',0,0,'2001:df7:ce00:2::4',1649154568),(1159952,'guest','failed_login','Users','Session','tech1',0,0,'167.71.111.16',1649154730),(1159953,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1649154815),(1159954,'guest','failed_login','Users','Session','tech1',0,0,'51.178.93.87',1649155046),(1159955,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.19',1649155138),(1159956,'guest','failed_login','Users','Session','tech1',0,0,'184.168.116.210',1649155181),(1159957,'guest','failed_login','Users','Session','tech1',0,0,'202.28.34.99',1649155322),(1159958,'guest','failed_login','Users','Session','[login]',0,0,'202.28.34.99',1649155322),(1159959,'guest','failed_login','Users','Session','drmap',0,0,'84.205.178.134',1649155517),(1159960,'guest','failed_login','Users','Session','tech1',0,0,'107.190.135.178',1649155632),(1159961,'guest','failed_login','Users','Session','tech1',0,0,'103.208.24.86',1649155749),(1159962,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649155799),(1159963,'guest','failed_login','Users','Session','tech1',0,0,'103.55.39.107',1649156031),(1159964,'guest','failed_login','Users','Session','tech1',0,0,'175.24.121.59',1649156087),(1159965,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.61',1649156128),(1159966,'guest','failed_login','Users','Session','drmap',0,0,'43.154.43.62',1649156204),(1159967,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.19',1649156242),(1159968,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.26',1649156292),(1159969,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.31',1649156427),(1159970,'guest','failed_login','Users','Session','tech1',0,0,'85.128.143.109',1649156669),(1159971,'guest','failed_login','Users','Session','[login]',0,0,'85.128.143.109',1649156669),(1159972,'guest','failed_login','Users','Session','drmap',0,0,'68.183.139.84',1649156903),(1159973,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649156998),(1159974,'guest','failed_login','Users','Session','tech1',0,0,'194.233.75.42',1649157034),(1159975,'guest','failed_login','Users','Session','tech1',0,0,'35.203.66.166',1649157135),(1159976,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.67',1649157295),(1159977,'guest','failed_login','Users','Session','tech1',0,0,'35.206.240.19',1649157359),(1159978,'guest','failed_login','Users','Session','tech1',0,0,'103.74.118.242',1649157516),(1159979,'guest','failed_login','Users','Session','drmap',0,0,'175.45.125.65',1649157601),(1159980,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1649157784),(1159981,'guest','failed_login','Users','Session','tech1',0,0,'121.43.170.78',1649157819),(1159982,'guest','failed_login','Users','Session','tech1',0,0,'31.177.95.36',1649158076),(1159983,'guest','failed_login','Users','Session','tech1',0,0,'212.115.42.7',1649158080),(1159984,'guest','failed_login','Users','Session','[login]',0,0,'212.115.42.7',1649158081),(1159985,'guest','updated','Core','','WordPress Auto Updated',0,0,'128.199.205.65',1649158084),(1159986,'guest','failed_login','Users','Session','drmap',0,0,'51.91.151.60',1649158269),(1159987,'guest','failed_login','Users','Session','tech1',0,0,'103.129.178.69',1649158480),(1159988,'guest','failed_login','Users','Session','tech1',0,0,'2a00:1a28:155d:1f5::1',1649158490),(1159989,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.26',1649158775),(1159990,'guest','failed_login','Users','Session','tech1',0,0,'195.158.11.99',1649158819),(1159991,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::e77:1',1649158953),(1159992,'guest','failed_login','Users','Session','tech1',0,0,'185.61.154.35',1649158971),(1159993,'guest','failed_login','Users','Session','tech1',0,0,'217.160.64.174',1649159172),(1159994,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159354),(1159995,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159355),(1159996,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159356),(1159997,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159358),(1159998,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159359),(1159999,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159360),(1160000,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159361),(1160001,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159363),(1160002,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159364),(1160003,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159365),(1160004,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159366),(1160005,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159367),(1160006,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159368),(1160007,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159369),(1160008,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159371),(1160009,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159372),(1160010,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159373),(1160011,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159374),(1160012,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159375),(1160013,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159376),(1160014,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159378),(1160015,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159379),(1160016,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159380),(1160017,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159381),(1160018,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159382),(1160019,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159383),(1160020,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159385),(1160021,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159387),(1160022,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159388),(1160023,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159389),(1160024,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159391),(1160025,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159392),(1160026,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159393),(1160027,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159394),(1160028,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159395),(1160029,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159396),(1160030,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159397),(1160031,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159399),(1160032,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159400),(1160033,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159401),(1160034,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159402),(1160035,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159403),(1160036,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159404),(1160037,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159406),(1160038,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159407),(1160039,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159408),(1160040,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159410),(1160041,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159411),(1160042,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159412),(1160043,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159413),(1160044,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159414),(1160045,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159415),(1160046,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159417),(1160047,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159418),(1160048,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159419),(1160049,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159420),(1160050,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159422),(1160051,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159423),(1160052,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159424),(1160053,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159425),(1160054,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159426),(1160055,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159427),(1160056,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159428),(1160057,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159429),(1160058,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159431),(1160059,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159432),(1160060,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159433),(1160061,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159434),(1160062,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159435),(1160063,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159436),(1160064,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159438),(1160065,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159439),(1160066,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159440),(1160067,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159441),(1160068,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159442),(1160069,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159443),(1160070,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159444),(1160071,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159446),(1160072,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159447),(1160073,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159448),(1160074,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159449),(1160075,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159450),(1160076,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159451),(1160077,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159452),(1160078,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159453),(1160079,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159455),(1160080,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159456),(1160081,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159457),(1160082,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159458),(1160083,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159459),(1160084,'guest','failed_login','Users','Session','tech1',0,0,'159.75.71.179',1649159459),(1160085,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159460),(1160086,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159462),(1160087,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159463),(1160088,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159464),(1160089,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159465),(1160090,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159467),(1160091,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159468),(1160092,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159469),(1160093,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159470),(1160094,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159471),(1160095,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159472),(1160096,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159473),(1160097,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159475),(1160098,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159476),(1160099,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159477),(1160100,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159478),(1160101,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159479),(1160102,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159480),(1160103,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159482),(1160104,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159483),(1160105,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159484),(1160106,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159485),(1160107,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159486),(1160108,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159487),(1160109,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159488),(1160110,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159489),(1160111,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159490),(1160112,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159492),(1160113,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159493),(1160114,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159494),(1160115,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159496),(1160116,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159497),(1160117,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159498),(1160118,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159499),(1160119,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159500),(1160120,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159501),(1160121,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159502),(1160122,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159503),(1160123,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159505),(1160124,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159506),(1160125,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159507),(1160126,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159508),(1160127,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159509),(1160128,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159510),(1160129,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159512),(1160130,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159513),(1160131,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159514),(1160132,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159515),(1160133,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159516),(1160134,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159517),(1160135,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159518),(1160136,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159519),(1160137,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159521),(1160138,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159522),(1160139,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159524),(1160140,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159525),(1160141,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159526),(1160142,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159527),(1160143,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159528),(1160144,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159529),(1160145,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159530),(1160146,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159532),(1160147,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159533),(1160148,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159534),(1160149,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159535),(1160150,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159536),(1160151,'guest','failed_login','Users','Session','tech1',0,0,'194.233.90.4',1649159536),(1160152,'guest','failed_login','Users','Session','[login]',0,0,'194.233.90.4',1649159536),(1160153,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159537),(1160154,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159538),(1160155,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159539),(1160156,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159540),(1160157,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159542),(1160158,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159543),(1160159,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159544),(1160160,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159545),(1160161,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159546),(1160162,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159547),(1160163,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159548),(1160164,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159549),(1160165,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159551),(1160166,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159552),(1160167,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159554),(1160168,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159555),(1160169,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159556),(1160170,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159557),(1160171,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159558),(1160172,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159559),(1160173,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159560),(1160174,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159562),(1160175,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159563),(1160176,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159564),(1160177,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159565),(1160178,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159567),(1160179,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159568),(1160180,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159569),(1160181,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159570),(1160182,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159571),(1160183,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159572),(1160184,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159573),(1160185,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159574),(1160186,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159575),(1160187,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159576),(1160188,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159578),(1160189,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159579),(1160190,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159580),(1160191,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159581),(1160192,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159582),(1160193,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159583),(1160194,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159584),(1160195,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159590),(1160196,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159591),(1160197,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159592),(1160198,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159594),(1160199,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159595),(1160200,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159596),(1160201,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159597),(1160202,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159598),(1160203,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159599),(1160204,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159600),(1160205,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159601),(1160206,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159602),(1160207,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159603),(1160208,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159605),(1160209,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159606),(1160210,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159607),(1160211,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159608),(1160212,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159609),(1160213,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159610),(1160214,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159611),(1160215,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159613),(1160216,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159614),(1160217,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159615),(1160218,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159616),(1160219,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159617),(1160220,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159618),(1160221,'guest','failed_login','Users','Session','drmap',0,0,'148.72.208.193',1649159619),(1160222,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159619),(1160223,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159620),(1160224,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159622),(1160225,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159623),(1160226,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159624),(1160227,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159625),(1160228,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159626),(1160229,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159627),(1160230,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159628),(1160231,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159629),(1160232,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159630),(1160233,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159632),(1160234,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159633),(1160235,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159634),(1160236,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159635),(1160237,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159636),(1160238,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159637),(1160239,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159638),(1160240,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159639),(1160241,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159640),(1160242,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159641),(1160243,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159642),(1160244,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159643),(1160245,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159645),(1160246,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159646),(1160247,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159647),(1160248,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159648),(1160249,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159649),(1160250,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159650),(1160251,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159652),(1160252,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159654),(1160253,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159655),(1160254,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159656),(1160255,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159657),(1160256,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159658),(1160257,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159659),(1160258,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159661),(1160259,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159662),(1160260,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159663),(1160261,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159664),(1160262,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159665),(1160263,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159666),(1160264,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159667),(1160265,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159668),(1160266,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159670),(1160267,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159671),(1160268,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159672),(1160269,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159673),(1160270,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159674),(1160271,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159675),(1160272,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159676),(1160273,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159677),(1160274,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159678),(1160275,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159679),(1160276,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159681),(1160277,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159682),(1160278,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159683),(1160279,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159684),(1160280,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159685),(1160281,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159686),(1160282,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159688),(1160283,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159689),(1160284,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159690),(1160285,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159691),(1160286,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159692),(1160287,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159693),(1160288,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159694),(1160289,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159695),(1160290,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159697),(1160291,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159698),(1160292,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159699),(1160293,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159701),(1160294,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159702),(1160295,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159703),(1160296,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159704),(1160297,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159705),(1160298,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159707),(1160299,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159708),(1160300,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159709),(1160301,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159711),(1160302,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159712),(1160303,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159713),(1160304,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159715),(1160305,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159716),(1160306,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159717),(1160307,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159718),(1160308,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159719),(1160309,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159720),(1160310,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159721),(1160311,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159723),(1160312,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159724),(1160313,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159725),(1160314,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159726),(1160315,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159727),(1160316,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159728),(1160317,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159729),(1160318,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159731),(1160319,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159732),(1160320,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159733),(1160321,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159734),(1160322,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159735),(1160323,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159736),(1160324,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159737),(1160325,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159739),(1160326,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159740),(1160327,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159741),(1160328,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159743),(1160329,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159745),(1160330,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159746),(1160331,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159747),(1160332,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159748),(1160333,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159750),(1160334,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159751),(1160335,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159752),(1160336,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159754),(1160337,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159755),(1160338,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159756),(1160339,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159757),(1160340,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159764),(1160341,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159765),(1160342,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159766),(1160343,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159767),(1160344,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159769),(1160345,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159770),(1160346,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159771),(1160347,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159772),(1160348,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159773),(1160349,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159774),(1160350,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159775),(1160351,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159776),(1160352,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159777),(1160353,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159778),(1160354,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159780),(1160355,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159781),(1160356,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159782),(1160357,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159783),(1160358,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159785),(1160359,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159786),(1160360,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159787),(1160361,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159788),(1160362,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159789),(1160363,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159790),(1160364,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159791),(1160365,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159792),(1160366,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159793),(1160367,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159794),(1160368,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159796),(1160369,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159798),(1160370,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159799),(1160371,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159800),(1160372,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159801),(1160373,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159802),(1160374,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159803),(1160375,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159805),(1160376,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159806),(1160377,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159807),(1160378,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159808),(1160379,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159809),(1160380,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159810),(1160381,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159811),(1160382,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159813),(1160383,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159815),(1160384,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159816),(1160385,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159817),(1160386,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159818),(1160387,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159819),(1160388,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159820),(1160389,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159821),(1160390,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159822),(1160391,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159823),(1160392,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159825),(1160393,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.62',1649159825),(1160394,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649159825),(1160395,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159826),(1160396,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159827),(1160397,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159828),(1160398,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159829),(1160399,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159830),(1160400,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159831),(1160401,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159832),(1160402,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159833),(1160403,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159835),(1160404,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159836),(1160405,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159837),(1160406,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159838),(1160407,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159839),(1160408,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159840),(1160409,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159841),(1160410,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159843),(1160411,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159844),(1160412,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159845),(1160413,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159847),(1160414,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159848),(1160415,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159849),(1160416,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159850),(1160417,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159851),(1160418,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159852),(1160419,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159854),(1160420,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159855),(1160421,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159857),(1160422,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159858),(1160423,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159859),(1160424,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159860),(1160425,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159861),(1160426,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159863),(1160427,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159864),(1160428,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159865),(1160429,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159866),(1160430,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159868),(1160431,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159869),(1160432,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159870),(1160433,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159871),(1160434,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159872),(1160435,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159873),(1160436,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159874),(1160437,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159876),(1160438,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159877),(1160439,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159878),(1160440,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159879),(1160441,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159881),(1160442,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159882),(1160443,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159883),(1160444,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159884),(1160445,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159885),(1160446,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159886),(1160447,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159888),(1160448,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159889),(1160449,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159890),(1160450,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159891),(1160451,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159892),(1160452,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159893),(1160453,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159894),(1160454,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159895),(1160455,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159896),(1160456,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159898),(1160457,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159899),(1160458,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159900),(1160459,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159901),(1160460,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159902),(1160461,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159903),(1160462,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159904),(1160463,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159905),(1160464,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159907),(1160465,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159908),(1160466,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159909),(1160467,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159910),(1160468,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159911),(1160469,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159912),(1160470,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159913),(1160471,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159914),(1160472,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159915),(1160473,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159916),(1160474,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159917),(1160475,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159919),(1160476,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159920),(1160477,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159921),(1160478,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159922),(1160479,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159923),(1160480,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159924),(1160481,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159925),(1160482,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159926),(1160483,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159927),(1160484,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159928),(1160485,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159929),(1160486,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159931),(1160487,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159932),(1160488,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159933),(1160489,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159934),(1160490,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159935),(1160491,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159936),(1160492,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159937),(1160493,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159938),(1160494,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159939),(1160495,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159941),(1160496,'guest','failed_login','Users','Session','tech1',0,0,'64.37.52.95',1649159941),(1160497,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159942),(1160498,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159943),(1160499,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159944),(1160500,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159946),(1160501,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159947),(1160502,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159948),(1160503,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159950),(1160504,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159952),(1160505,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159953),(1160506,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159954),(1160507,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159955),(1160508,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159956),(1160509,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159957),(1160510,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159958),(1160511,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159959),(1160512,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159961),(1160513,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159962),(1160514,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159964),(1160515,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159965),(1160516,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159966),(1160517,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159967),(1160518,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159968),(1160519,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159970),(1160520,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159971),(1160521,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159972),(1160522,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159973),(1160523,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159974),(1160524,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159976),(1160525,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159977),(1160526,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159978),(1160527,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159979),(1160528,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159981),(1160529,'guest','failed_login','Users','Session','tech1',0,0,'101.89.148.133',1649159982),(1160530,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649159983),(1160531,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649159984),(1160532,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649159986),(1160533,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649159987),(1160534,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649159988),(1160535,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649159989),(1160536,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649159990),(1160537,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649159991),(1160538,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649159992),(1160539,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649159993),(1160540,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649159995),(1160541,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649159996),(1160542,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649159997),(1160543,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649159998),(1160544,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160005),(1160545,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160006),(1160546,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160008),(1160547,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160010),(1160548,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160011),(1160549,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160012),(1160550,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160013),(1160551,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160014),(1160552,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160015),(1160553,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160016),(1160554,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160017),(1160555,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160019),(1160556,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160020),(1160557,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160021),(1160558,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160022),(1160559,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160023),(1160560,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160024),(1160561,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160025),(1160562,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160026),(1160563,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160027),(1160564,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160028),(1160565,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160029),(1160566,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160030),(1160567,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160032),(1160568,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160033),(1160569,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160034),(1160570,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160035),(1160571,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160036),(1160572,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160037),(1160573,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160038),(1160574,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160039),(1160575,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160040),(1160576,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160041),(1160577,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160042),(1160578,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160044),(1160579,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160045),(1160580,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160046),(1160581,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160047),(1160582,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160048),(1160583,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160049),(1160584,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160050),(1160585,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160051),(1160586,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160052),(1160587,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160053),(1160588,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160054),(1160589,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160055),(1160590,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160056),(1160591,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160058),(1160592,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160059),(1160593,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160060),(1160594,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160061),(1160595,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160062),(1160596,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160063),(1160597,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160064),(1160598,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160065),(1160599,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160066),(1160600,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160068),(1160601,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160069),(1160602,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160070),(1160603,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160071),(1160604,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160072),(1160605,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160073),(1160606,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160074),(1160607,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160075),(1160608,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160076),(1160609,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160077),(1160610,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160078),(1160611,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160080),(1160612,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160081),(1160613,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160082),(1160614,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160083),(1160615,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160084),(1160616,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160085),(1160617,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160086),(1160618,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160087),(1160619,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160088),(1160620,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160089),(1160621,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160090),(1160622,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160092),(1160623,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160093),(1160624,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160094),(1160625,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160095),(1160626,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160096),(1160627,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160097),(1160628,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160098),(1160629,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160099),(1160630,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160101),(1160631,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160102),(1160632,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160103),(1160633,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160104),(1160634,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160105),(1160635,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160106),(1160636,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160107),(1160637,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160108),(1160638,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160109),(1160639,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160111),(1160640,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160112),(1160641,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160113),(1160642,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160114),(1160643,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160115),(1160644,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160117),(1160645,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160119),(1160646,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160120),(1160647,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160121),(1160648,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160122),(1160649,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160123),(1160650,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160124),(1160651,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160125),(1160652,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160127),(1160653,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160128),(1160654,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160129),(1160655,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160130),(1160656,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160131),(1160657,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160132),(1160658,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160133),(1160659,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160134),(1160660,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160135),(1160661,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160137),(1160662,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160138),(1160663,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160139),(1160664,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160140),(1160665,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160141),(1160666,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160142),(1160667,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160143),(1160668,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160144),(1160669,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160145),(1160670,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160147),(1160671,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160148),(1160672,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160149),(1160673,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160150),(1160674,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160151),(1160675,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160152),(1160676,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160154),(1160677,'guest','failed_login','Users','Session','tech1',0,0,'185.239.40.66',1649160154),(1160678,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160155),(1160679,'guest','failed_login','Users','Session','[login]',0,0,'185.239.40.66',1649160155),(1160680,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160156),(1160681,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160157),(1160682,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160158),(1160683,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160159),(1160684,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160160),(1160685,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160161),(1160686,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160162),(1160687,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160163),(1160688,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160164),(1160689,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160165),(1160690,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160166),(1160691,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160167),(1160692,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160169),(1160693,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160170),(1160694,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160171),(1160695,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160173),(1160696,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160174),(1160697,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160175),(1160698,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160176),(1160699,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160177),(1160700,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160178),(1160701,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160179),(1160702,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160180),(1160703,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160181),(1160704,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160183),(1160705,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160184),(1160706,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160185),(1160707,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160186),(1160708,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160187),(1160709,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160188),(1160710,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160189),(1160711,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160190),(1160712,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160191),(1160713,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160193),(1160714,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160194),(1160715,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160195),(1160716,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160196),(1160717,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160197),(1160718,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160199),(1160719,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160200),(1160720,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160201),(1160721,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160202),(1160722,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160203),(1160723,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160204),(1160724,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160205),(1160725,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160206),(1160726,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160207),(1160727,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160208),(1160728,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160210),(1160729,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160211),(1160730,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160212),(1160731,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160213),(1160732,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160214),(1160733,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160215),(1160734,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160217),(1160735,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160218),(1160736,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160219),(1160737,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160220),(1160738,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160222),(1160739,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160223),(1160740,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160224),(1160741,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160225),(1160742,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160226),(1160743,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160227),(1160744,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160228),(1160745,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160230),(1160746,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160231),(1160747,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160232),(1160748,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160233),(1160749,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160234),(1160750,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160235),(1160751,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160236),(1160752,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160237),(1160753,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160239),(1160754,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160240),(1160755,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160241),(1160756,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160242),(1160757,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160243),(1160758,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160244),(1160759,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160245),(1160760,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160246),(1160761,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160247),(1160762,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160248),(1160763,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160249),(1160764,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160251),(1160765,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160252),(1160766,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160258),(1160767,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160259),(1160768,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160260),(1160769,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160261),(1160770,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160262),(1160771,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160263),(1160772,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160264),(1160773,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160266),(1160774,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160267),(1160775,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160268),(1160776,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160269),(1160777,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160270),(1160778,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160271),(1160779,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160272),(1160780,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160273),(1160781,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160274),(1160782,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160275),(1160783,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160276),(1160784,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160277),(1160785,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160278),(1160786,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160280),(1160787,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160281),(1160788,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1649160281),(1160789,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160282),(1160790,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160283),(1160791,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160284),(1160792,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160285),(1160793,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160286),(1160794,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160287),(1160795,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160288),(1160796,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160290),(1160797,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160291),(1160798,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160292),(1160799,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160293),(1160800,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160294),(1160801,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160295),(1160802,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160296),(1160803,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160297),(1160804,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160299),(1160805,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160300),(1160806,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160301),(1160807,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160302),(1160808,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160303),(1160809,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160305),(1160810,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160306),(1160811,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160307),(1160812,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160308),(1160813,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160309),(1160814,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160310),(1160815,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160311),(1160816,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160313),(1160817,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160314),(1160818,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160315),(1160819,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160316),(1160820,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160318),(1160821,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160319),(1160822,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160320),(1160823,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160321),(1160824,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160322),(1160825,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160323),(1160826,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160325),(1160827,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160326),(1160828,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160327),(1160829,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160328),(1160830,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160329),(1160831,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160330),(1160832,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160331),(1160833,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160333),(1160834,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160334),(1160835,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160335),(1160836,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160336),(1160837,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160337),(1160838,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160338),(1160839,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160339),(1160840,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160340),(1160841,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160341),(1160842,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160343),(1160843,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160344),(1160844,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160345),(1160845,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160346),(1160846,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160347),(1160847,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160348),(1160848,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160349),(1160849,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160350),(1160850,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160351),(1160851,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160352),(1160852,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160354),(1160853,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160355),(1160854,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160356),(1160855,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160357),(1160856,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160358),(1160857,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160360),(1160858,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160361),(1160859,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160362),(1160860,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160363),(1160861,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160364),(1160862,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160365),(1160863,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160367),(1160864,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160368),(1160865,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160369),(1160866,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160370),(1160867,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160371),(1160868,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160372),(1160869,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160373),(1160870,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160374),(1160871,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160376),(1160872,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160377),(1160873,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160378),(1160874,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160379),(1160875,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160380),(1160876,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160381),(1160877,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160382),(1160878,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160384),(1160879,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160385),(1160880,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160386),(1160881,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160388),(1160882,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160389),(1160883,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160390),(1160884,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160391),(1160885,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160392),(1160886,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160393),(1160887,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160394),(1160888,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160395),(1160889,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160396),(1160890,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160398),(1160891,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160399),(1160892,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160400),(1160893,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160401),(1160894,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160402),(1160895,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160403),(1160896,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160405),(1160897,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160406),(1160898,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160407),(1160899,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160408),(1160900,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160414),(1160901,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160415),(1160902,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160416),(1160903,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160417),(1160904,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160419),(1160905,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160420),(1160906,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160421),(1160907,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160422),(1160908,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160424),(1160909,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160425),(1160910,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160426),(1160911,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160427),(1160912,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160428),(1160913,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160430),(1160914,'guest','failed_login','Users','Session','tech1',0,0,'72.167.225.151',1649160430),(1160915,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160431),(1160916,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160432),(1160917,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160433),(1160918,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160434),(1160919,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160436),(1160920,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160437),(1160921,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160439),(1160922,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160440),(1160923,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160441),(1160924,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160442),(1160925,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160444),(1160926,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160445),(1160927,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160446),(1160928,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160447),(1160929,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160448),(1160930,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160449),(1160931,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160451),(1160932,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160452),(1160933,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160453),(1160934,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160455),(1160935,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160456),(1160936,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160457),(1160937,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160458),(1160938,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160459),(1160939,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160461),(1160940,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160462),(1160941,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160463),(1160942,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160464),(1160943,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160465),(1160944,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160466),(1160945,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160467),(1160946,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160469),(1160947,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160470),(1160948,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160471),(1160949,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160472),(1160950,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160473),(1160951,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160474),(1160952,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160476),(1160953,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160477),(1160954,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160478),(1160955,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160479),(1160956,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160480),(1160957,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160481),(1160958,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160482),(1160959,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160483),(1160960,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160484),(1160961,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160485),(1160962,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160486),(1160963,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160487),(1160964,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160488),(1160965,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160490),(1160966,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160491),(1160967,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160492),(1160968,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160493),(1160969,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160494),(1160970,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160496),(1160971,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160497),(1160972,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160498),(1160973,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160499),(1160974,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160501),(1160975,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160502),(1160976,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160503),(1160977,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160504),(1160978,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160506),(1160979,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160507),(1160980,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160508),(1160981,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160509),(1160982,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160510),(1160983,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160511),(1160984,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160512),(1160985,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160513),(1160986,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160514),(1160987,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160515),(1160988,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160517),(1160989,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160518),(1160990,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160519),(1160991,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160520),(1160992,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160521),(1160993,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160522),(1160994,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160524),(1160995,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160526),(1160996,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160527),(1160997,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160528),(1160998,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160530),(1160999,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160531),(1161000,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160532),(1161001,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160533),(1161002,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160535),(1161003,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160536),(1161004,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160537),(1161005,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160538),(1161006,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160539),(1161007,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160540),(1161008,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160543),(1161009,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160544),(1161010,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160545),(1161011,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160546),(1161012,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160547),(1161013,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160548),(1161014,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160550),(1161015,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160551),(1161016,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160552),(1161017,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160553),(1161018,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160554),(1161019,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160555),(1161020,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160556),(1161021,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160557),(1161022,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160558),(1161023,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160560),(1161024,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160561),(1161025,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160562),(1161026,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160563),(1161027,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160564),(1161028,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160565),(1161029,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160566),(1161030,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160567),(1161031,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160569),(1161032,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160570),(1161033,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160571),(1161034,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160572),(1161035,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160573),(1161036,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160574),(1161037,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160575),(1161038,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160576),(1161039,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160577),(1161040,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160578),(1161041,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160579),(1161042,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160581),(1161043,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160582),(1161044,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160583),(1161045,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160584),(1161046,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160585),(1161047,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160586),(1161048,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160587),(1161049,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160588),(1161050,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160589),(1161051,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160591),(1161052,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160592),(1161053,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160593),(1161054,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160594),(1161055,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160595),(1161056,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160596),(1161057,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160598),(1161058,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160599),(1161059,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160600),(1161060,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160601),(1161061,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160602),(1161062,'guest','failed_login','Users','Session','admin',0,0,'101.89.148.133',1649160604),(1161063,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160605),(1161064,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160606),(1161065,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160607),(1161066,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160608),(1161067,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160609),(1161068,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160610),(1161069,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160611),(1161070,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160612),(1161071,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160613),(1161072,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160615),(1161073,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160616),(1161074,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160617),(1161075,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160618),(1161076,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160619),(1161077,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160620),(1161078,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160621),(1161079,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160623),(1161080,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160624),(1161081,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160625),(1161082,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160626),(1161083,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160627),(1161084,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160629),(1161085,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160630),(1161086,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160631),(1161087,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160632),(1161088,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160633),(1161089,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160634),(1161090,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160635),(1161091,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160636),(1161092,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160637),(1161093,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160638),(1161094,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160640),(1161095,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160641),(1161096,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160642),(1161097,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160643),(1161098,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160644),(1161099,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160645),(1161100,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160646),(1161101,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160647),(1161102,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160648),(1161103,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160650),(1161104,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160651),(1161105,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160652),(1161106,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160654),(1161107,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160655),(1161108,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160656),(1161109,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160657),(1161110,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160658),(1161111,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160659),(1161112,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160661),(1161113,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160662),(1161114,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160663),(1161115,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160664),(1161116,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160665),(1161117,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160667),(1161118,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160668),(1161119,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160669),(1161120,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160671),(1161121,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160672),(1161122,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160673),(1161123,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160675),(1161124,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160676),(1161125,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160677),(1161126,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160678),(1161127,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160679),(1161128,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160680),(1161129,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160681),(1161130,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160683),(1161131,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160684),(1161132,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160685),(1161133,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160687),(1161134,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160688),(1161135,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160689),(1161136,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160690),(1161137,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160691),(1161138,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160692),(1161139,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160699),(1161140,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160700),(1161141,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160701),(1161142,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160702),(1161143,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160704),(1161144,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160705),(1161145,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160706),(1161146,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160708),(1161147,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160709),(1161148,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160710),(1161149,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160711),(1161150,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160713),(1161151,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160714),(1161152,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160715),(1161153,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160716),(1161154,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160717),(1161155,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160719),(1161156,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160720),(1161157,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160721),(1161158,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160722),(1161159,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160723),(1161160,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160724),(1161161,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160726),(1161162,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160727),(1161163,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160728),(1161164,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160729),(1161165,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160731),(1161166,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160732),(1161167,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160733),(1161168,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160734),(1161169,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160735),(1161170,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160736),(1161171,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160737),(1161172,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160738),(1161173,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160740),(1161174,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160741),(1161175,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160742),(1161176,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160743),(1161177,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160744),(1161178,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160745),(1161179,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160746),(1161180,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160747),(1161181,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160749),(1161182,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160750),(1161183,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160751),(1161184,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160752),(1161185,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160753),(1161186,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160754),(1161187,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160755),(1161188,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160758),(1161189,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160759),(1161190,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160760),(1161191,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160761),(1161192,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160762),(1161193,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160763),(1161194,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160764),(1161195,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160765),(1161196,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160766),(1161197,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160767),(1161198,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160768),(1161199,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160770),(1161200,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160771),(1161201,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160772),(1161202,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160773),(1161203,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160774),(1161204,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160776),(1161205,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160777),(1161206,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160778),(1161207,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160779),(1161208,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160780),(1161209,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160781),(1161210,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160782),(1161211,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160784),(1161212,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160785),(1161213,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160786),(1161214,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160787),(1161215,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160788),(1161216,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160789),(1161217,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160790),(1161218,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160792),(1161219,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160793),(1161220,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160794),(1161221,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160795),(1161222,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160796),(1161223,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160797),(1161224,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160798),(1161225,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160800),(1161226,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160801),(1161227,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160802),(1161228,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160803),(1161229,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160804),(1161230,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160805),(1161231,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160806),(1161232,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160807),(1161233,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160808),(1161234,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160809),(1161235,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160811),(1161236,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160812),(1161237,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160813),(1161238,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160814),(1161239,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160815),(1161240,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160816),(1161241,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160817),(1161242,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160818),(1161243,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160820),(1161244,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160821),(1161245,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160822),(1161246,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160823),(1161247,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160824),(1161248,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160825),(1161249,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160826),(1161250,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160827),(1161251,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160828),(1161252,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160830),(1161253,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160831),(1161254,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160832),(1161255,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160833),(1161256,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160834),(1161257,'guest','failed_login','Users','Session','tech1',0,0,'128.199.147.151',1649160835),(1161258,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160835),(1161259,'guest','failed_login','Users','Session','[login]',0,0,'128.199.147.151',1649160836),(1161260,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160836),(1161261,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160837),(1161262,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160838),(1161263,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160839),(1161264,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160840),(1161265,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160842),(1161266,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160843),(1161267,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160844),(1161268,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160845),(1161269,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160846),(1161270,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160848),(1161271,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160849),(1161272,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160850),(1161273,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160851),(1161274,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160852),(1161275,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160853),(1161276,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160854),(1161277,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160855),(1161278,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160856),(1161279,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160858),(1161280,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160859),(1161281,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160860),(1161282,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160861),(1161283,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160862),(1161284,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160863),(1161285,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160864),(1161286,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160865),(1161287,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160871),(1161288,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160872),(1161289,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160873),(1161290,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160875),(1161291,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160876),(1161292,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160877),(1161293,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160878),(1161294,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160879),(1161295,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160880),(1161296,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160882),(1161297,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160883),(1161298,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160885),(1161299,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160886),(1161300,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160887),(1161301,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160888),(1161302,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160889),(1161303,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160890),(1161304,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160891),(1161305,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160892),(1161306,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160893),(1161307,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160894),(1161308,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160895),(1161309,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160896),(1161310,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160898),(1161311,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160899),(1161312,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160900),(1161313,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160901),(1161314,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160902),(1161315,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160903),(1161316,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160904),(1161317,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160905),(1161318,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160906),(1161319,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160907),(1161320,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160908),(1161321,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160909),(1161322,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160911),(1161323,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160912),(1161324,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160913),(1161325,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160914),(1161326,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160915),(1161327,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160917),(1161328,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160918),(1161329,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160919),(1161330,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160920),(1161331,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160921),(1161332,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160922),(1161333,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160924),(1161334,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160925),(1161335,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160926),(1161336,'guest','failed_login','Users','Session','tech1',0,0,'184.168.116.203',1649160926),(1161337,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160927),(1161338,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160928),(1161339,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160929),(1161340,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160930),(1161341,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160931),(1161342,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160932),(1161343,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160933),(1161344,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160934),(1161345,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160935),(1161346,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160936),(1161347,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160937),(1161348,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160938),(1161349,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160940),(1161350,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160941),(1161351,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160942),(1161352,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160943),(1161353,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160944),(1161354,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160946),(1161355,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160947),(1161356,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160948),(1161357,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160949),(1161358,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160951),(1161359,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160952),(1161360,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160953),(1161361,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160954),(1161362,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160955),(1161363,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160956),(1161364,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160957),(1161365,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160958),(1161366,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160959),(1161367,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160960),(1161368,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160961),(1161369,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160963),(1161370,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160964),(1161371,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160965),(1161372,'guest','failed_login','Users','Session','drmap',0,0,'103.159.224.46',1649160965),(1161373,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160966),(1161374,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160967),(1161375,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160968),(1161376,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160969),(1161377,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160971),(1161378,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160972),(1161379,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160973),(1161380,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160974),(1161381,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160975),(1161382,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160976),(1161383,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160978),(1161384,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160979),(1161385,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160980),(1161386,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160981),(1161387,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160982),(1161388,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160983),(1161389,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160984),(1161390,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160985),(1161391,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160988),(1161392,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160989),(1161393,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160990),(1161394,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160991),(1161395,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160992),(1161396,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160993),(1161397,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160994),(1161398,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160995),(1161399,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160996),(1161400,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160997),(1161401,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649160998),(1161402,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161000),(1161403,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161001),(1161404,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161002),(1161405,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161003),(1161406,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161004),(1161407,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161005),(1161408,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161006),(1161409,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161007),(1161410,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161008),(1161411,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161010),(1161412,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161011),(1161413,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161012),(1161414,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161013),(1161415,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161014),(1161416,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161016),(1161417,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161017),(1161418,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161018),(1161419,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161019),(1161420,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161021),(1161421,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161022),(1161422,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161023),(1161423,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161024),(1161424,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161026),(1161425,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161027),(1161426,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161028),(1161427,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161029),(1161428,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161030),(1161429,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161031),(1161430,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161032),(1161431,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161033),(1161432,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161035),(1161433,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161036),(1161434,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161037),(1161435,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161038),(1161436,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161039),(1161437,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161040),(1161438,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161041),(1161439,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161042),(1161440,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161044),(1161441,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161045),(1161442,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161046),(1161443,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161047),(1161444,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161048),(1161445,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161049),(1161446,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161050),(1161447,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161052),(1161448,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161053),(1161449,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161054),(1161450,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161055),(1161451,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161056),(1161452,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161057),(1161453,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161058),(1161454,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161060),(1161455,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161061),(1161456,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161062),(1161457,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161063),(1161458,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161064),(1161459,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161065),(1161460,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161066),(1161461,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161067),(1161462,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161068),(1161463,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161069),(1161464,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161071),(1161465,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161072),(1161466,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161073),(1161467,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161074),(1161468,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161075),(1161469,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161076),(1161470,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161078),(1161471,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161079),(1161472,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161080),(1161473,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161082),(1161474,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161083),(1161475,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161084),(1161476,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161085),(1161477,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161086),(1161478,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161087),(1161479,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161088),(1161480,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161090),(1161481,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161091),(1161482,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161092),(1161483,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161093),(1161484,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161094),(1161485,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161095),(1161486,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161096),(1161487,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161098),(1161488,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161099),(1161489,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161100),(1161490,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161101),(1161491,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161102),(1161492,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161103),(1161493,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161104),(1161494,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161106),(1161495,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161107),(1161496,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161108),(1161497,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161109),(1161498,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161111),(1161499,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161112),(1161500,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161113),(1161501,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161114),(1161502,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161115),(1161503,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161116),(1161504,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161117),(1161505,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161118),(1161506,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161120),(1161507,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161121),(1161508,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161122),(1161509,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161123),(1161510,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161124),(1161511,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161125),(1161512,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161126),(1161513,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161127),(1161514,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161128),(1161515,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161129),(1161516,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161131),(1161517,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161132),(1161518,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161133),(1161519,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161134),(1161520,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161135),(1161521,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161136),(1161522,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161138),(1161523,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161139),(1161524,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161140),(1161525,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161141),(1161526,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161142),(1161527,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161143),(1161528,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161144),(1161529,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161146),(1161530,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161147),(1161531,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161148),(1161532,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161149),(1161533,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161150),(1161534,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161151),(1161535,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161152),(1161536,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161153),(1161537,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161154),(1161538,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161155),(1161539,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161157),(1161540,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161158),(1161541,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161159),(1161542,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161160),(1161543,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161161),(1161544,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161162),(1161545,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161163),(1161546,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161164),(1161547,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161165),(1161548,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161171),(1161549,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161173),(1161550,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161174),(1161551,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161175),(1161552,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161176),(1161553,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161177),(1161554,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161179),(1161555,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161180),(1161556,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161181),(1161557,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161182),(1161558,'guest','failed_login','Users','Session','tech1',0,0,'103.31.249.221',1649161183),(1161559,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161183),(1161560,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161184),(1161561,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161185),(1161562,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161187),(1161563,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161188),(1161564,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161189),(1161565,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161190),(1161566,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161191),(1161567,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161192),(1161568,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161193),(1161569,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161194),(1161570,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161195),(1161571,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161197),(1161572,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161198),(1161573,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161199),(1161574,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161200),(1161575,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161201),(1161576,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161202),(1161577,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161204),(1161578,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161205),(1161579,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161206),(1161580,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161207),(1161581,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161208),(1161582,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161209),(1161583,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161210),(1161584,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161212),(1161585,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161214),(1161586,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161215),(1161587,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161216),(1161588,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161217),(1161589,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161218),(1161590,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161220),(1161591,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161222),(1161592,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161224),(1161593,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161225),(1161594,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161226),(1161595,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161229),(1161596,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'101.89.148.133',1649161230),(1161597,'guest','failed_login','Users','Session','tech1',0,0,'137.59.109.212',1649161399),(1161598,'guest','failed_login','Users','Session','tech1',0,0,'103.31.207.110',1649161624),(1161599,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1649161624),(1161600,'guest','failed_login','Users','Session','[login]',0,0,'103.31.207.110',1649161624),(1161601,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.219',1649161849),(1161602,'guest','failed_login','Users','Session','tech1',0,0,'35.195.135.67',1649161902),(1161603,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.230',1649162011),(1161604,'guest','failed_login','Users','Session','drmap',0,0,'185.190.117.89',1649162299),(1161605,'guest','failed_login','Users','Session','tech1',0,0,'129.232.204.123',1649162325),(1161606,'guest','failed_login','Users','Session','[login]',0,0,'129.232.204.123',1649162326),(1161607,'guest','failed_login','Users','Session','tech1',0,0,'77.77.150.95',1649162409),(1161608,'guest','failed_login','Users','Session','tech1',0,0,'52.234.178.100',1649162525),(1161609,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.19',1649162597),(1161610,'guest','failed_login','Users','Session','tech1',0,0,'35.247.159.133',1649162890),(1161611,'guest','failed_login','Users','Session','tech1',0,0,'47.97.204.2',1649163394),(1161612,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649163638),(1161613,'guest','failed_login','Users','Session','tech1',0,0,'51.222.108.216',1649163700),(1161614,'guest','failed_login','Users','Session','[login]',0,0,'51.222.108.216',1649163701),(1161615,'guest','failed_login','Users','Session','tech1',0,0,'167.172.133.111',1649163901),(1161616,'guest','failed_login','Users','Session','tech1',0,0,'109.234.161.67',1649164406),(1161617,'guest','failed_login','Users','Session','tech1',0,0,'185.254.29.8',1649164468),(1161618,'guest','failed_login','Users','Session','[login]',0,0,'185.254.29.8',1649164469),(1161619,'guest','failed_login','Users','Session','tech1',0,0,'27.111.82.74',1649164884),(1161620,'guest','failed_login','Users','Session','tech1',0,0,'34.66.74.132',1649165210),(1161621,'guest','failed_login','Users','Session','[login]',0,0,'34.66.74.132',1649165210),(1161622,'guest','failed_login','Users','Session','tech1',0,0,'103.1.237.254',1649165399),(1161623,'guest','failed_login','Users','Session','tech1',0,0,'147.182.203.28',1649165798),(1161624,'guest','failed_login','Users','Session','[login]',0,0,'147.182.203.28',1649165798),(1161625,'guest','failed_login','Users','Session','tech1',0,0,'88.208.209.101',1649165896),(1161626,'guest','failed_login','Users','Session','tech1',0,0,'101.37.28.132',1649166376),(1161627,'guest','failed_login','Users','Session','tech1',0,0,'62.28.184.124',1649166888),(1161628,'guest','failed_login','Users','Session','tech1',0,0,'118.27.103.110',1649167275),(1161629,'guest','failed_login','Users','Session','tech1',0,0,'43.241.58.180',1649167383),(1161630,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649167405),(1161631,'guest','failed_login','Users','Session','tech1',0,0,'185.191.76.228',1649167886),(1161632,'guest','failed_login','Users','Session','tech1',0,0,'104.248.235.74',1649167984),(1161633,'guest','failed_login','Users','Session','[login]',0,0,'104.248.235.74',1649167985),(1161634,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.82',1649168061),(1161635,'guest','failed_login','Users','Session','tech1',0,0,'37.228.136.74',1649168398),(1161636,'guest','failed_login','Users','Session','tech1',0,0,'45.10.150.106',1649168614),(1161637,'guest','failed_login','Users','Session','[login]',0,0,'45.10.150.106',1649168615),(1161638,'guest','failed_login','Users','Session','tech1',0,0,'116.12.48.101',1649169214),(1161639,'guest','failed_login','Users','Session','tech1',0,0,'2001:ba0:1800:80c9::1',1649169288),(1161640,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1649169410),(1161641,'guest','failed_login','Users','Session','tech1',0,0,'93.104.213.124',1649169743),(1161642,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:800:c1::2b8:f001',1649170060),(1161643,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.82',1649170194),(1161644,'guest','failed_login','Users','Session','tech1',0,0,'185.61.154.35',1649170258),(1161645,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649170323),(1161646,'guest','failed_login','Users','Session','tech1',0,0,'157.245.185.172',1649170749),(1161647,'guest','failed_login','Users','Session','[login]',0,0,'157.245.185.172',1649170749),(1161648,'guest','failed_login','Users','Session','tech1',0,0,'2a03:7720::14',1649170787),(1161649,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.230',1649171152),(1161650,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.62',1649171158),(1161651,'guest','failed_login','Users','Session','tech1',0,0,'35.213.170.208',1649171301),(1161652,'guest','failed_login','Users','Session','tech1',0,0,'104.248.235.74',1649171407),(1161653,'guest','failed_login','Users','Session','[login]',0,0,'104.248.235.74',1649171407),(1161654,'guest','failed_login','Users','Session','tech1',0,0,'109.234.161.67',1649171854),(1161655,'guest','failed_login','Users','Session','tech1',0,0,'51.144.118.166',1649172152),(1161656,'guest','failed_login','Users','Session','tech1',0,0,'66.115.173.18',1649172400),(1161657,'guest','failed_login','Users','Session','tech1',0,0,'189.90.138.212',1649172930),(1161658,'guest','failed_login','Users','Session','[login]',0,0,'189.90.138.212',1649172931),(1161659,'guest','failed_login','Users','Session','tech1',0,0,'80.246.1.193',1649172948),(1161660,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.43',1649173287),(1161661,'guest','failed_login','Users','Session','tech1',0,0,'35.211.94.153',1649173490),(1161662,'guest','failed_login','Users','Session','tech1',0,0,'45.32.222.26',1649173571),(1161663,'guest','failed_login','Users','Session','[login]',0,0,'45.32.222.26',1649173572),(1161664,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649173884),(1161665,'guest','failed_login','Users','Session','tech1',0,0,'2a03:7720::14',1649174038),(1161666,'guest','failed_login','Users','Session','tech1',0,0,'142.93.252.216',1649174220),(1161667,'guest','failed_login','Users','Session','[login]',0,0,'142.93.252.216',1649174220),(1161668,'guest','failed_login','Users','Session','tech1',0,0,'72.167.104.77',1649174580),(1161669,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649174661),(1161670,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.93',1649174753),(1161671,'guest','failed_login','Users','Session','tech1',0,0,'64.225.70.87',1649174950),(1161672,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::1124:d001',1649175149),(1161673,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.138',1649175199),(1161674,'guest','failed_login','Users','Session','tech1',0,0,'64.227.114.253',1649175681),(1161675,'guest','failed_login','Users','Session','[login]',0,0,'64.227.114.253',1649175682),(1161676,'guest','failed_login','Users','Session','tech1',0,0,'51.222.138.98',1649175719),(1161677,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.69',1649176019),(1161678,'guest','failed_login','Users','Session','tech1',0,0,'66.29.141.38',1649176286),(1161679,'guest','failed_login','Users','Session','tech1',0,0,'45.10.150.106',1649176422),(1161680,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1649176853),(1161681,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649177008),(1161682,'guest','failed_login','Users','Session','tech1',0,0,'45.32.222.26',1649177010),(1161683,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.230',1649177348),(1161684,'guest','failed_login','Users','Session','tech1',0,0,'64.37.52.95',1649177426),(1161685,'guest','failed_login','Users','Session','tech1',0,0,'85.128.143.154',1649177706),(1161686,'guest','failed_login','Users','Session','[login]',0,0,'85.128.143.154',1649177707),(1161687,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1649177992),(1161688,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1649178383),(1161689,'guest','failed_login','Users','Session','tech1',0,0,'212.115.42.7',1649178485),(1161690,'guest','failed_login','Users','Session','[login]',0,0,'212.115.42.7',1649178486),(1161691,'guest','failed_login','Users','Session','tech1',0,0,'34.64.218.102',1649178553),(1161692,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.43',1649178998),(1161693,'guest','failed_login','Users','Session','tech1',0,0,'103.159.224.46',1649179051),(1161694,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.26',1649179202),(1161695,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.61',1649179236),(1161696,'guest','failed_login','Users','Session','tech1',0,0,'47.98.152.210',1649179250),(1161697,'guest','failed_login','Users','Session','tech1',0,0,'68.65.122.206',1649179397),(1161698,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::2d:8001',1649179720),(1161699,'guest','failed_login','Users','Session','tech1',0,0,'184.168.116.113',1649180018),(1161700,'guest','failed_login','Users','Session','tech1',0,0,'216.172.172.65',1649180322),(1161701,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1649180333),(1161702,'guest','failed_login','Users','Session','tech1',0,0,'2600:3c00::f03c:91ff:fe29:e8e6',1649180539),(1161703,'guest','failed_login','Users','Session','[login]',0,0,'2600:3c00::f03c:91ff:fe29:e8e6',1649180540),(1161704,'guest','failed_login','Users','Session','tech1',0,0,'162.214.208.84',1649180540),(1161705,'guest','failed_login','Users','Session','tech1',0,0,'185.61.154.35',1649180789),(1161706,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.59',1649180794),(1161707,'guest','failed_login','Users','Session','tech1',0,0,'103.159.224.46',1649181003),(1161708,'guest','failed_login','Users','Session','tech1',0,0,'167.99.12.57',1649181231),(1161709,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.43',1649181260),(1161710,'guest','failed_login','Users','Session','tech1',0,0,'2401:2500:204:1104:153:127:13:70',1649181323),(1161711,'guest','failed_login','Users','Session','[login]',0,0,'2401:2500:204:1104:153:127:13:70',1649181323),(1161712,'guest','failed_login','Users','Session','tech1',0,0,'184.168.99.160',1649181435),(1161713,'guest','failed_login','Users','Session','tech1',0,0,'209.159.150.110',1649181650),(1161714,'guest','failed_login','Users','Session','tech1',0,0,'31.177.95.36',1649181935),(1161715,'guest','failed_login','Users','Session','tech1',0,0,'128.199.221.125',1649182042),(1161716,'guest','failed_login','Users','Session','tech1',0,0,'149.62.171.31',1649182068),(1161717,'guest','failed_login','Users','Session','tech1',0,0,'70.40.220.70',1649182296),(1161718,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4f71',1649182492),(1161719,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649182593),(1161720,'guest','failed_login','Users','Session','tech1',0,0,'54.251.150.149',1649182644),(1161721,'guest','failed_login','Users','Session','[login]',0,0,'54.251.150.149',1649182645),(1161722,'guest','failed_login','Users','Session','tech1',0,0,'103.111.30.40',1649182693),(1161723,'guest','failed_login','Users','Session','tech1',0,0,'64.227.0.234',1649182897),(1161724,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.43',1649183151),(1161725,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.138',1649183204),(1161726,'guest','failed_login','Users','Session','tech1',0,0,'142.93.170.99',1649183288),(1161727,'guest','failed_login','Users','Session','tech1',0,0,'94.247.172.123',1649183407),(1161728,'guest','failed_login','Users','Session','[login]',0,0,'94.247.172.123',1649183407),(1161729,'guest','failed_login','Users','Session','tech1',0,0,'80.251.219.111',1649183493),(1161730,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649183620),(1161731,'guest','failed_login','Users','Session','tech1',0,0,'137.59.109.212',1649183678),(1161732,'guest','failed_login','Users','Session','tech1',0,0,'92.205.3.203',1649183888),(1161733,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::cdb4',1649184088),(1161734,'guest','failed_login','Users','Session','tech1',0,0,'13.90.103.22',1649184177),(1161735,'guest','failed_login','Users','Session','[login]',0,0,'13.90.103.22',1649184178),(1161736,'guest','failed_login','Users','Session','tech1',0,0,'92.205.5.106',1649184283),(1161737,'guest','failed_login','Users','Session','tech1',0,0,'92.204.220.57',1649184478),(1161738,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.230',1649184587),(1161739,'guest','failed_login','Users','Session','tech1',0,0,'184.168.103.64',1649184665),(1161740,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.230',1649184689),(1161741,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.75',1649184816),(1161742,'guest','failed_login','Users','Session','tech1',0,0,'77.77.150.95',1649184874),(1161743,'guest','failed_login','Users','Session','tech1',0,0,'211.238.13.155',1649184898),(1161744,'guest','failed_login','Users','Session','[login]',0,0,'211.238.13.155',1649184899),(1161745,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.59',1649184997),(1161746,'guest','failed_login','Users','Session','tech1',0,0,'185.61.153.77',1649185073),(1161747,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1649185154),(1161748,'guest','failed_login','Users','Session','tech1',0,0,'92.205.15.94',1649185271),(1161749,'guest','failed_login','Users','Session','tech1',0,0,'132.148.194.138',1649185457),(1161750,'guest','failed_login','Users','Session','tech1',0,0,'141.94.87.67',1649185540),(1161751,'guest','failed_login','Users','Session','tech1',0,0,'62.233.120.26',1649185664),(1161752,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649185685),(1161753,'guest','failed_login','Users','Session','tech1',0,0,'35.202.241.36',1649185863),(1161754,'guest','failed_login','Users','Session','tech1',0,0,'66.29.141.50',1649186048),(1161755,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1649186124),(1161756,'guest','failed_login','Users','Session','tech1',0,0,'137.184.31.14',1649186232),(1161757,'guest','failed_login','Users','Session','[login]',0,0,'137.184.31.14',1649186233),(1161758,'guest','failed_login','Users','Session','tech1',0,0,'184.168.102.202',1649186245),(1161759,'guest','failed_login','Users','Session','tech1',0,0,'2001:1418:14:100::47',1649186459),(1161760,'guest','failed_login','Users','Session','tech1',0,0,'62.233.120.26',1649186653),(1161761,'guest','failed_login','Users','Session','tech1',0,0,'92.204.212.36',1649186850),(1161762,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649186963),(1161763,'guest','failed_login','Users','Session','tech1',0,0,'2a04:3543:1000:2310:bcde:32ff:fea3:56c4',1649187029),(1161764,'guest','failed_login','Users','Session','[login]',0,0,'2a04:3543:1000:2310:bcde:32ff:fea3:56c4',1649187029),(1161765,'guest','failed_login','Users','Session','tech1',0,0,'51.222.138.98',1649187035),(1161766,'guest','failed_login','Users','Session','tech1',0,0,'104.131.108.143',1649187234),(1161767,'guest','failed_login','Users','Session','tech1',0,0,'217.160.131.45',1649187429),(1161768,'guest','failed_login','Users','Session','tech1',0,0,'92.205.15.94',1649187646),(1161769,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::44ef',1649187683),(1161770,'guest','failed_login','Users','Session','[login]',0,0,'2a00:d680:20:50::44ef',1649187684),(1161771,'guest','failed_login','Users','Session','tech1',0,0,'93.177.103.170',1649187825),(1161772,'guest','failed_login','Users','Session','tech1',0,0,'82.97.10.157',1649188037),(1161773,'guest','failed_login','Users','Session','tech1',0,0,'88.87.206.123',1649188224),(1161774,'guest','failed_login','Users','Session','tech1',0,0,'91.82.85.177',1649188294),(1161775,'guest','failed_login','Users','Session','[login]',0,0,'91.82.85.177',1649188305),(1161776,'guest','failed_login','Users','Session','tech1',0,0,'111.93.56.221',1649188440),(1161777,'guest','failed_login','Users','Session','tech1',0,0,'47.105.153.104',1649188629),(1161778,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.82',1649188710),(1161779,'guest','failed_login','Users','Session','tech1',0,0,'107.180.124.232',1649188849),(1161780,'guest','failed_login','Users','Session','tech1',0,0,'172.93.52.52',1649189098),(1161781,'guest','failed_login','Users','Session','[login]',0,0,'172.93.52.52',1649189098),(1161782,'guest','failed_login','Users','Session','tech1',0,0,'103.42.58.102',1649189118),(1161783,'guest','failed_login','Users','Session','tech1',0,0,'72.167.69.214',1649189320),(1161784,'guest','failed_login','Users','Session','tech1',0,0,'35.198.137.137',1649189530),(1161785,'guest','failed_login','Users','Session','tech1',0,0,'93.177.103.170',1649189735),(1161786,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.43',1649189833),(1161787,'guest','failed_login','Users','Session','tech1',0,0,'120.55.169.254',1649189885),(1161788,'guest','failed_login','Users','Session','[login]',0,0,'120.55.169.254',1649189887),(1161789,'guest','failed_login','Users','Session','tech1',0,0,'37.228.136.74',1649189946),(1161790,'guest','failed_login','Users','Session','tech1',0,0,'184.168.99.48',1649190134),(1161791,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649190237),(1161792,'guest','failed_login','Users','Session','tech1',0,0,'91.123.18.217',1649190352),(1161793,'guest','failed_login','Users','Session','tech1',0,0,'93.104.213.124',1649190548),(1161794,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649190696),(1161795,'guest','failed_login','Users','Session','tech1',0,0,'92.205.0.132',1649190748),(1161796,'guest','failed_login','Users','Session','tech1',0,0,'162.0.232.52',1649190938),(1161797,'guest','failed_login','Users','Session','tech1',0,0,'194.163.142.38',1649191120),(1161798,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1649191152),(1161799,'guest','failed_login','Users','Session','tech1',0,0,'5.189.138.128',1649191343),(1161800,'guest','failed_login','Users','Session','tech1',0,0,'72.167.67.229',1649191531),(1161801,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::cdb4',1649191748),(1161802,'guest','failed_login','Users','Session','tech1',0,0,'2a04:3543:1000:2310:bcde:32ff:fea3:56c4',1649191852),(1161803,'guest','failed_login','Users','Session','tech1',0,0,'184.168.98.254',1649191926),(1161804,'guest','failed_login','Users','Session','tech1',0,0,'107.180.103.185',1649192123),(1161805,'guest','failed_login','Users','Session','tech1',0,0,'162.214.145.74',1649192322),(1161806,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.155',1649192358),(1161807,'guest','failed_login','Users','Session','tech1',0,0,'78.12.0.105',1649192502),(1161808,'guest','failed_login','Users','Session','[login]',0,0,'78.12.0.105',1649192502),(1161809,'guest','failed_login','Users','Session','tech1',0,0,'103.129.178.69',1649192517),(1161810,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.67',1649192702),(1161811,'guest','failed_login','Users','Session','tech1',0,0,'43.129.212.158',1649192713),(1161812,'guest','failed_login','Users','Session','tech1',0,0,'42.200.169.14',1649192913),(1161813,'guest','failed_login','Users','Session','tech1',0,0,'184.168.102.151',1649193104),(1161814,'guest','failed_login','Users','Session','tech1',0,0,'128.134.187.112',1649193189),(1161815,'guest','failed_login','Users','Session','[login]',0,0,'128.134.187.112',1649193189),(1161816,'guest','failed_login','Users','Session','tech1',0,0,'62.233.120.26',1649193314),(1161817,'guest','failed_login','Users','Session','tech1',0,0,'92.205.15.94',1649193515),(1161818,'guest','failed_login','Users','Session','tech1',0,0,'185.61.154.35',1649193714),(1161819,'guest','failed_login','Users','Session','tech1',0,0,'143.110.184.46',1649193823),(1161820,'guest','failed_login','Users','Session','[login]',0,0,'143.110.184.46',1649193828),(1161821,'guest','failed_login','Users','Session','tech1',0,0,'141.94.21.233',1649193916),(1161822,'guest','failed_login','Users','Session','tech1',0,0,'109.233.192.83',1649194119),(1161823,'guest','failed_login','Users','Session','tech1',0,0,'115.159.148.91',1649194306),(1161824,'guest','failed_login','Users','Session','tech1',0,0,'184.168.115.128',1649194503),(1161825,'guest','failed_login','Users','Session','tech1',0,0,'202.28.34.99',1649194560),(1161826,'guest','failed_login','Users','Session','tech1',0,0,'141.94.21.233',1649194718),(1161827,'guest','failed_login','Users','Session','tech1',0,0,'68.65.122.149',1649194903),(1161828,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.155',1649195073),(1161829,'guest','failed_login','Users','Session','tech1',0,0,'46.101.103.136',1649195116),(1161830,'guest','failed_login','Users','Session','tech1',0,0,'47.93.61.192',1649195312),(1161831,'guest','failed_login','Users','Session','tech1',0,0,'35.239.95.80',1649195334),(1161832,'guest','failed_login','Users','Session','[login]',0,0,'35.239.95.80',1649195334),(1161833,'guest','failed_login','Users','Session','tech1',0,0,'103.159.84.77',1649195521),(1161834,'guest','failed_login','Users','Session','tech1',0,0,'137.184.22.7',1649195703),(1161835,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:115b::bcf:e319',1649195922),(1161836,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.19',1649196104),(1161837,'guest','failed_login','Users','Session','tech1',0,0,'50.59.99.143',1649196113),(1161838,'guest','failed_login','Users','Session','tech1',0,0,'184.168.114.187',1649196315),(1161839,'guest','failed_login','Users','Session','tech1',0,0,'162.0.232.52',1649196500),(1161840,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.138',1649196533),(1161841,'guest','failed_login','Users','Session','tech1',0,0,'2a04:3543:1000:2310:907e:12ff:fef0:35fd',1649196686),(1161842,'guest','failed_login','Users','Session','tech1',0,0,'208.109.72.154',1649196702),(1161843,'guest','failed_login','Users','Session','tech1',0,0,'162.0.232.52',1649196899),(1161844,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649196948),(1161845,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1649197012),(1161846,'guest','failed_login','Users','Session','tech1',0,0,'148.72.203.102',1649197102),(1161847,'guest','failed_login','Users','Session','tech1',0,0,'171.244.21.74',1649197325),(1161848,'guest','failed_login','Users','Session','tech1',0,0,'154.61.75.248',1649197422),(1161849,'guest','failed_login','Users','Session','[login]',0,0,'154.61.75.248',1649197422),(1161850,'guest','failed_login','Users','Session','tech1',0,0,'95.128.46.215',1649197525),(1161851,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.230',1649197728),(1161852,'guest','failed_login','Users','Session','tech1',0,0,'2604:2dc0:200:1378::',1649197739),(1161853,'guest','failed_login','Users','Session','tech1',0,0,'104.131.108.143',1649197974),(1161854,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1649198188),(1161855,'guest','failed_login','Users','Session','tech1',0,0,'93.125.1.35',1649198219),(1161856,'guest','failed_login','Users','Session','[login]',0,0,'93.125.1.35',1649198220),(1161857,'guest','failed_login','Users','Session','tech1',0,0,'39.100.228.235',1649198432),(1161858,'guest','failed_login','Users','Session','tech1',0,0,'104.131.108.143',1649198632),(1161859,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649198824),(1161860,'guest','failed_login','Users','Session','tech1',0,0,'103.121.91.38',1649198847),(1161861,'guest','failed_login','Users','Session','tech1',0,0,'85.128.143.109',1649198916),(1161862,'guest','failed_login','Users','Session','[login]',0,0,'85.128.143.109',1649198916),(1161863,'guest','failed_login','Users','Session','tech1',0,0,'208.109.68.1',1649199080),(1161864,'guest','failed_login','Users','Session','tech1',0,0,'109.233.192.83',1649199299),(1161865,'guest','failed_login','Users','Session','tech1',0,0,'74.208.252.140',1649199510),(1161866,'guest','failed_login','Users','Session','tech1',0,0,'103.245.72.30',1649199545),(1161867,'guest','failed_login','Users','Session','[login]',0,0,'103.245.72.30',1649199546),(1161868,'guest','failed_login','Users','Session','tech1',0,0,'103.109.30.30',1649199752),(1161869,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.155',1649199860),(1161870,'guest','failed_login','Users','Session','tech1',0,0,'51.254.101.166',1649199941),(1161871,'guest','failed_login','Users','Session','tech1',0,0,'184.168.96.143',1649200141),(1161872,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.75',1649200195),(1161873,'guest','failed_login','Users','Session','tech1',0,0,'34.68.4.41',1649200310),(1161874,'guest','failed_login','Users','Session','[login]',0,0,'34.68.4.41',1649200311),(1161875,'guest','failed_login','Users','Session','tech1',0,0,'184.168.103.64',1649200363),(1161876,'guest','failed_login','Users','Session','tech1',0,0,'194.5.175.15',1649200588),(1161877,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.230',1649200684),(1161878,'guest','failed_login','Users','Session','tech1',0,0,'34.64.218.102',1649200786),(1161879,'guest','failed_login','Users','Session','tech1',0,0,'66.42.52.221',1649200821),(1161880,'guest','failed_login','Users','Session','tech1',0,0,'46.101.95.65',1649201024),(1161881,'guest','failed_login','Users','Session','tech1',0,0,'157.245.102.26',1649201211),(1161882,'guest','failed_login','Users','Session','tech1',0,0,'173.201.176.23',1649201228),(1161883,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.106',1649201455),(1161884,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.155',1649201490),(1161885,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.19',1649201546),(1161886,'guest','failed_login','Users','Session','tech1',0,0,'2600:3c02::f03c:92ff:fe64:7018',1649201626),(1161887,'guest','failed_login','Users','Session','[login]',0,0,'2600:3c02::f03c:92ff:fe64:7018',1649201627),(1161888,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4a10',1649201690),(1161889,'guest','failed_login','Users','Session','tech1',0,0,'103.74.118.242',1649201901),(1161890,'guest','failed_login','Users','Session','tech1',0,0,'208.109.174.214',1649202131),(1161891,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.43',1649202173),(1161892,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:868:6f00::66:2943',1649202183),(1161893,'guest','failed_login','Users','Session','[login]',0,0,'2607:f1c0:868:6f00::66:2943',1649202184),(1161894,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1649202373),(1161895,'guest','failed_login','Users','Session','tech1',0,0,'158.255.80.210',1649202601),(1161896,'guest','failed_login','Users','Session','tech1',0,0,'2607:5300:60:31b3::',1649202665),(1161897,'guest','failed_login','Users','Session','tech1',0,0,'2001:1418:14:100::47',1649202826),(1161898,'guest','failed_login','Users','Session','tech1',0,0,'198.54.114.95',1649203042),(1161899,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.62',1649203067),(1161900,'guest','failed_login','Users','Session','tech1',0,0,'35.185.207.50',1649203196),(1161901,'guest','failed_login','Users','Session','[login]',0,0,'35.185.207.50',1649203196),(1161902,'guest','failed_login','Users','Session','tech1',0,0,'147.139.37.149',1649203286),(1161903,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.62',1649203332),(1161904,'guest','failed_login','Users','Session','tech1',0,0,'103.3.246.217',1649203510),(1161905,'guest','failed_login','Users','Session','tech1',0,0,'68.178.223.225',1649203737),(1161906,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::fb6:1001',1649203762),(1161907,'guest','failed_login','Users','Session','[login]',0,0,'2400:6180:0:d0::fb6:1001',1649203762),(1161908,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a044::b4b:5afd',1649203976),(1161909,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649204162),(1161910,'guest','failed_login','Users','Session','tech1',0,0,'211.110.139.214',1649204216),(1161911,'guest','failed_login','Users','Session','tech1',0,0,'52.196.143.169',1649204276),(1161912,'guest','failed_login','Users','Session','[login]',0,0,'52.196.143.169',1649204276),(1161913,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.62',1649204346),(1161914,'guest','failed_login','Users','Session','tech1',0,0,'47.241.26.170',1649204428),(1161915,'guest','failed_login','Users','Session','tech1',0,0,'211.115.65.107',1649204661),(1161916,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::44ef',1649204800),(1161917,'guest','failed_login','Users','Session','[login]',0,0,'2a00:d680:20:50::44ef',1649204800),(1161918,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1649204888),(1161919,'guest','failed_login','Users','Session','tech1',0,0,'184.168.115.25',1649204913),(1161920,'guest','failed_login','Users','Session','tech1',0,0,'123.31.41.38',1649205140),(1161921,'guest','failed_login','Users','Session','tech1',0,0,'52.196.143.169',1649205300),(1161922,'guest','failed_login','Users','Session','[login]',0,0,'52.196.143.169',1649205301),(1161923,'guest','failed_login','Users','Session','tech1',0,0,'92.205.12.69',1649205391),(1161924,'guest','failed_login','Users','Session','tech1',0,0,'198.20.170.59',1649205633),(1161925,'guest','failed_login','Users','Session','tech1',0,0,'2607:5300:60:31b3::',1649205851),(1161926,'guest','failed_login','Users','Session','[login]',0,0,'2607:5300:60:31b3::',1649205851),(1161927,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.26',1649205880),(1161928,'guest','failed_login','Users','Session','tech1',0,0,'51.254.101.166',1649205886),(1161929,'guest','failed_login','Users','Session','tech1',0,0,'81.70.151.13',1649206120),(1161930,'guest','failed_login','Users','Session','tech1',0,0,'92.205.10.70',1649206382),(1161931,'guest','failed_login','Users','Session','tech1',0,0,'92.205.10.70',1649206629),(1161932,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.62',1649206723),(1161933,'guest','failed_login','Users','Session','tech1',0,0,'66.23.252.226',1649206887),(1161934,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649206982),(1161935,'guest','failed_login','Users','Session','tech1',0,0,'47.242.248.94',1649206983),(1161936,'guest','failed_login','Users','Session','[login]',0,0,'47.242.248.94',1649206985),(1161937,'guest','failed_login','Users','Session','tech1',0,0,'150.95.24.78',1649207124),(1161938,'guest','failed_login','Users','Session','tech1',0,0,'184.168.112.33',1649207390),(1161939,'guest','failed_login','Users','Session','tech1',0,0,'2607:f130:0:107:d6ae:52ff:febb:96a',1649207460),(1161940,'guest','failed_login','Users','Session','tech1',0,0,'2001:1418:14:100::47',1649207649),(1161941,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.43',1649207811),(1161942,'guest','failed_login','Users','Session','tech1',0,0,'103.116.16.173',1649207895),(1161943,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.61',1649207961),(1161944,'guest','failed_login','Users','Session','tech1',0,0,'103.77.160.73',1649207961),(1161945,'guest','failed_login','Users','Session','[login]',0,0,'103.77.160.73',1649207962),(1161946,'guest','failed_login','Users','Session','tech1',0,0,'34.87.44.101',1649208161),(1161947,'guest','failed_login','Users','Session','tech1',0,0,'103.1.237.254',1649208416),(1161948,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.93',1649208510),(1161949,'guest','failed_login','Users','Session','tech1',0,0,'157.245.102.26',1649208545),(1161950,'guest','failed_login','Users','Session','tech1',0,0,'82.221.131.116',1649208694),(1161951,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.82',1649208716),(1161952,'guest','failed_login','Users','Session','tech1',0,0,'213.136.69.132',1649208953),(1161953,'guest','failed_login','Users','Session','tech1',0,0,'45.32.222.26',1649209140),(1161954,'guest','failed_login','Users','Session','[login]',0,0,'45.32.222.26',1649209140),(1161955,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1649209222),(1161956,'guest','failed_login','Users','Session','tech1',0,0,'184.168.112.33',1649209480),(1161957,'guest','failed_login','Users','Session','tech1',0,0,'45.125.239.234',1649209742),(1161958,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.43',1649209905),(1161959,'guest','failed_login','Users','Session','tech1',0,0,'92.204.220.57',1649210017),(1161960,'guest','failed_login','Users','Session','tech1',0,0,'104.248.235.74',1649210171),(1161961,'guest','failed_login','Users','Session','[login]',0,0,'104.248.235.74',1649210171),(1161962,'guest','failed_login','Users','Session','tech1',0,0,'125.227.127.195',1649210278),(1161963,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1649210336),(1161964,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.62',1649210390),(1161965,'guest','failed_login','Users','Session','tech1',0,0,'167.99.12.57',1649210564),(1161966,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.43',1649210645),(1161967,'guest','failed_login','Users','Session','tech1',0,0,'2a03:6f00:6:1::517:3364',1649210700),(1161968,'guest','failed_login','Users','Session','[login]',0,0,'2a03:6f00:6:1::517:3364',1649210700),(1161969,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.19',1649210723),(1161970,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649210832),(1161971,'guest','failed_login','Users','Session','tech1',0,0,'104.45.41.45',1649210847),(1161972,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.230',1649211084),(1161973,'guest','failed_login','Users','Session','tech1',0,0,'103.233.2.147',1649211096),(1161974,'guest','failed_login','Users','Session','tech1',0,0,'103.1.239.209',1649211326),(1161975,'guest','failed_login','Users','Session','tech1',0,0,'198.20.170.59',1649211382),(1161976,'guest','failed_login','Users','Session','tech1',0,0,'47.97.204.2',1649211648),(1161977,'guest','failed_login','Users','Session','tech1',0,0,'184.168.102.202',1649211934),(1161978,'guest','failed_login','Users','Session','tech1',0,0,'13.90.103.22',1649211958),(1161979,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.62',1649212329),(1161980,'guest','failed_login','Users','Session','tech1',0,0,'93.104.213.124',1649212505),(1161981,'guest','failed_login','Users','Session','tech1',0,0,'118.70.81.210',1649212528),(1161982,'guest','failed_login','Users','Session','[login]',0,0,'118.70.81.210',1649212528),(1161983,'guest','failed_login','Users','Session','tech1',0,0,'5.160.200.204',1649212800),(1161984,'guest','failed_login','Users','Session','tech1',0,0,'2607:5300:60:31b3::',1649212996),(1161985,'guest','failed_login','Users','Session','[login]',0,0,'2607:5300:60:31b3::',1649212996),(1161986,'guest','failed_login','Users','Session','tech1',0,0,'184.168.115.185',1649213080),(1161987,'guest','failed_login','Users','Session','tech1',0,0,'107.180.103.185',1649213380),(1161988,'guest','failed_login','Users','Session','tech1',0,0,'2a01:488:67:1000:253d:cc4f:0:1',1649213526),(1161989,'guest','failed_login','Users','Session','[login]',0,0,'2a01:488:67:1000:253d:cc4f:0:1',1649213527),(1161990,'guest','failed_login','Users','Session','tech1',0,0,'103.121.91.38',1649213662),(1161991,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.138',1649213939),(1161992,'guest','failed_login','Users','Session','tech1',0,0,'47.74.17.225',1649213964),(1161993,'guest','failed_login','Users','Session','tech1',0,0,'52.21.0.38',1649214083),(1161994,'guest','failed_login','Users','Session','[login]',0,0,'52.21.0.38',1649214083),(1161995,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.155',1649214351),(1161996,'guest','failed_login','Users','Session','tech1',0,0,'103.233.2.147',1649214572),(1161997,'guest','failed_login','Users','Session','tech1',0,0,'206.189.109.181',1649214679),(1161998,'guest','failed_login','Users','Session','[login]',0,0,'206.189.109.181',1649214679),(1161999,'guest','failed_login','Users','Session','tech1',0,0,'31.177.95.116',1649214875),(1162000,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1649214960),(1162001,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649215145),(1162002,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4a10',1649215197),(1162003,'guest','failed_login','Users','Session','tech1',0,0,'72.167.67.229',1649215480),(1162004,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.43',1649215640),(1162005,'guest','failed_login','Users','Session','tech1',0,0,'103.129.178.69',1649215793),(1162006,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c2c:50d9::1',1649215812),(1162007,'guest','failed_login','Users','Session','[login]',0,0,'2a01:4f8:c2c:50d9::1',1649215812),(1162008,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1649215995),(1162009,'guest','failed_login','Users','Session','tech1',0,0,'211.110.139.214',1649216122),(1162010,'guest','failed_login','Users','Session','tech1',0,0,'122.241.114.28',1649216129),(1162011,'guest','failed_login','Users','Session','tech1',0,0,'103.205.64.183',1649216332),(1162012,'guest','failed_login','Users','Session','tech1',0,0,'72.167.65.133',1649216420),(1162013,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1649216735),(1162014,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c2c:50d9::1',1649216860),(1162015,'guest','failed_login','Users','Session','tech1',0,0,'42.200.169.14',1649217037),(1162016,'guest','failed_login','Users','Session','tech1',0,0,'116.62.155.4',1649217358),(1162017,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.155',1649217413),(1162018,'guest','failed_login','Users','Session','tech1',0,0,'151.236.57.12',1649217485),(1162019,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649217489),(1162020,'guest','failed_login','Users','Session','tech1',0,0,'88.135.37.49',1649217676),(1162021,'guest','failed_login','Users','Session','tech1',0,0,'35.189.244.63',1649218022),(1162022,'guest','failed_login','Users','Session','tech1',0,0,'38.242.248.74',1649218076),(1162023,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::2d:8001',1649218320),(1162024,'guest','failed_login','Users','Session','tech1',0,0,'2a04:3543:1000:2310:907e:12ff:fef0:35fd',1649218590),(1162025,'guest','failed_login','Users','Session','tech1',0,0,'80.251.219.111',1649218666),(1162026,'guest','failed_login','Users','Session','tech1',0,0,'72.167.104.77',1649218987),(1162027,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:868:6f00::66:2943',1649219088),(1162028,'guest','failed_login','Users','Session','tech1',0,0,'103.146.202.150',1649219303),(1162029,'guest','failed_login','Users','Session','tech1',0,0,'45.119.213.225',1649219652),(1162030,'guest','failed_login','Users','Session','tech1',0,0,'212.64.64.223',1649219689),(1162031,'guest','failed_login','Users','Session','tech1',0,0,'109.233.192.83',1649219989),(1162032,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1649220232),(1162033,'guest','failed_login','Users','Session','tech1',0,0,'185.136.206.6',1649220253),(1162034,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.67',1649220295),(1162035,'guest','failed_login','Users','Session','tech1',0,0,'103.3.246.217',1649220323),(1162036,'guest','failed_login','Users','Session','tech1',0,0,'206.81.16.252',1649220658),(1162037,'guest','failed_login','Users','Session','tech1',0,0,'35.205.253.151',1649220891),(1162038,'guest','failed_login','Users','Session','[login]',0,0,'35.205.253.151',1649220891),(1162039,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.19',1649221205),(1162040,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649221450),(1162041,'guest','failed_login','Users','Session','tech1',0,0,'162.240.15.168',1649221681),(1162042,'guest','failed_login','Users','Session','tech1',0,0,'45.200.120.185',1649221931),(1162043,'guest','failed_login','Users','Session','[login]',0,0,'45.200.120.185',1649221931),(1162044,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.155',1649221934),(1162045,'guest','failed_login','Users','Session','tech1',0,0,'207.55.255.20',1649222043),(1162046,'guest','failed_login','Users','Session','tech1',0,0,'72.167.42.45',1649222395),(1162047,'guest','failed_login','Users','Session','tech1',0,0,'103.1.237.254',1649222747),(1162048,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.93',1649222751),(1162049,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.61',1649223079),(1162050,'guest','failed_login','Users','Session','tech1',0,0,'209.126.80.250',1649223088),(1162051,'guest','failed_login','Users','Session','tech1',0,0,'157.245.185.172',1649223092),(1162052,'guest','failed_login','Users','Session','[login]',0,0,'157.245.185.172',1649223092),(1162053,'guest','failed_login','Users','Session','admin',0,0,'185.70.11.21',1649223215),(1162054,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.67',1649223283),(1162055,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649223311),(1162056,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.43',1649223542),(1162057,'guest','failed_login','Users','Session','admin',0,0,'123.31.41.38',1649223549),(1162058,'guest','failed_login','Users','Session','tech1',0,0,'103.31.207.110',1649223686),(1162059,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2040:7547::1',1649223924),(1162060,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.19',1649224012),(1162061,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649224102),(1162062,'guest','failed_login','Users','Session','tech1',0,0,'173.212.214.140',1649224275),(1162063,'guest','failed_login','Users','Session','tech1',0,0,'45.125.239.234',1649224617),(1162064,'guest','failed_login','Users','Session','tech1',0,0,'89.22.115.242',1649224711),(1162065,'guest','failed_login','Users','Session','[login]',0,0,'89.22.115.242',1649224712),(1162066,'guest','failed_login','Users','Session','tech1',0,0,'88.208.209.101',1649224986),(1162067,'guest','failed_login','Users','Session','tech1',0,0,'34.87.101.136',1649225282),(1162068,'guest','failed_login','Users','Session','[login]',0,0,'34.87.101.136',1649225283),(1162069,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.82',1649225321),(1162070,'guest','failed_login','Users','Session','tech1',0,0,'45.119.83.250',1649225331),(1162071,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.230',1649225442),(1162072,'guest','failed_login','Users','Session','admin',0,0,'195.4.173.50',1649225534),(1162073,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:3007:3363::1',1649225687),(1162074,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.19',1649225697),(1162075,'guest','failed_login','Users','Session','tech1',0,0,'161.97.130.211',1649225873),(1162076,'guest','failed_login','Users','Session','admin',0,0,'150.109.148.216',1649225938),(1162077,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.61',1649225968),(1162078,'guest','failed_login','Users','Session','tech1',0,0,'82.145.33.64',1649226031),(1162079,'guest','failed_login','Users','Session','admin',0,0,'159.89.160.120',1649226139),(1162080,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.93',1649226190),(1162081,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.69',1649226336),(1162082,'guest','failed_login','Users','Session','tech1',0,0,'51.254.101.166',1649226395),(1162083,'guest','failed_login','Users','Session','tech1',0,0,'137.184.73.37',1649226499),(1162084,'guest','failed_login','Users','Session','admin',0,0,'2607:f298:6:a077::c0e:c137',1649226526),(1162085,'guest','failed_login','Users','Session','admin',0,0,'2604:a880:400:d0::1867:2001',1649226731),(1162086,'guest','failed_login','Users','Session','tech1',0,0,'128.199.227.32',1649226976),(1162087,'guest','failed_login','Users','Session','admin',0,0,'78.141.209.179',1649227113),(1162088,'guest','failed_login','Users','Session','admin',0,0,'185.243.214.28',1649227310),(1162089,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649227562),(1162090,'guest','failed_login','Users','Session','tech1',0,0,'91.219.194.6',1649227583),(1162091,'guest','failed_login','Users','Session','admin',0,0,'89.58.11.2',1649227700),(1162092,'guest','failed_login','Users','Session','admin',0,0,'104.168.36.11',1649227906),(1162093,'guest','failed_login','Users','Session','admin',0,0,'88.87.206.123',1649228292),(1162094,'guest','failed_login','Users','Session','admin',0,0,'142.93.54.10',1649228497),(1162095,'guest','failed_login','Users','Session','tech1',0,0,'85.17.88.170',1649228702),(1162096,'guest','failed_login','Users','Session','admin',0,0,'216.139.241.148',1649228894),(1162097,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1649229040),(1162098,'guest','failed_login','Users','Session','tech1',0,0,'121.243.95.160',1649229115),(1162099,'guest','failed_login','Users','Session','tech1',0,0,'62.171.171.106',1649229338),(1162100,'guest','failed_login','Users','Session','drmap',0,0,'62.178.170.93',1649229502),(1162101,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.61',1649229551),(1162102,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.56',1649229705),(1162103,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.75',1649229724),(1162104,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2038:455::1',1649229831),(1162105,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:1:e0::5e6:c001',1649230103),(1162106,'guest','failed_login','Users','Session','tech1',0,0,'89.58.11.2',1649230303),(1162107,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649230481),(1162108,'guest','failed_login','Users','Session','drmap',0,0,'137.74.194.43',1649230708),(1162109,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649230723),(1162110,'guest','failed_login','Users','Session','tech1',0,0,'78.141.209.179',1649230915),(1162111,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::4be:2001',1649230929),(1162112,'guest','failed_login','Users','Session','drmap',0,0,'213.136.75.242',1649231311),(1162113,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1649231485),(1162114,'guest','failed_login','Users','Session','tech1',0,0,'171.244.26.206',1649231518),(1162115,'guest','failed_login','Users','Session','tech1',0,0,'147.182.203.28',1649231540),(1162116,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1649231598),(1162117,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649231739),(1162118,'guest','failed_login','Users','Session','drmap',0,0,'82.204.204.250',1649231919),(1162119,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1649232082),(1162120,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::4be:2001',1649232103),(1162121,'guest','failed_login','Users','Session','[login]',0,0,'2400:6180:0:d0::4be:2001',1649232103),(1162122,'guest','failed_login','Users','Session','tech1',0,0,'78.141.209.179',1649232114),(1162123,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.138',1649232365),(1162124,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.222',1649232521),(1162125,'guest','failed_login','Users','Session','tech1',0,0,'47.254.87.56',1649232653),(1162126,'guest','failed_login','Users','Session','[login]',0,0,'47.254.87.56',1649232654),(1162127,'guest','failed_login','Users','Session','admin',0,0,'34.69.109.132',1649232744),(1162128,'guest','failed_login','Users','Session','admin',0,0,'54.38.73.237',1649233117),(1162129,'guest','failed_login','Users','Session','tech1',0,0,'74.208.76.156',1649233206),(1162130,'guest','failed_login','Users','Session','[login]',0,0,'74.208.76.156',1649233212),(1162131,'guest','failed_login','Users','Session','admin',0,0,'217.160.75.121',1649233309),(1162132,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.138',1649233516),(1162133,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.61',1649233588),(1162134,'guest','failed_login','Users','Session','admin',0,0,'2001:19f0:ac01:1f6d:5400:3ff:fece:4992',1649233668),(1162135,'guest','failed_login','Users','Session','tech1',0,0,'167.71.209.131',1649233797),(1162136,'guest','failed_login','Users','Session','[login]',0,0,'167.71.209.131',1649233797),(1162137,'guest','failed_login','Users','Session','admin',0,0,'54.38.73.237',1649233857),(1162138,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.94',1649234100),(1162139,'guest','failed_login','Users','Session','admin',0,0,'2607:f298:6:a034::ef8:bfd',1649234220),(1162140,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.62',1649234227),(1162141,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.26',1649234309),(1162142,'guest','failed_login','Users','Session','admin',0,0,'144.91.117.193',1649234412),(1162143,'guest','failed_login','Users','Session','tech1',0,0,'212.53.165.5',1649234419),(1162144,'guest','failed_login','Users','Session','[login]',0,0,'212.53.165.5',1649234419),(1162145,'guest','failed_login','Users','Session','admin',0,0,'128.199.20.153',1649234777),(1162146,'guest','failed_login','Users','Session','admin',0,0,'190.110.197.116',1649234855),(1162147,'guest','failed_login','Users','Session','admin',0,0,'213.175.66.138',1649234972),(1162148,'guest','failed_login','Users','Session','tech1',0,0,'161.35.51.40',1649235008),(1162149,'guest','failed_login','Users','Session','[login]',0,0,'161.35.51.40',1649235008),(1162150,'guest','failed_login','Users','Session','admin',0,0,'104.248.57.165',1649235331),(1162151,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.62',1649235346),(1162152,'guest','failed_login','Users','Session','tech1',0,0,'159.65.1.255',1649235496),(1162153,'guest','failed_login','Users','Session','admin',0,0,'103.109.28.1',1649235519),(1162154,'guest','failed_login','Users','Session','admin',0,0,'63.34.93.18',1649235878),(1162155,'guest','failed_login','Users','Session','admin',0,0,'107.150.124.98',1649236068),(1162156,'guest','failed_login','Users','Session','tech1',0,0,'2607:5300:60:31b3::',1649236101),(1162157,'guest','failed_login','Users','Session','admin',0,0,'162.241.71.202',1649236436),(1162158,'guest','failed_login','Users','Session','tech1',0,0,'143.244.174.24',1649236606),(1162159,'guest','failed_login','Users','Session','admin',0,0,'121.37.149.3',1649236627),(1162160,'guest','failed_login','Users','Session','admin',0,0,'13.229.221.204',1649236979),(1162161,'guest','failed_login','Users','Session','tech1',0,0,'51.178.4.9',1649237262),(1162162,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649237398),(1162163,'guest','failed_login','Users','Session','admin',0,0,'2400:8904::f03c:92ff:fef0:39e9',1649237534),(1162164,'guest','failed_login','Users','Session','tech1',0,0,'106.54.20.135',1649237734),(1162165,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1649237785),(1162166,'guest','failed_login','Users','Session','tech1',0,0,'45.200.120.185',1649237812),(1162167,'guest','failed_login','Users','Session','drmap',0,0,'195.201.27.74',1649238111),(1162168,'guest','failed_login','Users','Session','tech1',0,0,'8.210.146.161',1649238303),(1162169,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.138',1649238320),(1162170,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:c010:a209::1',1649238676),(1162171,'guest','failed_login','Users','Session','tech1',0,0,'211.149.219.47',1649238877),(1162172,'guest','failed_login','Users','Session','tech1',0,0,'34.68.4.41',1649238969),(1162173,'guest','failed_login','Users','Session','[login]',0,0,'34.68.4.41',1649238970),(1162174,'guest','failed_login','Users','Session','drmap',0,0,'141.94.16.41',1649239255),(1162175,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::12df:b001',1649239456),(1162176,'guest','failed_login','Users','Session','tech1',0,0,'158.69.192.143',1649239528),(1162177,'guest','failed_login','Users','Session','[login]',0,0,'158.69.192.143',1649239528),(1162178,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649239607),(1162179,'guest','failed_login','Users','Session','drmap',0,0,'220.167.101.24',1649239836),(1162180,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:acdc::1',1649240038),(1162181,'guest','failed_login','Users','Session','tech1',0,0,'2600:3c02::f03c:92ff:fe64:7018',1649240179),(1162182,'guest','failed_login','Users','Session','[login]',0,0,'2600:3c02::f03c:92ff:fe64:7018',1649240180),(1162183,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.226',1649240227),(1162184,'guest','failed_login','Users','Session','drmap',0,0,'23.99.229.218',1649240423),(1162185,'guest','failed_login','Users','Session','tech1',0,0,'65.0.145.55',1649240624),(1162186,'guest','failed_login','Users','Session','tech1',0,0,'89.22.115.242',1649240735),(1162187,'guest','failed_login','Users','Session','drmap',0,0,'43.229.129.91',1649241003),(1162188,'guest','failed_login','Users','Session','tech1',0,0,'52.166.3.59',1649241197),(1162189,'guest','failed_login','Users','Session','tech1',0,0,'212.115.42.7',1649241310),(1162190,'guest','failed_login','Users','Session','[login]',0,0,'212.115.42.7',1649241310),(1162191,'guest','failed_login','Users','Session','drmap',0,0,'103.157.97.146',1649241572),(1162192,'guest','failed_login','Users','Session','tech1',0,0,'52.226.64.215',1649241773),(1162193,'guest','failed_login','Users','Session','tech1',0,0,'157.245.131.230',1649241862),(1162194,'guest','failed_login','Users','Session','[login]',0,0,'157.245.131.230',1649241864),(1162195,'guest','failed_login','Users','Session','drmap',0,0,'39.103.157.70',1649242145),(1162196,'guest','failed_login','Users','Session','tech1',0,0,'36.94.142.166',1649242346),(1162197,'guest','failed_login','Users','Session','tech1',0,0,'85.128.143.79',1649242497),(1162198,'guest','failed_login','Users','Session','drmap',0,0,'188.166.94.198',1649242716),(1162199,'guest','failed_login','Users','Session','tech1',0,0,'102.219.178.121',1649243118),(1162200,'guest','failed_login','Users','Session','drmap',0,0,'165.227.145.176',1649243301),(1162201,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.138',1649243372),(1162202,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.61',1649243455),(1162203,'guest','failed_login','Users','Session','tech1',0,0,'64.111.116.168',1649243507),(1162204,'guest','failed_login','Users','Session','drmap',0,0,'159.65.146.8',1649243892),(1162205,'guest','failed_login','Users','Session','tech1',0,0,'89.58.11.2',1649244077),(1162206,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649244119),(1162207,'guest','failed_login','Users','Session','tech1',0,0,'120.55.169.254',1649244311),(1162208,'guest','failed_login','Users','Session','[login]',0,0,'120.55.169.254',1649244312),(1162209,'guest','failed_login','Users','Session','drmap',0,0,'159.65.118.118',1649244444),(1162210,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1649244634),(1162211,'guest','failed_login','Users','Session','drmap',0,0,'62.178.170.93',1649245003),(1162212,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.25',1649245199),(1162213,'guest','failed_login','Users','Session','tech1',0,0,'178.62.51.47',1649245447),(1162214,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a016::22c:2e30',1649245757),(1162215,'guest','failed_login','Users','Session','tech1',0,0,'128.199.25.247',1649246047),(1162216,'guest','failed_login','Users','Session','drmap',0,0,'42.193.21.177',1649246123),(1162217,'guest','failed_login','Users','Session','tech1',0,0,'162.241.71.202',1649246314),(1162218,'guest','failed_login','Users','Session','tech1',0,0,'212.53.165.5',1649246645),(1162219,'guest','failed_login','Users','Session','[login]',0,0,'212.53.165.5',1649246646),(1162220,'guest','failed_login','Users','Session','drmap',0,0,'106.54.20.135',1649246680),(1162221,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c010:a209::1',1649246873),(1162222,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649247090),(1162223,'guest','failed_login','Users','Session','tech1',0,0,'52.196.143.169',1649247192),(1162224,'guest','failed_login','Users','Session','[login]',0,0,'52.196.143.169',1649247192),(1162225,'guest','failed_login','Users','Session','drmap',0,0,'82.166.39.15',1649247246),(1162226,'guest','failed_login','Users','Session','tech1',0,0,'187.32.211.193',1649247433),(1162227,'guest','failed_login','Users','Session','tech1',0,0,'119.196.149.154',1649247775),(1162228,'guest','failed_login','Users','Session','[login]',0,0,'119.196.149.154',1649247776),(1162229,'guest','failed_login','Users','Session','drmap',0,0,'167.99.252.52',1649247798),(1162230,'guest','failed_login','Users','Session','tech1',0,0,'148.72.214.194',1649247992),(1162231,'guest','failed_login','Users','Session','drmap',0,0,'47.90.246.252',1649248355),(1162232,'guest','failed_login','Users','Session','tech1',0,0,'2600:1f14:9ed:b200:81c4:c25e:c7ad:100b',1649248380),(1162233,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1649248547),(1162234,'guest','failed_login','Users','Session','drmap',0,0,'123.60.59.154',1649248917),(1162235,'guest','failed_login','Users','Session','tech1',0,0,'167.86.102.136',1649249022),(1162236,'guest','failed_login','Users','Session','tech1',0,0,'46.101.150.34',1649249109),(1162237,'guest','failed_login','Users','Session','drmap',0,0,'177.153.50.81',1649249480),(1162238,'guest','failed_login','Users','Session','tech1',0,0,'164.100.106.244',1649249542),(1162239,'guest','failed_login','Users','Session','[login]',0,0,'164.100.106.244',1649249542),(1162240,'guest','failed_login','Users','Session','drmap',0,0,'161.97.175.221',1649250037),(1162241,'guest','failed_login','Users','Session','tech1',0,0,'185.136.206.6',1649250080),(1162242,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.155',1649250096),(1162243,'guest','failed_login','Users','Session','tech1',0,0,'2001:19f0:ac01:1f6d:5400:3ff:fece:4992',1649250231),(1162244,'guest','failed_login','Users','Session','tech1',0,0,'34.148.106.204',1649250689),(1162245,'guest','failed_login','Users','Session','tech1',0,0,'51.107.184.18',1649250818),(1162246,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649250836),(1162247,'guest','failed_login','Users','Session','drmap',0,0,'157.245.110.251',1649251183),(1162248,'guest','failed_login','Users','Session','tech1',0,0,'2a04:3543:1000:2310:907e:12ff:fef0:35fd',1649251297),(1162249,'guest','failed_login','Users','Session','[login]',0,0,'2a04:3543:1000:2310:907e:12ff:fef0:35fd',1649251297),(1162250,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.25',1649251377),(1162251,'guest','failed_login','Users','Session','drmap',0,0,'103.31.249.221',1649251747),(1162252,'guest','failed_login','Users','Session','tech1',0,0,'194.90.234.21',1649251941),(1162253,'guest','failed_login','Users','Session','drmap',0,0,'52.166.3.59',1649252310),(1162254,'guest','failed_login','Users','Session','tech1',0,0,'147.182.203.28',1649252453),(1162255,'guest','failed_login','Users','Session','tech1',0,0,'45.120.69.121',1649252504),(1162256,'guest','failed_login','Users','Session','drmap',0,0,'167.71.117.225',1649252871),(1162257,'guest','failed_login','Users','Session','tech1',0,0,'52.196.143.169',1649253034),(1162258,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1649253065),(1162259,'guest','failed_login','Users','Session','drmap',0,0,'217.160.64.174',1649253428),(1162260,'guest','failed_login','Users','Session','[login]',0,0,'167.99.142.91',1649253600),(1162261,'guest','failed_login','Users','Session','tech1',0,0,'209.97.151.249',1649253628),(1162262,'guest','failed_login','Users','Session','drmap',0,0,'35.195.252.29',1649253981),(1162263,'guest','failed_login','Users','Session','tech1',0,0,'121.243.95.160',1649254187),(1162264,'guest','failed_login','Users','Session','tech1',0,0,'68.183.46.105',1649254230),(1162265,'guest','failed_login','Users','Session','drmap',0,0,'171.244.26.206',1649254559),(1162266,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649254646),(1162267,'guest','failed_login','Users','Session','tech1',0,0,'91.189.176.172',1649254867),(1162268,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:800:31cb::',1649255316),(1162269,'guest','failed_login','Users','Session','tech1',0,0,'2607:f130:0:107:d6ae:52ff:febb:96a',1649255410),(1162270,'guest','failed_login','Users','Session','drmap',0,0,'171.244.26.206',1649255681),(1162271,'guest','failed_login','Users','Session','tech1',0,0,'20.64.155.18',1649255877),(1162272,'guest','failed_login','Users','Session','tech1',0,0,'35.210.238.207',1649256054),(1162273,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.210',1649256248),(1162274,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1649256440),(1162275,'guest','failed_login','Users','Session','tech1',0,0,'52.21.0.38',1649256635),(1162276,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::9ed:d001',1649257008),(1162277,'guest','failed_login','Users','Session','tech1',0,0,'188.166.220.74',1649257215),(1162278,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1649257235),(1162279,'guest','failed_login','Users','Session','drmap',0,0,'2.59.133.156',1649257361),(1162280,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649257547),(1162281,'guest','failed_login','Users','Session','tech1',0,0,'46.101.159.72',1649257552),(1162282,'guest','failed_login','Users','Session','tech1',0,0,'51.161.94.36',1649257796),(1162283,'guest','failed_login','Users','Session','drmap',0,0,'143.198.78.62',1649257930),(1162284,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c206:2060:3839::1',1649258125),(1162285,'guest','failed_login','Users','Session','tech1',0,0,'185.136.206.6',1649258308),(1162286,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1649258492),(1162287,'guest','failed_login','Users','Session','tech1',0,0,'185.56.171.92',1649258986),(1162288,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.75',1649259008),(1162289,'guest','failed_login','Users','Session','drmap',0,0,'139.59.96.76',1649259056),(1162290,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:1004:113c::',1649259246),(1162291,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:200:33cc::2',1649259546),(1162292,'guest','failed_login','Users','Session','drmap',0,0,'95.217.3.203',1649259616),(1162293,'guest','failed_login','Users','Session','tech1',0,0,'162.144.87.29',1649259811),(1162294,'guest','failed_login','Users','Session','tech1',0,0,'91.134.248.249',1649260143),(1162295,'guest','failed_login','Users','Session','drmap',0,0,'210.122.36.218',1649260183),(1162296,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.59',1649260374),(1162297,'guest','failed_login','Users','Session','tech1',0,0,'2a00:1a28:155d:1f5::1',1649260382),(1162298,'guest','failed_login','Users','Session','tech1',0,0,'34.87.101.136',1649260743),(1162299,'guest','failed_login','Users','Session','[login]',0,0,'34.87.101.136',1649260743),(1162300,'guest','failed_login','Users','Session','drmap',0,0,'118.24.106.172',1649260756),(1162301,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::596:8001',1649260953),(1162302,'guest','failed_login','Users','Session','drmap',0,0,'2400:8500:1301:738:133:130:103:36',1649261322),(1162303,'guest','failed_login','Users','Session','tech1',0,0,'157.230.253.37',1649261529),(1162304,'guest','failed_login','Users','Session','drmap',0,0,'161.35.126.102',1649261901),(1162305,'guest','failed_login','Users','Session','tech1',0,0,'118.27.103.110',1649261910),(1162306,'guest','failed_login','Users','Session','tech1',0,0,'46.101.159.72',1649262101),(1162307,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649262443),(1162308,'guest','failed_login','Users','Session','drmap',0,0,'23.99.229.218',1649262480),(1162309,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c17:60db::1',1649262572),(1162310,'guest','failed_login','Users','Session','[login]',0,0,'2a01:4f8:c17:60db::1',1649262573),(1162311,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.155',1649262586),(1162312,'guest','failed_login','Users','Session','drmap',0,0,'2a02:c207:2016:7298::1',1649263054),(1162313,'guest','failed_login','Users','Session','tech1',0,0,'44.198.148.53',1649263218),(1162314,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.61',1649263342),(1162315,'guest','failed_login','Users','Session','admin',0,0,'42.200.169.14',1649263530),(1162316,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::f6f:3001',1649263611),(1162317,'guest','failed_login','Users','Session','tech1',0,0,'47.94.136.206',1649263787),(1162318,'guest','failed_login','Users','Session','tech1',0,0,'159.203.120.246',1649263804),(1162319,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.62',1649263864),(1162320,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.226',1649264091),(1162321,'guest','failed_login','Users','Session','drmap',0,0,'161.97.175.221',1649264170),(1162322,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649264222),(1162323,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.19',1649264251),(1162324,'guest','failed_login','Users','Session','tech1',0,0,'66.94.116.46',1649264309),(1162325,'guest','failed_login','Users','Session','tech1',0,0,'51.75.15.189',1649264361),(1162326,'guest','failed_login','Users','Session','admin',0,0,'162.144.49.214',1649264624),(1162327,'guest','failed_login','Users','Session','drmap',0,0,'54.38.73.237',1649264727),(1162328,'guest','failed_login','Users','Session','tech1',0,0,'63.34.93.18',1649264928),(1162329,'guest','failed_login','Users','Session','tech1',0,0,'23.88.73.92',1649264938),(1162330,'guest','failed_login','Users','Session','drmap',0,0,'103.159.224.46',1649265305),(1162331,'guest','failed_login','Users','Session','tech1',0,0,'194.233.80.204',1649265499),(1162332,'guest','failed_login','Users','Session','tech1',0,0,'58.181.206.106',1649265574),(1162333,'guest','failed_login','Users','Session','tech1',0,0,'196.203.219.49',1649265689),(1162334,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.67',1649265769),(1162335,'guest','failed_login','Users','Session','drmap',0,0,'37.139.13.163',1649265866),(1162336,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649266014),(1162337,'guest','failed_login','Users','Session','tech1',0,0,'46.29.23.162',1649266062),(1162338,'guest','failed_login','Users','Session','tech1',0,0,'194.163.142.38',1649266091),(1162339,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:5:101b::d1b:2a3a',1649266427),(1162340,'guest','failed_login','Users','Session','tech1',0,0,'195.158.11.99',1649266743),(1162341,'guest','failed_login','Users','Session','tech1',0,0,'162.214.208.84',1649266746),(1162342,'guest','failed_login','Users','Session','tech1',0,0,'107.150.46.163',1649266831),(1162343,'guest','failed_login','Users','Session','admin',0,0,'107.150.46.163',1649266903),(1162344,'guest','failed_login','Users','Session','bangkokfinder',0,0,'107.150.46.163',1649266979),(1162345,'guest','failed_login','Users','Session','test',0,0,'107.150.46.163',1649267054),(1162346,'guest','failed_login','Users','Session','drmap',0,0,'107.150.46.163',1649267124),(1162347,'guest','failed_login','Users','Session','com',0,0,'107.150.46.163',1649267200),(1162348,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.43',1649267233),(1162349,'guest','failed_login','Users','Session','tech1',0,0,'163.44.154.211',1649267310),(1162350,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.94',1649267507),(1162351,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1649267664),(1162352,'guest','failed_login','Users','Session','tech1',0,0,'66.115.173.18',1649267851),(1162353,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.82',1649268488),(1162354,'guest','failed_login','Users','Session','tech1',0,0,'66.94.116.46',1649268595),(1162355,'guest','failed_login','Users','Session','tech1',0,0,'157.245.231.45',1649268960),(1162356,'guest','failed_login','Users','Session','tech1',0,0,'52.21.0.38',1649269160),(1162357,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.94',1649269305),(1162358,'guest','failed_login','Users','Session','tech1',0,0,'2607:feb8::3:72d',1649269676),(1162359,'guest','failed_login','Users','Session','tech1',0,0,'62.233.120.26',1649269881),(1162360,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.43',1649270146),(1162361,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649270359),(1162362,'guest','failed_login','Users','Session','tech1',0,0,'103.237.145.122',1649270393),(1162363,'guest','failed_login','Users','Session','tech1',0,0,'184.168.100.205',1649270409),(1162364,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649270803),(1162365,'guest','failed_login','Users','Session','tech1',0,0,'162.241.230.66',1649270880),(1162366,'guest','failed_login','Users','Session','tech1',0,0,'194.163.142.38',1649270999),(1162367,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.138',1649271166),(1162368,'guest','failed_login','Users','Session','tech1',0,0,'50.87.144.137',1649271256),(1162369,'guest','failed_login','Users','Session','tech1',0,0,'103.233.2.147',1649271554),(1162370,'guest','failed_login','Users','Session','tech1',0,0,'141.94.87.67',1649271568),(1162371,'guest','failed_login','Users','Session','tech1',0,0,'2001:1418:14:100::47',1649271880),(1162372,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.26',1649271885),(1162373,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1649271967),(1162374,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::fb6:1001',1649272158),(1162375,'guest','failed_login','Users','Session','tech1',0,0,'2a0a:2b42:0:11::',1649272164),(1162376,'guest','failed_login','Users','Session','tech1',0,0,'193.231.129.34',1649272473),(1162377,'guest','failed_login','Users','Session','tech1',0,0,'68.178.246.186',1649272759),(1162378,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:303:f1cc::',1649272768),(1162379,'guest','failed_login','Users','Session','[login]',0,0,'2001:41d0:303:f1cc::',1649272768),(1162380,'guest','failed_login','Users','Session','tech1',0,0,'139.59.33.202',1649273061),(1162381,'guest','failed_login','Users','Session','tech1',0,0,'72.167.65.133',1649273348),(1162382,'guest','failed_login','Users','Session','tech1',0,0,'66.23.252.226',1649273635),(1162383,'guest','failed_login','Users','Session','tech1',0,0,'107.180.103.185',1649273910),(1162384,'guest','failed_login','Users','Session','tech1',0,0,'163.44.154.211',1649274035),(1162385,'guest','failed_login','Users','Session','tech1',0,0,'162.0.229.95',1649274159),(1162386,'guest','failed_login','Users','Session','tech1',0,0,'162.0.217.62',1649274437),(1162387,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1649274547),(1162388,'guest','failed_login','Users','Session','tech1',0,0,'91.123.18.217',1649274708),(1162389,'guest','failed_login','Users','Session','tech1',0,0,'137.184.17.117',1649274962),(1162390,'guest','failed_login','Users','Session','tech1',0,0,'194.5.175.15',1649275259),(1162391,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.43',1649275367),(1162392,'guest','failed_login','Users','Session','tech1',0,0,'50.62.137.47',1649275502),(1162393,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.75',1649275725),(1162394,'guest','failed_login','Users','Session','tech1',0,0,'213.175.208.121',1649275793),(1162395,'guest','failed_login','Users','Session','tech1',0,0,'107.190.135.178',1649276051),(1162396,'guest','failed_login','Users','Session','tech1',0,0,'72.167.69.214',1649276330),(1162397,'guest','failed_login','Users','Session','tech1',0,0,'149.18.50.22',1649276601),(1162398,'guest','failed_login','Users','Session','tech1',0,0,'2.59.133.156',1649276707),(1162399,'guest','failed_login','Users','Session','tech1',0,0,'208.109.23.31',1649276869),(1162400,'guest','failed_login','Users','Session','drmap',0,0,'175.45.125.65',1649277074),(1162401,'guest','failed_login','Users','Session','tech1',0,0,'92.205.1.246',1649277150),(1162402,'guest','failed_login','Users','Session','tech1',0,0,'103.129.222.91',1649277267),(1162403,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649277386),(1162404,'guest','failed_login','Users','Session','tech1',0,0,'162.213.251.86',1649277405),(1162405,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.82',1649277426),(1162406,'guest','failed_login','Users','Session','tech1',0,0,'103.159.84.77',1649277674),(1162407,'guest','failed_login','Users','Session','tech1',0,0,'185.19.190.26',1649277823),(1162408,'guest','failed_login','Users','Session','tech1',0,0,'167.172.79.47',1649277957),(1162409,'guest','failed_login','Users','Session','tech1',0,0,'125.227.127.195',1649278314),(1162410,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.43',1649278353),(1162411,'guest','failed_login','Users','Session','tech1',0,0,'134.209.213.110',1649278389),(1162412,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649278484),(1162413,'guest','failed_login','Users','Session','tech1',0,0,'103.146.202.150',1649278597),(1162414,'guest','failed_login','Users','Session','tech1',0,0,'185.146.20.254',1649278877),(1162415,'guest','failed_login','Users','Session','tech1',0,0,'188.166.226.196',1649278955),(1162416,'guest','failed_login','Users','Session','tech1',0,0,'103.153.68.244',1649279156),(1162417,'guest','failed_login','Users','Session','drmap',0,0,'91.219.194.21',1649279328),(1162418,'guest','failed_login','Users','Session','tech1',0,0,'74.208.252.140',1649279437),(1162419,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.43',1649279855),(1162420,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.94',1649279873),(1162421,'guest','failed_login','Users','Session','drmap',0,0,'103.159.224.46',1649279889),(1162422,'guest','failed_login','Users','Session','tech1',0,0,'72.167.124.218',1649280007),(1162423,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.26',1649280009),(1162424,'guest','failed_login','Users','Session','tech1',0,0,'104.248.138.146',1649280084),(1162425,'guest','failed_login','Users','Session','tech1',0,0,'47.241.26.170',1649280292),(1162426,'guest','failed_login','Users','Session','drmap',0,0,'52.234.178.100',1649280442),(1162427,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.62',1649280470),(1162428,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1649280571),(1162429,'guest','failed_login','Users','Session','tech1',0,0,'51.222.138.98',1649280580),(1162430,'guest','failed_login','Users','Session','tech1',0,0,'159.65.76.38',1649280640),(1162431,'guest','failed_login','Users','Session','tech1',0,0,'92.205.15.94',1649280875),(1162432,'guest','failed_login','Users','Session','drmap',0,0,'142.93.201.0',1649281001),(1162433,'guest','failed_login','Users','Session','tech1',0,0,'185.201.47.14',1649281169),(1162434,'guest','failed_login','Users','Session','tech1',0,0,'217.61.54.110',1649281190),(1162435,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.59',1649281328),(1162436,'guest','failed_login','Users','Session','tech1',0,0,'176.56.239.171',1649281442),(1162437,'guest','failed_login','Users','Session','drmap',0,0,'144.126.223.177',1649281548),(1162438,'guest','failed_login','Users','Session','tech1',0,0,'47.242.50.8',1649281702),(1162439,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1649281744),(1162440,'guest','failed_login','Users','Session','tech1',0,0,'137.184.78.118',1649281986),(1162441,'guest','failed_login','Users','Session','drmap',0,0,'188.166.226.196',1649282109),(1162442,'guest','failed_login','Users','Session','tech1',0,0,'104.198.172.68',1649282261),(1162443,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1649282281),(1162444,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1649282299),(1162445,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.226',1649282396),(1162446,'guest','failed_login','Users','Session','tech1',0,0,'107.180.124.4',1649282544),(1162447,'guest','failed_login','Users','Session','drmap',0,0,'139.59.96.76',1649282682),(1162448,'guest','failed_login','Users','Session','tech1',0,0,'92.205.6.124',1649282833),(1162449,'guest','failed_login','Users','Session','tech1',0,0,'16.170.192.10',1649282867),(1162450,'guest','failed_login','Users','Session','tech1',0,0,'178.62.9.122',1649283108),(1162451,'guest','failed_login','Users','Session','drmap',0,0,'185.2.4.71',1649283243),(1162452,'guest','failed_login','Users','Session','tech1',0,0,'184.168.119.128',1649283372),(1162453,'guest','failed_login','Users','Session','tech1',0,0,'105.73.85.148',1649283436),(1162454,'guest','failed_login','Users','Session','tech1',0,0,'50.62.137.47',1649283649),(1162455,'guest','failed_login','Users','Session','drmap',0,0,'2400:8904::f03c:92ff:fef0:39e9',1649283807),(1162456,'guest','failed_login','Users','Session','tech1',0,0,'93.104.213.124',1649283935),(1162457,'guest','failed_login','Users','Session','tech1',0,0,'106.52.145.59',1649284007),(1162458,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649284037),(1162459,'guest','failed_login','Users','Session','tech1',0,0,'208.109.68.254',1649284193),(1162460,'guest','failed_login','Users','Session','drmap',0,0,'210.122.36.218',1649284375),(1162461,'guest','failed_login','Users','Session','tech1',0,0,'93.104.213.124',1649284494),(1162462,'guest','failed_login','Users','Session','tech1',0,0,'35.224.250.64',1649284566),(1162463,'guest','failed_login','Users','Session','tech1',0,0,'159.203.176.82',1649284752),(1162464,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.163',1649284936),(1162465,'guest','failed_login','Users','Session','tech1',0,0,'35.193.222.165',1649285028),(1162466,'guest','failed_login','Users','Session','tech1',0,0,'184.168.100.133',1649285298),(1162467,'guest','failed_login','Users','Session','drmap',0,0,'216.117.188.6',1649285504),(1162468,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.94',1649285513),(1162469,'guest','failed_login','Users','Session','tech1',0,0,'46.101.95.65',1649285582),(1162470,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.62',1649285701),(1162471,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.62',1649286053),(1162472,'guest','failed_login','Users','Session','drmap',0,0,'187.84.233.39',1649286063),(1162473,'guest','failed_login','Users','Session','admin',0,0,'217.160.131.45',1649286350),(1162474,'guest','failed_login','Users','Session','admin',0,0,'171.244.17.110',1649286612),(1162475,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:c010:a209::1',1649286640),(1162476,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649286671),(1162477,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1649286841),(1162478,'guest','failed_login','Users','Session','tech1',0,0,'8.210.57.22',1649286883),(1162479,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.61',1649286946),(1162480,'guest','failed_login','Users','Session','tech1',0,0,'68.178.244.158',1649287152),(1162481,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:6:a077::c0e:c137',1649287210),(1162482,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.61',1649287395),(1162483,'guest','failed_login','Users','Session','tech1',0,0,'65.0.145.55',1649287406),(1162484,'guest','failed_login','Users','Session','tech1',0,0,'91.214.64.2',1649287436),(1162485,'guest','failed_login','Users','Session','tech1',0,0,'35.202.241.36',1649287715),(1162486,'guest','failed_login','Users','Session','drmap',0,0,'105.73.85.148',1649287778),(1162487,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.26',1649287799),(1162488,'guest','failed_login','Users','Session','tech1',0,0,'173.212.235.115',1649287973),(1162489,'guest','failed_login','Users','Session','tech1',0,0,'35.193.222.165',1649287980),(1162490,'guest','failed_login','Users','Session','tech1',0,0,'184.168.119.128',1649288226),(1162491,'guest','failed_login','Users','Session','drmap',0,0,'146.148.44.185',1649288354),(1162492,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.67',1649288417),(1162493,'guest','failed_login','Users','Session','tech1',0,0,'198.71.227.4',1649288507),(1162494,'guest','failed_login','Users','Session','tech1',0,0,'92.60.224.50',1649288552),(1162495,'guest','failed_login','Users','Session','tech1',0,0,'66.115.173.18',1649288775),(1162496,'guest','failed_login','Users','Session','drmap',0,0,'161.97.93.107',1649288940),(1162497,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.67',1649289040),(1162498,'guest','failed_login','Users','Session','tech1',0,0,'82.145.33.64',1649289057),(1162499,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1649289137),(1162500,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::cdb4',1649289319),(1162501,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.226',1649289367),(1162502,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f9:c010:82e3::1',1649289505),(1162503,'guest','failed_login','Users','Session','tech1',0,0,'52.189.215.54',1649289567),(1162504,'guest','failed_login','Users','Session','tech1',0,0,'91.149.192.90',1649289701),(1162505,'guest','failed_login','Users','Session','tech1',0,0,'72.167.124.64',1649289842),(1162506,'guest','failed_login','Users','Session','drmap',0,0,'161.35.52.207',1649290084),(1162507,'guest','failed_login','Users','Session','tech1',0,0,'184.168.119.95',1649290104),(1162508,'guest','failed_login','Users','Session','tech1',0,0,'88.150.159.29',1649290280),(1162509,'guest','failed_login','Users','Session','tech1',0,0,'103.159.224.46',1649290394),(1162510,'guest','failed_login','Users','Session','tech1',0,0,'184.168.108.46',1649290642),(1162511,'guest','failed_login','Users','Session','drmap',0,0,'188.166.1.143',1649290677),(1162512,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649290716),(1162513,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649290797),(1162514,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:115b::e12:8f0d',1649290877),(1162515,'guest','failed_login','Users','Session','tech1',0,0,'104.45.41.45',1649290927),(1162516,'guest','failed_login','Users','Session','tech1',0,0,'184.168.97.113',1649291175),(1162517,'guest','failed_login','Users','Session','drmap',0,0,'84.205.178.134',1649291246),(1162518,'guest','failed_login','Users','Session','tech1',0,0,'50.62.149.32',1649291442),(1162519,'guest','failed_login','Users','Session','tech1',0,0,'216.117.188.6',1649291445),(1162520,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.75',1649291707),(1162521,'guest','failed_login','Users','Session','tech1',0,0,'68.178.223.225',1649291716),(1162522,'guest','failed_login','Users','Session','drmap',0,0,'47.93.49.198',1649291820),(1162523,'guest','failed_login','Users','Session','tech1',0,0,'190.145.68.131',1649291992),(1162524,'guest','failed_login','Users','Session','tech1',0,0,'68.183.192.217',1649292249),(1162525,'guest','failed_login','Users','Session','drmap',0,0,'43.229.129.91',1649292414),(1162526,'guest','failed_login','Users','Session','tech1',0,0,'184.168.96.248',1649292532),(1162527,'guest','failed_login','Users','Session','tech1',0,0,'167.99.252.52',1649292623),(1162528,'guest','failed_login','Users','Session','tech1',0,0,'107.180.124.232',1649292810),(1162529,'guest','failed_login','Users','Session','drmap',0,0,'134.195.196.53',1649293018),(1162530,'guest','failed_login','Users','Session','tech1',0,0,'52.189.215.54',1649293071),(1162531,'guest','failed_login','Users','Session','tech1',0,0,'35.197.204.193',1649293231),(1162532,'guest','failed_login','Users','Session','tech1',0,0,'103.3.246.217',1649293351),(1162533,'guest','failed_login','Users','Session','drmap',0,0,'54.38.73.237',1649293605),(1162534,'guest','failed_login','Users','Session','tech1',0,0,'104.236.45.171',1649293623),(1162535,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1649293811),(1162536,'guest','failed_login','Users','Session','tech1',0,0,'220.132.196.5',1649293817),(1162537,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.106',1649293920),(1162538,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.138',1649294025),(1162539,'guest','failed_login','Users','Session','tech1',0,0,'190.92.137.177',1649294183),(1162540,'guest','failed_login','Users','Session','drmap',0,0,'94.130.123.117',1649294198),(1162541,'guest','failed_login','Users','Session','tech1',0,0,'159.223.170.181',1649294400),(1162542,'guest','failed_login','Users','Session','tech1',0,0,'139.59.78.248',1649294481),(1162543,'guest','failed_login','Users','Session','tech1',0,0,'198.54.120.17',1649294745),(1162544,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:5:101b::d1b:2a3a',1649294769),(1162545,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649294812),(1162546,'guest','failed_login','Users','Session','tech1',0,0,'189.125.37.42',1649295038),(1162547,'guest','failed_login','Users','Session','tech1',0,0,'123.56.59.9',1649295346),(1162548,'guest','failed_login','Users','Session','drmap',0,0,'162.144.63.211',1649295348),(1162549,'guest','failed_login','Users','Session','tech1',0,0,'23.99.229.218',1649295554),(1162550,'guest','failed_login','Users','Session','tech1',0,0,'50.62.149.32',1649295616),(1162551,'guest','failed_login','Users','Session','tech1',0,0,'184.168.113.203',1649295924),(1162552,'guest','failed_login','Users','Session','drmap',0,0,'207.180.207.240',1649295939),(1162553,'guest','failed_login','Users','Session','tech1',0,0,'171.244.21.74',1649296217),(1162554,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.26',1649296445),(1162555,'guest','failed_login','Users','Session','drmap',0,0,'194.233.67.249',1649296521),(1162556,'guest','failed_login','Users','Session','tech1',0,0,'185.201.47.14',1649296522),(1162557,'guest','failed_login','Users','Session','tech1',0,0,'35.170.29.112',1649296725),(1162558,'guest','failed_login','Users','Session','tech1',0,0,'194.163.159.35',1649296802),(1162559,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.75',1649296813),(1162560,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.62',1649296895),(1162561,'guest','failed_login','Users','Session','tech1',0,0,'104.131.108.143',1649297080),(1162562,'guest','failed_login','Users','Session','admin',0,0,'173.208.242.43',1649297285),(1162563,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649297394),(1162564,'guest','failed_login','Users','Session','tech1',0,0,'184.168.96.143',1649297395),(1162565,'guest','failed_login','Users','Session','tech1',0,0,'184.168.103.230',1649297694),(1162566,'guest','failed_login','Users','Session','drmap',0,0,'2400:8901::f03c:93ff:fe84:15a4',1649297696),(1162567,'guest','failed_login','Users','Session','tech1',0,0,'211.110.139.214',1649297900),(1162568,'guest','failed_login','Users','Session','tech1',0,0,'167.99.84.255',1649298008),(1162569,'guest','failed_login','Users','Session','drmap',0,0,'81.169.209.125',1649298276),(1162570,'guest','failed_login','Users','Session','bangkokfinder',0,0,'107.150.36.75',1649298290),(1162571,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.106',1649298323),(1162572,'guest','failed_login','Users','Session','tech1',0,0,'2804:b44:1000::20',1649298617),(1162573,'guest','failed_login','Users','Session','drmap',0,0,'103.106.78.178',1649298857),(1162574,'guest','failed_login','Users','Session','tech1',0,0,'69.63.64.21',1649298926),(1162575,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1649299064),(1162576,'guest','failed_login','Users','Session','tech1',0,0,'184.168.103.230',1649299251),(1162577,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.67',1649299396),(1162578,'guest','failed_login','Users','Session','drmap',0,0,'51.195.42.19',1649299449),(1162579,'guest','failed_login','Users','Session','tech1',0,0,'190.92.137.177',1649299547),(1162580,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:800:3a65::',1649299649),(1162581,'guest','failed_login','Users','Session','tech1',0,0,'37.228.136.74',1649299886),(1162582,'guest','failed_login','Users','Session','drmap',0,0,'103.88.122.117',1649300042),(1162583,'guest','failed_login','Users','Session','tech1',0,0,'68.178.223.225',1649300188),(1162584,'guest','failed_login','Users','Session','tech1',0,0,'88.87.206.123',1649300242),(1162585,'guest','failed_login','Users','Session','tech1',0,0,'77.77.150.95',1649300503),(1162586,'guest','failed_login','Users','Session','drmap',0,0,'185.2.5.77',1649300627),(1162587,'guest','failed_login','Users','Session','tech1',0,0,'211.37.147.188',1649300803),(1162588,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.19',1649300889),(1162589,'guest','failed_login','Users','Session','tech1',0,0,'95.111.250.205',1649301143),(1162590,'guest','failed_login','Users','Session','drmap',0,0,'66.42.52.221',1649301220),(1162591,'guest','failed_login','Users','Session','tech1',0,0,'149.202.189.147',1649301402),(1162592,'guest','failed_login','Users','Session','tech1',0,0,'2400:8500:1801:415:118:27:30:151',1649301425),(1162593,'guest','failed_login','Users','Session','tech1',0,0,'213.149.103.132',1649301471),(1162594,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::42',1649301790),(1162595,'guest','failed_login','Users','Session','drmap',0,0,'72.167.222.172',1649301807),(1162596,'guest','failed_login','Users','Session','tech1',0,0,'148.72.214.194',1649302005),(1162597,'guest','failed_login','Users','Session','tech1',0,0,'194.5.175.15',1649302113),(1162598,'guest','failed_login','Users','Session','drmap',0,0,'47.93.49.198',1649302379),(1162599,'guest','failed_login','Users','Session','tech1',0,0,'180.211.99.217',1649302443),(1162600,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7c8:aab2:c0::1',1649302573),(1162601,'guest','failed_login','Users','Session','tech1',0,0,'184.168.116.203',1649302760),(1162602,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649302859),(1162603,'guest','failed_login','Users','Session','drmap',0,0,'14.241.233.205',1649302954),(1162604,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1649303099),(1162605,'guest','failed_login','Users','Session','tech1',0,0,'52.42.156.111',1649303156),(1162606,'guest','failed_login','Users','Session','tech1',0,0,'216.158.230.167',1649303437),(1162607,'guest','failed_login','Users','Session','drmap',0,0,'94.130.123.117',1649303533),(1162608,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:303:2e08::',1649303737),(1162609,'guest','failed_login','Users','Session','tech1',0,0,'104.45.41.45',1649303767),(1162610,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649304008),(1162611,'guest','failed_login','Users','Session','drmap',0,0,'167.71.117.225',1649304116),(1162612,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.155',1649304202),(1162613,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1649304310),(1162614,'guest','failed_login','Users','Session','admin',0,0,'107.181.185.226',1649304396),(1162615,'guest','failed_login','Users','Session','drmap',0,0,'72.167.222.172',1649304703),(1162616,'guest','failed_login','Users','Session','admin',0,0,'2001:41d0:c:b1a::',1649304758),(1162617,'guest','failed_login','Users','Session','tech1',0,0,'45.120.69.121',1649304908),(1162618,'guest','failed_login','Users','Session','tech1',0,0,'35.197.204.193',1649305101),(1162619,'guest','failed_login','Users','Session','drmap',0,0,'104.248.57.165',1649305354),(1162620,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.155',1649305364),(1162621,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.19',1649305374),(1162622,'guest','failed_login','Users','Session','tech1',0,0,'54.38.73.237',1649305682),(1162623,'guest','failed_login','Users','Session','drmap',0,0,'166.62.125.246',1649305937),(1162624,'guest','failed_login','Users','Session','tech1',0,0,'159.65.216.18',1649306260),(1162625,'guest','failed_login','Users','Session','test',0,0,'204.12.202.94',1649306508),(1162626,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:5:102f::91d:58c1',1649306514),(1162627,'guest','failed_login','Users','Session','com',0,0,'204.12.202.94',1649306760),(1162628,'guest','failed_login','Users','Session','drmap',0,0,'103.130.218.178',1649307102),(1162629,'guest','failed_login','Users','Session','tech1',0,0,'185.126.219.43',1649307438),(1162630,'guest','failed_login','Users','Session','drmap',0,0,'45.90.163.251',1649307691),(1162631,'guest','failed_login','Users','Session','tech1',0,0,'13.81.59.92',1649308023),(1162632,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.69',1649308169),(1162633,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649308220),(1162634,'guest','failed_login','Users','Session','drmap',0,0,'162.240.27.242',1649308271),(1162635,'guest','failed_login','Users','Session','tech1',0,0,'103.142.25.17',1649308596),(1162636,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:6:a016::22c:2e30',1649308842),(1162637,'guest','failed_login','Users','Session','tech1',0,0,'167.172.151.91',1649309169),(1162638,'guest','failed_login','Users','Session','drmap',0,0,'89.96.90.125',1649309414),(1162639,'guest','failed_login','Users','Session','admin',0,0,'69.30.240.26',1649309613),(1162640,'guest','failed_login','Users','Session','tech1',0,0,'198.46.160.118',1649309735),(1162641,'guest','failed_login','Users','Session','drmap',0,0,'13.81.59.92',1649309981),(1162642,'guest','failed_login','Users','Session','tech1',0,0,'103.212.43.29',1649310299),(1162643,'guest','failed_login','Users','Session','drmap',0,0,'188.127.231.190',1649310543),(1162644,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649310592),(1162645,'guest','failed_login','Users','Session','tech1',0,0,'45.55.44.23',1649310859),(1162646,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649310994),(1162647,'guest','failed_login','Users','Session','drmap',0,0,'68.183.139.84',1649311102),(1162648,'guest','failed_login','Users','Session','tech1',0,0,'173.212.235.115',1649311408),(1162649,'guest','failed_login','Users','Session','drmap',0,0,'151.80.91.175',1649311651),(1162650,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.155',1649311821),(1162651,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.75',1649311888),(1162652,'guest','failed_login','Users','Session','tech1',0,0,'69.163.196.200',1649311977),(1162653,'guest','failed_login','Users','Session','drmap',0,0,'2a01:7c8:d007:31a:5054:ff:fef3:4470',1649312218),(1162654,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.155',1649312585),(1162655,'guest','failed_login','Users','Session','drmap',0,0,'177.153.50.81',1649312775),(1162656,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.8',1649313098),(1162657,'guest','failed_login','Users','Session','drmap',0,0,'54.38.73.237',1649313345),(1162658,'guest','failed_login','Users','Session','bangkokfinder',0,0,'107.150.36.75',1649313435),(1162659,'guest','failed_login','Users','Session','tech1',0,0,'207.180.207.240',1649313670),(1162660,'guest','failed_login','Users','Session','com',0,0,'173.208.206.26',1649313919),(1162661,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.56',1649314230),(1162662,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:303:ce33::',1649314478),(1162663,'guest','failed_login','Users','Session','tech1',0,0,'82.166.39.15',1649314793),(1162664,'guest','failed_login','Users','Session','drmap',0,0,'134.195.196.53',1649315033),(1162665,'guest','failed_login','Users','Session','tech1',0,0,'211.110.139.214',1649315353),(1162666,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1649315360),(1162667,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.221',1649315601),(1162668,'guest','failed_login','Users','Session','tech1',0,0,'23.97.205.210',1649315907),(1162669,'guest','failed_login','Users','Session','drmap',0,0,'45.90.163.251',1649316141),(1162670,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.106',1649316454),(1162671,'guest','failed_login','Users','Session','drmap',0,0,'69.163.186.158',1649316690),(1162672,'guest','failed_login','Users','Session','admin',0,0,'204.12.255.61',1649316818),(1162673,'guest','failed_login','Users','Session','tech1',0,0,'37.139.13.163',1649317005),(1162674,'guest','failed_login','Users','Session','drmap',0,0,'103.174.115.211',1649317244),(1162675,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649317292),(1162676,'guest','failed_login','Users','Session','tech1',0,0,'94.130.123.117',1649317558),(1162677,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1649317793),(1162678,'guest','failed_login','Users','Session','tech1',0,0,'64.141.87.4',1649318103),(1162679,'guest','failed_login','Users','Session','drmap',0,0,'142.93.109.72',1649318349),(1162680,'guest','failed_login','Users','Session','tech1',0,0,'159.89.228.214',1649318663),(1162681,'guest','failed_login','Users','Session','drmap',0,0,'123.60.59.154',1649318912),(1162682,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.75',1649319015),(1162683,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649319047),(1162684,'guest','failed_login','Users','Session','tech1',0,0,'167.99.252.52',1649319237),(1162685,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.8',1649319475),(1162686,'guest','failed_login','Users','Session','tech1',0,0,'157.245.106.187',1649319796),(1162687,'guest','failed_login','Users','Session','drmap',0,0,'93.86.255.38',1649320033),(1162688,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.202.94',1649320196),(1162689,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:1004:113c::',1649320343),(1162690,'guest','failed_login','Users','Session','admin',0,0,'92.205.10.38',1649320563),(1162691,'guest','failed_login','Users','Session','drmap',0,0,'148.72.208.193',1649320587),(1162692,'guest','failed_login','Users','Session','com',0,0,'107.150.36.75',1649320655),(1162693,'guest','failed_login','Users','Session','admin',0,0,'62.28.184.124',1649320833),(1162694,'guest','failed_login','Users','Session','tech1',0,0,'194.233.67.249',1649320901),(1162695,'guest','failed_login','Users','Session','tech1',0,0,'198.71.227.4',1649321090),(1162696,'guest','failed_login','Users','Session','drmap',0,0,'107.150.124.98',1649321145),(1162697,'guest','failed_login','Users','Session','tech1',0,0,'92.205.7.173',1649321360),(1162698,'guest','failed_login','Users','Session','tech1',0,0,'64.141.87.4',1649321454),(1162699,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:222:2a43::2',1649321694),(1162700,'guest','failed_login','Users','Session','tech1',0,0,'184.168.102.151',1649321893),(1162701,'guest','failed_login','Users','Session','tech1',0,0,'185.209.230.33',1649322011),(1162702,'guest','failed_login','Users','Session','tech1',0,0,'142.93.253.189',1649322191),(1162703,'guest','failed_login','Users','Session','drmap',0,0,'47.90.246.252',1649322249),(1162704,'guest','failed_login','Users','Session','tech1',0,0,'189.125.37.42',1649322472),(1162705,'guest','failed_login','Users','Session','tech1',0,0,'145.239.30.120',1649322567),(1162706,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.226',1649322627),(1162707,'guest','failed_login','Users','Session','tech1',0,0,'185.126.219.43',1649322779),(1162708,'guest','failed_login','Users','Session','admin',0,0,'103.172.204.162',1649322916),(1162709,'guest','failed_login','Users','Session','admin',0,0,'103.172.204.162',1649322917),(1162710,'guest','failed_login','Users','Session','tech1',0,0,'64.225.43.102',1649323066),(1162711,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1649323098),(1162712,'guest','failed_login','Users','Session','drmap',0,0,'142.93.201.0',1649323364),(1162713,'guest','failed_login','Users','Session','tech1',0,0,'198.71.227.4',1649323389),(1162714,'guest','failed_login','Users','Session','tech1',0,0,'216.117.188.6',1649323675),(1162715,'guest','failed_login','Users','Session','tech1',0,0,'132.148.199.24',1649323701),(1162716,'guest','failed_login','Users','Session','admin',0,0,'173.208.242.43',1649323716),(1162717,'guest','failed_login','Users','Session','drmap',0,0,'101.0.80.218',1649323908),(1162718,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649323936),(1162719,'guest','failed_login','Users','Session','tech1',0,0,'196.203.219.49',1649324011),(1162720,'guest','failed_login','Users','Session','tech1',0,0,'34.146.226.113',1649324293),(1162721,'guest','failed_login','Users','Session','tech1',0,0,'72.167.71.145',1649324599),(1162722,'guest','failed_login','Users','Session','tech1',0,0,'2400:8901::f03c:93ff:fe84:15a4',1649324759),(1162723,'guest','failed_login','Users','Session','tech1',0,0,'72.167.67.229',1649324909),(1162724,'guest','failed_login','Users','Session','drmap',0,0,'69.163.186.158',1649324999),(1162725,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:1008:c3a::',1649325253),(1162726,'guest','failed_login','Users','Session','tech1',0,0,'159.89.160.120',1649325311),(1162727,'guest','failed_login','Users','Session','drmap',0,0,'212.103.4.29',1649325545),(1162728,'guest','failed_login','Users','Session','tech1',0,0,'109.233.192.83',1649325556),(1162729,'guest','failed_login','Users','Session','tech1',0,0,'149.62.171.31',1649325878),(1162730,'guest','failed_login','Users','Session','drmap',0,0,'66.42.52.221',1649326093),(1162731,'guest','failed_login','Users','Session','tech1',0,0,'149.62.171.31',1649326209),(1162732,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649326525),(1162733,'guest','failed_login','Users','Session','tech1',0,0,'103.129.178.69',1649326526),(1162734,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649326547),(1162735,'guest','failed_login','Users','Session','drmap',0,0,'188.166.226.196',1649326648),(1162736,'guest','failed_login','Users','Session','tech1',0,0,'198.211.115.226',1649326884),(1162737,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.230.59',1649327085),(1162738,'guest','failed_login','Users','Session','drmap',0,0,'142.93.54.10',1649327193),(1162739,'guest','failed_login','Users','Session','tech1',0,0,'167.71.63.47',1649327237),(1162740,'guest','failed_login','Users','Session','test',0,0,'208.110.66.138',1649327302),(1162741,'guest','failed_login','Users','Session','tech1',0,0,'159.65.76.38',1649327501),(1162742,'guest','failed_login','Users','Session','tech1',0,0,'208.109.75.124',1649327559),(1162743,'guest','failed_login','Users','Session','drmap',0,0,'43.241.70.75',1649327733),(1162744,'guest','failed_login','Users','Session','tech1',0,0,'184.168.96.149',1649327899),(1162745,'guest','failed_login','Users','Session','tech1',0,0,'2a00:5da0:1000:1::27',1649328046),(1162746,'guest','failed_login','Users','Session','tech1',0,0,'192.163.204.229',1649328246),(1162747,'guest','failed_login','Users','Session','drmap',0,0,'81.70.248.169',1649328284),(1162748,'guest','failed_login','Users','Session','tech1',0,0,'128.199.166.77',1649328571),(1162749,'guest','failed_login','Users','Session','tech1',0,0,'148.72.177.242',1649328597),(1162750,'guest','failed_login','Users','Session','drmap',0,0,'51.75.15.189',1649328829),(1162751,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::53b:1',1649328915),(1162752,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1649329138),(1162753,'guest','failed_login','Users','Session','tech1',0,0,'103.111.30.40',1649329274),(1162754,'guest','failed_login','Users','Session','drmap',0,0,'162.144.63.211',1649329375),(1162755,'guest','failed_login','Users','Session','tech1',0,0,'159.65.157.154',1649329645),(1162756,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.94',1649329662),(1162757,'guest','failed_login','Users','Session','tech1',0,0,'103.174.115.211',1649329696),(1162758,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1649329935),(1162759,'guest','failed_login','Users','Session','tech1',0,0,'68.178.244.158',1649330010),(1162760,'guest','failed_login','Users','Session','tech1',0,0,'115.171.37.186',1649330246),(1162761,'guest','failed_login','Users','Session','tech1',0,0,'184.154.219.138',1649330390),(1162762,'guest','failed_login','Users','Session','drmap',0,0,'2a00:d680:20:50::3dff',1649330472),(1162763,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649330673),(1162764,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1649330771),(1162765,'guest','failed_login','Users','Session','tech1',0,0,'159.203.121.12',1649330777),(1162766,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:4:1d0::b9:8000',1649331011),(1162767,'guest','failed_login','Users','Session','tech1',0,0,'159.253.25.213',1649331156),(1162768,'guest','failed_login','Users','Session','tech1',0,0,'72.167.103.238',1649331509),(1162769,'guest','failed_login','Users','Session','tech1',0,0,'46.101.159.72',1649331848),(1162770,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1649331906),(1162771,'guest','failed_login','Users','Session','drmap',0,0,'103.129.222.91',1649332080),(1162772,'guest','failed_login','Users','Session','tech1',0,0,'58.61.240.135',1649332273),(1162773,'guest','failed_login','Users','Session','tech1',0,0,'167.99.252.52',1649332384),(1162774,'guest','failed_login','Users','Session','drmap',0,0,'103.28.37.180',1649332616),(1162775,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::42',1649332676),(1162776,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1649332916),(1162777,'guest','failed_login','Users','Session','tech1',0,0,'188.166.1.143',1649333078),(1162778,'guest','failed_login','Users','Session','drmap',0,0,'78.141.209.179',1649333148),(1162779,'guest','failed_login','Users','Session','tech1',0,0,'159.65.219.142',1649333461),(1162780,'guest','failed_login','Users','Session','tech1',0,0,'161.35.126.102',1649333463),(1162781,'guest','failed_login','Users','Session','drmap',0,0,'13.79.17.158',1649333700),(1162782,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649333748),(1162783,'guest','failed_login','Users','Session','tech1',0,0,'68.183.192.217',1649333864),(1162784,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.59',1649333934),(1162785,'guest','failed_login','Users','Session','tech1',0,0,'35.170.29.112',1649334003),(1162786,'guest','failed_login','Users','Session','tech1',0,0,'159.75.71.179',1649334270),(1162787,'guest','failed_login','Users','Session','com',0,0,'69.30.230.59',1649334332),(1162788,'guest','failed_login','Users','Session','tech1',0,0,'103.109.28.1',1649334540),(1162789,'guest','failed_login','Users','Session','tech1',0,0,'211.110.139.214',1649334691),(1162790,'guest','failed_login','Users','Session','drmap',0,0,'220.167.101.24',1649334773),(1162791,'guest','failed_login','Users','Session','tech1',0,0,'148.72.208.193',1649335076),(1162792,'guest','failed_login','Users','Session','tech1',0,0,'144.217.170.27',1649335093),(1162793,'guest','failed_login','Users','Session','drmap',0,0,'107.150.124.98',1649335310),(1162794,'guest','failed_login','Users','Session','tech1',0,0,'2a01:8740:ffff:fffb:0:d9ff:feae:94d4',1649335504),(1162795,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:303:ce33::',1649335613),(1162796,'guest','failed_login','Users','Session','drmap',0,0,'46.29.23.162',1649335848),(1162797,'guest','failed_login','Users','Session','tech1',0,0,'103.93.16.222',1649335923),(1162798,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::8c6:2001',1649336153),(1162799,'guest','failed_login','Users','Session','tech1',0,0,'34.146.226.113',1649336311),(1162800,'guest','failed_login','Users','Session','drmap',0,0,'194.233.80.204',1649336390),(1162801,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1649336450),(1162802,'guest','failed_login','Users','Session','tech1',0,0,'185.170.8.60',1649336691),(1162803,'guest','failed_login','Users','Session','tech1',0,0,'34.146.226.113',1649336730),(1162804,'guest','failed_login','Users','Session','drmap',0,0,'46.183.119.232',1649336925),(1162805,'guest','failed_login','Users','Session','tech1',0,0,'103.159.224.46',1649337191),(1162806,'guest','failed_login','Users','Session','tech1',0,0,'103.142.25.17',1649337231),(1162807,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649337309),(1162808,'guest','failed_login','Users','Session','drmap',0,0,'88.150.159.29',1649337461),(1162809,'guest','failed_login','Users','Session','tech1',0,0,'171.244.21.74',1649337609),(1162810,'guest','failed_login','Users','Session','tech1',0,0,'13.81.59.92',1649337767),(1162811,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1649338000),(1162812,'guest','failed_login','Users','Session','tech1',0,0,'68.65.122.143',1649338004),(1162813,'guest','failed_login','Users','Session','tech1',0,0,'72.167.104.77',1649338434),(1162814,'guest','failed_login','Users','Session','tech1',0,0,'91.214.64.2',1649338868),(1162815,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.19',1649339212),(1162816,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.75',1649339571),(1162817,'guest','failed_login','Users','Session','tech1',0,0,'188.166.224.74',1649339737),(1162818,'guest','failed_login','Users','Session','tech1',0,0,'208.109.174.214',1649340175),(1162819,'guest','failed_login','Users','Session','tech1',0,0,'189.125.37.42',1649340633),(1162820,'guest','failed_login','Users','Session','tech1',0,0,'184.168.108.46',1649341087),(1162821,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649341218),(1162822,'guest','failed_login','Users','Session','tech1',0,0,'103.129.178.69',1649341534),(1162823,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649341922),(1162824,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.43',1649342062),(1162825,'guest','failed_login','Users','Session','test',0,0,'173.208.153.155',1649342287),(1162826,'guest','failed_login','Users','Session','admin',0,0,'101.37.28.132',1649342292),(1162827,'guest','failed_login','Users','Session','com',0,0,'173.208.242.43',1649342632),(1162828,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.242.43',1649342753),(1162829,'guest','failed_login','Users','Session','admin',0,0,'79.137.141.196',1649342789),(1162830,'guest','failed_login','Users','Session','tech1',0,0,'34.146.226.113',1649343242),(1162831,'guest','failed_login','Users','Session','tech1',0,0,'184.168.125.241',1649343745),(1162832,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649343920),(1162833,'guest','failed_login','Users','Session','tech1',0,0,'185.46.121.66',1649344242),(1162834,'guest','failed_login','Users','Session','tech1',0,0,'157.245.231.45',1649344718),(1162835,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649345033),(1162836,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1649345200),(1162837,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.69',1649345208),(1162838,'guest','failed_login','Users','Session','tech1',0,0,'47.242.50.8',1649345212),(1162839,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.153.155',1649345575),(1162840,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.69',1649345666),(1162841,'guest','failed_login','Users','Session','tech1',0,0,'159.203.31.171',1649345703),(1162842,'guest','failed_login','Users','Session','com',0,0,'107.150.36.75',1649345775),(1162843,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.19',1649345776),(1162844,'guest','failed_login','Users','Session','tech1',0,0,'51.68.141.94',1649347233),(1162845,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1649347390),(1162846,'guest','failed_login','Users','Session','admin',0,0,'173.208.206.26',1649347674),(1162847,'guest','failed_login','Users','Session','tech1',0,0,'208.109.23.235',1649347732),(1162848,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.75',1649348196),(1162849,'guest','failed_login','Users','Session','tech1',0,0,'185.46.121.66',1649348249),(1162850,'guest','failed_login','Users','Session','tech1',0,0,'68.183.192.217',1649348746),(1162851,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.59',1649348773),(1162852,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649348799),(1162853,'guest','failed_login','Users','Session','tech1',0,0,'34.176.50.114',1649349272),(1162854,'guest','failed_login','Users','Session','tech1',0,0,'137.59.109.212',1649349778),(1162855,'guest','failed_login','Users','Session','tech1',0,0,'115.159.148.91',1649350281),(1162856,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649350550),(1162857,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.106',1649350806),(1162858,'guest','failed_login','Users','Session','tech1',0,0,'47.106.201.134',1649351295),(1162859,'guest','failed_login','Users','Session','tech1',0,0,'109.233.192.83',1649351826),(1162860,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.26',1649351848),(1162861,'guest','failed_login','Users','Session','com',0,0,'173.208.153.155',1649351928),(1162862,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.153.155',1649352075),(1162863,'guest','failed_login','Users','Session','tech1',0,0,'104.154.111.139',1649352323),(1162864,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.62',1649352751),(1162865,'guest','failed_login','Users','Session','tech1',0,0,'45.119.213.225',1649352777),(1162866,'guest','failed_login','Users','Session','tech1',0,0,'103.159.53.102',1649353154),(1162867,'guest','failed_login','Users','Session','tech1',0,0,'68.178.220.171',1649353482),(1162868,'guest','failed_login','Users','Session','admin',0,0,'107.150.36.75',1649354037),(1162869,'guest','failed_login','Users','Session','tech1',0,0,'173.212.214.140',1649354112),(1162870,'guest','failed_login','Users','Session','tech1',0,0,'196.203.219.49',1649354388),(1162871,'guest','failed_login','Users','Session','tech1',0,0,'64.227.0.234',1649354621),(1162872,'guest','failed_login','Users','Session','tech1',0,0,'2001:1418:14:100::47',1649354867),(1162873,'guest','failed_login','Users','Session','tech1',0,0,'193.231.129.34',1649355094),(1162874,'guest','failed_login','Users','Session','tech1',0,0,'103.153.214.231',1649355321),(1162875,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.155',1649355421),(1162876,'guest','failed_login','Users','Session','tech1',0,0,'107.180.121.4',1649355538),(1162877,'guest','failed_login','Users','Session','com',0,0,'173.208.206.26',1649355566),(1162878,'guest','failed_login','Users','Session','tech1',0,0,'77.221.130.84',1649355769),(1162879,'guest','failed_login','Users','Session','tech1',0,0,'162.241.156.147',1649356038),(1162880,'guest','failed_login','Users','Session','tech1',0,0,'92.205.3.203',1649356202),(1162881,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.106',1649356421),(1162882,'guest','failed_login','Users','Session','tech1',0,0,'198.12.149.182',1649356620),(1162883,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.43',1649356643),(1162884,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649356753),(1162885,'guest','failed_login','Users','Session','tech1',0,0,'92.205.3.203',1649356845),(1162886,'guest','failed_login','Users','Session','tech1',0,0,'92.204.220.57',1649357053),(1162887,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649357108),(1162888,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.69',1649357202),(1162889,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1649357270),(1162890,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4f71',1649357273),(1162891,'guest','failed_login','Users','Session','tech1',0,0,'92.204.221.14',1649357467),(1162892,'guest','failed_login','Users','Session','tech1',0,0,'150.95.110.113',1649357901),(1162893,'guest','failed_login','Users','Session','tech1',0,0,'92.204.221.14',1649358089),(1162894,'guest','failed_login','Users','Session','com',0,0,'173.208.242.43',1649358171),(1162895,'guest','failed_login','Users','Session','tech1',0,0,'92.204.220.54',1649358293),(1162896,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.240.26',1649358549),(1162897,'guest','failed_login','Users','Session','tech1',0,0,'63.250.38.190',1649358691),(1162898,'guest','failed_login','Users','Session','tech1',0,0,'162.0.239.18',1649358906),(1162899,'guest','failed_login','Users','Session','tech1',0,0,'92.205.3.203',1649359120),(1162900,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.155',1649359165),(1162901,'guest','failed_login','Users','Session','tech1',0,0,'39.105.56.236',1649359344),(1162902,'guest','failed_login','Users','Session','tech1',0,0,'142.93.113.173',1649359519),(1162903,'guest','failed_login','Users','Session','tech1',0,0,'198.54.114.46',1649359725),(1162904,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a044::b4b:5afd',1649359952),(1162905,'guest','failed_login','Users','Session','tech1',0,0,'184.168.98.94',1649360137),(1162906,'guest','failed_login','Users','Session','tech1',0,0,'159.65.219.142',1649360346),(1162907,'guest','failed_login','Users','Session','tech1',0,0,'107.180.121.4',1649360555),(1162908,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649360575),(1162909,'guest','failed_login','Users','Session','tech1',0,0,'176.235.216.155',1649360777),(1162910,'guest','failed_login','Users','Session','test',0,0,'63.141.252.67',1649360914),(1162911,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.59',1649360933),(1162912,'guest','failed_login','Users','Session','tech1',0,0,'184.168.115.59',1649360958),(1162913,'guest','failed_login','Users','Session','tech1',0,0,'103.90.235.91',1649361165),(1162914,'guest','failed_login','Users','Session','tech1',0,0,'184.168.116.113',1649361377),(1162915,'guest','failed_login','Users','Session','tech1',0,0,'123.56.59.9',1649361610),(1162916,'guest','failed_login','Users','Session','admin',0,0,'92.205.3.251',1649361917),(1162917,'guest','failed_login','Users','Session','admin',0,0,'103.1.237.254',1649362108),(1162918,'guest','failed_login','Users','Session','tech1',0,0,'143.198.93.60',1649362305),(1162919,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649362466),(1162920,'guest','failed_login','Users','Session','tech1',0,0,'47.118.60.160',1649362512),(1162921,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.154.19',1649362585),(1162922,'guest','failed_login','Users','Session','tech1',0,0,'68.65.123.138',1649362717),(1162923,'guest','failed_login','Users','Session','admin',0,0,'69.30.240.26',1649362793),(1162924,'guest','failed_login','Users','Session','tech1',0,0,'92.205.7.173',1649362932),(1162925,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649363107),(1162926,'guest','failed_login','Users','Session','tech1',0,0,'139.59.78.248',1649363141),(1162927,'guest','failed_login','Users','Session','tech1',0,0,'77.221.130.84',1649363353),(1162928,'guest','failed_login','Users','Session','tech1',0,0,'208.109.68.114',1649363533),(1162929,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649363658),(1162930,'guest','failed_login','Users','Session','tech1',0,0,'138.128.173.10',1649363755),(1162931,'guest','failed_login','Users','Session','com',0,0,'74.91.17.82',1649363837),(1162932,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.26',1649363849),(1162933,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::4c3c:e001',1649363944),(1162934,'guest','failed_login','Users','Session','tech1',0,0,'92.205.3.251',1649364153),(1162935,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.75',1649364319),(1162936,'guest','failed_login','Users','Session','tech1',0,0,'72.167.104.77',1649364333),(1162937,'guest','failed_login','Users','Session','tech1',0,0,'184.168.96.143',1649364536),(1162938,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.62',1649364686),(1162939,'guest','failed_login','Users','Session','tech1',0,0,'103.51.103.2',1649364741),(1162940,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649364904),(1162941,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.62',1649364937),(1162942,'guest','failed_login','Users','Session','tech1',0,0,'92.205.0.94',1649364953),(1162943,'guest','failed_login','Users','Session','tech1',0,0,'132.148.47.21',1649365149),(1162944,'guest','failed_login','Users','Session','tech1',0,0,'107.180.103.185',1649365346),(1162945,'guest','failed_login','Users','Session','tech1',0,0,'198.12.149.182',1649365536),(1162946,'guest','failed_login','Users','Session','tech1',0,0,'159.65.157.154',1649365739),(1162947,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.62',1649365791),(1162948,'guest','failed_login','Users','Session','tech1',0,0,'184.168.99.48',1649365929),(1162949,'guest','failed_login','Users','Session','tech1',0,0,'77.77.150.95',1649366147),(1162950,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1649366302),(1162951,'guest','failed_login','Users','Session','tech1',0,0,'171.244.17.110',1649366330),(1162952,'guest','failed_login','Users','Session','tech1',0,0,'92.205.15.94',1649366546),(1162953,'guest','failed_login','Users','Session','tech1',0,0,'92.205.10.70',1649366747),(1162954,'guest','failed_login','Users','Session','tech1',0,0,'184.168.113.249',1649366930),(1162955,'guest','failed_login','Users','Session','tech1',0,0,'107.180.124.232',1649367133),(1162956,'guest','failed_login','Users','Session','tech1',0,0,'92.204.218.140',1649367351),(1162957,'guest','failed_login','Users','Session','tech1',0,0,'88.208.209.101',1649367558),(1162958,'guest','failed_login','Users','Session','tech1',0,0,'92.205.2.188',1649367753),(1162959,'guest','failed_login','Users','Session','tech1',0,0,'199.188.201.67',1649367938),(1162960,'guest','failed_login','Users','Session','tech1',0,0,'35.211.94.153',1649368158),(1162961,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1649368271),(1162962,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.43',1649368307),(1162963,'guest','failed_login','Users','Session','tech1',0,0,'92.205.2.188',1649368355),(1162964,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.61',1649368375),(1162965,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.26',1649368468),(1162966,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.62',1649368488),(1162967,'guest','failed_login','Users','Session','tech1',0,0,'39.106.55.148',1649368581),(1162968,'guest','failed_login','Users','Session','tech1',0,0,'184.168.102.202',1649368753),(1162969,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1649368978),(1162970,'guest','failed_login','Users','Session','tech1',0,0,'39.100.228.235',1649369184),(1162971,'guest','failed_login','Users','Session','tech1',0,0,'92.205.15.94',1649369396),(1162972,'guest','failed_login','Users','Session','tech1',0,0,'35.221.181.187',1649369787),(1162973,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.155.227',1649369862),(1162974,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.154.19',1649369902),(1162975,'guest','failed_login','Users','Session','tech1',0,0,'103.28.39.137',1649370003),(1162976,'guest','failed_login','Users','Session','test',0,0,'69.197.154.19',1649370027),(1162977,'guest','failed_login','Users','Session','tech1',0,0,'178.62.77.224',1649370232),(1162978,'guest','failed_login','Users','Session','admin',0,0,'107.150.36.75',1649370257),(1162979,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649370283),(1162980,'guest','failed_login','Users','Session','tech1',0,0,'47.93.61.192',1649370442),(1162981,'guest','failed_login','Users','Session','tech1',0,0,'91.123.18.217',1649370659),(1162982,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::4fd:2001',1649370833),(1162983,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.69',1649370892),(1162984,'guest','failed_login','Users','Session','tech1',0,0,'66.115.173.18',1649371074),(1162985,'guest','failed_login','Users','Session','tech1',0,0,'184.168.101.75',1649371259),(1162986,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.82',1649371433),(1162987,'guest','failed_login','Users','Session','tech1',0,0,'91.205.175.35',1649371476),(1162988,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.61',1649371542),(1162989,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.138',1649371571),(1162990,'guest','failed_login','Users','Session','tech1',0,0,'88.208.209.101',1649371686),(1162991,'guest','failed_login','Users','Session','tech1',0,0,'39.106.55.148',1649371878),(1162992,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.155.227',1649371912),(1162993,'guest','failed_login','Users','Session','test',0,0,'69.30.229.69',1649372063),(1162994,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.26',1649372104),(1162995,'guest','failed_login','Users','Session','tech1',0,0,'64.227.0.234',1649372107),(1162996,'guest','failed_login','Users','Session','tech1',0,0,'184.168.116.210',1649372314),(1162997,'guest','failed_login','Users','Session','tech1',0,0,'184.168.114.51',1649372528),(1162998,'guest','failed_login','Users','Session','tech1',0,0,'180.211.99.217',1649372758),(1162999,'guest','failed_login','Users','Session','tech1',0,0,'39.100.228.235',1649372983),(1163000,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649373127),(1163001,'guest','failed_login','Users','Session','tech1',0,0,'184.168.116.210',1649373186),(1163002,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.227',1649373310),(1163003,'guest','failed_login','Users','Session','tech1',0,0,'51.15.160.148',1649373396),(1163004,'guest','failed_login','Users','Session','tech1',0,0,'149.18.50.22',1649373624),(1163005,'guest','failed_login','Users','Session','tech1',0,0,'185.70.11.21',1649373857),(1163006,'guest','failed_login','Users','Session','tech1',0,0,'104.198.172.68',1649374080),(1163007,'guest','failed_login','Users','Session','admin',0,0,'69.197.154.19',1649374180),(1163008,'guest','failed_login','Users','Session','tech1',0,0,'120.79.8.125',1649374290),(1163009,'guest','failed_login','Users','Session','admin',0,0,'2a02:c207:3007:3363::1',1649374547),(1163010,'guest','failed_login','Users','Session','admin',0,0,'184.168.102.96',1649374768),(1163011,'guest','failed_login','Users','Session','bangkokfinder',0,0,'192.187.127.22',1649374816),(1163012,'guest','failed_login','Users','Session','tech1',0,0,'45.119.83.250',1649375001),(1163013,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.26',1649375043),(1163014,'guest','failed_login','Users','Session','tech1',0,0,'92.204.218.140',1649375226),(1163015,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.75',1649375429),(1163016,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1649375469),(1163017,'guest','failed_login','Users','Session','tech1',0,0,'82.221.131.116',1649375708),(1163018,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::42',1649375951),(1163019,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.62',1649376075),(1163020,'guest','failed_login','Users','Session','tech1',0,0,'5.189.128.189',1649376185),(1163021,'guest','failed_login','Users','Session','tech1',0,0,'47.105.86.21',1649376404),(1163022,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1649376458),(1163023,'guest','failed_login','Users','Session','tech1',0,0,'165.22.89.6',1649376650),(1163024,'guest','failed_login','Users','Session','admin',0,0,'69.30.240.26',1649376848),(1163025,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649376890),(1163026,'guest','failed_login','Users','Session','tech1',0,0,'199.188.201.67',1649376890),(1163027,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.61',1649377008),(1163028,'guest','failed_login','Users','Session','tech1',0,0,'148.72.197.134',1649377145),(1163029,'guest','failed_login','Users','Session','tech1',0,0,'190.145.68.131',1649377397),(1163030,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::1124:d001',1649377616),(1163031,'guest','failed_login','Users','Session','com',0,0,'69.30.240.26',1649377758),(1163032,'guest','failed_login','Users','Session','tech1',0,0,'184.168.115.59',1649377877),(1163033,'guest','failed_login','Users','Session','tech1',0,0,'72.167.124.64',1649378123),(1163034,'guest','failed_login','Users','Session','tech1',0,0,'209.159.150.110',1649378379),(1163035,'guest','failed_login','Users','Session','tech1',0,0,'103.42.58.102',1649378613),(1163036,'guest','failed_login','Users','Session','tech1',0,0,'43.241.58.180',1649378896),(1163037,'guest','failed_login','Users','Session','tech1',0,0,'124.217.226.56',1649379128),(1163038,'guest','failed_login','Users','Session','tech1',0,0,'51.79.241.19',1649379400),(1163039,'guest','failed_login','Users','Session','tech1',0,0,'192.254.152.23',1649379657),(1163040,'guest','failed_login','Users','Session','tech1',0,0,'212.129.245.105',1649379904),(1163041,'guest','failed_login','Users','Session','tech1',0,0,'2401:5f80:5000:2::11',1649380180),(1163042,'guest','failed_login','Users','Session','tech1',0,0,'92.205.15.94',1649380443),(1163043,'guest','failed_login','Users','Session','tech1',0,0,'27.111.82.74',1649380711),(1163044,'guest','failed_login','Users','Session','tech1',0,0,'111.93.56.221',1649380993),(1163045,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.43',1649381156),(1163046,'guest','failed_login','Users','Session','tech1',0,0,'188.166.1.143',1649381255),(1163047,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649381316),(1163048,'guest','failed_login','Users','Session','tech1',0,0,'72.167.42.45',1649381516),(1163049,'guest','failed_login','Users','Session','tech1',0,0,'109.234.161.67',1649381789),(1163050,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:3007:3363::1',1649382060),(1163051,'guest','failed_login','Users','Session','tech1',0,0,'176.235.216.155',1649382335),(1163052,'guest','failed_login','Users','Session','tech1',0,0,'45.162.168.221',1649382598),(1163053,'guest','failed_login','Users','Session','tech1',0,0,'111.231.206.201',1649382863),(1163054,'guest','failed_login','Users','Session','tech1',0,0,'103.1.237.254',1649383165),(1163055,'guest','failed_login','Users','Session','tech1',0,0,'194.233.75.42',1649383443),(1163056,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649383489),(1163057,'guest','failed_login','Users','Session','tech1',0,0,'184.168.125.241',1649383727),(1163058,'guest','failed_login','Users','Session','tech1',0,0,'92.205.1.246',1649384005),(1163059,'guest','failed_login','Users','Session','tech1',0,0,'124.158.12.202',1649384271),(1163060,'guest','failed_login','Users','Session','tech1',0,0,'51.254.101.166',1649384571),(1163061,'guest','failed_login','Users','Session','tech1',0,0,'72.167.69.214',1649384838),(1163062,'guest','failed_login','Users','Session','tech1',0,0,'178.128.51.162',1649385125),(1163063,'guest','failed_login','Users','Session','static',0,0,'69.30.240.26',1649385222),(1163064,'guest','failed_login','Users','Session','administrator',0,0,'208.110.66.138',1649385360),(1163065,'guest','failed_login','Users','Session','admin',0,0,'63.141.252.67',1649385378),(1163066,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.155',1649385422),(1163067,'guest','failed_login','Users','Session','tech1',0,0,'2804:b44:1000::20',1649385423),(1163068,'guest','failed_login','Users','Session','tech1',0,0,'147.139.37.149',1649385695),(1163069,'guest','failed_login','Users','Session','admin',0,0,'69.30.240.26',1649385825),(1163070,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.19',1649385890),(1163071,'guest','failed_login','Users','Session','tech1',0,0,'116.255.173.135',1649386013),(1163072,'guest','failed_login','Users','Session','tech1',0,0,'72.167.69.214',1649386286),(1163073,'guest','failed_login','Users','Session','tech1',0,0,'185.165.116.22',1649386582),(1163074,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1649386649),(1163075,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.227',1649386790),(1163076,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:115b::bcf:e319',1649386872),(1163077,'guest','failed_login','Users','Session','tech1',0,0,'45.119.213.225',1649387165),(1163078,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.202.94',1649387421),(1163079,'guest','failed_login','Users','Session','tech1',0,0,'52.189.215.54',1649387437),(1163080,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.106',1649387758),(1163081,'guest','failed_login','Users','Session','tech1',0,0,'192.163.197.220',1649388052),(1163082,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.43',1649388352),(1163083,'guest','failed_login','Users','Session','tech1',0,0,'158.255.80.210',1649388354),(1163084,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.43',1649388435),(1163085,'guest','failed_login','Users','Session','tech1',0,0,'85.214.91.8',1649388650),(1163086,'guest','failed_login','Users','Session','tech1',0,0,'184.168.99.160',1649388935),(1163087,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.19',1649388964),(1163088,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.206.26',1649389144),(1163089,'guest','failed_login','Users','Session','tech1',0,0,'41.93.82.7',1649389234),(1163090,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.62',1649389242),(1163091,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649389345),(1163092,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1649389364),(1163093,'guest','failed_login','Users','Session','com',0,0,'69.30.240.26',1649389500),(1163094,'guest','failed_login','Users','Session','tech1',0,0,'27.111.82.74',1649389548),(1163095,'guest','failed_login','Users','Session','test',0,0,'173.208.153.155',1649389607),(1163096,'guest','failed_login','Users','Session','tech1',0,0,'184.168.103.26',1649389848),(1163097,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649390064),(1163098,'guest','failed_login','Users','Session','tech1',0,0,'34.87.44.101',1649390145),(1163099,'guest','failed_login','Users','Session','tech1',0,0,'77.221.130.84',1649390463),(1163100,'guest','failed_login','Users','Session','admin',0,0,'91.205.175.35',1649390796),(1163101,'guest','failed_login','Users','Session','admin',0,0,'95.167.178.158',1649391114),(1163102,'guest','failed_login','Users','Session','tech1',0,0,'159.89.2.220',1649391424),(1163103,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.229.69',1649391616),(1163104,'guest','failed_login','Users','Session','tech1',0,0,'162.0.239.18',1649391737),(1163105,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.206.26',1649392052),(1163106,'guest','failed_login','Users','Session','tech1',0,0,'60.205.205.107',1649392391),(1163107,'guest','failed_login','Users','Session','tech1',0,0,'72.167.104.77',1649392693),(1163108,'guest','failed_login','Users','Session','tech1',0,0,'95.167.178.158',1649393023),(1163109,'guest','failed_login','Users','Session','tech1',0,0,'45.162.168.221',1649393327),(1163110,'guest','failed_login','Users','Session','tech1',0,0,'88.87.206.123',1649393678),(1163111,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.75',1649393679),(1163112,'guest','failed_login','Users','Session','tech1',0,0,'35.193.222.165',1649393999),(1163113,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1649394145),(1163114,'guest','failed_login','Users','Session','tech1',0,0,'47.241.26.170',1649394304),(1163115,'guest','failed_login','Users','Session','tech1',0,0,'194.5.175.15',1649394652),(1163116,'guest','failed_login','Users','Session','tech1',0,0,'139.59.33.202',1649394961),(1163117,'guest','failed_login','Users','Session','tech1',0,0,'109.233.192.83',1649395308),(1163118,'guest','failed_login','Users','Session','tech1',0,0,'217.12.86.246',1649395635),(1163119,'guest','failed_login','Users','Session','tech1',0,0,'85.119.122.23',1649395969),(1163120,'guest','failed_login','Users','Session','tech1',0,0,'93.104.213.124',1649396299),(1163121,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649396579),(1163122,'guest','failed_login','Users','Session','tech1',0,0,'123.31.41.38',1649396623),(1163123,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1649396842),(1163124,'guest','failed_login','Users','Session','tech1',0,0,'184.168.115.25',1649396953),(1163125,'guest','failed_login','Users','Session','tech1',0,0,'92.205.10.70',1649397286),(1163126,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649397355),(1163127,'guest','failed_login','Users','Session','admin',0,0,'107.150.36.75',1649397509),(1163128,'guest','failed_login','Users','Session','tech1',0,0,'103.129.178.69',1649397605),(1163129,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.62',1649397689),(1163130,'guest','failed_login','Users','Session','tech1',0,0,'184.168.102.202',1649397952),(1163131,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.69',1649398237),(1163132,'guest','failed_login','Users','Session','tech1',0,0,'79.137.141.196',1649398287),(1163133,'guest','failed_login','Users','Session','tech1',0,0,'47.107.33.26',1649398616),(1163134,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.61',1649398715),(1163135,'guest','failed_login','Users','Session','tech1',0,0,'184.168.99.160',1649398959),(1163136,'guest','failed_login','Users','Session','tech1',0,0,'50.59.99.143',1649399300),(1163137,'guest','failed_login','Users','Session','tech1',0,0,'103.130.214.141',1649399624),(1163138,'guest','failed_login','Users','Session','tech1',0,0,'198.20.170.59',1649399985),(1163139,'guest','failed_login','Users','Session','tech1',0,0,'35.198.25.12',1649400338),(1163140,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.19',1649400395),(1163141,'guest','failed_login','Users','Session','com',0,0,'192.187.127.22',1649400614),(1163142,'guest','failed_login','Users','Session','tech1',0,0,'34.176.50.114',1649400691),(1163143,'guest','failed_login','Users','Session','tech1',0,0,'111.93.56.221',1649401050),(1163144,'guest','failed_login','Users','Session','tech1',0,0,'51.79.241.19',1649401389),(1163145,'guest','failed_login','Users','Session','tech1',0,0,'93.177.103.170',1649402030),(1163146,'guest','failed_login','Users','Session','tech1',0,0,'185.49.20.77',1649402304),(1163147,'guest','failed_login','Users','Session','tech1',0,0,'103.28.39.137',1649402559),(1163148,'guest','failed_login','Users','Session','admin',0,0,'69.30.230.59',1649402722),(1163149,'guest','failed_login','Users','Session','tech1',0,0,'92.205.3.203',1649402811),(1163150,'guest','failed_login','Users','Session','tech1',0,0,'125.227.127.195',1649403049),(1163151,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649403131),(1163152,'guest','failed_login','Users','Session','tech1',0,0,'193.231.129.34',1649403308),(1163153,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.26',1649403346),(1163154,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649403395),(1163155,'guest','failed_login','Users','Session','tech1',0,0,'157.7.174.48',1649403515),(1163156,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.94',1649403611),(1163157,'guest','failed_login','Users','Session','tech1',0,0,'103.1.237.254',1649403765),(1163158,'guest','failed_login','Users','Session','tech1',0,0,'208.109.174.214',1649403975),(1163159,'guest','failed_login','Users','Session','tech1',0,0,'125.227.127.195',1649404174),(1163160,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::42',1649404409),(1163161,'guest','failed_login','Users','Session','tech1',0,0,'72.167.42.45',1649404614),(1163162,'guest','failed_login','Users','Session','tech1',0,0,'184.168.103.144',1649404826),(1163163,'guest','failed_login','Users','Session','tech1',0,0,'184.168.115.59',1649405034),(1163164,'guest','failed_login','Users','Session','tech1',0,0,'50.59.99.143',1649405253),(1163165,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649405401),(1163166,'guest','failed_login','Users','Session','tech1',0,0,'92.205.0.94',1649405463),(1163167,'guest','failed_login','Users','Session','tech1',0,0,'184.168.103.173',1649405665),(1163168,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.153.155',1649405824),(1163169,'guest','failed_login','Users','Session','tech1',0,0,'128.199.166.77',1649405889),(1163170,'guest','failed_login','Users','Session','test',0,0,'69.30.240.26',1649406015),(1163171,'guest','failed_login','Users','Session','tech1',0,0,'85.214.91.8',1649406122),(1163172,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:c:b1a::',1649406340),(1163173,'guest','failed_login','Users','Session','com',0,0,'204.12.215.62',1649406346),(1163174,'guest','failed_login','Users','Session','tech1',0,0,'104.154.111.139',1649406524),(1163175,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.61',1649406739),(1163176,'guest','failed_login','Users','Session','tech1',0,0,'92.205.15.94',1649406746),(1163177,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.61',1649406782),(1163178,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.22',1649406882),(1163179,'guest','failed_login','Users','Session','tech1',0,0,'45.125.239.234',1649407157),(1163180,'guest','failed_login','Users','Session','tech1',0,0,'184.168.116.203',1649407546),(1163181,'guest','failed_login','Users','Session','tech1',0,0,'95.111.250.205',1649407772),(1163182,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.67',1649408041),(1163183,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649408407),(1163184,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.82',1649408507),(1163185,'guest','failed_login','Users','Session','admin',0,0,'92.205.5.11',1649408720),(1163186,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.61',1649408738),(1163187,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.75',1649408901),(1163188,'guest','failed_login','Users','Session','admin',0,0,'161.35.113.245',1649408906),(1163189,'guest','failed_login','Users','Session','tech1',0,0,'107.161.177.10',1649409122),(1163190,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4a10',1649409329),(1163191,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.215.62',1649409514),(1163192,'guest','failed_login','Users','Session','tech1',0,0,'194.163.159.35',1649409536),(1163193,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649409683),(1163194,'guest','failed_login','Users','Session','tech1',0,0,'123.31.41.38',1649409717),(1163195,'guest','failed_login','Users','Session','tech1',0,0,'8.210.158.38',1649409916),(1163196,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.59',1649410029),(1163197,'guest','failed_login','Users','Session','tech1',0,0,'92.205.5.183',1649410127),(1163198,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:842:3400::5c:29d',1649410313),(1163199,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4f71',1649410535),(1163200,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.43',1649410580),(1163201,'guest','failed_login','Users','Session','tech1',0,0,'216.158.230.167',1649410736),(1163202,'guest','failed_login','Users','Session','tech1',0,0,'8.210.57.22',1649410909),(1163203,'guest','failed_login','Users','Session','tech1',0,0,'88.208.209.101',1649411126),(1163204,'guest','failed_login','Users','Session','tech1',0,0,'46.101.95.65',1649411334),(1163205,'guest','failed_login','Users','Session','tech1',0,0,'124.217.226.56',1649411509),(1163206,'guest','failed_login','Users','Session','tech1',0,0,'198.57.247.174',1649411753),(1163207,'guest','failed_login','Users','Session','tech1',0,0,'184.168.113.203',1649411901),(1163208,'guest','failed_login','Users','Session','tech1',0,0,'86.57.254.101',1649412133),(1163209,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.134',1649412518),(1163210,'guest','failed_login','Users','Session','tech1',0,0,'93.177.103.170',1649412711),(1163211,'guest','failed_login','Users','Session','tech1',0,0,'192.99.76.111',1649412915),(1163212,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649412926),(1163213,'guest','failed_login','Users','Session','tech1',0,0,'103.28.39.137',1649413096),(1163214,'guest','failed_login','Users','Session','tech1',0,0,'23.235.192.166',1649413318),(1163215,'guest','failed_login','Users','Session','tech1',0,0,'45.119.213.225',1649413523),(1163216,'guest','failed_login','Users','Session','tech1',0,0,'159.203.31.171',1649413712),(1163217,'guest','failed_login','Users','Session','tech1',0,0,'64.225.43.102',1649413917),(1163218,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.69',1649413928),(1163219,'guest','failed_login','Users','Session','tech1',0,0,'185.191.76.228',1649414131),(1163220,'guest','failed_login','Users','Session','tech1',0,0,'103.153.214.231',1649414315),(1163221,'guest','failed_login','Users','Session','tech1',0,0,'184.168.100.205',1649414523),(1163222,'guest','failed_login','Users','Session','tech1',0,0,'184.168.117.153',1649414722),(1163223,'guest','failed_login','Users','Session','tech1',0,0,'79.137.141.196',1649414946),(1163224,'guest','failed_login','Users','Session','tech1',0,0,'211.135.244.89',1649415136),(1163225,'guest','failed_login','Users','Session','tech1',0,0,'167.99.78.164',1649415331),(1163226,'guest','failed_login','Users','Session','tech1',0,0,'167.172.133.111',1649415545),(1163227,'guest','failed_login','Users','Session','tech1',0,0,'217.12.86.246',1649415767),(1163228,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.94',1649415779),(1163229,'guest','failed_login','Users','Session','tech1',0,0,'162.144.41.156',1649415967),(1163230,'guest','failed_login','Users','Session','tech1',0,0,'35.211.94.153',1649416177),(1163231,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649416212),(1163232,'guest','failed_login','Users','Session','tech1',0,0,'162.0.239.18',1649416379),(1163233,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:842:3400::5c:29d',1649416565),(1163234,'guest','failed_login','Users','Session','admin',0,0,'74.91.17.82',1649416626),(1163235,'guest','failed_login','Users','Session','tech1',0,0,'137.184.78.118',1649416781),(1163236,'guest','failed_login','Users','Session','tech1',0,0,'107.180.124.4',1649416993),(1163237,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.59',1649417147),(1163238,'guest','failed_login','Users','Session','tech1',0,0,'124.217.226.56',1649417184),(1163239,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.155',1649417268),(1163240,'guest','failed_login','Users','Session','tech1',0,0,'92.205.6.124',1649417408),(1163241,'guest','failed_login','Users','Session','tech1',0,0,'166.62.122.244',1649417628),(1163242,'guest','failed_login','Users','Session','tech1',0,0,'184.168.98.87',1649417828),(1163243,'guest','failed_login','Users','Session','tech1',0,0,'51.15.160.148',1649418038),(1163244,'guest','failed_login','Users','Session','tech1',0,0,'165.22.89.6',1649418247),(1163245,'guest','failed_login','Users','Session','tech1',0,0,'122.17.148.164',1649418460),(1163246,'guest','failed_login','Users','Session','tech1',0,0,'184.168.114.89',1649418687),(1163247,'guest','failed_login','Users','Session','tech1',0,0,'173.201.184.189',1649418900),(1163248,'guest','failed_login','Users','Session','tech1',0,0,'35.247.159.133',1649419107),(1163249,'guest','failed_login','Users','Session','tech1',0,0,'50.59.99.143',1649419352),(1163250,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.155',1649419467),(1163251,'guest','failed_login','Users','Session','tech1',0,0,'207.55.255.20',1649419566),(1163252,'guest','failed_login','Users','Session','tech1',0,0,'147.139.37.149',1649419790),(1163253,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a044::b4b:5afd',1649420009),(1163254,'guest','failed_login','Users','Session','tech1',0,0,'174.138.33.114',1649420208),(1163255,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649420305),(1163256,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.154.19',1649420323),(1163257,'guest','failed_login','Users','Session','tech1',0,0,'45.119.83.250',1649420455),(1163258,'guest','failed_login','Users','Session','tech1',0,0,'88.135.37.49',1649420678),(1163259,'guest','failed_login','Users','Session','com',0,0,'173.208.153.155',1649420753),(1163260,'guest','failed_login','Users','Session','tech1',0,0,'69.63.64.21',1649420904),(1163261,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.75',1649420947),(1163262,'guest','failed_login','Users','Session','tech1',0,0,'185.126.219.43',1649421137),(1163263,'guest','failed_login','Users','Session','tech1',0,0,'197.232.21.22',1649421310),(1163264,'guest','failed_login','Users','Session','admin',0,0,'209.126.80.250',1649421351),(1163265,'guest','failed_login','Users','Session','admin',0,0,'184.168.117.153',1649421572),(1163266,'guest','failed_login','Users','Session','tech1',0,0,'92.205.5.183',1649421802),(1163267,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1649421947),(1163268,'guest','failed_login','Users','Session','tech1',0,0,'185.49.20.77',1649422040),(1163269,'guest','failed_login','Users','Session','tech1',0,0,'122.17.148.164',1649422244),(1163270,'guest','failed_login','Users','Session','tech1',0,0,'47.114.32.24',1649422478),(1163271,'guest','failed_login','Users','Session','tech1',0,0,'103.101.162.249',1649422726),(1163272,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649422747),(1163273,'guest','failed_login','Users','Session','tech1',0,0,'184.168.115.59',1649423197),(1163274,'guest','failed_login','Users','Session','tech1',0,0,'103.109.30.30',1649423447),(1163275,'guest','failed_login','Users','Session','tech1',0,0,'35.213.170.208',1649423658),(1163276,'guest','failed_login','Users','Session','tech1',0,0,'34.123.125.44',1649423927),(1163277,'guest','failed_login','Users','Session','tech1',0,0,'35.203.155.125',1649424173),(1163278,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.61',1649424275),(1163279,'guest','failed_login','Users','Session','tech1',0,0,'185.18.212.66',1649424391),(1163280,'guest','failed_login','Users','Session','tech1',0,0,'198.20.170.59',1649424649),(1163281,'guest','failed_login','Users','Session','tech1',0,0,'107.161.177.10',1649424903),(1163282,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.67',1649425138),(1163283,'guest','failed_login','Users','Session','tech1',0,0,'88.87.206.123',1649425153),(1163284,'guest','failed_login','Users','Session','tech1',0,0,'184.168.99.248',1649425394),(1163285,'guest','failed_login','Users','Session','tech1',0,0,'47.74.17.225',1649425632),(1163286,'guest','failed_login','Users','Session','tech1',0,0,'47.74.17.225',1649425884),(1163287,'guest','failed_login','Users','Session','tech1',0,0,'103.104.73.82',1649426172),(1163288,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:10a:21a5::2',1649426411),(1163289,'guest','failed_login','Users','Session','tech1',0,0,'162.241.156.147',1649426696),(1163290,'guest','failed_login','Users','Session','tech1',0,0,'184.168.119.95',1649426925),(1163291,'guest','failed_login','Users','Session','tech1',0,0,'208.109.174.214',1649427187),(1163292,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.155.227',1649427403),(1163293,'guest','failed_login','Users','Session','tech1',0,0,'184.168.115.59',1649427454),(1163294,'guest','failed_login','Users','Session','test',0,0,'208.110.66.138',1649427624),(1163295,'guest','failed_login','Users','Session','tech1',0,0,'184.168.98.87',1649427711),(1163296,'guest','failed_login','Users','Session','tech1',0,0,'93.104.213.124',1649427987),(1163297,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1649428062),(1163298,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649428171),(1163299,'guest','failed_login','Users','Session','tech1',0,0,'101.32.62.196',1649428231),(1163300,'guest','failed_login','Users','Session','tech1',0,0,'162.144.78.149',1649428520),(1163301,'guest','failed_login','Users','Session','tech1',0,0,'213.136.69.132',1649428783),(1163302,'guest','failed_login','Users','Session','tech1',0,0,'107.180.124.4',1649429048),(1163303,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649429315),(1163304,'guest','failed_login','Users','Session','tech1',0,0,'184.168.116.113',1649429323),(1163305,'guest','failed_login','Users','Session','admin',0,0,'208.110.66.138',1649429370),(1163306,'guest','failed_login','Users','Session','tech1',0,0,'2001:8d8:9b2:9800::b:388e',1649429584),(1163307,'guest','failed_login','Users','Session','tech1',0,0,'159.65.219.142',1649429857),(1163308,'guest','failed_login','Users','Session','tech1',0,0,'112.196.72.188',1649430163),(1163309,'guest','failed_login','Users','Session','tech1',0,0,'124.158.12.202',1649430687),(1163310,'guest','failed_login','Users','Session','tech1',0,0,'184.168.114.187',1649430983),(1163311,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.94',1649431247),(1163312,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2019:9917::1',1649431273),(1163313,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.155',1649431440),(1163314,'guest','failed_login','Users','Session','tech1',0,0,'107.180.124.232',1649431545),(1163315,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.75',1649431596),(1163316,'guest','failed_login','Users','Session','tech1',0,0,'184.168.99.160',1649431827),(1163317,'guest','failed_login','Users','Session','tech1',0,0,'107.180.124.4',1649432117),(1163318,'guest','failed_login','Users','Session','tech1',0,0,'103.101.162.249',1649432384),(1163319,'guest','failed_login','Users','Session','tech1',0,0,'115.159.148.91',1649432673),(1163320,'guest','failed_login','Users','Session','tech1',0,0,'51.68.141.94',1649432992),(1163321,'guest','failed_login','Users','Session','test',0,0,'69.30.240.26',1649433249),(1163322,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.138',1649433255),(1163323,'guest','failed_login','Users','Session','tech1',0,0,'198.71.227.4',1649433277),(1163324,'guest','failed_login','Users','Session','tech1',0,0,'209.126.80.250',1649433587),(1163325,'guest','failed_login','Users','Session','tech1',0,0,'211.37.147.188',1649433860),(1163326,'guest','failed_login','Users','Session','bangkokfinder',0,0,'208.110.66.138',1649434148),(1163327,'guest','failed_login','Users','Session','tech1',0,0,'104.154.111.139',1649434169),(1163328,'guest','failed_login','Users','Session','test',0,0,'69.30.229.69',1649434178),(1163329,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.255.61',1649434455),(1163330,'guest','failed_login','Users','Session','tech1',0,0,'47.74.17.225',1649434481),(1163331,'guest','failed_login','Users','Session','com',0,0,'107.150.36.75',1649434623),(1163332,'guest','failed_login','Users','Session','tech1',0,0,'103.129.178.69',1649434782),(1163333,'guest','failed_login','Users','Session','tech1',0,0,'72.167.124.64',1649435093),(1163334,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.67',1649435171),(1163335,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.75',1649435225),(1163336,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.26',1649435363),(1163337,'guest','failed_login','Users','Session','tech1',0,0,'34.64.218.102',1649435400),(1163338,'guest','failed_login','Users','Session','tech1',0,0,'82.97.10.157',1649435717),(1163339,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649435736),(1163340,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649435832),(1163341,'guest','failed_login','Users','Session','tech1',0,0,'150.95.110.113',1649436026),(1163342,'guest','failed_login','Users','Session','tech1',0,0,'35.200.90.127',1649436311),(1163343,'guest','failed_login','Users','Session','tech1',0,0,'2404:7a81:f80:7400:a00:27ff:fe2e:6fb',1649436619),(1163344,'guest','failed_login','Users','Session','tech1',0,0,'35.202.241.36',1649436947),(1163345,'guest','failed_login','Users','Session','tech1',0,0,'123.31.41.38',1649437257),(1163346,'guest','failed_login','Users','Session','admin',0,0,'34.69.109.132',1649437353),(1163347,'guest','failed_login','Users','Session','admin',0,0,'107.150.36.75',1649437579),(1163348,'guest','failed_login','Users','Session','admin',0,0,'94.130.123.117',1649437582),(1163349,'guest','failed_login','Users','Session','tech1',0,0,'162.214.145.74',1649437701),(1163350,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.215.62',1649437863),(1163351,'guest','failed_login','Users','Session','admin',0,0,'123.60.59.154',1649437889),(1163352,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.62',1649438353),(1163353,'guest','failed_login','Users','Session','tech1',0,0,'103.101.161.220',1649438481),(1163354,'guest','failed_login','Users','Session','drmap',0,0,'139.59.118.238',1649438628),(1163355,'guest','failed_login','Users','Session','tech1',0,0,'46.29.23.162',1649439004),(1163356,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.62',1649439134),(1163357,'guest','failed_login','Users','Session','drmap',0,0,'78.157.40.35',1649439152),(1163358,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.155',1649439167),(1163359,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1649439531),(1163360,'guest','failed_login','Users','Session','drmap',0,0,'103.212.43.29',1649439677),(1163361,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1649440205),(1163362,'guest','failed_login','Users','Session','drmap',0,0,'2001:4ba0:fff1:3::1',1649440733),(1163363,'guest','failed_login','Users','Session','drmap',0,0,'143.244.143.195',1649441259),(1163364,'guest','failed_login','Users','Session','tech1',0,0,'92.60.224.50',1649441642),(1163365,'guest','failed_login','Users','Session','test',0,0,'173.208.242.43',1649441761),(1163366,'guest','failed_login','Users','Session','drmap',0,0,'103.106.78.178',1649441794),(1163367,'guest','failed_login','Users','Session','drmap',0,0,'72.167.222.172',1649442312),(1163368,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649442506),(1163369,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1649442542),(1163370,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.59',1649442674),(1163371,'guest','failed_login','Users','Session','tech1',0,0,'185.170.8.60',1649442692),(1163372,'guest','failed_login','Users','Session','drmap',0,0,'2406:da12:57c:2a00:a2c2:12a1:1920:1c22',1649442840),(1163373,'guest','failed_login','Users','Session','dmytro',0,0,'208.110.66.138',1649443363),(1163374,'guest','failed_login','Users','Session','drmap',0,0,'72.167.34.14',1649443367),(1163375,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649443698),(1163376,'guest','failed_login','Users','Session','tech1',0,0,'2a00:5da0:1000:1::27',1649443748),(1163377,'guest','failed_login','Users','Session','drmap',0,0,'121.243.95.160',1649443897),(1163378,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.62',1649444229),(1163379,'guest','failed_login','Users','Session','drmap',0,0,'144.91.117.193',1649444425),(1163380,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.25',1649444807),(1163381,'guest','failed_login','Users','Session','admin',0,0,'107.150.36.75',1649445189),(1163382,'guest','failed_login','Users','Session','tech1',0,0,'185.170.8.60',1649445347),(1163383,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.221',1649445493),(1163384,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.94',1649445720),(1163385,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.59',1649446009),(1163386,'guest','failed_login','Users','Session','drmap',0,0,'94.23.252.163',1649446027),(1163387,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.94',1649446157),(1163388,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.62',1649446299),(1163389,'guest','failed_login','Users','Session','drmap',0,0,'63.34.93.18',1649446564),(1163390,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1649446947),(1163391,'guest','failed_login','Users','Session','drmap',0,0,'51.107.184.18',1649447103),(1163392,'guest','failed_login','Users','Session','tech1',0,0,'37.139.13.163',1649447486),(1163393,'guest','failed_login','Users','Session','drmap',0,0,'139.59.80.50',1649447635),(1163394,'guest','failed_login','Users','Session','tech1',0,0,'142.93.201.0',1649448018),(1163395,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:c010:a209::1',1649448167),(1163396,'guest','failed_login','Users','Session','test',0,0,'69.30.229.69',1649448403),(1163397,'guest','failed_login','Users','Session','tech1',0,0,'2400:8901::f03c:93ff:fe84:15a4',1649448555),(1163398,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.215.62',1649448579),(1163399,'guest','failed_login','Users','Session','drmap',0,0,'8.129.212.255',1649448709),(1163400,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649449219),(1163401,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.82',1649449223),(1163402,'guest','failed_login','Users','Session','drmap',0,0,'151.80.91.175',1649449236),(1163403,'guest','failed_login','Users','Session','tech1',0,0,'78.141.209.179',1649449623),(1163404,'guest','failed_login','Users','Session','drmap',0,0,'52.234.178.100',1649449776),(1163405,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.138',1649450136),(1163406,'guest','failed_login','Users','Session','tech1',0,0,'89.96.90.125',1649450162),(1163407,'guest','failed_login','Users','Session','drmap',0,0,'52.234.178.100',1649450313),(1163408,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.114',1649450700),(1163409,'guest','failed_login','Users','Session','drmap',0,0,'159.203.121.12',1649450851),(1163410,'guest','failed_login','Users','Session','drmap',0,0,'103.28.114.94',1649451393),(1163411,'guest','failed_login','Users','Session','tech1',0,0,'115.159.65.66',1649451469),(1163412,'guest','failed_login','Users','Session','tech1',0,0,'115.159.65.66',1649451470),(1163413,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.61',1649451537),(1163414,'guest','failed_login','Users','Session','admin',0,0,'69.30.240.26',1649451770),(1163415,'guest','failed_login','Users','Session','tech1',0,0,'95.217.3.203',1649451777),(1163416,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649451853),(1163417,'guest','failed_login','Users','Session','drmap',0,0,'2a00:1a28:155d:1f5::1',1649451930),(1163418,'guest','failed_login','Users','Session','tech1',0,0,'2607:f0d0:3901:5d::10',1649452852),(1163419,'guest','failed_login','Users','Session','drmap',0,0,'217.148.3.101',1649453001),(1163420,'guest','failed_login','Users','Session','tech1',0,0,'212.103.4.29',1649453384),(1163421,'guest','failed_login','Users','Session','drmap',0,0,'2400:8902::f03c:92ff:fe8b:d3c5',1649453537),(1163422,'guest','failed_login','Users','Session','tech1',0,0,'178.128.247.244',1649453923),(1163423,'guest','failed_login','Users','Session','tech1',0,0,'51.178.137.175',1649454449),(1163424,'guest','failed_login','Users','Session','drmap',0,0,'36.94.142.166',1649454599),(1163425,'guest','failed_login','Users','Session','tech1',0,0,'187.84.233.39',1649454983),(1163426,'guest','failed_login','Users','Session','drmap',0,0,'54.38.73.237',1649455136),(1163427,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1792:5001',1649455521),(1163428,'guest','failed_login','Users','Session','drmap',0,0,'128.199.197.163',1649455673),(1163429,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649455928),(1163430,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.44',1649456064),(1163431,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649456104),(1163432,'guest','failed_login','Users','Session','drmap',0,0,'185.230.138.4',1649456213),(1163433,'guest','failed_login','Users','Session','test',0,0,'204.12.255.61',1649456557),(1163434,'guest','failed_login','Users','Session','tech1',0,0,'141.94.247.170',1649456597),(1163435,'guest','failed_login','Users','Session','drmap',0,0,'66.11.120.48',1649456747),(1163436,'guest','failed_login','Users','Session','com',0,0,'173.208.242.43',1649456772),(1163437,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1649457133),(1163438,'guest','failed_login','Users','Session','drmap',0,0,'2a01:7c8:d007:31a:5054:ff:fef3:4470',1649457284),(1163439,'guest','failed_login','Users','Session','tech1',0,0,'128.199.201.90',1649457358),(1163440,'guest','failed_login','Users','Session','admin',0,0,'128.199.201.90',1649457358),(1163441,'guest','failed_login','Users','Session','tech1',0,0,'128.199.201.90',1649457359),(1163442,'guest','failed_login','Users','Session','admin',0,0,'128.199.201.90',1649457359),(1163443,'guest','failed_login','Users','Session','admin',0,0,'128.199.201.90',1649457360),(1163444,'guest','failed_login','Users','Session','tech1',0,0,'128.199.201.90',1649457360),(1163445,'guest','failed_login','Users','Session','tech1',0,0,'128.199.201.90',1649457361),(1163446,'guest','failed_login','Users','Session','admin',0,0,'128.199.201.90',1649457361),(1163447,'guest','failed_login','Users','Session','tech1',0,0,'128.199.201.90',1649457362),(1163448,'guest','failed_login','Users','Session','admin',0,0,'128.199.201.90',1649457362),(1163449,'guest','failed_login','Users','Session','tech1',0,0,'128.199.201.90',1649457363),(1163450,'guest','failed_login','Users','Session','admin',0,0,'128.199.201.90',1649457363),(1163451,'guest','failed_login','Users','Session','admin',0,0,'128.199.201.90',1649457364),(1163452,'guest','failed_login','Users','Session','tech1',0,0,'128.199.201.90',1649457364),(1163453,'guest','failed_login','Users','Session','tech1',0,0,'128.199.201.90',1649457365),(1163454,'guest','failed_login','Users','Session','admin',0,0,'128.199.201.90',1649457365),(1163455,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.138',1649458287),(1163456,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.82',1649458389),(1163457,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.94',1649458856),(1163458,'guest','failed_login','Users','Session','drmap',0,0,'75.119.155.88',1649458890),(1163459,'guest','failed_login','Users','Session','tech1',0,0,'148.72.177.242',1649459280),(1163460,'guest','failed_login','Users','Session','drmap',0,0,'162.240.27.242',1649459431),(1163461,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1649459816),(1163462,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649459889),(1163463,'guest','failed_login','Users','Session','drmap',0,0,'54.38.73.237',1649459967),(1163464,'guest','failed_login','Users','Session','tech1',0,0,'20.64.155.18',1649460360),(1163465,'guest','failed_login','Users','Session','admin',0,0,'69.197.154.19',1649460373),(1163466,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.19',1649460462),(1163467,'guest','failed_login','Users','Session','admin',0,0,'173.208.206.26',1649460512),(1163468,'guest','failed_login','Users','Session','drmap',0,0,'161.35.52.207',1649460517),(1163469,'guest','failed_login','Users','Session','tech1',0,0,'106.52.145.59',1649460907),(1163470,'guest','failed_login','Users','Session','drmap',0,0,'95.128.43.176',1649461054),(1163471,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1649461490),(1163472,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1649461572),(1163473,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.106',1649461598),(1163474,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.75',1649461978),(1163475,'guest','failed_login','Users','Session','tech1',0,0,'159.65.216.18',1649461987),(1163476,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.59',1649462009),(1163477,'guest','failed_login','Users','Session','drmap',0,0,'46.29.23.162',1649462138),(1163478,'guest','failed_login','Users','Session','tech1',0,0,'159.89.199.237',1649462529),(1163479,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649462594),(1163480,'guest','failed_login','Users','Session','drmap',0,0,'47.98.207.210',1649462675),(1163481,'guest','failed_login','Users','Session','tech1',0,0,'165.232.180.174',1649463067),(1163482,'guest','failed_login','Users','Session','tech1',0,0,'52.166.3.59',1649463601),(1163483,'guest','failed_login','Users','Session','drmap',0,0,'217.61.54.110',1649463752),(1163484,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649464092),(1163485,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.229.69',1649464120),(1163486,'guest','failed_login','Users','Session','tech1',0,0,'142.93.109.72',1649464142),(1163487,'guest','failed_login','Users','Session','drmap',0,0,'161.97.118.255',1649464288),(1163488,'guest','failed_login','Users','Session','tech1',0,0,'161.97.175.221',1649464673),(1163489,'guest','failed_login','Users','Session','test',0,0,'69.197.154.19',1649464738),(1163490,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.222',1649464823),(1163491,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::e77:1',1649465211),(1163492,'guest','failed_login','Users','Session','drmap',0,0,'51.178.136.125',1649465358),(1163493,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.62',1649465534),(1163494,'guest','failed_login','Users','Session','tech1',0,0,'134.195.196.53',1649465746),(1163495,'guest','failed_login','Users','Session','drmap',0,0,'46.29.23.162',1649465897),(1163496,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.153.155',1649466044),(1163497,'guest','failed_login','Users','Session','drmap',0,0,'216.117.188.6',1649466435),(1163498,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1649466976),(1163499,'guest','failed_login','Users','Session','tech1',0,0,'81.186.225.108',1649467365),(1163500,'guest','failed_login','Users','Session','drmap',0,0,'13.79.17.158',1649467521),(1163501,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649467880),(1163502,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:115b::e12:8f0d',1649467904),(1163503,'guest','failed_login','Users','Session','admin',0,0,'208.110.66.138',1649467920),(1163504,'guest','failed_login','Users','Session','drmap',0,0,'145.239.30.120',1649468055),(1163505,'guest','failed_login','Users','Session','admin',0,0,'51.254.101.166',1649468225),(1163506,'guest','failed_login','Users','Session','tech1',0,0,'167.172.105.95',1649468452),(1163507,'guest','failed_login','Users','Session','drmap',0,0,'136.243.124.150',1649468599),(1163508,'guest','failed_login','Users','Session','admin',0,0,'103.3.246.217',1649468724),(1163509,'guest','failed_login','Users','Session','tech1',0,0,'105.73.85.148',1649468990),(1163510,'guest','failed_login','Users','Session','drmap',0,0,'185.2.4.56',1649469140),(1163511,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.68',1649469149),(1163512,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649469211),(1163513,'guest','failed_login','Users','Session','tech1',0,0,'185.191.76.228',1649469262),(1163514,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.61',1649469387),(1163515,'guest','failed_login','Users','Session','tech1',0,0,'78.141.209.179',1649469529),(1163516,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.68',1649469641),(1163517,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1649469680),(1163518,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.94',1649469710),(1163519,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.43',1649469726),(1163520,'guest','failed_login','Users','Session','tech1',0,0,'198.20.170.59',1649469839),(1163521,'guest','failed_login','Users','Session','drmap',0,0,'2a02:7b40:c287:52e9::1',1649470221),(1163522,'guest','failed_login','Users','Session','tech1',0,0,'198.20.170.59',1649470390),(1163523,'guest','failed_login','Users','Session','tech1',0,0,'109.233.192.83',1649470975),(1163524,'guest','failed_login','Users','Session','tech1',0,0,'109.206.252.198',1649471553),(1163525,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.68',1649471842),(1163526,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1649472133),(1163527,'guest','failed_login','Users','Session','test',0,0,'192.187.127.22',1649472159),(1163528,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.215.62',1649472514),(1163529,'guest','failed_login','Users','Session','com',0,0,'74.91.17.82',1649472549),(1163530,'guest','failed_login','Users','Session','tech1',0,0,'103.159.53.102',1649472702),(1163531,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649473040),(1163532,'guest','failed_login','Users','Session','tech1',0,0,'103.51.103.2',1649473278),(1163533,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.27',1649473389),(1163534,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.60',1649473449),(1163535,'guest','failed_login','Users','Session','tech1',0,0,'162.144.41.156',1649473850),(1163536,'guest','failed_login','Users','Session','tech1',0,0,'159.203.9.51',1649474408),(1163537,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.60',1649474726),(1163538,'guest','failed_login','Users','Session','tech1',0,0,'189.125.37.42',1649475023),(1163539,'guest','failed_login','Users','Session','admin',0,0,'208.110.66.138',1649475458),(1163540,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.155',1649475494),(1163541,'guest','failed_login','Users','Session','tech1',0,0,'74.208.212.235',1649475598),(1163542,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649475745),(1163543,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649475849),(1163544,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4a10',1649476211),(1163545,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.75',1649476710),(1163546,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.227',1649476776),(1163547,'guest','failed_login','Users','Session','tech1',0,0,'162.219.250.15',1649476787),(1163548,'guest','failed_login','Users','Session','tech1',0,0,'34.76.155.134',1649477398),(1163549,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.61',1649477578),(1163550,'guest','failed_login','Users','Session','tech1',0,0,'107.181.185.226',1649478039),(1163551,'guest','failed_login','Users','Session','admin',0,0,'163.172.181.28',1649478130),(1163552,'guest','failed_login','Users','Session','admin',0,0,'178.217.190.82',1649478282),(1163553,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.61',1649478408),(1163554,'guest','failed_login','Users','Session','admin',0,0,'51.75.15.189',1649478667),(1163555,'guest','failed_login','Users','Session','tech1',0,0,'216.158.230.167',1649478673),(1163556,'guest','failed_login','Users','Session','admin',0,0,'109.168.97.89',1649478818),(1163557,'guest','failed_login','Users','Session','admin',0,0,'208.109.54.127',1649479215),(1163558,'guest','failed_login','Users','Session','tech1',0,0,'103.51.103.2',1649479283),(1163559,'guest','failed_login','Users','Session','admin',0,0,'84.205.178.134',1649479362),(1163560,'guest','failed_login','Users','Session','admin',0,0,'94.23.252.163',1649479753),(1163561,'guest','failed_login','Users','Session','tech1',0,0,'196.203.219.49',1649479907),(1163562,'guest','failed_login','Users','Session','admin',0,0,'43.229.129.91',1649479907),(1163563,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.68',1649480437),(1163564,'guest','failed_login','Users','Session','admin',0,0,'43.229.129.91',1649480451),(1163565,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4a10',1649480535),(1163566,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.227',1649480955),(1163567,'guest','failed_login','Users','Session','admin',0,0,'141.94.247.170',1649480997),(1163568,'guest','failed_login','Users','Session','tech1',0,0,'159.253.25.213',1649481178),(1163569,'guest','failed_login','Users','Session','drmap',0,0,'173.212.201.226',1649481552),(1163570,'guest','failed_login','Users','Session','tech1',0,0,'8.210.146.161',1649481796),(1163571,'guest','failed_login','Users','Session','tech1',0,0,'123.25.21.16',1649481946),(1163572,'guest','failed_login','Users','Session','drmap',0,0,'167.71.117.225',1649482099),(1163573,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.155.227',1649482244),(1163574,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649482377),(1163575,'guest','failed_login','Users','Session','tech1',0,0,'185.70.11.21',1649482462),(1163576,'guest','failed_login','Users','Session','admin',0,0,'204.12.202.94',1649482472),(1163577,'guest','failed_login','Users','Session','tech1',0,0,'159.203.120.246',1649482496),(1163578,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1649482592),(1163579,'guest','failed_login','Users','Session','drmap',0,0,'34.75.65.218',1649482653),(1163580,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.75',1649482896),(1163581,'guest','failed_login','Users','Session','tech1',0,0,'200.170.156.249',1649483062),(1163582,'guest','failed_login','Users','Session','tech1',0,0,'62.171.136.23',1649483085),(1163583,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649483186),(1163584,'guest','failed_login','Users','Session','drmap',0,0,'2a00:5da0:1000:1::27',1649483218),(1163585,'guest','failed_login','Users','Session','tech1',0,0,'2607:f0d0:3901:5d::10',1649483626),(1163586,'guest','failed_login','Users','Session','tech1',0,0,'64.91.226.33',1649483637),(1163587,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649483753),(1163588,'guest','failed_login','Users','Session','drmap',0,0,'178.128.194.13',1649483785),(1163589,'guest','failed_login','Users','Session','tech1',0,0,'103.109.196.49',1649483875),(1163590,'guest','failed_login','Users','Session','tech1',0,0,'103.109.196.49',1649483876),(1163591,'guest','failed_login','Users','Session','tech1',0,0,'185.146.20.254',1649484139),(1163592,'guest','failed_login','Users','Session','drmap',0,0,'109.168.97.89',1649484337),(1163593,'guest','failed_login','Users','Session','tech1',0,0,'43.241.58.180',1649484578),(1163594,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.68',1649484701),(1163595,'guest','failed_login','Users','Session','admin',0,0,'50.62.137.47',1649484730),(1163596,'guest','failed_login','Users','Session','admin',0,0,'51.159.155.6',1649484881),(1163597,'guest','failed_login','Users','Session','test',0,0,'173.208.206.26',1649484922),(1163598,'guest','failed_login','Users','Session','tech1',0,0,'147.139.37.149',1649484975),(1163599,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.61',1649485003),(1163600,'guest','failed_login','Users','Session','admin',0,0,'204.12.255.61',1649485150),(1163601,'guest','failed_login','Users','Session','tech1',0,0,'2a05:d012:eb4:7300:4fb6:132a:5815:2029',1649485349),(1163602,'guest','failed_login','Users','Session','tech1',0,0,'51.68.105.71',1649485713),(1163603,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649485718),(1163604,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.69',1649485838),(1163605,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.156',1649485888),(1163606,'guest','failed_login','Users','Session','admin',0,0,'52.234.178.100',1649486002),(1163607,'guest','failed_login','Users','Session','tech1',0,0,'199.188.201.7',1649486029),(1163608,'guest','failed_login','Users','Session','tech1',0,0,'208.109.41.113',1649486351),(1163609,'guest','failed_login','Users','Session','admin',0,0,'103.166.183.192',1649486399),(1163610,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.139',1649486533),(1163611,'guest','failed_login','Users','Session','admin',0,0,'194.90.234.21',1649486553),(1163612,'guest','failed_login','Users','Session','tech1',0,0,'54.186.159.152',1649486674),(1163613,'guest','failed_login','Users','Session','admin',0,0,'159.89.160.120',1649486951),(1163614,'guest','failed_login','Users','Session','tech1',0,0,'103.74.54.48',1649487007),(1163615,'guest','failed_login','Users','Session','admin',0,0,'103.142.25.17',1649487108),(1163616,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.82',1649487146),(1163617,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.62',1649487156),(1163618,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.227',1649487235),(1163619,'guest','failed_login','Users','Session','tech1',0,0,'104.36.149.6',1649487299),(1163620,'guest','failed_login','Users','Session','admin',0,0,'167.172.168.111',1649487511),(1163621,'guest','failed_login','Users','Session','tech1',0,0,'213.205.38.23',1649487633),(1163622,'guest','failed_login','Users','Session','admin',0,0,'47.100.208.57',1649487662),(1163623,'guest','failed_login','Users','Session','tech1',0,0,'50.116.87.120',1649487961),(1163624,'guest','failed_login','Users','Session','admin',0,0,'198.46.160.118',1649488060),(1163625,'guest','failed_login','Users','Session','admin',0,0,'2400:8500:1801:415:118:27:30:151',1649488218),(1163626,'guest','failed_login','Users','Session','tech1',0,0,'138.201.59.54',1649488253),(1163627,'guest','failed_login','Users','Session','test',0,0,'208.110.66.139',1649488310),(1163628,'guest','failed_login','Users','Session','tech1',0,0,'103.129.178.69',1649488554),(1163629,'guest','failed_login','Users','Session','admin',0,0,'2a01:4f9:c010:82e3::1',1649488612),(1163630,'guest','failed_login','Users','Session','admin',0,0,'109.68.215.82',1649488764),(1163631,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4a10',1649488902),(1163632,'guest','failed_login','Users','Session','bangkokfinder',0,0,'208.110.66.139',1649488975),(1163633,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649488998),(1163634,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1649489034),(1163635,'guest','failed_login','Users','Session','tech1',0,0,'8.210.57.22',1649489186),(1163636,'guest','failed_login','Users','Session','bangkokfinder',0,0,'208.110.66.139',1649489412),(1163637,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.121',1649489414),(1163638,'guest','failed_login','Users','Session','drmap',0,0,'16.170.192.10',1649489714),(1163639,'guest','failed_login','Users','Session','tech1',0,0,'66.29.132.22',1649489741),(1163640,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.32',1649490065),(1163641,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:800:10::34bd:1',1649490109),(1163642,'guest','failed_login','Users','Session','drmap',0,0,'78.157.40.35',1649490264),(1163643,'guest','failed_login','Users','Session','tech1',0,0,'217.160.131.45',1649490388),(1163644,'guest','failed_login','Users','Session','tech1',0,0,'65.0.145.55',1649490660),(1163645,'guest','failed_login','Users','Session','tech1',0,0,'213.175.208.121',1649490730),(1163646,'guest','failed_login','Users','Session','drmap',0,0,'92.204.138.28',1649490812),(1163647,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.62',1649490941),(1163648,'guest','failed_login','Users','Session','tech1',0,0,'103.28.39.137',1649491038),(1163649,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.227',1649491324),(1163650,'guest','failed_login','Users','Session','drmap',0,0,'194.233.67.249',1649491356),(1163651,'guest','failed_login','Users','Session','tech1',0,0,'149.18.50.22',1649491667),(1163652,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649491703),(1163653,'guest','failed_login','Users','Session','tech1',0,0,'5.9.238.116',1649491754),(1163654,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::fb6:1001',1649491921),(1163655,'guest','failed_login','Users','Session','[login]',0,0,'2400:6180:0:d0::fb6:1001',1649491926),(1163656,'guest','failed_login','Users','Session','tech1',0,0,'103.104.73.82',1649492025),(1163657,'guest','failed_login','Users','Session','tech1',0,0,'2400:8901::f03c:91ff:feb9:4fd3',1649492075),(1163658,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.156',1649492137),(1163659,'guest','failed_login','Users','Session','tech1',0,0,'161.35.51.40',1649492252),(1163660,'guest','failed_login','Users','Session','[login]',0,0,'161.35.51.40',1649492253),(1163661,'guest','failed_login','Users','Session','admin',0,0,'204.12.255.61',1649492281),(1163662,'guest','failed_login','Users','Session','tech1',0,0,'185.230.138.4',1649492308),(1163663,'guest','failed_login','Users','Session','tech1',0,0,'151.106.35.235',1649492309),(1163664,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.139',1649492370),(1163665,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c2c:50d9::1',1649492389),(1163666,'guest','failed_login','Users','Session','drmap',0,0,'36.94.142.166',1649492455),(1163667,'guest','failed_login','Users','Session','tech1',0,0,'20.231.56.149',1649492475),(1163668,'guest','failed_login','Users','Session','tech1',0,0,'129.232.204.123',1649492593),(1163669,'guest','failed_login','Users','Session','[login]',0,0,'129.232.204.123',1649492593),(1163670,'guest','failed_login','Users','Session','tech1',0,0,'54.237.45.105',1649492600),(1163671,'guest','failed_login','Users','Session','tech1',0,0,'2401:c080:1c01:ca3:5400:3ff:feef:803f',1649492701),(1163672,'guest','failed_login','Users','Session','tech1',0,0,'2001:df3:5b80:202:153:2:1139:b774',1649492789),(1163673,'guest','failed_login','Users','Session','tech1',0,0,'15.184.204.136',1649492888),(1163674,'guest','failed_login','Users','Session','[login]',0,0,'15.184.204.136',1649492889),(1163675,'guest','failed_login','Users','Session','tech1',0,0,'39.101.164.205',1649492915),(1163676,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.227',1649492972),(1163677,'guest','failed_login','Users','Session','tech1',0,0,'118.27.103.110',1649492999),(1163678,'guest','failed_login','Users','Session','drmap',0,0,'103.129.222.91',1649493000),(1163679,'guest','failed_login','Users','Session','tech1',0,0,'2a0e:fd45:2ba0:10:188:64:138:23',1649493088),(1163680,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.26',1649493162),(1163681,'guest','failed_login','Users','Session','tech1',0,0,'2001:4b99:1:1:216:3eff:fe83:1527',1649493203),(1163682,'guest','failed_login','Users','Session','tech1',0,0,'2a0b:7280:200:0:1c00:daff:fe00:1863',1649493240),(1163683,'guest','failed_login','Users','Session','tech1',0,0,'78.12.0.43',1649493344),(1163684,'guest','failed_login','Users','Session','[login]',0,0,'78.12.0.43',1649493345),(1163685,'guest','failed_login','Users','Session','tech1',0,0,'185.243.214.28',1649493389),(1163686,'guest','failed_login','Users','Session','tech1',0,0,'64.227.114.253',1649493390),(1163687,'guest','failed_login','Users','Session','[login]',0,0,'64.227.114.253',1649493391),(1163688,'guest','failed_login','Users','Session','tech1',0,0,'103.147.246.226',1649493522),(1163689,'guest','failed_login','Users','Session','drmap',0,0,'84.205.178.134',1649493542),(1163690,'guest','failed_login','Users','Session','tech1',0,0,'216.158.230.167',1649493561),(1163691,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:4b:3a5b::2',1649493627),(1163692,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2038:455::1',1649493704),(1163693,'guest','failed_login','Users','Session','tech1',0,0,'37.18.90.72',1649493831),(1163694,'guest','failed_login','Users','Session','[login]',0,0,'37.18.90.72',1649493832),(1163695,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.187',1649493857),(1163696,'guest','failed_login','Users','Session','tech1',0,0,'157.245.131.230',1649493873),(1163697,'guest','failed_login','Users','Session','[login]',0,0,'157.245.131.230',1649493876),(1163698,'guest','failed_login','Users','Session','tech1',0,0,'159.223.170.181',1649493932),(1163699,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.27',1649493995),(1163700,'guest','failed_login','Users','Session','tech1',0,0,'20.231.56.149',1649494004),(1163701,'guest','failed_login','Users','Session','[login]',0,0,'20.231.56.149',1649494004),(1163702,'guest','failed_login','Users','Session','drmap',0,0,'103.39.134.190',1649494085),(1163703,'guest','failed_login','Users','Session','tech1',0,0,'2a05:480:0:f56a::2',1649494095),(1163704,'guest','failed_login','Users','Session','tech1',0,0,'91.205.175.35',1649494180),(1163705,'guest','failed_login','Users','Session','tech1',0,0,'157.245.131.230',1649494209),(1163706,'guest','failed_login','Users','Session','tech1',0,0,'157.230.253.37',1649494310),(1163707,'guest','failed_login','Users','Session','test',0,0,'204.12.215.62',1649494381),(1163708,'guest','failed_login','Users','Session','tech1',0,0,'95.173.180.21',1649494399),(1163709,'guest','failed_login','Users','Session','tech1',0,0,'178.217.190.82',1649494474),(1163710,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1649494489),(1163711,'guest','failed_login','Users','Session','tech1',0,0,'84.205.178.134',1649494495),(1163712,'guest','failed_login','Users','Session','tech1',0,0,'194.233.90.4',1649494519),(1163713,'guest','failed_login','Users','Session','[login]',0,0,'194.233.90.4',1649494519),(1163714,'guest','failed_login','Users','Session','tech1',0,0,'35.185.207.50',1649494609),(1163715,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1649494624),(1163716,'guest','failed_login','Users','Session','tech1',0,0,'2401:c080:1c01:ca3:5400:3ff:feef:803f',1649494714),(1163717,'guest','failed_login','Users','Session','tech1',0,0,'150.95.12.102',1649494780),(1163718,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:4:1d0::3a:7000',1649494783),(1163719,'guest','failed_login','Users','Session','tech1',0,0,'165.22.116.165',1649494899),(1163720,'guest','failed_login','Users','Session','tech1',0,0,'51.91.151.60',1649495013),(1163721,'guest','failed_login','Users','Session','tech1',0,0,'47.94.136.206',1649495041),(1163722,'guest','failed_login','Users','Session','[login]',0,0,'47.94.136.206',1649495042),(1163723,'guest','failed_login','Users','Session','tech1',0,0,'213.175.208.121',1649495109),(1163724,'guest','failed_login','Users','Session','tech1',0,0,'167.86.102.136',1649495121),(1163725,'guest','failed_login','Users','Session','drmap',0,0,'208.109.54.127',1649495166),(1163726,'guest','failed_login','Users','Session','tech1',0,0,'34.76.147.42',1649495193),(1163727,'guest','failed_login','Users','Session','[login]',0,0,'34.76.147.42',1649495196),(1163728,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.69',1649495284),(1163729,'guest','failed_login','Users','Session','tech1',0,0,'103.237.145.122',1649495341),(1163730,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.11',1649495408),(1163731,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.227',1649495429),(1163732,'guest','failed_login','Users','Session','tech1',0,0,'159.89.175.178',1649495448),(1163733,'guest','failed_login','Users','Session','tech1',0,0,'155.133.142.67',1649495516),(1163734,'guest','failed_login','Users','Session','tech1',0,0,'103.39.134.190',1649495555),(1163735,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649495597),(1163736,'guest','failed_login','Users','Session','tech1',0,0,'103.77.160.73',1649495638),(1163737,'guest','failed_login','Users','Session','[login]',0,0,'103.77.160.73',1649495639),(1163738,'guest','failed_login','Users','Session','drmap',0,0,'163.172.96.20',1649495711),(1163739,'guest','failed_login','Users','Session','tech1',0,0,'2a0b:7280:200:0:4d4:3eff:fe00:d7a',1649495733),(1163740,'guest','failed_login','Users','Session','tech1',0,0,'65.0.124.6',1649495736),(1163741,'guest','failed_login','Users','Session','[login]',0,0,'65.0.124.6',1649495736),(1163742,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.82',1649495748),(1163743,'guest','failed_login','Users','Session','tech1',0,0,'144.91.125.155',1649495942),(1163744,'guest','failed_login','Users','Session','tech1',0,0,'2001:19f0:5001:44f:5400:3ff:fe66:380d',1649496028),(1163745,'guest','failed_login','Users','Session','tech1',0,0,'130.185.77.84',1649496075),(1163746,'guest','failed_login','Users','Session','[login]',0,0,'130.185.77.84',1649496076),(1163747,'guest','failed_login','Users','Session','tech1',0,0,'2406:da18:9e9:800:c29a:9776:5ad:d3c6',1649496103),(1163748,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.156',1649496111),(1163749,'guest','failed_login','Users','Session','tech1',0,0,'94.247.172.123',1649496136),(1163750,'guest','failed_login','Users','Session','tech1',0,0,'150.95.12.102',1649496194),(1163751,'guest','failed_login','Users','Session','[login]',0,0,'150.95.12.102',1649496195),(1163752,'guest','failed_login','Users','Session','drmap',0,0,'161.97.118.255',1649496248),(1163753,'guest','failed_login','Users','Session','tech1',0,0,'77.235.58.41',1649496315),(1163754,'guest','failed_login','Users','Session','tech1',0,0,'118.27.103.110',1649496339),(1163755,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:200:33cc::2',1649496437),(1163756,'guest','failed_login','Users','Session','[login]',0,0,'2a01:4f8:200:33cc::2',1649496437),(1163757,'guest','failed_login','Users','Session','tech1',0,0,'2a03:6f00:1::5c35:60ae',1649496490),(1163758,'guest','failed_login','Users','Session','tech1',0,0,'34.135.49.103',1649496622),(1163759,'guest','failed_login','Users','Session','tech1',0,0,'34.68.4.41',1649496627),(1163760,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:1004:113c::',1649496635),(1163761,'guest','failed_login','Users','Session','tech1',0,0,'64.227.114.253',1649496728),(1163762,'guest','failed_login','Users','Session','[login]',0,0,'64.227.114.253',1649496728),(1163763,'guest','failed_login','Users','Session','tech1',0,0,'139.59.19.34',1649496853),(1163764,'guest','failed_login','Users','Session','[login]',0,0,'139.59.19.34',1649496853),(1163765,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1649496905),(1163766,'guest','failed_login','Users','Session','tech1',0,0,'68.65.123.202',1649496929),(1163767,'guest','failed_login','Users','Session','tech1',0,0,'116.193.190.84',1649496949),(1163768,'guest','failed_login','Users','Session','tech1',0,0,'154.119.36.49',1649497040),(1163769,'guest','failed_login','Users','Session','tech1',0,0,'2a04:3543:1000:2310:bcde:32ff:fea3:56c4',1649497143),(1163770,'guest','failed_login','Users','Session','[login]',0,0,'2a04:3543:1000:2310:bcde:32ff:fea3:56c4',1649497143),(1163771,'guest','failed_login','Users','Session','tech1',0,0,'185.209.230.33',1649497175),(1163772,'guest','failed_login','Users','Session','tech1',0,0,'2406:da1a:45:3400:67f4:1af5:a9a5:9aa2',1649497234),(1163773,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::2db:3001',1649497243),(1163774,'guest','failed_login','Users','Session','drmap',0,0,'139.59.118.238',1649497327),(1163775,'guest','failed_login','Users','Session','tech1',0,0,'46.101.114.161',1649497397),(1163776,'guest','failed_login','Users','Session','test',0,0,'204.12.255.61',1649497439),(1163777,'guest','failed_login','Users','Session','tech1',0,0,'177.55.111.12',1649497547),(1163778,'guest','failed_login','Users','Session','[login]',0,0,'177.55.111.12',1649497547),(1163779,'guest','failed_login','Users','Session','tech1',0,0,'103.74.54.48',1649497552),(1163780,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2047:2318::1',1649497630),(1163781,'guest','failed_login','Users','Session','[login]',0,0,'2a02:c207:2047:2318::1',1649497631),(1163782,'guest','failed_login','Users','Session','tech1',0,0,'150.95.113.178',1649497713),(1163783,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2038:455::1',1649497851),(1163784,'guest','failed_login','Users','Session','[login]',0,0,'2a02:c207:2038:455::1',1649497851),(1163785,'guest','failed_login','Users','Session','drmap',0,0,'54.38.73.237',1649497863),(1163786,'guest','failed_login','Users','Session','tech1',0,0,'89.248.168.47',1649497885),(1163787,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2047:2318::1',1649497934),(1163788,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.229.69',1649498054),(1163789,'guest','failed_login','Users','Session','tech1',0,0,'130.185.77.84',1649498071),(1163790,'guest','failed_login','Users','Session','[login]',0,0,'130.185.77.84',1649498072),(1163791,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:271:2583::2',1649498187),(1163792,'guest','failed_login','Users','Session','tech1',0,0,'78.12.0.43',1649498190),(1163793,'guest','failed_login','Users','Session','[login]',0,0,'78.12.0.43',1649498191),(1163794,'guest','failed_login','Users','Session','tech1',0,0,'151.106.41.64',1649498249),(1163795,'guest','failed_login','Users','Session','tech1',0,0,'103.237.145.122',1649498262),(1163796,'guest','failed_login','Users','Session','[login]',0,0,'103.237.145.122',1649498263),(1163797,'guest','failed_login','Users','Session','tech1',0,0,'74.208.76.156',1649498325),(1163798,'guest','failed_login','Users','Session','[login]',0,0,'74.208.76.156',1649498326),(1163799,'guest','failed_login','Users','Session','drmap',0,0,'81.70.248.169',1649498401),(1163800,'guest','failed_login','Users','Session','tech1',0,0,'185.136.206.6',1649498440),(1163801,'guest','failed_login','Users','Session','[login]',0,0,'185.136.206.6',1649498441),(1163802,'guest','failed_login','Users','Session','tech1',0,0,'159.203.31.171',1649498473),(1163803,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4ff:f0:e6b::1',1649498550),(1163804,'guest','failed_login','Users','Session','[login]',0,0,'2a01:4ff:f0:e6b::1',1649498551),(1163805,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.68',1649498635),(1163806,'guest','failed_login','Users','Session','tech1',0,0,'95.173.180.21',1649498661),(1163807,'guest','failed_login','Users','Session','tech1',0,0,'66.94.116.46',1649498780),(1163808,'guest','failed_login','Users','Session','[login]',0,0,'66.94.116.46',1649498780),(1163809,'guest','failed_login','Users','Session','tech1',0,0,'209.126.80.250',1649498782),(1163810,'guest','failed_login','Users','Session','tech1',0,0,'2001:470:c:7e2::2',1649498785),(1163811,'guest','failed_login','Users','Session','tech1',0,0,'46.101.11.222',1649498862),(1163812,'guest','failed_login','Users','Session','drmap',0,0,'105.73.85.148',1649498937),(1163813,'guest','failed_login','Users','Session','tech1',0,0,'45.200.120.185',1649499033),(1163814,'guest','failed_login','Users','Session','[login]',0,0,'45.200.120.185',1649499039),(1163815,'guest','failed_login','Users','Session','tech1',0,0,'188.42.97.7',1649499086),(1163816,'guest','failed_login','Users','Session','tech1',0,0,'13.65.208.195',1649499181),(1163817,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.27',1649499233),(1163818,'guest','failed_login','Users','Session','tech1',0,0,'2401:c080:1c01:ca3:5400:3ff:feef:803f',1649499291),(1163819,'guest','failed_login','Users','Session','[login]',0,0,'2401:c080:1c01:ca3:5400:3ff:feef:803f',1649499291),(1163820,'guest','failed_login','Users','Session','tech1',0,0,'52.234.178.100',1649499329),(1163821,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649499340),(1163822,'guest','failed_login','Users','Session','tech1',0,0,'103.1.239.126',1649499343),(1163823,'guest','failed_login','Users','Session','[login]',0,0,'103.1.239.126',1649499343),(1163824,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.25',1649499405),(1163825,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1649499454),(1163826,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:800:3050::',1649499476),(1163827,'guest','failed_login','Users','Session','tech1',0,0,'104.248.196.64',1649499481),(1163828,'guest','failed_login','Users','Session','tech1',0,0,'188.166.88.224',1649499600),(1163829,'guest','failed_login','Users','Session','tech1',0,0,'185.136.206.6',1649499672),(1163830,'guest','failed_login','Users','Session','test',0,0,'69.30.229.69',1649499676),(1163831,'guest','failed_login','Users','Session','tech1',0,0,'72.29.64.190',1649499692),(1163832,'guest','failed_login','Users','Session','tech1',0,0,'188.166.88.224',1649499786),(1163833,'guest','failed_login','Users','Session','[login]',0,0,'188.166.88.224',1649499787),(1163834,'guest','failed_login','Users','Session','tech1',0,0,'143.244.177.220',1649499861),(1163835,'guest','failed_login','Users','Session','tech1',0,0,'101.0.97.134',1649500000),(1163836,'guest','failed_login','Users','Session','drmap',0,0,'92.60.224.50',1649500011),(1163837,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.139',1649500030),(1163838,'guest','failed_login','Users','Session','tech1',0,0,'157.245.106.233',1649500057),(1163839,'guest','failed_login','Users','Session','[login]',0,0,'157.245.106.233',1649500062),(1163840,'guest','failed_login','Users','Session','tech1',0,0,'185.208.79.94',1649500070),(1163841,'guest','failed_login','Users','Session','tech1',0,0,'2401:2500:204:1104:153:127:13:70',1649500193),(1163842,'guest','failed_login','Users','Session','[login]',0,0,'2401:2500:204:1104:153:127:13:70',1649500193),(1163843,'guest','failed_login','Users','Session','tech1',0,0,'45.122.220.15',1649500293),(1163844,'guest','failed_login','Users','Session','tech1',0,0,'162.0.229.43',1649500310),(1163845,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1649500324),(1163846,'guest','failed_login','Users','Session','tech1',0,0,'217.112.89.55',1649500388),(1163847,'guest','failed_login','Users','Session','[login]',0,0,'217.112.89.55',1649500388),(1163848,'guest','failed_login','Users','Session','tech1',0,0,'148.72.214.194',1649500397),(1163849,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.82',1649500406),(1163850,'guest','failed_login','Users','Session','drmap',0,0,'81.169.209.125',1649500552),(1163851,'guest','failed_login','Users','Session','tech1',0,0,'202.191.121.34',1649500600),(1163852,'guest','failed_login','Users','Session','[login]',0,0,'202.191.121.34',1649500600),(1163853,'guest','failed_login','Users','Session','tech1',0,0,'167.99.84.255',1649500635),(1163854,'guest','failed_login','Users','Session','tech1',0,0,'85.17.88.170',1649500680),(1163855,'guest','failed_login','Users','Session','[login]',0,0,'85.17.88.170',1649500681),(1163856,'guest','failed_login','Users','Session','tech1',0,0,'146.148.81.14',1649500797),(1163857,'guest','failed_login','Users','Session','[login]',0,0,'146.148.81.14',1649500797),(1163858,'guest','failed_login','Users','Session','tech1',0,0,'68.183.81.28',1649500871),(1163859,'guest','failed_login','Users','Session','[login]',0,0,'68.183.81.28',1649500872),(1163860,'guest','failed_login','Users','Session','tech1',0,0,'83.135.133.86',1649500936),(1163861,'guest','failed_login','Users','Session','tech1',0,0,'176.235.216.155',1649500949),(1163862,'guest','failed_login','Users','Session','tech1',0,0,'143.244.174.24',1649500956),(1163863,'guest','failed_login','Users','Session','[login]',0,0,'143.244.174.24',1649500962),(1163864,'guest','failed_login','Users','Session','drmap',0,0,'185.200.243.16',1649501085),(1163865,'guest','failed_login','Users','Session','tech1',0,0,'31.14.141.126',1649501106),(1163866,'guest','failed_login','Users','Session','[login]',0,0,'31.14.141.126',1649501107),(1163867,'guest','failed_login','Users','Session','tech1',0,0,'157.245.185.172',1649501221),(1163868,'guest','failed_login','Users','Session','[login]',0,0,'157.245.185.172',1649501221),(1163869,'guest','failed_login','Users','Session','tech1',0,0,'198.71.224.86',1649501254),(1163870,'guest','failed_login','Users','Session','tech1',0,0,'2400:8901::f03c:91ff:feb9:4fd3',1649501304),(1163871,'guest','failed_login','Users','Session','[login]',0,0,'2400:8901::f03c:91ff:feb9:4fd3',1649501305),(1163872,'guest','failed_login','Users','Session','tech1',0,0,'58.181.206.106',1649501423),(1163873,'guest','failed_login','Users','Session','tech1',0,0,'36.89.251.105',1649501469),(1163874,'guest','failed_login','Users','Session','tech1',0,0,'35.203.66.166',1649501470),(1163875,'guest','failed_login','Users','Session','[login]',0,0,'36.89.251.105',1649501475),(1163876,'guest','failed_login','Users','Session','tech1',0,0,'74.208.252.140',1649501551),(1163877,'guest','failed_login','Users','Session','tech1',0,0,'161.35.96.34',1649501607),(1163878,'guest','failed_login','Users','Session','drmap',0,0,'195.179.202.215',1649501624),(1163879,'guest','failed_login','Users','Session','admin',0,0,'63.141.252.68',1649501633),(1163880,'guest','failed_login','Users','Session','tech1',0,0,'161.35.96.34',1649501715),(1163881,'guest','failed_login','Users','Session','tech1',0,0,'46.101.11.222',1649501827),(1163882,'guest','failed_login','Users','Session','[login]',0,0,'46.101.11.222',1649501828),(1163883,'guest','failed_login','Users','Session','tech1',0,0,'177.221.140.73',1649501863),(1163884,'guest','failed_login','Users','Session','tech1',0,0,'167.86.102.136',1649501915),(1163885,'guest','failed_login','Users','Session','[login]',0,0,'167.86.102.136',1649501915),(1163886,'guest','failed_login','Users','Session','tech1',0,0,'47.98.207.210',1649502009),(1163887,'guest','failed_login','Users','Session','tech1',0,0,'139.59.19.34',1649502037),(1163888,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.154.20',1649502067),(1163889,'guest','failed_login','Users','Session','drmap',0,0,'34.75.65.218',1649502159),(1163890,'guest','failed_login','Users','Session','tech1',0,0,'27.111.82.74',1649502165),(1163891,'guest','failed_login','Users','Session','tech1',0,0,'91.236.136.208',1649502166),(1163892,'guest','failed_login','Users','Session','[login]',0,0,'91.236.136.208',1649502167),(1163893,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649502180),(1163894,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.76',1649502199),(1163895,'guest','failed_login','Users','Session','tech1',0,0,'34.124.152.220',1649502236),(1163896,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.27',1649502295),(1163897,'guest','failed_login','Users','Session','tech1',0,0,'130.185.77.84',1649502354),(1163898,'guest','failed_login','Users','Session','[login]',0,0,'130.185.77.84',1649502355),(1163899,'guest','failed_login','Users','Session','tech1',0,0,'47.254.87.56',1649502409),(1163900,'guest','failed_login','Users','Session','[login]',0,0,'47.254.87.56',1649502409),(1163901,'guest','failed_login','Users','Session','tech1',0,0,'68.65.122.143',1649502469),(1163902,'guest','failed_login','Users','Session','tech1',0,0,'64.225.70.87',1649502526),(1163903,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.56',1649502552),(1163904,'guest','failed_login','Users','Session','tech1',0,0,'159.89.165.49',1649502611),(1163905,'guest','failed_login','Users','Session','drmap',0,0,'123.60.59.154',1649502705),(1163906,'guest','failed_login','Users','Session','tech1',0,0,'174.138.6.122',1649502746),(1163907,'guest','failed_login','Users','Session','[login]',0,0,'174.138.6.122',1649502747),(1163908,'guest','failed_login','Users','Session','tech1',0,0,'47.242.50.8',1649502774),(1163909,'guest','failed_login','Users','Session','tech1',0,0,'34.124.152.220',1649502847),(1163910,'guest','failed_login','Users','Session','com',0,0,'69.197.155.227',1649502929),(1163911,'guest','failed_login','Users','Session','tech1',0,0,'212.115.42.7',1649502950),(1163912,'guest','failed_login','Users','Session','[login]',0,0,'212.115.42.7',1649502951),(1163913,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.154.20',1649503081),(1163914,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.77',1649503091),(1163915,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.181',1649503102),(1163916,'guest','failed_login','Users','Session','tech1',0,0,'34.65.197.49',1649503148),(1163917,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.139',1649503198),(1163918,'guest','failed_login','Users','Session','drmap',0,0,'2400:8500:1801:415:118:27:30:151',1649503244),(1163919,'guest','failed_login','Users','Session','tech1',0,0,'164.100.106.244',1649503257),(1163920,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1649503305),(1163921,'guest','failed_login','Users','Session','tech1',0,0,'45.236.130.240',1649503367),(1163922,'guest','failed_login','Users','Session','[login]',0,0,'45.236.130.240',1649503368),(1163923,'guest','failed_login','Users','Session','test',0,0,'192.187.127.22',1649503383),(1163924,'guest','failed_login','Users','Session','tech1',0,0,'138.197.173.121',1649503390),(1163925,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.227',1649503393),(1163926,'guest','failed_login','Users','Session','tech1',0,0,'15.184.204.136',1649503454),(1163927,'guest','failed_login','Users','Session','[login]',0,0,'15.184.204.136',1649503455),(1163928,'guest','failed_login','Users','Session','tech1',0,0,'65.0.124.6',1649503551),(1163929,'guest','failed_login','Users','Session','[login]',0,0,'65.0.124.6',1649503552),(1163930,'guest','failed_login','Users','Session','tech1',0,0,'69.39.239.34',1649503631),(1163931,'guest','failed_login','Users','Session','tech1',0,0,'43.240.113.89',1649503686),(1163932,'guest','failed_login','Users','Session','[login]',0,0,'43.240.113.89',1649503686),(1163933,'guest','failed_login','Users','Session','tech1',0,0,'167.99.78.164',1649503702),(1163934,'guest','failed_login','Users','Session','tech1',0,0,'65.0.124.6',1649503755),(1163935,'guest','failed_login','Users','Session','[login]',0,0,'65.0.124.6',1649503757),(1163936,'guest','failed_login','Users','Session','drmap',0,0,'63.34.93.18',1649503782),(1163937,'guest','failed_login','Users','Session','tech1',0,0,'61.77.106.99',1649503876),(1163938,'guest','failed_login','Users','Session','[login]',0,0,'61.77.106.99',1649503877),(1163939,'guest','failed_login','Users','Session','tech1',0,0,'103.101.162.249',1649504007),(1163940,'guest','failed_login','Users','Session','tech1',0,0,'120.55.169.254',1649504015),(1163941,'guest','failed_login','Users','Session','tech1',0,0,'206.189.109.181',1649504029),(1163942,'guest','failed_login','Users','Session','[login]',0,0,'206.189.109.181',1649504030),(1163943,'guest','failed_login','Users','Session','tech1',0,0,'188.166.212.133',1649504175),(1163944,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:4b:3a5b::2',1649504184),(1163945,'guest','failed_login','Users','Session','test',0,0,'69.30.230.60',1649504215),(1163946,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.215.62',1649504240),(1163947,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649504252),(1163948,'guest','failed_login','Users','Session','tech1',0,0,'35.210.238.207',1649504310),(1163949,'guest','failed_login','Users','Session','drmap',0,0,'185.2.5.31',1649504324),(1163950,'guest','failed_login','Users','Session','tech1',0,0,'171.244.188.22',1649504326),(1163951,'guest','failed_login','Users','Session','tech1',0,0,'45.10.150.106',1649504386),(1163952,'guest','failed_login','Users','Session','tech1',0,0,'34.87.101.136',1649504505),(1163953,'guest','failed_login','Users','Session','[login]',0,0,'34.87.101.136',1649504506),(1163954,'guest','failed_login','Users','Session','tech1',0,0,'212.79.163.163',1649504649),(1163955,'guest','failed_login','Users','Session','tech1',0,0,'47.98.152.210',1649504652),(1163956,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::9fa:4001',1649504722),(1163957,'guest','failed_login','Users','Session','tech1',0,0,'161.35.51.40',1649504796),(1163958,'guest','failed_login','Users','Session','[login]',0,0,'161.35.51.40',1649504797),(1163959,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:868:6f00::66:2943',1649504870),(1163960,'guest','failed_login','Users','Session','drmap',0,0,'106.52.145.59',1649504875),(1163961,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.87',1649504959),(1163962,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.68',1649504983),(1163963,'guest','failed_login','Users','Session','tech1',0,0,'13.65.208.195',1649505004),(1163964,'guest','failed_login','Users','Session','tech1',0,0,'2a04:3543:1000:2310:bcde:32ff:fea3:56c4',1649505096),(1163965,'guest','failed_login','Users','Session','[login]',0,0,'2a04:3543:1000:2310:bcde:32ff:fea3:56c4',1649505097),(1163966,'guest','failed_login','Users','Session','tech1',0,0,'173.212.245.128',1649505167),(1163967,'guest','failed_login','Users','Session','[login]',0,0,'173.212.245.128',1649505168),(1163968,'guest','failed_login','Users','Session','tech1',0,0,'159.65.157.154',1649505256),(1163969,'guest','failed_login','Users','Session','tech1',0,0,'54.38.73.237',1649505268),(1163970,'guest','failed_login','Users','Session','tech1',0,0,'91.236.136.208',1649505311),(1163971,'guest','failed_login','Users','Session','tech1',0,0,'2a05:480:0:f56a::2',1649505407),(1163972,'guest','failed_login','Users','Session','tech1',0,0,'103.245.72.30',1649505526),(1163973,'guest','failed_login','Users','Session','[login]',0,0,'103.245.72.30',1649505526),(1163974,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7e00::f03c:93ff:fe55:c649',1649505587),(1163975,'guest','failed_login','Users','Session','tech1',0,0,'157.245.106.233',1649505659),(1163976,'guest','failed_login','Users','Session','[login]',0,0,'157.245.106.233',1649505664),(1163977,'guest','failed_login','Users','Session','[login]',0,0,'207.154.195.143',1649505770),(1163978,'guest','failed_login','Users','Session','tech1',0,0,'173.212.212.180',1649505807),(1163979,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.139',1649505819),(1163980,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1649505835),(1163981,'guest','failed_login','Users','Session','tech1',0,0,'35.219.62.239',1649505864),(1163982,'guest','failed_login','Users','Session','tech1',0,0,'34.124.217.54',1649505893),(1163983,'guest','failed_login','Users','Session','[login]',0,0,'34.124.217.54',1649505894),(1163984,'guest','failed_login','Users','Session','com',0,0,'69.197.154.20',1649505921),(1163985,'guest','failed_login','Users','Session','drmap',0,0,'2400:8500:1301:738:133:130:103:36',1649505959),(1163986,'guest','failed_login','Users','Session','tech1',0,0,'62.171.171.106',1649506000),(1163987,'guest','failed_login','Users','Session','tech1',0,0,'195.158.11.99',1649506066),(1163988,'guest','failed_login','Users','Session','[login]',0,0,'195.158.11.99',1649506067),(1163989,'guest','failed_login','Users','Session','tech1',0,0,'173.201.177.4',1649506171),(1163990,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.139',1649506182),(1163991,'guest','failed_login','Users','Session','tech1',0,0,'42.192.81.14',1649506220),(1163992,'guest','failed_login','Users','Session','[login]',0,0,'42.192.81.14',1649506221),(1163993,'guest','failed_login','Users','Session','tech1',0,0,'185.136.206.6',1649506290),(1163994,'guest','failed_login','Users','Session','[login]',0,0,'185.136.206.6',1649506291),(1163995,'guest','failed_login','Users','Session','tech1',0,0,'43.241.70.75',1649506348),(1163996,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:868:6f00::66:2943',1649506390),(1163997,'guest','failed_login','Users','Session','tech1',0,0,'2804:b44:1000::20',1649506476),(1163998,'guest','failed_login','Users','Session','tech1',0,0,'103.147.246.226',1649506524),(1163999,'guest','failed_login','Users','Session','tech1',0,0,'58.181.206.106',1649506637),(1164000,'guest','failed_login','Users','Session','tech1',0,0,'46.101.11.222',1649506730),(1164001,'guest','failed_login','Users','Session','tech1',0,0,'79.137.141.196',1649506805),(1164002,'guest','failed_login','Users','Session','tech1',0,0,'95.217.219.56',1649506814),(1164003,'guest','failed_login','Users','Session','tech1',0,0,'101.0.80.218',1649506885),(1164004,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649506948),(1164005,'guest','failed_login','Users','Session','tech1',0,0,'47.94.136.206',1649506951),(1164006,'guest','failed_login','Users','Session','[login]',0,0,'47.94.136.206',1649506952),(1164007,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.106',1649507039),(1164008,'guest','failed_login','Users','Session','tech1',0,0,'188.166.88.224',1649507041),(1164009,'guest','failed_login','Users','Session','[login]',0,0,'188.166.88.224',1649507041),(1164010,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.78',1649507110),(1164011,'guest','failed_login','Users','Session','tech1',0,0,'45.200.120.185',1649507179),(1164012,'guest','failed_login','Users','Session','[login]',0,0,'45.200.120.185',1649507182),(1164013,'guest','failed_login','Users','Session','tech1',0,0,'35.206.240.19',1649507246),(1164014,'guest','failed_login','Users','Session','[login]',0,0,'35.206.240.19',1649507246),(1164015,'guest','failed_login','Users','Session','tech1',0,0,'2001:df3:5b80:202:153:2:1139:b774',1649507342),(1164016,'guest','failed_login','Users','Session','tech1',0,0,'208.109.75.124',1649507415),(1164017,'guest','failed_login','Users','Session','tech1',0,0,'89.96.90.125',1649507423),(1164018,'guest','failed_login','Users','Session','tech1',0,0,'2406:da1a:634:4410:a1a3:e467:ba6f:c2a4',1649507535),(1164019,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.155.227',1649507572),(1164020,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:c010:a209::1',1649507573),(1164021,'guest','failed_login','Users','Session','tech1',0,0,'20.231.56.149',1649507657),(1164022,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.60',1649507691),(1164023,'guest','failed_login','Users','Session','tech1',0,0,'120.24.108.217',1649507703),(1164024,'guest','failed_login','Users','Session','tech1',0,0,'35.206.240.19',1649507743),(1164025,'guest','failed_login','Users','Session','tech1',0,0,'34.124.152.220',1649507840),(1164026,'guest','failed_login','Users','Session','[login]',0,0,'34.124.152.220',1649507840),(1164027,'guest','failed_login','Users','Session','tech1',0,0,'85.128.143.82',1649507951),(1164028,'guest','failed_login','Users','Session','[login]',0,0,'85.128.143.82',1649507951),(1164029,'guest','failed_login','Users','Session','tech1',0,0,'78.141.209.179',1649507968),(1164030,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7e00::f03c:93ff:fe70:bff6',1649508037),(1164031,'guest','failed_login','Users','Session','tech1',0,0,'46.101.11.222',1649508042),(1164032,'guest','failed_login','Users','Session','[login]',0,0,'46.101.11.222',1649508042),(1164033,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1649508119),(1164034,'guest','failed_login','Users','Session','tech1',0,0,'85.128.143.79',1649508119),(1164035,'guest','failed_login','Users','Session','[login]',0,0,'85.128.143.79',1649508120),(1164036,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.68',1649508183),(1164037,'guest','failed_login','Users','Session','tech1',0,0,'62.173.164.165',1649508260),(1164038,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1649508283),(1164039,'guest','failed_login','Users','Session','tech1',0,0,'196.203.219.49',1649508339),(1164040,'guest','failed_login','Users','Session','tech1',0,0,'102.219.178.121',1649508444),(1164041,'guest','failed_login','Users','Session','[login]',0,0,'102.219.178.121',1649508445),(1164042,'guest','failed_login','Users','Session','tech1',0,0,'2.59.133.156',1649508506),(1164043,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4ff:f0:e6b::1',1649508547),(1164044,'guest','failed_login','Users','Session','tech1',0,0,'68.183.81.28',1649508613),(1164045,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.62',1649508629),(1164046,'guest','failed_login','Users','Session','tech1',0,0,'185.126.219.43',1649508658),(1164047,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.114',1649508659),(1164048,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.26',1649508743),(1164049,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649508749),(1164050,'guest','failed_login','Users','Session','tech1',0,0,'206.189.109.181',1649508749),(1164051,'guest','failed_login','Users','Session','tech1',0,0,'142.93.113.173',1649508955),(1164052,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.230.60',1649509012),(1164053,'guest','failed_login','Users','Session','tech1',0,0,'161.97.180.233',1649509047),(1164054,'guest','failed_login','Users','Session','tech1',0,0,'103.245.72.30',1649509053),(1164055,'guest','failed_login','Users','Session','tech1',0,0,'103.10.105.156',1649509157),(1164056,'guest','failed_login','Users','Session','drmap',0,0,'142.93.245.196',1649509199),(1164057,'guest','failed_login','Users','Session','test',0,0,'208.110.66.139',1649509240),(1164058,'guest','failed_login','Users','Session','tech1',0,0,'2001:4b99:1:1:216:3eff:fe83:1527',1649509246),(1164059,'guest','failed_login','Users','Session','[login]',0,0,'2001:4b99:1:1:216:3eff:fe83:1527',1649509246),(1164060,'guest','failed_login','Users','Session','tech1',0,0,'45.118.145.96',1649509262),(1164061,'guest','failed_login','Users','Session','test',0,0,'69.30.229.69',1649509420),(1164062,'guest','failed_login','Users','Session','tech1',0,0,'185.254.29.8',1649509476),(1164063,'guest','failed_login','Users','Session','tech1',0,0,'159.65.149.229',1649509549),(1164064,'guest','failed_login','Users','Session','tech1',0,0,'91.236.136.138',1649509573),(1164065,'guest','failed_login','Users','Session','tech1',0,0,'157.245.106.187',1649509593),(1164066,'guest','failed_login','Users','Session','tech1',0,0,'194.233.90.4',1649509665),(1164067,'guest','failed_login','Users','Session','[login]',0,0,'194.233.90.4',1649509666),(1164068,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:5:115b::e12:8f0d',1649509741),(1164069,'guest','failed_login','Users','Session','tech1',0,0,'185.56.171.92',1649509775),(1164070,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c2c:50d9::1',1649509860),(1164071,'guest','failed_login','Users','Session','tech1',0,0,'167.99.84.255',1649509882),(1164072,'guest','failed_login','Users','Session','tech1',0,0,'34.124.217.54',1649509976),(1164073,'guest','failed_login','Users','Session','tech1',0,0,'51.222.108.216',1649510087),(1164074,'guest','failed_login','Users','Session','tech1',0,0,'52.234.178.100',1649510129),(1164075,'guest','failed_login','Users','Session','tech1',0,0,'173.212.245.128',1649510167),(1164076,'guest','failed_login','Users','Session','tech1',0,0,'173.249.20.17',1649510189),(1164077,'guest','failed_login','Users','Session','drmap',0,0,'217.160.64.174',1649510280),(1164078,'guest','failed_login','Users','Session','tech1',0,0,'164.100.106.244',1649510286),(1164079,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::9bb:1',1649510335),(1164080,'guest','failed_login','Users','Session','tech1',0,0,'103.138.96.157',1649510474),(1164081,'guest','failed_login','Users','Session','tech1',0,0,'64.37.52.95',1649510502),(1164082,'guest','failed_login','Users','Session','tech1',0,0,'116.193.190.84',1649510598),(1164083,'guest','failed_login','Users','Session','tech1',0,0,'212.115.42.7',1649510645),(1164084,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1649510670),(1164085,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.60',1649510680),(1164086,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.94',1649510689),(1164087,'guest','failed_login','Users','Session','tech1',0,0,'46.101.11.222',1649510783),(1164088,'guest','failed_login','Users','Session','tech1',0,0,'185.67.101.150',1649510791),(1164089,'guest','failed_login','Users','Session','tech1',0,0,'154.119.36.49',1649510893),(1164090,'guest','failed_login','Users','Session','tech1',0,0,'173.212.245.128',1649511004),(1164091,'guest','failed_login','Users','Session','tech1',0,0,'45.122.220.15',1649511097),(1164092,'guest','failed_login','Users','Session','[login]',0,0,'45.122.220.15',1649511098),(1164093,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.202.94',1649511104),(1164094,'guest','failed_login','Users','Session','tech1',0,0,'74.208.151.215',1649511106),(1164095,'guest','failed_login','Users','Session','tech1',0,0,'52.21.0.38',1649511198),(1164096,'guest','failed_login','Users','Session','[login]',0,0,'52.21.0.38',1649511199),(1164097,'guest','failed_login','Users','Session','tech1',0,0,'162.240.27.242',1649511211),(1164098,'guest','failed_login','Users','Session','drmap',0,0,'139.59.75.162',1649511364),(1164099,'guest','failed_login','Users','Session','tech1',0,0,'46.101.11.222',1649511382),(1164100,'guest','failed_login','Users','Session','[login]',0,0,'46.101.11.222',1649511382),(1164101,'guest','failed_login','Users','Session','tech1',0,0,'2406:da18:534:500:93a0:eec8:701a:92b2',1649511415),(1164102,'guest','failed_login','Users','Session','tech1',0,0,'34.116.70.3',1649511583),(1164103,'guest','failed_login','Users','Session','tech1',0,0,'155.133.142.67',1649511685),(1164104,'guest','failed_login','Users','Session','tech1',0,0,'148.163.80.135',1649511738),(1164105,'guest','failed_login','Users','Session','tech1',0,0,'165.232.190.163',1649511748),(1164106,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.27',1649511794),(1164107,'guest','failed_login','Users','Session','tech1',0,0,'2a0e:fd45:2ba0:10:188:64:138:23',1649511993),(1164108,'guest','failed_login','Users','Session','[login]',0,0,'2a0e:fd45:2ba0:10:188:64:138:23',1649511994),(1164109,'guest','failed_login','Users','Session','tech1',0,0,'192.169.151.16',1649512043),(1164110,'guest','failed_login','Users','Session','tech1',0,0,'110.42.210.173',1649512124),(1164111,'guest','failed_login','Users','Session','[login]',0,0,'110.42.210.173',1649512125),(1164112,'guest','failed_login','Users','Session','tech1',0,0,'31.14.141.126',1649512213),(1164113,'guest','failed_login','Users','Session','tech1',0,0,'68.183.139.84',1649512295),(1164114,'guest','failed_login','Users','Session','tech1',0,0,'34.116.70.3',1649512295),(1164115,'guest','failed_login','Users','Session','tech1',0,0,'148.72.122.94',1649512385),(1164116,'guest','failed_login','Users','Session','tech1',0,0,'45.10.150.106',1649512418),(1164117,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.139',1649512442),(1164118,'guest','failed_login','Users','Session','drmap',0,0,'2a00:1128:1:1::147:43',1649512447),(1164119,'guest','failed_login','Users','Session','com',0,0,'63.141.252.68',1649512503),(1164120,'guest','failed_login','Users','Session','tech1',0,0,'185.254.29.8',1649512537),(1164121,'guest','failed_login','Users','Session','[login]',0,0,'185.254.29.8',1649512537),(1164122,'guest','failed_login','Users','Session','test',0,0,'74.91.17.82',1649512557),(1164123,'guest','failed_login','Users','Session','tech1',0,0,'78.12.0.43',1649512613),(1164124,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.94',1649512634),(1164125,'guest','failed_login','Users','Session','tech1',0,0,'148.72.97.73',1649512701),(1164126,'guest','failed_login','Users','Session','tech1',0,0,'95.217.219.56',1649512732),(1164127,'guest','failed_login','Users','Session','tech1',0,0,'95.128.43.176',1649512837),(1164128,'guest','failed_login','Users','Session','tech1',0,0,'62.173.164.165',1649512837),(1164129,'guest','failed_login','Users','Session','[login]',0,0,'62.173.164.165',1649512837),(1164130,'guest','failed_login','Users','Session','tech1',0,0,'2a01:e0a:7c:d40:2e2:5cff:fe68:79e8',1649512878),(1164131,'guest','failed_login','Users','Session','[login]',0,0,'2a01:e0a:7c:d40:2e2:5cff:fe68:79e8',1649512878),(1164132,'guest','failed_login','Users','Session','drmap',0,0,'134.195.196.53',1649512989),(1164133,'guest','failed_login','Users','Session','tech1',0,0,'150.109.61.139',1649512992),(1164134,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.156',1649513111),(1164135,'guest','failed_login','Users','Session','tech1',0,0,'23.88.73.92',1649513153),(1164136,'guest','failed_login','Users','Session','[login]',0,0,'23.88.73.92',1649513154),(1164137,'guest','failed_login','Users','Session','tech1',0,0,'103.226.174.221',1649513229),(1164138,'guest','failed_login','Users','Session','[login]',0,0,'103.226.174.221',1649513229),(1164139,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.139',1649513234),(1164140,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.135',1649513334),(1164141,'guest','failed_login','Users','Session','tech1',0,0,'42.192.81.14',1649513367),(1164142,'guest','failed_login','Users','Session','[login]',0,0,'42.192.81.14',1649513368),(1164143,'guest','failed_login','Users','Session','tech1',0,0,'61.77.106.99',1649513461),(1164144,'guest','failed_login','Users','Session','[login]',0,0,'61.77.106.99',1649513462),(1164145,'guest','failed_login','Users','Session','tech1',0,0,'66.23.235.231',1649513484),(1164146,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1649513536),(1164147,'guest','failed_login','Users','Session','tech1',0,0,'208.109.41.113',1649513635),(1164148,'guest','failed_login','Users','Session','tech1',0,0,'144.91.125.155',1649513638),(1164149,'guest','failed_login','Users','Session','[login]',0,0,'144.91.125.155',1649513638),(1164150,'guest','failed_login','Users','Session','tech1',0,0,'198.199.89.213',1649513699),(1164151,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2047:2318::1',1649513822),(1164152,'guest','failed_login','Users','Session','[login]',0,0,'2a02:c207:2047:2318::1',1649513822),(1164153,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.60',1649513839),(1164154,'guest','failed_login','Users','Session','tech1',0,0,'144.126.223.177',1649513927),(1164155,'guest','failed_login','Users','Session','tech1',0,0,'161.97.133.150',1649513941),(1164156,'guest','failed_login','Users','Session','tech1',0,0,'2607:1b00:93b2:e42c::2',1649513961),(1164157,'guest','failed_login','Users','Session','tech1',0,0,'91.219.194.6',1649514049),(1164158,'guest','failed_login','Users','Session','drmap',0,0,'103.174.115.211',1649514081),(1164159,'guest','failed_login','Users','Session','tech1',0,0,'3.72.58.143',1649514231),(1164160,'guest','failed_login','Users','Session','tech1',0,0,'72.29.64.190',1649514287),(1164161,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.227',1649514294),(1164162,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649514337),(1164163,'guest','failed_login','Users','Session','tech1',0,0,'167.86.102.136',1649514351),(1164164,'guest','failed_login','Users','Session','tech1',0,0,'51.222.108.216',1649514427),(1164165,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:cc2f::1',1649514471),(1164166,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.61',1649514473),(1164167,'guest','failed_login','Users','Session','tech1',0,0,'82.66.92.137',1649514473),(1164168,'guest','failed_login','Users','Session','test',0,0,'69.30.229.69',1649514542),(1164169,'guest','failed_login','Users','Session','tech1',0,0,'185.146.21.52',1649514619),(1164170,'guest','failed_login','Users','Session','drmap',0,0,'2a05:7cc0:0:185:80:130:75:1',1649514625),(1164171,'guest','failed_login','Users','Session','tech1',0,0,'45.159.113.111',1649514655),(1164172,'guest','failed_login','Users','Session','tech1',0,0,'109.70.148.39',1649514740),(1164173,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.156',1649514757),(1164174,'guest','failed_login','Users','Session','admin',0,0,'173.208.153.156',1649514810),(1164175,'guest','failed_login','Users','Session','tech1',0,0,'164.68.124.29',1649514879),(1164176,'guest','failed_login','Users','Session','tech1',0,0,'162.214.208.84',1649514943),(1164177,'guest','failed_login','Users','Session','tech1',0,0,'103.3.247.65',1649514958),(1164178,'guest','failed_login','Users','Session','tech1',0,0,'109.68.215.82',1649515019),(1164179,'guest','failed_login','Users','Session','tech1',0,0,'167.99.142.91',1649515107),(1164180,'guest','failed_login','Users','Session','drmap',0,0,'51.75.15.189',1649515174),(1164181,'guest','failed_login','Users','Session','tech1',0,0,'104.248.196.64',1649515258),(1164182,'guest','failed_login','Users','Session','tech1',0,0,'2607:1b00:93b2:e42c::2',1649515272),(1164183,'guest','failed_login','Users','Session','tech1',0,0,'198.199.89.213',1649515307),(1164184,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649515344),(1164185,'guest','failed_login','Users','Session','tech1',0,0,'109.70.148.39',1649515473),(1164186,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.69',1649515506),(1164187,'guest','failed_login','Users','Session','tech1',0,0,'167.172.231.148',1649515574),(1164188,'guest','failed_login','Users','Session','com',0,0,'173.208.153.156',1649515577),(1164189,'guest','failed_login','Users','Session','tech1',0,0,'108.179.210.76',1649515596),(1164190,'guest','failed_login','Users','Session','tech1',0,0,'167.86.102.136',1649515633),(1164191,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4ff:f0:e6b::1',1649515662),(1164192,'guest','failed_login','Users','Session','drmap',0,0,'207.180.207.240',1649515721),(1164193,'guest','failed_login','Users','Session','tech1',0,0,'110.42.210.173',1649515805),(1164194,'guest','failed_login','Users','Session','tech1',0,0,'152.104.9.45',1649515886),(1164195,'guest','failed_login','Users','Session','tech1',0,0,'188.166.104.64',1649515909),(1164196,'guest','failed_login','Users','Session','bangkokfinder',0,0,'74.91.17.82',1649515973),(1164197,'guest','failed_login','Users','Session','tech1',0,0,'158.69.192.143',1649516058),(1164198,'guest','failed_login','Users','Session','tech1',0,0,'185.208.79.94',1649516066),(1164199,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.82',1649516158),(1164200,'guest','failed_login','Users','Session','tech1',0,0,'103.205.64.183',1649516219),(1164201,'guest','failed_login','Users','Session','drmap',0,0,'2a05:7cc0:0:185:80:130:75:1',1649516266),(1164202,'guest','failed_login','Users','Session','tech1',0,0,'87.118.118.89',1649516273),(1164203,'guest','failed_login','Users','Session','tech1',0,0,'144.91.125.155',1649516299),(1164204,'guest','failed_login','Users','Session','tech1',0,0,'128.199.147.151',1649516402),(1164205,'guest','failed_login','Users','Session','tech1',0,0,'2607:f130:0:107:d6ae:52ff:febb:96a',1649516450),(1164206,'guest','failed_login','Users','Session','tech1',0,0,'36.89.251.105',1649516556),(1164207,'guest','failed_login','Users','Session','tech1',0,0,'199.188.205.51',1649516587),(1164208,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1649516658),(1164209,'guest','failed_login','Users','Session','tech1',0,0,'120.55.169.254',1649516722),(1164210,'guest','failed_login','Users','Session','drmap',0,0,'45.90.163.251',1649516813),(1164211,'guest','failed_login','Users','Session','tech1',0,0,'130.185.77.84',1649516843),(1164212,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.61',1649516895),(1164213,'guest','failed_login','Users','Session','tech1',0,0,'91.236.136.138',1649516917),(1164214,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.61',1649516940),(1164215,'guest','failed_login','Users','Session','tech1',0,0,'176.31.116.73',1649516956),(1164216,'guest','failed_login','Users','Session','tech1',0,0,'95.217.219.56',1649517011),(1164217,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.139',1649517041),(1164218,'guest','failed_login','Users','Session','tech1',0,0,'66.23.235.231',1649517068),(1164219,'guest','failed_login','Users','Session','tech1',0,0,'34.124.217.54',1649517206),(1164220,'guest','failed_login','Users','Session','tech1',0,0,'46.29.23.162',1649517213),(1164221,'guest','failed_login','Users','Session','tech1',0,0,'68.183.81.28',1649517291),(1164222,'guest','failed_login','Users','Session','tech1',0,0,'54.164.253.138',1649517297),(1164223,'guest','failed_login','Users','Session','drmap',0,0,'185.2.4.56',1649517368),(1164224,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:4b:3a5b::2',1649517439),(1164225,'guest','failed_login','Users','Session','tech1',0,0,'128.134.187.112',1649517529),(1164226,'guest','failed_login','Users','Session','tech1',0,0,'35.185.207.50',1649517646),(1164227,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2040:7547::1',1649517654),(1164228,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4ff:f0:e6b::1',1649517742),(1164229,'guest','failed_login','Users','Session','admin',0,0,'69.197.154.20',1649517762),(1164230,'guest','failed_login','Users','Session','tech1',0,0,'213.136.75.242',1649517763),(1164231,'guest','failed_login','Users','Session','tech1',0,0,'165.227.129.197',1649517844),(1164232,'guest','failed_login','Users','Session','drmap',0,0,'81.186.225.108',1649517920),(1164233,'guest','failed_login','Users','Session','tech1',0,0,'137.184.73.37',1649517952),(1164234,'guest','failed_login','Users','Session','[login]',0,0,'137.184.73.37',1649517952),(1164235,'guest','failed_login','Users','Session','tech1',0,0,'88.135.37.49',1649518002),(1164236,'guest','failed_login','Users','Session','tech1',0,0,'212.115.42.7',1649518081),(1164237,'guest','failed_login','Users','Session','tech1',0,0,'94.247.172.123',1649518153),(1164238,'guest','failed_login','Users','Session','tech1',0,0,'194.163.142.38',1649518286),(1164239,'guest','failed_login','Users','Session','tech1',0,0,'78.141.209.179',1649518311),(1164240,'guest','failed_login','Users','Session','tech1',0,0,'185.136.206.6',1649518353),(1164241,'guest','failed_login','Users','Session','tech1',0,0,'109.233.192.83',1649518355),(1164242,'guest','failed_login','Users','Session','tech1',0,0,'129.232.204.123',1649518485),(1164243,'guest','failed_login','Users','Session','tech1',0,0,'2401:c080:1c01:ca3:5400:3ff:feef:803f',1649518585),(1164244,'guest','failed_login','Users','Session','tech1',0,0,'103.3.246.217',1649518693),(1164245,'guest','failed_login','Users','Session','tech1',0,0,'144.91.125.155',1649518706),(1164246,'guest','failed_login','Users','Session','tech1',0,0,'20.231.56.149',1649518783),(1164247,'guest','failed_login','Users','Session','tech1',0,0,'78.141.209.179',1649518859),(1164248,'guest','failed_login','Users','Session','tech1',0,0,'141.94.87.67',1649518859),(1164249,'guest','failed_login','Users','Session','drmap',0,0,'84.205.178.134',1649519012),(1164250,'guest','failed_login','Users','Session','tech1',0,0,'103.147.246.226',1649519014),(1164251,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:c:b1a::',1649519046),(1164252,'guest','failed_login','Users','Session','tech1',0,0,'102.219.178.121',1649519300),(1164253,'guest','failed_login','Users','Session','tech1',0,0,'103.159.53.102',1649519370),(1164254,'guest','failed_login','Users','Session','tech1',0,0,'139.59.66.145',1649519376),(1164255,'guest','failed_login','Users','Session','tech1',0,0,'68.183.139.84',1649519408),(1164256,'guest','failed_login','Users','Session','tech1',0,0,'5.202.189.212',1649519538),(1164257,'guest','failed_login','Users','Session','drmap',0,0,'195.242.103.103',1649519562),(1164258,'guest','failed_login','Users','Session','tech1',0,0,'139.59.19.34',1649519629),(1164259,'guest','failed_login','Users','Session','tech1',0,0,'158.69.192.143',1649519674),(1164260,'guest','failed_login','Users','Session','tech1',0,0,'8.210.144.239',1649519708),(1164261,'guest','failed_login','Users','Session','tech1',0,0,'195.158.11.99',1649519768),(1164262,'guest','failed_login','Users','Session','tech1',0,0,'46.101.159.72',1649519956),(1164263,'guest','failed_login','Users','Session','tech1',0,0,'85.128.143.115',1649519977),(1164264,'guest','failed_login','Users','Session','tech1',0,0,'103.148.157.173',1649520082),(1164265,'guest','failed_login','Users','Session','drmap',0,0,'103.149.154.8',1649520110),(1164266,'guest','failed_login','Users','Session','tech1',0,0,'34.65.197.49',1649520122),(1164267,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c0c:ece::1',1649520235),(1164268,'guest','failed_login','Users','Session','tech1',0,0,'128.199.227.32',1649520294),(1164269,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4a10',1649520437),(1164270,'guest','failed_login','Users','Session','tech1',0,0,'167.86.102.136',1649520475),(1164271,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1649520477),(1164272,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:4b:3a5b::2',1649520572),(1164273,'guest','failed_login','Users','Session','tech1',0,0,'68.183.81.28',1649520659),(1164274,'guest','failed_login','Users','Session','drmap',0,0,'69.39.239.34',1649520659),(1164275,'guest','failed_login','Users','Session','tech1',0,0,'165.22.38.217',1649520719),(1164276,'guest','failed_login','Users','Session','tech1',0,0,'34.135.49.103',1649520779),(1164277,'guest','failed_login','Users','Session','tech1',0,0,'177.55.111.12',1649520973),(1164278,'guest','failed_login','Users','Session','tech1',0,0,'128.199.227.32',1649521022),(1164279,'guest','failed_login','Users','Session','tech1',0,0,'141.94.247.170',1649521052),(1164280,'guest','failed_login','Users','Session','tech1',0,0,'148.72.197.134',1649521137),(1164281,'guest','failed_login','Users','Session','tech1',0,0,'106.12.147.12',1649521199),(1164282,'guest','failed_login','Users','Session','drmap',0,0,'101.0.80.218',1649521207),(1164283,'guest','failed_login','Users','Session','tech1',0,0,'62.171.171.106',1649521286),(1164284,'guest','failed_login','Users','Session','tech1',0,0,'34.116.70.3',1649521385),(1164285,'guest','failed_login','Users','Session','tech1',0,0,'165.227.129.197',1649521503),(1164286,'guest','failed_login','Users','Session','tech1',0,0,'13.81.59.92',1649521598),(1164287,'guest','failed_login','Users','Session','tech1',0,0,'35.206.240.19',1649521609),(1164288,'guest','failed_login','Users','Session','[login]',0,0,'35.206.240.19',1649521610),(1164289,'guest','failed_login','Users','Session','tech1',0,0,'109.70.148.33',1649521719),(1164290,'guest','failed_login','Users','Session','drmap',0,0,'46.183.119.232',1649521752),(1164291,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c2c:50d9::1',1649521835),(1164292,'guest','failed_login','Users','Session','tech1',0,0,'94.26.245.40',1649521845),(1164293,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649521869),(1164294,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649521869),(1164295,'guest','failed_login','Users','Session','tech1',0,0,'65.0.124.6',1649521911),(1164296,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.26',1649522044),(1164297,'guest','failed_login','Users','Session','tech1',0,0,'120.55.169.254',1649522070),(1164298,'guest','failed_login','Users','Session','tech1',0,0,'176.9.102.181',1649522115),(1164299,'guest','failed_login','Users','Session','tech1',0,0,'189.125.37.42',1649522200),(1164300,'guest','failed_login','Users','Session','tech1',0,0,'34.65.197.49',1649522220),(1164301,'guest','failed_login','Users','Session','admin',0,0,'45.120.69.121',1649522258),(1164302,'guest','failed_login','Users','Session','tech1',0,0,'128.134.187.112',1649522327),(1164303,'guest','failed_login','Users','Session','admin',0,0,'195.179.202.215',1649522415),(1164304,'guest','failed_login','Users','Session','tech1',0,0,'2001:f90:4880:b11:202:c9ff:fedb:58f0',1649522452),(1164305,'guest','failed_login','Users','Session','tech1',0,0,'78.12.0.43',1649522541),(1164306,'guest','failed_login','Users','Session','tech1',0,0,'107.161.177.10',1649522551),(1164307,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.69',1649522659),(1164308,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.60',1649522674),(1164309,'guest','failed_login','Users','Session','tech1',0,0,'47.98.152.210',1649522760),(1164310,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.62',1649522775),(1164311,'guest','failed_login','Users','Session','com',0,0,'69.30.229.69',1649522807),(1164312,'guest','failed_login','Users','Session','tech1',0,0,'202.191.121.34',1649522836),(1164313,'guest','failed_login','Users','Session','tech1',0,0,'87.236.20.98',1649522905),(1164314,'guest','failed_login','Users','Session','tech1',0,0,'62.173.164.165',1649522930),(1164315,'guest','failed_login','Users','Session','admin',0,0,'2400:8100:ffff:0:117:120:13:52',1649522961),(1164316,'guest','failed_login','Users','Session','bangkokfinder',0,0,'192.187.127.22',1649523122),(1164317,'guest','failed_login','Users','Session','tech1',0,0,'155.133.142.67',1649523135),(1164318,'guest','failed_login','Users','Session','tech1',0,0,'34.76.147.42',1649523225),(1164319,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.36',1649523261),(1164320,'guest','failed_login','Users','Session','tech1',0,0,'85.17.88.170',1649523361),(1164321,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.139',1649523439),(1164322,'guest','failed_login','Users','Session','tech1',0,0,'129.232.204.123',1649523454),(1164323,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:868:6f00::66:2943',1649523514),(1164324,'guest','failed_login','Users','Session','admin',0,0,'8.210.146.161',1649523571),(1164325,'guest','failed_login','Users','Session','tech1',0,0,'162.0.239.18',1649523626),(1164326,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:231:86a::2',1649523681),(1164327,'guest','failed_login','Users','Session','tech1',0,0,'62.171.171.106',1649523758),(1164328,'guest','failed_login','Users','Session','admin',0,0,'2a01:4f8:222:2a43::2',1649523803),(1164329,'guest','failed_login','Users','Session','tech1',0,0,'104.248.235.74',1649523880),(1164330,'guest','failed_login','Users','Session','tech1',0,0,'165.22.89.6',1649523961),(1164331,'guest','failed_login','Users','Session','tech1',0,0,'45.10.150.106',1649524000),(1164332,'guest','failed_login','Users','Session','tech1',0,0,'109.70.148.44',1649524082),(1164333,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.155.227',1649524162),(1164334,'guest','failed_login','Users','Session','tech1',0,0,'159.223.75.135',1649524193),(1164335,'guest','failed_login','Users','Session','tech1',0,0,'34.124.217.54',1649524296),(1164336,'guest','failed_login','Users','Session','[login]',0,0,'34.124.217.54',1649524297),(1164337,'guest','failed_login','Users','Session','tech1',0,0,'207.154.195.143',1649524368),(1164338,'guest','failed_login','Users','Session','tech1',0,0,'103.77.160.73',1649524527),(1164339,'guest','failed_login','Users','Session','tech1',0,0,'144.91.125.155',1649524636),(1164340,'guest','failed_login','Users','Session','admin',0,0,'128.140.231.3',1649524653),(1164341,'guest','failed_login','Users','Session','tech1',0,0,'109.70.148.33',1649524729),(1164342,'guest','failed_login','Users','Session','tech1',0,0,'194.233.90.4',1649524821),(1164343,'guest','failed_login','Users','Session','tech1',0,0,'109.70.148.44',1649524949),(1164344,'guest','failed_login','Users','Session','tech1',0,0,'211.238.13.155',1649525038),(1164345,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.20',1649525068),(1164346,'guest','failed_login','Users','Session','tech1',0,0,'34.76.147.42',1649525093),(1164347,'guest','failed_login','Users','Session','tech1',0,0,'42.192.81.14',1649525285),(1164348,'guest','failed_login','Users','Session','tech1',0,0,'66.94.116.46',1649525333),(1164349,'guest','failed_login','Users','Session','tech1',0,0,'45.236.130.240',1649525418),(1164350,'guest','failed_login','Users','Session','admin',0,0,'195.242.103.103',1649525505),(1164351,'guest','failed_login','Users','Session','tech1',0,0,'177.55.111.12',1649525548),(1164352,'guest','failed_login','Users','Session','tech1',0,0,'2001:bc8:47a0:402::1',1649525597),(1164353,'guest','failed_login','Users','Session','tech1',0,0,'139.59.83.27',1649525689),(1164354,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.44',1649525711),(1164355,'guest','failed_login','Users','Session','tech1',0,0,'35.210.238.207',1649525963),(1164356,'guest','failed_login','Users','Session','tech1',0,0,'13.65.208.195',1649526066),(1164357,'guest','failed_login','Users','Session','tech1',0,0,'37.18.90.72',1649526194),(1164358,'guest','failed_login','Users','Session','tech1',0,0,'194.163.133.199',1649526256),(1164359,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649526328),(1164360,'guest','failed_login','Users','Session','admin',0,0,'82.165.111.158',1649526369),(1164361,'guest','failed_login','Users','Session','tech1',0,0,'15.184.204.136',1649526386),(1164362,'guest','failed_login','Users','Session','tech1',0,0,'5.166.56.126',1649526497),(1164363,'guest','failed_login','Users','Session','tech1',0,0,'66.23.235.231',1649526537),(1164364,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.62',1649526541),(1164365,'guest','failed_login','Users','Session','tech1',0,0,'159.65.1.255',1649526638),(1164366,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.26',1649526652),(1164367,'guest','failed_login','Users','Session','tech1',0,0,'128.134.187.112',1649526829),(1164368,'guest','failed_login','Users','Session','tech1',0,0,'94.247.172.123',1649526892),(1164369,'guest','failed_login','Users','Session','tech1',0,0,'178.62.6.225',1649526955),(1164370,'guest','failed_login','Users','Session','tech1',0,0,'34.65.197.49',1649527129),(1164371,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:868:6f00::66:2943',1649527160),(1164372,'guest','failed_login','Users','Session','admin',0,0,'141.94.16.41',1649527235),(1164373,'guest','failed_login','Users','Session','tech1',0,0,'62.171.171.106',1649527323),(1164374,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649527427),(1164375,'guest','failed_login','Users','Session','tech1',0,0,'144.91.125.155',1649527447),(1164376,'guest','failed_login','Users','Session','tech1',0,0,'103.245.72.30',1649527533),(1164377,'guest','failed_login','Users','Session','admin',0,0,'192.187.127.22',1649527638),(1164378,'guest','failed_login','Users','Session','tech1',0,0,'43.240.113.89',1649527644),(1164379,'guest','failed_login','Users','Session','tech1',0,0,'139.59.66.145',1649527805),(1164380,'guest','failed_login','Users','Session','admin',0,0,'178.217.190.82',1649527870),(1164381,'guest','failed_login','Users','Session','tech1',0,0,'2406:da1a:2a4:ba00:4377:3567:b550:122f',1649527900),(1164382,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.20',1649527914),(1164383,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.156',1649527985),(1164384,'guest','failed_login','Users','Session','tech1',0,0,'163.44.154.211',1649528067),(1164385,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:1c1c:351::1',1649528111),(1164386,'guest','failed_login','Users','Session','tech1',0,0,'189.90.138.114',1649528146),(1164387,'guest','failed_login','Users','Session','[login]',0,0,'189.90.138.114',1649528147),(1164388,'guest','failed_login','Users','Session','tech1',0,0,'47.94.136.206',1649528288),(1164389,'guest','failed_login','Users','Session','tech1',0,0,'85.17.88.170',1649528356),(1164390,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649528411),(1164391,'guest','failed_login','Users','Session','tech1',0,0,'2a04:3543:1000:2310:bcde:32ff:fea3:56c4',1649528452),(1164392,'guest','failed_login','Users','Session','tech1',0,0,'159.89.175.178',1649528542),(1164393,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649528592),(1164394,'guest','failed_login','Users','Session','tech1',0,0,'164.100.106.244',1649528681),(1164395,'guest','failed_login','Users','Session','tech1',0,0,'111.231.200.129',1649528748),(1164396,'guest','failed_login','Users','Session','tech1',0,0,'35.184.137.174',1649528777),(1164397,'guest','failed_login','Users','Session','tech1',0,0,'185.136.206.6',1649528863),(1164398,'guest','failed_login','Users','Session','tech1',0,0,'165.22.38.217',1649528941),(1164399,'guest','failed_login','Users','Session','tech1',0,0,'158.69.192.143',1649529083),(1164400,'guest','failed_login','Users','Session','tech1',0,0,'104.248.196.64',1649529193),(1164401,'guest','failed_login','Users','Session','tech1',0,0,'103.237.145.122',1649529343),(1164402,'guest','failed_login','Users','Session','tech1',0,0,'185.136.206.6',1649529382),(1164403,'guest','failed_login','Users','Session','tech1',0,0,'178.62.6.225',1649529474),(1164404,'guest','failed_login','Users','Session','tech1',0,0,'192.169.152.218',1649529597),(1164405,'guest','failed_login','Users','Session','tech1',0,0,'104.248.196.64',1649529632),(1164406,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7e00::f03c:93ff:fe55:c649',1649529721),(1164407,'guest','failed_login','Users','Session','drmap',0,0,'145.239.30.120',1649529837),(1164408,'guest','failed_login','Users','Session','tech1',0,0,'2a04:3543:1000:2310:bcde:32ff:fea3:56c4',1649529846),(1164409,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649529916),(1164410,'guest','failed_login','Users','Session','tech1',0,0,'94.98.64.15',1649529969),(1164411,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c2c:50d9::1',1649530051),(1164412,'guest','failed_login','Users','Session','tech1',0,0,'157.245.131.230',1649530131),(1164413,'guest','failed_login','Users','Session','tech1',0,0,'2406:da1a:634:4410:a1a3:e467:ba6f:c2a4',1649530237),(1164414,'guest','failed_login','Users','Session','tech1',0,0,'94.98.64.15',1649530374),(1164415,'guest','failed_login','Users','Session','tech1',0,0,'18.176.185.173',1649530469),(1164416,'guest','failed_login','Users','Session','tech1',0,0,'91.219.194.6',1649530599),(1164417,'guest','failed_login','Users','Session','tech1',0,0,'103.1.239.126',1649530667),(1164418,'guest','failed_login','Users','Session','drmap',0,0,'103.57.220.186',1649530693),(1164419,'guest','failed_login','Users','Session','tech1',0,0,'85.128.143.192',1649530742),(1164420,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.94',1649530818),(1164421,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:231:86a::2',1649530909),(1164422,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1649531015),(1164423,'guest','failed_login','Users','Session','tech1',0,0,'118.70.81.210',1649531099),(1164424,'guest','failed_login','Users','Session','tech1',0,0,'101.35.201.122',1649531250),(1164425,'guest','failed_login','Users','Session','tech1',0,0,'194.163.133.199',1649531290),(1164426,'guest','failed_login','Users','Session','tech1',0,0,'84.205.178.134',1649531311),(1164427,'guest','failed_login','Users','Session','tech1',0,0,'45.122.220.15',1649531381),(1164428,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.60',1649531402),(1164429,'guest','failed_login','Users','Session','tech1',0,0,'128.134.187.112',1649531542),(1164430,'guest','failed_login','Users','Session','drmap',0,0,'8.210.146.161',1649531546),(1164431,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::fb6:1001',1649531571),(1164432,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.94',1649531608),(1164433,'guest','failed_login','Users','Session','tech1',0,0,'103.3.247.65',1649531733),(1164434,'guest','failed_login','Users','Session','tech1',0,0,'23.88.73.92',1649531852),(1164435,'guest','failed_login','Users','Session','tech1',0,0,'177.55.111.12',1649531934),(1164436,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.27',1649531981),(1164437,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2047:2318::1',1649532043),(1164438,'guest','failed_login','Users','Session','tech1',0,0,'52.21.0.38',1649532158),(1164439,'guest','failed_login','Users','Session','tech1',0,0,'161.35.3.72',1649532211),(1164440,'guest','failed_login','Users','Session','tech1',0,0,'103.10.105.156',1649532381),(1164441,'guest','failed_login','Users','Session','drmap',0,0,'167.99.252.52',1649532404),(1164442,'guest','failed_login','Users','Session','tech1',0,0,'108.179.220.235',1649532490),(1164443,'guest','failed_login','Users','Session','tech1',0,0,'45.10.150.106',1649532589),(1164444,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:303:f1cc::',1649532689),(1164445,'guest','failed_login','Users','Session','tech1',0,0,'35.185.207.50',1649532798),(1164446,'guest','failed_login','Users','Session','[login]',0,0,'35.185.207.50',1649532798),(1164447,'guest','failed_login','Users','Session','tech1',0,0,'2001:df7:ce00:11::2',1649532910),(1164448,'guest','failed_login','Users','Session','tech1',0,0,'188.166.183.39',1649533022),(1164449,'guest','failed_login','Users','Session','tech1',0,0,'2400:8901::f03c:91ff:feb9:4fd3',1649533124),(1164450,'guest','failed_login','Users','Session','tech1',0,0,'2001:4b99:1:1:216:3eff:fe83:1527',1649533212),(1164451,'guest','failed_login','Users','Session','admin',0,0,'51.178.93.87',1649533254),(1164452,'guest','failed_login','Users','Session','tech1',0,0,'104.248.196.64',1649533315),(1164453,'guest','failed_login','Users','Session','tech1',0,0,'2a01:e0a:7c:d40:2e2:5cff:fe68:79e8',1649533382),(1164454,'guest','failed_login','Users','Session','tech1',0,0,'62.173.164.165',1649533518),(1164455,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.156',1649533586),(1164456,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2047:2318::1',1649533737),(1164457,'guest','failed_login','Users','Session','admin',0,0,'2a01:4f9:c010:acdc::1',1649533863),(1164458,'guest','failed_login','Users','Session','tech1',0,0,'185.7.212.50',1649533871),(1164459,'guest','failed_login','Users','Session','tech1',0,0,'119.23.73.82',1649533950),(1164460,'guest','failed_login','Users','Session','admin',0,0,'185.19.190.26',1649534097),(1164461,'guest','failed_login','Users','Session','tech1',0,0,'159.223.75.135',1649534139),(1164462,'guest','failed_login','Users','Session','tech1',0,0,'194.31.59.88',1649534251),(1164463,'guest','failed_login','Users','Session','tech1',0,0,'120.55.169.254',1649534393),(1164464,'guest','failed_login','Users','Session','tech1',0,0,'198.199.89.213',1649534405),(1164465,'guest','failed_login','Users','Session','tech1',0,0,'194.163.142.38',1649534659),(1164466,'guest','failed_login','Users','Session','admin',0,0,'185.2.4.44',1649534704),(1164467,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.44',1649534746),(1164468,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:200:33cc::2',1649534764),(1164469,'guest','failed_login','Users','Session','tech1',0,0,'194.163.142.38',1649534831),(1164470,'guest','failed_login','Users','Session','admin',0,0,'141.94.16.41',1649534943),(1164471,'guest','failed_login','Users','Session','tech1',0,0,'62.173.164.165',1649535004),(1164472,'guest','failed_login','Users','Session','tech1',0,0,'45.236.130.240',1649535100),(1164473,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::fb6:1001',1649535169),(1164474,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.44',1649535200),(1164475,'guest','failed_login','Users','Session','tech1',0,0,'103.77.160.73',1649535268),(1164476,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649535269),(1164477,'guest','failed_login','Users','Session','tech1',0,0,'202.191.121.34',1649535422),(1164478,'guest','failed_login','Users','Session','tech1',0,0,'34.116.70.3',1649535515),(1164479,'guest','failed_login','Users','Session','admin',0,0,'185.230.138.4',1649535552),(1164480,'guest','failed_login','Users','Session','tech1',0,0,'109.70.148.44',1649535647),(1164481,'guest','failed_login','Users','Session','tech1',0,0,'2a05:480:0:f56a::2',1649535736),(1164482,'guest','failed_login','Users','Session','admin',0,0,'78.141.209.179',1649535789),(1164483,'guest','failed_login','Users','Session','tech1',0,0,'176.9.102.181',1649535897),(1164484,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.227',1649535920),(1164485,'guest','failed_login','Users','Session','tech1',0,0,'5.202.189.212',1649536053),(1164486,'guest','failed_login','Users','Session','tech1',0,0,'5.166.56.126',1649536190),(1164487,'guest','failed_login','Users','Session','tech1',0,0,'62.173.164.165',1649536351),(1164488,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.44',1649536445),(1164489,'guest','failed_login','Users','Session','tech1',0,0,'137.184.73.37',1649536465),(1164490,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.94',1649536477),(1164491,'guest','failed_login','Users','Session','tech1',0,0,'23.88.73.92',1649536590),(1164492,'guest','failed_login','Users','Session','admin',0,0,'103.174.115.211',1649536646),(1164493,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c2c:50d9::1',1649536671),(1164494,'guest','failed_login','Users','Session','tech1',0,0,'2a01:e0a:7c:d40:2e2:5cff:fe68:79e8',1649536722),(1164495,'guest','failed_login','Users','Session','tech1',0,0,'66.94.116.46',1649536892),(1164496,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.153.156',1649536938),(1164497,'guest','failed_login','Users','Session','tech1',0,0,'189.90.138.212',1649536984),(1164498,'guest','failed_login','Users','Session','tech1',0,0,'143.244.166.16',1649537064),(1164499,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.153.156',1649537142),(1164500,'guest','failed_login','Users','Session','tech1',0,0,'45.236.130.240',1649537173),(1164501,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.156',1649537207),(1164502,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:4b:3a5b::2',1649537303),(1164503,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.26',1649537320),(1164504,'guest','failed_login','Users','Session','tech1',0,0,'45.10.150.106',1649537433),(1164505,'guest','failed_login','Users','Session','com',0,0,'69.30.240.27',1649537487),(1164506,'guest','failed_login','Users','Session','admin',0,0,'159.65.76.38',1649537503),(1164507,'guest','failed_login','Users','Session','tech1',0,0,'185.254.29.8',1649537534),(1164508,'guest','failed_login','Users','Session','tech1',0,0,'66.23.235.231',1649537590),(1164509,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2038:455::1',1649537736),(1164510,'guest','failed_login','Users','Session','tech1',0,0,'157.245.185.172',1649537847),(1164511,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649537916),(1164512,'guest','failed_login','Users','Session','tech1',0,0,'164.68.124.29',1649537941),(1164513,'guest','failed_login','Users','Session','tech1',0,0,'137.184.138.182',1649538013),(1164514,'guest','failed_login','Users','Session','tech1',0,0,'159.89.175.178',1649538185),(1164515,'guest','failed_login','Users','Session','tech1',0,0,'3.72.58.143',1649538255),(1164516,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.227',1649538297),(1164517,'guest','failed_login','Users','Session','tech1',0,0,'128.199.147.151',1649538329),(1164518,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.82',1649538332),(1164519,'guest','failed_login','Users','Session','admin',0,0,'194.90.234.21',1649538360),(1164520,'guest','failed_login','Users','Session','tech1',0,0,'139.59.248.21',1649538549),(1164521,'guest','failed_login','Users','Session','tech1',0,0,'47.242.248.94',1649538633),(1164522,'guest','failed_login','Users','Session','tech1',0,0,'47.98.152.210',1649538921),(1164523,'guest','failed_login','Users','Session','admin',0,0,'35.203.66.166',1649538981),(1164524,'guest','failed_login','Users','Session','admin',0,0,'151.106.41.64',1649539216),(1164525,'guest','failed_login','Users','Session','admin',0,0,'69.30.230.60',1649539471),(1164526,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.44',1649539818),(1164527,'guest','failed_login','Users','Session','admin',0,0,'104.168.36.11',1649539829),(1164528,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.44',1649539964),(1164529,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.20',1649540119),(1164530,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.139',1649540270),(1164531,'guest','failed_login','Users','Session','admin',0,0,'120.25.104.120',1649540690),(1164532,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.27',1649540715),(1164533,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.155.227',1649540724),(1164534,'guest','failed_login','Users','Session','drmap',0,0,'167.172.231.148',1649540929),(1164535,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.44',1649541342),(1164536,'guest','failed_login','Users','Session','dmytro',0,0,'74.91.17.82',1649541374),(1164537,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.60',1649541471),(1164538,'guest','failed_login','Users','Session','drmap',0,0,'176.98.40.88',1649541783),(1164539,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649541866),(1164540,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649542298),(1164541,'guest','failed_login','Users','Session','drmap',0,0,'65.0.145.55',1649542643),(1164542,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.20',1649543497),(1164543,'guest','failed_login','Users','Session','drmap',0,0,'77.240.13.186',1649543499),(1164544,'guest','failed_login','Users','Session','tech1',0,0,'159.203.120.246',1649544123),(1164545,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.61',1649544525),(1164546,'guest','failed_login','Users','Session','tech1',0,0,'185.200.243.16',1649544980),(1164547,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.139',1649545427),(1164548,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649545783),(1164549,'guest','failed_login','Users','Session','tech1',0,0,'185.50.199.194',1649545846),(1164550,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.60',1649545861),(1164551,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.26',1649546013),(1164552,'guest','failed_login','Users','Session','drmap',0,0,'216.117.188.6',1649546085),(1164553,'guest','failed_login','Users','Session','tech1',0,0,'111.231.200.129',1649546707),(1164554,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:800:31cb::',1649546945),(1164555,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.60',1649546995),(1164556,'guest','failed_login','Users','Session','com',0,0,'173.208.242.44',1649547362),(1164557,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.61',1649547362),(1164558,'guest','failed_login','Users','Session','dmytro',0,0,'192.187.127.22',1649547456),(1164559,'guest','failed_login','Users','Session','test',0,0,'204.12.255.61',1649547492),(1164560,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.69',1649547577),(1164561,'guest','failed_login','Users','Session','drmap',0,0,'8.210.146.161',1649547805),(1164562,'guest','failed_login','Users','Session','admin',0,0,'173.208.242.44',1649547962),(1164563,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649548449),(1164564,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.27',1649549068),(1164565,'guest','failed_login','Users','Session','bangkokfinder',0,0,'208.110.66.139',1649549440),(1164566,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.114',1649549534),(1164567,'guest','failed_login','Users','Session','admin',0,0,'69.197.155.227',1649549707),(1164568,'guest','failed_login','Users','Session','tech1',0,0,'212.103.4.29',1649550158),(1164569,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.44',1649550235),(1164570,'guest','failed_login','Users','Session','bangkokfinder',0,0,'74.91.17.82',1649550349),(1164571,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1649550397),(1164572,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.139',1649550603),(1164573,'guest','failed_login','Users','Session','tech1',0,0,'43.229.129.91',1649551022),(1164574,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649551037),(1164575,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.69',1649551472),(1164576,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.76',1649551536),(1164577,'guest','failed_login','Users','Session','tech1',0,0,'185.122.201.129',1649551887),(1164578,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.44',1649551909),(1164579,'guest','failed_login','Users','Session','test',0,0,'107.150.36.76',1649552022),(1164580,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.27',1649552687),(1164581,'guest','failed_login','Users','Session','drmap',0,0,'208.109.54.127',1649552998),(1164582,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.240.27',1649553529),(1164583,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649553659),(1164584,'guest','failed_login','Users','Session','drmap',0,0,'217.160.64.174',1649553859),(1164585,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.255.61',1649553880),(1164586,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1649554005),(1164587,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:5:101b::d1b:2a3a',1649554722),(1164588,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649555013),(1164589,'guest','failed_login','Users','Session','tech1',0,0,'143.244.177.220',1649555351),(1164590,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.61',1649555504),(1164591,'guest','failed_login','Users','Session','drmap',0,0,'178.128.54.225',1649555593),(1164592,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.69',1649555998),(1164593,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1649556064),(1164594,'guest','failed_login','Users','Session','tech1',0,0,'139.59.150.45',1649556218),(1164595,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.61',1649556229),(1164596,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.68',1649556232),(1164597,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1649556458),(1164598,'guest','failed_login','Users','Session','tech1',0,0,'47.114.72.18',1649557093),(1164599,'guest','failed_login','Users','Session','drmap',0,0,'47.105.61.35',1649557336),(1164600,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.156',1649557819),(1164601,'guest','failed_login','Users','Session','tech1',0,0,'103.106.78.178',1649557964),(1164602,'guest','failed_login','Users','Session','drmap',0,0,'144.91.117.193',1649558204),(1164603,'guest','failed_login','Users','Session','admin',0,0,'173.208.242.44',1649558372),(1164604,'guest','failed_login','Users','Session','drmap',0,0,'66.11.120.48',1649559075),(1164605,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.62',1649559649),(1164606,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.69',1649559651),(1164607,'guest','failed_login','Users','Session','test',0,0,'192.187.127.22',1649559806),(1164608,'guest','failed_login','Users','Session','drmap',0,0,'217.182.175.39',1649559947),(1164609,'guest','failed_login','Users','Session','drmap',0,0,'68.183.139.84',1649560824),(1164610,'guest','failed_login','Users','Session','tech1',0,0,'47.98.207.210',1649561461),(1164611,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649561515),(1164612,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.69',1649561558),(1164613,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649561653),(1164614,'guest','failed_login','Users','Session','drmap',0,0,'65.52.200.48',1649561699),(1164615,'guest','failed_login','Users','Session','test',0,0,'69.30.229.69',1649562254),(1164616,'guest','failed_login','Users','Session','tech1',0,0,'65.52.200.48',1649562332),(1164617,'guest','failed_login','Users','Session','drmap',0,0,'208.109.54.127',1649562581),(1164618,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.27',1649562754),(1164619,'guest','failed_login','Users','Session','tech1',0,0,'8.210.146.161',1649563207),(1164620,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.8',1649563451),(1164621,'guest','failed_login','Users','Session','dmytro',0,0,'192.187.127.22',1649563788),(1164622,'guest','failed_login','Users','Session','admin',0,0,'192.187.127.22',1649563850),(1164623,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.229.69',1649563956),(1164624,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.44',1649563995),(1164625,'guest','failed_login','Users','Session','dmytro',0,0,'208.110.66.139',1649564142),(1164626,'guest','failed_login','Users','Session','drmap',0,0,'141.94.87.67',1649564334),(1164627,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.27',1649564867),(1164628,'guest','failed_login','Users','Session','admin',0,0,'69.30.240.27',1649564996),(1164629,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.69',1649565193),(1164630,'guest','failed_login','Users','Session','drmap',0,0,'162.241.71.202',1649565215),(1164631,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.44',1649565815),(1164632,'guest','failed_login','Users','Session','tech1',0,0,'150.158.130.39',1649565929),(1164633,'guest','failed_login','Users','Session','tech1',0,0,'150.158.135.139',1649565929),(1164634,'guest','failed_login','Users','Session','tech1',0,0,'150.158.135.139',1649565930),(1164635,'guest','failed_login','Users','Session','tech1',0,0,'150.158.130.39',1649565930),(1164636,'guest','failed_login','Users','Session','tech1',0,0,'150.158.135.139',1649565931),(1164637,'guest','failed_login','Users','Session','tech1',0,0,'150.158.130.39',1649565932),(1164638,'guest','failed_login','Users','Session','tech1',0,0,'150.158.135.139',1649565933),(1164639,'guest','failed_login','Users','Session','tech1',0,0,'150.158.135.139',1649565934),(1164640,'guest','failed_login','Users','Session','tech1',0,0,'150.158.135.139',1649565935),(1164641,'guest','failed_login','Users','Session','tech1',0,0,'150.158.135.139',1649565936),(1164642,'guest','failed_login','Users','Session','tech1',0,0,'150.158.135.139',1649565937),(1164643,'guest','failed_login','Users','Session','tech1',0,0,'150.158.135.139',1649565939),(1164644,'guest','failed_login','Users','Session','tech1',0,0,'150.158.135.139',1649565940),(1164645,'guest','failed_login','Users','Session','admin',0,0,'150.158.130.39',1649565940),(1164646,'guest','failed_login','Users','Session','tech1',0,0,'150.158.135.139',1649565941),(1164647,'guest','failed_login','Users','Session','admin',0,0,'150.158.130.39',1649565942),(1164648,'guest','failed_login','Users','Session','tech1',0,0,'150.158.135.139',1649565943),(1164649,'guest','failed_login','Users','Session','admin',0,0,'150.158.130.39',1649565943),(1164650,'guest','failed_login','Users','Session','tech1',0,0,'150.158.135.139',1649565945),(1164651,'guest','failed_login','Users','Session','admin',0,0,'150.158.130.39',1649565945),(1164652,'guest','failed_login','Users','Session','tech1',0,0,'150.158.135.139',1649565946),(1164653,'guest','failed_login','Users','Session','admin',0,0,'150.158.130.39',1649565946),(1164654,'guest','failed_login','Users','Session','admin',0,0,'150.158.130.39',1649565947),(1164655,'guest','failed_login','Users','Session','tech1',0,0,'150.158.135.139',1649565947),(1164656,'guest','failed_login','Users','Session','admin',0,0,'150.158.130.39',1649565949),(1164657,'guest','failed_login','Users','Session','tech1',0,0,'150.158.135.139',1649565949),(1164658,'guest','failed_login','Users','Session','tech1',0,0,'150.158.135.139',1649565950),(1164659,'guest','failed_login','Users','Session','admin',0,0,'150.158.130.39',1649565951),(1164660,'guest','failed_login','Users','Session','tech1',0,0,'150.158.135.139',1649565952),(1164661,'guest','failed_login','Users','Session','tech1',0,0,'150.158.135.139',1649565953),(1164662,'guest','failed_login','Users','Session','admin',0,0,'150.158.130.39',1649565953),(1164663,'guest','failed_login','Users','Session','admin',0,0,'150.158.130.39',1649565954),(1164664,'guest','failed_login','Users','Session','tech1',0,0,'150.158.135.139',1649565955),(1164665,'guest','failed_login','Users','Session','tech1',0,0,'150.158.135.139',1649565957),(1164666,'guest','failed_login','Users','Session','admin',0,0,'150.158.130.39',1649565957),(1164667,'guest','failed_login','Users','Session','tech1',0,0,'150.158.135.139',1649565958),(1164668,'guest','failed_login','Users','Session','admin',0,0,'150.158.130.39',1649565958),(1164669,'guest','failed_login','Users','Session','admin',0,0,'150.158.130.39',1649565960),(1164670,'guest','failed_login','Users','Session','tech1',0,0,'150.158.135.139',1649565961),(1164671,'guest','failed_login','Users','Session','admin',0,0,'150.158.130.39',1649565962),(1164672,'guest','failed_login','Users','Session','admin',0,0,'150.158.130.39',1649565964),(1164673,'guest','failed_login','Users','Session','admin',0,0,'150.158.130.39',1649565965),(1164674,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.130.39',1649565973),(1164675,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649565974),(1164676,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.130.39',1649565975),(1164677,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649565975),(1164678,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.130.39',1649565976),(1164679,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.130.39',1649565977),(1164680,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649565977),(1164681,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.130.39',1649565978),(1164682,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649565978),(1164683,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.130.39',1649565979),(1164684,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649565979),(1164685,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.130.39',1649565981),(1164686,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649565981),(1164687,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.130.39',1649565983),(1164688,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649565984),(1164689,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649565985),(1164690,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.130.39',1649565985),(1164691,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.130.39',1649565986),(1164692,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649565986),(1164693,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.130.39',1649565988),(1164694,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649565989),(1164695,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.130.39',1649565990),(1164696,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649565990),(1164697,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.130.39',1649565992),(1164698,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649565992),(1164699,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.130.39',1649565993),(1164700,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649565993),(1164701,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649565994),(1164702,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.130.39',1649565994),(1164703,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649565995),(1164704,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.130.39',1649565995),(1164705,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.130.39',1649565996),(1164706,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649565997),(1164707,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649565998),(1164708,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649565999),(1164709,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.130.39',1649565999),(1164710,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.130.39',1649566000),(1164711,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566001),(1164712,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.130.39',1649566002),(1164713,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566002),(1164714,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566004),(1164715,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.130.39',1649566005),(1164716,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566006),(1164717,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566007),(1164718,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566008),(1164719,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566010),(1164720,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566011),(1164721,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566012),(1164722,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566014),(1164723,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566017),(1164724,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566018),(1164725,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566020),(1164726,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566021),(1164727,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566022),(1164728,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566023),(1164729,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566024),(1164730,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566025),(1164731,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566027),(1164732,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566029),(1164733,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566031),(1164734,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566032),(1164735,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566034),(1164736,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566036),(1164737,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566037),(1164738,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566040),(1164739,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566042),(1164740,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566043),(1164741,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566044),(1164742,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566045),(1164743,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566046),(1164744,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566048),(1164745,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566049),(1164746,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566051),(1164747,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566053),(1164748,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566055),(1164749,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566056),(1164750,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566057),(1164751,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566058),(1164752,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566059),(1164753,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566061),(1164754,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566065),(1164755,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566066),(1164756,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566068),(1164757,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566069),(1164758,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566071),(1164759,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566073),(1164760,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566075),(1164761,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566077),(1164762,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566081),(1164763,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566085),(1164764,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566086),(1164765,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566088),(1164766,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566090),(1164767,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566092),(1164768,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566095),(1164769,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566096),(1164770,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566100),(1164771,'guest','failed_login','Users','Session','admin',0,0,'150.158.135.139',1649566102),(1164772,'guest','failed_login','Users','Session','drmap',0,0,'103.157.97.146',1649566106),(1164773,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566108),(1164774,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566109),(1164775,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566110),(1164776,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566112),(1164777,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566115),(1164778,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566116),(1164779,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566118),(1164780,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566121),(1164781,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566124),(1164782,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566126),(1164783,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566130),(1164784,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566132),(1164785,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566133),(1164786,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566135),(1164787,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566137),(1164788,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566138),(1164789,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566139),(1164790,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566140),(1164791,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566141),(1164792,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566142),(1164793,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566144),(1164794,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566145),(1164795,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566147),(1164796,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566149),(1164797,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566151),(1164798,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566152),(1164799,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566154),(1164800,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566155),(1164801,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566156),(1164802,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566158),(1164803,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566159),(1164804,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566161),(1164805,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566163),(1164806,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566164),(1164807,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566166),(1164808,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566168),(1164809,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566169),(1164810,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566171),(1164811,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566175),(1164812,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566176),(1164813,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566177),(1164814,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566180),(1164815,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566181),(1164816,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566182),(1164817,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566183),(1164818,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566184),(1164819,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566185),(1164820,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566186),(1164821,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566187),(1164822,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566190),(1164823,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566191),(1164824,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566193),(1164825,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566194),(1164826,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566195),(1164827,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566197),(1164828,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566198),(1164829,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566199),(1164830,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566202),(1164831,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566204),(1164832,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566206),(1164833,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566213),(1164834,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566215),(1164835,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566217),(1164836,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566218),(1164837,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566219),(1164838,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566221),(1164839,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566222),(1164840,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566223),(1164841,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566224),(1164842,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566226),(1164843,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566229),(1164844,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566232),(1164845,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566233),(1164846,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566235),(1164847,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566236),(1164848,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566237),(1164849,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566239),(1164850,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566240),(1164851,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566241),(1164852,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566243),(1164853,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566246),(1164854,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566248),(1164855,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566250),(1164856,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566251),(1164857,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566252),(1164858,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566253),(1164859,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566254),(1164860,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566256),(1164861,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566259),(1164862,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566260),(1164863,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566261),(1164864,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566267),(1164865,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566268),(1164866,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566270),(1164867,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566272),(1164868,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566274),(1164869,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566276),(1164870,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566279),(1164871,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566280),(1164872,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566282),(1164873,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.135.139',1649566283),(1164874,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.242.44',1649566580),(1164875,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.156',1649566659),(1164876,'guest','failed_login','Users','Session','tech1',0,0,'84.205.178.134',1649566746),(1164877,'guest','failed_login','Users','Session','drmap',0,0,'39.108.148.88',1649566992),(1164878,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.139',1649567029),(1164879,'guest','failed_login','Users','Session','tech1',0,0,'23.94.120.151',1649567637),(1164880,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.227',1649567877),(1164881,'guest','failed_login','Users','Session','drmap',0,0,'134.122.22.96',1649567890),(1164882,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649568093),(1164883,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.60',1649568126),(1164884,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.44',1649568534),(1164885,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.61',1649568683),(1164886,'guest','failed_login','Users','Session','drmap',0,0,'47.105.61.35',1649568783),(1164887,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.76',1649569106),(1164888,'guest','failed_login','Users','Session','tech1',0,0,'188.166.250.149',1649569433),(1164889,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649569571),(1164890,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:222:2a43::2',1649569680),(1164891,'guest','failed_login','Users','Session','test',0,0,'192.187.127.22',1649569908),(1164892,'guest','failed_login','Users','Session','drmap',0,0,'5.253.181.177',1649570575),(1164893,'guest','failed_login','Users','Session','com',0,0,'192.187.127.22',1649571319),(1164894,'guest','failed_login','Users','Session','drmap',0,0,'81.169.209.125',1649571465),(1164895,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.230.60',1649571808),(1164896,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.20',1649572327),(1164897,'guest','failed_login','Users','Session','drmap',0,0,'161.97.175.221',1649572360),(1164898,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.60',1649572755),(1164899,'guest','failed_login','Users','Session','test',0,0,'173.208.206.26',1649572964),(1164900,'guest','failed_login','Users','Session','tech1',0,0,'188.166.1.143',1649573003),(1164901,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.60',1649573208),(1164902,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.114',1649573254),(1164903,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.242.44',1649573409),(1164904,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1649573428),(1164905,'guest','failed_login','Users','Session','admin',0,0,'69.30.240.27',1649573494),(1164906,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.156',1649573590),(1164907,'guest','failed_login','Users','Session','tech1',0,0,'159.65.76.38',1649573897),(1164908,'guest','failed_login','Users','Session','drmap',0,0,'35.203.66.166',1649574144),(1164909,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.202.90',1649574354),(1164910,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649574719),(1164911,'guest','failed_login','Users','Session','tech1',0,0,'52.42.156.111',1649574787),(1164912,'guest','failed_login','Users','Session','drmap',0,0,'51.178.136.125',1649575033),(1164913,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.156',1649575226),(1164914,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.227',1649575682),(1164915,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.227',1649576032),(1164916,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1649576147),(1164917,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.20',1649576246),(1164918,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1649576803),(1164919,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.26',1649576857),(1164920,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.240.27',1649576932),(1164921,'guest','failed_login','Users','Session','admin',0,0,'173.208.153.156',1649577342),(1164922,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1649577408),(1164923,'guest','failed_login','Users','Session','drmap',0,0,'161.97.112.17',1649577689),(1164924,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649577769),(1164925,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.240.27',1649577871),(1164926,'guest','failed_login','Users','Session','tech1',0,0,'103.101.161.220',1649578325),(1164927,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.76',1649578347),(1164928,'guest','failed_login','Users','Session','drmap',0,0,'52.234.178.100',1649578571),(1164929,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.69',1649578649),(1164930,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.153.156',1649579168),(1164931,'guest','failed_login','Users','Session','tech1',0,0,'13.229.221.204',1649579210),(1164932,'guest','failed_login','Users','Session','com',0,0,'192.187.127.22',1649579322),(1164933,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1649579454),(1164934,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.61',1649579573),(1164935,'guest','failed_login','Users','Session','tech1',0,0,'66.11.120.48',1649580089),(1164936,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.90',1649580175),(1164937,'guest','failed_login','Users','Session','drmap',0,0,'2804:5034:2::2dff:feef:289f',1649580333),(1164938,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.240.27',1649580415),(1164939,'guest','failed_login','Users','Session','tech1',0,0,'109.68.215.82',1649580971),(1164940,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.240.27',1649580982),(1164941,'guest','failed_login','Users','Session','com',0,0,'69.30.229.69',1649581037),(1164942,'guest','failed_login','Users','Session','drmap',0,0,'185.2.5.31',1649581214),(1164943,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649581283),(1164944,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.240.27',1649581494),(1164945,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.227',1649581495),(1164946,'guest','failed_login','Users','Session','admin',0,0,'107.150.36.76',1649581783),(1164947,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1649581871),(1164948,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.153.156',1649581877),(1164949,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.68',1649582041),(1164950,'guest','failed_login','Users','Session','drmap',0,0,'195.4.173.50',1649582096),(1164951,'guest','failed_login','Users','Session','tech1',0,0,'103.39.134.190',1649582730),(1164952,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1649582970),(1164953,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.154.20',1649583031),(1164954,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.156',1649583213),(1164955,'guest','failed_login','Users','Session','drmap',0,0,'132.148.165.154',1649583842),(1164956,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.62',1649584047),(1164957,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.22',1649584144),(1164958,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.26',1649584274),(1164959,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1649584473),(1164960,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.206.26',1649584579),(1164961,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.205',1649584714),(1164962,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.27',1649585051),(1164963,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649585209),(1164964,'guest','failed_login','Users','Session','tech1',0,0,'128.140.231.3',1649585344),(1164965,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649586458),(1164966,'guest','failed_login','Users','Session','admin',0,0,'69.30.230.60',1649586960),(1164967,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.44',1649587334),(1164968,'guest','failed_login','Users','Session','com',0,0,'204.12.255.61',1649587798),(1164969,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649587831),(1164970,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.44',1649588619),(1164971,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.44',1649588737),(1164972,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.44',1649589295),(1164973,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649589700),(1164974,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.44',1649589929),(1164975,'guest','failed_login','Users','Session','admin',0,0,'173.208.153.156',1649589975),(1164976,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.44',1649591503),(1164977,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.68',1649591572),(1164978,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.44',1649591737),(1164979,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.90',1649592210),(1164980,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.61',1649592279),(1164981,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.61',1649592393),(1164982,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649592462),(1164983,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.61',1649592681),(1164984,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.62',1649592769),(1164985,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.44',1649592927),(1164986,'guest','failed_login','Users','Session','admin',0,0,'69.197.154.20',1649593487),(1164987,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.20',1649594062),(1164988,'guest','failed_login','Users','Session','tech1',0,0,'91.234.194.198',1649594297),(1164989,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649594380),(1164990,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649594483),(1164991,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.61',1649595046),(1164992,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.202.90',1649596040),(1164993,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.90',1649596092),(1164994,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.44',1649596262),(1164995,'guest','failed_login','Users','Session','test',0,0,'74.91.17.83',1649596303),(1164996,'guest','failed_login','Users','Session','com',0,0,'204.12.255.61',1649597347),(1164997,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.44',1649598441),(1164998,'guest','failed_login','Users','Session','test',0,0,'204.12.202.90',1649598465),(1164999,'guest','failed_login','Users','Session','com',0,0,'173.208.242.44',1649598547),(1165000,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.26',1649598754),(1165001,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.44',1649598797),(1165002,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.62',1649599443),(1165003,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.90',1649599496),(1165004,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649599860),(1165005,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.62',1649600066),(1165006,'guest','failed_login','Users','Session','com',0,0,'173.208.153.156',1649600418),(1165007,'guest','failed_login','Users','Session','tech1',0,0,'136.243.74.161',1649600455),(1165008,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649600933),(1165009,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1649601042),(1165010,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.206.26',1649601089),(1165011,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.76',1649601472),(1165012,'guest','failed_login','Users','Session','admin',0,0,'173.208.242.44',1649601542),(1165013,'guest','failed_login','Users','Session','test',0,0,'204.12.202.90',1649602245),(1165014,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.60',1649602315),(1165015,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649602616),(1165016,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649602790),(1165017,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1649603013),(1165018,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.68',1649603603),(1165019,'guest','failed_login','Users','Session','test',0,0,'192.187.127.22',1649603750),(1165020,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.44',1649604270),(1165021,'guest','failed_login','Users','Session','test',0,0,'173.208.242.44',1649604300),(1165022,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.44',1649604421),(1165023,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.62',1649604626),(1165024,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1649604692),(1165025,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.139',1649604725),(1165026,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.156',1649604809),(1165027,'guest','failed_login','Users','Session','test',0,0,'173.208.153.156',1649605219),(1165028,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.60',1649605270),(1165029,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1649605309),(1165030,'guest','failed_login','Users','Session','admin',0,0,'69.30.229.69',1649605404),(1165031,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1649605859),(1165032,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.229.69',1649605947),(1165033,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.76',1649606016),(1165034,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.215.62',1649606080),(1165035,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.44',1649606674),(1165036,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1649606939),(1165037,'guest','failed_login','Users','Session','tech1',0,0,'72.167.67.229',1649607042),(1165038,'guest','failed_login','Users','Session','com',0,0,'173.208.206.26',1649607044),(1165039,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649607328),(1165040,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649607455),(1165041,'guest','failed_login','Users','Session','admin',0,0,'107.150.36.76',1649607536),(1165042,'guest','failed_login','Users','Session','com',0,0,'204.12.255.61',1649607661),(1165043,'guest','failed_login','Users','Session','admin',0,0,'204.12.202.90',1649607687),(1165044,'guest','failed_login','Users','Session','tech1',0,0,'182.96.159.206',1649607727),(1165045,'guest','failed_login','Users','Session','tech1',0,0,'182.96.159.206',1649607728),(1165046,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.227',1649607971),(1165047,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.26',1649608613),(1165048,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.240.27',1649608689),(1165049,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1649608887),(1165050,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1649609396),(1165051,'guest','failed_login','Users','Session','tech1',0,0,'139.59.118.238',1649609531),(1165052,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.44',1649609735),(1165053,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.61',1649609747),(1165054,'guest','failed_login','Users','Session','drmap',0,0,'37.143.8.76',1649609776),(1165055,'guest','failed_login','Users','Session','test',0,0,'69.30.229.69',1649609994),(1165056,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1649610071),(1165057,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1649610197),(1165058,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.139',1649610374),(1165059,'guest','failed_login','Users','Session','drmap',0,0,'134.122.22.96',1649610667),(1165060,'guest','failed_login','Users','Session','com',0,0,'204.12.215.62',1649610908),(1165061,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.44',1649611004),(1165062,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1649611239),(1165063,'guest','failed_login','Users','Session','tech1',0,0,'35.203.66.166',1649611310),(1165064,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.154.20',1649611381),(1165065,'guest','failed_login','Users','Session','drmap',0,0,'161.97.180.233',1649611558),(1165066,'guest','failed_login','Users','Session','drmap',0,0,'178.128.194.13',1649612447),(1165067,'guest','failed_login','Users','Session','admin',0,0,'173.208.206.26',1649612540),(1165068,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.44',1649612624),(1165069,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.44',1649612776),(1165070,'guest','failed_login','Users','Session','com',0,0,'69.197.154.20',1649612995),(1165071,'guest','failed_login','Users','Session','tech1',0,0,'123.25.21.16',1649613091),(1165072,'guest','failed_login','Users','Session','drmap',0,0,'37.143.8.76',1649613337),(1165073,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1649613365),(1165074,'guest','failed_login','Users','Session','tech1',0,0,'209.59.182.249',1649613700),(1165075,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.76',1649613918),(1165076,'guest','failed_login','Users','Session','tech1',0,0,'151.80.91.175',1649613982),(1165077,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649614122),(1165078,'guest','failed_login','Users','Session','drmap',0,0,'198.46.160.118',1649614233),(1165079,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.27',1649614262),(1165080,'guest','failed_login','Users','Session','tech1',0,0,'37.143.8.76',1649614881),(1165081,'guest','failed_login','Users','Session','test',0,0,'173.208.242.44',1649614988),(1165082,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.139',1649615024),(1165083,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.76',1649615114),(1165084,'guest','failed_login','Users','Session','drmap',0,0,'162.240.28.177',1649615129),(1165085,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649615222),(1165086,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.139',1649615284),(1165087,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.77',1649615780),(1165088,'guest','failed_login','Users','Session','drmap',0,0,'47.114.72.18',1649616032),(1165089,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.90',1649616125),(1165090,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.90',1649616394),(1165091,'guest','failed_login','Users','Session','drmap',0,0,'185.50.199.194',1649616924),(1165092,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649617072),(1165093,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1649617416),(1165094,'guest','failed_login','Users','Session','admin',0,0,'5.160.200.204',1649617615),(1165095,'guest','failed_login','Users','Session','drmap',0,0,'46.183.119.232',1649617816),(1165096,'guest','failed_login','Users','Session','admin',0,0,'3.6.254.235',1649617899),(1165097,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.153.156',1649618125),(1165098,'guest','failed_login','Users','Session','tech1',0,0,'188.40.224.241',1649618187),(1165099,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.61',1649618225),(1165100,'guest','failed_login','Users','Session','tech1',0,0,'95.167.178.158',1649618470),(1165101,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1649618592),(1165102,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:c:b1a::',1649618761),(1165103,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::94e:3001',1649619034),(1165104,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.26',1649619187),(1165105,'guest','failed_login','Users','Session','tech1',0,0,'199.188.200.198',1649619324),(1165106,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a034::ef8:bfd',1649619357),(1165107,'guest','failed_login','Users','Session','drmap',0,0,'136.243.124.150',1649619606),(1165108,'guest','failed_login','Users','Session','tech1',0,0,'103.211.218.142',1649619647),(1165109,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.27',1649619841),(1165110,'guest','failed_login','Users','Session','tech1',0,0,'199.188.205.87',1649619938),(1165111,'guest','failed_login','Users','Session','tech1',0,0,'185.61.154.29',1649620113),(1165112,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649620145),(1165113,'guest','failed_login','Users','Session','tech1',0,0,'103.129.178.69',1649620251),(1165114,'guest','failed_login','Users','Session','tech1',0,0,'64.111.116.168',1649620252),(1165115,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1649620496),(1165116,'guest','failed_login','Users','Session','drmap',0,0,'159.89.228.214',1649620502),(1165117,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.45',1649620591),(1165118,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.44',1649620742),(1165119,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.61',1649620744),(1165120,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649620790),(1165121,'guest','failed_login','Users','Session','tech1',0,0,'103.122.244.192',1649620894),(1165122,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.61',1649621019),(1165123,'guest','failed_login','Users','Session','tech1',0,0,'109.74.196.231',1649621154),(1165124,'guest','failed_login','Users','Session','tech1',0,0,'64.235.231.20',1649621259),(1165125,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.44',1649621342),(1165126,'guest','failed_login','Users','Session','com',0,0,'173.208.242.44',1649621344),(1165127,'guest','failed_login','Users','Session','drmap',0,0,'103.159.224.46',1649621403),(1165128,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.69',1649621496),(1165129,'guest','failed_login','Users','Session','tech1',0,0,'188.166.224.74',1649621538),(1165130,'guest','failed_login','Users','Session','tech1',0,0,'72.167.42.45',1649621873),(1165131,'guest','failed_login','Users','Session','tech1',0,0,'123.56.59.9',1649622199),(1165132,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:6:a016::22c:2e30',1649622307),(1165133,'guest','failed_login','Users','Session','tech1',0,0,'162.214.208.84',1649622496),(1165134,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.202.90',1649622573),(1165135,'guest','failed_login','Users','Session','tech1',0,0,'162.214.208.84',1649622836),(1165136,'guest','failed_login','Users','Session','bangkokfinder',0,0,'208.110.66.139',1649623191),(1165137,'guest','failed_login','Users','Session','tech1',0,0,'5.188.30.55',1649623191),(1165138,'guest','failed_login','Users','Session','drmap',0,0,'2400:8901::f03c:93ff:fe84:15a4',1649623208),(1165139,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.90',1649623227),(1165140,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1649623340),(1165141,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649623345),(1165142,'guest','failed_login','Users','Session','tech1',0,0,'54.186.159.152',1649623495),(1165143,'guest','failed_login','Users','Session','tech1',0,0,'142.93.170.99',1649623813),(1165144,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.139',1649623953),(1165145,'guest','failed_login','Users','Session','drmap',0,0,'185.2.5.77',1649624107),(1165146,'guest','failed_login','Users','Session','tech1',0,0,'162.214.208.84',1649624151),(1165147,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.90',1649624200),(1165148,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.14',1649624505),(1165149,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.20',1649624528),(1165150,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.44',1649624591),(1165151,'guest','failed_login','Users','Session','tech1',0,0,'103.130.218.178',1649624769),(1165152,'guest','failed_login','Users','Session','tech1',0,0,'88.208.209.101',1649624850),(1165153,'guest','failed_login','Users','Session','drmap',0,0,'185.200.243.16',1649625021),(1165154,'guest','failed_login','Users','Session','tech1',0,0,'67.227.191.12',1649625170),(1165155,'guest','failed_login','Users','Session','tech1',0,0,'82.79.58.176',1649625188),(1165156,'guest','failed_login','Users','Session','tech1',0,0,'64.235.231.20',1649625550),(1165157,'guest','failed_login','Users','Session','tech1',0,0,'163.172.96.20',1649625678),(1165158,'guest','failed_login','Users','Session','tech1',0,0,'103.153.214.231',1649625852),(1165159,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1649625932),(1165160,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649626078),(1165161,'guest','failed_login','Users','Session','tech1',0,0,'103.122.244.192',1649626169),(1165162,'guest','failed_login','Users','Session','test',0,0,'69.30.229.69',1649626415),(1165163,'guest','failed_login','Users','Session','tech1',0,0,'128.199.21.138',1649626512),(1165164,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.61',1649626566),(1165165,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1649626588),(1165166,'guest','failed_login','Users','Session','drmap',0,0,'103.77.160.73',1649626611),(1165167,'guest','failed_login','Users','Session','drmap',0,0,'128.134.187.112',1649626770),(1165168,'guest','failed_login','Users','Session','drmap',0,0,'202.131.107.130',1649626842),(1165169,'guest','failed_login','Users','Session','tech1',0,0,'104.36.149.6',1649626853),(1165170,'guest','failed_login','Users','Session','drmap',0,0,'135.125.93.0',1649626969),(1165171,'guest','failed_login','Users','Session','drmap',0,0,'104.248.235.74',1649627154),(1165172,'guest','failed_login','Users','Session','[login]',0,0,'104.248.235.74',1649627154),(1165173,'guest','failed_login','Users','Session','tech1',0,0,'199.192.22.72',1649627217),(1165174,'guest','failed_login','Users','Session','admin',0,0,'192.187.127.22',1649627274),(1165175,'guest','failed_login','Users','Session','drmap',0,0,'194.163.142.38',1649627308),(1165176,'guest','failed_login','Users','Session','[login]',0,0,'194.163.142.38',1649627308),(1165177,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.27',1649627425),(1165178,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649627451),(1165179,'guest','failed_login','Users','Session','tech1',0,0,'159.203.31.171',1649627549),(1165180,'guest','failed_login','Users','Session','drmap',0,0,'120.55.169.254',1649627575),(1165181,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.60',1649627639),(1165182,'guest','failed_login','Users','Session','drmap',0,0,'68.183.81.28',1649627685),(1165183,'guest','failed_login','Users','Session','drmap',0,0,'167.172.151.91',1649627748),(1165184,'guest','failed_login','Users','Session','drmap',0,0,'2a00:d680:20:50::4f71',1649627875),(1165185,'guest','failed_login','Users','Session','[login]',0,0,'2a00:d680:20:50::4f71',1649627876),(1165186,'guest','failed_login','Users','Session','tech1',0,0,'188.166.224.74',1649627903),(1165187,'guest','failed_login','Users','Session','drmap',0,0,'83.229.73.92',1649628045),(1165188,'guest','failed_login','Users','Session','drmap',0,0,'45.131.32.11',1649628221),(1165189,'guest','failed_login','Users','Session','tech1',0,0,'177.221.140.73',1649628250),(1165190,'guest','failed_login','Users','Session','drmap',0,0,'157.245.131.230',1649628405),(1165191,'guest','failed_login','Users','Session','[login]',0,0,'157.245.131.230',1649628415),(1165192,'guest','failed_login','Users','Session','drmap',0,0,'67.202.20.83',1649628585),(1165193,'guest','failed_login','Users','Session','tech1',0,0,'43.241.58.180',1649628625),(1165194,'guest','failed_login','Users','Session','drmap',0,0,'2a02:c206:2060:3839::1',1649628662),(1165195,'guest','failed_login','Users','Session','drmap',0,0,'83.229.73.92',1649628787),(1165196,'guest','failed_login','Users','Session','tech1',0,0,'159.65.149.229',1649628975),(1165197,'guest','failed_login','Users','Session','drmap',0,0,'211.43.13.28',1649629010),(1165198,'guest','failed_login','Users','Session','drmap',0,0,'163.44.154.211',1649629181),(1165199,'guest','failed_login','Users','Session','[login]',0,0,'163.44.154.211',1649629181),(1165200,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.83',1649629210),(1165201,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.227',1649629328),(1165202,'guest','failed_login','Users','Session','tech1',0,0,'192.163.197.220',1649629341),(1165203,'guest','failed_login','Users','Session','drmap',0,0,'34.87.101.136',1649629346),(1165204,'guest','failed_login','Users','Session','[login]',0,0,'34.87.101.136',1649629346),(1165205,'guest','failed_login','Users','Session','drmap',0,0,'118.70.81.210',1649629537),(1165206,'guest','failed_login','Users','Session','tech1',0,0,'91.134.16.2',1649629701),(1165207,'guest','failed_login','Users','Session','drmap',0,0,'15.184.204.136',1649629718),(1165208,'guest','failed_login','Users','Session','[login]',0,0,'15.184.204.136',1649629718),(1165209,'guest','failed_login','Users','Session','drmap',0,0,'202.63.242.138',1649630039),(1165210,'guest','failed_login','Users','Session','[login]',0,0,'202.63.242.138',1649630039),(1165211,'guest','failed_login','Users','Session','tech1',0,0,'144.91.75.9',1649630065),(1165212,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:231:86a::2',1649630114),(1165213,'guest','failed_login','Users','Session','[login]',0,0,'2a01:4f8:231:86a::2',1649630115),(1165214,'guest','failed_login','Users','Session','tech1',0,0,'173.236.196.38',1649630137),(1165215,'guest','failed_login','Users','Session','tech1',0,0,'194.90.234.21',1649630256),(1165216,'guest','failed_login','Users','Session','drmap',0,0,'95.217.219.56',1649630293),(1165217,'guest','failed_login','Users','Session','[login]',0,0,'95.217.219.56',1649630294),(1165218,'guest','failed_login','Users','Session','tech1',0,0,'82.79.58.176',1649630438),(1165219,'guest','failed_login','Users','Session','drmap',0,0,'142.93.201.0',1649630512),(1165220,'guest','failed_login','Users','Session','drmap',0,0,'37.18.90.72',1649630666),(1165221,'guest','failed_login','Users','Session','[login]',0,0,'37.18.90.72',1649630667),(1165222,'guest','failed_login','Users','Session','tech1',0,0,'87.236.20.170',1649630797),(1165223,'guest','failed_login','Users','Session','drmap',0,0,'185.136.206.6',1649630823),(1165224,'guest','failed_login','Users','Session','[login]',0,0,'185.136.206.6',1649630824),(1165225,'guest','failed_login','Users','Session','drmap',0,0,'23.226.120.90',1649631029),(1165226,'guest','failed_login','Users','Session','[login]',0,0,'23.226.120.90',1649631030),(1165227,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.230.60',1649631112),(1165228,'guest','failed_login','Users','Session','tech1',0,0,'192.81.214.91',1649631150),(1165229,'guest','failed_login','Users','Session','tech1',0,0,'2001:470:c:7e2::2',1649631186),(1165230,'guest','failed_login','Users','Session','drmap',0,0,'64.227.50.139',1649631213),(1165231,'guest','failed_login','Users','Session','[login]',0,0,'64.227.50.139',1649631219),(1165232,'guest','failed_login','Users','Session','drmap',0,0,'89.58.11.2',1649631444),(1165233,'guest','failed_login','Users','Session','drmap',0,0,'103.1.239.209',1649631464),(1165234,'guest','failed_login','Users','Session','[login]',0,0,'103.1.239.209',1649631464),(1165235,'guest','failed_login','Users','Session','tech1',0,0,'185.131.50.99',1649631538),(1165236,'guest','failed_login','Users','Session','drmap',0,0,'34.94.52.100',1649631593),(1165237,'guest','failed_login','Users','Session','[login]',0,0,'34.94.52.100',1649631597),(1165238,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.69',1649631616),(1165239,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649631637),(1165240,'guest','failed_login','Users','Session','drmap',0,0,'91.134.248.249',1649631775),(1165241,'guest','failed_login','Users','Session','tech1',0,0,'103.72.76.17',1649631908),(1165242,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649631981),(1165243,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:e0:1b44::2',1649631983),(1165244,'guest','failed_login','Users','Session','tech1',0,0,'185.39.183.27',1649631985),(1165245,'guest','failed_login','Users','Session','[login]',0,0,'128.199.147.151',1649632155),(1165246,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::53b:1',1649632265),(1165247,'guest','failed_login','Users','Session','drmap',0,0,'67.202.20.83',1649632354),(1165248,'guest','failed_login','Users','Session','[login]',0,0,'67.202.20.83',1649632355),(1165249,'guest','failed_login','Users','Session','drmap',0,0,'34.75.65.218',1649632376),(1165250,'guest','failed_login','Users','Session','drmap',0,0,'109.70.148.33',1649632590),(1165251,'guest','failed_login','Users','Session','tech1',0,0,'2a01:430:45::94',1649632652),(1165252,'guest','failed_login','Users','Session','drmap',0,0,'139.180.138.228',1649632759),(1165253,'guest','failed_login','Users','Session','[login]',0,0,'139.180.138.228',1649632759),(1165254,'guest','failed_login','Users','Session','drmap',0,0,'13.65.208.195',1649632952),(1165255,'guest','failed_login','Users','Session','tech1',0,0,'198.46.160.118',1649633050),(1165256,'guest','failed_login','Users','Session','test',0,0,'69.30.230.60',1649633119),(1165257,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.60',1649633145),(1165258,'guest','failed_login','Users','Session','drmap',0,0,'142.93.54.10',1649633309),(1165259,'guest','failed_login','Users','Session','drmap',0,0,'103.241.136.148',1649633349),(1165260,'guest','failed_login','Users','Session','[login]',0,0,'103.241.136.148',1649633350),(1165261,'guest','failed_login','Users','Session','tech1',0,0,'139.196.165.192',1649633396),(1165262,'guest','failed_login','Users','Session','drmap',0,0,'42.192.81.14',1649633537),(1165263,'guest','failed_login','Users','Session','drmap',0,0,'2a0e:fd45:2ba0:10:188:64:138:23',1649633702),(1165264,'guest','failed_login','Users','Session','tech1',0,0,'103.74.118.242',1649633771),(1165265,'guest','failed_login','Users','Session','drmap',0,0,'3.0.21.222',1649633901),(1165266,'guest','failed_login','Users','Session','drmap',0,0,'2a02:c207:2038:455::1',1649634066),(1165267,'guest','failed_login','Users','Session','[login]',0,0,'2a02:c207:2038:455::1',1649634066),(1165268,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649634102),(1165269,'guest','failed_login','Users','Session','tech1',0,0,'178.254.50.20',1649634165),(1165270,'guest','failed_login','Users','Session','drmap',0,0,'159.203.120.246',1649634246),(1165271,'guest','failed_login','Users','Session','drmap',0,0,'115.146.127.55',1649634252),(1165272,'guest','failed_login','Users','Session','[login]',0,0,'115.146.127.55',1649634253),(1165273,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.240.27',1649634493),(1165274,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:110b::d21:d4e9',1649634539),(1165275,'guest','failed_login','Users','Session','drmap',0,0,'188.166.248.119',1649634646),(1165276,'guest','failed_login','Users','Session','[login]',0,0,'188.166.248.119',1649634646),(1165277,'guest','failed_login','Users','Session','drmap',0,0,'103.133.56.42',1649634852),(1165278,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::53b:1',1649634906),(1165279,'guest','failed_login','Users','Session','admin',0,0,'192.187.127.22',1649635016),(1165280,'guest','failed_login','Users','Session','drmap',0,0,'94.98.64.15',1649635068),(1165281,'guest','failed_login','Users','Session','[login]',0,0,'94.98.64.15',1649635069),(1165282,'guest','failed_login','Users','Session','drmap',0,0,'101.0.80.218',1649635180),(1165283,'guest','failed_login','Users','Session','drmap',0,0,'189.90.138.212',1649635265),(1165284,'guest','failed_login','Users','Session','tech1',0,0,'184.168.99.160',1649635313),(1165285,'guest','failed_login','Users','Session','tech1',0,0,'92.204.220.76',1649635340),(1165286,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.255.61',1649635343),(1165287,'guest','failed_login','Users','Session','drmap',0,0,'2001:df7:ce00:11::2',1649635397),(1165288,'guest','failed_login','Users','Session','[login]',0,0,'2001:df7:ce00:11::2',1649635397),(1165289,'guest','failed_login','Users','Session','com',0,0,'69.197.154.20',1649635417),(1165290,'guest','failed_login','Users','Session','drmap',0,0,'34.76.147.42',1649635634),(1165291,'guest','failed_login','Users','Session','tech1',0,0,'35.198.25.12',1649635705),(1165292,'guest','failed_login','Users','Session','drmap',0,0,'192.248.145.78',1649635804),(1165293,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.83',1649635963),(1165294,'guest','failed_login','Users','Session','drmap',0,0,'3.72.58.143',1649636010),(1165295,'guest','failed_login','Users','Session','tech1',0,0,'39.108.134.146',1649636087),(1165296,'guest','failed_login','Users','Session','drmap',0,0,'78.157.40.35',1649636116),(1165297,'guest','failed_login','Users','Session','drmap',0,0,'188.166.248.119',1649636194),(1165298,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:3:d0::c2a:e001',1649636356),(1165299,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.61',1649636456),(1165300,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a077::3e6:8c3e',1649636490),(1165301,'guest','failed_login','Users','Session','drmap',0,0,'129.232.204.123',1649636611),(1165302,'guest','failed_login','Users','Session','drmap',0,0,'18.176.185.173',1649636788),(1165303,'guest','failed_login','Users','Session','tech1',0,0,'103.51.103.2',1649636877),(1165304,'guest','failed_login','Users','Session','admin',0,0,'69.30.240.27',1649636885),(1165305,'guest','failed_login','Users','Session','drmap',0,0,'128.199.221.125',1649636980),(1165306,'guest','failed_login','Users','Session','[login]',0,0,'128.199.221.125',1649636981),(1165307,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1649637053),(1165308,'guest','failed_login','Users','Session','drmap',0,0,'143.110.184.46',1649637103),(1165309,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.60',1649637246),(1165310,'guest','failed_login','Users','Session','tech1',0,0,'3.6.254.235',1649637267),(1165311,'guest','failed_login','Users','Session','tech1',0,0,'103.146.202.150',1649637636),(1165312,'guest','failed_login','Users','Session','drmap',0,0,'35.224.67.28',1649637685),(1165313,'guest','failed_login','Users','Session','[login]',0,0,'35.224.67.28',1649637690),(1165314,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:303:2e08::',1649637729),(1165315,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:303:f1cc::',1649637937),(1165316,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1649637989),(1165317,'guest','failed_login','Users','Session','tech1',0,0,'147.139.37.149',1649638052),(1165318,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:231:86a::2',1649638125),(1165319,'guest','failed_login','Users','Session','drmap',0,0,'51.222.108.216',1649638314),(1165320,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.22',1649638348),(1165321,'guest','failed_login','Users','Session','tech1',0,0,'107.180.107.103',1649638459),(1165322,'guest','failed_login','Users','Session','drmap',0,0,'103.205.64.183',1649638515),(1165323,'guest','failed_login','Users','Session','[login]',0,0,'103.205.64.183',1649638516),(1165324,'guest','failed_login','Users','Session','drmap',0,0,'155.133.142.67',1649638653),(1165325,'guest','failed_login','Users','Session','tech1',0,0,'208.109.54.127',1649638675),(1165326,'guest','failed_login','Users','Session','drmap',0,0,'34.65.197.49',1649638896),(1165327,'guest','failed_login','Users','Session','drmap',0,0,'109.168.97.89',1649638938),(1165328,'guest','failed_login','Users','Session','drmap',0,0,'164.68.124.29',1649639080),(1165329,'guest','failed_login','Users','Session','[login]',0,0,'164.68.124.29',1649639085),(1165330,'guest','failed_login','Users','Session','[login]',0,0,'137.184.89.163',1649639261),(1165331,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1649639271),(1165332,'guest','failed_login','Users','Session','admin',0,0,'103.159.224.46',1649639301),(1165333,'guest','failed_login','Users','Session','drmap',0,0,'128.134.187.112',1649639490),(1165334,'guest','failed_login','Users','Session','[login]',0,0,'128.134.187.112',1649639490),(1165335,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.20',1649639564),(1165336,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649639575),(1165337,'guest','failed_login','Users','Session','tech1',0,0,'188.166.183.39',1649639619),(1165338,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f9:4b:3a5b::2',1649639686),(1165339,'guest','failed_login','Users','Session','[login]',0,0,'2a01:4f9:4b:3a5b::2',1649639687),(1165340,'guest','failed_login','Users','Session','admin',0,0,'62.233.120.26',1649639708),(1165341,'guest','failed_login','Users','Session','drmap',0,0,'161.97.130.211',1649639868),(1165342,'guest','failed_login','Users','Session','[login]',0,0,'161.97.130.211',1649639869),(1165343,'guest','failed_login','Users','Session','drmap',0,0,'46.101.159.72',1649639878),(1165344,'guest','failed_login','Users','Session','tech1',0,0,'82.79.58.176',1649640108),(1165345,'guest','failed_login','Users','Session','drmap',0,0,'35.246.197.88',1649640228),(1165346,'guest','failed_login','Users','Session','tech1',0,0,'148.72.197.134',1649640502),(1165347,'guest','failed_login','Users','Session','drmap',0,0,'141.94.87.67',1649640591),(1165348,'guest','failed_login','Users','Session','[login]',0,0,'141.94.87.67',1649640592),(1165349,'guest','failed_login','Users','Session','tech1',0,0,'51.75.135.41',1649640727),(1165350,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649640747),(1165351,'guest','failed_login','Users','Session','drmap',0,0,'209.97.162.248',1649640827),(1165352,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f9:4b:3a5b::2',1649640844),(1165353,'guest','failed_login','Users','Session','[login]',0,0,'2a01:4f9:4b:3a5b::2',1649640845),(1165354,'guest','failed_login','Users','Session','tech1',0,0,'103.121.91.38',1649640904),(1165355,'guest','failed_login','Users','Session','drmap',0,0,'3.0.21.222',1649641020),(1165356,'guest','failed_login','Users','Session','drmap',0,0,'151.248.4.59',1649641199),(1165357,'guest','failed_login','Users','Session','[login]',0,0,'151.248.4.59',1649641201),(1165358,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.153.156',1649641219),(1165359,'guest','failed_login','Users','Session','tech1',0,0,'151.106.35.235',1649641308),(1165360,'guest','failed_login','Users','Session','drmap',0,0,'2406:da1a:634:4410:a1a3:e467:ba6f:c2a4',1649641405),(1165361,'guest','failed_login','Users','Session','[login]',0,0,'2406:da1a:634:4410:a1a3:e467:ba6f:c2a4',1649641406),(1165362,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1649641493),(1165363,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.61',1649641518),(1165364,'guest','failed_login','Users','Session','drmap',0,0,'2a00:d680:20:50::44ef',1649641609),(1165365,'guest','failed_login','Users','Session','tech1',0,0,'159.203.31.171',1649641714),(1165366,'guest','failed_login','Users','Session','drmap',0,0,'69.163.169.9',1649641773),(1165367,'guest','failed_login','Users','Session','[login]',0,0,'69.163.169.9',1649641773),(1165368,'guest','failed_login','Users','Session','drmap',0,0,'47.105.61.35',1649641775),(1165369,'guest','failed_login','Users','Session','drmap',0,0,'154.119.36.49',1649642001),(1165370,'guest','failed_login','Users','Session','[login]',0,0,'154.119.36.49',1649642001),(1165371,'guest','failed_login','Users','Session','tech1',0,0,'118.27.39.161',1649642120),(1165372,'guest','failed_login','Users','Session','drmap',0,0,'47.94.136.206',1649642208),(1165373,'guest','failed_login','Users','Session','[login]',0,0,'47.94.136.206',1649642209),(1165374,'guest','failed_login','Users','Session','drmap',0,0,'192.248.145.78',1649642351),(1165375,'guest','failed_login','Users','Session','tech1',0,0,'103.211.218.142',1649642552),(1165376,'guest','failed_login','Users','Session','drmap',0,0,'64.227.114.253',1649642567),(1165377,'guest','failed_login','Users','Session','drmap',0,0,'2a01:7c8:aab2:c0::1',1649642724),(1165378,'guest','failed_login','Users','Session','drmap',0,0,'177.55.111.12',1649642755),(1165379,'guest','failed_login','Users','Session','drmap',0,0,'128.134.187.112',1649642951),(1165380,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.235',1649642973),(1165381,'guest','failed_login','Users','Session','drmap',0,0,'109.70.148.33',1649643150),(1165382,'guest','failed_login','Users','Session','[login]',0,0,'109.70.148.33',1649643151),(1165383,'guest','failed_login','Users','Session','dmytro',0,0,'74.91.17.83',1649643341),(1165384,'guest','failed_login','Users','Session','drmap',0,0,'61.77.106.99',1649643385),(1165385,'guest','failed_login','Users','Session','[login]',0,0,'61.77.106.99',1649643386),(1165386,'guest','failed_login','Users','Session','tech1',0,0,'185.146.20.254',1649643399),(1165387,'guest','failed_login','Users','Session','tech1',0,0,'69.39.239.34',1649643409),(1165388,'guest','failed_login','Users','Session','drmap',0,0,'2001:df7:ce00:2::4',1649643512),(1165389,'guest','failed_login','Users','Session','[login]',0,0,'2001:df7:ce00:2::4',1649643512),(1165390,'guest','failed_login','Users','Session','drmap',0,0,'103.39.134.190',1649643674),(1165391,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.68',1649643679),(1165392,'guest','failed_login','Users','Session','drmap',0,0,'138.68.133.171',1649643748),(1165393,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.139',1649643754),(1165394,'guest','failed_login','Users','Session','tech1',0,0,'88.208.209.101',1649643814),(1165395,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1649643825),(1165396,'guest','failed_login','Users','Session','drmap',0,0,'189.90.138.212',1649643986),(1165397,'guest','failed_login','Users','Session','tech1',0,0,'198.20.170.59',1649644227),(1165398,'guest','failed_login','Users','Session','drmap',0,0,'103.147.246.226',1649644228),(1165399,'guest','failed_login','Users','Session','tech1',0,0,'134.195.196.53',1649644362),(1165400,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.68',1649644388),(1165401,'guest','failed_login','Users','Session','drmap',0,0,'108.12.44.138',1649644432),(1165402,'guest','failed_login','Users','Session','[login]',0,0,'108.12.44.138',1649644438),(1165403,'guest','failed_login','Users','Session','drmap',0,0,'81.70.248.169',1649644629),(1165404,'guest','failed_login','Users','Session','tech1',0,0,'47.104.66.61',1649644639),(1165405,'guest','failed_login','Users','Session','drmap',0,0,'89.248.97.24',1649644707),(1165406,'guest','failed_login','Users','Session','[login]',0,0,'89.248.97.24',1649644708),(1165407,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.20',1649644803),(1165408,'guest','failed_login','Users','Session','com',0,0,'69.30.230.60',1649644808),(1165409,'guest','failed_login','Users','Session','drmap',0,0,'46.101.21.36',1649645035),(1165410,'guest','failed_login','Users','Session','[login]',0,0,'46.101.21.36',1649645040),(1165411,'guest','failed_login','Users','Session','tech1',0,0,'128.199.21.138',1649645041),(1165412,'guest','failed_login','Users','Session','drmap',0,0,'104.248.196.64',1649645286),(1165413,'guest','failed_login','Users','Session','tech1',0,0,'14.241.233.205',1649645311),(1165414,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.227',1649645465),(1165415,'guest','failed_login','Users','Session','drmap',0,0,'189.90.138.212',1649645584),(1165416,'guest','failed_login','Users','Session','tech1',0,0,'188.166.94.198',1649645705),(1165417,'guest','failed_login','Users','Session','drmap',0,0,'128.199.197.163',1649645835),(1165418,'guest','failed_login','Users','Session','drmap',0,0,'65.0.124.6',1649645941),(1165419,'guest','failed_login','Users','Session','tech1',0,0,'63.250.38.232',1649646101),(1165420,'guest','failed_login','Users','Session','tech1',0,0,'148.72.207.163',1649646223),(1165421,'guest','failed_login','Users','Session','drmap',0,0,'194.233.90.4',1649646328),(1165422,'guest','failed_login','Users','Session','tech1',0,0,'185.19.190.26',1649646755),(1165423,'guest','failed_login','Users','Session','drmap',0,0,'110.42.210.173',1649646771),(1165424,'guest','failed_login','Users','Session','drmap',0,0,'185.56.171.92',1649647151),(1165425,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a034::ef8:bfd',1649647285),(1165426,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649647344),(1165427,'guest','failed_login','Users','Session','drmap',0,0,'5.253.181.177',1649647417),(1165428,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649647563),(1165429,'guest','failed_login','Users','Session','drmap',0,0,'194.163.142.38',1649647600),(1165430,'guest','failed_login','Users','Session','tech1',0,0,'89.96.90.125',1649647812),(1165431,'guest','failed_login','Users','Session','drmap',0,0,'185.190.117.89',1649647943),(1165432,'guest','failed_login','Users','Session','drmap',0,0,'103.147.246.226',1649647999),(1165433,'guest','failed_login','Users','Session','[login]',0,0,'103.147.246.226',1649647999),(1165434,'guest','failed_login','Users','Session','tech1',0,0,'164.46.122.50',1649648344),(1165435,'guest','failed_login','Users','Session','drmap',0,0,'185.56.171.92',1649648416),(1165436,'guest','failed_login','Users','Session','[login]',0,0,'185.56.171.92',1649648417),(1165437,'guest','failed_login','Users','Session','drmap',0,0,'121.243.95.160',1649648478),(1165438,'guest','failed_login','Users','Session','drmap',0,0,'2001:f90:4880:b11:202:c9ff:fedb:58f0',1649648840),(1165439,'guest','failed_login','Users','Session','[login]',0,0,'2001:f90:4880:b11:202:c9ff:fedb:58f0',1649648841),(1165440,'guest','failed_login','Users','Session','tech1',0,0,'103.109.28.1',1649648872),(1165441,'guest','failed_login','Users','Session','drmap',0,0,'46.101.159.72',1649649003),(1165442,'guest','failed_login','Users','Session','drmap',0,0,'3.72.58.143',1649649253),(1165443,'guest','failed_login','Users','Session','[login]',0,0,'3.72.58.143',1649649253),(1165444,'guest','failed_login','Users','Session','tech1',0,0,'103.106.78.178',1649649397),(1165445,'guest','failed_login','Users','Session','drmap',0,0,'35.197.204.193',1649649532),(1165446,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1649649559),(1165447,'guest','failed_login','Users','Session','drmap',0,0,'135.125.93.0',1649649646),(1165448,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.60',1649649680),(1165449,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:800:10::34bd:1',1649649933),(1165450,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::4be:2001',1649650043),(1165451,'guest','failed_login','Users','Session','drmap',0,0,'148.72.214.194',1649650053),(1165452,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.227',1649650294),(1165453,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1649650379),(1165454,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:101b::d1b:2a3a',1649650450),(1165455,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:10a:ac3::2',1649650511),(1165456,'guest','failed_login','Users','Session','[login]',0,0,'2a01:4f8:10a:ac3::2',1649650511),(1165457,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.210',1649650582),(1165458,'guest','failed_login','Users','Session','tech1',0,0,'146.148.44.185',1649650977),(1165459,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:200:33cc::2',1649650977),(1165460,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1649651111),(1165461,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.227',1649651338),(1165462,'guest','failed_login','Users','Session','drmap',0,0,'2001:f90:4880:b11:202:c9ff:fedb:58f0',1649651413),(1165463,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:222:2a43::2',1649651507),(1165464,'guest','failed_login','Users','Session','tech1',0,0,'216.219.81.50',1649651529),(1165465,'guest','failed_login','Users','Session','drmap',0,0,'69.39.239.34',1649651641),(1165466,'guest','failed_login','Users','Session','tech1',0,0,'195.4.173.50',1649652042),(1165467,'guest','failed_login','Users','Session','drmap',0,0,'216.139.241.148',1649652176),(1165468,'guest','failed_login','Users','Session','drmap',0,0,'45.236.130.240',1649652329),(1165469,'guest','failed_login','Users','Session','tech1',0,0,'195.242.103.103',1649652572),(1165470,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.156',1649652667),(1165471,'guest','failed_login','Users','Session','drmap',0,0,'23.94.120.151',1649652704),(1165472,'guest','failed_login','Users','Session','test',0,0,'63.141.252.68',1649652729),(1165473,'guest','failed_login','Users','Session','drmap',0,0,'163.44.154.211',1649652770),(1165474,'guest','failed_login','Users','Session','admin',0,0,'63.141.252.68',1649652803),(1165475,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.215.62',1649652964),(1165476,'guest','failed_login','Users','Session','tech1',0,0,'162.144.63.211',1649653101),(1165477,'guest','failed_login','Users','Session','drmap',0,0,'143.244.166.16',1649653159),(1165478,'guest','failed_login','Users','Session','test',0,0,'69.30.230.60',1649653191),(1165479,'guest','failed_login','Users','Session','drmap',0,0,'13.229.221.204',1649653233),(1165480,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.26',1649653376),(1165481,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.61',1649653536),(1165482,'guest','failed_login','Users','Session','tech1',0,0,'162.144.87.29',1649653626),(1165483,'guest','failed_login','Users','Session','drmap',0,0,'2406:da1a:ca0:2200:7275:62f9:cdf9:c873',1649653646),(1165484,'guest','failed_login','Users','Session','drmap',0,0,'132.248.60.104',1649653758),(1165485,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649654029),(1165486,'guest','failed_login','Users','Session','drmap',0,0,'23.88.73.92',1649654132),(1165487,'guest','failed_login','Users','Session','tech1',0,0,'141.94.247.170',1649654153),(1165488,'guest','failed_login','Users','Session','drmap',0,0,'5.9.238.116',1649654285),(1165489,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.62',1649654527),(1165490,'guest','failed_login','Users','Session','drmap',0,0,'103.237.145.122',1649654601),(1165491,'guest','failed_login','Users','Session','[login]',0,0,'103.237.145.122',1649654601),(1165492,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1792:5001',1649654681),(1165493,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1649654740),(1165494,'guest','failed_login','Users','Session','drmap',0,0,'103.31.249.221',1649654812),(1165495,'guest','failed_login','Users','Session','drmap',0,0,'2a05:d01c:adf:5600:7cc8:ea6b:1fe3:d8b8',1649655041),(1165496,'guest','failed_login','Users','Session','[login]',0,0,'2a05:d01c:adf:5600:7cc8:ea6b:1fe3:d8b8',1649655042),(1165497,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.61',1649655059),(1165498,'guest','failed_login','Users','Session','tech1',0,0,'139.59.150.45',1649655208),(1165499,'guest','failed_login','Users','Session','drmap',0,0,'148.72.214.194',1649655336),(1165500,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:c2c:680::1',1649655497),(1165501,'guest','failed_login','Users','Session','[login]',0,0,'2a01:4f8:c2c:680::1',1649655497),(1165502,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1649655598),(1165503,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649655773),(1165504,'guest','failed_login','Users','Session','test',0,0,'173.208.242.44',1649655800),(1165505,'guest','failed_login','Users','Session','drmap',0,0,'45.120.69.121',1649655862),(1165506,'guest','failed_login','Users','Session','drmap',0,0,'157.245.131.230',1649655941),(1165507,'guest','failed_login','Users','Session','[login]',0,0,'157.245.131.230',1649655941),(1165508,'guest','failed_login','Users','Session','tech1',0,0,'188.127.231.190',1649656256),(1165509,'guest','failed_login','Users','Session','drmap',0,0,'58.181.206.106',1649656350),(1165510,'guest','failed_login','Users','Session','[login]',0,0,'58.181.206.106',1649656351),(1165511,'guest','failed_login','Users','Session','drmap',0,0,'109.168.97.89',1649656389),(1165512,'guest','failed_login','Users','Session','drmap',0,0,'176.9.102.181',1649656602),(1165513,'guest','failed_login','Users','Session','[login]',0,0,'176.9.102.181',1649656602),(1165514,'guest','failed_login','Users','Session','tech1',0,0,'46.29.23.162',1649656783),(1165515,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:3:d0::c2a:e001',1649656795),(1165516,'guest','failed_login','Users','Session','[login]',0,0,'2a03:b0c0:3:d0::c2a:e001',1649656795),(1165517,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.61',1649656836),(1165518,'guest','failed_login','Users','Session','tech1',0,0,'144.217.242.137',1649656850),(1165519,'guest','failed_login','Users','Session','drmap',0,0,'167.99.252.52',1649656912),(1165520,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:3:d0::c2a:e001',1649657034),(1165521,'guest','failed_login','Users','Session','[login]',0,0,'2a03:b0c0:3:d0::c2a:e001',1649657034),(1165522,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.74',1649657301),(1165523,'guest','failed_login','Users','Session','tech1',0,0,'185.126.219.43',1649657308),(1165524,'guest','failed_login','Users','Session','drmap',0,0,'20.71.63.122',1649657432),(1165525,'guest','failed_login','Users','Session','[login]',0,0,'20.71.63.122',1649657433),(1165526,'guest','failed_login','Users','Session','drmap',0,0,'148.72.214.245',1649657441),(1165527,'guest','failed_login','Users','Session','drmap',0,0,'118.70.81.210',1649657513),(1165528,'guest','failed_login','Users','Session','drmap',0,0,'34.134.138.49',1649657698),(1165529,'guest','failed_login','Users','Session','tech1',0,0,'121.243.95.160',1649657842),(1165530,'guest','failed_login','Users','Session','dmytro',0,0,'208.110.66.139',1649657926),(1165531,'guest','failed_login','Users','Session','drmap',0,0,'161.97.130.211',1649657927),(1165532,'guest','failed_login','Users','Session','[login]',0,0,'161.97.130.211',1649657928),(1165533,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::e77:1',1649657977),(1165534,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.139',1649658197),(1165535,'guest','failed_login','Users','Session','drmap',0,0,'91.134.248.249',1649658342),(1165536,'guest','failed_login','Users','Session','[login]',0,0,'91.134.248.249',1649658342),(1165537,'guest','failed_login','Users','Session','drmap',0,0,'91.122.105.95',1649658508),(1165538,'guest','failed_login','Users','Session','drmap',0,0,'137.184.138.182',1649658514),(1165539,'guest','failed_login','Users','Session','[login]',0,0,'144.91.125.155',1649658760),(1165540,'guest','failed_login','Users','Session','tech1',0,0,'16.170.192.10',1649658903),(1165541,'guest','failed_login','Users','Session','drmap',0,0,'23.97.205.210',1649659039),(1165542,'guest','failed_login','Users','Session','drmap',0,0,'185.239.40.68',1649659202),(1165543,'guest','failed_login','Users','Session','drmap',0,0,'165.22.116.165',1649659379),(1165544,'guest','failed_login','Users','Session','[login]',0,0,'165.22.116.165',1649659380),(1165545,'guest','failed_login','Users','Session','tech1',0,0,'185.230.138.4',1649659431),(1165546,'guest','failed_login','Users','Session','drmap',0,0,'121.42.231.47',1649659566),(1165547,'guest','failed_login','Users','Session','drmap',0,0,'185.239.40.68',1649659656),(1165548,'guest','failed_login','Users','Session','drmap',0,0,'141.94.87.67',1649659824),(1165549,'guest','failed_login','Users','Session','[login]',0,0,'141.94.87.67',1649659825),(1165550,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.44',1649659883),(1165551,'guest','failed_login','Users','Session','tech1',0,0,'47.93.61.192',1649659964),(1165552,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::1117:2001',1649660087),(1165553,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:231:86a::2',1649660096),(1165554,'guest','failed_login','Users','Session','[login]',0,0,'2a01:4f8:231:86a::2',1649660097),(1165555,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.44',1649660168),(1165556,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a034::ef8:bfd',1649660477),(1165557,'guest','failed_login','Users','Session','drmap',0,0,'65.0.145.55',1649660606),(1165558,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649660700),(1165559,'guest','failed_login','Users','Session','tech1',0,0,'77.240.13.186',1649661001),(1165560,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1649661044),(1165561,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1649661134),(1165562,'guest','failed_login','Users','Session','tech1',0,0,'161.97.93.107',1649661529),(1165563,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:303:2e08::',1649661658),(1165564,'guest','failed_login','Users','Session','tech1',0,0,'176.98.40.88',1649662052),(1165565,'guest','failed_login','Users','Session','tech1',0,0,'62.83.69.114',1649662396),(1165566,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1649662576),(1165567,'guest','failed_login','Users','Session','drmap',0,0,'157.230.253.37',1649662717),(1165568,'guest','failed_login','Users','Session','tech1',0,0,'78.141.209.179',1649663102),(1165569,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:6:a034::ef8:bfd',1649663233),(1165570,'guest','failed_login','Users','Session','tech1',0,0,'216.117.188.6',1649663626),(1165571,'guest','failed_login','Users','Session','drmap',0,0,'16.170.192.10',1649663755),(1165572,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.27',1649663969),(1165573,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649664045),(1165574,'guest','failed_login','Users','Session','drmap',0,0,'2a00:d680:20:50::3dff',1649664277),(1165575,'guest','failed_login','Users','Session','tech1',0,0,'144.126.223.177',1649664674),(1165576,'guest','failed_login','Users','Session','drmap',0,0,'64.111.116.168',1649664800),(1165577,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c010:a209::1',1649665190),(1165578,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.114',1649665320),(1165579,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.68',1649665593),(1165580,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.61',1649665677),(1165581,'guest','failed_login','Users','Session','tech1',0,0,'173.212.201.226',1649665711),(1165582,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:1c1c:351::1',1649665841),(1165583,'guest','failed_login','Users','Session','tech1',0,0,'106.54.20.135',1649666233),(1165584,'guest','failed_login','Users','Session','username',0,0,'51.68.11.195',1649666344),(1165585,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1649666436),(1165586,'guest','failed_login','Users','Session','dmytro',0,0,'74.91.17.83',1649666505),(1165587,'guest','failed_login','Users','Session','tech1',0,0,'207.148.66.152',1649666755),(1165588,'guest','failed_login','Users','Session','drmap',0,0,'103.88.122.117',1649666887),(1165589,'guest','failed_login','Users','Session','tech1',0,0,'188.166.183.39',1649667278),(1165590,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.156',1649667281),(1165591,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649667337),(1165592,'guest','failed_login','Users','Session','drmap',0,0,'163.172.96.20',1649667410),(1165593,'guest','failed_login','Users','Session','tech1',0,0,'92.205.2.144',1649667738),(1165594,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1649667800),(1165595,'guest','failed_login','Users','Session','drmap',0,0,'134.195.196.53',1649667930),(1165596,'guest','failed_login','Users','Session','tech1',0,0,'65.0.145.55',1649668323),(1165597,'guest','failed_login','Users','Session','drmap',0,0,'162.241.71.202',1649668453),(1165598,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.22',1649668953),(1165599,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.27',1649669091),(1165600,'guest','failed_login','Users','Session','drmap',0,0,'2a02:c207:2052:2845::1',1649669492),(1165601,'guest','failed_login','Users','Session','tech1',0,0,'13.79.17.158',1649669881),(1165602,'guest','failed_login','Users','Session','drmap',0,0,'89.96.90.125',1649670011),(1165603,'guest','failed_login','Users','Session','tech1',0,0,'8.130.55.145',1649670398),(1165604,'guest','failed_login','Users','Session','drmap',0,0,'103.57.220.186',1649670528),(1165605,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1649670651),(1165606,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.56',1649670915),(1165607,'guest','failed_login','Users','Session','drmap',0,0,'46.29.23.162',1649671046),(1165608,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.227',1649671253),(1165609,'guest','failed_login','Users','Session','tech1',0,0,'2400:8902::f03c:92ff:fe8b:d3c5',1649671433),(1165610,'guest','failed_login','Users','Session','drmap',0,0,'8.131.62.110',1649671564),(1165611,'guest','failed_login','Users','Session','tech1',0,0,'109.74.196.231',1649671950),(1165612,'guest','failed_login','Users','Session','drmap',0,0,'103.219.60.130',1649672080),(1165613,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.44',1649672283),(1165614,'guest','failed_login','Users','Session','tech1',0,0,'47.98.207.210',1649672469),(1165615,'guest','failed_login','Users','Session','drmap',0,0,'94.130.123.117',1649672599),(1165616,'guest','failed_login','Users','Session','tech1',0,0,'47.98.207.210',1649672988),(1165617,'guest','failed_login','Users','Session','drmap',0,0,'2400:8100:ffff:0:117:120:13:52',1649673119),(1165618,'guest','failed_login','Users','Session','tech1',0,0,'185.61.154.29',1649673235),(1165619,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.62',1649673482),(1165620,'guest','failed_login','Users','Session','tech1',0,0,'78.135.83.195',1649673508),(1165621,'guest','failed_login','Users','Session','drmap',0,0,'47.114.72.18',1649673636),(1165622,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649673953),(1165623,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.210',1649674021),(1165624,'guest','failed_login','Users','Session','drmap',0,0,'193.151.131.151',1649674150),(1165625,'guest','failed_login','Users','Session','tech1',0,0,'13.229.221.204',1649674536),(1165626,'guest','failed_login','Users','Session','drmap',0,0,'162.144.63.211',1649674666),(1165627,'guest','failed_login','Users','Session','admin',0,0,'2a01:4f8:161:1d2::2',1649674981),(1165628,'guest','failed_login','Users','Session','tech1',0,0,'195.4.173.50',1649675050),(1165629,'guest','failed_login','Users','Session','drmap',0,0,'159.203.121.12',1649675182),(1165630,'guest','failed_login','Users','Session','tech1',0,0,'95.128.43.176',1649675581),(1165631,'guest','failed_login','Users','Session','admin',0,0,'2a01:4f8:161:1d2::2',1649675610),(1165632,'guest','failed_login','Users','Session','drmap',0,0,'81.70.248.169',1649675712),(1165633,'guest','failed_login','Users','Session','tech1',0,0,'82.156.109.203',1649676100),(1165634,'guest','failed_login','Users','Session','tech1',0,0,'62.171.136.23',1649676219),(1165635,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1649676416),(1165636,'guest','failed_login','Users','Session','drmap',0,0,'103.149.154.8',1649676742),(1165637,'guest','failed_login','Users','Session','tech1',0,0,'35.198.25.12',1649676819),(1165638,'guest','failed_login','Users','Session','tech1',0,0,'209.222.101.138',1649677470),(1165639,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.44',1649677872),(1165640,'guest','failed_login','Users','Session','tech1',0,0,'5.101.156.245',1649678116),(1165641,'guest','failed_login','Users','Session','test',0,0,'173.208.242.44',1649678607),(1165642,'guest','failed_login','Users','Session','tech1',0,0,'148.72.49.21',1649678728),(1165643,'guest','failed_login','Users','Session','tech1',0,0,'91.103.219.225',1649678753),(1165644,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649679330),(1165645,'guest','failed_login','Users','Session','tech1',0,0,'184.95.38.138',1649679372),(1165646,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649679382),(1165647,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4a10',1649680037),(1165648,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.227',1649680541),(1165649,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649680555),(1165650,'guest','failed_login','Users','Session','tech1',0,0,'162.144.41.156',1649680671),(1165651,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.155.227',1649680890),(1165652,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.74',1649681065),(1165653,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.14',1649681336),(1165654,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.229.69',1649681952),(1165655,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1649681986),(1165656,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1649682240),(1165657,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.44',1649682619),(1165658,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1649682997),(1165659,'guest','failed_login','Users','Session','com',0,0,'107.150.36.74',1649683214),(1165660,'guest','failed_login','Users','Session','tech1',0,0,'82.165.240.145',1649683265),(1165661,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.61',1649683511),(1165662,'guest','failed_login','Users','Session','tech1',0,0,'47.243.59.107',1649683913),(1165663,'guest','failed_login','Users','Session','tech1',0,0,'151.106.96.16',1649684153),(1165664,'guest','failed_login','Users','Session','test',0,0,'69.30.230.60',1649684168),(1165665,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:161:1d2::2',1649684593),(1165666,'guest','failed_login','Users','Session','dmytro',0,0,'192.187.127.22',1649684960),(1165667,'guest','failed_login','Users','Session','tech1',0,0,'116.12.48.101',1649685243),(1165668,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1649685547),(1165669,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.69',1649685779),(1165670,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.227',1649685849),(1165671,'guest','failed_login','Users','Session','tech1',0,0,'184.95.38.138',1649685888),(1165672,'guest','failed_login','Users','Session','tech1',0,0,'178.32.89.175',1649686583),(1165673,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649686986),(1165674,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.26',1649687118),(1165675,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649687129),(1165676,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4a10',1649687260),(1165677,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.61',1649687274),(1165678,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.227',1649687415),(1165679,'guest','failed_login','Users','Session','tech1',0,0,'148.72.244.254',1649687930),(1165680,'guest','failed_login','Users','Session','tech1',0,0,'79.137.141.196',1649688616),(1165681,'guest','failed_login','Users','Session','tech1',0,0,'62.233.120.26',1649689313),(1165682,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1649689614),(1165683,'guest','failed_login','Users','Session','tech1',0,0,'72.167.65.82',1649689669),(1165684,'guest','failed_login','Users','Session','tech1',0,0,'150.95.112.79',1649690012),(1165685,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.90',1649690216),(1165686,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.90',1649690313),(1165687,'guest','failed_login','Users','Session','tech1',0,0,'74.208.151.215',1649690696),(1165688,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.74',1649691320),(1165689,'guest','failed_login','Users','Session','tech1',0,0,'107.181.185.226',1649691408),(1165690,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.83',1649691549),(1165691,'guest','failed_login','Users','Session','test',0,0,'173.208.242.44',1649691758),(1165692,'guest','failed_login','Users','Session','tech1',0,0,'178.32.89.175',1649692117),(1165693,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.26',1649692378),(1165694,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:161:1d2::2',1649692814),(1165695,'guest','failed_login','Users','Session','tech1',0,0,'120.79.8.125',1649693501),(1165696,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649693800),(1165697,'guest','failed_login','Users','Session','tech1',0,0,'144.91.75.9',1649694237),(1165698,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.61',1649694253),(1165699,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649694617),(1165700,'guest','failed_login','Users','Session','tech1',0,0,'107.152.234.218',1649694942),(1165701,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.61',1649695056),(1165702,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.68',1649695231),(1165703,'guest','failed_login','Users','Session','dmytro',0,0,'192.187.127.22',1649695393),(1165704,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.139',1649695611),(1165705,'guest','failed_login','Users','Session','tech1',0,0,'188.42.97.7',1649695664),(1165706,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.61',1649695813),(1165707,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.156',1649695895),(1165708,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.74',1649696235),(1165709,'guest','failed_login','Users','Session','tech1',0,0,'200.110.145.21',1649696368),(1165710,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1649696743),(1165711,'guest','failed_login','Users','Session','tech1',0,0,'209.222.101.138',1649697050),(1165712,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.74',1649697574),(1165713,'guest','failed_login','Users','Session','com',0,0,'74.91.17.83',1649697576),(1165714,'guest','failed_login','Users','Session','tech1',0,0,'68.65.122.219',1649697577),(1165715,'guest','failed_login','Users','Session','admin',0,0,'77.22.158.197',1649698029),(1165716,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a077::3e6:8c3e',1649698040),(1165717,'guest','failed_login','Users','Session','admin',0,0,'16.170.192.10',1649698154),(1165718,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.60',1649698249),(1165719,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.26',1649698451),(1165720,'guest','failed_login','Users','Session','tech1',0,0,'143.110.208.83',1649698455),(1165721,'guest','failed_login','Users','Session','admin',0,0,'217.61.54.110',1649698549),(1165722,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1649698633),(1165723,'guest','failed_login','Users','Session','admin',0,0,'2a01:4f9:c010:82e3::1',1649698680),(1165724,'guest','failed_login','Users','Session','tech1',0,0,'103.51.103.2',1649698834),(1165725,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.44',1649699010),(1165726,'guest','failed_login','Users','Session','admin',0,0,'107.150.124.98',1649699197),(1165727,'guest','failed_login','Users','Session','tech1',0,0,'2604:2dc0:200:1378::',1649699198),(1165728,'guest','failed_login','Users','Session','tech1',0,0,'148.72.97.73',1649699498),(1165729,'guest','failed_login','Users','Session','admin',0,0,'45.90.163.251',1649699593),(1165730,'guest','failed_login','Users','Session','admin',0,0,'220.167.101.24',1649699724),(1165731,'guest','failed_login','Users','Session','tech1',0,0,'185.62.136.55',1649699800),(1165732,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.26',1649699965),(1165733,'guest','failed_login','Users','Session','tech1',0,0,'50.87.144.189',1649700115),(1165734,'guest','failed_login','Users','Session','admin',0,0,'39.108.148.88',1649700120),(1165735,'guest','failed_login','Users','Session','admin',0,0,'159.65.146.8',1649700254),(1165736,'guest','failed_login','Users','Session','admin',0,0,'107.150.36.74',1649700324),(1165737,'guest','failed_login','Users','Session','tech1',0,0,'35.193.222.165',1649700382),(1165738,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649700519),(1165739,'guest','failed_login','Users','Session','tech1',0,0,'143.198.78.62',1649700649),(1165740,'guest','failed_login','Users','Session','tech1',0,0,'143.198.11.159',1649700666),(1165741,'guest','failed_login','Users','Session','drmap',0,0,'157.230.253.37',1649700786),(1165742,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.69',1649700852),(1165743,'guest','failed_login','Users','Session','tech1',0,0,'2a0d:7c40:3000:57::2',1649700942),(1165744,'guest','failed_login','Users','Session','tech1',0,0,'185.56.11.123',1649701222),(1165745,'guest','failed_login','Users','Session','tech1',0,0,'199.188.205.87',1649701475),(1165746,'guest','failed_login','Users','Session','tech1',0,0,'46.101.95.65',1649701757),(1165747,'guest','failed_login','Users','Session','drmap',0,0,'188.166.1.143',1649701826),(1165748,'guest','failed_login','Users','Session','tech1',0,0,'209.126.80.250',1649702026),(1165749,'guest','failed_login','Users','Session','tech1',0,0,'35.203.66.166',1649702220),(1165750,'guest','failed_login','Users','Session','tech1',0,0,'60.205.205.107',1649702294),(1165751,'guest','failed_login','Users','Session','drmap',0,0,'195.4.173.50',1649702351),(1165752,'guest','failed_login','Users','Session','tech1',0,0,'62.171.136.23',1649702593),(1165753,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649702732),(1165754,'guest','failed_login','Users','Session','tech1',0,0,'185.209.230.33',1649702745),(1165755,'guest','failed_login','Users','Session','tech1',0,0,'47.75.56.31',1649702856),(1165756,'guest','failed_login','Users','Session','drmap',0,0,'5.253.181.177',1649702878),(1165757,'guest','failed_login','Users','Session','tech1',0,0,'150.158.81.28',1649702917),(1165758,'guest','failed_login','Users','Session','tech1',0,0,'150.158.81.28',1649702918),(1165759,'guest','failed_login','Users','Session','tech1',0,0,'150.158.81.28',1649702921),(1165760,'guest','failed_login','Users','Session','tech1',0,0,'150.158.81.28',1649702923),(1165761,'guest','failed_login','Users','Session','tech1',0,0,'150.158.81.28',1649702924),(1165762,'guest','failed_login','Users','Session','tech1',0,0,'150.158.81.28',1649702925),(1165763,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702933),(1165764,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702934),(1165765,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702935),(1165766,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702936),(1165767,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702937),(1165768,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702939),(1165769,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702940),(1165770,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702941),(1165771,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702942),(1165772,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702944),(1165773,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702945),(1165774,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702946),(1165775,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702947),(1165776,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702948),(1165777,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702949),(1165778,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702950),(1165779,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702951),(1165780,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702952),(1165781,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702953),(1165782,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702954),(1165783,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702956),(1165784,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702957),(1165785,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702958),(1165786,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702959),(1165787,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702960),(1165788,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702961),(1165789,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702962),(1165790,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702963),(1165791,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702965),(1165792,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702968),(1165793,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702969),(1165794,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702970),(1165795,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702971),(1165796,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702972),(1165797,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702973),(1165798,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702974),(1165799,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702975),(1165800,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702976),(1165801,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702977),(1165802,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702978),(1165803,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702979),(1165804,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702980),(1165805,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702981),(1165806,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702982),(1165807,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702983),(1165808,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702984),(1165809,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702985),(1165810,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702986),(1165811,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702987),(1165812,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702988),(1165813,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702989),(1165814,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702990),(1165815,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702991),(1165816,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702992),(1165817,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702993),(1165818,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702994),(1165819,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702995),(1165820,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702996),(1165821,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702997),(1165822,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702998),(1165823,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649702999),(1165824,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703000),(1165825,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703001),(1165826,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703002),(1165827,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703003),(1165828,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703005),(1165829,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703007),(1165830,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703008),(1165831,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703009),(1165832,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703010),(1165833,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703011),(1165834,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703012),(1165835,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703013),(1165836,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703014),(1165837,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703015),(1165838,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703016),(1165839,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703017),(1165840,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703020),(1165841,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703021),(1165842,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703023),(1165843,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703024),(1165844,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703025),(1165845,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703026),(1165846,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703027),(1165847,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703028),(1165848,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703029),(1165849,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703030),(1165850,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703031),(1165851,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703032),(1165852,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703033),(1165853,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703034),(1165854,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703035),(1165855,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703036),(1165856,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703037),(1165857,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703038),(1165858,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703039),(1165859,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703040),(1165860,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703041),(1165861,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703043),(1165862,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703044),(1165863,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703045),(1165864,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703046),(1165865,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703047),(1165866,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703048),(1165867,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703049),(1165868,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703051),(1165869,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703053),(1165870,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703054),(1165871,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703055),(1165872,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703056),(1165873,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703057),(1165874,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703058),(1165875,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703060),(1165876,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703061),(1165877,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703062),(1165878,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703064),(1165879,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703065),(1165880,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703066),(1165881,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703067),(1165882,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703068),(1165883,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703069),(1165884,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703070),(1165885,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703072),(1165886,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703073),(1165887,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703074),(1165888,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703075),(1165889,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703076),(1165890,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703077),(1165891,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703078),(1165892,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703079),(1165893,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703080),(1165894,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703081),(1165895,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703082),(1165896,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703083),(1165897,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703084),(1165898,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703085),(1165899,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703086),(1165900,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703087),(1165901,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703088),(1165902,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703089),(1165903,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703090),(1165904,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703091),(1165905,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703092),(1165906,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703093),(1165907,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703094),(1165908,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703095),(1165909,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703096),(1165910,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703097),(1165911,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703099),(1165912,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703100),(1165913,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703101),(1165914,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703102),(1165915,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703103),(1165916,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703104),(1165917,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703105),(1165918,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703106),(1165919,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703107),(1165920,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703108),(1165921,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703109),(1165922,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703110),(1165923,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703111),(1165924,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703112),(1165925,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703113),(1165926,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703114),(1165927,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703115),(1165928,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703116),(1165929,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703118),(1165930,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703119),(1165931,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703120),(1165932,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703121),(1165933,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703122),(1165934,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703124),(1165935,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703125),(1165936,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703126),(1165937,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703127),(1165938,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703129),(1165939,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703132),(1165940,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703133),(1165941,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703135),(1165942,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703136),(1165943,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::2db:3001',1649703136),(1165944,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703137),(1165945,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703138),(1165946,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703139),(1165947,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703140),(1165948,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703142),(1165949,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703143),(1165950,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703144),(1165951,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703145),(1165952,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703146),(1165953,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703147),(1165954,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703148),(1165955,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703150),(1165956,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703151),(1165957,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703152),(1165958,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703153),(1165959,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703154),(1165960,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703155),(1165961,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703157),(1165962,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703158),(1165963,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703159),(1165964,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703160),(1165965,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703161),(1165966,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703163),(1165967,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703166),(1165968,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703168),(1165969,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703169),(1165970,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703171),(1165971,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703172),(1165972,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703173),(1165973,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703174),(1165974,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703175),(1165975,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703177),(1165976,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703178),(1165977,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703180),(1165978,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703181),(1165979,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703182),(1165980,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703183),(1165981,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703184),(1165982,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703185),(1165983,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703186),(1165984,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703187),(1165985,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703188),(1165986,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703189),(1165987,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703190),(1165988,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703191),(1165989,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703192),(1165990,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703193),(1165991,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703194),(1165992,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703195),(1165993,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703196),(1165994,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703197),(1165995,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703198),(1165996,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703199),(1165997,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703200),(1165998,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703201),(1165999,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703202),(1166000,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703204),(1166001,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703205),(1166002,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703206),(1166003,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703207),(1166004,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703208),(1166005,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703209),(1166006,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703210),(1166007,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703211),(1166008,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703212),(1166009,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703213),(1166010,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703214),(1166011,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703215),(1166012,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703216),(1166013,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703218),(1166014,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703219),(1166015,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703220),(1166016,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703221),(1166017,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703222),(1166018,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703223),(1166019,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703224),(1166020,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703225),(1166021,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703226),(1166022,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703228),(1166023,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703229),(1166024,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703230),(1166025,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703231),(1166026,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703232),(1166027,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703233),(1166028,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703234),(1166029,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703236),(1166030,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703237),(1166031,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703238),(1166032,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703239),(1166033,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703240),(1166034,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703241),(1166035,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703242),(1166036,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703243),(1166037,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703245),(1166038,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703246),(1166039,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703247),(1166040,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703248),(1166041,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703249),(1166042,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703251),(1166043,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703252),(1166044,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703254),(1166045,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703255),(1166046,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703256),(1166047,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703257),(1166048,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703258),(1166049,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703259),(1166050,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703260),(1166051,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703261),(1166052,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703262),(1166053,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703263),(1166054,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703266),(1166055,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703268),(1166056,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703269),(1166057,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703270),(1166058,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703271),(1166059,'guest','failed_login','Users','Session','tech1',0,0,'5.9.238.116',1649703272),(1166060,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703272),(1166061,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703273),(1166062,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703274),(1166063,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703275),(1166064,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703276),(1166065,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703277),(1166066,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703278),(1166067,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703279),(1166068,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703280),(1166069,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703281),(1166070,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703282),(1166071,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703283),(1166072,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703284),(1166073,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703285),(1166074,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703286),(1166075,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703287),(1166076,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703288),(1166077,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703289),(1166078,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703290),(1166079,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703294),(1166080,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703295),(1166081,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703296),(1166082,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703297),(1166083,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703298),(1166084,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703299),(1166085,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703300),(1166086,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703301),(1166087,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703302),(1166088,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703303),(1166089,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703304),(1166090,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703306),(1166091,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703307),(1166092,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703308),(1166093,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703310),(1166094,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703311),(1166095,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703312),(1166096,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703313),(1166097,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703314),(1166098,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703315),(1166099,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703316),(1166100,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703318),(1166101,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703319),(1166102,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703320),(1166103,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703321),(1166104,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703322),(1166105,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703323),(1166106,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703325),(1166107,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703327),(1166108,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703328),(1166109,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703329),(1166110,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703330),(1166111,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703331),(1166112,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703332),(1166113,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703334),(1166114,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703335),(1166115,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703337),(1166116,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703338),(1166117,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703339),(1166118,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703340),(1166119,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703341),(1166120,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703342),(1166121,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703343),(1166122,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703344),(1166123,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703345),(1166124,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703346),(1166125,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703347),(1166126,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703349),(1166127,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703351),(1166128,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703352),(1166129,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703353),(1166130,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703354),(1166131,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703355),(1166132,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703356),(1166133,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703357),(1166134,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703358),(1166135,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703359),(1166136,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703360),(1166137,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703361),(1166138,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703362),(1166139,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703363),(1166140,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703364),(1166141,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703365),(1166142,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703366),(1166143,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703367),(1166144,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703368),(1166145,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703369),(1166146,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703370),(1166147,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703371),(1166148,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703372),(1166149,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703373),(1166150,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703374),(1166151,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703375),(1166152,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703376),(1166153,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703378),(1166154,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703379),(1166155,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703380),(1166156,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703381),(1166157,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703382),(1166158,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703383),(1166159,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703384),(1166160,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703385),(1166161,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703386),(1166162,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703387),(1166163,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703388),(1166164,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703389),(1166165,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703390),(1166166,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703391),(1166167,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703392),(1166168,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703393),(1166169,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703394),(1166170,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703395),(1166171,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703396),(1166172,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703397),(1166173,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703398),(1166174,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703399),(1166175,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703400),(1166176,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703402),(1166177,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703403),(1166178,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703404),(1166179,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703405),(1166180,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703406),(1166181,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703407),(1166182,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703408),(1166183,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703409),(1166184,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703410),(1166185,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703411),(1166186,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703412),(1166187,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703413),(1166188,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703414),(1166189,'guest','failed_login','Users','Session','tech1',0,0,'72.167.67.108',1649703414),(1166190,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703415),(1166191,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703416),(1166192,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703417),(1166193,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703418),(1166194,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703419),(1166195,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703421),(1166196,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703422),(1166197,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703423),(1166198,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703426),(1166199,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703427),(1166200,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703428),(1166201,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703429),(1166202,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703430),(1166203,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703431),(1166204,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703433),(1166205,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703434),(1166206,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703435),(1166207,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703437),(1166208,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703438),(1166209,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703439),(1166210,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703440),(1166211,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703441),(1166212,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703442),(1166213,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703443),(1166214,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703444),(1166215,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703445),(1166216,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703446),(1166217,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703447),(1166218,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703449),(1166219,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703450),(1166220,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703451),(1166221,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703452),(1166222,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703454),(1166223,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703455),(1166224,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703456),(1166225,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703457),(1166226,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703458),(1166227,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703459),(1166228,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703460),(1166229,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703461),(1166230,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703462),(1166231,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703463),(1166232,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703464),(1166233,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703465),(1166234,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703467),(1166235,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703468),(1166236,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703469),(1166237,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703470),(1166238,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703471),(1166239,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703472),(1166240,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703473),(1166241,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703474),(1166242,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703476),(1166243,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703477),(1166244,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703478),(1166245,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703479),(1166246,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703480),(1166247,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703481),(1166248,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703483),(1166249,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703484),(1166250,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703485),(1166251,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703486),(1166252,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703487),(1166253,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703489),(1166254,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703490),(1166255,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703491),(1166256,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703492),(1166257,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703493),(1166258,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703495),(1166259,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703496),(1166260,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703497),(1166261,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703504),(1166262,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703505),(1166263,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703506),(1166264,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703507),(1166265,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703508),(1166266,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703509),(1166267,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703511),(1166268,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703512),(1166269,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703514),(1166270,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703515),(1166271,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703516),(1166272,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703517),(1166273,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703518),(1166274,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703519),(1166275,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703520),(1166276,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703521),(1166277,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703522),(1166278,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703524),(1166279,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703526),(1166280,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703527),(1166281,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703528),(1166282,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703529),(1166283,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703530),(1166284,'guest','failed_login','Users','Session','admin',0,0,'150.158.81.28',1649703532),(1166285,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703533),(1166286,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703535),(1166287,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703536),(1166288,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703537),(1166289,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703538),(1166290,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703539),(1166291,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703540),(1166292,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703541),(1166293,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703542),(1166294,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703544),(1166295,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703546),(1166296,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703547),(1166297,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703548),(1166298,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703549),(1166299,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703550),(1166300,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703551),(1166301,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703553),(1166302,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703554),(1166303,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703555),(1166304,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703556),(1166305,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703558),(1166306,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703559),(1166307,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703561),(1166308,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703562),(1166309,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703564),(1166310,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703565),(1166311,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703566),(1166312,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703567),(1166313,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703568),(1166314,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703569),(1166315,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703571),(1166316,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703574),(1166317,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703576),(1166318,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703577),(1166319,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703580),(1166320,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703581),(1166321,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703582),(1166322,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703583),(1166323,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703584),(1166324,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703585),(1166325,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703587),(1166326,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703588),(1166327,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703590),(1166328,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703593),(1166329,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703594),(1166330,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703595),(1166331,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703596),(1166332,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703597),(1166333,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703599),(1166334,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703602),(1166335,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703603),(1166336,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703604),(1166337,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703605),(1166338,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703606),(1166339,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703607),(1166340,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703608),(1166341,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703609),(1166342,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703610),(1166343,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703612),(1166344,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703613),(1166345,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703614),(1166346,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703615),(1166347,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703617),(1166348,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703618),(1166349,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703619),(1166350,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703621),(1166351,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703622),(1166352,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703623),(1166353,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703625),(1166354,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703626),(1166355,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703627),(1166356,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703628),(1166357,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703629),(1166358,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703630),(1166359,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703631),(1166360,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703632),(1166361,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703633),(1166362,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703634),(1166363,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703635),(1166364,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703636),(1166365,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703637),(1166366,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703639),(1166367,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703640),(1166368,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703641),(1166369,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703642),(1166370,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703643),(1166371,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703644),(1166372,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703645),(1166373,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703646),(1166374,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703648),(1166375,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703649),(1166376,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703650),(1166377,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703651),(1166378,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703653),(1166379,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703655),(1166380,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703657),(1166381,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703659),(1166382,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703660),(1166383,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703661),(1166384,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703662),(1166385,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703663),(1166386,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703664),(1166387,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703665),(1166388,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703666),(1166389,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703667),(1166390,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703668),(1166391,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703669),(1166392,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703670),(1166393,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703671),(1166394,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703672),(1166395,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703673),(1166396,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703674),(1166397,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703676),(1166398,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703677),(1166399,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703678),(1166400,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703679),(1166401,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703680),(1166402,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703681),(1166403,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703682),(1166404,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703684),(1166405,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703685),(1166406,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703686),(1166407,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703687),(1166408,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703688),(1166409,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703689),(1166410,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703690),(1166411,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703691),(1166412,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703692),(1166413,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703694),(1166414,'guest','failed_login','Users','Session','tech1',0,0,'150.95.110.113',1649703695),(1166415,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703695),(1166416,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703697),(1166417,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703698),(1166418,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703699),(1166419,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703700),(1166420,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703701),(1166421,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703702),(1166422,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703703),(1166423,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703704),(1166424,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703705),(1166425,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703706),(1166426,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703707),(1166427,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703708),(1166428,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703709),(1166429,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703710),(1166430,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703711),(1166431,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703712),(1166432,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703713),(1166433,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703714),(1166434,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703716),(1166435,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703717),(1166436,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703719),(1166437,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703720),(1166438,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703721),(1166439,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703722),(1166440,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703723),(1166441,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703724),(1166442,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703725),(1166443,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703726),(1166444,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703727),(1166445,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703728),(1166446,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703729),(1166447,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703730),(1166448,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703731),(1166449,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703733),(1166450,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703734),(1166451,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703736),(1166452,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703737),(1166453,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703738),(1166454,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703740),(1166455,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703741),(1166456,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703742),(1166457,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703743),(1166458,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703744),(1166459,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703745),(1166460,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703746),(1166461,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703747),(1166462,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703749),(1166463,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703750),(1166464,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703751),(1166465,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703752),(1166466,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703753),(1166467,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703754),(1166468,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703755),(1166469,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703756),(1166470,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703757),(1166471,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703758),(1166472,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703759),(1166473,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703761),(1166474,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703762),(1166475,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703763),(1166476,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703764),(1166477,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703765),(1166478,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703766),(1166479,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703767),(1166480,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703768),(1166481,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703769),(1166482,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703770),(1166483,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703772),(1166484,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703773),(1166485,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703774),(1166486,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703775),(1166487,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703776),(1166488,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703777),(1166489,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703778),(1166490,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703779),(1166491,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703780),(1166492,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703781),(1166493,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703782),(1166494,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703783),(1166495,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703784),(1166496,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703785),(1166497,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703786),(1166498,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703787),(1166499,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703788),(1166500,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703789),(1166501,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703790),(1166502,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703792),(1166503,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703793),(1166504,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703794),(1166505,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703796),(1166506,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703797),(1166507,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703798),(1166508,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703799),(1166509,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703800),(1166510,'guest','failed_login','Users','Session','admin',0,0,'46.183.119.232',1649703801),(1166511,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703801),(1166512,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703802),(1166513,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703803),(1166514,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703804),(1166515,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703805),(1166516,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703807),(1166517,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703808),(1166518,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703810),(1166519,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703811),(1166520,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703812),(1166521,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703814),(1166522,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703816),(1166523,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703817),(1166524,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703818),(1166525,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703819),(1166526,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703820),(1166527,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703821),(1166528,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703822),(1166529,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703823),(1166530,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703825),(1166531,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703826),(1166532,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703827),(1166533,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703828),(1166534,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703829),(1166535,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703830),(1166536,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703831),(1166537,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703832),(1166538,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703833),(1166539,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703834),(1166540,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703835),(1166541,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703836),(1166542,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703837),(1166543,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703838),(1166544,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703839),(1166545,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703841),(1166546,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703842),(1166547,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703843),(1166548,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703844),(1166549,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703845),(1166550,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703847),(1166551,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703848),(1166552,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703849),(1166553,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703850),(1166554,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703851),(1166555,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703852),(1166556,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703854),(1166557,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703855),(1166558,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703856),(1166559,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703857),(1166560,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703858),(1166561,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703859),(1166562,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703860),(1166563,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703861),(1166564,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703862),(1166565,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703864),(1166566,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703865),(1166567,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703866),(1166568,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703867),(1166569,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703868),(1166570,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703869),(1166571,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703870),(1166572,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703871),(1166573,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703872),(1166574,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703873),(1166575,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703874),(1166576,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703876),(1166577,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703877),(1166578,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703878),(1166579,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703879),(1166580,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703880),(1166581,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703881),(1166582,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703882),(1166583,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703883),(1166584,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703884),(1166585,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703885),(1166586,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703886),(1166587,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703887),(1166588,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703888),(1166589,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703890),(1166590,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703891),(1166591,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703892),(1166592,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703893),(1166593,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703894),(1166594,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703895),(1166595,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703896),(1166596,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703897),(1166597,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703898),(1166598,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703899),(1166599,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703900),(1166600,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703901),(1166601,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703902),(1166602,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703903),(1166603,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703905),(1166604,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703907),(1166605,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703908),(1166606,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703910),(1166607,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703911),(1166608,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703912),(1166609,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703913),(1166610,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703914),(1166611,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703915),(1166612,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703917),(1166613,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703919),(1166614,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703920),(1166615,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703921),(1166616,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703922),(1166617,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703929),(1166618,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703931),(1166619,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703933),(1166620,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703934),(1166621,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703936),(1166622,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703937),(1166623,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703938),(1166624,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703939),(1166625,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703940),(1166626,'guest','failed_login','Users','Session','admin',0,0,'2a01:7c8:aab2:c0::1',1649703941),(1166627,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703943),(1166628,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703944),(1166629,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703945),(1166630,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703946),(1166631,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703947),(1166632,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703948),(1166633,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703949),(1166634,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703950),(1166635,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703951),(1166636,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703952),(1166637,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703953),(1166638,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703955),(1166639,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703956),(1166640,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703958),(1166641,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703959),(1166642,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703960),(1166643,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703961),(1166644,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703962),(1166645,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703963),(1166646,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703964),(1166647,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703965),(1166648,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703966),(1166649,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703967),(1166650,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703968),(1166651,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703969),(1166652,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703970),(1166653,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703971),(1166654,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703972),(1166655,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703974),(1166656,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703975),(1166657,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703976),(1166658,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703977),(1166659,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703979),(1166660,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703981),(1166661,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703982),(1166662,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703983),(1166663,'guest','failed_login','Users','Session','tech1',0,0,'35.195.135.67',1649703983),(1166664,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703985),(1166665,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703986),(1166666,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703987),(1166667,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.81.28',1649703988),(1166668,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.227',1649704092),(1166669,'guest','failed_login','Users','Session','tech1',0,0,'2a01:518:1:1041::3',1649704272),(1166670,'guest','failed_login','Users','Session','admin',0,0,'46.29.23.162',1649704321),(1166671,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.156',1649704353),(1166672,'guest','failed_login','Users','Session','test',0,0,'204.12.202.90',1649704404),(1166673,'guest','failed_login','Users','Session','admin',0,0,'2001:4ba0:fff1:3::1',1649704449),(1166674,'guest','failed_login','Users','Session','tech1',0,0,'2607:1b00:93b2:e42c::2',1649704547),(1166675,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1649704677),(1166676,'guest','failed_login','Users','Session','admin',0,0,'185.2.5.77',1649704837),(1166677,'guest','failed_login','Users','Session','tech1',0,0,'167.99.75.244',1649704871),(1166678,'guest','failed_login','Users','Session','admin',0,0,'157.245.106.187',1649704967),(1166679,'guest','failed_login','Users','Session','tech1',0,0,'51.68.141.94',1649705221),(1166680,'guest','failed_login','Users','Session','admin',0,0,'103.106.78.178',1649705356),(1166681,'guest','failed_login','Users','Session','admin',0,0,'162.240.28.177',1649705489),(1166682,'guest','failed_login','Users','Session','tech1',0,0,'110.42.217.8',1649705491),(1166683,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.26',1649705528),(1166684,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.61',1649705568),(1166685,'guest','failed_login','Users','Session','admin',0,0,'138.197.161.222',1649705572),(1166686,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.60',1649705575),(1166687,'guest','failed_login','Users','Session','admin',0,0,'109.234.161.67',1649705863),(1166688,'guest','failed_login','Users','Session','admin',0,0,'2a00:d680:20:50::32',1649705884),(1166689,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.227',1649705941),(1166690,'guest','failed_login','Users','Session','admin',0,0,'2a01:4f8:c010:a209::1',1649706014),(1166691,'guest','failed_login','Users','Session','tech1',0,0,'67.222.142.146',1649706118),(1166692,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.223',1649706402),(1166693,'guest','failed_login','Users','Session','admin',0,0,'52.234.178.100',1649706414),(1166694,'guest','failed_login','Users','Session','admin',0,0,'35.203.66.166',1649706542),(1166695,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.44',1649706558),(1166696,'guest','failed_login','Users','Session','admin',0,0,'103.28.37.180',1649706939),(1166697,'guest','failed_login','Users','Session','tech1',0,0,'176.31.116.73',1649706961),(1166698,'guest','failed_login','Users','Session','admin',0,0,'23.97.205.210',1649707071),(1166699,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649707204),(1166700,'guest','failed_login','Users','Session','tech1',0,0,'188.166.104.64',1649707233),(1166701,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.139',1649707275),(1166702,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1649707297),(1166703,'guest','failed_login','Users','Session','admin',0,0,'121.42.231.47',1649707466),(1166704,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:1008:c3a::',1649707533),(1166705,'guest','failed_login','Users','Session','admin',0,0,'211.110.139.214',1649707597),(1166706,'guest','failed_login','Users','Session','tech1',0,0,'213.136.93.169',1649707770),(1166707,'guest','failed_login','Users','Session','admin',0,0,'148.72.208.193',1649707993),(1166708,'guest','failed_login','Users','Session','tech1',0,0,'2a01:518:1:1041::3',1649708056),(1166709,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.202.90',1649708402),(1166710,'guest','failed_login','Users','Session','tech1',0,0,'31.177.95.38',1649708424),(1166711,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:800:10::34bd:1',1649708523),(1166712,'guest','failed_login','Users','Session','tech1',0,0,'2a01:518:1:1041::3',1649708599),(1166713,'guest','failed_login','Users','Session','drmap',0,0,'51.91.151.60',1649708655),(1166714,'guest','failed_login','Users','Session','tech1',0,0,'8.210.144.239',1649708868),(1166715,'guest','failed_login','Users','Session','tech1',0,0,'94.23.252.163',1649709051),(1166716,'guest','failed_login','Users','Session','tech1',0,0,'198.20.170.59',1649709148),(1166717,'guest','failed_login','Users','Session','drmap',0,0,'216.117.188.6',1649709184),(1166718,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.44',1649709426),(1166719,'guest','failed_login','Users','Session','tech1',0,0,'39.105.56.236',1649709702),(1166720,'guest','failed_login','Users','Session','drmap',0,0,'77.240.13.186',1649709711),(1166721,'guest','failed_login','Users','Session','tech1',0,0,'91.134.16.2',1649709984),(1166722,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1649710104),(1166723,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:800:10::34bd:1',1649710244),(1166724,'guest','failed_login','Users','Session','tech1',0,0,'88.208.209.101',1649710254),(1166725,'guest','failed_login','Users','Session','tech1',0,0,'208.109.78.180',1649710509),(1166726,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.44',1649710641),(1166727,'guest','failed_login','Users','Session','drmap',0,0,'194.233.80.204',1649710774),(1166728,'guest','failed_login','Users','Session','tech1',0,0,'88.135.37.49',1649710782),(1166729,'guest','failed_login','Users','Session','tech1',0,0,'93.104.213.124',1649711069),(1166730,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649711132),(1166731,'guest','failed_login','Users','Session','tech1',0,0,'95.128.43.176',1649711175),(1166732,'guest','failed_login','Users','Session','drmap',0,0,'139.59.118.238',1649711314),(1166733,'guest','failed_login','Users','Session','tech1',0,0,'47.91.87.213',1649711339),(1166734,'guest','failed_login','Users','Session','tech1',0,0,'74.208.252.140',1649711610),(1166735,'guest','failed_login','Users','Session','tech1',0,0,'159.65.216.18',1649711712),(1166736,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.154.20',1649711743),(1166737,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.158',1649711885),(1166738,'guest','failed_login','Users','Session','tech1',0,0,'107.152.234.218',1649712153),(1166739,'guest','failed_login','Users','Session','tech1',0,0,'132.148.165.154',1649712247),(1166740,'guest','failed_login','Users','Session','tech1',0,0,'178.128.14.157',1649712409),(1166741,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.68',1649712535),(1166742,'guest','failed_login','Users','Session','test',0,0,'74.91.17.83',1649712690),(1166743,'guest','failed_login','Users','Session','tech1',0,0,'184.154.219.138',1649712701),(1166744,'guest','failed_login','Users','Session','tech1',0,0,'193.151.131.151',1649712776),(1166745,'guest','failed_login','Users','Session','tech1',0,0,'198.54.125.172',1649712958),(1166746,'guest','failed_login','Users','Session','tech1',0,0,'116.255.178.218',1649713249),(1166747,'guest','failed_login','Users','Session','tech1',0,0,'194.233.80.204',1649713306),(1166748,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1649713441),(1166749,'guest','failed_login','Users','Session','tech1',0,0,'69.167.171.138',1649713513),(1166750,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.230.60',1649713570),(1166751,'guest','failed_login','Users','Session','tech1',0,0,'35.198.25.12',1649713772),(1166752,'guest','failed_login','Users','Session','tech1',0,0,'37.143.8.76',1649713842),(1166753,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649713888),(1166754,'guest','failed_login','Users','Session','drmap',0,0,'159.223.170.181',1649713976),(1166755,'guest','failed_login','Users','Session','tech1',0,0,'190.145.68.131',1649714063),(1166756,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.248',1649714346),(1166757,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::32',1649714372),(1166758,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1649714504),(1166759,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.44',1649714563),(1166760,'guest','failed_login','Users','Session','tech1',0,0,'148.72.232.58',1649714598),(1166761,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.202.90',1649714867),(1166762,'guest','failed_login','Users','Session','tech1',0,0,'67.222.147.67',1649714892),(1166763,'guest','failed_login','Users','Session','tech1',0,0,'217.9.143.94',1649715443),(1166764,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1649715445),(1166765,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:69f2::1',1649715721),(1166766,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.61',1649715738),(1166767,'guest','failed_login','Users','Session','tech1',0,0,'8.29.155.200',1649715993),(1166768,'guest','failed_login','Users','Session','drmap',0,0,'188.166.212.133',1649716110),(1166769,'guest','failed_login','Users','Session','tech1',0,0,'89.40.72.194',1649716279),(1166770,'guest','failed_login','Users','Session','tech1',0,0,'185.200.243.16',1649716503),(1166771,'guest','failed_login','Users','Session','tech1',0,0,'213.136.69.132',1649716558),(1166772,'guest','failed_login','Users','Session','tech1',0,0,'162.219.250.15',1649716839),(1166773,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:1008:c3a::',1649717013),(1166774,'guest','failed_login','Users','Session','tech1',0,0,'132.248.60.104',1649717037),(1166775,'guest','failed_login','Users','Session','drmap',0,0,'185.2.5.77',1649717172),(1166776,'guest','failed_login','Users','Session','tech1',0,0,'150.95.24.78',1649717273),(1166777,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.20',1649717540),(1166778,'guest','failed_login','Users','Session','admin',0,0,'5.101.157.235',1649717570),(1166779,'guest','failed_login','Users','Session','tech1',0,0,'159.89.199.237',1649717578),(1166780,'guest','failed_login','Users','Session','drmap',0,0,'216.139.241.148',1649717706),(1166781,'guest','failed_login','Users','Session','admin',0,0,'47.114.3.188',1649717824),(1166782,'guest','failed_login','Users','Session','tech1',0,0,'43.229.129.91',1649718108),(1166783,'guest','failed_login','Users','Session','admin',0,0,'5.101.157.220',1649718123),(1166784,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1649718240),(1166785,'guest','failed_login','Users','Session','admin',0,0,'167.99.75.244',1649718383),(1166786,'guest','failed_login','Users','Session','tech1',0,0,'2400:8902::f03c:92ff:fe8b:d3c5',1649718649),(1166787,'guest','failed_login','Users','Session','admin',0,0,'47.243.59.107',1649718661),(1166788,'guest','failed_login','Users','Session','drmap',0,0,'72.167.222.172',1649718779),(1166789,'guest','failed_login','Users','Session','admin',0,0,'47.105.153.104',1649718951),(1166790,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:3:e0::150:5001',1649719181),(1166791,'guest','failed_login','Users','Session','admin',0,0,'176.53.65.237',1649719245),(1166792,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.68',1649719288),(1166793,'guest','failed_login','Users','Session','drmap',0,0,'161.97.112.17',1649719314),(1166794,'guest','failed_login','Users','Session','admin',0,0,'213.149.103.132',1649719546),(1166795,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649719640),(1166796,'guest','failed_login','Users','Session','tech1',0,0,'64.111.116.168',1649719713),(1166797,'guest','failed_login','Users','Session','admin',0,0,'46.101.95.65',1649719806),(1166798,'guest','failed_login','Users','Session','drmap',0,0,'162.240.27.242',1649719846),(1166799,'guest','failed_login','Users','Session','admin',0,0,'35.203.155.125',1649720080),(1166800,'guest','failed_login','Users','Session','tech1',0,0,'194.90.234.21',1649720249),(1166801,'guest','failed_login','Users','Session','admin',0,0,'5.101.157.235',1649720371),(1166802,'guest','failed_login','Users','Session','drmap',0,0,'148.72.208.193',1649720383),(1166803,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649720515),(1166804,'guest','failed_login','Users','Session','admin',0,0,'192.254.152.23',1649720643),(1166805,'guest','failed_login','Users','Session','drmap',0,0,'164.68.97.208',1649720916),(1166806,'guest','failed_login','Users','Session','admin',0,0,'159.65.157.154',1649720925),(1166807,'guest','failed_login','Users','Session','tech1',0,0,'65.0.145.55',1649721317),(1166808,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:c010:a209::1',1649721450),(1166809,'guest','failed_login','Users','Session','admin',0,0,'208.109.78.180',1649721511),(1166810,'guest','failed_login','Users','Session','admin',0,0,'72.167.67.108',1649721806),(1166811,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1a04:a001',1649721854),(1166812,'guest','failed_login','Users','Session','drmap',0,0,'173.212.201.226',1649721986),(1166813,'guest','failed_login','Users','Session','admin',0,0,'2a00:d680:20:50::4a10',1649722104),(1166814,'guest','failed_login','Users','Session','admin',0,0,'103.153.214.231',1649722377),(1166815,'guest','failed_login','Users','Session','tech1',0,0,'2a00:5da0:1000:1::27',1649722389),(1166816,'guest','failed_login','Users','Session','drmap',0,0,'64.111.116.168',1649722522),(1166817,'guest','failed_login','Users','Session','admin',0,0,'2a02:c207:2040:7547::1',1649722691),(1166818,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.240.27',1649722969),(1166819,'guest','failed_login','Users','Session','admin',0,0,'93.104.213.124',1649722986),(1166820,'guest','failed_login','Users','Session','drmap',0,0,'103.212.43.29',1649723062),(1166821,'guest','failed_login','Users','Session','test',0,0,'208.110.66.139',1649723109),(1166822,'guest','failed_login','Users','Session','admin',0,0,'208.109.78.180',1649723267),(1166823,'guest','failed_login','Users','Session','tech1',0,0,'37.139.13.163',1649723468),(1166824,'guest','failed_login','Users','Session','admin',0,0,'45.55.60.110',1649723574),(1166825,'guest','failed_login','Users','Session','drmap',0,0,'13.81.59.92',1649723604),(1166826,'guest','failed_login','Users','Session','admin',0,0,'72.29.64.190',1649723872),(1166827,'guest','failed_login','Users','Session','tech1',0,0,'23.99.229.218',1649724007),(1166828,'guest','failed_login','Users','Session','admin',0,0,'107.181.185.226',1649724168),(1166829,'guest','failed_login','Users','Session','admin',0,0,'108.179.210.76',1649724464),(1166830,'guest','failed_login','Users','Session','drmap',0,0,'193.151.131.151',1649724673),(1166831,'guest','failed_login','Users','Session','admin',0,0,'109.234.161.67',1649724774),(1166832,'guest','failed_login','Users','Session','admin',0,0,'2a01:7c8:aab9:710::1',1649725072),(1166833,'guest','failed_login','Users','Session','tech1',0,0,'52.166.3.59',1649725074),(1166834,'guest','failed_login','Users','Session','drmap',0,0,'78.141.209.179',1649725207),(1166835,'guest','failed_login','Users','Session','admin',0,0,'192.254.152.23',1649725364),(1166836,'guest','failed_login','Users','Session','tech1',0,0,'13.79.17.158',1649725608),(1166837,'guest','failed_login','Users','Session','admin',0,0,'5.101.156.245',1649725680),(1166838,'guest','failed_login','Users','Session','drmap',0,0,'103.142.25.17',1649725744),(1166839,'guest','failed_login','Users','Session','admin',0,0,'2001:19f0:5001:44f:5400:3ff:fe66:380d',1649725986),(1166840,'guest','failed_login','Users','Session','admin',0,0,'157.245.231.45',1649726272),(1166841,'guest','failed_login','Users','Session','drmap',0,0,'157.245.110.251',1649726283),(1166842,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.229.70',1649726570),(1166843,'guest','failed_login','Users','Session','admin',0,0,'64.227.0.234',1649726584),(1166844,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.59',1649726611),(1166845,'guest','failed_login','Users','Session','tech1',0,0,'52.42.156.111',1649726687),(1166846,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.227',1649726784),(1166847,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::11d2:e001',1649726827),(1166848,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649727114),(1166849,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.157',1649727204),(1166850,'guest','failed_login','Users','Session','admin',0,0,'194.5.175.15',1649727217),(1166851,'guest','failed_login','Users','Session','drmap',0,0,'2.59.133.156',1649727361),(1166852,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.227',1649727389),(1166853,'guest','failed_login','Users','Session','tech1',0,0,'184.168.125.72',1649727760),(1166854,'guest','failed_login','Users','Session','admin',0,0,'175.24.121.59',1649727840),(1166855,'guest','failed_login','Users','Session','drmap',0,0,'52.234.178.100',1649727899),(1166856,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649728056),(1166857,'guest','failed_login','Users','Session','admin',0,0,'87.236.20.180',1649728151),(1166858,'guest','failed_login','Users','Session','tech1',0,0,'45.55.44.23',1649728294),(1166859,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.44',1649728441),(1166860,'guest','failed_login','Users','Session','admin',0,0,'144.91.75.9',1649728454),(1166861,'guest','failed_login','Users','Session','admin',0,0,'194.233.75.42',1649728763),(1166862,'guest','failed_login','Users','Session','drmap',0,0,'176.98.40.88',1649728973),(1166863,'guest','failed_login','Users','Session','admin',0,0,'148.72.203.102',1649729072),(1166864,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1649729384),(1166865,'guest','failed_login','Users','Session','admin',0,0,'162.144.41.156',1649729387),(1166866,'guest','failed_login','Users','Session','admin',0,0,'185.49.20.77',1649729699),(1166867,'guest','failed_login','Users','Session','tech1',0,0,'13.81.59.92',1649729927),(1166868,'guest','failed_login','Users','Session','admin',0,0,'2400:6180:100:d0::94e:3001',1649730004),(1166869,'guest','failed_login','Users','Session','drmap',0,0,'78.141.209.179',1649730062),(1166870,'guest','failed_login','Users','Session','tech1',0,0,'5.101.156.6',1649730338),(1166871,'guest','failed_login','Users','Session','tech1',0,0,'166.62.125.246',1649730470),(1166872,'guest','failed_login','Users','Session','tech1',0,0,'133.167.92.28',1649730673),(1166873,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.69',1649730944),(1166874,'guest','failed_login','Users','Session','tech1',0,0,'51.83.66.220',1649730974),(1166875,'guest','failed_login','Users','Session','tech1',0,0,'194.233.80.204',1649731011),(1166876,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.58',1649731031),(1166877,'guest','failed_login','Users','Session','drmap',0,0,'46.101.159.72',1649731148),(1166878,'guest','failed_login','Users','Session','tech1',0,0,'103.90.235.91',1649731280),(1166879,'guest','failed_login','Users','Session','tech1',0,0,'134.195.196.53',1649731556),(1166880,'guest','failed_login','Users','Session','tech1',0,0,'107.181.185.226',1649731615),(1166881,'guest','failed_login','Users','Session','drmap',0,0,'81.186.225.108',1649731695),(1166882,'guest','failed_login','Users','Session','tech1',0,0,'103.146.202.150',1649731925),(1166883,'guest','failed_login','Users','Session','tech1',0,0,'195.4.173.50',1649732101),(1166884,'guest','failed_login','Users','Session','drmap',0,0,'82.165.111.158',1649732237),(1166885,'guest','failed_login','Users','Session','tech1',0,0,'162.214.197.206',1649732258),(1166886,'guest','failed_login','Users','Session','tech1',0,0,'51.222.138.98',1649732590),(1166887,'guest','failed_login','Users','Session','tech1',0,0,'8.210.146.161',1649732644),(1166888,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.227',1649732659),(1166889,'guest','failed_login','Users','Session','drmap',0,0,'78.141.209.179',1649732781),(1166890,'guest','failed_login','Users','Session','tech1',0,0,'192.81.214.168',1649732902),(1166891,'guest','failed_login','Users','Session','tech1',0,0,'82.166.39.15',1649733188),(1166892,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1649733241),(1166893,'guest','failed_login','Users','Session','drmap',0,0,'47.90.246.252',1649733323),(1166894,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.44',1649733537),(1166895,'guest','failed_login','Users','Session','tech1',0,0,'185.119.90.34',1649733564),(1166896,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.44',1649733574),(1166897,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649733713),(1166898,'guest','failed_login','Users','Session','tech1',0,0,'146.148.44.185',1649733731),(1166899,'guest','failed_login','Users','Session','drmap',0,0,'103.88.122.117',1649733867),(1166900,'guest','failed_login','Users','Session','tech1',0,0,'51.83.66.220',1649733894),(1166901,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.149',1649734223),(1166902,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.44',1649734345),(1166903,'guest','failed_login','Users','Session','tech1',0,0,'107.152.234.218',1649734549),(1166904,'guest','failed_login','Users','Session','tech1',0,0,'35.195.252.29',1649734820),(1166905,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1649734870),(1166906,'guest','failed_login','Users','Session','drmap',0,0,'185.2.4.71',1649734957),(1166907,'guest','failed_login','Users','Session','tech1',0,0,'185.252.31.180',1649735199),(1166908,'guest','failed_login','Users','Session','tech1',0,0,'2400:8901::f03c:93ff:fe84:15a4',1649735370),(1166909,'guest','failed_login','Users','Session','drmap',0,0,'62.178.170.93',1649735508),(1166910,'guest','failed_login','Users','Session','tech1',0,0,'171.244.188.22',1649735552),(1166911,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.91',1649735677),(1166912,'guest','failed_login','Users','Session','tech1',0,0,'5.101.156.6',1649735884),(1166913,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.60',1649736100),(1166914,'guest','failed_login','Users','Session','tech1',0,0,'185.146.20.254',1649736209),(1166915,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:110b::d21:d4e9',1649736540),(1166916,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649736556),(1166917,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.135',1649736870),(1166918,'guest','failed_login','Users','Session','tech1',0,0,'103.129.178.69',1649737185),(1166919,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:69f2::1',1649737541),(1166920,'guest','failed_login','Users','Session','tech1',0,0,'162.219.250.15',1649737869),(1166921,'guest','failed_login','Users','Session','tech1',0,0,'171.244.17.110',1649738193),(1166922,'guest','failed_login','Users','Session','tech1',0,0,'47.91.87.213',1649738553),(1166923,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.44',1649738679),(1166924,'guest','failed_login','Users','Session','tech1',0,0,'87.236.20.88',1649738894),(1166925,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.140',1649738986),(1166926,'guest','failed_login','Users','Session','tech1',0,0,'148.72.97.73',1649739226),(1166927,'guest','failed_login','Users','Session','tech1',0,0,'91.103.219.225',1649739572),(1166928,'guest','failed_login','Users','Session','tech1',0,0,'190.145.68.131',1649739912),(1166929,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.215.58',1649740153),(1166930,'guest','failed_login','Users','Session','tech1',0,0,'2a05:d012:eb4:7300:4fb6:132a:5815:2029',1649740255),(1166931,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649740292),(1166932,'guest','failed_login','Users','Session','tech1',0,0,'103.159.53.102',1649740600),(1166933,'guest','failed_login','Users','Session','tech1',0,0,'47.118.60.160',1649740929),(1166934,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.44',1649741041),(1166935,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.70',1649741150),(1166936,'guest','failed_login','Users','Session','tech1',0,0,'138.128.173.10',1649741291),(1166937,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.14',1649741648),(1166938,'guest','failed_login','Users','Session','tech1',0,0,'185.201.47.14',1649741990),(1166939,'guest','failed_login','Users','Session','tech1',0,0,'62.171.136.23',1649742326),(1166940,'guest','failed_login','Users','Session','tech1',0,0,'193.164.4.118',1649742653),(1166941,'guest','failed_login','Users','Session','tech1',0,0,'162.0.239.18',1649742949),(1166942,'guest','failed_login','Users','Session','tech1',0,0,'66.115.173.18',1649743279),(1166943,'guest','failed_login','Users','Session','tech1',0,0,'109.203.102.82',1649743555),(1166944,'guest','failed_login','Users','Session','tech1',0,0,'2a06:6440:0:2c3a::1',1649743856),(1166945,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.44',1649744753),(1166946,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649745046),(1166947,'guest','failed_login','Users','Session','admin',0,0,'185.146.20.254',1649745176),(1166948,'guest','failed_login','Users','Session','admin',0,0,'162.241.225.33',1649745482),(1166949,'guest','failed_login','Users','Session','tech1',0,0,'138.197.173.121',1649745712),(1166950,'guest','failed_login','Users','Session','tech1',0,0,'64.227.78.130',1649746001),(1166951,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649746260),(1166952,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649746261),(1166953,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649746262),(1166954,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649746263),(1166955,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649746264),(1166956,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649746265),(1166957,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649746266),(1166958,'guest','failed_login','Users','Session','tech1',0,0,'131.72.236.163',1649746267),(1166959,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649746267),(1166960,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649746268),(1166961,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649746269),(1166962,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649746270),(1166963,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649746271),(1166964,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649746272),(1166965,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649746273),(1166966,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649746274),(1166967,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649746275),(1166968,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649746276),(1166969,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649746277),(1166970,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649746278),(1166971,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1649746568),(1166972,'guest','failed_login','Users','Session','tech1',0,0,'139.59.60.160',1649746839),(1166973,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.83',1649746868),(1166974,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649746870),(1166975,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.28',1649746976),(1166976,'guest','failed_login','Users','Session','tech1',0,0,'66.29.141.38',1649747106),(1166977,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.58',1649747376),(1166978,'guest','failed_login','Users','Session','tech1',0,0,'185.62.136.55',1649747397),(1166979,'guest','failed_login','Users','Session','tech1',0,0,'77.77.150.95',1649747651),(1166980,'guest','failed_login','Users','Session','admin',0,0,'67.205.43.116',1649747913),(1166981,'guest','failed_login','Users','Session','admin',0,0,'159.89.228.214',1649748027),(1166982,'guest','failed_login','Users','Session','wordcamp',0,0,'194.126.177.54',1649749080),(1166983,'guest','failed_login','Users','Session','admin',0,0,'91.219.194.21',1649749142),(1166984,'guest','failed_login','Users','Session','admin',0,0,'132.248.60.104',1649749249),(1166985,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.26',1649749440),(1166986,'guest','failed_login','Users','Session','admin',0,0,'123.60.59.154',1649749743),(1166987,'guest','failed_login','Users','Session','admin',0,0,'162.215.209.69',1649750345),(1166988,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.74',1649750506),(1166989,'guest','failed_login','Users','Session','admin',0,0,'185.209.230.33',1649750955),(1166990,'guest','failed_login','Users','Session','test',0,0,'84.247.50.180',1649751017),(1166991,'guest','failed_login','Users','Session','drmap',0,0,'188.166.250.149',1649751560),(1166992,'guest','failed_login','Users','Session','tech1',0,0,'144.91.117.193',1649751669),(1166993,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.69',1649752093),(1166994,'guest','failed_login','Users','Session','drmap',0,0,'94.130.123.117',1649752155),(1166995,'guest','failed_login','Users','Session','tech1',0,0,'176.98.40.88',1649752268),(1166996,'guest','failed_login','Users','Session','drmap',0,0,'164.68.97.208',1649752751),(1166997,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:82e3::1',1649752861),(1166998,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649753334),(1166999,'guest','failed_login','Users','Session','drmap',0,0,'14.241.233.205',1649753350),(1167000,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649753370),(1167001,'guest','failed_login','Users','Session','tech1',0,0,'161.97.118.255',1649753457),(1167002,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1649753941),(1167003,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:800:3a65::',1649754050),(1167004,'guest','failed_login','Users','Session','drmap',0,0,'95.128.43.176',1649754537),(1167005,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.31',1649754650),(1167006,'guest','failed_login','Users','Session','admin',0,0,'132.148.165.154',1649755135),(1167007,'guest','failed_login','Users','Session','admin',0,0,'51.178.93.87',1649755242),(1167008,'guest','failed_login','Users','Session','admin',0,0,'89.96.90.125',1649755716),(1167009,'guest','failed_login','Users','Session','admin',0,0,'167.172.168.111',1649755824),(1167010,'guest','failed_login','Users','Session','admin',0,0,'45.90.163.251',1649756299),(1167011,'guest','failed_login','Users','Session','admin',0,0,'162.144.87.29',1649756409),(1167012,'guest','failed_login','Users','Session','admin',0,0,'216.117.188.6',1649756886),(1167013,'guest','failed_login','Users','Session','admin',0,0,'194.90.234.21',1649756994),(1167014,'guest','failed_login','Users','Session','admin',0,0,'2400:6180:0:d0::e77:1',1649757483),(1167015,'guest','failed_login','Users','Session','admin',0,0,'151.80.91.175',1649757585),(1167016,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.59',1649757641),(1167017,'guest','failed_login','Users','Session','admin',0,0,'2400:6180:0:d0::12df:b001',1649758072),(1167018,'guest','failed_login','Users','Session','admin',0,0,'185.19.190.26',1649758182),(1167019,'guest','failed_login','Users','Session','admin',0,0,'162.241.71.202',1649758671),(1167020,'guest','failed_login','Users','Session','admin',0,0,'142.93.201.0',1649758781),(1167021,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1649758846),(1167022,'guest','failed_login','Users','Session','admin',0,0,'103.208.24.86',1649759264),(1167023,'guest','failed_login','Users','Session','admin',0,0,'104.168.36.11',1649759372),(1167024,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.44',1649759532),(1167025,'guest','failed_login','Users','Session','admin',0,0,'104.168.36.11',1649759850),(1167026,'guest','failed_login','Users','Session','admin',0,0,'188.127.231.190',1649759960),(1167027,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649760010),(1167028,'guest','failed_login','Users','Session','drmap',0,0,'103.101.161.220',1649760445),(1167029,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.28',1649760502),(1167030,'guest','failed_login','Users','Session','tech1',0,0,'187.84.233.39',1649760557),(1167031,'guest','failed_login','Users','Session','drmap',0,0,'2400:8904::f03c:92ff:fef0:39e9',1649761043),(1167032,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:262:3fdb::2',1649761153),(1167033,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649761162),(1167034,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.91',1649761237),(1167035,'guest','failed_login','Users','Session','drmap',0,0,'106.53.136.24',1649761647),(1167036,'guest','failed_login','Users','Session','tech1',0,0,'188.166.1.143',1649761755),(1167037,'guest','failed_login','Users','Session','drmap',0,0,'81.70.248.169',1649762244),(1167038,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.83',1649762363),(1167039,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.227',1649762588),(1167040,'guest','failed_login','Users','Session','drmap',0,0,'217.61.54.110',1649762839),(1167041,'guest','failed_login','Users','Session','tech1',0,0,'144.126.223.177',1649762949),(1167042,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.59',1649763068),(1167043,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.227',1649763386),(1167044,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1649763434),(1167045,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.106',1649763436),(1167046,'guest','failed_login','Users','Session','tech1',0,0,'2400:8901::f03c:93ff:fe84:15a4',1649763545),(1167047,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:5:102f::91d:58c1',1649764031),(1167048,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:1:d0::ce9:8001',1649764141),(1167049,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1649764419),(1167050,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.56',1649764738),(1167051,'guest','failed_login','Users','Session','drmap',0,0,'217.182.175.39',1649765230),(1167052,'guest','failed_login','Users','Session','tech1',0,0,'211.149.219.47',1649765346),(1167053,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.91',1649765670),(1167054,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1649765827),(1167055,'guest','failed_login','Users','Session','drmap',0,0,'167.99.252.52',1649765836),(1167056,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::596:8001',1649765947),(1167057,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.74',1649766308),(1167058,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.157',1649766328),(1167059,'guest','failed_login','Users','Session','drmap',0,0,'52.166.3.59',1649766439),(1167060,'guest','failed_login','Users','Session','tech1',0,0,'88.87.206.123',1649766549),(1167061,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649766658),(1167062,'guest','failed_login','Users','Session','admin',0,0,'189.125.37.42',1649766832),(1167063,'guest','failed_login','Users','Session','drmap',0,0,'2400:8100:ffff:0:117:120:13:52',1649767043),(1167064,'guest','failed_login','Users','Session','tech1',0,0,'167.172.151.91',1649767153),(1167065,'guest','failed_login','Users','Session','admin',0,0,'207.244.255.247',1649767331),(1167066,'guest','failed_login','Users','Session','drmap',0,0,'103.159.224.46',1649767646),(1167067,'guest','failed_login','Users','Session','tech1',0,0,'111.231.200.129',1649767760),(1167068,'guest','failed_login','Users','Session','tech1',0,0,'162.241.156.147',1649767848),(1167069,'guest','failed_login','Users','Session','drmap',0,0,'161.97.175.221',1649768250),(1167070,'guest','failed_login','Users','Session','tech1',0,0,'5.101.156.104',1649768327),(1167071,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:3:d0::118d:8001',1649768366),(1167072,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.28',1649768429),(1167073,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1649768479),(1167074,'guest','failed_login','Users','Session','tech1',0,0,'82.79.58.176',1649768825),(1167075,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1649768829),(1167076,'guest','failed_login','Users','Session','drmap',0,0,'178.128.247.244',1649768851),(1167077,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649768868),(1167078,'guest','failed_login','Users','Session','tech1',0,0,'178.254.50.20',1649769344),(1167079,'guest','failed_login','Users','Session','drmap',0,0,'143.198.78.62',1649769454),(1167080,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:1:d0::ce9:8001',1649769567),(1167081,'guest','failed_login','Users','Session','manager',0,0,'185.128.26.218',1649769848),(1167082,'guest','failed_login','Users','Session','tech1',0,0,'89.248.168.47',1649769883),(1167083,'guest','failed_login','Users','Session','drmap',0,0,'68.183.75.82',1649770065),(1167084,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.157',1649770160),(1167085,'guest','failed_login','Users','Session','tech1',0,0,'2a00:1a28:155d:1f5::1',1649770170),(1167086,'guest','failed_login','Users','Session','tech1',0,0,'162.214.186.253',1649770412),(1167087,'guest','failed_login','Users','Session','drmap',0,0,'121.243.95.160',1649770662),(1167088,'guest','failed_login','Users','Session','tech1',0,0,'101.0.80.218',1649770774),(1167089,'guest','failed_login','Users','Session','tech1',0,0,'47.97.204.2',1649770928),(1167090,'guest','failed_login','Users','Session','test',0,0,'69.30.230.60',1649771012),(1167091,'guest','failed_login','Users','Session','drmap',0,0,'177.153.50.81',1649771268),(1167092,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.230.60',1649771348),(1167093,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.59',1649771378),(1167094,'guest','failed_login','Users','Session','tech1',0,0,'34.75.65.218',1649771379),(1167095,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771789),(1167096,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771790),(1167097,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771791),(1167098,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771792),(1167099,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771793),(1167100,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771794),(1167101,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771795),(1167102,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771796),(1167103,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771797),(1167104,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771798),(1167105,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771799),(1167106,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771800),(1167107,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771801),(1167108,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771802),(1167109,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771803),(1167110,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771804),(1167111,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771805),(1167112,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771806),(1167113,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771807),(1167114,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771808),(1167115,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771809),(1167116,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771810),(1167117,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771811),(1167118,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771812),(1167119,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771814),(1167120,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771815),(1167121,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771816),(1167122,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771817),(1167123,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771819),(1167124,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771820),(1167125,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771821),(1167126,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771822),(1167127,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771823),(1167128,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771825),(1167129,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771826),(1167130,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771827),(1167131,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771829),(1167132,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771830),(1167133,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771831),(1167134,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771832),(1167135,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771833),(1167136,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771834),(1167137,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771835),(1167138,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771836),(1167139,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771837),(1167140,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771838),(1167141,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771839),(1167142,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771840),(1167143,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771841),(1167144,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771843),(1167145,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771844),(1167146,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771845),(1167147,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771846),(1167148,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771847),(1167149,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771848),(1167150,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771849),(1167151,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771850),(1167152,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771852),(1167153,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771853),(1167154,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771856),(1167155,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771857),(1167156,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771858),(1167157,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771859),(1167158,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771860),(1167159,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771861),(1167160,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771862),(1167161,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771863),(1167162,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771864),(1167163,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771865),(1167164,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771866),(1167165,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771867),(1167166,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771868),(1167167,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771869),(1167168,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771870),(1167169,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771871),(1167170,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771872),(1167171,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771873),(1167172,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771874),(1167173,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771875),(1167174,'guest','failed_login','Users','Session','drmap',0,0,'47.100.208.57',1649771876),(1167175,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771876),(1167176,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771877),(1167177,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771878),(1167178,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771879),(1167179,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771880),(1167180,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771883),(1167181,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771884),(1167182,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771885),(1167183,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771886),(1167184,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771887),(1167185,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771888),(1167186,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771889),(1167187,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771890),(1167188,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771892),(1167189,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771893),(1167190,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771895),(1167191,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771896),(1167192,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771897),(1167193,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771898),(1167194,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771899),(1167195,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771900),(1167196,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771901),(1167197,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771902),(1167198,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771903),(1167199,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771904),(1167200,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771905),(1167201,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771906),(1167202,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771907),(1167203,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771908),(1167204,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771910),(1167205,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771911),(1167206,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771912),(1167207,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771913),(1167208,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771915),(1167209,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771916),(1167210,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771917),(1167211,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771919),(1167212,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771921),(1167213,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771922),(1167214,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771923),(1167215,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771924),(1167216,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771925),(1167217,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771926),(1167218,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771927),(1167219,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771928),(1167220,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771929),(1167221,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771930),(1167222,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771931),(1167223,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771932),(1167224,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771933),(1167225,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771934),(1167226,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771935),(1167227,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771936),(1167228,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771937),(1167229,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771938),(1167230,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771940),(1167231,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771941),(1167232,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771942),(1167233,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771943),(1167234,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771945),(1167235,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771946),(1167236,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771947),(1167237,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771948),(1167238,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771949),(1167239,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771950),(1167240,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771951),(1167241,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771952),(1167242,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771953),(1167243,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771954),(1167244,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771955),(1167245,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771956),(1167246,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771957),(1167247,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771958),(1167248,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771959),(1167249,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771960),(1167250,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771961),(1167251,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771962),(1167252,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771963),(1167253,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771964),(1167254,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771965),(1167255,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771967),(1167256,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771968),(1167257,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771969),(1167258,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771970),(1167259,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771972),(1167260,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771973),(1167261,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771974),(1167262,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771975),(1167263,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771976),(1167264,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771977),(1167265,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771978),(1167266,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771979),(1167267,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771980),(1167268,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771982),(1167269,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771983),(1167270,'guest','failed_login','Users','Session','tech1',0,0,'188.166.94.198',1649771983),(1167271,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771984),(1167272,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771985),(1167273,'guest','failed_login','Users','Session','tech1',0,0,'217.116.197.45',1649771986),(1167274,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771986),(1167275,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771988),(1167276,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771989),(1167277,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771990),(1167278,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771991),(1167279,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771992),(1167280,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771993),(1167281,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771994),(1167282,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771996),(1167283,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771997),(1167284,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771998),(1167285,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649771999),(1167286,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772000),(1167287,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772001),(1167288,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772002),(1167289,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772003),(1167290,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772004),(1167291,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772007),(1167292,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772008),(1167293,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772009),(1167294,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772010),(1167295,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649772010),(1167296,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649772011),(1167297,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772011),(1167298,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649772012),(1167299,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772012),(1167300,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649772013),(1167301,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772013),(1167302,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649772014),(1167303,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772014),(1167304,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772015),(1167305,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649772015),(1167306,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772016),(1167307,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649772016),(1167308,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649772017),(1167309,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772017),(1167310,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772018),(1167311,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649772018),(1167312,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649772019),(1167313,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772019),(1167314,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649772020),(1167315,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772020),(1167316,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649772021),(1167317,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772021),(1167318,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649772022),(1167319,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772022),(1167320,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649772023),(1167321,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772023),(1167322,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649772024),(1167323,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772024),(1167324,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649772025),(1167325,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772025),(1167326,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649772026),(1167327,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772026),(1167328,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649772027),(1167329,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772027),(1167330,'guest','failed_login','Users','Session','tech1',0,0,'2.56.59.242',1649772028),(1167331,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772028),(1167332,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772029),(1167333,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772030),(1167334,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772032),(1167335,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772034),(1167336,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772035),(1167337,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772037),(1167338,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772038),(1167339,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772039),(1167340,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772040),(1167341,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772041),(1167342,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772042),(1167343,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772043),(1167344,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772044),(1167345,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772045),(1167346,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772046),(1167347,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772047),(1167348,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772048),(1167349,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772049),(1167350,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772050),(1167351,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772051),(1167352,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772052),(1167353,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772053),(1167354,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772054),(1167355,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772056),(1167356,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772057),(1167357,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772058),(1167358,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772060),(1167359,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772061),(1167360,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772062),(1167361,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772063),(1167362,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772064),(1167363,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772065),(1167364,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772066),(1167365,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772067),(1167366,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772068),(1167367,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772069),(1167368,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772070),(1167369,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772071),(1167370,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772072),(1167371,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772073),(1167372,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772074),(1167373,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772075),(1167374,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772076),(1167375,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772077),(1167376,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772078),(1167377,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772079),(1167378,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772081),(1167379,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772082),(1167380,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772083),(1167381,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772084),(1167382,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772085),(1167383,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772087),(1167384,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772088),(1167385,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772089),(1167386,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772090),(1167387,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772091),(1167388,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772092),(1167389,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772093),(1167390,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772094),(1167391,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772096),(1167392,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772097),(1167393,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772098),(1167394,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772099),(1167395,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772100),(1167396,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772101),(1167397,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772102),(1167398,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772103),(1167399,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772104),(1167400,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772105),(1167401,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772106),(1167402,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772107),(1167403,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772109),(1167404,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772110),(1167405,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772111),(1167406,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772112),(1167407,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772113),(1167408,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772114),(1167409,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772115),(1167410,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772117),(1167411,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772118),(1167412,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772119),(1167413,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772120),(1167414,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772121),(1167415,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772122),(1167416,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772123),(1167417,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772124),(1167418,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772126),(1167419,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772127),(1167420,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772128),(1167421,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772129),(1167422,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772130),(1167423,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772131),(1167424,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772132),(1167425,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772133),(1167426,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772134),(1167427,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772136),(1167428,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772137),(1167429,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772138),(1167430,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772139),(1167431,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772140),(1167432,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772141),(1167433,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772142),(1167434,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772143),(1167435,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772144),(1167436,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772145),(1167437,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772146),(1167438,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772147),(1167439,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772148),(1167440,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772149),(1167441,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772150),(1167442,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772151),(1167443,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772152),(1167444,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772153),(1167445,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772154),(1167446,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772155),(1167447,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772156),(1167448,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772157),(1167449,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772158),(1167450,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772160),(1167451,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772161),(1167452,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772162),(1167453,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772163),(1167454,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772164),(1167455,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772165),(1167456,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772166),(1167457,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772167),(1167458,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772168),(1167459,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772169),(1167460,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772170),(1167461,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772171),(1167462,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772172),(1167463,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772173),(1167464,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772174),(1167465,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772176),(1167466,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772177),(1167467,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772178),(1167468,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772179),(1167469,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772180),(1167470,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772181),(1167471,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772182),(1167472,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772183),(1167473,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772184),(1167474,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772185),(1167475,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772186),(1167476,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772187),(1167477,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772188),(1167478,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772189),(1167479,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772190),(1167480,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772191),(1167481,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772192),(1167482,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772193),(1167483,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772194),(1167484,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772195),(1167485,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772196),(1167486,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772197),(1167487,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772198),(1167488,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772199),(1167489,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772200),(1167490,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772201),(1167491,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772202),(1167492,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772203),(1167493,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772204),(1167494,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772205),(1167495,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772206),(1167496,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772207),(1167497,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772208),(1167498,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772209),(1167499,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772210),(1167500,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772211),(1167501,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772212),(1167502,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772213),(1167503,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772214),(1167504,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772215),(1167505,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772216),(1167506,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772217),(1167507,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772218),(1167508,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772219),(1167509,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772220),(1167510,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772221),(1167511,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772222),(1167512,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772223),(1167513,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772224),(1167514,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772225),(1167515,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772226),(1167516,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772227),(1167517,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772229),(1167518,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772230),(1167519,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772231),(1167520,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772232),(1167521,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772233),(1167522,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772234),(1167523,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772235),(1167524,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772236),(1167525,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772237),(1167526,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772238),(1167527,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772239),(1167528,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772240),(1167529,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772242),(1167530,'guest','failed_login','Users','Session','tech1',0,0,'84.247.222.68',1649772243),(1167531,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772243),(1167532,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772244),(1167533,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772245),(1167534,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772246),(1167535,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772247),(1167536,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772248),(1167537,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772249),(1167538,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772250),(1167539,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772251),(1167540,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772252),(1167541,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772253),(1167542,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772254),(1167543,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772255),(1167544,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772256),(1167545,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772257),(1167546,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772258),(1167547,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772259),(1167548,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772260),(1167549,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772261),(1167550,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772262),(1167551,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772263),(1167552,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772264),(1167553,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772265),(1167554,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772266),(1167555,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772267),(1167556,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772269),(1167557,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772271),(1167558,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772272),(1167559,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772273),(1167560,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772274),(1167561,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772275),(1167562,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772276),(1167563,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772277),(1167564,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772278),(1167565,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772279),(1167566,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772280),(1167567,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772281),(1167568,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772282),(1167569,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772283),(1167570,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772284),(1167571,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772285),(1167572,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772286),(1167573,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772287),(1167574,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772288),(1167575,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772289),(1167576,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772290),(1167577,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772291),(1167578,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772292),(1167579,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772293),(1167580,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772294),(1167581,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772295),(1167582,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772297),(1167583,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772298),(1167584,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772299),(1167585,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772300),(1167586,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772301),(1167587,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772302),(1167588,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772303),(1167589,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772304),(1167590,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772305),(1167591,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772306),(1167592,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772307),(1167593,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772308),(1167594,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772309),(1167595,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772310),(1167596,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772311),(1167597,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772312),(1167598,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772314),(1167599,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772315),(1167600,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772316),(1167601,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772317),(1167602,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772318),(1167603,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772319),(1167604,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772320),(1167605,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772321),(1167606,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772322),(1167607,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772323),(1167608,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772324),(1167609,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772325),(1167610,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772326),(1167611,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772327),(1167612,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772328),(1167613,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772329),(1167614,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772330),(1167615,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772331),(1167616,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772332),(1167617,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772334),(1167618,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772335),(1167619,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772336),(1167620,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772337),(1167621,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772338),(1167622,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772339),(1167623,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772340),(1167624,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772341),(1167625,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772342),(1167626,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772343),(1167627,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772344),(1167628,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772345),(1167629,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772346),(1167630,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772347),(1167631,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772348),(1167632,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772349),(1167633,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772350),(1167634,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772351),(1167635,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772352),(1167636,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772353),(1167637,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772354),(1167638,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772355),(1167639,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772357),(1167640,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772358),(1167641,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772359),(1167642,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772360),(1167643,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772361),(1167644,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772362),(1167645,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772364),(1167646,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772366),(1167647,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772367),(1167648,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772368),(1167649,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772369),(1167650,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772370),(1167651,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772372),(1167652,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772373),(1167653,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772374),(1167654,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772375),(1167655,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772377),(1167656,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772378),(1167657,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772379),(1167658,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772380),(1167659,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772381),(1167660,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772382),(1167661,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772383),(1167662,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772384),(1167663,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772386),(1167664,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772387),(1167665,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772388),(1167666,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772389),(1167667,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772391),(1167668,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772392),(1167669,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772393),(1167670,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772394),(1167671,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772395),(1167672,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772396),(1167673,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772397),(1167674,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772399),(1167675,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772400),(1167676,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772401),(1167677,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772402),(1167678,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772403),(1167679,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772404),(1167680,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772405),(1167681,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772406),(1167682,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772407),(1167683,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772408),(1167684,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772409),(1167685,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772410),(1167686,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772411),(1167687,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772412),(1167688,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772413),(1167689,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772414),(1167690,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772415),(1167691,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772416),(1167692,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772417),(1167693,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772418),(1167694,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772419),(1167695,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772420),(1167696,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772421),(1167697,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772422),(1167698,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772423),(1167699,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772424),(1167700,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772426),(1167701,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772427),(1167702,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772428),(1167703,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772429),(1167704,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772430),(1167705,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772431),(1167706,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772432),(1167707,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772433),(1167708,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772434),(1167709,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772435),(1167710,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772437),(1167711,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772438),(1167712,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772439),(1167713,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772441),(1167714,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772442),(1167715,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772443),(1167716,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772444),(1167717,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772445),(1167718,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772446),(1167719,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772447),(1167720,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772448),(1167721,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772449),(1167722,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772451),(1167723,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772452),(1167724,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772453),(1167725,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772454),(1167726,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772455),(1167727,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772456),(1167728,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772457),(1167729,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772458),(1167730,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772459),(1167731,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772460),(1167732,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772461),(1167733,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772462),(1167734,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772463),(1167735,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772464),(1167736,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772465),(1167737,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772466),(1167738,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772468),(1167739,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772469),(1167740,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772471),(1167741,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772472),(1167742,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772475),(1167743,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772477),(1167744,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772478),(1167745,'guest','failed_login','Users','Session','t',0,0,'150.158.99.217',1649772479),(1167746,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772481),(1167747,'guest','failed_login','Users','Session','drmap',0,0,'184.168.125.72',1649772482),(1167748,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772482),(1167749,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772483),(1167750,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772485),(1167751,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772486),(1167752,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772487),(1167753,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772488),(1167754,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772489),(1167755,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772491),(1167756,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772492),(1167757,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772493),(1167758,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772494),(1167759,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772495),(1167760,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772496),(1167761,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772497),(1167762,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772498),(1167763,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772499),(1167764,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772500),(1167765,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772501),(1167766,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772502),(1167767,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772503),(1167768,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772505),(1167769,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772506),(1167770,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772507),(1167771,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772508),(1167772,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772509),(1167773,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772510),(1167774,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772511),(1167775,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772512),(1167776,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772513),(1167777,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772514),(1167778,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772515),(1167779,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772516),(1167780,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772517),(1167781,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772518),(1167782,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772519),(1167783,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772520),(1167784,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:3007:3363::1',1649772520),(1167785,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772521),(1167786,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772522),(1167787,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772524),(1167788,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772525),(1167789,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772526),(1167790,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772527),(1167791,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772528),(1167792,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772530),(1167793,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772531),(1167794,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772532),(1167795,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772533),(1167796,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772534),(1167797,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772535),(1167798,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772536),(1167799,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772537),(1167800,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772538),(1167801,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772539),(1167802,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772540),(1167803,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772541),(1167804,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772542),(1167805,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772543),(1167806,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772544),(1167807,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772546),(1167808,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772547),(1167809,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772548),(1167810,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772549),(1167811,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772550),(1167812,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772551),(1167813,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772552),(1167814,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772553),(1167815,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772554),(1167816,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772555),(1167817,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772556),(1167818,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772557),(1167819,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772558),(1167820,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772559),(1167821,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772561),(1167822,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772562),(1167823,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772563),(1167824,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772564),(1167825,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772565),(1167826,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772566),(1167827,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772567),(1167828,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772568),(1167829,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772569),(1167830,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772570),(1167831,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772571),(1167832,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772572),(1167833,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772573),(1167834,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772574),(1167835,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772575),(1167836,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772576),(1167837,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772578),(1167838,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772579),(1167839,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772580),(1167840,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772581),(1167841,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772582),(1167842,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772583),(1167843,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772584),(1167844,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772585),(1167845,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772586),(1167846,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772587),(1167847,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772588),(1167848,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772589),(1167849,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772590),(1167850,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772591),(1167851,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772592),(1167852,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772593),(1167853,'guest','failed_login','Users','Session','tech1',0,0,'78.141.209.179',1649772594),(1167854,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772594),(1167855,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772595),(1167856,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772596),(1167857,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772597),(1167858,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772598),(1167859,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772599),(1167860,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772600),(1167861,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772601),(1167862,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772602),(1167863,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772604),(1167864,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772605),(1167865,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772606),(1167866,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772607),(1167867,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772608),(1167868,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772609),(1167869,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772610),(1167870,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772611),(1167871,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772612),(1167872,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772613),(1167873,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772616),(1167874,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772617),(1167875,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772618),(1167876,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772619),(1167877,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772620),(1167878,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772622),(1167879,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772624),(1167880,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772625),(1167881,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772626),(1167882,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772627),(1167883,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772628),(1167884,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772629),(1167885,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772631),(1167886,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772632),(1167887,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772633),(1167888,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772634),(1167889,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772635),(1167890,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772636),(1167891,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772637),(1167892,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772638),(1167893,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772639),(1167894,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772640),(1167895,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772641),(1167896,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772642),(1167897,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772643),(1167898,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772644),(1167899,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772645),(1167900,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772646),(1167901,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772647),(1167902,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772648),(1167903,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772649),(1167904,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772650),(1167905,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772651),(1167906,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772652),(1167907,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772653),(1167908,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772654),(1167909,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772655),(1167910,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772656),(1167911,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772657),(1167912,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772658),(1167913,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772660),(1167914,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772661),(1167915,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772662),(1167916,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772663),(1167917,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772664),(1167918,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772665),(1167919,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772666),(1167920,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772667),(1167921,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772668),(1167922,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772669),(1167923,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772670),(1167924,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772671),(1167925,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772674),(1167926,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772675),(1167927,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772676),(1167928,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772677),(1167929,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772678),(1167930,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772679),(1167931,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772680),(1167932,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772681),(1167933,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772682),(1167934,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772683),(1167935,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772684),(1167936,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772685),(1167937,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772686),(1167938,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772688),(1167939,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772689),(1167940,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772690),(1167941,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772691),(1167942,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772692),(1167943,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772693),(1167944,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772694),(1167945,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772695),(1167946,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772698),(1167947,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772699),(1167948,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772700),(1167949,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772701),(1167950,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772702),(1167951,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772703),(1167952,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772704),(1167953,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772705),(1167954,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772706),(1167955,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772707),(1167956,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772708),(1167957,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772709),(1167958,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772710),(1167959,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772711),(1167960,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772712),(1167961,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772713),(1167962,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772714),(1167963,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772715),(1167964,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772717),(1167965,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772718),(1167966,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772719),(1167967,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772720),(1167968,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772721),(1167969,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772722),(1167970,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772723),(1167971,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772724),(1167972,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772725),(1167973,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772727),(1167974,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772728),(1167975,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772729),(1167976,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772730),(1167977,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772732),(1167978,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772733),(1167979,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772734),(1167980,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772735),(1167981,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772736),(1167982,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772737),(1167983,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772738),(1167984,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772739),(1167985,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772740),(1167986,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772741),(1167987,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772743),(1167988,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772744),(1167989,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772745),(1167990,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772746),(1167991,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772747),(1167992,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772748),(1167993,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772750),(1167994,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772752),(1167995,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772753),(1167996,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772754),(1167997,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772755),(1167998,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772757),(1167999,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772758),(1168000,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772759),(1168001,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772760),(1168002,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772761),(1168003,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772762),(1168004,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772763),(1168005,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772764),(1168006,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772765),(1168007,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772766),(1168008,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772767),(1168009,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772768),(1168010,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772769),(1168011,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772770),(1168012,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772772),(1168013,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772774),(1168014,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772775),(1168015,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772776),(1168016,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772777),(1168017,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772778),(1168018,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772779),(1168019,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772781),(1168020,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.69',1649772782),(1168021,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772782),(1168022,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772783),(1168023,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772784),(1168024,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772785),(1168025,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772786),(1168026,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772787),(1168027,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772789),(1168028,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772790),(1168029,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772791),(1168030,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772792),(1168031,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772793),(1168032,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772794),(1168033,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772795),(1168034,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772797),(1168035,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772798),(1168036,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772799),(1168037,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772800),(1168038,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772801),(1168039,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772802),(1168040,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772803),(1168041,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772804),(1168042,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772805),(1168043,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772807),(1168044,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772808),(1168045,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772809),(1168046,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772810),(1168047,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772811),(1168048,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772812),(1168049,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772813),(1168050,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772814),(1168051,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772815),(1168052,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772816),(1168053,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772817),(1168054,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772818),(1168055,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772819),(1168056,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772820),(1168057,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772821),(1168058,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772822),(1168059,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772823),(1168060,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772824),(1168061,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772826),(1168062,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772827),(1168063,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772828),(1168064,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772829),(1168065,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772831),(1168066,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772833),(1168067,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772834),(1168068,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772835),(1168069,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772836),(1168070,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772837),(1168071,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772838),(1168072,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772839),(1168073,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772840),(1168074,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772841),(1168075,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772842),(1168076,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772843),(1168077,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772844),(1168078,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772845),(1168079,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772846),(1168080,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772847),(1168081,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772848),(1168082,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772849),(1168083,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772850),(1168084,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772852),(1168085,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772853),(1168086,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772855),(1168087,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772857),(1168088,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772858),(1168089,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772859),(1168090,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772860),(1168091,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772861),(1168092,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772862),(1168093,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772863),(1168094,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772864),(1168095,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772865),(1168096,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772867),(1168097,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772868),(1168098,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772869),(1168099,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772870),(1168100,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772871),(1168101,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772872),(1168102,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772873),(1168103,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772874),(1168104,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772875),(1168105,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772876),(1168106,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772877),(1168107,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772878),(1168108,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772879),(1168109,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772881),(1168110,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772882),(1168111,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772883),(1168112,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772889),(1168113,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772890),(1168114,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772891),(1168115,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772893),(1168116,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772894),(1168117,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772895),(1168118,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772896),(1168119,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772897),(1168120,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772899),(1168121,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772900),(1168122,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772901),(1168123,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772902),(1168124,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772904),(1168125,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772905),(1168126,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772906),(1168127,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772907),(1168128,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772908),(1168129,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772909),(1168130,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772910),(1168131,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772911),(1168132,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772912),(1168133,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772914),(1168134,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772916),(1168135,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772917),(1168136,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772918),(1168137,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772919),(1168138,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772921),(1168139,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772922),(1168140,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772923),(1168141,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772924),(1168142,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772925),(1168143,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772926),(1168144,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772927),(1168145,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772929),(1168146,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772930),(1168147,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772931),(1168148,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772932),(1168149,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772933),(1168150,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772934),(1168151,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772935),(1168152,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772936),(1168153,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772937),(1168154,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772938),(1168155,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772939),(1168156,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772940),(1168157,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772942),(1168158,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772944),(1168159,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772945),(1168160,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772946),(1168161,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772947),(1168162,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772948),(1168163,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772949),(1168164,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772950),(1168165,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772951),(1168166,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772952),(1168167,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772953),(1168168,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772954),(1168169,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772955),(1168170,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772957),(1168171,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772958),(1168172,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772959),(1168173,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772960),(1168174,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772961),(1168175,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772962),(1168176,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772963),(1168177,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772964),(1168178,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772965),(1168179,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772966),(1168180,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772968),(1168181,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772969),(1168182,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772970),(1168183,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772971),(1168184,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772972),(1168185,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772975),(1168186,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772976),(1168187,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772977),(1168188,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772978);
INSERT INTO `wp_aryo_activity_log` VALUES (1168189,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772979),(1168190,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772981),(1168191,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772982),(1168192,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772983),(1168193,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772984),(1168194,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772985),(1168195,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772986),(1168196,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772987),(1168197,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772988),(1168198,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772990),(1168199,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772993),(1168200,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772994),(1168201,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772996),(1168202,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772997),(1168203,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649772999),(1168204,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773002),(1168205,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773003),(1168206,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773004),(1168207,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773005),(1168208,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773006),(1168209,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773007),(1168210,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773008),(1168211,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773009),(1168212,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773011),(1168213,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773012),(1168214,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773013),(1168215,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773014),(1168216,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773015),(1168217,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773017),(1168218,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773018),(1168219,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773020),(1168220,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773021),(1168221,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773023),(1168222,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773024),(1168223,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773025),(1168224,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773026),(1168225,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773027),(1168226,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773028),(1168227,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773029),(1168228,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773030),(1168229,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773031),(1168230,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773032),(1168231,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773033),(1168232,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773035),(1168233,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773036),(1168234,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773037),(1168235,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773038),(1168236,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773039),(1168237,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773040),(1168238,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773041),(1168239,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773043),(1168240,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773044),(1168241,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773045),(1168242,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773046),(1168243,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773047),(1168244,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773048),(1168245,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773049),(1168246,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773050),(1168247,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773051),(1168248,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773052),(1168249,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773053),(1168250,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773054),(1168251,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773055),(1168252,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773056),(1168253,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773057),(1168254,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773058),(1168255,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773059),(1168256,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773060),(1168257,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773061),(1168258,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773062),(1168259,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773063),(1168260,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773064),(1168261,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773065),(1168262,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773066),(1168263,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773067),(1168264,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773068),(1168265,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773069),(1168266,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773070),(1168267,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773071),(1168268,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773072),(1168269,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773074),(1168270,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773075),(1168271,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773076),(1168272,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773077),(1168273,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773079),(1168274,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773080),(1168275,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773081),(1168276,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773082),(1168277,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773083),(1168278,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773084),(1168279,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773085),(1168280,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773086),(1168281,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1649773087),(1168282,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773087),(1168283,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773088),(1168284,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773089),(1168285,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773090),(1168286,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:162:6188::2',1649773090),(1168287,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773091),(1168288,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773092),(1168289,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773093),(1168290,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773094),(1168291,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773095),(1168292,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773096),(1168293,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773097),(1168294,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773098),(1168295,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773099),(1168296,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773100),(1168297,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773101),(1168298,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773102),(1168299,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773103),(1168300,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773104),(1168301,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773106),(1168302,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773107),(1168303,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773108),(1168304,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773109),(1168305,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773110),(1168306,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773111),(1168307,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773113),(1168308,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773114),(1168309,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773115),(1168310,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773116),(1168311,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773117),(1168312,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773118),(1168313,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773119),(1168314,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773120),(1168315,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773122),(1168316,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773123),(1168317,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773124),(1168318,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773125),(1168319,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773126),(1168320,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773127),(1168321,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773132),(1168322,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773133),(1168323,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773134),(1168324,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773135),(1168325,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773136),(1168326,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773138),(1168327,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773139),(1168328,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773140),(1168329,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773141),(1168330,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773142),(1168331,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773144),(1168332,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773145),(1168333,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773146),(1168334,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773147),(1168335,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773150),(1168336,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773151),(1168337,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773152),(1168338,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773153),(1168339,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773154),(1168340,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773155),(1168341,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773156),(1168342,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773157),(1168343,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773158),(1168344,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773159),(1168345,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773160),(1168346,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773161),(1168347,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773162),(1168348,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773163),(1168349,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773164),(1168350,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773166),(1168351,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773167),(1168352,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773168),(1168353,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773169),(1168354,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773170),(1168355,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773174),(1168356,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773175),(1168357,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773177),(1168358,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773178),(1168359,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773179),(1168360,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773180),(1168361,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773181),(1168362,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773182),(1168363,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773183),(1168364,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773184),(1168365,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773185),(1168366,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773186),(1168367,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773187),(1168368,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773188),(1168369,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773189),(1168370,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773190),(1168371,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773191),(1168372,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773192),(1168373,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773193),(1168374,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773194),(1168375,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773196),(1168376,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773197),(1168377,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773198),(1168378,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773199),(1168379,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773200),(1168380,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773201),(1168381,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773202),(1168382,'guest','failed_login','Users','Session','tech1',0,0,'134.209.231.225',1649773203),(1168383,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773205),(1168384,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773206),(1168385,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773207),(1168386,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773209),(1168387,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773210),(1168388,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773211),(1168389,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773212),(1168390,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773213),(1168391,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773214),(1168392,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773215),(1168393,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773216),(1168394,'guest','failed_login','Users','Session','e',0,0,'150.158.99.217',1649773217),(1168395,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773218),(1168396,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773219),(1168397,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773220),(1168398,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773222),(1168399,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773223),(1168400,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773225),(1168401,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773226),(1168402,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773227),(1168403,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773228),(1168404,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773229),(1168405,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773230),(1168406,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773231),(1168407,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773232),(1168408,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773233),(1168409,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773236),(1168410,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773237),(1168411,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773238),(1168412,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773240),(1168413,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773241),(1168414,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773242),(1168415,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773243),(1168416,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773244),(1168417,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773245),(1168418,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773246),(1168419,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773247),(1168420,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773248),(1168421,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773249),(1168422,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773250),(1168423,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773251),(1168424,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773253),(1168425,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773254),(1168426,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773255),(1168427,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773257),(1168428,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773258),(1168429,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773259),(1168430,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773260),(1168431,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773261),(1168432,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773262),(1168433,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773263),(1168434,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773264),(1168435,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773265),(1168436,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773266),(1168437,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773267),(1168438,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773268),(1168439,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773269),(1168440,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773270),(1168441,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773271),(1168442,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773272),(1168443,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773273),(1168444,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773274),(1168445,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773275),(1168446,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773276),(1168447,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773277),(1168448,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773278),(1168449,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773279),(1168450,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773281),(1168451,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773282),(1168452,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773283),(1168453,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773284),(1168454,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773285),(1168455,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773286),(1168456,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773287),(1168457,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773288),(1168458,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773289),(1168459,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773291),(1168460,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773293),(1168461,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773294),(1168462,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773295),(1168463,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773296),(1168464,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773298),(1168465,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773299),(1168466,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773300),(1168467,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773301),(1168468,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773302),(1168469,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773303),(1168470,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773304),(1168471,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773305),(1168472,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773306),(1168473,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773307),(1168474,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773308),(1168475,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649773309),(1168476,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773309),(1168477,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773310),(1168478,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773312),(1168479,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773314),(1168480,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773315),(1168481,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773316),(1168482,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773317),(1168483,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773318),(1168484,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773319),(1168485,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773320),(1168486,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773321),(1168487,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773322),(1168488,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773324),(1168489,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773325),(1168490,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773326),(1168491,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773327),(1168492,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773328),(1168493,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773329),(1168494,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773330),(1168495,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773331),(1168496,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773332),(1168497,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773333),(1168498,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773334),(1168499,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773335),(1168500,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773336),(1168501,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773337),(1168502,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773338),(1168503,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773339),(1168504,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773340),(1168505,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773341),(1168506,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773342),(1168507,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773344),(1168508,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773345),(1168509,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773346),(1168510,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773348),(1168511,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773349),(1168512,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773350),(1168513,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773351),(1168514,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773352),(1168515,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773353),(1168516,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773354),(1168517,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773355),(1168518,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773356),(1168519,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773357),(1168520,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773358),(1168521,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773359),(1168522,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773360),(1168523,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773361),(1168524,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773362),(1168525,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773363),(1168526,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773364),(1168527,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773365),(1168528,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773366),(1168529,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773367),(1168530,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773371),(1168531,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773372),(1168532,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773373),(1168533,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773374),(1168534,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773376),(1168535,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773377),(1168536,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773378),(1168537,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773379),(1168538,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773380),(1168539,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773381),(1168540,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773382),(1168541,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773384),(1168542,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773385),(1168543,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773386),(1168544,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773387),(1168545,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773389),(1168546,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773390),(1168547,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773391),(1168548,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773392),(1168549,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773393),(1168550,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773394),(1168551,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773395),(1168552,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773396),(1168553,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773397),(1168554,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773398),(1168555,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773400),(1168556,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773401),(1168557,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773402),(1168558,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773403),(1168559,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773404),(1168560,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773405),(1168561,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773407),(1168562,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773408),(1168563,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773409),(1168564,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773410),(1168565,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773412),(1168566,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773413),(1168567,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773414),(1168568,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773416),(1168569,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773417),(1168570,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773418),(1168571,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773420),(1168572,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773421),(1168573,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773422),(1168574,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773424),(1168575,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773425),(1168576,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773426),(1168577,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773427),(1168578,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773428),(1168579,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773429),(1168580,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773430),(1168581,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773431),(1168582,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773432),(1168583,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773433),(1168584,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773434),(1168585,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773435),(1168586,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773436),(1168587,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773438),(1168588,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773439),(1168589,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773440),(1168590,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773443),(1168591,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773444),(1168592,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773445),(1168593,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773446),(1168594,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773447),(1168595,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773449),(1168596,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773451),(1168597,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773452),(1168598,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773453),(1168599,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773454),(1168600,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773455),(1168601,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773456),(1168602,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773458),(1168603,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773460),(1168604,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773462),(1168605,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773463),(1168606,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773464),(1168607,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773465),(1168608,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773466),(1168609,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773467),(1168610,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773468),(1168611,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773469),(1168612,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773470),(1168613,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773471),(1168614,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773472),(1168615,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773473),(1168616,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773474),(1168617,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773475),(1168618,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773476),(1168619,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773477),(1168620,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773479),(1168621,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773480),(1168622,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773481),(1168623,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773482),(1168624,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773484),(1168625,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773485),(1168626,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773486),(1168627,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773488),(1168628,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773489),(1168629,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773490),(1168630,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773491),(1168631,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773492),(1168632,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773493),(1168633,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773494),(1168634,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773496),(1168635,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773497),(1168636,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773498),(1168637,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773499),(1168638,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773500),(1168639,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773501),(1168640,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773502),(1168641,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773503),(1168642,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773504),(1168643,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773505),(1168644,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773506),(1168645,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773507),(1168646,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773508),(1168647,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773509),(1168648,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773510),(1168649,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773511),(1168650,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773512),(1168651,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773513),(1168652,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773514),(1168653,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773515),(1168654,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773516),(1168655,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773517),(1168656,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773519),(1168657,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773521),(1168658,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773522),(1168659,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773523),(1168660,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773524),(1168661,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773525),(1168662,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773526),(1168663,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773527),(1168664,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773528),(1168665,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773529),(1168666,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773530),(1168667,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773531),(1168668,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773532),(1168669,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773533),(1168670,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773534),(1168671,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773535),(1168672,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773536),(1168673,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773537),(1168674,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773538),(1168675,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773539),(1168676,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773540),(1168677,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773541),(1168678,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773542),(1168679,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773543),(1168680,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773544),(1168681,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773545),(1168682,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773547),(1168683,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773548),(1168684,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773549),(1168685,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773550),(1168686,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773551),(1168687,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773553),(1168688,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773554),(1168689,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773555),(1168690,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773556),(1168691,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773557),(1168692,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773558),(1168693,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773560),(1168694,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773561),(1168695,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773562),(1168696,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773563),(1168697,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773564),(1168698,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773566),(1168699,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773567),(1168700,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773568),(1168701,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773569),(1168702,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773570),(1168703,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773571),(1168704,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773572),(1168705,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773573),(1168706,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773574),(1168707,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773575),(1168708,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773576),(1168709,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773577),(1168710,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773578),(1168711,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773580),(1168712,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773581),(1168713,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773583),(1168714,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773584),(1168715,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773585),(1168716,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773588),(1168717,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773589),(1168718,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773590),(1168719,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773592),(1168720,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773593),(1168721,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773594),(1168722,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773595),(1168723,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773596),(1168724,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773597),(1168725,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773598),(1168726,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773599),(1168727,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773600),(1168728,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773601),(1168729,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773604),(1168730,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773605),(1168731,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773606),(1168732,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773612),(1168733,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773613),(1168734,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773614),(1168735,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773615),(1168736,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773616),(1168737,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773617),(1168738,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773618),(1168739,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773619),(1168740,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773620),(1168741,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773621),(1168742,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773622),(1168743,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773623),(1168744,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773625),(1168745,'guest','failed_login','Users','Session','tech1',0,0,'103.204.130.160',1649773625),(1168746,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773626),(1168747,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773627),(1168748,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773629),(1168749,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773630),(1168750,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773632),(1168751,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773633),(1168752,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773634),(1168753,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773635),(1168754,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773637),(1168755,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773638),(1168756,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773640),(1168757,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773641),(1168758,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773642),(1168759,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773643),(1168760,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773645),(1168761,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773646),(1168762,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773647),(1168763,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773648),(1168764,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773649),(1168765,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773650),(1168766,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773651),(1168767,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773653),(1168768,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773654),(1168769,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773655),(1168770,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773656),(1168771,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773657),(1168772,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773659),(1168773,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773660),(1168774,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773661),(1168775,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773662),(1168776,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773664),(1168777,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773665),(1168778,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773667),(1168779,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773668),(1168780,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773669),(1168781,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773670),(1168782,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773671),(1168783,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773672),(1168784,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773673),(1168785,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773674),(1168786,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.230.60',1649773674),(1168787,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773675),(1168788,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773676),(1168789,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773677),(1168790,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773678),(1168791,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773679),(1168792,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773680),(1168793,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773681),(1168794,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773682),(1168795,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773683),(1168796,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773684),(1168797,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773686),(1168798,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773687),(1168799,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773688),(1168800,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773690),(1168801,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773691),(1168802,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773693),(1168803,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773694),(1168804,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773696),(1168805,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773697),(1168806,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773698),(1168807,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773699),(1168808,'guest','failed_login','Users','Session','drmap',0,0,'185.200.243.16',1649773700),(1168809,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773701),(1168810,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773702),(1168811,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773703),(1168812,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773705),(1168813,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773706),(1168814,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773707),(1168815,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773709),(1168816,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773710),(1168817,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773711),(1168818,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773712),(1168819,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773713),(1168820,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773714),(1168821,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773715),(1168822,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773716),(1168823,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773718),(1168824,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773719),(1168825,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773720),(1168826,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773721),(1168827,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773722),(1168828,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773723),(1168829,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773724),(1168830,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773725),(1168831,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773726),(1168832,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773728),(1168833,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773730),(1168834,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773731),(1168835,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773732),(1168836,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773733),(1168837,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773734),(1168838,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773736),(1168839,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773737),(1168840,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773738),(1168841,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773740),(1168842,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773741),(1168843,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773742),(1168844,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773744),(1168845,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773745),(1168846,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773746),(1168847,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773747),(1168848,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773748),(1168849,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773749),(1168850,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773750),(1168851,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773751),(1168852,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773752),(1168853,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773753),(1168854,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.155.227',1649773754),(1168855,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773754),(1168856,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773755),(1168857,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773756),(1168858,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773757),(1168859,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773758),(1168860,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773759),(1168861,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773760),(1168862,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773762),(1168863,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773763),(1168864,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773764),(1168865,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773765),(1168866,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773766),(1168867,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773767),(1168868,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773768),(1168869,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773770),(1168870,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773772),(1168871,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773773),(1168872,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773774),(1168873,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773775),(1168874,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773776),(1168875,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773777),(1168876,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773779),(1168877,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773780),(1168878,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773781),(1168879,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773782),(1168880,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773783),(1168881,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773786),(1168882,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773787),(1168883,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773789),(1168884,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773790),(1168885,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773791),(1168886,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773792),(1168887,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773793),(1168888,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773794),(1168889,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773795),(1168890,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773796),(1168891,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773797),(1168892,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773798),(1168893,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773799),(1168894,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773800),(1168895,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773801),(1168896,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773802),(1168897,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773803),(1168898,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773804),(1168899,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773806),(1168900,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773807),(1168901,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773808),(1168902,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773809),(1168903,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773810),(1168904,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773811),(1168905,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773812),(1168906,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1649773813),(1168907,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773813),(1168908,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773814),(1168909,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773815),(1168910,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773816),(1168911,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773818),(1168912,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773819),(1168913,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773820),(1168914,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773822),(1168915,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773824),(1168916,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773825),(1168917,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773826),(1168918,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773827),(1168919,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773828),(1168920,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773829),(1168921,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773830),(1168922,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773831),(1168923,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773832),(1168924,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773834),(1168925,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773835),(1168926,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773836),(1168927,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773837),(1168928,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773838),(1168929,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773840),(1168930,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773841),(1168931,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773842),(1168932,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773843),(1168933,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773844),(1168934,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773845),(1168935,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773846),(1168936,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773847),(1168937,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773848),(1168938,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773849),(1168939,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773850),(1168940,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773851),(1168941,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773853),(1168942,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773855),(1168943,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773856),(1168944,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773857),(1168945,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773858),(1168946,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773859),(1168947,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773860),(1168948,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773862),(1168949,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773863),(1168950,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773864),(1168951,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773865),(1168952,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773866),(1168953,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773867),(1168954,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773868),(1168955,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773869),(1168956,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773870),(1168957,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773871),(1168958,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773872),(1168959,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773873),(1168960,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773874),(1168961,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773875),(1168962,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773876),(1168963,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773877),(1168964,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773878),(1168965,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773879),(1168966,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773880),(1168967,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773882),(1168968,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773883),(1168969,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773884),(1168970,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773885),(1168971,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773886),(1168972,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773887),(1168973,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773888),(1168974,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773889),(1168975,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773890),(1168976,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773891),(1168977,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773892),(1168978,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773894),(1168979,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773895),(1168980,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773896),(1168981,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773897),(1168982,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773898),(1168983,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773899),(1168984,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773901),(1168985,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773902),(1168986,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773903),(1168987,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773904),(1168988,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773905),(1168989,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773906),(1168990,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773908),(1168991,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773909),(1168992,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773910),(1168993,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773912),(1168994,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773913),(1168995,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773914),(1168996,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773915),(1168997,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773916),(1168998,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773917),(1168999,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773918),(1169000,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773919),(1169001,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773920),(1169002,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773922),(1169003,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773923),(1169004,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773924),(1169005,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773925),(1169006,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773926),(1169007,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773928),(1169008,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773929),(1169009,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773930),(1169010,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773931),(1169011,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773933),(1169012,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773934),(1169013,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773935),(1169014,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773936),(1169015,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773938),(1169016,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773939),(1169017,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773940),(1169018,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773941),(1169019,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773942),(1169020,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773943),(1169021,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773944),(1169022,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773946),(1169023,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773947),(1169024,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773948),(1169025,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773949),(1169026,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773950),(1169027,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773951),(1169028,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773952),(1169029,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773953),(1169030,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773954),(1169031,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773955),(1169032,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773956),(1169033,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773957),(1169034,'guest','failed_login','Users','Session','c',0,0,'150.158.99.217',1649773958),(1169035,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773960),(1169036,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773961),(1169037,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773962),(1169038,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773963),(1169039,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773964),(1169040,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773965),(1169041,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773966),(1169042,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773967),(1169043,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773968),(1169044,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773969),(1169045,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773970),(1169046,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773971),(1169047,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773972),(1169048,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773973),(1169049,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773974),(1169050,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773975),(1169051,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773976),(1169052,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773977),(1169053,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773978),(1169054,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773979),(1169055,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773980),(1169056,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773981),(1169057,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773982),(1169058,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773983),(1169059,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773984),(1169060,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773986),(1169061,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773987),(1169062,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773988),(1169063,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773989),(1169064,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773990),(1169065,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773991),(1169066,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773992),(1169067,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773994),(1169068,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773996),(1169069,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773997),(1169070,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773998),(1169071,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649773999),(1169072,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774000),(1169073,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774001),(1169074,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774002),(1169075,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774004),(1169076,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774005),(1169077,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774006),(1169078,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774007),(1169079,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774008),(1169080,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774009),(1169081,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774010),(1169082,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774011),(1169083,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774013),(1169084,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774014),(1169085,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774015),(1169086,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774016),(1169087,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774018),(1169088,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774019),(1169089,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774021),(1169090,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774022),(1169091,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774023),(1169092,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774024),(1169093,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774025),(1169094,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774026),(1169095,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774027),(1169096,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774028),(1169097,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774029),(1169098,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774030),(1169099,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774032),(1169100,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774033),(1169101,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774034),(1169102,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774035),(1169103,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774036),(1169104,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774037),(1169105,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774038),(1169106,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774039),(1169107,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774040),(1169108,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774041),(1169109,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774043),(1169110,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.22',1649774044),(1169111,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774044),(1169112,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774045),(1169113,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774046),(1169114,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774047),(1169115,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774048),(1169116,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774049),(1169117,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774051),(1169118,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774052),(1169119,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774053),(1169120,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774054),(1169121,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774055),(1169122,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774056),(1169123,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774057),(1169124,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774058),(1169125,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774059),(1169126,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774060),(1169127,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774061),(1169128,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774062),(1169129,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774064),(1169130,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774066),(1169131,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774067),(1169132,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774068),(1169133,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774069),(1169134,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774070),(1169135,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774072),(1169136,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774073),(1169137,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774074),(1169138,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774075),(1169139,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774076),(1169140,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774077),(1169141,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774078),(1169142,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774079),(1169143,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774080),(1169144,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774081),(1169145,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774082),(1169146,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774083),(1169147,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774084),(1169148,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774085),(1169149,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774087),(1169150,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774088),(1169151,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774089),(1169152,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774090),(1169153,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774091),(1169154,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774094),(1169155,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774095),(1169156,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774096),(1169157,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774097),(1169158,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774098),(1169159,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774099),(1169160,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774100),(1169161,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774102),(1169162,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774103),(1169163,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774104),(1169164,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774106),(1169165,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774107),(1169166,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774108),(1169167,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774109),(1169168,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774110),(1169169,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774111),(1169170,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774112),(1169171,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774113),(1169172,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774114),(1169173,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774115),(1169174,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774116),(1169175,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774117),(1169176,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774118),(1169177,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774119),(1169178,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774120),(1169179,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774121),(1169180,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774122),(1169181,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774124),(1169182,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774125),(1169183,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774126),(1169184,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774127),(1169185,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774128),(1169186,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774129),(1169187,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774130),(1169188,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774131),(1169189,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774132),(1169190,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774133),(1169191,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774135),(1169192,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774137),(1169193,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774139),(1169194,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774140),(1169195,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774141),(1169196,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774142),(1169197,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774143),(1169198,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774144),(1169199,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774145),(1169200,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774146),(1169201,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774147),(1169202,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774148),(1169203,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774149),(1169204,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774150),(1169205,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774151),(1169206,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774152),(1169207,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774153),(1169208,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774154),(1169209,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774155),(1169210,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774156),(1169211,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774157),(1169212,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774158),(1169213,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774159),(1169214,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774160),(1169215,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774161),(1169216,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774162),(1169217,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774164),(1169218,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774165),(1169219,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774166),(1169220,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774169),(1169221,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774170),(1169222,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774171),(1169223,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774172),(1169224,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774173),(1169225,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774174),(1169226,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774177),(1169227,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774178),(1169228,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774179),(1169229,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774180),(1169230,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774182),(1169231,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774183),(1169232,'guest','failed_login','Users','Session','tech1',0,0,'139.59.60.160',1649774184),(1169233,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774184),(1169234,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774185),(1169235,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774186),(1169236,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774187),(1169237,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774189),(1169238,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774190),(1169239,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774192),(1169240,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774193),(1169241,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774194),(1169242,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774195),(1169243,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774197),(1169244,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774198),(1169245,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774199),(1169246,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774201),(1169247,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774202),(1169248,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774203),(1169249,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774204),(1169250,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774205),(1169251,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774206),(1169252,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774207),(1169253,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774208),(1169254,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774210),(1169255,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774216),(1169256,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774217),(1169257,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774218),(1169258,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774220),(1169259,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774221),(1169260,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774222),(1169261,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774224),(1169262,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774225),(1169263,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774226),(1169264,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774227),(1169265,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774229),(1169266,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774230),(1169267,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774231),(1169268,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774232),(1169269,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774233),(1169270,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774234),(1169271,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774235),(1169272,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774237),(1169273,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774238),(1169274,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774239),(1169275,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774241),(1169276,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774242),(1169277,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774243),(1169278,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774245),(1169279,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774246),(1169280,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774247),(1169281,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774248),(1169282,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774249),(1169283,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774250),(1169284,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774251),(1169285,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774252),(1169286,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774253),(1169287,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774254),(1169288,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774255),(1169289,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774262),(1169290,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774264),(1169291,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774265),(1169292,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774266),(1169293,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774267),(1169294,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774268),(1169295,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774269),(1169296,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774270),(1169297,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774271),(1169298,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774272),(1169299,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774274),(1169300,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774275),(1169301,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774276),(1169302,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774277),(1169303,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774279),(1169304,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774280),(1169305,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774281),(1169306,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774282),(1169307,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774283),(1169308,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774284),(1169309,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774285),(1169310,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774288),(1169311,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774289),(1169312,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774290),(1169313,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774291),(1169314,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774292),(1169315,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774293),(1169316,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774294),(1169317,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774295),(1169318,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774297),(1169319,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774298),(1169320,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774299),(1169321,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774300),(1169322,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774301),(1169323,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774302),(1169324,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774304),(1169325,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774305),(1169326,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774306),(1169327,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774307),(1169328,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774308),(1169329,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774309),(1169330,'guest','failed_login','Users','Session','drmap',0,0,'92.60.224.50',1649774309),(1169331,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774310),(1169332,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774311),(1169333,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774312),(1169334,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774313),(1169335,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774314),(1169336,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774315),(1169337,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774317),(1169338,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774318),(1169339,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774320),(1169340,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774321),(1169341,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774323),(1169342,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774324),(1169343,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774325),(1169344,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774326),(1169345,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774328),(1169346,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774329),(1169347,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774330),(1169348,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774331),(1169349,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774332),(1169350,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774333),(1169351,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774334),(1169352,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774336),(1169353,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774338),(1169354,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774339),(1169355,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774340),(1169356,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774341),(1169357,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774342),(1169358,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774343),(1169359,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774345),(1169360,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774346),(1169361,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774347),(1169362,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774348),(1169363,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774349),(1169364,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774350),(1169365,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774351),(1169366,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774352),(1169367,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774353),(1169368,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774355),(1169369,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774356),(1169370,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774357),(1169371,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774358),(1169372,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774359),(1169373,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774360),(1169374,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774361),(1169375,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774362),(1169376,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774363),(1169377,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774364),(1169378,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774365),(1169379,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774366),(1169380,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774367),(1169381,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774368),(1169382,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774369),(1169383,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774370),(1169384,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774372),(1169385,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774373),(1169386,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774374),(1169387,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774375),(1169388,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774377),(1169389,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774378),(1169390,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774380),(1169391,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774381),(1169392,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774382),(1169393,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774383),(1169394,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774384),(1169395,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774385),(1169396,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774386),(1169397,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774387),(1169398,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774388),(1169399,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774389),(1169400,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774390),(1169401,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774392),(1169402,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774393),(1169403,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774395),(1169404,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774396),(1169405,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774397),(1169406,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774398),(1169407,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774399),(1169408,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774400),(1169409,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774401),(1169410,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774403),(1169411,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774404),(1169412,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774405),(1169413,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774406),(1169414,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774407),(1169415,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774409),(1169416,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774411),(1169417,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774412),(1169418,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774413),(1169419,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774414),(1169420,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774415),(1169421,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774417),(1169422,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774418),(1169423,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774419),(1169424,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774420),(1169425,'guest','failed_login','Users','Session','tech1',0,0,'47.98.207.210',1649774422),(1169426,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774423),(1169427,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774424),(1169428,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774425),(1169429,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774426),(1169430,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774427),(1169431,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774429),(1169432,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774430),(1169433,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774431),(1169434,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774432),(1169435,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774433),(1169436,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774435),(1169437,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774436),(1169438,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774437),(1169439,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774439),(1169440,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774440),(1169441,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774441),(1169442,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774442),(1169443,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774443),(1169444,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774444),(1169445,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774445),(1169446,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774446),(1169447,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774447),(1169448,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774449),(1169449,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774451),(1169450,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774452),(1169451,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774453),(1169452,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774454),(1169453,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774455),(1169454,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774456),(1169455,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774457),(1169456,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774458),(1169457,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774459),(1169458,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774460),(1169459,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774461),(1169460,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774462),(1169461,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774463),(1169462,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774465),(1169463,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774466),(1169464,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774467),(1169465,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774468),(1169466,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774469),(1169467,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774470),(1169468,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774471),(1169469,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774472),(1169470,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774473),(1169471,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774474),(1169472,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774475),(1169473,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774477),(1169474,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774485),(1169475,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774488),(1169476,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774489),(1169477,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774490),(1169478,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774492),(1169479,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774493),(1169480,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774495),(1169481,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774497),(1169482,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774499),(1169483,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774500),(1169484,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774501),(1169485,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774502),(1169486,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774503),(1169487,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774504),(1169488,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774505),(1169489,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774506),(1169490,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774508),(1169491,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774509),(1169492,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774510),(1169493,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774511),(1169494,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774512),(1169495,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.91',1649774514),(1169496,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774515),(1169497,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774516),(1169498,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774517),(1169499,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774518),(1169500,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774520),(1169501,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774521),(1169502,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774522),(1169503,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774523),(1169504,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774524),(1169505,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774525),(1169506,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774527),(1169507,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774528),(1169508,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774529),(1169509,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774531),(1169510,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774532),(1169511,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774533),(1169512,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774534),(1169513,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774535),(1169514,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774537),(1169515,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774538),(1169516,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774539),(1169517,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774541),(1169518,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774542),(1169519,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774543),(1169520,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774544),(1169521,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774546),(1169522,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774547),(1169523,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774548),(1169524,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774549),(1169525,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774550),(1169526,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774551),(1169527,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774552),(1169528,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774553),(1169529,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774555),(1169530,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774556),(1169531,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774558),(1169532,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774559),(1169533,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774560),(1169534,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774561),(1169535,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774562),(1169536,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774565),(1169537,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774566),(1169538,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774567),(1169539,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774568),(1169540,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774569),(1169541,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774570),(1169542,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774571),(1169543,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774572),(1169544,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774573),(1169545,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774574),(1169546,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774575),(1169547,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774576),(1169548,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774577),(1169549,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774578),(1169550,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774580),(1169551,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774581),(1169552,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774582),(1169553,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774583),(1169554,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774584),(1169555,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774585),(1169556,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774586),(1169557,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774588),(1169558,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774589),(1169559,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774592),(1169560,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774593),(1169561,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774594),(1169562,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774595),(1169563,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774596),(1169564,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774597),(1169565,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774598),(1169566,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774599),(1169567,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774600),(1169568,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774601),(1169569,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774602),(1169570,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774603),(1169571,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774604),(1169572,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774605),(1169573,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774606),(1169574,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774607),(1169575,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774608),(1169576,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774609),(1169577,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774610),(1169578,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774612),(1169579,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774613),(1169580,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774615),(1169581,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774616),(1169582,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774617),(1169583,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774618),(1169584,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774619),(1169585,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774621),(1169586,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774622),(1169587,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774623),(1169588,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774624),(1169589,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774625),(1169590,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774626),(1169591,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774627),(1169592,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774628),(1169593,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774630),(1169594,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774631),(1169595,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774632),(1169596,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774633),(1169597,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774634),(1169598,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774635),(1169599,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774636),(1169600,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774637),(1169601,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774638),(1169602,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774639),(1169603,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774640),(1169604,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774641),(1169605,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774642),(1169606,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774644),(1169607,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774645),(1169608,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774646),(1169609,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774647),(1169610,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774648),(1169611,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774649),(1169612,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774650),(1169613,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774652),(1169614,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774653),(1169615,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774654),(1169616,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774655),(1169617,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774656),(1169618,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774658),(1169619,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774659),(1169620,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774660),(1169621,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774661),(1169622,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774663),(1169623,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774664),(1169624,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774665),(1169625,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774666),(1169626,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774667),(1169627,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774670),(1169628,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774671),(1169629,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774674),(1169630,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774675),(1169631,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774676),(1169632,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774677),(1169633,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774678),(1169634,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774679),(1169635,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774680),(1169636,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774681),(1169637,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774682),(1169638,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774683),(1169639,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774685),(1169640,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774686),(1169641,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774687),(1169642,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774688),(1169643,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774689),(1169644,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774691),(1169645,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774692),(1169646,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774694),(1169647,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774696),(1169648,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774697),(1169649,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774698),(1169650,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774699),(1169651,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774701),(1169652,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774703),(1169653,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774704),(1169654,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774705),(1169655,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774707),(1169656,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774708),(1169657,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774709),(1169658,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774710),(1169659,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774711),(1169660,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774712),(1169661,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774714),(1169662,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774715),(1169663,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774716),(1169664,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774717),(1169665,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774718),(1169666,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774719),(1169667,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774720),(1169668,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774722),(1169669,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774723),(1169670,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774724),(1169671,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774725),(1169672,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774726),(1169673,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774727),(1169674,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774728),(1169675,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774729),(1169676,'guest','failed_login','Users','Session','h',0,0,'150.158.99.217',1649774730),(1169677,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774731),(1169678,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774732),(1169679,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774734),(1169680,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774735),(1169681,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774736),(1169682,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774737),(1169683,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774738),(1169684,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774739),(1169685,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774740),(1169686,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774741),(1169687,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774743),(1169688,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774744),(1169689,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774745),(1169690,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774746),(1169691,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774747),(1169692,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774749),(1169693,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774750),(1169694,'guest','failed_login','Users','Session','tech1',0,0,'103.152.254.243',1649774751),(1169695,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774752),(1169696,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774754),(1169697,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774755),(1169698,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774756),(1169699,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774757),(1169700,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774758),(1169701,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774759),(1169702,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774760),(1169703,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774762),(1169704,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774763),(1169705,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774764),(1169706,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774765),(1169707,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774766),(1169708,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774767),(1169709,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774768),(1169710,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774769),(1169711,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774770),(1169712,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774773),(1169713,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774774),(1169714,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774775),(1169715,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774776),(1169716,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774777),(1169717,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774778),(1169718,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774779),(1169719,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774780),(1169720,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774781),(1169721,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774782),(1169722,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774783),(1169723,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774784),(1169724,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774785),(1169725,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774788),(1169726,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774789),(1169727,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774791),(1169728,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774792),(1169729,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774793),(1169730,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774794),(1169731,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774796),(1169732,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774797),(1169733,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774798),(1169734,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774799),(1169735,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774800),(1169736,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774801),(1169737,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774802),(1169738,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774803),(1169739,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774805),(1169740,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774807),(1169741,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774808),(1169742,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774809),(1169743,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774810),(1169744,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774811),(1169745,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774812),(1169746,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774813),(1169747,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774814),(1169748,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774815),(1169749,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774816),(1169750,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774817),(1169751,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774818),(1169752,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774819),(1169753,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774822),(1169754,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774823),(1169755,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774825),(1169756,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774826),(1169757,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774827),(1169758,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774828),(1169759,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774829),(1169760,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774830),(1169761,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774831),(1169762,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774832),(1169763,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774833),(1169764,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774834),(1169765,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774836),(1169766,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774839),(1169767,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774840),(1169768,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774841),(1169769,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774843),(1169770,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774844),(1169771,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774846),(1169772,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774848),(1169773,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774849),(1169774,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774850),(1169775,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774851),(1169776,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774852),(1169777,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774853),(1169778,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774854),(1169779,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774855),(1169780,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774856),(1169781,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774857),(1169782,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774858),(1169783,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774859),(1169784,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774860),(1169785,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774861),(1169786,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774863),(1169787,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774864),(1169788,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774866),(1169789,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774867),(1169790,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774868),(1169791,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774869),(1169792,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774871),(1169793,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774872),(1169794,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774873),(1169795,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774874),(1169796,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774875),(1169797,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774876),(1169798,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774878),(1169799,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774879),(1169800,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774880),(1169801,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774881),(1169802,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774883),(1169803,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774884),(1169804,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774886),(1169805,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774888),(1169806,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774889),(1169807,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774890),(1169808,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774891),(1169809,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774893),(1169810,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774895),(1169811,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774896),(1169812,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774897),(1169813,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774898),(1169814,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774899),(1169815,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774900),(1169816,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774902),(1169817,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774903),(1169818,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774904),(1169819,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774905),(1169820,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774907),(1169821,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774909),(1169822,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774910),(1169823,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774911),(1169824,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774912),(1169825,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774913),(1169826,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774914),(1169827,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774916),(1169828,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774917),(1169829,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774918),(1169830,'guest','failed_login','Users','Session','drmap',0,0,'103.159.224.46',1649774919),(1169831,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774919),(1169832,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774920),(1169833,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774921),(1169834,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774923),(1169835,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774924),(1169836,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774925),(1169837,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774926),(1169838,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774927),(1169839,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774928),(1169840,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774930),(1169841,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774932),(1169842,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774933),(1169843,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774936),(1169844,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774938),(1169845,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774939),(1169846,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774940),(1169847,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774941),(1169848,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774943),(1169849,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774944),(1169850,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774945),(1169851,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774946),(1169852,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774947),(1169853,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774948),(1169854,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774949),(1169855,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774951),(1169856,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774953),(1169857,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774955),(1169858,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774956),(1169859,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774957),(1169860,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774958),(1169861,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774960),(1169862,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774961),(1169863,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774962),(1169864,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774963),(1169865,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774964),(1169866,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774966),(1169867,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774967),(1169868,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774968),(1169869,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774970),(1169870,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774971),(1169871,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774972),(1169872,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774973),(1169873,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774975),(1169874,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774976),(1169875,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774977),(1169876,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774978),(1169877,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774979),(1169878,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774980),(1169879,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774982),(1169880,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774983),(1169881,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774984),(1169882,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774985),(1169883,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774986),(1169884,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774987),(1169885,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774988),(1169886,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774989),(1169887,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774990),(1169888,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774991),(1169889,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774992),(1169890,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774993),(1169891,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774995),(1169892,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774996),(1169893,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774997),(1169894,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774998),(1169895,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649774999),(1169896,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775000),(1169897,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775001),(1169898,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775002),(1169899,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775003),(1169900,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775004),(1169901,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775005),(1169902,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775006),(1169903,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775007),(1169904,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775008),(1169905,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775009),(1169906,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775011),(1169907,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775012),(1169908,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775013),(1169909,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775014),(1169910,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775015),(1169911,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775016),(1169912,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775018),(1169913,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775019),(1169914,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775020),(1169915,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775021),(1169916,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775022),(1169917,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775025),(1169918,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775026),(1169919,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775027),(1169920,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775028),(1169921,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775029),(1169922,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775030),(1169923,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775031),(1169924,'guest','failed_login','Users','Session','tech1',0,0,'45.90.163.251',1649775032),(1169925,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775033),(1169926,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775034),(1169927,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775035),(1169928,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775036),(1169929,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775037),(1169930,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775038),(1169931,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775041),(1169932,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775042),(1169933,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775043),(1169934,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775044),(1169935,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775045),(1169936,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775047),(1169937,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775048),(1169938,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775049),(1169939,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775051),(1169940,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775052),(1169941,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775053),(1169942,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775054),(1169943,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775055),(1169944,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775057),(1169945,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775060),(1169946,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775063),(1169947,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775065),(1169948,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775066),(1169949,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775067),(1169950,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775069),(1169951,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775070),(1169952,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775071),(1169953,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775073),(1169954,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775076),(1169955,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775077),(1169956,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775078),(1169957,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775079),(1169958,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775080),(1169959,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775081),(1169960,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775083),(1169961,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775084),(1169962,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775085),(1169963,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775086),(1169964,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775088),(1169965,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775089),(1169966,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775090),(1169967,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775091),(1169968,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775092),(1169969,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775093),(1169970,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775095),(1169971,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775096),(1169972,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775097),(1169973,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775098),(1169974,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775099),(1169975,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775101),(1169976,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775102),(1169977,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775104),(1169978,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775106),(1169979,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775108),(1169980,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775114),(1169981,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775116),(1169982,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775118),(1169983,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775120),(1169984,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775122),(1169985,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775124),(1169986,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775127),(1169987,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775128),(1169988,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775129),(1169989,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775130),(1169990,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775131),(1169991,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775132),(1169992,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775134),(1169993,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775135),(1169994,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775136),(1169995,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775137),(1169996,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775139),(1169997,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775140),(1169998,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775141),(1169999,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775142),(1170000,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775144),(1170001,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775145),(1170002,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775146),(1170003,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775147),(1170004,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775148),(1170005,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775149),(1170006,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775151),(1170007,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775152),(1170008,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775153),(1170009,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775154),(1170010,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775155),(1170011,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775156),(1170012,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775157),(1170013,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775158),(1170014,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775159),(1170015,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775160),(1170016,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775161),(1170017,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775162),(1170018,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775163),(1170019,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775164),(1170020,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775165),(1170021,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775167),(1170022,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775168),(1170023,'guest','failed_login','Users','Session','1',0,0,'150.158.99.217',1649775169),(1170024,'guest','failed_login','Users','Session','tech1',0,0,'47.93.61.192',1649775348),(1170025,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1649775525),(1170026,'guest','failed_login','Users','Session','tech1',0,0,'176.98.40.88',1649775637),(1170027,'guest','failed_login','Users','Session','tech1',0,0,'213.149.103.132',1649775926),(1170028,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1649776138),(1170029,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.59',1649776194),(1170030,'guest','failed_login','Users','Session','dmytro',0,0,'74.91.17.83',1649776240),(1170031,'guest','failed_login','Users','Session','tech1',0,0,'164.68.97.208',1649776252),(1170032,'guest','failed_login','Users','Session','tech1',0,0,'62.233.120.26',1649776518),(1170033,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649776738),(1170034,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1649776860),(1170035,'guest','failed_login','Users','Session','tech1',0,0,'103.144.149.63',1649776961),(1170036,'guest','failed_login','Users','Session','tech1',0,0,'103.144.149.63',1649776962),(1170037,'guest','failed_login','Users','Session','tech1',0,0,'103.122.244.192',1649777105),(1170038,'guest','failed_login','Users','Session','drmap',0,0,'185.243.214.28',1649777361),(1170039,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1649777411),(1170040,'guest','failed_login','Users','Session','tech1',0,0,'82.156.109.203',1649777478),(1170041,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.44',1649777703),(1170042,'guest','failed_login','Users','Session','tech1',0,0,'185.201.47.14',1649777731),(1170043,'guest','failed_login','Users','Session','drmap',0,0,'195.242.103.103',1649777975),(1170044,'guest','failed_login','Users','Session','tech1',0,0,'162.144.87.29',1649778089),(1170045,'guest','failed_login','Users','Session','tech1',0,0,'192.81.214.168',1649778326),(1170046,'guest','failed_login','Users','Session','tech1',0,0,'45.5.194.138',1649778562),(1170047,'guest','failed_login','Users','Session','drmap',0,0,'69.163.196.200',1649778589),(1170048,'guest','failed_login','Users','Session','tech1',0,0,'159.65.146.8',1649778703),(1170049,'guest','failed_login','Users','Session','tech1',0,0,'192.163.197.220',1649778905),(1170050,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.70',1649779096),(1170051,'guest','failed_login','Users','Session','drmap',0,0,'188.166.94.198',1649779208),(1170052,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.20',1649779246),(1170053,'guest','failed_login','Users','Session','tech1',0,0,'13.126.52.120',1649779323),(1170054,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.58',1649779534),(1170055,'guest','failed_login','Users','Session','drmap',0,0,'91.149.192.90',1649779826),(1170056,'guest','failed_login','Users','Session','tech1',0,0,'167.172.151.91',1649779940),(1170057,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649779970),(1170058,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.20',1649780038),(1170059,'guest','failed_login','Users','Session','tech1',0,0,'77.77.150.95',1649780123),(1170060,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.28',1649780428),(1170061,'guest','failed_login','Users','Session','drmap',0,0,'5.253.181.177',1649780446),(1170062,'guest','failed_login','Users','Session','tech1',0,0,'69.163.186.158',1649780560),(1170063,'guest','failed_login','Users','Session','tech1',0,0,'87.118.118.89',1649780732),(1170064,'guest','failed_login','Users','Session','drmap',0,0,'106.53.136.24',1649781072),(1170065,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.157',1649781129),(1170066,'guest','failed_login','Users','Session','tech1',0,0,'137.74.194.43',1649781180),(1170067,'guest','failed_login','Users','Session','tech1',0,0,'162.214.145.74',1649781324),(1170068,'guest','failed_login','Users','Session','drmap',0,0,'67.205.43.116',1649781686),(1170069,'guest','failed_login','Users','Session','tech1',0,0,'103.39.134.190',1649781801),(1170070,'guest','failed_login','Users','Session','tech1',0,0,'109.233.192.83',1649781951),(1170071,'guest','failed_login','Users','Session','drmap',0,0,'69.39.239.34',1649782304),(1170072,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.22',1649782348),(1170073,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1649782417),(1170074,'guest','failed_login','Users','Session','tech1',0,0,'103.146.202.150',1649782508),(1170075,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:1:d0::a9:b001',1649782920),(1170076,'guest','failed_login','Users','Session','tech1',0,0,'89.248.168.47',1649782998),(1170077,'guest','failed_login','Users','Session','tech1',0,0,'88.87.206.123',1649783034),(1170078,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.58',1649783368),(1170079,'guest','failed_login','Users','Session','tech1',0,0,'198.20.170.59',1649783383),(1170080,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f9:c010:82e3::1',1649783539),(1170081,'guest','failed_login','Users','Session','tech1',0,0,'176.98.40.88',1649783652),(1170082,'guest','failed_login','Users','Session','tech1',0,0,'182.111.120.85',1649783706),(1170083,'guest','failed_login','Users','Session','tech1',0,0,'103.152.254.243',1649783740),(1170084,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.231',1649784063),(1170085,'guest','failed_login','Users','Session','drmap',0,0,'34.121.23.185',1649784151),(1170086,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.77',1649784264),(1170087,'guest','failed_login','Users','Session','tech1',0,0,'185.70.11.21',1649784358),(1170088,'guest','failed_login','Users','Session','tech1',0,0,'185.56.11.123',1649784637),(1170089,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649784873),(1170090,'guest','failed_login','Users','Session','tech1',0,0,'2400:8901::f03c:93ff:fe84:15a4',1649784874),(1170091,'guest','failed_login','Users','Session','tech1',0,0,'138.128.173.10',1649784891),(1170092,'guest','failed_login','Users','Session','tech1',0,0,'8.29.155.200',1649785119),(1170093,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.69',1649785266),(1170094,'guest','failed_login','Users','Session','drmap',0,0,'103.39.134.190',1649785371),(1170095,'guest','failed_login','Users','Session','tech1',0,0,'133.167.92.28',1649785398),(1170096,'guest','failed_login','Users','Session','tech1',0,0,'77.240.13.186',1649785482),(1170097,'guest','failed_login','Users','Session','tech1',0,0,'199.188.205.87',1649785581),(1170098,'guest','failed_login','Users','Session','dmytro',0,0,'74.91.17.83',1649785797),(1170099,'guest','failed_login','Users','Session','tech1',0,0,'69.167.171.138',1649785813),(1170100,'guest','failed_login','Users','Session','drmap',0,0,'69.163.196.200',1649785981),(1170101,'guest','failed_login','Users','Session','tech1',0,0,'47.106.231.210',1649786018),(1170102,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.31',1649786094),(1170103,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:161:1d2::2',1649786240),(1170104,'guest','failed_login','Users','Session','tech1',0,0,'128.199.166.77',1649786421),(1170105,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649786561),(1170106,'guest','failed_login','Users','Session','drmap',0,0,'207.148.66.152',1649786589),(1170107,'guest','failed_login','Users','Session','tech1',0,0,'103.11.188.106',1649786625),(1170108,'guest','failed_login','Users','Session','tech1',0,0,'209.97.151.249',1649786702),(1170109,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.58',1649786799),(1170110,'guest','failed_login','Users','Session','tech1',0,0,'68.65.122.143',1649786831),(1170111,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.20',1649786864),(1170112,'guest','failed_login','Users','Session','tech1',0,0,'217.116.197.45',1649787059),(1170113,'guest','failed_login','Users','Session','drmap',0,0,'95.217.3.203',1649787203),(1170114,'guest','failed_login','Users','Session','tech1',0,0,'68.65.121.212',1649787243),(1170115,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:4:1d0::b9:8000',1649787317),(1170116,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::53b:1',1649787444),(1170117,'guest','failed_login','Users','Session','tech1',0,0,'185.50.25.56',1649787655),(1170118,'guest','failed_login','Users','Session','drmap',0,0,'139.59.118.238',1649787813),(1170119,'guest','failed_login','Users','Session','tech1',0,0,'103.152.254.243',1649787855),(1170120,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.71',1649787926),(1170121,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7c8:aaaa:15b::1',1649788080),(1170122,'guest','failed_login','Users','Session','tech1',0,0,'162.213.253.61',1649788243),(1170123,'guest','failed_login','Users','Session','drmap',0,0,'72.167.222.172',1649788257),(1170124,'guest','failed_login','Users','Session','tech1',0,0,'128.199.62.78',1649788374),(1170125,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::4c3c:e001',1649788461),(1170126,'guest','failed_login','Users','Session','tech1',0,0,'167.71.206.107',1649788669),(1170127,'guest','failed_login','Users','Session','drmap',0,0,'194.233.80.204',1649788872),(1170128,'guest','failed_login','Users','Session','tech1',0,0,'211.149.219.47',1649788986),(1170129,'guest','failed_login','Users','Session','tech1',0,0,'176.56.239.171',1649789110),(1170130,'guest','failed_login','Users','Session','tech1',0,0,'2600:3c04::f03c:92ff:fe2f:c1c4',1649789304),(1170131,'guest','failed_login','Users','Session','drmap',0,0,'159.223.170.181',1649789488),(1170132,'guest','failed_login','Users','Session','tech1',0,0,'92.204.219.117',1649789507),(1170133,'guest','failed_login','Users','Session','tech1',0,0,'211.149.219.47',1649789605),(1170134,'guest','failed_login','Users','Session','tech1',0,0,'45.77.89.78',1649789727),(1170135,'guest','failed_login','Users','Session','tech1',0,0,'103.51.103.2',1649790006),(1170136,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:3:e0::150:5001',1649790108),(1170137,'guest','failed_login','Users','Session','tech1',0,0,'210.122.36.218',1649790222),(1170138,'guest','failed_login','Users','Session','tech1',0,0,'176.31.116.73',1649790330),(1170139,'guest','failed_login','Users','Session','admin',0,0,'69.197.155.227',1649790643),(1170140,'guest','failed_login','Users','Session','tech1',0,0,'135.148.138.180',1649790647),(1170141,'guest','failed_login','Users','Session','drmap',0,0,'51.107.184.18',1649790746),(1170142,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1867:2001',1649790852),(1170143,'guest','failed_login','Users','Session','tech1',0,0,'143.198.173.67',1649790951),(1170144,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.58',1649791052),(1170145,'guest','failed_login','Users','Session','tech1',0,0,'162.144.41.156',1649791277),(1170146,'guest','failed_login','Users','Session','drmap',0,0,'39.108.148.88',1649791361),(1170147,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1649791476),(1170148,'guest','failed_login','Users','Session','tech1',0,0,'148.72.203.102',1649791607),(1170149,'guest','failed_login','Users','Session','tech1',0,0,'162.214.145.74',1649791942),(1170150,'guest','failed_login','Users','Session','drmap',0,0,'207.148.66.152',1649791985),(1170151,'guest','failed_login','Users','Session','tech1',0,0,'188.127.231.190',1649792101),(1170152,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:c:b1a::',1649792301),(1170153,'guest','failed_login','Users','Session','drmap',0,0,'51.178.93.87',1649792608),(1170154,'guest','failed_login','Users','Session','tech1',0,0,'2a0b:7280:200:0:1c00:daff:fe00:1863',1649792617),(1170155,'guest','failed_login','Users','Session','tech1',0,0,'68.183.139.84',1649792724),(1170156,'guest','failed_login','Users','Session','tech1',0,0,'167.99.75.244',1649792965),(1170157,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649793053),(1170158,'guest','failed_login','Users','Session','test',0,0,'69.197.155.227',1649793077),(1170159,'guest','failed_login','Users','Session','drmap',0,0,'209.97.151.249',1649793227),(1170160,'guest','failed_login','Users','Session','tech1',0,0,'64.227.12.160',1649793317),(1170161,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:115b::e12:8f0d',1649793340),(1170162,'guest','failed_login','Users','Session','tech1',0,0,'120.79.8.125',1649793522),(1170163,'guest','failed_login','Users','Session','tech1',0,0,'66.115.173.18',1649793720),(1170164,'guest','failed_login','Users','Session','drmap',0,0,'139.59.96.76',1649793846),(1170165,'guest','failed_login','Users','Session','tech1',0,0,'47.91.87.213',1649793931),(1170166,'guest','failed_login','Users','Session','tech1',0,0,'103.142.25.17',1649793959),(1170167,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.91',1649793987),(1170168,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.20',1649793999),(1170169,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.70',1649794099),(1170170,'guest','failed_login','Users','Session','tech1',0,0,'162.0.232.111',1649794126),(1170171,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.202.91',1649794216),(1170172,'guest','failed_login','Users','Session','tech1',0,0,'35.211.94.153',1649794334),(1170173,'guest','failed_login','Users','Session','drmap',0,0,'47.98.207.210',1649794471),(1170174,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.70',1649794477),(1170175,'guest','failed_login','Users','Session','tech1',0,0,'132.148.178.206',1649794540),(1170176,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.69',1649794562),(1170177,'guest','failed_login','Users','Session','tech1',0,0,'43.241.70.75',1649794583),(1170178,'guest','failed_login','Users','Session','tech1',0,0,'159.253.25.213',1649794762),(1170179,'guest','failed_login','Users','Session','tech1',0,0,'31.177.95.110',1649795017),(1170180,'guest','failed_login','Users','Session','drmap',0,0,'157.245.106.187',1649795092),(1170181,'guest','failed_login','Users','Session','tech1',0,0,'51.83.66.220',1649795170),(1170182,'guest','failed_login','Users','Session','tech1',0,0,'217.160.75.121',1649795209),(1170183,'guest','failed_login','Users','Session','tech1',0,0,'107.152.234.218',1649795352),(1170184,'guest','failed_login','Users','Session','tech1',0,0,'149.62.171.31',1649795562),(1170185,'guest','failed_login','Users','Session','drmap',0,0,'2a01:7c8:d007:31a:5054:ff:fef3:4470',1649795717),(1170186,'guest','failed_login','Users','Session','test',0,0,'173.208.206.26',1649795737),(1170187,'guest','failed_login','Users','Session','tech1',0,0,'2a01:430:45::94',1649795767),(1170188,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:1c1c:351::1',1649795837),(1170189,'guest','failed_login','Users','Session','tech1',0,0,'107.152.234.218',1649795957),(1170190,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.26',1649795986),(1170191,'guest','failed_login','Users','Session','tech1',0,0,'104.131.108.143',1649796179),(1170192,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.202.91',1649796207),(1170193,'guest','failed_login','Users','Session','drmap',0,0,'37.139.13.163',1649796367),(1170194,'guest','failed_login','Users','Session','tech1',0,0,'45.162.168.221',1649796395),(1170195,'guest','failed_login','Users','Session','tech1',0,0,'2001:b011:8009:8fe:211:32ff:fed2:5d36',1649796489),(1170196,'guest','failed_login','Users','Session','tech1',0,0,'8.210.144.239',1649796689),(1170197,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.28',1649796851),(1170198,'guest','failed_login','Users','Session','tech1',0,0,'89.248.168.47',1649796908),(1170199,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.230.60',1649796982),(1170200,'guest','failed_login','Users','Session','drmap',0,0,'103.212.43.29',1649797014),(1170201,'guest','failed_login','Users','Session','tech1',0,0,'189.125.37.42',1649797096),(1170202,'guest','failed_login','Users','Session','tech1',0,0,'208.113.180.18',1649797133),(1170203,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4a10',1649797323),(1170204,'guest','failed_login','Users','Session','tech1',0,0,'162.0.209.35',1649797504),(1170205,'guest','failed_login','Users','Session','drmap',0,0,'35.195.252.29',1649797662),(1170206,'guest','failed_login','Users','Session','tech1',0,0,'151.106.35.235',1649797730),(1170207,'guest','failed_login','Users','Session','tech1',0,0,'184.168.125.72',1649797783),(1170208,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.28',1649797794),(1170209,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.188',1649797922),(1170210,'guest','failed_login','Users','Session','tech1',0,0,'82.79.58.176',1649798129),(1170211,'guest','failed_login','Users','Session','tech1',0,0,'107.181.185.226',1649798314),(1170212,'guest','failed_login','Users','Session','drmap',0,0,'37.143.8.76',1649798318),(1170213,'guest','failed_login','Users','Session','tech1',0,0,'173.212.235.115',1649798439),(1170214,'guest','failed_login','Users','Session','tech1',0,0,'176.31.116.73',1649798533),(1170215,'guest','failed_login','Users','Session','tech1',0,0,'66.29.132.17',1649798718),(1170216,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.87',1649798942),(1170217,'guest','failed_login','Users','Session','drmap',0,0,'181.174.125.214',1649798969),(1170218,'guest','failed_login','Users','Session','tech1',0,0,'211.149.219.47',1649799088),(1170219,'guest','failed_login','Users','Session','tech1',0,0,'109.234.161.67',1649799144),(1170220,'guest','failed_login','Users','Session','tech1',0,0,'137.184.22.7',1649799328),(1170221,'guest','failed_login','Users','Session','tech1',0,0,'217.160.131.45',1649799527),(1170222,'guest','failed_login','Users','Session','drmap',0,0,'8.131.62.110',1649799627),(1170223,'guest','failed_login','Users','Session','tech1',0,0,'107.181.185.226',1649799723),(1170224,'guest','failed_login','Users','Session','tech1',0,0,'64.227.184.66',1649799745),(1170225,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649799773),(1170226,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.59',1649800088),(1170227,'guest','failed_login','Users','Session','tech1',0,0,'138.197.195.94',1649800127),(1170228,'guest','failed_login','Users','Session','drmap',0,0,'103.166.183.192',1649800280),(1170229,'guest','failed_login','Users','Session','tech1',0,0,'103.122.244.192',1649800330),(1170230,'guest','failed_login','Users','Session','tech1',0,0,'177.153.50.81',1649800400),(1170231,'guest','failed_login','Users','Session','tech1',0,0,'185.56.11.123',1649800551),(1170232,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.87',1649800751),(1170233,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.20',1649800873),(1170234,'guest','failed_login','Users','Session','drmap',0,0,'162.144.63.211',1649800935),(1170235,'guest','failed_login','Users','Session','tech1',0,0,'93.104.213.124',1649800954),(1170236,'guest','failed_login','Users','Session','tech1',0,0,'8.130.55.145',1649801056),(1170237,'guest','failed_login','Users','Session','tech1',0,0,'216.158.230.167',1649801157),(1170238,'guest','failed_login','Users','Session','tech1',0,0,'82.196.10.165',1649801356),(1170239,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1649801457),(1170240,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649801462),(1170241,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::53b:1',1649801539),(1170242,'guest','failed_login','Users','Session','drmap',0,0,'23.99.229.218',1649801590),(1170243,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a016::22c:2e30',1649801710),(1170244,'guest','failed_login','Users','Session','tech1',0,0,'51.38.239.56',1649801759),(1170245,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.60',1649801887),(1170246,'guest','failed_login','Users','Session','tech1',0,0,'217.116.197.45',1649801953),(1170247,'guest','failed_login','Users','Session','tech1',0,0,'2a01:8740:ffff:fffb:0:4eff:fe8e:3f3b',1649802159),(1170248,'guest','failed_login','Users','Session','drmap',0,0,'2400:8500:1801:415:118:27:30:151',1649802248),(1170249,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.14',1649802371),(1170250,'guest','failed_login','Users','Session','tech1',0,0,'213.136.75.242',1649802374),(1170251,'guest','failed_login','Users','Session','tech1',0,0,'2603:300b:640:3000::5622',1649802554),(1170252,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.44',1649802751),(1170253,'guest','failed_login','Users','Session','drmap',0,0,'188.127.231.190',1649802906),(1170254,'guest','failed_login','Users','Session','tech1',0,0,'103.1.239.107',1649802958),(1170255,'guest','failed_login','Users','Session','tech1',0,0,'47.100.208.57',1649803030),(1170256,'guest','failed_login','Users','Session','tech1',0,0,'89.39.208.250',1649803174),(1170257,'guest','failed_login','Users','Session','tech1',0,0,'143.198.52.40',1649803356),(1170258,'guest','failed_login','Users','Session','tech1',0,0,'103.42.58.102',1649803558),(1170259,'guest','failed_login','Users','Session','drmap',0,0,'143.244.140.199',1649803561),(1170260,'guest','failed_login','Users','Session','tech1',0,0,'137.184.117.52',1649803682),(1170261,'guest','failed_login','Users','Session','tech1',0,0,'60.43.240.175',1649803771),(1170262,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2019:9917::1',1649803978),(1170263,'guest','failed_login','Users','Session','test',0,0,'69.30.229.70',1649804175),(1170264,'guest','failed_login','Users','Session','drmap',0,0,'145.239.30.120',1649804214),(1170265,'guest','failed_login','Users','Session','tech1',0,0,'159.203.120.246',1649804335),(1170266,'guest','failed_login','Users','Session','tech1',0,0,'8.131.62.110',1649804363),(1170267,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.91',1649804517),(1170268,'guest','failed_login','Users','Session','tech1',0,0,'47.108.179.31',1649804594),(1170269,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.206.26',1649804761),(1170270,'guest','failed_login','Users','Session','tech1',0,0,'2001:19f0:5001:44f:5400:3ff:fe66:380d',1649804784),(1170271,'guest','failed_login','Users','Session','drmap',0,0,'188.166.212.133',1649804872),(1170272,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.91',1649804948),(1170273,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::4fd:2001',1649804967),(1170274,'guest','failed_login','Users','Session','tech1',0,0,'109.74.196.231',1649804989),(1170275,'guest','failed_login','Users','Session','tech1',0,0,'51.79.241.19',1649805177),(1170276,'guest','failed_login','Users','Session','tech1',0,0,'218.38.137.175',1649805370),(1170277,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1649805527),(1170278,'guest','failed_login','Users','Session','tech1',0,0,'103.104.73.82',1649805614),(1170279,'guest','failed_login','Users','Session','tech1',0,0,'107.150.124.98',1649805649),(1170280,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1649805742),(1170281,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a077::3e6:8c3e',1649805778),(1170282,'guest','failed_login','Users','Session','tech1',0,0,'143.110.208.83',1649805988),(1170283,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.8',1649806193),(1170284,'guest','failed_login','Users','Session','tech1',0,0,'157.245.106.187',1649806303),(1170285,'guest','failed_login','Users','Session','tech1',0,0,'171.244.17.110',1649806373),(1170286,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649806539),(1170287,'guest','failed_login','Users','Session','tech1',0,0,'47.114.32.24',1649806576),(1170288,'guest','failed_login','Users','Session','tech1',0,0,'217.116.197.45',1649806790),(1170289,'guest','failed_login','Users','Session','tech1',0,0,'157.119.188.31',1649806964),(1170290,'guest','failed_login','Users','Session','tech1',0,0,'8.210.144.239',1649806980),(1170291,'guest','failed_login','Users','Session','tech1',0,0,'95.111.250.205',1649807199),(1170292,'guest','failed_login','Users','Session','tech1',0,0,'176.31.116.73',1649807407),(1170293,'guest','failed_login','Users','Session','drmap',0,0,'198.46.160.118',1649807499),(1170294,'guest','failed_login','Users','Session','tech1',0,0,'103.159.53.102',1649807611),(1170295,'guest','failed_login','Users','Session','tech1',0,0,'185.131.50.99',1649807813),(1170296,'guest','failed_login','Users','Session','tech1',0,0,'167.99.75.244',1649808001),(1170297,'guest','failed_login','Users','Session','tech1',0,0,'5.160.200.204',1649808228),(1170298,'guest','failed_login','Users','Session','tech1',0,0,'103.157.97.146',1649808279),(1170299,'guest','failed_login','Users','Session','tech1',0,0,'142.93.113.173',1649808636),(1170300,'guest','failed_login','Users','Session','drmap',0,0,'167.71.234.124',1649808822),(1170301,'guest','failed_login','Users','Session','tech1',0,0,'162.214.186.253',1649808841),(1170302,'guest','failed_login','Users','Session','tech1',0,0,'104.248.144.242',1649808944),(1170303,'guest','failed_login','Users','Session','tech1',0,0,'114.132.43.164',1649809040),(1170304,'guest','failed_login','Users','Session','tech1',0,0,'116.12.48.101',1649809260),(1170305,'guest','failed_login','Users','Session','tech1',0,0,'142.93.113.173',1649809466),(1170306,'guest','failed_login','Users','Session','tech1',0,0,'216.139.241.148',1649809607),(1170307,'guest','failed_login','Users','Session','tech1',0,0,'194.233.75.42',1649809666),(1170308,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649809758),(1170309,'guest','failed_login','Users','Session','tech1',0,0,'142.93.113.173',1649809885),(1170310,'guest','failed_login','Users','Session','tech1',0,0,'45.125.239.234',1649810080),(1170311,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1649810148),(1170312,'guest','failed_login','Users','Session','tech1',0,0,'185.200.243.16',1649810270),(1170313,'guest','failed_login','Users','Session','tech1',0,0,'185.126.219.43',1649810309),(1170314,'guest','failed_login','Users','Session','tech1',0,0,'39.108.134.146',1649810504),(1170315,'guest','failed_login','Users','Session','tech1',0,0,'82.196.10.165',1649810735),(1170316,'guest','failed_login','Users','Session','drmap',0,0,'46.101.159.72',1649810813),(1170317,'guest','failed_login','Users','Session','tech1',0,0,'157.245.62.6',1649810935),(1170318,'guest','failed_login','Users','Session','tech1',0,0,'64.225.43.102',1649811157),(1170319,'guest','failed_login','Users','Session','tech1',0,0,'103.159.84.77',1649811375),(1170320,'guest','failed_login','Users','Session','tech1',0,0,'185.56.11.123',1649811587),(1170321,'guest','failed_login','Users','Session','tech1',0,0,'194.233.67.249',1649811597),(1170322,'guest','failed_login','Users','Session','tech1',0,0,'34.176.50.114',1649811784),(1170323,'guest','failed_login','Users','Session','tech1',0,0,'95.111.250.205',1649812018),(1170324,'guest','failed_login','Users','Session','drmap',0,0,'103.159.224.46',1649812137),(1170325,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::94e:3001',1649812209),(1170326,'guest','failed_login','Users','Session','tech1',0,0,'139.59.75.162',1649812259),(1170327,'guest','failed_login','Users','Session','tech1',0,0,'87.236.20.88',1649812448),(1170328,'guest','failed_login','Users','Session','dmytro',0,0,'74.91.17.83',1649812548),(1170329,'guest','failed_login','Users','Session','tech1',0,0,'193.164.4.118',1649812658),(1170330,'guest','failed_login','Users','Session','drmap',0,0,'188.166.226.196',1649812798),(1170331,'guest','failed_login','Users','Session','tech1',0,0,'184.95.38.138',1649812852),(1170332,'guest','failed_login','Users','Session','tech1',0,0,'62.178.170.93',1649812921),(1170333,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.8',1649813089),(1170334,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649813284),(1170335,'guest','failed_login','Users','Session','tech1',0,0,'159.75.71.179',1649813286),(1170336,'guest','failed_login','Users','Session','drmap',0,0,'188.166.212.133',1649813469),(1170337,'guest','failed_login','Users','Session','tech1',0,0,'138.128.173.10',1649813514),(1170338,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.187',1649813673),(1170339,'guest','failed_login','Users','Session','tech1',0,0,'121.40.238.50',1649813881),(1170340,'guest','failed_login','Users','Session','admin',0,0,'47.93.61.192',1649814105),(1170341,'guest','failed_login','Users','Session','drmap',0,0,'109.168.97.89',1649814124),(1170342,'guest','failed_login','Users','Session','tech1',0,0,'128.199.197.163',1649814246),(1170343,'guest','failed_login','Users','Session','admin',0,0,'103.211.218.142',1649814343),(1170344,'guest','failed_login','Users','Session','admin',0,0,'2804:b44:1000::20',1649814545),(1170345,'guest','failed_login','Users','Session','admin',0,0,'184.168.100.205',1649814763),(1170346,'guest','failed_login','Users','Session','drmap',0,0,'72.167.222.172',1649814785),(1170347,'guest','failed_login','Users','Session','tech1',0,0,'64.141.87.4',1649814908),(1170348,'guest','failed_login','Users','Session','admin',0,0,'45.135.165.167',1649815003),(1170349,'guest','failed_login','Users','Session','admin',0,0,'194.233.75.42',1649815212),(1170350,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.228',1649815251),(1170351,'guest','failed_login','Users','Session','admin',0,0,'162.214.145.74',1649815425),(1170352,'guest','failed_login','Users','Session','drmap',0,0,'51.75.15.189',1649815454),(1170353,'guest','failed_login','Users','Session','tech1',0,0,'157.245.41.127',1649815581),(1170354,'guest','failed_login','Users','Session','admin',0,0,'46.101.95.65',1649815669),(1170355,'guest','failed_login','Users','Session','admin',0,0,'5.101.156.56',1649815901),(1170356,'guest','failed_login','Users','Session','admin',0,0,'217.116.197.45',1649816127),(1170357,'guest','failed_login','Users','Session','drmap',0,0,'2804:5034:2::2dff:feef:289f',1649816128),(1170358,'guest','failed_login','Users','Session','admin',0,0,'208.110.66.140',1649816159),(1170359,'guest','failed_login','Users','Session','tech1',0,0,'136.243.124.150',1649816253),(1170360,'guest','failed_login','Users','Session','admin',0,0,'47.104.70.199',1649816342),(1170361,'guest','failed_login','Users','Session','admin',0,0,'94.26.245.40',1649816587),(1170362,'guest','failed_login','Users','Session','admin',0,0,'5.101.157.135',1649816822),(1170363,'guest','failed_login','Users','Session','tech1',0,0,'103.212.43.29',1649816929),(1170364,'guest','failed_login','Users','Session','admin',0,0,'173.212.214.140',1649817048),(1170365,'guest','failed_login','Users','Session','admin',0,0,'49.234.226.197',1649817273),(1170366,'guest','failed_login','Users','Session','drmap',0,0,'137.74.194.43',1649817475),(1170367,'guest','failed_login','Users','Session','admin',0,0,'137.184.22.7',1649817500),(1170368,'guest','failed_login','Users','Session','tech1',0,0,'178.128.5.109',1649817600),(1170369,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1649817627),(1170370,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.83',1649817628),(1170371,'guest','failed_login','Users','Session','dmytro',0,0,'208.110.66.140',1649817687),(1170372,'guest','failed_login','Users','Session','admin',0,0,'2a03:b0c0:2:f0::57:b001',1649817758),(1170373,'guest','failed_login','Users','Session','admin',0,0,'87.236.20.180',1649817996),(1170374,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649817999),(1170375,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:1:e0::28d:9001',1649818154),(1170376,'guest','failed_login','Users','Session','admin',0,0,'62.171.136.23',1649818227),(1170377,'guest','failed_login','Users','Session','tech1',0,0,'198.46.160.118',1649818276),(1170378,'guest','failed_login','Users','Session','admin',0,0,'5.101.157.235',1649818464),(1170379,'guest','failed_login','Users','Session','admin',0,0,'180.92.196.23',1649818682),(1170380,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1649818825),(1170381,'guest','failed_login','Users','Session','admin',0,0,'47.91.87.213',1649818933),(1170382,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::3dff',1649818950),(1170383,'guest','failed_login','Users','Session','admin',0,0,'34.176.50.114',1649819154),(1170384,'guest','failed_login','Users','Session','admin',0,0,'5.101.157.102',1649819409),(1170385,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:1:d0::a9:b001',1649819631),(1170386,'guest','failed_login','Users','Session','admin',0,0,'144.91.75.9',1649819643),(1170387,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.21',1649819714),(1170388,'guest','failed_login','Users','Session','admin',0,0,'2600:3c04::f03c:92ff:fe2f:c1c4',1649819893),(1170389,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.240.30',1649819919),(1170390,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649819994),(1170391,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.45',1649820017),(1170392,'guest','failed_login','Users','Session','admin',0,0,'34.73.162.22',1649820134),(1170393,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1649820149),(1170394,'guest','failed_login','Users','Session','drmap',0,0,'8.210.146.161',1649820181),(1170395,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1649820301),(1170396,'guest','failed_login','Users','Session','tech1',0,0,'93.86.255.38',1649820308),(1170397,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.45',1649820327),(1170398,'guest','failed_login','Users','Session','admin',0,0,'37.228.136.74',1649820382),(1170399,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.70',1649820423),(1170400,'guest','failed_login','Users','Session','admin',0,0,'217.160.131.45',1649820596),(1170401,'guest','failed_login','Users','Session','drmap',0,0,'159.89.199.237',1649820856),(1170402,'guest','failed_login','Users','Session','admin',0,0,'87.236.20.88',1649820866),(1170403,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.21',1649820895),(1170404,'guest','failed_login','Users','Session','tech1',0,0,'132.148.165.154',1649820981),(1170405,'guest','failed_login','Users','Session','admin',0,0,'2a02:c207:2019:9917::1',1649821105),(1170406,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.140',1649821167),(1170407,'guest','failed_login','Users','Session','admin',0,0,'95.167.178.158',1649821356),(1170408,'guest','failed_login','Users','Session','drmap',0,0,'187.84.233.39',1649821532),(1170409,'guest','failed_login','Users','Session','admin',0,0,'188.166.224.74',1649821578),(1170410,'guest','failed_login','Users','Session','admin',0,0,'109.206.252.198',1649821849),(1170411,'guest','failed_login','Users','Session','admin',0,0,'144.217.170.27',1649822090),(1170412,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1649822207),(1170413,'guest','failed_login','Users','Session','tech1',0,0,'69.163.196.200',1649822332),(1170414,'guest','failed_login','Users','Session','admin',0,0,'185.126.219.43',1649822347),(1170415,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.61',1649822517),(1170416,'guest','failed_login','Users','Session','admin',0,0,'45.125.239.234',1649822566),(1170417,'guest','failed_login','Users','Session','admin',0,0,'2604:2dc0:200:1378::',1649822832),(1170418,'guest','failed_login','Users','Session','drmap',0,0,'23.94.120.151',1649822975),(1170419,'guest','failed_login','Users','Session','tech1',0,0,'46.101.159.72',1649823051),(1170420,'guest','failed_login','Users','Session','admin',0,0,'103.159.84.77',1649823082),(1170421,'guest','failed_login','Users','Session','admin',0,0,'109.234.161.67',1649823342),(1170422,'guest','failed_login','Users','Session','drmap',0,0,'173.212.235.115',1649823576),(1170423,'guest','failed_login','Users','Session','admin',0,0,'2a0f:e80:0:1::916d:9d09',1649823592),(1170424,'guest','failed_login','Users','Session','tech1',0,0,'162.241.71.202',1649823653),(1170425,'guest','failed_login','Users','Session','drmap',0,0,'103.130.218.178',1649824176),(1170426,'guest','failed_login','Users','Session','tech1',0,0,'35.224.250.64',1649824254),(1170427,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f9:c010:82e3::1',1649824786),(1170428,'guest','failed_login','Users','Session','tech1',0,0,'137.74.194.43',1649824858),(1170429,'guest','failed_login','Users','Session','tech1',0,0,'173.212.201.226',1649825462),(1170430,'guest','failed_login','Users','Session','drmap',0,0,'103.130.218.178',1649825977),(1170431,'guest','failed_login','Users','Session','tech1',0,0,'69.39.239.34',1649826055),(1170432,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649826297),(1170433,'guest','failed_login','Users','Session','drmap',0,0,'103.28.37.180',1649826572),(1170434,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649826643),(1170435,'guest','failed_login','Users','Session','tech1',0,0,'2a00:1128:1:1::147:43',1649826647),(1170436,'guest','failed_login','Users','Session','drmap',0,0,'188.166.250.149',1649827166),(1170437,'guest','failed_login','Users','Session','tech1',0,0,'128.199.62.78',1649827247),(1170438,'guest','failed_login','Users','Session','drmap',0,0,'208.113.180.18',1649827758),(1170439,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.27',1649827775),(1170440,'guest','failed_login','Users','Session','tech1',0,0,'46.101.159.72',1649827835),(1170441,'guest','failed_login','Users','Session','drmap',0,0,'210.122.36.218',1649828351),(1170442,'guest','failed_login','Users','Session','tech1',0,0,'148.72.214.194',1649828427),(1170443,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.27',1649828816),(1170444,'guest','failed_login','Users','Session','drmap',0,0,'185.2.4.44',1649828937),(1170445,'guest','failed_login','Users','Session','tech1',0,0,'157.245.250.226',1649829011),(1170446,'guest','failed_login','Users','Session','drmap',0,0,'95.128.43.176',1649829521),(1170447,'guest','failed_login','Users','Session','tech1',0,0,'193.151.131.151',1649829597),(1170448,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:1:e0::28d:9001',1649830107),(1170449,'guest','failed_login','Users','Session','tech1',0,0,'103.106.78.178',1649830181),(1170450,'guest','failed_login','Users','Session','admin',0,0,'107.150.36.74',1649830201),(1170451,'guest','failed_login','Users','Session','drmap',0,0,'162.241.71.202',1649830687),(1170452,'guest','failed_login','Users','Session','tech1',0,0,'177.153.50.81',1649830762),(1170453,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1649831268),(1170454,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::87b:3001',1649831342),(1170455,'guest','failed_login','Users','Session','drmap',0,0,'72.167.222.172',1649831850),(1170456,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:162:6188::2',1649831924),(1170457,'guest','failed_login','Users','Session','drmap',0,0,'35.203.66.166',1649832418),(1170458,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.77',1649832491),(1170459,'guest','failed_login','Users','Session','drmap',0,0,'103.28.37.180',1649832983),(1170460,'guest','failed_login','Users','Session','tech1',0,0,'167.71.234.124',1649833055),(1170461,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649833408),(1170462,'guest','failed_login','Users','Session','drmap',0,0,'5.9.238.116',1649833538),(1170463,'guest','failed_login','Users','Session','test',0,0,'107.150.36.74',1649833543),(1170464,'guest','failed_login','Users','Session','tech1',0,0,'89.58.11.2',1649833609),(1170465,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.229.66',1649833882),(1170466,'guest','failed_login','Users','Session','drmap',0,0,'51.91.151.60',1649834094),(1170467,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.22',1649834571),(1170468,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649834585),(1170469,'guest','failed_login','Users','Session','drmap',0,0,'91.149.192.90',1649834641),(1170470,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:162:6188::2',1649834712),(1170471,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1649834902),(1170472,'guest','failed_login','Users','Session','drmap',0,0,'106.52.145.59',1649835191),(1170473,'guest','failed_login','Users','Session','tech1',0,0,'82.166.39.15',1649835259),(1170474,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1649835310),(1170475,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.155.228',1649835619),(1170476,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.27',1649835674),(1170477,'guest','failed_login','Users','Session','drmap',0,0,'193.151.131.151',1649835737),(1170478,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:262:3fdb::2',1649835808),(1170479,'guest','failed_login','Users','Session','drmap',0,0,'51.91.151.60',1649836301),(1170480,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.60',1649836350),(1170481,'guest','failed_login','Users','Session','tech1',0,0,'69.163.196.200',1649836378),(1170482,'guest','failed_login','Users','Session','drmap',0,0,'148.72.207.163',1649836894),(1170483,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::e77:1',1649836966),(1170484,'guest','failed_login','Users','Session','drmap',0,0,'161.97.118.255',1649837485),(1170485,'guest','failed_login','Users','Session','tech1',0,0,'195.4.173.50',1649837556),(1170486,'guest','failed_login','Users','Session','drmap',0,0,'45.55.44.23',1649838058),(1170487,'guest','failed_login','Users','Session','tech1',0,0,'103.28.37.180',1649838130),(1170488,'guest','failed_login','Users','Session','drmap',0,0,'167.172.105.95',1649838643),(1170489,'guest','failed_login','Users','Session','tech1',0,0,'167.172.64.96',1649838719),(1170490,'guest','failed_login','Users','Session','drmap',0,0,'103.208.24.86',1649839230),(1170491,'guest','failed_login','Users','Session','tech1',0,0,'194.90.234.21',1649839305),(1170492,'guest','failed_login','Users','Session','drmap',0,0,'23.99.229.218',1649839820),(1170493,'guest','failed_login','Users','Session','tech1',0,0,'195.4.173.50',1649839893),(1170494,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649840275),(1170495,'guest','failed_login','Users','Session','drmap',0,0,'103.106.78.178',1649840409),(1170496,'guest','failed_login','Users','Session','tech1',0,0,'185.50.199.194',1649840487),(1170497,'guest','failed_login','Users','Session','drmap',0,0,'177.153.50.81',1649841004),(1170498,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a034::ef8:bfd',1649841083),(1170499,'guest','failed_login','Users','Session','drmap',0,0,'103.57.220.186',1649841613),(1170500,'guest','failed_login','Users','Session','tech1',0,0,'23.94.120.151',1649841688),(1170501,'guest','failed_login','Users','Session','drmap',0,0,'2a01:7c8:d007:31a:5054:ff:fef3:4470',1649842192),(1170502,'guest','failed_login','Users','Session','tech1',0,0,'207.148.66.152',1649842262),(1170503,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649842672),(1170504,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:6:a077::c0e:c137',1649842762),(1170505,'guest','failed_login','Users','Session','tech1',0,0,'111.231.200.129',1649842837),(1170506,'guest','failed_login','Users','Session','drmap',0,0,'2a02:c206:2060:3839::1',1649843326),(1170507,'guest','failed_login','Users','Session','tech1',0,0,'209.97.162.248',1649843404),(1170508,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::e77:1',1649843892),(1170509,'guest','failed_login','Users','Session','tech1',0,0,'14.241.233.205',1649843961),(1170510,'guest','failed_login','Users','Session','drmap',0,0,'103.129.222.91',1649844456),(1170511,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1649844535),(1170512,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1649844918),(1170513,'guest','failed_login','Users','Session','drmap',0,0,'5.9.238.116',1649845044),(1170514,'guest','failed_login','Users','Session','tech1',0,0,'217.160.75.121',1649845121),(1170515,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1649845625),(1170516,'guest','failed_login','Users','Session','tech1',0,0,'94.23.252.163',1649845697),(1170517,'guest','failed_login','Users','Session','drmap',0,0,'132.148.165.154',1649846199),(1170518,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1a04:a001',1649846280),(1170519,'guest','failed_login','Users','Session','drmap',0,0,'103.157.97.146',1649846776),(1170520,'guest','failed_login','Users','Session','tech1',0,0,'47.93.61.192',1649846850),(1170521,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649847129),(1170522,'guest','failed_login','Users','Session','drmap',0,0,'217.160.64.174',1649847345),(1170523,'guest','failed_login','Users','Session','drmap',0,0,'162.144.87.29',1649847916),(1170524,'guest','failed_login','Users','Session','tech1',0,0,'148.72.208.193',1649847986),(1170525,'guest','failed_login','Users','Session','drmap',0,0,'103.157.97.146',1649848497),(1170526,'guest','failed_login','Users','Session','tech1',0,0,'198.46.160.118',1649848568),(1170527,'guest','failed_login','Users','Session','drmap',0,0,'195.242.103.103',1649849060),(1170528,'guest','failed_login','Users','Session','tech1',0,0,'103.88.122.117',1649849133),(1170529,'guest','failed_login','Users','Session','drmap',0,0,'167.172.168.111',1649849619),(1170530,'guest','failed_login','Users','Session','tech1',0,0,'45.55.44.23',1649849693),(1170531,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:400:d0::1792:5001',1649850180),(1170532,'guest','failed_login','Users','Session','tech1',0,0,'208.113.180.18',1649850250),(1170533,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649850436),(1170534,'guest','failed_login','Users','Session','drmap',0,0,'16.170.192.10',1649850738),(1170535,'guest','failed_login','Users','Session','tech1',0,0,'185.122.201.129',1649850809),(1170536,'guest','failed_login','Users','Session','drmap',0,0,'51.91.151.60',1649851300),(1170537,'guest','failed_login','Users','Session','tech1',0,0,'159.89.199.237',1649851372),(1170538,'guest','failed_login','Users','Session','admin',0,0,'188.166.224.74',1649851492),(1170539,'guest','failed_login','Users','Session','drmap',0,0,'217.160.64.174',1649851864),(1170540,'guest','failed_login','Users','Session','tech1',0,0,'173.212.201.226',1649851937),(1170541,'guest','failed_login','Users','Session','admin',0,0,'35.203.155.125',1649852060),(1170542,'guest','failed_login','Users','Session','drmap',0,0,'34.121.23.185',1649852429),(1170543,'guest','failed_login','Users','Session','tech1',0,0,'134.195.196.53',1649852500),(1170544,'guest','failed_login','Users','Session','tech1',0,0,'45.125.239.234',1649852637),(1170545,'guest','failed_login','Users','Session','drmap',0,0,'185.2.4.44',1649852993),(1170546,'guest','failed_login','Users','Session','tech1',0,0,'94.23.252.163',1649853065),(1170547,'guest','failed_login','Users','Session','tech1',0,0,'34.135.49.103',1649853236),(1170548,'guest','failed_login','Users','Session','drmap',0,0,'23.99.229.218',1649853548),(1170549,'guest','failed_login','Users','Session','tech1',0,0,'43.241.70.75',1649853621),(1170550,'guest','failed_login','Users','Session','tech1',0,0,'52.224.56.209',1649853800),(1170551,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649853984),(1170552,'guest','failed_login','Users','Session','drmap',0,0,'88.150.159.29',1649854117),(1170553,'guest','failed_login','Users','Session','tech1',0,0,'157.245.106.187',1649854195),(1170554,'guest','failed_login','Users','Session','tech1',0,0,'103.101.162.249',1649854412),(1170555,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.163',1649854681),(1170556,'guest','failed_login','Users','Session','tech1',0,0,'103.146.202.150',1649855000),(1170557,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.222',1649855245),(1170558,'guest','failed_login','Users','Session','tech1',0,0,'45.8.227.175',1649855290),(1170559,'guest','failed_login','Users','Session','tech1',0,0,'167.71.163.218',1649855317),(1170560,'guest','failed_login','Users','Session','tech1',0,0,'161.35.15.73',1649855608),(1170561,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.210',1649855816),(1170562,'guest','failed_login','Users','Session','tech1',0,0,'148.72.207.163',1649855885),(1170563,'guest','failed_login','Users','Session','tech1',0,0,'5.160.200.204',1649856252),(1170564,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::87b:3001',1649856383),(1170565,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:102f::91d:58c1',1649856448),(1170566,'guest','failed_login','Users','Session','tech1',0,0,'64.235.231.20',1649856891),(1170567,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:262:3fdb::2',1649856929),(1170568,'guest','failed_login','Users','Session','tech1',0,0,'142.93.157.162',1649857383),(1170569,'guest','failed_login','Users','Session','tech1',0,0,'185.252.31.180',1649857444),(1170570,'guest','failed_login','Users','Session','tech1',0,0,'103.90.235.91',1649858054),(1170571,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649858232),(1170572,'guest','failed_login','Users','Session','tech1',0,0,'85.119.122.23',1649858673),(1170573,'guest','failed_login','Users','Session','tech1',0,0,'211.115.65.107',1649859294),(1170574,'guest','failed_login','Users','Session','tech1',0,0,'171.244.188.22',1649860579),(1170575,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1649860669),(1170576,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.157',1649860699),(1170577,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649860792),(1170578,'guest','failed_login','Users','Session','tech1',0,0,'5.101.156.6',1649861212),(1170579,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.47',1649861428),(1170580,'guest','failed_login','Users','Session','tech1',0,0,'103.1.237.254',1649861854),(1170581,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.228',1649862034),(1170582,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.154.21',1649862478),(1170583,'guest','failed_login','Users','Session','tech1',0,0,'35.247.159.133',1649862500),(1170584,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.30',1649863122),(1170585,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1649863171),(1170586,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.30',1649863325),(1170587,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.154.21',1649863600),(1170588,'guest','failed_login','Users','Session','admin',0,0,'204.12.215.59',1649863652),(1170589,'guest','failed_login','Users','Session','tech1',0,0,'167.172.79.47',1649863800),(1170590,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.140',1649864056),(1170591,'guest','failed_login','Users','Session','test',0,0,'173.208.206.27',1649864391),(1170592,'guest','failed_login','Users','Session','tech1',0,0,'188.166.224.74',1649864455),(1170593,'guest','failed_login','Users','Session','bangkokfinder',0,0,'208.110.66.140',1649864809),(1170594,'guest','failed_login','Users','Session','tech1',0,0,'182.92.65.39',1649865137),(1170595,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.91',1649865281),(1170596,'guest','failed_login','Users','Session','tech1',0,0,'109.106.246.250',1649865733),(1170597,'guest','failed_login','Users','Session','tech1',0,0,'165.22.89.6',1649865766),(1170598,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.45',1649865979),(1170599,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649866152),(1170600,'guest','failed_login','Users','Session','tech1',0,0,'211.115.65.107',1649866429),(1170601,'guest','failed_login','Users','Session','admin',0,0,'210.122.36.218',1649866479),(1170602,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.60',1649866529),(1170603,'guest','failed_login','Users','Session','admin',0,0,'185.2.5.31',1649866553),(1170604,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.21',1649866600),(1170605,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.157',1649866737),(1170606,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.21',1649866771),(1170607,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.60',1649866848),(1170608,'guest','failed_login','Users','Session','admin',0,0,'185.50.199.194',1649867042),(1170609,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1649867108),(1170610,'guest','failed_login','Users','Session','admin',0,0,'150.109.148.216',1649867114),(1170611,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.91',1649867126),(1170612,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.157',1649867517),(1170613,'guest','failed_login','Users','Session','admin',0,0,'204.12.202.91',1649867559),(1170614,'guest','failed_login','Users','Session','bangkokfinder',0,0,'192.187.127.22',1649867562),(1170615,'guest','failed_login','Users','Session','admin',0,0,'64.111.116.168',1649867596),(1170616,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649867601),(1170617,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.140',1649867654),(1170618,'guest','failed_login','Users','Session','test',0,0,'173.208.153.157',1649867687),(1170619,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.14',1649867785),(1170620,'guest','failed_login','Users','Session','com',0,0,'69.197.154.21',1649867806),(1170621,'guest','failed_login','Users','Session','admin',0,0,'144.126.223.177',1649868154),(1170622,'guest','failed_login','Users','Session','admin',0,0,'104.168.36.11',1649868227),(1170623,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.14',1649868460),(1170624,'guest','failed_login','Users','Session','admin',0,0,'51.75.15.189',1649868717),(1170625,'guest','failed_login','Users','Session','admin',0,0,'84.205.178.134',1649868788),(1170626,'guest','failed_login','Users','Session','admin',0,0,'93.86.255.38',1649869280),(1170627,'guest','failed_login','Users','Session','admin',0,0,'2a03:b0c0:3:e0::150:5001',1649869346),(1170628,'guest','failed_login','Users','Session','tech1',0,0,'87.118.118.89',1649869787),(1170629,'guest','failed_login','Users','Session','drmap',0,0,'185.190.117.89',1649869839),(1170630,'guest','failed_login','Users','Session','tech1',0,0,'5.253.181.177',1649869912),(1170631,'guest','failed_login','Users','Session','tech1',0,0,'109.106.246.16',1649869918),(1170632,'guest','failed_login','Users','Session','drmap',0,0,'47.241.15.39',1649870411),(1170633,'guest','failed_login','Users','Session','tech1',0,0,'185.252.31.180',1649870418),(1170634,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.88',1649870957),(1170635,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::11d2:e001',1649870976),(1170636,'guest','failed_login','Users','Session','tech1',0,0,'13.229.221.204',1649871053),(1170637,'guest','failed_login','Users','Session','tech1',0,0,'64.37.52.95',1649871429),(1170638,'guest','failed_login','Users','Session','drmap',0,0,'159.203.187.104',1649871546),(1170639,'guest','failed_login','Users','Session','tech1',0,0,'1.203.77.186',1649871625),(1170640,'guest','failed_login','Users','Session','tech1',0,0,'47.93.61.192',1649871841),(1170641,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.8',1649872100),(1170642,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.106',1649872173),(1170643,'guest','failed_login','Users','Session','tech1',0,0,'133.130.77.44',1649872185),(1170644,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.228',1649872242),(1170645,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.70',1649872408),(1170646,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.70',1649872437),(1170647,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.228',1649872450),(1170648,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.70',1649872478),(1170649,'guest','failed_login','Users','Session','tech1',0,0,'138.197.173.121',1649872529),(1170650,'guest','failed_login','Users','Session','drmap',0,0,'185.2.4.71',1649872654),(1170651,'guest','failed_login','Users','Session','tech1',0,0,'2600:3c03::f03c:91ff:feee:c59b',1649872723),(1170652,'guest','failed_login','Users','Session','tech1',0,0,'89.248.168.47',1649872837),(1170653,'guest','failed_login','Users','Session','admin',0,0,'192.187.127.22',1649872889),(1170654,'guest','failed_login','Users','Session','tech1',0,0,'185.146.20.254',1649873126),(1170655,'guest','failed_login','Users','Session','admin',0,0,'47.98.207.210',1649873197),(1170656,'guest','failed_login','Users','Session','admin',0,0,'2a02:7b40:c287:52e9::1',1649873267),(1170657,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1649873432),(1170658,'guest','failed_login','Users','Session','tech1',0,0,'81.70.151.13',1649873693),(1170659,'guest','failed_login','Users','Session','admin',0,0,'81.88.52.106',1649873750),(1170660,'guest','failed_login','Users','Session','com',0,0,'204.12.202.91',1649873758),(1170661,'guest','failed_login','Users','Session','admin',0,0,'159.65.216.18',1649873819),(1170662,'guest','failed_login','Users','Session','tech1',0,0,'5.101.156.245',1649874002),(1170663,'guest','failed_login','Users','Session','tech1',0,0,'92.204.219.111',1649874132),(1170664,'guest','failed_login','Users','Session','tech1',0,0,'91.219.194.5',1649874279),(1170665,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649874292),(1170666,'guest','failed_login','Users','Session','admin',0,0,'217.160.75.121',1649874293),(1170667,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649874333),(1170668,'guest','failed_login','Users','Session','admin',0,0,'51.255.81.60',1649874364),(1170669,'guest','failed_login','Users','Session','admin',0,0,'204.12.202.91',1649874506),(1170670,'guest','failed_login','Users','Session','tech1',0,0,'109.203.102.82',1649874567),(1170671,'guest','failed_login','Users','Session','test',0,0,'74.91.17.83',1649874750),(1170672,'guest','failed_login','Users','Session','test',0,0,'173.208.242.45',1649874839),(1170673,'guest','failed_login','Users','Session','admin',0,0,'82.156.109.203',1649874847),(1170674,'guest','failed_login','Users','Session','tech1',0,0,'138.197.173.121',1649874848),(1170675,'guest','failed_login','Users','Session','admin',0,0,'81.88.52.205',1649874916),(1170676,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.87',1649875143),(1170677,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.215.59',1649875146),(1170678,'guest','failed_login','Users','Session','admin',0,0,'36.94.142.166',1649875406),(1170679,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.30',1649875429),(1170680,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.29',1649875430),(1170681,'guest','failed_login','Users','Session','admin',0,0,'157.245.48.104',1649875479),(1170682,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.59',1649875589),(1170683,'guest','failed_login','Users','Session','tech1',0,0,'5.101.156.249',1649875704),(1170684,'guest','failed_login','Users','Session','admin',0,0,'210.122.36.218',1649875958),(1170685,'guest','failed_login','Users','Session','tech1',0,0,'43.241.58.180',1649876019),(1170686,'guest','failed_login','Users','Session','admin',0,0,'65.52.200.48',1649876032),(1170687,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.27',1649876183),(1170688,'guest','failed_login','Users','Session','bangkokfinder',0,0,'107.150.36.74',1649876336),(1170689,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.61',1649876350),(1170690,'guest','failed_login','Users','Session','tech1',0,0,'51.210.251.22',1649876495),(1170691,'guest','failed_login','Users','Session','admin',0,0,'185.2.4.71',1649876506),(1170692,'guest','failed_login','Users','Session','admin',0,0,'134.209.213.110',1649876583),(1170693,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4a10',1649876953),(1170694,'guest','failed_login','Users','Session','admin',0,0,'2400:6180:0:d0::12df:b001',1649877060),(1170695,'guest','failed_login','Users','Session','admin',0,0,'217.160.64.174',1649877131),(1170696,'guest','failed_login','Users','Session','tech1',0,0,'143.110.177.246',1649877425),(1170697,'guest','failed_login','Users','Session','admin',0,0,'72.167.34.14',1649877611),(1170698,'guest','failed_login','Users','Session','admin',0,0,'2804:5034:2::2dff:feef:289f',1649877681),(1170699,'guest','failed_login','Users','Session','tech1',0,0,'39.108.134.146',1649877886),(1170700,'guest','failed_login','Users','Session','drmap',0,0,'52.226.64.215',1649878170),(1170701,'guest','failed_login','Users','Session','tech1',0,0,'89.58.11.2',1649878229),(1170702,'guest','failed_login','Users','Session','tech1',0,0,'92.205.2.123',1649878265),(1170703,'guest','failed_login','Users','Session','tech1',0,0,'2a06:6440:0:2c80::1',1649878348),(1170704,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.140',1649878496),(1170705,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.30',1649878639),(1170706,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:400:d0::1867:2001',1649878711),(1170707,'guest','failed_login','Users','Session','tech1',0,0,'157.230.253.37',1649878782),(1170708,'guest','failed_login','Users','Session','tech1',0,0,'103.174.87.138',1649878839),(1170709,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.70',1649878959),(1170710,'guest','failed_login','Users','Session','tech1',0,0,'148.72.197.134',1649879316),(1170711,'guest','failed_login','Users','Session','tech1',0,0,'16.170.192.10',1649879343),(1170712,'guest','failed_login','Users','Session','tech1',0,0,'186.234.80.73',1649879661),(1170713,'guest','failed_login','Users','Session','drmap',0,0,'109.168.97.89',1649879832),(1170714,'guest','failed_login','Users','Session','tech1',0,0,'46.101.150.34',1649879905),(1170715,'guest','failed_login','Users','Session','tech1',0,0,'92.205.6.124',1649879952),(1170716,'guest','failed_login','Users','Session','test',0,0,'204.12.215.59',1649880196),(1170717,'guest','failed_login','Users','Session','tech1',0,0,'171.244.201.17',1649880245),(1170718,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:5:102f::91d:58c1',1649880388),(1170719,'guest','failed_login','Users','Session','tech1',0,0,'66.11.120.48',1649880461),(1170720,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1649880525),(1170721,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.59',1649880544),(1170722,'guest','failed_login','Users','Session','tech1',0,0,'159.65.7.254',1649880651),(1170723,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.228',1649880713),(1170724,'guest','failed_login','Users','Session','tech1',0,0,'115.159.148.91',1649880953),(1170725,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649881112),(1170726,'guest','failed_login','Users','Session','tech1',0,0,'198.54.114.121',1649881216),(1170727,'guest','failed_login','Users','Session','drmap',0,0,'52.166.3.59',1649881522),(1170728,'guest','failed_login','Users','Session','tech1',0,0,'103.101.161.220',1649881593),(1170729,'guest','failed_login','Users','Session','admin',0,0,'159.253.25.213',1649882050),(1170730,'guest','failed_login','Users','Session','drmap',0,0,'162.240.28.177',1649882082),(1170731,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1649882108),(1170732,'guest','failed_login','Users','Session','tech1',0,0,'111.231.200.129',1649882163),(1170733,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.30',1649882182),(1170734,'guest','failed_login','Users','Session','admin',0,0,'194.59.170.5',1649882311),(1170735,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649882507),(1170736,'guest','failed_login','Users','Session','tech1',0,0,'2600:3c00::f03c:91ff:fe7a:affb',1649882574),(1170737,'guest','failed_login','Users','Session','tech1',0,0,'50.62.161.68',1649882588),(1170738,'guest','failed_login','Users','Session','drmap',0,0,'64.227.183.25',1649882650),(1170739,'guest','failed_login','Users','Session','tech1',0,0,'157.245.250.226',1649882723),(1170740,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.140',1649882858),(1170741,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.220',1649882876),(1170742,'guest','failed_login','Users','Session','tech1',0,0,'188.166.1.143',1649883173),(1170743,'guest','failed_login','Users','Session','drmap',0,0,'167.99.252.52',1649883214),(1170744,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1649883255),(1170745,'guest','failed_login','Users','Session','tech1',0,0,'123.25.21.16',1649883289),(1170746,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.242.45',1649883410),(1170747,'guest','failed_login','Users','Session','tech1',0,0,'138.197.195.94',1649883442),(1170748,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.45',1649883582),(1170749,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.91',1649883584),(1170750,'guest','failed_login','Users','Session','tech1',0,0,'138.128.173.10',1649883731),(1170751,'guest','failed_login','Users','Session','drmap',0,0,'132.248.60.104',1649883781),(1170752,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.45',1649883802),(1170753,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1792:5001',1649883854),(1170754,'guest','failed_login','Users','Session','tech1',0,0,'211.37.147.188',1649884014),(1170755,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.27',1649884175),(1170756,'guest','failed_login','Users','Session','tech1',0,0,'159.203.31.171',1649884296),(1170757,'guest','failed_login','Users','Session','drmap',0,0,'34.121.23.185',1649884351),(1170758,'guest','failed_login','Users','Session','tech1',0,0,'143.110.177.29',1649884424),(1170759,'guest','failed_login','Users','Session','tech1',0,0,'185.146.20.254',1649884591),(1170760,'guest','failed_login','Users','Session','tech1',0,0,'72.167.225.151',1649884855),(1170761,'guest','failed_login','Users','Session','drmap',0,0,'94.74.96.42',1649884928),(1170762,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1649885002),(1170763,'guest','failed_login','Users','Session','tech1',0,0,'103.11.188.106',1649885130),(1170764,'guest','failed_login','Users','Session','tech1',0,0,'149.62.171.31',1649885422),(1170765,'guest','failed_login','Users','Session','tech1',0,0,'151.106.41.64',1649885571),(1170766,'guest','failed_login','Users','Session','tech1',0,0,'162.219.250.15',1649885687),(1170767,'guest','failed_login','Users','Session','tech1',0,0,'148.72.97.73',1649885967),(1170768,'guest','failed_login','Users','Session','test',0,0,'204.12.215.59',1649885999),(1170769,'guest','failed_login','Users','Session','drmap',0,0,'68.183.75.82',1649886065),(1170770,'guest','failed_login','Users','Session','tech1',0,0,'208.109.174.214',1649886242),(1170771,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.21',1649886337),(1170772,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.231',1649886538),(1170773,'guest','failed_login','Users','Session','drmap',0,0,'159.65.76.38',1649886626),(1170774,'guest','failed_login','Users','Session','tech1',0,0,'128.199.1.70',1649886695),(1170775,'guest','failed_login','Users','Session','tech1',0,0,'35.203.155.125',1649886791),(1170776,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.21',1649886824),(1170777,'guest','failed_login','Users','Session','tech1',0,0,'103.253.146.227',1649886885),(1170778,'guest','failed_login','Users','Session','tech1',0,0,'147.182.248.182',1649887066),(1170779,'guest','failed_login','Users','Session','drmap',0,0,'84.205.178.134',1649887184),(1170780,'guest','failed_login','Users','Session','tech1',0,0,'43.229.129.91',1649887257),(1170781,'guest','failed_login','Users','Session','tech1',0,0,'103.104.73.82',1649887398),(1170782,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1649887558),(1170783,'guest','failed_login','Users','Session','tech1',0,0,'75.119.130.151',1649887638),(1170784,'guest','failed_login','Users','Session','drmap',0,0,'167.71.163.218',1649887752),(1170785,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::53b:1',1649887888),(1170786,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649887915),(1170787,'guest','failed_login','Users','Session','tech1',0,0,'67.222.147.67',1649888183),(1170788,'guest','failed_login','Users','Session','drmap',0,0,'188.166.94.198',1649888313),(1170789,'guest','failed_login','Users','Session','tech1',0,0,'31.172.80.144',1649888386),(1170790,'guest','failed_login','Users','Session','tech1',0,0,'185.56.11.123',1649888466),(1170791,'guest','failed_login','Users','Session','tech1',0,0,'103.211.218.142',1649888735),(1170792,'guest','failed_login','Users','Session','drmap',0,0,'185.170.8.60',1649888883),(1170793,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.61',1649888903),(1170794,'guest','failed_login','Users','Session','tech1',0,0,'167.172.151.91',1649888950),(1170795,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.206.27',1649888974),(1170796,'guest','failed_login','Users','Session','tech1',0,0,'88.150.159.20',1649889009),(1170797,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1649889024),(1170798,'guest','failed_login','Users','Session','com',0,0,'204.12.202.91',1649889092),(1170799,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.61',1649889162),(1170800,'guest','failed_login','Users','Session','tech1',0,0,'93.104.213.124',1649889314),(1170801,'guest','failed_login','Users','Session','tech1',0,0,'175.45.125.65',1649889516),(1170802,'guest','failed_login','Users','Session','tech1',0,0,'128.199.21.138',1649889577),(1170803,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.91',1649889703),(1170804,'guest','failed_login','Users','Session','tech1',0,0,'178.128.14.157',1649889863),(1170805,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.91',1649889915),(1170806,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1649890008),(1170807,'guest','failed_login','Users','Session','dmytro',0,0,'74.91.17.83',1649890013),(1170808,'guest','failed_login','Users','Session','tech1',0,0,'123.60.59.154',1649890084),(1170809,'guest','failed_login','Users','Session','tech1',0,0,'5.101.156.104',1649890168),(1170810,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.36',1649890453),(1170811,'guest','failed_login','Users','Session','drmap',0,0,'137.184.106.223',1649890570),(1170812,'guest','failed_login','Users','Session','test',0,0,'69.30.230.61',1649890596),(1170813,'guest','failed_login','Users','Session','tech1',0,0,'77.22.158.197',1649890650),(1170814,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649890727),(1170815,'guest','failed_login','Users','Session','tech1',0,0,'109.206.252.198',1649890746),(1170816,'guest','failed_login','Users','Session','admin',0,0,'74.91.17.83',1649890827),(1170817,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.134',1649891031),(1170818,'guest','failed_login','Users','Session','tech1',0,0,'91.239.232.37',1649891071),(1170819,'guest','failed_login','Users','Session','drmap',0,0,'104.248.138.146',1649891132),(1170820,'guest','failed_login','Users','Session','tech1',0,0,'31.172.80.144',1649891203),(1170821,'guest','failed_login','Users','Session','tech1',0,0,'47.91.87.213',1649891326),(1170822,'guest','failed_login','Users','Session','bangkokfinder',0,0,'192.187.127.22',1649891413),(1170823,'guest','failed_login','Users','Session','tech1',0,0,'107.180.107.103',1649891616),(1170824,'guest','failed_login','Users','Session','test',0,0,'204.12.202.91',1649891635),(1170825,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.228',1649891695),(1170826,'guest','failed_login','Users','Session','drmap',0,0,'23.94.120.151',1649891700),(1170827,'guest','failed_login','Users','Session','tech1',0,0,'188.166.94.198',1649891773),(1170828,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.154.21',1649891857),(1170829,'guest','failed_login','Users','Session','tech1',0,0,'171.244.201.17',1649891889),(1170830,'guest','failed_login','Users','Session','tech1',0,0,'192.163.197.220',1649892194),(1170831,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:303:2e08::',1649892267),(1170832,'guest','failed_login','Users','Session','admin',0,0,'173.208.242.45',1649892333),(1170833,'guest','failed_login','Users','Session','tech1',0,0,'159.203.121.12',1649892340),(1170834,'guest','failed_login','Users','Session','tech1',0,0,'184.171.244.219',1649892497),(1170835,'guest','failed_login','Users','Session','admin',0,0,'74.91.17.83',1649892748),(1170836,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.149',1649892785),(1170837,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:1c1c:351::1',1649892828),(1170838,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1649892830),(1170839,'guest','failed_login','Users','Session','tech1',0,0,'103.212.43.29',1649892901),(1170840,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.56',1649893083),(1170841,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.91',1649893271),(1170842,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.30',1649893308),(1170843,'guest','failed_login','Users','Session','tech1',0,0,'173.201.177.4',1649893360),(1170844,'guest','failed_login','Users','Session','drmap',0,0,'173.212.201.226',1649893395),(1170845,'guest','failed_login','Users','Session','tech1',0,0,'133.130.77.44',1649893654),(1170846,'guest','failed_login','Users','Session','tech1',0,0,'199.192.22.72',1649893950),(1170847,'guest','failed_login','Users','Session','drmap',0,0,'35.197.204.193',1649893955),(1170848,'guest','failed_login','Users','Session','tech1',0,0,'167.71.117.225',1649894024),(1170849,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.30',1649894236),(1170850,'guest','failed_login','Users','Session','tech1',0,0,'147.182.248.182',1649894267),(1170851,'guest','failed_login','Users','Session','drmap',0,0,'142.93.109.72',1649894513),(1170852,'guest','failed_login','Users','Session','tech1',0,0,'104.131.60.249',1649894550),(1170853,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1649894585),(1170854,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649894713),(1170855,'guest','failed_login','Users','Session','tech1',0,0,'87.236.20.88',1649894873),(1170856,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.91',1649895072),(1170857,'guest','failed_login','Users','Session','drmap',0,0,'185.19.190.26',1649895077),(1170858,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1649895123),(1170859,'guest','failed_login','Users','Session','tech1',0,0,'159.65.118.118',1649895150),(1170860,'guest','failed_login','Users','Session','tech1',0,0,'184.168.99.160',1649895165),(1170861,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1649895173),(1170862,'guest','failed_login','Users','Session','admin',0,0,'74.91.17.83',1649895284),(1170863,'guest','failed_login','Users','Session','tech1',0,0,'148.66.147.18',1649895479),(1170864,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:2:f0::57:b001',1649895487),(1170865,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:400:d0::1792:5001',1649895641),(1170866,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.106',1649895714),(1170867,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.157',1649895723),(1170868,'guest','failed_login','Users','Session','tech1',0,0,'77.22.158.197',1649895777),(1170869,'guest','failed_login','Users','Session','com',0,0,'69.197.154.21',1649896083),(1170870,'guest','failed_login','Users','Session','tech1',0,0,'47.108.179.31',1649896122),(1170871,'guest','failed_login','Users','Session','drmap',0,0,'128.140.231.3',1649896208),(1170872,'guest','failed_login','Users','Session','tech1',0,0,'2607:5300:60:92bd::',1649896280),(1170873,'guest','failed_login','Users','Session','test',0,0,'204.12.202.91',1649896338),(1170874,'guest','failed_login','Users','Session','tech1',0,0,'85.214.91.8',1649896429),(1170875,'guest','failed_login','Users','Session','com',0,0,'204.12.255.60',1649896602),(1170876,'guest','failed_login','Users','Session','tech1',0,0,'47.105.86.21',1649896728),(1170877,'guest','failed_login','Users','Session','drmap',0,0,'181.174.125.214',1649896773),(1170878,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.91',1649896796),(1170879,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:303:ce33::',1649896847),(1170880,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.59',1649896986),(1170881,'guest','failed_login','Users','Session','tech1',0,0,'64.227.78.130',1649897060),(1170882,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.60',1649897093),(1170883,'guest','failed_login','Users','Session','tech1',0,0,'103.204.130.160',1649897359),(1170884,'guest','failed_login','Users','Session','tech1',0,0,'159.203.187.104',1649897416),(1170885,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.61',1649897477),(1170886,'guest','failed_login','Users','Session','dmytro',0,0,'208.110.66.140',1649897661),(1170887,'guest','failed_login','Users','Session','tech1',0,0,'121.40.238.50',1649897675),(1170888,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.215.59',1649897790),(1170889,'guest','failed_login','Users','Session','drmap',0,0,'8.129.212.255',1649897913),(1170890,'guest','failed_login','Users','Session','tech1',0,0,'165.232.180.174',1649897985),(1170891,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.158',1649898006),(1170892,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.30',1649898127),(1170893,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.27',1649898301),(1170894,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.59',1649898302),(1170895,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.154.21',1649898321),(1170896,'guest','failed_login','Users','Session','tech1',0,0,'188.166.104.64',1649898330),(1170897,'guest','failed_login','Users','Session','drmap',0,0,'123.25.21.16',1649898486),(1170898,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.27',1649898510),(1170899,'guest','failed_login','Users','Session','tech1',0,0,'8.210.146.161',1649898559),(1170900,'guest','failed_login','Users','Session','tech1',0,0,'5.101.156.221',1649898648),(1170901,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.153.157',1649898686),(1170902,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.45',1649898894),(1170903,'guest','failed_login','Users','Session','tech1',0,0,'216.158.230.167',1649898969),(1170904,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649898977),(1170905,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.140',1649899019),(1170906,'guest','failed_login','Users','Session','drmap',0,0,'109.168.97.89',1649899055),(1170907,'guest','failed_login','Users','Session','tech1',0,0,'23.94.120.151',1649899127),(1170908,'guest','failed_login','Users','Session','tech1',0,0,'159.223.35.16',1649899274),(1170909,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.45',1649899333),(1170910,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.91',1649899541),(1170911,'guest','failed_login','Users','Session','drmap',0,0,'82.166.39.15',1649899622),(1170912,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.21',1649899659),(1170913,'guest','failed_login','Users','Session','tech1',0,0,'101.0.80.218',1649899695),(1170914,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1649899717),(1170915,'guest','failed_login','Users','Session','tech1',0,0,'165.22.25.34',1649899769),(1170916,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.61',1649899865),(1170917,'guest','failed_login','Users','Session','admin',0,0,'162.212.131.232',1649900048),(1170918,'guest','failed_login','Users','Session','drmap',0,0,'2a00:1128:1:1::147:43',1649900190),(1170919,'guest','failed_login','Users','Session','admin',0,0,'173.249.20.17',1649900391),(1170920,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1649900546),(1170921,'guest','failed_login','Users','Session','tech1',0,0,'209.159.150.110',1649900712),(1170922,'guest','failed_login','Users','Session','drmap',0,0,'167.172.64.96',1649900772),(1170923,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1649900840),(1170924,'guest','failed_login','Users','Session','tech1',0,0,'144.91.75.9',1649901037),(1170925,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1649901341),(1170926,'guest','failed_login','Users','Session','tech1',0,0,'35.198.25.12',1649901353),(1170927,'guest','failed_login','Users','Session','tech1',0,0,'88.150.159.29',1649901415),(1170928,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649901513),(1170929,'guest','failed_login','Users','Session','admin',0,0,'173.208.206.27',1649901610),(1170930,'guest','failed_login','Users','Session','com',0,0,'204.12.202.91',1649901629),(1170931,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.202.91',1649901638),(1170932,'guest','failed_login','Users','Session','tech1',0,0,'159.253.25.213',1649901694),(1170933,'guest','failed_login','Users','Session','tech1',0,0,'157.245.48.104',1649901989),(1170934,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.27',1649902024),(1170935,'guest','failed_login','Users','Session','tech1',0,0,'103.171.180.165',1649902030),(1170936,'guest','failed_login','Users','Session','tech1',0,0,'178.254.50.20',1649902365),(1170937,'guest','failed_login','Users','Session','drmap',0,0,'161.97.93.107',1649902498),(1170938,'guest','failed_login','Users','Session','tech1',0,0,'141.94.247.170',1649902573),(1170939,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1649902710),(1170940,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.45',1649902880),(1170941,'guest','failed_login','Users','Session','tech1',0,0,'185.119.90.34',1649903060),(1170942,'guest','failed_login','Users','Session','drmap',0,0,'167.172.64.96',1649903076),(1170943,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1649903151),(1170944,'guest','failed_login','Users','Session','tech1',0,0,'34.139.126.149',1649903397),(1170945,'guest','failed_login','Users','Session','test',0,0,'204.12.255.60',1649903524),(1170946,'guest','failed_login','Users','Session','drmap',0,0,'103.149.154.8',1649903655),(1170947,'guest','failed_login','Users','Session','tech1',0,0,'46.29.23.162',1649903727),(1170948,'guest','failed_login','Users','Session','tech1',0,0,'85.214.91.8',1649903769),(1170949,'guest','failed_login','Users','Session','tech1',0,0,'159.203.31.171',1649904125),(1170950,'guest','failed_login','Users','Session','tech1',0,0,'173.249.36.84',1649904152),(1170951,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.157',1649904159),(1170952,'guest','failed_login','Users','Session','tech1',0,0,'103.106.78.178',1649904313),(1170953,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.134',1649904484),(1170954,'guest','failed_login','Users','Session','drmap',0,0,'208.109.54.127',1649904818),(1170955,'guest','failed_login','Users','Session','tech1',0,0,'185.56.11.123',1649904837),(1170956,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.77',1649904893),(1170957,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.45',1649904979),(1170958,'guest','failed_login','Users','Session','tech1',0,0,'82.221.131.116',1649905183),(1170959,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.106',1649905401),(1170960,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.56',1649905534),(1170961,'guest','failed_login','Users','Session','admin',0,0,'69.30.240.30',1649905653),(1170962,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.30',1649905738),(1170963,'guest','failed_login','Users','Session','tech1',0,0,'188.166.104.64',1649905879),(1170964,'guest','failed_login','Users','Session','drmap',0,0,'95.217.3.203',1649905990),(1170965,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:800:3050::',1649906071),(1170966,'guest','failed_login','Users','Session','tech1',0,0,'85.214.91.8',1649906228),(1170967,'guest','failed_login','Users','Session','drmap',0,0,'47.105.61.35',1649906586),(1170968,'guest','failed_login','Users','Session','tech1',0,0,'211.110.139.214',1649906590),(1170969,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:115b::e12:8f0d',1649906659),(1170970,'guest','failed_login','Users','Session','test',0,0,'69.197.155.228',1649906854),(1170971,'guest','failed_login','Users','Session','tech1',0,0,'103.11.188.106',1649906915),(1170972,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649907167),(1170973,'guest','failed_login','Users','Session','tech1',0,0,'198.20.170.59',1649907280),(1170974,'guest','failed_login','Users','Session','admin',0,0,'69.197.155.228',1649907483),(1170975,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.21',1649907492),(1170976,'guest','failed_login','Users','Session','tech1',0,0,'80.246.1.193',1649907634),(1170977,'guest','failed_login','Users','Session','test',0,0,'208.110.66.140',1649907720),(1170978,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1649907755),(1170979,'guest','failed_login','Users','Session','admin',0,0,'35.224.250.64',1649907832),(1170980,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:161:1d2::2',1649907986),(1170981,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649908308),(1170982,'guest','failed_login','Users','Session','admin',0,0,'103.149.154.8',1649908322),(1170983,'guest','failed_login','Users','Session','tech1',0,0,'47.93.61.192',1649908346),(1170984,'guest','failed_login','Users','Session','admin',0,0,'72.167.34.14',1649908609),(1170985,'guest','failed_login','Users','Session','tech1',0,0,'132.148.120.143',1649908691),(1170986,'guest','failed_login','Users','Session','tech1',0,0,'5.101.156.249',1649908703),(1170987,'guest','failed_login','Users','Session','tech1',0,0,'159.203.28.44',1649909040),(1170988,'guest','failed_login','Users','Session','admin',0,0,'139.59.118.238',1649909101),(1170989,'guest','failed_login','Users','Session','admin',0,0,'165.232.180.174',1649909395),(1170990,'guest','failed_login','Users','Session','tech1',0,0,'47.108.179.31',1649909441),(1170991,'guest','failed_login','Users','Session','test',0,0,'69.197.155.228',1649909472),(1170992,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.228',1649909760),(1170993,'guest','failed_login','Users','Session','tech1',0,0,'159.203.31.171',1649909784),(1170994,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.21',1649909857),(1170995,'guest','failed_login','Users','Session','admin',0,0,'148.72.214.245',1649909890),(1170996,'guest','failed_login','Users','Session','admin',0,0,'204.12.215.59',1649909922),(1170997,'guest','failed_login','Users','Session','admin',0,0,'204.12.255.60',1649910062),(1170998,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.74',1649910086),(1170999,'guest','failed_login','Users','Session','tech1',0,0,'34.87.44.101',1649910137),(1171000,'guest','failed_login','Users','Session','com',0,0,'204.12.215.59',1649910148),(1171001,'guest','failed_login','Users','Session','admin',0,0,'162.215.209.69',1649910180),(1171002,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.155.228',1649910249),(1171003,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.70',1649910438),(1171004,'guest','failed_login','Users','Session','tech1',0,0,'27.111.82.74',1649910504),(1171005,'guest','failed_login','Users','Session','admin',0,0,'204.12.202.91',1649910628),(1171006,'guest','failed_login','Users','Session','tech1',0,0,'178.128.14.157',1649910859),(1171007,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1649910912),(1171008,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.27',1649910923),(1171009,'guest','failed_login','Users','Session','admin',0,0,'2a03:b0c0:1:e0::28d:9001',1649910963),(1171010,'guest','failed_login','Users','Session','test',0,0,'204.12.215.59',1649910998),(1171011,'guest','failed_login','Users','Session','tech1',0,0,'173.249.20.17',1649911233),(1171012,'guest','failed_login','Users','Session','admin',0,0,'151.80.91.175',1649911457),(1171013,'guest','failed_login','Users','Session','tech1',0,0,'39.105.56.236',1649911613),(1171014,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1649911695),(1171015,'guest','failed_login','Users','Session','admin',0,0,'159.65.146.8',1649911757),(1171016,'guest','failed_login','Users','Session','com',0,0,'74.91.17.83',1649911913),(1171017,'guest','failed_login','Users','Session','tech1',0,0,'139.59.60.160',1649911945),(1171018,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.157',1649912027),(1171019,'guest','failed_login','Users','Session','admin',0,0,'88.150.159.29',1649912240),(1171020,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.215.59',1649912315),(1171021,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1649912322),(1171022,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.121',1649912704),(1171023,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.59',1649912899),(1171024,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::1117:2001',1649913026),(1171025,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1649913041),(1171026,'guest','failed_login','Users','Session','tech1',0,0,'209.205.200.90',1649913044),(1171027,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1649913095),(1171028,'guest','failed_login','Users','Session','com',0,0,'173.208.242.45',1649913132),(1171029,'guest','failed_login','Users','Session','drmap',0,0,'120.25.104.120',1649913319),(1171030,'guest','failed_login','Users','Session','tech1',0,0,'20.214.206.180',1649913454),(1171031,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.91',1649913768),(1171032,'guest','failed_login','Users','Session','tech1',0,0,'128.140.231.3',1649913812),(1171033,'guest','failed_login','Users','Session','drmap',0,0,'207.148.66.152',1649914105),(1171034,'guest','failed_login','Users','Session','bangkokfinder',0,0,'74.91.17.83',1649914487),(1171035,'guest','failed_login','Users','Session','tech1',0,0,'185.23.130.9',1649914602),(1171036,'guest','failed_login','Users','Session','drmap',0,0,'167.71.234.124',1649914890),(1171037,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649915027),(1171038,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649915383),(1171039,'guest','failed_login','Users','Session','tech1',0,0,'178.128.5.109',1649915385),(1171040,'guest','failed_login','Users','Session','drmap',0,0,'2400:8100:ffff:0:117:120:13:52',1649915679),(1171041,'guest','failed_login','Users','Session','tech1',0,0,'178.128.187.183',1649916172),(1171042,'guest','failed_login','Users','Session','drmap',0,0,'103.88.122.117',1649916466),(1171043,'guest','failed_login','Users','Session','tech1',0,0,'128.199.1.70',1649916965),(1171044,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.202.91',1649917121),(1171045,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1649917471),(1171046,'guest','failed_login','Users','Session','tech1',0,0,'72.167.58.121',1649917503),(1171047,'guest','failed_login','Users','Session','admin',0,0,'69.30.230.61',1649917705),(1171048,'guest','failed_login','Users','Session','admin',0,0,'173.212.212.180',1649917718),(1171049,'guest','failed_login','Users','Session','admin',0,0,'173.208.242.45',1649917931),(1171050,'guest','failed_login','Users','Session','admin',0,0,'80.249.174.66',1649917986),(1171051,'guest','failed_login','Users','Session','test',0,0,'173.208.242.45',1649918158),(1171052,'guest','failed_login','Users','Session','test',0,0,'63.141.252.70',1649918395),(1171053,'guest','failed_login','Users','Session','admin',0,0,'185.230.138.4',1649918450),(1171054,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.157',1649918606),(1171055,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.45',1649918660),(1171056,'guest','failed_login','Users','Session','admin',0,0,'217.160.75.121',1649918722),(1171057,'guest','failed_login','Users','Session','admin',0,0,'138.68.140.0',1649919188),(1171058,'guest','failed_login','Users','Session','admin',0,0,'80.249.174.66',1649919465),(1171059,'guest','failed_login','Users','Session','admin',0,0,'128.199.197.163',1649919933),(1171060,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.45',1649920210),(1171061,'guest','failed_login','Users','Session','admin',0,0,'167.172.64.96',1649920216),(1171062,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.153.157',1649920538),(1171063,'guest','failed_login','Users','Session','admin',0,0,'34.75.65.218',1649920690),(1171064,'guest','failed_login','Users','Session','admin',0,0,'2a01:4f9:c011:37ed::1',1649920966),(1171065,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.18',1649921371),(1171066,'guest','failed_login','Users','Session','admin',0,0,'34.122.210.151',1649921436),(1171067,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1649921529),(1171068,'guest','failed_login','Users','Session','admin',0,0,'139.59.150.45',1649921709),(1171069,'guest','failed_login','Users','Session','dmytro',0,0,'74.91.17.83',1649921748),(1171070,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649921840),(1171071,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.155.228',1649921848),(1171072,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.70',1649921986),(1171073,'guest','failed_login','Users','Session','tech1',0,0,'149.255.58.9',1649922006),(1171074,'guest','failed_login','Users','Session','admin',0,0,'2607:f298:6:a077::c0e:c137',1649922175),(1171075,'guest','failed_login','Users','Session','admin',0,0,'88.198.19.200',1649922447),(1171076,'guest','failed_login','Users','Session','admin',0,0,'46.101.159.72',1649922900),(1171077,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.228',1649923048),(1171078,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649923616),(1171079,'guest','failed_login','Users','Session','test',0,0,'74.91.17.83',1649923620),(1171080,'guest','failed_login','Users','Session','admin',0,0,'162.215.209.69',1649923630),(1171081,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.18',1649923693),(1171082,'guest','failed_login','Users','Session','drmap',0,0,'157.245.62.6',1649923909),(1171083,'guest','failed_login','Users','Session','tech1',0,0,'88.198.19.200',1649924370),(1171084,'guest','failed_login','Users','Session','drmap',0,0,'195.242.103.103',1649924643),(1171085,'guest','failed_login','Users','Session','test',0,0,'69.197.155.228',1649925073),(1171086,'guest','failed_login','Users','Session','tech1',0,0,'165.232.180.174',1649925104),(1171087,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.140',1649925134),(1171088,'guest','failed_login','Users','Session','admin',0,0,'72.167.42.45',1649925306),(1171089,'guest','failed_login','Users','Session','drmap',0,0,'14.241.233.205',1649925373),(1171090,'guest','failed_login','Users','Session','com',0,0,'204.12.255.60',1649925412),(1171091,'guest','failed_login','Users','Session','admin',0,0,'143.110.208.83',1649925532),(1171092,'guest','failed_login','Users','Session','tech1',0,0,'101.37.28.132',1649925729),(1171093,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:101b::d1b:2a3a',1649925834),(1171094,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.255.60',1649925886),(1171095,'guest','failed_login','Users','Session','tech1',0,0,'194.5.175.15',1649925947),(1171096,'guest','failed_login','Users','Session','drmap',0,0,'145.239.30.120',1649926104),(1171097,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.25',1649926180),(1171098,'guest','failed_login','Users','Session','tech1',0,0,'185.146.20.254',1649926386),(1171099,'guest','failed_login','Users','Session','tech1',0,0,'91.234.194.198',1649926408),(1171100,'guest','failed_login','Users','Session','tech1',0,0,'51.159.155.6',1649926566),(1171101,'guest','failed_login','Users','Session','tech1',0,0,'47.93.61.192',1649926602),(1171102,'guest','failed_login','Users','Session','tech1',0,0,'103.90.235.91',1649926817),(1171103,'guest','failed_login','Users','Session','drmap',0,0,'165.232.180.174',1649926842),(1171104,'guest','failed_login','Users','Session','tech1',0,0,'47.242.50.8',1649927042),(1171105,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.228',1649927163),(1171106,'guest','failed_login','Users','Session','test',0,0,'204.12.215.59',1649927173),(1171107,'guest','failed_login','Users','Session','tech1',0,0,'148.72.197.134',1649927272),(1171108,'guest','failed_login','Users','Session','tech1',0,0,'165.232.94.255',1649927308),(1171109,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.30',1649927492),(1171110,'guest','failed_login','Users','Session','tech1',0,0,'135.148.138.180',1649927520),(1171111,'guest','failed_login','Users','Session','drmap',0,0,'132.248.60.104',1649927590),(1171112,'guest','failed_login','Users','Session','tech1',0,0,'2a01:518:1:1041::3',1649927770),(1171113,'guest','failed_login','Users','Session','tech1',0,0,'103.153.214.231',1649927981),(1171114,'guest','failed_login','Users','Session','tech1',0,0,'43.241.70.75',1649928055),(1171115,'guest','failed_login','Users','Session','tech1',0,0,'62.171.136.23',1649928239),(1171116,'guest','failed_login','Users','Session','bangkokfinder',0,0,'74.91.17.83',1649928299),(1171117,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:1:e0::28d:9001',1649928328),(1171118,'guest','failed_login','Users','Session','tech1',0,0,'34.73.162.22',1649928478),(1171119,'guest','failed_login','Users','Session','bangkokfinder',0,0,'74.91.17.83',1649928493),(1171120,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649928593),(1171121,'guest','failed_login','Users','Session','tech1',0,0,'157.245.231.45',1649928720),(1171122,'guest','failed_login','Users','Session','tech1',0,0,'167.172.168.111',1649928790),(1171123,'guest','failed_login','Users','Session','tech1',0,0,'199.188.205.87',1649928949),(1171124,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::e77:1',1649929064),(1171125,'guest','failed_login','Users','Session','tech1',0,0,'116.12.48.101',1649929216),(1171126,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.61',1649929295),(1171127,'guest','failed_login','Users','Session','tech1',0,0,'2a06:6440:0:2c3a::1',1649929459),(1171128,'guest','failed_login','Users','Session','tech1',0,0,'217.61.54.110',1649929522),(1171129,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.70',1649929587),(1171130,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.70',1649929650),(1171131,'guest','failed_login','Users','Session','tech1',0,0,'199.192.22.72',1649929693),(1171132,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1649929793),(1171133,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::53b:1',1649929946),(1171134,'guest','failed_login','Users','Session','tech1',0,0,'103.101.162.249',1649930218),(1171135,'guest','failed_login','Users','Session','tech1',0,0,'103.130.218.178',1649930250),(1171136,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.60',1649930346),(1171137,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:c:b1a::',1649930475),(1171138,'guest','failed_login','Users','Session','tech1',0,0,'45.118.145.96',1649930724),(1171139,'guest','failed_login','Users','Session','tech1',0,0,'148.72.232.105',1649930936),(1171140,'guest','failed_login','Users','Session','tech1',0,0,'159.223.35.16',1649930958),(1171141,'guest','failed_login','Users','Session','tech1',0,0,'148.72.208.193',1649930980),(1171142,'guest','failed_login','Users','Session','tech1',0,0,'62.233.120.26',1649931236),(1171143,'guest','failed_login','Users','Session','drmap',0,0,'103.129.222.91',1649931252),(1171144,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649931327),(1171145,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.18',1649931358),(1171146,'guest','failed_login','Users','Session','tech1',0,0,'192.81.214.91',1649931472),(1171147,'guest','failed_login','Users','Session','tech1',0,0,'178.128.194.13',1649931710),(1171148,'guest','failed_login','Users','Session','tech1',0,0,'120.79.8.125',1649931738),(1171149,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f9:c011:37ed::1',1649931989),(1171150,'guest','failed_login','Users','Session','tech1',0,0,'85.214.91.8',1649932019),(1171151,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.66',1649932156),(1171152,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.44',1649932262),(1171153,'guest','failed_login','Users','Session','tech1',0,0,'217.61.54.110',1649932441),(1171154,'guest','failed_login','Users','Session','tech1',0,0,'8.210.144.239',1649932528),(1171155,'guest','failed_login','Users','Session','com',0,0,'107.150.36.74',1649932609),(1171156,'guest','failed_login','Users','Session','drmap',0,0,'2a00:1a28:155d:1f5::1',1649932714),(1171157,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.18',1649932758),(1171158,'guest','failed_login','Users','Session','tech1',0,0,'149.62.171.31',1649932811),(1171159,'guest','failed_login','Users','Session','tech1',0,0,'39.105.56.236',1649933084),(1171160,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.66',1649933099),(1171161,'guest','failed_login','Users','Session','tech1',0,0,'194.233.80.204',1649933171),(1171162,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:4:1d0::b9:8000',1649933333),(1171163,'guest','failed_login','Users','Session','drmap',0,0,'139.59.150.45',1649933442),(1171164,'guest','failed_login','Users','Session','tech1',0,0,'103.90.235.91',1649933593),(1171165,'guest','failed_login','Users','Session','tech1',0,0,'50.59.99.143',1649933880),(1171166,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a077::c0e:c137',1649933902),(1171167,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1649934098),(1171168,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::94e:3001',1649934131),(1171169,'guest','failed_login','Users','Session','test',0,0,'69.30.229.66',1649934152),(1171170,'guest','failed_login','Users','Session','drmap',0,0,'132.248.60.104',1649934174),(1171171,'guest','failed_login','Users','Session','tech1',0,0,'160.251.40.160',1649934403),(1171172,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.83',1649934612),(1171173,'guest','failed_login','Users','Session','tech1',0,0,'188.166.212.133',1649934644),(1171174,'guest','failed_login','Users','Session','tech1',0,0,'111.93.56.221',1649934707),(1171175,'guest','failed_login','Users','Session','drmap',0,0,'161.97.118.255',1649934911),(1171176,'guest','failed_login','Users','Session','tech1',0,0,'87.236.20.90',1649934966),(1171177,'guest','failed_login','Users','Session','tech1',0,0,'150.109.61.139',1649935225),(1171178,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649935292),(1171179,'guest','failed_login','Users','Session','tech1',0,0,'185.19.190.26',1649935369),(1171180,'guest','failed_login','Users','Session','tech1',0,0,'69.30.223.51',1649935413),(1171181,'guest','failed_login','Users','Session','tech1',0,0,'159.253.25.213',1649935520),(1171182,'guest','failed_login','Users','Session','drmap',0,0,'150.95.113.178',1649935640),(1171183,'guest','failed_login','Users','Session','test',0,0,'173.208.242.45',1649935699),(1171184,'guest','failed_login','Users','Session','tech1',0,0,'34.87.44.101',1649935773),(1171185,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.140',1649935809),(1171186,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.255.60',1649935840),(1171187,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.106',1649936072),(1171188,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1649936099),(1171189,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.45',1649936226),(1171190,'guest','failed_login','Users','Session','tech1',0,0,'167.172.79.47',1649936330),(1171191,'guest','failed_login','Users','Session','drmap',0,0,'159.89.228.214',1649936372),(1171192,'guest','failed_login','Users','Session','tech1',0,0,'67.222.147.67',1649936630),(1171193,'guest','failed_login','Users','Session','tech1',0,0,'187.32.211.193',1649936831),(1171194,'guest','failed_login','Users','Session','tech1',0,0,'131.72.236.163',1649936897),(1171195,'guest','failed_login','Users','Session','drmap',0,0,'167.172.231.148',1649937101),(1171196,'guest','failed_login','Users','Session','tech1',0,0,'34.87.44.101',1649937184),(1171197,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.45',1649937205),(1171198,'guest','failed_login','Users','Session','tech1',0,0,'162.0.209.88',1649937471),(1171199,'guest','failed_login','Users','Session','tech1',0,0,'72.167.34.14',1649937560),(1171200,'guest','failed_login','Users','Session','tech1',0,0,'149.62.171.31',1649937781),(1171201,'guest','failed_login','Users','Session','drmap',0,0,'64.227.183.25',1649937831),(1171202,'guest','failed_login','Users','Session','admin',0,0,'208.110.66.140',1649937918),(1171203,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.134',1649938064),(1171204,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.74',1649938144),(1171205,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1649938160),(1171206,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::1117:2001',1649938296),(1171207,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.102',1649938367),(1171208,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1649938463),(1171209,'guest','failed_login','Users','Session','bangkokfinder',0,0,'192.187.127.18',1649938483),(1171210,'guest','failed_login','Users','Session','drmap',0,0,'192.169.152.218',1649938570),(1171211,'guest','failed_login','Users','Session','tech1',0,0,'36.94.142.166',1649938632),(1171212,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649938702),(1171213,'guest','failed_login','Users','Session','tech1',0,0,'164.68.99.251',1649938948),(1171214,'guest','failed_login','Users','Session','tech1',0,0,'159.89.199.237',1649939037),(1171215,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1649939226),(1171216,'guest','failed_login','Users','Session','tech1',0,0,'94.26.245.40',1649939236),(1171217,'guest','failed_login','Users','Session','drmap',0,0,'178.217.190.82',1649939309),(1171218,'guest','failed_login','Users','Session','admin',0,0,'74.91.17.83',1649939436),(1171219,'guest','failed_login','Users','Session','tech1',0,0,'72.167.42.45',1649939524),(1171220,'guest','failed_login','Users','Session','tech1',0,0,'51.222.138.98',1649939832),(1171221,'guest','failed_login','Users','Session','com',0,0,'74.91.17.83',1649939928),(1171222,'guest','failed_login','Users','Session','tech1',0,0,'198.54.121.141',1649939958),(1171223,'guest','failed_login','Users','Session','drmap',0,0,'187.84.233.39',1649940043),(1171224,'guest','failed_login','Users','Session','tech1',0,0,'167.71.206.107',1649940109),(1171225,'guest','failed_login','Users','Session','tech1',0,0,'192.81.214.91',1649940405),(1171226,'guest','failed_login','Users','Session','tech1',0,0,'69.163.186.158',1649940503),(1171227,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.140',1649940517),(1171228,'guest','failed_login','Users','Session','tech1',0,0,'207.244.255.247',1649940722),(1171229,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.45',1649940749),(1171230,'guest','failed_login','Users','Session','drmap',0,0,'188.166.226.196',1649940776),(1171231,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1649940783),(1171232,'guest','failed_login','Users','Session','tech1',0,0,'132.148.178.206',1649941033),(1171233,'guest','failed_login','Users','Session','drmap',0,0,'216.117.188.6',1649941506),(1171234,'guest','failed_login','Users','Session','admin',0,0,'116.12.48.101',1649941570),(1171235,'guest','failed_login','Users','Session','admin',0,0,'109.206.252.198',1649941878),(1171236,'guest','failed_login','Users','Session','tech1',0,0,'167.172.231.148',1649941969),(1171237,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649941975),(1171238,'guest','failed_login','Users','Session','tech1',0,0,'88.150.159.20',1649942190),(1171239,'guest','failed_login','Users','Session','drmap',0,0,'88.198.19.200',1649942242),(1171240,'guest','failed_login','Users','Session','tech1',0,0,'66.115.173.18',1649942533),(1171241,'guest','failed_login','Users','Session','tech1',0,0,'78.135.83.195',1649942704),(1171242,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1649942863),(1171243,'guest','failed_login','Users','Session','drmap',0,0,'121.42.231.47',1649942983),(1171244,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1649943118),(1171245,'guest','failed_login','Users','Session','tech1',0,0,'144.91.75.9',1649943193),(1171246,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.74',1649943232),(1171247,'guest','failed_login','Users','Session','tech1',0,0,'134.195.196.53',1649943436),(1171248,'guest','failed_login','Users','Session','tech1',0,0,'87.236.20.90',1649943541),(1171249,'guest','failed_login','Users','Session','drmap',0,0,'35.195.252.29',1649943711),(1171250,'guest','failed_login','Users','Session','tech1',0,0,'178.254.50.20',1649943873),(1171251,'guest','failed_login','Users','Session','tech1',0,0,'185.200.243.16',1649944171),(1171252,'guest','failed_login','Users','Session','tech1',0,0,'133.130.77.44',1649944207),(1171253,'guest','failed_login','Users','Session','drmap',0,0,'167.172.105.95',1649944446),(1171254,'guest','failed_login','Users','Session','tech1',0,0,'182.50.151.15',1649944507),(1171255,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1649944571),(1171256,'guest','failed_login','Users','Session','tech1',0,0,'159.89.160.120',1649944905),(1171257,'guest','failed_login','Users','Session','tech1',0,0,'72.29.64.190',1649944914),(1171258,'guest','failed_login','Users','Session','drmap',0,0,'128.199.1.70',1649945181),(1171259,'guest','failed_login','Users','Session','tech1',0,0,'103.204.130.160',1649945253),(1171260,'guest','failed_login','Users','Session','tech1',0,0,'198.54.120.17',1649945605),(1171261,'guest','failed_login','Users','Session','tech1',0,0,'69.39.239.34',1649945644),(1171262,'guest','failed_login','Users','Session','drmap',0,0,'2001:470:c:7e2::2',1649945919),(1171263,'guest','failed_login','Users','Session','tech1',0,0,'171.244.201.17',1649945981),(1171264,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.202.91',1649946252),(1171265,'guest','failed_login','Users','Session','tech1',0,0,'123.31.41.38',1649946344),(1171266,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649946352),(1171267,'guest','failed_login','Users','Session','tech1',0,0,'165.227.141.125',1649946380),(1171268,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.66',1649946404),(1171269,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.154.22',1649946557),(1171270,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.45',1649946566),(1171271,'guest','failed_login','Users','Session','drmap',0,0,'46.29.23.162',1649946652),(1171272,'guest','failed_login','Users','Session','tech1',0,0,'157.245.231.45',1649946710),(1171273,'guest','failed_login','Users','Session','tech1',0,0,'185.56.11.123',1649947090),(1171274,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.18',1649947330),(1171275,'guest','failed_login','Users','Session','drmap',0,0,'185.2.5.77',1649947390),(1171276,'guest','failed_login','Users','Session','test',0,0,'69.30.240.30',1649947444),(1171277,'guest','failed_login','Users','Session','tech1',0,0,'185.56.11.123',1649947454),(1171278,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.228',1649947606),(1171279,'guest','failed_login','Users','Session','tech1',0,0,'91.205.16.131',1649947823),(1171280,'guest','failed_login','Users','Session','tech1',0,0,'37.139.13.163',1649947852),(1171281,'guest','failed_login','Users','Session','drmap',0,0,'84.205.178.134',1649948128),(1171282,'guest','failed_login','Users','Session','tech1',0,0,'150.158.149.19',1649948185),(1171283,'guest','failed_login','Users','Session','tech1',0,0,'150.158.149.19',1649948186),(1171284,'guest','failed_login','Users','Session','tech1',0,0,'150.158.149.19',1649948187),(1171285,'guest','failed_login','Users','Session','tech1',0,0,'150.158.149.19',1649948188),(1171286,'guest','failed_login','Users','Session','tech1',0,0,'150.158.149.19',1649948189),(1171287,'guest','failed_login','Users','Session','tech1',0,0,'150.158.149.19',1649948190),(1171288,'guest','failed_login','Users','Session','tech1',0,0,'150.158.149.19',1649948192),(1171289,'guest','failed_login','Users','Session','tech1',0,0,'150.158.149.19',1649948194),(1171290,'guest','failed_login','Users','Session','tech1',0,0,'150.158.149.19',1649948195),(1171291,'guest','failed_login','Users','Session','tech1',0,0,'150.158.149.19',1649948196),(1171292,'guest','failed_login','Users','Session','tech1',0,0,'150.158.149.19',1649948197),(1171293,'guest','failed_login','Users','Session','tech1',0,0,'150.158.149.19',1649948198),(1171294,'guest','failed_login','Users','Session','tech1',0,0,'150.158.149.19',1649948199),(1171295,'guest','failed_login','Users','Session','tech1',0,0,'150.158.149.19',1649948200),(1171296,'guest','failed_login','Users','Session','tech1',0,0,'150.158.149.19',1649948201),(1171297,'guest','failed_login','Users','Session','tech1',0,0,'150.158.149.19',1649948202),(1171298,'guest','failed_login','Users','Session','tech1',0,0,'150.158.149.19',1649948203),(1171299,'guest','failed_login','Users','Session','tech1',0,0,'150.158.149.19',1649948205),(1171300,'guest','failed_login','Users','Session','tech1',0,0,'194.5.175.15',1649948208),(1171301,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948210),(1171302,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948211),(1171303,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948212),(1171304,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948213),(1171305,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948214),(1171306,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948215),(1171307,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948216),(1171308,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948217),(1171309,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948218),(1171310,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948219),(1171311,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948221),(1171312,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948222),(1171313,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948223),(1171314,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948224),(1171315,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948225),(1171316,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948226),(1171317,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948227),(1171318,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948229),(1171319,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948230),(1171320,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948231),(1171321,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.66',1649948231),(1171322,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948232),(1171323,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948233),(1171324,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948234),(1171325,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948235),(1171326,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948236),(1171327,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948237),(1171328,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948238),(1171329,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948239),(1171330,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948241),(1171331,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948242),(1171332,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948243),(1171333,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948244),(1171334,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948245),(1171335,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948246),(1171336,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948247),(1171337,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948248),(1171338,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948249),(1171339,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948250),(1171340,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948251),(1171341,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948252),(1171342,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948253),(1171343,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948254),(1171344,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948255),(1171345,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948256),(1171346,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948257),(1171347,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948258),(1171348,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948259),(1171349,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948260),(1171350,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948261),(1171351,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948262),(1171352,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948263),(1171353,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948264),(1171354,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948265),(1171355,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948266),(1171356,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948267),(1171357,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948268),(1171358,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948269),(1171359,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948271),(1171360,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948272),(1171361,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948273),(1171362,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948274),(1171363,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948275),(1171364,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948277),(1171365,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948278),(1171366,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948279),(1171367,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948280),(1171368,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948281),(1171369,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948282),(1171370,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948283),(1171371,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948284),(1171372,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948285),(1171373,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948286),(1171374,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948287),(1171375,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948288),(1171376,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948289),(1171377,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948290),(1171378,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948292),(1171379,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948293),(1171380,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948294),(1171381,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948295),(1171382,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948296),(1171383,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948297),(1171384,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948298),(1171385,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948299),(1171386,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948300),(1171387,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948302),(1171388,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948303),(1171389,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948304),(1171390,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948305),(1171391,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948306),(1171392,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948307),(1171393,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948308),(1171394,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948309),(1171395,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948310),(1171396,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948311),(1171397,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948312),(1171398,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948313),(1171399,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948314),(1171400,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948315),(1171401,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948316),(1171402,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948317),(1171403,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948318),(1171404,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948319),(1171405,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948320),(1171406,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948321),(1171407,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948322),(1171408,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948323),(1171409,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948324),(1171410,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948325),(1171411,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948326),(1171412,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948327),(1171413,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948328),(1171414,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948330),(1171415,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948331),(1171416,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948332),(1171417,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948333),(1171418,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948334),(1171419,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948335),(1171420,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948336),(1171421,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948337),(1171422,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948338),(1171423,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948339),(1171424,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948340),(1171425,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948341),(1171426,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948342),(1171427,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948343),(1171428,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948344),(1171429,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948346),(1171430,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948347),(1171431,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948348),(1171432,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948350),(1171433,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948351),(1171434,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948352),(1171435,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948353),(1171436,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948354),(1171437,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948356),(1171438,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948357),(1171439,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948358),(1171440,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948359),(1171441,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948360),(1171442,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948361),(1171443,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948362),(1171444,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948363),(1171445,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948364),(1171446,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948365),(1171447,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948366),(1171448,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948367),(1171449,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948368),(1171450,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948369),(1171451,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948370),(1171452,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948371),(1171453,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948372),(1171454,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948373),(1171455,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948374),(1171456,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948375),(1171457,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948376),(1171458,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948377),(1171459,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948384),(1171460,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948385),(1171461,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948388),(1171462,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948389),(1171463,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948390),(1171464,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948393),(1171465,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948394),(1171466,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948395),(1171467,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948396),(1171468,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948397),(1171469,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948398),(1171470,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948399),(1171471,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948400),(1171472,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948401),(1171473,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948402),(1171474,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948403),(1171475,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948404),(1171476,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948405),(1171477,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948406),(1171478,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948407),(1171479,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948409),(1171480,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948410),(1171481,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948411),(1171482,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948412),(1171483,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948413),(1171484,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948414),(1171485,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948415),(1171486,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948416),(1171487,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948417),(1171488,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948418),(1171489,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948419),(1171490,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948420),(1171491,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948421),(1171492,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948422),(1171493,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948424),(1171494,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948425),(1171495,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948426),(1171496,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948427),(1171497,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948428),(1171498,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948429),(1171499,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948430),(1171500,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948431),(1171501,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948432),(1171502,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948433),(1171503,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948434),(1171504,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948435),(1171505,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948436),(1171506,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948437),(1171507,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948438),(1171508,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948439),(1171509,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948440),(1171510,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948441),(1171511,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948442),(1171512,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948443),(1171513,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948444),(1171514,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948445),(1171515,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948446),(1171516,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948447),(1171517,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948448),(1171518,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948449),(1171519,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948450),(1171520,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948451),(1171521,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948452),(1171522,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948453),(1171523,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948454),(1171524,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948455),(1171525,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948456),(1171526,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948457),(1171527,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948459),(1171528,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948460),(1171529,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948461),(1171530,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948462),(1171531,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948463),(1171532,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948464),(1171533,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948465),(1171534,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948467),(1171535,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948468),(1171536,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948469),(1171537,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948470),(1171538,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948472),(1171539,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948473),(1171540,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948474),(1171541,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948475),(1171542,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948476),(1171543,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948477),(1171544,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948478),(1171545,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948479),(1171546,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948480),(1171547,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948481),(1171548,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948482),(1171549,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948483),(1171550,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948484),(1171551,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948485),(1171552,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948487),(1171553,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948488),(1171554,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948489),(1171555,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948490),(1171556,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948491),(1171557,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948492),(1171558,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948493),(1171559,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948494),(1171560,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948495),(1171561,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948496),(1171562,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948497),(1171563,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948498),(1171564,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948499),(1171565,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948500),(1171566,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948501),(1171567,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948502),(1171568,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948503),(1171569,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948504),(1171570,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948505),(1171571,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948506),(1171572,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948507),(1171573,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948508),(1171574,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948509),(1171575,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948510),(1171576,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948511),(1171577,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948512),(1171578,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948514),(1171579,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948515),(1171580,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948516),(1171581,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948518),(1171582,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948519),(1171583,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948520),(1171584,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948521),(1171585,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948522),(1171586,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948523),(1171587,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948524),(1171588,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948525),(1171589,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948526),(1171590,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948527),(1171591,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948528),(1171592,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948529),(1171593,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948530),(1171594,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948531),(1171595,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948532),(1171596,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948533),(1171597,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948534),(1171598,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948535),(1171599,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948536),(1171600,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948537),(1171601,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948538),(1171602,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948539),(1171603,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948540),(1171604,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948541),(1171605,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948542),(1171606,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948543),(1171607,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948544),(1171608,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948545),(1171609,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948546),(1171610,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948548),(1171611,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948549),(1171612,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948550),(1171613,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948551),(1171614,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948552),(1171615,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948553),(1171616,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948554),(1171617,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948555),(1171618,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948556),(1171619,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948557),(1171620,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948558),(1171621,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948559),(1171622,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948560),(1171623,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948561),(1171624,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948562),(1171625,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948563),(1171626,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948564),(1171627,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948565),(1171628,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948566),(1171629,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948567),(1171630,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948568),(1171631,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948569),(1171632,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948570),(1171633,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948571),(1171634,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948572),(1171635,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948573),(1171636,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948574),(1171637,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948575),(1171638,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948576),(1171639,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948577),(1171640,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948578),(1171641,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948579),(1171642,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948580),(1171643,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948581),(1171644,'guest','failed_login','Users','Session','tech1',0,0,'213.136.93.169',1649948582),(1171645,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948582),(1171646,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948584),(1171647,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948585),(1171648,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948586),(1171649,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948587),(1171650,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948588),(1171651,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948589),(1171652,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948590),(1171653,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948591),(1171654,'guest','failed_login','Users','Session','tech1',0,0,'5.9.238.116',1649948592),(1171655,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948592),(1171656,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948593),(1171657,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948595),(1171658,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948596),(1171659,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948597),(1171660,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948598),(1171661,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948599),(1171662,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948600),(1171663,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948601),(1171664,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948602),(1171665,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948604),(1171666,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948605),(1171667,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948606),(1171668,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948607),(1171669,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948608),(1171670,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948609),(1171671,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948610),(1171672,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948611),(1171673,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948612),(1171674,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948613),(1171675,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948614),(1171676,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948615),(1171677,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948616),(1171678,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948617),(1171679,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948618),(1171680,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948619),(1171681,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948620),(1171682,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948621),(1171683,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948622),(1171684,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948623),(1171685,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948629),(1171686,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948630),(1171687,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948631),(1171688,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948632),(1171689,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948633),(1171690,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948634),(1171691,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948635),(1171692,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948636),(1171693,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948637),(1171694,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948639),(1171695,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948640),(1171696,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948641),(1171697,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948642),(1171698,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948643),(1171699,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948644),(1171700,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948646),(1171701,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948647),(1171702,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948648),(1171703,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948650),(1171704,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948651),(1171705,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948652),(1171706,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948653),(1171707,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948655),(1171708,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649948656),(1171709,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948656),(1171710,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948657),(1171711,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948658),(1171712,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948660),(1171713,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948661),(1171714,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948662),(1171715,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948663),(1171716,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948664),(1171717,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948666),(1171718,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948667),(1171719,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948668),(1171720,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948669),(1171721,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948670),(1171722,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948671),(1171723,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948672),(1171724,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948673),(1171725,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948674),(1171726,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948676),(1171727,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948677),(1171728,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948678),(1171729,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948679),(1171730,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948680),(1171731,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948681),(1171732,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948682),(1171733,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.45',1649948683),(1171734,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948683),(1171735,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948684),(1171736,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948685),(1171737,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948686),(1171738,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948687),(1171739,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948689),(1171740,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948690),(1171741,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948691),(1171742,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948692),(1171743,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948693),(1171744,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948694),(1171745,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948695),(1171746,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948696),(1171747,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948697),(1171748,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948698),(1171749,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948699),(1171750,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948700),(1171751,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948701),(1171752,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948702),(1171753,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948703),(1171754,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948704),(1171755,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948706),(1171756,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948708),(1171757,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948709),(1171758,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948710),(1171759,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948711),(1171760,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948712),(1171761,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948713),(1171762,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948714),(1171763,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948716),(1171764,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948717),(1171765,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948718),(1171766,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948719),(1171767,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948720),(1171768,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948721),(1171769,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948722),(1171770,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948723),(1171771,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948724),(1171772,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948725),(1171773,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948726),(1171774,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948728),(1171775,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948730),(1171776,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948732),(1171777,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948733),(1171778,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948734),(1171779,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948735),(1171780,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948736),(1171781,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948737),(1171782,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948738),(1171783,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948739),(1171784,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948740),(1171785,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948742),(1171786,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948743),(1171787,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948744),(1171788,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948745),(1171789,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948746),(1171790,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948747),(1171791,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948748),(1171792,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948749),(1171793,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948750),(1171794,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948751),(1171795,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948752),(1171796,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948753),(1171797,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948754),(1171798,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948755),(1171799,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948756),(1171800,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948757),(1171801,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948758),(1171802,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948759),(1171803,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948760),(1171804,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948761),(1171805,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948762),(1171806,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948763),(1171807,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948765),(1171808,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948766),(1171809,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948767),(1171810,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948768),(1171811,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948769),(1171812,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948770),(1171813,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948771),(1171814,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948772),(1171815,'guest','failed_login','Users','Session','admin',0,0,'150.158.149.19',1649948773),(1171816,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948774),(1171817,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948775),(1171818,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948776),(1171819,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948777),(1171820,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948778),(1171821,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948779),(1171822,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948780),(1171823,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948781),(1171824,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948782),(1171825,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948783),(1171826,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948784),(1171827,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948785),(1171828,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948786),(1171829,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948787),(1171830,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948788),(1171831,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948789),(1171832,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948790),(1171833,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948792),(1171834,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948793),(1171835,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948794),(1171836,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948795),(1171837,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948796),(1171838,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948798),(1171839,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948799),(1171840,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948800),(1171841,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948801),(1171842,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948802),(1171843,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948803),(1171844,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948804),(1171845,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948805),(1171846,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948806),(1171847,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948807),(1171848,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948808),(1171849,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948809),(1171850,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948811),(1171851,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948812),(1171852,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948814),(1171853,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948816),(1171854,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948817),(1171855,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948818),(1171856,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948820),(1171857,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948821),(1171858,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948822),(1171859,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948823),(1171860,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948824),(1171861,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948825),(1171862,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948826),(1171863,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948827),(1171864,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948828),(1171865,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948829),(1171866,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948830),(1171867,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948831),(1171868,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948833),(1171869,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948834),(1171870,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948835),(1171871,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948836),(1171872,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948837),(1171873,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948838),(1171874,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948844),(1171875,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948845),(1171876,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948846),(1171877,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948847),(1171878,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948848),(1171879,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948850),(1171880,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948851),(1171881,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948852),(1171882,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948853),(1171883,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948854),(1171884,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948855),(1171885,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948856),(1171886,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948857),(1171887,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948858),(1171888,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948859),(1171889,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948861),(1171890,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948862),(1171891,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948864),(1171892,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948865),(1171893,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1649948865),(1171894,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948866),(1171895,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948867),(1171896,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948868),(1171897,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948869),(1171898,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948870),(1171899,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948871),(1171900,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948872),(1171901,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948873),(1171902,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948874),(1171903,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948875),(1171904,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948876),(1171905,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948877),(1171906,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948878),(1171907,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948879),(1171908,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948880),(1171909,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948881),(1171910,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948882),(1171911,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948884),(1171912,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948885),(1171913,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948886),(1171914,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948887),(1171915,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948888),(1171916,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948889),(1171917,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948891),(1171918,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948892),(1171919,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948894),(1171920,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948895),(1171921,'guest','failed_login','Users','Session','tech1',0,0,'161.35.155.212',1649948895),(1171922,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948896),(1171923,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948897),(1171924,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948898),(1171925,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948899),(1171926,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948900),(1171927,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948901),(1171928,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948902),(1171929,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948903),(1171930,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948904),(1171931,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948905),(1171932,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948906),(1171933,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948907),(1171934,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948908),(1171935,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948909),(1171936,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948910),(1171937,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948911),(1171938,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948912),(1171939,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948913),(1171940,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948915),(1171941,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948916),(1171942,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948917),(1171943,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948918),(1171944,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948920),(1171945,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948921),(1171946,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948922),(1171947,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948923),(1171948,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948924),(1171949,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948925),(1171950,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948926),(1171951,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948927),(1171952,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948928),(1171953,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948929),(1171954,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948930),(1171955,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948931),(1171956,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948932),(1171957,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948933),(1171958,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948934),(1171959,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948936),(1171960,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948937),(1171961,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948938),(1171962,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948939),(1171963,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948940),(1171964,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948941),(1171965,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948942),(1171966,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948943),(1171967,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948944),(1171968,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948945),(1171969,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948946),(1171970,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948947),(1171971,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948948),(1171972,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948949),(1171973,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948952),(1171974,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948953),(1171975,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948954),(1171976,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948955),(1171977,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948956),(1171978,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948957),(1171979,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948959),(1171980,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948960),(1171981,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948961),(1171982,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948963),(1171983,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948965),(1171984,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948966),(1171985,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948967),(1171986,'guest','failed_login','Users','Session','tech1',0,0,'103.148.192.11',1649948967),(1171987,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948968),(1171988,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948969),(1171989,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948970),(1171990,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948971),(1171991,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948972),(1171992,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948973),(1171993,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948974),(1171994,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948975),(1171995,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948976),(1171996,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948977),(1171997,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948978),(1171998,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948979),(1171999,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948981),(1172000,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948982),(1172001,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948983),(1172002,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948985),(1172003,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948987),(1172004,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948988),(1172005,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948989),(1172006,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948990),(1172007,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948991),(1172008,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948992),(1172009,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948993),(1172010,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948994),(1172011,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948995),(1172012,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948996),(1172013,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948997),(1172014,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948998),(1172015,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649948999),(1172016,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949001),(1172017,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949002),(1172018,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949003),(1172019,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949004),(1172020,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949005),(1172021,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949006),(1172022,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949007),(1172023,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949008),(1172024,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949009),(1172025,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949010),(1172026,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949011),(1172027,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949012),(1172028,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949013),(1172029,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949014),(1172030,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949015),(1172031,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949016),(1172032,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949017),(1172033,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949018),(1172034,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949019),(1172035,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949020),(1172036,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949021),(1172037,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949022),(1172038,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949023),(1172039,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949024),(1172040,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949025),(1172041,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949026),(1172042,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949027),(1172043,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949028),(1172044,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949029),(1172045,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949030),(1172046,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949031),(1172047,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949032),(1172048,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949033),(1172049,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949034),(1172050,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949035),(1172051,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949036),(1172052,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949037),(1172053,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949039),(1172054,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949041),(1172055,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949042),(1172056,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949043),(1172057,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949045),(1172058,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949046),(1172059,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949047),(1172060,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949048),(1172061,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949049),(1172062,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949050),(1172063,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949051),(1172064,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949052),(1172065,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949053),(1172066,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949054),(1172067,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949055),(1172068,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949056),(1172069,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949057),(1172070,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949058),(1172071,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949059),(1172072,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949061),(1172073,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949062),(1172074,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949064),(1172075,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949065),(1172076,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949066),(1172077,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949067),(1172078,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949068),(1172079,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949069),(1172080,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949070),(1172081,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949071),(1172082,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949072),(1172083,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949073),(1172084,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949074),(1172085,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949075),(1172086,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949076),(1172087,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949081),(1172088,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949082),(1172089,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949084),(1172090,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949085),(1172091,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949087),(1172092,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949088),(1172093,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949089),(1172094,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949090),(1172095,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949091),(1172096,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949092),(1172097,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949093),(1172098,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949095),(1172099,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949096),(1172100,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949097),(1172101,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949099),(1172102,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949100),(1172103,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949101),(1172104,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949102),(1172105,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949103),(1172106,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949104),(1172107,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949105),(1172108,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949106),(1172109,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949107),(1172110,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949108),(1172111,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949109),(1172112,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949110),(1172113,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949111),(1172114,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949112),(1172115,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949114),(1172116,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949115),(1172117,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949116),(1172118,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949117),(1172119,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949118),(1172120,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949119),(1172121,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949120),(1172122,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949123),(1172123,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949124),(1172124,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949125),(1172125,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949126),(1172126,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949127),(1172127,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949128),(1172128,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949129),(1172129,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949130),(1172130,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949131),(1172131,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949132),(1172132,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949133),(1172133,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949134),(1172134,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949135),(1172135,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949136),(1172136,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949137),(1172137,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949138),(1172138,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949139),(1172139,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949140),(1172140,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949141),(1172141,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949142),(1172142,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949143),(1172143,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949144),(1172144,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949145),(1172145,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949146),(1172146,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949147),(1172147,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949148),(1172148,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949149),(1172149,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949150),(1172150,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949151),(1172151,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949152),(1172152,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949153),(1172153,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949154),(1172154,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949155),(1172155,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949156),(1172156,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949157),(1172157,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949158),(1172158,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949160),(1172159,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949161),(1172160,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949162),(1172161,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949163),(1172162,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949164),(1172163,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949165),(1172164,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949166),(1172165,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949167),(1172166,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949168),(1172167,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949169),(1172168,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949170),(1172169,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949171),(1172170,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949172),(1172171,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949173),(1172172,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949177),(1172173,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949178),(1172174,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949179),(1172175,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949180),(1172176,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949181),(1172177,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949182),(1172178,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949183),(1172179,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949184),(1172180,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949185),(1172181,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949186),(1172182,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949187),(1172183,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949188),(1172184,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949189),(1172185,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949190),(1172186,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949191),(1172187,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949192),(1172188,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949193),(1172189,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949195),(1172190,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949196),(1172191,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949197),(1172192,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949198),(1172193,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949199),(1172194,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949200),(1172195,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949201),(1172196,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949202),(1172197,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949203),(1172198,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949204),(1172199,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949205),(1172200,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949207),(1172201,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949208),(1172202,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949209),(1172203,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949210),(1172204,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949211),(1172205,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949213),(1172206,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949214),(1172207,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949215),(1172208,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949216),(1172209,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949217),(1172210,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949218),(1172211,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949219),(1172212,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949220),(1172213,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949221),(1172214,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949222),(1172215,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949223),(1172216,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949224),(1172217,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949225),(1172218,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949227),(1172219,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949228),(1172220,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949229),(1172221,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949230),(1172222,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949231),(1172223,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949232),(1172224,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949233),(1172225,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949234),(1172226,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949235),(1172227,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949236),(1172228,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949237),(1172229,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949238),(1172230,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949239),(1172231,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949240),(1172232,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949241),(1172233,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949242),(1172234,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949243),(1172235,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949244),(1172236,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949245),(1172237,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949246),(1172238,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949247),(1172239,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949248),(1172240,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949249),(1172241,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949250),(1172242,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949251),(1172243,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949252),(1172244,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949253),(1172245,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949254),(1172246,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949256),(1172247,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949258),(1172248,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949260),(1172249,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949261),(1172250,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949262),(1172251,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949263),(1172252,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949264),(1172253,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949265),(1172254,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949266),(1172255,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949267),(1172256,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949268),(1172257,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949269),(1172258,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949270),(1172259,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949271),(1172260,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949272),(1172261,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949273),(1172262,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949274),(1172263,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949275),(1172264,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949276),(1172265,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949278),(1172266,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949280),(1172267,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949281),(1172268,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949282),(1172269,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949283),(1172270,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949284),(1172271,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949285),(1172272,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949286),(1172273,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949287),(1172274,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949288),(1172275,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949289),(1172276,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949290),(1172277,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949291),(1172278,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949292),(1172279,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949293),(1172280,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949294),(1172281,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949295),(1172282,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949296),(1172283,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949297),(1172284,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949299),(1172285,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949300),(1172286,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949301),(1172287,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949302),(1172288,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949303),(1172289,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949304),(1172290,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949305),(1172291,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949306),(1172292,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949307),(1172293,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949308),(1172294,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949309),(1172295,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949310),(1172296,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949311),(1172297,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949312),(1172298,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949313),(1172299,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949315),(1172300,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949316),(1172301,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949317),(1172302,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949318),(1172303,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949320),(1172304,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949322),(1172305,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949323),(1172306,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949324),(1172307,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949325),(1172308,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949326),(1172309,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949327),(1172310,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949328),(1172311,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949329),(1172312,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949330),(1172313,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949331),(1172314,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949333),(1172315,'guest','failed_login','Users','Session','tech1',0,0,'5.9.238.116',1649949334),(1172316,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949335),(1172317,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949336),(1172318,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949337),(1172319,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949338),(1172320,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949339),(1172321,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949340),(1172322,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949341),(1172323,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949342),(1172324,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949343),(1172325,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949344),(1172326,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949345),(1172327,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949346),(1172328,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949347),(1172329,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.149.19',1649949348),(1172330,'guest','failed_login','Users','Session','tech1',0,0,'85.214.38.127',1649949365),(1172331,'guest','failed_login','Users','Session','drmap',0,0,'194.233.67.249',1649949608),(1172332,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::1124:d001',1649949729),(1172333,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.228',1649949896),(1172334,'guest','failed_login','Users','Session','tech1',0,0,'51.75.15.189',1649950072),(1172335,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1649950123),(1172336,'guest','failed_login','Users','Session','tech1',0,0,'115.159.148.91',1649950124),(1172337,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:1:d0::ce9:8001',1649950347),(1172338,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1649950357),(1172339,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.140',1649950396),(1172340,'guest','failed_login','Users','Session','tech1',0,0,'47.108.179.31',1649950543),(1172341,'guest','failed_login','Users','Session','tech1',0,0,'23.97.205.210',1649950810),(1172342,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.18',1649950858),(1172343,'guest','failed_login','Users','Session','tech1',0,0,'103.1.237.254',1649950917),(1172344,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.153.157',1649950929),(1172345,'guest','failed_login','Users','Session','drmap',0,0,'103.28.114.94',1649951088),(1172346,'guest','failed_login','Users','Session','tech1',0,0,'72.167.67.108',1649951321),(1172347,'guest','failed_login','Users','Session','tech1',0,0,'162.240.28.177',1649951550),(1172348,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1649951681),(1172349,'guest','failed_login','Users','Session','tech1',0,0,'107.152.234.218',1649951728),(1172350,'guest','failed_login','Users','Session','drmap',0,0,'103.159.224.46',1649951824),(1172351,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.59',1649952053),(1172352,'guest','failed_login','Users','Session','tech1',0,0,'103.42.58.102',1649952115),(1172353,'guest','failed_login','Users','Session','com',0,0,'69.197.155.228',1649952266),(1172354,'guest','failed_login','Users','Session','tech1',0,0,'52.42.156.111',1649952291),(1172355,'guest','failed_login','Users','Session','admin',0,0,'204.12.215.59',1649952294),(1172356,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.228',1649952305),(1172357,'guest','failed_login','Users','Session','test',0,0,'69.197.155.228',1649952439),(1172358,'guest','failed_login','Users','Session','tech1',0,0,'103.72.76.17',1649952532),(1172359,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.140',1649952554),(1172360,'guest','failed_login','Users','Session','drmap',0,0,'167.71.234.124',1649952568),(1172361,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1649952667),(1172362,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1649952790),(1172363,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.155.228',1649952921),(1172364,'guest','failed_login','Users','Session','tech1',0,0,'182.92.65.39',1649952946),(1172365,'guest','failed_login','Users','Session','tech1',0,0,'134.209.213.110',1649953038),(1172366,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.229.66',1649953153),(1172367,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::87b:3001',1649953310),(1172368,'guest','failed_login','Users','Session','dmytro',0,0,'192.187.127.18',1649953330),(1172369,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1649953394),(1172370,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:211:907::2',1649953754),(1172371,'guest','failed_login','Users','Session','tech1',0,0,'192.169.152.218',1649953776),(1172372,'guest','failed_login','Users','Session','tech1',0,0,'50.62.161.68',1649953815),(1172373,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649954043),(1172374,'guest','failed_login','Users','Session','tech1',0,0,'47.241.26.170',1649954145),(1172375,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.66',1649954169),(1172376,'guest','failed_login','Users','Session','tech1',0,0,'150.95.113.178',1649954518),(1172377,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.59',1649954536),(1172378,'guest','failed_login','Users','Session','tech1',0,0,'123.31.41.38',1649954581),(1172379,'guest','failed_login','Users','Session','test',0,0,'192.187.127.18',1649954623),(1172380,'guest','failed_login','Users','Session','drmap',0,0,'46.101.150.34',1649954794),(1172381,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:c:b1a::',1649954992),(1172382,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1649955160),(1172383,'guest','failed_login','Users','Session','tech1',0,0,'34.75.65.218',1649955262),(1172384,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649955384),(1172385,'guest','failed_login','Users','Session','tech1',0,0,'101.0.97.134',1649955395),(1172386,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1649955466),(1172387,'guest','failed_login','Users','Session','drmap',0,0,'209.97.151.249',1649955539),(1172388,'guest','failed_login','Users','Session','tech1',0,0,'2a00:5da0:1000:1::27',1649955886),(1172389,'guest','failed_login','Users','Session','tech1',0,0,'167.71.163.218',1649956007),(1172390,'guest','failed_login','Users','Session','tech1',0,0,'216.245.215.122',1649956232),(1172391,'guest','failed_login','Users','Session','drmap',0,0,'195.201.27.74',1649956289),(1172392,'guest','failed_login','Users','Session','tech1',0,0,'103.101.162.249',1649956678),(1172393,'guest','failed_login','Users','Session','tech1',0,0,'185.190.117.89',1649956763),(1172394,'guest','failed_login','Users','Session','drmap',0,0,'103.208.24.86',1649957042),(1172395,'guest','failed_login','Users','Session','tech1',0,0,'66.94.114.17',1649957105),(1172396,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.59',1649957248),(1172397,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.70',1649957373),(1172398,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1649957493),(1172399,'guest','failed_login','Users','Session','tech1',0,0,'88.87.206.123',1649957508),(1172400,'guest','failed_login','Users','Session','drmap',0,0,'137.184.106.223',1649957788),(1172401,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.91',1649958127),(1172402,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::161:e001',1649958138),(1172403,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.215.59',1649958226),(1172404,'guest','failed_login','Users','Session','tech1',0,0,'195.4.173.50',1649958249),(1172405,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.27',1649958413),(1172406,'guest','failed_login','Users','Session','tech1',0,0,'137.184.17.117',1649958442),(1172407,'guest','failed_login','Users','Session','drmap',0,0,'16.170.192.10',1649958521),(1172408,'guest','failed_login','Users','Session','tech1',0,0,'173.249.36.84',1649958628),(1172409,'guest','failed_login','Users','Session','tech1',0,0,'198.71.224.86',1649958713),(1172410,'guest','failed_login','Users','Session','com',0,0,'204.12.255.60',1649958877),(1172411,'guest','failed_login','Users','Session','tech1',0,0,'198.54.120.31',1649958973),(1172412,'guest','failed_login','Users','Session','tech1',0,0,'37.139.13.163',1649958979),(1172413,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.70',1649959181),(1172414,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::2db:3001',1649959231),(1172415,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.70',1649959274),(1172416,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.59',1649959313),(1172417,'guest','failed_login','Users','Session','tech1',0,0,'64.227.12.160',1649959479),(1172418,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.229.66',1649959489),(1172419,'guest','failed_login','Users','Session','tech1',0,0,'78.141.209.179',1649959706),(1172420,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4f71',1649959712),(1172421,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.155.228',1649959870),(1172422,'guest','failed_login','Users','Session','tech1',0,0,'5.101.156.249',1649959958),(1172423,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:400:d0::1a04:a001',1649959978),(1172424,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.228',1649960109),(1172425,'guest','failed_login','Users','Session','tech1',0,0,'87.236.20.88',1649960174),(1172426,'guest','failed_login','Users','Session','tech1',0,0,'185.241.5.213',1649960391),(1172427,'guest','failed_login','Users','Session','dmytro',0,0,'192.187.127.18',1649960432),(1172428,'guest','failed_login','Users','Session','tech1',0,0,'51.159.155.6',1649960439),(1172429,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.228',1649960534),(1172430,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.45',1649960575),(1172431,'guest','failed_login','Users','Session','admin',0,0,'74.91.17.83',1649960593),(1172432,'guest','failed_login','Users','Session','tech1',0,0,'35.193.222.165',1649960604),(1172433,'guest','failed_login','Users','Session','drmap',0,0,'103.129.222.91',1649960710),(1172434,'guest','failed_login','Users','Session','tech1',0,0,'192.64.117.99',1649960792),(1172435,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.70',1649960836),(1172436,'guest','failed_login','Users','Session','test',0,0,'69.197.155.228',1649960851),(1172437,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.228',1649960872),(1172438,'guest','failed_login','Users','Session','tech1',0,0,'82.145.33.64',1649961017),(1172439,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.70',1649961056),(1172440,'guest','failed_login','Users','Session','tech1',0,0,'194.90.234.21',1649961168),(1172441,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:4:1d0::3a:7000',1649961198),(1172442,'guest','failed_login','Users','Session','admin',0,0,'204.12.202.91',1649961253),(1172443,'guest','failed_login','Users','Session','tech1',0,0,'109.233.192.83',1649961419),(1172444,'guest','failed_login','Users','Session','dmytro',0,0,'208.110.66.140',1649961509),(1172445,'guest','failed_login','Users','Session','tech1',0,0,'185.50.25.24',1649961621),(1172446,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1649961646),(1172447,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::2db:3001',1649961797),(1172448,'guest','failed_login','Users','Session','admin',0,0,'173.208.153.157',1649961857),(1172449,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649962036),(1172450,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649962423),(1172451,'guest','failed_login','Users','Session','admin',0,0,'5.101.157.25',1649963118),(1172452,'guest','failed_login','Users','Session','tech1',0,0,'54.226.63.110',1649963220),(1172453,'guest','failed_login','Users','Session','admin',0,0,'148.72.197.134',1649963295),(1172454,'guest','failed_login','Users','Session','com',0,0,'69.30.240.30',1649963375),(1172455,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.155.228',1649963381),(1172456,'guest','failed_login','Users','Session','test',0,0,'63.141.252.70',1649963439),(1172457,'guest','failed_login','Users','Session','tech1',0,0,'164.68.99.251',1649963498),(1172458,'guest','failed_login','Users','Session','tech1',0,0,'2600:3c04::f03c:92ff:fe2f:c1c4',1649963697),(1172459,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.61',1649963856),(1172460,'guest','failed_login','Users','Session','tech1',0,0,'148.72.122.94',1649963902),(1172461,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1649963993),(1172462,'guest','failed_login','Users','Session','tech1',0,0,'185.131.50.99',1649964117),(1172463,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.61',1649964157),(1172464,'guest','failed_login','Users','Session','tech1',0,0,'185.50.25.58',1649964303),(1172465,'guest','failed_login','Users','Session','tech1',0,0,'122.17.148.164',1649964497),(1172466,'guest','failed_login','Users','Session','tech1',0,0,'35.203.155.125',1649964750),(1172467,'guest','failed_login','Users','Session','tech1',0,0,'216.158.230.167',1649965017),(1172468,'guest','failed_login','Users','Session','tech1',0,0,'213.136.93.169',1649965222),(1172469,'guest','failed_login','Users','Session','tech1',0,0,'47.105.153.104',1649965402),(1172470,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.74',1649965420),(1172471,'guest','failed_login','Users','Session','drmap',0,0,'217.160.64.174',1649965509),(1172472,'guest','failed_login','Users','Session','tech1',0,0,'85.198.184.211',1649965614),(1172473,'guest','failed_login','Users','Session','tech1',0,0,'216.158.230.167',1649965801),(1172474,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:1c1c:351::1',1649965966),(1172475,'guest','failed_login','Users','Session','tech1',0,0,'82.196.10.165',1649965998),(1172476,'guest','failed_login','Users','Session','tech1',0,0,'218.38.137.175',1649966175),(1172477,'guest','failed_login','Users','Session','drmap',0,0,'2400:8904::f03c:92ff:fef0:39e9',1649966236),(1172478,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1649966392),(1172479,'guest','failed_login','Users','Session','tech1',0,0,'162.241.252.89',1649966428),(1172480,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1649966446),(1172481,'guest','failed_login','Users','Session','tech1',0,0,'67.222.147.67',1649966581),(1172482,'guest','failed_login','Users','Session','tech1',0,0,'2a00:1a28:155d:1f5::1',1649966690),(1172483,'guest','failed_login','Users','Session','tech1',0,0,'188.166.1.143',1649966773),(1172484,'guest','failed_login','Users','Session','tech1',0,0,'49.234.226.197',1649966954),(1172485,'guest','failed_login','Users','Session','drmap',0,0,'94.23.252.163',1649966966),(1172486,'guest','failed_login','Users','Session','tech1',0,0,'2a01:518:1:1041::3',1649967158),(1172487,'guest','failed_login','Users','Session','tech1',0,0,'104.131.108.143',1649967335),(1172488,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.45',1649967432),(1172489,'guest','failed_login','Users','Session','tech1',0,0,'178.128.247.244',1649967433),(1172490,'guest','failed_login','Users','Session','tech1',0,0,'143.110.208.83',1649967526),(1172491,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1649967526),(1172492,'guest','failed_login','Users','Session','drmap',0,0,'47.100.208.57',1649967707),(1172493,'guest','failed_login','Users','Session','tech1',0,0,'93.177.103.170',1649967733),(1172494,'guest','failed_login','Users','Session','tech1',0,0,'85.214.91.8',1649967929),(1172495,'guest','failed_login','Users','Session','tech1',0,0,'149.202.181.22',1649968078),(1172496,'guest','failed_login','Users','Session','tech1',0,0,'143.198.173.67',1649968132),(1172497,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1649968166),(1172498,'guest','failed_login','Users','Session','tech1',0,0,'137.184.22.7',1649968326),(1172499,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:6:a016::22c:2e30',1649968438),(1172500,'guest','failed_login','Users','Session','tech1',0,0,'67.222.147.67',1649968533),(1172501,'guest','failed_login','Users','Session','admin',0,0,'74.91.17.83',1649968636),(1172502,'guest','failed_login','Users','Session','tech1',0,0,'8.29.155.200',1649968720),(1172503,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.70',1649968745),(1172504,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649968787),(1172505,'guest','failed_login','Users','Session','tech1',0,0,'159.65.76.38',1649968899),(1172506,'guest','failed_login','Users','Session','tech1',0,0,'35.219.62.239',1649968915),(1172507,'guest','failed_login','Users','Session','tech1',0,0,'185.126.219.43',1649969142),(1172508,'guest','failed_login','Users','Session','drmap',0,0,'43.241.70.75',1649969170),(1172509,'guest','failed_login','Users','Session','tech1',0,0,'51.68.141.94',1649969331),(1172510,'guest','failed_login','Users','Session','tech1',0,0,'107.190.135.178',1649969512),(1172511,'guest','failed_login','Users','Session','tech1',0,0,'107.152.234.218',1649969725),(1172512,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.210',1649969901),(1172513,'guest','failed_login','Users','Session','tech1',0,0,'85.214.91.8',1649969927),(1172514,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.45',1649969957),(1172515,'guest','failed_login','Users','Session','tech1',0,0,'159.223.35.16',1649970111),(1172516,'guest','failed_login','Users','Session','tech1',0,0,'85.214.38.127',1649970333),(1172517,'guest','failed_login','Users','Session','tech1',0,0,'80.249.174.66',1649970362),(1172518,'guest','failed_login','Users','Session','tech1',0,0,'35.211.94.153',1649970531),(1172519,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649970568),(1172520,'guest','failed_login','Users','Session','test',0,0,'69.30.240.30',1649970607),(1172521,'guest','failed_login','Users','Session','drmap',0,0,'143.110.177.29',1649970641),(1172522,'guest','failed_login','Users','Session','tech1',0,0,'51.222.138.98',1649970734),(1172523,'guest','failed_login','Users','Session','com',0,0,'204.12.215.59',1649970775),(1172524,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:69f2::1',1649970934),(1172525,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2052:2845::1',1649971103),(1172526,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.82',1649971144),(1172527,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.230.61',1649971328),(1172528,'guest','failed_login','Users','Session','tech1',0,0,'47.93.61.192',1649971329),(1172529,'guest','failed_login','Users','Session','drmap',0,0,'106.52.145.59',1649971377),(1172530,'guest','failed_login','Users','Session','tech1',0,0,'159.65.251.251',1649971542),(1172531,'guest','failed_login','Users','Session','tech1',0,0,'143.110.208.83',1649971751),(1172532,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::3dff',1649971836),(1172533,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.59',1649971851),(1172534,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.140',1649971870),(1172535,'guest','failed_login','Users','Session','tech1',0,0,'182.50.132.88',1649971928),(1172536,'guest','failed_login','Users','Session','drmap',0,0,'103.101.161.220',1649972108),(1172537,'guest','failed_login','Users','Session','tech1',0,0,'104.131.60.249',1649972138),(1172538,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.61',1649972245),(1172539,'guest','failed_login','Users','Session','tech1',0,0,'87.236.20.98',1649972350),(1172540,'guest','failed_login','Users','Session','tech1',0,0,'165.22.89.6',1649972539),(1172541,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::12df:b001',1649972574),(1172542,'guest','failed_login','Users','Session','tech1',0,0,'91.205.175.35',1649972758),(1172543,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.60',1649972814),(1172544,'guest','failed_login','Users','Session','drmap',0,0,'35.170.29.112',1649972848),(1172545,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1649972859),(1172546,'guest','failed_login','Users','Session','tech1',0,0,'143.198.173.67',1649972950),(1172547,'guest','failed_login','Users','Session','tech1',0,0,'138.197.161.222',1649973161),(1172548,'guest','failed_login','Users','Session','tech1',0,0,'173.212.212.180',1649973314),(1172549,'guest','failed_login','Users','Session','tech1',0,0,'185.70.11.21',1649973377),(1172550,'guest','failed_login','Users','Session','test',0,0,'69.197.155.228',1649973496),(1172551,'guest','failed_login','Users','Session','tech1',0,0,'68.178.220.171',1649973576),(1172552,'guest','failed_login','Users','Session','tech1',0,0,'184.171.244.219',1649973583),(1172553,'guest','failed_login','Users','Session','drmap',0,0,'159.203.187.104',1649973592),(1172554,'guest','failed_login','Users','Session','tech1',0,0,'128.199.166.77',1649973776),(1172555,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1649973872),(1172556,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.74',1649973923),(1172557,'guest','failed_login','Users','Session','tech1',0,0,'51.210.251.22',1649974012),(1172558,'guest','failed_login','Users','Session','tech1',0,0,'216.139.241.148',1649974050),(1172559,'guest','failed_login','Users','Session','tech1',0,0,'101.0.97.134',1649974202),(1172560,'guest','failed_login','Users','Session','drmap',0,0,'69.163.186.158',1649974323),(1172561,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.228',1649974362),(1172562,'guest','failed_login','Users','Session','tech1',0,0,'167.172.64.96',1649974422),(1172563,'guest','failed_login','Users','Session','test',0,0,'107.150.36.74',1649974525),(1172564,'guest','failed_login','Users','Session','tech1',0,0,'180.211.99.217',1649974652),(1172565,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.140',1649974778),(1172566,'guest','failed_login','Users','Session','tech1',0,0,'120.25.104.120',1649974787),(1172567,'guest','failed_login','Users','Session','tech1',0,0,'198.71.224.86',1649974861),(1172568,'guest','failed_login','Users','Session','drmap',0,0,'188.166.250.149',1649975058),(1172569,'guest','failed_login','Users','Session','tech1',0,0,'159.203.31.171',1649975087),(1172570,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1649975249),(1172571,'guest','failed_login','Users','Session','tech1',0,0,'47.96.27.235',1649975285),(1172572,'guest','failed_login','Users','Session','tech1',0,0,'159.223.170.181',1649975522),(1172573,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649975565),(1172574,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1649975567),(1172575,'guest','failed_login','Users','Session','admin',0,0,'5.101.157.32',1649975735),(1172576,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.27',1649975742),(1172577,'guest','failed_login','Users','Session','drmap',0,0,'91.149.192.90',1649975795),(1172578,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.66',1649975799),(1172579,'guest','failed_login','Users','Session','admin',0,0,'2a0b:7280:200:0:1c00:daff:fe00:1863',1649975945),(1172580,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.56',1649976168),(1172581,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:1004:113c::',1649976256),(1172582,'guest','failed_login','Users','Session','tech1',0,0,'50.59.99.143',1649976387),(1172583,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.74',1649976452),(1172584,'guest','failed_login','Users','Session','drmap',0,0,'47.90.246.252',1649976527),(1172585,'guest','failed_login','Users','Session','tech1',0,0,'185.56.11.123',1649976616),(1172586,'guest','failed_login','Users','Session','tech1',0,0,'2604:2dc0:200:1378::',1649976833),(1172587,'guest','failed_login','Users','Session','tech1',0,0,'155.133.138.67',1649976987),(1172588,'guest','failed_login','Users','Session','tech1',0,0,'192.163.204.229',1649977054),(1172589,'guest','failed_login','Users','Session','drmap',0,0,'163.172.181.28',1649977260),(1172590,'guest','failed_login','Users','Session','tech1',0,0,'194.163.156.168',1649977285),(1172591,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.228',1649977299),(1172592,'guest','failed_login','Users','Session','tech1',0,0,'72.167.42.45',1649977512),(1172593,'guest','failed_login','Users','Session','tech1',0,0,'212.103.4.29',1649977720),(1172594,'guest','failed_login','Users','Session','tech1',0,0,'45.61.146.241',1649977745),(1172595,'guest','failed_login','Users','Session','tech1',0,0,'157.245.166.98',1649977971),(1172596,'guest','failed_login','Users','Session','drmap',0,0,'67.205.43.116',1649977994),(1172597,'guest','failed_login','Users','Session','tech1',0,0,'85.214.38.127',1649978212),(1172598,'guest','failed_login','Users','Session','tech1',0,0,'148.72.244.254',1649978431),(1172599,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.8',1649978459),(1172600,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.22',1649978470),(1172601,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.91',1649978502),(1172602,'guest','failed_login','Users','Session','tech1',0,0,'188.166.104.64',1649978661),(1172603,'guest','failed_login','Users','Session','drmap',0,0,'52.42.156.111',1649978736),(1172604,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649978776),(1172605,'guest','failed_login','Users','Session','tech1',0,0,'5.101.156.245',1649979132),(1172606,'guest','failed_login','Users','Session','tech1',0,0,'185.209.230.33',1649979195),(1172607,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.25',1649979372),(1172608,'guest','failed_login','Users','Session','drmap',0,0,'167.99.252.52',1649979469),(1172609,'guest','failed_login','Users','Session','tech1',0,0,'35.211.94.153',1649979603),(1172610,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.74',1649979832),(1172611,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.25',1649979841),(1172612,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.229.66',1649980021),(1172613,'guest','failed_login','Users','Session','tech1',0,0,'162.241.156.147',1649980132),(1172614,'guest','failed_login','Users','Session','admin',0,0,'208.110.66.140',1649980185),(1172615,'guest','failed_login','Users','Session','drmap',0,0,'193.151.131.151',1649980206),(1172616,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1649980289),(1172617,'guest','failed_login','Users','Session','tech1',0,0,'35.193.222.165',1649980314),(1172618,'guest','failed_login','Users','Session','tech1',0,0,'103.104.73.82',1649980572),(1172619,'guest','failed_login','Users','Session','tech1',0,0,'181.174.125.214',1649980675),(1172620,'guest','failed_login','Users','Session','tech1',0,0,'72.167.42.45',1649980787),(1172621,'guest','failed_login','Users','Session','drmap',0,0,'185.50.199.194',1649980940),(1172622,'guest','failed_login','Users','Session','tech1',0,0,'64.227.12.160',1649981027),(1172623,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.74',1649981058),(1172624,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::4fd:2001',1649981250),(1172625,'guest','failed_login','Users','Session','tech1',0,0,'51.178.93.87',1649981408),(1172626,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.248',1649981515),(1172627,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1649981748),(1172628,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.70',1649981825),(1172629,'guest','failed_login','Users','Session','tech1',0,0,'107.152.234.218',1649981994),(1172630,'guest','failed_login','Users','Session','admin',0,0,'74.91.17.83',1649982072),(1172631,'guest','failed_login','Users','Session','tech1',0,0,'103.212.43.29',1649982158),(1172632,'guest','failed_login','Users','Session','tech1',0,0,'185.119.90.34',1649982229),(1172633,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.215.59',1649982230),(1172634,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649982331),(1172635,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.66',1649982360),(1172636,'guest','failed_login','Users','Session','drmap',0,0,'47.241.15.39',1649982433),(1172637,'guest','failed_login','Users','Session','tech1',0,0,'103.130.214.141',1649982451),(1172638,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.18',1649982652),(1172639,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.60',1649982860),(1172640,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1649982899),(1172641,'guest','failed_login','Users','Session','tech1',0,0,'199.192.22.72',1649982945),(1172642,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.74',1649983043),(1172643,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.221',1649983175),(1172644,'guest','failed_login','Users','Session','tech1',0,0,'64.227.12.160',1649983211),(1172645,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.235',1649983458),(1172646,'guest','failed_login','Users','Session','test',0,0,'208.110.66.140',1649983535),(1172647,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::e77:1',1649983641),(1172648,'guest','failed_login','Users','Session','tech1',0,0,'167.71.206.107',1649983680),(1172649,'guest','failed_login','Users','Session','drmap',0,0,'69.39.239.34',1649983915),(1172650,'guest','failed_login','Users','Session','tech1',0,0,'120.79.8.125',1649983930),(1172651,'guest','failed_login','Users','Session','tech1',0,0,'95.167.178.158',1649984198),(1172652,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.66',1649984439),(1172653,'guest','failed_login','Users','Session','tech1',0,0,'103.3.246.217',1649984446),(1172654,'guest','failed_login','Users','Session','drmap',0,0,'145.239.30.120',1649984655),(1172655,'guest','failed_login','Users','Session','tech1',0,0,'141.94.21.233',1649984698),(1172656,'guest','failed_login','Users','Session','tech1',0,0,'72.167.67.108',1649984939),(1172657,'guest','failed_login','Users','Session','tech1',0,0,'161.97.112.17',1649985129),(1172658,'guest','failed_login','Users','Session','tech1',0,0,'159.223.35.16',1649985183),(1172659,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1649985298),(1172660,'guest','failed_login','Users','Session','drmap',0,0,'95.217.3.203',1649985408),(1172661,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.25',1649985457),(1172662,'guest','failed_login','Users','Session','admin',0,0,'204.12.202.91',1649985561),(1172663,'guest','failed_login','Users','Session','tech1',0,0,'27.111.82.74',1649985685),(1172664,'guest','failed_login','Users','Session','tech1',0,0,'84.205.178.134',1649985872),(1172665,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.59',1649985929),(1172666,'guest','failed_login','Users','Session','tech1',0,0,'148.72.244.254',1649985956),(1172667,'guest','failed_login','Users','Session','drmap',0,0,'72.167.34.14',1649986146),(1172668,'guest','failed_login','Users','Session','tech1',0,0,'72.167.225.151',1649986211),(1172669,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::2db:3001',1649986458),(1172670,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1649986462),(1172671,'guest','failed_login','Users','Session','tech1',0,0,'84.205.178.134',1649986613),(1172672,'guest','failed_login','Users','Session','tech1',0,0,'47.241.26.170',1649986714),(1172673,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.157',1649986809),(1172674,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:2:d0::10e4:5001',1649986895),(1172675,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649986899),(1172676,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.102',1649986992),(1172677,'guest','failed_login','Users','Session','com',0,0,'173.208.206.27',1649987081),(1172678,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.44',1649987232),(1172679,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a016::22c:2e30',1649987356),(1172680,'guest','failed_login','Users','Session','tech1',0,0,'199.188.205.87',1649987493),(1172681,'guest','failed_login','Users','Session','drmap',0,0,'103.90.232.219',1649987631),(1172682,'guest','failed_login','Users','Session','tech1',0,0,'185.70.11.21',1649987771),(1172683,'guest','failed_login','Users','Session','tech1',0,0,'162.241.194.23',1649987790),(1172684,'guest','failed_login','Users','Session','tech1',0,0,'103.148.192.11',1649988023),(1172685,'guest','failed_login','Users','Session','tech1',0,0,'195.4.173.50',1649988099),(1172686,'guest','failed_login','Users','Session','tech1',0,0,'193.164.4.118',1649988304),(1172687,'guest','failed_login','Users','Session','drmap',0,0,'137.184.117.52',1649988376),(1172688,'guest','failed_login','Users','Session','tech1',0,0,'188.166.224.74',1649988550),(1172689,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.22',1649988631),(1172690,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.70',1649988668),(1172691,'guest','failed_login','Users','Session','test',0,0,'204.12.255.60',1649988685),(1172692,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.66',1649988704),(1172693,'guest','failed_login','Users','Session','tech1',0,0,'150.109.61.139',1649988825),(1172694,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1a04:a001',1649988852),(1172695,'guest','failed_login','Users','Session','bangkokfinder',0,0,'74.91.17.83',1649988932),(1172696,'guest','failed_login','Users','Session','com',0,0,'107.150.36.74',1649989060),(1172697,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649989088),(1172698,'guest','failed_login','Users','Session','tech1',0,0,'185.70.11.21',1649989115),(1172699,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::e77:1',1649989130),(1172700,'guest','failed_login','Users','Session','tech1',0,0,'144.217.170.27',1649989386),(1172701,'guest','failed_login','Users','Session','tech1',0,0,'185.170.8.60',1649989602),(1172702,'guest','failed_login','Users','Session','tech1',0,0,'138.197.173.121',1649989664),(1172703,'guest','failed_login','Users','Session','drmap',0,0,'23.99.229.218',1649989879),(1172704,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.140',1649989927),(1172705,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7c8:aac7:50a::1',1649989941),(1172706,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.27',1649990170),(1172707,'guest','failed_login','Users','Session','tech1',0,0,'159.203.31.171',1649990217),(1172708,'guest','failed_login','Users','Session','tech1',0,0,'23.99.229.218',1649990346),(1172709,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.140',1649990420),(1172710,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.66',1649990488),(1172711,'guest','failed_login','Users','Session','tech1',0,0,'185.49.20.77',1649990493),(1172712,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.140',1649990503),(1172713,'guest','failed_login','Users','Session','drmap',0,0,'177.153.50.81',1649990621),(1172714,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.59',1649990880),(1172715,'guest','failed_login','Users','Session','admin',0,0,'74.91.17.83',1649991011),(1172716,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.153.157',1649991062),(1172717,'guest','failed_login','Users','Session','tech1',0,0,'188.166.212.133',1649991094),(1172718,'guest','failed_login','Users','Session','admin',0,0,'74.91.17.83',1649991235),(1172719,'guest','failed_login','Users','Session','drmap',0,0,'217.9.143.94',1649991363),(1172720,'guest','failed_login','Users','Session','dmytro',0,0,'74.91.17.83',1649991821),(1172721,'guest','failed_login','Users','Session','tech1',0,0,'66.11.120.48',1649991831),(1172722,'guest','failed_login','Users','Session','admin',0,0,'176.56.239.171',1649991962),(1172723,'guest','failed_login','Users','Session','dmytro',0,0,'208.110.66.140',1649992080),(1172724,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.255.60',1649992098),(1172725,'guest','failed_login','Users','Session','drmap',0,0,'185.190.117.89',1649992111),(1172726,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.74',1649992220),(1172727,'guest','failed_login','Users','Session','admin',0,0,'109.234.161.67',1649992239),(1172728,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.83',1649992317),(1172729,'guest','failed_login','Users','Session','tech1',0,0,'208.109.72.154',1649992509),(1172730,'guest','failed_login','Users','Session','tech1',0,0,'166.62.125.246',1649992593),(1172731,'guest','failed_login','Users','Session','tech1',0,0,'106.14.203.226',1649992788),(1172732,'guest','failed_login','Users','Session','drmap',0,0,'47.105.61.35',1649992867),(1172733,'guest','failed_login','Users','Session','com',0,0,'204.12.202.91',1649992896),(1172734,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.27',1649993249),(1172735,'guest','failed_login','Users','Session','tech1',0,0,'217.116.197.45',1649993363),(1172736,'guest','failed_login','Users','Session','dmytro',0,0,'74.91.17.83',1649993597),(1172737,'guest','failed_login','Users','Session','drmap',0,0,'47.241.15.39',1649993615),(1172738,'guest','failed_login','Users','Session','tech1',0,0,'171.244.17.110',1649993649),(1172739,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.215.59',1649993883),(1172740,'guest','failed_login','Users','Session','tech1',0,0,'112.78.1.204',1649993914),(1172741,'guest','failed_login','Users','Session','tech1',0,0,'89.58.11.2',1649994150),(1172742,'guest','failed_login','Users','Session','tech1',0,0,'103.211.218.142',1649994220),(1172743,'guest','failed_login','Users','Session','tech1',0,0,'150.95.112.79',1649994510),(1172744,'guest','failed_login','Users','Session','tech1',0,0,'150.109.148.216',1649994614),(1172745,'guest','failed_login','Users','Session','drmap',0,0,'54.38.73.237',1649994694),(1172746,'guest','failed_login','Users','Session','tech1',0,0,'176.31.116.73',1649994796),(1172747,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1649994873),(1172748,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.157',1649994935),(1172749,'guest','failed_login','Users','Session','tech1',0,0,'8.131.62.110',1649995080),(1172750,'guest','failed_login','Users','Session','tech1',0,0,'74.208.252.140',1649995086),(1172751,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.74',1649995132),(1172752,'guest','failed_login','Users','Session','drmap',0,0,'35.195.252.29',1649995160),(1172753,'guest','failed_login','Users','Session','com',0,0,'204.12.255.60',1649995316),(1172754,'guest','failed_login','Users','Session','tech1',0,0,'87.236.20.98',1649995387),(1172755,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.228',1649995422),(1172756,'guest','failed_login','Users','Session','tech1',0,0,'195.201.27.74',1649995546),(1172757,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.202.91',1649995570),(1172758,'guest','failed_login','Users','Session','drmap',0,0,'120.25.104.120',1649995631),(1172759,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7c8:aac7:50a::1',1649995678),(1172760,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1649995825),(1172761,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.229.66',1649995949),(1172762,'guest','failed_login','Users','Session','tech1',0,0,'81.70.151.13',1649995960),(1172763,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.25',1649996025),(1172764,'guest','failed_login','Users','Session','drmap',0,0,'167.99.252.52',1649996108),(1172765,'guest','failed_login','Users','Session','tech1',0,0,'150.95.110.113',1649996282),(1172766,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.56',1649996498),(1172767,'guest','failed_login','Users','Session','drmap',0,0,'167.172.105.95',1649996582),(1172768,'guest','failed_login','Users','Session','tech1',0,0,'94.26.245.40',1649996591),(1172769,'guest','failed_login','Users','Session','tech1',0,0,'79.137.141.196',1649996926),(1172770,'guest','failed_login','Users','Session','tech1',0,0,'187.84.233.39',1649996968),(1172771,'guest','failed_login','Users','Session','drmap',0,0,'150.95.113.178',1649997050),(1172772,'guest','failed_login','Users','Session','tech1',0,0,'194.163.156.168',1649997250),(1172773,'guest','failed_login','Users','Session','tech1',0,0,'104.197.144.9',1649997433),(1172774,'guest','failed_login','Users','Session','drmap',0,0,'173.212.235.115',1649997516),(1172775,'guest','failed_login','Users','Session','tech1',0,0,'88.208.209.101',1649997588),(1172776,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.228',1649997661),(1172777,'guest','failed_login','Users','Session','tech1',0,0,'217.182.175.39',1649997899),(1172778,'guest','failed_login','Users','Session','tech1',0,0,'150.95.110.113',1649997918),(1172779,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1649998201),(1172780,'guest','failed_login','Users','Session','tech1',0,0,'184.168.125.241',1649998242),(1172781,'guest','failed_login','Users','Session','tech1',0,0,'167.172.64.96',1649998366),(1172782,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.27',1649998415),(1172783,'guest','failed_login','Users','Session','drmap',0,0,'159.203.120.246',1649998447),(1172784,'guest','failed_login','Users','Session','admin',0,0,'192.187.127.18',1649998500),(1172785,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.45',1649998555),(1172786,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.66',1649998563),(1172787,'guest','failed_login','Users','Session','tech1',0,0,'103.171.180.165',1649998584),(1172788,'guest','failed_login','Users','Session','tech1',0,0,'2607:5300:60:92bd::',1649998828),(1172789,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1649998910),(1172790,'guest','failed_login','Users','Session','tech1',0,0,'182.92.65.39',1649998931),(1172791,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.22',1649998968),(1172792,'guest','failed_login','Users','Session','tech1',0,0,'103.104.73.82',1649999291),(1172793,'guest','failed_login','Users','Session','tech1',0,0,'23.97.205.210',1649999300),(1172794,'guest','failed_login','Users','Session','drmap',0,0,'143.244.140.199',1649999385),(1172795,'guest','failed_login','Users','Session','tech1',0,0,'111.93.56.221',1649999598),(1172796,'guest','failed_login','Users','Session','test',0,0,'63.141.252.70',1649999648),(1172797,'guest','failed_login','Users','Session','tech1',0,0,'159.65.149.229',1649999909),(1172798,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.155.228',1650000219),(1172799,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::596:8001',1650000240),(1172800,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:1008:c3a::',1650000300),(1172801,'guest','failed_login','Users','Session','drmap',0,0,'78.141.209.179',1650000323),(1172802,'guest','failed_login','Users','Session','test',0,0,'69.30.229.66',1650000405),(1172803,'guest','failed_login','Users','Session','tech1',0,0,'35.211.94.153',1650000607),(1172804,'guest','failed_login','Users','Session','tech1',0,0,'185.243.214.28',1650000709),(1172805,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1650000791),(1172806,'guest','failed_login','Users','Session','tech1',0,0,'51.222.138.98',1650000947),(1172807,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1650001179),(1172808,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d1::596:8001',1650001261),(1172809,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.70',1650001280),(1172810,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.74',1650001287),(1172811,'guest','failed_login','Users','Session','tech1',0,0,'64.37.52.95',1650001294),(1172812,'guest','failed_login','Users','Session','test',0,0,'69.30.230.61',1650001427),(1172813,'guest','failed_login','Users','Session','test',0,0,'74.91.17.83',1650001531),(1172814,'guest','failed_login','Users','Session','tech1',0,0,'185.70.11.21',1650001635),(1172815,'guest','failed_login','Users','Session','tech1',0,0,'144.91.117.193',1650001648),(1172816,'guest','failed_login','Users','Session','drmap',0,0,'47.241.15.39',1650001730),(1172817,'guest','failed_login','Users','Session','tech1',0,0,'176.31.116.73',1650001985),(1172818,'guest','failed_login','Users','Session','tech1',0,0,'173.212.212.180',1650002121),(1172819,'guest','failed_login','Users','Session','drmap',0,0,'195.201.27.74',1650002199),(1172820,'guest','failed_login','Users','Session','tech1',0,0,'107.181.185.226',1650002311),(1172821,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650002468),(1172822,'guest','failed_login','Users','Session','tech1',0,0,'64.111.116.168',1650002581),(1172823,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.106',1650002652),(1172824,'guest','failed_login','Users','Session','drmap',0,0,'194.233.67.249',1650002662),(1172825,'guest','failed_login','Users','Session','test',0,0,'107.150.36.74',1650002729),(1172826,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.74',1650002878),(1172827,'guest','failed_login','Users','Session','tech1',0,0,'103.116.16.173',1650002979),(1172828,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650002986),(1172829,'guest','failed_login','Users','Session','tech1',0,0,'211.110.139.214',1650003049),(1172830,'guest','failed_login','Users','Session','drmap',0,0,'8.129.212.255',1650003133),(1172831,'guest','failed_login','Users','Session','tech1',0,0,'54.164.253.138',1650003333),(1172832,'guest','failed_login','Users','Session','tech1',0,0,'103.208.24.86',1650003516),(1172833,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::1117:2001',1650003596),(1172834,'guest','failed_login','Users','Session','tech1',0,0,'66.29.154.216',1650003654),(1172835,'guest','failed_login','Users','Session','com',0,0,'69.30.230.61',1650003655),(1172836,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.27',1650003922),(1172837,'guest','failed_login','Users','Session','tech1',0,0,'103.101.161.220',1650003977),(1172838,'guest','failed_login','Users','Session','tech1',0,0,'109.234.161.67',1650004022),(1172839,'guest','failed_login','Users','Session','drmap',0,0,'2804:5034:2::2dff:feef:289f',1650004059),(1172840,'guest','failed_login','Users','Session','tech1',0,0,'94.26.245.40',1650004353),(1172841,'guest','failed_login','Users','Session','tech1',0,0,'94.74.96.42',1650004442),(1172842,'guest','failed_login','Users','Session','tech1',0,0,'8.210.57.22',1650004676),(1172843,'guest','failed_login','Users','Session','tech1',0,0,'52.234.178.100',1650004904),(1172844,'guest','failed_login','Users','Session','drmap',0,0,'158.69.63.179',1650004984),(1172845,'guest','failed_login','Users','Session','tech1',0,0,'110.42.175.115',1650005023),(1172846,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.27',1650005068),(1172847,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.70',1650005265),(1172848,'guest','failed_login','Users','Session','tech1',0,0,'141.94.247.170',1650005365),(1172849,'guest','failed_login','Users','Session','tech1',0,0,'123.56.59.9',1650005390),(1172850,'guest','failed_login','Users','Session','drmap',0,0,'128.199.14.4',1650005448),(1172851,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.27',1650005515),(1172852,'guest','failed_login','Users','Session','tech1',0,0,'217.116.197.45',1650005728),(1172853,'guest','failed_login','Users','Session','tech1',0,0,'185.243.214.28',1650005830),(1172854,'guest','failed_login','Users','Session','drmap',0,0,'64.141.87.4',1650005913),(1172855,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.157',1650006042),(1172856,'guest','failed_login','Users','Session','tech1',0,0,'218.38.137.175',1650006057),(1172857,'guest','failed_login','Users','Session','test',0,0,'173.208.206.27',1650006243),(1172858,'guest','failed_login','Users','Session','tech1',0,0,'88.150.159.29',1650006299),(1172859,'guest','failed_login','Users','Session','drmap',0,0,'143.244.140.199',1650006381),(1172860,'guest','failed_login','Users','Session','tech1',0,0,'35.211.94.153',1650006415),(1172861,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.91',1650006484),(1172862,'guest','failed_login','Users','Session','admin',0,0,'69.30.229.66',1650006552),(1172863,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1650006687),(1172864,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.66',1650006694),(1172865,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.66',1650006698),(1172866,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::ea8:8001',1650006754),(1172867,'guest','failed_login','Users','Session','tech1',0,0,'137.74.194.43',1650006771),(1172868,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d1::596:8001',1650006854),(1172869,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.27',1650007029),(1172870,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.60',1650007054),(1172871,'guest','failed_login','Users','Session','tech1',0,0,'72.167.67.108',1650007094),(1172872,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.230.61',1650007130),(1172873,'guest','failed_login','Users','Session','drmap',0,0,'78.141.209.179',1650007323),(1172874,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.30',1650007412),(1172875,'guest','failed_login','Users','Session','tech1',0,0,'211.110.139.214',1650007467),(1172876,'guest','failed_login','Users','Session','tech1',0,0,'161.35.126.102',1650007716),(1172877,'guest','failed_login','Users','Session','drmap',0,0,'103.106.78.178',1650007793),(1172878,'guest','failed_login','Users','Session','tech1',0,0,'84.205.178.134',1650007819),(1172879,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.44',1650008133),(1172880,'guest','failed_login','Users','Session','tech1',0,0,'138.68.140.0',1650008175),(1172881,'guest','failed_login','Users','Session','tech1',0,0,'50.62.161.68',1650008203),(1172882,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.18',1650008207),(1172883,'guest','failed_login','Users','Session','drmap',0,0,'185.200.243.16',1650008257),(1172884,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.30',1650008395),(1172885,'guest','failed_login','Users','Session','tech1',0,0,'51.210.251.22',1650008505),(1172886,'guest','failed_login','Users','Session','admin',0,0,'204.12.255.60',1650008510),(1172887,'guest','failed_login','Users','Session','tech1',0,0,'195.179.202.215',1650008642),(1172888,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.70',1650008696),(1172889,'guest','failed_login','Users','Session','drmap',0,0,'72.167.34.14',1650008720),(1172890,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.18',1650008723),(1172891,'guest','failed_login','Users','Session','tech1',0,0,'177.221.140.73',1650008828),(1172892,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1650008841),(1172893,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:101b::d1b:2a3a',1650009100),(1172894,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.18',1650009156),(1172895,'guest','failed_login','Users','Session','tech1',0,0,'85.119.122.23',1650009167),(1172896,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650009176),(1172897,'guest','failed_login','Users','Session','drmap',0,0,'195.4.173.50',1650009180),(1172898,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.240.30',1650009508),(1172899,'guest','failed_login','Users','Session','tech1',0,0,'72.167.42.45',1650009525),(1172900,'guest','failed_login','Users','Session','drmap',0,0,'94.74.96.42',1650009641),(1172901,'guest','failed_login','Users','Session','tech1',0,0,'116.12.48.101',1650009870),(1172902,'guest','failed_login','Users','Session','com',0,0,'107.150.36.74',1650009989),(1172903,'guest','failed_login','Users','Session','tech1',0,0,'52.234.178.100',1650010025),(1172904,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.60',1650010027),(1172905,'guest','failed_login','Users','Session','drmap',0,0,'103.129.222.91',1650010104),(1172906,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.30',1650010131),(1172907,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.59',1650010162),(1172908,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.44',1650010207),(1172909,'guest','failed_login','Users','Session','tech1',0,0,'143.244.177.220',1650010490),(1172910,'guest','failed_login','Users','Session','tech1',0,0,'157.245.96.68',1650010560),(1172911,'guest','failed_login','Users','Session','drmap',0,0,'139.59.118.238',1650010571),(1172912,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.59',1650010900),(1172913,'guest','failed_login','Users','Session','tech1',0,0,'51.79.241.19',1650010917),(1172914,'guest','failed_login','Users','Session','tech1',0,0,'167.71.234.124',1650010955),(1172915,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650011086),(1172916,'guest','failed_login','Users','Session','tech1',0,0,'189.125.37.42',1650011273),(1172917,'guest','failed_login','Users','Session','tech1',0,0,'161.97.112.17',1650011421),(1172918,'guest','failed_login','Users','Session','drmap',0,0,'155.133.138.67',1650011496),(1172919,'guest','failed_login','Users','Session','admin',0,0,'159.65.251.251',1650011809),(1172920,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650011876),(1172921,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.27',1650011954),(1172922,'guest','failed_login','Users','Session','drmap',0,0,'81.70.248.169',1650011958),(1172923,'guest','failed_login','Users','Session','admin',0,0,'103.42.58.102',1650012157),(1172924,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.25',1650012339),(1172925,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1650012419),(1172926,'guest','failed_login','Users','Session','tech1',0,0,'141.94.21.233',1650012503),(1172927,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.228',1650012613),(1172928,'guest','failed_login','Users','Session','tech1',0,0,'103.142.25.17',1650012800),(1172929,'guest','failed_login','Users','Session','tech1',0,0,'208.109.72.154',1650012852),(1172930,'guest','failed_login','Users','Session','drmap',0,0,'103.28.114.94',1650012888),(1172931,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:c:b1a::',1650013207),(1172932,'guest','failed_login','Users','Session','tech1',0,0,'106.52.145.59',1650013260),(1172933,'guest','failed_login','Users','Session','drmap',0,0,'167.71.163.218',1650013345),(1172934,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.30',1650013511),(1172935,'guest','failed_login','Users','Session','tech1',0,0,'47.241.26.170',1650013542),(1172936,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.8',1650013723),(1172937,'guest','failed_login','Users','Session','drmap',0,0,'89.58.11.2',1650013802),(1172938,'guest','failed_login','Users','Session','tech1',0,0,'109.234.161.67',1650013921),(1172939,'guest','failed_login','Users','Session','tech1',0,0,'87.107.124.14',1650014098),(1172940,'guest','failed_login','Users','Session','tech1',0,0,'78.141.209.179',1650014181),(1172941,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.157',1650014220),(1172942,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.44',1650014250),(1172943,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1650014260),(1172944,'guest','failed_login','Users','Session','tech1',0,0,'159.65.251.251',1650014630),(1172945,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:1:d0::ce9:8001',1650014637),(1172946,'guest','failed_login','Users','Session','drmap',0,0,'188.166.94.198',1650014717),(1172947,'guest','failed_login','Users','Session','test',0,0,'63.141.252.70',1650014823),(1172948,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.27',1650014888),(1172949,'guest','failed_login','Users','Session','tech1',0,0,'159.65.251.251',1650014985),(1172950,'guest','failed_login','Users','Session','tech1',0,0,'52.234.178.100',1650015094),(1172951,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1650015117),(1172952,'guest','failed_login','Users','Session','drmap',0,0,'95.217.3.203',1650015174),(1172953,'guest','failed_login','Users','Session','tech1',0,0,'199.188.205.87',1650015319),(1172954,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:800:3a65::',1650015551),(1172955,'guest','failed_login','Users','Session','admin',0,0,'63.141.252.70',1650015570),(1172956,'guest','failed_login','Users','Session','drmap',0,0,'167.172.151.91',1650015631),(1172957,'guest','failed_login','Users','Session','tech1',0,0,'194.233.75.42',1650015684),(1172958,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1650015779),(1172959,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650015873),(1172960,'guest','failed_login','Users','Session','tech1',0,0,'13.81.59.92',1650016007),(1172961,'guest','failed_login','Users','Session','tech1',0,0,'167.71.206.107',1650016036),(1172962,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d1::631:1001',1650016087),(1172963,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.228',1650016246),(1172964,'guest','failed_login','Users','Session','tech1',0,0,'107.152.234.218',1650016419),(1172965,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.91',1650016429),(1172966,'guest','failed_login','Users','Session','tech1',0,0,'16.170.192.10',1650016464),(1172967,'guest','failed_login','Users','Session','drmap',0,0,'211.110.139.214',1650016546),(1172968,'guest','failed_login','Users','Session','tech1',0,0,'2603:300b:640:3000::5622',1650016764),(1172969,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:800:3050::',1650016923),(1172970,'guest','failed_login','Users','Session','drmap',0,0,'51.75.15.189',1650017000),(1172971,'guest','failed_login','Users','Session','tech1',0,0,'51.79.241.19',1650017141),(1172972,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.154.22',1650017270),(1172973,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.18',1650017286),(1172974,'guest','failed_login','Users','Session','tech1',0,0,'185.200.243.16',1650017378),(1172975,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.157',1650017422),(1172976,'guest','failed_login','Users','Session','drmap',0,0,'150.109.148.216',1650017460),(1172977,'guest','failed_login','Users','Session','tech1',0,0,'199.192.22.72',1650017491),(1172978,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.70',1650017713),(1172979,'guest','failed_login','Users','Session','tech1',0,0,'195.179.202.215',1650017837),(1172980,'guest','failed_login','Users','Session','tech1',0,0,'49.234.226.197',1650017862),(1172981,'guest','failed_login','Users','Session','drmap',0,0,'188.127.231.190',1650017913),(1172982,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.240.30',1650017962),(1172983,'guest','failed_login','Users','Session','tech1',0,0,'72.167.67.108',1650018241),(1172984,'guest','failed_login','Users','Session','tech1',0,0,'195.179.202.215',1650018294),(1172985,'guest','failed_login','Users','Session','tech1',0,0,'74.208.151.215',1650018592),(1172986,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.18',1650018598),(1172987,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650018660),(1172988,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.59',1650018729),(1172989,'guest','failed_login','Users','Session','tech1',0,0,'72.167.34.14',1650018747),(1172990,'guest','failed_login','Users','Session','drmap',0,0,'31.172.80.144',1650018829),(1172991,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::ea8:8001',1650018964),(1172992,'guest','failed_login','Users','Session','drmap',0,0,'103.142.25.17',1650019284),(1172993,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.157',1650019321),(1172994,'guest','failed_login','Users','Session','tech1',0,0,'103.122.244.192',1650019332),(1172995,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.66',1650019348),(1172996,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.155.228',1650019418),(1172997,'guest','failed_login','Users','Session','tech1',0,0,'74.208.58.14',1650019536),(1172998,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.70',1650019573),(1172999,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.74',1650019592),(1173000,'guest','failed_login','Users','Session','tech1',0,0,'103.106.78.178',1650019662),(1173001,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:211:907::2',1650019724),(1173002,'guest','failed_login','Users','Session','drmap',0,0,'103.208.24.86',1650019743),(1173003,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.44',1650020079),(1173004,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.70',1650020115),(1173005,'guest','failed_login','Users','Session','tech1',0,0,'132.248.60.104',1650020118),(1173006,'guest','failed_login','Users','Session','drmap',0,0,'192.169.152.218',1650020199),(1173007,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.66',1650020315),(1173008,'guest','failed_login','Users','Session','tech1',0,0,'34.87.44.101',1650020464),(1173009,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::e77:1',1650020576),(1173010,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.18',1650020824),(1173011,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1650020855),(1173012,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1650020857),(1173013,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1a04:a001',1650021039),(1173014,'guest','failed_login','Users','Session','tech1',0,0,'210.56.245.94',1650021080),(1173015,'guest','failed_login','Users','Session','tech1',0,0,'210.56.245.94',1650021081),(1173016,'guest','failed_login','Users','Session','drmap',0,0,'173.212.212.180',1650021122),(1173017,'guest','failed_login','Users','Session','tech1',0,0,'2604:2dc0:200:1378::',1650021236),(1173018,'guest','failed_login','Users','Session','tech1',0,0,'103.130.218.178',1650021496),(1173019,'guest','failed_login','Users','Session','drmap',0,0,'2400:8901::f03c:93ff:fe84:15a4',1650021576),(1173020,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.106',1650021622),(1173021,'guest','failed_login','Users','Session','com',0,0,'69.30.240.30',1650021794),(1173022,'guest','failed_login','Users','Session','admin',0,0,'69.197.155.228',1650021918),(1173023,'guest','failed_login','Users','Session','tech1',0,0,'85.119.122.23',1650021996),(1173024,'guest','failed_login','Users','Session','tech1',0,0,'164.52.217.250',1650022382),(1173025,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.154.22',1650022453),(1173026,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650022565),(1173027,'guest','failed_login','Users','Session','com',0,0,'204.12.202.91',1650022574),(1173028,'guest','failed_login','Users','Session','tech1',0,0,'185.252.31.180',1650022771),(1173029,'guest','failed_login','Users','Session','tech1',0,0,'94.231.103.133',1650022936),(1173030,'guest','failed_login','Users','Session','admin',0,0,'204.12.255.60',1650023145),(1173031,'guest','failed_login','Users','Session','tech1',0,0,'51.222.138.98',1650023180),(1173032,'guest','failed_login','Users','Session','tech1',0,0,'176.56.239.171',1650023571),(1173033,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.70',1650023798),(1173034,'guest','failed_login','Users','Session','tech1',0,0,'103.122.244.192',1650023932),(1173035,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.70',1650023977),(1173036,'guest','failed_login','Users','Session','test',0,0,'74.91.17.83',1650024021),(1173037,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4a10',1650024341),(1173038,'guest','failed_login','Users','Session','tech1',0,0,'82.145.33.64',1650024726),(1173039,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.60',1650025019),(1173040,'guest','failed_login','Users','Session','tech1',0,0,'103.121.91.38',1650025130),(1173041,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.45',1650025160),(1173042,'guest','failed_login','Users','Session','tech1',0,0,'150.95.112.79',1650025531),(1173043,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.61',1650025900),(1173044,'guest','failed_login','Users','Session','tech1',0,0,'165.22.252.207',1650025905),(1173045,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1650026073),(1173046,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650026121),(1173047,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1650026156),(1173048,'guest','failed_login','Users','Session','tech1',0,0,'139.59.60.160',1650026298),(1173049,'guest','failed_login','Users','Session','tech1',0,0,'45.125.239.234',1650026697),(1173050,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.61',1650026758),(1173051,'guest','failed_login','Users','Session','tech1',0,0,'141.94.21.233',1650027116),(1173052,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:69f2::1',1650027514),(1173053,'guest','failed_login','Users','Session','tech1',0,0,'141.95.160.87',1650027549),(1173054,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1650027926),(1173055,'guest','failed_login','Users','Session','admin',0,0,'173.208.242.45',1650027941),(1173056,'guest','failed_login','Users','Session','tech1',0,0,'194.163.156.168',1650028330),(1173057,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.45',1650028413),(1173058,'guest','failed_login','Users','Session','admin',0,0,'204.12.202.91',1650028429),(1173059,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.202.91',1650028537),(1173060,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.60',1650028750),(1173061,'guest','failed_login','Users','Session','tech1',0,0,'111.93.56.221',1650028752),(1173062,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.27',1650028775),(1173063,'guest','failed_login','Users','Session','admin',0,0,'63.141.252.70',1650028831),(1173064,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.140',1650028980),(1173065,'guest','failed_login','Users','Session','tech1',0,0,'185.49.20.77',1650029146),(1173066,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650029266),(1173067,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.229.66',1650029431),(1173068,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.215.59',1650029436),(1173069,'guest','failed_login','Users','Session','tech1',0,0,'125.227.127.195',1650029537),(1173070,'guest','failed_login','Users','Session','tech1',0,0,'94.26.245.40',1650029970),(1173071,'guest','failed_login','Users','Session','tech1',0,0,'103.121.91.38',1650030365),(1173072,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.242.45',1650030576),(1173073,'guest','failed_login','Users','Session','tech1',0,0,'192.81.214.91',1650030755),(1173074,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.27',1650030811),(1173075,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.70',1650030852),(1173076,'guest','failed_login','Users','Session','admin',0,0,'69.30.240.30',1650030900),(1173077,'guest','failed_login','Users','Session','tech1',0,0,'93.191.156.129',1650030907),(1173078,'guest','failed_login','Users','Session','tech1',0,0,'35.193.222.165',1650031179),(1173079,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.61',1650031558),(1173080,'guest','failed_login','Users','Session','tech1',0,0,'109.234.161.67',1650031582),(1173081,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1650031838),(1173082,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1650031847),(1173083,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.30',1650031905),(1173084,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1650031969),(1173085,'guest','failed_login','Users','Session','tech1',0,0,'173.249.20.17',1650031997),(1173086,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.27',1650032284),(1173087,'guest','failed_login','Users','Session','tech1',0,0,'103.101.162.249',1650032416),(1173088,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.61',1650032695),(1173089,'guest','failed_login','Users','Session','tech1',0,0,'107.152.234.218',1650032837),(1173090,'guest','failed_login','Users','Session','tech1',0,0,'114.132.43.164',1650033234),(1173091,'guest','failed_login','Users','Session','tech1',0,0,'54.164.253.138',1650033658),(1173092,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650033695),(1173093,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.140',1650033719),(1173094,'guest','failed_login','Users','Session','tech1',0,0,'47.114.3.188',1650034057),(1173095,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.66',1650034298),(1173096,'guest','failed_login','Users','Session','tech1',0,0,'159.203.165.67',1650034355),(1173097,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1650034483),(1173098,'guest','failed_login','Users','Session','test',0,0,'204.12.255.60',1650034633),(1173099,'guest','failed_login','Users','Session','test',0,0,'173.208.153.157',1650034875),(1173100,'guest','failed_login','Users','Session','tech1',0,0,'139.59.60.160',1650034883),(1173101,'guest','failed_login','Users','Session','test',0,0,'204.12.202.91',1650034983),(1173102,'guest','failed_login','Users','Session','admin',0,0,'107.150.36.74',1650035037),(1173103,'guest','failed_login','Users','Session','admin',0,0,'107.150.36.74',1650035052),(1173104,'guest','failed_login','Users','Session','admin',0,0,'69.197.154.22',1650035219),(1173105,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.30',1650035228),(1173106,'guest','failed_login','Users','Session','admin',0,0,'103.57.222.104',1650035231),(1173107,'guest','failed_login','Users','Session','admin',0,0,'160.251.40.160',1650035666),(1173108,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.18',1650035737),(1173109,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650035971),(1173110,'guest','failed_login','Users','Session','tech1',0,0,'103.130.214.141',1650036099),(1173111,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1650036449),(1173112,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.27',1650036501),(1173113,'guest','failed_login','Users','Session','tech1',0,0,'103.146.202.150',1650036529),(1173114,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.91',1650036660),(1173115,'guest','failed_login','Users','Session','tech1',0,0,'85.119.122.23',1650036950),(1173116,'guest','failed_login','Users','Session','admin',0,0,'69.197.155.228',1650037031),(1173117,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.74',1650037169),(1173118,'guest','failed_login','Users','Session','tech1',0,0,'107.190.135.178',1650037383),(1173119,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.27',1650037777),(1173120,'guest','failed_login','Users','Session','tech1',0,0,'185.49.20.77',1650037810),(1173121,'guest','failed_login','Users','Session','tech1',0,0,'64.31.14.78',1650038074),(1173122,'guest','failed_login','Users','Session','tech1',0,0,'185.56.11.123',1650038230),(1173123,'guest','failed_login','Users','Session','bangkokfinder',0,0,'107.150.36.74',1650038395),(1173124,'guest','failed_login','Users','Session','tech1',0,0,'189.125.37.42',1650038660),(1173125,'guest','failed_login','Users','Session','test',0,0,'204.12.255.60',1650038770),(1173126,'guest','failed_login','Users','Session','bangkokfinder',0,0,'63.141.252.70',1650038852),(1173127,'guest','failed_login','Users','Session','tech1',0,0,'47.93.61.192',1650039075),(1173128,'guest','failed_login','Users','Session','tech1',0,0,'35.219.62.239',1650039532),(1173129,'guest','failed_login','Users','Session','tech1',0,0,'185.70.11.21',1650039966),(1173130,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1650040338),(1173131,'guest','failed_login','Users','Session','test',0,0,'192.187.127.18',1650040345),(1173132,'guest','failed_login','Users','Session','tech1',0,0,'107.152.234.218',1650040394),(1173133,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1650040544),(1173134,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.18',1650040554),(1173135,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:1008:c3a::',1650040835),(1173136,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650041234),(1173137,'guest','failed_login','Users','Session','tech1',0,0,'185.70.11.21',1650041268),(1173138,'guest','failed_login','Users','Session','tech1',0,0,'50.62.176.58',1650041666),(1173139,'guest','failed_login','Users','Session','tech1',0,0,'162.219.250.15',1650041709),(1173140,'guest','failed_login','Users','Session','test',0,0,'107.150.36.74',1650041809),(1173141,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.140',1650042124),(1173142,'guest','failed_login','Users','Session','tech1',0,0,'94.26.245.40',1650042164),(1173143,'guest','failed_login','Users','Session','tech1',0,0,'194.5.175.15',1650042610),(1173144,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650042657),(1173145,'guest','failed_login','Users','Session','tech1',0,0,'211.115.65.107',1650043036),(1173146,'guest','failed_login','Users','Session','tech1',0,0,'74.208.252.140',1650043496),(1173147,'guest','failed_login','Users','Session','dmytro',0,0,'192.187.127.18',1650043590),(1173148,'guest','failed_login','Users','Session','com',0,0,'204.12.202.91',1650043762),(1173149,'guest','failed_login','Users','Session','tech1',0,0,'5.189.128.189',1650043920),(1173150,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.70',1650044003),(1173151,'guest','failed_login','Users','Session','tech1',0,0,'85.214.38.127',1650044390),(1173152,'guest','failed_login','Users','Session','test',0,0,'173.208.153.157',1650044526),(1173153,'guest','failed_login','Users','Session','tech1',0,0,'154.215.31.129',1650044812),(1173154,'guest','failed_login','Users','Session','admin',0,0,'69.30.230.61',1650044828),(1173155,'guest','failed_login','Users','Session','tech1',0,0,'198.251.89.144',1650045112),(1173156,'guest','failed_login','Users','Session','bangkokfinder',0,0,'192.187.127.18',1650045172),(1173157,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.44',1650045246),(1173158,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.27',1650045780),(1173159,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.18',1650045987),(1173160,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.19',1650046115),(1173161,'guest','failed_login','Users','Session','admin',0,0,'69.197.155.229',1650047075),(1173162,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.46',1650047273),(1173163,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.19',1650048096),(1173164,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.93',1650048485),(1173165,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.121',1650048701),(1173166,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650049311),(1173167,'guest','failed_login','Users','Session','bangkokfinder',0,0,'74.91.17.83',1650049362),(1173168,'guest','failed_login','Users','Session','com',0,0,'107.150.36.74',1650049388),(1173169,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650049423),(1173170,'guest','failed_login','Users','Session','test',0,0,'69.197.155.229',1650050307),(1173171,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.19',1650050795),(1173172,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.93',1650051299),(1173173,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.229',1650051427),(1173174,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.229',1650052014),(1173175,'guest','failed_login','Users','Session','tech1',0,0,'82.165.88.139',1650052325),(1173176,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.155.229',1650052501),(1173177,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.230.62',1650053140),(1173178,'guest','failed_login','Users','Session','dmytro',0,0,'74.91.17.83',1650053406),(1173179,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.26',1650053583),(1173180,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.255.60',1650053720),(1173181,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.74',1650053795),(1173182,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1650053854),(1173183,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.66',1650054008),(1173184,'guest','failed_login','Users','Session','test',0,0,'74.91.17.83',1650054045),(1173185,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.93',1650054135),(1173186,'guest','failed_login','Users','Session','admin',0,0,'69.30.240.26',1650054172),(1173187,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.59',1650054571),(1173188,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.93',1650054712),(1173189,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.74',1650055273),(1173190,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055376),(1173191,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055377),(1173192,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055379),(1173193,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055381),(1173194,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055382),(1173195,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055384),(1173196,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055386),(1173197,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055388),(1173198,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055393),(1173199,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055395),(1173200,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055397),(1173201,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055398),(1173202,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055401),(1173203,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055402),(1173204,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055403),(1173205,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055405),(1173206,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055407),(1173207,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055408),(1173208,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055410),(1173209,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055411),(1173210,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055413),(1173211,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055414),(1173212,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055415),(1173213,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055416),(1173214,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055417),(1173215,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055419),(1173216,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055420),(1173217,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055424),(1173218,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055426),(1173219,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055429),(1173220,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055435),(1173221,'guest','failed_login','Users','Session','t',0,0,'150.158.151.170',1650055439),(1173222,'guest','failed_login','Users','Session','e',0,0,'150.158.151.170',1650055446),(1173223,'guest','failed_login','Users','Session','e',0,0,'150.158.151.170',1650055450),(1173224,'guest','failed_login','Users','Session','e',0,0,'150.158.151.170',1650055452),(1173225,'guest','failed_login','Users','Session','e',0,0,'150.158.151.170',1650055453),(1173226,'guest','failed_login','Users','Session','e',0,0,'150.158.151.170',1650055454),(1173227,'guest','failed_login','Users','Session','e',0,0,'150.158.151.170',1650055455),(1173228,'guest','failed_login','Users','Session','e',0,0,'150.158.151.170',1650055456),(1173229,'guest','failed_login','Users','Session','e',0,0,'150.158.151.170',1650055457),(1173230,'guest','failed_login','Users','Session','e',0,0,'150.158.151.170',1650055461),(1173231,'guest','failed_login','Users','Session','e',0,0,'150.158.151.170',1650055463),(1173232,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055471),(1173233,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055477),(1173234,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055481),(1173235,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055482),(1173236,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055485),(1173237,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055486),(1173238,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055488),(1173239,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055489),(1173240,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055491),(1173241,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055493),(1173242,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055495),(1173243,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055496),(1173244,'guest','failed_login','Users','Session','tech1',0,0,'142.93.2.210',1650055496),(1173245,'guest','failed_login','Users','Session','[login]',0,0,'142.93.2.210',1650055498),(1173246,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055498),(1173247,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055500),(1173248,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055501),(1173249,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055502),(1173250,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055504),(1173251,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055505),(1173252,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055506),(1173253,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055508),(1173254,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055509),(1173255,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055510),(1173256,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055511),(1173257,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055513),(1173258,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055515),(1173259,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055516),(1173260,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055517),(1173261,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055518),(1173262,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055519),(1173263,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055520),(1173264,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055522),(1173265,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055523),(1173266,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055524),(1173267,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055525),(1173268,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055528),(1173269,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055530),(1173270,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055531),(1173271,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055532),(1173272,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055533),(1173273,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055534),(1173274,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055535),(1173275,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055536),(1173276,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055538),(1173277,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055539),(1173278,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055541),(1173279,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055542),(1173280,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055544),(1173281,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055545),(1173282,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055546),(1173283,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055547),(1173284,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055550),(1173285,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055552),(1173286,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055553),(1173287,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055554),(1173288,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055555),(1173289,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055556),(1173290,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055557),(1173291,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055558),(1173292,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055561),(1173293,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055562),(1173294,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055563),(1173295,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055564),(1173296,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055566),(1173297,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055568),(1173298,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055569),(1173299,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055570),(1173300,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055571),(1173301,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055572),(1173302,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055573),(1173303,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055574),(1173304,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055575),(1173305,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055576),(1173306,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055578),(1173307,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055579),(1173308,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055580),(1173309,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055582),(1173310,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055583),(1173311,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055584),(1173312,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055585),(1173313,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055586),(1173314,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055588),(1173315,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055589),(1173316,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055590),(1173317,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055591),(1173318,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055592),(1173319,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055593),(1173320,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055595),(1173321,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055596),(1173322,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055597),(1173323,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055598),(1173324,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055600),(1173325,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055601),(1173326,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055602),(1173327,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055603),(1173328,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055604),(1173329,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055605),(1173330,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055607),(1173331,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055608),(1173332,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055609),(1173333,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055610),(1173334,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055611),(1173335,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055612),(1173336,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055614),(1173337,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055615),(1173338,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055616),(1173339,'guest','failed_login','Users','Session','tech1',0,0,'202.28.34.99',1650055617),(1173340,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055618),(1173341,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055619),(1173342,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055620),(1173343,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055621),(1173344,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055622),(1173345,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055624),(1173346,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055625),(1173347,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055626),(1173348,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055629),(1173349,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055631),(1173350,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055633),(1173351,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055635),(1173352,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055636),(1173353,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055637),(1173354,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055638),(1173355,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055639),(1173356,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055640),(1173357,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055642),(1173358,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055643),(1173359,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055644),(1173360,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055646),(1173361,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055647),(1173362,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055648),(1173363,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055650),(1173364,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055651),(1173365,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055652),(1173366,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055653),(1173367,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055654),(1173368,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055655),(1173369,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055656),(1173370,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055657),(1173371,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055658),(1173372,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055660),(1173373,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055662),(1173374,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055666),(1173375,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055668),(1173376,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055670),(1173377,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055671),(1173378,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055672),(1173379,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055673),(1173380,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055674),(1173381,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055676),(1173382,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055678),(1173383,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055679),(1173384,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055681),(1173385,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055682),(1173386,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055683),(1173387,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055686),(1173388,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055687),(1173389,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055688),(1173390,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055689),(1173391,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055691),(1173392,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055692),(1173393,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055693),(1173394,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055694),(1173395,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055697),(1173396,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055698),(1173397,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055699),(1173398,'guest','failed_login','Users','Session','tech1',0,0,'34.75.123.143',1650055700),(1173399,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055701),(1173400,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055702),(1173401,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055703),(1173402,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055704),(1173403,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055705),(1173404,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055706),(1173405,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055708),(1173406,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055709),(1173407,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055710),(1173408,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055712),(1173409,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055714),(1173410,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055715),(1173411,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055716),(1173412,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055717),(1173413,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055718),(1173414,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055720),(1173415,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055723),(1173416,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055725),(1173417,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055726),(1173418,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055729),(1173419,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055730),(1173420,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055731),(1173421,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055733),(1173422,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055734),(1173423,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055735),(1173424,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055736),(1173425,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055737),(1173426,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055738),(1173427,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055739),(1173428,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055740),(1173429,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055742),(1173430,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055743),(1173431,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055744),(1173432,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055746),(1173433,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055747),(1173434,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055748),(1173435,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055749),(1173436,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055751),(1173437,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055753),(1173438,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055754),(1173439,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055755),(1173440,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055756),(1173441,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055758),(1173442,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055759),(1173443,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055760),(1173444,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055763),(1173445,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055764),(1173446,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055765),(1173447,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055767),(1173448,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055768),(1173449,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055770),(1173450,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055771),(1173451,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055772),(1173452,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055774),(1173453,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055775),(1173454,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055776),(1173455,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055777),(1173456,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055778),(1173457,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055780),(1173458,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055781),(1173459,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055784),(1173460,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055785),(1173461,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055786),(1173462,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055788),(1173463,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055789),(1173464,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055790),(1173465,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055791),(1173466,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055792),(1173467,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055795),(1173468,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055796),(1173469,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055797),(1173470,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055799),(1173471,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055800),(1173472,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055802),(1173473,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055804),(1173474,'guest','failed_login','Users','Session','tech1',0,0,'185.239.40.69',1650055804),(1173475,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055805),(1173476,'guest','failed_login','Users','Session','[login]',0,0,'185.239.40.69',1650055805),(1173477,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055809),(1173478,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055811),(1173479,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055812),(1173480,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055813),(1173481,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055814),(1173482,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055816),(1173483,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055818),(1173484,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055819),(1173485,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055820),(1173486,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055821),(1173487,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055822),(1173488,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055823),(1173489,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055825),(1173490,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055827),(1173491,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055828),(1173492,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055829),(1173493,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055830),(1173494,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055831),(1173495,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055834),(1173496,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055836),(1173497,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055838),(1173498,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055839),(1173499,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055840),(1173500,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055841),(1173501,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055843),(1173502,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055844),(1173503,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055845),(1173504,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055846),(1173505,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055848),(1173506,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055850),(1173507,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055851),(1173508,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055853),(1173509,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055854),(1173510,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055856),(1173511,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055857),(1173512,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055858),(1173513,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055859),(1173514,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055861),(1173515,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055862),(1173516,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055863),(1173517,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055865),(1173518,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055867),(1173519,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055869),(1173520,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055870),(1173521,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055872),(1173522,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055873),(1173523,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055874),(1173524,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055876),(1173525,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055877),(1173526,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055878),(1173527,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055880),(1173528,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055881),(1173529,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055883),(1173530,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055884),(1173531,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055885),(1173532,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055886),(1173533,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055887),(1173534,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055888),(1173535,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055890),(1173536,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055891),(1173537,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055892),(1173538,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055893),(1173539,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055895),(1173540,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055896),(1173541,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055897),(1173542,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055898),(1173543,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055899),(1173544,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055900),(1173545,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055901),(1173546,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055902),(1173547,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055903),(1173548,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055904),(1173549,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055905),(1173550,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055909),(1173551,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055910),(1173552,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055911),(1173553,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055912),(1173554,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055913),(1173555,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055915),(1173556,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055916),(1173557,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055917),(1173558,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055918),(1173559,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055919),(1173560,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055920),(1173561,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055921),(1173562,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055922),(1173563,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055923),(1173564,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055925),(1173565,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055926),(1173566,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055927),(1173567,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055930),(1173568,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055936),(1173569,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055937),(1173570,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055939),(1173571,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055941),(1173572,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055942),(1173573,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055943),(1173574,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055945),(1173575,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055946),(1173576,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055947),(1173577,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055949),(1173578,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055950),(1173579,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055951),(1173580,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055953),(1173581,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055954),(1173582,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055955),(1173583,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055956),(1173584,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055957),(1173585,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055958),(1173586,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055959),(1173587,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055960),(1173588,'guest','failed_login','Users','Session','tech1',0,0,'74.208.59.185',1650055961),(1173589,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055962),(1173590,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055963),(1173591,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055964),(1173592,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055965),(1173593,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055967),(1173594,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055968),(1173595,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055970),(1173596,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055971),(1173597,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055972),(1173598,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055973),(1173599,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055974),(1173600,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055975),(1173601,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055977),(1173602,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055978),(1173603,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055979),(1173604,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055980),(1173605,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055981),(1173606,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055982),(1173607,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055983),(1173608,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055984),(1173609,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055985),(1173610,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055986),(1173611,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055989),(1173612,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055990),(1173613,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055991),(1173614,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055993),(1173615,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055994),(1173616,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055995),(1173617,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.18',1650055996),(1173618,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055996),(1173619,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055998),(1173620,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650055999),(1173621,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056000),(1173622,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056003),(1173623,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056004),(1173624,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056005),(1173625,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056007),(1173626,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056009),(1173627,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056011),(1173628,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056012),(1173629,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056013),(1173630,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056014),(1173631,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056015),(1173632,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056016),(1173633,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056017),(1173634,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056018),(1173635,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056019),(1173636,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056020),(1173637,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056021),(1173638,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056022),(1173639,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056023),(1173640,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056025),(1173641,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056026),(1173642,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056028),(1173643,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056030),(1173644,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056032),(1173645,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056035),(1173646,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056037),(1173647,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056038),(1173648,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056039),(1173649,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056040),(1173650,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056041),(1173651,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056042),(1173652,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056044),(1173653,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056045),(1173654,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056046),(1173655,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056047),(1173656,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056048),(1173657,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056049),(1173658,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056050),(1173659,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056051),(1173660,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056052),(1173661,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056053),(1173662,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056054),(1173663,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056055),(1173664,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056056),(1173665,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056058),(1173666,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056060),(1173667,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056061),(1173668,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056063),(1173669,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056064),(1173670,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056066),(1173671,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056067),(1173672,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056068),(1173673,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056069),(1173674,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056070),(1173675,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056071),(1173676,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056072),(1173677,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056074),(1173678,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056075),(1173679,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056076),(1173680,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056077),(1173681,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056078),(1173682,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056080),(1173683,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056081),(1173684,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056082),(1173685,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056083),(1173686,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056084),(1173687,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056086),(1173688,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056087),(1173689,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056088),(1173690,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056089),(1173691,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056090),(1173692,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056091),(1173693,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056092),(1173694,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056093),(1173695,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056094),(1173696,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056095),(1173697,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056096),(1173698,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056097),(1173699,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056098),(1173700,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056099),(1173701,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056100),(1173702,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056101),(1173703,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056102),(1173704,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056103),(1173705,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056105),(1173706,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056106),(1173707,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056107),(1173708,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056108),(1173709,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056109),(1173710,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056111),(1173711,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056113),(1173712,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056114),(1173713,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056115),(1173714,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056116),(1173715,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056118),(1173716,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056119),(1173717,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056120),(1173718,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056121),(1173719,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056122),(1173720,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056123),(1173721,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056124),(1173722,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056125),(1173723,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056126),(1173724,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056127),(1173725,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056128),(1173726,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056129),(1173727,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056130),(1173728,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056131),(1173729,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056132),(1173730,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056133),(1173731,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056135),(1173732,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056137),(1173733,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056138),(1173734,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056139),(1173735,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056140),(1173736,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056141),(1173737,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056143),(1173738,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056144),(1173739,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056145),(1173740,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056146),(1173741,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056147),(1173742,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056148),(1173743,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056149),(1173744,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650056149),(1173745,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056150),(1173746,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056151),(1173747,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056152),(1173748,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056153),(1173749,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056154),(1173750,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056155),(1173751,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056156),(1173752,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056157),(1173753,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056158),(1173754,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056159),(1173755,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056165),(1173756,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056166),(1173757,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056168),(1173758,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056169),(1173759,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056170),(1173760,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056171),(1173761,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056172),(1173762,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056174),(1173763,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056176),(1173764,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056178),(1173765,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056179),(1173766,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056180),(1173767,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056181),(1173768,'guest','failed_login','Users','Session','tech1',0,0,'43.240.113.89',1650056182),(1173769,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056183),(1173770,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056184),(1173771,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056186),(1173772,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056187),(1173773,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056189),(1173774,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056190),(1173775,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056191),(1173776,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056193),(1173777,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056194),(1173778,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056196),(1173779,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056197),(1173780,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056198),(1173781,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056200),(1173782,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056201),(1173783,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056202),(1173784,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056203),(1173785,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056205),(1173786,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056206),(1173787,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056207),(1173788,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056208),(1173789,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056209),(1173790,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056210),(1173791,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056212),(1173792,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056213),(1173793,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056214),(1173794,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056215),(1173795,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056216),(1173796,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056217),(1173797,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056218),(1173798,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056220),(1173799,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056222),(1173800,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056223),(1173801,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056224),(1173802,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056225),(1173803,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056226),(1173804,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056228),(1173805,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056229),(1173806,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056231),(1173807,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056233),(1173808,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056234),(1173809,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056235),(1173810,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056236),(1173811,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056237),(1173812,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056238),(1173813,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056239),(1173814,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056240),(1173815,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056242),(1173816,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056243),(1173817,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056245),(1173818,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056246),(1173819,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056247),(1173820,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056248),(1173821,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056250),(1173822,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056251),(1173823,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056252),(1173824,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056253),(1173825,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056254),(1173826,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056255),(1173827,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056256),(1173828,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056258),(1173829,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056259),(1173830,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056260),(1173831,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056261),(1173832,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056262),(1173833,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056264),(1173834,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056265),(1173835,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056268),(1173836,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056269),(1173837,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056270),(1173838,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056271),(1173839,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056272),(1173840,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056273),(1173841,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056275),(1173842,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056276),(1173843,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056277),(1173844,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056278),(1173845,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056281),(1173846,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056282),(1173847,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056283),(1173848,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056284),(1173849,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056285),(1173850,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056286),(1173851,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056288),(1173852,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056289),(1173853,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056290),(1173854,'guest','failed_login','Users','Session','tech1',0,0,'118.27.103.110',1650056290),(1173855,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056291),(1173856,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056292),(1173857,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056293),(1173858,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056294),(1173859,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056295),(1173860,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056296),(1173861,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056297),(1173862,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056298),(1173863,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056299),(1173864,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056300),(1173865,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056302),(1173866,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056305),(1173867,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056311),(1173868,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056312),(1173869,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056314),(1173870,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056315),(1173871,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056321),(1173872,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056323),(1173873,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056328),(1173874,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056331),(1173875,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056332),(1173876,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056333),(1173877,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056334),(1173878,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056336),(1173879,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056338),(1173880,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056339),(1173881,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056340),(1173882,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056341),(1173883,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056342),(1173884,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056344),(1173885,'guest','failed_login','Users','Session','c',0,0,'150.158.151.170',1650056345),(1173886,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056346),(1173887,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056348),(1173888,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056351),(1173889,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056352),(1173890,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056353),(1173891,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056354),(1173892,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056356),(1173893,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056357),(1173894,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056358),(1173895,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056360),(1173896,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056361),(1173897,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056362),(1173898,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056363),(1173899,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056364),(1173900,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056365),(1173901,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056367),(1173902,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056368),(1173903,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056369),(1173904,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056370),(1173905,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056372),(1173906,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056376),(1173907,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056377),(1173908,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056379),(1173909,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056380),(1173910,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056381),(1173911,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056382),(1173912,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056384),(1173913,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056385),(1173914,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056386),(1173915,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056388),(1173916,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056389),(1173917,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056391),(1173918,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056392),(1173919,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056393),(1173920,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056395),(1173921,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056398),(1173922,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056400),(1173923,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056401),(1173924,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056402),(1173925,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056403),(1173926,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056405),(1173927,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056406),(1173928,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056407),(1173929,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056408),(1173930,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056409),(1173931,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056410),(1173932,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056411),(1173933,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056413),(1173934,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056414),(1173935,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056415),(1173936,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056416),(1173937,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056417),(1173938,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056418),(1173939,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056419),(1173940,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056420),(1173941,'guest','failed_login','Users','Session','tech1',0,0,'54.237.45.105',1650056421),(1173942,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056422),(1173943,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056424),(1173944,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056425),(1173945,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056426),(1173946,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056427),(1173947,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056428),(1173948,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056429),(1173949,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056430),(1173950,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056431),(1173951,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056432),(1173952,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056433),(1173953,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056435),(1173954,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056436),(1173955,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056438),(1173956,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056439),(1173957,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056440),(1173958,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056446),(1173959,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056448),(1173960,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056449),(1173961,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056450),(1173962,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056453),(1173963,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056454),(1173964,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056455),(1173965,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056456),(1173966,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056457),(1173967,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056459),(1173968,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056461),(1173969,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056462),(1173970,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056464),(1173971,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056465),(1173972,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056466),(1173973,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056467),(1173974,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056468),(1173975,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056470),(1173976,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056471),(1173977,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056472),(1173978,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056473),(1173979,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056474),(1173980,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056476),(1173981,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056480),(1173982,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056482),(1173983,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056483),(1173984,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056484),(1173985,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056485),(1173986,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056486),(1173987,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056487),(1173988,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056489),(1173989,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056490),(1173990,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056496),(1173991,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056497),(1173992,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056498),(1173993,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056499),(1173994,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056500),(1173995,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056502),(1173996,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056504),(1173997,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056505),(1173998,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056506),(1173999,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056507),(1174000,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056508),(1174001,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056510),(1174002,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056511),(1174003,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056512),(1174004,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056514),(1174005,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056515),(1174006,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056516),(1174007,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056517),(1174008,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056520),(1174009,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056521),(1174010,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056522),(1174011,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056523),(1174012,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056524),(1174013,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056525),(1174014,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056527),(1174015,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056528),(1174016,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056529),(1174017,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056530),(1174018,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056531),(1174019,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056533),(1174020,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056535),(1174021,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056536),(1174022,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056538),(1174023,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056539),(1174024,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056540),(1174025,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056541),(1174026,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056542),(1174027,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056543),(1174028,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056546),(1174029,'guest','failed_login','Users','Session','tech1',0,0,'67.205.176.79',1650056547),(1174030,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056548),(1174031,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056549),(1174032,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056550),(1174033,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056551),(1174034,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056552),(1174035,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056553),(1174036,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056554),(1174037,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056556),(1174038,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056557),(1174039,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056558),(1174040,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056559),(1174041,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056560),(1174042,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056561),(1174043,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056562),(1174044,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056565),(1174045,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056566),(1174046,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056567),(1174047,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056568),(1174048,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056569),(1174049,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056571),(1174050,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056574),(1174051,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056575),(1174052,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056576),(1174053,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056577),(1174054,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056578),(1174055,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056579),(1174056,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056581),(1174057,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056582),(1174058,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056589),(1174059,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056590),(1174060,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056591),(1174061,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056592),(1174062,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056594),(1174063,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056595),(1174064,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056597),(1174065,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056598),(1174066,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056599),(1174067,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056601),(1174068,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056602),(1174069,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056603),(1174070,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056604),(1174071,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056605),(1174072,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056607),(1174073,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056608),(1174074,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056609),(1174075,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056610),(1174076,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056611),(1174077,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056612),(1174078,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056618),(1174079,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056622),(1174080,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056623),(1174081,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056625),(1174082,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056626),(1174083,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056627),(1174084,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056628),(1174085,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056629),(1174086,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056631),(1174087,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056633),(1174088,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056634),(1174089,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056635),(1174090,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056636),(1174091,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056637),(1174092,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056639),(1174093,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056643),(1174094,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056644),(1174095,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056645),(1174096,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056648),(1174097,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056649),(1174098,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056651),(1174099,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056652),(1174100,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056653),(1174101,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056654),(1174102,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056655),(1174103,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056656),(1174104,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056657),(1174105,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056658),(1174106,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056659),(1174107,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056661),(1174108,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056662),(1174109,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056664),(1174110,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056665),(1174111,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056666),(1174112,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056667),(1174113,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056668),(1174114,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056670),(1174115,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056672),(1174116,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056673),(1174117,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056675),(1174118,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056676),(1174119,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056677),(1174120,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056678),(1174121,'guest','failed_login','Users','Session','tech1',0,0,'212.115.42.7',1650056678),(1174122,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056679),(1174123,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056680),(1174124,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056681),(1174125,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056683),(1174126,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056684),(1174127,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056685),(1174128,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056686),(1174129,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056687),(1174130,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056689),(1174131,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056690),(1174132,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056691),(1174133,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056692),(1174134,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056693),(1174135,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056694),(1174136,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056695),(1174137,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056696),(1174138,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056697),(1174139,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056698),(1174140,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056700),(1174141,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056702),(1174142,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056703),(1174143,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056704),(1174144,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056705),(1174145,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056707),(1174146,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056708),(1174147,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056710),(1174148,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056711),(1174149,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056712),(1174150,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056713),(1174151,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056715),(1174152,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056716),(1174153,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056719),(1174154,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056720),(1174155,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056721),(1174156,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056722),(1174157,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056723),(1174158,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056724),(1174159,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056725),(1174160,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056726),(1174161,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056727),(1174162,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056729),(1174163,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056730),(1174164,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056731),(1174165,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056732),(1174166,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056733),(1174167,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056734),(1174168,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056736),(1174169,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056737),(1174170,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056738),(1174171,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056739),(1174172,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056740),(1174173,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056741),(1174174,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056742),(1174175,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056744),(1174176,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056745),(1174177,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056747),(1174178,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056748),(1174179,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056749),(1174180,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056750),(1174181,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056753),(1174182,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056754),(1174183,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056758),(1174184,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056759),(1174185,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056760),(1174186,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056761),(1174187,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056762),(1174188,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056763),(1174189,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056765),(1174190,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056767),(1174191,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056768),(1174192,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056769),(1174193,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056770),(1174194,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056772),(1174195,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056773),(1174196,'guest','failed_login','Users','Session','h',0,0,'150.158.151.170',1650056774),(1174197,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056782),(1174198,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056783),(1174199,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056784),(1174200,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056785),(1174201,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056786),(1174202,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056788),(1174203,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056789),(1174204,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056790),(1174205,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056791),(1174206,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056793),(1174207,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056795),(1174208,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056796),(1174209,'guest','failed_login','Users','Session','tech1',0,0,'34.87.101.136',1650056797),(1174210,'guest','failed_login','Users','Session','[login]',0,0,'34.87.101.136',1650056797),(1174211,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056797),(1174212,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056799),(1174213,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056801),(1174214,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056802),(1174215,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056803),(1174216,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056804),(1174217,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056806),(1174218,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056807),(1174219,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056808),(1174220,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056809),(1174221,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056810),(1174222,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056811),(1174223,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056812),(1174224,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056813),(1174225,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056814),(1174226,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056815),(1174227,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056816),(1174228,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056817),(1174229,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056819),(1174230,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056820),(1174231,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056821),(1174232,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056823),(1174233,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056824),(1174234,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056825),(1174235,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056827),(1174236,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056828),(1174237,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056829),(1174238,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056830),(1174239,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056832),(1174240,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056833),(1174241,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056834),(1174242,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056835),(1174243,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056836),(1174244,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056837),(1174245,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056838),(1174246,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056839),(1174247,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056841),(1174248,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056842),(1174249,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056843),(1174250,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056847),(1174251,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056848),(1174252,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056850),(1174253,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056851),(1174254,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056853),(1174255,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056854),(1174256,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056855),(1174257,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056856),(1174258,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056858),(1174259,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056859),(1174260,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056860),(1174261,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056861),(1174262,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056862),(1174263,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056863),(1174264,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056864),(1174265,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056865),(1174266,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056866),(1174267,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056867),(1174268,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056868),(1174269,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056870),(1174270,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056872),(1174271,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056873),(1174272,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056874),(1174273,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056875),(1174274,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056877),(1174275,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056878),(1174276,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056879),(1174277,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056880),(1174278,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056882),(1174279,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056883),(1174280,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056884),(1174281,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056885),(1174282,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056887),(1174283,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056888),(1174284,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056890),(1174285,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056891),(1174286,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056892),(1174287,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056893),(1174288,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056894),(1174289,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056895),(1174290,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056896),(1174291,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056897),(1174292,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056899),(1174293,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056900),(1174294,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056902),(1174295,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056904),(1174296,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056906),(1174297,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056907),(1174298,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056908),(1174299,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056909),(1174300,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056911),(1174301,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056912),(1174302,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056914),(1174303,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056915),(1174304,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056916),(1174305,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056918),(1174306,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056919),(1174307,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056920),(1174308,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056921),(1174309,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056922),(1174310,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056924),(1174311,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056933),(1174312,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056934),(1174313,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056935),(1174314,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056937),(1174315,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056938),(1174316,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056939),(1174317,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056940),(1174318,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056941),(1174319,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056943),(1174320,'guest','failed_login','Users','Session','tech1',0,0,'157.245.106.233',1650056943),(1174321,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056944),(1174322,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056946),(1174323,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056947),(1174324,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056949),(1174325,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056951),(1174326,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056952),(1174327,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056953),(1174328,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056954),(1174329,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056955),(1174330,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056956),(1174331,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056957),(1174332,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056959),(1174333,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056961),(1174334,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056962),(1174335,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056963),(1174336,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056964),(1174337,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056968),(1174338,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056970),(1174339,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056971),(1174340,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056972),(1174341,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056973),(1174342,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056974),(1174343,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056975),(1174344,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056977),(1174345,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056978),(1174346,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056979),(1174347,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056980),(1174348,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056981),(1174349,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056984),(1174350,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056985),(1174351,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056986),(1174352,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056987),(1174353,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056988),(1174354,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056990),(1174355,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056991),(1174356,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056992),(1174357,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056993),(1174358,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056994),(1174359,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056995),(1174360,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056997),(1174361,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650056999),(1174362,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057000),(1174363,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057001),(1174364,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057002),(1174365,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057003),(1174366,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057004),(1174367,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057005),(1174368,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057007),(1174369,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057008),(1174370,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057010),(1174371,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057012),(1174372,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057013),(1174373,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057014),(1174374,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057016),(1174375,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057017),(1174376,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057023),(1174377,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057024),(1174378,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057025),(1174379,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057026),(1174380,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057027),(1174381,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057028),(1174382,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057029),(1174383,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057030),(1174384,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057031),(1174385,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057032),(1174386,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057033),(1174387,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057035),(1174388,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057036),(1174389,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057037),(1174390,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057038),(1174391,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057039),(1174392,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057040),(1174393,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057041),(1174394,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057043),(1174395,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057044),(1174396,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057046),(1174397,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057047),(1174398,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057048),(1174399,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057049),(1174400,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057050),(1174401,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057052),(1174402,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057053),(1174403,'guest','failed_login','Users','Session','tech1',0,0,'46.101.21.36',1650057053),(1174404,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057054),(1174405,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057055),(1174406,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057056),(1174407,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057057),(1174408,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057058),(1174409,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057059),(1174410,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057060),(1174411,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057062),(1174412,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057063),(1174413,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057064),(1174414,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057065),(1174415,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057066),(1174416,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057067),(1174417,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057068),(1174418,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057069),(1174419,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057070),(1174420,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057071),(1174421,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057072),(1174422,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057073),(1174423,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057075),(1174424,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057078),(1174425,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057079),(1174426,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057080),(1174427,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057081),(1174428,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057083),(1174429,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057085),(1174430,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057089),(1174431,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057090),(1174432,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057091),(1174433,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057092),(1174434,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.66',1650057093),(1174435,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057093),(1174436,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057094),(1174437,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057098),(1174438,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057102),(1174439,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057103),(1174440,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057104),(1174441,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057105),(1174442,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057106),(1174443,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057107),(1174444,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057108),(1174445,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057109),(1174446,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057110),(1174447,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057111),(1174448,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057112),(1174449,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057113),(1174450,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057115),(1174451,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057116),(1174452,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057117),(1174453,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057119),(1174454,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057120),(1174455,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057122),(1174456,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057124),(1174457,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057126),(1174458,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057127),(1174459,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057128),(1174460,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057131),(1174461,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057133),(1174462,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057135),(1174463,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057136),(1174464,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057137),(1174465,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057139),(1174466,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057140),(1174467,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057142),(1174468,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057143),(1174469,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057144),(1174470,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057146),(1174471,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057147),(1174472,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057148),(1174473,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057149),(1174474,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057151),(1174475,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057153),(1174476,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057154),(1174477,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057155),(1174478,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057157),(1174479,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057160),(1174480,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057161),(1174481,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057162),(1174482,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057163),(1174483,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057165),(1174484,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057167),(1174485,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057168),(1174486,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057169),(1174487,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057170),(1174488,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057172),(1174489,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057173),(1174490,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057174),(1174491,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057176),(1174492,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057178),(1174493,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057180),(1174494,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057183),(1174495,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057184),(1174496,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057185),(1174497,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057186),(1174498,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057187),(1174499,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057188),(1174500,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057189),(1174501,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057191),(1174502,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057193),(1174503,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057194),(1174504,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057196),(1174505,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057197),(1174506,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057198),(1174507,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::44ef',1650057198),(1174508,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057199),(1174509,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057200),(1174510,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057201),(1174511,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057203),(1174512,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057204),(1174513,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057205),(1174514,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057206),(1174515,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057207),(1174516,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057209),(1174517,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057210),(1174518,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057212),(1174519,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057213),(1174520,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057216),(1174521,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057218),(1174522,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057219),(1174523,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057220),(1174524,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057222),(1174525,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057223),(1174526,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057225),(1174527,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057226),(1174528,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057228),(1174529,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057229),(1174530,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057230),(1174531,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057231),(1174532,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057233),(1174533,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057234),(1174534,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057235),(1174535,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057236),(1174536,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057238),(1174537,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057240),(1174538,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057241),(1174539,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057242),(1174540,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057243),(1174541,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057245),(1174542,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057246),(1174543,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057247),(1174544,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057250),(1174545,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057255),(1174546,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057256),(1174547,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057257),(1174548,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057258),(1174549,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057259),(1174550,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057260),(1174551,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057261),(1174552,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057262),(1174553,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057264),(1174554,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057267),(1174555,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057268),(1174556,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057270),(1174557,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057271),(1174558,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057273),(1174559,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057274),(1174560,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057275),(1174561,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057276),(1174562,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057277),(1174563,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057278),(1174564,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057279),(1174565,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057280),(1174566,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057282),(1174567,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057284),(1174568,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057285),(1174569,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057286),(1174570,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057288),(1174571,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057290),(1174572,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057291),(1174573,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057292),(1174574,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057293),(1174575,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057295),(1174576,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057296),(1174577,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057298),(1174578,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057299),(1174579,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057303),(1174580,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057304),(1174581,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057305),(1174582,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057307),(1174583,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057308),(1174584,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057310),(1174585,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057312),(1174586,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057313),(1174587,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057315),(1174588,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057317),(1174589,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057318),(1174590,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057319),(1174591,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057321),(1174592,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057322),(1174593,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057323),(1174594,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057324),(1174595,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057325),(1174596,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057326),(1174597,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057327),(1174598,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057328),(1174599,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057329),(1174600,'guest','failed_login','Users','Session','tech1',0,0,'58.181.206.106',1650057331),(1174601,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057331),(1174602,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057332),(1174603,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057333),(1174604,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057334),(1174605,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057335),(1174606,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057336),(1174607,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057337),(1174608,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057339),(1174609,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057340),(1174610,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057342),(1174611,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057343),(1174612,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057345),(1174613,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057348),(1174614,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057350),(1174615,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057351),(1174616,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057352),(1174617,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057353),(1174618,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057360),(1174619,'guest','failed_login','Users','Session','1',0,0,'150.158.151.170',1650057361),(1174620,'guest','failed_login','Users','Session','tech1',0,0,'91.240.85.137',1650057457),(1174621,'guest','failed_login','Users','Session','[login]',0,0,'91.240.85.137',1650057457),(1174622,'guest','failed_login','Users','Session','tech1',0,0,'46.101.114.161',1650057515),(1174623,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650057616),(1174624,'guest','failed_login','Users','Session','tech1',0,0,'103.77.160.73',1650057717),(1174625,'guest','failed_login','Users','Session','tech1',0,0,'212.84.174.62',1650057825),(1174626,'guest','failed_login','Users','Session','[login]',0,0,'212.84.174.62',1650057825),(1174627,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:868:6f00::66:2943',1650057877),(1174628,'guest','failed_login','Users','Session','[login]',0,0,'2607:f1c0:868:6f00::66:2943',1650057882),(1174629,'guest','failed_login','Users','Session','tech1',0,0,'2001:4ba0:cafe:5eb::1',1650058047),(1174630,'guest','failed_login','Users','Session','tech1',0,0,'193.70.39.129',1650058158),(1174631,'guest','failed_login','Users','Session','tech1',0,0,'176.114.244.92',1650058283),(1174632,'guest','failed_login','Users','Session','tech1',0,0,'176.114.244.92',1650058284),(1174633,'guest','failed_login','Users','Session','tech1',0,0,'172.93.52.52',1650058417),(1174634,'guest','failed_login','Users','Session','[login]',0,0,'172.93.52.52',1650058418),(1174635,'guest','failed_login','Users','Session','tech1',0,0,'125.212.225.138',1650058521),(1174636,'guest','failed_login','Users','Session','[login]',0,0,'125.212.225.138',1650058521),(1174637,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.229',1650058602),(1174638,'guest','failed_login','Users','Session','tech1',0,0,'95.173.161.171',1650058752),(1174639,'guest','failed_login','Users','Session','[login]',0,0,'95.173.161.171',1650058753),(1174640,'guest','failed_login','Users','Session','admin',0,0,'189.125.37.42',1650058778),(1174641,'guest','failed_login','Users','Session','tech1',0,0,'46.101.21.36',1650058827),(1174642,'guest','failed_login','Users','Session','tech1',0,0,'13.126.224.218',1650058966),(1174643,'guest','failed_login','Users','Session','[login]',0,0,'13.126.224.218',1650058975),(1174644,'guest','failed_login','Users','Session','tech1',0,0,'194.163.142.38',1650059117),(1174645,'guest','failed_login','Users','Session','admin',0,0,'107.152.234.218',1650059235),(1174646,'guest','failed_login','Users','Session','tech1',0,0,'185.106.209.113',1650059373),(1174647,'guest','failed_login','Users','Session','tech1',0,0,'185.106.209.113',1650059504),(1174648,'guest','failed_login','Users','Session','tech1',0,0,'74.208.59.181',1650059567),(1174649,'guest','failed_login','Users','Session','tech1',0,0,'115.146.127.55',1650059635),(1174650,'guest','failed_login','Users','Session','[login]',0,0,'115.146.127.55',1650059636),(1174651,'guest','failed_login','Users','Session','tech1',0,0,'159.223.35.16',1650059673),(1174652,'guest','failed_login','Users','Session','tech1',0,0,'35.206.240.19',1650059750),(1174653,'guest','failed_login','Users','Session','tech1',0,0,'174.138.6.122',1650059892),(1174654,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4ff:f0:e6b::1',1650060017),(1174655,'guest','failed_login','Users','Session','[login]',0,0,'2a01:4ff:f0:e6b::1',1650060017),(1174656,'guest','failed_login','Users','Session','tech1',0,0,'13.65.208.195',1650060149),(1174657,'guest','failed_login','Users','Session','[login]',0,0,'13.65.208.195',1650060149),(1174658,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:2:f0::57:b001',1650060151),(1174659,'guest','failed_login','Users','Session','tech1',0,0,'103.148.76.92',1650060284),(1174660,'guest','failed_login','Users','Session','[login]',0,0,'103.148.76.92',1650060284),(1174661,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c2c:680::1',1650060406),(1174662,'guest','failed_login','Users','Session','[login]',0,0,'2a01:4f8:c2c:680::1',1650060406),(1174663,'guest','failed_login','Users','Session','tech1',0,0,'92.61.37.76',1650060506),(1174664,'guest','failed_login','Users','Session','tech1',0,0,'64.227.50.139',1650060608),(1174665,'guest','failed_login','Users','Session','tech1',0,0,'148.72.203.102',1650060623),(1174666,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.60',1650060638),(1174667,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::fb6:1001',1650060778),(1174668,'guest','failed_login','Users','Session','[login]',0,0,'2400:6180:0:d0::fb6:1001',1650060778),(1174669,'guest','failed_login','Users','Session','tech1',0,0,'2406:da1a:634:4410:a1a3:e467:ba6f:c2a4',1650060827),(1174670,'guest','failed_login','Users','Session','tech1',0,0,'120.55.169.254',1650061023),(1174671,'guest','failed_login','Users','Session','[login]',0,0,'120.55.169.254',1650061024),(1174672,'guest','failed_login','Users','Session','tech1',0,0,'3.90.161.161',1650061108),(1174673,'guest','failed_login','Users','Session','[login]',0,0,'3.90.161.161',1650061108),(1174674,'guest','failed_login','Users','Session','tech1',0,0,'123.56.59.9',1650061130),(1174675,'guest','failed_login','Users','Session','tech1',0,0,'141.94.87.67',1650061183),(1174676,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1650061204),(1174677,'guest','failed_login','Users','Session','com',0,0,'69.30.230.62',1650061300),(1174678,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1650061318),(1174679,'guest','failed_login','Users','Session','tech1',0,0,'52.78.28.41',1650061349),(1174680,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1650061411),(1174681,'guest','failed_login','Users','Session','tech1',0,0,'194.61.118.10',1650061465),(1174682,'guest','failed_login','Users','Session','[login]',0,0,'194.61.118.10',1650061466),(1174683,'guest','failed_login','Users','Session','tech1',0,0,'165.232.71.87',1650061589),(1174684,'guest','failed_login','Users','Session','tech1',0,0,'184.171.244.219',1650061621),(1174685,'guest','failed_login','Users','Session','tech1',0,0,'189.90.138.114',1650061717),(1174686,'guest','failed_login','Users','Session','tech1',0,0,'159.89.23.231',1650061783),(1174687,'guest','failed_login','Users','Session','tech1',0,0,'134.209.166.75',1650061957),(1174688,'guest','failed_login','Users','Session','tech1',0,0,'167.172.96.13',1650062072),(1174689,'guest','failed_login','Users','Session','tech1',0,0,'103.146.202.150',1650062090),(1174690,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.27',1650062104),(1174691,'guest','failed_login','Users','Session','tech1',0,0,'161.97.133.150',1650062198),(1174692,'guest','failed_login','Users','Session','[login]',0,0,'161.97.133.150',1650062199),(1174693,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:2:d0::21db:3001',1650062294),(1174694,'guest','failed_login','Users','Session','tech1',0,0,'2406:da1a:45:3400:67f4:1af5:a9a5:9aa2',1650062459),(1174695,'guest','failed_login','Users','Session','tech1',0,0,'212.115.42.7',1650062582),(1174696,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.83',1650062585),(1174697,'guest','failed_login','Users','Session','tech1',0,0,'47.93.61.192',1650062590),(1174698,'guest','failed_login','Users','Session','tech1',0,0,'91.219.194.6',1650062721),(1174699,'guest','failed_login','Users','Session','[login]',0,0,'91.219.194.6',1650062722),(1174700,'guest','failed_login','Users','Session','tech1',0,0,'157.245.131.230',1650062855),(1174701,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650062919),(1174702,'guest','failed_login','Users','Session','tech1',0,0,'188.166.220.74',1650062974),(1174703,'guest','failed_login','Users','Session','[login]',0,0,'188.166.220.74',1650062974),(1174704,'guest','failed_login','Users','Session','tech1',0,0,'46.101.114.161',1650063046),(1174705,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.229.66',1650063102),(1174706,'guest','failed_login','Users','Session','tech1',0,0,'2001:1a48:1112:6:7::1',1650063241),(1174707,'guest','failed_login','Users','Session','[login]',0,0,'2001:1a48:1112:6:7::1',1650063241),(1174708,'guest','failed_login','Users','Session','tech1',0,0,'5.134.119.131',1650063242),(1174709,'guest','failed_login','Users','Session','tech1',0,0,'31.172.80.147',1650063388),(1174710,'guest','failed_login','Users','Session','[login]',0,0,'31.172.80.147',1650063388),(1174711,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4f71',1650063486),(1174712,'guest','failed_login','Users','Session','tech1',0,0,'106.14.203.226',1650063525),(1174713,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1650063556),(1174714,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.66',1650063567),(1174715,'guest','failed_login','Users','Session','tech1',0,0,'137.184.138.182',1650063660),(1174716,'guest','failed_login','Users','Session','test',0,0,'107.150.36.74',1650063805),(1174717,'guest','failed_login','Users','Session','tech1',0,0,'159.223.35.16',1650064018),(1174718,'guest','failed_login','Users','Session','tech1',0,0,'35.185.207.50',1650064068),(1174719,'guest','failed_login','Users','Session','[login]',0,0,'35.185.207.50',1650064068),(1174720,'guest','failed_login','Users','Session','tech1',0,0,'206.189.207.145',1650064078),(1174721,'guest','failed_login','Users','Session','[login]',0,0,'206.189.207.145',1650064102),(1174722,'guest','failed_login','Users','Session','tech1',0,0,'85.128.143.79',1650064160),(1174723,'guest','failed_login','Users','Session','[login]',0,0,'85.128.143.79',1650064160),(1174724,'guest','failed_login','Users','Session','tech1',0,0,'165.232.71.87',1650064295),(1174725,'guest','failed_login','Users','Session','[login]',0,0,'165.232.71.87',1650064296),(1174726,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:dae3::1',1650064411),(1174727,'guest','failed_login','Users','Session','[login]',0,0,'2a01:4f9:c010:dae3::1',1650064412),(1174728,'guest','failed_login','Users','Session','tech1',0,0,'3.236.170.28',1650064529),(1174729,'guest','failed_login','Users','Session','tech1',0,0,'106.14.203.226',1650064530),(1174730,'guest','failed_login','Users','Session','tech1',0,0,'2406:da1a:45:3400:67f4:1af5:a9a5:9aa2',1650064658),(1174731,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.230.62',1650064721),(1174732,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.26',1650064754),(1174733,'guest','failed_login','Users','Session','tech1',0,0,'137.184.73.37',1650064779),(1174734,'guest','failed_login','Users','Session','[login]',0,0,'137.184.73.37',1650064780),(1174735,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.60',1650064846),(1174736,'guest','failed_login','Users','Session','tech1',0,0,'139.59.43.111',1650064874),(1174737,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1650064936),(1174738,'guest','failed_login','Users','Session','tech1',0,0,'40.77.10.77',1650065035),(1174739,'guest','failed_login','Users','Session','tech1',0,0,'107.180.107.103',1650065068),(1174740,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.155.229',1650065071),(1174741,'guest','failed_login','Users','Session','tech1',0,0,'206.81.18.4',1650065116),(1174742,'guest','failed_login','Users','Session','[login]',0,0,'206.81.18.4',1650065116),(1174743,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.70',1650065402),(1174744,'guest','failed_login','Users','Session','tech1',0,0,'2a05:d012:a0a:5a00:aa10:aa70:4136:6614',1650065417),(1174745,'guest','failed_login','Users','Session','[login]',0,0,'2a05:d012:a0a:5a00:aa10:aa70:4136:6614',1650065417),(1174746,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.26',1650065547),(1174747,'guest','failed_login','Users','Session','tech1',0,0,'64.37.52.95',1650065557),(1174748,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:1c1c:b508::1',1650065564),(1174749,'guest','failed_login','Users','Session','tech1',0,0,'2607:a680:0:f010::9c3b',1650065682),(1174750,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.230.62',1650065750),(1174751,'guest','failed_login','Users','Session','tech1',0,0,'47.254.87.56',1650065779),(1174752,'guest','failed_login','Users','Session','[login]',0,0,'47.254.87.56',1650065779),(1174753,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1650065828),(1174754,'guest','failed_login','Users','Session','tech1',0,0,'92.61.37.76',1650065915),(1174755,'guest','failed_login','Users','Session','[login]',0,0,'92.61.37.76',1650065916),(1174756,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650065923),(1174757,'guest','failed_login','Users','Session','tech1',0,0,'45.55.60.110',1650066049),(1174758,'guest','failed_login','Users','Session','tech1',0,0,'34.134.138.49',1650066081),(1174759,'guest','failed_login','Users','Session','[login]',0,0,'34.134.138.49',1650066081),(1174760,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.240.26',1650066090),(1174761,'guest','failed_login','Users','Session','tech1',0,0,'142.93.2.210',1650066215),(1174762,'guest','failed_login','Users','Session','tech1',0,0,'34.75.123.143',1650066263),(1174763,'guest','failed_login','Users','Session','[login]',0,0,'34.75.123.143',1650066263),(1174764,'guest','failed_login','Users','Session','tech1',0,0,'165.232.71.87',1650066434),(1174765,'guest','failed_login','Users','Session','tech1',0,0,'2401:c080:1c01:ca3:5400:3ff:feef:803f',1650066548),(1174766,'guest','failed_login','Users','Session','[login]',0,0,'2401:c080:1c01:ca3:5400:3ff:feef:803f',1650066549),(1174767,'guest','failed_login','Users','Session','tech1',0,0,'110.42.217.8',1650066562),(1174768,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::297:4001',1650066605),(1174769,'guest','failed_login','Users','Session','[login]',0,0,'2400:6180:0:d0::297:4001',1650066605),(1174770,'guest','failed_login','Users','Session','tech1',0,0,'206.81.18.4',1650066715),(1174771,'guest','failed_login','Users','Session','[login]',0,0,'206.81.18.4',1650066715),(1174772,'guest','failed_login','Users','Session','tech1',0,0,'2401:c080:1c01:ca3:5400:3ff:feef:803f',1650066883),(1174773,'guest','failed_login','Users','Session','test',0,0,'69.197.155.229',1650066905),(1174774,'guest','failed_login','Users','Session','tech1',0,0,'103.129.178.69',1650067060),(1174775,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.60',1650067118),(1174776,'guest','failed_login','Users','Session','tech1',0,0,'103.226.174.221',1650067251),(1174777,'guest','failed_login','Users','Session','tech1',0,0,'3.90.161.161',1650067350),(1174778,'guest','failed_login','Users','Session','[login]',0,0,'3.90.161.161',1650067351),(1174779,'guest','failed_login','Users','Session','tech1',0,0,'104.248.15.201',1650067442),(1174780,'guest','failed_login','Users','Session','tech1',0,0,'2600:3c04::f03c:92ff:fe2f:c1c4',1650067598),(1174781,'guest','failed_login','Users','Session','tech1',0,0,'103.55.39.107',1650067618),(1174782,'guest','failed_login','Users','Session','[login]',0,0,'103.55.39.107',1650067623),(1174783,'guest','failed_login','Users','Session','tech1',0,0,'142.93.2.210',1650067747),(1174784,'guest','failed_login','Users','Session','[login]',0,0,'142.93.2.210',1650067748),(1174785,'guest','failed_login','Users','Session','tech1',0,0,'34.75.123.143',1650067864),(1174786,'guest','failed_login','Users','Session','tech1',0,0,'159.89.23.231',1650067938),(1174787,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.66',1650068014),(1174788,'guest','failed_login','Users','Session','bangkokfinder',0,0,'192.187.127.19',1650068018),(1174789,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.93',1650068031),(1174790,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.229',1650068032),(1174791,'guest','failed_login','Users','Session','tech1',0,0,'194.163.156.168',1650068124),(1174792,'guest','failed_login','Users','Session','tech1',0,0,'129.232.204.123',1650068136),(1174793,'guest','failed_login','Users','Session','[login]',0,0,'129.232.204.123',1650068136),(1174794,'guest','failed_login','Users','Session','tech1',0,0,'66.23.235.231',1650068277),(1174795,'guest','failed_login','Users','Session','[login]',0,0,'66.23.235.231',1650068278),(1174796,'guest','failed_login','Users','Session','tech1',0,0,'165.232.64.68',1650068390),(1174797,'guest','failed_login','Users','Session','[login]',0,0,'165.232.64.68',1650068390),(1174798,'guest','failed_login','Users','Session','tech1',0,0,'159.89.23.231',1650068464),(1174799,'guest','failed_login','Users','Session','[login]',0,0,'159.89.23.231',1650068465),(1174800,'guest','failed_login','Users','Session','tech1',0,0,'68.183.200.197',1650068596),(1174801,'guest','failed_login','Users','Session','[login]',0,0,'68.183.200.197',1650068599),(1174802,'guest','failed_login','Users','Session','tech1',0,0,'198.20.170.59',1650068648),(1174803,'guest','failed_login','Users','Session','tech1',0,0,'137.184.73.37',1650068788),(1174804,'guest','failed_login','Users','Session','[login]',0,0,'137.184.73.37',1650068788),(1174805,'guest','failed_login','Users','Session','tech1',0,0,'89.163.206.159',1650068903),(1174806,'guest','failed_login','Users','Session','[login]',0,0,'89.163.206.159',1650068903),(1174807,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.18',1650068944),(1174808,'guest','failed_login','Users','Session','tech1',0,0,'144.91.125.155',1650068991),(1174809,'guest','failed_login','Users','Session','tech1',0,0,'50.87.144.98',1650069075),(1174810,'guest','failed_login','Users','Session','tech1',0,0,'208.109.75.124',1650069146),(1174811,'guest','failed_login','Users','Session','tech1',0,0,'34.65.234.0',1650069154),(1174812,'guest','failed_login','Users','Session','dmytro',0,0,'74.91.17.83',1650069191),(1174813,'guest','failed_login','Users','Session','tech1',0,0,'194.163.142.38',1650069214),(1174814,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:8:c9b5::',1650069321),(1174815,'guest','failed_login','Users','Session','[login]',0,0,'2001:41d0:8:c9b5::',1650069325),(1174816,'guest','failed_login','Users','Session','tech1',0,0,'82.165.83.123',1650069440),(1174817,'guest','failed_login','Users','Session','tech1',0,0,'188.166.248.119',1650069474),(1174818,'guest','failed_login','Users','Session','[login]',0,0,'188.166.248.119',1650069474),(1174819,'guest','failed_login','Users','Session','tech1',0,0,'3.90.161.161',1650069599),(1174820,'guest','failed_login','Users','Session','[login]',0,0,'3.90.161.161',1650069599),(1174821,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650069612),(1174822,'guest','failed_login','Users','Session','tech1',0,0,'110.42.217.8',1650069658),(1174823,'guest','failed_login','Users','Session','tech1',0,0,'128.199.221.125',1650069723),(1174824,'guest','failed_login','Users','Session','tech1',0,0,'58.181.206.106',1650069840),(1174825,'guest','failed_login','Users','Session','[login]',0,0,'58.181.206.106',1650069840),(1174826,'guest','failed_login','Users','Session','tech1',0,0,'47.241.124.182',1650069946),(1174827,'guest','failed_login','Users','Session','[login]',0,0,'47.241.124.182',1650069946),(1174828,'guest','failed_login','Users','Session','dmytro',0,0,'74.91.17.83',1650070041),(1174829,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.229',1650070152),(1174830,'guest','failed_login','Users','Session','tech1',0,0,'103.146.202.150',1650070179),(1174831,'guest','failed_login','Users','Session','tech1',0,0,'34.135.121.218',1650070323),(1174832,'guest','failed_login','Users','Session','[login]',0,0,'34.135.121.218',1650070323),(1174833,'guest','failed_login','Users','Session','tech1',0,0,'2001:e42:102:1823:160:16:242:201',1650070452),(1174834,'guest','failed_login','Users','Session','tech1',0,0,'103.55.39.107',1650070587),(1174835,'guest','failed_login','Users','Session','tech1',0,0,'159.89.165.49',1650070654),(1174836,'guest','failed_login','Users','Session','[login]',0,0,'159.89.165.49',1650070655),(1174837,'guest','failed_login','Users','Session','tech1',0,0,'159.223.35.16',1650070706),(1174838,'guest','failed_login','Users','Session','tech1',0,0,'2001:df7:ce00:11::2',1650070838),(1174839,'guest','failed_login','Users','Session','[login]',0,0,'2001:df7:ce00:11::2',1650070839),(1174840,'guest','failed_login','Users','Session','tech1',0,0,'67.205.176.79',1650070976),(1174841,'guest','failed_login','Users','Session','[login]',0,0,'67.205.176.79',1650070977),(1174842,'guest','failed_login','Users','Session','tech1',0,0,'5.202.189.212',1650071105),(1174843,'guest','failed_login','Users','Session','[login]',0,0,'5.202.189.212',1650071106),(1174844,'guest','failed_login','Users','Session','tech1',0,0,'134.209.166.75',1650071235),(1174845,'guest','failed_login','Users','Session','[login]',0,0,'134.209.166.75',1650071235),(1174846,'guest','failed_login','Users','Session','tech1',0,0,'42.200.169.14',1650071244),(1174847,'guest','failed_login','Users','Session','tech1',0,0,'198.23.61.45',1650071337),(1174848,'guest','failed_login','Users','Session','[login]',0,0,'198.23.61.45',1650071338),(1174849,'guest','failed_login','Users','Session','tech1',0,0,'91.134.248.245',1650071507),(1174850,'guest','failed_login','Users','Session','[login]',0,0,'91.134.248.245',1650071507),(1174851,'guest','failed_login','Users','Session','tech1',0,0,'34.75.123.143',1650071611),(1174852,'guest','failed_login','Users','Session','[login]',0,0,'34.75.123.143',1650071612),(1174853,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.93',1650071676),(1174854,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.255.60',1650071679),(1174855,'guest','failed_login','Users','Session','tech1',0,0,'47.254.87.56',1650071698),(1174856,'guest','failed_login','Users','Session','[login]',0,0,'47.254.87.56',1650071698),(1174857,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.19',1650071787),(1174858,'guest','failed_login','Users','Session','tech1',0,0,'116.255.178.218',1650071814),(1174859,'guest','failed_login','Users','Session','tech1',0,0,'185.181.230.127',1650071857),(1174860,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.74',1650071994),(1174861,'guest','failed_login','Users','Session','tech1',0,0,'91.134.248.245',1650071998),(1174862,'guest','failed_login','Users','Session','[login]',0,0,'91.134.248.245',1650071998),(1174863,'guest','failed_login','Users','Session','tech1',0,0,'151.248.4.59',1650072088),(1174864,'guest','failed_login','Users','Session','[login]',0,0,'151.248.4.59',1650072088),(1174865,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.27',1650072248),(1174866,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.155.229',1650072273),(1174867,'guest','failed_login','Users','Session','tech1',0,0,'158.69.192.143',1650072334),(1174868,'guest','failed_login','Users','Session','tech1',0,0,'112.78.1.204',1650072337),(1174869,'guest','failed_login','Users','Session','[login]',0,0,'158.69.192.143',1650072343),(1174870,'guest','failed_login','Users','Session','tech1',0,0,'85.128.143.101',1650072412),(1174871,'guest','failed_login','Users','Session','[login]',0,0,'85.128.143.101',1650072413),(1174872,'guest','failed_login','Users','Session','tech1',0,0,'148.66.147.42',1650072547),(1174873,'guest','failed_login','Users','Session','tech1',0,0,'202.28.34.99',1650072559),(1174874,'guest','failed_login','Users','Session','[login]',0,0,'202.28.34.99',1650072560),(1174875,'guest','failed_login','Users','Session','tech1',0,0,'128.199.221.125',1650072665),(1174876,'guest','failed_login','Users','Session','test',0,0,'204.12.215.59',1650072687),(1174877,'guest','failed_login','Users','Session','tech1',0,0,'95.216.45.183',1650072780),(1174878,'guest','failed_login','Users','Session','[login]',0,0,'95.216.45.183',1650072781),(1174879,'guest','failed_login','Users','Session','tech1',0,0,'202.28.34.99',1650072879),(1174880,'guest','failed_login','Users','Session','[login]',0,0,'202.28.34.99',1650072879),(1174881,'guest','failed_login','Users','Session','tech1',0,0,'139.59.60.160',1650072883),(1174882,'guest','failed_login','Users','Session','tech1',0,0,'66.23.235.231',1650073043),(1174883,'guest','failed_login','Users','Session','[login]',0,0,'66.23.235.231',1650073044),(1174884,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.60',1650073176),(1174885,'guest','failed_login','Users','Session','tech1',0,0,'95.173.161.171',1650073284),(1174886,'guest','failed_login','Users','Session','[login]',0,0,'95.173.161.171',1650073284),(1174887,'guest','failed_login','Users','Session','tech1',0,0,'167.99.142.91',1650073363),(1174888,'guest','failed_login','Users','Session','[login]',0,0,'167.99.142.91',1650073371),(1174889,'guest','failed_login','Users','Session','tech1',0,0,'208.109.75.124',1650073440),(1174890,'guest','failed_login','Users','Session','tech1',0,0,'165.227.129.197',1650073537),(1174891,'guest','failed_login','Users','Session','[login]',0,0,'165.227.129.197',1650073538),(1174892,'guest','failed_login','Users','Session','tech1',0,0,'37.18.90.72',1650073687),(1174893,'guest','failed_login','Users','Session','tech1',0,0,'165.232.71.87',1650073796),(1174894,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.27',1650073821),(1174895,'guest','failed_login','Users','Session','tech1',0,0,'176.9.102.181',1650073931),(1174896,'guest','failed_login','Users','Session','tech1',0,0,'188.166.104.64',1650074019),(1174897,'guest','failed_login','Users','Session','tech1',0,0,'13.126.224.218',1650074097),(1174898,'guest','failed_login','Users','Session','[login]',0,0,'13.126.224.218',1650074104),(1174899,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650074151),(1174900,'guest','failed_login','Users','Session','tech1',0,0,'102.219.178.121',1650074188),(1174901,'guest','failed_login','Users','Session','[login]',0,0,'102.219.178.121',1650074189),(1174902,'guest','failed_login','Users','Session','tech1',0,0,'2600:3c00::f03c:91ff:fe29:e8e6',1650074325),(1174903,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.27',1650074427),(1174904,'guest','failed_login','Users','Session','tech1',0,0,'157.245.131.230',1650074467),(1174905,'guest','failed_login','Users','Session','tech1',0,0,'34.135.121.218',1650074589),(1174906,'guest','failed_login','Users','Session','tech1',0,0,'64.37.52.95',1650074602),(1174907,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c2c:680::1',1650074705),(1174908,'guest','failed_login','Users','Session','[login]',0,0,'2a01:4f8:c2c:680::1',1650074705),(1174909,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.229',1650074760),(1174910,'guest','failed_login','Users','Session','tech1',0,0,'104.248.15.201',1650074764),(1174911,'guest','failed_login','Users','Session','[login]',0,0,'104.248.15.201',1650074765),(1174912,'guest','failed_login','Users','Session','tech1',0,0,'202.28.34.99',1650074953),(1174913,'guest','failed_login','Users','Session','tech1',0,0,'91.240.85.137',1650075057),(1174914,'guest','failed_login','Users','Session','tech1',0,0,'157.245.131.230',1650075164),(1174915,'guest','failed_login','Users','Session','[login]',0,0,'157.245.131.230',1650075164),(1174916,'guest','failed_login','Users','Session','tech1',0,0,'27.111.82.74',1650075172),(1174917,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.66',1650075214),(1174918,'guest','failed_login','Users','Session','tech1',0,0,'91.219.194.6',1650075273),(1174919,'guest','failed_login','Users','Session','tech1',0,0,'31.172.80.147',1650075401),(1174920,'guest','failed_login','Users','Session','[login]',0,0,'31.172.80.147',1650075402),(1174921,'guest','failed_login','Users','Session','tech1',0,0,'148.66.147.32',1650075504),(1174922,'guest','failed_login','Users','Session','tech1',0,0,'46.101.21.36',1650075507),(1174923,'guest','failed_login','Users','Session','[login]',0,0,'46.101.21.36',1650075507),(1174924,'guest','failed_login','Users','Session','tech1',0,0,'134.209.166.75',1650075625),(1174925,'guest','failed_login','Users','Session','[login]',0,0,'134.209.166.75',1650075625),(1174926,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:403:b30::',1650075747),(1174927,'guest','failed_login','Users','Session','[login]',0,0,'2001:41d0:403:b30::',1650075748),(1174928,'guest','failed_login','Users','Session','tech1',0,0,'51.222.138.98',1650075774),(1174929,'guest','failed_login','Users','Session','tech1',0,0,'95.216.45.183',1650075866),(1174930,'guest','failed_login','Users','Session','[login]',0,0,'95.216.45.183',1650075866),(1174931,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.27',1650075914),(1174932,'guest','failed_login','Users','Session','tech1',0,0,'207.154.195.143',1650075993),(1174933,'guest','failed_login','Users','Session','tech1',0,0,'134.209.166.75',1650076143),(1174934,'guest','failed_login','Users','Session','[login]',0,0,'134.209.166.75',1650076143),(1174935,'guest','failed_login','Users','Session','tech1',0,0,'208.113.240.124',1650076263),(1174936,'guest','failed_login','Users','Session','[login]',0,0,'208.113.240.124',1650076264),(1174937,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650076291),(1174938,'guest','failed_login','Users','Session','tech1',0,0,'35.193.222.165',1650076348),(1174939,'guest','failed_login','Users','Session','tech1',0,0,'194.233.90.4',1650076392),(1174940,'guest','failed_login','Users','Session','[login]',0,0,'194.233.90.4',1650076393),(1174941,'guest','failed_login','Users','Session','tech1',0,0,'103.155.250.64',1650076462),(1174942,'guest','failed_login','Users','Session','[login]',0,0,'103.155.250.64',1650076465),(1174943,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c2c:680::1',1650076651),(1174944,'guest','failed_login','Users','Session','test',0,0,'204.12.255.60',1650076785),(1174945,'guest','failed_login','Users','Session','tech1',0,0,'66.23.235.231',1650076786),(1174946,'guest','failed_login','Users','Session','tech1',0,0,'161.97.85.80',1650076854),(1174947,'guest','failed_login','Users','Session','tech1',0,0,'184.171.244.219',1650076946),(1174948,'guest','failed_login','Users','Session','tech1',0,0,'176.9.102.181',1650077048),(1174949,'guest','failed_login','Users','Session','[login]',0,0,'176.9.102.181',1650077048),(1174950,'guest','failed_login','Users','Session','tech1',0,0,'167.99.65.13',1650077190),(1174951,'guest','failed_login','Users','Session','[login]',0,0,'167.99.65.13',1650077191),(1174952,'guest','failed_login','Users','Session','tech1',0,0,'34.65.234.0',1650077314),(1174953,'guest','failed_login','Users','Session','[login]',0,0,'34.65.234.0',1650077315),(1174954,'guest','failed_login','Users','Session','tech1',0,0,'2a01:e0a:7c:d40:2e2:5cff:fe68:79e8',1650077415),(1174955,'guest','failed_login','Users','Session','[login]',0,0,'2a01:e0a:7c:d40:2e2:5cff:fe68:79e8',1650077415),(1174956,'guest','failed_login','Users','Session','tech1',0,0,'34.135.121.218',1650077550),(1174957,'guest','failed_login','Users','Session','[login]',0,0,'34.135.121.218',1650077550),(1174958,'guest','failed_login','Users','Session','tech1',0,0,'103.28.39.137',1650077553),(1174959,'guest','failed_login','Users','Session','tech1',0,0,'159.223.51.182',1650077604),(1174960,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.229',1650077624),(1174961,'guest','failed_login','Users','Session','tech1',0,0,'2001:df7:ce00:2::4',1650077818),(1174962,'guest','failed_login','Users','Session','tech1',0,0,'46.101.114.161',1650077936),(1174963,'guest','failed_login','Users','Session','com',0,0,'69.197.154.18',1650078023),(1174964,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1650078033),(1174965,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2038:455::1',1650078055),(1174966,'guest','failed_login','Users','Session','[login]',0,0,'2a02:c207:2038:455::1',1650078056),(1174967,'guest','failed_login','Users','Session','tech1',0,0,'159.75.71.179',1650078136),(1174968,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7e01::f03c:91ff:feac:6d25',1650078222),(1174969,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.26',1650078344),(1174970,'guest','failed_login','Users','Session','tech1',0,0,'107.180.88.227',1650078350),(1174971,'guest','failed_login','Users','Session','tech1',0,0,'194.233.90.4',1650078470),(1174972,'guest','failed_login','Users','Session','[login]',0,0,'194.233.90.4',1650078470),(1174973,'guest','failed_login','Users','Session','tech1',0,0,'148.72.248.66',1650078555),(1174974,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4ff:f0:e6b::1',1650078579),(1174975,'guest','failed_login','Users','Session','[login]',0,0,'2a01:4ff:f0:e6b::1',1650078579),(1174976,'guest','failed_login','Users','Session','tech1',0,0,'89.163.206.159',1650078694),(1174977,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.106',1650078750),(1174978,'guest','failed_login','Users','Session','tech1',0,0,'192.248.145.78',1650078817),(1174979,'guest','failed_login','Users','Session','[login]',0,0,'192.248.145.78',1650078817),(1174980,'guest','failed_login','Users','Session','tech1',0,0,'66.23.235.231',1650078988),(1174981,'guest','failed_login','Users','Session','[login]',0,0,'66.23.235.231',1650078988),(1174982,'guest','failed_login','Users','Session','tech1',0,0,'125.212.225.138',1650079111),(1174983,'guest','failed_login','Users','Session','test',0,0,'69.197.155.229',1650079212),(1174984,'guest','failed_login','Users','Session','tech1',0,0,'185.239.40.69',1650079223),(1174985,'guest','failed_login','Users','Session','tech1',0,0,'148.72.203.102',1650079336),(1174986,'guest','failed_login','Users','Session','tech1',0,0,'137.184.73.37',1650079360),(1174987,'guest','failed_login','Users','Session','tech1',0,0,'163.44.154.211',1650079478),(1174988,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:2:d0::21db:3001',1650079586),(1174989,'guest','failed_login','Users','Session','[login]',0,0,'2604:a880:2:d0::21db:3001',1650079586),(1174990,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.229',1650079684),(1174991,'guest','failed_login','Users','Session','tech1',0,0,'47.254.87.56',1650079710),(1174992,'guest','failed_login','Users','Session','[login]',0,0,'47.254.87.56',1650079711),(1174993,'guest','failed_login','Users','Session','tech1',0,0,'18.220.13.140',1650079856),(1174994,'guest','failed_login','Users','Session','[login]',0,0,'18.220.13.140',1650079874),(1174995,'guest','failed_login','Users','Session','tech1',0,0,'208.109.75.124',1650079917),(1174996,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.93',1650080002),(1174997,'guest','failed_login','Users','Session','tech1',0,0,'101.35.148.167',1650080037),(1174998,'guest','failed_login','Users','Session','tech1',0,0,'62.171.171.106',1650080090),(1174999,'guest','failed_login','Users','Session','tech1',0,0,'40.77.10.77',1650080204),(1175000,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.70',1650080279),(1175001,'guest','failed_login','Users','Session','tech1',0,0,'137.184.138.182',1650080314),(1175002,'guest','failed_login','Users','Session','tech1',0,0,'91.134.248.245',1650080521),(1175003,'guest','failed_login','Users','Session','tech1',0,0,'171.244.201.17',1650080535),(1175004,'guest','failed_login','Users','Session','tech1',0,0,'64.227.50.139',1650080609),(1175005,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.62',1650080661),(1175006,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.19',1650080832),(1175007,'guest','failed_login','Users','Session','tech1',0,0,'37.18.90.72',1650080864),(1175008,'guest','failed_login','Users','Session','[login]',0,0,'37.18.90.72',1650080865),(1175009,'guest','failed_login','Users','Session','tech1',0,0,'52.78.28.41',1650080963),(1175010,'guest','failed_login','Users','Session','tech1',0,0,'109.70.148.44',1650081096),(1175011,'guest','failed_login','Users','Session','tech1',0,0,'35.247.159.133',1650081143),(1175012,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.70',1650081183),(1175013,'guest','failed_login','Users','Session','tech1',0,0,'74.208.76.156',1650081271),(1175014,'guest','failed_login','Users','Session','[login]',0,0,'74.208.76.156',1650081272),(1175015,'guest','failed_login','Users','Session','tech1',0,0,'162.0.239.73',1650081444),(1175016,'guest','failed_login','Users','Session','tech1',0,0,'74.208.58.16',1650081455),(1175017,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:1c1c:b508::1',1650081561),(1175018,'guest','failed_login','Users','Session','[login]',0,0,'2a01:4f8:1c1c:b508::1',1650081562),(1175019,'guest','failed_login','Users','Session','tech1',0,0,'2001:f90:4880:1e69:202:c9ff:fedb:58f0',1650081682),(1175020,'guest','failed_login','Users','Session','tech1',0,0,'35.198.25.12',1650081773),(1175021,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:2:d0::21db:3001',1650081783),(1175022,'guest','failed_login','Users','Session','tech1',0,0,'34.87.101.136',1650081934),(1175023,'guest','failed_login','Users','Session','tech1',0,0,'150.95.112.26',1650082011),(1175024,'guest','failed_login','Users','Session','tech1',0,0,'2400:8902::f03c:92ff:fe6c:1183',1650082211),(1175025,'guest','failed_login','Users','Session','[login]',0,0,'2400:8902::f03c:92ff:fe6c:1183',1650082211),(1175026,'guest','failed_login','Users','Session','dmytro',0,0,'74.91.17.83',1650082274),(1175027,'guest','failed_login','Users','Session','tech1',0,0,'91.240.85.137',1650082344),(1175028,'guest','failed_login','Users','Session','[login]',0,0,'91.240.85.137',1650082345),(1175029,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650082353),(1175030,'guest','failed_login','Users','Session','tech1',0,0,'116.255.178.218',1650082418),(1175031,'guest','failed_login','Users','Session','[login]',0,0,'165.22.38.217',1650082420),(1175032,'guest','failed_login','Users','Session','com',0,0,'69.30.229.66',1650082580),(1175033,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::fb6:1001',1650082590),(1175034,'guest','failed_login','Users','Session','tech1',0,0,'46.101.11.222',1650082723),(1175035,'guest','failed_login','Users','Session','tech1',0,0,'2600:3c00::f03c:91ff:feb4:ddc4',1650082851),(1175036,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.70',1650082943),(1175037,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650082948),(1175038,'guest','failed_login','Users','Session','tech1',0,0,'107.180.88.227',1650082991),(1175039,'guest','failed_login','Users','Session','tech1',0,0,'85.119.122.23',1650083022),(1175040,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.27',1650083041),(1175041,'guest','failed_login','Users','Session','tech1',0,0,'128.134.187.112',1650083120),(1175042,'guest','failed_login','Users','Session','tech1',0,0,'2607:f130:0:107:d6ae:52ff:febb:96a',1650083157),(1175043,'guest','failed_login','Users','Session','tech1',0,0,'37.18.90.72',1650083347),(1175044,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:1:d0::113f:7001',1650083390),(1175045,'guest','failed_login','Users','Session','[login]',0,0,'68.183.46.105',1650083395),(1175046,'guest','failed_login','Users','Session','tech1',0,0,'207.154.195.143',1650083516),(1175047,'guest','failed_login','Users','Session','[login]',0,0,'207.154.195.143',1650083516),(1175048,'guest','failed_login','Users','Session','tech1',0,0,'35.193.222.165',1650083645),(1175049,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:2:d0::21db:3001',1650083652),(1175050,'guest','failed_login','Users','Session','[login]',0,0,'2604:a880:2:d0::21db:3001',1650083652),(1175051,'guest','failed_login','Users','Session','tech1',0,0,'202.28.34.99',1650083816),(1175052,'guest','failed_login','Users','Session','[login]',0,0,'202.28.34.99',1650083816),(1175053,'guest','failed_login','Users','Session','tech1',0,0,'206.189.29.138',1650083911),(1175054,'guest','failed_login','Users','Session','[login]',0,0,'206.189.29.138',1650083911),(1175055,'guest','failed_login','Users','Session','tech1',0,0,'103.1.239.126',1650084052),(1175056,'guest','failed_login','Users','Session','tech1',0,0,'139.59.83.27',1650084166),(1175057,'guest','failed_login','Users','Session','[login]',0,0,'139.59.83.27',1650084167),(1175058,'guest','failed_login','Users','Session','tech1',0,0,'167.172.96.13',1650084278),(1175059,'guest','failed_login','Users','Session','tech1',0,0,'171.244.17.110',1650084285),(1175060,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.62',1650084296),(1175061,'guest','failed_login','Users','Session','com',0,0,'204.12.202.93',1650084365),(1175062,'guest','failed_login','Users','Session','tech1',0,0,'2607:a680:0:f010::9c3b',1650084407),(1175063,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::fb6:1001',1650084545),(1175064,'guest','failed_login','Users','Session','tech1',0,0,'82.165.88.184',1650084551),(1175065,'guest','failed_login','Users','Session','tech1',0,0,'2400:8902::f03c:92ff:fe6c:1183',1650084667),(1175066,'guest','failed_login','Users','Session','[login]',0,0,'2400:8902::f03c:92ff:fe6c:1183',1650084668),(1175067,'guest','failed_login','Users','Session','tech1',0,0,'159.223.51.182',1650084802),(1175068,'guest','failed_login','Users','Session','tech1',0,0,'184.171.244.219',1650084933),(1175069,'guest','failed_login','Users','Session','tech1',0,0,'148.251.64.115',1650084945),(1175070,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.62',1650085050),(1175071,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:dae3::1',1650085061),(1175072,'guest','failed_login','Users','Session','tech1',0,0,'206.81.18.4',1650085145),(1175073,'guest','failed_login','Users','Session','[login]',0,0,'206.81.18.4',1650085145),(1175074,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.46',1650085243),(1175075,'guest','failed_login','Users','Session','tech1',0,0,'103.241.4.100',1650085324),(1175076,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::bd5:1001',1650085431),(1175077,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.229',1650085526),(1175078,'guest','failed_login','Users','Session','tech1',0,0,'128.199.147.151',1650085533),(1175079,'guest','failed_login','Users','Session','tech1',0,0,'144.91.75.9',1650085565),(1175080,'guest','failed_login','Users','Session','tech1',0,0,'139.196.186.219',1650085724),(1175081,'guest','failed_login','Users','Session','tech1',0,0,'185.46.59.70',1650085858),(1175082,'guest','failed_login','Users','Session','tech1',0,0,'157.245.131.230',1650085969),(1175083,'guest','failed_login','Users','Session','[login]',0,0,'157.245.131.230',1650085970),(1175084,'guest','failed_login','Users','Session','tech1',0,0,'206.81.18.4',1650086003),(1175085,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.46',1650086065),(1175086,'guest','failed_login','Users','Session','tech1',0,0,'207.154.244.58',1650086172),(1175087,'guest','failed_login','Users','Session','tech1',0,0,'185.46.59.70',1650086177),(1175088,'guest','failed_login','Users','Session','[login]',0,0,'185.46.59.70',1650086177),(1175089,'guest','failed_login','Users','Session','tech1',0,0,'47.241.124.182',1650086291),(1175090,'guest','failed_login','Users','Session','drmap',0,0,'159.65.216.18',1650086403),(1175091,'guest','failed_login','Users','Session','tech1',0,0,'213.95.21.15',1650086413),(1175092,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.229',1650086479),(1175093,'guest','failed_login','Users','Session','tech1',0,0,'157.245.185.172',1650086535),(1175094,'guest','failed_login','Users','Session','[login]',0,0,'157.245.185.172',1650086536),(1175095,'guest','failed_login','Users','Session','tech1',0,0,'47.241.124.182',1650086645),(1175096,'guest','failed_login','Users','Session','tech1',0,0,'115.146.127.55',1650086771),(1175097,'guest','failed_login','Users','Session','[login]',0,0,'115.146.127.55',1650086771),(1175098,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.229',1650086835),(1175099,'guest','failed_login','Users','Session','tech1',0,0,'103.226.174.221',1650086999),(1175100,'guest','failed_login','Users','Session','tech1',0,0,'103.211.218.142',1650087064),(1175101,'guest','failed_login','Users','Session','tech1',0,0,'159.223.75.135',1650087112),(1175102,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c011:37ed::1',1650087232),(1175103,'guest','failed_login','Users','Session','tech1',0,0,'75.119.147.106',1650087247),(1175104,'guest','failed_login','Users','Session','tech1',0,0,'103.226.174.221',1650087381),(1175105,'guest','failed_login','Users','Session','drmap',0,0,'103.159.224.46',1650087401),(1175106,'guest','failed_login','Users','Session','tech1',0,0,'2607:f130:0:107:d6ae:52ff:febb:96a',1650087453),(1175107,'guest','failed_login','Users','Session','[login]',0,0,'2607:f130:0:107:d6ae:52ff:febb:96a',1650087453),(1175108,'guest','failed_login','Users','Session','tech1',0,0,'82.165.88.152',1650087636),(1175109,'guest','failed_login','Users','Session','tech1',0,0,'35.206.240.19',1650087648),(1175110,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2047:2318::1',1650087718),(1175111,'guest','failed_login','Users','Session','tech1',0,0,'128.199.14.4',1650087734),(1175112,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1650087799),(1175113,'guest','failed_login','Users','Session','tech1',0,0,'128.199.25.247',1650087852),(1175114,'guest','failed_login','Users','Session','drmap',0,0,'121.243.95.160',1650087904),(1175115,'guest','failed_login','Users','Session','tech1',0,0,'147.182.229.61',1650087962),(1175116,'guest','failed_login','Users','Session','[login]',0,0,'147.182.229.61',1650087963),(1175117,'guest','failed_login','Users','Session','tech1',0,0,'109.233.192.83',1650088112),(1175118,'guest','failed_login','Users','Session','tech1',0,0,'206.189.207.145',1650088201),(1175119,'guest','failed_login','Users','Session','tech1',0,0,'141.94.247.170',1650088237),(1175120,'guest','failed_login','Users','Session','tech1',0,0,'109.70.148.44',1650088302),(1175121,'guest','failed_login','Users','Session','drmap',0,0,'139.59.150.45',1650088411),(1175122,'guest','failed_login','Users','Session','tech1',0,0,'128.199.227.32',1650088416),(1175123,'guest','failed_login','Users','Session','tech1',0,0,'18.220.13.140',1650088498),(1175124,'guest','failed_login','Users','Session','tech1',0,0,'62.171.171.106',1650088607),(1175125,'guest','failed_login','Users','Session','[login]',0,0,'62.171.171.106',1650088607),(1175126,'guest','failed_login','Users','Session','tech1',0,0,'67.205.43.116',1650088741),(1175127,'guest','failed_login','Users','Session','tech1',0,0,'103.205.64.183',1650088789),(1175128,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4ff:f0:e6b::1',1650088883),(1175129,'guest','failed_login','Users','Session','[login]',0,0,'2a01:4ff:f0:e6b::1',1650088884),(1175130,'guest','failed_login','Users','Session','drmap',0,0,'39.108.148.88',1650088911),(1175131,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:8:c9b5::',1650088983),(1175132,'guest','failed_login','Users','Session','tech1',0,0,'137.184.73.37',1650089110),(1175133,'guest','failed_login','Users','Session','[login]',0,0,'137.184.73.37',1650089111),(1175134,'guest','failed_login','Users','Session','admin',0,0,'35.193.222.165',1650089111),(1175135,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.157',1650089219),(1175136,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c010:a209::1',1650089237),(1175137,'guest','failed_login','Users','Session','tech1',0,0,'78.12.18.253',1650089244),(1175138,'guest','failed_login','Users','Session','tech1',0,0,'52.78.28.41',1650089355),(1175139,'guest','failed_login','Users','Session','tech1',0,0,'206.189.29.138',1650089460),(1175140,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650089569),(1175141,'guest','failed_login','Users','Session','tech1',0,0,'194.233.90.4',1650089690),(1175142,'guest','failed_login','Users','Session','tech1',0,0,'173.212.201.226',1650089746),(1175143,'guest','failed_login','Users','Session','test',0,0,'192.187.127.19',1650089756),(1175144,'guest','failed_login','Users','Session','tech1',0,0,'54.237.45.105',1650089811),(1175145,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.46',1650089812),(1175146,'guest','failed_login','Users','Session','drmap',0,0,'2001:470:c:7e2::2',1650089914),(1175147,'guest','failed_login','Users','Session','dmytro',0,0,'192.187.127.19',1650089929),(1175148,'guest','failed_login','Users','Session','tech1',0,0,'2401:c080:1c01:ca3:5400:3ff:feef:803f',1650089943),(1175149,'guest','failed_login','Users','Session','admin',0,0,'112.78.1.204',1650090042),(1175150,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.157',1650090049),(1175151,'guest','failed_login','Users','Session','tech1',0,0,'102.219.178.121',1650090073),(1175152,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:1:d0::113f:7001',1650090146),(1175153,'guest','failed_login','Users','Session','tech1',0,0,'165.227.129.197',1650090333),(1175154,'guest','failed_login','Users','Session','[login]',0,0,'165.227.129.197',1650090334),(1175155,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1650090405),(1175156,'guest','failed_login','Users','Session','tech1',0,0,'37.18.90.72',1650090479),(1175157,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.46',1650090486),(1175158,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650090486),(1175159,'guest','failed_login','Users','Session','tech1',0,0,'109.70.148.44',1650090599),(1175160,'guest','failed_login','Users','Session','tech1',0,0,'2a02:4780:3:3:a5a4:743:3f4:77c8',1650090713),(1175161,'guest','failed_login','Users','Session','tech1',0,0,'93.86.255.38',1650090731),(1175162,'guest','failed_login','Users','Session','admin',0,0,'62.233.120.26',1650090764),(1175163,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.157',1650090767),(1175164,'guest','failed_login','Users','Session','tech1',0,0,'2607:a680:0:f010::9c3b',1650090844),(1175165,'guest','failed_login','Users','Session','drmap',0,0,'188.166.212.133',1650090907),(1175166,'guest','failed_login','Users','Session','tech1',0,0,'43.250.142.122',1650090911),(1175167,'guest','failed_login','Users','Session','tech1',0,0,'47.254.87.56',1650090942),(1175168,'guest','failed_login','Users','Session','tech1',0,0,'174.138.6.122',1650091122),(1175169,'guest','failed_login','Users','Session','[login]',0,0,'174.138.6.122',1650091122),(1175170,'guest','failed_login','Users','Session','tech1',0,0,'185.209.230.33',1650091216),(1175171,'guest','failed_login','Users','Session','tech1',0,0,'161.97.133.150',1650091239),(1175172,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.70',1650091241),(1175173,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.26',1650091252),(1175174,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.27',1650091290),(1175175,'guest','failed_login','Users','Session','dmytro',0,0,'192.187.127.19',1650091315),(1175176,'guest','failed_login','Users','Session','tech1',0,0,'46.101.114.161',1650091316),(1175177,'guest','failed_login','Users','Session','admin',0,0,'47.114.32.24',1650091329),(1175178,'guest','failed_login','Users','Session','drmap',0,0,'167.71.234.124',1650091383),(1175179,'guest','failed_login','Users','Session','com',0,0,'192.187.127.19',1650091458),(1175180,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.66',1650091570),(1175181,'guest','failed_login','Users','Session','tech1',0,0,'158.69.63.179',1650091704),(1175182,'guest','failed_login','Users','Session','tech1',0,0,'178.87.195.34',1650091721),(1175183,'guest','failed_login','Users','Session','tech1',0,0,'178.159.42.76',1650091836),(1175184,'guest','failed_login','Users','Session','drmap',0,0,'132.248.60.104',1650091869),(1175185,'guest','failed_login','Users','Session','admin',0,0,'109.234.161.67',1650091896),(1175186,'guest','failed_login','Users','Session','tech1',0,0,'157.245.106.233',1650091961),(1175187,'guest','failed_login','Users','Session','tech1',0,0,'104.248.15.201',1650092007),(1175188,'guest','failed_login','Users','Session','tech1',0,0,'178.87.195.34',1650092181),(1175189,'guest','failed_login','Users','Session','[login]',0,0,'178.87.195.34',1650092182),(1175190,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::9ed:d001',1650092191),(1175191,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.83',1650092281),(1175192,'guest','failed_login','Users','Session','tech1',0,0,'95.216.45.183',1650092289),(1175193,'guest','failed_login','Users','Session','admin',0,0,'139.59.60.160',1650092346),(1175194,'guest','failed_login','Users','Session','drmap',0,0,'157.230.253.37',1650092359),(1175195,'guest','failed_login','Users','Session','tech1',0,0,'178.159.42.76',1650092409),(1175196,'guest','failed_login','Users','Session','tech1',0,0,'137.184.89.163',1650092469),(1175197,'guest','failed_login','Users','Session','tech1',0,0,'85.128.143.192',1650092635),(1175198,'guest','failed_login','Users','Session','tech1',0,0,'185.126.219.43',1650092680),(1175199,'guest','failed_login','Users','Session','admin',0,0,'194.233.75.42',1650092753),(1175200,'guest','failed_login','Users','Session','tech1',0,0,'178.87.195.34',1650092768),(1175201,'guest','failed_login','Users','Session','drmap',0,0,'217.160.64.174',1650092845),(1175202,'guest','failed_login','Users','Session','tech1',0,0,'3.96.194.159',1650092892),(1175203,'guest','failed_login','Users','Session','tech1',0,0,'109.70.148.44',1650093035),(1175204,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:800:10::b97:d001',1650093103),(1175205,'guest','failed_login','Users','Session','tech1',0,0,'47.93.49.198',1650093172),(1175206,'guest','failed_login','Users','Session','admin',0,0,'47.105.153.104',1650093255),(1175207,'guest','failed_login','Users','Session','tech1',0,0,'137.184.73.37',1650093296),(1175208,'guest','failed_login','Users','Session','drmap',0,0,'36.94.142.166',1650093336),(1175209,'guest','failed_login','Users','Session','tech1',0,0,'74.208.76.156',1650093389),(1175210,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.60',1650093392),(1175211,'guest','failed_login','Users','Session','admin',0,0,'185.252.31.180',1650093550),(1175212,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.157',1650093563),(1175213,'guest','failed_login','Users','Session','tech1',0,0,'194.163.142.38',1650093565),(1175214,'guest','failed_login','Users','Session','[login]',0,0,'194.163.142.38',1650093565),(1175215,'guest','failed_login','Users','Session','tech1',0,0,'52.234.178.100',1650093656),(1175216,'guest','failed_login','Users','Session','tech1',0,0,'35.185.207.50',1650093691),(1175217,'guest','failed_login','Users','Session','tech1',0,0,'151.248.4.59',1650093819),(1175218,'guest','failed_login','Users','Session','drmap',0,0,'75.119.155.88',1650093821),(1175219,'guest','failed_login','Users','Session','admin',0,0,'196.203.219.49',1650093921),(1175220,'guest','failed_login','Users','Session','tech1',0,0,'165.232.64.68',1650093951),(1175221,'guest','failed_login','Users','Session','tech1',0,0,'163.44.154.211',1650094087),(1175222,'guest','failed_login','Users','Session','tech1',0,0,'103.106.78.178',1650094139),(1175223,'guest','failed_login','Users','Session','tech1',0,0,'193.70.39.129',1650094152),(1175224,'guest','failed_login','Users','Session','admin',0,0,'103.159.36.154',1650094286),(1175225,'guest','failed_login','Users','Session','tech1',0,0,'82.66.92.137',1650094294),(1175226,'guest','failed_login','Users','Session','[login]',0,0,'82.66.92.137',1650094295),(1175227,'guest','failed_login','Users','Session','drmap',0,0,'51.178.137.175',1650094302),(1175228,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.153.157',1650094392),(1175229,'guest','failed_login','Users','Session','tech1',0,0,'207.154.195.143',1650094438),(1175230,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.74',1650094496),(1175231,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:403:b30::',1650094542),(1175232,'guest','failed_login','Users','Session','[login]',0,0,'2001:41d0:403:b30::',1650094542),(1175233,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.46',1650094547),(1175234,'guest','failed_login','Users','Session','tech1',0,0,'103.139.103.157',1650094621),(1175235,'guest','failed_login','Users','Session','tech1',0,0,'77.68.6.111',1650094673),(1175236,'guest','failed_login','Users','Session','tech1',0,0,'208.113.240.124',1650094788),(1175237,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:10a:ac3::2',1650094898),(1175238,'guest','failed_login','Users','Session','admin',0,0,'192.64.117.99',1650094940),(1175239,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.62',1650094975),(1175240,'guest','failed_login','Users','Session','tech1',0,0,'147.182.229.61',1650094995),(1175241,'guest','failed_login','Users','Session','[login]',0,0,'147.182.229.61',1650094995),(1175242,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1650095010),(1175243,'guest','failed_login','Users','Session','tech1',0,0,'141.94.87.67',1650095083),(1175244,'guest','failed_login','Users','Session','tech1',0,0,'188.166.212.133',1650095109),(1175245,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.46',1650095193),(1175246,'guest','failed_login','Users','Session','tech1',0,0,'206.189.109.181',1650095255),(1175247,'guest','failed_login','Users','Session','drmap',0,0,'139.59.118.238',1650095266),(1175248,'guest','failed_login','Users','Session','admin',0,0,'66.29.141.137',1650095267),(1175249,'guest','failed_login','Users','Session','tech1',0,0,'91.195.155.23',1650095367),(1175250,'guest','failed_login','Users','Session','[login]',0,0,'91.195.155.23',1650095368),(1175251,'guest','failed_login','Users','Session','tech1',0,0,'189.90.138.114',1650095511),(1175252,'guest','failed_login','Users','Session','admin',0,0,'159.223.35.16',1650095571),(1175253,'guest','failed_login','Users','Session','tech1',0,0,'144.91.117.193',1650095579),(1175254,'guest','failed_login','Users','Session','tech1',0,0,'68.183.81.28',1650095625),(1175255,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:200:33cc::2',1650095737),(1175256,'guest','failed_login','Users','Session','admin',0,0,'192.187.127.19',1650095738),(1175257,'guest','failed_login','Users','Session','drmap',0,0,'46.29.23.162',1650095741),(1175258,'guest','failed_login','Users','Session','admin',0,0,'216.158.230.167',1650095870),(1175259,'guest','failed_login','Users','Session','tech1',0,0,'34.134.138.49',1650095873),(1175260,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.19',1650095991),(1175261,'guest','failed_login','Users','Session','tech1',0,0,'155.133.142.67',1650096010),(1175262,'guest','failed_login','Users','Session','tech1',0,0,'195.201.27.74',1650096054),(1175263,'guest','failed_login','Users','Session','tech1',0,0,'103.148.76.92',1650096148),(1175264,'guest','failed_login','Users','Session','[login]',0,0,'103.148.76.92',1650096148),(1175265,'guest','failed_login','Users','Session','admin',0,0,'194.233.75.42',1650096150),(1175266,'guest','failed_login','Users','Session','tech1',0,0,'206.81.18.4',1650096201),(1175267,'guest','failed_login','Users','Session','drmap',0,0,'72.167.34.14',1650096214),(1175268,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650096230),(1175269,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.70',1650096281),(1175270,'guest','failed_login','Users','Session','tech1',0,0,'54.250.99.186',1650096388),(1175271,'guest','failed_login','Users','Session','admin',0,0,'69.167.171.138',1650096445),(1175272,'guest','failed_login','Users','Session','tech1',0,0,'150.95.112.26',1650096515),(1175273,'guest','failed_login','Users','Session','tech1',0,0,'81.186.225.108',1650096537),(1175274,'guest','failed_login','Users','Session','tech1',0,0,'143.198.213.129',1650096588),(1175275,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.46',1650096685),(1175276,'guest','failed_login','Users','Session','drmap',0,0,'134.209.231.225',1650096697),(1175277,'guest','failed_login','Users','Session','admin',0,0,'198.54.114.46',1650096700),(1175278,'guest','failed_login','Users','Session','tech1',0,0,'211.238.13.155',1650096798),(1175279,'guest','failed_login','Users','Session','tech1',0,0,'165.232.71.87',1650096914),(1175280,'guest','failed_login','Users','Session','admin',0,0,'213.136.93.169',1650096992),(1175281,'guest','failed_login','Users','Session','tech1',0,0,'159.223.170.181',1650097013),(1175282,'guest','failed_login','Users','Session','tech1',0,0,'2a02:4780:3:3:a5a4:743:3f4:77c8',1650097027),(1175283,'guest','failed_login','Users','Session','tech1',0,0,'139.59.83.27',1650097160),(1175284,'guest','failed_login','Users','Session','drmap',0,0,'62.178.170.93',1650097182),(1175285,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7e01::f03c:91ff:feac:6d25',1650097262),(1175286,'guest','failed_login','Users','Session','admin',0,0,'180.92.196.23',1650097262),(1175287,'guest','failed_login','Users','Session','tech1',0,0,'143.244.177.220',1650097493),(1175288,'guest','failed_login','Users','Session','admin',0,0,'162.0.235.8',1650097517),(1175289,'guest','failed_login','Users','Session','tech1',0,0,'52.21.0.38',1650097604),(1175290,'guest','failed_login','Users','Session','drmap',0,0,'104.248.144.242',1650097655),(1175291,'guest','failed_login','Users','Session','tech1',0,0,'159.89.165.49',1650097665),(1175292,'guest','failed_login','Users','Session','admin',0,0,'103.42.58.102',1650097824),(1175293,'guest','failed_login','Users','Session','tech1',0,0,'61.77.106.99',1650097858),(1175294,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.157',1650097895),(1175295,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7e00::f03c:93ff:fe55:c649',1650097947),(1175296,'guest','failed_login','Users','Session','tech1',0,0,'188.166.1.143',1650097969),(1175297,'guest','failed_login','Users','Session','tech1',0,0,'188.166.246.107',1650098023),(1175298,'guest','failed_login','Users','Session','com',0,0,'173.208.242.46',1650098097),(1175299,'guest','failed_login','Users','Session','admin',0,0,'108.179.210.76',1650098099),(1175300,'guest','failed_login','Users','Session','drmap',0,0,'103.142.25.17',1650098131),(1175301,'guest','failed_login','Users','Session','tech1',0,0,'51.178.146.199',1650098181),(1175302,'guest','failed_login','Users','Session','[login]',0,0,'51.178.146.199',1650098181),(1175303,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.46',1650098240),(1175304,'guest','failed_login','Users','Session','tech1',0,0,'139.59.43.111',1650098256),(1175305,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.66',1650098327),(1175306,'guest','failed_login','Users','Session','admin',0,0,'162.0.232.160',1650098358),(1175307,'guest','failed_login','Users','Session','tech1',0,0,'80.249.174.66',1650098445),(1175308,'guest','failed_login','Users','Session','tech1',0,0,'128.199.221.125',1650098456),(1175309,'guest','failed_login','Users','Session','[login]',0,0,'128.199.221.125',1650098456),(1175310,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650098566),(1175311,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::4be:2001',1650098573),(1175312,'guest','failed_login','Users','Session','drmap',0,0,'2a01:7c8:aab2:c0::1',1650098607),(1175313,'guest','failed_login','Users','Session','admin',0,0,'2607:f298:5:110b::d21:d4e9',1650098666),(1175314,'guest','failed_login','Users','Session','tech1',0,0,'178.87.195.34',1650098708),(1175315,'guest','failed_login','Users','Session','tech1',0,0,'159.223.75.135',1650098828),(1175316,'guest','failed_login','Users','Session','[login]',0,0,'159.223.75.135',1650098828),(1175317,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.83',1650098901),(1175318,'guest','failed_login','Users','Session','tech1',0,0,'64.111.116.168',1650098924),(1175319,'guest','failed_login','Users','Session','admin',0,0,'154.215.31.129',1650098952),(1175320,'guest','failed_login','Users','Session','tech1',0,0,'77.68.6.111',1650098973),(1175321,'guest','failed_login','Users','Session','[login]',0,0,'77.68.6.111',1650098974),(1175322,'guest','failed_login','Users','Session','tech1',0,0,'206.189.109.181',1650099084),(1175323,'guest','failed_login','Users','Session','[login]',0,0,'206.189.109.181',1650099085),(1175324,'guest','failed_login','Users','Session','drmap',0,0,'88.87.206.123',1650099091),(1175325,'guest','failed_login','Users','Session','tech1',0,0,'167.71.209.131',1650099207),(1175326,'guest','failed_login','Users','Session','admin',0,0,'93.104.213.124',1650099247),(1175327,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7e01::f03c:91ff:feac:6d25',1650099349),(1175328,'guest','failed_login','Users','Session','tech1',0,0,'31.172.80.144',1650099405),(1175329,'guest','failed_login','Users','Session','tech1',0,0,'157.230.253.37',1650099491),(1175330,'guest','failed_login','Users','Session','admin',0,0,'35.219.62.239',1650099514),(1175331,'guest','failed_login','Users','Session','drmap',0,0,'51.159.155.6',1650099566),(1175332,'guest','failed_login','Users','Session','tech1',0,0,'178.159.42.76',1650099613),(1175333,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:868:6f00::66:2943',1650099705),(1175334,'guest','failed_login','Users','Session','tech1',0,0,'213.95.21.15',1650099859),(1175335,'guest','failed_login','Users','Session','[login]',0,0,'213.95.21.15',1650099859),(1175336,'guest','failed_login','Users','Session','tech1',0,0,'95.128.43.176',1650099878),(1175337,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1650099956),(1175338,'guest','failed_login','Users','Session','tech1',0,0,'157.245.131.230',1650099974),(1175339,'guest','failed_login','Users','Session','[login]',0,0,'157.245.131.230',1650099975),(1175340,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1650100043),(1175341,'guest','failed_login','Users','Session','admin',0,0,'162.0.232.111',1650100059),(1175342,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.93',1650100071),(1175343,'guest','failed_login','Users','Session','tech1',0,0,'2001:f90:4880:1e69:202:c9ff:fedb:58f0',1650100078),(1175344,'guest','failed_login','Users','Session','[login]',0,0,'2001:f90:4880:1e69:202:c9ff:fedb:58f0',1650100078),(1175345,'guest','failed_login','Users','Session','tech1',0,0,'178.159.42.76',1650100196),(1175346,'guest','failed_login','Users','Session','[login]',0,0,'178.159.42.76',1650100197),(1175347,'guest','failed_login','Users','Session','tech1',0,0,'92.61.37.76',1650100279),(1175348,'guest','failed_login','Users','Session','[login]',0,0,'92.61.37.76',1650100279),(1175349,'guest','failed_login','Users','Session','tech1',0,0,'188.166.212.133',1650100362),(1175350,'guest','failed_login','Users','Session','admin',0,0,'103.121.91.38',1650100365),(1175351,'guest','failed_login','Users','Session','tech1',0,0,'159.223.75.135',1650100370),(1175352,'guest','failed_login','Users','Session','[login]',0,0,'159.223.75.135',1650100370),(1175353,'guest','failed_login','Users','Session','drmap',0,0,'43.241.70.75',1650100520),(1175354,'guest','failed_login','Users','Session','tech1',0,0,'40.77.10.77',1650100544),(1175355,'guest','failed_login','Users','Session','[login]',0,0,'40.77.10.77',1650100545),(1175356,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.230.62',1650100547),(1175357,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:868:6f00::66:2943',1650100625),(1175358,'guest','failed_login','Users','Session','[login]',0,0,'2607:f1c0:868:6f00::66:2943',1650100630),(1175359,'guest','failed_login','Users','Session','admin',0,0,'66.29.141.137',1650100653),(1175360,'guest','failed_login','Users','Session','tech1',0,0,'194.163.142.38',1650100777),(1175361,'guest','failed_login','Users','Session','[login]',0,0,'194.163.142.38',1650100777),(1175362,'guest','failed_login','Users','Session','tech1',0,0,'37.143.8.76',1650100833),(1175363,'guest','failed_login','Users','Session','tech1',0,0,'74.208.76.156',1650100846),(1175364,'guest','failed_login','Users','Session','admin',0,0,'180.211.99.217',1650100956),(1175365,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::e8b:7001',1650100971),(1175366,'guest','failed_login','Users','Session','[login]',0,0,'2400:6180:0:d0::e8b:7001',1650100971),(1175367,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:3:d0::c2a:e001',1650101115),(1175368,'guest','failed_login','Users','Session','admin',0,0,'151.106.35.235',1650101224),(1175369,'guest','failed_login','Users','Session','tech1',0,0,'2400:8902::f03c:92ff:fe6c:1183',1650101258),(1175370,'guest','failed_login','Users','Session','tech1',0,0,'51.178.137.175',1650101308),(1175371,'guest','failed_login','Users','Session','tech1',0,0,'165.232.64.68',1650101383),(1175372,'guest','failed_login','Users','Session','drmap',0,0,'185.209.230.33',1650101469),(1175373,'guest','failed_login','Users','Session','tech1',0,0,'2a02:4780:3:3:a5a4:743:3f4:77c8',1650101503),(1175374,'guest','failed_login','Users','Session','[login]',0,0,'2a02:4780:3:3:a5a4:743:3f4:77c8',1650101503),(1175375,'guest','failed_login','Users','Session','admin',0,0,'193.164.4.118',1650101522),(1175376,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1650101570),(1175377,'guest','failed_login','Users','Session','tech1',0,0,'103.148.76.92',1650101656),(1175378,'guest','failed_login','Users','Session','tech1',0,0,'35.184.137.174',1650101781),(1175379,'guest','failed_login','Users','Session','tech1',0,0,'141.94.247.170',1650101781),(1175380,'guest','failed_login','Users','Session','admin',0,0,'159.65.157.154',1650101801),(1175381,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4ff:f0:e6b::1',1650101903),(1175382,'guest','failed_login','Users','Session','drmap',0,0,'77.221.130.84',1650101942),(1175383,'guest','failed_login','Users','Session','tech1',0,0,'174.138.6.122',1650102038),(1175384,'guest','failed_login','Users','Session','[login]',0,0,'174.138.6.122',1650102038),(1175385,'guest','failed_login','Users','Session','admin',0,0,'199.188.205.51',1650102072),(1175386,'guest','failed_login','Users','Session','tech1',0,0,'35.210.238.207',1650102173),(1175387,'guest','failed_login','Users','Session','tech1',0,0,'209.97.151.249',1650102254),(1175388,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.70',1650102269),(1175389,'guest','failed_login','Users','Session','tech1',0,0,'2a04:3543:1000:2310:bcde:32ff:fea3:56c4',1650102296),(1175390,'guest','failed_login','Users','Session','admin',0,0,'68.65.122.149',1650102366),(1175391,'guest','failed_login','Users','Session','drmap',0,0,'37.139.13.163',1650102413),(1175392,'guest','failed_login','Users','Session','tech1',0,0,'165.232.64.68',1650102428),(1175393,'guest','failed_login','Users','Session','tech1',0,0,'185.181.230.127',1650102560),(1175394,'guest','failed_login','Users','Session','tech1',0,0,'47.254.87.56',1650102636),(1175395,'guest','failed_login','Users','Session','admin',0,0,'217.116.197.45',1650102687),(1175396,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:82e3::1',1650102725),(1175397,'guest','failed_login','Users','Session','tech1',0,0,'2001:e42:102:1823:160:16:242:201',1650102790),(1175398,'guest','failed_login','Users','Session','drmap',0,0,'88.198.19.200',1650102885),(1175399,'guest','failed_login','Users','Session','tech1',0,0,'212.115.42.7',1650102902),(1175400,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650102916),(1175401,'guest','failed_login','Users','Session','admin',0,0,'141.94.21.233',1650102965),(1175402,'guest','failed_login','Users','Session','tech1',0,0,'189.90.138.114',1650103035),(1175403,'guest','failed_login','Users','Session','tech1',0,0,'151.248.4.59',1650103133),(1175404,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.70',1650103144),(1175405,'guest','failed_login','Users','Session','tech1',0,0,'35.188.47.144',1650103198),(1175406,'guest','failed_login','Users','Session','tech1',0,0,'148.251.64.115',1650103236),(1175407,'guest','failed_login','Users','Session','admin',0,0,'103.72.76.17',1650103258),(1175408,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:403:b30::',1650103354),(1175409,'guest','failed_login','Users','Session','drmap',0,0,'23.99.229.218',1650103358),(1175410,'guest','failed_login','Users','Session','tech1',0,0,'194.163.142.38',1650103499),(1175411,'guest','failed_login','Users','Session','admin',0,0,'75.119.130.151',1650103566),(1175412,'guest','failed_login','Users','Session','tech1',0,0,'129.232.204.123',1650103606),(1175413,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.163',1650103670),(1175414,'guest','failed_login','Users','Session','tech1',0,0,'34.75.123.143',1650103712),(1175415,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2047:2318::1',1650103790),(1175416,'guest','failed_login','Users','Session','drmap',0,0,'167.172.64.96',1650103832),(1175417,'guest','failed_login','Users','Session','tech1',0,0,'64.227.0.234',1650103845),(1175418,'guest','failed_login','Users','Session','tech1',0,0,'159.89.23.231',1650103909),(1175419,'guest','failed_login','Users','Session','tech1',0,0,'46.101.114.161',1650104029),(1175420,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c011:37ed::1',1650104144),(1175421,'guest','failed_login','Users','Session','tech1',0,0,'162.0.229.157',1650104145),(1175422,'guest','failed_login','Users','Session','test',0,0,'69.197.155.229',1650104164),(1175423,'guest','failed_login','Users','Session','tech1',0,0,'93.179.74.17',1650104218),(1175424,'guest','failed_login','Users','Session','drmap',0,0,'167.172.168.111',1650104304),(1175425,'guest','failed_login','Users','Session','tech1',0,0,'161.35.51.40',1650104334),(1175426,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1650104457),(1175427,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c2c:680::1',1650104473),(1175428,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:262:3fdb::2',1650104617),(1175429,'guest','failed_login','Users','Session','tech1',0,0,'103.237.145.122',1650104620),(1175430,'guest','failed_login','Users','Session','tech1',0,0,'173.212.245.128',1650104712),(1175431,'guest','failed_login','Users','Session','tech1',0,0,'185.241.5.213',1650104730),(1175432,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1650104777),(1175433,'guest','failed_login','Users','Session','tech1',0,0,'174.138.6.122',1650104872),(1175434,'guest','failed_login','Users','Session','tech1',0,0,'54.237.45.105',1650104995),(1175435,'guest','failed_login','Users','Session','tech1',0,0,'75.119.138.244',1650105042),(1175436,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::12df:b001',1650105094),(1175437,'guest','failed_login','Users','Session','tech1',0,0,'91.219.194.6',1650105139),(1175438,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:3:e0::150:5001',1650105249),(1175439,'guest','failed_login','Users','Session','tech1',0,0,'43.240.113.89',1650105280),(1175440,'guest','failed_login','Users','Session','admin',0,0,'69.30.230.62',1650105297),(1175441,'guest','failed_login','Users','Session','tech1',0,0,'2604:2dc0:200:1378::',1650105344),(1175442,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:200:33cc::2',1650105400),(1175443,'guest','failed_login','Users','Session','tech1',0,0,'2600:3c00::f03c:91ff:feb4:ddc4',1650105511),(1175444,'guest','failed_login','Users','Session','tech1',0,0,'141.94.21.233',1650105645),(1175445,'guest','failed_login','Users','Session','tech1',0,0,'134.209.166.75',1650105648),(1175446,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.62',1650105701),(1175447,'guest','failed_login','Users','Session','tech1',0,0,'34.87.101.136',1650105737),(1175448,'guest','failed_login','Users','Session','tech1',0,0,'162.0.239.73',1650105809),(1175449,'guest','failed_login','Users','Session','tech1',0,0,'3.90.161.161',1650105970),(1175450,'guest','failed_login','Users','Session','tech1',0,0,'47.104.70.199',1650105996),(1175451,'guest','failed_login','Users','Session','tech1',0,0,'67.205.43.116',1650106036),(1175452,'guest','failed_login','Users','Session','tech1',0,0,'207.154.195.143',1650106095),(1175453,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650106150),(1175454,'guest','failed_login','Users','Session','tech1',0,0,'46.101.62.105',1650106162),(1175455,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1650106198),(1175456,'guest','failed_login','Users','Session','tech1',0,0,'45.118.145.96',1650106266),(1175457,'guest','failed_login','Users','Session','tech1',0,0,'178.159.42.76',1650106334),(1175458,'guest','failed_login','Users','Session','tech1',0,0,'78.12.18.253',1650106456),(1175459,'guest','failed_login','Users','Session','tech1',0,0,'128.199.62.78',1650106510),(1175460,'guest','failed_login','Users','Session','tech1',0,0,'213.136.93.169',1650106562),(1175461,'guest','failed_login','Users','Session','tech1',0,0,'134.209.166.75',1650106579),(1175462,'guest','failed_login','Users','Session','tech1',0,0,'2a01:e0a:7c:d40:2e2:5cff:fe68:79e8',1650106657),(1175463,'guest','failed_login','Users','Session','drmap',0,0,'188.166.250.149',1650106671),(1175464,'guest','failed_login','Users','Session','tech1',0,0,'2001:f90:4880:1e69:202:c9ff:fedb:58f0',1650106811),(1175465,'guest','failed_login','Users','Session','tech1',0,0,'75.119.130.151',1650106883),(1175466,'guest','failed_login','Users','Session','tech1',0,0,'67.205.176.79',1650106953),(1175467,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::f6f:3001',1650106985),(1175468,'guest','failed_login','Users','Session','tech1',0,0,'104.248.15.201',1650107014),(1175469,'guest','failed_login','Users','Session','tech1',0,0,'161.35.3.72',1650107141),(1175470,'guest','failed_login','Users','Session','drmap',0,0,'104.248.225.59',1650107145),(1175471,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:c:b1a::',1650107209),(1175472,'guest','failed_login','Users','Session','tech1',0,0,'192.248.145.78',1650107317),(1175473,'guest','failed_login','Users','Session','tech1',0,0,'155.133.138.67',1650107468),(1175474,'guest','failed_login','Users','Session','tech1',0,0,'115.146.127.55',1650107474),(1175475,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1650107498),(1175476,'guest','failed_login','Users','Session','tech1',0,0,'194.163.142.38',1650107533),(1175477,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:800:10::34bd:1',1650107629),(1175478,'guest','failed_login','Users','Session','tech1',0,0,'202.28.34.99',1650107744),(1175479,'guest','failed_login','Users','Session','admin',0,0,'69.197.154.18',1650107759),(1175480,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2047:2318::1',1650107811),(1175481,'guest','failed_login','Users','Session','tech1',0,0,'185.131.50.99',1650107819),(1175482,'guest','failed_login','Users','Session','tech1',0,0,'88.87.206.123',1650107943),(1175483,'guest','failed_login','Users','Session','tech1',0,0,'163.44.154.211',1650107980),(1175484,'guest','failed_login','Users','Session','drmap',0,0,'141.94.247.170',1650108106),(1175485,'guest','failed_login','Users','Session','tech1',0,0,'217.116.197.45',1650108137),(1175486,'guest','failed_login','Users','Session','tech1',0,0,'110.42.210.173',1650108144),(1175487,'guest','failed_login','Users','Session','tech1',0,0,'213.95.21.15',1650108253),(1175488,'guest','failed_login','Users','Session','tech1',0,0,'91.240.85.137',1650108309),(1175489,'guest','failed_login','Users','Session','tech1',0,0,'188.166.226.196',1650108419),(1175490,'guest','failed_login','Users','Session','tech1',0,0,'46.101.62.105',1650108423),(1175491,'guest','failed_login','Users','Session','tech1',0,0,'54.164.253.138',1650108435),(1175492,'guest','failed_login','Users','Session','drmap',0,0,'35.224.250.64',1650108581),(1175493,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1650108655),(1175494,'guest','failed_login','Users','Session','tech1',0,0,'162.214.197.206',1650108753),(1175495,'guest','failed_login','Users','Session','tech1',0,0,'212.115.42.7',1650108828),(1175496,'guest','failed_login','Users','Session','tech1',0,0,'141.94.87.67',1650108884),(1175497,'guest','failed_login','Users','Session','tech1',0,0,'16.170.192.10',1650108897),(1175498,'guest','failed_login','Users','Session','tech1',0,0,'104.248.15.201',1650109014),(1175499,'guest','failed_login','Users','Session','drmap',0,0,'8.210.146.161',1650109058),(1175500,'guest','failed_login','Users','Session','tech1',0,0,'139.59.27.57',1650109084),(1175501,'guest','failed_login','Users','Session','tech1',0,0,'47.254.87.56',1650109135),(1175502,'guest','failed_login','Users','Session','tech1',0,0,'194.61.118.10',1650109302),(1175503,'guest','failed_login','Users','Session','tech1',0,0,'167.172.168.111',1650109372),(1175504,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.74',1650109403),(1175505,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7e01::f03c:91ff:feac:6d25',1650109407),(1175506,'guest','failed_login','Users','Session','test',0,0,'74.91.17.83',1650109451),(1175507,'guest','failed_login','Users','Session','drmap',0,0,'142.93.201.0',1650109536),(1175508,'guest','failed_login','Users','Session','tech1',0,0,'66.23.235.231',1650109542),(1175509,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650109584),(1175510,'guest','failed_login','Users','Session','dmytro',0,0,'74.91.17.83',1650109626),(1175511,'guest','failed_login','Users','Session','tech1',0,0,'165.227.129.197',1650109663),(1175512,'guest','failed_login','Users','Session','tech1',0,0,'147.182.229.61',1650109732),(1175513,'guest','failed_login','Users','Session','tech1',0,0,'47.241.15.39',1650109849),(1175514,'guest','failed_login','Users','Session','tech1',0,0,'137.184.73.37',1650109923),(1175515,'guest','failed_login','Users','Session','tech1',0,0,'104.248.15.201',1650109987),(1175516,'guest','failed_login','Users','Session','drmap',0,0,'157.245.48.104',1650110012),(1175517,'guest','failed_login','Users','Session','tech1',0,0,'159.89.165.49',1650110124),(1175518,'guest','failed_login','Users','Session','test',0,0,'69.197.155.229',1650110283),(1175519,'guest','failed_login','Users','Session','tech1',0,0,'178.159.42.76',1650110303),(1175520,'guest','failed_login','Users','Session','tech1',0,0,'159.223.170.181',1650110325),(1175521,'guest','failed_login','Users','Session','tech1',0,0,'193.70.39.129',1650110420),(1175522,'guest','failed_login','Users','Session','drmap',0,0,'47.114.72.18',1650110487),(1175523,'guest','failed_login','Users','Session','tech1',0,0,'165.227.129.197',1650110566),(1175524,'guest','failed_login','Users','Session','tech1',0,0,'3.236.170.28',1650110680),(1175525,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:2:d0::21db:3001',1650110783),(1175526,'guest','failed_login','Users','Session','tech1',0,0,'220.167.101.24',1650110802),(1175527,'guest','failed_login','Users','Session','tech1',0,0,'103.226.174.221',1650110966),(1175528,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:5:102f::91d:58c1',1650110967),(1175529,'guest','failed_login','Users','Session','tech1',0,0,'2001:4b99:1:1:216:3eff:fe83:1527',1650111060),(1175530,'guest','failed_login','Users','Session','tech1',0,0,'101.35.201.122',1650111197),(1175531,'guest','failed_login','Users','Session','tech1',0,0,'64.111.116.168',1650111283),(1175532,'guest','failed_login','Users','Session','tech1',0,0,'58.181.206.106',1650111300),(1175533,'guest','failed_login','Users','Session','tech1',0,0,'192.248.145.78',1650111375),(1175534,'guest','failed_login','Users','Session','drmap',0,0,'212.103.4.29',1650111446),(1175535,'guest','failed_login','Users','Session','tech1',0,0,'139.59.43.111',1650111578),(1175536,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.70',1650111620),(1175537,'guest','failed_login','Users','Session','tech1',0,0,'103.155.250.64',1650111752),(1175538,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.153.157',1650111755),(1175539,'guest','failed_login','Users','Session','tech1',0,0,'106.53.136.24',1650111767),(1175540,'guest','failed_login','Users','Session','tech1',0,0,'91.240.85.137',1650111878),(1175541,'guest','failed_login','Users','Session','admin',0,0,'173.208.153.157',1650111898),(1175542,'guest','failed_login','Users','Session','tech1',0,0,'47.94.136.206',1650111995),(1175543,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1650111998),(1175544,'guest','failed_login','Users','Session','tech1',0,0,'211.238.13.155',1650112029),(1175545,'guest','failed_login','Users','Session','tech1',0,0,'159.89.23.231',1650112141),(1175546,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.71',1650112240),(1175547,'guest','failed_login','Users','Session','tech1',0,0,'128.199.227.32',1650112338),(1175548,'guest','failed_login','Users','Session','drmap',0,0,'47.90.246.252',1650112403),(1175549,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.26',1650112405),(1175550,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.230.62',1650112417),(1175551,'guest','failed_login','Users','Session','tech1',0,0,'107.180.88.227',1650112458),(1175552,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:1:d0::113f:7001',1650112540),(1175553,'guest','failed_login','Users','Session','tech1',0,0,'187.84.233.39',1650112718),(1175554,'guest','failed_login','Users','Session','tech1',0,0,'75.119.147.106',1650112718),(1175555,'guest','failed_login','Users','Session','tech1',0,0,'103.147.246.226',1650112846),(1175556,'guest','failed_login','Users','Session','drmap',0,0,'84.205.178.134',1650112879),(1175557,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::fb6:1001',1650112974),(1175558,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1650113046),(1175559,'guest','failed_login','Users','Session','tech1',0,0,'162.0.239.73',1650113111),(1175560,'guest','failed_login','Users','Session','tech1',0,0,'166.62.125.246',1650113195),(1175561,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::fb6:1001',1650113235),(1175562,'guest','failed_login','Users','Session','drmap',0,0,'8.210.146.161',1650113356),(1175563,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:10a:ac3::2',1650113361),(1175564,'guest','failed_login','Users','Session','tech1',0,0,'103.237.145.122',1650113522),(1175565,'guest','failed_login','Users','Session','tech1',0,0,'91.240.85.137',1650113637),(1175566,'guest','failed_login','Users','Session','tech1',0,0,'194.90.234.21',1650113671),(1175567,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650113684),(1175568,'guest','failed_login','Users','Session','tech1',0,0,'137.184.89.163',1650113703),(1175569,'guest','failed_login','Users','Session','com',0,0,'74.91.17.83',1650113757),(1175570,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::f6f:3001',1650113832),(1175571,'guest','failed_login','Users','Session','tech1',0,0,'3.236.170.28',1650113866),(1175572,'guest','failed_login','Users','Session','tech1',0,0,'2001:df7:ce00:2::4',1650113993),(1175573,'guest','failed_login','Users','Session','tech1',0,0,'99.192.161.87',1650114083),(1175574,'guest','failed_login','Users','Session','tech1',0,0,'103.28.37.180',1650114146),(1175575,'guest','failed_login','Users','Session','tech1',0,0,'206.189.109.181',1650114214),(1175576,'guest','failed_login','Users','Session','drmap',0,0,'45.90.163.251',1650114309),(1175577,'guest','failed_login','Users','Session','tech1',0,0,'128.199.227.32',1650114326),(1175578,'guest','failed_login','Users','Session','tech1',0,0,'89.163.206.159',1650114433),(1175579,'guest','failed_login','Users','Session','tech1',0,0,'185.46.59.70',1650114554),(1175580,'guest','failed_login','Users','Session','tech1',0,0,'208.113.240.124',1650114612),(1175581,'guest','failed_login','Users','Session','tech1',0,0,'178.128.5.109',1650114627),(1175582,'guest','failed_login','Users','Session','tech1',0,0,'46.101.62.105',1650114733),(1175583,'guest','failed_login','Users','Session','drmap',0,0,'34.122.210.151',1650114790),(1175584,'guest','failed_login','Users','Session','tech1',0,0,'185.208.79.94',1650114942),(1175585,'guest','failed_login','Users','Session','tech1',0,0,'202.28.34.99',1650115040),(1175586,'guest','failed_login','Users','Session','tech1',0,0,'51.178.137.175',1650115106),(1175587,'guest','failed_login','Users','Session','tech1',0,0,'2600:3c00::f03c:91ff:feb4:ddc4',1650115145),(1175588,'guest','failed_login','Users','Session','tech1',0,0,'119.196.149.154',1650115294),(1175589,'guest','failed_login','Users','Session','tech1',0,0,'185.239.40.69',1650115404),(1175590,'guest','failed_login','Users','Session','tech1',0,0,'185.46.59.70',1650115538),(1175591,'guest','failed_login','Users','Session','tech1',0,0,'178.87.195.34',1650115674),(1175592,'guest','failed_login','Users','Session','tech1',0,0,'47.98.152.210',1650115798),(1175593,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4f71',1650115919),(1175594,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::4be:2001',1650116059),(1175595,'guest','failed_login','Users','Session','tech1',0,0,'3.90.161.161',1650116169),(1175596,'guest','failed_login','Users','Session','tech1',0,0,'208.113.240.124',1650116318),(1175597,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650116361),(1175598,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.229',1650116395),(1175599,'guest','failed_login','Users','Session','tech1',0,0,'91.134.248.245',1650116464),(1175600,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.70',1650116536),(1175601,'guest','failed_login','Users','Session','tech1',0,0,'128.199.227.32',1650116571),(1175602,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7e00::f03c:93ff:fe55:c649',1650116682),(1175603,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::4be:2001',1650116798),(1175604,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:1c1c:b508::1',1650116929),(1175605,'guest','failed_login','Users','Session','tech1',0,0,'141.94.87.67',1650117052),(1175606,'guest','failed_login','Users','Session','tech1',0,0,'67.205.157.253',1650117151),(1175607,'guest','failed_login','Users','Session','tech1',0,0,'165.232.71.87',1650117282),(1175608,'guest','failed_login','Users','Session','tech1',0,0,'159.223.119.11',1650117387),(1175609,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.46',1650117618),(1175610,'guest','failed_login','Users','Session','tech1',0,0,'165.22.116.165',1650117618),(1175611,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1650117672),(1175612,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.74',1650117785),(1175613,'guest','failed_login','Users','Session','tech1',0,0,'2607:f130:0:107:d6ae:52ff:febb:96a',1650117800),(1175614,'guest','failed_login','Users','Session','tech1',0,0,'159.89.23.231',1650117943),(1175615,'guest','failed_login','Users','Session','admin',0,0,'173.208.242.46',1650117992),(1175616,'guest','failed_login','Users','Session','tech1',0,0,'202.28.34.99',1650118135),(1175617,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.154.18',1650118136),(1175618,'guest','failed_login','Users','Session','admin',0,0,'63.141.252.70',1650118137),(1175619,'guest','failed_login','Users','Session','tech1',0,0,'43.240.113.89',1650118266),(1175620,'guest','failed_login','Users','Session','tech1',0,0,'137.184.89.163',1650118376),(1175621,'guest','failed_login','Users','Session','tech1',0,0,'159.255.183.174',1650118464),(1175622,'guest','failed_login','Users','Session','tech1',0,0,'129.232.204.123',1650118666),(1175623,'guest','failed_login','Users','Session','tech1',0,0,'194.163.142.38',1650118780),(1175624,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.66',1650118894),(1175625,'guest','failed_login','Users','Session','tech1',0,0,'45.236.130.240',1650118945),(1175626,'guest','failed_login','Users','Session','tech1',0,0,'148.251.64.115',1650119184),(1175627,'guest','failed_login','Users','Session','tech1',0,0,'34.87.101.136',1650119319),(1175628,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1650119334),(1175629,'guest','failed_login','Users','Session','tech1',0,0,'189.90.138.114',1650119461),(1175630,'guest','failed_login','Users','Session','tech1',0,0,'158.69.192.143',1650119681),(1175631,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:403:b30::',1650119781),(1175632,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7e00::f03c:93ff:fe55:c649',1650119895),(1175633,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:1c1c:b508::1',1650120018),(1175634,'guest','failed_login','Users','Session','tech1',0,0,'128.199.147.151',1650120103),(1175635,'guest','failed_login','Users','Session','tech1',0,0,'118.27.103.110',1650120367),(1175636,'guest','failed_login','Users','Session','tech1',0,0,'188.166.246.107',1650120481),(1175637,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.18',1650120481),(1175638,'guest','failed_login','Users','Session','tech1',0,0,'103.77.160.73',1650120743),(1175639,'guest','failed_login','Users','Session','tech1',0,0,'35.210.238.207',1650120873),(1175640,'guest','failed_login','Users','Session','tech1',0,0,'3.236.170.28',1650120999),(1175641,'guest','failed_login','Users','Session','tech1',0,0,'34.134.138.49',1650121130),(1175642,'guest','failed_login','Users','Session','tech1',0,0,'157.245.185.172',1650121261),(1175643,'guest','failed_login','Users','Session','tech1',0,0,'64.227.50.139',1650121389),(1175644,'guest','failed_login','Users','Session','tech1',0,0,'89.163.206.159',1650121514),(1175645,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650121600),(1175646,'guest','failed_login','Users','Session','tech1',0,0,'67.205.157.253',1650121644),(1175647,'guest','failed_login','Users','Session','tech1',0,0,'67.205.176.79',1650121789),(1175648,'guest','failed_login','Users','Session','tech1',0,0,'207.154.195.143',1650121910),(1175649,'guest','failed_login','Users','Session','tech1',0,0,'103.148.76.92',1650122052),(1175650,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1650122067),(1175651,'guest','failed_login','Users','Session','tech1',0,0,'213.95.21.15',1650122184),(1175652,'guest','failed_login','Users','Session','tech1',0,0,'35.246.197.88',1650122659),(1175653,'guest','failed_login','Users','Session','tech1',0,0,'192.248.145.78',1650122742),(1175654,'guest','failed_login','Users','Session','tech1',0,0,'104.248.15.201',1650122821),(1175655,'guest','failed_login','Users','Session','bangkokfinder',0,0,'107.150.36.74',1650122943),(1175656,'guest','failed_login','Users','Session','tech1',0,0,'194.163.142.38',1650123013),(1175657,'guest','failed_login','Users','Session','tech1',0,0,'192.248.145.78',1650123093),(1175658,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:2:d0::21db:3001',1650123194),(1175659,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.19',1650123213),(1175660,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650123261),(1175661,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.66',1650123286),(1175662,'guest','failed_login','Users','Session','tech1',0,0,'102.219.178.121',1650123350),(1175663,'guest','failed_login','Users','Session','com',0,0,'204.12.215.59',1650123461),(1175664,'guest','failed_login','Users','Session','tech1',0,0,'40.77.10.77',1650123473),(1175665,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::44ef',1650123602),(1175666,'guest','failed_login','Users','Session','tech1',0,0,'34.134.138.49',1650123730),(1175667,'guest','failed_login','Users','Session','tech1',0,0,'91.195.155.23',1650123866),(1175668,'guest','failed_login','Users','Session','tech1',0,0,'2a04:3543:1000:2310:bcde:32ff:fea3:56c4',1650123996),(1175669,'guest','failed_login','Users','Session','tech1',0,0,'159.65.1.255',1650124064),(1175670,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.242.46',1650124110),(1175671,'guest','failed_login','Users','Session','tech1',0,0,'206.189.109.181',1650124257),(1175672,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1650124314),(1175673,'guest','failed_login','Users','Session','tech1',0,0,'206.189.109.181',1650124385),(1175674,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.26',1650124394),(1175675,'guest','failed_login','Users','Session','tech1',0,0,'139.59.19.34',1650124521),(1175676,'guest','failed_login','Users','Session','tech1',0,0,'188.166.246.107',1650124601),(1175677,'guest','failed_login','Users','Session','tech1',0,0,'192.248.145.78',1650124757),(1175678,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:868:6f00::66:2943',1650124871),(1175679,'guest','failed_login','Users','Session','tech1',0,0,'35.185.207.50',1650125042),(1175680,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:403:b30::',1650125127),(1175681,'guest','failed_login','Users','Session','tech1',0,0,'128.199.147.151',1650125197),(1175682,'guest','failed_login','Users','Session','tech1',0,0,'68.183.81.28',1650125368),(1175683,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.19',1650125422),(1175684,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.153.157',1650125445),(1175685,'guest','failed_login','Users','Session','tech1',0,0,'82.66.92.137',1650125574),(1175686,'guest','failed_login','Users','Session','tech1',0,0,'178.159.42.76',1650125725),(1175687,'guest','failed_login','Users','Session','tech1',0,0,'103.55.39.107',1650125846),(1175688,'guest','failed_login','Users','Session','tech1',0,0,'103.226.174.221',1650125955),(1175689,'guest','failed_login','Users','Session','tech1',0,0,'3.236.170.28',1650126066),(1175690,'guest','failed_login','Users','Session','tech1',0,0,'47.254.87.56',1650126142),(1175691,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:1c1c:b508::1',1650126315),(1175692,'guest','failed_login','Users','Session','tech1',0,0,'64.227.50.139',1650126437),(1175693,'guest','failed_login','Users','Session','tech1',0,0,'77.68.6.111',1650126584),(1175694,'guest','failed_login','Users','Session','tech1',0,0,'104.248.235.74',1650126695),(1175695,'guest','failed_login','Users','Session','tech1',0,0,'2a02:4780:3:3:a5a4:743:3f4:77c8',1650126818),(1175696,'guest','failed_login','Users','Session','tech1',0,0,'91.219.194.6',1650126962),(1175697,'guest','failed_login','Users','Session','tech1',0,0,'159.223.119.11',1650127091),(1175698,'guest','failed_login','Users','Session','tech1',0,0,'148.72.203.102',1650127176),(1175699,'guest','failed_login','Users','Session','drmap',0,0,'128.199.1.70',1650127202),(1175700,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7e01::f03c:91ff:feac:6d25',1650127226),(1175701,'guest','failed_login','Users','Session','tech1',0,0,'139.59.43.111',1650127300),(1175702,'guest','failed_login','Users','Session','tech1',0,0,'120.79.8.125',1650127458),(1175703,'guest','failed_login','Users','Session','tech1',0,0,'2001:4b99:1:1:216:3eff:fe83:1527',1650127490),(1175704,'guest','failed_login','Users','Session','tech1',0,0,'74.208.76.156',1650127572),(1175705,'guest','failed_login','Users','Session','tech1',0,0,'75.119.155.88',1650127587),(1175706,'guest','failed_login','Users','Session','drmap',0,0,'8.131.62.110',1650127646),(1175707,'guest','failed_login','Users','Session','tech1',0,0,'188.166.220.74',1650127748),(1175708,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1650127793),(1175709,'guest','failed_login','Users','Session','tech1',0,0,'157.245.106.233',1650127898),(1175710,'guest','failed_login','Users','Session','tech1',0,0,'2001:e42:102:1823:160:16:242:201',1650128005),(1175711,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:102f::91d:58c1',1650128040),(1175712,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1650128081),(1175713,'guest','failed_login','Users','Session','drmap',0,0,'185.209.230.33',1650128095),(1175714,'guest','failed_login','Users','Session','tech1',0,0,'128.199.221.125',1650128107),(1175715,'guest','failed_login','Users','Session','tech1',0,0,'34.87.101.136',1650128331),(1175716,'guest','failed_login','Users','Session','tech1',0,0,'167.172.133.111',1650128349),(1175717,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.71',1650128480),(1175718,'guest','failed_login','Users','Session','drmap',0,0,'188.166.212.133',1650128540),(1175719,'guest','failed_login','Users','Session','tech1',0,0,'67.205.157.253',1650128566),(1175720,'guest','failed_login','Users','Session','tech1',0,0,'157.245.166.98',1650128708),(1175721,'guest','failed_login','Users','Session','tech1',0,0,'13.126.224.218',1650128761),(1175722,'guest','failed_login','Users','Session','tech1',0,0,'159.223.75.135',1650128797),(1175723,'guest','failed_login','Users','Session','tech1',0,0,'159.89.23.231',1650128864),(1175724,'guest','failed_login','Users','Session','tech1',0,0,'47.114.72.18',1650128926),(1175725,'guest','failed_login','Users','Session','drmap',0,0,'104.248.57.165',1650128980),(1175726,'guest','failed_login','Users','Session','tech1',0,0,'2a0b:7280:200:0:1c00:daff:fe00:1863',1650129016),(1175727,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7e00::f03c:93ff:fe55:c649',1650129032),(1175728,'guest','failed_login','Users','Session','tech1',0,0,'143.198.213.129',1650129114),(1175729,'guest','failed_login','Users','Session','tech1',0,0,'45.159.113.111',1650129322),(1175730,'guest','failed_login','Users','Session','tech1',0,0,'47.104.66.61',1650129339),(1175731,'guest','failed_login','Users','Session','tech1',0,0,'217.9.143.94',1650129370),(1175732,'guest','failed_login','Users','Session','drmap',0,0,'109.168.97.89',1650129425),(1175733,'guest','failed_login','Users','Session','tech1',0,0,'161.97.133.150',1650129439),(1175734,'guest','failed_login','Users','Session','tech1',0,0,'165.227.129.197',1650129577),(1175735,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650129591),(1175736,'guest','failed_login','Users','Session','tech1',0,0,'165.232.71.87',1650129711),(1175737,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1650129719),(1175738,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1650129818),(1175739,'guest','failed_login','Users','Session','tech1',0,0,'2600:3c00::f03c:91ff:feb4:ddc4',1650129830),(1175740,'guest','failed_login','Users','Session','drmap',0,0,'20.187.97.66',1650129874),(1175741,'guest','failed_login','Users','Session','tech1',0,0,'137.184.73.37',1650129970),(1175742,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650130025),(1175743,'guest','failed_login','Users','Session','tech1',0,0,'39.108.134.146',1650130039),(1175744,'guest','failed_login','Users','Session','tech1',0,0,'178.159.42.76',1650130107),(1175745,'guest','failed_login','Users','Session','tech1',0,0,'5.202.189.212',1650130253),(1175746,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1650130264),(1175747,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1650130322),(1175748,'guest','failed_login','Users','Session','tech1',0,0,'103.237.145.122',1650130385),(1175749,'guest','failed_login','Users','Session','tech1',0,0,'192.163.197.220',1650130397),(1175750,'guest','failed_login','Users','Session','tech1',0,0,'68.183.81.28',1650130494),(1175751,'guest','failed_login','Users','Session','tech1',0,0,'34.65.234.0',1650130619),(1175752,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.230.62',1650130682),(1175753,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.114',1650130711),(1175754,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.66',1650130718),(1175755,'guest','failed_login','Users','Session','tech1',0,0,'207.55.244.15',1650130746),(1175756,'guest','failed_login','Users','Session','drmap',0,0,'5.253.181.177',1650130767),(1175757,'guest','failed_login','Users','Session','tech1',0,0,'34.135.121.218',1650130858),(1175758,'guest','failed_login','Users','Session','tech1',0,0,'213.95.21.15',1650130957),(1175759,'guest','failed_login','Users','Session','tech1',0,0,'2a00:1828:1000:2448::2',1650131085),(1175760,'guest','failed_login','Users','Session','tech1',0,0,'207.154.195.143',1650131145),(1175761,'guest','failed_login','Users','Session','tech1',0,0,'20.64.155.18',1650131155),(1175762,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:800:3a65::',1650131211),(1175763,'guest','failed_login','Users','Session','tech1',0,0,'115.146.127.55',1650131319),(1175764,'guest','failed_login','Users','Session','tech1',0,0,'94.26.245.40',1650131387),(1175765,'guest','failed_login','Users','Session','tech1',0,0,'128.199.25.247',1650131389),(1175766,'guest','failed_login','Users','Session','tech1',0,0,'34.75.123.143',1650131540),(1175767,'guest','failed_login','Users','Session','tech1',0,0,'159.65.76.38',1650131598),(1175768,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:2:d0::21db:3001',1650131628),(1175769,'guest','failed_login','Users','Session','drmap',0,0,'45.90.163.251',1650131651),(1175770,'guest','failed_login','Users','Session','tech1',0,0,'143.198.213.129',1650131713),(1175771,'guest','failed_login','Users','Session','tech1',0,0,'120.79.8.125',1650131719),(1175772,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::e8b:7001',1650131893),(1175773,'guest','failed_login','Users','Session','tech1',0,0,'66.29.154.216',1650132025),(1175774,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::f6f:3001',1650132039),(1175775,'guest','failed_login','Users','Session','tech1',0,0,'95.173.161.171',1650132045),(1175776,'guest','failed_login','Users','Session','drmap',0,0,'195.4.173.50',1650132095),(1175777,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:1c1c:b508::1',1650132154),(1175778,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7e00::f03c:93ff:fe55:c649',1650132278),(1175779,'guest','failed_login','Users','Session','tech1',0,0,'107.173.165.214',1650132366),(1175780,'guest','failed_login','Users','Session','tech1',0,0,'46.101.11.222',1650132415),(1175781,'guest','failed_login','Users','Session','tech1',0,0,'52.234.178.100',1650132492),(1175782,'guest','failed_login','Users','Session','drmap',0,0,'195.4.173.50',1650132543),(1175783,'guest','failed_login','Users','Session','tech1',0,0,'213.95.21.15',1650132551),(1175784,'guest','failed_login','Users','Session','tech1',0,0,'147.182.136.172',1650132676),(1175785,'guest','failed_login','Users','Session','tech1',0,0,'192.81.214.168',1650132720),(1175786,'guest','failed_login','Users','Session','tech1',0,0,'64.227.50.139',1650132805),(1175787,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.27',1650132824),(1175788,'guest','failed_login','Users','Session','tech1',0,0,'89.58.11.2',1650132940),(1175789,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::e8b:7001',1650132951),(1175790,'guest','failed_login','Users','Session','drmap',0,0,'78.135.83.195',1650133000),(1175791,'guest','failed_login','Users','Session','tech1',0,0,'188.168.175.92',1650133024),(1175792,'guest','failed_login','Users','Session','tech1',0,0,'188.168.175.92',1650133025),(1175793,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7c8:aac7:50a::1',1650133050),(1175794,'guest','failed_login','Users','Session','tech1',0,0,'2401:c080:1c01:ca3:5400:3ff:feef:803f',1650133079),(1175795,'guest','failed_login','Users','Session','tech1',0,0,'157.245.185.172',1650133213),(1175796,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:403:b30::',1650133332),(1175797,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.46',1650133360),(1175798,'guest','failed_login','Users','Session','tech1',0,0,'43.229.129.91',1650133397),(1175799,'guest','failed_login','Users','Session','tech1',0,0,'184.168.125.241',1650133415),(1175800,'guest','failed_login','Users','Session','tech1',0,0,'2a01:e0a:7c:d40:2e2:5cff:fe68:79e8',1650133440),(1175801,'guest','failed_login','Users','Session','drmap',0,0,'2a02:7b40:c287:52e9::1',1650133455),(1175802,'guest','failed_login','Users','Session','tech1',0,0,'35.184.137.174',1650133587),(1175803,'guest','failed_login','Users','Session','tech1',0,0,'2600:3c00::f03c:91ff:fe29:e8e6',1650133695),(1175804,'guest','failed_login','Users','Session','tech1',0,0,'120.24.108.217',1650133746),(1175805,'guest','failed_login','Users','Session','tech1',0,0,'2001:1a48:1112:6:7::1',1650133761),(1175806,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::1117:2001',1650133857),(1175807,'guest','failed_login','Users','Session','drmap',0,0,'143.110.177.29',1650133915),(1175808,'guest','failed_login','Users','Session','tech1',0,0,'115.146.127.55',1650134045),(1175809,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.229',1650134091),(1175810,'guest','failed_login','Users','Session','tech1',0,0,'159.89.23.231',1650134097),(1175811,'guest','failed_login','Users','Session','tech1',0,0,'143.110.190.49',1650134122),(1175812,'guest','failed_login','Users','Session','tech1',0,0,'141.94.87.67',1650134211),(1175813,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:800:3a65::',1650134317),(1175814,'guest','failed_login','Users','Session','tech1',0,0,'167.172.96.13',1650134326),(1175815,'guest','failed_login','Users','Session','drmap',0,0,'195.4.173.50',1650134374),(1175816,'guest','failed_login','Users','Session','tech1',0,0,'128.199.25.247',1650134445),(1175817,'guest','failed_login','Users','Session','tech1',0,0,'34.123.125.44',1650134471),(1175818,'guest','failed_login','Users','Session','tech1',0,0,'202.28.34.99',1650134641),(1175819,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::e8b:7001',1650134755),(1175820,'guest','failed_login','Users','Session','tech1',0,0,'144.91.117.193',1650134772),(1175821,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:10a:21a5::2',1650134825),(1175822,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:3:d0::118d:8001',1650134830),(1175823,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.62',1650134857),(1175824,'guest','failed_login','Users','Session','tech1',0,0,'103.245.72.30',1650134900),(1175825,'guest','failed_login','Users','Session','tech1',0,0,'150.95.112.26',1650135022),(1175826,'guest','failed_login','Users','Session','tech1',0,0,'34.87.101.136',1650135149),(1175827,'guest','failed_login','Users','Session','tech1',0,0,'194.5.175.15',1650135150),(1175828,'guest','failed_login','Users','Session','tech1',0,0,'92.204.138.28',1650135228),(1175829,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.206.27',1650135243),(1175830,'guest','failed_login','Users','Session','drmap',0,0,'188.166.1.143',1650135285),(1175831,'guest','failed_login','Users','Session','tech1',0,0,'128.199.227.32',1650135413),(1175832,'guest','failed_login','Users','Session','tech1',0,0,'162.214.145.74',1650135485),(1175833,'guest','failed_login','Users','Session','tech1',0,0,'47.100.208.57',1650135690),(1175834,'guest','failed_login','Users','Session','drmap',0,0,'185.50.199.194',1650135745),(1175835,'guest','failed_login','Users','Session','tech1',0,0,'159.203.31.171',1650135850),(1175836,'guest','failed_login','Users','Session','tech1',0,0,'173.212.201.226',1650136146),(1175837,'guest','failed_login','Users','Session','tech1',0,0,'217.160.131.45',1650136171),(1175838,'guest','failed_login','Users','Session','tech1',0,0,'145.239.30.120',1650136613),(1175839,'guest','failed_login','Users','Session','drmap',0,0,'37.143.8.76',1650136676),(1175840,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650136724),(1175841,'guest','failed_login','Users','Session','tech1',0,0,'217.160.75.121',1650137074),(1175842,'guest','failed_login','Users','Session','drmap',0,0,'103.166.183.192',1650137131),(1175843,'guest','failed_login','Users','Session','tech1',0,0,'94.74.96.42',1650137525),(1175844,'guest','failed_login','Users','Session','drmap',0,0,'2607:f0d0:3901:5d::10',1650137582),(1175845,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650137759),(1175846,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.27',1650137933),(1175847,'guest','failed_login','Users','Session','tech1',0,0,'43.229.129.91',1650137971),(1175848,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.215.59',1650137976),(1175849,'guest','failed_login','Users','Session','drmap',0,0,'162.241.71.202',1650138027),(1175850,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.56',1650138415),(1175851,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.222',1650138470),(1175852,'guest','failed_login','Users','Session','tech1',0,0,'123.25.21.16',1650138855),(1175853,'guest','failed_login','Users','Session','drmap',0,0,'103.39.134.190',1650138909),(1175854,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.240.26',1650139171),(1175855,'guest','failed_login','Users','Session','tech1',0,0,'157.245.110.251',1650139293),(1175856,'guest','failed_login','Users','Session','drmap',0,0,'194.233.67.249',1650139348),(1175857,'guest','failed_login','Users','Session','tech1',0,0,'176.98.40.88',1650139740),(1175858,'guest','failed_login','Users','Session','com',0,0,'173.208.206.27',1650140030),(1175859,'guest','failed_login','Users','Session','tech1',0,0,'158.69.63.179',1650140184),(1175860,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1650140200),(1175861,'guest','failed_login','Users','Session','drmap',0,0,'159.89.160.120',1650140240),(1175862,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.62',1650140295),(1175863,'guest','failed_login','Users','Session','tech1',0,0,'103.28.114.94',1650140634),(1175864,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.19',1650140659),(1175865,'guest','failed_login','Users','Session','drmap',0,0,'137.74.194.43',1650140682),(1175866,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::3dff',1650141066),(1175867,'guest','failed_login','Users','Session','drmap',0,0,'167.172.168.111',1650141122),(1175868,'guest','failed_login','Users','Session','tech1',0,0,'69.39.239.34',1650141508),(1175869,'guest','failed_login','Users','Session','drmap',0,0,'187.32.211.193',1650141564),(1175870,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.62',1650141820),(1175871,'guest','failed_login','Users','Session','tech1',0,0,'2a00:1a28:155d:1f5::1',1650141948),(1175872,'guest','failed_login','Users','Session','drmap',0,0,'78.141.209.179',1650142002),(1175873,'guest','failed_login','Users','Session','test',0,0,'204.12.202.93',1650142075),(1175874,'guest','failed_login','Users','Session','tech1',0,0,'128.199.197.163',1650142385),(1175875,'guest','failed_login','Users','Session','drmap',0,0,'95.128.43.176',1650142439),(1175876,'guest','failed_login','Users','Session','com',0,0,'204.12.255.60',1650142815),(1175877,'guest','failed_login','Users','Session','drmap',0,0,'128.140.231.3',1650142873),(1175878,'guest','failed_login','Users','Session','com',0,0,'204.12.202.93',1650142890),(1175879,'guest','failed_login','Users','Session','tech1',0,0,'132.248.60.104',1650143254),(1175880,'guest','failed_login','Users','Session','drmap',0,0,'51.91.151.60',1650143308),(1175881,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650143462),(1175882,'guest','failed_login','Users','Session','tech1',0,0,'46.101.159.72',1650143691),(1175883,'guest','failed_login','Users','Session','drmap',0,0,'162.240.27.242',1650143746),(1175884,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.93',1650143850),(1175885,'guest','failed_login','Users','Session','tech1',0,0,'43.229.129.91',1650144129),(1175886,'guest','failed_login','Users','Session','drmap',0,0,'89.58.11.2',1650144184),(1175887,'guest','failed_login','Users','Session','test',0,0,'173.208.153.157',1650144386),(1175888,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.202.93',1650144396),(1175889,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:101b::d1b:2a3a',1650144566),(1175890,'guest','failed_login','Users','Session','drmap',0,0,'35.203.66.166',1650144621),(1175891,'guest','failed_login','Users','Session','tech1',0,0,'8.210.146.161',1650145002),(1175892,'guest','failed_login','Users','Session','drmap',0,0,'128.140.231.3',1650145057),(1175893,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.157',1650145156),(1175894,'guest','failed_login','Users','Session','tech1',0,0,'181.174.125.214',1650145445),(1175895,'guest','failed_login','Users','Session','drmap',0,0,'43.241.70.75',1650145494),(1175896,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.229',1650145665),(1175897,'guest','failed_login','Users','Session','tech1',0,0,'45.120.69.121',1650145880),(1175898,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650145949),(1175899,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.229',1650146162),(1175900,'guest','failed_login','Users','Session','tech1',0,0,'217.9.143.94',1650146319),(1175901,'guest','failed_login','Users','Session','drmap',0,0,'177.153.50.81',1650146376),(1175902,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.229.66',1650146411),(1175903,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.70',1650146412),(1175904,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.229',1650146633),(1175905,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.27',1650146647),(1175906,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.229',1650146732),(1175907,'guest','failed_login','Users','Session','tech1',0,0,'39.103.157.70',1650146761),(1175908,'guest','failed_login','Users','Session','drmap',0,0,'195.242.103.103',1650146812),(1175909,'guest','failed_login','Users','Session','tech1',0,0,'157.119.188.31',1650147200),(1175910,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1650147255),(1175911,'guest','failed_login','Users','Session','drmap',0,0,'188.166.212.133',1650147702),(1175912,'guest','failed_login','Users','Session','tech1',0,0,'137.74.194.43',1650148082),(1175913,'guest','failed_login','Users','Session','drmap',0,0,'185.243.214.28',1650148136),(1175914,'guest','failed_login','Users','Session','tech1',0,0,'128.140.231.3',1650148514),(1175915,'guest','failed_login','Users','Session','drmap',0,0,'82.166.39.15',1650148568),(1175916,'guest','failed_login','Users','Session','tech1',0,0,'157.245.110.251',1650148951),(1175917,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.8',1650149007),(1175918,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:3:e0::150:5001',1650149388),(1175919,'guest','failed_login','Users','Session','drmap',0,0,'78.141.209.179',1650149442),(1175920,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.44',1650149821),(1175921,'guest','failed_login','Users','Session','drmap',0,0,'52.234.178.100',1650149878),(1175922,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650150209),(1175923,'guest','failed_login','Users','Session','tech1',0,0,'77.240.13.186',1650150258),(1175924,'guest','failed_login','Users','Session','drmap',0,0,'210.122.36.218',1650150313),(1175925,'guest','failed_login','Users','Session','tech1',0,0,'173.212.235.115',1650150700),(1175926,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:3:e0::150:5001',1650150754),(1175927,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.66',1650150944),(1175928,'guest','failed_login','Users','Session','tech1',0,0,'37.143.8.76',1650151136),(1175929,'guest','failed_login','Users','Session','drmap',0,0,'178.128.194.13',1650151191),(1175930,'guest','failed_login','Users','Session','tech1',0,0,'159.89.27.131',1650151572),(1175931,'guest','failed_login','Users','Session','drmap',0,0,'2a02:c206:2060:3839::1',1650151627),(1175932,'guest','failed_login','Users','Session','tech1',0,0,'2a00:5da0:1000:1::27',1650152009),(1175933,'guest','failed_login','Users','Session','drmap',0,0,'8.131.62.110',1650152069),(1175934,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.157',1650152291),(1175935,'guest','failed_login','Users','Session','tech1',0,0,'5.253.181.177',1650152450),(1175936,'guest','failed_login','Users','Session','drmap',0,0,'150.109.148.216',1650152508),(1175937,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.59',1650152730),(1175938,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.74',1650152806),(1175939,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.31',1650152887),(1175940,'guest','failed_login','Users','Session','drmap',0,0,'123.60.59.154',1650152945),(1175941,'guest','failed_login','Users','Session','tech1',0,0,'103.130.218.178',1650153327),(1175942,'guest','failed_login','Users','Session','test',0,0,'74.91.17.83',1650153632),(1175943,'guest','failed_login','Users','Session','tech1',0,0,'69.39.239.34',1650153765),(1175944,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650154268),(1175945,'guest','failed_login','Users','Session','admin',0,0,'107.150.36.74',1650154364),(1175946,'guest','failed_login','Users','Session','admin',0,0,'74.91.17.83',1650154586),(1175947,'guest','failed_login','Users','Session','bangkokfinder',0,0,'192.187.127.19',1650154637),(1175948,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.229',1650154861),(1175949,'guest','failed_login','Users','Session','admin',0,0,'173.208.206.27',1650156160),(1175950,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.19',1650156301),(1175951,'guest','failed_login','Users','Session','com',0,0,'173.208.206.27',1650156385),(1175952,'guest','failed_login','Users','Session','test',0,0,'173.208.206.27',1650156643),(1175953,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.229',1650156761),(1175954,'guest','failed_login','Users','Session','dmytro',0,0,'192.187.127.19',1650156932),(1175955,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650157010),(1175956,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.93',1650158018),(1175957,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.19',1650158207),(1175958,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.70',1650158419),(1175959,'guest','failed_login','Users','Session','admin',0,0,'69.30.240.26',1650159033),(1175960,'guest','failed_login','Users','Session','com',0,0,'69.197.155.229',1650161458),(1175961,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.153.157',1650161498),(1175962,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650162393),(1175963,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.93',1650162843),(1175964,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.62',1650162915),(1175965,'guest','failed_login','Users','Session','com',0,0,'69.197.155.229',1650162930),(1175966,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.74',1650162983),(1175967,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.157',1650163171),(1175968,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650163810),(1175969,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.93',1650164218),(1175970,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.59',1650164464),(1175971,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1650165580),(1175972,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.93',1650165623),(1175973,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.26',1650165925),(1175974,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.229',1650167154),(1175975,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.66',1650167997),(1175976,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.229',1650169656),(1175977,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.155.229',1650169822),(1175978,'guest','failed_login','Users','Session','admin',0,0,'69.197.155.229',1650170077),(1175979,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.229',1650170198),(1175980,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.66',1650170430),(1175981,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650170548),(1175982,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650170649),(1175983,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.202.93',1650171468),(1175984,'guest','failed_login','Users','Session','drmap',0,0,'211.110.139.214',1650171970),(1175985,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1650171981),(1175986,'guest','failed_login','Users','Session','tech1',0,0,'216.117.188.6',1650172045),(1175987,'guest','failed_login','Users','Session','drmap',0,0,'176.98.40.88',1650172544),(1175988,'guest','failed_login','Users','Session','tech1',0,0,'78.157.40.35',1650172616),(1175989,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.66',1650172949),(1175990,'guest','failed_login','Users','Session','drmap',0,0,'134.195.196.53',1650173103),(1175991,'guest','failed_login','Users','Session','tech1',0,0,'43.241.70.75',1650173175),(1175992,'guest','failed_login','Users','Session','drmap',0,0,'69.39.239.34',1650173663),(1175993,'guest','failed_login','Users','Session','tech1',0,0,'43.241.70.75',1650173736),(1175994,'guest','failed_login','Users','Session','admin',0,0,'162.213.253.61',1650173825),(1175995,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.70',1650174206),(1175996,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1650174226),(1175997,'guest','failed_login','Users','Session','admin',0,0,'104.168.36.11',1650174313),(1175998,'guest','failed_login','Users','Session','tech1',0,0,'180.211.99.217',1650174689),(1175999,'guest','failed_login','Users','Session','drmap',0,0,'134.209.213.110',1650174788),(1176000,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1867:2001',1650174860),(1176001,'guest','failed_login','Users','Session','tech1',0,0,'103.153.68.244',1650175081),(1176002,'guest','failed_login','Users','Session','tech1',0,0,'161.97.175.221',1650175420),(1176003,'guest','failed_login','Users','Session','tech1',0,0,'185.201.47.14',1650175441),(1176004,'guest','failed_login','Users','Session','tech1',0,0,'192.163.197.220',1650175764),(1176005,'guest','failed_login','Users','Session','drmap',0,0,'106.53.136.24',1650175905),(1176006,'guest','failed_login','Users','Session','tech1',0,0,'45.55.60.110',1650176118),(1176007,'guest','failed_login','Users','Session','tech1',0,0,'217.116.197.45',1650176449),(1176008,'guest','failed_login','Users','Session','drmap',0,0,'103.88.122.117',1650176456),(1176009,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.19',1650176492),(1176010,'guest','failed_login','Users','Session','tech1',0,0,'142.93.201.0',1650176534),(1176011,'guest','failed_login','Users','Session','tech1',0,0,'51.68.141.94',1650176773),(1176012,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.93',1650176881),(1176013,'guest','failed_login','Users','Session','drmap',0,0,'2a02:7b40:c287:52e9::1',1650177010),(1176014,'guest','failed_login','Users','Session','tech1',0,0,'66.11.120.48',1650177083),(1176015,'guest','failed_login','Users','Session','tech1',0,0,'213.149.103.132',1650177097),(1176016,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650177309),(1176017,'guest','failed_login','Users','Session','tech1',0,0,'198.20.170.59',1650177398),(1176018,'guest','failed_login','Users','Session','drmap',0,0,'109.168.97.89',1650177572),(1176019,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.46',1650177618),(1176020,'guest','failed_login','Users','Session','tech1',0,0,'84.205.178.134',1650177644),(1176021,'guest','failed_login','Users','Session','tech1',0,0,'185.74.252.12',1650177692),(1176022,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.26',1650177756),(1176023,'guest','failed_login','Users','Session','tech1',0,0,'184.171.244.219',1650177974),(1176024,'guest','failed_login','Users','Session','drmap',0,0,'178.217.190.82',1650178135),(1176025,'guest','failed_login','Users','Session','tech1',0,0,'142.93.201.0',1650178211),(1176026,'guest','failed_login','Users','Session','tech1',0,0,'89.248.168.47',1650178251),(1176027,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.27',1650178357),(1176028,'guest','failed_login','Users','Session','tech1',0,0,'143.198.52.40',1650178504),(1176029,'guest','failed_login','Users','Session','drmap',0,0,'88.150.159.29',1650178692),(1176030,'guest','failed_login','Users','Session','tech1',0,0,'185.230.138.4',1650178768),(1176031,'guest','failed_login','Users','Session','tech1',0,0,'45.125.239.234',1650178779),(1176032,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650178816),(1176033,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.202.93',1650178893),(1176034,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.59',1650178918),(1176035,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.62',1650178973),(1176036,'guest','failed_login','Users','Session','tech1',0,0,'109.234.161.67',1650179072),(1176037,'guest','failed_login','Users','Session','com',0,0,'69.197.155.229',1650179161),(1176038,'guest','failed_login','Users','Session','drmap',0,0,'134.209.184.76',1650179252),(1176039,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.155.229',1650179301),(1176040,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.71',1650179325),(1176041,'guest','failed_login','Users','Session','tech1',0,0,'92.205.7.173',1650179343),(1176042,'guest','failed_login','Users','Session','tech1',0,0,'185.146.20.254',1650179615),(1176043,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1650179787),(1176044,'guest','failed_login','Users','Session','drmap',0,0,'164.68.111.72',1650179814),(1176045,'guest','failed_login','Users','Session','tech1',0,0,'188.166.224.74',1650179873),(1176046,'guest','failed_login','Users','Session','tech1',0,0,'88.87.206.123',1650179885),(1176047,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.230.62',1650180134),(1176048,'guest','failed_login','Users','Session','tech1',0,0,'157.245.166.98',1650180148),(1176049,'guest','failed_login','Users','Session','drmap',0,0,'72.167.34.14',1650180372),(1176050,'guest','failed_login','Users','Session','tech1',0,0,'34.76.155.134',1650180421),(1176051,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:1c1c:351::1',1650180445),(1176052,'guest','failed_login','Users','Session','tech1',0,0,'194.59.170.5',1650180722),(1176053,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.26',1650180755),(1176054,'guest','failed_login','Users','Session','drmap',0,0,'78.135.83.195',1650180931),(1176055,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a077::c0e:c137',1650181001),(1176056,'guest','failed_login','Users','Session','tech1',0,0,'96.125.162.216',1650181018),(1176057,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1650181177),(1176058,'guest','failed_login','Users','Session','tech1',0,0,'208.109.41.113',1650181258),(1176059,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.83',1650181280),(1176060,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.27',1650181472),(1176061,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1650181486),(1176062,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.46',1650181520),(1176063,'guest','failed_login','Users','Session','tech1',0,0,'67.222.154.106',1650181545),(1176064,'guest','failed_login','Users','Session','tech1',0,0,'150.95.113.178',1650181558),(1176065,'guest','failed_login','Users','Session','com',0,0,'69.197.155.229',1650181632),(1176066,'guest','failed_login','Users','Session','tech1',0,0,'149.18.50.22',1650181815),(1176067,'guest','failed_login','Users','Session','drmap',0,0,'148.72.214.245',1650182051),(1176068,'guest','failed_login','Users','Session','tech1',0,0,'112.78.1.204',1650182098),(1176069,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.210',1650182123),(1176070,'guest','failed_login','Users','Session','dmytro',0,0,'74.91.17.83',1650182235),(1176071,'guest','failed_login','Users','Session','tech1',0,0,'208.109.41.113',1650182383),(1176072,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.18',1650182609),(1176073,'guest','failed_login','Users','Session','drmap',0,0,'81.186.225.108',1650182609),(1176074,'guest','failed_login','Users','Session','tech1',0,0,'79.137.141.196',1650182677),(1176075,'guest','failed_login','Users','Session','tech1',0,0,'142.93.201.0',1650182679),(1176076,'guest','failed_login','Users','Session','tech1',0,0,'189.125.37.42',1650182967),(1176077,'guest','failed_login','Users','Session','drmap',0,0,'128.199.197.163',1650183170),(1176078,'guest','failed_login','Users','Session','tech1',0,0,'8.210.146.161',1650183242),(1176079,'guest','failed_login','Users','Session','tech1',0,0,'213.149.103.132',1650183273),(1176080,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.46',1650183353),(1176081,'guest','failed_login','Users','Session','tech1',0,0,'213.136.93.169',1650183555),(1176082,'guest','failed_login','Users','Session','drmap',0,0,'185.2.5.77',1650183730),(1176083,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:4:1d0::b9:8000',1650183801),(1176084,'guest','failed_login','Users','Session','tech1',0,0,'192.81.214.168',1650183849),(1176085,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650184016),(1176086,'guest','failed_login','Users','Session','tech1',0,0,'177.53.140.99',1650184130),(1176087,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1650184285),(1176088,'guest','failed_login','Users','Session','tech1',0,0,'39.108.148.88',1650184359),(1176089,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.27',1650184368),(1176090,'guest','failed_login','Users','Session','tech1',0,0,'88.150.159.20',1650184440),(1176091,'guest','failed_login','Users','Session','tech1',0,0,'79.137.141.196',1650184745),(1176092,'guest','failed_login','Users','Session','drmap',0,0,'216.139.241.148',1650184841),(1176093,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650184914),(1176094,'guest','failed_login','Users','Session','tech1',0,0,'135.148.138.180',1650185032),(1176095,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7c8:aaaa:15b::1',1650185332),(1176096,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.229.66',1650185335),(1176097,'guest','failed_login','Users','Session','drmap',0,0,'14.241.233.205',1650185401),(1176098,'guest','failed_login','Users','Session','tech1',0,0,'212.103.4.29',1650185472),(1176099,'guest','failed_login','Users','Session','tech1',0,0,'123.56.133.63',1650185733),(1176100,'guest','failed_login','Users','Session','tech1',0,0,'108.179.210.76',1650185927),(1176101,'guest','failed_login','Users','Session','drmap',0,0,'103.130.218.178',1650185957),(1176102,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.46',1650185960),(1176103,'guest','failed_login','Users','Session','tech1',0,0,'45.90.163.251',1650186027),(1176104,'guest','failed_login','Users','Session','tech1',0,0,'184.168.99.160',1650186233),(1176105,'guest','failed_login','Users','Session','drmap',0,0,'95.128.43.176',1650186515),(1176106,'guest','failed_login','Users','Session','tech1',0,0,'116.255.178.218',1650186547),(1176107,'guest','failed_login','Users','Session','tech1',0,0,'161.97.118.255',1650186589),(1176108,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650186779),(1176109,'guest','failed_login','Users','Session','tech1',0,0,'103.8.238.13',1650186828),(1176110,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.26',1650186974),(1176111,'guest','failed_login','Users','Session','drmap',0,0,'217.160.64.174',1650187071),(1176112,'guest','failed_login','Users','Session','tech1',0,0,'51.91.151.60',1650187143),(1176113,'guest','failed_login','Users','Session','tech1',0,0,'185.56.11.123',1650187157),(1176114,'guest','failed_login','Users','Session','tech1',0,0,'116.12.48.101',1650187468),(1176115,'guest','failed_login','Users','Session','drmap',0,0,'109.168.97.89',1650187625),(1176116,'guest','failed_login','Users','Session','tech1',0,0,'162.241.156.147',1650187817),(1176117,'guest','failed_login','Users','Session','tech1',0,0,'143.110.208.83',1650188094),(1176118,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.205',1650188175),(1176119,'guest','failed_login','Users','Session','tech1',0,0,'2400:8904::f03c:92ff:fef0:39e9',1650188246),(1176120,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:161:1d2::2',1650188418),(1176121,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.210',1650188730),(1176122,'guest','failed_login','Users','Session','tech1',0,0,'79.137.141.196',1650188743),(1176123,'guest','failed_login','Users','Session','tech1',0,0,'188.166.183.39',1650188801),(1176124,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:3:e0::150:5001',1650189060),(1176125,'guest','failed_login','Users','Session','drmap',0,0,'46.101.150.34',1650189284),(1176126,'guest','failed_login','Users','Session','tech1',0,0,'34.69.109.132',1650189354),(1176127,'guest','failed_login','Users','Session','tech1',0,0,'185.56.11.123',1650189375),(1176128,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.46',1650189608),(1176129,'guest','failed_login','Users','Session','tech1',0,0,'8.131.62.110',1650189678),(1176130,'guest','failed_login','Users','Session','drmap',0,0,'8.210.146.161',1650189836),(1176131,'guest','failed_login','Users','Session','tech1',0,0,'47.91.87.213',1650190018),(1176132,'guest','failed_login','Users','Session','tech1',0,0,'128.199.166.77',1650190325),(1176133,'guest','failed_login','Users','Session','drmap',0,0,'151.80.91.175',1650190393),(1176134,'guest','failed_login','Users','Session','tech1',0,0,'159.89.160.120',1650190464),(1176135,'guest','failed_login','Users','Session','tech1',0,0,'35.211.94.153',1650190672),(1176136,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650190707),(1176137,'guest','failed_login','Users','Session','drmap',0,0,'31.192.208.12',1650190953),(1176138,'guest','failed_login','Users','Session','tech1',0,0,'79.137.141.196',1650191000),(1176139,'guest','failed_login','Users','Session','tech1',0,0,'139.59.80.50',1650191018),(1176140,'guest','failed_login','Users','Session','tech1',0,0,'124.217.226.56',1650191308),(1176141,'guest','failed_login','Users','Session','drmap',0,0,'188.166.226.196',1650191498),(1176142,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:1004:113c::',1650191569),(1176143,'guest','failed_login','Users','Session','tech1',0,0,'162.214.145.74',1650191640),(1176144,'guest','failed_login','Users','Session','tech1',0,0,'162.214.145.74',1650191966),(1176145,'guest','failed_login','Users','Session','drmap',0,0,'121.243.95.160',1650192055),(1176146,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7c8:aab2:c0::1',1650192125),(1176147,'guest','failed_login','Users','Session','tech1',0,0,'2604:2dc0:200:1378::',1650192319),(1176148,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1650192613),(1176149,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.210',1650192684),(1176150,'guest','failed_login','Users','Session','admin',0,0,'204.12.255.60',1650192836),(1176151,'guest','failed_login','Users','Session','drmap',0,0,'23.97.205.210',1650193163),(1176152,'guest','failed_login','Users','Session','tech1',0,0,'185.200.243.16',1650193234),(1176153,'guest','failed_login','Users','Session','admin',0,0,'107.173.165.214',1650193524),(1176154,'guest','failed_login','Users','Session','drmap',0,0,'165.232.94.255',1650193744),(1176155,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.229.66',1650193774),(1176156,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.240.26',1650193787),(1176157,'guest','failed_login','Users','Session','admin',0,0,'47.242.50.8',1650193858),(1176158,'guest','failed_login','Users','Session','tech1',0,0,'142.93.113.173',1650194218),(1176159,'guest','failed_login','Users','Session','drmap',0,0,'185.2.5.77',1650194301),(1176160,'guest','failed_login','Users','Session','tech1',0,0,'35.197.204.193',1650194389),(1176161,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:271:2583::2',1650194566),(1176162,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650194585),(1176163,'guest','failed_login','Users','Session','drmap',0,0,'89.58.11.2',1650194855),(1176164,'guest','failed_login','Users','Session','tech1',0,0,'180.211.99.217',1650194915),(1176165,'guest','failed_login','Users','Session','tech1',0,0,'145.239.30.120',1650194927),(1176166,'guest','failed_login','Users','Session','tech1',0,0,'159.65.251.222',1650195239),(1176167,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.66',1650195259),(1176168,'guest','failed_login','Users','Session','drmap',0,0,'81.186.225.108',1650195413),(1176169,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a034::ef8:bfd',1650195483),(1176170,'guest','failed_login','Users','Session','tech1',0,0,'217.116.197.45',1650195595),(1176171,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.46',1650195712),(1176172,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1650195827),(1176173,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1650195917),(1176174,'guest','failed_login','Users','Session','tech1',0,0,'213.136.93.169',1650195946),(1176175,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::87b:3001',1650195965),(1176176,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650196036),(1176177,'guest','failed_login','Users','Session','tech1',0,0,'85.214.38.127',1650196294),(1176178,'guest','failed_login','Users','Session','drmap',0,0,'72.167.222.172',1650196518),(1176179,'guest','failed_login','Users','Session','tech1',0,0,'68.183.75.82',1650196588),(1176180,'guest','failed_login','Users','Session','tech1',0,0,'103.121.91.38',1650196651),(1176181,'guest','failed_login','Users','Session','tech1',0,0,'138.128.173.10',1650197005),(1176182,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1650197052),(1176183,'guest','failed_login','Users','Session','drmap',0,0,'37.139.13.163',1650197070),(1176184,'guest','failed_login','Users','Session','tech1',0,0,'103.106.78.178',1650197142),(1176185,'guest','failed_login','Users','Session','tech1',0,0,'45.118.145.96',1650197368),(1176186,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650197397),(1176187,'guest','failed_login','Users','Session','drmap',0,0,'8.210.146.161',1650197689),(1176188,'guest','failed_login','Users','Session','tech1',0,0,'51.210.251.22',1650197726),(1176189,'guest','failed_login','Users','Session','tech1',0,0,'69.163.196.200',1650197761),(1176190,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.74',1650198024),(1176191,'guest','failed_login','Users','Session','tech1',0,0,'174.138.33.114',1650198070),(1176192,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.46',1650198151),(1176193,'guest','failed_login','Users','Session','drmap',0,0,'64.227.184.66',1650198250),(1176194,'guest','failed_login','Users','Session','tech1',0,0,'103.101.161.220',1650198316),(1176195,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4a10',1650198448),(1176196,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.60',1650198773),(1176197,'guest','failed_login','Users','Session','drmap',0,0,'103.28.114.94',1650198806),(1176198,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1867:2001',1650198874),(1176199,'guest','failed_login','Users','Session','tech1',0,0,'208.109.72.154',1650199177),(1176200,'guest','failed_login','Users','Session','drmap',0,0,'104.248.144.242',1650199355),(1176201,'guest','failed_login','Users','Session','tech1',0,0,'13.126.52.120',1650199436),(1176202,'guest','failed_login','Users','Session','tech1',0,0,'41.60.233.70',1650199442),(1176203,'guest','failed_login','Users','Session','tech1',0,0,'41.60.233.70',1650199443),(1176204,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.141',1650199456),(1176205,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.26',1650199511),(1176206,'guest','failed_login','Users','Session','tech1',0,0,'144.217.170.27',1650199545),(1176207,'guest','failed_login','Users','Session','tech1',0,0,'167.99.75.244',1650199899),(1176208,'guest','failed_login','Users','Session','drmap',0,0,'139.59.150.45',1650199909),(1176209,'guest','failed_login','Users','Session','tech1',0,0,'52.234.178.100',1650199986),(1176210,'guest','failed_login','Users','Session','tech1',0,0,'47.104.70.199',1650200273),(1176211,'guest','failed_login','Users','Session','drmap',0,0,'2a00:d680:20:50::3dff',1650200464),(1176212,'guest','failed_login','Users','Session','tech1',0,0,'159.65.118.118',1650200536),(1176213,'guest','failed_login','Users','Session','tech1',0,0,'81.70.151.13',1650200639),(1176214,'guest','failed_login','Users','Session','drmap',0,0,'207.148.66.152',1650201017),(1176215,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:3:e0::150:5001',1650201036),(1176216,'guest','failed_login','Users','Session','tech1',0,0,'195.201.27.74',1650201090),(1176217,'guest','failed_login','Users','Session','test',0,0,'204.12.202.93',1650201287),(1176218,'guest','failed_login','Users','Session','tech1',0,0,'216.158.230.167',1650201407),(1176219,'guest','failed_login','Users','Session','drmap',0,0,'217.160.75.121',1650201574),(1176220,'guest','failed_login','Users','Session','tech1',0,0,'75.119.155.88',1650201646),(1176221,'guest','failed_login','Users','Session','tech1',0,0,'74.208.151.215',1650201765),(1176222,'guest','failed_login','Users','Session','drmap',0,0,'148.72.214.245',1650202129),(1176223,'guest','failed_login','Users','Session','tech1',0,0,'192.254.152.23',1650202142),(1176224,'guest','failed_login','Users','Session','tech1',0,0,'178.128.194.13',1650202202),(1176225,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650202246),(1176226,'guest','failed_login','Users','Session','tech1',0,0,'159.253.25.213',1650202542),(1176227,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::e77:1',1650202691),(1176228,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::11d2:e001',1650202759),(1176229,'guest','failed_login','Users','Session','tech1',0,0,'108.179.210.76',1650202917),(1176230,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.93',1650203119),(1176231,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1650203137),(1176232,'guest','failed_login','Users','Session','drmap',0,0,'68.183.47.242',1650203244),(1176233,'guest','failed_login','Users','Session','tech1',0,0,'104.248.242.212',1650203277),(1176234,'guest','failed_login','Users','Session','tech1',0,0,'188.166.226.196',1650203310),(1176235,'guest','failed_login','Users','Session','test',0,0,'69.30.240.26',1650203484),(1176236,'guest','failed_login','Users','Session','tech1',0,0,'159.75.71.179',1650203667),(1176237,'guest','failed_login','Users','Session','drmap',0,0,'69.163.186.158',1650203792),(1176238,'guest','failed_login','Users','Session','tech1',0,0,'185.126.219.43',1650204062),(1176239,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650204092),(1176240,'guest','failed_login','Users','Session','drmap',0,0,'52.166.3.59',1650204345),(1176241,'guest','failed_login','Users','Session','tech1',0,0,'46.183.119.232',1650204415),(1176242,'guest','failed_login','Users','Session','tech1',0,0,'188.166.224.74',1650204424),(1176243,'guest','failed_login','Users','Session','admin',0,0,'204.12.202.93',1650204750),(1176244,'guest','failed_login','Users','Session','tech1',0,0,'47.105.86.21',1650204816),(1176245,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.240.26',1650204894),(1176246,'guest','failed_login','Users','Session','drmap',0,0,'51.75.15.189',1650204901),(1176247,'guest','failed_login','Users','Session','tech1',0,0,'165.232.94.255',1650204974),(1176248,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1650205159),(1176249,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::2db:3001',1650205204),(1176250,'guest','failed_login','Users','Session','tech1',0,0,'47.241.26.170',1650205595),(1176251,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1650205795),(1176252,'guest','failed_login','Users','Session','tech1',0,0,'64.225.43.102',1650206004),(1176253,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.26',1650206368),(1176254,'guest','failed_login','Users','Session','tech1',0,0,'107.190.135.178',1650206400),(1176255,'guest','failed_login','Users','Session','tech1',0,0,'185.252.31.180',1650206783),(1176256,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.46',1650206998),(1176257,'guest','failed_login','Users','Session','tech1',0,0,'193.164.4.118',1650207207),(1176258,'guest','failed_login','Users','Session','tech1',0,0,'208.109.72.154',1650207608),(1176259,'guest','failed_login','Users','Session','tech1',0,0,'81.70.151.13',1650208005),(1176260,'guest','failed_login','Users','Session','admin',0,0,'63.141.252.70',1650208292),(1176261,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.18',1650208356),(1176262,'guest','failed_login','Users','Session','tech1',0,0,'35.193.222.165',1650208432),(1176263,'guest','failed_login','Users','Session','com',0,0,'69.197.155.229',1650208531),(1176264,'guest','failed_login','Users','Session','tech1',0,0,'68.65.120.121',1650208834),(1176265,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.18',1650209157),(1176266,'guest','failed_login','Users','Session','tech1',0,0,'103.173.204.25',1650209258),(1176267,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.154.18',1650209310),(1176268,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.46',1650209582),(1176269,'guest','failed_login','Users','Session','tech1',0,0,'103.122.244.192',1650209670),(1176270,'guest','failed_login','Users','Session','com',0,0,'192.187.127.19',1650209751),(1176271,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650209898),(1176272,'guest','failed_login','Users','Session','tech1',0,0,'2404:7a81:f80:7400:a00:27ff:fe2e:6fb',1650210090),(1176273,'guest','failed_login','Users','Session','tech1',0,0,'176.56.239.171',1650210544),(1176274,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.202.93',1650210702),(1176275,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650210795),(1176276,'guest','failed_login','Users','Session','tech1',0,0,'198.20.170.59',1650210960),(1176277,'guest','failed_login','Users','Session','com',0,0,'173.208.242.46',1650211015),(1176278,'guest','failed_login','Users','Session','tech1',0,0,'165.232.185.213',1650211372),(1176279,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.215.59',1650211510),(1176280,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.141',1650211597),(1176281,'guest','failed_login','Users','Session','tech1',0,0,'2401:5f80:5000:2::11',1650211825),(1176282,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:271:2583::2',1650212254),(1176283,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1650212484),(1176284,'guest','failed_login','Users','Session','tech1',0,0,'35.198.25.12',1650212685),(1176285,'guest','failed_login','Users','Session','test',0,0,'63.141.252.70',1650212789),(1176286,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.27',1650212876),(1176287,'guest','failed_login','Users','Session','tech1',0,0,'91.205.16.131',1650213121),(1176288,'guest','failed_login','Users','Session','tech1',0,0,'192.254.152.23',1650213542),(1176289,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.215.59',1650213676),(1176290,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.44',1650213978),(1176291,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.19',1650214134),(1176292,'guest','failed_login','Users','Session','tech1',0,0,'85.119.122.23',1650214427),(1176293,'guest','failed_login','Users','Session','tech1',0,0,'188.166.224.74',1650214855),(1176294,'guest','failed_login','Users','Session','tech1',0,0,'47.93.61.192',1650215300),(1176295,'guest','failed_login','Users','Session','tech1',0,0,'85.214.38.127',1650215764),(1176296,'guest','failed_login','Users','Session','tech1',0,0,'35.198.25.12',1650216202),(1176297,'guest','failed_login','Users','Session','admin',0,0,'173.208.242.46',1650216295),(1176298,'guest','failed_login','Users','Session','tech1',0,0,'109.203.102.82',1650216649),(1176299,'guest','failed_login','Users','Session','com',0,0,'204.12.215.59',1650216657),(1176300,'guest','failed_login','Users','Session','admin',0,0,'47.242.50.8',1650216990),(1176301,'guest','failed_login','Users','Session','admin',0,0,'192.187.127.19',1650217183),(1176302,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650217429),(1176303,'guest','failed_login','Users','Session','admin',0,0,'35.198.25.12',1650217435),(1176304,'guest','failed_login','Users','Session','bangkokfinder',0,0,'107.150.36.74',1650217486),(1176305,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1650217712),(1176306,'guest','failed_login','Users','Session','tech1',0,0,'45.125.239.234',1650217867),(1176307,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650218052),(1176308,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.60',1650218063),(1176309,'guest','failed_login','Users','Session','tech1',0,0,'103.72.76.17',1650218268),(1176310,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.20',1650218320),(1176311,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1650218515),(1176312,'guest','failed_login','Users','Session','tech1',0,0,'109.206.252.198',1650218648),(1176313,'guest','failed_login','Users','Session','dmytro',0,0,'208.110.66.141',1650218792),(1176314,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.202.93',1650218935),(1176315,'guest','failed_login','Users','Session','tech1',0,0,'103.8.238.13',1650218991),(1176316,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.46',1650219041),(1176317,'guest','failed_login','Users','Session','tech1',0,0,'107.181.185.226',1650219355),(1176318,'guest','failed_login','Users','Session','tech1',0,0,'8.131.62.110',1650219686),(1176319,'guest','failed_login','Users','Session','com',0,0,'69.30.229.67',1650219757),(1176320,'guest','failed_login','Users','Session','tech1',0,0,'27.111.82.74',1650220020),(1176321,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1650220253),(1176322,'guest','failed_login','Users','Session','tech1',0,0,'77.77.150.95',1650220354),(1176323,'guest','failed_login','Users','Session','admin',0,0,'173.208.242.46',1650220608),(1176324,'guest','failed_login','Users','Session','tech1',0,0,'107.180.107.103',1650220657),(1176325,'guest','failed_login','Users','Session','dmytro',0,0,'208.110.66.141',1650220915),(1176326,'guest','failed_login','Users','Session','tech1',0,0,'107.180.107.103',1650220956),(1176327,'guest','failed_login','Users','Session','tech1',0,0,'213.136.93.169',1650221256),(1176328,'guest','failed_login','Users','Session','tech1',0,0,'46.101.103.136',1650221547),(1176329,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.70',1650221794),(1176330,'guest','failed_login','Users','Session','tech1',0,0,'34.87.44.101',1650221818),(1176331,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.75',1650221833),(1176332,'guest','failed_login','Users','Session','tech1',0,0,'138.128.173.10',1650222114),(1176333,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.62',1650222367),(1176334,'guest','failed_login','Users','Session','tech1',0,0,'185.74.252.12',1650222389),(1176335,'guest','failed_login','Users','Session','tech1',0,0,'104.131.108.143',1650222667),(1176336,'guest','failed_login','Users','Session','tech1',0,0,'198.54.114.64',1650222932),(1176337,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.26',1650223188),(1176338,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.67',1650223196),(1176339,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:c:b1a::',1650223224),(1176340,'guest','failed_login','Users','Session','tech1',0,0,'143.198.11.159',1650223492),(1176341,'guest','failed_login','Users','Session','tech1',0,0,'2600:3c04::f03c:92ff:fe2f:c1c4',1650223774),(1176342,'guest','failed_login','Users','Session','tech1',0,0,'149.62.171.31',1650224054),(1176343,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650224115),(1176344,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.59',1650224243),(1176345,'guest','failed_login','Users','Session','tech1',0,0,'104.131.60.249',1650224316),(1176346,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.59',1650224343),(1176347,'guest','failed_login','Users','Session','admin',0,0,'173.208.242.46',1650224441),(1176348,'guest','failed_login','Users','Session','tech1',0,0,'62.255.126.88',1650224612),(1176349,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.62',1650224706),(1176350,'guest','failed_login','Users','Session','tech1',0,0,'217.116.197.45',1650224890),(1176351,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.20',1650224951),(1176352,'guest','failed_login','Users','Session','tech1',0,0,'198.71.224.86',1650225170),(1176353,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.59',1650225381),(1176354,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.46',1650225416),(1176355,'guest','failed_login','Users','Session','tech1',0,0,'138.197.195.94',1650225438),(1176356,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::4c3c:e001',1650225729),(1176357,'guest','failed_login','Users','Session','tech1',0,0,'104.131.60.249',1650225997),(1176358,'guest','failed_login','Users','Session','tech1',0,0,'106.14.203.226',1650226275),(1176359,'guest','failed_login','Users','Session','tech1',0,0,'20.239.63.204',1650226451),(1176360,'guest','failed_login','Users','Session','tech1',0,0,'20.239.63.204',1650226452),(1176361,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650226495),(1176362,'guest','failed_login','Users','Session','tech1',0,0,'199.192.22.72',1650226546),(1176363,'guest','failed_login','Users','Session','tech1',0,0,'72.167.42.45',1650226823),(1176364,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:1008:c3a::',1650227147),(1176365,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.27',1650227218),(1176366,'guest','failed_login','Users','Session','tech1',0,0,'185.131.50.99',1650227403),(1176367,'guest','failed_login','Users','Session','tech1',0,0,'209.159.150.110',1650227684),(1176368,'guest','failed_login','Users','Session','tech1',0,0,'132.148.224.56',1650227967),(1176369,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.60',1650228054),(1176370,'guest','failed_login','Users','Session','tech1',0,0,'72.167.42.45',1650228249),(1176371,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.59',1650228384),(1176372,'guest','failed_login','Users','Session','tech1',0,0,'196.203.219.49',1650228524),(1176373,'guest','failed_login','Users','Session','tech1',0,0,'92.205.7.173',1650228812),(1176374,'guest','failed_login','Users','Session','tech1',0,0,'207.55.244.15',1650229095),(1176375,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.215.59',1650229213),(1176376,'guest','failed_login','Users','Session','tech1',0,0,'182.50.132.88',1650229374),(1176377,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.27',1650229479),(1176378,'guest','failed_login','Users','Session','tech1',0,0,'47.97.204.2',1650229646),(1176379,'guest','failed_login','Users','Session','tech1',0,0,'45.80.132.22',1650229941),(1176380,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1650230022),(1176381,'guest','failed_login','Users','Session','tech1',0,0,'34.139.126.149',1650230236),(1176382,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.26',1650230273),(1176383,'guest','failed_login','Users','Session','tech1',0,0,'128.199.166.77',1650230503),(1176384,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.240.26',1650230767),(1176385,'guest','failed_login','Users','Session','tech1',0,0,'82.145.33.64',1650230804),(1176386,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650230823),(1176387,'guest','failed_login','Users','Session','tech1',0,0,'103.101.162.249',1650231095),(1176388,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.62',1650231334),(1176389,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::ea8:8001',1650231368),(1176390,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.62',1650231403),(1176391,'guest','failed_login','Users','Session','tech1',0,0,'188.166.224.74',1650231662),(1176392,'guest','failed_login','Users','Session','tech1',0,0,'162.0.209.88',1650231954),(1176393,'guest','failed_login','Users','Session','tech1',0,0,'88.208.209.101',1650232271),(1176394,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.67',1650232400),(1176395,'guest','failed_login','Users','Session','tech1',0,0,'75.119.130.151',1650232560),(1176396,'guest','failed_login','Users','Session','tech1',0,0,'107.190.135.178',1650232856),(1176397,'guest','failed_login','Users','Session','tech1',0,0,'148.72.244.254',1650233154),(1176398,'guest','failed_login','Users','Session','tech1',0,0,'200.110.145.21',1650233441),(1176399,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.26',1650233449),(1176400,'guest','failed_login','Users','Session','tech1',0,0,'162.240.15.168',1650233753),(1176401,'guest','failed_login','Users','Session','tech1',0,0,'178.254.50.20',1650234064),(1176402,'guest','failed_login','Users','Session','tech1',0,0,'43.129.212.158',1650234356),(1176403,'guest','failed_login','Users','Session','tech1',0,0,'64.37.52.95',1650234681),(1176404,'guest','failed_login','Users','Session','drmap',0,0,'176.9.102.181',1650234694),(1176405,'guest','failed_login','Users','Session','[login]',0,0,'176.9.102.181',1650234695),(1176406,'guest','failed_login','Users','Session','drmap',0,0,'159.223.119.11',1650234929),(1176407,'guest','failed_login','Users','Session','admin',0,0,'69.167.171.138',1650234943),(1176408,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650234952),(1176409,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.141',1650235166),(1176410,'guest','failed_login','Users','Session','drmap',0,0,'38.242.242.224',1650235184),(1176411,'guest','failed_login','Users','Session','admin',0,0,'50.59.99.143',1650235256),(1176412,'guest','failed_login','Users','Session','test',0,0,'204.12.202.93',1650235353),(1176413,'guest','failed_login','Users','Session','drmap',0,0,'92.61.37.76',1650235451),(1176414,'guest','failed_login','Users','Session','tech1',0,0,'72.167.67.108',1650235574),(1176415,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.93',1650235610),(1176416,'guest','failed_login','Users','Session','drmap',0,0,'167.71.209.131',1650235788),(1176417,'guest','failed_login','Users','Session','[login]',0,0,'167.71.209.131',1650235788),(1176418,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.27',1650235805),(1176419,'guest','failed_login','Users','Session','admin',0,0,'173.208.153.158',1650235890),(1176420,'guest','failed_login','Users','Session','tech1',0,0,'185.131.50.99',1650235902),(1176421,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.242.46',1650235902),(1176422,'guest','failed_login','Users','Session','drmap',0,0,'125.212.225.138',1650236125),(1176423,'guest','failed_login','Users','Session','tech1',0,0,'72.29.64.190',1650236216),(1176424,'guest','failed_login','Users','Session','drmap',0,0,'77.68.6.111',1650236389),(1176425,'guest','failed_login','Users','Session','admin',0,0,'162.243.9.114',1650236399),(1176426,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.18',1650236416),(1176427,'guest','failed_login','Users','Session','test',0,0,'173.208.242.46',1650236448),(1176428,'guest','failed_login','Users','Session','tech1',0,0,'165.232.185.213',1650236522),(1176429,'guest','failed_login','Users','Session','drmap',0,0,'139.59.43.111',1650236670),(1176430,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.27',1650236798),(1176431,'guest','failed_login','Users','Session','tech1',0,0,'185.64.25.189',1650236857),(1176432,'guest','failed_login','Users','Session','tech1',0,0,'209.97.162.248',1650237175),(1176433,'guest','failed_login','Users','Session','tech1',0,0,'91.205.16.131',1650237211),(1176434,'guest','failed_login','Users','Session','com',0,0,'204.12.215.59',1650237249),(1176435,'guest','failed_login','Users','Session','drmap',0,0,'162.0.239.73',1650237309),(1176436,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.62',1650237351),(1176437,'guest','failed_login','Users','Session','tech1',0,0,'167.99.78.255',1650237527),(1176438,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650237572),(1176439,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.230',1650237626),(1176440,'guest','failed_login','Users','Session','drmap',0,0,'2001:1a48:1112:6:7::1',1650237643),(1176441,'guest','failed_login','Users','Session','[login]',0,0,'2001:1a48:1112:6:7::1',1650237643),(1176442,'guest','failed_login','Users','Session','tech1',0,0,'69.167.171.138',1650237884),(1176443,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1650237958),(1176444,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.230',1650238001),(1176445,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.27',1650238060),(1176446,'guest','failed_login','Users','Session','drmap',0,0,'142.93.54.10',1650238061),(1176447,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.61',1650238099),(1176448,'guest','failed_login','Users','Session','tech1',0,0,'103.129.178.69',1650238219),(1176449,'guest','failed_login','Users','Session','drmap',0,0,'107.180.88.227',1650238227),(1176450,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.70',1650238345),(1176451,'guest','failed_login','Users','Session','com',0,0,'173.208.206.27',1650238479),(1176452,'guest','failed_login','Users','Session','drmap',0,0,'2607:f130:0:107:d6ae:52ff:febb:96a',1650238516),(1176453,'guest','failed_login','Users','Session','tech1',0,0,'103.153.214.231',1650238560),(1176454,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1650238739),(1176455,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.155.230',1650238840),(1176456,'guest','failed_login','Users','Session','drmap',0,0,'45.120.69.121',1650238843),(1176457,'guest','failed_login','Users','Session','drmap',0,0,'2001:4ba0:cafe:5eb::1',1650238845),(1176458,'guest','failed_login','Users','Session','tech1',0,0,'103.204.130.160',1650238903),(1176459,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.93',1650238925),(1176460,'guest','failed_login','Users','Session','drmap',0,0,'64.225.70.87',1650239150),(1176461,'guest','failed_login','Users','Session','tech1',0,0,'107.190.135.178',1650239268),(1176462,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.158',1650239480),(1176463,'guest','failed_login','Users','Session','drmap',0,0,'2a00:1828:1000:2448::2',1650239489),(1176464,'guest','failed_login','Users','Session','tech1',0,0,'167.172.64.96',1650239598),(1176465,'guest','failed_login','Users','Session','drmap',0,0,'35.210.238.207',1650239804),(1176466,'guest','failed_login','Users','Session','[login]',0,0,'35.210.238.207',1650239804),(1176467,'guest','failed_login','Users','Session','tech1',0,0,'103.101.162.249',1650239962),(1176468,'guest','failed_login','Users','Session','drmap',0,0,'143.110.184.46',1650240132),(1176469,'guest','failed_login','Users','Session','tech1',0,0,'144.217.170.27',1650240308),(1176470,'guest','failed_login','Users','Session','drmap',0,0,'67.205.176.79',1650240391),(1176471,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.230.62',1650240466),(1176472,'guest','failed_login','Users','Session','tech1',0,0,'34.73.162.22',1650240659),(1176473,'guest','failed_login','Users','Session','drmap',0,0,'161.97.130.211',1650240664),(1176474,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4a10',1650241009),(1176475,'guest','failed_login','Users','Session','drmap',0,0,'34.134.138.49',1650241016),(1176476,'guest','failed_login','Users','Session','[login]',0,0,'34.134.138.49',1650241016),(1176477,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:1c1c:b508::1',1650241322),(1176478,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:c:b1a::',1650241365),(1176479,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.230',1650241378),(1176480,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.202.93',1650241625),(1176481,'guest','failed_login','Users','Session','drmap',0,0,'75.119.147.106',1650241640),(1176482,'guest','failed_login','Users','Session','tech1',0,0,'165.22.89.6',1650241710),(1176483,'guest','failed_login','Users','Session','test',0,0,'173.208.242.46',1650241727),(1176484,'guest','failed_login','Users','Session','drmap',0,0,'35.184.137.174',1650241978),(1176485,'guest','failed_login','Users','Session','tech1',0,0,'45.118.145.96',1650242082),(1176486,'guest','failed_login','Users','Session','drmap',0,0,'178.159.42.76',1650242311),(1176487,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.27',1650242329),(1176488,'guest','failed_login','Users','Session','tech1',0,0,'167.99.75.244',1650242428),(1176489,'guest','failed_login','Users','Session','drmap',0,0,'159.223.51.182',1650242635),(1176490,'guest','failed_login','Users','Session','drmap',0,0,'91.240.85.137',1650242873),(1176491,'guest','failed_login','Users','Session','drmap',0,0,'159.89.165.49',1650243153),(1176492,'guest','failed_login','Users','Session','[login]',0,0,'159.89.165.49',1650243154),(1176493,'guest','failed_login','Users','Session','tech1',0,0,'103.42.58.102',1650243161),(1176494,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650243482),(1176495,'guest','failed_login','Users','Session','drmap',0,0,'61.77.106.99',1650243524),(1176496,'guest','failed_login','Users','Session','tech1',0,0,'184.154.219.138',1650243550),(1176497,'guest','failed_login','Users','Session','drmap',0,0,'116.203.175.185',1650243792),(1176498,'guest','failed_login','Users','Session','[login]',0,0,'116.203.175.185',1650243792),(1176499,'guest','failed_login','Users','Session','tech1',0,0,'93.177.103.170',1650243917),(1176500,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::bd5:1001',1650244068),(1176501,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650244294),(1176502,'guest','failed_login','Users','Session','tech1',0,0,'39.98.224.201',1650244307),(1176503,'guest','failed_login','Users','Session','drmap',0,0,'139.59.43.111',1650244407),(1176504,'guest','failed_login','Users','Session','[login]',0,0,'139.59.43.111',1650244407),(1176505,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.44',1650244656),(1176506,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.230',1650244692),(1176507,'guest','failed_login','Users','Session','test',0,0,'69.30.229.67',1650244786),(1176508,'guest','failed_login','Users','Session','drmap',0,0,'91.240.85.137',1650244808),(1176509,'guest','failed_login','Users','Session','[login]',0,0,'91.240.85.137',1650244809),(1176510,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.27',1650244811),(1176511,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.70',1650244833),(1176512,'guest','failed_login','Users','Session','admin',0,0,'208.110.66.141',1650244947),(1176513,'guest','failed_login','Users','Session','tech1',0,0,'189.125.37.42',1650245039),(1176514,'guest','failed_login','Users','Session','drmap',0,0,'82.66.92.137',1650245089),(1176515,'guest','failed_login','Users','Session','[login]',0,0,'2a01:e0a:7c:d40:2e2:5cff:fe68:79e8',1650245089),(1176516,'guest','failed_login','Users','Session','admin',0,0,'173.208.206.27',1650245193),(1176517,'guest','failed_login','Users','Session','tech1',0,0,'104.36.149.6',1650245410),(1176518,'guest','failed_login','Users','Session','drmap',0,0,'23.99.129.212',1650245463),(1176519,'guest','failed_login','Users','Session','drmap',0,0,'66.94.103.182',1650245762),(1176520,'guest','failed_login','Users','Session','[login]',0,0,'66.94.103.182',1650245762),(1176521,'guest','failed_login','Users','Session','tech1',0,0,'34.176.50.114',1650245805),(1176522,'guest','failed_login','Users','Session','tech1',0,0,'109.234.161.67',1650246183),(1176523,'guest','failed_login','Users','Session','[login]',0,0,'2604:a880:800:10::be0:1',1650246324),(1176524,'guest','failed_login','Users','Session','tech1',0,0,'208.109.75.124',1650246559),(1176525,'guest','failed_login','Users','Session','drmap',0,0,'67.205.157.253',1650246681),(1176526,'guest','failed_login','Users','Session','tech1',0,0,'174.138.30.81',1650246941),(1176527,'guest','failed_login','Users','Session','drmap',0,0,'110.42.210.173',1650247007),(1176528,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:800:10::be0:1',1650247255),(1176529,'guest','failed_login','Users','Session','test',0,0,'173.208.242.46',1650247295),(1176530,'guest','failed_login','Users','Session','tech1',0,0,'2a00:5da0:1000:1::27',1650247382),(1176531,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.19',1650247434),(1176532,'guest','failed_login','Users','Session','drmap',0,0,'119.23.73.82',1650247582),(1176533,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1650247731),(1176534,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.206.27',1650247930),(1176535,'guest','failed_login','Users','Session','drmap',0,0,'74.208.76.156',1650247932),(1176536,'guest','failed_login','Users','Session','[login]',0,0,'74.208.76.156',1650247937),(1176537,'guest','failed_login','Users','Session','tech1',0,0,'185.74.252.12',1650248123),(1176538,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:3:d0::c2a:e001',1650248339),(1176539,'guest','failed_login','Users','Session','tech1',0,0,'142.93.170.99',1650248510),(1176540,'guest','failed_login','Users','Session','drmap',0,0,'68.183.81.28',1650248628),(1176541,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.230',1650248685),(1176542,'guest','failed_login','Users','Session','tech1',0,0,'104.131.108.143',1650248929),(1176543,'guest','failed_login','Users','Session','drmap',0,0,'61.77.106.99',1650248936),(1176544,'guest','failed_login','Users','Session','[login]',0,0,'61.77.106.99',1650248937),(1176545,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.67',1650249112),(1176546,'guest','failed_login','Users','Session','drmap',0,0,'23.99.129.212',1650249235),(1176547,'guest','failed_login','Users','Session','tech1',0,0,'213.136.93.169',1650249332),(1176548,'guest','failed_login','Users','Session','drmap',0,0,'202.28.34.99',1650249519),(1176549,'guest','failed_login','Users','Session','[login]',0,0,'202.28.34.99',1650249519),(1176550,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.93',1650249537),(1176551,'guest','failed_login','Users','Session','tech1',0,0,'116.12.48.101',1650249744),(1176552,'guest','failed_login','Users','Session','drmap',0,0,'185.80.50.94',1650249864),(1176553,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.153.158',1650249917),(1176554,'guest','failed_login','Users','Session','tech1',0,0,'85.214.38.127',1650250155),(1176555,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:8:c9b5::',1650250200),(1176556,'guest','failed_login','Users','Session','[login]',0,0,'2001:41d0:8:c9b5::',1650250201),(1176557,'guest','failed_login','Users','Session','drmap',0,0,'52.78.28.41',1650250527),(1176558,'guest','failed_login','Users','Session','[login]',0,0,'52.78.28.41',1650250528),(1176559,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.44',1650250550),(1176560,'guest','failed_login','Users','Session','drmap',0,0,'91.240.85.137',1650250899),(1176561,'guest','failed_login','Users','Session','tech1',0,0,'162.214.197.206',1650250980),(1176562,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650251002),(1176563,'guest','failed_login','Users','Session','drmap',0,0,'194.163.142.38',1650251185),(1176564,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1650251285),(1176565,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.134',1650251398),(1176566,'guest','failed_login','Users','Session','drmap',0,0,'37.18.90.72',1650251483),(1176567,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.93',1650251625),(1176568,'guest','failed_login','Users','Session','bangkokfinder',0,0,'107.150.36.75',1650251704),(1176569,'guest','failed_login','Users','Session','drmap',0,0,'162.0.239.73',1650251741),(1176570,'guest','failed_login','Users','Session','[login]',0,0,'162.0.239.73',1650251742),(1176571,'guest','failed_login','Users','Session','tech1',0,0,'122.17.148.164',1650251810),(1176572,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650251824),(1176573,'guest','failed_login','Users','Session','drmap',0,0,'188.166.220.74',1650252096),(1176574,'guest','failed_login','Users','Session','[login]',0,0,'188.166.220.74',1650252096),(1176575,'guest','failed_login','Users','Session','tech1',0,0,'88.135.37.49',1650252231),(1176576,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.93',1650252282),(1176577,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.46',1650252355),(1176578,'guest','failed_login','Users','Session','drmap',0,0,'45.236.130.240',1650252430),(1176579,'guest','failed_login','Users','Session','tech1',0,0,'159.65.146.8',1650252580),(1176580,'guest','failed_login','Users','Session','tech1',0,0,'218.38.137.175',1650252652),(1176581,'guest','failed_login','Users','Session','drmap',0,0,'163.44.154.211',1650252764),(1176582,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.77',1650252827),(1176583,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.20',1650252831),(1176584,'guest','failed_login','Users','Session','com',0,0,'173.208.242.46',1650252923),(1176585,'guest','failed_login','Users','Session','tech1',0,0,'185.146.20.254',1650253040),(1176586,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:c2c:680::1',1650253068),(1176587,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.20',1650253146),(1176588,'guest','failed_login','Users','Session','drmap',0,0,'82.165.111.158',1650253218),(1176589,'guest','failed_login','Users','Session','drmap',0,0,'64.225.70.87',1650253437),(1176590,'guest','failed_login','Users','Session','[login]',0,0,'64.225.70.87',1650253438),(1176591,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.56',1650253469),(1176592,'guest','failed_login','Users','Session','tech1',0,0,'164.68.99.251',1650253722),(1176593,'guest','failed_login','Users','Session','drmap',0,0,'2400:8901::f03c:92ff:fe76:db4c',1650253763),(1176594,'guest','failed_login','Users','Session','[login]',0,0,'2400:8901::f03c:92ff:fe76:db4c',1650253763),(1176595,'guest','failed_login','Users','Session','drmap',0,0,'185.7.212.50',1650253860),(1176596,'guest','failed_login','Users','Session','admin',0,0,'107.150.36.75',1650253982),(1176597,'guest','failed_login','Users','Session','drmap',0,0,'185.75.194.144',1650254091),(1176598,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650254111),(1176599,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:c0c:ece::1',1650254377),(1176600,'guest','failed_login','Users','Session','drmap',0,0,'217.61.54.110',1650254503),(1176601,'guest','failed_login','Users','Session','tech1',0,0,'47.105.86.21',1650254504),(1176602,'guest','failed_login','Users','Session','drmap',0,0,'202.28.34.99',1650254684),(1176603,'guest','failed_login','Users','Session','tech1',0,0,'77.240.13.186',1650254756),(1176604,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.27',1650255156),(1176605,'guest','failed_login','Users','Session','drmap',0,0,'103.139.103.157',1650255157),(1176606,'guest','failed_login','Users','Session','tech1',0,0,'150.95.112.79',1650255191),(1176607,'guest','failed_login','Users','Session','drmap',0,0,'137.184.147.118',1650255289),(1176608,'guest','failed_login','Users','Session','tech1',0,0,'167.172.105.95',1650255418),(1176609,'guest','failed_login','Users','Session','com',0,0,'69.197.155.230',1650255438),(1176610,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.20',1650255543),(1176611,'guest','failed_login','Users','Session','drmap',0,0,'137.184.73.37',1650255647),(1176612,'guest','failed_login','Users','Session','bangkokfinder',0,0,'208.110.66.141',1650255765),(1176613,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.46',1650255802),(1176614,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:3:d0::118d:8001',1650255811),(1176615,'guest','failed_login','Users','Session','tech1',0,0,'103.28.39.137',1650255907),(1176616,'guest','failed_login','Users','Session','drmap',0,0,'47.254.197.186',1650255967),(1176617,'guest','failed_login','Users','Session','[login]',0,0,'47.254.197.186',1650255967),(1176618,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::e77:1',1650256071),(1176619,'guest','failed_login','Users','Session','com',0,0,'208.110.66.141',1650256221),(1176620,'guest','failed_login','Users','Session','drmap',0,0,'194.61.118.10',1650256307),(1176621,'guest','failed_login','Users','Session','test',0,0,'69.30.229.67',1650256326),(1176622,'guest','failed_login','Users','Session','drmap',0,0,'150.109.148.216',1650256475),(1176623,'guest','failed_login','Users','Session','tech1',0,0,'185.252.31.180',1650256581),(1176624,'guest','failed_login','Users','Session','drmap',0,0,'194.61.118.10',1650256670),(1176625,'guest','failed_login','Users','Session','[login]',0,0,'194.61.118.10',1650256670),(1176626,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:800:10::34bd:1',1650256726),(1176627,'guest','failed_login','Users','Session','test',0,0,'69.30.230.62',1650256873),(1176628,'guest','failed_login','Users','Session','drmap',0,0,'61.77.106.99',1650256976),(1176629,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1650257126),(1176630,'guest','failed_login','Users','Session','drmap',0,0,'85.128.143.18',1650257233),(1176631,'guest','failed_login','Users','Session','tech1',0,0,'185.252.31.180',1650257308),(1176632,'guest','failed_login','Users','Session','tech1',0,0,'109.74.196.231',1650257380),(1176633,'guest','failed_login','Users','Session','drmap',0,0,'2600:1f18:1c41:c900:74b0:1298:a733:40ea',1650257506),(1176634,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650257774),(1176635,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f9:c010:82e3::1',1650257775),(1176636,'guest','failed_login','Users','Session','drmap',0,0,'46.101.62.105',1650257799),(1176637,'guest','failed_login','Users','Session','[login]',0,0,'46.101.62.105',1650257799),(1176638,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.70',1650257942),(1176639,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1650258030),(1176640,'guest','failed_login','Users','Session','tech1',0,0,'144.217.170.27',1650258045),(1176641,'guest','failed_login','Users','Session','drmap',0,0,'2a02:4780:3:3:a5a4:743:3f4:77c8',1650258200),(1176642,'guest','failed_login','Users','Session','[login]',0,0,'2a02:4780:3:3:a5a4:743:3f4:77c8',1650258201),(1176643,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.46',1650258278),(1176644,'guest','failed_login','Users','Session','drmap',0,0,'103.219.60.130',1650258427),(1176645,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.46',1650258485),(1176646,'guest','failed_login','Users','Session','drmap',0,0,'34.68.4.41',1650258522),(1176647,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.61',1650258667),(1176648,'guest','failed_login','Users','Session','tech1',0,0,'167.99.252.52',1650258684),(1176649,'guest','failed_login','Users','Session','tech1',0,0,'150.95.112.79',1650258781),(1176650,'guest','failed_login','Users','Session','drmap',0,0,'159.89.23.231',1650258810),(1176651,'guest','failed_login','Users','Session','[login]',0,0,'159.89.23.231',1650258810),(1176652,'guest','failed_login','Users','Session','drmap',0,0,'88.150.159.29',1650259083),(1176653,'guest','failed_login','Users','Session','drmap',0,0,'147.182.229.61',1650259148),(1176654,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.158',1650259160),(1176655,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.153.158',1650259190),(1176656,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1650259336),(1176657,'guest','failed_login','Users','Session','tech1',0,0,'85.198.184.211',1650259509),(1176658,'guest','failed_login','Users','Session','drmap',0,0,'188.166.220.74',1650259521),(1176659,'guest','failed_login','Users','Session','[login]',0,0,'188.166.220.74',1650259521),(1176660,'guest','failed_login','Users','Session','drmap',0,0,'159.89.228.214',1650259732),(1176661,'guest','failed_login','Users','Session','drmap',0,0,'23.99.129.212',1650259832),(1176662,'guest','failed_login','Users','Session','tech1',0,0,'188.127.231.190',1650259983),(1176663,'guest','failed_login','Users','Session','drmap',0,0,'159.89.23.231',1650260077),(1176664,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650260095),(1176665,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1650260149),(1176666,'guest','failed_login','Users','Session','drmap',0,0,'193.151.131.151',1650260383),(1176667,'guest','failed_login','Users','Session','drmap',0,0,'45.236.130.240',1650260385),(1176668,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1650260632),(1176669,'guest','failed_login','Users','Session','tech1',0,0,'121.243.95.160',1650260635),(1176670,'guest','failed_login','Users','Session','tech1',0,0,'35.225.94.95',1650260646),(1176671,'guest','failed_login','Users','Session','drmap',0,0,'159.65.1.255',1650260704),(1176672,'guest','failed_login','Users','Session','[login]',0,0,'159.65.1.255',1650260704),(1176673,'guest','failed_login','Users','Session','admin',0,0,'69.197.155.230',1650260722),(1176674,'guest','failed_login','Users','Session','drmap',0,0,'148.72.208.193',1650261031),(1176675,'guest','failed_login','Users','Session','test',0,0,'208.110.66.141',1650261045),(1176676,'guest','failed_login','Users','Session','drmap',0,0,'161.97.85.80',1650261046),(1176677,'guest','failed_login','Users','Session','tech1',0,0,'167.172.79.47',1650261112),(1176678,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.61',1650261168),(1176679,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.61',1650261234),(1176680,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.210',1650261283),(1176681,'guest','failed_login','Users','Session','drmap',0,0,'137.184.89.163',1650261385),(1176682,'guest','failed_login','Users','Session','[login]',0,0,'137.184.89.163',1650261385),(1176683,'guest','failed_login','Users','Session','admin',0,0,'208.110.66.141',1650261467),(1176684,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.19',1650261493),(1176685,'guest','failed_login','Users','Session','tech1',0,0,'66.23.252.226',1650261523),(1176686,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::9ed:d001',1650261678),(1176687,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.59',1650261682),(1176688,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.61',1650261891),(1176689,'guest','failed_login','Users','Session','tech1',0,0,'65.1.13.237',1650261897),(1176690,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.230',1650261923),(1176691,'guest','failed_login','Users','Session','tech1',0,0,'159.65.76.38',1650261924),(1176692,'guest','failed_login','Users','Session','drmap',0,0,'34.65.234.0',1650262098),(1176693,'guest','failed_login','Users','Session','tech1',0,0,'88.135.37.49',1650262282),(1176694,'guest','failed_login','Users','Session','drmap',0,0,'2a02:7b40:c287:52e9::1',1650262314),(1176695,'guest','failed_login','Users','Session','com',0,0,'69.197.154.19',1650262427),(1176696,'guest','failed_login','Users','Session','drmap',0,0,'142.93.2.210',1650262449),(1176697,'guest','failed_login','Users','Session','tech1',0,0,'185.200.243.16',1650262567),(1176698,'guest','failed_login','Users','Session','tech1',0,0,'35.202.241.36',1650262611),(1176699,'guest','failed_login','Users','Session','drmap',0,0,'34.68.4.41',1650262724),(1176700,'guest','failed_login','Users','Session','drmap',0,0,'2400:8902::f03c:92ff:fe8b:d3c5',1650262957),(1176701,'guest','failed_login','Users','Session','tech1',0,0,'151.106.35.235',1650263007),(1176702,'guest','failed_login','Users','Session','drmap',0,0,'47.94.136.206',1650263081),(1176703,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650263210),(1176704,'guest','failed_login','Users','Session','drmap',0,0,'185.75.194.144',1650263358),(1176705,'guest','failed_login','Users','Session','tech1',0,0,'103.159.224.46',1650263374),(1176706,'guest','failed_login','Users','Session','drmap',0,0,'217.61.54.110',1650263604),(1176707,'guest','failed_login','Users','Session','drmap',0,0,'34.68.4.41',1650263659),(1176708,'guest','failed_login','Users','Session','tech1',0,0,'185.197.195.173',1650263706),(1176709,'guest','failed_login','Users','Session','drmap',0,0,'195.158.11.99',1650264047),(1176710,'guest','failed_login','Users','Session','tech1',0,0,'171.244.21.74',1650264062),(1176711,'guest','failed_login','Users','Session','drmap',0,0,'47.241.15.39',1650264238),(1176712,'guest','failed_login','Users','Session','drmap',0,0,'115.146.127.55',1650264363),(1176713,'guest','failed_login','Users','Session','tech1',0,0,'198.54.114.126',1650264380),(1176714,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1a04:a001',1650264490),(1176715,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650264529),(1176716,'guest','failed_login','Users','Session','drmap',0,0,'178.62.6.225',1650264651),(1176717,'guest','failed_login','Users','Session','tech1',0,0,'107.180.124.232',1650264736),(1176718,'guest','failed_login','Users','Session','admin',0,0,'69.197.155.230',1650264870),(1176719,'guest','failed_login','Users','Session','drmap',0,0,'217.61.54.110',1650264879),(1176720,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.93',1650264997),(1176721,'guest','failed_login','Users','Session','tech1',0,0,'185.61.154.35',1650265051),(1176722,'guest','failed_login','Users','Session','tech1',0,0,'8.210.146.161',1650265129),(1176723,'guest','failed_login','Users','Session','drmap',0,0,'120.55.169.254',1650265135),(1176724,'guest','failed_login','Users','Session','[login]',0,0,'120.55.169.254',1650265138),(1176725,'guest','failed_login','Users','Session','drmap',0,0,'165.232.71.87',1650265375),(1176726,'guest','failed_login','Users','Session','tech1',0,0,'198.20.170.59',1650265389),(1176727,'guest','failed_login','Users','Session','drmap',0,0,'143.244.140.199',1650265516),(1176728,'guest','failed_login','Users','Session','drmap',0,0,'139.59.43.111',1650265642),(1176729,'guest','failed_login','Users','Session','[login]',0,0,'139.59.43.111',1650265642),(1176730,'guest','failed_login','Users','Session','tech1',0,0,'107.180.103.185',1650265708),(1176731,'guest','failed_login','Users','Session','tech1',0,0,'103.219.60.130',1650265767),(1176732,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.230',1650265795),(1176733,'guest','failed_login','Users','Session','drmap',0,0,'146.148.81.14',1650266028),(1176734,'guest','failed_login','Users','Session','[login]',0,0,'146.148.81.14',1650266028),(1176735,'guest','failed_login','Users','Session','tech1',0,0,'128.199.21.138',1650266037),(1176736,'guest','failed_login','Users','Session','drmap',0,0,'212.103.4.29',1650266153),(1176737,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:403:b30::',1650266315),(1176738,'guest','failed_login','Users','Session','[login]',0,0,'2001:41d0:403:b30::',1650266316),(1176739,'guest','failed_login','Users','Session','tech1',0,0,'47.104.66.61',1650266361),(1176740,'guest','failed_login','Users','Session','tech1',0,0,'134.209.231.225',1650266404),(1176741,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.46',1650266620),(1176742,'guest','failed_login','Users','Session','drmap',0,0,'51.79.209.68',1650266661),(1176743,'guest','failed_login','Users','Session','[login]',0,0,'51.79.209.68',1650266661),(1176744,'guest','failed_login','Users','Session','tech1',0,0,'8.29.155.200',1650266673),(1176745,'guest','failed_login','Users','Session','drmap',0,0,'13.81.59.92',1650266790),(1176746,'guest','failed_login','Users','Session','drmap',0,0,'92.61.37.76',1650266978),(1176747,'guest','failed_login','Users','Session','[login]',0,0,'92.61.37.76',1650266978),(1176748,'guest','failed_login','Users','Session','tech1',0,0,'208.109.75.124',1650267000),(1176749,'guest','failed_login','Users','Session','tech1',0,0,'77.240.13.186',1650267035),(1176750,'guest','failed_login','Users','Session','tech1',0,0,'142.93.253.189',1650267309),(1176751,'guest','failed_login','Users','Session','drmap',0,0,'89.163.206.159',1650267342),(1176752,'guest','failed_login','Users','Session','[login]',0,0,'89.163.206.159',1650267342),(1176753,'guest','failed_login','Users','Session','drmap',0,0,'185.200.243.16',1650267421),(1176754,'guest','failed_login','Users','Session','tech1',0,0,'133.167.92.28',1650267672),(1176755,'guest','failed_login','Users','Session','tech1',0,0,'159.65.118.118',1650267678),(1176756,'guest','failed_login','Users','Session','drmap',0,0,'34.68.4.41',1650267708),(1176757,'guest','failed_login','Users','Session','[login]',0,0,'34.68.4.41',1650267708),(1176758,'guest','failed_login','Users','Session','tech1',0,0,'150.95.110.113',1650267953),(1176759,'guest','failed_login','Users','Session','drmap',0,0,'211.110.139.214',1650268081),(1176760,'guest','failed_login','Users','Session','tech1',0,0,'96.125.162.216',1650268294),(1176761,'guest','failed_login','Users','Session','drmap',0,0,'31.172.80.147',1650268364),(1176762,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650268453),(1176763,'guest','failed_login','Users','Session','admin',0,0,'69.197.154.19',1650268530),(1176764,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2019:9917::1',1650268558),(1176765,'guest','failed_login','Users','Session','drmap',0,0,'177.55.111.12',1650268667),(1176766,'guest','failed_login','Users','Session','drmap',0,0,'165.232.94.255',1650268716),(1176767,'guest','failed_login','Users','Session','tech1',0,0,'198.54.120.17',1650268877),(1176768,'guest','failed_login','Users','Session','drmap',0,0,'139.59.43.111',1650268906),(1176769,'guest','failed_login','Users','Session','tech1',0,0,'178.128.5.109',1650268961),(1176770,'guest','failed_login','Users','Session','tech1',0,0,'66.115.173.18',1650269217),(1176771,'guest','failed_login','Users','Session','drmap',0,0,'2a01:7c8:aac2:13b::1',1650269305),(1176772,'guest','failed_login','Users','Session','[login]',0,0,'2a01:7c8:aac2:13b::1',1650269306),(1176773,'guest','failed_login','Users','Session','drmap',0,0,'39.103.157.70',1650269346),(1176774,'guest','failed_login','Users','Session','tech1',0,0,'177.53.140.99',1650269556),(1176775,'guest','failed_login','Users','Session','tech1',0,0,'155.133.138.67',1650269590),(1176776,'guest','failed_login','Users','Session','drmap',0,0,'64.227.114.253',1650269626),(1176777,'guest','failed_login','Users','Session','[login]',0,0,'64.227.114.253',1650269627),(1176778,'guest','failed_login','Users','Session','tech1',0,0,'2001:1418:14:100::47',1650269862),(1176779,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.46',1650269867),(1176780,'guest','failed_login','Users','Session','drmap',0,0,'121.42.231.47',1650269976),(1176781,'guest','failed_login','Users','Session','drmap',0,0,'159.223.119.11',1650270002),(1176782,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.46',1650270017),(1176783,'guest','failed_login','Users','Session','tech1',0,0,'47.242.50.8',1650270156),(1176784,'guest','failed_login','Users','Session','drmap',0,0,'91.134.248.245',1650270356),(1176785,'guest','failed_login','Users','Session','[login]',0,0,'91.134.248.245',1650270356),(1176786,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::4fd:2001',1650270513),(1176787,'guest','failed_login','Users','Session','drmap',0,0,'34.75.65.218',1650270612),(1176788,'guest','failed_login','Users','Session','drmap',0,0,'46.101.114.161',1650270630),(1176789,'guest','failed_login','Users','Session','[login]',0,0,'46.101.114.161',1650270641),(1176790,'guest','failed_login','Users','Session','tech1',0,0,'2001:1418:14:100::47',1650270846),(1176791,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:303:ce33::',1650270860),(1176792,'guest','failed_login','Users','Session','drmap',0,0,'103.1.239.126',1650271001),(1176793,'guest','failed_login','Users','Session','[login]',0,0,'103.1.239.126',1650271001),(1176794,'guest','failed_login','Users','Session','tech1',0,0,'182.50.132.88',1650271185),(1176795,'guest','failed_login','Users','Session','drmap',0,0,'159.223.51.182',1650271224),(1176796,'guest','failed_login','Users','Session','[login]',0,0,'159.223.51.182',1650271224),(1176797,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.221',1650271248),(1176798,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650271288),(1176799,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.141',1650271308),(1176800,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::f6f:3001',1650271495),(1176801,'guest','failed_login','Users','Session','tech1',0,0,'182.50.132.88',1650271520),(1176802,'guest','failed_login','Users','Session','drmap',0,0,'89.163.206.159',1650271589),(1176803,'guest','failed_login','Users','Session','[login]',0,0,'89.163.206.159',1650271589),(1176804,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::113d:d001',1650271848),(1176805,'guest','failed_login','Users','Session','drmap',0,0,'162.0.239.73',1650271862),(1176806,'guest','failed_login','Users','Session','[login]',0,0,'162.0.239.73',1650271864),(1176807,'guest','failed_login','Users','Session','tech1',0,0,'148.72.214.245',1650272127),(1176808,'guest','failed_login','Users','Session','tech1',0,0,'157.245.240.102',1650272191),(1176809,'guest','failed_login','Users','Session','drmap',0,0,'129.232.204.123',1650272251),(1176810,'guest','failed_login','Users','Session','admin',0,0,'69.30.230.62',1650272251),(1176811,'guest','failed_login','Users','Session','drmap',0,0,'8.210.146.161',1650272513),(1176812,'guest','failed_login','Users','Session','tech1',0,0,'167.99.54.31',1650272544),(1176813,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:8:c9b5::',1650272599),(1176814,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.206.27',1650272707),(1176815,'guest','failed_login','Users','Session','tech1',0,0,'47.107.130.19',1650272865),(1176816,'guest','failed_login','Users','Session','drmap',0,0,'178.159.42.76',1650272954),(1176817,'guest','failed_login','Users','Session','[login]',0,0,'178.159.42.76',1650272954),(1176818,'guest','failed_login','Users','Session','drmap',0,0,'78.141.209.179',1650273148),(1176819,'guest','failed_login','Users','Session','tech1',0,0,'80.246.1.193',1650273240),(1176820,'guest','failed_login','Users','Session','drmap',0,0,'47.241.124.182',1650273278),(1176821,'guest','failed_login','Users','Session','[login]',0,0,'47.241.124.182',1650273278),(1176822,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.46',1650273323),(1176823,'guest','failed_login','Users','Session','tech1',0,0,'37.139.13.163',1650273393),(1176824,'guest','failed_login','Users','Session','tech1',0,0,'107.180.124.4',1650273569),(1176825,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.46',1650273587),(1176826,'guest','failed_login','Users','Session','drmap',0,0,'159.223.51.182',1650273623),(1176827,'guest','failed_login','Users','Session','drmap',0,0,'82.166.39.15',1650273776),(1176828,'guest','failed_login','Users','Session','tech1',0,0,'185.61.154.35',1650273902),(1176829,'guest','failed_login','Users','Session','drmap',0,0,'165.232.71.87',1650273904),(1176830,'guest','failed_login','Users','Session','tech1',0,0,'155.133.138.67',1650274018),(1176831,'guest','failed_login','Users','Session','drmap',0,0,'2a0e:fd45:2ba0:10:188:64:138:23',1650274224),(1176832,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.202.93',1650274291),(1176833,'guest','failed_login','Users','Session','drmap',0,0,'185.2.4.56',1650274398),(1176834,'guest','failed_login','Users','Session','drmap',0,0,'178.159.42.76',1650274522),(1176835,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a034::ef8:bfd',1650274639),(1176836,'guest','failed_login','Users','Session','drmap',0,0,'99.192.161.87',1650274807),(1176837,'guest','failed_login','Users','Session','[login]',0,0,'99.192.161.87',1650274808),(1176838,'guest','failed_login','Users','Session','drmap',0,0,'142.93.109.72',1650275022),(1176839,'guest','failed_login','Users','Session','drmap',0,0,'2a02:c207:2047:2318::1',1650275150),(1176840,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.67',1650275218),(1176841,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.114',1650275266),(1176842,'guest','failed_login','Users','Session','drmap',0,0,'13.234.154.64',1650275486),(1176843,'guest','failed_login','Users','Session','drmap',0,0,'109.74.196.231',1650275645),(1176844,'guest','failed_login','Users','Session','drmap',0,0,'5.202.189.212',1650275847),(1176845,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.202.93',1650275852),(1176846,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1792:5001',1650275889),(1176847,'guest','failed_login','Users','Session','drmap',0,0,'128.199.147.151',1650276099),(1176848,'guest','failed_login','Users','Session','drmap',0,0,'139.59.118.238',1650276269),(1176849,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650276312),(1176850,'guest','failed_login','Users','Session','drmap',0,0,'161.35.51.40',1650276438),(1176851,'guest','failed_login','Users','Session','tech1',0,0,'144.91.117.193',1650276514),(1176852,'guest','failed_login','Users','Session','drmap',0,0,'38.242.242.224',1650276786),(1176853,'guest','failed_login','Users','Session','drmap',0,0,'143.244.140.199',1650276895),(1176854,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.215.59',1650276938),(1176855,'guest','failed_login','Users','Session','test',0,0,'69.197.155.230',1650276944),(1176856,'guest','failed_login','Users','Session','drmap',0,0,'85.128.143.79',1650277042),(1176857,'guest','failed_login','Users','Session','tech1',0,0,'159.65.76.38',1650277139),(1176858,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.155.230',1650277225),(1176859,'guest','failed_login','Users','Session','drmap',0,0,'103.133.56.42',1650277338),(1176860,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.20',1650277467),(1176861,'guest','failed_login','Users','Session','drmap',0,0,'68.183.47.242',1650277518),(1176862,'guest','failed_login','Users','Session','drmap',0,0,'188.166.246.107',1650277594),(1176863,'guest','failed_login','Users','Session','tech1',0,0,'123.25.21.16',1650277762),(1176864,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:800:10::be0:1',1650277919),(1176865,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650277994),(1176866,'guest','failed_login','Users','Session','drmap',0,0,'159.65.118.118',1650278142),(1176867,'guest','failed_login','Users','Session','drmap',0,0,'194.163.142.38',1650278321),(1176868,'guest','failed_login','Users','Session','tech1',0,0,'217.160.64.174',1650278385),(1176869,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f9:c010:dae3::1',1650278662),(1176870,'guest','failed_login','Users','Session','drmap',0,0,'178.128.194.13',1650278769),(1176871,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.59',1650278821),(1176872,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.93',1650278865),(1176873,'guest','failed_login','Users','Session','tech1',0,0,'167.172.105.95',1650279014),(1176874,'guest','failed_login','Users','Session','drmap',0,0,'120.55.169.254',1650279036),(1176875,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.19',1650279288),(1176876,'guest','failed_login','Users','Session','drmap',0,0,'194.61.118.10',1650279312),(1176877,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.215.59',1650279355),(1176878,'guest','failed_login','Users','Session','drmap',0,0,'47.241.15.39',1650279395),(1176879,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.230',1650279533),(1176880,'guest','failed_login','Users','Session','tech1',0,0,'103.129.222.91',1650279637),(1176881,'guest','failed_login','Users','Session','drmap',0,0,'2607:f130:0:107:d6ae:52ff:febb:96a',1650279871),(1176882,'guest','failed_login','Users','Session','[login]',0,0,'2607:f130:0:107:d6ae:52ff:febb:96a',1650279871),(1176883,'guest','failed_login','Users','Session','drmap',0,0,'20.187.97.66',1650280020),(1176884,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1650280045),(1176885,'guest','failed_login','Users','Session','drmap',0,0,'34.121.13.240',1650280186),(1176886,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1650280270),(1176887,'guest','failed_login','Users','Session','drmap',0,0,'149.129.181.100',1650280534),(1176888,'guest','failed_login','Users','Session','[login]',0,0,'149.129.181.100',1650280535),(1176889,'guest','failed_login','Users','Session','tech1',0,0,'5.253.181.177',1650280898),(1176890,'guest','failed_login','Users','Session','drmap',0,0,'163.44.154.211',1650280915),(1176891,'guest','failed_login','Users','Session','[login]',0,0,'163.44.154.211',1650280915),(1176892,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.62',1650281153),(1176893,'guest','failed_login','Users','Session','drmap',0,0,'101.35.148.167',1650281250),(1176894,'guest','failed_login','Users','Session','[login]',0,0,'101.35.148.167',1650281252),(1176895,'guest','failed_login','Users','Session','drmap',0,0,'188.166.226.196',1650281280),(1176896,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.62',1650281349),(1176897,'guest','failed_login','Users','Session','tech1',0,0,'217.61.54.110',1650281525),(1176898,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::e8b:7001',1650281571),(1176899,'guest','failed_login','Users','Session','[login]',0,0,'2400:6180:0:d0::e8b:7001',1650281571),(1176900,'guest','failed_login','Users','Session','test',0,0,'69.197.155.230',1650281813),(1176901,'guest','failed_login','Users','Session','test',0,0,'204.12.215.59',1650281844),(1176902,'guest','failed_login','Users','Session','drmap',0,0,'220.167.101.24',1650281910),(1176903,'guest','failed_login','Users','Session','drmap',0,0,'107.180.88.227',1650281918),(1176904,'guest','failed_login','Users','Session','[login]',0,0,'107.180.88.227',1650281919),(1176905,'guest','failed_login','Users','Session','tech1',0,0,'159.65.118.118',1650282156),(1176906,'guest','failed_login','Users','Session','drmap',0,0,'102.219.178.121',1650282226),(1176907,'guest','failed_login','Users','Session','[login]',0,0,'102.219.178.121',1650282227),(1176908,'guest','failed_login','Users','Session','drmap',0,0,'66.94.103.182',1650282528),(1176909,'guest','failed_login','Users','Session','drmap',0,0,'51.107.184.18',1650282544),(1176910,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.85',1650282745),(1176911,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.155.230',1650282765),(1176912,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::bd5:1001',1650282769),(1176913,'guest','failed_login','Users','Session','tech1',0,0,'161.97.175.221',1650282785),(1176914,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.19',1650282860),(1176915,'guest','failed_login','Users','Session','drmap',0,0,'103.77.160.73',1650283095),(1176916,'guest','failed_login','Users','Session','drmap',0,0,'46.29.23.162',1650283165),(1176917,'guest','failed_login','Users','Session','tech1',0,0,'165.232.94.255',1650283409),(1176918,'guest','failed_login','Users','Session','drmap',0,0,'173.212.245.128',1650283464),(1176919,'guest','failed_login','Users','Session','admin',0,0,'80.246.1.193',1650283507),(1176920,'guest','failed_login','Users','Session','drmap',0,0,'137.184.89.163',1650283744),(1176921,'guest','failed_login','Users','Session','drmap',0,0,'162.144.63.211',1650283793),(1176922,'guest','failed_login','Users','Session','admin',0,0,'34.68.97.70',1650283877),(1176923,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.75',1650284023),(1176924,'guest','failed_login','Users','Session','tech1',0,0,'92.204.138.28',1650284037),(1176925,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:1:d0::113f:7001',1650284111),(1176926,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650284141),(1176927,'guest','failed_login','Users','Session','tech1',0,0,'198.71.224.86',1650284246),(1176928,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.205',1650284419),(1176929,'guest','failed_login','Users','Session','drmap',0,0,'38.242.242.224',1650284511),(1176930,'guest','failed_login','Users','Session','[login]',0,0,'38.242.242.224',1650284511),(1176931,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::53b:1',1650284606),(1176932,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:800:3050::',1650284671),(1176933,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650284686),(1176934,'guest','failed_login','Users','Session','drmap',0,0,'2600:3c00::f03c:91ff:feb4:ddc4',1650284847),(1176935,'guest','failed_login','Users','Session','tech1',0,0,'151.106.35.235',1650285002),(1176936,'guest','failed_login','Users','Session','drmap',0,0,'104.248.138.146',1650285044),(1176937,'guest','failed_login','Users','Session','drmap',0,0,'58.181.206.106',1650285196),(1176938,'guest','failed_login','Users','Session','[login]',0,0,'58.181.206.106',1650285197),(1176939,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:115b::e12:8f0d',1650285288),(1176940,'guest','failed_login','Users','Session','tech1',0,0,'178.128.82.148',1650285370),(1176941,'guest','failed_login','Users','Session','drmap',0,0,'78.12.16.168',1650285523),(1176942,'guest','failed_login','Users','Session','[login]',0,0,'78.12.16.168',1650285524),(1176943,'guest','failed_login','Users','Session','drmap',0,0,'132.248.60.104',1650285669),(1176944,'guest','failed_login','Users','Session','tech1',0,0,'47.107.33.26',1650285776),(1176945,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:1:d0::113f:7001',1650285832),(1176946,'guest','failed_login','Users','Session','[login]',0,0,'2a03:b0c0:1:d0::113f:7001',1650285833),(1176947,'guest','failed_login','Users','Session','tech1',0,0,'217.160.75.121',1650285915),(1176948,'guest','failed_login','Users','Session','drmap',0,0,'161.35.3.72',1650286169),(1176949,'guest','failed_login','Users','Session','tech1',0,0,'35.198.25.12',1650286201),(1176950,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.46',1650286238),(1176951,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.141',1650286287),(1176952,'guest','failed_login','Users','Session','drmap',0,0,'173.212.235.115',1650286297),(1176953,'guest','failed_login','Users','Session','tech1',0,0,'103.166.183.192',1650286540),(1176954,'guest','failed_login','Users','Session','drmap',0,0,'128.199.227.32',1650286574),(1176955,'guest','failed_login','Users','Session','tech1',0,0,'142.93.253.189',1650286616),(1176956,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.141',1650286872),(1176957,'guest','failed_login','Users','Session','drmap',0,0,'103.129.222.91',1650286922),(1176958,'guest','failed_login','Users','Session','drmap',0,0,'146.148.81.14',1650286942),(1176959,'guest','failed_login','Users','Session','tech1',0,0,'165.232.185.213',1650287005),(1176960,'guest','failed_login','Users','Session','tech1',0,0,'216.139.241.148',1650287166),(1176961,'guest','failed_login','Users','Session','drmap',0,0,'162.243.169.210',1650287236),(1176962,'guest','failed_login','Users','Session','tech1',0,0,'178.254.50.20',1650287420),(1176963,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.205',1650287554),(1176964,'guest','failed_login','Users','Session','drmap',0,0,'110.42.210.173',1650287653),(1176965,'guest','failed_login','Users','Session','tech1',0,0,'82.165.111.158',1650287800),(1176966,'guest','failed_login','Users','Session','tech1',0,0,'82.145.33.64',1650287816),(1176967,'guest','failed_login','Users','Session','drmap',0,0,'157.245.131.230',1650287995),(1176968,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.141',1650288184),(1176969,'guest','failed_login','Users','Session','drmap',0,0,'118.24.106.172',1650288188),(1176970,'guest','failed_login','Users','Session','tech1',0,0,'209.126.80.250',1650288234),(1176971,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.19',1650288322),(1176972,'guest','failed_login','Users','Session','drmap',0,0,'38.242.242.224',1650288330),(1176973,'guest','failed_login','Users','Session','[login]',0,0,'38.242.242.224',1650288331),(1176974,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.141',1650288335),(1176975,'guest','failed_login','Users','Session','tech1',0,0,'157.230.253.37',1650288427),(1176976,'guest','failed_login','Users','Session','tech1',0,0,'178.254.50.20',1650288626),(1176977,'guest','failed_login','Users','Session','drmap',0,0,'103.226.174.221',1650288706),(1176978,'guest','failed_login','Users','Session','drmap',0,0,'77.221.130.84',1650288810),(1176979,'guest','failed_login','Users','Session','test',0,0,'69.30.229.67',1650288859),(1176980,'guest','failed_login','Users','Session','tech1',0,0,'195.78.67.36',1650289022),(1176981,'guest','failed_login','Users','Session','drmap',0,0,'34.75.123.143',1650289023),(1176982,'guest','failed_login','Users','Session','[login]',0,0,'34.75.123.143',1650289023),(1176983,'guest','failed_login','Users','Session','tech1',0,0,'207.55.244.15',1650289052),(1176984,'guest','failed_login','Users','Session','tech1',0,0,'13.81.59.92',1650289056),(1176985,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:c2c:680::1',1650289350),(1176986,'guest','failed_login','Users','Session','[login]',0,0,'2a01:4f8:c2c:680::1',1650289350),(1176987,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::11d2:e001',1650289442),(1176988,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::53b:1',1650289460),(1176989,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.46',1650289671),(1176990,'guest','failed_login','Users','Session','tech1',0,0,'148.72.214.194',1650289687),(1176991,'guest','failed_login','Users','Session','drmap',0,0,'206.189.109.181',1650289736),(1176992,'guest','failed_login','Users','Session','[login]',0,0,'206.189.109.181',1650289736),(1176993,'guest','failed_login','Users','Session','tech1',0,0,'107.181.185.226',1650289918),(1176994,'guest','failed_login','Users','Session','drmap',0,0,'3.90.161.161',1650290067),(1176995,'guest','failed_login','Users','Session','[login]',0,0,'3.90.161.161',1650290068),(1176996,'guest','failed_login','Users','Session','tech1',0,0,'164.68.97.208',1650290312),(1176997,'guest','failed_login','Users','Session','tech1',0,0,'162.144.49.214',1650290331),(1176998,'guest','failed_login','Users','Session','drmap',0,0,'158.247.227.134',1650290397),(1176999,'guest','failed_login','Users','Session','drmap',0,0,'52.226.64.215',1650290703),(1177000,'guest','failed_login','Users','Session','tech1',0,0,'80.246.1.193',1650290755),(1177001,'guest','failed_login','Users','Session','drmap',0,0,'13.65.208.195',1650290767),(1177002,'guest','failed_login','Users','Session','[login]',0,0,'13.65.208.195',1650290767),(1177003,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.20',1650291027),(1177004,'guest','failed_login','Users','Session','drmap',0,0,'159.89.165.49',1650291045),(1177005,'guest','failed_login','Users','Session','[login]',0,0,'159.89.165.49',1650291046),(1177006,'guest','failed_login','Users','Session','tech1',0,0,'54.164.253.138',1650291187),(1177007,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650291305),(1177008,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.141',1650291358),(1177009,'guest','failed_login','Users','Session','drmap',0,0,'68.183.81.28',1650291487),(1177010,'guest','failed_login','Users','Session','[login]',0,0,'68.183.81.28',1650291488),(1177011,'guest','failed_login','Users','Session','tech1',0,0,'118.69.173.205',1650291603),(1177012,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650291724),(1177013,'guest','failed_login','Users','Session','drmap',0,0,'202.28.34.99',1650291833),(1177014,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.61',1650291868),(1177015,'guest','failed_login','Users','Session','tech1',0,0,'147.182.150.188',1650292014),(1177016,'guest','failed_login','Users','Session','drmap',0,0,'176.9.102.181',1650292150),(1177017,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.93',1650292177),(1177018,'guest','failed_login','Users','Session','tech1',0,0,'185.61.154.35',1650292453),(1177019,'guest','failed_login','Users','Session','drmap',0,0,'211.238.13.155',1650292516),(1177020,'guest','failed_login','Users','Session','[login]',0,0,'211.238.13.155',1650292517),(1177021,'guest','failed_login','Users','Session','admin',0,0,'192.187.127.20',1650292759),(1177022,'guest','failed_login','Users','Session','drmap',0,0,'37.18.90.72',1650292892),(1177023,'guest','failed_login','Users','Session','[login]',0,0,'37.18.90.72',1650292893),(1177024,'guest','failed_login','Users','Session','tech1',0,0,'88.208.209.101',1650292907),(1177025,'guest','failed_login','Users','Session','drmap',0,0,'144.91.125.155',1650293250),(1177026,'guest','failed_login','Users','Session','[login]',0,0,'144.91.125.155',1650293250),(1177027,'guest','failed_login','Users','Session','tech1',0,0,'185.197.195.173',1650293350),(1177028,'guest','failed_login','Users','Session','tech1',0,0,'139.59.179.148',1650293437),(1177029,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.154.19',1650293507),(1177030,'guest','failed_login','Users','Session','drmap',0,0,'163.44.154.211',1650293626),(1177031,'guest','failed_login','Users','Session','[login]',0,0,'163.44.154.211',1650293626),(1177032,'guest','failed_login','Users','Session','tech1',0,0,'107.181.185.226',1650293778),(1177033,'guest','failed_login','Users','Session','drmap',0,0,'64.227.50.139',1650293969),(1177034,'guest','failed_login','Users','Session','[login]',0,0,'64.227.50.139',1650293969),(1177035,'guest','failed_login','Users','Session','tech1',0,0,'124.217.226.56',1650294195),(1177036,'guest','failed_login','Users','Session','drmap',0,0,'195.158.11.99',1650294295),(1177037,'guest','failed_login','Users','Session','tech1',0,0,'167.172.133.111',1650294642),(1177038,'guest','failed_login','Users','Session','drmap',0,0,'52.21.0.38',1650294702),(1177039,'guest','failed_login','Users','Session','[login]',0,0,'52.21.0.38',1650294703),(1177040,'guest','failed_login','Users','Session','bangkokfinder',0,0,'208.110.66.141',1650294814),(1177041,'guest','failed_login','Users','Session','com',0,0,'69.197.154.19',1650294854),(1177042,'guest','failed_login','Users','Session','drmap',0,0,'159.223.75.135',1650295097),(1177043,'guest','failed_login','Users','Session','tech1',0,0,'180.211.99.217',1650295102),(1177044,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.61',1650295105),(1177045,'guest','failed_login','Users','Session','com',0,0,'63.141.252.70',1650295170),(1177046,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.67',1650295247),(1177047,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.70',1650295451),(1177048,'guest','failed_login','Users','Session','drmap',0,0,'178.159.42.76',1650295456),(1177049,'guest','failed_login','Users','Session','[login]',0,0,'178.159.42.76',1650295456),(1177050,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.158',1650295502),(1177051,'guest','failed_login','Users','Session','tech1',0,0,'27.111.82.74',1650295554),(1177052,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.85',1650295773),(1177053,'guest','failed_login','Users','Session','drmap',0,0,'128.199.25.247',1650295777),(1177054,'guest','failed_login','Users','Session','[login]',0,0,'128.199.25.247',1650295777),(1177055,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.26',1650295993),(1177056,'guest','failed_login','Users','Session','tech1',0,0,'35.198.25.12',1650296052),(1177057,'guest','failed_login','Users','Session','drmap',0,0,'46.101.11.222',1650296209),(1177058,'guest','failed_login','Users','Session','[login]',0,0,'46.101.11.222',1650296209),(1177059,'guest','failed_login','Users','Session','tech1',0,0,'54.164.253.138',1650296548),(1177060,'guest','failed_login','Users','Session','drmap',0,0,'58.181.206.106',1650296579),(1177061,'guest','failed_login','Users','Session','drmap',0,0,'206.189.29.138',1650296937),(1177062,'guest','failed_login','Users','Session','tech1',0,0,'47.242.50.8',1650297005),(1177063,'guest','failed_login','Users','Session','drmap',0,0,'91.82.85.177',1650297386),(1177064,'guest','failed_login','Users','Session','tech1',0,0,'138.197.173.121',1650297499),(1177065,'guest','failed_login','Users','Session','drmap',0,0,'188.166.248.119',1650297701),(1177066,'guest','failed_login','Users','Session','tech1',0,0,'159.65.157.154',1650297939),(1177067,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650298018),(1177068,'guest','failed_login','Users','Session','drmap',0,0,'206.189.29.138',1650298100),(1177069,'guest','failed_login','Users','Session','admin',0,0,'69.197.155.230',1650298279),(1177070,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.93',1650298285),(1177071,'guest','failed_login','Users','Session','tech1',0,0,'216.158.230.167',1650298428),(1177072,'guest','failed_login','Users','Session','drmap',0,0,'45.159.113.111',1650298475),(1177073,'guest','failed_login','Users','Session','tech1',0,0,'103.42.110.6',1650298655),(1177074,'guest','failed_login','Users','Session','drmap',0,0,'35.210.238.207',1650298817),(1177075,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1650298888),(1177076,'guest','failed_login','Users','Session','tech1',0,0,'138.197.173.121',1650298908),(1177077,'guest','failed_login','Users','Session','drmap',0,0,'77.68.6.111',1650299164),(1177078,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.59',1650299215),(1177079,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.59',1650299259),(1177080,'guest','failed_login','Users','Session','tech1',0,0,'8.210.158.38',1650299375),(1177081,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650299412),(1177082,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.230',1650299546),(1177083,'guest','failed_login','Users','Session','drmap',0,0,'35.210.238.207',1650299582),(1177084,'guest','failed_login','Users','Session','test',0,0,'173.208.153.158',1650299664),(1177085,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.141',1650299854),(1177086,'guest','failed_login','Users','Session','tech1',0,0,'211.110.139.214',1650299870),(1177087,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.85',1650299918),(1177088,'guest','failed_login','Users','Session','drmap',0,0,'13.65.208.195',1650299980),(1177089,'guest','failed_login','Users','Session','drmap',0,0,'2a01:7e01::f03c:91ff:feac:6d25',1650300327),(1177090,'guest','failed_login','Users','Session','[login]',0,0,'2a01:7e01::f03c:91ff:feac:6d25',1650300327),(1177091,'guest','failed_login','Users','Session','tech1',0,0,'207.55.255.20',1650300361),(1177092,'guest','failed_login','Users','Session','drmap',0,0,'34.65.234.0',1650300685),(1177093,'guest','failed_login','Users','Session','[login]',0,0,'34.65.234.0',1650300685),(1177094,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.153.158',1650300709),(1177095,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.19',1650300930),(1177096,'guest','failed_login','Users','Session','drmap',0,0,'178.62.6.225',1650301038),(1177097,'guest','failed_login','Users','Session','[login]',0,0,'178.62.6.225',1650301039),(1177098,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.230',1650301148),(1177099,'guest','failed_login','Users','Session','tech1',0,0,'35.198.25.12',1650301337),(1177100,'guest','failed_login','Users','Session','drmap',0,0,'185.208.79.94',1650301504),(1177101,'guest','failed_login','Users','Session','[login]',0,0,'185.208.79.94',1650301505),(1177102,'guest','failed_login','Users','Session','tech1',0,0,'159.65.149.229',1650301827),(1177103,'guest','failed_login','Users','Session','drmap',0,0,'2a01:7c8:aac2:13b::1',1650301840),(1177104,'guest','failed_login','Users','Session','[login]',0,0,'2a01:7c8:aac2:13b::1',1650301840),(1177105,'guest','failed_login','Users','Session','com',0,0,'208.110.66.141',1650301891),(1177106,'guest','failed_login','Users','Session','admin',0,0,'69.197.155.230',1650301922),(1177107,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:c2c:680::1',1650302245),(1177108,'guest','failed_login','Users','Session','[login]',0,0,'2a01:4f8:c2c:680::1',1650302245),(1177109,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:69f2::1',1650302347),(1177110,'guest','failed_login','Users','Session','drmap',0,0,'67.205.157.253',1650302636),(1177111,'guest','failed_login','Users','Session','[login]',0,0,'67.205.157.253',1650302637),(1177112,'guest','failed_login','Users','Session','tech1',0,0,'198.20.170.59',1650302831),(1177113,'guest','failed_login','Users','Session','dmytro',0,0,'208.110.66.141',1650302856),(1177114,'guest','failed_login','Users','Session','drmap',0,0,'2a0e:fd45:2ba0:10:188:64:138:23',1650303026),(1177115,'guest','failed_login','Users','Session','[login]',0,0,'2a0e:fd45:2ba0:10:188:64:138:23',1650303026),(1177116,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.59',1650303107),(1177117,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:2:f0::57:b001',1650303315),(1177118,'guest','failed_login','Users','Session','drmap',0,0,'2a01:7c8:aac2:13b::1',1650303397),(1177119,'guest','failed_login','Users','Session','[login]',0,0,'2a01:7c8:aac2:13b::1',1650303397),(1177120,'guest','failed_login','Users','Session','drmap',0,0,'194.233.90.4',1650303770),(1177121,'guest','failed_login','Users','Session','[login]',0,0,'194.233.90.4',1650303771),(1177122,'guest','failed_login','Users','Session','tech1',0,0,'101.37.28.132',1650303804),(1177123,'guest','failed_login','Users','Session','drmap',0,0,'2a00:d680:20:50::44ef',1650304158),(1177124,'guest','failed_login','Users','Session','[login]',0,0,'2a00:d680:20:50::44ef',1650304158),(1177125,'guest','failed_login','Users','Session','tech1',0,0,'176.235.216.155',1650304303),(1177126,'guest','failed_login','Users','Session','admin',0,0,'2400:6180:0:d0::1117:2001',1650304313),(1177127,'guest','failed_login','Users','Session','drmap',0,0,'2607:f130:0:107:d6ae:52ff:febb:96a',1650304517),(1177128,'guest','failed_login','Users','Session','[login]',0,0,'2607:f130:0:107:d6ae:52ff:febb:96a',1650304517),(1177129,'guest','failed_login','Users','Session','tech1',0,0,'103.159.53.102',1650304585),(1177130,'guest','failed_login','Users','Session','admin',0,0,'162.144.63.211',1650304705),(1177131,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650304763),(1177132,'guest','failed_login','Users','Session','drmap',0,0,'157.245.131.230',1650304945),(1177133,'guest','failed_login','Users','Session','[login]',0,0,'157.245.131.230',1650304946),(1177134,'guest','failed_login','Users','Session','admin',0,0,'13.79.17.158',1650304959),(1177135,'guest','failed_login','Users','Session','admin',0,0,'69.39.239.34',1650305344),(1177136,'guest','failed_login','Users','Session','drmap',0,0,'13.234.154.64',1650305360),(1177137,'guest','failed_login','Users','Session','tech1',0,0,'178.62.78.78',1650305387),(1177138,'guest','failed_login','Users','Session','dmytro',0,0,'192.187.127.20',1650305474),(1177139,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.61',1650305543),(1177140,'guest','failed_login','Users','Session','admin',0,0,'103.142.25.17',1650305599),(1177141,'guest','failed_login','Users','Session','drmap',0,0,'103.55.39.107',1650305718),(1177142,'guest','failed_login','Users','Session','admin',0,0,'157.245.62.6',1650305989),(1177143,'guest','failed_login','Users','Session','drmap',0,0,'64.227.50.139',1650306113),(1177144,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.61',1650306226),(1177145,'guest','failed_login','Users','Session','admin',0,0,'31.172.80.144',1650306243),(1177146,'guest','failed_login','Users','Session','admin',0,0,'47.106.231.210',1650306246),(1177147,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.62',1650306462),(1177148,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.19',1650306467),(1177149,'guest','failed_login','Users','Session','drmap',0,0,'52.21.0.38',1650306488),(1177150,'guest','failed_login','Users','Session','admin',0,0,'220.167.101.24',1650306647),(1177151,'guest','failed_login','Users','Session','admin',0,0,'2400:8902::f03c:92ff:fe8b:d3c5',1650306894),(1177152,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.46',1650306908),(1177153,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.19',1650306909),(1177154,'guest','failed_login','Users','Session','admin',0,0,'103.159.53.102',1650307137),(1177155,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1650307152),(1177156,'guest','failed_login','Users','Session','admin',0,0,'216.117.188.6',1650307295),(1177157,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650307505),(1177158,'guest','failed_login','Users','Session','admin',0,0,'155.133.138.67',1650307553),(1177159,'guest','failed_login','Users','Session','admin',0,0,'216.117.188.6',1650307957),(1177160,'guest','failed_login','Users','Session','admin',0,0,'81.70.151.13',1650308031),(1177161,'guest','failed_login','Users','Session','tech1',0,0,'208.113.180.18',1650308212),(1177162,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.59',1650308562),(1177163,'guest','failed_login','Users','Session','drmap',0,0,'2a00:1a28:155d:1f5::1',1650308615),(1177164,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.46',1650308860),(1177165,'guest','failed_login','Users','Session','tech1',0,0,'139.59.80.50',1650308873),(1177166,'guest','failed_login','Users','Session','admin',0,0,'182.92.65.39',1650308932),(1177167,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::8c6:2001',1650309539),(1177168,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.59',1650309672),(1177169,'guest','failed_login','Users','Session','admin',0,0,'62.28.184.124',1650309811),(1177170,'guest','failed_login','Users','Session','drmap',0,0,'46.183.119.232',1650309940),(1177171,'guest','failed_login','Users','Session','tech1',0,0,'157.245.62.6',1650310198),(1177172,'guest','failed_login','Users','Session','tech1',0,0,'173.201.254.206',1650310430),(1177173,'guest','failed_login','Users','Session','drmap',0,0,'2a00:5da0:1000:1::27',1650310604),(1177174,'guest','failed_login','Users','Session','admin',0,0,'63.141.252.70',1650310663),(1177175,'guest','failed_login','Users','Session','admin',0,0,'208.109.72.154',1650310725),(1177176,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.210',1650310864),(1177177,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.70',1650310880),(1177178,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1650311269),(1177179,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650311481),(1177180,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1650311526),(1177181,'guest','failed_login','Users','Session','admin',0,0,'62.255.126.88',1650311634),(1177182,'guest','failed_login','Users','Session','drmap',0,0,'103.31.249.221',1650311929),(1177183,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.46',1650312077),(1177184,'guest','failed_login','Users','Session','admin',0,0,'2a02:7b40:c287:52e9::1',1650312184),(1177185,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.70',1650312267),(1177186,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.93',1650312270),(1177187,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.154.19',1650312435),(1177188,'guest','failed_login','Users','Session','admin',0,0,'43.241.70.75',1650312587),(1177189,'guest','failed_login','Users','Session','admin',0,0,'104.168.36.11',1650312592),(1177190,'guest','failed_login','Users','Session','admin',0,0,'37.143.8.76',1650312844),(1177191,'guest','failed_login','Users','Session','test',0,0,'69.30.230.62',1650313174),(1177192,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.62',1650313206),(1177193,'guest','failed_login','Users','Session','admin',0,0,'64.111.116.168',1650313244),(1177194,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.46',1650313475),(1177195,'guest','failed_login','Users','Session','admin',0,0,'121.42.231.47',1650313503),(1177196,'guest','failed_login','Users','Session','admin',0,0,'104.45.41.45',1650313504),(1177197,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.46',1650313882),(1177198,'guest','failed_login','Users','Session','admin',0,0,'159.65.216.18',1650313897),(1177199,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.61',1650314094),(1177200,'guest','failed_login','Users','Session','admin',0,0,'188.166.250.149',1650314157),(1177201,'guest','failed_login','Users','Session','com',0,0,'204.12.215.59',1650314353),(1177202,'guest','failed_login','Users','Session','admin',0,0,'198.20.170.59',1650314430),(1177203,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.230',1650314625),(1177204,'guest','failed_login','Users','Session','admin',0,0,'159.223.170.181',1650314836),(1177205,'guest','failed_login','Users','Session','test',0,0,'69.197.154.19',1650315038),(1177206,'guest','failed_login','Users','Session','admin',0,0,'162.241.71.202',1650315252),(1177207,'guest','failed_login','Users','Session','admin',0,0,'199.192.30.216',1650315352),(1177208,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.141',1650315359),(1177209,'guest','failed_login','Users','Session','admin',0,0,'103.149.154.8',1650315516),(1177210,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.27',1650315669),(1177211,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650315681),(1177212,'guest','failed_login','Users','Session','admin',0,0,'81.88.52.205',1650315931),(1177213,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.20',1650316179),(1177214,'guest','failed_login','Users','Session','admin',0,0,'136.243.124.150',1650316197),(1177215,'guest','failed_login','Users','Session','admin',0,0,'84.205.178.134',1650316320),(1177216,'guest','failed_login','Users','Session','admin',0,0,'46.63.80.162',1650316617),(1177217,'guest','failed_login','Users','Session','admin',0,0,'194.90.234.21',1650316884),(1177218,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.141',1650316994),(1177219,'guest','failed_login','Users','Session','com',0,0,'173.208.206.27',1650317113),(1177220,'guest','failed_login','Users','Session','admin',0,0,'34.69.109.132',1650317296),(1177221,'guest','failed_login','Users','Session','admin',0,0,'103.73.189.211',1650317303),(1177222,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.27',1650317499),(1177223,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.158',1650317504),(1177224,'guest','failed_login','Users','Session','admin',0,0,'81.88.52.210',1650317560),(1177225,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.19',1650317892),(1177226,'guest','failed_login','Users','Session','admin',0,0,'165.232.94.255',1650317979),(1177227,'guest','failed_login','Users','Session','tech1',0,0,'45.55.44.23',1650318248),(1177228,'guest','failed_login','Users','Session','admin',0,0,'101.32.62.196',1650318266),(1177229,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650318294),(1177230,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.70',1650318483),(1177231,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.20',1650318523),(1177232,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.70',1650318599),(1177233,'guest','failed_login','Users','Session','drmap',0,0,'77.240.13.186',1650318664),(1177234,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.67',1650318845),(1177235,'guest','failed_login','Users','Session','tech1',0,0,'176.98.40.88',1650318930),(1177236,'guest','failed_login','Users','Session','admin',0,0,'185.197.195.173',1650319219),(1177237,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.27',1650319386),(1177238,'guest','failed_login','Users','Session','test',0,0,'107.150.36.75',1650319448),(1177239,'guest','failed_login','Users','Session','tech1',0,0,'23.99.229.218',1650319617),(1177240,'guest','failed_login','Users','Session','drmap',0,0,'194.233.67.249',1650320036),(1177241,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.141',1650320056),(1177242,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.153.158',1650320188),(1177243,'guest','failed_login','Users','Session','admin',0,0,'2001:41d0:1008:c3a::',1650320233),(1177244,'guest','failed_login','Users','Session','tech1',0,0,'155.133.138.67',1650320302),(1177245,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.75',1650320617),(1177246,'guest','failed_login','Users','Session','drmap',0,0,'103.31.249.221',1650320722),(1177247,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.44',1650320991),(1177248,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.27',1650321166),(1177249,'guest','failed_login','Users','Session','admin',0,0,'67.205.31.50',1650321188),(1177250,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.27',1650321212),(1177251,'guest','failed_login','Users','Session','drmap',0,0,'47.114.72.18',1650321414),(1177252,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.59',1650321604),(1177253,'guest','failed_login','Users','Session','tech1',0,0,'109.74.196.231',1650321680),(1177254,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1650322100),(1177255,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.27',1650322161),(1177256,'guest','failed_login','Users','Session','admin',0,0,'35.198.25.12',1650322190),(1177257,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.27',1650322325),(1177258,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.106',1650322369),(1177259,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::1117:2001',1650322789),(1177260,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.75',1650322835),(1177261,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.59',1650322977),(1177262,'guest','failed_login','Users','Session','tech1',0,0,'103.166.183.192',1650323057),(1177263,'guest','failed_login','Users','Session','tech1',0,0,'74.208.59.219',1650323126),(1177264,'guest','failed_login','Users','Session','test',0,0,'208.110.66.141',1650323157),(1177265,'guest','failed_login','Users','Session','admin',0,0,'91.205.16.131',1650323174),(1177266,'guest','failed_login','Users','Session','bangkokfinder',0,0,'63.141.252.70',1650323288),(1177267,'guest','failed_login','Users','Session','drmap',0,0,'192.169.152.218',1650323478),(1177268,'guest','failed_login','Users','Session','tech1',0,0,'103.109.28.1',1650323751),(1177269,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.215.59',1650323841),(1177270,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.230',1650323914),(1177271,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650323917),(1177272,'guest','failed_login','Users','Session','admin',0,0,'80.246.1.193',1650324158),(1177273,'guest','failed_login','Users','Session','drmap',0,0,'139.59.118.238',1650324172),(1177274,'guest','failed_login','Users','Session','tech1',0,0,'159.203.121.12',1650324440),(1177275,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.62',1650324457),(1177276,'guest','failed_login','Users','Session','admin',0,0,'69.30.229.67',1650324687),(1177277,'guest','failed_login','Users','Session','drmap',0,0,'185.50.199.194',1650324856),(1177278,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650325107),(1177279,'guest','failed_login','Users','Session','tech1',0,0,'167.99.252.52',1650325124),(1177280,'guest','failed_login','Users','Session','admin',0,0,'54.164.253.138',1650325135),(1177281,'guest','failed_login','Users','Session','test',0,0,'63.141.252.70',1650325136),(1177282,'guest','failed_login','Users','Session','admin',0,0,'69.30.229.67',1650325218),(1177283,'guest','failed_login','Users','Session','drmap',0,0,'13.79.17.158',1650325547),(1177284,'guest','failed_login','Users','Session','tech1',0,0,'185.243.214.28',1650325813),(1177285,'guest','failed_login','Users','Session','admin',0,0,'111.231.82.232',1650326151),(1177286,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.8',1650326230),(1177287,'guest','failed_login','Users','Session','tech1',0,0,'167.71.117.225',1650326496),(1177288,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.26',1650326514),(1177289,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.62',1650326591),(1177290,'guest','failed_login','Users','Session','drmap',0,0,'185.243.214.28',1650326914),(1177291,'guest','failed_login','Users','Session','admin',0,0,'104.45.41.45',1650327114),(1177292,'guest','failed_login','Users','Session','tech1',0,0,'162.144.63.211',1650327184),(1177293,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:6:a077::c0e:c137',1650327606),(1177294,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1650327745),(1177295,'guest','failed_login','Users','Session','tech1',0,0,'198.71.228.53',1650327870),(1177296,'guest','failed_login','Users','Session','tech1',0,0,'145.239.30.120',1650327876),(1177297,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.46',1650327926),(1177298,'guest','failed_login','Users','Session','admin',0,0,'124.217.226.56',1650328117),(1177299,'guest','failed_login','Users','Session','admin',0,0,'173.208.242.46',1650328260),(1177300,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.20',1650328433),(1177301,'guest','failed_login','Users','Session','tech1',0,0,'139.59.118.238',1650328569),(1177302,'guest','failed_login','Users','Session','com',0,0,'69.30.229.67',1650328933),(1177303,'guest','failed_login','Users','Session','drmap',0,0,'88.198.19.200',1650328992),(1177304,'guest','failed_login','Users','Session','admin',0,0,'217.116.197.45',1650329140),(1177305,'guest','failed_login','Users','Session','drmap',0,0,'211.110.139.214',1650329689),(1177306,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650329956),(1177307,'guest','failed_login','Users','Session','admin',0,0,'106.14.203.226',1650330107),(1177308,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::1117:2001',1650330373),(1177309,'guest','failed_login','Users','Session','tech1',0,0,'162.241.71.202',1650330647),(1177310,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.70',1650330879),(1177311,'guest','failed_login','Users','Session','tech1',0,0,'68.183.75.82',1650331337),(1177312,'guest','failed_login','Users','Session','drmap',0,0,'138.68.140.0',1650331763),(1177313,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650331818),(1177314,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::8c6:2001',1650332031),(1177315,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650332127),(1177316,'guest','failed_login','Users','Session','drmap',0,0,'151.80.91.175',1650332452),(1177317,'guest','failed_login','Users','Session','tech1',0,0,'54.39.105.229',1650332812),(1177318,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.230',1650333094),(1177319,'guest','failed_login','Users','Session','drmap',0,0,'81.70.248.169',1650333151),(1177320,'guest','failed_login','Users','Session','tech1',0,0,'143.244.143.195',1650333421),(1177321,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.155.230',1650333680),(1177322,'guest','failed_login','Users','Session','drmap',0,0,'80.249.174.66',1650333845),(1177323,'guest','failed_login','Users','Session','tech1',0,0,'69.163.186.158',1650334120),(1177324,'guest','failed_login','Users','Session','drmap',0,0,'161.97.175.221',1650334560),(1177325,'guest','failed_login','Users','Session','tech1',0,0,'128.140.231.3',1650334831),(1177326,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.154.21',1650335258),(1177327,'guest','failed_login','Users','Session','tech1',0,0,'155.133.138.67',1650335536),(1177328,'guest','failed_login','Users','Session','admin',0,0,'173.208.206.28',1650335598),(1177329,'guest','failed_login','Users','Session','drmap',0,0,'94.74.96.42',1650335967),(1177330,'guest','failed_login','Users','Session','tech1',0,0,'64.227.183.25',1650336245),(1177331,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:5:115b::e12:8f0d',1650336668),(1177332,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.230',1650336749),(1177333,'guest','failed_login','Users','Session','tech1',0,0,'211.110.139.214',1650336944),(1177334,'guest','failed_login','Users','Session','drmap',0,0,'164.68.97.208',1650337382),(1177335,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.210',1650337667),(1177336,'guest','failed_login','Users','Session','admin',0,0,'63.141.252.70',1650337695),(1177337,'guest','failed_login','Users','Session','tech1',0,0,'162.241.54.25',1650337913),(1177338,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1650338110),(1177339,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.230',1650338169),(1177340,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.229.67',1650338345),(1177341,'guest','failed_login','Users','Session','tech1',0,0,'103.88.122.117',1650338397),(1177342,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.242.46',1650338527),(1177343,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650338651),(1177344,'guest','failed_login','Users','Session','drmap',0,0,'209.97.162.248',1650338840),(1177345,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650339126),(1177346,'guest','failed_login','Users','Session','drmap',0,0,'103.106.78.178',1650339579),(1177347,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.70',1650339692),(1177348,'guest','failed_login','Users','Session','tech1',0,0,'139.59.118.238',1650339859),(1177349,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::f6f:3001',1650340306),(1177350,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650340434),(1177351,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1650340590),(1177352,'guest','failed_login','Users','Session','drmap',0,0,'121.243.95.160',1650341032),(1177353,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.28',1650341098),(1177354,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.56',1650341321),(1177355,'guest','failed_login','Users','Session','drmap',0,0,'68.183.200.197',1650341774),(1177356,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1650342052),(1177357,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.158',1650342084),(1177358,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.155.230',1650342091),(1177359,'guest','failed_login','Users','Session','admin',0,0,'173.208.153.158',1650342232),(1177360,'guest','failed_login','Users','Session','drmap',0,0,'121.243.95.160',1650342492),(1177361,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:800:3a65::',1650342776),(1177362,'guest','failed_login','Users','Session','tech1',0,0,'173.201.181.36',1650343065),(1177363,'guest','failed_login','Users','Session','drmap',0,0,'64.227.184.66',1650343224),(1177364,'guest','failed_login','Users','Session','admin',0,0,'173.208.206.28',1650343424),(1177365,'guest','failed_login','Users','Session','dmytro',0,0,'192.187.127.20',1650343504),(1177366,'guest','failed_login','Users','Session','tech1',0,0,'101.0.80.218',1650343504),(1177367,'guest','failed_login','Users','Session','com',0,0,'173.208.206.28',1650343562),(1177368,'guest','failed_login','Users','Session','drmap',0,0,'185.2.4.56',1650343946),(1177369,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.46',1650344060),(1177370,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:800:10::34bd:1',1650344230),(1177371,'guest','failed_login','Users','Session','drmap',0,0,'159.65.216.18',1650344670),(1177372,'guest','failed_login','Users','Session','tech1',0,0,'167.172.168.111',1650344951),(1177373,'guest','failed_login','Users','Session','drmap',0,0,'143.244.143.195',1650345390),(1177374,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650345479),(1177375,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1650345668),(1177376,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.153.158',1650345987),(1177377,'guest','failed_login','Users','Session','tech1',0,0,'159.89.160.120',1650346391),(1177378,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.230',1650346524),(1177379,'guest','failed_login','Users','Session','drmap',0,0,'91.149.192.90',1650346831),(1177380,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.46',1650346944),(1177381,'guest','failed_login','Users','Session','tech1',0,0,'123.25.21.16',1650347121),(1177382,'guest','failed_login','Users','Session','com',0,0,'107.150.36.75',1650347329),(1177383,'guest','failed_login','Users','Session','drmap',0,0,'134.209.231.225',1650347551),(1177384,'guest','failed_login','Users','Session','tech1',0,0,'47.100.208.57',1650347830),(1177385,'guest','failed_login','Users','Session','tech1',0,0,'103.192.173.162',1650348082),(1177386,'guest','failed_login','Users','Session','drmap',0,0,'185.50.199.194',1650348256),(1177387,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c010:a209::1',1650348536),(1177388,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.153.158',1650348541),(1177389,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650348691),(1177390,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.75',1650348779),(1177391,'guest','failed_login','Users','Session','drmap',0,0,'20.187.97.66',1650348974),(1177392,'guest','failed_login','Users','Session','tech1',0,0,'195.4.173.50',1650349250),(1177393,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.93',1650349447),(1177394,'guest','failed_login','Users','Session','test',0,0,'69.197.155.230',1650349606),(1177395,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.46',1650349675),(1177396,'guest','failed_login','Users','Session','drmap',0,0,'84.205.178.134',1650349684),(1177397,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.70',1650349884),(1177398,'guest','failed_login','Users','Session','admin',0,0,'148.72.214.245',1650349909),(1177399,'guest','failed_login','Users','Session','admin',0,0,'207.180.207.240',1650350151),(1177400,'guest','failed_login','Users','Session','admin',0,0,'103.166.183.192',1650350457),(1177401,'guest','failed_login','Users','Session','admin',0,0,'47.241.15.39',1650350691),(1177402,'guest','failed_login','Users','Session','com',0,0,'69.197.155.230',1650350721),(1177403,'guest','failed_login','Users','Session','admin',0,0,'65.52.200.48',1650350852),(1177404,'guest','failed_login','Users','Session','admin',0,0,'211.149.219.47',1650351084),(1177405,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.155.230',1650351150),(1177406,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.230',1650351155),(1177407,'guest','failed_login','Users','Session','admin',0,0,'185.50.199.194',1650351385),(1177408,'guest','failed_login','Users','Session','admin',0,0,'103.142.25.17',1650351624),(1177409,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.75',1650351723),(1177410,'guest','failed_login','Users','Session','admin',0,0,'167.172.151.91',1650351777),(1177411,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.93',1650352001),(1177412,'guest','failed_login','Users','Session','admin',0,0,'161.97.175.221',1650352004),(1177413,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650352239),(1177414,'guest','failed_login','Users','Session','admin',0,0,'151.80.91.175',1650352312),(1177415,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.21',1650352403),(1177416,'guest','failed_login','Users','Session','admin',0,0,'178.217.190.82',1650352555),(1177417,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.230',1650352557),(1177418,'guest','failed_login','Users','Session','admin',0,0,'64.227.184.66',1650352706),(1177419,'guest','failed_login','Users','Session','admin',0,0,'103.129.222.91',1650352935),(1177420,'guest','failed_login','Users','Session','tech1',0,0,'194.16.64.6',1650353192),(1177421,'guest','failed_login','Users','Session','admin',0,0,'2001:41d0:800:3a65::',1650353238),(1177422,'guest','failed_login','Users','Session','admin',0,0,'23.97.205.210',1650353473),(1177423,'guest','failed_login','Users','Session','admin',0,0,'188.166.183.39',1650353622),(1177424,'guest','failed_login','Users','Session','admin',0,0,'34.122.210.151',1650353845),(1177425,'guest','failed_login','Users','Session','admin',0,0,'164.68.111.72',1650354146),(1177426,'guest','failed_login','Users','Session','admin',0,0,'2400:8500:1801:415:118:27:30:151',1650354374),(1177427,'guest','failed_login','Users','Session','admin',0,0,'161.97.175.221',1650354523),(1177428,'guest','failed_login','Users','Session','admin',0,0,'103.106.78.178',1650355036),(1177429,'guest','failed_login','Users','Session','admin',0,0,'103.159.224.46',1650355261),(1177430,'guest','failed_login','Users','Session','drmap',0,0,'51.159.155.6',1650355412),(1177431,'guest','failed_login','Users','Session','tech1',0,0,'144.126.223.177',1650355628),(1177432,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.202.93',1650355856),(1177433,'guest','failed_login','Users','Session','drmap',0,0,'143.244.177.220',1650355927),(1177434,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::3dff',1650356152),(1177435,'guest','failed_login','Users','Session','drmap',0,0,'173.212.201.226',1650356298),(1177436,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.230.62',1650356447),(1177437,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.141',1650356461),(1177438,'guest','failed_login','Users','Session','tech1',0,0,'176.98.40.88',1650356514),(1177439,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.46',1650356583),(1177440,'guest','failed_login','Users','Session','drmap',0,0,'139.59.75.162',1650356801),(1177441,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.155.230',1650356810),(1177442,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650356887),(1177443,'guest','failed_login','Users','Session','tech1',0,0,'217.160.75.121',1650357023),(1177444,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.153.158',1650357133),(1177445,'guest','failed_login','Users','Session','drmap',0,0,'162.240.28.177',1650357168),(1177446,'guest','failed_login','Users','Session','tech1',0,0,'69.163.196.200',1650357385),(1177447,'guest','failed_login','Users','Session','drmap',0,0,'2400:8500:1801:415:118:27:30:151',1650357672),(1177448,'guest','failed_login','Users','Session','drmap',0,0,'143.244.140.199',1650358040),(1177449,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.206.28',1650358069),(1177450,'guest','failed_login','Users','Session','tech1',0,0,'77.240.13.186',1650358255),(1177451,'guest','failed_login','Users','Session','tech1',0,0,'92.204.211.16',1650358318),(1177452,'guest','failed_login','Users','Session','drmap',0,0,'211.110.139.214',1650358545),(1177453,'guest','failed_login','Users','Session','tech1',0,0,'185.126.219.43',1650358774),(1177454,'guest','failed_login','Users','Session','drmap',0,0,'207.148.66.152',1650358923),(1177455,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650358966),(1177456,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650359144),(1177457,'guest','failed_login','Users','Session','tech1',0,0,'176.98.40.88',1650359667),(1177458,'guest','failed_login','Users','Session','test',0,0,'204.12.215.59',1650359773),(1177459,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::631:1001',1650360023),(1177460,'guest','failed_login','Users','Session','drmap',0,0,'34.122.210.151',1650360306),(1177461,'guest','failed_login','Users','Session','tech1',0,0,'91.149.192.90',1650360525),(1177462,'guest','failed_login','Users','Session','admin',0,0,'46.101.159.72',1650360666),(1177463,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.28',1650360771),(1177464,'guest','failed_login','Users','Session','admin',0,0,'162.215.209.69',1650360875),(1177465,'guest','failed_login','Users','Session','admin',0,0,'103.212.43.29',1650361157),(1177466,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.70',1650361275),(1177467,'guest','failed_login','Users','Session','admin',0,0,'66.11.120.48',1650361369),(1177468,'guest','failed_login','Users','Session','admin',0,0,'137.74.194.43',1650361510),(1177469,'guest','failed_login','Users','Session','dmytro',0,0,'208.110.66.141',1650361522),(1177470,'guest','failed_login','Users','Session','admin',0,0,'161.35.52.207',1650361718),(1177471,'guest','failed_login','Users','Session','admin',0,0,'72.167.222.172',1650361995),(1177472,'guest','failed_login','Users','Session','admin',0,0,'185.2.5.25',1650362212),(1177473,'guest','failed_login','Users','Session','admin',0,0,'123.25.21.16',1650362356),(1177474,'guest','failed_login','Users','Session','admin',0,0,'185.190.117.89',1650362560),(1177475,'guest','failed_login','Users','Session','admin',0,0,'195.4.173.50',1650362839),(1177476,'guest','failed_login','Users','Session','admin',0,0,'185.126.219.43',1650363057),(1177477,'guest','failed_login','Users','Session','admin',0,0,'139.59.118.238',1650363202),(1177478,'guest','failed_login','Users','Session','tech1',0,0,'198.71.227.54',1650363384),(1177479,'guest','failed_login','Users','Session','admin',0,0,'211.149.219.47',1650363416),(1177480,'guest','failed_login','Users','Session','admin',0,0,'2a01:4f8:c010:a209::1',1650363696),(1177481,'guest','failed_login','Users','Session','admin',0,0,'46.29.23.162',1650363919),(1177482,'guest','failed_login','Users','Session','admin',0,0,'188.127.231.190',1650364061),(1177483,'guest','failed_login','Users','Session','admin',0,0,'185.190.117.89',1650364275),(1177484,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.158',1650364484),(1177485,'guest','failed_login','Users','Session','admin',0,0,'2607:f298:5:115b::e12:8f0d',1650364561),(1177486,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650364757),(1177487,'guest','failed_login','Users','Session','admin',0,0,'2604:a880:4:1d0::b9:8000',1650364785),(1177488,'guest','failed_login','Users','Session','admin',0,0,'103.106.78.178',1650364931),(1177489,'guest','failed_login','Users','Session','admin',0,0,'2400:6180:0:d0::11d2:e001',1650365140),(1177490,'guest','failed_login','Users','Session','admin',0,0,'68.183.139.84',1650365424),(1177491,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.70',1650365630),(1177492,'guest','failed_login','Users','Session','admin',0,0,'161.97.118.255',1650365649),(1177493,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650365679),(1177494,'guest','failed_login','Users','Session','admin',0,0,'104.168.36.11',1650365788),(1177495,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.46',1650365941),(1177496,'guest','failed_login','Users','Session','admin',0,0,'220.167.101.24',1650365999),(1177497,'guest','failed_login','Users','Session','admin',0,0,'2001:41d0:303:ce33::',1650366281),(1177498,'guest','failed_login','Users','Session','com',0,0,'208.110.66.141',1650366437),(1177499,'guest','failed_login','Users','Session','admin',0,0,'103.166.183.192',1650366516),(1177500,'guest','failed_login','Users','Session','test',0,0,'69.30.230.62',1650366639),(1177501,'guest','failed_login','Users','Session','admin',0,0,'46.29.23.162',1650366657),(1177502,'guest','failed_login','Users','Session','admin',0,0,'106.53.136.24',1650366870),(1177503,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.141',1650367080),(1177504,'guest','failed_login','Users','Session','admin',0,0,'159.89.27.131',1650367148),(1177505,'guest','failed_login','Users','Session','admin',0,0,'2a01:4f9:c011:37ed::1',1650367363),(1177506,'guest','failed_login','Users','Session','admin',0,0,'188.166.226.196',1650367506),(1177507,'guest','failed_login','Users','Session','admin',0,0,'143.244.140.199',1650367721),(1177508,'guest','failed_login','Users','Session','admin',0,0,'188.166.1.143',1650368006),(1177509,'guest','failed_login','Users','Session','admin',0,0,'138.68.140.0',1650368229),(1177510,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.210',1650368370),(1177511,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:303:ce33::',1650368584),(1177512,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.141',1650368609),(1177513,'guest','failed_login','Users','Session','tech1',0,0,'68.65.120.233',1650368720),(1177514,'guest','failed_login','Users','Session','drmap',0,0,'8.129.212.255',1650368868),(1177515,'guest','failed_login','Users','Session','tech1',0,0,'155.133.138.67',1650369087),(1177516,'guest','failed_login','Users','Session','drmap',0,0,'188.166.212.133',1650369243),(1177517,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.141',1650369408),(1177518,'guest','failed_login','Users','Session','tech1',0,0,'23.99.229.218',1650369444),(1177519,'guest','failed_login','Users','Session','drmap',0,0,'5.253.181.177',1650369725),(1177520,'guest','failed_login','Users','Session','tech1',0,0,'159.89.237.49',1650369954),(1177521,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1650370090),(1177522,'guest','failed_login','Users','Session','tech1',0,0,'188.166.183.39',1650370304),(1177523,'guest','failed_login','Users','Session','drmap',0,0,'187.32.211.193',1650370611),(1177524,'guest','failed_login','Users','Session','tech1',0,0,'43.241.70.75',1650370833),(1177525,'guest','failed_login','Users','Session','drmap',0,0,'89.96.90.125',1650370977),(1177526,'guest','failed_login','Users','Session','tech1',0,0,'148.72.208.193',1650371188),(1177527,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.21',1650371452),(1177528,'guest','failed_login','Users','Session','drmap',0,0,'64.141.87.4',1650371470),(1177529,'guest','failed_login','Users','Session','tech1',0,0,'103.149.154.8',1650371693),(1177530,'guest','failed_login','Users','Session','drmap',0,0,'103.31.249.221',1650371834),(1177531,'guest','failed_login','Users','Session','com',0,0,'69.30.230.62',1650371911),(1177532,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:800:3a65::',1650372049),(1177533,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650372326),(1177534,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:c010:a209::1',1650372331),(1177535,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650372348),(1177536,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.75',1650372391),(1177537,'guest','failed_login','Users','Session','tech1',0,0,'150.95.113.178',1650372554),(1177538,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.141',1650372637),(1177539,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::8c6:2001',1650372699),(1177540,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:101b::d1b:2a3a',1650372911),(1177541,'guest','failed_login','Users','Session','drmap',0,0,'46.29.23.162',1650373192),(1177542,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1650373414),(1177543,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.75',1650373471),(1177544,'guest','failed_login','Users','Session','drmap',0,0,'88.150.159.29',1650373557),(1177545,'guest','failed_login','Users','Session','tech1',0,0,'103.31.249.221',1650373771),(1177546,'guest','failed_login','Users','Session','tech1',0,0,'150.95.82.129',1650373831),(1177547,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1650374279),(1177548,'guest','failed_login','Users','Session','drmap',0,0,'165.227.141.125',1650374425),(1177549,'guest','failed_login','Users','Session','tech1',0,0,'217.9.143.94',1650374637),(1177550,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:1:d0::a9:b001',1650374920),(1177551,'guest','failed_login','Users','Session','tech1',0,0,'159.89.160.120',1650375143),(1177552,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.75',1650375171),(1177553,'guest','failed_login','Users','Session','tech1',0,0,'13.229.221.204',1650375500),(1177554,'guest','failed_login','Users','Session','tech1',0,0,'144.126.223.177',1650376010),(1177555,'guest','failed_login','Users','Session','drmap',0,0,'143.244.177.220',1650376147),(1177556,'guest','failed_login','Users','Session','tech1',0,0,'185.209.230.33',1650376361),(1177557,'guest','failed_login','Users','Session','drmap',0,0,'88.87.206.123',1650376646),(1177558,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7c8:aab2:c0::1',1650376878),(1177559,'guest','failed_login','Users','Session','drmap',0,0,'139.59.96.76',1650377014),(1177560,'guest','failed_login','Users','Session','tech1',0,0,'34.69.38.15',1650377228),(1177561,'guest','failed_login','Users','Session','drmap',0,0,'80.249.174.66',1650377525),(1177562,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.70',1650377733),(1177563,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.8',1650377750),(1177564,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f9:c011:37ed::1',1650377896),(1177565,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c011:37ed::1',1650378114),(1177566,'guest','failed_login','Users','Session','drmap',0,0,'52.166.3.59',1650378402),(1177567,'guest','failed_login','Users','Session','tech1',0,0,'31.192.208.12',1650378626),(1177568,'guest','failed_login','Users','Session','admin',0,0,'69.30.230.62',1650378626),(1177569,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:5:102f::91d:58c1',1650378770),(1177570,'guest','failed_login','Users','Session','tech1',0,0,'37.17.229.112',1650379049),(1177571,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650379107),(1177572,'guest','failed_login','Users','Session','drmap',0,0,'89.58.11.2',1650379275),(1177573,'guest','failed_login','Users','Session','tech1',0,0,'78.157.40.35',1650379498),(1177574,'guest','failed_login','Users','Session','drmap',0,0,'47.114.72.18',1650379646),(1177575,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650379728),(1177576,'guest','failed_login','Users','Session','tech1',0,0,'194.90.234.21',1650379859),(1177577,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.202.93',1650379975),(1177578,'guest','failed_login','Users','Session','drmap',0,0,'176.98.40.88',1650380149),(1177579,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.21',1650380299),(1177580,'guest','failed_login','Users','Session','tech1',0,0,'93.86.255.38',1650380372),(1177581,'guest','failed_login','Users','Session','drmap',0,0,'216.117.188.6',1650380514),(1177582,'guest','failed_login','Users','Session','admin',0,0,'185.197.195.173',1650380629),(1177583,'guest','failed_login','Users','Session','tech1',0,0,'134.195.196.53',1650380730),(1177584,'guest','failed_login','Users','Session','test',0,0,'107.150.36.75',1650380926),(1177585,'guest','failed_login','Users','Session','drmap',0,0,'162.240.27.242',1650381020),(1177586,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:1:d0::d15:b001',1650381393),(1177587,'guest','failed_login','Users','Session','admin',0,0,'194.67.212.113',1650381506),(1177588,'guest','failed_login','Users','Session','tech1',0,0,'217.9.143.94',1650381608),(1177589,'guest','failed_login','Users','Session','drmap',0,0,'164.68.97.208',1650381897),(1177590,'guest','failed_login','Users','Session','tech1',0,0,'46.29.23.162',1650382123),(1177591,'guest','failed_login','Users','Session','tech1',0,0,'35.247.159.133',1650382270),(1177592,'guest','failed_login','Users','Session','drmap',0,0,'216.139.241.148',1650382270),(1177593,'guest','failed_login','Users','Session','tech1',0,0,'208.109.54.127',1650382485),(1177594,'guest','failed_login','Users','Session','drmap',0,0,'69.163.186.158',1650382775),(1177595,'guest','failed_login','Users','Session','tech1',0,0,'79.137.141.196',1650383158),(1177596,'guest','failed_login','Users','Session','tech1',0,0,'162.240.27.242',1650383365),(1177597,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.230',1650383577),(1177598,'guest','failed_login','Users','Session','drmap',0,0,'45.55.44.23',1650383655),(1177599,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:800:3a65::',1650383882),(1177600,'guest','failed_login','Users','Session','tech1',0,0,'198.211.116.247',1650384015),(1177601,'guest','failed_login','Users','Session','drmap',0,0,'188.166.212.133',1650384032),(1177602,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1867:2001',1650384247),(1177603,'guest','failed_login','Users','Session','tech1',0,0,'159.223.170.181',1650384768),(1177604,'guest','failed_login','Users','Session','tech1',0,0,'8.210.158.38',1650384882),(1177605,'guest','failed_login','Users','Session','drmap',0,0,'167.71.141.164',1650384920),(1177606,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.59',1650384957),(1177607,'guest','failed_login','Users','Session','tech1',0,0,'185.209.230.33',1650385141),(1177608,'guest','failed_login','Users','Session','drmap',0,0,'2a01:7c8:aab2:c0::1',1650385433),(1177609,'guest','failed_login','Users','Session','tech1',0,0,'217.21.74.82',1650385611),(1177610,'guest','failed_login','Users','Session','tech1',0,0,'145.239.30.120',1650385657),(1177611,'guest','failed_login','Users','Session','tech1',0,0,'171.244.17.110',1650385762),(1177612,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1650385804),(1177613,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650385823),(1177614,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.85',1650385833),(1177615,'guest','failed_login','Users','Session','tech1',0,0,'128.199.1.70',1650386020),(1177616,'guest','failed_login','Users','Session','drmap',0,0,'14.241.233.205',1650386313),(1177617,'guest','failed_login','Users','Session','tech1',0,0,'66.11.120.48',1650386538),(1177618,'guest','failed_login','Users','Session','tech1',0,0,'167.71.206.107',1650386656),(1177619,'guest','failed_login','Users','Session','drmap',0,0,'78.157.40.35',1650386686),(1177620,'guest','failed_login','Users','Session','tech1',0,0,'138.68.140.0',1650386908),(1177621,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:303:ce33::',1650387192),(1177622,'guest','failed_login','Users','Session','tech1',0,0,'109.74.196.231',1650387422),(1177623,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650387428),(1177624,'guest','failed_login','Users','Session','tech1',0,0,'46.101.150.34',1650387779),(1177625,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:800:3050::',1650388072),(1177626,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:303:ce33::',1650388297),(1177627,'guest','failed_login','Users','Session','drmap',0,0,'176.98.40.88',1650388444),(1177628,'guest','failed_login','Users','Session','tech1',0,0,'178.128.51.162',1650388449),(1177629,'guest','failed_login','Users','Session','tech1',0,0,'88.150.159.29',1650388660),(1177630,'guest','failed_login','Users','Session','drmap',0,0,'51.178.93.87',1650388949),(1177631,'guest','failed_login','Users','Session','tech1',0,0,'103.31.249.221',1650389173),(1177632,'guest','failed_login','Users','Session','drmap',0,0,'2a00:1a28:155d:1f5::1',1650389319),(1177633,'guest','failed_login','Users','Session','tech1',0,0,'103.57.222.104',1650389348),(1177634,'guest','failed_login','Users','Session','tech1',0,0,'143.244.177.220',1650389535),(1177635,'guest','failed_login','Users','Session','tech1',0,0,'82.165.88.19',1650389773),(1177636,'guest','failed_login','Users','Session','drmap',0,0,'75.119.155.88',1650389823),(1177637,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.153.158',1650389863),(1177638,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::631:1001',1650390047),(1177639,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d1::631:1001',1650390193),(1177640,'guest','failed_login','Users','Session','tech1',0,0,'103.159.53.102',1650390199),(1177641,'guest','failed_login','Users','Session','tech1',0,0,'185.19.190.26',1650390409),(1177642,'guest','failed_login','Users','Session','tech1',0,0,'148.72.211.177',1650390737),(1177643,'guest','failed_login','Users','Session','tech1',0,0,'34.71.127.77',1650390915),(1177644,'guest','failed_login','Users','Session','drmap',0,0,'157.119.188.31',1650391058),(1177645,'guest','failed_login','Users','Session','tech1',0,0,'103.1.239.107',1650391172),(1177646,'guest','failed_login','Users','Session','tech1',0,0,'104.197.144.9',1650391277),(1177647,'guest','failed_login','Users','Session','tech1',0,0,'132.148.224.56',1650391545),(1177648,'guest','failed_login','Users','Session','drmap',0,0,'157.119.188.31',1650391554),(1177649,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.62',1650391767),(1177650,'guest','failed_login','Users','Session','tech1',0,0,'46.183.119.232',1650391776),(1177651,'guest','failed_login','Users','Session','tech1',0,0,'47.74.17.225',1650391866),(1177652,'guest','failed_login','Users','Session','drmap',0,0,'111.231.200.129',1650391923),(1177653,'guest','failed_login','Users','Session','tech1',0,0,'47.241.15.39',1650392135),(1177654,'guest','failed_login','Users','Session','tech1',0,0,'159.203.176.82',1650392198),(1177655,'guest','failed_login','Users','Session','drmap',0,0,'35.197.204.193',1650392421),(1177656,'guest','failed_login','Users','Session','tech1',0,0,'167.99.78.164',1650392473),(1177657,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650392502),(1177658,'guest','failed_login','Users','Session','tech1',0,0,'217.12.88.234',1650392644),(1177659,'guest','failed_login','Users','Session','tech1',0,0,'200.110.145.21',1650392748),(1177660,'guest','failed_login','Users','Session','drmap',0,0,'89.96.90.125',1650392784),(1177661,'guest','failed_login','Users','Session','tech1',0,0,'51.159.155.6',1650392996),(1177662,'guest','failed_login','Users','Session','tech1',0,0,'103.8.238.13',1650393023),(1177663,'guest','failed_login','Users','Session','tech1',0,0,'51.68.141.94',1650393283),(1177664,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.75',1650393479),(1177665,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.62',1650393506),(1177666,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2052:2845::1',1650393511),(1177667,'guest','failed_login','Users','Session','tech1',0,0,'186.234.80.30',1650393636),(1177668,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.70',1650393726),(1177669,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.229.67',1650393838),(1177670,'guest','failed_login','Users','Session','tech1',0,0,'103.39.134.190',1650393863),(1177671,'guest','failed_login','Users','Session','tech1',0,0,'64.227.0.234',1650393942),(1177672,'guest','failed_login','Users','Session','drmap',0,0,'2a00:1a28:155d:1f5::1',1650394148),(1177673,'guest','failed_login','Users','Session','tech1',0,0,'8.210.57.22',1650394189),(1177674,'guest','failed_login','Users','Session','tech1',0,0,'121.243.95.160',1650394369),(1177675,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.75',1650394443),(1177676,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.70',1650394443),(1177677,'guest','failed_login','Users','Session','tech1',0,0,'176.56.239.171',1650394472),(1177678,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.75',1650394474),(1177679,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:1004:113c::',1650394512),(1177680,'guest','failed_login','Users','Session','tech1',0,0,'72.167.222.172',1650394726),(1177681,'guest','failed_login','Users','Session','tech1',0,0,'178.62.110.145',1650394728),(1177682,'guest','failed_login','Users','Session','tech1',0,0,'75.119.130.151',1650394998),(1177683,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1650395010),(1177684,'guest','failed_login','Users','Session','tech1',0,0,'103.159.36.58',1650395079),(1177685,'guest','failed_login','Users','Session','tech1',0,0,'103.139.103.157',1650395233),(1177686,'guest','failed_login','Users','Session','tech1',0,0,'108.167.189.68',1650395283),(1177687,'guest','failed_login','Users','Session','drmap',0,0,'181.174.125.214',1650395379),(1177688,'guest','failed_login','Users','Session','tech1',0,0,'47.106.201.134',1650395514),(1177689,'guest','failed_login','Users','Session','tech1',0,0,'181.174.125.214',1650395600),(1177690,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650395657),(1177691,'guest','failed_login','Users','Session','tech1',0,0,'68.183.192.217',1650395771),(1177692,'guest','failed_login','Users','Session','drmap',0,0,'161.97.175.221',1650395879),(1177693,'guest','failed_login','Users','Session','tech1',0,0,'64.235.231.20',1650396086),(1177694,'guest','failed_login','Users','Session','tech1',0,0,'23.97.205.210',1650396103),(1177695,'guest','failed_login','Users','Session','drmap',0,0,'5.253.181.177',1650396241),(1177696,'guest','failed_login','Users','Session','tech1',0,0,'196.203.219.49',1650396308),(1177697,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::e77:1',1650396457),(1177698,'guest','failed_login','Users','Session','tech1',0,0,'107.180.124.232',1650396571),(1177699,'guest','failed_login','Users','Session','drmap',0,0,'47.98.207.210',1650396742),(1177700,'guest','failed_login','Users','Session','tech1',0,0,'139.59.78.248',1650396838),(1177701,'guest','failed_login','Users','Session','tech1',0,0,'2a00:5da0:1000:1::27',1650396959),(1177702,'guest','failed_login','Users','Session','drmap',0,0,'151.80.91.175',1650397102),(1177703,'guest','failed_login','Users','Session','tech1',0,0,'104.45.41.45',1650397128),(1177704,'guest','failed_login','Users','Session','tech1',0,0,'68.183.139.84',1650397315),(1177705,'guest','failed_login','Users','Session','tech1',0,0,'185.46.121.66',1650397399),(1177706,'guest','failed_login','Users','Session','drmap',0,0,'64.227.184.66',1650397599),(1177707,'guest','failed_login','Users','Session','tech1',0,0,'5.189.128.189',1650397663),(1177708,'guest','failed_login','Users','Session','tech1',0,0,'52.166.3.59',1650397826),(1177709,'guest','failed_login','Users','Session','tech1',0,0,'159.65.157.154',1650397942),(1177710,'guest','failed_login','Users','Session','drmap',0,0,'51.75.15.189',1650397963),(1177711,'guest','failed_login','Users','Session','tech1',0,0,'185.243.214.28',1650398177),(1177712,'guest','failed_login','Users','Session','tech1',0,0,'64.37.52.95',1650398218),(1177713,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:1:d0::a9:b001',1650398460),(1177714,'guest','failed_login','Users','Session','tech1',0,0,'143.198.173.67',1650398495),(1177715,'guest','failed_login','Users','Session','tech1',0,0,'35.184.202.0',1650398682),(1177716,'guest','failed_login','Users','Session','tech1',0,0,'80.246.1.193',1650398772),(1177717,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650399043),(1177718,'guest','failed_login','Users','Session','tech1',0,0,'103.211.218.142',1650399047),(1177719,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650399165),(1177720,'guest','failed_login','Users','Session','drmap',0,0,'185.126.219.43',1650399328),(1177721,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.93',1650399422),(1177722,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.158',1650399470),(1177723,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.75',1650399484),(1177724,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.153.158',1650399503),(1177725,'guest','failed_login','Users','Session','tech1',0,0,'188.166.94.198',1650399548),(1177726,'guest','failed_login','Users','Session','tech1',0,0,'182.50.132.88',1650399596),(1177727,'guest','failed_login','Users','Session','drmap',0,0,'159.223.170.181',1650399692),(1177728,'guest','failed_login','Users','Session','tech1',0,0,'192.99.76.111',1650399876),(1177729,'guest','failed_login','Users','Session','tech1',0,0,'139.59.150.45',1650399905),(1177730,'guest','failed_login','Users','Session','tech1',0,0,'209.205.209.34',1650400044),(1177731,'guest','failed_login','Users','Session','tech1',0,0,'185.119.90.34',1650400165),(1177732,'guest','failed_login','Users','Session','drmap',0,0,'35.188.47.144',1650400193),(1177733,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1650400410),(1177734,'guest','failed_login','Users','Session','tech1',0,0,'103.159.53.102',1650400417),(1177735,'guest','failed_login','Users','Session','drmap',0,0,'51.178.93.87',1650400553),(1177736,'guest','failed_login','Users','Session','tech1',0,0,'148.72.244.254',1650400685),(1177737,'guest','failed_login','Users','Session','tech1',0,0,'159.203.120.246',1650400767),(1177738,'guest','failed_login','Users','Session','tech1',0,0,'162.219.250.15',1650400960),(1177739,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::9ed:d001',1650401052),(1177740,'guest','failed_login','Users','Session','tech1',0,0,'213.175.208.121',1650401245),(1177741,'guest','failed_login','Users','Session','drmap',0,0,'151.80.91.175',1650401417),(1177742,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1650401507),(1177743,'guest','failed_login','Users','Session','tech1',0,0,'104.198.172.68',1650401778),(1177744,'guest','failed_login','Users','Session','drmap',0,0,'178.128.247.244',1650401923),(1177745,'guest','failed_login','Users','Session','tech1',0,0,'193.34.145.204',1650402053),(1177746,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::100e:b001',1650402144),(1177747,'guest','failed_login','Users','Session','tech1',0,0,'107.161.177.10',1650402332),(1177748,'guest','failed_login','Users','Session','tech1',0,0,'88.87.206.123',1650402508),(1177749,'guest','failed_login','Users','Session','tech1',0,0,'176.31.116.73',1650402623),(1177750,'guest','failed_login','Users','Session','tech1',0,0,'161.35.210.101',1650402888),(1177751,'guest','failed_login','Users','Session','tech1',0,0,'72.167.34.14',1650403021),(1177752,'guest','failed_login','Users','Session','tech1',0,0,'159.89.85.183',1650403166),(1177753,'guest','failed_login','Users','Session','drmap',0,0,'159.89.237.49',1650403167),(1177754,'guest','failed_login','Users','Session','tech1',0,0,'93.86.255.38',1650403390),(1177755,'guest','failed_login','Users','Session','tech1',0,0,'82.145.33.64',1650403435),(1177756,'guest','failed_login','Users','Session','drmap',0,0,'188.166.226.196',1650403672),(1177757,'guest','failed_login','Users','Session','tech1',0,0,'165.22.252.207',1650403713),(1177758,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1650403898),(1177759,'guest','failed_login','Users','Session','tech1',0,0,'167.71.206.107',1650403990),(1177760,'guest','failed_login','Users','Session','drmap',0,0,'77.240.13.186',1650404042),(1177761,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650404083),(1177762,'guest','failed_login','Users','Session','tech1',0,0,'167.71.141.164',1650404260),(1177763,'guest','failed_login','Users','Session','tech1',0,0,'208.109.174.214',1650404262),(1177764,'guest','failed_login','Users','Session','drmap',0,0,'159.65.146.8',1650404550),(1177765,'guest','failed_login','Users','Session','tech1',0,0,'103.159.224.46',1650404775),(1177766,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1650404921),(1177767,'guest','failed_login','Users','Session','tech1',0,0,'159.89.27.131',1650405136),(1177768,'guest','failed_login','Users','Session','tech1',0,0,'103.9.171.165',1650405372),(1177769,'guest','failed_login','Users','Session','drmap',0,0,'176.98.40.88',1650405424),(1177770,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.21',1650405625),(1177771,'guest','failed_login','Users','Session','tech1',0,0,'173.212.212.180',1650405648),(1177772,'guest','failed_login','Users','Session','test',0,0,'69.197.155.230',1650405703),(1177773,'guest','failed_login','Users','Session','admin',0,0,'107.152.234.218',1650405789),(1177774,'guest','failed_login','Users','Session','drmap',0,0,'166.62.125.246',1650405793),(1177775,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650405890),(1177776,'guest','failed_login','Users','Session','com',0,0,'204.12.215.59',1650405990),(1177777,'guest','failed_login','Users','Session','tech1',0,0,'137.74.194.43',1650406011),(1177778,'guest','failed_login','Users','Session','admin',0,0,'167.71.111.16',1650406061),(1177779,'guest','failed_login','Users','Session','tech1',0,0,'122.17.148.164',1650406301),(1177780,'guest','failed_login','Users','Session','tech1',0,0,'16.170.194.255',1650406538),(1177781,'guest','failed_login','Users','Session','tech1',0,0,'159.253.25.213',1650406592),(1177782,'guest','failed_login','Users','Session','drmap',0,0,'142.93.54.10',1650406686),(1177783,'guest','failed_login','Users','Session','tech1',0,0,'176.56.239.171',1650406859),(1177784,'guest','failed_login','Users','Session','tech1',0,0,'155.133.138.67',1650406903),(1177785,'guest','failed_login','Users','Session','tech1',0,0,'66.29.154.216',1650407116),(1177786,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1650407183),(1177787,'guest','failed_login','Users','Session','admin',0,0,'69.197.155.230',1650407310),(1177788,'guest','failed_login','Users','Session','tech1',0,0,'85.214.91.8',1650407404),(1177789,'guest','failed_login','Users','Session','drmap',0,0,'52.234.178.100',1650407566),(1177790,'guest','failed_login','Users','Session','tech1',0,0,'171.244.21.74',1650407652),(1177791,'guest','failed_login','Users','Session','tech1',0,0,'128.199.62.78',1650407783),(1177792,'guest','failed_login','Users','Session','tech1',0,0,'185.70.11.21',1650407934),(1177793,'guest','failed_login','Users','Session','drmap',0,0,'82.166.39.15',1650408073),(1177794,'guest','failed_login','Users','Session','tech1',0,0,'157.245.38.42',1650408178),(1177795,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650408298),(1177796,'guest','failed_login','Users','Session','drmap',0,0,'185.230.138.4',1650408445),(1177797,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:110b::d21:d4e9',1650408461),(1177798,'guest','failed_login','Users','Session','tech1',0,0,'149.62.171.31',1650408728),(1177799,'guest','failed_login','Users','Session','drmap',0,0,'157.7.174.49',1650408947),(1177800,'guest','failed_login','Users','Session','tech1',0,0,'159.223.35.16',1650408975),(1177801,'guest','failed_login','Users','Session','tech1',0,0,'158.69.63.179',1650409170),(1177802,'guest','failed_login','Users','Session','tech1',0,0,'82.97.10.157',1650409255),(1177803,'guest','failed_login','Users','Session','drmap',0,0,'128.199.197.163',1650409316),(1177804,'guest','failed_login','Users','Session','tech1',0,0,'159.65.251.251',1650409520),(1177805,'guest','failed_login','Users','Session','tech1',0,0,'31.192.208.12',1650409536),(1177806,'guest','failed_login','Users','Session','tech1',0,0,'139.59.147.218',1650409788),(1177807,'guest','failed_login','Users','Session','drmap',0,0,'157.245.250.226',1650409836),(1177808,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::42',1650410050),(1177809,'guest','failed_login','Users','Session','tech1',0,0,'178.128.187.183',1650410061),(1177810,'guest','failed_login','Users','Session','drmap',0,0,'91.149.192.90',1650410209),(1177811,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650410324),(1177812,'guest','failed_login','Users','Session','tech1',0,0,'35.197.204.193',1650410430),(1177813,'guest','failed_login','Users','Session','tech1',0,0,'91.234.195.179',1650410447),(1177814,'guest','failed_login','Users','Session','tech1',0,0,'213.136.93.169',1650410574),(1177815,'guest','failed_login','Users','Session','drmap',0,0,'91.134.248.249',1650410724),(1177816,'guest','failed_login','Users','Session','tech1',0,0,'103.121.91.38',1650410822),(1177817,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.210',1650410951),(1177818,'guest','failed_login','Users','Session','tech1',0,0,'178.254.50.20',1650411097),(1177819,'guest','failed_login','Users','Session','drmap',0,0,'185.2.4.44',1650411099),(1177820,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::e77:1',1650411325),(1177821,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1650411359),(1177822,'guest','failed_login','Users','Session','tech1',0,0,'142.93.99.56',1650411616),(1177823,'guest','failed_login','Users','Session','drmap',0,0,'173.212.201.226',1650411618),(1177824,'guest','failed_login','Users','Session','tech1',0,0,'165.232.94.255',1650411851),(1177825,'guest','failed_login','Users','Session','tech1',0,0,'46.101.95.65',1650411881),(1177826,'guest','failed_login','Users','Session','drmap',0,0,'185.126.219.43',1650411995),(1177827,'guest','failed_login','Users','Session','tech1',0,0,'162.144.78.149',1650412123),(1177828,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650412206),(1177829,'guest','failed_login','Users','Session','tech1',0,0,'162.144.63.211',1650412219),(1177830,'guest','failed_login','Users','Session','tech1',0,0,'148.72.210.140',1650412383),(1177831,'guest','failed_login','Users','Session','drmap',0,0,'121.243.95.160',1650412511),(1177832,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650412602),(1177833,'guest','failed_login','Users','Session','tech1',0,0,'185.252.31.180',1650412652),(1177834,'guest','failed_login','Users','Session','tech1',0,0,'103.149.154.8',1650412740),(1177835,'guest','failed_login','Users','Session','tech1',0,0,'124.222.116.35',1650412922),(1177836,'guest','failed_login','Users','Session','tech1',0,0,'88.135.37.49',1650413185),(1177837,'guest','failed_login','Users','Session','tech1',0,0,'189.112.125.44',1650413442),(1177838,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:271:2583::2',1650413716),(1177839,'guest','failed_login','Users','Session','tech1',0,0,'139.59.118.238',1650413768),(1177840,'guest','failed_login','Users','Session','tech1',0,0,'106.14.203.226',1650413962),(1177841,'guest','failed_login','Users','Session','drmap',0,0,'163.172.96.20',1650414067),(1177842,'guest','failed_login','Users','Session','tech1',0,0,'104.45.41.45',1650414222),(1177843,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7c8:aab2:c0::1',1650414293),(1177844,'guest','failed_login','Users','Session','drmap',0,0,'103.101.161.220',1650414439),(1177845,'guest','failed_login','Users','Session','tech1',0,0,'66.23.252.226',1650414502),(1177846,'guest','failed_login','Users','Session','tech1',0,0,'95.217.3.203',1650414660),(1177847,'guest','failed_login','Users','Session','tech1',0,0,'27.111.82.74',1650414748),(1177848,'guest','failed_login','Users','Session','drmap',0,0,'35.184.202.0',1650414960),(1177849,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::4dd:b001',1650415014),(1177850,'guest','failed_login','Users','Session','tech1',0,0,'64.111.116.168',1650415185),(1177851,'guest','failed_login','Users','Session','tech1',0,0,'2600:3c04::f03c:92ff:fe2f:c1c4',1650415303),(1177852,'guest','failed_login','Users','Session','tech1',0,0,'148.66.146.12',1650415545),(1177853,'guest','failed_login','Users','Session','tech1',0,0,'103.166.183.192',1650415553),(1177854,'guest','failed_login','Users','Session','tech1',0,0,'88.135.37.49',1650415814),(1177855,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.106',1650415854),(1177856,'guest','failed_login','Users','Session','tech1',0,0,'103.15.20.52',1650415869),(1177857,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650416082),(1177858,'guest','failed_login','Users','Session','tech1',0,0,'149.62.171.31',1650416102),(1177859,'guest','failed_login','Users','Session','drmap',0,0,'78.141.209.179',1650416230),(1177860,'guest','failed_login','Users','Session','tech1',0,0,'143.110.137.82',1650416348),(1177861,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650416454),(1177862,'guest','failed_login','Users','Session','tech1',0,0,'132.148.198.216',1650416631),(1177863,'guest','failed_login','Users','Session','drmap',0,0,'161.97.175.221',1650416749),(1177864,'guest','failed_login','Users','Session','tech1',0,0,'193.231.129.34',1650416899),(1177865,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::e77:1',1650416989),(1177866,'guest','failed_login','Users','Session','drmap',0,0,'185.2.4.44',1650417138),(1177867,'guest','failed_login','Users','Session','tech1',0,0,'185.197.195.173',1650417181),(1177868,'guest','failed_login','Users','Session','tech1',0,0,'104.248.144.242',1650417361),(1177869,'guest','failed_login','Users','Session','tech1',0,0,'54.164.253.138',1650417438),(1177870,'guest','failed_login','Users','Session','drmap',0,0,'37.139.13.163',1650417657),(1177871,'guest','failed_login','Users','Session','tech1',0,0,'103.57.222.104',1650417693),(1177872,'guest','failed_login','Users','Session','tech1',0,0,'167.172.64.96',1650417896),(1177873,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:3:e0::150:5001',1650417982),(1177874,'guest','failed_login','Users','Session','drmap',0,0,'159.65.118.118',1650418041),(1177875,'guest','failed_login','Users','Session','tech1',0,0,'216.158.230.167',1650418254),(1177876,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2052:2845::1',1650418269),(1177877,'guest','failed_login','Users','Session','tech1',0,0,'159.253.25.213',1650418519),(1177878,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::e77:1',1650418564),(1177879,'guest','failed_login','Users','Session','tech1',0,0,'171.244.201.17',1650418772),(1177880,'guest','failed_login','Users','Session','tech1',0,0,'101.0.80.218',1650418800),(1177881,'guest','failed_login','Users','Session','tech1',0,0,'91.219.194.6',1650418891),(1177882,'guest','failed_login','Users','Session','[login]',0,0,'91.219.194.6',1650418892),(1177883,'guest','failed_login','Users','Session','drmap',0,0,'142.93.201.0',1650418953),(1177884,'guest','failed_login','Users','Session','tech1',0,0,'167.99.78.164',1650419041),(1177885,'guest','failed_login','Users','Session','tech1',0,0,'188.166.183.39',1650419179),(1177886,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650419290),(1177887,'guest','failed_login','Users','Session','tech1',0,0,'158.255.80.210',1650419331),(1177888,'guest','failed_login','Users','Session','tech1',0,0,'178.159.42.76',1650419358),(1177889,'guest','failed_login','Users','Session','drmap',0,0,'84.205.178.134',1650419481),(1177890,'guest','failed_login','Users','Session','tech1',0,0,'149.18.50.22',1650419595),(1177891,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.210',1650419716),(1177892,'guest','failed_login','Users','Session','tech1',0,0,'194.61.118.10',1650419791),(1177893,'guest','failed_login','Users','Session','tech1',0,0,'185.146.21.52',1650419884),(1177894,'guest','failed_login','Users','Session','tech1',0,0,'178.217.190.82',1650420095),(1177895,'guest','failed_login','Users','Session','tech1',0,0,'161.35.3.72',1650420151),(1177896,'guest','failed_login','Users','Session','tech1',0,0,'216.158.230.167',1650420160),(1177897,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650420346),(1177898,'guest','failed_login','Users','Session','tech1',0,0,'184.168.99.160',1650420430),(1177899,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1650420634),(1177900,'guest','failed_login','Users','Session','tech1',0,0,'68.183.63.82',1650420687),(1177901,'guest','failed_login','Users','Session','drmap',0,0,'173.212.235.115',1650420788),(1177902,'guest','failed_login','Users','Session','tech1',0,0,'104.248.241.28',1650420974),(1177903,'guest','failed_login','Users','Session','tech1',0,0,'137.74.202.94',1650421013),(1177904,'guest','failed_login','Users','Session','tech1',0,0,'69.39.239.34',1650421014),(1177905,'guest','failed_login','Users','Session','tech1',0,0,'182.92.161.135',1650421132),(1177906,'guest','failed_login','Users','Session','tech1',0,0,'62.171.136.23',1650421256),(1177907,'guest','failed_login','Users','Session','drmap',0,0,'157.230.253.37',1650421318),(1177908,'guest','failed_login','Users','Session','tech1',0,0,'165.232.185.213',1650421523),(1177909,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.31',1650421553),(1177910,'guest','failed_login','Users','Session','tech1',0,0,'203.130.215.66',1650421654),(1177911,'guest','failed_login','Users','Session','[login]',0,0,'203.130.215.66',1650421659),(1177912,'guest','failed_login','Users','Session','drmap',0,0,'20.64.155.18',1650421708),(1177913,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:271:2583::2',1650421818),(1177914,'guest','failed_login','Users','Session','tech1',0,0,'162.240.27.242',1650421931),(1177915,'guest','failed_login','Users','Session','admin',0,0,'167.71.206.107',1650421990),(1177916,'guest','failed_login','Users','Session','tech1',0,0,'36.89.251.105',1650422210),(1177917,'guest','failed_login','Users','Session','drmap',0,0,'109.74.196.231',1650422232),(1177918,'guest','failed_login','Users','Session','admin',0,0,'2a03:b0c0:2:f0::57:b001',1650422290),(1177919,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.219',1650422469),(1177920,'guest','failed_login','Users','Session','tech1',0,0,'104.45.41.45',1650422551),(1177921,'guest','failed_login','Users','Session','drmap',0,0,'159.65.216.18',1650422621),(1177922,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.222',1650422848),(1177923,'guest','failed_login','Users','Session','tech1',0,0,'185.241.5.213',1650422851),(1177924,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::42',1650423133),(1177925,'guest','failed_login','Users','Session','drmap',0,0,'46.183.119.232',1650423148),(1177926,'guest','failed_login','Users','Session','tech1',0,0,'34.71.127.77',1650423385),(1177927,'guest','failed_login','Users','Session','tech1',0,0,'103.122.244.192',1650423403),(1177928,'guest','failed_login','Users','Session','tech1',0,0,'110.42.210.173',1650423517),(1177929,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:400:d0::1792:5001',1650423537),(1177930,'guest','failed_login','Users','Session','tech1',0,0,'77.77.150.95',1650423699),(1177931,'guest','failed_login','Users','Session','tech1',0,0,'47.93.49.198',1650423765),(1177932,'guest','failed_login','Users','Session','tech1',0,0,'103.129.178.69',1650423973),(1177933,'guest','failed_login','Users','Session','drmap',0,0,'16.170.194.255',1650424069),(1177934,'guest','failed_login','Users','Session','tech1',0,0,'150.95.112.26',1650424104),(1177935,'guest','failed_login','Users','Session','tech1',0,0,'103.57.222.104',1650424267),(1177936,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:800:3a65::',1650424306),(1177937,'guest','failed_login','Users','Session','tech1',0,0,'159.65.219.142',1650424569),(1177938,'guest','failed_login','Users','Session','tech1',0,0,'147.182.229.61',1650424603),(1177939,'guest','failed_login','Users','Session','tech1',0,0,'128.199.197.163',1650424687),(1177940,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1650424870),(1177941,'guest','failed_login','Users','Session','drmap',0,0,'165.232.180.174',1650424994),(1177942,'guest','failed_login','Users','Session','tech1',0,0,'159.65.1.255',1650425120),(1177943,'guest','failed_login','Users','Session','tech1',0,0,'35.202.241.36',1650425156),(1177944,'guest','failed_login','Users','Session','tech1',0,0,'2400:8500:1801:415:118:27:30:151',1650425226),(1177945,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425247),(1177946,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425249),(1177947,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425250),(1177948,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425251),(1177949,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425252),(1177950,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425253),(1177951,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425254),(1177952,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425255),(1177953,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425257),(1177954,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425258),(1177955,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425259),(1177956,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425260),(1177957,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425262),(1177958,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425263),(1177959,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425265),(1177960,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425266),(1177961,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425267),(1177962,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425268),(1177963,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425270),(1177964,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425272),(1177965,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425273),(1177966,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425274),(1177967,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425275),(1177968,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425276),(1177969,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425278),(1177970,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425279),(1177971,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425282),(1177972,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425283),(1177973,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425285),(1177974,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425286),(1177975,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425288),(1177976,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425290),(1177977,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425291),(1177978,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425292),(1177979,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425296),(1177980,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425297),(1177981,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425298),(1177982,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425299),(1177983,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425301),(1177984,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425302),(1177985,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425303),(1177986,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425305),(1177987,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425306),(1177988,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425307),(1177989,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425308),(1177990,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425310),(1177991,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425311),(1177992,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425312),(1177993,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425313),(1177994,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425314),(1177995,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425316),(1177996,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425317),(1177997,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425318),(1177998,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425319),(1177999,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425320),(1178000,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425322),(1178001,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425323),(1178002,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425324),(1178003,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425326),(1178004,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425327),(1178005,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425329),(1178006,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425330),(1178007,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425332),(1178008,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425333),(1178009,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425335),(1178010,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425336),(1178011,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425337),(1178012,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425338),(1178013,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425339),(1178014,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425341),(1178015,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425342),(1178016,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425343),(1178017,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425345),(1178018,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425347),(1178019,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425348),(1178020,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425349),(1178021,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425350),(1178022,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425351),(1178023,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425352),(1178024,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425354),(1178025,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425355),(1178026,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425359),(1178027,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425360),(1178028,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425361),(1178029,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425362),(1178030,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425364),(1178031,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425365),(1178032,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425366),(1178033,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425367),(1178034,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425369),(1178035,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425370),(1178036,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425371),(1178037,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425372),(1178038,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425373),(1178039,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425375),(1178040,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425376),(1178041,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425377),(1178042,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425378),(1178043,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425379),(1178044,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425380),(1178045,'guest','failed_login','Users','Session','drmap',0,0,'103.219.60.130',1650425382),(1178046,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425383),(1178047,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425384),(1178048,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425385),(1178049,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425386),(1178050,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425387),(1178051,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425389),(1178052,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425390),(1178053,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425392),(1178054,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425393),(1178055,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425394),(1178056,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425395),(1178057,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425396),(1178058,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425397),(1178059,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425398),(1178060,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425401),(1178061,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425403),(1178062,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425405),(1178063,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425407),(1178064,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425408),(1178065,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425409),(1178066,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425410),(1178067,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425412),(1178068,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425414),(1178069,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425415),(1178070,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425416),(1178071,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425417),(1178072,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425419),(1178073,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425420),(1178074,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425421),(1178075,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425422),(1178076,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425423),(1178077,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425424),(1178078,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425425),(1178079,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425427),(1178080,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425428),(1178081,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425429),(1178082,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425430),(1178083,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425431),(1178084,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425432),(1178085,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425434),(1178086,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425436),(1178087,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425437),(1178088,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425438),(1178089,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425439),(1178090,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425440),(1178091,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425441),(1178092,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425442),(1178093,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425444),(1178094,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425445),(1178095,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425447),(1178096,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425448),(1178097,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425449),(1178098,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425451),(1178099,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425452),(1178100,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425454),(1178101,'guest','failed_login','Users','Session','tech1',0,0,'103.171.180.165',1650425455),(1178102,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425456),(1178103,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425458),(1178104,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425459),(1178105,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425460),(1178106,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425461),(1178107,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425462),(1178108,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425464),(1178109,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425465),(1178110,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425466),(1178111,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425468),(1178112,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425469),(1178113,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425470),(1178114,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425471),(1178115,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425472),(1178116,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425473),(1178117,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425474),(1178118,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425476),(1178119,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425477),(1178120,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425478),(1178121,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425480),(1178122,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425481),(1178123,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425482),(1178124,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425483),(1178125,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425484),(1178126,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425485),(1178127,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425486),(1178128,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425487),(1178129,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425488),(1178130,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425490),(1178131,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425491),(1178132,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425492),(1178133,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425493),(1178134,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425495),(1178135,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425496),(1178136,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425497),(1178137,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425499),(1178138,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425500),(1178139,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425503),(1178140,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425506),(1178141,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425507),(1178142,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425508),(1178143,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425510),(1178144,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425511),(1178145,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425513),(1178146,'guest','failed_login','Users','Session','t',0,0,'119.91.145.189',1650425515),(1178147,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425522),(1178148,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425523),(1178149,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425525),(1178150,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425528),(1178151,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425529),(1178152,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425530),(1178153,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425532),(1178154,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425538),(1178155,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425540),(1178156,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425542),(1178157,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425544),(1178158,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425545),(1178159,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425547),(1178160,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425548),(1178161,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425549),(1178162,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425550),(1178163,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425552),(1178164,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425553),(1178165,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425554),(1178166,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425556),(1178167,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425557),(1178168,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425558),(1178169,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425559),(1178170,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425560),(1178171,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425561),(1178172,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425563),(1178173,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425564),(1178174,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425565),(1178175,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425566),(1178176,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425567),(1178177,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425568),(1178178,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425569),(1178179,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425570),(1178180,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425572),(1178181,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425573),(1178182,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425574),(1178183,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425575),(1178184,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425576),(1178185,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425577),(1178186,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425578),(1178187,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425580),(1178188,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425581),(1178189,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425582),(1178190,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425584),(1178191,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425585),(1178192,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425586),(1178193,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425588),(1178194,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425589),(1178195,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425591),(1178196,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425592),(1178197,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425593),(1178198,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425594),(1178199,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425595),(1178200,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425596),(1178201,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425597),(1178202,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425598),(1178203,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425600),(1178204,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425601),(1178205,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425603),(1178206,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425606),(1178207,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425607),(1178208,'guest','failed_login','Users','Session','tech1',0,0,'184.168.125.72',1650425611),(1178209,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425615),(1178210,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425616),(1178211,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425617),(1178212,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425618),(1178213,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425619),(1178214,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425620),(1178215,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425621),(1178216,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425622),(1178217,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425623),(1178218,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425624),(1178219,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425625),(1178220,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425626),(1178221,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425627),(1178222,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425628),(1178223,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425630),(1178224,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425631),(1178225,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425632),(1178226,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425633),(1178227,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425634),(1178228,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425635),(1178229,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425638),(1178230,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425640),(1178231,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425642),(1178232,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425643),(1178233,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425644),(1178234,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425645),(1178235,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425646),(1178236,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425647),(1178237,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425648),(1178238,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425649),(1178239,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425650),(1178240,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425652),(1178241,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425653),(1178242,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425655),(1178243,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425657),(1178244,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425659),(1178245,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425660),(1178246,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425661),(1178247,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425662),(1178248,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425663),(1178249,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425667),(1178250,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425669),(1178251,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425671),(1178252,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425672),(1178253,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425673),(1178254,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425674),(1178255,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425676),(1178256,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425678),(1178257,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425679),(1178258,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425680),(1178259,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425681),(1178260,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425682),(1178261,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425683),(1178262,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425684),(1178263,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425687),(1178264,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425689),(1178265,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425690),(1178266,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425691),(1178267,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425692),(1178268,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425693),(1178269,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425694),(1178270,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425696),(1178271,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425698),(1178272,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425699),(1178273,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425700),(1178274,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425701),(1178275,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425705),(1178276,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425706),(1178277,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425707),(1178278,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425709),(1178279,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425710),(1178280,'guest','failed_login','Users','Session','tech1',0,0,'85.128.143.101',1650425711),(1178281,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425711),(1178282,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425712),(1178283,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425713),(1178284,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425714),(1178285,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425715),(1178286,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425717),(1178287,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425719),(1178288,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425720),(1178289,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425721),(1178290,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425723),(1178291,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425724),(1178292,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425726),(1178293,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425727),(1178294,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425728),(1178295,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425730),(1178296,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425731),(1178297,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425732),(1178298,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425733),(1178299,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425734),(1178300,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425736),(1178301,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425738),(1178302,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425739),(1178303,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425740),(1178304,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425742),(1178305,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425743),(1178306,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425745),(1178307,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425746),(1178308,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425747),(1178309,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425749),(1178310,'guest','failed_login','Users','Session','tech1',0,0,'34.176.50.114',1650425749),(1178311,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425750),(1178312,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425751),(1178313,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425752),(1178314,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425753),(1178315,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425754),(1178316,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425757),(1178317,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425759),(1178318,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425760),(1178319,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425762),(1178320,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425763),(1178321,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425764),(1178322,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425765),(1178323,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425766),(1178324,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425767),(1178325,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425769),(1178326,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425771),(1178327,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425772),(1178328,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425773),(1178329,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425774),(1178330,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425775),(1178331,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425777),(1178332,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425779),(1178333,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425781),(1178334,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425782),(1178335,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425783),(1178336,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425784),(1178337,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425786),(1178338,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425787),(1178339,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425788),(1178340,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425789),(1178341,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425790),(1178342,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425791),(1178343,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425792),(1178344,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425793),(1178345,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425795),(1178346,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425796),(1178347,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425797),(1178348,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425798),(1178349,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425800),(1178350,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425801),(1178351,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425803),(1178352,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425804),(1178353,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425805),(1178354,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425806),(1178355,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425808),(1178356,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425809),(1178357,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425810),(1178358,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425813),(1178359,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425814),(1178360,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425815),(1178361,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425817),(1178362,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425818),(1178363,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425820),(1178364,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425822),(1178365,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425824),(1178366,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425827),(1178367,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425828),(1178368,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425829),(1178369,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425831),(1178370,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425832),(1178371,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425834),(1178372,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425836),(1178373,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425837),(1178374,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425838),(1178375,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425839),(1178376,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425841),(1178377,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425843),(1178378,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425844),(1178379,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425845),(1178380,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425848),(1178381,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425854),(1178382,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425855),(1178383,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425856),(1178384,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425857),(1178385,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425859),(1178386,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425860),(1178387,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425862),(1178388,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425863),(1178389,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425864),(1178390,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425866),(1178391,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425867),(1178392,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425868),(1178393,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425870),(1178394,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425871),(1178395,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425872),(1178396,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425873),(1178397,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425874),(1178398,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425877),(1178399,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425878),(1178400,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425879),(1178401,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425880),(1178402,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425881),(1178403,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425883),(1178404,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425885),(1178405,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425887),(1178406,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425888),(1178407,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425889),(1178408,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425890),(1178409,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425891),(1178410,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425892),(1178411,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425894),(1178412,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425896),(1178413,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425897),(1178414,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425898),(1178415,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425900),(1178416,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425901),(1178417,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425902),(1178418,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425905),(1178419,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425906),(1178420,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425907),(1178421,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425908),(1178422,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425909),(1178423,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425910),(1178424,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425911),(1178425,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425914),(1178426,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425915),(1178427,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425916),(1178428,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425919),(1178429,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425920),(1178430,'guest','failed_login','Users','Session','drmap',0,0,'47.93.49.198',1650425922),(1178431,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425922),(1178432,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425924),(1178433,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425925),(1178434,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425927),(1178435,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425936),(1178436,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425937),(1178437,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425938),(1178438,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425940),(1178439,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425941),(1178440,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425942),(1178441,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425943),(1178442,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425945),(1178443,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425946),(1178444,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425948),(1178445,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425949),(1178446,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425950),(1178447,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425951),(1178448,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425952),(1178449,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425953),(1178450,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425955),(1178451,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425957),(1178452,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425958),(1178453,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425959),(1178454,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425960),(1178455,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425962),(1178456,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425964),(1178457,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425965),(1178458,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425966),(1178459,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425968),(1178460,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425969),(1178461,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425970),(1178462,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425971),(1178463,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425972),(1178464,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425973),(1178465,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425974),(1178466,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425976),(1178467,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425977),(1178468,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425978),(1178469,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425979),(1178470,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425981),(1178471,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425982),(1178472,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425983),(1178473,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425984),(1178474,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425985),(1178475,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425986),(1178476,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425987),(1178477,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425989),(1178478,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425990),(1178479,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425991),(1178480,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425993),(1178481,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425994),(1178482,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425995),(1178483,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425997),(1178484,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650425999),(1178485,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426002),(1178486,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426003),(1178487,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426004),(1178488,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426006),(1178489,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426008),(1178490,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426009),(1178491,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426011),(1178492,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426013),(1178493,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426014),(1178494,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426015),(1178495,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426016),(1178496,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426017),(1178497,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650426017),(1178498,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426019),(1178499,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426021),(1178500,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426024),(1178501,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426026),(1178502,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426028),(1178503,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426030),(1178504,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426031),(1178505,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426032),(1178506,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426034),(1178507,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426035),(1178508,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426036),(1178509,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426037),(1178510,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426038),(1178511,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426039),(1178512,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426040),(1178513,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426041),(1178514,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426042),(1178515,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426044),(1178516,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426046),(1178517,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426049),(1178518,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426051),(1178519,'guest','failed_login','Users','Session','tech1',0,0,'178.254.50.20',1650426052),(1178520,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426052),(1178521,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426053),(1178522,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426054),(1178523,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426056),(1178524,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426057),(1178525,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426059),(1178526,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426061),(1178527,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426063),(1178528,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426064),(1178529,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426066),(1178530,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426068),(1178531,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426070),(1178532,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426071),(1178533,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426072),(1178534,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426074),(1178535,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426076),(1178536,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426078),(1178537,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426079),(1178538,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426080),(1178539,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426081),(1178540,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426083),(1178541,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426084),(1178542,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426085),(1178543,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426086),(1178544,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426087),(1178545,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426091),(1178546,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426093),(1178547,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426095),(1178548,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426096),(1178549,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426098),(1178550,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426099),(1178551,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426100),(1178552,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426101),(1178553,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426102),(1178554,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426104),(1178555,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426105),(1178556,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426106),(1178557,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426108),(1178558,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426110),(1178559,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426111),(1178560,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426112),(1178561,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426113),(1178562,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426114),(1178563,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426116),(1178564,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426117),(1178565,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426118),(1178566,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426120),(1178567,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426121),(1178568,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426123),(1178569,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426124),(1178570,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426125),(1178571,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426127),(1178572,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426133),(1178573,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426134),(1178574,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426136),(1178575,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426137),(1178576,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426139),(1178577,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426140),(1178578,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426142),(1178579,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426144),(1178580,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426145),(1178581,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426146),(1178582,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426147),(1178583,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426148),(1178584,'guest','failed_login','Users','Session','e',0,0,'119.91.145.189',1650426150),(1178585,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426158),(1178586,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426159),(1178587,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426160),(1178588,'guest','failed_login','Users','Session','tech1',0,0,'64.227.183.25',1650426161),(1178589,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426161),(1178590,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426162),(1178591,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426163),(1178592,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426164),(1178593,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426165),(1178594,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426167),(1178595,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426169),(1178596,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426170),(1178597,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426171),(1178598,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426172),(1178599,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426174),(1178600,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426175),(1178601,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426176),(1178602,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426177),(1178603,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426178),(1178604,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426180),(1178605,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426181),(1178606,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426182),(1178607,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426183),(1178608,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426184),(1178609,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426188),(1178610,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426191),(1178611,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426192),(1178612,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426193),(1178613,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426196),(1178614,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426197),(1178615,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426198),(1178616,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426199),(1178617,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426200),(1178618,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426201),(1178619,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426203),(1178620,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426204),(1178621,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426206),(1178622,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426207),(1178623,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426208),(1178624,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426209),(1178625,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426210),(1178626,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426213),(1178627,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426214),(1178628,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426215),(1178629,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426216),(1178630,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426218),(1178631,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426219),(1178632,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426221),(1178633,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426222),(1178634,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426223),(1178635,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426224),(1178636,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426225),(1178637,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426227),(1178638,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426229),(1178639,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426230),(1178640,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426231),(1178641,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426232),(1178642,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426233),(1178643,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426234),(1178644,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426235),(1178645,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426236),(1178646,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426238),(1178647,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426240),(1178648,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426241),(1178649,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426243),(1178650,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426244),(1178651,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426245),(1178652,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426246),(1178653,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426247),(1178654,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426248),(1178655,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426250),(1178656,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426251),(1178657,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426252),(1178658,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426254),(1178659,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426255),(1178660,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426257),(1178661,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426258),(1178662,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426259),(1178663,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426261),(1178664,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426262),(1178665,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426263),(1178666,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426265),(1178667,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426266),(1178668,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426267),(1178669,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426270),(1178670,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426271),(1178671,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426272),(1178672,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426274),(1178673,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426275),(1178674,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426277),(1178675,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426279),(1178676,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426282),(1178677,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426283),(1178678,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426285),(1178679,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426286),(1178680,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426287),(1178681,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426288),(1178682,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426289),(1178683,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426291),(1178684,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426292),(1178685,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426293),(1178686,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426294),(1178687,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426295),(1178688,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426296),(1178689,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426299),(1178690,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426300),(1178691,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426301),(1178692,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426304),(1178693,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426305),(1178694,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426308),(1178695,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426309),(1178696,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426310),(1178697,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426311),(1178698,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426312),(1178699,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426313),(1178700,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426315),(1178701,'guest','failed_login','Users','Session','drmap',0,0,'198.46.160.118',1650426316),(1178702,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426316),(1178703,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426319),(1178704,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426321),(1178705,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426322),(1178706,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426323),(1178707,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426324),(1178708,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426326),(1178709,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426329),(1178710,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426330),(1178711,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426335),(1178712,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426339),(1178713,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426341),(1178714,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426345),(1178715,'guest','failed_login','Users','Session','tech1',0,0,'34.123.125.44',1650426345),(1178716,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426346),(1178717,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426347),(1178718,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426348),(1178719,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426350),(1178720,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426353),(1178721,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426355),(1178722,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426358),(1178723,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426359),(1178724,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426360),(1178725,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426362),(1178726,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426364),(1178727,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426365),(1178728,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426367),(1178729,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426371),(1178730,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426373),(1178731,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426375),(1178732,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426378),(1178733,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426381),(1178734,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426383),(1178735,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426384),(1178736,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426386),(1178737,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426388),(1178738,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426390),(1178739,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426391),(1178740,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426393),(1178741,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426396),(1178742,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426399),(1178743,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426400),(1178744,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426401),(1178745,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426405),(1178746,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426406),(1178747,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426408),(1178748,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426409),(1178749,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426412),(1178750,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426415),(1178751,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426417),(1178752,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426418),(1178753,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426419),(1178754,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426420),(1178755,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426421),(1178756,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426423),(1178757,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426425),(1178758,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426427),(1178759,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426429),(1178760,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426433),(1178761,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426436),(1178762,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426441),(1178763,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426443),(1178764,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426448),(1178765,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426450),(1178766,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426452),(1178767,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426453),(1178768,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426454),(1178769,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426455),(1178770,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426456),(1178771,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426457),(1178772,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426458),(1178773,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426461),(1178774,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426462),(1178775,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426466),(1178776,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426468),(1178777,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426469),(1178778,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426470),(1178779,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426473),(1178780,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426475),(1178781,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426477),(1178782,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426479),(1178783,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1650426480),(1178784,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426484),(1178785,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426485),(1178786,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426486),(1178787,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426490),(1178788,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426491),(1178789,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426493),(1178790,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.62',1650426494),(1178791,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426498),(1178792,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426500),(1178793,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426502),(1178794,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426504),(1178795,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426510),(1178796,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426513),(1178797,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426515),(1178798,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426517),(1178799,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426519),(1178800,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426521),(1178801,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426524),(1178802,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426526),(1178803,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426527),(1178804,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426536),(1178805,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426539),(1178806,'guest','failed_login','Users','Session','tech1',0,0,'34.69.38.15',1650426548),(1178807,'guest','failed_login','Users','Session','c',0,0,'119.91.145.189',1650426551),(1178808,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426551),(1178809,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426554),(1178810,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426556),(1178811,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426558),(1178812,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426562),(1178813,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426564),(1178814,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426566),(1178815,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426567),(1178816,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426572),(1178817,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426574),(1178818,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426578),(1178819,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426581),(1178820,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426584),(1178821,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426590),(1178822,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426592),(1178823,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426594),(1178824,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426598),(1178825,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426599),(1178826,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426604),(1178827,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426606),(1178828,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426608),(1178829,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426609),(1178830,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426613),(1178831,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426614),(1178832,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426616),(1178833,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426617),(1178834,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426618),(1178835,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426619),(1178836,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426620),(1178837,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426621),(1178838,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426622),(1178839,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426624),(1178840,'guest','failed_login','Users','Session','tech1',0,0,'68.183.63.82',1650426624),(1178841,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426625),(1178842,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426626),(1178843,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426627),(1178844,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426629),(1178845,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426631),(1178846,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426632),(1178847,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426633),(1178848,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426634),(1178849,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426635),(1178850,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426638),(1178851,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426639),(1178852,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426640),(1178853,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426642),(1178854,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426643),(1178855,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426644),(1178856,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426646),(1178857,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426647),(1178858,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426649),(1178859,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426650),(1178860,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426651),(1178861,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426652),(1178862,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426654),(1178863,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426655),(1178864,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426658),(1178865,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426659),(1178866,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426660),(1178867,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426661),(1178868,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426662),(1178869,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426664),(1178870,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426665),(1178871,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426666),(1178872,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426667),(1178873,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426670),(1178874,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426672),(1178875,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426673),(1178876,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426674),(1178877,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426676),(1178878,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426679),(1178879,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426680),(1178880,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426681),(1178881,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426683),(1178882,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426684),(1178883,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426686),(1178884,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426688),(1178885,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426690),(1178886,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426692),(1178887,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426694),(1178888,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426695),(1178889,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426696),(1178890,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426697),(1178891,'guest','failed_login','Users','Session','tech1',0,0,'132.148.121.32',1650426699),(1178892,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426703),(1178893,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426704),(1178894,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426705),(1178895,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426706),(1178896,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426709),(1178897,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426710),(1178898,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426712),(1178899,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426714),(1178900,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426716),(1178901,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426718),(1178902,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426720),(1178903,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426721),(1178904,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426723),(1178905,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426725),(1178906,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426726),(1178907,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426727),(1178908,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426728),(1178909,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426729),(1178910,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426730),(1178911,'guest','failed_login','Users','Session','tech1',0,0,'159.89.23.231',1650426731),(1178912,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426732),(1178913,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426733),(1178914,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426734),(1178915,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426736),(1178916,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426737),(1178917,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426739),(1178918,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426741),(1178919,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426742),(1178920,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426743),(1178921,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426745),(1178922,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426746),(1178923,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426747),(1178924,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426748),(1178925,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426749),(1178926,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.75',1650426751),(1178927,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426751),(1178928,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426752),(1178929,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426753),(1178930,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426754),(1178931,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426755),(1178932,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426757),(1178933,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426759),(1178934,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426760),(1178935,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426761),(1178936,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426762),(1178937,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426764),(1178938,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426765),(1178939,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426767),(1178940,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426768),(1178941,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426769),(1178942,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426770),(1178943,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426772),(1178944,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426773),(1178945,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426775),(1178946,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426776),(1178947,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426779),(1178948,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426780),(1178949,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426781),(1178950,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426783),(1178951,'guest','failed_login','Users','Session','h',0,0,'119.91.145.189',1650426784),(1178952,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426787),(1178953,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426788),(1178954,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426790),(1178955,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426791),(1178956,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426793),(1178957,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426794),(1178958,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426796),(1178959,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426797),(1178960,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426798),(1178961,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426799),(1178962,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426800),(1178963,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426805),(1178964,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426807),(1178965,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426811),(1178966,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426812),(1178967,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426813),(1178968,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426815),(1178969,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426816),(1178970,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426817),(1178971,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426819),(1178972,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426821),(1178973,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426824),(1178974,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426828),(1178975,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426840),(1178976,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426844),(1178977,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426846),(1178978,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426855),(1178979,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426857),(1178980,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426859),(1178981,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426861),(1178982,'guest','failed_login','Users','Session','drmap',0,0,'216.117.188.6',1650426862),(1178983,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426862),(1178984,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426864),(1178985,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426867),(1178986,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426869),(1178987,'guest','failed_login','Users','Session','1',0,0,'119.91.145.189',1650426876),(1178988,'guest','failed_login','Users','Session','tech1',0,0,'138.197.173.121',1650426937),(1178989,'guest','failed_login','Users','Session','tech1',0,0,'143.244.177.220',1650427102),(1178990,'guest','failed_login','Users','Session','tech1',0,0,'209.126.80.250',1650427233),(1178991,'guest','failed_login','Users','Session','drmap',0,0,'162.144.63.211',1650427258),(1178992,'guest','failed_login','Users','Session','tech1',0,0,'101.35.201.122',1650427378),(1178993,'guest','failed_login','Users','Session','tech1',0,0,'2400:8100:ffff:0:117:120:13:52',1650427489),(1178994,'guest','failed_login','Users','Session','tech1',0,0,'148.72.244.254',1650427530),(1178995,'guest','failed_login','Users','Session','drmap',0,0,'47.241.15.39',1650427802),(1178996,'guest','failed_login','Users','Session','tech1',0,0,'185.70.11.21',1650427831),(1178997,'guest','failed_login','Users','Session','tech1',0,0,'185.46.59.70',1650427852),(1178998,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.75',1650427910),(1178999,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.70',1650427919),(1179000,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.62',1650427928),(1179001,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.230',1650428021),(1179002,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.221',1650428044),(1179003,'guest','failed_login','Users','Session','tech1',0,0,'62.171.136.23',1650428133),(1179004,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:5:101b::d1b:2a3a',1650428198),(1179005,'guest','failed_login','Users','Session','tech1',0,0,'185.119.90.34',1650428431),(1179006,'guest','failed_login','Users','Session','tech1',0,0,'142.93.109.72',1650428436),(1179007,'guest','failed_login','Users','Session','tech1',0,0,'185.75.194.144',1650428471),(1179008,'guest','failed_login','Users','Session','[login]',0,0,'185.75.194.144',1650428472),(1179009,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650428551),(1179010,'guest','failed_login','Users','Session','tech1',0,0,'192.169.244.239',1650428712),(1179011,'guest','failed_login','Users','Session','drmap',0,0,'93.86.255.38',1650428741),(1179012,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1650428978),(1179013,'guest','failed_login','Users','Session','tech1',0,0,'2a01:8740:ffff:fffb:0:4eff:fe8e:3f3b',1650429038),(1179014,'guest','failed_login','Users','Session','tech1',0,0,'185.46.59.70',1650429123),(1179015,'guest','failed_login','Users','Session','drmap',0,0,'91.134.248.249',1650429132),(1179016,'guest','failed_login','Users','Session','tech1',0,0,'112.78.1.204',1650429324),(1179017,'guest','failed_login','Users','Session','tech1',0,0,'136.243.124.150',1650429365),(1179018,'guest','failed_login','Users','Session','tech1',0,0,'82.97.10.157',1650429652),(1179019,'guest','failed_login','Users','Session','drmap',0,0,'134.195.196.53',1650429677),(1179020,'guest','failed_login','Users','Session','tech1',0,0,'34.65.234.0',1650429756),(1179021,'guest','failed_login','Users','Session','tech1',0,0,'207.148.66.152',1650429919),(1179022,'guest','failed_login','Users','Session','tech1',0,0,'107.181.185.226',1650429964),(1179023,'guest','failed_login','Users','Session','drmap',0,0,'167.99.252.52',1650430076),(1179024,'guest','failed_login','Users','Session','tech1',0,0,'51.210.251.22',1650430268),(1179025,'guest','failed_login','Users','Session','tech1',0,0,'35.246.197.88',1650430297),(1179026,'guest','failed_login','Users','Session','tech1',0,0,'8.210.146.161',1650430307),(1179027,'guest','failed_login','Users','Session','tech1',0,0,'162.144.63.211',1650430617),(1179028,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:400:d0::1a04:a001',1650430878),(1179029,'guest','failed_login','Users','Session','dmytro',0,0,'192.187.127.21',1650431302),(1179030,'guest','failed_login','Users','Session','tech1',0,0,'109.70.148.44',1650431368),(1179031,'guest','failed_login','Users','Session','tech1',0,0,'142.93.201.0',1650431393),(1179032,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.62',1650431404),(1179033,'guest','failed_login','Users','Session','drmap',0,0,'121.43.170.78',1650431658),(1179034,'guest','failed_login','Users','Session','tech1',0,0,'68.168.221.155',1650431861),(1179035,'guest','failed_login','Users','Session','tech1',0,0,'159.203.165.67',1650432112),(1179036,'guest','failed_login','Users','Session','tech1',0,0,'52.234.178.100',1650432160),(1179037,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.59',1650432217),(1179038,'guest','failed_login','Users','Session','admin',0,0,'74.91.17.85',1650432376),(1179039,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::bd5:1001',1650432377),(1179040,'guest','failed_login','Users','Session','drmap',0,0,'207.180.207.240',1650432423),(1179041,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.70',1650432485),(1179042,'guest','failed_login','Users','Session','test',0,0,'74.91.17.85',1650432501),(1179043,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650432755),(1179044,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::1117:2001',1650432924),(1179045,'guest','failed_login','Users','Session','drmap',0,0,'34.122.210.151',1650433188),(1179046,'guest','failed_login','Users','Session','tech1',0,0,'102.219.178.121',1650433553),(1179047,'guest','failed_login','Users','Session','[login]',0,0,'102.219.178.121',1650433553),(1179048,'guest','failed_login','Users','Session','tech1',0,0,'167.71.163.218',1650433692),(1179049,'guest','failed_login','Users','Session','tech1',0,0,'47.241.124.182',1650434137),(1179050,'guest','failed_login','Users','Session','drmap',0,0,'165.232.94.255',1650434722),(1179051,'guest','failed_login','Users','Session','tech1',0,0,'2400:8902::f03c:92ff:fe6c:1183',1650434768),(1179052,'guest','failed_login','Users','Session','tech1',0,0,'178.128.194.13',1650435229),(1179053,'guest','failed_login','Users','Session','tech1',0,0,'150.95.112.26',1650435436),(1179054,'guest','failed_login','Users','Session','[login]',0,0,'150.95.112.26',1650435436),(1179055,'guest','failed_login','Users','Session','drmap',0,0,'92.204.138.28',1650435492),(1179056,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1650435996),(1179057,'guest','failed_login','Users','Session','tech1',0,0,'143.110.184.46',1650436073),(1179058,'guest','failed_login','Users','Session','drmap',0,0,'52.226.64.215',1650436266),(1179059,'guest','failed_login','Users','Session','tech1',0,0,'92.62.131.15',1650436656),(1179060,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650436741),(1179061,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:1:d0::d15:b001',1650436761),(1179062,'guest','failed_login','Users','Session','tech1',0,0,'78.135.87.2',1650437187),(1179063,'guest','failed_login','Users','Session','tech1',0,0,'144.91.117.193',1650437526),(1179064,'guest','failed_login','Users','Session','drmap',0,0,'34.121.23.185',1650437783),(1179065,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4f71',1650437908),(1179066,'guest','failed_login','Users','Session','[login]',0,0,'2a00:d680:20:50::4f71',1650437908),(1179067,'guest','failed_login','Users','Session','tech1',0,0,'173.212.235.115',1650438283),(1179068,'guest','failed_login','Users','Session','tech1',0,0,'141.94.87.67',1650438444),(1179069,'guest','failed_login','Users','Session','[login]',0,0,'141.94.87.67',1650438444),(1179070,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.42',1650438527),(1179071,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.94',1650438546),(1179072,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.42',1650438706),(1179073,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.202.94',1650438890),(1179074,'guest','failed_login','Users','Session','tech1',0,0,'165.232.94.255',1650439049),(1179075,'guest','failed_login','Users','Session','tech1',0,0,'128.199.25.247',1650439100),(1179076,'guest','failed_login','Users','Session','drmap',0,0,'47.93.61.192',1650439304),(1179077,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650439522),(1179078,'guest','failed_login','Users','Session','tech1',0,0,'34.68.4.41',1650439810),(1179079,'guest','failed_login','Users','Session','drmap',0,0,'52.234.178.100',1650440049),(1179080,'guest','failed_login','Users','Session','tech1',0,0,'91.240.85.137',1650440578),(1179081,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.85',1650440641),(1179082,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.114',1650440796),(1179083,'guest','failed_login','Users','Session','tech1',0,0,'66.94.103.182',1650441251),(1179084,'guest','failed_login','Users','Session','[login]',0,0,'66.94.103.182',1650441251),(1179085,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:5:115b::e12:8f0d',1650441532),(1179086,'guest','failed_login','Users','Session','dmytro',0,0,'208.110.66.141',1650441612),(1179087,'guest','failed_login','Users','Session','admin',0,0,'211.115.65.107',1650441807),(1179088,'guest','failed_login','Users','Session','tech1',0,0,'2001:df7:ce00:11::2',1650441969),(1179089,'guest','failed_login','Users','Session','drmap',0,0,'68.183.75.82',1650442289),(1179090,'guest','failed_login','Users','Session','admin',0,0,'176.235.216.155',1650442313),(1179091,'guest','failed_login','Users','Session','admin',0,0,'2a00:d680:20:50::4a10',1650442344),(1179092,'guest','failed_login','Users','Session','tech1',0,0,'115.146.127.55',1650442671),(1179093,'guest','failed_login','Users','Session','[login]',0,0,'115.146.127.55',1650442671),(1179094,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.77',1650442780),(1179095,'guest','failed_login','Users','Session','admin',0,0,'139.59.153.133',1650442800),(1179096,'guest','failed_login','Users','Session','tech1',0,0,'148.72.244.254',1650442817),(1179097,'guest','failed_login','Users','Session','drmap',0,0,'5.253.181.177',1650443025),(1179098,'guest','failed_login','Users','Session','tech1',0,0,'161.35.210.101',1650443268),(1179099,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.106',1650443285),(1179100,'guest','failed_login','Users','Session','tech1',0,0,'13.65.208.195',1650443326),(1179101,'guest','failed_login','Users','Session','[login]',0,0,'13.65.208.195',1650443327),(1179102,'guest','failed_login','Users','Session','tech1',0,0,'195.201.27.74',1650443499),(1179103,'guest','failed_login','Users','Session','tech1',0,0,'143.110.208.83',1650443727),(1179104,'guest','failed_login','Users','Session','drmap',0,0,'20.64.155.18',1650443745),(1179105,'guest','failed_login','Users','Session','tech1',0,0,'5.189.128.189',1650443763),(1179106,'guest','failed_login','Users','Session','tech1',0,0,'137.117.42.240',1650443901),(1179107,'guest','failed_login','Users','Session','tech1',0,0,'176.31.116.73',1650444186),(1179108,'guest','failed_login','Users','Session','tech1',0,0,'66.29.141.38',1650444203),(1179109,'guest','failed_login','Users','Session','tech1',0,0,'175.45.125.65',1650444218),(1179110,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::12df:b001',1650444459),(1179111,'guest','failed_login','Users','Session','tech1',0,0,'41.93.82.7',1650444611),(1179112,'guest','failed_login','Users','Session','tech1',0,0,'2401:5f80:5000:2::11',1650444647),(1179113,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650444829),(1179114,'guest','failed_login','Users','Session','tech1',0,0,'91.219.194.21',1650444929),(1179115,'guest','failed_login','Users','Session','tech1',0,0,'111.92.189.48',1650444959),(1179116,'guest','failed_login','Users','Session','tech1',0,0,'178.62.78.78',1650445066),(1179117,'guest','failed_login','Users','Session','tech1',0,0,'184.171.244.219',1650445106),(1179118,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.22',1650445108),(1179119,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:800:3a65::',1650445171),(1179120,'guest','failed_login','Users','Session','tech1',0,0,'103.226.174.221',1650445514),(1179121,'guest','failed_login','Users','Session','[login]',0,0,'103.226.174.221',1650445514),(1179122,'guest','failed_login','Users','Session','tech1',0,0,'173.212.214.140',1650445516),(1179123,'guest','failed_login','Users','Session','tech1',0,0,'159.65.216.18',1650445643),(1179124,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.62',1650445758),(1179125,'guest','failed_login','Users','Session','admin',0,0,'69.30.230.62',1650445762),(1179126,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.141',1650445836),(1179127,'guest','failed_login','Users','Session','drmap',0,0,'143.244.140.199',1650445890),(1179128,'guest','failed_login','Users','Session','com',0,0,'69.197.154.22',1650445933),(1179129,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.230.62',1650445942),(1179130,'guest','failed_login','Users','Session','tech1',0,0,'173.212.214.140',1650445965),(1179131,'guest','failed_login','Users','Session','tech1',0,0,'192.81.214.168',1650446002),(1179132,'guest','failed_login','Users','Session','tech1',0,0,'31.172.80.147',1650446095),(1179133,'guest','failed_login','Users','Session','[login]',0,0,'31.172.80.147',1650446095),(1179134,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.75',1650446114),(1179135,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650446236),(1179136,'guest','failed_login','Users','Session','tech1',0,0,'139.59.150.45',1650446361),(1179137,'guest','failed_login','Users','Session','tech1',0,0,'72.167.103.238',1650446403),(1179138,'guest','failed_login','Users','Session','tech1',0,0,'165.232.185.213',1650446434),(1179139,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.70',1650446486),(1179140,'guest','failed_login','Users','Session','drmap',0,0,'103.109.28.1',1650446604),(1179141,'guest','failed_login','Users','Session','tech1',0,0,'2a02:4780:3:3:3b0c:aa8b:657c:c52e',1650446614),(1179142,'guest','failed_login','Users','Session','[login]',0,0,'2a02:4780:3:3:3b0c:aa8b:657c:c52e',1650446615),(1179143,'guest','failed_login','Users','Session','tech1',0,0,'144.91.75.9',1650446880),(1179144,'guest','failed_login','Users','Session','tech1',0,0,'107.180.124.4',1650446907),(1179145,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.70',1650447070),(1179146,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650447072),(1179147,'guest','failed_login','Users','Session','drmap',0,0,'159.89.160.120',1650447315),(1179148,'guest','failed_login','Users','Session','tech1',0,0,'116.62.155.4',1650447332),(1179149,'guest','failed_login','Users','Session','tech1',0,0,'159.89.2.220',1650447388),(1179150,'guest','failed_login','Users','Session','tech1',0,0,'82.66.92.137',1650447728),(1179151,'guest','failed_login','Users','Session','tech1',0,0,'88.198.19.200',1650447786),(1179152,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1650447834),(1179153,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.56',1650447865),(1179154,'guest','failed_login','Users','Session','drmap',0,0,'2a02:c207:2052:2845::1',1650448034),(1179155,'guest','failed_login','Users','Session','tech1',0,0,'159.89.204.193',1650448311),(1179156,'guest','failed_login','Users','Session','tech1',0,0,'141.94.21.233',1650448320),(1179157,'guest','failed_login','Users','Session','tech1',0,0,'159.89.2.220',1650448349),(1179158,'guest','failed_login','Users','Session','tech1',0,0,'2400:8904::f03c:92ff:fef0:39e9',1650448506),(1179159,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d1::596:8001',1650448751),(1179160,'guest','failed_login','Users','Session','tech1',0,0,'51.222.138.98',1650448808),(1179161,'guest','failed_login','Users','Session','tech1',0,0,'2600:3c00::f03c:91ff:fe7a:affb',1650448838),(1179162,'guest','failed_login','Users','Session','tech1',0,0,'103.148.76.92',1650448972),(1179163,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:2:d0::10e4:5001',1650449220),(1179164,'guest','failed_login','Users','Session','tech1',0,0,'34.73.162.22',1650449297),(1179165,'guest','failed_login','Users','Session','tech1',0,0,'207.55.244.15',1650449328),(1179166,'guest','failed_login','Users','Session','drmap',0,0,'2a00:1128:1:1::147:43',1650449468),(1179167,'guest','failed_login','Users','Session','tech1',0,0,'124.217.226.56',1650449766),(1179168,'guest','failed_login','Users','Session','tech1',0,0,'159.89.2.220',1650449809),(1179169,'guest','failed_login','Users','Session','tech1',0,0,'137.184.117.52',1650449951),(1179170,'guest','failed_login','Users','Session','tech1',0,0,'46.101.11.222',1650450102),(1179171,'guest','failed_login','Users','Session','[login]',0,0,'46.101.11.222',1650450103),(1179172,'guest','failed_login','Users','Session','drmap',0,0,'35.203.66.166',1650450205),(1179173,'guest','failed_login','Users','Session','tech1',0,0,'185.64.25.189',1650450263),(1179174,'guest','failed_login','Users','Session','tech1',0,0,'2a06:6440:0:2c80::1',1650450316),(1179175,'guest','failed_login','Users','Session','tech1',0,0,'75.119.147.106',1650450658),(1179176,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:1c1c:351::1',1650450684),(1179177,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.106',1650450767),(1179178,'guest','failed_login','Users','Session','tech1',0,0,'138.128.173.10',1650450816),(1179179,'guest','failed_login','Users','Session','drmap',0,0,'176.98.40.88',1650450936),(1179180,'guest','failed_login','Users','Session','tech1',0,0,'2a02:4780:3:3:3b0c:aa8b:657c:c52e',1650451182),(1179181,'guest','failed_login','Users','Session','tech1',0,0,'185.146.21.52',1650451301),(1179182,'guest','failed_login','Users','Session','tech1',0,0,'104.131.60.249',1650451320),(1179183,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:6:a034::ef8:bfd',1650451669),(1179184,'guest','failed_login','Users','Session','tech1',0,0,'194.233.90.4',1650451781),(1179185,'guest','failed_login','Users','Session','tech1',0,0,'47.91.87.213',1650451841),(1179186,'guest','failed_login','Users','Session','tech1',0,0,'88.135.37.49',1650451852),(1179187,'guest','failed_login','Users','Session','tech1',0,0,'207.154.244.58',1650452343),(1179188,'guest','failed_login','Users','Session','tech1',0,0,'118.27.103.110',1650452346),(1179189,'guest','failed_login','Users','Session','tech1',0,0,'159.65.251.251',1650452399),(1179190,'guest','failed_login','Users','Session','drmap',0,0,'185.19.190.26',1650452403),(1179191,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650452682),(1179192,'guest','failed_login','Users','Session','tech1',0,0,'111.231.82.232',1650452880),(1179193,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650452884),(1179194,'guest','failed_login','Users','Session','tech1',0,0,'69.163.196.200',1650452885),(1179195,'guest','failed_login','Users','Session','tech1',0,0,'52.21.0.38',1650452906),(1179196,'guest','failed_login','Users','Session','[login]',0,0,'52.21.0.38',1650452906),(1179197,'guest','failed_login','Users','Session','tech1',0,0,'196.203.219.49',1650452925),(1179198,'guest','failed_login','Users','Session','drmap',0,0,'185.19.190.26',1650453133),(1179199,'guest','failed_login','Users','Session','tech1',0,0,'66.29.141.38',1650453416),(1179200,'guest','failed_login','Users','Session','tech1',0,0,'91.123.18.217',1650453467),(1179201,'guest','failed_login','Users','Session','tech1',0,0,'152.104.9.45',1650453491),(1179202,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.77',1650453618),(1179203,'guest','failed_login','Users','Session','drmap',0,0,'132.248.60.104',1650453873),(1179204,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a044::b4b:5afd',1650453960),(1179205,'guest','failed_login','Users','Session','tech1',0,0,'149.62.171.31',1650454002),(1179206,'guest','failed_login','Users','Session','tech1',0,0,'149.129.181.100',1650454101),(1179207,'guest','failed_login','Users','Session','dmytro',0,0,'192.187.127.21',1650454283),(1179208,'guest','failed_login','Users','Session','tech1',0,0,'1.203.77.186',1650454359),(1179209,'guest','failed_login','Users','Session','tech1',0,0,'120.24.108.217',1650454494),(1179210,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a044::b4b:5afd',1650454549),(1179211,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.8',1650454615),(1179212,'guest','failed_login','Users','Session','tech1',0,0,'2406:da1a:7be:fc00:edb4:99a1:ea50:c5f2',1650454853),(1179213,'guest','failed_login','Users','Session','[login]',0,0,'2406:da1a:7be:fc00:edb4:99a1:ea50:c5f2',1650454870),(1179214,'guest','failed_login','Users','Session','tech1',0,0,'159.65.7.254',1650455046),(1179215,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.141',1650455074),(1179216,'guest','failed_login','Users','Session','tech1',0,0,'42.193.21.177',1650455099),(1179217,'guest','failed_login','Users','Session','tech1',0,0,'107.180.124.4',1650455100),(1179218,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.94',1650455121),(1179219,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.85',1650455242),(1179220,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.114',1650455338),(1179221,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c2c:680::1',1650455371),(1179222,'guest','failed_login','Users','Session','tech1',0,0,'159.89.2.220',1650455622),(1179223,'guest','failed_login','Users','Session','tech1',0,0,'142.93.170.99',1650455641),(1179224,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.75',1650455829),(1179225,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.75',1650455901),(1179226,'guest','failed_login','Users','Session','tech1',0,0,'89.163.206.159',1650455929),(1179227,'guest','failed_login','Users','Session','[login]',0,0,'89.163.206.159',1650455930),(1179228,'guest','failed_login','Users','Session','drmap',0,0,'141.94.247.170',1650456051),(1179229,'guest','failed_login','Users','Session','tech1',0,0,'159.65.251.251',1650456175),(1179230,'guest','failed_login','Users','Session','tech1',0,0,'34.135.49.103',1650456213),(1179231,'guest','failed_login','Users','Session','tech1',0,0,'103.10.105.156',1650456517),(1179232,'guest','failed_login','Users','Session','tech1',0,0,'35.224.250.64',1650456525),(1179233,'guest','failed_login','Users','Session','tech1',0,0,'47.242.50.8',1650456724),(1179234,'guest','failed_login','Users','Session','tech1',0,0,'128.199.166.77',1650456767),(1179235,'guest','failed_login','Users','Session','drmap',0,0,'39.108.148.88',1650456771),(1179236,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.85',1650456974),(1179237,'guest','failed_login','Users','Session','tech1',0,0,'157.245.106.233',1650457138),(1179238,'guest','failed_login','Users','Session','tech1',0,0,'167.71.193.214',1650457293),(1179239,'guest','failed_login','Users','Session','tech1',0,0,'101.32.26.66',1650457329),(1179240,'guest','failed_login','Users','Session','drmap',0,0,'192.169.152.218',1650457488),(1179241,'guest','failed_login','Users','Session','tech1',0,0,'185.75.194.144',1650457717),(1179242,'guest','failed_login','Users','Session','[login]',0,0,'185.75.194.144',1650457717),(1179243,'guest','failed_login','Users','Session','tech1',0,0,'160.251.28.21',1650457866),(1179244,'guest','failed_login','Users','Session','tech1',0,0,'43.241.58.180',1650457929),(1179245,'guest','failed_login','Users','Session','tech1',0,0,'35.224.250.64',1650457963),(1179246,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:1:d0::a9:b001',1650458213),(1179247,'guest','failed_login','Users','Session','tech1',0,0,'194.5.175.15',1650458476),(1179248,'guest','failed_login','Users','Session','tech1',0,0,'103.159.53.102',1650458524),(1179249,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c010:a209::1',1650458684),(1179250,'guest','failed_login','Users','Session','tech1',0,0,'36.89.251.105',1650458712),(1179251,'guest','failed_login','Users','Session','drmap',0,0,'109.168.97.89',1650458934),(1179252,'guest','failed_login','Users','Session','tech1',0,0,'196.203.219.49',1650459083),(1179253,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4a10',1650459124),(1179254,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4f71',1650459301),(1179255,'guest','failed_login','Users','Session','tech1',0,0,'159.223.170.181',1650459409),(1179256,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650459567),(1179257,'guest','failed_login','Users','Session','drmap',0,0,'78.141.209.179',1650459653),(1179258,'guest','failed_login','Users','Session','tech1',0,0,'35.202.241.36',1650459683),(1179259,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::4c3c:e001',1650459728),(1179260,'guest','failed_login','Users','Session','tech1',0,0,'163.44.154.211',1650459872),(1179261,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650460135),(1179262,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650460223),(1179263,'guest','failed_login','Users','Session','tech1',0,0,'43.129.212.158',1650460293),(1179264,'guest','failed_login','Users','Session','tech1',0,0,'45.125.239.179',1650460328),(1179265,'guest','failed_login','Users','Session','drmap',0,0,'164.68.97.208',1650460383),(1179266,'guest','failed_login','Users','Session','tech1',0,0,'94.247.172.123',1650460404),(1179267,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:161:1d2::2',1650460929),(1179268,'guest','failed_login','Users','Session','tech1',0,0,'137.117.42.240',1650460941),(1179269,'guest','failed_login','Users','Session','[login]',0,0,'137.117.42.240',1650460941),(1179270,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::113d:d001',1650460953),(1179271,'guest','failed_login','Users','Session','drmap',0,0,'77.221.130.84',1650461103),(1179272,'guest','failed_login','Users','Session','tech1',0,0,'193.70.39.129',1650461486),(1179273,'guest','failed_login','Users','Session','tech1',0,0,'159.75.71.179',1650461550),(1179274,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2052:2845::1',1650461580),(1179275,'guest','failed_login','Users','Session','tech1',0,0,'62.28.184.124',1650461618),(1179276,'guest','failed_login','Users','Session','tech1',0,0,'2a03:6f00:6:1::517:3364',1650461965),(1179277,'guest','failed_login','Users','Session','[login]',0,0,'2a03:6f00:6:1::517:3364',1650461966),(1179278,'guest','failed_login','Users','Session','tech1',0,0,'207.55.244.15',1650462214),(1179279,'guest','failed_login','Users','Session','tech1',0,0,'35.247.159.133',1650462237),(1179280,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:101b::d1b:2a3a',1650462303),(1179281,'guest','failed_login','Users','Session','drmap',0,0,'51.91.151.60',1650462548),(1179282,'guest','failed_login','Users','Session','tech1',0,0,'128.199.25.247',1650462628),(1179283,'guest','failed_login','Users','Session','tech1',0,0,'209.126.80.250',1650462847),(1179284,'guest','failed_login','Users','Session','tech1',0,0,'125.227.127.195',1650462878),(1179285,'guest','failed_login','Users','Session','com',0,0,'204.12.202.94',1650462948),(1179286,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.94',1650462986),(1179287,'guest','failed_login','Users','Session','bangkokfinder',0,0,'192.187.127.21',1650463010),(1179288,'guest','failed_login','Users','Session','tech1',0,0,'161.97.118.255',1650463026),(1179289,'guest','failed_login','Users','Session','test',0,0,'192.187.127.21',1650463110),(1179290,'guest','failed_login','Users','Session','admin',0,0,'69.30.229.68',1650463129),(1179291,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.21',1650463202),(1179292,'guest','failed_login','Users','Session','tech1',0,0,'154.12.236.50',1650463234),(1179293,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:400:d0::1a04:a001',1650463272),(1179294,'guest','failed_login','Users','Session','tech1',0,0,'47.91.87.213',1650463486),(1179295,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:271:2583::2',1650463539),(1179296,'guest','failed_login','Users','Session','tech1',0,0,'137.184.117.52',1650463753),(1179297,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.205',1650464002),(1179298,'guest','failed_login','Users','Session','tech1',0,0,'184.171.244.219',1650464139),(1179299,'guest','failed_login','Users','Session','tech1',0,0,'128.199.166.77',1650464165),(1179300,'guest','failed_login','Users','Session','tech1',0,0,'150.95.112.26',1650464364),(1179301,'guest','failed_login','Users','Session','[login]',0,0,'150.95.112.26',1650464365),(1179302,'guest','failed_login','Users','Session','tech1',0,0,'91.134.248.249',1650464484),(1179303,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.22',1650464602),(1179304,'guest','failed_login','Users','Session','admin',0,0,'173.208.242.42',1650464688),(1179305,'guest','failed_login','Users','Session','drmap',0,0,'167.172.168.111',1650464735),(1179306,'guest','failed_login','Users','Session','tech1',0,0,'45.61.146.241',1650464785),(1179307,'guest','failed_login','Users','Session','tech1',0,0,'41.93.82.7',1650464834),(1179308,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2047:2318::1',1650464926),(1179309,'guest','failed_login','Users','Session','tech1',0,0,'103.129.222.91',1650465220),(1179310,'guest','failed_login','Users','Session','tech1',0,0,'159.253.25.213',1650465443),(1179311,'guest','failed_login','Users','Session','drmap',0,0,'39.103.157.70',1650465474),(1179312,'guest','failed_login','Users','Session','tech1',0,0,'116.62.155.4',1650465479),(1179313,'guest','failed_login','Users','Session','tech1',0,0,'159.65.56.30',1650465517),(1179314,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.42',1650465590),(1179315,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.68',1650465761),(1179316,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.42',1650465773),(1179317,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.202.94',1650465782),(1179318,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.62',1650465937),(1179319,'guest','failed_login','Users','Session','tech1',0,0,'47.93.49.198',1650465968),(1179320,'guest','failed_login','Users','Session','tech1',0,0,'144.91.75.9',1650466111),(1179321,'guest','failed_login','Users','Session','tech1',0,0,'147.182.248.182',1650466147),(1179322,'guest','failed_login','Users','Session','tech1',0,0,'150.95.112.26',1650466197),(1179323,'guest','failed_login','Users','Session','drmap',0,0,'91.149.192.90',1650466213),(1179324,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650466345),(1179325,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::184d:4001',1650466647),(1179326,'guest','failed_login','Users','Session','tech1',0,0,'103.39.134.190',1650466700),(1179327,'guest','failed_login','Users','Session','tech1',0,0,'112.78.1.204',1650466763),(1179328,'guest','failed_login','Users','Session','tech1',0,0,'120.79.8.125',1650466812),(1179329,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::9fa:4001',1650466950),(1179330,'guest','failed_login','Users','Session','tech1',0,0,'162.243.169.210',1650467194),(1179331,'guest','failed_login','Users','Session','tech1',0,0,'178.128.194.13',1650467438),(1179332,'guest','failed_login','Users','Session','tech1',0,0,'160.251.28.21',1650467444),(1179333,'guest','failed_login','Users','Session','tech1',0,0,'39.98.224.201',1650467522),(1179334,'guest','failed_login','Users','Session','admin',0,0,'69.30.240.26',1650467671),(1179335,'guest','failed_login','Users','Session','drmap',0,0,'159.203.120.246',1650467693),(1179336,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::e8b:7001',1650467866),(1179337,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650468131),(1179338,'guest','failed_login','Users','Session','tech1',0,0,'103.159.53.102',1650468175),(1179339,'guest','failed_login','Users','Session','tech1',0,0,'103.109.28.1',1650468188),(1179340,'guest','failed_login','Users','Session','tech1',0,0,'194.233.75.42',1650468211),(1179341,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:231:86a::2',1650468492),(1179342,'guest','failed_login','Users','Session','tech1',0,0,'2603:300b:640:3000::5622',1650468875),(1179343,'guest','failed_login','Users','Session','test',0,0,'173.208.206.28',1650468930),(1179344,'guest','failed_login','Users','Session','tech1',0,0,'132.248.60.104',1650468938),(1179345,'guest','failed_login','Users','Session','tech1',0,0,'2a01:e0a:7c:d40:2e2:5cff:fe68:79e8',1650469057),(1179346,'guest','failed_login','Users','Session','drmap',0,0,'67.205.43.116',1650469195),(1179347,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1650469613),(1179348,'guest','failed_login','Users','Session','tech1',0,0,'31.177.95.36',1650469658),(1179349,'guest','failed_login','Users','Session','tech1',0,0,'211.238.13.155',1650469680),(1179350,'guest','failed_login','Users','Session','[login]',0,0,'211.238.13.155',1650469681),(1179351,'guest','failed_login','Users','Session','tech1',0,0,'45.120.69.121',1650469690),(1179352,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.75',1650469769),(1179353,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.70',1650469811),(1179354,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.22',1650469844),(1179355,'guest','failed_login','Users','Session','drmap',0,0,'101.0.80.218',1650469947),(1179356,'guest','failed_login','Users','Session','tech1',0,0,'165.232.71.87',1650470260),(1179357,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.44',1650470309),(1179358,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2019:9917::1',1650470380),(1179359,'guest','failed_login','Users','Session','tech1',0,0,'46.29.23.162',1650470443),(1179360,'guest','failed_login','Users','Session','test',0,0,'69.30.229.68',1650470452),(1179361,'guest','failed_login','Users','Session','dmytro',0,0,'74.91.17.85',1650470655),(1179362,'guest','failed_login','Users','Session','drmap',0,0,'2a00:5da0:1000:1::27',1650470701),(1179363,'guest','failed_login','Users','Session','tech1',0,0,'34.87.101.136',1650470794),(1179364,'guest','failed_login','Users','Session','tech1',0,0,'107.180.124.4',1650471051),(1179365,'guest','failed_login','Users','Session','tech1',0,0,'138.128.173.10',1650471105),(1179366,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.85',1650471171),(1179367,'guest','failed_login','Users','Session','tech1',0,0,'188.166.94.198',1650471201),(1179368,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2038:455::1',1650471371),(1179369,'guest','failed_login','Users','Session','drmap',0,0,'205.147.109.158',1650471461),(1179370,'guest','failed_login','Users','Session','tech1',0,0,'86.57.254.101',1650471803),(1179371,'guest','failed_login','Users','Session','tech1',0,0,'51.222.138.98',1650471844),(1179372,'guest','failed_login','Users','Session','tech1',0,0,'92.204.138.28',1650471965),(1179373,'guest','failed_login','Users','Session','tech1',0,0,'34.121.13.240',1650471986),(1179374,'guest','failed_login','Users','Session','admin',0,0,'69.197.154.22',1650472136),(1179375,'guest','failed_login','Users','Session','drmap',0,0,'103.142.25.17',1650472227),(1179376,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.230.62',1650472530),(1179377,'guest','failed_login','Users','Session','tech1',0,0,'107.190.135.178',1650472539),(1179378,'guest','failed_login','Users','Session','tech1',0,0,'101.35.201.122',1650472566),(1179379,'guest','failed_login','Users','Session','tech1',0,0,'138.128.173.10',1650472586),(1179380,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.31',1650472730),(1179381,'guest','failed_login','Users','Session','tech1',0,0,'128.199.25.247',1650473084),(1179382,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650473180),(1179383,'guest','failed_login','Users','Session','tech1',0,0,'138.128.173.10',1650473283),(1179384,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1650473338),(1179385,'guest','failed_login','Users','Session','tech1',0,0,'162.240.27.242',1650473500),(1179386,'guest','failed_login','Users','Session','tech1',0,0,'93.179.74.17',1650473721),(1179387,'guest','failed_login','Users','Session','drmap',0,0,'217.182.175.39',1650473761),(1179388,'guest','failed_login','Users','Session','tech1',0,0,'103.101.162.249',1650474030),(1179389,'guest','failed_login','Users','Session','tech1',0,0,'35.202.241.36',1650474095),(1179390,'guest','failed_login','Users','Session','tech1',0,0,'78.141.209.179',1650474267),(1179391,'guest','failed_login','Users','Session','tech1',0,0,'47.98.152.210',1650474453),(1179392,'guest','failed_login','Users','Session','drmap',0,0,'104.248.225.59',1650474534),(1179393,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.154.22',1650474684),(1179394,'guest','failed_login','Users','Session','tech1',0,0,'211.37.147.188',1650474788),(1179395,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.223',1650474861),(1179396,'guest','failed_login','Users','Session','tech1',0,0,'173.212.245.128',1650475008),(1179397,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1650475560),(1179398,'guest','failed_login','Users','Session','tech1',0,0,'2400:8902::f03c:92ff:fe6c:1183',1650475566),(1179399,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::cdb4',1650475608),(1179400,'guest','failed_login','Users','Session','tech1',0,0,'159.223.75.135',1650476141),(1179401,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650476226),(1179402,'guest','failed_login','Users','Session','com',0,0,'69.197.154.22',1650476252),(1179403,'guest','failed_login','Users','Session','tech1',0,0,'115.159.148.91',1650476313),(1179404,'guest','failed_login','Users','Session','tech1',0,0,'149.62.171.31',1650476380),(1179405,'guest','failed_login','Users','Session','tech1',0,0,'67.205.176.79',1650476773),(1179406,'guest','failed_login','Users','Session','[login]',0,0,'67.205.176.79',1650476774),(1179407,'guest','failed_login','Users','Session','tech1',0,0,'178.128.82.148',1650476997),(1179408,'guest','failed_login','Users','Session','tech1',0,0,'194.233.75.42',1650477035),(1179409,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.26',1650477351),(1179410,'guest','failed_login','Users','Session','tech1',0,0,'188.166.220.74',1650477356),(1179411,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.28',1650477492),(1179412,'guest','failed_login','Users','Session','admin',0,0,'150.95.110.113',1650477793),(1179413,'guest','failed_login','Users','Session','admin',0,0,'69.197.154.22',1650477852),(1179414,'guest','failed_login','Users','Session','tech1',0,0,'165.232.180.1',1650477948),(1179415,'guest','failed_login','Users','Session','[login]',0,0,'165.232.180.1',1650477948),(1179416,'guest','failed_login','Users','Session','admin',0,0,'173.249.20.17',1650478245),(1179417,'guest','failed_login','Users','Session','admin',0,0,'118.69.173.205',1650478273),(1179418,'guest','failed_login','Users','Session','tech1',0,0,'2406:da14:15:ba00:23ed:8ce9:1bc8:8822',1650478605),(1179419,'guest','failed_login','Users','Session','[login]',0,0,'2406:da14:15:ba00:23ed:8ce9:1bc8:8822',1650478605),(1179420,'guest','failed_login','Users','Session','admin',0,0,'68.183.192.217',1650478689),(1179421,'guest','failed_login','Users','Session','tech1',0,0,'159.89.85.183',1650478723),(1179422,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.230.62',1650478933),(1179423,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.70',1650479135),(1179424,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1650479142),(1179425,'guest','failed_login','Users','Session','tech1',0,0,'47.91.87.213',1650479175),(1179426,'guest','failed_login','Users','Session','tech1',0,0,'111.92.189.48',1650479323),(1179427,'guest','failed_login','Users','Session','[login]',0,0,'111.92.189.48',1650479324),(1179428,'guest','failed_login','Users','Session','tech1',0,0,'103.159.224.46',1650479574),(1179429,'guest','failed_login','Users','Session','tech1',0,0,'79.137.141.196',1650479608),(1179430,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650479974),(1179431,'guest','failed_login','Users','Session','tech1',0,0,'167.71.206.107',1650480024),(1179432,'guest','failed_login','Users','Session','tech1',0,0,'202.28.34.99',1650480026),(1179433,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.134',1650480073),(1179434,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.28',1650480139),(1179435,'guest','failed_login','Users','Session','com',0,0,'63.141.252.70',1650480488),(1179436,'guest','failed_login','Users','Session','tech1',0,0,'38.242.242.224',1650480715),(1179437,'guest','failed_login','Users','Session','tech1',0,0,'2a0e:fd45:2ba0:10:188:64:138:23',1650481481),(1179438,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.68',1650481628),(1179439,'guest','failed_login','Users','Session','admin',0,0,'42.193.21.177',1650481940),(1179440,'guest','failed_login','Users','Session','admin',0,0,'2a02:4780:3:15::6',1650482180),(1179441,'guest','failed_login','Users','Session','tech1',0,0,'2a0e:fd45:2ba0:10:188:64:138:23',1650482284),(1179442,'guest','failed_login','Users','Session','admin',0,0,'104.168.36.11',1650482649),(1179443,'guest','failed_login','Users','Session','admin',0,0,'47.93.61.192',1650482892),(1179444,'guest','failed_login','Users','Session','tech1',0,0,'161.97.133.150',1650482946),(1179445,'guest','failed_login','Users','Session','test',0,0,'63.141.252.70',1650483200),(1179446,'guest','failed_login','Users','Session','admin',0,0,'91.219.194.21',1650483354),(1179447,'guest','failed_login','Users','Session','tech1',0,0,'46.101.11.222',1650483583),(1179448,'guest','failed_login','Users','Session','admin',0,0,'109.168.97.89',1650483594),(1179449,'guest','failed_login','Users','Session','admin',0,0,'173.212.212.180',1650484065),(1179450,'guest','failed_login','Users','Session','tech1',0,0,'13.234.154.64',1650484088),(1179451,'guest','failed_login','Users','Session','admin',0,0,'185.126.219.43',1650484307),(1179452,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650484565),(1179453,'guest','failed_login','Users','Session','tech1',0,0,'194.163.159.35',1650484618),(1179454,'guest','failed_login','Users','Session','tech1',0,0,'13.65.208.195',1650484628),(1179455,'guest','failed_login','Users','Session','tech1',0,0,'139.59.27.57',1650484639),(1179456,'guest','failed_login','Users','Session','admin',0,0,'143.244.140.199',1650484780),(1179457,'guest','failed_login','Users','Session','admin',0,0,'121.37.149.3',1650485027),(1179458,'guest','failed_login','Users','Session','tech1',0,0,'198.211.115.226',1650485060),(1179459,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::42',1650485106),(1179460,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::bd5:1001',1650485190),(1179461,'guest','failed_login','Users','Session','[login]',0,0,'2400:6180:100:d0::bd5:1001',1650485190),(1179462,'guest','failed_login','Users','Session','admin',0,0,'23.97.205.210',1650485506),(1179463,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.22',1650485513),(1179464,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650485682),(1179465,'guest','failed_login','Users','Session','tech1',0,0,'137.184.73.37',1650485804),(1179466,'guest','failed_login','Users','Session','[login]',0,0,'137.184.73.37',1650485804),(1179467,'guest','failed_login','Users','Session','tech1',0,0,'77.22.35.40',1650486236),(1179468,'guest','failed_login','Users','Session','tech1',0,0,'184.171.244.219',1650486407),(1179469,'guest','failed_login','Users','Session','tech1',0,0,'139.196.186.219',1650486436),(1179470,'guest','failed_login','Users','Session','tech1',0,0,'139.59.78.248',1650486458),(1179471,'guest','failed_login','Users','Session','drmap',0,0,'159.65.216.18',1650486474),(1179472,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486790),(1179473,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486791),(1179474,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486792),(1179475,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486793),(1179476,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486794),(1179477,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486795),(1179478,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486796),(1179479,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486797),(1179480,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486798),(1179481,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486799),(1179482,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486800),(1179483,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486801),(1179484,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486802),(1179485,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486803),(1179486,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486804),(1179487,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486805),(1179488,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486806),(1179489,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486807),(1179490,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486808),(1179491,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486809),(1179492,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486810),(1179493,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486811),(1179494,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486812),(1179495,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486813),(1179496,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486814),(1179497,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486815),(1179498,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486816),(1179499,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486817),(1179500,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486818),(1179501,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486819),(1179502,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486820),(1179503,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486821),(1179504,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486822),(1179505,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486823),(1179506,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486824),(1179507,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486825),(1179508,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486826),(1179509,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486827),(1179510,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486828),(1179511,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486829),(1179512,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486830),(1179513,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486831),(1179514,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486832),(1179515,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486833),(1179516,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650486833),(1179517,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486834),(1179518,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486835),(1179519,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486836),(1179520,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486837),(1179521,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486838),(1179522,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.230.62',1650486838),(1179523,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486839),(1179524,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486840),(1179525,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486841),(1179526,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486842),(1179527,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486843),(1179528,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486844),(1179529,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486845),(1179530,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486846),(1179531,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486847),(1179532,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486848),(1179533,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486849),(1179534,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486850),(1179535,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486851),(1179536,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486852),(1179537,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486853),(1179538,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486854),(1179539,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486855),(1179540,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486856),(1179541,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486857),(1179542,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486858),(1179543,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486859),(1179544,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486860),(1179545,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486861),(1179546,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486862),(1179547,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486863),(1179548,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486864),(1179549,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486865),(1179550,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486866),(1179551,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486867),(1179552,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486868),(1179553,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486869),(1179554,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486870),(1179555,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486871),(1179556,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486872),(1179557,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486873),(1179558,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486874),(1179559,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486875),(1179560,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486876),(1179561,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486877),(1179562,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486878),(1179563,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486879),(1179564,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486880),(1179565,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486881),(1179566,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486882),(1179567,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486883),(1179568,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486884),(1179569,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486885),(1179570,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486886),(1179571,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486887),(1179572,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486888),(1179573,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.158',1650486888),(1179574,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486889),(1179575,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486890),(1179576,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486891),(1179577,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486892),(1179578,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486893),(1179579,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486894),(1179580,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486895),(1179581,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486896),(1179582,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486897),(1179583,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486898),(1179584,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486899),(1179585,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486900),(1179586,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486901),(1179587,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486902),(1179588,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486903),(1179589,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486904),(1179590,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486905),(1179591,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486906),(1179592,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486907),(1179593,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486908),(1179594,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486909),(1179595,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486910),(1179596,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486911),(1179597,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486912),(1179598,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486914),(1179599,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486915),(1179600,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486916),(1179601,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486917),(1179602,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486918),(1179603,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486919),(1179604,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486920),(1179605,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486921),(1179606,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486922),(1179607,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486923),(1179608,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486924),(1179609,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486925),(1179610,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486926),(1179611,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486927),(1179612,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486928),(1179613,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486929),(1179614,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486930),(1179615,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486931),(1179616,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486932),(1179617,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486933),(1179618,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486934),(1179619,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486935),(1179620,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486936),(1179621,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486937),(1179622,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486938),(1179623,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486939),(1179624,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486940),(1179625,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486941),(1179626,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486942),(1179627,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486943),(1179628,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486944),(1179629,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486945),(1179630,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486946),(1179631,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486947),(1179632,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486948),(1179633,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486949),(1179634,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486950),(1179635,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486951),(1179636,'guest','failed_login','Users','Session','tech1',0,0,'88.87.206.123',1650486951),(1179637,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486952),(1179638,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486953),(1179639,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486954),(1179640,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486955),(1179641,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486956),(1179642,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486957),(1179643,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486958),(1179644,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486959),(1179645,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486960),(1179646,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486961);
INSERT INTO `wp_aryo_activity_log` VALUES (1179647,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486962),(1179648,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486963),(1179649,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486964),(1179650,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486965),(1179651,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486966),(1179652,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486967),(1179653,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486968),(1179654,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486969),(1179655,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486970),(1179656,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486971),(1179657,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486972),(1179658,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486973),(1179659,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486974),(1179660,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486975),(1179661,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486976),(1179662,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486977),(1179663,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486978),(1179664,'guest','failed_login','Users','Session','tech1',0,0,'34.65.234.0',1650486978),(1179665,'guest','failed_login','Users','Session','[login]',0,0,'34.65.234.0',1650486978),(1179666,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486979),(1179667,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486980),(1179668,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486981),(1179669,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486982),(1179670,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486983),(1179671,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486984),(1179672,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486985),(1179673,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486986),(1179674,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486987),(1179675,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486988),(1179676,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486989),(1179677,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486990),(1179678,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486991),(1179679,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486992),(1179680,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486993),(1179681,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486994),(1179682,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486995),(1179683,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486996),(1179684,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486997),(1179685,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486998),(1179686,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650486999),(1179687,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487000),(1179688,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487001),(1179689,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487002),(1179690,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487003),(1179691,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487004),(1179692,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487005),(1179693,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487006),(1179694,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487007),(1179695,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487008),(1179696,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487009),(1179697,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487010),(1179698,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487011),(1179699,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487017),(1179700,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487018),(1179701,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487019),(1179702,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487020),(1179703,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487021),(1179704,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487022),(1179705,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487023),(1179706,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487024),(1179707,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487025),(1179708,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487026),(1179709,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487027),(1179710,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487028),(1179711,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487029),(1179712,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487030),(1179713,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487031),(1179714,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487032),(1179715,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487033),(1179716,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487034),(1179717,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487035),(1179718,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487036),(1179719,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487037),(1179720,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487038),(1179721,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487039),(1179722,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.141',1650487039),(1179723,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487040),(1179724,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487041),(1179725,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487042),(1179726,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487043),(1179727,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487044),(1179728,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487045),(1179729,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487046),(1179730,'guest','failed_login','Users','Session','tech1',0,0,'193.169.255.204',1650487047),(1179731,'guest','failed_login','Users','Session','tech1',0,0,'95.111.235.203',1650487148),(1179732,'guest','failed_login','Users','Session','tech1',0,0,'185.49.20.77',1650487195),(1179733,'guest','failed_login','Users','Session','drmap',0,0,'157.7.174.49',1650487199),(1179734,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.22',1650487434),(1179735,'guest','failed_login','Users','Session','test',0,0,'37.120.203.87',1650487448),(1179736,'guest','failed_login','Users','Session','tech1',0,0,'103.3.247.65',1650487595),(1179737,'guest','failed_login','Users','Session','[login]',0,0,'103.3.247.65',1650487595),(1179738,'guest','failed_login','Users','Session','tech1',0,0,'8.131.62.110',1650487684),(1179739,'guest','failed_login','Users','Session','tech1',0,0,'139.59.147.218',1650487837),(1179740,'guest','failed_login','Users','Session','drmap',0,0,'185.2.5.31',1650487931),(1179741,'guest','failed_login','Users','Session','tech1',0,0,'212.115.42.7',1650488263),(1179742,'guest','failed_login','Users','Session','[login]',0,0,'212.115.42.7',1650488263),(1179743,'guest','failed_login','Users','Session','tech1',0,0,'85.214.91.8',1650488291),(1179744,'guest','failed_login','Users','Session','tech1',0,0,'45.119.83.250',1650488309),(1179745,'guest','failed_login','Users','Session','tech1',0,0,'143.244.177.220',1650488413),(1179746,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.70',1650488625),(1179747,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.163',1650488664),(1179748,'guest','failed_login','Users','Session','tech1',0,0,'92.205.7.173',1650488743),(1179749,'guest','failed_login','Users','Session','tech1',0,0,'104.248.15.201',1650488759),(1179750,'guest','failed_login','Users','Session','tech1',0,0,'104.154.111.139',1650488767),(1179751,'guest','failed_login','Users','Session','tech1',0,0,'182.75.107.70',1650489154),(1179752,'guest','failed_login','Users','Session','tech1',0,0,'160.251.40.160',1650489186),(1179753,'guest','failed_login','Users','Session','tech1',0,0,'161.35.210.101',1650489218),(1179754,'guest','failed_login','Users','Session','tech1',0,0,'129.232.204.123',1650489293),(1179755,'guest','failed_login','Users','Session','[login]',0,0,'129.232.204.123',1650489293),(1179756,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1650489402),(1179757,'guest','failed_login','Users','Session','tech1',0,0,'103.51.103.2',1650489644),(1179758,'guest','failed_login','Users','Session','tech1',0,0,'66.115.173.18',1650489675),(1179759,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7c8:aab2:c0::1',1650489895),(1179760,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2038:455::1',1650489934),(1179761,'guest','failed_login','Users','Session','[login]',0,0,'2a02:c207:2038:455::1',1650489934),(1179762,'guest','failed_login','Users','Session','tech1',0,0,'123.56.59.9',1650490121),(1179763,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.8',1650490140),(1179764,'guest','failed_login','Users','Session','tech1',0,0,'77.77.150.95',1650490140),(1179765,'guest','failed_login','Users','Session','tech1',0,0,'158.69.192.143',1650490455),(1179766,'guest','failed_login','Users','Session','[login]',0,0,'158.69.192.143',1650490455),(1179767,'guest','failed_login','Users','Session','tech1',0,0,'207.55.255.20',1650490572),(1179768,'guest','failed_login','Users','Session','tech1',0,0,'207.55.244.15',1650490596),(1179769,'guest','failed_login','Users','Session','admin',0,0,'80.249.174.66',1650490622),(1179770,'guest','failed_login','Users','Session','admin',0,0,'2a00:5da0:1000:1::27',1650490867),(1179771,'guest','failed_login','Users','Session','tech1',0,0,'143.198.173.67',1650491010),(1179772,'guest','failed_login','Users','Session','tech1',0,0,'173.242.115.83',1650491031),(1179773,'guest','failed_login','Users','Session','admin',0,0,'167.71.234.124',1650491342),(1179774,'guest','failed_login','Users','Session','tech1',0,0,'35.211.94.153',1650491457),(1179775,'guest','failed_login','Users','Session','tech1',0,0,'64.235.231.20',1650491541),(1179776,'guest','failed_login','Users','Session','admin',0,0,'78.135.83.195',1650491591),(1179777,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::9bb:1',1650491600),(1179778,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::cdb4',1650491918),(1179779,'guest','failed_login','Users','Session','tech1',0,0,'91.219.194.5',1650491945),(1179780,'guest','failed_login','Users','Session','admin',0,0,'84.205.178.134',1650492073),(1179781,'guest','failed_login','Users','Session','tech1',0,0,'102.219.178.121',1650492195),(1179782,'guest','failed_login','Users','Session','test',0,0,'69.30.229.68',1650492293),(1179783,'guest','failed_login','Users','Session','admin',0,0,'211.110.139.214',1650492327),(1179784,'guest','failed_login','Users','Session','tech1',0,0,'51.68.141.94',1650492356),(1179785,'guest','failed_login','Users','Session','tech1',0,0,'159.65.219.142',1650492386),(1179786,'guest','failed_login','Users','Session','com',0,0,'69.30.229.68',1650492458),(1179787,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650492776),(1179788,'guest','failed_login','Users','Session','tech1',0,0,'2400:8901::f03c:92ff:fe76:db4c',1650492784),(1179789,'guest','failed_login','Users','Session','[login]',0,0,'2400:8901::f03c:92ff:fe76:db4c',1650492784),(1179790,'guest','failed_login','Users','Session','tech1',0,0,'128.199.166.77',1650492790),(1179791,'guest','failed_login','Users','Session','admin',0,0,'2a01:7c8:aab2:c0::1',1650492824),(1179792,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.134',1650492841),(1179793,'guest','failed_login','Users','Session','admin',0,0,'81.88.52.210',1650493078),(1179794,'guest','failed_login','Users','Session','tech1',0,0,'185.61.154.35',1650493262),(1179795,'guest','failed_login','Users','Session','tech1',0,0,'161.97.133.150',1650493415),(1179796,'guest','failed_login','Users','Session','[login]',0,0,'161.97.133.150',1650493415),(1179797,'guest','failed_login','Users','Session','admin',0,0,'8.129.212.255',1650493572),(1179798,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650493645),(1179799,'guest','failed_login','Users','Session','tech1',0,0,'107.180.124.4',1650493702),(1179800,'guest','failed_login','Users','Session','tech1',0,0,'35.225.94.95',1650493749),(1179801,'guest','failed_login','Users','Session','admin',0,0,'139.59.118.238',1650493824),(1179802,'guest','failed_login','Users','Session','tech1',0,0,'213.163.113.64',1650494018),(1179803,'guest','failed_login','Users','Session','tech1',0,0,'62.28.184.124',1650494175),(1179804,'guest','failed_login','Users','Session','tech1',0,0,'185.61.154.35',1650494193),(1179805,'guest','failed_login','Users','Session','admin',0,0,'66.11.120.48',1650494321),(1179806,'guest','failed_login','Users','Session','admin',0,0,'72.167.222.172',1650494576),(1179807,'guest','failed_login','Users','Session','tech1',0,0,'47.114.32.24',1650494608),(1179808,'guest','failed_login','Users','Session','tech1',0,0,'159.89.2.220',1650494652),(1179809,'guest','failed_login','Users','Session','tech1',0,0,'34.87.101.136',1650494664),(1179810,'guest','failed_login','Users','Session','[login]',0,0,'34.87.101.136',1650494664),(1179811,'guest','failed_login','Users','Session','tech1',0,0,'143.198.173.67',1650495058),(1179812,'guest','failed_login','Users','Session','admin',0,0,'187.84.233.39',1650495070),(1179813,'guest','failed_login','Users','Session','tech1',0,0,'107.180.107.103',1650495103),(1179814,'guest','failed_login','Users','Session','tech1',0,0,'35.246.197.88',1650495167),(1179815,'guest','failed_login','Users','Session','admin',0,0,'150.109.148.216',1650495326),(1179816,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::113d:d001',1650495507),(1179817,'guest','failed_login','Users','Session','tech1',0,0,'139.59.78.248',1650495542),(1179818,'guest','failed_login','Users','Session','tech1',0,0,'137.117.42.240',1650495656),(1179819,'guest','failed_login','Users','Session','admin',0,0,'45.90.163.251',1650495813),(1179820,'guest','failed_login','Users','Session','tech1',0,0,'199.188.205.51',1650495952),(1179821,'guest','failed_login','Users','Session','tech1',0,0,'192.163.197.220',1650495983),(1179822,'guest','failed_login','Users','Session','admin',0,0,'35.197.204.193',1650496068),(1179823,'guest','failed_login','Users','Session','tech1',0,0,'58.181.206.106',1650496248),(1179824,'guest','failed_login','Users','Session','[login]',0,0,'58.181.206.106',1650496249),(1179825,'guest','failed_login','Users','Session','tech1',0,0,'103.90.235.91',1650496406),(1179826,'guest','failed_login','Users','Session','tech1',0,0,'2001:1418:14:100::47',1650496453),(1179827,'guest','failed_login','Users','Session','admin',0,0,'143.244.177.220',1650496560),(1179828,'guest','failed_login','Users','Session','tech1',0,0,'103.55.39.107',1650496794),(1179829,'guest','failed_login','Users','Session','admin',0,0,'139.59.96.76',1650496818),(1179830,'guest','failed_login','Users','Session','tech1',0,0,'193.164.4.118',1650496889),(1179831,'guest','failed_login','Users','Session','tech1',0,0,'167.172.56.36',1650496916),(1179832,'guest','failed_login','Users','Session','tech1',0,0,'165.232.94.255',1650497326),(1179833,'guest','failed_login','Users','Session','tech1',0,0,'94.247.172.123',1650497331),(1179834,'guest','failed_login','Users','Session','[login]',0,0,'94.247.172.123',1650497332),(1179835,'guest','failed_login','Users','Session','tech1',0,0,'196.203.219.49',1650497348),(1179836,'guest','failed_login','Users','Session','tech1',0,0,'34.176.50.114',1650497357),(1179837,'guest','failed_login','Users','Session','drmap',0,0,'142.93.54.10',1650497580),(1179838,'guest','failed_login','Users','Session','tech1',0,0,'107.161.177.10',1650497810),(1179839,'guest','failed_login','Users','Session','tech1',0,0,'190.145.68.131',1650497840),(1179840,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2039:3512::1',1650497927),(1179841,'guest','failed_login','Users','Session','tech1',0,0,'95.217.3.203',1650498085),(1179842,'guest','failed_login','Users','Session','tech1',0,0,'198.54.120.93',1650498256),(1179843,'guest','failed_login','Users','Session','tech1',0,0,'39.105.56.236',1650498315),(1179844,'guest','failed_login','Users','Session','drmap',0,0,'2a00:1a28:155d:1f5::1',1650498347),(1179845,'guest','failed_login','Users','Session','tech1',0,0,'195.158.11.99',1650498607),(1179846,'guest','failed_login','Users','Session','[login]',0,0,'195.158.11.99',1650498608),(1179847,'guest','failed_login','Users','Session','tech1',0,0,'198.54.120.17',1650498721),(1179848,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:110b::d21:d4e9',1650498768),(1179849,'guest','failed_login','Users','Session','tech1',0,0,'212.103.4.29',1650498846),(1179850,'guest','failed_login','Users','Session','drmap',0,0,'88.87.206.123',1650499109),(1179851,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:1:d0::113f:7001',1650499161),(1179852,'guest','failed_login','Users','Session','[login]',0,0,'2a03:b0c0:1:d0::113f:7001',1650499161),(1179853,'guest','failed_login','Users','Session','tech1',0,0,'47.106.201.134',1650499221),(1179854,'guest','failed_login','Users','Session','tech1',0,0,'167.71.117.225',1650499607),(1179855,'guest','failed_login','Users','Session','tech1',0,0,'80.246.1.193',1650499672),(1179856,'guest','failed_login','Users','Session','tech1',0,0,'104.198.172.68',1650499701),(1179857,'guest','failed_login','Users','Session','tech1',0,0,'159.65.1.255',1650499840),(1179858,'guest','failed_login','Users','Session','tech1',0,0,'125.227.127.195',1650500120),(1179859,'guest','failed_login','Users','Session','tech1',0,0,'45.162.168.221',1650500164),(1179860,'guest','failed_login','Users','Session','tech1',0,0,'175.45.125.65',1650500375),(1179861,'guest','failed_login','Users','Session','tech1',0,0,'2400:8907::f03c:92ff:fe30:e10b',1650500427),(1179862,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650500436),(1179863,'guest','failed_login','Users','Session','tech1',0,0,'185.46.121.66',1650500615),(1179864,'guest','failed_login','Users','Session','drmap',0,0,'69.163.196.200',1650500637),(1179865,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1650500652),(1179866,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650500959),(1179867,'guest','failed_login','Users','Session','tech1',0,0,'2400:8901::f03c:92ff:fe76:db4c',1650501039),(1179868,'guest','failed_login','Users','Session','tech1',0,0,'85.214.91.8',1650501098),(1179869,'guest','failed_login','Users','Session','tech1',0,0,'142.93.113.173',1650501125),(1179870,'guest','failed_login','Users','Session','tech1',0,0,'89.58.11.2',1650501142),(1179871,'guest','failed_login','Users','Session','drmap',0,0,'2400:8500:1801:415:118:27:30:151',1650501404),(1179872,'guest','failed_login','Users','Session','tech1',0,0,'198.54.120.17',1650501559),(1179873,'guest','failed_login','Users','Session','tech1',0,0,'35.184.137.174',1650501597),(1179874,'guest','failed_login','Users','Session','[login]',0,0,'35.184.137.174',1650501598),(1179875,'guest','failed_login','Users','Session','tech1',0,0,'132.148.178.206',1650501607),(1179876,'guest','failed_login','Users','Session','tech1',0,0,'103.149.154.8',1650501912),(1179877,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.75',1650501967),(1179878,'guest','failed_login','Users','Session','tech1',0,0,'142.93.99.56',1650502061),(1179879,'guest','failed_login','Users','Session','tech1',0,0,'109.233.192.83',1650502105),(1179880,'guest','failed_login','Users','Session','drmap',0,0,'178.128.247.244',1650502176),(1179881,'guest','failed_login','Users','Session','tech1',0,0,'2a0e:fd45:2ba0:10:188:64:138:23',1650502235),(1179882,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.62',1650502315),(1179883,'guest','failed_login','Users','Session','tech1',0,0,'46.101.95.65',1650502546),(1179884,'guest','failed_login','Users','Session','tech1',0,0,'185.165.116.22',1650502579),(1179885,'guest','failed_login','Users','Session','test',0,0,'69.30.229.68',1650502604),(1179886,'guest','failed_login','Users','Session','tech1',0,0,'137.74.194.43',1650502682),(1179887,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.42',1650502801),(1179888,'guest','failed_login','Users','Session','drmap',0,0,'16.170.194.255',1650502943),(1179889,'guest','failed_login','Users','Session','tech1',0,0,'185.252.31.180',1650503002),(1179890,'guest','failed_login','Users','Session','tech1',0,0,'66.23.235.231',1650503007),(1179891,'guest','failed_login','Users','Session','[login]',0,0,'66.23.235.231',1650503008),(1179892,'guest','failed_login','Users','Session','tech1',0,0,'89.145.112.48',1650503051),(1179893,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.153.158',1650503302),(1179894,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.66',1650503401),(1179895,'guest','failed_login','Users','Session','tech1',0,0,'134.209.184.76',1650503453),(1179896,'guest','failed_login','Users','Session','tech1',0,0,'52.189.215.54',1650503492),(1179897,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.223',1650503541),(1179898,'guest','failed_login','Users','Session','admin',0,0,'107.150.36.75',1650503693),(1179899,'guest','failed_login','Users','Session','drmap',0,0,'146.148.44.185',1650503716),(1179900,'guest','failed_login','Users','Session','tech1',0,0,'75.119.147.106',1650503907),(1179901,'guest','failed_login','Users','Session','tech1',0,0,'198.20.170.59',1650503994),(1179902,'guest','failed_login','Users','Session','tech1',0,0,'139.59.78.248',1650504012),(1179903,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.229.68',1650504159),(1179904,'guest','failed_login','Users','Session','admin',0,0,'173.208.153.158',1650504176),(1179905,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.31',1650504224),(1179906,'guest','failed_login','Users','Session','tech1',0,0,'148.72.210.140',1650504472),(1179907,'guest','failed_login','Users','Session','drmap',0,0,'45.120.69.121',1650504486),(1179908,'guest','failed_login','Users','Session','tech1',0,0,'107.152.234.218',1650504526),(1179909,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a016::22c:2e30',1650504992),(1179910,'guest','failed_login','Users','Session','tech1',0,0,'8.131.62.110',1650505027),(1179911,'guest','failed_login','Users','Session','tech1',0,0,'5.189.128.189',1650505492),(1179912,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.66',1650505516),(1179913,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1650505532),(1179914,'guest','failed_login','Users','Session','tech1',0,0,'64.141.87.4',1650505760),(1179915,'guest','failed_login','Users','Session','tech1',0,0,'128.199.227.32',1650505928),(1179916,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1650505989),(1179917,'guest','failed_login','Users','Session','drmap',0,0,'151.106.41.64',1650506023),(1179918,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:842:3400::5c:29d',1650506467),(1179919,'guest','failed_login','Users','Session','tech1',0,0,'173.212.214.140',1650506526),(1179920,'guest','failed_login','Users','Session','tech1',0,0,'159.65.146.8',1650506533),(1179921,'guest','failed_login','Users','Session','drmap',0,0,'155.133.138.66',1650506796),(1179922,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:1:d0::113f:7001',1650506888),(1179923,'guest','failed_login','Users','Session','[login]',0,0,'2a03:b0c0:1:d0::113f:7001',1650506888),(1179924,'guest','failed_login','Users','Session','tech1',0,0,'72.167.103.238',1650506990),(1179925,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.66',1650507002),(1179926,'guest','failed_login','Users','Session','tech1',0,0,'150.95.112.79',1650507030),(1179927,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650507253),(1179928,'guest','failed_login','Users','Session','tech1',0,0,'178.217.190.82',1650507309),(1179929,'guest','failed_login','Users','Session','drmap',0,0,'175.45.125.65',1650507576),(1179930,'guest','failed_login','Users','Session','tech1',0,0,'46.101.62.105',1650507903),(1179931,'guest','failed_login','Users','Session','[login]',0,0,'46.101.62.105',1650507904),(1179932,'guest','failed_login','Users','Session','tech1',0,0,'157.230.253.37',1650508080),(1179933,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7c8:d007:31a:5054:ff:fef3:4470',1650508851),(1179934,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.26',1650508952),(1179935,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.62',1650508961),(1179936,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2039:3512::1',1650508988),(1179937,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650509048),(1179938,'guest','failed_login','Users','Session','drmap',0,0,'193.151.131.151',1650509114),(1179939,'guest','failed_login','Users','Session','admin',0,0,'204.12.255.62',1650509127),(1179940,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.75',1650509226),(1179941,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.240.26',1650509366),(1179942,'guest','failed_login','Users','Session','tech1',0,0,'187.32.211.193',1650509624),(1179943,'guest','failed_login','Users','Session','drmap',0,0,'23.97.205.210',1650509895),(1179944,'guest','failed_login','Users','Session','test',0,0,'173.208.153.158',1650509988),(1179945,'guest','failed_login','Users','Session','com',0,0,'63.141.252.66',1650509991),(1179946,'guest','failed_login','Users','Session','tech1',0,0,'162.243.169.210',1650509993),(1179947,'guest','failed_login','Users','Session','[login]',0,0,'162.243.169.210',1650509993),(1179948,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.229.68',1650510194),(1179949,'guest','failed_login','Users','Session','tech1',0,0,'195.179.202.215',1650510399),(1179950,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:5:101b::d1b:2a3a',1650510667),(1179951,'guest','failed_login','Users','Session','com',0,0,'74.91.17.85',1650511073),(1179952,'guest','failed_login','Users','Session','tech1',0,0,'13.65.208.195',1650511092),(1179953,'guest','failed_login','Users','Session','tech1',0,0,'82.156.109.203',1650511186),(1179954,'guest','failed_login','Users','Session','drmap',0,0,'2400:8901::f03c:93ff:fe84:15a4',1650511448),(1179955,'guest','failed_login','Users','Session','com',0,0,'107.150.36.75',1650511841),(1179956,'guest','failed_login','Users','Session','tech1',0,0,'206.81.18.4',1650512137),(1179957,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:5:101b::d1b:2a3a',1650512222),(1179958,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1650512736),(1179959,'guest','failed_login','Users','Session','drmap',0,0,'185.243.214.28',1650513001),(1179960,'guest','failed_login','Users','Session','tech1',0,0,'178.159.42.76',1650513164),(1179961,'guest','failed_login','Users','Session','[login]',0,0,'178.159.42.76',1650513165),(1179962,'guest','failed_login','Users','Session','tech1',0,0,'185.126.219.43',1650513514),(1179963,'guest','failed_login','Users','Session','drmap',0,0,'123.25.21.16',1650513782),(1179964,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650514181),(1179965,'guest','failed_login','Users','Session','tech1',0,0,'194.233.90.4',1650514213),(1179966,'guest','failed_login','Users','Session','[login]',0,0,'194.233.90.4',1650514213),(1179967,'guest','failed_login','Users','Session','tech1',0,0,'68.183.139.84',1650514300),(1179968,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.75',1650514375),(1179969,'guest','failed_login','Users','Session','drmap',0,0,'173.212.201.226',1650514569),(1179970,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.22',1650514647),(1179971,'guest','failed_login','Users','Session','tech1',0,0,'142.93.201.0',1650515085),(1179972,'guest','failed_login','Users','Session','tech1',0,0,'137.184.89.163',1650515275),(1179973,'guest','failed_login','Users','Session','[login]',0,0,'137.184.89.163',1650515275),(1179974,'guest','failed_login','Users','Session','drmap',0,0,'177.153.50.81',1650515355),(1179975,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.85',1650515408),(1179976,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.155.230',1650515816),(1179977,'guest','failed_login','Users','Session','drmap',0,0,'31.172.80.144',1650516144),(1179978,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.240.26',1650516233),(1179979,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::4be:2001',1650516309),(1179980,'guest','failed_login','Users','Session','[login]',0,0,'2400:6180:0:d0::4be:2001',1650516309),(1179981,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.59',1650516347),(1179982,'guest','failed_login','Users','Session','tech1',0,0,'145.239.30.120',1650516659),(1179983,'guest','failed_login','Users','Session','drmap',0,0,'165.232.180.174',1650516930),(1179984,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650517167),(1179985,'guest','failed_login','Users','Session','tech1',0,0,'143.244.166.16',1650517357),(1179986,'guest','failed_login','Users','Session','[login]',0,0,'143.244.166.16',1650517358),(1179987,'guest','failed_login','Users','Session','tech1',0,0,'31.172.80.144',1650517447),(1179988,'guest','failed_login','Users','Session','drmap',0,0,'88.198.19.200',1650517715),(1179989,'guest','failed_login','Users','Session','tech1',0,0,'207.180.207.240',1650518240),(1179990,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2047:2318::1',1650518449),(1179991,'guest','failed_login','Users','Session','[login]',0,0,'2a02:c207:2047:2318::1',1650518449),(1179992,'guest','failed_login','Users','Session','drmap',0,0,'103.28.37.180',1650518508),(1179993,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.44',1650519025),(1179994,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.240.26',1650519291),(1179995,'guest','failed_login','Users','Session','drmap',0,0,'103.139.103.157',1650519297),(1179996,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.75',1650519481),(1179997,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2047:2318::1',1650519500),(1179998,'guest','failed_login','Users','Session','[login]',0,0,'2a02:c207:2047:2318::1',1650519500),(1179999,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.22',1650519984),(1180000,'guest','failed_login','Users','Session','drmap',0,0,'8.210.146.161',1650520100),(1180001,'guest','failed_login','Users','Session','tech1',0,0,'147.182.248.182',1650520397),(1180002,'guest','failed_login','Users','Session','com',0,0,'63.141.252.66',1650520420),(1180003,'guest','failed_login','Users','Session','tech1',0,0,'143.110.137.82',1650520433),(1180004,'guest','failed_login','Users','Session','tech1',0,0,'13.234.154.64',1650520569),(1180005,'guest','failed_login','Users','Session','tech1',0,0,'185.122.201.129',1650520624),(1180006,'guest','failed_login','Users','Session','drmap',0,0,'2a01:7c8:aab2:c0::1',1650520890),(1180007,'guest','failed_login','Users','Session','tech1',0,0,'72.167.42.45',1650520924),(1180008,'guest','failed_login','Users','Session','tech1',0,0,'206.81.16.252',1650520965),(1180009,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650521036),(1180010,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.210',1650521408),(1180011,'guest','failed_login','Users','Session','tech1',0,0,'2607:f130:0:107:d6ae:52ff:febb:96a',1650521589),(1180012,'guest','failed_login','Users','Session','[login]',0,0,'2607:f130:0:107:d6ae:52ff:febb:96a',1650521589),(1180013,'guest','failed_login','Users','Session','drmap',0,0,'103.219.60.130',1650521674),(1180014,'guest','failed_login','Users','Session','tech1',0,0,'23.94.120.151',1650522190),(1180015,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.215.59',1650522259),(1180016,'guest','failed_login','Users','Session','admin',0,0,'74.91.17.85',1650522351),(1180017,'guest','failed_login','Users','Session','drmap',0,0,'91.149.192.90',1650522458),(1180018,'guest','failed_login','Users','Session','tech1',0,0,'47.98.152.210',1650522824),(1180019,'guest','failed_login','Users','Session','[login]',0,0,'47.98.152.210',1650522825),(1180020,'guest','failed_login','Users','Session','tech1',0,0,'161.97.175.221',1650522983),(1180021,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:400:d0::1a04:a001',1650523250),(1180022,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1650523780),(1180023,'guest','failed_login','Users','Session','tech1',0,0,'194.163.142.38',1650523845),(1180024,'guest','failed_login','Users','Session','[login]',0,0,'194.163.142.38',1650523845),(1180025,'guest','failed_login','Users','Session','drmap',0,0,'185.243.214.28',1650524052),(1180026,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.85',1650524392),(1180027,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.219',1650524576),(1180028,'guest','failed_login','Users','Session','drmap',0,0,'217.182.175.39',1650524848),(1180029,'guest','failed_login','Users','Session','tech1',0,0,'120.55.169.254',1650525022),(1180030,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650525338),(1180031,'guest','failed_login','Users','Session','tech1',0,0,'78.141.209.179',1650525375),(1180032,'guest','failed_login','Users','Session','test',0,0,'194.126.177.54',1650525433),(1180033,'guest','failed_login','Users','Session','drmap',0,0,'159.65.118.118',1650525651),(1180034,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.66',1650526032),(1180035,'guest','failed_login','Users','Session','tech1',0,0,'5.202.189.212',1650526103),(1180036,'guest','failed_login','Users','Session','[login]',0,0,'5.202.189.212',1650526104),(1180037,'guest','failed_login','Users','Session','tech1',0,0,'184.168.125.72',1650526163),(1180038,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.158',1650526222),(1180039,'guest','failed_login','Users','Session','drmap',0,0,'217.61.54.110',1650526425),(1180040,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7c8:d007:31a:5054:ff:fef3:4470',1650526930),(1180041,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.66',1650527042),(1180042,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:5:101b::d1b:2a3a',1650527191),(1180043,'guest','failed_login','Users','Session','tech1',0,0,'13.65.208.195',1650527202),(1180044,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.28',1650527410),(1180045,'guest','failed_login','Users','Session','tech1',0,0,'210.122.36.218',1650527691),(1180046,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650527861),(1180047,'guest','failed_login','Users','Session','drmap',0,0,'2a02:7b40:c287:52e9::1',1650527942),(1180048,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.158',1650528313),(1180049,'guest','failed_login','Users','Session','tech1',0,0,'178.159.42.76',1650528328),(1180050,'guest','failed_login','Users','Session','[login]',0,0,'178.159.42.76',1650528328),(1180051,'guest','failed_login','Users','Session','tech1',0,0,'164.68.97.208',1650528442),(1180052,'guest','failed_login','Users','Session','drmap',0,0,'103.39.134.190',1650528692),(1180053,'guest','failed_login','Users','Session','tech1',0,0,'159.65.216.18',1650529182),(1180054,'guest','failed_login','Users','Session','tech1',0,0,'194.163.142.38',1650529407),(1180055,'guest','failed_login','Users','Session','[login]',0,0,'194.163.142.38',1650529408),(1180056,'guest','failed_login','Users','Session','drmap',0,0,'159.65.118.118',1650529434),(1180057,'guest','failed_login','Users','Session','tech1',0,0,'89.58.11.2',1650529919),(1180058,'guest','failed_login','Users','Session','drmap',0,0,'106.54.20.135',1650530173),(1180059,'guest','failed_login','Users','Session','tech1',0,0,'31.192.208.12',1650530649),(1180060,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.66',1650530682),(1180061,'guest','failed_login','Users','Session','tech1',0,0,'46.101.159.72',1650530898),(1180062,'guest','failed_login','Users','Session','test',0,0,'69.30.240.26',1650531601),(1180063,'guest','failed_login','Users','Session','tech1',0,0,'158.69.63.179',1650531666),(1180064,'guest','failed_login','Users','Session','drmap',0,0,'157.119.188.31',1650531672),(1180065,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:2:d0::10e4:5001',1650531674),(1180066,'guest','failed_login','Users','Session','tech1',0,0,'47.98.152.210',1650531921),(1180067,'guest','failed_login','Users','Session','[login]',0,0,'47.98.152.210',1650531922),(1180068,'guest','failed_login','Users','Session','tech1',0,0,'80.249.174.66',1650532088),(1180069,'guest','failed_login','Users','Session','tech1',0,0,'103.139.103.157',1650532853),(1180070,'guest','failed_login','Users','Session','drmap',0,0,'162.240.28.177',1650532859),(1180071,'guest','failed_login','Users','Session','drmap',0,0,'35.224.250.64',1650532861),(1180072,'guest','failed_login','Users','Session','tech1',0,0,'151.248.4.59',1650533066),(1180073,'guest','failed_login','Users','Session','[login]',0,0,'151.248.4.59',1650533067),(1180074,'guest','failed_login','Users','Session','tech1',0,0,'216.117.188.6',1650533273),(1180075,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650533324),(1180076,'guest','failed_login','Users','Session','bangkokfinder',0,0,'74.91.17.85',1650533476),(1180077,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c011:37ed::1',1650534034),(1180078,'guest','failed_login','Users','Session','drmap',0,0,'36.94.142.166',1650534039),(1180079,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.240.26',1650534062),(1180080,'guest','failed_login','Users','Session','tech1',0,0,'144.91.110.91',1650534218),(1180081,'guest','failed_login','Users','Session','[login]',0,0,'144.91.110.91',1650534218),(1180082,'guest','failed_login','Users','Session','tech1',0,0,'184.168.125.72',1650534454),(1180083,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650534670),(1180084,'guest','failed_login','Users','Session','com',0,0,'69.30.240.26',1650534772),(1180085,'guest','failed_login','Users','Session','tech1',0,0,'173.212.201.226',1650535214),(1180086,'guest','failed_login','Users','Session','drmap',0,0,'52.42.156.111',1650535218),(1180087,'guest','failed_login','Users','Session','tech1',0,0,'150.95.112.26',1650535459),(1180088,'guest','failed_login','Users','Session','[login]',0,0,'150.95.112.26',1650535459),(1180089,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c010:a209::1',1650535631),(1180090,'guest','failed_login','Users','Session','com',0,0,'204.12.215.59',1650536227),(1180091,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1650536407),(1180092,'guest','failed_login','Users','Session','drmap',0,0,'2a02:7b40:c287:52e9::1',1650536413),(1180093,'guest','failed_login','Users','Session','tech1',0,0,'161.35.3.72',1650536547),(1180094,'guest','failed_login','Users','Session','[login]',0,0,'161.35.3.72',1650536548),(1180095,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7c8:aab2:c0::1',1650536832),(1180096,'guest','failed_login','Users','Session','tech1',0,0,'205.147.109.158',1650537584),(1180097,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.163',1650537590),(1180098,'guest','failed_login','Users','Session','tech1',0,0,'91.189.176.172',1650537773),(1180099,'guest','failed_login','Users','Session','[login]',0,0,'91.189.176.172',1650537774),(1180100,'guest','failed_login','Users','Session','tech1',0,0,'39.108.148.88',1650538004),(1180101,'guest','failed_login','Users','Session','tech1',0,0,'157.245.250.226',1650538755),(1180102,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::9fa:4001',1650538762),(1180103,'guest','failed_login','Users','Session','tech1',0,0,'2400:8901::f03c:92ff:fe76:db4c',1650538984),(1180104,'guest','failed_login','Users','Session','tech1',0,0,'173.212.235.115',1650539173),(1180105,'guest','failed_login','Users','Session','tech1',0,0,'167.71.63.47',1650539936),(1180106,'guest','failed_login','Users','Session','drmap',0,0,'185.2.4.56',1650539943),(1180107,'guest','failed_login','Users','Session','drmap',0,0,'137.184.106.223',1650539948),(1180108,'guest','failed_login','Users','Session','tech1',0,0,'47.98.152.210',1650540236),(1180109,'guest','failed_login','Users','Session','[login]',0,0,'47.98.152.210',1650540237),(1180110,'guest','failed_login','Users','Session','tech1',0,0,'167.172.151.91',1650540356),(1180111,'guest','failed_login','Users','Session','tech1',0,0,'188.166.94.198',1650541116),(1180112,'guest','failed_login','Users','Session','drmap',0,0,'88.87.206.123',1650541122),(1180113,'guest','failed_login','Users','Session','admin',0,0,'35.219.62.239',1650541159),(1180114,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650541190),(1180115,'guest','failed_login','Users','Session','tech1',0,0,'107.180.88.227',1650541380),(1180116,'guest','failed_login','Users','Session','[login]',0,0,'107.180.88.227',1650541381),(1180117,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650541394),(1180118,'guest','failed_login','Users','Session','tech1',0,0,'188.127.231.190',1650541543),(1180119,'guest','failed_login','Users','Session','admin',0,0,'178.128.14.157',1650541557),(1180120,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:161:1d2::2',1650541991),(1180121,'guest','failed_login','Users','Session','tech1',0,0,'217.160.75.121',1650542297),(1180122,'guest','failed_login','Users','Session','drmap',0,0,'64.227.184.66',1650542303),(1180123,'guest','failed_login','Users','Session','tech1',0,0,'157.245.166.98',1650542404),(1180124,'guest','failed_login','Users','Session','tech1',0,0,'159.89.204.193',1650542575),(1180125,'guest','failed_login','Users','Session','tech1',0,0,'142.93.201.0',1650542718),(1180126,'guest','failed_login','Users','Session','tech1',0,0,'103.122.244.192',1650542819),(1180127,'guest','failed_login','Users','Session','tech1',0,0,'103.42.58.102',1650543283),(1180128,'guest','failed_login','Users','Session','drmap',0,0,'46.63.80.162',1650543479),(1180129,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:162:6188::2',1650543480),(1180130,'guest','failed_login','Users','Session','tech1',0,0,'185.165.116.22',1650543767),(1180131,'guest','failed_login','Users','Session','tech1',0,0,'103.147.246.226',1650543796),(1180132,'guest','failed_login','Users','Session','[login]',0,0,'103.147.246.226',1650543796),(1180133,'guest','failed_login','Users','Session','tech1',0,0,'205.147.109.158',1650543893),(1180134,'guest','failed_login','Users','Session','tech1',0,0,'137.184.22.7',1650544178),(1180135,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.59',1650544268),(1180136,'guest','failed_login','Users','Session','tech1',0,0,'196.203.219.49',1650544642),(1180137,'guest','failed_login','Users','Session','tech1',0,0,'175.45.125.65',1650544651),(1180138,'guest','failed_login','Users','Session','drmap',0,0,'103.219.60.130',1650544656),(1180139,'guest','failed_login','Users','Session','tech1',0,0,'2a02:4780:3:3:cbda:f28d:1d6:6523',1650544984),(1180140,'guest','failed_login','Users','Session','[login]',0,0,'2a02:4780:3:3:cbda:f28d:1d6:6523',1650544984),(1180141,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:4:1d0::b9:8000',1650545071),(1180142,'guest','failed_login','Users','Session','tech1',0,0,'185.165.116.22',1650545090),(1180143,'guest','failed_login','Users','Session','tech1',0,0,'160.251.40.160',1650545512),(1180144,'guest','failed_login','Users','Session','tech1',0,0,'8.129.212.255',1650545832),(1180145,'guest','failed_login','Users','Session','drmap',0,0,'121.43.170.78',1650545839),(1180146,'guest','failed_login','Users','Session','tech1',0,0,'213.5.71.211',1650545971),(1180147,'guest','failed_login','Users','Session','tech1',0,0,'13.65.208.195',1650546154),(1180148,'guest','failed_login','Users','Session','[login]',0,0,'13.65.208.195',1650546155),(1180149,'guest','failed_login','Users','Session','tech1',0,0,'161.97.175.221',1650546251),(1180150,'guest','failed_login','Users','Session','tech1',0,0,'85.214.38.127',1650546433),(1180151,'guest','failed_login','Users','Session','tech1',0,0,'64.37.52.95',1650546911),(1180152,'guest','failed_login','Users','Session','tech1',0,0,'178.128.247.244',1650547014),(1180153,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1650547015),(1180154,'guest','failed_login','Users','Session','tech1',0,0,'115.146.127.55',1650547357),(1180155,'guest','failed_login','Users','Session','tech1',0,0,'5.101.156.56',1650547396),(1180156,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:303:2e08::',1650547429),(1180157,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.68',1650547846),(1180158,'guest','failed_login','Users','Session','tech1',0,0,'45.118.145.96',1650547869),(1180159,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650548117),(1180160,'guest','failed_login','Users','Session','tech1',0,0,'195.201.27.74',1650548193),(1180161,'guest','failed_login','Users','Session','drmap',0,0,'101.0.80.218',1650548198),(1180162,'guest','failed_login','Users','Session','drmap',0,0,'2400:8904::f03c:92ff:fef0:39e9',1650548199),(1180163,'guest','failed_login','Users','Session','tech1',0,0,'109.203.102.82',1650548335),(1180164,'guest','failed_login','Users','Session','tech1',0,0,'2a02:4780:3:3:cbda:f28d:1d6:6523',1650548556),(1180165,'guest','failed_login','Users','Session','tech1',0,0,'45.55.44.23',1650548616),(1180166,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:271:2583::2',1650548815),(1180167,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650549131),(1180168,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::4ce:d001',1650549275),(1180169,'guest','failed_login','Users','Session','tech1',0,0,'139.59.75.162',1650549378),(1180170,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::87b:3001',1650549384),(1180171,'guest','failed_login','Users','Session','drmap',0,0,'142.93.54.10',1650549386),(1180172,'guest','failed_login','Users','Session','tech1',0,0,'161.35.3.72',1650549746),(1180173,'guest','failed_login','Users','Session','tech1',0,0,'47.98.207.210',1650549799),(1180174,'guest','failed_login','Users','Session','tech1',0,0,'91.205.16.131',1650550306),(1180175,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::631:1001',1650550562),(1180176,'guest','failed_login','Users','Session','drmap',0,0,'2a01:7c8:d007:31a:5054:ff:fef3:4470',1650550568),(1180177,'guest','failed_login','Users','Session','tech1',0,0,'162.214.186.253',1650550808),(1180178,'guest','failed_login','Users','Session','tech1',0,0,'34.65.234.0',1650550961),(1180179,'guest','failed_login','Users','Session','[login]',0,0,'34.65.234.0',1650550961),(1180180,'guest','failed_login','Users','Session','tech1',0,0,'139.59.150.45',1650550991),(1180181,'guest','failed_login','Users','Session','tech1',0,0,'167.172.56.36',1650551302),(1180182,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::9ed:d001',1650551750),(1180183,'guest','failed_login','Users','Session','drmap',0,0,'188.166.183.39',1650551756),(1180184,'guest','failed_login','Users','Session','tech1',0,0,'192.163.197.220',1650551781),(1180185,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.21',1650552003),(1180186,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.62',1650552085),(1180187,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.68',1650552126),(1180188,'guest','failed_login','Users','Session','tech1',0,0,'217.160.75.121',1650552176),(1180189,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.75',1650552256),(1180190,'guest','failed_login','Users','Session','tech1',0,0,'69.63.64.21',1650552303),(1180191,'guest','failed_login','Users','Session','tech1',0,0,'47.105.61.35',1650552946),(1180192,'guest','failed_login','Users','Session','drmap',0,0,'2a00:1128:1:1::147:43',1650552948),(1180193,'guest','failed_login','Users','Session','tech1',0,0,'142.93.253.189',1650553362),(1180194,'guest','failed_login','Users','Session','tech1',0,0,'184.168.125.72',1650553367),(1180195,'guest','failed_login','Users','Session','tech1',0,0,'103.237.145.122',1650553379),(1180196,'guest','failed_login','Users','Session','tech1',0,0,'35.203.155.125',1650553897),(1180197,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.8',1650554137),(1180198,'guest','failed_login','Users','Session','drmap',0,0,'46.183.119.232',1650554143),(1180199,'guest','failed_login','Users','Session','tech1',0,0,'45.119.83.250',1650554433),(1180200,'guest','failed_login','Users','Session','tech1',0,0,'13.229.221.204',1650554566),(1180201,'guest','failed_login','Users','Session','tech1',0,0,'47.98.152.210',1650554569),(1180202,'guest','failed_login','Users','Session','[login]',0,0,'47.98.152.210',1650554571),(1180203,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.153.158',1650554597),(1180204,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.26',1650554824),(1180205,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650554931),(1180206,'guest','failed_login','Users','Session','tech1',0,0,'185.70.11.21',1650554971),(1180207,'guest','failed_login','Users','Session','com',0,0,'204.12.202.94',1650555282),(1180208,'guest','failed_login','Users','Session','tech1',0,0,'39.103.157.70',1650555338),(1180209,'guest','failed_login','Users','Session','drmap',0,0,'69.163.186.158',1650555343),(1180210,'guest','failed_login','Users','Session','tech1',0,0,'103.74.118.242',1650555488),(1180211,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.94',1650555615),(1180212,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.215.59',1650555693),(1180213,'guest','failed_login','Users','Session','tech1',0,0,'103.147.246.226',1650555731),(1180214,'guest','failed_login','Users','Session','[login]',0,0,'103.147.246.226',1650555732),(1180215,'guest','failed_login','Users','Session','tech1',0,0,'173.212.201.226',1650555763),(1180216,'guest','failed_login','Users','Session','tech1',0,0,'162.241.156.147',1650556091),(1180217,'guest','failed_login','Users','Session','tech1',0,0,'103.28.114.94',1650556529),(1180218,'guest','failed_login','Users','Session','tech1',0,0,'198.12.149.182',1650556606),(1180219,'guest','failed_login','Users','Session','test',0,0,'204.12.255.62',1650556637),(1180220,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.59',1650556862),(1180221,'guest','failed_login','Users','Session','tech1',0,0,'161.97.85.80',1650556937),(1180222,'guest','failed_login','Users','Session','[login]',0,0,'161.97.85.80',1650556937),(1180223,'guest','failed_login','Users','Session','tech1',0,0,'159.65.146.8',1650556957),(1180224,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.94',1650556968),(1180225,'guest','failed_login','Users','Session','admin',0,0,'192.187.127.21',1650556969),(1180226,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.229.68',1650557128),(1180227,'guest','failed_login','Users','Session','tech1',0,0,'42.200.169.14',1650557152),(1180228,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.21',1650557252),(1180229,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.230',1650557272),(1180230,'guest','failed_login','Users','Session','tech1',0,0,'185.46.121.66',1650557731),(1180231,'guest','failed_login','Users','Session','tech1',0,0,'187.32.211.193',1650557732),(1180232,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1650557739),(1180233,'guest','failed_login','Users','Session','drmap',0,0,'220.167.101.24',1650557746),(1180234,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650557752),(1180235,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1650558161),(1180236,'guest','failed_login','Users','Session','tech1',0,0,'47.98.152.210',1650558172),(1180237,'guest','failed_login','Users','Session','[login]',0,0,'47.98.152.210',1650558173),(1180238,'guest','failed_login','Users','Session','tech1',0,0,'64.37.52.95',1650558275),(1180239,'guest','failed_login','Users','Session','dmytro',0,0,'74.91.17.85',1650558699),(1180240,'guest','failed_login','Users','Session','tech1',0,0,'103.42.58.102',1650558818),(1180241,'guest','failed_login','Users','Session','test',0,0,'173.208.153.154',1650558915),(1180242,'guest','failed_login','Users','Session','tech1',0,0,'159.89.237.49',1650558934),(1180243,'guest','failed_login','Users','Session','drmap',0,0,'184.168.125.72',1650558938),(1180244,'guest','failed_login','Users','Session','drmap',0,0,'46.101.159.72',1650558940),(1180245,'guest','failed_login','Users','Session','tech1',0,0,'151.248.4.59',1650559312),(1180246,'guest','failed_login','Users','Session','tech1',0,0,'47.241.15.39',1650559361),(1180247,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:c:b1a::',1650559401),(1180248,'guest','failed_login','Users','Session','tech1',0,0,'109.233.192.83',1650559960),(1180249,'guest','failed_login','Users','Session','tech1',0,0,'88.198.19.200',1650560138),(1180250,'guest','failed_login','Users','Session','drmap',0,0,'2a02:c206:2060:3839::1',1650560144),(1180251,'guest','failed_login','Users','Session','test',0,0,'74.91.17.86',1650560421),(1180252,'guest','failed_login','Users','Session','tech1',0,0,'159.89.165.49',1650560500),(1180253,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:271:2583::2',1650560537),(1180254,'guest','failed_login','Users','Session','tech1',0,0,'157.245.250.226',1650560571),(1180255,'guest','failed_login','Users','Session','admin',0,0,'173.208.206.28',1650560724),(1180256,'guest','failed_login','Users','Session','tech1',0,0,'2600:3c04::f03c:92ff:fe2f:c1c4',1650561110),(1180257,'guest','failed_login','Users','Session','tech1',0,0,'2a00:1128:1:1::147:43',1650561345),(1180258,'guest','failed_login','Users','Session','drmap',0,0,'35.195.252.29',1650561351),(1180259,'guest','failed_login','Users','Session','tech1',0,0,'131.72.236.163',1650561639),(1180260,'guest','failed_login','Users','Session','tech1',0,0,'2600:1f18:1c41:c900:74b0:1298:a733:40ea',1650561739),(1180261,'guest','failed_login','Users','Session','[login]',0,0,'2600:1f18:1c41:c900:74b0:1298:a733:40ea',1650561740),(1180262,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650561747),(1180263,'guest','failed_login','Users','Session','com',0,0,'173.208.206.28',1650561865),(1180264,'guest','failed_login','Users','Session','tech1',0,0,'185.56.11.123',1650562089),(1180265,'guest','failed_login','Users','Session','com',0,0,'69.30.229.68',1650562326),(1180266,'guest','failed_login','Users','Session','tech1',0,0,'159.223.35.16',1650562415),(1180267,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1650562536),(1180268,'guest','failed_login','Users','Session','drmap',0,0,'148.72.207.163',1650562541),(1180269,'guest','failed_login','Users','Session','tech1',0,0,'159.65.157.154',1650562732),(1180270,'guest','failed_login','Users','Session','tech1',0,0,'185.75.194.144',1650562936),(1180271,'guest','failed_login','Users','Session','[login]',0,0,'185.75.194.144',1650562936),(1180272,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a016::22c:2e30',1650562954),(1180273,'guest','failed_login','Users','Session','tech1',0,0,'178.254.50.20',1650563038),(1180274,'guest','failed_login','Users','Session','tech1',0,0,'2607:5300:203:2e4b::',1650563277),(1180275,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.141',1650563309),(1180276,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.21',1650563460),(1180277,'guest','failed_login','Users','Session','tech1',0,0,'2600:3c00::f03c:91ff:fe7a:affb',1650563517),(1180278,'guest','failed_login','Users','Session','tech1',0,0,'110.42.217.8',1650563732),(1180279,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.94',1650563859),(1180280,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::161:e001',1650563944),(1180281,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::87b:3001',1650564119),(1180282,'guest','failed_login','Users','Session','tech1',0,0,'109.203.102.82',1650564170),(1180283,'guest','failed_login','Users','Session','tech1',0,0,'58.181.206.106',1650564174),(1180284,'guest','failed_login','Users','Session','[login]',0,0,'58.181.206.106',1650564174),(1180285,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.86',1650564226),(1180286,'guest','failed_login','Users','Session','tech1',0,0,'35.202.241.36',1650564366),(1180287,'guest','failed_login','Users','Session','tech1',0,0,'109.203.102.82',1650564575),(1180288,'guest','failed_login','Users','Session','tech1',0,0,'132.148.178.206',1650564773),(1180289,'guest','failed_login','Users','Session','tech1',0,0,'47.90.246.252',1650564868),(1180290,'guest','failed_login','Users','Session','drmap',0,0,'159.89.228.214',1650564873),(1180291,'guest','failed_login','Users','Session','tech1',0,0,'198.211.115.226',1650564992),(1180292,'guest','failed_login','Users','Session','tech1',0,0,'159.89.2.220',1650565206),(1180293,'guest','failed_login','Users','Session','tech1',0,0,'205.147.109.158',1650565280),(1180294,'guest','failed_login','Users','Session','tech1',0,0,'34.87.44.101',1650565394),(1180295,'guest','failed_login','Users','Session','tech1',0,0,'142.93.2.210',1650565412),(1180296,'guest','failed_login','Users','Session','[login]',0,0,'142.93.2.210',1650565413),(1180297,'guest','failed_login','Users','Session','tech1',0,0,'185.74.252.12',1650565609),(1180298,'guest','failed_login','Users','Session','tech1',0,0,'165.232.185.213',1650565809),(1180299,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650566023),(1180300,'guest','failed_login','Users','Session','drmap',0,0,'51.178.93.87',1650566030),(1180301,'guest','failed_login','Users','Session','drmap',0,0,'103.106.78.178',1650566031),(1180302,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650566111),(1180303,'guest','failed_login','Users','Session','admin',0,0,'8.210.144.239',1650566172),(1180304,'guest','failed_login','Users','Session','admin',0,0,'131.72.236.163',1650566371),(1180305,'guest','failed_login','Users','Session','tech1',0,0,'217.9.143.94',1650566440),(1180306,'guest','failed_login','Users','Session','tech1',0,0,'107.180.88.41',1650566590),(1180307,'guest','failed_login','Users','Session','tech1',0,0,'178.159.42.76',1650566622),(1180308,'guest','failed_login','Users','Session','tech1',0,0,'162.214.211.226',1650566795),(1180309,'guest','failed_login','Users','Session','tech1',0,0,'62.171.136.23',1650567005),(1180310,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1792:5001',1650567179),(1180311,'guest','failed_login','Users','Session','drmap',0,0,'173.212.212.180',1650567187),(1180312,'guest','failed_login','Users','Session','drmap',0,0,'103.101.161.220',1650567187),(1180313,'guest','failed_login','Users','Session','tech1',0,0,'184.154.219.138',1650567217),(1180314,'guest','failed_login','Users','Session','tech1',0,0,'132.148.199.24',1650567418),(1180315,'guest','failed_login','Users','Session','tech1',0,0,'103.72.76.17',1650567622),(1180316,'guest','failed_login','Users','Session','tech1',0,0,'207.55.244.15',1650567824),(1180317,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.202.94',1650567989),(1180318,'guest','failed_login','Users','Session','tech1',0,0,'198.57.247.229',1650568060),(1180319,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.44',1650568233),(1180320,'guest','failed_login','Users','Session','tech1',0,0,'104.197.144.9',1650568333),(1180321,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:303:ce33::',1650568338),(1180322,'guest','failed_login','Users','Session','drmap',0,0,'188.166.226.196',1650568340),(1180323,'guest','failed_login','Users','Session','tech1',0,0,'167.172.56.36',1650568453),(1180324,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650568511),(1180325,'guest','failed_login','Users','Session','tech1',0,0,'139.59.117.30',1650568645),(1180326,'guest','failed_login','Users','Session','tech1',0,0,'45.77.89.78',1650568851),(1180327,'guest','failed_login','Users','Session','tech1',0,0,'103.147.246.226',1650569011),(1180328,'guest','failed_login','Users','Session','tech1',0,0,'45.61.146.241',1650569063),(1180329,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:115b::bcf:e319',1650569273),(1180330,'guest','failed_login','Users','Session','tech1',0,0,'45.119.213.225',1650569456),(1180331,'guest','failed_login','Users','Session','tech1',0,0,'46.101.159.72',1650569493),(1180332,'guest','failed_login','Users','Session','drmap',0,0,'103.90.232.219',1650569499),(1180333,'guest','failed_login','Users','Session','tech1',0,0,'207.55.244.15',1650569659),(1180334,'guest','failed_login','Users','Session','tech1',0,0,'123.31.41.38',1650569863),(1180335,'guest','failed_login','Users','Session','tech1',0,0,'137.74.194.43',1650569907),(1180336,'guest','failed_login','Users','Session','tech1',0,0,'159.65.149.229',1650570062),(1180337,'guest','failed_login','Users','Session','tech1',0,0,'213.163.113.64',1650570247),(1180338,'guest','failed_login','Users','Session','[login]',0,0,'213.163.113.64',1650570247),(1180339,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1650570267),(1180340,'guest','failed_login','Users','Session','tech1',0,0,'184.168.125.241',1650570464),(1180341,'guest','failed_login','Users','Session','tech1',0,0,'159.89.27.131',1650570659),(1180342,'guest','failed_login','Users','Session','drmap',0,0,'66.11.120.48',1650570664),(1180343,'guest','failed_login','Users','Session','tech1',0,0,'192.169.151.16',1650570668),(1180344,'guest','failed_login','Users','Session','tech1',0,0,'143.198.190.98',1650570872),(1180345,'guest','failed_login','Users','Session','tech1',0,0,'5.253.181.177',1650571074),(1180346,'guest','failed_login','Users','Session','tech1',0,0,'194.163.156.168',1650571075),(1180347,'guest','failed_login','Users','Session','tech1',0,0,'96.125.162.216',1650571326),(1180348,'guest','failed_login','Users','Session','tech1',0,0,'159.89.204.193',1650571403),(1180349,'guest','failed_login','Users','Session','tech1',0,0,'185.61.154.35',1650571489),(1180350,'guest','failed_login','Users','Session','tech1',0,0,'2a06:6440:0:2c3a::1',1650571697),(1180351,'guest','failed_login','Users','Session','tech1',0,0,'217.182.175.39',1650571831),(1180352,'guest','failed_login','Users','Session','tech1',0,0,'34.73.162.22',1650571896),(1180353,'guest','failed_login','Users','Session','tech1',0,0,'192.81.214.91',1650572101),(1180354,'guest','failed_login','Users','Session','tech1',0,0,'148.72.214.245',1650572256),(1180355,'guest','failed_login','Users','Session','tech1',0,0,'159.65.7.254',1650572302),(1180356,'guest','failed_login','Users','Session','tech1',0,0,'103.111.30.40',1650572521),(1180357,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572693),(1180358,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572695),(1180359,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572696),(1180360,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572698),(1180361,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572699),(1180362,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572701),(1180363,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572702),(1180364,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572703),(1180365,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572706),(1180366,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572707),(1180367,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572708),(1180368,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572710),(1180369,'guest','failed_login','Users','Session','tech1',0,0,'198.54.120.17',1650572711),(1180370,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572712),(1180371,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572713),(1180372,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572714),(1180373,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572715),(1180374,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572719),(1180375,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572721),(1180376,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572724),(1180377,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572726),(1180378,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572727),(1180379,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572729),(1180380,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572730),(1180381,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572731),(1180382,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572733),(1180383,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572734),(1180384,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572736),(1180385,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572738),(1180386,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572742),(1180387,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572744),(1180388,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572745),(1180389,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572747),(1180390,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572748),(1180391,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572749),(1180392,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572751),(1180393,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572752),(1180394,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572753),(1180395,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572755),(1180396,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572758),(1180397,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572759),(1180398,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572760),(1180399,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572761),(1180400,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572763),(1180401,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572764),(1180402,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572765),(1180403,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572766),(1180404,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572768),(1180405,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572770),(1180406,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572773),(1180407,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572776),(1180408,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572777),(1180409,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572778),(1180410,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572780),(1180411,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572781),(1180412,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572782),(1180413,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572783),(1180414,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572784),(1180415,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572785),(1180416,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572786),(1180417,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572787),(1180418,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572788),(1180419,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572789),(1180420,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572790),(1180421,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572792),(1180422,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572793),(1180423,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572794),(1180424,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572796),(1180425,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572797),(1180426,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572800),(1180427,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572801),(1180428,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572803),(1180429,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572806),(1180430,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572807),(1180431,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572809),(1180432,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572811),(1180433,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572812),(1180434,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572814),(1180435,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572818),(1180436,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572820),(1180437,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572821),(1180438,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572822),(1180439,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572823),(1180440,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572824),(1180441,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572828),(1180442,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572829),(1180443,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572838),(1180444,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572839),(1180445,'guest','failed_login','Users','Session','tech1',0,0,'150.158.133.139',1650572841),(1180446,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572842),(1180447,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572847),(1180448,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572849),(1180449,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572850),(1180450,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572852),(1180451,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572853),(1180452,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572855),(1180453,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572857),(1180454,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572859),(1180455,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572861),(1180456,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572863),(1180457,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572869),(1180458,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572871),(1180459,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572873),(1180460,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572875),(1180461,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572877),(1180462,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572879),(1180463,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572881),(1180464,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572882),(1180465,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572884),(1180466,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572889),(1180467,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572890),(1180468,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572892),(1180469,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572893),(1180470,'guest','failed_login','Users','Session','admin',0,0,'150.158.133.139',1650572894),(1180471,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572908),(1180472,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572910),(1180473,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572912),(1180474,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572920),(1180475,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572923),(1180476,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572924),(1180477,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572926),(1180478,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572928),(1180479,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572929),(1180480,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572930),(1180481,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572931),(1180482,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572932),(1180483,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572933),(1180484,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572934),(1180485,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572935),(1180486,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572937),(1180487,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572938),(1180488,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572939),(1180489,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572940),(1180490,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572942),(1180491,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572943),(1180492,'guest','failed_login','Users','Session','tech1',0,0,'91.205.16.131',1650572943),(1180493,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572944),(1180494,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572945),(1180495,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572947),(1180496,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572948),(1180497,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572951),(1180498,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572953),(1180499,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572954),(1180500,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572955),(1180501,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572956),(1180502,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572957),(1180503,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572958),(1180504,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572959),(1180505,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572960),(1180506,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572962),(1180507,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572963),(1180508,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572965),(1180509,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572966),(1180510,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572967),(1180511,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572968),(1180512,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572969),(1180513,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572970),(1180514,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572972),(1180515,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572974),(1180516,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572975),(1180517,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572976),(1180518,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572979),(1180519,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572980),(1180520,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572981),(1180521,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572982),(1180522,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572983),(1180523,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572984),(1180524,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572985),(1180525,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572988),(1180526,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572996),(1180527,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650572999),(1180528,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650573000),(1180529,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650573001),(1180530,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650573002),(1180531,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650573003),(1180532,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650573005),(1180533,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650573007),(1180534,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'150.158.133.139',1650573010),(1180535,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.205',1650573016),(1180536,'guest','failed_login','Users','Session','drmap',0,0,'46.183.119.232',1650573022),(1180537,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:115b::bcf:e319',1650573145),(1180538,'guest','failed_login','Users','Session','tech1',0,0,'207.244.255.247',1650573338),(1180539,'guest','failed_login','Users','Session','tech1',0,0,'84.205.178.134',1650573439),(1180540,'guest','failed_login','Users','Session','tech1',0,0,'47.114.3.188',1650573551),(1180541,'guest','failed_login','Users','Session','tech1',0,0,'171.244.201.17',1650573759),(1180542,'guest','failed_login','Users','Session','tech1',0,0,'104.236.45.171',1650573982),(1180543,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650574200),(1180544,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1650574209),(1180545,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.154',1650574346),(1180546,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.56',1650574407),(1180547,'guest','failed_login','Users','Session','tech1',0,0,'45.77.89.78',1650574610),(1180548,'guest','failed_login','Users','Session','tech1',0,0,'121.37.149.3',1650574635),(1180549,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650574766),(1180550,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:161:1d2::2',1650574821),(1180551,'guest','failed_login','Users','Session','tech1',0,0,'199.192.30.216',1650575010),(1180552,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650575212),(1180553,'guest','failed_login','Users','Session','tech1',0,0,'158.255.80.210',1650575237),(1180554,'guest','failed_login','Users','Session','tech1',0,0,'162.144.87.29',1650575397),(1180555,'guest','failed_login','Users','Session','drmap',0,0,'47.100.208.57',1650575405),(1180556,'guest','failed_login','Users','Session','tech1',0,0,'34.73.162.22',1650575424),(1180557,'guest','failed_login','Users','Session','tech1',0,0,'194.5.175.15',1650575626),(1180558,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.43',1650575749),(1180559,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c010:a209::1',1650575829),(1180560,'guest','failed_login','Users','Session','com',0,0,'204.12.255.58',1650575853),(1180561,'guest','failed_login','Users','Session','tech1',0,0,'216.158.230.167',1650575855),(1180562,'guest','failed_login','Users','Session','tech1',0,0,'34.68.97.70',1650576061),(1180563,'guest','failed_login','Users','Session','tech1',0,0,'148.72.244.254',1650576258),(1180564,'guest','failed_login','Users','Session','tech1',0,0,'47.108.179.31',1650576470),(1180565,'guest','failed_login','Users','Session','tech1',0,0,'103.130.218.178',1650576598),(1180566,'guest','failed_login','Users','Session','drmap',0,0,'194.233.80.204',1650576604),(1180567,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:162:6188::2',1650576605),(1180568,'guest','failed_login','Users','Session','tech1',0,0,'85.119.122.23',1650576667),(1180569,'guest','failed_login','Users','Session','tech1',0,0,'104.154.111.139',1650576874),(1180570,'guest','failed_login','Users','Session','tech1',0,0,'143.244.140.199',1650577023),(1180571,'guest','failed_login','Users','Session','tech1',0,0,'45.61.146.241',1650577097),(1180572,'guest','failed_login','Users','Session','tech1',0,0,'124.40.255.186',1650577292),(1180573,'guest','failed_login','Users','Session','test',0,0,'173.208.206.28',1650577378),(1180574,'guest','failed_login','Users','Session','tech1',0,0,'150.95.110.113',1650577520),(1180575,'guest','failed_login','Users','Session','tech1',0,0,'165.232.185.213',1650577702),(1180576,'guest','failed_login','Users','Session','tech1',0,0,'157.230.253.37',1650577793),(1180577,'guest','failed_login','Users','Session','drmap',0,0,'148.72.214.245',1650577798),(1180578,'guest','failed_login','Users','Session','tech1',0,0,'162.214.145.74',1650577906),(1180579,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:110b::d21:d4e9',1650578122),(1180580,'guest','failed_login','Users','Session','tech1',0,0,'37.139.13.163',1650578221),(1180581,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.58',1650578247),(1180582,'guest','failed_login','Users','Session','tech1',0,0,'91.238.162.176',1650578330),(1180583,'guest','failed_login','Users','Session','tech1',0,0,'192.254.152.23',1650578518),(1180584,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.69',1650578698),(1180585,'guest','failed_login','Users','Session','drmap',0,0,'137.184.73.37',1650578730),(1180586,'guest','failed_login','Users','Session','[login]',0,0,'137.184.73.37',1650578730),(1180587,'guest','failed_login','Users','Session','admin',0,0,'66.29.132.17',1650578777),(1180588,'guest','failed_login','Users','Session','drmap',0,0,'165.227.129.197',1650578892),(1180589,'guest','failed_login','Users','Session','tech1',0,0,'195.4.173.50',1650578993),(1180590,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1650578999),(1180591,'guest','failed_login','Users','Session','drmap',0,0,'212.115.42.7',1650579032),(1180592,'guest','failed_login','Users','Session','tech1',0,0,'47.106.201.134',1650579074),(1180593,'guest','failed_login','Users','Session','drmap',0,0,'185.46.59.70',1650579283),(1180594,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7c8:aac7:50a::1',1650579293),(1180595,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c010:a209::1',1650579427),(1180596,'guest','failed_login','Users','Session','drmap',0,0,'158.247.227.134',1650579494),(1180597,'guest','failed_login','Users','Session','[login]',0,0,'158.247.227.134',1650579494),(1180598,'guest','failed_login','Users','Session','tech1',0,0,'64.225.43.102',1650579501),(1180599,'guest','failed_login','Users','Session','tech1',0,0,'167.99.78.255',1650579688),(1180600,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.69',1650579883),(1180601,'guest','failed_login','Users','Session','tech1',0,0,'190.107.177.252',1650579897),(1180602,'guest','failed_login','Users','Session','drmap',0,0,'149.129.181.100',1650579961),(1180603,'guest','failed_login','Users','Session','[login]',0,0,'149.129.181.100',1650579962),(1180604,'guest','failed_login','Users','Session','tech1',0,0,'50.62.177.160',1650580096),(1180605,'guest','failed_login','Users','Session','tech1',0,0,'72.167.222.172',1650580205),(1180606,'guest','failed_login','Users','Session','drmap',0,0,'99.192.161.87',1650580205),(1180607,'guest','failed_login','Users','Session','drmap',0,0,'159.65.146.8',1650580211),(1180608,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:3007:3363::1',1650580317),(1180609,'guest','failed_login','Users','Session','drmap',0,0,'207.154.195.143',1650580435),(1180610,'guest','failed_login','Users','Session','tech1',0,0,'34.123.125.44',1650580518),(1180611,'guest','failed_login','Users','Session','tech1',0,0,'185.243.214.28',1650580631),(1180612,'guest','failed_login','Users','Session','drmap',0,0,'165.232.71.87',1650580685),(1180613,'guest','failed_login','Users','Session','tech1',0,0,'103.51.103.2',1650580704),(1180614,'guest','failed_login','Users','Session','drmap',0,0,'194.163.142.38',1650580906),(1180615,'guest','failed_login','Users','Session','tech1',0,0,'92.204.219.117',1650580927),(1180616,'guest','failed_login','Users','Session','drmap',0,0,'92.62.131.15',1650581135),(1180617,'guest','failed_login','Users','Session','tech1',0,0,'209.159.150.110',1650581138),(1180618,'guest','failed_login','Users','Session','drmap',0,0,'47.241.124.182',1650581278),(1180619,'guest','failed_login','Users','Session','tech1',0,0,'167.99.75.244',1650581324),(1180620,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.77',1650581400),(1180621,'guest','failed_login','Users','Session','drmap',0,0,'142.93.201.0',1650581406),(1180622,'guest','failed_login','Users','Session','drmap',0,0,'85.128.143.18',1650581567),(1180623,'guest','failed_login','Users','Session','tech1',0,0,'45.118.145.96',1650581569),(1180624,'guest','failed_login','Users','Session','tech1',0,0,'68.65.122.149',1650581739),(1180625,'guest','failed_login','Users','Session','drmap',0,0,'43.240.113.89',1650581814),(1180626,'guest','failed_login','Users','Session','tech1',0,0,'208.109.54.127',1650581825),(1180627,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650581959),(1180628,'guest','failed_login','Users','Session','tech1',0,0,'159.253.25.213',1650581962),(1180629,'guest','failed_login','Users','Session','drmap',0,0,'62.113.102.121',1650582013),(1180630,'guest','failed_login','Users','Session','tech1',0,0,'62.28.184.124',1650582175),(1180631,'guest','failed_login','Users','Session','drmap',0,0,'3.18.239.118',1650582221),(1180632,'guest','failed_login','Users','Session','tech1',0,0,'68.65.122.149',1650582361),(1180633,'guest','failed_login','Users','Session','drmap',0,0,'206.81.18.4',1650582496),(1180634,'guest','failed_login','Users','Session','tech1',0,0,'193.164.4.118',1650582594),(1180635,'guest','failed_login','Users','Session','tech1',0,0,'72.167.222.172',1650582599),(1180636,'guest','failed_login','Users','Session','drmap',0,0,'188.166.226.196',1650582605),(1180637,'guest','failed_login','Users','Session','drmap',0,0,'137.117.42.240',1650582715),(1180638,'guest','failed_login','Users','Session','[login]',0,0,'137.117.42.240',1650582716),(1180639,'guest','failed_login','Users','Session','tech1',0,0,'167.172.56.36',1650582810),(1180640,'guest','failed_login','Users','Session','drmap',0,0,'2600:1f18:217b:7000:27f5:85bd:3dde:3e79',1650582907),(1180641,'guest','failed_login','Users','Session','tech1',0,0,'144.217.170.27',1650583013),(1180642,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.210',1650583034),(1180643,'guest','failed_login','Users','Session','drmap',0,0,'92.62.131.15',1650583187),(1180644,'guest','failed_login','Users','Session','tech1',0,0,'92.204.219.117',1650583234),(1180645,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650583349),(1180646,'guest','failed_login','Users','Session','drmap',0,0,'185.48.122.108',1650583387),(1180647,'guest','failed_login','Users','Session','tech1',0,0,'162.214.145.74',1650583438),(1180648,'guest','failed_login','Users','Session','drmap',0,0,'62.113.102.121',1650583608),(1180649,'guest','failed_login','Users','Session','tech1',0,0,'45.118.145.96',1650583669),(1180650,'guest','failed_login','Users','Session','tech1',0,0,'185.126.219.43',1650583803),(1180651,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.205',1650583810),(1180652,'guest','failed_login','Users','Session','drmap',0,0,'43.240.113.89',1650583838),(1180653,'guest','failed_login','Users','Session','tech1',0,0,'94.26.245.40',1650583884),(1180654,'guest','failed_login','Users','Session','drmap',0,0,'85.128.143.79',1650584062),(1180655,'guest','failed_login','Users','Session','tech1',0,0,'89.40.72.194',1650584095),(1180656,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1650584228),(1180657,'guest','failed_login','Users','Session','drmap',0,0,'119.196.149.154',1650584275),(1180658,'guest','failed_login','Users','Session','tech1',0,0,'150.95.110.113',1650584330),(1180659,'guest','failed_login','Users','Session','drmap',0,0,'151.248.4.59',1650584485),(1180660,'guest','failed_login','Users','Session','tech1',0,0,'216.158.230.167',1650584547),(1180661,'guest','failed_login','Users','Session','drmap',0,0,'119.196.149.154',1650584708),(1180662,'guest','failed_login','Users','Session','[login]',0,0,'119.196.149.154',1650584709),(1180663,'guest','failed_login','Users','Session','tech1',0,0,'147.182.248.182',1650584756),(1180664,'guest','failed_login','Users','Session','tech1',0,0,'66.29.141.38',1650584982),(1180665,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.31',1650584998),(1180666,'guest','failed_login','Users','Session','drmap',0,0,'80.249.174.66',1650585004),(1180667,'guest','failed_login','Users','Session','drmap',0,0,'161.97.118.255',1650585006),(1180668,'guest','failed_login','Users','Session','drmap',0,0,'185.46.59.70',1650585126),(1180669,'guest','failed_login','Users','Session','tech1',0,0,'82.97.10.157',1650585206),(1180670,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.206.28',1650585229),(1180671,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.43',1650585296),(1180672,'guest','failed_login','Users','Session','drmap',0,0,'2607:f1c0:868:6f00::66:2943',1650585344),(1180673,'guest','failed_login','Users','Session','[login]',0,0,'2607:f1c0:868:6f00::66:2943',1650585350),(1180674,'guest','failed_login','Users','Session','tech1',0,0,'85.214.91.8',1650585425),(1180675,'guest','failed_login','Users','Session','tech1',0,0,'185.126.219.43',1650585427),(1180676,'guest','failed_login','Users','Session','drmap',0,0,'2a01:e0a:7c:d40:2e2:5cff:fe68:79e8',1650585602),(1180677,'guest','failed_login','Users','Session','tech1',0,0,'35.203.155.125',1650585646),(1180678,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.229.69',1650585810),(1180679,'guest','failed_login','Users','Session','drmap',0,0,'165.22.38.217',1650585819),(1180680,'guest','failed_login','Users','Session','tech1',0,0,'2001:1418:14:100::47',1650585875),(1180681,'guest','failed_login','Users','Session','com',0,0,'173.208.206.28',1650586028),(1180682,'guest','failed_login','Users','Session','tech1',0,0,'72.167.67.108',1650586094),(1180683,'guest','failed_login','Users','Session','drmap',0,0,'2600:1f18:217b:7000:27f5:85bd:3dde:3e79',1650586113),(1180684,'guest','failed_login','Users','Session','admin',0,0,'69.30.229.69',1650586187),(1180685,'guest','failed_login','Users','Session','tech1',0,0,'167.172.168.111',1650586209),(1180686,'guest','failed_login','Users','Session','drmap',0,0,'2a00:d680:20:50::3dff',1650586215),(1180687,'guest','failed_login','Users','Session','tech1',0,0,'103.1.237.254',1650586326),(1180688,'guest','failed_login','Users','Session','drmap',0,0,'151.248.4.59',1650586378),(1180689,'guest','failed_login','Users','Session','[login]',0,0,'151.248.4.59',1650586378),(1180690,'guest','failed_login','Users','Session','tech1',0,0,'94.26.245.40',1650586548),(1180691,'guest','failed_login','Users','Session','drmap',0,0,'51.79.209.68',1650586584),(1180692,'guest','failed_login','Users','Session','[login]',0,0,'51.79.209.68',1650586584),(1180693,'guest','failed_login','Users','Session','tech1',0,0,'185.200.243.16',1650586641),(1180694,'guest','failed_login','Users','Session','tech1',0,0,'159.203.31.171',1650586775),(1180695,'guest','failed_login','Users','Session','drmap',0,0,'2406:da1a:7be:fc00:edb4:99a1:ea50:c5f2',1650586801),(1180696,'guest','failed_login','Users','Session','tech1',0,0,'162.219.250.15',1650587005),(1180697,'guest','failed_login','Users','Session','drmap',0,0,'51.79.209.68',1650587014),(1180698,'guest','failed_login','Users','Session','tech1',0,0,'103.51.103.2',1650587224),(1180699,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::f6f:3001',1650587417),(1180700,'guest','failed_login','Users','Session','drmap',0,0,'13.81.59.92',1650587423),(1180701,'guest','failed_login','Users','Session','tech1',0,0,'185.197.195.173',1650587479),(1180702,'guest','failed_login','Users','Session','drmap',0,0,'164.68.124.29',1650587687),(1180703,'guest','failed_login','Users','Session','tech1',0,0,'27.111.82.74',1650587693),(1180704,'guest','failed_login','Users','Session','tech1',0,0,'46.29.23.162',1650587848),(1180705,'guest','failed_login','Users','Session','drmap',0,0,'185.75.194.144',1650587903),(1180706,'guest','failed_login','Users','Session','[login]',0,0,'185.75.194.144',1650587903),(1180707,'guest','failed_login','Users','Session','tech1',0,0,'150.95.24.78',1650587946),(1180708,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.58',1650587966),(1180709,'guest','failed_login','Users','Session','drmap',0,0,'149.129.181.100',1650588146),(1180710,'guest','failed_login','Users','Session','[login]',0,0,'149.129.181.100',1650588147),(1180711,'guest','failed_login','Users','Session','tech1',0,0,'185.131.50.99',1650588185),(1180712,'guest','failed_login','Users','Session','drmap',0,0,'159.223.75.135',1650588402),(1180713,'guest','failed_login','Users','Session','tech1',0,0,'107.180.103.185',1650588412),(1180714,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.69',1650588511),(1180715,'guest','failed_login','Users','Session','tech1',0,0,'167.71.234.124',1650588633),(1180716,'guest','failed_login','Users','Session','drmap',0,0,'145.239.30.120',1650588637),(1180717,'guest','failed_login','Users','Session','tech1',0,0,'176.31.116.73',1650588660),(1180718,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650588710),(1180719,'guest','failed_login','Users','Session','drmap',0,0,'137.184.89.163',1650588837),(1180720,'guest','failed_login','Users','Session','tech1',0,0,'192.81.214.168',1650588891),(1180721,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.90',1650588909),(1180722,'guest','failed_login','Users','Session','tech1',0,0,'52.234.178.100',1650589070),(1180723,'guest','failed_login','Users','Session','drmap',0,0,'82.66.92.137',1650589092),(1180724,'guest','failed_login','Users','Session','[login]',0,0,'82.66.92.137',1650589092),(1180725,'guest','failed_login','Users','Session','tech1',0,0,'5.189.128.189',1650589127),(1180726,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:403:b30::',1650589316),(1180727,'guest','failed_login','Users','Session','[login]',0,0,'2001:41d0:403:b30::',1650589317),(1180728,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1650589367),(1180729,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.90',1650589409),(1180730,'guest','failed_login','Users','Session','drmap',0,0,'185.75.194.144',1650589578),(1180731,'guest','failed_login','Users','Session','[login]',0,0,'185.75.194.144',1650589579),(1180732,'guest','failed_login','Users','Session','tech1',0,0,'178.62.33.222',1650589611),(1180733,'guest','failed_login','Users','Session','drmap',0,0,'164.68.124.29',1650589798),(1180734,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1650589848),(1180735,'guest','failed_login','Users','Session','tech1',0,0,'192.169.152.218',1650589850),(1180736,'guest','failed_login','Users','Session','drmap',0,0,'188.166.183.39',1650589861),(1180737,'guest','failed_login','Users','Session','tech1',0,0,'86.57.254.101',1650590096),(1180738,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:3:d0::c2a:e001',1650590183),(1180739,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.229.69',1650590246),(1180740,'guest','failed_login','Users','Session','tech1',0,0,'162.144.87.29',1650590286),(1180741,'guest','failed_login','Users','Session','tech1',0,0,'2603:300b:640:3000::5622',1650590307),(1180742,'guest','failed_login','Users','Session','drmap',0,0,'34.134.138.49',1650590458),(1180743,'guest','failed_login','Users','Session','tech1',0,0,'178.254.50.20',1650590569),(1180744,'guest','failed_login','Users','Session','drmap',0,0,'165.232.190.163',1650590621),(1180745,'guest','failed_login','Users','Session','tech1',0,0,'208.109.174.214',1650590807),(1180746,'guest','failed_login','Users','Session','admin',0,0,'63.141.252.67',1650590835),(1180747,'guest','failed_login','Users','Session','drmap',0,0,'2a00:d680:20:50::44ef',1650590935),(1180748,'guest','failed_login','Users','Session','[login]',0,0,'2a00:d680:20:50::44ef',1650590935),(1180749,'guest','failed_login','Users','Session','tech1',0,0,'94.26.245.40',1650591052),(1180750,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.25',1650591065),(1180751,'guest','failed_login','Users','Session','drmap',0,0,'141.94.247.170',1650591070),(1180752,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::297:4001',1650591143),(1180753,'guest','failed_login','Users','Session','tech1',0,0,'123.56.59.9',1650591309),(1180754,'guest','failed_login','Users','Session','drmap',0,0,'161.35.3.72',1650591406),(1180755,'guest','failed_login','Users','Session','tech1',0,0,'81.186.225.108',1650591499),(1180756,'guest','failed_login','Users','Session','tech1',0,0,'60.43.240.175',1650591533),(1180757,'guest','failed_login','Users','Session','drmap',0,0,'165.22.38.217',1650591630),(1180758,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650591648),(1180759,'guest','failed_login','Users','Session','tech1',0,0,'54.164.253.138',1650591787),(1180760,'guest','failed_login','Users','Session','drmap',0,0,'107.180.88.227',1650591930),(1180761,'guest','failed_login','Users','Session','tech1',0,0,'159.65.128.164',1650592015),(1180762,'guest','failed_login','Users','Session','drmap',0,0,'47.242.248.94',1650592124),(1180763,'guest','failed_login','Users','Session','[login]',0,0,'47.242.248.94',1650592125),(1180764,'guest','failed_login','Users','Session','tech1',0,0,'43.241.70.75',1650592276),(1180765,'guest','failed_login','Users','Session','tech1',0,0,'62.28.184.124',1650592279),(1180766,'guest','failed_login','Users','Session','drmap',0,0,'37.139.13.163',1650592283),(1180767,'guest','failed_login','Users','Session','drmap',0,0,'157.245.106.233',1650592413),(1180768,'guest','failed_login','Users','Session','tech1',0,0,'218.38.137.175',1650592508),(1180769,'guest','failed_login','Users','Session','drmap',0,0,'163.44.154.211',1650592636),(1180770,'guest','failed_login','Users','Session','tech1',0,0,'195.4.173.50',1650592707),(1180771,'guest','failed_login','Users','Session','tech1',0,0,'159.65.251.222',1650592760),(1180772,'guest','failed_login','Users','Session','drmap',0,0,'75.119.147.106',1650592779),(1180773,'guest','failed_login','Users','Session','[login]',0,0,'75.119.147.106',1650592780),(1180774,'guest','failed_login','Users','Session','drmap',0,0,'162.243.169.210',1650593010),(1180775,'guest','failed_login','Users','Session','tech1',0,0,'185.131.50.99',1650593023),(1180776,'guest','failed_login','Users','Session','tech1',0,0,'143.198.190.98',1650593259),(1180777,'guest','failed_login','Users','Session','tech1',0,0,'162.240.27.242',1650593493),(1180778,'guest','failed_login','Users','Session','drmap',0,0,'51.91.151.60',1650593501),(1180779,'guest','failed_login','Users','Session','drmap',0,0,'161.97.175.221',1650593501),(1180780,'guest','failed_login','Users','Session','tech1',0,0,'2600:3c04::f03c:92ff:fe2f:c1c4',1650593526),(1180781,'guest','failed_login','Users','Session','drmap',0,0,'103.55.39.107',1650593529),(1180782,'guest','failed_login','Users','Session','drmap',0,0,'78.12.16.168',1650593762),(1180783,'guest','failed_login','Users','Session','tech1',0,0,'162.219.250.15',1650593770),(1180784,'guest','failed_login','Users','Session','tech1',0,0,'178.128.247.244',1650593929),(1180785,'guest','failed_login','Users','Session','drmap',0,0,'155.133.142.67',1650594018),(1180786,'guest','failed_login','Users','Session','[login]',0,0,'155.133.142.67',1650594018),(1180787,'guest','failed_login','Users','Session','tech1',0,0,'213.5.71.211',1650594026),(1180788,'guest','failed_login','Users','Session','drmap',0,0,'20.231.56.149',1650594289),(1180789,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:2:f0::57:b001',1650594290),(1180790,'guest','failed_login','Users','Session','tech1',0,0,'185.197.195.173',1650594549),(1180791,'guest','failed_login','Users','Session','drmap',0,0,'118.27.103.110',1650594560),(1180792,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1650594718),(1180793,'guest','failed_login','Users','Session','drmap',0,0,'89.96.90.125',1650594725),(1180794,'guest','failed_login','Users','Session','tech1',0,0,'198.54.120.17',1650594788),(1180795,'guest','failed_login','Users','Session','drmap',0,0,'103.237.145.122',1650594831),(1180796,'guest','failed_login','Users','Session','drmap',0,0,'103.10.105.156',1650595030),(1180797,'guest','failed_login','Users','Session','tech1',0,0,'173.212.214.140',1650595060),(1180798,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1792:5001',1650595154),(1180799,'guest','failed_login','Users','Session','drmap',0,0,'137.184.73.37',1650595257),(1180800,'guest','failed_login','Users','Session','tech1',0,0,'213.5.71.211',1650595324),(1180801,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650595448),(1180802,'guest','failed_login','Users','Session','drmap',0,0,'85.128.143.18',1650595483),(1180803,'guest','failed_login','Users','Session','[login]',0,0,'85.128.143.18',1650595484),(1180804,'guest','failed_login','Users','Session','tech1',0,0,'85.214.38.127',1650595582),(1180805,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:110b::d21:d4e9',1650595834),(1180806,'guest','failed_login','Users','Session','drmap',0,0,'2400:8902::f03c:92ff:fe6c:1183',1650595947),(1180807,'guest','failed_login','Users','Session','[login]',0,0,'2400:8902::f03c:92ff:fe6c:1183',1650595952),(1180808,'guest','failed_login','Users','Session','drmap',0,0,'185.2.4.56',1650595958),(1180809,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1650596097),(1180810,'guest','failed_login','Users','Session','drmap',0,0,'159.65.1.255',1650596188),(1180811,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:115b::bcf:e319',1650596350),(1180812,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.210',1650596388),(1180813,'guest','failed_login','Users','Session','drmap',0,0,'103.237.145.122',1650596425),(1180814,'guest','failed_login','Users','Session','tech1',0,0,'159.65.128.164',1650596600),(1180815,'guest','failed_login','Users','Session','drmap',0,0,'159.65.1.255',1650596680),(1180816,'guest','failed_login','Users','Session','tech1',0,0,'43.241.58.180',1650596893),(1180817,'guest','failed_login','Users','Session','drmap',0,0,'2a00:d680:20:50::4f71',1650596918),(1180818,'guest','failed_login','Users','Session','[login]',0,0,'2a00:d680:20:50::4f71',1650596919),(1180819,'guest','failed_login','Users','Session','tech1',0,0,'34.123.125.44',1650597156),(1180820,'guest','failed_login','Users','Session','tech1',0,0,'185.190.117.89',1650597175),(1180821,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::87b:3001',1650597182),(1180822,'guest','failed_login','Users','Session','drmap',0,0,'5.202.189.212',1650597197),(1180823,'guest','failed_login','Users','Session','drmap',0,0,'82.66.92.137',1650597399),(1180824,'guest','failed_login','Users','Session','tech1',0,0,'86.57.254.101',1650597436),(1180825,'guest','failed_login','Users','Session','tech1',0,0,'75.119.155.88',1650597617),(1180826,'guest','failed_login','Users','Session','drmap',0,0,'91.219.194.6',1650597693),(1180827,'guest','failed_login','Users','Session','tech1',0,0,'109.233.192.83',1650597708),(1180828,'guest','failed_login','Users','Session','drmap',0,0,'2607:f1c0:868:6f00::66:2943',1650597883),(1180829,'guest','failed_login','Users','Session','tech1',0,0,'148.72.244.254',1650597978),(1180830,'guest','failed_login','Users','Session','drmap',0,0,'149.129.181.100',1650598147),(1180831,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:271:2583::2',1650598259),(1180832,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::bd5:1001',1650598310),(1180833,'guest','failed_login','Users','Session','tech1',0,0,'68.183.75.82',1650598406),(1180834,'guest','failed_login','Users','Session','drmap',0,0,'211.110.139.214',1650598409),(1180835,'guest','failed_login','Users','Session','tech1',0,0,'162.241.174.216',1650598521),(1180836,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.227',1650598554),(1180837,'guest','failed_login','Users','Session','drmap',0,0,'206.189.29.138',1650598620),(1180838,'guest','failed_login','Users','Session','test',0,0,'173.208.242.43',1650598629),(1180839,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.43',1650598673),(1180840,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::bd5:1001',1650598766),(1180841,'guest','failed_login','Users','Session','tech1',0,0,'8.210.144.239',1650598779),(1180842,'guest','failed_login','Users','Session','tech1',0,0,'72.167.222.172',1650598842),(1180843,'guest','failed_login','Users','Session','tech1',0,0,'194.163.159.35',1650599078),(1180844,'guest','failed_login','Users','Session','drmap',0,0,'195.158.11.99',1650599107),(1180845,'guest','failed_login','Users','Session','[login]',0,0,'195.158.11.99',1650599108),(1180846,'guest','failed_login','Users','Session','drmap',0,0,'128.199.147.151',1650599311),(1180847,'guest','failed_login','Users','Session','tech1',0,0,'200.110.145.21',1650599329),(1180848,'guest','failed_login','Users','Session','drmap',0,0,'207.154.195.143',1650599576),(1180849,'guest','failed_login','Users','Session','tech1',0,0,'51.83.41.140',1650599634),(1180850,'guest','failed_login','Users','Session','drmap',0,0,'185.2.5.31',1650599640),(1180851,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.43',1650599764),(1180852,'guest','failed_login','Users','Session','drmap',0,0,'213.163.113.64',1650599780),(1180853,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.60',1650599800),(1180854,'guest','failed_login','Users','Session','tech1',0,0,'185.190.117.89',1650599890),(1180855,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650600009),(1180856,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1650600085),(1180857,'guest','failed_login','Users','Session','drmap',0,0,'176.9.102.181',1650600088),(1180858,'guest','failed_login','Users','Session','drmap',0,0,'52.226.64.215',1650600135),(1180859,'guest','failed_login','Users','Session','drmap',0,0,'185.105.110.4',1650600382),(1180860,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.18',1650600427),(1180861,'guest','failed_login','Users','Session','drmap',0,0,'110.42.210.173',1650600605),(1180862,'guest','failed_login','Users','Session','drmap',0,0,'157.230.253.37',1650600718),(1180863,'guest','failed_login','Users','Session','drmap',0,0,'99.192.161.87',1650600825),(1180864,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.215.60',1650600927),(1180865,'guest','failed_login','Users','Session','tech1',0,0,'188.127.231.190',1650601062),(1180866,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650601139),(1180867,'guest','failed_login','Users','Session','drmap',0,0,'2a04:3543:1000:2310:bcde:32ff:fea3:56c4',1650601243),(1180868,'guest','failed_login','Users','Session','drmap',0,0,'173.212.212.180',1650601303),(1180869,'guest','failed_login','Users','Session','com',0,0,'69.197.154.18',1650601447),(1180870,'guest','failed_login','Users','Session','drmap',0,0,'2400:8901::f03c:92ff:fe76:db4c',1650601477),(1180871,'guest','failed_login','Users','Session','tech1',0,0,'185.7.212.50',1650601644),(1180872,'guest','failed_login','Users','Session','drmap',0,0,'185.75.194.144',1650601690),(1180873,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:3:e0::150:5001',1650601881),(1180874,'guest','failed_login','Users','Session','drmap',0,0,'128.134.187.112',1650601949),(1180875,'guest','failed_login','Users','Session','[login]',0,0,'128.134.187.112',1650601950),(1180876,'guest','failed_login','Users','Session','drmap',0,0,'78.135.87.2',1650602140),(1180877,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650602182),(1180878,'guest','failed_login','Users','Session','tech1',0,0,'23.97.205.210',1650602223),(1180879,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:c0c:ece::1',1650602456),(1180880,'guest','failed_login','Users','Session','[login]',0,0,'2a01:4f8:c0c:ece::1',1650602457),(1180881,'guest','failed_login','Users','Session','tech1',0,0,'208.113.180.18',1650602811),(1180882,'guest','failed_login','Users','Session','drmap',0,0,'159.223.51.182',1650602966),(1180883,'guest','failed_login','Users','Session','[login]',0,0,'159.223.51.182',1650602966),(1180884,'guest','failed_login','Users','Session','drmap',0,0,'103.31.249.221',1650603051),(1180885,'guest','failed_login','Users','Session','drmap',0,0,'34.68.4.41',1650603225),(1180886,'guest','failed_login','Users','Session','test',0,0,'63.141.252.67',1650603301),(1180887,'guest','failed_login','Users','Session','tech1',0,0,'210.122.36.218',1650603395),(1180888,'guest','failed_login','Users','Session','drmap',0,0,'2400:8902::f03c:92ff:fe6c:1183',1650603465),(1180889,'guest','failed_login','Users','Session','drmap',0,0,'141.94.87.67',1650603685),(1180890,'guest','failed_login','Users','Session','test',0,0,'204.12.255.58',1650603821),(1180891,'guest','failed_login','Users','Session','drmap',0,0,'2400:8902::f03c:92ff:fe6c:1183',1650603919),(1180892,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1650603979),(1180893,'guest','failed_login','Users','Session','drmap',0,0,'202.92.5.170',1650604117),(1180894,'guest','failed_login','Users','Session','drmap',0,0,'167.172.64.96',1650604224),(1180895,'guest','failed_login','Users','Session','tech1',0,0,'167.172.168.111',1650604569),(1180896,'guest','failed_login','Users','Session','drmap',0,0,'75.119.147.106',1650604573),(1180897,'guest','failed_login','Users','Session','drmap',0,0,'173.212.201.226',1650604814),(1180898,'guest','failed_login','Users','Session','drmap',0,0,'128.199.227.32',1650604838),(1180899,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::12df:b001',1650605152),(1180900,'guest','failed_login','Users','Session','drmap',0,0,'159.223.51.182',1650605349),(1180901,'guest','failed_login','Users','Session','[login]',0,0,'159.223.51.182',1650605349),(1180902,'guest','failed_login','Users','Session','drmap',0,0,'75.119.155.88',1650605393),(1180903,'guest','failed_login','Users','Session','drmap',0,0,'164.68.124.29',1650605609),(1180904,'guest','failed_login','Users','Session','tech1',0,0,'162.240.28.177',1650605738),(1180905,'guest','failed_login','Users','Session','drmap',0,0,'78.135.87.2',1650605800),(1180906,'guest','failed_login','Users','Session','[login]',0,0,'78.135.87.2',1650605801),(1180907,'guest','failed_login','Users','Session','drmap',0,0,'46.183.119.232',1650605979),(1180908,'guest','failed_login','Users','Session','drmap',0,0,'103.1.239.209',1650606134),(1180909,'guest','failed_login','Users','Session','[login]',0,0,'103.1.239.209',1650606134),(1180910,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.58',1650606135),(1180911,'guest','failed_login','Users','Session','tech1',0,0,'34.69.109.132',1650606328),(1180912,'guest','failed_login','Users','Session','drmap',0,0,'137.184.147.118',1650606355),(1180913,'guest','failed_login','Users','Session','[login]',0,0,'137.184.147.118',1650606355),(1180914,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:3:d0::118d:8001',1650606572),(1180915,'guest','failed_login','Users','Session','drmap',0,0,'99.192.161.87',1650606597),(1180916,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:3:d0::c2a:e001',1650606744),(1180917,'guest','failed_login','Users','Session','[login]',0,0,'2a03:b0c0:3:d0::c2a:e001',1650606744),(1180918,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c010:a209::1',1650606921),(1180919,'guest','failed_login','Users','Session','drmap',0,0,'206.189.109.181',1650607021),(1180920,'guest','failed_login','Users','Session','[login]',0,0,'206.189.109.181',1650607021),(1180921,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:3:e0::150:5001',1650607162),(1180922,'guest','failed_login','Users','Session','drmap',0,0,'159.65.1.255',1650607264),(1180923,'guest','failed_login','Users','Session','[login]',0,0,'159.65.1.255',1650607264),(1180924,'guest','failed_login','Users','Session','drmap',0,0,'147.182.229.61',1650607438),(1180925,'guest','failed_login','Users','Session','[login]',0,0,'147.182.229.61',1650607439),(1180926,'guest','failed_login','Users','Session','tech1',0,0,'139.59.150.45',1650607504),(1180927,'guest','failed_login','Users','Session','drmap',0,0,'82.166.39.15',1650607748),(1180928,'guest','failed_login','Users','Session','drmap',0,0,'58.181.206.106',1650607762),(1180929,'guest','failed_login','Users','Session','drmap',0,0,'23.99.129.212',1650608003),(1180930,'guest','failed_login','Users','Session','tech1',0,0,'23.99.229.218',1650608096),(1180931,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650608206),(1180932,'guest','failed_login','Users','Session','drmap',0,0,'185.105.110.4',1650608281),(1180933,'guest','failed_login','Users','Session','[login]',0,0,'185.105.110.4',1650608282),(1180934,'guest','failed_login','Users','Session','drmap',0,0,'103.159.224.46',1650608332),(1180935,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.155.227',1650608338),(1180936,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650608338),(1180937,'guest','failed_login','Users','Session','drmap',0,0,'206.189.29.138',1650608533),(1180938,'guest','failed_login','Users','Session','[login]',0,0,'206.189.29.138',1650608534),(1180939,'guest','failed_login','Users','Session','tech1',0,0,'220.167.101.24',1650608677),(1180940,'guest','failed_login','Users','Session','admin',0,0,'69.30.240.26',1650608685),(1180941,'guest','failed_login','Users','Session','drmap',0,0,'107.180.88.227',1650608770),(1180942,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650608880),(1180943,'guest','failed_login','Users','Session','drmap',0,0,'123.60.59.154',1650608918),(1180944,'guest','failed_login','Users','Session','drmap',0,0,'159.223.51.182',1650609016),(1180945,'guest','failed_login','Users','Session','[login]',0,0,'159.223.51.182',1650609016),(1180946,'guest','failed_login','Users','Session','tech1',0,0,'45.120.69.121',1650609250),(1180947,'guest','failed_login','Users','Session','drmap',0,0,'158.247.227.134',1650609271),(1180948,'guest','failed_login','Users','Session','drmap',0,0,'188.166.226.196',1650609488),(1180949,'guest','failed_login','Users','Session','drmap',0,0,'212.115.42.7',1650609745),(1180950,'guest','failed_login','Users','Session','[login]',0,0,'212.115.42.7',1650609745),(1180951,'guest','failed_login','Users','Session','tech1',0,0,'2001:470:c:7e2::2',1650609831),(1180952,'guest','failed_login','Users','Session','drmap',0,0,'157.245.131.230',1650609987),(1180953,'guest','failed_login','Users','Session','drmap',0,0,'51.178.93.87',1650610066),(1180954,'guest','failed_login','Users','Session','admin',0,0,'107.150.36.76',1650610141),(1180955,'guest','failed_login','Users','Session','drmap',0,0,'194.163.142.38',1650610162),(1180956,'guest','failed_login','Users','Session','[login]',0,0,'194.163.142.38',1650610162),(1180957,'guest','failed_login','Users','Session','admin',0,0,'69.30.230.58',1650610213),(1180958,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1650610404),(1180959,'guest','failed_login','Users','Session','drmap',0,0,'159.65.1.255',1650610460),(1180960,'guest','failed_login','Users','Session','drmap',0,0,'46.183.119.232',1650610637),(1180961,'guest','failed_login','Users','Session','drmap',0,0,'68.183.81.28',1650610714),(1180962,'guest','failed_login','Users','Session','[login]',0,0,'68.183.81.28',1650610714),(1180963,'guest','failed_login','Users','Session','tech1',0,0,'65.52.200.48',1650610977),(1180964,'guest','failed_login','Users','Session','drmap',0,0,'37.18.90.72',1650611004),(1180965,'guest','failed_login','Users','Session','[login]',0,0,'37.18.90.72',1650611005),(1180966,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.28',1650611150),(1180967,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1650611209),(1180968,'guest','failed_login','Users','Session','drmap',0,0,'46.101.62.105',1650611227),(1180969,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'185.128.26.218',1650611318),(1180970,'guest','failed_login','Users','Session','drmap',0,0,'2a0e:fd45:2ba0:10:188:64:138:23',1650611518),(1180971,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:303:2e08::',1650611555),(1180972,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1650611792),(1180973,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.28',1650611923),(1180974,'guest','failed_login','Users','Session','drmap',0,0,'68.168.221.155',1650612041),(1180975,'guest','failed_login','Users','Session','[login]',0,0,'68.168.221.155',1650612042),(1180976,'guest','failed_login','Users','Session','drmap',0,0,'85.128.143.79',1650612283),(1180977,'guest','failed_login','Users','Session','drmap',0,0,'217.182.175.39',1650612367),(1180978,'guest','failed_login','Users','Session','drmap',0,0,'102.219.178.121',1650612647),(1180979,'guest','failed_login','Users','Session','drmap',0,0,'141.94.87.67',1650612888),(1180980,'guest','failed_login','Users','Session','drmap',0,0,'78.157.40.35',1650612941),(1180981,'guest','failed_login','Users','Session','drmap',0,0,'2406:da14:15:ba00:7bf4:843e:3939:1e71',1650613181),(1180982,'guest','failed_login','Users','Session','tech1',0,0,'46.183.119.232',1650613274),(1180983,'guest','failed_login','Users','Session','drmap',0,0,'143.110.184.46',1650613454),(1180984,'guest','failed_login','Users','Session','[login]',0,0,'143.110.184.46',1650613454),(1180985,'guest','failed_login','Users','Session','drmap',0,0,'64.111.116.168',1650613508),(1180986,'guest','failed_login','Users','Session','bangkokfinder',0,0,'63.141.252.67',1650613532),(1180987,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.22',1650613668),(1180988,'guest','failed_login','Users','Session','drmap',0,0,'34.87.101.136',1650613733),(1180989,'guest','failed_login','Users','Session','[login]',0,0,'34.87.101.136',1650613733),(1180990,'guest','failed_login','Users','Session','tech1',0,0,'47.98.207.210',1650613844),(1180991,'guest','failed_login','Users','Session','drmap',0,0,'91.189.176.172',1650613993),(1180992,'guest','failed_login','Users','Session','drmap',0,0,'123.25.21.16',1650614078),(1180993,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.60',1650614166),(1180994,'guest','failed_login','Users','Session','drmap',0,0,'47.242.248.94',1650614214),(1180995,'guest','failed_login','Users','Session','dmytro',0,0,'192.187.127.22',1650614215),(1180996,'guest','failed_login','Users','Session','[login]',0,0,'47.242.248.94',1650614230),(1180997,'guest','failed_login','Users','Session','tech1',0,0,'43.241.70.75',1650614409),(1180998,'guest','failed_login','Users','Session','drmap',0,0,'128.199.154.232',1650614434),(1180999,'guest','failed_login','Users','Session','drmap',0,0,'123.25.21.16',1650614640),(1181000,'guest','failed_login','Users','Session','drmap',0,0,'159.89.23.231',1650614747),(1181001,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:800:3050::',1650614978),(1181002,'guest','failed_login','Users','Session','drmap',0,0,'13.234.154.64',1650614985),(1181003,'guest','failed_login','Users','Session','[login]',0,0,'13.234.154.64',1650614985),(1181004,'guest','failed_login','Users','Session','com',0,0,'173.208.206.28',1650615073),(1181005,'guest','failed_login','Users','Session','drmap',0,0,'5.253.181.177',1650615213),(1181006,'guest','failed_login','Users','Session','drmap',0,0,'2001:888:2000:7e::209',1650615440),(1181007,'guest','failed_login','Users','Session','[login]',0,0,'2001:888:2000:7e::209',1650615441),(1181008,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650615626),(1181009,'guest','failed_login','Users','Session','drmap',0,0,'61.77.106.99',1650615694),(1181010,'guest','failed_login','Users','Session','[login]',0,0,'61.77.106.99',1650615694),(1181011,'guest','failed_login','Users','Session','drmap',0,0,'188.166.226.196',1650615781),(1181012,'guest','failed_login','Users','Session','drmap',0,0,'91.219.194.6',1650615934),(1181013,'guest','failed_login','Users','Session','[login]',0,0,'91.219.194.6',1650615934),(1181014,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1a04:a001',1650616118),(1181015,'guest','failed_login','Users','Session','test',0,0,'69.197.154.18',1650616241),(1181016,'guest','failed_login','Users','Session','drmap',0,0,'46.29.23.162',1650616351),(1181017,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.28',1650616369),(1181018,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650616442),(1181019,'guest','failed_login','Users','Session','tech1',0,0,'47.93.61.192',1650616695),(1181020,'guest','failed_login','Users','Session','drmap',0,0,'128.199.221.125',1650616722),(1181021,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::9fa:4001',1650616930),(1181022,'guest','failed_login','Users','Session','drmap',0,0,'137.184.147.118',1650616985),(1181023,'guest','failed_login','Users','Session','[login]',0,0,'137.184.147.118',1650616985),(1181024,'guest','failed_login','Users','Session','drmap',0,0,'141.94.87.67',1650617246),(1181025,'guest','failed_login','Users','Session','[login]',0,0,'141.94.87.67',1650617246),(1181026,'guest','failed_login','Users','Session','tech1',0,0,'91.219.194.21',1650617269),(1181027,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.90',1650617289),(1181028,'guest','failed_login','Users','Session','drmap',0,0,'158.247.227.134',1650617410),(1181029,'guest','failed_login','Users','Session','[login]',0,0,'158.247.227.134',1650617411),(1181030,'guest','failed_login','Users','Session','drmap',0,0,'192.169.152.218',1650617498),(1181031,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.60',1650617552),(1181032,'guest','failed_login','Users','Session','drmap',0,0,'2a04:3543:1000:2310:bcde:32ff:fea3:56c4',1650617732),(1181033,'guest','failed_login','Users','Session','tech1',0,0,'104.248.57.165',1650617835),(1181034,'guest','failed_login','Users','Session','bangkokfinder',0,0,'192.187.127.22',1650617964),(1181035,'guest','failed_login','Users','Session','drmap',0,0,'119.196.149.154',1650617975),(1181036,'guest','failed_login','Users','Session','[login]',0,0,'119.196.149.154',1650617976),(1181037,'guest','failed_login','Users','Session','drmap',0,0,'142.93.54.10',1650618063),(1181038,'guest','failed_login','Users','Session','admin',0,0,'204.12.202.90',1650618131),(1181039,'guest','failed_login','Users','Session','test',0,0,'69.30.240.26',1650618143),(1181040,'guest','failed_login','Users','Session','drmap',0,0,'34.87.101.136',1650618205),(1181041,'guest','failed_login','Users','Session','admin',0,0,'185.197.195.173',1650618219),(1181042,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.210',1650618394),(1181043,'guest','failed_login','Users','Session','drmap',0,0,'103.226.174.221',1650618402),(1181044,'guest','failed_login','Users','Session','[login]',0,0,'103.226.174.221',1650618402),(1181045,'guest','failed_login','Users','Session','admin',0,0,'185.146.20.254',1650618457),(1181046,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650618472),(1181047,'guest','failed_login','Users','Session','drmap',0,0,'148.72.207.163',1650618630),(1181048,'guest','failed_login','Users','Session','drmap',0,0,'206.81.18.4',1650618664),(1181049,'guest','failed_login','Users','Session','[login]',0,0,'206.81.18.4',1650618664),(1181050,'guest','failed_login','Users','Session','tech1',0,0,'185.146.21.52',1650618685),(1181051,'guest','failed_login','Users','Session','tech1',0,0,'190.92.137.177',1650618905),(1181052,'guest','failed_login','Users','Session','tech1',0,0,'84.205.178.134',1650618960),(1181053,'guest','failed_login','Users','Session','admin',0,0,'204.12.215.60',1650619069),(1181054,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:403:b30::',1650619146),(1181055,'guest','failed_login','Users','Session','[login]',0,0,'2001:41d0:403:b30::',1650619146),(1181056,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.60',1650619151),(1181057,'guest','failed_login','Users','Session','tech1',0,0,'62.255.126.88',1650619152),(1181058,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:162:6188::2',1650619191),(1181059,'guest','failed_login','Users','Session','tech1',0,0,'143.198.190.98',1650619384),(1181060,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::631:1001',1650619519),(1181061,'guest','failed_login','Users','Session','tech1',0,0,'36.94.142.166',1650619626),(1181062,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::1117:2001',1650619747),(1181063,'guest','failed_login','Users','Session','tech1',0,0,'139.59.60.160',1650619862),(1181064,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.60',1650619913),(1181065,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.60',1650619946),(1181066,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.60',1650619997),(1181067,'guest','failed_login','Users','Session','tech1',0,0,'20.64.155.18',1650620078),(1181068,'guest','failed_login','Users','Session','tech1',0,0,'92.204.219.117',1650620125),(1181069,'guest','failed_login','Users','Session','drmap',0,0,'51.75.15.189',1650620308),(1181070,'guest','failed_login','Users','Session','tech1',0,0,'178.128.51.162',1650620350),(1181071,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.90',1650620484),(1181072,'guest','failed_login','Users','Session','com',0,0,'74.91.17.86',1650620575),(1181073,'guest','failed_login','Users','Session','tech1',0,0,'68.65.122.102',1650620597),(1181074,'guest','failed_login','Users','Session','tech1',0,0,'159.65.216.18',1650620637),(1181075,'guest','failed_login','Users','Session','admin',0,0,'204.12.215.60',1650620732),(1181076,'guest','failed_login','Users','Session','tech1',0,0,'45.118.145.96',1650620849),(1181077,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.8',1650620868),(1181078,'guest','failed_login','Users','Session','tech1',0,0,'199.188.205.51',1650621099),(1181079,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.240.26',1650621136),(1181080,'guest','failed_login','Users','Session','tech1',0,0,'64.141.87.4',1650621196),(1181081,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.90',1650621208),(1181082,'guest','failed_login','Users','Session','tech1',0,0,'208.109.72.154',1650621368),(1181083,'guest','failed_login','Users','Session','drmap',0,0,'69.163.186.158',1650621427),(1181084,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1650621623),(1181085,'guest','failed_login','Users','Session','bangkokfinder',0,0,'74.91.17.86',1650621738),(1181086,'guest','failed_login','Users','Session','tech1',0,0,'45.120.69.121',1650621756),(1181087,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:842:3400::5c:29d',1650621859),(1181088,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650621912),(1181089,'guest','failed_login','Users','Session','drmap',0,0,'139.59.118.238',1650621983),(1181090,'guest','failed_login','Users','Session','tech1',0,0,'167.99.75.244',1650622112),(1181091,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650622291),(1181092,'guest','failed_login','Users','Session','tech1',0,0,'210.122.36.218',1650622321),(1181093,'guest','failed_login','Users','Session','tech1',0,0,'167.71.69.173',1650622390),(1181094,'guest','failed_login','Users','Session','drmap',0,0,'142.93.54.10',1650622554),(1181095,'guest','failed_login','Users','Session','tech1',0,0,'103.159.224.46',1650622642),(1181096,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7c8:aac7:50a::1',1650622891),(1181097,'guest','failed_login','Users','Session','drmap',0,0,'35.184.202.0',1650623115),(1181098,'guest','failed_login','Users','Session','tech1',0,0,'103.1.237.254',1650623151),(1181099,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.90',1650623373),(1181100,'guest','failed_login','Users','Session','tech1',0,0,'103.159.224.46',1650623414),(1181101,'guest','failed_login','Users','Session','tech1',0,0,'93.86.255.38',1650623442),(1181102,'guest','failed_login','Users','Session','tech1',0,0,'45.61.146.241',1650623671),(1181103,'guest','failed_login','Users','Session','drmap',0,0,'35.238.54.156',1650623671),(1181104,'guest','failed_login','Users','Session','tech1',0,0,'64.227.0.234',1650623937),(1181105,'guest','failed_login','Users','Session','tech1',0,0,'95.217.3.203',1650624003),(1181106,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.22',1650624130),(1181107,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.90',1650624134),(1181108,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1650624205),(1181109,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.60',1650624206),(1181110,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1650624232),(1181111,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650624362),(1181112,'guest','failed_login','Users','Session','tech1',0,0,'8.131.62.110',1650624456),(1181113,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.60',1650624552),(1181114,'guest','failed_login','Users','Session','tech1',0,0,'157.230.253.37',1650624559),(1181115,'guest','failed_login','Users','Session','com',0,0,'173.208.206.28',1650624597),(1181116,'guest','failed_login','Users','Session','tech1',0,0,'2401:5f80:5000:2::11',1650625007),(1181117,'guest','failed_login','Users','Session','tech1',0,0,'176.98.40.88',1650625121),(1181118,'guest','failed_login','Users','Session','tech1',0,0,'8.29.155.200',1650625289),(1181119,'guest','failed_login','Users','Session','drmap',0,0,'164.46.122.50',1650625350),(1181120,'guest','failed_login','Users','Session','tech1',0,0,'161.35.210.101',1650625553),(1181121,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.90',1650625668),(1181122,'guest','failed_login','Users','Session','tech1',0,0,'23.97.205.210',1650625682),(1181123,'guest','failed_login','Users','Session','tech1',0,0,'217.116.197.45',1650625848),(1181124,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.240.26',1650625883),(1181125,'guest','failed_login','Users','Session','drmap',0,0,'178.128.187.183',1650625913),(1181126,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.26',1650625945),(1181127,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.202.90',1650626007),(1181128,'guest','failed_login','Users','Session','tech1',0,0,'207.55.244.15',1650626126),(1181129,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1650626241),(1181130,'guest','failed_login','Users','Session','tech1',0,0,'139.59.153.133',1650626411),(1181131,'guest','failed_login','Users','Session','drmap',0,0,'78.135.83.195',1650626473),(1181132,'guest','failed_login','Users','Session','tech1',0,0,'60.205.205.107',1650626699),(1181133,'guest','failed_login','Users','Session','admin',0,0,'69.30.240.26',1650626716),(1181134,'guest','failed_login','Users','Session','tech1',0,0,'148.72.214.194',1650626800),(1181135,'guest','failed_login','Users','Session','tech1',0,0,'185.126.219.43',1650626983),(1181136,'guest','failed_login','Users','Session','drmap',0,0,'84.205.178.134',1650627029),(1181137,'guest','failed_login','Users','Session','tech1',0,0,'210.5.50.149',1650627242),(1181138,'guest','failed_login','Users','Session','tech1',0,0,'91.219.194.21',1650627364),(1181139,'guest','failed_login','Users','Session','tech1',0,0,'159.65.251.251',1650627539),(1181140,'guest','failed_login','Users','Session','drmap',0,0,'136.243.124.150',1650627590),(1181141,'guest','failed_login','Users','Session','tech1',0,0,'103.109.30.30',1650627825),(1181142,'guest','failed_login','Users','Session','tech1',0,0,'103.101.161.220',1650627921),(1181143,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.44',1650628106),(1181144,'guest','failed_login','Users','Session','drmap',0,0,'35.224.250.64',1650628152),(1181145,'guest','failed_login','Users','Session','tech1',0,0,'192.81.214.168',1650628405),(1181146,'guest','failed_login','Users','Session','tech1',0,0,'184.168.125.72',1650628481),(1181147,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.44',1650628690),(1181148,'guest','failed_login','Users','Session','drmap',0,0,'81.186.225.108',1650628715),(1181149,'guest','failed_login','Users','Session','tech1',0,0,'34.87.44.101',1650628981),(1181150,'guest','failed_login','Users','Session','tech1',0,0,'75.119.155.88',1650629050),(1181151,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650629059),(1181152,'guest','failed_login','Users','Session','tech1',0,0,'2401:5f80:5000:2::11',1650629276),(1181153,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::f6f:3001',1650629277),(1181154,'guest','failed_login','Users','Session','tech1',0,0,'107.190.135.178',1650629581),(1181155,'guest','failed_login','Users','Session','tech1',0,0,'188.166.212.133',1650629619),(1181156,'guest','failed_login','Users','Session','drmap',0,0,'207.148.66.152',1650629842),(1181157,'guest','failed_login','Users','Session','tech1',0,0,'66.29.154.216',1650629876),(1181158,'guest','failed_login','Users','Session','tech1',0,0,'77.77.150.95',1650630174),(1181159,'guest','failed_login','Users','Session','tech1',0,0,'209.97.162.248',1650630176),(1181160,'guest','failed_login','Users','Session','tech1',0,0,'94.26.245.40',1650630469),(1181161,'guest','failed_login','Users','Session','test',0,0,'74.91.17.86',1650630666),(1181162,'guest','failed_login','Users','Session','tech1',0,0,'116.62.49.96',1650630755),(1181163,'guest','failed_login','Users','Session','drmap',0,0,'68.183.47.242',1650630966),(1181164,'guest','failed_login','Users','Session','tech1',0,0,'128.199.166.77',1650631061),(1181165,'guest','failed_login','Users','Session','tech1',0,0,'103.219.60.130',1650631297),(1181166,'guest','failed_login','Users','Session','tech1',0,0,'8.29.155.200',1650631371),(1181167,'guest','failed_login','Users','Session','drmap',0,0,'75.119.155.88',1650631534),(1181168,'guest','failed_login','Users','Session','tech1',0,0,'51.222.138.98',1650631679),(1181169,'guest','failed_login','Users','Session','tech1',0,0,'34.71.127.77',1650631860),(1181170,'guest','failed_login','Users','Session','tech1',0,0,'150.95.24.78',1650631982),(1181171,'guest','failed_login','Users','Session','drmap',0,0,'202.131.107.130',1650632091),(1181172,'guest','failed_login','Users','Session','tech1',0,0,'149.62.171.31',1650632283),(1181173,'guest','failed_login','Users','Session','tech1',0,0,'148.72.214.245',1650632421),(1181174,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650632472),(1181175,'guest','failed_login','Users','Session','tech1',0,0,'207.55.244.15',1650632579),(1181176,'guest','failed_login','Users','Session','drmap',0,0,'211.149.219.47',1650632654),(1181177,'guest','failed_login','Users','Session','tech1',0,0,'213.136.93.169',1650632887),(1181178,'guest','failed_login','Users','Session','tech1',0,0,'148.72.214.194',1650632985),(1181179,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.44',1650633172),(1181180,'guest','failed_login','Users','Session','drmap',0,0,'31.192.208.12',1650633218),(1181181,'guest','failed_login','Users','Session','tech1',0,0,'207.244.255.247',1650633493),(1181182,'guest','failed_login','Users','Session','tech1',0,0,'69.163.196.200',1650633549),(1181183,'guest','failed_login','Users','Session','drmap',0,0,'195.4.173.50',1650633781),(1181184,'guest','failed_login','Users','Session','tech1',0,0,'159.65.251.251',1650633802),(1181185,'guest','failed_login','Users','Session','tech1',0,0,'213.5.71.211',1650634120),(1181186,'guest','failed_login','Users','Session','tech1',0,0,'165.22.89.6',1650634417),(1181187,'guest','failed_login','Users','Session','tech1',0,0,'186.201.49.58',1650634737),(1181188,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650635967),(1181189,'guest','failed_login','Users','Session','admin',0,0,'161.35.210.101',1650636224),(1181190,'guest','failed_login','Users','Session','admin',0,0,'208.109.75.124',1650636551),(1181191,'guest','failed_login','Users','Session','tech1',0,0,'213.5.71.211',1650636877),(1181192,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.70',1650637018),(1181193,'guest','failed_login','Users','Session','tech1',0,0,'167.99.78.164',1650637175),(1181194,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.229.70',1650637372),(1181195,'guest','failed_login','Users','Session','tech1',0,0,'159.253.25.213',1650637513),(1181196,'guest','failed_login','Users','Session','tech1',0,0,'107.190.135.178',1650637830),(1181197,'guest','failed_login','Users','Session','tech1',0,0,'62.255.126.88',1650638150),(1181198,'guest','failed_login','Users','Session','tech1',0,0,'124.40.255.186',1650638467),(1181199,'guest','failed_login','Users','Session','tech1',0,0,'192.163.197.220',1650638784),(1181200,'guest','failed_login','Users','Session','tech1',0,0,'45.61.146.241',1650639129),(1181201,'guest','failed_login','Users','Session','tech1',0,0,'144.91.75.9',1650639465),(1181202,'guest','failed_login','Users','Session','tech1',0,0,'43.129.212.158',1650639781),(1181203,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650640045),(1181204,'guest','failed_login','Users','Session','tech1',0,0,'186.201.49.58',1650640118),(1181205,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650640448),(1181206,'guest','failed_login','Users','Session','tech1',0,0,'196.203.219.49',1650640457),(1181207,'guest','failed_login','Users','Session','tech1',0,0,'157.245.231.45',1650640796),(1181208,'guest','failed_login','Users','Session','tech1',0,0,'51.222.138.98',1650641135),(1181209,'guest','failed_login','Users','Session','tech1',0,0,'84.205.178.134',1650641475),(1181210,'guest','failed_login','Users','Session','tech1',0,0,'103.101.162.249',1650641795),(1181211,'guest','failed_login','Users','Session','tech1',0,0,'59.60.24.83',1650641839),(1181212,'guest','failed_login','Users','Session','tech1',0,0,'59.60.24.83',1650641840),(1181213,'guest','failed_login','Users','Session','admin',0,0,'161.97.118.255',1650642105),(1181214,'guest','failed_login','Users','Session','tech1',0,0,'161.35.15.73',1650642135),(1181215,'guest','failed_login','Users','Session','admin',0,0,'166.62.125.246',1650642338),(1181216,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.66',1650642338),(1181217,'guest','failed_login','Users','Session','admin',0,0,'103.159.224.46',1650642673),(1181218,'guest','failed_login','Users','Session','tech1',0,0,'213.5.71.211',1650642867),(1181219,'guest','failed_login','Users','Session','admin',0,0,'151.106.41.64',1650642909),(1181220,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650642956),(1181221,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.44',1650643200),(1181222,'guest','failed_login','Users','Session','admin',0,0,'35.195.252.29',1650643247),(1181223,'guest','failed_login','Users','Session','admin',0,0,'187.84.233.39',1650643483),(1181224,'guest','failed_login','Users','Session','tech1',0,0,'213.5.71.211',1650643561),(1181225,'guest','failed_login','Users','Session','admin',0,0,'161.97.175.221',1650643827),(1181226,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1650643923),(1181227,'guest','failed_login','Users','Session','admin',0,0,'167.172.64.96',1650644061),(1181228,'guest','failed_login','Users','Session','tech1',0,0,'192.81.214.168',1650644269),(1181229,'guest','failed_login','Users','Session','admin',0,0,'141.94.247.170',1650644405),(1181230,'guest','failed_login','Users','Session','tech1',0,0,'27.111.82.74',1650644605),(1181231,'guest','failed_login','Users','Session','admin',0,0,'195.4.173.50',1650644647),(1181232,'guest','failed_login','Users','Session','admin',0,0,'103.142.25.17',1650644991),(1181233,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:1008:c3a::',1650645005),(1181234,'guest','failed_login','Users','Session','tech1',0,0,'103.174.87.138',1650645346),(1181235,'guest','failed_login','Users','Session','tech1',0,0,'136.243.124.150',1650645574),(1181236,'guest','failed_login','Users','Session','tech1',0,0,'35.211.94.153',1650645690),(1181237,'guest','failed_login','Users','Session','drmap',0,0,'185.209.230.33',1650645815),(1181238,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650645947),(1181239,'guest','failed_login','Users','Session','tech1',0,0,'213.5.71.211',1650646051),(1181240,'guest','failed_login','Users','Session','tech1',0,0,'137.184.106.223',1650646164),(1181241,'guest','failed_login','Users','Session','tech1',0,0,'101.37.28.132',1650646403),(1181242,'guest','failed_login','Users','Session','drmap',0,0,'173.212.212.180',1650646980),(1181243,'guest','failed_login','Users','Session','tech1',0,0,'131.72.236.163',1650647118),(1181244,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:303:2e08::',1650647324),(1181245,'guest','failed_login','Users','Session','tech1',0,0,'107.190.135.178',1650647504),(1181246,'guest','failed_login','Users','Session','drmap',0,0,'69.163.186.158',1650647565),(1181247,'guest','failed_login','Users','Session','tech1',0,0,'116.62.155.4',1650647853),(1181248,'guest','failed_login','Users','Session','tech1',0,0,'2a00:5da0:1000:1::27',1650647907),(1181249,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.18',1650647950),(1181250,'guest','failed_login','Users','Session','drmap',0,0,'109.168.97.89',1650648145),(1181251,'guest','failed_login','Users','Session','tech1',0,0,'79.137.141.196',1650648230),(1181252,'guest','failed_login','Users','Session','tech1',0,0,'161.35.126.102',1650648487),(1181253,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650648499),(1181254,'guest','failed_login','Users','Session','tech1',0,0,'107.180.107.103',1650648582),(1181255,'guest','failed_login','Users','Session','com',0,0,'69.30.230.58',1650648620),(1181256,'guest','failed_login','Users','Session','drmap',0,0,'209.97.162.248',1650648726),(1181257,'guest','failed_login','Users','Session','tech1',0,0,'47.242.50.8',1650648930),(1181258,'guest','failed_login','Users','Session','admin',0,0,'194.233.67.249',1650649066),(1181259,'guest','failed_login','Users','Session','tech1',0,0,'218.38.137.175',1650649296),(1181260,'guest','failed_login','Users','Session','admin',0,0,'187.84.233.39',1650649301),(1181261,'guest','failed_login','Users','Session','admin',0,0,'178.128.187.183',1650649635),(1181262,'guest','failed_login','Users','Session','tech1',0,0,'68.183.63.82',1650649660),(1181263,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650649866),(1181264,'guest','failed_login','Users','Session','admin',0,0,'2400:6180:100:d0::9fa:4001',1650649868),(1181265,'guest','failed_login','Users','Session','tech1',0,0,'54.164.253.138',1650650030),(1181266,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.229.66',1650650078),(1181267,'guest','failed_login','Users','Session','admin',0,0,'173.212.235.115',1650650198),(1181268,'guest','failed_login','Users','Session','tech1',0,0,'121.40.238.50',1650650343),(1181269,'guest','failed_login','Users','Session','admin',0,0,'159.89.228.214',1650650430),(1181270,'guest','failed_login','Users','Session','tech1',0,0,'103.211.218.142',1650650651),(1181271,'guest','failed_login','Users','Session','admin',0,0,'139.59.96.76',1650650761),(1181272,'guest','failed_login','Users','Session','tech1',0,0,'62.171.136.23',1650650921),(1181273,'guest','failed_login','Users','Session','admin',0,0,'173.212.235.115',1650650997),(1181274,'guest','failed_login','Users','Session','tech1',0,0,'178.128.82.148',1650651166),(1181275,'guest','failed_login','Users','Session','admin',0,0,'217.12.88.234',1650651335),(1181276,'guest','failed_login','Users','Session','tech1',0,0,'206.81.18.112',1650651405),(1181277,'guest','failed_login','Users','Session','admin',0,0,'198.46.160.118',1650651571),(1181278,'guest','failed_login','Users','Session','tech1',0,0,'211.110.139.214',1650651631),(1181279,'guest','failed_login','Users','Session','com',0,0,'69.30.240.27',1650651640),(1181280,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650651747),(1181281,'guest','failed_login','Users','Session','tech1',0,0,'167.71.206.107',1650651846),(1181282,'guest','failed_login','Users','Session','admin',0,0,'72.167.222.172',1650651906),(1181283,'guest','failed_login','Users','Session','tech1',0,0,'167.99.54.31',1650652075),(1181284,'guest','failed_login','Users','Session','admin',0,0,'109.168.97.89',1650652139),(1181285,'guest','failed_login','Users','Session','tech1',0,0,'198.211.115.226',1650652284),(1181286,'guest','failed_login','Users','Session','admin',0,0,'104.168.36.11',1650652473),(1181287,'guest','failed_login','Users','Session','tech1',0,0,'150.109.61.139',1650652694),(1181288,'guest','failed_login','Users','Session','admin',0,0,'194.90.234.21',1650652709),(1181289,'guest','failed_login','Users','Session','tech1',0,0,'178.62.77.224',1650652916),(1181290,'guest','failed_login','Users','Session','admin',0,0,'103.57.220.186',1650653045),(1181291,'guest','failed_login','Users','Session','tech1',0,0,'162.241.225.33',1650653141),(1181292,'guest','failed_login','Users','Session','tech1',0,0,'34.73.162.22',1650653313),(1181293,'guest','failed_login','Users','Session','tech1',0,0,'62.171.136.23',1650653537),(1181294,'guest','failed_login','Users','Session','admin',0,0,'103.39.134.190',1650653601),(1181295,'guest','failed_login','Users','Session','tech1',0,0,'65.2.55.86',1650653732),(1181296,'guest','failed_login','Users','Session','admin',0,0,'150.95.113.178',1650653836),(1181297,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.27',1650653907),(1181298,'guest','failed_login','Users','Session','tech1',0,0,'85.198.184.211',1650653946),(1181299,'guest','failed_login','Users','Session','tech1',0,0,'85.119.122.23',1650654159),(1181300,'guest','failed_login','Users','Session','tech1',0,0,'165.227.141.125',1650654171),(1181301,'guest','failed_login','Users','Session','tech1',0,0,'171.244.21.74',1650654371),(1181302,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.18',1650654386),(1181303,'guest','failed_login','Users','Session','drmap',0,0,'103.149.154.8',1650654406),(1181304,'guest','failed_login','Users','Session','tech1',0,0,'167.99.78.164',1650654576),(1181305,'guest','failed_login','Users','Session','tech1',0,0,'159.65.216.18',1650654746),(1181306,'guest','failed_login','Users','Session','tech1',0,0,'45.118.145.96',1650654789),(1181307,'guest','failed_login','Users','Session','drmap',0,0,'91.219.194.21',1650654982),(1181308,'guest','failed_login','Users','Session','tech1',0,0,'103.8.238.13',1650654995),(1181309,'guest','failed_login','Users','Session','tech1',0,0,'107.181.185.226',1650655205),(1181310,'guest','failed_login','Users','Session','tech1',0,0,'188.166.226.196',1650655313),(1181311,'guest','failed_login','Users','Session','tech1',0,0,'66.29.132.17',1650655411),(1181312,'guest','failed_login','Users','Session','drmap',0,0,'184.168.125.72',1650655545),(1181313,'guest','failed_login','Users','Session','tech1',0,0,'159.65.251.222',1650655614),(1181314,'guest','failed_login','Users','Session','tech1',0,0,'35.195.135.67',1650655822),(1181315,'guest','failed_login','Users','Session','tech1',0,0,'145.239.30.120',1650655876),(1181316,'guest','failed_login','Users','Session','tech1',0,0,'8.210.146.161',1650656031),(1181317,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1650656108),(1181318,'guest','failed_login','Users','Session','tech1',0,0,'141.94.21.233',1650656249),(1181319,'guest','failed_login','Users','Session','tech1',0,0,'45.90.163.251',1650656439),(1181320,'guest','failed_login','Users','Session','tech1',0,0,'107.180.88.41',1650656445),(1181321,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.27',1650656565),(1181322,'guest','failed_login','Users','Session','tech1',0,0,'74.208.212.235',1650656646),(1181323,'guest','failed_login','Users','Session','drmap',0,0,'104.248.225.59',1650656671),(1181324,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650656683),(1181325,'guest','failed_login','Users','Session','tech1',0,0,'185.197.195.173',1650656859),(1181326,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650656912),(1181327,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::4dd:b001',1650657062),(1181328,'guest','failed_login','Users','Session','drmap',0,0,'13.79.17.158',1650657235),(1181329,'guest','failed_login','Users','Session','tech1',0,0,'107.180.124.4',1650657273),(1181330,'guest','failed_login','Users','Session','tech1',0,0,'213.5.71.211',1650657478),(1181331,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650657502),(1181332,'guest','failed_login','Users','Session','tech1',0,0,'217.61.54.110',1650657560),(1181333,'guest','failed_login','Users','Session','tech1',0,0,'192.99.76.111',1650657682),(1181334,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::11d2:e001',1650657792),(1181335,'guest','failed_login','Users','Session','tech1',0,0,'185.146.20.254',1650657902),(1181336,'guest','failed_login','Users','Session','tech1',0,0,'77.240.13.186',1650658123),(1181337,'guest','failed_login','Users','Session','tech1',0,0,'158.255.80.210',1650658329),(1181338,'guest','failed_login','Users','Session','drmap',0,0,'2a02:c206:2060:3839::1',1650658357),(1181339,'guest','failed_login','Users','Session','tech1',0,0,'143.110.208.83',1650658522),(1181340,'guest','failed_login','Users','Session','tech1',0,0,'103.57.220.186',1650658693),(1181341,'guest','failed_login','Users','Session','tech1',0,0,'77.77.150.95',1650658739),(1181342,'guest','failed_login','Users','Session','drmap',0,0,'161.35.126.102',1650658931),(1181343,'guest','failed_login','Users','Session','tech1',0,0,'68.65.122.149',1650658932),(1181344,'guest','failed_login','Users','Session','tech1',0,0,'89.40.72.194',1650659146),(1181345,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1792:5001',1650659267),(1181346,'guest','failed_login','Users','Session','tech1',0,0,'123.56.133.63',1650659355),(1181347,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::9fa:4001',1650659497),(1181348,'guest','failed_login','Users','Session','tech1',0,0,'88.150.159.20',1650659565),(1181349,'guest','failed_login','Users','Session','tech1',0,0,'178.128.14.157',1650659770),(1181350,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::100e:b001',1650659837),(1181351,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::179e:a001',1650659988),(1181352,'guest','failed_login','Users','Session','drmap',0,0,'161.97.118.255',1650660066),(1181353,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1650660195),(1181354,'guest','failed_login','Users','Session','tech1',0,0,'137.184.106.223',1650660405),(1181355,'guest','failed_login','Users','Session','tech1',0,0,'107.173.165.214',1650660408),(1181356,'guest','failed_login','Users','Session','tech1',0,0,'91.219.194.5',1650660633),(1181357,'guest','failed_login','Users','Session','drmap',0,0,'89.58.11.2',1650660634),(1181358,'guest','failed_login','Users','Session','tech1',0,0,'199.192.30.216',1650660833),(1181359,'guest','failed_login','Users','Session','tech1',0,0,'91.123.18.217',1650661064),(1181360,'guest','failed_login','Users','Session','tech1',0,0,'46.101.103.136',1650661255),(1181361,'guest','failed_login','Users','Session','tech1',0,0,'208.109.41.113',1650661458),(1181362,'guest','failed_login','Users','Session','tech1',0,0,'121.43.170.78',1650661546),(1181363,'guest','failed_login','Users','Session','tech1',0,0,'89.248.168.47',1650661682),(1181364,'guest','failed_login','Users','Session','drmap',0,0,'78.141.209.179',1650661777),(1181365,'guest','failed_login','Users','Session','tech1',0,0,'82.196.10.165',1650661888),(1181366,'guest','failed_login','Users','Session','tech1',0,0,'74.208.212.235',1650662080),(1181367,'guest','failed_login','Users','Session','com',0,0,'69.30.240.27',1650662103),(1181368,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::12df:b001',1650662121),(1181369,'guest','failed_login','Users','Session','tech1',0,0,'43.241.58.180',1650662289),(1181370,'guest','failed_login','Users','Session','drmap',0,0,'142.93.109.72',1650662356),(1181371,'guest','failed_login','Users','Session','tech1',0,0,'54.164.253.138',1650662504),(1181372,'guest','failed_login','Users','Session','tech1',0,0,'138.68.140.0',1650662691),(1181373,'guest','failed_login','Users','Session','tech1',0,0,'2a06:6440:0:2c3a::1',1650662730),(1181374,'guest','failed_login','Users','Session','tech1',0,0,'143.110.208.83',1650662920),(1181375,'guest','failed_login','Users','Session','drmap',0,0,'173.212.201.226',1650662931),(1181376,'guest','failed_login','Users','Session','tech1',0,0,'167.172.56.36',1650663143),(1181377,'guest','failed_login','Users','Session','tech1',0,0,'157.245.250.226',1650663265),(1181378,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:115b::bcf:e319',1650663349),(1181379,'guest','failed_login','Users','Session','drmap',0,0,'88.87.206.123',1650663501),(1181380,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650663635),(1181381,'guest','failed_login','Users','Session','tech1',0,0,'109.233.192.83',1650663767),(1181382,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650663872),(1181383,'guest','failed_login','Users','Session','admin',0,0,'192.187.127.18',1650663907),(1181384,'guest','failed_login','Users','Session','tech1',0,0,'207.244.255.247',1650663959),(1181385,'guest','failed_login','Users','Session','tech1',0,0,'116.62.49.96',1650664170),(1181386,'guest','failed_login','Users','Session','test',0,0,'69.197.154.18',1650664250),(1181387,'guest','failed_login','Users','Session','tech1',0,0,'167.71.234.124',1650664418),(1181388,'guest','failed_login','Users','Session','tech1',0,0,'149.18.50.22',1650664587),(1181389,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:303:ce33::',1650664652),(1181390,'guest','failed_login','Users','Session','tech1',0,0,'82.156.209.112',1650664799),(1181391,'guest','failed_login','Users','Session','tech1',0,0,'2001:b011:8009:a8d:211:32ff:fed2:5d36',1650664989),(1181392,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.44',1650664998),(1181393,'guest','failed_login','Users','Session','bangkokfinder',0,0,'74.91.17.86',1650665157),(1181394,'guest','failed_login','Users','Session','tech1',0,0,'162.0.217.27',1650665213),(1181395,'guest','failed_login','Users','Session','drmap',0,0,'13.229.221.204',1650665225),(1181396,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650665335),(1181397,'guest','failed_login','Users','Session','tech1',0,0,'104.236.45.171',1650665418),(1181398,'guest','failed_login','Users','Session','tech1',0,0,'186.234.80.90',1650665613),(1181399,'guest','failed_login','Users','Session','drmap',0,0,'165.227.141.125',1650665797),(1181400,'guest','failed_login','Users','Session','tech1',0,0,'66.23.252.226',1650665821),(1181401,'guest','failed_login','Users','Session','tech1',0,0,'69.63.64.21',1650666029),(1181402,'guest','failed_login','Users','Session','tech1',0,0,'34.75.65.218',1650666134),(1181403,'guest','failed_login','Users','Session','tech1',0,0,'150.95.24.78',1650666236),(1181404,'guest','failed_login','Users','Session','drmap',0,0,'173.212.212.180',1650666371),(1181405,'guest','failed_login','Users','Session','tech1',0,0,'200.110.145.21',1650666442),(1181406,'guest','failed_login','Users','Session','tech1',0,0,'64.225.43.102',1650666645),(1181407,'guest','failed_login','Users','Session','tech1',0,0,'159.203.120.246',1650666706),(1181408,'guest','failed_login','Users','Session','tech1',0,0,'91.205.175.35',1650666859),(1181409,'guest','failed_login','Users','Session','drmap',0,0,'164.68.111.72',1650666948),(1181410,'guest','failed_login','Users','Session','tech1',0,0,'185.126.219.43',1650667074),(1181411,'guest','failed_login','Users','Session','tech1',0,0,'103.109.30.30',1650667260),(1181412,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::e77:1',1650667287),(1181413,'guest','failed_login','Users','Session','tech1',0,0,'69.63.64.21',1650667467),(1181414,'guest','failed_login','Users','Session','drmap',0,0,'128.199.14.4',1650667521),(1181415,'guest','failed_login','Users','Session','tech1',0,0,'62.171.136.23',1650667692),(1181416,'guest','failed_login','Users','Session','tech1',0,0,'104.197.144.9',1650667863),(1181417,'guest','failed_login','Users','Session','tech1',0,0,'103.74.118.242',1650667882),(1181418,'guest','failed_login','Users','Session','drmap',0,0,'217.182.175.39',1650668092),(1181419,'guest','failed_login','Users','Session','tech1',0,0,'2001:1418:14:100::47',1650668102),(1181420,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.86',1650668256),(1181421,'guest','failed_login','Users','Session','tech1',0,0,'192.81.214.91',1650668298),(1181422,'guest','failed_login','Users','Session','tech1',0,0,'77.221.130.84',1650668430),(1181423,'guest','failed_login','Users','Session','tech1',0,0,'62.255.126.88',1650668525),(1181424,'guest','failed_login','Users','Session','drmap',0,0,'75.119.155.88',1650668669),(1181425,'guest','failed_login','Users','Session','tech1',0,0,'114.132.43.164',1650668715),(1181426,'guest','failed_login','Users','Session','tech1',0,0,'45.118.145.96',1650668938),(1181427,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1650669000),(1181428,'guest','failed_login','Users','Session','tech1',0,0,'47.114.32.24',1650669134),(1181429,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.205',1650669237),(1181430,'guest','failed_login','Users','Session','tech1',0,0,'185.49.20.78',1650669351),(1181431,'guest','failed_login','Users','Session','tech1',0,0,'107.181.185.226',1650669548),(1181432,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:800:3050::',1650669575),(1181433,'guest','failed_login','Users','Session','tech1',0,0,'103.101.162.249',1650669751),(1181434,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.56',1650669977),(1181435,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650670143),(1181436,'guest','failed_login','Users','Session','tech1',0,0,'142.93.99.56',1650670189),(1181437,'guest','failed_login','Users','Session','drmap',0,0,'72.167.34.14',1650670377),(1181438,'guest','failed_login','Users','Session','admin',0,0,'5.189.128.189',1650670436),(1181439,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650670581),(1181440,'guest','failed_login','Users','Session','admin',0,0,'35.202.241.36',1650670632),(1181441,'guest','failed_login','Users','Session','tech1',0,0,'159.65.76.38',1650670713),(1181442,'guest','failed_login','Users','Session','tech1',0,0,'198.20.170.59',1650670837),(1181443,'guest','failed_login','Users','Session','drmap',0,0,'43.241.70.75',1650670949),(1181444,'guest','failed_login','Users','Session','tech1',0,0,'51.210.251.22',1650671048),(1181445,'guest','failed_login','Users','Session','tech1',0,0,'107.190.135.178',1650671257),(1181446,'guest','failed_login','Users','Session','tech1',0,0,'134.209.231.225',1650671282),(1181447,'guest','failed_login','Users','Session','tech1',0,0,'148.72.244.254',1650671470),(1181448,'guest','failed_login','Users','Session','drmap',0,0,'165.232.180.174',1650671515),(1181449,'guest','failed_login','Users','Session','tech1',0,0,'159.65.7.254',1650671663),(1181450,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.56',1650671850),(1181451,'guest','failed_login','Users','Session','tech1',0,0,'89.46.109.154',1650671892),(1181452,'guest','failed_login','Users','Session','drmap',0,0,'35.203.66.166',1650672084),(1181453,'guest','failed_login','Users','Session','tech1',0,0,'54.164.253.138',1650672098),(1181454,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650672265),(1181455,'guest','failed_login','Users','Session','tech1',0,0,'194.163.156.168',1650672313),(1181456,'guest','failed_login','Users','Session','tech1',0,0,'68.183.139.84',1650672417),(1181457,'guest','failed_login','Users','Session','tech1',0,0,'74.208.252.140',1650672516),(1181458,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:1c1c:351::1',1650672657),(1181459,'guest','failed_login','Users','Session','tech1',0,0,'62.171.136.23',1650672728),(1181460,'guest','failed_login','Users','Session','dmytro',0,0,'192.187.127.18',1650672838),(1181461,'guest','failed_login','Users','Session','tech1',0,0,'185.46.121.66',1650672940),(1181462,'guest','failed_login','Users','Session','tech1',0,0,'200.110.145.21',1650673135),(1181463,'guest','failed_login','Users','Session','drmap',0,0,'159.203.121.12',1650673232),(1181464,'guest','failed_login','Users','Session','tech1',0,0,'184.168.125.72',1650673572),(1181465,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650673773),(1181466,'guest','failed_login','Users','Session','drmap',0,0,'72.167.222.172',1650673808),(1181467,'guest','failed_login','Users','Session','tech1',0,0,'88.198.19.200',1650674146),(1181468,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:1c1c:351::1',1650674382),(1181469,'guest','failed_login','Users','Session','tech1',0,0,'123.60.59.154',1650674719),(1181470,'guest','failed_login','Users','Session','drmap',0,0,'145.239.30.120',1650674955),(1181471,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.221',1650675295),(1181472,'guest','failed_login','Users','Session','drmap',0,0,'2400:8500:1301:738:133:130:103:36',1650675532),(1181473,'guest','failed_login','Users','Session','tech1',0,0,'104.197.144.9',1650675869),(1181474,'guest','failed_login','Users','Session','drmap',0,0,'64.227.183.25',1650676103),(1181475,'guest','failed_login','Users','Session','tech1',0,0,'103.166.183.192',1650676443),(1181476,'guest','failed_login','Users','Session','drmap',0,0,'103.101.161.220',1650676679),(1181477,'guest','failed_login','Users','Session','tech1',0,0,'148.72.203.102',1650676965),(1181478,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.205',1650677018),(1181479,'guest','failed_login','Users','Session','tech1',0,0,'159.223.4.84',1650677173),(1181480,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:800:10::34bd:1',1650677254),(1181481,'guest','failed_login','Users','Session','tech1',0,0,'176.235.216.155',1650677394),(1181482,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650677529),(1181483,'guest','failed_login','Users','Session','tech1',0,0,'75.119.155.88',1650677598),(1181484,'guest','failed_login','Users','Session','tech1',0,0,'51.210.251.22',1650677616),(1181485,'guest','failed_login','Users','Session','com',0,0,'204.12.215.60',1650677696),(1181486,'guest','failed_login','Users','Session','tech1',0,0,'178.128.14.157',1650677810),(1181487,'guest','failed_login','Users','Session','drmap',0,0,'8.210.146.161',1650677831),(1181488,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1650677847),(1181489,'guest','failed_login','Users','Session','tech1',0,0,'162.241.174.216',1650678040),(1181490,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.91',1650678068),(1181491,'guest','failed_login','Users','Session','tech1',0,0,'68.183.47.242',1650678172),(1181492,'guest','failed_login','Users','Session','tech1',0,0,'165.227.154.150',1650678242),(1181493,'guest','failed_login','Users','Session','drmap',0,0,'67.205.43.116',1650678408),(1181494,'guest','failed_login','Users','Session','tech1',0,0,'107.173.165.214',1650678455),(1181495,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.155.228',1650678637),(1181496,'guest','failed_login','Users','Session','tech1',0,0,'52.189.215.54',1650678666),(1181497,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:4:1d0::b9:8000',1650678751),(1181498,'guest','failed_login','Users','Session','tech1',0,0,'196.203.219.49',1650678901),(1181499,'guest','failed_login','Users','Session','drmap',0,0,'138.68.140.0',1650678989),(1181500,'guest','failed_login','Users','Session','tech1',0,0,'35.202.241.36',1650679114),(1181501,'guest','failed_login','Users','Session','tech1',0,0,'72.167.34.14',1650679329),(1181502,'guest','failed_login','Users','Session','tech1',0,0,'104.236.45.171',1650679331),(1181503,'guest','failed_login','Users','Session','test',0,0,'69.197.155.228',1650679342),(1181504,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.28',1650679425),(1181505,'guest','failed_login','Users','Session','tech1',0,0,'43.241.58.180',1650679559),(1181506,'guest','failed_login','Users','Session','drmap',0,0,'198.46.160.118',1650679566),(1181507,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.110',1650679759),(1181508,'guest','failed_login','Users','Session','tech1',0,0,'2001:b011:8009:a8d:211:32ff:fed2:5d36',1650679911),(1181509,'guest','failed_login','Users','Session','tech1',0,0,'209.159.150.110',1650680001),(1181510,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.76',1650680059),(1181511,'guest','failed_login','Users','Session','drmap',0,0,'51.159.155.6',1650680147),(1181512,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1650680218),(1181513,'guest','failed_login','Users','Session','tech1',0,0,'2603:300b:640:3000::5622',1650680433),(1181514,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650680487),(1181515,'guest','failed_login','Users','Session','admin',0,0,'173.208.153.154',1650680538),(1181516,'guest','failed_login','Users','Session','tech1',0,0,'67.222.154.106',1650680670),(1181517,'guest','failed_login','Users','Session','drmap',0,0,'139.59.96.76',1650680727),(1181518,'guest','failed_login','Users','Session','tech1',0,0,'101.37.28.132',1650680886),(1181519,'guest','failed_login','Users','Session','tech1',0,0,'139.59.80.50',1650681067),(1181520,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.44',1650681110),(1181521,'guest','failed_login','Users','Session','drmap',0,0,'146.148.44.185',1650681304),(1181522,'guest','failed_login','Users','Session','tech1',0,0,'149.62.171.31',1650681352),(1181523,'guest','failed_login','Users','Session','tech1',0,0,'35.247.159.133',1650681568),(1181524,'guest','failed_login','Users','Session','tech1',0,0,'185.209.230.33',1650681650),(1181525,'guest','failed_login','Users','Session','tech1',0,0,'51.222.138.98',1650681819),(1181526,'guest','failed_login','Users','Session','drmap',0,0,'178.128.187.183',1650681889),(1181527,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650682020),(1181528,'guest','failed_login','Users','Session','tech1',0,0,'218.38.137.175',1650682037),(1181529,'guest','failed_login','Users','Session','tech1',0,0,'157.245.110.251',1650682226),(1181530,'guest','failed_login','Users','Session','drmap',0,0,'52.234.178.100',1650682466),(1181531,'guest','failed_login','Users','Session','tech1',0,0,'128.199.21.138',1650682491),(1181532,'guest','failed_login','Users','Session','tech1',0,0,'143.110.177.246',1650682730),(1181533,'guest','failed_login','Users','Session','tech1',0,0,'8.210.146.161',1650682808),(1181534,'guest','failed_login','Users','Session','tech1',0,0,'209.159.150.110',1650682977),(1181535,'guest','failed_login','Users','Session','drmap',0,0,'34.75.65.218',1650683046),(1181536,'guest','failed_login','Users','Session','tech1',0,0,'67.222.154.106',1650683693),(1181537,'guest','failed_login','Users','Session','tech1',0,0,'111.231.82.232',1650683921),(1181538,'guest','failed_login','Users','Session','tech1',0,0,'178.128.82.148',1650684159),(1181539,'guest','failed_login','Users','Session','tech1',0,0,'34.135.49.103',1650684397),(1181540,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650684466),(1181541,'guest','failed_login','Users','Session','tech1',0,0,'47.242.50.8',1650684637),(1181542,'guest','failed_login','Users','Session','admin',0,0,'2a02:c206:2060:3839::1',1650684857),(1181543,'guest','failed_login','Users','Session','admin',0,0,'103.166.183.192',1650684865),(1181544,'guest','failed_login','Users','Session','tech1',0,0,'82.145.33.64',1650684890),(1181545,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1650684937),(1181546,'guest','failed_login','Users','Session','tech1',0,0,'148.72.203.102',1650685117),(1181547,'guest','failed_login','Users','Session','admin',0,0,'161.97.118.255',1650685306),(1181548,'guest','failed_login','Users','Session','tech1',0,0,'150.95.112.79',1650685375),(1181549,'guest','failed_login','Users','Session','tech1',0,0,'109.233.192.83',1650685619),(1181550,'guest','failed_login','Users','Session','tech1',0,0,'109.206.252.198',1650685865),(1181551,'guest','failed_login','Users','Session','tech1',0,0,'159.203.31.171',1650686108),(1181552,'guest','failed_login','Users','Session','admin',0,0,'46.63.80.162',1650686117),(1181553,'guest','failed_login','Users','Session','admin',0,0,'194.90.234.21',1650686125),(1181554,'guest','failed_login','Users','Session','tech1',0,0,'77.77.150.95',1650686356),(1181555,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.91',1650686421),(1181556,'guest','failed_login','Users','Session','admin',0,0,'161.97.175.221',1650686568),(1181557,'guest','failed_login','Users','Session','tech1',0,0,'104.131.108.143',1650686594),(1181558,'guest','failed_login','Users','Session','tech1',0,0,'35.198.25.12',1650686830),(1181559,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::2db:3001',1650687079),(1181560,'guest','failed_login','Users','Session','tech1',0,0,'103.1.239.107',1650687333),(1181561,'guest','failed_login','Users','Session','admin',0,0,'47.98.207.210',1650687394),(1181562,'guest','failed_login','Users','Session','admin',0,0,'2a03:b0c0:3:d0::118d:8001',1650687397),(1181563,'guest','failed_login','Users','Session','admin',0,0,'188.166.183.39',1650687399),(1181564,'guest','failed_login','Users','Session','tech1',0,0,'192.169.151.16',1650687592),(1181565,'guest','failed_login','Users','Session','admin',0,0,'195.201.27.74',1650687846),(1181566,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'188.241.177.234',1650688082),(1181567,'guest','failed_login','Users','Session','admin',0,0,'104.197.75.152',1650688420),(1181568,'guest','failed_login','Users','Session','admin',0,0,'178.128.187.183',1650688673),(1181569,'guest','failed_login','Users','Session','admin',0,0,'104.168.36.11',1650688679),(1181570,'guest','failed_login','Users','Session','admin',0,0,'2a00:d680:20:50::3dff',1650688681),(1181571,'guest','failed_login','Users','Session','admin',0,0,'185.165.116.22',1650688685),(1181572,'guest','failed_login','Users','Session','tech1',0,0,'74.208.252.140',1650688934),(1181573,'guest','failed_login','Users','Session','admin',0,0,'2400:8500:1801:415:118:27:30:151',1650689136),(1181574,'guest','failed_login','Users','Session','tech1',0,0,'86.57.254.101',1650689195),(1181575,'guest','failed_login','Users','Session','tech1',0,0,'47.114.32.24',1650689426),(1181576,'guest','failed_login','Users','Session','tech1',0,0,'77.77.150.95',1650689691),(1181577,'guest','failed_login','Users','Session','tech1',0,0,'120.79.8.125',1650689933),(1181578,'guest','failed_login','Users','Session','admin',0,0,'109.168.97.89',1650689955),(1181579,'guest','failed_login','Users','Session','admin',0,0,'2604:a880:4:1d0::b9:8000',1650689961),(1181580,'guest','failed_login','Users','Session','tech1',0,0,'184.168.125.241',1650690197),(1181581,'guest','failed_login','Users','Session','admin',0,0,'211.149.219.47',1650690410),(1181582,'guest','failed_login','Users','Session','tech1',0,0,'51.210.251.22',1650690457),(1181583,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650690483),(1181584,'guest','failed_login','Users','Session','tech1',0,0,'45.119.213.225',1650690705),(1181585,'guest','failed_login','Users','Session','tech1',0,0,'185.61.154.35',1650690961),(1181586,'guest','failed_login','Users','Session','tech1',0,0,'54.164.253.138',1650691217),(1181587,'guest','failed_login','Users','Session','admin',0,0,'195.242.103.103',1650691232),(1181588,'guest','failed_login','Users','Session','admin',0,0,'2001:41d0:800:3a65::',1650691238),(1181589,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650691404),(1181590,'guest','failed_login','Users','Session','tech1',0,0,'162.219.250.15',1650691463),(1181591,'guest','failed_login','Users','Session','tech1',0,0,'124.40.255.186',1650691724),(1181592,'guest','failed_login','Users','Session','tech1',0,0,'45.119.213.225',1650691995),(1181593,'guest','failed_login','Users','Session','tech1',0,0,'194.163.159.35',1650692258),(1181594,'guest','failed_login','Users','Session','tech1',0,0,'178.254.50.20',1650692524),(1181595,'guest','failed_login','Users','Session','tech1',0,0,'80.249.174.66',1650692533),(1181596,'guest','failed_login','Users','Session','drmap',0,0,'159.89.160.120',1650692541),(1181597,'guest','failed_login','Users','Session','tech1',0,0,'194.163.156.168',1650692786),(1181598,'guest','failed_login','Users','Session','tech1',0,0,'187.84.233.39',1650693001),(1181599,'guest','failed_login','Users','Session','tech1',0,0,'178.128.82.148',1650693035),(1181600,'guest','failed_login','Users','Session','tech1',0,0,'185.49.20.78',1650693314),(1181601,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a077::3e6:8c3e',1650693573),(1181602,'guest','failed_login','Users','Session','tech1',0,0,'8.131.62.110',1650693814),(1181603,'guest','failed_login','Users','Session','tech1',0,0,'104.248.144.242',1650693823),(1181604,'guest','failed_login','Users','Session','drmap',0,0,'106.52.145.59',1650693835),(1181605,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1650693837),(1181606,'guest','failed_login','Users','Session','tech1',0,0,'149.62.171.31',1650694059),(1181607,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650694272),(1181608,'guest','failed_login','Users','Session','tech1',0,0,'74.208.151.215',1650694281),(1181609,'guest','failed_login','Users','Session','tech1',0,0,'162.219.250.15',1650694509),(1181610,'guest','failed_login','Users','Session','tech1',0,0,'148.72.248.98',1650694731),(1181611,'guest','failed_login','Users','Session','tech1',0,0,'47.114.32.24',1650694931),(1181612,'guest','failed_login','Users','Session','tech1',0,0,'213.5.71.211',1650695153),(1181613,'guest','failed_login','Users','Session','drmap',0,0,'67.205.176.79',1650695336),(1181614,'guest','failed_login','Users','Session','[login]',0,0,'67.205.176.79',1650695336),(1181615,'guest','failed_login','Users','Session','tech1',0,0,'199.188.205.87',1650695344),(1181616,'guest','failed_login','Users','Session','tech1',0,0,'198.71.224.86',1650695563),(1181617,'guest','failed_login','Users','Session','tech1',0,0,'2001:b011:8009:a8d:211:32ff:fed2:5d36',1650695592),(1181618,'guest','failed_login','Users','Session','drmap',0,0,'167.172.96.13',1650695694),(1181619,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650695804),(1181620,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:400:d0::1a04:a001',1650695903),(1181621,'guest','failed_login','Users','Session','tech1',0,0,'2600:3c03::f03c:91ff:feee:c59b',1650696180),(1181622,'guest','failed_login','Users','Session','drmap',0,0,'155.133.142.67',1650696191),(1181623,'guest','failed_login','Users','Session','drmap',0,0,'13.229.221.204',1650696497),(1181624,'guest','failed_login','Users','Session','drmap',0,0,'157.245.131.230',1650696630),(1181625,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::631:1001',1650696774),(1181626,'guest','failed_login','Users','Session','drmap',0,0,'134.195.196.53',1650697090),(1181627,'guest','failed_login','Users','Session','drmap',0,0,'202.28.34.99',1650697110),(1181628,'guest','failed_login','Users','Session','[login]',0,0,'202.28.34.99',1650697110),(1181629,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:800:3050::',1650697369),(1181630,'guest','failed_login','Users','Session','drmap',0,0,'135.148.122.146',1650697621),(1181631,'guest','failed_login','Users','Session','drmap',0,0,'150.109.148.216',1650697691),(1181632,'guest','failed_login','Users','Session','tech1',0,0,'66.11.120.48',1650697980),(1181633,'guest','failed_login','Users','Session','drmap',0,0,'68.183.200.197',1650698195),(1181634,'guest','failed_login','Users','Session','[login]',0,0,'68.183.200.197',1650698197),(1181635,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650698211),(1181636,'guest','failed_login','Users','Session','drmap',0,0,'46.101.150.34',1650698300),(1181637,'guest','failed_login','Users','Session','tech1',0,0,'37.139.13.163',1650698578),(1181638,'guest','failed_login','Users','Session','drmap',0,0,'178.159.42.76',1650698782),(1181639,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650698810),(1181640,'guest','failed_login','Users','Session','drmap',0,0,'217.9.143.94',1650698897),(1181641,'guest','failed_login','Users','Session','tech1',0,0,'78.157.40.35',1650699177),(1181642,'guest','failed_login','Users','Session','drmap',0,0,'2400:8901::f03c:92ff:fe76:db4c',1650699302),(1181643,'guest','failed_login','Users','Session','drmap',0,0,'187.84.233.39',1650699491),(1181644,'guest','failed_login','Users','Session','tech1',0,0,'167.71.63.47',1650699769),(1181645,'guest','failed_login','Users','Session','drmap',0,0,'103.77.160.73',1650699773),(1181646,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.58',1650699788),(1181647,'guest','failed_login','Users','Session','drmap',0,0,'144.126.223.177',1650700084),(1181648,'guest','failed_login','Users','Session','drmap',0,0,'157.245.155.102',1650700271),(1181649,'guest','failed_login','Users','Session','tech1',0,0,'159.203.120.246',1650700364),(1181650,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::87b:3001',1650700672),(1181651,'guest','failed_login','Users','Session','drmap',0,0,'193.230.142.221',1650700865),(1181652,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::8c6:2001',1650700951),(1181653,'guest','failed_login','Users','Session','drmap',0,0,'176.98.40.88',1650701270),(1181654,'guest','failed_login','Users','Session','drmap',0,0,'159.223.119.11',1650701413),(1181655,'guest','failed_login','Users','Session','tech1',0,0,'13.79.17.158',1650701547),(1181656,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650701610),(1181657,'guest','failed_login','Users','Session','drmap',0,0,'185.170.8.60',1650701865),(1181658,'guest','failed_login','Users','Session','drmap',0,0,'128.199.227.32',1650701939),(1181659,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.71',1650702136),(1181660,'guest','failed_login','Users','Session','drmap',0,0,'20.120.6.146',1650702449),(1181661,'guest','failed_login','Users','Session','drmap',0,0,'104.248.225.59',1650702453),(1181662,'guest','failed_login','Users','Session','tech1',0,0,'150.109.148.216',1650702731),(1181663,'guest','failed_login','Users','Session','drmap',0,0,'34.68.4.41',1650702986),(1181664,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650703324),(1181665,'guest','failed_login','Users','Session','drmap',0,0,'189.90.138.212',1650703546),(1181666,'guest','failed_login','Users','Session','drmap',0,0,'47.241.15.39',1650703645),(1181667,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::e77:1',1650703926),(1181668,'guest','failed_login','Users','Session','drmap',0,0,'2001:e42:102:1823:160:16:242:201',1650704071),(1181669,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:1:d0::d15:b001',1650704239),(1181670,'guest','failed_login','Users','Session','tech1',0,0,'139.59.96.76',1650704519),(1181671,'guest','failed_login','Users','Session','drmap',0,0,'189.254.1.218',1650704617),(1181672,'guest','failed_login','Users','Session','[login]',0,0,'189.254.1.218',1650704618),(1181673,'guest','failed_login','Users','Session','drmap',0,0,'8.131.62.110',1650704830),(1181674,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650705105),(1181675,'guest','failed_login','Users','Session','tech1',0,0,'103.106.78.178',1650705112),(1181676,'guest','failed_login','Users','Session','drmap',0,0,'2a02:c207:2047:2318::1',1650705164),(1181677,'guest','failed_login','Users','Session','drmap',0,0,'43.241.70.75',1650705433),(1181678,'guest','failed_login','Users','Session','tech1',0,0,'161.97.175.221',1650705714),(1181679,'guest','failed_login','Users','Session','drmap',0,0,'119.196.149.154',1650705745),(1181680,'guest','failed_login','Users','Session','drmap',0,0,'167.71.163.218',1650706033),(1181681,'guest','failed_login','Users','Session','drmap',0,0,'34.87.101.136',1650706273),(1181682,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1792:5001',1650706307),(1181683,'guest','failed_login','Users','Session','drmap',0,0,'159.223.119.11',1650706822),(1181684,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650706869),(1181685,'guest','failed_login','Users','Session','tech1',0,0,'103.174.115.211',1650706897),(1181686,'guest','failed_login','Users','Session','drmap',0,0,'103.90.232.219',1650707211),(1181687,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650707309),(1181688,'guest','failed_login','Users','Session','drmap',0,0,'157.245.106.233',1650707319),(1181689,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::631:1001',1650707491),(1181690,'guest','failed_login','Users','Session','drmap',0,0,'103.28.37.180',1650707806),(1181691,'guest','failed_login','Users','Session','drmap',0,0,'212.115.42.7',1650707856),(1181692,'guest','failed_login','Users','Session','tech1',0,0,'64.111.116.168',1650708082),(1181693,'guest','failed_login','Users','Session','drmap',0,0,'52.226.64.215',1650708403),(1181694,'guest','failed_login','Users','Session','drmap',0,0,'99.192.161.87',1650708455),(1181695,'guest','failed_login','Users','Session','tech1',0,0,'162.240.28.177',1650708678),(1181696,'guest','failed_login','Users','Session','drmap',0,0,'103.28.114.94',1650708996),(1181697,'guest','failed_login','Users','Session','drmap',0,0,'50.214.51.90',1650709049),(1181698,'guest','failed_login','Users','Session','tech1',0,0,'159.89.237.49',1650709273),(1181699,'guest','failed_login','Users','Session','drmap',0,0,'51.124.226.192',1650709582),(1181700,'guest','failed_login','Users','Session','[login]',0,0,'51.124.226.192',1650709582),(1181701,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.210',1650709586),(1181702,'guest','failed_login','Users','Session','drmap',0,0,'178.159.42.76',1650710129),(1181703,'guest','failed_login','Users','Session','drmap',0,0,'106.52.145.59',1650710184),(1181704,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::87b:3001',1650710455),(1181705,'guest','failed_login','Users','Session','drmap',0,0,'2600:3c03::f03c:92ff:fe6d:1a9d',1650710653),(1181706,'guest','failed_login','Users','Session','drmap',0,0,'47.105.61.35',1650710773),(1181707,'guest','failed_login','Users','Session','tech1',0,0,'167.71.117.225',1650711049),(1181708,'guest','failed_login','Users','Session','drmap',0,0,'177.55.111.12',1650711188),(1181709,'guest','failed_login','Users','Session','[login]',0,0,'177.55.111.12',1650711188),(1181710,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:800:3a65::',1650711362),(1181711,'guest','failed_login','Users','Session','tech1',0,0,'159.89.160.120',1650711639),(1181712,'guest','failed_login','Users','Session','drmap',0,0,'146.59.150.90',1650711779),(1181713,'guest','failed_login','Users','Session','drmap',0,0,'103.149.154.8',1650711953),(1181714,'guest','failed_login','Users','Session','admin',0,0,'37.75.131.172',1650711989),(1181715,'guest','failed_login','Users','Session','tech1',0,0,'81.12.104.34',1650712012),(1181716,'guest','failed_login','Users','Session','tech1',0,0,'139.59.118.238',1650712245),(1181717,'guest','failed_login','Users','Session','drmap',0,0,'102.219.178.121',1650712318),(1181718,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:400:d0::1a04:a001',1650712565),(1181719,'guest','failed_login','Users','Session','tech1',0,0,'162.240.27.242',1650712845),(1181720,'guest','failed_login','Users','Session','drmap',0,0,'165.232.71.87',1650712852),(1181721,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650712954),(1181722,'guest','failed_login','Users','Session','drmap',0,0,'52.234.178.100',1650713161),(1181723,'guest','failed_login','Users','Session','drmap',0,0,'37.18.90.72',1650713400),(1181724,'guest','failed_login','Users','Session','[login]',0,0,'37.18.90.72',1650713400),(1181725,'guest','failed_login','Users','Session','tech1',0,0,'109.74.196.231',1650713440),(1181726,'guest','failed_login','Users','Session','drmap',0,0,'88.150.159.29',1650713755),(1181727,'guest','failed_login','Users','Session','drmap',0,0,'75.119.147.106',1650713910),(1181728,'guest','failed_login','Users','Session','[login]',0,0,'75.119.147.106',1650713911),(1181729,'guest','failed_login','Users','Session','tech1',0,0,'134.195.196.53',1650714031),(1181730,'guest','failed_login','Users','Session','tech1',0,0,'198.54.114.27',1650714034),(1181731,'guest','failed_login','Users','Session','drmap',0,0,'178.217.190.82',1650714352),(1181732,'guest','failed_login','Users','Session','drmap',0,0,'85.128.143.192',1650714481),(1181733,'guest','failed_login','Users','Session','tech1',0,0,'139.59.75.162',1650714628),(1181734,'guest','failed_login','Users','Session','admin',0,0,'202.52.134.191',1650714769),(1181735,'guest','failed_login','Users','Session','drmap',0,0,'159.89.228.214',1650714943),(1181736,'guest','failed_login','Users','Session','drmap',0,0,'68.183.200.197',1650715012),(1181737,'guest','failed_login','Users','Session','tech1',0,0,'184.168.125.72',1650715220),(1181738,'guest','failed_login','Users','Session','drmap',0,0,'47.93.61.192',1650715536),(1181739,'guest','failed_login','Users','Session','drmap',0,0,'46.101.11.222',1650715549),(1181740,'guest','failed_login','Users','Session','tech1',0,0,'123.60.59.154',1650715816),(1181741,'guest','failed_login','Users','Session','drmap',0,0,'50.214.51.90',1650716106),(1181742,'guest','failed_login','Users','Session','[login]',0,0,'50.214.51.90',1650716106),(1181743,'guest','failed_login','Users','Session','drmap',0,0,'2400:8100:ffff:0:117:120:13:52',1650716134),(1181744,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::100e:b001',1650716410),(1181745,'guest','failed_login','Users','Session','drmap',0,0,'157.245.106.233',1650716581),(1181746,'guest','failed_login','Users','Session','drmap',0,0,'46.101.159.72',1650716725),(1181747,'guest','failed_login','Users','Session','drmap',0,0,'206.81.18.4',1650717200),(1181748,'guest','failed_login','Users','Session','[login]',0,0,'206.81.18.4',1650717201),(1181749,'guest','failed_login','Users','Session','drmap',0,0,'91.219.194.21',1650717317),(1181750,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c206:2060:3839::1',1650717593),(1181751,'guest','failed_login','Users','Session','drmap',0,0,'91.219.194.6',1650717778),(1181752,'guest','failed_login','Users','Session','[login]',0,0,'91.219.194.6',1650717778),(1181753,'guest','failed_login','Users','Session','drmap',0,0,'158.69.63.179',1650717909),(1181754,'guest','failed_login','Users','Session','tech1',0,0,'103.101.161.220',1650718186),(1181755,'guest','failed_login','Users','Session','drmap',0,0,'137.184.89.163',1650718245),(1181756,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1650718504),(1181757,'guest','failed_login','Users','Session','drmap',0,0,'110.42.210.173',1650718867),(1181758,'guest','failed_login','Users','Session','drmap',0,0,'2400:8100:ffff:0:117:120:13:52',1650719098),(1181759,'guest','failed_login','Users','Session','drmap',0,0,'128.199.227.32',1650719351),(1181760,'guest','failed_login','Users','Session','tech1',0,0,'2001:470:c:7e2::2',1650719379),(1181761,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::4be:2001',1650719889),(1181762,'guest','failed_login','Users','Session','[login]',0,0,'2400:6180:0:d0::4be:2001',1650719889),(1181763,'guest','failed_login','Users','Session','tech1',0,0,'64.227.183.25',1650719973),(1181764,'guest','failed_login','Users','Session','drmap',0,0,'159.89.27.131',1650720292),(1181765,'guest','failed_login','Users','Session','drmap',0,0,'157.230.253.37',1650720474),(1181766,'guest','failed_login','Users','Session','[login]',0,0,'157.230.253.37',1650720474),(1181767,'guest','failed_login','Users','Session','tech1',0,0,'95.217.3.203',1650720566),(1181768,'guest','failed_login','Users','Session','drmap',0,0,'81.70.248.169',1650720885),(1181769,'guest','failed_login','Users','Session','drmap',0,0,'159.89.23.231',1650720969),(1181770,'guest','failed_login','Users','Session','[login]',0,0,'159.89.23.231',1650720969),(1181771,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:115b::e12:8f0d',1650721161),(1181772,'guest','failed_login','Users','Session','drmap',0,0,'64.227.50.139',1650721541),(1181773,'guest','failed_login','Users','Session','tech1',0,0,'103.28.37.180',1650721758),(1181774,'guest','failed_login','Users','Session','drmap',0,0,'129.232.204.123',1650722052),(1181775,'guest','failed_login','Users','Session','tech1',0,0,'72.167.34.14',1650722353),(1181776,'guest','failed_login','Users','Session','drmap',0,0,'137.184.89.163',1650722610),(1181777,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c010:a209::1',1650722952),(1181778,'guest','failed_login','Users','Session','drmap',0,0,'94.247.172.123',1650723243),(1181779,'guest','failed_login','Users','Session','drmap',0,0,'210.122.36.218',1650723271),(1181780,'guest','failed_login','Users','Session','tech1',0,0,'103.212.43.29',1650723549),(1181781,'guest','failed_login','Users','Session','drmap',0,0,'211.238.13.155',1650723802),(1181782,'guest','failed_login','Users','Session','drmap',0,0,'103.28.114.94',1650723871),(1181783,'guest','failed_login','Users','Session','tech1',0,0,'52.166.3.59',1650724146),(1181784,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650724306),(1181785,'guest','failed_login','Users','Session','drmap',0,0,'165.22.116.165',1650724349),(1181786,'guest','failed_login','Users','Session','[login]',0,0,'165.22.116.165',1650724349),(1181787,'guest','failed_login','Users','Session','drmap',0,0,'162.241.71.202',1650724463),(1181788,'guest','failed_login','Users','Session','tech1',0,0,'103.39.134.190',1650724741),(1181789,'guest','failed_login','Users','Session','drmap',0,0,'188.166.220.74',1650724869),(1181790,'guest','failed_login','Users','Session','drmap',0,0,'188.166.226.196',1650725061),(1181791,'guest','failed_login','Users','Session','tech1',0,0,'36.94.142.166',1650725339),(1181792,'guest','failed_login','Users','Session','drmap',0,0,'206.189.109.181',1650725412),(1181793,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1650725656),(1181794,'guest','failed_login','Users','Session','drmap',0,0,'161.97.85.80',1650726004),(1181795,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::87b:3001',1650726259),(1181796,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.154.18',1650726516),(1181797,'guest','failed_login','Users','Session','drmap',0,0,'177.55.111.12',1650726524),(1181798,'guest','failed_login','Users','Session','tech1',0,0,'43.229.129.91',1650726535),(1181799,'guest','failed_login','Users','Session','drmap',0,0,'211.110.139.214',1650726857),(1181800,'guest','failed_login','Users','Session','drmap',0,0,'206.189.109.181',1650727044),(1181801,'guest','failed_login','Users','Session','[login]',0,0,'206.189.109.181',1650727045),(1181802,'guest','failed_login','Users','Session','tech1',0,0,'69.163.186.158',1650727136),(1181803,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.18',1650727386),(1181804,'guest','failed_login','Users','Session','drmap',0,0,'162.241.71.202',1650727456),(1181805,'guest','failed_login','Users','Session','drmap',0,0,'159.65.1.255',1650727565),(1181806,'guest','failed_login','Users','Session','tech1',0,0,'148.72.214.194',1650727737),(1181807,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.60',1650727900),(1181808,'guest','failed_login','Users','Session','drmap',0,0,'173.212.212.180',1650728056),(1181809,'guest','failed_login','Users','Session','drmap',0,0,'159.65.1.255',1650728094),(1181810,'guest','failed_login','Users','Session','admin',0,0,'185.46.121.66',1650728185),(1181811,'guest','failed_login','Users','Session','tech1',0,0,'128.199.14.4',1650728339),(1181812,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.215.60',1650728400),(1181813,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.66',1650728508),(1181814,'guest','failed_login','Users','Session','admin',0,0,'107.150.36.76',1650728576),(1181815,'guest','failed_login','Users','Session','drmap',0,0,'162.0.220.228',1650728744),(1181816,'guest','failed_login','Users','Session','[login]',0,0,'162.0.220.228',1650728744),(1181817,'guest','failed_login','Users','Session','bangkokfinder',0,0,'63.141.252.67',1650728837),(1181818,'guest','failed_login','Users','Session','tech1',0,0,'144.91.117.193',1650728932),(1181819,'guest','failed_login','Users','Session','admin',0,0,'185.252.31.180',1650728960),(1181820,'guest','failed_login','Users','Session','test',0,0,'63.141.252.67',1650729129),(1181821,'guest','failed_login','Users','Session','drmap',0,0,'213.163.113.64',1650729249),(1181822,'guest','failed_login','Users','Session','drmap',0,0,'103.39.134.190',1650729251),(1181823,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.76',1650729367),(1181824,'guest','failed_login','Users','Session','tech1',0,0,'103.130.218.178',1650729532),(1181825,'guest','failed_login','Users','Session','tech1',0,0,'216.158.230.167',1650729775),(1181826,'guest','failed_login','Users','Session','drmap',0,0,'143.198.47.167',1650729780),(1181827,'guest','failed_login','Users','Session','[login]',0,0,'143.198.47.167',1650729781),(1181828,'guest','failed_login','Users','Session','test',0,0,'204.12.255.59',1650729848),(1181829,'guest','failed_login','Users','Session','drmap',0,0,'52.234.178.100',1650729852),(1181830,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.66',1650729966),(1181831,'guest','failed_login','Users','Session','tech1',0,0,'162.241.71.202',1650730133),(1181832,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650730257),(1181833,'guest','failed_login','Users','Session','drmap',0,0,'143.244.166.16',1650730377),(1181834,'guest','failed_login','Users','Session','drmap',0,0,'69.163.186.158',1650730454),(1181835,'guest','failed_login','Users','Session','tech1',0,0,'173.242.115.83',1650730558),(1181836,'guest','failed_login','Users','Session','tech1',0,0,'128.199.14.4',1650730734),(1181837,'guest','failed_login','Users','Session','drmap',0,0,'66.11.120.48',1650731053),(1181838,'guest','failed_login','Users','Session','com',0,0,'69.197.155.228',1650731053),(1181839,'guest','failed_login','Users','Session','tech1',0,0,'171.244.17.110',1650731390),(1181840,'guest','failed_login','Users','Session','drmap',0,0,'129.232.204.123',1650731500),(1181841,'guest','failed_login','Users','Session','[login]',0,0,'129.232.204.123',1650731500),(1181842,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.28',1650731615),(1181843,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.28',1650731789),(1181844,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.28',1650731824),(1181845,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.76',1650732045),(1181846,'guest','failed_login','Users','Session','drmap',0,0,'38.242.242.224',1650732057),(1181847,'guest','failed_login','Users','Session','tech1',0,0,'80.246.1.193',1650732231),(1181848,'guest','failed_login','Users','Session','drmap',0,0,'150.95.112.26',1650732625),(1181849,'guest','failed_login','Users','Session','com',0,0,'69.197.155.228',1650732738),(1181850,'guest','failed_login','Users','Session','tech1',0,0,'211.37.147.188',1650733039),(1181851,'guest','failed_login','Users','Session','com',0,0,'63.141.252.67',1650733076),(1181852,'guest','failed_login','Users','Session','drmap',0,0,'46.101.62.105',1650733140),(1181853,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.215.60',1650733163),(1181854,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.66',1650733238),(1181855,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.18',1650733570),(1181856,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.18',1650733630),(1181857,'guest','failed_login','Users','Session','drmap',0,0,'134.209.155.21',1650733713),(1181858,'guest','failed_login','Users','Session','tech1',0,0,'211.110.139.214',1650733867),(1181859,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.59',1650734091),(1181860,'guest','failed_login','Users','Session','drmap',0,0,'67.205.157.253',1650734287),(1181861,'guest','failed_login','Users','Session','admin',0,0,'192.187.127.18',1650734321),(1181862,'guest','failed_login','Users','Session','tech1',0,0,'217.116.197.45',1650734715),(1181863,'guest','failed_login','Users','Session','drmap',0,0,'159.89.23.231',1650734806),(1181864,'guest','failed_login','Users','Session','[login]',0,0,'159.89.23.231',1650734806),(1181865,'guest','failed_login','Users','Session','test',0,0,'204.12.255.59',1650734957),(1181866,'guest','failed_login','Users','Session','drmap',0,0,'154.12.236.50',1650735435),(1181867,'guest','failed_login','Users','Session','tech1',0,0,'185.56.11.123',1650735558),(1181868,'guest','failed_login','Users','Session','admin',0,0,'187.32.211.193',1650735760),(1181869,'guest','failed_login','Users','Session','drmap',0,0,'177.55.111.12',1650735977),(1181870,'guest','failed_login','Users','Session','[login]',0,0,'177.55.111.12',1650735978),(1181871,'guest','failed_login','Users','Session','admin',0,0,'35.203.66.166',1650736080),(1181872,'guest','failed_login','Users','Session','com',0,0,'173.208.206.28',1650736190),(1181873,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650736231),(1181874,'guest','failed_login','Users','Session','admin',0,0,'195.179.202.215',1650736365),(1181875,'guest','failed_login','Users','Session','tech1',0,0,'103.121.91.38',1650736405),(1181876,'guest','failed_login','Users','Session','drmap',0,0,'177.55.111.12',1650736509),(1181877,'guest','failed_login','Users','Session','admin',0,0,'46.101.159.72',1650736686),(1181878,'guest','failed_login','Users','Session','drmap',0,0,'128.199.221.125',1650737120),(1181879,'guest','failed_login','Users','Session','admin',0,0,'34.122.210.151',1650737289),(1181880,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.155.228',1650737335),(1181881,'guest','failed_login','Users','Session','admin',0,0,'143.244.140.199',1650737574),(1181882,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::e8b:7001',1650737649),(1181883,'guest','failed_login','Users','Session','admin',0,0,'51.75.15.189',1650737895),(1181884,'guest','failed_login','Users','Session','tech1',0,0,'131.72.236.163',1650738067),(1181885,'guest','failed_login','Users','Session','admin',0,0,'157.245.110.251',1650738178),(1181886,'guest','failed_login','Users','Session','drmap',0,0,'38.242.242.224',1650738219),(1181887,'guest','failed_login','Users','Session','[login]',0,0,'38.242.242.224',1650738219),(1181888,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.27',1650738331),(1181889,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.141',1650738354),(1181890,'guest','failed_login','Users','Session','admin',0,0,'52.234.178.100',1650738501),(1181891,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:403:b30::',1650738763),(1181892,'guest','failed_login','Users','Session','admin',0,0,'143.244.143.195',1650738785),(1181893,'guest','failed_login','Users','Session','tech1',0,0,'107.180.107.103',1650738926),(1181894,'guest','failed_login','Users','Session','admin',0,0,'162.241.71.202',1650739111),(1181895,'guest','failed_login','Users','Session','drmap',0,0,'209.145.50.162',1650739266),(1181896,'guest','failed_login','Users','Session','tech1',0,0,'195.179.202.215',1650739400),(1181897,'guest','failed_login','Users','Session','drmap',0,0,'106.52.145.59',1650739725),(1181898,'guest','failed_login','Users','Session','tech1',0,0,'35.195.135.67',1650739763),(1181899,'guest','failed_login','Users','Session','drmap',0,0,'46.101.62.105',1650739881),(1181900,'guest','failed_login','Users','Session','tech1',0,0,'137.74.194.43',1650740007),(1181901,'guest','failed_login','Users','Session','drmap',0,0,'45.120.69.121',1650740332),(1181902,'guest','failed_login','Users','Session','drmap',0,0,'143.198.71.13',1650740475),(1181903,'guest','failed_login','Users','Session','tech1',0,0,'173.212.235.115',1650740617),(1181904,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:1008:c3a::',1650740626),(1181905,'guest','failed_login','Users','Session','drmap',0,0,'20.64.155.18',1650740948),(1181906,'guest','failed_login','Users','Session','tech1',0,0,'109.74.196.231',1650741234),(1181907,'guest','failed_login','Users','Session','tech1',0,0,'211.37.147.188',1650741459),(1181908,'guest','failed_login','Users','Session','drmap',0,0,'103.149.154.8',1650741563),(1181909,'guest','failed_login','Users','Session','drmap',0,0,'34.68.4.41',1650741584),(1181910,'guest','failed_login','Users','Session','tech1',0,0,'157.245.48.104',1650741849),(1181911,'guest','failed_login','Users','Session','drmap',0,0,'52.186.74.78',1650742126),(1181912,'guest','failed_login','Users','Session','drmap',0,0,'217.160.75.121',1650742175),(1181913,'guest','failed_login','Users','Session','tech1',0,0,'66.94.114.17',1650742350),(1181914,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.222',1650742463),(1181915,'guest','failed_login','Users','Session','drmap',0,0,'167.172.96.13',1650742696),(1181916,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1650742794),(1181917,'guest','failed_login','Users','Session','admin',0,0,'101.0.80.218',1650743070),(1181918,'guest','failed_login','Users','Session','tech1',0,0,'198.12.149.182',1650743214),(1181919,'guest','failed_login','Users','Session','drmap',0,0,'2607:1b00:93b2:e42c::2',1650743306),(1181920,'guest','failed_login','Users','Session','[login]',0,0,'2607:1b00:93b2:e42c::2',1650743307),(1181921,'guest','failed_login','Users','Session','admin',0,0,'157.245.110.251',1650743390),(1181922,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650743634),(1181923,'guest','failed_login','Users','Session','admin',0,0,'37.139.13.163',1650743671),(1181924,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::e8b:7001',1650743871),(1181925,'guest','failed_login','Users','Session','admin',0,0,'103.28.114.94',1650743997),(1181926,'guest','failed_login','Users','Session','tech1',0,0,'51.210.251.22',1650744095),(1181927,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.76',1650744215),(1181928,'guest','failed_login','Users','Session','admin',0,0,'42.193.21.177',1650744280),(1181929,'guest','failed_login','Users','Session','drmap',0,0,'118.27.103.110',1650744409),(1181930,'guest','failed_login','Users','Session','admin',0,0,'46.101.150.34',1650744595),(1181931,'guest','failed_login','Users','Session','drmap',0,0,'51.178.146.199',1650744868),(1181932,'guest','failed_login','Users','Session','admin',0,0,'212.103.4.29',1650744880),(1181933,'guest','failed_login','Users','Session','tech1',0,0,'180.211.99.217',1650744979),(1181934,'guest','failed_login','Users','Session','admin',0,0,'46.29.23.162',1650745204),(1181935,'guest','failed_login','Users','Session','drmap',0,0,'128.199.147.151',1650745339),(1181936,'guest','failed_login','Users','Session','admin',0,0,'145.239.30.120',1650745490),(1181937,'guest','failed_login','Users','Session','admin',0,0,'162.240.27.242',1650745816),(1181938,'guest','failed_login','Users','Session','tech1',0,0,'178.128.82.148',1650745834),(1181939,'guest','failed_login','Users','Session','drmap',0,0,'188.166.220.74',1650745926),(1181940,'guest','failed_login','Users','Session','admin',0,0,'128.199.14.4',1650746104),(1181941,'guest','failed_login','Users','Session','admin',0,0,'167.71.234.124',1650746433),(1181942,'guest','failed_login','Users','Session','drmap',0,0,'185.75.194.144',1650746443),(1181943,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.141',1650746664),(1181944,'guest','failed_login','Users','Session','admin',0,0,'2a01:4f8:1c1c:351::1',1650746721),(1181945,'guest','failed_login','Users','Session','tech1',0,0,'162.219.250.15',1650746735),(1181946,'guest','failed_login','Users','Session','drmap',0,0,'82.66.92.137',1650746872),(1181947,'guest','failed_login','Users','Session','admin',0,0,'162.215.209.69',1650747046),(1181948,'guest','failed_login','Users','Session','admin',0,0,'109.168.97.89',1650747330),(1181949,'guest','failed_login','Users','Session','drmap',0,0,'2a0e:fd45:2ba0:10:188:64:138:23',1650747422),(1181950,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.228',1650747513),(1181951,'guest','failed_login','Users','Session','tech1',0,0,'162.219.250.15',1650747619),(1181952,'guest','failed_login','Users','Session','admin',0,0,'2400:6180:0:d0::1117:2001',1650747659),(1181953,'guest','failed_login','Users','Session','drmap',0,0,'38.242.251.247',1650747927),(1181954,'guest','failed_login','Users','Session','admin',0,0,'173.212.201.226',1650747942),(1181955,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1650747986),(1181956,'guest','failed_login','Users','Session','admin',0,0,'81.88.52.210',1650748275),(1181957,'guest','failed_login','Users','Session','drmap',0,0,'64.227.185.46',1650748444),(1181958,'guest','failed_login','Users','Session','tech1',0,0,'46.101.95.65',1650748516),(1181959,'guest','failed_login','Users','Session','tech1',0,0,'194.233.80.204',1650748563),(1181960,'guest','failed_login','Users','Session','drmap',0,0,'150.109.148.216',1650748892),(1181961,'guest','failed_login','Users','Session','drmap',0,0,'206.189.109.181',1650748995),(1181962,'guest','failed_login','Users','Session','test',0,0,'69.197.155.228',1650749033),(1181963,'guest','failed_login','Users','Session','tech1',0,0,'187.32.211.193',1650749182),(1181964,'guest','failed_login','Users','Session','tech1',0,0,'109.206.252.198',1650749408),(1181965,'guest','failed_login','Users','Session','drmap',0,0,'69.163.199.31',1650749462),(1181966,'guest','failed_login','Users','Session','[login]',0,0,'69.163.199.31',1650749462),(1181967,'guest','failed_login','Users','Session','drmap',0,0,'188.166.183.39',1650749511),(1181968,'guest','failed_login','Users','Session','tech1',0,0,'144.126.223.177',1650749798),(1181969,'guest','failed_login','Users','Session','drmap',0,0,'68.183.46.105',1650749961),(1181970,'guest','failed_login','Users','Session','drmap',0,0,'187.84.233.39',1650750129),(1181971,'guest','failed_login','Users','Session','tech1',0,0,'62.171.136.23',1650750302),(1181972,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.210',1650750419),(1181973,'guest','failed_login','Users','Session','drmap',0,0,'5.189.162.169',1650750489),(1181974,'guest','failed_login','Users','Session','[login]',0,0,'5.189.162.169',1650750490),(1181975,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650750728),(1181976,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1650750748),(1181977,'guest','failed_login','Users','Session','tech1',0,0,'92.61.37.186',1650750967),(1181978,'guest','failed_login','Users','Session','drmap',0,0,'137.184.147.118',1650751012),(1181979,'guest','failed_login','Users','Session','[login]',0,0,'137.184.147.118',1650751012),(1181980,'guest','failed_login','Users','Session','tech1',0,0,'150.109.148.216',1650751039),(1181981,'guest','failed_login','Users','Session','tech1',0,0,'89.248.168.47',1650751192),(1181982,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.86',1650751232),(1181983,'guest','failed_login','Users','Session','drmap',0,0,'2406:da1a:634:4410:a1a3:e467:ba6f:c2a4',1650751544),(1181984,'guest','failed_login','Users','Session','[login]',0,0,'2406:da1a:634:4410:a1a3:e467:ba6f:c2a4',1650751544),(1181985,'guest','failed_login','Users','Session','tech1',0,0,'185.209.230.33',1650751656),(1181986,'guest','failed_login','Users','Session','drmap',0,0,'181.174.125.214',1650751982),(1181987,'guest','failed_login','Users','Session','drmap',0,0,'38.242.251.247',1650752039),(1181988,'guest','failed_login','Users','Session','tech1',0,0,'72.167.42.45',1650752077),(1181989,'guest','failed_login','Users','Session','tech1',0,0,'80.249.174.66',1650752272),(1181990,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:400:d0::184d:4001',1650752501),(1181991,'guest','failed_login','Users','Session','drmap',0,0,'80.249.174.66',1650752601),(1181992,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.71',1650752888),(1181993,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::2db:3001',1650752961),(1181994,'guest','failed_login','Users','Session','drmap',0,0,'2a00:d680:20:50::4f71',1650753003),(1181995,'guest','failed_login','Users','Session','drmap',0,0,'123.60.59.154',1650753217),(1181996,'guest','failed_login','Users','Session','tech1',0,0,'185.200.243.16',1650753505),(1181997,'guest','failed_login','Users','Session','drmap',0,0,'185.105.110.4',1650753547),(1181998,'guest','failed_login','Users','Session','drmap',0,0,'192.169.152.218',1650753834),(1181999,'guest','failed_login','Users','Session','drmap',0,0,'93.179.74.17',1650754038),(1182000,'guest','failed_login','Users','Session','tech1',0,0,'185.50.199.194',1650754122),(1182001,'guest','failed_login','Users','Session','drmap',0,0,'31.172.80.144',1650754451),(1182002,'guest','failed_login','Users','Session','drmap',0,0,'185.75.194.144',1650754599),(1182003,'guest','failed_login','Users','Session','tech1',0,0,'143.244.143.195',1650754737),(1182004,'guest','failed_login','Users','Session','tech1',0,0,'162.241.156.147',1650754809),(1182005,'guest','failed_login','Users','Session','drmap',0,0,'142.93.48.70',1650755063),(1182006,'guest','failed_login','Users','Session','drmap',0,0,'185.2.4.44',1650755063),(1182007,'guest','failed_login','Users','Session','tech1',0,0,'152.44.44.55',1650755127),(1182008,'guest','failed_login','Users','Session','tech1',0,0,'165.227.141.125',1650755359),(1182009,'guest','failed_login','Users','Session','drmap',0,0,'121.37.149.3',1650755685),(1182010,'guest','failed_login','Users','Session','tech1',0,0,'2604:2dc0:200:1378::',1650755688),(1182011,'guest','failed_login','Users','Session','tech1',0,0,'46.29.23.162',1650755972),(1182012,'guest','failed_login','Users','Session','drmap',0,0,'3.10.35.149',1650756086),(1182013,'guest','failed_login','Users','Session','[login]',0,0,'3.10.35.149',1650756087),(1182014,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.202.91',1650756088),(1182015,'guest','failed_login','Users','Session','drmap',0,0,'91.134.248.249',1650756299),(1182016,'guest','failed_login','Users','Session','drmap',0,0,'128.199.25.247',1650756560),(1182017,'guest','failed_login','Users','Session','[login]',0,0,'128.199.25.247',1650756560),(1182018,'guest','failed_login','Users','Session','tech1',0,0,'27.111.82.74',1650756578),(1182019,'guest','failed_login','Users','Session','tech1',0,0,'8.129.212.255',1650756586),(1182020,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650756723),(1182021,'guest','failed_login','Users','Session','drmap',0,0,'162.210.97.18',1650757088),(1182022,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.31',1650757197),(1182023,'guest','failed_login','Users','Session','test',0,0,'107.150.36.76',1650757312),(1182024,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1650757484),(1182025,'guest','failed_login','Users','Session','drmap',0,0,'43.241.70.75',1650757524),(1182026,'guest','failed_login','Users','Session','drmap',0,0,'78.12.16.168',1650757621),(1182027,'guest','failed_login','Users','Session','[login]',0,0,'78.12.16.168',1650757622),(1182028,'guest','failed_login','Users','Session','admin',0,0,'69.30.230.58',1650757672),(1182029,'guest','failed_login','Users','Session','tech1',0,0,'139.59.150.45',1650757811),(1182030,'guest','failed_login','Users','Session','drmap',0,0,'2607:f130:0:107:d6ae:52ff:febb:96a',1650758130),(1182031,'guest','failed_login','Users','Session','[login]',0,0,'2607:f130:0:107:d6ae:52ff:febb:96a',1650758130),(1182032,'guest','failed_login','Users','Session','drmap',0,0,'212.103.4.29',1650758136),(1182033,'guest','failed_login','Users','Session','tech1',0,0,'180.211.99.217',1650758369),(1182034,'guest','failed_login','Users','Session','drmap',0,0,'20.188.35.210',1650758597),(1182035,'guest','failed_login','Users','Session','[login]',0,0,'20.188.35.210',1650758598),(1182036,'guest','failed_login','Users','Session','drmap',0,0,'51.75.15.189',1650758749),(1182037,'guest','failed_login','Users','Session','tech1',0,0,'2400:8500:1301:738:133:130:103:36',1650759044),(1182038,'guest','failed_login','Users','Session','tech1',0,0,'54.39.105.229',1650759058),(1182039,'guest','failed_login','Users','Session','drmap',0,0,'94.247.172.123',1650759116),(1182040,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1650759270),(1182041,'guest','failed_login','Users','Session','drmap',0,0,'145.239.30.120',1650759373),(1182042,'guest','failed_login','Users','Session','admin',0,0,'63.141.252.67',1650759618),(1182043,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.215.58',1650759652),(1182044,'guest','failed_login','Users','Session','tech1',0,0,'167.172.105.95',1650759663),(1182045,'guest','failed_login','Users','Session','drmap',0,0,'34.68.4.41',1650759670),(1182046,'guest','failed_login','Users','Session','[login]',0,0,'34.68.4.41',1650759671),(1182047,'guest','failed_login','Users','Session','drmap',0,0,'159.89.27.131',1650759994),(1182048,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1650760168),(1182049,'guest','failed_login','Users','Session','drmap',0,0,'51.79.209.68',1650760181),(1182050,'guest','failed_login','Users','Session','[login]',0,0,'51.79.209.68',1650760181),(1182051,'guest','failed_login','Users','Session','tech1',0,0,'52.166.3.59',1650760278),(1182052,'guest','failed_login','Users','Session','drmap',0,0,'20.64.155.18',1650760608),(1182053,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.58',1650760619),(1182054,'guest','failed_login','Users','Session','drmap',0,0,'109.70.148.54',1650760692),(1182055,'guest','failed_login','Users','Session','[login]',0,0,'109.70.148.54',1650760692),(1182056,'guest','failed_login','Users','Session','tech1',0,0,'134.195.196.53',1650760895),(1182057,'guest','failed_login','Users','Session','tech1',0,0,'162.219.250.15',1650761047),(1182058,'guest','failed_login','Users','Session','drmap',0,0,'2401:c080:1800:43c3:5400:3ff:fe6d:cb94',1650761172),(1182059,'guest','failed_login','Users','Session','[login]',0,0,'2401:c080:1800:43c3:5400:3ff:fe6d:cb94',1650761173),(1182060,'guest','failed_login','Users','Session','drmap',0,0,'36.94.142.166',1650761222),(1182061,'guest','failed_login','Users','Session','tech1',0,0,'8.210.146.161',1650761509),(1182062,'guest','failed_login','Users','Session','drmap',0,0,'185.32.222.249',1650761666),(1182063,'guest','failed_login','Users','Session','tech1',0,0,'67.20.112.84',1650761711),(1182064,'guest','failed_login','Users','Session','drmap',0,0,'89.245.0.129',1650761832),(1182065,'guest','failed_login','Users','Session','tech1',0,0,'34.122.210.151',1650762114),(1182066,'guest','failed_login','Users','Session','tech1',0,0,'47.75.56.31',1650762125),(1182067,'guest','failed_login','Users','Session','drmap',0,0,'129.232.204.123',1650762203),(1182068,'guest','failed_login','Users','Session','drmap',0,0,'145.239.30.120',1650762435),(1182069,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650762485),(1182070,'guest','failed_login','Users','Session','tech1',0,0,'165.227.141.125',1650762719),(1182071,'guest','failed_login','Users','Session','drmap',0,0,'94.247.172.123',1650762730),(1182072,'guest','failed_login','Users','Session','[login]',0,0,'94.247.172.123',1650762730),(1182073,'guest','failed_login','Users','Session','tech1',0,0,'178.62.9.122',1650762870),(1182074,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:1c1c:351::1',1650763042),(1182075,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.86',1650763091),(1182076,'guest','failed_login','Users','Session','tech1',0,0,'68.65.122.149',1650763183),(1182077,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::4be:2001',1650763218),(1182078,'guest','failed_login','Users','Session','[login]',0,0,'2400:6180:0:d0::4be:2001',1650763218),(1182079,'guest','failed_login','Users','Session','tech1',0,0,'194.90.234.21',1650763324),(1182080,'guest','failed_login','Users','Session','tech1',0,0,'104.152.108.253',1650763335),(1182081,'guest','failed_login','Users','Session','tech1',0,0,'178.62.110.145',1650763512),(1182082,'guest','failed_login','Users','Session','drmap',0,0,'143.244.143.195',1650763644),(1182083,'guest','failed_login','Users','Session','drmap',0,0,'15.206.171.150',1650763746),(1182084,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.58',1650763751),(1182085,'guest','failed_login','Users','Session','tech1',0,0,'167.99.12.57',1650763805),(1182086,'guest','failed_login','Users','Session','tech1',0,0,'106.54.20.135',1650763924),(1182087,'guest','failed_login','Users','Session','tech1',0,0,'132.148.178.206',1650764087),(1182088,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1650764138),(1182089,'guest','failed_login','Users','Session','drmap',0,0,'115.79.40.7',1650764231),(1182090,'guest','failed_login','Users','Session','[login]',0,0,'115.79.40.7',1650764231),(1182091,'guest','failed_login','Users','Session','drmap',0,0,'103.106.78.178',1650764241),(1182092,'guest','failed_login','Users','Session','tech1',0,0,'103.109.30.30',1650764364),(1182093,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.114',1650764520),(1182094,'guest','failed_login','Users','Session','tech1',0,0,'91.205.175.35',1650764652),(1182095,'guest','failed_login','Users','Session','drmap',0,0,'198.46.160.118',1650764839),(1182096,'guest','failed_login','Users','Session','tech1',0,0,'185.61.154.35',1650764920),(1182097,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.19',1650765056),(1182098,'guest','failed_login','Users','Session','bangkokfinder',0,0,'74.91.17.86',1650765077),(1182099,'guest','failed_login','Users','Session','tech1',0,0,'167.172.64.96',1650765119),(1182100,'guest','failed_login','Users','Session','tech1',0,0,'213.136.93.169',1650765201),(1182101,'guest','failed_login','Users','Session','drmap',0,0,'47.90.246.252',1650765441),(1182102,'guest','failed_login','Users','Session','tech1',0,0,'41.93.82.7',1650765463),(1182103,'guest','failed_login','Users','Session','tech1',0,0,'137.74.194.43',1650765725),(1182104,'guest','failed_login','Users','Session','tech1',0,0,'165.22.89.6',1650765733),(1182105,'guest','failed_login','Users','Session','drmap',0,0,'91.195.155.23',1650765758),(1182106,'guest','failed_login','Users','Session','[login]',0,0,'91.195.155.23',1650765759),(1182107,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.19',1650765843),(1182108,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.110',1650766009),(1182109,'guest','failed_login','Users','Session','drmap',0,0,'161.97.118.255',1650766048),(1182110,'guest','failed_login','Users','Session','drmap',0,0,'2001:e42:102:1823:160:16:242:201',1650766257),(1182111,'guest','failed_login','Users','Session','tech1',0,0,'198.71.224.86',1650766293),(1182112,'guest','failed_login','Users','Session','tech1',0,0,'193.151.131.151',1650766336),(1182113,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7c8:aaaa:15b::1',1650766574),(1182114,'guest','failed_login','Users','Session','drmap',0,0,'157.7.174.49',1650766657),(1182115,'guest','failed_login','Users','Session','drmap',0,0,'58.181.206.106',1650766764),(1182116,'guest','failed_login','Users','Session','[login]',0,0,'58.181.206.106',1650766764),(1182117,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.223',1650766846),(1182118,'guest','failed_login','Users','Session','tech1',0,0,'167.172.105.95',1650766946),(1182119,'guest','failed_login','Users','Session','tech1',0,0,'34.87.44.101',1650767112),(1182120,'guest','failed_login','Users','Session','drmap',0,0,'189.254.1.218',1650767261),(1182121,'guest','failed_login','Users','Session','drmap',0,0,'167.71.141.164',1650767269),(1182122,'guest','failed_login','Users','Session','tech1',0,0,'137.184.22.7',1650767388),(1182123,'guest','failed_login','Users','Session','tech1',0,0,'47.90.246.252',1650767546),(1182124,'guest','failed_login','Users','Session','tech1',0,0,'91.227.16.16',1650767672),(1182125,'guest','failed_login','Users','Session','drmap',0,0,'23.99.129.212',1650767797),(1182126,'guest','failed_login','Users','Session','[login]',0,0,'23.99.129.212',1650767798),(1182127,'guest','failed_login','Users','Session','drmap',0,0,'35.197.204.193',1650767864),(1182128,'guest','failed_login','Users','Session','tech1',0,0,'107.190.135.178',1650767935),(1182129,'guest','failed_login','Users','Session','tech1',0,0,'139.59.118.238',1650768148),(1182130,'guest','failed_login','Users','Session','tech1',0,0,'103.109.30.30',1650768221),(1182131,'guest','failed_login','Users','Session','drmap',0,0,'109.70.148.47',1650768335),(1182132,'guest','failed_login','Users','Session','[login]',0,0,'109.70.148.47',1650768335),(1182133,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.59',1650768364),(1182134,'guest','failed_login','Users','Session','drmap',0,0,'69.39.239.34',1650768475),(1182135,'guest','failed_login','Users','Session','tech1',0,0,'51.83.66.220',1650768508),(1182136,'guest','failed_login','Users','Session','tech1',0,0,'103.219.60.130',1650768759),(1182137,'guest','failed_login','Users','Session','tech1',0,0,'34.123.125.44',1650768770),(1182138,'guest','failed_login','Users','Session','drmap',0,0,'91.238.162.172',1650768827),(1182139,'guest','failed_login','Users','Session','tech1',0,0,'62.28.184.124',1650769068),(1182140,'guest','failed_login','Users','Session','drmap',0,0,'144.91.117.193',1650769075),(1182141,'guest','failed_login','Users','Session','drmap',0,0,'128.199.25.247',1650769291),(1182142,'guest','failed_login','Users','Session','tech1',0,0,'35.213.170.208',1650769318),(1182143,'guest','failed_login','Users','Session','tech1',0,0,'85.214.91.8',1650769611),(1182144,'guest','failed_login','Users','Session','drmap',0,0,'20.64.155.18',1650769679),(1182145,'guest','failed_login','Users','Session','drmap',0,0,'167.172.96.13',1650769790),(1182146,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.110',1650769872),(1182147,'guest','failed_login','Users','Session','tech1',0,0,'121.42.231.47',1650769971),(1182148,'guest','failed_login','Users','Session','tech1',0,0,'186.234.80.217',1650770149),(1182149,'guest','failed_login','Users','Session','drmap',0,0,'176.98.40.88',1650770293),(1182150,'guest','failed_login','Users','Session','dmytro',0,0,'192.187.127.19',1650770298),(1182151,'guest','failed_login','Users','Session','drmap',0,0,'103.245.72.30',1650770347),(1182152,'guest','failed_login','Users','Session','[login]',0,0,'103.245.72.30',1650770348),(1182153,'guest','failed_login','Users','Session','tech1',0,0,'186.234.80.217',1650770423),(1182154,'guest','failed_login','Users','Session','tech1',0,0,'13.81.59.92',1650770576),(1182155,'guest','failed_login','Users','Session','tech1',0,0,'185.126.219.43',1650770710),(1182156,'guest','failed_login','Users','Session','drmap',0,0,'62.173.164.165',1650770870),(1182157,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.205',1650770897),(1182158,'guest','failed_login','Users','Session','tech1',0,0,'142.93.99.56',1650770979),(1182159,'guest','failed_login','Users','Session','tech1',0,0,'187.84.233.39',1650771179),(1182160,'guest','failed_login','Users','Session','tech1',0,0,'2a06:6440:0:2c80::1',1650771250),(1182161,'guest','failed_login','Users','Session','drmap',0,0,'161.97.133.150',1650771390),(1182162,'guest','failed_login','Users','Session','[login]',0,0,'161.97.133.150',1650771391),(1182163,'guest','failed_login','Users','Session','drmap',0,0,'159.223.170.181',1650771501),(1182164,'guest','failed_login','Users','Session','tech1',0,0,'167.71.206.107',1650771504),(1182165,'guest','failed_login','Users','Session','tech1',0,0,'89.58.11.2',1650771783),(1182166,'guest','failed_login','Users','Session','tech1',0,0,'64.225.69.194',1650771792),(1182167,'guest','failed_login','Users','Session','drmap',0,0,'176.9.102.181',1650771881),(1182168,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a077::3e6:8c3e',1650772049),(1182169,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:6:a016::22c:2e30',1650772109),(1182170,'guest','failed_login','Users','Session','admin',0,0,'204.12.215.58',1650772215),(1182171,'guest','failed_login','Users','Session','tech1',0,0,'35.200.90.127',1650772315),(1182172,'guest','failed_login','Users','Session','tech1',0,0,'142.93.201.0',1650772394),(1182173,'guest','failed_login','Users','Session','tech1',0,0,'107.173.165.214',1650772590),(1182174,'guest','failed_login','Users','Session','drmap',0,0,'194.233.67.249',1650772718),(1182175,'guest','failed_login','Users','Session','drmap',0,0,'159.65.56.30',1650772829),(1182176,'guest','failed_login','Users','Session','com',0,0,'69.30.229.66',1650772844),(1182177,'guest','failed_login','Users','Session','tech1',0,0,'123.31.41.38',1650772861),(1182178,'guest','failed_login','Users','Session','tech1',0,0,'45.120.69.121',1650773003),(1182179,'guest','failed_login','Users','Session','tech1',0,0,'216.158.230.167',1650773149),(1182180,'guest','failed_login','Users','Session','drmap',0,0,'72.167.34.14',1650773329),(1182181,'guest','failed_login','Users','Session','drmap',0,0,'174.138.6.122',1650773369),(1182182,'guest','failed_login','Users','Session','[login]',0,0,'174.138.6.122',1650773369),(1182183,'guest','failed_login','Users','Session','tech1',0,0,'103.90.235.91',1650773401),(1182184,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:110b::d21:d4e9',1650773694),(1182185,'guest','failed_login','Users','Session','drmap',0,0,'103.147.246.226',1650773907),(1182186,'guest','failed_login','Users','Session','[login]',0,0,'103.147.246.226',1650773907),(1182187,'guest','failed_login','Users','Session','tech1',0,0,'103.72.76.17',1650773945),(1182188,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1650773948),(1182189,'guest','failed_login','Users','Session','tech1',0,0,'149.202.82.84',1650774237),(1182190,'guest','failed_login','Users','Session','tech1',0,0,'80.246.1.193',1650774240),(1182191,'guest','failed_login','Users','Session','drmap',0,0,'162.0.220.228',1650774416),(1182192,'guest','failed_login','Users','Session','tech1',0,0,'47.93.61.192',1650774493),(1182193,'guest','failed_login','Users','Session','drmap',0,0,'128.199.197.163',1650774567),(1182194,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.215.58',1650774686),(1182195,'guest','failed_login','Users','Session','tech1',0,0,'107.190.135.178',1650774785),(1182196,'guest','failed_login','Users','Session','drmap',0,0,'167.71.209.131',1650774917),(1182197,'guest','failed_login','Users','Session','[login]',0,0,'167.71.209.131',1650774917),(1182198,'guest','failed_login','Users','Session','tech1',0,0,'104.45.41.45',1650775044),(1182199,'guest','failed_login','Users','Session','drmap',0,0,'193.151.131.151',1650775184),(1182200,'guest','failed_login','Users','Session','test',0,0,'69.30.229.66',1650775212),(1182201,'guest','failed_login','Users','Session','tech1',0,0,'185.46.121.66',1650775344),(1182202,'guest','failed_login','Users','Session','drmap',0,0,'161.35.79.54',1650775381),(1182203,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.66',1650775404),(1182204,'guest','failed_login','Users','Session','tech1',0,0,'43.241.70.75',1650775473),(1182205,'guest','failed_login','Users','Session','com',0,0,'69.197.154.18',1650775513),(1182206,'guest','failed_login','Users','Session','tech1',0,0,'186.201.49.58',1650775619),(1182207,'guest','failed_login','Users','Session','drmap',0,0,'34.122.210.151',1650775804),(1182208,'guest','failed_login','Users','Session','tech1',0,0,'178.128.14.157',1650775873),(1182209,'guest','failed_login','Users','Session','drmap',0,0,'46.101.133.107',1650775901),(1182210,'guest','failed_login','Users','Session','admin',0,0,'69.30.229.66',1650776078),(1182211,'guest','failed_login','Users','Session','tech1',0,0,'139.59.96.76',1650776089),(1182212,'guest','failed_login','Users','Session','tech1',0,0,'107.180.88.41',1650776170),(1182213,'guest','failed_login','Users','Session','drmap',0,0,'164.68.97.208',1650776414),(1182214,'guest','failed_login','Users','Session','tech1',0,0,'107.161.177.10',1650776441),(1182215,'guest','failed_login','Users','Session','drmap',0,0,'2001:888:2000:7e::209',1650776465),(1182216,'guest','failed_login','Users','Session','[login]',0,0,'2001:888:2000:7e::209',1650776466),(1182217,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.58',1650776673),(1182218,'guest','failed_login','Users','Session','tech1',0,0,'159.89.27.131',1650776700),(1182219,'guest','failed_login','Users','Session','tech1',0,0,'5.189.138.128',1650776714),(1182220,'guest','failed_login','Users','Session','tech1',0,0,'103.74.118.242',1650776977),(1182221,'guest','failed_login','Users','Session','drmap',0,0,'118.27.103.110',1650776980),(1182222,'guest','failed_login','Users','Session','[login]',0,0,'118.27.103.110',1650776981),(1182223,'guest','failed_login','Users','Session','drmap',0,0,'137.184.117.52',1650777038),(1182224,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.66',1650777124),(1182225,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.59',1650777162),(1182226,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:c:b1a::',1650777277),(1182227,'guest','failed_login','Users','Session','tech1',0,0,'103.101.161.220',1650777322),(1182228,'guest','failed_login','Users','Session','drmap',0,0,'142.93.48.70',1650777449),(1182229,'guest','failed_login','Users','Session','[login]',0,0,'142.93.48.70',1650777449),(1182230,'guest','failed_login','Users','Session','tech1',0,0,'198.12.149.182',1650777542),(1182231,'guest','failed_login','Users','Session','drmap',0,0,'94.23.252.163',1650777649),(1182232,'guest','failed_login','Users','Session','tech1',0,0,'159.253.25.213',1650777827),(1182233,'guest','failed_login','Users','Session','tech1',0,0,'121.37.149.3',1650777939),(1182234,'guest','failed_login','Users','Session','drmap',0,0,'104.199.177.205',1650777999),(1182235,'guest','failed_login','Users','Session','[login]',0,0,'104.199.177.205',1650778000),(1182236,'guest','failed_login','Users','Session','tech1',0,0,'185.56.11.123',1650778098),(1182237,'guest','failed_login','Users','Session','drmap',0,0,'31.192.208.12',1650778266),(1182238,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::4ce:d001',1650778364),(1182239,'guest','failed_login','Users','Session','drmap',0,0,'34.87.101.136',1650778512),(1182240,'guest','failed_login','Users','Session','[login]',0,0,'34.87.101.136',1650778512),(1182241,'guest','failed_login','Users','Session','tech1',0,0,'102.66.228.126',1650778544),(1182242,'guest','failed_login','Users','Session','tech1',0,0,'102.66.228.126',1650778545),(1182243,'guest','failed_login','Users','Session','tech1',0,0,'103.166.183.192',1650778554),(1182244,'guest','failed_login','Users','Session','tech1',0,0,'109.233.192.83',1650778664),(1182245,'guest','failed_login','Users','Session','drmap',0,0,'161.97.93.107',1650778883),(1182246,'guest','failed_login','Users','Session','tech1',0,0,'216.158.230.167',1650778948),(1182247,'guest','failed_login','Users','Session','drmap',0,0,'159.223.51.182',1650779034),(1182248,'guest','failed_login','Users','Session','[login]',0,0,'159.223.51.182',1650779034),(1182249,'guest','failed_login','Users','Session','admin',0,0,'204.12.215.58',1650779150),(1182250,'guest','failed_login','Users','Session','tech1',0,0,'52.42.156.111',1650779172),(1182251,'guest','failed_login','Users','Session','tech1',0,0,'157.245.166.98',1650779226),(1182252,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.58',1650779491),(1182253,'guest','failed_login','Users','Session','drmap',0,0,'8.129.212.255',1650779500),(1182254,'guest','failed_login','Users','Session','drmap',0,0,'163.44.154.211',1650779509),(1182255,'guest','failed_login','Users','Session','[login]',0,0,'163.44.154.211',1650779509),(1182256,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.215.58',1650779714),(1182257,'guest','failed_login','Users','Session','drmap',0,0,'20.120.6.146',1650780031),(1182258,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.58',1650780042),(1182259,'guest','failed_login','Users','Session','admin',0,0,'213.136.93.171',1650780218),(1182260,'guest','failed_login','Users','Session','admin',0,0,'150.109.148.216',1650780267),(1182261,'guest','failed_login','Users','Session','drmap',0,0,'151.248.4.59',1650780595),(1182262,'guest','failed_login','Users','Session','[login]',0,0,'151.248.4.59',1650780595),(1182263,'guest','failed_login','Users','Session','admin',0,0,'2a03:b0c0:1:d0::d15:b001',1650780852),(1182264,'guest','failed_login','Users','Session','drmap',0,0,'103.55.39.107',1650781069),(1182265,'guest','failed_login','Users','Session','[login]',0,0,'103.55.39.107',1650781069),(1182266,'guest','failed_login','Users','Session','admin',0,0,'162.215.209.69',1650781338),(1182267,'guest','failed_login','Users','Session','admin',0,0,'45.120.69.121',1650781539),(1182268,'guest','failed_login','Users','Session','drmap',0,0,'164.68.124.29',1650781578),(1182269,'guest','failed_login','Users','Session','[login]',0,0,'164.68.124.29',1650781578),(1182270,'guest','failed_login','Users','Session','admin',0,0,'2607:f298:6:a016::22c:2e30',1650781580),(1182271,'guest','failed_login','Users','Session','drmap',0,0,'161.97.85.80',1650782141),(1182272,'guest','failed_login','Users','Session','admin',0,0,'103.57.220.186',1650782169),(1182273,'guest','failed_login','Users','Session','[login]',0,0,'178.62.251.115',1650782625),(1182274,'guest','failed_login','Users','Session','admin',0,0,'2400:6180:100:d0::9ed:d001',1650782658),(1182275,'guest','failed_login','Users','Session','admin',0,0,'2604:a880:400:d0::1867:2001',1650782847),(1182276,'guest','failed_login','Users','Session','admin',0,0,'212.103.4.29',1650782892),(1182277,'guest','failed_login','Users','Session','drmap',0,0,'58.181.206.106',1650783177),(1182278,'guest','failed_login','Users','Session','admin',0,0,'143.244.140.199',1650783472),(1182279,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:c0c:ece::1',1650783686),(1182280,'guest','failed_login','Users','Session','[login]',0,0,'2a01:4f8:c0c:ece::1',1650783687),(1182281,'guest','failed_login','Users','Session','admin',0,0,'178.128.247.244',1650783950),(1182282,'guest','failed_login','Users','Session','drmap',0,0,'94.177.206.184',1650784158),(1182283,'guest','failed_login','Users','Session','[login]',0,0,'94.177.206.184',1650784158),(1182284,'guest','failed_login','Users','Session','admin',0,0,'146.148.44.185',1650784196),(1182285,'guest','failed_login','Users','Session','drmap',0,0,'102.219.178.121',1650784701),(1182286,'guest','failed_login','Users','Session','[login]',0,0,'102.219.178.121',1650784701),(1182287,'guest','failed_login','Users','Session','admin',0,0,'51.178.93.87',1650784783),(1182288,'guest','failed_login','Users','Session','drmap',0,0,'2a02:c207:2040:1002::1',1650785238),(1182289,'guest','failed_login','Users','Session','[login]',0,0,'2a02:c207:2040:1002::1',1650785238),(1182290,'guest','failed_login','Users','Session','admin',0,0,'162.215.209.69',1650785266),(1182291,'guest','failed_login','Users','Session','admin',0,0,'209.97.162.248',1650785461),(1182292,'guest','failed_login','Users','Session','admin',0,0,'88.87.206.123',1650785507),(1182293,'guest','failed_login','Users','Session','drmap',0,0,'38.242.242.224',1650785743),(1182294,'guest','failed_login','Users','Session','[login]',0,0,'38.242.242.224',1650785744),(1182295,'guest','failed_login','Users','Session','admin',0,0,'181.174.125.214',1650786097),(1182296,'guest','failed_login','Users','Session','admin',0,0,'45.55.44.23',1650786570),(1182297,'guest','failed_login','Users','Session','admin',0,0,'217.182.175.39',1650786765),(1182298,'guest','failed_login','Users','Session','drmap',0,0,'194.61.118.10',1650786785),(1182299,'guest','failed_login','Users','Session','[login]',0,0,'194.61.118.10',1650786785),(1182300,'guest','failed_login','Users','Session','admin',0,0,'185.126.219.43',1650786812),(1182301,'guest','failed_login','Users','Session','drmap',0,0,'176.9.228.26',1650787291),(1182302,'guest','failed_login','Users','Session','[login]',0,0,'176.9.228.26',1650787292),(1182303,'guest','failed_login','Users','Session','admin',0,0,'66.11.120.48',1650787394),(1182304,'guest','failed_login','Users','Session','drmap',0,0,'2401:c080:1800:43c3:5400:3ff:fe6d:cb94',1650787794),(1182305,'guest','failed_login','Users','Session','[login]',0,0,'2401:c080:1800:43c3:5400:3ff:fe6d:cb94',1650787794),(1182306,'guest','failed_login','Users','Session','admin',0,0,'109.168.97.89',1650787880),(1182307,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:3:d0::118d:8001',1650788085),(1182308,'guest','failed_login','Users','Session','drmap',0,0,'198.46.160.118',1650788125),(1182309,'guest','failed_login','Users','Session','drmap',0,0,'34.135.121.218',1650788294),(1182310,'guest','failed_login','Users','Session','tech1',0,0,'141.94.247.170',1650788703),(1182311,'guest','failed_login','Users','Session','drmap',0,0,'2a01:238:4309:1200:1217:26c9:7d6:3241',1650788876),(1182312,'guest','failed_login','Users','Session','[login]',0,0,'2a01:238:4309:1200:1217:26c9:7d6:3241',1650788877),(1182313,'guest','failed_login','Users','Session','drmap',0,0,'128.199.14.4',1650789179),(1182314,'guest','failed_login','Users','Session','tech1',0,0,'148.72.208.193',1650789370),(1182315,'guest','failed_login','Users','Session','drmap',0,0,'2400:8901::f03c:92ff:fe76:db4c',1650789395),(1182316,'guest','failed_login','Users','Session','[login]',0,0,'2400:8901::f03c:92ff:fe76:db4c',1650789395),(1182317,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.205',1650789416),(1182318,'guest','failed_login','Users','Session','drmap',0,0,'161.35.51.40',1650789903),(1182319,'guest','failed_login','Users','Session','tech1',0,0,'46.101.159.72',1650789991),(1182320,'guest','failed_login','Users','Session','tech1',0,0,'72.167.58.161',1650790246),(1182321,'guest','failed_login','Users','Session','drmap',0,0,'142.93.48.70',1650790402),(1182322,'guest','failed_login','Users','Session','[login]',0,0,'142.93.48.70',1650790408),(1182323,'guest','failed_login','Users','Session','drmap',0,0,'72.167.222.172',1650790461),(1182324,'guest','failed_login','Users','Session','tech1',0,0,'2a02:4780:3:15::6',1650790653),(1182325,'guest','failed_login','Users','Session','drmap',0,0,'148.72.208.193',1650790696),(1182326,'guest','failed_login','Users','Session','tech1',0,0,'167.172.168.111',1650790936),(1182327,'guest','failed_login','Users','Session','drmap',0,0,'64.227.114.253',1650790959),(1182328,'guest','failed_login','Users','Session','[login]',0,0,'64.227.114.253',1650790959),(1182329,'guest','failed_login','Users','Session','drmap',0,0,'64.227.184.66',1650790981),(1182330,'guest','failed_login','Users','Session','admin',0,0,'167.172.56.36',1650791176),(1182331,'guest','failed_login','Users','Session','admin',0,0,'34.68.97.70',1650791387),(1182332,'guest','failed_login','Users','Session','drmap',0,0,'94.177.206.184',1650791465),(1182333,'guest','failed_login','Users','Session','[login]',0,0,'94.177.206.184',1650791465),(1182334,'guest','failed_login','Users','Session','tech1',0,0,'188.166.94.198',1650791554),(1182335,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:271:2583::2',1650791615),(1182336,'guest','failed_login','Users','Session','tech1',0,0,'34.68.97.70',1650791823),(1182337,'guest','failed_login','Users','Session','drmap',0,0,'92.62.131.15',1650792003),(1182338,'guest','failed_login','Users','Session','drmap',0,0,'31.192.208.12',1650792025),(1182339,'guest','failed_login','Users','Session','tech1',0,0,'74.208.252.140',1650792056),(1182340,'guest','failed_login','Users','Session','tech1',0,0,'188.166.94.198',1650792216),(1182341,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1650792261),(1182342,'guest','failed_login','Users','Session','tech1',0,0,'35.219.62.239',1650792270),(1182343,'guest','failed_login','Users','Session','tech1',0,0,'65.21.96.9',1650792486),(1182344,'guest','failed_login','Users','Session','drmap',0,0,'2a01:7e00::f03c:93ff:fe55:c649',1650792517),(1182345,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.141',1650792688),(1182346,'guest','failed_login','Users','Session','tech1',0,0,'64.225.43.102',1650792695),(1182347,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650792808),(1182348,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:3007:3363::1',1650792912),(1182349,'guest','failed_login','Users','Session','drmap',0,0,'176.9.102.181',1650793020),(1182350,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:69f2::1',1650793119),(1182351,'guest','failed_login','Users','Session','drmap',0,0,'216.117.188.6',1650793289),(1182352,'guest','failed_login','Users','Session','tech1',0,0,'103.104.73.82',1650793357),(1182353,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1a04:a001',1650793478),(1182354,'guest','failed_login','Users','Session','drmap',0,0,'213.175.66.138',1650793522),(1182355,'guest','failed_login','Users','Session','tech1',0,0,'207.55.244.15',1650793527),(1182356,'guest','failed_login','Users','Session','drmap',0,0,'137.184.89.163',1650793528),(1182357,'guest','failed_login','Users','Session','[login]',0,0,'137.184.89.163',1650793529),(1182358,'guest','failed_login','Users','Session','tech1',0,0,'196.203.219.49',1650793740),(1182359,'guest','failed_login','Users','Session','tech1',0,0,'176.56.239.171',1650793954),(1182360,'guest','failed_login','Users','Session','drmap',0,0,'147.182.229.61',1650794036),(1182361,'guest','failed_login','Users','Session','[login]',0,0,'147.182.229.61',1650794036),(1182362,'guest','failed_login','Users','Session','tech1',0,0,'47.100.208.57',1650794085),(1182363,'guest','failed_login','Users','Session','tech1',0,0,'91.219.194.5',1650794160),(1182364,'guest','failed_login','Users','Session','tech1',0,0,'176.235.216.155',1650794366),(1182365,'guest','failed_login','Users','Session','drmap',0,0,'13.81.59.92',1650794548),(1182366,'guest','failed_login','Users','Session','tech1',0,0,'148.72.232.58',1650794550),(1182367,'guest','failed_login','Users','Session','drmap',0,0,'161.35.51.40',1650794603),(1182368,'guest','failed_login','Users','Session','tech1',0,0,'69.39.239.34',1650794738),(1182369,'guest','failed_login','Users','Session','tech1',0,0,'47.105.86.21',1650794760),(1182370,'guest','failed_login','Users','Session','drmap',0,0,'51.178.93.87',1650794782),(1182371,'guest','failed_login','Users','Session','drmap',0,0,'2400:8901::f03c:92ff:fe76:db4c',1650795125),(1182372,'guest','failed_login','Users','Session','[login]',0,0,'2400:8901::f03c:92ff:fe76:db4c',1650795125),(1182373,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:c:b1a::',1650795201),(1182374,'guest','failed_login','Users','Session','tech1',0,0,'128.199.197.163',1650795355),(1182375,'guest','failed_login','Users','Session','tech1',0,0,'184.168.125.241',1650795388),(1182376,'guest','failed_login','Users','Session','tech1',0,0,'167.99.78.255',1650795597),(1182377,'guest','failed_login','Users','Session','[login]',0,0,'68.183.200.197',1650795676),(1182378,'guest','failed_login','Users','Session','tech1',0,0,'81.70.55.87',1650795812),(1182379,'guest','failed_login','Users','Session','drmap',0,0,'20.64.155.18',1650795827),(1182380,'guest','failed_login','Users','Session','tech1',0,0,'121.42.231.47',1650796018),(1182381,'guest','failed_login','Users','Session','tech1',0,0,'94.26.245.40',1650796049),(1182382,'guest','failed_login','Users','Session','drmap',0,0,'151.106.41.64',1650796062),(1182383,'guest','failed_login','Users','Session','drmap',0,0,'134.209.155.21',1650796190),(1182384,'guest','failed_login','Users','Session','[login]',0,0,'134.209.155.21',1650796190),(1182385,'guest','failed_login','Users','Session','tech1',0,0,'2001:8d8:9b2:9800::b:388e',1650796244),(1182386,'guest','failed_login','Users','Session','tech1',0,0,'211.110.139.214',1650796461),(1182387,'guest','failed_login','Users','Session','tech1',0,0,'146.148.44.185',1650796632),(1182388,'guest','failed_login','Users','Session','tech1',0,0,'34.68.97.70',1650796677),(1182389,'guest','failed_login','Users','Session','drmap',0,0,'38.242.251.247',1650796689),(1182390,'guest','failed_login','Users','Session','[login]',0,0,'38.242.251.247',1650796689),(1182391,'guest','failed_login','Users','Session','tech1',0,0,'142.93.99.56',1650796913),(1182392,'guest','failed_login','Users','Session','drmap',0,0,'161.97.175.221',1650797100),(1182393,'guest','failed_login','Users','Session','tech1',0,0,'103.204.130.160',1650797120),(1182394,'guest','failed_login','Users','Session','drmap',0,0,'47.241.124.182',1650797233),(1182395,'guest','failed_login','Users','Session','tech1',0,0,'192.169.152.218',1650797291),(1182396,'guest','failed_login','Users','Session','drmap',0,0,'137.184.106.223',1650797335),(1182397,'guest','failed_login','Users','Session','tech1',0,0,'185.197.195.173',1650797359),(1182398,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::4c3c:e001',1650797594),(1182399,'guest','failed_login','Users','Session','drmap',0,0,'103.237.145.122',1650797762),(1182400,'guest','failed_login','Users','Session','tech1',0,0,'185.61.154.35',1650797812),(1182401,'guest','failed_login','Users','Session','tech1',0,0,'16.170.194.255',1650797900),(1182402,'guest','failed_login','Users','Session','tech1',0,0,'85.119.122.23',1650798031),(1182403,'guest','failed_login','Users','Session','tech1',0,0,'120.79.8.125',1650798263),(1182404,'guest','failed_login','Users','Session','drmap',0,0,'143.110.184.46',1650798270),(1182405,'guest','failed_login','Users','Session','[login]',0,0,'143.110.184.46',1650798270),(1182406,'guest','failed_login','Users','Session','drmap',0,0,'47.93.61.192',1650798364),(1182407,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650798458),(1182408,'guest','failed_login','Users','Session','tech1',0,0,'64.225.43.102',1650798508),(1182409,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::87b:3001',1650798557),(1182410,'guest','failed_login','Users','Session','drmap',0,0,'2a00:1a28:155d:1f5::1',1650798601),(1182411,'guest','failed_login','Users','Session','tech1',0,0,'74.208.252.140',1650798743),(1182412,'guest','failed_login','Users','Session','drmap',0,0,'174.138.6.122',1650798844),(1182413,'guest','failed_login','Users','Session','[login]',0,0,'174.138.6.122',1650798844),(1182414,'guest','failed_login','Users','Session','tech1',0,0,'198.71.227.4',1650798973),(1182415,'guest','failed_login','Users','Session','tech1',0,0,'2400:8904::f03c:92ff:fef0:39e9',1650799168),(1182416,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2019:9917::1',1650799212),(1182417,'guest','failed_login','Users','Session','drmap',0,0,'67.205.157.253',1650799349),(1182418,'guest','failed_login','Users','Session','[login]',0,0,'67.205.157.253',1650799350),(1182419,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650799470),(1182420,'guest','failed_login','Users','Session','drmap',0,0,'177.153.50.81',1650799636),(1182421,'guest','failed_login','Users','Session','tech1',0,0,'198.12.149.182',1650799696),(1182422,'guest','failed_login','Users','Session','tech1',0,0,'106.53.136.24',1650799828),(1182423,'guest','failed_login','Users','Session','drmap',0,0,'185.46.59.70',1650799861),(1182424,'guest','failed_login','Users','Session','[login]',0,0,'185.46.59.70',1650799862),(1182425,'guest','failed_login','Users','Session','drmap',0,0,'187.32.211.193',1650799876),(1182426,'guest','failed_login','Users','Session','tech1',0,0,'8.210.144.239',1650799928),(1182427,'guest','failed_login','Users','Session','tech1',0,0,'120.79.8.125',1650800184),(1182428,'guest','failed_login','Users','Session','com',0,0,'192.187.127.19',1650800341),(1182429,'guest','failed_login','Users','Session','drmap',0,0,'109.70.148.47',1650800419),(1182430,'guest','failed_login','Users','Session','tech1',0,0,'160.251.40.160',1650800435),(1182431,'guest','failed_login','Users','Session','tech1',0,0,'208.109.54.127',1650800437),(1182432,'guest','failed_login','Users','Session','tech1',0,0,'45.61.146.241',1650800713),(1182433,'guest','failed_login','Users','Session','drmap',0,0,'167.172.105.95',1650800904),(1182434,'guest','failed_login','Users','Session','drmap',0,0,'91.189.176.172',1650800918),(1182435,'guest','failed_login','Users','Session','tech1',0,0,'199.188.205.51',1650800949),(1182436,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1650801094),(1182437,'guest','failed_login','Users','Session','drmap',0,0,'178.128.194.13',1650801138),(1182438,'guest','failed_login','Users','Session','tech1',0,0,'103.101.162.249',1650801203),(1182439,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:c:b1a::',1650801475),(1182440,'guest','failed_login','Users','Session','drmap',0,0,'155.133.142.67',1650801481),(1182441,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::e77:1',1650801708),(1182442,'guest','failed_login','Users','Session','tech1',0,0,'167.99.84.255',1650801729),(1182443,'guest','failed_login','Users','Session','drmap',0,0,'159.89.204.193',1650801959),(1182444,'guest','failed_login','Users','Session','[login]',0,0,'159.89.204.193',1650801959),(1182445,'guest','failed_login','Users','Session','tech1',0,0,'148.72.244.254',1650801970),(1182446,'guest','failed_login','Users','Session','drmap',0,0,'159.89.228.214',1650802174),(1182447,'guest','failed_login','Users','Session','tech1',0,0,'162.144.78.149',1650802236),(1182448,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::87b:3001',1650802367),(1182449,'guest','failed_login','Users','Session','drmap',0,0,'62.178.170.93',1650802418),(1182450,'guest','failed_login','Users','Session','tech1',0,0,'167.99.84.255',1650802517),(1182451,'guest','failed_login','Users','Session','drmap',0,0,'3.0.54.57',1650802524),(1182452,'guest','failed_login','Users','Session','tech1',0,0,'185.61.154.35',1650802775),(1182453,'guest','failed_login','Users','Session','tech1',0,0,'91.219.194.21',1650802984),(1182454,'guest','failed_login','Users','Session','drmap',0,0,'51.178.146.199',1650803018),(1182455,'guest','failed_login','Users','Session','[login]',0,0,'51.178.146.199',1650803018),(1182456,'guest','failed_login','Users','Session','tech1',0,0,'124.217.226.56',1650803036),(1182457,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:1008:c3a::',1650803351),(1182458,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:5:101b::d1b:2a3a',1650803456),(1182459,'guest','failed_login','Users','Session','tech1',0,0,'216.245.215.122',1650803594),(1182460,'guest','failed_login','Users','Session','drmap',0,0,'67.205.176.79',1650803609),(1182461,'guest','failed_login','Users','Session','[login]',0,0,'67.205.176.79',1650803609),(1182462,'guest','failed_login','Users','Session','tech1',0,0,'103.101.161.220',1650803646),(1182463,'guest','failed_login','Users','Session','drmap',0,0,'195.201.27.74',1650803694),(1182464,'guest','failed_login','Users','Session','tech1',0,0,'125.227.127.195',1650803854),(1182465,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650804071),(1182466,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:842:3400::5c:29d',1650804137),(1182467,'guest','failed_login','Users','Session','drmap',0,0,'103.10.105.156',1650804162),(1182468,'guest','failed_login','Users','Session','tech1',0,0,'138.128.173.10',1650804421),(1182469,'guest','failed_login','Users','Session','tech1',0,0,'209.159.150.110',1650804701),(1182470,'guest','failed_login','Users','Session','drmap',0,0,'193.164.4.118',1650804708),(1182471,'guest','failed_login','Users','Session','[login]',0,0,'193.164.4.118',1650804708),(1182472,'guest','failed_login','Users','Session','drmap',0,0,'144.126.223.177',1650804734),(1182473,'guest','failed_login','Users','Session','tech1',0,0,'188.166.183.39',1650804926),(1182474,'guest','failed_login','Users','Session','drmap',0,0,'195.201.27.74',1650804970),(1182475,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:271:2583::2',1650804975),(1182476,'guest','failed_login','Users','Session','drmap',0,0,'135.148.122.146',1650805194),(1182477,'guest','failed_login','Users','Session','[login]',0,0,'135.148.122.146',1650805195),(1182478,'guest','failed_login','Users','Session','tech1',0,0,'72.167.42.45',1650805239),(1182479,'guest','failed_login','Users','Session','admin',0,0,'103.57.222.104',1650805575),(1182480,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::e8b:7001',1650805728),(1182481,'guest','failed_login','Users','Session','[login]',0,0,'2400:6180:0:d0::e8b:7001',1650805728),(1182482,'guest','failed_login','Users','Session','admin',0,0,'199.192.22.72',1650805860),(1182483,'guest','failed_login','Users','Session','drmap',0,0,'34.71.127.77',1650806009),(1182484,'guest','failed_login','Users','Session','tech1',0,0,'196.203.219.49',1650806133),(1182485,'guest','failed_login','Users','Session','tech1',0,0,'92.204.138.28',1650806198),(1182486,'guest','failed_login','Users','Session','drmap',0,0,'165.232.190.163',1650806214),(1182487,'guest','failed_login','Users','Session','drmap',0,0,'144.91.117.193',1650806244),(1182488,'guest','failed_login','Users','Session','tech1',0,0,'180.211.99.217',1650806415),(1182489,'guest','failed_login','Users','Session','tech1',0,0,'178.254.50.20',1650806698),(1182490,'guest','failed_login','Users','Session','drmap',0,0,'128.134.187.112',1650806800),(1182491,'guest','failed_login','Users','Session','tech1',0,0,'185.209.230.33',1650806811),(1182492,'guest','failed_login','Users','Session','tech1',0,0,'184.154.219.138',1650806978),(1182493,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:69f2::1',1650807266),(1182494,'guest','failed_login','Users','Session','drmap',0,0,'2001:b011:8009:a8d:211:32ff:fed2:5d36',1650807283),(1182495,'guest','failed_login','Users','Session','drmap',0,0,'202.28.34.99',1650807400),(1182496,'guest','failed_login','Users','Session','tech1',0,0,'185.122.201.129',1650807475),(1182497,'guest','failed_login','Users','Session','drmap',0,0,'128.199.197.163',1650807516),(1182498,'guest','failed_login','Users','Session','tech1',0,0,'142.93.170.99',1650807548),(1182499,'guest','failed_login','Users','Session','tech1',0,0,'51.210.251.22',1650807845),(1182500,'guest','failed_login','Users','Session','drmap',0,0,'107.180.88.227',1650807899),(1182501,'guest','failed_login','Users','Session','[login]',0,0,'107.180.88.227',1650807899),(1182502,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:303:2e08::',1650808085),(1182503,'guest','failed_login','Users','Session','tech1',0,0,'171.244.201.17',1650808104),(1182504,'guest','failed_login','Users','Session','tech1',0,0,'92.205.4.141',1650808161),(1182505,'guest','failed_login','Users','Session','tech1',0,0,'51.210.251.22',1650808413),(1182506,'guest','failed_login','Users','Session','drmap',0,0,'31.172.80.147',1650808432),(1182507,'guest','failed_login','Users','Session','[login]',0,0,'31.172.80.147',1650808432),(1182508,'guest','failed_login','Users','Session','drmap',0,0,'8.210.146.161',1650808554),(1182509,'guest','failed_login','Users','Session','tech1',0,0,'199.192.30.216',1650808678),(1182510,'guest','failed_login','Users','Session','tech1',0,0,'75.119.155.88',1650808746),(1182511,'guest','failed_login','Users','Session','drmap',0,0,'34.75.65.218',1650808790),(1182512,'guest','failed_login','Users','Session','drmap',0,0,'91.219.194.6',1650808955),(1182513,'guest','failed_login','Users','Session','[login]',0,0,'91.219.194.6',1650808956),(1182514,'guest','failed_login','Users','Session','tech1',0,0,'192.81.214.168',1650808985),(1182515,'guest','failed_login','Users','Session','tech1',0,0,'186.201.49.58',1650809290),(1182516,'guest','failed_login','Users','Session','tech1',0,0,'165.232.180.174',1650809362),(1182517,'guest','failed_login','Users','Session','drmap',0,0,'165.232.190.163',1650809445),(1182518,'guest','failed_login','Users','Session','[login]',0,0,'165.232.190.163',1650809447),(1182519,'guest','failed_login','Users','Session','tech1',0,0,'154.215.31.129',1650809555),(1182520,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:5:101b::d1b:2a3a',1650809831),(1182521,'guest','failed_login','Users','Session','tech1',0,0,'80.251.219.111',1650809874),(1182522,'guest','failed_login','Users','Session','tech1',0,0,'64.227.183.25',1650810023),(1182523,'guest','failed_login','Users','Session','drmap',0,0,'2406:da18:fb3:201:8e97:d74a:6805:7f7f',1650810070),(1182524,'guest','failed_login','Users','Session','[login]',0,0,'2406:da18:fb3:201:8e97:d74a:6805:7f7f',1650810070),(1182525,'guest','failed_login','Users','Session','tech1',0,0,'162.241.156.147',1650810201),(1182526,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.27',1650810233),(1182527,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.141',1650810254),(1182528,'guest','failed_login','Users','Session','tech1',0,0,'208.109.41.113',1650810460),(1182529,'guest','failed_login','Users','Session','drmap',0,0,'143.198.71.13',1650810535),(1182530,'guest','failed_login','Users','Session','tech1',0,0,'95.217.3.203',1650810634),(1182531,'guest','failed_login','Users','Session','tech1',0,0,'196.203.219.49',1650810791),(1182532,'guest','failed_login','Users','Session','tech1',0,0,'167.172.56.36',1650811100),(1182533,'guest','failed_login','Users','Session','drmap',0,0,'2400:8901::f03c:93ff:fe84:15a4',1650811105),(1182534,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:800:1f9e::',1650811110),(1182535,'guest','failed_login','Users','Session','tech1',0,0,'91.234.195.182',1650811169),(1182536,'guest','failed_login','Users','Session','tech1',0,0,'220.167.101.24',1650811298),(1182537,'guest','failed_login','Users','Session','drmap',0,0,'178.128.247.244',1650811348),(1182538,'guest','failed_login','Users','Session','tech1',0,0,'2001:1418:14:100::47',1650811394),(1182539,'guest','failed_login','Users','Session','drmap',0,0,'211.238.13.155',1650811657),(1182540,'guest','failed_login','Users','Session','[login]',0,0,'211.238.13.155',1650811658),(1182541,'guest','failed_login','Users','Session','tech1',0,0,'31.177.95.36',1650811684),(1182542,'guest','failed_login','Users','Session','tech1',0,0,'46.63.80.162',1650811916),(1182543,'guest','failed_login','Users','Session','tech1',0,0,'109.206.252.198',1650812007),(1182544,'guest','failed_login','Users','Session','tech1',0,0,'184.171.244.219',1650812317),(1182545,'guest','failed_login','Users','Session','drmap',0,0,'2a01:7c8:d007:31a:5054:ff:fef3:4470',1650812388),(1182546,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.154',1650812554),(1182547,'guest','failed_login','Users','Session','tech1',0,0,'23.99.229.218',1650812580),(1182548,'guest','failed_login','Users','Session','tech1',0,0,'2001:8d8:9b2:9800::b:388e',1650812607),(1182549,'guest','failed_login','Users','Session','drmap',0,0,'157.230.253.37',1650812625),(1182550,'guest','failed_login','Users','Session','drmap',0,0,'165.232.64.68',1650812725),(1182551,'guest','failed_login','Users','Session','[login]',0,0,'165.232.64.68',1650812726),(1182552,'guest','failed_login','Users','Session','tech1',0,0,'107.152.234.218',1650812926),(1182553,'guest','failed_login','Users','Session','tech1',0,0,'173.212.201.226',1650813204),(1182554,'guest','failed_login','Users','Session','drmap',0,0,'158.247.227.134',1650813229),(1182555,'guest','failed_login','Users','Session','tech1',0,0,'138.128.173.10',1650813240),(1182556,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.28',1650813469),(1182557,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:842:3400::5c:29d',1650813537),(1182558,'guest','failed_login','Users','Session','drmap',0,0,'206.81.18.4',1650813829),(1182559,'guest','failed_login','Users','Session','tech1',0,0,'159.65.157.154',1650813861),(1182560,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.114',1650813871),(1182561,'guest','failed_login','Users','Session','drmap',0,0,'103.106.78.178',1650813918),(1182562,'guest','failed_login','Users','Session','tech1',0,0,'49.234.226.197',1650814176),(1182563,'guest','failed_login','Users','Session','drmap',0,0,'51.124.226.192',1650814360),(1182564,'guest','failed_login','Users','Session','[login]',0,0,'51.124.226.192',1650814360),(1182565,'guest','failed_login','Users','Session','tech1',0,0,'84.205.178.134',1650814495),(1182566,'guest','failed_login','Users','Session','tech1',0,0,'159.65.219.142',1650814513),(1182567,'guest','failed_login','Users','Session','tech1',0,0,'77.77.150.95',1650814830),(1182568,'guest','failed_login','Users','Session','drmap',0,0,'128.199.221.125',1650814887),(1182569,'guest','failed_login','Users','Session','[login]',0,0,'128.199.221.125',1650814887),(1182570,'guest','failed_login','Users','Session','drmap',0,0,'34.75.65.218',1650814971),(1182571,'guest','failed_login','Users','Session','tech1',0,0,'74.208.212.235',1650815150),(1182572,'guest','failed_login','Users','Session','tech1',0,0,'46.29.23.162',1650815170),(1182573,'guest','failed_login','Users','Session','drmap',0,0,'185.200.243.16',1650815211),(1182574,'guest','failed_login','Users','Session','drmap',0,0,'161.35.79.54',1650815413),(1182575,'guest','failed_login','Users','Session','[login]',0,0,'161.35.79.54',1650815419),(1182576,'guest','failed_login','Users','Session','tech1',0,0,'103.57.222.104',1650815469),(1182577,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.153.154',1650815668),(1182578,'guest','failed_login','Users','Session','tech1',0,0,'211.115.65.107',1650815783),(1182579,'guest','failed_login','Users','Session','tech1',0,0,'157.245.110.251',1650815790),(1182580,'guest','failed_login','Users','Session','drmap',0,0,'85.128.143.192',1650815973),(1182581,'guest','failed_login','Users','Session','[login]',0,0,'85.128.143.192',1650815974),(1182582,'guest','failed_login','Users','Session','tech1',0,0,'185.221.181.208',1650816064),(1182583,'guest','failed_login','Users','Session','tech1',0,0,'66.23.252.226',1650816135),(1182584,'guest','failed_login','Users','Session','tech1',0,0,'184.171.244.219',1650816457),(1182585,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c010:a209::1',1650816464),(1182586,'guest','failed_login','Users','Session','drmap',0,0,'128.199.62.78',1650816512),(1182587,'guest','failed_login','Users','Session','drmap',0,0,'38.242.242.224',1650816593),(1182588,'guest','failed_login','Users','Session','[login]',0,0,'38.242.242.224',1650816593),(1182589,'guest','failed_login','Users','Session','tech1',0,0,'91.123.18.217',1650816803),(1182590,'guest','failed_login','Users','Session','tech1',0,0,'185.19.190.26',1650817096),(1182591,'guest','failed_login','Users','Session','tech1',0,0,'47.242.50.8',1650817112),(1182592,'guest','failed_login','Users','Session','drmap',0,0,'64.227.114.253',1650817124),(1182593,'guest','failed_login','Users','Session','[login]',0,0,'64.227.114.253',1650817125),(1182594,'guest','failed_login','Users','Session','tech1',0,0,'35.233.3.163',1650817452),(1182595,'guest','failed_login','Users','Session','drmap',0,0,'16.170.194.255',1650817580),(1182596,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.19',1650817635),(1182597,'guest','failed_login','Users','Session','tech1',0,0,'45.90.163.251',1650817777),(1182598,'guest','failed_login','Users','Session','tech1',0,0,'151.106.35.235',1650817802),(1182599,'guest','failed_login','Users','Session','drmap',0,0,'207.180.207.240',1650817825),(1182600,'guest','failed_login','Users','Session','tech1',0,0,'62.28.184.124',1650818137),(1182601,'guest','failed_login','Users','Session','drmap',0,0,'27.254.171.137',1650818173),(1182602,'guest','failed_login','Users','Session','[login]',0,0,'27.254.171.137',1650818174),(1182603,'guest','failed_login','Users','Session','tech1',0,0,'89.58.11.2',1650818414),(1182604,'guest','failed_login','Users','Session','tech1',0,0,'194.5.175.15',1650818471),(1182605,'guest','failed_login','Users','Session','drmap',0,0,'189.254.1.218',1650818754),(1182606,'guest','failed_login','Users','Session','tech1',0,0,'171.244.201.17',1650818791),(1182607,'guest','failed_login','Users','Session','drmap',0,0,'68.183.75.82',1650818903),(1182608,'guest','failed_login','Users','Session','tech1',0,0,'142.93.245.196',1650819099),(1182609,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1650819137),(1182610,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::f6f:3001',1650819140),(1182611,'guest','failed_login','Users','Session','drmap',0,0,'165.232.64.68',1650819284),(1182612,'guest','failed_login','Users','Session','[login]',0,0,'165.232.64.68',1650819284),(1182613,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:1008:c3a::',1650819502),(1182614,'guest','failed_login','Users','Session','test',0,0,'173.208.153.154',1650819668),(1182615,'guest','failed_login','Users','Session','tech1',0,0,'16.170.194.255',1650819725),(1182616,'guest','failed_login','Users','Session','tech1',0,0,'103.121.91.38',1650819825),(1182617,'guest','failed_login','Users','Session','drmap',0,0,'143.244.166.16',1650819835),(1182618,'guest','failed_login','Users','Session','[login]',0,0,'143.244.166.16',1650819836),(1182619,'guest','failed_login','Users','Session','tech1',0,0,'35.233.3.163',1650820171),(1182620,'guest','failed_login','Users','Session','drmap',0,0,'88.198.19.200',1650820209),(1182621,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:3:d0::c2a:e001',1650820310),(1182622,'guest','failed_login','Users','Session','tech1',0,0,'188.166.183.39',1650820408),(1182623,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1650820456),(1182624,'guest','failed_login','Users','Session','tech1',0,0,'159.65.251.222',1650820516),(1182625,'guest','failed_login','Users','Session','tech1',0,0,'184.168.106.44',1650820688),(1182626,'guest','failed_login','Users','Session','tech1',0,0,'199.188.205.87',1650820863),(1182627,'guest','failed_login','Users','Session','drmap',0,0,'13.59.241.84',1650820898),(1182628,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c011:37ed::1',1650821045),(1182629,'guest','failed_login','Users','Session','tech1',0,0,'150.95.24.78',1650821241),(1182630,'guest','failed_login','Users','Session','drmap',0,0,'185.105.110.4',1650821484),(1182631,'guest','failed_login','Users','Session','[login]',0,0,'185.105.110.4',1650821484),(1182632,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.141',1650821509),(1182633,'guest','failed_login','Users','Session','tech1',0,0,'211.110.139.214',1650821570),(1182634,'guest','failed_login','Users','Session','tech1',0,0,'211.110.139.214',1650821731),(1182635,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1650821777),(1182636,'guest','failed_login','Users','Session','tech1',0,0,'176.235.216.155',1650821949),(1182637,'guest','failed_login','Users','Session','drmap',0,0,'206.189.29.138',1650822017),(1182638,'guest','failed_login','Users','Session','[login]',0,0,'206.189.29.138',1650822018),(1182639,'guest','failed_login','Users','Session','tech1',0,0,'171.244.21.74',1650822274),(1182640,'guest','failed_login','Users','Session','tech1',0,0,'161.97.112.17',1650822373),(1182641,'guest','failed_login','Users','Session','tech1',0,0,'123.56.59.9',1650822564),(1182642,'guest','failed_login','Users','Session','drmap',0,0,'193.164.4.118',1650822582),(1182643,'guest','failed_login','Users','Session','tech1',0,0,'50.62.177.214',1650822796),(1182644,'guest','failed_login','Users','Session','tech1',0,0,'185.197.195.173',1650823075),(1182645,'guest','failed_login','Users','Session','drmap',0,0,'157.245.131.230',1650823085),(1182646,'guest','failed_login','Users','Session','[login]',0,0,'157.245.131.230',1650823086),(1182647,'guest','failed_login','Users','Session','drmap',0,0,'213.136.93.171',1650823089),(1182648,'guest','failed_login','Users','Session','tech1',0,0,'143.110.208.83',1650823297),(1182649,'guest','failed_login','Users','Session','tech1',0,0,'185.126.219.43',1650823551),(1182650,'guest','failed_login','Users','Session','drmap',0,0,'37.18.90.72',1650823641),(1182651,'guest','failed_login','Users','Session','[login]',0,0,'37.18.90.72',1650823641),(1182652,'guest','failed_login','Users','Session','tech1',0,0,'167.172.168.111',1650823664),(1182653,'guest','failed_login','Users','Session','com',0,0,'74.91.17.86',1650823753),(1182654,'guest','failed_login','Users','Session','tech1',0,0,'45.119.213.225',1650823759),(1182655,'guest','failed_login','Users','Session','tech1',0,0,'45.119.83.250',1650823989),(1182656,'guest','failed_login','Users','Session','drmap',0,0,'81.70.248.169',1650824147),(1182657,'guest','failed_login','Users','Session','drmap',0,0,'34.135.121.218',1650824218),(1182658,'guest','failed_login','Users','Session','tech1',0,0,'185.190.117.89',1650824338),(1182659,'guest','failed_login','Users','Session','drmap',0,0,'178.128.247.244',1650824388),(1182660,'guest','failed_login','Users','Session','drmap',0,0,'165.227.129.197',1650824749),(1182661,'guest','failed_login','Users','Session','[login]',0,0,'165.227.129.197',1650824750),(1182662,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.154',1650824929),(1182663,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:162:6188::2',1650824954),(1182664,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.153.154',1650825048),(1182665,'guest','failed_login','Users','Session','tech1',0,0,'3.133.110.106',1650825110),(1182666,'guest','failed_login','Users','Session','drmap',0,0,'128.134.187.112',1650825325),(1182667,'guest','failed_login','Users','Session','admin',0,0,'132.148.198.216',1650825329),(1182668,'guest','failed_login','Users','Session','drmap',0,0,'188.127.231.190',1650825430),(1182669,'guest','failed_login','Users','Session','admin',0,0,'89.40.72.194',1650825546),(1182670,'guest','failed_login','Users','Session','drmap',0,0,'2a00:1128:1:1::147:43',1650825671),(1182671,'guest','failed_login','Users','Session','tech1',0,0,'64.235.231.20',1650825786),(1182672,'guest','failed_login','Users','Session','drmap',0,0,'206.189.29.138',1650825866),(1182673,'guest','failed_login','Users','Session','tech1',0,0,'35.202.241.36',1650825960),(1182674,'guest','failed_login','Users','Session','tech1',0,0,'103.171.180.165',1650826167),(1182675,'guest','failed_login','Users','Session','tech1',0,0,'35.203.66.166',1650826249),(1182676,'guest','failed_login','Users','Session','tech1',0,0,'148.72.97.73',1650826374),(1182677,'guest','failed_login','Users','Session','drmap',0,0,'213.163.113.64',1650826406),(1182678,'guest','failed_login','Users','Session','[login]',0,0,'213.163.113.64',1650826406),(1182679,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:115b::bcf:e319',1650826598),(1182680,'guest','failed_login','Users','Session','drmap',0,0,'188.127.231.190',1650826724),(1182681,'guest','failed_login','Users','Session','tech1',0,0,'103.174.87.138',1650826801),(1182682,'guest','failed_login','Users','Session','tech1',0,0,'188.166.94.198',1650826916),(1182683,'guest','failed_login','Users','Session','drmap',0,0,'134.209.231.225',1650826962),(1182684,'guest','failed_login','Users','Session','drmap',0,0,'34.87.101.136',1650826973),(1182685,'guest','failed_login','Users','Session','[login]',0,0,'34.87.101.136',1650826973),(1182686,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:161:1d2::2',1650827008),(1182687,'guest','failed_login','Users','Session','tech1',0,0,'180.211.99.217',1650827192),(1182688,'guest','failed_login','Users','Session','tech1',0,0,'50.87.222.88',1650827447),(1182689,'guest','failed_login','Users','Session','drmap',0,0,'157.245.155.102',1650827515),(1182690,'guest','failed_login','Users','Session','[login]',0,0,'157.245.155.102',1650827515),(1182691,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:102f::91d:58c1',1650827540),(1182692,'guest','failed_login','Users','Session','tech1',0,0,'132.148.198.216',1650827598),(1182693,'guest','failed_login','Users','Session','tech1',0,0,'178.62.9.122',1650827819),(1182694,'guest','failed_login','Users','Session','drmap',0,0,'2607:f0d0:3901:5d::10',1650828017),(1182695,'guest','failed_login','Users','Session','drmap',0,0,'165.22.38.217',1650828024),(1182696,'guest','failed_login','Users','Session','[login]',0,0,'165.22.38.217',1650828029),(1182697,'guest','failed_login','Users','Session','tech1',0,0,'103.211.218.142',1650828035),(1182698,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c206:2060:3839::1',1650828211),(1182699,'guest','failed_login','Users','Session','tech1',0,0,'103.211.218.142',1650828214),(1182700,'guest','failed_login','Users','Session','drmap',0,0,'188.166.212.133',1650828265),(1182701,'guest','failed_login','Users','Session','tech1',0,0,'103.72.76.17',1650828637),(1182702,'guest','failed_login','Users','Session','tech1',0,0,'198.20.170.59',1650828828),(1182703,'guest','failed_login','Users','Session','tech1',0,0,'185.190.117.89',1650828831),(1182704,'guest','failed_login','Users','Session','tech1',0,0,'200.110.145.21',1650829030),(1182705,'guest','failed_login','Users','Session','tech1',0,0,'35.224.216.78',1650829236),(1182706,'guest','failed_login','Users','Session','drmap',0,0,'64.227.183.25',1650829302),(1182707,'guest','failed_login','Users','Session','tech1',0,0,'45.77.89.78',1650829459),(1182708,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c010:a209::1',1650829495),(1182709,'guest','failed_login','Users','Session','drmap',0,0,'167.172.151.91',1650829541),(1182710,'guest','failed_login','Users','Session','tech1',0,0,'199.188.200.133',1650829550),(1182711,'guest','failed_login','Users','Session','tech1',0,0,'185.146.20.254',1650829660),(1182712,'guest','failed_login','Users','Session','tech1',0,0,'171.244.201.17',1650829852),(1182713,'guest','failed_login','Users','Session','tech1',0,0,'88.208.209.101',1650830078),(1182714,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.76',1650830120),(1182715,'guest','failed_login','Users','Session','tech1',0,0,'185.170.8.60',1650830121),(1182716,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:1008:c3a::',1650830297),(1182717,'guest','failed_login','Users','Session','tech1',0,0,'103.101.162.249',1650830471),(1182718,'guest','failed_login','Users','Session','drmap',0,0,'39.108.148.88',1650830594),(1182719,'guest','failed_login','Users','Session','tech1',0,0,'107.161.177.10',1650830698),(1182720,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::3dff',1650830785),(1182721,'guest','failed_login','Users','Session','drmap',0,0,'167.71.117.225',1650830831),(1182722,'guest','failed_login','Users','Session','tech1',0,0,'103.153.214.231',1650830887),(1182723,'guest','failed_login','Users','Session','tech1',0,0,'159.65.7.254',1650831092),(1182724,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:69f2::1',1650831324),(1182725,'guest','failed_login','Users','Session','tech1',0,0,'103.219.60.130',1650831422),(1182726,'guest','failed_login','Users','Session','tech1',0,0,'104.198.172.68',1650831510),(1182727,'guest','failed_login','Users','Session','tech1',0,0,'85.214.38.127',1650831729),(1182728,'guest','failed_login','Users','Session','drmap',0,0,'52.234.178.100',1650831899),(1182729,'guest','failed_login','Users','Session','tech1',0,0,'148.72.244.254',1650831920),(1182730,'guest','failed_login','Users','Session','tech1',0,0,'167.172.168.111',1650832096),(1182731,'guest','failed_login','Users','Session','tech1',0,0,'88.150.159.20',1650832136),(1182732,'guest','failed_login','Users','Session','drmap',0,0,'211.110.139.214',1650832142),(1182733,'guest','failed_login','Users','Session','tech1',0,0,'159.89.2.220',1650832366),(1182734,'guest','failed_login','Users','Session','tech1',0,0,'171.244.21.74',1650832558),(1182735,'guest','failed_login','Users','Session','tech1',0,0,'78.141.209.179',1650832726),(1182736,'guest','failed_login','Users','Session','tech1',0,0,'190.145.68.131',1650832761),(1182737,'guest','failed_login','Users','Session','tech1',0,0,'103.174.87.138',1650832994),(1182738,'guest','failed_login','Users','Session','tech1',0,0,'47.241.26.170',1650833185),(1182739,'guest','failed_login','Users','Session','drmap',0,0,'167.172.168.111',1650833212),(1182740,'guest','failed_login','Users','Session','tech1',0,0,'128.199.221.125',1650833397),(1182741,'guest','failed_login','Users','Session','tech1',0,0,'46.101.150.34',1650833411),(1182742,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::cdb4',1650833418),(1182743,'guest','failed_login','Users','Session','drmap',0,0,'158.69.63.179',1650833458),(1182744,'guest','failed_login','Users','Session','tech1',0,0,'128.199.147.151',1650833584),(1182745,'guest','failed_login','Users','Session','tech1',0,0,'176.31.116.73',1650833641),(1182746,'guest','failed_login','Users','Session','tech1',0,0,'61.77.106.99',1650833812),(1182747,'guest','failed_login','Users','Session','tech1',0,0,'167.71.111.16',1650833846),(1182748,'guest','failed_login','Users','Session','tech1',0,0,'157.245.48.104',1650834041),(1182749,'guest','failed_login','Users','Session','tech1',0,0,'198.211.115.226',1650834051),(1182750,'guest','failed_login','Users','Session','tech1',0,0,'52.186.74.76',1650834065),(1182751,'guest','failed_login','Users','Session','[login]',0,0,'52.186.74.73',1650834065),(1182752,'guest','failed_login','Users','Session','tech1',0,0,'185.111.89.224',1650834189),(1182753,'guest','failed_login','Users','Session','tech1',0,0,'35.202.241.36',1650834275),(1182754,'guest','failed_login','Users','Session','tech1',0,0,'45.77.89.78',1650834482),(1182755,'guest','failed_login','Users','Session','tech1',0,0,'47.206.245.26',1650834503),(1182756,'guest','failed_login','Users','Session','[login]',0,0,'47.206.245.26',1650834503),(1182757,'guest','failed_login','Users','Session','drmap',0,0,'185.209.230.33',1650834522),(1182758,'guest','failed_login','Users','Session','tech1',0,0,'138.128.173.10',1650834668),(1182759,'guest','failed_login','Users','Session','tech1',0,0,'177.69.146.65',1650834677),(1182760,'guest','failed_login','Users','Session','tech1',0,0,'216.139.241.148',1650834717),(1182761,'guest','failed_login','Users','Session','drmap',0,0,'78.135.83.195',1650834766),(1182762,'guest','failed_login','Users','Session','tech1',0,0,'35.211.94.153',1650834886),(1182763,'guest','failed_login','Users','Session','tech1',0,0,'149.129.181.100',1650834888),(1182764,'guest','failed_login','Users','Session','tech1',0,0,'165.22.38.217',1650835041),(1182765,'guest','failed_login','Users','Session','tech1',0,0,'178.62.77.224',1650835095),(1182766,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650835183),(1182767,'guest','failed_login','Users','Session','tech1',0,0,'47.106.201.134',1650835289),(1182768,'guest','failed_login','Users','Session','tech1',0,0,'45.159.113.111',1650835312),(1182769,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:82e3::1',1650835347),(1182770,'guest','failed_login','Users','Session','tech1',0,0,'124.222.116.35',1650835502),(1182771,'guest','failed_login','Users','Session','tech1',0,0,'141.94.87.67',1650835637),(1182772,'guest','failed_login','Users','Session','tech1',0,0,'162.214.197.206',1650835727),(1182773,'guest','failed_login','Users','Session','drmap',0,0,'209.97.151.249',1650835825),(1182774,'guest','failed_login','Users','Session','tech1',0,0,'213.5.71.211',1650835942),(1182775,'guest','failed_login','Users','Session','tech1',0,0,'188.166.212.133',1650836027),(1182776,'guest','failed_login','Users','Session','drmap',0,0,'51.91.151.60',1650836068),(1182777,'guest','failed_login','Users','Session','tech1',0,0,'177.55.111.12',1650836129),(1182778,'guest','failed_login','Users','Session','tech1',0,0,'193.231.129.34',1650836155),(1182779,'guest','failed_login','Users','Session','tech1',0,0,'115.79.40.7',1650836327),(1182780,'guest','failed_login','Users','Session','tech1',0,0,'208.109.72.154',1650836374),(1182781,'guest','failed_login','Users','Session','tech1',0,0,'157.245.106.233',1650836513),(1182782,'guest','failed_login','Users','Session','tech1',0,0,'2a06:6440:0:2c3a::1',1650836593),(1182783,'guest','failed_login','Users','Session','tech1',0,0,'137.184.117.52',1650836653),(1182784,'guest','failed_login','Users','Session','tech1',0,0,'177.69.146.65',1650836739),(1182785,'guest','failed_login','Users','Session','tech1',0,0,'185.61.154.35',1650836804),(1182786,'guest','failed_login','Users','Session','tech1',0,0,'91.82.85.177',1650836926),(1182787,'guest','failed_login','Users','Session','[login]',0,0,'91.82.85.177',1650836936),(1182788,'guest','failed_login','Users','Session','tech1',0,0,'132.148.224.56',1650837028),(1182789,'guest','failed_login','Users','Session','drmap',0,0,'134.209.184.76',1650837137),(1182790,'guest','failed_login','Users','Session','tech1',0,0,'91.240.85.137',1650837211),(1182791,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.106',1650837243),(1182792,'guest','failed_login','Users','Session','tech1',0,0,'185.50.199.194',1650837326),(1182793,'guest','failed_login','Users','Session','drmap',0,0,'23.97.205.210',1650837374),(1182794,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::e8b:7001',1650837386),(1182795,'guest','failed_login','Users','Session','tech1',0,0,'128.199.166.77',1650837457),(1182796,'guest','failed_login','Users','Session','tech1',0,0,'185.75.194.144',1650837634),(1182797,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1650837702),(1182798,'guest','failed_login','Users','Session','tech1',0,0,'35.184.137.174',1650837845),(1182799,'guest','failed_login','Users','Session','tech1',0,0,'69.39.239.34',1650837953),(1182800,'guest','failed_login','Users','Session','admin',0,0,'47.93.61.192',1650837956),(1182801,'guest','failed_login','Users','Session','tech1',0,0,'46.101.133.107',1650838027),(1182802,'guest','failed_login','Users','Session','admin',0,0,'47.241.26.170',1650838166),(1182803,'guest','failed_login','Users','Session','tech1',0,0,'164.68.124.29',1650838285),(1182804,'guest','failed_login','Users','Session','tech1',0,0,'103.159.224.46',1650838411),(1182805,'guest','failed_login','Users','Session','drmap',0,0,'167.99.252.52',1650838436),(1182806,'guest','failed_login','Users','Session','tech1',0,0,'2001:e42:102:1823:160:16:242:201',1650838502),(1182807,'guest','failed_login','Users','Session','tech1',0,0,'167.172.151.91',1650838635),(1182808,'guest','failed_login','Users','Session','tech1',0,0,'198.211.116.247',1650838635),(1182809,'guest','failed_login','Users','Session','drmap',0,0,'159.65.76.38',1650838684),(1182810,'guest','failed_login','Users','Session','tech1',0,0,'103.245.72.30',1650838723),(1182811,'guest','failed_login','Users','Session','tech1',0,0,'35.186.157.189',1650838747),(1182812,'guest','failed_login','Users','Session','tech1',0,0,'80.251.219.111',1650838889),(1182813,'guest','failed_login','Users','Session','tech1',0,0,'91.189.176.172',1650838962),(1182814,'guest','failed_login','Users','Session','[login]',0,0,'91.189.176.172',1650838962),(1182815,'guest','failed_login','Users','Session','tech1',0,0,'178.128.14.157',1650839139),(1182816,'guest','failed_login','Users','Session','tech1',0,0,'162.0.220.228',1650839186),(1182817,'guest','failed_login','Users','Session','tech1',0,0,'106.54.20.135',1650839280),(1182818,'guest','failed_login','Users','Session','tech1',0,0,'139.59.78.248',1650839333),(1182819,'guest','failed_login','Users','Session','tech1',0,0,'202.28.34.99',1650839443),(1182820,'guest','failed_login','Users','Session','tech1',0,0,'103.42.58.102',1650839567),(1182821,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:8:c9b5::',1650839620),(1182822,'guest','failed_login','Users','Session','[login]',0,0,'2001:41d0:8:c9b5::',1650839620),(1182823,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:3:e0::150:5001',1650839760),(1182824,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4a10',1650839831),(1182825,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:403:b30::',1650839869),(1182826,'guest','failed_login','Users','Session','tech1',0,0,'151.106.41.64',1650839957),(1182827,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:1c1c:351::1',1650840004),(1182828,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1650840066),(1182829,'guest','failed_login','Users','Session','tech1',0,0,'150.95.112.26',1650840095),(1182830,'guest','failed_login','Users','Session','tech1',0,0,'34.68.97.70',1650840301),(1182831,'guest','failed_login','Users','Session','tech1',0,0,'62.173.164.165',1650840324),(1182832,'guest','failed_login','Users','Session','tech1',0,0,'92.205.7.173',1650840533),(1182833,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7c8:aaae:97::1',1650840549),(1182834,'guest','failed_login','Users','Session','[login]',0,0,'2a01:7c8:aaae:97::1',1650840549),(1182835,'guest','failed_login','Users','Session','tech1',0,0,'101.0.80.218',1650840591),(1182836,'guest','failed_login','Users','Session','tech1',0,0,'185.197.195.173',1650840771),(1182837,'guest','failed_login','Users','Session','tech1',0,0,'159.223.119.11',1650840778),(1182838,'guest','failed_login','Users','Session','[login]',0,0,'159.223.119.11',1650840778),(1182839,'guest','failed_login','Users','Session','tech1',0,0,'147.182.229.61',1650840959),(1182840,'guest','failed_login','Users','Session','tech1',0,0,'5.189.128.189',1650841025),(1182841,'guest','failed_login','Users','Session','tech1',0,0,'2607:f130:0:107:d6ae:52ff:febb:96a',1650841197),(1182842,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::42',1650841271),(1182843,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.163',1650841273),(1182844,'guest','failed_login','Users','Session','drmap',0,0,'2400:8100:ffff:0:117:120:13:52',1650841320),(1182845,'guest','failed_login','Users','Session','tech1',0,0,'185.46.59.70',1650841420),(1182846,'guest','failed_login','Users','Session','tech1',0,0,'193.231.129.34',1650841510),(1182847,'guest','failed_login','Users','Session','tech1',0,0,'52.221.123.137',1650841639),(1182848,'guest','failed_login','Users','Session','[login]',0,0,'52.221.123.137',1650841639),(1182849,'guest','failed_login','Users','Session','tech1',0,0,'74.208.212.235',1650841741),(1182850,'guest','failed_login','Users','Session','tech1',0,0,'95.211.18.112',1650841858),(1182851,'guest','failed_login','Users','Session','tech1',0,0,'78.157.40.35',1650841907),(1182852,'guest','failed_login','Users','Session','tech1',0,0,'166.62.122.244',1650842000),(1182853,'guest','failed_login','Users','Session','tech1',0,0,'20.188.35.210',1650842118),(1182854,'guest','failed_login','Users','Session','[login]',0,0,'20.188.35.210',1650842118),(1182855,'guest','failed_login','Users','Session','tech1',0,0,'194.233.75.42',1650842229),(1182856,'guest','failed_login','Users','Session','tech1',0,0,'103.245.72.30',1650842335),(1182857,'guest','failed_login','Users','Session','[login]',0,0,'103.245.72.30',1650842335),(1182858,'guest','failed_login','Users','Session','drmap',0,0,'217.61.54.110',1650842392),(1182859,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650842471),(1182860,'guest','failed_login','Users','Session','tech1',0,0,'103.72.76.17',1650842498),(1182861,'guest','failed_login','Users','Session','tech1',0,0,'103.1.239.209',1650842579),(1182862,'guest','failed_login','Users','Session','tech1',0,0,'195.201.27.74',1650842592),(1182863,'guest','failed_login','Users','Session','drmap',0,0,'52.234.178.100',1650842644),(1182864,'guest','failed_login','Users','Session','dmytro',0,0,'208.110.66.141',1650842737),(1182865,'guest','failed_login','Users','Session','tech1',0,0,'64.37.52.95',1650842749),(1182866,'guest','failed_login','Users','Session','tech1',0,0,'154.61.75.248',1650842780),(1182867,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2019:9917::1',1650842998),(1182868,'guest','failed_login','Users','Session','tech1',0,0,'162.0.239.73',1650843004),(1182869,'guest','failed_login','Users','Session','tech1',0,0,'199.19.202.224',1650843121),(1182870,'guest','failed_login','Users','Session','tech1',0,0,'69.163.186.158',1650843230),(1182871,'guest','failed_login','Users','Session','tech1',0,0,'66.115.173.18',1650843247),(1182872,'guest','failed_login','Users','Session','tech1',0,0,'91.219.194.6',1650843252),(1182873,'guest','failed_login','Users','Session','[login]',0,0,'91.219.194.6',1650843252),(1182874,'guest','failed_login','Users','Session','tech1',0,0,'154.61.75.248',1650843483),(1182875,'guest','failed_login','Users','Session','[login]',0,0,'154.61.75.248',1650843484),(1182876,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:1008:c3a::',1650843526),(1182877,'guest','failed_login','Users','Session','drmap',0,0,'91.219.194.21',1650843715),(1182878,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2047:2318::1',1650843727),(1182879,'guest','failed_login','Users','Session','[login]',0,0,'2a02:c207:2047:2318::1',1650843727),(1182880,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:842:3400::5c:29d',1650843732),(1182881,'guest','failed_login','Users','Session','tech1',0,0,'95.217.3.203',1650843910),(1182882,'guest','failed_login','Users','Session','tech1',0,0,'2001:888:2000:7e::209',1650843956),(1182883,'guest','failed_login','Users','Session','drmap',0,0,'81.70.248.169',1650843960),(1182884,'guest','failed_login','Users','Session','tech1',0,0,'103.104.73.82',1650844034),(1182885,'guest','failed_login','Users','Session','tech1',0,0,'194.163.142.38',1650844128),(1182886,'guest','failed_login','Users','Session','tech1',0,0,'13.234.154.64',1650844396),(1182887,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::2db:3001',1650844483),(1182888,'guest','failed_login','Users','Session','tech1',0,0,'5.253.181.177',1650844539),(1182889,'guest','failed_login','Users','Session','tech1',0,0,'2a0e:fd45:2ba0:10:188:64:138:23',1650844623),(1182890,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::42',1650844761),(1182891,'guest','failed_login','Users','Session','tech1',0,0,'185.46.59.70',1650844856),(1182892,'guest','failed_login','Users','Session','tech1',0,0,'116.62.49.96',1650844988),(1182893,'guest','failed_login','Users','Session','drmap',0,0,'188.127.231.190',1650845018),(1182894,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::4be:2001',1650845097),(1182895,'guest','failed_login','Users','Session','[login]',0,0,'2400:6180:0:d0::4be:2001',1650845097),(1182896,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::100e:b001',1650845215),(1182897,'guest','failed_login','Users','Session','tech1',0,0,'120.24.108.217',1650845237),(1182898,'guest','failed_login','Users','Session','drmap',0,0,'51.159.155.6',1650845264),(1182899,'guest','failed_login','Users','Session','tech1',0,0,'94.247.172.123',1650845336),(1182900,'guest','failed_login','Users','Session','tech1',0,0,'64.37.52.95',1650845509),(1182901,'guest','failed_login','Users','Session','tech1',0,0,'64.227.50.139',1650845555),(1182902,'guest','failed_login','Users','Session','tech1',0,0,'185.252.31.180',1650845749),(1182903,'guest','failed_login','Users','Session','tech1',0,0,'147.135.72.225',1650845816),(1182904,'guest','failed_login','Users','Session','tech1',0,0,'13.229.221.204',1650845855),(1182905,'guest','failed_login','Users','Session','tech1',0,0,'91.134.248.245',1650845990),(1182906,'guest','failed_login','Users','Session','tech1',0,0,'88.135.37.49',1650846005),(1182907,'guest','failed_login','Users','Session','tech1',0,0,'141.94.87.67',1650846181),(1182908,'guest','failed_login','Users','Session','[login]',0,0,'141.94.87.67',1650846182),(1182909,'guest','failed_login','Users','Session','tech1',0,0,'103.111.30.40',1650846281),(1182910,'guest','failed_login','Users','Session','drmap',0,0,'8.210.146.161',1650846337),(1182911,'guest','failed_login','Users','Session','tech1',0,0,'52.186.74.73',1650846422),(1182912,'guest','failed_login','Users','Session','tech1',0,0,'47.241.15.39',1650846533),(1182913,'guest','failed_login','Users','Session','tech1',0,0,'107.190.135.178',1650846541),(1182914,'guest','failed_login','Users','Session','drmap',0,0,'47.93.61.192',1650846583),(1182915,'guest','failed_login','Users','Session','tech1',0,0,'91.240.85.137',1650846723),(1182916,'guest','failed_login','Users','Session','tech1',0,0,'47.93.61.192',1650846794),(1182917,'guest','failed_login','Users','Session','tech1',0,0,'206.81.3.84',1650846890),(1182918,'guest','failed_login','Users','Session','[login]',0,0,'2604:a880:400:d0::184d:4001',1650846891),(1182919,'guest','failed_login','Users','Session','tech1',0,0,'148.72.248.98',1650847041),(1182920,'guest','failed_login','Users','Session','tech1',0,0,'177.69.146.65',1650847159),(1182921,'guest','failed_login','Users','Session','tech1',0,0,'72.167.34.14',1650847166),(1182922,'guest','failed_login','Users','Session','tech1',0,0,'107.161.177.10',1650847315),(1182923,'guest','failed_login','Users','Session','tech1',0,0,'185.75.194.144',1650847419),(1182924,'guest','failed_login','Users','Session','[login]',0,0,'185.75.194.144',1650847419),(1182925,'guest','failed_login','Users','Session','tech1',0,0,'5.189.128.189',1650847573),(1182926,'guest','failed_login','Users','Session','tech1',0,0,'46.101.11.222',1650847615),(1182927,'guest','failed_login','Users','Session','drmap',0,0,'69.39.239.34',1650847648),(1182928,'guest','failed_login','Users','Session','tech1',0,0,'34.106.61.138',1650847784),(1182929,'guest','failed_login','Users','Session','tech1',0,0,'143.198.11.159',1650847828),(1182930,'guest','failed_login','Users','Session','tech1',0,0,'157.245.110.251',1650847845),(1182931,'guest','failed_login','Users','Session','tech1',0,0,'66.42.62.211',1650847846),(1182932,'guest','failed_login','Users','Session','tech1',0,0,'198.20.170.59',1650848080),(1182933,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:3:d0::c2a:e001',1650848085),(1182934,'guest','failed_login','Users','Session','[login]',0,0,'2a03:b0c0:3:d0::c2a:e001',1650848085),(1182935,'guest','failed_login','Users','Session','tech1',0,0,'164.68.124.29',1650848324),(1182936,'guest','failed_login','Users','Session','tech1',0,0,'217.160.75.121',1650848474),(1182937,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::e8b:7001',1650848791),(1182938,'guest','failed_login','Users','Session','drmap',0,0,'104.248.144.242',1650848957),(1182939,'guest','failed_login','Users','Session','tech1',0,0,'151.248.4.59',1650849033),(1182940,'guest','failed_login','Users','Session','tech1',0,0,'34.121.23.185',1650849154),(1182941,'guest','failed_login','Users','Session','drmap',0,0,'2400:8500:1301:738:133:130:103:36',1650849200),(1182942,'guest','failed_login','Users','Session','tech1',0,0,'185.74.252.15',1650849255),(1182943,'guest','failed_login','Users','Session','tech1',0,0,'161.35.51.40',1650849478),(1182944,'guest','failed_login','Users','Session','[login]',0,0,'161.35.51.40',1650849478),(1182945,'guest','failed_login','Users','Session','tech1',0,0,'206.189.207.145',1650849692),(1182946,'guest','failed_login','Users','Session','tech1',0,0,'2607:f0d0:3901:5d::10',1650849783),(1182947,'guest','failed_login','Users','Session','tech1',0,0,'2a02:4780:3:3:cbda:f28d:1d6:6523',1650849959),(1182948,'guest','failed_login','Users','Session','[login]',0,0,'2a02:4780:3:3:cbda:f28d:1d6:6523',1650849960),(1182949,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650850153),(1182950,'guest','failed_login','Users','Session','tech1',0,0,'149.129.181.100',1650850196),(1182951,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.222',1650850266),(1182952,'guest','failed_login','Users','Session','tech1',0,0,'78.47.162.26',1650850416),(1182953,'guest','failed_login','Users','Session','tech1',0,0,'188.166.226.196',1650850461),(1182954,'guest','failed_login','Users','Session','drmap',0,0,'103.149.154.8',1650850509),(1182955,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.44',1650850610),(1182956,'guest','failed_login','Users','Session','tech1',0,0,'2001:888:2000:7e::209',1650850665),(1182957,'guest','failed_login','Users','Session','tech1',0,0,'35.247.159.133',1650850860),(1182958,'guest','failed_login','Users','Session','tech1',0,0,'161.35.51.40',1650850894),(1182959,'guest','failed_login','Users','Session','[login]',0,0,'161.35.51.40',1650850895),(1182960,'guest','failed_login','Users','Session','tech1',0,0,'159.223.170.181',1650851097),(1182961,'guest','failed_login','Users','Session','tech1',0,0,'5.189.162.169',1650851104),(1182962,'guest','failed_login','Users','Session','tech1',0,0,'159.65.128.164',1650851115),(1182963,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::184d:4001',1650851298),(1182964,'guest','failed_login','Users','Session','tech1',0,0,'185.46.121.66',1650851392),(1182965,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1650851581),(1182966,'guest','failed_login','Users','Session','tech1',0,0,'159.65.251.251',1650851646),(1182967,'guest','failed_login','Users','Session','tech1',0,0,'157.245.131.230',1650851783),(1182968,'guest','failed_login','Users','Session','drmap',0,0,'167.99.252.52',1650851825),(1182969,'guest','failed_login','Users','Session','tech1',0,0,'148.72.248.98',1650851886),(1182970,'guest','failed_login','Users','Session','tech1',0,0,'2001:e42:102:1823:160:16:242:201',1650852072),(1182971,'guest','failed_login','Users','Session','bangkokfinder',0,0,'74.91.17.86',1650852240),(1182972,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.86',1650852318),(1182973,'guest','failed_login','Users','Session','tech1',0,0,'62.113.102.123',1650852337),(1182974,'guest','failed_login','Users','Session','tech1',0,0,'153.92.208.11',1650852372),(1182975,'guest','failed_login','Users','Session','tech1',0,0,'77.22.35.40',1650852418),(1182976,'guest','failed_login','Users','Session','tech1',0,0,'144.91.75.9',1650852426),(1182977,'guest','failed_login','Users','Session','tech1',0,0,'51.79.209.68',1650852565),(1182978,'guest','failed_login','Users','Session','tech1',0,0,'185.46.121.66',1650852692),(1182979,'guest','failed_login','Users','Session','tech1',0,0,'154.61.75.248',1650852769),(1182980,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1650852897),(1182981,'guest','failed_login','Users','Session','tech1',0,0,'2001:e42:102:1823:160:16:242:201',1650852991),(1182982,'guest','failed_login','Users','Session','[login]',0,0,'2001:e42:102:1823:160:16:242:201',1650852992),(1182983,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.28',1650853004),(1182984,'guest','failed_login','Users','Session','tech1',0,0,'103.212.43.29',1650853095),(1182985,'guest','failed_login','Users','Session','drmap',0,0,'187.84.233.39',1650853141),(1182986,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4f71',1650853234),(1182987,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::9bb:1',1650853473),(1182988,'guest','failed_login','Users','Session','dmytro',0,0,'74.91.17.86',1650853489),(1182989,'guest','failed_login','Users','Session','tech1',0,0,'161.97.149.11',1650853712),(1182990,'guest','failed_login','Users','Session','tech1',0,0,'164.68.111.72',1650853730),(1182991,'guest','failed_login','Users','Session','tech1',0,0,'85.128.143.182',1650853934),(1182992,'guest','failed_login','Users','Session','dmytro',0,0,'192.187.127.19',1650854144),(1182993,'guest','failed_login','Users','Session','tech1',0,0,'52.76.28.50',1650854198),(1182994,'guest','failed_login','Users','Session','drmap',0,0,'94.23.252.163',1650854217),(1182995,'guest','failed_login','Users','Session','tech1',0,0,'34.87.101.136',1650854403),(1182996,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650854417),(1182997,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:3:e0::150:5001',1650854465),(1182998,'guest','failed_login','Users','Session','tech1',0,0,'202.28.34.99',1650854663),(1182999,'guest','failed_login','Users','Session','tech1',0,0,'157.245.155.102',1650854891),(1183000,'guest','failed_login','Users','Session','tech1',0,0,'46.29.23.162',1650855057),(1183001,'guest','failed_login','Users','Session','tech1',0,0,'103.1.239.209',1650855137),(1183002,'guest','failed_login','Users','Session','com',0,0,'208.110.66.141',1650855250),(1183003,'guest','failed_login','Users','Session','tech1',0,0,'51.124.226.192',1650855373),(1183004,'guest','failed_login','Users','Session','dmytro',0,0,'192.187.127.19',1650855480),(1183005,'guest','failed_login','Users','Session','drmap',0,0,'173.212.201.226',1650855550),(1183006,'guest','failed_login','Users','Session','tech1',0,0,'164.92.97.8',1650855567),(1183007,'guest','failed_login','Users','Session','tech1',0,0,'192.169.152.218',1650855751),(1183008,'guest','failed_login','Users','Session','tech1',0,0,'34.87.101.136',1650855770),(1183009,'guest','failed_login','Users','Session','[login]',0,0,'34.87.101.136',1650855770),(1183010,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.28',1650855779),(1183011,'guest','failed_login','Users','Session','drmap',0,0,'103.219.60.130',1650855799),(1183012,'guest','failed_login','Users','Session','com',0,0,'107.150.36.76',1650856239),(1183013,'guest','failed_login','Users','Session','tech1',0,0,'161.35.79.54',1650856246),(1183014,'guest','failed_login','Users','Session','[login]',0,0,'161.35.79.54',1650856251),(1183015,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.59',1650856257),(1183016,'guest','failed_login','Users','Session','tech1',0,0,'39.108.148.88',1650856415),(1183017,'guest','failed_login','Users','Session','tech1',0,0,'103.55.39.107',1650856518),(1183018,'guest','failed_login','Users','Session','[login]',0,0,'103.55.39.107',1650856518),(1183019,'guest','failed_login','Users','Session','tech1',0,0,'159.89.165.49',1650856714),(1183020,'guest','failed_login','Users','Session','[login]',0,0,'159.89.165.49',1650856715),(1183021,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.154.18',1650856813),(1183022,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.76',1650856863),(1183023,'guest','failed_login','Users','Session','drmap',0,0,'194.233.80.204',1650856913),(1183024,'guest','failed_login','Users','Session','tech1',0,0,'198.54.114.48',1650856976),(1183025,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a034::ef8:bfd',1650857117),(1183026,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7e00::f03c:93ff:fe55:c649',1650857460),(1183027,'guest','failed_login','Users','Session','com',0,0,'192.187.127.19',1650857564),(1183028,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1650857608),(1183029,'guest','failed_login','Users','Session','tech1',0,0,'154.12.236.50',1650857694),(1183030,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.18',1650857734),(1183031,'guest','failed_login','Users','Session','tech1',0,0,'217.160.75.121',1650857777),(1183032,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7c8:aaae:97::1',1650857907),(1183033,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.28',1650858100),(1183034,'guest','failed_login','Users','Session','tech1',0,0,'31.24.159.135',1650858145),(1183035,'guest','failed_login','Users','Session','drmap',0,0,'162.144.87.29',1650858288),(1183036,'guest','failed_login','Users','Session','tech1',0,0,'159.89.204.193',1650858372),(1183037,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.18',1650858429),(1183038,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::631:1001',1650858495),(1183039,'guest','failed_login','Users','Session','drmap',0,0,'103.28.37.180',1650858545),(1183040,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:8:c9b5::',1650859108),(1183041,'guest','failed_login','Users','Session','[login]',0,0,'2001:41d0:8:c9b5::',1650859108),(1183042,'guest','failed_login','Users','Session','tech1',0,0,'202.28.34.99',1650859351),(1183043,'guest','failed_login','Users','Session','tech1',0,0,'85.128.143.65',1650859553),(1183044,'guest','failed_login','Users','Session','[login]',0,0,'85.128.143.65',1650859554),(1183045,'guest','failed_login','Users','Session','drmap',0,0,'45.55.44.23',1650859669),(1183046,'guest','failed_login','Users','Session','tech1',0,0,'103.147.246.226',1650859814),(1183047,'guest','failed_login','Users','Session','[login]',0,0,'103.147.246.226',1650859814),(1183048,'guest','failed_login','Users','Session','tech1',0,0,'94.74.96.42',1650859877),(1183049,'guest','failed_login','Users','Session','drmap',0,0,'173.212.201.226',1650859933),(1183050,'guest','failed_login','Users','Session','tech1',0,0,'161.97.85.80',1650860052),(1183051,'guest','failed_login','Users','Session','[login]',0,0,'161.97.85.80',1650860052),(1183052,'guest','failed_login','Users','Session','tech1',0,0,'2406:da1a:634:4410:a1a3:e467:ba6f:c2a4',1650860282),(1183053,'guest','failed_login','Users','Session','tech1',0,0,'2400:8901::f03c:93ff:fe84:15a4',1650860550),(1183054,'guest','failed_login','Users','Session','tech1',0,0,'193.230.142.221',1650860555),(1183055,'guest','failed_login','Users','Session','[login]',0,0,'193.230.142.221',1650860556),(1183056,'guest','failed_login','Users','Session','tech1',0,0,'137.184.147.118',1650860779),(1183057,'guest','failed_login','Users','Session','[login]',0,0,'137.184.147.118',1650860780),(1183058,'guest','failed_login','Users','Session','test',0,0,'204.12.255.59',1650860888),(1183059,'guest','failed_login','Users','Session','tech1',0,0,'164.92.97.8',1650860968),(1183060,'guest','failed_login','Users','Session','[login]',0,0,'164.92.97.8',1650860968),(1183061,'guest','failed_login','Users','Session','drmap',0,0,'141.94.247.170',1650861049),(1183062,'guest','failed_login','Users','Session','tech1',0,0,'52.21.0.38',1650861215),(1183063,'guest','failed_login','Users','Session','[login]',0,0,'52.21.0.38',1650861216),(1183064,'guest','failed_login','Users','Session','tech1',0,0,'2400:8100:ffff:0:117:120:13:52',1650861256),(1183065,'guest','failed_login','Users','Session','drmap',0,0,'51.83.41.140',1650861305),(1183066,'guest','failed_login','Users','Session','tech1',0,0,'72.47.192.207',1650861443),(1183067,'guest','failed_login','Users','Session','tech1',0,0,'192.249.114.18',1650861547),(1183068,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.154.18',1650861570),(1183069,'guest','failed_login','Users','Session','tech1',0,0,'188.166.220.74',1650861695),(1183070,'guest','failed_login','Users','Session','tech1',0,0,'5.187.2.41',1650861907),(1183071,'guest','failed_login','Users','Session','[login]',0,0,'5.187.2.41',1650861907),(1183072,'guest','failed_login','Users','Session','tech1',0,0,'52.42.156.111',1650861919),(1183073,'guest','failed_login','Users','Session','tech1',0,0,'68.168.221.155',1650862164),(1183074,'guest','failed_login','Users','Session','[login]',0,0,'68.168.221.155',1650862164),(1183075,'guest','failed_login','Users','Session','admin',0,0,'74.91.17.86',1650862213),(1183076,'guest','failed_login','Users','Session','drmap',0,0,'173.212.201.226',1650862424),(1183077,'guest','failed_login','Users','Session','tech1',0,0,'94.74.96.42',1650862633),(1183078,'guest','failed_login','Users','Session','tech1',0,0,'91.238.162.172',1650862633),(1183079,'guest','failed_login','Users','Session','[login]',0,0,'91.238.162.172',1650862634),(1183080,'guest','failed_login','Users','Session','drmap',0,0,'82.166.39.15',1650862682),(1183081,'guest','failed_login','Users','Session','tech1',0,0,'54.203.231.219',1650862827),(1183082,'guest','failed_login','Users','Session','tech1',0,0,'120.55.169.254',1650863109),(1183083,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.86',1650863146),(1183084,'guest','failed_login','Users','Session','tech1',0,0,'178.62.251.115',1650863280),(1183085,'guest','failed_login','Users','Session','[login]',0,0,'178.62.251.115',1650863281),(1183086,'guest','failed_login','Users','Session','tech1',0,0,'187.32.211.193',1650863297),(1183087,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.255.59',1650863443),(1183088,'guest','failed_login','Users','Session','tech1',0,0,'72.47.192.207',1650863533),(1183089,'guest','failed_login','Users','Session','drmap',0,0,'16.170.194.255',1650863811),(1183090,'guest','failed_login','Users','Session','tech1',0,0,'103.10.105.156',1650863836),(1183091,'guest','failed_login','Users','Session','[login]',0,0,'103.10.105.156',1650863836),(1183092,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1650864019),(1183093,'guest','failed_login','Users','Session','tech1',0,0,'95.211.18.112',1650864058),(1183094,'guest','failed_login','Users','Session','drmap',0,0,'47.100.208.57',1650864069),(1183095,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.18',1650864283),(1183096,'guest','failed_login','Users','Session','tech1',0,0,'103.226.174.221',1650864313),(1183097,'guest','failed_login','Users','Session','[login]',0,0,'103.226.174.221',1650864313),(1183098,'guest','failed_login','Users','Session','tech1',0,0,'212.115.42.7',1650864561),(1183099,'guest','failed_login','Users','Session','[login]',0,0,'212.115.42.7',1650864561),(1183100,'guest','failed_login','Users','Session','tech1',0,0,'166.62.125.246',1650864683),(1183101,'guest','failed_login','Users','Session','tech1',0,0,'195.242.103.230',1650864786),(1183102,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.18',1650864983),(1183103,'guest','failed_login','Users','Session','tech1',0,0,'52.21.0.38',1650865073),(1183104,'guest','failed_login','Users','Session','drmap',0,0,'128.199.14.4',1650865187),(1183105,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:800:1f9e::',1650865337),(1183106,'guest','failed_login','Users','Session','drmap',0,0,'103.90.232.219',1650865443),(1183107,'guest','failed_login','Users','Session','tech1',0,0,'202.28.34.99',1650865604),(1183108,'guest','failed_login','Users','Session','[login]',0,0,'202.28.34.99',1650865604),(1183109,'guest','failed_login','Users','Session','tech1',0,0,'35.184.137.174',1650865835),(1183110,'guest','failed_login','Users','Session','tech1',0,0,'81.70.248.169',1650866053),(1183111,'guest','failed_login','Users','Session','tech1',0,0,'5.189.162.169',1650866094),(1183112,'guest','failed_login','Users','Session','[login]',0,0,'5.189.162.169',1650866095),(1183113,'guest','failed_login','Users','Session','tech1',0,0,'198.71.236.56',1650866192),(1183114,'guest','failed_login','Users','Session','drmap',0,0,'66.11.120.48',1650866546),(1183115,'guest','failed_login','Users','Session','tech1',0,0,'165.227.129.197',1650866563),(1183116,'guest','failed_login','Users','Session','tech1',0,0,'157.119.188.31',1650866747),(1183117,'guest','failed_login','Users','Session','drmap',0,0,'2400:8904::f03c:92ff:fef0:39e9',1650866795),(1183118,'guest','failed_login','Users','Session','tech1',0,0,'95.211.18.112',1650866815),(1183119,'guest','failed_login','Users','Session','com',0,0,'69.197.154.18',1650866936),(1183120,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::297:4001',1650867015),(1183121,'guest','failed_login','Users','Session','[login]',0,0,'2400:6180:0:d0::297:4001',1650867015),(1183122,'guest','failed_login','Users','Session','tech1',0,0,'159.223.119.11',1650867330),(1183123,'guest','failed_login','Users','Session','[login]',0,0,'159.223.119.11',1650867330),(1183124,'guest','failed_login','Users','Session','tech1',0,0,'188.127.231.190',1650867398),(1183125,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.18',1650867416),(1183126,'guest','failed_login','Users','Session','tech1',0,0,'161.35.51.40',1650867579),(1183127,'guest','failed_login','Users','Session','tech1',0,0,'5.187.2.41',1650867820),(1183128,'guest','failed_login','Users','Session','[login]',0,0,'5.187.2.41',1650867820),(1183129,'guest','failed_login','Users','Session','drmap',0,0,'82.156.109.203',1650867894),(1183130,'guest','failed_login','Users','Session','tech1',0,0,'159.223.119.11',1650868078),(1183131,'guest','failed_login','Users','Session','tech1',0,0,'8.130.55.145',1650868095),(1183132,'guest','failed_login','Users','Session','drmap',0,0,'77.22.35.40',1650868147),(1183133,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1650868265),(1183134,'guest','failed_login','Users','Session','tech1',0,0,'34.87.101.136',1650868343),(1183135,'guest','failed_login','Users','Session','test',0,0,'204.12.255.59',1650868426),(1183136,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.66',1650868505),(1183137,'guest','failed_login','Users','Session','tech1',0,0,'47.241.124.182',1650868599),(1183138,'guest','failed_login','Users','Session','[login]',0,0,'47.241.124.182',1650868599),(1183139,'guest','failed_login','Users','Session','tech1',0,0,'47.241.15.39',1650868743),(1183140,'guest','failed_login','Users','Session','tech1',0,0,'62.173.164.165',1650868870),(1183141,'guest','failed_login','Users','Session','[login]',0,0,'62.173.164.165',1650868871),(1183142,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1650869047),(1183143,'guest','failed_login','Users','Session','tech1',0,0,'68.168.221.155',1650869111),(1183144,'guest','failed_login','Users','Session','[login]',0,0,'68.168.221.155',1650869111),(1183145,'guest','failed_login','Users','Session','drmap',0,0,'2400:8901::f03c:93ff:fe84:15a4',1650869238),(1183146,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c207:2047:2318::1',1650869340),(1183147,'guest','failed_login','Users','Session','[login]',0,0,'2a02:c207:2047:2318::1',1650869341),(1183148,'guest','failed_login','Users','Session','tech1',0,0,'2600:3c03::f03c:91ff:fecf:64bf',1650869596),(1183149,'guest','failed_login','Users','Session','[login]',0,0,'2600:3c03::f03c:91ff:fecf:64bf',1650869596),(1183150,'guest','failed_login','Users','Session','admin',0,0,'69.30.229.66',1650869648),(1183151,'guest','failed_login','Users','Session','test',0,0,'204.12.202.91',1650869663),(1183152,'guest','failed_login','Users','Session','tech1',0,0,'188.166.220.74',1650869836),(1183153,'guest','failed_login','Users','Session','[login]',0,0,'188.166.220.74',1650869836),(1183154,'guest','failed_login','Users','Session','tech1',0,0,'134.209.155.21',1650870108),(1183155,'guest','failed_login','Users','Session','[login]',0,0,'134.209.155.21',1650870108),(1183156,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650870121),(1183157,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.18',1650870146),(1183158,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7e00::f03c:93ff:fe55:c649',1650870346),(1183159,'guest','failed_login','Users','Session','tech1',0,0,'23.99.129.212',1650870628),(1183160,'guest','failed_login','Users','Session','[login]',0,0,'23.99.129.212',1650870628),(1183161,'guest','failed_login','Users','Session','tech1',0,0,'77.243.183.147',1650870796),(1183162,'guest','failed_login','Users','Session','tech1',0,0,'115.79.40.7',1650870901),(1183163,'guest','failed_login','Users','Session','[login]',0,0,'115.79.40.7',1650870901),(1183164,'guest','failed_login','Users','Session','com',0,0,'69.30.229.66',1650870965),(1183165,'guest','failed_login','Users','Session','tech1',0,0,'52.221.123.137',1650871146),(1183166,'guest','failed_login','Users','Session','[login]',0,0,'52.221.123.137',1650871147),(1183167,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c0c:ece::1',1650871416),(1183168,'guest','failed_login','Users','Session','tech1',0,0,'159.89.23.231',1650871612),(1183169,'guest','failed_login','Users','Session','[login]',0,0,'159.89.23.231',1650871612),(1183170,'guest','failed_login','Users','Session','tech1',0,0,'134.209.155.21',1650871900),(1183171,'guest','failed_login','Users','Session','tech1',0,0,'103.147.246.226',1650872147),(1183172,'guest','failed_login','Users','Session','[login]',0,0,'103.147.246.226',1650872147),(1183173,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.229.66',1650872233),(1183174,'guest','failed_login','Users','Session','tech1',0,0,'189.90.138.212',1650872415),(1183175,'guest','failed_login','Users','Session','[login]',0,0,'189.90.138.212',1650872416),(1183176,'guest','failed_login','Users','Session','tech1',0,0,'165.22.116.165',1650872682),(1183177,'guest','failed_login','Users','Session','[login]',0,0,'165.22.116.165',1650872682),(1183178,'guest','failed_login','Users','Session','tech1',0,0,'164.92.97.8',1650872929),(1183179,'guest','failed_login','Users','Session','[login]',0,0,'164.92.97.8',1650872930),(1183180,'guest','failed_login','Users','Session','tech1',0,0,'5.189.162.169',1650873202),(1183181,'guest','failed_login','Users','Session','[login]',0,0,'5.189.162.169',1650873202),(1183182,'guest','failed_login','Users','Session','testseo',0,0,'69.30.240.27',1650873258),(1183183,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.58',1650873421),(1183184,'guest','failed_login','Users','Session','tech1',0,0,'159.89.165.49',1650873657),(1183185,'guest','failed_login','Users','Session','[login]',0,0,'159.89.165.49',1650873657),(1183186,'guest','failed_login','Users','Session','bangkokfinder',0,0,'74.91.17.86',1650873921),(1183187,'guest','failed_login','Users','Session','tech1',0,0,'78.47.162.26',1650873961),(1183188,'guest','failed_login','Users','Session','[login]',0,0,'78.47.162.26',1650873962),(1183189,'guest','failed_login','Users','Session','tech1',0,0,'67.205.60.189',1650874221),(1183190,'guest','failed_login','Users','Session','[login]',0,0,'67.205.60.189',1650874221),(1183191,'guest','failed_login','Users','Session','tech1',0,0,'193.230.142.221',1650874523),(1183192,'guest','failed_login','Users','Session','tech1',0,0,'207.154.195.143',1650874768),(1183193,'guest','failed_login','Users','Session','[login]',0,0,'207.154.195.143',1650874769),(1183194,'guest','failed_login','Users','Session','tech1',0,0,'195.242.103.230',1650874990),(1183195,'guest','failed_login','Users','Session','[login]',0,0,'195.242.103.230',1650874990),(1183196,'guest','failed_login','Users','Session','tech1',0,0,'66.42.62.211',1650875252),(1183197,'guest','failed_login','Users','Session','tech1',0,0,'91.234.194.198',1650875351),(1183198,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.19',1650875508),(1183199,'guest','failed_login','Users','Session','tech1',0,0,'185.105.110.4',1650875524),(1183200,'guest','failed_login','Users','Session','[login]',0,0,'185.105.110.4',1650875524),(1183201,'guest','failed_login','Users','Session','tech1',0,0,'103.147.246.226',1650875773),(1183202,'guest','failed_login','Users','Session','[login]',0,0,'103.147.246.226',1650875773),(1183203,'guest','failed_login','Users','Session','tech1',0,0,'189.90.138.212',1650876064),(1183204,'guest','failed_login','Users','Session','[login]',0,0,'189.90.138.212',1650876065),(1183205,'guest','failed_login','Users','Session','tech1',0,0,'189.90.138.212',1650876328),(1183206,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.66',1650876586),(1183207,'guest','failed_login','Users','Session','tech1',0,0,'68.183.81.28',1650876615),(1183208,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:8:c9b5::',1650876865),(1183209,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.27',1650876955),(1183210,'guest','failed_login','Users','Session','tech1',0,0,'2001:888:2000:7e::209',1650877150),(1183211,'guest','failed_login','Users','Session','[login]',0,0,'2001:888:2000:7e::209',1650877150),(1183212,'guest','failed_login','Users','Session','tech1',0,0,'51.124.226.192',1650877369),(1183213,'guest','failed_login','Users','Session','[login]',0,0,'51.124.226.192',1650877369),(1183214,'guest','failed_login','Users','Session','tech1',0,0,'162.0.220.228',1650877658),(1183215,'guest','failed_login','Users','Session','tech1',0,0,'185.75.194.144',1650877920),(1183216,'guest','failed_login','Users','Session','[login]',0,0,'185.75.194.144',1650877920),(1183217,'guest','failed_login','Users','Session','tech1',0,0,'194.163.142.38',1650878183),(1183218,'guest','failed_login','Users','Session','[login]',0,0,'194.163.142.38',1650878183),(1183219,'guest','failed_login','Users','Session','tech1',0,0,'147.135.72.225',1650878482),(1183220,'guest','failed_login','Users','Session','[login]',0,0,'147.135.72.225',1650878482),(1183221,'guest','failed_login','Users','Session','testseo',0,0,'69.30.240.27',1650878492),(1183222,'guest','failed_login','Users','Session','tech1',0,0,'159.89.165.49',1650878666),(1183223,'guest','failed_login','Users','Session','[login]',0,0,'159.89.165.49',1650878666),(1183224,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.154',1650878792),(1183225,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.58',1650879296),(1183226,'guest','failed_login','Users','Session','testseo',0,0,'173.208.153.154',1650879391),(1183227,'guest','failed_login','Users','Session','tech1',0,0,'61.77.106.99',1650879522),(1183228,'guest','failed_login','Users','Session','[login]',0,0,'61.77.106.99',1650879522),(1183229,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.59',1650879889),(1183230,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.42',1650880063),(1183231,'guest','failed_login','Users','Session','tech1',0,0,'110.232.143.19',1650880087),(1183232,'guest','failed_login','Users','Session','com',0,0,'74.91.17.86',1650880752),(1183233,'guest','failed_login','Users','Session','test',0,0,'204.12.255.59',1650881626),(1183234,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.59',1650882196),(1183235,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.154',1650882400),(1183236,'guest','failed_login','Users','Session','com',0,0,'173.208.242.42',1650882504),(1183237,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.66',1650882563),(1183238,'guest','failed_login','Users','Session','testseo',0,0,'69.30.240.27',1650882620),(1183239,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.154',1650883731),(1183240,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650883944),(1183241,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.27',1650884004),(1183242,'guest','failed_login','Users','Session','tech1',0,0,'208.109.67.254',1650884680),(1183243,'guest','failed_login','Users','Session','test',0,0,'74.91.17.86',1650885815),(1183244,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.154',1650885850),(1183245,'guest','failed_login','Users','Session','testseo',0,0,'69.30.240.27',1650886074),(1183246,'guest','failed_login','Users','Session','test',0,0,'107.150.36.76',1650886414),(1183247,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.19',1650886980),(1183248,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.86',1650887217),(1183249,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.76',1650888419),(1183250,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.91',1650889054),(1183251,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.19',1650889083),(1183252,'guest','failed_login','Users','Session','tech1',0,0,'54.38.235.181',1650889285),(1183253,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650889810),(1183254,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.59',1650889866),(1183255,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.86',1650893357),(1183256,'guest','failed_login','Users','Session','tech1',0,0,'137.74.202.94',1650893860),(1183257,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.86',1650893873),(1183258,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.42',1650894985),(1183259,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.58',1650895314),(1183260,'guest','failed_login','Users','Session','testseo',0,0,'173.208.242.42',1650895432),(1183261,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.59',1650895800),(1183262,'guest','failed_login','Users','Session','testseo',0,0,'173.208.153.154',1650895895),(1183263,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.19',1650896676),(1183264,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.66',1650897403),(1183265,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.228',1650898109),(1183266,'guest','failed_login','Users','Session','testseo',0,0,'69.197.154.18',1650898195),(1183267,'guest','failed_login','Users','Session','testseo',0,0,'204.12.215.58',1650898229),(1183268,'guest','failed_login','Users','Session','tech1',0,0,'198.54.126.164',1650898501),(1183269,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.58',1650900539),(1183270,'guest','failed_login','Users','Session','testseo',0,0,'69.30.229.66',1650900576),(1183271,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.58',1650900715),(1183272,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.76',1650901516),(1183273,'guest','failed_login','Users','Session','tech1',0,0,'162.213.253.33',1650903634),(1183274,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.86',1650903952),(1183275,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.154',1650904540),(1183276,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.141',1650904932),(1183277,'guest','failed_login','Users','Session','drmap',0,0,'109.168.97.89',1650905649),(1183278,'guest','failed_login','Users','Session','tech1',0,0,'194.233.80.204',1650905949),(1183279,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.163',1650906241),(1183280,'guest','failed_login','Users','Session','tech1',0,0,'88.198.19.200',1650906544),(1183281,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.222',1650906835),(1183282,'guest','failed_login','Users','Session','tech1',0,0,'51.83.41.140',1650907136),(1183283,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.18',1650907403),(1183284,'guest','failed_login','Users','Session','drmap',0,0,'64.227.184.66',1650907426),(1183285,'guest','failed_login','Users','Session','tech1',0,0,'75.119.155.88',1650907729),(1183286,'guest','failed_login','Users','Session','testseo',0,0,'69.30.240.27',1650907964),(1183287,'guest','failed_login','Users','Session','drmap',0,0,'20.64.155.18',1650908020),(1183288,'guest','failed_login','Users','Session','tech1',0,0,'134.209.231.225',1650908325),(1183289,'guest','failed_login','Users','Session','tech1',0,0,'161.97.144.210',1650908346),(1183290,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1650908617),(1183291,'guest','failed_login','Users','Session','tech1',0,0,'114.104.227.57',1650908624),(1183292,'guest','failed_login','Users','Session','tech1',0,0,'114.104.227.57',1650908625),(1183293,'guest','failed_login','Users','Session','tech1',0,0,'188.166.94.198',1650908919),(1183294,'guest','failed_login','Users','Session','drmap',0,0,'121.42.231.47',1650909210),(1183295,'guest','failed_login','Users','Session','tech1',0,0,'20.64.155.18',1650909510),(1183296,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:800:10::34bd:1',1650910097),(1183297,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.8',1650910130),(1183298,'guest','failed_login','Users','Session','drmap',0,0,'158.69.63.179',1650910380),(1183299,'guest','failed_login','Users','Session','tech1',0,0,'150.95.113.178',1650911271),(1183300,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.210',1650911304),(1183301,'guest','failed_login','Users','Session','drmap',0,0,'161.97.112.17',1650911561),(1183302,'guest','failed_login','Users','Session','tech1',0,0,'2400:8901::f03c:93ff:fe84:15a4',1650911859),(1183303,'guest','failed_login','Users','Session','tech1',0,0,'161.97.118.255',1650912458),(1183304,'guest','failed_login','Users','Session','drmap',0,0,'65.52.200.48',1650912492),(1183305,'guest','failed_login','Users','Session','testseo',0,0,'69.30.229.67',1650912606),(1183306,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.76',1650912665),(1183307,'guest','failed_login','Users','Session','drmap',0,0,'167.172.168.111',1650912738),(1183308,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.28',1650912791),(1183309,'guest','failed_login','Users','Session','tech1',0,0,'62.221.255.47',1650913024),(1183310,'guest','failed_login','Users','Session','tech1',0,0,'159.65.76.38',1650913041),(1183311,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.229',1650913062),(1183312,'guest','failed_login','Users','Session','drmap',0,0,'198.46.160.118',1650913669),(1183313,'guest','failed_login','Users','Session','drmap',0,0,'35.224.250.64',1650913922),(1183314,'guest','failed_login','Users','Session','tech1',0,0,'103.106.78.178',1650914223),(1183315,'guest','failed_login','Users','Session','tech1',0,0,'103.149.154.8',1650914820),(1183316,'guest','failed_login','Users','Session','drmap',0,0,'142.93.54.10',1650914854),(1183317,'guest','failed_login','Users','Session','drmap',0,0,'162.240.27.242',1650915105),(1183318,'guest','failed_login','Users','Session','tech1',0,0,'185.209.230.33',1650915407),(1183319,'guest','failed_login','Users','Session','tech1',0,0,'173.212.212.180',1650916008),(1183320,'guest','failed_login','Users','Session','drmap',0,0,'64.227.183.25',1650916045),(1183321,'guest','failed_login','Users','Session','tech1',0,0,'159.89.199.237',1650916592),(1183322,'guest','failed_login','Users','Session','tech1',0,0,'159.203.120.246',1650917189),(1183323,'guest','failed_login','Users','Session','drmap',0,0,'67.205.43.116',1650917476),(1183324,'guest','failed_login','Users','Session','tech1',0,0,'50.62.149.30',1650917754),(1183325,'guest','failed_login','Users','Session','tech1',0,0,'101.0.80.218',1650917781),(1183326,'guest','failed_login','Users','Session','tech1',0,0,'93.86.255.38',1650918382),(1183327,'guest','failed_login','Users','Session','drmap',0,0,'211.110.139.214',1650918416),(1183328,'guest','failed_login','Users','Session','drmap',0,0,'195.4.173.50',1650918668),(1183329,'guest','failed_login','Users','Session','tech1',0,0,'185.190.117.89',1650918971),(1183330,'guest','failed_login','Users','Session','tech1',0,0,'46.29.23.162',1650919578),(1183331,'guest','failed_login','Users','Session','drmap',0,0,'106.52.145.59',1650919609),(1183332,'guest','failed_login','Users','Session','drmap',0,0,'103.129.222.91',1650919860),(1183333,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1650920163),(1183334,'guest','failed_login','Users','Session','tech1',0,0,'208.109.54.127',1650920780),(1183335,'guest','failed_login','Users','Session','drmap',0,0,'195.179.202.215',1650920810),(1183336,'guest','failed_login','Users','Session','drmap',0,0,'211.110.139.214',1650921071),(1183337,'guest','failed_login','Users','Session','tech1',0,0,'216.117.188.6',1650921383),(1183338,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:800:3a65::',1650921993),(1183339,'guest','failed_login','Users','Session','drmap',0,0,'35.197.204.193',1650922028),(1183340,'guest','failed_login','Users','Session','drmap',0,0,'65.52.200.48',1650922291),(1183341,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.222',1650922596),(1183342,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1650923202),(1183343,'guest','failed_login','Users','Session','drmap',0,0,'103.31.249.221',1650923236),(1183344,'guest','failed_login','Users','Session','drmap',0,0,'103.159.224.46',1650923490),(1183345,'guest','failed_login','Users','Session','tech1',0,0,'165.232.180.174',1650923799),(1183346,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.20',1650923952),(1183347,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.42',1650924291),(1183348,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.71',1650924406),(1183349,'guest','failed_login','Users','Session','testseo',0,0,'69.30.229.67',1650924425),(1183350,'guest','failed_login','Users','Session','drmap',0,0,'188.166.226.196',1650924439),(1183351,'guest','failed_login','Users','Session','drmap',0,0,'78.135.83.195',1650924701),(1183352,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:3:d0::118d:8001',1650925011),(1183353,'guest','failed_login','Users','Session','tech1',0,0,'23.254.184.154',1650925618),(1183354,'guest','failed_login','Users','Session','drmap',0,0,'45.55.44.23',1650925907),(1183355,'guest','failed_login','Users','Session','tech1',0,0,'211.149.219.47',1650926219),(1183356,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:303:2e08::',1650926827),(1183357,'guest','failed_login','Users','Session','drmap',0,0,'217.160.75.121',1650926862),(1183358,'guest','failed_login','Users','Session','tech1',0,0,'103.29.70.242',1650926876),(1183359,'guest','failed_login','Users','Session','drmap',0,0,'159.203.121.12',1650927121),(1183360,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.155',1650927123),(1183361,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1650927167),(1183362,'guest','failed_login','Users','Session','tech1',0,0,'47.241.15.39',1650927429),(1183363,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.20',1650927464),(1183364,'guest','failed_login','Users','Session','tech1',0,0,'82.165.88.19',1650927532),(1183365,'guest','failed_login','Users','Session','testseo',0,0,'204.12.255.59',1650927710),(1183366,'guest','failed_login','Users','Session','tech1',0,0,'217.61.54.110',1650928041),(1183367,'guest','failed_login','Users','Session','drmap',0,0,'139.59.118.238',1650928075),(1183368,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::1117:2001',1650928336),(1183369,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650928558),(1183370,'guest','failed_login','Users','Session','tech1',0,0,'139.59.118.238',1650928648),(1183371,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1650929262),(1183372,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.229',1650929290),(1183373,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::1117:2001',1650929295),(1183374,'guest','failed_login','Users','Session','drmap',0,0,'137.184.117.52',1650929560),(1183375,'guest','failed_login','Users','Session','tech1',0,0,'77.240.13.186',1650929866),(1183376,'guest','failed_login','Users','Session','tech1',0,0,'2a00:1a28:155d:1f5::1',1650930482),(1183377,'guest','failed_login','Users','Session','drmap',0,0,'159.89.27.131',1650930517),(1183378,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1650930629),(1183379,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:6:a034::ef8:bfd',1650930776),(1183380,'guest','failed_login','Users','Session','testseo',0,0,'69.30.229.67',1650930859),(1183381,'guest','failed_login','Users','Session','tech1',0,0,'188.166.183.39',1650931086),(1183382,'guest','failed_login','Users','Session','tech1',0,0,'138.68.140.0',1650931699),(1183383,'guest','failed_login','Users','Session','drmap',0,0,'185.126.219.43',1650931734),(1183384,'guest','failed_login','Users','Session','drmap',0,0,'167.71.117.225',1650931994),(1183385,'guest','failed_login','Users','Session','tech1',0,0,'51.107.184.18',1650932308),(1183386,'guest','failed_login','Users','Session','tech1',0,0,'82.165.88.61',1650932450),(1183387,'guest','failed_login','Users','Session','tech1',0,0,'103.88.122.117',1650932912),(1183388,'guest','failed_login','Users','Session','drmap',0,0,'14.241.233.205',1650932946),(1183389,'guest','failed_login','Users','Session','drmap',0,0,'178.217.190.82',1650933203),(1183390,'guest','failed_login','Users','Session','admin',0,0,'35.202.241.36',1650933370),(1183391,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:115b::e12:8f0d',1650933510),(1183392,'guest','failed_login','Users','Session','admin',0,0,'125.227.127.195',1650933577),(1183393,'guest','failed_login','Users','Session','tech1',0,0,'194.36.191.196',1650933813),(1183394,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.58',1650933988),(1183395,'guest','failed_login','Users','Session','tech1',0,0,'39.98.224.201',1650934042),(1183396,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.20',1650934098),(1183397,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1650934122),(1183398,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::87b:3001',1650934156),(1183399,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:c:b1a::',1650934295),(1183400,'guest','failed_login','Users','Session','testseo',0,0,'69.30.229.67',1650934514),(1183401,'guest','failed_login','Users','Session','tech1',0,0,'47.91.87.213',1650934534),(1183402,'guest','failed_login','Users','Session','drmap',0,0,'177.153.50.81',1650934678),(1183403,'guest','failed_login','Users','Session','tech1',0,0,'103.159.84.77',1650934773),(1183404,'guest','failed_login','Users','Session','tech1',0,0,'42.193.21.177',1650934990),(1183405,'guest','failed_login','Users','Session','tech1',0,0,'2a01:8740:ffff:fffb:0:4eff:fe8e:3f1f',1650935010),(1183406,'guest','failed_login','Users','Session','tech1',0,0,'213.136.93.169',1650935271),(1183407,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.28',1650935418),(1183408,'guest','failed_login','Users','Session','tech1',0,0,'85.119.122.23',1650935522),(1183409,'guest','failed_login','Users','Session','tech1',0,0,'2406:da12:57c:2a00:a2c2:12a1:1920:1c22',1650935605),(1183410,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.222',1650935630),(1183411,'guest','failed_login','Users','Session','tech1',0,0,'213.149.103.132',1650935831),(1183412,'guest','failed_login','Users','Session','drmap',0,0,'134.195.196.53',1650935883),(1183413,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::4c3c:e001',1650936108),(1183414,'guest','failed_login','Users','Session','tech1',0,0,'47.114.72.18',1650936194),(1183415,'guest','failed_login','Users','Session','tech1',0,0,'141.94.21.233',1650936397),(1183416,'guest','failed_login','Users','Session','tech1',0,0,'142.93.253.189',1650936674),(1183417,'guest','failed_login','Users','Session','tech1',0,0,'159.89.237.49',1650936798),(1183418,'guest','failed_login','Users','Session','drmap',0,0,'13.81.59.92',1650936831),(1183419,'guest','failed_login','Users','Session','tech1',0,0,'213.136.93.169',1650936960),(1183420,'guest','failed_login','Users','Session','drmap',0,0,'45.120.69.121',1650937088),(1183421,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::580:b001',1650937212),(1183422,'guest','failed_login','Users','Session','tech1',0,0,'18.176.19.243',1650937352),(1183423,'guest','failed_login','Users','Session','tech1',0,0,'121.42.231.47',1650937396),(1183424,'guest','failed_login','Users','Session','tech1',0,0,'45.55.60.110',1650937512),(1183425,'guest','failed_login','Users','Session','tech1',0,0,'207.154.244.58',1650937780),(1183426,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.155',1650938003),(1183427,'guest','failed_login','Users','Session','tech1',0,0,'142.93.201.0',1650938008),(1183428,'guest','failed_login','Users','Session','drmap',0,0,'164.46.122.50',1650938040),(1183429,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.58',1650938052),(1183430,'guest','failed_login','Users','Session','tech1',0,0,'103.204.130.160',1650938079),(1183431,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.42',1650938292),(1183432,'guest','failed_login','Users','Session','drmap',0,0,'159.223.170.181',1650938295),(1183433,'guest','failed_login','Users','Session','tech1',0,0,'162.214.186.253',1650938375),(1183434,'guest','failed_login','Users','Session','testseo',0,0,'69.30.240.28',1650938464),(1183435,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1650938604),(1183436,'guest','failed_login','Users','Session','tech1',0,0,'68.183.63.82',1650938654),(1183437,'guest','failed_login','Users','Session','tech1',0,0,'104.248.241.28',1650938955),(1183438,'guest','failed_login','Users','Session','tech1',0,0,'64.227.184.66',1650939221),(1183439,'guest','failed_login','Users','Session','drmap',0,0,'142.93.109.72',1650939254),(1183440,'guest','failed_login','Users','Session','tech1',0,0,'131.72.236.163',1650939283),(1183441,'guest','failed_login','Users','Session','drmap',0,0,'51.75.15.189',1650939511),(1183442,'guest','failed_login','Users','Session','tech1',0,0,'162.240.15.168',1650939605),(1183443,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.114',1650939820),(1183444,'guest','failed_login','Users','Session','tech1',0,0,'178.62.33.222',1650939925),(1183445,'guest','failed_login','Users','Session','tech1',0,0,'85.214.38.127',1650940227),(1183446,'guest','failed_login','Users','Session','tech1',0,0,'213.136.93.171',1650940432),(1183447,'guest','failed_login','Users','Session','drmap',0,0,'91.219.194.21',1650940468),(1183448,'guest','failed_login','Users','Session','tech1',0,0,'143.198.190.98',1650940555),(1183449,'guest','failed_login','Users','Session','drmap',0,0,'47.241.15.39',1650940722),(1183450,'guest','failed_login','Users','Session','tech1',0,0,'103.109.30.30',1650940879),(1183451,'guest','failed_login','Users','Session','tech1',0,0,'92.204.138.28',1650941029),(1183452,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.19',1650941131),(1183453,'guest','failed_login','Users','Session','tech1',0,0,'103.104.73.82',1650941199),(1183454,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.58',1650941405),(1183455,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.215.58',1650941467),(1183456,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.68',1650941502),(1183457,'guest','failed_login','Users','Session','testseo',0,0,'74.91.17.82',1650941613),(1183458,'guest','failed_login','Users','Session','tech1',0,0,'194.90.234.21',1650941639),(1183459,'guest','failed_login','Users','Session','drmap',0,0,'109.74.196.231',1650941674),(1183460,'guest','failed_login','Users','Session','tech1',0,0,'113.128.65.191',1650941745),(1183461,'guest','failed_login','Users','Session','tech1',0,0,'150.95.110.113',1650941830),(1183462,'guest','failed_login','Users','Session','tech1',0,0,'132.148.121.32',1650941867),(1183463,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.155',1650941925),(1183464,'guest','failed_login','Users','Session','drmap',0,0,'35.203.66.166',1650941928),(1183465,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.42',1650942123),(1183466,'guest','failed_login','Users','Session','tech1',0,0,'178.62.33.222',1650942155),(1183467,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.76',1650942224),(1183468,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::9ed:d001',1650942237),(1183469,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.58',1650942475),(1183470,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.76',1650942481),(1183471,'guest','failed_login','Users','Session','tech1',0,0,'141.94.21.233',1650942495),(1183472,'guest','failed_login','Users','Session','tech1',0,0,'209.126.80.250',1650942814),(1183473,'guest','failed_login','Users','Session','drmap',0,0,'51.178.93.87',1650942884),(1183474,'guest','failed_login','Users','Session','drmap',0,0,'217.160.75.121',1650943141),(1183475,'guest','failed_login','Users','Session','tech1',0,0,'89.40.72.194',1650943175),(1183476,'guest','failed_login','Users','Session','tech1',0,0,'8.130.55.145',1650943452),(1183477,'guest','failed_login','Users','Session','tech1',0,0,'46.101.95.65',1650943514),(1183478,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:c:b1a::',1650943857),(1183479,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:1004:113c::',1650944066),(1183480,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:162:6188::2',1650944101),(1183481,'guest','failed_login','Users','Session','tech1',0,0,'162.214.145.74',1650944189),(1183482,'guest','failed_login','Users','Session','drmap',0,0,'194.233.80.204',1650944361),(1183483,'guest','failed_login','Users','Session','tech1',0,0,'5.189.128.189',1650944535),(1183484,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:303:ce33::',1650944670),(1183485,'guest','failed_login','Users','Session','tech1',0,0,'176.31.116.73',1650944891),(1183486,'guest','failed_login','Users','Session','tech1',0,0,'34.176.50.114',1650945232),(1183487,'guest','failed_login','Users','Session','tech1',0,0,'23.99.229.218',1650945286),(1183488,'guest','failed_login','Users','Session','drmap',0,0,'43.229.129.91',1650945319),(1183489,'guest','failed_login','Users','Session','tech1',0,0,'209.205.200.90',1650945458),(1183490,'guest','failed_login','Users','Session','tech1',0,0,'103.121.91.38',1650945585),(1183491,'guest','failed_login','Users','Session','tech1',0,0,'16.170.194.255',1650945892),(1183492,'guest','failed_login','Users','Session','tech1',0,0,'211.110.139.214',1650945947),(1183493,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:c:b1a::',1650946303),(1183494,'guest','failed_login','Users','Session','tech1',0,0,'128.199.197.163',1650946517),(1183495,'guest','failed_login','Users','Session','drmap',0,0,'8.210.146.161',1650946551),(1183496,'guest','failed_login','Users','Session','tech1',0,0,'162.241.156.147',1650946696),(1183497,'guest','failed_login','Users','Session','drmap',0,0,'195.242.103.103',1650946811),(1183498,'guest','failed_login','Users','Session','tech1',0,0,'2604:2dc0:200:1378::',1650947015),(1183499,'guest','failed_login','Users','Session','tech1',0,0,'81.186.225.108',1650947128),(1183500,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.20',1650947182),(1183501,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.42',1650947371),(1183502,'guest','failed_login','Users','Session','tech1',0,0,'196.203.219.49',1650947383),(1183503,'guest','failed_login','Users','Session','tech1',0,0,'51.68.141.94',1650947732),(1183504,'guest','failed_login','Users','Session','tech1',0,0,'34.69.109.132',1650947743),(1183505,'guest','failed_login','Users','Session','drmap',0,0,'178.128.247.244',1650947777),(1183506,'guest','failed_login','Users','Session','drmap',0,0,'37.139.13.163',1650948039),(1183507,'guest','failed_login','Users','Session','tech1',0,0,'107.181.185.226',1650948086),(1183508,'guest','failed_login','Users','Session','tech1',0,0,'178.128.247.244',1650948356),(1183509,'guest','failed_login','Users','Session','tech1',0,0,'150.95.110.113',1650948456),(1183510,'guest','failed_login','Users','Session','tech1',0,0,'82.97.10.157',1650948802),(1183511,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.155',1650948843),(1183512,'guest','failed_login','Users','Session','tech1',0,0,'68.178.220.248',1650948927),(1183513,'guest','failed_login','Users','Session','testseo',0,0,'173.208.242.42',1650948956),(1183514,'guest','failed_login','Users','Session','tech1',0,0,'35.203.66.166',1650948972),(1183515,'guest','failed_login','Users','Session','drmap',0,0,'150.95.113.178',1650949007),(1183516,'guest','failed_login','Users','Session','tech1',0,0,'42.200.169.14',1650949179),(1183517,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.19',1650949252),(1183518,'guest','failed_login','Users','Session','drmap',0,0,'47.100.208.57',1650949268),(1183519,'guest','failed_login','Users','Session','tech1',0,0,'47.114.32.24',1650949553),(1183520,'guest','failed_login','Users','Session','tech1',0,0,'173.212.235.115',1650949579),(1183521,'guest','failed_login','Users','Session','tech1',0,0,'192.81.214.168',1650949951),(1183522,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::9ed:d001',1650950206),(1183523,'guest','failed_login','Users','Session','drmap',0,0,'216.139.241.148',1650950502),(1183524,'guest','failed_login','Users','Session','tech1',0,0,'103.116.16.173',1650950691),(1183525,'guest','failed_login','Users','Session','tech1',0,0,'1.203.77.186',1650950825),(1183526,'guest','failed_login','Users','Session','tech1',0,0,'178.254.50.20',1650951062),(1183527,'guest','failed_login','Users','Session','tech1',0,0,'171.244.201.17',1650951418),(1183528,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650951434),(1183529,'guest','failed_login','Users','Session','drmap',0,0,'134.195.196.53',1650951470),(1183530,'guest','failed_login','Users','Session','drmap',0,0,'47.93.49.198',1650951732),(1183531,'guest','failed_login','Users','Session','tech1',0,0,'176.31.116.73',1650951817),(1183532,'guest','failed_login','Users','Session','tech1',0,0,'47.105.61.35',1650952044),(1183533,'guest','failed_login','Users','Session','tech1',0,0,'128.199.166.77',1650952170),(1183534,'guest','failed_login','Users','Session','tech1',0,0,'208.109.67.254',1650952506),(1183535,'guest','failed_login','Users','Session','tech1',0,0,'65.21.96.9',1650952571),(1183536,'guest','failed_login','Users','Session','tech1',0,0,'164.68.97.208',1650952659),(1183537,'guest','failed_login','Users','Session','drmap',0,0,'144.91.117.193',1650952693),(1183538,'guest','failed_login','Users','Session','drmap',0,0,'104.248.144.242',1650952952),(1183539,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:115b::e12:8f0d',1650953263),(1183540,'guest','failed_login','Users','Session','drmap',0,0,'13.229.221.204',1650953509),(1183541,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.19',1650953608),(1183542,'guest','failed_login','Users','Session','tech1',0,0,'34.71.127.77',1650953821),(1183543,'guest','failed_login','Users','Session','testseo',0,0,'107.150.36.76',1650953908),(1183544,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.31',1650954433),(1183545,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650954451),(1183546,'guest','failed_login','Users','Session','drmap',0,0,'69.163.186.158',1650954467),(1183547,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.68',1650954548),(1183548,'guest','failed_login','Users','Session','tech1',0,0,'185.190.117.89',1650954620),(1183549,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1650954628),(1183550,'guest','failed_login','Users','Session','tech1',0,0,'109.70.100.84',1650954682),(1183551,'guest','failed_login','Users','Session','tech1',0,0,'109.70.100.84',1650954683),(1183552,'guest','failed_login','Users','Session','tech1',0,0,'109.70.100.84',1650954684),(1183553,'guest','failed_login','Users','Session','tech1',0,0,'109.70.100.84',1650954685),(1183554,'guest','failed_login','Users','Session','tech1',0,0,'109.70.100.84',1650954686),(1183555,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.76',1650954780),(1183556,'guest','failed_login','Users','Session','drmap',0,0,'185.23.130.9',1650954920),(1183557,'guest','failed_login','Users','Session','tech1',0,0,'184.168.125.72',1650955644),(1183558,'guest','failed_login','Users','Session','drmap',0,0,'161.97.118.255',1650955839),(1183559,'guest','failed_login','Users','Session','drmap',0,0,'146.148.44.185',1650955980),(1183560,'guest','failed_login','Users','Session','tech1',0,0,'144.126.223.177',1650956285),(1183561,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.230.58',1650956652),(1183562,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.155',1650956719),(1183563,'guest','failed_login','Users','Session','tech1',0,0,'103.106.78.178',1650956888),(1183564,'guest','failed_login','Users','Session','drmap',0,0,'95.217.3.203',1650956924),(1183565,'guest','failed_login','Users','Session','tech1',0,0,'123.25.21.16',1650957077),(1183566,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.82',1650957250),(1183567,'guest','failed_login','Users','Session','tech1',0,0,'68.178.220.171',1650957276),(1183568,'guest','failed_login','Users','Session','drmap',0,0,'121.37.149.3',1650957369),(1183569,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.82',1650957621),(1183570,'guest','failed_login','Users','Session','testseo',0,0,'69.30.240.28',1650958014),(1183571,'guest','failed_login','Users','Session','tech1',0,0,'185.126.219.43',1650958090),(1183572,'guest','failed_login','Users','Session','drmap',0,0,'161.97.175.221',1650958283),(1183573,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.155',1650958313),(1183574,'guest','failed_login','Users','Session','drmap',0,0,'82.156.109.203',1650958425),(1183575,'guest','failed_login','Users','Session','tech1',0,0,'31.172.80.144',1650958729),(1183576,'guest','failed_login','Users','Session','tech1',0,0,'77.221.130.84',1650959326),(1183577,'guest','failed_login','Users','Session','drmap',0,0,'109.168.97.89',1650959359),(1183578,'guest','failed_login','Users','Session','tech1',0,0,'181.174.125.214',1650959505),(1183579,'guest','failed_login','Users','Session','drmap',0,0,'184.168.125.72',1650959782),(1183580,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650960238),(1183581,'guest','failed_login','Users','Session','tech1',0,0,'89.96.90.125',1650960487),(1183582,'guest','failed_login','Users','Session','drmap',0,0,'94.74.96.42',1650960678),(1183583,'guest','failed_login','Users','Session','drmap',0,0,'141.94.247.170',1650960819),(1183584,'guest','failed_login','Users','Session','tech1',0,0,'64.227.183.25',1650961121),(1183585,'guest','failed_login','Users','Session','tech1',0,0,'123.60.59.154',1650961714),(1183586,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:4:1d0::b9:8000',1650961745),(1183587,'guest','failed_login','Users','Session','tech1',0,0,'23.99.229.218',1650961890),(1183588,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.42',1650961963),(1183589,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.42',1650962021),(1183590,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.19',1650962251),(1183591,'guest','failed_login','Users','Session','testseo',0,0,'173.208.242.42',1650962691),(1183592,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1867:2001',1650962882),(1183593,'guest','failed_login','Users','Session','drmap',0,0,'185.209.230.33',1650963068),(1183594,'guest','failed_login','Users','Session','drmap',0,0,'43.241.70.75',1650963208),(1183595,'guest','failed_login','Users','Session','tech1',0,0,'108.167.188.210',1650963342),(1183596,'guest','failed_login','Users','Session','tech1',0,0,'184.168.125.72',1650963504),(1183597,'guest','failed_login','Users','Session','tech1',0,0,'157.230.253.37',1650964107),(1183598,'guest','failed_login','Users','Session','drmap',0,0,'139.59.80.50',1650964147),(1183599,'guest','failed_login','Users','Session','drmap',0,0,'173.212.235.115',1650964575),(1183600,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::100e:b001',1650965280),(1183601,'guest','failed_login','Users','Session','drmap',0,0,'47.93.61.192',1650965469),(1183602,'guest','failed_login','Users','Session','drmap',0,0,'121.42.231.47',1650965607),(1183603,'guest','failed_login','Users','Session','tech1',0,0,'177.153.50.81',1650965907),(1183604,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1650966026),(1183605,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.76',1650966402),(1183606,'guest','failed_login','Users','Session','tech1',0,0,'164.46.122.50',1650966498),(1183607,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:2:d0::10e4:5001',1650966532),(1183608,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.20',1650966554),(1183609,'guest','failed_login','Users','Session','testseo',0,0,'63.141.252.68',1650966577),(1183610,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.68',1650966586),(1183611,'guest','failed_login','Users','Session','tech1',0,0,'62.178.170.93',1650966683),(1183612,'guest','failed_login','Users','Session','tech1',0,0,'132.148.120.19',1650966883),(1183613,'guest','failed_login','Users','Session','drmap',0,0,'34.71.127.77',1650966957),(1183614,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650967667),(1183615,'guest','failed_login','Users','Session','drmap',0,0,'89.58.11.2',1650967857),(1183616,'guest','failed_login','Users','Session','drmap',0,0,'51.75.15.189',1650967996),(1183617,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.58',1650968032),(1183618,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.28',1650968146),(1183619,'guest','failed_login','Users','Session','admin',0,0,'173.208.153.155',1650968170),(1183620,'guest','failed_login','Users','Session','tech1',0,0,'51.178.93.87',1650968297),(1183621,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1650968891),(1183622,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:800:3a65::',1650968924),(1183623,'guest','failed_login','Users','Session','tech1',0,0,'159.89.160.120',1650969071),(1183624,'guest','failed_login','Users','Session','drmap',0,0,'91.134.248.249',1650969353),(1183625,'guest','failed_login','Users','Session','drmap',0,0,'2a00:1a28:155d:1f5::1',1650970251),(1183626,'guest','failed_login','Users','Session','drmap',0,0,'139.59.118.238',1650970389),(1183627,'guest','failed_login','Users','Session','test',0,0,'208.110.66.142',1650970521),(1183628,'guest','failed_login','Users','Session','tech1',0,0,'84.205.178.134',1650970688),(1183629,'guest','failed_login','Users','Session','tech1',0,0,'139.59.118.238',1650971281),(1183630,'guest','failed_login','Users','Session','drmap',0,0,'159.89.199.237',1650971314),(1183631,'guest','failed_login','Users','Session','tech1',0,0,'138.68.140.0',1650971462),(1183632,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.20',1650971498),(1183633,'guest','failed_login','Users','Session','tech1',0,0,'92.205.3.203',1650971618),(1183634,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1650971745),(1183635,'guest','failed_login','Users','Session','testseo',0,0,'69.197.154.19',1650971850),(1183636,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.67',1650972024),(1183637,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.19',1650972268),(1183638,'guest','failed_login','Users','Session','tech1',0,0,'75.119.155.88',1650972467),(1183639,'guest','failed_login','Users','Session','drmap',0,0,'37.139.13.163',1650972651),(1183640,'guest','failed_login','Users','Session','drmap',0,0,'142.93.54.10',1650972791),(1183641,'guest','failed_login','Users','Session','tech1',0,0,'165.227.75.108',1650972792),(1183642,'guest','failed_login','Users','Session','admin',0,0,'165.227.75.108',1650972796),(1183643,'guest','failed_login','Users','Session','tech1',0,0,'165.227.75.108',1650972800),(1183644,'guest','failed_login','Users','Session','admin',0,0,'165.227.75.108',1650972805),(1183645,'guest','failed_login','Users','Session','tech1',0,0,'165.227.75.108',1650972809),(1183646,'guest','failed_login','Users','Session','admin',0,0,'165.227.75.108',1650972814),(1183647,'guest','failed_login','Users','Session','tech1',0,0,'165.227.75.108',1650972818),(1183648,'guest','failed_login','Users','Session','admin',0,0,'165.227.75.108',1650972821),(1183649,'guest','failed_login','Users','Session','tech1',0,0,'165.227.75.108',1650972826),(1183650,'guest','failed_login','Users','Session','admin',0,0,'165.227.75.108',1650972830),(1183651,'guest','failed_login','Users','Session','tech1',0,0,'165.227.75.108',1650972834),(1183652,'guest','failed_login','Users','Session','admin',0,0,'165.227.75.108',1650972839),(1183653,'guest','failed_login','Users','Session','tech1',0,0,'165.227.75.108',1650972842),(1183654,'guest','failed_login','Users','Session','admin',0,0,'165.227.75.108',1650972847),(1183655,'guest','failed_login','Users','Session','tech1',0,0,'165.227.75.108',1650972852),(1183656,'guest','failed_login','Users','Session','admin',0,0,'165.227.75.108',1650972856),(1183657,'guest','failed_login','Users','Session','tech1',0,0,'165.227.75.108',1650972860),(1183658,'guest','failed_login','Users','Session','admin',0,0,'165.227.75.108',1650972865),(1183659,'guest','failed_login','Users','Session','tech1',0,0,'165.227.75.108',1650972869),(1183660,'guest','failed_login','Users','Session','admin',0,0,'165.227.75.108',1650972873),(1183661,'guest','failed_login','Users','Session','tech1',0,0,'165.227.75.108',1650972879),(1183662,'guest','failed_login','Users','Session','admin',0,0,'165.227.75.108',1650972882),(1183663,'guest','failed_login','Users','Session','tech1',0,0,'165.227.75.108',1650972886),(1183664,'guest','failed_login','Users','Session','admin',0,0,'165.227.75.108',1650972889),(1183665,'guest','failed_login','Users','Session','tech1',0,0,'165.227.75.108',1650972894),(1183666,'guest','failed_login','Users','Session','admin',0,0,'165.227.75.108',1650972899),(1183667,'guest','failed_login','Users','Session','tech1',0,0,'165.227.75.108',1650972903),(1183668,'guest','failed_login','Users','Session','admin',0,0,'165.227.75.108',1650972907),(1183669,'guest','failed_login','Users','Session','tech1',0,0,'165.227.75.108',1650972911),(1183670,'guest','failed_login','Users','Session','admin',0,0,'165.227.75.108',1650972914),(1183671,'guest','failed_login','Users','Session','tech1',0,0,'165.227.75.108',1650972918),(1183672,'guest','failed_login','Users','Session','admin',0,0,'165.227.75.108',1650972922),(1183673,'guest','failed_login','Users','Session','tech1',0,0,'165.227.75.108',1650972926),(1183674,'guest','failed_login','Users','Session','admin',0,0,'165.227.75.108',1650972931),(1183675,'guest','failed_login','Users','Session','tech1',0,0,'165.227.75.108',1650972934),(1183676,'guest','failed_login','Users','Session','admin',0,0,'165.227.75.108',1650972938),(1183677,'guest','failed_login','Users','Session','tech1',0,0,'165.227.75.108',1650972942),(1183678,'guest','failed_login','Users','Session','admin',0,0,'165.227.75.108',1650972945),(1183679,'guest','failed_login','Users','Session','tech1',0,0,'165.227.75.108',1650972947),(1183680,'guest','failed_login','Users','Session','admin',0,0,'165.227.75.108',1650972950),(1183681,'guest','failed_login','Users','Session','tech1',0,0,'165.227.75.108',1650972952),(1183682,'guest','failed_login','Users','Session','admin',0,0,'165.227.75.108',1650972955),(1183683,'guest','failed_login','Users','Session','tech1',0,0,'207.148.66.152',1650973094),(1183684,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:303:2e08::',1650973693),(1183685,'guest','failed_login','Users','Session','drmap',0,0,'175.45.125.65',1650973727),(1183686,'guest','failed_login','Users','Session','tech1',0,0,'176.98.40.88',1650973875),(1183687,'guest','failed_login','Users','Session','drmap',0,0,'46.101.159.72',1650974158),(1183688,'guest','failed_login','Users','Session','tech1',0,0,'142.93.201.0',1650974878),(1183689,'guest','failed_login','Users','Session','drmap',0,0,'188.166.212.133',1650975072),(1183690,'guest','failed_login','Users','Session','drmap',0,0,'193.151.131.151',1650975209),(1183691,'guest','failed_login','Users','Session','tech1',0,0,'64.141.87.4',1650975511),(1183692,'guest','failed_login','Users','Session','tech1',0,0,'92.204.138.28',1650976110),(1183693,'guest','failed_login','Users','Session','drmap',0,0,'148.72.214.245',1650976143),(1183694,'guest','failed_login','Users','Session','tech1',0,0,'217.160.75.121',1650976297),(1183695,'guest','failed_login','Users','Session','tech1',0,0,'198.54.120.174',1650976466),(1183696,'guest','failed_login','Users','Session','drmap',0,0,'2607:f0d0:3901:5d::10',1650976576),(1183697,'guest','failed_login','Users','Session','tech1',0,0,'145.239.30.120',1650977291),(1183698,'guest','failed_login','Users','Session','drmap',0,0,'106.52.145.59',1650977483),(1183699,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.114',1650977623),(1183700,'guest','failed_login','Users','Session','tech1',0,0,'104.248.138.146',1650977925),(1183701,'guest','failed_login','Users','Session','tech1',0,0,'176.98.40.88',1650978523),(1183702,'guest','failed_login','Users','Session','drmap',0,0,'148.72.207.163',1650978557),(1183703,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.210',1650978705),(1183704,'guest','failed_login','Users','Session','drmap',0,0,'2400:8500:1801:415:118:27:30:151',1650978992),(1183705,'guest','failed_login','Users','Session','tech1',0,0,'143.244.177.220',1650979710),(1183706,'guest','failed_login','Users','Session','drmap',0,0,'173.212.212.180',1650979899),(1183707,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1650980344),(1183708,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::100e:b001',1650980946),(1183709,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:303:2e08::',1650981131),(1183710,'guest','failed_login','Users','Session','tech1',0,0,'51.79.248.239',1650981327),(1183711,'guest','failed_login','Users','Session','drmap',0,0,'35.238.54.156',1650981422),(1183712,'guest','failed_login','Users','Session','tech1',0,0,'2a00:5da0:1000:1::27',1650982138),(1183713,'guest','failed_login','Users','Session','drmap',0,0,'167.172.168.111',1650982330),(1183714,'guest','failed_login','Users','Session','drmap',0,0,'159.89.237.49',1650982472),(1183715,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.142',1650982568),(1183716,'guest','failed_login','Users','Session','tech1',0,0,'216.117.188.6',1650982776),(1183717,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.229',1650983021),(1183718,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.229',1650983159),(1183719,'guest','failed_login','Users','Session','tech1',0,0,'142.93.109.72',1650983381),(1183720,'guest','failed_login','Users','Session','drmap',0,0,'159.203.120.246',1650983410),(1183721,'guest','failed_login','Users','Session','tech1',0,0,'52.42.156.111',1650983559),(1183722,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f9:c011:37ed::1',1650983846),(1183723,'guest','failed_login','Users','Session','testseo',0,0,'192.187.127.20',1650983857),(1183724,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.60',1650984288),(1183725,'guest','failed_login','Users','Session','tech1',0,0,'103.159.224.46',1650984567),(1183726,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:5:102f::91d:58c1',1650984756),(1183727,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:3:e0::150:5001',1650984898),(1183728,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.19',1650985116),(1183729,'guest','failed_login','Users','Session','tech1',0,0,'167.71.234.124',1650985205),(1183730,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.229',1650985497),(1183731,'guest','failed_login','Users','Session','tech1',0,0,'51.91.151.60',1650985807),(1183732,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1650985841),(1183733,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.230.58',1650985933),(1183734,'guest','failed_login','Users','Session','testseo',0,0,'173.208.242.42',1650985934),(1183735,'guest','failed_login','Users','Session','tech1',0,0,'2400:8100:ffff:0:117:120:13:52',1650985993),(1183736,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:800:10::34bd:1',1650986279),(1183737,'guest','failed_login','Users','Session','tech1',0,0,'104.152.108.253',1650986312),(1183738,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.60',1650986436),(1183739,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.28',1650986765),(1183740,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.106',1650987003),(1183741,'guest','failed_login','Users','Session','drmap',0,0,'68.183.47.242',1650987194),(1183742,'guest','failed_login','Users','Session','drmap',0,0,'77.240.13.186',1650987339),(1183743,'guest','failed_login','Users','Session','tech1',0,0,'109.74.196.231',1650987649),(1183744,'guest','failed_login','Users','Session','testseo',0,0,'204.12.215.60',1650987958),(1183745,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.28',1650988076),(1183746,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::9ed:d001',1650988252),(1183747,'guest','failed_login','Users','Session','drmap',0,0,'39.103.157.70',1650988288),(1183748,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.60',1650988397),(1183749,'guest','failed_login','Users','Session','tech1',0,0,'89.58.11.2',1650988437),(1183750,'guest','failed_login','Users','Session','drmap',0,0,'84.205.178.134',1650988724),(1183751,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.60',1650989175),(1183752,'guest','failed_login','Users','Session','tech1',0,0,'178.128.247.244',1650989451),(1183753,'guest','failed_login','Users','Session','drmap',0,0,'188.166.226.196',1650989643),(1183754,'guest','failed_login','Users','Session','drmap',0,0,'84.205.178.134',1650989785),(1183755,'guest','failed_login','Users','Session','testseo',0,0,'74.91.17.82',1650990032),(1183756,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::3dff',1650990096),(1183757,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990663),(1183758,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990664),(1183759,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990665),(1183760,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990667),(1183761,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990668),(1183762,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990669),(1183763,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990670),(1183764,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990671),(1183765,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990672),(1183766,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990673),(1183767,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990674),(1183768,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990675),(1183769,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990677),(1183770,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990678),(1183771,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990679),(1183772,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990681),(1183773,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990682),(1183774,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990683),(1183775,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990684),(1183776,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990685),(1183777,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990686),(1183778,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990688),(1183779,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990689),(1183780,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990690),(1183781,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990691),(1183782,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990692),(1183783,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990693),(1183784,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990694),(1183785,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990695),(1183786,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990696),(1183787,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990697),(1183788,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990698),(1183789,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990699),(1183790,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990700),(1183791,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990701),(1183792,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990705),(1183793,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990706),(1183794,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990707),(1183795,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990708),(1183796,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990709),(1183797,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990710),(1183798,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990711),(1183799,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990712),(1183800,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990713),(1183801,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990714),(1183802,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990715),(1183803,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990716),(1183804,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990717),(1183805,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990718),(1183806,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990719),(1183807,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990720),(1183808,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990721),(1183809,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990722),(1183810,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990723),(1183811,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990724),(1183812,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990725),(1183813,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990726),(1183814,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990727),(1183815,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990728),(1183816,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990729),(1183817,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990730),(1183818,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990731),(1183819,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990732),(1183820,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990733),(1183821,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990734),(1183822,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990735),(1183823,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990736),(1183824,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990737),(1183825,'guest','failed_login','Users','Session','drmap',0,0,'121.42.231.47',1650990738),(1183826,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990738),(1183827,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990739),(1183828,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990740),(1183829,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990741),(1183830,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990742),(1183831,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990743),(1183832,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990744),(1183833,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990745),(1183834,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990746),(1183835,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990747),(1183836,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990748),(1183837,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990749),(1183838,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990750),(1183839,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990752),(1183840,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990753),(1183841,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990754),(1183842,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990755),(1183843,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990756),(1183844,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990757),(1183845,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990758),(1183846,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990759),(1183847,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990760),(1183848,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990761),(1183849,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990762),(1183850,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990763),(1183851,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990764),(1183852,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990765),(1183853,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990766),(1183854,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990767),(1183855,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990768),(1183856,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990769),(1183857,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990770),(1183858,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990771),(1183859,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990772),(1183860,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990773),(1183861,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990774),(1183862,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990775),(1183863,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990776),(1183864,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990777),(1183865,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990778),(1183866,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990779),(1183867,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990780),(1183868,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990781),(1183869,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990782),(1183870,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990783),(1183871,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990784),(1183872,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990785),(1183873,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990786),(1183874,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990787),(1183875,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990788),(1183876,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990789),(1183877,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990790),(1183878,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990791),(1183879,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990792),(1183880,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990793),(1183881,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990794),(1183882,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990795),(1183883,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990797),(1183884,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990798),(1183885,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990799),(1183886,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990800),(1183887,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990802),(1183888,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990803),(1183889,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990804),(1183890,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990805),(1183891,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990806),(1183892,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990807),(1183893,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990808),(1183894,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990809),(1183895,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990810),(1183896,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990811),(1183897,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990812),(1183898,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990813),(1183899,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990814),(1183900,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990815),(1183901,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990816),(1183902,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990817),(1183903,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990818),(1183904,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990819),(1183905,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990820),(1183906,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990821),(1183907,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990822),(1183908,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990823),(1183909,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990824),(1183910,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990825),(1183911,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990826),(1183912,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990827),(1183913,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990828),(1183914,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990829),(1183915,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990830),(1183916,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990831),(1183917,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990832),(1183918,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990833),(1183919,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990834),(1183920,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990835),(1183921,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990836),(1183922,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990837),(1183923,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990838),(1183924,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990839),(1183925,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990840),(1183926,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990841),(1183927,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990842),(1183928,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990844),(1183929,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990846),(1183930,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990847),(1183931,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990848),(1183932,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990849),(1183933,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990850),(1183934,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990851),(1183935,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990852),(1183936,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990853),(1183937,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990855),(1183938,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990856),(1183939,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990857),(1183940,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990858),(1183941,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990859),(1183942,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990860),(1183943,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990861),(1183944,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990862),(1183945,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990863),(1183946,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990864),(1183947,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990865),(1183948,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990866),(1183949,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990867),(1183950,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990868),(1183951,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990869),(1183952,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990870),(1183953,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990871),(1183954,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990872),(1183955,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990873),(1183956,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990874),(1183957,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990875),(1183958,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990876),(1183959,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990877),(1183960,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990878),(1183961,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990879),(1183962,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990880),(1183963,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990881),(1183964,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990882),(1183965,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990883),(1183966,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990884),(1183967,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990885),(1183968,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990886),(1183969,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990887),(1183970,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990888),(1183971,'guest','failed_login','Users','Session','tech1',0,0,'175.45.125.65',1650990889),(1183972,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990889),(1183973,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990890),(1183974,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990891),(1183975,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990892),(1183976,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990893),(1183977,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990894),(1183978,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990895),(1183979,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990896),(1183980,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990897),(1183981,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990898),(1183982,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990899),(1183983,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990900),(1183984,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990901),(1183985,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990902),(1183986,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990903),(1183987,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990904),(1183988,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990905),(1183989,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990906),(1183990,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990907),(1183991,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990908),(1183992,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990909),(1183993,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990910),(1183994,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990911),(1183995,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990912),(1183996,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990913),(1183997,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990914),(1183998,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990915),(1183999,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990916),(1184000,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990917),(1184001,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990918),(1184002,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990919),(1184003,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990920),(1184004,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990921),(1184005,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990922),(1184006,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990923),(1184007,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990924),(1184008,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990925),(1184009,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990926),(1184010,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990927),(1184011,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990928),(1184012,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990929),(1184013,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990930),(1184014,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990932),(1184015,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990933),(1184016,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990934),(1184017,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990935),(1184018,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990936),(1184019,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990937),(1184020,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990938),(1184021,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990939),(1184022,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990940),(1184023,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990941),(1184024,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990942),(1184025,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990943),(1184026,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990944),(1184027,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990945),(1184028,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990946),(1184029,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990947),(1184030,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990948),(1184031,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990949),(1184032,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990950),(1184033,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990951),(1184034,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990952),(1184035,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990953),(1184036,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990954),(1184037,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990955),(1184038,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990956),(1184039,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990957),(1184040,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990958),(1184041,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990959),(1184042,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990960),(1184043,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990961),(1184044,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990962),(1184045,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990963),(1184046,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990964),(1184047,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990965),(1184048,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990966),(1184049,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990967),(1184050,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990968),(1184051,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990969),(1184052,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990970),(1184053,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990971),(1184054,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990972),(1184055,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990973),(1184056,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990974),(1184057,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990975),(1184058,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990976),(1184059,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990977),(1184060,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990978),(1184061,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990979),(1184062,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990980),(1184063,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990982),(1184064,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990983),(1184065,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990984),(1184066,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990985),(1184067,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990986),(1184068,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990987),(1184069,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990988),(1184070,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990989),(1184071,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990990),(1184072,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990991),(1184073,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990992),(1184074,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990993),(1184075,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990994),(1184076,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990995),(1184077,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990996),(1184078,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990997),(1184079,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990998),(1184080,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650990999),(1184081,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991000),(1184082,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991001),(1184083,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991002),(1184084,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991003),(1184085,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991004),(1184086,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991005),(1184087,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991006),(1184088,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991007),(1184089,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991008),(1184090,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991009),(1184091,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991010),(1184092,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991011),(1184093,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991012),(1184094,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991013),(1184095,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991014),(1184096,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991015),(1184097,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991016),(1184098,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991017),(1184099,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991018),(1184100,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991019),(1184101,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991020),(1184102,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991021),(1184103,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991022),(1184104,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991023),(1184105,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991024),(1184106,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991025),(1184107,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991026),(1184108,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991027),(1184109,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991028),(1184110,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991029),(1184111,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991030),(1184112,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991031),(1184113,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991032),(1184114,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991033),(1184115,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991034),(1184116,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991035),(1184117,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991036),(1184118,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991037),(1184119,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991038),(1184120,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991039),(1184121,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991040),(1184122,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991041),(1184123,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991042),(1184124,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991043),(1184125,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991044),(1184126,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991045),(1184127,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991046),(1184128,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991047),(1184129,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991048),(1184130,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991050),(1184131,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991051),(1184132,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991052),(1184133,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991053),(1184134,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991054),(1184135,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991055),(1184136,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991056),(1184137,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991057),(1184138,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991058),(1184139,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991059),(1184140,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991060),(1184141,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991061),(1184142,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991062),(1184143,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991063),(1184144,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991065),(1184145,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991066),(1184146,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991067),(1184147,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991068),(1184148,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991069),(1184149,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991070),(1184150,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991071),(1184151,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991072),(1184152,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991073),(1184153,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991074),(1184154,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991075),(1184155,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991076),(1184156,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991077),(1184157,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991078),(1184158,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991079),(1184159,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991080),(1184160,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991081),(1184161,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991082),(1184162,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991083),(1184163,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991084),(1184164,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991085),(1184165,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991086),(1184166,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991087),(1184167,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991088),(1184168,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991089),(1184169,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991090),(1184170,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991091),(1184171,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991092),(1184172,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991093),(1184173,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991094),(1184174,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991095),(1184175,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991096),(1184176,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991097),(1184177,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991098),(1184178,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991099),(1184179,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991100),(1184180,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991101),(1184181,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991102),(1184182,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991103),(1184183,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991104),(1184184,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991105),(1184185,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991106),(1184186,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991107),(1184187,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991108),(1184188,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991109),(1184189,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991110),(1184190,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991111),(1184191,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991112),(1184192,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991113),(1184193,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991114),(1184194,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991115),(1184195,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991116),(1184196,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991117),(1184197,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991118),(1184198,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991119),(1184199,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991120),(1184200,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991121),(1184201,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991122),(1184202,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991123),(1184203,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991124),(1184204,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991125),(1184205,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991126),(1184206,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991127),(1184207,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991128),(1184208,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991129),(1184209,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991130),(1184210,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991131),(1184211,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991132),(1184212,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991133),(1184213,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991134),(1184214,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991135),(1184215,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991136),(1184216,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991137),(1184217,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991138),(1184218,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991140),(1184219,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991141),(1184220,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991142),(1184221,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991143),(1184222,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991144),(1184223,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991145),(1184224,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991146),(1184225,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991147),(1184226,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991148),(1184227,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991149),(1184228,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991150),(1184229,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991151),(1184230,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991152),(1184231,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991153),(1184232,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991154),(1184233,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991155),(1184234,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991156),(1184235,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991157),(1184236,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991158),(1184237,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991160),(1184238,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991161),(1184239,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991162),(1184240,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991163),(1184241,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991164),(1184242,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991165),(1184243,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991167),(1184244,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991168),(1184245,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991169),(1184246,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991170),(1184247,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991171),(1184248,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991172),(1184249,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991173),(1184250,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991174),(1184251,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991175),(1184252,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991176),(1184253,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991177),(1184254,'guest','failed_login','Users','Session','drmap',0,0,'23.254.184.154',1650991178),(1184255,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991178),(1184256,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991179),(1184257,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991180),(1184258,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991181),(1184259,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991182),(1184260,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991183),(1184261,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991184),(1184262,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991185),(1184263,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991186),(1184264,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991187),(1184265,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991188),(1184266,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991189),(1184267,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991190),(1184268,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991191),(1184269,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991192),(1184270,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991193),(1184271,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991194),(1184272,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991195),(1184273,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991196),(1184274,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991197),(1184275,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991198),(1184276,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991199),(1184277,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991200),(1184278,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991201),(1184279,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991202),(1184280,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991203),(1184281,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991204),(1184282,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991205),(1184283,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991206),(1184284,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991207),(1184285,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991208),(1184286,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991209),(1184287,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991210),(1184288,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991211),(1184289,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991212),(1184290,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991213),(1184291,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991214),(1184292,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991215),(1184293,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991216),(1184294,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991217),(1184295,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991218),(1184296,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991219),(1184297,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991220),(1184298,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991221),(1184299,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991222),(1184300,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991223),(1184301,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991224),(1184302,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991225),(1184303,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991226),(1184304,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991227),(1184305,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991228),(1184306,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991229),(1184307,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991230),(1184308,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991231),(1184309,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991232),(1184310,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991233),(1184311,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991234),(1184312,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991235),(1184313,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991236),(1184314,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991237),(1184315,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991238),(1184316,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991239),(1184317,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991240),(1184318,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991241),(1184319,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991242),(1184320,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991243),(1184321,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991244),(1184322,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991246),(1184323,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991247),(1184324,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991248),(1184325,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991249),(1184326,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991250),(1184327,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991251),(1184328,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991252),(1184329,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991253),(1184330,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991254),(1184331,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991255),(1184332,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991256),(1184333,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991257),(1184334,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991258),(1184335,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991259),(1184336,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991260),(1184337,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991261),(1184338,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991262),(1184339,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991263),(1184340,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991264),(1184341,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991265),(1184342,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991266),(1184343,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991269),(1184344,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991270),(1184345,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991271),(1184346,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991272),(1184347,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991274),(1184348,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991275),(1184349,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991276),(1184350,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991277),(1184351,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991278),(1184352,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991279),(1184353,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991280),(1184354,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991281),(1184355,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991283),(1184356,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991284),(1184357,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991285),(1184358,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991286),(1184359,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991287),(1184360,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991289),(1184361,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991291),(1184362,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991292),(1184363,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991293),(1184364,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991294),(1184365,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991295),(1184366,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991298),(1184367,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991299),(1184368,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991300),(1184369,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991301),(1184370,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991302),(1184371,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991303),(1184372,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991304),(1184373,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991305),(1184374,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991306),(1184375,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991307),(1184376,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991308),(1184377,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991309),(1184378,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991310),(1184379,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991311),(1184380,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991312),(1184381,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991313),(1184382,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991314),(1184383,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991315),(1184384,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991316),(1184385,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991317),(1184386,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991318),(1184387,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991319),(1184388,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991320),(1184389,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991321),(1184390,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991322),(1184391,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991323),(1184392,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991324),(1184393,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991325),(1184394,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991326),(1184395,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991327),(1184396,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991328),(1184397,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991329),(1184398,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991330),(1184399,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991331),(1184400,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991332),(1184401,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991333),(1184402,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991334),(1184403,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991335),(1184404,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991336),(1184405,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991337),(1184406,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991338),(1184407,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991339),(1184408,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991340),(1184409,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991342),(1184410,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991343),(1184411,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991344),(1184412,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991345),(1184413,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991346),(1184414,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991347),(1184415,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991348),(1184416,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991349),(1184417,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991350),(1184418,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991351),(1184419,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991352),(1184420,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991353),(1184421,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991354),(1184422,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991355),(1184423,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991356),(1184424,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991357),(1184425,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991358),(1184426,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991359),(1184427,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991360),(1184428,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991361),(1184429,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991362),(1184430,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991363),(1184431,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991364),(1184432,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991365),(1184433,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991366),(1184434,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991367),(1184435,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991368),(1184436,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991369),(1184437,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991370),(1184438,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991371),(1184439,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991372),(1184440,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991373),(1184441,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991374),(1184442,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991375),(1184443,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991376),(1184444,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991377),(1184445,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991378),(1184446,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991380),(1184447,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991381),(1184448,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991382),(1184449,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991383),(1184450,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991384),(1184451,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991385),(1184452,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991386),(1184453,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991387),(1184454,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991388),(1184455,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991389),(1184456,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991390),(1184457,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991391),(1184458,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991392),(1184459,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991393),(1184460,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991394),(1184461,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991395),(1184462,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991396),(1184463,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991397),(1184464,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991398),(1184465,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991399),(1184466,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991400),(1184467,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991401),(1184468,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991402),(1184469,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991403),(1184470,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991404),(1184471,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991405),(1184472,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991406),(1184473,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991407),(1184474,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991408),(1184475,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991409),(1184476,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991410),(1184477,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991411),(1184478,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991412),(1184479,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991413),(1184480,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991414),(1184481,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991415),(1184482,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991416),(1184483,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991417),(1184484,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991418),(1184485,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991419),(1184486,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991420),(1184487,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991421),(1184488,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991422),(1184489,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991423),(1184490,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991424),(1184491,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991425),(1184492,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991426),(1184493,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991427),(1184494,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991428),(1184495,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991429),(1184496,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991430),(1184497,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991431),(1184498,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991432),(1184499,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991433),(1184500,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991434),(1184501,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991435),(1184502,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991436),(1184503,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991437),(1184504,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991438),(1184505,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991439),(1184506,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991441),(1184507,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991442),(1184508,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991443),(1184509,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991444),(1184510,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991445),(1184511,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991446),(1184512,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991447),(1184513,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991448),(1184514,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991449),(1184515,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991450),(1184516,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991451),(1184517,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991452),(1184518,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991453),(1184519,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991454),(1184520,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991455),(1184521,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991456),(1184522,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991457),(1184523,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991458),(1184524,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991459),(1184525,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991460),(1184526,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991461),(1184527,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991462),(1184528,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991465),(1184529,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991467),(1184530,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991468),(1184531,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991469),(1184532,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991470),(1184533,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991471),(1184534,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991472),(1184535,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991473),(1184536,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991474),(1184537,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991475),(1184538,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991476),(1184539,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991477),(1184540,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991478),(1184541,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991479),(1184542,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991480),(1184543,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991481),(1184544,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991482),(1184545,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991483),(1184546,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991484),(1184547,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991485),(1184548,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991486),(1184549,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991487),(1184550,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991488),(1184551,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991489),(1184552,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991490),(1184553,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991491),(1184554,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991492),(1184555,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991493),(1184556,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991494),(1184557,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991495),(1184558,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991496),(1184559,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991497),(1184560,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991498),(1184561,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991499),(1184562,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991503),(1184563,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991504),(1184564,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991505),(1184565,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991506),(1184566,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991507),(1184567,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991508),(1184568,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991509),(1184569,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991510),(1184570,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991511),(1184571,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991512),(1184572,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991513),(1184573,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991514),(1184574,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991515),(1184575,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991516),(1184576,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991518),(1184577,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991519),(1184578,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991520),(1184579,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991521),(1184580,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991522),(1184581,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991523),(1184582,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991524),(1184583,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991525),(1184584,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991526),(1184585,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991527),(1184586,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991528),(1184587,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991529),(1184588,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991530),(1184589,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991531),(1184590,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991532),(1184591,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991533),(1184592,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991534),(1184593,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991535),(1184594,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991536),(1184595,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991537),(1184596,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991538),(1184597,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991539),(1184598,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991540),(1184599,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991541),(1184600,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991542),(1184601,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991543),(1184602,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991544),(1184603,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991545),(1184604,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991546),(1184605,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991547),(1184606,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991548),(1184607,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991549),(1184608,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991550),(1184609,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991551),(1184610,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991552),(1184611,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991553),(1184612,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991554),(1184613,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991555),(1184614,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991556),(1184615,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991557),(1184616,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991558),(1184617,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991559),(1184618,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991560),(1184619,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991561),(1184620,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991562),(1184621,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991563),(1184622,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991564),(1184623,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991565),(1184624,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991566),(1184625,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991567),(1184626,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991568),(1184627,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991569),(1184628,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991570),(1184629,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991571),(1184630,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991572),(1184631,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991573),(1184632,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991575),(1184633,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991576),(1184634,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991577),(1184635,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991578),(1184636,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991579),(1184637,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991580),(1184638,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991581),(1184639,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991582),(1184640,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991583),(1184641,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991584),(1184642,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991585),(1184643,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991586),(1184644,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991587),(1184645,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991588),(1184646,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991589),(1184647,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991590),(1184648,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991591),(1184649,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991592),(1184650,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991593),(1184651,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991594),(1184652,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991595),(1184653,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991596),(1184654,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991597),(1184655,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991598),(1184656,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991599),(1184657,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991600),(1184658,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991601),(1184659,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991602),(1184660,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991603),(1184661,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991604),(1184662,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991605),(1184663,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991606),(1184664,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991607),(1184665,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991608),(1184666,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991609),(1184667,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991610),(1184668,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991611),(1184669,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991612),(1184670,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991613),(1184671,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991614),(1184672,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991615),(1184673,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991616),(1184674,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991617),(1184675,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991618),(1184676,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991619),(1184677,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991620),(1184678,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991621),(1184679,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991622),(1184680,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991623),(1184681,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991624),(1184682,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991625),(1184683,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991626),(1184684,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991627),(1184685,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991628),(1184686,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991629),(1184687,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991630),(1184688,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991631),(1184689,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991632),(1184690,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991633),(1184691,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991634),(1184692,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991635),(1184693,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.82',1650991635),(1184694,'guest','failed_login','Users','Session','tech1',0,0,'188.40.7.124',1650991638),(1184695,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991638),(1184696,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991639),(1184697,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991640),(1184698,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991641),(1184699,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991642),(1184700,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991643),(1184701,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991644),(1184702,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991645),(1184703,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991646),(1184704,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991648),(1184705,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991649),(1184706,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991650),(1184707,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991651),(1184708,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991652),(1184709,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991654),(1184710,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991656),(1184711,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991657),(1184712,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991658),(1184713,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991659),(1184714,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991660),(1184715,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991661),(1184716,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991662),(1184717,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991663),(1184718,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991664),(1184719,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991665),(1184720,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991666),(1184721,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991667),(1184722,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991668),(1184723,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991669),(1184724,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991670),(1184725,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991671),(1184726,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991672),(1184727,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991673),(1184728,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991674),(1184729,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991675),(1184730,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991678),(1184731,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991679),(1184732,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991680),(1184733,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991681),(1184734,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991682),(1184735,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991683),(1184736,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991684),(1184737,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991686),(1184738,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991687),(1184739,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991688),(1184740,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991689),(1184741,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991690),(1184742,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991691),(1184743,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991692),(1184744,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991693),(1184745,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991694),(1184746,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991695),(1184747,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991696),(1184748,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991697),(1184749,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991698),(1184750,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991699),(1184751,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991700),(1184752,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991701),(1184753,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991702),(1184754,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991703),(1184755,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991704),(1184756,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991705),(1184757,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991706),(1184758,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991707),(1184759,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991708),(1184760,'guest','failed_login','Users','Session','tech1',0,0,'116.206.229.139',1650991709),(1184761,'guest','failed_login','Users','Session','tech1',0,0,'134.209.184.76',1650991905),(1184762,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f9:c010:82e3::1',1650992098),(1184763,'guest','failed_login','Users','Session','drmap',0,0,'210.122.36.218',1650992242),(1184764,'guest','failed_login','Users','Session','testseo',0,0,'69.30.240.28',1650992503),(1184765,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.8',1650992550),(1184766,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.28',1650992694),(1184767,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.60',1650993155),(1184768,'guest','failed_login','Users','Session','tech1',0,0,'161.35.126.102',1650993165),(1184769,'guest','failed_login','Users','Session','tech1',0,0,'20.64.155.18',1650993354),(1184770,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.229',1650993415),(1184771,'guest','failed_login','Users','Session','drmap',0,0,'52.234.178.100',1650993645),(1184772,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.59',1650993817),(1184773,'guest','failed_login','Users','Session','tech1',0,0,'159.223.170.181',1650994376),(1184774,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.28',1650994396),(1184775,'guest','failed_login','Users','Session','drmap',0,0,'217.160.75.121',1650994570),(1184776,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.155',1650994582),(1184777,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.60',1650994700),(1184778,'guest','failed_login','Users','Session','drmap',0,0,'45.90.163.251',1650994714),(1184779,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.28',1650994755),(1184780,'guest','failed_login','Users','Session','tech1',0,0,'43.241.70.75',1650995026),(1184781,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::631:1001',1650995639),(1184782,'guest','failed_login','Users','Session','drmap',0,0,'14.241.233.205',1650995675),(1184783,'guest','failed_login','Users','Session','tech1',0,0,'103.31.249.221',1650995826),(1184784,'guest','failed_login','Users','Session','troy',0,0,'63.141.252.68',1650995990),(1184785,'guest','failed_login','Users','Session','drmap',0,0,'178.128.5.109',1650996116),(1184786,'guest','failed_login','Users','Session','dmytro',0,0,'74.91.17.82',1650996398),(1184787,'guest','failed_login','Users','Session','tech1',0,0,'68.178.246.253',1650996699),(1184788,'guest','failed_login','Users','Session','tech1',0,0,'43.241.70.75',1650996855),(1184789,'guest','failed_login','Users','Session','drmap',0,0,'195.179.202.215',1650997051),(1184790,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.67',1650997127),(1184791,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::9fa:4001',1650997193),(1184792,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.20',1650997488),(1184793,'guest','failed_login','Users','Session','tech1',0,0,'2a00:1128:1:1::147:43',1650997499),(1184794,'guest','failed_login','Users','Session','admin',0,0,'35.233.3.163',1650998012),(1184795,'guest','failed_login','Users','Session','tech1',0,0,'103.39.134.190',1650998106),(1184796,'guest','failed_login','Users','Session','drmap',0,0,'195.4.173.50',1650998140),(1184797,'guest','failed_login','Users','Session','tech1',0,0,'88.198.19.200',1650998290),(1184798,'guest','failed_login','Users','Session','admin',0,0,'2a01:4f8:271:2583::2',1650998377),(1184799,'guest','failed_login','Users','Session','drmap',0,0,'39.103.157.70',1650998580),(1184800,'guest','failed_login','Users','Session','testseo',0,0,'204.12.255.59',1650998610),(1184801,'guest','failed_login','Users','Session','tech1',0,0,'137.184.78.118',1650998704),(1184802,'guest','failed_login','Users','Session','tech1',0,0,'35.221.181.187',1650999027),(1184803,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.210',1650999301),(1184804,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.59',1650999307),(1184805,'guest','failed_login','Users','Session','tech1',0,0,'162.241.218.16',1650999375),(1184806,'guest','failed_login','Users','Session','drmap',0,0,'2600:1f13:905:dd00:9151:fbf8:b12e:9318',1650999506),(1184807,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.60',1650999585),(1184808,'guest','failed_login','Users','Session','drmap',0,0,'167.71.117.225',1650999636),(1184809,'guest','failed_login','Users','Session','tech1',0,0,'103.104.73.82',1650999676),(1184810,'guest','failed_login','Users','Session','tech1',0,0,'66.29.154.216',1650999950),(1184811,'guest','failed_login','Users','Session','tech1',0,0,'188.166.212.133',1650999951),(1184812,'guest','failed_login','Users','Session','admin',0,0,'74.91.17.82',1651000046),(1184813,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.59',1651000232),(1184814,'guest','failed_login','Users','Session','tech1',0,0,'103.204.130.160',1651000239),(1184815,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.142',1651000490),(1184816,'guest','failed_login','Users','Session','tech1',0,0,'46.101.95.65',1651000559),(1184817,'guest','failed_login','Users','Session','tech1',0,0,'188.166.212.133',1651000559),(1184818,'guest','failed_login','Users','Session','drmap',0,0,'137.184.117.52',1651000585),(1184819,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.59',1651000690),(1184820,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c010:a209::1',1651000736),(1184821,'guest','failed_login','Users','Session','tech1',0,0,'109.203.102.82',1651000865),(1184822,'guest','failed_login','Users','Session','drmap',0,0,'103.106.78.178',1651001022),(1184823,'guest','failed_login','Users','Session','tech1',0,0,'144.217.170.27',1651001178),(1184824,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::113d:d001',1651001478),(1184825,'guest','failed_login','Users','Session','tech1',0,0,'82.165.88.43',1651001705),(1184826,'guest','failed_login','Users','Session','tech1',0,0,'173.212.201.226',1651001749),(1184827,'guest','failed_login','Users','Session','tech1',0,0,'85.214.38.127',1651001805),(1184828,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:800:3a65::',1651001945),(1184829,'guest','failed_login','Users','Session','drmap',0,0,'80.249.174.66',1651002085),(1184830,'guest','failed_login','Users','Session','tech1',0,0,'103.171.180.165',1651002131),(1184831,'guest','failed_login','Users','Session','tech1',0,0,'150.95.113.178',1651002392),(1184832,'guest','failed_login','Users','Session','tech1',0,0,'139.59.147.218',1651002456),(1184833,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.59',1651002582),(1184834,'guest','failed_login','Users','Session','tech1',0,0,'34.176.50.114',1651002758),(1184835,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1651002773),(1184836,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a034::ef8:bfd',1651002993),(1184837,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:303:2e08::',1651003026),(1184838,'guest','failed_login','Users','Session','tech1',0,0,'185.49.20.77',1651003099),(1184839,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.210',1651003176),(1184840,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.91',1651003398),(1184841,'guest','failed_login','Users','Session','tech1',0,0,'185.70.11.21',1651003424),(1184842,'guest','failed_login','Users','Session','drmap',0,0,'31.172.80.144',1651003462),(1184843,'guest','failed_login','Users','Session','tech1',0,0,'34.123.125.44',1651003744),(1184844,'guest','failed_login','Users','Session','tech1',0,0,'88.135.37.49',1651004055),(1184845,'guest','failed_login','Users','Session','tech1',0,0,'139.59.150.45',1651004180),(1184846,'guest','failed_login','Users','Session','test',0,0,'69.30.229.67',1651004247),(1184847,'guest','failed_login','Users','Session','admin',0,0,'204.12.202.91',1651004258),(1184848,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.20',1651004358),(1184849,'guest','failed_login','Users','Session','drmap',0,0,'192.169.152.218',1651004373),(1184850,'guest','failed_login','Users','Session','tech1',0,0,'80.246.1.193',1651004409),(1184851,'guest','failed_login','Users','Session','test',0,0,'69.30.240.28',1651004489),(1184852,'guest','failed_login','Users','Session','drmap',0,0,'209.97.162.248',1651004515),(1184853,'guest','failed_login','Users','Session','tech1',0,0,'107.190.135.178',1651004737),(1184854,'guest','failed_login','Users','Session','tech1',0,0,'51.75.15.189',1651004825),(1184855,'guest','failed_login','Users','Session','tech1',0,0,'74.208.252.140',1651005073),(1184856,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.155',1651005093),(1184857,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.60',1651005150),(1184858,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::ea8:8001',1651005400),(1184859,'guest','failed_login','Users','Session','tech1',0,0,'52.234.178.100',1651005447),(1184860,'guest','failed_login','Users','Session','tech1',0,0,'41.93.82.7',1651005735),(1184861,'guest','failed_login','Users','Session','drmap',0,0,'103.28.114.94',1651005921),(1184862,'guest','failed_login','Users','Session','tech1',0,0,'107.161.177.10',1651006094),(1184863,'guest','failed_login','Users','Session','tech1',0,0,'213.175.208.121',1651006441),(1184864,'guest','failed_login','Users','Session','tech1',0,0,'72.167.37.160',1651006633),(1184865,'guest','failed_login','Users','Session','tech1',0,0,'35.238.54.156',1651006661),(1184866,'guest','failed_login','Users','Session','tech1',0,0,'159.203.31.171',1651006783),(1184867,'guest','failed_login','Users','Session','drmap',0,0,'2400:8901::f03c:93ff:fe84:15a4',1651006854),(1184868,'guest','failed_login','Users','Session','drmap',0,0,'120.25.104.120',1651007001),(1184869,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::42',1651007129),(1184870,'guest','failed_login','Users','Session','tech1',0,0,'173.212.235.115',1651007316),(1184871,'guest','failed_login','Users','Session','tech1',0,0,'103.109.30.30',1651007476),(1184872,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.19',1651007744),(1184873,'guest','failed_login','Users','Session','tech1',0,0,'104.198.172.68',1651007822),(1184874,'guest','failed_login','Users','Session','tech1',0,0,'5.253.181.177',1651007947),(1184875,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::8c6:2001',1651007982),(1184876,'guest','failed_login','Users','Session','tech1',0,0,'103.166.183.192',1651008134),(1184877,'guest','failed_login','Users','Session','tech1',0,0,'213.136.93.169',1651008173),(1184878,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1651008175),(1184879,'guest','failed_login','Users','Session','drmap',0,0,'34.75.65.218',1651008426),(1184880,'guest','failed_login','Users','Session','bangkokfinder',0,0,'74.91.17.82',1651008465),(1184881,'guest','failed_login','Users','Session','tech1',0,0,'186.201.49.58',1651008542),(1184882,'guest','failed_login','Users','Session','drmap',0,0,'63.141.252.68',1651008760),(1184883,'guest','failed_login','Users','Session','tech1',0,0,'185.126.219.43',1651008891),(1184884,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.91',1651009048),(1184885,'guest','failed_login','Users','Session','tech1',0,0,'34.69.109.132',1651009160),(1184886,'guest','failed_login','Users','Session','tech1',0,0,'2604:2dc0:200:1378::',1651009225),(1184887,'guest','failed_login','Users','Session','drmap',0,0,'91.134.248.249',1651009356),(1184888,'guest','failed_login','Users','Session','testseo',0,0,'204.12.215.60',1651009548),(1184889,'guest','failed_login','Users','Session','tech1',0,0,'8.210.144.239',1651009585),(1184890,'guest','failed_login','Users','Session','tech1',0,0,'89.96.90.125',1651009813),(1184891,'guest','failed_login','Users','Session','tech1',0,0,'62.255.126.88',1651009963),(1184892,'guest','failed_login','Users','Session','tech1',0,0,'82.145.33.64',1651010329),(1184893,'guest','failed_login','Users','Session','testseo',0,0,'173.208.242.42',1651010372),(1184894,'guest','failed_login','Users','Session','tech1',0,0,'23.99.229.218',1651010432),(1184895,'guest','failed_login','Users','Session','drmap',0,0,'209.97.162.248',1651010465),(1184896,'guest','failed_login','Users','Session','tech1',0,0,'69.39.239.34',1651010618),(1184897,'guest','failed_login','Users','Session','tech1',0,0,'2604:2dc0:200:1378::',1651010680),(1184898,'guest','failed_login','Users','Session','testseo',0,0,'63.141.252.68',1651010839),(1184899,'guest','failed_login','Users','Session','drmap',0,0,'210.122.36.218',1651010914),(1184900,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.28',1651010940),(1184901,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.155',1651010972),(1184902,'guest','failed_login','Users','Session','tech1',0,0,'104.198.172.68',1651011074),(1184903,'guest','failed_login','Users','Session','tech1',0,0,'103.153.214.231',1651011427),(1184904,'guest','failed_login','Users','Session','tech1',0,0,'142.4.15.81',1651011614),(1184905,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1867:2001',1651011668),(1184906,'guest','failed_login','Users','Session','tech1',0,0,'185.241.5.213',1651011814),(1184907,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1651011865),(1184908,'guest','failed_login','Users','Session','drmap',0,0,'213.136.93.171',1651012012),(1184909,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:3:e0::150:5001',1651012198),(1184910,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.19',1651012232),(1184911,'guest','failed_login','Users','Session','tech1',0,0,'185.50.199.194',1651012321),(1184912,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.20',1651012498),(1184913,'guest','failed_login','Users','Session','tech1',0,0,'2604:2dc0:200:1378::',1651012920),(1184914,'guest','failed_login','Users','Session','tech1',0,0,'46.29.23.162',1651012942),(1184915,'guest','failed_login','Users','Session','drmap',0,0,'164.46.122.50',1651012976),(1184916,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.91',1651013100),(1184917,'guest','failed_login','Users','Session','tech1',0,0,'217.9.143.94',1651013130),(1184918,'guest','failed_login','Users','Session','tech1',0,0,'45.119.213.225',1651013319),(1184919,'guest','failed_login','Users','Session','drmap',0,0,'143.244.143.195',1651013426),(1184920,'guest','failed_login','Users','Session','tech1',0,0,'35.203.155.125',1651013685),(1184921,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.58',1651013981),(1184922,'guest','failed_login','Users','Session','tech1',0,0,'95.111.250.205',1651014087),(1184923,'guest','failed_login','Users','Session','tech1',0,0,'157.230.253.37',1651014171),(1184924,'guest','failed_login','Users','Session','drmap',0,0,'69.163.186.158',1651014370),(1184925,'guest','failed_login','Users','Session','drmap',0,0,'167.172.64.96',1651014520),(1184926,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.59',1651014756),(1184927,'guest','failed_login','Users','Session','tech1',0,0,'195.201.27.74',1651014838),(1184928,'guest','failed_login','Users','Session','tech1',0,0,'107.190.135.178',1651014864),(1184929,'guest','failed_login','Users','Session','tech1',0,0,'35.224.216.78',1651015256),(1184930,'guest','failed_login','Users','Session','drmap',0,0,'198.46.160.118',1651015490),(1184931,'guest','failed_login','Users','Session','tech1',0,0,'35.221.181.187',1651015637),(1184932,'guest','failed_login','Users','Session','tech1',0,0,'161.97.175.221',1651015647),(1184933,'guest','failed_login','Users','Session','drmap',0,0,'103.39.134.190',1651015939),(1184934,'guest','failed_login','Users','Session','tech1',0,0,'107.180.103.185',1651016052),(1184935,'guest','failed_login','Users','Session','tech1',0,0,'101.37.28.132',1651016433),(1184936,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.58',1651016538),(1184937,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1651016596),(1184938,'guest','failed_login','Users','Session','tech1',0,0,'132.148.121.32',1651016618),(1184939,'guest','failed_login','Users','Session','tech1',0,0,'185.170.8.60',1651016682),(1184940,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::42',1651016851),(1184941,'guest','failed_login','Users','Session','drmap',0,0,'66.11.120.48',1651016880),(1184942,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.20',1651016918),(1184943,'guest','failed_login','Users','Session','drmap',0,0,'64.141.87.4',1651017029),(1184944,'guest','failed_login','Users','Session','tech1',0,0,'198.211.116.247',1651017232),(1184945,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.155',1651017363),(1184946,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.142',1651017550),(1184947,'guest','failed_login','Users','Session','tech1',0,0,'213.149.103.132',1651017655),(1184948,'guest','failed_login','Users','Session','testseo',0,0,'208.110.66.142',1651017803),(1184949,'guest','failed_login','Users','Session','tech1',0,0,'187.32.211.193',1651017967),(1184950,'guest','failed_login','Users','Session','drmap',0,0,'34.75.65.218',1651018003),(1184951,'guest','failed_login','Users','Session','tech1',0,0,'47.91.87.213',1651018045),(1184952,'guest','failed_login','Users','Session','testseo',0,0,'63.141.252.68',1651018052),(1184953,'guest','failed_login','Users','Session','tech1',0,0,'74.208.252.140',1651018442),(1184954,'guest','failed_login','Users','Session','tech1',0,0,'143.198.173.67',1651018845),(1184955,'guest','failed_login','Users','Session','testseo',0,0,'107.150.36.76',1651018944),(1184956,'guest','failed_login','Users','Session','tech1',0,0,'109.74.196.231',1651019210),(1184957,'guest','failed_login','Users','Session','tech1',0,0,'216.158.230.167',1651019254),(1184958,'guest','failed_login','Users','Session','drmap',0,0,'167.71.117.225',1651019409),(1184959,'guest','failed_login','Users','Session','drmap',0,0,'51.75.15.189',1651019557),(1184960,'guest','failed_login','Users','Session','admin',0,0,'47.91.87.213',1651019626),(1184961,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.20',1651019731),(1184962,'guest','failed_login','Users','Session','tech1',0,0,'2400:8100:ffff:0:117:120:13:52',1651019877),(1184963,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.28',1651020009),(1184964,'guest','failed_login','Users','Session','admin',0,0,'165.227.154.150',1651020021),(1184965,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.82',1651020099),(1184966,'guest','failed_login','Users','Session','testseo',0,0,'192.187.127.20',1651020324),(1184967,'guest','failed_login','Users','Session','tech1',0,0,'107.190.135.178',1651020443),(1184968,'guest','failed_login','Users','Session','tech1',0,0,'185.19.190.26',1651020509),(1184969,'guest','failed_login','Users','Session','drmap',0,0,'128.199.14.4',1651020544),(1184970,'guest','failed_login','Users','Session','tech1',0,0,'188.166.183.39',1651020701),(1184971,'guest','failed_login','Users','Session','tech1',0,0,'162.214.186.253',1651020834),(1184972,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.68',1651020858),(1184973,'guest','failed_login','Users','Session','drmap',0,0,'91.149.192.90',1651021001),(1184974,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1651021068),(1184975,'guest','failed_login','Users','Session','tech1',0,0,'107.161.177.10',1651021255),(1184976,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.76',1651021392),(1184977,'guest','failed_login','Users','Session','tech1',0,0,'5.23.50.61',1651021618),(1184978,'guest','failed_login','Users','Session','tech1',0,0,'120.24.108.217',1651021656),(1184979,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.77',1651021752),(1184980,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.76',1651021769),(1184981,'guest','failed_login','Users','Session','drmap',0,0,'212.103.4.29',1651021950),(1184982,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1651022094),(1184983,'guest','failed_login','Users','Session','drmap',0,0,'142.93.54.10',1651022097),(1184984,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.82',1651022155),(1184985,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.30.230.58',1651022298),(1184986,'guest','failed_login','Users','Session','tech1',0,0,'159.89.160.120',1651022414),(1184987,'guest','failed_login','Users','Session','tech1',0,0,'159.65.219.142',1651022510),(1184988,'guest','failed_login','Users','Session','tech1',0,0,'35.247.159.133',1651022912),(1184989,'guest','failed_login','Users','Session','tech1',0,0,'46.183.119.232',1651023035),(1184990,'guest','failed_login','Users','Session','drmap',0,0,'103.219.60.130',1651023072),(1184991,'guest','failed_login','Users','Session','tech1',0,0,'13.79.17.158',1651023225),(1184992,'guest','failed_login','Users','Session','tech1',0,0,'213.175.208.121',1651023383),(1184993,'guest','failed_login','Users','Session','drmap',0,0,'146.148.44.185',1651023522),(1184994,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.60',1651023597),(1184995,'guest','failed_login','Users','Session','tech1',0,0,'167.71.193.214',1651023779),(1184996,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.67',1651024055),(1184997,'guest','failed_login','Users','Session','tech1',0,0,'142.93.170.99',1651024216),(1184998,'guest','failed_login','Users','Session','tech1',0,0,'66.11.120.48',1651024264),(1184999,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.20',1651024424),(1185000,'guest','failed_login','Users','Session','drmap',0,0,'217.61.54.110',1651024460),(1185001,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.58',1651024517),(1185002,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.60',1651024640),(1185003,'guest','failed_login','Users','Session','admin',0,0,'69.30.240.28',1651024644),(1185004,'guest','failed_login','Users','Session','tech1',0,0,'64.37.52.95',1651024651),(1185005,'guest','failed_login','Users','Session','tech1',0,0,'52.166.3.59',1651024920),(1185006,'guest','failed_login','Users','Session','testseo',0,0,'192.187.127.20',1651025017),(1185007,'guest','failed_login','Users','Session','tech1',0,0,'154.215.31.129',1651025111),(1185008,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.91',1651025274),(1185009,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:1004:113c::',1651025557),(1185010,'guest','failed_login','Users','Session','tech1',0,0,'171.244.17.110',1651025559),(1185011,'guest','failed_login','Users','Session','drmap',0,0,'2400:8901::f03c:93ff:fe84:15a4',1651025593),(1185012,'guest','failed_login','Users','Session','tech1',0,0,'128.199.62.78',1651025747),(1185013,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.142',1651025854),(1185014,'guest','failed_login','Users','Session','tech1',0,0,'103.101.162.249',1651026005),(1185015,'guest','failed_login','Users','Session','drmap',0,0,'45.55.44.23',1651026047),(1185016,'guest','failed_login','Users','Session','test',0,0,'69.30.230.58',1651026363),(1185017,'guest','failed_login','Users','Session','testseo',0,0,'69.30.230.58',1651026396),(1185018,'guest','failed_login','Users','Session','tech1',0,0,'125.227.127.195',1651026455),(1185019,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.58',1651026492),(1185020,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1651026622),(1185021,'guest','failed_login','Users','Session','tech1',0,0,'195.4.173.50',1651026798),(1185022,'guest','failed_login','Users','Session','drmap',0,0,'2a00:5da0:1000:1::27',1651026999),(1185023,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.163',1651027146),(1185024,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.67',1651027223),(1185025,'guest','failed_login','Users','Session','tech1',0,0,'109.203.102.82',1651027398),(1185026,'guest','failed_login','Users','Session','tech1',0,0,'80.249.174.66',1651027465),(1185027,'guest','failed_login','Users','Session','tech1',0,0,'151.106.35.235',1651027848),(1185028,'guest','failed_login','Users','Session','tech1',0,0,'35.226.208.238',1651028100),(1185029,'guest','failed_login','Users','Session','drmap',0,0,'207.148.66.152',1651028131),(1185030,'guest','failed_login','Users','Session','tech1',0,0,'192.81.214.91',1651028271),(1185031,'guest','failed_login','Users','Session','tech1',0,0,'2600:1f13:905:dd00:9151:fbf8:b12e:9318',1651028293),(1185032,'guest','failed_login','Users','Session','drmap',0,0,'177.153.50.81',1651028588),(1185033,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.142',1651028683),(1185034,'guest','failed_login','Users','Session','tech1',0,0,'150.95.112.79',1651028740),(1185035,'guest','failed_login','Users','Session','tech1',0,0,'157.245.166.98',1651029175),(1185036,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:303:ce33::',1651029344),(1185037,'guest','failed_login','Users','Session','drmap',0,0,'69.163.186.158',1651029545),(1185038,'guest','failed_login','Users','Session','tech1',0,0,'35.198.25.12',1651029632),(1185039,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:6:a034::ef8:bfd',1651029692),(1185040,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:800:10::34bd:1',1651030010),(1185041,'guest','failed_login','Users','Session','tech1',0,0,'182.92.65.39',1651030094),(1185042,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.91',1651030492),(1185043,'guest','failed_login','Users','Session','tech1',0,0,'47.74.17.225',1651030545),(1185044,'guest','failed_login','Users','Session','tech1',0,0,'68.183.139.84',1651030639),(1185045,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:1004:113c::',1651030674),(1185046,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.58',1651030719),(1185047,'guest','failed_login','Users','Session','tech1',0,0,'137.184.106.223',1651030829),(1185048,'guest','failed_login','Users','Session','tech1',0,0,'162.214.197.206',1651031019),(1185049,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.28',1651031025),(1185050,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.28',1651031051),(1185051,'guest','failed_login','Users','Session','drmap',0,0,'159.65.76.38',1651031127),(1185052,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.28',1651031193),(1185053,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.155',1651031266),(1185054,'guest','failed_login','Users','Session','tech1',0,0,'147.139.37.149',1651031458),(1185055,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1651031580),(1185056,'guest','failed_login','Users','Session','tech1',0,0,'68.183.47.242',1651031877),(1185057,'guest','failed_login','Users','Session','tech1',0,0,'159.65.219.142',1651031931),(1185058,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::12df:b001',1651032076),(1185059,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::1117:2001',1651032223),(1185060,'guest','failed_login','Users','Session','tech1',0,0,'167.99.78.255',1651032378),(1185061,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1651032539),(1185062,'guest','failed_login','Users','Session','tech1',0,0,'103.212.43.29',1651032874),(1185063,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.20',1651032960),(1185064,'guest','failed_login','Users','Session','drmap',0,0,'216.117.188.6',1651033009),(1185065,'guest','failed_login','Users','Session','tech1',0,0,'47.100.208.57',1651033812),(1185066,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1651033951),(1185067,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1651034582),(1185068,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1651034614),(1185069,'guest','failed_login','Users','Session','tech1',0,0,'47.241.15.39',1651034753),(1185070,'guest','failed_login','Users','Session','drmap',0,0,'195.242.103.103',1651034892),(1185071,'guest','failed_login','Users','Session','admin',0,0,'69.30.230.58',1651035654),(1185072,'guest','failed_login','Users','Session','tech1',0,0,'210.122.36.218',1651035687),(1185073,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.58',1651035687),(1185074,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::11d2:e001',1651035824),(1185075,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.20',1651036195),(1185076,'guest','failed_login','Users','Session','tech1',0,0,'47.105.61.35',1651036631),(1185077,'guest','failed_login','Users','Session','drmap',0,0,'103.149.154.8',1651036772),(1185078,'guest','failed_login','Users','Session','tech1',0,0,'164.68.97.208',1651037576),(1185079,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:5:102f::91d:58c1',1651037714),(1185080,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.29',1651037717),(1185081,'guest','failed_login','Users','Session','tech1',0,0,'211.110.139.214',1651038519),(1185082,'guest','failed_login','Users','Session','drmap',0,0,'103.101.161.220',1651038658),(1185083,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.230',1651039398),(1185084,'guest','failed_login','Users','Session','tech1',0,0,'66.11.120.48',1651039449),(1185085,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.163',1651039589),(1185086,'guest','failed_login','Users','Session','testseo',0,0,'63.141.252.69',1651040149),(1185087,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.210',1651040382),(1185088,'guest','failed_login','Users','Session','tech1',0,0,'63.141.252.69',1651040695),(1185089,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.58',1651040747),(1185090,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.156',1651040796),(1185091,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1651041259),(1185092,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.71',1651041304),(1185093,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:800:10::34bd:1',1651041440),(1185094,'guest','failed_login','Users','Session','tech1',0,0,'35.197.204.193',1651042235),(1185095,'guest','failed_login','Users','Session','drmap',0,0,'164.46.122.50',1651042372),(1185096,'guest','failed_login','Users','Session','testseo',0,0,'173.208.242.42',1651042621),(1185097,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.58',1651043031),(1185098,'guest','failed_login','Users','Session','tech1',0,0,'2607:f0d0:3901:5d::10',1651043165),(1185099,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1651043228),(1185100,'guest','failed_login','Users','Session','drmap',0,0,'23.254.184.154',1651043304),(1185101,'guest','failed_login','Users','Session','testseo',0,0,'173.208.242.42',1651043725),(1185102,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.68',1651043873),(1185103,'guest','failed_login','Users','Session','tech1',0,0,'47.114.72.18',1651044097),(1185104,'guest','failed_login','Users','Session','drmap',0,0,'185.2.4.56',1651044233),(1185105,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.205',1651045017),(1185106,'guest','failed_login','Users','Session','drmap',0,0,'185.50.199.194',1651045154),(1185107,'guest','failed_login','Users','Session','testseo',0,0,'74.91.17.83',1651045485),(1185108,'guest','failed_login','Users','Session','tech1',0,0,'121.42.231.47',1651045941),(1185109,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.60',1651046125),(1185110,'guest','failed_login','Users','Session','dmytro',0,0,'63.141.252.69',1651046545),(1185111,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1651046871),(1185112,'guest','failed_login','Users','Session','drmap',0,0,'101.0.80.218',1651047012),(1185113,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1651047378),(1185114,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.28',1651047651),(1185115,'guest','failed_login','Users','Session','tech1',0,0,'161.97.93.107',1651047820),(1185116,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.68',1651047900),(1185117,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1651047957),(1185118,'guest','failed_login','Users','Session','admin',0,0,'62.255.126.88',1651048683),(1185119,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.106',1651048754),(1185120,'guest','failed_login','Users','Session','drmap',0,0,'173.212.235.115',1651048894),(1185121,'guest','failed_login','Users','Session','admin',0,0,'176.31.116.73',1651049103),(1185122,'guest','failed_login','Users','Session','testseo',0,0,'74.91.17.83',1651049464),(1185123,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.28',1651049496),(1185124,'guest','failed_login','Users','Session','test',0,0,'69.30.230.58',1651049528),(1185125,'guest','failed_login','Users','Session','tech1',0,0,'111.231.82.232',1651049529),(1185126,'guest','failed_login','Users','Session','tech1',0,0,'20.64.155.18',1651049685),(1185127,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1651049712),(1185128,'guest','failed_login','Users','Session','drmap',0,0,'164.68.111.72',1651049829),(1185129,'guest','failed_login','Users','Session','tech1',0,0,'213.175.208.121',1651049990),(1185130,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.20',1651050140),(1185131,'guest','failed_login','Users','Session','tech1',0,0,'103.121.91.38',1651050431),(1185132,'guest','failed_login','Users','Session','tech1',0,0,'188.166.94.198',1651050617),(1185133,'guest','failed_login','Users','Session','drmap',0,0,'167.71.234.124',1651050757),(1185134,'guest','failed_login','Users','Session','tech1',0,0,'107.181.185.226',1651050907),(1185135,'guest','failed_login','Users','Session','tech1',0,0,'47.96.27.235',1651051352),(1185136,'guest','failed_login','Users','Session','tech1',0,0,'195.4.173.50',1651051541),(1185137,'guest','failed_login','Users','Session','drmap',0,0,'51.83.41.140',1651051679),(1185138,'guest','failed_login','Users','Session','tech1',0,0,'39.98.224.201',1651051838),(1185139,'guest','failed_login','Users','Session','testseo',0,0,'69.30.229.68',1651051977),(1185140,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::580:b001',1651052251),(1185141,'guest','failed_login','Users','Session','tech1',0,0,'81.70.248.169',1651052464),(1185142,'guest','failed_login','Users','Session','drmap',0,0,'43.229.129.91',1651052599),(1185143,'guest','failed_login','Users','Session','tech1',0,0,'2604:2dc0:200:1378::',1651052699),(1185144,'guest','failed_login','Users','Session','testseo',0,0,'204.12.215.60',1651052997),(1185145,'guest','failed_login','Users','Session','tech1',0,0,'173.212.214.140',1651053165),(1185146,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.42',1651053223),(1185147,'guest','failed_login','Users','Session','tech1',0,0,'148.72.207.163',1651053379),(1185148,'guest','failed_login','Users','Session','drmap',0,0,'47.90.246.252',1651053515),(1185149,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.58',1651053539),(1185150,'guest','failed_login','Users','Session','tech1',0,0,'151.106.35.235',1651053607),(1185151,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.230',1651053872),(1185152,'guest','failed_login','Users','Session','tech1',0,0,'103.204.130.160',1651054062),(1185153,'guest','failed_login','Users','Session','tech1',0,0,'162.144.87.29',1651054301),(1185154,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.106',1651054439),(1185155,'guest','failed_login','Users','Session','tech1',0,0,'47.107.130.19',1651054502),(1185156,'guest','failed_login','Users','Session','tech1',0,0,'103.121.91.38',1651054966),(1185157,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1651055128),(1185158,'guest','failed_login','Users','Session','tech1',0,0,'69.163.186.158',1651055214),(1185159,'guest','failed_login','Users','Session','drmap',0,0,'2400:8500:1801:415:118:27:30:151',1651055350),(1185160,'guest','failed_login','Users','Session','tech1',0,0,'138.128.173.10',1651055393),(1185161,'guest','failed_login','Users','Session','tech1',0,0,'47.243.59.107',1651055826),(1185162,'guest','failed_login','Users','Session','tech1',0,0,'195.179.202.215',1651056124),(1185163,'guest','failed_login','Users','Session','drmap',0,0,'109.74.196.231',1651056258),(1185164,'guest','failed_login','Users','Session','tech1',0,0,'111.93.56.221',1651056293),(1185165,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.42',1651056543),(1185166,'guest','failed_login','Users','Session','tech1',0,0,'39.105.56.236',1651056676),(1185167,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.60',1651056930),(1185168,'guest','failed_login','Users','Session','tech1',0,0,'148.72.208.193',1651057030),(1185169,'guest','failed_login','Users','Session','drmap',0,0,'104.248.225.59',1651057165),(1185170,'guest','failed_login','Users','Session','tech1',0,0,'5.189.128.189',1651057551),(1185171,'guest','failed_login','Users','Session','testseo',0,0,'208.110.66.142',1651057829),(1185172,'guest','failed_login','Users','Session','tech1',0,0,'47.93.49.198',1651057943),(1185173,'guest','failed_login','Users','Session','tech1',0,0,'104.45.41.45',1651058014),(1185174,'guest','failed_login','Users','Session','drmap',0,0,'185.2.5.77',1651058077),(1185175,'guest','failed_login','Users','Session','tech1',0,0,'196.203.219.49',1651058468),(1185176,'guest','failed_login','Users','Session','testseo',0,0,'69.30.240.29',1651058535),(1185177,'guest','failed_login','Users','Session','tech1',0,0,'95.128.43.176',1651058849),(1185178,'guest','failed_login','Users','Session','tech1',0,0,'120.24.108.217',1651058879),(1185179,'guest','failed_login','Users','Session','drmap',0,0,'46.29.23.162',1651058985),(1185180,'guest','failed_login','Users','Session','tech1',0,0,'185.49.20.78',1651059338),(1185181,'guest','failed_login','Users','Session','tech1',0,0,'175.45.125.65',1651059758),(1185182,'guest','failed_login','Users','Session','tech1',0,0,'161.35.68.167',1651059763),(1185183,'guest','failed_login','Users','Session','drmap',0,0,'64.111.116.168',1651059892),(1185184,'guest','failed_login','Users','Session','tech1',0,0,'27.72.57.169',1651060211),(1185185,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1651060659),(1185186,'guest','failed_login','Users','Session','tech1',0,0,'103.159.84.77',1651060684),(1185187,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:1c1c:351::1',1651060794),(1185188,'guest','failed_login','Users','Session','tech1',0,0,'185.49.20.78',1651061148),(1185189,'guest','failed_login','Users','Session','tech1',0,0,'103.31.249.221',1651061564),(1185190,'guest','failed_login','Users','Session','tech1',0,0,'167.172.64.96',1651061591),(1185191,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.20',1651062040),(1185192,'guest','failed_login','Users','Session','tech1',0,0,'104.45.41.45',1651062089),(1185193,'guest','failed_login','Users','Session','tech1',0,0,'82.156.109.203',1651062477),(1185194,'guest','failed_login','Users','Session','tech1',0,0,'206.81.18.112',1651062527),(1185195,'guest','failed_login','Users','Session','tech1',0,0,'62.233.120.26',1651063012),(1185196,'guest','failed_login','Users','Session','tech1',0,0,'188.166.212.133',1651063391),(1185197,'guest','failed_login','Users','Session','tech1',0,0,'107.161.177.10',1651063479),(1185198,'guest','failed_login','Users','Session','drmap',0,0,'187.84.233.39',1651063516),(1185199,'guest','failed_login','Users','Session','tech1',0,0,'43.241.58.180',1651063949),(1185200,'guest','failed_login','Users','Session','tech1',0,0,'37.139.13.163',1651064284),(1185201,'guest','failed_login','Users','Session','tech1',0,0,'171.244.17.110',1651064408),(1185202,'guest','failed_login','Users','Session','drmap',0,0,'158.69.63.179',1651064418),(1185203,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.20',1651064779),(1185204,'guest','failed_login','Users','Session','tech1',0,0,'178.128.51.162',1651064878),(1185205,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.68',1651065183),(1185206,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:5:102f::91d:58c1',1651065325),(1185207,'guest','failed_login','Users','Session','tech1',0,0,'116.255.178.218',1651065386),(1185208,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:69f2::1',1651065869),(1185209,'guest','failed_login','Users','Session','drmap',0,0,'97.74.89.166',1651066235),(1185210,'guest','failed_login','Users','Session','tech1',0,0,'80.246.1.193',1651066347),(1185211,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.230',1651066677),(1185212,'guest','failed_login','Users','Session','tech1',0,0,'47.96.27.235',1651066812),(1185213,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::9ed:d001',1651067016),(1185214,'guest','failed_login','Users','Session','drmap',0,0,'148.72.208.193',1651067151),(1185215,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.230',1651067198),(1185216,'guest','failed_login','Users','Session','tech1',0,0,'185.49.20.78',1651067322),(1185217,'guest','failed_login','Users','Session','tech1',0,0,'35.219.62.239',1651067797),(1185218,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.219',1651067924),(1185219,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.8',1651068060),(1185220,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1651068147),(1185221,'guest','failed_login','Users','Session','tech1',0,0,'103.73.189.211',1651068300),(1185222,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.142',1651068723),(1185223,'guest','failed_login','Users','Session','tech1',0,0,'178.128.51.162',1651068800),(1185224,'guest','failed_login','Users','Session','tech1',0,0,'148.72.214.245',1651068833),(1185225,'guest','failed_login','Users','Session','drmap',0,0,'167.71.163.218',1651068977),(1185226,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.76',1651069036),(1185227,'guest','failed_login','Users','Session','tech1',0,0,'35.219.62.239',1651069310),(1185228,'guest','failed_login','Users','Session','tech1',0,0,'188.127.231.190',1651069748),(1185229,'guest','failed_login','Users','Session','tech1',0,0,'103.57.222.104',1651069818),(1185230,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.68',1651070112),(1185231,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.28',1651070139),(1185232,'guest','failed_login','Users','Session','admin',0,0,'173.208.206.28',1651070144),(1185233,'guest','failed_login','Users','Session','tech1',0,0,'42.200.169.14',1651070351),(1185234,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1651070665),(1185235,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.210',1651070802),(1185236,'guest','failed_login','Users','Session','test',0,0,'192.187.127.20',1651070811),(1185237,'guest','failed_login','Users','Session','tech1',0,0,'47.107.130.19',1651070846),(1185238,'guest','failed_login','Users','Session','bangkokfinder',0,0,'107.150.36.76',1651070964),(1185239,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.20',1651070968),(1185240,'guest','failed_login','Users','Session','tech1',0,0,'103.121.91.38',1651071376),(1185241,'guest','failed_login','Users','Session','tech1',0,0,'167.172.64.96',1651071587),(1185242,'guest','failed_login','Users','Session','drmap',0,0,'162.240.28.177',1651071725),(1185243,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.68',1651071884),(1185244,'guest','failed_login','Users','Session','tech1',0,0,'162.219.250.15',1651071897),(1185245,'guest','failed_login','Users','Session','tech1',0,0,'47.107.33.26',1651072402),(1185246,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.156',1651072448),(1185247,'guest','failed_login','Users','Session','tech1',0,0,'121.42.231.47',1651072516),(1185248,'guest','failed_login','Users','Session','drmap',0,0,'103.149.154.8',1651072652),(1185249,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:161:1d2::2',1651072933),(1185250,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.29',1651073014),(1185251,'guest','failed_login','Users','Session','tech1',0,0,'103.121.91.38',1651073337),(1185252,'guest','failed_login','Users','Session','tech1',0,0,'167.172.168.111',1651073437),(1185253,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.28',1651073488),(1185254,'guest','failed_login','Users','Session','drmap',0,0,'89.58.11.2',1651073574),(1185255,'guest','failed_login','Users','Session','tech1',0,0,'34.68.97.70',1651073693),(1185256,'guest','failed_login','Users','Session','tech1',0,0,'103.146.202.150',1651073986),(1185257,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.29',1651074269),(1185258,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.28',1651074281),(1185259,'guest','failed_login','Users','Session','tech1',0,0,'103.159.224.46',1651074283),(1185260,'guest','failed_login','Users','Session','tech1',0,0,'2001:470:c:7e2::2',1651074355),(1185261,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1651074490),(1185262,'guest','failed_login','Users','Session','tech1',0,0,'211.110.139.214',1651074554),(1185263,'guest','failed_login','Users','Session','tech1',0,0,'41.93.82.7',1651074789),(1185264,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.240.29',1651074986),(1185265,'guest','failed_login','Users','Session','tech1',0,0,'185.67.101.150',1651075002),(1185266,'guest','failed_login','Users','Session','tech1',0,0,'207.148.66.152',1651075264),(1185267,'guest','failed_login','Users','Session','tech1',0,0,'162.241.252.119',1651075272),(1185268,'guest','failed_login','Users','Session','drmap',0,0,'209.97.162.248',1651075399),(1185269,'guest','failed_login','Users','Session','admin',0,0,'210.5.50.149',1651075527),(1185270,'guest','failed_login','Users','Session','admin',0,0,'52.5.40.206',1651075769),(1185271,'guest','failed_login','Users','Session','tech1',0,0,'209.159.150.110',1651076015),(1185272,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:1004:113c::',1651076176),(1185273,'guest','failed_login','Users','Session','tech1',0,0,'159.65.251.222',1651076235),(1185274,'guest','failed_login','Users','Session','drmap',0,0,'51.91.151.60',1651076314),(1185275,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.223',1651076493),(1185276,'guest','failed_login','Users','Session','test',0,0,'173.208.153.156',1651076560),(1185277,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::161:e001',1651076704),(1185278,'guest','failed_login','Users','Session','tech1',0,0,'123.31.41.38',1651076943),(1185279,'guest','failed_login','Users','Session','tech1',0,0,'43.241.70.75',1651077089),(1185280,'guest','failed_login','Users','Session','tech1',0,0,'41.93.82.7',1651077194),(1185281,'guest','failed_login','Users','Session','drmap',0,0,'77.22.36.21',1651077229),(1185282,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.206.28',1651077321),(1185283,'guest','failed_login','Users','Session','tech1',0,0,'104.36.149.6',1651077399),(1185284,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.42',1651077627),(1185285,'guest','failed_login','Users','Session','tech1',0,0,'194.36.191.196',1651077636),(1185286,'guest','failed_login','Users','Session','tech1',0,0,'144.217.170.27',1651077861),(1185287,'guest','failed_login','Users','Session','tech1',0,0,'69.163.196.200',1651077993),(1185288,'guest','failed_login','Users','Session','tech1',0,0,'185.49.20.77',1651078073),(1185289,'guest','failed_login','Users','Session','drmap',0,0,'51.75.15.189',1651078128),(1185290,'guest','failed_login','Users','Session','tech1',0,0,'52.5.40.206',1651078295),(1185291,'guest','failed_login','Users','Session','tech1',0,0,'35.195.135.67',1651078501),(1185292,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.20',1651078643),(1185293,'guest','failed_login','Users','Session','tech1',0,0,'184.171.244.219',1651078722),(1185294,'guest','failed_login','Users','Session','tech1',0,0,'207.180.207.240',1651078899),(1185295,'guest','failed_login','Users','Session','tech1',0,0,'104.131.60.249',1651078923),(1185296,'guest','failed_login','Users','Session','drmap',0,0,'2a00:1128:1:1::147:43',1651079033),(1185297,'guest','failed_login','Users','Session','tech1',0,0,'45.162.168.221',1651079150),(1185298,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.68',1651079263),(1185299,'guest','failed_login','Users','Session','tech1',0,0,'67.222.142.146',1651079379),(1185300,'guest','failed_login','Users','Session','testseo',0,0,'74.91.17.83',1651079487),(1185301,'guest','failed_login','Users','Session','tech1',0,0,'103.8.238.13',1651079606),(1185302,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.60',1651079686),(1185303,'guest','failed_login','Users','Session','tech1',0,0,'81.70.248.169',1651079813),(1185304,'guest','failed_login','Users','Session','tech1',0,0,'143.198.173.67',1651079831),(1185305,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.58',1651079873),(1185306,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f9:c011:37ed::1',1651079947),(1185307,'guest','failed_login','Users','Session','tech1',0,0,'194.36.191.196',1651080064),(1185308,'guest','failed_login','Users','Session','tech1',0,0,'123.56.133.63',1651080276),(1185309,'guest','failed_login','Users','Session','tech1',0,0,'116.255.173.135',1651080544),(1185310,'guest','failed_login','Users','Session','tech1',0,0,'195.242.103.103',1651080708),(1185311,'guest','failed_login','Users','Session','tech1',0,0,'192.99.76.111',1651080746),(1185312,'guest','failed_login','Users','Session','drmap',0,0,'216.117.188.6',1651080843),(1185313,'guest','failed_login','Users','Session','tech1',0,0,'178.62.9.122',1651080979),(1185314,'guest','failed_login','Users','Session','tech1',0,0,'47.242.50.8',1651081194),(1185315,'guest','failed_login','Users','Session','tech1',0,0,'80.246.1.193',1651081439),(1185316,'guest','failed_login','Users','Session','testseo',0,0,'69.30.240.29',1651081625),(1185317,'guest','failed_login','Users','Session','tech1',0,0,'47.91.87.213',1651081675),(1185318,'guest','failed_login','Users','Session','admin',0,0,'88.198.19.200',1651081728),(1185319,'guest','failed_login','Users','Session','admin',0,0,'2607:f0d0:3901:5d::10',1651081860),(1185320,'guest','failed_login','Users','Session','tech1',0,0,'45.125.239.179',1651081909),(1185321,'guest','failed_login','Users','Session','tech1',0,0,'13.126.202.3',1651082130),(1185322,'guest','failed_login','Users','Session','tech1',0,0,'81.70.151.13',1651082354),(1185323,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.60',1651082567),(1185324,'guest','failed_login','Users','Session','tech1',0,0,'167.71.111.16',1651082603),(1185325,'guest','failed_login','Users','Session','admin',0,0,'128.199.62.78',1651082618),(1185326,'guest','failed_login','Users','Session','admin',0,0,'159.203.121.12',1651082754),(1185327,'guest','failed_login','Users','Session','tech1',0,0,'5.189.128.189',1651082850),(1185328,'guest','failed_login','Users','Session','tech1',0,0,'162.214.145.74',1651083074),(1185329,'guest','failed_login','Users','Session','troy',0,0,'69.197.155.230',1651083129),(1185330,'guest','failed_login','Users','Session','tech1',0,0,'184.95.38.138',1651083308),(1185331,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.20',1651083437),(1185332,'guest','failed_login','Users','Session','admin',0,0,'150.95.113.178',1651083519),(1185333,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.20',1651083528),(1185334,'guest','failed_login','Users','Session','tech1',0,0,'43.241.58.180',1651083553),(1185335,'guest','failed_login','Users','Session','admin',0,0,'2a01:4f8:162:6188::2',1651083652),(1185336,'guest','failed_login','Users','Session','tech1',0,0,'47.242.50.8',1651083791),(1185337,'guest','failed_login','Users','Session','tech1',0,0,'213.5.71.211',1651084054),(1185338,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.20',1651084064),(1185339,'guest','failed_login','Users','Session','tech1',0,0,'178.62.9.122',1651084299),(1185340,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.29',1651084383),(1185341,'guest','failed_login','Users','Session','admin',0,0,'2607:f298:5:102f::91d:58c1',1651084414),(1185342,'guest','failed_login','Users','Session','tech1',0,0,'50.59.99.143',1651084543),(1185343,'guest','failed_login','Users','Session','admin',0,0,'195.4.173.50',1651084548),(1185344,'guest','failed_login','Users','Session','tech1',0,0,'185.49.20.78',1651084790),(1185345,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.60',1651085018),(1185346,'guest','failed_login','Users','Session','tech1',0,0,'162.214.186.253',1651085028),(1185347,'guest','failed_login','Users','Session','tech1',0,0,'34.123.125.44',1651085300),(1185348,'guest','failed_login','Users','Session','admin',0,0,'2604:a880:4:1d0::b9:8000',1651085315),(1185349,'guest','failed_login','Users','Session','admin',0,0,'159.223.170.181',1651085448),(1185350,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.68',1651085546),(1185351,'guest','failed_login','Users','Session','tech1',0,0,'216.158.230.167',1651085561),(1185352,'guest','failed_login','Users','Session','tech1',0,0,'52.189.215.54',1651085794),(1185353,'guest','failed_login','Users','Session','tech1',0,0,'8.210.57.22',1651086049),(1185354,'guest','failed_login','Users','Session','admin',0,0,'185.19.190.26',1651086213),(1185355,'guest','failed_login','Users','Session','tech1',0,0,'148.72.211.177',1651086303),(1185356,'guest','failed_login','Users','Session','admin',0,0,'139.59.118.238',1651086347),(1185357,'guest','failed_login','Users','Session','tech1',0,0,'35.202.241.36',1651086588),(1185358,'guest','failed_login','Users','Session','tech1',0,0,'60.43.240.175',1651086842),(1185359,'guest','failed_login','Users','Session','tech1',0,0,'88.208.209.101',1651087111),(1185360,'guest','failed_login','Users','Session','tech1',0,0,'81.70.248.169',1651087126),(1185361,'guest','failed_login','Users','Session','testseo',0,0,'192.187.127.20',1651087259),(1185362,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1651087260),(1185363,'guest','failed_login','Users','Session','tech1',0,0,'178.62.9.122',1651087377),(1185364,'guest','failed_login','Users','Session','tech1',0,0,'103.129.178.69',1651087624),(1185365,'guest','failed_login','Users','Session','testseo',0,0,'204.12.255.60',1651087743),(1185366,'guest','failed_login','Users','Session','tech1',0,0,'185.46.121.66',1651087904),(1185367,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::631:1001',1651088037),(1185368,'guest','failed_login','Users','Session','tech1',0,0,'185.49.20.78',1651088168),(1185369,'guest','failed_login','Users','Session','drmap',0,0,'2400:8500:1301:738:133:130:103:36',1651088171),(1185370,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.28',1651088301),(1185371,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.28',1651088380),(1185372,'guest','failed_login','Users','Session','tech1',0,0,'103.74.118.242',1651088413),(1185373,'guest','failed_login','Users','Session','tech1',0,0,'42.200.169.14',1651088684),(1185374,'guest','failed_login','Users','Session','tech1',0,0,'212.103.4.29',1651088948),(1185375,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::1124:d001',1651088949),(1185376,'guest','failed_login','Users','Session','tech1',0,0,'81.70.151.13',1651089221),(1185377,'guest','failed_login','Users','Session','tech1',0,0,'216.245.215.122',1651089489),(1185378,'guest','failed_login','Users','Session','tech1',0,0,'143.110.208.83',1651089779),(1185379,'guest','failed_login','Users','Session','tech1',0,0,'103.39.134.190',1651089859),(1185380,'guest','failed_login','Users','Session','admin',0,0,'101.37.28.132',1651089973),(1185381,'guest','failed_login','Users','Session','drmap',0,0,'162.241.71.202',1651089994),(1185382,'guest','failed_login','Users','Session','admin',0,0,'148.72.211.177',1651090246),(1185383,'guest','failed_login','Users','Session','tech1',0,0,'159.203.31.171',1651090550),(1185384,'guest','failed_login','Users','Session','tech1',0,0,'97.74.89.166',1651090779),(1185385,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:c:b1a::',1651090822),(1185386,'guest','failed_login','Users','Session','drmap',0,0,'92.204.138.28',1651090915),(1185387,'guest','failed_login','Users','Session','tech1',0,0,'77.77.150.95',1651091101),(1185388,'guest','failed_login','Users','Session','tech1',0,0,'35.193.222.165',1651091374),(1185389,'guest','failed_login','Users','Session','tech1',0,0,'213.136.93.169',1651091651),(1185390,'guest','failed_login','Users','Session','tech1',0,0,'164.46.122.50',1651091695),(1185391,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::4c3c:e001',1651091933),(1185392,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.156',1651091994),(1185393,'guest','failed_login','Users','Session','tech1',0,0,'138.128.173.10',1651092207),(1185394,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1651092492),(1185395,'guest','failed_login','Users','Session','admin',0,0,'194.90.234.21',1651092623),(1185396,'guest','failed_login','Users','Session','admin',0,0,'2600:1f13:905:dd00:9151:fbf8:b12e:9318',1651092760),(1185397,'guest','failed_login','Users','Session','tech1',0,0,'62.233.120.26',1651092780),(1185398,'guest','failed_login','Users','Session','tech1',0,0,'111.93.56.221',1651093071),(1185399,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.76',1651093143),(1185400,'guest','failed_login','Users','Session','tech1',0,0,'80.246.1.193',1651093345),(1185401,'guest','failed_login','Users','Session','admin',0,0,'185.190.117.89',1651093534),(1185402,'guest','failed_login','Users','Session','tech1',0,0,'176.31.116.73',1651093624),(1185403,'guest','failed_login','Users','Session','admin',0,0,'35.203.66.166',1651093671),(1185404,'guest','failed_login','Users','Session','testseo',0,0,'204.12.255.60',1651093677),(1185405,'guest','failed_login','Users','Session','tech1',0,0,'178.62.9.122',1651093916),(1185406,'guest','failed_login','Users','Session','tech1',0,0,'103.74.118.242',1651094184),(1185407,'guest','failed_login','Users','Session','admin',0,0,'185.19.190.26',1651094456),(1185408,'guest','failed_login','Users','Session','tech1',0,0,'116.62.155.4',1651094477),(1185409,'guest','failed_login','Users','Session','admin',0,0,'81.88.52.205',1651094591),(1185410,'guest','failed_login','Users','Session','tech1',0,0,'116.62.155.4',1651094765),(1185411,'guest','failed_login','Users','Session','testseo',0,0,'208.110.66.142',1651094785),(1185412,'guest','failed_login','Users','Session','tech1',0,0,'216.158.230.167',1651095081),(1185413,'guest','failed_login','Users','Session','admin',0,0,'104.248.144.242',1651095374),(1185414,'guest','failed_login','Users','Session','tech1',0,0,'84.205.178.134',1651095383),(1185415,'guest','failed_login','Users','Session','admin',0,0,'188.127.231.190',1651095513),(1185416,'guest','failed_login','Users','Session','tech1',0,0,'66.29.154.216',1651095673),(1185417,'guest','failed_login','Users','Session','tech1',0,0,'144.91.75.9',1651095967),(1185418,'guest','failed_login','Users','Session','tech1',0,0,'107.180.88.41',1651096265),(1185419,'guest','failed_login','Users','Session','admin',0,0,'185.50.199.194',1651096305),(1185420,'guest','failed_login','Users','Session','tech1',0,0,'34.176.50.114',1651096548),(1185421,'guest','failed_login','Users','Session','tech1',0,0,'85.119.122.23',1651096852),(1185422,'guest','failed_login','Users','Session','tech1',0,0,'194.163.156.168',1651097167),(1185423,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.60',1651097197),(1185424,'guest','failed_login','Users','Session','admin',0,0,'128.199.20.153',1651097237),(1185425,'guest','failed_login','Users','Session','admin',0,0,'89.245.9.114',1651097376),(1185426,'guest','failed_login','Users','Session','tech1',0,0,'167.99.12.57',1651097469),(1185427,'guest','failed_login','Users','Session','tech1',0,0,'94.26.245.40',1651097789),(1185428,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.20',1651098011),(1185429,'guest','failed_login','Users','Session','tech1',0,0,'74.208.252.140',1651098094),(1185430,'guest','failed_login','Users','Session','admin',0,0,'2a00:1128:1:1::147:43',1651098184),(1185431,'guest','failed_login','Users','Session','admin',0,0,'109.74.196.231',1651098325),(1185432,'guest','failed_login','Users','Session','tech1',0,0,'144.217.170.27',1651098403),(1185433,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.28',1651098435),(1185434,'guest','failed_login','Users','Session','tech1',0,0,'68.183.192.217',1651098722),(1185435,'guest','failed_login','Users','Session','testseo',0,0,'204.12.255.60',1651098873),(1185436,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:69f2::1',1651099031),(1185437,'guest','failed_login','Users','Session','admin',0,0,'95.217.3.203',1651099131),(1185438,'guest','failed_login','Users','Session','admin',0,0,'8.210.146.161',1651099267),(1185439,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1651099455),(1185440,'guest','failed_login','Users','Session','tech1',0,0,'103.72.76.17',1651099664),(1185441,'guest','failed_login','Users','Session','tech1',0,0,'107.181.185.226',1651099957),(1185442,'guest','failed_login','Users','Session','admin',0,0,'103.219.60.130',1651100050),(1185443,'guest','failed_login','Users','Session','admin',0,0,'207.180.205.52',1651100189),(1185444,'guest','failed_login','Users','Session','tech1',0,0,'189.125.37.42',1651100260),(1185445,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.60',1651100314),(1185446,'guest','failed_login','Users','Session','tech1',0,0,'68.183.192.217',1651100593),(1185447,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.20',1651100837),(1185448,'guest','failed_login','Users','Session','tech1',0,0,'148.72.208.193',1651100988),(1185449,'guest','failed_login','Users','Session','drmap',0,0,'148.72.214.194',1651101128),(1185450,'guest','failed_login','Users','Session','tech1',0,0,'185.56.11.161',1651101232),(1185451,'guest','failed_login','Users','Session','tech1',0,0,'176.235.216.155',1651101552),(1185452,'guest','failed_login','Users','Session','tech1',0,0,'144.91.75.9',1651101879),(1185453,'guest','failed_login','Users','Session','tech1',0,0,'95.217.3.203',1651101928),(1185454,'guest','failed_login','Users','Session','drmap',0,0,'167.71.163.218',1651102067),(1185455,'guest','failed_login','Users','Session','tech1',0,0,'150.95.24.78',1651102185),(1185456,'guest','failed_login','Users','Session','tech1',0,0,'2604:2dc0:200:1378::',1651102500),(1185457,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.20',1651102590),(1185458,'guest','failed_login','Users','Session','tech1',0,0,'150.95.113.178',1651102869),(1185459,'guest','failed_login','Users','Session','drmap',0,0,'157.119.188.31',1651103009),(1185460,'guest','failed_login','Users','Session','tech1',0,0,'39.105.56.236',1651103144),(1185461,'guest','failed_login','Users','Session','tech1',0,0,'162.219.250.15',1651103486),(1185462,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1651103805),(1185463,'guest','failed_login','Users','Session','tech1',0,0,'47.98.207.210',1651103807),(1185464,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1651103814),(1185465,'guest','failed_login','Users','Session','drmap',0,0,'31.172.80.144',1651103946),(1185466,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.20',1651104061),(1185467,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:2:f0::57:b001',1651104131),(1185468,'guest','failed_login','Users','Session','tech1',0,0,'43.241.58.180',1651104440),(1185469,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1651104756),(1185470,'guest','failed_login','Users','Session','tech1',0,0,'125.227.127.195',1651104774),(1185471,'guest','failed_login','Users','Session','drmap',0,0,'8.210.146.161',1651104898),(1185472,'guest','failed_login','Users','Session','tech1',0,0,'103.42.58.102',1651105113),(1185473,'guest','failed_login','Users','Session','testseo',0,0,'173.208.206.28',1651105154),(1185474,'guest','failed_login','Users','Session','tech1',0,0,'121.37.149.3',1651105728),(1185475,'guest','failed_login','Users','Session','tech1',0,0,'184.171.244.219',1651105811),(1185476,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d1::631:1001',1651105868),(1185477,'guest','failed_login','Users','Session','tech1',0,0,'211.110.139.214',1651106165),(1185478,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.202.92',1651106384),(1185479,'guest','failed_login','Users','Session','tech1',0,0,'72.167.225.151',1651106489),(1185480,'guest','failed_login','Users','Session','tech1',0,0,'162.241.71.202',1651106675),(1185481,'guest','failed_login','Users','Session','drmap',0,0,'97.74.89.166',1651106816),(1185482,'guest','failed_login','Users','Session','tech1',0,0,'104.248.15.201',1651106816),(1185483,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1651106890),(1185484,'guest','failed_login','Users','Session','tech1',0,0,'184.95.38.138',1651107148),(1185485,'guest','failed_login','Users','Session','tech1',0,0,'120.24.108.217',1651107487),(1185486,'guest','failed_login','Users','Session','tech1',0,0,'93.86.255.38',1651107621),(1185487,'guest','failed_login','Users','Session','drmap',0,0,'20.64.155.18',1651107755),(1185488,'guest','failed_login','Users','Session','tech1',0,0,'158.255.80.210',1651107859),(1185489,'guest','failed_login','Users','Session','tech1',0,0,'8.210.144.239',1651108168),(1185490,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4f71',1651108532),(1185491,'guest','failed_login','Users','Session','tech1',0,0,'51.107.184.18',1651108572),(1185492,'guest','failed_login','Users','Session','tech1',0,0,'178.128.187.183',1651109506),(1185493,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1651109531),(1185494,'guest','failed_login','Users','Session','drmap',0,0,'103.90.232.219',1651109653),(1185495,'guest','failed_login','Users','Session','admin',0,0,'178.128.14.157',1651109814),(1185496,'guest','failed_login','Users','Session','admin',0,0,'107.161.177.10',1651110179),(1185497,'guest','failed_login','Users','Session','tech1',0,0,'138.197.173.121',1651110530),(1185498,'guest','failed_login','Users','Session','drmap',0,0,'91.134.248.249',1651110594),(1185499,'guest','failed_login','Users','Session','tech1',0,0,'80.246.1.193',1651110872),(1185500,'guest','failed_login','Users','Session','tech1',0,0,'8.210.144.239',1651111200),(1185501,'guest','failed_login','Users','Session','testseo',0,0,'173.208.153.156',1651111353),(1185502,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:6:a034::ef8:bfd',1651111537),(1185503,'guest','failed_login','Users','Session','tech1',0,0,'143.198.173.67',1651111557),(1185504,'guest','failed_login','Users','Session','tech1',0,0,'84.205.178.134',1651111921),(1185505,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1651111957),(1185506,'guest','failed_login','Users','Session','tech1',0,0,'107.152.234.218',1651112274),(1185507,'guest','failed_login','Users','Session','tech1',0,0,'159.203.120.246',1651112348),(1185508,'guest','failed_login','Users','Session','drmap',0,0,'139.59.75.162',1651112488),(1185509,'guest','failed_login','Users','Session','tech1',0,0,'178.128.14.157',1651112613),(1185510,'guest','failed_login','Users','Session','tech1',0,0,'39.108.134.146',1651112980),(1185511,'guest','failed_login','Users','Session','tech1',0,0,'66.11.120.48',1651113294),(1185512,'guest','failed_login','Users','Session','testseo',0,0,'69.30.230.58',1651113318),(1185513,'guest','failed_login','Users','Session','tech1',0,0,'62.233.120.26',1651113367),(1185514,'guest','failed_login','Users','Session','drmap',0,0,'164.68.97.208',1651113438),(1185515,'guest','failed_login','Users','Session','tech1',0,0,'159.89.23.231',1651113719),(1185516,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.58',1651113938),(1185517,'guest','failed_login','Users','Session','tech1',0,0,'62.171.136.23',1651114102),(1185518,'guest','failed_login','Users','Session','tech1',0,0,'173.212.201.226',1651114249),(1185519,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.83',1651114283),(1185520,'guest','failed_login','Users','Session','drmap',0,0,'47.114.72.18',1651114384),(1185521,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::1124:d001',1651114404),(1185522,'guest','failed_login','Users','Session','testseo',0,0,'107.150.36.76',1651114510),(1185523,'guest','failed_login','Users','Session','tech1',0,0,'185.74.252.12',1651114774),(1185524,'guest','failed_login','Users','Session','tech1',0,0,'35.195.135.67',1651115128),(1185525,'guest','failed_login','Users','Session','tech1',0,0,'103.212.43.29',1651115198),(1185526,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:400:d0::1867:2001',1651115335),(1185527,'guest','failed_login','Users','Session','tech1',0,0,'199.192.22.72',1651115468),(1185528,'guest','failed_login','Users','Session','tech1',0,0,'62.255.126.88',1651115854),(1185529,'guest','failed_login','Users','Session','tech1',0,0,'142.93.54.10',1651116155),(1185530,'guest','failed_login','Users','Session','tech1',0,0,'35.193.222.165',1651116208),(1185531,'guest','failed_login','Users','Session','drmap',0,0,'195.242.103.103',1651116305),(1185532,'guest','failed_login','Users','Session','tech1',0,0,'101.32.62.196',1651116554),(1185533,'guest','failed_login','Users','Session','admin',0,0,'69.197.154.20',1651116702),(1185534,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.68',1651116760),(1185535,'guest','failed_login','Users','Session','tech1',0,0,'185.74.252.12',1651116936),(1185536,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1651117004),(1185537,'guest','failed_login','Users','Session','tech1',0,0,'103.166.183.192',1651117112),(1185538,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.60',1651117244),(1185539,'guest','failed_login','Users','Session','drmap',0,0,'89.245.9.114',1651117256),(1185540,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:2:f0::57:b001',1651117291),(1185541,'guest','failed_login','Users','Session','tech1',0,0,'35.247.159.133',1651117631),(1185542,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.20',1651117836),(1185543,'guest','failed_login','Users','Session','tech1',0,0,'79.137.141.196',1651118004),(1185544,'guest','failed_login','Users','Session','tech1',0,0,'72.167.34.14',1651118072),(1185545,'guest','failed_login','Users','Session','drmap',0,0,'165.227.141.125',1651118214),(1185546,'guest','failed_login','Users','Session','tech1',0,0,'64.37.52.95',1651118364),(1185547,'guest','failed_login','Users','Session','testseo',0,0,'204.12.255.60',1651118548),(1185548,'guest','failed_login','Users','Session','tech1',0,0,'95.111.250.205',1651118728),(1185549,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.42',1651118848),(1185550,'guest','failed_login','Users','Session','tech1',0,0,'167.71.234.124',1651119037),(1185551,'guest','failed_login','Users','Session','tech1',0,0,'194.163.159.35',1651119087),(1185552,'guest','failed_login','Users','Session','drmap',0,0,'178.217.190.82',1651119182),(1185553,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.68',1651119237),(1185554,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.42',1651119278),(1185555,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.68',1651119432),(1185556,'guest','failed_login','Users','Session','tech1',0,0,'184.95.38.138',1651119439),(1185557,'guest','failed_login','Users','Session','dmytro',0,0,'74.91.17.83',1651119802),(1185558,'guest','failed_login','Users','Session','tech1',0,0,'116.62.49.96',1651119813),(1185559,'guest','failed_login','Users','Session','testseo',0,0,'208.110.66.142',1651120052),(1185560,'guest','failed_login','Users','Session','drmap',0,0,'212.103.4.29',1651120148),(1185561,'guest','failed_login','Users','Session','tech1',0,0,'138.197.173.121',1651120186),(1185562,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.58',1651120264),(1185563,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.20',1651120363),(1185564,'guest','failed_login','Users','Session','tech1',0,0,'185.74.252.12',1651120558),(1185565,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.42',1651120823),(1185566,'guest','failed_login','Users','Session','tech1',0,0,'2603:300b:640:3000::cbf4',1651120905),(1185567,'guest','failed_login','Users','Session','tech1',0,0,'161.97.175.221',1651120975),(1185568,'guest','failed_login','Users','Session','drmap',0,0,'167.172.105.95',1651121121),(1185569,'guest','failed_login','Users','Session','tech1',0,0,'148.72.211.177',1651121270),(1185570,'guest','failed_login','Users','Session','tech1',0,0,'151.106.35.235',1651121658),(1185571,'guest','failed_login','Users','Session','tech1',0,0,'66.11.120.48',1651121941),(1185572,'guest','failed_login','Users','Session','drmap',0,0,'167.172.105.95',1651122085),(1185573,'guest','failed_login','Users','Session','tech1',0,0,'101.37.28.132',1651122390),(1185574,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.20',1651122672),(1185575,'guest','failed_login','Users','Session','tech1',0,0,'120.24.195.68',1651122767),(1185576,'guest','failed_login','Users','Session','tech1',0,0,'2400:8100:ffff:0:117:120:13:52',1651122917),(1185577,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.76',1651123021),(1185578,'guest','failed_login','Users','Session','drmap',0,0,'72.167.34.14',1651123060),(1185579,'guest','failed_login','Users','Session','tech1',0,0,'47.91.87.213',1651123537),(1185580,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.42',1651123599),(1185581,'guest','failed_login','Users','Session','admin',0,0,'43.241.70.75',1651123662),(1185582,'guest','failed_login','Users','Session','admin',0,0,'161.97.118.255',1651123664),(1185583,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.42',1651123673),(1185584,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.20',1651123713),(1185585,'guest','failed_login','Users','Session','testseo',0,0,'173.208.206.28',1651123879),(1185586,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.42',1651124108),(1185587,'guest','failed_login','Users','Session','admin',0,0,'51.75.15.189',1651124261),(1185588,'guest','failed_login','Users','Session','admin',0,0,'52.234.178.100',1651124269),(1185589,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.92',1651124522),(1185590,'guest','failed_login','Users','Session','admin',0,0,'104.248.144.242',1651124869),(1185591,'guest','failed_login','Users','Session','admin',0,0,'173.212.235.115',1651124876),(1185592,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.20',1651124906),(1185593,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.229.68',1651125225),(1185594,'guest','failed_login','Users','Session','admin',0,0,'137.184.117.52',1651125470),(1185595,'guest','failed_login','Users','Session','testseo',0,0,'69.30.229.68',1651125791),(1185596,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.230',1651126054),(1185597,'guest','failed_login','Users','Session','admin',0,0,'103.90.232.219',1651126077),(1185598,'guest','failed_login','Users','Session','admin',0,0,'13.79.17.158',1651126081),(1185599,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.42',1651126129),(1185600,'guest','failed_login','Users','Session','admin',0,0,'81.88.52.205',1651126688),(1185601,'guest','failed_login','Users','Session','admin',0,0,'194.233.67.249',1651126696),(1185602,'guest','failed_login','Users','Session','tech1',0,0,'94.23.252.163',1651127291),(1185603,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.58',1651127817),(1185604,'guest','failed_login','Users','Session','drmap',0,0,'209.97.151.249',1651127904),(1185605,'guest','failed_login','Users','Session','tech1',0,0,'167.172.151.91',1651127907),(1185606,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1651128521),(1185607,'guest','failed_login','Users','Session','tech1',0,0,'51.91.151.60',1651128524),(1185608,'guest','failed_login','Users','Session','drmap',0,0,'77.221.130.84',1651129149),(1185609,'guest','failed_login','Users','Session','tech1',0,0,'103.39.134.190',1651129152),(1185610,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1651129366),(1185611,'guest','failed_login','Users','Session','drmap',0,0,'43.241.70.75',1651129782),(1185612,'guest','failed_login','Users','Session','tech1',0,0,'35.195.252.29',1651129785),(1185613,'guest','failed_login','Users','Session','drmap',0,0,'34.69.109.132',1651130411),(1185614,'guest','failed_login','Users','Session','tech1',0,0,'208.113.180.18',1651130413),(1185615,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1651130458),(1185616,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.20',1651130876),(1185617,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.230',1651130922),(1185618,'guest','failed_login','Users','Session','admin',0,0,'139.59.96.76',1651131022),(1185619,'guest','failed_login','Users','Session','admin',0,0,'77.221.130.84',1651131026),(1185620,'guest','failed_login','Users','Session','admin',0,0,'188.127.231.190',1651131620),(1185621,'guest','failed_login','Users','Session','admin',0,0,'37.139.13.163',1651131624),(1185622,'guest','failed_login','Users','Session','admin',0,0,'123.60.59.154',1651132211),(1185623,'guest','failed_login','Users','Session','admin',0,0,'159.89.27.131',1651132217),(1185624,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.142',1651132230),(1185625,'guest','failed_login','Users','Session','admin',0,0,'198.46.160.118',1651132795),(1185626,'guest','failed_login','Users','Session','admin',0,0,'2a01:4f9:c010:82e3::1',1651132798),(1185627,'guest','failed_login','Users','Session','admin',0,0,'88.87.206.123',1651133386),(1185628,'guest','failed_login','Users','Session','admin',0,0,'103.101.161.220',1651133389),(1185629,'guest','failed_login','Users','Session','testseo',0,0,'69.197.155.230',1651133643),(1185630,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.20',1651133951),(1185631,'guest','failed_login','Users','Session','admin',0,0,'144.91.117.193',1651133979),(1185632,'guest','failed_login','Users','Session','admin',0,0,'144.91.117.193',1651133982),(1185633,'guest','failed_login','Users','Session','admin',0,0,'217.61.54.110',1651134567),(1185634,'guest','failed_login','Users','Session','admin',0,0,'13.229.221.204',1651134572),(1185635,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.68',1651134754),(1185636,'guest','failed_login','Users','Session','admin',0,0,'103.28.37.180',1651135162),(1185637,'guest','failed_login','Users','Session','admin',0,0,'52.226.64.215',1651135169),(1185638,'guest','failed_login','Users','Session','admin',0,0,'195.4.173.50',1651135748),(1185639,'guest','failed_login','Users','Session','drmap',0,0,'51.83.41.140',1651136342),(1185640,'guest','failed_login','Users','Session','tech1',0,0,'104.248.144.242',1651136347),(1185641,'guest','failed_login','Users','Session','testseo',0,0,'173.208.153.156',1651136560),(1185642,'guest','failed_login','Users','Session','drmap',0,0,'103.159.224.46',1651136940),(1185643,'guest','failed_login','Users','Session','tech1',0,0,'66.11.120.48',1651136943),(1185644,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:115b::e12:8f0d',1651137532),(1185645,'guest','failed_login','Users','Session','drmap',0,0,'103.142.25.17',1651137534),(1185646,'guest','failed_login','Users','Session','drmap',0,0,'162.144.63.211',1651138114),(1185647,'guest','failed_login','Users','Session','tech1',0,0,'97.74.89.166',1651138117),(1185648,'guest','failed_login','Users','Session','drmap',0,0,'47.98.207.210',1651138698),(1185649,'guest','failed_login','Users','Session','tech1',0,0,'46.101.159.72',1651138698),(1185650,'guest','failed_login','Users','Session','testseo',0,0,'69.30.240.29',1651138714),(1185651,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1651138736),(1185652,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1651138823),(1185653,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.242.42',1651139251),(1185654,'guest','failed_login','Users','Session','drmap',0,0,'69.163.186.158',1651139279),(1185655,'guest','failed_login','Users','Session','tech1',0,0,'209.97.151.249',1651139282),(1185656,'guest','failed_login','Users','Session','drmap',0,0,'142.93.109.72',1651139863),(1185657,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.42',1651140379),(1185658,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.83',1651140401),(1185659,'guest','failed_login','Users','Session','drmap',0,0,'194.233.67.249',1651140452),(1185660,'guest','failed_login','Users','Session','drmap',0,0,'178.128.187.183',1651141040),(1185661,'guest','failed_login','Users','Session','tech1',0,0,'151.106.41.64',1651141042),(1185662,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.156',1651141098),(1185663,'guest','failed_login','Users','Session','testseo',0,0,'74.91.17.83',1651141189),(1185664,'guest','failed_login','Users','Session','testseo',0,0,'204.12.255.60',1651141576),(1185665,'guest','failed_login','Users','Session','tech1',0,0,'64.141.87.4',1651141622),(1185666,'guest','failed_login','Users','Session','drmap',0,0,'139.59.75.162',1651141624),(1185667,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.20',1651141849),(1185668,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:162:6188::2',1651142203),(1185669,'guest','failed_login','Users','Session','drmap',0,0,'173.212.201.226',1651142205),(1185670,'guest','failed_login','Users','Session','testseo',0,0,'173.208.153.156',1651142402),(1185671,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:1c1c:351::1',1651142788),(1185672,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.42',1651142972),(1185673,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.68',1651143062),(1185674,'guest','failed_login','Users','Session','drmap',0,0,'64.141.87.4',1651143367),(1185675,'guest','failed_login','Users','Session','testseo',0,0,'204.12.215.60',1651143754),(1185676,'guest','failed_login','Users','Session','drmap',0,0,'81.70.248.169',1651143957),(1185677,'guest','failed_login','Users','Session','tech1',0,0,'66.11.120.48',1651143958),(1185678,'guest','failed_login','Users','Session','drmap',0,0,'101.0.80.218',1651144558),(1185679,'guest','failed_login','Users','Session','tech1',0,0,'188.166.212.133',1651144561),(1185680,'guest','failed_login','Users','Session','testseo',0,0,'204.12.255.60',1651145072),(1185681,'guest','failed_login','Users','Session','drmap',0,0,'103.39.134.190',1651145136),(1185682,'guest','failed_login','Users','Session','tech1',0,0,'91.134.248.249',1651145138),(1185683,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.20',1651145150),(1185684,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.28',1651145462),(1185685,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.20',1651145577),(1185686,'guest','failed_login','Users','Session','drmap',0,0,'146.148.44.185',1651145719),(1185687,'guest','failed_login','Users','Session','tech1',0,0,'162.144.87.29',1651145722),(1185688,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.83',1651146028),(1185689,'guest','failed_login','Users','Session','drmap',0,0,'89.58.11.2',1651146300),(1185690,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1651146744),(1185691,'guest','failed_login','Users','Session','drmap',0,0,'68.183.200.197',1651146879),(1185692,'guest','failed_login','Users','Session','tech1',0,0,'2400:8500:1801:415:118:27:30:151',1651146881),(1185693,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.76',1651147179),(1185694,'guest','failed_login','Users','Session','drmap',0,0,'212.110.92.155',1651147456),(1185695,'guest','failed_login','Users','Session','tech1',0,0,'217.61.54.110',1651147458),(1185696,'guest','failed_login','Users','Session','tech1',0,0,'143.244.177.220',1651148044),(1185697,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::9ed:d001',1651148046),(1185698,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:1c1c:351::1',1651148747),(1185699,'guest','failed_login','Users','Session','tech1',0,0,'5.253.181.177',1651148750),(1185700,'guest','failed_login','Users','Session','testseo',0,0,'74.91.17.83',1651148788),(1185701,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:1004:113c::',1651149332),(1185702,'guest','failed_login','Users','Session','drmap',0,0,'166.62.125.246',1651149335),(1185703,'guest','failed_login','Users','Session','drmap',0,0,'165.232.94.255',1651149915),(1185704,'guest','failed_login','Users','Session','tech1',0,0,'46.63.80.162',1651149917),(1185705,'guest','failed_login','Users','Session','drmap',0,0,'109.74.196.231',1651150487),(1185706,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.163',1651150491),(1185707,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1651150813),(1185708,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:4:1d0::b9:8000',1651151071),(1185709,'guest','failed_login','Users','Session','tech1',0,0,'89.245.9.114',1651151075),(1185710,'guest','failed_login','Users','Session','drmap',0,0,'194.233.80.204',1651151655),(1185711,'guest','failed_login','Users','Session','tech1',0,0,'188.166.212.133',1651151660),(1185712,'guest','failed_login','Users','Session','drmap',0,0,'35.197.204.193',1651152239),(1185713,'guest','failed_login','Users','Session','tech1',0,0,'195.4.173.50',1651152240),(1185714,'guest','failed_login','Users','Session','drmap',0,0,'185.2.4.56',1651152819),(1185715,'guest','failed_login','Users','Session','tech1',0,0,'52.234.178.100',1651152823),(1185716,'guest','failed_login','Users','Session','drmap',0,0,'141.94.247.170',1651153402),(1185717,'guest','failed_login','Users','Session','tech1',0,0,'89.58.11.2',1651153405),(1185718,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:1c1c:351::1',1651153984),(1185719,'guest','failed_login','Users','Session','tech1',0,0,'81.186.225.108',1651153989),(1185720,'guest','failed_login','Users','Session','drmap',0,0,'159.203.121.12',1651154563),(1185721,'guest','failed_login','Users','Session','tech1',0,0,'134.195.196.53',1651154567),(1185722,'guest','failed_login','Users','Session','tech1',0,0,'51.178.93.87',1651155159),(1185723,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.28',1651155623),(1185724,'guest','failed_login','Users','Session','drmap',0,0,'157.7.174.49',1651155745),(1185725,'guest','failed_login','Users','Session','tech1',0,0,'35.197.204.193',1651155750),(1185726,'guest','failed_login','Users','Session','drmap',0,0,'148.72.208.193',1651156329),(1185727,'guest','failed_login','Users','Session','tech1',0,0,'16.170.194.255',1651156331),(1185728,'guest','failed_login','Users','Session','tech1',0,0,'69.197.154.20',1651156406),(1185729,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.20',1651156775),(1185730,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:800:3050::',1651156916),(1185731,'guest','failed_login','Users','Session','tech1',0,0,'216.139.241.148',1651156917),(1185732,'guest','failed_login','Users','Session','drmap',0,0,'210.122.36.218',1651157503),(1185733,'guest','failed_login','Users','Session','tech1',0,0,'23.99.229.218',1651157505),(1185734,'guest','failed_login','Users','Session','admin',0,0,'192.187.127.20',1651157779),(1185735,'guest','failed_login','Users','Session','drmap',0,0,'20.187.97.66',1651158087),(1185736,'guest','failed_login','Users','Session','tech1',0,0,'67.205.43.116',1651158090),(1185737,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.20',1651158122),(1185738,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.29',1651158584),(1185739,'guest','failed_login','Users','Session','drmap',0,0,'121.42.231.47',1651158677),(1185740,'guest','failed_login','Users','Session','tech1',0,0,'2a00:1a28:155d:1f5::1',1651158678),(1185741,'guest','failed_login','Users','Session','drmap',0,0,'35.224.250.64',1651159266),(1185742,'guest','failed_login','Users','Session','tech1',0,0,'209.97.151.249',1651159268),(1185743,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1651159854),(1185744,'guest','failed_login','Users','Session','tech1',0,0,'103.149.154.8',1651159857),(1185745,'guest','failed_login','Users','Session','drmap',0,0,'148.72.208.193',1651160447),(1185746,'guest','failed_login','Users','Session','tech1',0,0,'104.248.57.165',1651160455),(1185747,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1651160551),(1185748,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:6:a016::22c:2e30',1651161036),(1185749,'guest','failed_login','Users','Session','tech1',0,0,'103.129.222.91',1651161038),(1185750,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.142',1651161496),(1185751,'guest','failed_login','Users','Session','tech1',0,0,'161.97.175.221',1651161634),(1185752,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1651161779),(1185753,'guest','failed_login','Users','Session','drmap',0,0,'185.190.117.89',1651162221),(1185754,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.44',1651162224),(1185755,'guest','failed_login','Users','Session','testseo',0,0,'74.91.17.83',1651162468),(1185756,'guest','failed_login','Users','Session','drmap',0,0,'89.96.90.125',1651162813),(1185757,'guest','failed_login','Users','Session','tech1',0,0,'188.166.183.39',1651162815),(1185758,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.206.28',1651162987),(1185759,'guest','failed_login','Users','Session','drmap',0,0,'188.127.231.190',1651163406),(1185760,'guest','failed_login','Users','Session','tech1',0,0,'164.68.97.208',1651163414),(1185761,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.76',1651163569),(1185762,'guest','failed_login','Users','Session','tech1',0,0,'157.119.188.31',1651164005),(1185763,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.58',1651164339),(1185764,'guest','failed_login','Users','Session','drmap',0,0,'175.45.125.65',1651164596),(1185765,'guest','failed_login','Users','Session','tech1',0,0,'151.106.41.64',1651164597),(1185766,'guest','failed_login','Users','Session','admin',0,0,'69.30.229.68',1651164937),(1185767,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.230',1651165038),(1185768,'guest','failed_login','Users','Session','drmap',0,0,'109.168.97.89',1651165185),(1185769,'guest','failed_login','Users','Session','tech1',0,0,'52.234.178.100',1651165188),(1185770,'guest','failed_login','Users','Session','drmap',0,0,'198.46.160.118',1651165780),(1185771,'guest','failed_login','Users','Session','tech1',0,0,'101.0.80.218',1651165783),(1185772,'guest','failed_login','Users','Session','testseo',0,0,'69.30.240.29',1651165793),(1185773,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.20',1651166015),(1185774,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.154.20',1651166935),(1185775,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.20',1651167346),(1185776,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1651169214),(1185777,'guest','failed_login','Users','Session','test',0,0,'69.197.155.230',1651169626),(1185778,'guest','failed_login','Users','Session','testseo',0,0,'204.12.255.60',1651169869),(1185779,'guest','failed_login','Users','Session','testseo',0,0,'204.12.255.60',1651170518),(1185780,'guest','failed_login','Users','Session','admin',0,0,'2a03:b0c0:2:f0::57:b001',1651170870),(1185781,'guest','failed_login','Users','Session','admin',0,0,'2400:6180:0:d0::53b:1',1651171205),(1185782,'guest','failed_login','Users','Session','tech1',0,0,'77.77.150.95',1651171531),(1185783,'guest','failed_login','Users','Session','tech1',0,0,'185.252.31.180',1651171836),(1185784,'guest','failed_login','Users','Session','tech1',0,0,'213.149.103.132',1651172171),(1185785,'guest','failed_login','Users','Session','tech1',0,0,'142.93.113.173',1651172491),(1185786,'guest','failed_login','Users','Session','tech1',0,0,'174.138.30.81',1651172797),(1185787,'guest','failed_login','Users','Session','tech1',0,0,'107.180.103.185',1651173151),(1185788,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:271:2583::2',1651173498),(1185789,'guest','failed_login','Users','Session','tech1',0,0,'85.214.38.127',1651173843),(1185790,'guest','failed_login','Users','Session','tech1',0,0,'35.211.94.153',1651174200),(1185791,'guest','failed_login','Users','Session','tech1',0,0,'124.40.255.186',1651174539),(1185792,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.171',1651174925),(1185793,'guest','failed_login','Users','Session','tech1',0,0,'194.163.159.35',1651175284),(1185794,'guest','failed_login','Users','Session','tech1',0,0,'45.55.60.110',1651175637),(1185795,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.20',1651175907),(1185796,'guest','failed_login','Users','Session','tech1',0,0,'207.244.255.247',1651175999),(1185797,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.142',1651176118),(1185798,'guest','failed_login','Users','Session','tech1',0,0,'88.150.159.20',1651176362),(1185799,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.134',1651176736),(1185800,'guest','failed_login','Users','Session','tech1',0,0,'62.171.136.23',1651177140),(1185801,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.20',1651177188),(1185802,'guest','failed_login','Users','Session','tech1',0,0,'94.26.245.40',1651177480),(1185803,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1651177571),(1185804,'guest','failed_login','Users','Session','tech1',0,0,'89.46.109.154',1651177857),(1185805,'guest','failed_login','Users','Session','testseo',0,0,'69.197.155.230',1651177901),(1185806,'guest','failed_login','Users','Session','tech1',0,0,'2a06:6440:0:2c3a::1',1651178244),(1185807,'guest','failed_login','Users','Session','tech1',0,0,'159.65.149.229',1651178609),(1185808,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.142',1651178711),(1185809,'guest','failed_login','Users','Session','tech1',0,0,'81.70.151.13',1651178988),(1185810,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::53b:1',1651179374),(1185811,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.60',1651179439),(1185812,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.142',1651179523),(1185813,'guest','failed_login','Users','Session','tech1',0,0,'185.241.5.213',1651179758),(1185814,'guest','failed_login','Users','Session','tech1',0,0,'103.153.68.244',1651180165),(1185815,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.20',1651180210),(1185816,'guest','failed_login','Users','Session','tech1',0,0,'64.235.231.20',1651180590),(1185817,'guest','failed_login','Users','Session','tech1',0,0,'103.171.180.165',1651180954),(1185818,'guest','failed_login','Users','Session','tech1',0,0,'42.200.169.14',1651181332),(1185819,'guest','failed_login','Users','Session','tech1',0,0,'184.171.244.219',1651181745),(1185820,'guest','failed_login','Users','Session','tech1',0,0,'103.72.76.17',1651182150),(1185821,'guest','failed_login','Users','Session','tech1',0,0,'154.215.31.129',1651182539),(1185822,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1651182872),(1185823,'guest','failed_login','Users','Session','tech1',0,0,'67.222.154.106',1651182950),(1185824,'guest','failed_login','Users','Session','tech1',0,0,'150.95.24.78',1651183350),(1185825,'guest','failed_login','Users','Session','tech1',0,0,'103.57.222.104',1651183757),(1185826,'guest','failed_login','Users','Session','tech1',0,0,'185.197.195.173',1651184182),(1185827,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:69f2::1',1651184604),(1185828,'guest','failed_login','Users','Session','tech1',0,0,'185.70.11.21',1651185013),(1185829,'guest','failed_login','Users','Session','admin',0,0,'103.116.190.19',1651185044),(1185830,'guest','failed_login','Users','Session','admin',0,0,'103.116.190.19',1651185045),(1185831,'guest','failed_login','Users','Session','tech1',0,0,'159.65.128.164',1651185414),(1185832,'guest','failed_login','Users','Session','tech1',0,0,'103.72.76.17',1651185852),(1185833,'guest','failed_login','Users','Session','tech1',0,0,'34.73.162.22',1651186260),(1185834,'guest','failed_login','Users','Session','tech1',0,0,'84.205.178.134',1651186697),(1185835,'guest','failed_login','Users','Session','tech1',0,0,'122.17.148.164',1651187099),(1185836,'guest','failed_login','Users','Session','tech1',0,0,'89.248.168.47',1651187551),(1185837,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.142',1651187604),(1185838,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:842:3400::5c:29d',1651187961),(1185839,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.60',1651188057),(1185840,'guest','failed_login','Users','Session','tech1',0,0,'89.40.72.194',1651188399),(1185841,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1651188515),(1185842,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.29',1651188547),(1185843,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1651188752),(1185844,'guest','failed_login','Users','Session','tech1',0,0,'157.245.38.42',1651188815),(1185845,'guest','failed_login','Users','Session','tech1',0,0,'178.62.9.122',1651189293),(1185846,'guest','failed_login','Users','Session','tech1',0,0,'52.5.40.206',1651189740),(1185847,'guest','failed_login','Users','Session','admin',0,0,'209.97.162.248',1651190067),(1185848,'guest','failed_login','Users','Session','admin',0,0,'209.97.162.248',1651190067),(1185849,'guest','failed_login','Users','Session','tech1',0,0,'150.95.112.79',1651190224),(1185850,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.76',1651190616),(1185851,'guest','failed_login','Users','Session','admin',0,0,'185.2.5.25',1651190731),(1185852,'guest','failed_login','Users','Session','admin',0,0,'185.2.5.25',1651190732),(1185853,'guest','failed_login','Users','Session','admin',0,0,'185.2.5.25',1651190732),(1185854,'guest','failed_login','Users','Session','tech1',0,0,'150.95.112.79',1651191097),(1185855,'guest','failed_login','Users','Session','admin',0,0,'143.244.140.199',1651191403),(1185856,'guest','failed_login','Users','Session','admin',0,0,'143.244.140.199',1651191403),(1185857,'guest','failed_login','Users','Session','tech1',0,0,'95.167.178.158',1651191550),(1185858,'guest','failed_login','Users','Session','tech1',0,0,'120.79.8.125',1651191970),(1185859,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1651191990),(1185860,'guest','failed_login','Users','Session','admin',0,0,'35.224.250.64',1651192066),(1185861,'guest','failed_login','Users','Session','admin',0,0,'35.224.250.64',1651192066),(1185862,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4a10',1651192425),(1185863,'guest','failed_login','Users','Session','admin',0,0,'2406:da12:57c:2a00:a2c2:12a1:1920:1c22',1651192737),(1185864,'guest','failed_login','Users','Session','admin',0,0,'2406:da12:57c:2a00:a2c2:12a1:1920:1c22',1651192737),(1185865,'guest','failed_login','Users','Session','tech1',0,0,'103.109.30.30',1651192872),(1185866,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.20',1651192977),(1185867,'guest','failed_login','Users','Session','tech1',0,0,'107.181.185.226',1651193309),(1185868,'guest','failed_login','Users','Session','admin',0,0,'104.248.225.59',1651193412),(1185869,'guest','failed_login','Users','Session','admin',0,0,'104.248.225.59',1651193412),(1185870,'guest','failed_login','Users','Session','tech1',0,0,'211.37.147.188',1651193733),(1185871,'guest','failed_login','Users','Session','troy',0,0,'216.117.188.6',1651194084),(1185872,'guest','failed_login','Users','Session','tech1',0,0,'216.117.188.6',1651194084),(1185873,'guest','failed_login','Users','Session','drmap',0,0,'216.117.188.6',1651194084),(1185874,'guest','failed_login','Users','Session','tech1',0,0,'103.72.76.17',1651194200),(1185875,'guest','failed_login','Users','Session','testseo',0,0,'69.197.154.20',1651194247),(1185876,'guest','failed_login','Users','Session','tech1',0,0,'175.24.121.59',1651194641),(1185877,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.142',1651194656),(1185878,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1651194768),(1185879,'guest','failed_login','Users','Session','troy',0,0,'104.168.36.11',1651194768),(1185880,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1651194768),(1185881,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.20',1651195238),(1185882,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.58',1651195322),(1185883,'guest','failed_login','Users','Session','tech1',0,0,'16.170.194.255',1651195446),(1185884,'guest','failed_login','Users','Session','drmap',0,0,'16.170.194.255',1651195446),(1185885,'guest','failed_login','Users','Session','troy',0,0,'16.170.194.255',1651195446),(1185886,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.58',1651195563),(1185887,'guest','failed_login','Users','Session','troy',0,0,'80.249.174.66',1651196127),(1185888,'guest','failed_login','Users','Session','tech1',0,0,'80.249.174.66',1651196127),(1185889,'guest','failed_login','Users','Session','drmap',0,0,'80.249.174.66',1651196127),(1185890,'guest','failed_login','Users','Session','drmap',0,0,'185.200.243.16',1651196807),(1185891,'guest','failed_login','Users','Session','troy',0,0,'185.200.243.16',1651196807),(1185892,'guest','failed_login','Users','Session','tech1',0,0,'185.200.243.16',1651196807),(1185893,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1651196920),(1185894,'guest','failed_login','Users','Session','admin',0,0,'151.106.35.235',1651196971),(1185895,'guest','failed_login','Users','Session','admin',0,0,'46.29.23.162',1651198151),(1185896,'guest','failed_login','Users','Session','admin',0,0,'46.29.23.162',1651198151),(1185897,'guest','failed_login','Users','Session','admin',0,0,'46.29.23.162',1651198151),(1185898,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1651198811),(1185899,'guest','failed_login','Users','Session','admin',0,0,'212.110.92.155',1651198834),(1185900,'guest','failed_login','Users','Session','admin',0,0,'212.110.92.155',1651198834),(1185901,'guest','failed_login','Users','Session','admin',0,0,'189.125.37.42',1651199131),(1185902,'guest','failed_login','Users','Session','admin',0,0,'2a03:b0c0:1:d0::d15:b001',1651199512),(1185903,'guest','failed_login','Users','Session','tech1',0,0,'124.40.255.186',1651199596),(1185904,'guest','failed_login','Users','Session','tech1',0,0,'178.254.50.20',1651200056),(1185905,'guest','failed_login','Users','Session','admin',0,0,'62.178.170.93',1651200199),(1185906,'guest','failed_login','Users','Session','admin',0,0,'62.178.170.93',1651200199),(1185907,'guest','failed_login','Users','Session','admin',0,0,'62.178.170.93',1651200199),(1185908,'guest','failed_login','Users','Session','tech1',0,0,'180.211.99.217',1651200500),(1185909,'guest','failed_login','Users','Session','admin',0,0,'162.240.28.177',1651200886),(1185910,'guest','failed_login','Users','Session','admin',0,0,'162.240.28.177',1651200886),(1185911,'guest','failed_login','Users','Session','tech1',0,0,'150.95.24.78',1651200958),(1185912,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.28',1651201284),(1185913,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.156',1651201304),(1185914,'guest','failed_login','Users','Session','tech1',0,0,'162.241.174.216',1651201412),(1185915,'guest','failed_login','Users','Session','admin',0,0,'144.91.117.193',1651201575),(1185916,'guest','failed_login','Users','Session','admin',0,0,'144.91.117.193',1651201575),(1185917,'guest','failed_login','Users','Session','admin',0,0,'144.91.117.193',1651201576),(1185918,'guest','failed_login','Users','Session','testseo',0,0,'204.12.255.60',1651201587),(1185919,'guest','failed_login','Users','Session','tech1',0,0,'162.219.250.15',1651201872),(1185920,'guest','failed_login','Users','Session','tech1',0,0,'95.111.250.205',1651202332),(1185921,'guest','failed_login','Users','Session','tech1',0,0,'47.105.153.104',1651202785),(1185922,'guest','failed_login','Users','Session','admin',0,0,'51.159.155.6',1651202952),(1185923,'guest','failed_login','Users','Session','testseo',0,0,'192.187.127.20',1651203050),(1185924,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::cdb4',1651203251),(1185925,'guest','failed_login','Users','Session','admin',0,0,'162.144.63.211',1651203643),(1185926,'guest','failed_login','Users','Session','admin',0,0,'162.144.63.211',1651203643),(1185927,'guest','failed_login','Users','Session','tech1',0,0,'46.101.95.65',1651203753),(1185928,'guest','failed_login','Users','Session','admin',0,0,'78.157.40.35',1651204240),(1185929,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204358),(1185930,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204359),(1185931,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204360),(1185932,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204361),(1185933,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204362),(1185934,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204363),(1185935,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204364),(1185936,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204365),(1185937,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204366),(1185938,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204367),(1185939,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204368),(1185940,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204369),(1185941,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204370),(1185942,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204371),(1185943,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204372),(1185944,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204373),(1185945,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204374),(1185946,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204375),(1185947,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204376),(1185948,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204377),(1185949,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204378),(1185950,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204379),(1185951,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204380),(1185952,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204381),(1185953,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204382),(1185954,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204383),(1185955,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204384),(1185956,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204385),(1185957,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204386),(1185958,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204387),(1185959,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204388),(1185960,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204389),(1185961,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204390),(1185962,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204391),(1185963,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204392),(1185964,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204393),(1185965,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204394),(1185966,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204395),(1185967,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204396),(1185968,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204397),(1185969,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204398),(1185970,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204399),(1185971,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204400),(1185972,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204401),(1185973,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204402),(1185974,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204403),(1185975,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204404),(1185976,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204405),(1185977,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204406),(1185978,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204407),(1185979,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204408),(1185980,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204409),(1185981,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204410),(1185982,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204411),(1185983,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204412),(1185984,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204413),(1185985,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204414),(1185986,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204415),(1185987,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204416),(1185988,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204417),(1185989,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204418),(1185990,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204419),(1185991,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204420),(1185992,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204421),(1185993,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204422),(1185994,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204423),(1185995,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204424),(1185996,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204425),(1185997,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204426),(1185998,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204427),(1185999,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204428),(1186000,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204429),(1186001,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204430),(1186002,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204431),(1186003,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204432),(1186004,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204433),(1186005,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204434),(1186006,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204435),(1186007,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204436),(1186008,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204437),(1186009,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204438),(1186010,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204439),(1186011,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204440),(1186012,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204441),(1186013,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204442),(1186014,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204443),(1186015,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204444),(1186016,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204445),(1186017,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204446),(1186018,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204447),(1186019,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204448),(1186020,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204449),(1186021,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204450),(1186022,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204451),(1186023,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204452),(1186024,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204453),(1186025,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204454),(1186026,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204455),(1186027,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204456),(1186028,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204457),(1186029,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204458),(1186030,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204459),(1186031,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204460),(1186032,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204461),(1186033,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204462),(1186034,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204463),(1186035,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204464),(1186036,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204465),(1186037,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204466),(1186038,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204467),(1186039,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204468),(1186040,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204469),(1186041,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204470),(1186042,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204471),(1186043,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204472),(1186044,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204473),(1186045,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204474),(1186046,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204475),(1186047,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204476),(1186048,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204477),(1186049,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204478),(1186050,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204479),(1186051,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204480),(1186052,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204481),(1186053,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204482),(1186054,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204483),(1186055,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204484),(1186056,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204485),(1186057,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204486),(1186058,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204487),(1186059,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204488),(1186060,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204489),(1186061,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204490),(1186062,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204491),(1186063,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204492),(1186064,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204493),(1186065,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204494),(1186066,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204495),(1186067,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204496),(1186068,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204497),(1186069,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204498),(1186070,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204499),(1186071,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204500),(1186072,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204501),(1186073,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204502),(1186074,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204503),(1186075,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204504),(1186076,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204505),(1186077,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204506),(1186078,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204507),(1186079,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204508),(1186080,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204509),(1186081,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204510),(1186082,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204511),(1186083,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204512),(1186084,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204513),(1186085,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204514),(1186086,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204515),(1186087,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204516),(1186088,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204517),(1186089,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204518),(1186090,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204519),(1186091,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204520),(1186092,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204521),(1186093,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204522),(1186094,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204523),(1186095,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204524),(1186096,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204525),(1186097,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204526),(1186098,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204527),(1186099,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204528),(1186100,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204529),(1186101,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204530),(1186102,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204531),(1186103,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204532),(1186104,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204533),(1186105,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204534),(1186106,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204535),(1186107,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204536),(1186108,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204537),(1186109,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204538),(1186110,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204539),(1186111,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204540),(1186112,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204541),(1186113,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204542),(1186114,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204543),(1186115,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204544),(1186116,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204545),(1186117,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204546),(1186118,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204547),(1186119,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204548),(1186120,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204549),(1186121,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204550),(1186122,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204551),(1186123,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204552),(1186124,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204553),(1186125,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204554),(1186126,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204555),(1186127,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204556),(1186128,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204557),(1186129,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204558),(1186130,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204559),(1186131,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204560),(1186132,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204561),(1186133,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204562),(1186134,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204563),(1186135,'guest','failed_login','Users','Session','admin',0,0,'162.144.63.211',1651204563),(1186136,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204564),(1186137,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204565),(1186138,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204566),(1186139,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204567),(1186140,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204568),(1186141,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204569),(1186142,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204570),(1186143,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204571),(1186144,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204572),(1186145,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204573),(1186146,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204574),(1186147,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204575),(1186148,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204576),(1186149,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204577),(1186150,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204578),(1186151,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204579),(1186152,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204580),(1186153,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204581),(1186154,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204582),(1186155,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204583),(1186156,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204584),(1186157,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204585),(1186158,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204586),(1186159,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204587),(1186160,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204588),(1186161,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204589),(1186162,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204590),(1186163,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204591),(1186164,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204592),(1186165,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204593),(1186166,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204594),(1186167,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204595),(1186168,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204596),(1186169,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204597),(1186170,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204598),(1186171,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204599),(1186172,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204600),(1186173,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204601),(1186174,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204602),(1186175,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204603),(1186176,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204604),(1186177,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204605),(1186178,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204606),(1186179,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204607),(1186180,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204608),(1186181,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204609),(1186182,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204610),(1186183,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204611),(1186184,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204612),(1186185,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204613),(1186186,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204614),(1186187,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204615),(1186188,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204616),(1186189,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204617),(1186190,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204618),(1186191,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204619),(1186192,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204620),(1186193,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204621),(1186194,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204622),(1186195,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204623),(1186196,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204624),(1186197,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204625),(1186198,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204626),(1186199,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204627),(1186200,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204628),(1186201,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204629),(1186202,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204630),(1186203,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204631),(1186204,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204632),(1186205,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204633),(1186206,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204634),(1186207,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204635),(1186208,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204636),(1186209,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204637),(1186210,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204638),(1186211,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204639),(1186212,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204640),(1186213,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204641),(1186214,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204642),(1186215,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204643),(1186216,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204644),(1186217,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204645),(1186218,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204646),(1186219,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204647),(1186220,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204648),(1186221,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204649),(1186222,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204650),(1186223,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204651),(1186224,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204652),(1186225,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204653),(1186226,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204654),(1186227,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204655),(1186228,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204656),(1186229,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204657),(1186230,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204658),(1186231,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204659),(1186232,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204660),(1186233,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204661),(1186234,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204662),(1186235,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204663),(1186236,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204664),(1186237,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204665),(1186238,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204666),(1186239,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204667),(1186240,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204668),(1186241,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204669),(1186242,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204670),(1186243,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204671),(1186244,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204672),(1186245,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204673),(1186246,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204674),(1186247,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204675),(1186248,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204676),(1186249,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204677),(1186250,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204678),(1186251,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204679),(1186252,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204680),(1186253,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204681),(1186254,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204682),(1186255,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204683),(1186256,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204684),(1186257,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204685),(1186258,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204686),(1186259,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204687),(1186260,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204688),(1186261,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204689),(1186262,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204690),(1186263,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204691),(1186264,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204692),(1186265,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204693),(1186266,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204694),(1186267,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204695),(1186268,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204696),(1186269,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204697),(1186270,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204698),(1186271,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204699),(1186272,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204700),(1186273,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204701),(1186274,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204702),(1186275,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204703),(1186276,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204704),(1186277,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204705),(1186278,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204706),(1186279,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204707),(1186280,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204708),(1186281,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204709),(1186282,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204710),(1186283,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204711),(1186284,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204712),(1186285,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204713),(1186286,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204714),(1186287,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204715),(1186288,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204716),(1186289,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204717),(1186290,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204718),(1186291,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204719),(1186292,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204720),(1186293,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204721),(1186294,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204722),(1186295,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204723),(1186296,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204724),(1186297,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204725),(1186298,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204726),(1186299,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204727),(1186300,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204728),(1186301,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204729),(1186302,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204730),(1186303,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204731),(1186304,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204732),(1186305,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204733),(1186306,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204734),(1186307,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204735),(1186308,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204736),(1186309,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204737),(1186310,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204738),(1186311,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204739),(1186312,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204740),(1186313,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204741),(1186314,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204742),(1186315,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204743),(1186316,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204744),(1186317,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204745),(1186318,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204746),(1186319,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204747),(1186320,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204748),(1186321,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204749),(1186322,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204750),(1186323,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204751),(1186324,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204752),(1186325,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204753),(1186326,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204754),(1186327,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204755),(1186328,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204756),(1186329,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204757),(1186330,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204758),(1186331,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204759),(1186332,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204760),(1186333,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204761),(1186334,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204762),(1186335,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204763),(1186336,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204764),(1186337,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204765),(1186338,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204766),(1186339,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204767),(1186340,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204768),(1186341,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204769),(1186342,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204770),(1186343,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204771),(1186344,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204772),(1186345,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204773),(1186346,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204774),(1186347,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204775),(1186348,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204776),(1186349,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204777),(1186350,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204778),(1186351,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204779),(1186352,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204780),(1186353,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204781),(1186354,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204782),(1186355,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204783),(1186356,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204784),(1186357,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204785),(1186358,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204786),(1186359,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204787),(1186360,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204788),(1186361,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204789),(1186362,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204790),(1186363,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204791),(1186364,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204792),(1186365,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204793),(1186366,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204794),(1186367,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204795),(1186368,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204796),(1186369,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204797),(1186370,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204798),(1186371,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204799),(1186372,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204800),(1186373,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204801),(1186374,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204802),(1186375,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204803),(1186376,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204804),(1186377,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204805),(1186378,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204806),(1186379,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204807),(1186380,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204808),(1186381,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204809),(1186382,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204810),(1186383,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204811),(1186384,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204812),(1186385,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204813),(1186386,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204814),(1186387,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204815),(1186388,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204816),(1186389,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204817),(1186390,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204818),(1186391,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204819),(1186392,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204820),(1186393,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204821),(1186394,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204822),(1186395,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204823),(1186396,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204824),(1186397,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204825),(1186398,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204826),(1186399,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204827),(1186400,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204828),(1186401,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204829),(1186402,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204830),(1186403,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204831),(1186404,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204832),(1186405,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204833),(1186406,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204834),(1186407,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204835),(1186408,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204836),(1186409,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204837),(1186410,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204838),(1186411,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204839),(1186412,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204840),(1186413,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204841),(1186414,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204842),(1186415,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204843),(1186416,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204844),(1186417,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204845),(1186418,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204846),(1186419,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204847),(1186420,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204848),(1186421,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204849),(1186422,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204850),(1186423,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204851),(1186424,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204852),(1186425,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204853),(1186426,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204854),(1186427,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204855),(1186428,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204856),(1186429,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204857),(1186430,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204858),(1186431,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204859),(1186432,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204860),(1186433,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204861),(1186434,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204862),(1186435,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204863),(1186436,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204864),(1186437,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204865),(1186438,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204866),(1186439,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204867),(1186440,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204868),(1186441,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204869),(1186442,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204870),(1186443,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204871),(1186444,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204872),(1186445,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204873),(1186446,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204874),(1186447,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204875),(1186448,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204876),(1186449,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204877),(1186450,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204878),(1186451,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204879),(1186452,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204880),(1186453,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204881),(1186454,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204882),(1186455,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204883),(1186456,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204884),(1186457,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204885),(1186458,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204886),(1186459,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204887),(1186460,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204888),(1186461,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204889),(1186462,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204890),(1186463,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204891),(1186464,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204892),(1186465,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204893),(1186466,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204894),(1186467,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204895),(1186468,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204896),(1186469,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204897),(1186470,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204898),(1186471,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204899),(1186472,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204900),(1186473,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204901),(1186474,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204902),(1186475,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204903),(1186476,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204904),(1186477,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204905),(1186478,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204906),(1186479,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204907),(1186480,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204908),(1186481,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204909),(1186482,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204910),(1186483,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204911),(1186484,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204912),(1186485,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204913),(1186486,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204914),(1186487,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204915),(1186488,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204916),(1186489,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204917),(1186490,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204918),(1186491,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204919),(1186492,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204920),(1186493,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204921),(1186494,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204922),(1186495,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204923),(1186496,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204924),(1186497,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204925),(1186498,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204926),(1186499,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204927),(1186500,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204928),(1186501,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204929),(1186502,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204930),(1186503,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204931),(1186504,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204932),(1186505,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204933),(1186506,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204934),(1186507,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204935),(1186508,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204936),(1186509,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204937),(1186510,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204938),(1186511,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204939),(1186512,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204940),(1186513,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204941),(1186514,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204942),(1186515,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204943),(1186516,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204944),(1186517,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204945),(1186518,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204946),(1186519,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204947),(1186520,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204948),(1186521,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204949),(1186522,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204950),(1186523,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204951),(1186524,'guest','failed_login','Users','Session','tech1',0,0,'20.118.172.88',1651204952),(1186525,'guest','failed_login','Users','Session','admin',0,0,'173.212.212.180',1651205131),(1186526,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1651205357),(1186527,'guest','failed_login','Users','Session','admin',0,0,'88.150.159.29',1651205458),(1186528,'guest','failed_login','Users','Session','admin',0,0,'2400:6180:0:d0::e77:1',1651206032),(1186529,'guest','failed_login','Users','Session','admin',0,0,'8.210.146.161',1651206356),(1186530,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.20',1651206762),(1186531,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.154.20',1651206871),(1186532,'guest','failed_login','Users','Session','admin',0,0,'217.160.75.121',1651206927),(1186533,'guest','failed_login','Users','Session','admin',0,0,'77.240.13.186',1651207259),(1186534,'guest','failed_login','Users','Session','admin',0,0,'178.128.187.183',1651207832),(1186535,'guest','failed_login','Users','Session','admin',0,0,'2604:a880:400:d0::1792:5001',1651208157),(1186536,'guest','failed_login','Users','Session','testseo',0,0,'208.110.66.142',1651208690),(1186537,'guest','failed_login','Users','Session','admin',0,0,'2001:41d0:800:3a65::',1651208727),(1186538,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.142',1651208796),(1186539,'guest','failed_login','Users','Session','admin',0,0,'2607:f298:5:115b::e12:8f0d',1651209057),(1186540,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.68',1651209429),(1186541,'guest','failed_login','Users','Session','drmap',0,0,'2001:b011:8009:2a77:211:32ff:fed2:5d36',1651209626),(1186542,'guest','failed_login','Users','Session','tech1',0,0,'207.148.66.152',1651209944),(1186543,'guest','failed_login','Users','Session','drmap',0,0,'47.90.246.252',1651210502),(1186544,'guest','failed_login','Users','Session','tech1',0,0,'207.180.205.52',1651210824),(1186545,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.42',1651210886),(1186546,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.68',1651210905),(1186547,'guest','failed_login','Users','Session','drmap',0,0,'52.42.156.111',1651211379),(1186548,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::1117:2001',1651211701),(1186549,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1651212111),(1186550,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:1:d0::a9:b001',1651212261),(1186551,'guest','failed_login','Users','Session','tech1',0,0,'2a00:5da0:1000:1::27',1651212579),(1186552,'guest','failed_login','Users','Session','drmap',0,0,'82.156.109.203',1651213136),(1186553,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1651213449),(1186554,'guest','failed_login','Users','Session','drmap',0,0,'185.190.117.89',1651213999),(1186555,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.229.68',1651214115),(1186556,'guest','failed_login','Users','Session','tech1',0,0,'207.148.66.152',1651214314),(1186557,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.142',1651214522),(1186558,'guest','failed_login','Users','Session','admin',0,0,'46.183.119.232',1651214866),(1186559,'guest','failed_login','Users','Session','admin',0,0,'2604:a880:400:d0::1a04:a001',1651215176),(1186560,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.58',1651215356),(1186561,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.60',1651215367),(1186562,'guest','failed_login','Users','Session','admin',0,0,'104.168.36.11',1651215716),(1186563,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.83',1651215743),(1186564,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.28',1651215850),(1186565,'guest','failed_login','Users','Session','admin',0,0,'2607:f298:5:101b::d1b:2a3a',1651216027),(1186566,'guest','failed_login','Users','Session','admin',0,0,'5.253.181.177',1651216576),(1186567,'guest','failed_login','Users','Session','admin',0,0,'2001:41d0:1004:113c::',1651216887),(1186568,'guest','failed_login','Users','Session','admin',0,0,'144.91.117.193',1651218301),(1186569,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.20',1651218495),(1186570,'guest','failed_login','Users','Session','admin',0,0,'166.62.125.246',1651218625),(1186571,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1651218712),(1186572,'guest','failed_login','Users','Session','testseo',0,0,'74.91.17.83',1651219405),(1186573,'guest','failed_login','Users','Session','admin',0,0,'194.90.234.21',1651220038),(1186574,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.156',1651220288),(1186575,'guest','failed_login','Users','Session','admin',0,0,'167.71.141.164',1651220354),(1186576,'guest','failed_login','Users','Session','admin',0,0,'43.229.129.91',1651220900),(1186577,'guest','failed_login','Users','Session','admin',0,0,'2400:6180:0:d0::11d2:e001',1651221209),(1186578,'guest','failed_login','Users','Session','admin',0,0,'2001:41d0:800:3050::',1651221750),(1186579,'guest','failed_login','Users','Session','admin',0,0,'78.157.40.35',1651222064),(1186580,'guest','failed_login','Users','Session','testseo',0,0,'69.30.240.29',1651222319),(1186581,'guest','failed_login','Users','Session','drmap',0,0,'167.99.252.52',1651222609),(1186582,'guest','failed_login','Users','Session','tech1',0,0,'143.244.143.195',1651222922),(1186583,'guest','failed_login','Users','Session','drmap',0,0,'47.241.15.39',1651223472),(1186584,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::1117:2001',1651223788),(1186585,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.142',1651224233),(1186586,'guest','failed_login','Users','Session','drmap',0,0,'13.81.59.92',1651224336),(1186587,'guest','failed_login','Users','Session','tech1',0,0,'43.241.70.75',1651224650),(1186588,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:400:d0::1a04:a001',1651225200),(1186589,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1651225512),(1186590,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1651225892),(1186591,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.42',1651226181),(1186592,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::9fa:4001',1651226372),(1186593,'guest','failed_login','Users','Session','drmap',0,0,'217.9.143.94',1651226920),(1186594,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1651227233),(1186595,'guest','failed_login','Users','Session','drmap',0,0,'167.71.163.218',1651227776),(1186596,'guest','failed_login','Users','Session','tech1',0,0,'194.233.80.204',1651228088),(1186597,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.42',1651228591),(1186598,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.68',1651228611),(1186599,'guest','failed_login','Users','Session','drmap',0,0,'213.136.93.171',1651228643),(1186600,'guest','failed_login','Users','Session','tech1',0,0,'62.178.170.93',1651228945),(1186601,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.58',1651229246),(1186602,'guest','failed_login','Users','Session','drmap',0,0,'2400:8901::f03c:93ff:fe84:15a4',1651229489),(1186603,'guest','failed_login','Users','Session','tech1',0,0,'187.32.211.193',1651229802),(1186604,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::9ed:d001',1651230347),(1186605,'guest','failed_login','Users','Session','testseo',0,0,'74.91.17.83',1651230411),(1186606,'guest','failed_login','Users','Session','tech1',0,0,'2400:8500:1301:738:133:130:103:36',1651230664),(1186607,'guest','failed_login','Users','Session','drmap',0,0,'187.32.211.193',1651231210),(1186608,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.58',1651231451),(1186609,'guest','failed_login','Users','Session','tech1',0,0,'167.71.117.225',1651231520),(1186610,'guest','failed_login','Users','Session','drmap',0,0,'162.144.63.211',1651232070),(1186611,'guest','failed_login','Users','Session','tech1',0,0,'162.240.27.242',1651232380),(1186612,'guest','failed_login','Users','Session','testseo',0,0,'173.208.153.156',1651232900),(1186613,'guest','failed_login','Users','Session','drmap',0,0,'103.101.161.220',1651232927),(1186614,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1651233026),(1186615,'guest','failed_login','Users','Session','testseo',0,0,'107.150.36.76',1651233218),(1186616,'guest','failed_login','Users','Session','tech1',0,0,'83.135.141.179',1651233242),(1186617,'guest','failed_login','Users','Session','drmap',0,0,'188.166.183.39',1651233785),(1186618,'guest','failed_login','Users','Session','tech1',0,0,'77.240.13.186',1651234102),(1186619,'guest','failed_login','Users','Session','drmap',0,0,'134.209.231.225',1651234648),(1186620,'guest','failed_login','Users','Session','testseo',0,0,'173.208.153.156',1651234721),(1186621,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:102f::91d:58c1',1651234960),(1186622,'guest','failed_login','Users','Session','drmap',0,0,'208.109.54.127',1651235504),(1186623,'guest','failed_login','Users','Session','tech1',0,0,'69.163.196.200',1651235819),(1186624,'guest','failed_login','Users','Session','drmap',0,0,'2001:470:c:7e2::2',1651236370),(1186625,'guest','failed_login','Users','Session','tech1',0,0,'202.131.107.130',1651236685),(1186626,'guest','failed_login','Users','Session','drmap',0,0,'92.204.138.28',1651237233),(1186627,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1651237546),(1186628,'guest','failed_login','Users','Session','drmap',0,0,'178.128.5.109',1651238099),(1186629,'guest','failed_login','Users','Session','tech1',0,0,'2a02:c206:2060:3839::1',1651238413),(1186630,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.68',1651238776),(1186631,'guest','failed_login','Users','Session','testseo',0,0,'69.197.154.20',1651238879),(1186632,'guest','failed_login','Users','Session','drmap',0,0,'42.193.21.177',1651238963),(1186633,'guest','failed_login','Users','Session','tech1',0,0,'144.91.117.193',1651239273),(1186634,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:2:d0::10e4:5001',1651239821),(1186635,'guest','failed_login','Users','Session','tech1',0,0,'103.149.154.8',1651240132),(1186636,'guest','failed_login','Users','Session','admin',0,0,'211.57.202.228',1651240403),(1186637,'guest','failed_login','Users','Session','drmap',0,0,'35.224.250.64',1651240681),(1186638,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.58',1651240938),(1186639,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.68',1651240993),(1186640,'guest','failed_login','Users','Session','tech1',0,0,'193.151.131.151',1651240997),(1186641,'guest','failed_login','Users','Session','admin',0,0,'37.120.203.87',1651241070),(1186642,'guest','failed_login','Users','Session','drmap',0,0,'167.71.234.124',1651241548),(1186643,'guest','failed_login','Users','Session','tech1',0,0,'175.45.125.65',1651241861),(1186644,'guest','failed_login','Users','Session','drmap',0,0,'162.144.63.211',1651242409),(1186645,'guest','failed_login','Users','Session','tech1',0,0,'139.59.96.76',1651242722),(1186646,'guest','failed_login','Users','Session','drmap',0,0,'103.109.28.1',1651243269),(1186647,'guest','failed_login','Users','Session','tech1',0,0,'118.24.106.172',1651243586),(1186648,'guest','failed_login','Users','Session','drmap',0,0,'31.192.208.12',1651244131),(1186649,'guest','failed_login','Users','Session','tech1',0,0,'217.182.175.39',1651244445),(1186650,'guest','failed_login','Users','Session','drmap',0,0,'84.205.178.134',1651244996),(1186651,'guest','failed_login','Users','Session','tech1',0,0,'2400:8904::f03c:92ff:fef0:39e9',1651245314),(1186652,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1651245544),(1186653,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1651245567),(1186654,'guest','failed_login','Users','Session','bangkokfinder',0,0,'69.197.155.230',1651245582),(1186655,'guest','failed_login','Users','Session','admin',0,0,'192.187.127.20',1651245672),(1186656,'guest','failed_login','Users','Session','test',0,0,'69.197.155.230',1651245764),(1186657,'guest','failed_login','Users','Session','drmap',0,0,'68.183.200.197',1651245869),(1186658,'guest','failed_login','Users','Session','tech1',0,0,'2a00:1a28:155d:1f5::1',1651246184),(1186659,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1651246697),(1186660,'guest','failed_login','Users','Session','drmap',0,0,'72.167.222.172',1651246739),(1186661,'guest','failed_login','Users','Session','tech1',0,0,'39.108.148.88',1651247063),(1186662,'guest','failed_login','Users','Session','tech1',0,0,'217.160.75.121',1651247927),(1186663,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.20',1651248189),(1186664,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1651248485),(1186665,'guest','failed_login','Users','Session','tech1',0,0,'89.58.11.2',1651248807),(1186666,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.142',1651249334),(1186667,'guest','failed_login','Users','Session','drmap',0,0,'143.198.78.62',1651249362),(1186668,'guest','failed_login','Users','Session','tech1',0,0,'148.72.214.245',1651249679),(1186669,'guest','failed_login','Users','Session','test',0,0,'208.110.66.142',1651249914),(1186670,'guest','failed_login','Users','Session','drmap',0,0,'185.2.4.71',1651250235),(1186671,'guest','failed_login','Users','Session','tech1',0,0,'94.209.23.65',1651250563),(1186672,'guest','failed_login','Users','Session','drmap',0,0,'217.61.54.110',1651251111),(1186673,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1651251427),(1186674,'guest','failed_login','Users','Session','drmap',0,0,'2400:8904::f03c:92ff:fef0:39e9',1651251982),(1186675,'guest','failed_login','Users','Session','tech1',0,0,'2600:1f13:905:dd00:9151:fbf8:b12e:9318',1651252317),(1186676,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:400:d0::1a04:a001',1651252855),(1186677,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.60',1651252879),(1186678,'guest','failed_login','Users','Session','tech1',0,0,'194.90.234.21',1651253167),(1186679,'guest','failed_login','Users','Session','testseo',0,0,'208.110.66.142',1651253286),(1186680,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:400:d0::1792:5001',1651253714),(1186681,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.71',1651254025),(1186682,'guest','failed_login','Users','Session','drmap',0,0,'158.69.63.179',1651254562),(1186683,'guest','failed_login','Users','Session','tech1',0,0,'195.4.173.50',1651254866),(1186684,'guest','failed_login','Users','Session','drmap',0,0,'66.11.120.48',1651255401),(1186685,'guest','failed_login','Users','Session','admin',0,0,'80.246.1.193',1651255541),(1186686,'guest','failed_login','Users','Session','tech1',0,0,'161.35.126.102',1651255716),(1186687,'guest','failed_login','Users','Session','admin',0,0,'75.119.130.151',1651255863),(1186688,'guest','failed_login','Users','Session','tech1',0,0,'162.214.145.74',1651256167),(1186689,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1651256249),(1186690,'guest','failed_login','Users','Session','testseo',0,0,'173.208.206.28',1651256485),(1186691,'guest','failed_login','Users','Session','tech1',0,0,'150.95.110.113',1651256501),(1186692,'guest','failed_login','Users','Session','tech1',0,0,'185.23.130.9',1651256559),(1186693,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.28',1651256713),(1186694,'guest','failed_login','Users','Session','tech1',0,0,'34.64.218.102',1651256806),(1186695,'guest','failed_login','Users','Session','drmap',0,0,'162.144.87.29',1651257100),(1186696,'guest','failed_login','Users','Session','tech1',0,0,'47.96.27.235',1651257118),(1186697,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.60',1651257214),(1186698,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1651257411),(1186699,'guest','failed_login','Users','Session','tech1',0,0,'94.23.252.163',1651257416),(1186700,'guest','failed_login','Users','Session','tech1',0,0,'107.180.107.103',1651257435),(1186701,'guest','failed_login','Users','Session','tech1',0,0,'39.98.224.201',1651257733),(1186702,'guest','failed_login','Users','Session','testseo',0,0,'208.110.66.142',1651257740),(1186703,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.156',1651257926),(1186704,'guest','failed_login','Users','Session','drmap',0,0,'103.130.218.178',1651257962),(1186705,'guest','failed_login','Users','Session','tech1',0,0,'194.163.156.168',1651258061),(1186706,'guest','failed_login','Users','Session','tech1',0,0,'69.163.196.200',1651258270),(1186707,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::4a10',1651258378),(1186708,'guest','failed_login','Users','Session','tech1',0,0,'85.214.38.127',1651258698),(1186709,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1651258813),(1186710,'guest','failed_login','Users','Session','tech1',0,0,'107.190.135.178',1651259018),(1186711,'guest','failed_login','Users','Session','tech1',0,0,'159.89.228.214',1651259122),(1186712,'guest','failed_login','Users','Session','tech1',0,0,'151.106.35.235',1651259351),(1186713,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::9fa:4001',1651259669),(1186714,'guest','failed_login','Users','Session','tech1',0,0,'103.204.130.160',1651259670),(1186715,'guest','failed_login','Users','Session','tech1',0,0,'31.192.208.12',1651259979),(1186716,'guest','failed_login','Users','Session','tech1',0,0,'213.149.103.132',1651260020),(1186717,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.83',1651260062),(1186718,'guest','failed_login','Users','Session','tech1',0,0,'185.252.31.180',1651260326),(1186719,'guest','failed_login','Users','Session','drmap',0,0,'46.63.80.162',1651260514),(1186720,'guest','failed_login','Users','Session','tech1',0,0,'109.206.252.198',1651260681),(1186721,'guest','failed_login','Users','Session','tech1',0,0,'192.169.152.218',1651260824),(1186722,'guest','failed_login','Users','Session','tech1',0,0,'62.171.136.23',1651261068),(1186723,'guest','failed_login','Users','Session','tech1',0,0,'159.65.149.229',1651261357),(1186724,'guest','failed_login','Users','Session','drmap',0,0,'81.186.225.108',1651261364),(1186725,'guest','failed_login','Users','Session','tech1',0,0,'34.69.109.132',1651261675),(1186726,'guest','failed_login','Users','Session','tech1',0,0,'103.74.118.242',1651261688),(1186727,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.20',1651262000),(1186728,'guest','failed_login','Users','Session','tech1',0,0,'213.149.103.132',1651262049),(1186729,'guest','failed_login','Users','Session','drmap',0,0,'13.81.59.92',1651262216),(1186730,'guest','failed_login','Users','Session','tech1',0,0,'8.210.144.239',1651262381),(1186731,'guest','failed_login','Users','Session','tech1',0,0,'210.122.36.218',1651262529),(1186732,'guest','failed_login','Users','Session','tech1',0,0,'3.110.137.6',1651262748),(1186733,'guest','failed_login','Users','Session','drmap',0,0,'51.159.155.6',1651263080),(1186734,'guest','failed_login','Users','Session','tech1',0,0,'35.225.94.95',1651263094),(1186735,'guest','failed_login','Users','Session','tech1',0,0,'43.241.70.75',1651263399),(1186736,'guest','failed_login','Users','Session','tech1',0,0,'159.65.149.229',1651263470),(1186737,'guest','failed_login','Users','Session','tech1',0,0,'139.59.153.133',1651263837),(1186738,'guest','failed_login','Users','Session','drmap',0,0,'159.203.120.246',1651263949),(1186739,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.188',1651264196),(1186740,'guest','failed_login','Users','Session','tech1',0,0,'159.89.160.120',1651264272),(1186741,'guest','failed_login','Users','Session','tech1',0,0,'167.99.75.244',1651264543),(1186742,'guest','failed_login','Users','Session','drmap',0,0,'47.105.61.35',1651264836),(1186743,'guest','failed_login','Users','Session','tech1',0,0,'200.147.58.13',1651264912),(1186744,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.83',1651265136),(1186745,'guest','failed_login','Users','Session','tech1',0,0,'139.59.80.50',1651265153),(1186746,'guest','failed_login','Users','Session','tech1',0,0,'143.198.190.98',1651265285),(1186747,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::4ce:d001',1651265656),(1186748,'guest','failed_login','Users','Session','drmap',0,0,'8.210.146.161',1651265712),(1186749,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1651265718),(1186750,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.92',1651265897),(1186751,'guest','failed_login','Users','Session','tech1',0,0,'194.90.234.21',1651266030),(1186752,'guest','failed_login','Users','Session','tech1',0,0,'103.174.87.138',1651266044),(1186753,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.242.42',1651266082),(1186754,'guest','failed_login','Users','Session','tech1',0,0,'2604:2dc0:200:1378::',1651266400),(1186755,'guest','failed_login','Users','Session','tech1',0,0,'184.95.38.138',1651266781),(1186756,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.28',1651266953),(1186757,'guest','failed_login','Users','Session','tech1',0,0,'116.255.178.218',1651267183),(1186758,'guest','failed_login','Users','Session','dmytro',0,0,'208.110.66.142',1651267281),(1186759,'guest','failed_login','Users','Session','tech1',0,0,'35.247.159.133',1651267540),(1186760,'guest','failed_login','Users','Session','tech1',0,0,'74.208.34.233',1651267921),(1186761,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:271:2583::2',1651268319),(1186762,'guest','failed_login','Users','Session','tech1',0,0,'210.5.50.149',1651268685),(1186763,'guest','failed_login','Users','Session','tech1',0,0,'178.128.51.162',1651269067),(1186764,'guest','failed_login','Users','Session','tech1',0,0,'103.51.103.73',1651269450),(1186765,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:271:2583::2',1651269850),(1186766,'guest','failed_login','Users','Session','tech1',0,0,'3.110.137.6',1651270238),(1186767,'guest','failed_login','Users','Session','tech1',0,0,'194.5.175.15',1651270631),(1186768,'guest','failed_login','Users','Session','tech1',0,0,'150.95.112.79',1651271004),(1186769,'guest','failed_login','Users','Session','tech1',0,0,'34.135.49.103',1651271408),(1186770,'guest','failed_login','Users','Session','tech1',0,0,'154.215.31.129',1651271789),(1186771,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.76',1651272141),(1186772,'guest','failed_login','Users','Session','tech1',0,0,'35.219.62.239',1651272190),(1186773,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.156',1651272577),(1186774,'guest','failed_login','Users','Session','tech1',0,0,'162.144.49.214',1651272594),(1186775,'guest','failed_login','Users','Session','tech1',0,0,'8.210.57.22',1651272995),(1186776,'guest','failed_login','Users','Session','tech1',0,0,'66.94.114.17',1651273414),(1186777,'guest','failed_login','Users','Session','tech1',0,0,'190.92.137.177',1651273811),(1186778,'guest','failed_login','Users','Session','testseo',0,0,'192.187.127.20',1651273996),(1186779,'guest','failed_login','Users','Session','tech1',0,0,'107.180.103.185',1651274234),(1186780,'guest','failed_login','Users','Session','testseo',0,0,'192.187.127.20',1651274420),(1186781,'guest','failed_login','Users','Session','tech1',0,0,'138.197.173.121',1651274647),(1186782,'guest','failed_login','Users','Session','tech1',0,0,'101.32.62.196',1651275036),(1186783,'guest','failed_login','Users','Session','tech1',0,0,'103.8.238.13',1651275447),(1186784,'guest','failed_login','Users','Session','tech1',0,0,'159.203.176.82',1651275876),(1186785,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.20',1651275910),(1186786,'guest','failed_login','Users','Session','tech1',0,0,'162.241.174.216',1651276297),(1186787,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.58',1651276300),(1186788,'guest','failed_login','Users','Session','tech1',0,0,'51.68.141.94',1651276722),(1186789,'guest','failed_login','Users','Session','tech1',0,0,'184.95.38.138',1651277125),(1186790,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.142',1651277207),(1186791,'guest','failed_login','Users','Session','admin',0,0,'194.126.177.54',1651277352),(1186792,'guest','failed_login','Users','Session','tech1',0,0,'209.159.150.110',1651277566),(1186793,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.20',1651277683),(1186794,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.60',1651278053),(1186795,'guest','failed_login','Users','Session','admin',0,0,'176.235.216.155',1651279003),(1186796,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.42',1651279210),(1186797,'guest','failed_login','Users','Session','admin',0,0,'88.135.37.49',1651279397),(1186798,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.60',1651279469),(1186799,'guest','failed_login','Users','Session','tech1',0,0,'144.91.75.9',1651279839),(1186800,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279935),(1186801,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279936),(1186802,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279937),(1186803,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279938),(1186804,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279941),(1186805,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279942),(1186806,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279942),(1186807,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279943),(1186808,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279944),(1186809,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279944),(1186810,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279945),(1186811,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279945),(1186812,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279947),(1186813,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279947),(1186814,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279948),(1186815,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279950),(1186816,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279950),(1186817,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279951),(1186818,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279951),(1186819,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279952),(1186820,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279953),(1186821,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279953),(1186822,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279954),(1186823,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279955),(1186824,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279955),(1186825,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279956),(1186826,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279956),(1186827,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279957),(1186828,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279958),(1186829,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279958),(1186830,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279959),(1186831,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279959),(1186832,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279960),(1186833,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279960),(1186834,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279961),(1186835,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279962),(1186836,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279962),(1186837,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279963),(1186838,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279964),(1186839,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279965),(1186840,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279965),(1186841,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279966),(1186842,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279967),(1186843,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279967),(1186844,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279968),(1186845,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279968),(1186846,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279969),(1186847,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279969),(1186848,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279970),(1186849,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279970),(1186850,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279971),(1186851,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279972),(1186852,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279973),(1186853,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279974),(1186854,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279975),(1186855,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279976),(1186856,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279977),(1186857,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279977),(1186858,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279978),(1186859,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279978),(1186860,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279979),(1186861,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279979),(1186862,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279980),(1186863,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279981),(1186864,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279983),(1186865,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279984),(1186866,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279985),(1186867,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279986),(1186868,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279987),(1186869,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279987),(1186870,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279988),(1186871,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279989),(1186872,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279989),(1186873,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279990),(1186874,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279991),(1186875,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279992),(1186876,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279992),(1186877,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279993),(1186878,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279994),(1186879,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651279994),(1186880,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279995),(1186881,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279996),(1186882,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279997),(1186883,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279998),(1186884,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651279999),(1186885,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280000),(1186886,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280000),(1186887,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280001),(1186888,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280001),(1186889,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280002),(1186890,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280003),(1186891,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280003),(1186892,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280004),(1186893,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280005),(1186894,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280006),(1186895,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280007),(1186896,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280008),(1186897,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280009),(1186898,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280010),(1186899,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280010),(1186900,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280012),(1186901,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280013),(1186902,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280013),(1186903,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280014),(1186904,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280015),(1186905,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280015),(1186906,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280016),(1186907,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280016),(1186908,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280017),(1186909,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280017),(1186910,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280018),(1186911,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280019),(1186912,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280019),(1186913,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280020),(1186914,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280020),(1186915,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280021),(1186916,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280021),(1186917,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280022),(1186918,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280022),(1186919,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280023),(1186920,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280023),(1186921,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280024),(1186922,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280025),(1186923,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280025),(1186924,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280026),(1186925,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280026),(1186926,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280027),(1186927,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280028),(1186928,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280028),(1186929,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280029),(1186930,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280029),(1186931,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.60',1651280030),(1186932,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280030),(1186933,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280030),(1186934,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280031),(1186935,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280032),(1186936,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280032),(1186937,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280033),(1186938,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280034),(1186939,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280036),(1186940,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280037),(1186941,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280038),(1186942,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280038),(1186943,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280039),(1186944,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280039),(1186945,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280040),(1186946,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280040),(1186947,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280041),(1186948,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280043),(1186949,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280043),(1186950,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280045),(1186951,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280045),(1186952,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280047),(1186953,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280047),(1186954,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280049),(1186955,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280050),(1186956,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280050),(1186957,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280051),(1186958,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280052),(1186959,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280053),(1186960,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280054),(1186961,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280054),(1186962,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280056),(1186963,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280058),(1186964,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280059),(1186965,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280059),(1186966,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280061),(1186967,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280061),(1186968,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280063),(1186969,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280063),(1186970,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280064),(1186971,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280065),(1186972,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280066),(1186973,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280067),(1186974,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280068),(1186975,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280069),(1186976,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280070),(1186977,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280071),(1186978,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280071),(1186979,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280072),(1186980,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280072),(1186981,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280073),(1186982,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280074),(1186983,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280074),(1186984,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280075),(1186985,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280076),(1186986,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280076),(1186987,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280077),(1186988,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280077),(1186989,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280078),(1186990,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280079),(1186991,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280079),(1186992,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280080),(1186993,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280081),(1186994,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280082),(1186995,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280082),(1186996,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280083),(1186997,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280083),(1186998,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280084),(1186999,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280085),(1187000,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280085),(1187001,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280086),(1187002,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280086),(1187003,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280087),(1187004,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280088),(1187005,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280088),(1187006,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280089),(1187007,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280090),(1187008,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280091),(1187009,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280092),(1187010,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280093),(1187011,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280093),(1187012,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280094),(1187013,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280095),(1187014,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280095),(1187015,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280096),(1187016,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280097),(1187017,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280097),(1187018,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280098),(1187019,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280100),(1187020,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280101),(1187021,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280103),(1187022,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280104),(1187023,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280105),(1187024,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280105),(1187025,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280106),(1187026,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280106),(1187027,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280107),(1187028,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280108),(1187029,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280108),(1187030,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280109),(1187031,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280109),(1187032,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280110),(1187033,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280111),(1187034,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280112),(1187035,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280112),(1187036,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280113),(1187037,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280114),(1187038,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280114),(1187039,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280115),(1187040,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280115),(1187041,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280117),(1187042,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280118),(1187043,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280119),(1187044,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280120),(1187045,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280122),(1187046,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280122),(1187047,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280123),(1187048,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280124),(1187049,'guest','failed_login','Users','Session','tech1',0,0,'106.55.33.35',1651280125),(1187050,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280131),(1187051,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280132),(1187052,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280133),(1187053,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280134),(1187054,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280135),(1187055,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280135),(1187056,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280136),(1187057,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280137),(1187058,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280137),(1187059,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280138),(1187060,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280139),(1187061,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280139),(1187062,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280140),(1187063,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280141),(1187064,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280142),(1187065,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280143),(1187066,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280144),(1187067,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280145),(1187068,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280145),(1187069,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280147),(1187070,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280148),(1187071,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280149),(1187072,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280151),(1187073,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280151),(1187074,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280152),(1187075,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280153),(1187076,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280154),(1187077,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280155),(1187078,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280156),(1187079,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280157),(1187080,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280158),(1187081,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280158),(1187082,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280159),(1187083,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280159),(1187084,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280160),(1187085,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280160),(1187086,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280161),(1187087,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280161),(1187088,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280162),(1187089,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280162),(1187090,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280163),(1187091,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280164),(1187092,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280164),(1187093,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280165),(1187094,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280165),(1187095,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280166),(1187096,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280167),(1187097,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280167),(1187098,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280168),(1187099,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280169),(1187100,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280169),(1187101,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280170),(1187102,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280171),(1187103,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280171),(1187104,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280172),(1187105,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280172),(1187106,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280173),(1187107,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280173),(1187108,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280174),(1187109,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280174),(1187110,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280175),(1187111,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280176),(1187112,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280176),(1187113,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280177),(1187114,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280177),(1187115,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280178),(1187116,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280178),(1187117,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280179),(1187118,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280179),(1187119,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280180),(1187120,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280181),(1187121,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280182),(1187122,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280183),(1187123,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280183),(1187124,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280184),(1187125,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280184),(1187126,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280185),(1187127,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280185),(1187128,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280186),(1187129,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280187),(1187130,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280187),(1187131,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280188),(1187132,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280188),(1187133,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280189),(1187134,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280189),(1187135,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280190),(1187136,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280191),(1187137,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280192),(1187138,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280193),(1187139,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280194),(1187140,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280195),(1187141,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280196),(1187142,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280197),(1187143,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280198),(1187144,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280199),(1187145,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280199),(1187146,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280200),(1187147,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280200),(1187148,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280201),(1187149,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280201),(1187150,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280202),(1187151,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280203),(1187152,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280203),(1187153,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280204),(1187154,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280204),(1187155,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280205),(1187156,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280205),(1187157,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280206),(1187158,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280208),(1187159,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280208),(1187160,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280209),(1187161,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280209),(1187162,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280210),(1187163,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280210),(1187164,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280211),(1187165,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280211),(1187166,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280212),(1187167,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280214),(1187168,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280215),(1187169,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280216),(1187170,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280217),(1187171,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280218),(1187172,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280218),(1187173,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280219),(1187174,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280220),(1187175,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280220),(1187176,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280221),(1187177,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280222),(1187178,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280225),(1187179,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280226),(1187180,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280226),(1187181,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280227),(1187182,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280227),(1187183,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280228),(1187184,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280228),(1187185,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280229),(1187186,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280230),(1187187,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280231),(1187188,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280231),(1187189,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280232),(1187190,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280233),(1187191,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280233),(1187192,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280234),(1187193,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280234),(1187194,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280235),(1187195,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280235),(1187196,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280237),(1187197,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280237),(1187198,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280238),(1187199,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280238),(1187200,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280239),(1187201,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280241),(1187202,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280241),(1187203,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280242),(1187204,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280242),(1187205,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280243),(1187206,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280244),(1187207,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280245),(1187208,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280246),(1187209,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280247),(1187210,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280248),(1187211,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280248),(1187212,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280250),(1187213,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280250),(1187214,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280251),(1187215,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280251),(1187216,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280252),(1187217,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280252),(1187218,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280255),(1187219,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280257),(1187220,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280258),(1187221,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280259),(1187222,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280260),(1187223,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280260),(1187224,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280261),(1187225,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280262),(1187226,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280262),(1187227,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280263),(1187228,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280263),(1187229,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280264),(1187230,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280264),(1187231,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280265),(1187232,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280265),(1187233,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280266),(1187234,'guest','failed_login','Users','Session','tech1',0,0,'103.109.30.30',1651280266),(1187235,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280267),(1187236,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280267),(1187237,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280268),(1187238,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280269),(1187239,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280270),(1187240,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280271),(1187241,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280272),(1187242,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280273),(1187243,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280274),(1187244,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280275),(1187245,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280276),(1187246,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280277),(1187247,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280279),(1187248,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280280),(1187249,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280280),(1187250,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280281),(1187251,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280281),(1187252,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280282),(1187253,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280283),(1187254,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280283),(1187255,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280284),(1187256,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280284),(1187257,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280285),(1187258,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280286),(1187259,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280287),(1187260,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280287),(1187261,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280288),(1187262,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280288),(1187263,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280289),(1187264,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280289),(1187265,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280290),(1187266,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280291),(1187267,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280291),(1187268,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280292),(1187269,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280292),(1187270,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280293),(1187271,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280294),(1187272,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280295),(1187273,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280296),(1187274,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280296),(1187275,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280297),(1187276,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280297),(1187277,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280298),(1187278,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280298),(1187279,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280299),(1187280,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280300),(1187281,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280301),(1187282,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280301),(1187283,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280302),(1187284,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280302),(1187285,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280303),(1187286,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280303),(1187287,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280305),(1187288,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280305),(1187289,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280306),(1187290,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280306),(1187291,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280307),(1187292,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280308),(1187293,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280308),(1187294,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280309),(1187295,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280309),(1187296,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280310),(1187297,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280310),(1187298,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280311),(1187299,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280311),(1187300,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280312),(1187301,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280313),(1187302,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280314),(1187303,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280315),(1187304,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280315),(1187305,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280316),(1187306,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280317),(1187307,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280318),(1187308,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280318),(1187309,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280319),(1187310,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280320),(1187311,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280322),(1187312,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280323),(1187313,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280324),(1187314,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280324),(1187315,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280325),(1187316,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280326),(1187317,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280327),(1187318,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280328),(1187319,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280329),(1187320,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280330),(1187321,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280330),(1187322,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280331),(1187323,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280331),(1187324,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280333),(1187325,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280333),(1187326,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280334),(1187327,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280335),(1187328,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280335),(1187329,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280336),(1187330,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280336),(1187331,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280337),(1187332,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280337),(1187333,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280338),(1187334,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280339),(1187335,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280339),(1187336,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280340),(1187337,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280341),(1187338,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280342),(1187339,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280343),(1187340,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280345),(1187341,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280346),(1187342,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280346),(1187343,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280347),(1187344,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280347),(1187345,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280348),(1187346,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280349),(1187347,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280349),(1187348,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280350),(1187349,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280350),(1187350,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280351),(1187351,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280351),(1187352,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280352),(1187353,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280353),(1187354,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280354),(1187355,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280354),(1187356,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280355),(1187357,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280355),(1187358,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280356),(1187359,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280356),(1187360,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280358),(1187361,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280358),(1187362,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280359),(1187363,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280360),(1187364,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280360),(1187365,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280361),(1187366,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280362),(1187367,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280362),(1187368,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280364),(1187369,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280364),(1187370,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280365),(1187371,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280365),(1187372,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280366),(1187373,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280366),(1187374,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280367),(1187375,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280367),(1187376,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280369),(1187377,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280370),(1187378,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280371),(1187379,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280373),(1187380,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280373),(1187381,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280374),(1187382,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280374),(1187383,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280375),(1187384,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280376),(1187385,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280376),(1187386,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280377),(1187387,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280378),(1187388,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280379),(1187389,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280379),(1187390,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280380),(1187391,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280381),(1187392,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280381),(1187393,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280382),(1187394,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280383),(1187395,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280384),(1187396,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280386),(1187397,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280387),(1187398,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280388),(1187399,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280388),(1187400,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280389),(1187401,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280391),(1187402,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280391),(1187403,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280392),(1187404,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280392),(1187405,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280393),(1187406,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280393),(1187407,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280394),(1187408,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280394),(1187409,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280395),(1187410,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280395),(1187411,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280396),(1187412,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280397),(1187413,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280398),(1187414,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280398),(1187415,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280399),(1187416,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280399),(1187417,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280401),(1187418,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280401),(1187419,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280402),(1187420,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280402),(1187421,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280403),(1187422,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280404),(1187423,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280405),(1187424,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280406),(1187425,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280406),(1187426,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280407),(1187427,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280407),(1187428,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280408),(1187429,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280410),(1187430,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280410),(1187431,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280412),(1187432,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280413),(1187433,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280413),(1187434,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280414),(1187435,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280414),(1187436,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280416),(1187437,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280417),(1187438,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280418),(1187439,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280419),(1187440,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280420),(1187441,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280420),(1187442,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280421),(1187443,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280421),(1187444,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280423),(1187445,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280423),(1187446,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280424),(1187447,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280425),(1187448,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280425),(1187449,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280426),(1187450,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280426),(1187451,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280427),(1187452,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280427),(1187453,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280428),(1187454,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280430),(1187455,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280430),(1187456,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280431),(1187457,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280431),(1187458,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280433),(1187459,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280435),(1187460,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280436),(1187461,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280437),(1187462,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280437),(1187463,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280438),(1187464,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280438),(1187465,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280439),(1187466,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280439),(1187467,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280440),(1187468,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280441),(1187469,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280441),(1187470,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280443),(1187471,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280443),(1187472,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280444),(1187473,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280445),(1187474,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280445),(1187475,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280446),(1187476,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280446),(1187477,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280447),(1187478,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280448),(1187479,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280448),(1187480,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280449),(1187481,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280450),(1187482,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280450),(1187483,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280451),(1187484,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280452),(1187485,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280453),(1187486,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280454),(1187487,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280455),(1187488,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280456),(1187489,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280458),(1187490,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280459),(1187491,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280459),(1187492,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280460),(1187493,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280461),(1187494,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280462),(1187495,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280463),(1187496,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280465),(1187497,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280465),(1187498,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280466),(1187499,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280466),(1187500,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280467),(1187501,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280467),(1187502,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280469),(1187503,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280469),(1187504,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280470),(1187505,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280471),(1187506,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280475),(1187507,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280475),(1187508,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280476),(1187509,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280476),(1187510,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280477),(1187511,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280477),(1187512,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280478),(1187513,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280478),(1187514,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280479),(1187515,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280480),(1187516,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280481),(1187517,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280482),(1187518,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280483),(1187519,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280484),(1187520,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280484),(1187521,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280485),(1187522,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280486),(1187523,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280487),(1187524,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280487),(1187525,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280488),(1187526,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280489),(1187527,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280489),(1187528,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280490),(1187529,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280490),(1187530,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280491),(1187531,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280492),(1187532,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280492),(1187533,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280493),(1187534,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280495),(1187535,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280495),(1187536,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280496),(1187537,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280496),(1187538,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280497),(1187539,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280498),(1187540,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280498),(1187541,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280499),(1187542,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280499),(1187543,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280500),(1187544,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280500),(1187545,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280501),(1187546,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280501),(1187547,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280502),(1187548,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280503),(1187549,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280503),(1187550,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280504),(1187551,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280504),(1187552,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280505),(1187553,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280506),(1187554,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280506),(1187555,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280507),(1187556,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280508),(1187557,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280509),(1187558,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280511),(1187559,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280512),(1187560,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280513),(1187561,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280513),(1187562,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280514),(1187563,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280514),(1187564,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280515),(1187565,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280515),(1187566,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280516),(1187567,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280517),(1187568,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280517),(1187569,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280518),(1187570,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280518),(1187571,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280519),(1187572,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280520),(1187573,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280521),(1187574,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280522),(1187575,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280523),(1187576,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280524),(1187577,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280524),(1187578,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280525),(1187579,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280525),(1187580,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280526),(1187581,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280527),(1187582,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280527),(1187583,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280528),(1187584,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280528),(1187585,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280529),(1187586,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280529),(1187587,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280530),(1187588,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280530),(1187589,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280531),(1187590,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280532),(1187591,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280532),(1187592,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280533),(1187593,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280533),(1187594,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280534),(1187595,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280534),(1187596,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280535),(1187597,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280535),(1187598,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280536),(1187599,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280537),(1187600,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280537),(1187601,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280538),(1187602,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280539),(1187603,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280540),(1187604,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280540),(1187605,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280541),(1187606,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280542),(1187607,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280543),(1187608,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280543),(1187609,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280544),(1187610,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280544),(1187611,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280545),(1187612,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280545),(1187613,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280546),(1187614,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280547),(1187615,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280547),(1187616,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280548),(1187617,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280548),(1187618,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280550),(1187619,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280550),(1187620,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280551),(1187621,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280551),(1187622,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280552),(1187623,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280553),(1187624,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280554),(1187625,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280555),(1187626,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280555),(1187627,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280556),(1187628,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280557),(1187629,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280557),(1187630,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280558),(1187631,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280558),(1187632,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280560),(1187633,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280561),(1187634,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280562),(1187635,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280563),(1187636,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280564),(1187637,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280564),(1187638,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280565),(1187639,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280566),(1187640,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280567),(1187641,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280568),(1187642,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280569),(1187643,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280571),(1187644,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280571),(1187645,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280572),(1187646,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280572),(1187647,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280573),(1187648,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280573),(1187649,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280574),(1187650,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280575),(1187651,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280575),(1187652,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280576),(1187653,'guest','failed_login','Users','Session','tech1',0,0,'42.193.193.63',1651280576),(1187654,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280577),(1187655,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280578),(1187656,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280578),(1187657,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280579),(1187658,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280579),(1187659,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280580),(1187660,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280581),(1187661,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280581),(1187662,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280582),(1187663,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280582),(1187664,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280583),(1187665,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280584),(1187666,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280584),(1187667,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280585),(1187668,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280586),(1187669,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280587),(1187670,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280588),(1187671,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280589),(1187672,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280590),(1187673,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280592),(1187674,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280593),(1187675,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280594),(1187676,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280595),(1187677,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280595),(1187678,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280596),(1187679,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280596),(1187680,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280597),(1187681,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280597),(1187682,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280598),(1187683,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280598),(1187684,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280599),(1187685,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280600),(1187686,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280600),(1187687,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280601),(1187688,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280601),(1187689,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280602),(1187690,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280602),(1187691,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280603),(1187692,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280603),(1187693,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280604),(1187694,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280605),(1187695,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280605),(1187696,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280606),(1187697,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280607),(1187698,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280607),(1187699,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280608),(1187700,'guest','failed_login','Users','Session','admin',0,0,'106.55.33.35',1651280609),(1187701,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280611),(1187702,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280612),(1187703,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280613),(1187704,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280615),(1187705,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280616),(1187706,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280618),(1187707,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280619),(1187708,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280622),(1187709,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280623),(1187710,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280625),(1187711,'guest','failed_login','Users','Session','troy',0,0,'173.208.206.28',1651280625),(1187712,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280625),(1187713,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280627),(1187714,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280627),(1187715,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280628),(1187716,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280628),(1187717,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280629),(1187718,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280629),(1187719,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280630),(1187720,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280631),(1187721,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280632),(1187722,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280633),(1187723,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280636),(1187724,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280637),(1187725,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280639),(1187726,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280640),(1187727,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280640),(1187728,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280645),(1187729,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280646),(1187730,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280647),(1187731,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280648),(1187732,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280649),(1187733,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280649),(1187734,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280650),(1187735,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280651),(1187736,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280651),(1187737,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280652),(1187738,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280653),(1187739,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280655),(1187740,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280656),(1187741,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280657),(1187742,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280658),(1187743,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280659),(1187744,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280659),(1187745,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280660),(1187746,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280660),(1187747,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280661),(1187748,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280661),(1187749,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280662),(1187750,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280663),(1187751,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280665),(1187752,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280666),(1187753,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280667),(1187754,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280669),(1187755,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280670),(1187756,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280670),(1187757,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280671),(1187758,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280672),(1187759,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280673),(1187760,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280673),(1187761,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280674),(1187762,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280674),(1187763,'guest','failed_login','Users','Session','tech1',0,0,'162.144.49.214',1651280675),(1187764,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280675),(1187765,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280675),(1187766,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280676),(1187767,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280677),(1187768,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280678),(1187769,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280679),(1187770,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280679),(1187771,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280680),(1187772,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280681),(1187773,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280681),(1187774,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280682),(1187775,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280682),(1187776,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280683),(1187777,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280684),(1187778,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280684),(1187779,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280685),(1187780,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280685),(1187781,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280686),(1187782,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280686),(1187783,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280687),(1187784,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280687),(1187785,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280689),(1187786,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280689),(1187787,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280690),(1187788,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280691),(1187789,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280691),(1187790,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280692),(1187791,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280693),(1187792,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280693),(1187793,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280694),(1187794,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280694),(1187795,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280695),(1187796,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280695),(1187797,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280696),(1187798,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280697),(1187799,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280698),(1187800,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280698),(1187801,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280699),(1187802,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280699),(1187803,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280700),(1187804,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280700),(1187805,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280701),(1187806,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280702),(1187807,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280703),(1187808,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280703),(1187809,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280704),(1187810,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280705),(1187811,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280705),(1187812,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280706),(1187813,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280707),(1187814,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280707),(1187815,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280708),(1187816,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280709),(1187817,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280709),(1187818,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280710),(1187819,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280711),(1187820,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280712),(1187821,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280713),(1187822,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280714),(1187823,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280715),(1187824,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280715),(1187825,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280716),(1187826,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280716),(1187827,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280717),(1187828,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280718),(1187829,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280718),(1187830,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280719),(1187831,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280719),(1187832,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280720),(1187833,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280720),(1187834,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280721),(1187835,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280723),(1187836,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280723),(1187837,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280724),(1187838,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280725),(1187839,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280725),(1187840,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280726),(1187841,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280727),(1187842,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280727),(1187843,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280728),(1187844,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280729),(1187845,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280729),(1187846,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280730),(1187847,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280730),(1187848,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280731),(1187849,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280732),(1187850,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280732),(1187851,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280733),(1187852,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280733),(1187853,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280734),(1187854,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280735),(1187855,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280736),(1187856,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280736),(1187857,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280737),(1187858,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280737),(1187859,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280738),(1187860,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280738),(1187861,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280739),(1187862,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280739),(1187863,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280740),(1187864,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280741),(1187865,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280741),(1187866,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280742),(1187867,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280742),(1187868,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280743),(1187869,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280743),(1187870,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280744),(1187871,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280745),(1187872,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280745),(1187873,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280747),(1187874,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280747),(1187875,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280748),(1187876,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280749),(1187877,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280749),(1187878,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280750),(1187879,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280750),(1187880,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280751),(1187881,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280751),(1187882,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280752),(1187883,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280752),(1187884,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280753),(1187885,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280753),(1187886,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280755),(1187887,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280755),(1187888,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280756),(1187889,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280756),(1187890,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280757),(1187891,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280757),(1187892,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280758),(1187893,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280758),(1187894,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280759),(1187895,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280760),(1187896,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280760),(1187897,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280761),(1187898,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280761),(1187899,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280762),(1187900,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280762),(1187901,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280763),(1187902,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280764),(1187903,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280764),(1187904,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280765),(1187905,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280766),(1187906,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280766),(1187907,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280767),(1187908,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280767),(1187909,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280768),(1187910,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280769),(1187911,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280769),(1187912,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280770),(1187913,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280770),(1187914,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280771),(1187915,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280772),(1187916,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280772),(1187917,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280773),(1187918,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280774),(1187919,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280775),(1187920,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280775),(1187921,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280776),(1187922,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280777),(1187923,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280777),(1187924,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280778),(1187925,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280779),(1187926,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280779),(1187927,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280780),(1187928,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280780),(1187929,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280781),(1187930,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280781),(1187931,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280782),(1187932,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280782),(1187933,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280784),(1187934,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280784),(1187935,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280785),(1187936,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280785),(1187937,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280786),(1187938,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280787),(1187939,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280787),(1187940,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280788),(1187941,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280788),(1187942,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280789),(1187943,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280789),(1187944,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280790),(1187945,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280790),(1187946,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280791),(1187947,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280792),(1187948,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280792),(1187949,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280793),(1187950,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280793),(1187951,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280794),(1187952,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280794),(1187953,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280795),(1187954,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280795),(1187955,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280796),(1187956,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280797),(1187957,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280797),(1187958,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280798),(1187959,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280798),(1187960,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280799),(1187961,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280799),(1187962,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280800),(1187963,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280801),(1187964,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280801),(1187965,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280802),(1187966,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280802),(1187967,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280803),(1187968,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280804),(1187969,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280805),(1187970,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280806),(1187971,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280807),(1187972,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280808),(1187973,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280809),(1187974,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280810),(1187975,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280811),(1187976,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280812),(1187977,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280812),(1187978,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280813),(1187979,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280814),(1187980,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280814),(1187981,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280815),(1187982,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280815),(1187983,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280816),(1187984,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280816),(1187985,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280817),(1187986,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280818),(1187987,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280818),(1187988,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280819),(1187989,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280820),(1187990,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280822),(1187991,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280823),(1187992,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280824),(1187993,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280824),(1187994,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280825),(1187995,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280825),(1187996,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280826),(1187997,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280826),(1187998,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280828),(1187999,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280828),(1188000,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280829),(1188001,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280829),(1188002,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280830),(1188003,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280830),(1188004,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280831),(1188005,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280831),(1188006,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280832),(1188007,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280832),(1188008,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280833),(1188009,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280834),(1188010,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280835),(1188011,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280835),(1188012,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280836),(1188013,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280836),(1188014,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280837),(1188015,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280837),(1188016,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280838),(1188017,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280839),(1188018,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280840),(1188019,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280840),(1188020,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280841),(1188021,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280841),(1188022,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280842),(1188023,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280842),(1188024,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280843),(1188025,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280844),(1188026,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280844),(1188027,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280845),(1188028,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280845),(1188029,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280846),(1188030,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280846),(1188031,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280847),(1188032,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280847),(1188033,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280848),(1188034,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280849),(1188035,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280850),(1188036,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280850),(1188037,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280851),(1188038,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280851),(1188039,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280852),(1188040,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280852),(1188041,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280853),(1188042,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280854),(1188043,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280854),(1188044,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280855),(1188045,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280856),(1188046,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280856),(1188047,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280857),(1188048,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280857),(1188049,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280858),(1188050,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280858),(1188051,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280859),(1188052,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280859),(1188053,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280860),(1188054,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280861),(1188055,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280861),(1188056,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280862),(1188057,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280862),(1188058,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280863),(1188059,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280863),(1188060,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280864),(1188061,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280864),(1188062,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280865),(1188063,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280866),(1188064,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280866),(1188065,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280867),(1188066,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280867),(1188067,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280869),(1188068,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280869),(1188069,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280871),(1188070,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280872),(1188071,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280872),(1188072,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280873),(1188073,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280874),(1188074,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280875),(1188075,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280877),(1188076,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280878),(1188077,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280879),(1188078,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280879),(1188079,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280880),(1188080,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280881),(1188081,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280882),(1188082,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280883),(1188083,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280884),(1188084,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280885),(1188085,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280886),(1188086,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280886),(1188087,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280887),(1188088,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280887),(1188089,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280888),(1188090,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280888),(1188091,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280889),(1188092,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280890),(1188093,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280891),(1188094,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280892),(1188095,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280892),(1188096,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280893),(1188097,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280893),(1188098,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280894),(1188099,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280895),(1188100,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280895),(1188101,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280896),(1188102,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280897),(1188103,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280897),(1188104,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280898),(1188105,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280898),(1188106,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280899),(1188107,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280899),(1188108,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280900),(1188109,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280900),(1188110,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280902),(1188111,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280903),(1188112,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280904),(1188113,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280905),(1188114,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280906),(1188115,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280907),(1188116,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280907),(1188117,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280908),(1188118,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280908),(1188119,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280909),(1188120,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280909),(1188121,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280910),(1188122,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280910),(1188123,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280911),(1188124,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280911),(1188125,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280912),(1188126,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280913),(1188127,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280913),(1188128,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280914),(1188129,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280914),(1188130,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280915),(1188131,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280915),(1188132,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280916),(1188133,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280917),(1188134,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280917),(1188135,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280918),(1188136,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280918),(1188137,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280919),(1188138,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280920),(1188139,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280921),(1188140,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280922),(1188141,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280924),(1188142,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280924),(1188143,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280925),(1188144,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280926),(1188145,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280928),(1188146,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280929),(1188147,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280930),(1188148,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280930),(1188149,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280931),(1188150,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280931),(1188151,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280932),(1188152,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280933),(1188153,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280933),(1188154,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280934),(1188155,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280934),(1188156,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280935),(1188157,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280935),(1188158,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280936),(1188159,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280936),(1188160,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280937),(1188161,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280938),(1188162,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280939),(1188163,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280940),(1188164,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280942),(1188165,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280943),(1188166,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280944),(1188167,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280945),(1188168,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280945),(1188169,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280946),(1188170,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280946),(1188171,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280947),(1188172,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280948),(1188173,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280948),(1188174,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280949),(1188175,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280949),(1188176,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280950),(1188177,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280950),(1188178,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280951),(1188179,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280952),(1188180,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280953),(1188181,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280956),(1188182,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280957),(1188183,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280957),(1188184,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280958),(1188185,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280959),(1188186,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280959),(1188187,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280960),(1188188,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280961),(1188189,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280961),(1188190,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280962),(1188191,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280962),(1188192,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280963),(1188193,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280963),(1188194,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280964),(1188195,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280964),(1188196,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280965),(1188197,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280966),(1188198,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280967),(1188199,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280967),(1188200,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280968),(1188201,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280968),(1188202,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280969),(1188203,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280970),(1188204,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280971),(1188205,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280972),(1188206,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280972),(1188207,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280973),(1188208,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280973),(1188209,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280974),(1188210,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280974),(1188211,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280975),(1188212,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280976),(1188213,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280976),(1188214,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280977),(1188215,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280978),(1188216,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280979),(1188217,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280980),(1188218,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280981),(1188219,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280982),(1188220,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280982),(1188221,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280983),(1188222,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280984),(1188223,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280984),(1188224,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280985),(1188225,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280985),(1188226,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280986),(1188227,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280988),(1188228,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280989),(1188229,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280990),(1188230,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280991),(1188231,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280991),(1188232,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280992),(1188233,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280993),(1188234,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280995),(1188235,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280996),(1188236,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280997),(1188237,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280998),(1188238,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280998),(1188239,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651280999),(1188240,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651280999),(1188241,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281000),(1188242,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281000),(1188243,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281001),(1188244,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281001),(1188245,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281002),(1188246,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281002),(1188247,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281004),(1188248,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281004),(1188249,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281005),(1188250,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281005),(1188251,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281006),(1188252,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281006),(1188253,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281007),(1188254,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281007),(1188255,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281008),(1188256,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281009),(1188257,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281009),(1188258,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281010),(1188259,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281010),(1188260,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281011),(1188261,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281012),(1188262,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281013),(1188263,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281013),(1188264,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281014),(1188265,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281014),(1188266,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281015),(1188267,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281015),(1188268,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281016),(1188269,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281016),(1188270,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281017),(1188271,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281017),(1188272,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281018),(1188273,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281019),(1188274,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281019),(1188275,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281020),(1188276,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281020),(1188277,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281021),(1188278,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281022),(1188279,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281023),(1188280,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281024),(1188281,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281025),(1188282,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281025),(1188283,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281026),(1188284,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281027),(1188285,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281027),(1188286,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281028),(1188287,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281029),(1188288,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281030),(1188289,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281030),(1188290,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281032),(1188291,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281032),(1188292,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281033),(1188293,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281033),(1188294,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281034),(1188295,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281037),(1188296,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281038),(1188297,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281039),(1188298,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281040),(1188299,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281040),(1188300,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281042),(1188301,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281042),(1188302,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281043),(1188303,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281043),(1188304,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281044),(1188305,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281044),(1188306,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281046),(1188307,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281047),(1188308,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281047),(1188309,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281048),(1188310,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281049),(1188311,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281049),(1188312,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281050),(1188313,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281050),(1188314,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281051),(1188315,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281052),(1188316,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281053),(1188317,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281054),(1188318,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281055),(1188319,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281056),(1188320,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281056),(1188321,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281057),(1188322,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281057),(1188323,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281058),(1188324,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281059),(1188325,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281059),(1188326,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281060),(1188327,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281060),(1188328,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281061),(1188329,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281062),(1188330,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281062),(1188331,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281063),(1188332,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281064),(1188333,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281065),(1188334,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281067),(1188335,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281068),(1188336,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281068),(1188337,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281069),(1188338,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281070),(1188339,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281071),(1188340,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281071),(1188341,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281072),(1188342,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281074),(1188343,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281075),(1188344,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281075),(1188345,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281076),(1188346,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281076),(1188347,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281077),(1188348,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281078),(1188349,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281078),(1188350,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281079),(1188351,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281079),(1188352,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281080),(1188353,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281081),(1188354,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281082),(1188355,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281083),(1188356,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281083),(1188357,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281084),(1188358,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281085),(1188359,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281086),(1188360,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281087),(1188361,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281089),(1188362,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281089),(1188363,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281090),(1188364,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281090),(1188365,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281092),(1188366,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281093),(1188367,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281094),(1188368,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.20',1651281096),(1188369,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281097),(1188370,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281099),(1188371,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281100),(1188372,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281100),(1188373,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281101),(1188374,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281101),(1188375,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281102),(1188376,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281103),(1188377,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281104),(1188378,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281104),(1188379,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281106),(1188380,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281110),(1188381,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281111),(1188382,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281112),(1188383,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281113),(1188384,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281113),(1188385,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281114),(1188386,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281114),(1188387,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281115),(1188388,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281115),(1188389,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281116),(1188390,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281116),(1188391,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281117),(1188392,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281117),(1188393,'guest','failed_login','Users','Session','tech1',0,0,'74.208.252.140',1651281118),(1188394,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281118),(1188395,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281118),(1188396,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281119),(1188397,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281120),(1188398,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281120),(1188399,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281121),(1188400,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281121),(1188401,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281122),(1188402,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281122),(1188403,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281123),(1188404,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281123),(1188405,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281124),(1188406,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281124),(1188407,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281125),(1188408,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281125),(1188409,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281126),(1188410,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281126),(1188411,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281127),(1188412,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281127),(1188413,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281128),(1188414,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281129),(1188415,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281129),(1188416,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281131),(1188417,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281131),(1188418,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281132),(1188419,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281132),(1188420,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281133),(1188421,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281133),(1188422,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281134),(1188423,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281134),(1188424,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281135),(1188425,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281136),(1188426,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281136),(1188427,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281137),(1188428,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281138),(1188429,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281138),(1188430,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281139),(1188431,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281139),(1188432,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281140),(1188433,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281140),(1188434,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281141),(1188435,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281142),(1188436,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281142),(1188437,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281143),(1188438,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281144),(1188439,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281144),(1188440,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281147),(1188441,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281149),(1188442,'guest','failed_login','Users','Session','admin',0,0,'42.193.193.63',1651281150),(1188443,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281153),(1188444,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'42.193.193.63',1651281161),(1188445,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281162),(1188446,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'42.193.193.63',1651281167),(1188447,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281167),(1188448,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'42.193.193.63',1651281169),(1188449,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'42.193.193.63',1651281170),(1188450,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'42.193.193.63',1651281172),(1188451,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'42.193.193.63',1651281178),(1188452,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281178),(1188453,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281181),(1188454,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'106.55.33.35',1651281186),(1188455,'guest','failed_login','Users','Session','mobileivhawaii',0,0,'42.193.193.63',1651281187),(1188456,'guest','failed_login','Users','Session','tech1',0,0,'185.56.11.161',1651281563),(1188457,'guest','failed_login','Users','Session','drmap',0,0,'202.131.107.130',1651281862),(1188458,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.42',1651281978),(1188459,'guest','failed_login','Users','Session','tech1',0,0,'159.65.251.222',1651281985),(1188460,'guest','failed_login','Users','Session','tech1',0,0,'139.59.75.162',1651282176),(1188461,'guest','failed_login','Users','Session','tech1',0,0,'123.56.59.9',1651282422),(1188462,'guest','failed_login','Users','Session','testseo',0,0,'69.30.229.68',1651282447),(1188463,'guest','failed_login','Users','Session','drmap',0,0,'162.144.87.29',1651282729),(1188464,'guest','failed_login','Users','Session','tech1',0,0,'185.67.101.150',1651282880),(1188465,'guest','failed_login','Users','Session','tech1',0,0,'143.198.78.62',1651283036),(1188466,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.92',1651283195),(1188467,'guest','failed_login','Users','Session','tech1',0,0,'173.208.206.28',1651283269),(1188468,'guest','failed_login','Users','Session','tech1',0,0,'103.174.87.138',1651283332),(1188469,'guest','failed_login','Users','Session','drmap',0,0,'103.212.43.29',1651283586),(1188470,'guest','failed_login','Users','Session','tech1',0,0,'185.70.11.21',1651283777),(1188471,'guest','failed_login','Users','Session','tech1',0,0,'141.94.247.170',1651283899),(1188472,'guest','failed_login','Users','Session','tech1',0,0,'2604:2dc0:200:1378::',1651284204),(1188473,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1651284457),(1188474,'guest','failed_login','Users','Session','tech1',0,0,'82.165.83.17',1651284510),(1188475,'guest','failed_login','Users','Session','tech1',0,0,'184.95.38.138',1651284658),(1188476,'guest','failed_login','Users','Session','tech1',0,0,'5.253.181.177',1651284777),(1188477,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.156',1651284949),(1188478,'guest','failed_login','Users','Session','tech1',0,0,'116.255.173.135',1651285145),(1188479,'guest','failed_login','Users','Session','drmap',0,0,'103.149.154.8',1651285332),(1188480,'guest','failed_login','Users','Session','tech1',0,0,'194.163.159.35',1651285594),(1188481,'guest','failed_login','Users','Session','tech1',0,0,'211.110.139.214',1651285657),(1188482,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.223',1651286054),(1188483,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.156',1651286152),(1188484,'guest','failed_login','Users','Session','drmap',0,0,'8.210.146.161',1651286220),(1188485,'guest','failed_login','Users','Session','tech1',0,0,'199.192.22.72',1651286502),(1188486,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7c8:d007:31a:5054:ff:fef3:4470',1651286546),(1188487,'guest','failed_login','Users','Session','troy',0,0,'69.30.240.29',1651286585),(1188488,'guest','failed_login','Users','Session','tech1',0,0,'185.197.195.173',1651286967),(1188489,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1651287018),(1188490,'guest','failed_login','Users','Session','drmap',0,0,'52.234.178.100',1651287115),(1188491,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:4:1d0::b9:8000',1651287418),(1188492,'guest','failed_login','Users','Session','tech1',0,0,'139.59.118.238',1651287437),(1188493,'guest','failed_login','Users','Session','tech1',0,0,'138.128.173.10',1651287905),(1188494,'guest','failed_login','Users','Session','drmap',0,0,'35.197.204.193',1651288006),(1188495,'guest','failed_login','Users','Session','tech1',0,0,'192.169.152.218',1651288333),(1188496,'guest','failed_login','Users','Session','tech1',0,0,'2604:2dc0:200:1378::',1651288354),(1188497,'guest','failed_login','Users','Session','testseo',0,0,'173.208.206.28',1651288467),(1188498,'guest','failed_login','Users','Session','tech1',0,0,'65.21.96.11',1651288842),(1188499,'guest','failed_login','Users','Session','drmap',0,0,'51.178.93.87',1651288903),(1188500,'guest','failed_login','Users','Session','tech1',0,0,'148.72.214.245',1651289229),(1188501,'guest','failed_login','Users','Session','tech1',0,0,'189.125.37.42',1651289296),(1188502,'guest','failed_login','Users','Session','tech1',0,0,'178.128.51.162',1651289778),(1188503,'guest','failed_login','Users','Session','drmap',0,0,'185.19.190.26',1651289798),(1188504,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.210',1651290127),(1188505,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.29',1651290706),(1188506,'guest','failed_login','Users','Session','drmap',0,0,'23.99.229.218',1651290707),(1188507,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::580:b001',1651290723),(1188508,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1651290734),(1188509,'guest','failed_login','Users','Session','tech1',0,0,'207.148.66.152',1651291022),(1188510,'guest','failed_login','Users','Session','tech1',0,0,'103.159.224.46',1651291225),(1188511,'guest','failed_login','Users','Session','drmap',0,0,'162.240.27.242',1651291589),(1188512,'guest','failed_login','Users','Session','tech1',0,0,'103.42.58.102',1651291673),(1188513,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c010:a209::1',1651291914),(1188514,'guest','failed_login','Users','Session','tech1',0,0,'3.110.137.6',1651292169),(1188515,'guest','failed_login','Users','Session','tech1',0,0,'109.70.100.93',1651292170),(1188516,'guest','failed_login','Users','Session','tech1',0,0,'109.70.100.93',1651292171),(1188517,'guest','failed_login','Users','Session','tech1',0,0,'109.70.100.93',1651292172),(1188518,'guest','failed_login','Users','Session','tech1',0,0,'109.70.100.93',1651292173),(1188519,'guest','failed_login','Users','Session','tech1',0,0,'109.70.100.93',1651292174),(1188520,'guest','failed_login','Users','Session','tech1',0,0,'109.70.100.93',1651292175),(1188521,'guest','failed_login','Users','Session','drmap',0,0,'65.52.200.48',1651292476),(1188522,'guest','failed_login','Users','Session','tech1',0,0,'151.106.35.235',1651292649),(1188523,'guest','failed_login','Users','Session','tech1',0,0,'103.39.134.190',1651292797),(1188524,'guest','failed_login','Users','Session','tech1',0,0,'80.246.1.193',1651293138),(1188525,'guest','failed_login','Users','Session','drmap',0,0,'13.79.17.158',1651293359),(1188526,'guest','failed_login','Users','Session','tech1',0,0,'194.67.212.113',1651293633),(1188527,'guest','failed_login','Users','Session','tech1',0,0,'64.227.183.25',1651293684),(1188528,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.60',1651293851),(1188529,'guest','failed_login','Users','Session','tech1',0,0,'84.205.178.134',1651294113),(1188530,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.20',1651294222),(1188531,'guest','failed_login','Users','Session','drmap',0,0,'67.205.43.116',1651294247),(1188532,'guest','failed_login','Users','Session','tech1',0,0,'51.75.15.189',1651294568),(1188533,'guest','failed_login','Users','Session','tech1',0,0,'89.40.72.194',1651294592),(1188534,'guest','failed_login','Users','Session','tech1',0,0,'51.68.141.94',1651295079),(1188535,'guest','failed_login','Users','Session','drmap',0,0,'109.74.196.231',1651295126),(1188536,'guest','failed_login','Users','Session','tech1',0,0,'115.78.122.58',1651295448),(1188537,'guest','failed_login','Users','Session','tech1',0,0,'47.91.87.213',1651295564),(1188538,'guest','failed_login','Users','Session','drmap',0,0,'181.174.125.214',1651296015),(1188539,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.68',1651296033),(1188540,'guest','failed_login','Users','Session','tech1',0,0,'65.21.96.11',1651296049),(1188541,'guest','failed_login','Users','Session','tech1',0,0,'184.168.125.72',1651296326),(1188542,'guest','failed_login','Users','Session','tech1',0,0,'216.245.215.122',1651296531),(1188543,'guest','failed_login','Users','Session','drmap',0,0,'91.134.248.249',1651296892),(1188544,'guest','failed_login','Users','Session','tech1',0,0,'124.158.12.202',1651297021),(1188545,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a034::ef8:bfd',1651297216),(1188546,'guest','failed_login','Users','Session','tech1',0,0,'45.61.146.241',1651297536),(1188547,'guest','failed_login','Users','Session','drmap',0,0,'144.126.223.177',1651297773),(1188548,'guest','failed_login','Users','Session','tech1',0,0,'89.40.72.194',1651298022),(1188549,'guest','failed_login','Users','Session','tech1',0,0,'151.106.41.64',1651298092),(1188550,'guest','failed_login','Users','Session','tech1',0,0,'103.116.16.173',1651298500),(1188551,'guest','failed_login','Users','Session','testseo',0,0,'69.197.154.20',1651298850),(1188552,'guest','failed_login','Users','Session','tech1',0,0,'167.71.117.225',1651298966),(1188553,'guest','failed_login','Users','Session','tech1',0,0,'103.116.16.173',1651298993),(1188554,'guest','failed_login','Users','Session','tech1',0,0,'184.171.244.219',1651299509),(1188555,'guest','failed_login','Users','Session','drmap',0,0,'84.205.178.134',1651299525),(1188556,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.142',1651299799),(1188557,'guest','failed_login','Users','Session','tech1',0,0,'217.61.54.110',1651299843),(1188558,'guest','failed_login','Users','Session','tech1',0,0,'194.163.159.35',1651300004),(1188559,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.163',1651300403),(1188560,'guest','failed_login','Users','Session','tech1',0,0,'194.5.175.15',1651300514),(1188561,'guest','failed_login','Users','Session','tech1',0,0,'64.141.87.4',1651300727),(1188562,'guest','failed_login','Users','Session','tech1',0,0,'194.163.156.168',1651301025),(1188563,'guest','failed_login','Users','Session','drmap',0,0,'162.240.27.242',1651301299),(1188564,'guest','failed_login','Users','Session','tech1',0,0,'43.241.58.180',1651301529),(1188565,'guest','failed_login','Users','Session','tech1',0,0,'52.42.156.111',1651301626),(1188566,'guest','failed_login','Users','Session','tech1',0,0,'185.49.20.77',1651302063),(1188567,'guest','failed_login','Users','Session','drmap',0,0,'46.101.159.72',1651302194),(1188568,'guest','failed_login','Users','Session','tech1',0,0,'88.150.159.29',1651302523),(1188569,'guest','failed_login','Users','Session','tech1',0,0,'107.161.177.10',1651302585),(1188570,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1651302656),(1188571,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.8',1651303093),(1188572,'guest','failed_login','Users','Session','tech1',0,0,'51.210.251.22',1651303110),(1188573,'guest','failed_login','Users','Session','tech1',0,0,'167.71.163.218',1651303417),(1188574,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.142',1651303538),(1188575,'guest','failed_login','Users','Session','tech1',0,0,'74.208.252.140',1651303641),(1188576,'guest','failed_login','Users','Session','drmap',0,0,'109.74.196.231',1651303985),(1188577,'guest','failed_login','Users','Session','tech1',0,0,'68.183.63.82',1651304151),(1188578,'guest','failed_login','Users','Session','tech1',0,0,'194.90.234.21',1651304310),(1188579,'guest','failed_login','Users','Session','tech1',0,0,'198.71.228.9',1651304394),(1188580,'guest','failed_login','Users','Session','tech1',0,0,'43.241.58.180',1651304680),(1188581,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.221',1651304879),(1188582,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:101b::d1b:2a3a',1651305203),(1188583,'guest','failed_login','Users','Session','tech1',0,0,'211.37.147.188',1651305214),(1188584,'guest','failed_login','Users','Session','drmap',0,0,'2a00:d680:20:50::3dff',1651305768),(1188585,'guest','failed_login','Users','Session','tech1',0,0,'51.210.251.22',1651305772),(1188586,'guest','failed_login','Users','Session','tech1',0,0,'161.35.52.207',1651306095),(1188587,'guest','failed_login','Users','Session','tech1',0,0,'159.203.31.171',1651306301),(1188588,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.60',1651306328),(1188589,'guest','failed_login','Users','Session','drmap',0,0,'72.167.222.172',1651306665),(1188590,'guest','failed_login','Users','Session','testseo',0,0,'69.30.230.58',1651306735),(1188591,'guest','failed_login','Users','Session','tech1',0,0,'165.232.185.213',1651306839),(1188592,'guest','failed_login','Users','Session','tech1',0,0,'16.170.194.255',1651306989),(1188593,'guest','failed_login','Users','Session','tech1',0,0,'52.5.40.206',1651307382),(1188594,'guest','failed_login','Users','Session','drmap',0,0,'69.197.155.230',1651307435),(1188595,'guest','failed_login','Users','Session','drmap',0,0,'150.95.113.178',1651307554),(1188596,'guest','failed_login','Users','Session','admin',0,0,'95.167.178.158',1651307866),(1188597,'guest','failed_login','Users','Session','tech1',0,0,'212.103.4.29',1651307880),(1188598,'guest','failed_login','Users','Session','admin',0,0,'65.21.96.11',1651308408),(1188599,'guest','failed_login','Users','Session','tech1',0,0,'103.57.220.186',1651308782),(1188600,'guest','failed_login','Users','Session','tech1',0,0,'178.254.50.20',1651308953),(1188601,'guest','failed_login','Users','Session','drmap',0,0,'103.212.43.29',1651309356),(1188602,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::2db:3001',1651309498),(1188603,'guest','failed_login','Users','Session','tech1',0,0,'46.101.150.34',1651309683),(1188604,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:271:2583::2',1651309975),(1188605,'guest','failed_login','Users','Session','drmap',0,0,'146.148.44.185',1651310263),(1188606,'guest','failed_login','Users','Session','tech1',0,0,'80.246.1.193',1651310513),(1188607,'guest','failed_login','Users','Session','tech1',0,0,'31.172.80.144',1651310590),(1188608,'guest','failed_login','Users','Session','tech1',0,0,'194.163.159.35',1651311061),(1188609,'guest','failed_login','Users','Session','drmap',0,0,'128.199.14.4',1651311166),(1188610,'guest','failed_login','Users','Session','tech1',0,0,'166.62.125.246',1651311488),(1188611,'guest','failed_login','Users','Session','tech1',0,0,'45.61.146.241',1651311591),(1188612,'guest','failed_login','Users','Session','drmap',0,0,'148.72.207.163',1651312062),(1188613,'guest','failed_login','Users','Session','tech1',0,0,'167.71.206.107',1651312149),(1188614,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::87b:3001',1651312391),(1188615,'guest','failed_login','Users','Session','testseo',0,0,'204.12.255.60',1651312493),(1188616,'guest','failed_login','Users','Session','tech1',0,0,'121.40.238.50',1651312699),(1188617,'guest','failed_login','Users','Session','drmap',0,0,'185.19.190.26',1651312962),(1188618,'guest','failed_login','Users','Session','tech1',0,0,'159.65.219.142',1651313275),(1188619,'guest','failed_login','Users','Session','tech1',0,0,'95.128.43.176',1651313291),(1188620,'guest','failed_login','Users','Session','tech1',0,0,'159.65.219.142',1651313842),(1188621,'guest','failed_login','Users','Session','drmap',0,0,'109.74.196.231',1651313861),(1188622,'guest','failed_login','Users','Session','tech1',0,0,'139.59.80.50',1651314189),(1188623,'guest','failed_login','Users','Session','tech1',0,0,'89.40.72.194',1651314410),(1188624,'guest','failed_login','Users','Session','drmap',0,0,'2400:8100:ffff:0:117:120:13:52',1651314759),(1188625,'guest','failed_login','Users','Session','tech1',0,0,'185.56.11.161',1651314974),(1188626,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.68',1651315532),(1188627,'guest','failed_login','Users','Session','tech1',0,0,'138.197.173.121',1651315551),(1188628,'guest','failed_login','Users','Session','drmap',0,0,'144.91.117.193',1651315661),(1188629,'guest','failed_login','Users','Session','tech1',0,0,'51.91.151.60',1651315991),(1188630,'guest','failed_login','Users','Session','tech1',0,0,'107.180.103.185',1651316125),(1188631,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.60',1651316167),(1188632,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1651316258),(1188633,'guest','failed_login','Users','Session','tech1',0,0,'147.182.248.182',1651316682),(1188634,'guest','failed_login','Users','Session','tech1',0,0,'176.98.40.88',1651316887),(1188635,'guest','failed_login','Users','Session','tech1',0,0,'94.26.245.40',1651317279),(1188636,'guest','failed_login','Users','Session','drmap',0,0,'91.149.192.90',1651317453),(1188637,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:303:2e08::',1651317776),(1188638,'guest','failed_login','Users','Session','tech1',0,0,'184.95.38.138',1651317837),(1188639,'guest','failed_login','Users','Session','drmap',0,0,'35.224.250.64',1651318336),(1188640,'guest','failed_login','Users','Session','tech1',0,0,'94.26.245.40',1651318431),(1188641,'guest','failed_login','Users','Session','tech1',0,0,'2a00:1a28:155d:1f5::1',1651318662),(1188642,'guest','failed_login','Users','Session','tech1',0,0,'125.227.127.195',1651318990),(1188643,'guest','failed_login','Users','Session','drmap',0,0,'139.59.150.45',1651319236),(1188644,'guest','failed_login','Users','Session','tech1',0,0,'103.111.30.40',1651319577),(1188645,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.58',1651319680),(1188646,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:400:d0::1867:2001',1651320136),(1188647,'guest','failed_login','Users','Session','tech1',0,0,'185.252.31.180',1651320166),(1188648,'guest','failed_login','Users','Session','tech1',0,0,'20.64.155.18',1651320467),(1188649,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1651320567),(1188650,'guest','failed_login','Users','Session','tech1',0,0,'52.5.40.206',1651320781),(1188651,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.68',1651320910),(1188652,'guest','failed_login','Users','Session','drmap',0,0,'194.233.80.204',1651321043),(1188653,'guest','failed_login','Users','Session','tech1',0,0,'159.89.237.49',1651321370),(1188654,'guest','failed_login','Users','Session','tech1',0,0,'216.158.230.167',1651321387),(1188655,'guest','failed_login','Users','Session','drmap',0,0,'72.167.222.172',1651321942),(1188656,'guest','failed_login','Users','Session','tech1',0,0,'103.171.180.165',1651321992),(1188657,'guest','failed_login','Users','Session','tech1',0,0,'106.52.145.59',1651322274),(1188658,'guest','failed_login','Users','Session','tech1',0,0,'188.166.224.74',1651322584),(1188659,'guest','failed_login','Users','Session','drmap',0,0,'167.71.117.225',1651322849),(1188660,'guest','failed_login','Users','Session','drmap',0,0,'161.97.153.19',1651323076),(1188661,'guest','failed_login','Users','Session','[login]',0,0,'161.97.153.19',1651323076),(1188662,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:6:a016::22c:2e30',1651323180),(1188663,'guest','failed_login','Users','Session','tech1',0,0,'213.175.208.121',1651323215),(1188664,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:3:d0::118d:8001',1651323751),(1188665,'guest','failed_login','Users','Session','tech1',0,0,'157.245.231.45',1651323827),(1188666,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::631:1001',1651324070),(1188667,'guest','failed_login','Users','Session','tech1',0,0,'167.99.78.164',1651324431),(1188668,'guest','failed_login','Users','Session','drmap',0,0,'69.163.186.158',1651324636),(1188669,'guest','failed_login','Users','Session','tech1',0,0,'46.63.80.162',1651324960),(1188670,'guest','failed_login','Users','Session','tech1',0,0,'190.145.68.131',1651325051),(1188671,'guest','failed_login','Users','Session','tech1',0,0,'109.234.160.95',1651325073),(1188672,'guest','failed_login','Users','Session','drmap',0,0,'187.32.211.193',1651325525),(1188673,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:800:10::34bd:1',1651325849),(1188674,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.76',1651326065),(1188675,'guest','failed_login','Users','Session','tech1',0,0,'47.114.32.24',1651326299),(1188676,'guest','failed_login','Users','Session','drmap',0,0,'103.75.184.179',1651326392),(1188677,'guest','failed_login','Users','Session','drmap',0,0,'68.183.139.84',1651326421),(1188678,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.29',1651326610),(1188679,'guest','failed_login','Users','Session','tech1',0,0,'210.122.36.218',1651326754),(1188680,'guest','failed_login','Users','Session','tech1',0,0,'213.175.208.121',1651326933),(1188681,'guest','failed_login','Users','Session','drmap',0,0,'103.57.220.186',1651327331),(1188682,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1651327548),(1188683,'guest','failed_login','Users','Session','tech1',0,0,'95.217.3.203',1651327662),(1188684,'guest','failed_login','Users','Session','drmap',0,0,'13.250.102.141',1651328049),(1188685,'guest','failed_login','Users','Session','[login]',0,0,'13.250.102.141',1651328049),(1188686,'guest','failed_login','Users','Session','tech1',0,0,'176.235.216.155',1651328174),(1188687,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:5:102f::91d:58c1',1651328244),(1188688,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.58',1651328348),(1188689,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1651328730),(1188690,'guest','failed_login','Users','Session','tech1',0,0,'2a00:5da0:1000:1::27',1651328844),(1188691,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:6:a016::22c:2e30',1651329153),(1188692,'guest','failed_login','Users','Session','tech1',0,0,'188.166.224.74',1651329403),(1188693,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c010:a209::1',1651329484),(1188694,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.60',1651329589),(1188695,'guest','failed_login','Users','Session','drmap',0,0,'159.65.92.187',1651329619),(1188696,'guest','failed_login','Users','Session','[login]',0,0,'159.65.92.187',1651329619),(1188697,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1651329938),(1188698,'guest','failed_login','Users','Session','tech1',0,0,'8.210.158.38',1651330028),(1188699,'guest','failed_login','Users','Session','drmap',0,0,'209.97.151.249',1651330066),(1188700,'guest','failed_login','Users','Session','tech1',0,0,'84.205.178.134',1651330401),(1188701,'guest','failed_login','Users','Session','tech1',0,0,'210.5.50.149',1651330661),(1188702,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1651330984),(1188703,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.142',1651331183),(1188704,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:151:30a2::cafe',1651331269),(1188705,'guest','failed_login','Users','Session','[login]',0,0,'2a01:4f8:151:30a2::cafe',1651331269),(1188706,'guest','failed_login','Users','Session','tech1',0,0,'194.5.175.15',1651331315),(1188707,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.114',1651331319),(1188708,'guest','failed_login','Users','Session','drmap',0,0,'159.89.160.120',1651331904),(1188709,'guest','failed_login','Users','Session','tech1',0,0,'144.91.75.9',1651331954),(1188710,'guest','failed_login','Users','Session','tech1',0,0,'52.234.178.100',1651332232),(1188711,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.60',1651332537),(1188712,'guest','failed_login','Users','Session','tech1',0,0,'42.200.169.14',1651332578),(1188713,'guest','failed_login','Users','Session','admin',0,0,'208.110.66.142',1651332710),(1188714,'guest','failed_login','Users','Session','drmap',0,0,'45.55.44.23',1651332806),(1188715,'guest','failed_login','Users','Session','test',0,0,'69.30.240.29',1651332943),(1188716,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.240.29',1651332968),(1188717,'guest','failed_login','Users','Session','drmap',0,0,'137.117.42.240',1651332979),(1188718,'guest','failed_login','Users','Session','tech1',0,0,'95.217.3.203',1651333136),(1188719,'guest','failed_login','Users','Session','tech1',0,0,'103.1.239.107',1651333236),(1188720,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1651333713),(1188721,'guest','failed_login','Users','Session','tech1',0,0,'103.171.180.165',1651333895),(1188722,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::87b:3001',1651334040),(1188723,'guest','failed_login','Users','Session','tech1',0,0,'72.167.42.45',1651334541),(1188724,'guest','failed_login','Users','Session','drmap',0,0,'128.199.25.247',1651334585),(1188725,'guest','failed_login','Users','Session','drmap',0,0,'157.245.250.226',1651334615),(1188726,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.60',1651334938),(1188727,'guest','failed_login','Users','Session','tech1',0,0,'142.93.201.0',1651334947),(1188728,'guest','failed_login','Users','Session','tech1',0,0,'65.21.96.11',1651335202),(1188729,'guest','failed_login','Users','Session','testseo',0,0,'173.208.206.28',1651335806),(1188730,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:842:3400::5c:29d',1651335831),(1188731,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.20',1651336231),(1188732,'guest','failed_login','Users','Session','drmap',0,0,'128.199.25.247',1651336239),(1188733,'guest','failed_login','Users','Session','tech1',0,0,'151.106.35.235',1651336503),(1188734,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:69f2::1',1651337161),(1188735,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.29',1651337302),(1188736,'guest','failed_login','Users','Session','drmap',0,0,'2001:19f0:5:23cd:5400:2ff:fefd:12e4',1651337774),(1188737,'guest','failed_login','Users','Session','tech1',0,0,'103.101.162.249',1651337802),(1188738,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.29',1651337897),(1188739,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.29',1651338289),(1188740,'guest','failed_login','Users','Session','tech1',0,0,'91.205.16.131',1651338482),(1188741,'guest','failed_login','Users','Session','testseo',0,0,'107.150.36.76',1651338771),(1188742,'guest','failed_login','Users','Session','tech1',0,0,'85.214.38.127',1651339142),(1188743,'guest','failed_login','Users','Session','drmap',0,0,'178.62.19.232',1651339445),(1188744,'guest','failed_login','Users','Session','[login]',0,0,'178.62.19.232',1651339445),(1188745,'guest','failed_login','Users','Session','tech1',0,0,'109.206.252.198',1651339808),(1188746,'guest','failed_login','Users','Session','testseo',0,0,'173.208.206.28',1651339855),(1188747,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.68',1651340261),(1188748,'guest','failed_login','Users','Session','tech1',0,0,'199.192.22.72',1651340446),(1188749,'guest','failed_login','Users','Session','testseo',0,0,'107.150.36.76',1651340569),(1188750,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.20',1651340639),(1188751,'guest','failed_login','Users','Session','tech1',0,0,'80.246.1.193',1651341125),(1188752,'guest','failed_login','Users','Session','drmap',0,0,'161.97.133.150',1651341163),(1188753,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.240.29',1651341584),(1188754,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.29',1651341687),(1188755,'guest','failed_login','Users','Session','tech1',0,0,'144.91.75.9',1651341798),(1188756,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.20',1651342386),(1188757,'guest','failed_login','Users','Session','tech1',0,0,'159.203.31.171',1651342470),(1188758,'guest','failed_login','Users','Session','drmap',0,0,'167.172.96.13',1651342784),(1188759,'guest','failed_login','Users','Session','tech1',0,0,'62.233.120.26',1651343024),(1188760,'guest','failed_login','Users','Session','tech1',0,0,'68.183.192.217',1651343450),(1188761,'guest','failed_login','Users','Session','tech1',0,0,'51.210.251.22',1651343877),(1188762,'guest','failed_login','Users','Session','tech1',0,0,'77.22.36.21',1651344222),(1188763,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::297:4001',1651344460),(1188764,'guest','failed_login','Users','Session','tech1',0,0,'162.241.218.133',1651344580),(1188765,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.20',1651344616),(1188766,'guest','failed_login','Users','Session','tech1',0,0,'50.87.144.90',1651344880),(1188767,'guest','failed_login','Users','Session','tech1',0,0,'185.46.121.66',1651345174),(1188768,'guest','failed_login','Users','Session','tech1',0,0,'107.180.107.103',1651345467),(1188769,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::42',1651345773),(1188770,'guest','failed_login','Users','Session','tech1',0,0,'8.29.155.200',1651346090),(1188771,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.68',1651346169),(1188772,'guest','failed_login','Users','Session','drmap',0,0,'102.219.178.121',1651346170),(1188773,'guest','failed_login','Users','Session','tech1',0,0,'143.110.208.83',1651346422),(1188774,'guest','failed_login','Users','Session','tech1',0,0,'89.46.109.154',1651346747),(1188775,'guest','failed_login','Users','Session','drmap',0,0,'94.23.252.163',1651346786),(1188776,'guest','failed_login','Users','Session','tech1',0,0,'88.150.159.29',1651346788),(1188777,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.20',1651346956),(1188778,'guest','failed_login','Users','Session','tech1',0,0,'184.168.101.75',1651347017),(1188779,'guest','failed_login','Users','Session','tech1',0,0,'107.152.234.218',1651347043),(1188780,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1651347374),(1188781,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1792:5001',1651347377),(1188782,'guest','failed_login','Users','Session','tech1',0,0,'64.235.231.20',1651347400),(1188783,'guest','failed_login','Users','Session','tech1',0,0,'91.205.175.35',1651347669),(1188784,'guest','failed_login','Users','Session','drmap',0,0,'167.172.96.13',1651347672),(1188785,'guest','failed_login','Users','Session','tech1',0,0,'216.245.215.122',1651347960),(1188786,'guest','failed_login','Users','Session','drmap',0,0,'80.249.174.66',1651347969),(1188787,'guest','failed_login','Users','Session','tech1',0,0,'123.60.59.154',1651347975),(1188788,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1651348193),(1188789,'guest','failed_login','Users','Session','tech1',0,0,'31.47.253.143',1651348254),(1188790,'guest','failed_login','Users','Session','drmap',0,0,'157.119.188.31',1651348570),(1188791,'guest','failed_login','Users','Session','tech1',0,0,'157.245.110.251',1651348572),(1188792,'guest','failed_login','Users','Session','tech1',0,0,'138.197.173.121',1651348580),(1188793,'guest','failed_login','Users','Session','tech1',0,0,'107.161.177.10',1651348893),(1188794,'guest','failed_login','Users','Session','drmap',0,0,'35.246.197.88',1651349196),(1188795,'guest','failed_login','Users','Session','[login]',0,0,'35.246.197.88',1651349196),(1188796,'guest','failed_login','Users','Session','tech1',0,0,'139.59.75.162',1651349517),(1188797,'guest','failed_login','Users','Session','drmap',0,0,'143.244.140.199',1651349525),(1188798,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.20',1651349925),(1188799,'guest','failed_login','Users','Session','tech1',0,0,'137.184.117.52',1651350428),(1188800,'guest','failed_login','Users','Session','drmap',0,0,'51.75.15.189',1651350436),(1188801,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:acdc::1',1651351348),(1188802,'guest','failed_login','Users','Session','drmap',0,0,'185.190.117.89',1651351358),(1188803,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.20',1651351405),(1188804,'guest','failed_login','Users','Session','testseo',0,0,'69.197.154.20',1651351677),(1188805,'guest','failed_login','Users','Session','bangkokfinder',0,0,'192.187.127.20',1651351712),(1188806,'guest','failed_login','Users','Session','tech1',0,0,'69.163.196.200',1651352253),(1188807,'guest','failed_login','Users','Session','drmap',0,0,'34.75.65.218',1651352268),(1188808,'guest','failed_login','Users','Session','drmap',0,0,'193.230.142.221',1651352424),(1188809,'guest','failed_login','Users','Session','[login]',0,0,'193.230.142.221',1651352424),(1188810,'guest','failed_login','Users','Session','tech1',0,0,'46.29.23.162',1651353165),(1188811,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.222',1651353176),(1188812,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.156',1651353300),(1188813,'guest','failed_login','Users','Session','testseo',0,0,'173.208.242.42',1651353513),(1188814,'guest','failed_login','Users','Session','tech1',0,0,'14.241.233.205',1651354079),(1188815,'guest','failed_login','Users','Session','drmap',0,0,'178.128.194.13',1651354089),(1188816,'guest','failed_login','Users','Session','drmap',0,0,'120.55.169.254',1651354128),(1188817,'guest','failed_login','Users','Session','testseo',0,0,'204.12.255.60',1651354515),(1188818,'guest','failed_login','Users','Session','tech1',0,0,'72.167.34.14',1651354992),(1188819,'guest','failed_login','Users','Session','drmap',0,0,'207.148.66.152',1651355001),(1188820,'guest','failed_login','Users','Session','drmap',0,0,'13.250.102.141',1651355714),(1188821,'guest','failed_login','Users','Session','[login]',0,0,'13.250.102.141',1651355714),(1188822,'guest','failed_login','Users','Session','tech1',0,0,'173.212.212.180',1651355914),(1188823,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:800:3a65::',1651355918),(1188824,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.156',1651355965),(1188825,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.230',1651355972),(1188826,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.42',1651356580),(1188827,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1651356631),(1188828,'guest','failed_login','Users','Session','tech1',0,0,'217.61.54.110',1651356827),(1188829,'guest','failed_login','Users','Session','drmap',0,0,'46.29.23.162',1651356842),(1188830,'guest','failed_login','Users','Session','testseo',0,0,'173.208.206.28',1651357033),(1188831,'guest','failed_login','Users','Session','drmap',0,0,'128.199.25.247',1651357402),(1188832,'guest','failed_login','Users','Session','[login]',0,0,'128.199.25.247',1651357403),(1188833,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.114',1651357748),(1188834,'guest','failed_login','Users','Session','drmap',0,0,'165.232.180.174',1651357759),(1188835,'guest','failed_login','Users','Session','testseo',0,0,'204.12.255.60',1651358210),(1188836,'guest','failed_login','Users','Session','troy',0,0,'192.187.127.20',1651358226),(1188837,'guest','failed_login','Users','Session','drmap',0,0,'43.241.70.75',1651358689),(1188838,'guest','failed_login','Users','Session','drmap',0,0,'35.184.137.174',1651358998),(1188839,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1651359612),(1188840,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.219',1651360561),(1188841,'guest','failed_login','Users','Session','drmap',0,0,'69.39.239.34',1651360571),(1188842,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:10b:262::2',1651360610),(1188843,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.58',1651361154),(1188844,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::f6f:3001',1651361494),(1188845,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.58',1651362117),(1188846,'guest','failed_login','Users','Session','tech1',0,0,'162.0.209.155',1651362203),(1188847,'guest','failed_login','Users','Session','drmap',0,0,'120.55.169.254',1651362254),(1188848,'guest','failed_login','Users','Session','[login]',0,0,'120.55.169.254',1651362256),(1188849,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1651363317),(1188850,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1651363327),(1188851,'guest','failed_login','Users','Session','tech1',0,0,'173.208.242.42',1651363588),(1188852,'guest','failed_login','Users','Session','drmap',0,0,'115.79.40.7',1651363775),(1188853,'guest','failed_login','Users','Session','[login]',0,0,'115.79.40.7',1651363775),(1188854,'guest','failed_login','Users','Session','tech1',0,0,'159.65.76.38',1651364228),(1188855,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1651364237),(1188856,'guest','failed_login','Users','Session','tech1',0,0,'103.130.218.178',1651365133),(1188857,'guest','failed_login','Users','Session','drmap',0,0,'91.134.248.249',1651365142),(1188858,'guest','failed_login','Users','Session','drmap',0,0,'163.44.154.211',1651365352),(1188859,'guest','failed_login','Users','Session','[login]',0,0,'163.44.154.211',1651365352),(1188860,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::100e:b001',1651366041),(1188861,'guest','failed_login','Users','Session','drmap',0,0,'125.227.127.195',1651366049),(1188862,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.42',1651366691),(1188863,'guest','failed_login','Users','Session','drmap',0,0,'167.99.252.52',1651366956),(1188864,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.76',1651367615),(1188865,'guest','failed_login','Users','Session','tech1',0,0,'68.183.139.84',1651367858),(1188866,'guest','failed_login','Users','Session','drmap',0,0,'88.198.19.200',1651367867),(1188867,'guest','failed_login','Users','Session','testseo',0,0,'208.110.66.142',1651368402),(1188868,'guest','failed_login','Users','Session','drmap',0,0,'99.79.67.96',1651368485),(1188869,'guest','failed_login','Users','Session','[login]',0,0,'99.79.67.96',1651368486),(1188870,'guest','failed_login','Users','Session','tech1',0,0,'148.72.207.163',1651368771),(1188871,'guest','failed_login','Users','Session','drmap',0,0,'47.105.61.35',1651368781),(1188872,'guest','failed_login','Users','Session','drmap',0,0,'35.197.204.193',1651369698),(1188873,'guest','failed_login','Users','Session','drmap',0,0,'141.94.87.67',1651369840),(1188874,'guest','failed_login','Users','Session','[login]',0,0,'141.94.87.67',1651369840),(1188875,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.58',1651369946),(1188876,'guest','failed_login','Users','Session','tech1',0,0,'2400:8500:1301:738:133:130:103:36',1651370606),(1188877,'guest','failed_login','Users','Session','drmap',0,0,'2400:8500:1801:415:118:27:30:151',1651370616),(1188878,'guest','failed_login','Users','Session','drmap',0,0,'42.192.81.14',1651371250),(1188879,'guest','failed_login','Users','Session','[login]',0,0,'42.192.81.14',1651371251),(1188880,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.58',1651371273),(1188881,'guest','failed_login','Users','Session','test',0,0,'173.208.206.28',1651371380),(1188882,'guest','failed_login','Users','Session','tech1',0,0,'46.183.119.232',1651371539),(1188883,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.114',1651371549),(1188884,'guest','failed_login','Users','Session','tech1',0,0,'2607:f298:5:115b::e12:8f0d',1651372465),(1188885,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1651372475),(1188886,'guest','failed_login','Users','Session','drmap',0,0,'159.203.76.123',1651372639),(1188887,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.154.20',1651372869),(1188888,'guest','failed_login','Users','Session','admin',0,0,'42.200.169.14',1651373267),(1188889,'guest','failed_login','Users','Session','tech1',0,0,'103.130.218.178',1651373402),(1188890,'guest','failed_login','Users','Session','drmap',0,0,'185.2.5.77',1651373412),(1188891,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1651373862),(1188892,'guest','failed_login','Users','Session','testseo',0,0,'208.110.66.142',1651373939),(1188893,'guest','failed_login','Users','Session','drmap',0,0,'128.199.25.247',1651374196),(1188894,'guest','failed_login','Users','Session','admin',0,0,'196.203.219.49',1651374242),(1188895,'guest','failed_login','Users','Session','tech1',0,0,'158.69.63.179',1651374331),(1188896,'guest','failed_login','Users','Session','testseo',0,0,'69.30.240.29',1651374545),(1188897,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.142',1651374856),(1188898,'guest','failed_login','Users','Session','tech1',0,0,'151.106.35.235',1651375253),(1188899,'guest','failed_login','Users','Session','tech1',0,0,'94.23.252.163',1651375277),(1188900,'guest','failed_login','Users','Session','drmap',0,0,'65.52.200.48',1651375293),(1188901,'guest','failed_login','Users','Session','drmap',0,0,'2a00:d680:20:50::4f71',1651375620),(1188902,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.230.58',1651375748),(1188903,'guest','failed_login','Users','Session','tech1',0,0,'185.209.230.33',1651376213),(1188904,'guest','failed_login','Users','Session','drmap',0,0,'162.144.63.211',1651376223),(1188905,'guest','failed_login','Users','Session','tech1',0,0,'107.181.185.226',1651376265),(1188906,'guest','failed_login','Users','Session','tech1',0,0,'177.153.50.81',1651377150),(1188907,'guest','failed_login','Users','Session','drmap',0,0,'35.195.252.29',1651377159),(1188908,'guest','failed_login','Users','Session','drmap',0,0,'159.89.165.49',1651377230),(1188909,'guest','failed_login','Users','Session','tech1',0,0,'42.200.169.14',1651377249),(1188910,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.60',1651378089),(1188911,'guest','failed_login','Users','Session','drmap',0,0,'159.65.146.8',1651378098),(1188912,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.20',1651378189),(1188913,'guest','failed_login','Users','Session','tech1',0,0,'120.24.108.217',1651378255),(1188914,'guest','failed_login','Users','Session','tech1',0,0,'173.201.183.152',1651378379),(1188915,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.58',1651378497),(1188916,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.20',1651378688),(1188917,'guest','failed_login','Users','Session','drmap',0,0,'153.120.18.31',1651378731),(1188918,'guest','failed_login','Users','Session','[login]',0,0,'153.120.18.31',1651378732),(1188919,'guest','failed_login','Users','Session','tech1',0,0,'159.203.31.171',1651378963),(1188920,'guest','failed_login','Users','Session','tech1',0,0,'210.122.36.218',1651379019),(1188921,'guest','failed_login','Users','Session','drmap',0,0,'139.59.75.162',1651379029),(1188922,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.20',1651379153),(1188923,'guest','failed_login','Users','Session','tech1',0,0,'162.241.218.25',1651379460),(1188924,'guest','failed_login','Users','Session','tech1',0,0,'101.32.62.196',1651379769),(1188925,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:800:10::34bd:1',1651379947),(1188926,'guest','failed_login','Users','Session','drmap',0,0,'185.23.130.9',1651379957),(1188927,'guest','failed_login','Users','Session','tech1',0,0,'2604:2dc0:200:1378::',1651380097),(1188928,'guest','failed_login','Users','Session','drmap',0,0,'2a01:8740:ffff:fffb:0:4eff:fe80:2b6b',1651380238),(1188929,'guest','failed_login','Users','Session','tech1',0,0,'185.197.195.173',1651380429),(1188930,'guest','failed_login','Users','Session','tech1',0,0,'139.59.78.248',1651380664),(1188931,'guest','failed_login','Users','Session','tech1',0,0,'128.199.20.153',1651380860),(1188932,'guest','failed_login','Users','Session','drmap',0,0,'159.65.76.38',1651380871),(1188933,'guest','failed_login','Users','Session','tech1',0,0,'85.214.91.8',1651380927),(1188934,'guest','failed_login','Users','Session','tech1',0,0,'204.12.202.92',1651380958),(1188935,'guest','failed_login','Users','Session','tech1',0,0,'47.241.26.170',1651381172),(1188936,'guest','failed_login','Users','Session','tech1',0,0,'47.74.17.225',1651381458),(1188937,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.76',1651381643),(1188938,'guest','failed_login','Users','Session','tech1',0,0,'84.205.178.134',1651381720),(1188939,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1651381737),(1188940,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.60',1651381758),(1188941,'guest','failed_login','Users','Session','tech1',0,0,'178.128.187.183',1651381786),(1188942,'guest','failed_login','Users','Session','drmap',0,0,'2600:1f16:197:9400:54de:d6c5:12b6:da7d',1651381916),(1188943,'guest','failed_login','Users','Session','[login]',0,0,'2600:1f16:197:9400:54de:d6c5:12b6:da7d',1651381916),(1188944,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::113d:d001',1651381973),(1188945,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.58',1651381983),(1188946,'guest','failed_login','Users','Session','tech1',0,0,'162.241.24.92',1651382308),(1188947,'guest','failed_login','Users','Session','tech1',0,0,'142.93.170.99',1651382517),(1188948,'guest','failed_login','Users','Session','tech1',0,0,'88.87.206.123',1651382720),(1188949,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.28',1651383055),(1188950,'guest','failed_login','Users','Session','tech1',0,0,'162.241.174.216',1651383057),(1188951,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:842:3400::5c:29d',1651383300),(1188952,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:3:d0::c2a:e001',1651383441),(1188953,'guest','failed_login','Users','Session','[login]',0,0,'2a03:b0c0:3:d0::c2a:e001',1651383442),(1188954,'guest','failed_login','Users','Session','tech1',0,0,'103.174.87.138',1651383563),(1188955,'guest','failed_login','Users','Session','tech1',0,0,'188.166.183.39',1651383654),(1188956,'guest','failed_login','Users','Session','drmap',0,0,'103.109.28.1',1651383664),(1188957,'guest','failed_login','Users','Session','tech1',0,0,'186.234.80.231',1651383782),(1188958,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::4dd:b001',1651384026),(1188959,'guest','failed_login','Users','Session','drmap',0,0,'107.150.36.76',1651384100),(1188960,'guest','failed_login','Users','Session','tech1',0,0,'123.31.41.38',1651384266),(1188961,'guest','failed_login','Users','Session','tech1',0,0,'35.219.62.239',1651384511),(1188962,'guest','failed_login','Users','Session','tech1',0,0,'103.88.122.117',1651384593),(1188963,'guest','failed_login','Users','Session','drmap',0,0,'51.75.15.189',1651384602),(1188964,'guest','failed_login','Users','Session','tech1',0,0,'198.57.247.174',1651384807),(1188965,'guest','failed_login','Users','Session','drmap',0,0,'51.254.106.81',1651384894),(1188966,'guest','failed_login','Users','Session','[login]',0,0,'51.254.106.81',1651384894),(1188967,'guest','failed_login','Users','Session','tech1',0,0,'185.165.116.22',1651385013),(1188968,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.240.29',1651385103),(1188969,'guest','failed_login','Users','Session','tech1',0,0,'121.40.238.50',1651385242),(1188970,'guest','failed_login','Users','Session','tech1',0,0,'147.139.37.149',1651385503),(1188971,'guest','failed_login','Users','Session','tech1',0,0,'13.79.17.158',1651385511),(1188972,'guest','failed_login','Users','Session','drmap',0,0,'64.141.87.4',1651385516),(1188973,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.68',1651385616),(1188974,'guest','failed_login','Users','Session','tech1',0,0,'107.180.103.185',1651386006),(1188975,'guest','failed_login','Users','Session','tech1',0,0,'45.118.145.96',1651386254),(1188976,'guest','failed_login','Users','Session','drmap',0,0,'159.89.156.62',1651386372),(1188977,'guest','failed_login','Users','Session','tech1',0,0,'35.195.252.29',1651386428),(1188978,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.210',1651386439),(1188979,'guest','failed_login','Users','Session','tech1',0,0,'107.152.234.218',1651386496),(1188980,'guest','failed_login','Users','Session','tech1',0,0,'167.172.56.36',1651386780),(1188981,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.242.42',1651386990),(1188982,'guest','failed_login','Users','Session','tech1',0,0,'43.129.212.158',1651387029),(1188983,'guest','failed_login','Users','Session','tech1',0,0,'104.131.60.249',1651387292),(1188984,'guest','failed_login','Users','Session','tech1',0,0,'103.101.161.220',1651387372),(1188985,'guest','failed_login','Users','Session','drmap',0,0,'148.72.208.193',1651387382),(1188986,'guest','failed_login','Users','Session','tech1',0,0,'137.184.22.7',1651387560),(1188987,'guest','failed_login','Users','Session','testseo',0,0,'204.12.202.92',1651387616),(1188988,'guest','failed_login','Users','Session','drmap',0,0,'34.225.242.109',1651387799),(1188989,'guest','failed_login','Users','Session','[login]',0,0,'34.225.242.109',1651387799),(1188990,'guest','failed_login','Users','Session','tech1',0,0,'185.49.20.75',1651387847),(1188991,'guest','failed_login','Users','Session','tech1',0,0,'42.200.169.14',1651388109),(1188992,'guest','failed_login','Users','Session','tech1',0,0,'35.197.204.193',1651388316),(1188993,'guest','failed_login','Users','Session','drmap',0,0,'125.227.127.195',1651388326),(1188994,'guest','failed_login','Users','Session','tech1',0,0,'94.26.245.40',1651388409),(1188995,'guest','failed_login','Users','Session','tech1',0,0,'45.61.146.241',1651388675),(1188996,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.60',1651388945),(1188997,'guest','failed_login','Users','Session','tech1',0,0,'74.208.252.140',1651388956),(1188998,'guest','failed_login','Users','Session','tech1',0,0,'194.163.159.35',1651389244),(1188999,'guest','failed_login','Users','Session','tech1',0,0,'178.128.5.109',1651389257),(1189000,'guest','failed_login','Users','Session','drmap',0,0,'45.236.130.240',1651389365),(1189001,'guest','failed_login','Users','Session','tech1',0,0,'161.35.15.73',1651389509),(1189002,'guest','failed_login','Users','Session','tech1',0,0,'213.136.93.169',1651389799),(1189003,'guest','failed_login','Users','Session','tech1',0,0,'2603:300b:640:3000::cbf4',1651390077),(1189004,'guest','failed_login','Users','Session','tech1',0,0,'146.148.44.185',1651390186),(1189005,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:800:10::34bd:1',1651390196),(1189006,'guest','failed_login','Users','Session','tech1',0,0,'150.95.110.113',1651390366),(1189007,'guest','failed_login','Users','Session','troy',0,0,'107.150.36.76',1651390595),(1189008,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:842:3400::5c:29d',1651390629),(1189009,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.142',1651390647),(1189010,'guest','failed_login','Users','Session','drmap',0,0,'107.170.36.82',1651390650),(1189011,'guest','failed_login','Users','Session','[login]',0,0,'107.170.36.82',1651390651),(1189012,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::42',1651390934),(1189013,'guest','failed_login','Users','Session','drmap',0,0,'159.65.76.38',1651391116),(1189014,'guest','failed_login','Users','Session','tech1',0,0,'45.61.146.241',1651391210),(1189015,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.76',1651391408),(1189016,'guest','failed_login','Users','Session','tech1',0,0,'34.75.185.138',1651391488),(1189017,'guest','failed_login','Users','Session','tech1',0,0,'107.190.135.178',1651391781),(1189018,'guest','failed_login','Users','Session','tech1',0,0,'52.234.178.100',1651392025),(1189019,'guest','failed_login','Users','Session','drmap',0,0,'217.182.175.39',1651392035),(1189020,'guest','failed_login','Users','Session','tech1',0,0,'45.118.145.96',1651392069),(1189021,'guest','failed_login','Users','Session','tech1',0,0,'139.59.120.161',1651392111),(1189022,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.156',1651392227),(1189023,'guest','failed_login','Users','Session','tech1',0,0,'143.110.208.83',1651392356),(1189024,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.68',1651392509),(1189025,'guest','failed_login','Users','Session','drmap',0,0,'142.93.48.70',1651392531),(1189026,'guest','failed_login','Users','Session','tech1',0,0,'159.65.128.164',1651392624),(1189027,'guest','failed_login','Users','Session','tech1',0,0,'103.72.76.17',1651392940),(1189028,'guest','failed_login','Users','Session','tech1',0,0,'217.9.143.94',1651392955),(1189029,'guest','failed_login','Users','Session','drmap',0,0,'213.136.93.171',1651392969),(1189030,'guest','failed_login','Users','Session','testseo',0,0,'69.30.230.58',1651393040),(1189031,'guest','failed_login','Users','Session','tech1',0,0,'190.145.68.131',1651393212),(1189032,'guest','failed_login','Users','Session','tech1',0,0,'150.95.24.78',1651393524),(1189033,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1651393761),(1189034,'guest','failed_login','Users','Session','tech1',0,0,'47.241.26.170',1651393799),(1189035,'guest','failed_login','Users','Session','tech1',0,0,'139.59.118.238',1651393864),(1189036,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:162:6188::2',1651393874),(1189037,'guest','failed_login','Users','Session','admin',0,0,'80.251.219.111',1651394298),(1189038,'guest','failed_login','Users','Session','drmap',0,0,'102.219.178.121',1651394482),(1189039,'guest','failed_login','Users','Session','[login]',0,0,'102.219.178.121',1651394482),(1189040,'guest','failed_login','Users','Session','admin',0,0,'107.180.107.103',1651394590),(1189041,'guest','failed_login','Users','Session','tech1',0,0,'69.163.196.200',1651394778),(1189042,'guest','failed_login','Users','Session','drmap',0,0,'51.75.15.189',1651394788),(1189043,'guest','failed_login','Users','Session','tech1',0,0,'192.99.76.111',1651394897),(1189044,'guest','failed_login','Users','Session','admin',0,0,'173.208.242.42',1651395050),(1189045,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.60',1651395171),(1189046,'guest','failed_login','Users','Session','tech1',0,0,'193.231.129.34',1651395188),(1189047,'guest','failed_login','Users','Session','tech1',0,0,'138.197.173.121',1651395484),(1189048,'guest','failed_login','Users','Session','tech1',0,0,'159.89.27.131',1651395688),(1189049,'guest','failed_login','Users','Session','drmap',0,0,'142.93.109.72',1651395699),(1189050,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1651395757),(1189051,'guest','failed_login','Users','Session','tech1',0,0,'159.65.251.251',1651395779),(1189052,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.68',1651395845),(1189053,'guest','failed_login','Users','Session','drmap',0,0,'35.246.197.88',1651396019),(1189054,'guest','failed_login','Users','Session','tech1',0,0,'45.119.213.225',1651396076),(1189055,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::113d:d001',1651396352),(1189056,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.25',1651396605),(1189057,'guest','failed_login','Users','Session','drmap',0,0,'2a00:5da0:1000:1::27',1651396614),(1189058,'guest','failed_login','Users','Session','tech1',0,0,'95.167.178.158',1651396680),(1189059,'guest','failed_login','Users','Session','tech1',0,0,'194.163.156.168',1651396966),(1189060,'guest','failed_login','Users','Session','tech1',0,0,'45.119.213.225',1651397262),(1189061,'guest','failed_login','Users','Session','tech1',0,0,'167.172.168.111',1651397510),(1189062,'guest','failed_login','Users','Session','drmap',0,0,'64.111.116.168',1651397519),(1189063,'guest','failed_login','Users','Session','tech1',0,0,'35.247.159.133',1651397547),(1189064,'guest','failed_login','Users','Session','drmap',0,0,'163.44.154.211',1651397753),(1189065,'guest','failed_login','Users','Session','tech1',0,0,'192.187.127.20',1651397760),(1189066,'guest','failed_login','Users','Session','tech1',0,0,'192.81.214.168',1651397857),(1189067,'guest','failed_login','Users','Session','tech1',0,0,'159.65.157.154',1651398157),(1189068,'guest','failed_login','Users','Session','tech1',0,0,'83.135.142.173',1651398410),(1189069,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:800:3a65::',1651398417),(1189070,'guest','failed_login','Users','Session','tech1',0,0,'62.255.126.88',1651398467),(1189071,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.68',1651398680),(1189072,'guest','failed_login','Users','Session','tech1',0,0,'34.176.50.114',1651398763),(1189073,'guest','failed_login','Users','Session','tech1',0,0,'171.244.201.17',1651399043),(1189074,'guest','failed_login','Users','Session','drmap',0,0,'93.179.74.17',1651399213),(1189075,'guest','failed_login','Users','Session','[login]',0,0,'93.179.74.17',1651399213),(1189076,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.60',1651399296),(1189077,'guest','failed_login','Users','Session','tech1',0,0,'94.74.96.42',1651399308),(1189078,'guest','failed_login','Users','Session','drmap',0,0,'20.187.97.66',1651399317),(1189079,'guest','failed_login','Users','Session','tech1',0,0,'51.15.160.148',1651399350),(1189080,'guest','failed_login','Users','Session','tech1',0,0,'35.213.170.208',1651399650),(1189081,'guest','failed_login','Users','Session','tech1',0,0,'103.171.180.165',1651399975),(1189082,'guest','failed_login','Users','Session','tech1',0,0,'82.166.39.15',1651400214),(1189083,'guest','failed_login','Users','Session','drmap',0,0,'188.166.183.39',1651400224),(1189084,'guest','failed_login','Users','Session','tech1',0,0,'124.222.116.35',1651400263),(1189085,'guest','failed_login','Users','Session','tech1',0,0,'116.255.178.218',1651400597),(1189086,'guest','failed_login','Users','Session','testseo',0,0,'74.91.17.82',1651400791),(1189087,'guest','failed_login','Users','Session','tech1',0,0,'104.248.242.212',1651400880),(1189088,'guest','failed_login','Users','Session','tech1',0,0,'111.231.200.129',1651401116),(1189089,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:800:3050::',1651401124),(1189090,'guest','failed_login','Users','Session','tech1',0,0,'52.5.40.206',1651401210),(1189091,'guest','failed_login','Users','Session','tech1',0,0,'185.165.116.22',1651401522),(1189092,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:271:2583::2',1651401833),(1189093,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.82',1651401884),(1189094,'guest','failed_login','Users','Session','tech1',0,0,'187.32.211.193',1651402017),(1189095,'guest','failed_login','Users','Session','drmap',0,0,'176.98.40.88',1651402026),(1189096,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::42',1651402158),(1189097,'guest','failed_login','Users','Session','drmap',0,0,'185.93.69.91',1651402393),(1189098,'guest','failed_login','Users','Session','tech1',0,0,'81.70.151.13',1651402455),(1189099,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1651402801),(1189100,'guest','failed_login','Users','Session','tech1',0,0,'128.199.14.4',1651402919),(1189101,'guest','failed_login','Users','Session','drmap',0,0,'51.75.15.189',1651402928),(1189102,'guest','failed_login','Users','Session','tech1',0,0,'124.40.255.186',1651403106),(1189103,'guest','failed_login','Users','Session','tech1',0,0,'50.59.99.143',1651403434),(1189104,'guest','failed_login','Users','Session','tech1',0,0,'2603:300b:640:3000::cbf4',1651403745),(1189105,'guest','failed_login','Users','Session','tech1',0,0,'167.71.163.218',1651403830),(1189106,'guest','failed_login','Users','Session','drmap',0,0,'178.217.190.82',1651403837),(1189107,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::2db:3001',1651404076),(1189108,'guest','failed_login','Users','Session','tech1',0,0,'103.57.222.104',1651404383),(1189109,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404463),(1189110,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404464),(1189111,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404465),(1189112,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404466),(1189113,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404467),(1189114,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404468),(1189115,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404469),(1189116,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404470),(1189117,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404471),(1189118,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404472),(1189119,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404473),(1189120,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404474),(1189121,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404475),(1189122,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404476),(1189123,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404477),(1189124,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404478),(1189125,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404479),(1189126,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404480),(1189127,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404481),(1189128,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404482),(1189129,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404483),(1189130,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404484),(1189131,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404485),(1189132,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404486),(1189133,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404487),(1189134,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404488),(1189135,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404489),(1189136,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404490),(1189137,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404491),(1189138,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404492),(1189139,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404493),(1189140,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404494),(1189141,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404495),(1189142,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404496),(1189143,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404497),(1189144,'guest','failed_login','Users','Session','tech1',0,0,'136.144.41.14',1651404498),(1189145,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.242.42',1651404543),(1189146,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.142',1651404579),(1189147,'guest','failed_login','Users','Session','tech1',0,0,'185.56.11.161',1651404726),(1189148,'guest','failed_login','Users','Session','tech1',0,0,'159.75.71.179',1651405058),(1189149,'guest','failed_login','Users','Session','testseo',0,0,'173.208.242.42',1651405279),(1189150,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.61',1651405307),(1189151,'guest','failed_login','Users','Session','tech1',0,0,'75.119.130.151',1651405391),(1189152,'guest','failed_login','Users','Session','drmap',0,0,'207.154.195.143',1651405594),(1189153,'guest','failed_login','Users','Session','tech1',0,0,'43.129.212.158',1651405701),(1189154,'guest','failed_login','Users','Session','tech1',0,0,'150.95.24.78',1651406048),(1189155,'guest','failed_login','Users','Session','tech1',0,0,'45.118.145.96',1651406380),(1189156,'guest','failed_login','Users','Session','tech1',0,0,'185.165.116.22',1651406710),(1189157,'guest','failed_login','Users','Session','drmap',0,0,'137.184.138.182',1651407015),(1189158,'guest','failed_login','Users','Session','tech1',0,0,'180.211.99.217',1651407053),(1189159,'guest','failed_login','Users','Session','tech1',0,0,'165.232.185.213',1651407383),(1189160,'guest','failed_login','Users','Session','tech1',0,0,'185.165.116.22',1651407716),(1189161,'guest','failed_login','Users','Session','tech1',0,0,'182.50.132.92',1651407847),(1189162,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1651407906),(1189163,'guest','failed_login','Users','Session','tech1',0,0,'142.93.170.99',1651408044),(1189164,'guest','failed_login','Users','Session','tech1',0,0,'37.228.136.74',1651408395),(1189165,'guest','failed_login','Users','Session','tech1',0,0,'74.208.151.215',1651408709),(1189166,'guest','failed_login','Users','Session','drmap',0,0,'51.178.146.199',1651408830),(1189167,'guest','failed_login','Users','Session','[login]',0,0,'51.178.146.199',1651408830),(1189168,'guest','failed_login','Users','Session','tech1',0,0,'103.174.87.138',1651409072),(1189169,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:842:3400::5c:29d',1651409391),(1189170,'guest','failed_login','Users','Session','tech1',0,0,'52.224.56.209',1651409746),(1189171,'guest','failed_login','Users','Session','tech1',0,0,'139.59.78.248',1651410103),(1189172,'guest','failed_login','Users','Session','tech1',0,0,'82.97.10.157',1651410433),(1189173,'guest','failed_login','Users','Session','drmap',0,0,'13.126.99.93',1651410436),(1189174,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.92',1651410661),(1189175,'guest','failed_login','Users','Session','tech1',0,0,'41.93.82.7',1651410816),(1189176,'guest','failed_login','Users','Session','tech1',0,0,'159.203.176.82',1651411165),(1189177,'guest','failed_login','Users','Session','tech1',0,0,'62.255.126.88',1651411530),(1189178,'guest','failed_login','Users','Session','tech1',0,0,'109.206.252.198',1651411888),(1189179,'guest','failed_login','Users','Session','drmap',0,0,'45.159.113.111',1651412133),(1189180,'guest','failed_login','Users','Session','tech1',0,0,'213.136.93.169',1651412249),(1189181,'guest','failed_login','Users','Session','tech1',0,0,'213.136.93.169',1651412625),(1189182,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.42',1651412643),(1189183,'guest','failed_login','Users','Session','tech1',0,0,'45.61.146.241',1651412993),(1189184,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.70',1651413158),(1189185,'guest','failed_login','Users','Session','testseo',0,0,'69.30.229.70',1651413254),(1189186,'guest','failed_login','Users','Session','tech1',0,0,'188.40.224.241',1651413356),(1189187,'guest','failed_login','Users','Session','drmap',0,0,'51.178.146.199',1651413730),(1189188,'guest','failed_login','Users','Session','tech1',0,0,'62.233.120.26',1651413737),(1189189,'guest','failed_login','Users','Session','admin',0,0,'94.26.245.40',1651414179),(1189190,'guest','failed_login','Users','Session','admin',0,0,'185.49.20.75',1651414549),(1189191,'guest','failed_login','Users','Session','tech1',0,0,'185.56.11.161',1651414921),(1189192,'guest','failed_login','Users','Session','drmap',0,0,'34.225.242.109',1651415258),(1189193,'guest','failed_login','Users','Session','[login]',0,0,'34.225.242.109',1651415259),(1189194,'guest','failed_login','Users','Session','tech1',0,0,'142.93.170.99',1651415301),(1189195,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:161:1d2::2',1651415695),(1189196,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:161:1d2::2',1651416081),(1189197,'guest','failed_login','Users','Session','tech1',0,0,'173.212.214.140',1651416545),(1189198,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::4ce:d001',1651416845),(1189199,'guest','failed_login','Users','Session','drmap',0,0,'158.69.192.143',1651417189),(1189200,'guest','failed_login','Users','Session','[login]',0,0,'158.69.192.143',1651417190),(1189201,'guest','failed_login','Users','Session','tech1',0,0,'103.174.87.138',1651417263),(1189202,'guest','failed_login','Users','Session','tech1',0,0,'211.110.139.214',1651417668),(1189203,'guest','failed_login','Users','Session','tech1',0,0,'123.31.41.38',1651418040),(1189204,'guest','failed_login','Users','Session','tech1',0,0,'103.51.103.73',1651418451),(1189205,'guest','failed_login','Users','Session','drmap',0,0,'128.199.25.247',1651418787),(1189206,'guest','failed_login','Users','Session','[login]',0,0,'128.199.25.247',1651418787),(1189207,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1651418849),(1189208,'guest','failed_login','Users','Session','tech1',0,0,'74.208.252.140',1651419238),(1189209,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1651419506),(1189210,'guest','failed_login','Users','Session','tech1',0,0,'47.242.50.8',1651419605),(1189211,'guest','failed_login','Users','Session','tech1',0,0,'89.248.168.47',1651420030),(1189212,'guest','failed_login','Users','Session','tech1',0,0,'35.195.135.67',1651420404),(1189213,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:69f2::1',1651420805),(1189214,'guest','failed_login','Users','Session','tech1',0,0,'138.128.173.10',1651421209),(1189215,'guest','failed_login','Users','Session','drmap',0,0,'69.197.154.21',1651421215),(1189216,'guest','failed_login','Users','Session','tech1',0,0,'107.180.103.185',1651421605),(1189217,'guest','failed_login','Users','Session','tech1',0,0,'103.109.30.30',1651422014),(1189218,'guest','failed_login','Users','Session','drmap',0,0,'34.78.235.174',1651422057),(1189219,'guest','failed_login','Users','Session','[login]',0,0,'34.78.235.174',1651422063),(1189220,'guest','failed_login','Users','Session','tech1',0,0,'47.241.26.170',1651422400),(1189221,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1651423214),(1189222,'guest','failed_login','Users','Session','tech1',0,0,'95.217.121.158',1651423466),(1189223,'guest','failed_login','Users','Session','tech1',0,0,'211.110.139.214',1651423630),(1189224,'guest','failed_login','Users','Session','drmap',0,0,'150.95.12.102',1651423737),(1189225,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::2db:3001',1651424027),(1189226,'guest','failed_login','Users','Session','tech1',0,0,'176.31.116.73',1651424438),(1189227,'guest','failed_login','Users','Session','tech1',0,0,'116.255.178.218',1651424860),(1189228,'guest','failed_login','Users','Session','tech1',0,0,'74.208.151.215',1651425236),(1189229,'guest','failed_login','Users','Session','drmap',0,0,'45.159.113.111',1651425606),(1189230,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:271:2583::2',1651425659),(1189231,'guest','failed_login','Users','Session','tech1',0,0,'199.192.22.72',1651426067),(1189232,'guest','failed_login','Users','Session','troy',0,0,'208.110.66.142',1651426159),(1189233,'guest','failed_login','Users','Session','tech1',0,0,'39.101.164.205',1651426450),(1189234,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.156',1651426586),(1189235,'guest','failed_login','Users','Session','dmytro',0,0,'173.208.153.156',1651426592),(1189236,'guest','failed_login','Users','Session','tech1',0,0,'125.227.127.195',1651426862),(1189237,'guest','failed_login','Users','Session','drmap',0,0,'159.203.76.123',1651427103),(1189238,'guest','failed_login','Users','Session','tech1',0,0,'159.65.251.251',1651427289),(1189239,'guest','failed_login','Users','Session','tech1',0,0,'74.208.252.140',1651427699),(1189240,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.76',1651427833),(1189241,'guest','failed_login','Users','Session','tech1',0,0,'192.81.214.91',1651428085),(1189242,'guest','failed_login','Users','Session','tech1',0,0,'39.105.56.236',1651428490),(1189243,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::e8b:7001',1651428774),(1189244,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.70',1651428813),(1189245,'guest','failed_login','Users','Session','tech1',0,0,'101.32.62.196',1651428905),(1189246,'guest','failed_login','Users','Session','tech1',0,0,'8.210.57.22',1651429314),(1189247,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:271:2583::2',1651429749),(1189248,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.70',1651429960),(1189249,'guest','failed_login','Users','Session','tech1',0,0,'47.241.26.170',1651430152),(1189250,'guest','failed_login','Users','Session','drmap',0,0,'99.79.67.96',1651430521),(1189251,'guest','failed_login','Users','Session','tech1',0,0,'34.176.50.114',1651430597),(1189252,'guest','failed_login','Users','Session','tech1',0,0,'95.167.178.158',1651431022),(1189253,'guest','failed_login','Users','Session','tech1',0,0,'204.12.255.60',1651431083),(1189254,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.20',1651431427),(1189255,'guest','failed_login','Users','Session','tech1',0,0,'159.65.219.142',1651431444),(1189256,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:161:1d2::2',1651431879),(1189257,'guest','failed_login','Users','Session','drmap',0,0,'159.203.76.123',1651432119),(1189258,'guest','failed_login','Users','Session','tech1',0,0,'2001:1418:14:100::47',1651432304),(1189259,'guest','failed_login','Users','Session','dmytro',0,0,'208.110.66.142',1651432720),(1189260,'guest','failed_login','Users','Session','tech1',0,0,'165.227.154.150',1651432722),(1189261,'guest','failed_login','Users','Session','tech1',0,0,'8.210.144.239',1651433152),(1189262,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::2db:3001',1651433612),(1189263,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1651433995),(1189264,'guest','failed_login','Users','Session','tech1',0,0,'185.197.195.173',1651434059),(1189265,'guest','failed_login','Users','Session','drmap',0,0,'137.184.89.163',1651434068),(1189266,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:161:1d2::2',1651434491),(1189267,'guest','failed_login','Users','Session','tech1',0,0,'185.252.31.180',1651434912),(1189268,'guest','failed_login','Users','Session','tech1',0,0,'162.214.197.206',1651435353),(1189269,'guest','failed_login','Users','Session','drmap',0,0,'157.245.185.172',1651435617),(1189270,'guest','failed_login','Users','Session','[login]',0,0,'157.245.185.172',1651435617),(1189271,'guest','failed_login','Users','Session','tech1',0,0,'162.213.251.157',1651435786),(1189272,'guest','failed_login','Users','Session','tech1',0,0,'124.40.255.186',1651435819),(1189273,'guest','failed_login','Users','Session','tech1',0,0,'196.203.219.49',1651436258),(1189274,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.29',1651436570),(1189275,'guest','failed_login','Users','Session','tech1',0,0,'62.233.120.26',1651436713),(1189276,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:69f2::1',1651437146),(1189277,'guest','failed_login','Users','Session','drmap',0,0,'165.227.129.197',1651437275),(1189278,'guest','failed_login','Users','Session','[login]',0,0,'165.227.129.197',1651437275),(1189279,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.61',1651437512),(1189280,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.60',1651437637),(1189281,'guest','failed_login','Users','Session','drmap',0,0,'159.89.228.214',1651437691),(1189282,'guest','failed_login','Users','Session','tech1',0,0,'213.136.93.169',1651437998),(1189283,'guest','failed_login','Users','Session','tech1',0,0,'103.90.235.91',1651438415),(1189284,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.61',1651438447),(1189285,'guest','failed_login','Users','Session','drmap',0,0,'144.126.223.177',1651438578),(1189286,'guest','failed_login','Users','Session','admin',0,0,'115.159.148.91',1651438858),(1189287,'guest','failed_login','Users','Session','drmap',0,0,'128.134.187.112',1651439072),(1189288,'guest','failed_login','Users','Session','admin',0,0,'2604:2dc0:200:1378::',1651439322),(1189289,'guest','failed_login','Users','Session','drmap',0,0,'217.61.54.110',1651439463),(1189290,'guest','failed_login','Users','Session','admin',0,0,'47.91.87.213',1651439773),(1189291,'guest','failed_login','Users','Session','tech1',0,0,'51.159.155.6',1651439787),(1189292,'guest','failed_login','Users','Session','admin',0,0,'190.145.68.131',1651440227),(1189293,'guest','failed_login','Users','Session','drmap',0,0,'2001:b011:8009:2a77:211:32ff:fed2:5d36',1651440347),(1189294,'guest','failed_login','Users','Session','admin',0,0,'103.122.244.192',1651440655),(1189295,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:400:d0::1792:5001',1651440668),(1189296,'guest','failed_login','Users','Session','admin',0,0,'45.125.239.179',1651441121),(1189297,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:400:d0::1792:5001',1651441231),(1189298,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.46',1651441547),(1189299,'guest','failed_login','Users','Session','tech1',0,0,'210.122.36.218',1651441553),(1189300,'guest','failed_login','Users','Session','admin',0,0,'5.101.157.171',1651441579),(1189301,'guest','failed_login','Users','Session','admin',0,0,'95.167.178.158',1651442027),(1189302,'guest','failed_login','Users','Session','drmap',0,0,'64.227.184.66',1651442114),(1189303,'guest','failed_login','Users','Session','tech1',0,0,'162.144.87.29',1651442440),(1189304,'guest','failed_login','Users','Session','admin',0,0,'68.183.192.217',1651442490),(1189305,'guest','failed_login','Users','Session','troy',0,0,'173.208.242.46',1651442895),(1189306,'guest','failed_login','Users','Session','admin',0,0,'178.254.50.20',1651442957),(1189307,'guest','failed_login','Users','Session','drmap',0,0,'66.11.120.48',1651443000),(1189308,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.156',1651443091),(1189309,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.70',1651443215),(1189310,'guest','failed_login','Users','Session','tech1',0,0,'142.93.201.0',1651443327),(1189311,'guest','failed_login','Users','Session','admin',0,0,'185.56.11.161',1651443418),(1189312,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.58',1651443447),(1189313,'guest','failed_login','Users','Session','admin',0,0,'185.128.26.218',1651443493),(1189314,'guest','failed_login','Users','Session','admin',0,0,'159.223.35.16',1651443867),(1189315,'guest','failed_login','Users','Session','drmap',0,0,'195.4.173.50',1651443900),(1189316,'guest','failed_login','Users','Session','admin',0,0,'138.199.5.102',1651444203),(1189317,'guest','failed_login','Users','Session','tech1',0,0,'103.90.232.219',1651444230),(1189318,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.61',1651444232),(1189319,'guest','failed_login','Users','Session','admin',0,0,'194.233.75.42',1651444368),(1189320,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1651444803),(1189321,'guest','failed_login','Users','Session','admin',0,0,'162.241.174.216',1651444843),(1189322,'guest','failed_login','Users','Session','tech1',0,0,'2001:b011:8009:2a77:211:32ff:fed2:5d36',1651445133),(1189323,'guest','failed_login','Users','Session','admin',0,0,'150.95.112.79',1651445327),(1189324,'guest','failed_login','Users','Session','drmap',0,0,'78.157.40.35',1651445702),(1189325,'guest','failed_login','Users','Session','admin',0,0,'159.89.2.220',1651445801),(1189326,'guest','failed_login','Users','Session','tech1',0,0,'209.97.162.248',1651446029),(1189327,'guest','failed_login','Users','Session','drmap',0,0,'192.187.127.20',1651446117),(1189328,'guest','failed_login','Users','Session','admin',0,0,'62.233.120.26',1651446275),(1189329,'guest','failed_login','Users','Session','drmap',0,0,'81.186.225.108',1651446608),(1189330,'guest','failed_login','Users','Session','admin',0,0,'185.49.20.75',1651446762),(1189331,'guest','failed_login','Users','Session','tech1',0,0,'178.217.190.82',1651446935),(1189332,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.229.70',1651447163),(1189333,'guest','failed_login','Users','Session','admin',0,0,'165.232.185.213',1651447237),(1189334,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:1c1c:351::1',1651447502),(1189335,'guest','failed_login','Users','Session','admin',0,0,'185.252.31.180',1651447692),(1189336,'guest','failed_login','Users','Session','tech1',0,0,'103.166.183.192',1651447831),(1189337,'guest','failed_login','Users','Session','admin',0,0,'65.21.96.11',1651448204),(1189338,'guest','failed_login','Users','Session','drmap',0,0,'34.75.65.218',1651448406),(1189339,'guest','failed_login','Users','Session','admin',0,0,'2001:1418:14:100::47',1651448688),(1189340,'guest','failed_login','Users','Session','tech1',0,0,'91.149.192.90',1651448734),(1189341,'guest','failed_login','Users','Session','admin',0,0,'103.1.239.107',1651449149),(1189342,'guest','failed_login','Users','Session','drmap',0,0,'46.29.23.162',1651449308),(1189343,'guest','failed_login','Users','Session','tech1',0,0,'157.230.253.37',1651449634),(1189344,'guest','failed_login','Users','Session','admin',0,0,'185.197.195.173',1651449660),(1189345,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.61',1651450041),(1189346,'guest','failed_login','Users','Session','admin',0,0,'2a01:4f8:271:2583::2',1651450138),(1189347,'guest','failed_login','Users','Session','tech1',0,0,'72.167.40.194',1651450151),(1189348,'guest','failed_login','Users','Session','drmap',0,0,'47.93.61.192',1651450210),(1189349,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:100:d0::87b:3001',1651450539),(1189350,'guest','failed_login','Users','Session','admin',0,0,'50.59.99.143',1651450617),(1189351,'guest','failed_login','Users','Session','admin',0,0,'107.190.135.178',1651451106),(1189352,'guest','failed_login','Users','Session','drmap',0,0,'157.245.48.104',1651451111),(1189353,'guest','failed_login','Users','Session','tech1',0,0,'165.227.141.125',1651451443),(1189354,'guest','failed_login','Users','Session','admin',0,0,'8.210.57.22',1651451577),(1189355,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1651452019),(1189356,'guest','failed_login','Users','Session','admin',0,0,'150.95.110.113',1651452093),(1189357,'guest','failed_login','Users','Session','admin',0,0,'107.180.107.103',1651453087),(1189358,'guest','failed_login','Users','Session','admin',0,0,'77.77.150.95',1651453584),(1189359,'guest','failed_login','Users','Session','drmap',0,0,'175.45.125.65',1651453824),(1189360,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1651453940),(1189361,'guest','failed_login','Users','Session','admin',0,0,'167.71.193.214',1651454072),(1189362,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.70',1651454229),(1189363,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.156',1651454700),(1189364,'guest','failed_login','Users','Session','drmap',0,0,'52.166.3.59',1651454726),(1189365,'guest','failed_login','Users','Session','tech1',0,0,'52.166.3.59',1651455058),(1189366,'guest','failed_login','Users','Session','admin',0,0,'94.26.245.40',1651455096),(1189367,'guest','failed_login','Users','Session','admin',0,0,'2a00:d680:20:50::4a10',1651455601),(1189368,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:800:3a65::',1651455624),(1189369,'guest','failed_login','Users','Session','dmytro',0,0,'69.30.230.58',1651456089),(1189370,'guest','failed_login','Users','Session','admin',0,0,'176.235.216.155',1651456103),(1189371,'guest','failed_login','Users','Session','admin',0,0,'204.12.215.61',1651456107),(1189372,'guest','failed_login','Users','Session','testseo',0,0,'69.30.230.58',1651456414),(1189373,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:1:d0::fd1:2001',1651456531),(1189374,'guest','failed_login','Users','Session','troy',0,0,'204.12.255.60',1651456581),(1189375,'guest','failed_login','Users','Session','admin',0,0,'35.198.25.12',1651456604),(1189376,'guest','failed_login','Users','Session','tech1',0,0,'35.195.252.29',1651456858),(1189377,'guest','failed_login','Users','Session','admin',0,0,'137.184.22.7',1651457089),(1189378,'guest','failed_login','Users','Session','dmytro',0,0,'204.12.255.60',1651457148),(1189379,'guest','failed_login','Users','Session','test',0,0,'69.30.240.29',1651457258),(1189380,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::631:1001',1651457764),(1189381,'guest','failed_login','Users','Session','admin',0,0,'185.252.31.180',1651458105),(1189382,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1651458219),(1189383,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:800:3a65::',1651458339),(1189384,'guest','failed_login','Users','Session','admin',0,0,'8.210.144.239',1651458623),(1189385,'guest','failed_login','Users','Session','tech1',0,0,'103.142.25.17',1651458668),(1189386,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.205',1651459244),(1189387,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.154.21',1651459340),(1189388,'guest','failed_login','Users','Session','drmap',0,0,'143.244.177.220',1651460153),(1189389,'guest','failed_login','Users','Session','dmytro',0,0,'69.197.154.21',1651460297),(1189390,'guest','failed_login','Users','Session','tech1',0,0,'217.61.54.110',1651460484),(1189391,'guest','failed_login','Users','Session','drmap',0,0,'185.122.201.129',1651461068),(1189392,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1651461171),(1189393,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.82',1651461269),(1189394,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.210',1651461401),(1189395,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.82',1651461447),(1189396,'guest','failed_login','Users','Session','drmap',0,0,'148.72.214.245',1651461976),(1189397,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.82',1651462098),(1189398,'guest','failed_login','Users','Session','tech1',0,0,'139.59.118.238',1651462309),(1189399,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.82',1651462343),(1189400,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::9ed:d001',1651462888),(1189401,'guest','failed_login','Users','Session','tech1',0,0,'74.91.17.82',1651463095),(1189402,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:2:d0::10e4:5001',1651463222),(1189403,'guest','failed_login','Users','Session','troy',0,0,'173.208.153.156',1651463920),(1189404,'guest','failed_login','Users','Session','tech1',0,0,'31.210.225.135',1651463968),(1189405,'guest','failed_login','Users','Session','bangkokfinder',0,0,'204.12.215.61',1651464009),(1189406,'guest','failed_login','Users','Session','tech1',0,0,'162.241.71.202',1651464140),(1189407,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.70',1651464628),(1189408,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.210',1651464727),(1189409,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.25',1651465066),(1189410,'guest','failed_login','Users','Session','drmap',0,0,'159.65.146.8',1651465652),(1189411,'guest','failed_login','Users','Session','tech1',0,0,'167.172.105.95',1651465986),(1189412,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.142',1651466233),(1189413,'guest','failed_login','Users','Session','test',0,0,'208.110.66.142',1651466276),(1189414,'guest','failed_login','Users','Session','drmap',0,0,'68.183.139.84',1651466573),(1189415,'guest','failed_login','Users','Session','drmap',0,0,'188.127.231.190',1651467501),(1189416,'guest','failed_login','Users','Session','tech1',0,0,'46.29.23.162',1651467844),(1189417,'guest','failed_login','Users','Session','admin',0,0,'69.197.155.227',1651468389),(1189418,'guest','failed_login','Users','Session','drmap',0,0,'167.172.151.91',1651468433),(1189419,'guest','failed_login','Users','Session','tech1',0,0,'31.172.80.144',1651468771),(1189420,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.94',1651468961),(1189421,'guest','failed_login','Users','Session','drmap',0,0,'103.31.249.221',1651469352),(1189422,'guest','failed_login','Users','Session','tech1',0,0,'23.254.184.154',1651469685),(1189423,'guest','failed_login','Users','Session','troy',0,0,'74.91.17.82',1651469783),(1189424,'guest','failed_login','Users','Session','bangkokfinder',0,0,'208.110.66.138',1651469790),(1189425,'guest','failed_login','Users','Session','drmap',0,0,'77.221.130.84',1651470267),(1189426,'guest','failed_login','Users','Session','tech1',0,0,'146.148.44.185',1651470599),(1189427,'guest','failed_login','Users','Session','drmap',0,0,'35.203.66.166',1651471176),(1189428,'guest','failed_login','Users','Session','tech1',0,0,'212.110.92.155',1651471508),(1189429,'guest','failed_login','Users','Session','drmap',0,0,'51.75.15.189',1651472079),(1189430,'guest','failed_login','Users','Session','tech1',0,0,'143.244.177.220',1651472405),(1189431,'guest','failed_login','Users','Session','tech1',0,0,'69.30.230.58',1651472760),(1189432,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:1:d0::fd1:2001',1651472968),(1189433,'guest','failed_login','Users','Session','tech1',0,0,'162.240.27.242',1651473293),(1189434,'guest','failed_login','Users','Session','drmap',0,0,'142.93.245.196',1651473862),(1189435,'guest','failed_login','Users','Session','tech1',0,0,'68.178.221.138',1651474172),(1189436,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.71',1651474186),(1189437,'guest','failed_login','Users','Session','tech1',0,0,'208.110.66.138',1651474330),(1189438,'guest','failed_login','Users','Session','drmap',0,0,'159.89.27.131',1651474762),(1189439,'guest','failed_login','Users','Session','tech1',0,0,'2001:b011:8009:2a77:211:32ff:fed2:5d36',1651475093),(1189440,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.138',1651475212),(1189441,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:400:d0::1a04:a001',1651475663),(1189442,'guest','failed_login','Users','Session','tech1',0,0,'2400:8500:1301:738:133:130:103:36',1651475989),(1189443,'guest','failed_login','Users','Session','drmap',0,0,'143.198.78.62',1651476554),(1189444,'guest','failed_login','Users','Session','tech1',0,0,'23.254.184.154',1651476877),(1189445,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.58',1651477200),(1189446,'guest','failed_login','Users','Session','drmap',0,0,'103.129.222.91',1651477439),(1189447,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:800:3050::',1651477761),(1189448,'guest','failed_login','Users','Session','drmap',0,0,'198.46.160.118',1651478321),(1189449,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1651478533),(1189450,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1651478642),(1189451,'guest','failed_login','Users','Session','drmap',0,0,'52.234.178.100',1651479211),(1189452,'guest','failed_login','Users','Session','dmytro',0,0,'208.110.66.138',1651479301),(1189453,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.210',1651480087),(1189454,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.61',1651480138),(1189455,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.94',1651480149),(1189456,'guest','failed_login','Users','Session','drmap',0,0,'208.110.66.138',1651480256),(1189457,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:acdc::1',1651480411),(1189458,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.29',1651480517),(1189459,'guest','failed_login','Users','Session','drmap',0,0,'2a00:5da0:1000:1::27',1651480972),(1189460,'guest','failed_login','Users','Session','tech1',0,0,'103.130.218.178',1651481292),(1189461,'guest','failed_login','Users','Session','drmap',0,0,'2a00:5da0:1000:1::27',1651481851),(1189462,'guest','failed_login','Users','Session','tech1',0,0,'51.178.93.87',1651482173),(1189463,'guest','failed_login','Users','Session','drmap',0,0,'31.192.208.12',1651482742),(1189464,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.61',1651483264),(1189465,'guest','failed_login','Users','Session','tech1',0,0,'153.92.7.140',1651483422),(1189466,'guest','failed_login','Users','Session','drmap',0,0,'5.180.185.126',1651483947),(1189467,'guest','failed_login','Users','Session','[login]',0,0,'5.180.185.126',1651483947),(1189468,'guest','failed_login','Users','Session','tech1',0,0,'159.89.237.49',1651483951),(1189469,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.210',1651484506),(1189470,'guest','failed_login','Users','Session','tech1',0,0,'159.65.146.8',1651484832),(1189471,'guest','failed_login','Users','Session','test',0,0,'69.30.229.70',1651484846),(1189472,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.94',1651485553),(1189473,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c010:a209::1',1651485705),(1189474,'guest','failed_login','Users','Session','drmap',0,0,'20.188.35.210',1651485720),(1189475,'guest','failed_login','Users','Session','[login]',0,0,'20.188.35.210',1651485720),(1189476,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.61',1651485765),(1189477,'guest','failed_login','Users','Session','tech1',0,0,'35.224.250.64',1651486582),(1189478,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::11d2:e001',1651487144),(1189479,'guest','failed_login','Users','Session','tech1',0,0,'142.93.201.0',1651487464),(1189480,'guest','failed_login','Users','Session','drmap',0,0,'2a01:7e01::f03c:93ff:fea8:dffd',1651487475),(1189481,'guest','failed_login','Users','Session','[login]',0,0,'2a01:7e01::f03c:93ff:fea8:dffd',1651487475),(1189482,'guest','failed_login','Users','Session','drmap',0,0,'137.184.106.223',1651488031),(1189483,'guest','failed_login','Users','Session','tech1',0,0,'150.109.148.216',1651488345),(1189484,'guest','failed_login','Users','Session','drmap',0,0,'103.39.134.190',1651488903),(1189485,'guest','failed_login','Users','Session','drmap',0,0,'99.79.67.96',1651489158),(1189486,'guest','failed_login','Users','Session','tech1',0,0,'161.97.93.107',1651489223),(1189487,'guest','failed_login','Users','Session','admin',0,0,'162.241.174.216',1651489467),(1189488,'guest','logged_in','Users','Session','tech1',1,1,'67.52.72.234',1651489617),(1189489,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1651489784),(1189490,'administrator','updated','Plugins','2.8.3','Activity Log',0,1,'67.52.72.234',1651489805),(1189491,'administrator','updated','Plugins','5.12.2','Advanced Custom Fields PRO',0,1,'67.52.72.234',1651489813),(1189492,'administrator','updated','Plugins','20.7','Bookly',0,1,'67.52.72.234',1651489822),(1189493,'administrator','updated','Plugins','6.5.1','EWWW Image Optimizer',0,1,'67.52.72.234',1651489835),(1189494,'administrator','updated','Plugins','4.3.2','WebP Converter for Media',0,1,'67.52.72.234',1651489843),(1189495,'administrator','updated','Plugins','3.4.0','WP Mail SMTP',0,1,'67.52.72.234',1651489851),(1189496,'administrator','activated','Plugins','','Yoast Duplicate Post',0,1,'67.52.72.234',1651489862),(1189497,'administrator','updated','Plugins','6.9.0','WPBakery Page Builder',0,1,'67.52.72.234',1651489868),(1189498,'administrator','installed','Plugins','1.2.9','Copy & Delete Posts',0,1,'67.52.72.234',1651489936),(1189499,'administrator','installed','Plugins','4.4.8','Duplicate Page',0,1,'67.52.72.234',1651489949),(1189500,'administrator','activated','Plugins','','Duplicate Page',0,1,'67.52.72.234',1651489957),(1189501,'administrator','updated','Plugins','4.7','Bookly Pro (Add-on)',0,1,'67.52.72.234',1651489998),(1189502,'administrator','updated','Plugins','18.6','Yoast SEO',0,1,'67.52.72.234',1651490014),(1189503,'guest','failed_login','Users','Session','admin',0,0,'46.101.95.65',1651490057),(1189504,'guest','failed_login','Users','Session','tech1',0,0,'84.205.178.134',1651490105),(1189505,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.61',1651490557),(1189506,'guest','failed_login','Users','Session','tech1',0,0,'139.59.60.160',1651490642),(1189507,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.29',1651490656),(1189508,'guest','failed_login','Users','Session','drmap',0,0,'194.90.234.21',1651490664),(1189509,'guest','failed_login','Users','Session','tech1',0,0,'128.199.197.163',1651490984),(1189510,'guest','failed_login','Users','Session','tech1',0,0,'161.35.210.101',1651491229),(1189511,'administrator','deactivated','Plugins','','Yoast Duplicate Post',0,1,'67.52.72.234',1651491676),(1189512,'administrator','updated','Posts','portfolio','Hangover IV',3408,1,'67.52.72.234',1651491691),(1189513,'administrator','updated','Posts','portfolio','Covid Relief IV',3408,1,'67.52.72.234',1651491806),(1189514,'guest','failed_login','Users','Session','tech1',0,0,'64.235.231.20',1651491882),(1189515,'guest','failed_login','Users','Session','tech1',0,0,'62.233.120.26',1651492453),(1189516,'guest','failed_login','Users','Session','drmap',0,0,'165.22.116.165',1651492791),(1189517,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.46',1651493002),(1189518,'guest','failed_login','Users','Session','tech1',0,0,'194.233.75.42',1651493050),(1189519,'guest','failed_login','Users','Session','tech1',0,0,'80.246.1.193',1651493666),(1189520,'guest','failed_login','Users','Session','tech1',0,0,'89.248.168.47',1651494296),(1189521,'guest','failed_login','Users','Session','drmap',0,0,'174.138.6.122',1651494459),(1189522,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.58',1651494792),(1189523,'guest','failed_login','Users','Session','tech1',0,0,'185.252.31.180',1651494893),(1189524,'guest','failed_login','Users','Session','tech1',0,0,'198.211.116.247',1651495515),(1189525,'guest','failed_login','Users','Session','tech1',0,0,'204.12.215.61',1651495631),(1189526,'guest','failed_login','Users','Session','drmap',0,0,'69.30.229.70',1651495788),(1189527,'guest','failed_login','Users','Session','tech1',0,0,'62.255.126.88',1651496157),(1189528,'guest','failed_login','Users','Session','drmap',0,0,'54.37.139.105',1651496280),(1189529,'guest','failed_login','Users','Session','tech1',0,0,'103.204.130.160',1651496764),(1189530,'administrator','uploaded','Attachments','attachment','covid-relief1',3409,1,'67.52.72.234',1651497026),(1189531,'administrator','uploaded','Attachments','attachment','covid-symptoms1',3410,1,'67.52.72.234',1651497029),(1189532,'administrator','updated','Posts','portfolio','Covid Relief IV',3408,1,'67.52.72.234',1651497058),(1189533,'administrator','updated','Posts','portfolio','Covid Re IV',3408,1,'67.52.72.234',1651497133),(1189534,'administrator','updated','Posts','portfolio','Covid Re IV',3408,1,'67.52.72.234',1651497256),(1189535,'administrator','updated','Posts','portfolio','Covid Relief IV',3408,1,'67.52.72.234',1651497331),(1189536,'guest','failed_login','Users','Session','tech1',0,0,'192.81.214.91',1651497410),(1189537,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.156',1651497491),(1189538,'administrator','updated','Posts','portfolio','Covid Relief IV',3408,1,'67.52.72.234',1651497661),(1189539,'administrator','updated','Posts','portfolio','Covid Relief IV',3408,1,'67.52.72.234',1651497664),(1189540,'administrator','updated','Posts','portfolio','Covid Relief IV',3408,1,'67.52.72.234',1651497676),(1189541,'administrator','updated','Posts','portfolio','Covid Relief IV',3408,1,'67.52.72.234',1651497682),(1189542,'guest','failed_login','Users','Session','drmap',0,0,'2a01:7e01::f03c:93ff:fea8:dffd',1651498003),(1189543,'guest','failed_login','Users','Session','[login]',0,0,'2a01:7e01::f03c:93ff:fea8:dffd',1651498003),(1189544,'guest','failed_login','Users','Session','tech1',0,0,'189.125.37.42',1651498051),(1189545,'administrator','updated','Posts','portfolio','Covid Relief IV',3408,1,'67.52.72.234',1651498178),(1189546,'guest','failed_login','Users','Session','tech1',0,0,'47.106.201.134',1651498715),(1189547,'administrator','uploaded','Attachments','attachment','covid-cover1',3411,1,'67.52.72.234',1651498878),(1189548,'guest','failed_login','Users','Session','tech1',0,0,'82.165.80.58',1651498896),(1189549,'administrator','updated','Posts','portfolio','Covid Relief IV',3408,1,'67.52.72.234',1651498899),(1189550,'administrator','updated','Posts','portfolio','Covid Relief IV',3408,1,'67.52.72.234',1651498904),(1189551,'administrator','updated','Posts','portfolio','Covid Relief IV',3408,1,'67.52.72.234',1651499185),(1189552,'administrator','updated','Menus','','superfly-miv',0,1,'67.52.72.234',1651499322),(1189553,'administrator','updated','Posts','portfolio','Covid Relief IV',3408,1,'67.52.72.234',1651499448),(1189554,'administrator','updated','Posts','portfolio','Covid Relief IV',3408,1,'67.52.72.234',1651499584),(1189555,'guest','failed_login','Users','Session','drmap',0,0,'18.176.185.173',1651499657),(1189556,'administrator','updated','Posts','portfolio','Covid Relief IV',3408,1,'67.52.72.234',1651499674),(1189557,'guest','failed_login','Users','Session','tech1',0,0,'80.251.219.111',1651500071),(1189558,'guest','failed_login','Users','Session','tech1',0,0,'103.146.202.150',1651500752),(1189559,'guest','failed_login','Users','Session','tech1',0,0,'185.46.121.66',1651501459),(1189560,'guest','failed_login','Users','Session','drmap',0,0,'174.138.6.122',1651501551),(1189561,'guest','failed_login','Users','Session','tech1',0,0,'103.171.180.165',1651502154),(1189562,'guest','failed_login','Users','Session','tech1',0,0,'39.98.224.201',1651502850),(1189563,'guest','failed_login','Users','Session','drmap',0,0,'173.208.242.46',1651502891),(1189564,'guest','failed_login','Users','Session','drmap',0,0,'143.110.181.234',1651503229),(1189565,'guest','failed_login','Users','Session','tech1',0,0,'185.183.122.143',1651503579),(1189566,'guest','failed_login','Users','Session','tech1',0,0,'179.107.59.211',1651503973),(1189567,'guest','failed_login','Users','Session','tech1',0,0,'179.107.59.211',1651503974),(1189568,'guest','failed_login','Users','Session','tech1',0,0,'107.190.135.178',1651504292),(1189569,'guest','failed_login','Users','Session','tech1',0,0,'46.101.95.65',1651505014),(1189570,'guest','failed_login','Users','Session','tech1',0,0,'47.107.33.26',1651505721),(1189571,'guest','failed_login','Users','Session','tech1',0,0,'91.205.16.131',1651506464),(1189572,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::297:4001',1651506819),(1189573,'guest','failed_login','Users','Session','tech1',0,0,'88.150.159.20',1651507197),(1189574,'guest','failed_login','Users','Session','tech1',0,0,'157.245.196.32',1651507914),(1189575,'guest','failed_login','Users','Session','drmap',0,0,'159.89.23.231',1651508446),(1189576,'guest','failed_login','Users','Session','[login]',0,0,'159.89.23.231',1651508446),(1189577,'guest','failed_login','Users','Session','drmap',0,0,'204.12.215.61',1651508623),(1189578,'guest','failed_login','Users','Session','tech1',0,0,'103.122.244.192',1651508648),(1189579,'guest','failed_login','Users','Session','tech1',0,0,'128.199.166.77',1651509399),(1189580,'guest','failed_login','Users','Session','drmap',0,0,'69.30.240.29',1651510115),(1189581,'guest','failed_login','Users','Session','tech1',0,0,'128.199.166.77',1651510153),(1189582,'guest','failed_login','Users','Session','drmap',0,0,'143.110.181.234',1651510260),(1189583,'guest','failed_login','Users','Session','tech1',0,0,'196.203.219.49',1651510906),(1189584,'guest','failed_login','Users','Session','drmap',0,0,'93.86.255.38',1651510931),(1189585,'guest','failed_login','Users','Session','tech1',0,0,'35.221.181.187',1651511406),(1189586,'guest','failed_login','Users','Session','tech1',0,0,'194.233.75.42',1651511826),(1189587,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1651511845),(1189588,'guest','failed_login','Users','Session','drmap',0,0,'217.182.175.39',1651511854),(1189589,'guest','failed_login','Users','Session','drmap',0,0,'165.227.129.197',1651512066),(1189590,'guest','failed_login','Users','Session','troy',0,0,'69.30.230.58',1651512168),(1189591,'guest','failed_login','Users','Session','tech1',0,0,'159.89.2.220',1651512521),(1189592,'guest','failed_login','Users','Session','tech1',0,0,'194.233.67.249',1651512771),(1189593,'guest','failed_login','Users','Session','drmap',0,0,'139.59.96.76',1651512781),(1189594,'guest','failed_login','Users','Session','tech1',0,0,'178.62.110.145',1651512796),(1189595,'guest','failed_login','Users','Session','tech1',0,0,'207.55.255.20',1651513070),(1189596,'guest','failed_login','Users','Session','tech1',0,0,'185.70.11.21',1651513331),(1189597,'guest','failed_login','Users','Session','tech1',0,0,'159.223.35.16',1651513568),(1189598,'guest','failed_login','Users','Session','drmap',0,0,'103.77.160.73',1651513647),(1189599,'guest','failed_login','Users','Session','tech1',0,0,'2406:da12:57c:2a00:a2c2:12a1:1920:1c22',1651513677),(1189600,'guest','failed_login','Users','Session','drmap',0,0,'109.74.196.231',1651513686),(1189601,'guest','failed_login','Users','Session','tech1',0,0,'93.177.103.170',1651513816),(1189602,'guest','failed_login','Users','Session','tech1',0,0,'186.234.80.231',1651514057),(1189603,'guest','failed_login','Users','Session','tech1',0,0,'67.20.117.153',1651514326),(1189604,'guest','failed_login','Users','Session','tech1',0,0,'184.168.125.241',1651514525),(1189605,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f9:c010:acdc::1',1651514593),(1189606,'guest','failed_login','Users','Session','drmap',0,0,'159.89.237.49',1651514608),(1189607,'guest','failed_login','Users','Session','tech1',0,0,'62.233.120.26',1651514762),(1189608,'guest','failed_login','Users','Session','tech1',0,0,'103.174.87.138',1651515000),(1189609,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::1124:d001',1651515217),(1189610,'guest','failed_login','Users','Session','tech1',0,0,'72.167.222.172',1651515516),(1189611,'guest','failed_login','Users','Session','drmap',0,0,'88.150.159.29',1651515526),(1189612,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.21',1651515568),(1189613,'guest','failed_login','Users','Session','drmap',0,0,'72.167.40.5',1651515629),(1189614,'guest','failed_login','Users','Session','[login]',0,0,'72.167.40.5',1651515629),(1189615,'guest','failed_login','Users','Session','tech1',0,0,'62.233.120.26',1651515705),(1189616,'guest','failed_login','Users','Session','tech1',0,0,'45.118.145.96',1651515923),(1189617,'guest','failed_login','Users','Session','tech1',0,0,'198.57.247.229',1651516188),(1189618,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:c:b1a::',1651516404),(1189619,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.222',1651516447),(1189620,'guest','failed_login','Users','Session','drmap',0,0,'184.168.125.72',1651516457),(1189621,'guest','failed_login','Users','Session','tech1',0,0,'104.160.43.196',1651516628),(1189622,'guest','failed_login','Users','Session','tech1',0,0,'159.65.219.142',1651516878),(1189623,'guest','failed_login','Users','Session','tech1',0,0,'159.89.85.183',1651517118),(1189624,'guest','failed_login','Users','Session','tech1',0,0,'69.30.240.29',1651517186),(1189625,'guest','failed_login','Users','Session','drmap',0,0,'137.184.73.37',1651517332),(1189626,'guest','failed_login','Users','Session','tech1',0,0,'178.128.14.157',1651517350),(1189627,'guest','failed_login','Users','Session','tech1',0,0,'2a00:1a28:155d:1f5::1',1651517381),(1189628,'guest','failed_login','Users','Session','drmap',0,0,'45.120.69.121',1651517393),(1189629,'guest','failed_login','Users','Session','tech1',0,0,'178.254.50.20',1651517608),(1189630,'guest','failed_login','Users','Session','tech1',0,0,'103.101.162.249',1651517837),(1189631,'guest','failed_login','Users','Session','tech1',0,0,'45.61.146.241',1651518100),(1189632,'guest','failed_login','Users','Session','admin',0,0,'159.89.2.220',1651518259),(1189633,'guest','failed_login','Users','Session','tech1',0,0,'2604:a880:800:10::34bd:1',1651518320),(1189634,'guest','failed_login','Users','Session','drmap',0,0,'178.128.247.244',1651518330),(1189635,'guest','failed_login','Users','Session','admin',0,0,'47.241.26.170',1651518491),(1189636,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1651518516),(1189637,'guest','failed_login','Users','Session','tech1',0,0,'138.128.173.10',1651518760),(1189638,'guest','failed_login','Users','Session','tech1',0,0,'190.145.68.131',1651519006),(1189639,'guest','failed_login','Users','Session','drmap',0,0,'18.176.185.173',1651519056),(1189640,'guest','failed_login','Users','Session','tech1',0,0,'72.167.34.14',1651519261),(1189641,'guest','failed_login','Users','Session','bangkokfinder',0,0,'173.208.242.46',1651519267),(1189642,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f9:c010:acdc::1',1651519271),(1189643,'guest','failed_login','Users','Session','tech1',0,0,'188.40.224.241',1651519274),(1189644,'guest','failed_login','Users','Session','test',0,0,'173.208.242.46',1651519431),(1189645,'guest','failed_login','Users','Session','tech1',0,0,'35.211.94.153',1651519535),(1189646,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1651519795),(1189647,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1651520054),(1189648,'guest','failed_login','Users','Session','tech1',0,0,'67.205.43.116',1651520194),(1189649,'guest','failed_login','Users','Session','drmap',0,0,'195.4.173.50',1651520204),(1189650,'guest','failed_login','Users','Session','tech1',0,0,'2401:c080:1400:49c9:5400:3ff:febf:749e',1651520307),(1189651,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1651520551),(1189652,'guest','failed_login','Users','Session','testseo',0,0,'208.110.66.138',1651520556),(1189653,'guest','failed_login','Users','Session','tech1',0,0,'103.129.178.69',1651520576),(1189654,'guest','failed_login','Users','Session','tech1',0,0,'107.150.36.76',1651520605),(1189655,'guest','failed_login','Users','Session','admin',0,0,'107.150.36.76',1651520766),(1189656,'guest','failed_login','Users','Session','bangkokfinder',0,0,'107.150.36.76',1651520818),(1189657,'guest','failed_login','Users','Session','tech1',0,0,'167.99.78.164',1651520845),(1189658,'guest','failed_login','Users','Session','drmap',0,0,'47.94.136.206',1651520981),(1189659,'guest','failed_login','Users','Session','[login]',0,0,'47.94.136.206',1651520984),(1189660,'guest','failed_login','Users','Session','tech1',0,0,'185.49.20.77',1651521121),(1189661,'guest','failed_login','Users','Session','tech1',0,0,'202.131.107.130',1651521135),(1189662,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.205',1651521145),(1189663,'guest','failed_login','Users','Session','tech1',0,0,'74.208.151.215',1651521380),(1189664,'guest','failed_login','Users','Session','tech1',0,0,'139.59.78.248',1651521664),(1189665,'guest','failed_login','Users','Session','tech1',0,0,'51.79.241.19',1651521923),(1189666,'guest','failed_login','Users','Session','tech1',0,0,'185.19.190.26',1651522073),(1189667,'guest','failed_login','Users','Session','drmap',0,0,'47.90.246.252',1651522083),(1189668,'guest','failed_login','Users','Session','tech1',0,0,'176.53.65.237',1651522208),(1189669,'guest','failed_login','Users','Session','tech1',0,0,'148.72.244.254',1651522479),(1189670,'guest','failed_login','Users','Session','drmap',0,0,'185.159.153.139',1651522602),(1189671,'guest','failed_login','Users','Session','[login]',0,0,'185.159.153.139',1651522603),(1189672,'guest','failed_login','Users','Session','tech1',0,0,'107.173.165.214',1651522758),(1189673,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1651522800),(1189674,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.156',1651522846),(1189675,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::e77:1',1651523016),(1189676,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:400:d0::1792:5001',1651523030),(1189677,'guest','failed_login','Users','Session','tech1',0,0,'52.224.56.209',1651523033),(1189678,'guest','failed_login','Users','Session','tech1',0,0,'104.154.111.139',1651523318),(1189679,'guest','failed_login','Users','Session','tech1',0,0,'178.62.33.222',1651523616),(1189680,'guest','failed_login','Users','Session','tech1',0,0,'103.104.73.82',1651523926),(1189681,'guest','failed_login','Users','Session','tech1',0,0,'51.91.151.60',1651523957),(1189682,'guest','failed_login','Users','Session','drmap',0,0,'188.127.231.190',1651523967),(1189683,'guest','failed_login','Users','Session','tech1',0,0,'39.105.56.236',1651524172),(1189684,'guest','failed_login','Users','Session','drmap',0,0,'141.94.87.67',1651524449),(1189685,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:271:2583::2',1651524471),(1189686,'guest','failed_login','Users','Session','tech1',0,0,'216.158.230.167',1651524768),(1189687,'guest','failed_login','Users','Session','tech1',0,0,'178.217.190.82',1651524904),(1189688,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:400:d0::1867:2001',1651524915),(1189689,'guest','failed_login','Users','Session','tech1',0,0,'213.136.93.169',1651525056),(1189690,'guest','failed_login','Users','Session','tech1',0,0,'34.123.125.44',1651525346),(1189691,'guest','failed_login','Users','Session','tech1',0,0,'51.222.13.216',1651525572),(1189692,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:3:e0::150:5001',1651525642),(1189693,'guest','failed_login','Users','Session','tech1',0,0,'185.2.4.71',1651525857),(1189694,'guest','failed_login','Users','Session','drmap',0,0,'209.97.162.248',1651525866),(1189695,'guest','failed_login','Users','Session','tech1',0,0,'104.160.43.196',1651525922),(1189696,'guest','failed_login','Users','Session','tech1',0,0,'5.101.157.188',1651526234),(1189697,'guest','failed_login','Users','Session','drmap',0,0,'34.87.101.136',1651526265),(1189698,'guest','failed_login','Users','Session','tech1',0,0,'167.99.78.255',1651526508),(1189699,'guest','failed_login','Users','Session','tech1',0,0,'35.225.94.95',1651526798),(1189700,'guest','failed_login','Users','Session','drmap',0,0,'78.157.40.35',1651526820),(1189701,'guest','failed_login','Users','Session','tech1',0,0,'8.210.144.239',1651527094),(1189702,'guest','failed_login','Users','Session','tech1',0,0,'62.255.126.88',1651527409),(1189703,'guest','failed_login','Users','Session','tech1',0,0,'185.56.11.161',1651527705),(1189704,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1651527764),(1189705,'guest','failed_login','Users','Session','drmap',0,0,'159.89.160.120',1651527774),(1189706,'guest','failed_login','Users','Session','drmap',0,0,'18.141.178.13',1651527934),(1189707,'guest','failed_login','Users','Session','tech1',0,0,'52.5.40.206',1651528008),(1189708,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1651528157),(1189709,'guest','failed_login','Users','Session','tech1',0,0,'74.208.151.215',1651528295),(1189710,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d1::4ce:d001',1651528598),(1189711,'guest','failed_login','Users','Session','tech1',0,0,'185.7.212.50',1651528731),(1189712,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:800:3a65::',1651528741),(1189713,'guest','failed_login','Users','Session','tech1',0,0,'159.89.2.220',1651528920),(1189714,'guest','failed_login','Users','Session','tech1',0,0,'138.128.173.10',1651529215),(1189715,'guest','failed_login','Users','Session','tech1',0,0,'185.165.116.22',1651529526),(1189716,'guest','failed_login','Users','Session','tech1',0,0,'195.4.173.50',1651529700),(1189717,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::11d2:e001',1651529711),(1189718,'guest','failed_login','Users','Session','drmap',0,0,'159.89.204.193',1651529782),(1189719,'guest','failed_login','Users','Session','tech1',0,0,'167.99.78.255',1651529823),(1189720,'guest','failed_login','Users','Session','tech1',0,0,'157.245.240.102',1651530145),(1189721,'guest','failed_login','Users','Session','tech1',0,0,'157.245.240.102',1651530450),(1189722,'guest','failed_login','Users','Session','tech1',0,0,'207.180.207.240',1651530676),(1189723,'guest','failed_login','Users','Session','drmap',0,0,'159.65.146.8',1651530677),(1189724,'guest','failed_login','Users','Session','tech1',0,0,'47.74.17.225',1651530750),(1189725,'guest','failed_login','Users','Session','tech1',0,0,'42.200.169.14',1651531064),(1189726,'guest','failed_login','Users','Session','tech1',0,0,'158.255.80.210',1651531397),(1189727,'guest','failed_login','Users','Session','drmap',0,0,'222.255.148.162',1651531485),(1189728,'guest','failed_login','Users','Session','[login]',0,0,'222.255.148.162',1651531489),(1189729,'guest','failed_login','Users','Session','tech1',0,0,'162.240.27.242',1651531637),(1189730,'guest','failed_login','Users','Session','drmap',0,0,'109.168.97.89',1651531647),(1189731,'guest','failed_login','Users','Session','tech1',0,0,'107.152.234.218',1651531710),(1189732,'guest','failed_login','Users','Session','tech1',0,0,'72.167.42.45',1651532019),(1189733,'guest','failed_login','Users','Session','tech1',0,0,'42.200.169.14',1651532334),(1189734,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:303:2e08::',1651532617),(1189735,'guest','failed_login','Users','Session','drmap',0,0,'115.79.40.7',1651532627),(1189736,'guest','failed_login','Users','Session','[login]',0,0,'115.79.40.7',1651532627),(1189737,'guest','failed_login','Users','Session','drmap',0,0,'89.245.4.173',1651532633),(1189738,'guest','failed_login','Users','Session','tech1',0,0,'144.91.75.9',1651532684),(1189739,'guest','failed_login','Users','Session','drmap',0,0,'185.93.69.91',1651532740),(1189740,'guest','failed_login','Users','Session','[login]',0,0,'185.93.69.91',1651532741),(1189741,'guest','failed_login','Users','Session','tech1',0,0,'107.161.177.10',1651532997),(1189742,'guest','failed_login','Users','Session','dmytro',0,0,'107.150.36.76',1651533092),(1189743,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:252:1ec::2',1651533096),(1189744,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.58',1651533143),(1189745,'guest','failed_login','Users','Session','drmap',0,0,'159.89.204.193',1651533259),(1189746,'guest','failed_login','Users','Session','tech1',0,0,'185.252.31.180',1651533307),(1189747,'guest','failed_login','Users','Session','drmap',0,0,'43.240.113.89',1651533417),(1189748,'guest','failed_login','Users','Session','tech1',0,0,'69.30.229.70',1651533436),(1189749,'guest','failed_login','Users','Session','tech1',0,0,'188.166.183.39',1651533586),(1189750,'guest','failed_login','Users','Session','drmap',0,0,'13.79.17.158',1651533596),(1189751,'guest','failed_login','Users','Session','tech1',0,0,'143.198.173.67',1651533638),(1189752,'guest','failed_login','Users','Session','drmap',0,0,'155.138.228.230',1651533698),(1189753,'guest','failed_login','Users','Session','drmap',0,0,'157.245.185.172',1651533909),(1189754,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::42',1651533965),(1189755,'guest','failed_login','Users','Session','drmap',0,0,'91.238.162.172',1651534172),(1189756,'guest','failed_login','Users','Session','[login]',0,0,'91.238.162.172',1651534172),(1189757,'guest','failed_login','Users','Session','tech1',0,0,'190.145.68.131',1651534275),(1189758,'guest','failed_login','Users','Session','drmap',0,0,'2a01:4f8:190:50d0::2',1651534360),(1189759,'guest','failed_login','Users','Session','tech1',0,0,'151.106.41.64',1651534542),(1189760,'guest','failed_login','Users','Session','drmap',0,0,'2001:470:c:7e2::2',1651534553),(1189761,'guest','failed_login','Users','Session','tech1',0,0,'85.214.38.127',1651534611),(1189762,'guest','failed_login','Users','Session','drmap',0,0,'103.3.247.65',1651534644),(1189763,'guest','failed_login','Users','Session','drmap',0,0,'159.89.165.49',1651534909),(1189764,'guest','failed_login','Users','Session','tech1',0,0,'2a03:b0c0:3:e0::150:5001',1651534946),(1189765,'guest','failed_login','Users','Session','tech1',0,0,'124.222.116.35',1651535262),(1189766,'guest','failed_login','Users','Session','drmap',0,0,'153.120.18.31',1651535307),(1189767,'guest','failed_login','Users','Session','drmap',0,0,'74.91.17.82',1651535456),(1189768,'guest','failed_login','Users','Session','tech1',0,0,'134.209.184.76',1651535501),(1189769,'guest','failed_login','Users','Session','drmap',0,0,'2607:f298:5:102f::91d:58c1',1651535511),(1189770,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::122a:c001',1651535547),(1189771,'guest','failed_login','Users','Session','[login]',0,0,'2400:6180:0:d0::122a:c001',1651535547),(1189772,'guest','failed_login','Users','Session','tech1',0,0,'143.198.173.67',1651535603),(1189773,'guest','failed_login','Users','Session','drmap',0,0,'199.203.112.161',1651535710),(1189774,'guest','failed_login','Users','Session','drmap',0,0,'5.180.185.126',1651535926),(1189775,'guest','failed_login','Users','Session','tech1',0,0,'77.77.150.95',1651535948),(1189776,'guest','failed_login','Users','Session','drmap',0,0,'157.230.216.8',1651536105),(1189777,'guest','failed_login','Users','Session','admin',0,0,'35.211.94.153',1651536263),(1189778,'guest','failed_login','Users','Session','tech1',0,0,'109.168.97.89',1651536460),(1189779,'guest','failed_login','Users','Session','drmap',0,0,'185.2.5.31',1651536471),(1189780,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::297:4001',1651536615),(1189781,'guest','failed_login','Users','Session','admin',0,0,'64.235.231.20',1651536642),(1189782,'guest','failed_login','Users','Session','drmap',0,0,'159.223.210.97',1651536715),(1189783,'guest','failed_login','Users','Session','tech1',0,0,'107.152.234.218',1651536943),(1189784,'guest','failed_login','Users','Session','drmap',0,0,'128.199.147.151',1651537093),(1189785,'guest','failed_login','Users','Session','[login]',0,0,'128.199.147.151',1651537093),(1189786,'guest','failed_login','Users','Session','tech1',0,0,'104.248.144.242',1651537279),(1189787,'guest','failed_login','Users','Session','drmap',0,0,'155.138.228.230',1651537291),(1189788,'guest','failed_login','Users','Session','[login]',0,0,'155.138.228.230',1651537291),(1189789,'guest','failed_login','Users','Session','tech1',0,0,'185.2.5.25',1651537423),(1189790,'guest','failed_login','Users','Session','drmap',0,0,'46.29.23.162',1651537432),(1189791,'guest','failed_login','Users','Session','drmap',0,0,'46.101.62.105',1651537462),(1189792,'guest','failed_login','Users','Session','tech1',0,0,'147.182.248.182',1651537622),(1189793,'guest','failed_login','Users','Session','drmap',0,0,'178.62.10.71',1651537806),(1189794,'guest','failed_login','Users','Session','tech1',0,0,'162.144.49.214',1651537976),(1189795,'guest','failed_login','Users','Session','drmap',0,0,'20.188.35.210',1651538040),(1189796,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:100:d0::bd5:1001',1651538193),(1189797,'guest','failed_login','Users','Session','tech1',0,0,'2001:41d0:c:b1a::',1651538336),(1189798,'guest','failed_login','Users','Session','tech1',0,0,'167.99.252.52',1651538387),(1189799,'guest','failed_login','Users','Session','drmap',0,0,'82.166.39.15',1651538397),(1189800,'guest','failed_login','Users','Session','drmap',0,0,'159.203.76.123',1651538592),(1189801,'guest','failed_login','Users','Session','[login]',0,0,'159.203.76.123',1651538592),(1189802,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1651538713),(1189803,'guest','failed_login','Users','Session','drmap',0,0,'125.212.243.237',1651538834),(1189804,'guest','failed_login','Users','Session','tech1',0,0,'35.211.94.153',1651539044),(1189805,'guest','failed_login','Users','Session','drmap',0,0,'2a01:8740:ffff:fffb:0:4eff:fe80:2b6b',1651539292),(1189806,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::1117:2001',1651539355),(1189807,'guest','failed_login','Users','Session','tech1',0,0,'35.225.94.95',1651539380),(1189808,'guest','failed_login','Users','Session','drmap',0,0,'2a05:d014:c44:6e00:75c8:9492:13e2:b23c',1651539471),(1189809,'guest','failed_login','Users','Session','tech1',0,0,'65.21.96.11',1651539752),(1189810,'guest','failed_login','Users','Session','drmap',0,0,'161.117.231.76',1651539779),(1189811,'guest','failed_login','Users','Session','troy',0,0,'204.12.215.61',1651539850),(1189812,'guest','failed_login','Users','Session','drmap',0,0,'103.75.184.179',1651540035),(1189813,'guest','failed_login','Users','Session','[login]',0,0,'103.75.184.179',1651540036),(1189814,'guest','failed_login','Users','Session','tech1',0,0,'107.180.107.103',1651540105),(1189815,'guest','failed_login','Users','Session','tech1',0,0,'192.169.152.218',1651540309),(1189816,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.114',1651540319),(1189817,'guest','failed_login','Users','Session','tech1',0,0,'104.131.60.249',1651540450),(1189818,'guest','failed_login','Users','Session','drmap',0,0,'139.59.142.249',1651540567),(1189819,'guest','failed_login','Users','Session','drmap',0,0,'139.59.109.241',1651540681),(1189820,'guest','failed_login','Users','Session','[login]',0,0,'139.59.109.241',1651540681),(1189821,'guest','failed_login','Users','Session','tech1',0,0,'2a00:d680:20:50::cdb4',1651540827),(1189822,'guest','failed_login','Users','Session','drmap',0,0,'72.167.40.5',1651540958),(1189823,'guest','failed_login','Users','Session','tech1',0,0,'69.197.155.227',1651540987),(1189824,'guest','failed_login','Users','Session','tech1',0,0,'35.193.222.165',1651541185),(1189825,'guest','failed_login','Users','Session','drmap',0,0,'54.37.139.105',1651541200),(1189826,'guest','failed_login','Users','Session','drmap',0,0,'106.54.20.135',1651541290),(1189827,'guest','failed_login','Users','Session','drmap',0,0,'159.89.23.231',1651541444),(1189828,'guest','failed_login','Users','Session','[login]',0,0,'159.89.23.231',1651541445),(1189829,'guest','failed_login','Users','Session','tech1',0,0,'85.214.38.127',1651541550),(1189830,'guest','failed_login','Users','Session','drmap',0,0,'115.79.40.7',1651541672),(1189831,'guest','failed_login','Users','Session','[login]',0,0,'115.79.40.7',1651541672),(1189832,'guest','failed_login','Users','Session','drmap',0,0,'142.93.48.70',1651541776),(1189833,'guest','failed_login','Users','Session','[login]',0,0,'142.93.48.70',1651541777),(1189834,'guest','failed_login','Users','Session','tech1',0,0,'82.97.10.157',1651541902),(1189835,'guest','failed_login','Users','Session','drmap',0,0,'62.214.244.182',1651542049),(1189836,'guest','failed_login','Users','Session','[login]',0,0,'62.214.244.182',1651542050),(1189837,'guest','failed_login','Users','Session','tech1',0,0,'8.210.146.161',1651542242),(1189838,'guest','failed_login','Users','Session','drmap',0,0,'141.94.247.170',1651542252),(1189839,'guest','failed_login','Users','Session','tech1',0,0,'39.98.224.201',1651542273),(1189840,'guest','failed_login','Users','Session','drmap',0,0,'2607:5501:3000:1f47::2',1651542311),(1189841,'guest','failed_login','Users','Session','drmap',0,0,'198.27.90.145',1651542538),(1189842,'guest','failed_login','Users','Session','tech1',0,0,'47.104.66.61',1651542636),(1189843,'guest','failed_login','Users','Session','drmap',0,0,'2607:5501:3000:1f47::2',1651542810),(1189844,'guest','failed_login','Users','Session','tech1',0,0,'35.211.94.153',1651543010),(1189845,'guest','failed_login','Users','Session','drmap',0,0,'3.97.144.85',1651543053),(1189846,'guest','failed_login','Users','Session','[login]',0,0,'3.97.144.85',1651543075),(1189847,'guest','failed_login','Users','Session','tech1',0,0,'137.184.117.52',1651543199),(1189848,'guest','failed_login','Users','Session','drmap',0,0,'81.88.52.222',1651543211),(1189849,'guest','failed_login','Users','Session','drmap',0,0,'199.203.112.161',1651543294),(1189850,'guest','failed_login','Users','Session','tech1',0,0,'138.197.173.121',1651543382),(1189851,'guest','failed_login','Users','Session','drmap',0,0,'202.92.5.170',1651543462),(1189852,'guest','failed_login','Users','Session','drmap',0,0,'204.12.255.60',1651543603),(1189853,'guest','failed_login','Users','Session','drmap',0,0,'104.248.165.17',1651543665),(1189854,'guest','failed_login','Users','Session','tech1',0,0,'45.125.239.179',1651543744),(1189855,'guest','failed_login','Users','Session','drmap',0,0,'210.186.47.57',1651544006),(1189856,'guest','failed_login','Users','Session','tech1',0,0,'150.95.110.113',1651544130),(1189857,'guest','failed_login','Users','Session','drmap',0,0,'54.219.196.222',1651544165),(1189858,'guest','failed_login','Users','Session','[login]',0,0,'54.219.196.222',1651544166),(1189859,'guest','failed_login','Users','Session','tech1',0,0,'162.144.87.29',1651544171),(1189860,'guest','failed_login','Users','Session','drmap',0,0,'69.163.186.158',1651544180),(1189861,'guest','failed_login','Users','Session','drmap',0,0,'62.214.245.178',1651544302),(1189862,'guest','failed_login','Users','Session','dmytro',0,0,'74.91.17.82',1651544396),(1189863,'guest','failed_login','Users','Session','tech1',0,0,'118.69.173.205',1651544485),(1189864,'guest','failed_login','Users','Session','drmap',0,0,'157.230.253.37',1651544506),(1189865,'guest','failed_login','Users','Session','drmap',0,0,'92.63.110.71',1651544813),(1189866,'guest','failed_login','Users','Session','tech1',0,0,'81.70.151.13',1651544870),(1189867,'guest','failed_login','Users','Session','drmap',0,0,'194.146.50.22',1651545051),(1189868,'guest','failed_login','Users','Session','[login]',0,0,'194.146.50.22',1651545051),(1189869,'guest','failed_login','Users','Session','drmap',0,0,'80.249.174.66',1651545149),(1189870,'guest','failed_login','Users','Session','tech1',0,0,'51.210.251.22',1651545261),(1189871,'guest','failed_login','Users','Session','drmap',0,0,'137.184.73.37',1651545309),(1189872,'guest','failed_login','Users','Session','drmap',0,0,'45.236.130.240',1651545588),(1189873,'guest','failed_login','Users','Session','[login]',0,0,'45.236.130.240',1651545588),(1189874,'guest','failed_login','Users','Session','tech1',0,0,'107.180.107.103',1651545644),(1189875,'guest','failed_login','Users','Session','drmap',0,0,'3.94.99.234',1651545772),(1189876,'guest','failed_login','Users','Session','[login]',0,0,'3.94.99.234',1651545772),(1189877,'guest','failed_login','Users','Session','tech1',0,0,'35.211.94.153',1651546030),(1189878,'guest','failed_login','Users','Session','drmap',0,0,'2a02:c207:2032:9032::1',1651546072),(1189879,'guest','failed_login','Users','Session','[login]',0,0,'2a02:c207:2032:9032::1',1651546073),(1189880,'guest','failed_login','Users','Session','tech1',0,0,'175.45.125.65',1651546105),(1189881,'guest','failed_login','Users','Session','drmap',0,0,'51.91.151.60',1651546114),(1189882,'guest','failed_login','Users','Session','drmap',0,0,'5.180.185.126',1651546288),(1189883,'guest','failed_login','Users','Session','tech1',0,0,'43.241.58.180',1651546392),(1189884,'guest','failed_login','Users','Session','drmap',0,0,'167.172.96.13',1651546520),(1189885,'guest','failed_login','Users','Session','drmap',0,0,'68.183.83.105',1651546708),(1189886,'guest','failed_login','Users','Session','tech1',0,0,'120.79.8.125',1651546772),(1189887,'guest','failed_login','Users','Session','drmap',0,0,'163.44.154.211',1651546935),(1189888,'guest','failed_login','Users','Session','[login]',0,0,'163.44.154.211',1651546935),(1189889,'guest','failed_login','Users','Session','tech1',0,0,'2a00:5da0:1000:1::27',1651547069),(1189890,'guest','failed_login','Users','Session','drmap',0,0,'194.233.80.204',1651547079),(1189891,'guest','failed_login','Users','Session','drmap',0,0,'199.203.112.161',1651547141),(1189892,'guest','failed_login','Users','Session','[login]',0,0,'199.203.112.161',1651547141),(1189893,'guest','failed_login','Users','Session','tech1',0,0,'45.135.165.167',1651547193),(1189894,'guest','failed_login','Users','Session','drmap',0,0,'34.134.138.49',1651547367),(1189895,'guest','failed_login','Users','Session','tech1',0,0,'67.205.31.50',1651547551),(1189896,'guest','failed_login','Users','Session','drmap',0,0,'92.63.110.71',1651547571),(1189897,'guest','failed_login','Users','Session','drmap',0,0,'195.225.76.130',1651547787),(1189898,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::53b:1',1651547926),(1189899,'guest','failed_login','Users','Session','tech1',0,0,'193.151.131.151',1651548043),(1189900,'guest','failed_login','Users','Session','drmap',0,0,'128.199.14.4',1651548053),(1189901,'guest','failed_login','Users','Session','drmap',0,0,'45.236.130.240',1651548100),(1189902,'guest','failed_login','Users','Session','[login]',0,0,'45.236.130.240',1651548100),(1189903,'guest','failed_login','Users','Session','tech1',0,0,'35.198.25.12',1651548314),(1189904,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::122a:c001',1651548348),(1189905,'guest','failed_login','Users','Session','[login]',0,0,'2400:6180:0:d0::122a:c001',1651548349),(1189906,'guest','failed_login','Users','Session','drmap',0,0,'159.89.204.193',1651548605),(1189907,'guest','failed_login','Users','Session','[login]',0,0,'159.89.204.193',1651548605),(1189908,'guest','failed_login','Users','Session','tech1',0,0,'62.255.126.88',1651548710),(1189909,'guest','failed_login','Users','Session','drmap',0,0,'2604:2dc0:100:3935::',1651548843),(1189910,'guest','failed_login','Users','Session','[login]',0,0,'2604:2dc0:100:3935::',1651548844),(1189911,'guest','failed_login','Users','Session','drmap',0,0,'194.233.80.204',1651549027),(1189912,'guest','failed_login','Users','Session','tech1',0,0,'151.106.35.235',1651549098),(1189913,'guest','failed_login','Users','Session','drmap',0,0,'120.55.169.254',1651549332),(1189914,'guest','failed_login','Users','Session','tech1',0,0,'74.208.34.233',1651549473),(1189915,'guest','failed_login','Users','Session','drmap',0,0,'15.223.131.182',1651549552),(1189916,'guest','failed_login','Users','Session','drmap',0,0,'159.89.23.231',1651549792),(1189917,'guest','failed_login','Users','Session','tech1',0,0,'116.255.178.218',1651549903),(1189918,'guest','failed_login','Users','Session','drmap',0,0,'2607:5501:3000:1f47::2',1651549969),(1189919,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:400:d0::1792:5001',1651549998),(1189920,'guest','failed_login','Users','Session','troy',0,0,'69.197.154.21',1651550062),(1189921,'guest','failed_login','Users','Session','drmap',0,0,'167.172.96.13',1651550071),(1189922,'guest','failed_login','Users','Session','tech1',0,0,'51.15.160.148',1651550258),(1189923,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:2:d0::de5:3001',1651550275),(1189924,'guest','failed_login','Users','Session','tech1',0,0,'125.227.127.195',1651550634),(1189925,'guest','failed_login','Users','Session','drmap',0,0,'103.77.160.73',1651550640),(1189926,'guest','failed_login','Users','Session','[login]',0,0,'103.77.160.73',1651550640),(1189927,'guest','failed_login','Users','Session','drmap',0,0,'178.62.19.232',1651550860),(1189928,'guest','failed_login','Users','Session','drmap',0,0,'185.2.4.44',1651550966),(1189929,'guest','failed_login','Users','Session','tech1',0,0,'2607:f1c0:842:3400::5c:29d',1651551022),(1189930,'guest','failed_login','Users','Session','drmap',0,0,'3.7.61.174',1651551126),(1189931,'guest','failed_login','Users','Session','[login]',0,0,'3.7.61.174',1651551129),(1189932,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551198),(1189933,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551199),(1189934,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551200),(1189935,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551201),(1189936,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551202),(1189937,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551203),(1189938,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551204),(1189939,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551205),(1189940,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551206),(1189941,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551207),(1189942,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551208),(1189943,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551209),(1189944,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551210),(1189945,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551211),(1189946,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551212),(1189947,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551213),(1189948,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551214),(1189949,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551215),(1189950,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551216),(1189951,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551217),(1189952,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551218),(1189953,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551219),(1189954,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551220),(1189955,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551221),(1189956,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551222),(1189957,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551223),(1189958,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551224),(1189959,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551225),(1189960,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551226),(1189961,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551227),(1189962,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551228),(1189963,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551229),(1189964,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551230),(1189965,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551231),(1189966,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551232),(1189967,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551233),(1189968,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551234),(1189969,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551235),(1189970,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551236),(1189971,'guest','failed_login','Users','Session','drmap',0,0,'209.126.8.92',1651551367),(1189972,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551668),(1189973,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551669),(1189974,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551670),(1189975,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551671),(1189976,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551672),(1189977,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551673),(1189978,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551674),(1189979,'guest','failed_login','Users','Session','drmap',0,0,'37.9.13.206',1651551674),(1189980,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551675),(1189981,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551676),(1189982,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551677),(1189983,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551678),(1189984,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551679),(1189985,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551680),(1189986,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551681),(1189987,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551682),(1189988,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551683),(1189989,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551684),(1189990,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551685),(1189991,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551686),(1189992,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551687),(1189993,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551688),(1189994,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551689),(1189995,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551690),(1189996,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551691),(1189997,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551692),(1189998,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551693),(1189999,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551694),(1190000,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551695),(1190001,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551696),(1190002,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551697),(1190003,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551698),(1190004,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551699),(1190005,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551700),(1190006,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551701),(1190007,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551702),(1190008,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551703),(1190009,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551704),(1190010,'guest','failed_login','Users','Session','tech1',0,0,'167.99.73.208',1651551705),(1190011,'guest','failed_login','Users','Session','drmap',0,0,'2a05:d014:c44:6e00:75c8:9492:13e2:b23c',1651551808),(1190012,'guest','failed_login','Users','Session','[login]',0,0,'2a05:d014:c44:6e00:75c8:9492:13e2:b23c',1651551809),(1190013,'guest','failed_login','Users','Session','tech1',0,0,'193.231.129.34',1651551823),(1190014,'guest','failed_login','Users','Session','tech1',0,0,'144.91.117.193',1651551922),(1190015,'guest','failed_login','Users','Session','drmap',0,0,'134.209.184.76',1651551934),(1190016,'guest','failed_login','Users','Session','drmap',0,0,'209.126.8.92',1651552110),(1190017,'guest','failed_login','Users','Session','tech1',0,0,'118.69.173.205',1651552205),(1190018,'guest','failed_login','Users','Session','drmap',0,0,'165.22.38.217',1651552258),(1190019,'guest','failed_login','Users','Session','[login]',0,0,'165.22.38.217',1651552258),(1190020,'guest','failed_login','Users','Session','drmap',0,0,'2a01:8740:ffff:fffb:0:4eff:fe80:2b6b',1651552572),(1190021,'guest','failed_login','Users','Session','[login]',0,0,'2a01:8740:ffff:fffb:0:4eff:fe80:2b6b',1651552572),(1190022,'guest','failed_login','Users','Session','tech1',0,0,'62.233.120.26',1651552621),(1190023,'guest','failed_login','Users','Session','drmap',0,0,'18.134.38.8',1651552802),(1190024,'guest','failed_login','Users','Session','[login]',0,0,'18.134.38.8',1651552802),(1190025,'guest','failed_login','Users','Session','tech1',0,0,'188.166.226.196',1651552896),(1190026,'guest','failed_login','Users','Session','drmap',0,0,'159.89.160.120',1651552906),(1190027,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:400:d0::1777:f001',1651552932),(1190028,'guest','failed_login','Users','Session','tech1',0,0,'34.176.50.114',1651553005),(1190029,'guest','failed_login','Users','Session','drmap',0,0,'212.115.42.7',1651553259),(1190030,'guest','failed_login','Users','Session','[login]',0,0,'212.115.42.7',1651553259),(1190031,'guest','failed_login','Users','Session','tech1',0,0,'65.21.96.11',1651553428),(1190032,'guest','failed_login','Users','Session','drmap',0,0,'2001:41d0:401:3000::5f77',1651553718),(1190033,'guest','failed_login','Users','Session','tech1',0,0,'82.97.10.157',1651553796),(1190034,'guest','failed_login','Users','Session','tech1',0,0,'2400:6180:0:d0::12df:b001',1651553863),(1190035,'guest','failed_login','Users','Session','drmap',0,0,'104.168.36.11',1651553873),(1190036,'guest','failed_login','Users','Session','drmap',0,0,'103.245.72.30',1651553950),(1190037,'guest','failed_login','Users','Session','drmap',0,0,'2a05:d014:c44:6e00:75c8:9492:13e2:b23c',1651554148),(1190038,'guest','failed_login','Users','Session','tech1',0,0,'104.248.225.59',1651554211),(1190039,'guest','failed_login','Users','Session','drmap',0,0,'178.62.6.225',1651554426),(1190040,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:161:1d2::2',1651554612),(1190041,'guest','failed_login','Users','Session','drmap',0,0,'5.180.185.126',1651554712),(1190042,'guest','failed_login','Users','Session','tech1',0,0,'47.98.207.210',1651554836),(1190043,'guest','failed_login','Users','Session','drmap',0,0,'46.29.23.162',1651554846),(1190044,'guest','failed_login','Users','Session','drmap',0,0,'18.141.178.13',1651554923),(1190045,'guest','failed_login','Users','Session','tech1',0,0,'192.99.76.111',1651555012),(1190046,'guest','failed_login','Users','Session','drmap',0,0,'99.79.67.96',1651555150),(1190047,'guest','failed_login','Users','Session','drmap',0,0,'137.184.138.182',1651555277),(1190048,'guest','failed_login','Users','Session','tech1',0,0,'35.211.94.153',1651555412),(1190049,'guest','failed_login','Users','Session','drmap',0,0,'198.199.81.178',1651555562),(1190050,'guest','failed_login','Users','Session','[login]',0,0,'198.199.81.178',1651555563),(1190051,'guest','failed_login','Users','Session','drmap',0,0,'46.101.62.105',1651555712),(1190052,'guest','failed_login','Users','Session','drmap',0,0,'92.204.138.28',1651555813),(1190053,'guest','failed_login','Users','Session','tech1',0,0,'2a01:7c8:aac7:50a::1',1651555818),(1190054,'guest','failed_login','Users','Session','drmap',0,0,'35.246.197.88',1651556017),(1190055,'guest','failed_login','Users','Session','tech1',0,0,'207.55.255.20',1651556229),(1190056,'guest','failed_login','Users','Session','drmap',0,0,'103.77.160.73',1651556260),(1190057,'guest','failed_login','Users','Session','drmap',0,0,'68.183.235.106',1651556515),(1190058,'guest','failed_login','Users','Session','[login]',0,0,'68.183.235.106',1651556515),(1190059,'guest','failed_login','Users','Session','tech1',0,0,'47.91.87.213',1651556640),(1190060,'guest','failed_login','Users','Session','drmap',0,0,'99.79.67.96',1651556745),(1190061,'guest','failed_login','Users','Session','tech1',0,0,'2a01:4f8:c010:a209::1',1651556782),(1190062,'guest','failed_login','Users','Session','drmap',0,0,'185.50.199.194',1651556792),(1190063,'guest','failed_login','Users','Session','tech1',0,0,'213.175.208.121',1651557050),(1190064,'guest','failed_login','Users','Session','drmap',0,0,'45.236.130.240',1651557068),(1190065,'guest','failed_login','Users','Session','[login]',0,0,'45.236.130.240',1651557069),(1190066,'guest','failed_login','Users','Session','drmap',0,0,'167.172.96.13',1651557301),(1190067,'guest','failed_login','Users','Session','tech1',0,0,'176.235.216.155',1651557474),(1190068,'guest','failed_login','Users','Session','drmap',0,0,'211.238.13.155',1651557537),(1190069,'guest','failed_login','Users','Session','[login]',0,0,'211.238.13.155',1651557537),(1190070,'guest','failed_login','Users','Session','drmap',0,0,'159.223.97.177',1651557653),(1190071,'guest','failed_login','Users','Session','tech1',0,0,'35.195.252.29',1651557758),(1190072,'guest','failed_login','Users','Session','tech1',0,0,'185.252.31.180',1651557862),(1190073,'guest','failed_login','Users','Session','drmap',0,0,'34.207.105.17',1651558174),(1190074,'guest','failed_login','Users','Session','tech1',0,0,'103.8.238.13',1651558275),(1190075,'guest','failed_login','Users','Session','drmap',0,0,'124.222.126.137',1651558400),(1190076,'guest','failed_login','Users','Session','[login]',0,0,'124.222.126.137',1651558401),(1190077,'guest','failed_login','Users','Session','tech1',0,0,'162.241.225.216',1651558708),(1190078,'guest','failed_login','Users','Session','tech1',0,0,'173.212.212.180',1651558737),(1190079,'guest','failed_login','Users','Session','drmap',0,0,'162.215.209.69',1651558745),(1190080,'guest','failed_login','Users','Session','drmap',0,0,'211.238.13.155',1651558827),(1190081,'guest','failed_login','Users','Session','[login]',0,0,'211.238.13.155',1651558828),(1190082,'guest','failed_login','Users','Session','tech1',0,0,'173.208.153.156',1651558993),(1190083,'guest','failed_login','Users','Session','tech1',0,0,'77.77.150.95',1651559028),(1190084,'guest','failed_login','Users','Session','drmap',0,0,'52.221.18.151',1651559052),(1190085,'guest','failed_login','Users','Session','drmap',0,0,'36.89.251.105',1651559244),(1190086,'guest','failed_login','Users','Session','drmap',0,0,'137.184.73.37',1651559588),(1190087,'guest','failed_login','Users','Session','[login]',0,0,'137.184.73.37',1651559589),(1190088,'guest','failed_login','Users','Session','admin',0,0,'103.104.73.82',1651559661),(1190089,'guest','failed_login','Users','Session','tech1',0,0,'194.233.80.204',1651559686),(1190090,'guest','failed_login','Users','Session','drmap',0,0,'13.79.17.158',1651559696),(1190091,'guest','failed_login','Users','Session','drmap',0,0,'212.115.42.7',1651559857),(1190092,'guest','failed_login','Users','Session','admin',0,0,'107.161.177.10',1651559919),(1190093,'guest','failed_login','Users','Session','drmap',0,0,'34.75.123.143',1651560075),(1190094,'guest','failed_login','Users','Session','[login]',0,0,'34.75.123.143',1651560075),(1190095,'guest','failed_login','Users','Session','tech1',0,0,'43.241.58.180',1651560167),(1190096,'guest','failed_login','Users','Session','drmap',0,0,'36.89.251.105',1651560233),(1190097,'guest','failed_login','Users','Session','drmap',0,0,'69.30.230.58',1651560289),(1190098,'guest','failed_login','Users','Session','tech1',0,0,'178.128.51.162',1651560411),(1190099,'guest','failed_login','Users','Session','drmap',0,0,'195.225.76.130',1651560512),(1190100,'guest','failed_login','Users','Session','[login]',0,0,'195.225.76.130',1651560512),(1190101,'guest','failed_login','Users','Session','drmap',0,0,'2a01:7e01::f03c:93ff:fea8:dffd',1651560784),(1190102,'guest','failed_login','Users','Session','[login]',0,0,'2a01:7e01::f03c:93ff:fea8:dffd',1651560785),(1190103,'guest','failed_login','Users','Session','tech1',0,0,'103.212.43.29',1651560951),(1190104,'guest','failed_login','Users','Session','drmap',0,0,'124.222.126.137',1651561032),(1190105,'guest','failed_login','Users','Session','drmap',0,0,'142.93.48.70',1651561143),(1190106,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:2:d0::10e4:5001',1651561191),(1190107,'guest','failed_login','Users','Session','drmap',0,0,'103.245.72.30',1651561654),(1190108,'guest','failed_login','Users','Session','[login]',0,0,'103.245.72.30',1651561654),(1190109,'guest','failed_login','Users','Session','tech1',0,0,'162.215.209.69',1651561673),(1190110,'guest','failed_login','Users','Session','drmap',0,0,'2a04:3543:1000:2310:e06d:83ff:feb2:740e',1651561887),(1190111,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:3:e0::150:5001',1651561916),(1190112,'guest','failed_login','Users','Session','drmap',0,0,'173.208.153.156',1651562026),(1190113,'guest','failed_login','Users','Session','drmap',0,0,'102.219.178.121',1651562141),(1190114,'guest','failed_login','Users','Session','drmap',0,0,'137.117.42.240',1651562391),(1190115,'guest','failed_login','Users','Session','tech1',0,0,'212.103.4.29',1651562411),(1190116,'guest','failed_login','Users','Session','drmap',0,0,'178.217.190.82',1651562651),(1190117,'guest','failed_login','Users','Session','drmap',0,0,'185.93.69.91',1651562682),(1190118,'guest','failed_login','Users','Session','drmap',0,0,'2a03:b0c0:3:d0::c2a:e001',1651562950),(1190119,'guest','failed_login','Users','Session','testseo',0,0,'69.30.229.66',1651563007),(1190120,'guest','failed_login','Users','Session','tech1',0,0,'195.4.173.50',1651563133),(1190121,'guest','failed_login','Users','Session','drmap',0,0,'91.134.248.211',1651563161),(1190122,'guest','failed_login','Users','Session','drmap',0,0,'46.29.23.162',1651563374),(1190123,'guest','failed_login','Users','Session','drmap',0,0,'3.82.252.39',1651563377),(1190124,'guest','failed_login','Users','Session','drmap',0,0,'104.248.165.17',1651563555),(1190125,'guest','failed_login','Users','Session','drmap',0,0,'202.63.242.138',1651563853),(1190126,'guest','failed_login','Users','Session','drmap',0,0,'139.59.83.50',1651563985),(1190127,'guest','failed_login','Users','Session','drmap',0,0,'167.172.105.95',1651564111),(1190128,'guest','failed_login','Users','Session','drmap',0,0,'128.199.25.247',1651564329),(1190129,'guest','failed_login','Users','Session','drmap',0,0,'3.111.200.114',1651564515),(1190130,'guest','failed_login','Users','Session','tech1',0,0,'208.113.180.18',1651564590),(1190131,'guest','failed_login','Users','Session','drmap',0,0,'3.82.252.39',1651564737),(1190132,'guest','failed_login','Users','Session','drmap',0,0,'157.245.110.251',1651564830),(1190133,'guest','failed_login','Users','Session','drmap',0,0,'171.244.139.185',1651565029),(1190134,'guest','failed_login','Users','Session','[login]',0,0,'171.244.139.185',1651565029),(1190135,'guest','failed_login','Users','Session','drmap',0,0,'115.79.40.7',1651565306),(1190136,'guest','failed_login','Users','Session','tech1',0,0,'104.168.36.11',1651565322),(1190137,'guest','failed_login','Users','Session','troy',0,0,'204.12.202.94',1651565379),(1190138,'guest','failed_login','Users','Session','drmap',0,0,'204.12.202.94',1651565446),(1190139,'guest','failed_login','Users','Session','drmap',0,0,'208.113.192.159',1651565531),(1190140,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::11d2:e001',1651565562),(1190141,'guest','failed_login','Users','Session','drmap',0,0,'52.221.18.151',1651565791),(1190142,'guest','failed_login','Users','Session','[login]',0,0,'52.221.18.151',1651565791),(1190143,'guest','failed_login','Users','Session','tech1',0,0,'211.149.219.47',1651566045),(1190144,'guest','failed_login','Users','Session','drmap',0,0,'137.184.89.163',1651566049),(1190145,'guest','failed_login','Users','Session','drmap',0,0,'167.172.96.13',1651566269),(1190146,'guest','failed_login','Users','Session','[login]',0,0,'167.172.96.13',1651566270),(1190147,'guest','failed_login','Users','Session','drmap',0,0,'185.126.219.43',1651566281),(1190148,'guest','failed_login','Users','Session','drmap',0,0,'185.98.137.104',1651566451),(1190149,'guest','failed_login','Users','Session','tech1',0,0,'157.245.110.251',1651566761),(1190150,'guest','failed_login','Users','Session','drmap',0,0,'78.157.40.35',1651567000),(1190151,'guest','failed_login','Users','Session','drmap',0,0,'92.63.110.71',1651567121),(1190152,'guest','failed_login','Users','Session','tech1',0,0,'159.203.120.246',1651567485),(1190153,'guest','failed_login','Users','Session','drmap',0,0,'210.212.210.102',1651567611),(1190154,'guest','failed_login','Users','Session','[login]',0,0,'210.212.210.102',1651567612),(1190155,'guest','failed_login','Users','Session','drmap',0,0,'134.209.184.76',1651567731),(1190156,'guest','failed_login','Users','Session','drmap',0,0,'210.186.47.57',1651567890),(1190157,'guest','failed_login','Users','Session','drmap',0,0,'202.92.5.170',1651568066),(1190158,'guest','failed_login','Users','Session','tech1',0,0,'69.163.186.158',1651568211),(1190159,'guest','failed_login','Users','Session','drmap',0,0,'209.126.8.92',1651568360),(1190160,'guest','failed_login','Users','Session','drmap',0,0,'34.75.65.218',1651568452),(1190161,'guest','failed_login','Users','Session','drmap',0,0,'173.208.206.30',1651568797),(1190162,'guest','failed_login','Users','Session','drmap',0,0,'120.55.169.254',1651568894),(1190163,'guest','failed_login','Users','Session','[login]',0,0,'120.55.169.254',1651568895),(1190164,'guest','failed_login','Users','Session','tech1',0,0,'195.242.103.103',1651568936),(1190165,'guest','failed_login','Users','Session','drmap',0,0,'103.245.72.30',1651568994),(1190166,'guest','failed_login','Users','Session','troy',0,0,'69.30.229.66',1651569065),(1190167,'guest','failed_login','Users','Session','drmap',0,0,'2001:7f0:3000:512::514:165',1651569281),(1190168,'guest','failed_login','Users','Session','tech1',0,0,'159.89.199.237',1651569665),(1190169,'guest','failed_login','Users','Session','drmap',0,0,'2400:6180:0:d0::122a:c001',1651569725),(1190170,'guest','failed_login','Users','Session','drmap',0,0,'188.166.220.74',1651569899),(1190171,'guest','failed_login','Users','Session','[login]',0,0,'188.166.220.74',1651569899),(1190172,'guest','failed_login','Users','Session','drmap',0,0,'148.72.207.163',1651569901),(1190173,'guest','failed_login','Users','Session','drmap',0,0,'139.59.121.208',1651570158),(1190174,'guest','failed_login','Users','Session','tech1',0,0,'97.74.89.166',1651570387),(1190175,'guest','failed_login','Users','Session','drmap',0,0,'210.186.47.57',1651570434),(1190176,'guest','failed_login','Users','Session','drmap',0,0,'159.65.1.255',1651570694),(1190177,'guest','failed_login','Users','Session','[login]',0,0,'159.65.1.255',1651570694),(1190178,'guest','failed_login','Users','Session','drmap',0,0,'104.248.202.254',1651570843),(1190179,'guest','failed_login','Users','Session','[login]',0,0,'104.248.202.254',1651570848),(1190180,'guest','failed_login','Users','Session','tech1',0,0,'46.101.159.72',1651571111),(1190181,'guest','failed_login','Users','Session','[login]',0,0,'137.184.138.182',1651571115),(1190182,'guest','failed_login','Users','Session','drmap',0,0,'178.128.247.244',1651571350),(1190183,'guest','failed_login','Users','Session','drmap',0,0,'2607:5501:3000:1f47::2',1651571433),(1190184,'guest','failed_login','Users','Session','drmap',0,0,'2a05:d01c:854:1e00:abd2:681f:a1bb:b058',1651571572),(1190185,'guest','failed_login','Users','Session','drmap',0,0,'115.79.40.7',1651571801),(1190186,'guest','failed_login','Users','Session','tech1',0,0,'88.150.159.29',1651571831),(1190187,'guest','failed_login','Users','Session','drmap',0,0,'3.94.99.234',1651572071),(1190188,'guest','failed_login','Users','Session','drmap',0,0,'128.199.14.4',1651572073),(1190189,'guest','failed_login','Users','Session','drmap',0,0,'139.59.121.208',1651572310),(1190190,'guest','failed_login','Users','Session','[login]',0,0,'139.59.121.208',1651572310),(1190191,'guest','failed_login','Users','Session','drmap',0,0,'157.230.253.37',1651572446),(1190192,'guest','failed_login','Users','Session','[login]',0,0,'157.230.253.37',1651572446),(1190193,'guest','failed_login','Users','Session','tech1',0,0,'139.59.118.238',1651572557),(1190194,'guest','failed_login','Users','Session','drmap',0,0,'64.227.178.13',1651572699),(1190195,'guest','failed_login','Users','Session','drmap',0,0,'2604:a880:400:d0::1a04:a001',1651572799),(1190196,'guest','failed_login','Users','Session','drmap',0,0,'18.176.185.173',1651572978),(1190197,'guest','failed_login','Users','Session','drmap',0,0,'139.59.83.50',1651573150),(1190198,'guest','failed_login','Users','Session','tech1',0,0,'167.172.168.111',1651573285),(1190199,'guest','failed_login','Users','Session','drmap',0,0,'5.180.185.126',1651573480),(1190200,'guest','failed_login','Users','Session','[login]',0,0,'5.180.185.126',1651573481),(1190201,'guest','failed_login','Users','Session','drmap',0,0,'139.59.75.162',1651573525),(1190202,'administrator','installed','Plugins','0.4.6','Show Current Template',0,1,'67.52.72.234',1651573545),(1190203,'administrator','activated','Plugins','','Show Current Template',0,1,'67.52.72.234',1651573561),(1190204,'administrator','updated','Users','Profile','tech1',1,1,'67.52.72.234',1651573573),(1190205,'administrator','updated','Posts','portfolio','Hangover IV',1804,1,'67.52.72.234',1651573907),(1190206,'guest','failed_login','Users','Session','drmap',0,0,'104.248.15.201',1651573924),(1190207,'guest','failed_login','Users','Session','tech1',0,0,'35.197.204.193',1651574010),(1190208,'administrator','updated','Themes','pistis Child','Theme Customizer',0,1,'67.52.72.234',1651574214),(1190209,'administrator','trashed','Posts','customize_changeset','(no title)',3414,1,'67.52.72.234',1651574214),(1190210,'administrator','updated','Posts','customize_changeset','(no title)',3414,1,'67.52.72.234',1651574214),(1190211,'guest','failed_login','Users','Session','drmap',0,0,'137.184.73.37',1651574269),(1190212,'guest','failed_login','Users','Session','[login]',0,0,'137.184.73.37',1651574270),(1190213,'guest','failed_login','Users','Session','drmap',0,0,'99.79.67.96',1651574464),(1190214,'guest','failed_login','Users','Session','[login]',0,0,'99.79.67.96',1651574465),(1190215,'guest','failed_login','Users','Session','drmap',0,0,'34.207.105.17',1651574692),(1190216,'guest','failed_login','Users','Session','tech1',0,0,'81.88.52.221',1651574736),(1190217,'guest','failed_login','Users','Session','drmap',0,0,'159.203.76.123',1651574833),(1190218,'administrator','deactivated','Plugins','','Activity Log',0,1,'67.52.72.234',1651574938);
/*!40000 ALTER TABLE `wp_aryo_activity_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_booking`
--

DROP TABLE IF EXISTS `wp_booking`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_booking` (
  `booking_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `trash` bigint(10) NOT NULL DEFAULT 0,
  `sync_gid` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `is_new` bigint(10) NOT NULL DEFAULT 1,
  `status` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sort_date` datetime DEFAULT NULL,
  `modification_date` datetime DEFAULT NULL,
  `form` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `booking_type` bigint(10) NOT NULL DEFAULT 1,
  PRIMARY KEY (`booking_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_booking`
--

LOCK TABLES `wp_booking` WRITE;
/*!40000 ALTER TABLE `wp_booking` DISABLE KEYS */;
INSERT INTO `wp_booking` VALUES (1,0,'',1,'','2018-11-04 00:00:00','2018-11-02 21:02:23','text^name1^Jony~text^secondname1^Smith~text^email1^[email protected]~text^phone1^458-77-77~textarea^details1^Reserve a room with sea view',1);
/*!40000 ALTER TABLE `wp_booking` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bookly_appointments`
--

DROP TABLE IF EXISTS `wp_bookly_appointments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_appointments` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `location_id` int(10) unsigned DEFAULT NULL,
  `staff_id` int(10) unsigned NOT NULL,
  `staff_any` tinyint(1) NOT NULL DEFAULT 0,
  `service_id` int(10) unsigned DEFAULT NULL,
  `custom_service_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `custom_service_price` decimal(10,2) DEFAULT NULL,
  `start_date` datetime DEFAULT NULL,
  `end_date` datetime DEFAULT NULL,
  `extras_duration` int(11) NOT NULL DEFAULT 0,
  `internal_note` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `google_event_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `google_event_etag` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `outlook_event_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `outlook_event_change_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `outlook_event_series_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `online_meeting_provider` enum('zoom','google_meet','jitsi','bbb') COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `online_meeting_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `online_meeting_data` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_from` enum('bookly','google','outlook') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'bookly',
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `staff_id` (`staff_id`),
  KEY `service_id` (`service_id`),
  CONSTRAINT `wp_bookly_appointments_ibfk_1` FOREIGN KEY (`staff_id`) REFERENCES `wp_bookly_staff` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  CONSTRAINT `wp_bookly_appointments_ibfk_2` FOREIGN KEY (`service_id`) REFERENCES `wp_bookly_services` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=443 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_appointments`
--

LOCK TABLES `wp_bookly_appointments` WRITE;
/*!40000 ALTER TABLE `wp_bookly_appointments` DISABLE KEYS */;
INSERT INTO `wp_bookly_appointments` VALUES (141,NULL,5,0,4,NULL,NULL,'2020-10-31 13:00:00','2020-10-31 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2020-10-31 11:55:02','2020-10-31 11:55:02'),(142,NULL,5,0,26,NULL,NULL,'2020-11-19 12:00:00','2020-11-19 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2020-11-18 22:05:04','2020-11-18 22:05:04'),(143,NULL,5,0,19,NULL,NULL,'2020-11-19 16:00:00','2020-11-19 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2020-11-19 13:30:57','2020-11-19 13:30:57'),(144,NULL,5,0,4,NULL,NULL,'2020-11-22 12:00:00','2020-11-22 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2020-11-21 22:26:10','2020-11-21 22:26:10'),(145,NULL,5,0,5,NULL,NULL,'2020-12-01 15:00:00','2020-12-01 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2020-12-01 13:10:05','2020-12-01 13:10:05'),(146,NULL,5,0,4,NULL,NULL,'2020-12-06 13:00:00','2020-12-06 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2020-12-06 11:42:42','2020-12-06 11:42:42'),(147,NULL,5,0,5,NULL,NULL,'2020-12-10 10:00:00','2020-12-10 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2020-12-09 13:50:28','2020-12-09 13:50:28'),(148,NULL,5,0,22,NULL,NULL,'2020-12-22 11:00:00','2020-12-22 12:00:00',0,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2020-12-22 08:13:29','2020-12-22 08:13:29'),(149,NULL,5,0,22,NULL,NULL,'2020-12-26 16:00:00','2020-12-26 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2020-12-26 13:57:35','2020-12-26 13:57:35'),(150,NULL,5,0,1,NULL,NULL,'2020-12-27 18:00:00','2020-12-27 19:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2020-12-27 16:22:03','2020-12-27 16:22:03'),(151,NULL,5,0,4,NULL,NULL,'2021-01-07 12:00:00','2021-01-07 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-01-07 10:53:29','2021-01-07 10:53:29'),(152,NULL,5,0,4,NULL,NULL,'2021-01-08 17:00:00','2021-01-08 18:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-01-08 15:27:44','2021-01-08 15:27:44'),(153,NULL,5,0,4,NULL,NULL,'2021-01-09 12:00:00','2021-01-09 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-01-09 10:11:16','2021-01-09 10:11:16'),(154,NULL,5,0,2,NULL,NULL,'2021-01-10 18:00:00','2021-01-10 19:00:00',0,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-01-10 15:52:18','2021-01-10 15:52:18'),(155,NULL,5,0,9,NULL,NULL,'2021-08-21 15:00:00','2021-08-21 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-01-14 22:03:14','2021-01-14 22:03:14'),(156,NULL,5,0,9,NULL,NULL,'2021-08-21 16:00:00','2021-08-21 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-01-14 22:03:14','2021-01-14 22:03:14'),(157,NULL,5,0,9,NULL,NULL,'2021-08-20 12:00:00','2021-08-20 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-01-14 22:03:14','2021-01-14 22:03:14'),(158,NULL,5,0,9,NULL,NULL,'2021-08-20 13:00:00','2021-08-20 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-01-14 22:03:14','2021-01-14 22:03:14'),(159,NULL,5,0,4,NULL,NULL,'2021-01-15 12:00:00','2021-01-15 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-01-15 10:07:08','2021-01-15 10:07:08'),(160,NULL,5,0,4,NULL,NULL,'2021-01-16 12:00:00','2021-01-16 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-01-16 09:10:57','2021-01-16 09:10:57'),(161,NULL,5,0,4,NULL,NULL,'2021-01-16 14:00:00','2021-01-16 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-01-16 12:47:42','2021-01-16 12:47:42'),(162,NULL,5,0,4,NULL,NULL,'2021-01-16 15:00:00','2021-01-16 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-01-16 12:53:13','2021-01-16 12:53:13'),(163,NULL,5,0,20,NULL,NULL,'2021-01-16 16:00:00','2021-01-16 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-01-16 13:59:18','2021-01-16 13:59:18'),(164,NULL,5,0,20,NULL,NULL,'2021-01-16 17:00:00','2021-01-16 18:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-01-16 13:59:18','2021-01-16 13:59:18'),(165,NULL,5,0,4,NULL,NULL,'2021-01-17 17:00:00','2021-01-17 18:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-01-17 16:00:55','2021-01-17 16:00:55'),(166,NULL,5,0,20,NULL,NULL,'2021-01-19 10:00:00','2021-01-19 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-01-19 08:38:35','2021-01-19 08:38:35'),(167,NULL,5,0,20,NULL,NULL,'2021-01-19 11:00:00','2021-01-19 12:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-01-19 08:38:35','2021-01-19 08:38:35'),(168,NULL,5,0,5,NULL,NULL,'2021-01-23 13:00:00','2021-01-23 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-01-22 17:52:47','2021-01-22 17:52:47'),(169,NULL,5,0,5,NULL,NULL,'2021-01-26 15:00:00','2021-01-26 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-01-26 09:16:03','2021-01-26 09:16:03'),(170,NULL,5,0,4,NULL,NULL,'2021-01-30 13:00:00','2021-01-30 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-01-30 11:14:31','2021-01-30 11:14:31'),(171,NULL,5,0,1,NULL,NULL,'2021-02-12 11:00:00','2021-02-12 12:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-02-11 11:12:46','2021-02-11 11:12:46'),(172,NULL,5,0,1,NULL,NULL,'2021-02-12 12:00:00','2021-02-12 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-02-11 11:12:46','2021-02-11 11:12:46'),(173,NULL,5,0,1,NULL,NULL,'2021-02-12 13:00:00','2021-02-12 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-02-11 11:12:46','2021-02-11 11:12:46'),(174,NULL,5,0,1,NULL,NULL,'2021-02-12 14:00:00','2021-02-12 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-02-11 11:12:46','2021-02-11 11:12:46'),(175,NULL,5,0,1,NULL,NULL,'2021-02-12 15:00:00','2021-02-12 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-02-11 11:12:46','2021-02-11 11:12:46'),(176,NULL,5,0,15,NULL,NULL,'2021-02-13 16:00:00','2021-02-13 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-02-13 14:03:07','2021-02-13 14:03:07'),(177,NULL,5,0,4,NULL,NULL,'2021-02-14 16:00:00','2021-02-14 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-02-14 14:53:40','2021-02-14 14:53:40'),(178,NULL,5,0,4,NULL,NULL,'2021-02-18 11:00:00','2021-02-18 12:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-02-16 12:22:48','2021-02-16 12:22:48'),(179,NULL,5,0,4,NULL,NULL,'2021-02-21 08:00:00','2021-02-21 09:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-02-21 06:57:05','2021-02-21 06:57:05'),(180,NULL,5,0,4,NULL,NULL,'2021-02-21 09:00:00','2021-02-21 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-02-21 06:57:05','2021-02-21 06:57:05'),(181,NULL,5,0,4,NULL,NULL,'2021-02-21 17:00:00','2021-02-21 18:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-02-21 15:46:23','2021-02-21 15:46:23'),(182,NULL,5,0,4,NULL,NULL,'2021-03-01 07:00:00','2021-03-01 08:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-02-28 16:27:38','2021-02-28 16:27:38'),(183,NULL,5,0,3,NULL,NULL,'2021-03-02 13:00:00','2021-03-02 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-03-01 12:19:29','2021-03-01 12:19:29'),(184,NULL,5,0,5,NULL,NULL,'2021-03-02 09:00:00','2021-03-02 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-03-01 15:53:16','2021-03-01 15:53:16'),(185,NULL,5,0,4,NULL,NULL,'2021-03-19 11:00:00','2021-03-19 12:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-03-01 20:18:39','2021-03-01 20:18:39'),(186,NULL,5,0,1,NULL,NULL,'2021-03-18 10:00:00','2021-03-18 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-03-01 20:26:47','2021-03-01 20:26:47'),(187,NULL,5,0,22,NULL,NULL,'2021-03-04 15:00:00','2021-03-04 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-03-04 13:52:29','2021-03-04 13:52:29'),(188,NULL,5,0,19,NULL,NULL,'2021-03-25 16:00:00','2021-03-25 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-03-05 14:50:21','2021-03-05 14:50:21'),(189,NULL,5,0,5,NULL,NULL,'2021-03-06 16:00:00','2021-03-06 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-03-06 09:44:03','2021-03-06 09:44:03'),(190,NULL,5,0,5,NULL,NULL,'2021-03-06 17:00:00','2021-03-06 18:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-03-06 09:44:03','2021-03-06 09:44:03'),(191,NULL,5,0,4,NULL,NULL,'2021-03-06 12:00:00','2021-03-06 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-03-06 10:08:16','2021-03-06 10:08:16'),(192,NULL,5,0,4,NULL,NULL,'2021-03-07 10:00:00','2021-03-07 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-03-07 08:59:48','2021-03-07 08:59:48'),(193,NULL,5,0,22,NULL,NULL,'2021-03-11 08:00:00','2021-03-11 09:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-03-10 20:43:38','2021-03-10 20:43:38'),(194,NULL,5,0,4,NULL,NULL,'2021-03-12 12:00:00','2021-03-12 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-03-12 10:53:39','2021-03-12 10:53:39'),(195,NULL,5,0,1,NULL,NULL,'2021-03-13 14:00:00','2021-03-13 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-03-13 13:01:54','2021-03-13 13:01:54'),(196,NULL,5,0,5,NULL,NULL,'2021-03-16 10:00:00','2021-03-16 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-03-15 11:52:35','2021-03-15 11:52:35'),(197,NULL,5,0,4,NULL,NULL,'2021-03-20 12:00:00','2021-03-20 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-03-20 09:03:50','2021-03-20 09:03:50'),(198,NULL,5,0,4,NULL,NULL,'2021-03-20 13:00:00','2021-03-20 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-03-20 09:03:50','2021-03-20 09:03:50'),(199,NULL,5,0,19,NULL,NULL,'2021-03-21 09:00:00','2021-03-21 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-03-21 07:37:58','2021-03-21 07:37:58'),(200,NULL,5,0,20,NULL,NULL,'2021-03-21 10:00:00','2021-03-21 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-03-21 07:37:58','2021-03-21 07:37:58'),(201,NULL,5,0,5,NULL,NULL,'2021-03-25 09:00:00','2021-03-25 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-03-24 17:34:38','2021-03-24 17:34:38'),(202,NULL,5,0,22,NULL,NULL,'2021-04-01 09:00:00','2021-04-01 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-03-31 08:50:41','2021-03-31 08:50:41'),(203,NULL,5,0,25,NULL,NULL,'2021-04-06 12:00:00','2021-04-06 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-04-02 15:07:57','2021-04-02 15:07:57'),(204,NULL,5,0,5,NULL,NULL,'2021-04-03 20:00:00','2021-04-03 21:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-04-03 17:43:41','2021-04-03 17:43:41'),(205,NULL,5,0,4,NULL,NULL,'2021-04-04 18:00:00','2021-04-04 19:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-04-04 16:02:50','2021-04-04 16:02:50'),(206,NULL,5,0,21,NULL,NULL,'2021-04-06 08:00:00','2021-04-06 09:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-04-06 06:33:55','2021-04-06 06:33:55'),(207,NULL,5,0,4,NULL,NULL,'2021-04-11 08:00:00','2021-04-11 09:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-04-08 21:59:26','2021-04-08 21:59:26'),(208,NULL,5,0,4,NULL,NULL,'2021-04-11 09:00:00','2021-04-11 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-04-11 05:55:10','2021-04-11 05:55:10'),(209,NULL,5,0,4,NULL,NULL,'2021-04-11 10:00:00','2021-04-11 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-04-11 05:55:10','2021-04-11 05:55:10'),(210,NULL,5,0,4,NULL,NULL,'2021-04-13 13:00:00','2021-04-13 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-04-13 11:51:29','2021-04-13 11:51:29'),(211,NULL,5,0,4,NULL,NULL,'2021-04-13 14:00:00','2021-04-13 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-04-13 11:51:29','2021-04-13 11:51:29'),(212,NULL,5,0,4,NULL,NULL,'2021-04-15 10:00:00','2021-04-15 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-04-15 08:29:04','2021-04-15 08:29:04'),(213,NULL,5,0,15,NULL,NULL,'2021-04-18 10:00:00','2021-04-18 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-04-18 07:43:25','2021-04-18 07:43:25'),(214,NULL,5,0,5,NULL,NULL,'2021-04-22 17:00:00','2021-04-22 18:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-04-22 15:29:35','2021-04-22 15:29:35'),(215,NULL,5,0,4,NULL,NULL,'2021-04-25 13:00:00','2021-04-25 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-04-25 11:15:50','2021-04-25 11:15:50'),(216,NULL,5,0,15,NULL,NULL,'2021-04-27 10:00:00','2021-04-27 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-04-26 13:13:48','2021-04-26 13:13:48'),(217,NULL,5,0,4,NULL,NULL,'2021-04-27 13:00:00','2021-04-27 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-04-27 11:48:58','2021-04-27 11:48:58'),(218,NULL,5,0,4,NULL,NULL,'2021-04-27 17:00:00','2021-04-27 18:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-04-27 15:54:40','2021-04-27 15:54:40'),(219,NULL,5,0,19,NULL,NULL,'2021-04-30 12:00:00','2021-04-30 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-04-29 05:53:21','2021-04-29 05:53:21'),(220,NULL,5,0,23,NULL,NULL,'2021-05-27 14:00:00','2021-05-27 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-04-29 13:30:14','2021-04-29 13:30:14'),(221,NULL,5,0,5,NULL,NULL,'2021-05-01 12:00:00','2021-05-01 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-05-01 10:00:54','2021-05-01 10:00:54'),(222,NULL,5,0,22,NULL,NULL,'2021-05-02 15:00:00','2021-05-02 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-05-02 12:58:22','2021-05-02 12:58:22'),(223,NULL,5,0,22,NULL,NULL,'2021-05-06 15:00:00','2021-05-06 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-05-06 12:58:53','2021-05-06 12:58:53'),(224,NULL,5,0,9,NULL,NULL,'2021-05-07 15:00:00','2021-05-07 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-05-07 05:54:38','2021-05-07 05:54:38'),(225,NULL,5,0,15,NULL,NULL,'2021-05-13 09:00:00','2021-05-13 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-05-12 08:48:31','2021-05-12 08:48:31'),(226,NULL,5,0,5,NULL,NULL,'2021-05-16 08:00:00','2021-05-16 09:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-05-14 08:30:30','2021-05-14 08:30:30'),(227,NULL,5,0,5,NULL,NULL,'2021-05-14 16:00:00','2021-05-14 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-05-14 11:52:37','2021-05-14 11:52:37'),(228,NULL,5,0,5,NULL,NULL,'2021-05-14 17:00:00','2021-05-14 18:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-05-14 11:52:37','2021-05-14 11:52:37'),(229,NULL,5,0,4,NULL,NULL,'2021-05-16 11:00:00','2021-05-16 12:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-05-16 09:46:05','2021-05-16 09:46:05'),(230,NULL,5,0,1,NULL,NULL,'2021-05-16 13:00:00','2021-05-16 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-05-16 11:58:10','2021-05-16 11:58:10'),(231,NULL,5,0,5,NULL,NULL,'2021-05-16 14:00:00','2021-05-16 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-05-16 12:13:33','2021-05-16 12:13:33'),(232,NULL,5,0,4,NULL,NULL,'2021-05-20 10:00:00','2021-05-20 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-05-18 12:48:47','2021-05-18 12:48:47'),(233,NULL,5,0,4,NULL,NULL,'2021-05-28 11:00:00','2021-05-28 12:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-05-18 12:52:46','2021-05-18 12:52:46'),(234,NULL,5,0,21,NULL,NULL,'2021-05-20 08:00:00','2021-05-20 09:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-05-20 06:02:44','2021-05-20 06:02:44'),(235,NULL,5,0,4,NULL,NULL,'2021-05-20 14:00:00','2021-05-20 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-05-20 09:58:07','2021-05-20 09:58:07'),(236,NULL,5,0,5,NULL,NULL,'2021-05-25 10:00:00','2021-05-25 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-05-23 17:08:51','2021-05-23 17:08:51'),(237,NULL,5,0,23,NULL,NULL,'2021-06-05 13:00:00','2021-06-05 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-05-28 09:56:57','2021-05-28 09:56:57'),(238,NULL,5,0,5,NULL,NULL,'2021-06-01 11:00:00','2021-06-01 12:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-05-28 20:09:58','2021-05-28 20:09:58'),(239,NULL,5,0,4,NULL,NULL,'2021-05-30 15:00:00','2021-05-30 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-05-30 13:56:20','2021-05-30 13:56:20'),(240,NULL,5,0,4,NULL,NULL,'2021-05-30 16:00:00','2021-05-30 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-05-30 13:56:20','2021-05-30 13:56:20'),(241,NULL,5,0,21,NULL,NULL,'2021-06-05 12:00:00','2021-06-05 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-06-05 05:24:07','2021-06-05 05:24:07'),(242,NULL,5,0,5,NULL,NULL,'2021-06-05 15:00:00','2021-06-05 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-06-05 12:09:49','2021-06-05 12:09:49'),(243,NULL,5,0,5,NULL,NULL,'2021-06-05 16:00:00','2021-06-05 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-06-05 12:09:49','2021-06-05 12:09:49'),(244,NULL,5,0,5,NULL,NULL,'2021-06-05 14:00:00','2021-06-05 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-06-05 12:15:39','2021-06-05 12:15:39'),(245,NULL,5,0,4,NULL,NULL,'2021-06-10 08:00:00','2021-06-10 09:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-06-10 06:50:32','2021-06-10 06:50:32'),(246,NULL,5,0,22,NULL,NULL,'2021-06-12 16:00:00','2021-06-12 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-06-11 22:17:37','2021-06-11 22:17:37'),(247,NULL,5,0,22,NULL,NULL,'2021-06-13 21:00:00','2021-06-13 22:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-06-13 11:58:37','2021-06-13 11:58:37'),(248,NULL,5,0,1,NULL,NULL,'2021-06-15 13:00:00','2021-06-15 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-06-15 09:35:20','2021-06-15 09:35:20'),(249,NULL,5,0,4,NULL,NULL,'2021-06-17 09:00:00','2021-06-17 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-06-16 13:21:38','2021-06-16 13:21:38'),(250,NULL,5,0,4,NULL,NULL,'2021-06-17 16:00:00','2021-06-17 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-06-17 14:29:48','2021-06-17 14:29:48'),(251,NULL,5,0,4,NULL,NULL,'2021-06-17 17:00:00','2021-06-17 18:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-06-17 14:32:52','2021-06-17 14:32:52'),(252,NULL,5,0,5,NULL,NULL,'2021-06-20 14:00:00','2021-06-20 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-06-19 05:02:13','2021-06-19 05:02:13'),(253,NULL,5,0,5,NULL,NULL,'2021-06-20 15:00:00','2021-06-20 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-06-19 05:02:13','2021-06-19 05:02:13'),(254,NULL,5,0,5,NULL,NULL,'2021-06-24 08:00:00','2021-06-24 09:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-06-22 22:38:54','2021-06-22 22:38:54'),(255,NULL,5,0,5,NULL,NULL,'2021-06-25 17:00:00','2021-06-25 18:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-06-25 13:08:24','2021-06-25 13:08:24'),(256,NULL,5,0,4,NULL,NULL,'2021-06-27 08:00:00','2021-06-27 09:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-06-27 04:58:16','2021-06-27 04:58:16'),(257,NULL,5,0,4,NULL,NULL,'2021-07-04 10:00:00','2021-07-04 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-07-04 07:12:53','2021-07-04 07:12:53'),(258,NULL,5,0,4,NULL,NULL,'2021-07-08 15:00:00','2021-07-08 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-07-08 13:43:17','2021-07-08 13:43:17'),(259,NULL,5,0,5,NULL,NULL,'2021-07-10 12:00:00','2021-07-10 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-07-09 11:12:59','2021-07-09 11:12:59'),(260,NULL,5,0,4,NULL,NULL,'2021-07-19 07:00:00','2021-07-19 08:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-07-19 05:21:12','2021-07-19 05:21:12'),(261,NULL,5,0,4,NULL,NULL,'2021-07-24 21:00:00','2021-07-24 22:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-07-24 19:10:28','2021-07-24 19:10:28'),(262,NULL,5,0,19,NULL,NULL,'2021-07-30 14:00:00','2021-07-30 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-07-30 09:39:29','2021-07-30 09:39:29'),(263,NULL,5,0,3,NULL,NULL,'2021-08-05 10:00:00','2021-08-05 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-08-04 16:40:52','2021-08-04 16:40:52'),(264,NULL,5,0,4,NULL,NULL,'2021-08-08 14:00:00','2021-08-08 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-08-08 12:11:07','2021-08-08 12:11:07'),(265,NULL,5,0,4,NULL,NULL,'2021-08-08 15:00:00','2021-08-08 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-08-08 12:11:07','2021-08-08 12:11:07'),(266,NULL,5,0,19,NULL,NULL,'2021-08-08 19:00:00','2021-08-08 20:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-08-08 13:37:50','2021-08-08 13:37:50'),(267,NULL,5,0,22,NULL,NULL,'2021-08-12 11:00:00','2021-08-12 12:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-08-11 09:40:07','2021-08-11 09:40:07'),(268,NULL,5,0,22,NULL,NULL,'2021-08-12 09:00:00','2021-08-12 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-08-11 10:54:07','2021-08-11 10:54:07'),(269,NULL,5,0,3,NULL,NULL,'2021-08-17 09:00:00','2021-08-17 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-08-16 19:22:12','2021-08-16 19:22:12'),(270,NULL,5,0,4,NULL,NULL,'2021-08-20 09:00:00','2021-08-20 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-08-20 07:09:41','2021-08-20 07:09:41'),(271,NULL,5,0,22,NULL,NULL,'2021-08-22 15:00:00','2021-08-22 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-08-22 11:39:24','2021-08-22 11:39:24'),(272,NULL,5,0,22,NULL,NULL,'2021-08-28 12:00:00','2021-08-28 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-08-27 22:44:13','2021-08-27 22:44:13'),(273,NULL,5,0,4,NULL,NULL,'2021-08-28 13:00:00','2021-08-28 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-08-28 11:48:39','2021-08-28 11:48:39'),(274,NULL,5,0,1,NULL,NULL,'2021-08-31 13:00:00','2021-08-31 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-08-30 11:21:37','2021-08-30 11:21:37'),(275,NULL,5,0,5,NULL,NULL,'2021-08-31 14:00:00','2021-08-31 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-08-31 11:25:28','2021-08-31 11:25:28'),(276,NULL,5,0,5,NULL,NULL,'2021-08-31 17:00:00','2021-08-31 18:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-08-31 13:54:39','2021-08-31 13:54:39'),(277,NULL,5,0,22,NULL,NULL,'2021-09-06 07:00:00','2021-09-06 08:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-09-05 21:31:09','2021-09-05 21:31:09'),(278,NULL,5,0,21,NULL,NULL,'2021-09-07 15:00:00','2021-09-07 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-09-07 10:53:54','2021-09-07 10:53:54'),(279,NULL,5,0,5,NULL,NULL,'2021-09-09 09:00:00','2021-09-09 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-09-08 08:00:00','2021-09-08 08:00:00'),(280,NULL,5,0,21,NULL,NULL,'2021-09-10 11:00:00','2021-09-10 12:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-09-08 10:45:38','2021-09-08 10:45:38'),(281,NULL,5,0,3,NULL,NULL,'2021-09-09 10:00:00','2021-09-09 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-09-08 20:46:42','2021-09-08 20:46:42'),(282,NULL,5,0,3,NULL,NULL,'2021-09-09 11:00:00','2021-09-09 12:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-09-08 23:15:27','2021-09-08 23:15:27'),(283,NULL,5,0,19,NULL,NULL,'2021-09-09 12:00:00','2021-09-09 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-09-09 09:41:05','2021-09-09 09:41:05'),(284,NULL,5,0,3,NULL,NULL,'2021-09-10 10:00:00','2021-09-10 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-09-09 15:13:24','2021-09-09 15:13:24'),(285,NULL,5,0,9,NULL,NULL,'2021-09-10 17:00:00','2021-09-10 18:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-09-10 15:26:19','2021-09-10 15:26:19'),(286,NULL,5,0,5,NULL,NULL,'2021-09-12 21:00:00','2021-09-12 22:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-09-12 17:08:38','2021-09-12 17:08:38'),(287,NULL,5,0,19,NULL,NULL,'2021-09-16 08:00:00','2021-09-16 09:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-09-15 07:43:34','2021-09-15 07:43:34'),(288,NULL,5,0,21,NULL,NULL,'2021-09-23 15:00:00','2021-09-23 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-09-18 10:14:07','2021-09-18 10:14:07'),(289,NULL,5,0,21,NULL,NULL,'2021-09-23 13:00:00','2021-09-23 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-09-18 10:22:01','2021-09-18 10:22:01'),(290,NULL,5,0,21,NULL,NULL,'2021-09-19 10:00:00','2021-09-19 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-09-18 11:23:20','2021-09-18 11:23:20'),(291,NULL,5,0,21,NULL,NULL,'2021-09-18 15:00:00','2021-09-18 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-09-18 11:23:20','2021-09-18 11:23:20'),(292,NULL,5,0,21,NULL,NULL,'2021-09-18 16:00:00','2021-09-18 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-09-18 11:23:20','2021-09-18 11:23:20'),(293,NULL,5,0,20,NULL,NULL,'2021-09-18 17:00:00','2021-09-18 18:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-09-18 14:05:14','2021-09-18 14:05:14'),(294,NULL,5,0,5,NULL,NULL,'2021-09-21 17:00:00','2021-09-21 18:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-09-21 13:39:43','2021-09-21 13:39:43'),(295,NULL,5,0,15,NULL,NULL,'2021-09-23 12:00:00','2021-09-23 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-09-21 17:03:57','2021-09-21 17:03:57'),(296,NULL,5,0,2,NULL,NULL,'2021-09-28 09:00:00','2021-09-28 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-09-27 13:25:39','2021-09-27 13:25:39'),(297,NULL,5,0,5,NULL,NULL,'2021-09-28 10:00:00','2021-09-28 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-09-27 13:41:43','2021-09-27 13:41:43'),(298,NULL,5,0,5,NULL,NULL,'2021-09-30 10:00:00','2021-09-30 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-09-30 04:50:59','2021-09-30 04:50:59'),(299,NULL,5,0,22,NULL,NULL,'2021-10-03 15:00:00','2021-10-03 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-10-02 16:00:01','2021-10-02 16:00:01'),(300,NULL,5,0,21,NULL,NULL,'2021-10-09 16:00:00','2021-10-09 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-10-02 18:02:23','2021-10-02 18:02:23'),(301,NULL,5,0,21,NULL,NULL,'2021-10-15 11:00:00','2021-10-15 12:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-10-06 09:22:09','2021-10-06 09:22:09'),(302,NULL,5,0,21,NULL,NULL,'2021-10-21 10:00:00','2021-10-21 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-10-06 09:48:40','2021-10-06 09:48:40'),(303,NULL,5,0,21,NULL,NULL,'2021-10-09 14:00:00','2021-10-09 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-10-08 11:37:07','2021-10-08 11:37:07'),(304,NULL,5,0,21,NULL,NULL,'2021-10-08 15:00:00','2021-10-08 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-10-08 11:45:37','2021-10-08 11:45:37'),(305,NULL,5,0,19,NULL,NULL,'2021-10-09 17:00:00','2021-10-09 18:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-10-08 20:49:55','2021-10-08 20:49:55'),(306,NULL,5,0,5,NULL,NULL,'2021-10-12 16:00:00','2021-10-12 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-10-11 09:46:33','2021-10-11 09:46:33'),(307,NULL,5,0,5,NULL,NULL,'2021-10-14 08:00:00','2021-10-14 09:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-10-13 17:25:44','2021-10-13 17:25:44'),(308,NULL,5,0,19,NULL,NULL,'2021-10-18 07:00:00','2021-10-18 08:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-10-16 02:07:18','2021-10-16 02:07:18'),(309,NULL,5,0,4,NULL,NULL,'2021-10-17 16:00:00','2021-10-17 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-10-17 14:33:37','2021-10-17 14:33:37'),(310,NULL,5,0,4,NULL,NULL,'2021-10-22 13:00:00','2021-10-22 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-10-21 19:25:58','2021-10-21 19:25:58'),(311,NULL,5,0,4,NULL,NULL,'2021-10-22 10:00:00','2021-10-22 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-10-21 21:42:45','2021-10-21 21:42:45'),(312,NULL,5,0,4,NULL,NULL,'2021-10-22 11:00:00','2021-10-22 12:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-10-21 21:42:45','2021-10-21 21:42:45'),(313,NULL,5,0,4,NULL,NULL,'2021-10-22 12:00:00','2021-10-22 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-10-21 21:42:45','2021-10-21 21:42:45'),(314,NULL,5,0,4,NULL,NULL,'2021-10-29 12:00:00','2021-10-29 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-10-28 17:58:37','2021-10-28 17:58:37'),(315,NULL,5,0,27,NULL,NULL,'2021-10-30 13:00:00','2021-10-30 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-10-30 03:48:41','2021-10-30 03:48:41'),(316,NULL,5,0,4,NULL,NULL,'2021-10-31 14:00:00','2021-10-31 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-10-31 12:16:48','2021-10-31 12:16:48'),(317,NULL,5,0,2,NULL,NULL,'2021-10-31 19:00:00','2021-10-31 20:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-10-31 15:55:29','2021-10-31 15:55:29'),(318,NULL,5,0,21,NULL,NULL,'2021-11-18 13:00:00','2021-11-18 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-11-01 09:05:33','2021-11-01 09:05:33'),(319,NULL,5,0,1,NULL,NULL,'2021-11-05 13:00:00','2021-11-05 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-11-05 11:42:02','2021-11-05 11:42:02'),(320,NULL,5,0,27,NULL,NULL,'2021-11-05 17:00:00','2021-11-05 18:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-11-05 15:52:01','2021-11-05 15:52:01'),(321,NULL,5,0,5,NULL,NULL,'2021-11-06 13:00:00','2021-11-06 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-11-06 11:46:03','2021-11-06 11:46:03'),(322,NULL,5,0,4,NULL,NULL,'2021-11-11 10:00:00','2021-11-11 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-11-11 08:09:04','2021-11-11 08:09:04'),(323,NULL,5,0,24,NULL,NULL,'2021-11-18 08:00:00','2021-11-18 09:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-11-18 07:05:32','2021-11-18 07:05:32'),(324,NULL,5,0,22,NULL,NULL,'2021-11-20 13:00:00','2021-11-20 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-11-20 08:27:49','2021-11-20 08:27:49'),(325,NULL,5,0,21,NULL,NULL,'2022-04-01 09:00:00','2022-04-01 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-11-21 03:49:58','2021-11-21 03:49:58'),(326,NULL,5,0,21,NULL,NULL,'2022-04-01 10:00:00','2022-04-01 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-11-21 03:49:58','2021-11-21 03:49:58'),(327,NULL,5,0,4,NULL,NULL,'2021-11-21 10:00:00','2021-11-21 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-11-21 08:08:09','2021-11-21 08:08:09'),(328,NULL,5,0,4,NULL,NULL,'2021-11-28 10:00:00','2021-11-28 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-11-28 09:00:11','2021-11-28 09:00:11'),(329,NULL,5,0,4,NULL,NULL,'2021-11-28 16:00:00','2021-11-28 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-11-28 14:59:10','2021-11-28 14:59:10'),(330,NULL,5,0,19,NULL,NULL,'2021-12-05 16:00:00','2021-12-05 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-12-05 12:54:01','2021-12-05 12:54:01'),(331,NULL,5,0,1,NULL,NULL,'2021-12-09 12:00:00','2021-12-09 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-12-08 09:48:02','2021-12-08 09:48:02'),(332,NULL,5,0,4,NULL,NULL,'2021-12-10 17:00:00','2021-12-10 18:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-12-10 15:38:22','2021-12-10 15:38:22'),(333,NULL,5,0,5,NULL,NULL,'2021-12-11 13:00:00','2021-12-11 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-12-10 20:48:23','2021-12-10 20:48:23'),(334,NULL,5,0,3,NULL,NULL,'2021-12-11 12:00:00','2021-12-11 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-12-11 09:50:03','2021-12-11 09:50:03'),(335,NULL,5,0,5,NULL,NULL,'2021-12-14 17:00:00','2021-12-14 18:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-12-14 16:07:04','2021-12-14 16:07:04'),(336,NULL,5,0,3,NULL,NULL,'2021-12-17 09:00:00','2021-12-17 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-12-17 04:55:52','2021-12-17 04:55:52'),(337,NULL,5,0,3,NULL,NULL,'2021-12-17 10:00:00','2021-12-17 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-12-17 04:55:52','2021-12-17 04:55:52'),(338,NULL,5,0,2,NULL,NULL,'2021-12-18 17:00:00','2021-12-18 18:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-12-18 15:36:12','2021-12-18 15:36:12'),(339,NULL,5,0,2,NULL,NULL,'2021-12-18 18:00:00','2021-12-18 19:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-12-18 15:36:12','2021-12-18 15:36:12'),(340,NULL,5,0,5,NULL,NULL,'2021-12-21 10:00:00','2021-12-21 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-12-21 08:57:08','2021-12-21 08:57:08'),(341,NULL,5,0,2,NULL,NULL,'2021-12-23 10:00:00','2021-12-23 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-12-22 19:15:50','2021-12-22 19:15:50'),(342,NULL,5,0,2,NULL,NULL,'2021-12-24 13:00:00','2021-12-24 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-12-24 11:39:00','2021-12-24 11:39:00'),(343,NULL,5,0,1,NULL,NULL,'2021-12-30 08:00:00','2021-12-30 09:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-12-29 15:43:07','2021-12-29 15:43:07'),(344,NULL,5,0,2,NULL,NULL,'2021-12-30 14:00:00','2021-12-30 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-12-30 12:05:51','2021-12-30 12:05:51'),(345,NULL,5,0,5,NULL,NULL,'2021-12-31 11:00:00','2021-12-31 12:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2021-12-31 08:54:16','2021-12-31 08:54:16'),(346,NULL,5,0,1,NULL,NULL,'2022-01-01 14:00:00','2022-01-01 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-01-01 10:36:31','2022-01-01 10:36:31'),(347,NULL,5,0,1,NULL,NULL,'2022-01-01 15:00:00','2022-01-01 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-01-01 10:36:31','2022-01-01 10:36:31'),(348,NULL,5,0,1,NULL,NULL,'2022-01-04 09:00:00','2022-01-04 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-01-03 20:40:16','2022-01-03 20:40:16'),(349,NULL,5,0,20,NULL,NULL,'2022-01-06 12:00:00','2022-01-06 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-01-04 15:28:39','2022-01-04 15:28:39'),(350,NULL,5,0,5,NULL,NULL,'2022-01-15 20:00:00','2022-01-15 21:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-01-05 12:33:52','2022-01-05 12:33:52'),(351,NULL,5,0,5,NULL,NULL,'2022-01-08 12:00:00','2022-01-08 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-01-07 20:33:37','2022-01-07 20:33:37'),(352,NULL,5,0,20,NULL,NULL,'2022-01-08 14:00:00','2022-01-08 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-01-08 12:16:31','2022-01-08 12:16:31'),(353,NULL,5,0,4,NULL,NULL,'2022-01-14 11:00:00','2022-01-14 12:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-01-14 09:19:36','2022-01-14 09:19:36'),(354,NULL,5,0,1,NULL,NULL,'2022-01-21 11:00:00','2022-01-21 12:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-01-21 00:01:51','2022-01-21 00:01:51'),(355,NULL,5,0,1,NULL,NULL,'2022-01-21 09:00:00','2022-01-21 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-01-21 04:36:03','2022-01-21 04:36:03'),(356,NULL,5,0,22,NULL,NULL,'2022-01-23 10:00:00','2022-01-23 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-01-23 08:05:53','2022-01-23 08:05:53'),(357,NULL,5,0,4,NULL,NULL,'2022-01-28 14:00:00','2022-01-28 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-01-28 12:04:49','2022-01-28 12:04:49'),(358,NULL,5,0,2,NULL,NULL,'2022-01-29 15:00:00','2022-01-29 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-01-29 13:33:28','2022-01-29 13:33:28'),(359,NULL,5,0,19,NULL,NULL,'2022-02-05 16:00:00','2022-02-05 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-02-05 14:09:47','2022-02-05 14:09:47'),(360,NULL,5,0,4,NULL,NULL,'2022-02-13 08:00:00','2022-02-13 09:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-02-13 03:17:54','2022-02-13 03:17:54'),(361,NULL,5,0,4,NULL,NULL,'2022-02-17 08:00:00','2022-02-17 09:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-02-17 07:02:33','2022-02-17 07:02:33'),(362,NULL,5,0,22,NULL,NULL,'2022-02-19 15:00:00','2022-02-19 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-02-19 13:09:55','2022-02-19 13:09:55'),(363,NULL,5,0,4,NULL,NULL,'2022-02-20 18:00:00','2022-02-20 19:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-02-20 15:26:04','2022-02-20 15:26:04'),(364,NULL,5,0,5,NULL,NULL,'2022-02-22 12:00:00','2022-02-22 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-02-22 03:51:13','2022-02-22 03:51:13'),(365,NULL,5,0,5,NULL,NULL,'2022-02-22 13:00:00','2022-02-22 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-02-22 03:51:13','2022-02-22 03:51:13'),(366,NULL,5,0,1,NULL,NULL,'2022-02-25 08:00:00','2022-02-25 09:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-02-25 06:24:19','2022-02-25 06:24:19'),(367,NULL,5,0,4,NULL,NULL,'2022-02-27 08:00:00','2022-02-27 09:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-02-27 05:16:39','2022-02-27 05:16:39'),(368,NULL,5,0,22,NULL,NULL,'2022-03-01 09:00:00','2022-03-01 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-03-01 08:07:18','2022-03-01 08:07:18'),(369,NULL,5,0,1,NULL,NULL,'2022-03-06 10:00:00','2022-03-06 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-03-06 08:08:42','2022-03-06 08:08:42'),(370,NULL,5,0,4,NULL,NULL,'2022-03-11 08:00:00','2022-03-11 09:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-03-10 17:55:44','2022-03-10 17:55:44'),(371,NULL,5,0,4,NULL,NULL,'2022-03-11 09:00:00','2022-03-11 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-03-10 17:55:44','2022-03-10 17:55:44'),(372,NULL,5,0,19,NULL,NULL,'2022-03-11 15:00:00','2022-03-11 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-03-11 13:25:54','2022-03-11 13:25:54'),(373,NULL,5,0,3,NULL,NULL,'2022-03-12 17:00:00','2022-03-12 18:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-03-12 15:27:20','2022-03-12 15:27:20'),(374,NULL,5,0,1,NULL,NULL,'2022-03-15 11:00:00','2022-03-15 12:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-03-14 11:09:03','2022-03-14 11:09:03'),(375,NULL,5,0,1,NULL,NULL,'2022-03-15 12:00:00','2022-03-15 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-03-14 11:09:03','2022-03-14 11:09:03'),(376,NULL,5,0,1,NULL,NULL,'2022-03-19 12:00:00','2022-03-19 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-03-19 07:06:45','2022-03-19 07:06:45'),(377,NULL,5,0,2,NULL,NULL,'2022-03-24 13:00:00','2022-03-24 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-03-24 11:29:26','2022-03-24 11:29:26'),(378,NULL,5,0,5,NULL,NULL,'2022-03-25 08:00:00','2022-03-25 09:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-03-25 04:20:53','2022-03-25 04:20:53'),(379,NULL,5,0,4,NULL,NULL,'2022-04-07 10:00:00','2022-04-07 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-04-07 08:35:41','2022-04-07 08:35:41'),(380,NULL,5,0,4,NULL,NULL,'2022-04-07 11:00:00','2022-04-07 12:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-04-07 08:35:41','2022-04-07 08:35:41'),(381,NULL,5,0,4,NULL,NULL,'2022-04-07 12:00:00','2022-04-07 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-04-07 08:35:41','2022-04-07 08:35:41'),(382,NULL,5,0,4,NULL,NULL,'2022-04-07 13:00:00','2022-04-07 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-04-07 08:35:41','2022-04-07 08:35:41'),(383,NULL,5,0,2,NULL,NULL,'2022-04-12 09:00:00','2022-04-12 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-04-11 20:04:53','2022-04-11 20:04:53'),(384,NULL,5,0,1,NULL,NULL,'2022-04-15 12:00:00','2022-04-15 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-04-15 10:03:22','2022-04-15 10:03:22'),(385,NULL,5,0,4,NULL,NULL,'2022-04-15 14:00:00','2022-04-15 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-04-15 13:03:11','2022-04-15 13:03:11'),(386,NULL,5,0,4,NULL,NULL,'2022-04-16 13:00:00','2022-04-16 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-04-16 11:25:08','2022-04-16 11:25:08'),(387,NULL,5,0,24,NULL,NULL,'2022-04-21 16:00:00','2022-04-21 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-04-21 13:24:56','2022-04-21 13:24:56'),(388,NULL,5,0,1,NULL,NULL,'2022-04-22 09:00:00','2022-04-22 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-04-21 17:25:40','2022-04-21 17:25:40'),(389,NULL,5,0,24,NULL,NULL,'2022-04-26 08:00:00','2022-04-26 09:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-04-25 15:23:45','2022-04-25 15:23:45'),(390,NULL,5,0,3,NULL,NULL,'2022-05-01 11:00:00','2022-05-01 12:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-05-01 03:44:15','2022-05-01 03:44:15'),(391,NULL,5,0,28,NULL,NULL,'2022-05-07 12:00:00','2022-05-07 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-05-06 16:16:46','2022-05-06 16:16:46'),(392,NULL,5,0,3,NULL,NULL,'2022-05-07 22:00:00','2022-05-07 23:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-05-07 20:41:26','2022-05-07 20:41:26'),(393,NULL,5,0,4,NULL,NULL,'2022-05-12 12:00:00','2022-05-12 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-05-12 10:44:01','2022-05-12 10:44:01'),(394,NULL,5,0,5,NULL,NULL,'2022-05-15 14:00:00','2022-05-15 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-05-15 11:05:59','2022-05-15 11:05:59'),(395,NULL,5,0,1,NULL,NULL,'2022-05-16 19:00:00','2022-05-16 20:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-05-16 17:55:15','2022-05-16 17:55:15'),(396,NULL,5,0,22,NULL,NULL,'2022-05-20 16:00:00','2022-05-20 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-05-20 14:54:17','2022-05-20 14:54:17'),(397,NULL,5,0,4,NULL,NULL,'2022-05-22 12:00:00','2022-05-22 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-05-22 10:04:06','2022-05-22 10:04:06'),(398,NULL,5,0,2,NULL,NULL,'2022-05-27 08:00:00','2022-05-27 09:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-05-26 09:49:23','2022-05-26 09:49:23'),(399,NULL,5,0,2,NULL,NULL,'2022-05-27 09:00:00','2022-05-27 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-05-26 09:49:23','2022-05-26 09:49:23'),(400,NULL,5,0,24,NULL,NULL,'2022-06-30 11:00:00','2022-06-30 12:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-05-29 19:02:07','2022-05-29 19:02:07'),(401,NULL,5,0,22,NULL,NULL,'2022-05-31 11:00:00','2022-05-31 12:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-05-31 09:19:39','2022-05-31 09:19:39'),(402,NULL,5,0,5,NULL,NULL,'2022-06-06 10:00:00','2022-06-06 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-06-04 19:16:48','2022-06-04 19:16:48'),(403,NULL,5,0,5,NULL,NULL,'2022-06-06 11:00:00','2022-06-06 12:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-06-04 19:16:48','2022-06-04 19:16:48'),(404,NULL,5,0,5,NULL,NULL,'2022-06-05 14:00:00','2022-06-05 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-06-05 12:06:01','2022-06-05 12:06:01'),(405,NULL,5,0,28,NULL,NULL,'2022-06-10 14:00:00','2022-06-10 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-06-09 22:59:14','2022-06-09 22:59:14'),(406,NULL,5,0,28,NULL,NULL,'2022-06-10 15:00:00','2022-06-10 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-06-09 22:59:14','2022-06-09 22:59:14'),(407,NULL,5,0,5,NULL,NULL,'2022-06-11 12:00:00','2022-06-11 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-06-10 20:16:08','2022-06-10 20:16:08'),(408,NULL,5,0,5,NULL,NULL,'2022-06-15 13:00:00','2022-06-15 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-06-13 07:53:07','2022-06-13 07:53:07'),(409,NULL,5,0,5,NULL,NULL,'2022-06-15 14:00:00','2022-06-15 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-06-13 07:53:07','2022-06-13 07:53:07'),(410,NULL,5,0,4,NULL,NULL,'2022-06-15 10:00:00','2022-06-15 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-06-15 09:09:23','2022-06-15 09:09:23'),(411,NULL,5,0,22,NULL,NULL,'2022-06-24 07:00:00','2022-06-24 08:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-06-23 22:38:13','2022-06-23 22:38:13'),(412,NULL,5,0,22,NULL,NULL,'2022-06-24 12:00:00','2022-06-24 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-06-24 10:28:25','2022-06-24 10:28:25'),(413,NULL,5,0,22,NULL,NULL,'2022-06-24 16:00:00','2022-06-24 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-06-24 14:53:06','2022-06-24 14:53:06'),(414,NULL,5,0,4,NULL,NULL,'2022-06-25 10:00:00','2022-06-25 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-06-25 08:51:44','2022-06-25 08:51:44'),(415,NULL,5,0,5,NULL,NULL,'2022-06-26 12:00:00','2022-06-26 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-06-26 08:37:32','2022-06-26 08:37:32'),(416,NULL,5,0,5,NULL,NULL,'2022-06-26 13:00:00','2022-06-26 14:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-06-26 08:37:32','2022-06-26 08:37:32'),(417,NULL,5,0,5,NULL,NULL,'2022-06-28 15:00:00','2022-06-28 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-06-27 09:36:59','2022-06-27 09:36:59'),(418,NULL,5,0,3,NULL,NULL,'2022-06-29 10:00:00','2022-06-29 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-06-29 08:17:51','2022-06-29 08:17:51'),(419,NULL,5,0,3,NULL,NULL,'2022-06-30 12:00:00','2022-06-30 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-06-30 10:52:56','2022-06-30 10:52:56'),(420,NULL,5,0,4,NULL,NULL,'2022-07-02 12:00:00','2022-07-02 13:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-07-02 10:18:50','2022-07-02 10:18:50'),(421,NULL,5,0,4,NULL,NULL,'2022-07-02 16:00:00','2022-07-02 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-07-02 14:27:22','2022-07-02 14:27:22'),(422,NULL,5,0,4,NULL,NULL,'2022-07-05 15:00:00','2022-07-05 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-07-05 13:06:09','2022-07-05 13:06:09'),(423,NULL,5,0,4,NULL,NULL,'2022-07-05 16:00:00','2022-07-05 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-07-05 13:06:09','2022-07-05 13:06:09'),(424,NULL,5,0,28,NULL,NULL,'2022-07-06 09:00:00','2022-07-06 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-07-06 07:59:36','2022-07-06 07:59:36'),(425,NULL,5,0,22,NULL,NULL,'2022-07-12 15:00:00','2022-07-12 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-07-12 11:26:41','2022-07-12 11:26:41'),(426,NULL,5,0,28,NULL,NULL,'2022-07-21 09:00:00','2022-07-21 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-07-20 16:38:52','2022-07-20 16:38:52'),(427,NULL,5,0,5,NULL,NULL,'2022-07-21 14:00:00','2022-07-21 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-07-20 23:36:42','2022-07-20 23:36:42'),(428,NULL,5,0,22,NULL,NULL,'2022-07-22 17:00:00','2022-07-22 18:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-07-22 15:34:19','2022-07-22 15:34:19'),(429,NULL,5,0,5,NULL,NULL,'2022-07-25 17:00:00','2022-07-25 18:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-07-25 15:52:46','2022-07-25 15:52:46'),(430,NULL,5,0,28,NULL,NULL,'2022-07-27 17:00:00','2022-07-27 18:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-07-27 14:37:32','2022-07-27 14:37:32'),(431,NULL,5,0,28,NULL,NULL,'2022-07-30 15:00:00','2022-07-30 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-07-30 11:00:37','2022-07-30 11:00:37'),(432,NULL,5,0,20,NULL,NULL,'2022-07-30 16:00:00','2022-07-30 17:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-07-30 12:48:07','2022-07-30 12:48:07'),(433,NULL,5,0,25,NULL,NULL,'2022-08-12 11:00:00','2022-08-12 12:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-08-11 20:47:44','2022-08-11 20:47:44'),(434,NULL,5,0,22,NULL,NULL,'2022-08-12 08:00:00','2022-08-12 09:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-08-12 06:54:43','2022-08-12 06:54:43'),(435,NULL,5,0,4,NULL,NULL,'2022-08-14 07:00:00','2022-08-14 08:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-08-14 00:37:10','2022-08-14 00:37:10'),(436,NULL,5,0,4,NULL,NULL,'2022-08-22 09:00:00','2022-08-22 10:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-08-21 22:35:03','2022-08-21 22:35:03'),(437,NULL,5,0,4,NULL,NULL,'2022-08-24 10:00:00','2022-08-24 11:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-08-23 20:30:28','2022-08-23 20:30:28'),(438,NULL,5,0,4,NULL,NULL,'2022-08-25 08:00:00','2022-08-25 09:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-08-25 06:43:50','2022-08-25 06:43:50'),(439,NULL,5,0,5,NULL,NULL,'2022-08-29 18:00:00','2022-08-29 19:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-08-29 16:19:27','2022-08-29 16:19:27'),(440,NULL,5,0,5,NULL,NULL,'2022-09-09 14:00:00','2022-09-09 15:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-09-07 17:16:13','2022-09-07 17:16:13'),(441,NULL,5,0,5,NULL,NULL,'2022-09-09 15:00:00','2022-09-09 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-09-07 17:16:13','2022-09-07 17:16:13'),(442,NULL,5,0,22,NULL,NULL,'2022-09-08 15:00:00','2022-09-08 16:00:00',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'bookly','2022-09-08 12:28:36','2022-09-08 12:28:36');
/*!40000 ALTER TABLE `wp_bookly_appointments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bookly_categories`
--

DROP TABLE IF EXISTS `wp_bookly_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_categories` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attachment_id` int(10) unsigned DEFAULT NULL,
  `info` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `position` int(11) NOT NULL DEFAULT 9999,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_categories`
--

LOCK TABLES `wp_bookly_categories` WRITE;
/*!40000 ALTER TABLE `wp_bookly_categories` DISABLE KEYS */;
INSERT INTO `wp_bookly_categories` VALUES (1,'IV Therapy',NULL,NULL,0);
/*!40000 ALTER TABLE `wp_bookly_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bookly_customer_appointments`
--

DROP TABLE IF EXISTS `wp_bookly_customer_appointments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_customer_appointments` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `series_id` int(10) unsigned DEFAULT NULL,
  `package_id` int(10) unsigned DEFAULT NULL,
  `customer_id` int(10) unsigned NOT NULL,
  `appointment_id` int(10) unsigned NOT NULL,
  `payment_id` int(10) unsigned DEFAULT NULL,
  `order_id` int(10) unsigned DEFAULT NULL,
  `number_of_persons` int(10) unsigned NOT NULL DEFAULT 1,
  `units` int(10) unsigned NOT NULL DEFAULT 1,
  `notes` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `extras` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `extras_multiply_nop` tinyint(1) NOT NULL DEFAULT 1,
  `custom_fields` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'approved',
  `status_changed_at` datetime DEFAULT NULL,
  `token` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `time_zone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `time_zone_offset` int(11) DEFAULT NULL,
  `rating` int(11) DEFAULT NULL,
  `rating_comment` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `locale` varchar(8) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `collaborative_service_id` int(10) unsigned DEFAULT NULL,
  `collaborative_token` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `compound_service_id` int(10) unsigned DEFAULT NULL,
  `compound_token` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_from` enum('frontend','backend') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'frontend',
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `customer_id` (`customer_id`),
  KEY `appointment_id` (`appointment_id`),
  KEY `series_id` (`series_id`),
  KEY `payment_id` (`payment_id`),
  KEY `order_id` (`order_id`),
  CONSTRAINT `wp_bookly_customer_appointments_ibfk_1` FOREIGN KEY (`customer_id`) REFERENCES `wp_bookly_customers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  CONSTRAINT `wp_bookly_customer_appointments_ibfk_2` FOREIGN KEY (`appointment_id`) REFERENCES `wp_bookly_appointments` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  CONSTRAINT `wp_bookly_customer_appointments_ibfk_3` FOREIGN KEY (`series_id`) REFERENCES `wp_bookly_series` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  CONSTRAINT `wp_bookly_customer_appointments_ibfk_4` FOREIGN KEY (`payment_id`) REFERENCES `wp_bookly_payments` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
  CONSTRAINT `wp_bookly_customer_appointments_ibfk_5` FOREIGN KEY (`order_id`) REFERENCES `wp_bookly_orders` (`id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=450 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_customer_appointments`
--

LOCK TABLES `wp_bookly_customer_appointments` WRITE;
/*!40000 ALTER TABLE `wp_bookly_customer_appointments` DISABLE KEYS */;
INSERT INTO `wp_bookly_customer_appointments` VALUES (141,NULL,NULL,83,141,130,NULL,1,1,'','{\"7\":\"1\"}',1,'[]','approved',NULL,'1e17bd304744a9e6604f3b20d57bbe66',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2020-10-31 11:55:02','2020-10-31 11:55:02'),(142,NULL,NULL,84,142,131,NULL,1,1,'Aloha Michael!','[]',1,'[]','approved',NULL,'bd905e87f3ccf9813c5999b2b9e97baa',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2020-11-18 22:05:04','2020-11-18 22:05:04'),(143,NULL,NULL,82,143,132,NULL,1,1,'','{\"17\":\"1\",\"18\":\"1\",\"37\":\"1\",\"38\":\"1\",\"50\":\"1\",\"51\":\"1\"}',1,'[]','approved',NULL,'b12f182396585e80576b39b16e8dfd1f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2020-11-19 13:30:57','2020-11-19 13:30:57'),(144,NULL,NULL,85,144,133,NULL,1,1,'','[]',1,'[]','approved',NULL,'415b9ca174cdb622cf5c9213c70d3daa',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2020-11-21 22:26:10','2020-11-21 22:26:10'),(145,NULL,NULL,86,145,134,NULL,1,1,'Pinnacle Building. Entrance to parking garage is on Beretania st. across from Honda (Capitol Place). Proceed car to intercom (buzz 1900). Guest parking is 3rd floor. Take elevator to 19A. ','{\"29\":\"1\",\"30\":\"1\"}',1,'[]','approved',NULL,'0bf944871d4b101663fcb1e22d426a3e',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2020-12-01 13:10:05','2020-12-01 13:10:05'),(146,NULL,NULL,87,146,135,NULL,1,1,'Please call upon arrival.','{\"7\":\"1\",\"8\":\"1\"}',1,'[]','approved',NULL,'f1111a59a6d96086405ee2d375f131c7',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2020-12-06 11:42:42','2020-12-06 11:42:42'),(147,NULL,NULL,88,147,136,NULL,1,1,'','{\"48\":\"1\"}',1,'[]','approved',NULL,'7ca3a3b4f199571b4c3613ce843937ab',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2020-12-09 13:50:28','2020-12-09 13:50:28'),(148,NULL,NULL,89,148,137,NULL,1,1,'','[]',1,'[]','cancelled','2020-12-22 11:15:22','112e635db0d196582054dd83c611fe9c',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2020-12-22 08:13:29','2020-12-22 11:15:22'),(149,NULL,NULL,90,149,138,NULL,1,1,'My husband has diverticulitis ','{\"45\":\"1\",\"78\":\"1\"}',1,'[]','approved',NULL,'bde9ce2e04bdf140fec8c1abab065062',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2020-12-26 13:57:35','2020-12-26 13:57:35'),(150,NULL,NULL,91,150,139,NULL,1,1,'Not sure of the difference between the cold & flu IV. ','[]',1,'[]','approved',NULL,'413bbc84a7d2cff90e5b78d5cbb6efd6',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2020-12-27 16:22:03','2020-12-27 16:22:03'),(151,NULL,NULL,92,151,140,NULL,1,1,'','[]',1,'[]','approved',NULL,'3f36bbd37cbc33561f2c9f4699aac303',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-01-07 10:53:29','2021-01-07 10:53:29'),(152,NULL,NULL,93,152,141,NULL,1,1,'','[]',1,'[]','approved',NULL,'e401278eaacf42223145bf22ef6a5931',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-01-08 15:27:44','2021-01-08 15:27:44'),(153,NULL,NULL,94,153,142,NULL,1,1,'Park in the driveway. ','[]',1,'[]','approved',NULL,'9ce573d2b538e683117d93adf4d3470f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-01-09 10:11:16','2021-01-09 10:11:16'),(154,NULL,NULL,95,154,143,NULL,1,1,'Green house on right, you may park in drive way','[]',1,'[]','cancelled','2021-01-10 16:00:02','fd16d74e887718285a7d3aa7ca5522f1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-01-10 15:52:18','2021-01-10 16:00:02'),(155,NULL,NULL,96,155,144,NULL,1,1,'','[]',1,'[]','approved',NULL,'4f2324c29f8e8a2e410bef7b7db35db0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-01-14 22:03:14','2021-01-14 22:03:14'),(156,NULL,NULL,96,156,144,NULL,1,1,'','[]',1,'[]','approved',NULL,'c776387fea862ab61dec6d59a6225959',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-01-14 22:03:14','2021-01-14 22:03:14'),(157,NULL,NULL,96,157,144,NULL,1,1,'','[]',1,'[]','approved',NULL,'100a3d28b2921f09a2af6bb44f09df10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-01-14 22:03:14','2021-01-14 22:03:14'),(158,NULL,NULL,96,158,144,NULL,1,1,'','[]',1,'[]','approved',NULL,'a647d0c91649a8e5bbf340046d4be401',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-01-14 22:03:14','2021-01-14 22:03:14'),(159,NULL,NULL,97,159,145,NULL,1,1,'','[]',1,'[]','approved',NULL,'100960b65e83824e8d741f3efa310949',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-01-15 10:07:08','2021-01-15 10:07:08'),(160,NULL,NULL,98,160,146,NULL,1,1,'','[]',1,'[]','approved',NULL,'79d934730cdce4e23212f8fa95cef69a',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-01-16 09:10:57','2021-01-16 09:10:57'),(161,NULL,NULL,99,161,147,NULL,1,1,'','{\"8\":\"1\"}',1,'[]','approved',NULL,'44dc9c96bf833e380acc20db6f549c65',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-01-16 12:47:42','2021-01-16 12:47:42'),(162,NULL,NULL,99,162,148,NULL,1,1,'','{\"8\":\"1\"}',1,'[]','approved',NULL,'56203a71daf0a48e5bc4ec9c7594e329',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-01-16 12:53:13','2021-01-16 12:53:13'),(163,NULL,NULL,100,163,149,NULL,1,1,'Can we do this by the pool? ','{\"39\":\"1\",\"40\":\"1\",\"56\":\"1\"}',1,'[]','approved',NULL,'07cc7b5e88ffb5f5e3750ed3d1676845',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-01-16 13:59:18','2021-01-16 13:59:18'),(164,NULL,NULL,100,164,149,NULL,1,1,'Can we do this by the pool? ','{\"39\":\"1\",\"40\":\"1\",\"56\":\"1\"}',1,'[]','approved',NULL,'7c05c683ef20950c061a06ea4669d57c',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-01-16 13:59:18','2021-01-16 13:59:18'),(165,NULL,NULL,101,165,150,NULL,1,1,'','[]',1,'[]','approved',NULL,'8f3ffce4a04f42880b891b6ad4d31c39',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-01-17 16:00:55','2021-01-17 16:00:55'),(166,NULL,NULL,100,166,151,NULL,1,1,'Located at Alohilani Hotel','{\"39\":\"1\",\"57\":\"1\"}',1,'[]','approved',NULL,'cd10ce333eb379fe2390dc8b7ea17e48',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-01-19 08:38:35','2021-01-19 08:38:35'),(167,NULL,NULL,100,167,151,NULL,1,1,'Located at Alohilani Hotel','{\"39\":\"1\",\"57\":\"1\"}',1,'[]','approved',NULL,'e5ffec906a4ce95d0a29e5bf9569ab3e',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-01-19 08:38:35','2021-01-19 08:38:35'),(168,NULL,NULL,102,168,152,NULL,1,1,'','[]',1,'[]','approved',NULL,'f426e76b78bab26716cf23f35f16b021',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-01-22 17:52:47','2021-01-22 17:52:47'),(169,NULL,NULL,103,169,153,NULL,1,1,'','{\"9\":\"1\",\"10\":\"1\"}',1,'[]','approved',NULL,'0ace483042a34dc543c8579a246adb9a',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-01-26 09:16:03','2021-01-26 09:16:03'),(170,NULL,NULL,99,170,154,NULL,1,1,'','{\"8\":\"1\",\"27\":\"1\",\"28\":\"1\"}',1,'[]','approved',NULL,'d7bc77902ce0b4a3caab0d6491d40159',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-01-30 11:14:31','2021-01-30 11:14:31'),(171,NULL,NULL,82,171,155,NULL,1,1,'test order','{\"1\":\"1\",\"2\":\"1\",\"21\":\"1\",\"22\":\"1\",\"55\":\"1\"}',1,'[]','approved',NULL,'64cf49ea0b7271a44134350f79d6c9a8',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-02-11 11:12:46','2021-02-11 11:12:46'),(172,NULL,NULL,82,172,155,NULL,1,1,'test order','{\"1\":\"1\",\"2\":\"1\",\"21\":\"1\",\"22\":\"1\",\"55\":\"1\"}',1,'[]','approved',NULL,'7fe390472bcef1545a7b0b30abff11a2',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-02-11 11:12:46','2021-02-11 11:12:46'),(173,NULL,NULL,82,173,155,NULL,1,1,'test order','{\"1\":\"1\",\"2\":\"1\",\"21\":\"1\",\"22\":\"1\",\"55\":\"1\"}',1,'[]','approved',NULL,'e049a6d6336e16e80515547ad6b412c4',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-02-11 11:12:46','2021-02-11 11:12:46'),(174,NULL,NULL,82,174,155,NULL,1,1,'test order','{\"1\":\"1\",\"2\":\"1\",\"21\":\"1\",\"22\":\"1\",\"55\":\"1\"}',1,'[]','approved',NULL,'e81b197a2ee4c88de6d0260048715eb7',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-02-11 11:12:46','2021-02-11 11:12:46'),(175,NULL,NULL,82,175,155,NULL,1,1,'test order','{\"1\":\"1\",\"2\":\"1\",\"21\":\"1\",\"22\":\"1\",\"55\":\"1\"}',1,'[]','approved',NULL,'77218b50bee58e3f70dc585a6cf265ce',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-02-11 11:12:46','2021-02-11 11:12:46'),(176,NULL,NULL,104,176,156,NULL,1,1,'Unit 1004. Please call upon arrival','[]',1,'[]','approved',NULL,'f01d8a65eabba3fdb5b4c487991517e1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-02-13 14:03:07','2021-02-13 14:03:07'),(177,NULL,NULL,105,177,157,NULL,1,1,'','[]',1,'[]','approved',NULL,'b29217e14131d638eec3bbaeafbc89a4',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-02-14 14:53:40','2021-02-14 14:53:40'),(178,NULL,NULL,82,178,158,NULL,1,1,'test','{\"53\":\"1\"}',1,'[]','approved',NULL,'c21cca226d551919b7efeeaac08bb23f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-02-16 12:22:48','2021-02-16 12:22:48'),(179,NULL,NULL,106,179,159,NULL,1,1,'','{\"7\":\"1\"}',1,'[]','approved',NULL,'1785f130bcdb2ffa871d03a24f032b74',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-02-21 06:57:05','2021-02-21 06:57:05'),(180,NULL,NULL,106,180,159,NULL,1,1,'','{\"7\":\"1\"}',1,'[]','approved',NULL,'9f4b5f558d87db9aa9383a637efd831f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-02-21 06:57:05','2021-02-21 06:57:05'),(181,NULL,NULL,107,181,160,NULL,1,1,'','{\"8\":\"1\"}',1,'[]','approved',NULL,'3c061f196e8dd0a82354324728b66863',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-02-21 15:46:23','2021-02-21 15:46:23'),(182,NULL,NULL,108,182,161,NULL,1,1,'This is a birthday gift for Michaela Bunting','{\"53\":\"1\"}',1,'[]','approved',NULL,'437dfce42a49962435d4a2164e169867',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-02-28 16:27:38','2021-02-28 16:27:38'),(183,NULL,NULL,82,183,162,NULL,1,1,'nothing of any note','{\"68\":\"1\"}',1,'[]','approved',NULL,'6adbd9660d97c7acdf9bbdef72b6bd42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-03-01 12:19:29','2021-03-01 12:19:29'),(184,NULL,NULL,109,184,163,NULL,1,1,'Staying at the Kaimana Beach Hotel','{\"10\":\"1\"}',1,'[]','approved',NULL,'5b0c502376f23e32a0b5d9e014d86d72',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-03-01 15:53:16','2021-03-01 15:53:16'),(185,NULL,NULL,82,185,164,NULL,1,1,'','{\"7\":\"1\",\"27\":\"1\",\"53\":\"1\"}',1,'[]','approved',NULL,'e03cc937f872d112a299b34852c75f6b',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-03-01 20:18:39','2021-03-01 20:18:39'),(186,NULL,NULL,82,186,165,NULL,1,1,'','[]',1,'[]','approved',NULL,'2e4afc28fd87b6a4b8b04e4a69df3c55',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-03-01 20:26:47','2021-03-01 20:26:47'),(187,NULL,NULL,110,187,166,NULL,1,1,'','{\"45\":\"1\"}',1,'[]','approved',NULL,'4ea16d1189eb34015dbfd45aee10ef2c',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-03-04 13:52:29','2021-03-04 13:52:29'),(188,NULL,NULL,82,188,167,NULL,1,1,'','{\"17\":\"1\",\"18\":\"1\",\"51\":\"1\"}',1,'[]','approved',NULL,'dcf4676ca0f0af945294372f73e336f5',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-03-05 14:50:21','2021-03-05 14:50:21'),(189,NULL,NULL,51,189,168,NULL,1,1,'My daughter, Sydni, and I will be each getting 1 treatment.  Hopefully, we can do it together same time','[]',1,'[]','approved',NULL,'ab4110e4760826d3f4cf77ae1fb4589b',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-03-06 09:44:03','2021-03-06 09:44:03'),(190,NULL,NULL,51,190,168,NULL,1,1,'My daughter, Sydni, and I will be each getting 1 treatment.  Hopefully, we can do it together same time','[]',1,'[]','approved',NULL,'ebd7d7991ff8f24317c9d4eb6a9db5e7',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-03-06 09:44:03','2021-03-06 09:44:03'),(191,NULL,NULL,99,191,169,NULL,1,1,'','{\"8\":\"1\",\"27\":\"1\"}',1,'[]','approved',NULL,'e8a274e0487343254aed9935d44e3c14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-03-06 10:08:16','2021-03-06 10:08:16'),(192,NULL,NULL,111,192,170,NULL,1,1,'2 people','[]',1,'[]','approved',NULL,'cd534fdcccf14e0523f5d025f302614f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-03-07 08:59:48','2021-03-07 08:59:48'),(193,NULL,NULL,112,193,171,NULL,1,1,'','{\"46\":\"1\",\"78\":\"1\"}',1,'[]','approved',NULL,'b6fb2c4bfb0a0e7b316a5e0807b73979',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-03-10 20:43:38','2021-03-10 20:43:38'),(194,NULL,NULL,113,194,172,NULL,1,1,'I’m ready whenever ','{\"52\":\"1\"}',1,'[]','approved',NULL,'7e7f05430b09aa27e78a7988984e43f8',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-03-12 10:53:39','2021-03-12 10:53:39'),(195,NULL,NULL,114,195,173,NULL,1,1,'The Ilikai condos. My daughter 19 hour sea sick yesterday but went snorkeling. She’s been throwing up until I gave her phenergan. An IV would really help her. ','[]',1,'[]','approved',NULL,'266f73faeb5d45cd3001b42385e09a90',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-03-13 13:01:54','2021-03-13 13:01:54'),(196,NULL,NULL,115,196,174,NULL,1,1,'Home is pastel green, maroon truck in driveway. ','{\"48\":\"1\"}',1,'[]','approved',NULL,'efd2ce7542a36779b39cc14473998cf5',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-03-15 11:52:35','2021-03-15 11:52:35'),(197,NULL,NULL,116,197,175,NULL,1,1,'Inside house. ','[]',1,'[]','approved',NULL,'668ecefbeadbd37d67f943fa6031bca1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-03-20 09:03:50','2021-03-20 09:03:50'),(198,NULL,NULL,116,198,175,NULL,1,1,'Inside house. ','[]',1,'[]','approved',NULL,'1d2595e3133aa127c50340bd25d931cb',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-03-20 09:03:50','2021-03-20 09:03:50'),(199,NULL,NULL,117,199,176,NULL,1,1,'','[]',1,'[]','approved',NULL,'c054f53a21344bc277459651d2c163bf',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-03-21 07:37:58','2021-03-21 07:37:58'),(200,NULL,NULL,117,200,176,NULL,1,1,'','[]',1,'[]','approved',NULL,'a2be32e4e27a2a9909d90a360d30f4ef',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-03-21 07:37:58','2021-03-21 07:37:58'),(201,NULL,NULL,112,201,177,NULL,1,1,'This is for my husband James McClellan. ','{\"48\":\"1\"}',1,'[]','approved',NULL,'9e8ca996a9334219fb2d96b7c2bd2f1a',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-03-24 17:34:38','2021-03-24 17:34:38'),(202,NULL,NULL,118,202,178,NULL,1,1,'','[]',1,'[]','approved',NULL,'1cc08bfc5507d415be5ac265a5aaafda',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-03-31 08:50:41','2021-03-31 08:50:41'),(203,NULL,NULL,119,203,179,NULL,1,1,'','[]',1,'[]','approved',NULL,'2d06c9f9afa45e76663f21e2d97b7c46',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-04-02 15:07:57','2021-04-02 15:07:57'),(204,NULL,NULL,120,204,180,NULL,1,1,'','{\"9\":\"1\",\"10\":\"1\",\"48\":\"1\"}',1,'[]','approved',NULL,'e12bd894839e4c92640ad06ba222288b',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-04-03 17:43:41','2021-04-03 17:43:41'),(205,NULL,NULL,121,205,181,NULL,1,1,'Room 1622','[]',1,'[]','approved',NULL,'d8342dc7de31b1fcb60ad5ff48647528',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-04-04 16:02:50','2021-04-04 16:02:50'),(206,NULL,NULL,122,206,182,NULL,1,1,'Grand Waikikian room 2605','[]',1,'[]','approved',NULL,'c436c9a8300fe2bea392d589f628d845',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-04-06 06:33:55','2021-04-06 06:33:56'),(207,NULL,NULL,123,207,183,NULL,1,1,'Have a birthday party the night before, expecting the need for this!!','[]',1,'[]','approved',NULL,'c3c94a64efcf296f05019639f18cd260',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-04-08 21:59:26','2021-04-08 21:59:26'),(208,NULL,NULL,116,208,184,NULL,1,1,'','{\"7\":\"1\",\"8\":\"1\"}',1,'[]','approved',NULL,'49fed6600831c86c766700c45a361755',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-04-11 05:55:10','2021-04-11 05:55:10'),(209,NULL,NULL,116,209,184,NULL,1,1,'','{\"7\":\"1\",\"8\":\"1\"}',1,'[]','approved',NULL,'fd4bee9a81792f77a5eda08e3d9c06ef',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-04-11 05:55:10','2021-04-11 05:55:10'),(210,NULL,NULL,124,210,185,NULL,1,1,'Condo 7202','[]',1,'[]','approved',NULL,'2bd0874ecac01e2dacb66c63039b3495',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-04-13 11:51:29','2021-04-13 11:51:29'),(211,NULL,NULL,124,211,185,NULL,1,1,'Condo 7202','[]',1,'[]','approved',NULL,'0ac8b8704cfd8ee00913456e5e8437bc',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-04-13 11:51:29','2021-04-13 11:51:29'),(212,NULL,NULL,125,212,186,NULL,1,1,'','{\"7\":\"1\",\"27\":\"1\",\"28\":\"1\",\"53\":\"1\"}',1,'[]','approved',NULL,'d5d50c99d162ada7484d91f1c529f767',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-04-15 08:29:04','2021-04-15 08:29:04'),(213,NULL,NULL,126,213,187,NULL,1,1,'','{\"35\":\"1\"}',1,'[]','approved',NULL,'5df0a43056a5f925e0bb24b4df5e30ee',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-04-18 07:43:25','2021-04-18 07:43:25'),(214,NULL,NULL,127,214,188,NULL,1,1,'Guest Parking on second floor ; pls call and we will let you in','{\"49\":\"1\"}',1,'[]','approved',NULL,'f8a98dee4d93ad1cc6a06777ac42cd4c',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-04-22 15:29:35','2021-04-22 15:29:35'),(215,NULL,NULL,128,215,189,NULL,1,1,'You can park in the carport','[]',1,'[]','approved',NULL,'33040605ce51bc0ea38f3a21cf26c52d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-04-25 11:15:50','2021-04-25 11:15:50'),(216,NULL,NULL,129,216,190,NULL,1,1,'Gate code: call button then 0077. After going through the gate take a right. It’s home 56/E. ','{\"36\":\"1\"}',1,'[]','approved',NULL,'faa84e79254e8fbdd3b66cf9c7c127ec',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-04-26 13:13:48','2021-04-26 13:13:48'),(217,NULL,NULL,130,217,191,NULL,1,1,'Sheraton Waikiki room 1843','{\"7\":\"1\",\"8\":\"1\",\"52\":\"1\"}',1,'[]','approved',NULL,'20b8588e78c2acf37b62291444dca90a',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-04-27 11:48:58','2021-04-27 11:48:58'),(218,NULL,NULL,131,218,192,NULL,1,1,'My house is the back house not the home with the address on the front.  There is a fence in front.','[]',1,'[]','approved',NULL,'d1b7a4e66e79054377f2bbb91ac9d414',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-04-27 15:54:40','2021-04-27 15:54:40'),(219,NULL,NULL,132,219,193,NULL,1,1,'','[]',1,'[]','approved',NULL,'80186199369cfdfc827b22e6e673546f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-04-29 05:53:21','2021-04-29 05:53:21'),(220,NULL,NULL,133,220,194,NULL,1,1,'','[]',1,'[]','approved',NULL,'4ee981aa3a8571136641d9606a3e15d8',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-04-29 13:30:14','2021-04-29 13:30:14'),(221,NULL,NULL,134,221,195,NULL,1,1,'','[]',1,'[]','approved',NULL,'70edd02a0c7a12e08c58c86ac0674d87',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-05-01 10:00:54','2021-05-01 10:00:54'),(222,NULL,NULL,135,222,196,NULL,1,1,'','[]',1,'[]','approved',NULL,'ffbbac1e7448858544742525164e02de',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-05-02 12:58:22','2021-05-02 12:58:22'),(223,NULL,NULL,136,223,197,NULL,1,1,'','[]',1,'[]','approved',NULL,'1ce7824312d2e2155177b6fca6bffab5',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-05-06 12:58:53','2021-05-06 12:58:53'),(224,NULL,NULL,137,224,198,NULL,1,1,'Mauna Kea beach hotel','{\"74\":\"1\"}',1,'[]','approved',NULL,'37e22c7fd2dffe331a7910b587b83897',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-05-07 05:54:38','2021-05-07 05:54:38'),(225,NULL,NULL,138,225,199,NULL,1,1,'Visiting from Colorado. I have been nauseous since Sunday. Have hardly been able to eat anything. My anxiety I’d through the roof. I think this is the formula I need but if you think another formula would be better, that is fine with me. ','{\"16\":\"1\"}',1,'[]','approved',NULL,'f4a9bb1f990385ec14ca2ab9843962bf',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-05-12 08:48:31','2021-05-12 08:48:31'),(226,NULL,NULL,139,226,200,NULL,1,1,'','{\"29\":\"1\",\"48\":\"1\"}',1,'[]','approved',NULL,'f70de9fddd757f1fa9700cd99f7f46b6',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-05-14 08:30:30','2021-05-14 08:30:30'),(227,NULL,NULL,140,227,201,NULL,1,1,' We will be in one house. Can you do both at the same time ','{\"29\":\"1\"}',1,'[]','approved',NULL,'0cc98e6a8a90bb94d5ba3775af0208c9',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-05-14 11:52:37','2021-05-14 11:52:37'),(228,NULL,NULL,140,228,201,NULL,1,1,' We will be in one house. Can you do both at the same time ','{\"29\":\"1\"}',1,'[]','approved',NULL,'f57e95229f2bd7a7fc4b03fdc0e382b6',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-05-14 11:52:37','2021-05-14 11:52:37'),(229,NULL,NULL,141,229,202,NULL,1,1,'','{\"8\":\"1\"}',1,'[]','approved',NULL,'8f9ac4a60360214d6f1d1b1631c25822',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-05-16 09:46:05','2021-05-16 09:46:05'),(230,NULL,NULL,142,230,203,NULL,1,1,'Lasdf','{\"21\":\"1\"}',1,'[]','approved',NULL,'1adcdc269871c6017ad7a478f9dccd16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-05-16 11:58:10','2021-05-16 11:58:10'),(231,NULL,NULL,143,231,204,NULL,1,1,'Hilton Hawaiian Village Waikiki Beach Resort, 2005 Kalia Rd, Honolulu, HI 96815','[]',1,'[]','approved',NULL,'3d0efd094ca55e20b550a961a4d9c7c0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-05-16 12:13:33','2021-05-16 12:13:33'),(232,NULL,NULL,82,232,205,NULL,1,1,'test','{\"53\":\"1\"}',1,'[]','approved',NULL,'6454ba7185ab4751dc2d6707c4cf5811',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-05-18 12:48:47','2021-05-18 12:48:47'),(233,NULL,NULL,82,233,206,NULL,1,1,';asldifp aoisd jf','[]',1,'[]','approved',NULL,'e0313036984635e55aae1b3a84a34033',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-05-18 12:52:46','2021-05-18 12:52:46'),(234,NULL,NULL,144,234,207,NULL,1,1,'','{\"42\":\"1\",\"72\":\"1\"}',1,'[]','approved',NULL,'cb72da98328ce27e98335b50909cf74f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-05-20 06:02:44','2021-05-20 06:02:44'),(235,NULL,NULL,145,235,208,NULL,1,1,'Please call once you here there’s no intercom ','{\"8\":\"1\",\"53\":\"1\"}',1,'[]','approved',NULL,'d8878ec959b43b090347562850f5cdae',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-05-20 09:58:07','2021-05-20 09:58:07'),(236,NULL,NULL,146,236,209,NULL,1,1,'','[]',1,'[]','approved',NULL,'f7c362ede9b8fb0042bd98ac0a4e6b66',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-05-23 17:08:51','2021-05-23 17:08:51'),(237,NULL,NULL,147,237,210,NULL,1,1,'','[]',1,'[]','approved',NULL,'822c4d9f1dbb6c5e60517aea1c197a34',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-05-28 09:56:57','2021-05-28 09:56:57'),(238,NULL,NULL,146,238,211,NULL,1,1,'','[]',1,'[]','approved',NULL,'136748ca9f480742b75578f35ada1df6',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-05-28 20:09:58','2021-05-28 20:09:58'),(239,NULL,NULL,148,239,212,NULL,1,1,'We would be glad if we could get the IV at the same time','[]',1,'[]','approved',NULL,'b3c2c1278e2bcf43b2c3d012c67f12a8',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-05-30 13:56:20','2021-05-30 13:56:20'),(240,NULL,NULL,148,240,212,NULL,1,1,'We would be glad if we could get the IV at the same time','[]',1,'[]','approved',NULL,'7e1e261538c89d53c80acb9586dfe624',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-05-30 13:56:20','2021-05-30 13:56:20'),(241,NULL,NULL,149,241,213,NULL,1,1,'','[]',1,'[]','approved',NULL,'6ec2db2d77ec02b3a65767fdf19b18af',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-06-05 05:24:07','2021-06-05 05:24:07'),(242,NULL,NULL,150,242,214,NULL,1,1,'','[]',1,'[]','approved',NULL,'aa56ad405bf440bdc02f03093621f772',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-06-05 12:09:49','2021-06-05 12:09:49'),(243,NULL,NULL,150,243,214,NULL,1,1,'','[]',1,'[]','approved',NULL,'527038a30d38b4382b8c497eefa716ce',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-06-05 12:09:49','2021-06-05 12:09:49'),(244,NULL,NULL,151,244,215,NULL,1,1,'Marriott Ko O Lina Beach Club\nRoom 31226','{\"48\":\"1\"}',1,'[]','approved',NULL,'efdd5c9f7c650c4960ad39c9e0222c68',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-06-05 12:15:39','2021-06-05 12:15:39'),(245,NULL,NULL,152,245,216,NULL,1,1,'','{\"7\":\"1\",\"8\":\"1\"}',1,'[]','approved',NULL,'4c9ca09c2a245a81c039b0d0d3c5c36f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-06-10 06:50:32','2021-06-10 06:50:32'),(246,NULL,NULL,153,246,217,NULL,1,1,'','{\"47\":\"1\"}',1,'[]','approved',NULL,'17d699ba3d9d10673a3ed1a6cb48d25a',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-06-11 22:17:37','2021-06-11 22:17:37'),(247,NULL,NULL,153,247,218,NULL,1,1,'','{\"47\":\"1\"}',1,'[]','approved',NULL,'80295fe63b9135699d68fdb3e130a2a4',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-06-13 11:58:37','2021-06-13 11:58:37'),(248,NULL,NULL,154,248,219,NULL,1,1,'','[]',1,'[]','approved',NULL,'feef6d779fc5361add97dac9334a5f8b',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-06-15 09:35:20','2021-06-15 09:35:20'),(249,NULL,NULL,155,249,220,NULL,1,1,'','[]',1,'[]','approved',NULL,'8eef067625b5e3192010b19146c62603',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-06-16 13:21:38','2021-06-16 13:21:38'),(250,NULL,NULL,156,250,221,NULL,1,1,'','[]',1,'[]','approved',NULL,'82c7bde167f33e5b66b669579ea1937e',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-06-17 14:29:48','2021-06-17 14:29:48'),(251,NULL,NULL,156,251,222,NULL,1,1,'','[]',1,'[]','approved',NULL,'f66880a031cd28ab5143fa578e6d1628',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-06-17 14:32:52','2021-06-17 14:32:52'),(252,NULL,NULL,157,252,223,NULL,1,1,'','{\"10\":\"1\"}',1,'[]','approved',NULL,'8242bb2737ea24cde4201d112dd57ec5',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-06-19 05:02:13','2021-06-19 05:02:13'),(253,NULL,NULL,157,253,223,NULL,1,1,'','{\"9\":\"1\"}',1,'[]','approved',NULL,'8aacd1e135400bf846a604c06497ae84',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-06-19 05:02:13','2021-06-19 05:02:13'),(254,NULL,NULL,158,254,224,NULL,1,1,'','[]',1,'[]','approved',NULL,'3449022a250fdf374365474dc9652ea9',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-06-22 22:38:55','2021-06-22 22:38:55'),(255,NULL,NULL,146,255,225,NULL,1,1,'','[]',1,'[]','approved',NULL,'9e43b584aee3643aa965fb32c27354cc',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-06-25 13:08:24','2021-06-25 13:08:24'),(256,NULL,NULL,159,256,226,NULL,1,1,'','{\"7\":\"1\",\"8\":\"1\",\"52\":\"1\"}',1,'[]','approved',NULL,'27d73c5edf91bd512833d3f480261550',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-06-27 04:58:16','2021-06-27 04:58:16'),(257,NULL,NULL,160,257,227,NULL,1,1,'Embassy Suites \nRoom 405\nJeremy Jansen 832-600-1336','[]',1,'[]','approved',NULL,'5f303e83b43f24a276e81603e4b3ff96',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-07-04 07:12:53','2021-07-04 07:12:53'),(258,NULL,NULL,161,258,228,NULL,1,1,'I’m healthy just need to get rid of this hangover ','[]',1,'[]','approved',NULL,'1f5bdda13ba1bfe0616971732f5206a6',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-07-08 13:43:17','2021-07-08 13:43:17'),(259,NULL,NULL,162,259,229,NULL,1,1,'','[]',1,'[]','approved',NULL,'8eb483640a6ba9f92e5997b00799af42',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-07-09 11:12:59','2021-07-09 11:12:59'),(260,NULL,NULL,163,260,230,NULL,1,1,'Ritz Carlton hotel room 1215','[]',1,'[]','approved',NULL,'c6c7b6d490d8c2b30489693c2e46bb64',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-07-19 05:21:12','2021-07-19 05:21:12'),(261,NULL,NULL,73,261,231,NULL,1,1,'Please call ahead 508 333 8043','{\"7\":\"1\",\"8\":\"1\",\"53\":\"1\"}',1,'[]','approved',NULL,'d5a57a2a700d97451e0341606f37af1d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-07-24 19:10:28','2021-07-24 19:10:28'),(262,NULL,NULL,164,262,232,NULL,1,1,'','{\"18\":\"1\",\"51\":\"1\"}',1,'[]','approved',NULL,'e49024bddd580e9422cf5076f7aaa7c7',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-07-30 09:39:29','2021-07-30 09:39:29'),(263,NULL,NULL,165,263,233,NULL,1,1,'','[]',1,'[]','approved',NULL,'78f71b36879e70f6ae43bfa18a5df343',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-08-04 16:40:52','2021-08-04 16:40:52'),(264,NULL,NULL,166,264,234,NULL,1,1,'The driveway access is on Auahi Street, you can park in the 15 min spot. The timing is not enforced. If that’s not available there should be street parking','{\"7\":\"1\",\"8\":\"1\"}',1,'[]','approved',NULL,'59a81f060de25549f83c1cf9f14ac943',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-08-08 12:11:07','2021-08-08 12:11:07'),(265,NULL,NULL,166,265,234,NULL,1,1,'The driveway access is on Auahi Street, you can park in the 15 min spot. The timing is not enforced. If that’s not available there should be street parking','{\"7\":\"1\",\"8\":\"1\"}',1,'[]','approved',NULL,'d607767ec7d022d74895f5ea2c24a764',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-08-08 12:11:07','2021-08-08 12:11:07'),(266,NULL,NULL,167,266,235,NULL,1,1,'Blue, two-story house,','{\"18\":\"1\"}',1,'[]','approved',NULL,'4de0554087f0f414996a60e1ccb4472a',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-08-08 13:37:50','2021-08-08 13:37:50'),(267,NULL,NULL,82,267,236,NULL,1,1,'','[]',1,'[]','approved',NULL,'c03ae622f3874a9ea5424074365c8b33',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-08-11 09:40:07','2021-08-11 09:40:07'),(268,NULL,NULL,82,268,237,NULL,1,1,'','[]',1,'[]','approved',NULL,'d22ecc1522f3839010eba6087b9c6408',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-08-11 10:54:07','2021-08-11 10:54:07'),(269,NULL,NULL,168,269,238,NULL,1,1,'This is for my father: Harris K Mabe','[]',1,'[]','approved',NULL,'5fce06b1fcb391c18b84173735e0d345',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-08-16 19:22:12','2021-08-16 19:22:12'),(270,NULL,NULL,169,270,239,NULL,1,1,'Marriott Waikiki Room 2019','{\"53\":\"1\"}',1,'[]','approved',NULL,'9d48c32494630e43af8db3c32e53a0b9',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-08-20 07:09:41','2021-08-20 07:09:41'),(271,NULL,NULL,170,271,240,NULL,1,1,'Staying at Marriott Ko Olina beach club main building Kona in room 10706','{\"77\":\"1\"}',1,'[]','approved',NULL,'137091c2a19bf4adedf800461a8b2861',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-08-22 11:39:24','2021-08-22 11:39:24'),(272,NULL,NULL,171,272,241,NULL,1,1,'','{\"78\":\"1\"}',1,'[]','approved',NULL,'e714ea9fe0c4ba436355202901392656',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-08-27 22:44:13','2021-08-27 22:44:13'),(273,NULL,NULL,172,273,242,NULL,1,1,'','{\"8\":\"1\"}',1,'[]','approved',NULL,'0bd75ce3f091c4aed9ff932193f095a2',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-08-28 11:48:39','2021-08-28 11:48:39'),(274,NULL,NULL,173,274,243,NULL,1,1,'2nd level condo must use guest parking','{\"54\":\"1\"}',1,'[]','approved',NULL,'02e6755965fa31b4171a2d1cdbd3cee3',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-08-30 11:21:37','2021-08-30 11:21:37'),(275,NULL,NULL,174,275,244,NULL,1,1,'','{\"29\":\"1\"}',1,'[]','approved',NULL,'a3eec2d1bbcda452fe1d6768a778244c',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-08-31 11:25:28','2021-08-31 11:25:28'),(276,NULL,NULL,175,276,245,NULL,1,1,'','[]',1,'[]','approved',NULL,'f7a3ca315411c0b816d8f8aea4a2c6d3',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-08-31 13:54:39','2021-08-31 13:54:39'),(277,NULL,NULL,176,277,246,NULL,1,1,'Alohilani Resort ','{\"45\":\"1\"}',1,'[]','approved',NULL,'80a56863ab9e6cdcca9ff133920c00a2',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-09-05 21:31:09','2021-09-05 21:31:09'),(278,NULL,NULL,177,278,NULL,NULL,1,1,'test','[]',1,'[]','approved',NULL,'8d4640f1ce16943d7e5cc6565f34377a',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-09-07 10:53:54','2021-09-07 10:53:54'),(279,NULL,NULL,175,279,247,NULL,1,1,'This appt is for my husband, Zane ','[]',1,'[]','approved',NULL,'679c6c28e874c39fdbcea12fa001c612',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-09-08 08:00:00','2021-09-08 08:00:00'),(280,NULL,NULL,177,280,NULL,NULL,1,1,'test','[]',1,'[]','approved',NULL,'5b705e7027c5a05a770e0a219a8004d7',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-09-08 10:45:38','2021-09-08 10:45:38'),(281,NULL,NULL,178,281,248,NULL,1,1,'','[]',1,'[]','approved',NULL,'b43a1d9fe0900024dd34a90143c28c4e',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-09-08 20:46:42','2021-09-08 20:46:42'),(282,NULL,NULL,179,282,249,NULL,1,1,'In the mother in law suit attached to main house ','[]',1,'[]','approved',NULL,'5bcb94342f481e2612e0af7cf7a8742b',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-09-08 23:15:27','2021-09-08 23:15:27'),(283,NULL,NULL,180,283,250,NULL,1,1,'Room # 2202 at the Aston ','{\"50\":\"1\"}',1,'[]','approved',NULL,'68243c6d8d5765ed944b9fa3ee291b62',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-09-09 09:41:05','2021-09-09 09:41:05'),(284,NULL,NULL,168,284,251,NULL,1,1,'Returning customer','{\"68\":\"1\"}',1,'[]','approved',NULL,'22a65fa50c7e146a35c8da4fb15a1765',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-09-09 15:13:24','2021-09-09 15:13:24'),(285,NULL,NULL,181,285,252,NULL,1,1,'','{\"33\":\"1\"}',1,'[]','approved',NULL,'d8c157966a021c0203168a572c6d3ba1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-09-10 15:26:19','2021-09-10 15:26:19'),(286,NULL,NULL,182,286,253,NULL,1,1,'Outrigger hotel ','{\"9\":\"1\",\"49\":\"1\"}',1,'[]','approved',NULL,'c18f1c5aa25df8a169e7b9566932cdc5',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-09-12 17:08:38','2021-09-12 17:08:38'),(287,NULL,NULL,180,287,254,NULL,1,1,'room 2202','[]',1,'[]','approved',NULL,'f12b280951b46adda5783c5912b6d415',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-09-15 07:43:34','2021-09-15 07:43:34'),(288,NULL,NULL,183,288,NULL,NULL,1,1,'sdFA WETW ','[]',1,'[]','approved',NULL,'5f3053ea92d14620e0db6b0c775f7f0d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-09-18 10:14:07','2021-09-18 10:14:07'),(289,NULL,NULL,184,289,NULL,NULL,1,1,'test','[]',1,'[]','approved',NULL,'4020b28a609ea386759dabc8830646c7',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-09-18 10:22:01','2021-09-18 10:22:01'),(290,NULL,NULL,185,290,NULL,NULL,1,1,';aldsfkjg;lk','[]',1,'[]','approved',NULL,'4009b83f305e9ff90a5c9b00badde85e',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-09-18 11:23:20','2021-09-18 11:23:20'),(291,NULL,NULL,185,291,NULL,NULL,1,1,';aldsfkjg;lk','[]',1,'[]','approved',NULL,'2fa3015bc1ba7e28fb38f80bdae27e87',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-09-18 11:23:20','2021-09-18 11:23:20'),(292,NULL,NULL,185,292,NULL,NULL,1,1,';aldsfkjg;lk','[]',1,'[]','approved',NULL,'2a65df6d58e55ffec0dbc9db3661d885',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-09-18 11:23:20','2021-09-18 11:23:20'),(293,NULL,NULL,186,292,NULL,NULL,1,1,'dsfgadfga','[]',1,'[]','approved',NULL,'975167ef646d8df24e1c1521281c003d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-09-18 12:50:28','2021-09-18 12:50:28'),(294,NULL,NULL,180,293,255,NULL,1,1,'Please add on the NAD ','[]',1,'[]','approved',NULL,'e285ce9f3c5fa70d52387a0d3e653a1f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-09-18 14:05:14','2021-09-18 14:05:14'),(295,NULL,NULL,146,294,256,NULL,1,1,'','{\"9\":\"1\"}',1,'[]','approved',NULL,'8e03591f5de85e111351655b8a902969',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-09-21 13:39:43','2021-09-21 13:39:43'),(296,NULL,NULL,187,295,257,NULL,1,1,'','{\"76\":\"1\"}',1,'[]','approved',NULL,'c1e764b526b0f88fabcc25fdbe8625df',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-09-21 17:03:57','2021-09-21 17:03:57'),(297,NULL,NULL,188,296,258,NULL,1,1,'','[]',1,'[]','approved',NULL,'3737401ba2257424b3a5faac31c99a74',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-09-27 13:25:39','2021-09-27 13:25:39'),(298,NULL,NULL,189,297,259,NULL,1,1,'','{\"30\":\"1\"}',1,'[]','approved',NULL,'2645f87af7feb97aac11d6f3f1d14e66',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-09-27 13:41:43','2021-09-27 13:41:43'),(299,NULL,NULL,190,298,260,NULL,1,1,'','[]',1,'[]','approved',NULL,'041f222e3d5ee44feef2f64a2d60f6ff',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-09-30 04:50:59','2021-09-30 04:50:59'),(300,NULL,NULL,191,299,261,NULL,1,1,'','{\"46\":\"1\"}',1,'[]','approved',NULL,'186b73f36b259f72f63cfeed75332ca6',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-10-02 16:00:01','2021-10-02 16:00:01'),(301,NULL,NULL,82,300,NULL,NULL,1,1,'test','[]',1,'[]','approved',NULL,'ab5407cab8c6718475a7466e8ae54f69',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-10-02 18:02:23','2021-10-02 18:02:23'),(302,NULL,NULL,177,301,NULL,NULL,1,1,'test','[]',1,'[]','approved',NULL,'6a69daa8b7a3881b051c1f5678563a39',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-10-06 09:22:09','2021-10-06 09:22:09'),(303,NULL,NULL,192,301,NULL,NULL,1,1,'test','[]',1,'[]','approved',NULL,'cec93744034a822814b79ae498b8e716',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-10-06 09:29:10','2021-10-06 09:29:10'),(304,NULL,NULL,82,302,NULL,NULL,1,1,'','[]',1,'[]','approved',NULL,'22048cb97631dc404c6550078edcac45',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-10-06 09:48:40','2021-10-06 09:48:40'),(305,NULL,NULL,193,303,NULL,NULL,1,1,'test','[]',1,'[]','approved',NULL,'85f79417bf57cb51693b8191ab533e80',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-10-08 11:37:07','2021-10-08 11:37:07'),(306,NULL,NULL,82,304,NULL,NULL,1,1,'test','[]',1,'[]','approved',NULL,'61f5ec67e0c3588aab95773ce9239dc8',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-10-08 11:45:37','2021-10-08 11:45:37'),(307,NULL,NULL,180,305,262,NULL,1,1,'Hello, see you soon. Bring NAD please','{\"50\":\"1\"}',1,'[]','approved',NULL,'c703861a16181bea3edcf141c04dea63',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-10-08 20:49:55','2021-10-08 20:49:55'),(308,NULL,NULL,194,306,263,NULL,1,1,'Headaches , fatigue','[]',1,'[]','approved',NULL,'86b195fa5ab778eb1b6a3dab162be465',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-10-11 09:46:33','2021-10-11 09:46:33'),(309,NULL,NULL,195,307,264,NULL,1,1,'','{\"9\":\"1\"}',1,'[]','approved',NULL,'a62d410b88a4a48eb19aa1af89a707d0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-10-13 17:25:44','2021-10-13 17:25:44'),(310,NULL,NULL,180,308,265,NULL,1,1,'Bring NAD','[]',1,'[]','approved',NULL,'8a2270f2fe12d8ecccabfb67c657861a',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-10-16 02:07:18','2021-10-16 02:07:18'),(311,NULL,NULL,196,309,266,NULL,1,1,'My hotel room is 732. There is a set of elevators just next to the main check in desk that you can use. Please feel free to call me for direction too. Thank you!','{\"8\":\"1\"}',1,'[]','approved',NULL,'9538229353595ab29b861d30ad97edb0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-10-17 14:33:37','2021-10-17 14:33:37'),(312,NULL,NULL,197,310,267,NULL,1,1,'Honua Kai Hokulani 836','{\"7\":\"1\",\"8\":\"1\"}',1,'[]','approved',NULL,'1b8213c07827a40407dbecf7135d8ea2',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-10-21 19:25:58','2021-10-21 19:25:58'),(313,NULL,NULL,198,311,268,NULL,1,1,'The Hyatt in wikiki room 4060','[]',1,'[]','approved',NULL,'a02b9d8b1acd0a97fe11970a0bc53945',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-10-21 21:42:45','2021-10-21 21:42:45'),(314,NULL,NULL,198,312,268,NULL,1,1,'The Hyatt in wikiki room 4060','[]',1,'[]','approved',NULL,'a208975d07b543563fdb2c1a7fb403be',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-10-21 21:42:45','2021-10-21 21:42:45'),(315,NULL,NULL,198,313,268,NULL,1,1,'The Hyatt in wikiki room 4060','[]',1,'[]','approved',NULL,'29ba458bde77a4d954cfa9439927239c',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-10-21 21:42:45','2021-10-21 21:42:45'),(316,NULL,NULL,198,310,268,NULL,1,1,'The Hyatt in wikiki room 4060','[]',1,'[]','approved',NULL,'3d67551963b7812d6ff3befe1f5612f4',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-10-21 21:42:45','2021-10-21 21:42:45'),(317,NULL,NULL,199,314,269,NULL,1,1,'Check in w front desk and I’ll have them send you up! ','[]',1,'[]','approved',NULL,'7e4070ae63f615b9c0ccc58697d05f3d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-10-28 17:58:37','2021-10-28 17:58:37'),(318,NULL,NULL,180,315,270,NULL,1,1,'Nad please ','[]',1,'[]','approved',NULL,'471094a51c44dff4671ec3b64bf57c3e',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-10-30 03:48:41','2021-10-30 03:48:41'),(319,NULL,NULL,172,316,271,NULL,1,1,'you can come earlier if you want','{\"8\":\"1\"}',1,'[]','approved',NULL,'49032945f960d4ad725e4a76bfe098c1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-10-31 12:16:48','2021-10-31 12:16:48'),(320,NULL,NULL,200,317,272,NULL,1,1,'All Moana Hotel ','{\"3\":\"1\",\"58\":\"1\"}',1,'[]','approved',NULL,'97270dd3c1f6deb8adc770ab1718662f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-10-31 15:55:29','2021-10-31 15:55:29'),(321,NULL,NULL,82,318,NULL,NULL,1,1,'iv stuff','[]',1,'[]','approved',NULL,'3f24466cc59d8e8bcaee85b2ccb35f5c',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-11-01 09:05:33','2021-11-01 09:05:33'),(322,NULL,NULL,201,319,273,NULL,1,1,'','[]',1,'[]','approved',NULL,'1de010a0d324da4073193420b0237f8f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-11-05 11:42:02','2021-11-05 11:42:02'),(323,NULL,NULL,180,320,274,NULL,1,1,'NAD please','{\"63\":\"1\"}',1,'[]','approved',NULL,'6da4e640347af0565cc6aec4e3f2218d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-11-05 15:52:01','2021-11-05 15:52:01'),(324,NULL,NULL,202,321,275,NULL,1,1,'Please add glutathione push. Thank you!','[]',1,'[]','approved',NULL,'92f29dbb2d64f61d3fe51344dd859948',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-11-06 11:46:03','2021-11-06 11:46:03'),(325,NULL,NULL,203,322,276,NULL,1,1,'','{\"52\":\"1\"}',1,'[]','approved',NULL,'e002d81f707720d4653357784ae0401b',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-11-11 08:09:04','2021-11-11 08:09:04'),(326,NULL,NULL,204,323,277,NULL,1,1,'I don’t see exactly what I need in your list of treatments, so I’m putting the details here. \n\nI need your migraine cocktail. No Toradol. With as much magnesium as you can give me, also add caffeine and Pepcid if available.  I’ll need 1.5-2 bags of saline. \n\nI need someone who is experienced enough to be careful with my veins. They are small, tend to roll, and have tough little valves. I get infusions for my migraine often and have been scarred by many overconfident young nurses. Please be gentle with my veins and very slow and careful. ','{\"62\":\"1\"}',1,'[]','approved',NULL,'47f704402dc8da916b97140b4d5f32bd',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-11-18 07:05:32','2021-11-18 07:05:32'),(327,NULL,NULL,205,324,278,NULL,1,1,'','{\"77\":\"1\"}',1,'[]','approved',NULL,'b649969c19f39565f6aa5bc29658af33',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-11-20 08:27:49','2021-11-20 08:27:49'),(328,NULL,NULL,206,325,279,NULL,1,1,'We are scheduled to arrive on March 31st ','{\"72\":\"1\"}',1,'[]','approved',NULL,'4bc4ca5665aa97f3808354d155a9d088',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-11-21 03:49:58','2021-11-21 03:49:58'),(329,NULL,NULL,206,326,279,NULL,1,1,'We are scheduled to arrive on March 31st ','{\"72\":\"1\"}',1,'[]','approved',NULL,'3bd5e167d15b8bee85ebf583395f7ce2',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-11-21 03:49:58','2021-11-21 03:49:58'),(330,NULL,NULL,207,327,280,NULL,1,1,'Embassy suites','[]',1,'[]','approved',NULL,'1b68e5f47b2091948fd2af605611b172',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-11-21 08:08:09','2021-11-21 08:08:09'),(331,NULL,NULL,208,328,281,NULL,1,1,'Call or text when here, have to let you in the door','{\"7\":\"1\"}',1,'[]','approved',NULL,'cbff38351db9a5012b350fabed18fea9',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-11-28 09:00:11','2021-11-28 09:00:11'),(332,NULL,NULL,209,329,282,NULL,1,1,'','[]',1,'[]','approved',NULL,'211c105cea5d0a1e05265f3f6dbda00f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-11-28 14:59:10','2021-11-28 14:59:10'),(333,NULL,NULL,210,330,283,NULL,1,1,'','[]',1,'[]','approved',NULL,'7673073c7e1e38fde30487c2ce194c39',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-12-05 12:54:01','2021-12-05 12:54:01'),(334,NULL,NULL,211,331,284,NULL,1,1,'','{\"1\":\"1\",\"2\":\"1\"}',1,'[]','approved',NULL,'6ca704db052918eb1247cf2a00658d93',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-12-08 09:48:02','2021-12-08 09:48:02'),(335,NULL,NULL,212,332,285,NULL,1,1,'','{\"7\":\"1\",\"8\":\"1\",\"27\":\"1\",\"28\":\"1\",\"53\":\"1\"}',1,'[]','approved',NULL,'1d999b317bab1c2cdb9bd5aee71abe4d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-12-10 15:38:22','2021-12-10 15:38:22'),(336,NULL,NULL,213,333,286,NULL,1,1,'Has been experiencing stomach cramps and been on a liquid diet for the last week. ','[]',1,'[]','approved',NULL,'e10acffd7280cd7e03fec172025a173b',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-12-10 20:48:23','2021-12-10 20:48:23'),(337,NULL,NULL,214,334,287,NULL,1,1,'','[]',1,'[]','approved',NULL,'5112b5840b0a1b0f8e316543c0198cc8',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-12-11 09:50:03','2021-12-11 09:50:03'),(338,NULL,NULL,215,335,288,NULL,1,1,'I just moved out of my place here\nJust staying Tonite at the hotel Didn\'t check in yet\nHaven\'t been able to eat Is Meyers the best for that','{\"9\":\"1\"}',1,'[]','approved',NULL,'fe7125e3b1b659a11c8475437b913998',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-12-14 16:07:04','2021-12-14 16:07:04'),(339,NULL,NULL,216,336,289,NULL,1,1,'','{\"25\":\"1\"}',1,'[]','approved',NULL,'032a98000da8031f14e8e0cde08a62bc',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-12-17 04:55:52','2021-12-17 04:55:52'),(340,NULL,NULL,216,337,289,NULL,1,1,'','{\"25\":\"1\"}',1,'[]','approved',NULL,'8ee2337091c2edc3f280cd10bfa361ad',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-12-17 04:55:52','2021-12-17 04:55:52'),(341,NULL,NULL,217,338,290,NULL,1,1,'','[]',1,'[]','approved',NULL,'93e648cde703b7765698be9872198035',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-12-18 15:36:12','2021-12-18 15:36:12'),(342,NULL,NULL,217,339,290,NULL,1,1,'','[]',1,'[]','approved',NULL,'5881bab3e95fd1c885b72598546d95d9',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-12-18 15:36:12','2021-12-18 15:36:12'),(343,NULL,NULL,218,340,291,NULL,1,1,'Been traveling a lot, feeling sluggish, not good at drinking water.','{\"48\":\"1\"}',1,'[]','approved',NULL,'403184b38a7491b19c454f232275b879',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-12-21 08:57:08','2021-12-21 08:57:08'),(344,NULL,NULL,219,341,292,NULL,1,1,'','[]',1,'[]','approved',NULL,'1f5f32d633f871685698c1aaa4925f55',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-12-22 19:15:50','2021-12-22 19:15:50'),(345,NULL,NULL,220,342,293,NULL,1,1,'','{\"3\":\"1\",\"4\":\"1\"}',1,'[]','approved',NULL,'7275fd402dc7c08454bcd414148da203',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-12-24 11:39:00','2021-12-24 11:39:00'),(346,NULL,NULL,221,343,294,NULL,1,1,'Sheraton princess kaiulani hotel\nroom 2965','{\"1\":\"1\"}',1,'[]','approved',NULL,'e740eef52c5068abe0f642c257cf2c8b',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-12-29 15:43:07','2021-12-29 15:43:07'),(347,NULL,NULL,222,343,295,NULL,1,1,'Wife naseua needs IV to rehydrate ','[]',1,'[]','approved',NULL,'005cda4c7514b6017a27152e2e096c2f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-12-29 18:23:43','2021-12-29 18:23:43'),(348,NULL,NULL,223,344,296,NULL,1,1,'I have Covid. Symptoms started Xmas Eve. Loss of appetite, I haven’t really eaten or drank anything since then. Tummy aches, headaches dizzy spells, feeling so weak. ','[]',1,'[]','approved',NULL,'57f5cb5603524d517c18999dbde06007',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-12-30 12:05:51','2021-12-30 12:05:51'),(349,NULL,NULL,224,345,297,NULL,1,1,'','{\"10\":\"1\"}',1,'[]','approved',NULL,'ac7daf9b2f58abd9b894c2df527e7a7d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2021-12-31 08:54:16','2021-12-31 08:54:16'),(350,NULL,NULL,225,346,298,NULL,1,1,'','[]',1,'[]','approved',NULL,'70d5f2a0e45b5e23162e907d9a00e0f1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-01-01 10:36:31','2022-01-01 10:36:31'),(351,NULL,NULL,225,347,298,NULL,1,1,'','[]',1,'[]','approved',NULL,'581903020999f0577ffddfc8fa114f0c',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-01-01 10:36:31','2022-01-01 10:36:31'),(352,NULL,NULL,226,348,299,NULL,1,1,'Call if you need help getting to the room ','[]',1,'[]','approved',NULL,'593143fd3df5db6e675db295c459f2eb',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-01-03 20:40:16','2022-01-03 20:40:16'),(353,NULL,NULL,227,349,300,NULL,2,1,'','{\"39\":\"1\"}',1,'[]','approved',NULL,'73f0fd5fd0d1fe30ae3febc195a9ba09',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-01-04 15:28:39','2022-01-04 15:28:39'),(354,NULL,NULL,228,350,301,NULL,1,1,'','[]',1,'[]','approved',NULL,'50b21e41202baeebab403955bd7aac94',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-01-05 12:33:52','2022-01-05 12:33:52'),(355,NULL,NULL,229,351,302,1,1,1,'Pls call 808.206.0550 and I will come down and get you in the lobby ','[]',1,'[]','approved',NULL,'11c9bfcdb6d1e9d8cae0e70d2a3208b2',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-01-07 20:33:37','2022-01-07 20:33:37'),(356,NULL,NULL,230,352,303,2,1,1,'','{\"20\":\"1\"}',1,'[]','approved',NULL,'bc4f607b298690ce658055e955c583f5',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-01-08 12:16:31','2022-01-08 12:16:31'),(357,NULL,NULL,231,353,304,3,1,1,'Hotel room 1711','{\"52\":\"1\"}',1,'[]','approved',NULL,'6c1d99c26748825a430f1eedcf7bb049',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-01-14 09:19:36','2022-01-14 09:19:36'),(358,NULL,NULL,232,354,305,4,1,1,'booking for my wife Claudette Augustus','[]',1,'[]','approved',NULL,'ddae210783006dd2f404abf95a8a27d2',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-01-21 00:01:51','2022-01-21 00:01:51'),(359,NULL,NULL,233,355,306,5,1,1,'Select route using Lunalilo Home Rd. Many GPS routes have you heading up Hawaii Kai Drive past the post office and the road is closed. ','{\"2\":\"1\"}',1,'[]','approved',NULL,'976e106b315e45757f8afe1cef2b3fb2',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-01-21 04:36:03','2022-01-21 04:36:03'),(360,NULL,NULL,205,356,307,6,1,1,'It’s for Daizlynn again. ','[]',1,'[]','approved',NULL,'fd08cf8dee4e08399a6924584a42ae96',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-01-23 08:05:53','2022-01-23 08:05:53'),(361,NULL,NULL,234,357,308,7,1,1,'','[]',1,'[]','approved',NULL,'df7b3e51db00c4dcf31138e47da07b22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-01-28 12:04:49','2022-01-28 12:04:49'),(362,NULL,NULL,235,358,309,8,1,1,'Extremely tired, cough and very little appetite ','[]',1,'[]','approved',NULL,'d810c3dd5283ccb1ad0885780649b248',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-01-29 13:33:28','2022-01-29 13:33:28'),(363,NULL,NULL,236,359,310,9,1,1,'Hale Pawaa Building','{\"37\":\"1\"}',1,'[]','approved',NULL,'074d58266cb695491d84d3f336b565d0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-02-05 14:09:47','2022-02-05 14:09:47'),(364,NULL,NULL,237,360,311,10,1,1,'Marriott resort and spay ','{\"7\":\"1\",\"8\":\"1\",\"53\":\"1\"}',1,'[]','approved',NULL,'355449f50c27ad76b8c6b31701e64f68',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-02-13 03:17:54','2022-02-13 03:17:54'),(365,NULL,NULL,238,361,312,11,1,1,'I have gastritis, not a hangover. ','{\"7\":\"1\",\"8\":\"1\"}',1,'[]','approved',NULL,'88f1e389cb2a34d84cc0719567c36469',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-02-17 07:02:33','2022-02-17 07:02:33'),(366,NULL,NULL,239,362,313,12,1,1,'right side of house upstairs ','{\"47\":\"1\"}',1,'[]','approved',NULL,'04563f315faeaa0183f2453f31ecdb96',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-02-19 13:09:55','2022-02-19 13:09:55'),(367,NULL,NULL,240,363,314,13,1,1,'','{\"8\":\"1\",\"52\":\"1\"}',1,'[]','approved',NULL,'8ef24b2d4da5239fe3c13a4bbaa3b045',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-02-20 15:26:04','2022-02-20 15:26:04'),(368,NULL,NULL,241,364,315,14,1,1,'','{\"9\":\"1\",\"10\":\"1\",\"29\":\"1\",\"49\":\"1\"}',1,'[]','approved',NULL,'2fbe8ff64dc13b259220d422a0dd7ccc',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-02-22 03:51:13','2022-02-22 03:51:13'),(369,NULL,NULL,241,365,315,14,1,1,'','{\"9\":\"1\",\"10\":\"1\",\"29\":\"1\",\"49\":\"1\"}',1,'[]','approved',NULL,'5c4e29d27a64c6904942f533d555c5a5',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-02-22 03:51:13','2022-02-22 03:51:13'),(370,NULL,NULL,242,366,316,15,1,1,'Marriott Waikiki resort and spa. ','{\"54\":\"1\"}',1,'[]','approved',NULL,'3b4f67697abe27d91f3281ac817f4f00',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-02-25 06:24:19','2022-02-25 06:24:19'),(371,NULL,NULL,172,367,317,16,1,1,'','{\"8\":\"1\"}',1,'[]','approved',NULL,'e00739a50f731a330bf1d3c8f36d0d22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-02-27 05:16:39','2022-02-27 05:16:39'),(372,NULL,NULL,243,368,318,17,1,1,'Room 360','[]',1,'[]','approved',NULL,'7c37909eda266f03836bb5e995fcf533',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-03-01 08:07:18','2022-03-01 08:07:18'),(373,NULL,NULL,244,369,319,18,1,1,'','{\"2\":\"1\"}',1,'[]','approved',NULL,'3d33312c06da25c750445c19973ea044',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-03-06 08:08:42','2022-03-06 08:08:42'),(374,NULL,NULL,245,370,320,19,1,1,'Room 618','{\"7\":\"1\",\"8\":\"1\",\"53\":\"1\"}',1,'[]','approved',NULL,'3b510f15855c4de0a97aaea2a72dac84',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-03-10 17:55:44','2022-03-10 17:55:44'),(375,NULL,NULL,245,371,320,19,1,1,'Room 618','{\"7\":\"1\",\"8\":\"1\",\"53\":\"1\"}',1,'[]','approved',NULL,'58b31096c92fb76fce66d32529e74020',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-03-10 17:55:44','2022-03-10 17:55:44'),(376,NULL,NULL,246,372,321,20,1,1,'Please text or call from the lobby. ','[]',1,'[]','approved',NULL,'c7a28653cf3b10cf2bb99da251784614',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-03-11 13:25:54','2022-03-11 13:25:54'),(377,NULL,NULL,247,373,322,21,1,1,'','{\"5\":\"1\",\"68\":\"1\"}',1,'[]','approved',NULL,'6fdbfb29c528f7869cb14df7ea6a95a7',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-03-12 15:27:20','2022-03-12 15:27:20'),(378,NULL,NULL,248,374,323,22,1,1,'','[]',1,'[]','approved',NULL,'5fd098bf7fc645167e1fec6e4db5d267',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-03-14 11:09:03','2022-03-14 11:09:03'),(379,NULL,NULL,248,375,323,22,1,1,'','[]',1,'[]','approved',NULL,'48f8d154021aaa5bf4413df848323a92',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-03-14 11:09:03','2022-03-14 11:09:03'),(380,NULL,NULL,249,376,324,23,1,1,'','{\"1\":\"1\",\"2\":\"1\",\"55\":\"1\"}',1,'[]','approved',NULL,'85d1865eba6d951cdc09f785d33579b1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-03-19 07:06:45','2022-03-19 07:06:45'),(381,NULL,NULL,99,377,325,24,1,1,'Dial up 2305 ','[]',1,'[]','approved',NULL,'fffe94b35308309075509ae5192c65f3',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-03-24 11:29:26','2022-03-24 11:29:26'),(382,NULL,NULL,250,378,326,25,1,1,'','[]',1,'[]','approved',NULL,'908610e770999badf4cebf294b492024',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-03-25 04:20:53','2022-03-25 04:20:53'),(383,NULL,NULL,250,378,327,26,1,1,'','[]',1,'[]','approved',NULL,'69fbf36b075522592c72902015ec51ee',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-03-25 04:22:49','2022-03-25 04:22:49'),(384,NULL,NULL,251,379,328,27,1,1,'Room 466','[]',1,'[]','approved',NULL,'0c0cabcae0bf0364c6cfcc2f7a4ca5bd',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-04-07 08:35:41','2022-04-07 08:35:41'),(385,NULL,NULL,251,380,328,27,1,1,'Room 466','[]',1,'[]','approved',NULL,'54695258df29b6104f0f87139bd9f709',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-04-07 08:35:41','2022-04-07 08:35:41'),(386,NULL,NULL,251,381,328,27,1,1,'Room 466','[]',1,'[]','approved',NULL,'e43f857c08c88efb77114613bd26db79',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-04-07 08:35:41','2022-04-07 08:35:41'),(387,NULL,NULL,251,382,328,27,1,1,'Room 466','[]',1,'[]','approved',NULL,'559d91d97969ea854aa59c84eefbf3d6',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-04-07 08:35:41','2022-04-07 08:35:41'),(388,NULL,NULL,252,383,329,28,1,1,'','[]',1,'[]','approved',NULL,'f21432f1b480b74bba97a4748c1612ba',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-04-11 20:04:53','2022-04-11 20:04:53'),(389,NULL,NULL,253,384,330,29,1,1,'','{\"1\":\"1\",\"2\":\"1\",\"55\":\"1\"}',1,'[]','approved',NULL,'59c62f56fc7cde70ddef8672007afa0a',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-04-15 10:03:22','2022-04-15 10:03:22'),(390,NULL,NULL,254,385,331,30,1,1,'','{\"8\":\"1\"}',1,'[]','approved',NULL,'73f9c9916ce89eda59a5175a90dc6647',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-04-15 13:03:11','2022-04-15 13:03:11'),(391,NULL,NULL,255,386,332,31,1,1,'','{\"8\":\"1\"}',1,'[]','approved',NULL,'2e7cd6b0089ef513e97e65a84a311cef',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-04-16 11:25:08','2022-04-16 11:25:08'),(392,NULL,NULL,236,387,333,32,1,1,'Upstairs unit','[]',1,'[]','approved',NULL,'322c6de692ae59b5f767bc058ac70679',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-04-21 13:24:56','2022-04-21 13:24:56'),(393,NULL,NULL,256,388,334,33,1,1,'Enter through gate on visitors side the gate code is 143\nCall number for guidance to unit','[]',1,'[]','approved',NULL,'4fd5c0f21783f32d94ff0839ce654bcc',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-04-21 17:25:40','2022-04-21 17:25:40'),(394,NULL,NULL,257,389,335,34,1,1,'Not sure if I should do the Brain iv or the cold and flu. Please advise','{\"62\":\"1\"}',1,'[]','approved',NULL,'cb14cf82ff346bcb26a30e51b4791b92',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-04-25 15:23:45','2022-04-25 15:23:45'),(395,NULL,NULL,258,390,336,35,1,1,'','[]',1,'[]','approved',NULL,'7b6300d1037c8645e75a9d6ff3402e8a',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-05-01 03:44:15','2022-05-01 03:44:15'),(396,NULL,NULL,258,391,337,36,1,1,'','[]',1,'[]','approved',NULL,'f787353e604e645ff48bb73f281fc5c6',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-05-06 16:16:46','2022-05-06 16:16:46'),(397,NULL,NULL,259,392,338,37,1,1,'','[]',1,'[]','approved',NULL,'7bb2dc3ad3c7e2bab667226a269c8a0a',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-05-07 20:41:26','2022-05-07 20:41:26'),(398,NULL,NULL,260,393,339,38,1,1,'If you can come earlier that would be appreciated ','{\"7\":\"1\",\"8\":\"1\",\"27\":\"1\",\"28\":\"1\",\"53\":\"1\"}',1,'[]','approved',NULL,'76431de72222ab6cf479cd0ae15d4b5c',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-05-12 10:44:01','2022-05-12 10:44:01'),(399,NULL,NULL,261,394,340,39,1,1,'Just to clarify this is two IV\'s for my wife and I at 2:00pm on the 17th','{\"49\":\"1\"}',1,'[]','approved',NULL,'59d53038a9a947fd23c2206f05fd7c34',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-05-15 11:05:59','2022-05-15 11:05:59'),(400,NULL,NULL,261,394,340,39,1,1,'Just to clarify this is two IV\'s for my wife and I at 2:00pm on the 17th','{\"49\":\"1\"}',1,'[]','approved',NULL,'b7e86a68d362a10a41e82b54cd87433d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-05-15 11:05:59','2022-05-15 11:05:59'),(401,NULL,NULL,262,395,341,40,1,1,'Moana Surfrider Hotel - Westin \nRoom 1276','{\"1\":\"1\"}',1,'[]','approved',NULL,'6d9a71587cdc9b8c4a99973512c99597',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-05-16 17:55:15','2022-05-16 17:55:15'),(402,NULL,NULL,263,396,342,41,1,1,'','{\"46\":\"1\"}',1,'[]','approved',NULL,'894495509238ba1bea615c0e8e7cd942',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-05-20 14:54:17','2022-05-20 14:54:17'),(403,NULL,NULL,264,397,343,42,1,1,'If you have one, Please bring iPhone charger too. ','{\"7\":\"1\",\"8\":\"1\",\"53\":\"1\"}',1,'[]','approved',NULL,'58f0bfec075dc6b1375b40b6ef0a560a',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-05-22 10:04:06','2022-05-22 10:04:06'),(404,NULL,NULL,265,398,344,43,1,1,'Gate code 451, building in the back, 8th floor','[]',1,'[]','approved',NULL,'613d3f4be160945de47d0449953d952e',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-05-26 09:49:23','2022-05-26 09:49:23'),(405,NULL,NULL,265,399,344,43,1,1,'Gate code 451, building in the back, 8th floor','[]',1,'[]','approved',NULL,'ea86757ff98726005295e1c8ef849489',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-05-26 09:49:23','2022-05-26 09:49:23'),(406,NULL,NULL,266,400,345,44,1,1,'NAD only. Unless you have the methylated B 12 to add in mix  you advertise (MTHFR)','[]',1,'[]','approved',NULL,'ea0b0e30fee136fe1d5910e6430d5065',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-05-29 19:02:07','2022-05-29 19:02:07'),(407,NULL,NULL,205,401,346,45,1,1,'','[]',1,'[]','approved',NULL,'437b36b230ce9a8b2f472fa50033d4ec',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-05-31 09:19:39','2022-05-31 09:19:39'),(408,NULL,NULL,267,402,347,46,1,1,'Traveling back home ','{\"49\":\"1\"}',1,'[]','approved',NULL,'23c8aad435da31441a3cb14b4084f843',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-06-04 19:16:48','2022-06-04 19:16:48'),(409,NULL,NULL,267,403,347,46,1,1,'Traveling back home ','{\"49\":\"1\"}',1,'[]','approved',NULL,'d3cc46ed69793f8829109fa5bf7238a5',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-06-04 19:16:48','2022-06-04 19:16:48'),(410,NULL,NULL,268,404,348,47,1,1,'super sick ): ','{\"10\":\"1\"}',1,'[]','approved',NULL,'9049eb924c3bab1a473863bdf0846f1d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-06-05 12:06:01','2022-06-05 12:06:01'),(411,NULL,NULL,244,405,349,48,1,1,'Booking this for my parents, Fred & Conchita. Both are in a slow recovery from COVID. Please call me with any issues. ','[]',1,'[]','approved',NULL,'001738bf3f804d8421171ec2c75b8ef6',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-06-09 22:59:14','2022-06-09 22:59:14'),(412,NULL,NULL,244,406,349,48,1,1,'Booking this for my parents, Fred & Conchita. Both are in a slow recovery from COVID. Please call me with any issues. ','[]',1,'[]','approved',NULL,'2ef903f58a4007a78c2c663fb63a7f1e',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-06-09 22:59:14','2022-06-09 22:59:14'),(413,NULL,NULL,269,407,350,49,1,1,'Finished last day of isolation from COVID TODAY Friday','{\"10\":\"1\",\"49\":\"1\"}',1,'[]','approved',NULL,'d84b0d48544ea9795edbfdd09f6dbbfb',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-06-10 20:16:08','2022-06-10 20:16:08'),(414,NULL,NULL,270,408,351,50,1,1,'Currently staying at the hotel room # 1988','[]',1,'[]','approved',NULL,'3041871e8fe8abcc3090429b333f1f3a',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-06-13 07:53:07','2022-06-13 07:53:07'),(415,NULL,NULL,270,409,351,50,1,1,'Currently staying at the hotel room # 1988','[]',1,'[]','approved',NULL,'c7c878522e1f503a9e6426f504926044',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-06-13 07:53:07','2022-06-13 07:53:07'),(416,NULL,NULL,271,410,352,51,1,1,'We live on a military instalation.','{\"8\":\"1\"}',1,'[]','approved',NULL,'3a01321054d08c284fcead7d54820034',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-06-15 09:09:23','2022-06-15 09:09:23'),(417,NULL,NULL,272,411,353,52,1,1,'Can you please bring extra add ons that will help prevent a hangover? ','[]',1,'[]','approved',NULL,'683ca665dc1d99f56f4874be6e8939df',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-06-23 22:38:13','2022-06-23 22:38:13'),(418,NULL,NULL,273,412,354,53,1,1,'','[]',1,'[]','approved',NULL,'9dadc5bcfe16494874ba341025d05bf6',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-06-24 10:28:25','2022-06-24 10:28:25'),(419,NULL,NULL,274,413,355,54,1,1,'','{\"77\":\"1\"}',1,'[]','approved',NULL,'4eac7c366ed6bb7521d94db84de81ec9',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-06-24 14:53:06','2022-06-24 14:53:06'),(420,NULL,NULL,275,414,356,55,1,1,'','{\"27\":\"1\",\"28\":\"1\",\"53\":\"1\"}',1,'[]','approved',NULL,'88c911369350dd52e05af70baea9bf3f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-06-25 08:51:44','2022-06-25 08:51:44'),(421,NULL,NULL,267,415,357,56,1,1,'2 IV’s for myself and husband at the same time ','{\"49\":\"1\"}',1,'[]','approved',NULL,'207ba77f5a662dac23a90ff16536a52c',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-06-26 08:37:32','2022-06-26 08:37:32'),(422,NULL,NULL,267,416,357,56,1,1,'2 IV’s for myself and husband at the same time ','{\"49\":\"1\"}',1,'[]','approved',NULL,'221a53fc27c20e6155377f74f429ceaa',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-06-26 08:37:32','2022-06-26 08:37:32'),(423,NULL,NULL,276,417,358,57,1,1,'Will advice room number once I’ve checked in ','{\"49\":\"1\"}',1,'[]','approved',NULL,'dc060c4db4cf34dfa224dbe8d54bc3e7',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-06-27 09:36:59','2022-06-27 09:36:59'),(424,NULL,NULL,277,418,359,58,1,1,'','[]',1,'[]','approved',NULL,'8b2c474e46a1dedaff3852dfb3d68e4f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-06-29 08:17:51','2022-06-29 08:17:51'),(425,NULL,NULL,278,419,360,59,1,1,'','[]',1,'[]','approved',NULL,'199f2505222e4b3d184a5d7172444fa2',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-06-30 10:52:56','2022-06-30 10:52:56'),(426,NULL,NULL,279,420,361,60,1,1,'','[]',1,'[]','approved',NULL,'031f72eceb76ff598c052f30b62ac5a0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-07-02 10:18:50','2022-07-02 10:18:50'),(427,NULL,NULL,280,421,362,61,1,1,'','{\"8\":\"1\"}',1,'[]','approved',NULL,'f3f60dee2a933b3db5270e6052bc1d62',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-07-02 14:27:22','2022-07-02 14:27:22'),(428,NULL,NULL,281,422,363,62,1,1,'Cam Le','[]',1,'[]','approved',NULL,'8f80ecba1a0a4467848fd57b1d89ee51',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-07-05 13:06:09','2022-07-05 13:06:09'),(429,NULL,NULL,281,423,363,62,1,1,'Cam Le','[]',1,'[]','approved',NULL,'9631507c2fae340113d547313d52e066',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-07-05 13:06:09','2022-07-05 13:06:09'),(430,NULL,NULL,282,424,364,63,1,1,'','[]',1,'[]','approved',NULL,'745b9321cf0d02b9fcb555400a6bef76',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-07-06 07:59:36','2022-07-06 07:59:36'),(431,NULL,NULL,283,425,365,64,1,1,'','{\"45\":\"1\",\"46\":\"1\",\"47\":\"1\"}',1,'[]','approved',NULL,'3822561523227bdd06ad2dbec2ad5876',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-07-12 11:26:41','2022-07-12 11:26:41'),(432,NULL,NULL,284,426,366,66,1,1,'','{\"84\":\"1\"}',1,'[]','approved',NULL,'8e53ad1c86033660c9c8d350ab53b6c8',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-07-20 16:38:52','2022-07-20 16:38:52'),(433,NULL,NULL,285,427,367,67,1,1,'','{\"30\":\"1\"}',1,'[]','approved',NULL,'633b4790ed1279d18dccbfca4cf15a7d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-07-20 23:36:42','2022-07-20 23:36:42'),(434,NULL,NULL,286,428,368,68,1,1,'','[]',1,'[]','approved',NULL,'2dc2489d636adce3e5ca6514790661ef',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-07-22 15:34:19','2022-07-22 15:34:19'),(435,NULL,NULL,287,429,369,69,1,1,'Just my father Keith that has prostate cancer, he is not doing well and I’m trying to help him get strength before we go to a cancer treatment center. ','{\"97\":\"1\"}',1,'[]','approved',NULL,'e236f31645cec9b46c78911fdb463a04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-07-25 15:52:46','2022-07-25 15:52:46'),(436,NULL,NULL,288,430,370,70,1,1,'','[]',1,'[]','approved',NULL,'3d049425130914082809be62c4504995',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-07-27 14:37:32','2022-07-27 14:37:32'),(437,NULL,NULL,288,431,371,71,1,1,'','{\"80\":\"1\"}',1,'[]','approved',NULL,'d991c11e15c22233d46de368ac09741d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-07-30 11:00:37','2022-07-30 11:00:37'),(438,NULL,NULL,284,431,372,72,1,1,'I’m actually not sure whether I need both the detox and the Covid IV I’ll take your recommendation I just need something to help push the remnants of the flu out of my system','{\"79\":\"1\",\"84\":\"1\"}',1,'[]','approved',NULL,'510a7fef3cd2b6aa1daf22ac95ebb04d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-07-30 12:48:07','2022-07-30 12:48:07'),(439,NULL,NULL,284,432,372,72,1,1,'I’m actually not sure whether I need both the detox and the Covid IV I’ll take your recommendation I just need something to help push the remnants of the flu out of my system','[]',1,'[]','approved',NULL,'248291d480cbb401c29c3c3c0edad70a',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-07-30 12:48:07','2022-07-30 12:48:07'),(440,NULL,NULL,289,433,373,73,1,1,'','[]',1,'[]','approved',NULL,'5e8b1fe222e8443158a3a81919b703fb',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-08-11 20:47:44','2022-08-11 20:47:44'),(441,NULL,NULL,205,434,374,74,1,1,'Daizlynn Feguis','[]',1,'[]','approved',NULL,'52f67f2cfd31ae7487ce1a8840a87240',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-08-12 06:54:43','2022-08-12 06:54:43'),(442,NULL,NULL,290,435,375,76,1,1,'','{\"7\":\"1\"}',1,'[]','approved',NULL,'d7e3855ca5e944a8f8df1385f97d4795',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-08-14 00:37:10','2022-08-14 00:37:10'),(443,NULL,NULL,191,436,376,77,1,1,'Anthony dructor \nMargaret’ Tath\nMonica morales ','[]',1,'[]','approved',NULL,'b789a63593ed71741bac65fc0701b4fb',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-08-21 22:35:03','2022-08-21 22:35:03'),(444,NULL,NULL,291,437,377,78,1,1,'','{\"53\":\"1\"}',1,'[]','approved',NULL,'cfbaa4d9654fba44730045b64cf2b598',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-08-23 20:30:28','2022-08-23 20:30:28'),(445,NULL,NULL,292,438,378,79,1,1,'Janell Bright','{\"8\":\"1\"}',1,'[]','approved',NULL,'7a2703ba4a3a7f74ff3499c2562d382b',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-08-25 06:43:50','2022-08-25 06:43:50'),(446,NULL,NULL,293,439,379,80,1,1,'','[]',1,'[]','approved',NULL,'98a9a4cd657ca8c15f0a7151906b3b7d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-08-29 16:19:27','2022-08-29 16:19:27'),(447,NULL,NULL,261,440,380,81,1,1,'Just the two of us same as usual','{\"49\":\"1\",\"97\":\"1\"}',1,'[]','approved',NULL,'88f272a9b91f7ea5ddcfd2e0970495c9',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-09-07 17:16:13','2022-09-07 17:16:13'),(448,NULL,NULL,261,441,380,81,1,1,'Just the two of us same as usual','{\"49\":\"1\",\"97\":\"1\"}',1,'[]','approved',NULL,'efc5149b4078958363b9e77eaf0380a8',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-09-07 17:16:13','2022-09-07 17:16:13'),(449,NULL,NULL,294,442,381,82,1,1,'','[]',1,'[]','approved',NULL,'31f1a19926f60e22adf0f318d81a52c5',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'frontend','2022-09-08 12:28:36','2022-09-08 12:28:36');
/*!40000 ALTER TABLE `wp_bookly_customer_appointments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bookly_customers`
--

DROP TABLE IF EXISTS `wp_bookly_customers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_customers` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `wp_user_id` bigint(20) unsigned DEFAULT NULL,
  `facebook_id` bigint(20) unsigned DEFAULT NULL,
  `group_id` int(10) unsigned DEFAULT NULL,
  `full_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `first_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `last_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `phone` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `birthday` date DEFAULT NULL,
  `country` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `postcode` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `city` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `street` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `street_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `additional_address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `info_fields` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `stripe_account` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=295 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_customers`
--

LOCK TABLES `wp_bookly_customers` WRITE;
/*!40000 ALTER TABLE `wp_bookly_customers` DISABLE KEYS */;
INSERT INTO `wp_bookly_customers` VALUES (7,NULL,NULL,NULL,'Random Bares','Random','Bares','14085409877','[email protected]',NULL,'','','','','3015 Kalakaua Ave','','','','[]',NULL,'2019-08-08 18:59:53'),(8,NULL,NULL,NULL,'John O’Connor','John','O’Connor','+14408211472','[email protected]',NULL,'','','','','383 Kalaimoku st, Honolulu 96815','','','','[]',NULL,'2019-08-16 15:22:47'),(9,NULL,NULL,NULL,'Courtney Tigner','Courtney','Tigner','+16626655097','[email protected]',NULL,'','','','','Hilton Hawaiian Village','','','','[]',NULL,'2019-08-18 13:56:47'),(10,NULL,NULL,NULL,'Kainoa Akina','Kainoa','Akina','+18083726092','[email protected]',NULL,'','','','','45-170 Lehuuila Place Kanrohe hi 96744','','','','[]',NULL,'2019-08-25 07:53:46'),(11,NULL,NULL,NULL,'Dan Mau','Dan ','Mau','+18087838886','[email protected]',NULL,'','','','','91-1099 Waiemi St','','','','[]',NULL,'2019-09-08 07:29:28'),(12,NULL,NULL,NULL,'Mike Keliipuleole','Mike','Keliipuleole ','+18084458873','[email protected]',NULL,'','','','','2317 Kapahu st. Honolulu, HI. 96813','','','','[]',NULL,'2019-09-14 15:33:23'),(14,NULL,NULL,NULL,'Kate Schmidle','Kate','Schmidle','+17272886880','[email protected]',NULL,'','','','','3113 Diamond Head Rd. Apt D Honolulu HI 96815 USA','','','','[]',NULL,'2019-09-20 03:20:10'),(15,NULL,NULL,NULL,'Brandon Millan','Brandon ','Millan','+18088544150','[email protected]',NULL,'','','','','2649 varsity place apt 202','','','','[]',NULL,'2019-09-23 09:23:53'),(16,NULL,NULL,NULL,'Lisa Harrison','Lisa','Harrison','+19109166540','[email protected]',NULL,'','','','','Hilton Hawaiian Village, Grand Islander Tower, Room 3101','','','','[]',NULL,'2019-09-25 13:55:27'),(17,NULL,NULL,NULL,'Cory Wong','Cory','Wong','+18082267138','[email protected]',NULL,'','','','','1009 Kapiolani Blvd #3203','','','','[]',NULL,'2019-10-20 07:14:06'),(18,NULL,NULL,NULL,'Danielle Burns','Danielle','Burns','+18086401070','[email protected]',NULL,'','','','','1777 Alamoana Blvd room 1023','','','','[]',NULL,'2019-10-23 03:08:11'),(19,NULL,NULL,NULL,'Buenaventura Realica','Buenaventura','Realica','+18087532085','[email protected]',NULL,'','','','','91-540 POHAKUPILI PL Ewa beach, HI 96706','','','','[]',NULL,'2019-10-25 23:18:49'),(20,NULL,NULL,NULL,'cameron clayton','cameron ','clayton','+15124005980','[email protected]',NULL,'','','','','2299 kuhio avenue honolulu, HI 96815 room 1215','','','','[]',NULL,'2019-11-01 18:40:12'),(21,NULL,NULL,NULL,'Katherine Frank','Katherine','Frank','+16507734490','[email protected]',NULL,'','','','','4839 W. Eha Way unit C Ewa Beach, HI 96706','','','','[]',NULL,'2019-11-02 16:36:49'),(22,NULL,NULL,NULL,'Gregory Gomes','Gregory','Gomes','+18089540617','[email protected]',NULL,'','','','','387 Lelekepue Place','','','','[]',NULL,'2019-11-09 15:31:00'),(23,NULL,NULL,NULL,'Nicole Leong','Nicole','Leong','+18083848672','[email protected]',NULL,'','','','','1404 Makamua St','','','','[]',NULL,'2019-11-17 04:59:52'),(24,NULL,NULL,NULL,'Grant Bradley','Grant','Bradley','+17578060315','[email protected]',NULL,'','','','','1138 Hassinger st #204','','','','[]',NULL,'2019-11-17 09:34:40'),(25,NULL,NULL,NULL,'George Adriano','George','Adriano','+18087820500','[email protected]',NULL,'','','','','1350 pineapple place Honolulu 96819','','','','[]',NULL,'2019-11-19 08:17:02'),(26,NULL,NULL,NULL,'Girah Caraballo','Girah','Caraballo','+18088889325','[email protected]',NULL,'','','','','1001 Queen Street','','','','[]',NULL,'2019-11-23 10:34:49'),(27,NULL,NULL,NULL,'Dana Peter','Dana','Peter ','+13135706365','[email protected]',NULL,'','','','','Marriott Waikiki Beach','','','','[]',NULL,'2019-11-25 09:36:36'),(28,NULL,NULL,NULL,'Gretchen McPhail','Gretchen ','McPhail','+18083888470','[email protected]',NULL,'','','','','4211 Waialae ave, Honolulu, 96822','','','','[]',NULL,'2019-12-07 10:53:14'),(29,NULL,NULL,NULL,'Brianna Goodfriend','Brianna','Goodfriend','+12144718822','[email protected]',NULL,'','','','','Four Seasons Oahu Ko Olina','','','','[]',NULL,'2019-12-07 13:26:07'),(30,NULL,NULL,NULL,'Zachary Reale','Zachary ','Reale','+14196122942','[email protected]',NULL,'','','','','1320 Ala Kapuna St Apt 104','','','','[]',NULL,'2019-12-14 01:26:31'),(31,NULL,NULL,NULL,'raina hockenberry','raina','hockenberry','+18083846760','[email protected]',NULL,'','','','','4324 Flaherty Circle Honolulu HI 96818','','','','[]',NULL,'2019-12-21 05:34:06'),(32,NULL,NULL,NULL,'lana pichinevskiy','lana','pichinevskiy','+15099939097','[email protected]',NULL,'','','','','1027 koko kai place ','','','','[]',NULL,'2019-12-23 05:01:03'),(33,NULL,NULL,NULL,'Shalice Nielsen','Shalice','Nielsen','+14355121685','[email protected]',NULL,'','','','','91-1021 Ho’omalie st Ewa beach, Hi 96706','','','','[]',NULL,'2019-12-23 09:12:51'),(34,NULL,NULL,NULL,'Lizzie Halper','Lizzie','Halper','+14158281254','[email protected]',NULL,'','','','','417 Front Street, Lahaina, HI','','','','[]',NULL,'2019-12-26 17:10:45'),(35,NULL,NULL,NULL,'Divina Kauleinamoku','Divina','Kauleinamoku','+18089407882','[email protected]',NULL,'','','','','2542 DATE ST APT 1006','','','','[]',NULL,'2019-12-26 17:42:16'),(36,NULL,NULL,NULL,'Nicole Watkins','Nicole','Watkins','+12483021808','[email protected]',NULL,'','','','','440 Olohana  #2204','','','','[]',NULL,'2019-12-28 09:39:30'),(37,NULL,NULL,NULL,'Rachel C','Rachel','C','+18087999163','[email protected]',NULL,'','','','','3215 ala ilima Street, A1205, Honolulu, HI 96818','','','','[]',NULL,'2019-12-28 20:30:08'),(38,NULL,NULL,NULL,'Jessica Menden','Jessica ','Menden','+14153285756','[email protected]',NULL,'','','','','2330 Kuhio Ave, Honolulu ','','','','[]',NULL,'2019-12-31 11:28:09'),(39,NULL,NULL,NULL,'Cassandra Ladao','Cassandra','Ladao','+18087543147','[email protected]',NULL,'','','','','66-170 Waialua Beach Rd unit B Haleiwa, Hi 96712','','','','[]',NULL,'2020-01-01 08:47:06'),(40,NULL,NULL,NULL,'Larry Ladao','Larry','Ladao','+18084367714','[email protected]',NULL,'','','','','66-170 B Waialua Beach Rd unit B Haleiwa, Hi 96712','','','','[]',NULL,'2020-01-01 08:47:17'),(41,NULL,NULL,NULL,'Oliver Burns','Oliver','Burns','+61419200746','[email protected]',NULL,'','','','','Moana Surfrider hotel diamond tower 3420','','','','[]',NULL,'2020-01-03 13:27:11'),(42,NULL,NULL,NULL,'Amber Ohai','Amber','Ohai','+18082581154','[email protected]',NULL,'','','','','1076 Karratti Lane #6','','','','[]',NULL,'2020-01-05 14:55:10'),(43,NULL,NULL,NULL,'Blaine Sato','Blaine','Sato','+16197585682','[email protected]',NULL,'','','','','Lay low #214 ','','','','[]',NULL,'2020-01-17 16:57:30'),(44,NULL,NULL,NULL,'Christopher Christensen','Christopher','Christensen','+12085594795','[email protected]',NULL,'','','','','919','','','','[]',NULL,'2020-01-21 15:58:34'),(45,NULL,NULL,NULL,'Edmee Haworth','Edmee','Haworth','+18087534813','[email protected]',NULL,'','','','','87-665 farrington hwy  Maili 96792','','','','[]',NULL,'2020-02-05 12:33:36'),(46,NULL,NULL,NULL,'Amelia James','Amelia','James','+16027036804','[email protected]',NULL,'','','','','158 kuuala street','','','','[]',NULL,'2020-02-07 06:09:33'),(47,NULL,NULL,NULL,'Michael Fitch','Michael','Fitch','+19073476708','[email protected]',NULL,'','','','','909 kapiolani blvd, 1901, Honolulu, HI','','','','[]',NULL,'2020-02-09 09:06:14'),(48,NULL,NULL,NULL,'Cairene Vida','Cairene','Vida','+18085943245','[email protected]',NULL,'','','','','91-1011 Kumulipo St. Kapolei','','','','[]',NULL,'2020-02-11 19:23:57'),(49,NULL,NULL,NULL,'Marty Hancock','Marty','Hancock','+16199579006','[email protected]',NULL,'','','','','2299 Kulio Avenue, #1416','','','','[]',NULL,'2020-02-17 11:12:09'),(50,NULL,NULL,NULL,'Kimberli Thompson','Kimberli','Thompson ','+19077483677','[email protected]',NULL,'','','','','229 Paoakalani Ave. ','','','','[]',NULL,'2020-02-28 16:23:57'),(51,NULL,NULL,NULL,'Rusti Gephart','Rusti','Gephart','+18083308869','[email protected]',NULL,'','','','','99-759+Pohue+Street++Aiea.+96701','','','','[]',NULL,'2020-03-09 14:40:33'),(52,NULL,NULL,NULL,'Michelle Law','Michelle','Law','+15412641237','[email protected]',NULL,'','','','','1177 Yasek Loop','','','','[]',NULL,'2020-03-14 19:38:03'),(53,NULL,NULL,NULL,'Anna Marie Atchico','Anna Marie','Atchico ','+18082191162','[email protected]',NULL,'','','','','9273B olomea st','','','','[]',NULL,'2020-04-12 09:37:56'),(54,NULL,NULL,NULL,'Patrick Blankenfeld','Patrick','Blankenfeld','+18082024795','[email protected]',NULL,'','','','','909 koko isle circle','','','','[]',NULL,'2020-04-20 17:16:34'),(55,NULL,NULL,NULL,'Mylih Medeiros','Mylih','Medeiros','+18082213895','[email protected]',NULL,'','','','','1976 Palolo Ave #107-D','','','','[]',NULL,'2020-04-23 04:34:24'),(56,NULL,NULL,NULL,'Roger Epstein','Roger','Epstein','+17072456330','[email protected]',NULL,'','','','','111 kahili ','','','','[]',NULL,'2020-04-26 12:23:35'),(57,NULL,NULL,NULL,'Victoria Goldman','Victoria','Goldman','+19153463364','[email protected]',NULL,'','','','','1304 parks rd Honolulu HI 96819','','','','[]',NULL,'2020-05-15 13:31:08'),(58,NULL,NULL,NULL,'Susanna Westwood','Susanna','Westwood','+447815099556','[email protected]',NULL,'','','','','58 - 137 Mamao Street, Haleiwa, 96712','','','','[]',NULL,'2020-05-20 12:25:54'),(59,NULL,NULL,NULL,'Tillery Ruvang','Tillery','Ruvang','+18082199204','[email protected]',NULL,'','','','','45-108 Waiape Pl Unit A Kaneohe, HI, 96744','','','','[]',NULL,'2020-05-24 07:17:16'),(61,NULL,NULL,NULL,'Alexis Johnson','Alexis','Johnson','+17036389735','[email protected]',NULL,'','','','','91-1013 kaipalaoa street #5401','','','','[]',NULL,'2020-06-12 14:51:41'),(62,NULL,NULL,NULL,'Meghan Brown','Meghan ','Brown','+17067269510','[email protected]',NULL,'','','','','24 Diamond Ln','','','','[]',NULL,'2020-06-30 11:33:21'),(63,NULL,NULL,NULL,'Hilary Rodgers','Hilary ','Rodgers','+19047167374','[email protected]',NULL,'','','','','95-1037 Wikao St. Mililani,HI 96789','','','','[]',NULL,'2020-07-18 17:39:09'),(64,NULL,NULL,NULL,'Tamae Kekona','Tamae','Kekona','+18087248401','[email protected]',NULL,'','','','','224 Moomuku Place ','','','','[]',NULL,'2020-07-25 08:50:54'),(65,NULL,NULL,NULL,'Samantha Ahrens','Samantha','Ahrens','+18088591368','[email protected]',NULL,'','','','','2033 Oswald St. Honolulu 96816','','','','[]',NULL,'2020-08-02 09:04:10'),(66,NULL,NULL,NULL,'Leza Kotich','Leza','Kotich','+17852204483','[email protected]',NULL,'','','','','6772 Pukoo St. Honolulu 96825','','','','[]',NULL,'2020-08-09 10:49:24'),(67,NULL,NULL,NULL,'Leyla Samimi','Leyla','Samimi','+18085426838','[email protected]',NULL,'','','','','92-1057 koio Dr villa e, Kapolei hi','','','','[]',NULL,'2020-08-11 17:46:08'),(68,NULL,NULL,NULL,'Elizabeth Slaughter','Elizabeth ','Slaughter','+12543190113','[email protected]',NULL,'','','','','94-344 Pupumomi St Apt 503 Waipahu Hi 96797','','','','[]',NULL,'2020-08-12 19:23:27'),(69,NULL,NULL,NULL,'Christy Betts','Christy','Betts','+18082328182','[email protected]',NULL,'','','','','58-125 Wehiwa Way','','','','[]',NULL,'2020-08-16 15:38:53'),(70,NULL,NULL,NULL,'Maria Shevtsova','Maria','Shevtsova','+14075066635','[email protected]',NULL,'','','','','270 moomuku place #B, Honolulu, HI 96821','','','','[]',NULL,'2020-08-19 06:15:30'),(71,NULL,NULL,NULL,'Tiyani Mead','Tiyani ','Mead','+18085903887','[email protected]',NULL,'','','','','3091 Puhala Rise Honolulu HI 96822','','','','[]',NULL,'2020-08-27 07:33:32'),(73,NULL,NULL,NULL,'Walter Craig','Walter','Craig','+15083338043','[email protected]',NULL,'','','','','Courtyard Marriott 400 Royal Hawaiian Ave','','','','[]',NULL,'2020-10-13 21:22:06'),(74,NULL,NULL,NULL,'John Lim','John','Lim','+18083937115','[email protected]',NULL,'','','','','3215 ALA ILIMA ST A1205','','','','[]',NULL,'2020-10-17 09:48:17'),(75,NULL,NULL,NULL,'Alyssa Mills','Alyssa','Mills','+19253232422','[email protected]',NULL,'','','','','59-357 Makana Road, Haleiwa, HI, 96712','','','','[]',NULL,'2020-10-19 09:26:40'),(76,NULL,NULL,NULL,'Tania Rodwell','Tania','Rodwell','+18082253342','[email protected]',NULL,'','','','','3339 Lower Rd, Honolulu 96822','','','','[]',NULL,'2020-10-24 12:00:30'),(81,NULL,NULL,NULL,'troy test 3:16','troy','test 3:16','8084397833','[email protected]',NULL,'','','','','2446 cleghorn st Apt A','','','','[]',NULL,'2020-10-27 15:16:43'),(82,NULL,NULL,NULL,'troy wilson','troy','wilson','+18084397833','[email protected]',NULL,'','','','','2446 cleghorn st Apt A','','','','[]',NULL,'2020-10-27 15:30:01'),(83,NULL,NULL,NULL,'Jordan Brant','Jordan','Brant','+18087987845','[email protected]',NULL,'','','','','935 Koko Head Ave','','','','[]',NULL,'2020-10-31 11:55:02'),(84,NULL,NULL,NULL,'Edward Hickman','Edward','Hickman','+19086755339','[email protected]',NULL,'','','','','1145 Koloa st','','','','[]',NULL,'2020-11-18 22:05:04'),(85,NULL,NULL,NULL,'Brianna Garcia','Brianna','Garcia','+18083875706','[email protected]',NULL,'','','','','94-870 Lumiauau Street R101 Waipahu HI 96797','','','','[]',NULL,'2020-11-21 22:26:10'),(86,NULL,NULL,NULL,'Linh Dang','Linh','Dang','+18082211772','[email protected]',NULL,'','','','','1199 Bishop St. #1901 Honolulu HI 96813','','','','[]',NULL,'2020-12-01 13:10:05'),(87,NULL,NULL,NULL,'Malerie Holcomb-Botts','Malerie','Holcomb-Botts','+18085547006','[email protected]',NULL,'','','','','1249 Aulepe st kailua hi 96734','','','','[]',NULL,'2020-12-06 11:42:42'),(88,NULL,NULL,NULL,'Jordan Walker','Jordan','Walker','+15417278318','[email protected]',NULL,'','','','','72 wahelani rd kula Hawaii 96790','','','','[]',NULL,'2020-12-09 13:50:28'),(89,NULL,NULL,NULL,'JEFFREY STEINLY','JEFFREY','STEINLY','+18082948645','[email protected]',NULL,'','','','','91-1100 PAAPAANA ST','','','','[]',NULL,'2020-12-22 08:13:29'),(90,NULL,NULL,NULL,'Larry McNair','Larry','McNair','+15049311230','[email protected]',NULL,'','','','','1201a Alewa Dr., Honolulu, Hi 96817','','','','[]',NULL,'2020-12-26 13:57:35'),(91,NULL,NULL,NULL,'Dina Kaniho','Dina','Kaniho','+18082825617','[email protected]',NULL,'','','','','45-240 Wena Street Kaneohe Hi 96744','','','','[]',NULL,'2020-12-27 16:22:03'),(92,NULL,NULL,NULL,'Rose Alama','Rose','Alama','+18083827554','[email protected]',NULL,'','','','','3038 Kaina st','','','','[]',NULL,'2021-01-07 10:53:29'),(93,NULL,NULL,NULL,'Tyler Stevenson','Tyler ','Stevenson ','+12066121099','[email protected]',NULL,'','','','','2364 jasmine street ','','','','[]',NULL,'2021-01-08 15:27:44'),(94,NULL,NULL,NULL,'Sadie Stewart','Sadie','Stewart ','+18088599883','[email protected]',NULL,'','','','','2640 Ahekolo St Honolulu, HI 96813','','','','[]',NULL,'2021-01-09 10:11:16'),(95,NULL,NULL,NULL,'Marybeth Kiaaina','Marybeth','Kiaaina','+18084973168','[email protected]',NULL,'','','','','45-101 Waiape Place Kaneohe, Hi 96744','','','','[]',NULL,'2021-01-10 15:52:18'),(96,NULL,NULL,NULL,'Genea Tunstall','Genea','Tunstall','+15305543109','[email protected]',NULL,'','','','','1236 Comice Pkwy','','','','[]',NULL,'2021-01-14 22:03:14'),(97,NULL,NULL,NULL,'Elizabeth Pavlik','Elizabeth','Pavlik','+14122162623','[email protected]',NULL,'','','','','1676 Ala Moana Blvd apt 1102 Honolulu, HI 96815','','','','[]',NULL,'2021-01-15 10:07:08'),(98,NULL,NULL,NULL,'Alessandra Gallian','Alessandra','Gallian','+18082300382','[email protected]',NULL,'','','','','225 Kaiulani Avenue Apt. 703','','','','[]',NULL,'2021-01-16 09:10:57'),(99,NULL,NULL,NULL,'Lawrence Tacuban','Lawrence','Tacuban','+18083062036','[email protected]',NULL,'','','','','909 kapiolani blvd. Apt. 2305','','','','[]',NULL,'2021-01-16 12:47:42'),(100,NULL,NULL,NULL,'Kerri Eckels','Kerri','Eckels ','+12064038339','[email protected]',NULL,'','','','','2490 Kalakaua Ave','','','','[]',NULL,'2021-01-16 13:59:18'),(101,NULL,NULL,NULL,'Cody Kamai','Cody','Kamai','+18083971097','[email protected]',NULL,'','','','','41-164 Nalu Street','','','','[]',NULL,'2021-01-17 16:00:55'),(102,NULL,NULL,NULL,'Tasiaeafe Tupuola','Tasiaeafe','Tupuola','+18084655195','[email protected]',NULL,'','','','','4162 Bougainville Avenue C Kapolei HI 96707','','','','[]',NULL,'2021-01-22 17:52:47'),(103,NULL,NULL,NULL,'Tiffany Dela Cruz','Tiffany','Dela Cruz','+18083826958','[email protected]',NULL,'','','','','3326 A Ho\'olulu St.','','','','[]',NULL,'2021-01-26 09:16:03'),(104,NULL,NULL,NULL,'Shane Blankenhorn','Shane','Blankenhorn','+13232877076','[email protected]',NULL,'','','','','2463 Kuhio Ave, Honolulu, HI 96815, USA','','','','[]',NULL,'2021-02-13 14:03:07'),(105,NULL,NULL,NULL,'Jade Medeiros','Jade','Medeiros','+18082252203','[email protected]',NULL,'','','','','91-1141 Haiamu Place ','','','','[]',NULL,'2021-02-14 14:53:40'),(106,NULL,NULL,NULL,'Andrew Beck','Andrew','Beck','+12543832751','[email protected]',NULL,'','','','','87 Hoolei Cir Kihei, HI  96753 Unit 87-3','','','','[]',NULL,'2021-02-21 06:57:05'),(107,NULL,NULL,NULL,'Nicole Owen','Nicole','Owen','+18584059693','[email protected]',NULL,'','','','','41-019 hihimanu st Waimanalo HI 96795','','','','[]',NULL,'2021-02-21 15:46:23'),(108,NULL,NULL,NULL,'Bonnie Lee','Bonnie','Lee','+16517306153','[email protected]',NULL,'','','','','41-486 hihimanu st waimanalo, hi 96795','','','','[]',NULL,'2021-02-28 16:27:38'),(109,NULL,NULL,NULL,'Daniel Kwolkoski','Daniel','Kwolkoski','+17202339140','[email protected]',NULL,'','','','','2863 Kalakaua Ave, Honolulu, HI 96815 - Room 726','','','','[]',NULL,'2021-03-01 15:53:16'),(110,NULL,NULL,NULL,'Matthew Cowan','Matthew','Cowan','+19493443501','[email protected]',NULL,'','','','','1189 waimanu st #3906','','','','[]',NULL,'2021-03-04 13:52:29'),(111,NULL,NULL,NULL,'Jeremy Larner','Jeremy','Larner','+13104977918','[email protected]',NULL,'','','','','10 kapuai rd','','','','[]',NULL,'2021-03-07 08:59:48'),(112,NULL,NULL,NULL,'Malie McClellan','Malie','McClellan ','+18085611324','[email protected]',NULL,'','','','','816 Spencer St. APT 2 Honolulu HI 96813','','','','[]',NULL,'2021-03-10 20:43:38'),(113,NULL,NULL,NULL,'Conor Burgon','Conor','Burgon','+18016739900','[email protected]',NULL,'','','','','Aston Waikiki circle Hotel 907','','','','[]',NULL,'2021-03-12 10:53:39'),(114,NULL,NULL,NULL,'Tami Grommes','Tami','Grommes ','+14802745157','[email protected]',NULL,'','','','','1777 ala Moana Blvd unit 806','','','','[]',NULL,'2021-03-13 13:01:54'),(115,NULL,NULL,NULL,'Brian Gaskin','Brian','Gaskin','+18089274075','[email protected]',NULL,'','','','','176, Kuulei road ','','','','[]',NULL,'2021-03-15 11:52:35'),(116,NULL,NULL,NULL,'Taryn Oshiro Nemoto','Taryn','Oshiro Nemoto','+18084769747','[email protected]',NULL,'','','','','95-071 Kipapa Drive Apt E428','','','','[]',NULL,'2021-03-20 09:03:50'),(117,NULL,NULL,NULL,'Michael Dias','Michael','Dias','+18083069117','[email protected]',NULL,'','','','','95-1023 Wekiu St, Mililani, HI 96789','','','','[]',NULL,'2021-03-21 07:37:58'),(118,NULL,NULL,NULL,'Mitchell Kaleo','Mitchell','Kaleo','+18083836319','[email protected]',NULL,'','','','','94-647 Heainoa Place Waipahu Hi 96797','','','','[]',NULL,'2021-03-31 08:50:41'),(119,NULL,NULL,NULL,'julieann getman','julieann','getman','+13233631197','[email protected]',NULL,'','','','','41-891 laumilo street, waimanalo ','','','','[]',NULL,'2021-04-02 15:07:57'),(120,NULL,NULL,NULL,'Natasha Nielsen','Natasha','Nielsen ','+19078431316','[email protected]',NULL,'','','','','84-1021 Lahilahi St, Waianae, HI 96792, USA','','','','[]',NULL,'2021-04-03 17:43:41'),(121,NULL,NULL,NULL,'James Na','James','Na','+14158168313','[email protected]',NULL,'','','','','The modern Honolulu ','','','','[]',NULL,'2021-04-04 16:02:50'),(122,NULL,NULL,NULL,'Yumi Whitaker','Yumi','Whitaker','+17579680543','[email protected]',NULL,'','','','','1811 Ala Moana Blvd 96825','','','','[]',NULL,'2021-04-06 06:33:55'),(123,NULL,NULL,NULL,'Bodhi Wong','Bodhi','Wong','+18083434458','[email protected]',NULL,'','','','','271 Nonou St Honolulu, HI  96825 United States','','','','[]',NULL,'2021-04-08 21:59:26'),(124,NULL,NULL,NULL,'Rebecca Ward','Rebecca','Ward','+12538828293','[email protected]',NULL,'','','','','75 Alanui kealii Kihei, HI 96753','','','','[]',NULL,'2021-04-13 11:51:29'),(125,NULL,NULL,NULL,'Suzanna Hall','Suzanna','Hall','+14085135163','[email protected]',NULL,'','','','','3035 south Kihei  road','','','','[]',NULL,'2021-04-15 08:29:04'),(126,NULL,NULL,NULL,'Jessie Leatigaga-Lopez','Jessie','Leatigaga-Lopez','+15208661138','[email protected]',NULL,'','','','','4146 Fincher Street','','','','[]',NULL,'2021-04-18 07:38:42'),(127,NULL,NULL,NULL,'Melissa Smith','Melissa','Smith','+12827251788','[email protected]',NULL,'','','','','430 Lewers St #26E Honolulu HI 96815','','','','[]',NULL,'2021-04-22 15:29:35'),(128,NULL,NULL,NULL,'Katelyn Jones','Katelyn','Jones','+12059134601','[email protected]',NULL,'','','','','3331 Herbert Street Honolulu, HI 96815','','','','[]',NULL,'2021-04-25 11:15:50'),(129,NULL,NULL,NULL,'Serena Fife','Serena','Fife','+18013699359','[email protected]',NULL,'','','','','92-1015E Koio Drive Kapolei HI 96707','','','','[]',NULL,'2021-04-26 13:13:48'),(130,NULL,NULL,NULL,'Stan Spry','Stan','Spry','+13104028865','[email protected]',NULL,'','','','','Sheraton Waikiki 2255 Kalakaua Ave, honorary  room 1843','','','','[]',NULL,'2021-04-27 11:48:58'),(131,NULL,NULL,NULL,'Jodie Dresel','Jodie','Dresel','+18087219787','[email protected]',NULL,'','','','','41-043 Manana st','','','','[]',NULL,'2021-04-27 15:54:40'),(132,NULL,NULL,NULL,'Rachel Madel','Rachel','Madel','+14848320943','[email protected]',NULL,'','','','','445 Seaside Ave Unit 1114','','','','[]',NULL,'2021-04-29 05:53:21'),(133,NULL,NULL,NULL,'Mariah Ramos','Mariah','Ramos','+18087257636','[email protected]',NULL,'','','','','444 Ena Rd Apt i','','','','[]',NULL,'2021-04-29 13:30:14'),(134,NULL,NULL,NULL,'Kaimi Mead','Kaimi','Mead','+18088889525','[email protected]',NULL,'','','','','94-173 Kapuahi Place Mililani 96789','','','','[]',NULL,'2021-05-01 10:00:54'),(135,NULL,NULL,NULL,'Channey Stone','Channey','Stone','+18086733101','[email protected]',NULL,'','','','','91-1200 keaunui dr #201','','','','[]',NULL,'2021-05-02 12:58:22'),(136,NULL,NULL,NULL,'Matthew Araujo','Matthew','Araujo','+12817232555','[email protected]',NULL,'','','','','56-205 Kamehameha Hwy, Kahuku, HI, 96731','','','','[]',NULL,'2021-05-06 12:58:53'),(137,NULL,NULL,NULL,'Albert Jansen','Albert','Jansen','+13603030214','[email protected]',NULL,'','','','','62-100 Mauna Kea beach dr unit 618','','','','[]',NULL,'2021-05-07 05:54:38'),(138,NULL,NULL,NULL,'Jillian Magie','Jillian','Magie','+17603170633','[email protected]',NULL,'','','','','2425 Kuhio Ave, Honolulu unit 606','','','','[]',NULL,'2021-05-12 08:48:31'),(139,NULL,NULL,NULL,'Shanean Borchardt','Shanean','Borchardt','+18088520006','[email protected]',NULL,'','','','','95-526 Poiki Pl','','','','[]',NULL,'2021-05-14 08:30:30'),(140,NULL,NULL,NULL,'Shanean Borchardt','Shanean','Borchardt','+18088299549','[email protected]',NULL,'','','','','95-526 Poiki Place Mililani HI 96789','','','','[]',NULL,'2021-05-14 11:52:37'),(141,NULL,NULL,NULL,'Amber Cribb','Amber','Cribb','+12023654404','[email protected]',NULL,'','','','','2632 ko uka ln ','','','','[]',NULL,'2021-05-16 09:46:05'),(142,NULL,NULL,NULL,'Sam sham test Test','Sam sham test ','Test','+18083305100','[email protected]',NULL,'','','','','Lakssd','','','','[]',NULL,'2021-05-16 11:58:10'),(143,NULL,NULL,NULL,'Dan Le','Dan','Le','+17142691528','[email protected]',NULL,'','','','','2005 Kalia Rd, #1336, Honolulu, HI 96815','','','','[]',NULL,'2021-05-16 12:13:33'),(144,NULL,NULL,NULL,'Zac Carney','Zac','Carney','+15183651590','[email protected]',NULL,'','','','','Royal Hawaiian Hotel room 278','','','','[]',NULL,'2021-05-20 06:02:44'),(145,NULL,NULL,NULL,'Yekaterina Dyukova','Yekaterina ','Dyukova ','+12128821501','[email protected]',NULL,'','','','','2572 lemon road apt 308, Honolulu, HI 96815','','','','[]',NULL,'2021-05-20 09:58:07'),(146,NULL,NULL,NULL,'Sam White','Sam','White','+13108921671','[email protected]',NULL,'','','','','711 Halaula Place ','','','','[]',NULL,'2021-05-23 17:08:51'),(147,NULL,NULL,NULL,'Ariel Anderson','Ariel','Anderson','+16502787056','[email protected]',NULL,'','','','','5461 Albatross Avenue','','','','[]',NULL,'2021-05-28 09:56:57'),(148,NULL,NULL,NULL,'Ralph Zimmermann','Ralph','Zimmermann','+12135079838','[email protected]',NULL,'','','','','3994 Kaualio Pl','','','','[]',NULL,'2021-05-30 13:56:20'),(149,NULL,NULL,NULL,'Monica Rielly','Monica','Rielly','+18164476505','[email protected]',NULL,'','','','','1920 Ala Moana Boulevard, #1511, Honolulu, HI 96815, United States','','','','[]',NULL,'2021-06-05 05:24:07'),(150,NULL,NULL,NULL,'corey cazares','corey','cazares','+18084288246','[email protected]',NULL,'','','','','94-247 Kuanalio Loop, Mililani 96789','','','','[]',NULL,'2021-06-05 12:09:49'),(151,NULL,NULL,NULL,'Pat Sotelo','Pat','Sotelo','+16265334437','[email protected]',NULL,'','','','','92-161 Waipahe, Kapolei','','','','[]',NULL,'2021-06-05 12:15:39'),(152,NULL,NULL,NULL,'Dawn Andrews','Dawn','Andrews','+14052505377','[email protected]',NULL,'','','','','400 Royal Hawaiian Ave','','','','[]',NULL,'2021-06-10 06:50:32'),(153,NULL,NULL,NULL,'Lauren Ryan','Lauren','Ryan','+18189671325','[email protected]',NULL,'','','','','2451 e manoa rd ','','','','[]',NULL,'2021-06-11 22:17:37'),(154,NULL,NULL,NULL,'Kerry Zalopany','Kerry','Zalopany ','+18089389580','[email protected]',NULL,'','','','','500 lunalilo home road #12E Honololu,HI 96825','','','','[]',NULL,'2021-06-15 09:35:20'),(155,NULL,NULL,NULL,'Kylee Akina','Kylee','Akina','+18087244802','[email protected]',NULL,'','','','','94-365 Nahokupa Place Mililani, HI 96789','','','','[]',NULL,'2021-06-16 13:21:38'),(156,NULL,NULL,NULL,'Windy Reeff','Windy','Reeff','+12069484409','[email protected]',NULL,'','','','','120 Kaʻiulani Ave, Honolulu, HI 96815 Room #1024','','','','[]',NULL,'2021-06-17 14:29:48'),(157,NULL,NULL,NULL,'Rachel D’Agostino','Rachel','D’Agostino','+12032096923','[email protected]',NULL,'','','','','5000 Kahala Ave','','','','[]',NULL,'2021-06-19 05:02:13'),(158,NULL,NULL,NULL,'Janice Lee','Janice','Lee','+18082219387','[email protected]',NULL,'','','','','2211 Ala Wai blvd #2310','','','','[]',NULL,'2021-06-22 22:38:54'),(159,NULL,NULL,NULL,'Runningbear RAMIREZ','Runningbear','RAMIREZ','+13109943360','[email protected]',NULL,'','','','','2005 kalia rd Honolulu hawaii','','','','[]',NULL,'2021-06-27 04:58:16'),(160,NULL,NULL,NULL,'Candice Jansen','Candice','Jansen','+18326001336','[email protected]',NULL,'','','','','201 Beachwalk Honolulu, HI  96815','','','','[]',NULL,'2021-07-04 07:12:53'),(161,NULL,NULL,NULL,'Randy Adams','Randy','Adams','+19072446116','[email protected]',NULL,'','','','','91-1001 Keaunui dr Unit 132. Ewa Beach 96706','','','','[]',NULL,'2021-07-08 13:43:17'),(162,NULL,NULL,NULL,'Summer Buchmeier','Summer ','Buchmeier ','+12542910348','[email protected]',NULL,'','','','','2023 Simpson Street Honolulu, HI','','','','[]',NULL,'2021-07-09 11:12:59'),(163,NULL,NULL,NULL,'Jessi Kelly','Jessi','Kelly','+18473736354','[email protected]',NULL,'','','','','383 Kalaimoku St, E-1215','','','','[]',NULL,'2021-07-19 05:21:12'),(164,NULL,NULL,NULL,'Raun Jones','Raun ','Jones ','+18083499079','[email protected]',NULL,'','','','','91-1328 ipuolono st','','','','[]',NULL,'2021-07-30 09:39:28'),(165,NULL,NULL,NULL,'Shienlin Pryor','Shienlin','Pryor','+19493385971','[email protected]',NULL,'','','','','25 Wilikoki place ','','','','[]',NULL,'2021-08-04 16:40:52'),(166,NULL,NULL,NULL,'Caroline Harris','Caroline','Harris','+18084287554','[email protected]',NULL,'','','','','415 South Street #1201','','','','[]',NULL,'2021-08-08 12:11:07'),(167,NULL,NULL,NULL,'Austin Duff','Austin','Duff','+15202036556','[email protected]',NULL,'','','','','271 Kuualoha St. Kahului, HI 96732','','','','[]',NULL,'2021-08-08 13:37:50'),(168,NULL,NULL,NULL,'Harris Mabe','Harris','Mabe','+18085425230','[email protected]',NULL,'','','','','3306 HINANO ST','','','','[]',NULL,'2021-08-16 19:22:12'),(169,NULL,NULL,NULL,'Erica Larson','Erica','Larson','+15173751021','[email protected]',NULL,'','','','','2552 Kalakaua Ave, Honolulu, HI 96815 Room 2019','','','','[]',NULL,'2021-08-20 07:09:41'),(170,NULL,NULL,NULL,'Tanya Tooze','Tanya ','Tooze ','+15035804930','[email protected]',NULL,'','','','','92-161 Waipahe place Kapolei Oahu 96707','','','','[]',NULL,'2021-08-22 11:39:24'),(171,NULL,NULL,NULL,'Friday John','Friday ','John','+18084928827','[email protected]',NULL,'','','','','2211 ala wai blvd Honolulu hi 96815 apt 812','','','','[]',NULL,'2021-08-27 22:44:13'),(172,NULL,NULL,NULL,'Jacqueline Dunlap','Jacqueline','Dunlap','+17082123193','[email protected]',NULL,'','','','','400 Hobron lane unit 1910 Honolulu hi 06815','','','','[]',NULL,'2021-08-28 11:48:39'),(173,NULL,NULL,NULL,'David Fiedler','David','Fiedler','+18082344600','[email protected]',NULL,'','','','','84 755 Ala Mahiku St 73B Waianae HI 96792','','','','[]',NULL,'2021-08-30 11:21:37'),(174,NULL,NULL,NULL,'Najlaa Macklin','Najlaa','Macklin ','+17169366196','[email protected]',NULL,'','','','','6645 Ixora lane, Honolulu, HI 96818','','','','[]',NULL,'2021-08-31 11:25:28'),(175,NULL,NULL,NULL,'April Stoltz','April ','Stoltz ','+18083873757','[email protected]',NULL,'','','','','1567 Mahiole street ','','','','[]',NULL,'2021-08-31 13:54:39'),(176,NULL,NULL,NULL,'Andrea Tapia','Andrea','Tapia ','+13526175605','[email protected]',NULL,'','','','','2490 Kalakaua Avenue, 96815, Honolulu','','','','[]',NULL,'2021-09-05 21:31:09'),(177,NULL,NULL,NULL,'test test','test','test','+18080980988','[email protected]',NULL,'','','','','test','','','','[]',NULL,'2021-09-07 10:53:54'),(178,NULL,NULL,NULL,'Hayley Dillon','Hayley ','Dillon ','+18087777851','[email protected]',NULL,'','','','','1238 Kaala Ave Wahiawa HI 96786','','','','[]',NULL,'2021-09-08 20:46:42'),(179,NULL,NULL,NULL,'Alisha Henshaw','Alisha','Henshaw','+18087989139','[email protected]',NULL,'','','','','1238 Kaala ave Wahiawa hi 96786','','','','[]',NULL,'2021-09-08 23:15:27'),(180,NULL,NULL,NULL,'Shalana Davis','Shalana','Davis','+13136569716','[email protected]',NULL,'','','','','2570 Kalakaua Avenue #2202','','','','[]',NULL,'2021-09-09 09:41:05'),(181,NULL,NULL,NULL,'Alexander Accarino','Alexander','Accarino','+14157232323','[email protected]',NULL,'','','','','1413 Emerson Street, Unit C, Honolulu, HI 96813','','','','[]',NULL,'2021-09-10 15:26:19'),(182,NULL,NULL,NULL,'Sari Lopez','Sari ','Lopez ','+17609600009','[email protected]',NULL,'','','','','2169 Kalia Rd Honolulu HI ','','','','[]',NULL,'2021-09-12 17:08:38'),(183,NULL,NULL,NULL,'troy test','troy','test','+18080697977','[email protected]',NULL,'','','','','asdfgadfga ','','','','[]',NULL,'2021-09-18 10:14:07'),(184,NULL,NULL,NULL,'monkey troysan','monkey','troysan','+180836132141','[email protected]',NULL,'','','','','test','','','','[]',NULL,'2021-09-18 10:22:01'),(185,NULL,NULL,NULL,'teargaer adsfgadsfg','teargaer','adsfgadsfg','+19879877','[email protected]',NULL,'','','','','as;adsldkfj','','','','[]',NULL,'2021-09-18 11:23:20'),(186,NULL,NULL,NULL,'test test','test','test','+19879877777','[email protected]',NULL,'','','','','123','','','','[]',NULL,'2021-09-18 12:50:28'),(187,NULL,NULL,NULL,'Juliet Romero','Juliet','Romero','+18087806707','[email protected]',NULL,'','','','','2541 Kuhio Ave. 2D Honolulu, HI 96797 ','','','','[]',NULL,'2021-09-21 17:03:57'),(188,NULL,NULL,NULL,'James Migia','James ','Migia','+18083219493','[email protected]',NULL,'','','','','94-510 Lumiaina st #s203','','','','[]',NULL,'2021-09-27 13:25:39'),(189,NULL,NULL,NULL,'Keli Taylor','Keli','Taylor','+18088590225','[email protected]',NULL,'','','','','87-154 Palani St, Waianae, Hawaii 96792','','','','[]',NULL,'2021-09-27 13:41:43'),(190,NULL,NULL,NULL,'Kevin Cotton','Kevin','Cotton','+18083814455','[email protected]',NULL,'','','','','45-180 Mahalani Place, #18','','','','[]',NULL,'2021-09-30 04:50:59'),(191,NULL,NULL,NULL,'Anthony Dructor','Anthony','Dructor','+12094010145','[email protected]',NULL,'','','','','44-727 Puamohala st, Honolulu hi 96744','','','','[]',NULL,'2021-10-02 16:00:01'),(192,NULL,NULL,NULL,'test test','test','test','+18089879877','[email protected]',NULL,'','','','','test','','','','[]',NULL,'2021-10-06 09:29:10'),(193,NULL,NULL,NULL,'test test','test','test','+1808098088','[email protected]',NULL,'','','','','test','','','','[]',NULL,'2021-10-08 11:37:07'),(194,NULL,NULL,NULL,'Terran Woods','Terran','Woods','+18086993877','[email protected]',NULL,'','','','','91-1165 Hanaloa St','','','','[]',NULL,'2021-10-11 09:46:33'),(195,NULL,NULL,NULL,'Lael Elo','Lael',' Elo','+14156949494','[email protected]',NULL,'','','','','1909 Ala Wai #409','','','','[]',NULL,'2021-10-13 17:25:44'),(196,NULL,NULL,NULL,'Tina Schaff','Tina','Schaff','+14809399541','[email protected]',NULL,'','','','','120 Kaʻiulani Ave, Honolulu, HI 96815, Room 732','','','','[]',NULL,'2021-10-17 14:33:37'),(197,NULL,NULL,NULL,'Kristen Miller','Kristen ','Miller ','+13036425297','[email protected]',NULL,'','','','','130 Kai Malina Parkway, Lahaina, Hi 96761','','','','[]',NULL,'2021-10-21 19:25:58'),(198,NULL,NULL,NULL,'Matthew Meehan','Matthew ','Meehan ','+18083433609','[email protected]',NULL,'','','','','2424 kalakuaua ave Honolulu hi 96815','','','','[]',NULL,'2021-10-21 21:42:45'),(199,NULL,NULL,NULL,'Shelley Hennig','Shelley','Hennig','+19173013145','[email protected]',NULL,'','','','','Alohalini Waikiki resort','','','','[]',NULL,'2021-10-28 17:58:37'),(200,NULL,NULL,NULL,'Cait Bidwell','Cait','Bidwell','+17248400727','[email protected]',NULL,'','','','','410 Atkinson Dr. Room 2702','','','','[]',NULL,'2021-10-31 15:55:29'),(201,NULL,NULL,NULL,'zoe rabon','zoe','rabon','+17048587760','[email protected]',NULL,'','','','','2719 F  Rd','','','','[]',NULL,'2021-11-05 11:42:02'),(202,NULL,NULL,NULL,'Kate Termini','Kate','Termini','+19177488576','[email protected]',NULL,'','','','','610 Kaumaka Place ','','','','[]',NULL,'2021-11-06 11:46:03'),(203,NULL,NULL,NULL,'Cole Hanson','Cole ','Hanson ','+18087450847','[email protected]',NULL,'','','','','4323 Orion Drive B Kapolei Hawaii 96707 ','','','','[]',NULL,'2021-11-11 08:09:04'),(204,NULL,NULL,NULL,'Christel Alvarez','Christel','Alvarez','+16154175882','[email protected]',NULL,'','','','','Doubletree Hilton Waikiki, room 1809, at 1956 Ala Moana Blvd, Honolulu ','','','','[]',NULL,'2021-11-18 07:05:32'),(205,NULL,NULL,NULL,'Valerie Swift','Valerie','Swift','+18083069811','[email protected]',NULL,'','','','','603 Kalolina St Kailua 96734','','','','[]',NULL,'2021-11-20 08:27:49'),(206,NULL,NULL,NULL,'Kristin Ann Sylliboy','Kristin Ann ','Sylliboy ','+19028903294','[email protected]',NULL,'','','','','Aulani Resort ','','','','[]',NULL,'2021-11-21 03:49:58'),(207,NULL,NULL,NULL,'Rachel Vilay','Rachel','Vilay','+12088415434','[email protected]',NULL,'','','','','201 Beach walk','','','','[]',NULL,'2021-11-21 08:08:09'),(208,NULL,NULL,NULL,'Samantha Van Sickle','Samantha','Van Sickle','+14044448795','[email protected]',NULL,'','','','','1252 Kamaile St, Honolulu, HI, 96814','','','','[]',NULL,'2021-11-28 09:00:11'),(209,NULL,NULL,NULL,'Seila Kim','Seila','Kim','+18084362888','[email protected]',NULL,'','','','','648 walea place honolulu hi 96817','','','','[]',NULL,'2021-11-28 14:59:10'),(210,NULL,NULL,NULL,'Domenick Dibenedetto','Domenick','Dibenedetto','+19738702108','[email protected]',NULL,'','','','','98-203 pahemo st','','','','[]',NULL,'2021-12-05 12:54:01'),(211,NULL,NULL,NULL,'Candy Gonzalez','Candy','Gonzalez ','+15204997342','[email protected]',NULL,'','','','','10026 S Epperson Ln','','','','[]',NULL,'2021-12-08 09:48:02'),(212,NULL,NULL,NULL,'John Griffin','John','Griffin','+18086304962','[email protected]',NULL,'','','','','91-1767 Pualoalo Place','','','','[]',NULL,'2021-12-10 15:38:22'),(213,NULL,NULL,NULL,'Gary Murakami','Gary ','Murakami','+18082239946','[email protected]',NULL,'','','','','20 Ala Kimo drive Honolulu hi 96817','','','','[]',NULL,'2021-12-10 20:48:23'),(214,NULL,NULL,NULL,'Sean Knox','Sean','Knox','+18087215446','[email protected]',NULL,'','','','','1478 uluhala pl. Kailua hi 96734','','','','[]',NULL,'2021-12-11 09:50:03'),(215,NULL,NULL,NULL,'Jeani Martin','Jeani','Martin','+18086391845','[email protected]',NULL,'','','','','Outrigger 2211KuhioAve','','','','[]',NULL,'2021-12-14 16:07:04'),(216,NULL,NULL,NULL,'Andrea Yielding','Andrea','Yielding','+16233990309','[email protected]',NULL,'','','','','91-1030 Kamailio St','','','','[]',NULL,'2021-12-17 04:55:52'),(217,NULL,NULL,NULL,'Dean Shivvers','Dean','Shivvers','+18087414950','[email protected]',NULL,'','','','','61 274 Kam hwy D Haleiwa hi 96712','','','','[]',NULL,'2021-12-18 15:36:12'),(218,NULL,NULL,NULL,'Eric Nagrampa','Eric','Nagrampa','+18186673218','[email protected]',NULL,'','','','','2552 kalakaua avenue, Honolulu, Hawaii, 96815 Room 1359','','','','[]',NULL,'2021-12-21 08:57:08'),(219,NULL,NULL,NULL,'Erin Aihara','Erin','Aihara','+17243222272','[email protected]',NULL,'','','','','7012 Kamilo St Honolulu HI 96825 ','','','','[]',NULL,'2021-12-22 19:15:50'),(220,NULL,NULL,NULL,'Cydney Chu','Cydney','Chu','+18082587471','[email protected]',NULL,'','','','','66-892 Alena Loop Waialua, HI 96791','','','','[]',NULL,'2021-12-24 11:39:00'),(221,NULL,NULL,NULL,'Jon Chamberlain','Jon','Chamberlain ','+18013803221','[email protected]',NULL,'','','','','120 Kaʻiulani Ave Honolulu, HI  96815 United States','','','','[]',NULL,'2021-12-29 15:43:07'),(222,NULL,NULL,NULL,'Paige Amico','Paige','Amico','+16029896147','[email protected]',NULL,'','','','','Westin Moana Surfrider #777','','','','[]',NULL,'2021-12-29 18:23:43'),(223,NULL,NULL,NULL,'Alaine Conobre','Alaine','Conobre ','+18086995725','[email protected]',NULL,'','','','','1950 Naio St. (go thru the garage and downstairs ','','','','[]',NULL,'2021-12-30 12:05:51'),(224,NULL,NULL,NULL,'Kristen Krael','Kristen','Krael','+18083667203','[email protected]',NULL,'','','','','95-607 Ainana way Mililani HI 96789','','','','[]',NULL,'2021-12-31 08:54:16'),(225,NULL,NULL,NULL,'Jack Parker','Jack','Parker','+18084788573','[email protected]',NULL,'','','','','1416 Ohialoke St. Honolulu 96821','','','','[]',NULL,'2022-01-01 10:36:31'),(226,NULL,NULL,NULL,'Tamara Lemaster','Tamara','Lemaster','+18066402537','[email protected]',NULL,'','','','','2570 Kalakaua Ave, Honolulu, HI 96815 #1227','','','','[]',NULL,'2022-01-03 20:40:16'),(227,NULL,NULL,NULL,'Tessie Ryusaki','Tessie','Ryusaki','+18084783245','[email protected]',NULL,'','','','','2291 Lauwiliwili Street','','','','[]',NULL,'2022-01-04 15:28:39'),(228,NULL,NULL,NULL,'Shane Vega','Shane','Vega','+18084450687','[email protected]',NULL,'','','','','3204 Gillespie Ln, Honolulu, HI 96818','','','','[]',NULL,'2022-01-05 12:33:52'),(229,NULL,NULL,NULL,'Elizabeth Ginoza','Elizabeth ','Ginoza','+18082060550','[email protected]',NULL,'','','','','581 Kamoku st. 97826 unit # 3706','','','','[]',NULL,'2022-01-07 20:33:37'),(230,NULL,NULL,NULL,'Jalicia Spalinger','Jalicia','Spalinger','+19363208038','[email protected]',NULL,'','','','','972 Murray Dr','','','','[]',NULL,'2022-01-08 12:16:31'),(231,NULL,NULL,NULL,'Andrey Melikhov','Andrey','Melikhov','+13126078563','[email protected]',NULL,'','','','','2300 Kalakaua Ave, Honolulu, HI 96815','','','','[]',NULL,'2022-01-14 09:19:36'),(232,NULL,NULL,NULL,'Shandon Augustus','Shandon','Augustus','+18087296189','[email protected]',NULL,'','','','','92-6031 Nemo st','','','','[]',NULL,'2022-01-21 00:01:51'),(233,NULL,NULL,NULL,'Timothy Yee','Timothy','Yee','+18083302374','[email protected]',NULL,'','','','','915 Kamilonui Place, Honolulu HI 96825','','','','[]',NULL,'2022-01-21 04:36:03'),(234,NULL,NULL,NULL,'Elaine Vizka','Elaine','Vizka','+15153265665','[email protected]',NULL,'','','','','445 Kaiolu Street #610','','','','[]',NULL,'2022-01-28 12:04:49'),(235,NULL,NULL,NULL,'Fenando Jaime','Fenando ','Jaime','+18082829335','[email protected]',NULL,'','','','','980295 Ualo St. Apt X4','','','','[]',NULL,'2022-01-29 13:33:28'),(236,NULL,NULL,NULL,'Jenny Welham','Jenny','Welham','+18084620023','[email protected]',NULL,'','','','','1842 Mahana Street, Honolulu, HI 96814','','','','[]',NULL,'2022-02-05 14:09:47'),(237,NULL,NULL,NULL,'Chealse Howell','Chealse','Howell','+17053445811','[email protected]',NULL,'','','','','2552 Kalakaua Ave, Honolulu, HI 96815 room 2269','','','','[]',NULL,'2022-02-13 03:17:54'),(238,NULL,NULL,NULL,'Maliyah Lewis','Maliyah ','Lewis','+15415795067','[email protected]',NULL,'','','','','201 beach walk, Honolulu, HI 96815','','','','[]',NULL,'2022-02-17 07:02:33'),(239,NULL,NULL,NULL,'addison eubanks','addison ','eubanks','+18087990998','[email protected]',NULL,'','','','','3144 mokihana street ','','','','[]',NULL,'2022-02-19 13:09:55'),(240,NULL,NULL,NULL,'Rebecca Jones','Rebecca','Jones','+14107363622','[email protected]',NULL,'','','','','2470 Kalakaua Ave, unit 2001','','','','[]',NULL,'2022-02-20 15:26:04'),(241,NULL,NULL,NULL,'jonathan cohen','jonathan','cohen','+13038980486','[email protected]',NULL,'','','','','383 Kalaimoku St, Waikiki, HI 96815 suite 1805','','','','[]',NULL,'2022-02-22 03:51:13'),(242,NULL,NULL,NULL,'Raussie Thap','Raussie','Thap','+14257734111','[email protected]',NULL,'','','','','2552 Kalakaua Avenue, Honolulu, HI, USA 96815  Hotel # 3357','','','','[]',NULL,'2022-02-25 06:24:19'),(243,NULL,NULL,NULL,'Maricris Baronia','Maricris','Baronia','+19096786187','[email protected]',NULL,'','','','','Aulani, Disney Vacation Club Villas, Ko Olina, Hawaii 92-1185 Ali\'inui Dr Kapolei, HI 96707  ','','','','[]',NULL,'2022-03-01 08:07:18'),(244,NULL,NULL,NULL,'Cristina Smoot','Cristina','Smoot','+18054559854','[email protected]',NULL,'','','','','550 Poipu Dr Honolulu 96825','','','','[]',NULL,'2022-03-06 08:08:42'),(245,NULL,NULL,NULL,'Lily Deane','Lily','Deane','+14085151880','[email protected]',NULL,'','','','','Sheraton waikiki','','','','[]',NULL,'2022-03-10 17:55:44'),(246,NULL,NULL,NULL,'Nick Astacio','Nick','Astacio','+818065287202','[email protected]',NULL,'','','','','Hilton Garden Inn Waikiki, 2330 Kuhio Ave','','','','[]',NULL,'2022-03-11 13:25:54'),(247,NULL,NULL,NULL,'Jacob Conroy','Jacob','Conroy','+13103397256','[email protected]',NULL,'','','','','3032 Harding ave #b','','','','[]',NULL,'2022-03-12 15:27:20'),(248,NULL,NULL,NULL,'Seth Moniz','Seth','Moniz','+18086870599','[email protected]',NULL,'','','','','6158 summer st ','','','','[]',NULL,'2022-03-14 11:09:03'),(249,NULL,NULL,NULL,'Adrianna Coberley','Adrianna','Coberley','+13617659805','[email protected]',NULL,'','','','','4505 Paperbark Ln','','','','[]',NULL,'2022-03-19 07:06:45'),(250,NULL,NULL,NULL,'Blaine Awana','Blaine','Awana','+18082229112','[email protected]',NULL,'','','','','47406 Hui Kelu St., Kaneohe, HI 96744','','','','[]',NULL,'2022-03-25 04:20:53'),(251,NULL,NULL,NULL,'Ashley Ryan','Ashley','Ryan','+13023732862','[email protected]',NULL,'','','','','Disneys Aulani Resort 92-1185 Aliinui Dr Kopolei HI','','','','[]',NULL,'2022-04-07 08:35:41'),(252,NULL,NULL,NULL,'Kristen James','Kristen','James','+19517338880','[email protected]',NULL,'','','','','Trump international Waikiki ','','','','[]',NULL,'2022-04-11 20:04:53'),(253,NULL,NULL,NULL,'Brent Gess','Brent','Gess','+19495339037','[email protected]',NULL,'','','','','2023 Kalia Road, grand islander, room 1102','','','','[]',NULL,'2022-04-15 10:03:22'),(254,NULL,NULL,NULL,'John Tonkin','John','Tonkin','+19137108884','[email protected]',NULL,'','','','','2365 Kalakaua Ave #394, Honolulu ','','','','[]',NULL,'2022-04-15 13:03:11'),(255,NULL,NULL,NULL,'Madison Grover','Madison','Grover','+18082531799','[email protected]',NULL,'','','','','59-369 Alapio rd','','','','[]',NULL,'2022-04-16 11:25:08'),(256,NULL,NULL,NULL,'Kyli Joe Mawae','Kyli Joe','Mawae','+18082849968','[email protected]',NULL,'','','','','91-1120 puahala st 18T','','','','[]',NULL,'2022-04-21 17:25:40'),(257,NULL,NULL,NULL,'Reiki Kahikina Young','Reiki Kahikina','Young','+18082063792','[email protected]',NULL,'','','','','2563-E Pacific Hts. Rd.','','','','[]',NULL,'2022-04-25 15:23:45'),(258,NULL,NULL,NULL,'Melisa Joines','Melisa','Joines','+18083513078','[email protected]',NULL,'','','','','95-1002 Hoalumi Street  Mililani 96789','','','','[]',NULL,'2022-05-01 03:44:15'),(259,NULL,NULL,NULL,'Nimai Titcomb','Nimai','Titcomb','+18082259848','[email protected]',NULL,'','','','','1148 Keolu Dr Kailua HI 96734','','','','[]',NULL,'2022-05-07 20:41:26'),(260,NULL,NULL,NULL,'Yuni Heffernan','Yuni','Heffernan','+14155185466','[email protected]',NULL,'','','','','383 Kalaimoku Street #3202','','','','[]',NULL,'2022-05-12 10:44:01'),(261,NULL,NULL,NULL,'Corbett & Tristyn Kalama','Corbett & Tristyn ','Kalama','+18087549876','[email protected]',NULL,'','','','','527 Iliaina Street','','','','[]',NULL,'2022-05-15 11:05:59'),(262,NULL,NULL,NULL,'Detavio Samuels','Detavio','Samuels','+19172244485','[email protected]',NULL,'','','','','2365 Kalakaua Ave, Honolulu, HI 96815','','','','[]',NULL,'2022-05-16 17:55:15'),(263,NULL,NULL,NULL,'Lindsay Newton','Lindsay','Newton ','+18084464960','[email protected]',NULL,'','','','','1370 Makaikoa st. ','','','','[]',NULL,'2022-05-20 14:54:17'),(264,NULL,NULL,NULL,'Mike Kegley','Mike ','Kegley','+16187712749','[email protected]',NULL,'','','','','2005 Kālia Rd, Honolulu, HI 96815 room 1701','','','','[]',NULL,'2022-05-22 10:04:06'),(265,NULL,NULL,NULL,'Cristina Dutea','Cristina','Dutea','+17023349448','[email protected]',NULL,'','','','','2943 Kalakaua Ave #808','','','','[]',NULL,'2022-05-26 09:49:23'),(266,NULL,NULL,NULL,'Laurel i Lunn','Laurel i','Lunn','+14244336200','[email protected]',NULL,'','','','','59487  AlapioRd','','','','[]',NULL,'2022-05-29 19:02:07'),(267,NULL,NULL,NULL,'Tristyn Kalama','Tristyn','Kalama','+18082257793','[email protected]',NULL,'','','','','527 Iliaina St. Kailua, Hawaii 96734','','','','[]',NULL,'2022-06-04 19:16:48'),(268,NULL,NULL,NULL,'audi romero','audi','romero','+16026842304','[email protected]',NULL,'','','','','92-1185 Ali’inui Dr, Kapolei HI 96707','','','','[]',NULL,'2022-06-05 12:06:01'),(269,NULL,NULL,NULL,'Kimberly Pennington','Kimberly','Pennington','+18087720291','[email protected]',NULL,'','','','','91-1246 Kaikohola Street','','','','[]',NULL,'2022-06-10 20:16:08'),(270,NULL,NULL,NULL,'Joti Badwal','Joti','Badwal','+17739536637','[email protected]',NULL,'','','','','2365 Kalakaua Ave (Moana Surfrider Hotel) Unit 1988','','','','[]',NULL,'2022-06-13 07:53:07'),(271,NULL,NULL,NULL,'Alexis Caruso','Alexis ','Caruso','+17193771057','[email protected]',NULL,'','','','','170 Ahamaka rd. Unit 104, wahiawa, HI 96786','','','','[]',NULL,'2022-06-15 09:09:23'),(272,NULL,NULL,NULL,'Larissa Galford','Larissa','Galford ','+13103471307','[email protected]',NULL,'','','','','57-091 Kamehameha Hwy Kahuku, HI 96731 United States','','','','[]',NULL,'2022-06-23 22:38:13'),(273,NULL,NULL,NULL,'Dana OReilly','Dana','OReilly ','+18562961484','[email protected]',NULL,'','','','','2339 Pikake pl Honolulu hi','','','','[]',NULL,'2022-06-24 10:28:25'),(274,NULL,NULL,NULL,'Wen Han Zeng','Wen Han ','Zeng','+18082189951','[email protected]',NULL,'','','','','1352 8th Avenue ','','','','[]',NULL,'2022-06-24 14:53:06'),(275,NULL,NULL,NULL,'Brandon Bowsky','Brandon','Bowsky','+15612010466','[email protected]',NULL,'','','','','L101','','','','[]',NULL,'2022-06-25 08:51:44'),(276,NULL,NULL,NULL,'Jamie Driscoll','Jamie','Driscoll','+61409146472','[email protected]',NULL,'','','','','Outrigger Reef Waikiki Beach 2169 Kalia Rd Honolulu ','','','','[]',NULL,'2022-06-27 09:36:59'),(277,NULL,NULL,NULL,'Chaice Alcon','Chaice ','Alcon','+18084289417','[email protected]',NULL,'','','','','2173 Hillcrest St','','','','[]',NULL,'2022-06-29 08:17:51'),(278,NULL,NULL,NULL,'Keith Besario','Keith','Besario','+18088407524','[email protected]',NULL,'','','','','425 south st apt #704 Honolulu HI 96813','','','','[]',NULL,'2022-06-30 10:52:56'),(279,NULL,NULL,NULL,'Priscilla Jennings','Priscilla','Jennings','+12094831495','[email protected]',NULL,'','','','','1909 Ala Wai Boulevard #706, Honolulu, HI 96815','','','','[]',NULL,'2022-07-02 10:18:50'),(280,NULL,NULL,NULL,'Jack deane','Jack','deane','+15312558946','[email protected]',NULL,'','','','','1539 Thomas Avenue','','','','[]',NULL,'2022-07-02 14:27:22'),(281,NULL,NULL,NULL,'Ben Frazier','Ben','Frazier','+19169560415','[email protected]',NULL,'','','','','2490 kalakaua Ave, Honolulu (alohalani resort)','','','','[]',NULL,'2022-07-05 13:06:09'),(282,NULL,NULL,NULL,'Shalina Prescott','Shalina','Prescott','+18083395486','[email protected]',NULL,'','','','','945 20th Ave. Honolulu HI 96816','','','','[]',NULL,'2022-07-06 07:59:36'),(283,NULL,NULL,NULL,'William Johnson','William','Johnson ','+17049137176','[email protected]',NULL,'','','','','Waikiki outrigger room 123','','','','[]',NULL,'2022-07-12 11:26:41'),(284,NULL,NULL,NULL,'Anka malatynska','Anka','malatynska','+13104030796','[email protected]',NULL,'','','','','Waikiki Marriot room 2127','','','','[]',NULL,'2022-07-20 16:38:52'),(285,NULL,NULL,NULL,'Lexi Li','Lexi','Li','+18089137149','[email protected]',NULL,'','','','','#2400. 987 Queen street, HI. 96814','','','','[]',NULL,'2022-07-20 23:36:42'),(286,NULL,NULL,NULL,'Maddie Keefe','Maddie','Keefe','+18586031345','[email protected]',NULL,'','','','','1775 Ala Moana Blvd Room 712','','','','[]',NULL,'2022-07-22 15:34:19'),(287,NULL,NULL,NULL,'Kurt Caywood','Kurt','Caywood','+13602813371','[email protected]',NULL,'','','','','1407 16th Ave Honolulu, HI 96816','','','','[]',NULL,'2022-07-25 15:52:46'),(288,NULL,NULL,NULL,'Kristen Yunker','Kristen','Yunker','+16193222952','[email protected]',NULL,'','','','','471 Kailua Rd., #3206, Kailua HI 96734','','','','[]',NULL,'2022-07-27 14:37:32'),(289,NULL,NULL,NULL,'Erin LaBorde','Erin','LaBorde','+16097139014','[email protected]',NULL,'','','','','724 Kakala St 1901 Kapolei HI 96707','','','','[]',NULL,'2022-08-11 20:47:44'),(290,NULL,NULL,NULL,'Durai Guru','Durai','Guru','+12175208243','[email protected]',NULL,'','','','','1777 Ala Moana Blvd, #702, Honolulu, HI 96815','','','','[]',NULL,'2022-08-14 00:22:53'),(291,NULL,NULL,NULL,'Josanne Pedro','Josanne','Pedro','+18084791931','[email protected]',NULL,'','','','','450-C Kawainui Street, Kailua, HI 96734','','','','[]',NULL,'2022-08-23 20:30:28'),(292,NULL,NULL,NULL,'Janell Bright','Janell','Bright','+17403509891','[email protected]',NULL,'','','','','78-261 Manukai St. 3004, Kailua, Kona, HI, 96740','','','','[]',NULL,'2022-08-25 06:43:50'),(293,NULL,NULL,NULL,'Ruby Waitkevich','Ruby','Waitkevich','+15089810424','[email protected]',NULL,'','','','','2085 Ala Wai Blvd apt. 172','','','','[]',NULL,'2022-08-29 16:19:27'),(294,NULL,NULL,NULL,'John Ring','John','Ring','+17026822488','[email protected]',NULL,'','','','','Aston Waikiki Sunset 229 Paoakalani Ave unit #3207','','','','[]',NULL,'2022-09-08 12:28:36');
/*!40000 ALTER TABLE `wp_bookly_customers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bookly_email_log`
--

DROP TABLE IF EXISTS `wp_bookly_email_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_email_log` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `to` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `body` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `headers` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `attach` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=430 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_email_log`
--

LOCK TABLES `wp_bookly_email_log` WRITE;
/*!40000 ALTER TABLE `wp_bookly_email_log` DISABLE KEYS */;
INSERT INTO `wp_bookly_email_log` VALUES (1,'[email protected]','Your appointment information','<p>Dear test test.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Jetlag IV</td>\n<td>October 15, 2021</td>\n<td>11:00 am</td>\n<td>Michael Pasquale</td>\n<td>$0.00</td>\n<td>$0.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-10-06 09:22:09'),(2,'[email protected]','Your appointment information','<p>Dear test test.</p>\n<p>This is a confirmation that you have booked Jetlag IV.</p>\n<p>We will be waiting for you at test on October 15, 2021 at 11:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-10-06 09:26:53'),(3,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Jetlag IV<br />\nDate: October 15, 2021<br />\nTime: 11:00 am<br />\nClient address: test<br />\nClient name: test test<br />\nClient phone: +18080980988<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: test test <[email protected]>\"]','[]','new_booking','2021-10-06 09:26:57'),(4,'[email protected]','Your appointment information','<p>Dear test test.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Jetlag IV</td>\n<td>October 15, 2021</td>\n<td>11:00 am</td>\n<td>Michael Pasquale</td>\n<td>$0.00</td>\n<td>$0.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-10-06 09:29:10'),(5,'[email protected]','Your appointment information','<p>Dear test test.</p>\n<p>This is a confirmation that you have booked Jetlag IV.</p>\n<p>We will be waiting for you at test on October 15, 2021 at 11:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-10-06 09:29:12'),(6,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Jetlag IV<br />\nDate: October 15, 2021<br />\nTime: 11:00 am<br />\nClient address: test<br />\nClient name: test test<br />\nClient phone: +18089879877<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: test test <[email protected]>\"]','[]','new_booking','2021-10-06 09:29:15'),(7,'[email protected]','Your appointment information','<p>Dear Troy Wilson.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Jetlag IV</td>\n<td>October 21, 2021</td>\n<td>10:00 am</td>\n<td>Michael Pasquale</td>\n<td>$0.00</td>\n<td>$0.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-10-06 09:48:40'),(8,'[email protected]','Your appointment information','<p>Dear Troy Wilson.</p>\n<p>This is a confirmation that you have booked Jetlag IV.</p>\n<p>We will be waiting for you at 2446 Cleghorn St., Apt. A on October 21, 2021 at 10:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-10-06 09:53:41'),(9,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Jetlag IV<br />\nDate: October 21, 2021<br />\nTime: 10:00 am<br />\nClient address: 2446 Cleghorn St., Apt. A<br />\nClient name: Troy Wilson<br />\nClient phone: +18084397833<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Troy Wilson <[email protected]>\"]','[]','new_booking','2021-10-06 09:58:43'),(10,'[email protected]','Your appointment information','<p>Dear test test.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Jetlag IV</td>\n<td>October 9, 2021</td>\n<td>2:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$0.00</td>\n<td>$0.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-10-08 11:37:07'),(11,'[email protected]','Your appointment information','<p>Dear test test.</p>\n<p>This is a confirmation that you have booked Jetlag IV.</p>\n<p>We will be waiting for you at test on October 9, 2021 at 2:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-10-08 11:37:09'),(12,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Jetlag IV<br />\nDate: October 9, 2021<br />\nTime: 2:00 pm<br />\nClient address: test<br />\nClient name: test test<br />\nClient phone: +1808098088<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: test test <[email protected]>\"]','[]','new_booking','2021-10-08 11:37:12'),(13,'[email protected]','Your appointment information','<p>Dear test2 test2.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Jetlag IV</td>\n<td>October 8, 2021</td>\n<td>3:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$0.00</td>\n<td>$0.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-10-08 11:45:37'),(14,'[email protected]','Your appointment information','<p>Dear test2 test2.</p>\n<p>This is a confirmation that you have booked Jetlag IV.</p>\n<p>We will be waiting for you at test on October 8, 2021 at 3:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-10-08 11:45:39'),(15,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Jetlag IV<br />\nDate: October 8, 2021<br />\nTime: 3:00 pm<br />\nClient address: test<br />\nClient name: test2 test2<br />\nClient phone: +18084397833<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: test2 test2 <[email protected]>\"]','[]','new_booking','2021-10-08 11:45:42'),(16,'[email protected]','Your appointment information','<p>Dear Shalana Davis.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Detox IV Therapy</p>\n<ul>\n<li>Extra Fluid (+250cc)</li>\n</ul>\n</td>\n<td>October 9, 2021</td>\n<td>5:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$300.00</td>\n<td>$75.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-10-08 20:49:55'),(17,'[email protected]','Your appointment information','<p>Dear Shalana Davis.</p>\n<p>This is a confirmation that you have booked Detox IV Therapy.</p>\n<p>We will be waiting for you at 2570 Kalakaua Avenue Honolulu HI room 2202 on October 9, 2021 at 5:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-10-08 20:49:57'),(18,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Detox IV Therapy<br />\nDate: October 9, 2021<br />\nTime: 5:00 pm<br />\nClient address: 2570 Kalakaua Avenue Honolulu HI room 2202<br />\nClient name: Shalana Davis<br />\nClient phone: +13136569716<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Shalana Davis <[email protected]>\"]','[]','new_booking','2021-10-08 20:50:02'),(19,'[email protected]','Your appointment information','<p>Dear Terran Woods.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Myers\' Cocktail (250cc)</td>\n<td>October 12, 2021</td>\n<td>4:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$250.00</td>\n<td>$62.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-10-11 09:46:33'),(20,'[email protected]','Your appointment information','<p>Dear Terran Woods.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 91-1165 Hanaloa St on October 12, 2021 at 4:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-10-11 09:46:35'),(21,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: October 12, 2021<br />\nTime: 4:00 pm<br />\nClient address: 91-1165 Hanaloa St<br />\nClient name: Terran Woods<br />\nClient phone: +18086993877<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Terran Woods <[email protected]>\"]','[]','new_booking','2021-10-11 09:46:44'),(22,'[email protected]','Your appointment information','<p>Dear Lael Elo.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>Toradol Pain Medication</li>\n</ul>\n</td>\n<td>October 14, 2021</td>\n<td>8:00 am</td>\n<td>Michael Pasquale</td>\n<td>$280.00</td>\n<td>$70.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-10-13 17:25:44'),(23,'[email protected]','Your appointment information','<p>Dear Lael Elo.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 1909 Ala Wai #409 on October 14, 2021 at 8:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-10-13 17:25:46'),(24,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: October 14, 2021<br />\nTime: 8:00 am<br />\nClient address: 1909 Ala Wai #409<br />\nClient name: Lael Elo<br />\nClient phone: +14156949494<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Lael Elo <[email protected]>\"]','[]','new_booking','2021-10-13 17:25:56'),(25,'[email protected]','Your appointment information','<p>Dear Shalana Davis.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Detox IV Therapy</td>\n<td>October 18, 2021</td>\n<td>7:00 am</td>\n<td>Michael Pasquale</td>\n<td>$250.00</td>\n<td>$62.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-10-16 02:07:18'),(26,'[email protected]','Your appointment information','<p>Dear Shalana Davis.</p>\n<p>This is a confirmation that you have booked Detox IV Therapy.</p>\n<p>We will be waiting for you at 2570 Kalakaua Avenue room 2202 on October 18, 2021 at 7:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-10-16 02:07:21'),(27,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Detox IV Therapy<br />\nDate: October 18, 2021<br />\nTime: 7:00 am<br />\nClient address: 2570 Kalakaua Avenue room 2202<br />\nClient name: Shalana Davis<br />\nClient phone: +13136569716<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Shalana Davis <[email protected]>\"]','[]','new_booking','2021-10-16 02:07:30'),(28,'[email protected]','Your appointment information','<p>Dear Tina Schaff.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</p>\n<ul>\n<li>Zofran Anti Nausea Medication</li>\n</ul>\n</td>\n<td>October 17, 2021</td>\n<td>4:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$255.00</td>\n<td>$63.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-10-17 14:33:37'),(29,'[email protected]','Your appointment information','<p>Dear Tina Schaff.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 120 Kaʻiulani Ave, Honolulu, HI 96815, Room 732 on October 17, 2021 at 4:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-10-17 14:33:39'),(30,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: October 17, 2021<br />\nTime: 4:00 pm<br />\nClient address: 120 Kaʻiulani Ave, Honolulu, HI 96815, Room 732<br />\nClient name: Tina Schaff<br />\nClient phone: +14809399541<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Tina Schaff <[email protected]>\"]','[]','new_booking','2021-10-17 14:33:48'),(31,'[email protected]','Your appointment information','<p>Dear Kristen Miller.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</p>\n<ul>\n<li>Toradol Pain Medication</li>\n<li>Zofran Anti Nausea Medication</li>\n</ul>\n</td>\n<td>October 22, 2021</td>\n<td>1:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$285.00</td>\n<td>$71.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-10-21 19:25:58'),(32,'[email protected]','Your appointment information','<p>Dear Kristen Miller.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 130 Kai Malina Parkway, Lahaina, Hi 96761 on October 22, 2021 at 1:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-10-21 19:26:00'),(33,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: October 22, 2021<br />\nTime: 1:00 pm<br />\nClient address: 130 Kai Malina Parkway, Lahaina, Hi 96761<br />\nClient name: Kristen Miller<br />\nClient phone: +13036425297<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Kristen Miller <[email protected]>\"]','[]','new_booking','2021-10-21 19:26:03'),(34,'[email protected]','Your appointment information','<p>Dear Matthew Meehan.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</td>\n<td>October 22, 2021</td>\n<td>10:00 am</td>\n<td>Michael Pasquale</td>\n<td>$225.00</td>\n<td>$56.25 (25%)</td>\n</tr>\n<tr>\n<td>Hangover IV - Standard</td>\n<td>October 22, 2021</td>\n<td>11:00 am</td>\n<td>Michael Pasquale</td>\n<td>$225.00</td>\n<td>$56.25 (25%)</td>\n</tr>\n<tr>\n<td>Hangover IV - Standard</td>\n<td>October 22, 2021</td>\n<td>12:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$225.00</td>\n<td>$56.25 (25%)</td>\n</tr>\n<tr>\n<td>Hangover IV - Standard</td>\n<td>October 22, 2021</td>\n<td>1:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$225.00</td>\n<td>$56.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-10-21 21:42:45'),(35,'[email protected]','Your appointment information','<p>Dear Matthew Meehan.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 2424 kalakuaua ave Honolulu hi 96815 on October 22, 2021 at 10:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-10-21 21:42:47'),(36,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: October 22, 2021<br />\nTime: 10:00 am<br />\nClient address: 2424 kalakuaua ave Honolulu hi 96815<br />\nClient name: Matthew Meehan<br />\nClient phone: +18083433609<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Matthew Meehan <[email protected]>\"]','[]','new_booking','2021-10-21 21:42:50'),(37,'[email protected]','Your appointment information','<p>Dear Matthew Meehan.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 2424 kalakuaua ave Honolulu hi 96815 on October 22, 2021 at 11:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-10-21 21:42:54'),(38,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: October 22, 2021<br />\nTime: 11:00 am<br />\nClient address: 2424 kalakuaua ave Honolulu hi 96815<br />\nClient name: Matthew Meehan<br />\nClient phone: +18083433609<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Matthew Meehan <[email protected]>\"]','[]','new_booking','2021-10-21 21:42:57'),(39,'[email protected]','Your appointment information','<p>Dear Matthew Meehan.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 2424 kalakuaua ave Honolulu hi 96815 on October 22, 2021 at 12:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-10-21 21:43:02'),(40,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: October 22, 2021<br />\nTime: 12:00 pm<br />\nClient address: 2424 kalakuaua ave Honolulu hi 96815<br />\nClient name: Matthew Meehan<br />\nClient phone: +18083433609<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Matthew Meehan <[email protected]>\"]','[]','new_booking','2021-10-21 21:43:05'),(41,'[email protected]','Your appointment information','<p>Dear Matthew Meehan.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 2424 kalakuaua ave Honolulu hi 96815 on October 22, 2021 at 1:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-10-21 21:43:09'),(42,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: October 22, 2021<br />\nTime: 1:00 pm<br />\nClient address: 2424 kalakuaua ave Honolulu hi 96815<br />\nClient name: Matthew Meehan<br />\nClient phone: +18083433609<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Matthew Meehan <[email protected]>\"]','[]','new_booking','2021-10-21 21:43:12'),(43,'[email protected]','Your appointment information','<p>Dear Shelley Hennig.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</td>\n<td>October 29, 2021</td>\n<td>12:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$225.00</td>\n<td>$56.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-10-28 17:58:37'),(44,'[email protected]','Your appointment information','<p>Dear Shelley Hennig.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at Alohalini Waikiki resort on October 29, 2021 at 12:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-10-28 17:58:39'),(45,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: October 29, 2021<br />\nTime: 12:00 pm<br />\nClient address: Alohalini Waikiki resort<br />\nClient name: Shelley Hennig<br />\nClient phone: +19173013145<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Shelley Hennig <[email protected]>\"]','[]','new_booking','2021-10-28 17:58:42'),(46,'[email protected]','Your appointment information','<p>Dear Shalana Davis.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Chelation IV</td>\n<td>October 30, 2021</td>\n<td>1:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$275.00</td>\n<td>$68.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-10-30 03:48:41'),(47,'[email protected]','Your appointment information','<p>Dear Shalana Davis.</p>\n<p>This is a confirmation that you have booked Chelation IV.</p>\n<p>We will be waiting for you at 2570 Kalakaua Avenue room 2202 on October 30, 2021 at 1:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-10-30 03:48:43'),(48,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Chelation IV<br />\nDate: October 30, 2021<br />\nTime: 1:00 pm<br />\nClient address: 2570 Kalakaua Avenue room 2202<br />\nClient name: Shalana Davis<br />\nClient phone: +13136569716<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Shalana Davis <[email protected]>\"]','[]','new_booking','2021-10-30 03:48:47'),(49,'[email protected]','Your appointment information','<p>Dear Jacqueline Dunlap.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</p>\n<ul>\n<li>Zofran Anti Nausea Medication</li>\n</ul>\n</td>\n<td>October 31, 2021</td>\n<td>2:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$255.00</td>\n<td>$63.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-10-31 12:16:48'),(50,'[email protected]','Your appointment information','<p>Dear Jacqueline Dunlap.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 400 Hobron Lane on October 31, 2021 at 2:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-10-31 12:16:50'),(51,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: October 31, 2021<br />\nTime: 2:00 pm<br />\nClient address: 400 Hobron Lane<br />\nClient name: Jacqueline Dunlap<br />\nClient phone: +17082123193<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Jacqueline Dunlap <[email protected]>\"]','[]','new_booking','2021-10-31 12:16:53'),(52,'[email protected]','Your appointment information','<p>Dear Cait Bidwell.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 2</p>\n<ul>\n<li>Toradol Pain Medication</li>\n<li>Extra Fluid (+750cc)</li>\n</ul>\n</td>\n<td>October 31, 2021</td>\n<td>7:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$355.00</td>\n<td>$88.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-10-31 15:55:29'),(53,'[email protected]','Your appointment information','<p>Dear Cait Bidwell.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 2.</p>\n<p>We will be waiting for you at 410 Atkinson Dr. Room 2702 on October 31, 2021 at 7:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-10-31 15:55:31'),(54,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 2<br />\nDate: October 31, 2021<br />\nTime: 7:00 pm<br />\nClient address: 410 Atkinson Dr. Room 2702<br />\nClient name: Cait Bidwell<br />\nClient phone: +17248400727<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Cait Bidwell <[email protected]>\"]','[]','new_booking','2021-10-31 15:55:34'),(55,'[email protected]','Your appointment information','<p>Dear troy wilson.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Jetlag IV</td>\n<td>November 18, 2021</td>\n<td>1:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$0.00</td>\n<td>$0.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-11-01 09:05:33'),(56,'[email protected]','Your appointment information','<p>Dear troy wilson.</p>\n<p>This is a confirmation that you have booked Jetlag IV.</p>\n<p>We will be waiting for you at 2446 cleghorn st Apt A on November 18, 2021 at 1:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-11-01 09:05:35'),(57,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Jetlag IV<br />\nDate: November 18, 2021<br />\nTime: 1:00 pm<br />\nClient address: 2446 cleghorn st Apt A<br />\nClient name: troy wilson<br />\nClient phone: +18084397833<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: troy wilson <[email protected]>\"]','[]','new_booking','2021-11-01 09:05:39'),(58,'[email protected]','Your appointment information','<p>Dear zoe rabon.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 1</td>\n<td>November 5, 2021</td>\n<td>1:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$225.00</td>\n<td>$56.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-11-05 11:42:02'),(59,'[email protected]','Your appointment information','<p>Dear zoe rabon.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 1.</p>\n<p>We will be waiting for you at 2719 F  Rd on November 5, 2021 at 1:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-11-05 11:42:04'),(60,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 1<br />\nDate: November 5, 2021<br />\nTime: 1:00 pm<br />\nClient address: 2719 F  Rd<br />\nClient name: zoe rabon<br />\nClient phone: +17048587760<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: zoe rabon <[email protected]>\"]','[]','new_booking','2021-11-05 11:42:07'),(61,'[email protected]','Your appointment information','<p>Dear Shalana Davis.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Chelation IV</p>\n<ul>\n<li>Extra Fluid (+750cc)</li>\n</ul>\n</td>\n<td>November 5, 2021</td>\n<td>5:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$350.00</td>\n<td>$87.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-11-05 15:52:01'),(62,'[email protected]','Your appointment information','<p>Dear Shalana Davis.</p>\n<p>This is a confirmation that you have booked Chelation IV.</p>\n<p>We will be waiting for you at 2570 Kalakaua Avenue #2202 on November 5, 2021 at 5:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-11-05 15:52:03'),(63,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Chelation IV<br />\nDate: November 5, 2021<br />\nTime: 5:00 pm<br />\nClient address: 2570 Kalakaua Avenue #2202<br />\nClient name: Shalana Davis<br />\nClient phone: +13136569716<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Shalana Davis <[email protected]>\"]','[]','new_booking','2021-11-05 15:52:06'),(64,'[email protected]','Your appointment information','<p>Dear Kate Termini.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Myers\' Cocktail (250cc)</td>\n<td>November 6, 2021</td>\n<td>1:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$250.00</td>\n<td>$62.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-11-06 11:46:03'),(65,'[email protected]','Your appointment information','<p>Dear Kate Termini.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 610 Kaumaka Place  on November 6, 2021 at 1:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-11-06 11:46:05'),(66,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: November 6, 2021<br />\nTime: 1:00 pm<br />\nClient address: 610 Kaumaka Place<br />\nClient name: Kate Termini<br />\nClient phone: +19177488576<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Kate Termini <[email protected]>\"]','[]','new_booking','2021-11-06 11:46:08'),(67,'[email protected]','Your appointment information','<p>Dear Cole Hanson.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</p>\n<ul>\n<li>Extra Fluid (+250cc)</li>\n</ul>\n</td>\n<td>November 11, 2021</td>\n<td>10:00 am</td>\n<td>Michael Pasquale</td>\n<td>$275.00</td>\n<td>$68.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-11-11 08:09:04'),(68,'[email protected]','Your appointment information','<p>Dear Cole Hanson.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 4323 Orion Drive B Kapolei Hawaii 96707  on November 11, 2021 at 10:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-11-11 08:09:06'),(69,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: November 11, 2021<br />\nTime: 10:00 am<br />\nClient address: 4323 Orion Drive B Kapolei Hawaii 96707<br />\nClient name: Cole Hanson<br />\nClient phone: +18087450847<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Cole Hanson <[email protected]>\"]','[]','new_booking','2021-11-11 08:09:09'),(70,'[email protected]','Your appointment information','<p>Dear Christel Alvarez.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Brain IV</p>\n<ul>\n<li>Extra Fluid (+750cc)</li>\n</ul>\n</td>\n<td>November 18, 2021</td>\n<td>8:00 am</td>\n<td>Michael Pasquale</td>\n<td>$300.00</td>\n<td>$75.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-11-18 07:05:32'),(71,'[email protected]','Your appointment information','<p>Dear Christel Alvarez.</p>\n<p>This is a confirmation that you have booked Brain IV.</p>\n<p>We will be waiting for you at Doubletree Hilton Waikiki, room 1809, at 1956 Ala Moana Blvd, Honolulu  on November 18, 2021 at 8:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-11-18 07:05:34'),(72,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Brain IV<br />\nDate: November 18, 2021<br />\nTime: 8:00 am<br />\nClient address: Doubletree Hilton Waikiki, room 1809, at 1956 Ala Moana Blvd, Honolulu<br />\nClient name: Christel Alvarez<br />\nClient phone: +16154175882<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Christel Alvarez <[email protected]>\"]','[]','new_booking','2021-11-18 07:05:37'),(73,'[email protected]','Your appointment information','<p>Dear Daizlynn Feguis.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The Basic IV</p>\n<ul>\n<li>Extra Fluid (+750cc)</li>\n</ul>\n</td>\n<td>November 20, 2021</td>\n<td>1:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$300.00</td>\n<td>$75.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-11-20 08:27:49'),(74,'[email protected]','Your appointment information','<p>Dear Daizlynn Feguis.</p>\n<p>This is a confirmation that you have booked The Basic IV.</p>\n<p>We will be waiting for you at 603 Kalolina St Kailua HI 96734 on November 20, 2021 at 1:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-11-20 08:27:50'),(75,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: The Basic IV<br />\nDate: November 20, 2021<br />\nTime: 1:00 pm<br />\nClient address: 603 Kalolina St Kailua HI 96734<br />\nClient name: Daizlynn Feguis<br />\nClient phone: +18083069811<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Daizlynn Feguis <[email protected]>\"]','[]','new_booking','2021-11-20 08:27:53'),(76,'[email protected]','Your appointment information','<p>Dear Kristin Ann Sylliboy.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Jetlag IV</p>\n<ul>\n<li>Extra Fluid (+250cc)</li>\n</ul>\n</td>\n<td>April 1, 2022</td>\n<td>9:00 am</td>\n<td>Michael Pasquale</td>\n<td>$50.00</td>\n<td>$12.50 (25%)</td>\n</tr>\n<tr>\n<td>Jetlag IV</p>\n<ul>\n<li>Extra Fluid (+250cc)</li>\n</ul>\n</td>\n<td>April 1, 2022</td>\n<td>10:00 am</td>\n<td>Michael Pasquale</td>\n<td>$50.00</td>\n<td>$12.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-11-21 03:49:58'),(77,'[email protected]','Your appointment information','<p>Dear Kristin Ann Sylliboy.</p>\n<p>This is a confirmation that you have booked Jetlag IV.</p>\n<p>We will be waiting for you at Aulani Resort  on April 1, 2022 at 9:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-11-21 03:50:00'),(78,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Jetlag IV<br />\nDate: April 1, 2022<br />\nTime: 9:00 am<br />\nClient address: Aulani Resort<br />\nClient name: Kristin Ann Sylliboy<br />\nClient phone: +19028903294<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Kristin Ann Sylliboy <[email protected]>\"]','[]','new_booking','2021-11-21 03:50:03'),(79,'[email protected]','Your appointment information','<p>Dear Kristin Ann Sylliboy.</p>\n<p>This is a confirmation that you have booked Jetlag IV.</p>\n<p>We will be waiting for you at Aulani Resort  on April 1, 2022 at 10:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-11-21 03:50:07'),(80,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Jetlag IV<br />\nDate: April 1, 2022<br />\nTime: 10:00 am<br />\nClient address: Aulani Resort<br />\nClient name: Kristin Ann Sylliboy<br />\nClient phone: +19028903294<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Kristin Ann Sylliboy <[email protected]>\"]','[]','new_booking','2021-11-21 03:50:10'),(81,'[email protected]','Your appointment information','<p>Dear Rachel Vilay.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</td>\n<td>November 21, 2021</td>\n<td>10:00 am</td>\n<td>Michael Pasquale</td>\n<td>$225.00</td>\n<td>$56.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-11-21 08:08:09'),(82,'[email protected]','Your appointment information','<p>Dear Rachel Vilay.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 201 Beach walk on November 21, 2021 at 10:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-11-21 08:08:11'),(83,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: November 21, 2021<br />\nTime: 10:00 am<br />\nClient address: 201 Beach walk<br />\nClient name: Rachel Vilay<br />\nClient phone: +12088415434<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Rachel Vilay <[email protected]>\"]','[]','new_booking','2021-11-21 08:08:14'),(84,'[email protected]','Your appointment information','<p>Dear Samantha Van Sickle.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</p>\n<ul>\n<li>Toradol Pain Medication</li>\n</ul>\n</td>\n<td>November 28, 2021</td>\n<td>10:00 am</td>\n<td>Michael Pasquale</td>\n<td>$255.00</td>\n<td>$63.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-11-28 09:00:11'),(85,'[email protected]','Your appointment information','<p>Dear Samantha Van Sickle.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 1252 Kamaile St, Honolulu, HI, 96814 on November 28, 2021 at 10:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-11-28 09:00:13'),(86,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: November 28, 2021<br />\nTime: 10:00 am<br />\nClient address: 1252 Kamaile St, Honolulu, HI, 96814<br />\nClient name: Samantha Van Sickle<br />\nClient phone: +14044448795<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Samantha Van Sickle <[email protected]>\"]','[]','new_booking','2021-11-28 09:00:16'),(87,'[email protected]','Your appointment information','<p>Dear Seila Kim.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</td>\n<td>November 28, 2021</td>\n<td>4:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$225.00</td>\n<td>$56.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-11-28 14:59:10'),(88,'[email protected]','Your appointment information','<p>Dear Seila Kim.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 648 walea place honolulu hi 96817 on November 28, 2021 at 4:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-11-28 14:59:11'),(89,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: November 28, 2021<br />\nTime: 4:00 pm<br />\nClient address: 648 walea place honolulu hi 96817<br />\nClient name: Seila Kim<br />\nClient phone: +18084362888<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Seila Kim <[email protected]>\"]','[]','new_booking','2021-11-28 14:59:14'),(90,'[email protected]','Your appointment information','<p>Dear Domenick Dibenedetto.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Detox IV Therapy</td>\n<td>December 5, 2021</td>\n<td>4:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$250.00</td>\n<td>$62.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-12-05 12:54:01'),(91,'[email protected]','Your appointment information','<p>Dear Domenick Dibenedetto.</p>\n<p>This is a confirmation that you have booked Detox IV Therapy.</p>\n<p>We will be waiting for you at 98-203 pahemo st on December 5, 2021 at 4:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-12-05 12:54:04'),(92,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Detox IV Therapy<br />\nDate: December 5, 2021<br />\nTime: 4:00 pm<br />\nClient address: 98-203 pahemo st<br />\nClient name: Domenick Dibenedetto<br />\nClient phone: +19738702108<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Domenick Dibenedetto <[email protected]>\"]','[]','new_booking','2021-12-05 12:54:07'),(93,'[email protected]','Your appointment information','<p>Dear Candy Gonzalez.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 1</p>\n<ul>\n<li>Toradol Pain Medication</li>\n<li>Zofran Anti Nausea Medication</li>\n</ul>\n</td>\n<td>December 9, 2021</td>\n<td>12:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$285.00</td>\n<td>$71.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-12-08 09:48:02'),(94,'[email protected]','Your appointment information','<p>Dear Candy Gonzalez.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 1.</p>\n<p>We will be waiting for you at 10026 S Epperson Ln on December 9, 2021 at 12:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-12-08 09:48:03'),(95,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 1<br />\nDate: December 9, 2021<br />\nTime: 12:00 pm<br />\nClient address: 10026 S Epperson Ln<br />\nClient name: Candy Gonzalez<br />\nClient phone: +15204997342<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Candy Gonzalez <[email protected]>\"]','[]','new_booking','2021-12-08 09:48:06'),(96,'[email protected]','Your appointment information','<p>Dear John Griffin.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</p>\n<ul>\n<li>Toradol Pain Medication</li>\n<li>Zofran Anti Nausea Medication</li>\n<li>Lipo-C Injection</li>\n<li>Methylcobalamin Injection</li>\n<li>Extra Fluid (+750cc)</li>\n</ul>\n</td>\n<td>December 10, 2021</td>\n<td>5:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$455.00</td>\n<td>$113.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-12-10 15:38:22'),(97,'[email protected]','Your appointment information','<p>Dear John Griffin.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 91-1767 Pualoalo Place on December 10, 2021 at 5:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-12-10 15:38:25'),(98,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: December 10, 2021<br />\nTime: 5:00 pm<br />\nClient address: 91-1767 Pualoalo Place<br />\nClient name: John Griffin<br />\nClient phone: +18086304962<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: John Griffin <[email protected]>\"]','[]','new_booking','2021-12-10 15:38:27'),(99,'[email protected]','Your appointment information','<p>Dear Gary Murakami.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Myers\' Cocktail (250cc)</td>\n<td>December 11, 2021</td>\n<td>1:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$250.00</td>\n<td>$62.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-12-10 20:48:23'),(100,'[email protected]','Your appointment information','<p>Dear Gary Murakami.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 20 Ala Kimo drive Honolulu hi 96817 on December 11, 2021 at 1:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-12-10 20:48:25'),(101,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: December 11, 2021<br />\nTime: 1:00 pm<br />\nClient address: 20 Ala Kimo drive Honolulu hi 96817<br />\nClient name: Gary Murakami<br />\nClient phone: +18082239946<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Gary Murakami <[email protected]>\"]','[]','new_booking','2021-12-10 20:48:29'),(102,'[email protected]','Your appointment information','<p>Dear Sean Knox.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 3</td>\n<td>December 11, 2021</td>\n<td>12:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$350.00</td>\n<td>$87.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-12-11 09:50:03'),(103,'[email protected]','Your appointment information','<p>Dear Sean Knox.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 3.</p>\n<p>We will be waiting for you at 1478 uluhala pl. Kailua hi 96734 on December 11, 2021 at 12:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-12-11 09:50:05'),(104,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 3<br />\nDate: December 11, 2021<br />\nTime: 12:00 pm<br />\nClient address: 1478 uluhala pl. Kailua hi 96734<br />\nClient name: Sean Knox<br />\nClient phone: +18087215446<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Sean Knox <[email protected]>\"]','[]','new_booking','2021-12-11 09:50:08'),(105,'[email protected]','Your appointment information','<p>Dear Jeani Martin.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>Toradol Pain Medication</li>\n</ul>\n</td>\n<td>December 14, 2021</td>\n<td>5:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$280.00</td>\n<td>$70.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-12-14 16:07:04'),(106,'[email protected]','Your appointment information','<p>Dear Jeani Martin.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at Outrigger 2211KuhioAve on December 14, 2021 at 5:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-12-14 16:07:07'),(107,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: December 14, 2021<br />\nTime: 5:00 pm<br />\nClient address: Outrigger 2211KuhioAve<br />\nClient name: Jeani Martin<br />\nClient phone: +18086391845<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Jeani Martin <[email protected]>\"]','[]','new_booking','2021-12-14 16:07:10'),(108,'[email protected]','Your appointment information','<p>Dear Andrea Yielding.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 3</p>\n<ul>\n<li>Lipo-C Injection</li>\n</ul>\n</td>\n<td>December 17, 2021</td>\n<td>9:00 am</td>\n<td>Michael Pasquale</td>\n<td>$410.00</td>\n<td>$102.50 (25%)</td>\n</tr>\n<tr>\n<td>Cold Flu IV - Formula 3</p>\n<ul>\n<li>Lipo-C Injection</li>\n</ul>\n</td>\n<td>December 17, 2021</td>\n<td>10:00 am</td>\n<td>Michael Pasquale</td>\n<td>$410.00</td>\n<td>$102.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-12-17 04:55:52'),(109,'[email protected]','Your appointment information','<p>Dear Andrea Yielding.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 3.</p>\n<p>We will be waiting for you at 91-1030 Kamailio St on December 17, 2021 at 9:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-12-17 04:55:54'),(110,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 3<br />\nDate: December 17, 2021<br />\nTime: 9:00 am<br />\nClient address: 91-1030 Kamailio St<br />\nClient name: Andrea Yielding<br />\nClient phone: +16233990309<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Andrea Yielding <[email protected]>\"]','[]','new_booking','2021-12-17 04:55:57'),(111,'[email protected]','Your appointment information','<p>Dear Andrea Yielding.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 3.</p>\n<p>We will be waiting for you at 91-1030 Kamailio St on December 17, 2021 at 10:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-12-17 04:56:01'),(112,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 3<br />\nDate: December 17, 2021<br />\nTime: 10:00 am<br />\nClient address: 91-1030 Kamailio St<br />\nClient name: Andrea Yielding<br />\nClient phone: +16233990309<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Andrea Yielding <[email protected]>\"]','[]','new_booking','2021-12-17 04:56:04'),(113,'[email protected]','Your appointment information','<p>Dear Dean Shivvers.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 2</td>\n<td>December 18, 2021</td>\n<td>5:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$250.00</td>\n<td>$62.50 (25%)</td>\n</tr>\n<tr>\n<td>Cold Flu IV - Formula 2</td>\n<td>December 18, 2021</td>\n<td>6:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$250.00</td>\n<td>$62.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-12-18 15:36:12'),(114,'[email protected]','Your appointment information','<p>Dear Dean Shivvers.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 2.</p>\n<p>We will be waiting for you at 61 274 Kam hwy D Haleiwa hi 96712 on December 18, 2021 at 5:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-12-18 15:36:14'),(115,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 2<br />\nDate: December 18, 2021<br />\nTime: 5:00 pm<br />\nClient address: 61 274 Kam hwy D Haleiwa hi 96712<br />\nClient name: Dean Shivvers<br />\nClient phone: +18087414950<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Dean Shivvers <[email protected]>\"]','[]','new_booking','2021-12-18 15:36:17'),(116,'[email protected]','Your appointment information','<p>Dear Dean Shivvers.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 2.</p>\n<p>We will be waiting for you at 61 274 Kam hwy D Haleiwa hi 96712 on December 18, 2021 at 6:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-12-18 15:36:22'),(117,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 2<br />\nDate: December 18, 2021<br />\nTime: 6:00 pm<br />\nClient address: 61 274 Kam hwy D Haleiwa hi 96712<br />\nClient name: Dean Shivvers<br />\nClient phone: +18087414950<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Dean Shivvers <[email protected]>\"]','[]','new_booking','2021-12-18 15:36:25'),(118,'[email protected]','Your appointment information','<p>Dear Eric Nagrampa.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>Extra Fluid (+250cc)</li>\n</ul>\n</td>\n<td>December 21, 2021</td>\n<td>10:00 am</td>\n<td>Michael Pasquale</td>\n<td>$300.00</td>\n<td>$75.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-12-21 08:57:08'),(119,'[email protected]','Your appointment information','<p>Dear Eric Nagrampa.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 2552 kalakaua avenue, Honolulu, Hawaii, 96815 Room 1359 on December 21, 2021 at 10:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-12-21 08:57:10'),(120,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: December 21, 2021<br />\nTime: 10:00 am<br />\nClient address: 2552 kalakaua avenue, Honolulu, Hawaii, 96815 Room 1359<br />\nClient name: Eric Nagrampa<br />\nClient phone: +18186673218<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Eric Nagrampa <[email protected]>\"]','[]','new_booking','2021-12-21 08:57:12'),(121,'[email protected]','Your appointment information','<p>Dear Erin Aihara.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 2</td>\n<td>December 23, 2021</td>\n<td>10:00 am</td>\n<td>Michael Pasquale</td>\n<td>$250.00</td>\n<td>$62.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-12-22 19:15:50'),(122,'[email protected]','Your appointment information','<p>Dear Erin Aihara.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 2.</p>\n<p>We will be waiting for you at 7012 Kamilo St Honolulu HI 96825  on December 23, 2021 at 10:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-12-22 19:15:52'),(123,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 2<br />\nDate: December 23, 2021<br />\nTime: 10:00 am<br />\nClient address: 7012 Kamilo St Honolulu HI 96825<br />\nClient name: Erin Aihara<br />\nClient phone: +17243222272<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Erin Aihara <[email protected]>\"]','[]','new_booking','2021-12-22 19:15:55'),(124,'[email protected]','Your appointment information','<p>Dear Cydney Chu.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 2</p>\n<ul>\n<li>Toradol Pain Medication</li>\n<li>Zofran Anti Nausea Medication</li>\n</ul>\n</td>\n<td>December 24, 2021</td>\n<td>1:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$310.00</td>\n<td>$77.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-12-24 11:39:00'),(125,'[email protected]','Your appointment information','<p>Dear Cydney Chu.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 2.</p>\n<p>We will be waiting for you at 66-892 Alena Loop Waialua, HI 96791 on December 24, 2021 at 1:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-12-24 11:39:03'),(126,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 2<br />\nDate: December 24, 2021<br />\nTime: 1:00 pm<br />\nClient address: 66-892 Alena Loop Waialua, HI 96791<br />\nClient name: Cydney Chu<br />\nClient phone: +18082587471<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Cydney Chu <[email protected]>\"]','[]','new_booking','2021-12-24 11:39:06'),(127,'[email protected]','Your appointment information','<p>Dear Jon Chamberlain.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 1</p>\n<ul>\n<li>Toradol Pain Medication</li>\n</ul>\n</td>\n<td>December 30, 2021</td>\n<td>8:00 am</td>\n<td>Michael Pasquale</td>\n<td>$255.00</td>\n<td>$63.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-12-29 15:43:07'),(128,'[email protected]','Your appointment information','<p>Dear Jon Chamberlain.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 1.</p>\n<p>We will be waiting for you at 120 Kaʻiulani Ave Honolulu, HI  96815 United States on December 30, 2021 at 8:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-12-29 15:43:09'),(129,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 1<br />\nDate: December 30, 2021<br />\nTime: 8:00 am<br />\nClient address: 120 Kaʻiulani Ave Honolulu, HI  96815 United States<br />\nClient name: Jon Chamberlain<br />\nClient phone: +18013803221<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Jon Chamberlain <[email protected]>\"]','[]','new_booking','2021-12-29 15:43:12'),(130,'[email protected]','Your appointment information','<p>Dear Paige Amico.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 1</td>\n<td>December 30, 2021</td>\n<td>8:00 am</td>\n<td>Michael Pasquale</td>\n<td>$225.00</td>\n<td>$56.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-12-29 18:23:43'),(131,'[email protected]','Your appointment information','<p>Dear Paige Amico.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 1.</p>\n<p>We will be waiting for you at Westin Moana Surfrider #777 on December 30, 2021 at 8:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-12-29 18:23:45'),(132,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 1<br />\nDate: December 30, 2021<br />\nTime: 8:00 am<br />\nClient address: Westin Moana Surfrider #777<br />\nClient name: Paige Amico<br />\nClient phone: +16029896147<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Paige Amico <[email protected]>\"]','[]','new_booking','2021-12-29 18:23:48'),(133,'[email protected]','Your appointment information','<p>Dear Alaine Conobre.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 2</td>\n<td>December 30, 2021</td>\n<td>2:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$250.00</td>\n<td>$62.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-12-30 12:05:51'),(134,'[email protected]','Your appointment information','<p>Dear Alaine Conobre.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 2.</p>\n<p>We will be waiting for you at 1950 Naio St. (go thru the garage and downstairs  on December 30, 2021 at 2:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-12-30 12:05:53'),(135,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 2<br />\nDate: December 30, 2021<br />\nTime: 2:00 pm<br />\nClient address: 1950 Naio St. (go thru the garage and downstairs<br />\nClient name: Alaine Conobre<br />\nClient phone: +18086995725<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Alaine Conobre <[email protected]>\"]','[]','new_booking','2021-12-30 12:05:56'),(136,'[email protected]','Your appointment information','<p>Dear Kristen Krael.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>Zofran Anti Nausea Medication</li>\n</ul>\n</td>\n<td>December 31, 2021</td>\n<td>11:00 am</td>\n<td>Michael Pasquale</td>\n<td>$280.00</td>\n<td>$70.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2021-12-31 08:54:16'),(137,'[email protected]','Your appointment information','<p>Dear Kristen Krael.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 95-607 Ainana way Mililani HI 96789 on December 31, 2021 at 11:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2021-12-31 08:54:18'),(138,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: December 31, 2021<br />\nTime: 11:00 am<br />\nClient address: 95-607 Ainana way Mililani HI 96789<br />\nClient name: Kristen Krael<br />\nClient phone: +18083667203<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Kristen Krael <[email protected]>\"]','[]','new_booking','2021-12-31 08:54:21'),(139,'[email protected]','Your appointment information','<p>Dear Jack Parker.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 1</td>\n<td>January 1, 2022</td>\n<td>2:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$325.00</td>\n<td>$81.25 (25%)</td>\n</tr>\n<tr>\n<td>Cold Flu IV - Formula 1</td>\n<td>January 1, 2022</td>\n<td>3:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$325.00</td>\n<td>$81.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-01-01 10:36:31'),(140,'[email protected]','Your appointment information','<p>Dear Jack Parker.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 1.</p>\n<p>We will be waiting for you at 1416 Ohialoke St. Honolulu 96821 on January 1, 2022 at 2:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-01-01 10:36:33'),(141,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 1<br />\nDate: January 1, 2022<br />\nTime: 2:00 pm<br />\nClient address: 1416 Ohialoke St. Honolulu 96821<br />\nClient name: Jack Parker<br />\nClient phone: +18084788573<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Jack Parker <[email protected]>\"]','[]','new_booking','2022-01-01 10:36:36'),(142,'[email protected]','Your appointment information','<p>Dear Jack Parker.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 1.</p>\n<p>We will be waiting for you at 1416 Ohialoke St. Honolulu 96821 on January 1, 2022 at 3:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-01-01 10:36:40'),(143,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 1<br />\nDate: January 1, 2022<br />\nTime: 3:00 pm<br />\nClient address: 1416 Ohialoke St. Honolulu 96821<br />\nClient name: Jack Parker<br />\nClient phone: +18084788573<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Jack Parker <[email protected]>\"]','[]','new_booking','2022-01-01 10:36:43'),(144,'[email protected]','Your appointment information','<p>Dear Tamara Lemaster.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 1</td>\n<td>January 4, 2022</td>\n<td>9:00 am</td>\n<td>Michael Pasquale</td>\n<td>$325.00</td>\n<td>$81.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-01-03 20:40:16'),(145,'[email protected]','Your appointment information','<p>Dear Tamara Lemaster.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 1.</p>\n<p>We will be waiting for you at 2570 Kalakaua Ave, Honolulu, HI 96815 #1227 on January 4, 2022 at 9:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-01-03 20:40:18'),(146,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 1<br />\nDate: January 4, 2022<br />\nTime: 9:00 am<br />\nClient address: 2570 Kalakaua Ave, Honolulu, HI 96815 #1227<br />\nClient name: Tamara Lemaster<br />\nClient phone: +18066402537<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Tamara Lemaster <[email protected]>\"]','[]','new_booking','2022-01-03 20:40:22'),(147,'[email protected]','Your appointment information','<p>Dear Tessie Ryusaki.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Antioxidants IV push</p>\n<ul>\n<li>Lipo C Injection</li>\n</ul>\n</td>\n<td>January 6, 2022</td>\n<td>12:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$720.00</td>\n<td>$180.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-01-04 15:28:39'),(148,'[email protected]','Your appointment information','<p>Dear Tessie Ryusaki.</p>\n<p>This is a confirmation that you have booked Antioxidants IV push.</p>\n<p>We will be waiting for you at 2291 Lauwiliwili Street on January 6, 2022 at 12:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-01-04 15:28:41'),(149,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Antioxidants IV push<br />\nDate: January 6, 2022<br />\nTime: 12:00 pm<br />\nClient address: 2291 Lauwiliwili Street<br />\nClient name: Tessie Ryusaki<br />\nClient phone: +18084783245<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Tessie Ryusaki <[email protected]>\"]','[]','new_booking','2022-01-04 15:28:44'),(150,'[email protected]','Your appointment information','<p>Dear Shane Vega.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Myers\' Cocktail (250cc)</td>\n<td>January 15, 2022</td>\n<td>8:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$300.00</td>\n<td>$75.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-01-05 12:33:52'),(151,'[email protected]','Your appointment information','<p>Dear Shane Vega.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 3204 Gillespie Ln, Honolulu, HI 96818 on January 15, 2022 at 8:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-01-05 12:33:54'),(152,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: January 15, 2022<br />\nTime: 8:00 pm<br />\nClient address: 3204 Gillespie Ln, Honolulu, HI 96818<br />\nClient name: Shane Vega<br />\nClient phone: +18084450687<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Shane Vega <[email protected]>\"]','[]','new_booking','2022-01-05 12:33:57'),(153,'[email protected]','Your appointment information','<p>Dear Elizabeth Ginoza.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Myers\' Cocktail (250cc)</td>\n<td>January 8, 2022</td>\n<td>12:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$300.00</td>\n<td>$75.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-01-07 20:33:37'),(154,'[email protected]','Your appointment information','<p>Dear Elizabeth Ginoza.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 581 Kamoku st. 97826 unit # 3706 on January 8, 2022 at 12:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-01-07 20:33:39'),(155,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: January 8, 2022<br />\nTime: 12:00 pm<br />\nClient address: 581 Kamoku st. 97826 unit # 3706<br />\nClient name: Elizabeth Ginoza<br />\nClient phone: +18082060550<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Elizabeth Ginoza <[email protected]>\"]','[]','new_booking','2022-01-07 20:33:43'),(156,'[email protected]','Your appointment information','<p>Dear Jalicia Spalinger.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Antioxidants IV push</p>\n<ul>\n<li>Zofran Anti Nausea Medication</li>\n</ul>\n</td>\n<td>January 8, 2022</td>\n<td>2:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$330.00</td>\n<td>$82.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-01-08 12:16:31'),(157,'[email protected]','Your appointment information','<p>Dear Jalicia Spalinger.</p>\n<p>This is a confirmation that you have booked Antioxidants IV push.</p>\n<p>We will be waiting for you at 972 Murray Dr on January 8, 2022 at 2:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-01-08 12:16:33'),(158,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Antioxidants IV push<br />\nDate: January 8, 2022<br />\nTime: 2:00 pm<br />\nClient address: 972 Murray Dr<br />\nClient name: Jalicia Spalinger<br />\nClient phone: +19363208038<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Jalicia Spalinger <[email protected]>\"]','[]','new_booking','2022-01-08 12:16:36'),(159,'[email protected]','Your appointment information','<p>Dear Andrey Melikhov.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</p>\n<ul>\n<li>Extra Fluid (+250cc)</li>\n</ul>\n</td>\n<td>January 14, 2022</td>\n<td>11:00 am</td>\n<td>Michael Pasquale</td>\n<td>$375.00</td>\n<td>$93.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-01-14 09:19:36'),(160,'[email protected]','Your appointment information','<p>Dear Andrey Melikhov.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 2300 Kalakaua Ave, Honolulu, HI 96815 on January 14, 2022 at 11:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-01-14 09:19:38'),(161,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: January 14, 2022<br />\nTime: 11:00 am<br />\nClient address: 2300 Kalakaua Ave, Honolulu, HI 96815<br />\nClient name: Andrey Melikhov<br />\nClient phone: +13126078563<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Andrey Melikhov <[email protected]>\"]','[]','new_booking','2022-01-14 09:19:41'),(162,'[email protected]','Your appointment information','<p>Dear Shandon Augustus.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 1</td>\n<td>January 21, 2022</td>\n<td>11:00 am</td>\n<td>Michael Pasquale</td>\n<td>$325.00</td>\n<td>$81.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-01-21 00:01:51'),(163,'[email protected]','Your appointment information','<p>Dear Shandon Augustus.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 1.</p>\n<p>We will be waiting for you at 92-6031 Nemo st on January 21, 2022 at 11:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-01-21 00:01:53'),(164,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 1<br />\nDate: January 21, 2022<br />\nTime: 11:00 am<br />\nClient address: 92-6031 Nemo st<br />\nClient name: Shandon Augustus<br />\nClient phone: +18087296189<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Shandon Augustus <[email protected]>\"]','[]','new_booking','2022-01-21 00:01:56'),(165,'[email protected]','Your appointment information','<p>Dear Timothy Yee.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 1</p>\n<ul>\n<li>Zofran Anti Nausea Medication</li>\n</ul>\n</td>\n<td>January 21, 2022</td>\n<td>9:00 am</td>\n<td>Michael Pasquale</td>\n<td>$355.00</td>\n<td>$88.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-01-21 04:36:03'),(166,'[email protected]','Your appointment information','<p>Dear Timothy Yee.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 1.</p>\n<p>We will be waiting for you at 915 Kamilonui Place, Honolulu HI 96825 on January 21, 2022 at 9:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-01-21 04:36:05'),(167,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 1<br />\nDate: January 21, 2022<br />\nTime: 9:00 am<br />\nClient address: 915 Kamilonui Place, Honolulu HI 96825<br />\nClient name: Timothy Yee<br />\nClient phone: +18083302374<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Timothy Yee <[email protected]>\"]','[]','new_booking','2022-01-21 04:36:09'),(168,'[email protected]','Your appointment information','<p>Dear Valerie Swift.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The Basic IV</td>\n<td>January 23, 2022</td>\n<td>10:00 am</td>\n<td>Michael Pasquale</td>\n<td>$275.00</td>\n<td>$68.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-01-23 08:05:53'),(169,'[email protected]','Your appointment information','<p>Dear Valerie Swift.</p>\n<p>This is a confirmation that you have booked The Basic IV.</p>\n<p>We will be waiting for you at 603 Kalolina St on January 23, 2022 at 10:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-01-23 08:05:56'),(170,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: The Basic IV<br />\nDate: January 23, 2022<br />\nTime: 10:00 am<br />\nClient address: 603 Kalolina St<br />\nClient name: Valerie Swift<br />\nClient phone: +18083069811<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Valerie Swift <[email protected]>\"]','[]','new_booking','2022-01-23 08:05:58'),(171,'[email protected]','Your appointment information','<p>Dear Elaine Vizka.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</td>\n<td>January 28, 2022</td>\n<td>2:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$325.00</td>\n<td>$81.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-01-28 12:04:49'),(172,'[email protected]','Your appointment information','<p>Dear Elaine Vizka.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 445 Kaiolu Street #610 on January 28, 2022 at 2:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-01-28 12:04:51'),(173,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: January 28, 2022<br />\nTime: 2:00 pm<br />\nClient address: 445 Kaiolu Street #610<br />\nClient name: Elaine Vizka<br />\nClient phone: +15153265665<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Elaine Vizka <[email protected]>\"]','[]','new_booking','2022-01-28 12:04:54'),(174,'[email protected]','Your appointment information','<p>Dear Fenando Jaime.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 2</td>\n<td>January 29, 2022</td>\n<td>3:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$350.00</td>\n<td>$87.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-01-29 13:33:28'),(175,'[email protected]','Your appointment information','<p>Dear Fenando Jaime.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 2.</p>\n<p>We will be waiting for you at 980295 Ualo St. Apt X4 on January 29, 2022 at 3:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-01-29 13:33:30'),(176,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 2<br />\nDate: January 29, 2022<br />\nTime: 3:00 pm<br />\nClient address: 980295 Ualo St. Apt X4<br />\nClient name: Fenando Jaime<br />\nClient phone: +18082829335<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Fenando Jaime <[email protected]>\"]','[]','new_booking','2022-01-29 13:33:33'),(177,'[email protected]','Your appointment information','<p>Dear Jenny Welham.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Detox IV Therapy</p>\n<ul>\n<li>Lipo C Injection</li>\n</ul>\n</td>\n<td>February 5, 2022</td>\n<td>4:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$360.00</td>\n<td>$90.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-02-05 14:09:47'),(178,'[email protected]','Your appointment information','<p>Dear Jenny Welham.</p>\n<p>This is a confirmation that you have booked Detox IV Therapy.</p>\n<p>We will be waiting for you at 1401 S Beretania Ste, Ste 370 on February 5, 2022 at 4:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-02-05 14:09:50'),(179,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Detox IV Therapy<br />\nDate: February 5, 2022<br />\nTime: 4:00 pm<br />\nClient address: 1401 S Beretania Ste, Ste 370<br />\nClient name: Jenny Welham<br />\nClient phone: +18084620023<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Jenny Welham <[email protected]>\"]','[]','new_booking','2022-02-05 14:09:53'),(180,'[email protected]','Your appointment information','<p>Dear Chealse Howell.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</p>\n<ul>\n<li>Toradol Pain Medication</li>\n<li>Zofran Anti Nausea Medication</li>\n<li>Extra Fluid (+750cc)</li>\n</ul>\n</td>\n<td>February 13, 2022</td>\n<td>8:00 am</td>\n<td>Michael Pasquale</td>\n<td>$460.00</td>\n<td>$115.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-02-13 03:17:55'),(181,'[email protected]','Your appointment information','<p>Dear Chealse Howell.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 2552 Kalakaua Ave, Honolulu, HI 96815 room 2269 on February 13, 2022 at 8:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-02-13 03:17:57'),(182,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: February 13, 2022<br />\nTime: 8:00 am<br />\nClient address: 2552 Kalakaua Ave, Honolulu, HI 96815 room 2269<br />\nClient name: Chealse Howell<br />\nClient phone: +17053445811<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Chealse Howell <[email protected]>\"]','[]','new_booking','2022-02-13 03:18:00'),(183,'[email protected]','Your appointment information','<p>Dear Maliyah Lewis.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</p>\n<ul>\n<li>Toradol Pain Medication</li>\n<li>Zofran Anti Nausea Medication</li>\n</ul>\n</td>\n<td>February 17, 2022</td>\n<td>8:00 am</td>\n<td>Michael Pasquale</td>\n<td>$385.00</td>\n<td>$96.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-02-17 07:02:33'),(184,'[email protected]','Your appointment information','<p>Dear Maliyah Lewis.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 201 beach walk, Honolulu, HI 96815 on February 17, 2022 at 8:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-02-17 07:02:36'),(185,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: February 17, 2022<br />\nTime: 8:00 am<br />\nClient address: 201 beach walk, Honolulu, HI 96815<br />\nClient name: Maliyah Lewis<br />\nClient phone: +15415795067<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Maliyah Lewis <[email protected]>\"]','[]','new_booking','2022-02-17 07:02:39'),(186,'[email protected]','Your appointment information','<p>Dear addison eubanks.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The Basic IV</p>\n<ul>\n<li>Detox Push Vit C and Glutathione</li>\n</ul>\n</td>\n<td>February 19, 2022</td>\n<td>3:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$325.00</td>\n<td>$81.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-02-19 13:09:55'),(187,'[email protected]','Your appointment information','<p>Dear addison eubanks.</p>\n<p>This is a confirmation that you have booked The Basic IV.</p>\n<p>We will be waiting for you at 3144 mokihana street  on February 19, 2022 at 3:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-02-19 13:09:57'),(188,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: The Basic IV<br />\nDate: February 19, 2022<br />\nTime: 3:00 pm<br />\nClient address: 3144 mokihana street<br />\nClient name: addison eubanks<br />\nClient phone: +18087990998<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: addison eubanks <[email protected]>\"]','[]','new_booking','2022-02-19 13:10:00'),(189,'[email protected]','Your appointment information','<p>Dear Rebecca Jones.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</p>\n<ul>\n<li>Zofran Anti Nausea Medication</li>\n<li>Extra Fluid (+250cc)</li>\n</ul>\n</td>\n<td>February 20, 2022</td>\n<td>6:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$405.00</td>\n<td>$101.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-02-20 15:26:04'),(190,'[email protected]','Your appointment information','<p>Dear Rebecca Jones.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 2470 Kalakaua Ave, unit 2001 on February 20, 2022 at 6:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-02-20 15:26:06'),(191,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: February 20, 2022<br />\nTime: 6:00 pm<br />\nClient address: 2470 Kalakaua Ave, unit 2001<br />\nClient name: Rebecca Jones<br />\nClient phone: +14107363622<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Rebecca Jones <[email protected]>\"]','[]','new_booking','2022-02-20 15:26:09'),(192,'[email protected]','Your appointment information','<p>Dear jonathan cohen.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>Toradol Pain Medication</li>\n<li>Zofran Anti Nausea Medication</li>\n<li>Lipo-C Injection</li>\n<li>Extra Fluid (+750cc)</li>\n</ul>\n</td>\n<td>February 22, 2022</td>\n<td>12:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$495.00</td>\n<td>$123.75 (25%)</td>\n</tr>\n<tr>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>Toradol Pain Medication</li>\n<li>Zofran Anti Nausea Medication</li>\n<li>Lipo-C Injection</li>\n<li>Extra Fluid (+750cc)</li>\n</ul>\n</td>\n<td>February 22, 2022</td>\n<td>1:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$495.00</td>\n<td>$123.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-02-22 03:51:13'),(193,'[email protected]','Your appointment information','<p>Dear jonathan cohen.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 383 Kalaimoku St, Waikiki, HI 96815 suite 1805 on February 22, 2022 at 12:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-02-22 03:51:15'),(194,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: February 22, 2022<br />\nTime: 12:00 pm<br />\nClient address: 383 Kalaimoku St, Waikiki, HI 96815 suite 1805<br />\nClient name: jonathan cohen<br />\nClient phone: +13038980486<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: jonathan cohen <[email protected]>\"]','[]','new_booking','2022-02-22 03:51:18'),(195,'[email protected]','Your appointment information','<p>Dear jonathan cohen.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 383 Kalaimoku St, Waikiki, HI 96815 suite 1805 on February 22, 2022 at 1:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-02-22 03:51:23'),(196,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: February 22, 2022<br />\nTime: 1:00 pm<br />\nClient address: 383 Kalaimoku St, Waikiki, HI 96815 suite 1805<br />\nClient name: jonathan cohen<br />\nClient phone: +13038980486<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: jonathan cohen <[email protected]>\"]','[]','new_booking','2022-02-22 03:51:26'),(197,'[email protected]','Your appointment information','<p>Dear Raussie Thap.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 1</p>\n<ul>\n<li>Extra Fluid (+250cc)</li>\n</ul>\n</td>\n<td>February 25, 2022</td>\n<td>8:00 am</td>\n<td>Michael Pasquale</td>\n<td>$375.00</td>\n<td>$93.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-02-25 06:24:19'),(198,'[email protected]','Your appointment information','<p>Dear Raussie Thap.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 1.</p>\n<p>We will be waiting for you at 2552 Kalakaua Avenue, Honolulu, HI, USA 96815  Hotel # 3357 on February 25, 2022 at 8:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-02-25 06:24:22'),(199,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 1<br />\nDate: February 25, 2022<br />\nTime: 8:00 am<br />\nClient address: 2552 Kalakaua Avenue, Honolulu, HI, USA 96815  Hotel # 3357<br />\nClient name: Raussie Thap<br />\nClient phone: +14257734111<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Raussie Thap <[email protected]>\"]','[]','new_booking','2022-02-25 06:24:26'),(200,'[email protected]','Your appointment information','<p>Dear Jacqueline Dunlap.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</p>\n<ul>\n<li>Zofran Anti Nausea Medication</li>\n</ul>\n</td>\n<td>February 27, 2022</td>\n<td>8:00 am</td>\n<td>Michael Pasquale</td>\n<td>$355.00</td>\n<td>$88.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-02-27 05:16:39'),(201,'[email protected]','Your appointment information','<p>Dear Jacqueline Dunlap.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 400 Hobron lane unit 1910 Honolulu hi 06815 on February 27, 2022 at 8:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-02-27 05:16:41'),(202,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: February 27, 2022<br />\nTime: 8:00 am<br />\nClient address: 400 Hobron lane unit 1910 Honolulu hi 06815<br />\nClient name: Jacqueline Dunlap<br />\nClient phone: +17082123193<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Jacqueline Dunlap <[email protected]>\"]','[]','new_booking','2022-02-27 05:16:45'),(203,'[email protected]','Your appointment information','<p>Dear Maricris Baronia.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The Basic IV</td>\n<td>March 1, 2022</td>\n<td>9:00 am</td>\n<td>Michael Pasquale</td>\n<td>$275.00</td>\n<td>$68.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-03-01 08:07:18'),(204,'[email protected]','Your appointment information','<p>Dear Maricris Baronia.</p>\n<p>This is a confirmation that you have booked The Basic IV.</p>\n<p>We will be waiting for you at Aulani, Disney Vacation Club Villas, Ko Olina, Hawaii 92-1185 Ali\'inui Dr Kapolei, HI 96707   on March 1, 2022 at 9:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-03-01 08:07:22'),(205,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: The Basic IV<br />\nDate: March 1, 2022<br />\nTime: 9:00 am<br />\nClient address: Aulani, Disney Vacation Club Villas, Ko Olina, Hawaii 92-1185 Ali\'inui Dr Kapolei, HI 96707<br />\nClient name: Maricris Baronia<br />\nClient phone: +19096786187<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Maricris Baronia <[email protected]>\"]','[]','new_booking','2022-03-01 08:07:26'),(206,'[email protected]','Your appointment information','<p>Dear Cristina Smoot.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 1</p>\n<ul>\n<li>Zofran Anti Nausea Medication</li>\n</ul>\n</td>\n<td>March 6, 2022</td>\n<td>10:00 am</td>\n<td>Michael Pasquale</td>\n<td>$355.00</td>\n<td>$88.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-03-06 08:08:42'),(207,'[email protected]','Your appointment information','<p>Dear Cristina Smoot.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 1.</p>\n<p>We will be waiting for you at 5311 Uhi Uhi st Honolulu Hi 96821 on March 6, 2022 at 10:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-03-06 08:08:46'),(208,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 1<br />\nDate: March 6, 2022<br />\nTime: 10:00 am<br />\nClient address: 5311 Uhi Uhi st Honolulu Hi 96821<br />\nClient name: Cristina Smoot<br />\nClient phone: +18054559854<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Cristina Smoot <[email protected]>\"]','[]','new_booking','2022-03-06 08:08:52'),(209,'[email protected]','Your appointment information','<p>Dear Lily Deane.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</p>\n<ul>\n<li>Toradol Pain Medication</li>\n<li>Zofran Anti Nausea Medication</li>\n<li>Extra Fluid (+750cc)</li>\n</ul>\n</td>\n<td>March 11, 2022</td>\n<td>8:00 am</td>\n<td>Michael Pasquale</td>\n<td>$460.00</td>\n<td>$115.00 (25%)</td>\n</tr>\n<tr>\n<td>Hangover IV - Standard</p>\n<ul>\n<li>Toradol Pain Medication</li>\n<li>Zofran Anti Nausea Medication</li>\n<li>Extra Fluid (+750cc)</li>\n</ul>\n</td>\n<td>March 11, 2022</td>\n<td>9:00 am</td>\n<td>Michael Pasquale</td>\n<td>$460.00</td>\n<td>$115.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-03-10 17:55:44'),(210,'[email protected]','Your appointment information','<p>Dear Lily Deane.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at Sheraton waikiki on March 11, 2022 at 8:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-03-10 17:55:48'),(211,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: March 11, 2022<br />\nTime: 8:00 am<br />\nClient address: Sheraton waikiki<br />\nClient name: Lily Deane<br />\nClient phone: +14085151880<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Lily Deane <[email protected]>\"]','[]','new_booking','2022-03-10 17:55:55'),(212,'[email protected]','Your appointment information','<p>Dear Lily Deane.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at Sheraton waikiki on March 11, 2022 at 9:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-03-10 17:56:01'),(213,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: March 11, 2022<br />\nTime: 9:00 am<br />\nClient address: Sheraton waikiki<br />\nClient name: Lily Deane<br />\nClient phone: +14085151880<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Lily Deane <[email protected]>\"]','[]','new_booking','2022-03-10 17:56:05'),(214,'[email protected]','Your appointment information','<p>Dear Nick Astacio.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Detox IV Therapy</td>\n<td>March 11, 2022</td>\n<td>3:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$300.00</td>\n<td>$75.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-03-11 13:25:54'),(215,'[email protected]','Your appointment information','<p>Dear Nick Astacio.</p>\n<p>This is a confirmation that you have booked Detox IV Therapy.</p>\n<p>We will be waiting for you at Hilton Garden Inn Waikiki, 2330 Kuhio Ave on March 11, 2022 at 3:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-03-11 13:26:00'),(216,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Detox IV Therapy<br />\nDate: March 11, 2022<br />\nTime: 3:00 pm<br />\nClient address: Hilton Garden Inn Waikiki, 2330 Kuhio Ave<br />\nClient name: Nick Astacio<br />\nClient phone: +818065287202<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Nick Astacio <[email protected]>\"]','[]','new_booking','2022-03-11 13:26:05'),(217,'[email protected]','Your appointment information','<p>Dear Jacob Conroy.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 3</p>\n<ul>\n<li>Toradol Pain Medication</li>\n<li>Extra Fluid (+750cc)</li>\n</ul>\n</td>\n<td>March 12, 2022</td>\n<td>5:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$505.00</td>\n<td>$126.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-03-12 15:27:20'),(218,'[email protected]','Your appointment information','<p>Dear Jacob Conroy.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 3.</p>\n<p>We will be waiting for you at 3032 Harding ave #b on March 12, 2022 at 5:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-03-12 15:27:24'),(219,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 3<br />\nDate: March 12, 2022<br />\nTime: 5:00 pm<br />\nClient address: 3032 Harding ave #b<br />\nClient name: Jacob Conroy<br />\nClient phone: +13103397256<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Jacob Conroy <[email protected]>\"]','[]','new_booking','2022-03-12 15:27:29'),(220,'[email protected]','Your appointment information','<p>Dear Seth Moniz.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 1</td>\n<td>March 15, 2022</td>\n<td>11:00 am</td>\n<td>Michael Pasquale</td>\n<td>$325.00</td>\n<td>$81.25 (25%)</td>\n</tr>\n<tr>\n<td>Cold Flu IV - Formula 1</td>\n<td>March 15, 2022</td>\n<td>12:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$325.00</td>\n<td>$81.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-03-14 11:09:03'),(221,'[email protected]','Your appointment information','<p>Dear Seth Moniz.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 1.</p>\n<p>We will be waiting for you at 6158 summer st  on March 15, 2022 at 11:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-03-14 11:09:09'),(222,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 1<br />\nDate: March 15, 2022<br />\nTime: 11:00 am<br />\nClient address: 6158 summer st<br />\nClient name: Seth Moniz<br />\nClient phone: +18086870599<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Seth Moniz <[email protected]>\"]','[]','new_booking','2022-03-14 11:09:14'),(223,'[email protected]','Your appointment information','<p>Dear Seth Moniz.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 1.</p>\n<p>We will be waiting for you at 6158 summer st  on March 15, 2022 at 12:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-03-14 11:09:20'),(224,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 1<br />\nDate: March 15, 2022<br />\nTime: 12:00 pm<br />\nClient address: 6158 summer st<br />\nClient name: Seth Moniz<br />\nClient phone: +18086870599<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Seth Moniz <[email protected]>\"]','[]','new_booking','2022-03-14 11:09:26'),(225,'[email protected]','Your appointment information','<p>Dear Adrianna Coberley.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 1</p>\n<ul>\n<li>Toradol Pain Medication</li>\n<li>Zofran Anti Nausea Medication</li>\n<li>Extra Fluid (+750cc)</li>\n</ul>\n</td>\n<td>March 19, 2022</td>\n<td>12:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$460.00</td>\n<td>$115.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-03-19 07:06:45'),(226,'[email protected]','Your appointment information','<p>Dear Adrianna Coberley.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 1.</p>\n<p>We will be waiting for you at 4505 Paperbark Ln on March 19, 2022 at 12:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-03-19 07:06:49'),(227,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 1<br />\nDate: March 19, 2022<br />\nTime: 12:00 pm<br />\nClient address: 4505 Paperbark Ln<br />\nClient name: Adrianna Coberley<br />\nClient phone: +13617659805<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Adrianna Coberley <[email protected]>\"]','[]','new_booking','2022-03-19 07:06:54'),(228,'[email protected]','Your appointment information','<p>Dear Lawrence Tacuban.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 2</td>\n<td>March 24, 2022</td>\n<td>1:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$350.00</td>\n<td>$87.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-03-24 11:29:26'),(229,'[email protected]','Your appointment information','<p>Dear Lawrence Tacuban.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 2.</p>\n<p>We will be waiting for you at 909 kapiolani blvd. Apt. 2305 on March 24, 2022 at 1:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-03-24 11:29:32'),(230,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 2<br />\nDate: March 24, 2022<br />\nTime: 1:00 pm<br />\nClient address: 909 kapiolani blvd. Apt. 2305<br />\nClient name: Lawrence Tacuban<br />\nClient phone: +18083062036<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Lawrence Tacuban <[email protected]>\"]','[]','new_booking','2022-03-24 11:29:36'),(231,'[email protected]','Your appointment information','<p>Dear Blaine Awana.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Myers\' Cocktail (250cc)</td>\n<td>March 25, 2022</td>\n<td>8:00 am</td>\n<td>Michael Pasquale</td>\n<td>$300.00</td>\n<td>$75.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-03-25 04:20:53'),(232,'[email protected]','Your appointment information','<p>Dear Blaine Awana.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 47406 Hui Kelu St., Kaneohe, HI 96744 on March 25, 2022 at 8:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-03-25 04:20:58'),(233,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: March 25, 2022<br />\nTime: 8:00 am<br />\nClient address: 47406 Hui Kelu St., Kaneohe, HI 96744<br />\nClient name: Blaine Awana<br />\nClient phone: +18082229112<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Blaine Awana <[email protected]>\"]','[]','new_booking','2022-03-25 04:21:07'),(234,'[email protected]','Your appointment information','<p>Dear Blaine Awana.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Myers\' Cocktail (250cc)</td>\n<td>March 25, 2022</td>\n<td>8:00 am</td>\n<td>Michael Pasquale</td>\n<td>$300.00</td>\n<td>$75.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-03-25 04:22:49'),(235,'[email protected]','Your appointment information','<p>Dear Blaine Awana.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 47406 Hui Kelu St., Kaneohe, HI 96744 on March 25, 2022 at 8:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-03-25 04:22:59'),(236,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: March 25, 2022<br />\nTime: 8:00 am<br />\nClient address: 47406 Hui Kelu St., Kaneohe, HI 96744<br />\nClient name: Blaine Awana<br />\nClient phone: +18082229112<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Blaine Awana <[email protected]>\"]','[]','new_booking','2022-03-25 04:23:07'),(237,'[email protected]','Your appointment information','<p>Dear Ashley Ryan.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</td>\n<td>April 7, 2022</td>\n<td>10:00 am</td>\n<td>Michael Pasquale</td>\n<td>$325.00</td>\n<td>$81.25 (25%)</td>\n</tr>\n<tr>\n<td>Hangover IV - Standard</td>\n<td>April 7, 2022</td>\n<td>11:00 am</td>\n<td>Michael Pasquale</td>\n<td>$325.00</td>\n<td>$81.25 (25%)</td>\n</tr>\n<tr>\n<td>Hangover IV - Standard</td>\n<td>April 7, 2022</td>\n<td>12:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$325.00</td>\n<td>$81.25 (25%)</td>\n</tr>\n<tr>\n<td>Hangover IV - Standard</td>\n<td>April 7, 2022</td>\n<td>1:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$325.00</td>\n<td>$81.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-04-07 08:35:41'),(238,'[email protected]','Your appointment information','<p>Dear Ashley Ryan.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at Disneys Aulani Resort 92-1185 Aliinui Dr Kopolei HI on April 7, 2022 at 10:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-04-07 08:35:45'),(239,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: April 7, 2022<br />\nTime: 10:00 am<br />\nClient address: Disneys Aulani Resort 92-1185 Aliinui Dr Kopolei HI<br />\nClient name: Ashley Ryan<br />\nClient phone: +13023732862<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Ashley Ryan <[email protected]>\"]','[]','new_booking','2022-04-07 08:35:49'),(240,'[email protected]','Your appointment information','<p>Dear Ashley Ryan.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at Disneys Aulani Resort 92-1185 Aliinui Dr Kopolei HI on April 7, 2022 at 11:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-04-07 08:35:54'),(241,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: April 7, 2022<br />\nTime: 11:00 am<br />\nClient address: Disneys Aulani Resort 92-1185 Aliinui Dr Kopolei HI<br />\nClient name: Ashley Ryan<br />\nClient phone: +13023732862<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Ashley Ryan <[email protected]>\"]','[]','new_booking','2022-04-07 08:35:58'),(242,'[email protected]','Your appointment information','<p>Dear Ashley Ryan.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at Disneys Aulani Resort 92-1185 Aliinui Dr Kopolei HI on April 7, 2022 at 12:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-04-07 08:36:03'),(243,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: April 7, 2022<br />\nTime: 12:00 pm<br />\nClient address: Disneys Aulani Resort 92-1185 Aliinui Dr Kopolei HI<br />\nClient name: Ashley Ryan<br />\nClient phone: +13023732862<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Ashley Ryan <[email protected]>\"]','[]','new_booking','2022-04-07 08:36:07'),(244,'[email protected]','Your appointment information','<p>Dear Ashley Ryan.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at Disneys Aulani Resort 92-1185 Aliinui Dr Kopolei HI on April 7, 2022 at 1:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-04-07 08:36:12'),(245,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: April 7, 2022<br />\nTime: 1:00 pm<br />\nClient address: Disneys Aulani Resort 92-1185 Aliinui Dr Kopolei HI<br />\nClient name: Ashley Ryan<br />\nClient phone: +13023732862<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Ashley Ryan <[email protected]>\"]','[]','new_booking','2022-04-07 08:36:16'),(246,'[email protected]','Your appointment information','<p>Dear Kristen James.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 2</td>\n<td>April 12, 2022</td>\n<td>9:00 am</td>\n<td>Michael Pasquale</td>\n<td>$350.00</td>\n<td>$87.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-04-11 20:04:53'),(247,'[email protected]','Your appointment information','<p>Dear Kristen James.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 2.</p>\n<p>We will be waiting for you at Trump international Waikiki  on April 12, 2022 at 9:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-04-11 20:04:56'),(248,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 2<br />\nDate: April 12, 2022<br />\nTime: 9:00 am<br />\nClient address: Trump international Waikiki<br />\nClient name: Kristen James<br />\nClient phone: +19517338880<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Kristen James <[email protected]>\"]','[]','new_booking','2022-04-11 20:05:00'),(249,'[email protected]','Your appointment information','<p>Dear Brent Gess.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 1</p>\n<ul>\n<li>Toradol Pain Medication</li>\n<li>Zofran Anti Nausea Medication</li>\n<li>Extra Fluid (+750cc)</li>\n</ul>\n</td>\n<td>April 15, 2022</td>\n<td>12:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$460.00</td>\n<td>$115.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-04-15 10:03:22'),(250,'[email protected]','Your appointment information','<p>Dear Brent Gess.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 1.</p>\n<p>We will be waiting for you at 2023 Kalia Road, grand islander, room 1102 on April 15, 2022 at 12:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-04-15 10:03:28'),(251,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 1<br />\nDate: April 15, 2022<br />\nTime: 12:00 pm<br />\nClient address: 2023 Kalia Road, grand islander, room 1102<br />\nClient name: Brent Gess<br />\nClient phone: +19495339037<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Brent Gess <[email protected]>\"]','[]','new_booking','2022-04-15 10:03:33'),(252,'[email protected]','Your appointment information','<p>Dear John Tonkin.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</p>\n<ul>\n<li>Zofran Anti Nausea Medication</li>\n</ul>\n</td>\n<td>April 15, 2022</td>\n<td>2:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$355.00</td>\n<td>$88.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-04-15 13:03:11'),(253,'[email protected]','Your appointment information','<p>Dear John Tonkin.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 2365 Kalakaua Ave #394, Honolulu  on April 15, 2022 at 2:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-04-15 13:03:14'),(254,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: April 15, 2022<br />\nTime: 2:00 pm<br />\nClient address: 2365 Kalakaua Ave #394, Honolulu<br />\nClient name: John Tonkin<br />\nClient phone: +19137108884<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: John Tonkin <[email protected]>\"]','[]','new_booking','2022-04-15 13:03:18'),(255,'[email protected]','Your appointment information','<p>Dear Madison Grover.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</p>\n<ul>\n<li>Zofran Anti Nausea Medication</li>\n</ul>\n</td>\n<td>April 16, 2022</td>\n<td>1:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$355.00</td>\n<td>$88.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-04-16 11:25:08'),(256,'[email protected]','Your appointment information','<p>Dear Madison Grover.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 59-369 Alapio rd on April 16, 2022 at 1:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-04-16 11:25:11'),(257,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: April 16, 2022<br />\nTime: 1:00 pm<br />\nClient address: 59-369 Alapio rd<br />\nClient name: Madison Grover<br />\nClient phone: +18082531799<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Madison Grover <[email protected]>\"]','[]','new_booking','2022-04-16 11:25:15'),(258,'[email protected]','Your appointment information','<p>Dear Jenny Welham.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Brain IV</td>\n<td>April 21, 2022</td>\n<td>4:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$275.00</td>\n<td>$68.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-04-21 13:24:56'),(259,'[email protected]','Your appointment information','<p>Dear Jenny Welham.</p>\n<p>This is a confirmation that you have booked Brain IV.</p>\n<p>We will be waiting for you at 1842 Mahana Street, Honolulu, HI 96814 on April 21, 2022 at 4:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-04-21 13:25:01'),(260,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Brain IV<br />\nDate: April 21, 2022<br />\nTime: 4:00 pm<br />\nClient address: 1842 Mahana Street, Honolulu, HI 96814<br />\nClient name: Jenny Welham<br />\nClient phone: +18084620023<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Jenny Welham <[email protected]>\"]','[]','new_booking','2022-04-21 13:25:06'),(261,'[email protected]','Your appointment information','<p>Dear Kyli Joe Mawae.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 1</td>\n<td>April 22, 2022</td>\n<td>9:00 am</td>\n<td>Michael Pasquale</td>\n<td>$325.00</td>\n<td>$81.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-04-21 17:25:40'),(262,'[email protected]','Your appointment information','<p>Dear Kyli Joe Mawae.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 1.</p>\n<p>We will be waiting for you at 91-1120 puahala st 18T on April 22, 2022 at 9:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-04-21 17:25:45'),(263,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 1<br />\nDate: April 22, 2022<br />\nTime: 9:00 am<br />\nClient address: 91-1120 puahala st 18T<br />\nClient name: Kyli Joe Mawae<br />\nClient phone: +18082849968<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Kyli Joe Mawae <[email protected]>\"]','[]','new_booking','2022-04-21 17:25:50'),(264,'[email protected]','Your appointment information','<p>Dear Reiki Kahikina Young.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Brain IV</p>\n<ul>\n<li>Extra Fluid (+750cc)</li>\n</ul>\n</td>\n<td>April 26, 2022</td>\n<td>8:00 am</td>\n<td>Michael Pasquale</td>\n<td>$350.00</td>\n<td>$87.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-04-25 15:23:45'),(265,'[email protected]','Your appointment information','<p>Dear Reiki Kahikina Young.</p>\n<p>This is a confirmation that you have booked Brain IV.</p>\n<p>We will be waiting for you at 2563-E Pacific Hts. Rd. on April 26, 2022 at 8:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-04-25 15:23:50'),(266,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Brain IV<br />\nDate: April 26, 2022<br />\nTime: 8:00 am<br />\nClient address: 2563-E Pacific Hts. Rd.<br />\nClient name: Reiki Kahikina Young<br />\nClient phone: +18082063792<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Reiki Kahikina Young <[email protected]>\"]','[]','new_booking','2022-04-25 15:23:54'),(267,'[email protected]','Your appointment information','<p>Dear Melisa Joines.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 3</td>\n<td>May 1, 2022</td>\n<td>11:00 am</td>\n<td>Michael Pasquale</td>\n<td>$400.00</td>\n<td>$100.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-05-01 03:44:15'),(268,'[email protected]','Your appointment information','<p>Dear Melisa Joines.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 3.</p>\n<p>We will be waiting for you at 95-1002 Hoalumi Street Mililani,HI 96789 on May 1, 2022 at 11:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-05-01 03:44:19'),(269,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 3<br />\nDate: May 1, 2022<br />\nTime: 11:00 am<br />\nClient address: 95-1002 Hoalumi Street Mililani,HI 96789<br />\nClient name: Melisa Joines<br />\nClient phone: +18083513078<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Melisa Joines <[email protected]>\"]','[]','new_booking','2022-05-01 03:44:25'),(270,'[email protected]','Your appointment information','<p>Dear Melisa Joines.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Covid Relief IV Therapy</td>\n<td>May 7, 2022</td>\n<td>12:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$450.00</td>\n<td>$112.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-05-06 16:16:46'),(271,'[email protected]','Your appointment information','<p>Dear Melisa Joines.</p>\n<p>This is a confirmation that you have booked Covid Relief IV Therapy.</p>\n<p>We will be waiting for you at 95-1002 Hoalumi Street  Mililani 96789 on May 7, 2022 at 12:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-05-06 16:16:50'),(272,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Covid Relief IV Therapy<br />\nDate: May 7, 2022<br />\nTime: 12:00 pm<br />\nClient address: 95-1002 Hoalumi Street  Mililani 96789<br />\nClient name: Melisa Joines<br />\nClient phone: +18083513078<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Melisa Joines <[email protected]>\"]','[]','new_booking','2022-05-06 16:16:54'),(273,'[email protected]','Your appointment information','<p>Dear Nimai Titcomb.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 3</td>\n<td>May 7, 2022</td>\n<td>10:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$400.00</td>\n<td>$100.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-05-07 20:41:26'),(274,'[email protected]','Your appointment information','<p>Dear Nimai Titcomb.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 3.</p>\n<p>We will be waiting for you at 1148 Keolu Dr Kailua HI 96734 on May 7, 2022 at 10:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-05-07 20:41:29'),(275,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 3<br />\nDate: May 7, 2022<br />\nTime: 10:00 pm<br />\nClient address: 1148 Keolu Dr Kailua HI 96734<br />\nClient name: Nimai Titcomb<br />\nClient phone: +18082259848<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Nimai Titcomb <[email protected]>\"]','[]','new_booking','2022-05-07 20:41:33'),(276,'[email protected]','Your appointment information','<p>Dear Yuni Heffernan.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</p>\n<ul>\n<li>Toradol Pain Medication</li>\n<li>Zofran Anti Nausea Medication</li>\n<li>Lipo-C Injection</li>\n<li>Methylcobalamin Injection</li>\n<li>Extra Fluid (+750cc)</li>\n</ul>\n</td>\n<td>May 12, 2022</td>\n<td>12:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$555.00</td>\n<td>$138.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-05-12 10:44:01'),(277,'[email protected]','Your appointment information','<p>Dear Yuni Heffernan.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 383 Kalaimoku Street #3202 on May 12, 2022 at 12:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-05-12 10:44:06'),(278,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: May 12, 2022<br />\nTime: 12:00 pm<br />\nClient address: 383 Kalaimoku Street #3202<br />\nClient name: Yuni Heffernan<br />\nClient phone: +14155185466<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Yuni Heffernan <[email protected]>\"]','[]','new_booking','2022-05-12 10:44:10'),(279,'[email protected]','Your appointment information','<p>Dear Corbett & Tristyn Kalama.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>Extra Fluid (+750cc)</li>\n</ul>\n</td>\n<td>May 15, 2022</td>\n<td>2:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$375.00</td>\n<td>$93.75 (25%)</td>\n</tr>\n<tr>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>Extra Fluid (+750cc)</li>\n</ul>\n</td>\n<td>May 15, 2022</td>\n<td>2:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$375.00</td>\n<td>$93.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-05-15 11:05:59'),(280,'[email protected]','Your appointment information','<p>Dear Corbett & Tristyn Kalama.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 527 Iliaina Street on May 15, 2022 at 2:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-05-15 11:06:02'),(281,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: May 15, 2022<br />\nTime: 2:00 pm<br />\nClient address: 527 Iliaina Street<br />\nClient name: Corbett & Tristyn Kalama<br />\nClient phone: +18087549876<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Corbett & Tristyn Kalama <[email protected]>\"]','[]','new_booking','2022-05-15 11:06:06'),(282,'[email protected]','Your appointment information','<p>Dear Corbett & Tristyn Kalama.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 527 Iliaina Street on May 15, 2022 at 2:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-05-15 11:06:11'),(283,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: May 15, 2022<br />\nTime: 2:00 pm<br />\nClient address: 527 Iliaina Street<br />\nClient name: Corbett & Tristyn Kalama<br />\nClient phone: +18087549876<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Corbett & Tristyn Kalama <[email protected]>\"]','[]','new_booking','2022-05-15 11:06:15'),(284,'[email protected]','Your appointment information','<p>Dear Detavio Samuels.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 1</p>\n<ul>\n<li>Toradol Pain Medication</li>\n</ul>\n</td>\n<td>May 16, 2022</td>\n<td>7:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$355.00</td>\n<td>$88.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-05-16 17:55:15'),(285,'[email protected]','Your appointment information','<p>Dear Detavio Samuels.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 1.</p>\n<p>We will be waiting for you at 2365 Kalakaua Ave, Honolulu, HI 96815 on May 16, 2022 at 7:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-05-16 17:55:20'),(286,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 1<br />\nDate: May 16, 2022<br />\nTime: 7:00 pm<br />\nClient address: 2365 Kalakaua Ave, Honolulu, HI 96815<br />\nClient name: Detavio Samuels<br />\nClient phone: +19172244485<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Detavio Samuels <[email protected]>\"]','[]','new_booking','2022-05-16 17:55:26'),(287,'[email protected]','Your appointment information','<p>Dear Lindsay Newton.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The Basic IV</p>\n<ul>\n<li>Mini Hangover Pack</li>\n</ul>\n</td>\n<td>May 20, 2022</td>\n<td>4:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$320.00</td>\n<td>$80.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-05-20 14:54:17'),(288,'[email protected]','Your appointment information','<p>Dear Lindsay Newton.</p>\n<p>This is a confirmation that you have booked The Basic IV.</p>\n<p>We will be waiting for you at 1370 Makaikoa st.  on May 20, 2022 at 4:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-05-20 14:54:21'),(289,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: The Basic IV<br />\nDate: May 20, 2022<br />\nTime: 4:00 pm<br />\nClient address: 1370 Makaikoa st.<br />\nClient name: Lindsay Newton<br />\nClient phone: +18084464960<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Lindsay Newton <[email protected]>\"]','[]','new_booking','2022-05-20 14:54:24'),(290,'[email protected]','Your appointment information','<p>Dear Mike Kegley.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</p>\n<ul>\n<li>Toradol Pain Medication</li>\n<li>Zofran Anti Nausea Medication</li>\n<li>Extra Fluid (+750cc)</li>\n</ul>\n</td>\n<td>May 22, 2022</td>\n<td>12:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$460.00</td>\n<td>$115.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-05-22 10:04:06'),(291,'[email protected]','Your appointment information','<p>Dear Mike Kegley.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 2005 Kālia Rd, Honolulu, HI 96815 room 1701 on May 22, 2022 at 12:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-05-22 10:04:10'),(292,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: May 22, 2022<br />\nTime: 12:00 pm<br />\nClient address: 2005 Kālia Rd, Honolulu, HI 96815 room 1701<br />\nClient name: Mike Kegley<br />\nClient phone: +16187712749<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Mike Kegley <[email protected]>\"]','[]','new_booking','2022-05-22 10:04:13'),(293,'[email protected]','Your appointment information','<p>Dear Cristina Dutea.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 2</td>\n<td>May 27, 2022</td>\n<td>8:00 am</td>\n<td>Michael Pasquale</td>\n<td>$350.00</td>\n<td>$87.50 (25%)</td>\n</tr>\n<tr>\n<td>Cold Flu IV - Formula 2</td>\n<td>May 27, 2022</td>\n<td>9:00 am</td>\n<td>Michael Pasquale</td>\n<td>$350.00</td>\n<td>$87.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-05-26 09:49:23'),(294,'[email protected]','Your appointment information','<p>Dear Cristina Dutea.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 2.</p>\n<p>We will be waiting for you at 2943 Kalakaua Ave #808 on May 27, 2022 at 8:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-05-26 09:49:27'),(295,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 2<br />\nDate: May 27, 2022<br />\nTime: 8:00 am<br />\nClient address: 2943 Kalakaua Ave #808<br />\nClient name: Cristina Dutea<br />\nClient phone: +17023349448<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Cristina Dutea <[email protected]>\"]','[]','new_booking','2022-05-26 09:49:31'),(296,'[email protected]','Your appointment information','<p>Dear Cristina Dutea.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 2.</p>\n<p>We will be waiting for you at 2943 Kalakaua Ave #808 on May 27, 2022 at 9:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-05-26 09:49:36'),(297,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 2<br />\nDate: May 27, 2022<br />\nTime: 9:00 am<br />\nClient address: 2943 Kalakaua Ave #808<br />\nClient name: Cristina Dutea<br />\nClient phone: +17023349448<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Cristina Dutea <[email protected]>\"]','[]','new_booking','2022-05-26 09:49:40'),(298,'[email protected]','Your agenda for May 27, 2022','<p>Hello.</p>\n<p>Your agenda for tomorrow is:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<td>Time</td>\n<td>Service</td>\n<td>Customer</td>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>8:00 am-9:00 am</td>\n<td>Cold Flu IV - Formula 2</td>\n<td>Cristina Dutea</td>\n</tr>\n<tr>\n<td>9:00 am-10:00 am</td>\n<td>Cold Flu IV - Formula 2</td>\n<td>Cristina Dutea</td>\n</tr>\n</tbody>\n</table>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','staff_day_agenda','2022-05-26 18:53:28'),(299,'[email protected]','Your appointment information','<p>Dear Laurel i Lunn.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Brain IV</td>\n<td>June 30, 2022</td>\n<td>11:00 am</td>\n<td>Michael Pasquale</td>\n<td>$275.00</td>\n<td>$68.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-05-29 19:02:07'),(300,'[email protected]','Your appointment information','<p>Dear Laurel i Lunn.</p>\n<p>This is a confirmation that you have booked Brain IV.</p>\n<p>We will be waiting for you at 59487  AlapioRd on June 30, 2022 at 11:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-05-29 19:02:12'),(301,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Brain IV<br />\nDate: June 30, 2022<br />\nTime: 11:00 am<br />\nClient address: 59487  AlapioRd<br />\nClient name: Laurel i Lunn<br />\nClient phone: +14244336200<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Laurel i Lunn <[email protected]>\"]','[]','new_booking','2022-05-29 19:02:17'),(302,'[email protected]','Your appointment information','<p>Dear Valerie Swift.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The Basic IV</td>\n<td>May 31, 2022</td>\n<td>11:00 am</td>\n<td>Michael Pasquale</td>\n<td>$275.00</td>\n<td>$68.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-05-31 09:19:39'),(303,'[email protected]','Your appointment information','<p>Dear Valerie Swift.</p>\n<p>This is a confirmation that you have booked The Basic IV.</p>\n<p>We will be waiting for you at 603 Kalolina St on May 31, 2022 at 11:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-05-31 09:19:42'),(304,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: The Basic IV<br />\nDate: May 31, 2022<br />\nTime: 11:00 am<br />\nClient address: 603 Kalolina St<br />\nClient name: Valerie Swift<br />\nClient phone: +18083069811<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Valerie Swift <[email protected]>\"]','[]','new_booking','2022-05-31 09:19:46'),(305,'[email protected]','Your appointment information','<p>Dear Tristyn Kalama.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>Extra Fluid (+500cc)</li>\n</ul>\n</td>\n<td>June 6, 2022</td>\n<td>10:00 am</td>\n<td>Michael Pasquale</td>\n<td>$425.00</td>\n<td>$106.25 (25%)</td>\n</tr>\n<tr>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>Extra Fluid (+500cc)</li>\n</ul>\n</td>\n<td>June 6, 2022</td>\n<td>11:00 am</td>\n<td>Michael Pasquale</td>\n<td>$425.00</td>\n<td>$106.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-06-04 19:16:48'),(306,'[email protected]','Your appointment information','<p>Dear Tristyn Kalama.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 527 Iliaina St. Kailua, HI 96734 on June 6, 2022 at 10:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-06-04 19:16:52'),(307,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: June 6, 2022<br />\nTime: 10:00 am<br />\nClient address: 527 Iliaina St. Kailua, HI 96734<br />\nClient name: Tristyn Kalama<br />\nClient phone: +18082257793<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Tristyn Kalama <[email protected]>\"]','[]','new_booking','2022-06-04 19:16:56'),(308,'[email protected]','Your appointment information','<p>Dear Tristyn Kalama.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 527 Iliaina St. Kailua, HI 96734 on June 6, 2022 at 11:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-06-04 19:17:02'),(309,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: June 6, 2022<br />\nTime: 11:00 am<br />\nClient address: 527 Iliaina St. Kailua, HI 96734<br />\nClient name: Tristyn Kalama<br />\nClient phone: +18082257793<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Tristyn Kalama <[email protected]>\"]','[]','new_booking','2022-06-04 19:17:05'),(310,'[email protected]','Your appointment information','<p>Dear audi romero.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>Zofran Anti Nausea Medication</li>\n</ul>\n</td>\n<td>June 5, 2022</td>\n<td>2:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$380.00</td>\n<td>$95.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-06-05 12:06:01'),(311,'[email protected]','Your appointment information','<p>Dear audi romero.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 92-1185 Ali’inui Dr, Kapolei HI 96707 on June 5, 2022 at 2:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-06-05 12:06:06'),(312,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: June 5, 2022<br />\nTime: 2:00 pm<br />\nClient address: 92-1185 Ali’inui Dr, Kapolei HI 96707<br />\nClient name: audi romero<br />\nClient phone: +16026842304<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: audi romero <[email protected]>\"]','[]','new_booking','2022-06-05 12:06:11'),(313,'[email protected]','Your agenda for June 6, 2022','<p>Hello.</p>\n<p>Your agenda for tomorrow is:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<td>Time</td>\n<td>Service</td>\n<td>Customer</td>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>10:00 am-11:00 am</td>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>Extra Fluid (+500cc)</li>\n</ul>\n</td>\n<td>Tristyn Kalama</td>\n</tr>\n<tr>\n<td>11:00 am-12:00 pm</td>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>Extra Fluid (+500cc)</li>\n</ul>\n</td>\n<td>Tristyn Kalama</td>\n</tr>\n</tbody>\n</table>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','staff_day_agenda','2022-06-05 18:00:59'),(314,'[email protected]','Your appointment information','<p>Dear Cristina Smoot.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Covid Relief IV Therapy</td>\n<td>June 10, 2022</td>\n<td>2:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$450.00</td>\n<td>$112.50 (25%)</td>\n</tr>\n<tr>\n<td>Covid Relief IV Therapy</td>\n<td>June 10, 2022</td>\n<td>3:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$450.00</td>\n<td>$112.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-06-09 22:59:14'),(315,'[email protected]','Your appointment information','<p>Dear Cristina Smoot.</p>\n<p>This is a confirmation that you have booked Covid Relief IV Therapy.</p>\n<p>We will be waiting for you at 550 Poipu Dr Honolulu 96825 on June 10, 2022 at 2:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-06-09 22:59:17'),(316,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Covid Relief IV Therapy<br />\nDate: June 10, 2022<br />\nTime: 2:00 pm<br />\nClient address: 550 Poipu Dr Honolulu 96825<br />\nClient name: Cristina Smoot<br />\nClient phone: +18054559854<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Cristina Smoot <[email protected]>\"]','[]','new_booking','2022-06-09 22:59:21'),(317,'[email protected]','Your appointment information','<p>Dear Cristina Smoot.</p>\n<p>This is a confirmation that you have booked Covid Relief IV Therapy.</p>\n<p>We will be waiting for you at 550 Poipu Dr Honolulu 96825 on June 10, 2022 at 3:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-06-09 22:59:27'),(318,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Covid Relief IV Therapy<br />\nDate: June 10, 2022<br />\nTime: 3:00 pm<br />\nClient address: 550 Poipu Dr Honolulu 96825<br />\nClient name: Cristina Smoot<br />\nClient phone: +18054559854<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Cristina Smoot <[email protected]>\"]','[]','new_booking','2022-06-09 22:59:34'),(319,'[email protected]','Your appointment information','<p>Dear Kimberly Pennington.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>Zofran Anti Nausea Medication</li>\n<li>Extra Fluid (+500cc)</li>\n</ul>\n</td>\n<td>June 11, 2022</td>\n<td>12:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$455.00</td>\n<td>$113.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-06-10 20:16:08'),(320,'[email protected]','Your appointment information','<p>Dear Kimberly Pennington.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 91-1246 Kaikohola Street on June 11, 2022 at 12:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-06-10 20:16:11'),(321,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: June 11, 2022<br />\nTime: 12:00 pm<br />\nClient address: 91-1246 Kaikohola Street<br />\nClient name: Kimberly Pennington<br />\nClient phone: +18087720291<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Kimberly Pennington <[email protected]>\"]','[]','new_booking','2022-06-10 20:16:16'),(322,'[email protected]','Your appointment information','<p>Dear Joti Badwal.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Myers\' Cocktail (250cc)</td>\n<td>June 15, 2022</td>\n<td>1:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$350.00</td>\n<td>$87.50 (25%)</td>\n</tr>\n<tr>\n<td>Myers\' Cocktail (250cc)</td>\n<td>June 15, 2022</td>\n<td>2:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$350.00</td>\n<td>$87.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-06-13 07:53:07'),(323,'[email protected]','Your appointment information','<p>Dear Joti Badwal.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 2365 Kalakaua Ave (Moana Surfrider Hotel) Unit 1988 on June 15, 2022 at 1:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-06-13 07:53:13'),(324,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: June 15, 2022<br />\nTime: 1:00 pm<br />\nClient address: 2365 Kalakaua Ave (Moana Surfrider Hotel) Unit 1988<br />\nClient name: Joti Badwal<br />\nClient phone: +17739536637<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Joti Badwal <[email protected]>\"]','[]','new_booking','2022-06-13 07:53:18'),(325,'[email protected]','Your appointment information','<p>Dear Joti Badwal.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 2365 Kalakaua Ave (Moana Surfrider Hotel) Unit 1988 on June 15, 2022 at 2:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-06-13 07:53:25'),(326,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: June 15, 2022<br />\nTime: 2:00 pm<br />\nClient address: 2365 Kalakaua Ave (Moana Surfrider Hotel) Unit 1988<br />\nClient name: Joti Badwal<br />\nClient phone: +17739536637<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Joti Badwal <[email protected]>\"]','[]','new_booking','2022-06-13 07:53:29'),(327,'[email protected]','Your agenda for June 15, 2022','<p>Hello.</p>\n<p>Your agenda for tomorrow is:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<td>Time</td>\n<td>Service</td>\n<td>Customer</td>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1:00 pm-2:00 pm</td>\n<td>Myers\' Cocktail (250cc)</td>\n<td>Joti Badwal</td>\n</tr>\n<tr>\n<td>2:00 pm-3:00 pm</td>\n<td>Myers\' Cocktail (250cc)</td>\n<td>Joti Badwal</td>\n</tr>\n</tbody>\n</table>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','staff_day_agenda','2022-06-14 18:57:11'),(328,'[email protected]','Your appointment information','<p>Dear Alexis Caruso.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</p>\n<ul>\n<li>Zofran Anti Nausea Medication</li>\n</ul>\n</td>\n<td>June 15, 2022</td>\n<td>10:00 am</td>\n<td>Michael Pasquale</td>\n<td>$355.00</td>\n<td>$88.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-06-15 09:09:23'),(329,'[email protected]','Your appointment information','<p>Dear Alexis Caruso.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 170 Ahamaka rd. Unit 104, wahiawa, HI 96786 on June 15, 2022 at 10:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-06-15 09:09:29'),(330,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: June 15, 2022<br />\nTime: 10:00 am<br />\nClient address: 170 Ahamaka rd. Unit 104, wahiawa, HI 96786<br />\nClient name: Alexis Caruso<br />\nClient phone: +17193771057<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Alexis Caruso <[email protected]>\"]','[]','new_booking','2022-06-15 09:09:34'),(331,'[email protected]','Your appointment information','<p>Dear Larissa Galford.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The Basic IV</td>\n<td>June 24, 2022</td>\n<td>7:00 am</td>\n<td>Michael Pasquale</td>\n<td>$275.00</td>\n<td>$68.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-06-23 22:38:13'),(332,'[email protected]','Your appointment information','<p>Dear Larissa Galford.</p>\n<p>This is a confirmation that you have booked The Basic IV.</p>\n<p>We will be waiting for you at 57-091 Kamehameha Hwy Kahuku, HI 96731 United States on June 24, 2022 at 7:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-06-23 22:38:19'),(333,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: The Basic IV<br />\nDate: June 24, 2022<br />\nTime: 7:00 am<br />\nClient address: 57-091 Kamehameha Hwy Kahuku, HI 96731 United States<br />\nClient name: Larissa Galford<br />\nClient phone: +13103471307<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Larissa Galford <[email protected]>\"]','[]','new_booking','2022-06-23 22:38:23'),(334,'[email protected]','Your appointment information','<p>Dear Dana OReilly.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The Basic IV</td>\n<td>June 24, 2022</td>\n<td>12:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$275.00</td>\n<td>$68.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-06-24 10:28:25'),(335,'[email protected]','Your appointment information','<p>Dear Dana OReilly.</p>\n<p>This is a confirmation that you have booked The Basic IV.</p>\n<p>We will be waiting for you at 2339 Pikake pl Honolulu hi on June 24, 2022 at 12:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-06-24 10:28:31'),(336,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: The Basic IV<br />\nDate: June 24, 2022<br />\nTime: 12:00 pm<br />\nClient address: 2339 Pikake pl Honolulu hi<br />\nClient name: Dana OReilly<br />\nClient phone: +18562961484<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Dana OReilly <[email protected]>\"]','[]','new_booking','2022-06-24 10:28:35'),(337,'[email protected]','Your appointment information','<p>Dear Wen Han Zeng.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The Basic IV</p>\n<ul>\n<li>Extra Fluid (+500cc)</li>\n</ul>\n</td>\n<td>June 24, 2022</td>\n<td>4:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$350.00</td>\n<td>$87.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-06-24 14:53:06'),(338,'[email protected]','Your appointment information','<p>Dear Wen Han Zeng.</p>\n<p>This is a confirmation that you have booked The Basic IV.</p>\n<p>We will be waiting for you at 1352 8th Avenue  on June 24, 2022 at 4:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-06-24 14:53:10'),(339,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: The Basic IV<br />\nDate: June 24, 2022<br />\nTime: 4:00 pm<br />\nClient address: 1352 8th Avenue<br />\nClient name: Wen Han Zeng<br />\nClient phone: +18082189951<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Wen Han Zeng <[email protected]>\"]','[]','new_booking','2022-06-24 14:53:16'),(340,'[email protected]','Your appointment information','<p>Dear Brandon Bowsky.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</p>\n<ul>\n<li>Lipo-C Injection</li>\n<li>Methylcobalamin Injection</li>\n<li>Extra Fluid (+500cc)</li>\n</ul>\n</td>\n<td>June 25, 2022</td>\n<td>10:00 am</td>\n<td>Michael Pasquale</td>\n<td>$495.00</td>\n<td>$123.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-06-25 08:51:44'),(341,'[email protected]','Your appointment information','<p>Dear Brandon Bowsky.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at L101 on June 25, 2022 at 10:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-06-25 08:51:49'),(342,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: June 25, 2022<br />\nTime: 10:00 am<br />\nClient address: L101<br />\nClient name: Brandon Bowsky<br />\nClient phone: +15612010466<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Brandon Bowsky <[email protected]>\"]','[]','new_booking','2022-06-25 08:51:55'),(343,'[email protected]','Your appointment information','<p>Dear Tristyn Kalama.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>Extra Fluid (+500cc)</li>\n</ul>\n</td>\n<td>June 26, 2022</td>\n<td>12:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$425.00</td>\n<td>$106.25 (25%)</td>\n</tr>\n<tr>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>Extra Fluid (+500cc)</li>\n</ul>\n</td>\n<td>June 26, 2022</td>\n<td>1:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$425.00</td>\n<td>$106.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-06-26 08:37:32'),(344,'[email protected]','Your appointment information','<p>Dear Tristyn Kalama.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 527 Iliaina St. Kailua, Hawaii 96734 on June 26, 2022 at 12:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-06-26 08:37:35'),(345,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: June 26, 2022<br />\nTime: 12:00 pm<br />\nClient address: 527 Iliaina St. Kailua, Hawaii 96734<br />\nClient name: Tristyn Kalama<br />\nClient phone: +18082257793<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Tristyn Kalama <[email protected]>\"]','[]','new_booking','2022-06-26 08:37:40'),(346,'[email protected]','Your appointment information','<p>Dear Tristyn Kalama.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 527 Iliaina St. Kailua, Hawaii 96734 on June 26, 2022 at 1:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-06-26 08:37:45'),(347,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: June 26, 2022<br />\nTime: 1:00 pm<br />\nClient address: 527 Iliaina St. Kailua, Hawaii 96734<br />\nClient name: Tristyn Kalama<br />\nClient phone: +18082257793<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Tristyn Kalama <[email protected]>\"]','[]','new_booking','2022-06-26 08:37:49'),(348,'[email protected]','Your appointment information','<p>Dear Jamie Driscoll.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>Extra Fluid (+500cc)</li>\n</ul>\n</td>\n<td>June 28, 2022</td>\n<td>3:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$425.00</td>\n<td>$106.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-06-27 09:36:59'),(349,'[email protected]','Your appointment information','<p>Dear Jamie Driscoll.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at Outrigger Reef Waikiki Beach 2169 Kalia Rd Honolulu  on June 28, 2022 at 3:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-06-27 09:37:06'),(350,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: June 28, 2022<br />\nTime: 3:00 pm<br />\nClient address: Outrigger Reef Waikiki Beach 2169 Kalia Rd Honolulu<br />\nClient name: Jamie Driscoll<br />\nClient phone: +61409146472<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Jamie Driscoll <[email protected]>\"]','[]','new_booking','2022-06-27 09:37:10'),(351,'[email protected]','Your agenda for June 28, 2022','<p>Hello.</p>\n<p>Your agenda for tomorrow is:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<td>Time</td>\n<td>Service</td>\n<td>Customer</td>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>3:00 pm-4:00 pm</td>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>Extra Fluid (+500cc)</li>\n</ul>\n</td>\n<td>Jamie Driscoll</td>\n</tr>\n</tbody>\n</table>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','staff_day_agenda','2022-06-27 18:53:40'),(352,'[email protected]','Your appointment information','<p>Dear Chaice Alcon.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 3</td>\n<td>June 29, 2022</td>\n<td>10:00 am</td>\n<td>Michael Pasquale</td>\n<td>$425.00</td>\n<td>$106.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-06-29 08:17:51'),(353,'[email protected]','Your appointment information','<p>Dear Chaice Alcon.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 3.</p>\n<p>We will be waiting for you at 2173 Hillcrest St on June 29, 2022 at 10:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-06-29 08:17:55'),(354,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 3<br />\nDate: June 29, 2022<br />\nTime: 10:00 am<br />\nClient address: 2173 Hillcrest St<br />\nClient name: Chaice Alcon<br />\nClient phone: +18084289417<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Chaice Alcon <[email protected]>\"]','[]','new_booking','2022-06-29 08:17:59'),(355,'[email protected]','Your agenda for June 30, 2022','<p>Hello.</p>\n<p>Your agenda for tomorrow is:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<td>Time</td>\n<td>Service</td>\n<td>Customer</td>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>11:00 am-12:00 pm</td>\n<td>Brain IV</td>\n<td>Laurel i Lunn</td>\n</tr>\n</tbody>\n</table>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','staff_day_agenda','2022-06-29 18:53:24'),(356,'[email protected]','Your appointment information','<p>Dear Keith Besario.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cold Flu IV - Formula 3</td>\n<td>June 30, 2022</td>\n<td>12:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$425.00</td>\n<td>$106.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-06-30 10:52:56'),(357,'[email protected]','Your appointment information','<p>Dear Keith Besario.</p>\n<p>This is a confirmation that you have booked Cold Flu IV - Formula 3.</p>\n<p>We will be waiting for you at 425 south st apt #704 Honolulu HI 96813 on June 30, 2022 at 12:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-06-30 10:53:01'),(358,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Cold Flu IV - Formula 3<br />\nDate: June 30, 2022<br />\nTime: 12:00 pm<br />\nClient address: 425 south st apt #704 Honolulu HI 96813<br />\nClient name: Keith Besario<br />\nClient phone: +18088407524<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Keith Besario <[email protected]>\"]','[]','new_booking','2022-06-30 10:53:06'),(359,'[email protected]','Your appointment information','<p>Dear Priscilla Jennings.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</td>\n<td>July 2, 2022</td>\n<td>12:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$325.00</td>\n<td>$81.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-07-02 10:18:50'),(360,'[email protected]','Your appointment information','<p>Dear Priscilla Jennings.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 1909 Ala Wai Boulevard #706, Honolulu, HI 96815 on July 2, 2022 at 12:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-07-02 10:18:54'),(361,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: July 2, 2022<br />\nTime: 12:00 pm<br />\nClient address: 1909 Ala Wai Boulevard #706, Honolulu, HI 96815<br />\nClient name: Priscilla Jennings<br />\nClient phone: +12094831495<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Priscilla Jennings <[email protected]>\"]','[]','new_booking','2022-07-02 10:18:58'),(362,'[email protected]','Your appointment information','<p>Dear Jack deane.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</p>\n<ul>\n<li>Zofran Anti Nausea Medication</li>\n</ul>\n</td>\n<td>July 2, 2022</td>\n<td>4:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$355.00</td>\n<td>$88.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-07-02 14:27:22'),(363,'[email protected]','Your appointment information','<p>Dear Jack deane.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 1539 Thomas Avenue on July 2, 2022 at 4:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-07-02 14:27:27'),(364,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: July 2, 2022<br />\nTime: 4:00 pm<br />\nClient address: 1539 Thomas Avenue<br />\nClient name: Jack deane<br />\nClient phone: +15312558946<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Jack deane <[email protected]>\"]','[]','new_booking','2022-07-02 14:27:33'),(365,'[email protected]','Your appointment information','<p>Dear Ben Frazier.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</td>\n<td>July 5, 2022</td>\n<td>3:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$325.00</td>\n<td>$81.25 (25%)</td>\n</tr>\n<tr>\n<td>Hangover IV - Standard</td>\n<td>July 5, 2022</td>\n<td>4:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$325.00</td>\n<td>$81.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-07-05 13:06:09'),(366,'[email protected]','Your appointment information','<p>Dear Ben Frazier.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 2490 kalakaua Ave, Honolulu (alohalani resort) on July 5, 2022 at 3:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-07-05 13:06:15'),(367,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: July 5, 2022<br />\nTime: 3:00 pm<br />\nClient address: 2490 kalakaua Ave, Honolulu (alohalani resort)<br />\nClient name: Ben Frazier<br />\nClient phone: +19169560415<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Ben Frazier <[email protected]>\"]','[]','new_booking','2022-07-05 13:06:19'),(368,'[email protected]','Your appointment information','<p>Dear Ben Frazier.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 2490 kalakaua Ave, Honolulu (alohalani resort) on July 5, 2022 at 4:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-07-05 13:06:26'),(369,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: July 5, 2022<br />\nTime: 4:00 pm<br />\nClient address: 2490 kalakaua Ave, Honolulu (alohalani resort)<br />\nClient name: Ben Frazier<br />\nClient phone: +19169560415<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Ben Frazier <[email protected]>\"]','[]','new_booking','2022-07-05 13:06:30'),(370,'[email protected]','Your appointment information','<p>Dear Shalina Prescott.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Covid Relief IV Therapy</td>\n<td>July 6, 2022</td>\n<td>9:00 am</td>\n<td>Michael Pasquale</td>\n<td>$450.00</td>\n<td>$112.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-07-06 07:59:36'),(371,'[email protected]','Your appointment information','<p>Dear Shalina Prescott.</p>\n<p>This is a confirmation that you have booked Covid Relief IV Therapy.</p>\n<p>We will be waiting for you at 945 20th Ave. Honolulu HI 96816 on July 6, 2022 at 9:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-07-06 07:59:42'),(372,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Covid Relief IV Therapy<br />\nDate: July 6, 2022<br />\nTime: 9:00 am<br />\nClient address: 945 20th Ave. Honolulu HI 96816<br />\nClient name: Shalina Prescott<br />\nClient phone: +18083395486<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Shalina Prescott <[email protected]>\"]','[]','new_booking','2022-07-06 07:59:46'),(373,'[email protected]','Your appointment information','<p>Dear William Johnson.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The Basic IV</p>\n<ul>\n<li>Toradol Pain Medication</li>\n<li>Mini Hangover Pack</li>\n<li>Detox Push Vit C and Glutathione</li>\n</ul>\n</td>\n<td>July 12, 2022</td>\n<td>3:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$400.00</td>\n<td>$100.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-07-12 11:26:41'),(374,'[email protected]','Your appointment information','<p>Dear William Johnson.</p>\n<p>This is a confirmation that you have booked The Basic IV.</p>\n<p>We will be waiting for you at Waikiki outrigger room 123 on July 12, 2022 at 3:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-07-12 11:26:47'),(375,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: The Basic IV<br />\nDate: July 12, 2022<br />\nTime: 3:00 pm<br />\nClient address: Waikiki outrigger room 123<br />\nClient name: William Johnson<br />\nClient phone: +17049137176<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: William Johnson <[email protected]>\"]','[]','new_booking','2022-07-12 11:26:52'),(376,'[email protected]','Your appointment information','<p>Dear Anka malatynska.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Covid Relief IV Therapy</p>\n<ul>\n<li>Extra Fluid (+500cc)</li>\n</ul>\n</td>\n<td>July 21, 2022</td>\n<td>9:00 am</td>\n<td>Michael Pasquale</td>\n<td>$525.00</td>\n<td>$131.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-07-20 16:38:52'),(377,'[email protected]','Your appointment information','<p>Dear Anka malatynska.</p>\n<p>This is a confirmation that you have booked Covid Relief IV Therapy.</p>\n<p>We will be waiting for you at 1314 Ulupuni st, Kailua, HI 96734 on July 21, 2022 at 9:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-07-20 16:38:55'),(378,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Covid Relief IV Therapy<br />\nDate: July 21, 2022<br />\nTime: 9:00 am<br />\nClient address: 1314 Ulupuni st, Kailua, HI 96734<br />\nClient name: Anka malatynska<br />\nClient phone: +13104030796<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Anka malatynska <[email protected]>\"]','[]','new_booking','2022-07-20 16:39:00'),(379,'[email protected]','Your agenda for July 21, 2022','<p>Hello.</p>\n<p>Your agenda for tomorrow is:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<td>Time</td>\n<td>Service</td>\n<td>Customer</td>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>9:00 am-10:00 am</td>\n<td>Covid Relief IV Therapy</p>\n<ul>\n<li>Extra Fluid (+500cc)</li>\n</ul>\n</td>\n<td>Anka malatynska</td>\n</tr>\n</tbody>\n</table>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','staff_day_agenda','2022-07-20 18:53:27'),(380,'[email protected]','Your appointment information','<p>Dear Lexi Li.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>Methylcobalamin Injection</li>\n</ul>\n</td>\n<td>July 21, 2022</td>\n<td>2:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$385.00</td>\n<td>$96.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-07-20 23:36:42'),(381,'[email protected]','Your appointment information','<p>Dear Lexi Li.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at #2400. 987 Queen street, HI. 96814 on July 21, 2022 at 2:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-07-20 23:36:46'),(382,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: July 21, 2022<br />\nTime: 2:00 pm<br />\nClient address: #2400. 987 Queen street, HI. 96814<br />\nClient name: Lexi Li<br />\nClient phone: +18089137149<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Lexi Li <[email protected]>\"]','[]','new_booking','2022-07-20 23:36:50'),(383,'[email protected]','Your appointment information','<p>Dear Maddie Keefe.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The Basic IV</td>\n<td>July 22, 2022</td>\n<td>5:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$275.00</td>\n<td>$68.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-07-22 15:34:19'),(384,'[email protected]','Your appointment information','<p>Dear Maddie Keefe.</p>\n<p>This is a confirmation that you have booked The Basic IV.</p>\n<p>We will be waiting for you at 1775 Ala Moana Blvd Room 712 on July 22, 2022 at 5:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-07-22 15:34:25'),(385,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: The Basic IV<br />\nDate: July 22, 2022<br />\nTime: 5:00 pm<br />\nClient address: 1775 Ala Moana Blvd Room 712<br />\nClient name: Maddie Keefe<br />\nClient phone: +18586031345<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Maddie Keefe <[email protected]>\"]','[]','new_booking','2022-07-22 15:34:29'),(386,'[email protected]','Your appointment information','<p>Dear Kurt Caywood.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>50 mg NAD Nicotinic Adenosine Dinucleotide</li>\n</ul>\n</td>\n<td>July 25, 2022</td>\n<td>5:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$450.00</td>\n<td>$112.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-07-25 15:52:46'),(387,'[email protected]','Your appointment information','<p>Dear Kurt Caywood.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 1407 16th Ave Honolulu, HI 96816 on July 25, 2022 at 5:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-07-25 15:52:51'),(388,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: July 25, 2022<br />\nTime: 5:00 pm<br />\nClient address: 1407 16th Ave Honolulu, HI 96816<br />\nClient name: Kurt Caywood<br />\nClient phone: +13602813371<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Kurt Caywood <[email protected]>\"]','[]','new_booking','2022-07-25 15:52:56'),(389,'[email protected]','Your appointment information','<p>Dear Kristen Yunker.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Covid Relief IV Therapy</td>\n<td>July 27, 2022</td>\n<td>5:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$450.00</td>\n<td>$112.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-07-27 14:37:32'),(390,'[email protected]','Your appointment information','<p>Dear Kristen Yunker.</p>\n<p>This is a confirmation that you have booked Covid Relief IV Therapy.</p>\n<p>We will be waiting for you at 471 Kailua Rd., #3206, Kailua HI 96734 on July 27, 2022 at 5:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-07-27 14:37:35'),(391,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Covid Relief IV Therapy<br />\nDate: July 27, 2022<br />\nTime: 5:00 pm<br />\nClient address: 471 Kailua Rd., #3206, Kailua HI 96734<br />\nClient name: Kristen Yunker<br />\nClient phone: +16193222952<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Kristen Yunker <[email protected]>\"]','[]','new_booking','2022-07-27 14:37:42'),(392,'[email protected]','Your appointment information','<p>Dear Kristen Yunker.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Covid Relief IV Therapy</p>\n<ul>\n<li>Zofran Anti Nausea Medication</li>\n</ul>\n</td>\n<td>July 30, 2022</td>\n<td>3:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$480.00</td>\n<td>$120.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-07-30 11:00:37'),(393,'[email protected]','Your appointment information','<p>Dear Kristen Yunker.</p>\n<p>This is a confirmation that you have booked Covid Relief IV Therapy.</p>\n<p>We will be waiting for you at 471 Kailua Rd., #3206, Kailua HI 96734 on July 30, 2022 at 3:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-07-30 11:00:40'),(394,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Covid Relief IV Therapy<br />\nDate: July 30, 2022<br />\nTime: 3:00 pm<br />\nClient address: 471 Kailua Rd., #3206, Kailua HI 96734<br />\nClient name: Kristen Yunker<br />\nClient phone: +16193222952<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Kristen Yunker <[email protected]>\"]','[]','new_booking','2022-07-30 11:00:44'),(395,'[email protected]','Your appointment information','<p>Dear Anka malatynska.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Covid Relief IV Therapy</p>\n<ul>\n<li>Toradol Pain Medication</li>\n<li>Extra Fluid (+500cc)</li>\n</ul>\n</td>\n<td>July 30, 2022</td>\n<td>3:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$555.00</td>\n<td>$138.75 (25%)</td>\n</tr>\n<tr>\n<td>Antioxidants IV push</td>\n<td>July 30, 2022</td>\n<td>4:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$300.00</td>\n<td>$75.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-07-30 12:48:07'),(396,'[email protected]','Your appointment information','<p>Dear Anka malatynska.</p>\n<p>This is a confirmation that you have booked Covid Relief IV Therapy.</p>\n<p>We will be waiting for you at Waikiki Marriot room 2127 on July 30, 2022 at 3:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-07-30 12:48:10'),(397,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Covid Relief IV Therapy<br />\nDate: July 30, 2022<br />\nTime: 3:00 pm<br />\nClient address: Waikiki Marriot room 2127<br />\nClient name: Anka malatynska<br />\nClient phone: +13104030796<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Anka malatynska <[email protected]>\"]','[]','new_booking','2022-07-30 12:48:14'),(398,'[email protected]','Your appointment information','<p>Dear Anka malatynska.</p>\n<p>This is a confirmation that you have booked Antioxidants IV push.</p>\n<p>We will be waiting for you at Waikiki Marriot room 2127 on July 30, 2022 at 4:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-07-30 12:48:19'),(399,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Antioxidants IV push<br />\nDate: July 30, 2022<br />\nTime: 4:00 pm<br />\nClient address: Waikiki Marriot room 2127<br />\nClient name: Anka malatynska<br />\nClient phone: +13104030796<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Anka malatynska <[email protected]>\"]','[]','new_booking','2022-07-30 12:48:23'),(400,'[email protected]','Your appointment information','<p>Dear Erin LaBorde.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Anti-Aging IV</td>\n<td>August 12, 2022</td>\n<td>11:00 am</td>\n<td>Michael Pasquale</td>\n<td>$300.00</td>\n<td>$75.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-08-11 20:47:44'),(401,'[email protected]','Your appointment information','<p>Dear Erin LaBorde.</p>\n<p>This is a confirmation that you have booked Anti-Aging IV.</p>\n<p>We will be waiting for you at 724 Kakala St 1901 Kapolei HI 96707 on August 12, 2022 at 11:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-08-11 20:47:47'),(402,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Anti-Aging IV<br />\nDate: August 12, 2022<br />\nTime: 11:00 am<br />\nClient address: 724 Kakala St 1901 Kapolei HI 96707<br />\nClient name: Erin LaBorde<br />\nClient phone: +16097139014<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Erin LaBorde <[email protected]>\"]','[]','new_booking','2022-08-11 20:47:51'),(403,'[email protected]','Your appointment information','<p>Dear Valerie Swift.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The Basic IV</td>\n<td>August 12, 2022</td>\n<td>8:00 am</td>\n<td>Michael Pasquale</td>\n<td>$275.00</td>\n<td>$68.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-08-12 06:54:43'),(404,'[email protected]','Your appointment information','<p>Dear Valerie Swift.</p>\n<p>This is a confirmation that you have booked The Basic IV.</p>\n<p>We will be waiting for you at 603 Kalolina St Kailua 96734 on August 12, 2022 at 8:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-08-12 06:54:49'),(405,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: The Basic IV<br />\nDate: August 12, 2022<br />\nTime: 8:00 am<br />\nClient address: 603 Kalolina St Kailua 96734<br />\nClient name: Valerie Swift<br />\nClient phone: +18083069811<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Valerie Swift <[email protected]>\"]','[]','new_booking','2022-08-12 06:54:54'),(406,'[email protected]','Your appointment information','<p>Dear Durai Guru.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</p>\n<ul>\n<li>Toradol Pain Medication</li>\n</ul>\n</td>\n<td>August 14, 2022</td>\n<td>7:00 am</td>\n<td>Michael Pasquale</td>\n<td>$355.00</td>\n<td>$88.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-08-14 00:37:11'),(407,'[email protected]','Your appointment information','<p>Dear Durai Guru.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 1777 Ala Moana Blvd, #702, Honolulu, HI 96815 on August 14, 2022 at 7:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-08-14 00:37:14'),(408,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: August 14, 2022<br />\nTime: 7:00 am<br />\nClient address: 1777 Ala Moana Blvd, #702, Honolulu, HI 96815<br />\nClient name: Durai Guru<br />\nClient phone: +12175208243<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Durai Guru <[email protected]>\"]','[]','new_booking','2022-08-14 00:37:18'),(409,'[email protected]','Your appointment information','<p>Dear Anthony Dructor.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</td>\n<td>August 22, 2022</td>\n<td>9:00 am</td>\n<td>Michael Pasquale</td>\n<td>$325.00</td>\n<td>$81.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-08-21 22:35:03'),(410,'[email protected]','Your appointment information','<p>Dear Anthony Dructor.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 44-727 Puamohala st, Honolulu hi 96744 on August 22, 2022 at 9:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-08-21 22:35:06'),(411,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: August 22, 2022<br />\nTime: 9:00 am<br />\nClient address: 44-727 Puamohala st, Honolulu hi 96744<br />\nClient name: Anthony Dructor<br />\nClient phone: +12094010145<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Anthony Dructor <[email protected]>\"]','[]','new_booking','2022-08-21 22:35:10'),(412,'[email protected]','Your appointment information','<p>Dear Josanne Pedro.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</p>\n<ul>\n<li>Extra Fluid (+500cc)</li>\n</ul>\n</td>\n<td>August 24, 2022</td>\n<td>10:00 am</td>\n<td>Michael Pasquale</td>\n<td>$400.00</td>\n<td>$100.00 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-08-23 20:30:28'),(413,'[email protected]','Your appointment information','<p>Dear Josanne Pedro.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 450-C Kawainui Street, Kailua, HI 96734 on August 24, 2022 at 10:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-08-23 20:30:31'),(414,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: August 24, 2022<br />\nTime: 10:00 am<br />\nClient address: 450-C Kawainui Street, Kailua, HI 96734<br />\nClient name: Josanne Pedro<br />\nClient phone: +18084791931<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Josanne Pedro <[email protected]>\"]','[]','new_booking','2022-08-23 20:30:35'),(415,'[email protected]','Your appointment information','<p>Dear Janell Bright.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Hangover IV - Standard</p>\n<ul>\n<li>Zofran Anti Nausea Medication</li>\n</ul>\n</td>\n<td>August 25, 2022</td>\n<td>8:00 am</td>\n<td>Michael Pasquale</td>\n<td>$355.00</td>\n<td>$88.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-08-25 06:43:50'),(416,'[email protected]','Your appointment information','<p>Dear Janell Bright.</p>\n<p>This is a confirmation that you have booked Hangover IV - Standard.</p>\n<p>We will be waiting for you at 78-261 Manukai St. 3004, Kailua, Kona, HI, 96740 on August 25, 2022 at 8:00 am.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-08-25 06:43:56'),(417,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Hangover IV - Standard<br />\nDate: August 25, 2022<br />\nTime: 8:00 am<br />\nClient address: 78-261 Manukai St. 3004, Kailua, Kona, HI, 96740<br />\nClient name: Janell Bright<br />\nClient phone: +17403509891<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Janell Bright <[email protected]>\"]','[]','new_booking','2022-08-25 06:44:01'),(418,'[email protected]','Your appointment information','<p>Dear Ruby Waitkevich.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Myers\' Cocktail (250cc)</td>\n<td>August 29, 2022</td>\n<td>6:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$350.00</td>\n<td>$87.50 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-08-29 16:19:27'),(419,'[email protected]','Your appointment information','<p>Dear Ruby Waitkevich.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 2085 Ala Wai Blvd apt. 172 on August 29, 2022 at 6:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-08-29 16:19:33'),(420,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: August 29, 2022<br />\nTime: 6:00 pm<br />\nClient address: 2085 Ala Wai Blvd apt. 172<br />\nClient name: Ruby Waitkevich<br />\nClient phone: +15089810424<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Ruby Waitkevich <[email protected]>\"]','[]','new_booking','2022-08-29 16:19:38'),(421,'[email protected]','Your appointment information','<p>Dear Corbett & Tristyn Kalama.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>Extra Fluid (+500cc)</li>\n<li>50 mg NAD Nicotinic Adenosine Dinucleotide</li>\n</ul>\n</td>\n<td>September 9, 2022</td>\n<td>2:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$525.00</td>\n<td>$131.25 (25%)</td>\n</tr>\n<tr>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>Extra Fluid (+500cc)</li>\n<li>50 mg NAD Nicotinic Adenosine Dinucleotide</li>\n</ul>\n</td>\n<td>September 9, 2022</td>\n<td>3:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$525.00</td>\n<td>$131.25 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-09-07 17:16:13'),(422,'[email protected]','Your appointment information','<p>Dear Corbett & Tristyn Kalama.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 527 Iliaina Street on September 9, 2022 at 2:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-09-07 17:16:16'),(423,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: September 9, 2022<br />\nTime: 2:00 pm<br />\nClient address: 527 Iliaina Street<br />\nClient name: Corbett & Tristyn Kalama<br />\nClient phone: +18087549876<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Corbett & Tristyn Kalama <[email protected]>\"]','[]','new_booking','2022-09-07 17:16:20'),(424,'[email protected]','Your appointment information','<p>Dear Corbett & Tristyn Kalama.</p>\n<p>This is a confirmation that you have booked Myers\' Cocktail (250cc).</p>\n<p>We will be waiting for you at 527 Iliaina Street on September 9, 2022 at 3:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-09-07 17:16:25'),(425,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: Myers\' Cocktail (250cc)<br />\nDate: September 9, 2022<br />\nTime: 3:00 pm<br />\nClient address: 527 Iliaina Street<br />\nClient name: Corbett & Tristyn Kalama<br />\nClient phone: +18087549876<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: Corbett & Tristyn Kalama <[email protected]>\"]','[]','new_booking','2022-09-07 17:16:29'),(426,'[email protected]','Your appointment information','<p>Dear John Ring.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<th>IV Treatment</th>\n<th>Date</th>\n<th>Time</th>\n<th>Employee</th>\n<th>Price</th>\n<th>Deposit</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>The Basic IV</td>\n<td>September 8, 2022</td>\n<td>3:00 pm</td>\n<td>Michael Pasquale</td>\n<td>$275.00</td>\n<td>$68.75 (25%)</td>\n</tr>\n</tbody>\n</table>\n<p>Thank you for choosing our company.</p>\n<p>Mobile IV Hawaii <br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking_combined','2022-09-08 12:28:37'),(427,'[email protected]','Your appointment information','<p>Dear John Ring.</p>\n<p>This is a confirmation that you have booked The Basic IV.</p>\n<p>We will be waiting for you at Aston Waikiki Sunset 229 Paoakalani Ave unit #3207 on September 8, 2022 at 3:00 pm.</p>\n<p>Thank you for choosing Mobile IV Hawaii.</p>\n<p>Mobile IV Hawaii<br />\n1-808-731-8080<br />\nhttps://www.mobileivhawaii.com</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','new_booking','2022-09-08 12:28:39'),(428,'[email protected]','New booking information','<p>Hello.</p>\n<p>You have a new booking.</p>\n<p>Service: The Basic IV<br />\nDate: September 8, 2022<br />\nTime: 3:00 pm<br />\nClient address: Aston Waikiki Sunset 229 Paoakalani Ave unit #3207<br />\nClient name: John Ring<br />\nClient phone: +17026822488<br />\nClient email: [email protected]</p>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\",\"Reply-To: John Ring <[email protected]>\"]','[]','new_booking','2022-09-08 12:28:43'),(429,'[email protected]','Your agenda for September 9, 2022','<p>Hello.</p>\n<p>Your agenda for tomorrow is:</p>\n<table cellspacing=\"1\" border=\"1\" cellpadding=\"5\">\n<thead>\n<tr>\n<td>Time</td>\n<td>Service</td>\n<td>Customer</td>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>2:00 pm-3:00 pm</td>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>Extra Fluid (+500cc)</li>\n<li>50 mg NAD Nicotinic Adenosine Dinucleotide</li>\n</ul>\n</td>\n<td>Corbett & Tristyn Kalama</td>\n</tr>\n<tr>\n<td>3:00 pm-4:00 pm</td>\n<td>Myers\' Cocktail (250cc)</p>\n<ul>\n<li>Extra Fluid (+500cc)</li>\n<li>50 mg NAD Nicotinic Adenosine Dinucleotide</li>\n</ul>\n</td>\n<td>Corbett & Tristyn Kalama</td>\n</tr>\n</tbody>\n</table>\n','[\"Content-Type: text\\/html; charset=utf-8\",\"From: Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii <[email protected]>\"]','[]','staff_day_agenda','2022-09-08 18:53:42');
/*!40000 ALTER TABLE `wp_bookly_email_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bookly_forms`
--

DROP TABLE IF EXISTS `wp_bookly_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_forms` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type` enum('search-form','services-form') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'search-form',
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `custom_css` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` datetime NOT 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_bookly_forms`
--

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

--
-- Table structure for table `wp_bookly_holidays`
--

DROP TABLE IF EXISTS `wp_bookly_holidays`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_holidays` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `staff_id` int(10) unsigned DEFAULT NULL,
  `parent_id` int(10) unsigned DEFAULT NULL,
  `date` date NOT NULL,
  `repeat_event` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `staff_id` (`staff_id`),
  CONSTRAINT `wp_bookly_holidays_ibfk_1` FOREIGN KEY (`staff_id`) REFERENCES `wp_bookly_staff` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_holidays`
--

LOCK TABLES `wp_bookly_holidays` WRITE;
/*!40000 ALTER TABLE `wp_bookly_holidays` DISABLE KEYS */;
INSERT INTO `wp_bookly_holidays` VALUES (1,5,NULL,'2021-09-01',0),(2,5,NULL,'2021-09-02',0),(3,5,NULL,'2021-09-03',0),(4,5,NULL,'2021-09-04',0),(5,5,NULL,'2021-09-05',0),(9,5,NULL,'2021-12-25',1),(10,5,NULL,'2021-12-26',1);
/*!40000 ALTER TABLE `wp_bookly_holidays` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bookly_log`
--

DROP TABLE IF EXISTS `wp_bookly_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_log` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `action` enum('create','update','delete','error') COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `target` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `target_id` int(10) unsigned DEFAULT NULL,
  `author` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `details` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `ref` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_log`
--

LOCK TABLES `wp_bookly_log` WRITE;
/*!40000 ALTER TABLE `wp_bookly_log` DISABLE KEYS */;
INSERT INTO `wp_bookly_log` VALUES (1,'error','/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Settings/Option/OptionIntegration.php:36',NULL,'tech1','Uncaught Error: Call to undefined method WebpConverter\\Settings\\Option\\SupportedExtensionsOption::get_available_values() in /home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Settings/Option/OptionIntegration.php:36\nStack trace:\n#0 /home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Settings/PluginOptions.php(37): WebpConverter\\Settings\\Option\\OptionIntegration->get_option_data()\n#1 /home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Settings/PluginOptions.php(52): WebpConverter\\Settings\\PluginOptions->get_options()\n#2 /home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/PluginData.php(44): WebpConverter\\Settings\\PluginOptions->get_values()\n#3 /home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Conversion/Cron/CronEventGenerator.php(52): WebpConverter\\PluginData->get_plugin_settings()\n#4 /home/mobileivhawaii/www/wp-includes/class-wp-hook.php(307): WebpConverter\\Conversion\\Cron\\CronEventGenerator->add_cron_',NULL,'Last occurrence: 2022-09-08 12:18:59','2022-09-08 12:18:59');
/*!40000 ALTER TABLE `wp_bookly_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bookly_mailing_campaigns`
--

DROP TABLE IF EXISTS `wp_bookly_mailing_campaigns`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_mailing_campaigns` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `mailing_list_id` int(10) unsigned DEFAULT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `text` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state` enum('pending','in-progress','completed','canceled') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `send_at` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mailing_list_id` (`mailing_list_id`),
  CONSTRAINT `wp_bookly_mailing_campaigns_ibfk_1` FOREIGN KEY (`mailing_list_id`) REFERENCES `wp_bookly_mailing_lists` (`id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_mailing_campaigns`
--

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

--
-- Table structure for table `wp_bookly_mailing_list_recipients`
--

DROP TABLE IF EXISTS `wp_bookly_mailing_list_recipients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_mailing_list_recipients` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `mailing_list_id` int(10) unsigned NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mailing_list_id` (`mailing_list_id`),
  CONSTRAINT `wp_bookly_mailing_list_recipients_ibfk_1` FOREIGN KEY (`mailing_list_id`) REFERENCES `wp_bookly_mailing_lists` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_mailing_list_recipients`
--

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

--
-- Table structure for table `wp_bookly_mailing_lists`
--

DROP TABLE IF EXISTS `wp_bookly_mailing_lists`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_mailing_lists` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci 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_bookly_mailing_lists`
--

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

--
-- Table structure for table `wp_bookly_mailing_queue`
--

DROP TABLE IF EXISTS `wp_bookly_mailing_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_mailing_queue` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `phone` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `text` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `sent` tinyint(1) DEFAULT 0,
  `campaign_id` int(11) NOT NULL DEFAULT 0,
  `created_at` datetime NOT 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_bookly_mailing_queue`
--

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

--
-- Table structure for table `wp_bookly_messages`
--

DROP TABLE IF EXISTS `wp_bookly_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_messages` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `message_id` int(10) unsigned NOT NULL,
  `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `subject` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `body` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `seen` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_messages`
--

LOCK TABLES `wp_bookly_messages` WRITE;
/*!40000 ALTER TABLE `wp_bookly_messages` DISABLE KEYS */;
INSERT INTO `wp_bookly_messages` VALUES (1,42,'simple','Save 50% on Bookly Service Extras add-on by taking an advantage of Bookly Weekly Offer!','<p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Hi there</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Take advantage of Bookly Weekly Offer and get the Service Extras (Add-on) for Bookly at just $24.</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Here’s what you’ll get:</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">– Ability to deliver greater value;</span></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">– Ability to maximize the amount that customers spends per booking;</span></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">– Ability to create and bind extra items to your services;</span></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">– Ability to affect the length and price of the appointment.</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">This offer is time-limited and will expire on 17 November 2019.</span></p><p><br></p><p><a href=\"https://1.envato.market/kXK1v\" data-mce-href=\"https://1.envato.market/kXK1v\" target=\"_blank\" rel=\"noopener\">GET YOUR DISCOUNT RIGHT NOW!</a></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Want more? Check out a full list of </span><a href=\"https://1.envato.market/M1L62\" data-mce-href=\"https://1.envato.market/M1L62\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">our add-ons</span></a><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"> and discover the options they provide.</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Best regards,</span></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Bookly Team</span></p>',1,'2019-11-12 11:53:27'),(2,46,'simple','Save 50% on Bookly Invoices add-on by taking an advantage of Bookly Weekly Offer!','<p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Hi</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Do not miss Bookly Weekly Offer and get the Invoices (Add-on) for Bookly at just $19.</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Here’s what you’ll get:</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">– Ability to auto generate invoices from Bookly admin panel;</span></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">– Ability to customize an invoice template to match your branding;</span></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">– Ability to specify data included in the invoice;</span></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">– Ability to send invoices via email or include links in your SMS notifications;</span></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">– Ability to view, filter and download generated invoices as PDF documents.</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">This offer is time-limited and will expire on 24 November 2019.</span></p><p><br></p><p><a href=\"https://codecanyon.net/item/bookly-invoices-addon/21841856?ref=Ladela&amp;utm_source=Customers_WP_Admin&amp;utm_medium=Direct_Message&amp;utm_campaign=weekly_offer_invoices\" data-mce-href=\"https://codecanyon.net/item/bookly-invoices-addon/21841856?ref=Ladela&amp;utm_source=Customers_WP_Admin&amp;utm_medium=Direct_Message&amp;utm_campaign=weekly_offer_invoices\"><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">GET YOUR DISCOUNT RIGHT NOW</span></a></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Want more? Check out a full list of </span><a href=\"https://1.envato.market/M1L62\" data-mce-href=\"https://1.envato.market/M1L62\"><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">our add-ons</span></a><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"> and discover the options they provide.</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Best regards,</span></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Bookly Team</span></p>',1,'2019-11-19 11:53:26'),(3,50,'simple','Save 50% on Bookly Special Hours add-on by taking an advantage of Bookly Weekly Offer!','<p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Dear user,</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Only this week, get 50% discount on Bookly Special Hours (Add-on) and purchase it at just $14 with the Bookly Weekly Offer.</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Here’s what you’ll get:</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">– Ability to take advantage of flexible pricing within provider’s schedule;</span></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">–&nbsp;Ability to set special service rates for appointments at specific hours during the day for each employee separately.</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">This offer is time-limited and will expire on 1 December 2019.</span></p><p><br></p><p><a href=\"https://1.envato.market/special-hours-weekly\" data-mce-href=\"https://1.envato.market/special-hours-weekly\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">GET YOUR DISCOUNT RIGHT NOW</span></a></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Want more? Check out a full list of </span><a href=\"https://1.envato.market/M1L62\" data-mce-href=\"https://1.envato.market/M1L62\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">our add-ons</span></a><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"> and discover the options they provide.</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Best regards,</span></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Bookly Team</span></p>',1,'2019-11-25 11:53:26'),(4,53,'simple','Save 50% on Bookly Custom Duration add-on by taking an advantage of Bookly Weekly Offer!!!','<p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Dear user,</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Enjoy 50% off on Bookly Custom Duration (Add-on) with the Bookly Weekly Offer. Don’t miss a chance to get the plugin at just $14.</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Here’s what you’ll get:</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">– Create services with flexible duration;</span></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">– Let customers decide on the appointment duration;</span></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">– Automatic price calculation.</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">This offer is time-limited and will expire on 8 December 2019.</span></p><p><br></p><p><a href=\"https://1.envato.market/custom-duration-weekly\" data-mce-href=\"https://1.envato.market/custom-duration-weekly\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">GET YOUR DISCOUNT RIGHT NOW</span></a></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Want more? Check out a full list of </span><a href=\"https://1.envato.market/M1L62\" data-mce-href=\"https://1.envato.market/M1L62\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">our add-ons</span></a><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"> and discover the options they provide.</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Best regards,</span></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Bookly Team</span></p>',1,'2019-12-02 11:53:27'),(5,56,'simple','Save 50% on Bookly Packages add-on by taking advantage of Bookly Weekly Offer!','<p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Dear user,</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">This week only! Don’t miss a chance to take advantage of Bookly Weekly Offer and purchase Bookly Packages (Add-on) with 50% discount at just $14.</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Here’s what you’ll get:</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">– Ability to create package deals to increase sales;</span></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">– Ability to set a validity period for each package separately;</span></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">– Ability for clients to manage all services in a package on their personal user account.</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">This offer is time-limited and will expire on 15 December 2019.</span></p><p><br></p><p><a data-mce-href=\"https://1.envato.market/packages-weekly\" href=\"https://1.envato.market/packages-weekly\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">GET YOUR DISCOUNT RIGHT NOW</span></a></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Want more? Check out a full list of </span><a href=\"https://1.envato.market/M1L62\" data-mce-href=\"https://1.envato.market/M1L62\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">our add-ons</span></a><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"> and discover the options they provide.</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Best regards,</span></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Bookly Team</span></p>',1,'2019-12-09 11:53:26'),(6,58,'simple','Save 50% on Bookly Multiply Appointments add-on by taking advantage of Bookly Weekly Offer!','<p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Dear user,</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">It’s time to take advantage of the Bookly Weekly Offer! The Bookly Multiply Appointments (Add-on) is already available for sale with a 50% discount at just $14.</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Here’s what you’ll get:</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">– Your customers can book back to back sessions of the same service;</span></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">–&nbsp;Your clients will be able to change the default appointment duration in case they require extra time;</span></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">–&nbsp;Bookly will add all consecutive bookings to your calendar as separate appointments.</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">&nbsp;This offer is time-limited and will expire on 22 December 2019.</span></p><p><br></p><p><a data-mce-href=\"https://1.envato.market/multiply-appointments-weekly\" href=\"https://1.envato.market/multiply-appointments-weekly\" target=\"_blank\" rel=\"noopener\" title=\"Multiply Appointments add-on\"><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">GET YOUR DISCOUNT RIGHT NOW</span></a></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Want more? Check out a full list of </span><a href=\"https://1.envato.market/M1L62\" data-mce-href=\"https://1.envato.market/M1L62\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">our add-ons</span></a><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"> and discover the options they provide.</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Best regards,</span></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Bookly Team</span></p>',1,'2019-12-16 11:53:26'),(7,61,'simple','Save 50% on Bookly Custom Fields add-on by taking advantage of Bookly Weekly Offer!','<p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Dear user,</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Don’t miss your chance to get advanced functionality with 50% discount and purchase the Bookly Custom Fields (add-on) at just $24!</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Here’s what you’ll get:</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">–&nbsp;Ability to add various types of custom fields to the Details step of your Bookly booking form;</span></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">–&nbsp;Ability to create as many questions as you need;</span></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">–&nbsp;Ability to make custom fields required or optional.</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Include custom questions into your booking form to get all necessary extra information from your clients.</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">&nbsp;This offer is time-limited and will expire on 29 December 2019.</span></p><p><br></p><p><a data-mce-href=\"https://1.envato.market/oD0qo\" href=\"https://1.envato.market/oD0qo\" target=\"_blank\" rel=\"noopener\" title=\"Custom Fields Add-on\"><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">GET YOUR DISCOUNT RIGHT NOW</span></a></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Want more? Check out a full list of </span><a href=\"https://1.envato.market/M1L62\" data-mce-href=\"https://1.envato.market/M1L62\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">our add-ons</span></a><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"> and discover the options they provide.</span></p><p><br></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Best regards,</span></p><p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">Bookly Team</span></p>',1,'2019-12-23 11:53:27'),(8,66,'simple','Upcoming changes to PHP version requirements. Action required.','<p class=\"p1\">Hi there,</p><p class=\"p1\"><br></p><p class=\"p1\">We’re reaching out to let you know that very soon Bookly will no longer function on PHP 5.3.7, because old PHP or MySQL versions have reached official End Of Life and&nbsp;may expose your site to security vulnerabilities.</p><p class=\"p2\"><br></p><p class=\"p1\">WordPress now requires a minimum of PHP 5.6.20 and MySQL 5.0.</p><p class=\"p1\">The minimum versions supported by Bookly will also&nbsp;be<span>&nbsp;</span><strong>PHP 5.6.20</strong><span>&nbsp;</span>and<span>&nbsp;</span><strong>MySQL 5.0</strong>.<br></p><p class=\"p1\"><br></p><p class=\"p1\">Newer versions of PHP are both faster and more secure, so updating will have a positive effect on your site’s performance. PHP version is set at the server-level by your hosting company, so we recommend you to check which version of PHP currently powers your WordPress site and, if necessary, contact your host to find more information on how to update PHP.</p><p class=\"p1\"><br></p><p class=\"p1\">You can find additional details here:</p><p class=\"p1\"><a data-mce-href=\"https://wordpress.org/about/requirements/\" href=\"https://wordpress.org/about/requirements/\">WordPress technical requirements</a></p><p class=\"p1\"><a data-mce-href=\"https://wordpress.org/support/update-php/\" href=\"https://wordpress.org/support/update-php/\">How to update your website’s PHP version</a></p><p class=\"p1\"><a data-mce-href=\"https://wordpress.org/about/stats/\" href=\"https://wordpress.org/about/stats/\">WordPress stats including PHP and MySQL versions</a></p><p class=\"p2\"><br></p><p class=\"p1\">Sincerely,</p><p class=\"p1\">Bookly team</p>',1,'2020-03-11 11:53:26'),(9,69,'simple','Save 30% on Bookly PRO during Envato\'s Birthday Sale 2021!','<p>Bookly PRO is featured in the Envato\'s Birthday Sale –&nbsp;get the premium version at 30% off (now $62). Promotional price ends at 2am (UTC) on Friday 27 August 2021.</p><p><span>Save Now → <a href=\"https://bit.ly/2J80RKr?fbclid=IwAR1p42V81GpD3MVUVFy7C9EoPISDtv7reis1VyqKFIMH8Xd9PhqzxmnNgqM\" data-mce-href=\"https://bit.ly/2J80RKr?fbclid=IwAR1p42V81GpD3MVUVFy7C9EoPISDtv7reis1VyqKFIMH8Xd9PhqzxmnNgqM\">http://bit.ly/2J80RKr</a></span></p><p><br></p><p>Sincerely,</p><p>Bookly Team</p>',1,'2021-08-23 11:53:45');
/*!40000 ALTER TABLE `wp_bookly_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bookly_news`
--

DROP TABLE IF EXISTS `wp_bookly_news`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_news` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `news_id` int(10) unsigned NOT NULL,
  `title` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `media_type` enum('image','youtube') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'image',
  `media_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `text` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `button_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `button_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `seen` tinyint(1) NOT NULL DEFAULT 0,
  `updated_at` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=70 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_news`
--

LOCK TABLES `wp_bookly_news` WRITE;
/*!40000 ALTER TABLE `wp_bookly_news` DISABLE KEYS */;
INSERT INTO `wp_bookly_news` VALUES (1,1,' How to promote best selling services with Bookly','image','https://www.booking-wp-plugin.com/wp-content/uploads/2021/09/how-promote-best-selling-services-bookly-banner-756.jpg','<p><span>While Bookly is an appointment scheduling plugin that allows you to automate your online reservation system, some of its features can be used as a great way to gain customers’ interest in the services you want to promote. From this article, you’ll find out which Bookly items and built-in features you can use to better sell your services.</span></p>','https://www.booking-wp-plugin.com/promote-best-selling-services-bookly/','Read more',1,'2021-09-20 19:02:23','2021-09-20 19:02:23'),(2,2,' Mistakes every Bookly beginner should avoid','image','https://www.booking-wp-plugin.com/wp-content/uploads/2021/09/mistakes-every-bookly-beginner-should-avoid-banner-756.jpg','<p><span>Bookly admin panel is very intuitive and user-friendly. Thanks to its clean and simple design, even a WP beginner can</span><span>&nbsp;</span>set up Bookly<span>&nbsp;</span><span>without problems. We know you probably want to get started with online bookings on your website as quickly as possible and with almost no effort, so we’ve gathered the most common mistakes to avoid when you start using Bookly.</span></p>','https://www.booking-wp-plugin.com/mistakes-every-bookly-beginner-avoid/','Read more',1,'2021-09-20 19:05:05','2021-09-20 19:05:05'),(3,3,'What’s the difference between Service Schedule (Add-on) & Special Days (Add-on)','image','https://www.booking-wp-plugin.com/wp-content/uploads/2021/09/difference-between-service-schedule-addon-and-special-days-addon-banner.jpg','<p><span>Add-ons for Bookly have been created to add more advanced functionality to the default configuration of your Bookly PRO. If you have doubts about which extension is best for you, here’s a quick overview of the Service Schedule (Add-on) and Special Days (Add-on) for Bookly.</span></p>','https://www.booking-wp-plugin.com/whats-difference-service-schedule-add-special-days-add/','Read more',1,'2021-09-20 19:07:00','2021-09-20 19:07:00'),(4,4,' New version release. See what’s new in Bookly PRO 4.2.','image','https://www.booking-wp-plugin.com/wp-content/uploads/2021/09/Bookly-PRO-4.2-release.jpg','<p><span style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\">In this new update, we’ve added new features, fixed errors, and generally made some improvements to make your Bookly experience better.&nbsp;<span>Here’s the list of the most important updates included in&nbsp;</span><b>Bookly PRO version 4.2</b><span>.</span></span></p>','https://www.booking-wp-plugin.com/bookly-pro-v4-2/','Read more',1,'2021-09-21 06:53:14','2021-09-21 06:53:14'),(5,5,'New video: How to manage Services in Bookly PRO','youtube','https://www.youtube.com/embed/WCu_g3pHXa8','<p>In this video, you will learn how to set up services and categories in Bookly PRO. Settings are available in the Services section in Bookly menu. For more details, visit&nbsp;our <a data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/212176289-Services\" href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/212176289-Services\" target=\"_blank\" rel=\"noopener\">help center</a> and check other video tutorials to learn the basics and get the most out of Bookly.</p>','https://www.youtube.com/watch?v=WCu_g3pHXa8','Watch on Youtube',1,'2021-09-28 07:52:26','2021-09-28 07:52:26'),(6,6,' How to check the full history of customer’s bookings','image','https://www.booking-wp-plugin.com/wp-content/uploads/2021/09/check-full-history-of-customers-bookings-banner-756.jpg','<p><span>It is very important to be able to view the full history of appointments made by each customer. This information will keep you updated about how many times a client has booked with you or cancelled the appointment, what kind of services they prefer, and which staff members they usually choose for their visit.</span></p>','https://www.booking-wp-plugin.com/check-full-history-customers-bookings/','Read more',1,'2021-09-30 07:40:51','2021-09-30 07:40:51'),(7,7,'New video: How to manage Staff Members in Bookly PRO','youtube','https://www.youtube.com/embed/v-ULkUau38o','<p><span>Find out how to set up and manage staff members in Bookly PRO. Settings are available in the Staff Members section in Bookly menu. For more details, visit&nbsp;our&nbsp;</span><a href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/212177569-Staff\" data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/212177569-Staff\">help center</a><span>&nbsp;and check other video tutorials to learn the basics and get the most out of Bookly.</span></p>','https://www.youtube.com/watch?v=v-ULkUau38o','Watch on Youtube',1,'2021-10-01 08:22:19','2021-10-01 08:22:19'),(8,8,'New video: How to customize the look of your Bookly booking form','youtube','https://www.youtube.com/embed/Lyt5qHqjpCY','<p><span>Learn how to&nbsp;</span><span>make the booking form fit right into your site and branding</span><span>. Settings are available in the Appearance section in Bookly menu. For more details, visit&nbsp;our&nbsp;</span><a href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/212178149-Booking-Form-Look-Feel\" data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/212178149-Booking-Form-Look-Feel\" target=\"_blank\" rel=\"noopener\">help center</a><span>&nbsp;and check other video tutorials to learn the basics and get the most out of Bookly.</span></p>','https://www.youtube.com/watch?v=Lyt5qHqjpCY','Watch on Youtube',1,'2021-10-05 13:35:02','2021-10-05 13:35:02'),(9,9,' 3 ways to cancel an appointment for your customers','image','https://www.booking-wp-plugin.com/wp-content/uploads/2021/10/3-ways-to-cancel-appointment-for-your-customers-banner-756.jpg','<p><span>Missed appointments cost your staff members money and waste precious time which could be spent on other customers. Fortunately, the cancellation process with Bookly PRO is very easy and handy. This article explains how to provide your customers with a cancellation link, so you’re notified in advance about the free time slot in your timetable.</span></p>','https://www.booking-wp-plugin.com/3-ways-cancel-appointment-customers/','Read more',1,'2021-10-07 10:12:10','2021-10-07 10:12:10'),(10,10,'New video: How to send automated SMS Notifications in Bookly','youtube','https://www.youtube.com/embed/9uQ6LtaJj_k','<p><span>Using the automated Bookly SMS reminder service, you can send personalized text messages to notify your employees and clients regarding upcoming or updated appointments. This video will show you how to quickly set up this feature in Bookly. For more details, visit our <a data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/sections/202868045-Email-Text-Message-Notifications\" href=\"https://support.booking-wp-plugin.com/hc/en-us/sections/202868045-Email-Text-Message-Notifications\" target=\"_blank\" rel=\"noopener\">help center</a>.</span></p>','https://www.youtube.com/watch?v=9uQ6LtaJj_k','Watch on Youtube',1,'2021-10-11 08:28:11','2021-10-11 08:28:11'),(11,11,'How to let clients book in their timezone','image','https://www.booking-wp-plugin.com/wp-content/uploads/2021/10/let-clients-book-in-their-timezone-banner-756.jpg','<p><span>Bookly strives to offer convenience to your clients, so it works perfectly for handling international appointments. If you and your customers live in different time zones, Bookly can show the online booking form to your clients converted to their local time.</span></p>','https://www.booking-wp-plugin.com/let-clients-book-timezone/','Read more',1,'2021-10-14 07:31:52','2021-10-14 07:31:52'),(12,12,'New version release. See what’s new in Bookly PRO 4.3.','image','https://www.booking-wp-plugin.com/wp-content/uploads/2021/10/Bookly-PRO-4.3-release.jpg','<p><span>With every new version, we release new features that will definitely improve your Bookly experience. Thank you for sharing your suggestions with us – we love helping you and your business grow and succeed!&nbsp;Here’s the list of the most important updates included in <strong>Bookly PRO version 4.3</strong>.</span></p>','https://www.booking-wp-plugin.com/bookly-pro-v4-3/','Read more',1,'2021-10-18 08:22:17','2021-10-18 08:22:17'),(13,13,'New video: General Settings in Bookly PRO','youtube','https://www.youtube.com/embed/qbxOU5OOjcc','<p><span>This video will walk you through the main Bookly PRO settings and options which you have to set up before publishing the booking form on your website.&nbsp;For more details, visit our <a data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/categories/200390551-Documentation\" href=\"https://support.booking-wp-plugin.com/hc/en-us/categories/200390551-Documentation\" target=\"_blank\" rel=\"noopener\">help center</a>&nbsp;and check other video tutorials to learn the basics and get the most out of Bookly.</span></p>','https://www.youtube.com/watch?v=qbxOU5OOjcc','Watch on Youtube',1,'2021-10-21 08:56:39','2021-10-21 08:56:39'),(14,14,' What’s the difference between Custom Fields (Add-on) & Customer Information (Add-on)','image','https://www.booking-wp-plugin.com/wp-content/uploads/2021/10/difference-between-custom-fields-addon-and-customer-information-addon-banner.jpg','<p><span>Add-ons for Bookly have been created to add more advanced functionality to the default configuration of your Bookly PRO. If you have doubts about which extension is best for you, here’s a quick overview of the Custom Fields (Add-on) and Customer Information (Add-on) for Bookly.</span></p>','https://www.booking-wp-plugin.com/whats-difference-custom-fields-add-customer-information-add/','Read more',1,'2021-10-26 07:21:39','2021-10-26 07:21:39'),(15,15,'New video: Bookly PRO initial setup','youtube','https://www.youtube.com/embed/OgsQ8CM3Gq0','<p><span>The initial steps you should take to quickly start using Bookly: create your first service, a staff member, and add the Bookly booking form on your website. For further setup, we recommend you to check&nbsp;other <a data-mce-href=\"https://www.youtube.com/c/Bookly/videos\" href=\"https://www.youtube.com/c/Bookly/videos\" target=\"_blank\" rel=\"noopener\">video tutorials</a>&nbsp;about Bookly WordPress appointment plugin and visit our <a href=\"https://support.booking-wp-plugin.com/hc/en-us\" data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us\" target=\"_blank\" rel=\"noopener\">help center</a>.</span></p>','https://www.youtube.com/watch?v=OgsQ8CM3Gq0&list=PLuLhoBV-rlAagLXlILG_1KgjVSaMUju8i','Watch on Youtube',1,'2021-10-28 08:32:07','2021-10-28 08:32:07'),(16,16,'How to block a customer from making an appointment','image','https://www.booking-wp-plugin.com/wp-content/uploads/2021/11/block-customer-from-making-appointment-banner-756.jpg','<p>In some cases, you may want to restrict clients from making multiple appointments or even block someone from all future bookings. Bookly features will help you prevent unwanted reservations from problematic customers and have more control over who can book your services online.</p>','https://www.booking-wp-plugin.com/block-customer-making-appointment/','Read more',1,'2021-11-02 10:27:09','2021-11-02 10:27:09'),(17,17,'New video: How to set up and send automated Email Notifications in Bookly','youtube','https://www.youtube.com/embed/AqXiN73sGbc','<p><span>A quick video tutorial about creating personalized email notifications for your customers and staff members right from Bookly admin panel.&nbsp;For more details, visit our <a data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/sections/202868045-Email-Text-Message-Notifications\" href=\"https://support.booking-wp-plugin.com/hc/en-us/sections/202868045-Email-Text-Message-Notifications\" target=\"_blank\" rel=\"noopener\">help center</a>&nbsp;and check other <a data-mce-href=\"https://www.youtube.com/c/Bookly/videos\" href=\"https://www.youtube.com/c/Bookly/videos\" target=\"_blank\" rel=\"noopener\">videos</a>&nbsp;to learn the basics and get the most out of Bookly.</span></p>','https://www.youtube.com/watch?v=AqXiN73sGbc&list=PLuLhoBV-rlAagLXlILG_1KgjVSaMUju8i','Watch on Youtube',1,'2021-11-04 10:24:37','2021-11-04 10:24:37'),(18,18,'How to use resources in bookings','image','https://www.booking-wp-plugin.com/wp-content/uploads/2021/11/how-to-use-resources-in-bookings-banner-756.jpg','<p><span>Do you provide services that require some rooms, equipment, or things during the appointment?&nbsp;With Bookly features, you can create bookable resources.&nbsp;This article explains how to add resources to your bookings and have full control over their availability.</span></p>','https://www.booking-wp-plugin.com/use-resources-bookings/','Read more',1,'2021-11-11 10:25:09','2021-11-11 10:25:09'),(19,19,'New video: How to give online access to bookings for clients','youtube','https://www.youtube.com/embed/bQf_oayrPaM','<p><span>This video will show you how to let your customers view and edit bookings online&nbsp;</span><span>directly on your website.&nbsp;For more details, visit our&nbsp;<a data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/212455529-Online-Access-to-Bookings-for-Clients\" href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/212455529-Online-Access-to-Bookings-for-Clients\" target=\"_blank\" rel=\"noopener\">help center</a>&nbsp;and check other <a data-mce-href=\"https://www.youtube.com/c/Bookly/videos\" href=\"https://www.youtube.com/c/Bookly/videos\" target=\"_blank\" rel=\"noopener\">video tutorials</a>&nbsp;to learn the basics and get the most out of Bookly.</span></p>','https://www.youtube.com/watch?v=bQf_oayrPaM&list=PLuLhoBV-rlAZpUnQgHJkMBx1rCvQGQ6cK','Watch on Youtube',1,'2021-11-12 09:28:51','2021-11-12 09:28:51'),(20,20,'Appointment cancellation by staff – 3 options','image','https://www.booking-wp-plugin.com/wp-content/uploads/2021/11/Appointment-cancellation-by-staff-3-options-banner-756.jpg','<p><span>Whatever the reason, there are situations when your staff member cannot make an appointment and has no choice but to cancel a scheduled visit. This article describes a few different ways for your employees to cancel an appointment via Bookly.</span></p>','https://www.booking-wp-plugin.com/appointment-cancellation-staff-3-options/','Read more',1,'2021-11-17 09:42:50','2021-11-17 09:42:50'),(21,21,'New video: How to manage appointments in Bookly','youtube','https://www.youtube.com/embed/D7jPxQXngGM','<p><span>Dealing with an unlimited number of customer reservations from Bookly admin panel is very simple. This video describes how to view and manage your company workload effectively. For more details, visit our&nbsp;<a data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/212973145-Keep-Track-and-Edit-Appointments\" href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/212973145-Keep-Track-and-Edit-Appointments\" target=\"_blank\" rel=\"noopener\">help center</a>.</span></p>','https://www.youtube.com/watch?v=D7jPxQXngGM','Watch on Youtube',0,'2021-11-19 09:49:41','2021-11-19 09:49:41'),(22,22,'New version release. See what’s new in Bookly PRO 4.4.','image','https://www.booking-wp-plugin.com/wp-content/uploads/2021/11/Bookly-PRO-release-4.4-756.jpg','<p><span>Bookly is continually getting better to provide you with the most helpful features for your business. This update brings most-requested features, general improvements, and fixes to ensure that Bookly is working at its best.&nbsp;Check out the list of capabilities included in&nbsp;</span><strong>Bookly PRO version 4.4</strong><span>.</span></p>','https://www.booking-wp-plugin.com/bookly-pro-v4-4/','Read more',0,'2021-11-22 12:25:15','2021-11-22 12:25:15'),(23,23,'Introducing Bookly Mailchimp (Add-on)','image','https://images.booking-wp-plugin.com/main/products/Bookly-Mailchimp-integration.jpg','<p><span>We are happy to announce our new integration with&nbsp;</span><strong>Mailchimp&nbsp;</strong><span>– one of the most popular and flexible email marketing platforms that you can use for scheduling and </span><strong>automating your email campaigns</strong><span>. Once connected, you\'ll be able to&nbsp;automatically export client\'s contact information to your mailing list after an appointment is created via Bookly.</span></p>','https://codecanyon.net/item/bookly-mailchimp-addon/34925755?ref=ladela','Learn more',0,'2021-11-24 10:29:57','2021-11-24 10:29:57'),(24,24,'New video: How to set up and use custom fields in Bookly','youtube','https://www.youtube.com/embed/yRqrXj83eoY','<p><span>This video explains how</span><span>&nbsp;to add your own custom questions to the booking form with the <strong>Bookly Custom Fields (Add-on)</strong>.&nbsp;For more details, visit our <a data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/115003963514-Custom-Fields-add-on\" href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/115003963514-Custom-Fields-add-on\" target=\"_blank\" rel=\"noopener\">help center</a>&nbsp;and check other <a data-mce-href=\"https://www.youtube.com/c/Bookly/videos\" href=\"https://www.youtube.com/c/Bookly/videos\" target=\"_blank\" rel=\"noopener\">video tutorials</a>&nbsp;to learn the basics and get the most out of Bookly.</span></p>','https://youtu.be/yRqrXj83eoY','Watch on Youtube',0,'2021-11-26 08:21:57','2021-11-26 08:21:57'),(25,25,' How to never miss an appointment','image','https://www.booking-wp-plugin.com/wp-content/uploads/2021/11/how-to-never-miss-an-appointment-with-Bookly-756.jpg','<p><span>The last thing any business owner or service provider would want is to miss an appointment with a client. No matter how long is your booking list, Bookly will help you to efficiently control your company workload. With these recommendations, you will have no chance to forget or miss a scheduled meeting.</span></p>','https://www.booking-wp-plugin.com/never-miss-appointment-bookly/','Read more',0,'2021-11-30 08:06:35','2021-11-30 08:06:35'),(26,26,'New video: How to receive and manage online payments','youtube','https://www.youtube.com/embed/5WaXF4AeG-A','<p><span>There are&nbsp;more than </span><strong>10 payment gateways&nbsp;</strong><span>which can be integrated with Bookly PRO to help drive more customers from the booking plugin right to your door. Learn how to quickly enable a desired online payment option in Bookly settings. For more details, visit our&nbsp;</span><a href=\"https://support.booking-wp-plugin.com/hc/en-us/sections/202811029-Pricing-Payment\" data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/sections/202811029-Pricing-Payment\" target=\"_blank\" rel=\"noopener\">help center</a><span>.</span></p>','https://www.youtube.com/watch?v=5WaXF4AeG-A&list=PLuLhoBV-rlAagLXlILG_1KgjVSaMUju8i','Watch on Youtube',0,'2021-12-02 09:08:52','2021-12-02 09:08:52'),(27,27,'What’s the difference between Multiply Appointments (Add-on) & Custom Duration (Add-on)','image','https://www.booking-wp-plugin.com/wp-content/uploads/2021/12/difference-between-multiply-appointments-addon-and-custom-duration-addon-banner-756.jpg','<p><span>Add-ons for Bookly have been created to add more advanced functionality to the default configuration of your Bookly PRO. If you have doubts about which extension is best for you, here’s a detailed comparison of the Multiply Appointments (Add-on) and Custom Duration (Add-on) for Bookly.</span></p>','https://www.booking-wp-plugin.com/whats-difference-multiply-appointments-add-custom-duration-add/','Read more',0,'2021-12-07 09:19:54','2021-12-07 09:19:54'),(28,28,'New video: How to manage customer base in Bookly','youtube','https://www.youtube.com/embed/K53xCEIo8NQ','<p><span>With Bookly you get an unlimited, sortable and searchable customer list. But that’s not all. Learn how&nbsp;</span><span>Bookly allows you to effortlessly manage your customer base. For more details, visit our </span><a data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/sections/202869125-Manage-Clients\" href=\"https://support.booking-wp-plugin.com/hc/en-us/sections/202869125-Manage-Clients\" target=\"_blank\" rel=\"noopener\">help center</a><span>&nbsp;and&nbsp;check other </span><a href=\"https://www.youtube.com/c/Bookly/videos\" target=\"_blank\" rel=\"noopener\" data-mce-href=\"https://www.youtube.com/c/Bookly/videos\">video tutorials</a>&nbsp;<span>to learn the basics and get the most out of Bookly.</span></p>','https://www.youtube.com/watch?v=K53xCEIo8NQ&list=PLuLhoBV-rlAbu0MMy7yG8KeysVAEdBOcc','Watch on Youtube',0,'2021-12-09 09:28:31','2021-12-09 09:28:31'),(29,29,'Discontinued support for Internet Explorer 11','image','https://images.booking-wp-plugin.com/main/blog/Internet_Explorer_discontinued_support.jpg','<p><span>The Internet Explorer (IE) 11 desktop application </span><strong>will go out of support&nbsp;</strong><span>starting June 15, 2022. Bootstrap framework used for Bookly interface elements in the admin panel, </span><a href=\"https://blog.getbootstrap.com/2021/05/05/bootstrap-5/#browser-support\" target=\"_blank\" rel=\"noopener\" data-mce-href=\"https://blog.getbootstrap.com/2021/05/05/bootstrap-5/#browser-support\">stopped supporting IE since version 5.0</a>&nbsp;<span>and </span><a href=\"https://wordpress.org/news/2021/05/dropping-support-for-internet-explorer-11/\" data-mce-href=\"https://wordpress.org/news/2021/05/dropping-support-for-internet-explorer-11/\">WordPress no longer supports IE 11 starting from version 5.8</a><span>. If you are currently using IE 11, it is strongly recommended that you switch to a more modern browser.</span></p>','https://blogs.windows.com/windowsexperience/2021/05/19/the-future-of-internet-explorer-on-windows-10-is-in-microsoft-edge/','Read more',0,'2021-12-13 07:36:02','2021-12-13 07:36:02'),(30,30,'Top 5 automations to use in Bookly','image','https://www.booking-wp-plugin.com/wp-content/uploads/2021/12/Top-five-automations-to-use-in-Bookly-banner-756.jpg','<p><span>Bookly is known to be the most feature-rich online booking and scheduling plugin in the market.&nbsp;In this post, we’ll provide an overview of the top 5 Bookly automations that will help you to manage your administrative workload with ease and improve your efficiency.</span></p>','https://www.booking-wp-plugin.com/top-5-automations-use-bookly/','Read more',0,'2021-12-14 08:03:44','2021-12-14 08:03:44'),(31,31,'New video: How to extend client\'s profile in Bookly','youtube','https://www.youtube.com/embed/LvV2JDZV0uc','<p><span>This video explains how to add custom data to the client’s profile with the Bookly Customer Information (Add-on). All customer-related information will always be available for you with a couple of clicks in the Customers section.&nbsp;For more details, visit our&nbsp;<a href=\"https://support.booking-wp-plugin.com/hc/en-us/sections/202869125-Manage-Clients\" target=\"_blank\" rel=\"noopener\" data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/sections/202869125-Manage-Clients\">help center</a>&nbsp;and&nbsp;check other&nbsp;<a href=\"https://www.youtube.com/c/Bookly/videos\" target=\"_blank\" rel=\"noopener\" data-mce-href=\"https://www.youtube.com/c/Bookly/videos\">video tutorials</a>&nbsp;to learn the basics and get the most out of Bookly.</span></p>','https://youtu.be/LvV2JDZV0uc&list=PLuLhoBV-rlAagLXlILG_1KgjVSaMUju8i','Watch on Youtube',0,'2021-12-16 11:23:12','2021-12-16 11:23:12'),(32,32,'How to book appointments longer than 1 day','image','https://www.booking-wp-plugin.com/wp-content/uploads/2021/12/how-to-book-appointments-longer-than-one-day-banner-756.jpg','<p><span>Some companies provide services that last throughout the day or even take several days, such as all-day conferences, weekend educational courses, or multi-day guided tours. Depending on the specific type of business, there are several options for setting up and managing such appointments via Bookly.</span></p>','https://www.booking-wp-plugin.com/book-appointments-longer-1-day/','Read more',0,'2021-12-21 08:41:51','2021-12-21 08:41:51'),(33,33,'New video: How to accept group bookings','youtube','https://www.youtube.com/embed/Cmb1sxPFIMY','<p><span>With the Bookly Group Booking (Add-on) you can use a capacity option, so your customers will be able to specify the number of persons they’d like to book for. Learn how to determine&nbsp;individual settings for each&nbsp;service and employee separately.&nbsp;For more details, visit our <a data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/360000259594-Group-Booking-Add-on\" href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/360000259594-Group-Booking-Add-on\">help center</a>&nbsp;and check other <a data-mce-href=\"https://www.youtube.com/c/Bookly/videos\" href=\"https://www.youtube.com/c/Bookly/videos\">video tutorials</a>&nbsp;to learn the basics and get the most out of Bookly.</span></p>','https://www.youtube.com/watch?v=Cmb1sxPFIMY&list=PLuLhoBV-rlAZpUnQgHJkMBx1rCvQGQ6cK','Watch on Youtube',0,'2021-12-23 10:28:27','2021-12-23 10:28:27'),(34,34,'New version release. See what’s new in Bookly PRO 4.5.','image','https://www.booking-wp-plugin.com/wp-content/uploads/2021/12/Bookly-PRO-4.5-banner-756.jpg','<p><span>The end of the year brings new features that we’re very excited to share with you! We want you to have a great experience using Bookly items, so the new release, as usual, includes some of the most requested improvements, general enhancements, and bug fixes.</span></p>','https://www.booking-wp-plugin.com/bookly-pro-v4-5/','Read more',0,'2021-12-27 08:50:24','2021-12-27 08:50:24'),(35,35,'New video: How to limit the service availability','youtube','https://www.youtube.com/embed/8EEf0HbZwi0','<p><span>Learn how to limit the hours during the day when the service can be booked, and which options you have when both Service Schedule (Add-on) and Special Days (Add-on) are installed and activated.&nbsp;For more details, visit our <a data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/213850385-Services-Available-at-Limited-Hours-Service-Schedule-Add-on-\" href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/213850385-Services-Available-at-Limited-Hours-Service-Schedule-Add-on-\" target=\"_blank\" rel=\"noopener\">help center</a>&nbsp;and check other <a data-mce-href=\"https://www.youtube.com/c/Bookly/videos\" href=\"https://www.youtube.com/c/Bookly/videos\" target=\"_blank\" rel=\"noopener\">video tutorials</a>&nbsp;to learn the basics and get the most out of Bookly.</span></p>','https://www.youtube.com/watch?v=8EEf0HbZwi0&list=PLuLhoBV-rlAZpUnQgHJkMBx1rCvQGQ6cK','Watch on Youtube',0,'2021-12-30 15:25:12','2021-12-30 10:32:17'),(36,36,'How to create a separate booking page for each staff member','image','https://www.booking-wp-plugin.com/wp-content/uploads/2022/01/how-to-create-separate-booking-page-for-staff-member-banner-756.jpg','<p><span>If you want to invite your customers to an appointment with a certain staff member, you may want to create a custom booking page that includes staff details, featured services, information about special offers, etc. This article explains how to set up a personalized online booking form for your employee and provide your customers with a unique booking link.</span></p>','https://www.booking-wp-plugin.com/create-separate-booking-page/','Read more',0,'2022-01-04 09:32:50','2022-01-04 09:32:50'),(37,37,'New video: How to set up Staff Cabinet (Add-on) for Bookly','youtube','https://www.youtube.com/embed/awHddbbNOaw','<p><span>Personal Staff Cabinet for your employees enables them to view and manage the list of bookings, personal details, and schedules on the front end of your website. This video describes how to install and use it.&nbsp;For more details, visit our </span><a data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/115003349989\" href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/115003349989\" target=\"_blank\" rel=\"noopener\">help center</a>&nbsp;<span>and check other </span><a data-mce-href=\"https://www.youtube.com/c/Bookly/videos\" href=\"https://www.youtube.com/c/Bookly/videos\" target=\"_blank\" rel=\"noopener\">video tutorials</a>&nbsp;<span>to learn the basics and get the most out of Bookly.</span></p>','https://www.youtube.com/watch?v=awHddbbNOaw&list=PLuLhoBV-rlAZpUnQgHJkMBx1rCvQGQ6cK','Watch on Youtube',0,'2022-01-06 12:10:24','2022-01-06 12:08:42'),(38,38,'How to set specific booking days and times for a service','image','https://www.booking-wp-plugin.com/wp-content/uploads/2022/01/set-specific-booking-days-and-times-for-service-banner-756.jpg','<p><span>Some services may be available on a seasonal basis, during specific hours within a day, or on certain days only.&nbsp;</span><span>Bookly allows you to adjust the service availability without affecting the regular timetable of your staff.&nbsp;</span><span>From this article, you will learn how to set up a custom schedule for a service to make it bookable only on special days and times.</span></p>','https://www.booking-wp-plugin.com/set-specific-booking-days-times-service/','Read more',0,'2022-01-11 08:22:14','2022-01-11 08:22:07'),(39,39,'New video: How to add extras to your services','youtube','https://www.youtube.com/embed/z_B7hyjBxqI','<p><span>Extras are additional items that your customers can book along with the services. These may be </span><span>special tools, products, or resources for performing a service, or extra time if you set their duration.&nbsp;For more details, visit our <a data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/207647799-Extra-Products-Treatments-Service-Extras-Add-on-\" href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/207647799-Extra-Products-Treatments-Service-Extras-Add-on-\" target=\"_blank\" rel=\"noopener\">help center</a>&nbsp;and check other <a data-mce-href=\"https://www.youtube.com/c/Bookly/videos\" href=\"https://www.youtube.com/c/Bookly/videos\" target=\"_blank\" rel=\"noopener\">video tutorials</a>&nbsp;to learn the basics and get the most out of Bookly.</span></p>','https://www.youtube.com/watch?v=z_B7hyjBxqI&list=PLuLhoBV-rlAZpUnQgHJkMBx1rCvQGQ6cK','Watch on Youtube',0,'2022-01-13 10:13:57','2022-01-13 10:13:57'),(40,40,'How to add online meeting URL to any Bookly appointment','image','https://www.booking-wp-plugin.com/wp-content/uploads/2022/01/add-online-meeting-url-to-your-Bookly-appointment-756.jpg','<p><span>Nowadays, more and more companies embrace a remote approach in their operations. With Bookly, you get built-in integrations with the most popular software for online meetings: Zoom, Google Meet, and Jitsi. Whichever app you choose, it will automatically generate unique video meeting links for every appointment created via Bookly.</span></p>','https://www.booking-wp-plugin.com/add-online-meeting-url-bookly-appointment/','Read more',0,'2022-01-18 08:35:40','2022-01-18 08:35:40'),(41,41,'New video: How to book several appointments at once','youtube','https://www.youtube.com/embed/miYLCPCEYIg','<p><span>Encourage your customers to book more on your website! This video explains how to set up the Bookly Cart (Add-on) and let your clients order a number of bookings in one session.&nbsp;For more details, visit our </span><a data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/212969945-Cart-Add-on\" href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/212969945-Cart-Add-on\" target=\"_blank\" rel=\"noopener\">help center</a>&nbsp;<span>and check other </span><a data-mce-href=\"https://www.youtube.com/c/Bookly/videos\" href=\"https://www.youtube.com/c/Bookly/videos\" target=\"_blank\" rel=\"noopener\">video tutorials</a>&nbsp;<span>to learn the basics and get the most out of Bookly.</span></p>','https://www.youtube.com/watch?v=miYLCPCEYIg&list=PLuLhoBV-rlAZpUnQgHJkMBx1rCvQGQ6cK','Watch on Youtube',0,'2022-01-20 09:42:21','2022-01-20 09:42:21'),(42,42,'How to accept payments with WooCommerce','image','https://www.booking-wp-plugin.com/wp-content/uploads/2022/01/how-to-accept-payments-with-woocommerce-banner-756.jpg','<p><span>If some payment gateway is not available in Bookly yet, you can have access to other payment options through WooCommerce – the world’s most popular e-commerce plugin for WordPress.&nbsp;Bookly PRO seamlessly integrates with WooCommerce allowing you to sell services as products.&nbsp;This article describes how to quickly set up the connection between two plugins.</span></p>','https://www.booking-wp-plugin.com/accept-payments-woocommerce/','Read more',0,'2022-01-25 10:36:59','2022-01-25 10:36:59'),(43,43,'New video: How to create recurring appointments','youtube','https://www.youtube.com/embed/tfUmuNrYrn8','<p><span>Learn how to set up and create recurring appointments in Bookly. This feature allows your clients to make multiple bookings that repeat at regular intervals, so they can schedule the whole series at once.&nbsp;For more details, visit our </span><a data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/115001442665-Recurring-Appointments-Add-on\" href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/115001442665-Recurring-Appointments-Add-on\">help center</a>&nbsp;<span>and check other </span><a data-mce-href=\"https://www.youtube.com/c/Bookly/videos\" href=\"https://www.youtube.com/c/Bookly/videos\">video tutorials</a>&nbsp;<span>to learn the basics and get the most out of Bookly.</span></p>','https://www.youtube.com/watch?v=tfUmuNrYrn8&list=PLuLhoBV-rlAZpUnQgHJkMBx1rCvQGQ6cK','Watch on Youtube',0,'2022-01-27 14:08:11','2022-01-27 14:08:11'),(44,44,'How to get started with Bookly SMS mailing campaigns','image','https://www.booking-wp-plugin.com/wp-content/uploads/2022/01/how-to-get-started-with-bookly-sms-campaigns-banner-756.jpg','<p><span>Undoubtedly, the easiest and quickest way to reach your clients is by SMS. Bookly’s</span><span>&nbsp;</span><span>SMS service</span><span>&nbsp;</span><span>is already used by thousands of businesses for sending booking details confirmations, appointment reminders, and follow-ups. Now you can also take advantage of the</span><span>&nbsp;</span><span>automated SMS marketing campaigns</span><span>&nbsp;</span><span>that are configured and scheduled right in the Bookly admin area.</span></p>','https://www.booking-wp-plugin.com/get-started-bookly-sms-mailing-campaigns/','Read more',0,'2022-02-01 08:58:09','2022-02-01 08:58:09'),(45,45,'New video: How to add special days to staff schedule','youtube','https://www.youtube.com/embed/gi5eULm5-64','<p><span>This video tutorial is about working schedule of your employees and changing regular timetable&nbsp;on particular days during the year.&nbsp;For more details, visit our </span><a data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/212817929-Extra-Long-Short-Days-Special-Days-Add-on-\" href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/212817929-Extra-Long-Short-Days-Special-Days-Add-on-\" target=\"_blank\" rel=\"noopener\">help center</a>&nbsp;<span>and check other </span><a data-mce-href=\"https://www.youtube.com/c/Bookly/videos\" href=\"https://www.youtube.com/c/Bookly/videos\">video tutorials</a>&nbsp;<span>to learn the basics and get the most out of Bookly.</span></p>','https://youtu.be/gi5eULm5-64&list=PLuLhoBV-rlAZpUnQgHJkMBx1rCvQGQ6cK','Watch on Youtube',0,'2022-02-03 08:46:00','2022-02-03 08:46:00'),(46,46,'How to limit daily bookings','image','https://www.booking-wp-plugin.com/wp-content/uploads/2022/02/how-to-limit-daily-bookings-in-bookly-banner-756.jpg','<p><span>Regardless of the staff members’ working schedule configured in Bookly, you may want to limit the number of appointments that your customers can schedule via your online booking page. Here we’ll describe which Bookly features you can use to allow only a certain amount of bookings during the staff working day.</span></p>','https://www.booking-wp-plugin.com/limit-daily-bookings/','Read more',0,'2022-02-08 09:27:33','2022-02-08 09:27:33'),(47,47,'New video: How to accept deposit payments','youtube','https://www.youtube.com/embed/ewK3byklkK0','<p><span>Bookly Deposit Payments (Add-on)&nbsp;allows you to set up a minimum amount that customers should pay at the time of booking. A deposit&nbsp;is set individually for each staff member and each service.&nbsp;For more details, visit our </span><a data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/212234945-Deposit-Payments-Add-on\" href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/212234945-Deposit-Payments-Add-on\">help center</a>&nbsp;<span>and check other </span><a data-mce-href=\"https://www.youtube.com/c/Bookly/videos\" href=\"https://www.youtube.com/c/Bookly/videos\">video tutorials</a>&nbsp;<span>to learn the basics and get the most out of Bookly.</span></p>','https://www.youtube.com/watch?v=ewK3byklkK0&list=PLuLhoBV-rlAZpUnQgHJkMBx1rCvQGQ6cK','Watch on Youtube',0,'2022-02-10 10:00:07','2022-02-10 10:00:07'),(48,48,'New version release. See what’s new in Bookly PRO 4.6.','image','https://www.booking-wp-plugin.com/wp-content/uploads/2022/02/Bookly-PRO-4.6-banner-756.jpg','<p><span>Bookly’s new update introduces QR codes, refunds for payments made via Stripe, separate payments for recurring appointments, alert counter for new appointments, default values in custom fields, ability to attach payment to the package, and more.</span></p>','https://www.booking-wp-plugin.com/bookly-pro-v4-6/?utm_source=bookly_admin&utm_medium=news','Read more',0,'2022-02-15 16:13:28','2022-02-15 16:13:28'),(49,49,'New video: How to create time-flexible services','youtube','https://www.youtube.com/embed/jYKG0eGvWJ0','<p><span>Custom Duration (Add-on) for Bookly allows you to create services with flexible duration. On the booking page, your clients can choose the length of the appointment from the predefined options, and the price will be adjusted respectively.&nbsp;For more details, visit our <a data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/360005082294-Services-with-flexible-duration-Custom-Duration-Add-on-\" href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/360005082294-Services-with-flexible-duration-Custom-Duration-Add-on-\" target=\"_blank\" rel=\"noopener\">help center</a>&nbsp;and check other <a data-mce-href=\"https://www.youtube.com/c/Bookly/videos\" href=\"https://www.youtube.com/c/Bookly/videos\">video tutorials</a>&nbsp;to learn the basics and get the most out of Bookly.</span></p>','https://www.youtube.com/watch?v=jYKG0eGvWJ0&list=PLuLhoBV-rlAZpUnQgHJkMBx1rCvQGQ6cK?utm_source=bookly_admin&utm_medium=news','Watch on Youtube',0,'2022-02-17 09:41:40','2022-02-17 09:41:40'),(50,50,'New video: How to create and manage promo codes in Bookly','youtube','https://www.youtube.com/embed/luOElg-mnNU','<p>Bookly Coupons (Add-on) allows you to offer discounts for your services and attract more clients. This video describes how to quickly set up coupons in Bookly.&nbsp;For more details, visit our <a data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/115003939373\" href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/115003939373\" target=\"_blank\" rel=\"noopener\">help center</a> and check other <a data-mce-href=\"https://www.youtube.com/c/Bookly/videos\" href=\"https://www.youtube.com/c/Bookly/videos\" target=\"_blank\" rel=\"noopener\">video tutorials</a> to learn the basics and get the most out of Bookly.</p>','https://www.youtube.com/watch?v=luOElg-mnNU&list=PLuLhoBV-rlAZpUnQgHJkMBx1rCvQGQ6cK','Watch on Youtube',0,'2022-03-24 12:27:27','2022-03-24 12:27:27'),(51,51,'New video: How to add service locations in Bookly','youtube','https://www.youtube.com/embed/KRlVIPE9xOA','<p>With the Bookly Locations (Add-on),&nbsp;you can associate staff members with different locations, so your clients will be able to choose the place for their appointment before they schedule date and time.&nbsp;For more details, visit our <a href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/210229885\" target=\"_blank\" rel=\"noopener\" data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/210229885\">help center</a> and check other <a href=\"https://www.youtube.com/c/Bookly/videos\" target=\"_blank\" rel=\"noopener\" data-mce-href=\"https://www.youtube.com/c/Bookly/videos\">video tutorials</a> to learn the basics and get the most out of Bookly.</p>','https://www.youtube.com/watch?v=KRlVIPE9xOA&list=PLuLhoBV-rlAZpUnQgHJkMBx1rCvQGQ6cK','Watch on Youtube',0,'2022-03-31 13:26:43','2022-03-31 13:26:43'),(52,52,'New version release. See what’s new in Bookly PRO 4.7.','image','https://www.booking-wp-plugin.com/wp-content/uploads/2022/04/Bookly-PRO-4.7-banner-756.jpg','<p><span>Bookly rolls out a new option available for extending your active support period, the ability to create custom fields for backend entries, automatic update of the appointment status once it’s over, visible service price for appointments created via the Bookly admin panel, and more.</span></p>','https://www.booking-wp-plugin.com/bookly-pro-v4-7/','Read more',0,'2022-04-07 11:27:12','2022-04-07 11:27:12'),(53,53,'New video: How to set flexible prices','youtube','https://www.youtube.com/embed/WfSbsoi06V8','<p>Learn how to tweak the price for your services&nbsp;<span>on selected days of the week during&nbsp;cold or hot hours of the day. Dynamic pricing is available with the <strong>Special Hours (Add-on)</strong> for Bookly.&nbsp;For more details, visit our <a href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/213524185-Dynamic-Pricing-Special-Hours-Add-On-\" target=\"_blank\" rel=\"noopener\" data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/213524185-Dynamic-Pricing-Special-Hours-Add-On-\">help center</a> and check other <a href=\"https://www.youtube.com/c/Bookly/videos\" target=\"_blank\" rel=\"noopener\" data-mce-href=\"https://www.youtube.com/c/Bookly/videos\">video tutorials</a> to learn the basics and get the most out of Bookly.</span></p>','https://youtu.be/WfSbsoi06V8&list=PLuLhoBV-rlAZpUnQgHJkMBx1rCvQGQ6cK','Watch on Youtube',0,'2022-04-19 08:42:45','2022-04-19 08:42:45'),(54,54,'New video: How to sync Bookly PRO with Google Calendar','youtube','https://www.youtube.com/embed/3swwpWJ7_-s','<p>With Google Calendar and Bookly Pro, you can manage your staff workload and bookings with maximum efficiency. Learn how to set up the connection and enable synchronization of all appointments created in Bookly with the employee\'s personal calendar.&nbsp;For more details, visit our <a href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/203572552-Google-Calendar-Sync\" data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/203572552-Google-Calendar-Sync\">help center</a> and check other <a href=\"https://www.youtube.com/c/Bookly/videos\" data-mce-href=\"https://www.youtube.com/c/Bookly/videos\">video tutorials</a> to learn the basics and get the most out of Bookly.</p>','https://www.youtube.com/watch?v=3swwpWJ7_-s&list=PLuLhoBV-rlAagLXlILG_1KgjVSaMUju8i','Watch on Youtube',0,'2022-04-25 16:05:42','2022-04-25 16:05:42'),(55,55,'All you need to know about automatic discounts in Bookly','image','https://www.booking-wp-plugin.com/wp-content/uploads/2022/04/756x384.jpg','<p>Coupon codes, automatic or conditional discounts, and special rates can be used during certain seasons, promotions, or at any time you wish in order to increase customers’ loyalty. Let’s see how a wide range of Bookly features can help you meet various requirements and encourage your clients to book more through your appointment booking form.</p>','https://www.booking-wp-plugin.com/automatic-discounts-bookly/','Read more',0,'2022-04-28 10:33:53','2022-04-28 10:33:53'),(56,56,'New video: How to create customer groups','youtube','https://www.youtube.com/embed/pNOayasDJXI','<p>Bookly Customer Groups (Add-on) enables you to create and manage groups of clients for different purposes. You can set certain limitations, assign special prices, offer promotions to particular customers, and more.&nbsp;For more details, visit our <a href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/360000201873-Customer-Groups-Add-on\" target=\"_blank\" rel=\"noopener\" data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/360000201873-Customer-Groups-Add-on\">help center</a> and check other <a href=\"https://www.youtube.com/c/Bookly/videos\" target=\"_blank\" rel=\"noopener\" data-mce-href=\"https://www.youtube.com/c/Bookly/videos\">video tutorials</a> to learn the basics and get the most out of Bookly.</p>','https://www.youtube.com/watch?v=pNOayasDJXI&list=PLuLhoBV-rlAZpUnQgHJkMBx1rCvQGQ6cK','Watch on Youtube',0,'2022-05-05 07:40:52','2022-05-05 07:40:52'),(57,57,'Upcoming System Maintenance','image','https://images.booking-wp-plugin.com/main/blog/Upcoming-system-maintenance.jpg','<p class=\"p1\">We would like to inform you that on Sunday-Monday night of <b>2022 May 09 from 00:00 (midnight) to 04:00 CET</b>, the SMS service will be temporarily unavailable to users in some regions or countries (Australia, Europe, Africa, Asia, South America). This time will be used to implement important upgrades and performance optimization.</p><p class=\"p1\">If you have any scheduled text messages during this time, please take this into consideration. We appreciate your patience and understanding!</p>','https://support.booking-wp-plugin.com/hc/en-us/articles/212411289-Set-Up-Text-Messages-SMS-','Help Center',0,'2022-05-05 07:47:35','2022-05-05 07:47:35'),(58,58,'New version release. See what’s new in Bookly PRO 4.8.','image','https://www.booking-wp-plugin.com/wp-content/uploads/2022/05/Bookly-PRO-4.8-banner-756.jpg','<p>Bookly is making ongoing updates to improve your user experience and implement the most popular feature requests. Today’s update introduces the beta version of a new booking form, creation of WooCommerce orders for backend bookings, customization of the QR codes description, and more.</p>','https://www.booking-wp-plugin.com/bookly-pro-v4-8/','Read more',0,'2022-05-12 15:35:28','2022-05-12 15:35:28'),(59,59,'New video: How to make chain bookings','youtube','https://www.youtube.com/embed/yGyzwKR9ktg','<p>With the Chain Appointments (Add-on) for Bookly, your clients will be able to&nbsp;book several services in one booking session. Such appointments will be scheduled sequentially.&nbsp;For more details, visit our <a data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/210316865-Chain-Appointments-Add-on\" href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/210316865-Chain-Appointments-Add-on\" target=\"_blank\" rel=\"noopener\">help center</a> and check other <a data-mce-href=\"https://www.youtube.com/c/Bookly/videos\" href=\"https://www.youtube.com/c/Bookly/videos\" target=\"_blank\" rel=\"noopener\">video tutorials</a> to learn the basics and get the most out of Bookly.</p>','https://www.youtube.com/watch?v=yGyzwKR9ktg&list=PLuLhoBV-rlAZpUnQgHJkMBx1rCvQGQ6cK','Watch on Youtube',0,'2022-05-16 12:12:22','2022-05-16 12:12:22'),(60,60,'New video: How to set up and use Bookly Compound Services (Add-on)','youtube','https://www.youtube.com/embed/iIJcQ8fT5BI','<p>Learn how to combine existing services and spare time to make one complex appointment. Your clients can book such services as regular appointments, while Bookly adds reservations to each staff member’s schedule separately. For more details, visit our <a href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/360001642033-Compound-Services-Add-on\" target=\"_blank\" rel=\"noopener\" data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/360001642033-Compound-Services-Add-on\">help center</a> and check other <a href=\"https://www.youtube.com/c/Bookly/videos\" target=\"_blank\" rel=\"noopener\" data-mce-href=\"https://www.youtube.com/c/Bookly/videos\">video tutorials</a> to learn the basics and get the most out of Bookly.</p>','https://www.youtube.com/watch?v=iIJcQ8fT5BI&list=PLuLhoBV-rlAZpUnQgHJkMBx1rCvQGQ6cK','Watch on Youtube',0,'2022-05-24 09:39:45','2022-05-24 09:39:45'),(61,61,'New video: How to add online meeting URL to Bookly appointment','youtube','https://www.youtube.com/embed/KXpgB25Vs60','<p>With Bookly, you get built-in integrations with the most popular software for online meetings: Zoom, Google Meet, and Jitsi. Whichever app you choose, it will generate unique video meeting links for each appointment created via Bookly.&nbsp;For more details, visit our <a href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/360013355499\" target=\"_blank\" rel=\"noopener\" data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/360013355499\">help center</a> and check other <a href=\"https://www.youtube.com/c/Bookly/videos\" target=\"_blank\" rel=\"noopener\" data-mce-href=\"https://www.youtube.com/c/Bookly/videos\">video tutorials</a> to learn the basics and get the most out of Bookly.</p>','https://www.youtube.com/watch?v=KXpgB25Vs60&list=PLuLhoBV-rlAagLXlILG_1KgjVSaMUju8i','Watch on Youtube',0,'2022-06-06 17:10:12','2022-06-06 17:10:12'),(62,62,'New version release. See what’s new in Bookly PRO 4.9.','image','https://www.booking-wp-plugin.com/wp-content/uploads/2022/06/Bookly-PRO-4.9-banner-756.jpg','<p>This update brings a new product in Bookly Cloud – <strong>Cloud Cron</strong>, integration with BigBlueButton – virtual classroom software, customization of ICS files, read-only access for calendar in Staff Cabinet, new trigger in Zapier, improvements in the Files (Add-on), and more.</p>','https://www.booking-wp-plugin.com/bookly-pro-v4-9/','Read more',0,'2022-06-13 11:14:55','2022-06-13 11:14:55'),(63,63,'New video: How to create tasks in Bookly','youtube','https://www.youtube.com/embed/fT-J4Limf2Q','<p>This video is about creating unscheduled appointments in Bookly. With the Bookly Tasks (Add-on), you can create and manage an unlimited number of tasks or bookings that have no date and time yet. For more details, visit our&nbsp;<a href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/360013214654-Skip-time-selection-Tasks-Add-on-\" target=\"_blank\" rel=\"noopener\" data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/360013214654-Skip-time-selection-Tasks-Add-on-\"><span class=\"s1\">help center</span></a>&nbsp;and check other&nbsp;<a href=\"https://www.youtube.com/c/Bookly/videos\" target=\"_blank\" rel=\"noopener\" data-mce-href=\"https://www.youtube.com/c/Bookly/videos\"><span class=\"s1\">video tutorials</span></a>&nbsp;to learn the basics and get the most out of Bookly.</p>','https://www.youtube.com/watch?v=fT-J4Limf2Q&list=PLuLhoBV-rlAZpUnQgHJkMBx1rCvQGQ6cK','Watch on Youtube',0,'2022-06-17 14:55:12','2022-06-17 14:55:12'),(64,64,'New video: How to let clients rate your services','youtube','https://www.youtube.com/embed/k-iNqs4nBLY','<p><span>With the Bookly Ratings (Add-on), you can gather customer feedback after each appointment and display staff members’ rating in a booking form. Learn how to quickly set up and use this feature.&nbsp;For more details, visit our <a href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/360001695713\" target=\"_blank\" rel=\"noopener\" data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/360001695713\">help center</a> and check other <a href=\"https://www.youtube.com/c/Bookly/videos\" target=\"_blank\" rel=\"noopener\" data-mce-href=\"https://www.youtube.com/c/Bookly/videos\">video tutorials</a> to learn the basics and get the most out of Bookly.</span></p>','https://www.youtube.com/watch?v=k-iNqs4nBLY&list=PLuLhoBV-rlAZpUnQgHJkMBx1rCvQGQ6cK','Watch on Youtube',0,'2022-06-28 12:56:54','2022-06-28 12:56:54'),(65,65,' What’s the difference between Compound Services (Add-on) & Collaborative Services (Add-on)','image','https://www.booking-wp-plugin.com/wp-content/uploads/2022/07/difference-between-compound-addon-and-collaborative-addon-banner-756.jpg','<p><span>Add-ons for Bookly have been created to add more advanced functionality to the default configuration of your Bookly PRO. If you have doubts about which extension is best for you, here’s a detailed comparison of the Compound Services (Add-on) and Collaborative Services (Add-on) for Bookly.</span></p>','https://www.booking-wp-plugin.com/whats-difference-compound-services-add-collaborative-services-add/','Read more',0,'2022-07-12 10:24:47','2022-07-12 10:24:47'),(66,66,'New version release. See what’s new in Bookly PRO 5.0.','image','https://www.booking-wp-plugin.com/wp-content/uploads/2022/07/Bookly-PRO-5.0-banner-756.jpg','<p>We continue to develop new features and make improvements in Bookly for a better experience and more flexibility. Today’s update brings a new appearance of the booking form, the ability to book packages in the Bookly search form, new Diagnostics section in the Bookly menu, and more.</p>','https://www.booking-wp-plugin.com/bookly-pro-v5-0/','Read more',0,'2022-07-27 12:05:35','2022-07-27 12:05:35'),(67,67,'New video: How to book identical appointments in a row','youtube','https://www.youtube.com/embed/xPsOXHMrly8','<p>With the Bookly Multiply Appointments (Add-on), your clients can book back-to-back sessions of the same service.&nbsp;This way, customers can change the default appointment duration by selecting the quantity of similar services they’d like to get in a row.&nbsp;For more details, visit our <a data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/210138469-Multiply-Appointments-Add-on\" href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/210138469-Multiply-Appointments-Add-on\" target=\"_blank\" rel=\"noopener\">help center</a> and check other <a data-mce-href=\"https://www.youtube.com/c/Bookly/videos\" href=\"https://www.youtube.com/c/Bookly/videos\" target=\"_blank\" rel=\"noopener\">video tutorials</a> to learn the basics and get the most out of Bookly.</p>','https://www.youtube.com/watch?v=xPsOXHMrly8&list=PLuLhoBV-rlAZpUnQgHJkMBx1rCvQGQ6cK','Watch on Youtube',0,'2022-08-05 08:52:41','2022-08-05 08:52:41'),(68,68,'New version release. See what’s new in Bookly PRO 5.3.','image','https://www.booking-wp-plugin.com/wp-content/uploads/2022/08/Bookly-PRO-5.3-banner-756.jpg','<p><span>With this update, we release major&nbsp;</span>changes in the Appearance section<span>, the ability to&nbsp;</span>create several designs of your booking forms<span>,&nbsp;</span>payments in the new Bookly Search form<span>, and more. Also, as usual, new version includes&nbsp;general enhancements and bug fixes.</span></p>','https://www.booking-wp-plugin.com/bookly-pro-v5-3/','Read more',0,'2022-08-25 13:00:11','2022-08-25 13:00:11'),(69,69,'New video: How to upload files in Bookly','youtube','https://www.youtube.com/embed/-ONIAAzIbmM','<p><span>This video tutorial is about the file uploading feature in Bookly.&nbsp;</span><span>With the Bookly Files (Add-on), you can let your clients attach files related to the appointment right in the booking form.&nbsp;Uploaded documents will be stored at the appointment details.&nbsp;For more details, visit our&nbsp;<a href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/360000373133\" target=\"_blank\" rel=\"noopener\" data-mce-href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/360000373133\"><span class=\"s1\">help center</span></a>&nbsp;and check other&nbsp;<a href=\"https://www.youtube.com/c/Bookly/videos\" target=\"_blank\" rel=\"noopener\" data-mce-href=\"https://www.youtube.com/c/Bookly/videos\"><span class=\"s1\">video tutorials</span></a>&nbsp;to learn the basics and get the most out of Bookly.</span></p>','https://www.youtube.com/watch?v=-ONIAAzIbmM&list=PLuLhoBV-rlAZpUnQgHJkMBx1rCvQGQ6cK','Watch on Youtube',0,'2022-09-06 14:20:10','2022-09-06 14:20:10');
/*!40000 ALTER TABLE `wp_bookly_news` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bookly_notifications`
--

DROP TABLE IF EXISTS `wp_bookly_notifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_notifications` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `gateway` enum('email','sms') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'email',
  `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `active` tinyint(1) NOT NULL DEFAULT 0,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `message` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `to_staff` tinyint(1) NOT NULL DEFAULT 0,
  `to_customer` tinyint(1) NOT NULL DEFAULT 0,
  `to_admin` tinyint(1) NOT NULL DEFAULT 0,
  `to_custom` tinyint(1) DEFAULT 0,
  `custom_recipients` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `attach_ics` tinyint(1) NOT NULL DEFAULT 0,
  `attach_invoice` tinyint(1) NOT NULL DEFAULT 0,
  `settings` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_notifications`
--

LOCK TABLES `wp_bookly_notifications` WRITE;
/*!40000 ALTER TABLE `wp_bookly_notifications` DISABLE KEYS */;
INSERT INTO `wp_bookly_notifications` VALUES (1,'email','new_booking',1,'Notification to customer about approved appointment','Your appointment information','Dear {client_name}.\r\n\r\nThis is a confirmation that you have booked {service_name}.\r\n\r\nWe will be waiting for you at {client_address} on {appointment_date} at {appointment_time}.\r\n\r\nThank you for choosing Mobile IV Hawaii.\r\n\r\n{company_name}\r\n{company_phone}\r\n{company_website}',0,1,0,0,NULL,0,0,'{\"status\":\"approved\",\"services\":{\"any\":\"any\"},\"offset_hours\":\"2\",\"perform\":\"before\",\"option\":\"2\",\"offset_bidirectional_hours\":\"0\",\"at_hour\":\"9\",\"offset_before_hours\":\"-24\",\"before_at_hour\":\"18\"}'),(2,'email','new_booking',1,'Notification to staff member about approved appointment','New booking information','Hello.\r\n\r\nYou have a new booking.\r\n\r\nService: {service_name}\r\nDate: {appointment_date}\r\nTime: {appointment_time}\r\nClient address: {client_address}\r\nClient name: {client_name}\r\nClient phone: {client_phone}\r\nClient email: {client_email}',1,0,0,0,NULL,0,0,'{\"status\":\"approved\",\"services\":{\"any\":\"any\"},\"offset_hours\":\"2\",\"perform\":\"before\",\"option\":\"2\",\"offset_bidirectional_hours\":\"0\",\"at_hour\":\"9\",\"offset_before_hours\":\"-24\",\"before_at_hour\":\"18\"}'),(3,'email','ca_status_changed',1,'Notification to customer about cancelled appointment','Booking cancellation','<p>Dear {client_name}.</p>\n<p>You have cancelled your booking of {service_name} on {appointment_date} at {appointment_time}.</p>\n<p>Thank you for choosing our company.</p>\n<p>{company_name}<br />\n{company_phone}<br />\n{company_website}</p>\n',0,1,0,0,NULL,0,0,'{\"status\":\"cancelled\",\"option\":2,\"services\":{\"any\":\"any\",\"ids\":[]},\"offset_hours\":2,\"perform\":\"before\",\"at_hour\":9,\"before_at_hour\":18,\"offset_before_hours\":-24,\"offset_bidirectional_hours\":0}'),(4,'email','ca_status_changed',1,'Notification to staff member about cancelled appointment','Booking cancellation','<p>Hello.</p>\n<p>The following booking has been cancelled.</p>\n<p>Service: {service_name}<br />\nDate: {appointment_date}<br />\nTime: {appointment_time}<br />\nClient name: {client_name}<br />\nClient phone: {client_phone}<br />\nClient email: {client_email}</p>\n',1,0,0,0,NULL,0,0,'{\"status\":\"cancelled\",\"option\":2,\"services\":{\"any\":\"any\",\"ids\":[]},\"offset_hours\":2,\"perform\":\"before\",\"at_hour\":9,\"before_at_hour\":18,\"offset_before_hours\":-24,\"offset_bidirectional_hours\":0}'),(5,'email','ca_status_changed',1,'Notification to customer about rejected appointment','Booking rejection','<p>Dear {client_name}.</p>\n<p>Your booking of {service_name} on {appointment_date} at {appointment_time} has been rejected.</p>\n<p>Reason: {cancellation_reason}</p>\n<p>Thank you for choosing our company.</p>\n<p>{company_name}<br />\n{company_phone}<br />\n{company_website}</p>\n',0,1,0,0,NULL,0,0,'{\"status\":\"rejected\",\"option\":2,\"services\":{\"any\":\"any\",\"ids\":[]},\"offset_hours\":2,\"perform\":\"before\",\"at_hour\":9,\"before_at_hour\":18,\"offset_before_hours\":-24,\"offset_bidirectional_hours\":0}'),(6,'email','ca_status_changed',1,'Notification to staff member about rejected appointment','Booking rejection','<p>Hello.</p>\n<p>The following booking has been rejected.</p>\n<p>Reason: {cancellation_reason}</p>\n<p>Service: {service_name}<br />\nDate: {appointment_date}<br />\nTime: {appointment_time}<br />\nClient name: {client_name}<br />\nClient phone: {client_phone}<br />\nClient email: {client_email}</p>\n',1,0,0,0,NULL,0,0,'{\"status\":\"rejected\",\"option\":2,\"services\":{\"any\":\"any\",\"ids\":[]},\"offset_hours\":2,\"perform\":\"before\",\"at_hour\":9,\"before_at_hour\":18,\"offset_before_hours\":-24,\"offset_bidirectional_hours\":0}'),(7,'sms','new_booking',1,'Notification to customer about approved appointment','','Dear {client_name}.\r\nThis is a confirmation that you have booked {service_name}.\r\nOur Mobile IV medical professional will arrive at {client_address} on {appointment_date} at {appointment_time}.\r\n\r\nThank you for choosing Mobile IV Hawaii!\r\n{company_phone}\r\n{company_website}\r\n{cancel_appointment_confirm_url}',0,1,0,0,NULL,0,0,'{\"status\":\"approved\",\"services\":{\"any\":\"any\"},\"offset_hours\":\"2\",\"perform\":\"before\",\"option\":\"2\",\"offset_bidirectional_hours\":\"0\",\"at_hour\":\"9\",\"offset_before_hours\":\"-24\",\"before_at_hour\":\"18\"}'),(8,'sms','new_booking',1,'Notification to staff member about approved appointment','','Hello.\r\nYou have a new booking.\r\nService: {service_name}\r\nService price: {service_price}\r\nExtras: {extras}\r\nExtras total price: {extras_total_price}\r\nTotal price: {total_price}\r\nGoogle calendar: {google_calendar_url}\r\nDate: {appointment_date}\r\nTime: {appointment_time}\r\nNumber of persons: {number_of_persons}\r\nPayment type: {payment_type}\r\nClient name: {client_name}\r\nClient phone: {client_phone}\r\nClient email: {client_email}\r\nClient address: {client_address}\r\nCustomer notes: {appointment_notes}',1,0,1,0,NULL,0,0,'{\"status\":\"approved\",\"services\":{\"any\":\"any\"},\"offset_hours\":\"2\",\"perform\":\"before\",\"option\":\"2\",\"offset_bidirectional_hours\":\"0\",\"at_hour\":\"9\",\"offset_before_hours\":\"-24\",\"before_at_hour\":\"18\"}'),(9,'sms','ca_status_changed',0,'Notification to customer about cancelled appointment','','Dear {client_name}.\nYou have cancelled your booking of {service_name} on {appointment_date} at {appointment_time}.\nThank you for choosing our company.\n{company_name}\n{company_phone}\n{company_website}',0,1,0,0,NULL,0,0,'{\"status\":\"cancelled\",\"option\":2,\"services\":{\"any\":\"any\",\"ids\":[]},\"offset_hours\":2,\"perform\":\"before\",\"at_hour\":9,\"before_at_hour\":18,\"offset_before_hours\":-24,\"offset_bidirectional_hours\":0}'),(10,'sms','ca_status_changed',0,'Notification to staff member about cancelled appointment','','Hello.\nThe following booking has been cancelled.\nService: {service_name}\nDate: {appointment_date}\nTime: {appointment_time}\nClient name: {client_name}\nClient phone: {client_phone}\nClient email: {client_email}',1,0,0,0,NULL,0,0,'{\"status\":\"cancelled\",\"option\":2,\"services\":{\"any\":\"any\",\"ids\":[]},\"offset_hours\":2,\"perform\":\"before\",\"at_hour\":9,\"before_at_hour\":18,\"offset_before_hours\":-24,\"offset_bidirectional_hours\":0}'),(11,'sms','ca_status_changed',0,'Notification to customer about rejected appointment','','Dear {client_name}.\nYour booking of {service_name} on {appointment_date} at {appointment_time} has been rejected.\nReason: {cancellation_reason}\nThank you for choosing our company.\n{company_name}\n{company_phone}\n{company_website}',0,1,0,0,NULL,0,0,'{\"status\":\"rejected\",\"option\":2,\"services\":{\"any\":\"any\",\"ids\":[]},\"offset_hours\":2,\"perform\":\"before\",\"at_hour\":9,\"before_at_hour\":18,\"offset_before_hours\":-24,\"offset_bidirectional_hours\":0}'),(12,'sms','ca_status_changed',0,'Notification to staff member about rejected appointment','','Hello.\nThe following booking has been rejected.\nReason: {cancellation_reason}\nService: {service_name}\nDate: {appointment_date}\nTime: {appointment_time}\nClient name: {client_name}\nClient phone: {client_phone}\nClient email: {client_email}',1,0,0,0,NULL,0,0,'{\"status\":\"rejected\",\"option\":2,\"services\":{\"any\":\"any\",\"ids\":[]},\"offset_hours\":2,\"perform\":\"before\",\"at_hour\":9,\"before_at_hour\":18,\"offset_before_hours\":-24,\"offset_bidirectional_hours\":0}'),(13,'sms','appointment_reminder',0,'Evening reminder to STAFF about IMPENDING appointment (requires cron setup)','','Dear {client_name}.\r\nWe would like to remind you that you have an IV patient {service_name} coming up at {appointment_time}. The appointment is {client_address} at {appointment_time}.\r\nDon’t miss it!!! Thank you for choosing to work at Mobile IV Hawaii!\r\n{company_name}\r\n{company_phone}\r\n{company_website}',1,0,1,0,NULL,0,0,'{\"status\":\"any\",\"services\":{\"any\":\"any\"},\"option\":\"1\",\"offset_hours\":\"2\",\"perform\":\"before\",\"offset_bidirectional_hours\":\"-24\",\"at_hour\":\"18\",\"offset_before_hours\":\"-24\",\"before_at_hour\":\"18\"}'),(14,'sms','appointment_reminder',0,'Follow-up message in the same day after appointment (requires cron setup)','','Dear {client_name}.\nThank you for choosing {company_name}. We hope you were satisfied with your {service_name}.\nThank you and we look forward to seeing you again soon.\n{company_name}\n{company_phone}\n{company_website}',0,1,0,0,NULL,0,0,'{\"status\":\"any\",\"option\":2,\"services\":{\"any\":\"any\",\"ids\":[]},\"offset_hours\":2,\"perform\":\"before\",\"at_hour\":21,\"before_at_hour\":18,\"offset_before_hours\":-24,\"offset_bidirectional_hours\":0}'),(15,'sms','staff_day_agenda',0,'Evening notification with the next day agenda to staff member (requires cron setup)','','Hello.\r\nYour agenda for tomorrow is:\r\n{next_day_agenda}',1,0,0,0,NULL,0,0,'{\"status\":\"any\",\"services\":{\"any\":\"any\"},\"offset_hours\":\"2\",\"perform\":\"before\",\"offset_bidirectional_hours\":\"-24\",\"at_hour\":\"18\",\"option\":\"3\",\"offset_before_hours\":\"-24\",\"before_at_hour\":\"18\"}'),(16,'email','customer_new_wp_user',1,'Notification to customer about their WordPress user login details','New customer','<p>Hello.</p>\n<p>An account was created for you at {site_address}</p>\n<p>Your user details:<br />\nuser: {new_username}<br />\npassword: {new_password}</p>\n<p>Thanks.</p>\n',0,1,0,0,NULL,0,0,'{\"status\":\"any\",\"option\":2,\"services\":{\"any\":\"any\",\"ids\":[]},\"offset_hours\":2,\"perform\":\"before\",\"at_hour\":9,\"before_at_hour\":18,\"offset_before_hours\":-24,\"offset_bidirectional_hours\":0}'),(17,'email','appointment_reminder',0,'Evening reminder to customer about next day appointment (requires cron setup)','Your appointment at {company_name}','<p>Dear {client_name}.</p>\n<p>We would like to remind you that you have booked {service_name} tomorrow at {appointment_time}. We are waiting for you at {company_address}.</p>\n<p>Thank you for choosing our company.</p>\n<p>{company_name}<br />\n{company_phone}<br />\n{company_website}</p>\n',0,1,0,0,NULL,0,0,'{\"status\":\"any\",\"option\":2,\"services\":{\"any\":\"any\",\"ids\":[]},\"offset_hours\":1,\"perform\":\"before\",\"at_hour\":18,\"before_at_hour\":18,\"offset_before_hours\":-24,\"offset_bidirectional_hours\":-24}'),(18,'email','appointment_reminder',0,'Follow-up message in the same day after appointment (requires cron setup)','Your visit to {company_name}','<p>Dear {client_name}.</p>\n<p>Thank you for choosing {company_name}. We hope you were satisfied with your {service_name}.</p>\n<p>Thank you and we look forward to seeing you again soon.</p>\n<p>{company_name}<br />\n{company_phone}<br />\n{company_website}</p>\n',0,1,0,0,NULL,0,0,'{\"status\":\"any\",\"option\":2,\"services\":{\"any\":\"any\",\"ids\":[]},\"offset_hours\":2,\"perform\":\"before\",\"at_hour\":21,\"before_at_hour\":18,\"offset_before_hours\":-24,\"offset_bidirectional_hours\":0}'),(19,'email','customer_birthday',0,'Customer birthday greeting (requires cron setup)','Happy Birthday!','<p>Dear {client_name},</p>\n<p>Happy birthday!<br />\nWe wish you all the best.<br />\nMay you and your family be happy and healthy.</p>\n<p>Thank you for choosing our company.</p>\n<p>{company_name}<br />\n{company_phone}<br />\n{company_website}</p>\n',0,1,0,0,NULL,0,0,'{\"status\":\"any\",\"option\":2,\"services\":{\"any\":\"any\",\"ids\":[]},\"offset_hours\":2,\"perform\":\"before\",\"at_hour\":9,\"before_at_hour\":18,\"offset_before_hours\":-24,\"offset_bidirectional_hours\":0}'),(20,'email','staff_day_agenda',1,'Evening notification with the next day agenda to staff member (requires cron setup)','Your agenda for {tomorrow_date}','<p>Hello.</p>\n<p>Your agenda for tomorrow is:</p>\n<p>{next_day_agenda}</p>\n',1,0,0,0,NULL,0,0,'{\"status\":\"any\",\"option\":3,\"services\":{\"any\":\"any\",\"ids\":[]},\"offset_hours\":2,\"perform\":\"before\",\"at_hour\":9,\"before_at_hour\":18,\"offset_before_hours\":-24,\"offset_bidirectional_hours\":0}'),(21,'email','new_booking_combined',1,'New booking combined notification','Your appointment information','<p>Dear {client_name}.</p>\n<p>This is a confirmation that you have booked the following items:</p>\n<p>{cart_info}</p>\n<p>Thank you for choosing our company.</p>\n<p>{company_name}<br />\n{company_phone}<br />\n{company_website}</p>\n',0,1,0,0,NULL,0,0,'{\"status\":\"any\",\"option\":2,\"services\":{\"any\":\"any\",\"ids\":[]},\"offset_hours\":2,\"perform\":\"before\",\"at_hour\":9,\"before_at_hour\":18,\"offset_before_hours\":-24,\"offset_bidirectional_hours\":0}'),(22,'sms','customer_new_wp_user',0,'Notification to customer about their WordPress user login details','','Hello.\nAn account was created for you at {site_address}\nYour user details:\nuser: {new_username}\npassword: {new_password}\n\nThanks.',0,1,0,0,NULL,0,0,'{\"status\":\"any\",\"option\":2,\"services\":{\"any\":\"any\",\"ids\":[]},\"offset_hours\":2,\"perform\":\"before\",\"at_hour\":9,\"before_at_hour\":18,\"offset_before_hours\":-24,\"offset_bidirectional_hours\":0}'),(23,'sms','customer_birthday',0,'Customer birthday greeting (requires cron setup)','','Dear {client_name},\nHappy birthday!\nWe wish you all the best.\nMay you and your family be happy and healthy.\nThank you for choosing our company.\n{company_name}\n{company_phone}\n{company_website}',0,1,0,0,NULL,0,0,'{\"status\":\"any\",\"option\":2,\"services\":{\"any\":\"any\",\"ids\":[]},\"offset_hours\":2,\"perform\":\"before\",\"at_hour\":9,\"before_at_hour\":18,\"offset_before_hours\":-24,\"offset_bidirectional_hours\":0,\"existing_event_with_date\":{\"at_hour\":9}}'),(24,'sms','new_booking_combined',0,'New booking combined notification','','Dear {client_name}.\r\nThis is a confirmation that you have booked the following items:\r\n\r\n{cart_info}\r\n\r\nThank you for choosing us!\r\n{company_phone}\r\n{company_website}',0,1,0,0,NULL,0,0,'{\"status\":\"any\",\"services\":{\"any\":\"any\"},\"offset_hours\":\"2\",\"perform\":\"before\",\"option\":\"2\",\"offset_bidirectional_hours\":\"0\",\"at_hour\":\"9\",\"offset_before_hours\":\"-24\",\"before_at_hour\":\"18\"}'),(25,'email','verify_email',1,'Notification to customer with verification code','Bookly verification code','{verification_code}',0,1,0,0,NULL,0,0,'[]'),(26,'sms','verify_phone',1,'Notification to customer with verification code','','{verification_code}',0,1,0,0,NULL,0,0,'[]'),(27,'email','staff_new_wp_user',1,'New staff member\'s WordPress user login details','New staff member','Hello.\n\nAn account was created for you at {site_address}\n\nYour user details:\nuser: {new_username}\npassword: {new_password}\n\nThanks.',1,0,0,0,NULL,0,0,'[]'),(28,'sms','staff_new_wp_user',1,'New staff member\'s WordPress user login details','','Hello.\n\nAn account was created for you at {site_address}\n\nYour user details:\nuser: {new_username}\npassword: {new_password}\n\nThanks.',1,0,0,0,NULL,0,0,'[]');
/*!40000 ALTER TABLE `wp_bookly_notifications` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bookly_orders`
--

DROP TABLE IF EXISTS `wp_bookly_orders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_orders` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `token` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=83 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_orders`
--

LOCK TABLES `wp_bookly_orders` WRITE;
/*!40000 ALTER TABLE `wp_bookly_orders` DISABLE KEYS */;
INSERT INTO `wp_bookly_orders` VALUES (1,'3c5530ae3eb1766b293e1b2ec94783cb'),(2,'8b8c8c40f377921f5d11617513e06109'),(3,'202d7b229777724bc652df74c45fb4a9'),(4,'0b153eb7ccb1a2a34178ee4c75a04c62'),(5,'2948018e4d8ea310c11b8dda8de758e0'),(6,'cfec6792fc7638707e0bcc7792bea46d'),(7,'8123169470493940b0020298448b1b38'),(8,'da1c26cc7c37821866f5f37f96378530'),(9,'e961135fa447f2a5671bc78fd5ebff44'),(10,'ce7148ea69fe219a827cbadffae34aeb'),(11,'8fe4deb83bda05f926fef470296ee651'),(12,'a531835ea9e57d2c8dc3242924e0008b'),(13,'f0a085af276c8adebfb231789e477dc9'),(14,'3cb3a03c9a7a9fdd32a412cbab7228e6'),(15,'83d965c480da26ca15e372fc110a8aca'),(16,'675d1c0e019370ca045f98285534709c'),(17,'e583accd8c98544a2dbd3f95af2255a2'),(18,'2f7d76f6dc7154f2f18be21962232971'),(19,'fd6feb6e40c2851ec8fe4f83976f0ad8'),(20,'75f0993b1b845de889f63c51d73214b2'),(21,'059e994b71fa0ae64a9567741f36e101'),(22,'5a219adeace5611d6ee6073b933b2b62'),(23,'6f6a0781100c2c2f15935f0ab8243d0d'),(24,'56bbcb3c01a80a9a509583680a74ef98'),(25,'6da9a54a19042b5eb047b896a580d2df'),(26,'72d3ea64969a6d4bf27b33107718ae79'),(27,'471bf81453019a173ceaccb86713a71d'),(28,'0db2dcdee3dda81bde3afe8fbd8987e4'),(29,'7b11d542305f7c3cb8b3df4cb2ee9799'),(30,'5c5d0291dc91f6623db98de5a884e3f7'),(31,'204bbb2ece3b89fd0231d472daa282b8'),(32,'46c7662a6bb6d12a205d64ab70f13a08'),(33,'fa52cae02b1ec1ae5b2f43d137793ba1'),(34,'b91b9d8e5693ee34937f259e88ce80fa'),(35,'a3115335fc659cbef8c0bf841ef56af0'),(36,'3ea16460b36c11cb2cde132274c3575a'),(37,'e9b46e2fa131bf4f7071ea6519421ef6'),(38,'253276a6704f414aee04338d38b522cb'),(39,'021924dbc752345920670e0016b48312'),(40,'f69eae537de60d1646f06a45704b9779'),(41,'52d77a5f1df034f868df9a038d2451c7'),(42,'4d67ff2ae492b95aac35bec77c8040e2'),(43,'53f091804ae32219098328450de5bb90'),(44,'ee376fea9d8f6f3bd782607d319cc197'),(45,'d96bb7e183d8fd0d15e58c50a73ab837'),(46,'859d9002fab6fd9aad8540d98076ae2f'),(47,'9bbcdc908c37b569e22491b9cb1a4bbc'),(48,'49daeb1980c841726ffd98f5d33fd175'),(49,'3172377e6f1d07db8b9ee6327d473c11'),(50,'4efca67b0d0911db7774733112ac6f9c'),(51,'8297ae6b07a81a1c0437ba83ac29b7a1'),(52,'ad14641e71e3947d0f85022b0c8d645c'),(53,'542089dd472521c964b162c8da8e5cd5'),(54,'767954eb502816a681e55b29c8b44ef5'),(55,'c6ffc43e72e47ca6dd2a04f7d71d32e7'),(56,'42ee0412d9c2be26a282c8aa2b6d049f'),(57,'a0c507f97eca47ed0283fba06c933086'),(58,'68c543f935d044da1b65cb431dedf5f9'),(59,'c28eef1f987e2a596e37521058c79324'),(60,'243eeaa12c1151190706d3fb7f8db7e9'),(61,'0b91322f0cb52755de3a1f23035a67c4'),(62,'ea188bbb71b59ba32b6b012c38ad554c'),(63,'c6db0206fcde0e6a70b0d93146dbe4e9'),(64,'8aeeeb37f7ed03ba3d9ee62c6a07acfc'),(65,'966eff935913e2c85c3822845f3821e7'),(66,'eb6b394df86a69a71660f14625384915'),(67,'6ed09b05700fb8c1e3b5984a842c8b04'),(68,'ceb030489fe98b7986e61ef0d745b1fd'),(69,'414f10851a18bbe08823ea4c85bd3632'),(70,'31ae8164929868ae709a21cac24d524b'),(71,'3de9c076ae3b7a88e70c28523dc2730f'),(72,'371a2155cd84d64b3cc199a851f0baaf'),(73,'f6d7de26d362fd813cd65c2458f44562'),(74,'f5b15bbd5b7c2f95b22562a23ebba31a'),(75,'1ce7571a576b1cac6e278bc6a9bd05a3'),(76,'ff900fc3f5a3784336200da3232c28c4'),(77,'fd47c3818f647dc377b0fbc013e96275'),(78,'267cfdf8f52200e6aff080549185dcd8'),(79,'2adad8f2a123d368fe33dd8098ee25f4'),(80,'10c46d9bb7a02cad446db8626d7a5bd6'),(81,'3b90e0d567f4c0e49737cac3000ed0ff'),(82,'1eb3a030e9bc53ea9ae3c9460199704c');
/*!40000 ALTER TABLE `wp_bookly_orders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bookly_payments`
--

DROP TABLE IF EXISTS `wp_bookly_payments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_payments` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `target` enum('appointments','packages') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'appointments',
  `coupon_id` int(10) unsigned DEFAULT NULL,
  `type` enum('local','free','paypal','authorize_net','stripe','2checkout','payu_biz','payu_latam','payson','mollie','woocommerce','cloud_stripe','square') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'local',
  `total` decimal(10,2) NOT NULL DEFAULT 0.00,
  `tax` decimal(10,2) NOT NULL DEFAULT 0.00,
  `paid` decimal(10,2) NOT NULL DEFAULT 0.00,
  `paid_type` enum('in_full','deposit') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'in_full',
  `gateway_price_correction` decimal(10,2) DEFAULT 0.00,
  `status` enum('pending','completed','rejected','refunded') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'completed',
  `token` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `details` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `ref_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=382 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_payments`
--

LOCK TABLES `wp_bookly_payments` WRITE;
/*!40000 ALTER TABLE `wp_bookly_payments` DISABLE KEYS */;
INSERT INTO `wp_bookly_payments` VALUES (30,'appointments',NULL,'local',430.00,0.00,0.00,'in_full',NULL,'pending','c7c1dbe1249d774f7882c75d65dd97da','{\"items\":[{\"ca_id\":34,\"appointment_date\":\"2019-07-28 16:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toridol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\"},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\"},{\"title\":\"Lipo C Injection\",\"price\":\"60.00\",\"quantity\":\"1\"},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":430,\"deposit\":0},\"customer\":\"soma yang\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-07-28 13:48:58','2019-07-28 13:48:58'),(31,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','b4a448a4af05c272a308f3647cccfc53','{\"items\":[{\"ca_id\":35,\"appointment_date\":\"2019-08-08 21:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":0},\"customer\":\"Random Bares\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-08-08 18:59:53','2019-08-08 18:59:53'),(32,'appointments',NULL,'local',335.00,0.00,0.00,'in_full',NULL,'pending','8b82b64bac67b11df882aa03501373ad','{\"items\":[{\"ca_id\":36,\"appointment_date\":\"2019-08-13 07:30:00\",\"service_name\":\"Myers\' Cocktail \",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":335,\"deposit\":0},\"customer\":\"troy wilson\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-08-12 09:52:41','2019-08-12 09:52:41'),(33,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','6c86a2f68df4a83fd9a385db8b1b4fa4','{\"items\":[{\"ca_id\":37,\"appointment_date\":\"2019-08-16 21:00:00\",\"service_name\":\"Sports IV\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":0},\"customer\":\"John O\\u2019Connor\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-08-16 15:22:47','2019-08-16 15:22:47'),(34,'appointments',NULL,'local',305.00,0.00,0.00,'in_full',NULL,'pending','7d02754cf273357a461a5b2720cca0f8','{\"items\":[{\"ca_id\":38,\"appointment_date\":\"2019-08-18 15:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":305,\"deposit\":0},\"customer\":\"Courtney Tigner\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-08-18 13:56:47','2019-08-18 13:56:47'),(35,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','067892e8519e974d4ca079207d237e51','{\"items\":[{\"ca_id\":39,\"appointment_date\":\"2019-08-25 10:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":0},\"customer\":\"Kainoa Akina\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-08-25 07:53:46','2019-08-25 07:53:46'),(36,'appointments',NULL,'local',455.00,0.00,0.00,'in_full',NULL,'pending','c3ef406163eda94e2348f6a88d6547af','{\"items\":[{\"ca_id\":40,\"appointment_date\":\"2019-08-28 19:30:00\",\"service_name\":\"Cold Flu IV - Formula 2\",\"service_price\":300,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\"},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\"},{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":\"1\"},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":455,\"deposit\":0},\"customer\":\"troy wilson\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-08-28 13:18:28','2019-08-28 13:18:28'),(37,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','f7afc9217d697b3bb5a491736e03d23c','{\"items\":[{\"ca_id\":41,\"appointment_date\":\"2019-09-11 07:30:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":0},\"customer\":\"Dan Mau\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-09-08 07:29:28','2019-09-08 07:29:28'),(38,'appointments',NULL,'local',235.00,0.00,0.00,'in_full',NULL,'pending','847206cbc0cb2bccbab9e146e4b5e14c','{\"items\":[{\"ca_id\":42,\"appointment_date\":\"2019-09-15 08:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Lipo C Injection\",\"price\":\"60.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":235,\"deposit\":0},\"customer\":\"troy wilson\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-09-14 13:55:49','2019-09-14 13:55:49'),(39,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','e6661f221afd80b989c0e712560d2e1e','{\"items\":[{\"ca_id\":43,\"appointment_date\":\"2019-09-15 06:00:00\",\"service_name\":\"Sports IV\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"Mike Keliipuleole\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-09-14 15:33:23','2019-09-14 15:33:23'),(40,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','cc9887561ea7e0efe5abe90258db900d','{\"items\":[{\"ca_id\":44,\"appointment_date\":\"2019-09-16 18:00:00\",\"service_name\":\"Chelation IV\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"Michael Pasquale\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-09-16 00:07:01','2019-09-16 00:07:01'),(41,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','ff81d9e1224914163efa8b073e56f4aa','{\"items\":[{\"ca_id\":45,\"appointment_date\":\"2019-09-20 06:30:00\",\"service_name\":\"Inflammation IV\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"Kate Schmidle\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-09-20 03:20:10','2019-09-20 03:20:10'),(42,'appointments',NULL,'local',350.00,0.00,0.00,'in_full',NULL,'pending','b2b3bc3da138a48aaf8d9eb72a6b1b79','{\"items\":[{\"ca_id\":46,\"appointment_date\":\"2019-09-29 15:00:00\",\"service_name\":\"Stress IV\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]},{\"ca_id\":47,\"appointment_date\":\"2019-09-29 16:00:00\",\"service_name\":\"Stress IV\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":350,\"deposit\":0},\"customer\":\"Brandon Millan\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-09-23 09:23:53','2019-09-23 09:23:53'),(43,'appointments',NULL,'local',240.00,0.00,0.00,'in_full',NULL,'pending','fcc9c1522be2a5a5221efded46f28fd8','{\"items\":[{\"ca_id\":48,\"appointment_date\":\"2019-09-25 18:00:00\",\"service_name\":\"Detox IV Therapy\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\"},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":240,\"deposit\":0},\"customer\":\"Lisa Harrison\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-09-25 13:55:27','2019-09-25 13:55:27'),(44,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','5744f8cfc571554b2ad34191faff518c','{\"items\":[{\"ca_id\":49,\"appointment_date\":\"2019-10-20 09:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"Cory Wong\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-10-20 07:14:06','2019-10-20 07:14:06'),(45,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','327008c5806e4a11d8553e208858daad','{\"items\":[{\"ca_id\":50,\"appointment_date\":\"2019-10-23 07:30:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"Danielle Burns\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-10-23 03:08:11','2019-10-23 03:08:11'),(46,'appointments',NULL,'local',205.00,0.00,0.00,'in_full',NULL,'pending','9a862cce0eb51e52e281e3ad22bb48d4','{\"items\":[{\"ca_id\":51,\"appointment_date\":\"2019-10-27 14:00:00\",\"service_name\":\"Myers\' Cocktail \",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":205,\"deposit\":0},\"customer\":\"Buenaventura Realica\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-10-25 23:18:49','2019-10-25 23:18:49'),(47,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','70c837379a9d5681e700e9810c0b79f8','{\"items\":[{\"ca_id\":52,\"appointment_date\":\"2019-11-02 15:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"cameron clayton\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-11-01 18:40:12','2019-11-01 18:40:12'),(48,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','ffff825653fee175e3a0e3a2b5464acc','{\"items\":[{\"ca_id\":53,\"appointment_date\":\"2019-11-02 18:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"Katherine Frank\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-11-02 16:36:49','2019-11-02 16:36:49'),(49,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','9660a3b41facd6b1f3bc8f75b20ff39c','{\"items\":[{\"ca_id\":54,\"appointment_date\":\"2019-11-09 18:00:00\",\"service_name\":\"Myers\' Cocktail \",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"Gregory Gomes\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-11-09 15:31:00','2019-11-09 15:31:00'),(50,'appointments',NULL,'local',205.00,0.00,0.00,'in_full',NULL,'pending','5f879d3bff3636bae3a3896ee7475cb1','{\"items\":[{\"ca_id\":55,\"appointment_date\":\"2019-11-17 06:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":205,\"deposit\":0},\"customer\":\"Nicole Leong\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-11-17 04:59:52','2019-11-17 04:59:52'),(51,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','c453c942f0529c9b5e899dcd3c5e404b','{\"items\":[{\"ca_id\":56,\"appointment_date\":\"2019-11-17 11:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"Grant Bradley\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-11-17 09:34:40','2019-11-17 09:34:40'),(52,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','95eafc90a3e81c0252d736a1b3c66b1c','{\"items\":[{\"ca_id\":57,\"appointment_date\":\"2019-11-24 15:00:00\",\"service_name\":\"Myers\' Cocktail \",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"George Adriano\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-11-19 08:17:02','2019-11-19 08:17:02'),(53,'appointments',NULL,'local',235.00,0.00,0.00,'in_full',NULL,'pending','0d8e0853c8a97a5233c36877fb33945d','{\"items\":[{\"ca_id\":58,\"appointment_date\":\"2019-11-23 13:30:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\"},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":235,\"deposit\":0},\"customer\":\"Girah Caraballo\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-11-23 10:34:49','2019-11-23 10:34:49'),(54,'appointments',NULL,'local',250.00,0.00,0.00,'in_full',NULL,'pending','59f0054a3f85f4f89ea1d99accdd5b6d','{\"items\":[{\"ca_id\":59,\"appointment_date\":\"2019-11-25 18:00:00\",\"service_name\":\"Jetlag IV\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":0},\"customer\":\"Dana Peter\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-11-25 09:36:36','2019-11-25 09:36:36'),(55,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','f9ebaaa1b4f3e9bd34a157866b6a0e54','{\"items\":[{\"ca_id\":60,\"appointment_date\":\"2019-12-07 15:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"Gretchen McPhail\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-12-07 10:53:14','2019-12-07 10:53:14'),(56,'appointments',NULL,'local',350.00,0.00,0.00,'in_full',NULL,'pending','6aab12412275ccf43351c2676fdfc2c0','{\"items\":[{\"ca_id\":61,\"appointment_date\":\"2020-01-02 21:00:00\",\"service_name\":\"Myers\' Cocktail \",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"2\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":350,\"deposit\":0},\"customer\":\"Brianna Goodfriend\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-12-07 13:26:07','2019-12-07 13:26:07'),(57,'appointments',NULL,'local',285.00,0.00,0.00,'in_full',NULL,'pending','3cee2629bb1459ede878ece8888f267e','{\"items\":[{\"ca_id\":62,\"appointment_date\":\"2019-12-14 07:30:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\"},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":285,\"deposit\":0},\"customer\":\"Zachary Reale\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-12-14 01:26:31','2019-12-14 01:26:31'),(58,'appointments',NULL,'local',235.00,0.00,0.00,'in_full',NULL,'pending','f1a466bea1f202db77c8bbe46e783553','{\"items\":[{\"ca_id\":63,\"appointment_date\":\"2019-12-14 18:00:00\",\"service_name\":\"Stress IV\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\"},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":235,\"deposit\":0},\"customer\":\"Zachary Reale\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-12-14 16:12:43','2019-12-14 16:12:43'),(59,'appointments',NULL,'local',160.00,0.00,0.00,'in_full',NULL,'pending','c5a5d496edccc24945b018ffabe4c1a5','{\"items\":[{\"ca_id\":64,\"appointment_date\":\"2019-12-21 07:30:00\",\"service_name\":\"Mini Myers\' Cocktail\",\"service_price\":100,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\"},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":160,\"deposit\":0},\"customer\":\"raina hockenberry\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-12-21 05:34:06','2019-12-21 05:34:06'),(60,'appointments',NULL,'local',310.00,0.00,0.00,'in_full',NULL,'pending','3891e61eae359690f73e48c9c307b7cb','{\"items\":[{\"ca_id\":65,\"appointment_date\":\"2019-12-23 18:00:00\",\"service_name\":\"Myers\' Cocktail \",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\"},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":310,\"deposit\":0},\"customer\":\"lana pichinevskiy\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-12-23 05:01:03','2019-12-23 05:01:03'),(61,'appointments',NULL,'local',255.00,0.00,0.00,'in_full',NULL,'pending','f1f39312e79d220e151a64c549897b9c','{\"items\":[{\"ca_id\":66,\"appointment_date\":\"2019-12-24 18:00:00\",\"service_name\":\"Sports IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":255,\"deposit\":0},\"customer\":\"lana pichinevskiy\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-12-23 05:04:31','2019-12-23 05:04:31'),(62,'appointments',NULL,'local',205.00,0.00,0.00,'in_full',NULL,'pending','8057063386a657996130f7709a9f4a2a','{\"items\":[{\"ca_id\":67,\"appointment_date\":\"2019-12-23 19:30:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":205,\"deposit\":0},\"customer\":\"Shalice Nielsen\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-12-23 09:12:51','2019-12-23 09:12:51'),(63,'appointments',NULL,'local',285.00,0.00,0.00,'in_full',NULL,'pending','415d33150d12e1c6e47a42f92fe4baa1','{\"items\":[{\"ca_id\":68,\"appointment_date\":\"2019-12-25 06:00:00\",\"service_name\":\"Sports IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\"},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":285,\"deposit\":0},\"customer\":\"lana pichinevskiy\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-12-23 18:13:20','2019-12-23 18:13:20'),(64,'appointments',NULL,'local',250.00,0.00,0.00,'in_full',NULL,'pending','95470d85ac67c12e70cacbaf056019bd','{\"items\":[{\"ca_id\":69,\"appointment_date\":\"2019-12-26 18:00:00\",\"service_name\":\"Myers\' Cocktail \",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":0},\"customer\":\"lana pichinevskiy\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-12-23 20:51:48','2019-12-23 20:51:48'),(65,'appointments',NULL,'local',310.00,0.00,0.00,'in_full',NULL,'pending','4db3b3654002ceff69c36cdde53a28c3','{\"items\":[{\"ca_id\":70,\"appointment_date\":\"2019-12-28 18:00:00\",\"service_name\":\"Myers\' Cocktail \",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\"},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":310,\"deposit\":0},\"customer\":\"lana pichinevskiy\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-12-24 20:06:51','2019-12-24 20:06:51'),(66,'appointments',NULL,'local',285.00,0.00,0.00,'in_full',NULL,'pending','534f8e4cbe679feeb52a6755b30069be','{\"items\":[{\"ca_id\":71,\"appointment_date\":\"2019-12-28 15:00:00\",\"service_name\":\"Sports IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\"},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":285,\"deposit\":0},\"customer\":\"lana pichinevskiy\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-12-24 20:08:54','2019-12-24 20:08:54'),(67,'appointments',NULL,'local',310.00,0.00,0.00,'in_full',NULL,'pending','d07689025ce22730d773c3e50edc7af8','{\"items\":[{\"ca_id\":72,\"appointment_date\":\"2019-12-27 18:00:00\",\"service_name\":\"Myers\' Cocktail \",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\"},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":310,\"deposit\":0},\"customer\":\"lana pichinevskiy\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-12-24 20:10:03','2019-12-24 20:10:03'),(68,'appointments',NULL,'local',250.00,0.00,0.00,'in_full',NULL,'pending','0e9b5b113efd205cb44d90648ddcabf1','{\"items\":[{\"ca_id\":73,\"appointment_date\":\"2019-12-26 19:30:00\",\"service_name\":\"Cold Flu IV - Formula 2\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":0},\"customer\":\"Lizzie Halper\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-12-26 17:10:45','2019-12-26 17:10:45'),(69,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','efdf03e6209c621a3e0bf30545b3d087','{\"items\":[{\"ca_id\":74,\"appointment_date\":\"2019-12-28 16:30:00\",\"service_name\":\"Skin Whitening IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Divina Kauleinamoku\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-12-26 17:42:16','2019-12-26 17:42:16'),(70,'appointments',NULL,'local',285.00,0.00,0.00,'in_full',NULL,'pending','9ec1fbd4fc67bdf4a2e167c4048b1006','{\"items\":[{\"ca_id\":75,\"appointment_date\":\"2019-12-28 13:30:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\"},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":285,\"deposit\":0},\"customer\":\"Nicole Watkins\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-12-28 09:39:30','2019-12-28 09:39:30'),(71,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','b64fe0ff37c57741916981fcf2593619','{\"items\":[{\"ca_id\":76,\"appointment_date\":\"2019-12-29 11:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"Rachel C\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-12-28 20:30:08','2019-12-28 20:30:08'),(72,'appointments',NULL,'local',255.00,0.00,0.00,'in_full',NULL,'pending','20ca2db5a264fe6d445bf69c57668e93','{\"items\":[{\"ca_id\":77,\"appointment_date\":\"2019-12-31 18:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":255,\"deposit\":0},\"customer\":\"Jessica Menden\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2019-12-31 11:28:09','2019-12-31 11:28:09'),(73,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','dd3d76bafb2e5acc49097cb19becddf1','{\"items\":[{\"ca_id\":78,\"appointment_date\":\"2020-01-01 19:30:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"Cassandra Ladao\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-01-01 08:47:06','2020-01-01 08:47:06'),(74,'appointments',NULL,'local',250.00,0.00,0.00,'in_full',NULL,'pending','877a08517c3edec13fa7ae1d3567e3f3','{\"items\":[{\"ca_id\":79,\"appointment_date\":\"2020-01-01 18:00:00\",\"service_name\":\"Cold Flu IV - Formula 2\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":0},\"customer\":\"Larry Ladao\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-01-01 08:47:17','2020-01-01 08:47:17'),(75,'appointments',NULL,'local',690.00,0.00,0.00,'in_full',NULL,'pending','3fbdf12772cfe2a991bc2fc3a1081daf','{\"items\":[{\"ca_id\":80,\"appointment_date\":\"2020-01-05 10:00:00\",\"service_name\":\"Myers\' Cocktail \",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":\"1\"},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\"}]},{\"ca_id\":81,\"appointment_date\":\"2020-01-05 11:00:00\",\"service_name\":\"Myers\' Cocktail \",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":\"1\"},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":690,\"deposit\":0},\"customer\":\"Oliver Burns\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-01-03 13:27:11','2020-01-03 13:27:11'),(76,'appointments',NULL,'local',205.00,0.00,0.00,'in_full',NULL,'pending','b03ebcf08c09d62916fc50deafbdd51c','{\"items\":[{\"ca_id\":82,\"appointment_date\":\"2020-01-05 16:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":205,\"deposit\":0},\"customer\":\"Amber Ohai\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-01-05 14:55:10','2020-01-05 14:55:10'),(77,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','0486de002ce7277437b9b6d3bd5cb52f','{\"items\":[{\"ca_id\":83,\"appointment_date\":\"2020-01-18 07:30:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Blaine Sato\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-01-17 16:57:30','2020-01-17 16:57:30'),(78,'appointments',NULL,'local',255.00,0.00,0.00,'in_full',NULL,'pending','d52c603a6549572ea73aaeced82d6863','{\"items\":[{\"ca_id\":84,\"appointment_date\":\"2020-01-21 18:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":255,\"deposit\":0},\"customer\":\"Christopher Christensen\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-01-21 15:58:34','2020-01-21 15:58:34'),(79,'appointments',NULL,'local',160.00,0.00,0.00,'in_full',NULL,'pending','23d7f219928e406d0f40c7c13501ab45','{\"items\":[{\"ca_id\":85,\"appointment_date\":\"2020-02-07 18:00:00\",\"service_name\":\"Mini Myers\' Cocktail\",\"service_price\":100,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Lipo C Injection\",\"price\":\"60.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":160,\"deposit\":0},\"customer\":\"Edmee Haworth\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-02-05 12:33:36','2020-02-05 12:33:36'),(80,'appointments',NULL,'local',250.00,0.00,0.00,'in_full',NULL,'pending','2994b2df7e09f5fffd98126174d24127','{\"items\":[{\"ca_id\":86,\"appointment_date\":\"2020-02-07 19:30:00\",\"service_name\":\"Cold Flu IV - Formula 2\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":0},\"customer\":\"Amelia James\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-02-07 06:09:33','2020-02-07 06:09:33'),(81,'appointments',NULL,'local',675.00,0.00,0.00,'in_full',NULL,'pending','61cb88377ed37e3d0e1171abda1a29ce','{\"items\":[{\"ca_id\":87,\"appointment_date\":\"2020-02-09 10:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"3\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":675,\"deposit\":0},\"customer\":\"Michael Fitch\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-02-09 09:06:14','2020-02-09 09:06:14'),(82,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','c2c5ab94559d74c5c69ad5d8b3d9b402','{\"items\":[{\"ca_id\":88,\"appointment_date\":\"2020-02-12 18:00:00\",\"service_name\":\"Stress IV\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"Cairene Vida\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-02-11 19:23:57','2020-02-11 19:23:57'),(83,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','ba4d6de55ff692903fa97a1ec603be86','{\"items\":[{\"ca_id\":89,\"appointment_date\":\"2020-02-17 18:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"Marty Hancock\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-02-17 11:12:09','2020-02-17 11:12:09'),(84,'appointments',NULL,'local',255.00,0.00,0.00,'in_full',NULL,'pending','1b1561f81ac63b5665cb344e73baffbf','{\"items\":[{\"ca_id\":90,\"appointment_date\":\"2020-02-28 18:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":255,\"deposit\":0},\"customer\":\"Kimberli Thompson\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-02-28 16:23:57','2020-02-28 16:23:57'),(85,'appointments',NULL,'local',100.00,0.00,0.00,'in_full',NULL,'pending','10be0c005f375cb5b6cb7f0df068c7bc','{\"items\":[{\"ca_id\":91,\"appointment_date\":\"2020-02-28 19:30:00\",\"service_name\":\"Mini Myers\' Cocktail\",\"service_price\":100,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":100,\"deposit\":0},\"customer\":\"Gregory Gomes\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-02-28 16:45:47','2020-02-28 16:45:47'),(86,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','27b44cf3f29aad7dc9f02b22d14ba852','{\"items\":[{\"ca_id\":92,\"appointment_date\":\"2020-03-09 18:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"Sydni Gephart\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-03-09 14:40:33','2020-03-09 14:40:33'),(87,'appointments',NULL,'local',285.00,0.00,0.00,'in_full',NULL,'pending','3fe2d6a71c2e432d1d008de2dd9b3cff','{\"items\":[{\"ca_id\":93,\"appointment_date\":\"2020-03-15 07:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":285,\"deposit\":0},\"customer\":\"Michelle Law\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-03-14 19:38:03','2020-03-14 19:38:03'),(88,'appointments',NULL,'local',8100.00,0.00,0.00,'in_full',NULL,'pending','8c8d2b8621baf708433764b59d43a091','{\"items\":[{\"ca_id\":94,\"appointment_date\":\"2020-04-12 11:00:00\",\"service_name\":\"Myers\' Cocktail \",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"5\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\"},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\"},{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":\"1\"},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\"}]},{\"ca_id\":95,\"appointment_date\":\"2020-04-12 12:00:00\",\"service_name\":\"Myers\' Cocktail \",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"5\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\"},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\"},{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":\"1\"},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\"}]},{\"ca_id\":96,\"appointment_date\":\"2020-04-12 13:00:00\",\"service_name\":\"Myers\' Cocktail \",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"5\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\"},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\"},{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":\"1\"},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\"}]},{\"ca_id\":97,\"appointment_date\":\"2020-04-12 14:00:00\",\"service_name\":\"Myers\' Cocktail \",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"5\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\"},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\"},{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":\"1\"},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":8100,\"deposit\":0},\"customer\":\"troy wilson\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-04-08 08:58:07','2020-04-08 08:58:07'),(89,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','f5919181b5796db3ceac9aa995bc7fe6','{\"items\":[{\"ca_id\":98,\"appointment_date\":\"2020-04-12 15:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Anna Marie Atchico\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-04-12 09:37:56','2020-04-12 09:37:56'),(90,'appointments',NULL,'local',135.00,0.00,0.00,'in_full',NULL,'pending','bb0b39efa42b0f58d054bc226f4db448','{\"items\":[{\"ca_id\":99,\"appointment_date\":\"2020-04-20 19:30:00\",\"service_name\":\"Mini Myers\' Cocktail\",\"service_price\":100,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":135,\"deposit\":0},\"customer\":\"Patrick Blankenfeld\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-04-20 17:16:34','2020-04-20 17:16:34'),(91,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','853a1ab4241386701d47466834e4a765','{\"items\":[{\"ca_id\":100,\"appointment_date\":\"2020-05-01 19:30:00\",\"service_name\":\"Detox IV Therapy\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"Mylih Medeiros\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-04-23 04:34:24','2020-04-23 04:34:24'),(92,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','335b48b03dfe0ab08de1fa4914ca6491','{\"items\":[{\"ca_id\":101,\"appointment_date\":\"2020-04-26 14:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Roger Epstein\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-04-26 12:23:35','2020-04-26 12:23:35'),(93,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','b960d0e1f036f791850da773a74d1c3c','{\"items\":[{\"ca_id\":102,\"appointment_date\":\"2020-05-04 19:30:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Roger Epstein\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-05-04 17:53:02','2020-05-04 17:53:02'),(94,'appointments',NULL,'local',135.00,0.00,0.00,'in_full',NULL,'pending','2b1fa972e95c8d39c9e2aa6de851911f','{\"items\":[{\"ca_id\":103,\"appointment_date\":\"2020-05-15 18:00:00\",\"service_name\":\"Mini Myers\' Cocktail\",\"service_price\":100,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":135,\"deposit\":0},\"customer\":\"Victoria Goldman\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-05-15 13:31:08','2020-05-15 13:31:08'),(95,'appointments',NULL,'local',235.00,0.00,0.00,'in_full',NULL,'pending','c8cc3fc5d38f7f76b525e82fa3621056','{\"items\":[{\"ca_id\":104,\"appointment_date\":\"2020-05-20 18:00:00\",\"service_name\":\"Antioxidants IV\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Lipo C Injection\",\"price\":\"60.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":235,\"deposit\":0},\"customer\":\"Susanna Westwood\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-05-20 12:25:54','2020-05-20 12:25:54'),(96,'appointments',NULL,'local',255.00,0.00,0.00,'in_full',NULL,'pending','e7b9508eb07bb9f45c083bc1628ef735','{\"items\":[{\"ca_id\":105,\"appointment_date\":\"2020-05-24 09:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\"}]}],\"coupon\":null,\"subtotal\":{\"price\":255,\"deposit\":0},\"customer\":\"Tillery Ruvang\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"gateway\":\"local\",\"extras_multiply_nop\":\"1\"}',NULL,'2020-05-24 07:17:16','2020-05-24 07:17:16'),(97,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','152919705e982165ed44b7aaad7979a6','{\"items\":[{\"ca_id\":106,\"appointment_date\":\"2020-05-29 18:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"test troy\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-05-27 13:23:19','2020-05-27 13:23:19'),(98,'appointments',NULL,'local',280.00,0.00,0.00,'in_full',NULL,'pending','76b9941661241a94c1e2128b101f6c5c','{\"items\":[{\"ca_id\":107,\"appointment_date\":\"2020-05-29 19:30:00\",\"service_name\":\"Myers\' Cocktail \",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":280,\"deposit\":0},\"customer\":\"troy wilson\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-05-27 13:25:58','2020-05-27 13:25:58'),(99,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','73f933f1a559c90439c68ffa6972931b','{\"items\":[{\"ca_id\":108,\"appointment_date\":\"2020-06-13 13:30:00\",\"service_name\":\"Detox IV Therapy\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Alexis Johnson\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-06-12 14:51:41','2020-06-12 14:51:41'),(100,'appointments',NULL,'local',290.00,0.00,0.00,'in_full',NULL,'pending','e790ed5ca3a49b82ef54ed5d77540136','{\"items\":[{\"ca_id\":109,\"appointment_date\":\"2020-06-30 18:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":290,\"deposit\":0},\"customer\":\"Meghan Brown\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-06-30 11:33:21','2020-06-30 11:33:21'),(101,'appointments',NULL,'local',240.00,0.00,0.00,'in_full',NULL,'pending','51dd11609f8f61ea8a067fb70a1f00a1','{\"items\":[{\"ca_id\":110,\"appointment_date\":\"2020-07-01 18:00:00\",\"service_name\":\"Detox IV Therapy\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":240,\"deposit\":0},\"customer\":\"Meghan Brown\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-07-01 13:33:38','2020-07-01 13:33:38'),(102,'appointments',NULL,'local',525.00,0.00,0.00,'in_full',NULL,'pending','0162e153441dd1a1b5687cd0649e01e1','{\"items\":[{\"ca_id\":111,\"appointment_date\":\"2020-07-19 10:00:00\",\"service_name\":\"Detox IV Therapy\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]},{\"ca_id\":112,\"appointment_date\":\"2020-07-19 11:00:00\",\"service_name\":\"Detox IV Therapy\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]},{\"ca_id\":113,\"appointment_date\":\"2020-07-19 12:00:00\",\"service_name\":\"Detox IV Therapy\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":525,\"deposit\":0},\"customer\":\"Hilary Rodgers\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-07-18 17:39:09','2020-07-18 17:39:09'),(103,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','10323f3703711249ec47b1dce0080efe','{\"items\":[{\"ca_id\":114,\"appointment_date\":\"2020-07-25 13:30:00\",\"service_name\":\"Antioxidants IV push\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"Tamae Kekona\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-07-25 08:50:54','2020-07-25 08:50:54'),(104,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','d1020e240df5dc4a7089f6c894b81a21','{\"items\":[{\"ca_id\":115,\"appointment_date\":\"2020-08-02 11:00:00\",\"service_name\":\"Stress IV\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"Samantha Ahrens\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-08-02 09:04:10','2020-08-02 09:04:10'),(105,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','29296e53bfc59b0c23e5a38f0574bbe1','{\"items\":[{\"ca_id\":116,\"appointment_date\":\"2020-08-09 12:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Leza Kotich\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-08-09 10:49:24','2020-08-09 10:49:24'),(106,'appointments',NULL,'local',300.00,0.00,0.00,'in_full',NULL,'pending','9c4f7537a9ce5bebaf39985e48b9a190','{\"items\":[{\"ca_id\":117,\"appointment_date\":\"2020-08-11 19:30:00\",\"service_name\":\"Brain IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":300,\"deposit\":0},\"customer\":\"Leyla Samimi\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-08-11 17:46:08','2020-08-11 17:46:08'),(107,'appointments',NULL,'local',250.00,0.00,0.00,'in_full',NULL,'pending','b4f7f121951e26734f2e5ad86dd7c1bd','{\"items\":[{\"ca_id\":118,\"appointment_date\":\"2020-08-12 21:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":0},\"customer\":\"Elizabeth Slaughter\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-08-12 19:23:27','2020-08-12 19:23:27'),(108,'appointments',NULL,'local',275.00,0.00,0.00,'in_full',NULL,'pending','281dce64fa3f4b6fc7e91e20f16283ca','{\"items\":[{\"ca_id\":119,\"appointment_date\":\"2020-08-16 17:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":0},\"customer\":\"Christy Betts\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-08-16 15:38:53','2020-08-16 15:38:53'),(109,'appointments',NULL,'local',285.00,0.00,0.00,'in_full',NULL,'pending','dc22a5c3a026b3d50d5d1c4ce986c9a2','{\"items\":[{\"ca_id\":120,\"appointment_date\":\"2020-08-19 07:30:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":285,\"deposit\":0},\"customer\":\"Maria Shevtsova\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-08-19 06:15:30','2020-08-19 06:15:30'),(110,'appointments',NULL,'local',205.00,0.00,0.00,'in_full',NULL,'pending','d6baee2758961ee17f403d0d876dd148','{\"items\":[{\"ca_id\":121,\"appointment_date\":\"2020-08-27 18:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":\"1\",\"units\":\"1\",\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":205,\"deposit\":0},\"customer\":\"Tiyani Mead\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-08-27 07:33:32','2020-08-27 07:33:32'),(111,'appointments',NULL,'local',360.00,0.00,0.00,'in_full',NULL,'pending','b8cb157dfbfb16f2bd385b2f4915dc64','{\"items\":[{\"ca_id\":122,\"appointment_date\":\"2020-09-30 07:30:00\",\"service_name\":\"Stress IV\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":360,\"deposit\":0},\"customer\":\"troy testicular\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-09-28 09:45:37','2020-09-28 09:45:38'),(112,'appointments',NULL,'local',335.00,0.00,0.00,'in_full',NULL,'pending','bc67196df4805b3f03345a6f646175fa','{\"items\":[{\"ca_id\":123,\"appointment_date\":\"2020-10-14 07:30:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":335,\"deposit\":0},\"customer\":\"Walter Craig\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-10-13 21:22:06','2020-10-13 21:22:07'),(113,'appointments',NULL,'local',255.00,0.00,0.00,'in_full',NULL,'pending','9bef72689957bddb035dc1da5eda36ab','{\"items\":[{\"ca_id\":124,\"appointment_date\":\"2020-10-17 13:30:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":255,\"deposit\":0},\"customer\":\"John Lim\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-10-17 09:48:17','2020-10-17 09:48:18'),(114,'appointments',NULL,'local',255.00,0.00,0.00,'in_full',NULL,'pending','c3696dc97d896e81d076246df48ef1da','{\"items\":[{\"ca_id\":125,\"appointment_date\":\"2020-10-17 15:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":255,\"deposit\":0},\"customer\":\"John Lim\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-10-17 13:46:46','2020-10-17 13:46:47'),(115,'appointments',NULL,'local',385.00,0.00,0.00,'in_full',NULL,'pending','78c763b58bbdbded751bea1ed5472c1f','{\"items\":[{\"ca_id\":126,\"appointment_date\":\"2020-10-18 11:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":385,\"deposit\":0},\"customer\":\"Walter Craig\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-10-17 21:20:51','2020-10-17 21:20:52'),(116,'appointments',NULL,'local',300.00,0.00,0.00,'in_full',NULL,'pending','a7a58c768edaa620baaf10272fe762e7','{\"items\":[{\"ca_id\":127,\"appointment_date\":\"2020-10-19 18:00:00\",\"service_name\":\"Sports IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":300,\"deposit\":0},\"customer\":\"Alyssa Mills\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-10-19 09:26:40','2020-10-19 09:26:40'),(117,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','b2fda57d7ca6d2bc0be5ec8ec8870a0b','{\"items\":[{\"ca_id\":128,\"appointment_date\":\"2020-10-24 13:30:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Tania Rodwell\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-10-24 12:00:30','2020-10-24 12:00:30'),(118,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','af0a3eb9e379da79a7a10e8bbb75ccaa','{\"items\":[{\"ca_id\":129,\"appointment_date\":\"2020-10-24 16:30:00\",\"service_name\":\"Detox IV Therapy\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Michael Pasquale\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-10-24 14:19:33','2020-10-24 14:19:33'),(119,'appointments',NULL,'local',380.00,0.00,0.00,'in_full',NULL,'pending','9cff46c0a05d30233a8ca6a8133feb59','{\"items\":[{\"ca_id\":130,\"appointment_date\":\"2020-10-25 22:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":380,\"deposit\":0},\"customer\":\"Troy Wilson\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-10-25 18:51:34','2020-10-25 18:51:35'),(120,'appointments',NULL,'local',505.00,0.00,0.00,'in_full',NULL,'pending','53b25109cd31a5c9978dc98de78a0665','{\"items\":[{\"ca_id\":131,\"appointment_date\":\"2020-10-26 19:30:00\",\"service_name\":\"Sports IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Lipo C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":505,\"deposit\":0},\"customer\":\"troy test\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-10-26 07:55:45','2020-10-26 07:55:45'),(121,'appointments',NULL,'local',310.00,0.00,0.00,'in_full',NULL,'pending','e7219e3e59c7272861b457ddf0471ff0','{\"items\":[{\"ca_id\":132,\"appointment_date\":\"2020-10-27 21:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":310,\"deposit\":0},\"customer\":\"troy testicular\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-10-26 08:39:05','2020-10-26 08:39:06'),(122,'appointments',NULL,'local',505.00,0.00,0.00,'in_full',NULL,'pending','7346f4bc21470bb586bc657c907d0f06','{\"items\":[{\"ca_id\":133,\"appointment_date\":\"2020-10-28 18:00:00\",\"service_name\":\"Cold Flu IV - Formula 3\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":505,\"deposit\":0},\"customer\":\"troy test2\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-10-26 08:39:58','2020-10-26 08:39:59'),(123,'appointments',NULL,'local',350.00,0.00,0.00,'in_full',NULL,'pending','7d0cfcba04c80b56b435f9d278ccd3a1','{\"items\":[{\"ca_id\":134,\"appointment_date\":\"2020-10-29 18:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":350,\"deposit\":0},\"customer\":\"troy test4\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-10-26 11:19:30','2020-10-26 11:19:31'),(124,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','e6e8c9928bb15a28713315a5f76865be','{\"items\":[{\"ca_id\":135,\"appointment_date\":\"2020-10-29 21:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"troy test\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-10-26 11:26:43','2020-10-26 11:26:44'),(125,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','c43d72615be65189d5e317591881e57e','{\"items\":[{\"ca_id\":136,\"appointment_date\":\"2020-10-28 19:30:00\",\"service_name\":\"Stress IV\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Mobile IV Hawaii\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"troy test 5\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-10-27 11:58:05','2020-10-27 11:58:06'),(126,'appointments',NULL,'local',475.00,0.00,0.00,'in_full',NULL,'pending','dee827d4316d5cbc97ef357ef5dd7761','{\"items\":[{\"ca_id\":137,\"appointment_date\":\"2020-10-27 16:00:00\",\"service_name\":\"Cold Flu IV - Formula 3\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"troy wilson\",\"extras\":[{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":475,\"deposit\":0},\"customer\":\"Troy Wilson\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-10-27 12:04:12','2020-10-27 12:04:13'),(127,'appointments',NULL,'local',450.00,0.00,0.00,'in_full',NULL,'pending','63ea67dcdb4adc92a1634a83d0005c7e','{\"items\":[{\"ca_id\":138,\"appointment_date\":\"2020-10-31 17:00:00\",\"service_name\":\"Jetlag IV\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Lipo C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":450,\"deposit\":0},\"customer\":\"troy test 7\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-10-27 12:17:28','2020-10-27 12:17:28'),(128,'appointments',NULL,'local',330.00,0.00,0.00,'in_full',NULL,'pending','632c479512c9f540e65cbfb117e7d3b5','{\"items\":[{\"ca_id\":139,\"appointment_date\":\"2020-10-29 15:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":330,\"deposit\":0},\"customer\":\"troy test 3:16\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-10-27 15:16:43','2020-10-27 15:16:43'),(129,'appointments',NULL,'local',505.00,0.00,0.00,'in_full',NULL,'pending','779105cf80ddbf78bfc34ea62816d58b','{\"items\":[{\"ca_id\":140,\"appointment_date\":\"2020-10-29 12:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":505,\"deposit\":0},\"customer\":\"troy test 3:29\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-10-27 15:30:01','2020-10-27 15:30:01'),(130,'appointments',NULL,'local',255.00,0.00,0.00,'in_full',NULL,'pending','74f07a1c4df0ff75f649dc9c8ac07381','{\"items\":[{\"ca_id\":141,\"appointment_date\":\"2020-10-31 13:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":255,\"deposit\":0},\"customer\":\"Jordan Brant\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-10-31 11:55:02','2020-10-31 11:55:02'),(131,'appointments',NULL,'local',275.00,0.00,0.00,'in_full',NULL,'pending','28350e975f4ec91035e805ca4467d185','{\"items\":[{\"ca_id\":142,\"appointment_date\":\"2020-11-19 12:00:00\",\"service_name\":\"Inflammation IV\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":0},\"customer\":\"Edward Hickman\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-11-18 22:05:04','2020-11-18 22:05:04'),(132,'appointments',NULL,'local',455.00,0.00,0.00,'in_full',NULL,'pending','116199f45386236694c5b7effaec22b1','{\"items\":[{\"ca_id\":143,\"appointment_date\":\"2020-11-19 16:00:00\",\"service_name\":\"Detox IV Therapy\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Lipo C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":455,\"deposit\":0},\"customer\":\"Tom Foolery\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-11-19 13:30:57','2020-11-19 13:30:57'),(133,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','6a450ffe4f98c23c5c305be4e10cb0e4','{\"items\":[{\"ca_id\":144,\"appointment_date\":\"2020-11-22 12:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Brianna Garcia\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-11-21 22:26:10','2020-11-21 22:26:10'),(134,'appointments',NULL,'local',345.00,0.00,0.00,'in_full',NULL,'pending','a0054bf54858da5c66fb5daf606fdc3b','{\"items\":[{\"ca_id\":145,\"appointment_date\":\"2020-12-01 15:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":345,\"deposit\":0},\"customer\":\"Linh Dang\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-12-01 13:10:05','2020-12-01 13:10:05'),(135,'appointments',NULL,'local',285.00,0.00,0.00,'in_full',NULL,'pending','9f4660592a5741ad878f9931ecc41893','{\"items\":[{\"ca_id\":146,\"appointment_date\":\"2020-12-06 13:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":285,\"deposit\":0},\"customer\":\"Malerie Holcomb-Botts\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-12-06 11:42:42','2020-12-06 11:42:42'),(136,'appointments',NULL,'local',300.00,0.00,0.00,'in_full',NULL,'pending','4835a7704b3c1274536333ed1186129c','{\"items\":[{\"ca_id\":147,\"appointment_date\":\"2020-12-10 10:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":300,\"deposit\":0},\"customer\":\"Jordan Walker\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-12-09 13:50:28','2020-12-09 13:50:28'),(137,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','792e38bd59c7b50008e0bcfd084d4d94','{\"items\":[{\"ca_id\":148,\"appointment_date\":\"2020-12-22 11:00:00\",\"service_name\":\"The Basic IV\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"JEFFREY STEINLY\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-12-22 08:13:29','2020-12-22 08:13:29'),(138,'appointments',NULL,'local',255.00,0.00,0.00,'in_full',NULL,'pending','62deadfc1b2c96773216fb3122e6fa05','{\"items\":[{\"ca_id\":149,\"appointment_date\":\"2020-12-26 16:00:00\",\"service_name\":\"The Basic IV\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":255,\"deposit\":0},\"customer\":\"Larry McNair\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-12-26 13:57:35','2020-12-26 13:57:35'),(139,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','a7d155d9c2ab6820b606888b2f9ea806','{\"items\":[{\"ca_id\":150,\"appointment_date\":\"2020-12-27 18:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Dina Kaniho\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2020-12-27 16:22:03','2020-12-27 16:22:03'),(140,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','92cc00e30524ea1de55a0da9477740ba','{\"items\":[{\"ca_id\":151,\"appointment_date\":\"2021-01-07 12:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Rose Alama\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-01-07 10:53:29','2021-01-07 10:53:29'),(141,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','623e6a55815bf178340962b791169466','{\"items\":[{\"ca_id\":152,\"appointment_date\":\"2021-01-08 17:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Tyler Stevenson\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-01-08 15:27:44','2021-01-08 15:27:44'),(142,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','361d471a814447af6e0103f92276a84d','{\"items\":[{\"ca_id\":153,\"appointment_date\":\"2021-01-09 12:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Sadie Stewart\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-01-09 10:11:16','2021-01-09 10:11:16'),(143,'appointments',NULL,'local',250.00,0.00,0.00,'in_full',NULL,'pending','793655f8e494a54d2142ff04e15898fb','{\"items\":[{\"ca_id\":154,\"appointment_date\":\"2021-01-10 18:00:00\",\"service_name\":\"Cold Flu IV - Formula 2\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":0},\"customer\":\"Marybeth Kiaaina\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-01-10 15:52:18','2021-01-10 15:52:18'),(144,'appointments',NULL,'local',900.00,0.00,0.00,'in_full',NULL,'pending','f9e6bda52cff9751104c91dd1e64f7ed','{\"items\":[{\"ca_id\":155,\"appointment_date\":\"2021-08-21 15:00:00\",\"service_name\":\"Sports IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]},{\"ca_id\":156,\"appointment_date\":\"2021-08-21 16:00:00\",\"service_name\":\"Sports IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]},{\"ca_id\":157,\"appointment_date\":\"2021-08-20 12:00:00\",\"service_name\":\"Sports IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]},{\"ca_id\":158,\"appointment_date\":\"2021-08-20 13:00:00\",\"service_name\":\"Sports IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":900,\"deposit\":0},\"customer\":\"Genea Tunstall\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-01-14 22:03:14','2021-01-14 22:03:14'),(145,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','df79978ef9f6e94d6e24e9b59c3de340','{\"items\":[{\"ca_id\":159,\"appointment_date\":\"2021-01-15 12:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Elizabeth Pavlik\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-01-15 10:07:08','2021-01-15 10:07:08'),(146,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','914db9508166d161dc86a701aaa5ee2a','{\"items\":[{\"ca_id\":160,\"appointment_date\":\"2021-01-16 12:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Alessandra Gallian\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-01-16 09:10:57','2021-01-16 09:10:57'),(147,'appointments',NULL,'local',255.00,0.00,0.00,'in_full',NULL,'pending','308121f14e7a60d4c7cb98eeb006a035','{\"items\":[{\"ca_id\":161,\"appointment_date\":\"2021-01-16 14:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":255,\"deposit\":0},\"customer\":\"Lawrence Tacuban\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-01-16 12:47:42','2021-01-16 12:47:42'),(148,'appointments',NULL,'local',255.00,0.00,0.00,'in_full',NULL,'pending','70e1be53eef455474816551ff4145bf1','{\"items\":[{\"ca_id\":162,\"appointment_date\":\"2021-01-16 15:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":255,\"deposit\":0},\"customer\":\"Lawrence Tacuban\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-01-16 12:53:13','2021-01-16 12:53:13'),(149,'appointments',NULL,'local',640.00,0.00,0.00,'in_full',NULL,'pending','1abadad202608437f667c14123eefe0e','{\"items\":[{\"ca_id\":163,\"appointment_date\":\"2021-01-16 16:00:00\",\"service_name\":\"Antioxidants IV push\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Lipo C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null}]},{\"ca_id\":164,\"appointment_date\":\"2021-01-16 17:00:00\",\"service_name\":\"Antioxidants IV push\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Lipo C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":640,\"deposit\":0},\"customer\":\"Justin Orr\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-01-16 13:59:18','2021-01-16 13:59:18'),(150,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','9931c259b0adf8b2392b8a4664d5564b','{\"items\":[{\"ca_id\":165,\"appointment_date\":\"2021-01-17 17:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Cody Kamai\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-01-17 16:00:55','2021-01-17 16:00:55'),(151,'appointments',NULL,'local',620.00,0.00,0.00,'in_full',NULL,'pending','fa3d079fe3c7836d0ab8b8a521046138','{\"items\":[{\"ca_id\":166,\"appointment_date\":\"2021-01-19 10:00:00\",\"service_name\":\"Antioxidants IV push\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Lipo C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]},{\"ca_id\":167,\"appointment_date\":\"2021-01-19 11:00:00\",\"service_name\":\"Antioxidants IV push\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Lipo C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":620,\"deposit\":0},\"customer\":\"Kerri Eckels\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-01-19 08:38:35','2021-01-19 08:38:35'),(152,'appointments',NULL,'local',250.00,0.00,0.00,'in_full',NULL,'pending','f312ff4391387502078f3375ec43a227','{\"items\":[{\"ca_id\":168,\"appointment_date\":\"2021-01-23 13:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":0},\"customer\":\"Tasiaeafe Tupuola\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-01-22 17:52:47','2021-01-22 17:52:47'),(153,'appointments',NULL,'local',310.00,0.00,0.00,'in_full',NULL,'pending','857acc5592b8abdff0f90357ea947e35','{\"items\":[{\"ca_id\":169,\"appointment_date\":\"2021-01-26 15:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":310,\"deposit\":0},\"customer\":\"Tiffany Dela Cruz\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-01-26 09:16:03','2021-01-26 09:16:03'),(154,'appointments',NULL,'local',350.00,0.00,0.00,'in_full',NULL,'pending','926ebd76424c80c584d4abb106e91004','{\"items\":[{\"ca_id\":170,\"appointment_date\":\"2021-01-30 13:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":350,\"deposit\":0},\"customer\":\"Lawrence Tacuban\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-01-30 11:14:31','2021-01-30 11:14:31'),(155,'appointments',NULL,'local',2275.00,0.00,0.00,'in_full',NULL,'pending','4f3b3630a95609f6583457cbd578c5d0','{\"items\":[{\"ca_id\":171,\"appointment_date\":\"2021-02-12 11:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Lipo C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]},{\"ca_id\":172,\"appointment_date\":\"2021-02-12 12:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Lipo C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]},{\"ca_id\":173,\"appointment_date\":\"2021-02-12 13:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Lipo C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]},{\"ca_id\":174,\"appointment_date\":\"2021-02-12 14:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Lipo C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]},{\"ca_id\":175,\"appointment_date\":\"2021-02-12 15:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Lipo C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":2275,\"deposit\":0},\"customer\":\"troy wilson\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-02-11 11:12:46','2021-02-11 11:12:46'),(156,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','73895431abf43e55c4e12e0faa60692d','{\"items\":[{\"ca_id\":176,\"appointment_date\":\"2021-02-13 16:00:00\",\"service_name\":\"Stress IV\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"Shane Blankenhorn\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-02-13 14:03:07','2021-02-13 14:03:07'),(157,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','2c638f7411e52762cb5c1b13ac9373b8','{\"items\":[{\"ca_id\":177,\"appointment_date\":\"2021-02-14 16:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Jade Medeiros\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-02-14 14:53:40','2021-02-14 14:53:40'),(158,'appointments',NULL,'local',300.00,0.00,0.00,'in_full',NULL,'pending','6abcc063ee5479a17141e7eda01784b8','{\"items\":[{\"ca_id\":178,\"appointment_date\":\"2021-02-18 11:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":300,\"deposit\":0},\"customer\":\"troy wilson\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-02-16 12:22:48','2021-02-16 12:22:48'),(159,'appointments',NULL,'local',510.00,0.00,0.00,'in_full',NULL,'pending','958248c93336d5aa73a0dfe218724848','{\"items\":[{\"ca_id\":179,\"appointment_date\":\"2021-02-21 08:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null}]},{\"ca_id\":180,\"appointment_date\":\"2021-02-21 09:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":510,\"deposit\":0},\"customer\":\"Andrew Beck\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-02-21 06:57:05','2021-02-21 06:57:05'),(160,'appointments',NULL,'local',255.00,0.00,0.00,'in_full',NULL,'pending','bef195c959b9a3cff492d568616d1a6e','{\"items\":[{\"ca_id\":181,\"appointment_date\":\"2021-02-21 17:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":255,\"deposit\":0},\"customer\":\"Nicole Owen\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-02-21 15:46:23','2021-02-21 15:46:23'),(161,'appointments',NULL,'local',300.00,0.00,0.00,'in_full',NULL,'pending','32f42c0bf999370b30114d4134913cb9','{\"items\":[{\"ca_id\":182,\"appointment_date\":\"2021-03-01 07:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":300,\"deposit\":0},\"customer\":\"Bonnie Lee\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-02-28 16:27:38','2021-02-28 16:27:38'),(162,'appointments',NULL,'local',425.00,0.00,0.00,'in_full',NULL,'pending','59da8f698ccde59f174b575fb63f50d0','{\"items\":[{\"ca_id\":183,\"appointment_date\":\"2021-03-02 13:00:00\",\"service_name\":\"Cold Flu IV - Formula 3\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":425,\"deposit\":0},\"customer\":\"troy wilson\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-03-01 12:19:29','2021-03-01 12:19:29'),(163,'appointments',NULL,'local',280.00,0.00,0.00,'in_full',NULL,'pending','4acbe75d7670a125afa96ce515950a71','{\"items\":[{\"ca_id\":184,\"appointment_date\":\"2021-03-02 09:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":280,\"deposit\":0},\"customer\":\"Daniel Kwolkoski\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-03-01 15:53:16','2021-03-01 15:53:16'),(164,'appointments',NULL,'local',390.00,0.00,0.00,'in_full',NULL,'pending','bdd09c5074cda108abf45d5db60a92e4','{\"items\":[{\"ca_id\":185,\"appointment_date\":\"2021-03-19 11:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":390,\"deposit\":0},\"customer\":\"troy wilson\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-03-01 20:18:39','2021-03-01 20:18:39'),(165,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','64c8ba103ab3a97c663e6173a8a58ac8','{\"items\":[{\"ca_id\":186,\"appointment_date\":\"2021-03-18 10:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"troy wilson\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-03-01 20:26:47','2021-03-01 20:26:47'),(166,'appointments',NULL,'local',205.00,0.00,0.00,'in_full',NULL,'pending','642014c066378c97daa36f03a948eb77','{\"items\":[{\"ca_id\":187,\"appointment_date\":\"2021-03-04 15:00:00\",\"service_name\":\"The Basic IV\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":205,\"deposit\":0},\"customer\":\"Matthew Cowan\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-03-04 13:52:29','2021-03-04 13:52:29'),(167,'appointments',NULL,'local',310.00,0.00,0.00,'in_full',NULL,'pending','bbcb9b7cd1c2c6f90e4912c1dbd9c40d','{\"items\":[{\"ca_id\":188,\"appointment_date\":\"2021-03-25 16:00:00\",\"service_name\":\"Detox IV Therapy\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":310,\"deposit\":0},\"customer\":\"troy wilson\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-03-05 14:50:21','2021-03-05 14:50:21'),(168,'appointments',NULL,'local',500.00,0.00,0.00,'in_full',NULL,'pending','5e5e79665c22e029c71a5257be38bc8b','{\"items\":[{\"ca_id\":189,\"appointment_date\":\"2021-03-06 16:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]},{\"ca_id\":190,\"appointment_date\":\"2021-03-06 17:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":500,\"deposit\":0},\"customer\":\"Rusti Gephart\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-03-06 09:44:03','2021-03-06 09:44:03'),(169,'appointments',NULL,'local',315.00,0.00,0.00,'in_full',NULL,'pending','a3f764e99967bb41729dbfb4ff54b01b','{\"items\":[{\"ca_id\":191,\"appointment_date\":\"2021-03-06 12:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":315,\"deposit\":0},\"customer\":\"Lawrence Tacuban\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-03-06 10:08:16','2021-03-06 10:08:16'),(170,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','9c09386be0c2900219362a6e9a9b4407','{\"items\":[{\"ca_id\":192,\"appointment_date\":\"2021-03-07 10:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Jeremy Larner\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-03-07 08:59:48','2021-03-07 08:59:48'),(171,'appointments',NULL,'local',270.00,0.00,0.00,'in_full',NULL,'pending','6c3673cb5d12012407354486b8eb42d0','{\"items\":[{\"ca_id\":193,\"appointment_date\":\"2021-03-11 08:00:00\",\"service_name\":\"The Basic IV\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Mini Hangover Pack\",\"price\":\"45.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":270,\"deposit\":0},\"customer\":\"Malie McClellan\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-03-10 20:43:38','2021-03-10 20:43:38'),(172,'appointments',NULL,'local',275.00,0.00,0.00,'in_full',NULL,'pending','3a468757636eb629c8dc6c855d59e70b','{\"items\":[{\"ca_id\":194,\"appointment_date\":\"2021-03-12 12:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":0},\"customer\":\"Conor Burgon\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-03-12 10:53:39','2021-03-12 10:53:39'),(173,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','4e32a2b759da00e4d0f3d91492d7c5e0','{\"items\":[{\"ca_id\":195,\"appointment_date\":\"2021-03-13 14:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Tami Grommes\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-03-13 13:01:54','2021-03-13 13:01:54'),(174,'appointments',NULL,'local',300.00,0.00,0.00,'in_full',NULL,'pending','c2d5a8e768e586acde406beeb587dc5f','{\"items\":[{\"ca_id\":196,\"appointment_date\":\"2021-03-16 10:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":300,\"deposit\":0},\"customer\":\"Brian Gaskin\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-03-15 11:52:35','2021-03-15 11:52:35'),(175,'appointments',NULL,'local',450.00,0.00,0.00,'in_full',NULL,'pending','fe1a875750757223e19c8b0d31e0f79b','{\"items\":[{\"ca_id\":197,\"appointment_date\":\"2021-03-20 12:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]},{\"ca_id\":198,\"appointment_date\":\"2021-03-20 13:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":450,\"deposit\":0},\"customer\":\"Taryn Nemoto\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-03-20 09:03:50','2021-03-20 09:03:50'),(176,'appointments',NULL,'local',350.00,0.00,0.00,'in_full',NULL,'pending','62baeda07f63a1f92502780043117e67','{\"items\":[{\"ca_id\":199,\"appointment_date\":\"2021-03-21 09:00:00\",\"service_name\":\"Detox IV Therapy\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]},{\"ca_id\":200,\"appointment_date\":\"2021-03-21 10:00:00\",\"service_name\":\"Antioxidants IV push\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":350,\"deposit\":0},\"customer\":\"Michael Dias\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-03-21 07:37:58','2021-03-21 07:37:58'),(177,'appointments',NULL,'local',300.00,0.00,0.00,'in_full',NULL,'pending','f52e5e2b05f9f5547d708767f8390d4a','{\"items\":[{\"ca_id\":201,\"appointment_date\":\"2021-03-25 09:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":300,\"deposit\":0},\"customer\":\"Malie McClellan\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-03-24 17:34:38','2021-03-24 17:34:38'),(178,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','2eedae9dbecb9749108878774dda90d7','{\"items\":[{\"ca_id\":202,\"appointment_date\":\"2021-04-01 09:00:00\",\"service_name\":\"The Basic IV\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"Mitchell Kaleo\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-03-31 08:50:41','2021-03-31 08:50:41'),(179,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','a86e008d5105cf2af9a0b59af34bc746','{\"items\":[{\"ca_id\":203,\"appointment_date\":\"2021-04-06 12:00:00\",\"service_name\":\"Anti-Aging IV\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"julieann getman\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-04-02 15:07:57','2021-04-02 15:07:57'),(180,'appointments',NULL,'local',360.00,0.00,0.00,'in_full',NULL,'pending','37cb4357ae732cccbc17e5b9dcde521c','{\"items\":[{\"ca_id\":204,\"appointment_date\":\"2021-04-03 20:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":360,\"deposit\":0},\"customer\":\"Natasha Nielsen\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-04-03 17:43:41','2021-04-03 17:43:41'),(181,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','da5e389e89f6054b7594f1a11880a17d','{\"items\":[{\"ca_id\":205,\"appointment_date\":\"2021-04-04 18:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"James Na\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-04-04 16:02:50','2021-04-04 16:02:50'),(182,'appointments',NULL,'local',250.00,0.00,0.00,'in_full',NULL,'pending','968c5308eb4673b02a6d6203f0de6035','{\"items\":[{\"ca_id\":206,\"appointment_date\":\"2021-04-06 08:00:00\",\"service_name\":\"Jetlag IV\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":0},\"customer\":\"Yumi Whitaker\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-04-06 06:33:55','2021-04-06 06:33:56'),(183,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','c27fa0b2fe390aae21f56bc4feedf988','{\"items\":[{\"ca_id\":207,\"appointment_date\":\"2021-04-11 08:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Bodhi Wong\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-04-08 21:59:26','2021-04-08 21:59:26'),(184,'appointments',NULL,'local',570.00,0.00,0.00,'in_full',NULL,'pending','bedb52682c6bfc56c693e68494414c11','{\"items\":[{\"ca_id\":208,\"appointment_date\":\"2021-04-11 09:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null}]},{\"ca_id\":209,\"appointment_date\":\"2021-04-11 10:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":570,\"deposit\":0},\"customer\":\"Taryn Oshiro Nemoto\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-04-11 05:55:10','2021-04-11 05:55:10'),(185,'appointments',NULL,'local',450.00,0.00,0.00,'in_full',NULL,'pending','fe6587fb7dd7b11a26a9f75497fb8fd6','{\"items\":[{\"ca_id\":210,\"appointment_date\":\"2021-04-13 13:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]},{\"ca_id\":211,\"appointment_date\":\"2021-04-13 14:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":450,\"deposit\":0},\"customer\":\"Rebecca Ward\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-04-13 11:51:29','2021-04-13 11:51:29'),(186,'appointments',NULL,'local',425.00,0.00,0.00,'in_full',NULL,'pending','6683a5b7251aa5567227ba27b7075cdf','{\"items\":[{\"ca_id\":212,\"appointment_date\":\"2021-04-15 10:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":425,\"deposit\":0},\"customer\":\"Suzanna Hall\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-04-15 08:29:04','2021-04-15 08:29:04'),(187,'appointments',NULL,'local',235.00,0.00,0.00,'in_full',NULL,'pending','38e1edeac89ef817b7250529b3e353af','{\"items\":[{\"ca_id\":213,\"appointment_date\":\"2021-04-18 10:00:00\",\"service_name\":\"Stress IV\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Lipo C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":235,\"deposit\":0},\"customer\":\"Jessie Leatigaga-Lopez\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-04-18 07:43:25','2021-04-18 07:43:25'),(188,'appointments',NULL,'local',325.00,0.00,0.00,'in_full',NULL,'pending','2e593a93119a0d047f0f0ba078bc5246','{\"items\":[{\"ca_id\":214,\"appointment_date\":\"2021-04-22 17:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":325,\"deposit\":0},\"customer\":\"Melissa Smith\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-04-22 15:29:35','2021-04-22 15:29:35'),(189,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','66cdaa6667cf4b6675b496f4adc7108f','{\"items\":[{\"ca_id\":215,\"appointment_date\":\"2021-04-25 13:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Katelyn Jones\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-04-25 11:15:50','2021-04-25 11:15:50'),(190,'appointments',NULL,'local',210.00,0.00,0.00,'in_full',NULL,'pending','e6c2d6160b48ecd062c7f0c19fc0bd5c','{\"items\":[{\"ca_id\":216,\"appointment_date\":\"2021-04-27 10:00:00\",\"service_name\":\"Stress IV\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":210,\"deposit\":0},\"customer\":\"Serena Fife\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-04-26 13:13:48','2021-04-26 13:13:48'),(191,'appointments',NULL,'local',335.00,0.00,0.00,'in_full',NULL,'pending','2967fee9d2296edaf59b5cd9a463e74b','{\"items\":[{\"ca_id\":217,\"appointment_date\":\"2021-04-27 13:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":335,\"deposit\":0},\"customer\":\"Stan Spry\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-04-27 11:48:58','2021-04-27 11:48:58'),(192,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','4826af35907b2c5b617aa28bfeb4740b','{\"items\":[{\"ca_id\":218,\"appointment_date\":\"2021-04-27 17:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Jodie Dresel\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-04-27 15:54:40','2021-04-27 15:54:40'),(193,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','07877791b0ac055791ad8c1e843d4c4f','{\"items\":[{\"ca_id\":219,\"appointment_date\":\"2021-04-30 12:00:00\",\"service_name\":\"Detox IV Therapy\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"Rachel Madel\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-04-29 05:53:21','2021-04-29 05:53:21'),(194,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','94b7b00642351e8de9e16dba483c9091','{\"items\":[{\"ca_id\":220,\"appointment_date\":\"2021-05-27 14:00:00\",\"service_name\":\"Skin Whitening IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Mariah Ramos\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-04-29 13:30:14','2021-04-29 13:30:14'),(195,'appointments',NULL,'local',250.00,0.00,0.00,'in_full',NULL,'pending','4aef2c23de0d4ca4dca5e24773186d50','{\"items\":[{\"ca_id\":221,\"appointment_date\":\"2021-05-01 12:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":0},\"customer\":\"Kaimi Mead\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-05-01 10:00:54','2021-05-01 10:00:54'),(196,'appointments',NULL,'local',175.00,0.00,0.00,'in_full',NULL,'pending','9e11b78f82637600c160c493572adc98','{\"items\":[{\"ca_id\":222,\"appointment_date\":\"2021-05-02 15:00:00\",\"service_name\":\"The Basic IV\",\"service_price\":175,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":175,\"deposit\":0},\"customer\":\"Channey Stone\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-05-02 12:58:22','2021-05-02 12:58:22'),(197,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','3cffe2091585ecaee0b43692491df2b5','{\"items\":[{\"ca_id\":223,\"appointment_date\":\"2021-05-06 15:00:00\",\"service_name\":\"The Basic IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Matthew Araujo\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-05-06 12:58:53','2021-05-06 12:58:53'),(198,'appointments',NULL,'local',275.00,0.00,0.00,'in_full',NULL,'pending','85088de5373a9843f6770655e86e51a7','{\"items\":[{\"ca_id\":224,\"appointment_date\":\"2021-05-07 15:00:00\",\"service_name\":\"Sports IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":0},\"customer\":\"Albert Jansen\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-05-07 05:54:38','2021-05-07 05:54:38'),(199,'appointments',NULL,'local',280.00,0.00,0.00,'in_full',NULL,'pending','a51d14dc745c24b758e4a1928c3181df','{\"items\":[{\"ca_id\":225,\"appointment_date\":\"2021-05-13 09:00:00\",\"service_name\":\"Stress IV\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":280,\"deposit\":0},\"customer\":\"Jillian Magie\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-05-12 08:48:31','2021-05-12 08:48:31'),(200,'appointments',NULL,'local',360.00,0.00,0.00,'in_full',NULL,'pending','6b1a1171b95ffcb89c47abd1e2146b25','{\"items\":[{\"ca_id\":226,\"appointment_date\":\"2021-05-16 08:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null},{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":360,\"deposit\":0},\"customer\":\"Shanean Borchardt\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-05-14 08:30:30','2021-05-14 08:30:30'),(201,'appointments',NULL,'local',620.00,0.00,0.00,'in_full',NULL,'pending','ec6ff502bd837e3ff943a964cfc71139','{\"items\":[{\"ca_id\":227,\"appointment_date\":\"2021-05-14 16:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null}]},{\"ca_id\":228,\"appointment_date\":\"2021-05-14 17:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":620,\"deposit\":0},\"customer\":\"Shanean Borchardt\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-05-14 11:52:37','2021-05-14 11:52:37'),(202,'appointments',NULL,'local',255.00,0.00,0.00,'in_full',NULL,'pending','90a5438f9e9f7861b924797cd0a60d36','{\"items\":[{\"ca_id\":229,\"appointment_date\":\"2021-05-16 11:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":255,\"deposit\":0},\"customer\":\"Amber Cribb\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-05-16 09:46:05','2021-05-16 09:46:05'),(203,'appointments',NULL,'local',285.00,0.00,0.00,'in_full',NULL,'pending','dc81593b89fdabeca110ba857a756a86','{\"items\":[{\"ca_id\":230,\"appointment_date\":\"2021-05-16 13:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Lipo C Injection\",\"price\":\"60.00\",\"quantity\":\"1\",\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":285,\"deposit\":0},\"customer\":\"Sam sham test Test\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-05-16 11:58:10','2021-05-16 11:58:10'),(204,'appointments',NULL,'local',250.00,0.00,0.00,'in_full',NULL,'pending','6c0795f5bc81919f13736aadb7e1b903','{\"items\":[{\"ca_id\":231,\"appointment_date\":\"2021-05-16 14:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":0},\"customer\":\"Dan Le\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":\"1\",\"gateway\":null}',NULL,'2021-05-16 12:13:33','2021-05-16 12:13:33'),(205,'appointments',NULL,'local',300.00,0.00,0.00,'in_full',NULL,'pending','f30ba9ae378fa48c699d2c1be5b605b2','{\"items\":[{\"ca_id\":232,\"appointment_date\":\"2021-05-20 10:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":300,\"deposit\":0},\"customer\":\"test test\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":null}',NULL,'2021-05-18 12:48:47','2021-05-18 12:48:47'),(206,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','db19850a532aca97bd6f8aa006b93cc4','{\"items\":[{\"ca_id\":233,\"appointment_date\":\"2021-05-28 11:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"test test\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":null}',NULL,'2021-05-18 12:52:46','2021-05-18 12:52:46'),(207,'appointments',NULL,'local',330.00,0.00,0.00,'in_full',NULL,'pending','a99f41c9924fd6f99599272060aa42dd','{\"items\":[{\"ca_id\":234,\"appointment_date\":\"2021-05-20 08:00:00\",\"service_name\":\"Jetlag IV\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":330,\"deposit\":0},\"customer\":\"Zac Carney\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":null}',NULL,'2021-05-20 06:02:44','2021-05-20 06:02:44'),(208,'appointments',NULL,'local',330.00,0.00,0.00,'in_full',NULL,'pending','7f7ead39dc43fb37c431f9f54668b487','{\"items\":[{\"ca_id\":235,\"appointment_date\":\"2021-05-20 14:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":330,\"deposit\":0},\"customer\":\"Yekaterina Dyukova\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":null}',NULL,'2021-05-20 09:58:07','2021-05-20 09:58:07'),(209,'appointments',NULL,'local',250.00,0.00,0.00,'in_full',NULL,'pending','838c0716bd3dbcbdaee16029b787ffdc','{\"items\":[{\"ca_id\":236,\"appointment_date\":\"2021-05-25 10:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":0},\"customer\":\"Sam White\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":null}',NULL,'2021-05-23 17:08:51','2021-05-23 17:08:51'),(210,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','357b66698b37dbee0383e6563a6b0a6c','{\"items\":[{\"ca_id\":237,\"appointment_date\":\"2021-06-05 13:00:00\",\"service_name\":\"Skin Whitening IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Ariel Anderson\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":null}',NULL,'2021-05-28 09:56:57','2021-05-28 09:56:57'),(211,'appointments',NULL,'local',250.00,0.00,0.00,'in_full',NULL,'pending','95699e6640221eac4f3fcd2c301fc500','{\"items\":[{\"ca_id\":238,\"appointment_date\":\"2021-06-01 11:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":0},\"customer\":\"Sam White\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":null}',NULL,'2021-05-28 20:09:58','2021-05-28 20:09:58'),(212,'appointments',NULL,'local',450.00,0.00,0.00,'in_full',NULL,'pending','543102c2a70c3ac3a2e0e32dcf03e3d9','{\"items\":[{\"ca_id\":239,\"appointment_date\":\"2021-05-30 15:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]},{\"ca_id\":240,\"appointment_date\":\"2021-05-30 16:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":450,\"deposit\":0},\"customer\":\"Ralph Zimmermann\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":null}',NULL,'2021-05-30 13:56:20','2021-05-30 13:56:20'),(213,'appointments',NULL,'local',250.00,0.00,0.00,'in_full',NULL,'pending','c742265a95da181858b48959fbfb0c22','{\"items\":[{\"ca_id\":241,\"appointment_date\":\"2021-06-05 12:00:00\",\"service_name\":\"Jetlag IV\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":0},\"customer\":\"Monica Rielly\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":null}',NULL,'2021-06-05 05:24:07','2021-06-05 05:24:08'),(214,'appointments',NULL,'local',500.00,0.00,0.00,'in_full',NULL,'pending','d8dc6db3bfa67b8abc013b6db9f0ee35','{\"items\":[{\"ca_id\":242,\"appointment_date\":\"2021-06-05 15:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]},{\"ca_id\":243,\"appointment_date\":\"2021-06-05 16:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":500,\"deposit\":0},\"customer\":\"corey cazares\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":null}',NULL,'2021-06-05 12:09:49','2021-06-05 12:09:49'),(215,'appointments',NULL,'local',300.00,0.00,0.00,'in_full',NULL,'pending','ab523d333bb7ffd0683733c7d5b36d84','{\"items\":[{\"ca_id\":244,\"appointment_date\":\"2021-06-05 14:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":300,\"deposit\":0},\"customer\":\"Pat Sotelo\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":null}',NULL,'2021-06-05 12:15:39','2021-06-05 12:15:39'),(216,'appointments',NULL,'local',285.00,0.00,0.00,'in_full',NULL,'pending','ad180995f6e6163850f4e9a3c0869e55','{\"items\":[{\"ca_id\":245,\"appointment_date\":\"2021-06-10 08:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":285,\"deposit\":0},\"customer\":\"Dawn Andrews\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":null}',NULL,'2021-06-10 06:50:32','2021-06-10 06:50:32'),(217,'appointments',NULL,'local',275.00,0.00,0.00,'in_full',NULL,'pending','60ce561b658c1a5682e9761394e98448','{\"items\":[{\"ca_id\":246,\"appointment_date\":\"2021-06-12 16:00:00\",\"service_name\":\"The Basic IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Detox Push Vit C and Glutathione\",\"price\":\"50.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":0},\"customer\":\"Lauren Ryan\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":null}',NULL,'2021-06-11 22:17:37','2021-06-11 22:17:37'),(218,'appointments',NULL,'local',275.00,0.00,0.00,'in_full',NULL,'pending','48bbcf4ce0c25d879818713a37958297','{\"items\":[{\"ca_id\":247,\"appointment_date\":\"2021-06-13 21:00:00\",\"service_name\":\"The Basic IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Detox Push Vit C and Glutathione\",\"price\":\"50.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":0},\"customer\":\"Lauren Ryan\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":null}',NULL,'2021-06-13 11:58:37','2021-06-13 11:58:37'),(219,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','f2c6e71834246e4ac7aaff13fb6bc7b4','{\"items\":[{\"ca_id\":248,\"appointment_date\":\"2021-06-15 13:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Kerry Zalopany\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":null}',NULL,'2021-06-15 09:35:20','2021-06-15 09:35:20'),(220,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','ba933ad41f7caa93996b9f2f14f61849','{\"items\":[{\"ca_id\":249,\"appointment_date\":\"2021-06-17 09:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Kylee Akina\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":null}',NULL,'2021-06-16 13:21:38','2021-06-16 13:21:38'),(221,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','454224796f8efe2f93da8c9cd582508c','{\"items\":[{\"ca_id\":250,\"appointment_date\":\"2021-06-17 16:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Windy Reeff\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":null}',NULL,'2021-06-17 14:29:48','2021-06-17 14:29:48'),(222,'appointments',NULL,'local',225.00,0.00,0.00,'in_full',NULL,'pending','d31ddc689637b4919bf7baae99f16ef5','{\"items\":[{\"ca_id\":251,\"appointment_date\":\"2021-06-17 17:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Windy Reeff\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":null}',NULL,'2021-06-17 14:32:52','2021-06-17 14:32:52'),(223,'appointments',NULL,'local',560.00,0.00,0.00,'in_full',NULL,'pending','f449c32b31c0695e97e57e8bae161521','{\"items\":[{\"ca_id\":252,\"appointment_date\":\"2021-06-20 14:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]},{\"ca_id\":253,\"appointment_date\":\"2021-06-20 15:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":560,\"deposit\":0},\"customer\":\"Rachel D\\u2019Agostino\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":null}',NULL,'2021-06-19 05:02:13','2021-06-19 05:02:13'),(224,'appointments',NULL,'local',250.00,0.00,0.00,'in_full',NULL,'pending','f00d5dce47308b28c491f46223f8bb73','{\"items\":[{\"ca_id\":254,\"appointment_date\":\"2021-06-24 08:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":null,\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":0},\"customer\":\"Janice Lee\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":null}',NULL,'2021-06-22 22:38:54','2021-06-22 22:38:55'),(225,'appointments',NULL,'paypal',250.00,0.00,62.50,'deposit',0.00,'completed','39c7b744fab35b00b46f84682687abb2','{\"items\":[{\"ca_id\":255,\"appointment_date\":\"2021-06-25 17:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$62.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":62.5},\"customer\":\"Sam White\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-06-25 13:08:24','2021-06-25 13:08:24'),(226,'appointments',NULL,'paypal',335.00,0.00,83.75,'deposit',0.00,'completed','8502b46bdd92bbba7955140596f09b89','{\"items\":[{\"ca_id\":256,\"appointment_date\":\"2021-06-27 08:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$83.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":335,\"deposit\":83.75},\"customer\":\"Runningbear RAMIREZ\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-06-27 04:58:16','2021-06-27 04:58:16'),(227,'appointments',NULL,'paypal',225.00,0.00,56.25,'deposit',0.00,'completed','c7ee00dbb14a25bec36dc3ae1d2f477b','{\"items\":[{\"ca_id\":257,\"appointment_date\":\"2021-07-04 10:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$56.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":56.25},\"customer\":\"Candice Jansen\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-07-04 07:12:53','2021-07-04 07:12:53'),(228,'appointments',NULL,'paypal',225.00,0.00,56.25,'deposit',0.00,'completed','cb435c97e7d7a7b539850b1d1eb0ca20','{\"items\":[{\"ca_id\":258,\"appointment_date\":\"2021-07-08 15:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$56.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":56.25},\"customer\":\"Randy Adams\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-07-08 13:43:17','2021-07-08 13:43:17'),(229,'appointments',NULL,'paypal',250.00,0.00,62.50,'deposit',0.00,'completed','b8fceb7455a825111d43e0d57972861f','{\"items\":[{\"ca_id\":259,\"appointment_date\":\"2021-07-10 12:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$62.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":62.5},\"customer\":\"Summer Buchmeier\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-07-09 11:12:59','2021-07-09 11:12:59'),(230,'appointments',NULL,'paypal',225.00,0.00,56.25,'deposit',0.00,'completed','4e0dbeb53cf3629994fad3598648a60f','{\"items\":[{\"ca_id\":260,\"appointment_date\":\"2021-07-19 07:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$56.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":56.25},\"customer\":\"Jessi Kelly\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-07-19 05:21:12','2021-07-19 05:21:13'),(231,'appointments',NULL,'paypal',360.00,0.00,90.00,'deposit',0.00,'completed','2dd0503f0caade3056cdc4eaa5c5c6c4','{\"items\":[{\"ca_id\":261,\"appointment_date\":\"2021-07-24 21:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$90.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":360,\"deposit\":90},\"customer\":\"Walter Craig\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-07-24 19:10:28','2021-07-24 19:10:28'),(232,'appointments',NULL,'paypal',355.00,0.00,88.75,'deposit',0.00,'completed','b1e979c27aeb53cb0b0c3c173ef864be','{\"items\":[{\"ca_id\":262,\"appointment_date\":\"2021-07-30 14:00:00\",\"service_name\":\"Detox IV Therapy\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$88.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":355,\"deposit\":88.75},\"customer\":\"Raun Jones\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-07-30 09:39:28','2021-07-30 09:39:29'),(233,'appointments',NULL,'paypal',350.00,0.00,87.50,'deposit',0.00,'completed','e20e67d6340079bc54426ffdf2b65944','{\"items\":[{\"ca_id\":263,\"appointment_date\":\"2021-08-05 10:00:00\",\"service_name\":\"Cold Flu IV - Formula 3\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$87.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":350,\"deposit\":87.5},\"customer\":\"Shienlin Pryor\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-08-04 16:40:52','2021-08-04 16:40:52'),(234,'appointments',NULL,'paypal',570.00,0.00,142.50,'deposit',0.00,'completed','d97dfe761e1c94162b0c166e82594d4f','{\"items\":[{\"ca_id\":264,\"appointment_date\":\"2021-08-08 14:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$71.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]},{\"ca_id\":265,\"appointment_date\":\"2021-08-08 15:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$71.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":570,\"deposit\":142.5},\"customer\":\"Caroline Harris\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-08-08 12:11:07','2021-08-08 12:11:07'),(235,'appointments',NULL,'paypal',280.00,0.00,70.00,'deposit',0.00,'completed','c4da51a081129055d33a85a5e8411449','{\"items\":[{\"ca_id\":266,\"appointment_date\":\"2021-08-08 19:00:00\",\"service_name\":\"Detox IV Therapy\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$70.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":280,\"deposit\":70},\"customer\":\"Austin Duff\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-08-08 13:37:50','2021-08-08 13:37:50'),(236,'appointments',NULL,'free',225.00,0.00,0.00,'in_full',0.00,'completed','76f986a38b1809d580856ae1c905c921','{\"items\":[{\"ca_id\":267,\"appointment_date\":\"2021-08-12 11:00:00\",\"service_name\":\"The Basic IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$0.00\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Troy Test\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":null}',NULL,'2021-08-11 09:40:07','2021-08-11 09:40:07'),(237,'appointments',NULL,'free',225.00,0.00,0.00,'in_full',0.00,'completed','0dbe85a3f1ccea09b4cadd1c97a6ebf6','{\"items\":[{\"ca_id\":268,\"appointment_date\":\"2021-08-12 09:00:00\",\"service_name\":\"The Basic IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$0.00\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":0},\"customer\":\"Troy Test2\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":null}',NULL,'2021-08-11 10:54:07','2021-08-11 10:54:07'),(238,'appointments',NULL,'paypal',350.00,0.00,87.50,'deposit',0.00,'completed','051a8301b945774793efb27ee5692ea4','{\"items\":[{\"ca_id\":269,\"appointment_date\":\"2021-08-17 09:00:00\",\"service_name\":\"Cold Flu IV - Formula 3\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$87.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":350,\"deposit\":87.5},\"customer\":\"KIMBERLY MABE\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-08-16 19:22:12','2021-08-16 19:22:12'),(239,'appointments',NULL,'paypal',300.00,0.00,75.00,'deposit',0.00,'completed','cbbec8f80ba89e981262edfcb9df6044','{\"items\":[{\"ca_id\":270,\"appointment_date\":\"2021-08-20 09:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$75.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":300,\"deposit\":75},\"customer\":\"Erica Larson\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-08-20 07:09:40','2021-08-20 07:09:41'),(240,'appointments',NULL,'paypal',300.00,0.00,75.00,'deposit',0.00,'completed','62b4230df86f8243d7479217f23cc6d6','{\"items\":[{\"ca_id\":271,\"appointment_date\":\"2021-08-22 15:00:00\",\"service_name\":\"The Basic IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$75.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":300,\"deposit\":75},\"customer\":\"Tanya Tooze\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-08-22 11:39:24','2021-08-22 11:39:24'),(241,'appointments',NULL,'paypal',275.00,0.00,68.75,'deposit',0.00,'completed','9a12d83044fc4e5fd7d431b3d799e838','{\"items\":[{\"ca_id\":272,\"appointment_date\":\"2021-08-28 12:00:00\",\"service_name\":\"The Basic IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$68.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":68.75},\"customer\":\"Friday John\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-08-27 22:44:13','2021-08-27 22:44:13'),(242,'appointments',NULL,'paypal',255.00,0.00,63.75,'deposit',0.00,'completed','c875542b0dba0ee523efa2b0214c4976','{\"items\":[{\"ca_id\":273,\"appointment_date\":\"2021-08-28 13:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$63.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":255,\"deposit\":63.75},\"customer\":\"Jacqueline Dunlap\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-08-28 11:48:39','2021-08-28 11:48:39'),(243,'appointments',NULL,'paypal',275.00,0.00,68.75,'deposit',0.00,'completed','1c73f9cfb19d4215eb4d1bc19f020672','{\"items\":[{\"ca_id\":274,\"appointment_date\":\"2021-08-31 13:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$68.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":68.75},\"customer\":\"David Fiedler\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-08-30 11:21:37','2021-08-30 11:21:37'),(244,'appointments',NULL,'paypal',310.00,0.00,77.50,'deposit',0.00,'completed','8828e2dc8111aaf02d2ba7fadc6a706c','{\"items\":[{\"ca_id\":275,\"appointment_date\":\"2021-08-31 14:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$77.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":310,\"deposit\":77.5},\"customer\":\"Najlaa Macklin\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-08-31 11:25:28','2021-08-31 11:25:28'),(245,'appointments',NULL,'paypal',250.00,0.00,62.50,'deposit',0.00,'completed','a08f0e36b4ec8ac18d701b0212251b7e','{\"items\":[{\"ca_id\":276,\"appointment_date\":\"2021-08-31 17:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$62.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":62.5},\"customer\":\"April Stoltz\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-08-31 13:54:39','2021-08-31 13:54:40'),(246,'appointments',NULL,'paypal',255.00,0.00,63.75,'deposit',0.00,'completed','ae99d2e6b9c516648db77d1302d05d31','{\"items\":[{\"ca_id\":277,\"appointment_date\":\"2021-09-06 07:00:00\",\"service_name\":\"The Basic IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$63.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":255,\"deposit\":63.75},\"customer\":\"Andrea Tapia\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-09-05 21:31:09','2021-09-05 21:31:09'),(247,'appointments',NULL,'paypal',250.00,0.00,62.50,'deposit',0.00,'completed','e9c88e4b077bb6b303518274f38d0c14','{\"items\":[{\"ca_id\":279,\"appointment_date\":\"2021-09-09 09:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$62.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":62.5},\"customer\":\"April Stoltz\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-09-08 08:00:00','2021-09-08 08:00:00'),(248,'appointments',NULL,'paypal',350.00,0.00,87.50,'deposit',0.00,'completed','8b830eff33c4604434a29883ed9fcea0','{\"items\":[{\"ca_id\":281,\"appointment_date\":\"2021-09-09 10:00:00\",\"service_name\":\"Cold Flu IV - Formula 3\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$87.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":350,\"deposit\":87.5},\"customer\":\"Hayley Dillon\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-09-08 20:46:42','2021-09-08 20:46:42'),(249,'appointments',NULL,'paypal',350.00,0.00,87.50,'deposit',0.00,'completed','5b3eb6aa62e0e18a7faaa93d4fc761f6','{\"items\":[{\"ca_id\":282,\"appointment_date\":\"2021-09-09 11:00:00\",\"service_name\":\"Cold Flu IV - Formula 3\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$87.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":350,\"deposit\":87.5},\"customer\":\"Alisha Henshaw\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-09-08 23:15:27','2021-09-08 23:15:27'),(250,'appointments',NULL,'paypal',300.00,0.00,75.00,'deposit',0.00,'completed','7e9a4706071443340e8a040249a8795d','{\"items\":[{\"ca_id\":283,\"appointment_date\":\"2021-09-09 12:00:00\",\"service_name\":\"Detox IV Therapy\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$75.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":300,\"deposit\":75},\"customer\":\"Shalana Davis\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-09-09 09:41:05','2021-09-09 09:41:05'),(251,'appointments',NULL,'paypal',425.00,0.00,106.25,'deposit',0.00,'completed','99d4cff602bac0c18189b5c697b86aa0','{\"items\":[{\"ca_id\":284,\"appointment_date\":\"2021-09-10 10:00:00\",\"service_name\":\"Cold Flu IV - Formula 3\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$106.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":425,\"deposit\":106.25},\"customer\":\"Harris Mabe\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-09-09 15:13:24','2021-09-09 15:13:24'),(252,'appointments',NULL,'paypal',285.00,0.00,71.25,'deposit',0.00,'completed','45053b6c089c70ef4c2f3dd6f1f2c57f','{\"items\":[{\"ca_id\":285,\"appointment_date\":\"2021-09-10 17:00:00\",\"service_name\":\"Sports IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$71.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Lipo C Injection\",\"price\":\"60.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":285,\"deposit\":71.25},\"customer\":\"Alexander Accarino\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-09-10 15:26:19','2021-09-10 15:26:19'),(253,'appointments',NULL,'paypal',355.00,0.00,88.75,'deposit',0.00,'completed','f7d21251f9c9ed5117fbb43037fef2b8','{\"items\":[{\"ca_id\":286,\"appointment_date\":\"2021-09-12 21:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$88.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":355,\"deposit\":88.75},\"customer\":\"Sari Lopez\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-09-12 17:08:38','2021-09-12 17:08:38'),(254,'appointments',NULL,'paypal',250.00,0.00,62.50,'deposit',0.00,'completed','bd635c51f1790c248323e71b57a54e5c','{\"items\":[{\"ca_id\":287,\"appointment_date\":\"2021-09-16 08:00:00\",\"service_name\":\"Detox IV Therapy\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$62.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":62.5},\"customer\":\"Shalana Davis\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-09-15 07:43:34','2021-09-15 07:43:34'),(255,'appointments',NULL,'paypal',250.00,0.00,62.50,'deposit',0.00,'completed','c039206c7352e505ce36b62fe6beac41','{\"items\":[{\"ca_id\":294,\"appointment_date\":\"2021-09-18 17:00:00\",\"service_name\":\"Antioxidants IV push\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$62.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":62.5},\"customer\":\"Shalana Davis\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-09-18 14:05:14','2021-09-18 14:05:14'),(256,'appointments',NULL,'paypal',280.00,0.00,70.00,'deposit',0.00,'completed','139606705fd3b435bdf2829da9619ee0','{\"items\":[{\"ca_id\":295,\"appointment_date\":\"2021-09-21 17:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$70.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":280,\"deposit\":70},\"customer\":\"Sam White\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-09-21 13:39:43','2021-09-21 13:39:43'),(257,'appointments',NULL,'paypal',325.00,0.00,81.25,'deposit',0.00,'completed','30b7e13a19cca6695863a97b384b7643','{\"items\":[{\"ca_id\":296,\"appointment_date\":\"2021-09-23 12:00:00\",\"service_name\":\"Stress IV\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$81.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":325,\"deposit\":81.25},\"customer\":\"Juliet Romero\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-09-21 17:03:57','2021-09-21 17:03:57'),(258,'appointments',NULL,'paypal',250.00,0.00,62.50,'deposit',0.00,'completed','faacc272d9dbcd4aa43c96a053e513f2','{\"items\":[{\"ca_id\":297,\"appointment_date\":\"2021-09-28 09:00:00\",\"service_name\":\"Cold Flu IV - Formula 2\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$62.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":62.5},\"customer\":\"James Migia\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-09-27 13:25:39','2021-09-27 13:25:39'),(259,'appointments',NULL,'paypal',285.00,0.00,71.25,'deposit',0.00,'completed','97adbaeb15d427a8813248a541dd81b2','{\"items\":[{\"ca_id\":298,\"appointment_date\":\"2021-09-28 10:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$71.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":285,\"deposit\":71.25},\"customer\":\"Keli Taylor\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-09-27 13:41:43','2021-09-27 13:41:43'),(260,'appointments',NULL,'paypal',250.00,0.00,62.50,'deposit',0.00,'completed','82498fc8e0e9d90a04bc7476180697ae','{\"items\":[{\"ca_id\":299,\"appointment_date\":\"2021-09-30 10:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$62.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":62.5},\"customer\":\"Kevin Cotton\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-09-30 04:50:59','2021-09-30 04:50:59'),(261,'appointments',NULL,'paypal',270.00,0.00,67.50,'deposit',0.00,'completed','77bf5adf30450216ee30cb41d924848e','{\"items\":[{\"ca_id\":300,\"appointment_date\":\"2021-10-03 15:00:00\",\"service_name\":\"The Basic IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$67.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Mini Hangover Pack\",\"price\":\"45.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":270,\"deposit\":67.5},\"customer\":\"Anthony Dructor\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-10-02 16:00:01','2021-10-02 16:00:01'),(262,'appointments',NULL,'paypal',300.00,0.00,75.00,'deposit',0.00,'completed','259356ad2b34e4afc2358afd086ede37','{\"items\":[{\"ca_id\":307,\"appointment_date\":\"2021-10-09 17:00:00\",\"service_name\":\"Detox IV Therapy\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$75.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":300,\"deposit\":75},\"customer\":\"Shalana Davis\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-10-08 20:49:55','2021-10-08 20:49:55'),(263,'appointments',NULL,'paypal',250.00,0.00,62.50,'deposit',0.00,'completed','9f9c65f6ea5db12a0fae62cdb557b1ab','{\"items\":[{\"ca_id\":308,\"appointment_date\":\"2021-10-12 16:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$62.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":62.5},\"customer\":\"Terran Woods\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-10-11 09:46:33','2021-10-11 09:46:33'),(264,'appointments',NULL,'paypal',280.00,0.00,70.00,'deposit',0.00,'completed','d887fbc8259fe64a51f77da201fcde95','{\"items\":[{\"ca_id\":309,\"appointment_date\":\"2021-10-14 08:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$70.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":280,\"deposit\":70},\"customer\":\"Lael Elo\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-10-13 17:25:44','2021-10-13 17:25:44'),(265,'appointments',NULL,'paypal',250.00,0.00,62.50,'deposit',0.00,'completed','84eb162fc3e837ebc404f3983277d0ee','{\"items\":[{\"ca_id\":310,\"appointment_date\":\"2021-10-18 07:00:00\",\"service_name\":\"Detox IV Therapy\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$62.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":62.5},\"customer\":\"Shalana Davis\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-10-16 02:07:18','2021-10-16 02:07:18'),(266,'appointments',NULL,'paypal',255.00,0.00,63.75,'deposit',0.00,'completed','32ff879ac2a799df6c08f2007d09ef4c','{\"items\":[{\"ca_id\":311,\"appointment_date\":\"2021-10-17 16:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$63.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":255,\"deposit\":63.75},\"customer\":\"Tina Schaff\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-10-17 14:33:37','2021-10-17 14:33:37'),(267,'appointments',NULL,'paypal',285.00,0.00,71.25,'deposit',0.00,'completed','73e971f371be53a208d0eaafae5a4e6f','{\"items\":[{\"ca_id\":312,\"appointment_date\":\"2021-10-22 13:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$71.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":285,\"deposit\":71.25},\"customer\":\"Kristen Miller\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-10-21 19:25:58','2021-10-21 19:25:58'),(268,'appointments',NULL,'paypal',900.00,0.00,225.00,'deposit',0.00,'completed','876b9c2b63f2841902ab342999b17d0a','{\"items\":[{\"ca_id\":313,\"appointment_date\":\"2021-10-22 10:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$56.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]},{\"ca_id\":314,\"appointment_date\":\"2021-10-22 11:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$56.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]},{\"ca_id\":315,\"appointment_date\":\"2021-10-22 12:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$56.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]},{\"ca_id\":316,\"appointment_date\":\"2021-10-22 13:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$56.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":900,\"deposit\":225},\"customer\":\"Matthew Meehan\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-10-21 21:42:45','2021-10-21 21:42:45'),(269,'appointments',NULL,'paypal',225.00,0.00,56.25,'deposit',0.00,'completed','efc15d3c351901fb8bbc94e3ad2f231a','{\"items\":[{\"ca_id\":317,\"appointment_date\":\"2021-10-29 12:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$56.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":56.25},\"customer\":\"Shelley Hennig\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-10-28 17:58:37','2021-10-28 17:58:37'),(270,'appointments',NULL,'paypal',275.00,0.00,68.75,'deposit',0.00,'completed','7145def957ddc181e319691d9fe04208','{\"items\":[{\"ca_id\":318,\"appointment_date\":\"2021-10-30 13:00:00\",\"service_name\":\"Chelation IV\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$68.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":68.75},\"customer\":\"Shalana Davis\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-10-30 03:48:41','2021-10-30 03:48:41'),(271,'appointments',NULL,'paypal',255.00,0.00,63.75,'deposit',0.00,'completed','111aab1ddbb95316cd8008768ff05027','{\"items\":[{\"ca_id\":319,\"appointment_date\":\"2021-10-31 14:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$63.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":255,\"deposit\":63.75},\"customer\":\"Jacqueline Dunlap\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-10-31 12:16:48','2021-10-31 12:16:48'),(272,'appointments',NULL,'paypal',355.00,0.00,88.75,'deposit',0.00,'completed','fae76911a9bcfc646a8f66ab0b32a668','{\"items\":[{\"ca_id\":320,\"appointment_date\":\"2021-10-31 19:00:00\",\"service_name\":\"Cold Flu IV - Formula 2\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$88.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":355,\"deposit\":88.75},\"customer\":\"Cait Bidwell\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-10-31 15:55:29','2021-10-31 15:55:29'),(273,'appointments',NULL,'paypal',225.00,0.00,56.25,'deposit',0.00,'completed','dfe35123843a4a8ba4c1998cb298ecfc','{\"items\":[{\"ca_id\":322,\"appointment_date\":\"2021-11-05 13:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$56.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":56.25},\"customer\":\"zoe rabon\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-11-05 11:42:02','2021-11-05 11:42:02'),(274,'appointments',NULL,'paypal',350.00,0.00,87.50,'deposit',0.00,'completed','8e4177ae91bb9739806d8c0a01bb8f8d','{\"items\":[{\"ca_id\":323,\"appointment_date\":\"2021-11-05 17:00:00\",\"service_name\":\"Chelation IV\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$87.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":350,\"deposit\":87.5},\"customer\":\"Shalana Davis\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-11-05 15:52:01','2021-11-05 15:52:01'),(275,'appointments',NULL,'paypal',250.00,0.00,62.50,'deposit',0.00,'completed','1577bb757e746bb4213109abcd3d0c5e','{\"items\":[{\"ca_id\":324,\"appointment_date\":\"2021-11-06 13:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$62.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":62.5},\"customer\":\"Kate Termini\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-11-06 11:46:03','2021-11-06 11:46:03'),(276,'appointments',NULL,'paypal',275.00,0.00,68.75,'deposit',0.00,'completed','e8477e546cd41360d4b13be3a5f34207','{\"items\":[{\"ca_id\":325,\"appointment_date\":\"2021-11-11 10:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$68.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":68.75},\"customer\":\"Cole Hanson\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-11-11 08:09:04','2021-11-11 08:09:04'),(277,'appointments',NULL,'paypal',300.00,0.00,75.00,'deposit',0.00,'completed','e8c417f11353abec5b869c1cd4add2b5','{\"items\":[{\"ca_id\":326,\"appointment_date\":\"2021-11-18 08:00:00\",\"service_name\":\"Brain IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$75.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":300,\"deposit\":75},\"customer\":\"Christel Alvarez\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-11-18 07:05:32','2021-11-18 07:05:32'),(278,'appointments',NULL,'paypal',300.00,0.00,75.00,'deposit',0.00,'completed','c990839bf8736725a60ef35182cbb70b','{\"items\":[{\"ca_id\":327,\"appointment_date\":\"2021-11-20 13:00:00\",\"service_name\":\"The Basic IV\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$75.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":300,\"deposit\":75},\"customer\":\"Daizlynn Feguis\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-11-20 08:27:49','2021-11-20 08:27:49'),(279,'appointments',NULL,'paypal',100.00,0.00,25.00,'deposit',0.00,'completed','08bcef1f7523e58850520c94b53ad253','{\"items\":[{\"ca_id\":328,\"appointment_date\":\"2022-04-01 09:00:00\",\"service_name\":\"Jetlag IV\",\"service_price\":0,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$12.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":1,\"tax\":null}]},{\"ca_id\":329,\"appointment_date\":\"2022-04-01 10:00:00\",\"service_name\":\"Jetlag IV\",\"service_price\":0,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$12.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":100,\"deposit\":25},\"customer\":\"Kristin Ann Sylliboy\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-11-21 03:49:58','2021-11-21 03:49:58'),(280,'appointments',NULL,'paypal',225.00,0.00,56.25,'deposit',0.00,'completed','5894e5780bfe552e0ef19349a24f3d9f','{\"items\":[{\"ca_id\":330,\"appointment_date\":\"2021-11-21 10:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$56.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":56.25},\"customer\":\"Rachel Vilay\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-11-21 08:08:09','2021-11-21 08:08:09'),(281,'appointments',NULL,'paypal',255.00,0.00,63.75,'deposit',0.00,'completed','e0f1c16de1192d49348f1f85faa80c4a','{\"items\":[{\"ca_id\":331,\"appointment_date\":\"2021-11-28 10:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$63.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":255,\"deposit\":63.75},\"customer\":\"Samantha Van Sickle\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-11-28 09:00:11','2021-11-28 09:00:11'),(282,'appointments',NULL,'paypal',225.00,0.00,56.25,'deposit',0.00,'completed','37f39ffa82bed7cc6913601fd6cb232f','{\"items\":[{\"ca_id\":332,\"appointment_date\":\"2021-11-28 16:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$56.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":56.25},\"customer\":\"Seila Kim\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-11-28 14:59:10','2021-11-28 14:59:10'),(283,'appointments',NULL,'paypal',250.00,0.00,62.50,'deposit',0.00,'completed','b942275aaeb033a7e020b53d127caf8c','{\"items\":[{\"ca_id\":333,\"appointment_date\":\"2021-12-05 16:00:00\",\"service_name\":\"Detox IV Therapy\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$62.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":62.5},\"customer\":\"Domenick Dibenedetto\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-12-05 12:54:01','2021-12-05 12:54:01'),(284,'appointments',NULL,'paypal',285.00,0.00,71.25,'deposit',0.00,'completed','fe63810e31a5851a6131d7dc26c070a3','{\"items\":[{\"ca_id\":334,\"appointment_date\":\"2021-12-09 12:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$71.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":285,\"deposit\":71.25},\"customer\":\"Candy Gonzalez\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-12-08 09:48:02','2021-12-08 09:48:02'),(285,'appointments',NULL,'paypal',455.00,0.00,113.75,'deposit',0.00,'completed','6f3627547eac273aeb64294d784ceff2','{\"items\":[{\"ca_id\":335,\"appointment_date\":\"2021-12-10 17:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$113.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":455,\"deposit\":113.75},\"customer\":\"John Griffin\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-12-10 15:38:22','2021-12-10 15:38:22'),(286,'appointments',NULL,'paypal',250.00,0.00,62.50,'deposit',0.00,'completed','54d4036208db460efe1b21b489cddbfc','{\"items\":[{\"ca_id\":336,\"appointment_date\":\"2021-12-11 13:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$62.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":62.5},\"customer\":\"Gary Murakami\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-12-10 20:48:23','2021-12-10 20:48:23'),(287,'appointments',NULL,'paypal',350.00,0.00,87.50,'deposit',0.00,'completed','9c10e4769998f7d7aaa4ac026621d3ab','{\"items\":[{\"ca_id\":337,\"appointment_date\":\"2021-12-11 12:00:00\",\"service_name\":\"Cold Flu IV - Formula 3\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$87.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":350,\"deposit\":87.5},\"customer\":\"Sean Knox\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-12-11 09:50:03','2021-12-11 09:50:03'),(288,'appointments',NULL,'paypal',280.00,0.00,70.00,'deposit',0.00,'completed','6a290684925c23285b5ddfa0bd9d9757','{\"items\":[{\"ca_id\":338,\"appointment_date\":\"2021-12-14 17:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$70.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":280,\"deposit\":70},\"customer\":\"Jeani Martin\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-12-14 16:07:04','2021-12-14 16:07:04'),(289,'appointments',NULL,'paypal',820.00,0.00,205.00,'deposit',0.00,'completed','7446ab261c335d6ff30affd2a6a19e24','{\"items\":[{\"ca_id\":339,\"appointment_date\":\"2021-12-17 09:00:00\",\"service_name\":\"Cold Flu IV - Formula 3\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$102.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":1,\"tax\":null}]},{\"ca_id\":340,\"appointment_date\":\"2021-12-17 10:00:00\",\"service_name\":\"Cold Flu IV - Formula 3\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$102.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":820,\"deposit\":205},\"customer\":\"Andrea Yielding\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-12-17 04:55:52','2021-12-17 04:55:52'),(290,'appointments',NULL,'paypal',500.00,0.00,125.00,'deposit',0.00,'completed','d50d3228a64d4457866b911967cd0d8d','{\"items\":[{\"ca_id\":341,\"appointment_date\":\"2021-12-18 17:00:00\",\"service_name\":\"Cold Flu IV - Formula 2\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$62.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]},{\"ca_id\":342,\"appointment_date\":\"2021-12-18 18:00:00\",\"service_name\":\"Cold Flu IV - Formula 2\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$62.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":500,\"deposit\":125},\"customer\":\"Dean Shivvers\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-12-18 15:36:12','2021-12-18 15:36:12'),(291,'appointments',NULL,'paypal',300.00,0.00,75.00,'deposit',0.00,'completed','6aa85dd9b74c8905fd1484a5fe767957','{\"items\":[{\"ca_id\":343,\"appointment_date\":\"2021-12-21 10:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$75.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":300,\"deposit\":75},\"customer\":\"Eric Nagrampa\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-12-21 08:57:08','2021-12-21 08:57:08'),(292,'appointments',NULL,'paypal',250.00,0.00,62.50,'deposit',0.00,'completed','ae7ea6c1b2d03fbc554a0bd0c1fbeaa5','{\"items\":[{\"ca_id\":344,\"appointment_date\":\"2021-12-23 10:00:00\",\"service_name\":\"Cold Flu IV - Formula 2\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$62.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":62.5},\"customer\":\"Erin Aihara\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-12-22 19:15:50','2021-12-22 19:15:50'),(293,'appointments',NULL,'paypal',310.00,0.00,77.50,'deposit',0.00,'completed','808e3b18af726ff7716aac426268e5f2','{\"items\":[{\"ca_id\":345,\"appointment_date\":\"2021-12-24 13:00:00\",\"service_name\":\"Cold Flu IV - Formula 2\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$77.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":310,\"deposit\":77.5},\"customer\":\"Cydney Chu\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-12-24 11:39:00','2021-12-24 11:39:00'),(294,'appointments',NULL,'paypal',255.00,0.00,63.75,'deposit',0.00,'completed','a3df7433444ad81e54b3317b11e5114a','{\"items\":[{\"ca_id\":346,\"appointment_date\":\"2021-12-30 08:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$63.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":255,\"deposit\":63.75},\"customer\":\"Jon Chamberlain\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-12-29 15:43:07','2021-12-29 15:43:07'),(295,'appointments',NULL,'paypal',225.00,0.00,56.25,'deposit',0.00,'completed','f46768bab3a6e04f0fa6209a2d1ca43f','{\"items\":[{\"ca_id\":347,\"appointment_date\":\"2021-12-30 08:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":225,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$56.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":225,\"deposit\":56.25},\"customer\":\"Paige Amico\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-12-29 18:23:43','2021-12-29 18:23:43'),(296,'appointments',NULL,'paypal',250.00,0.00,62.50,'deposit',0.00,'completed','53c19a0031983e27076c073466f760f6','{\"items\":[{\"ca_id\":348,\"appointment_date\":\"2021-12-30 14:00:00\",\"service_name\":\"Cold Flu IV - Formula 2\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$62.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":250,\"deposit\":62.5},\"customer\":\"Alaine Conobre\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-12-30 12:05:51','2021-12-30 12:05:51'),(297,'appointments',NULL,'paypal',280.00,0.00,70.00,'deposit',0.00,'completed','f04fae1795f89cb430fec590c340b951','{\"items\":[{\"ca_id\":349,\"appointment_date\":\"2021-12-31 11:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":250,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$70.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":280,\"deposit\":70},\"customer\":\"Kristen Krael\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2021-12-31 08:54:16','2021-12-31 08:54:16'),(298,'appointments',NULL,'paypal',650.00,0.00,162.50,'deposit',0.00,'completed','00c986ef8a470ff73c55b5a3d57ed211','{\"items\":[{\"ca_id\":350,\"appointment_date\":\"2022-01-01 14:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$81.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]},{\"ca_id\":351,\"appointment_date\":\"2022-01-01 15:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$81.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":650,\"deposit\":162.5},\"customer\":\"Jack Parker\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2022-01-01 10:36:31','2022-01-01 10:36:31'),(299,'appointments',NULL,'paypal',325.00,0.00,81.25,'deposit',0.00,'completed','b597747fb82d20f53fe7848ca59f5c23','{\"items\":[{\"ca_id\":352,\"appointment_date\":\"2022-01-04 09:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$81.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":325,\"deposit\":81.25},\"customer\":\"Tamara Lemaster\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2022-01-03 20:40:16','2022-01-03 20:40:16'),(300,'appointments',NULL,'paypal',720.00,0.00,180.00,'deposit',0.00,'completed','3d0b9815698870fddebc104af3cc0797','{\"items\":[{\"ca_id\":353,\"appointment_date\":\"2022-01-06 12:00:00\",\"service_name\":\"Antioxidants IV push\",\"service_price\":300,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$180.00 (25%)\",\"number_of_persons\":2,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Lipo C Injection\",\"price\":\"60.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":720,\"deposit\":180},\"customer\":\"Tessie Ryusaki\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2022-01-04 15:28:39','2022-01-04 15:28:39'),(301,'appointments',NULL,'paypal',300.00,0.00,75.00,'deposit',0.00,'completed','dadf82831f41360725eaedc0993372d7','{\"items\":[{\"ca_id\":354,\"appointment_date\":\"2022-01-15 20:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":300,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$75.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":300,\"deposit\":75},\"customer\":\"Shane Vega\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\"}',NULL,'2022-01-05 12:33:52','2022-01-05 12:33:52'),(302,'appointments',NULL,'paypal',300.00,0.00,75.00,'deposit',0.00,'completed','8155193d70308018eecfa687f9fbdd46','{\"items\":[{\"ca_id\":355,\"appointment_date\":\"2022-01-08 12:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":300,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$75.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":300,\"deposit\":75},\"customer\":\"Elizabeth Ginoza\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\",\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-01-07 20:33:37','2022-01-07 20:33:37'),(303,'appointments',NULL,'paypal',330.00,0.00,82.50,'deposit',0.00,'completed','f9e44064cc268887f3236b6f558044a4','{\"items\":[{\"ca_id\":356,\"appointment_date\":\"2022-01-08 14:00:00\",\"service_name\":\"Antioxidants IV push\",\"service_price\":300,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$82.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":330,\"deposit\":82.5},\"customer\":\"Jalicia Spalinger\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\",\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-01-08 12:16:31','2022-01-08 12:16:31'),(304,'appointments',NULL,'paypal',375.00,0.00,93.75,'deposit',0.00,'completed','f2386504917639ff326c82cbfdec4ac3','{\"items\":[{\"ca_id\":357,\"appointment_date\":\"2022-01-14 11:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$93.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":375,\"deposit\":93.75},\"customer\":\"Andrey Melikhov\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\",\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-01-14 09:19:36','2022-01-14 09:19:36'),(305,'appointments',NULL,'paypal',325.00,0.00,81.25,'deposit',0.00,'completed','ff471543769d2f8191cde9e8c07c28bf','{\"items\":[{\"ca_id\":358,\"appointment_date\":\"2022-01-21 11:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$81.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":325,\"deposit\":81.25},\"customer\":\"Shandon Augustus\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\",\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-01-21 00:01:51','2022-01-21 00:01:51'),(306,'appointments',NULL,'paypal',355.00,0.00,88.75,'deposit',0.00,'completed','d92c6263750d4ab735e6bb470ea0e0d4','{\"items\":[{\"ca_id\":359,\"appointment_date\":\"2022-01-21 09:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$88.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":355,\"deposit\":88.75},\"customer\":\"Timothy Yee\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\",\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-01-21 04:36:03','2022-01-21 04:36:03'),(307,'appointments',NULL,'paypal',275.00,0.00,68.75,'deposit',0.00,'completed','56f0ca3c188721370aee8e1630719776','{\"items\":[{\"ca_id\":360,\"appointment_date\":\"2022-01-23 10:00:00\",\"service_name\":\"The Basic IV\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$68.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":68.75},\"customer\":\"Valerie Swift\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\",\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-01-23 08:05:53','2022-01-23 08:05:53'),(308,'appointments',NULL,'paypal',325.00,0.00,81.25,'deposit',0.00,'completed','86aa3d7c31dd1a7a099170a0bcf9e09e','{\"items\":[{\"ca_id\":361,\"appointment_date\":\"2022-01-28 14:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$81.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":325,\"deposit\":81.25},\"customer\":\"Elaine Vizka\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\",\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-01-28 12:04:49','2022-01-28 12:04:49'),(309,'appointments',NULL,'paypal',350.00,0.00,87.50,'deposit',0.00,'completed','ff50906fd10b1fe023857f312850c5f7','{\"items\":[{\"ca_id\":362,\"appointment_date\":\"2022-01-29 15:00:00\",\"service_name\":\"Cold Flu IV - Formula 2\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$87.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":350,\"deposit\":87.5},\"customer\":\"Fenando Jaime\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\",\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-01-29 13:33:28','2022-01-29 13:33:28'),(310,'appointments',NULL,'paypal',360.00,0.00,90.00,'deposit',0.00,'completed','21a464cf654121d3b8a264dd6a26d00c','{\"items\":[{\"ca_id\":363,\"appointment_date\":\"2022-02-05 16:00:00\",\"service_name\":\"Detox IV Therapy\",\"service_price\":300,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$90.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Lipo C Injection\",\"price\":\"60.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":360,\"deposit\":90},\"customer\":\"Jenny Welham\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\",\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-02-05 14:09:47','2022-02-05 14:09:47'),(311,'appointments',NULL,'paypal',460.00,0.00,115.00,'deposit',0.00,'completed','838b2447c0304abc9e677ce03a12bcab','{\"items\":[{\"ca_id\":364,\"appointment_date\":\"2022-02-13 08:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$115.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":460,\"deposit\":115},\"customer\":\"Chealse Howell\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\",\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-02-13 03:17:54','2022-02-13 03:17:55'),(312,'appointments',NULL,'paypal',385.00,0.00,96.25,'deposit',0.00,'completed','ccf30a6c8b9b4d5a42e49eb7f251be06','{\"items\":[{\"ca_id\":365,\"appointment_date\":\"2022-02-17 08:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$96.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":385,\"deposit\":96.25},\"customer\":\"Maliyah Lewis\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\",\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-02-17 07:02:33','2022-02-17 07:02:33'),(313,'appointments',NULL,'paypal',325.00,0.00,81.25,'deposit',0.00,'completed','13e16ef78ebb084bd7f694d483c66069','{\"items\":[{\"ca_id\":366,\"appointment_date\":\"2022-02-19 15:00:00\",\"service_name\":\"The Basic IV\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$81.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Detox Push Vit C and Glutathione\",\"price\":\"50.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":325,\"deposit\":81.25},\"customer\":\"addison eubanks\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\",\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-02-19 13:09:55','2022-02-19 13:09:55'),(314,'appointments',NULL,'paypal',405.00,0.00,101.25,'deposit',0.00,'completed','bd2ee325688b4d04eed3decd88c7c7e7','{\"items\":[{\"ca_id\":367,\"appointment_date\":\"2022-02-20 18:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$101.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":405,\"deposit\":101.25},\"customer\":\"Rebecca Jones\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\",\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-02-20 15:26:04','2022-02-20 15:26:04'),(315,'appointments',NULL,'paypal',990.00,0.00,247.50,'deposit',0.00,'completed','f66631333be94fa88c307255ef57f4dc','{\"items\":[{\"ca_id\":368,\"appointment_date\":\"2022-02-22 12:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":300,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$123.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]},{\"ca_id\":369,\"appointment_date\":\"2022-02-22 13:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":300,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$123.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":990,\"deposit\":247.5},\"customer\":\"jonathan cohen\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\",\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-02-22 03:51:13','2022-02-22 03:51:13'),(316,'appointments',NULL,'paypal',375.00,0.00,93.75,'deposit',0.00,'completed','af2f7374dee9d7caa3626a527b765d0b','{\"items\":[{\"ca_id\":370,\"appointment_date\":\"2022-02-25 08:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$93.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+250cc)\",\"price\":\"50.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":375,\"deposit\":93.75},\"customer\":\"Raussie Thap\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\",\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-02-25 06:24:19','2022-02-25 06:24:19'),(317,'appointments',NULL,'paypal',355.00,0.00,88.75,'deposit',0.00,'completed','0c9ef4068ea207cdb922af482ed4308f','{\"items\":[{\"ca_id\":371,\"appointment_date\":\"2022-02-27 08:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$88.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":355,\"deposit\":88.75},\"customer\":\"Jacqueline Dunlap\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway\":\"paypal\",\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-02-27 05:16:39','2022-02-27 05:16:39'),(318,'appointments',NULL,'paypal',275.00,0.00,68.75,'deposit',0.00,'completed','96a401760f9d179e66b8fca9ce376aa3','{\"items\":[{\"ca_id\":372,\"appointment_date\":\"2022-03-01 09:00:00\",\"service_name\":\"The Basic IV\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$68.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":68.75},\"customer\":\"Maricris Baronia\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-03-01 08:07:18','2022-03-01 08:07:18'),(319,'appointments',NULL,'paypal',355.00,0.00,88.75,'deposit',0.00,'completed','ce72172bd9d7994ff085941840b8c5f3','{\"items\":[{\"ca_id\":373,\"appointment_date\":\"2022-03-06 10:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$88.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":355,\"deposit\":88.75},\"customer\":\"Cristina Smoot\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-03-06 08:08:42','2022-03-06 08:08:42'),(320,'appointments',NULL,'paypal',920.00,0.00,230.00,'deposit',0.00,'completed','cd5bc5d242653711963daa9967c228a9','{\"items\":[{\"ca_id\":374,\"appointment_date\":\"2022-03-11 08:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$115.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]},{\"ca_id\":375,\"appointment_date\":\"2022-03-11 09:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$115.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":920,\"deposit\":230},\"customer\":\"Lily Deane\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-03-10 17:55:44','2022-03-10 17:55:44'),(321,'appointments',NULL,'paypal',300.00,0.00,75.00,'deposit',0.00,'completed','6496fc7fb8815a0a63ce5776f848ba62','{\"items\":[{\"ca_id\":376,\"appointment_date\":\"2022-03-11 15:00:00\",\"service_name\":\"Detox IV Therapy\",\"service_price\":300,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$75.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":300,\"deposit\":75},\"customer\":\"Nick Astacio\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-03-11 13:25:54','2022-03-11 13:25:54'),(322,'appointments',NULL,'paypal',505.00,0.00,126.25,'deposit',0.00,'completed','fe6f756731d51567ed5f171f3553e04d','{\"items\":[{\"ca_id\":377,\"appointment_date\":\"2022-03-12 17:00:00\",\"service_name\":\"Cold Flu IV - Formula 3\",\"service_price\":400,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$126.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":505,\"deposit\":126.25},\"customer\":\"Jacob Conroy\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-03-12 15:27:20','2022-03-12 15:27:20'),(323,'appointments',NULL,'paypal',650.00,0.00,162.50,'deposit',0.00,'completed','1a70caa68c6c402f879d72c567cc850f','{\"items\":[{\"ca_id\":378,\"appointment_date\":\"2022-03-15 11:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$81.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]},{\"ca_id\":379,\"appointment_date\":\"2022-03-15 12:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$81.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":650,\"deposit\":162.5},\"customer\":\"Seth Moniz\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-03-14 11:09:03','2022-03-14 11:09:03'),(324,'appointments',NULL,'paypal',460.00,0.00,115.00,'deposit',0.00,'completed','558ad80448acc5e0ba55802bca532eec','{\"items\":[{\"ca_id\":380,\"appointment_date\":\"2022-03-19 12:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$115.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":460,\"deposit\":115},\"customer\":\"Adrianna Coberley\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-03-19 07:06:45','2022-03-19 07:06:45'),(325,'appointments',NULL,'paypal',350.00,0.00,87.50,'deposit',0.00,'completed','f21a12b5e8574f0683708035249b8b58','{\"items\":[{\"ca_id\":381,\"appointment_date\":\"2022-03-24 13:00:00\",\"service_name\":\"Cold Flu IV - Formula 2\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$87.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":350,\"deposit\":87.5},\"customer\":\"Lawrence Tacuban\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-03-24 11:29:26','2022-03-24 11:29:26'),(326,'appointments',NULL,'paypal',300.00,0.00,75.00,'deposit',0.00,'completed','0b388d5be6579046f39504edcd9e5466','{\"items\":[{\"ca_id\":382,\"appointment_date\":\"2022-03-25 08:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":300,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$75.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":300,\"deposit\":75},\"customer\":\"Blaine Awana\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-03-25 04:20:53','2022-03-25 04:20:53'),(327,'appointments',NULL,'paypal',300.00,0.00,75.00,'deposit',0.00,'completed','1c9fd7dd8c9545c1874975752c090100','{\"items\":[{\"ca_id\":383,\"appointment_date\":\"2022-03-25 08:00:00\",\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":300,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$75.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":300,\"deposit\":75},\"customer\":\"Blaine Awana\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-03-25 04:22:49','2022-03-25 04:22:49'),(328,'appointments',NULL,'paypal',1300.00,0.00,325.00,'deposit',0.00,'completed','c26bb4576396103b07b42d9838d8501c','{\"items\":[{\"ca_id\":384,\"appointment_date\":\"2022-04-07 10:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$81.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]},{\"ca_id\":385,\"appointment_date\":\"2022-04-07 11:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$81.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]},{\"ca_id\":386,\"appointment_date\":\"2022-04-07 12:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$81.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]},{\"ca_id\":387,\"appointment_date\":\"2022-04-07 13:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$81.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":1300,\"deposit\":325},\"customer\":\"Ashley Ryan\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-04-07 08:35:41','2022-04-07 08:35:41'),(329,'appointments',NULL,'paypal',350.00,0.00,87.50,'deposit',0.00,'completed','371a3e7e57b25481c41db976baf0a61a','{\"items\":[{\"ca_id\":388,\"appointment_date\":\"2022-04-12 09:00:00\",\"service_name\":\"Cold Flu IV - Formula 2\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$87.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":350,\"deposit\":87.5},\"customer\":\"Kristen James\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-04-11 20:04:53','2022-04-11 20:04:53'),(330,'appointments',NULL,'paypal',460.00,0.00,115.00,'deposit',0.00,'completed','3bfb4da584f37c0176171c475e41d894','{\"items\":[{\"ca_id\":389,\"appointment_date\":\"2022-04-15 12:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$115.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":460,\"deposit\":115},\"customer\":\"Brent Gess\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-04-15 10:03:22','2022-04-15 10:03:22'),(331,'appointments',NULL,'paypal',355.00,0.00,88.75,'deposit',0.00,'completed','1c1cb6d73c58ef42b867ee059b843f59','{\"items\":[{\"ca_id\":390,\"appointment_date\":\"2022-04-15 14:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$88.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":355,\"deposit\":88.75},\"customer\":\"John Tonkin\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-04-15 13:03:11','2022-04-15 13:03:11'),(332,'appointments',NULL,'paypal',355.00,0.00,88.75,'deposit',0.00,'completed','04ef1a67670f3a71863f0d50981eb2c5','{\"items\":[{\"ca_id\":391,\"appointment_date\":\"2022-04-16 13:00:00\",\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$88.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":355,\"deposit\":88.75},\"customer\":\"Madison Grover\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-04-16 11:25:08','2022-04-16 11:25:08'),(333,'appointments',NULL,'paypal',275.00,0.00,68.75,'deposit',0.00,'completed','36532258148db5fc1db15a6848045ee8','{\"items\":[{\"ca_id\":392,\"appointment_date\":\"2022-04-21 16:00:00\",\"service_name\":\"Brain IV\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$68.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":68.75},\"customer\":\"Jenny Welham\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-04-21 13:24:56','2022-04-21 13:24:56'),(334,'appointments',NULL,'paypal',325.00,0.00,81.25,'deposit',0.00,'completed','fe1714596a09e1c9ccdded8ed9d8d1fd','{\"items\":[{\"ca_id\":393,\"appointment_date\":\"2022-04-22 09:00:00\",\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$81.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":325,\"deposit\":81.25},\"customer\":\"Kyli Joe Mawae\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-04-21 17:25:40','2022-04-21 17:25:40'),(335,'appointments',NULL,'paypal',350.00,0.00,87.50,'deposit',0.00,'completed','2b898b3a67abd9ac9d073346b7b38965','{\"items\":[{\"ca_id\":394,\"appointment_date\":\"2022-04-26 08:00:00\",\"service_name\":\"Brain IV\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$87.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":350,\"deposit\":87.5},\"customer\":\"Reiki Kahikina Young\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-04-25 15:23:45','2022-04-25 15:23:45'),(336,'appointments',NULL,'paypal',400.00,0.00,100.00,'deposit',0.00,'completed','430b56573e72905be21443eeaf4dd1b1','{\"items\":[{\"ca_id\":395,\"appointment_date\":\"2022-05-01 11:00:00\",\"service_name\":\"Cold Flu IV - Formula 3\",\"service_price\":400,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$100.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":400,\"deposit\":100},\"customer\":\"Melisa Joines\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-05-01 03:44:15','2022-05-01 03:44:15'),(337,'appointments',NULL,'paypal',450.00,0.00,112.50,'deposit',0.00,'completed','8b2e6fcf184692e25305f8ab43950a74','{\"items\":[{\"ca_id\":396,\"appointment_date\":\"2022-05-07 12:00:00\",\"app_start_info\":null,\"service_name\":\"Covid Relief IV Therapy\",\"service_price\":450,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$112.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":450,\"deposit\":112.5},\"customer\":\"Melisa Joines\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-05-06 16:16:46','2022-05-06 16:16:46'),(338,'appointments',NULL,'paypal',400.00,0.00,100.00,'deposit',0.00,'completed','897842fc8654ca58fe93fc9ff82385d7','{\"items\":[{\"ca_id\":397,\"appointment_date\":\"2022-05-07 22:00:00\",\"app_start_info\":null,\"service_name\":\"Cold Flu IV - Formula 3\",\"service_price\":400,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$100.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":400,\"deposit\":100},\"customer\":\"Nimai Titcomb\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-05-07 20:41:26','2022-05-07 20:41:26'),(339,'appointments',NULL,'paypal',555.00,0.00,138.75,'deposit',0.00,'completed','cea555d59dbbd3dc377fc2173c95c50a','{\"items\":[{\"ca_id\":398,\"appointment_date\":\"2022-05-12 12:00:00\",\"app_start_info\":null,\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$138.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":555,\"deposit\":138.75},\"customer\":\"Yuni Heffernan\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-05-12 10:44:01','2022-05-12 10:44:01'),(340,'appointments',NULL,'paypal',750.00,0.00,187.50,'deposit',0.00,'completed','b489bf4581c68fbe97ee8cacc51d9067','{\"items\":[{\"ca_id\":399,\"appointment_date\":\"2022-05-15 14:00:00\",\"app_start_info\":null,\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":300,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$93.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]},{\"ca_id\":400,\"appointment_date\":\"2022-05-15 14:00:00\",\"app_start_info\":null,\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":300,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$93.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":750,\"deposit\":187.5},\"customer\":\"Corbett & Tristyn Kalama\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-05-15 11:05:59','2022-05-15 11:05:59'),(341,'appointments',NULL,'paypal',355.00,0.00,88.75,'deposit',0.00,'completed','8f2dd9d876ab3dc0db74632566198484','{\"items\":[{\"ca_id\":401,\"appointment_date\":\"2022-05-16 19:00:00\",\"app_start_info\":null,\"service_name\":\"Cold Flu IV - Formula 1\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$88.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":355,\"deposit\":88.75},\"customer\":\"Detavio Samuels\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-05-16 17:55:15','2022-05-16 17:55:15'),(342,'appointments',NULL,'paypal',320.00,0.00,80.00,'deposit',0.00,'completed','d900a64654c849113919678c64969f83','{\"items\":[{\"ca_id\":402,\"appointment_date\":\"2022-05-20 16:00:00\",\"app_start_info\":null,\"service_name\":\"The Basic IV\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$80.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Mini Hangover Pack\",\"price\":\"45.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":320,\"deposit\":80},\"customer\":\"Lindsay Newton\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-05-20 14:54:17','2022-05-20 14:54:17'),(343,'appointments',NULL,'paypal',460.00,0.00,115.00,'deposit',0.00,'completed','cebf2a922a3af841adec71a46c38fef2','{\"items\":[{\"ca_id\":403,\"appointment_date\":\"2022-05-22 12:00:00\",\"app_start_info\":null,\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$115.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Extra Fluid (+750cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":460,\"deposit\":115},\"customer\":\"Mike Kegley\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-05-22 10:04:06','2022-05-22 10:04:06'),(344,'appointments',NULL,'paypal',700.00,0.00,175.00,'deposit',0.00,'completed','0197d02ae76ee9c5f0003a2b3c701e78','{\"items\":[{\"ca_id\":404,\"appointment_date\":\"2022-05-27 08:00:00\",\"app_start_info\":null,\"service_name\":\"Cold Flu IV - Formula 2\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$87.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]},{\"ca_id\":405,\"appointment_date\":\"2022-05-27 09:00:00\",\"app_start_info\":null,\"service_name\":\"Cold Flu IV - Formula 2\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$87.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":700,\"deposit\":175},\"customer\":\"Cristina Dutea\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-05-26 09:49:23','2022-05-26 09:49:23'),(345,'appointments',NULL,'paypal',275.00,0.00,68.75,'deposit',0.00,'completed','c161be7c8ee686f08fac5c27253bbec6','{\"items\":[{\"ca_id\":406,\"appointment_date\":\"2022-06-30 11:00:00\",\"app_start_info\":null,\"service_name\":\"Brain IV\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$68.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":68.75},\"customer\":\"Laurel i Lunn\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-05-29 19:02:07','2022-05-29 19:02:07'),(346,'appointments',NULL,'paypal',275.00,0.00,68.75,'deposit',0.00,'completed','e7f8c88c6cab2dd930aa2a45bd0bfb40','{\"items\":[{\"ca_id\":407,\"appointment_date\":\"2022-05-31 11:00:00\",\"app_start_info\":null,\"service_name\":\"The Basic IV\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$68.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":68.75},\"customer\":\"Valerie Swift\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-05-31 09:19:39','2022-05-31 09:19:39'),(347,'appointments',NULL,'paypal',850.00,0.00,212.50,'deposit',0.00,'completed','69728afe61b435db36ec0adf7decdcc5','{\"items\":[{\"ca_id\":408,\"appointment_date\":\"2022-06-06 10:00:00\",\"app_start_info\":null,\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$106.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+500cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]},{\"ca_id\":409,\"appointment_date\":\"2022-06-06 11:00:00\",\"app_start_info\":null,\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$106.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+500cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":850,\"deposit\":212.5},\"customer\":\"Tristyn Kalama\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-06-04 19:16:48','2022-06-04 19:16:48'),(348,'appointments',NULL,'paypal',380.00,0.00,95.00,'deposit',0.00,'completed','6fef50a4621d3275fbe9b8443f1a3666','{\"items\":[{\"ca_id\":410,\"appointment_date\":\"2022-06-05 14:00:00\",\"app_start_info\":null,\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$95.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":380,\"deposit\":95},\"customer\":\"audi romero\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-06-05 12:06:01','2022-06-05 12:06:01'),(349,'appointments',NULL,'paypal',900.00,0.00,225.00,'deposit',0.00,'completed','f1ea6c71155c5299135f8fb55477acb1','{\"items\":[{\"ca_id\":411,\"appointment_date\":\"2022-06-10 14:00:00\",\"app_start_info\":null,\"service_name\":\"Covid Relief IV Therapy\",\"service_price\":450,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$112.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]},{\"ca_id\":412,\"appointment_date\":\"2022-06-10 15:00:00\",\"app_start_info\":null,\"service_name\":\"Covid Relief IV Therapy\",\"service_price\":450,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$112.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":900,\"deposit\":225},\"customer\":\"Cristina Smoot\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-06-09 22:59:14','2022-06-09 22:59:14'),(350,'appointments',NULL,'paypal',455.00,0.00,113.75,'deposit',0.00,'completed','12b719e5c37742401e38a13db231e368','{\"items\":[{\"ca_id\":413,\"appointment_date\":\"2022-06-11 12:00:00\",\"app_start_info\":null,\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$113.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Extra Fluid (+500cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":455,\"deposit\":113.75},\"customer\":\"Kimberly Pennington\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-06-10 20:16:08','2022-06-10 20:16:08'),(351,'appointments',NULL,'paypal',700.00,0.00,175.00,'deposit',0.00,'completed','af093d5f50b250fcaaad2d9ea37d8d7a','{\"items\":[{\"ca_id\":414,\"appointment_date\":\"2022-06-15 13:00:00\",\"app_start_info\":null,\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$87.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]},{\"ca_id\":415,\"appointment_date\":\"2022-06-15 14:00:00\",\"app_start_info\":null,\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$87.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":700,\"deposit\":175},\"customer\":\"Joti Badwal\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-06-13 07:53:07','2022-06-13 07:53:07'),(352,'appointments',NULL,'paypal',355.00,0.00,88.75,'deposit',0.00,'completed','0b0cb2a1e98bbb4eaa80af78fe44fbef','{\"items\":[{\"ca_id\":416,\"appointment_date\":\"2022-06-15 10:00:00\",\"app_start_info\":null,\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$88.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":355,\"deposit\":88.75},\"customer\":\"Alexis Caruso\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-06-15 09:09:23','2022-06-15 09:09:23'),(353,'appointments',NULL,'paypal',275.00,0.00,68.75,'deposit',0.00,'completed','1ac694a4520497a25870d1439052c9ca','{\"items\":[{\"ca_id\":417,\"appointment_date\":\"2022-06-24 07:00:00\",\"app_start_info\":null,\"service_name\":\"The Basic IV\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$68.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":68.75},\"customer\":\"Larissa Galford\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-06-23 22:38:13','2022-06-23 22:38:13'),(354,'appointments',NULL,'paypal',275.00,0.00,68.75,'deposit',0.00,'completed','705f622ec13b2565788c7c181b7121b2','{\"items\":[{\"ca_id\":418,\"appointment_date\":\"2022-06-24 12:00:00\",\"app_start_info\":null,\"service_name\":\"The Basic IV\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$68.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":68.75},\"customer\":\"Dana OReilly\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-06-24 10:28:25','2022-06-24 10:28:25'),(355,'appointments',NULL,'paypal',350.00,0.00,87.50,'deposit',0.00,'completed','c8257ac98df127647d47c258ea0ea032','{\"items\":[{\"ca_id\":419,\"appointment_date\":\"2022-06-24 16:00:00\",\"app_start_info\":null,\"service_name\":\"The Basic IV\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$87.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+500cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":350,\"deposit\":87.5},\"customer\":\"Wen Han Zeng\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-06-24 14:53:06','2022-06-24 14:53:06'),(356,'appointments',NULL,'paypal',495.00,0.00,123.75,'deposit',0.00,'completed','5d7e456456cfdb61085fae0f5dd30fa1','{\"items\":[{\"ca_id\":420,\"appointment_date\":\"2022-06-25 10:00:00\",\"app_start_info\":null,\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$123.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Lipo-C Injection\",\"price\":\"60.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Extra Fluid (+500cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":495,\"deposit\":123.75},\"customer\":\"Brandon Bowsky\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-06-25 08:51:44','2022-06-25 08:51:44'),(357,'appointments',NULL,'paypal',850.00,0.00,212.50,'deposit',0.00,'completed','06ed95344c34bcff6a132ab8e961450b','{\"items\":[{\"ca_id\":421,\"appointment_date\":\"2022-06-26 12:00:00\",\"app_start_info\":null,\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$106.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+500cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]},{\"ca_id\":422,\"appointment_date\":\"2022-06-26 13:00:00\",\"app_start_info\":null,\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$106.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+500cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":850,\"deposit\":212.5},\"customer\":\"Tristyn Kalama\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-06-26 08:37:32','2022-06-26 08:37:32'),(358,'appointments',NULL,'paypal',425.00,0.00,106.25,'deposit',0.00,'completed','2e6da04d42a9ed007117cf96a2a8fe11','{\"items\":[{\"ca_id\":423,\"appointment_date\":\"2022-06-28 15:00:00\",\"app_start_info\":null,\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$106.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+500cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":425,\"deposit\":106.25},\"customer\":\"Jamie Driscoll\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-06-27 09:36:59','2022-06-27 09:36:59'),(359,'appointments',NULL,'paypal',425.00,0.00,425.00,'in_full',0.00,'completed','39824dc3fbf4f478b306c67b3db14578','{\"items\":[{\"ca_id\":424,\"appointment_date\":\"2022-06-29 10:00:00\",\"app_start_info\":null,\"service_name\":\"Cold Flu IV - Formula 3\",\"service_price\":425,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$106.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":425,\"deposit\":106.25},\"customer\":\"Chaice Alcon\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-06-29 08:17:51','2022-06-29 08:17:51'),(360,'appointments',NULL,'paypal',425.00,0.00,106.25,'deposit',0.00,'completed','1353895d0d7a007b6fdb17211273b372','{\"items\":[{\"ca_id\":425,\"appointment_date\":\"2022-06-30 12:00:00\",\"app_start_info\":null,\"service_name\":\"Cold Flu IV - Formula 3\",\"service_price\":425,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$106.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":425,\"deposit\":106.25},\"customer\":\"Keith Besario\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-06-30 10:52:56','2022-06-30 10:52:56'),(361,'appointments',NULL,'paypal',325.00,0.00,81.25,'deposit',0.00,'completed','7ec7c64736a2e255c85ea25fa0f24326','{\"items\":[{\"ca_id\":426,\"appointment_date\":\"2022-07-02 12:00:00\",\"app_start_info\":null,\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$81.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":325,\"deposit\":81.25},\"customer\":\"Priscilla Jennings\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-07-02 10:18:50','2022-07-02 10:18:50'),(362,'appointments',NULL,'paypal',355.00,0.00,88.75,'deposit',0.00,'completed','cd19517fdc743f5c4b877c344e5635a6','{\"items\":[{\"ca_id\":427,\"appointment_date\":\"2022-07-02 16:00:00\",\"app_start_info\":null,\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$88.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":355,\"deposit\":88.75},\"customer\":\"Jack deane\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-07-02 14:27:22','2022-07-02 14:27:22'),(363,'appointments',NULL,'paypal',650.00,0.00,650.00,'in_full',0.00,'completed','417f2e7859a7af3c482c00acb88bdc9a','{\"items\":[{\"ca_id\":428,\"appointment_date\":\"2022-07-05 15:00:00\",\"app_start_info\":null,\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$81.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]},{\"ca_id\":429,\"appointment_date\":\"2022-07-05 16:00:00\",\"app_start_info\":null,\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$81.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":650,\"deposit\":162.5},\"customer\":\"Ben Frazier\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-07-05 13:06:09','2022-07-05 13:06:09'),(364,'appointments',NULL,'paypal',450.00,0.00,450.00,'in_full',0.00,'completed','710f63e9255fd2b1e85475653592df7f','{\"items\":[{\"ca_id\":430,\"appointment_date\":\"2022-07-06 09:00:00\",\"app_start_info\":null,\"service_name\":\"Covid Relief IV Therapy\",\"service_price\":450,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$112.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":450,\"deposit\":112.5},\"customer\":\"Shalina Prescott\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-07-06 07:59:36','2022-07-06 07:59:36'),(365,'appointments',NULL,'paypal',400.00,0.00,100.00,'deposit',0.00,'completed','ad724855b63255358c6ff43281b26244','{\"items\":[{\"ca_id\":431,\"appointment_date\":\"2022-07-12 15:00:00\",\"app_start_info\":null,\"service_name\":\"The Basic IV\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$100.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Mini Hangover Pack\",\"price\":\"45.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Detox Push Vit C and Glutathione\",\"price\":\"50.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":400,\"deposit\":100},\"customer\":\"William Johnson\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-07-12 11:26:41','2022-07-12 11:26:41'),(366,'appointments',NULL,'paypal',525.00,0.00,131.25,'deposit',0.00,'completed','6ecfe6bb709c862ffa7cb1e74875f7a3','{\"items\":[{\"ca_id\":432,\"appointment_date\":\"2022-07-21 09:00:00\",\"app_start_info\":null,\"service_name\":\"Covid Relief IV Therapy\",\"service_price\":450,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$131.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+500cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":525,\"deposit\":131.25},\"customer\":\"Anka malatynska\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-07-20 16:38:52','2022-07-20 16:38:52'),(367,'appointments',NULL,'paypal',385.00,0.00,96.25,'deposit',0.00,'completed','2f76db38a98ecd809a1751744603badc','{\"items\":[{\"ca_id\":433,\"appointment_date\":\"2022-07-21 14:00:00\",\"app_start_info\":null,\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$96.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Methylcobalamin Injection\",\"price\":\"35.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":385,\"deposit\":96.25},\"customer\":\"Lexi Li\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-07-20 23:36:42','2022-07-20 23:36:42'),(368,'appointments',NULL,'paypal',275.00,0.00,275.00,'in_full',0.00,'completed','d8cf5aaea16ceb80de7b4e9207ca9735','{\"items\":[{\"ca_id\":434,\"appointment_date\":\"2022-07-22 17:00:00\",\"app_start_info\":null,\"service_name\":\"The Basic IV\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$68.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":68.75},\"customer\":\"Maddie Keefe\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-07-22 15:34:19','2022-07-22 15:34:19'),(369,'appointments',NULL,'paypal',450.00,0.00,112.50,'deposit',0.00,'completed','f7422ddbc24d94d83d89f176d306e58a','{\"items\":[{\"ca_id\":435,\"appointment_date\":\"2022-07-25 17:00:00\",\"app_start_info\":null,\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$112.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"50 mg NAD Nicotinic Adenosine Dinucleotide\",\"price\":\"100.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":450,\"deposit\":112.5},\"customer\":\"Kurt Caywood\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-07-25 15:52:46','2022-07-25 15:52:46'),(370,'appointments',NULL,'paypal',450.00,0.00,450.00,'in_full',0.00,'completed','4b8ab0169b56226e001c7803ad87daee','{\"items\":[{\"ca_id\":436,\"appointment_date\":\"2022-07-27 17:00:00\",\"app_start_info\":null,\"service_name\":\"Covid Relief IV Therapy\",\"service_price\":450,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$112.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":450,\"deposit\":112.5},\"customer\":\"Kristen Yunker\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-07-27 14:37:32','2022-07-27 14:37:32'),(371,'appointments',NULL,'paypal',480.00,0.00,480.00,'in_full',0.00,'completed','3ae15c4476bbeee86d0f144517734507','{\"items\":[{\"ca_id\":437,\"appointment_date\":\"2022-07-30 15:00:00\",\"app_start_info\":null,\"service_name\":\"Covid Relief IV Therapy\",\"service_price\":450,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$120.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":480,\"deposit\":120},\"customer\":\"Kristen Yunker\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-07-30 11:00:37','2022-07-30 11:00:37'),(372,'appointments',NULL,'paypal',855.00,0.00,213.75,'deposit',0.00,'completed','9e0dc1265bd8370b6c0bb926e7ed8c9e','{\"items\":[{\"ca_id\":438,\"appointment_date\":\"2022-07-30 15:00:00\",\"app_start_info\":null,\"service_name\":\"Covid Relief IV Therapy\",\"service_price\":450,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$138.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null},{\"title\":\"Extra Fluid (+500cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]},{\"ca_id\":439,\"appointment_date\":\"2022-07-30 16:00:00\",\"app_start_info\":null,\"service_name\":\"Antioxidants IV push\",\"service_price\":300,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$75.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":855,\"deposit\":213.75},\"customer\":\"Anka malatynska\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-07-30 12:48:07','2022-07-30 12:48:07'),(373,'appointments',NULL,'paypal',300.00,0.00,75.00,'deposit',0.00,'completed','e4b50b80694b485642680d72cab47af0','{\"items\":[{\"ca_id\":440,\"appointment_date\":\"2022-08-12 11:00:00\",\"app_start_info\":null,\"service_name\":\"Anti-Aging IV\",\"service_price\":300,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$75.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":300,\"deposit\":75},\"customer\":\"Erin LaBorde\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-08-11 20:47:44','2022-08-11 20:47:44'),(374,'appointments',NULL,'paypal',275.00,0.00,68.75,'deposit',0.00,'completed','4d4b47a3c9808f64fa2245db9a2eb504','{\"items\":[{\"ca_id\":441,\"appointment_date\":\"2022-08-12 08:00:00\",\"app_start_info\":null,\"service_name\":\"The Basic IV\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$68.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":68.75},\"customer\":\"Valerie Swift\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-08-12 06:54:43','2022-08-12 06:54:43'),(375,'appointments',NULL,'paypal',355.00,0.00,88.75,'deposit',0.00,'completed','295c16bfce632c66b998ec14aed956fa','{\"items\":[{\"ca_id\":442,\"appointment_date\":\"2022-08-14 07:00:00\",\"app_start_info\":null,\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$88.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Toradol Pain Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":355,\"deposit\":88.75},\"customer\":\"Durai Guru\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-08-14 00:37:10','2022-08-14 00:37:11'),(376,'appointments',NULL,'paypal',325.00,0.00,81.25,'deposit',0.00,'completed','c85666b532b8f82d4712bc8c539ce312','{\"items\":[{\"ca_id\":443,\"appointment_date\":\"2022-08-22 09:00:00\",\"app_start_info\":null,\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$81.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":325,\"deposit\":81.25},\"customer\":\"Anthony Dructor\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-08-21 22:35:03','2022-08-21 22:35:03'),(377,'appointments',NULL,'paypal',400.00,0.00,100.00,'deposit',0.00,'completed','3b4a1a89038c963344829563668add84','{\"items\":[{\"ca_id\":444,\"appointment_date\":\"2022-08-24 10:00:00\",\"app_start_info\":null,\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$100.00 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+500cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":400,\"deposit\":100},\"customer\":\"Josanne Pedro\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-08-23 20:30:28','2022-08-23 20:30:28'),(378,'appointments',NULL,'paypal',355.00,0.00,88.75,'deposit',0.00,'completed','aa53804c853c90e9bdd801938d96abd5','{\"items\":[{\"ca_id\":445,\"appointment_date\":\"2022-08-25 08:00:00\",\"app_start_info\":null,\"service_name\":\"Hangover IV - Standard\",\"service_price\":325,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$88.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Zofran Anti Nausea Medication\",\"price\":\"30.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":355,\"deposit\":88.75},\"customer\":\"Janell Bright\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-08-25 06:43:50','2022-08-25 06:43:50'),(379,'appointments',NULL,'paypal',350.00,0.00,350.00,'in_full',0.00,'completed','b7edd8549fda53d88809472449becf9d','{\"items\":[{\"ca_id\":446,\"appointment_date\":\"2022-08-29 18:00:00\",\"app_start_info\":null,\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$87.50 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":350,\"deposit\":87.5},\"customer\":\"Ruby Waitkevich\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-08-29 16:19:27','2022-08-29 16:19:27'),(380,'appointments',NULL,'paypal',1050.00,0.00,262.50,'deposit',0.00,'completed','6213b343a510bb232f6c1bded98718b4','{\"items\":[{\"ca_id\":447,\"appointment_date\":\"2022-09-09 14:00:00\",\"app_start_info\":null,\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$131.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+500cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null},{\"title\":\"50 mg NAD Nicotinic Adenosine Dinucleotide\",\"price\":\"100.00\",\"quantity\":1,\"tax\":null}]},{\"ca_id\":448,\"appointment_date\":\"2022-09-09 15:00:00\",\"app_start_info\":null,\"service_name\":\"Myers\' Cocktail (250cc)\",\"service_price\":350,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$131.25 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[{\"title\":\"Extra Fluid (+500cc)\",\"price\":\"75.00\",\"quantity\":1,\"tax\":null},{\"title\":\"50 mg NAD Nicotinic Adenosine Dinucleotide\",\"price\":\"100.00\",\"quantity\":1,\"tax\":null}]}],\"coupon\":null,\"subtotal\":{\"price\":1050,\"deposit\":262.5},\"customer\":\"Corbett & Tristyn Kalama\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-09-07 17:16:13','2022-09-07 17:16:13'),(381,'appointments',NULL,'paypal',275.00,0.00,68.75,'deposit',0.00,'completed','b32e9f617f9ce3d70e8e3f4583f20e1c','{\"items\":[{\"ca_id\":449,\"appointment_date\":\"2022-09-08 15:00:00\",\"app_start_info\":null,\"service_name\":\"The Basic IV\",\"service_price\":275,\"service_tax\":0,\"wait_listed\":false,\"deposit_format\":\"$68.75 (25%)\",\"number_of_persons\":1,\"units\":1,\"duration\":\"3600\",\"staff_name\":\"Michael Pasquale\",\"extras\":[]}],\"coupon\":null,\"subtotal\":{\"price\":275,\"deposit\":68.75},\"customer\":\"John Ring\",\"tax_in_price\":\"excluded\",\"tax_paid\":null,\"extras_multiply_nop\":1,\"gateway_ref_id\":null,\"tips\":null}',NULL,'2022-09-08 12:28:36','2022-09-08 12:28:36');
/*!40000 ALTER TABLE `wp_bookly_payments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bookly_schedule_item_breaks`
--

DROP TABLE IF EXISTS `wp_bookly_schedule_item_breaks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_schedule_item_breaks` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `staff_schedule_item_id` int(10) unsigned NOT NULL,
  `start_time` time DEFAULT NULL,
  `end_time` time DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `staff_schedule_item_id` (`staff_schedule_item_id`),
  CONSTRAINT `wp_bookly_schedule_item_breaks_ibfk_1` FOREIGN KEY (`staff_schedule_item_id`) REFERENCES `wp_bookly_staff_schedule_items` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_schedule_item_breaks`
--

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

--
-- Table structure for table `wp_bookly_sent_notifications`
--

DROP TABLE IF EXISTS `wp_bookly_sent_notifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_sent_notifications` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `ref_id` int(10) unsigned NOT NULL,
  `notification_id` int(10) unsigned NOT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `ref_id_idx` (`ref_id`),
  KEY `notification_id` (`notification_id`),
  CONSTRAINT `wp_bookly_sent_notifications_ibfk_1` FOREIGN KEY (`notification_id`) REFERENCES `wp_bookly_notifications` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_sent_notifications`
--

LOCK TABLES `wp_bookly_sent_notifications` WRITE;
/*!40000 ALTER TABLE `wp_bookly_sent_notifications` DISABLE KEYS */;
INSERT INTO `wp_bookly_sent_notifications` VALUES (1,143,13,'2020-11-19 14:01:13'),(2,144,13,'2020-11-22 10:54:55'),(3,145,13,'2020-12-01 13:53:32'),(4,146,13,'2020-12-06 11:53:34'),(5,147,13,'2020-12-10 08:53:32'),(6,148,13,'2020-12-22 09:53:45'),(7,149,13,'2020-12-26 14:53:36'),(8,150,13,'2020-12-27 16:53:36'),(9,151,13,'2021-01-07 11:53:41'),(10,152,13,'2021-01-08 15:53:47'),(11,153,13,'2021-01-09 10:53:37'),(12,154,13,'2021-01-10 16:53:27'),(13,159,13,'2021-01-15 10:53:37'),(14,160,13,'2021-01-16 10:53:38'),(15,161,13,'2021-01-16 12:53:30'),(16,162,13,'2021-01-16 13:53:38'),(17,163,13,'2021-01-16 14:53:38'),(18,164,13,'2021-01-16 15:53:37'),(19,5,20,'2022-05-26 18:53:33'),(20,5,20,'2022-06-05 18:01:03'),(21,5,20,'2022-06-14 18:57:17'),(22,5,20,'2022-06-27 18:53:45'),(23,5,20,'2022-06-29 18:53:28'),(24,5,20,'2022-07-20 18:53:31'),(25,5,20,'2022-09-08 18:53:45');
/*!40000 ALTER TABLE `wp_bookly_sent_notifications` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bookly_series`
--

DROP TABLE IF EXISTS `wp_bookly_series`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_series` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `repeat` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `token` varchar(255) COLLATE utf8mb4_unicode_ci NOT 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_bookly_series`
--

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

--
-- Table structure for table `wp_bookly_service_extras`
--

DROP TABLE IF EXISTS `wp_bookly_service_extras`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_service_extras` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `service_id` int(10) unsigned NOT NULL,
  `attachment_id` int(10) unsigned DEFAULT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `duration` int(11) NOT NULL DEFAULT 0,
  `price` decimal(10,2) NOT NULL DEFAULT 0.00,
  `min_quantity` int(11) NOT NULL DEFAULT 0,
  `max_quantity` int(11) NOT NULL DEFAULT 1,
  `position` int(11) NOT NULL DEFAULT 9999,
  PRIMARY KEY (`id`),
  KEY `service_id` (`service_id`),
  CONSTRAINT `wp_bookly_service_extras_ibfk_1` FOREIGN KEY (`service_id`) REFERENCES `wp_bookly_services` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=101 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_service_extras`
--

LOCK TABLES `wp_bookly_service_extras` WRITE;
/*!40000 ALTER TABLE `wp_bookly_service_extras` DISABLE KEYS */;
INSERT INTO `wp_bookly_service_extras` VALUES (1,1,3072,'Toradol Pain Medication',0,30.00,0,1,2),(2,1,3072,'Zofran Anti Nausea Medication',0,30.00,0,1,3),(3,2,3072,'Toradol Pain Medication',0,30.00,0,1,2),(4,2,3072,'Zofran Anti Nausea Medication',0,30.00,0,1,3),(5,3,3072,'Toradol Pain Medication',0,30.00,0,1,2),(6,3,3072,'Zofran Anti Nausea Medication',0,30.00,0,1,3),(7,4,3072,'Toradol Pain Medication',0,30.00,0,1,2),(8,4,3072,'Zofran Anti Nausea Medication',0,30.00,0,1,3),(9,5,3072,'Toradol Pain Medication',0,30.00,0,1,2),(10,5,3072,'Zofran Anti Nausea Medication',0,30.00,0,1,3),(13,9,3072,'Toradol Pain Medication',0,30.00,0,1,2),(14,9,3072,'Zofran Anti Nausea Medication',0,30.00,0,1,3),(15,15,3072,'Toradol Pain Medication',0,30.00,0,1,2),(16,15,3072,'Zofran Anti Nausea Medication',0,30.00,0,1,3),(17,19,3072,'Toradol Pain Medication',0,30.00,0,1,2),(18,19,3072,'Zofran Anti Nausea Medication',0,30.00,0,1,3),(19,20,3072,'Toradol Pain Medication',0,30.00,0,1,2),(20,20,3072,'Zofran Anti Nausea Medication',0,30.00,0,1,3),(21,1,3123,'Lipo C Injection',0,60.00,0,1,4),(22,1,3123,'Methylcobalamin Injection',0,35.00,0,1,5),(23,2,3123,'Lipo-C Injection',0,60.00,0,1,4),(24,2,3123,'Methylcobalamin Injection',0,35.00,0,1,5),(25,3,3123,'Lipo-C Injection',0,60.00,0,1,4),(26,3,3123,'Methylcobalamin Injection',0,35.00,0,1,5),(27,4,3123,'Lipo-C Injection',0,60.00,0,1,4),(28,4,3123,'Methylcobalamin Injection',0,35.00,0,1,5),(29,5,3123,'Lipo-C Injection',0,60.00,0,1,4),(30,5,3123,'Methylcobalamin Injection',0,35.00,0,1,5),(33,9,3123,'Lipo C Injection',0,60.00,0,1,4),(34,9,3123,'Methylcobalamin Injection',0,35.00,0,1,5),(35,15,3123,'Lipo C Injection',0,60.00,0,1,4),(36,15,3123,'Methylcobalamin Injection',0,35.00,0,1,5),(37,19,3123,'Lipo C Injection',0,60.00,0,1,4),(38,19,3123,'Methylcobalamin Injection',0,35.00,0,1,5),(39,20,3123,'Lipo C Injection',0,60.00,0,1,4),(40,20,3123,'Methylcobalamin Injection',0,35.00,0,1,5),(41,21,3072,'Toradol Pain Medication',0,30.00,0,1,2),(42,21,3072,'Zofran Anti Nausea Medication',0,30.00,0,1,3),(43,21,3123,'Lipo C Injection',0,60.00,0,1,4),(44,21,3123,'Methylcobalamin Injection',0,35.00,0,1,5),(45,22,3072,'Toradol Pain Medication',0,30.00,0,1,2),(46,22,0,'Mini Hangover Pack',0,45.00,0,1,3),(47,22,0,'Detox Push Vit C and Glutathione',0,50.00,0,1,4),(49,5,0,'Extra Fluid (+500cc)',0,75.00,0,1,1),(51,19,0,'Extra Fluid (+500cc)',0,75.00,0,1,1),(53,4,0,'Extra Fluid (+500cc)',0,75.00,0,1,0),(55,1,0,'Extra Fluid (+500cc)',0,75.00,0,1,0),(57,20,0,'Extra Fluid (+500cc)',0,75.00,0,1,0),(58,2,0,'Extra Fluid (+500cc)',0,75.00,0,1,0),(59,25,0,'Extra Fluid (+500cc)',0,75.00,0,1,10001),(62,24,0,'Extra Fluid (+500cc)',0,75.00,0,1,10004),(63,27,0,'Extra Fluid (+500cc)',0,75.00,0,1,10005),(68,3,0,'Extra Fluid (+500cc)',0,75.00,0,1,0),(69,26,0,'Extra Fluid (+500cc)',0,75.00,0,1,10007),(71,21,0,'Extra Fluid (+500cc)',0,75.00,0,1,0),(73,9,0,'Extra Fluid (+500cc)',0,75.00,0,1,0),(76,15,0,'Extra Fluid (+500cc)',0,75.00,0,1,0),(77,22,0,'Extra Fluid (+500cc)',0,75.00,0,1,0),(79,28,3072,'Toradol Pain Medication',0,30.00,0,1,2),(80,28,3072,'Zofran Anti Nausea Medication',0,30.00,0,1,3),(81,28,3123,'Lipo-C Injection',0,60.00,0,1,4),(82,28,3123,'Methylcobalamin Injection',0,35.00,0,1,5),(84,28,0,'Extra Fluid (+500cc)',0,75.00,0,1,0),(85,25,0,'50 mg NAD Nicotinic Adenosine Dinucleotide',0,100.00,0,1,10009),(86,20,0,'50 mg NAD Nicotinic Adenosine Dinucleotide',0,100.00,0,1,10010),(87,24,0,'50 mg NAD Nicotinic Adenosine Dinucleotide',0,100.00,0,1,10011),(88,27,0,'50 mg NAD Nicotinic Adenosine Dinucleotide',0,100.00,0,1,10012),(89,1,0,'50 mg NAD Nicotinic Adenosine Dinucleotide',0,100.00,0,1,10013),(90,2,0,'50 mg NAD Nicotinic Adenosine Dinucleotide',0,100.00,0,1,10014),(91,3,0,'50 mg NAD Nicotinic Adenosine Dinucleotide',0,100.00,0,1,10015),(92,28,0,'50 mg NAD Nicotinic Adenosine Dinucleotide',0,100.00,0,1,10016),(93,19,0,'50 mg NAD Nicotinic Adenosine Dinucleotide',0,100.00,0,1,10017),(94,4,0,'50 mg NAD Nicotinic Adenosine Dinucleotide',0,100.00,0,1,10018),(95,26,0,'50 mg NAD Nicotinic Adenosine Dinucleotide',0,100.00,0,1,10019),(96,21,0,'50 mg NAD Nicotinic Adenosine Dinucleotide',0,100.00,0,1,10020),(97,5,0,'50 mg NAD Nicotinic Adenosine Dinucleotide',0,100.00,0,1,10021),(98,9,0,'50 mg NAD Nicotinic Adenosine Dinucleotide',0,100.00,0,1,10022),(99,15,0,'50 mg NAD Nicotinic Adenosine Dinucleotide',0,100.00,0,1,10023),(100,22,0,'50 mg NAD Nicotinic Adenosine Dinucleotide',0,100.00,0,1,10024);
/*!40000 ALTER TABLE `wp_bookly_service_extras` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bookly_service_special_days`
--

DROP TABLE IF EXISTS `wp_bookly_service_special_days`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_service_special_days` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `service_id` int(10) unsigned NOT NULL,
  `date` date DEFAULT NULL,
  `start_time` time DEFAULT NULL,
  `end_time` time DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `service_id` (`service_id`),
  CONSTRAINT `wp_bookly_service_special_days_ibfk_1` FOREIGN KEY (`service_id`) REFERENCES `wp_bookly_services` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_service_special_days`
--

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

--
-- Table structure for table `wp_bookly_service_special_days_breaks`
--

DROP TABLE IF EXISTS `wp_bookly_service_special_days_breaks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_service_special_days_breaks` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `service_special_day_id` int(10) unsigned NOT NULL,
  `start_time` time DEFAULT NULL,
  `end_time` time DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `service_special_day_id` (`service_special_day_id`),
  CONSTRAINT `wp_bookly_service_special_days_breaks_ibfk_1` FOREIGN KEY (`service_special_day_id`) REFERENCES `wp_bookly_service_special_days` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_service_special_days_breaks`
--

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

--
-- Table structure for table `wp_bookly_services`
--

DROP TABLE IF EXISTS `wp_bookly_services`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_services` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `category_id` int(10) unsigned DEFAULT NULL,
  `type` enum('simple','collaborative','compound','package') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'simple',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `attachment_id` int(10) unsigned DEFAULT NULL,
  `duration` int(11) NOT NULL DEFAULT 900,
  `slot_length` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default',
  `price` decimal(10,2) NOT NULL DEFAULT 0.00,
  `color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '#FFFFFF',
  `deposit` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '100%',
  `capacity_min` int(11) NOT NULL DEFAULT 1,
  `capacity_max` int(11) NOT NULL DEFAULT 1,
  `one_booking_per_slot` tinyint(1) NOT NULL DEFAULT 0,
  `padding_left` int(11) NOT NULL DEFAULT 0,
  `padding_right` int(11) NOT NULL DEFAULT 0,
  `info` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `start_time_info` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `end_time_info` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `same_staff_for_subservices` tinyint(1) NOT NULL DEFAULT 0,
  `units_min` int(10) unsigned NOT NULL DEFAULT 1,
  `units_max` int(10) unsigned NOT NULL DEFAULT 1,
  `package_life_time` int(11) DEFAULT NULL,
  `package_size` int(11) DEFAULT NULL,
  `package_unassigned` tinyint(1) NOT NULL DEFAULT 0,
  `appointments_limit` int(11) DEFAULT NULL,
  `limit_period` enum('off','day','week','month','year','upcoming','calendar_day','calendar_week','calendar_month','calendar_year') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'off',
  `staff_preference` enum('order','least_occupied','most_occupied','least_occupied_for_period','most_occupied_for_period','least_expensive','most_expensive') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'most_expensive',
  `staff_preference_settings` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `recurrence_enabled` tinyint(1) NOT NULL DEFAULT 1,
  `recurrence_frequencies` set('daily','weekly','biweekly','monthly') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'daily,weekly,biweekly,monthly',
  `time_requirements` enum('required','optional','off') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'required',
  `collaborative_equal_duration` tinyint(1) NOT NULL DEFAULT 0,
  `online_meetings` enum('off','zoom','google_meet','jitsi','bbb') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'off',
  `final_step_url` varchar(512) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `wc_product_id` int(10) unsigned NOT NULL DEFAULT 0,
  `wc_cart_info_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `wc_cart_info` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `min_time_prior_booking` int(11) DEFAULT NULL,
  `min_time_prior_cancel` int(11) DEFAULT NULL,
  `visibility` enum('public','private','group') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'public',
  `position` int(11) NOT NULL DEFAULT 9999,
  PRIMARY KEY (`id`),
  KEY `category_id` (`category_id`),
  CONSTRAINT `wp_bookly_services_ibfk_1` FOREIGN KEY (`category_id`) REFERENCES `wp_bookly_categories` (`id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_services`
--

LOCK TABLES `wp_bookly_services` WRITE;
/*!40000 ALTER TABLE `wp_bookly_services` DISABLE KEYS */;
INSERT INTO `wp_bookly_services` VALUES (1,1,'simple','Cold Flu IV - Formula 1',0,3600,'3600',375.00,'#3E6B83','100%',1,10,0,0,0,'','','',0,1,1,NULL,NULL,0,NULL,'off','most_expensive','{\"period\":{\"before\":0,\"after\":0},\"random\":false}',1,'daily,weekly,biweekly,monthly','required',0,'off','',0,NULL,NULL,NULL,NULL,'public',1),(2,1,'simple','Cold Flu IV - Formula 2',0,3600,'default',400.00,'#08E5F9','100%',1,10,0,0,0,'','','',0,1,1,NULL,NULL,0,NULL,'off','most_expensive','{\"period\":{\"before\":0,\"after\":0},\"random\":false}',1,'daily,weekly,biweekly,monthly','required',0,'off','',0,NULL,NULL,NULL,NULL,'public',2),(3,1,'simple','Cold Flu IV - Formula 3',0,3600,'default',425.00,'#006521','100%',1,10,0,0,0,'','','',0,1,1,NULL,NULL,0,NULL,'off','most_expensive','{\"period\":{\"before\":0,\"after\":0},\"random\":false}',1,'daily,weekly,biweekly,monthly','required',0,'off','',0,NULL,NULL,NULL,NULL,'public',3),(4,1,'simple','Hangover IV - Standard',0,3600,'default',325.00,'#42CBAC','100%',1,10,0,0,0,'','','',0,1,1,NULL,NULL,0,NULL,'off','most_expensive','{\"period\":{\"before\":0,\"after\":0},\"random\":false}',1,'daily,weekly,biweekly,monthly','required',0,'off','',0,NULL,NULL,NULL,NULL,'public',4),(5,1,'simple','Myers\' Cocktail (250cc)',0,3600,'default',350.00,'#10CD1B','100%',1,10,0,0,0,'','','',0,1,1,NULL,NULL,0,NULL,'off','most_expensive','{\"period\":{\"before\":0,\"after\":0},\"random\":false}',1,'daily,weekly,biweekly,monthly','required',0,'off','',0,NULL,NULL,NULL,NULL,'public',5),(9,1,'simple','Sports IV',0,3600,'default',375.00,'#403669','100%',1,10,0,0,0,'','','',0,1,1,NULL,NULL,0,NULL,'off','most_expensive','{\"period\":{\"before\":0,\"after\":0},\"random\":false}',1,'daily,weekly,biweekly,monthly','required',0,'off','',0,NULL,NULL,NULL,NULL,'public',7),(15,1,'simple','Stress IV',0,3600,'default',350.00,'#0155C5','100%',1,10,0,0,0,'','','',0,1,1,NULL,NULL,0,NULL,'off','most_expensive','{\"period\":{\"before\":0,\"after\":0},\"random\":false}',1,'daily,weekly,biweekly,monthly','required',0,'off','',0,NULL,NULL,NULL,NULL,'public',8),(19,1,'simple','Detox IV Therapy',0,3600,'default',375.00,'#5108CF','100%',1,10,0,0,0,'','','',0,1,1,NULL,NULL,0,NULL,'off','most_expensive','{\"period\":{\"before\":0,\"after\":0},\"random\":false}',1,'daily,weekly,biweekly,monthly','required',0,'off','',0,NULL,NULL,NULL,NULL,'public',9),(20,1,'simple','Antioxidants IV push',0,3600,'default',300.00,'#58FB90','100%',1,10,0,0,0,'Loaded with Glutathione and Vitamin C this is one of the best antioxidant formulas we offer. This will help promote cellular rejuvenation and get rid of the metabolic products called free radicals which can damage cells and your DNA.','','',0,1,1,NULL,NULL,0,NULL,'off','most_expensive','{\"period\":{\"before\":0,\"after\":0},\"random\":false}',1,'daily,weekly,biweekly,monthly','required',0,'off','',0,NULL,NULL,NULL,NULL,'public',10),(21,1,'simple','Jetlag IV',0,3600,'default',350.00,'#10A8CE','100%',1,10,0,0,0,'','','',0,1,1,NULL,NULL,0,NULL,'off','most_expensive','{\"period\":{\"before\":0,\"after\":0},\"random\":false}',1,'daily,weekly,biweekly,monthly','required',0,'off','https://mobileivhawaii.com/booking-complete/',0,NULL,NULL,NULL,NULL,'public',11),(22,1,'simple','The Basic IV',0,3600,'default',275.00,'#3FF31C','100%',1,10,0,0,0,'This is our most basic IV of 500ml of saline , add to it to customize for your needs.','','',0,1,1,NULL,NULL,0,NULL,'off','most_expensive','{\"period\":{\"before\":0,\"after\":0},\"random\":false}',1,'daily,weekly,biweekly,monthly','required',0,'off','',0,NULL,NULL,NULL,NULL,'public',0),(23,1,'simple','Skin Whitening IV',0,3600,'default',275.00,'#54D6E7','100%',1,10,0,0,0,'','','',0,1,1,NULL,NULL,0,NULL,'off','most_expensive','{\"period\":{\"before\":0,\"after\":0},\"random\":false}',1,'daily,weekly,biweekly,monthly','required',0,'off','',0,NULL,NULL,NULL,NULL,'public',9999),(24,1,'simple','Brain IV',0,3600,'default',275.00,'#37C471','100%',1,10,0,0,0,'','','',0,1,1,NULL,NULL,0,NULL,'off','most_expensive','{\"period\":{\"before\":0,\"after\":0},\"random\":false}',1,'daily,weekly,biweekly,monthly','required',0,'off','',0,NULL,NULL,NULL,NULL,'public',9999),(25,1,'simple','Anti-Aging IV',0,3600,'default',300.00,'#5A0747','100%',1,10,0,0,0,'','','',0,1,1,NULL,NULL,0,NULL,'off','most_expensive','{\"period\":{\"before\":0,\"after\":0},\"random\":false}',1,'daily,weekly,biweekly,monthly','required',0,'off','',0,NULL,NULL,NULL,NULL,'public',9999),(26,1,'simple','Inflammation IV',0,3600,'default',275.00,'#194722','100%',1,10,0,0,0,'','','',0,1,1,NULL,NULL,0,NULL,'off','most_expensive','{\"period\":{\"before\":0,\"after\":0},\"random\":false}',1,'daily,weekly,biweekly,monthly','required',0,'off','',0,NULL,NULL,NULL,NULL,'public',9999),(27,1,'simple','Chelation IV',0,3600,'default',275.00,'#259404','100%',1,10,0,0,0,'','','',0,1,1,NULL,NULL,0,NULL,'off','most_expensive','{\"period\":{\"before\":0,\"after\":0},\"random\":false}',1,'daily,weekly,biweekly,monthly','required',0,'off','',0,NULL,NULL,NULL,NULL,'public',9999),(28,1,'simple','Covid Relief IV Therapy',0,3600,'default',450.00,'#42CBAC','100%',1,10,0,0,0,'','','',0,1,1,NULL,NULL,0,NULL,'off','most_expensive','{\"period\":{\"before\":0,\"after\":0},\"random\":false}',1,'daily,weekly,biweekly,monthly','required',0,'off','',0,NULL,NULL,NULL,NULL,'public',4);
/*!40000 ALTER TABLE `wp_bookly_services` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bookly_shop`
--

DROP TABLE IF EXISTS `wp_bookly_shop`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_shop` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `plugin_id` int(10) unsigned NOT NULL,
  `type` enum('plugin','bundle') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'plugin',
  `highlighted` tinyint(1) NOT NULL DEFAULT 0,
  `priority` int(10) unsigned DEFAULT 0,
  `demo_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `icon` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `price` decimal(10,2) NOT NULL,
  `sales` int(10) unsigned NOT NULL,
  `rating` decimal(10,2) NOT NULL,
  `reviews` int(10) unsigned NOT NULL,
  `published` datetime NOT NULL,
  `seen` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=45 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_shop`
--

LOCK TABLES `wp_bookly_shop` WRITE;
/*!40000 ALTER TABLE `wp_bookly_shop` DISABLE KEYS */;
INSERT INTO `wp_bookly_shop` VALUES (1,7226091,'plugin',1,100,NULL,'Bookly Pro','bookly-addon-pro','Bring appointment scheduling process to the next level with Bookly Pro add-on.  Pro add-on turns Bookly plugin into the professional appointment management system. Unlock Advanced Customer management, Service provider management, Services management, Email and SMS notifications, Booking management capabilities. Connect payment gateways and modify Pro version with other add-ons available only with Bookly Pro and more.','https://codecanyon.net/item/bookly-booking-plugin-responsive-appointment-booking-and-scheduling/7226091','https://s3.envato.com/files/276918414/bookly-icon-(1)%20(3).png','https://s3.envato.com/files/405130193/CodeCanyon-main-banner-45K.jpg',89.00,45142,4.54,1088,'2014-04-12 17:14:52',1,'2022-09-09 03:54:15'),(2,13903524,'plugin',0,0,NULL,'Bookly Multisite (Add-on)','bookly-addon-multisite','Do you need to administrate Booky on multiple websites? This add-on enables Bookly to become a Multisite ready plugin. You need to buy an additional Regular License for Bookly Pro and every installed add-on for each domain name that you use.','https://codecanyon.net/item/bookly-multisite-addon/13903524','https://s3.envato.com/files/257314580/14multisite.png','https://s3.envato.com/files/257314582/14_Multisite.jpg',49.00,665,5.00,8,'2015-12-04 16:38:03',1,'2022-09-09 03:54:15'),(3,15552320,'plugin',0,0,NULL,'Bookly Service Extras (Add-on)','bookly-addon-service-extras','Increase the average check for every client visit with Service Extras add-on. Let your customers order extra items when they schedule an appointment with you or book your service. It adds one more step into the booking form and allows your customers to pick extras they would like to order as an addition to the service booking, see the price of extras, name, image, and total cost of the selected items.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.\r\n','https://codecanyon.net/item/bookly-service-extras-addon/15552320','https://s3.envato.com/files/275715191/bookly_extras_80x80.jpg','https://s3.envato.com/files/275715192/extras-addon_590x300.jpg',49.00,3219,4.42,33,'2016-04-01 15:29:11',1,'2022-09-09 03:54:15'),(4,17328208,'plugin',0,0,NULL,'Bookly Locations (Add-on)','bookly-addon-locations','Do you offer your services in more than one location? Try Bookly Locations add-on to manage the service booking process between various locations. Let your customers pick the location, where they would like to get the service and associate the staff members with those locations.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.\r\n','https://codecanyon.net/item/bookly-locations-addon/17328208','https://s3.envato.com/files/257314201/3locations.png','https://s3.envato.com/files/257314328/3_locations.jpg',39.00,2836,4.42,33,'2016-08-03 17:49:31',1,'2022-09-09 03:54:15'),(5,17367838,'plugin',0,0,NULL,'Bookly Chain Appointments (Add-on)','bookly-addon-chain-appointments','Do you offer services which can be combined and provided during a single client visit by the same or different staff members? Let your clients book several services for a single visit with the Chain Appointments add-on. The clients will be able to choose multiple services from different providers at the first step of the booking process.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.','https://codecanyon.net/item/bookly-chain-appointments-addon/17367838','https://s3.envato.com/files/257314361/11chain.png','https://s3.envato.com/files/257314362/11_chain.jpg',29.00,1247,4.80,5,'2016-08-09 17:40:29',1,'2022-09-09 03:54:15'),(6,17457141,'plugin',0,0,NULL,'Bookly Multiply Appointments (Add-on)','bookly-addon-multiply-appointments','Do you provide fixed-time services, which your clients can book for example for an hour or 15 minutes? Boost your sales with Bookly Multiply Appointments add-on by providing an option to book the same service several times in a row.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.\r\n','https://codecanyon.net/item/bookly-multiply-appointments-addon/17457141','https://s3.envato.com/files/277980955/icon_80x80.png','https://s3.envato.com/files/277980956/multiply-appointments-addon_590x300.jpg',29.00,861,0.00,2,'2016-08-16 16:02:12',1,'2022-09-09 03:54:15'),(7,17956131,'plugin',0,0,NULL,'Bookly Deposit Payments (Add-on)','bookly-addon-deposit-payments','Would you like to reduce the number of no-shows? Or maybe you need to buy something before the clients\' visit? With Bookly Deposit Payments add-on, you can request full or partial pre-payment during the service booking process.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.\r\n','https://codecanyon.net/item/bookly-deposit-payments-addon/17956131','https://s3.envato.com/files/257314254/7deposit.png','https://s3.envato.com/files/257314255/7_deposit_payments.jpg',39.00,1667,4.57,7,'2016-09-22 18:11:00',1,'2022-09-09 03:54:15'),(8,18611122,'plugin',0,0,NULL,'Bookly Special Days (Add-on)','bookly-addon-special-days','Customize the schedule of your employees during the holiday season or any other occasion, without changing your regular schedule. With this add-on, you can add days with long or short hours or even the day when you provide service for 24 hours. Bookly Special Days add-on enables you to modify the schedule of each staff member in your organization.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.\r\n','https://codecanyon.net/item/bookly-special-days-addon/18611122','https://s3.envato.com/files/257314246/6specialdays.png','https://s3.envato.com/files/257314247/6_special_days.png',39.00,2503,4.33,12,'2016-11-07 01:25:43',1,'2022-09-09 03:54:15'),(9,18704535,'plugin',0,0,NULL,'Bookly Special Hours (Add-on)','bookly-addon-special-hours','Would you like to provide a discount during happy hours or raise service price during busy hours? You can do it with Bookly Special Hours add-on. With full control of the daily schedule, you can adjust the price to maximize revenues or reduce workload.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.','https://codecanyon.net/item/bookly-special-hours-addon/18704535','https://s3.envato.com/files/276664014/icon_80x80.jpg','https://s3.envato.com/files/368291032/banner-bookly-special-hours-addon.jpg',29.00,593,4.20,5,'2016-11-09 01:22:54',1,'2022-09-09 03:54:15'),(10,18874038,'plugin',0,0,NULL,'Bookly Service Schedule (Add-on)','bookly-addon-service-schedule','Do you have services with a specific schedule which must be aligned with the default schedule of your employees? With Bookly Service Schedule add-on, you can set hours during each day of the week when your clients can book this service taking into consideration the staff members availability.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.\r\n','https://codecanyon.net/item/bookly-service-schedule-addon/18874038','https://s3.envato.com/files/257314213/5serviceschedule.png','https://s3.envato.com/files/257314214/5_service_schedule.jpg',29.00,2630,4.17,12,'2016-11-22 05:03:19',1,'2022-09-09 03:54:15'),(11,19497634,'plugin',0,0,NULL,'Bookly Recurring Appointments (Add-on)','bookly-addon-recurring-appointments','Do you provide a service which may require a series of visits, like therapy, massage, tutoring and more? With Bookly Recurring Appointments, your client can book the service set upfront. Must-have for businesses, which provide service sets.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.\r\n','https://codecanyon.net/item/bookly-recurring-appointments-addon/19497634','https://s3.envato.com/files/257314299/10recurring.png','https://s3.envato.com/files/257314300/10_recurring.jpg',39.00,1710,3.67,12,'2017-02-23 17:42:00',1,'2022-09-09 03:54:15'),(12,19617518,'plugin',0,0,NULL,'Bookly PayPal Payments Standard (Add-on)','bookly-addon-paypal-payments-standard','Do you have PayPal Business or PayPal Premier account and would like to provide one of the most popular online payment options for your clients? With Bookly PayPal Payments Standard add-on clients can pay directly via credit card or by logging in to their PayPal account – all processed by PayPal.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.','https://codecanyon.net/item/bookly-paypal-payments-standard-addon/19617518','https://s3.envato.com/files/257314391/13paypalstandard.png','https://s3.envato.com/files/350077544/preview-banner-bookly-paypal-payments-standard-addon.png',29.00,1558,5.00,7,'2017-03-22 04:29:25',1,'2022-09-09 03:54:15'),(13,20005540,'plugin',0,0,NULL,'Bookly Staff Cabinet (Add-on)','bookly-addon-staff-cabinet','You can manage Bookly in the WordPress admin area of your website. Many of your employees may also need access to Bookly. To avoid any complications and limit the access to the website admin area, you can use Bookly Staff Cabinet, where your employees can: view the calendar, add and manage appointments, view and update personal details and more.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.\r\n','https://codecanyon.net/item/bookly-staff-cabinet-addon/20005540','https://s3.envato.com/files/257314313/12staffcabinet.png','https://s3.envato.com/files/257314314/12_staff_cabinet.jpg',39.00,2055,4.06,18,'2017-05-26 16:11:36',1,'2022-09-09 03:54:15'),(14,20685954,'plugin',0,0,NULL,'Bookly PayU Latam (Add-on)','bookly-addon-payu-latam','Accept payments online to reduce the funnel friction and boost your sales. PayU Latam is an international payment gateway provider, which also supports the most popular payment options in Latin America and is a perfect fit for businesses, which provide services in the LatAm market.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.','https://codecanyon.net/item/bookly-payu-latam-addon/20685954','https://s3.envato.com/files/257315044/34payulatam.jpg','https://s3.envato.com/files/257315045/34_PayULatam.jpg',29.00,101,0.00,2,'2017-10-04 22:22:08',1,'2022-09-09 03:54:15'),(15,20917406,'plugin',0,0,NULL,'Bookly Waiting List (Add-on)','bookly-addon-waiting-list','Do you lose customers because you are overbooked? Try Bookly Waiting List add-on to collect warm leads and maximize your profits. When you are fully booked, the customer will be able to join the waiting list. Service provider will get an automatic notification when the free slot appears.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.','https://codecanyon.net/item/bookly-waiting-list-addon/20917406','https://s3.envato.com/files/257314909/28waitinglist.jpg','https://s3.envato.com/files/257314910/28_Waiting_list.jpg',29.00,422,0.00,2,'2017-11-09 17:58:26',1,'2022-09-09 03:54:15'),(16,20952783,'plugin',0,0,NULL,'Bookly Packages (Add-on)','bookly-addon-packages','Do you have customers who purchase your services regularly? You can increase their loyalty to your company and boost your sales by providing package deals at a discounted price with Bookly Packages add-on.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.','https://codecanyon.net/item/bookly-packages-addon/20952783','https://s3.envato.com/files/277560972/icon_80x80.jpg','https://s3.envato.com/files/277560975/preview-banner.jpg',29.00,647,2.80,5,'2017-11-14 18:45:26',1,'2022-09-09 03:54:15'),(17,21113698,'plugin',0,0,NULL,'Bookly 2Checkout (Add-on)','bookly-addon-2checkout','Accept payments online to reduce the funnel friction and boost your sales. 2Checkout enables merchants to accept mobile and online payments from buyers worldwide. Seamless, safe, reliable payment processing regardless of where you are on the map.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.','https://codecanyon.net/item/bookly-2checkout-addon/21113698','https://s3.envato.com/files/257315086/35_2checkout(1).jpg','https://s3.envato.com/files/257315087/35_2checkout.jpg',29.00,36,0.00,0,'2017-12-12 10:30:34',1,'2022-09-09 03:54:15'),(18,21113750,'plugin',0,0,NULL,'Bookly Authorize.Net (Add-on)','bookly-addon-authorize-net','Accept payments online to reduce the funnel friction and boost your sales. Authorize.Net is a US-based payment gateway, which allows merchants to accept various payment types like: Visa, MasterCard, Discover, American Express, JCB, PayPal, Visa Checkout, Apple Pay, Google Pay, E-check.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.','https://codecanyon.net/item/bookly-authorizenet-addon/21113750','https://s3.envato.com/files/257315021/33authorize.jpg','https://s3.envato.com/files/257315022/33_authorize.jpg',29.00,193,0.00,0,'2017-12-12 10:30:24',1,'2022-09-09 03:54:15'),(19,21113860,'plugin',0,0,NULL,'Bookly Coupons (Add-on)','bookly-addon-coupons','Provide your clients with discount coupons to boost your sales, improve the conversion rate for less popular services, and increase customer loyalty. With the Bookly Coupons add-on enabled, your clients will be able to apply a coupon code at the checkout and get the service at a discounted price. You can easily create, manage and keep track of all promotional codes directly in Bookly.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.\r\n','https://codecanyon.net/item/bookly-coupons-addon/21113860','https://s3.envato.com/files/257314530/17coupons.jpg','https://s3.envato.com/files/257314531/17_coupons.jpg',39.00,1935,4.20,5,'2017-12-12 10:39:37',1,'2022-09-09 03:54:15'),(20,21113970,'plugin',0,0,NULL,'Bookly Custom Fields (Add-on)','bookly-addon-custom-fields','Do you need to know specific info about your customer before they visit you? Do you want to provide a personalized experience for your customers?\r\nWith Custom Fields add-on, you can ask for more details during the booking process to save time and provide better client experience during the visit.\r\n\r\nImportant: This add-on requires the Bookly PRO to be installed and activated.\r\n','https://codecanyon.net/item/bookly-custom-fields-addon/21113970','https://s3.envato.com/files/278250393/icon_80x80.jpg','https://s3.envato.com/files/278250394/custom-fields-addon_590x300.jpg',49.00,4972,5.00,17,'2017-12-12 10:40:39',1,'2022-09-09 03:54:15'),(21,21114042,'plugin',0,0,NULL,'Bookly Mollie (Add-on)','bookly-addon-mollie','Accept payments online to reduce the funnel friction and boost your sales. Mollie is a Payment Service Provider (PSP) which allows you to process such payment methods as iDEAL, credit card, Bancontact/Mister Cash, PayPal, SCT, SDD, and others.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.\r\n','https://codecanyon.net/item/bookly-mollie-addon/21114042','https://s3.envato.com/files/257314852/25mollie.jpg','https://s3.envato.com/files/257314853/25_Mollie.jpg',34.00,769,0.00,2,'2017-12-12 10:43:25',1,'2022-09-09 03:54:15'),(22,21114096,'plugin',0,0,NULL,'Bookly Payson (Add-on)','bookly-addon-payson','Accept payments online to reduce the funnel friction and boost your sales. Payson is one of Sweden’s leading companies for payments online. It provides both e-traders and private individuals with access to secure online payments.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.','https://codecanyon.net/item/bookly-payson-addon/21114096','https://s3.envato.com/files/257315118/37payson.jpg','https://s3.envato.com/files/257315129/37_Payson.jpg',29.00,15,0.00,1,'2017-12-12 10:44:08',1,'2022-09-09 03:54:15'),(23,21114146,'plugin',0,0,NULL,'Bookly Stripe (Add-on)','bookly-addon-stripe','Accept payments online to reduce the funnel friction and boost your sales. Stripe operates in more than 25 countries and provides various options to accept payments online. One of the most powerful solutions to cover your payments needs.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.\r\n','https://codecanyon.net/item/bookly-stripe-addon/21114146','https://s3.envato.com/files/257314285/9stripe.jpg','https://s3.envato.com/files/257314286/9_stripe.jpg',39.00,3190,4.64,11,'2017-12-12 10:46:42',1,'2022-09-09 03:54:15'),(24,21344225,'plugin',0,0,NULL,'Bookly Group Booking (Add-on)','bookly-addon-group-booking','Do you provide services for groups, like yoga or fitness class, group tutoring, or maybe a guided tour? With Bookly Group Booking add-on, you can easily set the capacity for each service you provide, let your customers specify the number of people during the booking and more.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.\r\n','https://codecanyon.net/item/bookly-group-booking-addon/21344225','https://s3.envato.com/files/257314273/8groupbooking.jpg','https://s3.envato.com/files/257314274/8_group_booking.jpg',39.00,3758,4.56,9,'2018-02-01 01:33:45',1,'2022-09-09 03:54:15'),(25,21344290,'plugin',0,0,NULL,'Bookly Customer Groups (Add-on)','bookly-addon-customer-groups','Do you have different types of customers? Bookly Customer Groups add-on enables you to create and manage Customer Groups. With this add-on, you can arrange your customers in different categories and set the rules for booking process, pricing and more.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.','https://codecanyon.net/item/bookly-customer-groups-addon/21344290','https://s3.envato.com/files/257314959/31customergroups.jpg','https://s3.envato.com/files/257314960/31_Customer_groups.jpg',29.00,421,0.00,0,'2018-02-01 02:03:48',1,'2022-09-09 03:54:15'),(26,21344354,'plugin',0,0,NULL,'Bookly Files (Add-on)','bookly-addon-files','Do you require documents or any other information before the customer can book your service? Let your clients attach files during the booking process with Bookly Files add-on. All materials added by your customers will be available for review in booking details.\r\n\r\nImportant: This add-on requires the Bookly PRO and Bookly Custom Fields (Add-on) installed and activated.','https://codecanyon.net/item/bookly-files-addon/21344354','https://s3.envato.com/files/257314861/27files.jpg','https://s3.envato.com/files/257314862/27_Files.jpg',29.00,684,3.83,6,'2018-02-01 02:07:58',1,'2022-09-09 03:54:15'),(27,21574371,'plugin',0,0,NULL,'Bookly Compound Services (Add-on)','bookly-addon-compound-services','Do you have services which can be combined into one service at a higher price? For example, if you provide web design, coding, content creation services you could combine them into the website or app development service which includes services mentioned in the example and involves several employees in it. \r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.','https://codecanyon.net/item/bookly-compound-services-addon/21574371','https://s3.envato.com/files/257314987/30compound.jpg','https://s3.envato.com/files/257314988/30_compound.jpg',29.00,254,0.00,1,'2018-03-13 06:08:47',1,'2022-09-09 03:54:15'),(28,21574466,'plugin',0,0,NULL,'Bookly Customer Information (Add-on)','bookly-addon-customer-information','Know your customer better with Bookly Customer Information add-on. Add custom fields to the booking form to gather additional info about your customer. The extended user profile will allow you to personalize your marketing activities in the future.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.','https://codecanyon.net/item/bookly-customer-information-addon/21574466','https://s3.envato.com/files/279832345/icon_80x80.jpg','https://s3.envato.com/files/279832384/customer-information-addon_590x300.jpg',29.00,1296,5.00,6,'2018-03-13 06:10:12',1,'2022-09-09 03:54:15'),(29,21574566,'plugin',0,0,NULL,'Bookly Ratings (Add-on)','bookly-addon-ratings','Do you want to improve your services and become more client-oriented? With Bookly Ratings add-on, you can evaluate your staff members and services you provide. Encourage your customers to rate the services they receive to keep up with professional standards and always meet the client’s expectations.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.','https://codecanyon.net/item/bookly-ratings-addon/21574566','https://s3.envato.com/files/257315009/32ratings.jpg','https://s3.envato.com/files/257315010/32_ratings.jpg',29.00,337,0.00,2,'2018-03-13 06:19:21',1,'2022-09-09 03:54:15'),(30,21841764,'plugin',0,0,NULL,'Bookly Cart (Add-on)','bookly-addon-cart','Do you want to boost your online sales even more? With Bookly Cart add-on, your customers can add multiple service bookings to the cart. It simplifies the buying process and motivates to purchase more. You can customize columns and display the cart summary data the way you want.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.','https://codecanyon.net/item/bookly-cart-addon/21841764','https://s3.envato.com/files/257314676/21cart.jpg','https://s3.envato.com/files/257314677/21_Cart.jpg',29.00,1524,4.88,8,'2018-04-29 02:25:40',1,'2022-09-09 03:54:15'),(31,21841828,'plugin',0,0,NULL,'Bookly Taxes (Add-on)','bookly-addon-taxes','Bookly Taxes add-on will let you set up and include taxes in the service price. You’ll be able to define different tax rates and apply them to all or only to selected services. Based on your settings, Bookly will calculate and display a total price with taxes that were applied.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.','https://codecanyon.net/item/bookly-taxes-addon/21841828','https://s3.envato.com/files/257314926/29taxes.jpg','https://s3.envato.com/files/257314934/29_taxes.jpg',39.00,565,3.00,3,'2018-04-29 02:29:54',1,'2022-09-09 03:54:15'),(32,21841856,'plugin',0,0,NULL,'Bookly Invoices (Add-on)','bookly-addon-invoices','Do you need need to invoice your clients without routine? With Bookly Invoices add-on, you can automatically issue invoices to your clients after your service is booked. Send a payment request when appointments are booked, approved, or received, and get paid within a specified period. Take advantage of the automatic online invoicing and let your clients pay for your services quickly and easily.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.\r\n','https://codecanyon.net/item/bookly-invoices-addon/21841856','https://s3.envato.com/files/276228740/icon_80x80.jpg','https://s3.envato.com/files/276262000/invoices-addon_590x300.jpg',39.00,980,0.00,2,'2018-04-29 02:30:22',1,'2022-09-09 03:54:15'),(33,21841871,'plugin',0,0,NULL,'Bookly Google Maps Address (Add-on)','bookly-addon-google-maps-address','Would you like to reduce Bookly form fill-in time and increase the conversion rate? Bookly Google Maps Address add-on simplifies the process of address data entry allowing you to use an autocomplete service. It helps to minimize the funnel friction, which leads to a better conversion rate and more sales.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.','https://codecanyon.net/item/bookly-google-maps-address-addon/21841871','https://s3.envato.com/files/257314833/26googlemaps.jpg','https://s3.envato.com/files/257314834/26_Google_maps.jpg',29.00,450,4.67,3,'2018-04-29 02:45:11',1,'2022-09-09 03:54:15'),(34,22060579,'plugin',0,0,NULL,'Bookly Advanced Google Calendar (Add-on)','bookly-addon-advanced-google-calendar','Are you used to Google Сalendar and want to leverage its capabilities together with Bookly? With  Bookly Advanced Google Calendar add-on, you get two-way synchronization between Bookly Calendar and Google Calendar so that you’ll always be able to see and manage all appointments in both calendars.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.','https://codecanyon.net/item/bookly-advanced-google-calendar-addon/22060579','https://s3.envato.com/files/257314406/15googlecalendar.jpg','https://s3.envato.com/files/257314407/15_AdvancedGC.jpg',49.00,2731,4.55,11,'2018-06-06 04:37:53',1,'2022-09-09 03:54:15'),(35,22060627,'plugin',0,0,NULL,'Bookly Customer Cabinet (Add-on)','bookly-addon-customer-cabinet','Do you need even more flexibility and let your customers manage their existing appointments and profile info? With Bookly Customer Cabinet add-on, Bookly becomes fully GDPR compliant and allows your users to control their data and appointments on your website in their personal user account. \r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.','https://codecanyon.net/item/bookly-customer-cabinet-addon/22060627','https://s3.envato.com/files/257314653/19customercabinet.jpg','https://s3.envato.com/files/257314654/19_Customer_cabinet.jpg',29.00,1737,4.09,11,'2018-06-06 04:39:24',1,'2022-09-09 03:54:15'),(36,22060703,'plugin',0,0,NULL,'Bookly Custom Duration (Add-on)','bookly-addon-custom-duration','Do you sell services which may have a flexible duration like tutoring, training, consulting, etc.? With Bookly Custom Duration add-on, your customers can define the length of the appointment. The price will be calculated accordingly.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.','https://codecanyon.net/item/bookly-custom-duration-addon/22060703','https://s3.envato.com/files/277098076/icon_80x80.jpg','https://s3.envato.com/files/277098077/custom-duration-addon_590x300.jpg',29.00,1255,4.33,6,'2018-06-06 04:42:30',1,'2022-09-09 03:54:15'),(37,22060797,'plugin',0,0,NULL,'Bookly PayUbiz (Add-on)','bookly-addon-payu-biz','Accept payments online to reduce the funnel friction and boost your sales. PayUbiz is a payment gateway provider, which also supports most popular payment options in India and is a perfect fit for businesses, which provide services in the Indian market.\r\n\r\nImportant: This add-on requires the Bookly PRO installed and activated.','https://codecanyon.net/item/bookly-payubiz-addon/22060797','https://s3.envato.com/files/257315098/36payubiz.jpg','https://s3.envato.com/files/257315099/36_PayUbiz.jpg',29.00,20,0.00,1,'2018-06-06 04:52:32',1,'2022-09-09 03:54:15'),(38,22999600,'plugin',0,0,NULL,'Bookly Tasks (Add-on) ','bookly-addon-tasks','Bookly Tasks add-on allows you and your customers to create bookings without choosing date and time.','https://codecanyon.net/item/bookly-tasks-addon/22999600','https://s3.envato.com/files/257552116/icon_80x80.jpg','https://s3.envato.com/files/257552117/tasks-banner.jpg',29.00,418,0.00,1,'2018-12-12 00:17:51',1,'2022-09-09 03:54:15'),(39,22999632,'plugin',0,0,NULL,'Bookly Collaborative Services (Add-on)','bookly-addon-collaborative-services','Bookly Collaborative Services add-on allows you to create services that require simultaneous participation of several staff members or staff member and shared resources necessary for the service performance.','https://codecanyon.net/item/bookly-collaborative-services-addon/22999632','https://s3.envato.com/files/257552412/icon_80x80.jpg','https://s3.envato.com/files/257552413/banner-collaborative-services.jpg',39.00,623,0.00,0,'2018-12-12 00:22:29',1,'2022-09-09 03:54:15'),(40,23324001,'plugin',0,0,NULL,'Bookly Custom Statuses (Add-on)','bookly-addon-custom-statuses','Bookly Custom Statuses add-on allows you to create and use additional statuses for the appointment.','https://codecanyon.net/item/bookly-custom-statuses-addon/23324001','https://s3.envato.com/files/260657848/icon_80x80.jpg','https://s3.envato.com/files/260657850/preview-banner-custom-statuses.jpg',29.00,465,5.00,3,'2019-02-18 20:10:01',1,'2022-09-09 03:54:15'),(41,23350952,'plugin',0,0,NULL,'Bookly Outlook Calendar (Add-on)','bookly-addon-outlook-calendar','Bookly Outlook Calendar add-on allows you to get a full two-way synchronization between Bookly Calendar and Outlook Calendar.','https://codecanyon.net/item/bookly-outlook-calendar-addon/23350952','https://s3.envato.com/files/260900000/icon_80x80(1).jpg','https://s3.envato.com/files/260915494/Outlook-Calendar.png',49.00,835,3.00,4,'2019-02-21 23:33:34',1,'2022-09-09 03:54:15'),(42,24219988,'plugin',0,0,NULL,'Bookly PayPal Checkout (Add-on)','bookly-addon-paypal-checkout','Bookly PayPal Checkout add-on allows your client to use PayPal Checkout payment method.','https://codecanyon.net/item/bookly-paypal-checkout-addon/24219988','https://s3.envato.com/files/268224387/icon_80x80.jpg','https://s3.envato.com/files/350078018/preview-banner-bookly-paypal-checkout-addon%20(2).jpg',29.00,556,0.00,0,'2019-07-30 18:31:46',1,'2022-09-09 03:54:15'),(43,29936495,'plugin',0,0,NULL,'Bookly Discounts (Add-on)','bookly-addon-discounts','Bookly Discounts add-on allows you to set up conditional discounts that will be applied during checkout if the booking details match requirements set by you.','https://codecanyon.net/item/bookly-discounts-addon/29936495','https://s3.envato.com/files/317556319/icon_80x80.jpg','https://s3.envato.com/files/317556323/preview-banner-discounts.jpg',29.00,228,0.00,0,'2021-01-05 01:18:25',1,'2022-09-09 03:54:15'),(44,34925755,'plugin',0,0,NULL,'Bookly Mailchimp (Add-on)','bookly-addon-mailchimp','Bookly Mailchimp add-on allows you to automatically export your customers contact information to your mailing list.','https://codecanyon.net/item/bookly-mailchimp-addon/34925755','https://s3.envato.com/files/366451641/icon_80x80.jpg','https://s3.envato.com/files/366451642/preview-banner.jpg',29.00,62,0.00,0,'2021-11-24 03:10:56',1,'2022-09-09 03:54:15');
/*!40000 ALTER TABLE `wp_bookly_shop` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bookly_special_days_breaks`
--

DROP TABLE IF EXISTS `wp_bookly_special_days_breaks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_special_days_breaks` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `staff_special_day_id` int(10) unsigned NOT NULL,
  `start_time` time DEFAULT NULL,
  `end_time` time DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `staff_special_day_id` (`staff_special_day_id`),
  CONSTRAINT `wp_bookly_special_days_breaks_ibfk_1` FOREIGN KEY (`staff_special_day_id`) REFERENCES `wp_bookly_staff_special_days` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_special_days_breaks`
--

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

--
-- Table structure for table `wp_bookly_staff`
--

DROP TABLE IF EXISTS `wp_bookly_staff`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_staff` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `category_id` int(10) unsigned DEFAULT NULL,
  `wp_user_id` bigint(20) unsigned DEFAULT NULL,
  `attachment_id` int(10) unsigned DEFAULT NULL,
  `full_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `time_zone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `info` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `working_time_limit` int(10) unsigned DEFAULT NULL,
  `visibility` enum('public','private','archive') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'public',
  `position` int(11) NOT NULL DEFAULT 9999,
  `google_data` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `outlook_data` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `zoom_jwt_api_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `zoom_jwt_api_secret` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `zoom_authentication` enum('default','jwt','oauth') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default',
  `zoom_oauth_token` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `icalendar` tinyint(1) NOT NULL DEFAULT 0,
  `icalendar_token` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `icalendar_days_before` int(11) NOT NULL DEFAULT 365,
  `icalendar_days_after` int(11) NOT NULL DEFAULT 365,
  `color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '#dddddd',
  PRIMARY KEY (`id`),
  KEY `category_id` (`category_id`),
  CONSTRAINT `wp_bookly_staff_ibfk_1` FOREIGN KEY (`category_id`) REFERENCES `wp_bookly_staff_categories` (`id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_staff`
--

LOCK TABLES `wp_bookly_staff` WRITE;
/*!40000 ALTER TABLE `wp_bookly_staff` DISABLE KEYS */;
INSERT INTO `wp_bookly_staff` VALUES (5,NULL,2,0,'Michael Pasquale','[email protected]','+18083305100',NULL,'',NULL,'public',1,NULL,NULL,'','','default',NULL,0,'3c3e1147c99cacbcb84dbb23fdd04051',365,365,'#dddddd');
/*!40000 ALTER TABLE `wp_bookly_staff` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bookly_staff_categories`
--

DROP TABLE IF EXISTS `wp_bookly_staff_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_staff_categories` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `position` int(11) NOT NULL DEFAULT 9999,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_staff_categories`
--

LOCK TABLES `wp_bookly_staff_categories` WRITE;
/*!40000 ALTER TABLE `wp_bookly_staff_categories` DISABLE KEYS */;
INSERT INTO `wp_bookly_staff_categories` VALUES (3,'Medical Staff',0);
/*!40000 ALTER TABLE `wp_bookly_staff_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bookly_staff_preference_orders`
--

DROP TABLE IF EXISTS `wp_bookly_staff_preference_orders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_staff_preference_orders` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `service_id` int(10) unsigned NOT NULL,
  `staff_id` int(10) unsigned NOT NULL,
  `position` int(11) NOT NULL DEFAULT 9999,
  PRIMARY KEY (`id`),
  KEY `service_id` (`service_id`),
  KEY `staff_id` (`staff_id`),
  CONSTRAINT `wp_bookly_staff_preference_orders_ibfk_1` FOREIGN KEY (`service_id`) REFERENCES `wp_bookly_services` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  CONSTRAINT `wp_bookly_staff_preference_orders_ibfk_2` FOREIGN KEY (`staff_id`) REFERENCES `wp_bookly_staff` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_staff_preference_orders`
--

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

--
-- Table structure for table `wp_bookly_staff_schedule_items`
--

DROP TABLE IF EXISTS `wp_bookly_staff_schedule_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_staff_schedule_items` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `staff_id` int(10) unsigned NOT NULL,
  `location_id` int(10) unsigned DEFAULT NULL,
  `day_index` int(10) unsigned NOT NULL,
  `start_time` time DEFAULT NULL,
  `end_time` time DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `unique_ids_idx` (`staff_id`,`day_index`,`location_id`),
  CONSTRAINT `wp_bookly_staff_schedule_items_ibfk_1` FOREIGN KEY (`staff_id`) REFERENCES `wp_bookly_staff` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_staff_schedule_items`
--

LOCK TABLES `wp_bookly_staff_schedule_items` WRITE;
/*!40000 ALTER TABLE `wp_bookly_staff_schedule_items` DISABLE KEYS */;
INSERT INTO `wp_bookly_staff_schedule_items` VALUES (29,5,NULL,1,'07:00:00','22:00:00'),(30,5,NULL,2,'07:00:00','22:00:00'),(31,5,NULL,3,'07:00:00','22:00:00'),(32,5,NULL,4,'07:00:00','22:00:00'),(33,5,NULL,5,'07:00:00','22:00:00'),(34,5,NULL,6,'07:00:00','22:00:00'),(35,5,NULL,7,'07:00:00','22:00:00');
/*!40000 ALTER TABLE `wp_bookly_staff_schedule_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bookly_staff_services`
--

DROP TABLE IF EXISTS `wp_bookly_staff_services`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_staff_services` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `staff_id` int(10) unsigned NOT NULL,
  `service_id` int(10) unsigned NOT NULL,
  `location_id` int(10) unsigned DEFAULT NULL,
  `price` decimal(10,2) NOT NULL DEFAULT 0.00,
  `deposit` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '100%',
  `capacity_min` int(11) NOT NULL DEFAULT 1,
  `capacity_max` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  UNIQUE KEY `unique_ids_idx` (`staff_id`,`service_id`,`location_id`),
  KEY `service_id` (`service_id`),
  CONSTRAINT `wp_bookly_staff_services_ibfk_1` FOREIGN KEY (`staff_id`) REFERENCES `wp_bookly_staff` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  CONSTRAINT `wp_bookly_staff_services_ibfk_2` FOREIGN KEY (`service_id`) REFERENCES `wp_bookly_services` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=70 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_staff_services`
--

LOCK TABLES `wp_bookly_staff_services` WRITE;
/*!40000 ALTER TABLE `wp_bookly_staff_services` DISABLE KEYS */;
INSERT INTO `wp_bookly_staff_services` VALUES (52,5,22,NULL,275.00,'25%',1,10),(53,5,1,NULL,375.00,'25%',1,10),(54,5,2,NULL,400.00,'25%',1,10),(55,5,3,NULL,425.00,'25%',1,10),(56,5,4,NULL,325.00,'25%',1,10),(57,5,5,NULL,350.00,'25%',1,10),(59,5,9,NULL,375.00,'25%',1,10),(60,5,15,NULL,350.00,'25%',1,10),(61,5,19,NULL,375.00,'25%',1,10),(62,5,20,NULL,300.00,'25%',1,10),(63,5,21,NULL,350.00,'25%',1,10),(64,5,23,NULL,275.00,'25%',1,10),(65,5,24,NULL,275.00,'25%',1,10),(66,5,25,NULL,300.00,'25%',1,10),(67,5,26,NULL,275.00,'25%',1,10),(68,5,27,NULL,275.00,'25%',1,10),(69,5,28,NULL,450.00,'25%',1,10);
/*!40000 ALTER TABLE `wp_bookly_staff_services` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bookly_staff_special_days`
--

DROP TABLE IF EXISTS `wp_bookly_staff_special_days`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_staff_special_days` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `staff_id` int(10) unsigned NOT NULL,
  `location_id` int(10) unsigned DEFAULT NULL,
  `date` date DEFAULT NULL,
  `start_time` time DEFAULT NULL,
  `end_time` time DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `staff_id` (`staff_id`),
  CONSTRAINT `wp_bookly_staff_special_days_ibfk_1` FOREIGN KEY (`staff_id`) REFERENCES `wp_bookly_staff` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_staff_special_days`
--

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

--
-- Table structure for table `wp_bookly_staff_special_hours`
--

DROP TABLE IF EXISTS `wp_bookly_staff_special_hours`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_staff_special_hours` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `staff_id` int(10) unsigned NOT NULL,
  `service_id` int(10) unsigned NOT NULL,
  `location_id` int(10) unsigned DEFAULT NULL,
  `start_time` time DEFAULT NULL,
  `end_time` time DEFAULT NULL,
  `days` varchar(255) NOT NULL DEFAULT '1,2,3,4,5,6,7',
  `price` decimal(10,2) NOT NULL DEFAULT 0.00,
  PRIMARY KEY (`id`),
  KEY `staff_id` (`staff_id`),
  KEY `service_id` (`service_id`),
  CONSTRAINT `wp_bookly_staff_special_hours_ibfk_1` FOREIGN KEY (`staff_id`) REFERENCES `wp_bookly_staff` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  CONSTRAINT `wp_bookly_staff_special_hours_ibfk_2` FOREIGN KEY (`service_id`) REFERENCES `wp_bookly_services` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_staff_special_hours`
--

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

--
-- Table structure for table `wp_bookly_stats`
--

DROP TABLE IF EXISTS `wp_bookly_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_stats` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_stats`
--

LOCK TABLES `wp_bookly_stats` WRITE;
/*!40000 ALTER TABLE `wp_bookly_stats` DISABLE KEYS */;
INSERT INTO `wp_bookly_stats` VALUES (1,'special_days_changed','1','2019-06-24 00:00:00');
/*!40000 ALTER TABLE `wp_bookly_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_bookly_sub_services`
--

DROP TABLE IF EXISTS `wp_bookly_sub_services`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookly_sub_services` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type` enum('service','spare_time') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'service',
  `service_id` int(10) unsigned NOT NULL,
  `sub_service_id` int(10) unsigned DEFAULT NULL,
  `duration` int(11) DEFAULT NULL,
  `position` int(11) NOT NULL DEFAULT 9999,
  PRIMARY KEY (`id`),
  KEY `service_id` (`service_id`),
  KEY `sub_service_id` (`sub_service_id`),
  CONSTRAINT `wp_bookly_sub_services_ibfk_1` FOREIGN KEY (`service_id`) REFERENCES `wp_bookly_services` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  CONSTRAINT `wp_bookly_sub_services_ibfk_2` FOREIGN KEY (`sub_service_id`) REFERENCES `wp_bookly_services` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookly_sub_services`
--

LOCK TABLES `wp_bookly_sub_services` WRITE;
/*!40000 ALTER TABLE `wp_bookly_sub_services` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_bookly_sub_services` 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) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci 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_520_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 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci 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 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci 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_520_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_duplicator_packages`
--

DROP TABLE IF EXISTS `wp_duplicator_packages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_duplicator_packages` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(250) NOT NULL,
  `hash` varchar(50) NOT NULL,
  `status` int(11) NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `owner` varchar(60) NOT NULL,
  `package` longtext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `hash` (`hash`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_duplicator_packages`
--

LOCK TABLES `wp_duplicator_packages` WRITE;
/*!40000 ALTER TABLE `wp_duplicator_packages` DISABLE KEYS */;
INSERT INTO `wp_duplicator_packages` VALUES (4,'20190905_mobileiv2','9403381ac0c8c4016817_20200214212026',100,'2020-02-14 21:20:37','unknown','O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2020-02-14 21:20:26\";s:7:\"Version\";s:6:\"1.3.22\";s:9:\"VersionWP\";s:5:\"5.2.5\";s:9:\"VersionDB\";s:7:\"10.0.38\";s:10:\"VersionPHP\";s:23:\"7.0.33-0ubuntu0.16.04.9\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";i:4;s:4:\"Name\";s:18:\"20190905_mobileiv2\";s:4:\"Hash\";s:35:\"9403381ac0c8c4016817_20200214212026\";s:8:\"NameHash\";s:54:\"20190905_mobileiv2_9403381ac0c8c4016817_20200214212026\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:41:\"/home/mobileivhawaii/www/wp-snapshots/tmp\";s:8:\"StoreURL\";s:40:\"https://mobileivhawaii.com/wp-snapshots/\";s:8:\"ScanFile\";s:64:\"20190905_mobileiv2_9403381ac0c8c4016817_20200214212026_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";s:10:\"55.04 sec.\";s:7:\"ExeSize\";s:7:\"60.53KB\";s:7:\"ZipSize\";s:8:\"241.56MB\";s:6:\"Status\";s:5:\"100.0\";s:6:\"WPUser\";s:7:\"unknown\";s:7:\"Archive\";O:11:\"DUP_Archive\":23:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";s:66:\"20190905_mobileiv2_9403381ac0c8c4016817_20200214212026_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:24:\"/home/mobileivhawaii/www\";s:4:\"Size\";i:253299079;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":5:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":6:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:16308;s:10:\"\0*\0Package\";r:1;s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:33:\"/home/mobileivhawaii/www/wp-admin\";i:1;s:43:\"/home/mobileivhawaii/www/wp-content/uploads\";i:2;s:45:\"/home/mobileivhawaii/www/wp-content/languages\";i:3;s:42:\"/home/mobileivhawaii/www/wp-content/themes\";i:4;s:36:\"/home/mobileivhawaii/www/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:24:\"/home/mobileivhawaii/www\";i:1;s:35:\"/home/mobileivhawaii/www/wp-content\";}s:19:\"isOuterWPContentDir\";b:0;s:25:\"wpContentDirNormalizePath\";s:36:\"/home/mobileivhawaii/www/wp-content/\";}s:9:\"Installer\";O:13:\"DUP_Installer\":11:{s:4:\"File\";s:68:\"20190905_mobileiv2_9403381ac0c8c4016817_20200214212026_installer.php\";s:4:\"Size\";i:61981;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:1;}s:8:\"Database\";O:12:\"DUP_Database\":15:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";i:7920884;s:4:\"File\";s:67:\"20190905_mobileiv2_9403381ac0c8c4016817_20200214212026_database.sql\";s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:12:\"Ubuntu 16.04\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":15:{s:9:\"buildMode\";s:9:\"MYSQLDUMP\";s:13:\"collationList\";a:4:{i:0;s:15:\"utf8_general_ci\";i:1;s:18:\"utf8mb4_unicode_ci\";i:2;s:22:\"utf8mb4_unicode_520_ci\";i:3;s:17:\"latin1_swedish_ci\";}s:17:\"isTablesUpperCase\";i:0;s:15:\"isNameUpperCase\";i:0;s:4:\"name\";s:14:\"mobileivhawaii\";s:15:\"tablesBaseCount\";i:64;s:16:\"tablesFinalCount\";i:64;s:14:\"tablesRowCount\";s:6:\"27,054\";s:16:\"tablesSizeOnDisk\";s:4:\"16MB\";s:18:\"varLowerCaseTables\";s:1:\"0\";s:7:\"version\";s:7:\"10.0.38\";s:14:\"versionComment\";s:12:\"Ubuntu 16.04\";s:18:\"tableWiseRowCounts\";a:64:{s:20:\"wp_aryo_activity_log\";s:3:\"255\";s:10:\"wp_booking\";s:1:\"1\";s:22:\"wp_bookly_appointments\";s:2:\"54\";s:20:\"wp_bookly_categories\";s:1:\"1\";s:31:\"wp_bookly_customer_appointments\";s:2:\"54\";s:19:\"wp_bookly_customers\";s:2:\"44\";s:18:\"wp_bookly_holidays\";s:2:\"17\";s:18:\"wp_bookly_messages\";s:1:\"7\";s:23:\"wp_bookly_notifications\";s:2:\"24\";s:18:\"wp_bookly_payments\";s:2:\"53\";s:30:\"wp_bookly_schedule_item_breaks\";s:2:\"21\";s:28:\"wp_bookly_sent_notifications\";s:1:\"0\";s:16:\"wp_bookly_series\";s:1:\"0\";s:24:\"wp_bookly_service_extras\";s:2:\"47\";s:30:\"wp_bookly_service_special_days\";s:1:\"0\";s:37:\"wp_bookly_service_special_days_breaks\";s:1:\"0\";s:18:\"wp_bookly_services\";s:2:\"17\";s:14:\"wp_bookly_shop\";s:2:\"42\";s:29:\"wp_bookly_special_days_breaks\";s:1:\"0\";s:15:\"wp_bookly_staff\";s:1:\"1\";s:26:\"wp_bookly_staff_categories\";s:1:\"1\";s:33:\"wp_bookly_staff_preference_orders\";s:1:\"0\";s:30:\"wp_bookly_staff_schedule_items\";s:1:\"7\";s:24:\"wp_bookly_staff_services\";s:2:\"16\";s:28:\"wp_bookly_staff_special_days\";s:1:\"3\";s:29:\"wp_bookly_staff_special_hours\";s:1:\"0\";s:15:\"wp_bookly_stats\";s:1:\"1\";s:22:\"wp_bookly_sub_services\";s:1:\"0\";s:14:\"wp_commentmeta\";s:1:\"0\";s:11:\"wp_comments\";s:1:\"0\";s:22:\"wp_duplicator_packages\";s:1:\"2\";s:8:\"wp_links\";s:1:\"0\";s:10:\"wp_options\";s:3:\"935\";s:11:\"wp_postmeta\";s:4:\"3607\";s:8:\"wp_posts\";s:3:\"556\";s:21:\"wp_term_relationships\";s:2:\"67\";s:16:\"wp_term_taxonomy\";s:2:\"21\";s:11:\"wp_termmeta\";s:1:\"0\";s:8:\"wp_terms\";s:2:\"21\";s:11:\"wp_usermeta\";s:3:\"167\";s:8:\"wp_users\";s:1:\"3\";s:17:\"wp_wfblockediplog\";s:3:\"355\";s:12:\"wp_wfblocks7\";s:1:\"1\";s:11:\"wp_wfconfig\";s:3:\"261\";s:13:\"wp_wfcrawlers\";s:2:\"15\";s:16:\"wp_wffilechanges\";s:1:\"0\";s:13:\"wp_wffilemods\";s:4:\"9030\";s:9:\"wp_wfhits\";s:4:\"1611\";s:11:\"wp_wfhoover\";s:1:\"0\";s:11:\"wp_wfissues\";s:2:\"14\";s:18:\"wp_wfknownfilelist\";s:4:\"9030\";s:21:\"wp_wflivetraffichuman\";s:1:\"0\";s:9:\"wp_wflocs\";s:1:\"1\";s:11:\"wp_wflogins\";s:3:\"103\";s:19:\"wp_wfls_2fa_secrets\";s:1:\"2\";s:16:\"wp_wfls_settings\";s:2:\"22\";s:18:\"wp_wfnotifications\";s:1:\"4\";s:18:\"wp_wfpendingissues\";s:1:\"0\";s:17:\"wp_wfreversecache\";s:1:\"3\";s:14:\"wp_wfsnipcache\";s:1:\"0\";s:11:\"wp_wfstatus\";s:3:\"963\";s:17:\"wp_wftrafficrates\";s:1:\"0\";s:18:\"wp_yoast_seo_links\";s:3:\"134\";s:17:\"wp_yoast_seo_meta\";s:3:\"214\";}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:1;s:25:\"\0DUP_Database\0dbStorePath\";s:109:\"/home/mobileivhawaii/www/wp-snapshots/tmp/20190905_mobileiv2_9403381ac0c8c4016817_20200214212026_database.sql\";s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;s:19:\"sameNameTableExists\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:1;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2020-02-14 21:20:26\";s:7:\"Version\";s:6:\"1.3.22\";s:9:\"VersionWP\";s:5:\"5.2.5\";s:9:\"VersionDB\";s:7:\"10.0.38\";s:10:\"VersionPHP\";s:23:\"7.0.33-0ubuntu0.16.04.9\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:18:\"20190905_mobileiv2\";s:4:\"Hash\";s:35:\"9403381ac0c8c4016817_20200214212026\";s:8:\"NameHash\";s:54:\"20190905_mobileiv2_9403381ac0c8c4016817_20200214212026\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:41:\"/home/mobileivhawaii/www/wp-snapshots/tmp\";s:8:\"StoreURL\";s:40:\"https://mobileivhawaii.com/wp-snapshots/\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:23;s:9:\"Installer\";r:76;s:8:\"Database\";r:88;s:13:\"BuildProgress\";r:187;}}}'),(5,'20190905_mobileiv2','2091a11eec154caf4261_20200527232806',100,'2020-05-27 23:28:15','unknown','O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2020-05-27 23:28:06\";s:7:\"Version\";s:6:\"1.3.34\";s:9:\"VersionWP\";s:5:\"5.4.1\";s:9:\"VersionDB\";s:7:\"10.0.38\";s:10:\"VersionPHP\";s:24:\"7.0.33-0ubuntu0.16.04.14\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";i:5;s:4:\"Name\";s:18:\"20190905_mobileiv2\";s:4:\"Hash\";s:35:\"2091a11eec154caf4261_20200527232806\";s:8:\"NameHash\";s:54:\"20190905_mobileiv2_2091a11eec154caf4261_20200527232806\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:41:\"/home/mobileivhawaii/www/wp-snapshots/tmp\";s:8:\"StoreURL\";s:40:\"https://mobileivhawaii.com/wp-snapshots/\";s:8:\"ScanFile\";s:64:\"20190905_mobileiv2_2091a11eec154caf4261_20200527232806_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";s:10:\"74.57 sec.\";s:7:\"ExeSize\";s:7:\"61.32KB\";s:7:\"ZipSize\";s:8:\"245.33MB\";s:6:\"Status\";s:5:\"100.0\";s:6:\"WPUser\";s:7:\"unknown\";s:7:\"Archive\";O:11:\"DUP_Archive\":23:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";s:66:\"20190905_mobileiv2_2091a11eec154caf4261_20200527232806_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:24:\"/home/mobileivhawaii/www\";s:4:\"Size\";i:257248241;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":5:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":6:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:16801;s:10:\"\0*\0Package\";r:1;s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:33:\"/home/mobileivhawaii/www/wp-admin\";i:1;s:43:\"/home/mobileivhawaii/www/wp-content/uploads\";i:2;s:45:\"/home/mobileivhawaii/www/wp-content/languages\";i:3;s:42:\"/home/mobileivhawaii/www/wp-content/themes\";i:4;s:36:\"/home/mobileivhawaii/www/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:24:\"/home/mobileivhawaii/www\";i:1;s:35:\"/home/mobileivhawaii/www/wp-content\";}s:19:\"isOuterWPContentDir\";b:0;s:25:\"wpContentDirNormalizePath\";s:36:\"/home/mobileivhawaii/www/wp-content/\";}s:9:\"Installer\";O:13:\"DUP_Installer\":11:{s:4:\"File\";s:68:\"20190905_mobileiv2_2091a11eec154caf4261_20200527232806_installer.php\";s:4:\"Size\";i:62788;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:1;}s:8:\"Database\";O:12:\"DUP_Database\":15:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";i:8779137;s:4:\"File\";s:67:\"20190905_mobileiv2_2091a11eec154caf4261_20200527232806_database.sql\";s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:12:\"Ubuntu 16.04\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":15:{s:9:\"buildMode\";s:9:\"MYSQLDUMP\";s:13:\"collationList\";a:4:{i:0;s:15:\"utf8_general_ci\";i:1;s:18:\"utf8mb4_unicode_ci\";i:2;s:22:\"utf8mb4_unicode_520_ci\";i:3;s:17:\"latin1_swedish_ci\";}s:17:\"isTablesUpperCase\";i:0;s:15:\"isNameUpperCase\";i:0;s:4:\"name\";s:14:\"mobileivhawaii\";s:15:\"tablesBaseCount\";i:68;s:16:\"tablesFinalCount\";i:68;s:14:\"tablesRowCount\";s:6:\"34,255\";s:16:\"tablesSizeOnDisk\";s:7:\"16.98MB\";s:18:\"varLowerCaseTables\";s:1:\"0\";s:7:\"version\";s:7:\"10.0.38\";s:14:\"versionComment\";s:12:\"Ubuntu 16.04\";s:18:\"tableWiseRowCounts\";a:68:{s:20:\"wp_aryo_activity_log\";s:4:\"5271\";s:10:\"wp_booking\";s:1:\"1\";s:22:\"wp_bookly_appointments\";s:2:\"73\";s:20:\"wp_bookly_categories\";s:1:\"1\";s:31:\"wp_bookly_customer_appointments\";s:2:\"73\";s:19:\"wp_bookly_customers\";s:2:\"56\";s:18:\"wp_bookly_holidays\";s:2:\"17\";s:18:\"wp_bookly_messages\";s:1:\"8\";s:23:\"wp_bookly_notifications\";s:2:\"24\";s:18:\"wp_bookly_payments\";s:2:\"69\";s:30:\"wp_bookly_schedule_item_breaks\";s:2:\"21\";s:28:\"wp_bookly_sent_notifications\";s:1:\"0\";s:16:\"wp_bookly_series\";s:1:\"0\";s:24:\"wp_bookly_service_extras\";s:2:\"47\";s:30:\"wp_bookly_service_special_days\";s:1:\"0\";s:37:\"wp_bookly_service_special_days_breaks\";s:1:\"0\";s:18:\"wp_bookly_services\";s:2:\"17\";s:14:\"wp_bookly_shop\";s:2:\"42\";s:29:\"wp_bookly_special_days_breaks\";s:1:\"0\";s:15:\"wp_bookly_staff\";s:1:\"1\";s:26:\"wp_bookly_staff_categories\";s:1:\"1\";s:33:\"wp_bookly_staff_preference_orders\";s:1:\"0\";s:30:\"wp_bookly_staff_schedule_items\";s:1:\"7\";s:24:\"wp_bookly_staff_services\";s:2:\"16\";s:28:\"wp_bookly_staff_special_days\";s:1:\"3\";s:29:\"wp_bookly_staff_special_hours\";s:1:\"0\";s:15:\"wp_bookly_stats\";s:1:\"1\";s:22:\"wp_bookly_sub_services\";s:1:\"0\";s:14:\"wp_commentmeta\";s:1:\"0\";s:11:\"wp_comments\";s:1:\"0\";s:22:\"wp_duplicator_packages\";s:1:\"3\";s:8:\"wp_links\";s:1:\"0\";s:10:\"wp_options\";s:3:\"930\";s:11:\"wp_postmeta\";s:4:\"3609\";s:8:\"wp_posts\";s:3:\"557\";s:21:\"wp_term_relationships\";s:2:\"67\";s:16:\"wp_term_taxonomy\";s:2:\"21\";s:11:\"wp_termmeta\";s:1:\"0\";s:8:\"wp_terms\";s:2:\"21\";s:11:\"wp_usermeta\";s:3:\"164\";s:8:\"wp_users\";s:1:\"3\";s:17:\"wp_wfblockediplog\";s:3:\"838\";s:12:\"wp_wfblocks7\";s:1:\"5\";s:11:\"wp_wfconfig\";s:3:\"261\";s:13:\"wp_wfcrawlers\";s:2:\"36\";s:16:\"wp_wffilechanges\";s:1:\"0\";s:13:\"wp_wffilemods\";s:4:\"9030\";s:9:\"wp_wfhits\";s:4:\"1938\";s:11:\"wp_wfhoover\";s:1:\"0\";s:11:\"wp_wfissues\";s:2:\"17\";s:18:\"wp_wfknownfilelist\";s:4:\"9030\";s:21:\"wp_wflivetraffichuman\";s:1:\"0\";s:9:\"wp_wflocs\";s:3:\"179\";s:11:\"wp_wflogins\";s:3:\"261\";s:19:\"wp_wfls_2fa_secrets\";s:1:\"1\";s:16:\"wp_wfls_settings\";s:2:\"22\";s:18:\"wp_wfnotifications\";s:1:\"4\";s:18:\"wp_wfpendingissues\";s:1:\"0\";s:17:\"wp_wfreversecache\";s:1:\"2\";s:14:\"wp_wfsnipcache\";s:1:\"0\";s:11:\"wp_wfstatus\";s:3:\"943\";s:17:\"wp_wftrafficrates\";s:1:\"0\";s:18:\"wp_yoast_indexable\";s:3:\"393\";s:28:\"wp_yoast_indexable_hierarchy\";s:3:\"182\";s:19:\"wp_yoast_migrations\";s:2:\"13\";s:21:\"wp_yoast_primary_term\";s:1:\"1\";s:18:\"wp_yoast_seo_links\";s:3:\"134\";s:17:\"wp_yoast_seo_meta\";s:3:\"218\";}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:1;s:25:\"\0DUP_Database\0dbStorePath\";s:109:\"/home/mobileivhawaii/www/wp-snapshots/tmp/20190905_mobileiv2_2091a11eec154caf4261_20200527232806_database.sql\";s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;s:19:\"sameNameTableExists\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:1;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2020-05-27 23:28:06\";s:7:\"Version\";s:6:\"1.3.34\";s:9:\"VersionWP\";s:5:\"5.4.1\";s:9:\"VersionDB\";s:7:\"10.0.38\";s:10:\"VersionPHP\";s:24:\"7.0.33-0ubuntu0.16.04.14\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:18:\"20190905_mobileiv2\";s:4:\"Hash\";s:35:\"2091a11eec154caf4261_20200527232806\";s:8:\"NameHash\";s:54:\"20190905_mobileiv2_2091a11eec154caf4261_20200527232806\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:41:\"/home/mobileivhawaii/www/wp-snapshots/tmp\";s:8:\"StoreURL\";s:40:\"https://mobileivhawaii.com/wp-snapshots/\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:23;s:9:\"Installer\";r:76;s:8:\"Database\";r:88;s:13:\"BuildProgress\";r:191;}}}');
/*!40000 ALTER TABLE `wp_duplicator_packages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_ewwwio_images`
--

DROP TABLE IF EXISTS `wp_ewwwio_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ewwwio_images` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `attachment_id` bigint(20) unsigned DEFAULT NULL,
  `gallery` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `resize` varchar(75) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `converted` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `results` varchar(75) COLLATE utf8mb4_unicode_ci NOT NULL,
  `image_size` int(10) unsigned DEFAULT NULL,
  `orig_size` int(10) unsigned DEFAULT NULL,
  `backup` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `level` int(10) unsigned DEFAULT NULL,
  `pending` tinyint(4) NOT NULL DEFAULT 0,
  `updates` int(10) unsigned DEFAULT NULL,
  `updated` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `trace` blob DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `path` (`path`(191)),
  KEY `attachment_info` (`gallery`(3),`attachment_id`)
) ENGINE=InnoDB AUTO_INCREMENT=1496 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ewwwio_images`
--

LOCK TABLES `wp_ewwwio_images` WRITE;
/*!40000 ALTER TABLE `wp_ewwwio_images` DISABLE KEYS */;
INSERT INTO `wp_ewwwio_images` VALUES (1,3372,'media','full','ABSPATHwp-content/uploads/booking-comp2.jpg','','Reduced by 1.9% (4.7 KB)',244137,248961,'',10,0,1,'2021-09-29 20:31:27',NULL),(2,3372,'media','medium','ABSPATHwp-content/uploads/booking-comp2-343x600.jpg','','Reduced by 0.0% (6 B)',37764,37770,'',10,0,1,'2021-09-29 20:31:27',NULL),(3,3372,'media','large','ABSPATHwp-content/uploads/booking-comp2-686x1200.jpg','','Reduced by 0.0% (48 B)',126349,126397,'',10,0,1,'2021-09-29 20:31:27',NULL),(4,3372,'media','thumbnail','ABSPATHwp-content/uploads/booking-comp2-150x150.jpg','','Reduced by 0.9% (58 B)',6209,6267,'',10,0,1,'2021-09-29 20:31:27',NULL),(5,3372,'media','medium_large','ABSPATHwp-content/uploads/booking-comp2-768x1344.jpg','','Reduced by 0.0% (37 B)',152742,152779,'',10,0,1,'2021-09-29 20:31:28',NULL),(6,3372,'media','fmg-default-thumb','ABSPATHwp-content/uploads/booking-comp2-800x800.jpg','','Reduced by 0.0% (13 B)',115860,115873,'',10,0,1,'2021-09-29 20:31:28',NULL),(7,3372,'media','fmg-default-lightbox','ABSPATHwp-content/uploads/booking-comp2-800x1000.jpg','','Reduced by 0.0% (28 B)',139431,139459,'',10,0,1,'2021-09-29 20:31:28',NULL),(8,3359,'media','full','ABSPATHwp-content/uploads/bcomp-feat1.jpg','','Reduced by 1.2% (2.5 KB)',207674,210207,'',10,0,1,'2021-09-29 20:31:28',NULL),(9,3359,'media','medium','ABSPATHwp-content/uploads/bcomp-feat1-600x369.jpg','','Reduced by 0.0% (8 B)',30354,30362,'',10,0,1,'2021-09-29 20:31:28',NULL),(10,3359,'media','large','ABSPATHwp-content/uploads/bcomp-feat1-1400x861.jpg','','No savings',128467,128467,'',10,0,1,'2021-09-29 20:31:28',NULL),(11,3359,'media','thumbnail','ABSPATHwp-content/uploads/bcomp-feat1-150x150.jpg','','Reduced by 1.4% (82 B)',5758,5840,'',10,0,1,'2021-09-29 20:31:28',NULL),(12,3359,'media','medium_large','ABSPATHwp-content/uploads/bcomp-feat1-768x472.jpg','','Reduced by 0.1% (29 B)',45529,45558,'',10,0,1,'2021-09-29 20:31:29',NULL),(13,3359,'media','fmg-default-thumb','ABSPATHwp-content/uploads/bcomp-feat1-1000x800.jpg','','Reduced by 0.0% (11 B)',100447,100458,'',10,0,1,'2021-09-29 20:31:29',NULL),(14,3359,'media','fmg-default-thumb-masonry','ABSPATHwp-content/uploads/bcomp-feat1-800x492.jpg','','Reduced by 0.0% (8 B)',49360,49368,'',10,0,1,'2021-09-29 20:31:29',NULL),(15,3359,'media','fmg-default-lightbox','ABSPATHwp-content/uploads/bcomp-feat1-1200x922.jpg','','Reduced by 0.0% (62 B)',143771,143833,'',10,0,1,'2021-09-29 20:31:29',NULL),(16,3349,'media','full','ABSPATHwp-content/uploads/mobileivhawaii-areas-served5.jpg','','Reduced by 4.2% (1.7 KB)',39799,41563,'',10,0,1,'2021-09-29 20:31:29',NULL),(17,3349,'media','medium','ABSPATHwp-content/uploads/mobileivhawaii-areas-served5-600x471.jpg','','No savings',18466,18466,'',10,0,1,'2021-09-29 20:31:29',NULL),(18,3349,'media','thumbnail','ABSPATHwp-content/uploads/mobileivhawaii-areas-served5-150x150.jpg','','Reduced by 5.4% (202 B)',3513,3715,'',10,0,1,'2021-09-29 20:31:29',NULL),(19,3349,'media','medium_large','ABSPATHwp-content/uploads/mobileivhawaii-areas-served5-768x603.jpg','','No savings',26391,26391,'',10,0,1,'2021-09-29 20:31:29',NULL),(20,3348,'media','full','ABSPATHwp-content/uploads/mobileivhawaii-areas-served4.jpg','','Reduced by 4.1% (1.7 KB)',39820,41512,'',10,0,1,'2021-09-29 20:31:30',NULL),(21,3348,'media','medium','ABSPATHwp-content/uploads/mobileivhawaii-areas-served4-600x471.jpg','','Reduced by 0.1% (10 B)',18682,18692,'',10,0,1,'2021-09-29 20:31:30',NULL),(22,3348,'media','thumbnail','ABSPATHwp-content/uploads/mobileivhawaii-areas-served4-150x150.jpg','','Reduced by 5.4% (206 B)',3601,3807,'',10,0,1,'2021-09-29 20:31:30',NULL),(23,3348,'media','medium_large','ABSPATHwp-content/uploads/mobileivhawaii-areas-served4-768x603.jpg','','Reduced by 0.1% (15 B)',26526,26541,'',10,0,1,'2021-09-29 20:31:30',NULL),(24,3347,'media','full','ABSPATHwp-content/uploads/mobileivhawaii-areas-served3.jpg','','Reduced by 4.2% (1.8 KB)',42069,43912,'',10,0,1,'2021-09-29 20:31:30',NULL),(25,3347,'media','medium','ABSPATHwp-content/uploads/mobileivhawaii-areas-served3-600x471.jpg','','Reduced by 0.1% (10 B)',19585,19595,'',10,0,1,'2021-09-29 20:31:30',NULL),(26,3347,'media','thumbnail','ABSPATHwp-content/uploads/mobileivhawaii-areas-served3-150x150.jpg','','Reduced by 4.6% (184 B)',3783,3967,'',10,0,1,'2021-09-29 20:31:30',NULL),(27,3347,'media','medium_large','ABSPATHwp-content/uploads/mobileivhawaii-areas-served3-768x603.jpg','','Reduced by 0.0% (13 B)',28008,28021,'',10,0,1,'2021-09-29 20:31:30',NULL),(28,3346,'media','full','ABSPATHwp-content/uploads/mobileivhawaii-areas-served2.jpg','','Reduced by 3.5% (1.4 KB)',39744,41178,'',10,0,1,'2021-09-29 20:31:31',NULL),(29,3346,'media','medium','ABSPATHwp-content/uploads/mobileivhawaii-areas-served2-600x471.jpg','','Reduced by 0.0% (5 B)',18843,18848,'',10,0,1,'2021-09-29 20:31:31',NULL),(30,3346,'media','thumbnail','ABSPATHwp-content/uploads/mobileivhawaii-areas-served2-150x150.jpg','','Reduced by 6.0% (212 B)',3329,3541,'',10,0,1,'2021-09-29 20:31:31',NULL),(31,3346,'media','medium_large','ABSPATHwp-content/uploads/mobileivhawaii-areas-served2-768x603.jpg','','Reduced by 0.0% (11 B)',26169,26180,'',10,0,1,'2021-09-29 20:31:31',NULL),(32,3345,'media','full','ABSPATHwp-content/uploads/mobileivhawaii-areas-served.jpg','','Reduced by 3.8% (1.5 KB)',39881,41462,'',10,0,1,'2021-09-29 20:31:31',NULL),(33,3345,'media','medium','ABSPATHwp-content/uploads/mobileivhawaii-areas-served-600x471.jpg','','Reduced by 0.0% (3 B)',19083,19086,'',10,0,1,'2021-09-29 20:31:32',NULL),(34,3345,'media','thumbnail','ABSPATHwp-content/uploads/mobileivhawaii-areas-served-150x150.jpg','','Reduced by 5.9% (217 B)',3450,3667,'',10,0,1,'2021-09-29 20:31:32',NULL),(35,3345,'media','medium_large','ABSPATHwp-content/uploads/mobileivhawaii-areas-served-768x603.jpg','','Reduced by 0.0% (3 B)',26468,26471,'',10,0,1,'2021-09-29 20:31:32',NULL),(36,3334,'media','full','ABSPATHwp-content/uploads/stress-toon1.jpg','','Reduced by 5.7% (4.0 KB)',68699,72835,'',10,0,1,'2021-09-29 20:31:32',NULL),(37,3334,'media','thumbnail','ABSPATHwp-content/uploads/stress-toon1-150x150.jpg','','No savings',8030,8030,'',10,0,1,'2021-09-29 20:31:32',NULL),(38,3332,'media','full','ABSPATHwp-content/uploads/1000bag.png','','No savings',1202,1202,'',10,0,1,'2021-09-29 20:31:32',NULL),(39,3331,'media','full','ABSPATHwp-content/uploads/500bag.png','','No savings',1589,1589,'',10,0,1,'2021-09-29 20:31:33',NULL),(40,3315,'media','full','ABSPATHwp-content/uploads/hangover-cures-vitamin-b.jpg','','Reduced by 0.1% (139 B)',214127,214266,'',10,0,1,'2021-09-29 20:31:33',NULL),(41,3315,'media','thumbnail','ABSPATHwp-content/uploads/hangover-cures-vitamin-b-150x150.jpg','','No savings',5983,5983,'',10,0,1,'2021-09-29 20:31:33',NULL),(42,3315,'media','medium','ABSPATHwp-content/uploads/hangover-cures-vitamin-b-600x450.jpg','','Reduced by 0.0% (11 B)',38676,38687,'',10,0,1,'2021-09-29 20:31:33',NULL),(43,3315,'media','medium_large','ABSPATHwp-content/uploads/hangover-cures-vitamin-b-768x576.jpg','','Reduced by 0.0% (25 B)',55791,55816,'',10,0,1,'2021-09-29 20:31:33',NULL),(44,3315,'media','large','ABSPATHwp-content/uploads/hangover-cures-vitamin-b-1400x1050.jpg','','Reduced by 0.0% (31 B)',138290,138321,'',10,0,1,'2021-09-29 20:31:34',NULL),(45,3315,'media','fmg-default-thumb','ABSPATHwp-content/uploads/hangover-cures-vitamin-b-1000x800.jpg','','Reduced by 0.0% (8 B)',89670,89678,'',10,0,1,'2021-09-29 20:31:34',NULL),(46,3315,'media','fmg-default-thumb-masonry','ABSPATHwp-content/uploads/hangover-cures-vitamin-b-800x600.jpg','','Reduced by 0.0% (16 B)',61056,61072,'',10,0,1,'2021-09-29 20:31:34',NULL),(47,3315,'media','fmg-default-lightbox','ABSPATHwp-content/uploads/hangover-cures-vitamin-b-1200x1000.jpg','','Reduced by 0.0% (9 B)',122823,122832,'',10,0,1,'2021-09-29 20:31:34',NULL),(48,3304,'media','full','ABSPATHwp-content/uploads/running-dehydration-iv-therapy.jpg','','Reduced by 2.6% (4.8 KB)',180633,185504,'',10,0,1,'2021-09-29 20:31:34',NULL),(49,3304,'media','thumbnail','ABSPATHwp-content/uploads/running-dehydration-iv-therapy-150x150.jpg','','No savings',7850,7850,'',10,0,1,'2021-09-29 20:31:34',NULL),(50,3304,'media','medium','ABSPATHwp-content/uploads/running-dehydration-iv-therapy-488x600.jpg','','Reduced by 0.0% (8 B)',61033,61041,'',10,0,1,'2021-09-29 20:31:34',NULL),(51,3304,'media','medium_large','ABSPATHwp-content/uploads/running-dehydration-iv-therapy-768x945.jpg','','Reduced by 0.0% (24 B)',124266,124290,'',10,0,1,'2021-09-29 20:31:35',NULL),(52,3304,'media','fmg-default-thumb','ABSPATHwp-content/uploads/running-dehydration-iv-therapy-800x800.jpg','','Reduced by 0.0% (12 B)',118429,118441,'',10,0,1,'2021-09-29 20:31:35',NULL),(53,3304,'media','fmg-default-thumb-masonry','ABSPATHwp-content/uploads/running-dehydration-iv-therapy-800x984.jpg','','Reduced by 0.0% (6 B)',146295,146301,'',10,0,1,'2021-09-29 20:31:35',NULL),(54,3298,'media','full','ABSPATHwp-content/uploads/obstacle-course-hawaii.jpg','','Reduced by 4.0% (8.0 KB)',198055,206248,'',10,0,1,'2021-09-29 20:31:35',NULL),(55,3298,'media','thumbnail','ABSPATHwp-content/uploads/obstacle-course-hawaii-150x150.jpg','','Reduced by 0.0% (1 B)',10701,10702,'',10,0,1,'2021-09-29 20:31:35',NULL),(56,3298,'media','medium','ABSPATHwp-content/uploads/obstacle-course-hawaii-600x400.jpg','','Reduced by 0.0% (8 B)',85752,85760,'',10,0,1,'2021-09-29 20:31:35',NULL),(57,3298,'media','medium_large','ABSPATHwp-content/uploads/obstacle-course-hawaii-768x512.jpg','','Reduced by 0.0% (30 B)',127722,127752,'',10,0,1,'2021-09-29 20:31:35',NULL),(58,3298,'media','fmg-default-thumb-masonry','ABSPATHwp-content/uploads/obstacle-course-hawaii-800x533.jpg','','Reduced by 0.0% (38 B)',158956,158994,'',10,0,1,'2021-09-29 20:31:35',NULL),(59,3297,'media','full','ABSPATHwp-content/uploads/endurance-race-iv-therapy.jpg','','Reduced by 3.5% (4.5 KB)',129152,133800,'',10,0,1,'2021-09-29 20:31:36',NULL),(60,3297,'media','thumbnail','ABSPATHwp-content/uploads/endurance-race-iv-therapy-150x150.jpg','','No savings',8433,8433,'',10,0,1,'2021-09-29 20:31:36',NULL),(61,3297,'media','medium','ABSPATHwp-content/uploads/endurance-race-iv-therapy-600x443.jpg','','No savings',62777,62777,'',10,0,1,'2021-09-29 20:31:36',NULL),(62,3297,'media','medium_large','ABSPATHwp-content/uploads/endurance-race-iv-therapy-768x566.jpg','','Reduced by 0.0% (11 B)',89894,89905,'',10,0,1,'2021-09-29 20:31:36',NULL),(63,3297,'media','fmg-default-thumb-masonry','ABSPATHwp-content/uploads/endurance-race-iv-therapy-800x590.jpg','','No savings',105091,105091,'',10,0,1,'2021-09-29 20:31:36',NULL),(64,3296,'media','full','ABSPATHwp-content/uploads/running-hydration-therapy.jpg','','Reduced by 4.1% (8.4 KB)',197850,206402,'',10,0,1,'2021-09-29 20:31:36',NULL),(65,3296,'media','thumbnail','ABSPATHwp-content/uploads/running-hydration-therapy-150x150.jpg','','No savings',9690,9690,'',10,0,1,'2021-09-29 20:31:36',NULL),(66,3296,'media','medium','ABSPATHwp-content/uploads/running-hydration-therapy-600x400.jpg','','Reduced by 0.0% (7 B)',84831,84838,'',10,0,1,'2021-09-29 20:31:37',NULL),(67,3296,'media','medium_large','ABSPATHwp-content/uploads/running-hydration-therapy-768x512.jpg','','Reduced by 0.0% (1 B)',126887,126888,'',10,0,1,'2021-09-29 20:31:37',NULL),(68,3296,'media','fmg-default-thumb-masonry','ABSPATHwp-content/uploads/running-hydration-therapy-800x533.jpg','','Reduced by 0.0% (54 B)',157381,157435,'',10,0,1,'2021-09-29 20:31:37',NULL),(69,3294,'media','full','ABSPATHwp-content/uploads/endurance-sports-iv-therapy.jpg','','Reduced by 2.0% (4.7 KB)',236390,241183,'',10,0,1,'2021-09-29 20:31:37',NULL),(70,3294,'media','thumbnail','ABSPATHwp-content/uploads/endurance-sports-iv-therapy-150x150.jpg','','Reduced by 0.6% (36 B)',5906,5942,'',10,0,1,'2021-09-29 20:31:37',NULL),(71,3294,'media','medium','ABSPATHwp-content/uploads/endurance-sports-iv-therapy-600x450.jpg','','Reduced by 0.0% (16 B)',37333,37349,'',10,0,1,'2021-09-29 20:31:37',NULL),(72,3294,'media','medium_large','ABSPATHwp-content/uploads/endurance-sports-iv-therapy-768x576.jpg','','Reduced by 0.0% (4 B)',54018,54022,'',10,0,1,'2021-09-29 20:31:37',NULL),(73,3294,'media','large','ABSPATHwp-content/uploads/endurance-sports-iv-therapy-1400x1050.jpg','','Reduced by 0.0% (48 B)',142268,142316,'',10,0,1,'2021-09-29 20:31:38',NULL),(74,3294,'media','fmg-default-thumb','ABSPATHwp-content/uploads/endurance-sports-iv-therapy-1000x800.jpg','','Reduced by 0.1% (46 B)',86864,86910,'',10,0,1,'2021-09-29 20:31:38',NULL),(75,3294,'media','fmg-default-thumb-masonry','ABSPATHwp-content/uploads/endurance-sports-iv-therapy-800x600.jpg','','Reduced by 0.0% (16 B)',59290,59306,'',10,0,1,'2021-09-29 20:31:38',NULL),(76,3294,'media','fmg-default-lightbox','ABSPATHwp-content/uploads/endurance-sports-iv-therapy-1200x1000.jpg','','Reduced by 0.0% (53 B)',120280,120333,'',10,0,1,'2021-09-29 20:31:38',NULL),(77,3282,'media','full','ABSPATHwp-content/uploads/skin-whitening-glutathione-iv.jpg','','Reduced by 1.9% (3.3 KB)',171085,174420,'',10,0,1,'2021-09-29 20:31:38',NULL),(78,3282,'media','thumbnail','ABSPATHwp-content/uploads/skin-whitening-glutathione-iv-150x150.jpg','','Reduced by 4.1% (183 B)',4302,4485,'',10,0,1,'2021-09-29 20:31:38',NULL),(79,3282,'media','medium','ABSPATHwp-content/uploads/skin-whitening-glutathione-iv-600x400.jpg','','Reduced by 0.0% (2 B)',20559,20561,'',10,0,1,'2021-09-29 20:31:38',NULL),(80,3282,'media','medium_large','ABSPATHwp-content/uploads/skin-whitening-glutathione-iv-768x512.jpg','','Reduced by 0.0% (6 B)',31460,31466,'',10,0,1,'2021-09-29 20:31:38',NULL),(81,3282,'media','large','ABSPATHwp-content/uploads/skin-whitening-glutathione-iv-1400x934.jpg','','Reduced by 0.0% (30 B)',90545,90575,'',10,0,1,'2021-09-29 20:31:39',NULL),(82,3282,'media','fmg-default-thumb','ABSPATHwp-content/uploads/skin-whitening-glutathione-iv-1000x800.jpg','','Reduced by 0.0% (22 B)',66120,66142,'',10,0,1,'2021-09-29 20:31:39',NULL),(83,3282,'media','fmg-default-thumb-masonry','ABSPATHwp-content/uploads/skin-whitening-glutathione-iv-800x534.jpg','','Reduced by 0.0% (12 B)',33902,33914,'',10,0,1,'2021-09-29 20:31:39',NULL),(84,3282,'media','fmg-default-lightbox','ABSPATHwp-content/uploads/skin-whitening-glutathione-iv-1200x1000.jpg','','Reduced by 0.0% (34 B)',96507,96541,'',10,0,1,'2021-09-29 20:31:39',NULL),(85,3281,'media','full','ABSPATHwp-content/uploads/brain-iv-therapy1.jpg','','Reduced by 3.6% (18.6 KB)',509151,528185,'',10,0,1,'2021-09-29 20:31:39',NULL),(86,3281,'media','thumbnail','ABSPATHwp-content/uploads/brain-iv-therapy1-150x150.jpg','','No savings',10093,10093,'',10,0,1,'2021-09-29 20:31:39',NULL),(87,3281,'media','medium','ABSPATHwp-content/uploads/brain-iv-therapy1-600x400.jpg','','Reduced by 0.0% (16 B)',73953,73969,'',10,0,1,'2021-09-29 20:31:40',NULL),(88,3281,'media','medium_large','ABSPATHwp-content/uploads/brain-iv-therapy1-768x512.jpg','','Reduced by 0.0% (9 B)',108651,108660,'',10,0,1,'2021-09-29 20:31:40',NULL),(89,3281,'media','large','ABSPATHwp-content/uploads/brain-iv-therapy1-1400x934.jpg','','Reduced by 0.0% (9 B)',273072,273081,'',10,0,1,'2021-09-29 20:31:40',NULL),(90,3281,'media','fmg-default-thumb','ABSPATHwp-content/uploads/brain-iv-therapy1-1000x800.jpg','','Reduced by 0.0% (10 B)',180234,180244,'',10,0,1,'2021-09-29 20:31:40',NULL),(91,3281,'media','fmg-default-thumb-masonry','ABSPATHwp-content/uploads/brain-iv-therapy1-800x534.jpg','','Reduced by 0.0% (2 B)',115807,115809,'',10,0,1,'2021-09-29 20:31:40',NULL),(92,3281,'media','fmg-default-lightbox','ABSPATHwp-content/uploads/brain-iv-therapy1-1200x1000.jpg','','Reduced by 0.0% (27 B)',243413,243440,'',10,0,1,'2021-09-29 20:31:40',NULL),(93,3280,'media','full','ABSPATHwp-content/uploads/inflammation-iv-therapy1.jpg','','Reduced by 0.1% (163 B)',253818,253981,'',10,0,1,'2021-09-29 20:31:41',NULL),(94,3280,'media','thumbnail','ABSPATHwp-content/uploads/inflammation-iv-therapy1-150x150.jpg','','No savings',6869,6869,'',10,0,1,'2021-09-29 20:31:41',NULL),(95,3280,'media','medium','ABSPATHwp-content/uploads/inflammation-iv-therapy1-600x400.jpg','','Reduced by 0.0% (11 B)',40166,40177,'',10,0,1,'2021-09-29 20:31:41',NULL),(96,3280,'media','medium_large','ABSPATHwp-content/uploads/inflammation-iv-therapy1-768x512.jpg','','Reduced by 0.0% (15 B)',58945,58960,'',10,0,1,'2021-09-29 20:31:41',NULL),(97,3280,'media','large','ABSPATHwp-content/uploads/inflammation-iv-therapy1-1400x934.jpg','','Reduced by 0.0% (21 B)',150255,150276,'',10,0,1,'2021-09-29 20:31:41',NULL),(98,3280,'media','fmg-default-thumb','ABSPATHwp-content/uploads/inflammation-iv-therapy1-1000x800.jpg','','Reduced by 0.0% (30 B)',101669,101699,'',10,0,1,'2021-09-29 20:31:41',NULL),(99,3280,'media','fmg-default-thumb-masonry','ABSPATHwp-content/uploads/inflammation-iv-therapy1-800x534.jpg','','Reduced by 0.0% (10 B)',62881,62891,'',10,0,1,'2021-09-29 20:31:41',NULL),(100,3280,'media','fmg-default-lightbox','ABSPATHwp-content/uploads/inflammation-iv-therapy1-1200x1000.jpg','','Reduced by 0.0% (29 B)',137900,137929,'',10,0,1,'2021-09-29 20:31:41',NULL),(101,3279,'media','full','ABSPATHwp-content/uploads/chelation-iv-therapy.jpg','','Reduced by 2.3% (10.4 KB)',443696,454306,'',10,0,1,'2021-09-29 20:31:42',NULL),(102,3279,'media','thumbnail','ABSPATHwp-content/uploads/chelation-iv-therapy-150x150.jpg','','No savings',8677,8677,'',10,0,1,'2021-09-29 20:31:42',NULL),(103,3279,'media','medium','ABSPATHwp-content/uploads/chelation-iv-therapy-600x400.jpg','','Reduced by 0.0% (6 B)',61825,61831,'',10,0,1,'2021-09-29 20:31:42',NULL),(104,3279,'media','medium_large','ABSPATHwp-content/uploads/chelation-iv-therapy-768x512.jpg','','Reduced by 0.0% (9 B)',91079,91088,'',10,0,1,'2021-09-29 20:31:42',NULL),(105,3279,'media','large','ABSPATHwp-content/uploads/chelation-iv-therapy-1400x934.jpg','','Reduced by 0.0% (48 B)',225135,225183,'',10,0,1,'2021-09-29 20:31:42',NULL),(106,3279,'media','fmg-default-thumb','ABSPATHwp-content/uploads/chelation-iv-therapy-1000x800.jpg','','Reduced by 0.0% (16 B)',154162,154178,'',10,0,1,'2021-09-29 20:31:42',NULL),(107,3279,'media','fmg-default-thumb-masonry','ABSPATHwp-content/uploads/chelation-iv-therapy-800x534.jpg','','Reduced by 0.0% (17 B)',97699,97716,'',10,0,1,'2021-09-29 20:31:42',NULL),(108,3279,'media','fmg-default-lightbox','ABSPATHwp-content/uploads/chelation-iv-therapy-1200x1000.jpg','','Reduced by 0.0% (11 B)',204978,204989,'',10,0,1,'2021-09-29 20:31:42',NULL),(109,3278,'media','full','ABSPATHwp-content/uploads/water-droplet.png','','Reduced by 10.5% (1.3 KB)',11749,13127,'',10,0,1,'2021-09-29 20:31:43',NULL),(110,3230,'media','full','ABSPATHwp-content/uploads/nad-plus-mo1.jpg','','Reduced by 2.0% (1.2 KB)',59036,60231,'',10,0,1,'2021-09-29 20:31:43',NULL),(111,3230,'media','thumbnail','ABSPATHwp-content/uploads/nad-plus-mo1-150x150.jpg','','No savings',8580,8580,'',10,0,1,'2021-09-29 20:31:43',NULL),(112,3229,'media','full','ABSPATHwp-content/uploads/vitamin-injections-mo1.jpg','','Reduced by 4.2% (1.5 KB)',34887,36421,'',10,0,1,'2021-09-29 20:31:44',NULL),(113,3229,'media','thumbnail','ABSPATHwp-content/uploads/vitamin-injections-mo1-150x150.jpg','','Reduced by 3.1% (130 B)',4045,4175,'',10,0,1,'2021-09-29 20:31:44',NULL),(114,3228,'media','full','ABSPATHwp-content/uploads/meyers-mo2.jpg','','Reduced by 2.7% (949 B)',34258,35207,'',10,0,1,'2021-09-29 20:31:44',NULL),(115,3228,'media','thumbnail','ABSPATHwp-content/uploads/meyers-mo2-150x150.jpg','','Reduced by 4.0% (182 B)',4395,4577,'',10,0,1,'2021-09-29 20:31:44',NULL),(116,3227,'media','full','ABSPATHwp-content/uploads/meyers-head1.jpg','','No savings',244636,244636,'',10,0,1,'2021-09-29 20:31:45',NULL),(117,3227,'media','thumbnail','ABSPATHwp-content/uploads/meyers-head1-150x150.jpg','','Reduced by 3.7% (178 B)',4605,4783,'',10,0,1,'2021-09-29 20:31:45',NULL),(118,3227,'media','medium','ABSPATHwp-content/uploads/meyers-head1-600x400.jpg','','Reduced by 0.0% (7 B)',25092,25099,'',10,0,1,'2021-09-29 20:31:45',NULL),(119,3227,'media','medium_large','ABSPATHwp-content/uploads/meyers-head1-768x512.jpg','','Reduced by 0.0% (6 B)',35931,35937,'',10,0,1,'2021-09-29 20:31:45',NULL),(120,3227,'media','large','ABSPATHwp-content/uploads/meyers-head1-1400x934.jpg','','Reduced by 0.0% (32 B)',90634,90666,'',10,0,1,'2021-09-29 20:31:45',NULL),(121,3226,'media','full','ABSPATHwp-content/uploads/meyers-mo1.jpg','','Reduced by 3.6% (1.0 KB)',27776,28804,'',10,0,1,'2021-09-29 20:31:45',NULL),(122,3226,'media','thumbnail','ABSPATHwp-content/uploads/meyers-mo1-150x150.jpg','','Reduced by 3.3% (158 B)',4625,4783,'',10,0,1,'2021-09-29 20:31:45',NULL),(123,3225,'media','full','ABSPATHwp-content/uploads/marathon-iv-prep9.jpg','','Reduced by 1.5% (1.3 KB)',85572,86919,'',10,0,1,'2021-09-29 20:31:46',NULL),(124,3225,'media','thumbnail','ABSPATHwp-content/uploads/marathon-iv-prep9-150x150.jpg','','Reduced by 0.4% (27 B)',6012,6039,'',10,0,1,'2021-09-29 20:31:46',NULL),(125,3225,'media','medium','ABSPATHwp-content/uploads/marathon-iv-prep9-450x600.jpg','','Reduced by 0.0% (9 B)',39292,39301,'',10,0,1,'2021-09-29 20:31:46',NULL),(126,3224,'media','full','ABSPATHwp-content/uploads/sports-recovery-iv-therapy9.jpg','','Reduced by 3.5% (2.4 KB)',67850,70286,'',10,0,1,'2021-09-29 20:31:46',NULL),(127,3224,'media','thumbnail','ABSPATHwp-content/uploads/sports-recovery-iv-therapy9-150x150.jpg','','No savings',7239,7239,'',10,0,1,'2021-09-29 20:31:46',NULL),(128,3224,'media','medium','ABSPATHwp-content/uploads/sports-recovery-iv-therapy9-600x400.jpg','','Reduced by 0.0% (17 B)',52064,52081,'',10,0,1,'2021-09-29 20:31:46',NULL),(129,3222,'media','full','ABSPATHwp-content/uploads/cold-flu-head1.jpg','','Reduced by 0.3% (1.2 KB)',388021,389258,'',10,0,1,'2021-09-29 20:31:47',NULL),(130,3222,'media','thumbnail','ABSPATHwp-content/uploads/cold-flu-head1-150x150.jpg','','Reduced by 0.8% (45 B)',5848,5893,'',10,0,1,'2021-09-29 20:31:47',NULL),(131,3222,'media','medium','ABSPATHwp-content/uploads/cold-flu-head1-600x400.jpg','','Reduced by 0.0% (13 B)',32620,32633,'',10,0,1,'2021-09-29 20:31:47',NULL),(132,3222,'media','medium_large','ABSPATHwp-content/uploads/cold-flu-head1-768x512.jpg','','Reduced by 0.0% (12 B)',48763,48775,'',10,0,1,'2021-09-29 20:31:47',NULL),(133,3222,'media','large','ABSPATHwp-content/uploads/cold-flu-head1-1400x934.jpg','','Reduced by 0.0% (53 B)',138950,139003,'',10,0,1,'2021-09-29 20:31:47',NULL),(134,3221,'media','full','ABSPATHwp-content/uploads/sports-head1.jpg','','Reduced by 2.5% (13.1 KB)',518362,531768,'',10,0,1,'2021-09-29 20:31:48',NULL),(135,3221,'media','thumbnail','ABSPATHwp-content/uploads/sports-head1-150x150.jpg','','Reduced by 1.5% (83 B)',5614,5697,'',10,0,1,'2021-09-29 20:31:48',NULL),(136,3221,'media','medium','ABSPATHwp-content/uploads/sports-head1-600x400.jpg','','Reduced by 0.1% (19 B)',34040,34059,'',10,0,1,'2021-09-29 20:31:48',NULL),(137,3221,'media','medium_large','ABSPATHwp-content/uploads/sports-head1-768x512.jpg','','Reduced by 0.1% (30 B)',51159,51189,'',10,0,1,'2021-09-29 20:31:48',NULL),(138,3221,'media','large','ABSPATHwp-content/uploads/sports-head1-1400x934.jpg','','Reduced by 0.0% (51 B)',148627,148678,'',10,0,1,'2021-09-29 20:31:48',NULL),(139,3220,'media','full','ABSPATHwp-content/uploads/sports-mo1.jpg','','Reduced by 2.8% (1.3 KB)',44362,45653,'',10,0,1,'2021-09-29 20:31:49',NULL),(140,3220,'media','thumbnail','ABSPATHwp-content/uploads/sports-mo1-150x150.jpg','','No savings',6965,6965,'',10,0,1,'2021-09-29 20:31:49',NULL),(141,3219,'media','full','ABSPATHwp-content/uploads/antioxidants-mo1.jpg','','Reduced by 6.1% (2.1 KB)',33556,35729,'',10,0,1,'2021-09-29 20:31:49',NULL),(142,3219,'media','thumbnail','ABSPATHwp-content/uploads/antioxidants-mo1-150x150.jpg','','Reduced by 0.4% (25 B)',5967,5992,'',10,0,1,'2021-09-29 20:31:49',NULL),(143,3218,'media','full','ABSPATHwp-content/uploads/jetlag-mo1.jpg','','Reduced by 2.5% (1.1 KB)',41938,43019,'',10,0,1,'2021-09-29 20:31:49',NULL),(144,3218,'media','thumbnail','ABSPATHwp-content/uploads/jetlag-mo1-150x150.jpg','','Reduced by 0.1% (6 B)',6845,6851,'',10,0,1,'2021-09-29 20:31:49',NULL),(145,3215,'media','full','ABSPATHwp-content/uploads/hangover-mo2.jpg','','Reduced by 1.8% (1.2 KB)',66892,68118,'',10,0,1,'2021-09-29 20:31:50',NULL),(146,3215,'media','thumbnail','ABSPATHwp-content/uploads/hangover-mo2-150x150.jpg','','Reduced by 1.8% (105 B)',5697,5802,'',10,0,1,'2021-09-29 20:31:50',NULL),(147,3215,'media','medium','ABSPATHwp-content/uploads/hangover-mo2-497x600.jpg','','Reduced by 0.0% (10 B)',44344,44354,'',10,0,1,'2021-09-29 20:31:50',NULL),(148,3214,'media','full','ABSPATHwp-content/uploads/cold-flu-illness-mo2.jpg','','Reduced by 2.0% (1.5 KB)',73867,75402,'',10,0,1,'2021-09-29 20:31:50',NULL),(149,3214,'media','thumbnail','ABSPATHwp-content/uploads/cold-flu-illness-mo2-150x150.jpg','','Reduced by 0.9% (51 B)',5861,5912,'',10,0,1,'2021-09-29 20:31:50',NULL),(150,3214,'media','medium','ABSPATHwp-content/uploads/cold-flu-illness-mo2-497x600.jpg','','Reduced by 0.0% (7 B)',48605,48612,'',10,0,1,'2021-09-29 20:31:51',NULL),(151,3213,'media','full','ABSPATHwp-content/uploads/cold-flu-illness-mo1.jpg','','Reduced by 1.9% (1.4 KB)',72457,73898,'',10,0,1,'2021-09-29 20:31:51',NULL),(152,3213,'media','thumbnail','ABSPATHwp-content/uploads/cold-flu-illness-mo1-150x150.jpg','','Reduced by 0.5% (31 B)',5863,5894,'',10,0,1,'2021-09-29 20:31:51',NULL),(153,3213,'media','medium','ABSPATHwp-content/uploads/cold-flu-illness-mo1-497x600.jpg','','Reduced by 0.0% (4 B)',47685,47689,'',10,0,1,'2021-09-29 20:31:51',NULL),(154,3212,'media','full','ABSPATHwp-content/uploads/hangover-mo1.jpg','','Reduced by 2.1% (1.4 KB)',67310,68788,'',10,0,1,'2021-09-29 20:31:52',NULL),(155,3212,'media','thumbnail','ABSPATHwp-content/uploads/hangover-mo1-150x150.jpg','','Reduced by 1.8% (104 B)',5547,5651,'',10,0,1,'2021-09-29 20:31:52',NULL),(156,3212,'media','medium','ABSPATHwp-content/uploads/hangover-mo1-497x600.jpg','','Reduced by 0.0% (10 B)',43795,43805,'',10,0,1,'2021-09-29 20:31:52',NULL),(157,3211,'media','full','ABSPATHwp-content/uploads/detox-mo2.jpg','','Reduced by 3.7% (1.4 KB)',36189,37583,'',10,0,1,'2021-09-29 20:31:52',NULL),(158,3211,'media','thumbnail','ABSPATHwp-content/uploads/detox-mo2-150x150.jpg','','No savings',6659,6659,'',10,0,1,'2021-09-29 20:31:52',NULL),(159,3210,'media','full','ABSPATHwp-content/uploads/stress-mo1.jpg','','Reduced by 5.4% (1.9 KB)',34933,36928,'',10,0,1,'2021-09-29 20:31:52',NULL),(160,3210,'media','thumbnail','ABSPATHwp-content/uploads/stress-mo1-150x150.jpg','','No savings',6911,6911,'',10,0,1,'2021-09-29 20:31:52',NULL),(161,3206,'media','full','ABSPATHwp-content/uploads/iv-therapy-honolulu-hawaii-0m.jpg','','Reduced by 0.5% (520 B)',113544,114064,'',10,0,1,'2021-09-29 20:31:53',NULL),(162,3206,'media','thumbnail','ABSPATHwp-content/uploads/iv-therapy-honolulu-hawaii-0m-150x150.jpg','','Reduced by 0.3% (20 B)',6901,6921,'',10,0,1,'2021-09-29 20:31:53',NULL),(163,3206,'media','medium','ABSPATHwp-content/uploads/iv-therapy-honolulu-hawaii-0m-343x600.jpg','','Reduced by 0.0% (9 B)',34516,34525,'',10,0,1,'2021-09-29 20:31:53',NULL),(164,3205,'media','full','ABSPATHwp-content/uploads/iv-therapy-honolulu-hawaii-0.jpg','','No savings',251045,251045,'',10,0,1,'2021-09-29 20:31:54',NULL),(165,3205,'media','thumbnail','ABSPATHwp-content/uploads/iv-therapy-honolulu-hawaii-0-150x150.jpg','','No savings',7190,7190,'',10,0,1,'2021-09-29 20:31:54',NULL),(166,3205,'media','medium','ABSPATHwp-content/uploads/iv-therapy-honolulu-hawaii-0-600x413.jpg','','Reduced by 0.0% (4 B)',40592,40596,'',10,0,1,'2021-09-29 20:31:54',NULL),(167,3205,'media','medium_large','ABSPATHwp-content/uploads/iv-therapy-honolulu-hawaii-0-768x528.jpg','','Reduced by 0.0% (13 B)',58828,58841,'',10,0,1,'2021-09-29 20:31:54',NULL),(168,3205,'media','large','ABSPATHwp-content/uploads/iv-therapy-honolulu-hawaii-0-1400x963.jpg','','Reduced by 0.0% (46 B)',150834,150880,'',10,0,1,'2021-09-29 20:31:54',NULL),(169,3193,'media','full','ABSPATHwp-content/uploads/hangover-tips-info.jpg','','Reduced by 4.5% (5.8 KB)',125706,131692,'',10,0,1,'2021-09-29 20:31:54',NULL),(170,3193,'media','thumbnail','ABSPATHwp-content/uploads/hangover-tips-info-150x150.jpg','','No savings',7620,7620,'',10,0,1,'2021-09-29 20:31:54',NULL),(171,3193,'media','medium','ABSPATHwp-content/uploads/hangover-tips-info-600x532.jpg','','Reduced by 0.0% (9 B)',50244,50253,'',10,0,1,'2021-09-29 20:31:54',NULL),(172,3193,'media','medium_large','ABSPATHwp-content/uploads/hangover-tips-info-768x681.jpg','','Reduced by 0.0% (5 B)',70097,70102,'',10,0,1,'2021-09-29 20:31:54',NULL),(173,3191,'media','full','ABSPATHwp-content/uploads/hangover-cure-iv-hawaii2.jpg','','Reduced by 2.5% (14.6 KB)',576396,591302,'',10,0,1,'2021-09-29 20:31:55',NULL),(174,3191,'media','thumbnail','ABSPATHwp-content/uploads/hangover-cure-iv-hawaii2-150x150.jpg','','No savings',6881,6881,'',10,0,1,'2021-09-29 20:31:55',NULL),(175,3191,'media','medium','ABSPATHwp-content/uploads/hangover-cure-iv-hawaii2-600x400.jpg','','Reduced by 0.0% (3 B)',45226,45229,'',10,0,1,'2021-09-29 20:31:55',NULL),(176,3191,'media','medium_large','ABSPATHwp-content/uploads/hangover-cure-iv-hawaii2-768x512.jpg','','Reduced by 0.0% (17 B)',67620,67637,'',10,0,1,'2021-09-29 20:31:55',NULL),(177,3191,'media','large','ABSPATHwp-content/uploads/hangover-cure-iv-hawaii2-1400x934.jpg','','Reduced by 0.0% (66 B)',187209,187275,'',10,0,1,'2021-09-29 20:31:55',NULL),(178,3189,'media','full','ABSPATHwp-content/uploads/hangover-science-chemistry.jpg','','Reduced by 3.5% (5.7 KB)',159201,165015,'',10,0,1,'2021-09-29 20:31:56',NULL),(179,3189,'media','thumbnail','ABSPATHwp-content/uploads/hangover-science-chemistry-150x150.jpg','','No savings',7862,7862,'',10,0,1,'2021-09-29 20:31:56',NULL),(180,3189,'media','medium','ABSPATHwp-content/uploads/hangover-science-chemistry-551x600.jpg','','Reduced by 0.0% (12 B)',54282,54294,'',10,0,1,'2021-09-29 20:31:56',NULL),(181,3189,'media','medium_large','ABSPATHwp-content/uploads/hangover-science-chemistry-768x837.jpg','','Reduced by 0.0% (37 B)',85493,85530,'',10,0,1,'2021-09-29 20:31:56',NULL),(182,3180,'media','full','ABSPATHwp-content/uploads/hangover-doctors.png','','Reduced by 2.3% (837 B)',35759,36596,'',10,0,1,'2021-09-29 20:31:58',NULL),(183,3180,'media','thumbnail','ABSPATHwp-content/uploads/hangover-doctors-150x150.png','','Reduced by 5.8% (849 B)',13809,14658,'',10,0,1,'2021-09-29 20:31:58',NULL),(184,3180,'media','medium','ABSPATHwp-content/uploads/hangover-doctors-600x526.png','','Reduced by 0.2% (325 B)',148200,148525,'',10,0,1,'2021-09-29 20:32:03',NULL),(185,3180,'media','medium_large','ABSPATHwp-content/uploads/hangover-doctors-768x674.png','','Reduced by 4.4% (6.7 KB)',148486,155315,'',10,0,1,'2021-09-29 20:32:05',NULL),(186,3149,'media','full','ABSPATHwp-content/uploads/myers-coctktail-iv22.jpg','','Reduced by 0.2% (348 B)',171449,171797,'',10,0,1,'2021-09-29 20:32:06',NULL),(187,3149,'media','thumbnail','ABSPATHwp-content/uploads/myers-coctktail-iv22-150x150.jpg','','Reduced by 5.2% (222 B)',4080,4302,'',10,0,1,'2021-09-29 20:32:06',NULL),(188,3149,'media','medium','ABSPATHwp-content/uploads/myers-coctktail-iv22-600x338.jpg','','Reduced by 0.0% (5 B)',22124,22129,'',10,0,1,'2021-09-29 20:32:06',NULL),(189,3149,'media','medium_large','ABSPATHwp-content/uploads/myers-coctktail-iv22-768x432.jpg','','Reduced by 0.0% (1 B)',31564,31565,'',10,0,1,'2021-09-29 20:32:06',NULL),(190,3149,'media','large','ABSPATHwp-content/uploads/myers-coctktail-iv22-1400x788.jpg','','Reduced by 0.0% (40 B)',90246,90286,'',10,0,1,'2021-09-29 20:32:06',NULL),(191,3148,'media','full','ABSPATHwp-content/uploads/antioxidants-iv-therapy22.jpg','','Reduced by 6.2% (9.9 KB)',153864,163960,'',10,0,1,'2021-09-29 20:32:07',NULL),(192,3148,'media','thumbnail','ABSPATHwp-content/uploads/antioxidants-iv-therapy22-150x150.jpg','','Reduced by 2.9% (135 B)',4448,4583,'',10,0,1,'2021-09-29 20:32:07',NULL),(193,3148,'media','medium','ABSPATHwp-content/uploads/antioxidants-iv-therapy22-600x338.jpg','','Reduced by 0.0% (4 B)',16409,16413,'',10,0,1,'2021-09-29 20:32:07',NULL),(194,3148,'media','medium_large','ABSPATHwp-content/uploads/antioxidants-iv-therapy22-768x432.jpg','','Reduced by 0.1% (17 B)',24328,24345,'',10,0,1,'2021-09-29 20:32:07',NULL),(195,3148,'media','large','ABSPATHwp-content/uploads/antioxidants-iv-therapy22-1400x788.jpg','','Reduced by 0.0% (14 B)',71313,71327,'',10,0,1,'2021-09-29 20:32:07',NULL),(196,3147,'media','full','ABSPATHwp-content/uploads/jetlag-iv-therapy22.jpg','','Reduced by 1.8% (5.2 KB)',287239,292557,'',10,0,1,'2021-09-29 20:32:07',NULL),(197,3147,'media','thumbnail','ABSPATHwp-content/uploads/jetlag-iv-therapy22-150x150.jpg','','Reduced by 0.1% (4 B)',6686,6690,'',10,0,1,'2021-09-29 20:32:07',NULL),(198,3147,'media','medium','ABSPATHwp-content/uploads/jetlag-iv-therapy22-600x338.jpg','','Reduced by 0.0% (11 B)',32989,33000,'',10,0,1,'2021-09-29 20:32:08',NULL),(199,3147,'media','medium_large','ABSPATHwp-content/uploads/jetlag-iv-therapy22-768x432.jpg','','Reduced by 0.1% (28 B)',48154,48182,'',10,0,1,'2021-09-29 20:32:08',NULL),(200,3147,'media','large','ABSPATHwp-content/uploads/jetlag-iv-therapy22-1400x788.jpg','','Reduced by 0.0% (33 B)',137666,137699,'',10,0,1,'2021-09-29 20:32:08',NULL),(201,3146,'media','full','ABSPATHwp-content/uploads/sports-iv-therapy22.jpg','','Reduced by 2.4% (6.9 KB)',290231,297295,'',10,0,1,'2021-09-29 20:32:08',NULL),(202,3146,'media','thumbnail','ABSPATHwp-content/uploads/sports-iv-therapy22-150x150.jpg','','Reduced by 0.6% (38 B)',5970,6008,'',10,0,1,'2021-09-29 20:32:08',NULL),(203,3146,'media','medium','ABSPATHwp-content/uploads/sports-iv-therapy22-600x338.jpg','','Reduced by 0.0% (6 B)',29956,29962,'',10,0,1,'2021-09-29 20:32:08',NULL),(204,3146,'media','medium_large','ABSPATHwp-content/uploads/sports-iv-therapy22-768x432.jpg','','Reduced by 0.0% (19 B)',44501,44520,'',10,0,1,'2021-09-29 20:32:08',NULL),(205,3146,'media','large','ABSPATHwp-content/uploads/sports-iv-therapy22-1400x788.jpg','','Reduced by 0.0% (63 B)',144354,144417,'',10,0,1,'2021-09-29 20:32:08',NULL),(206,3145,'media','full','ABSPATHwp-content/uploads/nad-plus-iv-therapy22.jpg','','Reduced by 1.1% (3.8 KB)',337144,341058,'',10,0,1,'2021-09-29 20:32:09',NULL),(207,3145,'media','thumbnail','ABSPATHwp-content/uploads/nad-plus-iv-therapy22-150x150.jpg','','No savings',9001,9001,'',10,0,1,'2021-09-29 20:32:09',NULL),(208,3145,'media','medium','ABSPATHwp-content/uploads/nad-plus-iv-therapy22-600x338.jpg','','Reduced by 0.0% (5 B)',46343,46348,'',10,0,1,'2021-09-29 20:32:09',NULL),(209,3145,'media','medium_large','ABSPATHwp-content/uploads/nad-plus-iv-therapy22-768x432.jpg','','Reduced by 0.0% (19 B)',65710,65729,'',10,0,1,'2021-09-29 20:32:09',NULL),(210,3145,'media','large','ABSPATHwp-content/uploads/nad-plus-iv-therapy22-1400x788.jpg','','Reduced by 0.0% (32 B)',161529,161561,'',10,0,1,'2021-09-29 20:32:09',NULL),(211,3144,'media','full','ABSPATHwp-content/uploads/vitamin-energy-injection22.jpg','','Reduced by 2.8% (4.9 KB)',172665,177675,'',10,0,1,'2021-09-29 20:32:10',NULL),(212,3144,'media','thumbnail','ABSPATHwp-content/uploads/vitamin-energy-injection22-150x150.jpg','','Reduced by 6.0% (201 B)',3122,3323,'',10,0,1,'2021-09-29 20:32:10',NULL),(213,3144,'media','medium','ABSPATHwp-content/uploads/vitamin-energy-injection22-600x338.jpg','','Reduced by 0.0% (7 B)',25166,25173,'',10,0,1,'2021-09-29 20:32:10',NULL),(214,3144,'media','medium_large','ABSPATHwp-content/uploads/vitamin-energy-injection22-768x432.jpg','','Reduced by 0.0% (13 B)',35173,35186,'',10,0,1,'2021-09-29 20:32:10',NULL),(215,3144,'media','large','ABSPATHwp-content/uploads/vitamin-energy-injection22-1400x788.jpg','','Reduced by 0.0% (35 B)',86839,86874,'',10,0,1,'2021-09-29 20:32:10',NULL),(216,3143,'media','full','ABSPATHwp-content/uploads/stress-feat-89.jpg','','Reduced by 4.5% (10.7 KB)',235021,246025,'',10,0,1,'2021-09-29 20:32:10',NULL),(217,3143,'media','thumbnail','ABSPATHwp-content/uploads/stress-feat-89-150x150.jpg','','No savings',6495,6495,'',10,0,1,'2021-09-29 20:32:10',NULL),(218,3143,'media','medium','ABSPATHwp-content/uploads/stress-feat-89-600x338.jpg','','Reduced by 0.0% (8 B)',25866,25874,'',10,0,1,'2021-09-29 20:32:10',NULL),(219,3143,'media','medium_large','ABSPATHwp-content/uploads/stress-feat-89-768x432.jpg','','Reduced by 0.0% (9 B)',38042,38051,'',10,0,1,'2021-09-29 20:32:11',NULL),(220,3143,'media','large','ABSPATHwp-content/uploads/stress-feat-89-1400x788.jpg','','Reduced by 0.0% (29 B)',113318,113347,'',10,0,1,'2021-09-29 20:32:11',NULL),(221,3142,'media','full','ABSPATHwp-content/uploads/detox-feat3.jpg','','Reduced by 5.3% (18.6 KB)',339404,358402,'',10,0,1,'2021-09-29 20:32:11',NULL),(222,3142,'media','thumbnail','ABSPATHwp-content/uploads/detox-feat3-150x150.jpg','','Reduced by 0.4% (25 B)',6576,6601,'',10,0,1,'2021-09-29 20:32:11',NULL),(223,3142,'media','medium','ABSPATHwp-content/uploads/detox-feat3-600x338.jpg','','Reduced by 0.0% (4 B)',32067,32071,'',10,0,1,'2021-09-29 20:32:11',NULL),(224,3142,'media','medium_large','ABSPATHwp-content/uploads/detox-feat3-768x432.jpg','','No savings',48980,48980,'',10,0,1,'2021-09-29 20:32:11',NULL),(225,3142,'media','large','ABSPATHwp-content/uploads/detox-feat3-1400x788.jpg','','Reduced by 0.0% (39 B)',160545,160584,'',10,0,1,'2021-09-29 20:32:11',NULL),(226,3141,'media','full','ABSPATHwp-content/uploads/cold-flu-iv-feat2.jpg','','Reduced by 2.1% (3.5 KB)',167134,170766,'',10,0,1,'2021-09-29 20:32:12',NULL),(227,3141,'media','thumbnail','ABSPATHwp-content/uploads/cold-flu-iv-feat2-150x150.jpg','','Reduced by 1.1% (66 B)',6073,6139,'',10,0,1,'2021-09-29 20:32:12',NULL),(228,3141,'media','medium','ABSPATHwp-content/uploads/cold-flu-iv-feat2-533x600.jpg','','Reduced by 0.0% (7 B)',49339,49346,'',10,0,1,'2021-09-29 20:32:12',NULL),(229,3140,'media','full','ABSPATHwp-content/uploads/hangover-iv-hawaii112.jpg','','Reduced by 1.6% (1.4 KB)',88690,90099,'',10,0,1,'2021-09-29 20:32:12',NULL),(230,3140,'media','thumbnail','ABSPATHwp-content/uploads/hangover-iv-hawaii112-150x150.jpg','','Reduced by 3.9% (165 B)',4085,4250,'',10,0,1,'2021-09-29 20:32:12',NULL),(231,3140,'media','medium','ABSPATHwp-content/uploads/hangover-iv-hawaii112-533x600.jpg','','Reduced by 0.0% (1 B)',28951,28952,'',10,0,1,'2021-09-29 20:32:13',NULL),(232,3139,'media','full','ABSPATHwp-content/uploads/mobile-iv-hero12m.jpg','','Reduced by 2.9% (4.6 KB)',159082,163784,'',10,0,1,'2021-09-29 20:32:13',NULL),(233,3139,'media','thumbnail','ABSPATHwp-content/uploads/mobile-iv-hero12m-150x150.jpg','','Reduced by 2.7% (129 B)',4702,4831,'',10,0,1,'2021-09-29 20:32:13',NULL),(234,3139,'media','medium','ABSPATHwp-content/uploads/mobile-iv-hero12m-343x600.jpg','','Reduced by 0.0% (6 B)',26567,26573,'',10,0,1,'2021-09-29 20:32:13',NULL),(235,3138,'media','full','ABSPATHwp-content/uploads/mobile-iv-hero12.jpg','','Reduced by 2.3% (8.2 KB)',361099,369486,'',10,0,1,'2021-09-29 20:32:14',NULL),(236,3138,'media','thumbnail','ABSPATHwp-content/uploads/mobile-iv-hero12-150x150.jpg','','Reduced by 2.8% (136 B)',4640,4776,'',10,0,1,'2021-09-29 20:32:14',NULL),(237,3138,'media','medium','ABSPATHwp-content/uploads/mobile-iv-hero12-600x413.jpg','','Reduced by 0.0% (9 B)',29289,29298,'',10,0,1,'2021-09-29 20:32:14',NULL),(238,3138,'media','medium_large','ABSPATHwp-content/uploads/mobile-iv-hero12-768x528.jpg','','No savings',43441,43441,'',10,0,1,'2021-09-29 20:32:14',NULL),(239,3138,'media','large','ABSPATHwp-content/uploads/mobile-iv-hero12-1400x963.jpg','','Reduced by 0.0% (15 B)',113190,113205,'',10,0,1,'2021-09-29 20:32:14',NULL),(240,3137,'media','full','ABSPATHwp-content/uploads/mobile-iv-hero11.jpg','','Reduced by 2.0% (9.8 KB)',484020,494078,'',10,0,1,'2021-09-29 20:32:15',NULL),(241,3137,'media','thumbnail','ABSPATHwp-content/uploads/mobile-iv-hero11-150x150.jpg','','Reduced by 2.2% (110 B)',4840,4950,'',10,0,1,'2021-09-29 20:32:15',NULL),(242,3137,'media','medium','ABSPATHwp-content/uploads/mobile-iv-hero11-600x432.jpg','','Reduced by 0.0% (5 B)',32716,32721,'',10,0,1,'2021-09-29 20:32:15',NULL),(243,3137,'media','medium_large','ABSPATHwp-content/uploads/mobile-iv-hero11-768x553.jpg','','Reduced by 0.0% (17 B)',48686,48703,'',10,0,1,'2021-09-29 20:32:15',NULL),(244,3137,'media','large','ABSPATHwp-content/uploads/mobile-iv-hero11-1400x1008.jpg','','Reduced by 0.0% (2 B)',126028,126030,'',10,0,1,'2021-09-29 20:32:15',NULL),(245,3136,'media','full','ABSPATHwp-content/uploads/mobile-iv-hero10.jpg','','Reduced by 2.0% (9.6 KB)',476248,486088,'',10,0,1,'2021-09-29 20:32:15',NULL),(246,3136,'media','thumbnail','ABSPATHwp-content/uploads/mobile-iv-hero10-150x150.jpg','','Reduced by 2.4% (114 B)',4701,4815,'',10,0,1,'2021-09-29 20:32:15',NULL),(247,3136,'media','medium','ABSPATHwp-content/uploads/mobile-iv-hero10-600x432.jpg','','Reduced by 0.0% (4 B)',31967,31971,'',10,0,1,'2021-09-29 20:32:15',NULL),(248,3136,'media','medium_large','ABSPATHwp-content/uploads/mobile-iv-hero10-768x553.jpg','','Reduced by 0.0% (20 B)',47661,47681,'',10,0,1,'2021-09-29 20:32:15',NULL),(249,3136,'media','large','ABSPATHwp-content/uploads/mobile-iv-hero10-1400x1008.jpg','','Reduced by 0.0% (10 B)',123283,123293,'',10,0,1,'2021-09-29 20:32:16',NULL),(250,3135,'media','full','ABSPATHwp-content/uploads/mobile-iv-hero9.jpg','','Reduced by 2.6% (9.8 KB)',380795,390786,'',10,0,1,'2021-09-29 20:32:16',NULL),(251,3135,'media','thumbnail','ABSPATHwp-content/uploads/mobile-iv-hero9-150x150.jpg','','Reduced by 1.7% (78 B)',4596,4674,'',10,0,1,'2021-09-29 20:32:16',NULL),(252,3135,'media','medium','ABSPATHwp-content/uploads/mobile-iv-hero9-600x413.jpg','','Reduced by 0.0% (5 B)',30839,30844,'',10,0,1,'2021-09-29 20:32:16',NULL),(253,3135,'media','medium_large','ABSPATHwp-content/uploads/mobile-iv-hero9-768x528.jpg','','Reduced by 0.0% (20 B)',45207,45227,'',10,0,1,'2021-09-29 20:32:16',NULL),(254,3135,'media','large','ABSPATHwp-content/uploads/mobile-iv-hero9-1400x963.jpg','','Reduced by 0.0% (28 B)',116728,116756,'',10,0,1,'2021-09-29 20:32:16',NULL),(255,3127,'media','full','ABSPATHwp-content/uploads/vitamin-pills-hawaii2.png','','Reduced by 0.5% (1.4 KB)',294086,295513,'',10,0,1,'2021-09-29 20:32:20',NULL),(256,3127,'media','thumbnail','ABSPATHwp-content/uploads/vitamin-pills-hawaii2-150x150.png','','Reduced by 13.0% (5.8 KB)',39829,45780,'',10,0,1,'2021-09-29 20:32:20',NULL),(257,3127,'media','medium','ABSPATHwp-content/uploads/vitamin-pills-hawaii2-600x417.png','','No savings',255081,255081,'',10,0,1,'2021-09-29 20:32:21',NULL),(258,3127,'media','medium_large','ABSPATHwp-content/uploads/vitamin-pills-hawaii2-768x534.png','','Reduced by 13.1% (97.3 KB)',659865,759497,'',10,0,1,'2021-09-29 20:32:25',NULL),(259,3126,'media','full','ABSPATHwp-content/uploads/energy-injecdtions1.jpg','','Reduced by 3.8% (9.5 KB)',246535,256295,'',10,0,1,'2021-09-29 20:32:26',NULL),(260,3126,'media','thumbnail','ABSPATHwp-content/uploads/energy-injecdtions1-150x150.jpg','','Reduced by 0.5% (29 B)',6215,6244,'',10,0,1,'2021-09-29 20:32:26',NULL),(261,3126,'media','medium','ABSPATHwp-content/uploads/energy-injecdtions1-484x600.jpg','','Reduced by 0.0% (15 B)',57664,57679,'',10,0,1,'2021-09-29 20:32:26',NULL),(262,3126,'media','medium_large','ABSPATHwp-content/uploads/energy-injecdtions1-768x952.jpg','','Reduced by 0.0% (46 B)',125013,125059,'',10,0,1,'2021-09-29 20:32:26',NULL),(263,3123,'media','full','ABSPATHwp-content/uploads/injection.png','','No savings',620,620,'',10,0,1,'2021-09-29 20:32:26',NULL),(264,3110,'media','full','ABSPATHwp-content/uploads/hangover-doctor-hawaii31.jpg','','Reduced by 5.7% (3.1 KB)',52346,55508,'',10,0,1,'2021-09-29 20:32:26',NULL),(265,3110,'media','thumbnail','ABSPATHwp-content/uploads/hangover-doctor-hawaii31-150x150.jpg','','No savings',5580,5580,'',10,0,1,'2021-09-29 20:32:26',NULL),(266,3109,'media','full','ABSPATHwp-content/uploads/cold-flu-sick-iv-therapy3.jpg','','Reduced by 5.1% (2.0 KB)',38529,40611,'',10,0,1,'2021-09-29 20:32:27',NULL),(267,3109,'media','thumbnail','ABSPATHwp-content/uploads/cold-flu-sick-iv-therapy3-150x150.jpg','','Reduced by 0.4% (24 B)',5885,5909,'',10,0,1,'2021-09-29 20:32:27',NULL),(268,3107,'media','full','ABSPATHwp-content/uploads/cold-flu-sick-iv-therapy2.jpg','','Reduced by 5.4% (2.2 KB)',39241,41479,'',10,0,1,'2021-09-29 20:32:27',NULL),(269,3107,'media','thumbnail','ABSPATHwp-content/uploads/cold-flu-sick-iv-therapy2-150x150.jpg','','Reduced by 0.5% (33 B)',6073,6106,'',10,0,1,'2021-09-29 20:32:27',NULL),(270,3107,'media','medium','ABSPATHwp-content/uploads/cold-flu-sick-iv-therapy2-600x437.jpg','','Reduced by 0.0% (6 B)',29576,29582,'',10,0,1,'2021-09-29 20:32:27',NULL),(271,3106,'media','full','ABSPATHwp-content/uploads/cold-flu-sick-iv-therapy.jpg','','Reduced by 4.3% (2.5 KB)',55750,58263,'',10,0,1,'2021-09-29 20:32:28',NULL),(272,3106,'media','thumbnail','ABSPATHwp-content/uploads/cold-flu-sick-iv-therapy-150x150.jpg','','Reduced by 0.3% (16 B)',6071,6087,'',10,0,1,'2021-09-29 20:32:28',NULL),(273,3106,'media','medium','ABSPATHwp-content/uploads/cold-flu-sick-iv-therapy-600x437.jpg','','Reduced by 0.0% (12 B)',27265,27277,'',10,0,1,'2021-09-29 20:32:28',NULL),(274,3106,'media','medium_large','ABSPATHwp-content/uploads/cold-flu-sick-iv-therapy-768x559.jpg','','Reduced by 0.0% (6 B)',37085,37091,'',10,0,1,'2021-09-29 20:32:28',NULL),(275,3097,'media','full','ABSPATHwp-content/uploads/hangover-doctor-hawaii3.jpg','','Reduced by 5.7% (3.1 KB)',52346,55508,'',10,0,1,'2021-09-29 20:32:28',NULL),(276,3097,'media','thumbnail','ABSPATHwp-content/uploads/hangover-doctor-hawaii3-150x150.jpg','','No savings',5608,5608,'',10,0,1,'2021-09-29 20:32:28',NULL),(277,3097,'media','medium','ABSPATHwp-content/uploads/hangover-doctor-hawaii3-300x300.jpg','','Reduced by 0.0% (6 B)',14180,14186,'',10,0,1,'2021-09-29 20:32:28',NULL),(278,3095,'media','full','ABSPATHwp-content/uploads/hangover-iv-therapy4.jpg','','Reduced by 0.2% (144 B)',62844,62988,'',10,0,1,'2021-09-29 20:32:29',NULL),(279,3095,'media','thumbnail','ABSPATHwp-content/uploads/hangover-iv-therapy4-150x150.jpg','','Reduced by 1.1% (67 B)',6213,6280,'',10,0,1,'2021-09-29 20:32:29',NULL),(280,3095,'media','medium','ABSPATHwp-content/uploads/hangover-iv-therapy4-300x200.jpg','','Reduced by 0.0% (2 B)',11155,11157,'',10,0,1,'2021-09-29 20:32:29',NULL),(281,3095,'media','medium_large','ABSPATHwp-content/uploads/hangover-iv-therapy4-768x512.jpg','','Reduced by 0.0% (13 B)',39002,39015,'',10,0,1,'2021-09-29 20:32:29',NULL),(282,3072,'media','full','ABSPATHwp-content/uploads/extras2.png','','No savings',595,595,'',10,0,1,'2021-09-29 20:32:29',NULL),(283,3031,'media','full','ABSPATHwp-content/uploads/nad-plus-molecular-structure.jpg','','Reduced by 6.1% (9.8 KB)',152690,162674,'',10,0,1,'2021-09-29 20:32:30',NULL),(284,3031,'media','thumbnail','ABSPATHwp-content/uploads/nad-plus-molecular-structure-150x150.jpg','','No savings',4426,4426,'',10,0,1,'2021-09-29 20:32:30',NULL),(285,3031,'media','medium','ABSPATHwp-content/uploads/nad-plus-molecular-structure-185x300.jpg','','No savings',8175,8175,'',10,0,1,'2021-09-29 20:32:30',NULL),(286,3031,'media','medium_large','ABSPATHwp-content/uploads/nad-plus-molecular-structure-768x1244.jpg','','Reduced by 0.0% (24 B)',52293,52317,'',10,0,1,'2021-09-29 20:32:30',NULL),(287,3031,'media','large','ABSPATHwp-content/uploads/nad-plus-molecular-structure-632x1024.jpg','','Reduced by 0.0% (10 B)',40534,40544,'',10,0,1,'2021-09-29 20:32:30',NULL),(288,3030,'media','full','ABSPATHwp-content/uploads/nad-plus-athletic-performance.jpg','','Reduced by 3.3% (19.6 KB)',586658,606721,'',10,0,1,'2021-09-29 20:32:31',NULL),(289,3030,'media','thumbnail','ABSPATHwp-content/uploads/nad-plus-athletic-performance-150x150.jpg','','Reduced by 0.3% (19 B)',6481,6500,'',10,0,1,'2021-09-29 20:32:31',NULL),(290,3030,'media','medium','ABSPATHwp-content/uploads/nad-plus-athletic-performance-267x300.jpg','','No savings',19267,19267,'',10,0,1,'2021-09-29 20:32:31',NULL),(291,3030,'media','medium_large','ABSPATHwp-content/uploads/nad-plus-athletic-performance-768x864.jpg','','Reduced by 0.0% (65 B)',134065,134130,'',10,0,1,'2021-09-29 20:32:31',NULL),(292,3030,'media','large','ABSPATHwp-content/uploads/nad-plus-athletic-performance-910x1024.jpg','','Reduced by 0.0% (52 B)',181137,181189,'',10,0,1,'2021-09-29 20:32:31',NULL),(293,3021,'media','full','ABSPATHwp-content/uploads/vitashot00.png','','No savings',1078,1078,'',10,0,1,'2021-09-29 20:32:31',NULL),(294,3020,'media','full','ABSPATHwp-content/uploads/nadplus00.png','','No savings',1473,1473,'',10,0,1,'2021-09-29 20:32:32',NULL),(295,3019,'media','full','ABSPATHwp-content/uploads/jetlag00.png','','No savings',1029,1029,'',10,0,1,'2021-09-29 20:32:32',NULL),(296,3018,'media','full','ABSPATHwp-content/uploads/hangover00.png','','No savings',905,905,'',10,0,1,'2021-09-29 20:32:33',NULL),(297,3017,'media','full','ABSPATHwp-content/uploads/antioxidants00.png','','No savings',1501,1501,'',10,0,1,'2021-09-29 20:32:33',NULL),(298,3016,'media','full','ABSPATHwp-content/uploads/stress00.png','','No savings',1494,1494,'',10,0,1,'2021-09-29 20:32:33',NULL),(299,3015,'media','full','ABSPATHwp-content/uploads/detox00.png','','No savings',1045,1045,'',10,0,1,'2021-09-29 20:32:34',NULL),(300,3014,'media','full','ABSPATHwp-content/uploads/coldflu00.png','','No savings',1269,1269,'',10,0,1,'2021-09-29 20:32:34',NULL),(301,3013,'media','full','ABSPATHwp-content/uploads/sports00.png','','No savings',1420,1420,'',10,0,1,'2021-09-29 20:32:35',NULL),(302,3012,'media','full','ABSPATHwp-content/uploads/myers00.png','','No savings',1088,1088,'',10,0,1,'2021-09-29 20:32:35',NULL),(303,2938,'media','full','ABSPATHwp-content/uploads/iv-therapy-menu2.jpg','','Reduced by 3.5% (19.0 KB)',533873,553348,'',10,0,1,'2021-09-29 20:32:36',NULL),(304,2938,'media','thumbnail','ABSPATHwp-content/uploads/iv-therapy-menu2-150x150.jpg','','Reduced by 4.9% (219 B)',4212,4431,'',10,0,1,'2021-09-29 20:32:36',NULL),(305,2938,'media','medium','ABSPATHwp-content/uploads/iv-therapy-menu2-300x194.jpg','','Reduced by 0.9% (82 B)',8928,9010,'',10,0,1,'2021-09-29 20:32:36',NULL),(306,2938,'media','medium_large','ABSPATHwp-content/uploads/iv-therapy-menu2-768x495.jpg','','Reduced by 0.0% (22 B)',47272,47294,'',10,0,1,'2021-09-29 20:32:36',NULL),(307,2938,'media','large','ABSPATHwp-content/uploads/iv-therapy-menu2-1024x661.jpg','','Reduced by 0.0% (32 B)',81399,81431,'',10,0,1,'2021-09-29 20:32:36',NULL),(308,2936,'media','full','ABSPATHwp-content/uploads/iv-therapy-menu.jpg','','Reduced by 3.3% (18.9 KB)',571828,591224,'',10,0,1,'2021-09-29 20:32:37',NULL),(309,2936,'media','thumbnail','ABSPATHwp-content/uploads/iv-therapy-menu-150x150.jpg','','Reduced by 3.6% (169 B)',4559,4728,'',10,0,1,'2021-09-29 20:32:37',NULL),(310,2936,'media','medium','ABSPATHwp-content/uploads/iv-therapy-menu-300x194.jpg','','Reduced by 1.0% (98 B)',9405,9503,'',10,0,1,'2021-09-29 20:32:37',NULL),(311,2936,'media','medium_large','ABSPATHwp-content/uploads/iv-therapy-menu-768x495.jpg','','No savings',50502,50502,'',10,0,1,'2021-09-29 20:32:37',NULL),(312,2936,'media','large','ABSPATHwp-content/uploads/iv-therapy-menu-1024x661.jpg','','Reduced by 0.0% (25 B)',86693,86718,'',10,0,1,'2021-09-29 20:32:37',NULL),(313,2923,'media','full','ABSPATHwp-content/uploads/sports-iv-hawaii-home.jpg','','Reduced by 0.0% (91 B)',185632,185723,'',10,0,1,'2021-09-29 20:32:37',NULL),(314,2923,'media','thumbnail','ABSPATHwp-content/uploads/sports-iv-hawaii-home-150x150.jpg','','No savings',5909,5909,'',10,0,1,'2021-09-29 20:32:37',NULL),(315,2923,'media','medium','ABSPATHwp-content/uploads/sports-iv-hawaii-home-300x169.jpg','','No savings',9839,9839,'',10,0,1,'2021-09-29 20:32:37',NULL),(316,2923,'media','medium_large','ABSPATHwp-content/uploads/sports-iv-hawaii-home-768x432.jpg','','Reduced by 0.0% (5 B)',45740,45745,'',10,0,1,'2021-09-29 20:32:37',NULL),(317,2923,'media','large','ABSPATHwp-content/uploads/sports-iv-hawaii-home-1024x576.jpg','','Reduced by 0.0% (26 B)',75092,75118,'',10,0,1,'2021-09-29 20:32:38',NULL),(318,2920,'media','full','ABSPATHwp-content/uploads/vitamin-pills-hawaii.jpg','','Reduced by 0.0% (166 B)',683382,683548,'',10,0,1,'2021-09-29 20:32:38',NULL),(319,2920,'media','thumbnail','ABSPATHwp-content/uploads/vitamin-pills-hawaii-150x150.jpg','','No savings',8060,8060,'',10,0,1,'2021-09-29 20:32:38',NULL),(320,2920,'media','medium','ABSPATHwp-content/uploads/vitamin-pills-hawaii-200x300.jpg','','Reduced by 0.0% (6 B)',16857,16863,'',10,0,1,'2021-09-29 20:32:38',NULL),(321,2920,'media','medium_large','ABSPATHwp-content/uploads/vitamin-pills-hawaii-768x1152.jpg','','Reduced by 0.0% (18 B)',128912,128930,'',10,0,1,'2021-09-29 20:32:38',NULL),(322,2920,'media','large','ABSPATHwp-content/uploads/vitamin-pills-hawaii-683x1024.jpg','','Reduced by 0.0% (21 B)',107997,108018,'',10,0,1,'2021-09-29 20:32:38',NULL),(323,2919,'media','full','ABSPATHwp-content/uploads/vitamin-shot-hawaii-mobile-iv-m1.jpg','','Reduced by 0.0% (48 B)',225609,225657,'',10,0,1,'2021-09-29 20:32:39',NULL),(324,2919,'media','thumbnail','ABSPATHwp-content/uploads/vitamin-shot-hawaii-mobile-iv-m1-150x150.jpg','','No savings',4626,4626,'',10,0,1,'2021-09-29 20:32:39',NULL),(325,2919,'media','medium','ABSPATHwp-content/uploads/vitamin-shot-hawaii-mobile-iv-m1-171x300.jpg','','No savings',7296,7296,'',10,0,1,'2021-09-29 20:32:39',NULL),(326,2919,'media','medium_large','ABSPATHwp-content/uploads/vitamin-shot-hawaii-mobile-iv-m1-768x1344.jpg','','Reduced by 0.0% (12 B)',84227,84239,'',10,0,1,'2021-09-29 20:32:39',NULL),(327,2919,'media','large','ABSPATHwp-content/uploads/vitamin-shot-hawaii-mobile-iv-m1-585x1024.jpg','','Reduced by 0.1% (27 B)',53477,53504,'',10,0,1,'2021-09-29 20:32:39',NULL),(328,2918,'media','full','ABSPATHwp-content/uploads/brain-nad-plus-hawaii.jpg','','Reduced by 0.0% (77 B)',252719,252796,'',10,0,1,'2021-09-29 20:32:40',NULL),(329,2918,'media','thumbnail','ABSPATHwp-content/uploads/brain-nad-plus-hawaii-150x150.jpg','','No savings',4628,4628,'',10,0,1,'2021-09-29 20:32:40',NULL),(330,2918,'media','medium','ABSPATHwp-content/uploads/brain-nad-plus-hawaii-290x300.jpg','','Reduced by 0.1% (7 B)',13209,13216,'',10,0,1,'2021-09-29 20:32:40',NULL),(331,2918,'media','medium_large','ABSPATHwp-content/uploads/brain-nad-plus-hawaii-768x795.jpg','','Reduced by 0.0% (22 B)',63130,63152,'',10,0,1,'2021-09-29 20:32:40',NULL),(332,2918,'media','large','ABSPATHwp-content/uploads/brain-nad-plus-hawaii-989x1024.jpg','','Reduced by 0.0% (21 B)',91443,91464,'',10,0,1,'2021-09-29 20:32:40',NULL),(333,2917,'media','full','ABSPATHwp-content/uploads/nadplus-hawaii-mobile-iv.jpg','','Reduced by 0.0% (28 B)',221500,221528,'',10,0,1,'2021-09-29 20:32:40',NULL),(334,2917,'media','thumbnail','ABSPATHwp-content/uploads/nadplus-hawaii-mobile-iv-150x150.jpg','','No savings',6660,6660,'',10,0,1,'2021-09-29 20:32:40',NULL),(335,2917,'media','medium','ABSPATHwp-content/uploads/nadplus-hawaii-mobile-iv-171x300.jpg','','No savings',11532,11532,'',10,0,1,'2021-09-29 20:32:40',NULL),(336,2917,'media','medium_large','ABSPATHwp-content/uploads/nadplus-hawaii-mobile-iv-768x1344.jpg','','No savings',91696,91696,'',10,0,1,'2021-09-29 20:32:41',NULL),(337,2917,'media','large','ABSPATHwp-content/uploads/nadplus-hawaii-mobile-iv-585x1024.jpg','','No savings',63688,63688,'',10,0,1,'2021-09-29 20:32:41',NULL),(338,2916,'media','full','ABSPATHwp-content/uploads/brain-activity-nad-plus-hawaii.jpg','','Reduced by 0.0% (111 B)',518551,518662,'',10,0,1,'2021-09-29 20:32:41',NULL),(339,2916,'media','thumbnail','ABSPATHwp-content/uploads/brain-activity-nad-plus-hawaii-150x150.jpg','','No savings',7160,7160,'',10,0,1,'2021-09-29 20:32:41',NULL),(340,2916,'media','medium','ABSPATHwp-content/uploads/brain-activity-nad-plus-hawaii-200x300.jpg','','No savings',15461,15461,'',10,0,1,'2021-09-29 20:32:41',NULL),(341,2916,'media','medium_large','ABSPATHwp-content/uploads/brain-activity-nad-plus-hawaii-768x1152.jpg','','Reduced by 0.0% (18 B)',114031,114049,'',10,0,1,'2021-09-29 20:32:41',NULL),(342,2916,'media','large','ABSPATHwp-content/uploads/brain-activity-nad-plus-hawaii-683x1024.jpg','','Reduced by 0.0% (14 B)',96869,96883,'',10,0,1,'2021-09-29 20:32:41',NULL),(343,2914,'media','full','ABSPATHwp-content/uploads/stress-iv-treatment-hawaii.jpg','','Reduced by 0.0% (111 B)',293090,293201,'',10,0,1,'2021-09-29 20:32:42',NULL),(344,2914,'media','thumbnail','ABSPATHwp-content/uploads/stress-iv-treatment-hawaii-150x150.jpg','','No savings',4190,4190,'',10,0,1,'2021-09-29 20:32:42',NULL),(345,2914,'media','medium','ABSPATHwp-content/uploads/stress-iv-treatment-hawaii-225x300.jpg','','Reduced by 0.8% (80 B)',9940,10020,'',10,0,1,'2021-09-29 20:32:42',NULL),(346,2914,'media','medium_large','ABSPATHwp-content/uploads/stress-iv-treatment-hawaii-768x1023.jpg','','Reduced by 0.0% (39 B)',87418,87457,'',10,0,1,'2021-09-29 20:32:42',NULL),(347,2914,'media','large','ABSPATHwp-content/uploads/stress-iv-treatment-hawaii-769x1024.jpg','','Reduced by 0.0% (33 B)',88049,88082,'',10,0,1,'2021-09-29 20:32:42',NULL),(348,2913,'media','full','ABSPATHwp-content/uploads/stress-iv-theraqpy-m1.jpg','','Reduced by 0.0% (198 B)',572345,572543,'',10,0,1,'2021-09-29 20:32:43',NULL),(349,2913,'media','thumbnail','ABSPATHwp-content/uploads/stress-iv-theraqpy-m1-150x150.jpg','','No savings',6254,6254,'',10,0,1,'2021-09-29 20:32:43',NULL),(350,2913,'media','medium','ABSPATHwp-content/uploads/stress-iv-theraqpy-m1-171x300.jpg','','No savings',12416,12416,'',10,0,1,'2021-09-29 20:32:43',NULL),(351,2913,'media','medium_large','ABSPATHwp-content/uploads/stress-iv-theraqpy-m1-768x1344.jpg','','Reduced by 0.0% (25 B)',169028,169053,'',10,0,1,'2021-09-29 20:32:43',NULL),(352,2913,'media','large','ABSPATHwp-content/uploads/stress-iv-theraqpy-m1-585x1024.jpg','','Reduced by 0.0% (29 B)',102861,102890,'',10,0,1,'2021-09-29 20:32:43',NULL),(353,2912,'media','full','ABSPATHwp-content/uploads/stress-iv-therapy-dt1.jpg','','Reduced by 0.0% (255 B)',617266,617521,'',10,0,1,'2021-09-29 20:32:44',NULL),(354,2912,'media','thumbnail','ABSPATHwp-content/uploads/stress-iv-therapy-dt1-150x150.jpg','','No savings',6119,6119,'',10,0,1,'2021-09-29 20:32:44',NULL),(355,2912,'media','medium','ABSPATHwp-content/uploads/stress-iv-therapy-dt1-300x186.jpg','','Reduced by 0.0% (6 B)',12326,12332,'',10,0,1,'2021-09-29 20:32:44',NULL),(356,2912,'media','medium_large','ABSPATHwp-content/uploads/stress-iv-therapy-dt1-768x477.jpg','','Reduced by 0.0% (18 B)',54849,54867,'',10,0,1,'2021-09-29 20:32:44',NULL),(357,2912,'media','large','ABSPATHwp-content/uploads/stress-iv-therapy-dt1-1024x636.jpg','','Reduced by 0.1% (54 B)',88786,88840,'',10,0,1,'2021-09-29 20:32:44',NULL),(358,2911,'media','full','ABSPATHwp-content/uploads/jetlag-iv-therapy-mobile-hawaii.jpg','','Reduced by 0.0% (131 B)',533843,533974,'',10,0,1,'2021-09-29 20:32:45',NULL),(359,2911,'media','thumbnail','ABSPATHwp-content/uploads/jetlag-iv-therapy-mobile-hawaii-150x150.jpg','','Reduced by 0.1% (4 B)',6229,6233,'',10,0,1,'2021-09-29 20:32:45',NULL),(360,2911,'media','medium','ABSPATHwp-content/uploads/jetlag-iv-therapy-mobile-hawaii-200x300.jpg','','Reduced by 0.1% (11 B)',12851,12862,'',10,0,1,'2021-09-29 20:32:45',NULL),(361,2911,'media','medium_large','ABSPATHwp-content/uploads/jetlag-iv-therapy-mobile-hawaii-768x1152.jpg','','Reduced by 0.0% (27 B)',101658,101685,'',10,0,1,'2021-09-29 20:32:45',NULL),(362,2911,'media','large','ABSPATHwp-content/uploads/jetlag-iv-therapy-mobile-hawaii-683x1024.jpg','','Reduced by 0.0% (27 B)',84425,84452,'',10,0,1,'2021-09-29 20:32:45',NULL),(363,2910,'media','full','ABSPATHwp-content/uploads/antioxidants-iv-therapy-hawaii.jpg','','Reduced by 0.0% (240 B)',1066805,1067045,'',10,0,1,'2021-09-29 20:32:46',NULL),(364,2910,'media','thumbnail','ABSPATHwp-content/uploads/antioxidants-iv-therapy-hawaii-150x150.jpg','','No savings',8847,8847,'',10,0,1,'2021-09-29 20:32:46',NULL),(365,2910,'media','medium','ABSPATHwp-content/uploads/antioxidants-iv-therapy-hawaii-300x141.jpg','','Reduced by 0.0% (3 B)',13419,13422,'',10,0,1,'2021-09-29 20:32:46',NULL),(366,2910,'media','medium_large','ABSPATHwp-content/uploads/antioxidants-iv-therapy-hawaii-768x362.jpg','','Reduced by 0.0% (6 B)',70207,70213,'',10,0,1,'2021-09-29 20:32:46',NULL),(367,2910,'media','large','ABSPATHwp-content/uploads/antioxidants-iv-therapy-hawaii-1024x483.jpg','','Reduced by 0.0% (32 B)',119526,119558,'',10,0,1,'2021-09-29 20:32:46',NULL),(368,2909,'media','full','ABSPATHwp-content/uploads/antioxidants-iv-honolulu-hawaii.jpg','','Reduced by 0.0% (37 B)',312927,312964,'',10,0,1,'2021-09-29 20:32:47',NULL),(369,2909,'media','thumbnail','ABSPATHwp-content/uploads/antioxidants-iv-honolulu-hawaii-150x150.jpg','','Reduced by 0.1% (2 B)',2899,2901,'',10,0,1,'2021-09-29 20:32:47',NULL),(370,2909,'media','medium','ABSPATHwp-content/uploads/antioxidants-iv-honolulu-hawaii-200x300.jpg','','Reduced by 0.1% (7 B)',6645,6652,'',10,0,1,'2021-09-29 20:32:47',NULL),(371,2909,'media','medium_large','ABSPATHwp-content/uploads/antioxidants-iv-honolulu-hawaii-768x1152.jpg','','Reduced by 0.0% (17 B)',54779,54796,'',10,0,1,'2021-09-29 20:32:47',NULL),(372,2909,'media','large','ABSPATHwp-content/uploads/antioxidants-iv-honolulu-hawaii-683x1024.jpg','','Reduced by 0.0% (11 B)',45562,45573,'',10,0,1,'2021-09-29 20:32:47',NULL),(373,2907,'media','full','ABSPATHwp-content/uploads/antioxidants-iv-hawaii.jpg','','Reduced by 0.0% (198 B)',607081,607279,'',10,0,1,'2021-09-29 20:32:48',NULL),(374,2907,'media','thumbnail','ABSPATHwp-content/uploads/antioxidants-iv-hawaii-150x150.jpg','','No savings',9561,9561,'',10,0,1,'2021-09-29 20:32:48',NULL),(375,2907,'media','medium','ABSPATHwp-content/uploads/antioxidants-iv-hawaii-171x300.jpg','','Reduced by 0.0% (4 B)',19266,19270,'',10,0,1,'2021-09-29 20:32:48',NULL),(376,2907,'media','medium_large','ABSPATHwp-content/uploads/antioxidants-iv-hawaii-768x1344.jpg','','Reduced by 0.0% (37 B)',236844,236881,'',10,0,1,'2021-09-29 20:32:48',NULL),(377,2907,'media','large','ABSPATHwp-content/uploads/antioxidants-iv-hawaii-585x1024.jpg','','No savings',156059,156059,'',10,0,1,'2021-09-29 20:32:48',NULL),(378,2905,'media','full','ABSPATHwp-content/uploads/jetlag-iv-hawaii-m3.jpg','','Reduced by 0.0% (106 B)',378370,378476,'',10,0,1,'2021-09-29 20:32:48',NULL),(379,2905,'media','thumbnail','ABSPATHwp-content/uploads/jetlag-iv-hawaii-m3-150x150.jpg','','No savings',6571,6571,'',10,0,1,'2021-09-29 20:32:48',NULL),(380,2905,'media','medium','ABSPATHwp-content/uploads/jetlag-iv-hawaii-m3-171x300.jpg','','Reduced by 0.0% (3 B)',13255,13258,'',10,0,1,'2021-09-29 20:32:48',NULL),(381,2905,'media','medium_large','ABSPATHwp-content/uploads/jetlag-iv-hawaii-m3-768x1344.jpg','','Reduced by 0.0% (29 B)',141558,141587,'',10,0,1,'2021-09-29 20:32:49',NULL),(382,2905,'media','large','ABSPATHwp-content/uploads/jetlag-iv-hawaii-m3-585x1024.jpg','','Reduced by 0.0% (6 B)',94471,94477,'',10,0,1,'2021-09-29 20:32:49',NULL),(383,2904,'media','full','ABSPATHwp-content/uploads/jetlag-iv-hawaii-m2.jpg','','Reduced by 0.0% (57 B)',214662,214719,'',10,0,1,'2021-09-29 20:32:49',NULL),(384,2904,'media','thumbnail','ABSPATHwp-content/uploads/jetlag-iv-hawaii-m2-150x150.jpg','','Reduced by 0.1% (2 B)',2954,2956,'',10,0,1,'2021-09-29 20:32:49',NULL),(385,2904,'media','medium','ABSPATHwp-content/uploads/jetlag-iv-hawaii-m2-171x300.jpg','','Reduced by 0.0% (1 B)',6620,6621,'',10,0,1,'2021-09-29 20:32:49',NULL),(386,2904,'media','medium_large','ABSPATHwp-content/uploads/jetlag-iv-hawaii-m2-768x1344.jpg','','Reduced by 0.0% (22 B)',65830,65852,'',10,0,1,'2021-09-29 20:32:49',NULL),(387,2904,'media','large','ABSPATHwp-content/uploads/jetlag-iv-hawaii-m2-585x1024.jpg','','Reduced by 0.0% (15 B)',40236,40251,'',10,0,1,'2021-09-29 20:32:49',NULL),(388,2903,'media','full','ABSPATHwp-content/uploads/jetlag-iv-hawaii.jpg','','Reduced by 0.0% (73 B)',238871,238944,'',10,0,1,'2021-09-29 20:32:50',NULL),(389,2903,'media','thumbnail','ABSPATHwp-content/uploads/jetlag-iv-hawaii-150x150.jpg','','No savings',5635,5635,'',10,0,1,'2021-09-29 20:32:50',NULL),(390,2903,'media','medium','ABSPATHwp-content/uploads/jetlag-iv-hawaii-171x300.jpg','','Reduced by 0.0% (5 B)',10838,10843,'',10,0,1,'2021-09-29 20:32:50',NULL),(391,2903,'media','medium_large','ABSPATHwp-content/uploads/jetlag-iv-hawaii-768x1344.jpg','','Reduced by 0.0% (19 B)',97890,97909,'',10,0,1,'2021-09-29 20:32:50',NULL),(392,2903,'media','large','ABSPATHwp-content/uploads/jetlag-iv-hawaii-585x1024.jpg','','Reduced by 0.0% (7 B)',64611,64618,'',10,0,1,'2021-09-29 20:32:50',NULL),(393,2902,'media','full','ABSPATHwp-content/uploads/glutathione-detox-iv-hawaii.jpg','','Reduced by 0.0% (149 B)',826443,826592,'',10,0,1,'2021-09-29 20:32:51',NULL),(394,2902,'media','thumbnail','ABSPATHwp-content/uploads/glutathione-detox-iv-hawaii-150x150.jpg','','Reduced by 0.1% (3 B)',5203,5206,'',10,0,1,'2021-09-29 20:32:51',NULL),(395,2902,'media','medium','ABSPATHwp-content/uploads/glutathione-detox-iv-hawaii-200x300.jpg','','Reduced by 0.0% (3 B)',12270,12273,'',10,0,1,'2021-09-29 20:32:51',NULL),(396,2902,'media','medium_large','ABSPATHwp-content/uploads/glutathione-detox-iv-hawaii-768x1152.jpg','','Reduced by 0.0% (42 B)',135752,135794,'',10,0,1,'2021-09-29 20:32:51',NULL),(397,2902,'media','large','ABSPATHwp-content/uploads/glutathione-detox-iv-hawaii-683x1024.jpg','','Reduced by 0.0% (39 B)',110109,110148,'',10,0,1,'2021-09-29 20:32:51',NULL),(398,2901,'media','full','ABSPATHwp-content/uploads/detox-iv-mobile-hawaii-m1.jpg','','Reduced by 0.0% (66 B)',430784,430850,'',10,0,1,'2021-09-29 20:32:52',NULL),(399,2901,'media','thumbnail','ABSPATHwp-content/uploads/detox-iv-mobile-hawaii-m1-150x150.jpg','','No savings',7015,7015,'',10,0,1,'2021-09-29 20:32:52',NULL),(400,2901,'media','medium','ABSPATHwp-content/uploads/detox-iv-mobile-hawaii-m1-171x300.jpg','','Reduced by 0.0% (1 B)',13093,13094,'',10,0,1,'2021-09-29 20:32:52',NULL),(401,2901,'media','medium_large','ABSPATHwp-content/uploads/detox-iv-mobile-hawaii-m1-768x1344.jpg','','Reduced by 0.0% (21 B)',164446,164467,'',10,0,1,'2021-09-29 20:32:52',NULL),(402,2901,'media','large','ABSPATHwp-content/uploads/detox-iv-mobile-hawaii-m1-585x1024.jpg','','Reduced by 0.0% (19 B)',104617,104636,'',10,0,1,'2021-09-29 20:32:52',NULL),(403,2900,'media','full','ABSPATHwp-content/uploads/myers-cocktail-mobile-iv-hawaii-m2.jpg','','Reduced by 0.0% (47 B)',307904,307951,'',10,0,1,'2021-09-29 20:32:52',NULL),(404,2900,'media','thumbnail','ABSPATHwp-content/uploads/myers-cocktail-mobile-iv-hawaii-m2-150x150.jpg','','No savings',4502,4502,'',10,0,1,'2021-09-29 20:32:52',NULL),(405,2900,'media','medium','ABSPATHwp-content/uploads/myers-cocktail-mobile-iv-hawaii-m2-171x300.jpg','','Reduced by 0.0% (1 B)',8666,8667,'',10,0,1,'2021-09-29 20:32:52',NULL),(406,2900,'media','medium_large','ABSPATHwp-content/uploads/myers-cocktail-mobile-iv-hawaii-m2-768x1344.jpg','','Reduced by 0.0% (10 B)',105182,105192,'',10,0,1,'2021-09-29 20:32:53',NULL),(407,2900,'media','large','ABSPATHwp-content/uploads/myers-cocktail-mobile-iv-hawaii-m2-585x1024.jpg','','Reduced by 0.0% (17 B)',64254,64271,'',10,0,1,'2021-09-29 20:32:53',NULL),(408,2899,'media','full','ABSPATHwp-content/uploads/myers-cocktail-mobile-iv-hawaii-m1.jpg','','Reduced by 0.0% (35 B)',241589,241624,'',10,0,1,'2021-09-29 20:32:53',NULL),(409,2899,'media','thumbnail','ABSPATHwp-content/uploads/myers-cocktail-mobile-iv-hawaii-m1-150x150.jpg','','Reduced by 0.0% (2 B)',4429,4431,'',10,0,1,'2021-09-29 20:32:53',NULL),(410,2899,'media','medium','ABSPATHwp-content/uploads/myers-cocktail-mobile-iv-hawaii-m1-171x300.jpg','','Reduced by 0.0% (2 B)',8490,8492,'',10,0,1,'2021-09-29 20:32:53',NULL),(411,2899,'media','medium_large','ABSPATHwp-content/uploads/myers-cocktail-mobile-iv-hawaii-m1-768x1344.jpg','','Reduced by 0.0% (18 B)',89450,89468,'',10,0,1,'2021-09-29 20:32:53',NULL),(412,2899,'media','large','ABSPATHwp-content/uploads/myers-cocktail-mobile-iv-hawaii-m1-585x1024.jpg','','Reduced by 0.0% (16 B)',57465,57481,'',10,0,1,'2021-09-29 20:32:53',NULL),(413,2898,'media','full','ABSPATHwp-content/uploads/myers-vitamins-nutrients-iv-hawaii.jpg','','Reduced by 0.0% (350 B)',1331041,1331391,'',10,0,1,'2021-09-29 20:32:54',NULL),(414,2898,'media','thumbnail','ABSPATHwp-content/uploads/myers-vitamins-nutrients-iv-hawaii-150x150.jpg','','No savings',10225,10225,'',10,0,1,'2021-09-29 20:32:54',NULL),(415,2898,'media','medium','ABSPATHwp-content/uploads/myers-vitamins-nutrients-iv-hawaii-200x300.jpg','','Reduced by 0.0% (2 B)',21590,21592,'',10,0,1,'2021-09-29 20:32:54',NULL),(416,2898,'media','medium_large','ABSPATHwp-content/uploads/myers-vitamins-nutrients-iv-hawaii-768x1152.jpg','','Reduced by 0.0% (56 B)',239706,239762,'',10,0,1,'2021-09-29 20:32:54',NULL),(417,2898,'media','large','ABSPATHwp-content/uploads/myers-vitamins-nutrients-iv-hawaii-683x1024.jpg','','Reduced by 0.0% (44 B)',195128,195172,'',10,0,1,'2021-09-29 20:32:54',NULL),(418,2897,'media','full','ABSPATHwp-content/uploads/cold-flu-home-visit-hawaii.jpg','','Reduced by 0.0% (131 B)',559530,559661,'',10,0,1,'2021-09-29 20:32:55',NULL),(419,2897,'media','thumbnail','ABSPATHwp-content/uploads/cold-flu-home-visit-hawaii-150x150.jpg','','No savings',6099,6099,'',10,0,1,'2021-09-29 20:32:55',NULL),(420,2897,'media','medium','ABSPATHwp-content/uploads/cold-flu-home-visit-hawaii-200x300.jpg','','No savings',13242,13242,'',10,0,1,'2021-09-29 20:32:55',NULL),(421,2897,'media','medium_large','ABSPATHwp-content/uploads/cold-flu-home-visit-hawaii-768x1152.jpg','','Reduced by 0.0% (12 B)',113883,113895,'',10,0,1,'2021-09-29 20:32:55',NULL),(422,2897,'media','large','ABSPATHwp-content/uploads/cold-flu-home-visit-hawaii-683x1024.jpg','','Reduced by 0.0% (5 B)',94556,94561,'',10,0,1,'2021-09-29 20:32:56',NULL),(423,2896,'media','full','ABSPATHwp-content/uploads/cold-flu-iv-honolulu2.jpg','','Reduced by 0.0% (149 B)',395508,395657,'',10,0,1,'2021-09-29 20:32:56',NULL),(424,2896,'media','thumbnail','ABSPATHwp-content/uploads/cold-flu-iv-honolulu2-150x150.jpg','','No savings',6377,6377,'',10,0,1,'2021-09-29 20:32:56',NULL),(425,2896,'media','medium','ABSPATHwp-content/uploads/cold-flu-iv-honolulu2-171x300.jpg','','Reduced by 0.0% (1 B)',12024,12025,'',10,0,1,'2021-09-29 20:32:56',NULL),(426,2896,'media','medium_large','ABSPATHwp-content/uploads/cold-flu-iv-honolulu2-768x1344.jpg','','Reduced by 0.0% (53 B)',152704,152757,'',10,0,1,'2021-09-29 20:32:56',NULL),(427,2896,'media','large','ABSPATHwp-content/uploads/cold-flu-iv-honolulu2-585x1024.jpg','','Reduced by 0.0% (21 B)',96468,96489,'',10,0,1,'2021-09-29 20:32:56',NULL),(428,2895,'media','full','ABSPATHwp-content/uploads/cold-flu-iv-honolulu.jpg','','Reduced by 0.0% (80 B)',356311,356391,'',10,0,1,'2021-09-29 20:32:57',NULL),(429,2895,'media','thumbnail','ABSPATHwp-content/uploads/cold-flu-iv-honolulu-150x150.jpg','','No savings',5711,5711,'',10,0,1,'2021-09-29 20:32:57',NULL),(430,2895,'media','medium','ABSPATHwp-content/uploads/cold-flu-iv-honolulu-171x300.jpg','','No savings',10917,10917,'',10,0,1,'2021-09-29 20:32:57',NULL),(431,2895,'media','medium_large','ABSPATHwp-content/uploads/cold-flu-iv-honolulu-768x1344.jpg','','Reduced by 0.0% (27 B)',136171,136198,'',10,0,1,'2021-09-29 20:32:57',NULL),(432,2895,'media','large','ABSPATHwp-content/uploads/cold-flu-iv-honolulu-585x1024.jpg','','Reduced by 0.1% (44 B)',85630,85674,'',10,0,1,'2021-09-29 20:32:57',NULL),(433,2892,'media','full','ABSPATHwp-content/uploads/revslider/gtn-mb/gtnmob_3.3b.jpg','','Reduced by 0.0% (103 B)',324363,324466,'',10,0,1,'2021-09-29 20:32:58',NULL),(434,2892,'media','thumbnail','ABSPATHwp-content/uploads/revslider/gtn-mb/gtnmob_3.3b-150x150.jpg','','No savings',5333,5333,'',10,0,1,'2021-09-29 20:32:58',NULL),(435,2892,'media','medium','ABSPATHwp-content/uploads/revslider/gtn-mb/gtnmob_3.3b-185x300.jpg','','Reduced by 0.1% (6 B)',11210,11216,'',10,0,1,'2021-09-29 20:32:58',NULL),(436,2892,'media','medium_large','ABSPATHwp-content/uploads/revslider/gtn-mb/gtnmob_3.3b-768x1247.jpg','','Reduced by 0.0% (38 B)',118867,118905,'',10,0,1,'2021-09-29 20:32:58',NULL),(437,2892,'media','large','ABSPATHwp-content/uploads/revslider/gtn-mb/gtnmob_3.3b-631x1024.jpg','','Reduced by 0.0% (26 B)',86424,86450,'',10,0,1,'2021-09-29 20:32:58',NULL),(438,2891,'media','full','ABSPATHwp-content/uploads/revslider/gtn-mb/gtnmob_1_2b.jpg','','Reduced by 0.0% (67 B)',330808,330875,'',10,0,1,'2021-09-29 20:32:58',NULL),(439,2891,'media','thumbnail','ABSPATHwp-content/uploads/revslider/gtn-mb/gtnmob_1_2b-150x150.jpg','','No savings',6492,6492,'',10,0,1,'2021-09-29 20:32:58',NULL),(440,2891,'media','medium','ABSPATHwp-content/uploads/revslider/gtn-mb/gtnmob_1_2b-185x300.jpg','','No savings',13241,13241,'',10,0,1,'2021-09-29 20:32:58',NULL),(441,2891,'media','medium_large','ABSPATHwp-content/uploads/revslider/gtn-mb/gtnmob_1_2b-768x1247.jpg','','Reduced by 0.0% (23 B)',127525,127548,'',10,0,1,'2021-09-29 20:32:58',NULL),(442,2891,'media','large','ABSPATHwp-content/uploads/revslider/gtn-mb/gtnmob_1_2b-631x1024.jpg','','Reduced by 0.0% (9 B)',93990,93999,'',10,0,1,'2021-09-29 20:32:59',NULL),(443,2890,'media','full','ABSPATHwp-content/uploads/revslider/gtn-mb/gtnmob_2b.jpg','','Reduced by 0.0% (106 B)',351235,351341,'',10,0,1,'2021-09-29 20:32:59',NULL),(444,2890,'media','thumbnail','ABSPATHwp-content/uploads/revslider/gtn-mb/gtnmob_2b-150x150.jpg','','No savings',6293,6293,'',10,0,1,'2021-09-29 20:32:59',NULL),(445,2890,'media','medium','ABSPATHwp-content/uploads/revslider/gtn-mb/gtnmob_2b-185x300.jpg','','Reduced by 0.0% (4 B)',12583,12587,'',10,0,1,'2021-09-29 20:32:59',NULL),(446,2890,'media','medium_large','ABSPATHwp-content/uploads/revslider/gtn-mb/gtnmob_2b-768x1247.jpg','','Reduced by 0.0% (30 B)',133145,133175,'',10,0,1,'2021-09-29 20:32:59',NULL),(447,2890,'media','large','ABSPATHwp-content/uploads/revslider/gtn-mb/gtnmob_2b-631x1024.jpg','','Reduced by 0.0% (8 B)',96231,96239,'',10,0,1,'2021-09-29 20:32:59',NULL),(448,2889,'media','full','ABSPATHwp-content/uploads/revslider/gtn-dt/gtn11.jpg','','Reduced by 0.0% (105 B)',828748,828853,'',10,0,1,'2021-09-29 20:33:00',NULL),(449,2889,'media','thumbnail','ABSPATHwp-content/uploads/revslider/gtn-dt/gtn11-150x150.jpg','','No savings',6965,6965,'',10,0,1,'2021-09-29 20:33:00',NULL),(450,2889,'media','medium','ABSPATHwp-content/uploads/revslider/gtn-dt/gtn11-300x200.jpg','','Reduced by 0.0% (1 B)',15736,15737,'',10,0,1,'2021-09-29 20:33:00',NULL),(451,2889,'media','medium_large','ABSPATHwp-content/uploads/revslider/gtn-dt/gtn11-768x512.jpg','','Reduced by 0.0% (21 B)',82020,82041,'',10,0,1,'2021-09-29 20:33:00',NULL),(452,2889,'media','large','ABSPATHwp-content/uploads/revslider/gtn-dt/gtn11-1024x683.jpg','','Reduced by 0.0% (22 B)',136844,136866,'',10,0,1,'2021-09-29 20:33:00',NULL),(453,2888,'media','full','ABSPATHwp-content/uploads/revslider/gtn-dt/gtn_dt_2b.jpg','','Reduced by 0.0% (137 B)',604082,604219,'',10,0,1,'2021-09-29 20:33:01',NULL),(454,2888,'media','thumbnail','ABSPATHwp-content/uploads/revslider/gtn-dt/gtn_dt_2b-150x150.jpg','','No savings',6879,6879,'',10,0,1,'2021-09-29 20:33:01',NULL),(455,2888,'media','medium','ABSPATHwp-content/uploads/revslider/gtn-dt/gtn_dt_2b-300x200.jpg','','Reduced by 0.0% (2 B)',14985,14987,'',10,0,1,'2021-09-29 20:33:01',NULL),(456,2888,'media','medium_large','ABSPATHwp-content/uploads/revslider/gtn-dt/gtn_dt_2b-768x512.jpg','','Reduced by 0.0% (10 B)',64179,64189,'',10,0,1,'2021-09-29 20:33:01',NULL),(457,2888,'media','large','ABSPATHwp-content/uploads/revslider/gtn-dt/gtn_dt_2b-1024x683.jpg','','Reduced by 0.0% (7 B)',102008,102015,'',10,0,1,'2021-09-29 20:33:01',NULL),(458,2887,'media','full','ABSPATHwp-content/uploads/revslider/gtn-dt/gtn_dt_1b.jpg','','Reduced by 0.0% (121 B)',573279,573400,'',10,0,1,'2021-09-29 20:33:02',NULL),(459,2887,'media','thumbnail','ABSPATHwp-content/uploads/revslider/gtn-dt/gtn_dt_1b-150x150.jpg','','Reduced by 0.1% (4 B)',6304,6308,'',10,0,1,'2021-09-29 20:33:02',NULL),(460,2887,'media','medium','ABSPATHwp-content/uploads/revslider/gtn-dt/gtn_dt_1b-300x200.jpg','','No savings',13125,13125,'',10,0,1,'2021-09-29 20:33:02',NULL),(461,2887,'media','medium_large','ABSPATHwp-content/uploads/revslider/gtn-dt/gtn_dt_1b-768x513.jpg','','Reduced by 0.0% (1 B)',67789,67790,'',10,0,1,'2021-09-29 20:33:02',NULL),(462,2887,'media','large','ABSPATHwp-content/uploads/revslider/gtn-dt/gtn_dt_1b-1024x684.jpg','','Reduced by 0.0% (39 B)',111660,111699,'',10,0,1,'2021-09-29 20:33:02',NULL),(463,2882,'media','full','ABSPATHwp-content/uploads/emergency-hangover-cure-hawaii-m2.jpg','','Reduced by 0.0% (146 B)',341160,341306,'',10,0,1,'2021-09-29 20:33:03',NULL),(464,2882,'media','thumbnail','ABSPATHwp-content/uploads/emergency-hangover-cure-hawaii-m2-150x150.jpg','','No savings',5996,5996,'',10,0,1,'2021-09-29 20:33:03',NULL),(465,2882,'media','medium','ABSPATHwp-content/uploads/emergency-hangover-cure-hawaii-m2-171x300.jpg','','No savings',10947,10947,'',10,0,1,'2021-09-29 20:33:03',NULL),(466,2882,'media','medium_large','ABSPATHwp-content/uploads/emergency-hangover-cure-hawaii-m2-768x1344.jpg','','Reduced by 0.0% (5 B)',124232,124237,'',10,0,1,'2021-09-29 20:33:03',NULL),(467,2882,'media','large','ABSPATHwp-content/uploads/emergency-hangover-cure-hawaii-m2-585x1024.jpg','','Reduced by 0.0% (15 B)',80602,80617,'',10,0,1,'2021-09-29 20:33:03',NULL),(468,2881,'media','full','ABSPATHwp-content/uploads/hangover-iv-home-hawaii-m1.jpg','','Reduced by 0.0% (125 B)',359203,359328,'',10,0,1,'2021-09-29 20:33:04',NULL),(469,2881,'media','thumbnail','ABSPATHwp-content/uploads/hangover-iv-home-hawaii-m1-150x150.jpg','','No savings',4808,4808,'',10,0,1,'2021-09-29 20:33:04',NULL),(470,2881,'media','medium','ABSPATHwp-content/uploads/hangover-iv-home-hawaii-m1-200x300.jpg','','No savings',9951,9951,'',10,0,1,'2021-09-29 20:33:04',NULL),(471,2881,'media','medium_large','ABSPATHwp-content/uploads/hangover-iv-home-hawaii-m1-768x1152.jpg','','Reduced by 0.0% (13 B)',78721,78734,'',10,0,1,'2021-09-29 20:33:04',NULL),(472,2881,'media','large','ABSPATHwp-content/uploads/hangover-iv-home-hawaii-m1-683x1024.jpg','','Reduced by 0.0% (15 B)',65743,65758,'',10,0,1,'2021-09-29 20:33:04',NULL),(473,2880,'media','full','ABSPATHwp-content/uploads/emergency-hangover-cure-hawaii-m1.jpg','','Reduced by 0.0% (164 B)',356396,356560,'',10,0,1,'2021-09-29 20:33:04',NULL),(474,2880,'media','thumbnail','ABSPATHwp-content/uploads/emergency-hangover-cure-hawaii-m1-150x150.jpg','','No savings',6737,6737,'',10,0,1,'2021-09-29 20:33:04',NULL),(475,2880,'media','medium','ABSPATHwp-content/uploads/emergency-hangover-cure-hawaii-m1-171x300.jpg','','No savings',11762,11762,'',10,0,1,'2021-09-29 20:33:04',NULL),(476,2880,'media','medium_large','ABSPATHwp-content/uploads/emergency-hangover-cure-hawaii-m1-768x1344.jpg','','Reduced by 0.0% (27 B)',131625,131652,'',10,0,1,'2021-09-29 20:33:05',NULL),(477,2880,'media','large','ABSPATHwp-content/uploads/emergency-hangover-cure-hawaii-m1-585x1024.jpg','','Reduced by 0.0% (13 B)',85973,85986,'',10,0,1,'2021-09-29 20:33:05',NULL),(478,2879,'media','full','ABSPATHwp-content/uploads/sports-recovery-iv-m10.jpg','','Reduced by 0.0% (23 B)',134022,134045,'',10,0,1,'2021-09-29 20:33:05',NULL),(479,2879,'media','thumbnail','ABSPATHwp-content/uploads/sports-recovery-iv-m10-150x150.jpg','','No savings',3443,3443,'',10,0,1,'2021-09-29 20:33:05',NULL),(480,2879,'media','medium','ABSPATHwp-content/uploads/sports-recovery-iv-m10-171x300.jpg','','No savings',6047,6047,'',10,0,1,'2021-09-29 20:33:05',NULL),(481,2879,'media','medium_large','ABSPATHwp-content/uploads/sports-recovery-iv-m10-768x1344.jpg','','Reduced by 0.0% (8 B)',61514,61522,'',10,0,1,'2021-09-29 20:33:05',NULL),(482,2879,'media','large','ABSPATHwp-content/uploads/sports-recovery-iv-m10-585x1024.jpg','','Reduced by 0.0% (12 B)',39090,39102,'',10,0,1,'2021-09-29 20:33:05',NULL),(483,2878,'media','full','ABSPATHwp-content/uploads/slug.gif','','No savings',1374,1374,'',10,0,1,'2021-09-29 20:33:06',NULL),(484,2878,'media','thumbnail','ABSPATHwp-content/uploads/slug-150x150.gif','','No savings',219,219,'',10,0,1,'2021-09-29 20:33:06',NULL),(485,2877,'media','full','ABSPATHwp-content/uploads/sports-recovery-iv-m9.jpg','','Reduced by 0.0% (59 B)',286571,286630,'',10,0,1,'2021-09-29 20:33:06',NULL),(486,2877,'media','thumbnail','ABSPATHwp-content/uploads/sports-recovery-iv-m9-150x150.jpg','','Reduced by 0.1% (3 B)',5008,5011,'',10,0,1,'2021-09-29 20:33:06',NULL),(487,2877,'media','medium','ABSPATHwp-content/uploads/sports-recovery-iv-m9-171x300.jpg','','Reduced by 0.1% (5 B)',9128,9133,'',10,0,1,'2021-09-29 20:33:06',NULL),(488,2877,'media','medium_large','ABSPATHwp-content/uploads/sports-recovery-iv-m9-768x1344.jpg','','Reduced by 0.0% (14 B)',111655,111669,'',10,0,1,'2021-09-29 20:33:06',NULL),(489,2877,'media','large','ABSPATHwp-content/uploads/sports-recovery-iv-m9-585x1024.jpg','','Reduced by 0.0% (2 B)',70224,70226,'',10,0,1,'2021-09-29 20:33:07',NULL),(490,2876,'media','full','ABSPATHwp-content/uploads/marathon-iv-prep.jpg','','Reduced by 0.0% (145 B)',544171,544316,'',10,0,1,'2021-09-29 20:33:07',NULL),(491,2876,'media','thumbnail','ABSPATHwp-content/uploads/marathon-iv-prep-150x150.jpg','','No savings',5890,5890,'',10,0,1,'2021-09-29 20:33:07',NULL),(492,2876,'media','medium','ABSPATHwp-content/uploads/marathon-iv-prep-200x300.jpg','','Reduced by 0.0% (1 B)',11565,11566,'',10,0,1,'2021-09-29 20:33:07',NULL),(493,2876,'media','medium_large','ABSPATHwp-content/uploads/marathon-iv-prep-768x1152.jpg','','Reduced by 0.0% (7 B)',92375,92382,'',10,0,1,'2021-09-29 20:33:07',NULL),(494,2876,'media','large','ABSPATHwp-content/uploads/marathon-iv-prep-683x1024.jpg','','Reduced by 0.0% (24 B)',77177,77201,'',10,0,1,'2021-09-29 20:33:07',NULL),(495,2875,'media','full','ABSPATHwp-content/uploads/hangover-iv-honolulu.jpg','','Reduced by 0.0% (70 B)',509364,509434,'',10,0,1,'2021-09-29 20:33:08',NULL),(496,2875,'media','thumbnail','ABSPATHwp-content/uploads/hangover-iv-honolulu-150x150.jpg','','Reduced by 0.0% (1 B)',5424,5425,'',10,0,1,'2021-09-29 20:33:08',NULL),(497,2875,'media','medium','ABSPATHwp-content/uploads/hangover-iv-honolulu-225x300.jpg','','Reduced by 0.0% (6 B)',13690,13696,'',10,0,1,'2021-09-29 20:33:08',NULL),(498,2875,'media','medium_large','ABSPATHwp-content/uploads/hangover-iv-honolulu-768x1023.jpg','','Reduced by 0.0% (2 B)',165466,165468,'',10,0,1,'2021-09-29 20:33:08',NULL),(499,2875,'media','large','ABSPATHwp-content/uploads/hangover-iv-honolulu-769x1024.jpg','','Reduced by 0.0% (24 B)',165805,165829,'',10,0,1,'2021-09-29 20:33:08',NULL),(500,2873,'media','full','ABSPATHwp-content/uploads/hangover-cure-iv-hawaii-1.jpg','','Reduced by 0.0% (152 B)',422578,422730,'',10,0,1,'2021-09-29 20:33:09',NULL),(501,2873,'media','thumbnail','ABSPATHwp-content/uploads/hangover-cure-iv-hawaii-1-150x150.jpg','','No savings',6494,6494,'',10,0,1,'2021-09-29 20:33:09',NULL),(502,2873,'media','medium','ABSPATHwp-content/uploads/hangover-cure-iv-hawaii-1-300x200.jpg','','No savings',11183,11183,'',10,0,1,'2021-09-29 20:33:09',NULL),(503,2873,'media','medium_large','ABSPATHwp-content/uploads/hangover-cure-iv-hawaii-1-768x512.jpg','','Reduced by 0.0% (16 B)',48156,48172,'',10,0,1,'2021-09-29 20:33:09',NULL),(504,2873,'media','large','ABSPATHwp-content/uploads/hangover-cure-iv-hawaii-1-1024x683.jpg','','Reduced by 0.0% (32 B)',78192,78224,'',10,0,1,'2021-09-29 20:33:09',NULL),(505,2872,'media','full','ABSPATHwp-content/uploads/revslider/sports-hero/sports_sublinebg.png','','No savings',97,97,'',10,0,1,'2021-09-29 20:33:10',NULL),(506,2872,'media','thumbnail','ABSPATHwp-content/uploads/revslider/sports-hero/sports_sublinebg-150x45.png','','No savings',88,88,'',10,0,1,'2021-09-29 20:33:10',NULL),(507,2872,'media','medium','ABSPATHwp-content/uploads/revslider/sports-hero/sports_sublinebg-300x27.png','','No savings',252,252,'',10,0,1,'2021-09-29 20:33:10',NULL),(508,2871,'media','full','ABSPATHwp-content/uploads/revslider/sports-hero/sports2.jpg','','Reduced by 0.0% (77 B)',245509,245586,'',10,0,1,'2021-09-29 20:33:10',NULL),(509,2871,'media','thumbnail','ABSPATHwp-content/uploads/revslider/sports-hero/sports2-150x150.jpg','','No savings',5771,5771,'',10,0,1,'2021-09-29 20:33:10',NULL),(510,2871,'media','medium','ABSPATHwp-content/uploads/revslider/sports-hero/sports2-300x169.jpg','','Reduced by 0.7% (68 B)',9893,9961,'',10,0,1,'2021-09-29 20:33:10',NULL),(511,2871,'media','medium_large','ABSPATHwp-content/uploads/revslider/sports-hero/sports2-768x432.jpg','','Reduced by 0.0% (9 B)',42452,42461,'',10,0,1,'2021-09-29 20:33:10',NULL),(512,2871,'media','large','ABSPATHwp-content/uploads/revslider/sports-hero/sports2-1024x576.jpg','','Reduced by 0.0% (14 B)',67700,67714,'',10,0,1,'2021-09-29 20:33:10',NULL),(513,2870,'media','full','ABSPATHwp-content/uploads/performance-boost-iv-hawaii2.jpg','','No savings',231079,231079,'',10,0,1,'2021-09-29 20:33:11',NULL),(514,2870,'media','thumbnail','ABSPATHwp-content/uploads/performance-boost-iv-hawaii2-150x150.jpg','','Reduced by 0.1% (3 B)',5631,5634,'',10,0,1,'2021-09-29 20:33:11',NULL),(515,2870,'media','medium','ABSPATHwp-content/uploads/performance-boost-iv-hawaii2-225x300.jpg','','Reduced by 0.0% (1 B)',12469,12470,'',10,0,1,'2021-09-29 20:33:11',NULL),(516,2870,'media','medium_large','ABSPATHwp-content/uploads/performance-boost-iv-hawaii2-768x1023.jpg','','Reduced by 0.0% (30 B)',86919,86949,'',10,0,1,'2021-09-29 20:33:11',NULL),(517,2870,'media','large','ABSPATHwp-content/uploads/performance-boost-iv-hawaii2-769x1024.jpg','','Reduced by 0.0% (28 B)',87748,87776,'',10,0,1,'2021-09-29 20:33:11',NULL),(518,2869,'media','full','ABSPATHwp-content/uploads/performance-boost-iv-hawaii.jpg','','No savings',1983240,1983240,'',10,0,1,'2021-09-29 20:33:14',NULL),(519,2869,'media','thumbnail','ABSPATHwp-content/uploads/performance-boost-iv-hawaii-150x150.jpg','','No savings',5601,5601,'',10,0,1,'2021-09-29 20:33:14',NULL),(520,2869,'media','medium','ABSPATHwp-content/uploads/performance-boost-iv-hawaii-225x300.jpg','','Reduced by 0.0% (1 B)',12385,12386,'',10,0,1,'2021-09-29 20:33:14',NULL),(521,2869,'media','medium_large','ABSPATHwp-content/uploads/performance-boost-iv-hawaii-768x1023.jpg','','Reduced by 0.0% (30 B)',83473,83503,'',10,0,1,'2021-09-29 20:33:14',NULL),(522,2869,'media','large','ABSPATHwp-content/uploads/performance-boost-iv-hawaii-769x1024.jpg','','Reduced by 0.0% (20 B)',84269,84289,'',10,0,1,'2021-09-29 20:33:14',NULL),(523,2866,'media','full','ABSPATHwp-content/uploads/sports-iv-hawaii.jpg','','Reduced by 0.0% (230 B)',510845,511075,'',10,0,1,'2021-09-29 20:33:15',NULL),(524,2866,'media','thumbnail','ABSPATHwp-content/uploads/sports-iv-hawaii-150x150.jpg','','Reduced by 0.0% (1 B)',6004,6005,'',10,0,1,'2021-09-29 20:33:15',NULL),(525,2866,'media','medium','ABSPATHwp-content/uploads/sports-iv-hawaii-300x200.jpg','','No savings',12024,12024,'',10,0,1,'2021-09-29 20:33:15',NULL),(526,2866,'media','medium_large','ABSPATHwp-content/uploads/sports-iv-hawaii-768x512.jpg','','Reduced by 0.1% (31 B)',53607,53638,'',10,0,1,'2021-09-29 20:33:15',NULL),(527,2866,'media','large','ABSPATHwp-content/uploads/sports-iv-hawaii-1024x683.jpg','','Reduced by 0.0% (25 B)',88186,88211,'',10,0,1,'2021-09-29 20:33:15',NULL),(528,2864,'media','full','ABSPATHwp-content/uploads/homebkbot3.jpg','','No savings',539706,539706,'',10,0,1,'2021-09-29 20:33:16',NULL),(529,2864,'media','thumbnail','ABSPATHwp-content/uploads/homebkbot3-150x150.jpg','','No savings',2771,2771,'',10,0,1,'2021-09-29 20:33:16',NULL),(530,2864,'media','medium','ABSPATHwp-content/uploads/homebkbot3-224x300.jpg','','Reduced by 0.0% (1 B)',6990,6991,'',10,0,1,'2021-09-29 20:33:16',NULL),(531,2864,'media','medium_large','ABSPATHwp-content/uploads/homebkbot3-768x1027.jpg','','Reduced by 0.0% (22 B)',72220,72242,'',10,0,1,'2021-09-29 20:33:16',NULL),(532,2864,'media','large','ABSPATHwp-content/uploads/homebkbot3-766x1024.jpg','','Reduced by 0.0% (28 B)',71385,71413,'',10,0,1,'2021-09-29 20:33:16',NULL),(533,2856,'media','full','ABSPATHwp-content/uploads/homebkbot2.jpg','','Reduced by 0.0% (225 B)',879193,879418,'',10,0,1,'2021-09-29 20:33:17',NULL),(534,2856,'media','thumbnail','ABSPATHwp-content/uploads/homebkbot2-150x150.jpg','','Reduced by 0.1% (3 B)',4243,4246,'',10,0,1,'2021-09-29 20:33:18',NULL),(535,2856,'media','medium','ABSPATHwp-content/uploads/homebkbot2-224x300.jpg','','Reduced by 0.1% (7 B)',10893,10900,'',10,0,1,'2021-09-29 20:33:18',NULL),(536,2856,'media','medium_large','ABSPATHwp-content/uploads/homebkbot2-768x1027.jpg','','Reduced by 0.0% (22 B)',114072,114094,'',10,0,1,'2021-09-29 20:33:18',NULL),(537,2856,'media','large','ABSPATHwp-content/uploads/homebkbot2-766x1024.jpg','','Reduced by 0.0% (25 B)',113057,113082,'',10,0,1,'2021-09-29 20:33:18',NULL),(538,2853,'media','full','ABSPATHwp-content/uploads/homebkbot1.jpg','','Reduced by 0.0% (433 B)',1932409,1932842,'',10,0,1,'2021-09-29 20:33:19',NULL),(539,2853,'media','thumbnail','ABSPATHwp-content/uploads/homebkbot1-150x150.jpg','','No savings',8243,8243,'',10,0,1,'2021-09-29 20:33:19',NULL),(540,2853,'media','medium','ABSPATHwp-content/uploads/homebkbot1-224x300.jpg','','Reduced by 0.0% (9 B)',21350,21359,'',10,0,1,'2021-09-29 20:33:19',NULL),(541,2853,'media','medium_large','ABSPATHwp-content/uploads/homebkbot1-768x1027.jpg','','Reduced by 0.0% (32 B)',230284,230316,'',10,0,1,'2021-09-29 20:33:19',NULL),(542,2853,'media','large','ABSPATHwp-content/uploads/homebkbot1-766x1024.jpg','','Reduced by 0.0% (24 B)',228285,228309,'',10,0,1,'2021-09-29 20:33:19',NULL),(543,2849,'media','full','ABSPATHwp-content/uploads/hangover-iv-hawaii111.jpg','','No savings',58399,58399,'',10,0,1,'2021-09-29 20:33:20',NULL),(544,2849,'media','thumbnail','ABSPATHwp-content/uploads/hangover-iv-hawaii111-150x150.jpg','','Reduced by 0.0% (2 B)',4066,4068,'',10,0,1,'2021-09-29 20:33:20',NULL),(545,2849,'media','medium','ABSPATHwp-content/uploads/hangover-iv-hawaii111-266x300.jpg','','No savings',10422,10422,'',10,0,1,'2021-09-29 20:33:20',NULL),(546,2848,'media','full','ABSPATHwp-content/uploads/hangover-iv-hawaii9.jpg','','No savings',54348,54348,'',10,0,1,'2021-09-29 20:33:20',NULL),(547,2848,'media','thumbnail','ABSPATHwp-content/uploads/hangover-iv-hawaii9-150x150.jpg','','Reduced by 0.1% (3 B)',3738,3741,'',10,0,1,'2021-09-29 20:33:20',NULL),(548,2848,'media','medium','ABSPATHwp-content/uploads/hangover-iv-hawaii9-266x300.jpg','','Reduced by 0.1% (5 B)',9346,9351,'',10,0,1,'2021-09-29 20:33:20',NULL),(549,2842,'media','full','ABSPATHwp-content/uploads/honolulu-iv-mobile3.jpg','','Reduced by 0.0% (264 B)',746524,746788,'',10,0,1,'2021-09-29 20:33:21',NULL),(550,2842,'media','thumbnail','ABSPATHwp-content/uploads/honolulu-iv-mobile3-150x150.jpg','','No savings',4139,4139,'',10,0,1,'2021-09-29 20:33:21',NULL),(551,2842,'media','medium','ABSPATHwp-content/uploads/honolulu-iv-mobile3-119x300.jpg','','No savings',5300,5300,'',10,0,1,'2021-09-29 20:33:21',NULL),(552,2842,'media','medium_large','ABSPATHwp-content/uploads/honolulu-iv-mobile3-768x1940.jpg','','Reduced by 0.0% (48 B)',172257,172305,'',10,0,1,'2021-09-29 20:33:21',NULL),(553,2842,'media','large','ABSPATHwp-content/uploads/honolulu-iv-mobile3-405x1024.jpg','','Reduced by 0.1% (29 B)',53130,53159,'',10,0,1,'2021-09-29 20:33:21',NULL),(554,2840,'media','full','ABSPATHwp-content/uploads/honolulu-iv-mobile2.jpg','','Reduced by 0.0% (360 B)',1229861,1230221,'',10,0,1,'2021-09-29 20:33:22',NULL),(555,2840,'media','thumbnail','ABSPATHwp-content/uploads/honolulu-iv-mobile2-150x150.jpg','','No savings',6668,6668,'',10,0,1,'2021-09-29 20:33:22',NULL),(556,2840,'media','medium','ABSPATHwp-content/uploads/honolulu-iv-mobile2-119x300.jpg','','No savings',8349,8349,'',10,0,1,'2021-09-29 20:33:22',NULL),(557,2840,'media','medium_large','ABSPATHwp-content/uploads/honolulu-iv-mobile2-768x1940.jpg','','Reduced by 0.0% (81 B)',272923,273004,'',10,0,1,'2021-09-29 20:33:22',NULL),(558,2840,'media','large','ABSPATHwp-content/uploads/honolulu-iv-mobile2-405x1024.jpg','','Reduced by 0.0% (25 B)',85458,85483,'',10,0,1,'2021-09-29 20:33:23',NULL),(559,2837,'media','full','ABSPATHwp-content/uploads/honolulu-iv-mobile1.jpg','','Reduced by 0.0% (64 B)',498999,499063,'',10,0,1,'2021-09-29 20:33:23',NULL),(560,2837,'media','thumbnail','ABSPATHwp-content/uploads/honolulu-iv-mobile1-150x150.jpg','','Reduced by 0.1% (5 B)',4543,4548,'',10,0,1,'2021-09-29 20:33:23',NULL),(561,2837,'media','medium','ABSPATHwp-content/uploads/honolulu-iv-mobile1-147x300.jpg','','Reduced by 0.1% (11 B)',7718,7729,'',10,0,1,'2021-09-29 20:33:23',NULL),(562,2837,'media','medium_large','ABSPATHwp-content/uploads/honolulu-iv-mobile1-768x1569.jpg','','Reduced by 0.0% (60 B)',170315,170375,'',10,0,1,'2021-09-29 20:33:23',NULL),(563,2837,'media','large','ABSPATHwp-content/uploads/honolulu-iv-mobile1-501x1024.jpg','','Reduced by 0.0% (20 B)',77907,77927,'',10,0,1,'2021-09-29 20:33:23',NULL),(564,2836,'media','full','ABSPATHwp-content/uploads/homebk222.jpg','','No savings',333635,333635,'',10,0,1,'2021-09-29 20:33:24',NULL),(565,2836,'media','thumbnail','ABSPATHwp-content/uploads/homebk222-150x150.jpg','','No savings',4218,4218,'',10,0,1,'2021-09-29 20:33:24',NULL),(566,2836,'media','medium','ABSPATHwp-content/uploads/homebk222-300x200.jpg','','Reduced by 0.0% (4 B)',9117,9121,'',10,0,1,'2021-09-29 20:33:24',NULL),(567,2836,'media','medium_large','ABSPATHwp-content/uploads/homebk222-768x512.jpg','','Reduced by 0.0% (9 B)',44614,44623,'',10,0,1,'2021-09-29 20:33:24',NULL),(568,2836,'media','large','ABSPATHwp-content/uploads/homebk222-1024x682.jpg','','Reduced by 0.0% (8 B)',74344,74352,'',10,0,1,'2021-09-29 20:33:24',NULL),(569,2832,'media','full','ABSPATHwp-content/uploads/customiv.jpg','','Reduced by 0.0% (52 B)',149273,149325,'',10,0,1,'2021-09-29 20:33:25',NULL),(570,2832,'media','thumbnail','ABSPATHwp-content/uploads/customiv-150x150.jpg','','No savings',6261,6261,'',10,0,1,'2021-09-29 20:33:25',NULL),(571,2832,'media','medium','ABSPATHwp-content/uploads/customiv-300x270.jpg','','No savings',17176,17176,'',10,0,1,'2021-09-29 20:33:25',NULL),(572,2832,'media','medium_large','ABSPATHwp-content/uploads/customiv-768x691.jpg','','No savings',74721,74721,'',10,0,1,'2021-09-29 20:33:25',NULL),(573,2831,'media','full','ABSPATHwp-content/uploads/medstaff.jpg','','Reduced by 0.0% (10 B)',121510,121520,'',10,0,1,'2021-09-29 20:33:25',NULL),(574,2831,'media','thumbnail','ABSPATHwp-content/uploads/medstaff-150x150.jpg','','No savings',5222,5222,'',10,0,1,'2021-09-29 20:33:25',NULL),(575,2831,'media','medium','ABSPATHwp-content/uploads/medstaff-300x270.jpg','','Reduced by 0.0% (1 B)',14165,14166,'',10,0,1,'2021-09-29 20:33:25',NULL),(576,2831,'media','medium_large','ABSPATHwp-content/uploads/medstaff-768x691.jpg','','Reduced by 0.0% (15 B)',67018,67033,'',10,0,1,'2021-09-29 20:33:25',NULL),(577,2830,'media','full','ABSPATHwp-content/uploads/care.jpg','','Reduced by 0.0% (33 B)',125117,125150,'',10,0,1,'2021-09-29 20:33:26',NULL),(578,2830,'media','thumbnail','ABSPATHwp-content/uploads/care-150x150.jpg','','No savings',6596,6596,'',10,0,1,'2021-09-29 20:33:26',NULL),(579,2830,'media','medium','ABSPATHwp-content/uploads/care-300x270.jpg','','No savings',16623,16623,'',10,0,1,'2021-09-29 20:33:26',NULL),(580,2830,'media','medium_large','ABSPATHwp-content/uploads/care-768x691.jpg','','Reduced by 0.0% (5 B)',69642,69647,'',10,0,1,'2021-09-29 20:33:26',NULL),(581,2828,'media','full','ABSPATHwp-content/uploads/homebk101.jpg','','Reduced by 0.0% (47 B)',161342,161389,'',10,0,1,'2021-09-29 20:33:27',NULL),(582,2828,'media','thumbnail','ABSPATHwp-content/uploads/homebk101-150x150.jpg','','No savings',5254,5254,'',10,0,1,'2021-09-29 20:33:27',NULL),(583,2828,'media','medium','ABSPATHwp-content/uploads/homebk101-134x300.jpg','','No savings',7115,7115,'',10,0,1,'2021-09-29 20:33:27',NULL),(584,2828,'media','large','ABSPATHwp-content/uploads/homebk101-457x1024.jpg','','Reduced by 0.1% (29 B)',57560,57589,'',10,0,1,'2021-09-29 20:33:27',NULL),(585,2827,'media','full','ABSPATHwp-content/uploads/homebk102.jpg','','Reduced by 0.0% (73 B)',203289,203362,'',10,0,1,'2021-09-29 20:33:27',NULL),(586,2827,'media','thumbnail','ABSPATHwp-content/uploads/homebk102-150x150.jpg','','Reduced by 0.0% (2 B)',5429,5431,'',10,0,1,'2021-09-29 20:33:27',NULL),(587,2827,'media','medium','ABSPATHwp-content/uploads/homebk102-134x300.jpg','','No savings',8256,8256,'',10,0,1,'2021-09-29 20:33:27',NULL),(588,2827,'media','large','ABSPATHwp-content/uploads/homebk102-457x1024.jpg','','Reduced by 0.0% (22 B)',71379,71401,'',10,0,1,'2021-09-29 20:33:27',NULL),(589,2826,'media','full','ABSPATHwp-content/uploads/homebk104.jpg','','Reduced by 0.0% (52 B)',113218,113270,'',10,0,1,'2021-09-29 20:33:28',NULL),(590,2826,'media','thumbnail','ABSPATHwp-content/uploads/homebk104-150x150.jpg','','Reduced by 0.0% (2 B)',4265,4267,'',10,0,1,'2021-09-29 20:33:28',NULL),(591,2826,'media','medium','ABSPATHwp-content/uploads/homebk104-134x300.jpg','','No savings',5026,5026,'',10,0,1,'2021-09-29 20:33:28',NULL),(592,2826,'media','large','ABSPATHwp-content/uploads/homebk104-457x1024.jpg','','No savings',41844,41844,'',10,0,1,'2021-09-29 20:33:28',NULL),(593,2824,'media','full','ABSPATHwp-content/uploads/homebk99.jpg','','Reduced by 0.0% (55 B)',179548,179603,'',10,0,1,'2021-09-29 20:33:28',NULL),(594,2824,'media','thumbnail','ABSPATHwp-content/uploads/homebk99-150x150.jpg','','Reduced by 0.0% (2 B)',4257,4259,'',10,0,1,'2021-09-29 20:33:28',NULL),(595,2824,'media','medium','ABSPATHwp-content/uploads/homebk99-189x300.jpg','','Reduced by 0.0% (1 B)',7719,7720,'',10,0,1,'2021-09-29 20:33:28',NULL),(596,2824,'media','medium_large','ABSPATHwp-content/uploads/homebk99-768x1221.jpg','','Reduced by 0.0% (8 B)',91846,91854,'',10,0,1,'2021-09-29 20:33:28',NULL),(597,2824,'media','large','ABSPATHwp-content/uploads/homebk99-644x1024.jpg','','Reduced by 0.0% (31 B)',67224,67255,'',10,0,1,'2021-09-29 20:33:29',NULL),(598,2823,'media','full','ABSPATHwp-content/uploads/homebk100.jpg','','Reduced by 0.1% (132 B)',244276,244408,'',10,0,1,'2021-09-29 20:33:29',NULL),(599,2823,'media','thumbnail','ABSPATHwp-content/uploads/homebk100-150x150.jpg','','Reduced by 0.0% (2 B)',5509,5511,'',10,0,1,'2021-09-29 20:33:29',NULL),(600,2823,'media','medium','ABSPATHwp-content/uploads/homebk100-163x300.jpg','','No savings',10249,10249,'',10,0,1,'2021-09-29 20:33:29',NULL),(601,2823,'media','medium_large','ABSPATHwp-content/uploads/homebk100-768x1417.jpg','','Reduced by 0.0% (38 B)',153708,153746,'',10,0,1,'2021-09-29 20:33:29',NULL),(602,2823,'media','large','ABSPATHwp-content/uploads/homebk100-555x1024.jpg','','Reduced by 0.0% (20 B)',88058,88078,'',10,0,1,'2021-09-29 20:33:29',NULL),(603,2815,'media','full','ABSPATHwp-content/uploads/homebk9.jpg','','Reduced by 0.0% (69 B)',190429,190498,'',10,0,1,'2021-09-29 20:33:30',NULL),(604,2815,'media','thumbnail','ABSPATHwp-content/uploads/homebk9-150x150.jpg','','Reduced by 0.0% (1 B)',3132,3133,'',10,0,1,'2021-09-29 20:33:30',NULL),(605,2815,'media','medium','ABSPATHwp-content/uploads/homebk9-300x200.jpg','','No savings',7823,7823,'',10,0,1,'2021-09-29 20:33:30',NULL),(606,2815,'media','medium_large','ABSPATHwp-content/uploads/homebk9-768x512.jpg','','Reduced by 0.1% (22 B)',39082,39104,'',10,0,1,'2021-09-29 20:33:30',NULL),(607,2815,'media','large','ABSPATHwp-content/uploads/homebk9-1024x683.jpg','','Reduced by 0.1% (36 B)',65339,65375,'',10,0,1,'2021-09-29 20:33:30',NULL),(608,2803,'media','full','ABSPATHwp-content/uploads/0.jpg','','Reduced by 0.0% (147 B)',629314,629461,'',10,0,1,'2021-09-29 20:33:31',NULL),(609,2803,'media','thumbnail','ABSPATHwp-content/uploads/0-150x150.jpg','','Reduced by 0.1% (4 B)',7519,7523,'',10,0,1,'2021-09-29 20:33:31',NULL),(610,2803,'media','medium','ABSPATHwp-content/uploads/0-300x300.jpg','','Reduced by 0.0% (3 B)',23680,23683,'',10,0,1,'2021-09-29 20:33:31',NULL),(611,2803,'media','medium_large','ABSPATHwp-content/uploads/0-768x768.jpg','','Reduced by 0.1% (58 B)',112381,112439,'',10,0,1,'2021-09-29 20:33:31',NULL),(612,2803,'media','large','ABSPATHwp-content/uploads/0-1024x1024.jpg','','Reduced by 0.0% (23 B)',181593,181616,'',10,0,1,'2021-09-29 20:33:31',NULL),(613,2801,'media','full','ABSPATHwp-content/uploads/menubk60.jpg','','No savings',140672,140672,'',10,0,1,'2021-09-29 20:33:32',NULL),(614,2801,'media','thumbnail','ABSPATHwp-content/uploads/menubk60-150x150.jpg','','No savings',2540,2540,'',10,0,1,'2021-09-29 20:33:32',NULL),(615,2801,'media','medium','ABSPATHwp-content/uploads/menubk60-300x200.jpg','','Reduced by 0.0% (1 B)',5351,5352,'',10,0,1,'2021-09-29 20:33:32',NULL),(616,2801,'media','medium_large','ABSPATHwp-content/uploads/menubk60-768x512.jpg','','Reduced by 0.0% (9 B)',24740,24749,'',10,0,1,'2021-09-29 20:33:32',NULL),(617,2801,'media','large','ABSPATHwp-content/uploads/menubk60-1024x683.jpg','','Reduced by 0.0% (17 B)',40901,40918,'',10,0,1,'2021-09-29 20:33:32',NULL),(618,2799,'media','full','ABSPATHwp-content/uploads/menubk23.jpg','','No savings',66991,66991,'',10,0,1,'2021-09-29 20:33:33',NULL),(619,2799,'media','thumbnail','ABSPATHwp-content/uploads/menubk23-150x150.jpg','','No savings',2379,2379,'',10,0,1,'2021-09-29 20:33:33',NULL),(620,2799,'media','medium','ABSPATHwp-content/uploads/menubk23-300x200.jpg','','Reduced by 0.0% (1 B)',4752,4753,'',10,0,1,'2021-09-29 20:33:33',NULL),(621,2799,'media','medium_large','ABSPATHwp-content/uploads/menubk23-768x512.jpg','','Reduced by 0.0% (1 B)',17569,17570,'',10,0,1,'2021-09-29 20:33:33',NULL),(622,2799,'media','large','ABSPATHwp-content/uploads/menubk23-1024x683.jpg','','No savings',26291,26291,'',10,0,1,'2021-09-29 20:33:33',NULL),(623,2782,'media','full','ABSPATHwp-content/uploads/menubk2.jpg','','Reduced by 0.0% (15 B)',76384,76399,'',10,0,1,'2021-09-29 20:33:33',NULL),(624,2782,'media','thumbnail','ABSPATHwp-content/uploads/menubk2-150x150.jpg','','Reduced by 0.0% (1 B)',4721,4722,'',10,0,1,'2021-09-29 20:33:33',NULL),(625,2782,'media','medium','ABSPATHwp-content/uploads/menubk2-300x210.jpg','','No savings',9206,9206,'',10,0,1,'2021-09-29 20:33:33',NULL),(626,2782,'media','medium_large','ABSPATHwp-content/uploads/menubk2-768x539.jpg','','Reduced by 0.0% (2 B)',31287,31289,'',10,0,1,'2021-09-29 20:33:33',NULL),(627,2782,'media','large','ABSPATHwp-content/uploads/menubk2-1024x718.jpg','','Reduced by 0.0% (11 B)',46894,46905,'',10,0,1,'2021-09-29 20:33:34',NULL),(628,2781,'media','full','ABSPATHwp-content/uploads/menubk.jpg','','No savings',119653,119653,'',10,0,1,'2021-09-29 20:33:34',NULL),(629,2781,'media','thumbnail','ABSPATHwp-content/uploads/menubk-150x150.jpg','','No savings',6650,6650,'',10,0,1,'2021-09-29 20:33:34',NULL),(630,2781,'media','medium','ABSPATHwp-content/uploads/menubk-300x200.jpg','','No savings',13293,13293,'',10,0,1,'2021-09-29 20:33:34',NULL),(631,2781,'media','medium_large','ABSPATHwp-content/uploads/menubk-768x512.jpg','','Reduced by 0.0% (3 B)',46661,46664,'',10,0,1,'2021-09-29 20:33:34',NULL),(632,2781,'media','large','ABSPATHwp-content/uploads/menubk-1024x683.jpg','','No savings',70240,70240,'',10,0,1,'2021-09-29 20:33:34',NULL),(633,2721,'media','full','ABSPATHwp-content/uploads/drunk-hangover1.jpg','','No savings',72841,72841,'',10,0,1,'2021-09-29 20:33:35',NULL),(634,2721,'media','thumbnail','ABSPATHwp-content/uploads/drunk-hangover1-150x150.jpg','','Reduced by 0.1% (5 B)',3910,3915,'',10,0,1,'2021-09-29 20:33:35',NULL),(635,2721,'media','medium','ABSPATHwp-content/uploads/drunk-hangover1-300x263.jpg','','Reduced by 1.0% (101 B)',9930,10031,'',10,0,1,'2021-09-29 20:33:35',NULL),(636,2721,'media','medium_large','ABSPATHwp-content/uploads/drunk-hangover1-768x674.jpg','','Reduced by 0.0% (8 B)',42370,42378,'',10,0,1,'2021-09-29 20:33:35',NULL),(637,2718,'media','full','ABSPATHwp-content/uploads/hangover-doctor-3.jpg','','Reduced by 0.0% (38 B)',164621,164659,'',10,0,1,'2021-09-29 20:33:35',NULL),(638,2718,'media','thumbnail','ABSPATHwp-content/uploads/hangover-doctor-3-150x150.jpg','','Reduced by 0.1% (3 B)',4957,4960,'',10,0,1,'2021-09-29 20:33:35',NULL),(639,2718,'media','medium','ABSPATHwp-content/uploads/hangover-doctor-3-300x184.jpg','','Reduced by 0.0% (2 B)',9503,9505,'',10,0,1,'2021-09-29 20:33:35',NULL),(640,2718,'media','medium_large','ABSPATHwp-content/uploads/hangover-doctor-3-768x472.jpg','','Reduced by 0.0% (3 B)',41665,41668,'',10,0,1,'2021-09-29 20:33:35',NULL),(641,2718,'media','large','ABSPATHwp-content/uploads/hangover-doctor-3-1024x629.jpg','','Reduced by 0.0% (11 B)',66538,66549,'',10,0,1,'2021-09-29 20:33:35',NULL),(642,2715,'media','full','ABSPATHwp-content/uploads/sports-recovery5.jpg','','Reduced by 0.1% (817 B)',1391991,1392808,'',10,0,1,'2021-09-29 20:33:38',NULL),(643,2715,'media','thumbnail','ABSPATHwp-content/uploads/sports-recovery5-150x150.jpg','','Reduced by 0.1% (2 B)',3187,3189,'',10,0,1,'2021-09-29 20:33:38',NULL),(644,2715,'media','medium','ABSPATHwp-content/uploads/sports-recovery5-300x247.jpg','','No savings',7672,7672,'',10,0,1,'2021-09-29 20:33:38',NULL),(645,2715,'media','medium_large','ABSPATHwp-content/uploads/sports-recovery5-768x631.jpg','','Reduced by 0.0% (13 B)',31533,31546,'',10,0,1,'2021-09-29 20:33:38',NULL),(646,2715,'media','large','ABSPATHwp-content/uploads/sports-recovery5-1024x842.jpg','','Reduced by 0.0% (6 B)',49127,49133,'',10,0,1,'2021-09-29 20:33:38',NULL),(647,2709,'media','full','ABSPATHwp-content/uploads/fitness-athlete-IV-nutrition.jpg','','No savings',115713,115713,'',10,0,1,'2021-09-29 20:33:38',NULL),(648,2709,'media','thumbnail','ABSPATHwp-content/uploads/fitness-athlete-IV-nutrition-150x150.jpg','','No savings',3754,3754,'',10,0,1,'2021-09-29 20:33:38',NULL),(649,2709,'media','medium','ABSPATHwp-content/uploads/fitness-athlete-IV-nutrition-298x300.jpg','','Reduced by 0.0% (3 B)',10525,10528,'',10,0,1,'2021-09-29 20:33:38',NULL),(650,2709,'media','medium_large','ABSPATHwp-content/uploads/fitness-athlete-IV-nutrition-768x773.jpg','','Reduced by 0.0% (13 B)',52456,52469,'',10,0,1,'2021-09-29 20:33:38',NULL),(651,2707,'media','full','ABSPATHwp-content/uploads/drunk-hangover-hawaii.jpg','','Reduced by 0.0% (2 B)',34113,34115,'',10,0,1,'2021-09-29 20:33:39',NULL),(652,2707,'media','thumbnail','ABSPATHwp-content/uploads/drunk-hangover-hawaii-150x150.jpg','','No savings',2571,2571,'',10,0,1,'2021-09-29 20:33:39',NULL),(653,2707,'media','medium','ABSPATHwp-content/uploads/drunk-hangover-hawaii-298x300.jpg','','No savings',5860,5860,'',10,0,1,'2021-09-29 20:33:39',NULL),(654,2707,'media','medium_large','ABSPATHwp-content/uploads/drunk-hangover-hawaii-768x773.jpg','','No savings',18746,18746,'',10,0,1,'2021-09-29 20:33:39',NULL),(655,2704,'media','full','ABSPATHwp-content/uploads/vitashot-cocktail2.jpg','','Reduced by 0.0% (4 B)',115900,115904,'',10,0,1,'2021-09-29 20:33:40',NULL),(656,2704,'media','thumbnail','ABSPATHwp-content/uploads/vitashot-cocktail2-150x150.jpg','','No savings',3643,3643,'',10,0,1,'2021-09-29 20:33:40',NULL),(657,2704,'media','medium','ABSPATHwp-content/uploads/vitashot-cocktail2-300x169.jpg','','No savings',9913,9913,'',10,0,1,'2021-09-29 20:33:40',NULL),(658,2704,'media','medium_large','ABSPATHwp-content/uploads/vitashot-cocktail2-768x432.jpg','','Reduced by 0.0% (3 B)',37558,37561,'',10,0,1,'2021-09-29 20:33:40',NULL),(659,2704,'media','large','ABSPATHwp-content/uploads/vitashot-cocktail2-1024x576.jpg','','Reduced by 0.0% (5 B)',57259,57264,'',10,0,1,'2021-09-29 20:33:40',NULL),(660,2703,'media','full','ABSPATHwp-content/uploads/NADplus.jpg','','No savings',192295,192295,'',10,0,1,'2021-09-29 20:33:40',NULL),(661,2703,'media','thumbnail','ABSPATHwp-content/uploads/NADplus-150x150.jpg','','No savings',7953,7953,'',10,0,1,'2021-09-29 20:33:40',NULL),(662,2703,'media','medium','ABSPATHwp-content/uploads/NADplus-300x169.jpg','','No savings',14356,14356,'',10,0,1,'2021-09-29 20:33:40',NULL),(663,2703,'media','medium_large','ABSPATHwp-content/uploads/NADplus-768x432.jpg','','Reduced by 0.0% (11 B)',58398,58409,'',10,0,1,'2021-09-29 20:33:40',NULL),(664,2703,'media','large','ABSPATHwp-content/uploads/NADplus-1024x576.jpg','','Reduced by 0.0% (28 B)',88823,88851,'',10,0,1,'2021-09-29 20:33:40',NULL),(665,2702,'media','full','ABSPATHwp-content/uploads/vitashot-cocktail.jpg','','Reduced by 0.0% (24 B)',135902,135926,'',10,0,1,'2021-09-29 20:33:41',NULL),(666,2702,'media','thumbnail','ABSPATHwp-content/uploads/vitashot-cocktail-150x150.jpg','','No savings',4148,4148,'',10,0,1,'2021-09-29 20:33:41',NULL),(667,2702,'media','medium','ABSPATHwp-content/uploads/vitashot-cocktail-300x200.jpg','','Reduced by 0.0% (2 B)',10970,10972,'',10,0,1,'2021-09-29 20:33:41',NULL),(668,2702,'media','medium_large','ABSPATHwp-content/uploads/vitashot-cocktail-768x512.jpg','','Reduced by 0.0% (10 B)',41076,41086,'',10,0,1,'2021-09-29 20:33:41',NULL),(669,2702,'media','large','ABSPATHwp-content/uploads/vitashot-cocktail-1024x683.jpg','','Reduced by 0.0% (16 B)',62271,62287,'',10,0,1,'2021-09-29 20:33:41',NULL),(670,2697,'media','full','ABSPATHwp-content/uploads/sports-prep2.jpg','','No savings',226512,226512,'',10,0,1,'2021-09-29 20:33:42',NULL),(671,2697,'media','thumbnail','ABSPATHwp-content/uploads/sports-prep2-150x150.jpg','','No savings',6648,6648,'',10,0,1,'2021-09-29 20:33:42',NULL),(672,2697,'media','medium','ABSPATHwp-content/uploads/sports-prep2-300x225.jpg','','Reduced by 0.1% (11 B)',15112,15123,'',10,0,1,'2021-09-29 20:33:42',NULL),(673,2697,'media','medium_large','ABSPATHwp-content/uploads/sports-prep2-768x576.jpg','','No savings',59649,59649,'',10,0,1,'2021-09-29 20:33:42',NULL),(674,2697,'media','large','ABSPATHwp-content/uploads/sports-prep2-1024x768.jpg','','Reduced by 0.0% (26 B)',91870,91896,'',10,0,1,'2021-09-29 20:33:42',NULL),(675,2694,'media','full','ABSPATHwp-content/uploads/sports-prep.jpg','','Reduced by 0.0% (24 B)',298260,298284,'',10,0,1,'2021-09-29 20:33:42',NULL),(676,2694,'media','thumbnail','ABSPATHwp-content/uploads/sports-prep-150x150.jpg','','No savings',3860,3860,'',10,0,1,'2021-09-29 20:33:42',NULL),(677,2694,'media','medium','ABSPATHwp-content/uploads/sports-prep-300x225.jpg','','No savings',8552,8552,'',10,0,1,'2021-09-29 20:33:42',NULL),(678,2694,'media','medium_large','ABSPATHwp-content/uploads/sports-prep-768x576.jpg','','Reduced by 0.0% (6 B)',48787,48793,'',10,0,1,'2021-09-29 20:33:43',NULL),(679,2694,'media','large','ABSPATHwp-content/uploads/sports-prep-1024x768.jpg','','Reduced by 0.0% (20 B)',87605,87625,'',10,0,1,'2021-09-29 20:33:43',NULL),(680,2687,'media','full','ABSPATHwp-content/uploads/hangover-doctor-hawaii.jpg','','No savings',121690,121690,'',10,0,1,'2021-09-29 20:33:43',NULL),(681,2687,'media','thumbnail','ABSPATHwp-content/uploads/hangover-doctor-hawaii-150x150.jpg','','No savings',4310,4310,'',10,0,1,'2021-09-29 20:33:43',NULL),(682,2687,'media','medium','ABSPATHwp-content/uploads/hangover-doctor-hawaii-300x200.jpg','','No savings',8846,8846,'',10,0,1,'2021-09-29 20:33:43',NULL),(683,2687,'media','medium_large','ABSPATHwp-content/uploads/hangover-doctor-hawaii-768x512.jpg','','Reduced by 0.0% (4 B)',34262,34266,'',10,0,1,'2021-09-29 20:33:43',NULL),(684,2687,'media','large','ABSPATHwp-content/uploads/hangover-doctor-hawaii-1024x683.jpg','','Reduced by 0.0% (3 B)',52078,52081,'',10,0,1,'2021-09-29 20:33:43',NULL),(685,2686,'media','full','ABSPATHwp-content/uploads/science-athletes-iv.jpg','','Reduced by 0.0% (11 B)',130722,130733,'',10,0,1,'2021-09-29 20:33:44',NULL),(686,2686,'media','thumbnail','ABSPATHwp-content/uploads/science-athletes-iv-150x150.jpg','','Reduced by 0.0% (1 B)',3999,4000,'',10,0,1,'2021-09-29 20:33:44',NULL),(687,2686,'media','medium','ABSPATHwp-content/uploads/science-athletes-iv-300x200.jpg','','No savings',6858,6858,'',10,0,1,'2021-09-29 20:33:44',NULL),(688,2686,'media','medium_large','ABSPATHwp-content/uploads/science-athletes-iv-768x512.jpg','','Reduced by 0.1% (25 B)',25870,25895,'',10,0,1,'2021-09-29 20:33:44',NULL),(689,2686,'media','large','ABSPATHwp-content/uploads/science-athletes-iv-1024x683.jpg','','No savings',42576,42576,'',10,0,1,'2021-09-29 20:33:44',NULL),(690,2669,'media','full','ABSPATHwp-content/uploads/book_iv_therapy_hawaii.jpg','','No savings',75125,75125,'',10,0,1,'2021-09-29 20:33:45',NULL),(691,2669,'media','thumbnail','ABSPATHwp-content/uploads/book_iv_therapy_hawaii-150x150.jpg','','No savings',4147,4147,'',10,0,1,'2021-09-29 20:33:45',NULL),(692,2669,'media','medium','ABSPATHwp-content/uploads/book_iv_therapy_hawaii-300x150.jpg','','Reduced by 0.0% (3 B)',7296,7299,'',10,0,1,'2021-09-29 20:33:45',NULL),(693,2669,'media','medium_large','ABSPATHwp-content/uploads/book_iv_therapy_hawaii-768x384.jpg','','No savings',26677,26677,'',10,0,1,'2021-09-29 20:33:45',NULL),(694,2669,'media','large','ABSPATHwp-content/uploads/book_iv_therapy_hawaii-1024x512.jpg','','Reduced by 0.0% (3 B)',39851,39854,'',10,0,1,'2021-09-29 20:33:45',NULL),(695,2639,'media','full','ABSPATHwp-content/uploads/weight-loss-iv.jpg','','Reduced by 0.0% (89 B)',299510,299599,'',10,0,1,'2021-09-29 20:33:45',NULL),(696,2639,'media','thumbnail','ABSPATHwp-content/uploads/weight-loss-iv-150x150.jpg','','Reduced by 0.0% (3 B)',6002,6005,'',10,0,1,'2021-09-29 20:33:45',NULL),(697,2639,'media','medium','ABSPATHwp-content/uploads/weight-loss-iv-300x169.jpg','','Reduced by 0.0% (3 B)',11154,11157,'',10,0,1,'2021-09-29 20:33:45',NULL),(698,2639,'media','medium_large','ABSPATHwp-content/uploads/weight-loss-iv-768x432.jpg','','Reduced by 0.0% (13 B)',52353,52366,'',10,0,1,'2021-09-29 20:33:45',NULL),(699,2639,'media','large','ABSPATHwp-content/uploads/weight-loss-iv-1024x576.jpg','','Reduced by 0.0% (12 B)',83220,83232,'',10,0,1,'2021-09-29 20:33:45',NULL),(700,2637,'media','full','ABSPATHwp-content/uploads/death-feat1.jpg','','Reduced by 0.0% (37 B)',123965,124002,'',10,0,1,'2021-09-29 20:33:46',NULL),(701,2637,'media','thumbnail','ABSPATHwp-content/uploads/death-feat1-150x150.jpg','','Reduced by 0.0% (1 B)',4275,4276,'',10,0,1,'2021-09-29 20:33:46',NULL),(702,2637,'media','medium','ABSPATHwp-content/uploads/death-feat1-300x210.jpg','','No savings',9482,9482,'',10,0,1,'2021-09-29 20:33:46',NULL),(703,2637,'media','medium_large','ABSPATHwp-content/uploads/death-feat1-768x537.jpg','','Reduced by 0.0% (3 B)',37886,37889,'',10,0,1,'2021-09-29 20:33:46',NULL),(704,2637,'media','large','ABSPATHwp-content/uploads/death-feat1-1024x716.jpg','','Reduced by 0.0% (7 B)',58419,58426,'',10,0,1,'2021-09-29 20:33:46',NULL),(705,2619,'media','full','ABSPATHwp-content/uploads/homeslug.jpg','','No savings',283,283,'',10,0,1,'2021-09-29 20:33:46',NULL),(706,2617,'media','full','ABSPATHwp-content/uploads/mobilehero01.jpg','','No savings',92315,92315,'',10,0,1,'2021-09-29 20:33:47',NULL),(707,2617,'media','thumbnail','ABSPATHwp-content/uploads/mobilehero01-150x150.jpg','','No savings',3519,3519,'',10,0,1,'2021-09-29 20:33:47',NULL),(708,2617,'media','medium','ABSPATHwp-content/uploads/mobilehero01-171x300.jpg','','Reduced by 0.0% (3 B)',6937,6940,'',10,0,1,'2021-09-29 20:33:47',NULL),(709,2617,'media','medium_large','ABSPATHwp-content/uploads/mobilehero01-768x1344.jpg','','No savings',64876,64876,'',10,0,1,'2021-09-29 20:33:47',NULL),(710,2617,'media','large','ABSPATHwp-content/uploads/mobilehero01-585x1024.jpg','','No savings',42834,42834,'',10,0,1,'2021-09-29 20:33:47',NULL),(711,2612,'media','full','ABSPATHwp-content/uploads/jetlag-889.jpg','','Reduced by 0.0% (59 B)',302973,303032,'',10,0,1,'2021-09-29 20:33:48',NULL),(712,2612,'media','thumbnail','ABSPATHwp-content/uploads/jetlag-889-150x150.jpg','','No savings',6015,6015,'',10,0,1,'2021-09-29 20:33:48',NULL),(713,2612,'media','medium','ABSPATHwp-content/uploads/jetlag-889-300x200.jpg','','Reduced by 0.0% (2 B)',12143,12145,'',10,0,1,'2021-09-29 20:33:48',NULL),(714,2612,'media','medium_large','ABSPATHwp-content/uploads/jetlag-889-768x512.jpg','','Reduced by 0.0% (20 B)',50133,50153,'',10,0,1,'2021-09-29 20:33:48',NULL),(715,2612,'media','large','ABSPATHwp-content/uploads/jetlag-889-1024x682.jpg','','Reduced by 0.0% (32 B)',78397,78429,'',10,0,1,'2021-09-29 20:33:48',NULL),(716,2611,'media','full','ABSPATHwp-content/uploads/jetlag-head77.jpg','','No savings',174054,174054,'',10,0,1,'2021-09-29 20:33:49',NULL),(717,2611,'media','thumbnail','ABSPATHwp-content/uploads/jetlag-head77-150x150.jpg','','No savings',6488,6488,'',10,0,1,'2021-09-29 20:33:49',NULL),(718,2611,'media','medium','ABSPATHwp-content/uploads/jetlag-head77-300x200.jpg','','Reduced by 0.0% (5 B)',12982,12987,'',10,0,1,'2021-09-29 20:33:49',NULL),(719,2611,'media','medium_large','ABSPATHwp-content/uploads/jetlag-head77-768x512.jpg','','Reduced by 0.0% (10 B)',49337,49347,'',10,0,1,'2021-09-29 20:33:49',NULL),(720,2611,'media','large','ABSPATHwp-content/uploads/jetlag-head77-1024x683.jpg','','No savings',74668,74668,'',10,0,1,'2021-09-29 20:33:49',NULL),(721,2610,'media','full','ABSPATHwp-content/uploads/cleanse-feat54.jpg','','Reduced by 0.0% (62 B)',241709,241771,'',10,0,1,'2021-09-29 20:33:49',NULL),(722,2610,'media','thumbnail','ABSPATHwp-content/uploads/cleanse-feat54-150x150.jpg','','No savings',6772,6772,'',10,0,1,'2021-09-29 20:33:49',NULL),(723,2610,'media','medium','ABSPATHwp-content/uploads/cleanse-feat54-300x169.jpg','','No savings',11791,11791,'',10,0,1,'2021-09-29 20:33:49',NULL),(724,2610,'media','medium_large','ABSPATHwp-content/uploads/cleanse-feat54-768x432.jpg','','Reduced by 0.0% (26 B)',56480,56506,'',10,0,1,'2021-09-29 20:33:49',NULL),(725,2610,'media','large','ABSPATHwp-content/uploads/cleanse-feat54-1024x576.jpg','','Reduced by 0.0% (26 B)',92448,92474,'',10,0,1,'2021-09-29 20:33:50',NULL),(726,2609,'media','full','ABSPATHwp-content/uploads/sports-feat89-1.jpg','','Reduced by 0.0% (52 B)',144768,144820,'',10,0,1,'2021-09-29 20:33:50',NULL),(727,2609,'media','thumbnail','ABSPATHwp-content/uploads/sports-feat89-1-150x150.jpg','','No savings',6567,6567,'',10,0,1,'2021-09-29 20:33:50',NULL),(728,2609,'media','medium','ABSPATHwp-content/uploads/sports-feat89-1-300x169.jpg','','No savings',10816,10816,'',10,0,1,'2021-09-29 20:33:50',NULL),(729,2609,'media','medium_large','ABSPATHwp-content/uploads/sports-feat89-1-768x432.jpg','','Reduced by 0.1% (24 B)',43257,43281,'',10,0,1,'2021-09-29 20:33:50',NULL),(730,2609,'media','large','ABSPATHwp-content/uploads/sports-feat89-1-1024x576.jpg','','Reduced by 0.0% (17 B)',67621,67638,'',10,0,1,'2021-09-29 20:33:50',NULL),(731,2608,'media','full','ABSPATHwp-content/uploads/sports-feat38.jpg','','Reduced by 0.0% (80 B)',193591,193671,'',10,0,1,'2021-09-29 20:33:51',NULL),(732,2608,'media','thumbnail','ABSPATHwp-content/uploads/sports-feat38-150x150.jpg','','No savings',7486,7486,'',10,0,1,'2021-09-29 20:33:51',NULL),(733,2608,'media','medium','ABSPATHwp-content/uploads/sports-feat38-300x169.jpg','','Reduced by 0.0% (4 B)',13799,13803,'',10,0,1,'2021-09-29 20:33:51',NULL),(734,2608,'media','medium_large','ABSPATHwp-content/uploads/sports-feat38-768x432.jpg','','Reduced by 0.0% (25 B)',55726,55751,'',10,0,1,'2021-09-29 20:33:51',NULL),(735,2608,'media','large','ABSPATHwp-content/uploads/sports-feat38-1024x576.jpg','','No savings',87686,87686,'',10,0,1,'2021-09-29 20:33:51',NULL),(736,2607,'media','full','ABSPATHwp-content/uploads/sports-feat89.jpg','','Reduced by 0.0% (52 B)',144768,144820,'',10,0,1,'2021-09-29 20:33:51',NULL),(737,2607,'media','thumbnail','ABSPATHwp-content/uploads/sports-feat89-150x150.jpg','','No savings',6567,6567,'',10,0,1,'2021-09-29 20:33:51',NULL),(738,2607,'media','medium','ABSPATHwp-content/uploads/sports-feat89-300x169.jpg','','No savings',10816,10816,'',10,0,1,'2021-09-29 20:33:51',NULL),(739,2607,'media','medium_large','ABSPATHwp-content/uploads/sports-feat89-768x432.jpg','','Reduced by 0.1% (24 B)',43257,43281,'',10,0,1,'2021-09-29 20:33:52',NULL),(740,2607,'media','large','ABSPATHwp-content/uploads/sports-feat89-1024x576.jpg','','Reduced by 0.0% (17 B)',67621,67638,'',10,0,1,'2021-09-29 20:33:52',NULL),(741,2605,'media','full','ABSPATHwp-content/uploads/cleanse-feat77.jpg','','Reduced by 0.0% (109 B)',468355,468464,'',10,0,1,'2021-09-29 20:33:52',NULL),(742,2605,'media','thumbnail','ABSPATHwp-content/uploads/cleanse-feat77-150x150.jpg','','No savings',8418,8418,'',10,0,1,'2021-09-29 20:33:52',NULL),(743,2605,'media','medium','ABSPATHwp-content/uploads/cleanse-feat77-300x169.jpg','','Reduced by 0.0% (8 B)',18117,18125,'',10,0,1,'2021-09-29 20:33:52',NULL),(744,2605,'media','medium_large','ABSPATHwp-content/uploads/cleanse-feat77-768x432.jpg','','Reduced by 0.0% (3 B)',109239,109242,'',10,0,1,'2021-09-29 20:33:52',NULL),(745,2605,'media','large','ABSPATHwp-content/uploads/cleanse-feat77-1024x576.jpg','','Reduced by 0.0% (8 B)',183695,183703,'',10,0,1,'2021-09-29 20:33:52',NULL),(746,2604,'media','full','ABSPATHwp-content/uploads/cleanse44.jpg','','Reduced by 0.0% (47 B)',280425,280472,'',10,0,1,'2021-09-29 20:33:53',NULL),(747,2604,'media','thumbnail','ABSPATHwp-content/uploads/cleanse44-150x150.jpg','','Reduced by 0.1% (3 B)',4785,4788,'',10,0,1,'2021-09-29 20:33:53',NULL),(748,2604,'media','medium','ABSPATHwp-content/uploads/cleanse44-300x169.jpg','','No savings',9282,9282,'',10,0,1,'2021-09-29 20:33:53',NULL),(749,2604,'media','medium_large','ABSPATHwp-content/uploads/cleanse44-768x432.jpg','','Reduced by 0.0% (14 B)',55955,55969,'',10,0,1,'2021-09-29 20:33:53',NULL),(750,2604,'media','large','ABSPATHwp-content/uploads/cleanse44-1024x576.jpg','','Reduced by 0.0% (31 B)',101620,101651,'',10,0,1,'2021-09-29 20:33:53',NULL),(751,2603,'media','full','ABSPATHwp-content/uploads/cleanse33.jpg','','Reduced by 0.1% (87 B)',156575,156662,'',10,0,1,'2021-09-29 20:33:54',NULL),(752,2603,'media','thumbnail','ABSPATHwp-content/uploads/cleanse33-150x150.jpg','','Reduced by 0.0% (1 B)',5637,5638,'',10,0,1,'2021-09-29 20:33:54',NULL),(753,2603,'media','medium','ABSPATHwp-content/uploads/cleanse33-300x169.jpg','','Reduced by 0.0% (1 B)',9334,9335,'',10,0,1,'2021-09-29 20:33:54',NULL),(754,2603,'media','medium_large','ABSPATHwp-content/uploads/cleanse33-768x432.jpg','','Reduced by 0.1% (24 B)',41185,41209,'',10,0,1,'2021-09-29 20:33:54',NULL),(755,2603,'media','large','ABSPATHwp-content/uploads/cleanse33-1024x576.jpg','','Reduced by 0.0% (13 B)',64845,64858,'',10,0,1,'2021-09-29 20:33:54',NULL),(756,2601,'media','full','ABSPATHwp-content/uploads/jetlag-feat87.jpg','','Reduced by 0.0% (80 B)',172814,172894,'',10,0,1,'2021-09-29 20:33:54',NULL),(757,2601,'media','thumbnail','ABSPATHwp-content/uploads/jetlag-feat87-150x150.jpg','','No savings',6499,6499,'',10,0,1,'2021-09-29 20:33:54',NULL),(758,2601,'media','medium','ABSPATHwp-content/uploads/jetlag-feat87-300x169.jpg','','Reduced by 0.0% (5 B)',11552,11557,'',10,0,1,'2021-09-29 20:33:54',NULL),(759,2601,'media','medium_large','ABSPATHwp-content/uploads/jetlag-feat87-768x432.jpg','','Reduced by 0.0% (5 B)',48763,48768,'',10,0,1,'2021-09-29 20:33:54',NULL),(760,2601,'media','large','ABSPATHwp-content/uploads/jetlag-feat87-1024x576.jpg','','Reduced by 0.0% (11 B)',76995,77006,'',10,0,1,'2021-09-29 20:33:55',NULL),(761,2600,'media','full','ABSPATHwp-content/uploads/meyers-feat1.jpg','','No savings',116207,116207,'',10,0,1,'2021-09-29 20:33:55',NULL),(762,2600,'media','thumbnail','ABSPATHwp-content/uploads/meyers-feat1-150x150.jpg','','No savings',4474,4474,'',10,0,1,'2021-09-29 20:33:55',NULL),(763,2600,'media','medium','ABSPATHwp-content/uploads/meyers-feat1-300x169.jpg','','No savings',8539,8539,'',10,0,1,'2021-09-29 20:33:55',NULL),(764,2600,'media','medium_large','ABSPATHwp-content/uploads/meyers-feat1-768x432.jpg','','Reduced by 0.0% (12 B)',33010,33022,'',10,0,1,'2021-09-29 20:33:55',NULL),(765,2600,'media','large','ABSPATHwp-content/uploads/meyers-feat1-1024x576.jpg','','Reduced by 0.0% (17 B)',51656,51673,'',10,0,1,'2021-09-29 20:33:55',NULL),(766,2598,'media','full','ABSPATHwp-content/uploads/sports-feat1.jpg','','Reduced by 0.0% (37 B)',152211,152248,'',10,0,1,'2021-09-29 20:33:56',NULL),(767,2598,'media','thumbnail','ABSPATHwp-content/uploads/sports-feat1-150x150.jpg','','No savings',6663,6663,'',10,0,1,'2021-09-29 20:33:56',NULL),(768,2598,'media','medium','ABSPATHwp-content/uploads/sports-feat1-300x169.jpg','','Reduced by 0.0% (3 B)',12297,12300,'',10,0,1,'2021-09-29 20:33:56',NULL),(769,2598,'media','medium_large','ABSPATHwp-content/uploads/sports-feat1-768x432.jpg','','Reduced by 0.0% (24 B)',48790,48814,'',10,0,1,'2021-09-29 20:33:56',NULL),(770,2598,'media','large','ABSPATHwp-content/uploads/sports-feat1-1024x576.jpg','','Reduced by 0.0% (23 B)',75251,75274,'',10,0,1,'2021-09-29 20:33:56',NULL),(771,2597,'media','full','ABSPATHwp-content/uploads/sports-feat2.jpg','','Reduced by 0.0% (45 B)',154405,154450,'',10,0,1,'2021-09-29 20:33:57',NULL),(772,2597,'media','thumbnail','ABSPATHwp-content/uploads/sports-feat2-150x150.jpg','','No savings',4038,4038,'',10,0,1,'2021-09-29 20:33:57',NULL),(773,2597,'media','medium','ABSPATHwp-content/uploads/sports-feat2-300x169.jpg','','No savings',6519,6519,'',10,0,1,'2021-09-29 20:33:57',NULL),(774,2597,'media','medium_large','ABSPATHwp-content/uploads/sports-feat2-768x432.jpg','','Reduced by 0.0% (9 B)',36316,36325,'',10,0,1,'2021-09-29 20:33:57',NULL),(775,2597,'media','large','ABSPATHwp-content/uploads/sports-feat2-1024x576.jpg','','Reduced by 0.0% (11 B)',63975,63986,'',10,0,1,'2021-09-29 20:33:57',NULL),(776,2594,'media','full','ABSPATHwp-content/uploads/hangover-feat23.jpg','','No savings',59217,59217,'',10,0,1,'2021-09-29 20:33:57',NULL),(777,2594,'media','thumbnail','ABSPATHwp-content/uploads/hangover-feat23-150x150.jpg','','Reduced by 0.0% (2 B)',4424,4426,'',10,0,1,'2021-09-29 20:33:57',NULL),(778,2594,'media','medium','ABSPATHwp-content/uploads/hangover-feat23-266x300.jpg','','Reduced by 0.0% (5 B)',10720,10725,'',10,0,1,'2021-09-29 20:33:57',NULL),(779,2589,'media','full','ABSPATHwp-content/uploads/hero5.jpg','','Reduced by 0.0% (64 B)',184939,185003,'',10,0,1,'2021-09-29 20:33:58',NULL),(780,2589,'media','thumbnail','ABSPATHwp-content/uploads/hero5-150x150.jpg','','No savings',4656,4656,'',10,0,1,'2021-09-29 20:33:58',NULL),(781,2589,'media','medium','ABSPATHwp-content/uploads/hero5-300x207.jpg','','Reduced by 0.1% (7 B)',10951,10958,'',10,0,1,'2021-09-29 20:33:58',NULL),(782,2589,'media','medium_large','ABSPATHwp-content/uploads/hero5-768x529.jpg','','Reduced by 0.0% (8 B)',47586,47594,'',10,0,1,'2021-09-29 20:33:58',NULL),(783,2589,'media','large','ABSPATHwp-content/uploads/hero5-1024x706.jpg','','Reduced by 0.0% (33 B)',75373,75406,'',10,0,1,'2021-09-29 20:33:58',NULL),(784,2588,'media','full','ABSPATHwp-content/uploads/stress-feat-88.jpg','','Reduced by 0.0% (51 B)',152908,152959,'',10,0,1,'2021-09-29 20:33:58',NULL),(785,2588,'media','thumbnail','ABSPATHwp-content/uploads/stress-feat-88-150x150.jpg','','No savings',6761,6761,'',10,0,1,'2021-09-29 20:33:58',NULL),(786,2588,'media','medium','ABSPATHwp-content/uploads/stress-feat-88-300x169.jpg','','No savings',9241,9241,'',10,0,1,'2021-09-29 20:33:59',NULL),(787,2588,'media','medium_large','ABSPATHwp-content/uploads/stress-feat-88-768x432.jpg','','Reduced by 0.0% (14 B)',40750,40764,'',10,0,1,'2021-09-29 20:33:59',NULL),(788,2588,'media','large','ABSPATHwp-content/uploads/stress-feat-88-1024x576.jpg','','Reduced by 0.0% (26 B)',66354,66380,'',10,0,1,'2021-09-29 20:33:59',NULL),(789,2587,'media','full','ABSPATHwp-content/uploads/stress-feat-9.jpg','','Reduced by 0.0% (27 B)',110479,110506,'',10,0,1,'2021-09-29 20:33:59',NULL),(790,2587,'media','thumbnail','ABSPATHwp-content/uploads/stress-feat-9-150x150.jpg','','Reduced by 0.0% (2 B)',5367,5369,'',10,0,1,'2021-09-29 20:33:59',NULL),(791,2587,'media','medium','ABSPATHwp-content/uploads/stress-feat-9-300x169.jpg','','Reduced by 0.0% (1 B)',7291,7292,'',10,0,1,'2021-09-29 20:33:59',NULL),(792,2587,'media','medium_large','ABSPATHwp-content/uploads/stress-feat-9-768x432.jpg','','Reduced by 0.0% (3 B)',30822,30825,'',10,0,1,'2021-09-29 20:33:59',NULL),(793,2587,'media','large','ABSPATHwp-content/uploads/stress-feat-9-1024x576.jpg','','Reduced by 0.0% (9 B)',49086,49095,'',10,0,1,'2021-09-29 20:33:59',NULL),(794,2586,'media','full','ABSPATHwp-content/uploads/antioxidant-feat1.jpg','','Reduced by 0.0% (36 B)',119663,119699,'',10,0,1,'2021-09-29 20:34:00',NULL),(795,2586,'media','thumbnail','ABSPATHwp-content/uploads/antioxidant-feat1-150x150.jpg','','No savings',5347,5347,'',10,0,1,'2021-09-29 20:34:00',NULL),(796,2586,'media','medium','ABSPATHwp-content/uploads/antioxidant-feat1-300x169.jpg','','No savings',6834,6834,'',10,0,1,'2021-09-29 20:34:00',NULL),(797,2586,'media','medium_large','ABSPATHwp-content/uploads/antioxidant-feat1-768x432.jpg','','Reduced by 0.0% (9 B)',29317,29326,'',10,0,1,'2021-09-29 20:34:00',NULL),(798,2586,'media','large','ABSPATHwp-content/uploads/antioxidant-feat1-1024x576.jpg','','Reduced by 0.0% (9 B)',47227,47236,'',10,0,1,'2021-09-29 20:34:00',NULL),(799,2585,'media','full','ABSPATHwp-content/uploads/cleanse-feat-9000.jpg','','Reduced by 0.1% (78 B)',147531,147609,'',10,0,1,'2021-09-29 20:34:01',NULL),(800,2585,'media','thumbnail','ABSPATHwp-content/uploads/cleanse-feat-9000-150x150.jpg','','No savings',5844,5844,'',10,0,1,'2021-09-29 20:34:01',NULL),(801,2585,'media','medium','ABSPATHwp-content/uploads/cleanse-feat-9000-300x169.jpg','','No savings',8211,8211,'',10,0,1,'2021-09-29 20:34:01',NULL),(802,2585,'media','medium_large','ABSPATHwp-content/uploads/cleanse-feat-9000-768x432.jpg','','Reduced by 0.0% (8 B)',36717,36725,'',10,0,1,'2021-09-29 20:34:01',NULL),(803,2585,'media','large','ABSPATHwp-content/uploads/cleanse-feat-9000-1024x576.jpg','','Reduced by 0.0% (16 B)',58082,58098,'',10,0,1,'2021-09-29 20:34:01',NULL),(804,2584,'media','full','ABSPATHwp-content/uploads/detox-feat2.jpg','','Reduced by 0.0% (35 B)',195599,195634,'',10,0,1,'2021-09-29 20:34:01',NULL),(805,2584,'media','thumbnail','ABSPATHwp-content/uploads/detox-feat2-150x150.jpg','','No savings',6102,6102,'',10,0,1,'2021-09-29 20:34:01',NULL),(806,2584,'media','medium','ABSPATHwp-content/uploads/detox-feat2-300x169.jpg','','No savings',9392,9392,'',10,0,1,'2021-09-29 20:34:01',NULL),(807,2584,'media','medium_large','ABSPATHwp-content/uploads/detox-feat2-768x432.jpg','','Reduced by 0.0% (10 B)',47609,47619,'',10,0,1,'2021-09-29 20:34:02',NULL),(808,2584,'media','large','ABSPATHwp-content/uploads/detox-feat2-1024x576.jpg','','Reduced by 0.0% (15 B)',79479,79494,'',10,0,1,'2021-09-29 20:34:02',NULL),(809,2583,'media','full','ABSPATHwp-content/uploads/cleanse-feat-10.jpg','','Reduced by 0.0% (103 B)',408385,408488,'',10,0,1,'2021-09-29 20:34:02',NULL),(810,2583,'media','thumbnail','ABSPATHwp-content/uploads/cleanse-feat-10-150x150.jpg','','No savings',8212,8212,'',10,0,1,'2021-09-29 20:34:02',NULL),(811,2583,'media','medium','ABSPATHwp-content/uploads/cleanse-feat-10-300x169.jpg','','No savings',17248,17248,'',10,0,1,'2021-09-29 20:34:02',NULL),(812,2583,'media','medium_large','ABSPATHwp-content/uploads/cleanse-feat-10-768x432.jpg','','No savings',98148,98148,'',10,0,1,'2021-09-29 20:34:02',NULL),(813,2583,'media','large','ABSPATHwp-content/uploads/cleanse-feat-10-1024x576.jpg','','Reduced by 0.0% (13 B)',163323,163336,'',10,0,1,'2021-09-29 20:34:02',NULL),(814,2581,'media','full','ABSPATHwp-content/uploads/mobile-iv-hero3.jpg','','No savings',108819,108819,'',10,0,1,'2021-09-29 20:34:03',NULL),(815,2581,'media','thumbnail','ABSPATHwp-content/uploads/mobile-iv-hero3-150x150.jpg','','Reduced by 0.0% (1 B)',3531,3532,'',10,0,1,'2021-09-29 20:34:03',NULL),(816,2581,'media','medium','ABSPATHwp-content/uploads/mobile-iv-hero3-300x213.jpg','','Reduced by 0.0% (2 B)',6967,6969,'',10,0,1,'2021-09-29 20:34:03',NULL),(817,2581,'media','medium_large','ABSPATHwp-content/uploads/mobile-iv-hero3-768x546.jpg','','Reduced by 0.0% (8 B)',28123,28131,'',10,0,1,'2021-09-29 20:34:03',NULL),(818,2581,'media','large','ABSPATHwp-content/uploads/mobile-iv-hero3-1024x728.jpg','','Reduced by 0.0% (9 B)',42754,42763,'',10,0,1,'2021-09-29 20:34:03',NULL),(819,2579,'media','full','ABSPATHwp-content/uploads/mobile-iv-hero2.jpg','','No savings',102462,102462,'',10,0,1,'2021-09-29 20:34:04',NULL),(820,2579,'media','thumbnail','ABSPATHwp-content/uploads/mobile-iv-hero2-150x150.jpg','','Reduced by 0.1% (3 B)',3296,3299,'',10,0,1,'2021-09-29 20:34:04',NULL),(821,2579,'media','medium','ABSPATHwp-content/uploads/mobile-iv-hero2-300x213.jpg','','Reduced by 0.1% (5 B)',6489,6494,'',10,0,1,'2021-09-29 20:34:04',NULL),(822,2579,'media','medium_large','ABSPATHwp-content/uploads/mobile-iv-hero2-768x546.jpg','','Reduced by 0.0% (3 B)',26335,26338,'',10,0,1,'2021-09-29 20:34:04',NULL),(823,2579,'media','large','ABSPATHwp-content/uploads/mobile-iv-hero2-1024x728.jpg','','Reduced by 0.0% (9 B)',39931,39940,'',10,0,1,'2021-09-29 20:34:04',NULL),(824,2578,'media','full','ABSPATHwp-content/uploads/detox-feat1.jpg','','Reduced by 0.0% (18 B)',112928,112946,'',10,0,1,'2021-09-29 20:34:05',NULL),(825,2578,'media','thumbnail','ABSPATHwp-content/uploads/detox-feat1-150x150.jpg','','No savings',5027,5027,'',10,0,1,'2021-09-29 20:34:05',NULL),(826,2578,'media','medium','ABSPATHwp-content/uploads/detox-feat1-300x169.jpg','','Reduced by 0.0% (1 B)',7293,7294,'',10,0,1,'2021-09-29 20:34:05',NULL),(827,2578,'media','medium_large','ABSPATHwp-content/uploads/detox-feat1-768x432.jpg','','Reduced by 0.0% (7 B)',33137,33144,'',10,0,1,'2021-09-29 20:34:05',NULL),(828,2578,'media','large','ABSPATHwp-content/uploads/detox-feat1-1024x576.jpg','','Reduced by 0.0% (16 B)',53242,53258,'',10,0,1,'2021-09-29 20:34:05',NULL),(829,2576,'media','full','ABSPATHwp-content/uploads/cleanse-feat1.jpg','','Reduced by 0.1% (64 B)',106968,107032,'',10,0,1,'2021-09-29 20:34:05',NULL),(830,2576,'media','thumbnail','ABSPATHwp-content/uploads/cleanse-feat1-150x150.jpg','','No savings',4171,4171,'',10,0,1,'2021-09-29 20:34:05',NULL),(831,2576,'media','medium','ABSPATHwp-content/uploads/cleanse-feat1-300x169.jpg','','Reduced by 0.1% (5 B)',6444,6449,'',10,0,1,'2021-09-29 20:34:05',NULL),(832,2576,'media','medium_large','ABSPATHwp-content/uploads/cleanse-feat1-768x432.jpg','','Reduced by 0.0% (2 B)',26803,26805,'',10,0,1,'2021-09-29 20:34:05',NULL),(833,2576,'media','large','ABSPATHwp-content/uploads/cleanse-feat1-1024x576.jpg','','Reduced by 0.0% (10 B)',43979,43989,'',10,0,1,'2021-09-29 20:34:05',NULL),(834,2575,'media','full','ABSPATHwp-content/uploads/cold-flu-iv-feat1.jpg','','Reduced by 0.0% (29 B)',96170,96199,'',10,0,1,'2021-09-29 20:34:06',NULL),(835,2575,'media','thumbnail','ABSPATHwp-content/uploads/cold-flu-iv-feat1-150x150.jpg','','No savings',5858,5858,'',10,0,1,'2021-09-29 20:34:06',NULL),(836,2575,'media','medium','ABSPATHwp-content/uploads/cold-flu-iv-feat1-266x300.jpg','','Reduced by 0.0% (2 B)',15693,15695,'',10,0,1,'2021-09-29 20:34:06',NULL),(837,2573,'media','full','ABSPATHwp-content/uploads/hangover-feat8.jpg','','No savings',113221,113221,'',10,0,1,'2021-09-29 20:34:06',NULL),(838,2573,'media','thumbnail','ABSPATHwp-content/uploads/hangover-feat8-150x150.jpg','','No savings',5634,5634,'',10,0,1,'2021-09-29 20:34:06',NULL),(839,2573,'media','medium','ABSPATHwp-content/uploads/hangover-feat8-300x169.jpg','','No savings',9799,9799,'',10,0,1,'2021-09-29 20:34:06',NULL),(840,2573,'media','medium_large','ABSPATHwp-content/uploads/hangover-feat8-768x432.jpg','','Reduced by 0.0% (5 B)',38172,38177,'',10,0,1,'2021-09-29 20:34:07',NULL),(841,2573,'media','large','ABSPATHwp-content/uploads/hangover-feat8-1024x576.jpg','','Reduced by 0.0% (7 B)',58271,58278,'',10,0,1,'2021-09-29 20:34:07',NULL),(842,2572,'media','full','ABSPATHwp-content/uploads/jetlag-feat7.jpg','','Reduced by 0.0% (50 B)',134360,134410,'',10,0,1,'2021-09-29 20:34:07',NULL),(843,2572,'media','thumbnail','ABSPATHwp-content/uploads/jetlag-feat7-150x150.jpg','','No savings',5835,5835,'',10,0,1,'2021-09-29 20:34:07',NULL),(844,2572,'media','medium','ABSPATHwp-content/uploads/jetlag-feat7-300x169.jpg','','Reduced by 0.0% (2 B)',10356,10358,'',10,0,1,'2021-09-29 20:34:07',NULL),(845,2572,'media','medium_large','ABSPATHwp-content/uploads/jetlag-feat7-768x432.jpg','','Reduced by 0.1% (22 B)',42719,42741,'',10,0,1,'2021-09-29 20:34:07',NULL),(846,2572,'media','large','ABSPATHwp-content/uploads/jetlag-feat7-1024x576.jpg','','Reduced by 0.0% (8 B)',66640,66648,'',10,0,1,'2021-09-29 20:34:07',NULL),(847,2571,'media','full','ABSPATHwp-content/uploads/hangover-feat.jpg','','No savings',98451,98451,'',10,0,1,'2021-09-29 20:34:08',NULL),(848,2571,'media','thumbnail','ABSPATHwp-content/uploads/hangover-feat-150x150.jpg','','Reduced by 0.0% (1 B)',4937,4938,'',10,0,1,'2021-09-29 20:34:08',NULL),(849,2571,'media','medium','ABSPATHwp-content/uploads/hangover-feat-300x169.jpg','','No savings',8775,8775,'',10,0,1,'2021-09-29 20:34:08',NULL),(850,2571,'media','medium_large','ABSPATHwp-content/uploads/hangover-feat-768x432.jpg','','Reduced by 0.0% (6 B)',33910,33916,'',10,0,1,'2021-09-29 20:34:08',NULL),(851,2571,'media','large','ABSPATHwp-content/uploads/hangover-feat-1024x576.jpg','','Reduced by 0.0% (8 B)',51683,51691,'',10,0,1,'2021-09-29 20:34:08',NULL),(852,2570,'media','full','ABSPATHwp-content/uploads/hangover-head.jpg','','No savings',101074,101074,'',10,0,1,'2021-09-29 20:34:08',NULL),(853,2570,'media','thumbnail','ABSPATHwp-content/uploads/hangover-head-150x150.jpg','','Reduced by 0.1% (3 B)',5687,5690,'',10,0,1,'2021-09-29 20:34:08',NULL),(854,2570,'media','medium','ABSPATHwp-content/uploads/hangover-head-300x200.jpg','','Reduced by 0.0% (1 B)',11076,11077,'',10,0,1,'2021-09-29 20:34:08',NULL),(855,2570,'media','medium_large','ABSPATHwp-content/uploads/hangover-head-768x513.jpg','','Reduced by 0.0% (5 B)',43578,43583,'',10,0,1,'2021-09-29 20:34:09',NULL),(856,2570,'media','large','ABSPATHwp-content/uploads/hangover-head-1024x684.jpg','','Reduced by 0.0% (4 B)',66162,66166,'',10,0,1,'2021-09-29 20:34:09',NULL),(857,2568,'media','full','ABSPATHwp-content/uploads/jetlag-feat6.jpg','','Reduced by 0.0% (47 B)',171013,171060,'',10,0,1,'2021-09-29 20:34:09',NULL),(858,2568,'media','thumbnail','ABSPATHwp-content/uploads/jetlag-feat6-150x150.jpg','','No savings',6781,6781,'',10,0,1,'2021-09-29 20:34:09',NULL),(859,2568,'media','medium','ABSPATHwp-content/uploads/jetlag-feat6-300x169.jpg','','Reduced by 0.1% (12 B)',12705,12717,'',10,0,1,'2021-09-29 20:34:09',NULL),(860,2568,'media','medium_large','ABSPATHwp-content/uploads/jetlag-feat6-768x432.jpg','','Reduced by 0.0% (6 B)',52769,52775,'',10,0,1,'2021-09-29 20:34:09',NULL),(861,2568,'media','large','ABSPATHwp-content/uploads/jetlag-feat6-1024x576.jpg','','Reduced by 0.0% (29 B)',82661,82690,'',10,0,1,'2021-09-29 20:34:09',NULL),(862,2567,'media','full','ABSPATHwp-content/uploads/stress-feat6.jpg','','No savings',84166,84166,'',10,0,1,'2021-09-29 20:34:10',NULL),(863,2567,'media','thumbnail','ABSPATHwp-content/uploads/stress-feat6-150x150.jpg','','No savings',3862,3862,'',10,0,1,'2021-09-29 20:34:10',NULL),(864,2567,'media','medium','ABSPATHwp-content/uploads/stress-feat6-300x169.jpg','','Reduced by 0.1% (4 B)',6276,6280,'',10,0,1,'2021-09-29 20:34:10',NULL),(865,2567,'media','medium_large','ABSPATHwp-content/uploads/stress-feat6-768x432.jpg','','Reduced by 0.0% (6 B)',26152,26158,'',10,0,1,'2021-09-29 20:34:10',NULL),(866,2567,'media','large','ABSPATHwp-content/uploads/stress-feat6-1024x576.jpg','','No savings',41102,41102,'',10,0,1,'2021-09-29 20:34:10',NULL),(867,2566,'media','full','ABSPATHwp-content/uploads/jetlag-feat5.jpg','','Reduced by 0.0% (48 B)',199229,199277,'',10,0,1,'2021-09-29 20:34:10',NULL),(868,2566,'media','thumbnail','ABSPATHwp-content/uploads/jetlag-feat5-150x150.jpg','','No savings',7620,7620,'',10,0,1,'2021-09-29 20:34:10',NULL),(869,2566,'media','medium','ABSPATHwp-content/uploads/jetlag-feat5-300x169.jpg','','No savings',14164,14164,'',10,0,1,'2021-09-29 20:34:10',NULL),(870,2566,'media','medium_large','ABSPATHwp-content/uploads/jetlag-feat5-768x432.jpg','','Reduced by 0.0% (26 B)',58151,58177,'',10,0,1,'2021-09-29 20:34:11',NULL),(871,2566,'media','large','ABSPATHwp-content/uploads/jetlag-feat5-1024x576.jpg','','Reduced by 0.0% (17 B)',90131,90148,'',10,0,1,'2021-09-29 20:34:11',NULL),(872,2564,'media','full','ABSPATHwp-content/uploads/jetlag-head.jpg','','Reduced by 0.0% (51 B)',180078,180129,'',10,0,1,'2021-09-29 20:34:11',NULL),(873,2564,'media','thumbnail','ABSPATHwp-content/uploads/jetlag-head-150x150.jpg','','No savings',7722,7722,'',10,0,1,'2021-09-29 20:34:11',NULL),(874,2564,'media','medium','ABSPATHwp-content/uploads/jetlag-head-300x200.jpg','','Reduced by 0.0% (1 B)',16517,16518,'',10,0,1,'2021-09-29 20:34:11',NULL),(875,2564,'media','medium_large','ABSPATHwp-content/uploads/jetlag-head-768x513.jpg','','No savings',67864,67864,'',10,0,1,'2021-09-29 20:34:11',NULL),(876,2564,'media','large','ABSPATHwp-content/uploads/jetlag-head-1024x684.jpg','','No savings',104540,104540,'',10,0,1,'2021-09-29 20:34:11',NULL),(877,2563,'media','full','ABSPATHwp-content/uploads/stress-feat5.jpg','','No savings',87701,87701,'',10,0,1,'2021-09-29 20:34:12',NULL),(878,2563,'media','thumbnail','ABSPATHwp-content/uploads/stress-feat5-150x150.jpg','','No savings',4049,4049,'',10,0,1,'2021-09-29 20:34:12',NULL),(879,2563,'media','medium','ABSPATHwp-content/uploads/stress-feat5-300x169.jpg','','No savings',6546,6546,'',10,0,1,'2021-09-29 20:34:12',NULL),(880,2563,'media','medium_large','ABSPATHwp-content/uploads/stress-feat5-768x432.jpg','','Reduced by 0.0% (12 B)',27063,27075,'',10,0,1,'2021-09-29 20:34:12',NULL),(881,2563,'media','large','ABSPATHwp-content/uploads/stress-feat5-1024x576.jpg','','Reduced by 0.0% (14 B)',41853,41867,'',10,0,1,'2021-09-29 20:34:12',NULL),(882,2562,'media','full','ABSPATHwp-content/uploads/stress-head5.jpg','','No savings',82432,82432,'',10,0,1,'2021-09-29 20:34:12',NULL),(883,2562,'media','thumbnail','ABSPATHwp-content/uploads/stress-head5-150x150.jpg','','Reduced by 0.2% (7 B)',3889,3896,'',10,0,1,'2021-09-29 20:34:12',NULL),(884,2562,'media','medium','ABSPATHwp-content/uploads/stress-head5-300x200.jpg','','Reduced by 0.0% (3 B)',7649,7652,'',10,0,1,'2021-09-29 20:34:12',NULL),(885,2562,'media','medium_large','ABSPATHwp-content/uploads/stress-head5-768x513.jpg','','Reduced by 0.0% (2 B)',31801,31803,'',10,0,1,'2021-09-29 20:34:12',NULL),(886,2562,'media','large','ABSPATHwp-content/uploads/stress-head5-1024x684.jpg','','Reduced by 0.0% (6 B)',49165,49171,'',10,0,1,'2021-09-29 20:34:13',NULL),(887,2560,'media','full','ABSPATHwp-content/uploads/stress-head2.jpg','','No savings',82432,82432,'',10,0,1,'2021-09-29 20:34:13',NULL),(888,2560,'media','thumbnail','ABSPATHwp-content/uploads/stress-head2-150x150.jpg','','Reduced by 0.2% (7 B)',3889,3896,'',10,0,1,'2021-09-29 20:34:13',NULL),(889,2560,'media','medium','ABSPATHwp-content/uploads/stress-head2-300x200.jpg','','Reduced by 0.0% (3 B)',7649,7652,'',10,0,1,'2021-09-29 20:34:13',NULL),(890,2560,'media','medium_large','ABSPATHwp-content/uploads/stress-head2-768x513.jpg','','Reduced by 0.0% (2 B)',31801,31803,'',10,0,1,'2021-09-29 20:34:13',NULL),(891,2560,'media','large','ABSPATHwp-content/uploads/stress-head2-1024x684.jpg','','Reduced by 0.0% (6 B)',49165,49171,'',10,0,1,'2021-09-29 20:34:13',NULL),(892,2556,'media','full','ABSPATHwp-content/uploads/114.png','','No savings',1232,1232,'',10,0,1,'2021-09-29 20:34:14',NULL),(893,2555,'media','full','ABSPATHwp-content/uploads/72.png','','No savings',844,844,'',10,0,1,'2021-09-29 20:34:14',NULL),(894,2554,'media','full','ABSPATHwp-content/uploads/57.png','','No savings',703,703,'',10,0,1,'2021-09-29 20:34:14',NULL),(895,2553,'media','full','ABSPATHwp-content/uploads/32.png','','No savings',541,541,'',10,0,1,'2021-09-29 20:34:15',NULL),(896,2551,'media','full','ABSPATHwp-content/uploads/screenshot-1.png','','No savings',1428242,1428242,'',10,0,1,'2021-09-29 20:34:30',NULL),(897,2551,'media','thumbnail','ABSPATHwp-content/uploads/screenshot-1-150x150.png','','No savings',40639,40639,'',10,0,1,'2021-09-29 20:34:30',NULL),(898,2551,'media','medium','ABSPATHwp-content/uploads/screenshot-1-300x297.png','','No savings',140143,140143,'',10,0,1,'2021-09-29 20:34:31',NULL),(899,2551,'media','medium_large','ABSPATHwp-content/uploads/screenshot-1-768x761.png','','No savings',686267,686267,'',10,0,1,'2021-09-29 20:34:37',NULL),(900,2551,'media','large','ABSPATHwp-content/uploads/screenshot-1-1024x1014.png','','No savings',1084489,1084489,'',10,0,1,'2021-09-29 20:34:50',NULL),(901,2545,'media','full','ABSPATHwp-content/uploads/hangover-iv-hawaii3.jpg','','No savings',120779,120779,'',10,0,1,'2021-09-29 20:34:50',NULL),(902,2545,'media','thumbnail','ABSPATHwp-content/uploads/hangover-iv-hawaii3-150x150.jpg','','Reduced by 0.1% (5 B)',3596,3601,'',10,0,1,'2021-09-29 20:34:50',NULL),(903,2545,'media','medium','ABSPATHwp-content/uploads/hangover-iv-hawaii3-300x200.jpg','','Reduced by 0.1% (4 B)',7437,7441,'',10,0,1,'2021-09-29 20:34:50',NULL),(904,2545,'media','medium_large','ABSPATHwp-content/uploads/hangover-iv-hawaii3-768x512.jpg','','No savings',28251,28251,'',10,0,1,'2021-09-29 20:34:50',NULL),(905,2545,'media','large','ABSPATHwp-content/uploads/hangover-iv-hawaii3-1024x682.jpg','','Reduced by 0.0% (19 B)',43599,43618,'',10,0,1,'2021-09-29 20:34:51',NULL),(906,2544,'media','full','ABSPATHwp-content/uploads/griddy2.png','','No savings',103,103,'',10,0,1,'2021-09-29 20:34:51',NULL),(907,2543,'media','full','ABSPATHwp-content/uploads/griddy.png','','No savings',103,103,'',10,0,1,'2021-09-29 20:34:51',NULL),(908,2540,'media','full','ABSPATHwp-content/uploads/hangover-iv-hawaii2.jpg','','No savings',128254,128254,'',10,0,1,'2021-09-29 20:34:52',NULL),(909,2540,'media','thumbnail','ABSPATHwp-content/uploads/hangover-iv-hawaii2-150x150.jpg','','Reduced by 0.1% (2 B)',3556,3558,'',10,0,1,'2021-09-29 20:34:52',NULL),(910,2540,'media','medium','ABSPATHwp-content/uploads/hangover-iv-hawaii2-300x200.jpg','','Reduced by 0.1% (4 B)',7412,7416,'',10,0,1,'2021-09-29 20:34:52',NULL),(911,2540,'media','medium_large','ABSPATHwp-content/uploads/hangover-iv-hawaii2-768x512.jpg','','Reduced by 0.0% (14 B)',28742,28756,'',10,0,1,'2021-09-29 20:34:52',NULL),(912,2540,'media','large','ABSPATHwp-content/uploads/hangover-iv-hawaii2-1024x682.jpg','','Reduced by 0.0% (8 B)',44326,44334,'',10,0,1,'2021-09-29 20:34:52',NULL),(913,2536,'media','full','ABSPATHwp-content/uploads/hangover-iv-hawaii-1.png','','No savings',889604,889604,'',10,0,1,'2021-09-29 20:35:08',NULL),(914,2536,'media','thumbnail','ABSPATHwp-content/uploads/hangover-iv-hawaii-1-150x150.png','','No savings',23418,23418,'',10,0,1,'2021-09-29 20:35:09',NULL),(915,2536,'media','medium','ABSPATHwp-content/uploads/hangover-iv-hawaii-1-300x213.png','','No savings',56118,56118,'',10,0,1,'2021-09-29 20:35:10',NULL),(916,2536,'media','medium_large','ABSPATHwp-content/uploads/hangover-iv-hawaii-1-768x546.png','','No savings',319166,319166,'',10,0,1,'2021-09-29 20:35:17',NULL),(917,2536,'media','large','ABSPATHwp-content/uploads/hangover-iv-hawaii-1-1024x728.png','','No savings',547580,547580,'',10,0,1,'2021-09-29 20:35:32',NULL),(918,2535,'media','full','ABSPATHwp-content/uploads/hangover-iv-hawaii.png','','No savings',889604,889604,'',10,0,1,'2021-09-29 20:35:47',NULL),(919,2535,'media','thumbnail','ABSPATHwp-content/uploads/hangover-iv-hawaii-150x150.png','','No savings',23418,23418,'',10,0,1,'2021-09-29 20:35:48',NULL),(920,2535,'media','medium','ABSPATHwp-content/uploads/hangover-iv-hawaii-300x213.png','','No savings',56118,56118,'',10,0,1,'2021-09-29 20:35:49',NULL),(921,2535,'media','medium_large','ABSPATHwp-content/uploads/hangover-iv-hawaii-768x546.png','','No savings',319166,319166,'',10,0,1,'2021-09-29 20:35:56',NULL),(922,2535,'media','large','ABSPATHwp-content/uploads/hangover-iv-hawaii-1024x728.png','','No savings',547580,547580,'',10,0,1,'2021-09-29 20:36:11',NULL),(923,2534,'media','full','ABSPATHwp-content/uploads/mobile-iv-hawaii.png','','No savings',1467483,1467483,'',10,0,1,'2021-09-29 20:36:37',NULL),(924,2534,'media','thumbnail','ABSPATHwp-content/uploads/mobile-iv-hawaii-150x150.png','','No savings',22920,22920,'',10,0,1,'2021-09-29 20:36:37',NULL),(925,2534,'media','medium','ABSPATHwp-content/uploads/mobile-iv-hawaii-300x200.png','','No savings',55888,55888,'',10,0,1,'2021-09-29 20:36:38',NULL),(926,2534,'media','medium_large','ABSPATHwp-content/uploads/mobile-iv-hawaii-768x512.png','','No savings',303490,303490,'',10,0,1,'2021-09-29 20:36:45',NULL),(927,2534,'media','large','ABSPATHwp-content/uploads/mobile-iv-hawaii-1024x682.png','','No savings',529381,529381,'',10,0,1,'2021-09-29 20:36:58',NULL),(928,2514,'media','full','ABSPATHwp-content/uploads/2016/10/feature-1400-788.jpg','','Reduced by 0.0% (4 B)',32732,32736,'',10,0,1,'2021-09-29 20:36:59',NULL),(929,2514,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/feature-1400-788-150x150.jpg','','No savings',5165,5165,'',10,0,1,'2021-09-29 20:36:59',NULL),(930,2514,'media','medium','ABSPATHwp-content/uploads/2016/10/feature-1400-788-300x169.jpg','','No savings',7811,7811,'',10,0,1,'2021-09-29 20:36:59',NULL),(931,2514,'media','medium_large','ABSPATHwp-content/uploads/2016/10/feature-1400-788-768x432.jpg','','Reduced by 0.0% (8 B)',32581,32589,'',10,0,1,'2021-09-29 20:36:59',NULL),(932,2514,'media','large','ABSPATHwp-content/uploads/2016/10/feature-1400-788-1024x576.jpg','','Reduced by 0.0% (10 B)',50634,50644,'',10,0,1,'2021-09-29 20:36:59',NULL),(933,2498,'media','full','ABSPATHwp-content/uploads/2016/10/day-night-feature.jpg','','Reduced by 0.0% (5 B)',34470,34475,'',10,0,1,'2021-09-29 20:36:59',NULL),(934,2498,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/day-night-feature-150x150.jpg','','No savings',4865,4865,'',10,0,1,'2021-09-29 20:36:59',NULL),(935,2498,'media','medium','ABSPATHwp-content/uploads/2016/10/day-night-feature-300x169.jpg','','No savings',7085,7085,'',10,0,1,'2021-09-29 20:36:59',NULL),(936,2498,'media','medium_large','ABSPATHwp-content/uploads/2016/10/day-night-feature-768x432.jpg','','Reduced by 0.0% (8 B)',30106,30114,'',10,0,1,'2021-09-29 20:37:00',NULL),(937,2498,'media','large','ABSPATHwp-content/uploads/2016/10/day-night-feature-1024x576.jpg','','Reduced by 0.0% (15 B)',46872,46887,'',10,0,1,'2021-09-29 20:37:00',NULL),(938,2494,'media','full','ABSPATHwp-content/uploads/2016/11/maxresdefault.jpg','','No savings',123287,123287,'',10,0,1,'2021-09-29 20:37:00',NULL),(939,2494,'media','thumbnail','ABSPATHwp-content/uploads/2016/11/maxresdefault-150x150.jpg','','No savings',6597,6597,'',10,0,1,'2021-09-29 20:37:00',NULL),(940,2494,'media','medium','ABSPATHwp-content/uploads/2016/11/maxresdefault-300x169.jpg','','Reduced by 0.0% (3 B)',10754,10757,'',10,0,1,'2021-09-29 20:37:00',NULL),(941,2494,'media','medium_large','ABSPATHwp-content/uploads/2016/11/maxresdefault-768x432.jpg','','Reduced by 0.0% (10 B)',53922,53932,'',10,0,1,'2021-09-29 20:37:00',NULL),(942,2494,'media','large','ABSPATHwp-content/uploads/2016/11/maxresdefault-1024x576.jpg','','Reduced by 0.0% (26 B)',90485,90511,'',10,0,1,'2021-09-29 20:37:00',NULL),(943,2479,'media','full','ABSPATHwp-content/uploads/2016/10/swig-700x788.jpg','','No savings',21637,21637,'',10,0,1,'2021-09-29 20:37:01',NULL),(944,2479,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/swig-700x788-150x150.jpg','','No savings',2597,2597,'',10,0,1,'2021-09-29 20:37:01',NULL),(945,2479,'media','medium','ABSPATHwp-content/uploads/2016/10/swig-700x788-266x300.jpg','','Reduced by 0.0% (2 B)',6122,6124,'',10,0,1,'2021-09-29 20:37:01',NULL),(946,2475,'media','full','ABSPATHwp-content/uploads/2016/11/532486103.png','','No savings',1106232,1106232,'',10,0,1,'2021-09-29 20:37:08',NULL),(947,2475,'media','thumbnail','ABSPATHwp-content/uploads/2016/11/532486103-150x150.png','','No savings',59087,59087,'',10,0,1,'2021-09-29 20:37:08',NULL),(948,2475,'media','medium','ABSPATHwp-content/uploads/2016/11/532486103-300x169.png','','No savings',124188,124188,'',10,0,1,'2021-09-29 20:37:09',NULL),(949,2475,'media','medium_large','ABSPATHwp-content/uploads/2016/11/532486103-768x432.png','','No savings',721744,721744,'',10,0,1,'2021-09-29 20:37:11',NULL),(950,2475,'media','large','ABSPATHwp-content/uploads/2016/11/532486103-1024x576.png','','No savings',1195382,1195382,'',10,0,1,'2021-09-29 20:37:15',NULL),(951,2391,'media','full','ABSPATHwp-content/uploads/2016/10/apple-touch-icon.png','','No savings',470,470,'',10,0,1,'2021-09-29 20:37:15',NULL),(952,2390,'media','full','ABSPATHwp-content/uploads/2016/10/apple-touch-icon-114x114.png','','No savings',336,336,'',10,0,1,'2021-09-29 20:37:16',NULL),(953,2389,'media','full','ABSPATHwp-content/uploads/2016/10/apple-touch-icon-72x72.png','','No savings',312,312,'',10,0,1,'2021-09-29 20:37:16',NULL),(954,2388,'media','full','ABSPATHwp-content/uploads/2016/10/favicon.png','','No savings',368,368,'',10,0,1,'2021-09-29 20:37:16',NULL),(955,2302,'media','full','ABSPATHwp-content/uploads/2016/10/white22.png','','No savings',17117,17117,'',10,0,1,'2021-09-29 20:37:17',NULL),(956,2302,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/white22-150x150.png','','No savings',11641,11641,'',10,0,1,'2021-09-29 20:37:17',NULL),(957,2302,'media','medium','ABSPATHwp-content/uploads/2016/10/white22-300x225.png','','No savings',24353,24353,'',10,0,1,'2021-09-29 20:37:18',NULL),(958,2301,'media','full','ABSPATHwp-content/uploads/2016/10/white11.png','','No savings',8978,8978,'',10,0,1,'2021-09-29 20:37:18',NULL),(959,2301,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/white11-150x150.png','','No savings',7540,7540,'',10,0,1,'2021-09-29 20:37:18',NULL),(960,2301,'media','medium','ABSPATHwp-content/uploads/2016/10/white11-300x225.png','','No savings',14658,14658,'',10,0,1,'2021-09-29 20:37:19',NULL),(961,2297,'media','full','ABSPATHwp-content/uploads/2016/10/white5.png','','No savings',9177,9177,'',10,0,1,'2021-09-29 20:37:19',NULL),(962,2297,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/white5-150x150.png','','No savings',6221,6221,'',10,0,1,'2021-09-29 20:37:20',NULL),(963,2297,'media','medium','ABSPATHwp-content/uploads/2016/10/white5-300x225.png','','No savings',13540,13540,'',10,0,1,'2021-09-29 20:37:20',NULL),(964,2296,'media','full','ABSPATHwp-content/uploads/2016/10/white4.png','','No savings',9999,9999,'',10,0,1,'2021-09-29 20:37:20',NULL),(965,2296,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/white4-150x150.png','','No savings',7350,7350,'',10,0,1,'2021-09-29 20:37:21',NULL),(966,2296,'media','medium','ABSPATHwp-content/uploads/2016/10/white4-300x225.png','','No savings',15327,15327,'',10,0,1,'2021-09-29 20:37:21',NULL),(967,2295,'media','full','ABSPATHwp-content/uploads/2016/10/white3.png','','No savings',7986,7986,'',10,0,1,'2021-09-29 20:37:22',NULL),(968,2295,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/white3-150x150.png','','No savings',6601,6601,'',10,0,1,'2021-09-29 20:37:22',NULL),(969,2295,'media','medium','ABSPATHwp-content/uploads/2016/10/white3-300x225.png','','No savings',12524,12524,'',10,0,1,'2021-09-29 20:37:22',NULL),(970,2294,'media','full','ABSPATHwp-content/uploads/2016/10/white2.png','','No savings',17117,17117,'',10,0,1,'2021-09-29 20:37:23',NULL),(971,2294,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/white2-150x150.png','','No savings',11641,11641,'',10,0,1,'2021-09-29 20:37:23',NULL),(972,2294,'media','medium','ABSPATHwp-content/uploads/2016/10/white2-300x225.png','','No savings',24353,24353,'',10,0,1,'2021-09-29 20:37:23',NULL),(973,2293,'media','full','ABSPATHwp-content/uploads/2016/10/white1.png','','No savings',8978,8978,'',10,0,1,'2021-09-29 20:37:24',NULL),(974,2293,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/white1-150x150.png','','No savings',7540,7540,'',10,0,1,'2021-09-29 20:37:24',NULL),(975,2293,'media','medium','ABSPATHwp-content/uploads/2016/10/white1-300x225.png','','No savings',14658,14658,'',10,0,1,'2021-09-29 20:37:24',NULL),(976,2292,'media','full','ABSPATHwp-content/uploads/2016/10/white6.png','','No savings',15484,15484,'',10,0,1,'2021-09-29 20:37:25',NULL),(977,2292,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/white6-150x150.png','','No savings',11410,11410,'',10,0,1,'2021-09-29 20:37:25',NULL),(978,2292,'media','medium','ABSPATHwp-content/uploads/2016/10/white6-300x225.png','','No savings',24148,24148,'',10,0,1,'2021-09-29 20:37:25',NULL),(979,2290,'media','full','ABSPATHwp-content/uploads/2016/10/about2.jpg','','Reduced by 0.0% (87 B)',277714,277801,'',10,0,1,'2021-09-29 20:37:26',NULL),(980,2290,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/about2-150x150.jpg','','Reduced by 0.1% (8 B)',7727,7735,'',10,0,1,'2021-09-29 20:37:26',NULL),(981,2290,'media','medium','ABSPATHwp-content/uploads/2016/10/about2-300x165.jpg','','Reduced by 0.0% (4 B)',13992,13996,'',10,0,1,'2021-09-29 20:37:26',NULL),(982,2290,'media','medium_large','ABSPATHwp-content/uploads/2016/10/about2-768x422.jpg','','Reduced by 0.0% (29 B)',87308,87337,'',10,0,1,'2021-09-29 20:37:26',NULL),(983,2290,'media','large','ABSPATHwp-content/uploads/2016/10/about2-1024x563.jpg','','Reduced by 0.0% (45 B)',150149,150194,'',10,0,1,'2021-09-29 20:37:26',NULL),(984,2289,'media','full','ABSPATHwp-content/uploads/2016/10/about1.jpg','','No savings',207836,207836,'',10,0,1,'2021-09-29 20:37:27',NULL),(985,2289,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/about1-150x150.jpg','','No savings',4952,4952,'',10,0,1,'2021-09-29 20:37:27',NULL),(986,2289,'media','medium','ABSPATHwp-content/uploads/2016/10/about1-300x165.jpg','','Reduced by 0.4% (37 B)',10195,10232,'',10,0,1,'2021-09-29 20:37:27',NULL),(987,2289,'media','medium_large','ABSPATHwp-content/uploads/2016/10/about1-768x422.jpg','','Reduced by 0.0% (20 B)',48287,48307,'',10,0,1,'2021-09-29 20:37:27',NULL),(988,2289,'media','large','ABSPATHwp-content/uploads/2016/10/about1-1024x563.jpg','','Reduced by 0.0% (32 B)',81741,81773,'',10,0,1,'2021-09-29 20:37:27',NULL),(989,2288,'media','full','ABSPATHwp-content/uploads/2016/10/about3.jpg','','No savings',377875,377875,'',10,0,1,'2021-09-29 20:37:28',NULL),(990,2288,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/about3-150x150.jpg','','Reduced by 0.1% (5 B)',9003,9008,'',10,0,1,'2021-09-29 20:37:28',NULL),(991,2288,'media','medium','ABSPATHwp-content/uploads/2016/10/about3-300x165.jpg','','Reduced by 0.0% (4 B)',15966,15970,'',10,0,1,'2021-09-29 20:37:28',NULL),(992,2288,'media','medium_large','ABSPATHwp-content/uploads/2016/10/about3-768x422.jpg','','Reduced by 0.0% (29 B)',94936,94965,'',10,0,1,'2021-09-29 20:37:28',NULL),(993,2288,'media','large','ABSPATHwp-content/uploads/2016/10/about3-1024x563.jpg','','Reduced by 0.0% (36 B)',161786,161822,'',10,0,1,'2021-09-29 20:37:28',NULL),(994,2162,'media','full','ABSPATHwp-content/uploads/2016/10/t4.jpg','','No savings',69844,69844,'',10,0,1,'2021-09-29 20:37:28',NULL),(995,2162,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/t4-150x150.jpg','','Reduced by 0.0% (1 B)',5221,5222,'',10,0,1,'2021-09-29 20:37:28',NULL),(996,2162,'media','medium','ABSPATHwp-content/uploads/2016/10/t4-233x300.jpg','','Reduced by 0.0% (3 B)',11159,11162,'',10,0,1,'2021-09-29 20:37:28',NULL),(997,2162,'media','medium_large','ABSPATHwp-content/uploads/2016/10/t4-768x988.jpg','','Reduced by 0.0% (17 B)',75520,75537,'',10,0,1,'2021-09-29 20:37:28',NULL),(998,2162,'media','large','ABSPATHwp-content/uploads/2016/10/t4-796x1024.jpg','','Reduced by 0.1% (56 B)',80079,80135,'',10,0,1,'2021-09-29 20:37:28',NULL),(999,2161,'media','full','ABSPATHwp-content/uploads/2016/10/t5.jpg','','No savings',24065,24065,'',10,0,1,'2021-09-29 20:37:29',NULL),(1000,2161,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/t5-150x150.jpg','','No savings',1468,1468,'',10,0,1,'2021-09-29 20:37:29',NULL),(1001,2161,'media','medium','ABSPATHwp-content/uploads/2016/10/t5-233x300.jpg','','Reduced by 0.1% (3 B)',3780,3783,'',10,0,1,'2021-09-29 20:37:29',NULL),(1002,2161,'media','medium_large','ABSPATHwp-content/uploads/2016/10/t5-768x988.jpg','','Reduced by 0.0% (3 B)',26467,26470,'',10,0,1,'2021-09-29 20:37:29',NULL),(1003,2161,'media','large','ABSPATHwp-content/uploads/2016/10/t5-796x1024.jpg','','No savings',28090,28090,'',10,0,1,'2021-09-29 20:37:29',NULL),(1004,2156,'media','full','ABSPATHwp-content/uploads/2016/10/t1.jpg','','No savings',68972,68972,'',10,0,1,'2021-09-29 20:37:29',NULL),(1005,2156,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/t1-150x150.jpg','','Reduced by 0.1% (2 B)',2395,2397,'',10,0,1,'2021-09-29 20:37:29',NULL),(1006,2156,'media','medium','ABSPATHwp-content/uploads/2016/10/t1-233x300.jpg','','No savings',5526,5526,'',10,0,1,'2021-09-29 20:37:29',NULL),(1007,2156,'media','medium_large','ABSPATHwp-content/uploads/2016/10/t1-768x988.jpg','','Reduced by 0.0% (19 B)',66773,66792,'',10,0,1,'2021-09-29 20:37:29',NULL),(1008,2156,'media','large','ABSPATHwp-content/uploads/2016/10/t1-796x1024.jpg','','Reduced by 0.0% (9 B)',70439,70448,'',10,0,1,'2021-09-29 20:37:30',NULL),(1009,2103,'media','full','ABSPATHwp-content/uploads/2016/10/cd-icon-location.png','','No savings',572,572,'',10,0,1,'2021-09-29 20:37:30',NULL),(1010,2037,'media','full','ABSPATHwp-content/uploads/2016/10/7f15cb43222905.57e841a97e75d-1400-x-1576.jpg','','No savings',76819,76819,'',10,0,1,'2021-09-29 20:37:31',NULL),(1011,2037,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/7f15cb43222905.57e841a97e75d-1400-x-1576-150x150.jpg','','No savings',3829,3829,'',10,0,1,'2021-09-29 20:37:31',NULL),(1012,2037,'media','medium','ABSPATHwp-content/uploads/2016/10/7f15cb43222905.57e841a97e75d-1400-x-1576-266x300.jpg','','No savings',9183,9183,'',10,0,1,'2021-09-29 20:37:31',NULL),(1013,2037,'media','medium_large','ABSPATHwp-content/uploads/2016/10/7f15cb43222905.57e841a97e75d-1400-x-1576-768x865.jpg','','Reduced by 0.0% (12 B)',39794,39806,'',10,0,1,'2021-09-29 20:37:31',NULL),(1014,2037,'media','large','ABSPATHwp-content/uploads/2016/10/7f15cb43222905.57e841a97e75d-1400-x-1576-910x1024.jpg','','Reduced by 0.0% (3 B)',49284,49287,'',10,0,1,'2021-09-29 20:37:31',NULL),(1015,2035,'media','full','ABSPATHwp-content/uploads/2016/10/9b75f835257563.56f3a8c0e7694-1400-x-1576.jpg','','No savings',74384,74384,'',10,0,1,'2021-09-29 20:37:31',NULL),(1016,2035,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/9b75f835257563.56f3a8c0e7694-1400-x-1576-150x150.jpg','','No savings',3245,3245,'',10,0,1,'2021-09-29 20:37:31',NULL),(1017,2035,'media','medium','ABSPATHwp-content/uploads/2016/10/9b75f835257563.56f3a8c0e7694-1400-x-1576-266x300.jpg','','Reduced by 0.1% (5 B)',8991,8996,'',10,0,1,'2021-09-29 20:37:31',NULL),(1018,2035,'media','medium_large','ABSPATHwp-content/uploads/2016/10/9b75f835257563.56f3a8c0e7694-1400-x-1576-768x865.jpg','','Reduced by 0.0% (1 B)',42291,42292,'',10,0,1,'2021-09-29 20:37:32',NULL),(1019,2035,'media','large','ABSPATHwp-content/uploads/2016/10/9b75f835257563.56f3a8c0e7694-1400-x-1576-910x1024.jpg','','No savings',53225,53225,'',10,0,1,'2021-09-29 20:37:32',NULL),(1020,2034,'media','full','ABSPATHwp-content/uploads/2016/10/953c9626796483.56cc5cfd2e0f6-1400-x-788.jpg','','Reduced by 0.0% (7 B)',28496,28503,'',10,0,1,'2021-09-29 20:37:32',NULL),(1021,2034,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/953c9626796483.56cc5cfd2e0f6-1400-x-788-150x150.jpg','','No savings',3458,3458,'',10,0,1,'2021-09-29 20:37:32',NULL),(1022,2034,'media','medium','ABSPATHwp-content/uploads/2016/10/953c9626796483.56cc5cfd2e0f6-1400-x-788-300x169.jpg','','No savings',4334,4334,'',10,0,1,'2021-09-29 20:37:32',NULL),(1023,2034,'media','medium_large','ABSPATHwp-content/uploads/2016/10/953c9626796483.56cc5cfd2e0f6-1400-x-788-768x432.jpg','','No savings',17796,17796,'',10,0,1,'2021-09-29 20:37:32',NULL),(1024,2034,'media','large','ABSPATHwp-content/uploads/2016/10/953c9626796483.56cc5cfd2e0f6-1400-x-788-1024x576.jpg','','Reduced by 0.0% (9 B)',26797,26806,'',10,0,1,'2021-09-29 20:37:32',NULL),(1025,2033,'media','full','ABSPATHwp-content/uploads/2016/10/b64a4629903169.5609d3232e204-1400-x-788.jpg','','No savings',164385,164385,'',10,0,1,'2021-09-29 20:37:33',NULL),(1026,2033,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/b64a4629903169.5609d3232e204-1400-x-788-150x150.jpg','','No savings',6984,6984,'',10,0,1,'2021-09-29 20:37:33',NULL),(1027,2033,'media','medium','ABSPATHwp-content/uploads/2016/10/b64a4629903169.5609d3232e204-1400-x-788-300x169.jpg','','Reduced by 0.0% (4 B)',12766,12770,'',10,0,1,'2021-09-29 20:37:33',NULL),(1028,2033,'media','medium_large','ABSPATHwp-content/uploads/2016/10/b64a4629903169.5609d3232e204-1400-x-788-768x432.jpg','','Reduced by 0.0% (28 B)',56947,56975,'',10,0,1,'2021-09-29 20:37:33',NULL),(1029,2033,'media','large','ABSPATHwp-content/uploads/2016/10/b64a4629903169.5609d3232e204-1400-x-788-1024x576.jpg','','Reduced by 0.0% (25 B)',91283,91308,'',10,0,1,'2021-09-29 20:37:33',NULL),(1030,2032,'media','full','ABSPATHwp-content/uploads/2016/10/22bd8d24848097.5633b0dbc3f78-1400-x-788.jpg','','Reduced by 0.0% (6 B)',25974,25980,'',10,0,1,'2021-09-29 20:37:33',NULL),(1031,2032,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/22bd8d24848097.5633b0dbc3f78-1400-x-788-150x150.jpg','','No savings',4605,4605,'',10,0,1,'2021-09-29 20:37:33',NULL),(1032,2032,'media','medium','ABSPATHwp-content/uploads/2016/10/22bd8d24848097.5633b0dbc3f78-1400-x-788-300x169.jpg','','Reduced by 0.1% (7 B)',6219,6226,'',10,0,1,'2021-09-29 20:37:33',NULL),(1033,2032,'media','medium_large','ABSPATHwp-content/uploads/2016/10/22bd8d24848097.5633b0dbc3f78-1400-x-788-768x432.jpg','','No savings',25240,25240,'',10,0,1,'2021-09-29 20:37:33',NULL),(1034,2032,'media','large','ABSPATHwp-content/uploads/2016/10/22bd8d24848097.5633b0dbc3f78-1400-x-788-1024x576.jpg','','Reduced by 0.0% (5 B)',37143,37148,'',10,0,1,'2021-09-29 20:37:34',NULL),(1035,2031,'media','full','ABSPATHwp-content/uploads/2016/10/2add4432635889.568d5c64090ce-1400-x-788.jpg','','No savings',37472,37472,'',10,0,1,'2021-09-29 20:37:34',NULL),(1036,2031,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/2add4432635889.568d5c64090ce-1400-x-788-150x150.jpg','','No savings',3328,3328,'',10,0,1,'2021-09-29 20:37:34',NULL),(1037,2031,'media','medium','ABSPATHwp-content/uploads/2016/10/2add4432635889.568d5c64090ce-1400-x-788-300x169.jpg','','No savings',4538,4538,'',10,0,1,'2021-09-29 20:37:34',NULL),(1038,2031,'media','medium_large','ABSPATHwp-content/uploads/2016/10/2add4432635889.568d5c64090ce-1400-x-788-768x432.jpg','','No savings',17944,17944,'',10,0,1,'2021-09-29 20:37:34',NULL),(1039,2031,'media','large','ABSPATHwp-content/uploads/2016/10/2add4432635889.568d5c64090ce-1400-x-788-1024x576.jpg','','Reduced by 0.0% (13 B)',27659,27672,'',10,0,1,'2021-09-29 20:37:34',NULL),(1040,2029,'media','full','ABSPATHwp-content/uploads/2016/10/Querido-Tulum-1400-x-788.jpg','','Reduced by 0.0% (2 B)',24265,24267,'',10,0,1,'2021-09-29 20:37:34',NULL),(1041,2029,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/Querido-Tulum-1400-x-788-150x150.jpg','','Reduced by 0.1% (5 B)',4504,4509,'',10,0,1,'2021-09-29 20:37:34',NULL),(1042,2029,'media','medium','ABSPATHwp-content/uploads/2016/10/Querido-Tulum-1400-x-788-300x169.jpg','','Reduced by 0.1% (6 B)',6433,6439,'',10,0,1,'2021-09-29 20:37:34',NULL),(1043,2029,'media','medium_large','ABSPATHwp-content/uploads/2016/10/Querido-Tulum-1400-x-788-768x432.jpg','','Reduced by 0.1% (14 B)',23816,23830,'',10,0,1,'2021-09-29 20:37:35',NULL),(1044,2029,'media','large','ABSPATHwp-content/uploads/2016/10/Querido-Tulum-1400-x-788-1024x576.jpg','','Reduced by 0.0% (16 B)',35551,35567,'',10,0,1,'2021-09-29 20:37:35',NULL),(1045,1963,'media','full','ABSPATHwp-content/uploads/2016/10/7f15cb43222905.57e841a97e75d_700x394.jpg','','No savings',17617,17617,'',10,0,1,'2021-09-29 20:37:35',NULL),(1046,1963,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/7f15cb43222905.57e841a97e75d_700x394-150x150.jpg','','Reduced by 0.1% (3 B)',4181,4184,'',10,0,1,'2021-09-29 20:37:35',NULL),(1047,1963,'media','medium','ABSPATHwp-content/uploads/2016/10/7f15cb43222905.57e841a97e75d_700x394-300x169.jpg','','No savings',5502,5502,'',10,0,1,'2021-09-29 20:37:35',NULL),(1048,1928,'media','full','ABSPATHwp-content/uploads/2016/10/video.jpg','','No savings',37254,37254,'',10,0,1,'2021-09-29 20:37:35',NULL),(1049,1928,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/video-150x150.jpg','','No savings',2946,2946,'',10,0,1,'2021-09-29 20:37:36',NULL),(1050,1928,'media','medium','ABSPATHwp-content/uploads/2016/10/video-300x169.jpg','','Reduced by 0.1% (5 B)',6354,6359,'',10,0,1,'2021-09-29 20:37:36',NULL),(1051,1928,'media','medium_large','ABSPATHwp-content/uploads/2016/10/video-768x432.jpg','','No savings',23525,23525,'',10,0,1,'2021-09-29 20:37:36',NULL),(1052,1928,'media','large','ABSPATHwp-content/uploads/2016/10/video-1024x576.jpg','','Reduced by 0.0% (5 B)',35298,35303,'',10,0,1,'2021-09-29 20:37:36',NULL),(1053,1917,'media','full','ABSPATHwp-content/uploads/2016/10/home3-1.jpg','','No savings',370010,370010,'',10,0,1,'2021-09-29 20:37:36',NULL),(1054,1917,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/home3-1-150x150.jpg','','Reduced by 0.0% (2 B)',8104,8106,'',10,0,1,'2021-09-29 20:37:36',NULL),(1055,1917,'media','medium','ABSPATHwp-content/uploads/2016/10/home3-1-300x182.jpg','','Reduced by 0.0% (7 B)',16905,16912,'',10,0,1,'2021-09-29 20:37:36',NULL),(1056,1917,'media','medium_large','ABSPATHwp-content/uploads/2016/10/home3-1-768x467.jpg','','Reduced by 0.0% (13 B)',95086,95099,'',10,0,1,'2021-09-29 20:37:36',NULL),(1057,1917,'media','large','ABSPATHwp-content/uploads/2016/10/home3-1-1024x623.jpg','','Reduced by 0.0% (37 B)',160383,160420,'',10,0,1,'2021-09-29 20:37:37',NULL),(1058,1916,'media','full','ABSPATHwp-content/uploads/2016/10/home2.jpg','','No savings',258865,258865,'',10,0,1,'2021-09-29 20:37:37',NULL),(1059,1916,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/home2-150x150.jpg','','Reduced by 0.0% (1 B)',5591,5592,'',10,0,1,'2021-09-29 20:37:37',NULL),(1060,1916,'media','medium','ABSPATHwp-content/uploads/2016/10/home2-300x177.jpg','','Reduced by 0.0% (4 B)',10632,10636,'',10,0,1,'2021-09-29 20:37:37',NULL),(1061,1916,'media','medium_large','ABSPATHwp-content/uploads/2016/10/home2-768x454.jpg','','Reduced by 0.0% (19 B)',55745,55764,'',10,0,1,'2021-09-29 20:37:37',NULL),(1062,1916,'media','large','ABSPATHwp-content/uploads/2016/10/home2-1024x606.jpg','','Reduced by 0.0% (12 B)',95186,95198,'',10,0,1,'2021-09-29 20:37:37',NULL),(1063,1869,'media','full','ABSPATHwp-content/uploads/2016/10/c451fb43222905.57e841a97fe39.jpg','','No savings',173870,173870,'',10,0,1,'2021-09-29 20:37:38',NULL),(1064,1869,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/c451fb43222905.57e841a97fe39-150x150.jpg','','Reduced by 0.0% (3 B)',10552,10555,'',10,0,1,'2021-09-29 20:37:38',NULL),(1065,1869,'media','medium','ABSPATHwp-content/uploads/2016/10/c451fb43222905.57e841a97fe39-300x204.jpg','','No savings',24057,24057,'',10,0,1,'2021-09-29 20:37:38',NULL),(1066,1869,'media','medium_large','ABSPATHwp-content/uploads/2016/10/c451fb43222905.57e841a97fe39-768x522.jpg','','Reduced by 0.0% (19 B)',94044,94063,'',10,0,1,'2021-09-29 20:37:38',NULL),(1067,1869,'media','large','ABSPATHwp-content/uploads/2016/10/c451fb43222905.57e841a97fe39-1024x696.jpg','','Reduced by 0.0% (16 B)',140337,140353,'',10,0,1,'2021-09-29 20:37:38',NULL),(1068,1868,'media','full','ABSPATHwp-content/uploads/2016/10/be95be43222905.57e841a97ed5c.jpg','','No savings',37019,37019,'',10,0,1,'2021-09-29 20:37:38',NULL),(1069,1868,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/be95be43222905.57e841a97ed5c-150x150.jpg','','No savings',4274,4274,'',10,0,1,'2021-09-29 20:37:39',NULL),(1070,1868,'media','medium','ABSPATHwp-content/uploads/2016/10/be95be43222905.57e841a97ed5c-300x204.jpg','','Reduced by 0.0% (2 B)',6870,6872,'',10,0,1,'2021-09-29 20:37:39',NULL),(1071,1868,'media','medium_large','ABSPATHwp-content/uploads/2016/10/be95be43222905.57e841a97ed5c-768x521.jpg','','Reduced by 0.0% (6 B)',22717,22723,'',10,0,1,'2021-09-29 20:37:39',NULL),(1072,1868,'media','large','ABSPATHwp-content/uploads/2016/10/be95be43222905.57e841a97ed5c-1024x695.jpg','','Reduced by 0.0% (2 B)',33699,33701,'',10,0,1,'2021-09-29 20:37:39',NULL),(1073,1867,'media','full','ABSPATHwp-content/uploads/2016/10/13999043222905.57e841a97f26b.jpg','','No savings',56451,56451,'',10,0,1,'2021-09-29 20:37:39',NULL),(1074,1867,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/13999043222905.57e841a97f26b-150x150.jpg','','Reduced by 0.0% (3 B)',6189,6192,'',10,0,1,'2021-09-29 20:37:39',NULL),(1075,1867,'media','medium','ABSPATHwp-content/uploads/2016/10/13999043222905.57e841a97f26b-300x204.jpg','','No savings',10051,10051,'',10,0,1,'2021-09-29 20:37:39',NULL),(1076,1867,'media','medium_large','ABSPATHwp-content/uploads/2016/10/13999043222905.57e841a97f26b-768x522.jpg','','Reduced by 0.0% (12 B)',34946,34958,'',10,0,1,'2021-09-29 20:37:39',NULL),(1077,1867,'media','large','ABSPATHwp-content/uploads/2016/10/13999043222905.57e841a97f26b-1024x696.jpg','','Reduced by 0.0% (24 B)',50346,50370,'',10,0,1,'2021-09-29 20:37:39',NULL),(1078,1866,'media','full','ABSPATHwp-content/uploads/2016/10/7f15cb43222905.57e841a97e75d.jpg','','No savings',37395,37395,'',10,0,1,'2021-09-29 20:37:40',NULL),(1079,1866,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/7f15cb43222905.57e841a97e75d-150x150.jpg','','Reduced by 0.1% (2 B)',3128,3130,'',10,0,1,'2021-09-29 20:37:40',NULL),(1080,1866,'media','medium','ABSPATHwp-content/uploads/2016/10/7f15cb43222905.57e841a97e75d-300x216.jpg','','Reduced by 0.1% (3 B)',5641,5644,'',10,0,1,'2021-09-29 20:37:40',NULL),(1081,1866,'media','medium_large','ABSPATHwp-content/uploads/2016/10/7f15cb43222905.57e841a97e75d-768x553.jpg','','Reduced by 0.0% (3 B)',21255,21258,'',10,0,1,'2021-09-29 20:37:40',NULL),(1082,1866,'media','large','ABSPATHwp-content/uploads/2016/10/7f15cb43222905.57e841a97e75d-1024x737.jpg','','Reduced by 0.0% (12 B)',32472,32484,'',10,0,1,'2021-09-29 20:37:40',NULL),(1083,1865,'media','full','ABSPATHwp-content/uploads/2016/10/3f215c43222905.57e841a97f93b.jpg','','No savings',47180,47180,'',10,0,1,'2021-09-29 20:37:40',NULL),(1084,1865,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/3f215c43222905.57e841a97f93b-150x150.jpg','','Reduced by 0.0% (1 B)',4304,4305,'',10,0,1,'2021-09-29 20:37:40',NULL),(1085,1865,'media','medium','ABSPATHwp-content/uploads/2016/10/3f215c43222905.57e841a97f93b-300x204.jpg','','Reduced by 0.0% (3 B)',7291,7294,'',10,0,1,'2021-09-29 20:37:40',NULL),(1086,1865,'media','medium_large','ABSPATHwp-content/uploads/2016/10/3f215c43222905.57e841a97f93b-768x522.jpg','','No savings',27274,27274,'',10,0,1,'2021-09-29 20:37:40',NULL),(1087,1865,'media','large','ABSPATHwp-content/uploads/2016/10/3f215c43222905.57e841a97f93b-1024x696.jpg','','No savings',40097,40097,'',10,0,1,'2021-09-29 20:37:40',NULL),(1088,1863,'media','full','ABSPATHwp-content/uploads/2016/10/fec5df43152119.57e4f42a04b30.png','','No savings',158483,158483,'',10,0,1,'2021-09-29 20:37:42',NULL),(1089,1863,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/fec5df43152119.57e4f42a04b30-150x150.png','','No savings',12844,12844,'',10,0,1,'2021-09-29 20:37:43',NULL),(1090,1863,'media','medium','ABSPATHwp-content/uploads/2016/10/fec5df43152119.57e4f42a04b30-300x200.png','','No savings',19475,19475,'',10,0,1,'2021-09-29 20:37:43',NULL),(1091,1863,'media','medium_large','ABSPATHwp-content/uploads/2016/10/fec5df43152119.57e4f42a04b30-768x511.png','','No savings',127236,127236,'',10,0,1,'2021-09-29 20:37:46',NULL),(1092,1863,'media','large','ABSPATHwp-content/uploads/2016/10/fec5df43152119.57e4f42a04b30-1024x681.png','','No savings',235606,235606,'',10,0,1,'2021-09-29 20:37:51',NULL),(1093,1862,'media','full','ABSPATHwp-content/uploads/2016/10/fbe32543152119.57e4f42a058df.png','','No savings',203727,203727,'',10,0,1,'2021-09-29 20:37:55',NULL),(1094,1862,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/fbe32543152119.57e4f42a058df-150x150.png','','No savings',19507,19507,'',10,0,1,'2021-09-29 20:37:55',NULL),(1095,1862,'media','medium','ABSPATHwp-content/uploads/2016/10/fbe32543152119.57e4f42a058df-300x158.png','','No savings',29572,29572,'',10,0,1,'2021-09-29 20:37:56',NULL),(1096,1862,'media','medium_large','ABSPATHwp-content/uploads/2016/10/fbe32543152119.57e4f42a058df-768x404.png','','No savings',176121,176121,'',10,0,1,'2021-09-29 20:37:59',NULL),(1097,1862,'media','large','ABSPATHwp-content/uploads/2016/10/fbe32543152119.57e4f42a058df-1024x538.png','','No savings',307010,307010,'',10,0,1,'2021-09-29 20:38:06',NULL),(1098,1861,'media','full','ABSPATHwp-content/uploads/2016/10/aa5f4143152119.57e4f42a054bc.png','','No savings',199695,199695,'',10,0,1,'2021-09-29 20:38:10',NULL),(1099,1861,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/aa5f4143152119.57e4f42a054bc-150x150.png','','No savings',9597,9597,'',10,0,1,'2021-09-29 20:38:10',NULL),(1100,1861,'media','medium','ABSPATHwp-content/uploads/2016/10/aa5f4143152119.57e4f42a054bc-300x190.png','','No savings',23580,23580,'',10,0,1,'2021-09-29 20:38:11',NULL),(1101,1861,'media','medium_large','ABSPATHwp-content/uploads/2016/10/aa5f4143152119.57e4f42a054bc-768x486.png','','No savings',157733,157733,'',10,0,1,'2021-09-29 20:38:14',NULL),(1102,1861,'media','large','ABSPATHwp-content/uploads/2016/10/aa5f4143152119.57e4f42a054bc-1024x648.png','','No savings',289760,289760,'',10,0,1,'2021-09-29 20:38:22',NULL),(1103,1860,'media','full','ABSPATHwp-content/uploads/2016/10/0e77d843152119.57e4f429ddb92.png','','No savings',244471,244471,'',10,0,1,'2021-09-29 20:38:27',NULL),(1104,1860,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/0e77d843152119.57e4f429ddb92-150x150.png','','No savings',15556,15556,'',10,0,1,'2021-09-29 20:38:27',NULL),(1105,1860,'media','medium','ABSPATHwp-content/uploads/2016/10/0e77d843152119.57e4f429ddb92-300x230.png','','No savings',36847,36847,'',10,0,1,'2021-09-29 20:38:28',NULL),(1106,1860,'media','medium_large','ABSPATHwp-content/uploads/2016/10/0e77d843152119.57e4f429ddb92-768x588.png','','No savings',232409,232409,'',10,0,1,'2021-09-29 20:38:34',NULL),(1107,1860,'media','large','ABSPATHwp-content/uploads/2016/10/0e77d843152119.57e4f429ddb92-1024x784.png','','No savings',409206,409206,'',10,0,1,'2021-09-29 20:38:44',NULL),(1108,1858,'media','full','ABSPATHwp-content/uploads/2016/10/f9508135257563.56f2798934b82.jpg','','No savings',42977,42977,'',10,0,1,'2021-09-29 20:38:44',NULL),(1109,1858,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/f9508135257563.56f2798934b82-150x150.jpg','','No savings',4534,4534,'',10,0,1,'2021-09-29 20:38:44',NULL),(1110,1858,'media','medium','ABSPATHwp-content/uploads/2016/10/f9508135257563.56f2798934b82-300x211.jpg','','Reduced by 0.1% (6 B)',7730,7736,'',10,0,1,'2021-09-29 20:38:44',NULL),(1111,1858,'media','medium_large','ABSPATHwp-content/uploads/2016/10/f9508135257563.56f2798934b82-768x540.jpg','','Reduced by 0.0% (6 B)',27420,27426,'',10,0,1,'2021-09-29 20:38:44',NULL),(1112,1858,'media','large','ABSPATHwp-content/uploads/2016/10/f9508135257563.56f2798934b82-1024x719.jpg','','No savings',40452,40452,'',10,0,1,'2021-09-29 20:38:44',NULL),(1113,1857,'media','full','ABSPATHwp-content/uploads/2016/10/f5661235257563.56f27989352c9.jpg','','No savings',55338,55338,'',10,0,1,'2021-09-29 20:38:45',NULL),(1114,1857,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/f5661235257563.56f27989352c9-150x150.jpg','','Reduced by 0.1% (4 B)',4362,4366,'',10,0,1,'2021-09-29 20:38:45',NULL),(1115,1857,'media','medium','ABSPATHwp-content/uploads/2016/10/f5661235257563.56f27989352c9-300x219.jpg','','Reduced by 0.0% (4 B)',8184,8188,'',10,0,1,'2021-09-29 20:38:45',NULL),(1116,1857,'media','medium_large','ABSPATHwp-content/uploads/2016/10/f5661235257563.56f27989352c9-768x560.jpg','','Reduced by 0.0% (10 B)',36078,36088,'',10,0,1,'2021-09-29 20:38:45',NULL),(1117,1857,'media','large','ABSPATHwp-content/uploads/2016/10/f5661235257563.56f27989352c9-1024x747.jpg','','Reduced by 0.0% (8 B)',56201,56209,'',10,0,1,'2021-09-29 20:38:45',NULL),(1118,1856,'media','full','ABSPATHwp-content/uploads/2016/10/f4fd1e35257563.56f2798936ab5.jpg','','No savings',60023,60023,'',10,0,1,'2021-09-29 20:38:46',NULL),(1119,1856,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/f4fd1e35257563.56f2798936ab5-150x150.jpg','','No savings',4846,4846,'',10,0,1,'2021-09-29 20:38:46',NULL),(1120,1856,'media','medium','ABSPATHwp-content/uploads/2016/10/f4fd1e35257563.56f2798936ab5-300x200.jpg','','No savings',8930,8930,'',10,0,1,'2021-09-29 20:38:46',NULL),(1121,1856,'media','medium_large','ABSPATHwp-content/uploads/2016/10/f4fd1e35257563.56f2798936ab5-768x512.jpg','','Reduced by 0.0% (10 B)',38286,38296,'',10,0,1,'2021-09-29 20:38:46',NULL),(1122,1856,'media','large','ABSPATHwp-content/uploads/2016/10/f4fd1e35257563.56f2798936ab5-1024x683.jpg','','Reduced by 0.0% (5 B)',58779,58784,'',10,0,1,'2021-09-29 20:38:46',NULL),(1123,1855,'media','full','ABSPATHwp-content/uploads/2016/10/eb199935257563.56f2798935f0c.jpg','','No savings',48973,48973,'',10,0,1,'2021-09-29 20:38:46',NULL),(1124,1855,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/eb199935257563.56f2798935f0c-150x150.jpg','','Reduced by 0.1% (2 B)',3977,3979,'',10,0,1,'2021-09-29 20:38:46',NULL),(1125,1855,'media','medium','ABSPATHwp-content/uploads/2016/10/eb199935257563.56f2798935f0c-300x213.jpg','','No savings',7218,7218,'',10,0,1,'2021-09-29 20:38:46',NULL),(1126,1855,'media','medium_large','ABSPATHwp-content/uploads/2016/10/eb199935257563.56f2798935f0c-768x545.jpg','','Reduced by 0.0% (14 B)',30590,30604,'',10,0,1,'2021-09-29 20:38:46',NULL),(1127,1855,'media','large','ABSPATHwp-content/uploads/2016/10/eb199935257563.56f2798935f0c-1024x727.jpg','','Reduced by 0.0% (12 B)',46639,46651,'',10,0,1,'2021-09-29 20:38:47',NULL),(1128,1854,'media','full','ABSPATHwp-content/uploads/2016/10/bdb83835257563.56f279893462a.jpg','','No savings',59346,59346,'',10,0,1,'2021-09-29 20:38:47',NULL),(1129,1854,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/bdb83835257563.56f279893462a-150x150.jpg','','No savings',4557,4557,'',10,0,1,'2021-09-29 20:38:47',NULL),(1130,1854,'media','medium','ABSPATHwp-content/uploads/2016/10/bdb83835257563.56f279893462a-300x216.jpg','','Reduced by 0.0% (1 B)',8874,8875,'',10,0,1,'2021-09-29 20:38:47',NULL),(1131,1854,'media','medium_large','ABSPATHwp-content/uploads/2016/10/bdb83835257563.56f279893462a-768x552.jpg','','No savings',37386,37386,'',10,0,1,'2021-09-29 20:38:47',NULL),(1132,1854,'media','large','ABSPATHwp-content/uploads/2016/10/bdb83835257563.56f279893462a-1024x736.jpg','','Reduced by 0.0% (11 B)',56942,56953,'',10,0,1,'2021-09-29 20:38:47',NULL),(1133,1853,'media','full','ABSPATHwp-content/uploads/2016/10/9b75f835257563.56f3a8c0e7694.jpg','','No savings',62653,62653,'',10,0,1,'2021-09-29 20:38:48',NULL),(1134,1853,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/9b75f835257563.56f3a8c0e7694-150x150.jpg','','Reduced by 0.0% (1 B)',3246,3247,'',10,0,1,'2021-09-29 20:38:48',NULL),(1135,1853,'media','medium','ABSPATHwp-content/uploads/2016/10/9b75f835257563.56f3a8c0e7694-205x300.jpg','','No savings',6575,6575,'',10,0,1,'2021-09-29 20:38:48',NULL),(1136,1853,'media','medium_large','ABSPATHwp-content/uploads/2016/10/9b75f835257563.56f3a8c0e7694-768x1121.jpg','','Reduced by 0.0% (6 B)',44156,44162,'',10,0,1,'2021-09-29 20:38:48',NULL),(1137,1853,'media','large','ABSPATHwp-content/uploads/2016/10/9b75f835257563.56f3a8c0e7694-701x1024.jpg','','Reduced by 0.0% (6 B)',38939,38945,'',10,0,1,'2021-09-29 20:38:48',NULL),(1138,1852,'media','full','ABSPATHwp-content/uploads/2016/10/07b97735257563.56f27989370f3.jpg','','No savings',48196,48196,'',10,0,1,'2021-09-29 20:38:48',NULL),(1139,1852,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/07b97735257563.56f27989370f3-150x150.jpg','','Reduced by 0.0% (1 B)',3138,3139,'',10,0,1,'2021-09-29 20:38:48',NULL),(1140,1852,'media','medium','ABSPATHwp-content/uploads/2016/10/07b97735257563.56f27989370f3-300x200.jpg','','No savings',6368,6368,'',10,0,1,'2021-09-29 20:38:48',NULL),(1141,1852,'media','medium_large','ABSPATHwp-content/uploads/2016/10/07b97735257563.56f27989370f3-768x513.jpg','','Reduced by 0.0% (5 B)',24085,24090,'',10,0,1,'2021-09-29 20:38:48',NULL),(1142,1852,'media','large','ABSPATHwp-content/uploads/2016/10/07b97735257563.56f27989370f3-1024x684.jpg','','Reduced by 0.0% (3 B)',36605,36608,'',10,0,1,'2021-09-29 20:38:49',NULL),(1143,1851,'media','full','ABSPATHwp-content/uploads/2016/10/1ed9d535257563.56f2798935890.jpg','','No savings',106969,106969,'',10,0,1,'2021-09-29 20:38:49',NULL),(1144,1851,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/1ed9d535257563.56f2798935890-150x150.jpg','','No savings',3837,3837,'',10,0,1,'2021-09-29 20:38:49',NULL),(1145,1851,'media','medium','ABSPATHwp-content/uploads/2016/10/1ed9d535257563.56f2798935890-249x300.jpg','','Reduced by 0.0% (1 B)',8941,8942,'',10,0,1,'2021-09-29 20:38:49',NULL),(1146,1851,'media','medium_large','ABSPATHwp-content/uploads/2016/10/1ed9d535257563.56f2798935890-768x925.jpg','','Reduced by 0.0% (20 B)',55052,55072,'',10,0,1,'2021-09-29 20:38:49',NULL),(1147,1851,'media','large','ABSPATHwp-content/uploads/2016/10/1ed9d535257563.56f2798935890-850x1024.jpg','','Reduced by 0.0% (6 B)',65494,65500,'',10,0,1,'2021-09-29 20:38:49',NULL),(1148,1848,'media','full','ABSPATHwp-content/uploads/2016/10/d7b05526796483.56cc5cfd297c8.jpg','','No savings',110712,110712,'',10,0,1,'2021-09-29 20:38:50',NULL),(1149,1848,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/d7b05526796483.56cc5cfd297c8-150x150.jpg','','No savings',5805,5805,'',10,0,1,'2021-09-29 20:38:50',NULL),(1150,1848,'media','medium','ABSPATHwp-content/uploads/2016/10/d7b05526796483.56cc5cfd297c8-300x200.jpg','','Reduced by 0.0% (1 B)',9810,9811,'',10,0,1,'2021-09-29 20:38:50',NULL),(1151,1848,'media','medium_large','ABSPATHwp-content/uploads/2016/10/d7b05526796483.56cc5cfd297c8-768x513.jpg','','Reduced by 0.0% (9 B)',42984,42993,'',10,0,1,'2021-09-29 20:38:50',NULL),(1152,1848,'media','large','ABSPATHwp-content/uploads/2016/10/d7b05526796483.56cc5cfd297c8-1024x684.jpg','','Reduced by 0.0% (15 B)',66683,66698,'',10,0,1,'2021-09-29 20:38:50',NULL),(1153,1847,'media','full','ABSPATHwp-content/uploads/2016/10/d0f74226796483.56cc5cfd26303.jpg','','No savings',62734,62734,'',10,0,1,'2021-09-29 20:38:50',NULL),(1154,1847,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/d0f74226796483.56cc5cfd26303-150x150.jpg','','Reduced by 0.0% (1 B)',3023,3024,'',10,0,1,'2021-09-29 20:38:50',NULL),(1155,1847,'media','medium','ABSPATHwp-content/uploads/2016/10/d0f74226796483.56cc5cfd26303-300x200.jpg','','Reduced by 0.0% (2 B)',4787,4789,'',10,0,1,'2021-09-29 20:38:50',NULL),(1156,1847,'media','medium_large','ABSPATHwp-content/uploads/2016/10/d0f74226796483.56cc5cfd26303-768x513.jpg','','No savings',17897,17897,'',10,0,1,'2021-09-29 20:38:50',NULL),(1157,1847,'media','large','ABSPATHwp-content/uploads/2016/10/d0f74226796483.56cc5cfd26303-1024x684.jpg','','Reduced by 0.0% (8 B)',27412,27420,'',10,0,1,'2021-09-29 20:38:50',NULL),(1158,1846,'media','full','ABSPATHwp-content/uploads/2016/10/cce67f26796483.56cc5cfd27528.jpg','','No savings',72335,72335,'',10,0,1,'2021-09-29 20:38:51',NULL),(1159,1846,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/cce67f26796483.56cc5cfd27528-150x150.jpg','','No savings',4121,4121,'',10,0,1,'2021-09-29 20:38:51',NULL),(1160,1846,'media','medium','ABSPATHwp-content/uploads/2016/10/cce67f26796483.56cc5cfd27528-300x200.jpg','','Reduced by 0.0% (1 B)',7064,7065,'',10,0,1,'2021-09-29 20:38:51',NULL),(1161,1846,'media','medium_large','ABSPATHwp-content/uploads/2016/10/cce67f26796483.56cc5cfd27528-768x513.jpg','','Reduced by 0.1% (16 B)',27559,27575,'',10,0,1,'2021-09-29 20:38:51',NULL),(1162,1846,'media','large','ABSPATHwp-content/uploads/2016/10/cce67f26796483.56cc5cfd27528-1024x684.jpg','','Reduced by 0.0% (5 B)',42558,42563,'',10,0,1,'2021-09-29 20:38:51',NULL),(1163,1845,'media','full','ABSPATHwp-content/uploads/2016/10/a4dc8826796483.56cc5cfd302f4.jpg','','No savings',89918,89918,'',10,0,1,'2021-09-29 20:38:52',NULL),(1164,1845,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/a4dc8826796483.56cc5cfd302f4-150x150.jpg','','No savings',4539,4539,'',10,0,1,'2021-09-29 20:38:52',NULL),(1165,1845,'media','medium','ABSPATHwp-content/uploads/2016/10/a4dc8826796483.56cc5cfd302f4-300x200.jpg','','Reduced by 0.0% (2 B)',7746,7748,'',10,0,1,'2021-09-29 20:38:52',NULL),(1166,1845,'media','medium_large','ABSPATHwp-content/uploads/2016/10/a4dc8826796483.56cc5cfd302f4-768x513.jpg','','No savings',32249,32249,'',10,0,1,'2021-09-29 20:38:52',NULL),(1167,1845,'media','large','ABSPATHwp-content/uploads/2016/10/a4dc8826796483.56cc5cfd302f4-1024x684.jpg','','Reduced by 0.0% (6 B)',50488,50494,'',10,0,1,'2021-09-29 20:38:52',NULL),(1168,1844,'media','full','ABSPATHwp-content/uploads/2016/10/74060526796483.56cc5cfd2bbf6.jpg','','No savings',73617,73617,'',10,0,1,'2021-09-29 20:38:52',NULL),(1169,1844,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/74060526796483.56cc5cfd2bbf6-150x150.jpg','','No savings',4556,4556,'',10,0,1,'2021-09-29 20:38:52',NULL),(1170,1844,'media','medium','ABSPATHwp-content/uploads/2016/10/74060526796483.56cc5cfd2bbf6-300x200.jpg','','No savings',9651,9651,'',10,0,1,'2021-09-29 20:38:52',NULL),(1171,1844,'media','medium_large','ABSPATHwp-content/uploads/2016/10/74060526796483.56cc5cfd2bbf6-768x513.jpg','','Reduced by 0.0% (5 B)',39911,39916,'',10,0,1,'2021-09-29 20:38:52',NULL),(1172,1844,'media','large','ABSPATHwp-content/uploads/2016/10/74060526796483.56cc5cfd2bbf6-1024x684.jpg','','Reduced by 0.0% (10 B)',61507,61517,'',10,0,1,'2021-09-29 20:38:52',NULL),(1173,1843,'media','full','ABSPATHwp-content/uploads/2016/10/953c9626796483.56cc5cfd2e0f6.jpg','','No savings',25933,25933,'',10,0,1,'2021-09-29 20:38:53',NULL),(1174,1843,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/953c9626796483.56cc5cfd2e0f6-150x150.jpg','','No savings',2650,2650,'',10,0,1,'2021-09-29 20:38:53',NULL),(1175,1843,'media','medium','ABSPATHwp-content/uploads/2016/10/953c9626796483.56cc5cfd2e0f6-300x200.jpg','','No savings',4477,4477,'',10,0,1,'2021-09-29 20:38:53',NULL),(1176,1843,'media','medium_large','ABSPATHwp-content/uploads/2016/10/953c9626796483.56cc5cfd2e0f6-768x513.jpg','','Reduced by 0.0% (1 B)',17170,17171,'',10,0,1,'2021-09-29 20:38:53',NULL),(1177,1843,'media','large','ABSPATHwp-content/uploads/2016/10/953c9626796483.56cc5cfd2e0f6-1024x684.jpg','','Reduced by 0.1% (20 B)',25818,25838,'',10,0,1,'2021-09-29 20:38:53',NULL),(1178,1840,'media','full','ABSPATHwp-content/uploads/2016/10/29561629903169.5609d32328912.jpg','','No savings',33289,33289,'',10,0,1,'2021-09-29 20:38:54',NULL),(1179,1840,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/29561629903169.5609d32328912-150x150.jpg','','Reduced by 0.1% (2 B)',2332,2334,'',10,0,1,'2021-09-29 20:38:54',NULL),(1180,1840,'media','medium','ABSPATHwp-content/uploads/2016/10/29561629903169.5609d32328912-300x200.jpg','','Reduced by 0.2% (7 B)',4014,4021,'',10,0,1,'2021-09-29 20:38:54',NULL),(1181,1840,'media','medium_large','ABSPATHwp-content/uploads/2016/10/29561629903169.5609d32328912-768x512.jpg','','Reduced by 0.0% (7 B)',16507,16514,'',10,0,1,'2021-09-29 20:38:54',NULL),(1182,1840,'media','large','ABSPATHwp-content/uploads/2016/10/29561629903169.5609d32328912-1024x682.jpg','','No savings',25125,25125,'',10,0,1,'2021-09-29 20:38:54',NULL),(1183,1839,'media','full','ABSPATHwp-content/uploads/2016/10/1705a129903169.5609d3232d13a.jpg','','No savings',82210,82210,'',10,0,1,'2021-09-29 20:38:54',NULL),(1184,1839,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/1705a129903169.5609d3232d13a-150x150.jpg','','No savings',4205,4205,'',10,0,1,'2021-09-29 20:38:54',NULL),(1185,1839,'media','medium','ABSPATHwp-content/uploads/2016/10/1705a129903169.5609d3232d13a-300x200.jpg','','Reduced by 0.1% (11 B)',7671,7682,'',10,0,1,'2021-09-29 20:38:54',NULL),(1186,1839,'media','medium_large','ABSPATHwp-content/uploads/2016/10/1705a129903169.5609d3232d13a-768x512.jpg','','Reduced by 0.0% (8 B)',34572,34580,'',10,0,1,'2021-09-29 20:38:54',NULL),(1187,1839,'media','large','ABSPATHwp-content/uploads/2016/10/1705a129903169.5609d3232d13a-1024x682.jpg','','Reduced by 0.0% (17 B)',54605,54622,'',10,0,1,'2021-09-29 20:38:54',NULL),(1188,1838,'media','full','ABSPATHwp-content/uploads/2016/10/629a0029903169.5609d32335c97.jpg','','No savings',125566,125566,'',10,0,1,'2021-09-29 20:38:55',NULL),(1189,1838,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/629a0029903169.5609d32335c97-150x150.jpg','','Reduced by 0.1% (2 B)',2982,2984,'',10,0,1,'2021-09-29 20:38:55',NULL),(1190,1838,'media','medium','ABSPATHwp-content/uploads/2016/10/629a0029903169.5609d32335c97-300x200.jpg','','Reduced by 0.1% (6 B)',7124,7130,'',10,0,1,'2021-09-29 20:38:55',NULL),(1191,1838,'media','medium_large','ABSPATHwp-content/uploads/2016/10/629a0029903169.5609d32335c97-768x512.jpg','','Reduced by 0.0% (11 B)',33823,33834,'',10,0,1,'2021-09-29 20:38:55',NULL),(1192,1838,'media','large','ABSPATHwp-content/uploads/2016/10/629a0029903169.5609d32335c97-1024x682.jpg','','No savings',55692,55692,'',10,0,1,'2021-09-29 20:38:55',NULL),(1193,1837,'media','full','ABSPATHwp-content/uploads/2016/10/17a53e29903169.5609d32338ec7.jpg','','No savings',102298,102298,'',10,0,1,'2021-09-29 20:38:56',NULL),(1194,1837,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/17a53e29903169.5609d32338ec7-150x150.jpg','','No savings',3449,3449,'',10,0,1,'2021-09-29 20:38:56',NULL),(1195,1837,'media','medium','ABSPATHwp-content/uploads/2016/10/17a53e29903169.5609d32338ec7-300x200.jpg','','Reduced by 0.1% (6 B)',6084,6090,'',10,0,1,'2021-09-29 20:38:56',NULL),(1196,1837,'media','medium_large','ABSPATHwp-content/uploads/2016/10/17a53e29903169.5609d32338ec7-768x512.jpg','','No savings',31250,31250,'',10,0,1,'2021-09-29 20:38:56',NULL),(1197,1837,'media','large','ABSPATHwp-content/uploads/2016/10/17a53e29903169.5609d32338ec7-1024x682.jpg','','Reduced by 0.0% (1 B)',53656,53657,'',10,0,1,'2021-09-29 20:38:56',NULL),(1198,1836,'media','full','ABSPATHwp-content/uploads/2016/10/6ddf0c29903169.5609d3232ad29.jpg','','No savings',68699,68699,'',10,0,1,'2021-09-29 20:38:56',NULL),(1199,1836,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/6ddf0c29903169.5609d3232ad29-150x150.jpg','','No savings',3274,3274,'',10,0,1,'2021-09-29 20:38:56',NULL),(1200,1836,'media','medium','ABSPATHwp-content/uploads/2016/10/6ddf0c29903169.5609d3232ad29-300x200.jpg','','Reduced by 0.0% (2 B)',5360,5362,'',10,0,1,'2021-09-29 20:38:56',NULL),(1201,1836,'media','medium_large','ABSPATHwp-content/uploads/2016/10/6ddf0c29903169.5609d3232ad29-768x512.jpg','','Reduced by 0.0% (2 B)',22063,22065,'',10,0,1,'2021-09-29 20:38:56',NULL),(1202,1836,'media','large','ABSPATHwp-content/uploads/2016/10/6ddf0c29903169.5609d3232ad29-1024x682.jpg','','No savings',34543,34543,'',10,0,1,'2021-09-29 20:38:56',NULL),(1203,1835,'media','full','ABSPATHwp-content/uploads/2016/10/b64a4629903169.5609d3232e204.jpg','','No savings',148338,148338,'',10,0,1,'2021-09-29 20:38:57',NULL),(1204,1835,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/b64a4629903169.5609d3232e204-150x150.jpg','','No savings',7150,7150,'',10,0,1,'2021-09-29 20:38:57',NULL),(1205,1835,'media','medium','ABSPATHwp-content/uploads/2016/10/b64a4629903169.5609d3232e204-300x200.jpg','','Reduced by 0.0% (5 B)',14722,14727,'',10,0,1,'2021-09-29 20:38:57',NULL),(1206,1835,'media','medium_large','ABSPATHwp-content/uploads/2016/10/b64a4629903169.5609d3232e204-768x512.jpg','','Reduced by 0.0% (17 B)',65747,65764,'',10,0,1,'2021-09-29 20:38:57',NULL),(1207,1835,'media','large','ABSPATHwp-content/uploads/2016/10/b64a4629903169.5609d3232e204-1024x682.jpg','','Reduced by 0.0% (24 B)',104839,104863,'',10,0,1,'2021-09-29 20:38:57',NULL),(1208,1833,'media','full','ABSPATHwp-content/uploads/2016/10/d95beb24848097.5633b0dbe7b25.jpg','','No savings',51108,51108,'',10,0,1,'2021-09-29 20:38:57',NULL),(1209,1833,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/d95beb24848097.5633b0dbe7b25-150x150.jpg','','No savings',3561,3561,'',10,0,1,'2021-09-29 20:38:57',NULL),(1210,1833,'media','medium','ABSPATHwp-content/uploads/2016/10/d95beb24848097.5633b0dbe7b25-300x200.jpg','','Reduced by 0.0% (2 B)',6038,6040,'',10,0,1,'2021-09-29 20:38:57',NULL),(1211,1833,'media','medium_large','ABSPATHwp-content/uploads/2016/10/d95beb24848097.5633b0dbe7b25-768x512.jpg','','Reduced by 0.1% (13 B)',23164,23177,'',10,0,1,'2021-09-29 20:38:58',NULL),(1212,1833,'media','large','ABSPATHwp-content/uploads/2016/10/d95beb24848097.5633b0dbe7b25-1024x683.jpg','','Reduced by 0.1% (18 B)',35065,35083,'',10,0,1,'2021-09-29 20:38:58',NULL),(1213,1832,'media','full','ABSPATHwp-content/uploads/2016/10/c00d7924848097.5633b0dbb76f7.jpg','','No savings',56156,56156,'',10,0,1,'2021-09-29 20:38:58',NULL),(1214,1832,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/c00d7924848097.5633b0dbb76f7-150x150.jpg','','No savings',2954,2954,'',10,0,1,'2021-09-29 20:38:58',NULL),(1215,1832,'media','medium','ABSPATHwp-content/uploads/2016/10/c00d7924848097.5633b0dbb76f7-300x200.jpg','','No savings',4885,4885,'',10,0,1,'2021-09-29 20:38:58',NULL),(1216,1832,'media','medium_large','ABSPATHwp-content/uploads/2016/10/c00d7924848097.5633b0dbb76f7-768x512.jpg','','Reduced by 0.0% (2 B)',18586,18588,'',10,0,1,'2021-09-29 20:38:58',NULL),(1217,1832,'media','large','ABSPATHwp-content/uploads/2016/10/c00d7924848097.5633b0dbb76f7-1024x683.jpg','','Reduced by 0.1% (17 B)',28696,28713,'',10,0,1,'2021-09-29 20:38:58',NULL),(1218,1831,'media','full','ABSPATHwp-content/uploads/2016/10/a29e2224848097.5633b0dc18d9e.jpg','','No savings',116250,116250,'',10,0,1,'2021-09-29 20:38:59',NULL),(1219,1831,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/a29e2224848097.5633b0dc18d9e-150x150.jpg','','Reduced by 0.1% (3 B)',4791,4794,'',10,0,1,'2021-09-29 20:38:59',NULL),(1220,1831,'media','medium','ABSPATHwp-content/uploads/2016/10/a29e2224848097.5633b0dc18d9e-300x200.jpg','','Reduced by 0.0% (1 B)',8231,8232,'',10,0,1,'2021-09-29 20:38:59',NULL),(1221,1831,'media','medium_large','ABSPATHwp-content/uploads/2016/10/a29e2224848097.5633b0dc18d9e-768x512.jpg','','Reduced by 0.0% (6 B)',31986,31992,'',10,0,1,'2021-09-29 20:38:59',NULL),(1222,1831,'media','large','ABSPATHwp-content/uploads/2016/10/a29e2224848097.5633b0dc18d9e-1024x683.jpg','','Reduced by 0.0% (12 B)',48241,48253,'',10,0,1,'2021-09-29 20:38:59',NULL),(1223,1830,'media','full','ABSPATHwp-content/uploads/2016/10/3120bf24848097.5633b0dbdffc1.jpg','','No savings',86890,86890,'',10,0,1,'2021-09-29 20:38:59',NULL),(1224,1830,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/3120bf24848097.5633b0dbdffc1-150x150.jpg','','Reduced by 0.1% (3 B)',3403,3406,'',10,0,1,'2021-09-29 20:38:59',NULL),(1225,1830,'media','medium','ABSPATHwp-content/uploads/2016/10/3120bf24848097.5633b0dbdffc1-300x200.jpg','','No savings',5577,5577,'',10,0,1,'2021-09-29 20:38:59',NULL),(1226,1830,'media','medium_large','ABSPATHwp-content/uploads/2016/10/3120bf24848097.5633b0dbdffc1-768x512.jpg','','Reduced by 0.0% (9 B)',22365,22374,'',10,0,1,'2021-09-29 20:38:59',NULL),(1227,1830,'media','large','ABSPATHwp-content/uploads/2016/10/3120bf24848097.5633b0dbdffc1-1024x683.jpg','','Reduced by 0.0% (7 B)',33939,33946,'',10,0,1,'2021-09-29 20:38:59',NULL),(1228,1829,'media','full','ABSPATHwp-content/uploads/2016/10/345b9324848097.5633b0dbd8fd8.jpg','','No savings',83326,83326,'',10,0,1,'2021-09-29 20:39:00',NULL),(1229,1829,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/345b9324848097.5633b0dbd8fd8-150x150.jpg','','No savings',4205,4205,'',10,0,1,'2021-09-29 20:39:00',NULL),(1230,1829,'media','medium','ABSPATHwp-content/uploads/2016/10/345b9324848097.5633b0dbd8fd8-300x200.jpg','','Reduced by 0.1% (4 B)',7215,7219,'',10,0,1,'2021-09-29 20:39:00',NULL),(1231,1829,'media','medium_large','ABSPATHwp-content/uploads/2016/10/345b9324848097.5633b0dbd8fd8-768x512.jpg','','Reduced by 0.0% (7 B)',30258,30265,'',10,0,1,'2021-09-29 20:39:00',NULL),(1232,1829,'media','large','ABSPATHwp-content/uploads/2016/10/345b9324848097.5633b0dbd8fd8-1024x683.jpg','','No savings',46429,46429,'',10,0,1,'2021-09-29 20:39:00',NULL),(1233,1828,'media','full','ABSPATHwp-content/uploads/2016/10/44f74224848097.5633b0dbbe124.jpg','','No savings',40770,40770,'',10,0,1,'2021-09-29 20:39:01',NULL),(1234,1828,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/44f74224848097.5633b0dbbe124-150x150.jpg','','No savings',2915,2915,'',10,0,1,'2021-09-29 20:39:01',NULL),(1235,1828,'media','medium','ABSPATHwp-content/uploads/2016/10/44f74224848097.5633b0dbbe124-300x200.jpg','','No savings',4623,4623,'',10,0,1,'2021-09-29 20:39:01',NULL),(1236,1828,'media','medium_large','ABSPATHwp-content/uploads/2016/10/44f74224848097.5633b0dbbe124-768x512.jpg','','No savings',17910,17910,'',10,0,1,'2021-09-29 20:39:01',NULL),(1237,1828,'media','large','ABSPATHwp-content/uploads/2016/10/44f74224848097.5633b0dbbe124-1024x683.jpg','','Reduced by 0.0% (4 B)',27560,27564,'',10,0,1,'2021-09-29 20:39:01',NULL),(1238,1827,'media','full','ABSPATHwp-content/uploads/2016/10/22bd8d24848097.5633b0dbc3f78.jpg','','No savings',75554,75554,'',10,0,1,'2021-09-29 20:39:01',NULL),(1239,1827,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/22bd8d24848097.5633b0dbc3f78-150x150.jpg','','Reduced by 0.1% (4 B)',3678,3682,'',10,0,1,'2021-09-29 20:39:01',NULL),(1240,1827,'media','medium','ABSPATHwp-content/uploads/2016/10/22bd8d24848097.5633b0dbc3f78-300x200.jpg','','No savings',6318,6318,'',10,0,1,'2021-09-29 20:39:01',NULL),(1241,1827,'media','medium_large','ABSPATHwp-content/uploads/2016/10/22bd8d24848097.5633b0dbc3f78-768x512.jpg','','Reduced by 0.0% (1 B)',24055,24056,'',10,0,1,'2021-09-29 20:39:01',NULL),(1242,1827,'media','large','ABSPATHwp-content/uploads/2016/10/22bd8d24848097.5633b0dbc3f78-1024x683.jpg','','Reduced by 0.0% (3 B)',36790,36793,'',10,0,1,'2021-09-29 20:39:01',NULL),(1243,1826,'media','full','ABSPATHwp-content/uploads/2016/10/14dc5024848097.5633b0dc20ff2.jpg','','No savings',99087,99087,'',10,0,1,'2021-09-29 20:39:02',NULL),(1244,1826,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/14dc5024848097.5633b0dc20ff2-150x150.jpg','','Reduced by 0.0% (1 B)',3482,3483,'',10,0,1,'2021-09-29 20:39:02',NULL),(1245,1826,'media','medium','ABSPATHwp-content/uploads/2016/10/14dc5024848097.5633b0dc20ff2-300x200.jpg','','Reduced by 0.0% (2 B)',5811,5813,'',10,0,1,'2021-09-29 20:39:03',NULL),(1246,1826,'media','medium_large','ABSPATHwp-content/uploads/2016/10/14dc5024848097.5633b0dc20ff2-768x512.jpg','','Reduced by 0.0% (6 B)',22754,22760,'',10,0,1,'2021-09-29 20:39:03',NULL),(1247,1826,'media','large','ABSPATHwp-content/uploads/2016/10/14dc5024848097.5633b0dc20ff2-1024x683.jpg','','Reduced by 0.0% (16 B)',34272,34288,'',10,0,1,'2021-09-29 20:39:03',NULL),(1248,1824,'media','full','ABSPATHwp-content/uploads/2016/10/ae7c2732635889.568d5c64118e4.jpg','','No savings',82583,82583,'',10,0,1,'2021-09-29 20:39:03',NULL),(1249,1824,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/ae7c2732635889.568d5c64118e4-150x150.jpg','','Reduced by 0.0% (1 B)',4252,4253,'',10,0,1,'2021-09-29 20:39:03',NULL),(1250,1824,'media','medium','ABSPATHwp-content/uploads/2016/10/ae7c2732635889.568d5c64118e4-300x199.jpg','','Reduced by 0.1% (6 B)',9002,9008,'',10,0,1,'2021-09-29 20:39:03',NULL),(1251,1824,'media','medium_large','ABSPATHwp-content/uploads/2016/10/ae7c2732635889.568d5c64118e4-768x510.jpg','','Reduced by 0.1% (22 B)',42761,42783,'',10,0,1,'2021-09-29 20:39:03',NULL),(1252,1824,'media','large','ABSPATHwp-content/uploads/2016/10/ae7c2732635889.568d5c64118e4-1024x680.jpg','','Reduced by 0.0% (11 B)',68795,68806,'',10,0,1,'2021-09-29 20:39:03',NULL),(1253,1823,'media','full','ABSPATHwp-content/uploads/2016/10/11233532635889.568d5c64149b9.jpg','','No savings',104162,104162,'',10,0,1,'2021-09-29 20:39:04',NULL),(1254,1823,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/11233532635889.568d5c64149b9-150x150.jpg','','Reduced by 0.0% (1 B)',3400,3401,'',10,0,1,'2021-09-29 20:39:04',NULL),(1255,1823,'media','medium','ABSPATHwp-content/uploads/2016/10/11233532635889.568d5c64149b9-300x199.jpg','','No savings',6851,6851,'',10,0,1,'2021-09-29 20:39:04',NULL),(1256,1823,'media','medium_large','ABSPATHwp-content/uploads/2016/10/11233532635889.568d5c64149b9-768x510.jpg','','Reduced by 0.0% (13 B)',40077,40090,'',10,0,1,'2021-09-29 20:39:04',NULL),(1257,1823,'media','large','ABSPATHwp-content/uploads/2016/10/11233532635889.568d5c64149b9-1024x680.jpg','','Reduced by 0.0% (30 B)',70290,70320,'',10,0,1,'2021-09-29 20:39:04',NULL),(1258,1822,'media','full','ABSPATHwp-content/uploads/2016/10/96c0bf32635889.568d5c64139bb.jpg','','No savings',50808,50808,'',10,0,1,'2021-09-29 20:39:04',NULL),(1259,1822,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/96c0bf32635889.568d5c64139bb-150x150.jpg','','Reduced by 0.0% (1 B)',4722,4723,'',10,0,1,'2021-09-29 20:39:04',NULL),(1260,1822,'media','medium','ABSPATHwp-content/uploads/2016/10/96c0bf32635889.568d5c64139bb-300x199.jpg','','Reduced by 0.1% (4 B)',7820,7824,'',10,0,1,'2021-09-29 20:39:04',NULL),(1261,1822,'media','medium_large','ABSPATHwp-content/uploads/2016/10/96c0bf32635889.568d5c64139bb-768x510.jpg','','Reduced by 0.0% (3 B)',31652,31655,'',10,0,1,'2021-09-29 20:39:05',NULL),(1262,1822,'media','large','ABSPATHwp-content/uploads/2016/10/96c0bf32635889.568d5c64139bb-1024x680.jpg','','Reduced by 0.0% (15 B)',48448,48463,'',10,0,1,'2021-09-29 20:39:05',NULL),(1263,1821,'media','full','ABSPATHwp-content/uploads/2016/10/30f8b732635889.568d5c640f82c.jpg','','No savings',29248,29248,'',10,0,1,'2021-09-29 20:39:05',NULL),(1264,1821,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/30f8b732635889.568d5c640f82c-150x150.jpg','','No savings',2648,2648,'',10,0,1,'2021-09-29 20:39:05',NULL),(1265,1821,'media','medium','ABSPATHwp-content/uploads/2016/10/30f8b732635889.568d5c640f82c-300x199.jpg','','Reduced by 0.0% (1 B)',4564,4565,'',10,0,1,'2021-09-29 20:39:05',NULL),(1266,1821,'media','medium_large','ABSPATHwp-content/uploads/2016/10/30f8b732635889.568d5c640f82c-768x510.jpg','','Reduced by 0.1% (11 B)',18576,18587,'',10,0,1,'2021-09-29 20:39:05',NULL),(1267,1821,'media','large','ABSPATHwp-content/uploads/2016/10/30f8b732635889.568d5c640f82c-1024x680.jpg','','Reduced by 0.0% (11 B)',29249,29260,'',10,0,1,'2021-09-29 20:39:05',NULL),(1268,1820,'media','full','ABSPATHwp-content/uploads/2016/10/20ef3e32635889.568d5c640e549.jpg','','No savings',106468,106468,'',10,0,1,'2021-09-29 20:39:06',NULL),(1269,1820,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/20ef3e32635889.568d5c640e549-150x150.jpg','','Reduced by 0.0% (1 B)',5181,5182,'',10,0,1,'2021-09-29 20:39:06',NULL),(1270,1820,'media','medium','ABSPATHwp-content/uploads/2016/10/20ef3e32635889.568d5c640e549-300x199.jpg','','Reduced by 0.0% (2 B)',11932,11934,'',10,0,1,'2021-09-29 20:39:06',NULL),(1271,1820,'media','medium_large','ABSPATHwp-content/uploads/2016/10/20ef3e32635889.568d5c640e549-768x510.jpg','','Reduced by 0.0% (19 B)',50917,50936,'',10,0,1,'2021-09-29 20:39:06',NULL),(1272,1820,'media','large','ABSPATHwp-content/uploads/2016/10/20ef3e32635889.568d5c640e549-1024x680.jpg','','Reduced by 0.0% (17 B)',78689,78706,'',10,0,1,'2021-09-29 20:39:06',NULL),(1273,1819,'media','full','ABSPATHwp-content/uploads/2016/10/2add4432635889.568d5c64090ce.jpg','','No savings',47793,47793,'',10,0,1,'2021-09-29 20:39:06',NULL),(1274,1819,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/2add4432635889.568d5c64090ce-150x150.jpg','','Reduced by 0.0% (1 B)',3385,3386,'',10,0,1,'2021-09-29 20:39:06',NULL),(1275,1819,'media','medium','ABSPATHwp-content/uploads/2016/10/2add4432635889.568d5c64090ce-300x199.jpg','','No savings',5208,5208,'',10,0,1,'2021-09-29 20:39:06',NULL),(1276,1819,'media','medium_large','ABSPATHwp-content/uploads/2016/10/2add4432635889.568d5c64090ce-768x510.jpg','','Reduced by 0.0% (6 B)',21920,21926,'',10,0,1,'2021-09-29 20:39:07',NULL),(1277,1819,'media','large','ABSPATHwp-content/uploads/2016/10/2add4432635889.568d5c64090ce-1024x680.jpg','','Reduced by 0.0% (12 B)',34673,34685,'',10,0,1,'2021-09-29 20:39:07',NULL),(1278,1816,'media','full','ABSPATHwp-content/uploads/2016/10/2.jpg','','No savings',19113,19113,'',10,0,1,'2021-09-29 20:39:07',NULL),(1279,1816,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/2-150x150.jpg','','No savings',1998,1998,'',10,0,1,'2021-09-29 20:39:07',NULL),(1280,1816,'media','medium','ABSPATHwp-content/uploads/2016/10/2-266x300.jpg','','No savings',4938,4938,'',10,0,1,'2021-09-29 20:39:07',NULL),(1281,1815,'media','full','ABSPATHwp-content/uploads/2016/10/home5.gif','','No savings',522964,522964,'',10,0,1,'2021-09-29 20:39:08',NULL),(1282,1815,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/home5-150x150.gif','','No savings',11049,11049,'',10,0,1,'2021-09-29 20:39:08',NULL),(1283,1815,'media','medium','ABSPATHwp-content/uploads/2016/10/home5-300x188.gif','','No savings',21578,21578,'',10,0,1,'2021-09-29 20:39:08',NULL),(1284,1815,'media','medium_large','ABSPATHwp-content/uploads/2016/10/home5-768x480.gif','','No savings',136213,136213,'',10,0,1,'2021-09-29 20:39:08',NULL),(1285,1815,'media','large','ABSPATHwp-content/uploads/2016/10/home5-1024x640.gif','','No savings',242498,242498,'',10,0,1,'2021-09-29 20:39:08',NULL),(1286,1813,'media','full','ABSPATHwp-content/uploads/2016/10/7.jpg','','No savings',37094,37094,'',10,0,1,'2021-09-29 20:39:08',NULL),(1287,1813,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/7-150x150.jpg','','Reduced by 0.1% (3 B)',3245,3248,'',10,0,1,'2021-09-29 20:39:08',NULL),(1288,1813,'media','medium','ABSPATHwp-content/uploads/2016/10/7-300x188.jpg','','No savings',5325,5325,'',10,0,1,'2021-09-29 20:39:08',NULL),(1289,1813,'media','medium_large','ABSPATHwp-content/uploads/2016/10/7-768x482.jpg','','Reduced by 0.0% (5 B)',22663,22668,'',10,0,1,'2021-09-29 20:39:08',NULL),(1290,1813,'media','large','ABSPATHwp-content/uploads/2016/10/7-1024x643.jpg','','Reduced by 0.1% (27 B)',35333,35360,'',10,0,1,'2021-09-29 20:39:08',NULL),(1291,1812,'media','full','ABSPATHwp-content/uploads/2016/10/8.jpg','','No savings',90462,90462,'',10,0,1,'2021-09-29 20:39:09',NULL),(1292,1812,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/8-150x150.jpg','','Reduced by 0.0% (1 B)',3653,3654,'',10,0,1,'2021-09-29 20:39:09',NULL),(1293,1812,'media','medium','ABSPATHwp-content/uploads/2016/10/8-300x232.jpg','','Reduced by 0.1% (4 B)',7695,7699,'',10,0,1,'2021-09-29 20:39:09',NULL),(1294,1812,'media','medium_large','ABSPATHwp-content/uploads/2016/10/8-768x594.jpg','','Reduced by 0.1% (19 B)',37478,37497,'',10,0,1,'2021-09-29 20:39:09',NULL),(1295,1810,'media','full','ABSPATHwp-content/uploads/2016/10/5.jpg','','No savings',16135,16135,'',10,0,1,'2021-09-29 20:39:09',NULL),(1296,1810,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/5-150x150.jpg','','No savings',2915,2915,'',10,0,1,'2021-09-29 20:39:09',NULL),(1297,1810,'media','medium','ABSPATHwp-content/uploads/2016/10/5-235x300.jpg','','Reduced by 0.1% (5 B)',5231,5236,'',10,0,1,'2021-09-29 20:39:09',NULL),(1298,1809,'media','full','ABSPATHwp-content/uploads/2016/10/4.jpg','','No savings',43903,43903,'',10,0,1,'2021-09-29 20:39:10',NULL),(1299,1809,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/4-150x150.jpg','','No savings',4755,4755,'',10,0,1,'2021-09-29 20:39:10',NULL),(1300,1809,'media','medium','ABSPATHwp-content/uploads/2016/10/4-300x257.jpg','','Reduced by 0.1% (7 B)',10364,10371,'',10,0,1,'2021-09-29 20:39:10',NULL),(1301,1809,'media','medium_large','ABSPATHwp-content/uploads/2016/10/4-768x658.jpg','','Reduced by 0.0% (10 B)',41226,41236,'',10,0,1,'2021-09-29 20:39:10',NULL),(1302,1808,'media','full','ABSPATHwp-content/uploads/2016/10/3.jpg','','No savings',44660,44660,'',10,0,1,'2021-09-29 20:39:11',NULL),(1303,1808,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/3-150x150.jpg','','No savings',3569,3569,'',10,0,1,'2021-09-29 20:39:11',NULL),(1304,1808,'media','medium','ABSPATHwp-content/uploads/2016/10/3-300x188.jpg','','Reduced by 0.0% (1 B)',6535,6536,'',10,0,1,'2021-09-29 20:39:11',NULL),(1305,1808,'media','medium_large','ABSPATHwp-content/uploads/2016/10/3-768x480.jpg','','Reduced by 0.0% (7 B)',25104,25111,'',10,0,1,'2021-09-29 20:39:11',NULL),(1306,1808,'media','large','ABSPATHwp-content/uploads/2016/10/3-1024x640.jpg','','No savings',39525,39525,'',10,0,1,'2021-09-29 20:39:11',NULL),(1307,1807,'media','full','ABSPATHwp-content/uploads/2016/10/1-1.jpg','','No savings',25439,25439,'',10,0,1,'2021-09-29 20:39:11',NULL),(1308,1807,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/1-1-150x150.jpg','','Reduced by 0.0% (1 B)',2825,2826,'',10,0,1,'2021-09-29 20:39:11',NULL),(1309,1807,'media','medium','ABSPATHwp-content/uploads/2016/10/1-1-279x300.jpg','','Reduced by 0.1% (5 B)',7051,7056,'',10,0,1,'2021-09-29 20:39:11',NULL),(1310,1806,'media','full','ABSPATHwp-content/uploads/2016/10/1.jpg','','No savings',27744,27744,'',10,0,1,'2021-09-29 20:39:12',NULL),(1311,1806,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/1-150x150.jpg','','Reduced by 0.1% (3 B)',4973,4976,'',10,0,1,'2021-09-29 20:39:12',NULL),(1312,1806,'media','medium','ABSPATHwp-content/uploads/2016/10/1-300x169.jpg','','Reduced by 0.0% (2 B)',8112,8114,'',10,0,1,'2021-09-29 20:39:12',NULL),(1313,1805,'media','full','ABSPATHwp-content/uploads/2016/10/6.jpg','','No savings',65698,65698,'',10,0,1,'2021-09-29 20:39:12',NULL),(1314,1805,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/6-150x150.jpg','','Reduced by 0.1% (3 B)',5647,5650,'',10,0,1,'2021-09-29 20:39:12',NULL),(1315,1805,'media','medium','ABSPATHwp-content/uploads/2016/10/6-300x188.jpg','','No savings',10093,10093,'',10,0,1,'2021-09-29 20:39:12',NULL),(1316,1805,'media','medium_large','ABSPATHwp-content/uploads/2016/10/6-768x480.jpg','','Reduced by 0.0% (17 B)',41367,41384,'',10,0,1,'2021-09-29 20:39:12',NULL),(1317,1805,'media','large','ABSPATHwp-content/uploads/2016/10/6-1024x640.jpg','','No savings',64764,64764,'',10,0,1,'2021-09-29 20:39:13',NULL),(1318,1738,'media','full','ABSPATHwp-content/uploads/2016/10/79840d23292553.5635470427691.jpg','','No savings',89794,89794,'',10,0,1,'2021-09-29 20:39:13',NULL),(1319,1738,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/79840d23292553.5635470427691-150x150.jpg','','No savings',4301,4301,'',10,0,1,'2021-09-29 20:39:13',NULL),(1320,1738,'media','medium','ABSPATHwp-content/uploads/2016/10/79840d23292553.5635470427691-300x191.jpg','','Reduced by 0.0% (3 B)',7298,7301,'',10,0,1,'2021-09-29 20:39:13',NULL),(1321,1738,'media','medium_large','ABSPATHwp-content/uploads/2016/10/79840d23292553.5635470427691-768x488.jpg','','No savings',32708,32708,'',10,0,1,'2021-09-29 20:39:13',NULL),(1322,1738,'media','large','ABSPATHwp-content/uploads/2016/10/79840d23292553.5635470427691-1024x651.jpg','','Reduced by 0.0% (21 B)',50678,50699,'',10,0,1,'2021-09-29 20:39:13',NULL),(1323,1735,'media','full','ABSPATHwp-content/uploads/2016/10/team6.jpg','','Reduced by 0.1% (11 B)',16182,16193,'',10,0,1,'2021-09-29 20:39:14',NULL),(1324,1735,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/team6-150x150.jpg','','No savings',4563,4563,'',10,0,1,'2021-09-29 20:39:14',NULL),(1325,1735,'media','medium','ABSPATHwp-content/uploads/2016/10/team6-300x200.jpg','','Reduced by 0.0% (3 B)',8752,8755,'',10,0,1,'2021-09-29 20:39:14',NULL),(1326,1734,'media','full','ABSPATHwp-content/uploads/2016/10/team5.jpg','','Reduced by 0.0% (3 B)',11456,11459,'',10,0,1,'2021-09-29 20:39:14',NULL),(1327,1734,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/team5-150x150.jpg','','Reduced by 0.1% (2 B)',3074,3076,'',10,0,1,'2021-09-29 20:39:14',NULL),(1328,1734,'media','medium','ABSPATHwp-content/uploads/2016/10/team5-300x200.jpg','','Reduced by 0.1% (5 B)',5640,5645,'',10,0,1,'2021-09-29 20:39:14',NULL),(1329,1733,'media','full','ABSPATHwp-content/uploads/2016/10/team4.jpg','','Reduced by 0.0% (2 B)',22456,22458,'',10,0,1,'2021-09-29 20:39:14',NULL),(1330,1733,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/team4-150x150.jpg','','No savings',3961,3961,'',10,0,1,'2021-09-29 20:39:14',NULL),(1331,1733,'media','medium','ABSPATHwp-content/uploads/2016/10/team4-300x200.jpg','','No savings',7950,7950,'',10,0,1,'2021-09-29 20:39:14',NULL),(1332,1717,'media','full','ABSPATHwp-content/uploads/2016/10/cur1.jpg','','No savings',158425,158425,'',10,0,1,'2021-09-29 20:39:15',NULL),(1333,1717,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/cur1-150x150.jpg','','Reduced by 0.1% (4 B)',6194,6198,'',10,0,1,'2021-09-29 20:39:15',NULL),(1334,1717,'media','medium','ABSPATHwp-content/uploads/2016/10/cur1-258x300.jpg','','Reduced by 0.0% (1 B)',16175,16176,'',10,0,1,'2021-09-29 20:39:15',NULL),(1335,1717,'media','medium_large','ABSPATHwp-content/uploads/2016/10/cur1-768x892.jpg','','Reduced by 0.0% (23 B)',90795,90818,'',10,0,1,'2021-09-29 20:39:15',NULL),(1336,1717,'media','large','ABSPATHwp-content/uploads/2016/10/cur1-882x1024.jpg','','Reduced by 0.0% (8 B)',113218,113226,'',10,0,1,'2021-09-29 20:39:15',NULL),(1337,1705,'media','full','ABSPATHwp-content/uploads/2016/10/home3.jpg','','No savings',370010,370010,'',10,0,1,'2021-09-29 20:39:16',NULL),(1338,1705,'media','thumbnail','ABSPATHwp-content/uploads/2016/10/home3-150x150.jpg','','Reduced by 0.0% (2 B)',8104,8106,'',10,0,1,'2021-09-29 20:39:16',NULL),(1339,1705,'media','medium','ABSPATHwp-content/uploads/2016/10/home3-300x182.jpg','','Reduced by 0.0% (7 B)',16905,16912,'',10,0,1,'2021-09-29 20:39:16',NULL),(1340,1705,'media','medium_large','ABSPATHwp-content/uploads/2016/10/home3-768x467.jpg','','Reduced by 0.0% (13 B)',95086,95099,'',10,0,1,'2021-09-29 20:39:16',NULL),(1341,1705,'media','large','ABSPATHwp-content/uploads/2016/10/home3-1024x623.jpg','','Reduced by 0.0% (37 B)',160383,160420,'',10,0,1,'2021-09-29 20:39:16',NULL),(1342,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis-child/screenshot.png','','No savings',1428242,1428242,'',10,0,1,'2021-09-29 20:39:31',NULL),(1343,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/screenshot.png','','No savings',255546,255546,'',10,0,1,'2021-09-29 20:39:35',NULL),(1344,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/spinner/arrow_left.png','','No savings',113,113,'',10,0,1,'2021-09-29 20:39:35',NULL),(1345,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/spinner/arrow_right.png','','No savings',117,117,'',10,0,1,'2021-09-29 20:39:35',NULL),(1346,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/switch/switch.gif','','No savings',1225,1225,'',10,0,1,'2021-09-29 20:39:35',NULL),(1347,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/switch/slider-control.png','','No savings',753,753,'',10,0,1,'2021-09-29 20:39:35',NULL),(1348,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/img/toggle_tabs.png','','No savings',226,226,'',10,0,1,'2021-09-29 20:39:35',NULL),(1349,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/img/3cr.png','','No savings',334,334,'',10,0,1,'2021-09-29 20:39:35',NULL),(1350,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/img/4-col-portfolio.png','','No savings',168,168,'',10,0,1,'2021-09-29 20:39:35',NULL),(1351,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/img/2cr.png','','No savings',252,252,'',10,0,1,'2021-09-29 20:39:35',NULL),(1352,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/img/2-col-portfolio.png','','No savings',153,153,'',10,0,1,'2021-09-29 20:39:35',NULL),(1353,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/img/3-col-portfolio.png','','No savings',150,150,'',10,0,1,'2021-09-29 20:39:35',NULL),(1354,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/img/1col.png','','No savings',138,138,'',10,0,1,'2021-09-29 20:39:35',NULL),(1355,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/img/1c.png','','No savings',134,134,'',10,0,1,'2021-09-29 20:39:35',NULL),(1356,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/img/2cl.png','','No savings',249,249,'',10,0,1,'2021-09-29 20:39:35',NULL),(1357,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/img/3cl.png','','No savings',344,344,'',10,0,1,'2021-09-29 20:39:36',NULL),(1358,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/img/menu_icon.png','','No savings',406,406,'',10,0,1,'2021-09-29 20:39:36',NULL),(1359,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/img/3cm.png','','No savings',305,305,'',10,0,1,'2021-09-29 20:39:36',NULL),(1360,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/img/ajax.gif','','No savings',1163,1163,'',10,0,1,'2021-09-29 20:39:36',NULL),(1361,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_888888_256x240.png','','No savings',4196,4196,'',10,0,1,'2021-09-29 20:39:36',NULL),(1362,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_highlight-soft_75_cccccc_1x100.png','','No savings',86,86,'',10,0,1,'2021-09-29 20:39:36',NULL),(1363,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_2e83ff_256x240.png','','No savings',4196,4196,'',10,0,1,'2021-09-29 20:39:36',NULL),(1364,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_75_ffffff_1x400.png','','No savings',102,102,'',10,0,1,'2021-09-29 20:39:36',NULL),(1365,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_222222_256x240.png','','No savings',4196,4196,'',10,0,1,'2021-09-29 20:39:36',NULL),(1366,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_inset-soft_95_fef1ec_1x100.png','','No savings',123,123,'',10,0,1,'2021-09-29 20:39:36',NULL),(1367,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_cd0a0a_256x240.png','','No savings',4196,4196,'',10,0,1,'2021-09-29 20:39:37',NULL),(1368,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_454545_256x240.png','','No savings',4196,4196,'',10,0,1,'2021-09-29 20:39:37',NULL),(1369,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_75_dadada_1x400.png','','No savings',111,111,'',10,0,1,'2021-09-29 20:39:37',NULL),(1370,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_55_fbf9ee_1x400.png','','No savings',120,120,'',10,0,1,'2021-09-29 20:39:37',NULL),(1371,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_ffffff_256x240.png','','No savings',4196,4196,'',10,0,1,'2021-09-29 20:39:37',NULL),(1372,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_65_ffffff_1x400.png','','No savings',99,99,'',10,0,1,'2021-09-29 20:39:37',NULL),(1373,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_flat_0_aaaaaa_40x100.png','','No savings',86,86,'',10,0,1,'2021-09-29 20:39:37',NULL),(1374,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_f6cf3b_256x240.png','','No savings',4394,4394,'',10,0,1,'2021-09-29 20:39:37',NULL),(1375,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_75_e6e6e6_1x400.png','','No savings',110,110,'',10,0,1,'2021-09-29 20:39:37',NULL),(1376,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/sample/presets/preset1.png','','No savings',13937,13937,'',10,0,1,'2021-09-29 20:39:38',NULL),(1377,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/sample/presets/preset2.png','','No savings',13882,13882,'',10,0,1,'2021-09-29 20:39:38',NULL),(1378,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/sample/patterns/triangular.png','','No savings',210,210,'',10,0,1,'2021-09-29 20:39:39',NULL),(1379,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/sample/patterns/[email protected]','','No savings',212,212,'',10,0,1,'2021-09-29 20:39:39',NULL),(1380,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/sample/patterns/tree_bark.png','','No savings',42360,42360,'',10,0,1,'2021-09-29 20:39:39',NULL),(1381,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/inc/libs/ReduxFramework/sample/patterns/wild_flowers.png','','No savings',47151,47151,'',10,0,1,'2021-09-29 20:39:40',NULL),(1382,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/portfolio/9.jpg','','No savings',22912,22912,'',10,0,1,'2021-09-29 20:39:40',NULL),(1383,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/portfolio/11.jpg','','Reduced by 0.1% (11 B)',21601,21612,'',10,0,1,'2021-09-29 20:39:40',NULL),(1384,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/portfolio/4.jpg','','Reduced by 0.0% (5 B)',20141,20146,'',10,0,1,'2021-09-29 20:39:40',NULL),(1385,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/portfolio/6.jpg','','Reduced by 0.0% (4 B)',17018,17022,'',10,0,1,'2021-09-29 20:39:40',NULL),(1386,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/portfolio/5.jpg','','Reduced by 0.0% (12 B)',36263,36275,'',10,0,1,'2021-09-29 20:39:40',NULL),(1387,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/portfolio/8.jpg','','Reduced by 0.0% (4 B)',29777,29781,'',10,0,1,'2021-09-29 20:39:40',NULL),(1388,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/portfolio/7.jpg','','Reduced by 0.0% (5 B)',15177,15182,'',10,0,1,'2021-09-29 20:39:40',NULL),(1389,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/portfolio/3.jpg','','Reduced by 0.0% (4 B)',28237,28241,'',10,0,1,'2021-09-29 20:39:40',NULL),(1390,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/portfolio/1.jpg','','Reduced by 0.0% (14 B)',32696,32710,'',10,0,1,'2021-09-29 20:39:40',NULL),(1391,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/portfolio/12.jpg','','Reduced by 0.0% (1 B)',22937,22938,'',10,0,1,'2021-09-29 20:39:40',NULL),(1392,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/portfolio/10.jpg','','Reduced by 0.0% (2 B)',15367,15369,'',10,0,1,'2021-09-29 20:39:40',NULL),(1393,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/portfolio/2.jpg','','Reduced by 0.0% (11 B)',23074,23085,'',10,0,1,'2021-09-29 20:39:41',NULL),(1394,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/9.jpg','','Reduced by 0.0% (9 B)',194235,194244,'',10,0,1,'2021-09-29 20:39:41',NULL),(1395,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/up-arrow.png','','No savings',515,515,'',10,0,1,'2021-09-29 20:39:41',NULL),(1396,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/11.jpg','','Reduced by 0.0% (32 B)',151484,151516,'',10,0,1,'2021-09-29 20:39:41',NULL),(1397,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/home5.gif','','No savings',522964,522964,'',10,0,1,'2021-09-29 20:39:41',NULL),(1398,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/project/4.jpg','','Reduced by 0.0% (19 B)',53635,53654,'',10,0,1,'2021-09-29 20:39:41',NULL),(1399,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/project/6.jpg','','Reduced by 0.0% (16 B)',87285,87301,'',10,0,1,'2021-09-29 20:39:41',NULL),(1400,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/project/5.jpg','','Reduced by 0.0% (3 B)',20778,20781,'',10,0,1,'2021-09-29 20:39:41',NULL),(1401,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/project/8.jpg','','Reduced by 0.0% (9 B)',157477,157486,'',10,0,1,'2021-09-29 20:39:41',NULL),(1402,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/project/7.jpg','','Reduced by 0.0% (12 B)',46702,46714,'',10,0,1,'2021-09-29 20:39:41',NULL),(1403,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/project/3.jpg','','Reduced by 0.0% (19 B)',47563,47582,'',10,0,1,'2021-09-29 20:39:42',NULL),(1404,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/project/1.jpg','','No savings',30631,30631,'',10,0,1,'2021-09-29 20:39:42',NULL),(1405,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/project/2.jpg','','No savings',52973,52973,'',10,0,1,'2021-09-29 20:39:42',NULL),(1406,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/cur2.jpg','','Reduced by 0.0% (8 B)',95753,95761,'',10,0,1,'2021-09-29 20:39:42',NULL),(1407,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/cur5.jpg','','No savings',58667,58667,'',10,0,1,'2021-09-29 20:39:42',NULL),(1408,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/logos/white3.png','','No savings',11234,11234,'',10,0,1,'2021-09-29 20:39:42',NULL),(1409,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/logos/white2.png','','No savings',23302,23302,'',10,0,1,'2021-09-29 20:39:42',NULL),(1410,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/logos/white4.png','','No savings',13719,13719,'',10,0,1,'2021-09-29 20:39:43',NULL),(1411,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/logos/white1.png','','No savings',12410,12410,'',10,0,1,'2021-09-29 20:39:43',NULL),(1412,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/logos/white5.png','','No savings',12977,12977,'',10,0,1,'2021-09-29 20:39:43',NULL),(1413,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/logos/white6.png','','No savings',21811,21811,'',10,0,1,'2021-09-29 20:39:44',NULL),(1414,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/4.jpg','','Reduced by 0.0% (38 B)',135666,135704,'',10,0,1,'2021-09-29 20:39:44',NULL),(1415,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/video.jpg','','Reduced by 0.0% (7 B)',57014,57021,'',10,0,1,'2021-09-29 20:39:44',NULL),(1416,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/t5.jpg','','Reduced by 0.0% (14 B)',33100,33114,'',10,0,1,'2021-09-29 20:39:44',NULL),(1417,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/6.jpg','','Reduced by 0.0% (88 B)',242329,242417,'',10,0,1,'2021-09-29 20:39:44',NULL),(1418,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/cur6.jpg','','Reduced by 0.0% (32 B)',112683,112715,'',10,0,1,'2021-09-29 20:39:44',NULL),(1419,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/about1.jpg','','Reduced by 0.0% (12 B)',211688,211700,'',10,0,1,'2021-09-29 20:39:45',NULL),(1420,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/arrow-right.png','','No savings',573,573,'',10,0,1,'2021-09-29 20:39:45',NULL),(1421,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/cur3.jpg','','Reduced by 0.0% (11 B)',51984,51995,'',10,0,1,'2021-09-29 20:39:45',NULL),(1422,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/trans.png','','No savings',87,87,'',10,0,1,'2021-09-29 20:39:45',NULL),(1423,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/arrow-left-light.png','','No savings',336,336,'',10,0,1,'2021-09-29 20:39:45',NULL),(1424,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/arrow-right-light.png','','No savings',334,334,'',10,0,1,'2021-09-29 20:39:45',NULL),(1425,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/apple-touch-icon-114x114.png','','No savings',363,363,'',10,0,1,'2021-09-29 20:39:45',NULL),(1426,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/5.jpg','','Reduced by 0.0% (63 B)',205458,205521,'',10,0,1,'2021-09-29 20:39:45',NULL),(1427,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/8.jpg','','Reduced by 0.0% (9 B)',161037,161046,'',10,0,1,'2021-09-29 20:39:45',NULL),(1428,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/about3.jpg','','Reduced by 0.0% (60 B)',367648,367708,'',10,0,1,'2021-09-29 20:39:45',NULL),(1429,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/scrollhover.gif','','No savings',78946,78946,'',10,0,1,'2021-09-29 20:39:46',NULL),(1430,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/tipper-icon.png','','No savings',190,190,'',10,0,1,'2021-09-29 20:39:46',NULL),(1431,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/t4.jpg','','Reduced by 0.0% (23 B)',83969,83992,'',10,0,1,'2021-09-29 20:39:46',NULL),(1432,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/7.jpg','','Reduced by 0.0% (76 B)',171500,171576,'',10,0,1,'2021-09-29 20:39:46',NULL),(1433,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/cur4.jpg','','Reduced by 0.1% (29 B)',49408,49437,'',10,0,1,'2021-09-29 20:39:46',NULL),(1434,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/0.jpg','','Reduced by 0.0% (42 B)',257016,257058,'',10,0,1,'2021-09-29 20:39:46',NULL),(1435,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/big-plus-sign.png','','No savings',197,197,'',10,0,1,'2021-09-29 20:39:46',NULL),(1436,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/blog/4.jpg','','Reduced by 0.0% (5 B)',31113,31118,'',10,0,1,'2021-09-29 20:39:46',NULL),(1437,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/blog/6.jpg','','Reduced by 0.0% (9 B)',23016,23025,'',10,0,1,'2021-09-29 20:39:46',NULL),(1438,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/blog/5.jpg','','No savings',18689,18689,'',10,0,1,'2021-09-29 20:39:46',NULL),(1439,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/blog/3.jpg','','Reduced by 0.0% (10 B)',20600,20610,'',10,0,1,'2021-09-29 20:39:46',NULL),(1440,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/blog/1.jpg','','No savings',34981,34981,'',10,0,1,'2021-09-29 20:39:46',NULL),(1441,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/blog/vimeo-1.jpg','','Reduced by 0.0% (10 B)',22159,22169,'',10,0,1,'2021-09-29 20:39:47',NULL),(1442,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/blog/2.jpg','','Reduced by 0.0% (7 B)',37795,37802,'',10,0,1,'2021-09-29 20:39:47',NULL),(1443,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/3.jpg','','Reduced by 0.0% (10 B)',213966,213976,'',10,0,1,'2021-09-29 20:39:47',NULL),(1444,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/1.jpg','','Reduced by 0.0% (5 B)',197608,197613,'',10,0,1,'2021-09-29 20:39:47',NULL),(1445,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/arrow-left.png','','No savings',562,562,'',10,0,1,'2021-09-29 20:39:47',NULL),(1446,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/apple-touch-icon.png','','No savings',581,581,'',10,0,1,'2021-09-29 20:39:47',NULL),(1447,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/home3.jpg','','Reduced by 0.0% (115 B)',370130,370245,'',10,0,1,'2021-09-29 20:39:47',NULL),(1448,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/home2.jpg','','Reduced by 0.0% (41 B)',264175,264216,'',10,0,1,'2021-09-29 20:39:47',NULL),(1449,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/mobile.jpg','','Reduced by 0.0% (60 B)',364001,364061,'',10,0,1,'2021-09-29 20:39:48',NULL),(1450,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/home1.jpg','','Reduced by 0.0% (57 B)',210552,210609,'',10,0,1,'2021-09-29 20:39:48',NULL),(1451,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/favicon.png','','No savings',417,417,'',10,0,1,'2021-09-29 20:39:48',NULL),(1452,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/12.jpg','','Reduced by 0.0% (8 B)',123558,123566,'',10,0,1,'2021-09-29 20:39:48',NULL),(1453,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/10.jpg','','Reduced by 0.0% (21 B)',127801,127822,'',10,0,1,'2021-09-29 20:39:48',NULL),(1454,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/home4.jpg','','Reduced by 0.0% (28 B)',113834,113862,'',10,0,1,'2021-09-29 20:39:48',NULL),(1455,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/cur1.jpg','','Reduced by 0.0% (36 B)',168417,168453,'',10,0,1,'2021-09-29 20:39:48',NULL),(1456,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/about2.jpg','','Reduced by 0.0% (87 B)',277714,277801,'',10,0,1,'2021-09-29 20:39:49',NULL),(1457,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/logo.png','','No savings',1046,1046,'',10,0,1,'2021-09-29 20:39:49',NULL),(1458,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/cd-icon-location.png','','No savings',777,777,'',10,0,1,'2021-09-29 20:39:49',NULL),(1459,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/apple-touch-icon-72x72.png','','No savings',336,336,'',10,0,1,'2021-09-29 20:39:49',NULL),(1460,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/t1.jpg','','Reduced by 0.0% (7 B)',82406,82413,'',10,0,1,'2021-09-29 20:39:49',NULL),(1461,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/2.jpg','','Reduced by 0.0% (2 B)',101691,101693,'',10,0,1,'2021-09-29 20:39:49',NULL),(1462,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/images/home6.jpg','','Reduced by 0.0% (33 B)',123260,123293,'',10,0,1,'2021-09-29 20:39:49',NULL),(1463,NULL,NULL,NULL,'ABSPATHwp-content/themes/pistis/css/grabbing.png','','No savings',116,116,'',10,0,1,'2021-09-29 20:39:49',NULL),(1464,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-800x628.png','','Reduced by 12.4% (24 B)',169,193,'',10,0,1,'2021-09-29 20:45:14',NULL),(1465,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-530x640.png','','Reduced by 13.8% (24 B)',150,174,'',10,0,1,'2021-09-29 20:45:14',NULL),(1466,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-530x320.png','','Reduced by 15.7% (24 B)',129,153,'',10,0,1,'2021-09-29 20:45:14',NULL),(1467,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-900x810.png','','Reduced by 10.9% (24 B)',196,220,'',10,0,1,'2021-09-29 20:45:14',NULL),(1468,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-31x31.png','','Reduced by 20.7% (25 B)',96,121,'',10,0,1,'2021-09-29 20:45:14',NULL),(1469,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-550x437.png','','Reduced by 15.4% (25 B)',137,162,'',10,0,1,'2021-09-29 20:51:10',NULL),(1470,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-600x400.png','','Reduced by 14.9% (24 B)',137,161,'',10,0,1,'2021-09-29 20:51:17',NULL),(1471,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-600x800.png','','Reduced by 12.6% (24 B)',167,191,'',10,0,1,'2021-09-29 20:51:17',NULL),(1472,3381,'media','full','ABSPATHwp-content/uploads/iv-therapy-honolulu-hawaii-01.jpg','','No savings',156213,156213,'',10,0,1,'2021-09-29 21:11:59',NULL),(1473,3381,'media','medium','ABSPATHwp-content/uploads/iv-therapy-honolulu-hawaii-01-600x413.jpg','','Reduced by 3.2% (1.3 KB)',41452,42802,'',10,0,1,'2021-09-29 21:11:59',NULL),(1474,3381,'media','thumbnail','ABSPATHwp-content/uploads/iv-therapy-honolulu-hawaii-01-150x150.jpg','','Reduced by 6.5% (503 B)',7269,7772,'',10,0,1,'2021-09-29 21:11:59',NULL),(1475,3381,'media','medium_large','ABSPATHwp-content/uploads/iv-therapy-honolulu-hawaii-01-768x528.jpg','','Reduced by 2.7% (1.7 KB)',59953,61643,'',10,0,1,'2021-09-29 21:11:59',NULL),(1476,3381,'media','fmg-default-thumb-masonry','ABSPATHwp-content/uploads/iv-therapy-honolulu-hawaii-01-800x550.jpg','','Reduced by 2.7% (1.8 KB)',63995,65793,'',10,0,1,'2021-09-29 21:11:59',NULL),(1477,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-900x1116.png','','Reduced by 9.4% (24 B)',231,255,'',10,0,1,'2021-09-29 23:26:19',NULL),(1478,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1200x834.png','','Reduced by 9.4% (24 B)',230,254,'',10,0,1,'2021-09-29 23:26:19',NULL),(1479,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-912x994.png','','Reduced by 9.9% (24 B)',218,242,'',10,0,1,'2021-09-30 01:40:08',NULL),(1480,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-992x998.png','','Reduced by 9.5% (24 B)',229,253,'',10,0,1,'2021-09-30 01:40:09',NULL),(1481,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-800x984.png','','Reduced by 10.5% (24 B)',204,228,'',10,0,1,'2021-09-30 01:50:05',NULL),(1482,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-800x533.png','','Reduced by 13.0% (24 B)',160,184,'',10,0,1,'2021-09-30 01:50:05',NULL),(1483,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1200x1800.png','','Reduced by 6.1% (24 B)',371,395,'',10,0,1,'2021-09-30 02:15:47',NULL),(1484,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-912x800.png','','Reduced by 10.9% (24 B)',197,221,'',10,0,1,'2021-09-30 02:56:41',NULL),(1485,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-912x809.png','','Reduced by 10.8% (24 B)',198,222,'',10,0,1,'2021-09-30 03:11:23',NULL),(1486,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1200x843.png','','Reduced by 9.4% (24 B)',231,255,'',10,0,1,'2021-09-30 03:28:53',NULL),(1487,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1200x1445.png','','Reduced by 7.0% (24 B)',319,343,'',10,0,1,'2021-09-30 03:28:53',NULL),(1488,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1200x875.png','','Reduced by 9.2% (24 B)',236,260,'',10,0,1,'2021-09-30 03:28:54',NULL),(1489,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1200x800.png','','Reduced by 9.6% (24 B)',225,249,'',10,0,1,'2021-09-30 03:28:54',NULL),(1490,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1200x852.png','','Reduced by 9.7% (25 B)',232,257,'',10,0,1,'2021-09-30 03:28:55',NULL),(1491,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-600x450.png','','Reduced by 14.5% (24 B)',141,165,'',10,0,1,'2021-09-30 05:16:33',NULL),(1492,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1083x1754.png','','Reduced by 6.8% (25 B)',340,365,'',10,0,1,'2021-09-30 06:41:16',NULL),(1493,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1200x1350.png','','Reduced by 7.3% (24 B)',305,329,'',10,0,1,'2021-09-30 06:41:17',NULL),(1494,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1200x1242.png','','Reduced by 8.0% (25 B)',288,313,'',10,0,1,'2021-09-30 06:41:17',NULL),(1495,NULL,NULL,NULL,'ABSPATHwp-content/ewww/lazy/placeholder-1920x1578.png','','Reduced by 0.2% (1 B)',461,462,'',10,0,1,'2021-10-01 21:58:29',NULL);
/*!40000 ALTER TABLE `wp_ewwwio_images` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_ewwwio_queue`
--

DROP TABLE IF EXISTS `wp_ewwwio_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ewwwio_queue` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `attachment_id` bigint(20) unsigned DEFAULT NULL,
  `gallery` varchar(20) DEFAULT NULL,
  `scanned` tinyint(4) NOT NULL DEFAULT 0,
  `new` tinyint(4) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `attachment_info` (`gallery`(3),`attachment_id`)
) ENGINE=InnoDB AUTO_INCREMENT=1381 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ewwwio_queue`
--

LOCK TABLES `wp_ewwwio_queue` WRITE;
/*!40000 ALTER TABLE `wp_ewwwio_queue` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_ewwwio_queue` 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) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci 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) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=19568630 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_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://mobileivhawaii.com','yes'),(2,'home','https://mobileivhawaii.com','yes'),(3,'blogname','Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii','yes'),(4,'blogdescription','Relief from hangovers, flu, colds, fatigue, jetlag &amp; exercise.','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','[email protected]','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','','yes'),(12,'posts_per_rss','99','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','','yes'),(15,'mailserver_login','','yes'),(16,'mailserver_pass','','yes'),(17,'mailserver_port','0','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','99','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','1','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:22:{i:0;s:34:\"advanced-custom-fields-pro/acf.php\";i:1;s:46:\"bookly-addon-advanced-google-calendar/main.php\";i:2;s:26:\"bookly-addon-cart/main.php\";i:3;s:40:\"bookly-addon-chain-appointments/main.php\";i:4;s:38:\"bookly-addon-deposit-payments/main.php\";i:5;s:35:\"bookly-addon-group-booking/main.php\";i:6;s:43:\"bookly-addon-multiply-appointments/main.php\";i:7;s:25:\"bookly-addon-pro/main.php\";i:8;s:36:\"bookly-addon-service-extras/main.php\";i:9;s:34:\"bookly-addon-special-days/main.php\";i:10;s:35:\"bookly-addon-special-hours/main.php\";i:11;s:51:\"bookly-responsive-appointment-booking-tool/main.php\";i:12;s:37:\"fastmediagallery/fastmediagallery.php\";i:13;s:27:\"js_composer/js_composer.php\";i:14;s:45:\"pistis-theme-plugins/pistis-theme-plugins.php\";i:15;s:47:\"show-current-template/show-current-template.php\";i:16;s:27:\"svg-support/svg-support.php\";i:17;s:28:\"taptap-by-bonfire/taptap.php\";i:18;s:53:\"webp-converter-for-media/webp-converter-for-media.php\";i:19;s:24:\"wordpress-seo/wp-seo.php\";i:20;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";i:21;s:45:\"wp-review-slider-pro/wp-review-slider-pro.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:66:\"/home/mobileivhawaii/www/wp-content/themes/pistis-child/header.php\";i:1;s:65:\"/home/mobileivhawaii/www/wp-content/themes/pistis-child/style.css\";i:2;s:64:\"/home/mobileivhawaii/www/wp-content/themes/pistis-child/main.css\";i:3;s:79:\"/Applications/MAMP/htdocs/mobileiv2/wp-content/themes/pistis-child/function.php\";i:4;s:76:\"/Applications/MAMP/htdocs/mobileiv2/wp-content/themes/pistis-child/style.css\";}','no'),(40,'template','pistis','yes'),(41,'stylesheet','pistis-child','yes'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','53496','yes'),(49,'uploads_use_yearmonth_folders','','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','0','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','600','yes'),(62,'medium_size_h','600','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1400','yes'),(65,'large_size_h','1200','yes'),(66,'image_default_link_type','','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','','yes'),(70,'close_comments_days_old','14','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:1:{s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:23:{s:33:\"toggle-wpautop/toggle-wpautop.php\";s:24:\"toggle_wpautop_uninstall\";s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:44:\"shortpixel-image-optimiser/wp-shortpixel.php\";s:25:\"shortPixelUninstallPlugin\";s:51:\"bookly-responsive-appointment-booking-tool/main.php\";a:2:{i:0;s:17:\"Bookly\\Lib\\Plugin\";i:1;s:9:\"uninstall\";}s:25:\"bookly-addon-pro/main.php\";a:2:{i:0;s:18:\"BooklyPro\\Lib\\Boot\";i:1;s:9:\"uninstall\";}s:46:\"bookly-addon-advanced-google-calendar/main.php\";a:2:{i:0;s:37:\"BooklyAdvancedGoogleCalendar\\Lib\\Boot\";i:1;s:9:\"uninstall\";}s:34:\"bookly-addon-special-days/main.php\";a:2:{i:0;s:26:\"BooklySpecialDays\\Lib\\Boot\";i:1;s:9:\"uninstall\";}s:35:\"bookly-addon-special-hours/main.php\";a:2:{i:0;s:27:\"BooklySpecialHours\\Lib\\Boot\";i:1;s:9:\"uninstall\";}s:36:\"bookly-addon-service-extras/main.php\";a:2:{i:0;s:28:\"BooklyServiceExtras\\Lib\\Boot\";i:1;s:9:\"uninstall\";}s:26:\"bookly-addon-cart/main.php\";a:2:{i:0;s:19:\"BooklyCart\\Lib\\Boot\";i:1;s:9:\"uninstall\";}s:40:\"bookly-addon-chain-appointments/main.php\";a:2:{i:0;s:32:\"BooklyChainAppointments\\Lib\\Boot\";i:1;s:9:\"uninstall\";}s:35:\"bookly-addon-group-booking/main.php\";a:2:{i:0;s:27:\"BooklyGroupBooking\\Lib\\Boot\";i:1;s:9:\"uninstall\";}s:43:\"bookly-addon-multiply-appointments/main.php\";a:2:{i:0;s:35:\"BooklyMultiplyAppointments\\Lib\\Boot\";i:1;s:9:\"uninstall\";}s:31:\"cache-enabler/cache-enabler.php\";a:2:{i:0;s:13:\"Cache_Enabler\";i:1;s:12:\"on_uninstall\";}s:51:\"insert-php-code-snippet/insert-php-code-snippet.php\";s:25:\"xyz_ips_network_uninstall\";s:35:\"litespeed-cache/litespeed-cache.php\";s:53:\"LiteSpeed_Cache_Activation::uninstall_litespeed_cache\";s:49:\"advanced-database-cleaner/advanced-db-cleaner.php\";s:14:\"aDBc_uninstall\";s:41:\"bookly-addon-google-maps-address/main.php\";a:2:{i:0;s:32:\"BooklyGoogleMapsAddress\\Lib\\Boot\";i:1;s:9:\"uninstall\";}s:39:\"aryo-activity-log/aryo-activity-log.php\";a:2:{i:0;s:15:\"AAL_Maintenance\";i:1;s:9:\"uninstall\";}s:38:\"bookly-addon-deposit-payments/main.php\";a:2:{i:0;s:30:\"BooklyDepositPayments\\Lib\\Boot\";i:1;s:9:\"uninstall\";}s:27:\"autoptimize/autoptimize.php\";s:29:\"autoptimizeMain::on_uninstall\";s:53:\"webp-converter-for-media/webp-converter-for-media.php\";a:2:{i:0;s:30:\"WebpConverter\\Plugin\\Uninstall\";i:1;s:22:\"load_uninstall_actions\";}s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";}','no'),(82,'timezone_string','Pacific/Honolulu','yes'),(84,'page_on_front','1888','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,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','','yes'),(93,'initial_db_version','38590','yes'),(94,'wp_user_roles','a:10:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:95:{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:31:\"vc_access_rules_post_types/post\";b:1;s:31:\"vc_access_rules_post_types/page\";b:1;s:36:\"vc_access_rules_post_types/portfolio\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:24:\"vc_access_rules_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:18:\"edit_vcv_templates\";b:1;s:18:\"read_vcv_templates\";b:1;s:20:\"delete_vcv_templates\";b:1;s:19:\"edit_vcv_templatess\";b:1;s:26:\"edit_others_vcv_templatess\";b:1;s:22:\"publish_vcv_templatess\";b:1;s:21:\"create_vcv_templatess\";b:1;s:21:\"delete_vcv_templatess\";b:1;s:31:\"delete_published_vcv_templatess\";b:1;s:28:\"delete_others_vcv_templatess\";b:1;s:29:\"edit_published_vcv_templatess\";b:1;s:10:\"copy_posts\";b:1;s:21:\"manage_schema_options\";b:1;s:15:\"access_gtmetrix\";b:1;s:27:\"read_private_vcv_templatess\";b:1;s:27:\"edit_private_vcv_templatess\";b:1;s:29:\"delete_private_vcv_templatess\";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:26:\"view_all_aryo_activity_log\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:59:{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:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:18:\"edit_vcv_templates\";b:1;s:18:\"read_vcv_templates\";b:1;s:20:\"delete_vcv_templates\";b:1;s:19:\"edit_vcv_templatess\";b:1;s:26:\"edit_others_vcv_templatess\";b:1;s:22:\"publish_vcv_templatess\";b:1;s:21:\"create_vcv_templatess\";b:1;s:21:\"delete_vcv_templatess\";b:1;s:31:\"delete_published_vcv_templatess\";b:1;s:28:\"delete_others_vcv_templatess\";b:1;s:29:\"edit_published_vcv_templatess\";b:1;s:10:\"copy_posts\";b:1;s:27:\"read_private_vcv_templatess\";b:1;s:27:\"edit_private_vcv_templatess\";b:1;s:29:\"delete_private_vcv_templatess\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:26:{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:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:18:\"read_vcv_templates\";b:1;s:18:\"edit_vcv_templates\";b:1;s:20:\"delete_vcv_templates\";b:1;s:19:\"edit_vcv_templatess\";b:1;s:21:\"delete_vcv_templatess\";b:1;s:31:\"delete_published_vcv_templatess\";b:1;s:22:\"publish_vcv_templatess\";b:1;s:29:\"edit_published_vcv_templatess\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:18:{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:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:18:\"read_vcv_templates\";b:1;s:18:\"edit_vcv_templates\";b:1;s:20:\"delete_vcv_templates\";b:1;s:19:\"edit_vcv_templatess\";b:1;s:21:\"delete_vcv_templatess\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:21:\"manage_schema_options\";a:2:{s:4:\"name\";s:21:\"Manage Schema Options\";s:12:\"capabilities\";a:30:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:1;s:12:\"delete_posts\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:19:\"delete_others_pages\";b:1;s:19:\"delete_others_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:17:\"edit_others_posts\";b:1;s:10:\"edit_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:13:\"publish_pages\";b:1;s:13:\"publish_posts\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:16:\"activate_plugins\";b:1;s:14:\"manage_options\";b:1;}}s:17:\"bookly_supervisor\";a:2:{s:4:\"name\";s:17:\"Bookly Supervisor\";s:12:\"capabilities\";a:3:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:26:\"manage_bookly_appointments\";b:1;}}s:20:\"bookly_administrator\";a:2:{s:4:\"name\";s:20:\"Bookly Administrator\";s:12:\"capabilities\";a:4:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:20:\"view_admin_dashboard\";b:1;s:13:\"manage_bookly\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:61:{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:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:18:\"edit_vcv_templates\";b:1;s:18:\"read_vcv_templates\";b:1;s:20:\"delete_vcv_templates\";b:1;s:19:\"edit_vcv_templatess\";b:1;s:26:\"edit_others_vcv_templatess\";b:1;s:22:\"publish_vcv_templatess\";b:1;s:21:\"create_vcv_templatess\";b:1;s:21:\"delete_vcv_templatess\";b:1;s:31:\"delete_published_vcv_templatess\";b:1;s:28:\"delete_others_vcv_templatess\";b:1;s:29:\"edit_published_vcv_templatess\";b:1;s:10:\"copy_posts\";b:1;s:27:\"read_private_vcv_templatess\";b:1;s:27:\"edit_private_vcv_templatess\";b:1;s:29:\"delete_private_vcv_templatess\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:59:{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:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:18:\"edit_vcv_templates\";b:1;s:18:\"read_vcv_templates\";b:1;s:20:\"delete_vcv_templates\";b:1;s:19:\"edit_vcv_templatess\";b:1;s:26:\"edit_others_vcv_templatess\";b:1;s:22:\"publish_vcv_templatess\";b:1;s:21:\"create_vcv_templatess\";b:1;s:21:\"delete_vcv_templatess\";b:1;s:31:\"delete_published_vcv_templatess\";b:1;s:28:\"delete_others_vcv_templatess\";b:1;s:29:\"edit_published_vcv_templatess\";b:1;s:10:\"copy_posts\";b:1;s:27:\"read_private_vcv_templatess\";b:1;s:27:\"edit_private_vcv_templatess\";b:1;s:29:\"delete_private_vcv_templatess\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(95,'fresh_site','0','yes'),(96,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:20:\"taptap-widgets-above\";a:0:{}s:14:\"taptap-widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:8:\"search-2\";}s:13:\"array_version\";i:3;}','yes'),(102,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'cron','a:34:{i:1662755600;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1662755671;a:1:{s:37:\"wprevpro_daily_event_funnels_download\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1662756268;a:1:{s:21:\"wordfence_ls_ntp_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1662756273;a:1:{s:21:\"wordfence_hourly_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1662756803;a:1:{s:21:\"bookly_hourly_routine\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1662757233;a:1:{s:20:\"wprevpro_daily_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:1662757422;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:1662757574;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1662757733;a:1:{s:25:\"wprevpro_daily_event_lang\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1662757775;a:1:{s:28:\"wpacu_daily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1662757788;a:5:{s:38:\"check_plugin_updates-bookly-addon-cart\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:52:\"check_plugin_updates-bookly-addon-chain-appointments\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:53:\"check_plugin_updates-bookly-addon-google-maps-address\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:47:\"check_plugin_updates-bookly-addon-group-booking\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:55:\"check_plugin_updates-bookly-addon-multiply-appointments\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1662758836;a:4:{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;}}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:1662758844;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:1662759075;a:1:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1662759215;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:1662759253;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1662759269;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:1662759348;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:1662760403;a:2:{s:20:\"bookly_daily_routine\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:37:\"check_plugin_updates-bookly-addon-pro\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1662760736;a:1:{s:58:\"check_plugin_updates-bookly-addon-advanced-google-calendar\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1662769110;a:1:{s:20:\"wpseo_home_url_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1662769115;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1662790653;a:1:{s:33:\"fs_data_sync_wp-review-slider-pro\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1662798504;a:1:{s:48:\"check_plugin_updates-bookly-addon-service-extras\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1662839073;a:1:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1662839862;a:1:{s:46:\"check_plugin_updates-bookly-addon-special-days\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1662840871;a:1:{s:28:\"wprevpro_daily_event_getapps\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1662840948;a:1:{s:50:\"check_plugin_updates-bookly-addon-deposit-payments\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1662841471;a:1:{s:28:\"wprevpro_daily_event_funnels\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1662841616;a:1:{s:47:\"check_plugin_updates-bookly-addon-special-hours\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1662953762;a:1:{s:29:\"wpacu_weekly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1663097625;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1663104853;a:1:{s:18:\"wpseo_onpage_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(112,'theme_mods_twentyseventeen','a:3:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1539811544;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:{}}}s:18:\"nav_menu_locations\";a:1:{s:3:\"top\";i:19;}}','yes'),(140,'recently_activated','a:0:{}','yes'),(141,'current_theme','pistis Child','yes'),(142,'theme_mods_pistis-child','a:20:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:17:\"taptap-by-bonfire\";i:24;s:7:\"primary\";i:23;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1633547822;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:20:\"taptap-widgets-above\";a:0:{}s:14:\"taptap-widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:8:\"search-2\";}}}s:24:\"taptap_menu_button_style\";s:6:\"style1\";s:25:\"taptap_menu_button_skinny\";s:0:\"\";s:28:\"taptap_menu_button_animation\";s:5:\"xsign\";s:24:\"taptap_menu_button_color\";s:7:\"#efefef\";s:27:\"taptap_menu_button_position\";s:5:\"right\";s:25:\"taptap_hide_search_button\";i:1;s:22:\"taptap_menu_appearance\";s:10:\"slideright\";s:23:\"taptap_background_image\";s:0:\"\";s:21:\"taptap_menu_font_size\";s:2:\"24\";s:24:\"taptap_submenu_font_size\";s:2:\"21\";s:17:\"taptap_menu_color\";s:7:\"#d6d6d6\";s:25:\"taptap_menu_color_current\";s:7:\"#a9c6c5\";s:23:\"taptap_background_color\";s:7:\"#262626\";s:27:\"taptap_background_color_two\";s:0:\"\";s:29:\"taptap_background_color_three\";s:0:\"\";s:14:\"pistis_options\";a:1:{s:24:\"portfolio_posts_per_page\";s:2:\"11\";}}','yes'),(143,'theme_switched','','yes'),(144,'redux_version_upgraded_from','3.6.2','yes'),(147,'widget_custom_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(148,'pistis_options','a:87:{s:8:\"last_tab\";s:1:\"1\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:73:\"https://mobileivhawaii.com/wp-content/uploads/mobile-iv-hawaii-white3.svg\";s:2:\"id\";s:4:\"2549\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:73:\"https://mobileivhawaii.com/wp-content/uploads/mobile-iv-hawaii-white3.svg\";}s:22:\"default_featured_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"favicon\";a:5:{s:3:\"url\";s:52:\"https://mobileivhawaii.com/wp-content/uploads/32.png\";s:2:\"id\";s:4:\"2553\";s:6:\"height\";s:2:\"31\";s:5:\"width\";s:2:\"22\";s:9:\"thumbnail\";s:52:\"https://mobileivhawaii.com/wp-content/uploads/32.png\";}s:8:\"apple_57\";a:5:{s:3:\"url\";s:52:\"https://mobileivhawaii.com/wp-content/uploads/57.png\";s:2:\"id\";s:4:\"2554\";s:6:\"height\";s:2:\"53\";s:5:\"width\";s:2:\"38\";s:9:\"thumbnail\";s:52:\"https://mobileivhawaii.com/wp-content/uploads/57.png\";}s:8:\"apple_72\";a:5:{s:3:\"url\";s:52:\"https://mobileivhawaii.com/wp-content/uploads/72.png\";s:2:\"id\";s:4:\"2555\";s:6:\"height\";s:2:\"67\";s:5:\"width\";s:2:\"48\";s:9:\"thumbnail\";s:52:\"https://mobileivhawaii.com/wp-content/uploads/72.png\";}s:9:\"apple_114\";a:5:{s:3:\"url\";s:53:\"https://mobileivhawaii.com/wp-content/uploads/114.png\";s:2:\"id\";s:4:\"2556\";s:6:\"height\";s:3:\"109\";s:5:\"width\";s:2:\"76\";s:9:\"thumbnail\";s:53:\"https://mobileivhawaii.com/wp-content/uploads/114.png\";}s:10:\"main-color\";s:7:\"#24b9cf\";s:17:\"subtitle-bg-color\";a:3:{s:5:\"color\";s:7:\"#e67e22\";s:5:\"alpha\";s:3:\"0.8\";s:4:\"rgba\";s:20:\"rgba(230,126,34,0.8)\";}s:19:\"prim-opt-typography\";a:3:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";}s:18:\"sec-opt-typography\";a:3:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";}s:20:\"brand-slider-gallery\";s:0:\"\";s:23:\"search_form_placeholder\";s:28:\"To search type and hit enter\";s:17:\"search_page_title\";s:19:\"Search Results for:\";s:19:\"search_header_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"search_page_layout\";s:21:\"blog-one-column-right\";s:14:\"preloader_mode\";s:0:\"\";s:14:\"preloader_text\";s:0:\"\";s:20:\"preloader_text_color\";s:7:\"#54acec\";s:26:\"preloader_background_color\";s:11:\"transparent\";s:19:\"previous_label_text\";s:4:\"prev\";s:15:\"next_label_text\";s:4:\"next\";s:20:\"comments_title_reply\";s:24:\"Write a Reply or Comment\";s:21:\"comments_submit_label\";s:6:\"submit\";s:25:\"comments_placeholder_name\";s:6:\"name *\";s:26:\"comments_placeholder_email\";s:7:\"email *\";s:28:\"comments_placeholder_website\";s:7:\"website\";s:28:\"comments_placeholder_comment\";s:9:\"comment *\";s:19:\"comments_edit_label\";s:4:\"edit\";s:20:\"comments_reply_label\";s:5:\"reply\";s:23:\"previous_comments_label\";s:14:\"Older Comments\";s:19:\"next_comments_label\";s:14:\"Newer Comments\";s:9:\"404_title\";s:31:\"Oops! That page can\'t be found.\";s:12:\"404_subtitle\";s:95:\"It looks like nothing was found at this location. Maybe try one of the links below or a search?\";s:18:\"single_post_layout\";s:17:\"single-one-column\";s:10:\"blog_title\";s:4:\"blog\";s:13:\"blog_subtitle\";s:11:\"latest news\";s:17:\"blog_header_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:12:\"blog_excerpt\";s:2:\"33\";s:16:\"blog_page_layout\";s:15:\"blog-one-column\";s:21:\"portfolio_rewrite_url\";s:9:\"portfolio\";s:26:\"portfolio_filter_label_all\";s:3:\"all\";s:24:\"portfolio_posts_per_page\";s:2:\"11\";s:17:\"portfolio_orderby\";s:4:\"date\";s:15:\"portfolio_order\";s:3:\"asc\";s:20:\"archive_header_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:19:\"archive_page_layout\";s:15:\"blog-one-column\";s:14:\"google-api-key\";s:0:\"\";s:28:\"pistis_google_analytics_code\";s:0:\"\";s:28:\"pcf-message-successfuly-sent\";s:26:\"Message successfully sent!\";s:26:\"pcf-field-placeholder-name\";s:12:\"Your Name: *\";s:18:\"pcf-field-err-name\";s:17:\"please enter name\";s:27:\"pcf-field-placeholder-email\";s:9:\"E-Mail: *\";s:19:\"pcf-field-err-email\";s:28:\"e-mail is not a valid format\";s:29:\"pcf-field-placeholder-message\";s:18:\"Tell Us Everything\";s:21:\"pcf-field-err-message\";s:24:\"Please tell us something\";s:23:\"pcf-ajax-response-error\";s:74:\"<strong>Oh snap!</strong> Change a few things up and try submitting again.\";s:23:\"pcf-err-form-validating\";s:53:\"There was a problem validating the form please check!\";s:16:\"pcf-err-timedout\";s:39:\"The connection to the server timed out!\";s:21:\"footer_copyright_text\";s:267:\"Mobile IV Therapy in Honolulu Hawaii is great for tourists & locals alike. Find relief from fatigue, hangover, overexertion, dehydration, sickness and stress. We bring the relief to your home, hotel, marathon, sporting event, business or just about anywhere you need!\";s:19:\"footer_credits_text\";s:107:\"©2018 Mobile IV - Hangover Drip - Hydration - Vitamin Therapy | Honolulu Hawaii Oahu. All rights reserved.\";s:7:\"bh_link\";s:0:\"\";s:7:\"cp_link\";s:0:\"\";s:7:\"de_link\";s:0:\"\";s:7:\"dg_link\";s:0:\"\";s:7:\"dr_link\";s:19:\"http://dribbble.com\";s:7:\"db_link\";s:0:\"\";s:7:\"fb_link\";s:19:\"http://facebook.com\";s:8:\"flk_link\";s:0:\"\";s:7:\"fs_link\";s:0:\"\";s:8:\"git_link\";s:0:\"\";s:7:\"gp_link\";s:0:\"\";s:7:\"in_link\";s:0:\"\";s:7:\"lf_link\";s:0:\"\";s:7:\"li_link\";s:19:\"http://linkedin.com\";s:7:\"lj_link\";s:0:\"\";s:7:\"pt_link\";s:0:\"\";s:8:\"rss_link\";s:0:\"\";s:7:\"tu_link\";s:0:\"\";s:7:\"tw_link\";s:18:\"http://twitter.com\";s:7:\"vi_link\";s:0:\"\";s:7:\"wp_link\";s:0:\"\";s:7:\"yt_link\";s:0:\"\";s:7:\"sk_link\";s:0:\"\";s:7:\"ss_link\";s:0:\"\";s:7:\"sd_link\";s:0:\"\";s:7:\"sc_link\";s:0:\"\";}','yes'),(149,'pistis_options-transients','a:3:{s:14:\"changed_values\";a:1:{s:26:\"preloader_background_color\";s:7:\"#ffffff\";}s:9:\"last_save\";i:1651610214;s:13:\"last_compiler\";i:1544647148;}','yes'),(155,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(156,'widget_wp_user_avatar_profile','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(157,'vc_version','6.9.0','yes'),(159,'acf_version','5.12.3','yes'),(182,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(195,'bodhi_svgs_plugin_version','2.5.1','yes'),(239,'emr_news','1','yes'),(243,'WPLANG','','yes'),(720,'wpb_js_composer_license_activation_notified','yes','yes'),(774,'lp_toggle_wpautop_settings','a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:9:\"portfolio\";}','yes'),(906,'booking_activation_process','Off','yes'),(907,'booking_admin_cal_count','2','yes'),(908,'booking_skin','/css/skins/traditional.css','yes'),(909,'booking_num_per_page','10','yes'),(910,'booking_sort_order','','yes'),(911,'booking_default_toolbar_tab','filter','yes'),(912,'booking_listing_default_view_mode','vm_calendar','yes'),(913,'booking_view_days_num','90','yes'),(914,'booking_max_monthes_in_calendar','1y','yes'),(915,'booking_client_cal_count','1','yes'),(916,'booking_start_day_weeek','0','yes'),(917,'booking_title_after_reservation','Thank you for your online booking.  We will send confirmation of your booking as soon as possible.','yes'),(918,'booking_title_after_reservation_time','7000','yes'),(919,'booking_type_of_thank_you_message','message','yes'),(920,'booking_thank_you_page_URL','/thank-you','yes'),(921,'booking_is_use_autofill_4_logged_user','Off','yes'),(922,'booking_date_format','F j, Y','yes'),(923,'booking_date_view_type','short','yes'),(924,'booking_is_delete_if_deactive','Off','yes'),(925,'booking_dif_colors_approval_pending','On','yes'),(926,'booking_is_use_hints_at_admin_panel','On','yes'),(927,'booking_is_not_load_bs_script_in_client','Off','yes'),(928,'booking_is_not_load_bs_script_in_admin','Off','yes'),(929,'booking_is_load_js_css_on_specific_pages','Off','yes'),(930,'booking_is_show_system_debug_log','Off','yes'),(931,'booking_pages_for_load_js_css','','yes'),(932,'booking_type_of_day_selections','multiple','yes'),(933,'booking_timeslot_day_bg_as_available','On','yes'),(934,'booking_form_is_using_bs_css','On','yes'),(935,'booking_form_format_type','vertical','yes'),(936,'booking_form_field_active1','On','yes'),(937,'booking_form_field_required1','On','yes'),(938,'booking_form_field_label1','First Name','yes'),(939,'booking_form_field_active2','On','yes'),(940,'booking_form_field_required2','On','yes'),(941,'booking_form_field_label2','Last Name','yes'),(942,'booking_form_field_active3','On','yes'),(943,'booking_form_field_required3','On','yes'),(944,'booking_form_field_label3','Email','yes'),(945,'booking_form_field_active4','On','yes'),(946,'booking_form_field_required4','Off','yes'),(947,'booking_form_field_label4','Phone','yes'),(948,'booking_form_field_active5','On','yes'),(949,'booking_form_field_required5','Off','yes'),(950,'booking_form_field_label5','Details','yes'),(951,'booking_form_field_active6','Off','yes'),(952,'booking_form_field_required6','Off','yes'),(953,'booking_form_field_label6','Visitors','yes'),(954,'booking_form_field_values6','1\n2\n3\n4','yes'),(955,'booking_is_days_always_available','Off','yes'),(956,'booking_is_show_pending_days_as_available','Off','yes'),(957,'booking_check_on_server_if_dates_free','Off','yes'),(958,'booking_unavailable_days_num_from_today','0','yes'),(959,'booking_unavailable_day0','Off','yes'),(960,'booking_unavailable_day1','Off','yes'),(961,'booking_unavailable_day2','Off','yes'),(962,'booking_unavailable_day3','Off','yes'),(963,'booking_unavailable_day4','Off','yes'),(964,'booking_unavailable_day5','Off','yes'),(965,'booking_unavailable_day6','Off','yes'),(966,'booking_menu_position','top','yes'),(967,'booking_user_role_booking','editor','yes'),(968,'booking_user_role_addbooking','editor','yes'),(969,'booking_user_role_resources','editor','yes'),(970,'booking_user_role_settings','administrator','yes'),(971,'booking_is_email_reservation_adress','On','yes'),(972,'booking_email_reservation_adress','&quot;Booking system&quot; &lt;[email protected]&gt;','yes'),(973,'booking_email_reservation_from_adress','[visitoremail]','yes'),(974,'booking_email_reservation_subject','New booking','yes'),(975,'booking_email_reservation_content','You need to approve a new booking [bookingtype] for: [dates]&lt;br/&gt;&lt;br/&gt; Person detail information:&lt;br/&gt; [content]&lt;br/&gt;&lt;br/&gt; Currently a new booking is waiting for approval. Please visit the moderation panel [moderatelink]&lt;br/&gt;&lt;br/&gt;Thank you, Mobile IV - Hangover Drip - Hydration - Vitamin Therapy | Honolulu Hawaii&lt;br/&gt;[siteurl]','yes'),(976,'booking_is_email_newbookingbyperson_adress','Off','yes'),(977,'booking_email_newbookingbyperson_adress','&quot;Booking system&quot; &lt;[email protected]&gt;','yes'),(978,'booking_email_newbookingbyperson_subject','New booking','yes'),(979,'booking_email_newbookingbyperson_content','Your reservation [bookingtype] for: [dates] is processing now! We will send confirmation by email. &lt;br/&gt;&lt;br/&gt;[content]&lt;br/&gt;&lt;br/&gt; Thank you, Mobile IV - Hangover Drip - Hydration - Vitamin Therapy | Honolulu Hawaii&lt;br/&gt;[siteurl]','yes'),(980,'booking_is_email_approval_adress','On','yes'),(981,'booking_is_email_approval_send_copy_to_admin','Off','yes'),(982,'booking_email_approval_adress','&quot;Booking system&quot; &lt;[email protected]&gt;','yes'),(983,'booking_email_approval_subject','Your booking has been approved','yes'),(984,'booking_email_approval_content','Your booking [bookingtype] for: [dates] has been approved.&lt;br/&gt;&lt;br/&gt;[content]&lt;br/&gt;&lt;br/&gt;Thank you, Mobile IV - Hangover Drip - Hydration - Vitamin Therapy | Honolulu Hawaii&lt;br/&gt;[siteurl]','yes'),(985,'booking_is_email_deny_adress','On','yes'),(986,'booking_is_email_deny_send_copy_to_admin','Off','yes'),(987,'booking_email_deny_adress','&quot;Booking system&quot; &lt;[email protected]&gt;','yes'),(988,'booking_email_deny_subject','Your booking has been declined','yes'),(989,'booking_email_deny_content','Your booking [bookingtype] for: [dates] has been  canceled. &lt;br/&gt;[denyreason]&lt;br/&gt;&lt;br/&gt;[content]&lt;br/&gt;&lt;br/&gt;Thank you, Mobile IV - Hangover Drip - Hydration - Vitamin Therapy | Honolulu Hawaii&lt;br/&gt;[siteurl]','yes'),(990,'booking_widget_title','Booking form','yes'),(991,'booking_widget_show','booking_form','yes'),(992,'booking_widget_type','1','yes'),(993,'booking_widget_calendar_count','1','yes'),(994,'booking_widget_last_field','','yes'),(995,'booking_wpdev_copyright_adminpanel','On','yes'),(996,'booking_is_show_powered_by_notice','On','yes'),(997,'booking_is_use_captcha','Off','yes'),(998,'booking_is_show_legend','Off','yes'),(999,'booking_legend_is_show_item_available','On','yes'),(1000,'booking_legend_text_for_item_available','Available','yes'),(1001,'booking_legend_is_show_item_pending','On','yes'),(1002,'booking_legend_text_for_item_pending','Pending','yes'),(1003,'booking_legend_is_show_item_approved','On','yes'),(1004,'booking_legend_text_for_item_approved','Booked','yes'),(1005,'booking_legend_is_show_numbers','Off','yes'),(1006,'booking_email_new_admin','a:15:{s:7:\"enabled\";s:2:\"On\";s:2:\"to\";s:28:\"[email protected]\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:28:\"[email protected]\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:11:\"New booking\";s:7:\"content\";s:328:\"You need to approve a new booking [bookingtype] for: [dates]<br/><br/> Person detail information:<br/> [content]<br/><br/> Currently a new booking is waiting for approval. Please visit the moderation panel [moderatelink]<br/><br/>Thank you, Mobile IV - Hangover Drip - Hydration - Vitamin Therapy | Honolulu Hawaii<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(1007,'booking_email_new_visitor','a:13:{s:7:\"enabled\";s:2:\"On\";s:4:\"from\";s:28:\"[email protected]\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:11:\"New booking\";s:7:\"content\";s:227:\"Your reservation [bookingtype] for: [dates] is processing now! We will send confirmation by email. <br/><br/>[content]<br/><br/> Thank you, Mobile IV - Hangover Drip - Hydration - Vitamin Therapy | Honolulu Hawaii<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(1008,'booking_email_approved','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:28:\"[email protected]\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:28:\"[email protected]\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:30:\"Your booking has been approved\";s:7:\"content\";s:185:\"Your booking [bookingtype] for: [dates] has been approved.<br/><br/>[content]<br/><br/>Thank you, Mobile IV - Hangover Drip - Hydration - Vitamin Therapy | Honolulu Hawaii<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(1009,'booking_email_deleted','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:28:\"[email protected]\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:28:\"[email protected]\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:30:\"Your booking has been declined\";s:7:\"content\";s:204:\"Your booking [bookingtype] for: [dates] has been  canceled. <br/>[denyreason]<br/><br/>[content]<br/><br/>Thank you, Mobile IV - Hangover Drip - Hydration - Vitamin Therapy | Honolulu Hawaii<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(1010,'booking_email_deny','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:28:\"[email protected]\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:28:\"[email protected]\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:30:\"Your booking has been declined\";s:7:\"content\";s:204:\"Your booking [bookingtype] for: [dates] has been  canceled. <br/>[denyreason]<br/><br/>[content]<br/><br/>Thank you, Mobile IV - Hangover Drip - Hydration - Vitamin Therapy | Honolulu Hawaii<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(1011,'booking_email_trash','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:28:\"[email protected]\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:28:\"[email protected]\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:30:\"Your booking has been declined\";s:7:\"content\";s:204:\"Your booking [bookingtype] for: [dates] has been  canceled. <br/>[denyreason]<br/><br/>[content]<br/><br/>Thank you, Mobile IV - Hangover Drip - Hydration - Vitamin Therapy | Honolulu Hawaii<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(1012,'booking_form_structure_type','vertical','yes'),(1013,'booking_menu_go_pro','show','yes'),(1014,'booking_form','<div class=\"wpbc_booking_form_structure wpbc_vertical\">\n  <div class=\"wpbc_structure_calendar\">\n    [calendar]\n  </div>\n  <div class=\"wpbc_structure_form\">\n     <p>First Name*:<br />[text* name]</p>\n     <p>Last Name*:<br />[text* secondname]</p>\n     <p>Email*:<br />[email* email]</p>\n     <p>Phone:<br />[text phone]</p>\n     <p>Details:<br />[textarea details]</p>\n     <p>[captcha]</p>\n     <p>[submit class:btn \"Send\"]</p>\n  </div>\n</div>\n<div class=\"wpbc_booking_form_footer\"></div>','yes'),(1015,'booking_form_show','<div style=\"text-align:left;word-wrap: break-word;\">\n  <strong>First Name</strong>: <span class=\"fieldvalue\">[name]</span><br/>\n  <strong>Last Name</strong>: <span class=\"fieldvalue\">[secondname]</span><br/>\n  <strong>Email</strong>: <span class=\"fieldvalue\">[email]</span><br/>\n  <strong>Phone</strong>: <span class=\"fieldvalue\">[phone]</span><br/>\n  <strong>Details</strong>: <span class=\"fieldvalue\">[details]</span><br/>\n</div>','yes'),(1016,'booking_form_visual','a:9:{i:0;a:2:{s:4:\"type\";s:8:\"calendar\";s:10:\"obligatory\";s:2:\"On\";}i:1;a:6:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:4:\"name\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:5:\"label\";s:10:\"First Name\";}i:2;a:6:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:10:\"secondname\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:5:\"label\";s:9:\"Last Name\";}i:3;a:6:{s:4:\"type\";s:5:\"email\";s:4:\"name\";s:5:\"email\";s:10:\"obligatory\";s:2:\"On\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:5:\"label\";s:5:\"Email\";}i:4;a:7:{s:4:\"type\";s:6:\"select\";s:4:\"name\";s:8:\"visitors\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:3:\"Off\";s:8:\"required\";s:3:\"Off\";s:5:\"label\";s:8:\"Visitors\";s:5:\"value\";s:7:\"1\n2\n3\n4\";}i:5;a:6:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:5:\"phone\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:3:\"Off\";s:5:\"label\";s:5:\"Phone\";}i:6;a:6:{s:4:\"type\";s:8:\"textarea\";s:4:\"name\";s:7:\"details\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:3:\"Off\";s:5:\"label\";s:7:\"Details\";}i:7;a:6:{s:4:\"type\";s:7:\"captcha\";s:4:\"name\";s:7:\"captcha\";s:10:\"obligatory\";s:2:\"On\";s:6:\"active\";s:3:\"Off\";s:8:\"required\";s:2:\"On\";s:5:\"label\";s:0:\"\";}i:8;a:6:{s:4:\"type\";s:6:\"submit\";s:4:\"name\";s:6:\"submit\";s:10:\"obligatory\";s:2:\"On\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:5:\"label\";s:4:\"Send\";}}','yes'),(1017,'booking_gcal_feed','','yes'),(1018,'booking_gcal_events_from','month-start','yes'),(1019,'booking_gcal_events_from_offset','','yes'),(1020,'booking_gcal_events_from_offset_type','','yes'),(1021,'booking_gcal_events_until','any','yes'),(1022,'booking_gcal_events_until_offset','','yes'),(1023,'booking_gcal_events_until_offset_type','','yes'),(1024,'booking_gcal_events_max','25','yes'),(1025,'booking_gcal_api_key','','yes'),(1026,'booking_gcal_timezone','','yes'),(1027,'booking_gcal_is_send_email','Off','yes'),(1028,'booking_gcal_auto_import_is_active','Off','yes'),(1029,'booking_gcal_auto_import_time','24','yes'),(1030,'booking_gcal_events_form_fields','s:101:\"a:3:{s:5:\"title\";s:9:\"text^name\";s:11:\"description\";s:16:\"textarea^details\";s:5:\"where\";s:5:\"text^\";}\";','yes'),(1031,'booking_version_num','8.4','yes'),(1034,'widget_bookingwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1035,'booking_activation_redirect_for_version','8.4','yes'),(1041,'updraftplus_tour_cancelled_on','intro','yes'),(1261,'rlrsssl_options','a:14:{s:12:\"site_has_ssl\";b:1;s:4:\"hsts\";b:0;s:22:\"htaccess_warning_shown\";b:0;s:19:\"review_notice_shown\";b:1;s:25:\"ssl_success_message_shown\";b:1;s:26:\"autoreplace_insecure_links\";b:1;s:17:\"plugin_db_version\";s:5:\"3.1.5\";s:5:\"debug\";b:0;s:20:\"do_not_edit_htaccess\";b:0;s:17:\"htaccess_redirect\";b:0;s:11:\"ssl_enabled\";b:1;s:19:\"javascript_redirect\";b:1;s:11:\"wp_redirect\";b:1;s:31:\"switch_mixed_content_fixer_hook\";b:0;}','yes'),(1262,'rsssl_activation_timestamp','1541542476','yes'),(1699,'wp247_body_classes_mobile','a:2:{i:0;s:0:\"\";s:21:\"mobile-detect-version\";s:20:\"mobile-detect-2.8.12\";}','yes'),(1700,'wp247_body_classes_environment','','yes'),(1701,'wp247_body_classes_user','','yes'),(1702,'wp247_body_classes_archive','','yes'),(1703,'wp247_body_classes_post','','yes'),(1704,'wp247_body_classes_scroll','a:11:{s:25:\"scroll-by-pixel-increment\";s:0:\"\";s:21:\"scroll-by-pixel-start\";s:0:\"\";s:21:\"scroll-by-pixel-limit\";s:0:\"\";s:18:\"scroll-by-viewport\";a:1:{s:16:\"is-scroll-max-vh\";s:16:\"is-scroll-max-vh\";}s:28:\"scroll-by-viewport-increment\";s:0:\"\";s:24:\"scroll-by-viewport-start\";s:1:\"0\";s:24:\"scroll-by-viewport-limit\";s:2:\"50\";s:28:\"scroll-by-document-increment\";s:1:\"5\";s:24:\"scroll-by-document-start\";s:0:\"\";s:24:\"scroll-by-document-limit\";s:0:\"\";s:16:\"last_update_time\";s:19:\"2018-11-15 21:35:25\";}','yes'),(1705,'wp247_body_classes_custom','','yes'),(1706,'wp247_body_classes_css','','yes'),(1722,'theme_mods_twentyfifteen','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:23;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1542315920;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(1725,'theme_mods_pistis','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:23;s:17:\"taptap-by-bonfire\";i:24;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1633547852;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:20:\"taptap-widgets-above\";a:0:{}s:14:\"taptap-widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:8:\"search-2\";}}}}','yes'),(1911,'wp247xns-client-corequisite-notice-wp247-body-classes','a:2:{s:9:\"dismissed\";b:1;s:12:\"dismiss-date\";s:10:\"2018-12-05\";}','yes'),(2008,'SF_version','4.5.9','yes'),(2009,'sf_options','a:98:{s:14:\"sf_active_menu\";s:328:\"{\"24\":{\"term_id\":24,\"name\":\"superfly-miv\",\"loc\":{\"pages\":{\"3\":1,\"703\":1,\"1888\":1,\"2072\":1,\"2153\":1,\"2674\":1,\"2680\":1,\"2682\":1,\"2692\":1},\"cposts\":{\"portfolio\":1},\"cats\":{\"1\":1,\"2\":1,\"3\":1,\"4\":1,\"5\":1},\"taxes\":{},\"langs\":{},\"wp_pages\":{\"front\":1,\"home\":1,\"archive\":1,\"single\":1,\"forbidden\":1,\"search\":1},\"ids\":[\"\"]},\"isDef\":true}}\";s:19:\"sf_alternative_menu\";s:0:\"\";s:10:\"sf_display\";s:229:\"{\"user\":{\"everyone\":1,\"loggedin\":0,\"loggedout\":0},\"desktop\":{\"yes\":1,\"no\":0},\"mobile\":{\"yes\":1,\"no\":0},\"rule\":{\"include\":0,\"exclude\":1},\"location\":{\"pages\":{},\"cposts\":{},\"cats\":{},\"taxes\":{},\"langs\":{},\"wp_pages\":{},\"ids\":[\"\"]}}\";s:12:\"sf_search_bg\";s:5:\"light\";s:13:\"sf_above_logo\";s:0:\"\";s:13:\"sf_under_logo\";s:0:\"\";s:7:\"sf_copy\";s:0:\"\";s:11:\"sf_facebook\";s:0:\"\";s:11:\"sf_dribbble\";s:0:\"\";s:10:\"sf_twitter\";s:0:\"\";s:10:\"sf_youtube\";s:0:\"\";s:11:\"sf_linkedin\";s:0:\"\";s:8:\"sf_vimeo\";s:0:\"\";s:8:\"sf_gplus\";s:0:\"\";s:13:\"sf_soundcloud\";s:0:\"\";s:12:\"sf_instagram\";s:0:\"\";s:8:\"sf_email\";s:0:\"\";s:12:\"sf_pinterest\";s:0:\"\";s:8:\"sf_skype\";s:0:\"\";s:9:\"sf_flickr\";s:0:\"\";s:6:\"sf_rss\";s:0:\"\";s:15:\"sf_social_color\";s:7:\"#aaaaaa\";s:11:\"sf_tab_logo\";s:0:\"\";s:13:\"sf_first_line\";s:0:\"\";s:11:\"sf_sec_line\";s:0:\"\";s:16:\"sf_width_panel_1\";s:3:\"275\";s:19:\"sf_bg_color_panel_1\";s:7:\"#212121\";s:16:\"sf_color_panel_1\";s:7:\"#aaaaaa\";s:17:\"sf_scolor_panel_1\";s:7:\"#aaaaaa\";s:12:\"sf_chapter_1\";s:7:\"#00FFB8\";s:11:\"sf_image_bg\";s:0:\"\";s:16:\"sf_width_panel_2\";s:3:\"250\";s:19:\"sf_bg_color_panel_2\";s:7:\"#453e5b\";s:16:\"sf_color_panel_2\";s:7:\"#ffffff\";s:17:\"sf_scolor_panel_2\";s:7:\"#aaaaaa\";s:12:\"sf_chapter_2\";s:7:\"#FFFFFF\";s:16:\"sf_width_panel_3\";s:3:\"250\";s:19:\"sf_bg_color_panel_3\";s:7:\"#36939e\";s:16:\"sf_color_panel_3\";s:7:\"#ffffff\";s:17:\"sf_scolor_panel_3\";s:7:\"#aaaaaa\";s:12:\"sf_chapter_3\";s:7:\"#FFFFFF\";s:16:\"sf_width_panel_4\";s:3:\"200\";s:19:\"sf_bg_color_panel_4\";s:7:\"#9e466b\";s:16:\"sf_color_panel_4\";s:7:\"#ffffff\";s:17:\"sf_scolor_panel_4\";s:7:\"#aaaaaa\";s:12:\"sf_chapter_4\";s:7:\"#FFFFFF\";s:16:\"sf_sidebar_style\";s:4:\"side\";s:20:\"sf_sidebar_behaviour\";s:5:\"slide\";s:14:\"sf_sidebar_pos\";s:5:\"right\";s:12:\"sf_skew_type\";s:3:\"top\";s:15:\"sf_opening_type\";s:5:\"hover\";s:19:\"sf_sub_opening_type\";s:5:\"hover\";s:15:\"sf_fade_content\";s:5:\"light\";s:12:\"sf_fade_full\";s:15:\"rgba(0,0,0,0.9)\";s:20:\"sf_transparent_panel\";s:4:\"none\";s:7:\"sf_font\";s:7:\"inherit\";s:12:\"sf_font_size\";s:2:\"20\";s:12:\"sf_alignment\";s:4:\"left\";s:14:\"sf_font_weight\";s:6:\"normal\";s:12:\"sf_uppercase\";s:2:\"no\";s:9:\"sf_c_font\";s:7:\"inherit\";s:7:\"sf_c_fs\";s:2:\"15\";s:11:\"sf_c_weight\";s:4:\"bold\";s:10:\"sf_c_trans\";s:3:\"yes\";s:10:\"sf_padding\";s:2:\"15\";s:12:\"sf_icon_size\";s:2:\"40\";s:13:\"sf_icon_color\";s:4:\"#777\";s:19:\"sf_separators_color\";s:26:\"rgba(255, 255, 255, 0.075)\";s:19:\"sf_separators_width\";s:3:\"100\";s:12:\"sf_highlight\";s:4:\"semi\";s:12:\"sf_label_vis\";s:7:\"visible\";s:13:\"sf_label_type\";s:7:\"default\";s:14:\"sf_label_shift\";s:3:\"0px\";s:12:\"sf_label_top\";s:3:\"0px\";s:19:\"sf_label_top_mobile\";s:3:\"0px\";s:10:\"sf_mob_nav\";s:3:\"yes\";s:18:\"sf_threshold_point\";s:3:\"782\";s:13:\"sf_label_icon\";s:17:\"Entypo+_####_menu\";s:13:\"sf_label_size\";s:5:\"153px\";s:14:\"sf_label_style\";s:4:\"none\";s:14:\"sf_label_width\";s:1:\"1\";s:13:\"sf_label_gaps\";s:1:\"8\";s:14:\"sf_label_color\";s:7:\"#000000\";s:19:\"sf_label_icon_color\";s:7:\"#ffffff\";s:13:\"sf_label_text\";s:3:\"yes\";s:19:\"sf_label_text_field\";s:4:\"Menu\";s:19:\"sf_label_text_color\";s:7:\"#CA3C08\";s:6:\"sf_css\";s:0:\"\";s:18:\"sf_submenu_support\";s:3:\"yes\";s:14:\"sf_submenu_mob\";s:3:\"yes\";s:18:\"sf_submenu_classes\";s:18:\"sub-menu, children\";s:11:\"sf_interval\";s:2:\"51\";s:11:\"sf_togglers\";s:0:\"\";s:16:\"sf_license_fname\";s:0:\"\";s:16:\"sf_license_lname\";s:0:\"\";s:16:\"sf_license_email\";s:0:\"\";s:15:\"sf_license_code\";s:0:\"\";s:16:\"sf_license_valid\";s:0:\"\";}','yes'),(2077,'updraftplus_version','1.16.16','yes'),(2078,'updraft_updraftvault','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-35bc3fe7eda6d1a0388792e728f0e9bb\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}','yes'),(2079,'updraft_dropbox','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-5daf6527a6202fbe41196ede21578f92\";a:4:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:0:\"\";}}}','yes'),(2080,'updraft_s3','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-d0648354762ae08eb5275afd538bed4c\";a:5:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:3:\"rrs\";s:0:\"\";s:22:\"server_side_encryption\";s:0:\"\";}}}','yes'),(2081,'updraft_cloudfiles','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-e0c3caaeecc717383d532b7c5c7cb031\";a:5:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";N;}}}','yes'),(2082,'updraft_googledrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-c77a0485bf0f97d01cd9b2d066cb7498\";a:3:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";}}}','yes'),(2083,'updraft_onedrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-2531a17d9cf847d6ef0954d0efa482a2\";a:0:{}}}','yes'),(2084,'updraft_ftp','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-e1c5629da1e9136e347ac696d5ebb4d2\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";i:1;}}}','yes'),(2085,'updraft_azure','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-923a2b8e34bc43ce11a579d1368ab0f6\";a:0:{}}}','yes'),(2086,'updraft_sftp','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-8db6b2ad5898376e9a1dbfdd894a3036\";a:0:{}}}','yes'),(2087,'updraft_googlecloud','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-62adf95c1cb5376f3c321401fa4b0976\";a:0:{}}}','yes'),(2088,'updraft_backblaze','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-3549d8a4427f0b5257cc2a09839140ef\";a:0:{}}}','yes'),(2089,'updraft_webdav','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-459d4b6c5924cfa1c8dfd9ddf013f3bd\";a:0:{}}}','yes'),(2090,'updraft_s3generic','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-8d825347e9d899357ff4fe8f9c6acb00\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";}}}','yes'),(2091,'updraft_openstack','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-8fc91b9e6bd87ba4ebd6a929b020cc06\";a:6:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:0:\"\";s:8:\"password\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";s:0:\"\";}}}','yes'),(2092,'updraft_dreamobjects','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-15ee6985c62ce0ba7bc42084d15f71d3\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(2093,'updraftplus-addons_siteid','d51bda3c8ff4115ddb44320133b5d1ca','no'),(2094,'updraft_lastmessage','Local files deleted: 6. Remote files deleted: 0 (Sep 04 09:14:02)','yes'),(2095,'updraftplus_unlocked_fd','1','no'),(2096,'updraftplus_last_lock_time_fd','2019-08-29 20:06:53','no'),(2097,'updraftplus_semaphore_fd','0','no'),(2098,'updraft_last_scheduled_fd','1567109213','yes'),(2100,'updraft_backup_history','a:0:{}','no'),(2101,'updraft_last_backup','a:5:{s:11:\"backup_time\";i:1567109213;s:12:\"backup_array\";a:11:{s:7:\"plugins\";a:1:{i:0;s:76:\"backup_2019-08-29-1006_Mobile_IV_Hangover_Doc_Hydra_bfa8495f0b50-plugins.zip\";}s:12:\"plugins-size\";i:57952869;s:6:\"themes\";a:1:{i:0;s:75:\"backup_2019-08-29-1006_Mobile_IV_Hangover_Doc_Hydra_bfa8495f0b50-themes.zip\";}s:11:\"themes-size\";i:21517004;s:7:\"uploads\";a:1:{i:0;s:76:\"backup_2019-08-29-1006_Mobile_IV_Hangover_Doc_Hydra_bfa8495f0b50-uploads.zip\";}s:12:\"uploads-size\";i:156470996;s:6:\"others\";a:1:{i:0;s:75:\"backup_2019-08-29-1006_Mobile_IV_Hangover_Doc_Hydra_bfa8495f0b50-others.zip\";}s:11:\"others-size\";i:2638209;s:2:\"db\";s:70:\"backup_2019-08-29-1006_Mobile_IV_Hangover_Doc_Hydra_bfa8495f0b50-db.gz\";s:7:\"db-size\";i:1754543;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"1c8beed3fb70becb6082b4613b2292745e99f3ba\";s:7:\"themes0\";s:40:\"9336b8e3f7f1253521966b530cf054761be75aa9\";s:8:\"uploads0\";s:40:\"a3fa63aa048d5cd0140f2971437b95ee23561596\";s:7:\"others0\";s:40:\"297ee9d8d9a6459283ee1ccef106c33a24970e71\";s:3:\"db0\";s:40:\"1b6111bb7e2c88649477c29593e605c84b3d9a13\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"4b821ed742956d196367ed3949a763a588ce6ab2882afa624cf2af079633b48b\";s:7:\"themes0\";s:64:\"3853b02447ea71822a1b0b40886d57b56951966a0a91ffeb1a46d855ab8fee11\";s:8:\"uploads0\";s:64:\"6a569d11e37435df95ba32327e215a9daa49fc9568bad670187cb0354bd390a2\";s:7:\"others0\";s:64:\"e6a42016db79b12ab3c154a5a29542fc9dfb9f796d4d673ea8221e23ad150645\";s:3:\"db0\";s:64:\"795fc5e62b2b2935820800c6ae9180aba351fb3636511c24d7723921a42db804\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"bfa8495f0b50\";}','yes'),(2488,'license_key_token','','yes'),(2507,'vcv-hubTeaserElements','a:13:{s:12:\"All Elements\";a:4:{s:2:\"id\";s:12:\"AllElements0\";s:5:\"index\";i:0;s:5:\"title\";s:12:\"All Elements\";s:8:\"elements\";a:160:{i:0;a:8:{s:3:\"tag\";s:11:\"heroSection\";s:4:\"name\";s:12:\"Hero Section\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/heroSection.3307538.1539177996.thumbnail-hero-section.jpg\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/heroSection.3307538.1539177996.preview-hero-section.jpg\";s:15:\"metaDescription\";s:111:\"Hero section with image background and \'Call to Action\' message with a switchable button and position controls.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:1;a:8:{s:3:\"tag\";s:9:\"faqToggle\";s:4:\"name\";s:10:\"Faq Toggle\";s:16:\"metaThumbnailUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/faqToggle.3362054.1543235322.faq-thumbnail.png\";s:14:\"metaPreviewUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/faqToggle.3362054.1543235322.faq-preview.png\";s:15:\"metaDescription\";s:108:\"Toggle element for frequently added questions (Faq) or similar structure for display of content per request.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:2;a:8:{s:3:\"tag\";s:13:\"tabsWithSlide\";s:4:\"name\";s:15:\"Tabs with Slide\";s:16:\"metaThumbnailUrl\";s:131:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/tabsWithSlide.3737498.1526983292.tabs-with-slide-thumbnail.png\";s:14:\"metaPreviewUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/tabsWithSlide.3737498.1526983292.tabs-with-slide-preview.png\";s:15:\"metaDescription\";s:60:\"Add tab element with slide animation to divide your content.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:3;a:8:{s:3:\"tag\";s:7:\"section\";s:4:\"name\";s:7:\"Section\";s:16:\"metaThumbnailUrl\";s:117:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/section.3743348.1553609059.thumbnail-section.png\";s:14:\"metaPreviewUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/section.3743348.1553609059.preview-section.jpg\";s:15:\"metaDescription\";s:103:\"Section is an optional root element which can be used to group rows in order to apply joint background.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:4;a:8:{s:3:\"tag\";s:8:\"3dButton\";s:4:\"name\";s:9:\"3D Button\";s:16:\"metaThumbnailUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/3dButton.4032188.1530108254.thumbnail-3d-button.png\";s:14:\"metaPreviewUrl\";s:118:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/3dButton.4032188.1530108254.preview-3d-button.png\";s:15:\"metaDescription\";s:75:\"A 3D style button with the ability to control a hover and animation states.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:5;a:8:{s:3:\"tag\";s:18:\"animatedIconButton\";s:4:\"name\";s:20:\"Animated Icon Button\";s:16:\"metaThumbnailUrl\";s:141:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/animatedIconButton.4094738.1530107985.thumbnail-animated-icon-button.png\";s:14:\"metaPreviewUrl\";s:139:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/animatedIconButton.4094738.1530107985.preview-animated-icon-button.png\";s:15:\"metaDescription\";s:70:\"An icon button with animation effect and button text display on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:6;a:8:{s:3:\"tag\";s:21:\"animatedOutlineButton\";s:4:\"name\";s:23:\"Animated Outline Button\";s:16:\"metaThumbnailUrl\";s:147:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/animatedOutlineButton.4086976.1530108264.thumbnail-animated-outline-button.png\";s:14:\"metaPreviewUrl\";s:145:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/animatedOutlineButton.4086976.1530108264.preview-animated-outline-button.png\";s:15:\"metaDescription\";s:70:\"Outline button with an animation effect that wraps around button text.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:7;a:8:{s:3:\"tag\";s:20:\"animatedShadowButton\";s:4:\"name\";s:22:\"Animated Shadow Button\";s:16:\"metaThumbnailUrl\";s:145:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/animatedShadowButton.4074467.1530107985.thumbnail-animated-shadow-button.png\";s:14:\"metaPreviewUrl\";s:143:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/animatedShadowButton.4074467.1530107985.preview-animated-shadow-button.png\";s:15:\"metaDescription\";s:51:\"A button with centered shadow effect and animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:8;a:8:{s:3:\"tag\";s:22:\"animatedTwoColorButton\";s:4:\"name\";s:25:\"Animated Two Color Button\";s:16:\"metaThumbnailUrl\";s:150:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/animatedTwoColorButton.4087482.1530108274.thumbnail-animated-two-color-button.png\";s:14:\"metaPreviewUrl\";s:148:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/animatedTwoColorButton.4087482.1530108274.preview-animated-two-color-button.png\";s:15:\"metaDescription\";s:74:\"A modern animated button with two color intersection and smooth animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:9;a:8:{s:3:\"tag\";s:15:\"basicButtonIcon\";s:4:\"name\";s:17:\"Basic Button Icon\";s:16:\"metaThumbnailUrl\";s:135:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/basicButtonIcon.3681393.1539178207.thumbnail-basic-button-icon.jpg\";s:14:\"metaPreviewUrl\";s:133:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/basicButtonIcon.3681393.1539178207.preview-basic-button-icon.jpg\";s:15:\"metaDescription\";s:74:\"Flat style button with icon and slide effect to catch visitor\'s attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:10;a:8:{s:3:\"tag\";s:17:\"borderHoverButton\";s:4:\"name\";s:19:\"Border Hover Button\";s:16:\"metaThumbnailUrl\";s:139:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/borderHoverButton.4032921.1530108003.thumbnail-border-hover-button.png\";s:14:\"metaPreviewUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/borderHoverButton.4032921.1530108003.preview-border-hover-button.png\";s:15:\"metaDescription\";s:80:\"Button with border accent as a hover effect and ability to control border color.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:11;a:8:{s:3:\"tag\";s:15:\"doubleSeparator\";s:4:\"name\";s:16:\"Double Separator\";s:16:\"metaThumbnailUrl\";s:134:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/doubleSeparator.3687812.1539177984.double-separator-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:132:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/doubleSeparator.3687812.1539177984.double-separator-preview.jpg\";s:15:\"metaDescription\";s:76:\"Double line separator with different line length - calculated automatically.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:12;a:8:{s:3:\"tag\";s:12:\"facebookLike\";s:4:\"name\";s:13:\"Facebook Like\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookLike.3307520.1518002020.facebook-like-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:126:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookLike.3307520.1518002020.facebook-like-preview.jpg\";s:15:\"metaDescription\";s:89:\"Add Facebook Like button to your WordPress website for quick content sharing on Facebook.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:13;a:8:{s:3:\"tag\";s:7:\"feature\";s:4:\"name\";s:7:\"Feature\";s:16:\"metaThumbnailUrl\";s:117:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/feature.3307521.1539178164.thumbnail-feature.jpg\";s:14:\"metaPreviewUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/feature.3307521.1539178164.preview-feature.jpg\";s:15:\"metaDescription\";s:114:\"Feature element with an icon, title and description. Icon element contains controls for various background shapes.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:14;a:8:{s:3:\"tag\";s:18:\"featureDescription\";s:4:\"name\";s:19:\"Feature Description\";s:16:\"metaThumbnailUrl\";s:140:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/featureDescription.3923744.1515054151.thumbnail-feature-description.png\";s:14:\"metaPreviewUrl\";s:138:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/featureDescription.3923744.1515054151.preview-feature-description.png\";s:15:\"metaDescription\";s:77:\"Feature element with image and call to action button for further information.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:15;a:8:{s:3:\"tag\";s:14:\"featureSection\";s:4:\"name\";s:15:\"Feature Section\";s:16:\"metaThumbnailUrl\";s:132:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/featureSection.3307523.1539178162.thumbnail-feature-section.jpg\";s:14:\"metaPreviewUrl\";s:130:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/featureSection.3307523.1539178162.preview-feature-section.jpg\";s:15:\"metaDescription\";s:116:\"Feature section divided into image and content columns. Great for representing product features or company services.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:16;a:8:{s:3:\"tag\";s:18:\"filledShadowButton\";s:4:\"name\";s:20:\"Filled Shadow Button\";s:16:\"metaThumbnailUrl\";s:141:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/filledShadowButton.4065938.1530110298.thumbnail-filled-shadow-button.png\";s:14:\"metaPreviewUrl\";s:139:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/filledShadowButton.4065938.1530110298.preview-filled-shadow-button.png\";s:15:\"metaDescription\";s:83:\"A geometric style filled button with shadow effect and custom hover color controls.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:17;a:8:{s:3:\"tag\";s:11:\"flickrImage\";s:4:\"name\";s:12:\"Flickr Image\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/flickrImage.3307525.1539178205.thumbnail-flickr-image.jpg\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/flickrImage.3307525.1539178205.preview-flickr-image.jpg\";s:15:\"metaDescription\";s:54:\"Embed Flickr image directly to your WordPress website.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:18;a:8:{s:3:\"tag\";s:7:\"flipBox\";s:4:\"name\";s:8:\"Flip Box\";s:16:\"metaThumbnailUrl\";s:118:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/flipBox.3722173.1539178174.flip-box-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:116:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/flipBox.3722173.1539178174.flip-box-preview.jpg\";s:15:\"metaDescription\";s:123:\"Flip box element with image slide and textual content slide allowing to define default state and flip box background color.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:19;a:8:{s:3:\"tag\";s:12:\"gatsbyButton\";s:4:\"name\";s:13:\"Gatsby Button\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/gatsbyButton.4083888.1530110296.thumbnail-gatsby-button.png\";s:14:\"metaPreviewUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/gatsbyButton.4083888.1530110296.preview-gatsby-button.png\";s:15:\"metaDescription\";s:74:\"A Gatsby style button with a misplaced outline and transparent fill color.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:20;a:8:{s:3:\"tag\";s:10:\"googleMaps\";s:4:\"name\";s:11:\"Google Maps\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/googleMaps.3307955.1539177993.google-maps-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/googleMaps.3307955.1539177993.google-maps-preview.jpg\";s:15:\"metaDescription\";s:83:\"Add basic Google Maps via embed code to your WordPress website to display location.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:21;a:8:{s:3:\"tag\";s:16:\"googlePlusButton\";s:4:\"name\";s:18:\"Google Plus Button\";s:16:\"metaThumbnailUrl\";s:130:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/googlePlusButton.3307535.1539178161.google-plus-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/googlePlusButton.3307535.1539178161.google-plus-preview.jpg\";s:15:\"metaDescription\";s:109:\"Add standard Google Plus button to your WordPress website for quick content sharing on Google Social Network.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:22;a:8:{s:3:\"tag\";s:4:\"icon\";s:4:\"name\";s:4:\"Icon\";s:16:\"metaThumbnailUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/icon.3307542.1543235335.thumbnail-icon.jpg\";s:14:\"metaPreviewUrl\";s:109:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/icon.3307542.1543235335.preview-icon.jpg\";s:15:\"metaDescription\";s:89:\"Simple icon element with various icons from library and background shape control options.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:4:\"free\";i:1;s:7:\"premium\";}}i:23;a:8:{s:3:\"tag\";s:12:\"imageGallery\";s:4:\"name\";s:13:\"Image Gallery\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageGallery.3307544.1539178193.image-gallery-thumbnail.png\";s:14:\"metaPreviewUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageGallery.3307544.1539178193.image-gallery-preview.jpg\";s:15:\"metaDescription\";s:106:\"Image gallery is a basic element for adding simple image gallery from Media Library into the content area.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:24;a:8:{s:3:\"tag\";s:19:\"imageMasonryGallery\";s:4:\"name\";s:21:\"Image Masonry Gallery\";s:16:\"metaThumbnailUrl\";s:143:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageMasonryGallery.3307546.1539178160.image-masonry-gallery-thumbnail.png\";s:14:\"metaPreviewUrl\";s:141:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageMasonryGallery.3307546.1539178160.image-masonry-gallery-preview.jpg\";s:15:\"metaDescription\";s:124:\"Image masonry gallery is a gallery element for adding simple masonry image gallery from Media Library into the content area.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:25;a:8:{s:3:\"tag\";s:14:\"instagramImage\";s:4:\"name\";s:15:\"Instagram Image\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/instagramImage.3307547.1551176522.thumbnail-instagram.jpg\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/instagramImage.3307547.1551176522.preview-instagram.jpg\";s:15:\"metaDescription\";s:57:\"Embed Instagram image directly to your WordPress website.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:26;a:8:{s:3:\"tag\";s:10:\"messageBox\";s:4:\"name\";s:11:\"Message Box\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/messageBox.3697172.1539178195.message-box-thumbnail.png\";s:14:\"metaPreviewUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/messageBox.3697172.1539178195.message-box-preview.jpg\";s:15:\"metaDescription\";s:94:\"Add simple message box with predefined notification or create custom message with custom icon.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:27;a:8:{s:3:\"tag\";s:17:\"outlineButtonIcon\";s:4:\"name\";s:19:\"Outline Button Icon\";s:16:\"metaThumbnailUrl\";s:139:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlineButtonIcon.3681408.1539178180.outline-button-icon-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlineButtonIcon.3681408.1539178180.outline-button-icon-preview.jpg\";s:15:\"metaDescription\";s:125:\"Outline button with solid fill and icon appearance o hover. Great solution to be used as a secondary button within a website.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:28;a:8:{s:3:\"tag\";s:19:\"outlineShadowButton\";s:4:\"name\";s:21:\"Outline Shadow Button\";s:16:\"metaThumbnailUrl\";s:143:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlineShadowButton.4025868.1530110289.thumbnail-outline-shadow-button.png\";s:14:\"metaPreviewUrl\";s:141:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlineShadowButton.4025868.1530110289.preview-outline-shadow-button.png\";s:15:\"metaDescription\";s:64:\"A geometric style outline button with custom hover color option.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:29;a:8:{s:3:\"tag\";s:19:\"parallelogramButton\";s:4:\"name\";s:20:\"Parallelogram Button\";s:16:\"metaThumbnailUrl\";s:142:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/parallelogramButton.4023834.1530107986.thumbnail-parallelogram-button.png\";s:14:\"metaPreviewUrl\";s:140:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/parallelogramButton.4023834.1530107986.preview-parallelogram-button.png\";s:15:\"metaDescription\";s:62:\"A button in parallelogram shape with ability to control angle.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:30;a:8:{s:3:\"tag\";s:14:\"pinterestPinit\";s:4:\"name\";s:15:\"Pinterest Pinit\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/pinterestPinit.3307551.1539178008.pinterest-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/pinterestPinit.3307551.1539178008.pinterest-preview.jpg\";s:15:\"metaDescription\";s:98:\"Add Pinterest Pinit button to your WordPress website for quick media content sharing on Pinterest.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:31;a:8:{s:3:\"tag\";s:9:\"postsGrid\";s:4:\"name\";s:10:\"Posts Grid\";s:16:\"metaThumbnailUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/postsGrid.3328738.1560165692.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:109:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/postsGrid.3328738.1560165692.preview.jpg\";s:15:\"metaDescription\";s:63:\"Add page, post or custom post type grid teasers in grid layout.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:32;a:8:{s:3:\"tag\";s:12:\"pricingTable\";s:4:\"name\";s:13:\"Pricing Table\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/pricingTable.3921938.1515054151.thumbnail-pricing-table.jpg\";s:14:\"metaPreviewUrl\";s:126:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/pricingTable.3921938.1515054151.preview-pricing-table.png\";s:15:\"metaDescription\";s:86:\"Simple filled or outline pricing table to display prices of your products or services.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:33;a:8:{s:3:\"tag\";s:11:\"quoteButton\";s:4:\"name\";s:12:\"Quote Button\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/quoteButton.4039466.1530110284.thumbnail-quote-button.png\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/quoteButton.4039466.1530110284.preview-quote-button.png\";s:15:\"metaDescription\";s:74:\"Quote button is a good call to action that points directly to the content.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:34;a:8:{s:3:\"tag\";s:7:\"rawHtml\";s:4:\"name\";s:8:\"Raw HTML\";s:16:\"metaThumbnailUrl\";s:118:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/rawHtml.3307552.1547562426.raw-html-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:116:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/rawHtml.3307552.1547562426.raw-html-preview.jpg\";s:15:\"metaDescription\";s:88:\"Add your own custom HTML code to WordPress website via raw code block that accepts HTML.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:35;a:8:{s:3:\"tag\";s:5:\"rawJs\";s:4:\"name\";s:6:\"Raw JS\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/rawJs.3307555.1547562423.raw-js-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/rawJs.3307555.1547562423.raw-js-preview.jpg\";s:15:\"metaDescription\";s:95:\"Add your own custom Javascript code to WordPress website to execute it on this particular page.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:36;a:8:{s:3:\"tag\";s:12:\"resizeButton\";s:4:\"name\";s:13:\"Resize Button\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/resizeButton.4031666.1530107987.thumbnail-resize-button.png\";s:14:\"metaPreviewUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/resizeButton.4031666.1530107987.preview-resize-button.png\";s:15:\"metaDescription\";s:77:\"A simple button that resizes with animation on hover to catch user attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:37;a:8:{s:3:\"tag\";s:13:\"separatorIcon\";s:4:\"name\";s:19:\"Separator with Icon\";s:16:\"metaThumbnailUrl\";s:135:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/separatorIcon.3697629.1556017796.separator-with-icon-thumbnail.png\";s:14:\"metaPreviewUrl\";s:133:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/separatorIcon.3697629.1556017796.separator-with-icon-preview.png\";s:15:\"metaDescription\";s:93:\"Add separator with an icon as decoration or visual eye-catching marker before content blocks.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:38;a:8:{s:3:\"tag\";s:14:\"separatorTitle\";s:4:\"name\";s:20:\"Separator with Title\";s:16:\"metaThumbnailUrl\";s:136:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/separatorTitle.3743851.1539177987.separator-with-text-thumbnail.png\";s:14:\"metaPreviewUrl\";s:134:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/separatorTitle.3743851.1539177987.separator-with-text-preview.png\";s:15:\"metaDescription\";s:91:\"Add separator with title as decoration or visual eye-catching marker before content blocks.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:39;a:8:{s:3:\"tag\";s:20:\"simpleGradientButton\";s:4:\"name\";s:22:\"Simple Gradient Button\";s:16:\"metaThumbnailUrl\";s:145:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/simpleGradientButton.4038649.1530110276.thumbnail-simple-gradient-button.png\";s:14:\"metaPreviewUrl\";s:143:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/simpleGradientButton.4038649.1530110276.preview-simple-gradient-button.png\";s:15:\"metaDescription\";s:67:\"A simple gradient button ith automatic gradient effect calculation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:40;a:8:{s:3:\"tag\";s:17:\"simpleImageSlider\";s:4:\"name\";s:19:\"Simple Image Slider\";s:16:\"metaThumbnailUrl\";s:139:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/simpleImageSlider.3835260.1556800008.thumbnail-simple-image-slider.jpg\";s:14:\"metaPreviewUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/simpleImageSlider.3835260.1556800008.preview-simple-image-slider.jpg\";s:15:\"metaDescription\";s:91:\"Media Library Image slider with dot controls and swipe option for better mobile experience.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:41;a:8:{s:3:\"tag\";s:19:\"strikethroughButton\";s:4:\"name\";s:20:\"Strikethrough Button\";s:16:\"metaThumbnailUrl\";s:142:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/strikethroughButton.4031038.1530110274.thumbnail-strikethrough-button.png\";s:14:\"metaPreviewUrl\";s:140:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/strikethroughButton.4031038.1530110274.preview-strikethrough-button.png\";s:15:\"metaDescription\";s:66:\"A simple text button with animated strike through effect on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:42;a:8:{s:3:\"tag\";s:26:\"strikethroughOutlineButton\";s:4:\"name\";s:28:\"Strikethrough Outline Button\";s:16:\"metaThumbnailUrl\";s:157:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/strikethroughOutlineButton.4039204.1530110273.thumbnail-strikethrough-outline-button.png\";s:14:\"metaPreviewUrl\";s:155:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/strikethroughOutlineButton.4039204.1530110273.preview-strikethrough-outline-button.png\";s:15:\"metaDescription\";s:90:\"Outline button with a horizontal or vertical strikethrough and fill color effect on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:43;a:8:{s:3:\"tag\";s:15:\"symmetricButton\";s:4:\"name\";s:16:\"Symmetric Button\";s:16:\"metaThumbnailUrl\";s:134:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/symmetricButton.4191505.1530110272.thumbnail-symmetric-button.png\";s:14:\"metaPreviewUrl\";s:132:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/symmetricButton.4191505.1530110272.preview-symmetric-button.png\";s:15:\"metaDescription\";s:57:\"A large circle button with text and zoom effect on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:44;a:8:{s:3:\"tag\";s:24:\"transparentOutlineButton\";s:4:\"name\";s:26:\"Transparent Outline Button\";s:16:\"metaThumbnailUrl\";s:153:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/transparentOutlineButton.4015368.1530110285.thumbnail-transparent-outline-button.png\";s:14:\"metaPreviewUrl\";s:151:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/transparentOutlineButton.4015368.1530110285.preview-transparent-outline-button.png\";s:15:\"metaDescription\";s:103:\"Transparent outline button with fill color effect on hover is perfect for dark or colorful backgrounds.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:45;a:8:{s:3:\"tag\";s:13:\"twitterButton\";s:4:\"name\";s:14:\"Twitter Button\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/twitterButton.3307558.1539178195.tweet-button-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/twitterButton.3307558.1539178195.tweet-button-preview.jpg\";s:15:\"metaDescription\";s:89:\"Add standard Tweet button to your WordPress website for quick content sharing on Twitter.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:46;a:8:{s:3:\"tag\";s:11:\"twitterGrid\";s:4:\"name\";s:12:\"Twitter Grid\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/twitterGrid.3307559.1539178005.twitter-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/twitterGrid.3307559.1539178005.twitter-grid-preview.jpg\";s:15:\"metaDescription\";s:86:\"Showcase Twitter stories that are primarily told with photos, videos, GIFs, and Vines.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:47;a:8:{s:3:\"tag\";s:15:\"twitterTimeline\";s:4:\"name\";s:16:\"Twitter Timeline\";s:16:\"metaThumbnailUrl\";s:134:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/twitterTimeline.3307562.1515054154.twitter-timeline-thumbnail.png\";s:14:\"metaPreviewUrl\";s:132:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/twitterTimeline.3307562.1515054154.twitter-timeline-preview.jpg\";s:15:\"metaDescription\";s:136:\"Embedded timeline to display a stream of Tweets on your site. Use it to showcase profiles, lists, and favorites, as well as the stories.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:48;a:8:{s:3:\"tag\";s:12:\"twitterTweet\";s:4:\"name\";s:13:\"Twitter Tweet\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/twitterTweet.3307563.1515054154.twitter-tweet-thumbnail.png\";s:14:\"metaPreviewUrl\";s:126:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/twitterTweet.3307563.1515054154.twitter-tweet-preview.jpg\";s:15:\"metaDescription\";s:82:\"Embedded Tweet to display an individual Tweet off of Twitter by picking tweet URL.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:49;a:8:{s:3:\"tag\";s:15:\"underlineButton\";s:4:\"name\";s:16:\"Underline Button\";s:16:\"metaThumbnailUrl\";s:134:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/underlineButton.4030889.1530110282.thumbnail-underline-button.png\";s:14:\"metaPreviewUrl\";s:132:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/underlineButton.4030889.1530110282.preview-underline-button.png\";s:15:\"metaDescription\";s:57:\"A simple text button with underline and resize animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:50;a:8:{s:3:\"tag\";s:20:\"woocommerceAddToCart\";s:4:\"name\";s:23:\"WooCommerce Add To Cart\";s:16:\"metaThumbnailUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceAddToCart.3328758.1543235280.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceAddToCart.3328758.1543235280.preview.jpg\";s:15:\"metaDescription\";s:85:\"WooCommerce element shows the price and add to cart button of a single product by ID.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:51;a:8:{s:3:\"tag\";s:30:\"woocommerceBestSellingProducts\";s:4:\"name\";s:33:\"WooCommerce Best Selling Products\";s:16:\"metaThumbnailUrl\";s:132:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceBestSellingProducts.3328760.1526983381.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:130:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceBestSellingProducts.3328760.1526983381.preview.jpg\";s:15:\"metaDescription\";s:62:\"WooCommerce element which displays your best selling products.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:52;a:8:{s:3:\"tag\";s:15:\"woocommerceCart\";s:4:\"name\";s:16:\"WooCommerce Cart\";s:16:\"metaThumbnailUrl\";s:117:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceCart.3328764.1539177979.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceCart.3328764.1539177979.preview.jpg\";s:15:\"metaDescription\";s:104:\"WooCommerce element displays cart content and interface for coupon codes and other cart bits and pieces.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:53;a:8:{s:3:\"tag\";s:19:\"woocommerceCheckout\";s:4:\"name\";s:20:\"WooCommerce Checkout\";s:16:\"metaThumbnailUrl\";s:121:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceCheckout.3328770.1539177980.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:119:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceCheckout.3328770.1539177980.preview.jpg\";s:15:\"metaDescription\";s:59:\"WooCommerce checkout element displays the checkout process.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:54;a:8:{s:3:\"tag\";s:27:\"woocommerceFeaturedProducts\";s:4:\"name\";s:29:\"WooCommerce Featured Products\";s:16:\"metaThumbnailUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceFeaturedProducts.3328772.1531317604.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceFeaturedProducts.3328772.1531317604.preview.jpg\";s:15:\"metaDescription\";s:71:\"WooCommerce element displays products that have been set as \"featured\".\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:55;a:8:{s:3:\"tag\";s:20:\"woocommerceMyAccount\";s:4:\"name\";s:22:\"WooCommerce My Account\";s:16:\"metaThumbnailUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceMyAccount.3328778.1539177982.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceMyAccount.3328778.1539177982.preview.jpg\";s:15:\"metaDescription\";s:124:\"WooCommerce element shows the ‘my account’ section where the customer can view past orders and update their information.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:56;a:8:{s:3:\"tag\";s:24:\"woocommerceOrderTracking\";s:4:\"name\";s:26:\"WooCommerce Order Tracking\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceOrderTracking.3328782.1526983374.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceOrderTracking.3328782.1526983374.preview.jpg\";s:15:\"metaDescription\";s:91:\"WooCommerce element lets a user see the status of an order by entering their order details.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:57;a:8:{s:3:\"tag\";s:18:\"woocommerceProduct\";s:4:\"name\";s:19:\"WooCommerce Product\";s:16:\"metaThumbnailUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProduct.3328784.1543235290.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:118:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProduct.3328784.1543235290.preview.jpg\";s:15:\"metaDescription\";s:56:\"WooCommerce element shows a single product by ID or SKU.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:58;a:8:{s:3:\"tag\";s:27:\"woocommerceProductAttribute\";s:4:\"name\";s:29:\"WooCommerce Product Attribute\";s:16:\"metaThumbnailUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProductAttribute.3328787.1543235278.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProductAttribute.3328787.1543235278.preview.jpg\";s:15:\"metaDescription\";s:63:\"WooCommerce element lists products with an attribute shortcode.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:59;a:8:{s:3:\"tag\";s:28:\"woocommerceProductCategories\";s:4:\"name\";s:30:\"WooCommerce Product Categories\";s:16:\"metaThumbnailUrl\";s:130:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProductCategories.3328789.1543235276.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProductCategories.3328789.1543235276.preview.jpg\";s:15:\"metaDescription\";s:53:\"WooCommerce element displays product categories loop.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:60;a:8:{s:3:\"tag\";s:26:\"woocommerceProductCategory\";s:4:\"name\";s:28:\"WooCommerce Product Category\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProductCategory.3328791.1543235274.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProductCategory.3328791.1543235274.preview.jpg\";s:15:\"metaDescription\";s:66:\"WooCommerce element shows multiple products in a category by slug.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:61;a:8:{s:3:\"tag\";s:22:\"woocommerceProductPage\";s:4:\"name\";s:24:\"WooCommerce Product Page\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProductPage.3328797.1543235288.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProductPage.3328797.1543235288.preview.jpg\";s:15:\"metaDescription\";s:66:\"WooCommerce element shows a full single product page by ID or SKU.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:62;a:8:{s:3:\"tag\";s:19:\"woocommerceProducts\";s:4:\"name\";s:20:\"WooCommerce Products\";s:16:\"metaThumbnailUrl\";s:121:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProducts.3328799.1543235292.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:119:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProducts.3328799.1543235292.preview.jpg\";s:15:\"metaDescription\";s:57:\"WooCommerce element shows multiple products by ID or SKU.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:63;a:8:{s:3:\"tag\";s:25:\"woocommerceRecentProducts\";s:4:\"name\";s:27:\"WooCommerce Recent Products\";s:16:\"metaThumbnailUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceRecentProducts.3328801.1526983373.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceRecentProducts.3328801.1526983373.preview.jpg\";s:15:\"metaDescription\";s:109:\"WooCommerce element lists the most recent products added to your WooCommerce site – useful on the homepage.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:64;a:8:{s:3:\"tag\";s:26:\"woocommerceRelatedProducts\";s:4:\"name\";s:28:\"WooCommerce Related Products\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceRelatedProducts.3328809.1526983376.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceRelatedProducts.3328809.1526983376.preview.jpg\";s:15:\"metaDescription\";s:43:\"WooCommerce element lists related products.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:65;a:8:{s:3:\"tag\";s:23:\"woocommerceSaleProducts\";s:4:\"name\";s:25:\"WooCommerce Sale Products\";s:16:\"metaThumbnailUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceSaleProducts.3328811.1526983366.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:123:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceSaleProducts.3328811.1526983366.preview.jpg\";s:15:\"metaDescription\";s:47:\"WooCommerce element lists all products on sale.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:66;a:8:{s:3:\"tag\";s:27:\"woocommerceTopRatedProducts\";s:4:\"name\";s:30:\"WooCommerce Top Rated Products\";s:16:\"metaThumbnailUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceTopRatedProducts.3328813.1526983378.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceTopRatedProducts.3328813.1526983378.preview.jpg\";s:15:\"metaDescription\";s:52:\"WooCommerce element list top-rated products on sale.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:67;a:8:{s:3:\"tag\";s:12:\"zigZagButton\";s:4:\"name\";s:13:\"ZigZag Button\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/zigZagButton.4078903.1530110273.thumbnail-zigzag-button.png\";s:14:\"metaPreviewUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/zigZagButton.4078903.1530110273.preview-zigzag-button.png\";s:15:\"metaDescription\";s:75:\"A text based button with zig zag underline and custom hover color controls.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:68;a:8:{s:3:\"tag\";s:12:\"callToAction\";s:4:\"name\";s:14:\"Call To Action\";s:16:\"metaThumbnailUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/callToAction.4192984.1558359386.thumbnail-call-to-action.png\";s:14:\"metaPreviewUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/callToAction.4192984.1558359386.preview-call-to-action.png\";s:15:\"metaDescription\";s:112:\"Add an eye-catching call to action block to immediately drag visitor\'s attention and deliver a specific message.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:69;a:8:{s:3:\"tag\";s:17:\"outlineMessageBox\";s:4:\"name\";s:19:\"Outline Message Box\";s:16:\"metaThumbnailUrl\";s:139:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlineMessageBox.4341515.1530106866.outline-message-box-thumbnail.png\";s:14:\"metaPreviewUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlineMessageBox.4341515.1530106866.outline-message-box-preview.png\";s:15:\"metaDescription\";s:90:\"Add outline style message box with predesigned notifications or create your custom notice.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:70;a:8:{s:3:\"tag\";s:10:\"emptySpace\";s:4:\"name\";s:11:\"Empty Space\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/emptySpace.4347357.1547562428.empty-space-thumbnail.png\";s:14:\"metaPreviewUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/emptySpace.4347357.1547562428.empty-space-preview.png\";s:15:\"metaDescription\";s:108:\"Add empty space to your layout with a blank empty space element and control spaces across different devices.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:71;a:8:{s:3:\"tag\";s:17:\"widgetizedSidebar\";s:4:\"name\";s:18:\"Widgetized Sidebar\";s:16:\"metaThumbnailUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/widgetizedSidebar.4379675.1530106849.wordpress-widgets-thumbnail.png\";s:14:\"metaPreviewUrl\";s:135:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/widgetizedSidebar.4379675.1530106849.wordpress-widgets-preview.png\";s:15:\"metaDescription\";s:65:\"Add any of your saved WordPress sidebars anywhere in the content.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:72;a:8:{s:3:\"tag\";s:12:\"flickrWidget\";s:4:\"name\";s:13:\"Flickr Widget\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/flickrWidget.4397277.1515054150.flickr-widget-thumbnail.png\";s:14:\"metaPreviewUrl\";s:126:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/flickrWidget.4397277.1515054150.flickr-widget-preview.jpg\";s:15:\"metaDescription\";s:100:\"Add Flickr image grid gallery to your site, specify the number of images with an easy-to-use widget.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:73;a:8:{s:3:\"tag\";s:12:\"sandwichMenu\";s:4:\"name\";s:13:\"Sandwich Menu\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/sandwichMenu.4538414.1543235320.sandwich-menu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/sandwichMenu.4538414.1543235320.sandwich-menu-preview.png\";s:15:\"metaDescription\";s:79:\"Add sandwich menu with/without background and full screen overlay to your site.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:74;a:8:{s:3:\"tag\";s:9:\"copyright\";s:4:\"name\";s:9:\"Copyright\";s:16:\"metaThumbnailUrl\";s:121:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/copyright.4539002.1515054148.copyright-thumbnail.png\";s:14:\"metaPreviewUrl\";s:119:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/copyright.4539002.1515054148.copyright-preview.png\";s:15:\"metaDescription\";s:80:\"Display copyright information with your site name and automatic year generation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:75;a:8:{s:3:\"tag\";s:9:\"basicMenu\";s:4:\"name\";s:10:\"Basic Menu\";s:16:\"metaThumbnailUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/basicMenu.4547453.1541161166.basic-menu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/basicMenu.4547453.1541161166.basic-menu-preview.png\";s:15:\"metaDescription\";s:53:\"Add simple text menu with hover submenu to your site.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:76;a:8:{s:3:\"tag\";s:10:\"logoWidget\";s:4:\"name\";s:11:\"Logo Widget\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/logoWidget.4540041.1519995096.logo-widget-thumbnail.png\";s:14:\"metaPreviewUrl\";s:122:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/logoWidget.4540041.1519995096.logo-widget-preview.png\";s:15:\"metaDescription\";s:78:\"Display your site logo (defined in WordPress Customizer) anywhere on the page.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:77;a:8:{s:3:\"tag\";s:8:\"hoverBox\";s:4:\"name\";s:9:\"Hover Box\";s:16:\"metaThumbnailUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/hoverBox.4922247.1539178023.hover-box-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:118:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/hoverBox.4922247.1539178023.hover-box-preview.jpg\";s:15:\"metaDescription\";s:79:\"Image hover-box with inner outline border and custom title appearance on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:78;a:8:{s:3:\"tag\";s:19:\"outlinePricingTable\";s:4:\"name\";s:21:\"Outline Pricing Table\";s:16:\"metaThumbnailUrl\";s:143:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlinePricingTable.4921817.1515080827.thumbnail-outline-pricing-table.jpg\";s:14:\"metaPreviewUrl\";s:141:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlinePricingTable.4921817.1515080827.preview-outline-pricing-table.jpg\";s:15:\"metaDescription\";s:132:\"Outline style pricing table with optional icon element, title, price, feature description and bold transition effect on hover state.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:79;a:8:{s:3:\"tag\";s:12:\"iconHoverBox\";s:4:\"name\";s:14:\"Icon Hover Box\";s:16:\"metaThumbnailUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/iconHoverBox.5010620.1539178216.icon-hover-box-thumbnail.png\";s:14:\"metaPreviewUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/iconHoverBox.5010620.1539178216.icon-hover-box-preview.png\";s:15:\"metaDescription\";s:89:\"Hover box with icon and overlay display as hover effect for portfolio items and services.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:80;a:8:{s:3:\"tag\";s:11:\"classicTabs\";s:4:\"name\";s:12:\"Classic Tabs\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/classicTabs.4932655.1552554686.classic-tabs-thumbnail.png\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/classicTabs.4932655.1552554686.classic-tabs-preview.png\";s:15:\"metaDescription\";s:127:\"A simple classic tabs element to divide your content into logic problems (ex. product description and technical specification).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:81;a:8:{s:3:\"tag\";s:12:\"tallHoverBox\";s:4:\"name\";s:14:\"Tall Hover Box\";s:16:\"metaThumbnailUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/tallHoverBox.5039086.1539178215.tall-hover-box-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/tallHoverBox.5039086.1539178215.tall-hover-box-preview.jpg\";s:15:\"metaDescription\";s:91:\"Tall hover box with title and description animation on hover to capture visitors attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:82;a:8:{s:3:\"tag\";s:15:\"separatedButton\";s:4:\"name\";s:16:\"Separated Button\";s:16:\"metaThumbnailUrl\";s:134:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/separatedButton.5039426.1530110281.thumbnail-separated-button.jpg\";s:14:\"metaPreviewUrl\";s:132:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/separatedButton.5039426.1530110281.preview-separated-button.jpg\";s:15:\"metaDescription\";s:98:\"Flat style button with a separate part for icon element from icon library and simple hover effect.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:83;a:8:{s:3:\"tag\";s:11:\"sidebarMenu\";s:4:\"name\";s:12:\"Sidebar Menu\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/sidebarMenu.5085711.1526885474.sidebar-menu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/sidebarMenu.5085711.1526885474.sidebar-menu-preview.png\";s:15:\"metaDescription\";s:111:\"Sidebar menu element with all submenu sections open by default - use as sidebar or footer menu on your website.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:84;a:8:{s:3:\"tag\";s:11:\"testimonial\";s:4:\"name\";s:11:\"Testimonial\";s:16:\"metaThumbnailUrl\";s:125:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/testimonial.5085675.1515581532.thumbnail-testimonial.png\";s:14:\"metaPreviewUrl\";s:123:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/testimonial.5085675.1515581532.preview-testimonial.png\";s:15:\"metaDescription\";s:103:\"Add testimonials to your site to share what your customers are saying about your products and services.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:85;a:8:{s:3:\"tag\";s:12:\"contactForm7\";s:4:\"name\";s:14:\"Contact Form 7\";s:16:\"metaThumbnailUrl\";s:129:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/contactForm7.5094582.1519906380.contact-form-7-thumbnail.png\";s:14:\"metaPreviewUrl\";s:127:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/contactForm7.5094582.1519906380.contact-form-7-preview.png\";s:15:\"metaDescription\";s:110:\"Add Contact Form 7 form to your layout (Note: Contact Form 7 plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:86;a:8:{s:3:\"tag\";s:17:\"syntaxHighlighter\";s:4:\"name\";s:18:\"Syntax Highlighter\";s:16:\"metaThumbnailUrl\";s:138:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/syntaxHighlighter.5115545.1552554693.syntax-highlighter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:136:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/syntaxHighlighter.5115545.1552554693.syntax-highlighter-preview.png\";s:15:\"metaDescription\";s:96:\"Highlight your syntax with various styles to separate it from the text or other type of content.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:87;a:8:{s:3:\"tag\";s:17:\"pageableContainer\";s:4:\"name\";s:18:\"Pageable Container\";s:16:\"metaThumbnailUrl\";s:138:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/pageableContainer.5085662.1558359387.pageable-container-thumbnail.png\";s:14:\"metaPreviewUrl\";s:136:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/pageableContainer.5085662.1558359387.pageable-container-preview.png\";s:15:\"metaDescription\";s:113:\"Colored slider for textual information with dot controls. Allows defining background colors per individual slide.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:88;a:8:{s:3:\"tag\";s:16:\"classicAccordion\";s:4:\"name\";s:17:\"Classic Accordion\";s:16:\"metaThumbnailUrl\";s:136:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/classicAccordion.5085760.1526983319.classic-accordion-thumbnail.png\";s:14:\"metaPreviewUrl\";s:134:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/classicAccordion.5085760.1526983319.classic-accordion-preview.png\";s:15:\"metaDescription\";s:66:\"Add simple accordion to your site to divide content into sections.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:89;a:8:{s:3:\"tag\";s:20:\"multipleImageCollage\";s:4:\"name\";s:22:\"Multiple Image Collage\";s:16:\"metaThumbnailUrl\";s:145:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/multipleImageCollage.5149881.1524061577.multiple-image-collage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:143:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/multipleImageCollage.5149881.1524061577.multiple-image-collage-preview.png\";s:15:\"metaDescription\";s:124:\"A simple multiple image collage with CSS transition for every image to create eye-catching effect for your product features.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:90;a:8:{s:3:\"tag\";s:16:\"centeredPostGrid\";s:4:\"name\";s:18:\"Centered Post Grid\";s:16:\"metaThumbnailUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/centeredPostGrid.5167396.1560165698.centered-post-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:135:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/centeredPostGrid.5167396.1560165698.centered-post-grid-preview.png\";s:15:\"metaDescription\";s:56:\"Clean post grid with centred content and separator line.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:91;a:8:{s:3:\"tag\";s:21:\"featuredImagePostGrid\";s:4:\"name\";s:24:\"Featured Image Post Grid\";s:16:\"metaThumbnailUrl\";s:143:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/featuredImagePostGrid.5115827.1560165701.featured-image-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:141:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/featuredImagePostGrid.5115827.1560165701.featured-image-grid-preview.png\";s:15:\"metaDescription\";s:81:\"Display your works or articles in a beautiful grid focused on the featured image.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:92;a:8:{s:3:\"tag\";s:11:\"videoPlayer\";s:4:\"name\";s:12:\"Video Player\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/videoPlayer.5179008.1549634663.video-player-thumbnail.png\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/videoPlayer.5179008.1549634663.video-player-preview.png\";s:15:\"metaDescription\";s:88:\"Add self-hosted video from Media Library to your website and control \'Play\' icon design.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:93;a:8:{s:3:\"tag\";s:10:\"logoSlider\";s:4:\"name\";s:11:\"Logo Slider\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/logoSlider.5232418.1556800005.logo-slider-thumbnail.png\";s:14:\"metaPreviewUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/logoSlider.5232418.1556800005.logo-slider-preview.png\";s:15:\"metaDescription\";s:81:\"Display your customers, partners, or in-media mentions with a simple logo slider.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:94;a:8:{s:3:\"tag\";s:17:\"typewriterHeading\";s:4:\"name\";s:18:\"Typewriter Heading\";s:16:\"metaThumbnailUrl\";s:130:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/typewriterHeading.5159948.1536938862.typewriter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/typewriterHeading.5159948.1536938862.typewriter-preview.png\";s:15:\"metaDescription\";s:111:\"Add interactive heading with typewriter animation to drag your customer attention to specific title or keyword.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:95;a:8:{s:3:\"tag\";s:12:\"facebookPage\";s:4:\"name\";s:13:\"Facebook Page\";s:16:\"metaThumbnailUrl\";s:132:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookPage.5346294.1532599177.facebook-elements-thumbnail.png\";s:14:\"metaPreviewUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookPage.5346294.1532599177.facebook-page-preview.png\";s:15:\"metaDescription\";s:183:\"The Page plugin lets you easily embed and promote any public Facebook Page on your website. Just like on Facebook, your visitors can like and share the Page without leaving your site.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:96;a:8:{s:3:\"tag\";s:24:\"facebookEmbeddedComments\";s:4:\"name\";s:26:\"Facebook Embedded Comments\";s:16:\"metaThumbnailUrl\";s:135:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookEmbeddedComments.5380237.1518002011.facebook-thumbnail.png\";s:14:\"metaPreviewUrl\";s:151:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookEmbeddedComments.5380237.1518002011.facebook-embedded-comments-preview.png\";s:15:\"metaDescription\";s:218:\"Embedded comments are a simple way to put public post comments - by a Page or a person on Facebook - into the content of your web site or web page. Only public comments from Facebook Pages and profiles can be embedded.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:97;a:8:{s:3:\"tag\";s:21:\"facebookEmbeddedVideo\";s:4:\"name\";s:23:\"Facebook Embedded Video\";s:16:\"metaThumbnailUrl\";s:132:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookEmbeddedVideo.5372546.1518002013.facebook-thumbnail.png\";s:14:\"metaPreviewUrl\";s:145:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookEmbeddedVideo.5372546.1518002013.facebook-embedded-video-preview.png\";s:15:\"metaDescription\";s:194:\"With the embedded video player you can easily add Facebook videos and Facebook live videos to your website. You can use any public video post by a Page or a person as video or live video source.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:98;a:8:{s:3:\"tag\";s:12:\"facebookSave\";s:4:\"name\";s:13:\"Facebook Save\";s:16:\"metaThumbnailUrl\";s:132:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookSave.5301032.1518002022.facebook-elements-thumbnail.png\";s:14:\"metaPreviewUrl\";s:121:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookSave.5301032.1518002022.save-to-facebook.png\";s:15:\"metaDescription\";s:112:\"Save items or services to a private list on Facebook, share it with friends, and receive relevant notifications.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:99;a:8:{s:3:\"tag\";s:13:\"facebookQuote\";s:4:\"name\";s:14:\"Facebook Quote\";s:16:\"metaThumbnailUrl\";s:133:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookQuote.5334246.1518002024.facebook-elements-thumbnail.png\";s:14:\"metaPreviewUrl\";s:128:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookQuote.5334246.1518002024.facebook-quote-preview.png\";s:15:\"metaDescription\";s:115:\"The quote lets people select text on your page and add it to their share, so they can tell a more expressive story.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:100;a:8:{s:3:\"tag\";s:13:\"facebookShare\";s:4:\"name\";s:14:\"Facebook Share\";s:16:\"metaThumbnailUrl\";s:130:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookShare.5302365.1518002025.facebook-share-thumbnail.png\";s:14:\"metaPreviewUrl\";s:128:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookShare.5302365.1518002025.facebook-share-preview.png\";s:15:\"metaDescription\";s:124:\"Add a personalized message to links before sharing on their timeline, in groups, or to their friends via a Facebook Message.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:101;a:8:{s:3:\"tag\";s:16:\"facebookComments\";s:4:\"name\";s:17:\"Facebook Comments\";s:16:\"metaThumbnailUrl\";s:136:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookComments.5314690.1518009827.facebook-elements-thumbnail.png\";s:14:\"metaPreviewUrl\";s:134:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookComments.5314690.1518009827.facebook-comments-preview.png\";s:15:\"metaDescription\";s:93:\"The comments plugin lets people comment on content on your site using their Facebook account.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:102;a:8:{s:3:\"tag\";s:21:\"facebookEmbeddedPosts\";s:4:\"name\";s:23:\"Facebook Embedded Posts\";s:16:\"metaThumbnailUrl\";s:132:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookEmbeddedPosts.5381624.1518002492.facebook-thumbnail.png\";s:14:\"metaPreviewUrl\";s:145:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookEmbeddedPosts.5381624.1518002492.facebook-embedded-posts-preview.png\";s:15:\"metaDescription\";s:204:\"Embedded Posts are a simple way to put public posts - by a Page or a person on Facebook - into the content of your web site or web page. Only public posts from Facebook Pages and profiles can be embedded.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:103;a:8:{s:3:\"tag\";s:21:\"woocommerceProducts32\";s:4:\"name\";s:25:\"WooCommerce Products 3.2+\";s:16:\"metaThumbnailUrl\";s:123:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProducts32.5403553.1543235271.thumbnail.png\";s:14:\"metaPreviewUrl\";s:121:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProducts32.5403553.1543235271.preview.png\";s:15:\"metaDescription\";s:198:\"WooCommerce element allows you to display products by post ID, SKU, categories, attributes, with support for pagination, random sorting and product tags, replacing the need for multiples shortcodes.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:104;a:8:{s:3:\"tag\";s:14:\"gradientButton\";s:4:\"name\";s:15:\"Gradient Button\";s:16:\"metaThumbnailUrl\";s:132:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/gradientButton.3328733.1518783797.gradient-button-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:130:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/gradientButton.3328733.1518783797.gradient-button-preview.jpg\";s:15:\"metaDescription\";s:114:\"Gradient button with gradient direction and color controls. Animated hover effects with gradient direction change.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:105;a:8:{s:3:\"tag\";s:19:\"doubleOutlineButton\";s:4:\"name\";s:21:\"Double Outline Button\";s:16:\"metaThumbnailUrl\";s:143:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/doubleOutlineButton.3328732.1530107984.double-outline-button-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:141:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/doubleOutlineButton.3328732.1530107984.double-outline-button-preview.jpg\";s:15:\"metaDescription\";s:123:\"Double outline button with solid color hover. Great solution for light and dark websites to keep website design consistent.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:106;a:8:{s:3:\"tag\";s:13:\"essentialGrid\";s:4:\"name\";s:14:\"Essential Grid\";s:16:\"metaThumbnailUrl\";s:130:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/essentialGrid.5516723.1519803169.essential-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:128:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/essentialGrid.5516723.1519803169.essential-grid-preview.png\";s:15:\"metaDescription\";s:142:\"Display grid layouts created with Essential Grid anywhere on your site (Note: Essential Grid plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:107;a:8:{s:3:\"tag\";s:15:\"eventOnCalendar\";s:4:\"name\";s:16:\"EventOn Calendar\";s:16:\"metaThumbnailUrl\";s:134:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/eventOnCalendar.5528023.1543235259.eventon-calendar-thumbnail.png\";s:14:\"metaPreviewUrl\";s:132:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/eventOnCalendar.5528023.1543235259.eventon-calendar-preview.png\";s:15:\"metaDescription\";s:131:\"Display EventOn calendars anywhere on your WordPress site (Note: EventOn Calendar plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:108;a:8:{s:3:\"tag\";s:14:\"nextGenGallery\";s:4:\"name\";s:15:\"NextGen Gallery\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/nextGenGallery.5526942.1543235262.nextgen-thumbnail.png\";s:14:\"metaPreviewUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/nextGenGallery.5526942.1543235262.nextgen-preview.png\";s:15:\"metaDescription\";s:131:\"Add NextGen gallery to your site to display images, portfolio, etc (Note: NextGen plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:109;a:8:{s:3:\"tag\";s:20:\"advancedCustomFields\";s:4:\"name\";s:22:\"Advanced Custom Fields\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/advancedCustomFields.5529542.1543235268.acf-thumbnail.png\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/advancedCustomFields.5529542.1543235268.acf-preview.png\";s:15:\"metaDescription\";s:146:\"Output any custom field defined with Advanced Custom Fields plugin (Note: Advanced Custom Fields plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:110;a:8:{s:3:\"tag\";s:10:\"videoPopup\";s:4:\"name\";s:11:\"Video Popup\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/videoPopup.5463852.1519983584.video-popup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:122:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/videoPopup.5463852.1519983584.video-popup-preview.png\";s:15:\"metaDescription\";s:78:\" Add fullscreen popup video to your site and set custom icon to trigger open..\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:111;a:8:{s:3:\"tag\";s:20:\"addToAnyShareButtons\";s:4:\"name\";s:22:\"AddtoAny Share Buttons\";s:16:\"metaThumbnailUrl\";s:136:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/addToAnyShareButtons.5526478.1555401004.addtoanyshare-thumbnail.png\";s:14:\"metaPreviewUrl\";s:134:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/addToAnyShareButtons.5526478.1555401004.addtoanyshare-preview.png\";s:15:\"metaDescription\";s:161:\"Add social media buttons to your WordPress site with AddtoAny Share Buttons plugin (Note: AddtoAny Share Buttons plugin must be installed on your WordPress site)\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:112;a:8:{s:3:\"tag\";s:13:\"enviraGallery\";s:4:\"name\";s:14:\"Envira Gallery\";s:16:\"metaThumbnailUrl\";s:130:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/enviraGallery.5528049.1519906356.envira-gallery-thumbnail.png\";s:14:\"metaPreviewUrl\";s:128:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/enviraGallery.5528049.1519906356.envira-gallery-preview.png\";s:15:\"metaDescription\";s:149:\"Add Envira gallery to your site to display your image gallery, portfolio, etc (Note: Envira Gallery plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:113;a:8:{s:3:\"tag\";s:21:\"mailChimpForWordPress\";s:4:\"name\";s:23:\"MailChimp for WordPress\";s:16:\"metaThumbnailUrl\";s:140:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/mailChimpForWordPress.5530040.1519906359.mailchimp-for-wp-thumbnail.png\";s:14:\"metaPreviewUrl\";s:138:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/mailChimpForWordPress.5530040.1519906359.mailchimp-for-wp-preview.png\";s:15:\"metaDescription\";s:130:\"Add MailChimp subscription form anywhere on your WordPress site (Note: MailChimp plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:114;a:8:{s:3:\"tag\";s:7:\"wpForms\";s:4:\"name\";s:8:\"WP Forms\";s:16:\"metaThumbnailUrl\";s:118:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/wpForms.5526997.1519906362.wp-forms-thumbnail.png\";s:14:\"metaPreviewUrl\";s:116:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/wpForms.5526997.1519906362.wp-forms-preview.png\";s:15:\"metaDescription\";s:124:\"Add custom forms created by WP Forms anywhere on your site (Note: WP Forms plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:115;a:8:{s:3:\"tag\";s:10:\"ninjaForms\";s:4:\"name\";s:11:\"Ninja Forms\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/ninjaForms.5515499.1519906363.ninja-forms-thumbnail.png\";s:14:\"metaPreviewUrl\";s:122:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/ninjaForms.5515499.1519906363.ninja-forms-preview.png\";s:15:\"metaDescription\";s:136:\"Display custom forms created with Ninja Forms anywhere on your site (Note: Ninja Forms plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:116;a:8:{s:3:\"tag\";s:11:\"layerSlider\";s:4:\"name\";s:12:\"Layer Slider\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/layerSlider.5516339.1519906366.layer-slider-thumbnail.png\";s:14:\"metaPreviewUrl\";s:124:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/layerSlider.5516339.1519906366.layer-slider-preview.png\";s:15:\"metaDescription\";s:136:\"Display slideshows created with Layer Slider anywhere on your site (Note: Layer Slider plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:117;a:8:{s:3:\"tag\";s:12:\"gravityForms\";s:4:\"name\";s:13:\"Gravity Forms\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/gravityForms.5513812.1519906375.gravity-forms-thumbnail.png\";s:14:\"metaPreviewUrl\";s:126:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/gravityForms.5513812.1519906375.gravity-forms-preview.png\";s:15:\"metaDescription\";s:139:\"Display custom forms created with Gravity Forms anywhere on your site (Note: Gravity Forms plugin must be installed on your WordPress site)\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:118;a:8:{s:3:\"tag\";s:16:\"sliderRevolution\";s:4:\"name\";s:17:\"Slider Revolution\";s:16:\"metaThumbnailUrl\";s:136:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/sliderRevolution.5513973.1519906378.revolution-slider-thumbnail.png\";s:14:\"metaPreviewUrl\";s:134:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/sliderRevolution.5513973.1519906378.revolution-slider-preview.png\";s:15:\"metaDescription\";s:175:\"Display slideshows and presentations created with the most popular slider plugin - Slider Revolution (Note: Slider Revolution plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:119;a:8:{s:3:\"tag\";s:14:\"marqueeElement\";s:4:\"name\";s:15:\"Marquee Element\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/marqueeElement.5802956.1551176523.marquee-thumbnail.png\";s:14:\"metaPreviewUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/marqueeElement.5802956.1551176523.marquee-preview.png\";s:15:\"metaDescription\";s:117:\"The most famous non-standard HTML element with beautiful marquee effect to convert any headline into a sales machine.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:120;a:8:{s:3:\"tag\";s:18:\"simpleCallToAction\";s:4:\"name\";s:21:\"Simple Call To Action\";s:16:\"metaThumbnailUrl\";s:131:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/simpleCallToAction.5986852.1525863116.simple-cta-thumbnail.png\";s:14:\"metaPreviewUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/simpleCallToAction.5986852.1525863116.simple-cta-preview.png\";s:15:\"metaDescription\";s:98:\"Add an eye-catching simple call to action block to drag visitor\'s attention and deliver a message.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:121;a:8:{s:3:\"tag\";s:20:\"semiFilledMessageBox\";s:4:\"name\";s:23:\"Semi-filled Message Box\";s:16:\"metaThumbnailUrl\";s:146:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/semiFilledMessageBox.5986824.1525863128.semi-filled-message-box-thumbnail.png\";s:14:\"metaPreviewUrl\";s:144:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/semiFilledMessageBox.5986824.1525863128.semi-filled-message-box-preview.png\";s:15:\"metaDescription\";s:87:\"Add semi-filled message box with predefined notifications or create your custom notice.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:122;a:8:{s:3:\"tag\";s:16:\"simpleMessageBox\";s:4:\"name\";s:18:\"Simple Message Box\";s:16:\"metaThumbnailUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/simpleMessageBox.5986591.1525863138.simple-message-box-thumbnail.png\";s:14:\"metaPreviewUrl\";s:135:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/simpleMessageBox.5986591.1525863138.simple-message-box-preview.png\";s:15:\"metaDescription\";s:82:\"Add simple message box with predefined notifications or create your custom notice.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:123;a:8:{s:3:\"tag\";s:15:\"zigZagSeparator\";s:4:\"name\";s:16:\"ZigZag Separator\";s:16:\"metaThumbnailUrl\";s:135:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/zigZagSeparator.5986528.1525863146.zig-zag-separator-thumbnail.png\";s:14:\"metaPreviewUrl\";s:133:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/zigZagSeparator.5986528.1525863146.zig-zag-separator-preview.png\";s:15:\"metaDescription\";s:69:\"A zigzag style separator for decoration or separation of the content.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:124;a:8:{s:3:\"tag\";s:19:\"outlineCallToAction\";s:4:\"name\";s:22:\"Outline Call To Action\";s:16:\"metaThumbnailUrl\";s:133:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlineCallToAction.5986895.1525863156.outline-cta-thumbnail.png\";s:14:\"metaPreviewUrl\";s:131:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlineCallToAction.5986895.1525863156.outline-cta-preview.png\";s:15:\"metaDescription\";s:98:\"Add an eye-catching simple call to action block to drag visitor\'s attention and deliver a message.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:125;a:8:{s:3:\"tag\";s:9:\"gutenberg\";s:4:\"name\";s:16:\"Gutenberg Editor\";s:16:\"metaThumbnailUrl\";s:121:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/gutenberg.5852824.1547562521.gutenberg-thumbnail.png\";s:14:\"metaPreviewUrl\";s:119:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/gutenberg.5852824.1547562521.gutenberg-preview.png\";s:15:\"metaDescription\";s:55:\"Insert Gutenberg editor in your Visual Composer layout.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:126;a:8:{s:3:\"tag\";s:30:\"imageMasonryGalleryWithScaleUp\";s:4:\"name\";s:34:\"Image Masonry Gallery With ScaleUp\";s:16:\"metaThumbnailUrl\";s:167:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageMasonryGalleryWithScaleUp.6799896.1531393369.image-masonry-gallery-with-scaleup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:165:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageMasonryGalleryWithScaleUp.6799896.1531393369.image-masonry-gallery-with-scaleup-preview.png\";s:15:\"metaDescription\";s:94:\"A masonry grid type image gallery with a scale effect upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:127;a:8:{s:3:\"tag\";s:20:\"imageGalleryWithZoom\";s:4:\"name\";s:23:\"Image Gallery With Zoom\";s:16:\"metaThumbnailUrl\";s:146:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageGalleryWithZoom.5986993.1539177989.image-gallery-with-zoom-thumbnail.png\";s:14:\"metaPreviewUrl\";s:144:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageGalleryWithZoom.5986993.1539177989.image-gallery-with-zoom-preview.png\";s:15:\"metaDescription\";s:85:\"A grid type image gallery with a zoom effect upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:128;a:8:{s:3:\"tag\";s:23:\"imageGalleryWithScaleUp\";s:4:\"name\";s:26:\"Image Gallery With ScaleUp\";s:16:\"metaThumbnailUrl\";s:152:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageGalleryWithScaleUp.5987022.1539178002.image-gallery-with-scaleup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:150:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageGalleryWithScaleUp.5987022.1539178002.image-gallery-with-scaleup-preview.png\";s:15:\"metaDescription\";s:86:\"A grid type image gallery with a scale effect upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:129;a:8:{s:3:\"tag\";s:27:\"imageMasonryGalleryWithZoom\";s:4:\"name\";s:31:\"Image Masonry Gallery With Zoom\";s:16:\"metaThumbnailUrl\";s:161:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageMasonryGalleryWithZoom.6663975.1531396747.image-masonry-gallery-with-zoom-thumbnail.png\";s:14:\"metaPreviewUrl\";s:159:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageMasonryGalleryWithZoom.6663975.1531396747.image-masonry-gallery-with-zoom-preview.png\";s:15:\"metaDescription\";s:93:\"A masonry grid type image gallery with a zoom effect upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:130;a:8:{s:3:\"tag\";s:27:\"imageMasonryGalleryWithIcon\";s:4:\"name\";s:31:\"Image Masonry Gallery With Icon\";s:16:\"metaThumbnailUrl\";s:142:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageMasonryGalleryWithIcon.6658820.1539178078.masonry-icon-thumbnail.png\";s:14:\"metaPreviewUrl\";s:140:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageMasonryGalleryWithIcon.6658820.1539178078.masonry-icon-preview.png\";s:15:\"metaDescription\";s:97:\"A masonry grid type image gallery with an icon displayed upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:131;a:8:{s:3:\"tag\";s:20:\"imageGalleryWithIcon\";s:4:\"name\";s:23:\"Image Gallery With Icon\";s:16:\"metaThumbnailUrl\";s:136:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageGalleryWithIcon.5986936.1539177991.image-gallery-thumbnail.png\";s:14:\"metaPreviewUrl\";s:134:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageGalleryWithIcon.5986936.1539177991.image-gallery-preview.png\";s:15:\"metaDescription\";s:89:\"A grid type image gallery with an icon displayed upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:132;a:8:{s:3:\"tag\";s:16:\"outlineFaqToggle\";s:4:\"name\";s:18:\"Outline Faq Toggle\";s:16:\"metaThumbnailUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlineFaqToggle.6004764.1543235313.outline-faq-toggle-thumbnail.png\";s:14:\"metaPreviewUrl\";s:135:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlineFaqToggle.6004764.1543235313.outline-faq-toggle-preview.png\";s:15:\"metaDescription\";s:108:\"Toggle element for frequently asked questions (Faq) or similar structure for display of content per request.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:133;a:8:{s:3:\"tag\";s:11:\"postsSlider\";s:4:\"name\";s:12:\"Posts Slider\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/postsSlider.6005005.1560165693.posts-slider-thumbnail.png\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/postsSlider.6005005.1560165693.posts-slider-preview.png\";s:15:\"metaDescription\";s:66:\"Display your posts in a simple slideshow with optional post title.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:134;a:8:{s:3:\"tag\";s:12:\"progressBars\";s:4:\"name\";s:13:\"Progress Bars\";s:16:\"metaThumbnailUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/progressBars.5876255.1554979649.progress-bar-thumbnail.png\";s:14:\"metaPreviewUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/progressBars.5876255.1554979649.progress-bar-preview.png\";s:15:\"metaDescription\";s:101:\"A simple progress bar to showcase your skills, progress, and competences in a visually appealing way.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:135;a:8:{s:3:\"tag\";s:11:\"buttonGroup\";s:4:\"name\";s:12:\"Button Group\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/buttonGroup.6418036.1530107995.button-group-thumbnail.png\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/buttonGroup.6418036.1530107995.button-group-preview.png\";s:15:\"metaDescription\";s:73:\"Display different buttons in a single line with the Button Group element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:136;a:8:{s:3:\"tag\";s:9:\"iconGroup\";s:4:\"name\";s:10:\"Icon Group\";s:16:\"metaThumbnailUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/iconGroup.6474976.1543235315.icon-group-thumbnail.png\";s:14:\"metaPreviewUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/iconGroup.6474976.1543235315.icon-group-preview.png\";s:15:\"metaDescription\";s:69:\"Display different icons in a single line with the Icon Group element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:137;a:8:{s:3:\"tag\";s:12:\"calderaForms\";s:4:\"name\";s:13:\"Caldera Forms\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/calderaForms.7242762.1531317602.caldera-forms-thumbnail.png\";s:14:\"metaPreviewUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/calderaForms.7242762.1531317602.caldera-forms-preview.png\";s:15:\"metaDescription\";s:132:\"Add Caldera Forms directly from the Visual Composer. Note: Caldera Forms plugin must be installed and activated to use this element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:138;a:8:{s:3:\"tag\";s:12:\"wpDataTables\";s:4:\"name\";s:12:\"wpDataTables\";s:16:\"metaThumbnailUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/wpDataTables.7427690.1532523461.wpdatatables-thumbnail.png\";s:14:\"metaPreviewUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/wpDataTables.7427690.1532523461.wpdatatables-preview.png\";s:15:\"metaDescription\";s:136:\"Insert tables created with wpDataTables in your Visual Composer layout. Note: wpDataTables plugin must be installed to use this element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:139;a:8:{s:3:\"tag\";s:20:\"verticalSandwichMenu\";s:4:\"name\";s:22:\"Vertical Sandwich Menu\";s:16:\"metaThumbnailUrl\";s:145:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/verticalSandwichMenu.7731949.1543235317.vertical-sandwich-menu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:143:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/verticalSandwichMenu.7731949.1543235317.vertical-sandwich-menu-preview.png\";s:15:\"metaDescription\";s:49:\"Vertical sandwich menu with hover line animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:140;a:8:{s:3:\"tag\";s:17:\"basicShadowButton\";s:4:\"name\";s:19:\"Basic Shadow Button\";s:16:\"metaThumbnailUrl\";s:139:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/basicShadowButton.7814086.1533820409.basic-shadow-button-thumbnail.png\";s:14:\"metaPreviewUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/basicShadowButton.7814086.1533820409.basic-shadow-button-preview.png\";s:15:\"metaDescription\";s:98:\"A simple button with shadow effect that helps button to stand out and gives website a perspective.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:141;a:8:{s:3:\"tag\";s:16:\"slideOutPostGrid\";s:4:\"name\";s:18:\"SlideOut Post Grid\";s:16:\"metaThumbnailUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/slideOutPostGrid.8328624.1560165699.slideout-post-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:135:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/slideOutPostGrid.8328624.1560165699.slideout-post-grid-preview.png\";s:15:\"metaDescription\";s:77:\"Post Grid with a background image and SlideOut animation for button on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:142;a:8:{s:3:\"tag\";s:11:\"captainForm\";s:4:\"name\";s:11:\"CaptainForm\";s:16:\"metaThumbnailUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/captainForm.7279087.1541413045.captainform-thumbnail.png\";s:14:\"metaPreviewUrl\";s:123:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/captainForm.7279087.1541413045.captainform-preview.png\";s:15:\"metaDescription\";s:132:\"Add CaptainForm to your Visual Composer layout. Note: You will need to have CaptainForm installed to use this compatibility element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:143;a:8:{s:3:\"tag\";s:17:\"timelineWithIcons\";s:4:\"name\";s:19:\"Timeline With Icons\";s:16:\"metaThumbnailUrl\";s:139:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/timelineWithIcons.7797748.1554979665.timeline-with-icons-thumbnail.png\";s:14:\"metaPreviewUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/timelineWithIcons.7797748.1554979665.timeline-with-icons-preview.png\";s:15:\"metaDescription\";s:78:\"A vertical timeline with icons to showcase your progress or historical events.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:144;a:8:{s:3:\"tag\";s:20:\"callToActionWithIcon\";s:4:\"name\";s:24:\"Call To Action With Icon\";s:16:\"metaThumbnailUrl\";s:147:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/callToActionWithIcon.8555032.1558359389.thumbnail-call-to-action-with-icon.png\";s:14:\"metaPreviewUrl\";s:145:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/callToActionWithIcon.8555032.1558359389.preview-call-to-action-with-icon.png\";s:15:\"metaDescription\";s:112:\"Add an eye-catching call to action block to immediately drag visitor\'s attention and deliver a specific message.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:145;a:8:{s:3:\"tag\";s:13:\"bannerElement\";s:4:\"name\";s:14:\"Banner Element\";s:16:\"metaThumbnailUrl\";s:130:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/bannerElement.8885017.1539955213.banner-element-thumbnail.png\";s:14:\"metaPreviewUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/bannerElement.8885017.1539955213.banner-element-preview.png\";s:15:\"metaDescription\";s:100:\"Add image banners to your page that will load randomly - only one banner will be loaded at the time.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:146;a:8:{s:3:\"tag\";s:16:\"growShadowButton\";s:4:\"name\";s:18:\"Grow Shadow Button\";s:16:\"metaThumbnailUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/growShadowButton.9379314.1542293087.grow-shadow-button-thumbnail.png\";s:14:\"metaPreviewUrl\";s:135:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/growShadowButton.9379314.1542293087.grow-shadow-button-preview.png\";s:15:\"metaDescription\";s:51:\"A simple round button with smooth shadow animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:147;a:8:{s:3:\"tag\";s:12:\"sidePostGrid\";s:4:\"name\";s:14:\"Side Post Grid\";s:16:\"metaThumbnailUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/sidePostGrid.9375729.1560165697.side-post-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/sidePostGrid.9375729.1560165697.side-post-grid-preview.png\";s:15:\"metaDescription\";s:67:\"A post grid with featured image position on the left or right part.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:148;a:8:{s:3:\"tag\";s:18:\"socialProfileIcons\";s:4:\"name\";s:20:\"Social Profile Icons\";s:16:\"metaThumbnailUrl\";s:133:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/socialProfileIcons.9398772.1547562523.social-icons-thumbnail.png\";s:14:\"metaPreviewUrl\";s:131:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/socialProfileIcons.9398772.1547562523.social-icons-preview.png\";s:15:\"metaDescription\";s:78:\"Small icons of the most popular social networks with original colors on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:149;a:8:{s:3:\"tag\";s:12:\"newsPostGrid\";s:4:\"name\";s:14:\"News Post Grid\";s:16:\"metaThumbnailUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/newsPostGrid.9418596.1560165695.news-post-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/newsPostGrid.9418596.1560165695.news-post-grid-preview.png\";s:15:\"metaDescription\";s:63:\"A post grid element that is perfect for news portals and blogs.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:150;a:8:{s:3:\"tag\";s:9:\"counterUp\";s:4:\"name\";s:10:\"Counter Up\";s:16:\"metaThumbnailUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/counterUp.10034755.1547562534.countup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:118:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/counterUp.10034755.1547562534.countup-preview.png\";s:15:\"metaDescription\";s:86:\"A simple number count up element to show your progress with an eye-catching animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:151;a:8:{s:3:\"tag\";s:16:\"sandwichSideMenu\";s:4:\"name\";s:18:\"Sandwich Side Menu\";s:16:\"metaThumbnailUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/sandwichSideMenu.10019628.1547562537.side-menu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/sandwichSideMenu.10019628.1547562537.side-menu-preview.png\";s:15:\"metaDescription\";s:50:\"A sandwich menu with side menu display navigation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:152;a:8:{s:3:\"tag\";s:16:\"basicTestimonial\";s:4:\"name\";s:17:\"Basic Testimonial\";s:16:\"metaThumbnailUrl\";s:138:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/basicTestimonial.10390957.1547821427.basic-testimonials-thumbnail.png\";s:14:\"metaPreviewUrl\";s:136:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/basicTestimonial.10390957.1547821427.basic-testimonials-preview.png\";s:15:\"metaDescription\";s:87:\"Show testimonials from your customers in a beautiful way and convince your new clients.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:153;a:8:{s:3:\"tag\";s:10:\"hoverImage\";s:4:\"name\";s:11:\"Hover Image\";s:16:\"metaThumbnailUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/hoverImage.10571448.1553609058.hover-image-thumbnail.png\";s:14:\"metaPreviewUrl\";s:123:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/hoverImage.10571448.1553609058.hover-image-preview.png\";s:15:\"metaDescription\";s:60:\"A two-image element that changes the image upon mouse hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:154;a:8:{s:3:\"tag\";s:12:\"simpleSearch\";s:4:\"name\";s:13:\"Simple Search\";s:16:\"metaThumbnailUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/simpleSearch.11018158.1551703832.search-widget-thumbnail.png\";s:14:\"metaPreviewUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/simpleSearch.11018158.1551703832.search-widget-preview.png\";s:15:\"metaDescription\";s:75:\"Add WordPress search widget to your page and style search field appearance.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:155;a:8:{s:3:\"tag\";s:14:\"countdownTimer\";s:4:\"name\";s:15:\"Countdown Timer\";s:16:\"metaThumbnailUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/countdownTimer.11017519.1551780893.countdown-thumbnail.png\";s:14:\"metaPreviewUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/countdownTimer.11017519.1551780893.countdown-preview.png\";s:15:\"metaDescription\";s:99:\" A countdown timer with month, days, hours, minutes, and seconds to inform about your grand launch.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:156;a:8:{s:3:\"tag\";s:17:\"timelineSlideshow\";s:4:\"name\";s:18:\"Timeline Slideshow\";s:16:\"metaThumbnailUrl\";s:139:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/timelineSlideshow.11633881.1556525201.timeline-slideshow-thumbnail.png\";s:14:\"metaPreviewUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/timelineSlideshow.11633881.1556525201.timeline-slideshow-preview.png\";s:15:\"metaDescription\";s:75:\"A rich slideshow element with time and content control for separate slides.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:157;a:8:{s:3:\"tag\";s:19:\"cartIconWithCounter\";s:4:\"name\";s:22:\"Cart Icon With Counter\";s:16:\"metaThumbnailUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/cartIconWithCounter.11533027.1554979745.cart-thumbnail.png\";s:14:\"metaPreviewUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/cartIconWithCounter.11533027.1554979745.cart-preview.png\";s:15:\"metaDescription\";s:72:\"Shopping cart icon with a counter to display products added to the cart.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:158;a:8:{s:3:\"tag\";s:12:\"3ColorButton\";s:4:\"name\";s:14:\"3 Color Button\";s:16:\"metaThumbnailUrl\";s:130:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/3ColorButton.11756420.1555088868.3-color-button-thumbnail.png\";s:14:\"metaPreviewUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/3ColorButton.11756420.1555088868.3-color-button-preview.png\";s:15:\"metaDescription\";s:61:\"A button with three colored stripes that animates upon hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:159;a:8:{s:3:\"tag\";s:15:\"profileWithIcon\";s:4:\"name\";s:17:\"Profile With Icon\";s:16:\"metaThumbnailUrl\";s:136:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/profileWithIcon.12670872.1559903440.profile-with-icon-thumbnail.png\";s:14:\"metaPreviewUrl\";s:134:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/profileWithIcon.12670872.1559903440.profile-with-icon-preview.png\";s:15:\"metaDescription\";s:53:\"A profile element with an icon to showcase your team.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:7:\"Content\";a:4:{s:2:\"id\";s:8:\"Content1\";s:5:\"index\";i:1;s:5:\"title\";s:7:\"Content\";s:8:\"elements\";a:45:{i:0;a:8:{s:3:\"tag\";s:11:\"heroSection\";s:4:\"name\";s:12:\"Hero Section\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/heroSection.3307538.1539177996.thumbnail-hero-section.jpg\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/heroSection.3307538.1539177996.preview-hero-section.jpg\";s:15:\"metaDescription\";s:111:\"Hero section with image background and \'Call to Action\' message with a switchable button and position controls.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:1;a:8:{s:3:\"tag\";s:9:\"faqToggle\";s:4:\"name\";s:10:\"Faq Toggle\";s:16:\"metaThumbnailUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/faqToggle.3362054.1543235322.faq-thumbnail.png\";s:14:\"metaPreviewUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/faqToggle.3362054.1543235322.faq-preview.png\";s:15:\"metaDescription\";s:108:\"Toggle element for frequently added questions (Faq) or similar structure for display of content per request.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:2;a:8:{s:3:\"tag\";s:15:\"doubleSeparator\";s:4:\"name\";s:16:\"Double Separator\";s:16:\"metaThumbnailUrl\";s:134:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/doubleSeparator.3687812.1539177984.double-separator-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:132:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/doubleSeparator.3687812.1539177984.double-separator-preview.jpg\";s:15:\"metaDescription\";s:76:\"Double line separator with different line length - calculated automatically.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:3;a:8:{s:3:\"tag\";s:7:\"feature\";s:4:\"name\";s:7:\"Feature\";s:16:\"metaThumbnailUrl\";s:117:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/feature.3307521.1539178164.thumbnail-feature.jpg\";s:14:\"metaPreviewUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/feature.3307521.1539178164.preview-feature.jpg\";s:15:\"metaDescription\";s:114:\"Feature element with an icon, title and description. Icon element contains controls for various background shapes.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:4;a:8:{s:3:\"tag\";s:18:\"featureDescription\";s:4:\"name\";s:19:\"Feature Description\";s:16:\"metaThumbnailUrl\";s:140:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/featureDescription.3923744.1515054151.thumbnail-feature-description.png\";s:14:\"metaPreviewUrl\";s:138:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/featureDescription.3923744.1515054151.preview-feature-description.png\";s:15:\"metaDescription\";s:77:\"Feature element with image and call to action button for further information.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:5;a:8:{s:3:\"tag\";s:14:\"featureSection\";s:4:\"name\";s:15:\"Feature Section\";s:16:\"metaThumbnailUrl\";s:132:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/featureSection.3307523.1539178162.thumbnail-feature-section.jpg\";s:14:\"metaPreviewUrl\";s:130:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/featureSection.3307523.1539178162.preview-feature-section.jpg\";s:15:\"metaDescription\";s:116:\"Feature section divided into image and content columns. Great for representing product features or company services.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:6;a:8:{s:3:\"tag\";s:7:\"flipBox\";s:4:\"name\";s:8:\"Flip Box\";s:16:\"metaThumbnailUrl\";s:118:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/flipBox.3722173.1539178174.flip-box-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:116:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/flipBox.3722173.1539178174.flip-box-preview.jpg\";s:15:\"metaDescription\";s:123:\"Flip box element with image slide and textual content slide allowing to define default state and flip box background color.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:7;a:8:{s:3:\"tag\";s:10:\"googleMaps\";s:4:\"name\";s:11:\"Google Maps\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/googleMaps.3307955.1539177993.google-maps-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/googleMaps.3307955.1539177993.google-maps-preview.jpg\";s:15:\"metaDescription\";s:83:\"Add basic Google Maps via embed code to your WordPress website to display location.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:8;a:8:{s:3:\"tag\";s:4:\"icon\";s:4:\"name\";s:4:\"Icon\";s:16:\"metaThumbnailUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/icon.3307542.1543235335.thumbnail-icon.jpg\";s:14:\"metaPreviewUrl\";s:109:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/icon.3307542.1543235335.preview-icon.jpg\";s:15:\"metaDescription\";s:89:\"Simple icon element with various icons from library and background shape control options.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:4:\"free\";i:1;s:7:\"premium\";}}i:9;a:8:{s:3:\"tag\";s:10:\"messageBox\";s:4:\"name\";s:11:\"Message Box\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/messageBox.3697172.1539178195.message-box-thumbnail.png\";s:14:\"metaPreviewUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/messageBox.3697172.1539178195.message-box-preview.jpg\";s:15:\"metaDescription\";s:94:\"Add simple message box with predefined notification or create custom message with custom icon.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:10;a:8:{s:3:\"tag\";s:9:\"postsGrid\";s:4:\"name\";s:10:\"Posts Grid\";s:16:\"metaThumbnailUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/postsGrid.3328738.1560165692.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:109:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/postsGrid.3328738.1560165692.preview.jpg\";s:15:\"metaDescription\";s:63:\"Add page, post or custom post type grid teasers in grid layout.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:11;a:8:{s:3:\"tag\";s:12:\"pricingTable\";s:4:\"name\";s:13:\"Pricing Table\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/pricingTable.3921938.1515054151.thumbnail-pricing-table.jpg\";s:14:\"metaPreviewUrl\";s:126:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/pricingTable.3921938.1515054151.preview-pricing-table.png\";s:15:\"metaDescription\";s:86:\"Simple filled or outline pricing table to display prices of your products or services.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:12;a:8:{s:3:\"tag\";s:7:\"rawHtml\";s:4:\"name\";s:8:\"Raw HTML\";s:16:\"metaThumbnailUrl\";s:118:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/rawHtml.3307552.1547562426.raw-html-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:116:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/rawHtml.3307552.1547562426.raw-html-preview.jpg\";s:15:\"metaDescription\";s:88:\"Add your own custom HTML code to WordPress website via raw code block that accepts HTML.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:13;a:8:{s:3:\"tag\";s:5:\"rawJs\";s:4:\"name\";s:6:\"Raw JS\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/rawJs.3307555.1547562423.raw-js-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/rawJs.3307555.1547562423.raw-js-preview.jpg\";s:15:\"metaDescription\";s:95:\"Add your own custom Javascript code to WordPress website to execute it on this particular page.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:14;a:8:{s:3:\"tag\";s:13:\"separatorIcon\";s:4:\"name\";s:19:\"Separator with Icon\";s:16:\"metaThumbnailUrl\";s:135:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/separatorIcon.3697629.1556017796.separator-with-icon-thumbnail.png\";s:14:\"metaPreviewUrl\";s:133:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/separatorIcon.3697629.1556017796.separator-with-icon-preview.png\";s:15:\"metaDescription\";s:93:\"Add separator with an icon as decoration or visual eye-catching marker before content blocks.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:15;a:8:{s:3:\"tag\";s:14:\"separatorTitle\";s:4:\"name\";s:20:\"Separator with Title\";s:16:\"metaThumbnailUrl\";s:136:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/separatorTitle.3743851.1539177987.separator-with-text-thumbnail.png\";s:14:\"metaPreviewUrl\";s:134:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/separatorTitle.3743851.1539177987.separator-with-text-preview.png\";s:15:\"metaDescription\";s:91:\"Add separator with title as decoration or visual eye-catching marker before content blocks.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:16;a:8:{s:3:\"tag\";s:12:\"callToAction\";s:4:\"name\";s:14:\"Call To Action\";s:16:\"metaThumbnailUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/callToAction.4192984.1558359386.thumbnail-call-to-action.png\";s:14:\"metaPreviewUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/callToAction.4192984.1558359386.preview-call-to-action.png\";s:15:\"metaDescription\";s:112:\"Add an eye-catching call to action block to immediately drag visitor\'s attention and deliver a specific message.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:17;a:8:{s:3:\"tag\";s:17:\"outlineMessageBox\";s:4:\"name\";s:19:\"Outline Message Box\";s:16:\"metaThumbnailUrl\";s:139:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlineMessageBox.4341515.1530106866.outline-message-box-thumbnail.png\";s:14:\"metaPreviewUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlineMessageBox.4341515.1530106866.outline-message-box-preview.png\";s:15:\"metaDescription\";s:90:\"Add outline style message box with predesigned notifications or create your custom notice.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:18;a:8:{s:3:\"tag\";s:10:\"emptySpace\";s:4:\"name\";s:11:\"Empty Space\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/emptySpace.4347357.1547562428.empty-space-thumbnail.png\";s:14:\"metaPreviewUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/emptySpace.4347357.1547562428.empty-space-preview.png\";s:15:\"metaDescription\";s:108:\"Add empty space to your layout with a blank empty space element and control spaces across different devices.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:19;a:8:{s:3:\"tag\";s:8:\"hoverBox\";s:4:\"name\";s:9:\"Hover Box\";s:16:\"metaThumbnailUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/hoverBox.4922247.1539178023.hover-box-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:118:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/hoverBox.4922247.1539178023.hover-box-preview.jpg\";s:15:\"metaDescription\";s:79:\"Image hover-box with inner outline border and custom title appearance on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:20;a:8:{s:3:\"tag\";s:19:\"outlinePricingTable\";s:4:\"name\";s:21:\"Outline Pricing Table\";s:16:\"metaThumbnailUrl\";s:143:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlinePricingTable.4921817.1515080827.thumbnail-outline-pricing-table.jpg\";s:14:\"metaPreviewUrl\";s:141:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlinePricingTable.4921817.1515080827.preview-outline-pricing-table.jpg\";s:15:\"metaDescription\";s:132:\"Outline style pricing table with optional icon element, title, price, feature description and bold transition effect on hover state.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:21;a:8:{s:3:\"tag\";s:12:\"iconHoverBox\";s:4:\"name\";s:14:\"Icon Hover Box\";s:16:\"metaThumbnailUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/iconHoverBox.5010620.1539178216.icon-hover-box-thumbnail.png\";s:14:\"metaPreviewUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/iconHoverBox.5010620.1539178216.icon-hover-box-preview.png\";s:15:\"metaDescription\";s:89:\"Hover box with icon and overlay display as hover effect for portfolio items and services.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:22;a:8:{s:3:\"tag\";s:12:\"tallHoverBox\";s:4:\"name\";s:14:\"Tall Hover Box\";s:16:\"metaThumbnailUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/tallHoverBox.5039086.1539178215.tall-hover-box-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/tallHoverBox.5039086.1539178215.tall-hover-box-preview.jpg\";s:15:\"metaDescription\";s:91:\"Tall hover box with title and description animation on hover to capture visitors attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:23;a:8:{s:3:\"tag\";s:17:\"syntaxHighlighter\";s:4:\"name\";s:18:\"Syntax Highlighter\";s:16:\"metaThumbnailUrl\";s:138:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/syntaxHighlighter.5115545.1552554693.syntax-highlighter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:136:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/syntaxHighlighter.5115545.1552554693.syntax-highlighter-preview.png\";s:15:\"metaDescription\";s:96:\"Highlight your syntax with various styles to separate it from the text or other type of content.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:24;a:8:{s:3:\"tag\";s:16:\"centeredPostGrid\";s:4:\"name\";s:18:\"Centered Post Grid\";s:16:\"metaThumbnailUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/centeredPostGrid.5167396.1560165698.centered-post-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:135:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/centeredPostGrid.5167396.1560165698.centered-post-grid-preview.png\";s:15:\"metaDescription\";s:56:\"Clean post grid with centred content and separator line.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:25;a:8:{s:3:\"tag\";s:21:\"featuredImagePostGrid\";s:4:\"name\";s:24:\"Featured Image Post Grid\";s:16:\"metaThumbnailUrl\";s:143:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/featuredImagePostGrid.5115827.1560165701.featured-image-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:141:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/featuredImagePostGrid.5115827.1560165701.featured-image-grid-preview.png\";s:15:\"metaDescription\";s:81:\"Display your works or articles in a beautiful grid focused on the featured image.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:26;a:8:{s:3:\"tag\";s:17:\"typewriterHeading\";s:4:\"name\";s:18:\"Typewriter Heading\";s:16:\"metaThumbnailUrl\";s:130:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/typewriterHeading.5159948.1536938862.typewriter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/typewriterHeading.5159948.1536938862.typewriter-preview.png\";s:15:\"metaDescription\";s:111:\"Add interactive heading with typewriter animation to drag your customer attention to specific title or keyword.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:27;a:8:{s:3:\"tag\";s:14:\"marqueeElement\";s:4:\"name\";s:15:\"Marquee Element\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/marqueeElement.5802956.1551176523.marquee-thumbnail.png\";s:14:\"metaPreviewUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/marqueeElement.5802956.1551176523.marquee-preview.png\";s:15:\"metaDescription\";s:117:\"The most famous non-standard HTML element with beautiful marquee effect to convert any headline into a sales machine.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:28;a:8:{s:3:\"tag\";s:18:\"simpleCallToAction\";s:4:\"name\";s:21:\"Simple Call To Action\";s:16:\"metaThumbnailUrl\";s:131:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/simpleCallToAction.5986852.1525863116.simple-cta-thumbnail.png\";s:14:\"metaPreviewUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/simpleCallToAction.5986852.1525863116.simple-cta-preview.png\";s:15:\"metaDescription\";s:98:\"Add an eye-catching simple call to action block to drag visitor\'s attention and deliver a message.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:29;a:8:{s:3:\"tag\";s:20:\"semiFilledMessageBox\";s:4:\"name\";s:23:\"Semi-filled Message Box\";s:16:\"metaThumbnailUrl\";s:146:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/semiFilledMessageBox.5986824.1525863128.semi-filled-message-box-thumbnail.png\";s:14:\"metaPreviewUrl\";s:144:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/semiFilledMessageBox.5986824.1525863128.semi-filled-message-box-preview.png\";s:15:\"metaDescription\";s:87:\"Add semi-filled message box with predefined notifications or create your custom notice.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:30;a:8:{s:3:\"tag\";s:16:\"simpleMessageBox\";s:4:\"name\";s:18:\"Simple Message Box\";s:16:\"metaThumbnailUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/simpleMessageBox.5986591.1525863138.simple-message-box-thumbnail.png\";s:14:\"metaPreviewUrl\";s:135:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/simpleMessageBox.5986591.1525863138.simple-message-box-preview.png\";s:15:\"metaDescription\";s:82:\"Add simple message box with predefined notifications or create your custom notice.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:31;a:8:{s:3:\"tag\";s:15:\"zigZagSeparator\";s:4:\"name\";s:16:\"ZigZag Separator\";s:16:\"metaThumbnailUrl\";s:135:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/zigZagSeparator.5986528.1525863146.zig-zag-separator-thumbnail.png\";s:14:\"metaPreviewUrl\";s:133:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/zigZagSeparator.5986528.1525863146.zig-zag-separator-preview.png\";s:15:\"metaDescription\";s:69:\"A zigzag style separator for decoration or separation of the content.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:32;a:8:{s:3:\"tag\";s:19:\"outlineCallToAction\";s:4:\"name\";s:22:\"Outline Call To Action\";s:16:\"metaThumbnailUrl\";s:133:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlineCallToAction.5986895.1525863156.outline-cta-thumbnail.png\";s:14:\"metaPreviewUrl\";s:131:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlineCallToAction.5986895.1525863156.outline-cta-preview.png\";s:15:\"metaDescription\";s:98:\"Add an eye-catching simple call to action block to drag visitor\'s attention and deliver a message.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:33;a:8:{s:3:\"tag\";s:16:\"outlineFaqToggle\";s:4:\"name\";s:18:\"Outline Faq Toggle\";s:16:\"metaThumbnailUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlineFaqToggle.6004764.1543235313.outline-faq-toggle-thumbnail.png\";s:14:\"metaPreviewUrl\";s:135:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlineFaqToggle.6004764.1543235313.outline-faq-toggle-preview.png\";s:15:\"metaDescription\";s:108:\"Toggle element for frequently asked questions (Faq) or similar structure for display of content per request.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:34;a:8:{s:3:\"tag\";s:11:\"postsSlider\";s:4:\"name\";s:12:\"Posts Slider\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/postsSlider.6005005.1560165693.posts-slider-thumbnail.png\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/postsSlider.6005005.1560165693.posts-slider-preview.png\";s:15:\"metaDescription\";s:66:\"Display your posts in a simple slideshow with optional post title.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:35;a:8:{s:3:\"tag\";s:9:\"iconGroup\";s:4:\"name\";s:10:\"Icon Group\";s:16:\"metaThumbnailUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/iconGroup.6474976.1543235315.icon-group-thumbnail.png\";s:14:\"metaPreviewUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/iconGroup.6474976.1543235315.icon-group-preview.png\";s:15:\"metaDescription\";s:69:\"Display different icons in a single line with the Icon Group element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:36;a:8:{s:3:\"tag\";s:16:\"slideOutPostGrid\";s:4:\"name\";s:18:\"SlideOut Post Grid\";s:16:\"metaThumbnailUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/slideOutPostGrid.8328624.1560165699.slideout-post-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:135:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/slideOutPostGrid.8328624.1560165699.slideout-post-grid-preview.png\";s:15:\"metaDescription\";s:77:\"Post Grid with a background image and SlideOut animation for button on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:37;a:8:{s:3:\"tag\";s:17:\"timelineWithIcons\";s:4:\"name\";s:19:\"Timeline With Icons\";s:16:\"metaThumbnailUrl\";s:139:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/timelineWithIcons.7797748.1554979665.timeline-with-icons-thumbnail.png\";s:14:\"metaPreviewUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/timelineWithIcons.7797748.1554979665.timeline-with-icons-preview.png\";s:15:\"metaDescription\";s:78:\"A vertical timeline with icons to showcase your progress or historical events.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:38;a:8:{s:3:\"tag\";s:20:\"callToActionWithIcon\";s:4:\"name\";s:24:\"Call To Action With Icon\";s:16:\"metaThumbnailUrl\";s:147:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/callToActionWithIcon.8555032.1558359389.thumbnail-call-to-action-with-icon.png\";s:14:\"metaPreviewUrl\";s:145:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/callToActionWithIcon.8555032.1558359389.preview-call-to-action-with-icon.png\";s:15:\"metaDescription\";s:112:\"Add an eye-catching call to action block to immediately drag visitor\'s attention and deliver a specific message.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:39;a:8:{s:3:\"tag\";s:13:\"bannerElement\";s:4:\"name\";s:14:\"Banner Element\";s:16:\"metaThumbnailUrl\";s:130:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/bannerElement.8885017.1539955213.banner-element-thumbnail.png\";s:14:\"metaPreviewUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/bannerElement.8885017.1539955213.banner-element-preview.png\";s:15:\"metaDescription\";s:100:\"Add image banners to your page that will load randomly - only one banner will be loaded at the time.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:40;a:8:{s:3:\"tag\";s:12:\"sidePostGrid\";s:4:\"name\";s:14:\"Side Post Grid\";s:16:\"metaThumbnailUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/sidePostGrid.9375729.1560165697.side-post-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/sidePostGrid.9375729.1560165697.side-post-grid-preview.png\";s:15:\"metaDescription\";s:67:\"A post grid with featured image position on the left or right part.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:41;a:8:{s:3:\"tag\";s:12:\"newsPostGrid\";s:4:\"name\";s:14:\"News Post Grid\";s:16:\"metaThumbnailUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/newsPostGrid.9418596.1560165695.news-post-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/newsPostGrid.9418596.1560165695.news-post-grid-preview.png\";s:15:\"metaDescription\";s:63:\"A post grid element that is perfect for news portals and blogs.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:42;a:8:{s:3:\"tag\";s:16:\"basicTestimonial\";s:4:\"name\";s:17:\"Basic Testimonial\";s:16:\"metaThumbnailUrl\";s:138:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/basicTestimonial.10390957.1547821427.basic-testimonials-thumbnail.png\";s:14:\"metaPreviewUrl\";s:136:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/basicTestimonial.10390957.1547821427.basic-testimonials-preview.png\";s:15:\"metaDescription\";s:87:\"Show testimonials from your customers in a beautiful way and convince your new clients.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:43;a:8:{s:3:\"tag\";s:10:\"hoverImage\";s:4:\"name\";s:11:\"Hover Image\";s:16:\"metaThumbnailUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/hoverImage.10571448.1553609058.hover-image-thumbnail.png\";s:14:\"metaPreviewUrl\";s:123:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/hoverImage.10571448.1553609058.hover-image-preview.png\";s:15:\"metaDescription\";s:60:\"A two-image element that changes the image upon mouse hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:44;a:8:{s:3:\"tag\";s:15:\"profileWithIcon\";s:4:\"name\";s:17:\"Profile With Icon\";s:16:\"metaThumbnailUrl\";s:136:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/profileWithIcon.12670872.1559903440.profile-with-icon-thumbnail.png\";s:14:\"metaPreviewUrl\";s:134:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/profileWithIcon.12670872.1559903440.profile-with-icon-preview.png\";s:15:\"metaDescription\";s:53:\"A profile element with an icon to showcase your team.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:10:\"Containers\";a:4:{s:2:\"id\";s:11:\"Containers2\";s:5:\"index\";i:2;s:5:\"title\";s:10:\"Containers\";s:8:\"elements\";a:5:{i:0;a:8:{s:3:\"tag\";s:13:\"tabsWithSlide\";s:4:\"name\";s:15:\"Tabs with Slide\";s:16:\"metaThumbnailUrl\";s:131:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/tabsWithSlide.3737498.1526983292.tabs-with-slide-thumbnail.png\";s:14:\"metaPreviewUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/tabsWithSlide.3737498.1526983292.tabs-with-slide-preview.png\";s:15:\"metaDescription\";s:60:\"Add tab element with slide animation to divide your content.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:1;a:8:{s:3:\"tag\";s:7:\"section\";s:4:\"name\";s:7:\"Section\";s:16:\"metaThumbnailUrl\";s:117:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/section.3743348.1553609059.thumbnail-section.png\";s:14:\"metaPreviewUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/section.3743348.1553609059.preview-section.jpg\";s:15:\"metaDescription\";s:103:\"Section is an optional root element which can be used to group rows in order to apply joint background.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:2;a:8:{s:3:\"tag\";s:11:\"classicTabs\";s:4:\"name\";s:12:\"Classic Tabs\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/classicTabs.4932655.1552554686.classic-tabs-thumbnail.png\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/classicTabs.4932655.1552554686.classic-tabs-preview.png\";s:15:\"metaDescription\";s:127:\"A simple classic tabs element to divide your content into logic problems (ex. product description and technical specification).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:3;a:8:{s:3:\"tag\";s:17:\"pageableContainer\";s:4:\"name\";s:18:\"Pageable Container\";s:16:\"metaThumbnailUrl\";s:138:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/pageableContainer.5085662.1558359387.pageable-container-thumbnail.png\";s:14:\"metaPreviewUrl\";s:136:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/pageableContainer.5085662.1558359387.pageable-container-preview.png\";s:15:\"metaDescription\";s:113:\"Colored slider for textual information with dot controls. Allows defining background colors per individual slide.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:4;a:8:{s:3:\"tag\";s:16:\"classicAccordion\";s:4:\"name\";s:17:\"Classic Accordion\";s:16:\"metaThumbnailUrl\";s:136:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/classicAccordion.5085760.1526983319.classic-accordion-thumbnail.png\";s:14:\"metaPreviewUrl\";s:134:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/classicAccordion.5085760.1526983319.classic-accordion-preview.png\";s:15:\"metaDescription\";s:66:\"Add simple accordion to your site to divide content into sections.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:5:\"Basic\";a:4:{s:2:\"id\";s:6:\"Basic3\";s:5:\"index\";i:3;s:5:\"title\";s:5:\"Basic\";s:8:\"elements\";a:4:{i:0;a:8:{s:3:\"tag\";s:7:\"section\";s:4:\"name\";s:7:\"Section\";s:16:\"metaThumbnailUrl\";s:117:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/section.3743348.1553609059.thumbnail-section.png\";s:14:\"metaPreviewUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/section.3743348.1553609059.preview-section.jpg\";s:15:\"metaDescription\";s:103:\"Section is an optional root element which can be used to group rows in order to apply joint background.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:1;a:8:{s:3:\"tag\";s:17:\"typewriterHeading\";s:4:\"name\";s:18:\"Typewriter Heading\";s:16:\"metaThumbnailUrl\";s:130:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/typewriterHeading.5159948.1536938862.typewriter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/typewriterHeading.5159948.1536938862.typewriter-preview.png\";s:15:\"metaDescription\";s:111:\"Add interactive heading with typewriter animation to drag your customer attention to specific title or keyword.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:2;a:8:{s:3:\"tag\";s:14:\"marqueeElement\";s:4:\"name\";s:15:\"Marquee Element\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/marqueeElement.5802956.1551176523.marquee-thumbnail.png\";s:14:\"metaPreviewUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/marqueeElement.5802956.1551176523.marquee-preview.png\";s:15:\"metaDescription\";s:117:\"The most famous non-standard HTML element with beautiful marquee effect to convert any headline into a sales machine.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:3;a:8:{s:3:\"tag\";s:10:\"hoverImage\";s:4:\"name\";s:11:\"Hover Image\";s:16:\"metaThumbnailUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/hoverImage.10571448.1553609058.hover-image-thumbnail.png\";s:14:\"metaPreviewUrl\";s:123:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/hoverImage.10571448.1553609058.hover-image-preview.png\";s:15:\"metaDescription\";s:60:\"A two-image element that changes the image upon mouse hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:7:\"Buttons\";a:4:{s:2:\"id\";s:8:\"Buttons4\";s:5:\"index\";i:4;s:5:\"title\";s:7:\"Buttons\";s:8:\"elements\";a:28:{i:0;a:8:{s:3:\"tag\";s:8:\"3dButton\";s:4:\"name\";s:9:\"3D Button\";s:16:\"metaThumbnailUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/3dButton.4032188.1530108254.thumbnail-3d-button.png\";s:14:\"metaPreviewUrl\";s:118:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/3dButton.4032188.1530108254.preview-3d-button.png\";s:15:\"metaDescription\";s:75:\"A 3D style button with the ability to control a hover and animation states.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:1;a:8:{s:3:\"tag\";s:18:\"animatedIconButton\";s:4:\"name\";s:20:\"Animated Icon Button\";s:16:\"metaThumbnailUrl\";s:141:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/animatedIconButton.4094738.1530107985.thumbnail-animated-icon-button.png\";s:14:\"metaPreviewUrl\";s:139:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/animatedIconButton.4094738.1530107985.preview-animated-icon-button.png\";s:15:\"metaDescription\";s:70:\"An icon button with animation effect and button text display on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:2;a:8:{s:3:\"tag\";s:21:\"animatedOutlineButton\";s:4:\"name\";s:23:\"Animated Outline Button\";s:16:\"metaThumbnailUrl\";s:147:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/animatedOutlineButton.4086976.1530108264.thumbnail-animated-outline-button.png\";s:14:\"metaPreviewUrl\";s:145:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/animatedOutlineButton.4086976.1530108264.preview-animated-outline-button.png\";s:15:\"metaDescription\";s:70:\"Outline button with an animation effect that wraps around button text.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:3;a:8:{s:3:\"tag\";s:20:\"animatedShadowButton\";s:4:\"name\";s:22:\"Animated Shadow Button\";s:16:\"metaThumbnailUrl\";s:145:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/animatedShadowButton.4074467.1530107985.thumbnail-animated-shadow-button.png\";s:14:\"metaPreviewUrl\";s:143:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/animatedShadowButton.4074467.1530107985.preview-animated-shadow-button.png\";s:15:\"metaDescription\";s:51:\"A button with centered shadow effect and animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:4;a:8:{s:3:\"tag\";s:22:\"animatedTwoColorButton\";s:4:\"name\";s:25:\"Animated Two Color Button\";s:16:\"metaThumbnailUrl\";s:150:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/animatedTwoColorButton.4087482.1530108274.thumbnail-animated-two-color-button.png\";s:14:\"metaPreviewUrl\";s:148:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/animatedTwoColorButton.4087482.1530108274.preview-animated-two-color-button.png\";s:15:\"metaDescription\";s:74:\"A modern animated button with two color intersection and smooth animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:5;a:8:{s:3:\"tag\";s:15:\"basicButtonIcon\";s:4:\"name\";s:17:\"Basic Button Icon\";s:16:\"metaThumbnailUrl\";s:135:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/basicButtonIcon.3681393.1539178207.thumbnail-basic-button-icon.jpg\";s:14:\"metaPreviewUrl\";s:133:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/basicButtonIcon.3681393.1539178207.preview-basic-button-icon.jpg\";s:15:\"metaDescription\";s:74:\"Flat style button with icon and slide effect to catch visitor\'s attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:6;a:8:{s:3:\"tag\";s:17:\"borderHoverButton\";s:4:\"name\";s:19:\"Border Hover Button\";s:16:\"metaThumbnailUrl\";s:139:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/borderHoverButton.4032921.1530108003.thumbnail-border-hover-button.png\";s:14:\"metaPreviewUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/borderHoverButton.4032921.1530108003.preview-border-hover-button.png\";s:15:\"metaDescription\";s:80:\"Button with border accent as a hover effect and ability to control border color.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:7;a:8:{s:3:\"tag\";s:18:\"filledShadowButton\";s:4:\"name\";s:20:\"Filled Shadow Button\";s:16:\"metaThumbnailUrl\";s:141:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/filledShadowButton.4065938.1530110298.thumbnail-filled-shadow-button.png\";s:14:\"metaPreviewUrl\";s:139:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/filledShadowButton.4065938.1530110298.preview-filled-shadow-button.png\";s:15:\"metaDescription\";s:83:\"A geometric style filled button with shadow effect and custom hover color controls.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:8;a:8:{s:3:\"tag\";s:12:\"gatsbyButton\";s:4:\"name\";s:13:\"Gatsby Button\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/gatsbyButton.4083888.1530110296.thumbnail-gatsby-button.png\";s:14:\"metaPreviewUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/gatsbyButton.4083888.1530110296.preview-gatsby-button.png\";s:15:\"metaDescription\";s:74:\"A Gatsby style button with a misplaced outline and transparent fill color.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:9;a:8:{s:3:\"tag\";s:17:\"outlineButtonIcon\";s:4:\"name\";s:19:\"Outline Button Icon\";s:16:\"metaThumbnailUrl\";s:139:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlineButtonIcon.3681408.1539178180.outline-button-icon-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlineButtonIcon.3681408.1539178180.outline-button-icon-preview.jpg\";s:15:\"metaDescription\";s:125:\"Outline button with solid fill and icon appearance o hover. Great solution to be used as a secondary button within a website.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:10;a:8:{s:3:\"tag\";s:19:\"outlineShadowButton\";s:4:\"name\";s:21:\"Outline Shadow Button\";s:16:\"metaThumbnailUrl\";s:143:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlineShadowButton.4025868.1530110289.thumbnail-outline-shadow-button.png\";s:14:\"metaPreviewUrl\";s:141:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/outlineShadowButton.4025868.1530110289.preview-outline-shadow-button.png\";s:15:\"metaDescription\";s:64:\"A geometric style outline button with custom hover color option.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:11;a:8:{s:3:\"tag\";s:19:\"parallelogramButton\";s:4:\"name\";s:20:\"Parallelogram Button\";s:16:\"metaThumbnailUrl\";s:142:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/parallelogramButton.4023834.1530107986.thumbnail-parallelogram-button.png\";s:14:\"metaPreviewUrl\";s:140:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/parallelogramButton.4023834.1530107986.preview-parallelogram-button.png\";s:15:\"metaDescription\";s:62:\"A button in parallelogram shape with ability to control angle.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:12;a:8:{s:3:\"tag\";s:11:\"quoteButton\";s:4:\"name\";s:12:\"Quote Button\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/quoteButton.4039466.1530110284.thumbnail-quote-button.png\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/quoteButton.4039466.1530110284.preview-quote-button.png\";s:15:\"metaDescription\";s:74:\"Quote button is a good call to action that points directly to the content.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:13;a:8:{s:3:\"tag\";s:12:\"resizeButton\";s:4:\"name\";s:13:\"Resize Button\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/resizeButton.4031666.1530107987.thumbnail-resize-button.png\";s:14:\"metaPreviewUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/resizeButton.4031666.1530107987.preview-resize-button.png\";s:15:\"metaDescription\";s:77:\"A simple button that resizes with animation on hover to catch user attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:14;a:8:{s:3:\"tag\";s:20:\"simpleGradientButton\";s:4:\"name\";s:22:\"Simple Gradient Button\";s:16:\"metaThumbnailUrl\";s:145:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/simpleGradientButton.4038649.1530110276.thumbnail-simple-gradient-button.png\";s:14:\"metaPreviewUrl\";s:143:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/simpleGradientButton.4038649.1530110276.preview-simple-gradient-button.png\";s:15:\"metaDescription\";s:67:\"A simple gradient button ith automatic gradient effect calculation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:15;a:8:{s:3:\"tag\";s:19:\"strikethroughButton\";s:4:\"name\";s:20:\"Strikethrough Button\";s:16:\"metaThumbnailUrl\";s:142:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/strikethroughButton.4031038.1530110274.thumbnail-strikethrough-button.png\";s:14:\"metaPreviewUrl\";s:140:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/strikethroughButton.4031038.1530110274.preview-strikethrough-button.png\";s:15:\"metaDescription\";s:66:\"A simple text button with animated strike through effect on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:16;a:8:{s:3:\"tag\";s:26:\"strikethroughOutlineButton\";s:4:\"name\";s:28:\"Strikethrough Outline Button\";s:16:\"metaThumbnailUrl\";s:157:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/strikethroughOutlineButton.4039204.1530110273.thumbnail-strikethrough-outline-button.png\";s:14:\"metaPreviewUrl\";s:155:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/strikethroughOutlineButton.4039204.1530110273.preview-strikethrough-outline-button.png\";s:15:\"metaDescription\";s:90:\"Outline button with a horizontal or vertical strikethrough and fill color effect on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:17;a:8:{s:3:\"tag\";s:15:\"symmetricButton\";s:4:\"name\";s:16:\"Symmetric Button\";s:16:\"metaThumbnailUrl\";s:134:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/symmetricButton.4191505.1530110272.thumbnail-symmetric-button.png\";s:14:\"metaPreviewUrl\";s:132:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/symmetricButton.4191505.1530110272.preview-symmetric-button.png\";s:15:\"metaDescription\";s:57:\"A large circle button with text and zoom effect on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:18;a:8:{s:3:\"tag\";s:24:\"transparentOutlineButton\";s:4:\"name\";s:26:\"Transparent Outline Button\";s:16:\"metaThumbnailUrl\";s:153:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/transparentOutlineButton.4015368.1530110285.thumbnail-transparent-outline-button.png\";s:14:\"metaPreviewUrl\";s:151:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/transparentOutlineButton.4015368.1530110285.preview-transparent-outline-button.png\";s:15:\"metaDescription\";s:103:\"Transparent outline button with fill color effect on hover is perfect for dark or colorful backgrounds.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:19;a:8:{s:3:\"tag\";s:15:\"underlineButton\";s:4:\"name\";s:16:\"Underline Button\";s:16:\"metaThumbnailUrl\";s:134:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/underlineButton.4030889.1530110282.thumbnail-underline-button.png\";s:14:\"metaPreviewUrl\";s:132:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/underlineButton.4030889.1530110282.preview-underline-button.png\";s:15:\"metaDescription\";s:57:\"A simple text button with underline and resize animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:20;a:8:{s:3:\"tag\";s:12:\"zigZagButton\";s:4:\"name\";s:13:\"ZigZag Button\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/zigZagButton.4078903.1530110273.thumbnail-zigzag-button.png\";s:14:\"metaPreviewUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/zigZagButton.4078903.1530110273.preview-zigzag-button.png\";s:15:\"metaDescription\";s:75:\"A text based button with zig zag underline and custom hover color controls.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:21;a:8:{s:3:\"tag\";s:15:\"separatedButton\";s:4:\"name\";s:16:\"Separated Button\";s:16:\"metaThumbnailUrl\";s:134:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/separatedButton.5039426.1530110281.thumbnail-separated-button.jpg\";s:14:\"metaPreviewUrl\";s:132:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/separatedButton.5039426.1530110281.preview-separated-button.jpg\";s:15:\"metaDescription\";s:98:\"Flat style button with a separate part for icon element from icon library and simple hover effect.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:22;a:8:{s:3:\"tag\";s:14:\"gradientButton\";s:4:\"name\";s:15:\"Gradient Button\";s:16:\"metaThumbnailUrl\";s:132:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/gradientButton.3328733.1518783797.gradient-button-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:130:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/gradientButton.3328733.1518783797.gradient-button-preview.jpg\";s:15:\"metaDescription\";s:114:\"Gradient button with gradient direction and color controls. Animated hover effects with gradient direction change.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:23;a:8:{s:3:\"tag\";s:19:\"doubleOutlineButton\";s:4:\"name\";s:21:\"Double Outline Button\";s:16:\"metaThumbnailUrl\";s:143:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/doubleOutlineButton.3328732.1530107984.double-outline-button-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:141:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/doubleOutlineButton.3328732.1530107984.double-outline-button-preview.jpg\";s:15:\"metaDescription\";s:123:\"Double outline button with solid color hover. Great solution for light and dark websites to keep website design consistent.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:24;a:8:{s:3:\"tag\";s:11:\"buttonGroup\";s:4:\"name\";s:12:\"Button Group\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/buttonGroup.6418036.1530107995.button-group-thumbnail.png\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/buttonGroup.6418036.1530107995.button-group-preview.png\";s:15:\"metaDescription\";s:73:\"Display different buttons in a single line with the Button Group element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:25;a:8:{s:3:\"tag\";s:17:\"basicShadowButton\";s:4:\"name\";s:19:\"Basic Shadow Button\";s:16:\"metaThumbnailUrl\";s:139:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/basicShadowButton.7814086.1533820409.basic-shadow-button-thumbnail.png\";s:14:\"metaPreviewUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/basicShadowButton.7814086.1533820409.basic-shadow-button-preview.png\";s:15:\"metaDescription\";s:98:\"A simple button with shadow effect that helps button to stand out and gives website a perspective.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:26;a:8:{s:3:\"tag\";s:16:\"growShadowButton\";s:4:\"name\";s:18:\"Grow Shadow Button\";s:16:\"metaThumbnailUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/growShadowButton.9379314.1542293087.grow-shadow-button-thumbnail.png\";s:14:\"metaPreviewUrl\";s:135:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/growShadowButton.9379314.1542293087.grow-shadow-button-preview.png\";s:15:\"metaDescription\";s:51:\"A simple round button with smooth shadow animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:27;a:8:{s:3:\"tag\";s:12:\"3ColorButton\";s:4:\"name\";s:14:\"3 Color Button\";s:16:\"metaThumbnailUrl\";s:130:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/3ColorButton.11756420.1555088868.3-color-button-thumbnail.png\";s:14:\"metaPreviewUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/3ColorButton.11756420.1555088868.3-color-button-preview.png\";s:15:\"metaDescription\";s:61:\"A button with three colored stripes that animates upon hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:6:\"Social\";a:4:{s:2:\"id\";s:7:\"Social5\";s:5:\"index\";i:5;s:5:\"title\";s:6:\"Social\";s:8:\"elements\";a:19:{i:0;a:8:{s:3:\"tag\";s:12:\"facebookLike\";s:4:\"name\";s:13:\"Facebook Like\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookLike.3307520.1518002020.facebook-like-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:126:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookLike.3307520.1518002020.facebook-like-preview.jpg\";s:15:\"metaDescription\";s:89:\"Add Facebook Like button to your WordPress website for quick content sharing on Facebook.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:1;a:8:{s:3:\"tag\";s:11:\"flickrImage\";s:4:\"name\";s:12:\"Flickr Image\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/flickrImage.3307525.1539178205.thumbnail-flickr-image.jpg\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/flickrImage.3307525.1539178205.preview-flickr-image.jpg\";s:15:\"metaDescription\";s:54:\"Embed Flickr image directly to your WordPress website.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:2;a:8:{s:3:\"tag\";s:16:\"googlePlusButton\";s:4:\"name\";s:18:\"Google Plus Button\";s:16:\"metaThumbnailUrl\";s:130:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/googlePlusButton.3307535.1539178161.google-plus-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/googlePlusButton.3307535.1539178161.google-plus-preview.jpg\";s:15:\"metaDescription\";s:109:\"Add standard Google Plus button to your WordPress website for quick content sharing on Google Social Network.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:3;a:8:{s:3:\"tag\";s:14:\"instagramImage\";s:4:\"name\";s:15:\"Instagram Image\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/instagramImage.3307547.1551176522.thumbnail-instagram.jpg\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/instagramImage.3307547.1551176522.preview-instagram.jpg\";s:15:\"metaDescription\";s:57:\"Embed Instagram image directly to your WordPress website.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:4;a:8:{s:3:\"tag\";s:14:\"pinterestPinit\";s:4:\"name\";s:15:\"Pinterest Pinit\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/pinterestPinit.3307551.1539178008.pinterest-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/pinterestPinit.3307551.1539178008.pinterest-preview.jpg\";s:15:\"metaDescription\";s:98:\"Add Pinterest Pinit button to your WordPress website for quick media content sharing on Pinterest.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:5;a:8:{s:3:\"tag\";s:13:\"twitterButton\";s:4:\"name\";s:14:\"Twitter Button\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/twitterButton.3307558.1539178195.tweet-button-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/twitterButton.3307558.1539178195.tweet-button-preview.jpg\";s:15:\"metaDescription\";s:89:\"Add standard Tweet button to your WordPress website for quick content sharing on Twitter.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:6;a:8:{s:3:\"tag\";s:11:\"twitterGrid\";s:4:\"name\";s:12:\"Twitter Grid\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/twitterGrid.3307559.1539178005.twitter-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/twitterGrid.3307559.1539178005.twitter-grid-preview.jpg\";s:15:\"metaDescription\";s:86:\"Showcase Twitter stories that are primarily told with photos, videos, GIFs, and Vines.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:7;a:8:{s:3:\"tag\";s:15:\"twitterTimeline\";s:4:\"name\";s:16:\"Twitter Timeline\";s:16:\"metaThumbnailUrl\";s:134:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/twitterTimeline.3307562.1515054154.twitter-timeline-thumbnail.png\";s:14:\"metaPreviewUrl\";s:132:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/twitterTimeline.3307562.1515054154.twitter-timeline-preview.jpg\";s:15:\"metaDescription\";s:136:\"Embedded timeline to display a stream of Tweets on your site. Use it to showcase profiles, lists, and favorites, as well as the stories.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:8;a:8:{s:3:\"tag\";s:12:\"twitterTweet\";s:4:\"name\";s:13:\"Twitter Tweet\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/twitterTweet.3307563.1515054154.twitter-tweet-thumbnail.png\";s:14:\"metaPreviewUrl\";s:126:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/twitterTweet.3307563.1515054154.twitter-tweet-preview.jpg\";s:15:\"metaDescription\";s:82:\"Embedded Tweet to display an individual Tweet off of Twitter by picking tweet URL.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:9;a:8:{s:3:\"tag\";s:12:\"flickrWidget\";s:4:\"name\";s:13:\"Flickr Widget\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/flickrWidget.4397277.1515054150.flickr-widget-thumbnail.png\";s:14:\"metaPreviewUrl\";s:126:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/flickrWidget.4397277.1515054150.flickr-widget-preview.jpg\";s:15:\"metaDescription\";s:100:\"Add Flickr image grid gallery to your site, specify the number of images with an easy-to-use widget.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:10;a:8:{s:3:\"tag\";s:12:\"facebookPage\";s:4:\"name\";s:13:\"Facebook Page\";s:16:\"metaThumbnailUrl\";s:132:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookPage.5346294.1532599177.facebook-elements-thumbnail.png\";s:14:\"metaPreviewUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookPage.5346294.1532599177.facebook-page-preview.png\";s:15:\"metaDescription\";s:183:\"The Page plugin lets you easily embed and promote any public Facebook Page on your website. Just like on Facebook, your visitors can like and share the Page without leaving your site.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:11;a:8:{s:3:\"tag\";s:24:\"facebookEmbeddedComments\";s:4:\"name\";s:26:\"Facebook Embedded Comments\";s:16:\"metaThumbnailUrl\";s:135:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookEmbeddedComments.5380237.1518002011.facebook-thumbnail.png\";s:14:\"metaPreviewUrl\";s:151:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookEmbeddedComments.5380237.1518002011.facebook-embedded-comments-preview.png\";s:15:\"metaDescription\";s:218:\"Embedded comments are a simple way to put public post comments - by a Page or a person on Facebook - into the content of your web site or web page. Only public comments from Facebook Pages and profiles can be embedded.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:12;a:8:{s:3:\"tag\";s:21:\"facebookEmbeddedVideo\";s:4:\"name\";s:23:\"Facebook Embedded Video\";s:16:\"metaThumbnailUrl\";s:132:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookEmbeddedVideo.5372546.1518002013.facebook-thumbnail.png\";s:14:\"metaPreviewUrl\";s:145:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookEmbeddedVideo.5372546.1518002013.facebook-embedded-video-preview.png\";s:15:\"metaDescription\";s:194:\"With the embedded video player you can easily add Facebook videos and Facebook live videos to your website. You can use any public video post by a Page or a person as video or live video source.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:13;a:8:{s:3:\"tag\";s:12:\"facebookSave\";s:4:\"name\";s:13:\"Facebook Save\";s:16:\"metaThumbnailUrl\";s:132:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookSave.5301032.1518002022.facebook-elements-thumbnail.png\";s:14:\"metaPreviewUrl\";s:121:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookSave.5301032.1518002022.save-to-facebook.png\";s:15:\"metaDescription\";s:112:\"Save items or services to a private list on Facebook, share it with friends, and receive relevant notifications.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:14;a:8:{s:3:\"tag\";s:13:\"facebookQuote\";s:4:\"name\";s:14:\"Facebook Quote\";s:16:\"metaThumbnailUrl\";s:133:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookQuote.5334246.1518002024.facebook-elements-thumbnail.png\";s:14:\"metaPreviewUrl\";s:128:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookQuote.5334246.1518002024.facebook-quote-preview.png\";s:15:\"metaDescription\";s:115:\"The quote lets people select text on your page and add it to their share, so they can tell a more expressive story.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:15;a:8:{s:3:\"tag\";s:13:\"facebookShare\";s:4:\"name\";s:14:\"Facebook Share\";s:16:\"metaThumbnailUrl\";s:130:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookShare.5302365.1518002025.facebook-share-thumbnail.png\";s:14:\"metaPreviewUrl\";s:128:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookShare.5302365.1518002025.facebook-share-preview.png\";s:15:\"metaDescription\";s:124:\"Add a personalized message to links before sharing on their timeline, in groups, or to their friends via a Facebook Message.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:16;a:8:{s:3:\"tag\";s:16:\"facebookComments\";s:4:\"name\";s:17:\"Facebook Comments\";s:16:\"metaThumbnailUrl\";s:136:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookComments.5314690.1518009827.facebook-elements-thumbnail.png\";s:14:\"metaPreviewUrl\";s:134:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookComments.5314690.1518009827.facebook-comments-preview.png\";s:15:\"metaDescription\";s:93:\"The comments plugin lets people comment on content on your site using their Facebook account.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:17;a:8:{s:3:\"tag\";s:21:\"facebookEmbeddedPosts\";s:4:\"name\";s:23:\"Facebook Embedded Posts\";s:16:\"metaThumbnailUrl\";s:132:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookEmbeddedPosts.5381624.1518002492.facebook-thumbnail.png\";s:14:\"metaPreviewUrl\";s:145:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/facebookEmbeddedPosts.5381624.1518002492.facebook-embedded-posts-preview.png\";s:15:\"metaDescription\";s:204:\"Embedded Posts are a simple way to put public posts - by a Page or a person on Facebook - into the content of your web site or web page. Only public posts from Facebook Pages and profiles can be embedded.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:18;a:8:{s:3:\"tag\";s:18:\"socialProfileIcons\";s:4:\"name\";s:20:\"Social Profile Icons\";s:16:\"metaThumbnailUrl\";s:133:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/socialProfileIcons.9398772.1547562523.social-icons-thumbnail.png\";s:14:\"metaPreviewUrl\";s:131:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/socialProfileIcons.9398772.1547562523.social-icons-preview.png\";s:15:\"metaDescription\";s:78:\"Small icons of the most popular social networks with original colors on hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:5:\"Media\";a:4:{s:2:\"id\";s:6:\"Media6\";s:5:\"index\";i:6;s:5:\"title\";s:5:\"Media\";s:8:\"elements\";a:15:{i:0;a:8:{s:3:\"tag\";s:12:\"imageGallery\";s:4:\"name\";s:13:\"Image Gallery\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageGallery.3307544.1539178193.image-gallery-thumbnail.png\";s:14:\"metaPreviewUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageGallery.3307544.1539178193.image-gallery-preview.jpg\";s:15:\"metaDescription\";s:106:\"Image gallery is a basic element for adding simple image gallery from Media Library into the content area.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:1;a:8:{s:3:\"tag\";s:19:\"imageMasonryGallery\";s:4:\"name\";s:21:\"Image Masonry Gallery\";s:16:\"metaThumbnailUrl\";s:143:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageMasonryGallery.3307546.1539178160.image-masonry-gallery-thumbnail.png\";s:14:\"metaPreviewUrl\";s:141:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageMasonryGallery.3307546.1539178160.image-masonry-gallery-preview.jpg\";s:15:\"metaDescription\";s:124:\"Image masonry gallery is a gallery element for adding simple masonry image gallery from Media Library into the content area.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:2;a:8:{s:3:\"tag\";s:17:\"simpleImageSlider\";s:4:\"name\";s:19:\"Simple Image Slider\";s:16:\"metaThumbnailUrl\";s:139:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/simpleImageSlider.3835260.1556800008.thumbnail-simple-image-slider.jpg\";s:14:\"metaPreviewUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/simpleImageSlider.3835260.1556800008.preview-simple-image-slider.jpg\";s:15:\"metaDescription\";s:91:\"Media Library Image slider with dot controls and swipe option for better mobile experience.\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:7:\"premium\";i:1;s:4:\"free\";}}i:3;a:8:{s:3:\"tag\";s:20:\"multipleImageCollage\";s:4:\"name\";s:22:\"Multiple Image Collage\";s:16:\"metaThumbnailUrl\";s:145:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/multipleImageCollage.5149881.1524061577.multiple-image-collage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:143:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/multipleImageCollage.5149881.1524061577.multiple-image-collage-preview.png\";s:15:\"metaDescription\";s:124:\"A simple multiple image collage with CSS transition for every image to create eye-catching effect for your product features.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:4;a:8:{s:3:\"tag\";s:11:\"videoPlayer\";s:4:\"name\";s:12:\"Video Player\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/videoPlayer.5179008.1549634663.video-player-thumbnail.png\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/videoPlayer.5179008.1549634663.video-player-preview.png\";s:15:\"metaDescription\";s:88:\"Add self-hosted video from Media Library to your website and control \'Play\' icon design.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:5;a:8:{s:3:\"tag\";s:10:\"logoSlider\";s:4:\"name\";s:11:\"Logo Slider\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/logoSlider.5232418.1556800005.logo-slider-thumbnail.png\";s:14:\"metaPreviewUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/logoSlider.5232418.1556800005.logo-slider-preview.png\";s:15:\"metaDescription\";s:81:\"Display your customers, partners, or in-media mentions with a simple logo slider.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:6;a:8:{s:3:\"tag\";s:10:\"videoPopup\";s:4:\"name\";s:11:\"Video Popup\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/videoPopup.5463852.1519983584.video-popup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:122:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/videoPopup.5463852.1519983584.video-popup-preview.png\";s:15:\"metaDescription\";s:78:\" Add fullscreen popup video to your site and set custom icon to trigger open..\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:7;a:8:{s:3:\"tag\";s:30:\"imageMasonryGalleryWithScaleUp\";s:4:\"name\";s:34:\"Image Masonry Gallery With ScaleUp\";s:16:\"metaThumbnailUrl\";s:167:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageMasonryGalleryWithScaleUp.6799896.1531393369.image-masonry-gallery-with-scaleup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:165:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageMasonryGalleryWithScaleUp.6799896.1531393369.image-masonry-gallery-with-scaleup-preview.png\";s:15:\"metaDescription\";s:94:\"A masonry grid type image gallery with a scale effect upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:8;a:8:{s:3:\"tag\";s:20:\"imageGalleryWithZoom\";s:4:\"name\";s:23:\"Image Gallery With Zoom\";s:16:\"metaThumbnailUrl\";s:146:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageGalleryWithZoom.5986993.1539177989.image-gallery-with-zoom-thumbnail.png\";s:14:\"metaPreviewUrl\";s:144:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageGalleryWithZoom.5986993.1539177989.image-gallery-with-zoom-preview.png\";s:15:\"metaDescription\";s:85:\"A grid type image gallery with a zoom effect upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:9;a:8:{s:3:\"tag\";s:23:\"imageGalleryWithScaleUp\";s:4:\"name\";s:26:\"Image Gallery With ScaleUp\";s:16:\"metaThumbnailUrl\";s:152:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageGalleryWithScaleUp.5987022.1539178002.image-gallery-with-scaleup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:150:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageGalleryWithScaleUp.5987022.1539178002.image-gallery-with-scaleup-preview.png\";s:15:\"metaDescription\";s:86:\"A grid type image gallery with a scale effect upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:10;a:8:{s:3:\"tag\";s:27:\"imageMasonryGalleryWithZoom\";s:4:\"name\";s:31:\"Image Masonry Gallery With Zoom\";s:16:\"metaThumbnailUrl\";s:161:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageMasonryGalleryWithZoom.6663975.1531396747.image-masonry-gallery-with-zoom-thumbnail.png\";s:14:\"metaPreviewUrl\";s:159:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageMasonryGalleryWithZoom.6663975.1531396747.image-masonry-gallery-with-zoom-preview.png\";s:15:\"metaDescription\";s:93:\"A masonry grid type image gallery with a zoom effect upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:11;a:8:{s:3:\"tag\";s:27:\"imageMasonryGalleryWithIcon\";s:4:\"name\";s:31:\"Image Masonry Gallery With Icon\";s:16:\"metaThumbnailUrl\";s:142:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageMasonryGalleryWithIcon.6658820.1539178078.masonry-icon-thumbnail.png\";s:14:\"metaPreviewUrl\";s:140:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageMasonryGalleryWithIcon.6658820.1539178078.masonry-icon-preview.png\";s:15:\"metaDescription\";s:97:\"A masonry grid type image gallery with an icon displayed upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:12;a:8:{s:3:\"tag\";s:20:\"imageGalleryWithIcon\";s:4:\"name\";s:23:\"Image Gallery With Icon\";s:16:\"metaThumbnailUrl\";s:136:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageGalleryWithIcon.5986936.1539177991.image-gallery-thumbnail.png\";s:14:\"metaPreviewUrl\";s:134:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/imageGalleryWithIcon.5986936.1539177991.image-gallery-preview.png\";s:15:\"metaDescription\";s:89:\"A grid type image gallery with an icon displayed upon hover to catch visitors\' attention.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:13;a:8:{s:3:\"tag\";s:10:\"hoverImage\";s:4:\"name\";s:11:\"Hover Image\";s:16:\"metaThumbnailUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/hoverImage.10571448.1553609058.hover-image-thumbnail.png\";s:14:\"metaPreviewUrl\";s:123:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/hoverImage.10571448.1553609058.hover-image-preview.png\";s:15:\"metaDescription\";s:60:\"A two-image element that changes the image upon mouse hover.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:14;a:8:{s:3:\"tag\";s:17:\"timelineSlideshow\";s:4:\"name\";s:18:\"Timeline Slideshow\";s:16:\"metaThumbnailUrl\";s:139:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/timelineSlideshow.11633881.1556525201.timeline-slideshow-thumbnail.png\";s:14:\"metaPreviewUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/timelineSlideshow.11633881.1556525201.timeline-slideshow-preview.png\";s:15:\"metaDescription\";s:75:\"A rich slideshow element with time and content control for separate slides.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:11:\"WooCommerce\";a:4:{s:2:\"id\";s:12:\"Woocommerce7\";s:5:\"index\";i:7;s:5:\"title\";s:11:\"WooCommerce\";s:8:\"elements\";a:19:{i:0;a:8:{s:3:\"tag\";s:20:\"woocommerceAddToCart\";s:4:\"name\";s:23:\"WooCommerce Add To Cart\";s:16:\"metaThumbnailUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceAddToCart.3328758.1543235280.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceAddToCart.3328758.1543235280.preview.jpg\";s:15:\"metaDescription\";s:85:\"WooCommerce element shows the price and add to cart button of a single product by ID.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:1;a:8:{s:3:\"tag\";s:30:\"woocommerceBestSellingProducts\";s:4:\"name\";s:33:\"WooCommerce Best Selling Products\";s:16:\"metaThumbnailUrl\";s:132:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceBestSellingProducts.3328760.1526983381.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:130:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceBestSellingProducts.3328760.1526983381.preview.jpg\";s:15:\"metaDescription\";s:62:\"WooCommerce element which displays your best selling products.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:2;a:8:{s:3:\"tag\";s:15:\"woocommerceCart\";s:4:\"name\";s:16:\"WooCommerce Cart\";s:16:\"metaThumbnailUrl\";s:117:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceCart.3328764.1539177979.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceCart.3328764.1539177979.preview.jpg\";s:15:\"metaDescription\";s:104:\"WooCommerce element displays cart content and interface for coupon codes and other cart bits and pieces.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:3;a:8:{s:3:\"tag\";s:19:\"woocommerceCheckout\";s:4:\"name\";s:20:\"WooCommerce Checkout\";s:16:\"metaThumbnailUrl\";s:121:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceCheckout.3328770.1539177980.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:119:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceCheckout.3328770.1539177980.preview.jpg\";s:15:\"metaDescription\";s:59:\"WooCommerce checkout element displays the checkout process.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:4;a:8:{s:3:\"tag\";s:27:\"woocommerceFeaturedProducts\";s:4:\"name\";s:29:\"WooCommerce Featured Products\";s:16:\"metaThumbnailUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceFeaturedProducts.3328772.1531317604.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceFeaturedProducts.3328772.1531317604.preview.jpg\";s:15:\"metaDescription\";s:71:\"WooCommerce element displays products that have been set as \"featured\".\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:5;a:8:{s:3:\"tag\";s:20:\"woocommerceMyAccount\";s:4:\"name\";s:22:\"WooCommerce My Account\";s:16:\"metaThumbnailUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceMyAccount.3328778.1539177982.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceMyAccount.3328778.1539177982.preview.jpg\";s:15:\"metaDescription\";s:124:\"WooCommerce element shows the ‘my account’ section where the customer can view past orders and update their information.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:6;a:8:{s:3:\"tag\";s:24:\"woocommerceOrderTracking\";s:4:\"name\";s:26:\"WooCommerce Order Tracking\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceOrderTracking.3328782.1526983374.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceOrderTracking.3328782.1526983374.preview.jpg\";s:15:\"metaDescription\";s:91:\"WooCommerce element lets a user see the status of an order by entering their order details.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:7;a:8:{s:3:\"tag\";s:18:\"woocommerceProduct\";s:4:\"name\";s:19:\"WooCommerce Product\";s:16:\"metaThumbnailUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProduct.3328784.1543235290.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:118:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProduct.3328784.1543235290.preview.jpg\";s:15:\"metaDescription\";s:56:\"WooCommerce element shows a single product by ID or SKU.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:8;a:8:{s:3:\"tag\";s:27:\"woocommerceProductAttribute\";s:4:\"name\";s:29:\"WooCommerce Product Attribute\";s:16:\"metaThumbnailUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProductAttribute.3328787.1543235278.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProductAttribute.3328787.1543235278.preview.jpg\";s:15:\"metaDescription\";s:63:\"WooCommerce element lists products with an attribute shortcode.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:9;a:8:{s:3:\"tag\";s:28:\"woocommerceProductCategories\";s:4:\"name\";s:30:\"WooCommerce Product Categories\";s:16:\"metaThumbnailUrl\";s:130:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProductCategories.3328789.1543235276.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProductCategories.3328789.1543235276.preview.jpg\";s:15:\"metaDescription\";s:53:\"WooCommerce element displays product categories loop.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:10;a:8:{s:3:\"tag\";s:26:\"woocommerceProductCategory\";s:4:\"name\";s:28:\"WooCommerce Product Category\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProductCategory.3328791.1543235274.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProductCategory.3328791.1543235274.preview.jpg\";s:15:\"metaDescription\";s:66:\"WooCommerce element shows multiple products in a category by slug.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:11;a:8:{s:3:\"tag\";s:22:\"woocommerceProductPage\";s:4:\"name\";s:24:\"WooCommerce Product Page\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProductPage.3328797.1543235288.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProductPage.3328797.1543235288.preview.jpg\";s:15:\"metaDescription\";s:66:\"WooCommerce element shows a full single product page by ID or SKU.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:12;a:8:{s:3:\"tag\";s:19:\"woocommerceProducts\";s:4:\"name\";s:20:\"WooCommerce Products\";s:16:\"metaThumbnailUrl\";s:121:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProducts.3328799.1543235292.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:119:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProducts.3328799.1543235292.preview.jpg\";s:15:\"metaDescription\";s:57:\"WooCommerce element shows multiple products by ID or SKU.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:13;a:8:{s:3:\"tag\";s:25:\"woocommerceRecentProducts\";s:4:\"name\";s:27:\"WooCommerce Recent Products\";s:16:\"metaThumbnailUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceRecentProducts.3328801.1526983373.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceRecentProducts.3328801.1526983373.preview.jpg\";s:15:\"metaDescription\";s:109:\"WooCommerce element lists the most recent products added to your WooCommerce site – useful on the homepage.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:14;a:8:{s:3:\"tag\";s:26:\"woocommerceRelatedProducts\";s:4:\"name\";s:28:\"WooCommerce Related Products\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceRelatedProducts.3328809.1526983376.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceRelatedProducts.3328809.1526983376.preview.jpg\";s:15:\"metaDescription\";s:43:\"WooCommerce element lists related products.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:15;a:8:{s:3:\"tag\";s:23:\"woocommerceSaleProducts\";s:4:\"name\";s:25:\"WooCommerce Sale Products\";s:16:\"metaThumbnailUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceSaleProducts.3328811.1526983366.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:123:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceSaleProducts.3328811.1526983366.preview.jpg\";s:15:\"metaDescription\";s:47:\"WooCommerce element lists all products on sale.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:16;a:8:{s:3:\"tag\";s:27:\"woocommerceTopRatedProducts\";s:4:\"name\";s:30:\"WooCommerce Top Rated Products\";s:16:\"metaThumbnailUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceTopRatedProducts.3328813.1526983378.thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceTopRatedProducts.3328813.1526983378.preview.jpg\";s:15:\"metaDescription\";s:52:\"WooCommerce element list top-rated products on sale.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:17;a:8:{s:3:\"tag\";s:21:\"woocommerceProducts32\";s:4:\"name\";s:25:\"WooCommerce Products 3.2+\";s:16:\"metaThumbnailUrl\";s:123:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProducts32.5403553.1543235271.thumbnail.png\";s:14:\"metaPreviewUrl\";s:121:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/woocommerceProducts32.5403553.1543235271.preview.png\";s:15:\"metaDescription\";s:198:\"WooCommerce element allows you to display products by post ID, SKU, categories, attributes, with support for pagination, random sorting and product tags, replacing the need for multiples shortcodes.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:18;a:8:{s:3:\"tag\";s:19:\"cartIconWithCounter\";s:4:\"name\";s:22:\"Cart Icon With Counter\";s:16:\"metaThumbnailUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/cartIconWithCounter.11533027.1554979745.cart-thumbnail.png\";s:14:\"metaPreviewUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/cartIconWithCounter.11533027.1554979745.cart-preview.png\";s:15:\"metaDescription\";s:72:\"Shopping cart icon with a counter to display products added to the cart.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:9:\"WordPress\";a:4:{s:2:\"id\";s:10:\"Wordpress8\";s:5:\"index\";i:8;s:5:\"title\";s:9:\"WordPress\";s:8:\"elements\";a:19:{i:0;a:8:{s:3:\"tag\";s:17:\"widgetizedSidebar\";s:4:\"name\";s:18:\"Widgetized Sidebar\";s:16:\"metaThumbnailUrl\";s:137:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/widgetizedSidebar.4379675.1530106849.wordpress-widgets-thumbnail.png\";s:14:\"metaPreviewUrl\";s:135:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/widgetizedSidebar.4379675.1530106849.wordpress-widgets-preview.png\";s:15:\"metaDescription\";s:65:\"Add any of your saved WordPress sidebars anywhere in the content.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:1;a:8:{s:3:\"tag\";s:12:\"contactForm7\";s:4:\"name\";s:14:\"Contact Form 7\";s:16:\"metaThumbnailUrl\";s:129:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/contactForm7.5094582.1519906380.contact-form-7-thumbnail.png\";s:14:\"metaPreviewUrl\";s:127:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/contactForm7.5094582.1519906380.contact-form-7-preview.png\";s:15:\"metaDescription\";s:110:\"Add Contact Form 7 form to your layout (Note: Contact Form 7 plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:2;a:8:{s:3:\"tag\";s:13:\"essentialGrid\";s:4:\"name\";s:14:\"Essential Grid\";s:16:\"metaThumbnailUrl\";s:130:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/essentialGrid.5516723.1519803169.essential-grid-thumbnail.png\";s:14:\"metaPreviewUrl\";s:128:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/essentialGrid.5516723.1519803169.essential-grid-preview.png\";s:15:\"metaDescription\";s:142:\"Display grid layouts created with Essential Grid anywhere on your site (Note: Essential Grid plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:3;a:8:{s:3:\"tag\";s:15:\"eventOnCalendar\";s:4:\"name\";s:16:\"EventOn Calendar\";s:16:\"metaThumbnailUrl\";s:134:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/eventOnCalendar.5528023.1543235259.eventon-calendar-thumbnail.png\";s:14:\"metaPreviewUrl\";s:132:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/eventOnCalendar.5528023.1543235259.eventon-calendar-preview.png\";s:15:\"metaDescription\";s:131:\"Display EventOn calendars anywhere on your WordPress site (Note: EventOn Calendar plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:4;a:8:{s:3:\"tag\";s:14:\"nextGenGallery\";s:4:\"name\";s:15:\"NextGen Gallery\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/nextGenGallery.5526942.1543235262.nextgen-thumbnail.png\";s:14:\"metaPreviewUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/nextGenGallery.5526942.1543235262.nextgen-preview.png\";s:15:\"metaDescription\";s:131:\"Add NextGen gallery to your site to display images, portfolio, etc (Note: NextGen plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:5;a:8:{s:3:\"tag\";s:20:\"advancedCustomFields\";s:4:\"name\";s:22:\"Advanced Custom Fields\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/advancedCustomFields.5529542.1543235268.acf-thumbnail.png\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/advancedCustomFields.5529542.1543235268.acf-preview.png\";s:15:\"metaDescription\";s:146:\"Output any custom field defined with Advanced Custom Fields plugin (Note: Advanced Custom Fields plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:6;a:8:{s:3:\"tag\";s:20:\"addToAnyShareButtons\";s:4:\"name\";s:22:\"AddtoAny Share Buttons\";s:16:\"metaThumbnailUrl\";s:136:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/addToAnyShareButtons.5526478.1555401004.addtoanyshare-thumbnail.png\";s:14:\"metaPreviewUrl\";s:134:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/addToAnyShareButtons.5526478.1555401004.addtoanyshare-preview.png\";s:15:\"metaDescription\";s:161:\"Add social media buttons to your WordPress site with AddtoAny Share Buttons plugin (Note: AddtoAny Share Buttons plugin must be installed on your WordPress site)\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:7;a:8:{s:3:\"tag\";s:13:\"enviraGallery\";s:4:\"name\";s:14:\"Envira Gallery\";s:16:\"metaThumbnailUrl\";s:130:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/enviraGallery.5528049.1519906356.envira-gallery-thumbnail.png\";s:14:\"metaPreviewUrl\";s:128:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/enviraGallery.5528049.1519906356.envira-gallery-preview.png\";s:15:\"metaDescription\";s:149:\"Add Envira gallery to your site to display your image gallery, portfolio, etc (Note: Envira Gallery plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:8;a:8:{s:3:\"tag\";s:21:\"mailChimpForWordPress\";s:4:\"name\";s:23:\"MailChimp for WordPress\";s:16:\"metaThumbnailUrl\";s:140:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/mailChimpForWordPress.5530040.1519906359.mailchimp-for-wp-thumbnail.png\";s:14:\"metaPreviewUrl\";s:138:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/mailChimpForWordPress.5530040.1519906359.mailchimp-for-wp-preview.png\";s:15:\"metaDescription\";s:130:\"Add MailChimp subscription form anywhere on your WordPress site (Note: MailChimp plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:9;a:8:{s:3:\"tag\";s:7:\"wpForms\";s:4:\"name\";s:8:\"WP Forms\";s:16:\"metaThumbnailUrl\";s:118:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/wpForms.5526997.1519906362.wp-forms-thumbnail.png\";s:14:\"metaPreviewUrl\";s:116:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/wpForms.5526997.1519906362.wp-forms-preview.png\";s:15:\"metaDescription\";s:124:\"Add custom forms created by WP Forms anywhere on your site (Note: WP Forms plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:10;a:8:{s:3:\"tag\";s:10:\"ninjaForms\";s:4:\"name\";s:11:\"Ninja Forms\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/ninjaForms.5515499.1519906363.ninja-forms-thumbnail.png\";s:14:\"metaPreviewUrl\";s:122:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/ninjaForms.5515499.1519906363.ninja-forms-preview.png\";s:15:\"metaDescription\";s:136:\"Display custom forms created with Ninja Forms anywhere on your site (Note: Ninja Forms plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:11;a:8:{s:3:\"tag\";s:11:\"layerSlider\";s:4:\"name\";s:12:\"Layer Slider\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/layerSlider.5516339.1519906366.layer-slider-thumbnail.png\";s:14:\"metaPreviewUrl\";s:124:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/layerSlider.5516339.1519906366.layer-slider-preview.png\";s:15:\"metaDescription\";s:136:\"Display slideshows created with Layer Slider anywhere on your site (Note: Layer Slider plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:12;a:8:{s:3:\"tag\";s:12:\"gravityForms\";s:4:\"name\";s:13:\"Gravity Forms\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/gravityForms.5513812.1519906375.gravity-forms-thumbnail.png\";s:14:\"metaPreviewUrl\";s:126:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/gravityForms.5513812.1519906375.gravity-forms-preview.png\";s:15:\"metaDescription\";s:139:\"Display custom forms created with Gravity Forms anywhere on your site (Note: Gravity Forms plugin must be installed on your WordPress site)\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:13;a:8:{s:3:\"tag\";s:16:\"sliderRevolution\";s:4:\"name\";s:17:\"Slider Revolution\";s:16:\"metaThumbnailUrl\";s:136:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/sliderRevolution.5513973.1519906378.revolution-slider-thumbnail.png\";s:14:\"metaPreviewUrl\";s:134:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/sliderRevolution.5513973.1519906378.revolution-slider-preview.png\";s:15:\"metaDescription\";s:175:\"Display slideshows and presentations created with the most popular slider plugin - Slider Revolution (Note: Slider Revolution plugin must be installed on your WordPress site).\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:14;a:8:{s:3:\"tag\";s:9:\"gutenberg\";s:4:\"name\";s:16:\"Gutenberg Editor\";s:16:\"metaThumbnailUrl\";s:121:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/gutenberg.5852824.1547562521.gutenberg-thumbnail.png\";s:14:\"metaPreviewUrl\";s:119:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/gutenberg.5852824.1547562521.gutenberg-preview.png\";s:15:\"metaDescription\";s:55:\"Insert Gutenberg editor in your Visual Composer layout.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:15;a:8:{s:3:\"tag\";s:12:\"calderaForms\";s:4:\"name\";s:13:\"Caldera Forms\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/calderaForms.7242762.1531317602.caldera-forms-thumbnail.png\";s:14:\"metaPreviewUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/calderaForms.7242762.1531317602.caldera-forms-preview.png\";s:15:\"metaDescription\";s:132:\"Add Caldera Forms directly from the Visual Composer. Note: Caldera Forms plugin must be installed and activated to use this element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:16;a:8:{s:3:\"tag\";s:12:\"wpDataTables\";s:4:\"name\";s:12:\"wpDataTables\";s:16:\"metaThumbnailUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/wpDataTables.7427690.1532523461.wpdatatables-thumbnail.png\";s:14:\"metaPreviewUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/wpDataTables.7427690.1532523461.wpdatatables-preview.png\";s:15:\"metaDescription\";s:136:\"Insert tables created with wpDataTables in your Visual Composer layout. Note: wpDataTables plugin must be installed to use this element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:17;a:8:{s:3:\"tag\";s:11:\"captainForm\";s:4:\"name\";s:11:\"CaptainForm\";s:16:\"metaThumbnailUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/captainForm.7279087.1541413045.captainform-thumbnail.png\";s:14:\"metaPreviewUrl\";s:123:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/captainForm.7279087.1541413045.captainform-preview.png\";s:15:\"metaDescription\";s:132:\"Add CaptainForm to your Visual Composer layout. Note: You will need to have CaptainForm installed to use this compatibility element.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:18;a:8:{s:3:\"tag\";s:12:\"simpleSearch\";s:4:\"name\";s:13:\"Simple Search\";s:16:\"metaThumbnailUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/simpleSearch.11018158.1551703832.search-widget-thumbnail.png\";s:14:\"metaPreviewUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/simpleSearch.11018158.1551703832.search-widget-preview.png\";s:15:\"metaDescription\";s:75:\"Add WordPress search widget to your page and style search field appearance.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:15:\"Header & Footer\";a:4:{s:2:\"id\";s:16:\"Header & footer9\";s:5:\"index\";i:9;s:5:\"title\";s:15:\"Header & Footer\";s:8:\"elements\";a:7:{i:0;a:8:{s:3:\"tag\";s:12:\"sandwichMenu\";s:4:\"name\";s:13:\"Sandwich Menu\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/sandwichMenu.4538414.1543235320.sandwich-menu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/sandwichMenu.4538414.1543235320.sandwich-menu-preview.png\";s:15:\"metaDescription\";s:79:\"Add sandwich menu with/without background and full screen overlay to your site.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:1;a:8:{s:3:\"tag\";s:9:\"copyright\";s:4:\"name\";s:9:\"Copyright\";s:16:\"metaThumbnailUrl\";s:121:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/copyright.4539002.1515054148.copyright-thumbnail.png\";s:14:\"metaPreviewUrl\";s:119:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/copyright.4539002.1515054148.copyright-preview.png\";s:15:\"metaDescription\";s:80:\"Display copyright information with your site name and automatic year generation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:2;a:8:{s:3:\"tag\";s:9:\"basicMenu\";s:4:\"name\";s:10:\"Basic Menu\";s:16:\"metaThumbnailUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/basicMenu.4547453.1541161166.basic-menu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/basicMenu.4547453.1541161166.basic-menu-preview.png\";s:15:\"metaDescription\";s:53:\"Add simple text menu with hover submenu to your site.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:3;a:8:{s:3:\"tag\";s:10:\"logoWidget\";s:4:\"name\";s:11:\"Logo Widget\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/logoWidget.4540041.1519995096.logo-widget-thumbnail.png\";s:14:\"metaPreviewUrl\";s:122:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/logoWidget.4540041.1519995096.logo-widget-preview.png\";s:15:\"metaDescription\";s:78:\"Display your site logo (defined in WordPress Customizer) anywhere on the page.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:4;a:8:{s:3:\"tag\";s:11:\"sidebarMenu\";s:4:\"name\";s:12:\"Sidebar Menu\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/sidebarMenu.5085711.1526885474.sidebar-menu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/sidebarMenu.5085711.1526885474.sidebar-menu-preview.png\";s:15:\"metaDescription\";s:111:\"Sidebar menu element with all submenu sections open by default - use as sidebar or footer menu on your website.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:5;a:8:{s:3:\"tag\";s:20:\"verticalSandwichMenu\";s:4:\"name\";s:22:\"Vertical Sandwich Menu\";s:16:\"metaThumbnailUrl\";s:145:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/verticalSandwichMenu.7731949.1543235317.vertical-sandwich-menu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:143:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/verticalSandwichMenu.7731949.1543235317.vertical-sandwich-menu-preview.png\";s:15:\"metaDescription\";s:49:\"Vertical sandwich menu with hover line animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:6;a:8:{s:3:\"tag\";s:16:\"sandwichSideMenu\";s:4:\"name\";s:18:\"Sandwich Side Menu\";s:16:\"metaThumbnailUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/sandwichSideMenu.10019628.1547562537.side-menu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/sandwichSideMenu.10019628.1547562537.side-menu-preview.png\";s:15:\"metaDescription\";s:50:\"A sandwich menu with side menu display navigation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:11:\"Testimonial\";a:4:{s:2:\"id\";s:13:\"Testimonial10\";s:5:\"index\";i:10;s:5:\"title\";s:11:\"Testimonial\";s:8:\"elements\";a:1:{i:0;a:8:{s:3:\"tag\";s:11:\"testimonial\";s:4:\"name\";s:11:\"Testimonial\";s:16:\"metaThumbnailUrl\";s:125:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/testimonial.5085675.1515581532.thumbnail-testimonial.png\";s:14:\"metaPreviewUrl\";s:123:\"https://s3-us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/testimonial.5085675.1515581532.preview-testimonial.png\";s:15:\"metaDescription\";s:103:\"Add testimonials to your site to share what your customers are saying about your products and services.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:6:\"Charts\";a:4:{s:2:\"id\";s:8:\"Charts11\";s:5:\"index\";i:11;s:5:\"title\";s:6:\"Charts\";s:8:\"elements\";a:1:{i:0;a:8:{s:3:\"tag\";s:12:\"progressBars\";s:4:\"name\";s:13:\"Progress Bars\";s:16:\"metaThumbnailUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/progressBars.5876255.1554979649.progress-bar-thumbnail.png\";s:14:\"metaPreviewUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/progressBars.5876255.1554979649.progress-bar-preview.png\";s:15:\"metaDescription\";s:101:\"A simple progress bar to showcase your skills, progress, and competences in a visually appealing way.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}s:7:\"Counter\";a:4:{s:2:\"id\";s:9:\"Counter12\";s:5:\"index\";i:12;s:5:\"title\";s:7:\"Counter\";s:8:\"elements\";a:2:{i:0;a:8:{s:3:\"tag\";s:9:\"counterUp\";s:4:\"name\";s:10:\"Counter Up\";s:16:\"metaThumbnailUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/counterUp.10034755.1547562534.countup-thumbnail.png\";s:14:\"metaPreviewUrl\";s:118:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/counterUp.10034755.1547562534.countup-preview.png\";s:15:\"metaDescription\";s:86:\"A simple number count up element to show your progress with an eye-catching animation.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:1;a:8:{s:3:\"tag\";s:14:\"countdownTimer\";s:4:\"name\";s:15:\"Countdown Timer\";s:16:\"metaThumbnailUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/countdownTimer.11017519.1551780893.countdown-thumbnail.png\";s:14:\"metaPreviewUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers/countdownTimer.11017519.1551780893.countdown-preview.png\";s:15:\"metaDescription\";s:99:\" A countdown timer with month, days, hours, minutes, and seconds to inform about your grand launch.\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}}}','yes'),(2508,'vcv-hubTeaserAddons','a:4:{i:0;a:9:{s:6:\"bundle\";s:20:\"addon/globalTemplate\";s:3:\"tag\";s:14:\"globalTemplate\";s:4:\"name\";s:15:\"Global Template\";s:16:\"metaThumbnailUrl\";s:138:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers-addon/globalTemplate.6015823.1553609053.thumbnail-global-template.png\";s:14:\"metaPreviewUrl\";s:136:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers-addon/globalTemplate.6015823.1553609053.preview-global-template.png\";s:15:\"metaDescription\";s:123:\"Add global templates created in Visual Composer to your layout that will automatically update across all site upon changes.\";s:4:\"type\";s:5:\"addon\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;}i:1;a:9:{s:6:\"bundle\";s:18:\"addon/exportImport\";s:3:\"tag\";s:12:\"exportImport\";s:4:\"name\";s:13:\"Export/Import\";s:16:\"metaThumbnailUrl\";s:134:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers-addon/exportImport.6478507.1554979670.export-import-thumbnail.png\";s:14:\"metaPreviewUrl\";s:132:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers-addon/exportImport.6478507.1554979670.export-import-preview.png\";s:15:\"metaDescription\";s:170:\"Export and Import your Visual Composer templates, headers, footers, and sidebars between different sites. You can access export/import option in Visual Composer Settings.\";s:4:\"type\";s:5:\"addon\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;}i:2;a:9:{s:6:\"bundle\";s:20:\"addon/templateWidget\";s:3:\"tag\";s:14:\"templateWidget\";s:4:\"name\";s:15:\"Template Widget\";s:16:\"metaThumbnailUrl\";s:141:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers-addon/templateWidget.6918446.1555066530.vcwb-custom-widget-thumbnail.png\";s:14:\"metaPreviewUrl\";s:131:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers-addon/templateWidget.6918446.1555066530.vcwb-custom-widget.png\";s:15:\"metaDescription\";s:72:\"Add Visual Composer templates in your theme sidebar via a custom widget.\";s:4:\"type\";s:5:\"addon\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;}i:3;a:9:{s:6:\"bundle\";s:28:\"addon/gutenbergTemplateBlock\";s:3:\"tag\";s:22:\"gutenbergTemplateBlock\";s:4:\"name\";s:24:\"Gutenberg Template Block\";s:16:\"metaThumbnailUrl\";s:147:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers-addon/gutenbergTemplateBlock.11138859.1552912382.gutenberg-addon-thumbnail.png\";s:14:\"metaPreviewUrl\";s:145:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-teasers-addon/gutenbergTemplateBlock.11138859.1552912382.gutenberg-addon-preview.png\";s:15:\"metaDescription\";s:93:\"Add any Visual Composer template to your Gutenberg layout via Visual Composer Template block.\";s:4:\"type\";s:5:\"addon\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;}}','yes'),(2509,'vcv-hubTeaserTemplates','a:154:{i:0;a:11:{s:6:\"bundle\";s:23:\"template/fashionLeaflet\";s:4:\"name\";s:15:\"Fashion Leaflet\";s:16:\"metaThumbnailUrl\";s:110:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513171754.fashionLeaflet-thumbnail.png\";s:14:\"metaPreviewUrl\";s:108:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513171754.fashionLeaflet-preview.png\";s:15:\"metaDescription\";s:83:\"Magazine leaflet layout for clean articles with hero images (ex. fashion or beauty)\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a2fc57fedf72\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:1;a:11:{s:6:\"bundle\";s:30:\"template/architectureCaseStudy\";s:4:\"name\";s:23:\"Architecture Case Study\";s:16:\"metaThumbnailUrl\";s:117:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513172082.architectureCaseStudy-thumbnail.png\";s:14:\"metaPreviewUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513172082.architectureCaseStudy-preview.png\";s:15:\"metaDescription\";s:76:\"A case study template for architects, interior designers or property owners.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a2fed0f174cc\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:2;a:11:{s:6:\"bundle\";s:27:\"template/productLandingPage\";s:4:\"name\";s:20:\"Product Landing Page\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513172134.productLandingPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513172134.productLandingPage-preview.png\";s:15:\"metaDescription\";s:73:\"Sell or advertise your products like a pro with a beautiful landing page.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a300c418007a\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:3;a:11:{s:6:\"bundle\";s:19:\"template/barberShop\";s:4:\"name\";s:11:\"Barber Shop\";s:16:\"metaThumbnailUrl\";s:106:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513172182.barberShop-thumbnail.png\";s:14:\"metaPreviewUrl\";s:104:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513172182.barberShop-preview.png\";s:15:\"metaDescription\";s:64:\"A perfect dandy style template for bars, barber or coffee shops.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a3125d6e41c8\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:4;a:11:{s:6:\"bundle\";s:25:\"template/lightBrandLayout\";s:4:\"name\";s:18:\"Light Brand Layout\";s:16:\"metaThumbnailUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513184257.lightBrandLayout-thumbnail.png\";s:14:\"metaPreviewUrl\";s:110:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513184257.lightBrandLayout-preview.png\";s:15:\"metaDescription\";s:74:\"Showcase your brand values or services with a light and floating template.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a315a7c1065e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:5;a:11:{s:6:\"bundle\";s:22:\"template/gameAppLayout\";s:4:\"name\";s:15:\"Game App Layout\";s:16:\"metaThumbnailUrl\";s:109:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513261995.gameAppLayout-thumbnail.png\";s:14:\"metaPreviewUrl\";s:107:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513261995.gameAppLayout-preview.png\";s:15:\"metaDescription\";s:110:\"A medieval style layout for your next awesome application or game with App Store and Google Play placeholders.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a328930b1ca7\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:6;a:11:{s:6:\"bundle\";s:32:\"template/corporateHomepageLayout\";s:4:\"name\";s:25:\"Corporate Homepage Layout\";s:16:\"metaThumbnailUrl\";s:119:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513283509.corporateHomepageLayout-thumbnail.png\";s:14:\"metaPreviewUrl\";s:117:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513283509.corporateHomepageLayout-preview.png\";s:15:\"metaDescription\";s:99:\"A simple, yet powerful corporate homepage for your business (ex. insurance, finance, banking, etc.)\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a32df4c4e471\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:7;a:11:{s:6:\"bundle\";s:23:\"template/travelPackages\";s:4:\"name\";s:15:\"Travel Packages\";s:16:\"metaThumbnailUrl\";s:110:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513345810.travelPackages-thumbnail.png\";s:14:\"metaPreviewUrl\";s:108:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513345810.travelPackages-preview.png\";s:15:\"metaDescription\";s:109:\"A sunny and positive layout for travel agencies and booking companies to represent tour or property packages.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a33d2296b47e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:8;a:11:{s:6:\"bundle\";s:32:\"template/digitalBusinessHomepage\";s:4:\"name\";s:25:\"Digital Business Homepage\";s:16:\"metaThumbnailUrl\";s:119:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513434710.digitalBusinessHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:117:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513434710.digitalBusinessHomepage-preview.png\";s:15:\"metaDescription\";s:125:\"A template for your hi-tech startup or web development company to offer services, sell product plans, and describe processes.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a352d520b22f\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:9;a:11:{s:6:\"bundle\";s:32:\"template/fancyProductLandingPage\";s:4:\"name\";s:26:\"Fancy Product Landing Page\";s:16:\"metaThumbnailUrl\";s:119:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513462443.fancyProductLandingPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:117:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513462443.fancyProductLandingPage-preview.png\";s:15:\"metaDescription\";s:95:\"Advertise your products with a fancy campaign-ready landing page for your products or services.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a3599c918ef9\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:10;a:11:{s:6:\"bundle\";s:30:\"template/onlineFinanceServices\";s:4:\"name\";s:23:\"Online Finance Services\";s:16:\"metaThumbnailUrl\";s:117:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513539761.onlineFinanceServices-thumbnail.png\";s:14:\"metaPreviewUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513539761.onlineFinanceServices-preview.png\";s:15:\"metaDescription\";s:94:\"A layout for financial and other business services with features list and a brief description.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a36c7b54e860\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:11;a:11:{s:6:\"bundle\";s:24:\"template/digitalServices\";s:4:\"name\";s:16:\"Digital Services\";s:16:\"metaThumbnailUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513633510.digitalServices-thumbnail.png\";s:14:\"metaPreviewUrl\";s:109:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1513633510.digitalServices-preview.png\";s:15:\"metaDescription\";s:128:\"A template for digital and design services with the strong focus on case studies and articles (ex. UX experts, design thinking).\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a54d19a2455b\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:12;a:11:{s:6:\"bundle\";s:32:\"template/simpleDesignerPortfolio\";s:4:\"name\";s:25:\"Simple Designer Portfolio\";s:16:\"metaThumbnailUrl\";s:119:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1514041342.simpleDesignerPortfolio-thumbnail.png\";s:14:\"metaPreviewUrl\";s:117:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1514294032.simpleDesignerPortfolio-preview.png\";s:15:\"metaDescription\";s:119:\"A simple boxed designer portfolio to showcase graphics or interactive design, photographies or any other creative work.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5aa038b009d03\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:13;a:11:{s:6:\"bundle\";s:23:\"template/simpleFoodBlog\";s:4:\"name\";s:16:\"Simple Food Blog\";s:16:\"metaThumbnailUrl\";s:110:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1514284654.simpleFoodBlog-thumbnail.png\";s:14:\"metaPreviewUrl\";s:108:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1514294021.simpleFoodBlog-preview.png\";s:15:\"metaDescription\";s:119:\"Beautiful list of articles for food and travel bloggers with rich feature image and colorful background in a grid view.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a422509abaa3\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:14;a:11:{s:6:\"bundle\";s:29:\"template/webDeveloperHomepage\";s:4:\"name\";s:22:\"Web Developer Homepage\";s:16:\"metaThumbnailUrl\";s:116:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1514560926.webDeveloperHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1514560926.webDeveloperHomepage-preview.png\";s:15:\"metaDescription\";s:135:\"Clean homepage layout with custom-made 3d illustrations for web development company or freelancer to showcase projects and/or services.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a465cd6956b0\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:15;a:11:{s:6:\"bundle\";s:28:\"template/photoShowcaseLayout\";s:4:\"name\";s:21:\"Photo Showcase Layout\";s:16:\"metaThumbnailUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1514724964.photoShowcaseLayout-thumbnail.png\";s:14:\"metaPreviewUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1514724964.photoShowcaseLayout-preview.png\";s:15:\"metaDescription\";s:128:\"Showcase your creative work (ex. photography or digital artwork) in a grid view layout with icon hover effect and blog articles.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a48ddc9106c1\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:16;a:11:{s:6:\"bundle\";s:28:\"template/businessProductPage\";s:4:\"name\";s:21:\"Business Product Page\";s:16:\"metaThumbnailUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1515679580.businessProductPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1515679580.businessProductPage-preview.png\";s:15:\"metaDescription\";s:145:\"A business page to promote your products or services, powered by hero sections and parallax background effects to catch your customer attention. \";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a576e10c3dc7\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:17;a:11:{s:6:\"bundle\";s:27:\"template/financeLandingPage\";s:4:\"name\";s:20:\"Finance Landing Page\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1518107270.financeLandingPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1518107270.financeLandingPage-preview.png\";s:15:\"metaDescription\";s:134:\"A beautiful landing page with a dynamic title and colored service blocks for finance or any other advisory services for your business.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a7c794a66909\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:18;a:11:{s:6:\"bundle\";s:27:\"template/gridStylePortfolio\";s:4:\"name\";s:20:\"Grid Style Portfolio\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1519289353.gridStylePortfolio-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1519289353.gridStylePortfolio-preview.png\";s:15:\"metaDescription\";s:107:\"A minimalistic grid portfolio layout to represent your artworks or digital content in a quick and easy way.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5a8d9b31cc9c3\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:19;a:11:{s:6:\"bundle\";s:20:\"template/basicHeader\";s:4:\"name\";s:12:\"Basic Header\";s:16:\"metaThumbnailUrl\";s:105:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1520061652.basicMenu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:103:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1520061652.basicMenu-preview.png\";s:15:\"metaDescription\";s:62:\"A simple boxed header with logo placeholder and sandwich menu.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5a9a4add294fb\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:20;a:11:{s:6:\"bundle\";s:29:\"template/basicFullWidthHeader\";s:4:\"name\";s:23:\"Basic Full Width Header\";s:16:\"metaThumbnailUrl\";s:116:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1520062158.basicFullWidthHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1520062158.basicFullWidthHeader-preview.png\";s:15:\"metaDescription\";s:70:\"A simple header in full width with logo placeholder and sandwich menu.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5a9a4e071f9ff\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:21;a:11:{s:6:\"bundle\";s:27:\"template/centeredLogoHeader\";s:4:\"name\";s:20:\"Centered Logo Header\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1520065214.centeredLogoHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1520065214.centeredLogoHeader-preview.png\";s:15:\"metaDescription\";s:105:\"A stylish header with logo focused in the middle and two menus on the left and right sides of the layout.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5a9a597498aaf\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:22;a:11:{s:6:\"bundle\";s:25:\"template/simpleDarkHeader\";s:4:\"name\";s:18:\"Simple Dark Header\";s:16:\"metaThumbnailUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1520066427.simpleDarkHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:110:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1520066427.simpleDarkHeader-preview.png\";s:15:\"metaDescription\";s:75:\"Thin header with dark background and full width placement of logo and menu.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5a9a5e775332c\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:23;a:11:{s:6:\"bundle\";s:22:\"template/twoMenuHeader\";s:4:\"name\";s:15:\"Two Menu Header\";s:16:\"metaThumbnailUrl\";s:109:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1520067403.twoMenuHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:107:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1520067403.twoMenuHeader-preview.png\";s:15:\"metaDescription\";s:90:\"A white header with sandwich menu and secondary text menu for quick functions and options.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5a9a62278bcb6\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:24;a:11:{s:6:\"bundle\";s:33:\"template/headerWithPurchaseButton\";s:4:\"name\";s:27:\"Header With Purchase Button\";s:16:\"metaThumbnailUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1520068048.headerWithPurchaseButton-thumbnail.png\";s:14:\"metaPreviewUrl\";s:118:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1520068048.headerWithPurchaseButton-preview.png\";s:15:\"metaDescription\";s:108:\"A header layout with logo, menu and eye-catching call to action button (ex. purchase, subscribe, call, etc.)\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5a9a64bce808e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:25;a:11:{s:6:\"bundle\";s:26:\"template/onlineStoreHeader\";s:4:\"name\";s:19:\"Online Store Header\";s:16:\"metaThumbnailUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1520106617.onlineStoreHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1520106617.onlineStoreHeader-preview.png\";s:15:\"metaDescription\";s:122:\"A two part header for online stores with menu in the middle, shopping cart icon, and upper section for additional options.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5a9afa389350d\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:26;a:11:{s:6:\"bundle\";s:20:\"template/basicFooter\";s:4:\"name\";s:12:\"Basic Footer\";s:16:\"metaThumbnailUrl\";s:107:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1520282204.basicFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1520282204.basicFooter-preview.png\";s:15:\"metaDescription\";s:110:\"A simple boxed site footer with copyright information and thin upper line to separate footer from the content.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5a9da7622c402\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:27;a:11:{s:6:\"bundle\";s:24:\"template/fullWidthFooter\";s:4:\"name\";s:17:\"Full Width Footer\";s:16:\"metaThumbnailUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1520282269.fullWidthFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:109:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1520282269.fullWidthFooter-preview.png\";s:15:\"metaDescription\";s:110:\"A simple full width footer with copyright information and thin upper line to separate footer from the content.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5a9da7af60e4f\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:28;a:11:{s:6:\"bundle\";s:24:\"template/basicDarkFooter\";s:4:\"name\";s:17:\"Basic Dark Footer\";s:16:\"metaThumbnailUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1520282333.basicDarkFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:109:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1520282333.basicDarkFooter-preview.png\";s:15:\"metaDescription\";s:110:\"A simple full width footer with copyright information and dark background to separate footer from the content.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5a9da834c03c7\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:29;a:11:{s:6:\"bundle\";s:25:\"template/twoSectionFooter\";s:4:\"name\";s:18:\"Two Section Footer\";s:16:\"metaThumbnailUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1520283057.twoSectionFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:110:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1520283057.twoSectionFooter-preview.png\";s:15:\"metaDescription\";s:135:\"A footer with two section - upper section for site menu and company description, lower menu for copyright information and company logo.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5a9dac93b0258\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:30;a:11:{s:6:\"bundle\";s:29:\"template/travelAppLandingPage\";s:4:\"name\";s:23:\"Travel App Landing Page\";s:16:\"metaThumbnailUrl\";s:116:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1521814489.travelAppLandingPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1521814489.travelAppLandingPage-preview.png\";s:15:\"metaDescription\";s:111:\"A landing page for your app, service or product with a hero image and menu at the bottom of the initial screen.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5ab50b0e906be\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:31;a:11:{s:6:\"bundle\";s:36:\"predefinedTemplate/simpleLandingPage\";s:4:\"name\";s:19:\"Simple Landing Page\";s:16:\"metaThumbnailUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1556529307.simpleLandingPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1556529307.simpleLandingPage-preview.png\";s:15:\"metaDescription\";s:121:\"A simple landing page to be used for main website or campaigns. Perfect for representing a company, products or services.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:10:\"predefined\";s:2:\"id\";s:10:\"TP11000001\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:4:\"free\";i:1;s:7:\"premium\";}}i:32;a:11:{s:6:\"bundle\";s:36:\"predefinedTemplate/simpleBlogArticle\";s:4:\"name\";s:19:\"Simple Blog Article\";s:16:\"metaThumbnailUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1557314848.simpleBlogArticle-thumbnail.png\";s:14:\"metaPreviewUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1557314848.simpleBlogArticle-preview.png\";s:15:\"metaDescription\";s:106:\"Easy to read a two-column article with full height featured image to instantly grab visitor’s attention.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:10:\"predefined\";s:2:\"id\";s:10:\"TP11000002\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:4:\"free\";i:1;s:7:\"premium\";}}i:33;a:11:{s:6:\"bundle\";s:39:\"predefinedTemplate/photographyPortfolio\";s:4:\"name\";s:21:\"Photography Portfolio\";s:16:\"metaThumbnailUrl\";s:116:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1526912726.photographyPortfolio-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1526912726.photographyPortfolio-preview.png\";s:15:\"metaDescription\";s:112:\"Minimalistic portfolio layout with masonry style grid for photographs, digital artists, web designers, and more.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:10:\"predefined\";s:2:\"id\";s:10:\"TP11000003\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:4:\"free\";i:1;s:7:\"premium\";}}i:34;a:11:{s:6:\"bundle\";s:30:\"predefinedTemplate/startupPage\";s:4:\"name\";s:12:\"Startup Page\";s:16:\"metaThumbnailUrl\";s:107:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1526912804.startupPage-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:105:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1526912804.startupPage-preview.png\";s:15:\"metaDescription\";s:90:\"Full startup page with hero images and feature list to present your products and services.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:10:\"predefined\";s:2:\"id\";s:10:\"TP11000004\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:4:\"free\";i:1;s:7:\"premium\";}}i:35;a:11:{s:6:\"bundle\";s:36:\"predefinedTemplate/singleProductPage\";s:4:\"name\";s:19:\"Single Product Page\";s:16:\"metaThumbnailUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1526912872.singleProductPage-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1526912872.singleProductPage-preview.png\";s:15:\"metaDescription\";s:116:\"A campaign or description page for a specific product with hero parallax section, description, review, and features.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:10:\"predefined\";s:2:\"id\";s:10:\"TP11000005\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:4:\"free\";i:1;s:7:\"premium\";}}i:36;a:11:{s:6:\"bundle\";s:37:\"predefinedTemplate/mediumStyleArticle\";s:4:\"name\";s:20:\"Medium Style Article\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1526912927.mediumStyleArticle-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1526912927.mediumStyleArticle-preview.png\";s:15:\"metaDescription\";s:109:\"Medium style design article page with author information, featured image, and boxed content area for content.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:10:\"predefined\";s:2:\"id\";s:10:\"TP11000006\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:4:\"free\";i:1;s:7:\"premium\";}}i:37;a:11:{s:6:\"bundle\";s:31:\"predefinedTemplate/personalPage\";s:4:\"name\";s:13:\"Personal Page\";s:16:\"metaThumbnailUrl\";s:108:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1526912985.personalPage-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:106:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1526912985.personalPage-preview.png\";s:15:\"metaDescription\";s:95:\"Personal page for creatives to share their biography and recent works in the form of a gallery.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:10:\"predefined\";s:2:\"id\";s:10:\"TP11000007\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:4:\"free\";i:1;s:7:\"premium\";}}i:38;a:11:{s:6:\"bundle\";s:30:\"predefinedTemplate/weddingPage\";s:4:\"name\";s:12:\"Wedding Page\";s:16:\"metaThumbnailUrl\";s:107:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1556191390.weddingPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:105:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1556191390.weddingPage-preview.png\";s:15:\"metaDescription\";s:100:\"An ideal one-page layout for your wedding or other events, including meetups and networking parties.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:10:\"predefined\";s:2:\"id\";s:10:\"TP11000008\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:4:\"free\";i:1;s:7:\"premium\";}}i:39;a:11:{s:6:\"bundle\";s:38:\"predefinedTemplate/productCategoryPage\";s:4:\"name\";s:21:\"Product Category Page\";s:16:\"metaThumbnailUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1526913074.productCategoryPage-thumbnail.jpg\";s:14:\"metaPreviewUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1526913074.productCategoryPage-preview.png\";s:15:\"metaDescription\";s:104:\"The layout to represent your products or categories with rich background images in an asynchronous grid.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:10:\"predefined\";s:2:\"id\";s:10:\"TP11000009\";s:6:\"update\";b:0;s:13:\"allowDownload\";b:1;s:10:\"bundleType\";a:2:{i:0;s:4:\"free\";i:1;s:7:\"premium\";}}i:40;a:11:{s:6:\"bundle\";s:24:\"template/productShowcase\";s:4:\"name\";s:16:\"Product Showcase\";s:16:\"metaThumbnailUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1532086776.productShowcase-thumbnail.png\";s:14:\"metaPreviewUrl\";s:109:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1532086776.productShowcase-preview.png\";s:15:\"metaDescription\";s:97:\"A beautiful product showcase page with a sticky product preview image in the center and features.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5b51c9587cc4e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:41;a:11:{s:6:\"bundle\";s:37:\"template/realEstateProjectLandingPage\";s:4:\"name\";s:32:\"Real Estate Project Landing Page\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1532096321.realEstateProjectLandingPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1532096321.realEstateProjectLandingPage-preview.png\";s:15:\"metaDescription\";s:104:\"A landing page for the real estate or similar project with the background hero image and one-sided data.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5b51eda38c11a\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:42;a:11:{s:6:\"bundle\";s:30:\"template/minimalisticPortfolio\";s:4:\"name\";s:22:\"Minimalistic Portfolio\";s:16:\"metaThumbnailUrl\";s:117:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1533035906.minimalisticPortfolio-thumbnail.png\";s:14:\"metaPreviewUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1533035906.minimalisticPortfolio-preview.png\";s:15:\"metaDescription\";s:80:\"A perfect minimalistic portfolio with featured works, hero images, and services.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5b604411994ea\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:43;a:11:{s:6:\"bundle\";s:24:\"template/serviceHomepage\";s:4:\"name\";s:16:\"Service Homepage\";s:16:\"metaThumbnailUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1536667327.serviceHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:109:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1536667327.serviceHomepage-preview.png\";s:15:\"metaDescription\";s:80:\"A service, application or single product homepage with screenshots and features.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5b97ad185bca4\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:44;a:11:{s:6:\"bundle\";s:28:\"template/businessProcessPage\";s:4:\"name\";s:21:\"Business Process Page\";s:16:\"metaThumbnailUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1536740930.businessProcessPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1536740930.businessProcessPage-preview.png\";s:15:\"metaDescription\";s:95:\"A layout that describes your business processes, workflow, and services in an easy to read way.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5b98ccbdce9a9\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:45;a:11:{s:6:\"bundle\";s:26:\"template/productShopLayout\";s:4:\"name\";s:19:\"Product Shop Layout\";s:16:\"metaThumbnailUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1537192496.productShopLayout-thumbnail.png\";s:14:\"metaPreviewUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1537192496.productShopLayout-preview.png\";s:15:\"metaDescription\";s:91:\"A layout for your product page with hero product section at the top and product list below.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5b9fb0ce991cd\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:46;a:11:{s:6:\"bundle\";s:24:\"template/shopLandingPage\";s:4:\"name\";s:17:\"Shop Landing Page\";s:16:\"metaThumbnailUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1537277052.shopLandingPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:109:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1537277052.shopLandingPage-preview.png\";s:15:\"metaDescription\";s:127:\"A clean and light landing page for a shop or service website with hero images, call-to-action blocks, and products or services.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5ba0faf261e87\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:47;a:11:{s:6:\"bundle\";s:27:\"template/caseStudySlideshow\";s:4:\"name\";s:20:\"Case Study Slideshow\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1538130473.caseStudySlideshow-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1538130473.caseStudySlideshow-preview.png\";s:15:\"metaDescription\";s:170:\"A slideshow type layout with sticky sections containing hero background images and description. A perfect layout for photography or portfolio to grab visitors\' attention.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5bae01984ed38\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:48;a:11:{s:6:\"bundle\";s:25:\"template/stickyMenuHeader\";s:4:\"name\";s:18:\"Sticky Menu Header\";s:16:\"metaThumbnailUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1538662447.stickyMenuHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:110:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1538662447.stickyMenuHeader-preview.png\";s:15:\"metaDescription\";s:98:\"A header with sticky logo and menu to always display the navigation of your site to your visitors.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5bb61e23bb626\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:49;a:11:{s:6:\"bundle\";s:26:\"template/seafoodRestaurant\";s:4:\"name\";s:18:\"Seafood Restaurant\";s:16:\"metaThumbnailUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1538741758.seafoodRestaurant-thumbnail.png\";s:14:\"metaPreviewUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1538741976.seafoodRestaurant-preview.png\";s:15:\"metaDescription\";s:71:\"A layout for a restaurant with slideshow, menu, articles, and contacts.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5bd3098d3a88e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:50;a:11:{s:6:\"bundle\";s:28:\"template/sidebarForECommerce\";s:4:\"name\";s:22:\"Sidebar for E-Commerce\";s:16:\"metaThumbnailUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1539093562.sidebarForECommerce-thumbnail.png\";s:14:\"metaPreviewUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1539093562.sidebarForECommerce-preview.png\";s:15:\"metaDescription\";s:79:\"A sidebar for an online store with search, menu, banner and information blocks.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:10:\"hubSidebar\";s:2:\"id\";s:13:\"5bbcb3c02d591\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:51;a:11:{s:6:\"bundle\";s:30:\"template/onlineStoreMenuHeader\";s:4:\"name\";s:24:\"Online Store Menu Header\";s:16:\"metaThumbnailUrl\";s:117:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1539266742.onlineStoreMenuHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1539266742.onlineStoreMenuHeader-preview.png\";s:15:\"metaDescription\";s:114:\"A header for your online store with icons and sandwich menu on top and product category menu on the separate line.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5bbf570ef0cdf\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:52;a:11:{s:6:\"bundle\";s:22:\"template/bannerSidebar\";s:4:\"name\";s:14:\"Banner Sidebar\";s:16:\"metaThumbnailUrl\";s:109:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1539342563.bannerSidebar-thumbnail.png\";s:14:\"metaPreviewUrl\";s:107:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1539342563.bannerSidebar-preview.png\";s:15:\"metaDescription\";s:95:\"A sidebar with two editable banners and additional text description for online stores or blogs.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:10:\"hubSidebar\";s:2:\"id\";s:13:\"5bc080752788d\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:53;a:11:{s:6:\"bundle\";s:24:\"template/heroImageHeader\";s:4:\"name\";s:17:\"Hero Image Header\";s:16:\"metaThumbnailUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1539355452.heroImageHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:109:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1539355452.heroImageHeader-preview.png\";s:15:\"metaDescription\";s:91:\"A hero image header with slideshow effect and logo with menu placed on the solid background\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5bc0b2c615888\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:54;a:11:{s:6:\"bundle\";s:23:\"template/comingSoonPage\";s:4:\"name\";s:16:\"Coming Soon Page\";s:16:\"metaThumbnailUrl\";s:110:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1540496926.comingSoonPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:108:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1540496926.comingSoonPage-preview.png\";s:15:\"metaDescription\";s:89:\"A light coming soon page with a background image, information, and Call-to-Action button.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5bd21d753ed06\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:55;a:11:{s:6:\"bundle\";s:26:\"template/callToActionRight\";s:4:\"name\";s:20:\"Call to Action Right\";s:16:\"metaThumbnailUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546946068.callToActionRight-thumbnail.png\";s:14:\"metaPreviewUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546946068.callToActionRight-preview.png\";s:15:\"metaDescription\";s:108:\"A call to action block with text and button positioned on the right side and eye-catching image on the left.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c347dc9198d4\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:56;a:11:{s:6:\"bundle\";s:25:\"template/callToActionLeft\";s:4:\"name\";s:19:\"Call to Action Left\";s:16:\"metaThumbnailUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546946211.callToActionLeft-thumbnail.png\";s:14:\"metaPreviewUrl\";s:110:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546946211.callToActionLeft-preview.png\";s:15:\"metaDescription\";s:108:\"A call to action block with text and button positioned on the left side and eye-catching image on the right.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c347dd51f929\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:57;a:11:{s:6:\"bundle\";s:27:\"template/2FeaturesWithIcons\";s:4:\"name\";s:21:\"2 Features With Icons\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546948468.2FeaturesWithIcons-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546948468.2FeaturesWithIcons-preview.png\";s:15:\"metaDescription\";s:56:\"Features with icon, title, and description in 2 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c34889eeff96\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:58;a:11:{s:6:\"bundle\";s:27:\"template/3FeaturesWithIcons\";s:4:\"name\";s:21:\"3 Features With Icons\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546948526.3FeaturesWithIcons-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546948526.3FeaturesWithIcons-preview.png\";s:15:\"metaDescription\";s:56:\"Features with icon, title, and description in 3 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c348758855ad\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:59;a:11:{s:6:\"bundle\";s:27:\"template/4FeaturesWithIcons\";s:4:\"name\";s:21:\"4 Features With Icons\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546948579.4FeaturesWithIcons-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546948579.4FeaturesWithIcons-preview.png\";s:15:\"metaDescription\";s:56:\"Features with icon, title, and description in 4 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c34879fc802c\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:60;a:11:{s:6:\"bundle\";s:27:\"template/5FeaturesWithIcons\";s:4:\"name\";s:21:\"5 Features With Icons\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546948649.5FeaturesWithIcons-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546948649.5FeaturesWithIcons-preview.png\";s:15:\"metaDescription\";s:56:\"Features with icon, title, and description in 5 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c34888d4bfe3\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:61;a:11:{s:6:\"bundle\";s:27:\"template/2ColumnTextSection\";s:4:\"name\";s:21:\"2 Column Text Section\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546950283.2ColumnTextSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546950283.2ColumnTextSection-preview.png\";s:15:\"metaDescription\";s:39:\"A section with text block in 2 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c34919e52425\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:62;a:11:{s:6:\"bundle\";s:27:\"template/3ColumnTextSection\";s:4:\"name\";s:21:\"3 Column Text Section\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546950329.3ColumnTextSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546950329.3ColumnTextSection-preview.png\";s:15:\"metaDescription\";s:39:\"A section with text block in 3 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c3491f019723\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:63;a:11:{s:6:\"bundle\";s:27:\"template/4ColumnTextSection\";s:4:\"name\";s:21:\"4 Column Text Section\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546950385.4ColumnTextSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546950385.4ColumnTextSection-preview.png\";s:15:\"metaDescription\";s:39:\"A section with text block in 4 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c34921387844\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:64;a:11:{s:6:\"bundle\";s:27:\"template/4ColumnNewsSection\";s:4:\"name\";s:21:\"4 Column News Section\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546952003.4ColumnNewsSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546952003.4ColumnNewsSection-preview.png\";s:15:\"metaDescription\";s:33:\"A section with news in 4 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c349a808e7b2\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:65;a:11:{s:6:\"bundle\";s:27:\"template/3ColumnNewsSection\";s:4:\"name\";s:21:\"3 Column News Section\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546952072.3ColumnNewsSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546952072.3ColumnNewsSection-preview.png\";s:15:\"metaDescription\";s:33:\"A section with news in 3 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c349a8c72b83\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:66;a:11:{s:6:\"bundle\";s:27:\"template/2ColumnNewsSection\";s:4:\"name\";s:21:\"2 Column News Section\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546952119.2ColumnNewsSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546952119.2ColumnNewsSection-preview.png\";s:15:\"metaDescription\";s:33:\"A section with news in 2 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c349abed7414\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:67;a:11:{s:6:\"bundle\";s:26:\"template/heroSectionCenter\";s:4:\"name\";s:19:\"Hero Section Center\";s:16:\"metaThumbnailUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546954709.heroSectionCenter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546954709.heroSectionCenter-preview.png\";s:15:\"metaDescription\";s:60:\"A hero section with title, description, and button centered.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c34a5e789815\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:68;a:11:{s:6:\"bundle\";s:24:\"template/heroSectionLeft\";s:4:\"name\";s:17:\"Hero Section Left\";s:16:\"metaThumbnailUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546954766.heroSectionLeft-thumbnail.png\";s:14:\"metaPreviewUrl\";s:109:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1547733172.heroSectionLeft-preview.png\";s:15:\"metaDescription\";s:63:\"A hero section with title, description, and button on the left.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c34a6598646d\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:69;a:11:{s:6:\"bundle\";s:25:\"template/heroSectionRight\";s:4:\"name\";s:18:\"Hero Section Right\";s:16:\"metaThumbnailUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1546954818.heroSectionRight-thumbnail.png\";s:14:\"metaPreviewUrl\";s:110:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1547733187.heroSectionRight-preview.png\";s:15:\"metaDescription\";s:64:\"A hero section with title, description, and button on the right.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c34a68e8b8e0\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:70;a:11:{s:6:\"bundle\";s:26:\"template/fashionStorefront\";s:4:\"name\";s:18:\"Fashion Storefront\";s:16:\"metaThumbnailUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1547129132.fashionStorefront-thumbnail.png\";s:14:\"metaPreviewUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1547129132.fashionStorefront-preview.png\";s:15:\"metaDescription\";s:82:\"A fully customizable fashion e-commerce storefront template for your online store.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5c374fd02d5a7\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:71;a:11:{s:6:\"bundle\";s:27:\"template/2ColumnBannerBlock\";s:4:\"name\";s:21:\"2 Column Banner Block\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1547731461.2ColumnBannerBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1547731461.2ColumnBannerBlock-preview.png\";s:15:\"metaDescription\";s:69:\"A banner block with background image, title, and button in 2 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c40812a03b1d\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:72;a:11:{s:6:\"bundle\";s:27:\"template/3ColumnBannerBlock\";s:4:\"name\";s:21:\"3 Column Banner Block\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1547731519.3ColumnBannerBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1547731519.3ColumnBannerBlock-preview.png\";s:15:\"metaDescription\";s:69:\"A banner block with background image, title, and button in 3 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c408114a64f5\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:73;a:11:{s:6:\"bundle\";s:27:\"template/4ColumnBannerBlock\";s:4:\"name\";s:21:\"4 Column Banner Block\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1547731582.4ColumnBannerBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1547731582.4ColumnBannerBlock-preview.png\";s:15:\"metaDescription\";s:69:\"A banner block with background image, title, and button in 4 columns.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c4081062eb76\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:74;a:11:{s:6:\"bundle\";s:26:\"template/threeColumnFooter\";s:4:\"name\";s:19:\"Three Column Footer\";s:16:\"metaThumbnailUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1548165050.threeColumnFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1548165050.threeColumnFooter-preview.png\";s:15:\"metaDescription\";s:68:\"Three column footer with company description and two vertical menus.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5c471e86a02e6\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:75;a:11:{s:6:\"bundle\";s:34:\"template/serviceIntroductionLayout\";s:4:\"name\";s:27:\"Service Introduction Layout\";s:16:\"metaThumbnailUrl\";s:121:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1548165326.serviceIntroductionLayout-thumbnail.png\";s:14:\"metaPreviewUrl\";s:119:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1548165326.serviceIntroductionLayout-preview.png\";s:15:\"metaDescription\";s:83:\"A landing page for service or product introduction with illustrations and features.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5c471d3b26bec\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:76;a:11:{s:6:\"bundle\";s:26:\"template/introSectionBlock\";s:4:\"name\";s:19:\"Intro Section Block\";s:16:\"metaThumbnailUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1548165573.introSectionBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1548165573.introSectionBlock-preview.png\";s:15:\"metaDescription\";s:75:\"Intro section with logo, call to action and illustration on the right side.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c471d9e41757\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:77;a:11:{s:6:\"bundle\";s:25:\"template/sideFeatureBlock\";s:4:\"name\";s:18:\"Side Feature Block\";s:16:\"metaThumbnailUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1548165762.sideFeatureBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:110:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1548165762.sideFeatureBlock-preview.png\";s:15:\"metaDescription\";s:72:\"A side feature block with description and illustration on the left side.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c471dc242082\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:78;a:11:{s:6:\"bundle\";s:22:\"template/sideInfoBlock\";s:4:\"name\";s:15:\"Side Info Block\";s:16:\"metaThumbnailUrl\";s:109:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1548166009.sideInfoBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:107:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1548166009.sideInfoBlock-preview.png\";s:15:\"metaDescription\";s:109:\"An informational block with an image on the right and content on the left (for features and call to actions).\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c471df552c24\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:79;a:11:{s:6:\"bundle\";s:28:\"template/countUpSectionBlock\";s:4:\"name\";s:21:\"CountUp Section Block\";s:16:\"metaThumbnailUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1548166229.countUpSectionBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1548166229.countUpSectionBlock-preview.png\";s:15:\"metaDescription\";s:111:\"A section with introduction text, counter elements and featured bottom image (can be placed before the footer).\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c471e2b0f75b\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:80;a:11:{s:6:\"bundle\";s:27:\"template/weddingHeroSection\";s:4:\"name\";s:20:\"Wedding Hero Section\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1548240878.weddingHeroSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1548240878.weddingHeroSection-preview.png\";s:15:\"metaDescription\";s:79:\"A beautiful hero section for the wedding landing page with parallax background.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c4846c3be458\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:81;a:11:{s:6:\"bundle\";s:27:\"template/weddingLandingPage\";s:4:\"name\";s:20:\"Wedding Landing Page\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1548250176.weddingLandingPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1548250176.weddingLandingPage-preview.png\";s:15:\"metaDescription\";s:80:\"A wedding celebration landing page to inform your guests about your special day.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5c486bbfb2458\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:82;a:11:{s:6:\"bundle\";s:26:\"template/fullHeightSection\";s:4:\"name\";s:19:\"Full Height Section\";s:16:\"metaThumbnailUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1548250450.fullHeightSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1548250450.fullHeightSection-preview.png\";s:15:\"metaDescription\";s:60:\"A full height section with an eye-catching title and button.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c486ce16942d\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:83;a:11:{s:6:\"bundle\";s:29:\"template/coupleProfileSection\";s:4:\"name\";s:22:\"Couple Profile Section\";s:16:\"metaThumbnailUrl\";s:116:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1548250695.coupleProfileSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1548250695.coupleProfileSection-preview.png\";s:15:\"metaDescription\";s:121:\"A section with couple profile including photography, description and social networks (can also be used for team members).\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c486d9f52e15\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:84;a:11:{s:6:\"bundle\";s:28:\"template/showcaseHeroSection\";s:4:\"name\";s:21:\"Showcase Hero Section\";s:16:\"metaThumbnailUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1551184009.showcaseHeroSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1551184009.showcaseHeroSection-preview.png\";s:15:\"metaDescription\";s:75:\"A colorful hero section with menu and showcase block to promote your works.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c752f3218831\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:85;a:11:{s:6:\"bundle\";s:28:\"template/studioHeaderSection\";s:4:\"name\";s:21:\"Studio Header Section\";s:16:\"metaThumbnailUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1551184067.studioHeaderSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1551184067.studioHeaderSection-preview.png\";s:15:\"metaDescription\";s:98:\"A header section for your agency or web design studio with logo, menu, bold headline and graphics.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c752a56b5d2a\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:86;a:11:{s:6:\"bundle\";s:29:\"template/breexProductHomepage\";s:4:\"name\";s:22:\"Breex Product Homepage\";s:16:\"metaThumbnailUrl\";s:116:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1552640017.breexProductHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1552640017.breexProductHomepage-preview.png\";s:15:\"metaDescription\";s:87:\"A modern product homepage with hero sections, product description, and image galleries.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5c8a3df6ed51c\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:87;a:11:{s:6:\"bundle\";s:32:\"template/breexProductDescription\";s:4:\"name\";s:25:\"Breex Product Description\";s:16:\"metaThumbnailUrl\";s:119:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1552640814.breexProductDescription-thumbnail.png\";s:14:\"metaPreviewUrl\";s:117:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1552640814.breexProductDescription-preview.png\";s:15:\"metaDescription\";s:66:\"Simple product description block with three animated images below.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c8a364bbc42d\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:88;a:11:{s:6:\"bundle\";s:30:\"template/breexHeroSectionBlock\";s:4:\"name\";s:24:\"Breex Hero Section Block\";s:16:\"metaThumbnailUrl\";s:117:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1552641029.breexHeroSectionBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1552641029.breexHeroSectionBlock-preview.png\";s:15:\"metaDescription\";s:147:\"A hero section block with title, button, and background image. A clean white space is left on the left side of the hero section to create disorder.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c8a3601995e9\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:89;a:11:{s:6:\"bundle\";s:27:\"template/breexProductHeader\";s:4:\"name\";s:20:\"Breex Product Header\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1552641254.breexProductHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1552641254.breexProductHeader-preview.png\";s:15:\"metaDescription\";s:67:\"A clean header with logo, menu and shopping cart icon on the right.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5c8b6c1162441\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:90;a:11:{s:6:\"bundle\";s:27:\"template/breexProductFooter\";s:4:\"name\";s:20:\"Breex Product Footer\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1552641447.breexProductFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1552641447.breexProductFooter-preview.png\";s:15:\"metaDescription\";s:81:\"A centered footer with social icons, menu, and credits positioned in three lines.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5c8b6cf4286b5\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:91;a:11:{s:6:\"bundle\";s:23:\"template/breexAboutPage\";s:4:\"name\";s:16:\"Breex About Page\";s:16:\"metaThumbnailUrl\";s:110:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1553519860.breexAboutPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:108:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1553519860.breexAboutPage-preview.png\";s:15:\"metaDescription\";s:102:\"An about page template with a brief introduction, company history, and team section for your business.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5c98d16e54e3c\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:92;a:11:{s:6:\"bundle\";s:25:\"template/breexTeamSection\";s:4:\"name\";s:18:\"Breex Team Section\";s:16:\"metaThumbnailUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1553520177.breexTeamSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:110:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1553520177.breexTeamSection-preview.png\";s:15:\"metaDescription\";s:58:\"A simple team section to showcase your awesome colleagues.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c98d547c16af\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:93;a:11:{s:6:\"bundle\";s:25:\"template/breexBlogArticle\";s:4:\"name\";s:18:\"Breex Blog Article\";s:16:\"metaThumbnailUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1553520615.breexBlogArticle-thumbnail.png\";s:14:\"metaPreviewUrl\";s:110:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1553520615.breexBlogArticle-preview.png\";s:15:\"metaDescription\";s:104:\"A clean blog article template with featured image and gallery for your blog post, case study, or review.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5c98d6ceaa471\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:94;a:11:{s:6:\"bundle\";s:25:\"template/breexProductPage\";s:4:\"name\";s:18:\"Breex Product Page\";s:16:\"metaThumbnailUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1553520916.breexProductPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:110:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1553520916.breexProductPage-preview.png\";s:15:\"metaDescription\";s:82:\"A clean product page with colorful product blocks to outline the type of products.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5c98d8425d1e7\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:95;a:11:{s:6:\"bundle\";s:28:\"template/breexProductSection\";s:4:\"name\";s:21:\"Breex Product Section\";s:16:\"metaThumbnailUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1553521173.breexProductSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1553521173.breexProductSection-preview.png\";s:15:\"metaDescription\";s:79:\"A three column product section with colorful blocks to represent your products.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5c98d94010832\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:96;a:11:{s:6:\"bundle\";s:31:\"template/rohuPhotographyGallery\";s:4:\"name\";s:24:\"Rohu Photography Gallery\";s:16:\"metaThumbnailUrl\";s:118:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554189109.rohuPhotographyGallery-thumbnail.png\";s:14:\"metaPreviewUrl\";s:116:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554189109.rohuPhotographyGallery-preview.png\";s:15:\"metaDescription\";s:70:\"A gallery template for photography website with masonry image gallery.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5ca308eea3727\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:97;a:11:{s:6:\"bundle\";s:25:\"template/rohuSimpleHeader\";s:4:\"name\";s:18:\"Rohu Simple Header\";s:16:\"metaThumbnailUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554189937.rohuSimpleHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:110:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554189937.rohuSimpleHeader-preview.png\";s:15:\"metaDescription\";s:68:\"A simple portfolio site header with logo and menu on the background.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5ca30e3ccae96\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:98;a:11:{s:6:\"bundle\";s:22:\"template/rohuAboutPage\";s:4:\"name\";s:15:\"Rohu About Page\";s:16:\"metaThumbnailUrl\";s:109:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554190455.rohuAboutPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:107:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554190455.rohuAboutPage-preview.png\";s:15:\"metaDescription\";s:80:\"An about page for a simple portfolio website with description and text sections.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5ca30fc796ecb\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:99;a:11:{s:6:\"bundle\";s:33:\"template/rohuPhotographyPortfolio\";s:4:\"name\";s:26:\"Rohu Photography Portfolio\";s:16:\"metaThumbnailUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554191671.rohuPhotographyPortfolio-thumbnail.png\";s:14:\"metaPreviewUrl\";s:118:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554191671.rohuPhotographyPortfolio-preview.png\";s:15:\"metaDescription\";s:76:\"A homepage template for photography or any other creative portfolio website.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5ca3140a2bf86\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:100;a:11:{s:6:\"bundle\";s:24:\"template/rohuHeaderBlock\";s:4:\"name\";s:17:\"Rohu Header Block\";s:16:\"metaThumbnailUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554191914.rohuHeaderBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:109:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554191914.rohuHeaderBlock-preview.png\";s:15:\"metaDescription\";s:79:\"A creative header section block with large photography, menu, and introduction.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5ca31577da9c2\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:101;a:11:{s:6:\"bundle\";s:25:\"template/rohuAboutSection\";s:4:\"name\";s:18:\"Rohu About Section\";s:16:\"metaThumbnailUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554192694.rohuAboutSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:110:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554192694.rohuAboutSection-preview.png\";s:15:\"metaDescription\";s:68:\"An about section for photography portfolio with a brief description.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5ca3186ec8d78\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:102;a:11:{s:6:\"bundle\";s:25:\"template/rohuClientsBlock\";s:4:\"name\";s:18:\"Rohu Clients Block\";s:16:\"metaThumbnailUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554192772.rohuClientsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:110:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554192772.rohuClientsBlock-preview.png\";s:15:\"metaDescription\";s:79:\"A block with customer testimonial and client logos to showcase your experience.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5ca318a426498\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:103;a:11:{s:6:\"bundle\";s:28:\"template/rohuContactsSection\";s:4:\"name\";s:21:\"Rohu Contacts Section\";s:16:\"metaThumbnailUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554192829.rohuContactsSection-thumbnail.png\";s:14:\"metaPreviewUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554192829.rohuContactsSection-preview.png\";s:15:\"metaDescription\";s:76:\"A clean and simple contact section with Google Maps and contact information.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5ca318ce0f842\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:104;a:11:{s:6:\"bundle\";s:31:\"template/scoopLandingPageFooter\";s:4:\"name\";s:25:\"Scoop Landing Page Footer\";s:16:\"metaThumbnailUrl\";s:118:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554565160.scoopLandingPageFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:116:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554565160.scoopLandingPageFooter-preview.png\";s:15:\"metaDescription\";s:71:\"A rich footer template for a landing page or any other regular website.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5ca8c7bee2086\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:105;a:11:{s:6:\"bundle\";s:28:\"template/scoopCaseStudyBlock\";s:4:\"name\";s:22:\"Scoop Case Study Block\";s:16:\"metaThumbnailUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554565245.scoopCaseStudyBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554565245.scoopCaseStudyBlock-preview.png\";s:15:\"metaDescription\";s:95:\"A clean two column block with case study information and project screenshot image on the right.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5ca8c5f252a9e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:106;a:11:{s:6:\"bundle\";s:27:\"template/scoopFeaturesBlock\";s:4:\"name\";s:20:\"Scoop Features Block\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554565326.scoopFeaturesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554565326.scoopFeaturesBlock-preview.png\";s:15:\"metaDescription\";s:65:\"Clean features block with three columns with a shadow box effect.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5ca8c4f95bd4d\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:107;a:11:{s:6:\"bundle\";s:25:\"template/scoopLandingPage\";s:4:\"name\";s:18:\"Scoop Landing Page\";s:16:\"metaThumbnailUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554565420.scoopLandingPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:110:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1554565420.scoopLandingPage-preview.png\";s:15:\"metaDescription\";s:93:\"A simple landing page with a hero image, information, case study, testimonials, and contacts.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5ca8c3a8e7248\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:108;a:11:{s:6:\"bundle\";s:23:\"template/transpecHeader\";s:4:\"name\";s:15:\"Transpec Header\";s:16:\"metaThumbnailUrl\";s:110:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1555587371.transpecHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:108:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1555587371.transpecHeader-preview.png\";s:15:\"metaDescription\";s:68:\"A large header template with menu, button, and Call to Action block.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5cb86099653af\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:109;a:11:{s:6:\"bundle\";s:23:\"template/transpecFooter\";s:4:\"name\";s:15:\"Transpec Footer\";s:16:\"metaThumbnailUrl\";s:110:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1555587438.transpecFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:108:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1555587438.transpecFooter-preview.png\";s:15:\"metaDescription\";s:68:\"A large footer template with a menu in columns and background image.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5cb8616121a54\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:110;a:11:{s:6:\"bundle\";s:26:\"template/transpecCaseStudy\";s:4:\"name\";s:19:\"Transpec Case Study\";s:16:\"metaThumbnailUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1555588284.transpecCaseStudy-thumbnail.png\";s:14:\"metaPreviewUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1555588284.transpecCaseStudy-preview.png\";s:15:\"metaDescription\";s:103:\"A case study template page with description and feature highlights - perfect for web design or product.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5cb8632bb0c28\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:111;a:11:{s:6:\"bundle\";s:29:\"template/transpecFeaturesPage\";s:4:\"name\";s:22:\"Transpec Features Page\";s:16:\"metaThumbnailUrl\";s:116:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1555588418.transpecFeaturesPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1555588418.transpecFeaturesPage-preview.png\";s:15:\"metaDescription\";s:55:\"A features page with colorful header and features list.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5cb86278c6a99\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:112;a:11:{s:6:\"bundle\";s:25:\"template/transpecTourPage\";s:4:\"name\";s:18:\"Transpec Tour Page\";s:16:\"metaThumbnailUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1555588502.transpecTourPage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:110:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1555588502.transpecTourPage-preview.png\";s:15:\"metaDescription\";s:48:\"A tour page for product, application or service.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5cb861a17de7f\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:113;a:11:{s:6:\"bundle\";s:25:\"template/transpecHomepage\";s:4:\"name\";s:17:\"Transpec Homepage\";s:16:\"metaThumbnailUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1555588567.transpecHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:110:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1555588567.transpecHomepage-preview.png\";s:15:\"metaDescription\";s:63:\"A homepage for service, mobile app, and other digital services.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5cb85c1f5af97\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:114;a:11:{s:6:\"bundle\";s:34:\"template/transpecTestimonialsBlock\";s:4:\"name\";s:27:\"Transpec Testimonials Block\";s:16:\"metaThumbnailUrl\";s:121:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1555588635.transpecTestimonialsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:119:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1555588635.transpecTestimonialsBlock-preview.png\";s:15:\"metaDescription\";s:62:\"A simple testimonials block template to showcase your success.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5cb85e3fc02ae\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:115;a:11:{s:6:\"bundle\";s:34:\"template/transpecCallToActionBlock\";s:4:\"name\";s:29:\"Transpec Call to Action Block\";s:16:\"metaThumbnailUrl\";s:121:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1555588687.transpecCallToActionBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:119:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1555588687.transpecCallToActionBlock-preview.png\";s:15:\"metaDescription\";s:55:\"A colorful Call to Action block with image and message.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5cb85dbd85269\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:116;a:11:{s:6:\"bundle\";s:38:\"template/transpecFeatureHighlightBlock\";s:4:\"name\";s:32:\"Transpec Feature Highlight Block\";s:16:\"metaThumbnailUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1555588754.transpecFeatureHighlightBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:123:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1555588754.transpecFeatureHighlightBlock-preview.png\";s:15:\"metaDescription\";s:81:\"A feature highlight block template with product or service image and description.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5cb85d43ce1ce\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:117;a:11:{s:6:\"bundle\";s:30:\"template/transpecFeaturesBlock\";s:4:\"name\";s:23:\"Transpec Features Block\";s:16:\"metaThumbnailUrl\";s:117:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1555588849.transpecFeaturesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1555588849.transpecFeaturesBlock-preview.png\";s:15:\"metaDescription\";s:77:\"A simple features block to represent the features of your product or service.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5cb85cc563474\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:118;a:11:{s:6:\"bundle\";s:26:\"template/landingPageFooter\";s:4:\"name\";s:19:\"Landing Page Footer\";s:16:\"metaThumbnailUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1556530072.landingPageFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:111:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1556530072.landingPageFooter-preview.png\";s:15:\"metaDescription\";s:78:\"A landing page footer template with menu, social images, and background image.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5cc6c34fae84d\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:119;a:11:{s:6:\"bundle\";s:28:\"template/landingPageFAQBlock\";s:4:\"name\";s:22:\"Landing Page FAQ Block\";s:16:\"metaThumbnailUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1556530588.landingPageFAQBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1556530588.landingPageFAQBlock-preview.png\";s:15:\"metaDescription\";s:60:\"A clean faq block with toggle elements and light background.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5cc6c2cc1e5ba\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:120;a:11:{s:6:\"bundle\";s:38:\"template/landingPageThreeFeaturesBlock\";s:4:\"name\";s:33:\"Landing Page Three Features Block\";s:16:\"metaThumbnailUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1556530656.landingPageThreeFeaturesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:123:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1556530656.landingPageThreeFeaturesBlock-preview.png\";s:15:\"metaDescription\";s:58:\"A three feature block with title, images, and description.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5cc6c2ad0e71f\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:121;a:11:{s:6:\"bundle\";s:37:\"template/landingPageTestimonialsBlock\";s:4:\"name\";s:31:\"Landing Page Testimonials Block\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1556530719.landingPageTestimonialsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1556530719.landingPageTestimonialsBlock-preview.png\";s:15:\"metaDescription\";s:89:\"A colorful testimonials block with background image and small testimonials at the bottom.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5cc6c25cd376b\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:122;a:11:{s:6:\"bundle\";s:33:\"template/landingPageFeaturesBlock\";s:4:\"name\";s:27:\"Landing Page Features Block\";s:16:\"metaThumbnailUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1556530776.landingPageFeaturesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:118:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1556530776.landingPageFeaturesBlock-preview.png\";s:15:\"metaDescription\";s:65:\"A clean and simple feature block with description and two images.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5cc6c23545cc1\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:123;a:11:{s:6:\"bundle\";s:27:\"template/simpleBlogHomepage\";s:4:\"name\";s:20:\"Simple Blog Homepage\";s:16:\"metaThumbnailUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1557321106.simpleBlogHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:112:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1557321106.simpleBlogHomepage-preview.png\";s:15:\"metaDescription\";s:89:\"A homepage template for a simple blog or online journal to share your thoughts and ideas.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5cd2b92498a17\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:124;a:11:{s:6:\"bundle\";s:32:\"template/veganRestaurantHomepage\";s:4:\"name\";s:25:\"Vegan Restaurant Homepage\";s:16:\"metaThumbnailUrl\";s:119:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561464734.veganRestaurantHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:117:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561464734.veganRestaurantHomepage-preview.png\";s:15:\"metaDescription\";s:65:\"A homepage template for restaurant or cafe with menu and gallery.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d120cf215344\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:125;a:11:{s:6:\"bundle\";s:28:\"template/veganRestaurantMenu\";s:4:\"name\";s:21:\"Vegan Restaurant Menu\";s:16:\"metaThumbnailUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561464799.veganRestaurantMenu-thumbnail.png\";s:14:\"metaPreviewUrl\";s:113:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561464799.veganRestaurantMenu-preview.png\";s:15:\"metaDescription\";s:49:\"A menu page template for your restaurant or cafe.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d120cd0a558a\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:126;a:11:{s:6:\"bundle\";s:31:\"template/veganRestaurantGallery\";s:4:\"name\";s:24:\"Vegan Restaurant Gallery\";s:16:\"metaThumbnailUrl\";s:118:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561464894.veganRestaurantGallery-thumbnail.png\";s:14:\"metaPreviewUrl\";s:116:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561464894.veganRestaurantGallery-preview.png\";s:15:\"metaDescription\";s:49:\"A gallery page template for a restaurant or cafe.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d120ce19117b\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:127;a:11:{s:6:\"bundle\";s:30:\"template/veganRestaurantHeader\";s:4:\"name\";s:23:\"Vegan Restaurant Header\";s:16:\"metaThumbnailUrl\";s:117:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561465422.veganRestaurantHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561465422.veganRestaurantHeader-preview.png\";s:15:\"metaDescription\";s:46:\"A header template for your restaurant or cafe.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5d12115b92610\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:128;a:11:{s:6:\"bundle\";s:30:\"template/veganRestaurantFooter\";s:4:\"name\";s:23:\"Vegan Restaurant Footer\";s:16:\"metaThumbnailUrl\";s:117:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561465568.veganRestaurantFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561465568.veganRestaurantFooter-preview.png\";s:15:\"metaDescription\";s:59:\"A three column footer template for your restaurant or cafe.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5d1212524aa62\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:129;a:11:{s:6:\"bundle\";s:37:\"template/veganRestaurantFeaturesBlock\";s:4:\"name\";s:31:\"Vegan Restaurant Features Block\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561466893.veganRestaurantFeaturesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561466893.veganRestaurantFeaturesBlock-preview.png\";s:15:\"metaDescription\";s:72:\"A three features block with background image and call to action message.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d1215ab26304\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:130;a:11:{s:6:\"bundle\";s:33:\"template/veganRestaurantMenuBlock\";s:4:\"name\";s:27:\"Vegan Restaurant Menu Block\";s:16:\"metaThumbnailUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561467293.veganRestaurantMenuBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:118:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561467293.veganRestaurantMenuBlock-preview.png\";s:15:\"metaDescription\";s:72:\"A three column block for displaying the menu of your restaurant or cafe.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d12184223ef6\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:131;a:11:{s:6:\"bundle\";s:41:\"template/veganRestaurantTestimonialsBlock\";s:4:\"name\";s:35:\"Vegan Restaurant Testimonials Block\";s:16:\"metaThumbnailUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561467572.veganRestaurantTestimonialsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561467572.veganRestaurantTestimonialsBlock-preview.png\";s:15:\"metaDescription\";s:93:\"A colorful testimonials block with feedback and background image for your restaurant or cafe.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d1219f185796\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:132;a:11:{s:6:\"bundle\";s:32:\"template/designerPortfolioFooter\";s:4:\"name\";s:25:\"Designer Portfolio Footer\";s:16:\"metaThumbnailUrl\";s:119:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561471629.designerPortfolioFooter-thumbnail.png\";s:14:\"metaPreviewUrl\";s:117:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561471629.designerPortfolioFooter-preview.png\";s:15:\"metaDescription\";s:92:\"A dark footer with a call to action message and menu for your portfolio or business website.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubFooter\";s:2:\"id\";s:13:\"5d122a24b0990\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:133;a:11:{s:6:\"bundle\";s:34:\"template/designerPortfolioHomepage\";s:4:\"name\";s:27:\"Designer Portfolio Homepage\";s:16:\"metaThumbnailUrl\";s:121:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561471775.designerPortfolioHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:119:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561471775.designerPortfolioHomepage-preview.png\";s:15:\"metaDescription\";s:74:\"A beautiful portfolio homepage template for designers and other creatives.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d1221672a2a9\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:134;a:11:{s:6:\"bundle\";s:38:\"template/designerPortfolioIntroduction\";s:4:\"name\";s:31:\"Designer Portfolio Introduction\";s:16:\"metaThumbnailUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561471843.designerPortfolioIntroduction-thumbnail.png\";s:14:\"metaPreviewUrl\";s:123:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561471843.designerPortfolioIntroduction-preview.png\";s:15:\"metaDescription\";s:73:\"An about section for portfolio website for designers and other creatives.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d12218147e77\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:135;a:11:{s:6:\"bundle\";s:34:\"template/designerPortfolioServices\";s:4:\"name\";s:27:\"Designer Portfolio Services\";s:16:\"metaThumbnailUrl\";s:121:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561471937.designerPortfolioServices-thumbnail.png\";s:14:\"metaPreviewUrl\";s:119:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561471937.designerPortfolioServices-preview.png\";s:15:\"metaDescription\";s:83:\"A template to represent your services - suitable for designers and other creatives.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d1221959dc6c\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:136;a:11:{s:6:\"bundle\";s:37:\"template/designerPortfolioCaseStudies\";s:4:\"name\";s:31:\"Designer Portfolio Case Studies\";s:16:\"metaThumbnailUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561472006.designerPortfolioCaseStudies-thumbnail.png\";s:14:\"metaPreviewUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561472006.designerPortfolioCaseStudies-preview.png\";s:15:\"metaDescription\";s:65:\"A category type page for representing your creative case studies.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d1221ad2c9cc\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:137;a:11:{s:6:\"bundle\";s:35:\"template/designerPortfolioCaseStudy\";s:4:\"name\";s:29:\"Designer Portfolio Case Study\";s:16:\"metaThumbnailUrl\";s:122:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561472081.designerPortfolioCaseStudy-thumbnail.png\";s:14:\"metaPreviewUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561472081.designerPortfolioCaseStudy-preview.png\";s:15:\"metaDescription\";s:80:\"A case study template to represent a specific work you\'ve done for your clients.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d1221c601539\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:138;a:11:{s:6:\"bundle\";s:30:\"template/designerPortfolioBlog\";s:4:\"name\";s:23:\"Designer Portfolio Blog\";s:16:\"metaThumbnailUrl\";s:117:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561472137.designerPortfolioBlog-thumbnail.png\";s:14:\"metaPreviewUrl\";s:115:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561472137.designerPortfolioBlog-preview.png\";s:15:\"metaDescription\";s:62:\"A blog category page layout for designers and other creatives.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d1221dacd8f9\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:139;a:11:{s:6:\"bundle\";s:39:\"template/designerPortfolioServicesBlock\";s:4:\"name\";s:33:\"Designer Portfolio Services Block\";s:16:\"metaThumbnailUrl\";s:126:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561472920.designerPortfolioServicesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:124:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561472920.designerPortfolioServicesBlock-preview.png\";s:15:\"metaDescription\";s:55:\"A colorful section to represent your creative services.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d122cc68c399\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:140;a:11:{s:6:\"bundle\";s:38:\"template/designerPortfolioClientsBlock\";s:4:\"name\";s:32:\"Designer Portfolio Clients Block\";s:16:\"metaThumbnailUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561472972.designerPortfolioClientsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:123:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561472972.designerPortfolioClientsBlock-preview.png\";s:15:\"metaDescription\";s:59:\"A colorful block to showcase your clients and testimonials.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d122ce5efd2a\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:141;a:11:{s:6:\"bundle\";s:43:\"template/designerPortfolioBlogArticlesBlock\";s:4:\"name\";s:38:\"Designer Portfolio Blog Articles Block\";s:16:\"metaThumbnailUrl\";s:130:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561473057.designerPortfolioBlogArticlesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:128:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1561473057.designerPortfolioBlogArticlesBlock-preview.png\";s:15:\"metaDescription\";s:56:\"A three column block to showcase your latest blog posts.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d122db1c9fa5\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:142;a:11:{s:6:\"bundle\";s:31:\"template/solutionBusinessHeader\";s:4:\"name\";s:24:\"Solution Business Header\";s:16:\"metaThumbnailUrl\";s:118:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562156491.solutionBusinessHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:116:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562156491.solutionBusinessHeader-preview.png\";s:15:\"metaDescription\";s:82:\"A simple business website header with a blue background, menu, and contact button.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5d1c9d5bde16e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:143;a:11:{s:6:\"bundle\";s:36:\"template/solutionBusinessLargeHeader\";s:4:\"name\";s:30:\"Solution Business Large Header\";s:16:\"metaThumbnailUrl\";s:123:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562156595.solutionBusinessLargeHeader-thumbnail.png\";s:14:\"metaPreviewUrl\";s:121:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562156595.solutionBusinessLargeHeader-preview.png\";s:15:\"metaDescription\";s:86:\"A large header for a business site with a menu block and hero image on the background.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:9:\"hubHeader\";s:2:\"id\";s:13:\"5d1c9dd78007a\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:144;a:11:{s:6:\"bundle\";s:33:\"template/solutionBusinessHomepage\";s:4:\"name\";s:26:\"Solution Business Homepage\";s:16:\"metaThumbnailUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562156699.solutionBusinessHomepage-thumbnail.png\";s:14:\"metaPreviewUrl\";s:118:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562156699.solutionBusinessHomepage-preview.png\";s:15:\"metaDescription\";s:100:\"A comprehensive business homepage template with services, testimonials and other information listed.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d1b8eb2eec37\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:145;a:11:{s:6:\"bundle\";s:29:\"template/solutionBusinessNews\";s:4:\"name\";s:22:\"Solution Business News\";s:16:\"metaThumbnailUrl\";s:116:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562156747.solutionBusinessNews-thumbnail.png\";s:14:\"metaPreviewUrl\";s:114:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562156747.solutionBusinessNews-preview.png\";s:15:\"metaDescription\";s:41:\"A news page template for a business site.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d1b93ac5e148\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:146;a:11:{s:6:\"bundle\";s:33:\"template/solutionBusinessContacts\";s:4:\"name\";s:26:\"Solution Business Contacts\";s:16:\"metaThumbnailUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562156824.solutionBusinessContacts-thumbnail.png\";s:14:\"metaPreviewUrl\";s:118:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562156824.solutionBusinessContacts-preview.png\";s:15:\"metaDescription\";s:96:\"A contact page template for a business website with all the contact information and Google Maps.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d1b960d970f3\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:147;a:11:{s:6:\"bundle\";s:33:\"template/solutionBusinessServices\";s:4:\"name\";s:26:\"Solution Business Services\";s:16:\"metaThumbnailUrl\";s:120:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562156881.solutionBusinessServices-thumbnail.png\";s:14:\"metaPreviewUrl\";s:118:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562156881.solutionBusinessServices-preview.png\";s:15:\"metaDescription\";s:85:\"A business page template to represent company services or features in a catalog view.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:3:\"hub\";s:2:\"id\";s:13:\"5d1b990d395b4\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:148;a:11:{s:6:\"bundle\";s:42:\"template/solutionBusinessTestimonialsBlock\";s:4:\"name\";s:36:\"Solution Business Testimonials Block\";s:16:\"metaThumbnailUrl\";s:129:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562156967.solutionBusinessTestimonialsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:127:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562156967.solutionBusinessTestimonialsBlock-preview.png\";s:15:\"metaDescription\";s:69:\"A clean single testimonials block on a blue background with an image.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d1baa2f47f99\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:149;a:11:{s:6:\"bundle\";s:38:\"template/solutionBusinessServicesBlock\";s:4:\"name\";s:32:\"Solution Business Services Block\";s:16:\"metaThumbnailUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562157048.solutionBusinessServicesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:123:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562157048.solutionBusinessServicesBlock-preview.png\";s:15:\"metaDescription\";s:67:\"A colorful services block template on a blue background with icons.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d1baa7d317ef\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:150;a:11:{s:6:\"bundle\";s:38:\"template/solutionBusinessFeaturesBlock\";s:4:\"name\";s:32:\"Solution Business Features Block\";s:16:\"metaThumbnailUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562157125.solutionBusinessFeaturesBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:123:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562157125.solutionBusinessFeaturesBlock-preview.png\";s:15:\"metaDescription\";s:78:\"A clean and white features block with icons to represent features or services.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d1baadab44c5\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:151;a:11:{s:6:\"bundle\";s:38:\"template/solutionBusinessContactsBlock\";s:4:\"name\";s:32:\"Solution Business Contacts Block\";s:16:\"metaThumbnailUrl\";s:125:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562157206.solutionBusinessContactsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:123:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562157206.solutionBusinessContactsBlock-preview.png\";s:15:\"metaDescription\";s:93:\"A business type contacts block on a blue background with contact information and Google Maps.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d1bab1a8bf4e\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:152;a:11:{s:6:\"bundle\";s:36:\"template/solutionBusinessBannerBlock\";s:4:\"name\";s:30:\"Solution Business Banner Block\";s:16:\"metaThumbnailUrl\";s:123:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562157315.solutionBusinessBannerBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:121:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562157315.solutionBusinessBannerBlock-preview.png\";s:15:\"metaDescription\";s:73:\"A banner block for a business website with an image and \'Call to Action\'.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d1babd373bce\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}i:153;a:11:{s:6:\"bundle\";s:34:\"template/solutionBusinessNewsBlock\";s:4:\"name\";s:28:\"Solution Business News Block\";s:16:\"metaThumbnailUrl\";s:121:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562157367.solutionBusinessNewsBlock-thumbnail.png\";s:14:\"metaPreviewUrl\";s:119:\"https://s3.us-west-2.amazonaws.com/updates.wpbakery.com/vcwb-templates/1562157367.solutionBusinessNewsBlock-preview.png\";s:15:\"metaDescription\";s:47:\"A news section template for a business website.\";s:4:\"type\";s:8:\"template\";s:12:\"templateType\";s:5:\"block\";s:2:\"id\";s:13:\"5d1bac77079c4\";s:6:\"update\";b:1;s:13:\"allowDownload\";b:0;s:10:\"bundleType\";a:1:{i:0;s:7:\"premium\";}}}','yes'),(2510,'vcv-hubAction:updatePosts','a:0:{}','yes'),(2512,'vcv-settings','a:1:{i:0;s:16:\"gutenberg-editor\";}','yes'),(2513,'vcv-system:migration:CustomTemplatesUpdate24Migration','1','yes'),(2514,'vcv-system:migration:PredefinedTemplateMigration','1','yes'),(2515,'vcv-system:migration:templates114Migration','1','yes'),(2516,'vcv-system:migration:updateGlobalElements115Migration','1','yes'),(2517,'vcv-system:migration:assets22Migration','1','yes'),(2563,'wpb_js_templates','a:3:{s:27:\"portfolio-iv-page_841946831\";a:2:{s:4:\"name\";s:17:\"portfolio iv page\";s:8:\"template\";s:1095:\"[vc_row][vc_column][vc_column_text css_animation=\"fadeIn\"]Aenean commodo ligula eget dolor. In consectetuer turpis ut velit. Pellentesque commodo eros a enim. Morbi ac felis. Donec mi odio, faucibus at, scelerisque quis, convallis in, nisi. Maecenas ullamcorper, dui et placerat feugiat, eros pede varius nisi, condimentum viverra felis nunc et lorem. Curabitur blandit mollis lacus. Fusce commodo aliquam arcu. Curabitur a felis in nunc fringilla tristique. Nullam quis ante. Nulla sit amet est. Ut a nisl id ante tempus hendrerit. Ut a nisl id ante tempus hendrerit. Donec orci lectus, aliquam ut, faucibus non, euismod id, nulla. Nunc sed turpis.\n\nEtiam sollicitudin, ipsum eu pulvinar rutrum, tellus ipsum laoreet sapien, quis venenatis ante odio sit amet eros. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc, quis gravida magna mi a libero. Duis lobortis massa imperdiet quam. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc, quis gravida magna mi a libero. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.[/vc_column_text][/vc_column][/vc_row]\";}s:29:\"icon-faka-template_1091213999\";a:2:{s:4:\"name\";s:18:\"icon faka template\";s:8:\"template\";s:178:\"[vc_row full_width=\"stretch_row\" el_class=\"owl2\"][vc_column][vc_column_text el_class=\"owl2wrap\"]<span>[slick_logo_carousel id=\"3026\"]</span>[/vc_column_text][/vc_column][/vc_row]\";}s:30:\"ivtherapymenu-temp1_3465068959\";a:2:{s:4:\"name\";s:19:\"ivtherapymenu-temp1\";s:8:\"template\";s:9152:\"[vc_section el_class=\"ivbuts\"][vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"middle\" el_class=\"ivbuts\"][vc_column][vc_fastmediagallery columns=\"4\" caption=\"on\" style=\"fg_style2\" main_color=\"#fc615d\" secondary_color=\"#ffffff\" image_thumb_size=\"large\" name=\"ivtherapymenu\" add_element=\"%5B%7B%22element_label_name%22%3A%22Cold%20Flu%20IV%22%2C%22element_type%22%3A%22custom_url%22%2C%22element_url_video_type%22%3A%22local%22%2C%22element_type_local_video%22%3A%22%20%22%2C%22element_type_youtube_vimeo_video%22%3A%22%20%22%2C%22element_url_audio_type%22%3A%22local%22%2C%22element_type_local_audio%22%3A%22%20%22%2C%22element_type_soundcloud_audio%22%3A%22%20%22%2C%22element_type_iframe%22%3A%22%20%22%2C%22element_poster_image_type%22%3A%22default%22%2C%22element_type_image_custom_url%22%3A%223249%22%2C%22element_custom_url%22%3A%22%2Fiv-therapy%2Fcold-flu%2F%22%2C%22element_custom_url_target%22%3A%22_self%22%2C%22element_caption_active%22%3A%22on%22%2C%22element_caption%22%3A%22%20Cold%20Flu%20IV%22%7D%2C%7B%22element_label_name%22%3A%22Sports%20IV%22%2C%22element_type%22%3A%22custom_url%22%2C%22element_url_video_type%22%3A%22local%22%2C%22element_type_local_video%22%3A%22%20%22%2C%22element_type_youtube_vimeo_video%22%3A%22%20%22%2C%22element_url_audio_type%22%3A%22local%22%2C%22element_type_local_audio%22%3A%22%20%22%2C%22element_type_soundcloud_audio%22%3A%22%20%22%2C%22element_type_iframe%22%3A%22%20%22%2C%22element_poster_image_type%22%3A%22default%22%2C%22element_type_image_custom_url%22%3A%223250%22%2C%22element_custom_url%22%3A%22%2Fiv-therapy%2Fsports%2F%22%2C%22element_custom_url_target%22%3A%22_self%22%2C%22element_caption_active%22%3A%22on%22%2C%22element_caption%22%3A%22%20Sports%20IV%20%22%7D%2C%7B%22element_label_name%22%3A%22Hangover%20IV%22%2C%22element_type%22%3A%22custom_url%22%2C%22element_url_video_type%22%3A%22local%22%2C%22element_type_local_video%22%3A%22%20%22%2C%22element_type_youtube_vimeo_video%22%3A%22%20%22%2C%22element_url_audio_type%22%3A%22local%22%2C%22element_type_local_audio%22%3A%22%20%22%2C%22element_type_soundcloud_audio%22%3A%22%20%22%2C%22element_type_iframe%22%3A%22%20%22%2C%22element_poster_image_type%22%3A%22default%22%2C%22element_type_image_custom_url%22%3A%223251%22%2C%22element_custom_url%22%3A%22%2Fiv-therapy%2Fhangover%2F%22%2C%22element_custom_url_target%22%3A%22_self%22%2C%22element_caption_active%22%3A%22on%22%2C%22element_caption%22%3A%22%20Hangover%20IV%22%7D%2C%7B%22element_label_name%22%3A%22Brain%20IV%22%2C%22element_type%22%3A%22custom_url%22%2C%22element_url_video_type%22%3A%22local%22%2C%22element_type_local_video%22%3A%22%20%22%2C%22element_type_youtube_vimeo_video%22%3A%22%20%22%2C%22element_url_audio_type%22%3A%22local%22%2C%22element_type_local_audio%22%3A%22%20%22%2C%22element_type_soundcloud_audio%22%3A%22%20%22%2C%22element_type_iframe%22%3A%22%20%22%2C%22element_poster_image_type%22%3A%22default%22%2C%22element_type_image%22%3A%223252%22%2C%22element_type_image_custom_url%22%3A%223252%22%2C%22element_custom_url%22%3A%22%2Fiv-therapy%2Fbrain-iv%2F%22%2C%22element_custom_url_target%22%3A%22_self%22%2C%22element_caption_active%22%3A%22on%22%2C%22element_caption%22%3A%22%20Brain%20IV%22%7D%2C%7B%22element_label_name%22%3A%22Stress%20IV%22%2C%22element_type%22%3A%22custom_url%22%2C%22element_url_video_type%22%3A%22local%22%2C%22element_type_local_video%22%3A%22%20%22%2C%22element_type_youtube_vimeo_video%22%3A%22%20%22%2C%22element_url_audio_type%22%3A%22local%22%2C%22element_type_local_audio%22%3A%22%20%22%2C%22element_type_soundcloud_audio%22%3A%22%20%22%2C%22element_type_iframe%22%3A%22%20%22%2C%22element_poster_image_type%22%3A%22default%22%2C%22element_type_image%22%3A%223253%22%2C%22element_type_image_custom_url%22%3A%223253%22%2C%22element_custom_url%22%3A%22%2Fiv-therapy%2Fstress%2F%22%2C%22element_custom_url_target%22%3A%22_self%22%2C%22element_caption_active%22%3A%22on%22%2C%22element_caption%22%3A%22%20Stress%20IV%22%7D%2C%7B%22element_label_name%22%3A%22Detox%20IV%22%2C%22element_type%22%3A%22custom_url%22%2C%22element_url_video_type%22%3A%22local%22%2C%22element_type_local_video%22%3A%22%20%22%2C%22element_type_youtube_vimeo_video%22%3A%22%20%22%2C%22element_url_audio_type%22%3A%22local%22%2C%22element_type_local_audio%22%3A%22%20%22%2C%22element_type_soundcloud_audio%22%3A%22%20%22%2C%22element_type_iframe%22%3A%22%20%22%2C%22element_poster_image_type%22%3A%22default%22%2C%22element_type_image_custom_url%22%3A%223254%22%2C%22element_custom_url%22%3A%22%2Fiv-therapy%2Fdetox%2F%22%2C%22element_custom_url_target%22%3A%22_self%22%2C%22element_caption_active%22%3A%22on%22%2C%22element_caption%22%3A%22%20Detox%20IV%22%7D%2C%7B%22element_label_name%22%3A%22Myers\'%20IV%22%2C%22element_type%22%3A%22custom_url%22%2C%22element_url_video_type%22%3A%22local%22%2C%22element_type_local_video%22%3A%22%20%22%2C%22element_type_youtube_vimeo_video%22%3A%22%20%22%2C%22element_url_audio_type%22%3A%22local%22%2C%22element_type_local_audio%22%3A%22%20%22%2C%22element_type_soundcloud_audio%22%3A%22%20%22%2C%22element_type_iframe%22%3A%22%20%22%2C%22element_poster_image_type%22%3A%22default%22%2C%22element_type_image_custom_url%22%3A%223255%22%2C%22element_custom_url%22%3A%22%2Fiv-therapy%2Fmyers-cocktail%2F%22%2C%22element_custom_url_target%22%3A%22_self%22%2C%22element_caption_active%22%3A%22on%22%2C%22element_caption%22%3A%22%20Myers\'%20IV%22%7D%2C%7B%22element_label_name%22%3A%22Chelation%20IV%22%2C%22element_type%22%3A%22custom_url%22%2C%22element_url_video_type%22%3A%22local%22%2C%22element_type_local_video%22%3A%22%20%22%2C%22element_type_youtube_vimeo_video%22%3A%22%20%22%2C%22element_url_audio_type%22%3A%22local%22%2C%22element_type_local_audio%22%3A%22%20%22%2C%22element_type_soundcloud_audio%22%3A%22%20%22%2C%22element_type_iframe%22%3A%22%20%22%2C%22element_poster_image_type%22%3A%22default%22%2C%22element_type_image_custom_url%22%3A%223256%22%2C%22element_custom_url%22%3A%22%2Fiv-therapy%2Fchelation-iv%2F%22%2C%22element_custom_url_target%22%3A%22_self%22%2C%22element_caption_active%22%3A%22on%22%2C%22element_caption%22%3A%22%20Chelation%20IV%22%7D%2C%7B%22element_label_name%22%3A%22Inflammation%20IV%22%2C%22element_type%22%3A%22custom_url%22%2C%22element_url_video_type%22%3A%22local%22%2C%22element_type_local_video%22%3A%22%20%22%2C%22element_type_youtube_vimeo_video%22%3A%22%20%22%2C%22element_url_audio_type%22%3A%22local%22%2C%22element_type_local_audio%22%3A%22%20%22%2C%22element_type_soundcloud_audio%22%3A%22%20%22%2C%22element_type_iframe%22%3A%22%20%22%2C%22element_poster_image_type%22%3A%22default%22%2C%22element_type_image%22%3A%223257%22%2C%22element_type_image_custom_url%22%3A%223257%22%2C%22element_custom_url%22%3A%22%2Fiv-therapy%2Finflammation-iv%2F%22%2C%22element_custom_url_target%22%3A%22_self%22%2C%22element_caption_active%22%3A%22on%22%2C%22element_caption%22%3A%22%20Inflammation%20IV%22%7D%2C%7B%22element_label_name%22%3A%22NAD%2B%20IV%22%2C%22element_type%22%3A%22custom_url%22%2C%22element_url_video_type%22%3A%22local%22%2C%22element_type_local_video%22%3A%22%20%22%2C%22element_type_youtube_vimeo_video%22%3A%22%20%22%2C%22element_url_audio_type%22%3A%22local%22%2C%22element_type_local_audio%22%3A%22%20%22%2C%22element_type_soundcloud_audio%22%3A%22%20%22%2C%22element_type_iframe%22%3A%22%20%22%2C%22element_poster_image_type%22%3A%22default%22%2C%22element_type_image_custom_url%22%3A%223258%22%2C%22element_custom_url%22%3A%22%2Fiv-therapy%2Fnad-plus%2F%22%2C%22element_custom_url_target%22%3A%22_self%22%2C%22element_caption_active%22%3A%22on%22%2C%22element_caption%22%3A%22NAD%2B%20IV%22%7D%2C%7B%22element_label_name%22%3A%22Anti%20Aging%20IV%22%2C%22element_type%22%3A%22custom_url%22%2C%22element_url_video_type%22%3A%22local%22%2C%22element_type_local_video%22%3A%22%20%22%2C%22element_type_youtube_vimeo_video%22%3A%22%20%22%2C%22element_url_audio_type%22%3A%22local%22%2C%22element_type_local_audio%22%3A%22%20%22%2C%22element_type_soundcloud_audio%22%3A%22%20%22%2C%22element_type_iframe%22%3A%22%20%22%2C%22element_poster_image_type%22%3A%22default%22%2C%22element_type_image_custom_url%22%3A%223259%22%2C%22element_custom_url%22%3A%22%2Fiv-therapy%2Fanti-aging-iv%2F%22%2C%22element_custom_url_target%22%3A%22_self%22%2C%22element_caption_active%22%3A%22on%22%2C%22element_caption%22%3A%22%20Anti%20Aging%20IV%22%7D%2C%7B%22element_label_name%22%3A%22Skin%20Whitening%20IV%22%2C%22element_type%22%3A%22custom_url%22%2C%22element_url_video_type%22%3A%22local%22%2C%22element_type_local_video%22%3A%22%20%22%2C%22element_type_youtube_vimeo_video%22%3A%22%20%22%2C%22element_url_audio_type%22%3A%22local%22%2C%22element_type_local_audio%22%3A%22%20%22%2C%22element_type_soundcloud_audio%22%3A%22%20%22%2C%22element_type_iframe%22%3A%22%20%22%2C%22element_poster_image_type%22%3A%22default%22%2C%22element_type_image_custom_url%22%3A%223260%22%2C%22element_custom_url%22%3A%22%2Fiv-therapy%2Fskin-whitening-iv%2F%22%2C%22element_custom_url_target%22%3A%22_self%22%2C%22element_caption_active%22%3A%22on%22%2C%22element_caption%22%3A%22%20Skin%20Whitening%20IV%22%7D%5D\"][/vc_column][/vc_row][/vc_section]\";}}','no'),(2580,'duplicate_post_copytitle','1','yes'),(2581,'duplicate_post_copydate','','yes'),(2582,'duplicate_post_copystatus','','yes'),(2583,'duplicate_post_copyslug','','yes'),(2584,'duplicate_post_copyexcerpt','1','yes'),(2585,'duplicate_post_copycontent','1','yes'),(2586,'duplicate_post_copythumbnail','1','yes'),(2587,'duplicate_post_copytemplate','1','yes'),(2588,'duplicate_post_copyformat','1','yes'),(2589,'duplicate_post_copyauthor','','yes'),(2590,'duplicate_post_copypassword','','yes'),(2591,'duplicate_post_copyattachments','','yes'),(2592,'duplicate_post_copychildren','','yes'),(2593,'duplicate_post_copycomments','','yes'),(2594,'duplicate_post_copymenuorder','1','yes'),(2595,'duplicate_post_taxonomies_blacklist','','yes'),(2596,'duplicate_post_blacklist','','yes'),(2597,'duplicate_post_types_enabled','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(2604,'duplicate_post_title_prefix','','yes'),(2605,'duplicate_post_title_suffix','','yes'),(2606,'duplicate_post_increase_menu_order_by','','yes'),(2607,'duplicate_post_roles','a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}','yes'),(2612,'duplicate_page_options','a:3:{s:21:\"duplicate_post_status\";s:5:\"draft\";s:23:\"duplicate_post_redirect\";s:7:\"to_list\";s:21:\"duplicate_post_suffix\";s:0:\"\";}','yes'),(2617,'revslider-update-check-short','1544391226','yes'),(2618,'revslider-templates-check','1544218367','yes'),(2625,'revslider-global-settings','a:0:{}','yes'),(2626,'revslider_update_version','5.2.5.5','yes'),(2627,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2630,'revslider_servers','a:10:{i:0;s:22:\"themepunch-ext-a.tools\";i:1;s:16:\"themepunch.tools\";i:2;s:22:\"themepunch-ext-a.tools\";i:3;s:22:\"themepunch-ext-a.tools\";i:4;s:22:\"themepunch-ext-a.tools\";i:5;s:22:\"themepunch-ext-a.tools\";i:6;s:22:\"themepunch-ext-a.tools\";i:7;s:22:\"themepunch-ext-a.tools\";i:8;s:22:\"themepunch-ext-a.tools\";i:9;s:22:\"themepunch-ext-a.tools\";}','yes'),(2631,'revslider_server_refresh','1543525053','yes'),(2632,'revslider-library-check','1543525053','yes'),(2633,'rs-library','a:2:{s:7:\"objects\";a:169:{i:198;a:12:{s:2:\"id\";s:3:\"198\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";}i:197;a:12:{s:2:\"id\";s:3:\"197\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:196;a:12:{s:2:\"id\";s:3:\"196\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:195;a:12:{s:2:\"id\";s:3:\"195\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:194;a:12:{s:2:\"id\";s:3:\"194\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:193;a:12:{s:2:\"id\";s:3:\"193\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:192;a:12:{s:2:\"id\";s:3:\"192\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:191;a:12:{s:2:\"id\";s:3:\"191\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:190;a:12:{s:2:\"id\";s:3:\"190\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:189;a:12:{s:2:\"id\";s:3:\"189\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:188;a:12:{s:2:\"id\";s:3:\"188\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:187;a:12:{s:2:\"id\";s:3:\"187\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:186;a:12:{s:2:\"id\";s:3:\"186\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:185;a:12:{s:2:\"id\";s:3:\"185\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:184;a:12:{s:2:\"id\";s:3:\"184\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:183;a:12:{s:2:\"id\";s:3:\"183\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:182;a:12:{s:2:\"id\";s:3:\"182\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:181;a:12:{s:2:\"id\";s:3:\"181\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:180;a:12:{s:2:\"id\";s:3:\"180\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:179;a:12:{s:2:\"id\";s:3:\"179\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:177;a:12:{s:2:\"id\";s:3:\"177\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:175;a:12:{s:2:\"id\";s:3:\"175\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:174;a:12:{s:2:\"id\";s:3:\"174\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:173;a:12:{s:2:\"id\";s:3:\"173\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:172;a:12:{s:2:\"id\";s:3:\"172\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:171;a:12:{s:2:\"id\";s:3:\"171\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:170;a:12:{s:2:\"id\";s:3:\"170\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:169;a:12:{s:2:\"id\";s:3:\"169\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:168;a:12:{s:2:\"id\";s:3:\"168\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:167;a:12:{s:2:\"id\";s:3:\"167\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:166;a:12:{s:2:\"id\";s:3:\"166\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:165;a:12:{s:2:\"id\";s:3:\"165\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:164;a:12:{s:2:\"id\";s:3:\"164\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Hole-punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:163;a:12:{s:2:\"id\";s:3:\"163\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:162;a:12:{s:2:\"id\";s:3:\"162\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:161;a:12:{s:2:\"id\";s:3:\"161\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:160;a:12:{s:2:\"id\";s:3:\"160\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:159;a:12:{s:2:\"id\";s:3:\"159\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:158;a:12:{s:2:\"id\";s:3:\"158\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:157;a:12:{s:2:\"id\";s:3:\"157\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:156;a:12:{s:2:\"id\";s:3:\"156\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:155;a:12:{s:2:\"id\";s:3:\"155\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:154;a:12:{s:2:\"id\";s:3:\"154\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:153;a:12:{s:2:\"id\";s:3:\"153\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:152;a:12:{s:2:\"id\";s:3:\"152\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:151;a:12:{s:2:\"id\";s:3:\"151\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:150;a:12:{s:2:\"id\";s:3:\"150\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:149;a:12:{s:2:\"id\";s:3:\"149\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:148;a:12:{s:2:\"id\";s:3:\"148\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:147;a:12:{s:2:\"id\";s:3:\"147\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:146;a:12:{s:2:\"id\";s:3:\"146\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:145;a:12:{s:2:\"id\";s:3:\"145\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:144;a:12:{s:2:\"id\";s:3:\"144\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:143;a:12:{s:2:\"id\";s:3:\"143\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:142;a:12:{s:2:\"id\";s:3:\"142\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:141;a:12:{s:2:\"id\";s:3:\"141\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:140;a:12:{s:2:\"id\";s:3:\"140\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:139;a:12:{s:2:\"id\";s:3:\"139\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:138;a:12:{s:2:\"id\";s:3:\"138\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:137;a:12:{s:2:\"id\";s:3:\"137\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:136;a:12:{s:2:\"id\";s:3:\"136\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:135;a:12:{s:2:\"id\";s:3:\"135\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:134;a:12:{s:2:\"id\";s:3:\"134\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:133;a:12:{s:2:\"id\";s:3:\"133\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:132;a:12:{s:2:\"id\";s:3:\"132\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:131;a:12:{s:2:\"id\";s:3:\"131\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:130;a:12:{s:2:\"id\";s:3:\"130\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:129;a:12:{s:2:\"id\";s:3:\"129\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:128;a:12:{s:2:\"id\";s:3:\"128\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:127;a:12:{s:2:\"id\";s:3:\"127\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:126;a:12:{s:2:\"id\";s:3:\"126\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:125;a:12:{s:2:\"id\";s:3:\"125\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:124;a:12:{s:2:\"id\";s:3:\"124\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:123;a:12:{s:2:\"id\";s:3:\"123\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:122;a:12:{s:2:\"id\";s:3:\"122\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:121;a:12:{s:2:\"id\";s:3:\"121\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:120;a:12:{s:2:\"id\";s:3:\"120\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:3:\"119\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:3:\"118\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:3:\"117\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:3:\"116\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:3:\"115\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:3:\"114\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:3:\"113\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:3:\"112\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:3:\"111\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:3:\"110\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:3:\"109\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:3:\"108\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:3:\"107\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:3:\"106\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:3:\"105\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:3:\"104\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:3:\"103\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:3:\"102\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:3:\"101\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:3:\"100\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"99\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"98\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"97\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"96\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"95\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"94\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"93\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"92\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"91\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"90\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"89\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"88\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"87\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"86\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"85\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"84\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"83\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"82\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"81\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"80\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"79\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"78\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"77\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"76\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"75\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"74\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"73\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"72\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"71\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"70\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"69\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"68\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"67\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"66\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"65\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"64\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"63\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"62\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:2:\"49\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:2:\"48\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:2:\"47\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:2:\"46\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:2:\"45\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:2:\"44\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:2:\"43\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:2:\"42\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:2:\"41\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:2:\"40\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:2:\"39\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:2:\"38\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:2:\"37\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:2:\"36\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:2:\"35\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:2:\"34\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:2:\"33\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:2:\"32\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:2:\"31\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:2:\"30\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:2:\"29\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:2:\"28\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:2:\"27\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:2:\"26\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:2:\"25\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:2:\"24\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:2:\"23\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:2:\"22\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:2:\"21\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:2:\"20\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:2:\"11\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:2:\"10\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:1:\"9\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:1:\"8\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}}s:4:\"tags\";a:13:{i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}}','no'),(2634,'rs_tables_created','1','yes'),(2635,'rs_cache_overlay','5.4.7.1','yes'),(2636,'revslider-valid-notice','false','yes'),(2640,'wordfence_version','7.4.11','yes'),(2641,'wordfence_case','1','yes'),(2642,'wordfence_installed','1','yes'),(2643,'wordfenceActivated','1','yes'),(2644,'wf_plugin_act_error','','yes'),(2664,'vcv-globalElementsChecksum','372c68676e5dd25c6351f0d562617a8a','yes'),(2705,'SnS_options','a:8:{s:7:\"version\";s:5:\"3.5.1\";s:4:\"less\";s:0:\"\";s:8:\"compiled\";s:0:\"\";s:6:\"styles\";s:0:\"\";s:6:\"coffee\";s:0:\"\";s:15:\"coffee_compiled\";s:0:\"\";s:15:\"scripts_in_head\";s:0:\"\";s:7:\"scripts\";s:284:\"jQuery(function($) {\r\n\r\nif ( $(window).width() < 480) {      \r\n\r\n var header = document.getElementById(\"replacer\");\r\nheader.setAttribute(\'style\', \'background:url(https://mobileivhawaii.com/wp-content/uploads/slug.gif) no-repeat !important\');\r\n\r\n} \r\nelse {\r\n  // DO NOTHING\r\n}\r\n\r\n\r\n});\";}','yes'),(2745,'xyz_credit_link','0','yes'),(2747,'xyz_ips_premium_version_ads','1','yes'),(2748,'xyz_ips_auto_insert','1','yes'),(2751,'widget_xyz_insert_php_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2787,'updraftplus_dismisseddashnotice','1622244758','yes'),(2921,'revslider-connection','1','yes'),(2922,'revslider-latest-version','5.4.8.1','yes'),(2923,'revslider-stable-version','4.2','yes'),(2924,'revslider-notices','a:10:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.0.9\";s:4:\"text\";s:226:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow51_banner.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1 is out\" ></a>\";s:4:\"code\";s:9:\"TPRS51-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.4\";s:4:\"text\";s:238:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=515b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow_banner515.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.6\";s:4:\"text\";s:236:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=52b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow_banner52.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.2.9\";s:4:\"text\";s:245:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=530b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow_banner_large_5.3.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.3.0 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS530-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:4;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.3.9\";s:4:\"text\";s:228:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=54b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow_54.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:5;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.1\";s:4:\"text\";s:245:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=542b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow_banner_large_542.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.2 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:6;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.4\";s:4:\"text\";s:232:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=545b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow_545.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS545-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:7;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.5.1\";s:4:\"text\";s:248:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=5452b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/updatenow_banner_large5452.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.5.2 is out\" ></a>\";s:4:\"code\";s:11:\"TPRS5452-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:8;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.5.2\";s:4:\"text\";s:229:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=546b\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/546_update.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.6 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS546-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:9;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.7.9\";s:4:\"text\";s:237:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=548\" target=\"_blank\"><img src=\"//updates.themepunch-ext-a.tools/banners/revsliderbanner_548.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.8 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS548-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}}','yes'),(2925,'revslider-dashboard','O:8:\"stdClass\":1:{s:11:\"test-handle\";O:8:\"stdClass\":5:{s:12:\"version_from\";s:5:\"5.0.0\";s:10:\"version_to\";s:5:\"5.0.0\";s:5:\"order\";i:5;s:7:\"content\";s:181:\"<div class=\"rs-dash-widget\"><div class=\"rs-dash-title-wrap\"><div class=\"rs-dash-title\">your version is: {{current_version}}</div></div><div class=\"rs-dash-widget-inner\"></div></div>\";s:4:\"code\";s:0:\"\";}}','yes'),(2926,'revslider-addons','O:8:\"stdClass\":26:{s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:71:\"//updates.themepunch-ext-a.tools/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-a.tools/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch-ext-a.tools/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:65:\"//updates.themepunch-ext-a.tools/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch-ext-a.tools/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:62:\"//updates.themepunch-ext-a.tools/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch-ext-a.tools/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch-ext-a.tools/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:23:\"Display images in 360°\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:65:\"//updates.themepunch-ext-a.tools/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch-ext-a.tools/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch-ext-a.tools/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}}','yes'),(3155,'ewww_image_optimizer_relative_migration_status','done','yes'),(3157,'ewww_image_optimizer_background_optimization','1','yes'),(3161,'ewww_image_optimizer_disable_pngout','1','no'),(3162,'ewww_image_optimizer_optipng_level','2','no'),(3163,'ewww_image_optimizer_pngout_level','2','no'),(3164,'ewww_image_optimizer_metadata_remove','1','no'),(3165,'ewww_image_optimizer_jpg_level','10','no'),(3166,'ewww_image_optimizer_png_level','10','no'),(3167,'ewww_image_optimizer_gif_level','10','no'),(3168,'ewww_image_optimizer_pdf_level','0','no'),(3169,'exactdn_lossy','1','no'),(3170,'exactdn_all_the_things','1','no'),(3171,'ewww_image_optimizer_version','625','yes'),(3174,'ewww_image_optimizer_cloud_key','','yes'),(3175,'ewww_image_optimizer_jpg_quality','','yes'),(3176,'ewww_image_optimizer_aux_paths','','yes'),(3177,'ewww_image_optimizer_exclude_paths','','yes'),(3179,'ewww_image_optimizer_maxmediawidth','0','yes'),(3180,'ewww_image_optimizer_maxmediaheight','0','yes'),(3181,'ewww_image_optimizer_disable_resizes','','yes'),(3182,'ewww_image_optimizer_disable_resizes_opt','','yes'),(3183,'ewww_image_optimizer_jpg_background','','yes'),(3184,'ewww_image_optimizer_webp_paths','','yes'),(3187,'ewww_image_optimizer_tracking_notice','1','yes'),(3188,'ewww_image_optimizer_enable_help_notice','1','yes'),(3189,'ewww_image_optimizer_scanning_attachments','a:0:{}','no'),(3190,'ewww_image_optimizer_bulk_resume','','yes'),(3205,'ewww_image_optimizer_aux_resume','','yes'),(3206,'ewww_image_optimizer_aux_folders_completed','a:0:{}','no'),(3207,'ewww_image_optimizer_backup_files','','no'),(3307,'schema_wp_settings','a:2:{s:14:\"schema_wp_post\";i:2921;s:14:\"schema_wp_page\";i:2922;}','yes'),(3308,'schema_wp_is_installed','1','yes'),(3309,'schema_wp_version','1.7.2','yes'),(3312,'schema-activation-date','1543959150','no'),(3315,'wpseo','a:88:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";s:1:\"2\";s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:0;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:13:\"first_install\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:6:\"19.6.1\";s:16:\"previous_version\";s:6:\"19.5.1\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1543959253;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:26:\"https://mobileivhawaii.com\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:2:{s:10:\"categories\";s:10:\"categories\";s:4:\"tags\";s:4:\"tags\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:1;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:0;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:28:\"wordproof_integration_active\";b:0;s:29:\"wordproof_integration_changed\";b:0;s:18:\"first_time_install\";b:1;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1652258756;s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;}','yes'),(3316,'wpseo_titles','a:144:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:15:\"title-portfolio\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-portfolio\";s:0:\"\";s:17:\"noindex-portfolio\";b:0;s:28:\"display-metabox-pt-portfolio\";b:1;s:28:\"post_types-portfolio-maintax\";i:0;s:26:\"schema-page-type-portfolio\";s:7:\"WebPage\";s:29:\"schema-article-type-portfolio\";s:4:\"None\";s:22:\"social-title-portfolio\";s:9:\"%%title%%\";s:28:\"social-description-portfolio\";s:0:\"\";s:26:\"social-image-url-portfolio\";s:0:\"\";s:25:\"social-image-id-portfolio\";i:0;s:25:\"title-ptarchive-portfolio\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-ptarchive-portfolio\";s:0:\"\";s:27:\"bctitle-ptarchive-portfolio\";s:0:\"\";s:27:\"noindex-ptarchive-portfolio\";b:0;s:32:\"social-title-ptarchive-portfolio\";s:21:\"%%pt_plural%% Archive\";s:38:\"social-description-ptarchive-portfolio\";s:0:\"\";s:36:\"social-image-url-ptarchive-portfolio\";s:0:\"\";s:35:\"social-image-id-ptarchive-portfolio\";i:0;s:20:\"title-tax-categories\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-tax-categories\";s:0:\"\";s:30:\"display-metabox-tax-categories\";b:1;s:22:\"noindex-tax-categories\";b:0;s:27:\"social-title-tax-categories\";s:23:\"%%term_title%% Archives\";s:33:\"social-description-tax-categories\";s:0:\"\";s:31:\"social-image-url-tax-categories\";s:0:\"\";s:30:\"social-image-id-tax-categories\";i:0;s:28:\"taxonomy-categories-ptparent\";i:0;s:14:\"title-tax-tags\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:17:\"metadesc-tax-tags\";s:0:\"\";s:24:\"display-metabox-tax-tags\";b:1;s:16:\"noindex-tax-tags\";b:0;s:21:\"social-title-tax-tags\";s:23:\"%%term_title%% Archives\";s:27:\"social-description-tax-tags\";s:0:\"\";s:25:\"social-image-url-tax-tags\";s:0:\"\";s:24:\"social-image-id-tax-tags\";i:0;s:22:\"taxonomy-tags-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}','yes'),(3317,'wpseo_social','a:18:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";}','yes'),(3318,'wpseo_flush_rewrite','1','yes'),(3323,'yoast-index-purge-activation-date','1543959253','yes'),(3324,'yoast-index-purge-attachment-pages','true','yes'),(3325,'yoast-index-purge-version','1.1.0','yes'),(3541,'rs-templates-new','','no'),(3542,'rs-templates','a:2:{s:6:\"slider\";a:232:{i:0;a:20:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:310:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:20:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:20:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:20:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:439:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:20:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"  <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:20:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:20:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:20:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\"  <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:20:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:20:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:20:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:440:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:20:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:20:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:20:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:20:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:20:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:20:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:20:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:20:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:20:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:20:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:20:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:20:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:20:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:20:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:346:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:20:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:310:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:20:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:20:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:20:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:436:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:20:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:20:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:20:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:20:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:20:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:20:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:20:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:630:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:20:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:508:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:20:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:20:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:20:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:518:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:20:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:20:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:20:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:323:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:20:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:316:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:20:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:20:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:443:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:20:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:20:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:20:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:20:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:20:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:20:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:691:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:20:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:693:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:20:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:532:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:20:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:543:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:20:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:661:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:20:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:508:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:20:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:20:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:20:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:20:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:20:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:20:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:20:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:441:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:20:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:20:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:572:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-whiteboard/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:20:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:516:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:23:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:23:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:23:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:23:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:23:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:448:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:23:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:23:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:23:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:23:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:23:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:23:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:23:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:23:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:23:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:23:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:23:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:20:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:20:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:20:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:20:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via  <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:23:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:23:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:23:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:23:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:23:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:23:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:23:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:23:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:20:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:20:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:23:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:23:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:23:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:23:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:23:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:20:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:20:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:20:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:23:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:23:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:23:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:23:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:20:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:426:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-typewriter/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:20:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:23:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:23:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:23:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:23:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:23:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:23:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:23:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:23:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:23:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:23:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:23:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:23:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:23:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:23:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:23:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:23:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:23:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:23:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:23:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:23:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:568:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:20:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:343:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:20:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:341:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:20:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:23:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:20:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:164:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:20:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:468:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:20:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:20:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:463:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:20:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:421:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:20:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:20:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:20:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:190:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:20:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:20:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/filmstrip-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:191:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:20:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:20:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:20:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:20:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:20:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:20:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:23:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:23:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:23:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:23:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:23:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:23:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:23:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:23:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:23:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:23:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:23:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:23:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:23:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:23:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:23:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:20:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:20:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:20:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:20:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:23:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:23:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:23:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:23:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:23:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:23:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:23:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:23:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:23:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:20:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:20:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:176:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:20:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:372:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:20:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:359:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:20:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:436:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:23:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:351:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:23:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:23:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:23:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:23:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:23:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:23:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:20:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:23:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:23:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:23:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:23:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:23:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:23:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:23:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:23:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:23:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:23:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:23:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:23:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:23:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:23:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:20:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:20:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:23:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:23:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:23:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:23:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:23:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:23:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:20:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:20:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:193:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:20:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:198:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:20:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:23:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:23:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:23:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:23:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:23:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:23:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:23:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:23:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:23:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:23:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:23:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:20:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:20:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:20:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:235:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}}}','no'),(4067,'litespeed-cache_uri_priv','','yes'),(4068,'litespeed-cache-drop_qs','','yes'),(4069,'litespeed-forced_cache_uri','','yes'),(4070,'litespeed-excludes_uri','','yes'),(4071,'litespeed-cache-exclude-cache-roles','a:0:{}','yes'),(4072,'litespeed-optm-css','a:0:{}','yes'),(4073,'litespeed-optm_excludes','','yes'),(4074,'litespeed-optm-js-defer-excludes','','yes'),(4075,'litespeed-cache-exclude-optimization-roles','a:0:{}','yes'),(4076,'litespeed-cache-dns_prefetch','','yes'),(4077,'litespeed-optm-ccss-separate_posttype','','yes'),(4078,'litespeed-optm-css-separate_uri','','yes'),(4079,'litespeed-media-lazy-img-excludes','','yes'),(4080,'litespeed-media-webp_attribute','img.src\ndiv.data-thumb\nimg.data-src\ndiv.data-large_image\nimg.retina_logo_url','yes'),(4081,'litespeed-cdn-ori_dir','wp-content\nwp-includes\n/min/','yes'),(4082,'litespeed-cache-cdn_mapping','a:1:{i:0;a:5:{s:3:\"url\";b:0;s:7:\"inc_img\";s:1:\"1\";s:7:\"inc_css\";s:1:\"1\";s:6:\"inc_js\";s:1:\"1\";s:8:\"filetype\";s:86:\".aac\n.css\n.eot\n.gif\n.jpeg\n.js\n.jpg\n.less\n.mp3\n.mp4\n.ogg\n.otf\n.pdf\n.png\n.svg\n.ttf\n.woff\";}}','yes'),(4083,'litespeed-adv-purge_all_hooks','switch_theme\nwp_create_nav_menu\nwp_update_nav_menu\nwp_delete_nav_menu\ncreate_term\nedit_terms\ndelete_term\nadd_link\nedit_link\ndelete_link','yes'),(4084,'litespeed-log_ignore_filters','gettext\ngettext_with_context\nget_the_terms\nget_term','yes'),(4085,'litespeed-log_ignore_part_filters','i18n\nlocale\nsettings\noption','yes'),(4086,'litespeed-crawler-as-uids','','yes'),(4087,'litespeed-crawler-cookies','a:0:{}','yes'),(4088,'litespeed-object_global_groups','users\nuserlogins\nusermeta\nuser_meta\nsite-transient\nsite-options\nsite-lookup\nblog-lookup\nblog-details\nrss\nglobal-posts\nblog-id-cache','yes'),(4089,'litespeed-object_non_persistent_groups','comment\ncounts\nplugins','yes'),(4090,'litespeed-cache-vary-group','','yes'),(4092,'litespeed-banner-promo','1543967560','yes'),(4093,'litespeed-banner-promo-slack','1544053960','yes'),(4094,'wp_litespeed_img_optm','2.8.1','yes'),(4095,'wp_litespeed_optimizer','2.8.1','yes'),(4096,'litespeed-setting-mode','1','yes'),(4110,'litespeed-timestamp-purge-css','1548496741','yes'),(4111,'litespeed-ccss-summary','a:2:{s:5:\"queue\";a:0:{}s:12:\"curr_request\";i:0;}','yes'),(4112,'litespeed-media-placeholder-summary','a:0:{}','yes'),(4166,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:26:\"[email protected]\";s:7:\"version\";s:5:\"6.0.2\";s:9:\"timestamp\";i:1661894915;}','no'),(4270,'wp-short-pixel-query-id-stop','2931','no'),(4271,'wp-short-pixel-query-id-start','2931','no'),(4272,'wp-short-pixel-verifiedKey','','no'),(4274,'wp-short-pixel-activation-date','1544747634','no'),(4275,'wp-short-pixel-apiKey','','no'),(4276,'wp-short-pixel-compression','1','no'),(4277,'wp-short-process_thumbnails','1','no'),(4278,'wp-short-pixel_cmyk2rgb','1','no'),(4279,'wp-short-backup_images','1','no'),(4280,'wp-short-pixel-resize-images','0','no'),(4281,'wp-short-pixel-resize-width','0','no'),(4282,'wp-short-pixel-resize-height','0','no'),(4283,'wp-short-pixel-front-bootstrap','','no'),(4284,'wp-short-pixel-last-back-action','','no'),(4285,'wp-short-pixel-keep-exif','0','no'),(4286,'wp-short-create-webp','','no'),(4287,'wp-short-pixel-create-webp-markup','','no'),(4288,'wp-short-pixel-optimize-retina','1','no'),(4289,'wp-short-pixel-optimize-unlisted','0','no'),(4290,'wp-short-pixel-resize-type','','no'),(4291,'wp-short-pixel-site-auth-user','','no'),(4292,'wp-short-pixel-site-auth-pass','','no'),(4293,'wp-short-pixel-auto-media-library','1','no'),(4294,'wp-short-pixel-optimize-pdfs','1','no'),(4295,'wp-short-pixel-exclude-patterns','a:0:{}','no'),(4296,'wp-short-pixel-png2jpg','0','no'),(4297,'wp-short-pixel-excludeSizes','a:0:{}','no'),(4298,'wp-short-pixel-cloudflareAPIEmail','','no'),(4299,'wp-short-pixel-cloudflareAuthKey','','no'),(4300,'wp-short-pixel-cloudflareAPIZoneID','','no'),(4301,'wp-short-pixel-include-next-gen','','no'),(4302,'wp-short-pixel-has-custom-folders','','no'),(4303,'wp-short-pixel-custom-bulk-paused','','no'),(4304,'wp-short-pixel-remove-settings-on-delete-plugin','','no'),(4305,'wp-short-pixel-current-total-files','','no'),(4306,'wp-short-pixel-fileCount','0','no'),(4307,'wp-short-pixel-thumbnail-count','0','no'),(4308,'wp-short-pixel-files-under-5-percent','0','no'),(4309,'wp-short-pixel-savedSpace','0','no'),(4310,'wp-short-pixel-averageCompression','','no'),(4311,'wp-short-pixel-api-retries','0','no'),(4312,'wp-short-pixel-total-optimized','0','no'),(4313,'wp-short-pixel-total-original','0','no'),(4314,'wp-short-pixel-quota-exceeded','0','no'),(4315,'wp-short-pixel-protocol','https','no'),(4316,'wp-short-pixel-download-protocol','','no'),(4317,'wp-short-pixel-download-archive','3','no'),(4318,'wp-short-pixel-media-alert','','no'),(4319,'wp-short-pixel-dismissed-notices','a:0:{}','no'),(4320,'wp-short-pixel-view-mode','','no'),(4321,'wp-short-pixel-redirected-settings','2','no'),(4322,'wp-short-pixel-converted-png2jpg','a:0:{}','no'),(4324,'wp-short-pixel-bulk-last-status','','no'),(4333,'wp-short-pixel-skip-to-custom','','no'),(4334,'wp-short-pixel-bulk-ever-ran','','no'),(4336,'wp-short-pixel-failed-imgs','0','no'),(4338,'wp-short-pixel-prioritySkip','a:0:{}','no'),(4686,'wpocup_options','a:2:{s:11:\"default_img\";s:0:\"\";s:10:\"custom_css\";s:0:\"\";}','yes'),(4687,'wpocup_plugin_version','1.0','yes'),(4692,'wpocup_category_children','a:0:{}','yes'),(4947,'tc-owlcarousel_basics','','yes'),(4948,'tc-owlcarousel_advanced','a:8:{s:7:\"nav-val\";s:4:\"true\";s:8:\"dots-val\";s:5:\"false\";s:10:\"autoheight\";s:5:\"false\";s:10:\"auto-width\";s:5:\"false\";s:6:\"center\";s:5:\"false\";s:7:\"rtl-val\";s:5:\"false\";s:13:\"stage-padding\";i:0;s:10:\"margin-val\";i:5;}','yes'),(4949,'tc-owlcarousel_others','','yes'),(4956,'foog_owl_activation_date','1547769600','yes'),(4969,'carousel_category_children','a:0:{}','yes'),(10627,'vcv-system:migration:globalJavascriptMigration','1','yes'),(10628,'vcv-system:migration:defaultElementsMigration15','1','yes'),(10629,'vcv-vcv_templates-capabilities-set','1','yes'),(10646,'page_for_posts','0','yes'),(10647,'db_upgraded','','yes'),(11006,'wp-short-pixel-activation-notice','','no'),(11007,'wp-short-pixel-bulk-type','','no'),(11008,'wp-short-pixel-bulk-count','0','no'),(11009,'wp-short-pixel-bulk-previous-percent','0','no'),(11010,'wp-short-pixel-bulk-processed-items','0','no'),(11011,'wp-short-pixel-bulk-done-count','0','no'),(11012,'wp-short-pixel-last-bulk-start-time','0','no'),(11013,'wp-short-pixel-last-bulk-success-time','0','no'),(11014,'wp-short-pixel-bulk-running-time','0','no'),(11015,'wp-short-pixel-cancel-pointer','0','no'),(11016,'wp-short-pixel-flag-id','0','no'),(11017,'bulkProcessingStatus','','no'),(11072,'wp-smush-settings','a:23:{s:4:\"auto\";b:1;s:5:\"lossy\";b:0;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:0;s:9:\"detection\";b:0;s:8:\"original\";b:0;s:6:\"backup\";b:0;s:10:\"png_to_jpg\";b:0;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:10:\"js_builder\";b:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;s:5:\"usage\";b:1;s:17:\"accessible_colors\";b:0;s:9:\"keep_data\";b:1;s:9:\"lazy_load\";b:0;s:17:\"background_images\";b:1;s:16:\"rest_api_support\";b:0;s:8:\"webp_mod\";b:0;s:11:\"networkwide\";b:0;}','yes'),(11073,'wdev-frash','a:3:{s:7:\"plugins\";a:1:{s:23:\"wp-smushit/wp-smush.php\";i:1557787563;}s:5:\"queue\";a:2:{s:32:\"7de3619981caadc55f30a002bfb299f6\";a:4:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1557787563;s:6:\"sticky\";b:1;}s:32:\"fc50097023d0d34c5a66f6cddcf77694\";a:3:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1633034709;}}s:4:\"done\";a:0:{}}','no'),(11074,'wp-smush-install-type','existing','no'),(11075,'wp-smush-version','3.9.0','no'),(11078,'smush_global_stats','a:9:{s:11:\"size_before\";i:52374276;s:10:\"size_after\";i:50222725;s:7:\"percent\";d:4.1;s:5:\"human\";s:6:\"2.1 MB\";s:5:\"bytes\";i:2151551;s:12:\"total_images\";i:1076;s:12:\"resize_count\";i:0;s:14:\"resize_savings\";i:0;s:18:\"conversion_savings\";i:0;}','no'),(11079,'dir_smush_stats','a:2:{s:9:\"dir_smush\";a:2:{s:5:\"total\";i:0;s:9:\"optimised\";i:0;}s:14:\"combined_stats\";a:0:{}}','no'),(11080,'skip-smush-setup','1','yes'),(12449,'bookly_data_loaded','1','yes'),(12450,'bookly_db_version','21.1','yes'),(12451,'bookly_installation_time','1560549203','yes'),(12452,'bookly_admin_preferred_language','','yes'),(12453,'bookly_app_color','#55aced','yes'),(12454,'bookly_app_custom_styles','','yes'),(12455,'bookly_app_required_employee','0','yes'),(12456,'bookly_app_service_name_with_duration','1','yes'),(12457,'bookly_app_show_blocked_timeslots','1','yes'),(12458,'bookly_app_show_calendar','1','yes'),(12459,'bookly_app_show_day_one_column','1','yes'),(12460,'bookly_app_show_login_button','0','yes'),(12461,'bookly_app_show_notes','1','yes'),(12462,'bookly_app_show_progress_tracker','0','yes'),(12463,'bookly_app_align_buttons_left','1','yes'),(12464,'bookly_app_staff_name_with_price','1','yes'),(12465,'bookly_app_show_email_confirm','0','yes'),(12466,'bookly_l10n_button_apply','Apply','yes'),(12467,'bookly_l10n_button_back','Back','yes'),(12468,'bookly_l10n_info_complete_step','Thank you! Your Mobile IV Hawaii booking is complete. An email with details of your booking has been sent to you.','yes'),(12469,'bookly_l10n_info_complete_step_limit_error','You are trying to use the service too often. Please contact us to make a booking.','yes'),(12470,'bookly_l10n_info_complete_step_processing','Your payment has been accepted for processing.','yes'),(12471,'bookly_l10n_info_details_step','You selected a booking for {service_name} by {staff_name} at {service_time} on {service_date}. The price for the service is {service_price}.\nPlease provide your details in the form below to proceed with booking.','yes'),(12472,'bookly_l10n_info_details_step_guest','','yes'),(12473,'bookly_l10n_info_payment_step_single_app','Deposit required to complete your IV Therapy booking. \n\nWe accept all major credit cards. You DO NOT require a PayPal account. ','yes'),(12474,'bookly_l10n_info_payment_step_several_apps','Please tell us how you would like to pay: ','yes'),(12475,'bookly_l10n_info_service_step','Select IV Treatment:','yes'),(12476,'bookly_l10n_info_time_step','Below you can find a list of available time slots for {service_name} by {staff_name}.\nClick on a time slot to proceed with booking.','yes'),(12477,'bookly_l10n_label_category','Category','yes'),(12478,'bookly_l10n_label_ccard_code','Card Security Code','yes'),(12479,'bookly_l10n_label_ccard_expire','Expiration Date','yes'),(12480,'bookly_l10n_label_ccard_number','Credit Card Number','yes'),(12481,'bookly_l10n_label_email','Email','yes'),(12482,'bookly_l10n_label_email_confirm','Confirm email','yes'),(12483,'bookly_l10n_label_employee','Employee','yes'),(12484,'bookly_l10n_label_finish_by','Finish by','yes'),(12485,'bookly_l10n_label_name','Name','yes'),(12486,'bookly_l10n_label_first_name','First name','yes'),(12487,'bookly_l10n_label_last_name','Last name','yes'),(12488,'bookly_l10n_label_notes','If more than 1 person is having an IV, please just list each additional name here. ','yes'),(12490,'bookly_l10n_label_pay_locally','I will pay locally','yes'),(12492,'bookly_l10n_label_phone','Phone','yes'),(12493,'bookly_l10n_label_select_date','Reserve appointment on','yes'),(12494,'bookly_l10n_label_service','IV Treatment','yes'),(12495,'bookly_l10n_label_start_from','Start from','yes'),(12496,'bookly_l10n_option_category','Select category','yes'),(12497,'bookly_l10n_option_employee','Any','yes'),(12498,'bookly_l10n_option_service','Select IV Treatment','yes'),(12499,'bookly_l10n_option_day','Select day','yes'),(12500,'bookly_l10n_option_month','Select month','yes'),(12501,'bookly_l10n_option_year','Select year','yes'),(12502,'bookly_l10n_required_email','Please tell us your email','yes'),(12503,'bookly_l10n_email_confirm_not_match','Email confirmation doesn\'t match','yes'),(12504,'bookly_l10n_required_employee','Please select an employee','yes'),(12505,'bookly_l10n_required_name','Please tell us your name','yes'),(12506,'bookly_l10n_required_first_name','Please tell us your first name','yes'),(12507,'bookly_l10n_required_last_name','Please tell us your last name','yes'),(12508,'bookly_l10n_required_phone','Please tell us your phone','yes'),(12509,'bookly_l10n_required_service','Please Select an IV Treatment','yes'),(12510,'bookly_l10n_step_service','Choose Your IV','yes'),(12511,'bookly_l10n_step_time','Choose Time','yes'),(12512,'bookly_l10n_step_time_slot_not_available','Get your IV treatment at our clinic located in Honolulu - https://infinitylifecenter.com/.','yes'),(12513,'bookly_l10n_step_details','Details','yes'),(12514,'bookly_l10n_step_details_button_login','Login','yes'),(12515,'bookly_l10n_step_payment','Payment','yes'),(12516,'bookly_l10n_step_done','Done','yes'),(12517,'bookly_l10n_step_service_button_next','Next','yes'),(12518,'bookly_l10n_step_service_mobile_button_next','Next','yes'),(12519,'bookly_l10n_step_details_button_next','Next','yes'),(12520,'bookly_l10n_step_payment_button_next','Next','yes'),(12521,'bookly_cal_one_participant','{service_name}\n{client_name}\n{client_phone}\n{client_email}\n{total_price} {payment_type} {payment_status}\nStatus: {status}\nSigned up: {signed_up}\nCapacity: {service_capacity}','yes'),(12522,'bookly_cal_many_participants','{service_name}\nSigned up: {signed_up}\nCapacity: {service_capacity}','yes'),(12523,'bookly_co_logo_attachment_id','2542','yes'),(12524,'bookly_co_name','Mobile IV Hawaii ','yes'),(12525,'bookly_co_address','500 Ala Moana Blvd. Honolulu, HI 96813 ','yes'),(12526,'bookly_co_phone','1-808-731-8080','yes'),(12527,'bookly_co_website','https://www.mobileivhawaii.com','yes'),(12528,'bookly_cst_allow_duplicates','0','yes'),(12529,'bookly_appointment_cancel_action','cancel','yes'),(12530,'bookly_cst_create_account','0','yes'),(12531,'bookly_cst_default_country_code','1','yes'),(12532,'bookly_cst_first_last_name','1','yes'),(12533,'bookly_cst_phone_default_country','us','yes'),(12534,'bookly_cst_remember_in_cookie','1','yes'),(12535,'bookly_cst_required_address','1','yes'),(12536,'bookly_cst_required_birthday','0','yes'),(12537,'bookly_cst_required_details','a:2:{i:0;s:5:\"phone\";i:1;s:5:\"email\";}','yes'),(12538,'bookly_cst_show_update_details_dialog','1','yes'),(12539,'bookly_email_sender','[email protected]','yes'),(12540,'bookly_email_sender_name','Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii','yes'),(12541,'bookly_email_send_as','html','yes'),(12542,'bookly_email_reply_to_customers','1','yes'),(12543,'bookly_gen_time_slot_length','60','yes'),(12544,'bookly_gen_service_duration_as_slot_length','1','yes'),(12545,'bookly_appointment_default_status','approved','yes'),(12546,'bookly_gen_min_time_prior_booking','1','yes'),(12547,'bookly_gen_min_time_prior_cancel','24','yes'),(12548,'bookly_gen_max_days_for_booking','365','yes'),(12549,'bookly_gen_use_client_time_zone','0','yes'),(12550,'bookly_gen_allow_staff_edit_profile','0','yes'),(12551,'bookly_gen_link_assets_method','enqueue','yes'),(12552,'bookly_gen_collect_stats','0','yes'),(12553,'bookly_url_approve_page_url','https://mobileivhawaii.com','yes'),(12554,'bookly_url_approve_denied_page_url','https://mobileivhawaii.com','yes'),(12555,'bookly_url_cancel_page_url','https://mobileivhawaii.com','yes'),(12556,'bookly_url_cancel_denied_page_url','https://mobileivhawaii.com','yes'),(12557,'bookly_url_reject_page_url','https://mobileivhawaii.com','yes'),(12558,'bookly_url_reject_denied_page_url','https://mobileivhawaii.com','yes'),(12559,'bookly_cloud_token','hrpvpzw9gh6vajwcwt9y7vra0olm8fts','yes'),(12560,'bookly_sms_administrator_phone','+18083305100','yes'),(12561,'bookly_cloud_notify_low_balance','1','yes'),(12564,'bookly_sms_undelivered_count','4','yes'),(12565,'bookly_bh_monday_start','06:00:00','yes'),(12566,'bookly_bh_monday_end','08:00:00','yes'),(12567,'bookly_bh_tuesday_start','08:00:00','yes'),(12568,'bookly_bh_tuesday_end','18:00:00','yes'),(12569,'bookly_bh_wednesday_start','','yes'),(12570,'bookly_bh_wednesday_end','18:00:00','yes'),(12571,'bookly_bh_thursday_end','18:00:00','yes'),(12572,'bookly_bh_thursday_start','08:00:00','yes'),(12573,'bookly_bh_friday_start','08:00:00','yes'),(12574,'bookly_bh_friday_end','18:00:00','yes'),(12575,'bookly_bh_saturday_start','12:00:00','yes'),(12576,'bookly_bh_saturday_end','23:00:00','yes'),(12577,'bookly_bh_sunday_start','08:00:00','yes'),(12578,'bookly_bh_sunday_end','23:00:00','yes'),(12579,'bookly_pmt_currency','USD','yes'),(12580,'bookly_pmt_price_format','{symbol}{sign}{price|2}','yes'),(12581,'bookly_pmt_order','','yes'),(12582,'bookly_pmt_local','0','yes'),(12583,'bookly_ntf_processing_interval','2','yes'),(12584,'bookly_pro_data_loaded','1','yes'),(12585,'bookly_pro_db_version','5.3','yes'),(12586,'bookly_pro_installation_time','1560549203','yes'),(12587,'bookly_pro_envato_purchase_code','bdfcce18-4283-4e19-8f9c-b4b68588eaa4','yes'),(12588,'bookly_pro_grace_start','1565733203','yes'),(12589,'bookly_app_show_address','1','yes'),(12590,'bookly_app_show_birthday','0','yes'),(12591,'bookly_app_show_facebook_login_button','0','yes'),(12592,'bookly_api_server_error_time','0','yes'),(12593,'bookly_gc_client_id','35031721408-f3trpq3ne2s944tjpl18ueesiad3l6nd.apps.googleusercontent.com','yes'),(12594,'bookly_gc_client_secret','dMFdmoMQidRlqTkqSWBRloq0','yes'),(12595,'bookly_gc_event_title','{service_name}','yes'),(12596,'bookly_gc_sync_mode','1-way','yes'),(12597,'bookly_gc_limit_events','50','yes'),(12600,'bookly_pr_show_time','1669982007','yes'),(12601,'bookly_pr_data','a:3:{i:0;s:180:\"SW1wb3J0YW50ITxici8+SXQgbG9va3MgbGlrZSB5b3UgYXJlIHVzaW5nIGFuIGlsbGVnYWwgY29weSBvZiBCb29rbHkgUHJvLiBBbmQgaXQgbWF5IGNvbnRhaW4gYSBtYWxpY2lvdXMgY29kZSwgYSB0cm9qYW4gb3IgYSBiYWNrZG9vci4=\";i:1;s:160:\"Q29uc2lkZXIgc3dpdGNoaW5nIHRvIHRoZSBsZWdhbCBjb3B5IG9mIEJvb2tseSBQcm8gdGhhdCBpbmNsdWRlcyBhbGwgZmVhdHVyZXMsIGxpZmV0aW1lIGZyZWUgdXBkYXRlcywgYW5kIDI0Lzcgc3VwcG9ydC4=\";i:2;s:304:\"WW91IGNhbiBidXkgYSBsZWdhbCBjb3B5IG9uIG91ciB3ZWJzaXRlIDxhIGhyZWY9Imh0dHBzOi8vd3d3LmJvb2tpbmctd3AtcGx1Z2luLmNvbSIgdGFyZ2V0PSJfYmxhbmsiPnd3dy5ib29raW5nLXdwLXBsdWdpbi5jb208L2E+LCBvciBjb250YWN0IHVzIGF0IDxhIGhyZWY9Im1haWx0bzpzdXBwb3J0QGJvb2tseS5pbmZvIj5zdXBwb3J0QGJvb2tseS5pbmZvPC9hPiBmb3IgYW55IGFzc2lzdGFuY2Uu\";}','yes'),(12602,'bookly_grace_notifications','a:3:{s:6:\"bookly\";s:1:\"0\";s:7:\"add-ons\";s:1:\"0\";s:4:\"sent\";i:18128;}','yes'),(12603,'bookly_app_show_time_zone_switcher','0','yes'),(12604,'bookly_l10n_label_pay_paypal','I will pay with a major credit card or PayPal. ','yes'),(12605,'bookly_url_cancel_confirm_page_url','https://mobileivhawaii.com','yes'),(12606,'bookly_url_final_step_url','','yes'),(12607,'bookly_cst_address_show_fields','a:7:{s:7:\"country\";a:1:{s:4:\"show\";s:1:\"0\";}s:6:\"street\";a:1:{s:4:\"show\";s:1:\"1\";}s:13:\"street_number\";a:1:{s:4:\"show\";s:1:\"0\";}s:8:\"postcode\";a:1:{s:4:\"show\";s:1:\"0\";}s:4:\"city\";a:1:{s:4:\"show\";s:1:\"0\";}s:5:\"state\";a:1:{s:4:\"show\";s:1:\"0\";}s:18:\"additional_address\";a:1:{s:4:\"show\";s:1:\"0\";}}','yes'),(12608,'bookly_cst_new_account_role','subscriber','yes'),(12609,'bookly_paypal_enabled','ec','yes'),(12610,'bookly_paypal_sandbox','0','yes'),(12611,'bookly_paypal_api_password','5FNUAR6NN5AZDVJ2','yes'),(12612,'bookly_paypal_api_signature','Al4WeTnbhiEk03BgjZbbeSZ--hOJAIY6wsnI6HgvVhPYgOE-1bKqHG4-','yes'),(12613,'bookly_paypal_api_username','michael_api1.michaelpasquale.com','yes'),(12614,'bookly_paypal_id','','yes'),(12615,'bookly_paypal_increase','0','yes'),(12616,'bookly_paypal_addition','0','yes'),(12617,'bookly_paypal_send_tax','0','yes'),(12618,'bookly_l10n_info_address','Address','yes'),(12619,'bookly_l10n_label_country','Country','yes'),(12620,'bookly_l10n_label_state','State/Region','yes'),(12621,'bookly_l10n_label_postcode','Postal Code','yes'),(12622,'bookly_l10n_label_city','City','yes'),(12623,'bookly_l10n_label_street','Address (Include Unit #)','yes'),(12624,'bookly_l10n_label_street_number','Street, Apartment or Condo Number','yes'),(12625,'bookly_l10n_label_additional_address','Additional Address','yes'),(12626,'bookly_l10n_invalid_day','Invalid day','yes'),(12627,'bookly_l10n_required_day','Day is required','yes'),(12628,'bookly_l10n_required_month','Month is required','yes'),(12629,'bookly_l10n_required_year','Year is required','yes'),(12630,'bookly_l10n_required_country','Country is required','yes'),(12631,'bookly_l10n_required_state','State is required','yes'),(12632,'bookly_l10n_required_postcode','Postcode is required','yes'),(12633,'bookly_l10n_required_city','City is required','yes'),(12634,'bookly_l10n_required_street','Street is required','yes'),(12635,'bookly_l10n_required_street_number','Number is required','yes'),(12636,'bookly_l10n_required_additional_address','Additional address is required','yes'),(12637,'bookly_l10n_label_birthday_day','','yes'),(12638,'bookly_l10n_label_birthday_month','Birthday','yes'),(12639,'bookly_l10n_label_birthday_year','','yes'),(12640,'bookly_fb_app_id','','yes'),(12641,'bookly_wc_enabled','0','yes'),(12642,'bookly_wc_product','','yes'),(12643,'bookly_l10n_wc_cart_info_name','Appointment','yes'),(12644,'bookly_l10n_wc_cart_info_value','Date: {appointment_date}\nTime: {appointment_time}\nService: {service_name}','yes'),(12648,'external_updates-bookly-addon-pro','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1662675663;s:14:\"checkedVersion\";s:3:\"5.3\";s:6:\"update\";O:8:\"stdClass\":10:{s:2:\"id\";i:0;s:4:\"slug\";s:16:\"bookly-addon-pro\";s:7:\"version\";s:3:\"5.3\";s:8:\"homepage\";N;s:6:\"tested\";s:5:\"6.0.1\";s:12:\"download_url\";s:192:\"https://api.booking-wp-plugin.com/1.1/plugins/bookly-addon-pro/download?purchase_code=bdfcce18-4283-4e19-8f9c-b4b68588eaa4&site_url=http%3A//mobileivhawaii.com&bookly=21.1&bookly-addon-pro=5.2\";s:14:\"upgrade_notice\";s:345:\"Important! There is a small risk that some issues may appear as a result of updating the plugin. Please note that, according to Envato rules, we will be able to help you only if you have active item support period. You can renew support here https://codecanyon.net/item/bookly-booking-plugin-responsive-appointment-booking-and-scheduling/7226091\";s:8:\"filename\";s:25:\"bookly-addon-pro/main.php\";s:12:\"translations\";a:0:{}s:5:\"icons\";O:8:\"stdClass\":1:{s:2:\"1x\";s:63:\"https://s3.envato.com/files/276918414/bookly-icon-(1)%20(3).png\";}}}','no'),(12704,'bookly_advanced_google_calendar_data_loaded','1','yes'),(12705,'bookly_advanced_google_calendar_db_version','2.4','yes'),(12706,'bookly_advanced_google_calendar_installation_time','1560549536','yes'),(12707,'bookly_advanced_google_calendar_envato_purchase_code','7e6b9361-2cf1-4fbb-9ffa-62db3be00517','yes'),(12708,'bookly_advanced_google_calendar_grace_start','1565733536','yes'),(12709,'bookly_gc_full_sync_offset_days_before','0','yes'),(12710,'bookly_gc_full_sync_titles','1','yes'),(12715,'external_updates-bookly-addon-advanced-google-calendar','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1662675674;s:14:\"checkedVersion\";s:3:\"2.4\";s:6:\"update\";O:8:\"stdClass\":10:{s:2:\"id\";i:0;s:4:\"slug\";s:37:\"bookly-addon-advanced-google-calendar\";s:7:\"version\";s:3:\"2.4\";s:8:\"homepage\";N;s:6:\"tested\";s:5:\"6.0.1\";s:12:\"download_url\";s:213:\"https://api.booking-wp-plugin.com/1.1/plugins/bookly-addon-advanced-google-calendar/download?purchase_code=7e6b9361-2cf1-4fbb-9ffa-62db3be00517&site_url=http%3A//mobileivhawaii.com&bookly=21.1&bookly-addon-pro=5.3\";s:14:\"upgrade_notice\";s:316:\"Important! There is a small risk that some issues may appear as a result of updating the plugin. Please note that, according to Envato rules, we will be able to help you only if you have active item support period. You can renew support here https://codecanyon.net/item/bookly-advanced-google-calendar-addon/22060579\";s:8:\"filename\";s:46:\"bookly-addon-advanced-google-calendar/main.php\";s:12:\"translations\";a:0:{}s:5:\"icons\";O:8:\"stdClass\":1:{s:2:\"1x\";s:58:\"https://s3.envato.com/files/257314406/15googlecalendar.jpg\";}}}','no'),(61500,'bookly_special_days_data_loaded','1','yes'),(61501,'bookly_special_days_db_version','4.8','yes'),(61502,'bookly_special_days_installation_time','1561406262','yes'),(61503,'bookly_special_days_envato_purchase_code','9a03b1b1-178c-4363-82ef-7348291cd867','yes'),(61504,'bookly_special_days_grace_start','1566590262','yes'),(61514,'external_updates-bookly-addon-special-days','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1662675677;s:14:\"checkedVersion\";s:3:\"4.8\";s:6:\"update\";O:8:\"stdClass\":10:{s:2:\"id\";i:0;s:4:\"slug\";s:25:\"bookly-addon-special-days\";s:7:\"version\";s:3:\"4.8\";s:8:\"homepage\";N;s:6:\"tested\";s:5:\"6.0.1\";s:12:\"download_url\";s:201:\"https://api.booking-wp-plugin.com/1.1/plugins/bookly-addon-special-days/download?purchase_code=9a03b1b1-178c-4363-82ef-7348291cd867&site_url=http%3A//mobileivhawaii.com&bookly=21.1&bookly-addon-pro=5.3\";s:14:\"upgrade_notice\";s:304:\"Important! There is a small risk that some issues may appear as a result of updating the plugin. Please note that, according to Envato rules, we will be able to help you only if you have active item support period. You can renew support here https://codecanyon.net/item/bookly-special-days-addon/18611122\";s:8:\"filename\";s:34:\"bookly-addon-special-days/main.php\";s:12:\"translations\";a:0:{}s:5:\"icons\";O:8:\"stdClass\":1:{s:2:\"1x\";s:54:\"https://s3.envato.com/files/257314246/6specialdays.png\";}}}','no'),(61625,'bookly_special_hours_data_loaded','1','yes'),(61626,'bookly_special_hours_db_version','3.3','yes'),(61627,'bookly_special_hours_installation_time','1561408015','yes'),(61628,'bookly_special_hours_envato_purchase_code','c443d337-d8aa-457d-9133-8a98d68ae2be','yes'),(61629,'bookly_special_hours_grace_start','1566592015','yes'),(61641,'external_updates-bookly-addon-special-hours','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1662675679;s:14:\"checkedVersion\";s:3:\"3.2\";s:6:\"update\";O:8:\"stdClass\":10:{s:2:\"id\";i:0;s:4:\"slug\";s:26:\"bookly-addon-special-hours\";s:7:\"version\";s:3:\"3.3\";s:8:\"homepage\";N;s:6:\"tested\";s:5:\"6.0.1\";s:12:\"download_url\";s:202:\"https://api.booking-wp-plugin.com/1.1/plugins/bookly-addon-special-hours/download?purchase_code=c443d337-d8aa-457d-9133-8a98d68ae2be&site_url=http%3A//mobileivhawaii.com&bookly=21.1&bookly-addon-pro=5.3\";s:14:\"upgrade_notice\";s:305:\"Important! There is a small risk that some issues may appear as a result of updating the plugin. Please note that, according to Envato rules, we will be able to help you only if you have active item support period. You can renew support here https://codecanyon.net/item/bookly-special-hours-addon/18704535\";s:8:\"filename\";s:35:\"bookly-addon-special-hours/main.php\";s:12:\"translations\";a:0:{}s:5:\"icons\";O:8:\"stdClass\":1:{s:2:\"1x\";s:52:\"https://s3.envato.com/files/276664014/icon_80x80.jpg\";}}}','no'),(65017,'external_updates-bookly-addon-service-extras','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1662675675;s:14:\"checkedVersion\";s:3:\"4.6\";s:6:\"update\";O:8:\"stdClass\":10:{s:2:\"id\";i:0;s:4:\"slug\";s:27:\"bookly-addon-service-extras\";s:7:\"version\";s:3:\"4.7\";s:8:\"homepage\";N;s:6:\"tested\";s:5:\"6.0.1\";s:12:\"download_url\";s:203:\"https://api.booking-wp-plugin.com/1.1/plugins/bookly-addon-service-extras/download?purchase_code=95cb9cc3-f5a7-43d4-b1f1-2cf39d2a6f75&site_url=http%3A//mobileivhawaii.com&bookly=21.1&bookly-addon-pro=5.3\";s:14:\"upgrade_notice\";s:306:\"Important! There is a small risk that some issues may appear as a result of updating the plugin. Please note that, according to Envato rules, we will be able to help you only if you have active item support period. You can renew support here https://codecanyon.net/item/bookly-service-extras-addon/15552320\";s:8:\"filename\";s:36:\"bookly-addon-service-extras/main.php\";s:12:\"translations\";a:0:{}s:5:\"icons\";O:8:\"stdClass\":1:{s:2:\"1x\";s:61:\"https://s3.envato.com/files/275715191/bookly_extras_80x80.jpg\";}}}','no'),(65352,'bookly_app_service_duration_with_price','NaN','yes'),(69440,'ai1wm_updater','a:0:{}','yes'),(76522,'r_notice_data','{\"type\":\"redux-message\",\"title\":\"<strong>Redux v4 Beta:  We Need Your Help!<\\/strong><br\\/>\\r\\n\\r\\n\",\"message\":\"The long in-development Redux v4 Beta is nearing completion and we could really use your help!  To learn how to do so, please read our latest blog post: <a href=\\\"https:\\/\\/reduxframework.com\\/2018\\/11\\/redux-4-0-we-need-your-help\\/\\\">Redux 4.0 - We Need Your Help!<\\/a>\",\"color\":\"rgba(0,162,227,1)\"}\n','yes'),(76523,'redux_blast','1562011420','yes'),(78424,'bookly_service_extras_data_loaded','1','yes'),(78425,'bookly_service_extras_db_version','4.7','yes'),(78426,'bookly_service_extras_installation_time','1562017924','yes'),(78427,'bookly_service_extras_envato_purchase_code','95cb9cc3-f5a7-43d4-b1f1-2cf39d2a6f75','yes'),(78428,'bookly_service_extras_grace_start','1567201924','yes'),(78429,'bookly_service_extras_enabled','1','yes'),(78430,'bookly_service_extras_multiply_nop','1','yes'),(78431,'bookly_service_extras_show','a:4:{i:0;s:5:\"title\";i:1;s:5:\"price\";i:2;s:5:\"image\";i:3;s:7:\"summary\";}','yes'),(78432,'bookly_service_extras_show_in_cart','1','yes'),(78433,'bookly_service_extras_after_step_time','0','yes'),(78434,'bookly_l10n_step_extras','Extras','yes'),(78435,'bookly_l10n_step_extras_button_next','Next','yes'),(78436,'bookly_l10n_info_extras_step','Select the Extras you\'d like (Multiple Selection)','yes'),(151828,'swpsmtp_options','a:8:{s:16:\"from_email_field\";s:26:\"[email protected]\";s:15:\"from_name_field\";s:16:\"Mobile IV Hawaii\";s:23:\"force_from_name_replace\";i:1;s:13:\"smtp_settings\";a:9:{s:4:\"host\";s:13:\"smtp.zoho.com\";s:15:\"type_encryption\";s:3:\"ssl\";s:4:\"port\";s:3:\"465\";s:13:\"autentication\";s:3:\"yes\";s:8:\"username\";s:26:\"[email protected]\";s:8:\"password\";s:20:\"RGVhdGhtYXJjaDIwMjAh\";s:12:\"enable_debug\";b:0;s:12:\"insecure_ssl\";b:0;s:12:\"encrypt_pass\";b:0;}s:15:\"allowed_domains\";s:16:\"eG96b29tLmNvbQ==\";s:14:\"reply_to_email\";s:26:\"[email protected]\";s:17:\"email_ignore_list\";s:0:\"\";s:19:\"enable_domain_check\";b:0;}','yes'),(151903,'smtp_test_mail','a:3:{s:10:\"swpsmtp_to\";s:15:\"[email protected]\";s:15:\"swpsmtp_subject\";s:12:\"test message\";s:15:\"swpsmtp_message\";s:12:\"test message\";}','yes'),(151958,'lp_toggle_wpautop_auto','','yes'),(151959,'classic-editor-replace','classic','yes'),(151960,'classic-editor-allow-users','disallow','yes'),(194199,'bookly_cart_data_loaded','1','yes'),(194200,'bookly_cart_db_version','2.8','yes'),(194201,'bookly_cart_installation_time','1562620187','yes'),(194202,'bookly_cart_envato_purchase_code','07b00722-1bd6-4471-89db-515490e85a05','yes'),(194203,'bookly_cart_grace_start','1567804187','yes'),(194204,'bookly_cart_enabled','1','yes'),(194205,'bookly_cart_show_columns','a:7:{s:7:\"service\";a:1:{s:4:\"show\";i:1;}s:4:\"date\";a:1:{s:4:\"show\";i:1;}s:4:\"time\";a:1:{s:4:\"show\";i:1;}s:8:\"employee\";a:1:{s:4:\"show\";i:1;}s:5:\"price\";a:1:{s:4:\"show\";i:1;}s:7:\"deposit\";a:1:{s:4:\"show\";i:1;}s:3:\"tax\";a:1:{s:4:\"show\";i:0;}}','yes'),(194206,'bookly_l10n_button_book_more','Book More','yes'),(194207,'bookly_l10n_info_cart_step','DEPOSIT REQUIRED - All IV Therapy Bookings require a 25% deposit in order to guarantee your appointment time slot. You\'ll find your deposit total listed below. We accept all major credit cards, as well as PayPal. \n\nBelow you can find the list of services you selected for booking.\n\nClick BOOK MORE if you want to add more services.','yes'),(194208,'bookly_l10n_step_cart','Cart','yes'),(194209,'bookly_l10n_step_cart_button_next','Next','yes'),(194210,'bookly_l10n_step_cart_slot_not_available','The highlighted time is not available anymore. Please, choose another time slot.','yes'),(194211,'bookly_chain_appointments_data_loaded','1','yes'),(194212,'bookly_chain_appointments_db_version','2.4','yes'),(194213,'bookly_chain_appointments_installation_time','1562620187','yes'),(194214,'bookly_chain_appointments_envato_purchase_code','6b23949b-2dd5-4c08-9361-e9b3a7237b51','yes'),(194215,'bookly_chain_appointments_grace_start','1567804187','yes'),(194216,'bookly_chain_appointments_enabled','1','yes'),(194217,'bookly_l10n_chain_appointments_book_more','Add Treatment','yes'),(194226,'bookly_group_booking_data_loaded','1','yes'),(194227,'bookly_group_booking_db_version','2.8','yes'),(194228,'bookly_group_booking_installation_time','1562620187','yes'),(194229,'bookly_group_booking_envato_purchase_code','3e2a2ab8-586e-49b5-8572-56d03a39bcda','yes'),(194230,'bookly_group_booking_grace_start','1567804187','yes'),(194231,'bookly_l10n_label_number_of_persons','Persons','yes'),(194232,'bookly_group_booking_app_show_nop','0','yes'),(194233,'bookly_group_booking_nop_format','busy','yes'),(194234,'bookly_multiply_appointments_data_loaded','1','yes'),(194235,'bookly_multiply_appointments_db_version','2.6','yes'),(194236,'bookly_multiply_appointments_installation_time','1562620188','yes'),(194237,'bookly_multiply_appointments_envato_purchase_code','6e195861-6204-4ef1-98a7-1ccdfed0c2d8','yes'),(194238,'bookly_multiply_appointments_grace_start','1567804188','yes'),(194239,'bookly_multiply_appointments_quantity_max','10','yes'),(194240,'bookly_l10n_label_multiply','Quantity','yes'),(194263,'external_updates-bookly-addon-cart','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1662675676;s:14:\"checkedVersion\";s:3:\"2.8\";s:6:\"update\";O:8:\"stdClass\":10:{s:2:\"id\";i:0;s:4:\"slug\";s:17:\"bookly-addon-cart\";s:7:\"version\";s:3:\"2.8\";s:8:\"homepage\";N;s:6:\"tested\";s:5:\"6.0.1\";s:12:\"download_url\";s:193:\"https://api.booking-wp-plugin.com/1.1/plugins/bookly-addon-cart/download?purchase_code=07b00722-1bd6-4471-89db-515490e85a05&site_url=http%3A//mobileivhawaii.com&bookly=21.1&bookly-addon-pro=5.3\";s:14:\"upgrade_notice\";s:296:\"Important! There is a small risk that some issues may appear as a result of updating the plugin. Please note that, according to Envato rules, we will be able to help you only if you have active item support period. You can renew support here https://codecanyon.net/item/bookly-cart-addon/21841764\";s:8:\"filename\";s:26:\"bookly-addon-cart/main.php\";s:12:\"translations\";a:0:{}s:5:\"icons\";O:8:\"stdClass\":1:{s:2:\"1x\";s:48:\"https://s3.envato.com/files/257314676/21cart.jpg\";}}}','no'),(194265,'external_updates-bookly-addon-chain-appointments','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1662675678;s:14:\"checkedVersion\";s:3:\"2.4\";s:6:\"update\";O:8:\"stdClass\":10:{s:2:\"id\";i:0;s:4:\"slug\";s:31:\"bookly-addon-chain-appointments\";s:7:\"version\";s:3:\"2.4\";s:8:\"homepage\";N;s:6:\"tested\";s:5:\"6.0.1\";s:12:\"download_url\";s:207:\"https://api.booking-wp-plugin.com/1.1/plugins/bookly-addon-chain-appointments/download?purchase_code=6b23949b-2dd5-4c08-9361-e9b3a7237b51&site_url=http%3A//mobileivhawaii.com&bookly=21.1&bookly-addon-pro=5.3\";s:14:\"upgrade_notice\";s:310:\"Important! There is a small risk that some issues may appear as a result of updating the plugin. Please note that, according to Envato rules, we will be able to help you only if you have active item support period. You can renew support here https://codecanyon.net/item/bookly-chain-appointments-addon/17367838\";s:8:\"filename\";s:40:\"bookly-addon-chain-appointments/main.php\";s:12:\"translations\";a:0:{}s:5:\"icons\";O:8:\"stdClass\":1:{s:2:\"1x\";s:49:\"https://s3.envato.com/files/257314361/11chain.png\";}}}','no'),(194267,'external_updates-bookly-addon-google-maps-address','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1563392033;s:14:\"checkedVersion\";s:3:\"1.4\";s:6:\"update\";O:8:\"stdClass\":9:{s:2:\"id\";i:0;s:4:\"slug\";s:32:\"bookly-addon-google-maps-address\";s:7:\"version\";s:3:\"1.4\";s:8:\"homepage\";N;s:6:\"tested\";N;s:12:\"download_url\";N;s:14:\"upgrade_notice\";N;s:8:\"filename\";s:41:\"bookly-addon-google-maps-address/main.php\";s:12:\"translations\";a:0:{}}}','no'),(194269,'external_updates-bookly-addon-group-booking','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1662675682;s:14:\"checkedVersion\";s:3:\"2.7\";s:6:\"update\";O:8:\"stdClass\":10:{s:2:\"id\";i:0;s:4:\"slug\";s:26:\"bookly-addon-group-booking\";s:7:\"version\";s:3:\"2.8\";s:8:\"homepage\";N;s:6:\"tested\";s:5:\"6.0.1\";s:12:\"download_url\";s:202:\"https://api.booking-wp-plugin.com/1.1/plugins/bookly-addon-group-booking/download?purchase_code=3e2a2ab8-586e-49b5-8572-56d03a39bcda&site_url=http%3A//mobileivhawaii.com&bookly=21.1&bookly-addon-pro=5.3\";s:14:\"upgrade_notice\";s:305:\"Important! There is a small risk that some issues may appear as a result of updating the plugin. Please note that, according to Envato rules, we will be able to help you only if you have active item support period. You can renew support here https://codecanyon.net/item/bookly-group-booking-addon/21344225\";s:8:\"filename\";s:35:\"bookly-addon-group-booking/main.php\";s:12:\"translations\";a:0:{}s:5:\"icons\";O:8:\"stdClass\":1:{s:2:\"1x\";s:55:\"https://s3.envato.com/files/257314273/8groupbooking.jpg\";}}}','no'),(194272,'external_updates-bookly-addon-multiply-appointments','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1662675671;s:14:\"checkedVersion\";s:3:\"2.6\";s:6:\"update\";O:8:\"stdClass\":10:{s:2:\"id\";i:0;s:4:\"slug\";s:34:\"bookly-addon-multiply-appointments\";s:7:\"version\";s:3:\"2.6\";s:8:\"homepage\";N;s:6:\"tested\";s:5:\"6.0.1\";s:12:\"download_url\";s:210:\"https://api.booking-wp-plugin.com/1.1/plugins/bookly-addon-multiply-appointments/download?purchase_code=6e195861-6204-4ef1-98a7-1ccdfed0c2d8&site_url=http%3A//mobileivhawaii.com&bookly=21.1&bookly-addon-pro=5.3\";s:14:\"upgrade_notice\";s:313:\"Important! There is a small risk that some issues may appear as a result of updating the plugin. Please note that, according to Envato rules, we will be able to help you only if you have active item support period. You can renew support here https://codecanyon.net/item/bookly-multiply-appointments-addon/17457141\";s:8:\"filename\";s:43:\"bookly-addon-multiply-appointments/main.php\";s:12:\"translations\";a:0:{}s:5:\"icons\";O:8:\"stdClass\":1:{s:2:\"1x\";s:52:\"https://s3.envato.com/files/277980955/icon_80x80.png\";}}}','no'),(217111,'recovery_keys','a:1:{s:22:\"VzzwB7u5EWTiQpjNy3hVJg\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bf19sZN8A9rr/IkYG7xhKuB3Or3Egm1\";s:10:\"created_at\";i:1662675536;}}','yes'),(217123,'recovery_mode_email_last_sent','1662675536','yes'),(217269,'theme_mods_twentynineteen','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:6:\"menu-1\";i:23;s:17:\"taptap-by-bonfire\";i:24;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1562796691;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:20:\"taptap-widgets-above\";a:0:{}s:14:\"taptap-widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:8:\"search-2\";}}}}','yes'),(323208,'duplicator_pro_exe_safe_mode','','yes'),(323209,'duplicator_pro_migration','1','yes'),(337755,'wordfence_syncAttackDataAttempts','0','no'),(337756,'wordfence_syncingAttackData','0','no'),(337758,'wordfence_lastSyncAttackData','1601496404','no'),(520128,'wp_mail_smtp_initial_version','1.5.2','no'),(520129,'wp_mail_smtp_version','1.6.2','no'),(520130,'wp_mail_smtp','a:10:{s:4:\"mail\";a:6:{s:10:\"from_email\";s:26:\"[email protected]\";s:9:\"from_name\";s:72:\"Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolulu Hawaii\";s:6:\"mailer\";s:4:\"smtp\";s:11:\"return_path\";b:0;s:16:\"from_email_force\";b:0;s:15:\"from_name_force\";b:0;}s:4:\"smtp\";a:7:{s:7:\"autotls\";b:1;s:4:\"auth\";b:1;s:4:\"host\";s:13:\"smtp.zoho.com\";s:10:\"encryption\";s:3:\"ssl\";s:4:\"port\";i:465;s:4:\"user\";s:26:\"[email protected]\";s:4:\"pass\";s:72:\"PlrRlxhifdt7F2VefA3JV9jwctpvb2mGwlX+LZQWCcB0415KjONPmcJ/mb4BLR72ez+vTQ==\";}s:5:\"gmail\";a:2:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";}s:7:\"mailgun\";a:3:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";s:6:\"region\";s:2:\"US\";}s:8:\"sendgrid\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:7:\"smtpcom\";a:2:{s:7:\"api_key\";s:0:\"\";s:7:\"channel\";s:0:\"\";}s:10:\"sendinblue\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:7:\"general\";a:1:{s:29:\"summary_report_email_disabled\";b:1;}s:8:\"postmark\";a:2:{s:16:\"server_api_token\";s:0:\"\";s:14:\"message_stream\";s:0:\"\";}s:9:\"sparkpost\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"region\";s:2:\"US\";}}','no'),(520141,'_amn_smtp_last_checked','1590364800','yes'),(520192,'wp_mail_smtp_debug','a:0:{}','no'),(784609,'acf_pro_license','YToyOntzOjM6ImtleSI7czo3MjoiYjNKa1pYSmZhV1E5TVRZM01EWTBmSFI1Y0dVOWNHVnljMjl1WVd4OFpHRjBaVDB5TURFNUxUQTRMVEExSURJd09qTTBPalU0IjtzOjM6InVybCI7czoyNjoiaHR0cHM6Ly9tb2JpbGVpdmhhd2FpaS5jb20iO30=','yes'),(785234,'wpb_js_js_composer_purchase_code','d8c394b0-6343-4f2e-8d2e-5b6363da449e','yes'),(869552,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:29:\"wp-review-slider-pro/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.4.5\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1662675593;s:11:\"plugin_path\";s:45:\"wp-review-slider-pro/wp-review-slider-pro.php\";}}s:7:\"abspath\";s:25:\"/home/mobileivhawaii/www/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:45:\"wp-review-slider-pro/wp-review-slider-pro.php\";s:8:\"sdk_path\";s:29:\"wp-review-slider-pro/freemius\";s:7:\"version\";s:5:\"2.4.5\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1662675593;}}','yes'),(869553,'fs_debug_mode','','yes'),(869554,'fs_accounts','a:12:{s:21:\"id_slug_type_path_map\";a:2:{i:374;a:3:{s:4:\"slug\";s:21:\"foobox-image-lightbox\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:37:\"foobox-image-lightbox/foobox-free.php\";}i:646;a:3:{s:4:\"slug\";s:20:\"wp-review-slider-pro\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:45:\"wp-review-slider-pro/wp-review-slider-pro.php\";}}s:11:\"plugin_data\";a:2:{s:21:\"foobox-image-lightbox\";a:15:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:37:\"foobox-image-lightbox/foobox-free.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1565210655;s:16:\"sdk_last_version\";s:5:\"2.3.0\";s:11:\"sdk_version\";s:5:\"2.4.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:5:\"2.7.3\";s:14:\"plugin_version\";s:6:\"2.7.16\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:21:\"is_plugin_new_install\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:18:\"mobileivhawaii.com\";s:9:\"server_ip\";s:12:\"67.52.72.234\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1565210655;s:7:\"version\";s:5:\"2.7.3\";}s:17:\"was_plugin_loaded\";b:1;s:15:\"prev_is_premium\";b:0;}s:20:\"wp-review-slider-pro\";a:28:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:45:\"wp-review-slider-pro/wp-review-slider-pro.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1658264431;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.4.3\";s:11:\"sdk_version\";s:5:\"2.4.5\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:6:\"11.4.4\";s:14:\"plugin_version\";s:6:\"11.4.8\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:18:\"mobileivhawaii.com\";s:9:\"server_ip\";s:36:\"2603:800c:ef0:7960:5ced:252:7ce7:63f\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1658264431;s:7:\"version\";s:6:\"11.4.1\";}s:15:\"prev_is_premium\";b:1;s:30:\"is_extensions_tracking_allowed\";b:0;s:14:\"has_trial_plan\";b:1;s:22:\"install_sync_timestamp\";i:1662704294;s:19:\"keepalive_timestamp\";i:1662704294;s:16:\"last_license_key\";s:32:\"1ae51f3fc549a15d4fee64083b454122\";s:20:\"last_license_user_id\";N;s:15:\"is_whitelabeled\";b:0;s:20:\"activation_timestamp\";i:1658264446;s:13:\"subscriptions\";a:1:{i:0;O:15:\"FS_Subscription\":20:{s:7:\"user_id\";s:7:\"4246583\";s:10:\"install_id\";s:7:\"9973818\";s:7:\"plan_id\";s:3:\"913\";s:10:\"license_id\";s:6:\"972402\";s:11:\"total_gross\";i:59;s:16:\"amount_per_cycle\";i:59;s:13:\"billing_cycle\";i:12;s:19:\"outstanding_balance\";i:0;s:15:\"failed_payments\";i:0;s:7:\"gateway\";s:6:\"paypal\";s:11:\"external_id\";s:14:\"I-EMAV2K4F7US6\";s:10:\"trial_ends\";N;s:12:\"next_payment\";s:19:\"2023-07-18 10:00:00\";s:11:\"canceled_at\";N;s:6:\"vat_id\";N;s:12:\"country_code\";s:2:\"us\";s:2:\"id\";s:6:\"305628\";s:7:\"updated\";s:19:\"2022-07-19 20:50:04\";s:7:\"created\";s:19:\"2022-07-18 20:45:32\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"sync_cron\";O:8:\"stdClass\":5:{s:7:\"version\";s:6:\"11.4.1\";s:7:\"blog_id\";i:0;s:11:\"sdk_version\";s:5:\"2.4.3\";s:9:\"timestamp\";i:1658264453;s:2:\"on\";b:1;}s:14:\"sync_timestamp\";i:1662704294;s:9:\"beta_data\";a:2:{s:7:\"is_beta\";b:0;s:7:\"version\";s:6:\"11.4.8\";}s:30:\"affiliate_program_notice_shown\";i:1660943016;}}s:13:\"file_slug_map\";a:2:{s:37:\"foobox-image-lightbox/foobox-free.php\";s:21:\"foobox-image-lightbox\";s:45:\"wp-review-slider-pro/wp-review-slider-pro.php\";s:20:\"wp-review-slider-pro\";}s:7:\"plugins\";a:2:{s:21:\"foobox-image-lightbox\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:21:\"FooBox Image Lightbox\";s:4:\"slug\";s:21:\"foobox-image-lightbox\";s:12:\"premium_slug\";s:29:\"foobox-image-lightbox-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:37:\"foobox-image-lightbox/foobox-free.php\";s:7:\"version\";s:6:\"2.7.16\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_7a17ec700c89fe71a25605589e0b9\";s:10:\"secret_key\";N;s:2:\"id\";s:3:\"374\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}s:20:\"wp-review-slider-pro\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:20:\"WP Review Slider Pro\";s:4:\"slug\";s:20:\"wp-review-slider-pro\";s:12:\"premium_slug\";s:20:\"wp-review-slider-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";s:8:\"selected\";s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:45:\"wp-review-slider-pro/wp-review-slider-pro.php\";s:7:\"version\";s:6:\"11.4.8\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:1;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_118102a96ccea6cd5fab38e72dc0f\";s:10:\"secret_key\";N;s:2:\"id\";s:3:\"646\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"0c850e99346446a1296978c35fc29aa8\";s:13:\"admin_notices\";a:2:{s:21:\"foobox-image-lightbox\";a:0:{}s:20:\"wp-review-slider-pro\";a:0:{}}s:5:\"plans\";a:1:{s:20:\"wp-review-slider-pro\";a:2:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:4:\"NjQ2\";s:4:\"name\";s:8:\"ZnJlZQ==\";s:5:\"title\";s:8:\"RnJlZQ==\";s:11:\"description\";s:16:\"RnJlZSBWZXJzaW9u\";s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:4:\"MQ==\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:0:\"\";s:2:\"id\";s:8:\"MTAzOA==\";s:7:\"updated\";s:28:\"MjAxNy0wNi0yMyAxNzozMTozMw==\";s:7:\"created\";s:28:\"MjAxNy0wMS0zMSAwNToxODo0Ng==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:1;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:4:\"NjQ2\";s:4:\"name\";s:4:\"cHJv\";s:5:\"title\";s:4:\"UHJv\";s:11:\"description\";s:16:\"UHJvIFZlcnNpb24=\";s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:0:\"\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";s:4:\"Nw==\";s:23:\"is_require_subscription\";s:4:\"MQ==\";s:10:\"support_kb\";s:80:\"aHR0cDovL3dwcmV2aWV3c2xpZGVyLnVzZXJlY2hvLmNvbS9mb3J1bXMvMi1rbm93bGVkZ2UtYmFzZS8=\";s:13:\"support_forum\";s:48:\"aHR0cDovL3dwcmV2aWV3c2xpZGVyLnVzZXJlY2hvLmNvbS8=\";s:13:\"support_email\";s:24:\"bGFuZGpsbGNAZ21haWwuY29t\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:0:\"\";s:2:\"id\";s:4:\"OTEz\";s:7:\"updated\";s:28:\"MjAxOS0wNi0wMyAxNDozMDoyMA==\";s:7:\"created\";s:28:\"MjAxNi0xMi0yMSAxNToyMjowMA==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:5:\"sites\";a:1:{s:20:\"wp-review-slider-pro\";O:7:\"FS_Site\":26:{s:7:\"site_id\";s:8:\"11421568\";s:9:\"plugin_id\";s:3:\"646\";s:7:\"user_id\";s:7:\"4246583\";s:5:\"title\";s:64:\"Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolul\";s:3:\"url\";s:26:\"https://mobileivhawaii.com\";s:7:\"version\";s:6:\"11.4.8\";s:8:\"language\";s:5:\"en-US\";s:7:\"charset\";s:5:\"UTF-8\";s:16:\"platform_version\";s:5:\"6.0.2\";s:11:\"sdk_version\";s:5:\"2.4.5\";s:28:\"programming_language_version\";s:6:\"7.4.24\";s:7:\"plan_id\";s:3:\"913\";s:10:\"license_id\";s:6:\"972402\";s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:1;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";b:0;s:10:\"public_key\";s:32:\"pk_abff88ad6259def699a49390b51b1\";s:10:\"secret_key\";s:32:\"sk_dk8PW6d^qunw$MG(?Dks:T8x=6<>V\";s:2:\"id\";s:7:\"9973818\";s:7:\"updated\";s:19:\"2022-09-08 22:05:04\";s:7:\"created\";s:19:\"2022-07-19 20:50:04\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:5:\"users\";a:1:{i:4246583;O:7:\"FS_User\":12:{s:5:\"email\";s:17:\"[email protected]\";s:5:\"first\";s:4:\"troy\";s:4:\"last\";s:6:\"wilson\";s:11:\"is_verified\";b:1;s:11:\"customer_id\";N;s:5:\"gross\";i:146;s:10:\"public_key\";s:32:\"pk_be920625939416365e419e964b7c4\";s:10:\"secret_key\";s:32:\"sk_0sLY_5J:LPm!S8~jTC80_~.@u7x:o\";s:2:\"id\";s:7:\"4246583\";s:7:\"updated\";s:19:\"2022-07-18 20:45:40\";s:7:\"created\";s:19:\"2021-01-12 21:13:59\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:23:\"user_id_license_ids_map\";a:1:{i:646;a:1:{i:4246583;a:2:{i:0;i:972402;i:1;i:945804;}}}s:12:\"all_licenses\";a:1:{i:646;a:2:{i:0;O:17:\"FS_Plugin_License\":21:{s:9:\"plugin_id\";s:3:\"646\";s:7:\"user_id\";s:7:\"4246583\";s:7:\"plan_id\";s:3:\"913\";s:16:\"parent_plan_name\";N;s:17:\"parent_plan_title\";N;s:17:\"parent_license_id\";N;s:8:\"products\";N;s:10:\"pricing_id\";s:4:\"1745\";s:5:\"quota\";i:5;s:9:\"activated\";i:1;s:15:\"activated_local\";i:0;s:10:\"expiration\";s:19:\"2023-07-19 10:00:00\";s:10:\"secret_key\";s:32:\"sk_tmI+93EwW3M4ThrbxEb!HM793.hQU\";s:15:\"is_whitelabeled\";b:0;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:12:\"is_cancelled\";b:0;s:2:\"id\";s:6:\"972402\";s:7:\"updated\";s:19:\"2022-07-19 20:50:04\";s:7:\"created\";s:19:\"2022-07-18 20:45:32\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:1;O:17:\"FS_Plugin_License\":21:{s:9:\"plugin_id\";s:3:\"646\";s:7:\"user_id\";s:7:\"4246583\";s:7:\"plan_id\";s:3:\"913\";s:16:\"parent_plan_name\";N;s:17:\"parent_plan_title\";N;s:17:\"parent_license_id\";N;s:8:\"products\";N;s:10:\"pricing_id\";s:3:\"719\";s:5:\"quota\";i:1;s:9:\"activated\";i:1;s:15:\"activated_local\";i:0;s:10:\"expiration\";s:19:\"2023-05-23 10:00:00\";s:10:\"secret_key\";s:32:\"sk_Yi5yN~RGhP??97@.!lB%&%&Tm!IOJ\";s:15:\"is_whitelabeled\";b:0;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:12:\"is_cancelled\";b:0;s:2:\"id\";s:6:\"945804\";s:7:\"updated\";s:19:\"2022-05-23 02:22:19\";s:7:\"created\";s:19:\"2022-05-23 02:20:35\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:7:\"updates\";a:1:{i:646;N;}}','yes');
INSERT INTO `wp_options` VALUES (869555,'fs_api_cache','a:10:{s:26:\"get:/v1/users/4246583.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":15:{s:5:\"gross\";i:146;s:6:\"source\";i:0;s:13:\"last_login_at\";N;s:12:\"email_status\";s:9:\"delivered\";s:5:\"email\";s:17:\"[email protected]\";s:5:\"first\";s:4:\"troy\";s:4:\"last\";s:6:\"wilson\";s:7:\"picture\";N;s:2:\"ip\";s:12:\"79.110.53.26\";s:11:\"is_verified\";b:1;s:10:\"secret_key\";s:32:\"sk_0sLY_5J:LPm!S8~jTC80_~.@u7x:o\";s:10:\"public_key\";s:32:\"pk_be920625939416365e419e964b7c4\";s:2:\"id\";s:7:\"4246583\";s:7:\"created\";s:19:\"2021-01-12 21:13:59\";s:7:\"updated\";s:19:\"2022-07-18 20:45:40\";}s:7:\"created\";i:1658264446;s:9:\"timestamp\";i:1658350846;}s:29:\"get:/v1/installs/9973818.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":33:{s:7:\"site_id\";s:8:\"11421568\";s:9:\"plugin_id\";s:3:\"646\";s:7:\"user_id\";s:7:\"4246583\";s:3:\"url\";s:26:\"https://mobileivhawaii.com\";s:5:\"title\";s:64:\"Mobile IV - Hangover Doc - Hydration - Vitamin Therapy | Honolul\";s:7:\"version\";s:6:\"11.4.1\";s:7:\"plan_id\";s:3:\"913\";s:10:\"license_id\";s:6:\"972402\";s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:15:\"subscription_id\";s:6:\"305628\";s:5:\"gross\";i:59;s:12:\"country_code\";s:2:\"sg\";s:8:\"language\";s:5:\"en-US\";s:7:\"charset\";s:5:\"UTF-8\";s:16:\"platform_version\";s:5:\"6.0.1\";s:11:\"sdk_version\";s:5:\"2.4.3\";s:28:\"programming_language_version\";s:6:\"7.4.24\";s:9:\"is_active\";b:1;s:15:\"is_disconnected\";b:0;s:10:\"is_premium\";b:1;s:14:\"is_uninstalled\";b:0;s:9:\"is_locked\";b:0;s:6:\"source\";i:0;s:8:\"upgraded\";N;s:12:\"last_seen_at\";s:19:\"2022-07-19 20:50:06\";s:26:\"last_served_update_version\";N;s:10:\"secret_key\";s:32:\"sk_dk8PW6d^qunw$MG(?Dks:T8x=6<>V\";s:10:\"public_key\";s:32:\"pk_abff88ad6259def699a49390b51b1\";s:2:\"id\";s:7:\"9973818\";s:7:\"created\";s:19:\"2022-07-19 20:50:04\";s:7:\"updated\";s:19:\"2022-07-19 20:50:04\";s:7:\"is_beta\";b:0;}s:7:\"created\";i:1658264446;s:9:\"timestamp\";i:1658350846;}s:44:\"get:/v1/users/4246583/plugins/646/plans.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:5:\"plans\";a:2:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:3:\"646\";s:4:\"name\";s:4:\"free\";s:5:\"title\";s:4:\"Free\";s:11:\"description\";s:12:\"Free Version\";s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:1;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";N;s:23:\"is_require_subscription\";b:0;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:0;s:2:\"id\";s:4:\"1038\";s:7:\"updated\";s:19:\"2017-06-23 17:31:33\";s:7:\"created\";s:19:\"2017-01-31 05:18:46\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:1;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:3:\"646\";s:4:\"name\";s:3:\"pro\";s:5:\"title\";s:3:\"Pro\";s:11:\"description\";s:11:\"Pro Version\";s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";i:7;s:23:\"is_require_subscription\";b:1;s:10:\"support_kb\";s:59:\"http://wpreviewslider.userecho.com/forums/2-knowledge-base/\";s:13:\"support_forum\";s:35:\"http://wpreviewslider.userecho.com/\";s:13:\"support_email\";s:18:\"[email protected]\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:0;s:2:\"id\";s:3:\"913\";s:7:\"updated\";s:19:\"2019-06-03 14:30:20\";s:7:\"created\";s:19:\"2016-12-21 15:22:00\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:7:\"created\";i:1662704294;s:9:\"timestamp\";i:1662790694;}s:64:\"get:/v1/users/4246583/plugins/646/licenses.json?is_enriched=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:8:\"licenses\";a:2:{i:0;O:17:\"FS_Plugin_License\":21:{s:9:\"plugin_id\";s:3:\"646\";s:7:\"user_id\";s:7:\"4246583\";s:7:\"plan_id\";s:3:\"913\";s:16:\"parent_plan_name\";N;s:17:\"parent_plan_title\";N;s:17:\"parent_license_id\";N;s:8:\"products\";N;s:10:\"pricing_id\";s:4:\"1745\";s:5:\"quota\";i:5;s:9:\"activated\";i:1;s:15:\"activated_local\";i:0;s:10:\"expiration\";s:19:\"2023-07-19 10:00:00\";s:10:\"secret_key\";s:32:\"sk_tmI+93EwW3M4ThrbxEb!HM793.hQU\";s:15:\"is_whitelabeled\";b:0;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:12:\"is_cancelled\";b:0;s:2:\"id\";s:6:\"972402\";s:7:\"updated\";s:19:\"2022-07-19 20:50:04\";s:7:\"created\";s:19:\"2022-07-18 20:45:32\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:1;O:17:\"FS_Plugin_License\":21:{s:9:\"plugin_id\";s:3:\"646\";s:7:\"user_id\";s:7:\"4246583\";s:7:\"plan_id\";s:3:\"913\";s:16:\"parent_plan_name\";N;s:17:\"parent_plan_title\";N;s:17:\"parent_license_id\";N;s:8:\"products\";N;s:10:\"pricing_id\";s:3:\"719\";s:5:\"quota\";i:1;s:9:\"activated\";i:1;s:15:\"activated_local\";i:0;s:10:\"expiration\";s:19:\"2023-05-23 10:00:00\";s:10:\"secret_key\";s:32:\"sk_Yi5yN~RGhP??97@.!lB%&%&Tm!IOJ\";s:15:\"is_whitelabeled\";b:0;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:0;s:12:\"is_cancelled\";b:0;s:2:\"id\";s:6:\"945804\";s:7:\"updated\";s:19:\"2022-05-23 02:22:19\";s:7:\"created\";s:19:\"2022-05-23 02:20:35\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:7:\"created\";i:1662704294;s:9:\"timestamp\";i:1662790694;}s:59:\"get:/v1/installs/9973818/licenses/972402/subscriptions.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:13:\"subscriptions\";a:1:{i:0;O:8:\"stdClass\":31:{s:11:\"total_gross\";i:59;s:16:\"amount_per_cycle\";i:59;s:14:\"initial_amount\";i:59;s:14:\"renewal_amount\";i:59;s:17:\"renewals_discount\";N;s:22:\"renewals_discount_type\";s:10:\"percentage\";s:13:\"billing_cycle\";i:12;s:19:\"outstanding_balance\";i:0;s:15:\"failed_payments\";i:0;s:10:\"trial_ends\";N;s:12:\"next_payment\";s:19:\"2023-07-18 10:00:00\";s:11:\"canceled_at\";N;s:7:\"user_id\";s:7:\"4246583\";s:10:\"install_id\";s:7:\"9973818\";s:7:\"plan_id\";s:3:\"913\";s:10:\"pricing_id\";s:4:\"1745\";s:10:\"license_id\";s:6:\"972402\";s:2:\"ip\";s:12:\"76.39.10.121\";s:12:\"country_code\";s:2:\"us\";s:6:\"vat_id\";N;s:9:\"coupon_id\";N;s:12:\"user_card_id\";N;s:6:\"source\";i:0;s:9:\"plugin_id\";s:3:\"646\";s:11:\"external_id\";s:14:\"I-EMAV2K4F7US6\";s:7:\"gateway\";s:6:\"paypal\";s:11:\"environment\";i:0;s:2:\"id\";s:6:\"305628\";s:7:\"created\";s:19:\"2022-07-18 20:45:32\";s:7:\"updated\";s:19:\"2022-07-19 20:50:04\";s:8:\"currency\";s:3:\"usd\";}}}s:7:\"created\";i:1662704294;s:9:\"timestamp\";i:1662790694;}s:90:\"get:/v1/installs/9973818/updates/latest.json?is_premium=true&newer_than=11.4.1&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":19:{s:9:\"plugin_id\";s:3:\"646\";s:12:\"developer_id\";s:3:\"586\";s:4:\"slug\";N;s:12:\"premium_slug\";s:20:\"wp-review-slider-pro\";s:7:\"version\";s:6:\"11.4.3\";s:11:\"sdk_version\";s:5:\"2.4.3\";s:25:\"requires_platform_version\";s:5:\"3.0.1\";s:20:\"tested_up_to_version\";s:3:\"6.0\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:11255;s:2:\"id\";s:5:\"45212\";s:7:\"created\";s:19:\"2022-07-21 21:16:10\";s:7:\"updated\";s:19:\"2022-07-25 19:41:40\";s:11:\"is_released\";b:0;s:3:\"url\";s:386:\"https://api.freemius.com/v1/installs/9973818/updates/45212.zip?is_premium=true&authorization=FSLA+9973818%3AYij-Rm3uKVQPS_TAT_h3CtFlqeIZX_8-gg8xZSh-4bD5awiWEr6qicBY0sT2MMElbCPlatLEIiy3enI_t8HcVqJHBkaGi9fKYhF_r9AHrDgaFBg95Yb2T7RFjn3AO14lqtoqdD9G7DLIGNdircBAnmQgxyf4GIa6UEJC7uk9LROhMVk4GIbkglN734V2AGKagpLd3dJbdG6hDunSNOMmr_bwu970ox_cEXibEGi2PUf_zZfG5GSHJop23NBPa6jC0BJs-Cr4chm0Upnp6O8eQA\";s:6:\"readme\";O:8:\"stdClass\":10:{s:4:\"name\";s:20:\"WP Review Slider Pro\";s:4:\"slug\";s:16:\"wp-review-slider\";s:4:\"tags\";O:8:\"stdClass\":4:{s:7:\"reviews\";s:7:\"reviews\";s:6:\"slider\";s:6:\"slider\";s:8:\"facebook\";s:8:\"facebook\";s:4:\"yelp\";s:4:\"yelp\";}s:8:\"requires\";s:5:\"3.0.1\";s:6:\"tested\";s:3:\"6.0\";s:10:\"stable_tag\";s:6:\"11.4.3\";s:8:\"sections\";O:8:\"stdClass\":3:{s:11:\"description\";s:166:\"<p>Pro Version - Allows you to easily display your Facebook Page, Yelp, Google, Manually Input, and 80+ other site reviews in your Posts, Pages, and Widget areas.</p>\";s:12:\"installation\";s:371:\"<p>This section describes how to install the plugin and get it working.</p>\n\n<p>e.g.</p>\n\n<ol>\n<li>Upload <code>wp-review-slider-pro</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress</li>\n<li>Place <code>&lt;?php do_action(\'WP_Review_Pro_hook\'); ?&gt;</code> in your templates</li>\n</ol>\";s:9:\"changelog\";s:28111:\"<p>=11.4.3=\nAdded CSS classes to prev and next grid pagination buttons. Updated Review Funnel auto-download to make it more reliable. Fixed duplicate review bug for certain Review Funnel types. Added another badge style. Fix total and avg for TripAdvisor hotel.</p>\n\n<p>=11.4.1=\nFixed jQuery migrate warnings. Fixed Zillow bug when there is a space in URL. Fixed Experience download. Switched language detector to detectlanguage.com api.</p>\n\n<p>=11.4.0=\nAdded Reviews.io. Added multi-select custom tag field to forms. Forms will now pre-fill with logged in user email and name. Added endless scroll option to grid load more function. Added site icon size option. CSS fix for pagespeed. Added decimal place option for badge average. Added another custom image icon for badges.</p>\n\n<p>=11.3.7=\nSmall bug with booking reviews total and averages. Added preview option when creating Review Template. Changed format of Template page. Added star size option. Added verified option on template. Other small bug fixes.</p>\n\n<p>=11.3.5=\nBug fix with duplicate Google reviews for Google Crawl method. Bug fix for TripAdvisor download.</p>\n\n<p>=11.3.4=\nSmall bug fix for Forms custom checkboxes.</p>\n\n<p>=11.3.3=\nBug fix with Float Pop-Ups. Added Avatar size option to review template.</p>\n\n<p>=11.3.2=\nBug fix with initial override for avatars. Small bug fixes.</p>\n\n<p>=11.3.0=\nAdded Sourceforge reviews. Added WordPress.org reviews. Google Crawl hotel review fix. Bug fix for wordpress.org reviews. Bug fix for pop-up badge editing header. Bug fix for Yelp badge totals. Yelp download fix. Border setting for review template styles 2,4,5. Bug fix for TripAdvisor activities.</p>\n\n<p>=11.2.7=\nSmall bug fix with Google Crawl method for hotels. Bug fix for custom check box on Form input not being saved.</p>\n\n<p>=11.2.6=\nBug fix with thumbs on forms.</p>\n\n<p>=11.2.5=\nSmall bug fix with Google Crawl method.</p>\n\n<p>=11.2.4=\nEditor role now has access to the Review List and the Analytics. Fix for Google Crawl. Fix for woocommerce reviews that do not have a rating value. Added warning messages to review funnel.</p>\n\n<p>=11.2.3=\nFix for experience.com review download.</p>\n\n<p>=11.2.2=\nFix for Facebook filter by page.</p>\n\n<p>=11.2.1=\nFix to cron jobs for Google Crawl method. Fix to TripAdvisor hotel reviews.</p>\n\n<p>=11.2.0=\nFix to FeedbackCompany reviews. Added StyleSeat reviews. Other small bug fixes. TripAdvisor Rental review fix.</p>\n\n<p>=11.1.9=\nUpdate to Google Crawl method for hotels. Updated smileys and thumbs up/down icons for forms.</p>\n\n<p>=11.1.8=\nReview List page selection now alphabetic. Review List search box will also now search page_id. Google Crawl method fixed for hotels. WooCommerce fix for auto-approved reviews. If WPML is used the language code added to review. Review Template setting added if using WPML and you want to filter by current language. Small schema update. Badge star color fix.</p>\n\n<p>=11.1.7=\nSmall bug fix with badge style 4.</p>\n\n<p>=11.1.6=\nStar images use SVG instead of custom font.  Added filter by text string to review template shortcode. Added TrueLocal.com reviews. Added Feedback Company reviews. Added Experience.com reviews. Yelp link in review template can now be turned off. Added new Google Crawl download method that will return 10 newest reviews, does not cost credits. Added small thumbnails in Review List if the review has media. Added new template style 11 for woocommerce product image on left of review.</p>\n\n<p>=11.1.5=\nForms bug fix. Get Reviews > TripAdvisor bug fix for Activities. Forms custom field media upload added.</p>\n\n<p>=11.1.4=\nBadge bug fix. Another form shortcode paramater that will auto-popup a form. Front end filters can not be used on the Advanced Slider. Get Reviews > TripAdvisor alternative method bug fix. Get Reviews > Angies list bug fix. General optimizations with fonts and images.</p>\n\n<p>=11.1.3=\nAdvance slider bug fix for center mode. Fixed js error in review list > tags.</p>\n\n<p>=11.1.1=\nAdded shortcode parameters to badges. Badge will now use all WooCommerce products if no page is selected. Changed break points for Advanced slider. Hide rest of form option for rating will now respect re-ordered form. Bug fix for icons on form. Show float on all pages except is now an option. Added ability to track IP address on Form submission. Option to hide review rating after click on form. You can now use custom HTML in manually added reviews. Added custom form fields to the form. Another review template Filter, contains these words, but not these.</p>\n\n<p>=11.1.0=\nAdded Hostelworld reviews. Added default tags to Forms. TripAdvisor bug fixes. Added lazy load attribute to avatars. Review Funnel option to use Google Place ID. Review Funnel added jobs notice. Bug fixes to Pop-in/out. Bug fix for double-line breaks in Yelp. Other bug fixes.</p>\n\n<p>=11.0.9.9=\nBug fix for last name display options. Bug fix for hide arrows on mobile. Added ability to add html tags to review text.</p>\n\n<p>=11.0.9.8=\nAdded filter by Post ID for Badge. Google Schema can show number of votes or number of reviews. Combined CSS files. Added more name options. Bug fixed when going more than 5 across for slider. Other small bug fixes.</p>\n\n<p>=11.0.9.7=\nFixed Get Reviews > Yelp bug. Other small bug fixes.</p>\n\n<p>=11.0.9.6=\nAdded qualitelis. Upgraded Freemius sdk to 2.4.2. Modified duplicate review check so same person and review can be left for 2 different review funnels. Small CSS fixes. Added link to source page on Review Link page. Added \"Do not display\" for tag filter on review template. Added reply-to email for form notification email. New review email is now translatable. Fixed Elementor conflict.</p>\n\n<p>=11.0.9.4=\nFloat fix for not hiding after first view setting. Fixed CSS bug when using padding with Float. Facebook icon now links to review post.</p>\n\n<p>=11.0.9.3=\nYelp review download fix. Added pop in/out float option. Added media inputs to the reviews so you can add images/video to each review. Added bulk editing of review tags, posts, categories. Insert/Edit review is now in a pop-up window. Added ability to easily copy a review.</p>\n\n<p>=11.0.9.2=\nFix with advanced slider. Zillow review download fix.</p>\n\n<p>=11.0.9= \nAdded advanced slider option. You can now use initials for user avatars. Can pick and choose which source icons to show on the template. Tags can be used in a shortcode and the Review List search now looks for tags. Added Shortcode and Function to return totals and averages data. Fixed login links in notifications email and forms email. Added template style 9. Updated Freemius.</p>\n\n<p>=11.0.8=\n*Added Apartmentratings, Apartments, FindLaw, Greatschools, and Niche to Review Funnels. Added update button to Review Template page so you don\'t have to close the page to make changes. Added ability to edit, insert owner responses. Added tags to reviews so you can filter by tag and use the quick tag header option with them. Added page_id to review list page. Small bug fixes.</p>\n\n<p>=11.0.7=\n*fix for masonry style bug on mobile, added new tripadvisor icon, added text size change on template, added hide slider arrows on mobile setting, other small bug fixes.</p>\n\n<p>=11.0.6=\n*schema fix for individual reviews, Masonry style runs horizontal on grid type now, added review template margins for mobile</p>\n\n<p>=11.0.5=\n*various bug fixes</p>\n\n<p>=11.0.4=\n*Added Google Shopping, BookATable, Influenster, Angie\'s List, and Feefo reviews. Various other small bug fixes</p>\n\n<p>=11.0.3=\n*small bug fixes</p>\n\n<p>=11.0.2=\n* Added margin setting option to review template. Various small bug fixes.</p>\n\n<p>=11.0.1=\n* Various small bug fixes.</p>\n\n<p>=11.0.0=\n* Bug fix with Get Review > Zillow not downloading full review. Added option to remove nofollow link from review source icon and avatar. Added ability to use negative sort weight. Other various small bug fixes.</p>\n\n<p>=10.9.9= \n* Small bug fixes with facebook image save, rich schema for product, custom font, and css.</p>\n\n<p>=10.9.8= \n* Gartner and IT Central added to Review Funnels. Better checking of duplicates for Google. Other small bug fixes.</p>\n\n<p>=10.9.7= \n* Small bug fixes. Added ability to add Place names for VRBO and Airbnb. Small bug fix for duplicates.</p>\n\n<p>=10.9.6= \n* Fixed Nextdoor reviews. Fixed Get Your Guide reviews. Fixed duplicate Google Review Funnel reviews.</p>\n\n<p>=10.9.4=\n* Added language code and rating filter to pagination filters on front end. Added Housecall Pro reviews. Added option on review template total and avg header to use a badge setting. Various other small bug fixes.</p>\n\n<p>=10.9.2=\n* Various other small bug fixes. Added free Zillow method to Pro version. Added close button to slide-out. Added badge width setting.</p>\n\n<p>=10.9.0=\n* Small bug fixes. Added close button to Slide-out window. Added free Zillow download. Added badge width setting.</p>\n\n<p>=10.8.9=\n* Various small bug fixes. Added option to get full name from WooCommerce reviews. Added page filter on Review List page. Added more fields to Google Rich snippet, and option to add individual review markup. Added tool to easily customize style of the \"load more\" and the \"pagination\" buttons. Added option to remove all line breaks in review text.</p>\n\n<p>=10.8.7=\n* Various small bug fixes. Added more Google and Airbnb locations. Fixed bug with mbstring extension not being loaded. Added total reviews number for Google Badges.</p>\n\n<p>=10.8.6=\n* Bug fixes with Default Google API key. Added button to test API key. Bug fix with template style 7 border color.</p>\n\n<p>=10.8.5=\n* Added ProductReview.com.au, HomeAway.com, Apple Appstore and Google Playstore reviews to Review Funnels.</p>\n\n<p>=10.8.4=\n* bug fixes from previous update</p>\n\n<p>=10.8.3=\n* beta version\n* bug fixes from previous update\n* Can now have more than 5 stars on a form\n* Custom Sort option added for reviews. Sort Weight on Review List page.</p>\n\n<p>=10.8.2=\n* beta version\n* bug fixes from previous update\n=10.8.1=\n- Added a pop-up option and slide-out option for Badges.\n- Added a pop-up option for Floats.\n- Created tabs on the Templates page to simplify it.\n- Added Freemius reviews.\n- Added options for Grid style templates to easily add a header, search box, sort drop-down, search tags, and page number pagination.\n- Re-worked badge totals and averages.\n- Added free 7-day search to Twitter.\n- Added another Badge style.\n- Added way to delete reviews by Page ID.\n- Font file optimizations.\n- Fixed bug when selecting reviews for grid style.</p>\n\n<p>=10.8.0=\n* Plugin is now translatable. Added another custom link for badge text.</p>\n\n<p>=10.7.9=\n* Fixed bug with Badges and other small bugs. Added link attribute setting to badges.</p>\n\n<p>=10.7.8=\n* Fixed bug with Form.\n=10.7.7=\n* Submission Forms: Added option to use a Pop-up to display the form. Added option to use thumbs up instead of stars. Added option to only show form when using special URL variable.\n* Floats: Added option to only show on Desktop, Mobile, or Both. Added option to auto hide after so many seconds.\n* Reviews: Added Twitter download page. Added yelp and tripadvisor icon selection. Added Swedish time-since setting.</p>\n\n<p>=10.7.6=\n* Fixed bug with border on template 5. Added review site icon setting on Forms. Added Get Your Guide and Nextdoor reviews. Added recommendation icon in FB reviews.</p>\n\n<p>=10.7.5= \n*Freemius sdk upgrade.</p>\n\n<p>=10.7.4= \n* Added iTunes reviews. Updated notifications settings page so they can be used with any type of review.</p>\n\n<p>=10.7.3= \n* Fixed bug with review template \"Select Reviews\" setting not showing reviews when language code set. Fixed bug with Load More setting when using Post filter. Added Dutch to time since setting. CSS styles now retain formatting when editing templates.</p>\n\n<p>=10.7.2=\n* Fixed bug with badge average and total when selecting page with no reviews. Added VRBO support. Fixed bug with manual review small icon missing.</p>\n\n<p>=10.7.1=\n* Added animation options for Float to fly-in or fade-in on page load. Bug fix with Schema markup fields for sub-business types.</p>\n\n<p>=10.7.0=\n* Added review owner responses to Review Funnels. They will now show on Review List and Analytics pages. Added more categories to Rich Snippet. Bug fix for old Review Funnels when using \"only get new reviews\".</p>\n\n<p>=10.6.9=\n* Added feature for Submitted type badge so that it will default to reviews for the Post it is being displayed on.</p>\n\n<p>=10.6.8=\n* Added charts on Analytics page. Small bug fix with using Load More on template and Selected Reviews.</p>\n\n<p>=10.6.7=\n* Added option to remove double-line breaks from review text. Small php bug fixes.</p>\n\n<p>=10.6.6=\n* Small bug fix for Avatar link and \"Show these reviews plus others\" filter on template.</p>\n\n<p>=10.6.5=\n* Various small bug fixes. Started on Analytics page.</p>\n\n<p>=10.6.4=\n* Added multi-language filter and language detector. Added sort by oldest template setting.</p>\n\n<p>=10.6.3=\n* Fix for older versions of IE error in slider js.</p>\n\n<p>=10.6.2=\n* Added badge option to show avg and total from Review List table. Fixed duplicate review bug. Fixed bug with modified Avatar being overwritten. Added ClassPass to Review Funnel.</p>\n\n<p>=10.6.1=\n* fixed badge from error.</p>\n\n<p>=10.6.0=\n* fixed missing badge style 1 file.</p>\n\n<h4>10.5.9</h4>\n\n<ul>\n<li>Added smaller badge style. Fixed WooCommerce badge total and average.</li>\n</ul>\n\n<h4>10.5.8</h4>\n\n<ul>\n<li>Bug fix with Google badge total not being updated with cron download. Added ability to pull reviews from Facebook page location sub-pages. Added option to filter by number of characters in review text.</li>\n</ul>\n\n<h4>10.5.7</h4>\n\n<ul>\n<li>Bug fix with database table not being updated. Firefox bug fix on Review Funnels page.</li>\n</ul>\n\n<h4>10.5.6</h4>\n\n<ul>\n<li>Small bug fix with Google badge totals. Cron Jobs added to Review Funnels. Added option to use Icons on Forms for the \"Please review us on....\" setting.</li>\n</ul>\n\n<h4>10.5.5</h4>\n\n<ul>\n<li>New badge style added.</li>\n</ul>\n\n<h4>10.5.4</h4>\n\n<ul>\n<li>Small bug fix with Review Funnel logo links.</li>\n</ul>\n\n<h4>10.5.3</h4>\n\n<ul>\n<li>Small bug fix with TripAdvisor stars. More sites added to Review Funnels.</li>\n</ul>\n\n<h4>10.5.2</h4>\n\n<ul>\n<li>Small bug fixes. Review Funnels beta version released.</li>\n</ul>\n\n<h4>10.5.1</h4>\n\n<ul>\n<li>TripAdvisor hotel review bug fixed.</li>\n</ul>\n\n<h4>10.5.0</h4>\n\n<ul>\n<li>Another WooCommerce sync bug fixed.</li>\n</ul>\n\n<h4>10.4.9</h4>\n\n<ul>\n<li>Small bug fixes with badge, float, and WooCommerce sync.</li>\n</ul>\n\n<h4>10.4.8</h4>\n\n<ul>\n<li>Bug fix with Load More button. Bug fix with submission form required rating. Bug fix with link to Google Avatar. Other small bug fixes.</li>\n</ul>\n\n<h4>10.4.6</h4>\n\n<ul>\n<li>Small bug fix for multi-byte characters ex: Japanese</li>\n</ul>\n\n<h4>10.4.5</h4>\n\n<ul>\n<li>Added feature for Read More based on character length.</li>\n</ul>\n\n<h4>10.4.4</h4>\n\n<ul>\n<li>Added ability to customize the review templates using child themes. Added shortcode parameter to filter by pageid in template shortcode.</li>\n</ul>\n\n<h4>10.4.3</h4>\n\n<ul>\n<li>fixed issue with Airbnb user reviews.</li>\n</ul>\n\n<h4>10.4.2</h4>\n\n<ul>\n<li>Combined js files to reduce http requests. Added option to make company URL do follow. Added option to save FB recommendations as a star rating.</li>\n</ul>\n\n<h4>10.4.1</h4>\n\n<ul>\n<li>Fix for some sites not saving and displaying avatars correctly. </li>\n</ul>\n\n<h4>10.4.0</h4>\n\n<ul>\n<li>Fixed bug when selecting reviews to show and using Load More feature. Moved Avatar cache to Uploads directory so they do not get deleted on plugin update. Added Airbnb user reviews. Fixed bug with changing Google avatar.</li>\n</ul>\n\n<h4>10.3.9</h4>\n\n<ul>\n<li>fixed bug with Airbnb page</li>\n</ul>\n\n<h4>10.3.8</h4>\n\n<ul>\n<li>fixed bug with returns in manually added review text.</li>\n</ul>\n\n<h4>10.3.7</h4>\n\n<ul>\n<li>Added Airbnb experiences. Added WooCommerce review sync. Added ability to hide stars per a review. Added 3 more styles. Fixed \"read less\" small bug. Fixed small bug with form export/import. Fixed small bug with Float auto-clicking when auto advance set to true and Load More feature turned on.</li>\n</ul>\n\n<h4>10.3.6</h4>\n\n<ul>\n<li>small bug fix for load more feature when using latest sort option in a slider.</li>\n</ul>\n\n<h4>10.3.5</h4>\n\n<ul>\n<li>FB recommendations now count toward badge totals. added ability to customize notifications email. small bug fix with TripAdvisor download.</li>\n</ul>\n\n<h4>10.3.4</h4>\n\n<ul>\n<li>small bug fix with css on nav. read less link is clicked on slide change now. </li>\n</ul>\n\n<h4>10.3.3</h4>\n\n<ul>\n<li>added ability to upload custom image for small icon on badge</li>\n</ul>\n\n<h4>10.3.2</h4>\n\n<ul>\n<li>bug fix with widget not loading on some sites, added date display option, added form logic and social links</li>\n</ul>\n\n<h4>10.3.1</h4>\n\n<ul>\n<li>bug fix with js files not loading on some sites</li>\n</ul>\n\n<h4>10.3.0</h4>\n\n<ul>\n<li>added local storage setting for closing float. Changed max Airbnb to 25. FB profile pics are now saved to db by default.</li>\n</ul>\n\n<h4>10.2.9</h4>\n\n<ul>\n<li>small bug fix with missing avatar images</li>\n</ul>\n\n<h4>10.2.8</h4>\n\n<ul>\n<li>small bug fix when showing one slide on mobile. </li>\n</ul>\n\n<h4>10.2.7</h4>\n\n<ul>\n<li>small bug fixes with slider load more feature</li>\n</ul>\n\n<h4>10.2.6</h4>\n\n<ul>\n<li>small bug fixes with slider javascript, badges, and manually input review avatar logos. Also added avatar image compression on caching option.</li>\n</ul>\n\n<h4>10.2.5</h4>\n\n<ul>\n<li>fixed bug with PHP versions less that 7 when declaring an array as a constant.</li>\n</ul>\n\n<h4>10.2.4</h4>\n\n<ul>\n<li>Added badge for Submitted reviews. Added option to select reviews to always display no matter filter settings in template. Fixed company info bug on edit review. Added filter based on text string for review template. Added click to hide x on float. Added Airbnb. Changed Google location limit to 40.</li>\n</ul>\n\n<h4>10.2.3</h4>\n\n<ul>\n<li>bug fix for associating manual reviews to locations</li>\n</ul>\n\n<h4>10.2.2</h4>\n\n<ul>\n<li>bug fix for removing slashes from schema, fix for hiding TripAdvisor logo, fix for page listing</li>\n</ul>\n\n<h4>10.2.1</h4>\n\n<ul>\n<li>bug fix for updating expired FB images</li>\n</ul>\n\n<h4>10.2.0</h4>\n\n<ul>\n<li>bug fixes pagination</li>\n</ul>\n\n<h4>10.1.9</h4>\n\n<ul>\n<li>general bug fixes with Forms and Floats</li>\n</ul>\n\n<h4>10.1.8</h4>\n\n<ul>\n<li>added Floating Badges &amp; Reviews, and pagination option to templates.</li>\n</ul>\n\n<h4>10.1.7</h4>\n\n<ul>\n<li>automatically refreshes Facebook Profile images that have expired.</li>\n</ul>\n\n<h4>10.1.6</h4>\n\n<ul>\n<li>small bug with Account</li>\n</ul>\n\n<h4>10.1.5</h4>\n\n<ul>\n<li>small bug with default google avatar</li>\n</ul>\n\n<h4>10.1.4</h4>\n\n<ul>\n<li>added default submit value for reviewer avatar</li>\n</ul>\n\n<h4>10.1.3</h4>\n\n<ul>\n<li>fix for FB recommendations</li>\n</ul>\n\n<h4>10.1.2</h4>\n\n<ul>\n<li>small change with enquing script</li>\n</ul>\n\n<h4>10.1.1</h4>\n\n<ul>\n<li>Bug fix with one slide on mobile.</li>\n</ul>\n\n<h4>10.1.0</h4>\n\n<ul>\n<li>New slider setting to display one per a slide on mobile device</li>\n</ul>\n\n<h4>10.0.9</h4>\n\n<ul>\n<li>now have option to use your own google api key</li>\n</ul>\n\n<h4>10.0.8</h4>\n\n<ul>\n<li>bug fix with google review download</li>\n</ul>\n\n<h4>10.0.7</h4>\n\n<ul>\n<li>google will now use default api key. added option for trip download</li>\n</ul>\n\n<h4>10.0.6</h4>\n\n<ul>\n<li>new way to download Facebook reviews.</li>\n</ul>\n\n<h4>10.0.5</h4>\n\n<ul>\n<li>add ability to select category ids on review list page.</li>\n</ul>\n\n<h4>10.0.4</h4>\n\n<ul>\n<li>ajax form submission.</li>\n</ul>\n\n<h4>10.0.3</h4>\n\n<ul>\n<li>fix with avatar display.</li>\n</ul>\n\n<h4>10.0.2</h4>\n\n<ul>\n<li>added ability to add custom CSS class to form button</li>\n</ul>\n\n<h4>10.0.1</h4>\n\n<ul>\n<li>bug fix with yelp stars not displaying</li>\n</ul>\n\n<h4>10.0.0</h4>\n\n<ul>\n<li>added front end submission form</li>\n</ul>\n\n<h4>9.9.8</h4>\n\n<ul>\n<li>small bug fix with tripadvisor hotel reviews</li>\n</ul>\n\n<h4>9.9.7</h4>\n\n<ul>\n<li>small bug fix with tripadvisor badge totals</li>\n</ul>\n\n<h4>9.9.6</h4>\n\n<ul>\n<li>small bug fix with tripadvisor badge totals</li>\n</ul>\n\n<h4>9.9.4</h4>\n\n<ul>\n<li>small bug fix with tripadvisor attraction reviews</li>\n</ul>\n\n<h4>9.9.3</h4>\n\n<ul>\n<li>small bug fix with Facebook reviews</li>\n</ul>\n\n<h4>9.9.2</h4>\n\n<ul>\n<li>option to not save last name in database, option to hide avatar or display mystery avatar, bug fix with cron fb notifications</li>\n</ul>\n\n<h4>9.9.1</h4>\n\n<ul>\n<li>small bug fix with badges logo</li>\n</ul>\n\n<h4>9.9</h4>\n\n<ul>\n<li>small bug fix when arrows not displayed</li>\n</ul>\n\n<h4>9.8</h4>\n\n<ul>\n<li>arrows now stay where they are when clicking read more, added badge options for custom text.</li>\n</ul>\n\n<h4>9.7</h4>\n\n<ul>\n<li>bug fix with Yelp reviews.</li>\n</ul>\n\n<h4>9.6</h4>\n\n<ul>\n<li>small bug fix, changed template style 4 from h3 to div for name</li>\n</ul>\n\n<h4>9.5</h4>\n\n<ul>\n<li>memory leak fix</li>\n</ul>\n\n<h4>9.4</h4>\n\n<ul>\n<li>bug fix with star color in widget</li>\n</ul>\n\n<h4>9.3</h4>\n\n<ul>\n<li>star icons changed to font and template 2 star loctaion added</li>\n</ul>\n\n<h4>9.2</h4>\n\n<ul>\n<li>bug fix with FB backup method date pull</li>\n</ul>\n\n<h4>9.0</h4>\n\n<ul>\n<li>Added work around when FB blocks the api call. Plugin will now try a backup method to pull in most helpful 10 FB reviews.</li>\n</ul>\n\n<h4>8.9</h4>\n\n<ul>\n<li>bug fixes with badges. bug fix with tripadvisor hotel reviews</li>\n</ul>\n\n<h4>8.8</h4>\n\n<ul>\n<li>Added review summary badges.</li>\n</ul>\n\n<h4>8.7</h4>\n\n<ul>\n<li>tripadvisor can now download up to 10 reviews and reviews link to actual review page.</li>\n</ul>\n\n<h4>8.6</h4>\n\n<ul>\n<li>Fixed read more bug with fade transition, fixed tripadvisor linking to business url, added business name and address to google notifications, added notifications for high reviews</li>\n</ul>\n\n<h4>8.5</h4>\n\n<ul>\n<li>updated Google logo</li>\n</ul>\n\n<h4>8.4</h4>\n\n<ul>\n<li>small bug fix with javascript on Read More tag.</li>\n</ul>\n\n<h4>8.3</h4>\n\n<ul>\n<li>small bug fix</li>\n</ul>\n\n<h4>8.2</h4>\n\n<ul>\n<li>added subject for notifications</li>\n</ul>\n\n<h4>8.1</h4>\n\n<ul>\n<li>read less option added, small bug fix to masonry style, added date option for time since, fixed google snippet address for widget, added subject for notifications</li>\n</ul>\n\n<h4>8.0</h4>\n\n<ul>\n<li>added more locations to Google, Trip, and Yelp. Added a new date option. Added import reviews feature.</li>\n</ul>\n\n<h4>7.9</h4>\n\n<ul>\n<li>fixed bug with duplicate FB reviews and added delete button for FB reviews</li>\n</ul>\n\n<h4>7.8</h4>\n\n<ul>\n<li>fixed bug with multiple Yelp locations being same name</li>\n</ul>\n\n<h4>7.7</h4>\n\n<ul>\n<li>fixed bug with edit FB reviews and review time based on WP admin time for FB reviews, added copy button to manual review input form</li>\n</ul>\n\n<h4>7.6</h4>\n\n<ul>\n<li>fixed bug with TripAdvisor downloads</li>\n</ul>\n\n<h4>7.5</h4>\n\n<ul>\n<li>added masonry style grid and fixed yelp br</li>\n</ul>\n\n<h4>7.4</h4>\n\n<ul>\n<li>added curl support for FB cron jobs</li>\n</ul>\n\n<h4>7.3</h4>\n\n<ul>\n<li>added titles</li>\n</ul>\n\n<h4>7.2</h4>\n\n<ul>\n<li>fixed bug with TripAdvisor downloads</li>\n</ul>\n\n<h4>7.1</h4>\n\n<ul>\n<li>fixed bug with custom html section</li>\n</ul>\n\n<h4>7.0</h4>\n\n<ul>\n<li>added tripadvisor logo to manual review add, added custom html section for after widget</li>\n</ul>\n\n<h4>6.9</h4>\n\n<ul>\n<li>hopefully fixed swipe, added notifications by email.</li>\n</ul>\n\n<h4>6.8</h4>\n\n<ul>\n<li>ability to limit random display order to last month</li>\n</ul>\n\n<h4>6.7</h4>\n\n<ul>\n<li>download tripadvisor, added last name display options</li>\n</ul>\n\n<h4>6.6</h4>\n\n<ul>\n<li>moved CSS back to inline, too many problems with caching plugins minify settings</li>\n</ul>\n\n<h4>6.5</h4>\n\n<ul>\n<li>fixed small bug with language</li>\n</ul>\n\n<h4>6.4</h4>\n\n<ul>\n<li>added ability to link to profile page by clicking on Avatar</li>\n</ul>\n\n<h4>6.3</h4>\n\n<ul>\n<li>fix bug with some site not saving Google Places API</li>\n</ul>\n\n<h4>6.1</h4>\n\n<ul>\n<li>fixed small bug with image</li>\n</ul>\n\n<h4>6.0</h4>\n\n<ul>\n<li>fixed vertical swipe for iphone, added address, phone and price to rich snippet, changed method of download for yelp</li>\n</ul>\n\n<h4>5.9</h4>\n\n<ul>\n<li>added cURL support for Yelp</li>\n</ul>\n\n<h4>5.8</h4>\n\n<ul>\n<li>fix bug with Yelp memory issue</li>\n</ul>\n\n<h4>5.7</h4>\n\n<ul>\n<li>fix bug with force same height and long names</li>\n</ul>\n\n<h4>5.6</h4>\n\n<ul>\n<li>fix bug with Greece language word count</li>\n</ul>\n\n<h4>5.5</h4>\n\n<ul>\n<li>removed post insert select box to resolve conflict</li>\n</ul>\n\n<h4>5.4</h4>\n\n<ul>\n<li>small bug fix with CSS</li>\n</ul>\n\n<h4>5.3</h4>\n\n<ul>\n<li>bug fix with W3 Total Cache minify settings.</li>\n</ul>\n\n<h4>5.2</h4>\n\n<ul>\n<li>bug fix with mobile view hiding partial slide, and added inline CSS to head via js</li>\n</ul>\n\n<h4>5.1</h4>\n\n<ul>\n<li>bug fix with color picker js files</li>\n</ul>\n\n<h4>5.0</h4>\n\n<ul>\n<li>fixed color picker on template page for wordpress version 4.9</li>\n</ul>\n\n<h4>4.9</h4>\n\n<ul>\n<li>small bug fix with css</li>\n</ul>\n\n<h4>4.8</h4>\n\n<ul>\n<li>small bug fix with css</li>\n</ul>\n\n<h4>4.7</h4>\n\n<ul>\n<li>fb cron download, cache avatars, same height option on reviews, add nordic time, alt text on images, sorting review fix, add widget arrows to widget, cron fb reviews, compress js and css files.</li>\n</ul>\n\n<h4>4.6</h4>\n\n<ul>\n<li>mobile slide, turn off link to social site, constant height fix</li>\n</ul>\n\n<h4>4.5</h4>\n\n<ul>\n<li>multiple google businesses added</li>\n</ul>\n\n<h4>4.4</h4>\n\n<ul>\n<li>multiple yelp businesses added</li>\n</ul>\n\n<h4>4.3</h4>\n\n<ul>\n<li>small bug fix with company name</li>\n</ul>\n\n<h4>4.1</h4>\n\n<ul>\n<li>small bug fix when transition type set to fade and change height of each slide set to no.</li>\n</ul>\n\n<h4>4.0</h4>\n\n<ul>\n<li>add company name option</li>\n</ul>\n\n<h4>3.9</h4>\n\n<ul>\n<li>moved enque script for slider to bottom of page, to make sure it\'s after jquery and set priority to 100</li>\n</ul>\n\n<h4>3.8</h4>\n\n<ul>\n<li>added animation speed option</li>\n</ul>\n\n<h4>3.7</h4>\n\n<ul>\n<li>fixed word count for more languages, removed font styles so it picks up site fonts, add google snippet code</li>\n</ul>\n\n<h4>3.6</h4>\n\n<ul>\n<li>added check in yelp download</li>\n</ul>\n\n<h4>3.5</h4>\n\n<ul>\n<li>moved public facing js to footer</li>\n</ul>\n\n<h4>3.4</h4>\n\n<ul>\n<li>Added copy button to templates</li>\n</ul>\n\n<h4>3.3</h4>\n\n<ul>\n<li>Yelp, don\'t remove reviews unless we got the news ones first, fix.</li>\n</ul>\n\n<h4>3.2</h4>\n\n<ul>\n<li>Yelp memory problem fix.</li>\n</ul>\n\n<h4>3.1</h4>\n\n<ul>\n<li>increased max number of slides</li>\n</ul>\n\n<h4>3.0</h4>\n\n<ul>\n<li>fixed css style override when 2 templates of same style are used</li>\n</ul>\n\n<h4>2.9</h4>\n\n<ul>\n<li>Increased number of facebook pages to list</li>\n</ul>\n\n<h4>2.8</h4>\n\n<ul>\n<li>fixed widget display error</li>\n</ul>\n\n<h4>2.7</h4>\n\n<ul>\n<li>fixed read more tag on fade transition error</li>\n</ul>\n\n<h4>2.6</h4>\n\n<ul>\n<li>fixed google places manual entry</li>\n</ul>\n\n<h4>2.5</h4>\n\n<ul>\n<li>Added google reviews</li>\n</ul>\n\n<h4>2.4</h4>\n\n<ul>\n<li>Added icon to manual reviews.</li>\n</ul>\n\n<h4>2.3</h4>\n\n<ul>\n<li>Small bug fix. Removes line breaks.</li>\n</ul>\n\n<h4>2.2</h4>\n\n<ul>\n<li>Date format option.</li>\n</ul>\n\n<h4>2.1</h4>\n\n<ul>\n<li>Small bug fix.</li>\n</ul>\n\n<h4>2.0</h4>\n\n<ul>\n<li>Small bug fix.</li>\n</ul>\n\n<h4>1.9</h4>\n\n<ul>\n<li>Slider will pause on mouse-over</li>\n</ul>\n\n<h4>1.8</h4>\n\n<ul>\n<li>Fixed limit of FB pages, changed to 100.</li>\n</ul>\n\n<h4>1.7</h4>\n\n<ul>\n<li>Fixed escaping of FB page name reviews not being downloaded.</li>\n</ul>\n\n<h4>1.6</h4>\n\n<ul>\n<li>Fixed yelp cron and fb icon display.</li>\n</ul>\n\n<h4>1.5</h4>\n\n<ul>\n<li>Fixed slider height so it changes when you click read more.</li>\n</ul>\n\n<h4>1.4</h4>\n\n<ul>\n<li>Added read more link.</li>\n</ul>\n\n<h4>1.3</h4>\n\n<ul>\n<li>Fixed display bug.</li>\n</ul>\n\n<h4>1.2</h4>\n\n<ul>\n<li>Fixed template error.</li>\n</ul>\n\n<h4>1.1</h4>\n\n<ul>\n<li>Fixed shortcode error.</li>\n</ul>\n\n<h4>1.0</h4>\n\n<ul>\n<li>First released version</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:6:\"11.4.3\";s:13:\"download_link\";s:386:\"https://api.freemius.com/v1/installs/9973818/updates/45212.zip?is_premium=true&authorization=FSLA+9973818%3AYij-Rm3uKVQPS_TAT_h3CtFlqeIZX_8-gg8xZSh-4bD5awiWEr6qicBY0sT2MMElbCPlatLEIiy3enI_t8HcVqJHBkaGi9fKYhF_r9AHrDgaFBg95Yb2T7RFjn3AO14lqtoqdD9G7DLIGNdircBAnmQgxyf4GIa6UEJC7uk9LROhMVk4GIbkglN734V2AGKagpLd3dJbdG6hDunSNOMmr_bwu970ox_cEXibEGi2PUf_zZfG5GSHJop23NBPa6jC0BJs-Cr4chm0Upnp6O8eQA\";}}s:7:\"created\";i:1658778800;s:9:\"timestamp\";i:1658782400;}s:72:\"get:/v1/installs/9973818/updates/latest.json?is_premium=true&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":19:{s:9:\"plugin_id\";s:3:\"646\";s:12:\"developer_id\";s:3:\"586\";s:4:\"slug\";N;s:12:\"premium_slug\";s:20:\"wp-review-slider-pro\";s:7:\"version\";s:6:\"11.4.8\";s:11:\"sdk_version\";s:5:\"2.4.5\";s:25:\"requires_platform_version\";s:5:\"3.0.1\";s:20:\"tested_up_to_version\";s:5:\"6.0.1\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:11546;s:2:\"id\";s:5:\"46577\";s:7:\"created\";s:19:\"2022-08-29 20:27:02\";s:7:\"updated\";s:19:\"2022-09-09 05:51:35\";s:11:\"is_released\";b:0;s:3:\"url\";s:386:\"https://api.freemius.com/v1/installs/9973818/updates/46577.zip?is_premium=true&authorization=FSLA+9973818%3AwddkPmgOaGGRi4J3MxKqcE1RJ63AHyyI-AM-zjvlzGcI4_6_sJIsbQil6_Iafx04b7UdMGh62MSJdqtRKhFRWsmrBFS2zFtvjud3_QCakRQyH8utAZApRbDa2l15cMyFFQUAxBLkMpTNMRmqIEF0I8qb5zQicTujEHq4_fsD6SIZ9lW2q8pzhdmXQq_mZi3HMGUwJ2hwIj7imYGglj4LT8ZMPI9-54xLhHpUgE3TgSGQJDJ4n-eKhF45j1V2puzrAuBp1B_b7ftpGPm3NZWssQ\";s:6:\"readme\";O:8:\"stdClass\":10:{s:4:\"name\";s:20:\"WP Review Slider Pro\";s:4:\"slug\";s:16:\"wp-review-slider\";s:4:\"tags\";O:8:\"stdClass\":4:{s:7:\"reviews\";s:7:\"reviews\";s:6:\"slider\";s:6:\"slider\";s:8:\"facebook\";s:8:\"facebook\";s:4:\"yelp\";s:4:\"yelp\";}s:8:\"requires\";s:5:\"3.0.1\";s:6:\"tested\";s:5:\"6.0.1\";s:10:\"stable_tag\";s:6:\"11.4.8\";s:8:\"sections\";O:8:\"stdClass\":3:{s:11:\"description\";s:166:\"<p>Pro Version - Allows you to easily display your Facebook Page, Yelp, Google, Manually Input, and 80+ other site reviews in your Posts, Pages, and Widget areas.</p>\";s:12:\"installation\";s:371:\"<p>This section describes how to install the plugin and get it working.</p>\n\n<p>e.g.</p>\n\n<ol>\n<li>Upload <code>wp-review-slider-pro</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress</li>\n<li>Place <code>&lt;?php do_action(\'WP_Review_Pro_hook\'); ?&gt;</code> in your templates</li>\n</ol>\";s:9:\"changelog\";s:28734:\"<p>=11.4.8=\nBug fix with Badge icons.</p>\n\n<p>=11.4.7=\nUpdated Get Reviews > Airbnb download method.  Google Crawl can now download 50 reviews and get images and owner responses.</p>\n\n<p>=11.4.6=\nAdded GuildQuality review download. Added ability to add location to review. Added function on review template to turn off/on location. Also to turn on/off review media. Updated Freemius sdk. Added ability to hide review template based on screen size. Updated Get Reviews > TripAdvisor to download up to 100 reviews with media. Fixed bug of advanced slider dots not hiding on mobile option.</p>\n\n<p>=11.4.4=\nFixed TripAdvisor Product Reviews for the Get Reviews > TripAdvisor method.</p>\n\n<p>=11.4.3=\nFixed slider dots not hiding for regular slider.</p>\n\n<p>=11.4.2=\nAdded CSS classes to prev and next grid pagination buttons. Updated Review Funnel auto-download to make it more reliable.</p>\n\n<p>=11.4.1=\nFixed jQuery migrate warnings. Fixed Zillow bug when there is a space in URL. Fixed Experience download. Switched language detector to detectlanguage.com api.</p>\n\n<p>=11.4.0=\nAdded Reviews.io. Added multi-select custom tag field to forms. Forms will now pre-fill with logged in user email and name. Added endless scroll option to grid load more function. Added site icon size option. CSS fix for pagespeed. Added decimal place option for badge average. Added another custom image icon for badges.</p>\n\n<p>=11.3.7=\nSmall bug with booking reviews total and averages. Added preview option when creating Review Template. Changed format of Template page. Added star size option. Added verified option on template. Other small bug fixes.</p>\n\n<p>=11.3.5=\nBug fix with duplicate Google reviews for Google Crawl method. Bug fix for TripAdvisor download.</p>\n\n<p>=11.3.4=\nSmall bug fix for Forms custom checkboxes.</p>\n\n<p>=11.3.3=\nBug fix with Float Pop-Ups. Added Avatar size option to review template.</p>\n\n<p>=11.3.2=\nBug fix with initial override for avatars. Small bug fixes.</p>\n\n<p>=11.3.0=\nAdded Sourceforge reviews. Added WordPress.org reviews. Google Crawl hotel review fix. Bug fix for wordpress.org reviews. Bug fix for pop-up badge editing header. Bug fix for Yelp badge totals. Yelp download fix. Border setting for review template styles 2,4,5. Bug fix for TripAdvisor activities.</p>\n\n<p>=11.2.7=\nSmall bug fix with Google Crawl method for hotels. Bug fix for custom check box on Form input not being saved.</p>\n\n<p>=11.2.6=\nBug fix with thumbs on forms.</p>\n\n<p>=11.2.5=\nSmall bug fix with Google Crawl method.</p>\n\n<p>=11.2.4=\nEditor role now has access to the Review List and the Analytics. Fix for Google Crawl. Fix for woocommerce reviews that do not have a rating value. Added warning messages to review funnel.</p>\n\n<p>=11.2.3=\nFix for experience.com review download.</p>\n\n<p>=11.2.2=\nFix for Facebook filter by page.</p>\n\n<p>=11.2.1=\nFix to cron jobs for Google Crawl method. Fix to TripAdvisor hotel reviews.</p>\n\n<p>=11.2.0=\nFix to FeedbackCompany reviews. Added StyleSeat reviews. Other small bug fixes. TripAdvisor Rental review fix.</p>\n\n<p>=11.1.9=\nUpdate to Google Crawl method for hotels. Updated smileys and thumbs up/down icons for forms.</p>\n\n<p>=11.1.8=\nReview List page selection now alphabetic. Review List search box will also now search page_id. Google Crawl method fixed for hotels. WooCommerce fix for auto-approved reviews. If WPML is used the language code added to review. Review Template setting added if using WPML and you want to filter by current language. Small schema update. Badge star color fix.</p>\n\n<p>=11.1.7=\nSmall bug fix with badge style 4.</p>\n\n<p>=11.1.6=\nStar images use SVG instead of custom font.  Added filter by text string to review template shortcode. Added TrueLocal.com reviews. Added Feedback Company reviews. Added Experience.com reviews. Yelp link in review template can now be turned off. Added new Google Crawl download method that will return 10 newest reviews, does not cost credits. Added small thumbnails in Review List if the review has media. Added new template style 11 for woocommerce product image on left of review.</p>\n\n<p>=11.1.5=\nForms bug fix. Get Reviews > TripAdvisor bug fix for Activities. Forms custom field media upload added.</p>\n\n<p>=11.1.4=\nBadge bug fix. Another form shortcode paramater that will auto-popup a form. Front end filters can not be used on the Advanced Slider. Get Reviews > TripAdvisor alternative method bug fix. Get Reviews > Angies list bug fix. General optimizations with fonts and images.</p>\n\n<p>=11.1.3=\nAdvance slider bug fix for center mode. Fixed js error in review list > tags.</p>\n\n<p>=11.1.1=\nAdded shortcode parameters to badges. Badge will now use all WooCommerce products if no page is selected. Changed break points for Advanced slider. Hide rest of form option for rating will now respect re-ordered form. Bug fix for icons on form. Show float on all pages except is now an option. Added ability to track IP address on Form submission. Option to hide review rating after click on form. You can now use custom HTML in manually added reviews. Added custom form fields to the form. Another review template Filter, contains these words, but not these.</p>\n\n<p>=11.1.0=\nAdded Hostelworld reviews. Added default tags to Forms. TripAdvisor bug fixes. Added lazy load attribute to avatars. Review Funnel option to use Google Place ID. Review Funnel added jobs notice. Bug fixes to Pop-in/out. Bug fix for double-line breaks in Yelp. Other bug fixes.</p>\n\n<p>=11.0.9.9=\nBug fix for last name display options. Bug fix for hide arrows on mobile. Added ability to add html tags to review text.</p>\n\n<p>=11.0.9.8=\nAdded filter by Post ID for Badge. Google Schema can show number of votes or number of reviews. Combined CSS files. Added more name options. Bug fixed when going more than 5 across for slider. Other small bug fixes.</p>\n\n<p>=11.0.9.7=\nFixed Get Reviews > Yelp bug. Other small bug fixes.</p>\n\n<p>=11.0.9.6=\nAdded qualitelis. Upgraded Freemius sdk to 2.4.2. Modified duplicate review check so same person and review can be left for 2 different review funnels. Small CSS fixes. Added link to source page on Review Link page. Added \"Do not display\" for tag filter on review template. Added reply-to email for form notification email. New review email is now translatable. Fixed Elementor conflict.</p>\n\n<p>=11.0.9.4=\nFloat fix for not hiding after first view setting. Fixed CSS bug when using padding with Float. Facebook icon now links to review post.</p>\n\n<p>=11.0.9.3=\nYelp review download fix. Added pop in/out float option. Added media inputs to the reviews so you can add images/video to each review. Added bulk editing of review tags, posts, categories. Insert/Edit review is now in a pop-up window. Added ability to easily copy a review.</p>\n\n<p>=11.0.9.2=\nFix with advanced slider. Zillow review download fix.</p>\n\n<p>=11.0.9= \nAdded advanced slider option. You can now use initials for user avatars. Can pick and choose which source icons to show on the template. Tags can be used in a shortcode and the Review List search now looks for tags. Added Shortcode and Function to return totals and averages data. Fixed login links in notifications email and forms email. Added template style 9. Updated Freemius.</p>\n\n<p>=11.0.8=\n*Added Apartmentratings, Apartments, FindLaw, Greatschools, and Niche to Review Funnels. Added update button to Review Template page so you don\'t have to close the page to make changes. Added ability to edit, insert owner responses. Added tags to reviews so you can filter by tag and use the quick tag header option with them. Added page_id to review list page. Small bug fixes.</p>\n\n<p>=11.0.7=\n*fix for masonry style bug on mobile, added new tripadvisor icon, added text size change on template, added hide slider arrows on mobile setting, other small bug fixes.</p>\n\n<p>=11.0.6=\n*schema fix for individual reviews, Masonry style runs horizontal on grid type now, added review template margins for mobile</p>\n\n<p>=11.0.5=\n*various bug fixes</p>\n\n<p>=11.0.4=\n*Added Google Shopping, BookATable, Influenster, Angie\'s List, and Feefo reviews. Various other small bug fixes</p>\n\n<p>=11.0.3=\n*small bug fixes</p>\n\n<p>=11.0.2=\n* Added margin setting option to review template. Various small bug fixes.</p>\n\n<p>=11.0.1=\n* Various small bug fixes.</p>\n\n<p>=11.0.0=\n* Bug fix with Get Review > Zillow not downloading full review. Added option to remove nofollow link from review source icon and avatar. Added ability to use negative sort weight. Other various small bug fixes.</p>\n\n<p>=10.9.9= \n* Small bug fixes with facebook image save, rich schema for product, custom font, and css.</p>\n\n<p>=10.9.8= \n* Gartner and IT Central added to Review Funnels. Better checking of duplicates for Google. Other small bug fixes.</p>\n\n<p>=10.9.7= \n* Small bug fixes. Added ability to add Place names for VRBO and Airbnb. Small bug fix for duplicates.</p>\n\n<p>=10.9.6= \n* Fixed Nextdoor reviews. Fixed Get Your Guide reviews. Fixed duplicate Google Review Funnel reviews.</p>\n\n<p>=10.9.4=\n* Added language code and rating filter to pagination filters on front end. Added Housecall Pro reviews. Added option on review template total and avg header to use a badge setting. Various other small bug fixes.</p>\n\n<p>=10.9.2=\n* Various other small bug fixes. Added free Zillow method to Pro version. Added close button to slide-out. Added badge width setting.</p>\n\n<p>=10.9.0=\n* Small bug fixes. Added close button to Slide-out window. Added free Zillow download. Added badge width setting.</p>\n\n<p>=10.8.9=\n* Various small bug fixes. Added option to get full name from WooCommerce reviews. Added page filter on Review List page. Added more fields to Google Rich snippet, and option to add individual review markup. Added tool to easily customize style of the \"load more\" and the \"pagination\" buttons. Added option to remove all line breaks in review text.</p>\n\n<p>=10.8.7=\n* Various small bug fixes. Added more Google and Airbnb locations. Fixed bug with mbstring extension not being loaded. Added total reviews number for Google Badges.</p>\n\n<p>=10.8.6=\n* Bug fixes with Default Google API key. Added button to test API key. Bug fix with template style 7 border color.</p>\n\n<p>=10.8.5=\n* Added ProductReview.com.au, HomeAway.com, Apple Appstore and Google Playstore reviews to Review Funnels.</p>\n\n<p>=10.8.4=\n* bug fixes from previous update</p>\n\n<p>=10.8.3=\n* beta version\n* bug fixes from previous update\n* Can now have more than 5 stars on a form\n* Custom Sort option added for reviews. Sort Weight on Review List page.</p>\n\n<p>=10.8.2=\n* beta version\n* bug fixes from previous update\n=10.8.1=\n- Added a pop-up option and slide-out option for Badges.\n- Added a pop-up option for Floats.\n- Created tabs on the Templates page to simplify it.\n- Added Freemius reviews.\n- Added options for Grid style templates to easily add a header, search box, sort drop-down, search tags, and page number pagination.\n- Re-worked badge totals and averages.\n- Added free 7-day search to Twitter.\n- Added another Badge style.\n- Added way to delete reviews by Page ID.\n- Font file optimizations.\n- Fixed bug when selecting reviews for grid style.</p>\n\n<p>=10.8.0=\n* Plugin is now translatable. Added another custom link for badge text.</p>\n\n<p>=10.7.9=\n* Fixed bug with Badges and other small bugs. Added link attribute setting to badges.</p>\n\n<p>=10.7.8=\n* Fixed bug with Form.\n=10.7.7=\n* Submission Forms: Added option to use a Pop-up to display the form. Added option to use thumbs up instead of stars. Added option to only show form when using special URL variable.\n* Floats: Added option to only show on Desktop, Mobile, or Both. Added option to auto hide after so many seconds.\n* Reviews: Added Twitter download page. Added yelp and tripadvisor icon selection. Added Swedish time-since setting.</p>\n\n<p>=10.7.6=\n* Fixed bug with border on template 5. Added review site icon setting on Forms. Added Get Your Guide and Nextdoor reviews. Added recommendation icon in FB reviews.</p>\n\n<p>=10.7.5= \n*Freemius sdk upgrade.</p>\n\n<p>=10.7.4= \n* Added iTunes reviews. Updated notifications settings page so they can be used with any type of review.</p>\n\n<p>=10.7.3= \n* Fixed bug with review template \"Select Reviews\" setting not showing reviews when language code set. Fixed bug with Load More setting when using Post filter. Added Dutch to time since setting. CSS styles now retain formatting when editing templates.</p>\n\n<p>=10.7.2=\n* Fixed bug with badge average and total when selecting page with no reviews. Added VRBO support. Fixed bug with manual review small icon missing.</p>\n\n<p>=10.7.1=\n* Added animation options for Float to fly-in or fade-in on page load. Bug fix with Schema markup fields for sub-business types.</p>\n\n<p>=10.7.0=\n* Added review owner responses to Review Funnels. They will now show on Review List and Analytics pages. Added more categories to Rich Snippet. Bug fix for old Review Funnels when using \"only get new reviews\".</p>\n\n<p>=10.6.9=\n* Added feature for Submitted type badge so that it will default to reviews for the Post it is being displayed on.</p>\n\n<p>=10.6.8=\n* Added charts on Analytics page. Small bug fix with using Load More on template and Selected Reviews.</p>\n\n<p>=10.6.7=\n* Added option to remove double-line breaks from review text. Small php bug fixes.</p>\n\n<p>=10.6.6=\n* Small bug fix for Avatar link and \"Show these reviews plus others\" filter on template.</p>\n\n<p>=10.6.5=\n* Various small bug fixes. Started on Analytics page.</p>\n\n<p>=10.6.4=\n* Added multi-language filter and language detector. Added sort by oldest template setting.</p>\n\n<p>=10.6.3=\n* Fix for older versions of IE error in slider js.</p>\n\n<p>=10.6.2=\n* Added badge option to show avg and total from Review List table. Fixed duplicate review bug. Fixed bug with modified Avatar being overwritten. Added ClassPass to Review Funnel.</p>\n\n<p>=10.6.1=\n* fixed badge from error.</p>\n\n<p>=10.6.0=\n* fixed missing badge style 1 file.</p>\n\n<h4>10.5.9</h4>\n\n<ul>\n<li>Added smaller badge style. Fixed WooCommerce badge total and average.</li>\n</ul>\n\n<h4>10.5.8</h4>\n\n<ul>\n<li>Bug fix with Google badge total not being updated with cron download. Added ability to pull reviews from Facebook page location sub-pages. Added option to filter by number of characters in review text.</li>\n</ul>\n\n<h4>10.5.7</h4>\n\n<ul>\n<li>Bug fix with database table not being updated. Firefox bug fix on Review Funnels page.</li>\n</ul>\n\n<h4>10.5.6</h4>\n\n<ul>\n<li>Small bug fix with Google badge totals. Cron Jobs added to Review Funnels. Added option to use Icons on Forms for the \"Please review us on....\" setting.</li>\n</ul>\n\n<h4>10.5.5</h4>\n\n<ul>\n<li>New badge style added.</li>\n</ul>\n\n<h4>10.5.4</h4>\n\n<ul>\n<li>Small bug fix with Review Funnel logo links.</li>\n</ul>\n\n<h4>10.5.3</h4>\n\n<ul>\n<li>Small bug fix with TripAdvisor stars. More sites added to Review Funnels.</li>\n</ul>\n\n<h4>10.5.2</h4>\n\n<ul>\n<li>Small bug fixes. Review Funnels beta version released.</li>\n</ul>\n\n<h4>10.5.1</h4>\n\n<ul>\n<li>TripAdvisor hotel review bug fixed.</li>\n</ul>\n\n<h4>10.5.0</h4>\n\n<ul>\n<li>Another WooCommerce sync bug fixed.</li>\n</ul>\n\n<h4>10.4.9</h4>\n\n<ul>\n<li>Small bug fixes with badge, float, and WooCommerce sync.</li>\n</ul>\n\n<h4>10.4.8</h4>\n\n<ul>\n<li>Bug fix with Load More button. Bug fix with submission form required rating. Bug fix with link to Google Avatar. Other small bug fixes.</li>\n</ul>\n\n<h4>10.4.6</h4>\n\n<ul>\n<li>Small bug fix for multi-byte characters ex: Japanese</li>\n</ul>\n\n<h4>10.4.5</h4>\n\n<ul>\n<li>Added feature for Read More based on character length.</li>\n</ul>\n\n<h4>10.4.4</h4>\n\n<ul>\n<li>Added ability to customize the review templates using child themes. Added shortcode parameter to filter by pageid in template shortcode.</li>\n</ul>\n\n<h4>10.4.3</h4>\n\n<ul>\n<li>fixed issue with Airbnb user reviews.</li>\n</ul>\n\n<h4>10.4.2</h4>\n\n<ul>\n<li>Combined js files to reduce http requests. Added option to make company URL do follow. Added option to save FB recommendations as a star rating.</li>\n</ul>\n\n<h4>10.4.1</h4>\n\n<ul>\n<li>Fix for some sites not saving and displaying avatars correctly. </li>\n</ul>\n\n<h4>10.4.0</h4>\n\n<ul>\n<li>Fixed bug when selecting reviews to show and using Load More feature. Moved Avatar cache to Uploads directory so they do not get deleted on plugin update. Added Airbnb user reviews. Fixed bug with changing Google avatar.</li>\n</ul>\n\n<h4>10.3.9</h4>\n\n<ul>\n<li>fixed bug with Airbnb page</li>\n</ul>\n\n<h4>10.3.8</h4>\n\n<ul>\n<li>fixed bug with returns in manually added review text.</li>\n</ul>\n\n<h4>10.3.7</h4>\n\n<ul>\n<li>Added Airbnb experiences. Added WooCommerce review sync. Added ability to hide stars per a review. Added 3 more styles. Fixed \"read less\" small bug. Fixed small bug with form export/import. Fixed small bug with Float auto-clicking when auto advance set to true and Load More feature turned on.</li>\n</ul>\n\n<h4>10.3.6</h4>\n\n<ul>\n<li>small bug fix for load more feature when using latest sort option in a slider.</li>\n</ul>\n\n<h4>10.3.5</h4>\n\n<ul>\n<li>FB recommendations now count toward badge totals. added ability to customize notifications email. small bug fix with TripAdvisor download.</li>\n</ul>\n\n<h4>10.3.4</h4>\n\n<ul>\n<li>small bug fix with css on nav. read less link is clicked on slide change now. </li>\n</ul>\n\n<h4>10.3.3</h4>\n\n<ul>\n<li>added ability to upload custom image for small icon on badge</li>\n</ul>\n\n<h4>10.3.2</h4>\n\n<ul>\n<li>bug fix with widget not loading on some sites, added date display option, added form logic and social links</li>\n</ul>\n\n<h4>10.3.1</h4>\n\n<ul>\n<li>bug fix with js files not loading on some sites</li>\n</ul>\n\n<h4>10.3.0</h4>\n\n<ul>\n<li>added local storage setting for closing float. Changed max Airbnb to 25. FB profile pics are now saved to db by default.</li>\n</ul>\n\n<h4>10.2.9</h4>\n\n<ul>\n<li>small bug fix with missing avatar images</li>\n</ul>\n\n<h4>10.2.8</h4>\n\n<ul>\n<li>small bug fix when showing one slide on mobile. </li>\n</ul>\n\n<h4>10.2.7</h4>\n\n<ul>\n<li>small bug fixes with slider load more feature</li>\n</ul>\n\n<h4>10.2.6</h4>\n\n<ul>\n<li>small bug fixes with slider javascript, badges, and manually input review avatar logos. Also added avatar image compression on caching option.</li>\n</ul>\n\n<h4>10.2.5</h4>\n\n<ul>\n<li>fixed bug with PHP versions less that 7 when declaring an array as a constant.</li>\n</ul>\n\n<h4>10.2.4</h4>\n\n<ul>\n<li>Added badge for Submitted reviews. Added option to select reviews to always display no matter filter settings in template. Fixed company info bug on edit review. Added filter based on text string for review template. Added click to hide x on float. Added Airbnb. Changed Google location limit to 40.</li>\n</ul>\n\n<h4>10.2.3</h4>\n\n<ul>\n<li>bug fix for associating manual reviews to locations</li>\n</ul>\n\n<h4>10.2.2</h4>\n\n<ul>\n<li>bug fix for removing slashes from schema, fix for hiding TripAdvisor logo, fix for page listing</li>\n</ul>\n\n<h4>10.2.1</h4>\n\n<ul>\n<li>bug fix for updating expired FB images</li>\n</ul>\n\n<h4>10.2.0</h4>\n\n<ul>\n<li>bug fixes pagination</li>\n</ul>\n\n<h4>10.1.9</h4>\n\n<ul>\n<li>general bug fixes with Forms and Floats</li>\n</ul>\n\n<h4>10.1.8</h4>\n\n<ul>\n<li>added Floating Badges &amp; Reviews, and pagination option to templates.</li>\n</ul>\n\n<h4>10.1.7</h4>\n\n<ul>\n<li>automatically refreshes Facebook Profile images that have expired.</li>\n</ul>\n\n<h4>10.1.6</h4>\n\n<ul>\n<li>small bug with Account</li>\n</ul>\n\n<h4>10.1.5</h4>\n\n<ul>\n<li>small bug with default google avatar</li>\n</ul>\n\n<h4>10.1.4</h4>\n\n<ul>\n<li>added default submit value for reviewer avatar</li>\n</ul>\n\n<h4>10.1.3</h4>\n\n<ul>\n<li>fix for FB recommendations</li>\n</ul>\n\n<h4>10.1.2</h4>\n\n<ul>\n<li>small change with enquing script</li>\n</ul>\n\n<h4>10.1.1</h4>\n\n<ul>\n<li>Bug fix with one slide on mobile.</li>\n</ul>\n\n<h4>10.1.0</h4>\n\n<ul>\n<li>New slider setting to display one per a slide on mobile device</li>\n</ul>\n\n<h4>10.0.9</h4>\n\n<ul>\n<li>now have option to use your own google api key</li>\n</ul>\n\n<h4>10.0.8</h4>\n\n<ul>\n<li>bug fix with google review download</li>\n</ul>\n\n<h4>10.0.7</h4>\n\n<ul>\n<li>google will now use default api key. added option for trip download</li>\n</ul>\n\n<h4>10.0.6</h4>\n\n<ul>\n<li>new way to download Facebook reviews.</li>\n</ul>\n\n<h4>10.0.5</h4>\n\n<ul>\n<li>add ability to select category ids on review list page.</li>\n</ul>\n\n<h4>10.0.4</h4>\n\n<ul>\n<li>ajax form submission.</li>\n</ul>\n\n<h4>10.0.3</h4>\n\n<ul>\n<li>fix with avatar display.</li>\n</ul>\n\n<h4>10.0.2</h4>\n\n<ul>\n<li>added ability to add custom CSS class to form button</li>\n</ul>\n\n<h4>10.0.1</h4>\n\n<ul>\n<li>bug fix with yelp stars not displaying</li>\n</ul>\n\n<h4>10.0.0</h4>\n\n<ul>\n<li>added front end submission form</li>\n</ul>\n\n<h4>9.9.8</h4>\n\n<ul>\n<li>small bug fix with tripadvisor hotel reviews</li>\n</ul>\n\n<h4>9.9.7</h4>\n\n<ul>\n<li>small bug fix with tripadvisor badge totals</li>\n</ul>\n\n<h4>9.9.6</h4>\n\n<ul>\n<li>small bug fix with tripadvisor badge totals</li>\n</ul>\n\n<h4>9.9.4</h4>\n\n<ul>\n<li>small bug fix with tripadvisor attraction reviews</li>\n</ul>\n\n<h4>9.9.3</h4>\n\n<ul>\n<li>small bug fix with Facebook reviews</li>\n</ul>\n\n<h4>9.9.2</h4>\n\n<ul>\n<li>option to not save last name in database, option to hide avatar or display mystery avatar, bug fix with cron fb notifications</li>\n</ul>\n\n<h4>9.9.1</h4>\n\n<ul>\n<li>small bug fix with badges logo</li>\n</ul>\n\n<h4>9.9</h4>\n\n<ul>\n<li>small bug fix when arrows not displayed</li>\n</ul>\n\n<h4>9.8</h4>\n\n<ul>\n<li>arrows now stay where they are when clicking read more, added badge options for custom text.</li>\n</ul>\n\n<h4>9.7</h4>\n\n<ul>\n<li>bug fix with Yelp reviews.</li>\n</ul>\n\n<h4>9.6</h4>\n\n<ul>\n<li>small bug fix, changed template style 4 from h3 to div for name</li>\n</ul>\n\n<h4>9.5</h4>\n\n<ul>\n<li>memory leak fix</li>\n</ul>\n\n<h4>9.4</h4>\n\n<ul>\n<li>bug fix with star color in widget</li>\n</ul>\n\n<h4>9.3</h4>\n\n<ul>\n<li>star icons changed to font and template 2 star loctaion added</li>\n</ul>\n\n<h4>9.2</h4>\n\n<ul>\n<li>bug fix with FB backup method date pull</li>\n</ul>\n\n<h4>9.0</h4>\n\n<ul>\n<li>Added work around when FB blocks the api call. Plugin will now try a backup method to pull in most helpful 10 FB reviews.</li>\n</ul>\n\n<h4>8.9</h4>\n\n<ul>\n<li>bug fixes with badges. bug fix with tripadvisor hotel reviews</li>\n</ul>\n\n<h4>8.8</h4>\n\n<ul>\n<li>Added review summary badges.</li>\n</ul>\n\n<h4>8.7</h4>\n\n<ul>\n<li>tripadvisor can now download up to 10 reviews and reviews link to actual review page.</li>\n</ul>\n\n<h4>8.6</h4>\n\n<ul>\n<li>Fixed read more bug with fade transition, fixed tripadvisor linking to business url, added business name and address to google notifications, added notifications for high reviews</li>\n</ul>\n\n<h4>8.5</h4>\n\n<ul>\n<li>updated Google logo</li>\n</ul>\n\n<h4>8.4</h4>\n\n<ul>\n<li>small bug fix with javascript on Read More tag.</li>\n</ul>\n\n<h4>8.3</h4>\n\n<ul>\n<li>small bug fix</li>\n</ul>\n\n<h4>8.2</h4>\n\n<ul>\n<li>added subject for notifications</li>\n</ul>\n\n<h4>8.1</h4>\n\n<ul>\n<li>read less option added, small bug fix to masonry style, added date option for time since, fixed google snippet address for widget, added subject for notifications</li>\n</ul>\n\n<h4>8.0</h4>\n\n<ul>\n<li>added more locations to Google, Trip, and Yelp. Added a new date option. Added import reviews feature.</li>\n</ul>\n\n<h4>7.9</h4>\n\n<ul>\n<li>fixed bug with duplicate FB reviews and added delete button for FB reviews</li>\n</ul>\n\n<h4>7.8</h4>\n\n<ul>\n<li>fixed bug with multiple Yelp locations being same name</li>\n</ul>\n\n<h4>7.7</h4>\n\n<ul>\n<li>fixed bug with edit FB reviews and review time based on WP admin time for FB reviews, added copy button to manual review input form</li>\n</ul>\n\n<h4>7.6</h4>\n\n<ul>\n<li>fixed bug with TripAdvisor downloads</li>\n</ul>\n\n<h4>7.5</h4>\n\n<ul>\n<li>added masonry style grid and fixed yelp br</li>\n</ul>\n\n<h4>7.4</h4>\n\n<ul>\n<li>added curl support for FB cron jobs</li>\n</ul>\n\n<h4>7.3</h4>\n\n<ul>\n<li>added titles</li>\n</ul>\n\n<h4>7.2</h4>\n\n<ul>\n<li>fixed bug with TripAdvisor downloads</li>\n</ul>\n\n<h4>7.1</h4>\n\n<ul>\n<li>fixed bug with custom html section</li>\n</ul>\n\n<h4>7.0</h4>\n\n<ul>\n<li>added tripadvisor logo to manual review add, added custom html section for after widget</li>\n</ul>\n\n<h4>6.9</h4>\n\n<ul>\n<li>hopefully fixed swipe, added notifications by email.</li>\n</ul>\n\n<h4>6.8</h4>\n\n<ul>\n<li>ability to limit random display order to last month</li>\n</ul>\n\n<h4>6.7</h4>\n\n<ul>\n<li>download tripadvisor, added last name display options</li>\n</ul>\n\n<h4>6.6</h4>\n\n<ul>\n<li>moved CSS back to inline, too many problems with caching plugins minify settings</li>\n</ul>\n\n<h4>6.5</h4>\n\n<ul>\n<li>fixed small bug with language</li>\n</ul>\n\n<h4>6.4</h4>\n\n<ul>\n<li>added ability to link to profile page by clicking on Avatar</li>\n</ul>\n\n<h4>6.3</h4>\n\n<ul>\n<li>fix bug with some site not saving Google Places API</li>\n</ul>\n\n<h4>6.1</h4>\n\n<ul>\n<li>fixed small bug with image</li>\n</ul>\n\n<h4>6.0</h4>\n\n<ul>\n<li>fixed vertical swipe for iphone, added address, phone and price to rich snippet, changed method of download for yelp</li>\n</ul>\n\n<h4>5.9</h4>\n\n<ul>\n<li>added cURL support for Yelp</li>\n</ul>\n\n<h4>5.8</h4>\n\n<ul>\n<li>fix bug with Yelp memory issue</li>\n</ul>\n\n<h4>5.7</h4>\n\n<ul>\n<li>fix bug with force same height and long names</li>\n</ul>\n\n<h4>5.6</h4>\n\n<ul>\n<li>fix bug with Greece language word count</li>\n</ul>\n\n<h4>5.5</h4>\n\n<ul>\n<li>removed post insert select box to resolve conflict</li>\n</ul>\n\n<h4>5.4</h4>\n\n<ul>\n<li>small bug fix with CSS</li>\n</ul>\n\n<h4>5.3</h4>\n\n<ul>\n<li>bug fix with W3 Total Cache minify settings.</li>\n</ul>\n\n<h4>5.2</h4>\n\n<ul>\n<li>bug fix with mobile view hiding partial slide, and added inline CSS to head via js</li>\n</ul>\n\n<h4>5.1</h4>\n\n<ul>\n<li>bug fix with color picker js files</li>\n</ul>\n\n<h4>5.0</h4>\n\n<ul>\n<li>fixed color picker on template page for wordpress version 4.9</li>\n</ul>\n\n<h4>4.9</h4>\n\n<ul>\n<li>small bug fix with css</li>\n</ul>\n\n<h4>4.8</h4>\n\n<ul>\n<li>small bug fix with css</li>\n</ul>\n\n<h4>4.7</h4>\n\n<ul>\n<li>fb cron download, cache avatars, same height option on reviews, add nordic time, alt text on images, sorting review fix, add widget arrows to widget, cron fb reviews, compress js and css files.</li>\n</ul>\n\n<h4>4.6</h4>\n\n<ul>\n<li>mobile slide, turn off link to social site, constant height fix</li>\n</ul>\n\n<h4>4.5</h4>\n\n<ul>\n<li>multiple google businesses added</li>\n</ul>\n\n<h4>4.4</h4>\n\n<ul>\n<li>multiple yelp businesses added</li>\n</ul>\n\n<h4>4.3</h4>\n\n<ul>\n<li>small bug fix with company name</li>\n</ul>\n\n<h4>4.1</h4>\n\n<ul>\n<li>small bug fix when transition type set to fade and change height of each slide set to no.</li>\n</ul>\n\n<h4>4.0</h4>\n\n<ul>\n<li>add company name option</li>\n</ul>\n\n<h4>3.9</h4>\n\n<ul>\n<li>moved enque script for slider to bottom of page, to make sure it\'s after jquery and set priority to 100</li>\n</ul>\n\n<h4>3.8</h4>\n\n<ul>\n<li>added animation speed option</li>\n</ul>\n\n<h4>3.7</h4>\n\n<ul>\n<li>fixed word count for more languages, removed font styles so it picks up site fonts, add google snippet code</li>\n</ul>\n\n<h4>3.6</h4>\n\n<ul>\n<li>added check in yelp download</li>\n</ul>\n\n<h4>3.5</h4>\n\n<ul>\n<li>moved public facing js to footer</li>\n</ul>\n\n<h4>3.4</h4>\n\n<ul>\n<li>Added copy button to templates</li>\n</ul>\n\n<h4>3.3</h4>\n\n<ul>\n<li>Yelp, don\'t remove reviews unless we got the news ones first, fix.</li>\n</ul>\n\n<h4>3.2</h4>\n\n<ul>\n<li>Yelp memory problem fix.</li>\n</ul>\n\n<h4>3.1</h4>\n\n<ul>\n<li>increased max number of slides</li>\n</ul>\n\n<h4>3.0</h4>\n\n<ul>\n<li>fixed css style override when 2 templates of same style are used</li>\n</ul>\n\n<h4>2.9</h4>\n\n<ul>\n<li>Increased number of facebook pages to list</li>\n</ul>\n\n<h4>2.8</h4>\n\n<ul>\n<li>fixed widget display error</li>\n</ul>\n\n<h4>2.7</h4>\n\n<ul>\n<li>fixed read more tag on fade transition error</li>\n</ul>\n\n<h4>2.6</h4>\n\n<ul>\n<li>fixed google places manual entry</li>\n</ul>\n\n<h4>2.5</h4>\n\n<ul>\n<li>Added google reviews</li>\n</ul>\n\n<h4>2.4</h4>\n\n<ul>\n<li>Added icon to manual reviews.</li>\n</ul>\n\n<h4>2.3</h4>\n\n<ul>\n<li>Small bug fix. Removes line breaks.</li>\n</ul>\n\n<h4>2.2</h4>\n\n<ul>\n<li>Date format option.</li>\n</ul>\n\n<h4>2.1</h4>\n\n<ul>\n<li>Small bug fix.</li>\n</ul>\n\n<h4>2.0</h4>\n\n<ul>\n<li>Small bug fix.</li>\n</ul>\n\n<h4>1.9</h4>\n\n<ul>\n<li>Slider will pause on mouse-over</li>\n</ul>\n\n<h4>1.8</h4>\n\n<ul>\n<li>Fixed limit of FB pages, changed to 100.</li>\n</ul>\n\n<h4>1.7</h4>\n\n<ul>\n<li>Fixed escaping of FB page name reviews not being downloaded.</li>\n</ul>\n\n<h4>1.6</h4>\n\n<ul>\n<li>Fixed yelp cron and fb icon display.</li>\n</ul>\n\n<h4>1.5</h4>\n\n<ul>\n<li>Fixed slider height so it changes when you click read more.</li>\n</ul>\n\n<h4>1.4</h4>\n\n<ul>\n<li>Added read more link.</li>\n</ul>\n\n<h4>1.3</h4>\n\n<ul>\n<li>Fixed display bug.</li>\n</ul>\n\n<h4>1.2</h4>\n\n<ul>\n<li>Fixed template error.</li>\n</ul>\n\n<h4>1.1</h4>\n\n<ul>\n<li>Fixed shortcode error.</li>\n</ul>\n\n<h4>1.0</h4>\n\n<ul>\n<li>First released version</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:6:\"11.4.8\";s:13:\"download_link\";s:386:\"https://api.freemius.com/v1/installs/9973818/updates/46577.zip?is_premium=true&authorization=FSLA+9973818%3AwddkPmgOaGGRi4J3MxKqcE1RJ63AHyyI-AM-zjvlzGcI4_6_sJIsbQil6_Iafx04b7UdMGh62MSJdqtRKhFRWsmrBFS2zFtvjud3_QCakRQyH8utAZApRbDa2l15cMyFFQUAxBLkMpTNMRmqIEF0I8qb5zQicTujEHq4_fsD6SIZ9lW2q8pzhdmXQq_mZi3HMGUwJ2hwIj7imYGglj4LT8ZMPI9-54xLhHpUgE3TgSGQJDJ4n-eKhF45j1V2puzrAuBp1B_b7ftpGPm3NZWssQ\";}}s:7:\"created\";i:1662704294;s:9:\"timestamp\";i:1662790694;}s:90:\"get:/v1/installs/9973818/updates/latest.json?is_premium=true&newer_than=11.4.3&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":19:{s:9:\"plugin_id\";s:3:\"646\";s:12:\"developer_id\";s:3:\"586\";s:4:\"slug\";N;s:12:\"premium_slug\";s:20:\"wp-review-slider-pro\";s:7:\"version\";s:6:\"11.4.4\";s:11:\"sdk_version\";s:5:\"2.4.3\";s:25:\"requires_platform_version\";s:5:\"3.0.1\";s:20:\"tested_up_to_version\";s:3:\"6.0\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:11561;s:2:\"id\";s:5:\"45490\";s:7:\"created\";s:19:\"2022-07-29 16:05:05\";s:7:\"updated\";s:19:\"2022-08-16 20:33:48\";s:11:\"is_released\";b:0;s:3:\"url\";s:386:\"https://api.freemius.com/v1/installs/9973818/updates/45490.zip?is_premium=true&authorization=FSLA+9973818%3AGr9-wWERctKY7OwbMrw-x5M-V_DweKoDZnOq9_Y0crY_vSqvI2rmDFLijrA23ZGrt5ApuHWXO4fgQJ_g2ohBVGjgrkItJ-Dvr_c4zSlTFXV0GUk2E0yLi1OEWbjLFPm_KkLSHspZ-X7JHmLz0tKddXSwa5OBTu4RiqLqssGxo97ch7iZwGRZjMO9BxSthABCZ5lYgLMEuguoQCn2HVo13ofeM40iQf9iuMoUOPpO9MxT8l6h-quKlzatLN2mJjzrsUPzq5btJpmOG3Pehwd7oQ\";s:6:\"readme\";O:8:\"stdClass\":10:{s:4:\"name\";s:20:\"WP Review Slider Pro\";s:4:\"slug\";s:16:\"wp-review-slider\";s:4:\"tags\";O:8:\"stdClass\":4:{s:7:\"reviews\";s:7:\"reviews\";s:6:\"slider\";s:6:\"slider\";s:8:\"facebook\";s:8:\"facebook\";s:4:\"yelp\";s:4:\"yelp\";}s:8:\"requires\";s:5:\"3.0.1\";s:6:\"tested\";s:3:\"6.0\";s:10:\"stable_tag\";s:6:\"11.4.4\";s:8:\"sections\";O:8:\"stdClass\":3:{s:11:\"description\";s:166:\"<p>Pro Version - Allows you to easily display your Facebook Page, Yelp, Google, Manually Input, and 80+ other site reviews in your Posts, Pages, and Widget areas.</p>\";s:12:\"installation\";s:371:\"<p>This section describes how to install the plugin and get it working.</p>\n\n<p>e.g.</p>\n\n<ol>\n<li>Upload <code>wp-review-slider-pro</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress</li>\n<li>Place <code>&lt;?php do_action(\'WP_Review_Pro_hook\'); ?&gt;</code> in your templates</li>\n</ol>\";s:9:\"changelog\";s:28170:\"<p>=11.4.4=\nFixed hide dots option for normal slider.</p>\n\n<p>=11.4.3=\nAdded CSS classes to prev and next grid pagination buttons. Updated Review Funnel auto-download to make it more reliable. Fixed duplicate review bug for certain Review Funnel types. Added another badge style. Fix total and avg for TripAdvisor hotel.</p>\n\n<p>=11.4.1=\nFixed jQuery migrate warnings. Fixed Zillow bug when there is a space in URL. Fixed Experience download. Switched language detector to detectlanguage.com api.</p>\n\n<p>=11.4.0=\nAdded Reviews.io. Added multi-select custom tag field to forms. Forms will now pre-fill with logged in user email and name. Added endless scroll option to grid load more function. Added site icon size option. CSS fix for pagespeed. Added decimal place option for badge average. Added another custom image icon for badges.</p>\n\n<p>=11.3.7=\nSmall bug with booking reviews total and averages. Added preview option when creating Review Template. Changed format of Template page. Added star size option. Added verified option on template. Other small bug fixes.</p>\n\n<p>=11.3.5=\nBug fix with duplicate Google reviews for Google Crawl method. Bug fix for TripAdvisor download.</p>\n\n<p>=11.3.4=\nSmall bug fix for Forms custom checkboxes.</p>\n\n<p>=11.3.3=\nBug fix with Float Pop-Ups. Added Avatar size option to review template.</p>\n\n<p>=11.3.2=\nBug fix with initial override for avatars. Small bug fixes.</p>\n\n<p>=11.3.0=\nAdded Sourceforge reviews. Added WordPress.org reviews. Google Crawl hotel review fix. Bug fix for wordpress.org reviews. Bug fix for pop-up badge editing header. Bug fix for Yelp badge totals. Yelp download fix. Border setting for review template styles 2,4,5. Bug fix for TripAdvisor activities.</p>\n\n<p>=11.2.7=\nSmall bug fix with Google Crawl method for hotels. Bug fix for custom check box on Form input not being saved.</p>\n\n<p>=11.2.6=\nBug fix with thumbs on forms.</p>\n\n<p>=11.2.5=\nSmall bug fix with Google Crawl method.</p>\n\n<p>=11.2.4=\nEditor role now has access to the Review List and the Analytics. Fix for Google Crawl. Fix for woocommerce reviews that do not have a rating value. Added warning messages to review funnel.</p>\n\n<p>=11.2.3=\nFix for experience.com review download.</p>\n\n<p>=11.2.2=\nFix for Facebook filter by page.</p>\n\n<p>=11.2.1=\nFix to cron jobs for Google Crawl method. Fix to TripAdvisor hotel reviews.</p>\n\n<p>=11.2.0=\nFix to FeedbackCompany reviews. Added StyleSeat reviews. Other small bug fixes. TripAdvisor Rental review fix.</p>\n\n<p>=11.1.9=\nUpdate to Google Crawl method for hotels. Updated smileys and thumbs up/down icons for forms.</p>\n\n<p>=11.1.8=\nReview List page selection now alphabetic. Review List search box will also now search page_id. Google Crawl method fixed for hotels. WooCommerce fix for auto-approved reviews. If WPML is used the language code added to review. Review Template setting added if using WPML and you want to filter by current language. Small schema update. Badge star color fix.</p>\n\n<p>=11.1.7=\nSmall bug fix with badge style 4.</p>\n\n<p>=11.1.6=\nStar images use SVG instead of custom font.  Added filter by text string to review template shortcode. Added TrueLocal.com reviews. Added Feedback Company reviews. Added Experience.com reviews. Yelp link in review template can now be turned off. Added new Google Crawl download method that will return 10 newest reviews, does not cost credits. Added small thumbnails in Review List if the review has media. Added new template style 11 for woocommerce product image on left of review.</p>\n\n<p>=11.1.5=\nForms bug fix. Get Reviews > TripAdvisor bug fix for Activities. Forms custom field media upload added.</p>\n\n<p>=11.1.4=\nBadge bug fix. Another form shortcode paramater that will auto-popup a form. Front end filters can not be used on the Advanced Slider. Get Reviews > TripAdvisor alternative method bug fix. Get Reviews > Angies list bug fix. General optimizations with fonts and images.</p>\n\n<p>=11.1.3=\nAdvance slider bug fix for center mode. Fixed js error in review list > tags.</p>\n\n<p>=11.1.1=\nAdded shortcode parameters to badges. Badge will now use all WooCommerce products if no page is selected. Changed break points for Advanced slider. Hide rest of form option for rating will now respect re-ordered form. Bug fix for icons on form. Show float on all pages except is now an option. Added ability to track IP address on Form submission. Option to hide review rating after click on form. You can now use custom HTML in manually added reviews. Added custom form fields to the form. Another review template Filter, contains these words, but not these.</p>\n\n<p>=11.1.0=\nAdded Hostelworld reviews. Added default tags to Forms. TripAdvisor bug fixes. Added lazy load attribute to avatars. Review Funnel option to use Google Place ID. Review Funnel added jobs notice. Bug fixes to Pop-in/out. Bug fix for double-line breaks in Yelp. Other bug fixes.</p>\n\n<p>=11.0.9.9=\nBug fix for last name display options. Bug fix for hide arrows on mobile. Added ability to add html tags to review text.</p>\n\n<p>=11.0.9.8=\nAdded filter by Post ID for Badge. Google Schema can show number of votes or number of reviews. Combined CSS files. Added more name options. Bug fixed when going more than 5 across for slider. Other small bug fixes.</p>\n\n<p>=11.0.9.7=\nFixed Get Reviews > Yelp bug. Other small bug fixes.</p>\n\n<p>=11.0.9.6=\nAdded qualitelis. Upgraded Freemius sdk to 2.4.2. Modified duplicate review check so same person and review can be left for 2 different review funnels. Small CSS fixes. Added link to source page on Review Link page. Added \"Do not display\" for tag filter on review template. Added reply-to email for form notification email. New review email is now translatable. Fixed Elementor conflict.</p>\n\n<p>=11.0.9.4=\nFloat fix for not hiding after first view setting. Fixed CSS bug when using padding with Float. Facebook icon now links to review post.</p>\n\n<p>=11.0.9.3=\nYelp review download fix. Added pop in/out float option. Added media inputs to the reviews so you can add images/video to each review. Added bulk editing of review tags, posts, categories. Insert/Edit review is now in a pop-up window. Added ability to easily copy a review.</p>\n\n<p>=11.0.9.2=\nFix with advanced slider. Zillow review download fix.</p>\n\n<p>=11.0.9= \nAdded advanced slider option. You can now use initials for user avatars. Can pick and choose which source icons to show on the template. Tags can be used in a shortcode and the Review List search now looks for tags. Added Shortcode and Function to return totals and averages data. Fixed login links in notifications email and forms email. Added template style 9. Updated Freemius.</p>\n\n<p>=11.0.8=\n*Added Apartmentratings, Apartments, FindLaw, Greatschools, and Niche to Review Funnels. Added update button to Review Template page so you don\'t have to close the page to make changes. Added ability to edit, insert owner responses. Added tags to reviews so you can filter by tag and use the quick tag header option with them. Added page_id to review list page. Small bug fixes.</p>\n\n<p>=11.0.7=\n*fix for masonry style bug on mobile, added new tripadvisor icon, added text size change on template, added hide slider arrows on mobile setting, other small bug fixes.</p>\n\n<p>=11.0.6=\n*schema fix for individual reviews, Masonry style runs horizontal on grid type now, added review template margins for mobile</p>\n\n<p>=11.0.5=\n*various bug fixes</p>\n\n<p>=11.0.4=\n*Added Google Shopping, BookATable, Influenster, Angie\'s List, and Feefo reviews. Various other small bug fixes</p>\n\n<p>=11.0.3=\n*small bug fixes</p>\n\n<p>=11.0.2=\n* Added margin setting option to review template. Various small bug fixes.</p>\n\n<p>=11.0.1=\n* Various small bug fixes.</p>\n\n<p>=11.0.0=\n* Bug fix with Get Review > Zillow not downloading full review. Added option to remove nofollow link from review source icon and avatar. Added ability to use negative sort weight. Other various small bug fixes.</p>\n\n<p>=10.9.9= \n* Small bug fixes with facebook image save, rich schema for product, custom font, and css.</p>\n\n<p>=10.9.8= \n* Gartner and IT Central added to Review Funnels. Better checking of duplicates for Google. Other small bug fixes.</p>\n\n<p>=10.9.7= \n* Small bug fixes. Added ability to add Place names for VRBO and Airbnb. Small bug fix for duplicates.</p>\n\n<p>=10.9.6= \n* Fixed Nextdoor reviews. Fixed Get Your Guide reviews. Fixed duplicate Google Review Funnel reviews.</p>\n\n<p>=10.9.4=\n* Added language code and rating filter to pagination filters on front end. Added Housecall Pro reviews. Added option on review template total and avg header to use a badge setting. Various other small bug fixes.</p>\n\n<p>=10.9.2=\n* Various other small bug fixes. Added free Zillow method to Pro version. Added close button to slide-out. Added badge width setting.</p>\n\n<p>=10.9.0=\n* Small bug fixes. Added close button to Slide-out window. Added free Zillow download. Added badge width setting.</p>\n\n<p>=10.8.9=\n* Various small bug fixes. Added option to get full name from WooCommerce reviews. Added page filter on Review List page. Added more fields to Google Rich snippet, and option to add individual review markup. Added tool to easily customize style of the \"load more\" and the \"pagination\" buttons. Added option to remove all line breaks in review text.</p>\n\n<p>=10.8.7=\n* Various small bug fixes. Added more Google and Airbnb locations. Fixed bug with mbstring extension not being loaded. Added total reviews number for Google Badges.</p>\n\n<p>=10.8.6=\n* Bug fixes with Default Google API key. Added button to test API key. Bug fix with template style 7 border color.</p>\n\n<p>=10.8.5=\n* Added ProductReview.com.au, HomeAway.com, Apple Appstore and Google Playstore reviews to Review Funnels.</p>\n\n<p>=10.8.4=\n* bug fixes from previous update</p>\n\n<p>=10.8.3=\n* beta version\n* bug fixes from previous update\n* Can now have more than 5 stars on a form\n* Custom Sort option added for reviews. Sort Weight on Review List page.</p>\n\n<p>=10.8.2=\n* beta version\n* bug fixes from previous update\n=10.8.1=\n- Added a pop-up option and slide-out option for Badges.\n- Added a pop-up option for Floats.\n- Created tabs on the Templates page to simplify it.\n- Added Freemius reviews.\n- Added options for Grid style templates to easily add a header, search box, sort drop-down, search tags, and page number pagination.\n- Re-worked badge totals and averages.\n- Added free 7-day search to Twitter.\n- Added another Badge style.\n- Added way to delete reviews by Page ID.\n- Font file optimizations.\n- Fixed bug when selecting reviews for grid style.</p>\n\n<p>=10.8.0=\n* Plugin is now translatable. Added another custom link for badge text.</p>\n\n<p>=10.7.9=\n* Fixed bug with Badges and other small bugs. Added link attribute setting to badges.</p>\n\n<p>=10.7.8=\n* Fixed bug with Form.\n=10.7.7=\n* Submission Forms: Added option to use a Pop-up to display the form. Added option to use thumbs up instead of stars. Added option to only show form when using special URL variable.\n* Floats: Added option to only show on Desktop, Mobile, or Both. Added option to auto hide after so many seconds.\n* Reviews: Added Twitter download page. Added yelp and tripadvisor icon selection. Added Swedish time-since setting.</p>\n\n<p>=10.7.6=\n* Fixed bug with border on template 5. Added review site icon setting on Forms. Added Get Your Guide and Nextdoor reviews. Added recommendation icon in FB reviews.</p>\n\n<p>=10.7.5= \n*Freemius sdk upgrade.</p>\n\n<p>=10.7.4= \n* Added iTunes reviews. Updated notifications settings page so they can be used with any type of review.</p>\n\n<p>=10.7.3= \n* Fixed bug with review template \"Select Reviews\" setting not showing reviews when language code set. Fixed bug with Load More setting when using Post filter. Added Dutch to time since setting. CSS styles now retain formatting when editing templates.</p>\n\n<p>=10.7.2=\n* Fixed bug with badge average and total when selecting page with no reviews. Added VRBO support. Fixed bug with manual review small icon missing.</p>\n\n<p>=10.7.1=\n* Added animation options for Float to fly-in or fade-in on page load. Bug fix with Schema markup fields for sub-business types.</p>\n\n<p>=10.7.0=\n* Added review owner responses to Review Funnels. They will now show on Review List and Analytics pages. Added more categories to Rich Snippet. Bug fix for old Review Funnels when using \"only get new reviews\".</p>\n\n<p>=10.6.9=\n* Added feature for Submitted type badge so that it will default to reviews for the Post it is being displayed on.</p>\n\n<p>=10.6.8=\n* Added charts on Analytics page. Small bug fix with using Load More on template and Selected Reviews.</p>\n\n<p>=10.6.7=\n* Added option to remove double-line breaks from review text. Small php bug fixes.</p>\n\n<p>=10.6.6=\n* Small bug fix for Avatar link and \"Show these reviews plus others\" filter on template.</p>\n\n<p>=10.6.5=\n* Various small bug fixes. Started on Analytics page.</p>\n\n<p>=10.6.4=\n* Added multi-language filter and language detector. Added sort by oldest template setting.</p>\n\n<p>=10.6.3=\n* Fix for older versions of IE error in slider js.</p>\n\n<p>=10.6.2=\n* Added badge option to show avg and total from Review List table. Fixed duplicate review bug. Fixed bug with modified Avatar being overwritten. Added ClassPass to Review Funnel.</p>\n\n<p>=10.6.1=\n* fixed badge from error.</p>\n\n<p>=10.6.0=\n* fixed missing badge style 1 file.</p>\n\n<h4>10.5.9</h4>\n\n<ul>\n<li>Added smaller badge style. Fixed WooCommerce badge total and average.</li>\n</ul>\n\n<h4>10.5.8</h4>\n\n<ul>\n<li>Bug fix with Google badge total not being updated with cron download. Added ability to pull reviews from Facebook page location sub-pages. Added option to filter by number of characters in review text.</li>\n</ul>\n\n<h4>10.5.7</h4>\n\n<ul>\n<li>Bug fix with database table not being updated. Firefox bug fix on Review Funnels page.</li>\n</ul>\n\n<h4>10.5.6</h4>\n\n<ul>\n<li>Small bug fix with Google badge totals. Cron Jobs added to Review Funnels. Added option to use Icons on Forms for the \"Please review us on....\" setting.</li>\n</ul>\n\n<h4>10.5.5</h4>\n\n<ul>\n<li>New badge style added.</li>\n</ul>\n\n<h4>10.5.4</h4>\n\n<ul>\n<li>Small bug fix with Review Funnel logo links.</li>\n</ul>\n\n<h4>10.5.3</h4>\n\n<ul>\n<li>Small bug fix with TripAdvisor stars. More sites added to Review Funnels.</li>\n</ul>\n\n<h4>10.5.2</h4>\n\n<ul>\n<li>Small bug fixes. Review Funnels beta version released.</li>\n</ul>\n\n<h4>10.5.1</h4>\n\n<ul>\n<li>TripAdvisor hotel review bug fixed.</li>\n</ul>\n\n<h4>10.5.0</h4>\n\n<ul>\n<li>Another WooCommerce sync bug fixed.</li>\n</ul>\n\n<h4>10.4.9</h4>\n\n<ul>\n<li>Small bug fixes with badge, float, and WooCommerce sync.</li>\n</ul>\n\n<h4>10.4.8</h4>\n\n<ul>\n<li>Bug fix with Load More button. Bug fix with submission form required rating. Bug fix with link to Google Avatar. Other small bug fixes.</li>\n</ul>\n\n<h4>10.4.6</h4>\n\n<ul>\n<li>Small bug fix for multi-byte characters ex: Japanese</li>\n</ul>\n\n<h4>10.4.5</h4>\n\n<ul>\n<li>Added feature for Read More based on character length.</li>\n</ul>\n\n<h4>10.4.4</h4>\n\n<ul>\n<li>Added ability to customize the review templates using child themes. Added shortcode parameter to filter by pageid in template shortcode.</li>\n</ul>\n\n<h4>10.4.3</h4>\n\n<ul>\n<li>fixed issue with Airbnb user reviews.</li>\n</ul>\n\n<h4>10.4.2</h4>\n\n<ul>\n<li>Combined js files to reduce http requests. Added option to make company URL do follow. Added option to save FB recommendations as a star rating.</li>\n</ul>\n\n<h4>10.4.1</h4>\n\n<ul>\n<li>Fix for some sites not saving and displaying avatars correctly. </li>\n</ul>\n\n<h4>10.4.0</h4>\n\n<ul>\n<li>Fixed bug when selecting reviews to show and using Load More feature. Moved Avatar cache to Uploads directory so they do not get deleted on plugin update. Added Airbnb user reviews. Fixed bug with changing Google avatar.</li>\n</ul>\n\n<h4>10.3.9</h4>\n\n<ul>\n<li>fixed bug with Airbnb page</li>\n</ul>\n\n<h4>10.3.8</h4>\n\n<ul>\n<li>fixed bug with returns in manually added review text.</li>\n</ul>\n\n<h4>10.3.7</h4>\n\n<ul>\n<li>Added Airbnb experiences. Added WooCommerce review sync. Added ability to hide stars per a review. Added 3 more styles. Fixed \"read less\" small bug. Fixed small bug with form export/import. Fixed small bug with Float auto-clicking when auto advance set to true and Load More feature turned on.</li>\n</ul>\n\n<h4>10.3.6</h4>\n\n<ul>\n<li>small bug fix for load more feature when using latest sort option in a slider.</li>\n</ul>\n\n<h4>10.3.5</h4>\n\n<ul>\n<li>FB recommendations now count toward badge totals. added ability to customize notifications email. small bug fix with TripAdvisor download.</li>\n</ul>\n\n<h4>10.3.4</h4>\n\n<ul>\n<li>small bug fix with css on nav. read less link is clicked on slide change now. </li>\n</ul>\n\n<h4>10.3.3</h4>\n\n<ul>\n<li>added ability to upload custom image for small icon on badge</li>\n</ul>\n\n<h4>10.3.2</h4>\n\n<ul>\n<li>bug fix with widget not loading on some sites, added date display option, added form logic and social links</li>\n</ul>\n\n<h4>10.3.1</h4>\n\n<ul>\n<li>bug fix with js files not loading on some sites</li>\n</ul>\n\n<h4>10.3.0</h4>\n\n<ul>\n<li>added local storage setting for closing float. Changed max Airbnb to 25. FB profile pics are now saved to db by default.</li>\n</ul>\n\n<h4>10.2.9</h4>\n\n<ul>\n<li>small bug fix with missing avatar images</li>\n</ul>\n\n<h4>10.2.8</h4>\n\n<ul>\n<li>small bug fix when showing one slide on mobile. </li>\n</ul>\n\n<h4>10.2.7</h4>\n\n<ul>\n<li>small bug fixes with slider load more feature</li>\n</ul>\n\n<h4>10.2.6</h4>\n\n<ul>\n<li>small bug fixes with slider javascript, badges, and manually input review avatar logos. Also added avatar image compression on caching option.</li>\n</ul>\n\n<h4>10.2.5</h4>\n\n<ul>\n<li>fixed bug with PHP versions less that 7 when declaring an array as a constant.</li>\n</ul>\n\n<h4>10.2.4</h4>\n\n<ul>\n<li>Added badge for Submitted reviews. Added option to select reviews to always display no matter filter settings in template. Fixed company info bug on edit review. Added filter based on text string for review template. Added click to hide x on float. Added Airbnb. Changed Google location limit to 40.</li>\n</ul>\n\n<h4>10.2.3</h4>\n\n<ul>\n<li>bug fix for associating manual reviews to locations</li>\n</ul>\n\n<h4>10.2.2</h4>\n\n<ul>\n<li>bug fix for removing slashes from schema, fix for hiding TripAdvisor logo, fix for page listing</li>\n</ul>\n\n<h4>10.2.1</h4>\n\n<ul>\n<li>bug fix for updating expired FB images</li>\n</ul>\n\n<h4>10.2.0</h4>\n\n<ul>\n<li>bug fixes pagination</li>\n</ul>\n\n<h4>10.1.9</h4>\n\n<ul>\n<li>general bug fixes with Forms and Floats</li>\n</ul>\n\n<h4>10.1.8</h4>\n\n<ul>\n<li>added Floating Badges &amp; Reviews, and pagination option to templates.</li>\n</ul>\n\n<h4>10.1.7</h4>\n\n<ul>\n<li>automatically refreshes Facebook Profile images that have expired.</li>\n</ul>\n\n<h4>10.1.6</h4>\n\n<ul>\n<li>small bug with Account</li>\n</ul>\n\n<h4>10.1.5</h4>\n\n<ul>\n<li>small bug with default google avatar</li>\n</ul>\n\n<h4>10.1.4</h4>\n\n<ul>\n<li>added default submit value for reviewer avatar</li>\n</ul>\n\n<h4>10.1.3</h4>\n\n<ul>\n<li>fix for FB recommendations</li>\n</ul>\n\n<h4>10.1.2</h4>\n\n<ul>\n<li>small change with enquing script</li>\n</ul>\n\n<h4>10.1.1</h4>\n\n<ul>\n<li>Bug fix with one slide on mobile.</li>\n</ul>\n\n<h4>10.1.0</h4>\n\n<ul>\n<li>New slider setting to display one per a slide on mobile device</li>\n</ul>\n\n<h4>10.0.9</h4>\n\n<ul>\n<li>now have option to use your own google api key</li>\n</ul>\n\n<h4>10.0.8</h4>\n\n<ul>\n<li>bug fix with google review download</li>\n</ul>\n\n<h4>10.0.7</h4>\n\n<ul>\n<li>google will now use default api key. added option for trip download</li>\n</ul>\n\n<h4>10.0.6</h4>\n\n<ul>\n<li>new way to download Facebook reviews.</li>\n</ul>\n\n<h4>10.0.5</h4>\n\n<ul>\n<li>add ability to select category ids on review list page.</li>\n</ul>\n\n<h4>10.0.4</h4>\n\n<ul>\n<li>ajax form submission.</li>\n</ul>\n\n<h4>10.0.3</h4>\n\n<ul>\n<li>fix with avatar display.</li>\n</ul>\n\n<h4>10.0.2</h4>\n\n<ul>\n<li>added ability to add custom CSS class to form button</li>\n</ul>\n\n<h4>10.0.1</h4>\n\n<ul>\n<li>bug fix with yelp stars not displaying</li>\n</ul>\n\n<h4>10.0.0</h4>\n\n<ul>\n<li>added front end submission form</li>\n</ul>\n\n<h4>9.9.8</h4>\n\n<ul>\n<li>small bug fix with tripadvisor hotel reviews</li>\n</ul>\n\n<h4>9.9.7</h4>\n\n<ul>\n<li>small bug fix with tripadvisor badge totals</li>\n</ul>\n\n<h4>9.9.6</h4>\n\n<ul>\n<li>small bug fix with tripadvisor badge totals</li>\n</ul>\n\n<h4>9.9.4</h4>\n\n<ul>\n<li>small bug fix with tripadvisor attraction reviews</li>\n</ul>\n\n<h4>9.9.3</h4>\n\n<ul>\n<li>small bug fix with Facebook reviews</li>\n</ul>\n\n<h4>9.9.2</h4>\n\n<ul>\n<li>option to not save last name in database, option to hide avatar or display mystery avatar, bug fix with cron fb notifications</li>\n</ul>\n\n<h4>9.9.1</h4>\n\n<ul>\n<li>small bug fix with badges logo</li>\n</ul>\n\n<h4>9.9</h4>\n\n<ul>\n<li>small bug fix when arrows not displayed</li>\n</ul>\n\n<h4>9.8</h4>\n\n<ul>\n<li>arrows now stay where they are when clicking read more, added badge options for custom text.</li>\n</ul>\n\n<h4>9.7</h4>\n\n<ul>\n<li>bug fix with Yelp reviews.</li>\n</ul>\n\n<h4>9.6</h4>\n\n<ul>\n<li>small bug fix, changed template style 4 from h3 to div for name</li>\n</ul>\n\n<h4>9.5</h4>\n\n<ul>\n<li>memory leak fix</li>\n</ul>\n\n<h4>9.4</h4>\n\n<ul>\n<li>bug fix with star color in widget</li>\n</ul>\n\n<h4>9.3</h4>\n\n<ul>\n<li>star icons changed to font and template 2 star loctaion added</li>\n</ul>\n\n<h4>9.2</h4>\n\n<ul>\n<li>bug fix with FB backup method date pull</li>\n</ul>\n\n<h4>9.0</h4>\n\n<ul>\n<li>Added work around when FB blocks the api call. Plugin will now try a backup method to pull in most helpful 10 FB reviews.</li>\n</ul>\n\n<h4>8.9</h4>\n\n<ul>\n<li>bug fixes with badges. bug fix with tripadvisor hotel reviews</li>\n</ul>\n\n<h4>8.8</h4>\n\n<ul>\n<li>Added review summary badges.</li>\n</ul>\n\n<h4>8.7</h4>\n\n<ul>\n<li>tripadvisor can now download up to 10 reviews and reviews link to actual review page.</li>\n</ul>\n\n<h4>8.6</h4>\n\n<ul>\n<li>Fixed read more bug with fade transition, fixed tripadvisor linking to business url, added business name and address to google notifications, added notifications for high reviews</li>\n</ul>\n\n<h4>8.5</h4>\n\n<ul>\n<li>updated Google logo</li>\n</ul>\n\n<h4>8.4</h4>\n\n<ul>\n<li>small bug fix with javascript on Read More tag.</li>\n</ul>\n\n<h4>8.3</h4>\n\n<ul>\n<li>small bug fix</li>\n</ul>\n\n<h4>8.2</h4>\n\n<ul>\n<li>added subject for notifications</li>\n</ul>\n\n<h4>8.1</h4>\n\n<ul>\n<li>read less option added, small bug fix to masonry style, added date option for time since, fixed google snippet address for widget, added subject for notifications</li>\n</ul>\n\n<h4>8.0</h4>\n\n<ul>\n<li>added more locations to Google, Trip, and Yelp. Added a new date option. Added import reviews feature.</li>\n</ul>\n\n<h4>7.9</h4>\n\n<ul>\n<li>fixed bug with duplicate FB reviews and added delete button for FB reviews</li>\n</ul>\n\n<h4>7.8</h4>\n\n<ul>\n<li>fixed bug with multiple Yelp locations being same name</li>\n</ul>\n\n<h4>7.7</h4>\n\n<ul>\n<li>fixed bug with edit FB reviews and review time based on WP admin time for FB reviews, added copy button to manual review input form</li>\n</ul>\n\n<h4>7.6</h4>\n\n<ul>\n<li>fixed bug with TripAdvisor downloads</li>\n</ul>\n\n<h4>7.5</h4>\n\n<ul>\n<li>added masonry style grid and fixed yelp br</li>\n</ul>\n\n<h4>7.4</h4>\n\n<ul>\n<li>added curl support for FB cron jobs</li>\n</ul>\n\n<h4>7.3</h4>\n\n<ul>\n<li>added titles</li>\n</ul>\n\n<h4>7.2</h4>\n\n<ul>\n<li>fixed bug with TripAdvisor downloads</li>\n</ul>\n\n<h4>7.1</h4>\n\n<ul>\n<li>fixed bug with custom html section</li>\n</ul>\n\n<h4>7.0</h4>\n\n<ul>\n<li>added tripadvisor logo to manual review add, added custom html section for after widget</li>\n</ul>\n\n<h4>6.9</h4>\n\n<ul>\n<li>hopefully fixed swipe, added notifications by email.</li>\n</ul>\n\n<h4>6.8</h4>\n\n<ul>\n<li>ability to limit random display order to last month</li>\n</ul>\n\n<h4>6.7</h4>\n\n<ul>\n<li>download tripadvisor, added last name display options</li>\n</ul>\n\n<h4>6.6</h4>\n\n<ul>\n<li>moved CSS back to inline, too many problems with caching plugins minify settings</li>\n</ul>\n\n<h4>6.5</h4>\n\n<ul>\n<li>fixed small bug with language</li>\n</ul>\n\n<h4>6.4</h4>\n\n<ul>\n<li>added ability to link to profile page by clicking on Avatar</li>\n</ul>\n\n<h4>6.3</h4>\n\n<ul>\n<li>fix bug with some site not saving Google Places API</li>\n</ul>\n\n<h4>6.1</h4>\n\n<ul>\n<li>fixed small bug with image</li>\n</ul>\n\n<h4>6.0</h4>\n\n<ul>\n<li>fixed vertical swipe for iphone, added address, phone and price to rich snippet, changed method of download for yelp</li>\n</ul>\n\n<h4>5.9</h4>\n\n<ul>\n<li>added cURL support for Yelp</li>\n</ul>\n\n<h4>5.8</h4>\n\n<ul>\n<li>fix bug with Yelp memory issue</li>\n</ul>\n\n<h4>5.7</h4>\n\n<ul>\n<li>fix bug with force same height and long names</li>\n</ul>\n\n<h4>5.6</h4>\n\n<ul>\n<li>fix bug with Greece language word count</li>\n</ul>\n\n<h4>5.5</h4>\n\n<ul>\n<li>removed post insert select box to resolve conflict</li>\n</ul>\n\n<h4>5.4</h4>\n\n<ul>\n<li>small bug fix with CSS</li>\n</ul>\n\n<h4>5.3</h4>\n\n<ul>\n<li>bug fix with W3 Total Cache minify settings.</li>\n</ul>\n\n<h4>5.2</h4>\n\n<ul>\n<li>bug fix with mobile view hiding partial slide, and added inline CSS to head via js</li>\n</ul>\n\n<h4>5.1</h4>\n\n<ul>\n<li>bug fix with color picker js files</li>\n</ul>\n\n<h4>5.0</h4>\n\n<ul>\n<li>fixed color picker on template page for wordpress version 4.9</li>\n</ul>\n\n<h4>4.9</h4>\n\n<ul>\n<li>small bug fix with css</li>\n</ul>\n\n<h4>4.8</h4>\n\n<ul>\n<li>small bug fix with css</li>\n</ul>\n\n<h4>4.7</h4>\n\n<ul>\n<li>fb cron download, cache avatars, same height option on reviews, add nordic time, alt text on images, sorting review fix, add widget arrows to widget, cron fb reviews, compress js and css files.</li>\n</ul>\n\n<h4>4.6</h4>\n\n<ul>\n<li>mobile slide, turn off link to social site, constant height fix</li>\n</ul>\n\n<h4>4.5</h4>\n\n<ul>\n<li>multiple google businesses added</li>\n</ul>\n\n<h4>4.4</h4>\n\n<ul>\n<li>multiple yelp businesses added</li>\n</ul>\n\n<h4>4.3</h4>\n\n<ul>\n<li>small bug fix with company name</li>\n</ul>\n\n<h4>4.1</h4>\n\n<ul>\n<li>small bug fix when transition type set to fade and change height of each slide set to no.</li>\n</ul>\n\n<h4>4.0</h4>\n\n<ul>\n<li>add company name option</li>\n</ul>\n\n<h4>3.9</h4>\n\n<ul>\n<li>moved enque script for slider to bottom of page, to make sure it\'s after jquery and set priority to 100</li>\n</ul>\n\n<h4>3.8</h4>\n\n<ul>\n<li>added animation speed option</li>\n</ul>\n\n<h4>3.7</h4>\n\n<ul>\n<li>fixed word count for more languages, removed font styles so it picks up site fonts, add google snippet code</li>\n</ul>\n\n<h4>3.6</h4>\n\n<ul>\n<li>added check in yelp download</li>\n</ul>\n\n<h4>3.5</h4>\n\n<ul>\n<li>moved public facing js to footer</li>\n</ul>\n\n<h4>3.4</h4>\n\n<ul>\n<li>Added copy button to templates</li>\n</ul>\n\n<h4>3.3</h4>\n\n<ul>\n<li>Yelp, don\'t remove reviews unless we got the news ones first, fix.</li>\n</ul>\n\n<h4>3.2</h4>\n\n<ul>\n<li>Yelp memory problem fix.</li>\n</ul>\n\n<h4>3.1</h4>\n\n<ul>\n<li>increased max number of slides</li>\n</ul>\n\n<h4>3.0</h4>\n\n<ul>\n<li>fixed css style override when 2 templates of same style are used</li>\n</ul>\n\n<h4>2.9</h4>\n\n<ul>\n<li>Increased number of facebook pages to list</li>\n</ul>\n\n<h4>2.8</h4>\n\n<ul>\n<li>fixed widget display error</li>\n</ul>\n\n<h4>2.7</h4>\n\n<ul>\n<li>fixed read more tag on fade transition error</li>\n</ul>\n\n<h4>2.6</h4>\n\n<ul>\n<li>fixed google places manual entry</li>\n</ul>\n\n<h4>2.5</h4>\n\n<ul>\n<li>Added google reviews</li>\n</ul>\n\n<h4>2.4</h4>\n\n<ul>\n<li>Added icon to manual reviews.</li>\n</ul>\n\n<h4>2.3</h4>\n\n<ul>\n<li>Small bug fix. Removes line breaks.</li>\n</ul>\n\n<h4>2.2</h4>\n\n<ul>\n<li>Date format option.</li>\n</ul>\n\n<h4>2.1</h4>\n\n<ul>\n<li>Small bug fix.</li>\n</ul>\n\n<h4>2.0</h4>\n\n<ul>\n<li>Small bug fix.</li>\n</ul>\n\n<h4>1.9</h4>\n\n<ul>\n<li>Slider will pause on mouse-over</li>\n</ul>\n\n<h4>1.8</h4>\n\n<ul>\n<li>Fixed limit of FB pages, changed to 100.</li>\n</ul>\n\n<h4>1.7</h4>\n\n<ul>\n<li>Fixed escaping of FB page name reviews not being downloaded.</li>\n</ul>\n\n<h4>1.6</h4>\n\n<ul>\n<li>Fixed yelp cron and fb icon display.</li>\n</ul>\n\n<h4>1.5</h4>\n\n<ul>\n<li>Fixed slider height so it changes when you click read more.</li>\n</ul>\n\n<h4>1.4</h4>\n\n<ul>\n<li>Added read more link.</li>\n</ul>\n\n<h4>1.3</h4>\n\n<ul>\n<li>Fixed display bug.</li>\n</ul>\n\n<h4>1.2</h4>\n\n<ul>\n<li>Fixed template error.</li>\n</ul>\n\n<h4>1.1</h4>\n\n<ul>\n<li>Fixed shortcode error.</li>\n</ul>\n\n<h4>1.0</h4>\n\n<ul>\n<li>First released version</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:6:\"11.4.4\";s:13:\"download_link\";s:386:\"https://api.freemius.com/v1/installs/9973818/updates/45490.zip?is_premium=true&authorization=FSLA+9973818%3AGr9-wWERctKY7OwbMrw-x5M-V_DweKoDZnOq9_Y0crY_vSqvI2rmDFLijrA23ZGrt5ApuHWXO4fgQJ_g2ohBVGjgrkItJ-Dvr_c4zSlTFXV0GUk2E0yLi1OEWbjLFPm_KkLSHspZ-X7JHmLz0tKddXSwa5OBTu4RiqLqssGxo97ch7iZwGRZjMO9BxSthABCZ5lYgLMEuguoQCn2HVo13ofeM40iQf9iuMoUOPpO9MxT8l6h-quKlzatLN2mJjzrsUPzq5btJpmOG3Pehwd7oQ\";}}s:7:\"created\";i:1660683487;s:9:\"timestamp\";i:1660687087;}s:90:\"get:/v1/installs/9973818/updates/latest.json?is_premium=true&newer_than=11.4.4&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":19:{s:9:\"plugin_id\";s:3:\"646\";s:12:\"developer_id\";s:3:\"586\";s:4:\"slug\";N;s:12:\"premium_slug\";s:20:\"wp-review-slider-pro\";s:7:\"version\";s:6:\"11.4.8\";s:11:\"sdk_version\";s:5:\"2.4.5\";s:25:\"requires_platform_version\";s:5:\"3.0.1\";s:20:\"tested_up_to_version\";s:5:\"6.0.1\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:11538;s:2:\"id\";s:5:\"46577\";s:7:\"created\";s:19:\"2022-08-29 20:27:02\";s:7:\"updated\";s:19:\"2022-09-08 21:05:50\";s:11:\"is_released\";b:0;s:3:\"url\";s:386:\"https://api.freemius.com/v1/installs/9973818/updates/46577.zip?is_premium=true&authorization=FSLA+9973818%3AufysoWO2cRkqym5zQKkSh4OKni35jInVIPBB69iJaQyr4_Fh7PIcOdev18oZFmkwmducYhTIu8rEIz_6LLhRRwLr1pCBgS_fifo0bvymtYaeU5JnQiFyPL0ntw8gt_ECXX41kTt_kB4wNkACGQz6zhFDcdbHz1ffUYnw_0mjhSFZ1Ftazo6WbuGfVdUtEOqocwLcJtKBMo0ayySqHZmIQ7FHX0E7Igtc6kp-uoOvmwTuB-6hf68TMi5gQXOPOaItcPvA8B7kx1lwom7HmDdFlQ\";s:6:\"readme\";O:8:\"stdClass\":10:{s:4:\"name\";s:20:\"WP Review Slider Pro\";s:4:\"slug\";s:16:\"wp-review-slider\";s:4:\"tags\";O:8:\"stdClass\":4:{s:7:\"reviews\";s:7:\"reviews\";s:6:\"slider\";s:6:\"slider\";s:8:\"facebook\";s:8:\"facebook\";s:4:\"yelp\";s:4:\"yelp\";}s:8:\"requires\";s:5:\"3.0.1\";s:6:\"tested\";s:5:\"6.0.1\";s:10:\"stable_tag\";s:6:\"11.4.8\";s:8:\"sections\";O:8:\"stdClass\":3:{s:11:\"description\";s:166:\"<p>Pro Version - Allows you to easily display your Facebook Page, Yelp, Google, Manually Input, and 80+ other site reviews in your Posts, Pages, and Widget areas.</p>\";s:12:\"installation\";s:371:\"<p>This section describes how to install the plugin and get it working.</p>\n\n<p>e.g.</p>\n\n<ol>\n<li>Upload <code>wp-review-slider-pro</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress</li>\n<li>Place <code>&lt;?php do_action(\'WP_Review_Pro_hook\'); ?&gt;</code> in your templates</li>\n</ol>\";s:9:\"changelog\";s:28734:\"<p>=11.4.8=\nBug fix with Badge icons.</p>\n\n<p>=11.4.7=\nUpdated Get Reviews > Airbnb download method.  Google Crawl can now download 50 reviews and get images and owner responses.</p>\n\n<p>=11.4.6=\nAdded GuildQuality review download. Added ability to add location to review. Added function on review template to turn off/on location. Also to turn on/off review media. Updated Freemius sdk. Added ability to hide review template based on screen size. Updated Get Reviews > TripAdvisor to download up to 100 reviews with media. Fixed bug of advanced slider dots not hiding on mobile option.</p>\n\n<p>=11.4.4=\nFixed TripAdvisor Product Reviews for the Get Reviews > TripAdvisor method.</p>\n\n<p>=11.4.3=\nFixed slider dots not hiding for regular slider.</p>\n\n<p>=11.4.2=\nAdded CSS classes to prev and next grid pagination buttons. Updated Review Funnel auto-download to make it more reliable.</p>\n\n<p>=11.4.1=\nFixed jQuery migrate warnings. Fixed Zillow bug when there is a space in URL. Fixed Experience download. Switched language detector to detectlanguage.com api.</p>\n\n<p>=11.4.0=\nAdded Reviews.io. Added multi-select custom tag field to forms. Forms will now pre-fill with logged in user email and name. Added endless scroll option to grid load more function. Added site icon size option. CSS fix for pagespeed. Added decimal place option for badge average. Added another custom image icon for badges.</p>\n\n<p>=11.3.7=\nSmall bug with booking reviews total and averages. Added preview option when creating Review Template. Changed format of Template page. Added star size option. Added verified option on template. Other small bug fixes.</p>\n\n<p>=11.3.5=\nBug fix with duplicate Google reviews for Google Crawl method. Bug fix for TripAdvisor download.</p>\n\n<p>=11.3.4=\nSmall bug fix for Forms custom checkboxes.</p>\n\n<p>=11.3.3=\nBug fix with Float Pop-Ups. Added Avatar size option to review template.</p>\n\n<p>=11.3.2=\nBug fix with initial override for avatars. Small bug fixes.</p>\n\n<p>=11.3.0=\nAdded Sourceforge reviews. Added WordPress.org reviews. Google Crawl hotel review fix. Bug fix for wordpress.org reviews. Bug fix for pop-up badge editing header. Bug fix for Yelp badge totals. Yelp download fix. Border setting for review template styles 2,4,5. Bug fix for TripAdvisor activities.</p>\n\n<p>=11.2.7=\nSmall bug fix with Google Crawl method for hotels. Bug fix for custom check box on Form input not being saved.</p>\n\n<p>=11.2.6=\nBug fix with thumbs on forms.</p>\n\n<p>=11.2.5=\nSmall bug fix with Google Crawl method.</p>\n\n<p>=11.2.4=\nEditor role now has access to the Review List and the Analytics. Fix for Google Crawl. Fix for woocommerce reviews that do not have a rating value. Added warning messages to review funnel.</p>\n\n<p>=11.2.3=\nFix for experience.com review download.</p>\n\n<p>=11.2.2=\nFix for Facebook filter by page.</p>\n\n<p>=11.2.1=\nFix to cron jobs for Google Crawl method. Fix to TripAdvisor hotel reviews.</p>\n\n<p>=11.2.0=\nFix to FeedbackCompany reviews. Added StyleSeat reviews. Other small bug fixes. TripAdvisor Rental review fix.</p>\n\n<p>=11.1.9=\nUpdate to Google Crawl method for hotels. Updated smileys and thumbs up/down icons for forms.</p>\n\n<p>=11.1.8=\nReview List page selection now alphabetic. Review List search box will also now search page_id. Google Crawl method fixed for hotels. WooCommerce fix for auto-approved reviews. If WPML is used the language code added to review. Review Template setting added if using WPML and you want to filter by current language. Small schema update. Badge star color fix.</p>\n\n<p>=11.1.7=\nSmall bug fix with badge style 4.</p>\n\n<p>=11.1.6=\nStar images use SVG instead of custom font.  Added filter by text string to review template shortcode. Added TrueLocal.com reviews. Added Feedback Company reviews. Added Experience.com reviews. Yelp link in review template can now be turned off. Added new Google Crawl download method that will return 10 newest reviews, does not cost credits. Added small thumbnails in Review List if the review has media. Added new template style 11 for woocommerce product image on left of review.</p>\n\n<p>=11.1.5=\nForms bug fix. Get Reviews > TripAdvisor bug fix for Activities. Forms custom field media upload added.</p>\n\n<p>=11.1.4=\nBadge bug fix. Another form shortcode paramater that will auto-popup a form. Front end filters can not be used on the Advanced Slider. Get Reviews > TripAdvisor alternative method bug fix. Get Reviews > Angies list bug fix. General optimizations with fonts and images.</p>\n\n<p>=11.1.3=\nAdvance slider bug fix for center mode. Fixed js error in review list > tags.</p>\n\n<p>=11.1.1=\nAdded shortcode parameters to badges. Badge will now use all WooCommerce products if no page is selected. Changed break points for Advanced slider. Hide rest of form option for rating will now respect re-ordered form. Bug fix for icons on form. Show float on all pages except is now an option. Added ability to track IP address on Form submission. Option to hide review rating after click on form. You can now use custom HTML in manually added reviews. Added custom form fields to the form. Another review template Filter, contains these words, but not these.</p>\n\n<p>=11.1.0=\nAdded Hostelworld reviews. Added default tags to Forms. TripAdvisor bug fixes. Added lazy load attribute to avatars. Review Funnel option to use Google Place ID. Review Funnel added jobs notice. Bug fixes to Pop-in/out. Bug fix for double-line breaks in Yelp. Other bug fixes.</p>\n\n<p>=11.0.9.9=\nBug fix for last name display options. Bug fix for hide arrows on mobile. Added ability to add html tags to review text.</p>\n\n<p>=11.0.9.8=\nAdded filter by Post ID for Badge. Google Schema can show number of votes or number of reviews. Combined CSS files. Added more name options. Bug fixed when going more than 5 across for slider. Other small bug fixes.</p>\n\n<p>=11.0.9.7=\nFixed Get Reviews > Yelp bug. Other small bug fixes.</p>\n\n<p>=11.0.9.6=\nAdded qualitelis. Upgraded Freemius sdk to 2.4.2. Modified duplicate review check so same person and review can be left for 2 different review funnels. Small CSS fixes. Added link to source page on Review Link page. Added \"Do not display\" for tag filter on review template. Added reply-to email for form notification email. New review email is now translatable. Fixed Elementor conflict.</p>\n\n<p>=11.0.9.4=\nFloat fix for not hiding after first view setting. Fixed CSS bug when using padding with Float. Facebook icon now links to review post.</p>\n\n<p>=11.0.9.3=\nYelp review download fix. Added pop in/out float option. Added media inputs to the reviews so you can add images/video to each review. Added bulk editing of review tags, posts, categories. Insert/Edit review is now in a pop-up window. Added ability to easily copy a review.</p>\n\n<p>=11.0.9.2=\nFix with advanced slider. Zillow review download fix.</p>\n\n<p>=11.0.9= \nAdded advanced slider option. You can now use initials for user avatars. Can pick and choose which source icons to show on the template. Tags can be used in a shortcode and the Review List search now looks for tags. Added Shortcode and Function to return totals and averages data. Fixed login links in notifications email and forms email. Added template style 9. Updated Freemius.</p>\n\n<p>=11.0.8=\n*Added Apartmentratings, Apartments, FindLaw, Greatschools, and Niche to Review Funnels. Added update button to Review Template page so you don\'t have to close the page to make changes. Added ability to edit, insert owner responses. Added tags to reviews so you can filter by tag and use the quick tag header option with them. Added page_id to review list page. Small bug fixes.</p>\n\n<p>=11.0.7=\n*fix for masonry style bug on mobile, added new tripadvisor icon, added text size change on template, added hide slider arrows on mobile setting, other small bug fixes.</p>\n\n<p>=11.0.6=\n*schema fix for individual reviews, Masonry style runs horizontal on grid type now, added review template margins for mobile</p>\n\n<p>=11.0.5=\n*various bug fixes</p>\n\n<p>=11.0.4=\n*Added Google Shopping, BookATable, Influenster, Angie\'s List, and Feefo reviews. Various other small bug fixes</p>\n\n<p>=11.0.3=\n*small bug fixes</p>\n\n<p>=11.0.2=\n* Added margin setting option to review template. Various small bug fixes.</p>\n\n<p>=11.0.1=\n* Various small bug fixes.</p>\n\n<p>=11.0.0=\n* Bug fix with Get Review > Zillow not downloading full review. Added option to remove nofollow link from review source icon and avatar. Added ability to use negative sort weight. Other various small bug fixes.</p>\n\n<p>=10.9.9= \n* Small bug fixes with facebook image save, rich schema for product, custom font, and css.</p>\n\n<p>=10.9.8= \n* Gartner and IT Central added to Review Funnels. Better checking of duplicates for Google. Other small bug fixes.</p>\n\n<p>=10.9.7= \n* Small bug fixes. Added ability to add Place names for VRBO and Airbnb. Small bug fix for duplicates.</p>\n\n<p>=10.9.6= \n* Fixed Nextdoor reviews. Fixed Get Your Guide reviews. Fixed duplicate Google Review Funnel reviews.</p>\n\n<p>=10.9.4=\n* Added language code and rating filter to pagination filters on front end. Added Housecall Pro reviews. Added option on review template total and avg header to use a badge setting. Various other small bug fixes.</p>\n\n<p>=10.9.2=\n* Various other small bug fixes. Added free Zillow method to Pro version. Added close button to slide-out. Added badge width setting.</p>\n\n<p>=10.9.0=\n* Small bug fixes. Added close button to Slide-out window. Added free Zillow download. Added badge width setting.</p>\n\n<p>=10.8.9=\n* Various small bug fixes. Added option to get full name from WooCommerce reviews. Added page filter on Review List page. Added more fields to Google Rich snippet, and option to add individual review markup. Added tool to easily customize style of the \"load more\" and the \"pagination\" buttons. Added option to remove all line breaks in review text.</p>\n\n<p>=10.8.7=\n* Various small bug fixes. Added more Google and Airbnb locations. Fixed bug with mbstring extension not being loaded. Added total reviews number for Google Badges.</p>\n\n<p>=10.8.6=\n* Bug fixes with Default Google API key. Added button to test API key. Bug fix with template style 7 border color.</p>\n\n<p>=10.8.5=\n* Added ProductReview.com.au, HomeAway.com, Apple Appstore and Google Playstore reviews to Review Funnels.</p>\n\n<p>=10.8.4=\n* bug fixes from previous update</p>\n\n<p>=10.8.3=\n* beta version\n* bug fixes from previous update\n* Can now have more than 5 stars on a form\n* Custom Sort option added for reviews. Sort Weight on Review List page.</p>\n\n<p>=10.8.2=\n* beta version\n* bug fixes from previous update\n=10.8.1=\n- Added a pop-up option and slide-out option for Badges.\n- Added a pop-up option for Floats.\n- Created tabs on the Templates page to simplify it.\n- Added Freemius reviews.\n- Added options for Grid style templates to easily add a header, search box, sort drop-down, search tags, and page number pagination.\n- Re-worked badge totals and averages.\n- Added free 7-day search to Twitter.\n- Added another Badge style.\n- Added way to delete reviews by Page ID.\n- Font file optimizations.\n- Fixed bug when selecting reviews for grid style.</p>\n\n<p>=10.8.0=\n* Plugin is now translatable. Added another custom link for badge text.</p>\n\n<p>=10.7.9=\n* Fixed bug with Badges and other small bugs. Added link attribute setting to badges.</p>\n\n<p>=10.7.8=\n* Fixed bug with Form.\n=10.7.7=\n* Submission Forms: Added option to use a Pop-up to display the form. Added option to use thumbs up instead of stars. Added option to only show form when using special URL variable.\n* Floats: Added option to only show on Desktop, Mobile, or Both. Added option to auto hide after so many seconds.\n* Reviews: Added Twitter download page. Added yelp and tripadvisor icon selection. Added Swedish time-since setting.</p>\n\n<p>=10.7.6=\n* Fixed bug with border on template 5. Added review site icon setting on Forms. Added Get Your Guide and Nextdoor reviews. Added recommendation icon in FB reviews.</p>\n\n<p>=10.7.5= \n*Freemius sdk upgrade.</p>\n\n<p>=10.7.4= \n* Added iTunes reviews. Updated notifications settings page so they can be used with any type of review.</p>\n\n<p>=10.7.3= \n* Fixed bug with review template \"Select Reviews\" setting not showing reviews when language code set. Fixed bug with Load More setting when using Post filter. Added Dutch to time since setting. CSS styles now retain formatting when editing templates.</p>\n\n<p>=10.7.2=\n* Fixed bug with badge average and total when selecting page with no reviews. Added VRBO support. Fixed bug with manual review small icon missing.</p>\n\n<p>=10.7.1=\n* Added animation options for Float to fly-in or fade-in on page load. Bug fix with Schema markup fields for sub-business types.</p>\n\n<p>=10.7.0=\n* Added review owner responses to Review Funnels. They will now show on Review List and Analytics pages. Added more categories to Rich Snippet. Bug fix for old Review Funnels when using \"only get new reviews\".</p>\n\n<p>=10.6.9=\n* Added feature for Submitted type badge so that it will default to reviews for the Post it is being displayed on.</p>\n\n<p>=10.6.8=\n* Added charts on Analytics page. Small bug fix with using Load More on template and Selected Reviews.</p>\n\n<p>=10.6.7=\n* Added option to remove double-line breaks from review text. Small php bug fixes.</p>\n\n<p>=10.6.6=\n* Small bug fix for Avatar link and \"Show these reviews plus others\" filter on template.</p>\n\n<p>=10.6.5=\n* Various small bug fixes. Started on Analytics page.</p>\n\n<p>=10.6.4=\n* Added multi-language filter and language detector. Added sort by oldest template setting.</p>\n\n<p>=10.6.3=\n* Fix for older versions of IE error in slider js.</p>\n\n<p>=10.6.2=\n* Added badge option to show avg and total from Review List table. Fixed duplicate review bug. Fixed bug with modified Avatar being overwritten. Added ClassPass to Review Funnel.</p>\n\n<p>=10.6.1=\n* fixed badge from error.</p>\n\n<p>=10.6.0=\n* fixed missing badge style 1 file.</p>\n\n<h4>10.5.9</h4>\n\n<ul>\n<li>Added smaller badge style. Fixed WooCommerce badge total and average.</li>\n</ul>\n\n<h4>10.5.8</h4>\n\n<ul>\n<li>Bug fix with Google badge total not being updated with cron download. Added ability to pull reviews from Facebook page location sub-pages. Added option to filter by number of characters in review text.</li>\n</ul>\n\n<h4>10.5.7</h4>\n\n<ul>\n<li>Bug fix with database table not being updated. Firefox bug fix on Review Funnels page.</li>\n</ul>\n\n<h4>10.5.6</h4>\n\n<ul>\n<li>Small bug fix with Google badge totals. Cron Jobs added to Review Funnels. Added option to use Icons on Forms for the \"Please review us on....\" setting.</li>\n</ul>\n\n<h4>10.5.5</h4>\n\n<ul>\n<li>New badge style added.</li>\n</ul>\n\n<h4>10.5.4</h4>\n\n<ul>\n<li>Small bug fix with Review Funnel logo links.</li>\n</ul>\n\n<h4>10.5.3</h4>\n\n<ul>\n<li>Small bug fix with TripAdvisor stars. More sites added to Review Funnels.</li>\n</ul>\n\n<h4>10.5.2</h4>\n\n<ul>\n<li>Small bug fixes. Review Funnels beta version released.</li>\n</ul>\n\n<h4>10.5.1</h4>\n\n<ul>\n<li>TripAdvisor hotel review bug fixed.</li>\n</ul>\n\n<h4>10.5.0</h4>\n\n<ul>\n<li>Another WooCommerce sync bug fixed.</li>\n</ul>\n\n<h4>10.4.9</h4>\n\n<ul>\n<li>Small bug fixes with badge, float, and WooCommerce sync.</li>\n</ul>\n\n<h4>10.4.8</h4>\n\n<ul>\n<li>Bug fix with Load More button. Bug fix with submission form required rating. Bug fix with link to Google Avatar. Other small bug fixes.</li>\n</ul>\n\n<h4>10.4.6</h4>\n\n<ul>\n<li>Small bug fix for multi-byte characters ex: Japanese</li>\n</ul>\n\n<h4>10.4.5</h4>\n\n<ul>\n<li>Added feature for Read More based on character length.</li>\n</ul>\n\n<h4>10.4.4</h4>\n\n<ul>\n<li>Added ability to customize the review templates using child themes. Added shortcode parameter to filter by pageid in template shortcode.</li>\n</ul>\n\n<h4>10.4.3</h4>\n\n<ul>\n<li>fixed issue with Airbnb user reviews.</li>\n</ul>\n\n<h4>10.4.2</h4>\n\n<ul>\n<li>Combined js files to reduce http requests. Added option to make company URL do follow. Added option to save FB recommendations as a star rating.</li>\n</ul>\n\n<h4>10.4.1</h4>\n\n<ul>\n<li>Fix for some sites not saving and displaying avatars correctly. </li>\n</ul>\n\n<h4>10.4.0</h4>\n\n<ul>\n<li>Fixed bug when selecting reviews to show and using Load More feature. Moved Avatar cache to Uploads directory so they do not get deleted on plugin update. Added Airbnb user reviews. Fixed bug with changing Google avatar.</li>\n</ul>\n\n<h4>10.3.9</h4>\n\n<ul>\n<li>fixed bug with Airbnb page</li>\n</ul>\n\n<h4>10.3.8</h4>\n\n<ul>\n<li>fixed bug with returns in manually added review text.</li>\n</ul>\n\n<h4>10.3.7</h4>\n\n<ul>\n<li>Added Airbnb experiences. Added WooCommerce review sync. Added ability to hide stars per a review. Added 3 more styles. Fixed \"read less\" small bug. Fixed small bug with form export/import. Fixed small bug with Float auto-clicking when auto advance set to true and Load More feature turned on.</li>\n</ul>\n\n<h4>10.3.6</h4>\n\n<ul>\n<li>small bug fix for load more feature when using latest sort option in a slider.</li>\n</ul>\n\n<h4>10.3.5</h4>\n\n<ul>\n<li>FB recommendations now count toward badge totals. added ability to customize notifications email. small bug fix with TripAdvisor download.</li>\n</ul>\n\n<h4>10.3.4</h4>\n\n<ul>\n<li>small bug fix with css on nav. read less link is clicked on slide change now. </li>\n</ul>\n\n<h4>10.3.3</h4>\n\n<ul>\n<li>added ability to upload custom image for small icon on badge</li>\n</ul>\n\n<h4>10.3.2</h4>\n\n<ul>\n<li>bug fix with widget not loading on some sites, added date display option, added form logic and social links</li>\n</ul>\n\n<h4>10.3.1</h4>\n\n<ul>\n<li>bug fix with js files not loading on some sites</li>\n</ul>\n\n<h4>10.3.0</h4>\n\n<ul>\n<li>added local storage setting for closing float. Changed max Airbnb to 25. FB profile pics are now saved to db by default.</li>\n</ul>\n\n<h4>10.2.9</h4>\n\n<ul>\n<li>small bug fix with missing avatar images</li>\n</ul>\n\n<h4>10.2.8</h4>\n\n<ul>\n<li>small bug fix when showing one slide on mobile. </li>\n</ul>\n\n<h4>10.2.7</h4>\n\n<ul>\n<li>small bug fixes with slider load more feature</li>\n</ul>\n\n<h4>10.2.6</h4>\n\n<ul>\n<li>small bug fixes with slider javascript, badges, and manually input review avatar logos. Also added avatar image compression on caching option.</li>\n</ul>\n\n<h4>10.2.5</h4>\n\n<ul>\n<li>fixed bug with PHP versions less that 7 when declaring an array as a constant.</li>\n</ul>\n\n<h4>10.2.4</h4>\n\n<ul>\n<li>Added badge for Submitted reviews. Added option to select reviews to always display no matter filter settings in template. Fixed company info bug on edit review. Added filter based on text string for review template. Added click to hide x on float. Added Airbnb. Changed Google location limit to 40.</li>\n</ul>\n\n<h4>10.2.3</h4>\n\n<ul>\n<li>bug fix for associating manual reviews to locations</li>\n</ul>\n\n<h4>10.2.2</h4>\n\n<ul>\n<li>bug fix for removing slashes from schema, fix for hiding TripAdvisor logo, fix for page listing</li>\n</ul>\n\n<h4>10.2.1</h4>\n\n<ul>\n<li>bug fix for updating expired FB images</li>\n</ul>\n\n<h4>10.2.0</h4>\n\n<ul>\n<li>bug fixes pagination</li>\n</ul>\n\n<h4>10.1.9</h4>\n\n<ul>\n<li>general bug fixes with Forms and Floats</li>\n</ul>\n\n<h4>10.1.8</h4>\n\n<ul>\n<li>added Floating Badges &amp; Reviews, and pagination option to templates.</li>\n</ul>\n\n<h4>10.1.7</h4>\n\n<ul>\n<li>automatically refreshes Facebook Profile images that have expired.</li>\n</ul>\n\n<h4>10.1.6</h4>\n\n<ul>\n<li>small bug with Account</li>\n</ul>\n\n<h4>10.1.5</h4>\n\n<ul>\n<li>small bug with default google avatar</li>\n</ul>\n\n<h4>10.1.4</h4>\n\n<ul>\n<li>added default submit value for reviewer avatar</li>\n</ul>\n\n<h4>10.1.3</h4>\n\n<ul>\n<li>fix for FB recommendations</li>\n</ul>\n\n<h4>10.1.2</h4>\n\n<ul>\n<li>small change with enquing script</li>\n</ul>\n\n<h4>10.1.1</h4>\n\n<ul>\n<li>Bug fix with one slide on mobile.</li>\n</ul>\n\n<h4>10.1.0</h4>\n\n<ul>\n<li>New slider setting to display one per a slide on mobile device</li>\n</ul>\n\n<h4>10.0.9</h4>\n\n<ul>\n<li>now have option to use your own google api key</li>\n</ul>\n\n<h4>10.0.8</h4>\n\n<ul>\n<li>bug fix with google review download</li>\n</ul>\n\n<h4>10.0.7</h4>\n\n<ul>\n<li>google will now use default api key. added option for trip download</li>\n</ul>\n\n<h4>10.0.6</h4>\n\n<ul>\n<li>new way to download Facebook reviews.</li>\n</ul>\n\n<h4>10.0.5</h4>\n\n<ul>\n<li>add ability to select category ids on review list page.</li>\n</ul>\n\n<h4>10.0.4</h4>\n\n<ul>\n<li>ajax form submission.</li>\n</ul>\n\n<h4>10.0.3</h4>\n\n<ul>\n<li>fix with avatar display.</li>\n</ul>\n\n<h4>10.0.2</h4>\n\n<ul>\n<li>added ability to add custom CSS class to form button</li>\n</ul>\n\n<h4>10.0.1</h4>\n\n<ul>\n<li>bug fix with yelp stars not displaying</li>\n</ul>\n\n<h4>10.0.0</h4>\n\n<ul>\n<li>added front end submission form</li>\n</ul>\n\n<h4>9.9.8</h4>\n\n<ul>\n<li>small bug fix with tripadvisor hotel reviews</li>\n</ul>\n\n<h4>9.9.7</h4>\n\n<ul>\n<li>small bug fix with tripadvisor badge totals</li>\n</ul>\n\n<h4>9.9.6</h4>\n\n<ul>\n<li>small bug fix with tripadvisor badge totals</li>\n</ul>\n\n<h4>9.9.4</h4>\n\n<ul>\n<li>small bug fix with tripadvisor attraction reviews</li>\n</ul>\n\n<h4>9.9.3</h4>\n\n<ul>\n<li>small bug fix with Facebook reviews</li>\n</ul>\n\n<h4>9.9.2</h4>\n\n<ul>\n<li>option to not save last name in database, option to hide avatar or display mystery avatar, bug fix with cron fb notifications</li>\n</ul>\n\n<h4>9.9.1</h4>\n\n<ul>\n<li>small bug fix with badges logo</li>\n</ul>\n\n<h4>9.9</h4>\n\n<ul>\n<li>small bug fix when arrows not displayed</li>\n</ul>\n\n<h4>9.8</h4>\n\n<ul>\n<li>arrows now stay where they are when clicking read more, added badge options for custom text.</li>\n</ul>\n\n<h4>9.7</h4>\n\n<ul>\n<li>bug fix with Yelp reviews.</li>\n</ul>\n\n<h4>9.6</h4>\n\n<ul>\n<li>small bug fix, changed template style 4 from h3 to div for name</li>\n</ul>\n\n<h4>9.5</h4>\n\n<ul>\n<li>memory leak fix</li>\n</ul>\n\n<h4>9.4</h4>\n\n<ul>\n<li>bug fix with star color in widget</li>\n</ul>\n\n<h4>9.3</h4>\n\n<ul>\n<li>star icons changed to font and template 2 star loctaion added</li>\n</ul>\n\n<h4>9.2</h4>\n\n<ul>\n<li>bug fix with FB backup method date pull</li>\n</ul>\n\n<h4>9.0</h4>\n\n<ul>\n<li>Added work around when FB blocks the api call. Plugin will now try a backup method to pull in most helpful 10 FB reviews.</li>\n</ul>\n\n<h4>8.9</h4>\n\n<ul>\n<li>bug fixes with badges. bug fix with tripadvisor hotel reviews</li>\n</ul>\n\n<h4>8.8</h4>\n\n<ul>\n<li>Added review summary badges.</li>\n</ul>\n\n<h4>8.7</h4>\n\n<ul>\n<li>tripadvisor can now download up to 10 reviews and reviews link to actual review page.</li>\n</ul>\n\n<h4>8.6</h4>\n\n<ul>\n<li>Fixed read more bug with fade transition, fixed tripadvisor linking to business url, added business name and address to google notifications, added notifications for high reviews</li>\n</ul>\n\n<h4>8.5</h4>\n\n<ul>\n<li>updated Google logo</li>\n</ul>\n\n<h4>8.4</h4>\n\n<ul>\n<li>small bug fix with javascript on Read More tag.</li>\n</ul>\n\n<h4>8.3</h4>\n\n<ul>\n<li>small bug fix</li>\n</ul>\n\n<h4>8.2</h4>\n\n<ul>\n<li>added subject for notifications</li>\n</ul>\n\n<h4>8.1</h4>\n\n<ul>\n<li>read less option added, small bug fix to masonry style, added date option for time since, fixed google snippet address for widget, added subject for notifications</li>\n</ul>\n\n<h4>8.0</h4>\n\n<ul>\n<li>added more locations to Google, Trip, and Yelp. Added a new date option. Added import reviews feature.</li>\n</ul>\n\n<h4>7.9</h4>\n\n<ul>\n<li>fixed bug with duplicate FB reviews and added delete button for FB reviews</li>\n</ul>\n\n<h4>7.8</h4>\n\n<ul>\n<li>fixed bug with multiple Yelp locations being same name</li>\n</ul>\n\n<h4>7.7</h4>\n\n<ul>\n<li>fixed bug with edit FB reviews and review time based on WP admin time for FB reviews, added copy button to manual review input form</li>\n</ul>\n\n<h4>7.6</h4>\n\n<ul>\n<li>fixed bug with TripAdvisor downloads</li>\n</ul>\n\n<h4>7.5</h4>\n\n<ul>\n<li>added masonry style grid and fixed yelp br</li>\n</ul>\n\n<h4>7.4</h4>\n\n<ul>\n<li>added curl support for FB cron jobs</li>\n</ul>\n\n<h4>7.3</h4>\n\n<ul>\n<li>added titles</li>\n</ul>\n\n<h4>7.2</h4>\n\n<ul>\n<li>fixed bug with TripAdvisor downloads</li>\n</ul>\n\n<h4>7.1</h4>\n\n<ul>\n<li>fixed bug with custom html section</li>\n</ul>\n\n<h4>7.0</h4>\n\n<ul>\n<li>added tripadvisor logo to manual review add, added custom html section for after widget</li>\n</ul>\n\n<h4>6.9</h4>\n\n<ul>\n<li>hopefully fixed swipe, added notifications by email.</li>\n</ul>\n\n<h4>6.8</h4>\n\n<ul>\n<li>ability to limit random display order to last month</li>\n</ul>\n\n<h4>6.7</h4>\n\n<ul>\n<li>download tripadvisor, added last name display options</li>\n</ul>\n\n<h4>6.6</h4>\n\n<ul>\n<li>moved CSS back to inline, too many problems with caching plugins minify settings</li>\n</ul>\n\n<h4>6.5</h4>\n\n<ul>\n<li>fixed small bug with language</li>\n</ul>\n\n<h4>6.4</h4>\n\n<ul>\n<li>added ability to link to profile page by clicking on Avatar</li>\n</ul>\n\n<h4>6.3</h4>\n\n<ul>\n<li>fix bug with some site not saving Google Places API</li>\n</ul>\n\n<h4>6.1</h4>\n\n<ul>\n<li>fixed small bug with image</li>\n</ul>\n\n<h4>6.0</h4>\n\n<ul>\n<li>fixed vertical swipe for iphone, added address, phone and price to rich snippet, changed method of download for yelp</li>\n</ul>\n\n<h4>5.9</h4>\n\n<ul>\n<li>added cURL support for Yelp</li>\n</ul>\n\n<h4>5.8</h4>\n\n<ul>\n<li>fix bug with Yelp memory issue</li>\n</ul>\n\n<h4>5.7</h4>\n\n<ul>\n<li>fix bug with force same height and long names</li>\n</ul>\n\n<h4>5.6</h4>\n\n<ul>\n<li>fix bug with Greece language word count</li>\n</ul>\n\n<h4>5.5</h4>\n\n<ul>\n<li>removed post insert select box to resolve conflict</li>\n</ul>\n\n<h4>5.4</h4>\n\n<ul>\n<li>small bug fix with CSS</li>\n</ul>\n\n<h4>5.3</h4>\n\n<ul>\n<li>bug fix with W3 Total Cache minify settings.</li>\n</ul>\n\n<h4>5.2</h4>\n\n<ul>\n<li>bug fix with mobile view hiding partial slide, and added inline CSS to head via js</li>\n</ul>\n\n<h4>5.1</h4>\n\n<ul>\n<li>bug fix with color picker js files</li>\n</ul>\n\n<h4>5.0</h4>\n\n<ul>\n<li>fixed color picker on template page for wordpress version 4.9</li>\n</ul>\n\n<h4>4.9</h4>\n\n<ul>\n<li>small bug fix with css</li>\n</ul>\n\n<h4>4.8</h4>\n\n<ul>\n<li>small bug fix with css</li>\n</ul>\n\n<h4>4.7</h4>\n\n<ul>\n<li>fb cron download, cache avatars, same height option on reviews, add nordic time, alt text on images, sorting review fix, add widget arrows to widget, cron fb reviews, compress js and css files.</li>\n</ul>\n\n<h4>4.6</h4>\n\n<ul>\n<li>mobile slide, turn off link to social site, constant height fix</li>\n</ul>\n\n<h4>4.5</h4>\n\n<ul>\n<li>multiple google businesses added</li>\n</ul>\n\n<h4>4.4</h4>\n\n<ul>\n<li>multiple yelp businesses added</li>\n</ul>\n\n<h4>4.3</h4>\n\n<ul>\n<li>small bug fix with company name</li>\n</ul>\n\n<h4>4.1</h4>\n\n<ul>\n<li>small bug fix when transition type set to fade and change height of each slide set to no.</li>\n</ul>\n\n<h4>4.0</h4>\n\n<ul>\n<li>add company name option</li>\n</ul>\n\n<h4>3.9</h4>\n\n<ul>\n<li>moved enque script for slider to bottom of page, to make sure it\'s after jquery and set priority to 100</li>\n</ul>\n\n<h4>3.8</h4>\n\n<ul>\n<li>added animation speed option</li>\n</ul>\n\n<h4>3.7</h4>\n\n<ul>\n<li>fixed word count for more languages, removed font styles so it picks up site fonts, add google snippet code</li>\n</ul>\n\n<h4>3.6</h4>\n\n<ul>\n<li>added check in yelp download</li>\n</ul>\n\n<h4>3.5</h4>\n\n<ul>\n<li>moved public facing js to footer</li>\n</ul>\n\n<h4>3.4</h4>\n\n<ul>\n<li>Added copy button to templates</li>\n</ul>\n\n<h4>3.3</h4>\n\n<ul>\n<li>Yelp, don\'t remove reviews unless we got the news ones first, fix.</li>\n</ul>\n\n<h4>3.2</h4>\n\n<ul>\n<li>Yelp memory problem fix.</li>\n</ul>\n\n<h4>3.1</h4>\n\n<ul>\n<li>increased max number of slides</li>\n</ul>\n\n<h4>3.0</h4>\n\n<ul>\n<li>fixed css style override when 2 templates of same style are used</li>\n</ul>\n\n<h4>2.9</h4>\n\n<ul>\n<li>Increased number of facebook pages to list</li>\n</ul>\n\n<h4>2.8</h4>\n\n<ul>\n<li>fixed widget display error</li>\n</ul>\n\n<h4>2.7</h4>\n\n<ul>\n<li>fixed read more tag on fade transition error</li>\n</ul>\n\n<h4>2.6</h4>\n\n<ul>\n<li>fixed google places manual entry</li>\n</ul>\n\n<h4>2.5</h4>\n\n<ul>\n<li>Added google reviews</li>\n</ul>\n\n<h4>2.4</h4>\n\n<ul>\n<li>Added icon to manual reviews.</li>\n</ul>\n\n<h4>2.3</h4>\n\n<ul>\n<li>Small bug fix. Removes line breaks.</li>\n</ul>\n\n<h4>2.2</h4>\n\n<ul>\n<li>Date format option.</li>\n</ul>\n\n<h4>2.1</h4>\n\n<ul>\n<li>Small bug fix.</li>\n</ul>\n\n<h4>2.0</h4>\n\n<ul>\n<li>Small bug fix.</li>\n</ul>\n\n<h4>1.9</h4>\n\n<ul>\n<li>Slider will pause on mouse-over</li>\n</ul>\n\n<h4>1.8</h4>\n\n<ul>\n<li>Fixed limit of FB pages, changed to 100.</li>\n</ul>\n\n<h4>1.7</h4>\n\n<ul>\n<li>Fixed escaping of FB page name reviews not being downloaded.</li>\n</ul>\n\n<h4>1.6</h4>\n\n<ul>\n<li>Fixed yelp cron and fb icon display.</li>\n</ul>\n\n<h4>1.5</h4>\n\n<ul>\n<li>Fixed slider height so it changes when you click read more.</li>\n</ul>\n\n<h4>1.4</h4>\n\n<ul>\n<li>Added read more link.</li>\n</ul>\n\n<h4>1.3</h4>\n\n<ul>\n<li>Fixed display bug.</li>\n</ul>\n\n<h4>1.2</h4>\n\n<ul>\n<li>Fixed template error.</li>\n</ul>\n\n<h4>1.1</h4>\n\n<ul>\n<li>Fixed shortcode error.</li>\n</ul>\n\n<h4>1.0</h4>\n\n<ul>\n<li>First released version</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:6:\"11.4.8\";s:13:\"download_link\";s:386:\"https://api.freemius.com/v1/installs/9973818/updates/46577.zip?is_premium=true&authorization=FSLA+9973818%3AufysoWO2cRkqym5zQKkSh4OKni35jInVIPBB69iJaQyr4_Fh7PIcOdev18oZFmkwmducYhTIu8rEIz_6LLhRRwLr1pCBgS_fifo0bvymtYaeU5JnQiFyPL0ntw8gt_ECXX41kTt_kB4wNkACGQz6zhFDcdbHz1ffUYnw_0mjhSFZ1Ftazo6WbuGfVdUtEOqocwLcJtKBMo0ayySqHZmIQ7FHX0E7Igtc6kp-uoOvmwTuB-6hf68TMi5gQXOPOaItcPvA8B7kx1lwom7HmDdFlQ\";}}s:7:\"created\";i:1662672511;s:9:\"timestamp\";i:1662676111;}s:90:\"get:/v1/installs/9973818/updates/latest.json?is_premium=true&newer_than=11.4.8&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:5:\"error\";O:8:\"stdClass\":3:{s:7:\"message\";s:40:\"There\'s no newer release of the product.\";s:4:\"code\";s:23:\"newer_version_not_found\";s:4:\"http\";i:404;}}s:7:\"created\";i:1662715665;s:9:\"timestamp\";i:1662717465;}}','no'),(869556,'fs_gdpr','a:1:{s:2:\"u1\";a:2:{s:8:\"required\";b:0;s:18:\"show_opt_in_notice\";b:0;}}','yes'),(912320,'category_children','a:0:{}','yes'),(912777,'tags_children','a:0:{}','yes'),(913201,'categories_children','a:0:{}','yes'),(992598,'activity_log_db_version','1.0','yes'),(992609,'activity-log-settings','a:1:{s:13:\"logs_lifespan\";s:2:\"30\";}','yes'),(1154549,'bookly_paypal_timeout','0','yes'),(1278108,'updraft_jobdata_b9d7310f0211','a:2:{s:8:\"job_type\";s:6:\"delete\";s:11:\"job_time_ms\";d:1567624436.3115611;}','no'),(1278119,'updraft_jobdata_0c647229c571','a:2:{s:8:\"job_type\";s:6:\"delete\";s:11:\"job_time_ms\";d:1567624441.9915631;}','no'),(1326218,'duplicator_settings','a:17:{s:7:\"version\";s:6:\"1.3.38\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:16:\"uninstall_tables\";b:1;s:13:\"package_debug\";b:0;s:17:\"package_mysqldump\";b:1;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:19:\"installer_name_mode\";s:6:\"simple\";s:16:\"storage_position\";s:6:\"legacy\";s:20:\"storage_htaccess_off\";b:0;s:18:\"archive_build_mode\";i:2;s:17:\"skip_archive_scan\";b:0;s:21:\"unhook_third_party_js\";b:0;s:22:\"unhook_third_party_css\";b:0;s:17:\"active_package_id\";i:-1;}','yes'),(1326219,'duplicator_version_plugin','1.3.36','yes'),(1326400,'duplicator_package_active','O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2020-05-27 23:28:06\";s:7:\"Version\";s:6:\"1.3.34\";s:9:\"VersionWP\";s:5:\"5.4.1\";s:9:\"VersionDB\";s:7:\"10.0.38\";s:10:\"VersionPHP\";s:24:\"7.0.33-0ubuntu0.16.04.14\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:18:\"20190905_mobileiv2\";s:4:\"Hash\";s:35:\"2091a11eec154caf4261_20200527232806\";s:8:\"NameHash\";s:54:\"20190905_mobileiv2_2091a11eec154caf4261_20200527232806\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:41:\"/home/mobileivhawaii/www/wp-snapshots/tmp\";s:8:\"StoreURL\";s:40:\"https://mobileivhawaii.com/wp-snapshots/\";s:8:\"ScanFile\";s:64:\"20190905_mobileiv2_2091a11eec154caf4261_20200527232806_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";O:11:\"DUP_Archive\":21:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";N;s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:24:\"/home/mobileivhawaii/www\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":5:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":6:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:-1;s:10:\"\0*\0Package\";O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2020-05-27 23:28:06\";s:7:\"Version\";s:6:\"1.3.34\";s:9:\"VersionWP\";s:5:\"5.4.1\";s:9:\"VersionDB\";s:7:\"10.0.38\";s:10:\"VersionPHP\";s:24:\"7.0.33-0ubuntu0.16.04.14\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:18:\"20190905_mobileiv2\";s:4:\"Hash\";s:35:\"2091a11eec154caf4261_20200527232806\";s:8:\"NameHash\";s:54:\"20190905_mobileiv2_2091a11eec154caf4261_20200527232806\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:41:\"/home/mobileivhawaii/www/wp-snapshots/tmp\";s:8:\"StoreURL\";s:40:\"https://mobileivhawaii.com/wp-snapshots/\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:23;s:9:\"Installer\";O:13:\"DUP_Installer\":11:{s:4:\"File\";N;s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:63;}s:8:\"Database\";O:12:\"DUP_Database\":14:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";N;s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:12:\"Ubuntu 16.04\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":15:{s:9:\"buildMode\";N;s:13:\"collationList\";a:0:{}s:17:\"isTablesUpperCase\";N;s:15:\"isNameUpperCase\";N;s:4:\"name\";N;s:15:\"tablesBaseCount\";N;s:16:\"tablesFinalCount\";N;s:14:\"tablesRowCount\";N;s:16:\"tablesSizeOnDisk\";N;s:18:\"varLowerCaseTables\";i:0;s:7:\"version\";N;s:14:\"versionComment\";N;s:18:\"tableWiseRowCounts\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:63;s:25:\"\0DUP_Database\0dbStorePath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:0;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";r:63;}}s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:33:\"/home/mobileivhawaii/www/wp-admin\";i:1;s:43:\"/home/mobileivhawaii/www/wp-content/uploads\";i:2;s:45:\"/home/mobileivhawaii/www/wp-content/languages\";i:3;s:42:\"/home/mobileivhawaii/www/wp-content/themes\";i:4;s:36:\"/home/mobileivhawaii/www/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:24:\"/home/mobileivhawaii/www\";i:1;s:35:\"/home/mobileivhawaii/www/wp-content\";}}s:9:\"Installer\";r:86;s:8:\"Database\";r:98;s:13:\"BuildProgress\";r:128;}','yes'),(1326701,'duplicator_ui_view_state','a:5:{s:19:\"dup-pack-build-try2\";s:1:\"1\";s:19:\"dup-pack-build-try3\";s:1:\"1\";s:22:\"dup-pack-storage-panel\";s:1:\"0\";s:22:\"dup-pack-archive-panel\";s:1:\"0\";s:24:\"dup-pack-installer-panel\";s:1:\"0\";}','yes'),(18655056,'admin_email_lifespan','1667553382','yes'),(18655195,'bookly_gen_show_powered_by','0','yes'),(18655196,'bookly_gen_prevent_caching','0','yes'),(18655197,'bookly_сa_count','100','yes'),(18655201,'duplicator_lite_inst_hash_notice','1','yes'),(18655282,'_transient_health-check-site-status-result','{\"good\":17,\"recommended\":2,\"critical\":0}','yes'),(18655396,'bookly_l10n_info_payment_step_with_100percents_off_price','You are not required to pay for the booked services, click Next to complete the booking process.','yes'),(18655397,'bookly_l10n_cst_address_template','{street}','yes'),(18655398,'bookly_zoom_jwt_api_key','','yes'),(18655399,'bookly_zoom_jwt_api_secret','','yes'),(18655402,'_site_transient_bookly_update_plugins','a:11:{i:0;b:0;s:37:\"bookly-addon-advanced-google-calendar\";a:0:{}s:31:\"bookly-addon-chain-appointments\";a:0:{}s:26:\"bookly-addon-group-booking\";a:0:{}s:16:\"bookly-addon-pro\";a:0:{}s:34:\"bookly-addon-multiply-appointments\";a:0:{}s:25:\"bookly-addon-special-days\";a:0:{}s:17:\"bookly-addon-cart\";a:0:{}s:27:\"bookly-addon-service-extras\";a:0:{}s:26:\"bookly-addon-special-hours\";a:0:{}s:29:\"bookly-addon-deposit-payments\";a:0:{}}','no'),(18655403,'wpseo_ryte','a:2:{s:6:\"status\";i:0;s:10:\"last_fetch\";i:1651613126;}','yes'),(18655404,'yoast_migrations_free','a:1:{s:7:\"version\";s:6:\"19.6.1\";}','yes'),(18656330,'action_scheduler_hybrid_store_demarkation','3336','yes'),(18656331,'schema-ActionScheduler_StoreSchema','6.0.1646089266','yes'),(18656332,'schema-ActionScheduler_LoggerSchema','3.0.1646089266','yes'),(18656336,'action_scheduler_lock_async-request-runner','1662755604','yes'),(18656339,'wp_mail_smtp_migration_version','5','yes'),(18656340,'wp_mail_smtp_review_notice','a:2:{s:4:\"time\";i:1591670063;s:9:\"dismissed\";b:0;}','yes'),(18742368,'bookly_cloud_promotions','a:0:{}','yes'),(18742377,'duplicator_new_storage_position','1','yes'),(18818440,'bookly_l10n_label_pay_cloud_stripe','I will pay now with Credit Card','yes'),(18818441,'bookly_cloud_stripe_enabled','0','yes'),(18818442,'bookly_cloud_stripe_timeout','0','yes'),(18818443,'bookly_cloud_stripe_increase','0','yes'),(18818444,'bookly_cloud_stripe_addition','0','yes'),(18818448,'bookly_cloud_zapier_api_key','','yes'),(18818449,'bookly_cal_show_only_business_days','0','yes'),(18818450,'bookly_cal_show_only_business_hours','0','yes'),(18818451,'bookly_cal_show_only_staff_with_appointments','0','yes'),(18818455,'bookly_cloud_products','a:4:{i:0;a:6:{s:2:\"id\";s:3:\"sms\";s:8:\"icon_url\";s:41:\"https://i.bookly.info/cloud/sms_96x96.png\";s:7:\"version\";s:4:\"18.6\";s:6:\"rating\";s:3:\"5.0\";s:6:\"button\";b:1;s:5:\"texts\";a:8:{s:5:\"title\";s:17:\"SMS Notifications\";s:5:\"price\";s:13:\"Pay as you go\";s:11:\"description\";s:464:\"<p>With <strong>SMS Notifications</strong> service you will keep your customers and staff members informed about their bookings, reduce “no shows” and empty booking slots. The service offers a wide range of codes which you can use to <a href=\"https://support.booking-wp-plugin.com/hc/en-us/articles/212411309\" target=\"_blank\">personalize</a> your text messages.</p><p>Top up your balance with one of the standard amounts and never lose your bookings again.</p>\";s:9:\"action-on\";s:11:\"Get started\";s:10:\"action-off\";s:7:\"Disable\";s:20:\"action-revert-cancel\";s:22:\"I want to keep my plan\";s:11:\"info-button\";s:10:\"SMS Prices\";s:10:\"info-title\";s:10:\"SMS Prices\";}}i:1;a:6:{s:2:\"id\";s:6:\"stripe\";s:8:\"icon_url\";s:44:\"https://i.bookly.info/cloud/stripe_96x96.png\";s:7:\"version\";s:4:\"18.6\";s:6:\"rating\";s:3:\"5.0\";s:6:\"button\";b:1;s:5:\"texts\";a:8:{s:5:\"title\";s:15:\"Stripe Payments\";s:5:\"price\";s:39:\"0.9% <small>per-transaction fee</small>\";s:11:\"description\";s:356:\"<p>With <strong>Stripe Payments</strong> activated, you can integrate <a href=\"https://stripe.com/\" target=\"_blank\">Stripe</a> payment gateway into your Bookly booking form to process credit card payments online.</p><p>Click <strong>Get started</strong> button to connect Bookly to your Stripe account and let customers instantly pay for your services.</p>\";s:9:\"action-on\";s:11:\"Get started\";s:10:\"action-off\";s:7:\"Disable\";s:20:\"action-revert-cancel\";s:22:\"I want to keep my plan\";s:11:\"info-button\";s:9:\"More info\";s:10:\"info-title\";s:5:\"Setup\";}}i:2;a:7:{s:2:\"id\";s:6:\"zapier\";s:8:\"icon_url\";s:44:\"https://i.bookly.info/cloud/zapier-96x96.png\";s:7:\"version\";s:4:\"18.7\";s:6:\"rating\";s:3:\"5.0\";s:6:\"button\";b:1;s:5:\"texts\";a:8:{s:5:\"title\";s:6:\"Zapier\";s:5:\"price\";s:22:\"Your subscription plan\";s:11:\"description\";s:704:\"<p><strong><a href=\"https://zapier.com/\" target=\"_blank\">Zapier</a></strong> allows you to automatically trigger actions in your favorite cloud apps for certain events inside of Bookly: when new bookings are made and updated, and new customers are created.</p>\n<p>You can try <strong>Zapier integration</strong> for free during 7 days to learn more and discover how it can work for you. After the trial period expires, you will be charged for the price of the selected plan.</p>\n<p>Choose your subscription plan, click <strong>Start 7-day Trial</strong> or <strong>Get started</strong> button to set up the connection between Bookly and Zapier, and create individual workflows to perform automations.</p>\";s:9:\"action-on\";s:17:\"Start 7-day Trial\";s:10:\"action-off\";s:19:\"Cancel subscription\";s:20:\"action-revert-cancel\";s:22:\"I want to keep my plan\";s:11:\"info-button\";s:9:\"More info\";s:10:\"info-title\";s:18:\"Zapier Integration\";}s:6:\"prices\";a:6:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:7:\"caption\";s:79:\"$24<sup>.99</sup> per month<br/><small class=\"text-muted\">200 Tasks /mo</small>\";s:4:\"tags\";a:0:{}}i:1;a:3:{s:2:\"id\";s:1:\"2\";s:7:\"caption\";s:79:\"$59<sup>.99</sup> per month<br/><small class=\"text-muted\">500 Tasks /mo</small>\";s:4:\"tags\";a:1:{i:0;s:10:\"best_offer\";}}i:2;a:3:{s:2:\"id\";s:1:\"3\";s:7:\"caption\";s:82:\"$124<sup>.99</sup> per month<br/><small class=\"text-muted\">1,100 Tasks /mo</small>\";s:4:\"tags\";a:0:{}}i:3;a:3:{s:2:\"id\";s:1:\"4\";s:7:\"caption\";s:82:\"$249<sup>.99</sup> per month<br/><small class=\"text-muted\">2,300 Tasks /mo</small>\";s:4:\"tags\";a:0:{}}i:4;a:3:{s:2:\"id\";s:1:\"5\";s:7:\"caption\";s:83:\"$999<sup>.99</sup> per month<br/><small class=\"text-muted\">12,000 Tasks /mo</small>\";s:4:\"tags\";a:0:{}}i:5;a:3:{s:2:\"id\";s:1:\"6\";s:7:\"caption\";s:85:\"$1,499<sup>.99</sup> per month<br/><small class=\"text-muted\">20,000 Tasks /mo</small>\";s:4:\"tags\";a:0:{}}}}i:3;a:7:{s:2:\"id\";s:4:\"cron\";s:8:\"icon_url\";s:42:\"https://i.bookly.info/cloud/cron_96x96.png\";s:7:\"version\";s:4:\"20.9\";s:6:\"rating\";s:3:\"5.0\";s:6:\"button\";b:0;s:5:\"texts\";a:8:{s:5:\"title\";s:10:\"Cloud Cron\";s:5:\"price\";s:15:\"$11.99 per year\";s:11:\"description\";s:343:\"<p>With the <b>Cloud Cron</b> activated, you can be sure that Bookly will do all your scheduled actions (email and SMS notifications, SMS campaigns, automatic appointment status change) without any additional settings.</p>\n\n<p>Click <b>Get started</b> button to activate Cloud Cron and expand your possibilities in planning and scheduling.</p>\";s:9:\"action-on\";s:11:\"Get started\";s:10:\"action-off\";s:7:\"Disable\";s:20:\"action-revert-cancel\";s:22:\"I want to keep my plan\";s:11:\"info-button\";s:0:\"\";s:10:\"info-title\";s:0:\"\";}s:6:\"prices\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"8\";s:7:\"caption\";s:31:\"$11<sup>.99</sup> per year<br/>\";s:4:\"tags\";a:0:{}}}}}','yes'),(18818456,'bookly_cloud_account_products','a:1:{i:0;s:3:\"sms\";}','yes'),(18818462,'wordfence_ls_version','1.0.5','yes'),(18818479,'bookly_cst_limit_statuses','a:1:{i:0;s:10:\"waitlisted\";}','yes'),(18818481,'bookly_gc_force_update_description','0','yes'),(18818510,'disallowed_keys','','no'),(18818511,'comment_previously_approved','1','yes'),(18818512,'auto_plugin_theme_update_emails','a:0:{}','no'),(18818513,'finished_updating_comment_type','1','yes'),(18818524,'bookly_gc_full_sync_offset_days_after','365','yes'),(18851039,'wp_mail_smtp_notifications','a:4:{s:6:\"update\";i:1662632622;s:4:\"feed\";a:1:{i:0;a:6:{s:5:\"title\";s:33:\"Instant Alerts for Email Failures\";s:7:\"content\";s:269:\"Your website emails are critical. If they stop working, wouldn\'t you want to know? With WP Mail SMTP Pro, you can get immediate alerts if there’s a problem sending emails from your site. Get notified via email, SMS, Slack, or webhooks - whatever works best for you!\r\n\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:2:\"id\";i:29;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:176:\"https://wpmailsmtp.com/introducing-wp-mail-smtp-3-5-alert-notifications-are-here/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=Alerts\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:142:\"https://wpmailsmtp.com/wpmailsmtp-lite-upgrade/?utm_source=WordPress&utm_medium=liteplugin&utm_campaign=Plugin Notification&utm_content=Alerts\";s:4:\"text\";s:14:\"Upgrade to Pro\";}}s:5:\"start\";s:19:\"2022-08-29 00:00:00\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(18861216,'wp_mail_smtp_mail_key','zlwklI4xA2MDC9hyVazrO8fNwpxNPlcjMV5/BJMQaa8=','yes'),(18861222,'new_admin_email','[email protected]','yes'),(18894323,'bookly_logs_enabled','0','yes'),(18969333,'auto_update_core_dev','enabled','yes'),(18969334,'auto_update_core_minor','enabled','yes'),(18969335,'auto_update_core_major','unset','yes'),(19016335,'bookly_l10n_step_done_button_start_over','Start over','yes'),(19016336,'bookly_app_show_start_over','0','yes'),(19016337,'bookly_gen_prevent_session_locking','0','yes'),(19127398,'https_detection_errors','a:0:{}','yes'),(19158802,'bookly_gc_event_description','{#each participants as participant}\nName: {participant.client_name}\r\nEmail: {participant.client_email}\r\nPhone: {participant.client_phone}\r\nAddress: {participant.client_address}\r\nExtras: {participant.extras}\r\nExtras Total Price: {participant.extras_total_price}\r\nNumber of persons: {participant.number_of_persons}\r\nPayment status: {participant.payment_status}\r\nPayment {participant.payment_type}\r\n{participant.total_price}\r\n{participant.status}\n{/each}','yes'),(19158803,'bookly_zoom_authentication','jwt','yes'),(19158804,'bookly_zoom_oauth_client_id','','yes'),(19158805,'bookly_zoom_oauth_client_secret','','yes'),(19158806,'bookly_zoom_oauth_token','','yes'),(19184721,'bookly_deposit_payments_data_loaded','1','yes'),(19184722,'bookly_deposit_payments_db_version','3.0','yes'),(19184723,'bookly_deposit_payments_installation_time','1624652147','yes'),(19184724,'bookly_deposit_payments_envato_purchase_code','e621b7ff-174f-43db-a730-40a66911b001','yes'),(19184725,'bookly_deposit_payments_grace_start','1629836147','yes'),(19184726,'bookly_l10n_info_deposit','Would you like to pay deposit or total price','yes'),(19184727,'bookly_l10n_label_deposit_payment','I will pay deposit','yes'),(19184728,'bookly_l10n_label_full_payment','I will pay total price','yes'),(19184730,'external_updates-bookly-addon-deposit-payments','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1662675680;s:14:\"checkedVersion\";s:3:\"3.0\";s:6:\"update\";O:8:\"stdClass\":10:{s:2:\"id\";i:0;s:4:\"slug\";s:29:\"bookly-addon-deposit-payments\";s:7:\"version\";s:3:\"3.0\";s:8:\"homepage\";N;s:6:\"tested\";s:5:\"6.0.1\";s:12:\"download_url\";s:205:\"https://api.booking-wp-plugin.com/1.1/plugins/bookly-addon-deposit-payments/download?purchase_code=e621b7ff-174f-43db-a730-40a66911b001&site_url=http%3A//mobileivhawaii.com&bookly=21.1&bookly-addon-pro=5.3\";s:14:\"upgrade_notice\";s:308:\"Important! There is a small risk that some issues may appear as a result of updating the plugin. Please note that, according to Envato rules, we will be able to help you only if you have active item support period. You can renew support here https://codecanyon.net/item/bookly-deposit-payments-addon/17956131\";s:8:\"filename\";s:38:\"bookly-addon-deposit-payments/main.php\";s:12:\"translations\";a:0:{}s:5:\"icons\";O:8:\"stdClass\":1:{s:2:\"1x\";s:50:\"https://s3.envato.com/files/257314254/7deposit.png\";}}}','no'),(19184741,'bookly_l10n_email_in_use','This email is already in use','yes'),(19184742,'bookly_app_show_service_info','1','yes'),(19184743,'bookly_cst_verify_customer_details','0','yes'),(19184880,'bookly_deposit_allow_full_payment','1','yes'),(19184911,'wp_mail_smtp_lite_sent_email_counter','377','yes'),(19216693,'bookly_staff_new_account_role','subscriber','yes'),(19216697,'wp_mail_smtp_debug_events_db_version','1','yes'),(19216721,'duplicate_post_show_original_column','0','yes'),(19216722,'duplicate_post_show_original_in_post_states','0','yes'),(19216723,'duplicate_post_show_original_meta_box','0','yes'),(19216724,'duplicate_post_show_link','a:3:{s:9:\"new_draft\";s:1:\"1\";s:5:\"clone\";s:1:\"1\";s:17:\"rewrite_republish\";s:1:\"1\";}','yes'),(19216725,'duplicate_post_show_link_in','a:4:{s:3:\"row\";s:1:\"1\";s:8:\"adminbar\";s:1:\"1\";s:9:\"submitbox\";s:1:\"1\";s:11:\"bulkactions\";s:1:\"1\";}','yes'),(19218180,'wp_mail_smtp_lite_weekly_sent_email_counter','a:12:{i:24;i:9;i:25;i:21;i:26;i:17;i:27;i:8;i:28;i:4;i:29;i:10;i:30;i:14;i:32;i:9;i:33;i:3;i:34;i:6;i:35;i:4;i:36;i:10;}','yes'),(19219659,'wpmudev_recommended_plugins_registered','a:1:{s:23:\"wp-smushit/wp-smush.php\";a:1:{s:13:\"registered_at\";i:1628888623;}}','no'),(19219666,'wpassetcleanup_first_usage','1628888691','no'),(19219672,'wp-smush-preset_configs','a:1:{i:0;a:5:{s:2:\"id\";i:1;s:4:\"name\";s:12:\"Basic config\";s:11:\"description\";s:46:\"Recommended performance config for every site.\";s:7:\"default\";b:1;s:6:\"config\";a:2:{s:7:\"configs\";a:1:{s:8:\"settings\";a:22:{s:4:\"auto\";b:1;s:5:\"lossy\";b:1;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:0;s:9:\"detection\";b:0;s:8:\"original\";b:1;s:6:\"backup\";b:1;s:10:\"png_to_jpg\";b:1;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:10:\"js_builder\";b:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;s:5:\"usage\";b:0;s:17:\"accessible_colors\";b:0;s:9:\"keep_data\";b:1;s:9:\"lazy_load\";b:0;s:17:\"background_images\";b:1;s:16:\"rest_api_support\";b:0;s:8:\"webp_mod\";b:0;}}s:7:\"strings\";a:7:{s:10:\"bulk_smush\";a:1:{i:0;s:192:\"Automatic compression - Active\nSuper-Smush - Inactive\nMetadata - Active\nImage Resizing - Inactive\nOriginal Images - Inactive\nBackup Original Images - Inactive\nPNG to JPEG Conversion - Inactive\";}s:9:\"lazy_load\";a:1:{i:0;s:8:\"Inactive\";}s:3:\"cdn\";a:1:{i:0;s:8:\"Inactive\";}s:8:\"webp_mod\";a:1:{i:0;s:8:\"Inactive\";}s:12:\"integrations\";a:1:{i:0;s:109:\"Gutenberg Support - Inactive\nWPBakery Page Builder - Inactive\nAmazon S3 - Inactive\nNextGen Gallery - Inactive\";}s:5:\"tools\";a:1:{i:0;s:33:\"Image Resize Detection - Inactive\";}s:8:\"settings\";a:1:{i:0;s:88:\"Color Accessibility - Inactive\nUsage Tracking - Inactive\nKeep Data On Uninstall - Active\";}}}}}','no'),(19219676,'wpassetcleanup_settings','{\"wiki_read\":\"1\",\"dashboard_show\":\"1\",\"dom_get_type\":\"direct\",\"assets_list_show_status\":\"default\",\"frontend_show_exceptions\":\"et_fb=1\\r\\nct_builder=true\\r\\nvc_editable=true\\r\\npreview_nonce=\\r\\n\",\"allow_manage_assets_to\":\"any_admin\",\"assets_list_layout\":\"by-location\",\"assets_list_layout_plugin_area_status\":\"expanded\",\"assets_list_layout_areas_status\":\"expanded\",\"assets_list_inline_code_status\":\"contracted\",\"input_style\":\"enhanced\",\"hide_core_files\":\"1\",\"fetch_cached_files_details_from\":\"disk\",\"clear_cached_files_after\":\"4\",\"do_not_load_plugin_patterns\":\"\\/cart\\/\\r\\n\\/checkout\\/\",\"minify_loaded_css_for\":\"href\",\"minify_loaded_css_exceptions\":\"(.*?)\\\\.min.css\\r\\n\\/wd-instagram-feed\\/(.*?).css\",\"combine_loaded_css_for\":\"guests\",\"combine_loaded_css_exceptions\":\"\\/wd-instagram-feed\\/(.*?).css\",\"inline_css_files_below_size\":\"1\",\"inline_css_files_below_size_input\":\"3\",\"minify_loaded_js_for\":\"src\",\"minify_loaded_js_exceptions\":\"(.*?)\\\\.min.js\\r\\n\\/wd-instagram-feed\\/(.*?).js\",\"combine_loaded_js_for\":\"guests\",\"combine_loaded_js_exceptions\":\"\\/wd-instagram-feed\\/(.*?).js\",\"inline_js_files_below_size_input\":\"3\",\"move_scripts_to_body_exceptions\":\"\\/\\/cdn.ampproject.org\\/\",\"disable_emojis\":\"1\",\"disable_oembed\":\"1\",\"google_fonts_display\":\"swap\",\"google_fonts_preconnect\":\"1\",\"google_fonts_preload_files\":\"https:\\/\\/fonts.gstatic.com\\/s\\/montserrat\\/v18\\/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2\\r\\nhttps:\\/\\/fonts.gstatic.com\\/s\\/opensans\\/v23\\/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2\\r\\nhttps:\\/\\/fonts.gstatic.com\\/s\\/opensans\\/v23\\/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2\",\"disable_xmlrpc\":\"keep_it_on\",\"_combine_loaded_css_append_handle_extra\":1,\"_combine_loaded_js_append_handle_extra\":1}','no'),(19219677,'wpassetcleanup_hide_tracking_notice','1','no'),(19219742,'wp-smush-lazy_load','a:9:{s:6:\"format\";a:6:{s:4:\"jpeg\";b:1;s:3:\"png\";b:1;s:4:\"webp\";b:1;s:3:\"gif\";b:1;s:3:\"svg\";b:1;s:6:\"iframe\";b:1;}s:6:\"output\";a:4:{s:7:\"content\";b:1;s:7:\"widgets\";b:1;s:10:\"thumbnails\";b:1;s:9:\"gravatars\";b:1;}s:9:\"animation\";a:4:{s:8:\"selected\";s:6:\"fadein\";s:6:\"fadein\";a:2:{s:8:\"duration\";i:400;s:5:\"delay\";i:0;}s:7:\"spinner\";a:2:{s:8:\"selected\";s:1:\"1\";s:6:\"custom\";a:0:{}}s:11:\"placeholder\";a:3:{s:8:\"selected\";s:1:\"1\";s:6:\"custom\";a:0:{}s:5:\"color\";s:7:\"#F3F3F3\";}}s:7:\"include\";a:8:{s:9:\"frontpage\";b:1;s:4:\"home\";b:1;s:4:\"page\";b:1;s:6:\"single\";b:1;s:7:\"archive\";b:1;s:8:\"category\";b:1;s:3:\"tag\";b:1;s:9:\"portfolio\";b:1;}s:13:\"exclude-pages\";a:0:{}s:15:\"exclude-classes\";a:0:{}s:6:\"footer\";b:1;s:6:\"native\";N;s:8:\"noscript\";N;}','yes'),(19219743,'wp-smush-hide_smush_welcome','1','no'),(19219791,'wpassetcleanup_global_unload','{\"styles\":[\"wp-block-library\"],\"scripts\":[\"comment-reply\"]}','no'),(19220029,'wpassetcleanup_global_data','{\"styles\":{\"assets_info\":{\"wp-block-library\":{\"src\":\"\\/wp-includes\\/css\\/dist\\/block-library\\/style.min.css\",\"extra\":{\"rtl\":\"replace\",\"suffix\":\".min\"}},\"main\":{\"src\":\"\\/wp-content\\/themes\\/pistis-child\\/main26.css\",\"ver\":\"202109142148\",\"args\":\"all\"},\"fastmediagallery-vc-main-style\":{\"src\":\"\\/wp-content\\/plugins\\/fastmediagallery\\/assets\\/css\\/style.css\",\"args\":\"all\"},\"bonfire-taptap-css\":{\"src\":\"\\/wp-content\\/plugins\\/taptap-by-bonfire\\/taptap.css\",\"ver\":\"1\",\"args\":\"all\"},\"taptap-fonts\":{\"src\":\"\\/\\/fonts.googleapis.com\\/css?family=Montserrat%3A400%2C700%7CVarela+Round%7CHind+Siliguri%3A400%2C600%7CDosis%3A600%7CRoboto%3A100%2C400%7CRoboto+Condensed%3A400%2C700%7CBree+Serif%7CDroid+Serif%3A400\",\"ver\":\"1.0.0\",\"args\":\"all\"},\"taptap-fontawesome\":{\"src\":\"\\/wp-content\\/plugins\\/taptap-by-bonfire\\/fonts\\/font-awesome\\/css\\/font-awesome.min.css\",\"ver\":\"1\",\"args\":\"all\"},\"bookly-ladda.min.css\":{\"src\":\"\\/wp-content\\/plugins\\/bookly-responsive-appointment-booking-tool\\/frontend\\/resources\\/css\\/ladda.min.css\",\"ver\":\"20.1\",\"args\":\"all\"},\"bookly-frontend-globals\":{\"deps\":[\"bookly-ladda.min.css\"],\"ver\":\"20.1\",\"args\":\"all\"},\"bookly-picker.classic.css\":{\"src\":\"\\/wp-content\\/plugins\\/bookly-responsive-appointment-booking-tool\\/frontend\\/resources\\/css\\/picker.classic.css\",\"deps\":[\"bookly-frontend-globals\"],\"ver\":\"20.1\",\"args\":\"all\"},\"bookly-picker.classic.date.css\":{\"src\":\"\\/wp-content\\/plugins\\/bookly-responsive-appointment-booking-tool\\/frontend\\/resources\\/css\\/picker.classic.date.css\",\"ver\":\"20.1\",\"args\":\"all\"},\"bookly-intlTelInput.css\":{\"src\":\"\\/wp-content\\/plugins\\/bookly-responsive-appointment-booking-tool\\/frontend\\/resources\\/css\\/intlTelInput.css\",\"ver\":\"20.1\",\"args\":\"all\"},\"bookly-bookly-main.css\":{\"src\":\"\\/wp-content\\/plugins\\/bookly-responsive-appointment-booking-tool\\/frontend\\/resources\\/css\\/bookly-main.css\",\"deps\":[\"bookly-intlTelInput.css\",\"bookly-picker.classic.date.css\"],\"ver\":\"20.1\",\"args\":\"all\"},\"bookly-customer-profile.css\":{\"src\":\"\\/wp-content\\/plugins\\/bookly-addon-pro\\/frontend\\/modules\\/customer_profile\\/resources\\/css\\/customer-profile.css\",\"deps\":[\"bookly-frontend-globals\"],\"ver\":\"4.1\",\"args\":\"all\"},\"parent-style\":{\"src\":\"\\/wp-content\\/themes\\/pistis\\/style.css\",\"args\":\"all\"},\"child-style\":{\"src\":\"\\/wp-content\\/themes\\/pistis-child\\/style.css\",\"deps\":[\"parent-style\"],\"args\":\"all\"},\"pistis-style\":{\"src\":\"\\/wp-content\\/themes\\/pistis-child\\/style.css\",\"args\":\"all\"},\"pistis-google-font-primary\":{\"src\":\"https:\\/\\/fonts.googleapis.com\\/css?family=Montserrat&subset=latin%2Cgreek%2Cgreek-ext%2Cvietnamese%2Ccyrillic-ext%2Clatin-ext%2Ccyrillic\",\"args\":\"all\"},\"pistis-google-font-secondary\":{\"src\":\"https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans&subset=latin%2Cgreek%2Cgreek-ext%2Cvietnamese%2Ccyrillic-ext%2Clatin-ext%2Ccyrillic\",\"args\":\"all\"},\"pistis-base\":{\"src\":\"\\/wp-content\\/themes\\/pistis\\/css\\/base.css\",\"ver\":\"1.0.0\",\"args\":\"all\"},\"pistis-skeleton\":{\"src\":\"\\/wp-content\\/themes\\/pistis\\/css\\/skeleton.css\",\"ver\":\"1.2\",\"args\":\"all\"},\"pistis-layout\":{\"src\":\"\\/wp-content\\/themes\\/pistis\\/css\\/layout.css\",\"ver\":\"1.0.0\",\"args\":\"all\"},\"font-awesome\":{\"src\":\"\\/wp-content\\/themes\\/pistis\\/css\\/font-awesome.min.css\",\"ver\":\"4.7.0\",\"args\":\"all\"},\"pistis-colorbox\":{\"src\":\"\\/wp-content\\/themes\\/pistis\\/css\\/colorbox.css\",\"ver\":\"1.0.0\",\"args\":\"all\"},\"owl-carousel\":{\"src\":\"\\/wp-content\\/themes\\/pistis\\/css\\/owl.carousel.css\",\"ver\":\"1.24\",\"args\":\"all\"},\"pistis\":{\"src\":\"\\/wp-content\\/themes\\/pistis\\/css\\/pistis.css\",\"args\":\"all\"},\"js_composer_front\":{\"src\":\"\\/wp-content\\/plugins\\/js_composer\\/assets\\/css\\/js_composer.min.css\",\"ver\":\"6.7.0\",\"args\":\"all\"},\"vc_animate-css\":{\"src\":\"\\/wp-content\\/plugins\\/js_composer\\/assets\\/lib\\/bower\\/animate-css\\/animate.min.css\",\"ver\":\"6.7.0\",\"args\":\"all\"},\"fonts-vc\":{\"src\":\"\\/wp-content\\/plugins\\/fastmediagallery\\/assets\\/css\\/fonts.css\",\"args\":\"all\"},\"fastmediagallery-lightgallery\":{\"src\":\"\\/wp-content\\/plugins\\/fastmediagallery\\/assets\\/css\\/lightGallery.css\",\"args\":\"all\"}}},\"scripts\":{\"assets_info\":{\"comment-reply\":{\"src\":\"\\/wp-includes\\/js\\/comment-reply.min.js\",\"args\":1},\"jquery-core\":{\"src\":\"\\/wp-includes\\/js\\/jquery\\/jquery.min.js\",\"ver\":\"3.6.0\"},\"jquery\":{\"deps\":[\"jquery-core\"],\"ver\":\"3.6.0\"},\"bonfire-taptap-accordion\":{\"src\":\"\\/wp-content\\/plugins\\/taptap-by-bonfire\\/taptap-accordion.js\",\"deps\":[\"jquery\"],\"ver\":\"1\"},\"bookly-spin.min.js\":{\"src\":\"\\/wp-content\\/plugins\\/bookly-responsive-appointment-booking-tool\\/frontend\\/resources\\/js\\/spin.min.js\",\"deps\":[\"jquery\"],\"ver\":\"20.1\",\"extra\":{\"data\":\"var BooklyL10nGlobal = {\\\"csrf_token\\\":\\\"11a89da693\\\",\\\"addons\\\":[\\\"pro\\\",\\\"advanced-google-calendar\\\",\\\"cart\\\",\\\"deposit-payments\\\",\\\"multiply-appointments\\\",\\\"service-extras\\\",\\\"special-days\\\",\\\"special-hours\\\"]};\"}},\"bookly-ladda.min.js\":{\"src\":\"\\/wp-content\\/plugins\\/bookly-responsive-appointment-booking-tool\\/frontend\\/resources\\/js\\/ladda.min.js\",\"deps\":[\"jquery\"],\"ver\":\"20.1\"},\"bookly-frontend-globals\":{\"deps\":[\"bookly-spin.min.js\",\"bookly-ladda.min.js\"],\"ver\":\"20.1\"},\"bookly-hammer.min.js\":{\"src\":\"\\/wp-content\\/plugins\\/bookly-responsive-appointment-booking-tool\\/frontend\\/resources\\/js\\/hammer.min.js\",\"deps\":[\"bookly-frontend-globals\"],\"ver\":\"20.1\"},\"bookly-jquery.hammer.min.js\":{\"src\":\"\\/wp-content\\/plugins\\/bookly-responsive-appointment-booking-tool\\/frontend\\/resources\\/js\\/jquery.hammer.min.js\",\"deps\":[\"jquery\"],\"ver\":\"20.1\"},\"bookly-picker.js\":{\"src\":\"\\/wp-content\\/plugins\\/bookly-responsive-appointment-booking-tool\\/frontend\\/resources\\/js\\/picker.js\",\"deps\":[\"jquery\"],\"ver\":\"20.1\"},\"bookly-picker.date.js\":{\"src\":\"\\/wp-content\\/plugins\\/bookly-responsive-appointment-booking-tool\\/frontend\\/resources\\/js\\/picker.date.js\",\"deps\":[\"bookly-picker.js\"],\"ver\":\"20.1\"},\"bookly-bookly.min.js\":{\"src\":\"\\/wp-content\\/plugins\\/bookly-responsive-appointment-booking-tool\\/frontend\\/resources\\/js\\/bookly.min.js\",\"deps\":[\"bookly-hammer.min.js\",\"bookly-picker.date.js\"],\"ver\":\"20.1\",\"extra\":{\"data\":\"var BooklyL10n = {\\\"ajaxurl\\\":\\\"https:\\\\\\/\\\\\\/mobileivhawaii.com\\\\\\/wp-admin\\\\\\/admin-ajax.php\\\",\\\"csrf_token\\\":\\\"11a89da693\\\",\\\"today\\\":\\\"Today\\\",\\\"months\\\":[\\\"January\\\",\\\"February\\\",\\\"March\\\",\\\"April\\\",\\\"May\\\",\\\"June\\\",\\\"July\\\",\\\"August\\\",\\\"September\\\",\\\"October\\\",\\\"November\\\",\\\"December\\\"],\\\"days\\\":[\\\"Sunday\\\",\\\"Monday\\\",\\\"Tuesday\\\",\\\"Wednesday\\\",\\\"Thursday\\\",\\\"Friday\\\",\\\"Saturday\\\"],\\\"daysShort\\\":[\\\"Sun\\\",\\\"Mon\\\",\\\"Tue\\\",\\\"Wed\\\",\\\"Thu\\\",\\\"Fri\\\",\\\"Sat\\\"],\\\"nextMonth\\\":\\\"Next month\\\",\\\"prevMonth\\\":\\\"Previous month\\\",\\\"show_more\\\":\\\"Show more\\\"};\"}},\"bookly-intlTelInput.min.js\":{\"src\":\"\\/wp-content\\/plugins\\/bookly-responsive-appointment-booking-tool\\/frontend\\/resources\\/js\\/intlTelInput.min.js\",\"deps\":[\"jquery\"],\"ver\":\"20.1\"},\"bookly-customer-profile.js\":{\"src\":\"\\/wp-content\\/plugins\\/bookly-addon-pro\\/frontend\\/modules\\/customer_profile\\/resources\\/js\\/customer-profile.js\",\"deps\":[\"bookly-frontend-globals\"],\"ver\":\"4.1\",\"extra\":{\"data\":\"var BooklyCustomerProfileL10n = {\\\"csrf_token\\\":\\\"11a89da693\\\",\\\"show_more\\\":\\\"Show more\\\"};\"}},\"modernizr\":{\"src\":\"\\/wp-content\\/themes\\/pistis\\/js\\/modernizr.custom.js\",\"deps\":[\"jquery\"],\"ver\":\"2.6.2\"},\"bonfire-taptap-js\":{\"src\":\"\\/wp-content\\/plugins\\/taptap-by-bonfire\\/taptap.js\",\"deps\":[\"jquery\"],\"ver\":\"1\",\"extra\":{\"group\":1}},\"pistis-navigation\":{\"src\":\"\\/wp-content\\/themes\\/pistis\\/js\\/navigation.js\",\"ver\":\"20151215\",\"extra\":{\"group\":1}},\"pistis-skip-link-focus-fix\":{\"src\":\"\\/wp-content\\/themes\\/pistis\\/js\\/skip-link-focus-fix.js\",\"ver\":\"20151215\",\"extra\":{\"group\":1}},\"royal-preloader\":{\"src\":\"\\/wp-content\\/themes\\/pistis\\/js\\/royal_preloader.min.js\",\"deps\":[\"jquery\"],\"ver\":\"2.06\",\"extra\":{\"group\":1,\"after\":{\"1\":\"(jQuery)(function () {\\n                \\\"use strict\\\";\\n                Royal_Preloader.config({\\n                    mode: \\\"\\\",\\n                    logo: \\\"https:\\/\\/mobileivhawaii.com\\/wp-content\\/uploads\\/mobile-iv-hawaii-white3.svg\\\",\\n                    text: \\\"\\\",\\n                    text_colour: \\\"#54acec\\\",\\n                    background: \\\"#ffffff\\\"\\n                });\\n            });\"}}},\"pistis-menu\":{\"src\":\"\\/wp-content\\/themes\\/pistis\\/js\\/menu.js\",\"deps\":[\"jquery\"],\"ver\":\"1.0\",\"extra\":{\"group\":1}},\"tipper\":{\"src\":\"\\/wp-content\\/themes\\/pistis\\/js\\/jquery.fs.tipper.min.js\",\"deps\":[\"jquery\"],\"ver\":\"3.0.2\",\"extra\":{\"group\":1}},\"pistis-zoom\":{\"src\":\"\\/wp-content\\/themes\\/pistis\\/js\\/zoom.js\",\"deps\":[\"jquery\"],\"ver\":\"1.0.0\",\"extra\":{\"group\":1}},\"fitvids\":{\"src\":\"\\/wp-content\\/themes\\/pistis\\/js\\/jquery.fitvids.js\",\"deps\":[\"jquery\"],\"ver\":\"1.0.3\",\"extra\":{\"group\":1}},\"dropkick\":{\"src\":\"\\/wp-content\\/themes\\/pistis\\/js\\/dropkick.min.js\",\"deps\":[\"jquery\"],\"ver\":\"1.0.3\",\"extra\":{\"group\":1}},\"imagesloaded\":{\"src\":\"\\/wp-includes\\/js\\/imagesloaded.min.js\",\"ver\":\"4.1.4\",\"args\":1},\"masonry\":{\"src\":\"\\/wp-includes\\/js\\/masonry.min.js\",\"deps\":[\"imagesloaded\"],\"ver\":\"4.2.2\",\"args\":1,\"extra\":{\"group\":1}},\"isotope\":{\"src\":\"\\/wp-content\\/plugins\\/js_composer\\/assets\\/lib\\/bower\\/isotope\\/dist\\/isotope.pkgd.min.js\",\"deps\":[\"jquery-core\"],\"ver\":\"6.7.0\",\"extra\":{\"group\":1}},\"jquery-colorbox\":{\"src\":\"\\/wp-content\\/themes\\/pistis\\/js\\/jquery.colorbox.js\",\"deps\":[\"jquery\"],\"ver\":\"1.4.6\",\"extra\":{\"group\":1}},\"owl-carousel\":{\"src\":\"\\/wp-content\\/themes\\/pistis\\/js\\/owl.carousel.min.js\",\"deps\":[\"jquery\"],\"ver\":\"1.24\",\"extra\":{\"group\":1}},\"pistis-portfolio-masonry\":{\"src\":\"\\/wp-content\\/themes\\/pistis\\/js\\/portfolio-masonry.js\",\"deps\":[\"jquery\"],\"ver\":\"1.0.0\",\"extra\":{\"group\":1}},\"pistis-main\":{\"src\":\"\\/wp-content\\/themes\\/pistis\\/js\\/main.js\",\"deps\":[\"jquery\"],\"ver\":\"1.0.0\",\"extra\":{\"group\":1,\"data\":\"var screenReaderText = {\\\"expand\\\":\\\"expand child menu\\\",\\\"collapse\\\":\\\"collapse child menu\\\"};\",\"after\":{\"1\":\"(jQuery)(function ($) {\\n                        \\\"use strict\\\";\\n                        $(document).ready(function(){\\n                            $(\\\"#owl-top\\\").owlCarousel({\\n                            navigation: true,\\n                            pagination : false,\\n                            autoPlay : 6000,\\n                            slideSpeed : 500,\\n                            paginationSpeed : 500,\\n                            singleItem:true\\n                            });\\n                        });\\n                    });\",\"2\":\"(function($) { \\\"use strict\\\";\\t\\n                        $(document).ready(function() {\\n                            $(\\\".brand-slider\\\").owlCarousel({\\n                                items : 6,\\n                                itemsDesktop : [1000,4], \\n                                itemsDesktopSmall : [900,3],\\n                                itemsTablet: [600,2], \\n                                itemsMobile : false, \\n                                pagination : false,\\n                                autoPlay : 3000,\\n                                slideSpeed : 300\\n                            });\\n                        });\\n                    })(jQuery);\"}}},\"wp-embed\":{\"src\":\"\\/wp-includes\\/js\\/wp-embed.min.js\"},\"wpb_composer_front_js\":{\"src\":\"\\/wp-content\\/plugins\\/js_composer\\/assets\\/js\\/dist\\/js_composer_front.min.js\",\"deps\":[\"jquery-core\"],\"ver\":\"6.7.0\",\"extra\":{\"group\":1}},\"pistis-single-portfolio\":{\"src\":\"\\/wp-content\\/themes\\/pistis\\/js\\/single-portfolio.js\",\"deps\":[\"jquery\"],\"ver\":\"1.0.0\",\"extra\":{\"group\":1}},\"vc_waypoints\":{\"src\":\"\\/wp-content\\/plugins\\/js_composer\\/assets\\/lib\\/vc_waypoints\\/vc-waypoints.min.js\",\"deps\":[\"jquery-core\"],\"ver\":\"6.7.0\",\"extra\":{\"group\":1}},\"fastmediagallery-frontend-script\":{\"src\":\"\\/wp-content\\/plugins\\/fastmediagallery\\/assets\\/js\\/frontend.js\",\"deps\":[\"jquery\"],\"extra\":{\"group\":1}},\"fastmediagallery-lightgallery-js\":{\"src\":\"\\/wp-content\\/plugins\\/fastmediagallery\\/assets\\/js\\/lightGallery.min.js\",\"deps\":[\"jquery\"],\"extra\":{\"group\":1}}}}}','no'),(19246009,'bookly_cal_coloring_mode','service','yes'),(19246010,'bookly_appointment_status_pending_color','#1e73be','yes'),(19246011,'bookly_appointment_status_approved_color','#81d742','yes'),(19246012,'bookly_appointment_status_cancelled_color','#eeee22','yes'),(19246013,'bookly_appointment_status_rejected_color','#dd3333','yes'),(19246014,'bookly_appointment_status_mixed_color','#8224e3','yes'),(19246049,'bookly_appointments_main_value','provider','yes'),(19246050,'bookly_appointments_displayed_time_slots','all','yes'),(19246070,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(19246073,'wp_force_deactivated_plugins','a:0:{}','yes'),(19252345,'_transient_timeout__redux_activation_redirect','1662755574','no'),(19252346,'_transient__redux_activation_redirect','1','no'),(19266006,'ewww_image_optimizer_noauto','','yes'),(19266007,'ewww_image_optimizer_disable_editor','','yes'),(19266008,'ewww_image_optimizer_debug','','yes'),(19266009,'ewww_image_optimizer_svg_level','0','yes'),(19266010,'ewww_image_optimizer_webp_quality','','yes'),(19266011,'ewww_image_optimizer_resize_existing','1','yes'),(19266012,'ewww_image_optimizer_exactdn','','yes'),(19266014,'exactdn_exclude','','yes'),(19266015,'exactdn_sub_folder','','no'),(19266016,'ewww_image_optimizer_lazy_load','1','yes'),(19266017,'ewww_image_optimizer_ll_autoscale','1','yes'),(19266018,'ewww_image_optimizer_ll_exclude','','yes'),(19266019,'ewww_image_optimizer_ll_all_things','','yes'),(19266020,'ewww_image_optimizer_disable_svgcleaner','1','yes'),(19266021,'ewww_image_optimizer_webp_for_cdn','1','yes'),(19266022,'ewww_image_optimizer_force_gif2webp','1','yes'),(19266023,'ewww_image_optimizer_picture_webp','','yes'),(19266024,'ewww_image_optimizer_webp_rewrite_exclude','','yes'),(19266026,'ewww_image_optimizer_flag_attachments','','no'),(19266027,'ewww_image_optimizer_ngg_attachments','','no'),(19266030,'ewww_image_optimizer_review_time','1635726505','no'),(19266031,'ewww_image_optimizer_wizard_complete','1','no'),(19266697,'ewww_image_optimizer_local_mode','1','no'),(19266700,'ewww_image_optimizer_webp','1','yes'),(19266705,'ewww_image_optimizer_add_missing_dims','1','yes'),(19266742,'bookly_l10n_step_service_service_info','{service_info}','yes'),(19266743,'bookly_l10n_step_service_staff_info','{staff_info}','yes'),(19266744,'bookly_app_show_staff_info','0','yes'),(19268394,'webpc_notice_thanks','1661023796','yes'),(19268395,'webpc_is_new_installation','0','yes'),(19268396,'webpc_latest_version','5.1.0','yes'),(19268397,'webpc_errors_cache','a:0:{}','yes'),(19268405,'webpc_settings','a:7:{s:11:\"loader_type\";s:8:\"passthru\";s:10:\"extensions\";a:3:{i:0;s:3:\"jpg\";i:1;s:4:\"jpeg\";i:2;s:3:\"png\";}s:4:\"dirs\";a:1:{i:0;s:7:\"uploads\";}s:6:\"method\";s:7:\"imagick\";s:14:\"output_formats\";a:1:{i:0;s:4:\"webp\";}s:7:\"quality\";s:2:\"85\";s:8:\"features\";a:4:{i:0;s:12:\"only_smaller\";i:1;s:11:\"mod_expires\";i:2;s:15:\"cron_conversion\";i:3;s:13:\"debug_enabled\";}}','yes'),(19270453,'bookly_save_email_logs','1','yes'),(19274393,'_transient_dirsize_cache','a:2800:{s:41:\"/home/mobileivhawaii/www/wp-admin/network\";i:123822;s:39:\"/home/mobileivhawaii/www/wp-admin/maint\";i:7260;s:40:\"/home/mobileivhawaii/www/wp-admin/images\";i:389513;s:50:\"/home/mobileivhawaii/www/wp-admin/css/colors/light\";i:77861;s:51:\"/home/mobileivhawaii/www/wp-admin/css/colors/coffee\";i:74748;s:54:\"/home/mobileivhawaii/www/wp-admin/css/colors/ectoplasm\";i:77279;s:53:\"/home/mobileivhawaii/www/wp-admin/css/colors/midnight\";i:77238;s:51:\"/home/mobileivhawaii/www/wp-admin/css/colors/modern\";i:77352;s:52:\"/home/mobileivhawaii/www/wp-admin/css/colors/sunrise\";i:77298;s:50:\"/home/mobileivhawaii/www/wp-admin/css/colors/ocean\";i:74770;s:49:\"/home/mobileivhawaii/www/wp-admin/css/colors/blue\";i:77273;s:44:\"/home/mobileivhawaii/www/wp-admin/css/colors\";i:636927;s:37:\"/home/mobileivhawaii/www/wp-admin/css\";i:2463608;s:44:\"/home/mobileivhawaii/www/wp-admin/js/widgets\";i:139408;s:36:\"/home/mobileivhawaii/www/wp-admin/js\";i:1897212;s:38:\"/home/mobileivhawaii/www/wp-admin/user\";i:3418;s:42:\"/home/mobileivhawaii/www/wp-admin/includes\";i:2861404;s:33:\"/home/mobileivhawaii/www/wp-admin\";i:8605071;s:51:\"/home/mobileivhawaii/www/wp-includes/block-patterns\";i:9046;s:43:\"/home/mobileivhawaii/www/wp-includes/assets\";i:10499;s:41:\"/home/mobileivhawaii/www/wp-includes/pomo\";i:52248;s:52:\"/home/mobileivhawaii/www/wp-includes/rest-api/search\";i:15180;s:55:\"/home/mobileivhawaii/www/wp-includes/rest-api/endpoints\";i:583613;s:52:\"/home/mobileivhawaii/www/wp-includes/rest-api/fields\";i:22314;s:45:\"/home/mobileivhawaii/www/wp-includes/rest-api\";i:705110;s:55:\"/home/mobileivhawaii/www/wp-includes/Text/Diff/Renderer\";i:5535;s:53:\"/home/mobileivhawaii/www/wp-includes/Text/Diff/Engine\";i:31662;s:46:\"/home/mobileivhawaii/www/wp-includes/Text/Diff\";i:44010;s:41:\"/home/mobileivhawaii/www/wp-includes/Text\";i:56925;s:56:\"/home/mobileivhawaii/www/wp-includes/blocks/social-links\";i:57725;s:48:\"/home/mobileivhawaii/www/wp-includes/blocks/more\";i:6369;s:49:\"/home/mobileivhawaii/www/wp-includes/blocks/group\";i:7376;s:47:\"/home/mobileivhawaii/www/wp-includes/blocks/rss\";i:11021;s:59:\"/home/mobileivhawaii/www/wp-includes/blocks/latest-comments\";i:7248;s:63:\"/home/mobileivhawaii/www/wp-includes/blocks/post-featured-image\";i:9333;s:49:\"/home/mobileivhawaii/www/wp-includes/blocks/image\";i:23825;s:52:\"/home/mobileivhawaii/www/wp-includes/blocks/archives\";i:3230;s:50:\"/home/mobileivhawaii/www/wp-includes/blocks/search\";i:13482;s:53:\"/home/mobileivhawaii/www/wp-includes/blocks/separator\";i:8212;s:50:\"/home/mobileivhawaii/www/wp-includes/blocks/spacer\";i:8824;s:53:\"/home/mobileivhawaii/www/wp-includes/blocks/shortcode\";i:7794;s:55:\"/home/mobileivhawaii/www/wp-includes/blocks/social-link\";i:4460;s:56:\"/home/mobileivhawaii/www/wp-includes/blocks/post-excerpt\";i:6465;s:54:\"/home/mobileivhawaii/www/wp-includes/blocks/categories\";i:6592;s:56:\"/home/mobileivhawaii/www/wp-includes/blocks/preformatted\";i:3635;s:54:\"/home/mobileivhawaii/www/wp-includes/blocks/site-title\";i:3796;s:56:\"/home/mobileivhawaii/www/wp-includes/blocks/site-tagline\";i:3650;s:55:\"/home/mobileivhawaii/www/wp-includes/blocks/query-title\";i:3485;s:56:\"/home/mobileivhawaii/www/wp-includes/blocks/post-content\";i:3788;s:49:\"/home/mobileivhawaii/www/wp-includes/blocks/video\";i:17816;s:54:\"/home/mobileivhawaii/www/wp-includes/blocks/post-title\";i:3643;s:49:\"/home/mobileivhawaii/www/wp-includes/blocks/block\";i:4552;s:53:\"/home/mobileivhawaii/www/wp-includes/blocks/pullquote\";i:11756;s:69:\"/home/mobileivhawaii/www/wp-includes/blocks/query-pagination-previous\";i:526;s:48:\"/home/mobileivhawaii/www/wp-includes/blocks/file\";i:11958;s:49:\"/home/mobileivhawaii/www/wp-includes/blocks/query\";i:4288;s:51:\"/home/mobileivhawaii/www/wp-includes/blocks/buttons\";i:18381;s:49:\"/home/mobileivhawaii/www/wp-includes/blocks/quote\";i:5041;s:53:\"/home/mobileivhawaii/www/wp-includes/blocks/tag-cloud\";i:6848;s:48:\"/home/mobileivhawaii/www/wp-includes/blocks/list\";i:3908;s:49:\"/home/mobileivhawaii/www/wp-includes/blocks/embed\";i:16808;s:50:\"/home/mobileivhawaii/www/wp-includes/blocks/button\";i:22207;s:49:\"/home/mobileivhawaii/www/wp-includes/blocks/audio\";i:7013;s:51:\"/home/mobileivhawaii/www/wp-includes/blocks/columns\";i:13242;s:51:\"/home/mobileivhawaii/www/wp-includes/blocks/gallery\";i:50134;s:56:\"/home/mobileivhawaii/www/wp-includes/blocks/text-columns\";i:8291;s:50:\"/home/mobileivhawaii/www/wp-includes/blocks/column\";i:542;s:53:\"/home/mobileivhawaii/www/wp-includes/blocks/paragraph\";i:9325;s:65:\"/home/mobileivhawaii/www/wp-includes/blocks/query-pagination-next\";i:514;s:52:\"/home/mobileivhawaii/www/wp-includes/blocks/loginout\";i:455;s:51:\"/home/mobileivhawaii/www/wp-includes/blocks/heading\";i:7680;s:52:\"/home/mobileivhawaii/www/wp-includes/blocks/freeform\";i:41868;s:51:\"/home/mobileivhawaii/www/wp-includes/blocks/classic\";i:0;s:52:\"/home/mobileivhawaii/www/wp-includes/blocks/calendar\";i:4767;s:60:\"/home/mobileivhawaii/www/wp-includes/blocks/query-pagination\";i:11618;s:57:\"/home/mobileivhawaii/www/wp-includes/blocks/post-template\";i:16149;s:49:\"/home/mobileivhawaii/www/wp-includes/blocks/cover\";i:56553;s:57:\"/home/mobileivhawaii/www/wp-includes/blocks/legacy-widget\";i:501;s:53:\"/home/mobileivhawaii/www/wp-includes/blocks/site-logo\";i:13058;s:49:\"/home/mobileivhawaii/www/wp-includes/blocks/verse\";i:3694;s:51:\"/home/mobileivhawaii/www/wp-includes/blocks/missing\";i:509;s:48:\"/home/mobileivhawaii/www/wp-includes/blocks/code\";i:3363;s:48:\"/home/mobileivhawaii/www/wp-includes/blocks/html\";i:5448;s:52:\"/home/mobileivhawaii/www/wp-includes/blocks/nextpage\";i:5644;s:53:\"/home/mobileivhawaii/www/wp-includes/blocks/page-list\";i:12826;s:54:\"/home/mobileivhawaii/www/wp-includes/blocks/post-terms\";i:451;s:68:\"/home/mobileivhawaii/www/wp-includes/blocks/query-pagination-numbers\";i:3898;s:56:\"/home/mobileivhawaii/www/wp-includes/blocks/latest-posts\";i:16144;s:49:\"/home/mobileivhawaii/www/wp-includes/blocks/table\";i:25114;s:54:\"/home/mobileivhawaii/www/wp-includes/blocks/media-text\";i:18137;s:53:\"/home/mobileivhawaii/www/wp-includes/blocks/post-date\";i:537;s:43:\"/home/mobileivhawaii/www/wp-includes/blocks\";i:803053;s:44:\"/home/mobileivhawaii/www/wp-includes/widgets\";i:155462;s:47:\"/home/mobileivhawaii/www/wp-includes/images/wlw\";i:4413;s:51:\"/home/mobileivhawaii/www/wp-includes/images/crystal\";i:15541;s:49:\"/home/mobileivhawaii/www/wp-includes/images/media\";i:2419;s:51:\"/home/mobileivhawaii/www/wp-includes/images/smilies\";i:10082;s:43:\"/home/mobileivhawaii/www/wp-includes/images\";i:103747;s:55:\"/home/mobileivhawaii/www/wp-includes/css/dist/edit-post\";i:206821;s:61:\"/home/mobileivhawaii/www/wp-includes/css/dist/reusable-blocks\";i:4288;s:53:\"/home/mobileivhawaii/www/wp-includes/css/dist/widgets\";i:23866;s:66:\"/home/mobileivhawaii/www/wp-includes/css/dist/list-reusable-blocks\";i:16478;s:60:\"/home/mobileivhawaii/www/wp-includes/css/dist/format-library\";i:11260;s:58:\"/home/mobileivhawaii/www/wp-includes/css/dist/edit-widgets\";i:89899;s:49:\"/home/mobileivhawaii/www/wp-includes/css/dist/nux\";i:13786;s:59:\"/home/mobileivhawaii/www/wp-includes/css/dist/block-library\";i:640961;s:63:\"/home/mobileivhawaii/www/wp-includes/css/dist/customize-widgets\";i:29568;s:56:\"/home/mobileivhawaii/www/wp-includes/css/dist/components\";i:533182;s:61:\"/home/mobileivhawaii/www/wp-includes/css/dist/block-directory\";i:16954;s:58:\"/home/mobileivhawaii/www/wp-includes/css/dist/block-editor\";i:436575;s:52:\"/home/mobileivhawaii/www/wp-includes/css/dist/editor\";i:95261;s:45:\"/home/mobileivhawaii/www/wp-includes/css/dist\";i:2118899;s:40:\"/home/mobileivhawaii/www/wp-includes/css\";i:2765182;s:53:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/langs\";i:15529;s:70:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/skins/wordpress/images\";i:14207;s:63:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/skins/wordpress\";i:22831;s:67:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:69:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:63:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:53:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/skins\";i:233085;s:66:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:61:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins/lists\";i:97383;s:68:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:64:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:61:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins/image\";i:55874;s:69:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins/wptextpattern\";i:11927;s:65:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins/wordpress\";i:50608;s:63:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:67:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins/wpeditimage\";i:37716;s:60:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins/link\";i:32949;s:65:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:62:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins/wpview\";i:8994;s:65:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins/wpgallery\";i:4808;s:61:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins/paste\";i:113193;s:58:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins/hr\";i:1347;s:62:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins/wplink\";i:26476;s:65:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:61:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins/media\";i:57914;s:70:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:67:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:64:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:68:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:63:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:55:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/plugins\";i:606961;s:53:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/utils\";i:18822;s:61:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/themes/inlite\";i:452642;s:61:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/themes/modern\";i:446221;s:54:\"/home/mobileivhawaii/www/wp-includes/js/tinymce/themes\";i:898863;s:47:\"/home/mobileivhawaii/www/wp-includes/js/tinymce\";i:2853651;s:44:\"/home/mobileivhawaii/www/wp-includes/js/crop\";i:20004;s:48:\"/home/mobileivhawaii/www/wp-includes/js/thickbox\";i:31185;s:49:\"/home/mobileivhawaii/www/wp-includes/js/swfupload\";i:8715;s:62:\"/home/mobileivhawaii/www/wp-includes/js/mediaelement/renderers\";i:18880;s:52:\"/home/mobileivhawaii/www/wp-includes/js/mediaelement\";i:719405;s:49:\"/home/mobileivhawaii/www/wp-includes/js/jquery/ui\";i:793444;s:46:\"/home/mobileivhawaii/www/wp-includes/js/jquery\";i:1309881;s:53:\"/home/mobileivhawaii/www/wp-includes/js/imgareaselect\";i:49035;s:45:\"/home/mobileivhawaii/www/wp-includes/js/jcrop\";i:18340;s:51:\"/home/mobileivhawaii/www/wp-includes/js/dist/vendor\";i:2310530;s:44:\"/home/mobileivhawaii/www/wp-includes/js/dist\";i:12738262;s:48:\"/home/mobileivhawaii/www/wp-includes/js/plupload\";i:490247;s:50:\"/home/mobileivhawaii/www/wp-includes/js/codemirror\";i:1287141;s:39:\"/home/mobileivhawaii/www/wp-includes/js\";i:21947559;s:49:\"/home/mobileivhawaii/www/wp-includes/theme-compat\";i:15414;s:46:\"/home/mobileivhawaii/www/wp-includes/PHPMailer\";i:221082;s:50:\"/home/mobileivhawaii/www/wp-includes/random_compat\";i:40843;s:40:\"/home/mobileivhawaii/www/wp-includes/ID3\";i:1134191;s:51:\"/home/mobileivhawaii/www/wp-includes/block-supports\";i:45726;s:42:\"/home/mobileivhawaii/www/wp-includes/fonts\";i:289826;s:50:\"/home/mobileivhawaii/www/wp-includes/SimplePie/Net\";i:7493;s:58:\"/home/mobileivhawaii/www/wp-includes/SimplePie/Decode/HTML\";i:17241;s:53:\"/home/mobileivhawaii/www/wp-includes/SimplePie/Decode\";i:17241;s:52:\"/home/mobileivhawaii/www/wp-includes/SimplePie/Cache\";i:39593;s:52:\"/home/mobileivhawaii/www/wp-includes/SimplePie/Parse\";i:20551;s:59:\"/home/mobileivhawaii/www/wp-includes/SimplePie/Content/Type\";i:8015;s:54:\"/home/mobileivhawaii/www/wp-includes/SimplePie/Content\";i:8015;s:51:\"/home/mobileivhawaii/www/wp-includes/SimplePie/HTTP\";i:11515;s:62:\"/home/mobileivhawaii/www/wp-includes/SimplePie/XML/Declaration\";i:7098;s:50:\"/home/mobileivhawaii/www/wp-includes/SimplePie/XML\";i:7098;s:46:\"/home/mobileivhawaii/www/wp-includes/SimplePie\";i:455756;s:49:\"/home/mobileivhawaii/www/wp-includes/certificates\";i:234459;s:40:\"/home/mobileivhawaii/www/wp-includes/IXR\";i:33914;s:50:\"/home/mobileivhawaii/www/wp-includes/Requests/Auth\";i:1939;s:55:\"/home/mobileivhawaii/www/wp-includes/Requests/Transport\";i:30090;s:54:\"/home/mobileivhawaii/www/wp-includes/Requests/Response\";i:2135;s:65:\"/home/mobileivhawaii/www/wp-includes/Requests/Exception/Transport\";i:919;s:60:\"/home/mobileivhawaii/www/wp-includes/Requests/Exception/HTTP\";i:14365;s:55:\"/home/mobileivhawaii/www/wp-includes/Requests/Exception\";i:16778;s:53:\"/home/mobileivhawaii/www/wp-includes/Requests/Utility\";i:3310;s:52:\"/home/mobileivhawaii/www/wp-includes/Requests/Cookie\";i:3865;s:51:\"/home/mobileivhawaii/www/wp-includes/Requests/Proxy\";i:3488;s:45:\"/home/mobileivhawaii/www/wp-includes/Requests\";i:139225;s:54:\"/home/mobileivhawaii/www/wp-includes/sodium_compat/lib\";i:84845;s:75:\"/home/mobileivhawaii/www/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:80:\"/home/mobileivhawaii/www/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:77:\"/home/mobileivhawaii/www/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:75:\"/home/mobileivhawaii/www/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:66:\"/home/mobileivhawaii/www/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:61:\"/home/mobileivhawaii/www/wp-includes/sodium_compat/namespaced\";i:2698;s:68:\"/home/mobileivhawaii/www/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5152;s:72:\"/home/mobileivhawaii/www/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:73:\"/home/mobileivhawaii/www/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:7881;s:70:\"/home/mobileivhawaii/www/wp-includes/sodium_compat/src/Core/Curve25519\";i:121533;s:66:\"/home/mobileivhawaii/www/wp-includes/sodium_compat/src/Core/Base64\";i:22135;s:68:\"/home/mobileivhawaii/www/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:59:\"/home/mobileivhawaii/www/wp-includes/sodium_compat/src/Core\";i:459958;s:70:\"/home/mobileivhawaii/www/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6295;s:74:\"/home/mobileivhawaii/www/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:75:\"/home/mobileivhawaii/www/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:72:\"/home/mobileivhawaii/www/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122399;s:70:\"/home/mobileivhawaii/www/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15980;s:61:\"/home/mobileivhawaii/www/wp-includes/sodium_compat/src/Core32\";i:437583;s:60:\"/home/mobileivhawaii/www/wp-includes/sodium_compat/src/PHP52\";i:4116;s:54:\"/home/mobileivhawaii/www/wp-includes/sodium_compat/src\";i:1212803;s:50:\"/home/mobileivhawaii/www/wp-includes/sodium_compat\";i:1306435;s:55:\"/home/mobileivhawaii/www/wp-includes/sitemaps/providers\";i:15133;s:45:\"/home/mobileivhawaii/www/wp-includes/sitemaps\";i:45055;s:46:\"/home/mobileivhawaii/www/wp-includes/customize\";i:170868;s:36:\"/home/mobileivhawaii/www/wp-includes\";i:37063568;s:47:\"/home/mobileivhawaii/www/wp-snapshots/installer\";i:85119;s:41:\"/home/mobileivhawaii/www/wp-snapshots/tmp\";i:0;s:37:\"/home/mobileivhawaii/www/wp-snapshots\";i:531492364;s:45:\"/home/mobileivhawaii/www/wp-content/ewww/lazy\";i:0;s:40:\"/home/mobileivhawaii/www/wp-content/ewww\";i:0;s:122:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource\";i:8395;s:120:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader\";i:8920;s:120:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker\";i:4393;s:113:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory\";i:39436;s:110:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util\";i:10614;s:115:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Exception\";i:2105;s:111:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache\";i:9397;s:120:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator\";i:5553;s:111:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset\";i:38358;s:117:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass\";i:7772;s:116:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui\";i:5071;s:126:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure\";i:10383;s:112:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter\";i:139943;s:120:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig\";i:24679;s:115:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension\";i:24679;s:105:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic\";i:271108;s:97:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/kriswallsmith/assetic/src\";i:274224;s:93:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/kriswallsmith/assetic\";i:293271;s:85:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/kriswallsmith\";i:293271;s:80:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/composer\";i:54753;s:75:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/bin\";i:0;s:100:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log\";i:12255;s:103:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream\";i:23218;s:107:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection\";i:5787;s:105:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator\";i:5538;s:107:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log\";i:6608;s:111:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff\";i:20176;s:107:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5\";i:6303;s:108:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock\";i:7654;s:109:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth\";i:10949;s:109:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async\";i:3637;s:111:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History\";i:4589;s:112:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth\";i:2078;s:109:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache\";i:36113;s:120:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar\";i:12080;s:120:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception\";i:170;s:110:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie\";i:27437;s:127:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception\";i:161;s:117:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse\";i:4336;s:103:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin\";i:131244;s:113:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception\";i:3464;s:103:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common\";i:20491;s:111:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message\";i:6940;s:107:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url\";i:1960;s:115:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate\";i:9419;s:110:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie\";i:6214;s:103:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser\";i:26953;s:106:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl\";i:42382;s:116:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header\";i:9844;s:109:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message\";i:111301;s:117:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator\";i:2390;s:111:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception\";i:8744;s:111:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources\";i:250394;s:101:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http\";i:547462;s:112:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder\";i:11299;s:116:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description\";i:73510;s:113:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource\";i:21289;s:120:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory\";i:10069;s:136:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request\";i:19774;s:137:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response\";i:14837;s:128:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor\";i:39430;s:112:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command\";i:85904;s:114:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception\";i:5175;s:104:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service\";i:218049;s:102:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache\";i:12244;s:112:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception\";i:2699;s:102:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch\";i:26836;s:96:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle\";i:1030077;s:89:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle/src\";i:1030077;s:85:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle/guzzle\";i:1110850;s:78:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/guzzle\";i:1110850;s:116:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection\";i:4306;s:102:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/symfony/event-dispatcher/Debug\";i:13890;s:96:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/symfony/event-dispatcher\";i:48258;s:97:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/symfony/process/Exception\";i:4954;s:93:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/symfony/process/Pipes\";i:15937;s:87:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/symfony/process\";i:101943;s:79:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/symfony\";i:150201;s:97:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth\";i:27074;s:91:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/eher/oauth/src/Eher\";i:27074;s:86:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/eher/oauth/src\";i:27074;s:82:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/eher/oauth\";i:27840;s:76:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/eher\";i:27840;s:80:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/robloach\";i:0;s:128:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants\";i:755;s:127:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource\";i:16089;s:118:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity\";i:22790;s:126:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants\";i:6518;s:120:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log\";i:5833;s:125:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource\";i:21228;s:127:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection\";i:16997;s:129:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message\";i:2972;s:121:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http\";i:4709;s:124:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service\";i:28663;s:127:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions\";i:75639;s:116:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common\";i:190710;s:131:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants\";i:1917;s:130:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource\";i:49761;s:128:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload\";i:34083;s:131:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception\";i:4662;s:126:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum\";i:854;s:121:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore\";i:103014;s:109:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud\";i:340564;s:99:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/rackspace/php-opencloud/lib\";i:341220;s:95:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/rackspace/php-opencloud\";i:351352;s:81:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/rackspace\";i:351352;s:92:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/psr/log/Psr/Log/Test\";i:9427;s:87:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/psr/log/Psr/Log\";i:20877;s:83:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/psr/log/Psr\";i:20877;s:79:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/psr/log\";i:23869;s:75:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/psr\";i:23869;s:126:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/Waiter\";i:1475;s:119:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata\";i:1475;s:111:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator\";i:9952;s:124:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload\";i:26430;s:108:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model\";i:26430;s:112:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources\";i:16964;s:109:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter\";i:28771;s:112:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature\";i:28977;s:102:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common\";i:114392;s:103:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync\";i:40115;s:106:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Command\";i:2010;s:107:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator\";i:9172;s:115:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/Parser\";i:2289;s:108:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception\";i:67478;s:120:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload\";i:23773;s:104:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model\";i:64653;s:103:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum\";i:11582;s:108:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources\";i:234902;s:98:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3\";i:523859;s:95:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws\";i:638251;s:91:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/aws/aws-sdk-php/src\";i:638251;s:87:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/aws/aws-sdk-php\";i:638251;s:75:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/aws\";i:638251;s:110:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP\";i:23072;s:105:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net\";i:363092;s:106:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File\";i:275743;s:107:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt\";i:509039;s:106:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math\";i:130839;s:112:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH\";i:17653;s:108:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System\";i:19481;s:101:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib\";i:1298746;s:91:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/phpseclib/phpseclib\";i:1306250;s:81:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor/phpseclib\";i:1306250;s:71:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus/vendor\";i:3956637;s:64:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/updraftplus\";i:3956637;s:96:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/geoip2/geoip2/src/Database\";i:9662;s:94:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/geoip2/geoip2/src/Record\";i:17569;s:97:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/geoip2/geoip2/src/Exception\";i:1509;s:93:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/geoip2/geoip2/src/Model\";i:17600;s:98:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/geoip2/geoip2/src/WebService\";i:11580;s:87:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/geoip2/geoip2/src\";i:58394;s:83:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/geoip2/geoip2\";i:71123;s:76:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/geoip2\";i:71123;s:92:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/composer/ca-bundle/res\";i:219596;s:92:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/composer/ca-bundle/src\";i:14169;s:88:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/composer/ca-bundle\";i:234817;s:78:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/composer\";i:261283;s:73:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/bin\";i:0;s:110:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/maxmind/web-service-common/src/Exception\";i:2893;s:116:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http\";i:3498;s:111:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/maxmind/web-service-common/src/WebService\";i:19321;s:100:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/maxmind/web-service-common/src\";i:22214;s:96:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/maxmind/web-service-common\";i:33572;s:77:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/maxmind\";i:33572;s:109:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader\";i:14089;s:102:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db\";i:24445;s:99:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind\";i:24445;s:91:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/maxmind-db/reader/src\";i:24445;s:87:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/maxmind-db/reader\";i:37208;s:80:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/maxmind-db\";i:37208;s:102:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage\";i:73974;s:101:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser\";i:123259;s:94:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/wordfence/wf-waf/src/lib\";i:432311;s:96:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/wordfence/wf-waf/src/views\";i:45191;s:90:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/wordfence/wf-waf/src\";i:705659;s:86:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/wordfence/wf-waf\";i:705659;s:79:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor/wordfence\";i:705659;s:69:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/vendor\";i:1109459;s:75:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/lib/rest-api\";i:26357;s:85:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/lib/Diff/Renderer/Html\";i:13763;s:80:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/lib/Diff/Renderer\";i:16813;s:71:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/lib/Diff\";i:34588;s:76:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/lib/dashboard\";i:37526;s:66:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/lib\";i:6004084;s:80:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/views/diagnostics\";i:26577;s:76:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/views/reports\";i:43567;s:75:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/views/common\";i:29507;s:74:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/views/tools\";i:9893;s:79:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/views/onboarding\";i:34450;s:76:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/views/scanner\";i:185274;s:77:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/views/blocking\";i:420393;s:72:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/views/waf\";i:118372;s:76:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/views/options\";i:52478;s:74:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/views/tours\";i:4543;s:78:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/views/dashboard\";i:54523;s:73:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/views/gdpr\";i:3283;s:68:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/views\";i:983214;s:75:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/images/icons\";i:79564;s:69:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/images\";i:333312;s:73:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/css/images\";i:36376;s:66:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/css\";i:605692;s:65:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/js\";i:820354;s:89:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/modules/login-security/img\";i:48448;s:100:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/modules/login-security/views/settings\";i:9515;s:98:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/modules/login-security/views/manage\";i:18602;s:98:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/modules/login-security/views/common\";i:2569;s:102:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/modules/login-security/views/onboarding\";i:1745;s:97:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/modules/login-security/views/email\";i:1466;s:96:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/modules/login-security/views/page\";i:9707;s:99:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/modules/login-security/views/options\";i:70010;s:91:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/modules/login-security/views\";i:113969;s:104:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/modules/login-security/classes/controller\";i:131334;s:108:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/modules/login-security/classes/model/settings\";i:4916;s:106:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/modules/login-security/classes/model/crypto\";i:14246;s:104:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/modules/login-security/classes/model/view\";i:1799;s:104:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/modules/login-security/classes/model/text\";i:1576;s:99:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/modules/login-security/classes/model\";i:52565;s:93:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/modules/login-security/classes\";i:184254;s:89:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/modules/login-security/css\";i:367249;s:88:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/modules/login-security/js\";i:189559;s:85:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/modules/login-security\";i:906830;s:70:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/modules\";i:906830;s:104:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/paragonie/random_compat/lib\";i:43889;s:105:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/paragonie/random_compat/dist\";i:703;s:100:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/paragonie/random_compat\";i:45690;s:104:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib\";i:62011;s:125:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20\";i:342;s:130:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge\";i:897;s:127:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519\";i:1233;s:125:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305\";i:171;s:116:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core\";i:3801;s:111:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced\";i:4232;s:118:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20\";i:5270;s:123:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge\";i:8176;s:120:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519\";i:120026;s:118:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305\";i:12228;s:109:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core\";i:360367;s:120:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20\";i:6413;s:125:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge\";i:8472;s:122:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519\";i:122594;s:120:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305\";i:16043;s:111:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32\";i:433825;s:104:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src\";i:1036077;s:100:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/paragonie/sodium_compat\";i:1105297;s:86:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/paragonie\";i:1150987;s:85:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor/composer\";i:22730;s:76:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto/vendor\";i:1173977;s:69:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/crypto\";i:1173977;s:75:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/models/block\";i:64202;s:76:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/models/common\";i:3491;s:78:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/models/firewall\";i:16495;s:77:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/models/scanner\";i:39084;s:74:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/models/page\";i:7216;s:69:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/models\";i:130842;s:68:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/fonts\";i:289944;s:66:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/waf\";i:59696;s:66:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence/tmp\";i:15;s:62:\"/home/mobileivhawaii/www/wp-content/disabled-plugins/wordfence\";i:12505639;s:52:\"/home/mobileivhawaii/www/wp-content/disabled-plugins\";i:16462276;s:46:\"/home/mobileivhawaii/www/wp-content/smush-webp\";i:752;s:42:\"/home/mobileivhawaii/www/wp-content/wflogs\";i:5466109;s:65:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/2016/11\";i:967864;s:65:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/2016/10\";i:8096362;s:62:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/2016\";i:9064226;s:97:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/themeplicity_footer\";i:4670;s:100:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/overexposuretransition\";i:16576;s:97:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/niceandclean_footer\";i:2720;s:94:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/goodnewsfeatured\";i:6446;s:93:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/parallax_footer\";i:3608;s:94:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/sleeklandingpage\";i:14548;s:86:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/packages\";i:115222;s:90:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/goodnewsmenu\";i:3252;s:96:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/wonderstruck-works\";i:5904;s:94:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/le-chef-la-carte\";i:4930;s:105:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/dark-fullsite-block-2-about\";i:5770;s:92:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/immersion-grid\";i:7270;s:96:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/goodnewsblogfooter\";i:3152;s:94:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/goodnewscarousel\";i:12804;s:85:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/ourteam\";i:37870;s:90:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/scrolleffect\";i:21732;s:97:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/wonderstruck_header\";i:4746;s:92:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/clearview_menu\";i:1256;s:87:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/snowscene\";i:19020;s:88:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/innovation\";i:14452;s:96:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/clear-view-contact\";i:3802;s:108:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/dark-fullsite-block-4-products\";i:31246;s:97:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/standard-wp-gallery\";i:11888;s:96:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/NiceAndClean_About\";i:4322;s:95:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/beforeafterslider\";i:19052;s:98:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/news-magazine-slider\";i:38728;s:95:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/NiceAndClean_Menu\";i:3504;s:85:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/duotone\";i:37792;s:96:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/themeplicity_offer\";i:3838;s:92:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/duotone-add-on\";i:17436;s:108:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/dark-fullsite-block-3-services\";i:9012;s:99:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/dark-fullsite-block-1\";i:11224;s:96:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/le-chef-philosophy\";i:8834;s:91:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/techco-footer\";i:2430;s:101:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/fullsite-block-7-footer\";i:2420;s:92:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/fullscreenmenu\";i:48450;s:99:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/clean-news-post-based\";i:12370;s:98:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/goodnewstestimonials\";i:12214;s:99:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/interactivewhiteboard\";i:29316;s:90:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/techco-about\";i:2828;s:91:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/techco-prices\";i:4070;s:85:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/weather\";i:43772;s:89:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/funkyslider\";i:21550;s:93:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/productshowcase\";i:10858;s:99:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/themeplicity_whatwedo\";i:3758;s:84:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/r_info\";i:2448;s:88:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/blurslider\";i:13922;s:99:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/NiceAndClean_Projects\";i:28230;s:101:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/niceandclean_textblocks\";i:4308;s:99:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/websitebuilder-slider\";i:14028;s:87:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/deskscene\";i:5316;s:81:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/80s\";i:4966;s:99:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/NiceAndClean_Services\";i:6204;s:92:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/parallaxscroll\";i:9024;s:96:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/niceandclean_video\";i:8628;s:107:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/dark-fullsite-block-6-callout\";i:6120;s:90:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/le-chef-menu\";i:2092;s:93:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/blendmodeheader\";i:4630;s:92:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/goodnewsheader\";i:19014;s:92:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/fashion-header\";i:31796;s:90:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/404errorpage\";i:8768;s:89:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/contentzoom\";i:7684;s:91:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/cardealership\";i:51070;s:96:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/parallaxzoomslices\";i:28510;s:88:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/comingsoon\";i:24968;s:97:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/themeplicity_tables\";i:5470;s:107:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/fullsite-block-5-testimonials\";i:5730;s:95:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/immersion-product\";i:3552;s:105:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/websitebuilder-calltoaction\";i:10032;s:100:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/fullsite-block-2-about\";i:5544;s:94:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/typewritereffect\";i:15656;s:103:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/fullsite-block-4-products\";i:31246;s:99:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/websitebuilder-footer\";i:3526;s:98:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/niceandclean_callout\";i:3762;s:97:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/techco-testimonials\";i:12186;s:91:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/rotatingwords\";i:5042;s:93:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/ComingSoonAddon\";i:10522;s:106:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/dark-fullsite-block-7-footer\";i:2248;s:94:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/goodnewswhatshot\";i:6186;s:97:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/goodnewsblogcontent\";i:6202;s:101:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/themeplicity_whatsgreat\";i:5222;s:97:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/particle-effect-one\";i:13556;s:94:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/cleanlandingpage\";i:6552;s:95:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/inspirationheader\";i:4632;s:90:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/cryptoslider\";i:23254;s:96:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/goodnewsblogheader\";i:8346;s:91:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/magazineposts\";i:16670;s:100:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/clear-view-single-menu\";i:1044;s:101:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/clear-view-single-media\";i:6784;s:98:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/doubleexposureeffect\";i:21376;s:103:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/fullsite-block-3-services\";i:6002;s:93:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/portfolioviewer\";i:43074;s:102:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/fullsite-block-6-callout\";i:5268;s:94:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/goodnewsmenuback\";i:6006;s:99:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/immersion-photography\";i:3468;s:96:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/wonderstruck_about\";i:16800;s:99:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/particle-effect-three\";i:4778;s:91:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/gravitydesign\";i:14676;s:95:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/clearview_mission\";i:2976;s:86:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/clearcut\";i:51100;s:89:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/appshowcase\";i:4364;s:90:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/le-chef-food\";i:8302;s:93:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/distortionaddon\";i:51004;s:95:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/wonderstruck_menu\";i:1756;s:89:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/techco-menu\";i:2222;s:94:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/clearview_header\";i:3752;s:91:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/focusparallax\";i:19448;s:93:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/cleannewsslider\";i:60034;s:89:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/techjournal\";i:27542;s:88:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/r_products\";i:11802;s:93:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/carouselgallery\";i:45126;s:92:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/goodnewsfooter\";i:3152;s:97:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/websitebuilder-hero\";i:7284;s:89:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/360panorama\";i:35598;s:96:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/real-estate-slider\";i:36742;s:93:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/paintbrushaddon\";i:22226;s:95:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/explorationheader\";i:45072;s:97:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/websitebuilder-menu\";i:1272;s:90:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/imagegallery\";i:64854;s:98:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/wonderstruck-contact\";i:3204;s:97:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/agencywebsiteheader\";i:22504;s:90:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/websiteintro\";i:23032;s:93:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/clear-view-news\";i:10440;s:94:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/parallax_content\";i:4256;s:102:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/dark-fullsite-block-menu\";i:2576;s:102:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/themeplicity_contactform\";i:3636;s:103:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/clear-view-single-contact\";i:3802;s:85:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/r_about\";i:3660;s:87:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/snowaddon\";i:36012;s:96:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/clear-view-clients\";i:5576;s:100:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/mountainparallaxheader\";i:10986;s:97:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/themeplicity_header\";i:3160;s:101:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/websitebuilder-discover\";i:40522;s:101:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/niceandclean_highlights\";i:9916;s:102:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/clear-view-single-header\";i:3686;s:93:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/fullsite-block1\";i:5966;s:88:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/spaceopera\";i:39222;s:95:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/themeplicity_menu\";i:1266;s:97:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/fullsite-block-menu\";i:1192;s:92:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/applandingpage\";i:6594;s:95:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/clear-view-slider\";i:21524;s:89:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/bubblemorph\";i:12910;s:99:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/themeplicity_projects\";i:29432;s:93:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/goodnewscallout\";i:7528;s:92:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/le-chef-header\";i:26356;s:90:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/techco-video\";i:3728;s:95:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/goodnewsspotlight\";i:21264;s:87:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/clubflyer\";i:7600;s:93:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/parallax_header\";i:9130;s:87:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/filmstrip\";i:24528;s:90:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/maskshowcase\";i:21720;s:112:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/dark-fullsite-block-5-testimonials\";i:7672;s:101:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/websitebuilder-services\";i:3898;s:94:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/immersion-design\";i:3502;s:100:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/websitebuilder-clients\";i:1394;s:93:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/techco-services\";i:5330;s:100:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/clear-view-single-more\";i:8808;s:91:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/techco-header\";i:3526;s:97:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/immersion-mountains\";i:6374;s:91:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/reveal-add-on\";i:22370;s:94:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/immersion_header\";i:1320;s:95:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/creativefrontpage\";i:39570;s:91:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/betteryoutube\";i:20938;s:84:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/r_menu\";i:1478;s:97:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/NiceAndClean_Header\";i:6638;s:92:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/le-chef-footer\";i:8210;s:97:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/particle-effect-two\";i:4900;s:86:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/rockband\";i:8392;s:84:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/r_hero\";i:3660;s:93:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates/ourteamcarousel\";i:37740;s:77:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/templates\";i:2445076;s:74:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/gtn-dt\";i:1412180;s:74:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/gtn-mb\";i:969038;s:79:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider/sports-hero\";i:238486;s:67:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads/revslider\";i:5064780;s:57:\"/home/mobileivhawaii/www/wp-content/uploads-webpc/uploads\";i:61792266;s:49:\"/home/mobileivhawaii/www/wp-content/uploads-webpc\";i:61792266;s:52:\"/home/mobileivhawaii/www/wp-content/updraft/emptydir\";i:0;s:43:\"/home/mobileivhawaii/www/wp-content/updraft\";i:249;s:57:\"/home/mobileivhawaii/www/wp-content/cache/autoptimize/css\";i:309014;s:56:\"/home/mobileivhawaii/www/wp-content/cache/autoptimize/js\";i:189;s:53:\"/home/mobileivhawaii/www/wp-content/cache/autoptimize\";i:310079;s:41:\"/home/mobileivhawaii/www/wp-content/cache\";i:310079;s:43:\"/home/mobileivhawaii/www/wp-content/upgrade\";i:0;s:35:\"/home/mobileivhawaii/www/wp-content\";i:84037427;s:24:\"/home/mobileivhawaii/www\";i:664046920;s:73:\"/home/mobileivhawaii/www/wp-content/themes/pistis-child/templates/layouts\";i:5535;s:72:\"/home/mobileivhawaii/www/wp-content/themes/pistis-child/templates/header\";i:8411;s:65:\"/home/mobileivhawaii/www/wp-content/themes/pistis-child/templates\";i:25229;s:58:\"/home/mobileivhawaii/www/wp-content/themes/pistis-child/js\";i:1141;s:87:\"/home/mobileivhawaii/www/wp-content/themes/pistis-child/template-parts/header/portfolio\";i:4653;s:82:\"/home/mobileivhawaii/www/wp-content/themes/pistis-child/template-parts/header/page\";i:7815;s:77:\"/home/mobileivhawaii/www/wp-content/themes/pistis-child/template-parts/header\";i:12468;s:88:\"/home/mobileivhawaii/www/wp-content/themes/pistis-child/template-parts/content/portfolio\";i:4523;s:78:\"/home/mobileivhawaii/www/wp-content/themes/pistis-child/template-parts/content\";i:4523;s:70:\"/home/mobileivhawaii/www/wp-content/themes/pistis-child/template-parts\";i:16991;s:55:\"/home/mobileivhawaii/www/wp-content/themes/pistis-child\";i:1567113;s:62:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/inc\";i:63993;s:86:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group\";i:3155;s:84:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss\";i:5720;s:96:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments\";i:853;s:86:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image\";i:2024;s:87:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search\";i:9605;s:90:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator\";i:2312;s:87:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer\";i:240;s:93:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted\";i:199;s:91:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould\";i:214;s:86:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/video\";i:340;s:90:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote\";i:4431;s:85:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file\";i:931;s:86:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote\";i:6014;s:85:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list\";i:1057;s:87:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button\";i:6038;s:86:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio\";i:120;s:88:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns\";i:3679;s:88:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery\";i:844;s:87:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy\";i:1289;s:90:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph\";i:508;s:88:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading\";i:3118;s:91:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation\";i:3314;s:93:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons\";i:580;s:86:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover\";i:4271;s:86:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse\";i:134;s:85:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code\";i:649;s:85:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/html\";i:229;s:90:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities\";i:7993;s:93:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts\";i:8678;s:86:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table\";i:3125;s:91:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text\";i:1460;s:80:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/05-blocks\";i:85668;s:81:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/03-generic\";i:16704;s:83:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/07-utilities\";i:8911;s:82:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/01-settings\";i:11821;s:82:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/04-elements\";i:12707;s:79:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/02-tools\";i:6596;s:84:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass/06-components\";i:38351;s:70:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/sass\";i:189377;s:72:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/images\";i:2128437;s:69:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/css\";i:332292;s:68:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets/js\";i:19686;s:65:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/assets\";i:2669792;s:66:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/classes\";i:79157;s:78:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/template-parts/post\";i:1148;s:80:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/template-parts/header\";i:4343;s:80:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/template-parts/footer\";i:323;s:81:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/template-parts/content\";i:6642;s:81:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/template-parts/excerpt\";i:4865;s:73:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone/template-parts\";i:17321;s:58:\"/home/mobileivhawaii/www/wp-content/themes/twentytwentyone\";i:3638180;s:102:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/themecheck/css\";i:139;s:101:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/themecheck/js\";i:405;s:103:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/themecheck/lang\";i:945;s:105:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/themecheck/checks\";i:5039;s:98:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/themecheck\";i:14266;s:128:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/extensions/options_object/options_object\";i:8538;s:113:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/extensions/options_object\";i:12326;s:113:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/extensions/customizer/inc\";i:18112;s:109:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/extensions/customizer\";i:106269;s:126:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/extensions/import_export/import_export\";i:21984;s:112:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/extensions/import_export\";i:30452;s:98:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/extensions\";i:149111;s:101:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/border\";i:25285;s:100:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/color\";i:14866;s:105:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/button_set\";i:9403;s:109:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/color_gradient\";i:14283;s:99:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/date\";i:7410;s:101:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/select\";i:21831;s:101:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/slides\";i:29878;s:101:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/divide\";i:4867;s:99:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/info\";i:12120;s:107:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/select_image\";i:11015;s:105:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/ace_editor\";i:9343;s:102:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/gallery\";i:10097;s:100:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/radio\";i:2422;s:109:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/spinner/vendor\";i:7978;s:102:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/spinner\";i:26329;s:101:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/switch\";i:11977;s:105:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/background\";i:46191;s:103:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/checkbox\";i:9545;s:105:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/multi_text\";i:10324;s:105:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/link_color\";i:16314;s:105:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/typography\";i:330551;s:100:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/media\";i:13516;s:103:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/sortable\";i:13287;s:107:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/image_select\";i:21264;s:103:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/password\";i:4508;s:103:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/textarea\";i:3303;s:102:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/spacing\";i:25200;s:101:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/sorter\";i:20768;s:119:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/slider/vendor/nouislider\";i:51074;s:108:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/slider/vendor\";i:51074;s:101:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/slider\";i:84355;s:105:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/color_rgba\";i:29328;s:105:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/dimensions\";i:21892;s:102:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/palette\";i:8682;s:98:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/raw\";i:39829;s:101:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/editor\";i:8079;s:99:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/text\";i:5958;s:102:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields/section\";i:6321;s:94:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/fields\";i:930341;s:101:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/welcome/views\";i:62953;s:99:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/welcome/css\";i:28228;s:98:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/welcome/js\";i:17280;s:95:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/welcome\";i:130907;s:115:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/validation/no_special_chars\";i:1424;s:112:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/validation/comma_numeric\";i:1491;s:104:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/validation/color\";i:5712;s:116:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/validation/numeric_not_empty\";i:1311;s:106:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/validation/no_html\";i:1364;s:103:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/validation/date\";i:1857;s:110:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/validation/str_replace\";i:1070;s:108:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/validation/not_empty\";i:1384;s:110:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/validation/html_custom\";i:1109;s:102:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/validation/css\";i:1421;s:101:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/validation/js\";i:980;s:111:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/validation/preg_replace\";i:1092;s:106:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/validation/numeric\";i:1360;s:110:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/validation/unique_slug\";i:3210;s:102:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/validation/url\";i:1431;s:108:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/validation/colorrgba\";i:2627;s:104:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/validation/email\";i:1350;s:114:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/validation/email_not_empty\";i:1422;s:103:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/validation/html\";i:990;s:109:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/validation/color_rgba\";i:2353;s:98:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc/validation\";i:34958;s:87:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/inc\";i:1449762;s:99:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/templates/panel\";i:16139;s:93:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/templates\";i:16139;s:88:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/core\";i:44675;s:94:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/img\";i:4022;s:110:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/vendor/spectrum\";i:26512;s:120:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/vendor/elusive-icons/scss\";i:82203;s:121:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/vendor/elusive-icons/fonts\";i:337172;s:115:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/vendor/elusive-icons\";i:440552;s:128:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images\";i:30407;s:121:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap\";i:190942;s:106:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/vendor/qtip\";i:21431;s:101:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/vendor\";i:679437;s:108:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/import_export\";i:165;s:107:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/color-picker\";i:3607;s:100:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css/media\";i:2198;s:94:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/css\";i:964248;s:109:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/js/vendor/spectrum\";i:95861;s:105:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/js/vendor/qtip\";i:186798;s:100:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/js/vendor\";i:346514;s:99:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/js/media\";i:10897;s:93:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets/js\";i:482205;s:90:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/assets\";i:1450475;s:93:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore/languages\";i:510046;s:83:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/ReduxCore\";i:3668940;s:88:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/sample/presets\";i:27819;s:89:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/sample/patterns\";i:89933;s:80:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework/sample\";i:284523;s:73:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs/ReduxFramework\";i:3953463;s:58:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc/libs\";i:3953463;s:53:\"/home/mobileivhawaii/www/wp-content/themes/pistis/inc\";i:3965798;s:67:\"/home/mobileivhawaii/www/wp-content/themes/pistis/templates/layouts\";i:5761;s:66:\"/home/mobileivhawaii/www/wp-content/themes/pistis/templates/header\";i:8411;s:59:\"/home/mobileivhawaii/www/wp-content/themes/pistis/templates\";i:25011;s:57:\"/home/mobileivhawaii/www/wp-content/themes/pistis/layouts\";i:726;s:66:\"/home/mobileivhawaii/www/wp-content/themes/pistis/images/portfolio\";i:285200;s:64:\"/home/mobileivhawaii/www/wp-content/themes/pistis/images/project\";i:497044;s:62:\"/home/mobileivhawaii/www/wp-content/themes/pistis/images/logos\";i:95453;s:61:\"/home/mobileivhawaii/www/wp-content/themes/pistis/images/blog\";i:188353;s:56:\"/home/mobileivhawaii/www/wp-content/themes/pistis/images\";i:7058127;s:65:\"/home/mobileivhawaii/www/wp-content/themes/pistis/classes/widgets\";i:7322;s:57:\"/home/mobileivhawaii/www/wp-content/themes/pistis/classes\";i:15256;s:54:\"/home/mobileivhawaii/www/wp-content/themes/pistis/font\";i:1204219;s:57:\"/home/mobileivhawaii/www/wp-content/themes/pistis/plugins\";i:6850629;s:60:\"/home/mobileivhawaii/www/wp-content/themes/pistis/css/colors\";i:2578;s:59:\"/home/mobileivhawaii/www/wp-content/themes/pistis/css/fonts\";i:1381648;s:53:\"/home/mobileivhawaii/www/wp-content/themes/pistis/css\";i:1607089;s:52:\"/home/mobileivhawaii/www/wp-content/themes/pistis/js\";i:186128;s:77:\"/home/mobileivhawaii/www/wp-content/themes/pistis/template-parts/layouts/page\";i:2400;s:72:\"/home/mobileivhawaii/www/wp-content/themes/pistis/template-parts/layouts\";i:2400;s:81:\"/home/mobileivhawaii/www/wp-content/themes/pistis/template-parts/header/portfolio\";i:14655;s:76:\"/home/mobileivhawaii/www/wp-content/themes/pistis/template-parts/header/page\";i:7695;s:78:\"/home/mobileivhawaii/www/wp-content/themes/pistis/template-parts/header/canvas\";i:7625;s:71:\"/home/mobileivhawaii/www/wp-content/themes/pistis/template-parts/header\";i:29975;s:82:\"/home/mobileivhawaii/www/wp-content/themes/pistis/template-parts/content/portfolio\";i:8043;s:72:\"/home/mobileivhawaii/www/wp-content/themes/pistis/template-parts/content\";i:8043;s:64:\"/home/mobileivhawaii/www/wp-content/themes/pistis/template-parts\";i:51237;s:59:\"/home/mobileivhawaii/www/wp-content/themes/pistis/languages\";i:123579;s:49:\"/home/mobileivhawaii/www/wp-content/themes/pistis\";i:21422299;s:42:\"/home/mobileivhawaii/www/wp-content/themes\";i:26627620;s:60:\"/home/mobileivhawaii/www/wp-content/plugins/svg-support/scss\";i:1054;s:59:\"/home/mobileivhawaii/www/wp-content/plugins/svg-support/css\";i:617;s:62:\"/home/mobileivhawaii/www/wp-content/plugins/svg-support/js/min\";i:1422;s:58:\"/home/mobileivhawaii/www/wp-content/plugins/svg-support/js\";i:4943;s:65:\"/home/mobileivhawaii/www/wp-content/plugins/svg-support/admin/img\";i:3373;s:61:\"/home/mobileivhawaii/www/wp-content/plugins/svg-support/admin\";i:41821;s:65:\"/home/mobileivhawaii/www/wp-content/plugins/svg-support/languages\";i:38093;s:65:\"/home/mobileivhawaii/www/wp-content/plugins/svg-support/functions\";i:14727;s:55:\"/home/mobileivhawaii/www/wp-content/plugins/svg-support\";i:229911;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/duplicate-post/vendor/composer\";i:30309;s:65:\"/home/mobileivhawaii/www/wp-content/plugins/duplicate-post/vendor\";i:30487;s:62:\"/home/mobileivhawaii/www/wp-content/plugins/duplicate-post/css\";i:4672;s:66:\"/home/mobileivhawaii/www/wp-content/plugins/duplicate-post/js/dist\";i:16460;s:61:\"/home/mobileivhawaii/www/wp-content/plugins/duplicate-post/js\";i:16460;s:71:\"/home/mobileivhawaii/www/wp-content/plugins/duplicate-post/src/watchers\";i:16861;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/duplicate-post/src/admin/views\";i:8772;s:68:\"/home/mobileivhawaii/www/wp-content/plugins/duplicate-post/src/admin\";i:35041;s:65:\"/home/mobileivhawaii/www/wp-content/plugins/duplicate-post/src/ui\";i:51196;s:71:\"/home/mobileivhawaii/www/wp-content/plugins/duplicate-post/src/handlers\";i:21115;s:62:\"/home/mobileivhawaii/www/wp-content/plugins/duplicate-post/src\";i:167449;s:65:\"/home/mobileivhawaii/www/wp-content/plugins/duplicate-post/compat\";i:6546;s:58:\"/home/mobileivhawaii/www/wp-content/plugins/duplicate-post\";i:311326;s:54:\"/home/mobileivhawaii/www/wp-content/plugins/extensions\";i:11685;s:53:\"/home/mobileivhawaii/www/wp-content/plugins/img/fonts\";i:1164512;s:50:\"/home/mobileivhawaii/www/wp-content/plugins/img/bg\";i:640376;s:47:\"/home/mobileivhawaii/www/wp-content/plugins/img\";i:1899687;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/templates/views\";i:5776;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/templates/components/widgets\";i:15329;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/templates/components/fields\";i:3545;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/templates/components/server\";i:3593;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/templates/components/notices\";i:2798;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/templates/components\";i:25265;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/templates\";i:31041;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/vendor/composer\";i:65781;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/vendor\";i:65959;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/assets/img/debug\";i:73454;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/assets/img/debug-htaccess\";i:21600;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/assets/img\";i:153204;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/assets/fonts/Exo2\";i:388928;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/assets/fonts\";i:388928;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/assets/build/css\";i:26757;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/assets/build/js\";i:29931;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/assets/build\";i:56688;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/assets\";i:598820;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Error/Notice\";i:16548;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Error/Detector\";i:15329;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Error\";i:36584;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Settings/Option\";i:19124;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Settings/Page\";i:8620;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Settings\";i:32458;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Conversion/Cron\";i:1783;s:93:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Conversion/Directory\";i:11340;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Conversion/Media\";i:6346;s:92:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Conversion/Endpoint\";i:6219;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Conversion/Method\";i:20124;s:93:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Conversion/Exception\";i:7242;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Conversion/Format\";i:4739;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Conversion\";i:69088;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Helper\";i:4561;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Plugin/Uninstall\";i:3955;s:92:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Plugin/Deactivation\";i:3895;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Plugin/Activation\";i:1513;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Plugin\";i:16147;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Loader\";i:15721;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Action\";i:5210;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src/Notice\";i:7656;s:72:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/src\";i:192754;s:77:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media/includes\";i:3103;s:68:\"/home/mobileivhawaii/www/wp-content/plugins/webp-converter-for-media\";i:930802;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/ewww-image-optimizer/vendor/pel/src\";i:468228;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/ewww-image-optimizer/vendor/pel\";i:470949;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/ewww-image-optimizer/vendor/icc\";i:3024;s:71:\"/home/mobileivhawaii/www/wp-content/plugins/ewww-image-optimizer/vendor\";i:476950;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/ewww-image-optimizer/tests\";i:56194;s:68:\"/home/mobileivhawaii/www/wp-content/plugins/ewww-image-optimizer/bin\";i:3920;s:71:\"/home/mobileivhawaii/www/wp-content/plugins/ewww-image-optimizer/images\";i:34874;s:72:\"/home/mobileivhawaii/www/wp-content/plugins/ewww-image-optimizer/classes\";i:644686;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/ewww-image-optimizer/binaries\";i:15405864;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/ewww-image-optimizer/languages\";i:132305;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/ewww-image-optimizer/includes\";i:243425;s:69:\"/home/mobileivhawaii/www/wp-content/plugins/ewww-image-optimizer/docs\";i:1770;s:64:\"/home/mobileivhawaii/www/wp-content/plugins/ewww-image-optimizer\";i:18186378;s:122:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/vendor/mmihey/PHP-Instagram-effects/src/Image\";i:7352;s:116:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/vendor/mmihey/PHP-Instagram-effects/src\";i:7352;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/vendor/mmihey/PHP-Instagram-effects\";i:8936;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/vendor/mmihey\";i:8936;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/vendor\";i:8936;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/vc/fe/screen_sizes\";i:588;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/vc/fe/social/fb\";i:6490;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/vc/fe/social/tw\";i:1428;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/vc/fe/social/gp\";i:4844;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/vc/fe/social/pinterest\";i:7040;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/vc/fe/social\";i:19802;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/vc/fe\";i:26762;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/vc/logo\";i:836;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/vc/3rd-party\";i:1620;s:119:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/vc/editors/ui/vc_ui-header-graphics\";i:3155;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/vc/editors/ui/vc_ui-icon-pixel\";i:2887;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/vc/editors/ui\";i:6042;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/vc/editors\";i:6042;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/vc/row_layouts\";i:11396;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/vc/loaders\";i:780;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/vc/vc-welcome\";i:22982;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/vc\";i:139869;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/vc_accordion\";i:11988;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/vc_round_chart\";i:1679;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/waypoints\";i:8044;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/vc_tabs\";i:4285;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/vc_image_zoom\";i:663;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/vc_carousel/css\";i:10490;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/vc_carousel/js\";i:10378;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/vc_carousel/fonts\";i:158598;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/vc_carousel\";i:190824;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/php.default\";i:129990;s:130:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square\";i:9253;s:131:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded\";i:9831;s:131:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square\";i:9132;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook\";i:9229;s:126:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default\";i:19543;s:132:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded\";i:9724;s:118:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/prettyphoto/images/prettyPhoto\";i:66712;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/prettyphoto/images\";i:66712;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/prettyphoto/css\";i:20683;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/prettyphoto/js\";i:24112;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/prettyphoto\";i:112391;s:113:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/owl-carousel2-dist/assets\";i:9594;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/owl-carousel2-dist\";i:51969;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/skrollr/dist\";i:12615;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/skrollr\";i:44031;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/animate-css\";i:52885;s:110:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/vcIconPicker/css\";i:2797;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/vcIconPicker/themes/grey-theme\";i:2276;s:113:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/vcIconPicker/themes\";i:2276;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/vcIconPicker\";i:23393;s:107:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/bootstrap3/js\";i:38522;s:116:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/bootstrap3/less/mixins\";i:28289;s:109:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/bootstrap3/less\";i:194837;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/bootstrap3/dist/js\";i:31295;s:109:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/bootstrap3/dist\";i:31295;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/bootstrap3\";i:264654;s:119:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/nivoslider/themes/default\";i:5242;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/nivoslider/themes\";i:5242;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/nivoslider\";i:19665;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/scrollTo\";i:3691;s:109:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/twbs-pagination\";i:5277;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/isotope/dist\";i:35624;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/isotope\";i:37546;s:109:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/progress-circle\";i:8101;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/imagesloaded\";i:6949;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/masonry/dist\";i:25250;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/masonry\";i:26590;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/flexslider/images\";i:1546;s:110:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/flexslider/fonts\";i:7576;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/flexslider\";i:43893;s:123:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/ace-builds/src-min-noconflict\";i:485690;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/ace-builds\";i:485690;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/lessjs/dist\";i:143749;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/lessjs\";i:143749;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/zoom\";i:6752;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/chartjs\";i:53235;s:115:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/jquery-ui-tabs-rotate\";i:2743;s:110:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/font-awesome/css\";i:28986;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/font-awesome/fonts\";i:908232;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/font-awesome\";i:937218;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower/json-js\";i:4972;s:93:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/bower\";i:2171034;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/vc_line_chart\";i:1669;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/vc_chart\";i:2649;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib/vc-tta-autoplay\";i:2430;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/lib\";i:2689615;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/images/icons\";i:22404;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/images\";i:23666;s:109:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/css/lib/vc-linecons/fonts\";i:153826;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/css/lib/vc-linecons\";i:156192;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/css/lib/monosocialiconsfont/fonts\";i:995368;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/css/lib/monosocialiconsfont\";i:1000548;s:109:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/css/lib/typicons/src/font\";i:465684;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/css/lib/typicons/src\";i:465684;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/css/lib/typicons\";i:465684;s:107:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/css/lib/vc-entypo/fonts\";i:312444;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/css/lib/vc-entypo\";i:325660;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/css/lib/vc-open-iconic/fonts\";i:102879;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/css/lib/vc-open-iconic\";i:109362;s:109:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/css/lib/vc-material/fonts\";i:481564;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/css/lib/vc-material\";i:571566;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/css/lib\";i:2629532;s:110:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/css/ui-custom-theme/images\";i:19823;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/css/ui-custom-theme\";i:38122;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/css\";i:4146751;s:129:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs\";i:14521;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/js/frontend_editor/shortcodes/deprecated\";i:14661;s:120:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/js/frontend_editor/shortcodes/charts\";i:2645;s:120:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/js/frontend_editor/shortcodes/images\";i:1763;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/js/frontend_editor/shortcodes/containers\";i:17777;s:119:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/js/frontend_editor/shortcodes/grids\";i:1321;s:121:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/js/frontend_editor/shortcodes/content\";i:2268;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/js/frontend_editor/shortcodes/tta\";i:21913;s:113:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/js/frontend_editor/shortcodes\";i:62348;s:118:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/js/frontend_editor/vendors/plugins\";i:664;s:110:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/js/frontend_editor/vendors\";i:664;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/js/frontend_editor\";i:63012;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/js/editors\";i:6311;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/js/dist\";i:723022;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/js/vendors\";i:9001;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/js\";i:801346;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/fonts/vc_grid\";i:31011;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/fonts/vc_icons/fonts\";i:30398;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/fonts/vc_icons\";i:599390;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/fonts\";i:630401;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/less/vendor\";i:2537;s:92:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/less/lib\";i:70261;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/less/config\";i:8852;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/less/shortcodes/vc_message_box\";i:14446;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/less/shortcodes/tta\";i:80294;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles\";i:6765;s:113:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/less/shortcodes/vc_basic_grid\";i:28841;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/less/shortcodes\";i:248249;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/less/modules/ui/vc_ui-panel\";i:8335;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/less/modules/ui\";i:37863;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/less/modules\";i:64751;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/less/pages\";i:1828;s:107:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/less/backend_shortcodes\";i:25530;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/less/settings_tabs\";i:9618;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/less/popups\";i:13953;s:119:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/less/params/vc_grid_item/shortcodes\";i:17062;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/less/params/vc_grid_item\";i:22463;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/less/params\";i:40654;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/less/wp\";i:4092;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets/less\";i:503584;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/assets\";i:8935232;s:116:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates/shortcodes/post_block\";i:1147;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates/shortcodes\";i:165376;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates/pages/vc-settings\";i:10809;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates/pages/partials/vc-roles-parts\";i:14242;s:109:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates/pages/partials\";i:15196;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates/pages/vc-welcome\";i:10967;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates/pages\";i:36972;s:109:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates/editors/navbar\";i:424;s:126:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates/editors/popups/shared-templates\";i:8284;s:109:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates/editors/popups\";i:27866;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates/editors/partials\";i:43450;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates/editors\";i:81626;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates/params/google_fonts\";i:2650;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates/params/loop\";i:9492;s:113:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates/params/param_group\";i:1770;s:115:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates/params/column_offset\";i:2217;s:125:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates/params/vc_grid_item/shortcodes\";i:8370;s:125:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates/params/vc_grid_item/attributes\";i:7980;s:130:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates/params/vc_grid_item/editor/partials\";i:2280;s:121:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates/params/vc_grid_item/editor\";i:9767;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates/params/vc_grid_item\";i:28395;s:109:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates/params/options\";i:2578;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates/params\";i:47102;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/templates\";i:334929;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/autoload/vc-pages\";i:14279;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/autoload/vendors\";i:14089;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/autoload/params\";i:7052;s:93:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/autoload\";i:117158;s:92:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/helpers\";i:79243;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/classes/core/access\";i:14192;s:123:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/classes/core/shared-templates/importer\";i:49332;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/classes/core/shared-templates\";i:57128;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/classes/core\";i:140931;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/classes/settings\";i:77998;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/classes/updaters\";i:12900;s:113:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/classes/shortcodes/paginator\";i:4444;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/classes/shortcodes\";i:198122;s:107:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/classes/editors/navbar\";i:11374;s:107:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/classes/editors/popups\";i:51548;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/classes/editors\";i:109826;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/classes/vendors/plugins/acf\";i:10071;s:120:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/classes/vendors/plugins/woocommerce\";i:12659;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/classes/vendors/plugins\";i:109652;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/classes/vendors\";i:111102;s:92:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/classes\";i:650879;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/custom_markup\";i:916;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/google_fonts\";i:15548;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/params_preset\";i:1363;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/css_editor\";i:7696;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/loop\";i:20923;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/font_container\";i:13859;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/param_group\";i:6341;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/sorted_list\";i:5982;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/iconpicker\";i:168277;s:107:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/animation_style\";i:14819;s:118:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/vc_grid_element/vc_grid_id\";i:487;s:107:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/vc_grid_element\";i:10069;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/column_offset\";i:4423;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/hidden\";i:944;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/el_id\";i:486;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/tab_id\";i:519;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/textarea_html\";i:1667;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/autocomplete\";i:8543;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/vc_link\";i:1224;s:118:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/vc_grid_item/editor/navbar\";i:2654;s:118:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/vc_grid_item/editor/popups\";i:7237;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/vc_grid_item/editor\";i:21336;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/vc_grid_item\";i:138335;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/options\";i:988;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/href\";i:535;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params/colorpicker\";i:500;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include/params\";i:444056;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/include\";i:1626265;s:93:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/config/structure\";i:3214;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/config/buttons\";i:20889;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/config/social\";i:14133;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/config/deprecated\";i:27408;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/config/containers\";i:19647;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/config/grids\";i:47176;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/config/content\";i:82739;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/config/tta\";i:29300;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/config/wp\";i:17962;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/config\";i:436630;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer/locale\";i:5471054;s:76:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer/js_composer\";i:16556730;s:64:\"/home/mobileivhawaii/www/wp-content/plugins/disabled_js_composer\";i:16556730;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-advanced-google-calendar/lib/proxy_providers\";i:2034;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-advanced-google-calendar/lib/base\";i:7174;s:92:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-advanced-google-calendar/lib/google\";i:16595;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-advanced-google-calendar/lib\";i:32601;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-advanced-google-calendar/frontend/modules/google\";i:1603;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-advanced-google-calendar/frontend/modules\";i:1603;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-advanced-google-calendar/frontend\";i:1603;s:122:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-advanced-google-calendar/backend/modules/settings/proxy_providers\";i:3238;s:116:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-advanced-google-calendar/backend/modules/settings/templates\";i:2338;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-advanced-google-calendar/backend/modules/settings\";i:5576;s:122:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-advanced-google-calendar/backend/modules/calendar/proxy_providers\";i:843;s:116:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-advanced-google-calendar/backend/modules/calendar/templates\";i:576;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-advanced-google-calendar/backend/modules/calendar\";i:2864;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-advanced-google-calendar/backend/modules\";i:8440;s:135:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-advanced-google-calendar/backend/components/dialogs/staff/edit/proxy_providers\";i:1022;s:119:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-advanced-google-calendar/backend/components/dialogs/staff/edit\";i:1022;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-advanced-google-calendar/backend/components/dialogs/staff\";i:1022;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-advanced-google-calendar/backend/components/dialogs\";i:1022;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-advanced-google-calendar/backend/components\";i:1022;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-advanced-google-calendar/backend\";i:9462;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-advanced-google-calendar\";i:45299;s:71:\"/home/mobileivhawaii/www/wp-content/plugins/fastmediagallery/assets/img\";i:375661;s:77:\"/home/mobileivhawaii/www/wp-content/plugins/fastmediagallery/assets/css/fonts\";i:551360;s:71:\"/home/mobileivhawaii/www/wp-content/plugins/fastmediagallery/assets/css\";i:773948;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/fastmediagallery/assets/js\";i:63598;s:67:\"/home/mobileivhawaii/www/wp-content/plugins/fastmediagallery/assets\";i:1213207;s:66:\"/home/mobileivhawaii/www/wp-content/plugins/fastmediagallery/class\";i:44570;s:69:\"/home/mobileivhawaii/www/wp-content/plugins/fastmediagallery/function\";i:66797;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/fastmediagallery/languages\";i:9260;s:60:\"/home/mobileivhawaii/www/wp-content/plugins/fastmediagallery\";i:1334876;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-multiply-appointments/lib/base\";i:7170;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-multiply-appointments/lib\";i:13403;s:119:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-multiply-appointments/frontend/modules/booking/proxy_providers\";i:699;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-multiply-appointments/frontend/modules/booking\";i:699;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-multiply-appointments/frontend/modules\";i:699;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-multiply-appointments/frontend\";i:699;s:119:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-multiply-appointments/backend/modules/settings/proxy_providers\";i:1214;s:113:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-multiply-appointments/backend/modules/settings/templates\";i:901;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-multiply-appointments/backend/modules/settings\";i:2115;s:121:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-multiply-appointments/backend/modules/appearance/proxy_providers\";i:1190;s:115:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-multiply-appointments/backend/modules/appearance/templates\";i:538;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-multiply-appointments/backend/modules/appearance\";i:1728;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-multiply-appointments/backend/modules\";i:3843;s:122:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-multiply-appointments/backend/components/tiny_mce/proxy_providers\";i:413;s:116:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-multiply-appointments/backend/components/tiny_mce/templates\";i:461;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-multiply-appointments/backend/components/tiny_mce\";i:874;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-multiply-appointments/backend/components\";i:874;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-multiply-appointments/backend\";i:4717;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-multiply-appointments\";i:20471;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/vc/vc-element-icons\";i:98072;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/vc/fe/screen_sizes\";i:588;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/vc/fe/social/fb\";i:6490;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/vc/fe/social/tw\";i:1428;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/vc/fe/social/gp\";i:4844;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/vc/fe/social/pinterest\";i:7040;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/vc/fe/social\";i:19802;s:68:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/vc/fe\";i:22046;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/vc/logo\";i:4821;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/vc/3rd-party\";i:1620;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/vc/editors/ui/vc_ui-header-graphics\";i:3155;s:93:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/vc/editors/ui/vc_ui-icon-pixel\";i:2887;s:76:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/vc/editors/ui\";i:6042;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/vc/editors\";i:6042;s:77:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/vc/row_layouts\";i:11396;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/vc/loaders\";i:780;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/vc/vc-welcome/vc_6-2\";i:15107;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/vc/vc-welcome/vc_5-6\";i:5902;s:76:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/vc/vc-welcome\";i:21009;s:65:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/vc\";i:180943;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/vc_accordion\";i:11115;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/vc_round_chart\";i:1886;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/vc_tabs\";i:4174;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/vc_image_zoom\";i:880;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/flexslider/fonts\";i:7576;s:77:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/flexslider\";i:42674;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/vc_carousel/css\";i:10211;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/vc_carousel/js\";i:10747;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts\";i:158598;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/vc_carousel\";i:190914;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/php.default\";i:130647;s:109:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square\";i:9253;s:110:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded\";i:9831;s:110:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square\";i:9132;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook\";i:9229;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default\";i:19543;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded\";i:9724;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto\";i:66712;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/prettyphoto/images\";i:66712;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/prettyphoto/css\";i:21138;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/prettyphoto/js\";i:23947;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/prettyphoto\";i:112681;s:92:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/assets\";i:10518;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist\";i:60044;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/skrollr/dist\";i:12834;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/skrollr\";i:13932;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/animate-css\";i:51880;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/css\";i:2739;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/themes/grey-theme\";i:2204;s:92:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/themes\";i:2204;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker\";i:21873;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js\";i:40932;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins\";i:28289;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less\";i:194837;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js\";i:31514;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist\";i:31514;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3\";i:267283;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/nivoslider/themes/default\";i:5203;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/nivoslider/themes\";i:5203;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/nivoslider\";i:19815;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/scrollTo\";i:3910;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/twbs-pagination\";i:7324;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/isotope/dist\";i:35722;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/isotope\";i:35722;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/progress-circle\";i:4773;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/imagesloaded\";i:7168;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/masonry/dist\";i:24301;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/masonry\";i:24301;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict\";i:486566;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/ace-builds\";i:488056;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/lessjs/dist\";i:143968;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/lessjs\";i:143968;s:77:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/zoom\";i:4959;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/chartjs\";i:73696;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate\";i:2910;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/lightbox2/dist/images\";i:11466;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/lightbox2/dist/css\";i:2137;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/lightbox2/dist/js\";i:9702;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/lightbox2/dist\";i:23305;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/lightbox2\";i:24385;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/css\";i:90824;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts\";i:2771094;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/otfs\";i:1090332;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/font-awesome\";i:3952250;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower/json-js\";i:5173;s:72:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/bower\";i:5153378;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/vc_waypoints\";i:9237;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/vc_line_chart\";i:1876;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/vc_chart\";i:2854;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay\";i:2545;s:66:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/lib\";i:5724905;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/images/icons\";i:22404;s:69:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/images\";i:23666;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts\";i:153826;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/css/lib/vc-linecons\";i:156192;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts\";i:995368;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont\";i:1000494;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/css/lib/typicons/src/font\";i:465684;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/css/lib/typicons/src\";i:465684;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/css/lib/typicons\";i:465684;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts\";i:312444;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/css/lib/vc-entypo\";i:325660;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts\";i:102879;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic\";i:109362;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts\";i:481564;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/css/lib/vc-material\";i:571566;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/css/lib\";i:2629468;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/css/ui-custom-theme/images\";i:19823;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/css/ui-custom-theme\";i:38243;s:66:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/css\";i:4226878;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs\";i:14868;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated\";i:15006;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts\";i:2690;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images\";i:1765;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers\";i:18550;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids\";i:1314;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content\";i:1715;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta\";i:21750;s:92:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes\";i:62790;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/js/frontend_editor/vendors/plugins\";i:704;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/js/frontend_editor/vendors\";i:704;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/js/frontend_editor\";i:63494;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/js/editors\";i:5419;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/js/dist\";i:747546;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/js/vendors\";i:9776;s:65:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/js\";i:826235;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts\";i:47176;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/fonts/vc_icons_v2\";i:95943;s:76:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/fonts/vc_grid\";i:31011;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/fonts/vc_icons/fonts\";i:30398;s:77:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/fonts/vc_icons\";i:599390;s:68:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/fonts\";i:726344;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/less/vendor\";i:2995;s:71:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/less/lib\";i:83258;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/less/config\";i:9249;s:93:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/less/shortcodes/vc_message_box\";i:14398;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/less/shortcodes/tta\";i:80845;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles\";i:6765;s:92:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/less/shortcodes/vc_basic_grid\";i:28841;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/less/shortcodes\";i:252398;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-panel\";i:8124;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/less/modules/ui\";i:41130;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/less/modules\";i:70089;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/less/pages\";i:2139;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/less/backend_shortcodes\";i:27298;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/less/settings_tabs\";i:9676;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/less/popups\";i:14580;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes\";i:18638;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/less/params/vc_grid_item\";i:24752;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/less/params\";i:45002;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/less/wp\";i:4092;s:67:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets/less\";i:534588;s:62:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/assets\";i:12243559;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates/shortcodes/post_block\";i:1299;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates/shortcodes\";i:166585;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates/pages/vc-settings\";i:11197;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts\";i:15846;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates/pages/partials\";i:16826;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates/pages/vc-welcome\";i:11764;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates/pages\";i:39787;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates/editors/navbar\";i:506;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates/editors/popups/shared-templates\";i:7778;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates/editors/popups\";i:26211;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates/editors/partials\";i:47081;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates/editors\";i:86685;s:93:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates/params/google_fonts\";i:2904;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates/params/loop\";i:7105;s:92:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates/params/param_group\";i:1802;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates/params/column_offset\";i:2742;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes\";i:8488;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes\";i:12261;s:109:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials\";i:2559;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor\";i:10320;s:93:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates/params/vc_grid_item\";i:33361;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates/params/options\";i:2586;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates/params\";i:50500;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/templates\";i:343557;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/autoload/vc-pages\";i:16460;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/autoload/vendors\";i:20192;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/autoload/params\";i:7462;s:72:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/autoload\";i:129108;s:71:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/helpers\";i:90737;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/classes/core/access\";i:15801;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/classes/core/shared-templates/importer\";i:53225;s:93:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/classes/core/shared-templates\";i:62053;s:76:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/classes/core\";i:174247;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/classes/settings/automapper\";i:18985;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/classes/settings\";i:70553;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/classes/updaters\";i:10332;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/classes/deprecated\";i:2883;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/classes/shortcodes/core\";i:43997;s:92:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/classes/shortcodes/paginator\";i:4256;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/classes/shortcodes\";i:196124;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/classes/editors/navbar\";i:12014;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/classes/editors/popups\";i:39470;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/classes/editors\";i:100633;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/classes/vendors/plugins/acf\";i:10308;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce\";i:12993;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/classes/vendors/plugins\";i:115024;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/classes/vendors\";i:115024;s:71:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/classes\";i:669796;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/custom_markup\";i:549;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/google_fonts\";i:81686;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/params_preset\";i:1187;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/css_editor\";i:7623;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/loop\";i:22409;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/font_container\";i:13993;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/param_group\";i:6888;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/sorted_list\";i:1523;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/iconpicker\";i:376840;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/animation_style\";i:15475;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_id\";i:460;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/vc_grid_element\";i:10246;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/column_offset\";i:4785;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/gutenberg\";i:6087;s:77:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/hidden\";i:974;s:76:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/el_id\";i:522;s:77:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/tab_id\";i:495;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/textarea_html\";i:1630;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/autocomplete\";i:5148;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/vc_link\";i:1225;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/vc_grid_item/editor/navbar\";i:2749;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups\";i:7552;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/vc_grid_item/editor\";i:22618;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/vc_grid_item\";i:144324;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/options\";i:987;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/href\";i:540;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params/colorpicker\";i:469;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include/params\";i:721512;s:63:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/include\";i:1954710;s:72:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/config/structure\";i:4626;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/config/buttons\";i:21154;s:69:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/config/social\";i:14994;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/config/deprecated\";i:22464;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/config/containers\";i:25740;s:68:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/config/grids\";i:51193;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/config/content\";i:107518;s:66:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/config/tta\";i:32416;s:65:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/config/wp\";i:23940;s:62:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/config\";i:479481;s:62:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer/locale\";i:8037471;s:55:\"/home/mobileivhawaii/www/wp-content/plugins/js_composer\";i:22800757;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-chain-appointments/lib/base\";i:6819;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-chain-appointments/lib\";i:12766;s:116:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-chain-appointments/frontend/modules/booking/proxy_providers\";i:825;s:110:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-chain-appointments/frontend/modules/booking/templates\";i:699;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-chain-appointments/frontend/modules/booking\";i:1524;s:92:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-chain-appointments/frontend/modules\";i:1524;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-chain-appointments/frontend\";i:1524;s:118:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-chain-appointments/backend/modules/appearance/proxy_providers\";i:1407;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-chain-appointments/backend/modules/appearance/templates\";i:1095;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-chain-appointments/backend/modules/appearance\";i:2502;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-chain-appointments/backend/modules\";i:2502;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-chain-appointments/backend\";i:2502;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-chain-appointments\";i:18411;s:58:\"/home/mobileivhawaii/www/wp-content/plugins/toggle-wpautop\";i:38236;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/pistis-theme-plugins/pistis-contact-form\";i:7554;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/pistis-theme-plugins/shortcodes\";i:18028;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/pistis-theme-plugins/libs/lessphp/tests/outputs\";i:17282;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/pistis-theme-plugins/libs/lessphp/tests/inputs_lessjs\";i:4519;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/pistis-theme-plugins/libs/lessphp/tests/outputs_lessjs\";i:2548;s:109:\"/home/mobileivhawaii/www/wp-content/plugins/pistis-theme-plugins/libs/lessphp/tests/inputs/test-imports/inner\";i:131;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/pistis-theme-plugins/libs/lessphp/tests/inputs/test-imports\";i:560;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/pistis-theme-plugins/libs/lessphp/tests/inputs\";i:25874;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/pistis-theme-plugins/libs/lessphp/tests\";i:58495;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/pistis-theme-plugins/libs/lessphp/docs\";i:38626;s:77:\"/home/mobileivhawaii/www/wp-content/plugins/pistis-theme-plugins/libs/lessphp\";i:228052;s:69:\"/home/mobileivhawaii/www/wp-content/plugins/pistis-theme-plugins/libs\";i:228052;s:64:\"/home/mobileivhawaii/www/wp-content/plugins/pistis-theme-plugins\";i:258909;s:47:\"/home/mobileivhawaii/www/wp-content/plugins/css\";i:166880;s:46:\"/home/mobileivhawaii/www/wp-content/plugins/js\";i:679697;s:72:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/inc/exceptions\";i:402;s:69:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/inc/options\";i:131556;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/inc/sitemaps\";i:97374;s:61:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/inc\";i:532249;s:76:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/packages/js/images\";i:13044;s:69:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/packages/js\";i:13044;s:66:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/packages\";i:13044;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor/composer\";i:250497;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src\";i:13505;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module\";i:14948;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor/yoast\";i:14948;s:64:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor\";i:265623;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/lib/dependency-injection\";i:2133;s:72:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/lib/migrations\";i:42035;s:61:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/lib\";i:138799;s:64:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/images\";i:296595;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/css/dist/select2\";i:29944;s:66:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/css/dist\";i:440365;s:61:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/css\";i:444632;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/js/dist/select2/i18n\";i:55917;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/js/dist/select2\";i:135089;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/js/dist/externals\";i:1641609;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/js/dist/languages\";i:2353396;s:65:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/js/dist\";i:5393975;s:60:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/js\";i:5393975;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/generated/assets\";i:15657;s:71:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/generated\";i:341865;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/actions/indexing\";i:38083;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/actions/addon-installation\";i:6248;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/actions/indexables\";i:3723;s:77:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/actions/semrush\";i:4582;s:69:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/actions\";i:58129;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/values/indexables\";i:1597;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/values/open-graph\";i:1157;s:76:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/values/semrush\";i:2902;s:68:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/values\";i:8488;s:71:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/wordpress\";i:1307;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/integrations/alerts\";i:933;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/integrations/front-end\";i:38578;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/integrations/blocks\";i:8304;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/integrations/third-party\";i:52043;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/integrations/watchers\";i:78011;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation\";i:9189;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/integrations/admin\";i:73491;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/integrations\";i:291051;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/presentations\";i:53296;s:76:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/deprecated/inc\";i:2370;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema\";i:30661;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/deprecated/frontend\";i:57740;s:93:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexing\";i:298;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation\";i:3536;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/deprecated/src/actions\";i:3834;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party\";i:1508;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin\";i:9656;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations\";i:11164;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals\";i:1178;s:93:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin\";i:5973;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/open-graph\";i:753;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/deprecated/src/presenters\";i:6726;s:76:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/deprecated/src\";i:22902;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/deprecated/admin/ajax\";i:1862;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/deprecated/admin/notifiers\";i:844;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage\";i:2756;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/deprecated/admin/links\";i:1810;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy\";i:1512;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/deprecated/admin/endpoints\";i:1313;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate\";i:3897;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/deprecated/admin\";i:33401;s:72:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/deprecated\";i:116451;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/schema-templates/assets\";i:11060;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/schema-templates\";i:20247;s:77:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/helpers/twitter\";i:1152;s:76:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/helpers/schema\";i:12989;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/helpers/open-graph\";i:5565;s:69:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/helpers\";i:117621;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/initializers\";i:7421;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/config/migrations\";i:33075;s:68:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/config\";i:53217;s:77:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/surfaces/values\";i:10603;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/surfaces\";i:28173;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/repositories\";i:23909;s:69:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/loggers\";i:1094;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/wrappers\";i:3025;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/conditionals/third-party\";i:2990;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/conditionals/admin\";i:4628;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/conditionals\";i:22851;s:68:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/models\";i:8943;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/exceptions/indexable\";i:1966;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/exceptions/oauth\";i:736;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation\";i:1563;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/exceptions/semrush/tokens\";i:1342;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/exceptions/semrush\";i:1342;s:72:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/exceptions\";i:6304;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/generators/schema/third-party\";i:6653;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/generators/schema\";i:47995;s:72:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/generators\";i:85273;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/services/indexables\";i:2367;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/services\";i:2367;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/presenters/debug\";i:2443;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/presenters/twitter\";i:5959;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/presenters/webmaster\";i:2983;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/presenters/slack\";i:2032;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/presenters/admin\";i:31685;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/presenters/open-graph\";i:12658;s:72:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/presenters\";i:82617;s:68:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/routes\";i:32598;s:71:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/memoizers\";i:7216;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/builders\";i:75633;s:69:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/context\";i:15247;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src/commands\";i:9350;s:61:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/src\";i:1481615;s:68:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/ajax\";i:5803;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/notifiers\";i:8270;s:68:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/menu\";i:26352;s:68:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/ryte\";i:11416;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/views/form\";i:1101;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/views/tabs/network\";i:7332;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/views/tabs/tool\";i:6910;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/views/tabs/social\";i:8355;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives\";i:1702;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies\";i:820;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type\";i:3916;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general\";i:5380;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content\";i:31994;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/views/tabs/metas\";i:46860;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard\";i:10292;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/views/tabs\";i:79749;s:69:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/views\";i:160728;s:71:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/metabox\";i:59343;s:72:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/taxonomy\";i:36019;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/import/plugins\";i:59041;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/import\";i:66729;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/endpoints\";i:3824;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/listeners\";i:304;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/google_search_console/views\";i:3365;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/google_search_console\";i:3800;s:69:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/pages\";i:6707;s:71:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/filters\";i:8521;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/exceptions\";i:1090;s:72:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/watchers\";i:6817;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/formatter\";i:26125;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/statistics\";i:7966;s:72:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/services\";i:2475;s:69:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/roles\";i:8038;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/config-ui/factories\";i:2151;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/config-ui/fields\";i:34317;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/config-ui/components\";i:6345;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/config-ui\";i:72560;s:76:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/capabilities\";i:14794;s:72:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin/tracking\";i:16818;s:63:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/admin\";i:918801;s:67:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/languages\";i:2990270;s:115:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag\";i:18515;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception\";i:7089;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument\";i:907;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection\";i:50999;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony\";i:50999;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception\";i:804;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant\";i:10346;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool\";i:15112;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception\";i:1225;s:107:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider\";i:33740;s:113:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider\";i:3990;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token\";i:7954;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src\";i:71142;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client\";i:71142;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/league\";i:71142;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log\";i:11844;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr\";i:11844;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log\";i:11844;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src\";i:46661;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message\";i:46661;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src\";i:1680;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container\";i:1680;s:77:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/psr\";i:60185;s:93:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src\";i:143415;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7\";i:143415;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler\";i:57020;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception\";i:9318;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie\";i:27297;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src\";i:188187;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle\";i:188187;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src\";i:44572;s:93:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises\";i:44572;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp\";i:376174;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo/vendor_prefixed\";i:558500;s:57:\"/home/mobileivhawaii/www/wp-content/plugins/wordpress-seo\";i:13107512;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-cart/lib/base\";i:7138;s:65:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-cart/lib\";i:13531;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-cart/frontend/modules/booking/proxy_providers\";i:7072;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-cart/frontend/modules/booking/templates\";i:10804;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-cart/frontend/modules/booking\";i:20029;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-cart/frontend/modules\";i:20029;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-cart/frontend/resources/images\";i:756;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-cart/frontend/resources\";i:756;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-cart/frontend\";i:20785;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-cart/backend/modules/appearance/proxy_providers\";i:1826;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-cart/backend/modules/appearance/templates\";i:9399;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-cart/backend/modules/appearance\";i:11225;s:77:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-cart/backend/modules\";i:11225;s:69:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-cart/backend\";i:11225;s:61:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-cart\";i:47031;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/3\";i:237201;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/4\";i:508778;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2\";i:745979;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/assets/inc/datepicker/images\";i:11397;s:92:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/assets/inc/datepicker\";i:61331;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/assets/inc/color-picker-alpha\";i:23705;s:92:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/assets/inc/timepicker\";i:123600;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/assets/inc\";i:954615;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/assets/images\";i:17845;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/assets/build/css/pro\";i:33490;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/assets/build/css\";i:241111;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/assets/build/js/pro\";i:242511;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/assets/build/js\";i:759114;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/assets/build\";i:1000225;s:77:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/assets\";i:1972685;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/pro/locations\";i:3565;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/pro/fields\";i:107555;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/pro/admin/views\";i:4763;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/pro/admin\";i:20563;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/pro\";i:167984;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/includes/ajax\";i:22576;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/includes/api\";i:126479;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/includes/locations\";i:49066;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/includes/walkers\";i:5692;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/includes/forms\";i:75885;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/includes/legacy\";i:1777;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/includes/fields\";i:268976;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/includes/admin/views\";i:31370;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/includes/admin/tools\";i:16942;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/includes/admin\";i:111756;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/includes\";i:932489;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro/lang\";i:5002626;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/advanced-custom-fields-pro\";i:8124939;s:71:\"/home/mobileivhawaii/www/wp-content/plugins/fonts/LA Font Awesome/fonts\";i:1090263;s:76:\"/home/mobileivhawaii/www/wp-content/plugins/fonts/LA Font Awesome/demo-files\";i:3138;s:65:\"/home/mobileivhawaii/www/wp-content/plugins/fonts/LA Font Awesome\";i:2435708;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/fonts/Elegant Themes - Line Icons/fonts\";i:300746;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/fonts/Elegant Themes - Line Icons/demo-files\";i:3138;s:77:\"/home/mobileivhawaii/www/wp-content/plugins/fonts/Elegant Themes - Line Icons\";i:584578;s:49:\"/home/mobileivhawaii/www/wp-content/plugins/fonts\";i:6116485;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/lib/proxy_providers\";i:1533;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/lib/base\";i:7154;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/lib\";i:15099;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/frontend/modules/booking/proxy_providers\";i:1530;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/frontend/modules/booking\";i:1530;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/frontend/modules\";i:1530;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/frontend\";i:1530;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/backend/modules/settings/proxy_providers\";i:3051;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/backend/modules/settings/templates\";i:1066;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/backend/modules/settings\";i:4117;s:113:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/backend/modules/appearance/proxy_providers\";i:1478;s:107:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/backend/modules/appearance/templates\";i:856;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/backend/modules/appearance\";i:2334;s:116:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/backend/modules/notifications/proxy_providers\";i:539;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/backend/modules/notifications\";i:539;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/backend/modules\";i:6990;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/backend/components/tiny_mce/proxy_providers\";i:790;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/backend/components/tiny_mce/templates\";i:712;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/backend/components/tiny_mce\";i:1502;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/backend/components/dialogs/staff/edit/proxy_providers\";i:1001;s:118:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/backend/components/dialogs/staff/edit/templates\";i:1714;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/backend/components/dialogs/staff/edit\";i:2715;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/backend/components/dialogs/staff\";i:2715;s:126:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/backend/components/dialogs/service/edit/proxy_providers\";i:475;s:120:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/backend/components/dialogs/service/edit/templates\";i:2124;s:110:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/backend/components/dialogs/service/edit\";i:2599;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/backend/components/dialogs/service\";i:2599;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/backend/components/dialogs\";i:5314;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/backend/components\";i:6816;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking/backend\";i:13806;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-group-booking\";i:31959;s:53:\"/home/mobileivhawaii/www/wp-content/plugins/Licensing\";i:15260;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/base\";i:61349;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/slots\";i:119660;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/entities/proxy\";i:275;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/entities\";i:202313;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/cloud\";i:51314;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/utils\";i:83752;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/data_holders/booking\";i:38081;s:116:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/data_holders/notification\";i:7703;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/data_holders\";i:45784;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/notifications/booking\";i:9660;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/notifications/verification\";i:1199;s:109:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/notifications/base\";i:12568;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/notifications/assets/verification\";i:1064;s:116:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/notifications/assets/base\";i:3642;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/notifications/assets/client_birthday\";i:1925;s:122:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/notifications/assets/test/proxy\";i:452;s:116:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/notifications/assets/test\";i:5389;s:122:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/notifications/assets/item/proxy\";i:1289;s:116:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/notifications/assets/item\";i:16940;s:123:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/notifications/assets/order/proxy\";i:477;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/notifications/assets/order\";i:6219;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/notifications/assets/staff_agenda\";i:2030;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/notifications/assets\";i:37209;s:115:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/notifications/cart/proxy\";i:355;s:109:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/notifications/cart\";i:1890;s:115:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/notifications/test/proxy\";i:340;s:109:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/notifications/test\";i:5174;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/notifications\";i:97890;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib/proxy\";i:21589;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/lib\";i:1073638;s:121:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/modules/booking/templates\";i:34561;s:115:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/modules/booking/lib\";i:979;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/modules/booking/proxy\";i:8331;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/modules/booking\";i:116129;s:126:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/modules/customer_profile/proxy\";i:372;s:120:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/modules/customer_profile\";i:372;s:110:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/modules/zapier\";i:10271;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/modules/stripe/resources/images\";i:16545;s:120:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/modules/stripe/resources\";i:16545;s:110:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/modules/stripe\";i:24080;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/modules\";i:150852;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/components/booking/templates\";i:1562;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/components/booking\";i:21903;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/components\";i:21903;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images\";i:284825;s:109:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css\";i:75707;s:123:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/js/src/components\";i:21757;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/js/src\";i:185996;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/js\";i:1015049;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources\";i:1375581;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend\";i:1549816;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/languages\";i:6454091;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/sms/proxy\";i:189;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/sms\";i:189;s:122:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/customers/templates\";i:5185;s:125:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/customers/resources/js\";i:9968;s:122:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/customers/resources\";i:9968;s:118:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/customers/proxy\";i:1788;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/customers\";i:29675;s:118:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/debug/templates\";i:18357;s:118:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/debug/lib/tests\";i:5088;s:118:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/debug/lib/tools\";i:7036;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/debug/lib\";i:88883;s:122:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/debug/resources/css\";i:297;s:121:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/debug/resources/js\";i:20617;s:118:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/debug/resources\";i:20914;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/debug\";i:186588;s:125:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/appointments/templates\";i:6882;s:128:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/appointments/resources/js\";i:24530;s:125:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/appointments/resources\";i:24530;s:121:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/appointments/proxy\";i:1641;s:115:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/appointments\";i:49644;s:121:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/settings/templates\";i:31554;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/settings/resources/js\";i:20840;s:121:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/settings/resources\";i:20840;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/settings/proxy\";i:5278;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/settings\";i:83273;s:118:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/staff/templates\";i:5421;s:122:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/staff/forms/widgets\";i:3329;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/staff/forms\";i:3329;s:121:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/staff/resources/js\";i:8622;s:118:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/staff/resources\";i:8622;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/staff/proxy\";i:1658;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/staff\";i:28126;s:123:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/appearance/templates\";i:63198;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/appearance/resources/css\";i:938;s:126:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/appearance/resources/js\";i:39173;s:123:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/appearance/resources\";i:40111;s:119:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/appearance/proxy\";i:9350;s:113:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/appearance\";i:132062;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/shop/templates\";i:3472;s:121:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/shop/resources/css\";i:604;s:120:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/shop/resources/js\";i:2072;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/shop/resources\";i:2676;s:107:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/shop\";i:12029;s:125:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/cloud_zapier/templates\";i:3078;s:128:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/cloud_zapier/resources/js\";i:902;s:125:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/cloud_zapier/resources\";i:902;s:115:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/cloud_zapier\";i:6520;s:122:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/cloud_sms/templates\";i:12048;s:125:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/cloud_sms/resources/js\";i:24429;s:122:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/cloud_sms/resources\";i:24429;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/cloud_sms\";i:48905;s:121:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/calendar/templates\";i:11699;s:125:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/calendar/resources/css\";i:5004;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/calendar/resources/js\";i:205062;s:121:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/calendar/resources\";i:210066;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/calendar/proxy\";i:1875;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/calendar\";i:254773;s:121:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/payments/templates\";i:7490;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/payments/resources/js\";i:13894;s:121:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/payments/resources\";i:13894;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/payments/proxy\";i:840;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/payments\";i:29891;s:121:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/services/templates\";i:5556;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/services/forms\";i:416;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/services/resources/js\";i:10234;s:121:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/services/resources\";i:10234;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/services/proxy\";i:3718;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/services\";i:36812;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/cloud_settings/templates\";i:10974;s:130:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/cloud_settings/resources/js\";i:6253;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/cloud_settings/resources\";i:6253;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/cloud_settings\";i:21116;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/cloud_products/templates\";i:11482;s:130:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/cloud_products/resources/js\";i:10924;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/cloud_products/resources\";i:10924;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/cloud_products\";i:30968;s:122:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/dashboard/templates\";i:1572;s:125:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/dashboard/resources/js\";i:1550;s:122:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/dashboard/resources\";i:1550;s:118:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/dashboard/proxy\";i:262;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/dashboard\";i:4247;s:126:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/notifications/templates\";i:11261;s:120:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/notifications/lib\";i:13289;s:129:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/notifications/resources/js\";i:2682;s:126:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/notifications/resources\";i:2682;s:122:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/notifications/proxy\";i:1253;s:116:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/notifications\";i:32691;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/news/templates\";i:1238;s:120:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/news/resources/js\";i:2134;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/news/resources\";i:2134;s:107:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/news\";i:6007;s:126:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/cloud_billing/templates\";i:2459;s:129:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/cloud_billing/resources/js\";i:4132;s:126:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/cloud_billing/resources\";i:4132;s:116:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules/cloud_billing\";i:9371;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/modules\";i:1002887;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/controls/templates\";i:362;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/controls\";i:11759;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/schedule/templates\";i:3308;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/schedule\";i:15065;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/settings/templates\";i:4264;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/settings/resources/js\";i:1002;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/settings/resources\";i:1002;s:120:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/settings/proxy\";i:552;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/settings\";i:18540;s:123:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/support/templates\";i:10883;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/support/lib\";i:357;s:126:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/support/resources/js\";i:7756;s:123:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/support/resources\";i:7756;s:113:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/support\";i:24715;s:122:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/appearance/proxy\";i:397;s:116:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/appearance\";i:397;s:145:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/cloud/recharge/amounts/manual/templates\";i:5487;s:135:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/cloud/recharge/amounts/manual\";i:6391;s:143:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/cloud/recharge/amounts/auto/templates\";i:5181;s:146:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/cloud/recharge/amounts/auto/resources/js\";i:4484;s:143:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/cloud/recharge/amounts/auto/resources\";i:4484;s:133:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/cloud/recharge/amounts/auto\";i:11912;s:128:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/cloud/recharge/amounts\";i:18303;s:130:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/cloud/recharge/templates\";i:7292;s:133:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/cloud/recharge/resources/js\";i:7017;s:130:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/cloud/recharge/resources\";i:7017;s:120:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/cloud/recharge\";i:38638;s:129:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/cloud/account/templates\";i:14865;s:132:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/cloud/account/resources/js\";i:21139;s:129:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/cloud/account/resources\";i:21139;s:119:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/cloud/account\";i:43193;s:136:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/cloud/login_required/templates\";i:781;s:126:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/cloud/login_required\";i:1423;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/cloud\";i:83254;s:140:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/gutenberg/bookly_form/resources/js\";i:27133;s:137:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/gutenberg/bookly_form/resources\";i:27133;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/gutenberg/bookly_form\";i:29745;s:115:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/gutenberg\";i:29745;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/editable/templates\";i:990;s:128:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/editable/resources/css\";i:1052;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/editable/resources/js\";i:9028;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/editable/resources\";i:10080;s:120:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/editable/proxy\";i:243;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/editable\";i:16296;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/tiny_mce/templates\";i:4337;s:131:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/tiny_mce/resources/images\";i:487;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/tiny_mce/resources/js\";i:13686;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/tiny_mce/resources\";i:14173;s:120:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/tiny_mce/proxy\";i:1873;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/tiny_mce\";i:23627;s:119:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/ace/templates\";i:783;s:123:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/ace/resources/css\";i:475;s:122:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/ace/resources/js\";i:427414;s:119:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/ace/resources\";i:427889;s:109:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/ace\";i:429639;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/sms/templates\";i:25701;s:130:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/sms/resources/js\";i:19763;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/sms/resources\";i:19763;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/sms\";i:49361;s:139:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/customer/delete/templates\";i:1909;s:142:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/customer/delete/resources/js\";i:3531;s:139:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/customer/delete/resources\";i:3531;s:129:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/customer/delete\";i:10800;s:133:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/customer/edit/forms\";i:769;s:140:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/customer/edit/resources/js\";i:109789;s:137:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/customer/edit/resources\";i:109789;s:133:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/customer/edit/proxy\";i:1375;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/customer/edit\";i:121549;s:128:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/customer/proxy\";i:711;s:122:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/customer\";i:133060;s:132:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/queue/resources/js\";i:65012;s:129:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/queue/resources\";i:65012;s:119:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/queue\";i:66062;s:136:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/staff/categories/proxy\";i:322;s:130:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/staff/categories\";i:322;s:134:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/staff/edit/templates\";i:24056;s:130:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/staff/edit/forms\";i:6272;s:137:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/staff/edit/resources/js\";i:45506;s:134:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/staff/edit/resources\";i:45506;s:130:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/staff/edit/proxy\";i:4182;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/staff/edit\";i:102595;s:135:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/staff/order/templates\";i:1455;s:138:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/staff/order/resources/js\";i:2624;s:135:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/staff/order/resources\";i:2624;s:125:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/staff/order\";i:5950;s:119:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/staff\";i:108867;s:130:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/common/templates\";i:2382;s:120:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/common\";i:3586;s:142:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/service/categories/templates\";i:1834;s:145:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/service/categories/resources/js\";i:2406;s:142:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/service/categories/resources\";i:2406;s:132:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/service/categories\";i:5133;s:138:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/service/create/templates\";i:2188;s:141:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/service/create/resources/js\";i:1813;s:138:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/service/create/resources\";i:1813;s:128:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/service/create\";i:4953;s:136:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/service/edit/templates\";i:16334;s:132:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/service/edit/forms\";i:3697;s:139:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/service/edit/resources/js\";i:15994;s:136:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/service/edit/resources\";i:15994;s:132:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/service/edit/proxy\";i:7134;s:126:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/service/edit\";i:51047;s:137:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/service/order/templates\";i:1414;s:140:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/service/order/resources/js\";i:2284;s:137:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/service/order/resources\";i:2284;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/service/order\";i:5244;s:121:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/service\";i:66377;s:142:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/appointment/delete/templates\";i:1684;s:145:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/appointment/delete/resources/js\";i:2150;s:142:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/appointment/delete/resources\";i:2150;s:132:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/appointment/delete\";i:7029;s:146:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/appointment/attach_payment/proxy\";i:646;s:140:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/appointment/attach_payment\";i:646;s:140:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/appointment/edit/templates\";i:509;s:143:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/appointment/edit/resources/js\";i:211180;s:140:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/appointment/edit/resources\";i:211180;s:136:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/appointment/edit/proxy\";i:1818;s:130:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/appointment/edit\";i:273348;s:152:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/appointment/customer_details/templates\";i:121;s:155:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/appointment/customer_details/resources/js\";i:96198;s:152:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/appointment/customer_details/resources\";i:96198;s:148:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/appointment/customer_details/proxy\";i:884;s:142:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/appointment/customer_details\";i:98934;s:125:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/appointment\";i:379957;s:134:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/payment/resources/js\";i:113687;s:131:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/payment/resources\";i:113687;s:121:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/payment\";i:122913;s:133:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/special_price/proxy\";i:364;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/special_price\";i:364;s:137:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/notifications/templates\";i:13711;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/notifications\";i:16594;s:138:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/table_settings/templates\";i:2293;s:141:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/table_settings/resources/js\";i:2354;s:138:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/table_settings/resources\";i:2354;s:128:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs/table_settings\";i:7962;s:113:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dialogs\";i:955103;s:138:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dashboard/appointments/templates\";i:4834;s:141:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dashboard/appointments/resources/js\";i:375349;s:138:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dashboard/appointments/resources\";i:375349;s:128:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dashboard/appointments\";i:386073;s:115:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/dashboard\";i:386073;s:123:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/notices/templates\";i:9595;s:128:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/notices/base/templates\";i:1663;s:125:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/notices/base/images\";i:11187;s:118:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/notices/base\";i:15778;s:131:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/notices/rate/resources/js\";i:811;s:128:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/notices/rate/resources\";i:811;s:118:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/notices/rate\";i:4925;s:126:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/notices/resources/js\";i:6004;s:123:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/notices/resources\";i:6004;s:119:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/notices/proxy\";i:236;s:113:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components/notices\";i:49927;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/components\";i:2044140;s:118:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/resources/bootstrap/css\";i:248681;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/resources/bootstrap/js\";i:83971;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/resources/bootstrap\";i:332652;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/resources/images\";i:545859;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/resources/css\";i:60027;s:107:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/resources/js\";i:462572;s:113:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/resources/webfonts\";i:2803462;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/resources\";i:4204572;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend\";i:7262241;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-responsive-appointment-booking-tool\";i:16362716;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/lib/proxy_providers\";i:1631;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/lib/base\";i:7154;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/lib/entities\";i:3998;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/lib/utils\";i:1026;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/lib\";i:21599;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/backend/modules/staff/proxy_providers\";i:1054;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/backend/modules/staff/forms\";i:585;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/backend/modules/staff/resources/js\";i:7376;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/backend/modules/staff/resources\";i:7376;s:92:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/backend/modules/staff\";i:9015;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/backend/modules\";i:9015;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/backend/components/tiny_mce/proxy_providers\";i:415;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/backend/components/tiny_mce/templates\";i:232;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/backend/components/tiny_mce\";i:647;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/backend/components/dialogs/staff/edit/proxy_providers\";i:1208;s:118:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/backend/components/dialogs/staff/edit/templates\";i:2441;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/backend/components/dialogs/staff/edit\";i:7173;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/backend/components/dialogs/staff\";i:7173;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/backend/components/dialogs/special_price/proxy_providers\";i:518;s:121:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/backend/components/dialogs/special_price/templates\";i:1332;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/backend/components/dialogs/special_price\";i:4360;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/backend/components/dialogs\";i:11533;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/backend/components\";i:12180;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours/backend\";i:21195;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-hours\";i:44337;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/proxy_providers\";i:35077;s:69:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/base\";i:15844;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/entities\";i:7265;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/google/vendor/Auth\";i:29831;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/google/vendor/Logger\";i:18294;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/google/vendor/Verifier\";i:3080;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/google/vendor/Task\";i:8410;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/google/vendor/IO\";i:160127;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/google/vendor/Signer\";i:4023;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/google/vendor/Http\";i:38064;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/google/vendor/Service\";i:130519;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/google/vendor/Cache\";i:17027;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/google/vendor/Utils\";i:9452;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/google/vendor\";i:471654;s:71:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/google\";i:490899;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/utils\";i:58972;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/zoom/jwt\";i:24465;s:69:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/zoom\";i:39808;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/payment/PayPal/cert\";i:261644;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/payment/PayPal\";i:261644;s:72:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/payment\";i:269847;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/notifications/assets/new_wp_user/staff\";i:2195;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/notifications/assets/new_wp_user/client\";i:1191;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/notifications/assets/new_wp_user\";i:3386;s:110:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/notifications/assets/combined/proxy_providers\";i:507;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/notifications/assets/combined\";i:12398;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/notifications/assets/item/proxy_providers\";i:2327;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/notifications/assets/item\";i:2327;s:107:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/notifications/assets/order/proxy_providers\";i:962;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/notifications/assets/order\";i:962;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/notifications/assets\";i:19073;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/notifications/cart/proxy_providers\";i:511;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/notifications/cart\";i:2535;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/notifications/new_wp_user\";i:1546;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/notifications/test/proxy_providers\";i:580;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/notifications/test\";i:8405;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib/notifications\";i:31559;s:64:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/lib\";i:1008789;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/frontend/modules/booking/proxy_providers\";i:5490;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/frontend/modules/booking/templates\";i:3020;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/frontend/modules/booking\";i:14052;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/frontend/modules/woo_commerce\";i:32015;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/frontend/modules/customer_profile/templates\";i:8777;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/frontend/modules/customer_profile/resources/css\";i:1568;s:107:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/frontend/modules/customer_profile/resources/js\";i:1324;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/frontend/modules/customer_profile/resources\";i:2892;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/frontend/modules/customer_profile\";i:17647;s:113:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/frontend/modules/cancellation_confirmation/templates\";i:3969;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/frontend/modules/cancellation_confirmation\";i:4926;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/frontend/modules/paypal\";i:7246;s:77:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/frontend/modules\";i:75886;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/frontend/components/fields/templates\";i:2177;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/frontend/components/fields\";i:6987;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/frontend/components\";i:6987;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/frontend/resources/images\";i:9102;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/frontend/resources\";i:9102;s:69:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/frontend\";i:91975;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/customers/proxy_providers\";i:3288;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/customers/templates\";i:5967;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/customers\";i:12427;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/appointments/proxy_providers\";i:1454;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/appointments/templates\";i:4953;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/appointments\";i:9261;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/settings/proxy_providers\";i:25395;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/settings/templates\";i:36046;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/settings/resources/js\";i:1836;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/settings/resources\";i:1836;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/settings\";i:67529;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/staff/proxy_providers\";i:2770;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/staff/forms\";i:523;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/staff\";i:8078;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/appearance/proxy_providers\";i:6808;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/appearance/templates\";i:7647;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/appearance\";i:14455;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/license\";i:314;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/calendar/proxy_providers\";i:1473;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/calendar\";i:1473;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/services/proxy_providers\";i:658;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/services\";i:658;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/dashboard/proxy_providers\";i:1202;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/dashboard/templates\";i:10119;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/dashboard/resources/js\";i:6339;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/dashboard/resources\";i:6339;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/dashboard\";i:25275;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/notifications/proxy_providers\";i:4095;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/notifications/templates\";i:4713;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/notifications/resources/js\";i:7959;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/notifications/resources\";i:7959;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules/notifications\";i:19147;s:76:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/modules\";i:158617;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/settings/proxy_providers\";i:1568;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/settings/templates\";i:1898;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/settings/resources/js\";i:915;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/settings/resources\";i:915;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/settings\";i:6664;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/license/templates\";i:11817;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/license/resources/css\";i:320;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/license/resources/js\";i:3564;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/license/resources\";i:3884;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/license\";i:22844;s:120:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/gutenberg/appointments_list/resources/js\";i:8638;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/gutenberg/appointments_list/resources\";i:8638;s:107:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/gutenberg/appointments_list\";i:10621;s:128:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/gutenberg/cancellation_confirmation/resources/js\";i:3291;s:125:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/gutenberg/cancellation_confirmation/resources\";i:3291;s:115:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/gutenberg/cancellation_confirmation\";i:4474;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/gutenberg\";i:15095;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/tiny_mce/proxy_providers\";i:2172;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/tiny_mce/templates\";i:7696;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/tiny_mce\";i:9868;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/customer/proxy_providers\";i:2623;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/customer\";i:2623;s:120:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/staff/categories/proxy_providers\";i:1339;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/staff/categories/templates\";i:1815;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/staff/categories/resources/js\";i:2628;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/staff/categories/resources\";i:2628;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/staff/categories\";i:7163;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/staff/edit/proxy_providers\";i:10456;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/staff/edit/templates\";i:10109;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/staff/edit/resources/js\";i:12949;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/staff/edit/resources\";i:12949;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/staff/edit\";i:36252;s:93:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/staff\";i:43415;s:116:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/service/edit/proxy_providers\";i:7876;s:110:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/service/edit/templates\";i:17099;s:113:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/service/edit/resources/js\";i:5341;s:110:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/service/edit/resources\";i:5341;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/service/edit\";i:31611;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/service\";i:31611;s:130:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/appointment/attach_payment/proxy_providers\";i:517;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/appointment/attach_payment/templates\";i:119;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/appointment/attach_payment/resources/js\";i:67432;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/appointment/attach_payment/resources\";i:67432;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/appointment/attach_payment\";i:69411;s:120:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/appointment/edit/proxy_providers\";i:2824;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/appointment/edit\";i:2824;s:132:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/appointment/customer_details/proxy_providers\";i:632;s:116:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/appointment/customer_details\";i:632;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/appointment\";i:72867;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs/payment\";i:1230;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/dialogs\";i:151746;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/notices/proxy_providers\";i:376;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/notices/templates\";i:2161;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components/notices\";i:2537;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend/components\";i:208754;s:68:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro/backend\";i:367371;s:60:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-pro\";i:1469456;s:93:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/lib/proxy_providers\";i:942;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/lib/base\";i:6815;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/lib/utils\";i:1108;s:119:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/lib/notifications/assets/test/proxy_providers\";i:472;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/lib/notifications/assets/test\";i:472;s:120:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/lib/notifications/assets/order/proxy_providers\";i:1069;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/lib/notifications/assets/order\";i:1069;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/lib/notifications/assets\";i:1541;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/lib/notifications\";i:1541;s:77:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/lib\";i:17263;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/frontend/modules/booking/proxy_providers\";i:1647;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/frontend/modules/booking/templates\";i:3390;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/frontend/modules/booking\";i:5976;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/frontend/modules\";i:5976;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/frontend\";i:5976;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/backend/modules/settings/proxy_providers\";i:1700;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/backend/modules/settings/templates\";i:974;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/backend/modules/settings\";i:2674;s:116:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/backend/modules/appearance/proxy_providers\";i:1744;s:110:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/backend/modules/appearance/templates\";i:817;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/backend/modules/appearance\";i:2561;s:119:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/backend/modules/notifications/proxy_providers\";i:740;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/backend/modules/notifications\";i:740;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/backend/modules\";i:5975;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/backend/components/tiny_mce/proxy_providers\";i:424;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/backend/components/tiny_mce/templates\";i:222;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/backend/components/tiny_mce\";i:646;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/backend/components/dialogs/staff/edit/proxy_providers\";i:1272;s:121:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/backend/components/dialogs/staff/edit/templates\";i:554;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/backend/components/dialogs/staff/edit\";i:1826;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/backend/components/dialogs/staff\";i:1826;s:129:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/backend/components/dialogs/service/edit/proxy_providers\";i:630;s:123:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/backend/components/dialogs/service/edit/templates\";i:341;s:113:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/backend/components/dialogs/service/edit\";i:971;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/backend/components/dialogs/service\";i:971;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/backend/components/dialogs\";i:2797;s:92:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/backend/components\";i:3443;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments/backend\";i:9418;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-deposit-payments\";i:34196;s:68:\"/home/mobileivhawaii/www/wp-content/plugins/includes/vendor/composer\";i:16822;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/includes/vendor/looks_awesome/google_fonts\";i:14573;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/includes/vendor/looks_awesome/icon_manager/css\";i:5088;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/includes/vendor/looks_awesome/icon_manager/js\";i:23546;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/includes/vendor/looks_awesome/icon_manager/default_fonts\";i:7973226;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/includes/vendor/looks_awesome/icon_manager\";i:8025278;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/includes/vendor/looks_awesome/envato_api\";i:2112;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/includes/vendor/looks_awesome\";i:8041963;s:59:\"/home/mobileivhawaii/www/wp-content/plugins/includes/vendor\";i:8058968;s:52:\"/home/mobileivhawaii/www/wp-content/plugins/includes\";i:8063913;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/lib/proxy_providers\";i:6837;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/lib/base\";i:7156;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/lib/entities\";i:5598;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/lib/utils\";i:2079;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/lib/notifications/assets/item/proxy_providers\";i:1875;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/lib/notifications/assets/item\";i:1875;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/lib/notifications/assets\";i:1875;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/lib/notifications\";i:1875;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/lib\";i:34951;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/frontend/modules/booking/proxy_providers\";i:8771;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/frontend/modules/booking/templates\";i:8626;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/frontend/modules/booking\";i:17397;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/frontend/modules\";i:17397;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/frontend\";i:17397;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/modules/settings/proxy_providers\";i:3025;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/modules/settings/templates\";i:1777;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/modules/settings\";i:4802;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/modules/appearance/proxy_providers\";i:3133;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/modules/appearance/templates\";i:6215;s:115:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/modules/appearance/resources/images\";i:56071;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/modules/appearance/resources\";i:56071;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/modules/appearance\";i:65419;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/modules/calendar/proxy_providers\";i:2136;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/modules/calendar\";i:2136;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/modules/services/proxy_providers\";i:804;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/modules/services\";i:804;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/modules/notifications/proxy_providers\";i:665;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/modules/notifications\";i:665;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/modules\";i:73826;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/components/dialogs/service/edit/proxy_providers\";i:3694;s:121:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/components/dialogs/service/edit/templates\";i:11996;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/components/dialogs/service/edit/forms\";i:551;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/components/dialogs/service/edit/resources/js\";i:10440;s:121:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/components/dialogs/service/edit/resources\";i:10440;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/components/dialogs/service/edit\";i:27518;s:106:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/components/dialogs/service\";i:27518;s:143:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/components/dialogs/appointment/customer_details/proxy_providers\";i:969;s:137:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/components/dialogs/appointment/customer_details/templates\";i:1011;s:127:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/components/dialogs/appointment/customer_details\";i:1980;s:110:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/components/dialogs/appointment\";i:1980;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/components/dialogs\";i:29498;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend/components\";i:29498;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras/backend\";i:103324;s:71:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-service-extras\";i:157262;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/lib/proxy_providers\";i:3251;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/lib/base\";i:7152;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/lib/entities\";i:11766;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/lib\";i:34332;s:107:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/modules/staff/proxy_providers\";i:1423;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/modules/staff/resources/js\";i:19633;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/modules/staff/resources\";i:19633;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/modules/staff\";i:21056;s:110:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/modules/services/proxy_providers\";i:1079;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/modules/services\";i:1079;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/modules\";i:22135;s:113:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/components/tiny_mce/proxy_providers\";i:396;s:107:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/components/tiny_mce/templates\";i:182;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/components/tiny_mce\";i:578;s:123:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/components/dialogs/staff/edit/proxy_providers\";i:3034;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/components/dialogs/staff/edit/templates\";i:6428;s:113:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/components/dialogs/staff/edit/forms\";i:540;s:107:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/components/dialogs/staff/edit\";i:18384;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/components/dialogs/staff\";i:18384;s:125:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/components/dialogs/service/edit/proxy_providers\";i:5405;s:119:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/components/dialogs/service/edit/templates\";i:5644;s:115:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/components/dialogs/service/edit/forms\";i:881;s:122:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/components/dialogs/service/edit/resources/js\";i:17161;s:119:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/components/dialogs/service/edit/resources\";i:17161;s:109:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/components/dialogs/service/edit\";i:33665;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/components/dialogs/service\";i:33665;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/components/dialogs\";i:52049;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend/components\";i:52627;s:77:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days/backend\";i:74762;s:69:\"/home/mobileivhawaii/www/wp-content/plugins/bookly-addon-special-days\";i:110630;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/aryo-activity-log/assets/images\";i:23612;s:72:\"/home/mobileivhawaii/www/wp-content/plugins/aryo-activity-log/assets/css\";i:400;s:71:\"/home/mobileivhawaii/www/wp-content/plugins/aryo-activity-log/assets/js\";i:3339;s:68:\"/home/mobileivhawaii/www/wp-content/plugins/aryo-activity-log/assets\";i:27351;s:66:\"/home/mobileivhawaii/www/wp-content/plugins/aryo-activity-log/i18n\";i:4961;s:71:\"/home/mobileivhawaii/www/wp-content/plugins/aryo-activity-log/exporters\";i:963;s:69:\"/home/mobileivhawaii/www/wp-content/plugins/aryo-activity-log/classes\";i:72651;s:67:\"/home/mobileivhawaii/www/wp-content/plugins/aryo-activity-log/hooks\";i:22604;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/aryo-activity-log/notifications\";i:7628;s:61:\"/home/mobileivhawaii/www/wp-content/plugins/aryo-activity-log\";i:842566;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/css\";i:68414;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/taptap-by-bonfire/fonts/font-awesome/fonts\";i:1085661;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/taptap-by-bonfire/fonts/font-awesome\";i:1154075;s:67:\"/home/mobileivhawaii/www/wp-content/plugins/taptap-by-bonfire/fonts\";i:1154075;s:61:\"/home/mobileivhawaii/www/wp-content/plugins/taptap-by-bonfire\";i:1443231;s:48:\"/home/mobileivhawaii/www/wp-content/plugins/lang\";i:11180;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor/paragonie/random_compat/lib\";i:43325;s:92:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor/paragonie/random_compat/dist\";i:703;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor/paragonie/random_compat\";i:45126;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor/paragonie\";i:45126;s:72:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor/composer\";i:374509;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:29942;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/lib\";i:33218;s:103:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/deprecated\";i:13199;s:110:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/schedules\";i:10729;s:110:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/migration\";i:24953;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/data-stores\";i:82679;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/actions\";i:2769;s:110:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/abstracts\";i:67763;s:107:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/schema\";i:4006;s:107:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:18752;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes\";i:287827;s:92:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler\";i:387490;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor/woocommerce\";i:387490;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor/ralouphie/getallheaders/src\";i:1640;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor/ralouphie/getallheaders\";i:2720;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor/ralouphie\";i:2720;s:63:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor\";i:810023;s:71:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/vue/img\";i:81613;s:71:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/vue/css\";i:116757;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/vue/js\";i:585189;s:67:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/vue\";i:783559;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/images/reports/email\";i:53590;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/images/reports\";i:54823;s:76:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/images/about\";i:150958;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/images/icons/dashicons\";i:678;s:76:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/images/icons\";i:3146;s:87:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/images/dash-widget/smtp\";i:2093;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/images/dash-widget/wp\";i:2093;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/images/dash-widget\";i:4451;s:76:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/images/email\";i:39070;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/images/loaders\";i:1285;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/images/logs\";i:269301;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/images/email-reports\";i:330261;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/images/providers\";i:46206;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/images/flyout-menu\";i:6896;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/images/font-awesome\";i:2333;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/images\";i:938476;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/css/vendor\";i:16082;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/css/emails\";i:5482;s:67:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/css\";i:113706;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/js/vendor\";i:289450;s:66:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/js\";i:351626;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/languages\";i:174856;s:73:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/libs/lity\";i:10022;s:68:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets/libs\";i:60782;s:63:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/assets\";i:2423005;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Compatibility/Plugin\";i:2901;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Compatibility\";i:4127;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Tasks/Reports\";i:1643;s:66:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Tasks\";i:23420;s:74:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/UsageTracking\";i:12831;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Admin/DebugEvents\";i:41797;s:72:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Admin/Pages\";i:180648;s:66:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Admin\";i:398123;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Providers/Mailgun\";i:16546;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Providers/SMTPcom\";i:16499;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Providers/AmazonSES\";i:797;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Providers/PepipostAPI\";i:14822;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Providers/SMTP\";i:1917;s:76:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Providers/Gmail\";i:28079;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Providers/Pepipost\";i:1122;s:81:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Providers/Sendinblue\";i:16420;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Providers/Sendgrid\";i:13388;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Providers/Mail\";i:2753;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Providers/Zoho\";i:804;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Providers/Postmark\";i:16282;s:78:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Providers/Outlook\";i:807;s:70:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Providers\";i:172960;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Reports/Emails\";i:23336;s:68:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Reports\";i:28345;s:68:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src/Helpers\";i:12051;s:60:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/src\";i:813222;s:109:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/paragonie/constant_time_encoding/src\";i:52806;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/paragonie/constant_time_encoding\";i:55211;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/paragonie\";i:55211;s:110:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog/Processor\";i:19385;s:113:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog/Handler/Curl\";i:1463;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog/Handler/Slack\";i:8353;s:118:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:1430;s:123:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:3596;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog/Handler\";i:239915;s:110:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog/Formatter\";i:49905;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src/Monolog\";i:356506;s:92:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog/src\";i:356506;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog/monolog\";i:357569;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/monolog\";i:357569;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/polyfill-php72\";i:9705;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/polyfill-intl-idn\";i:14224;s:116:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/polyfill-mbstring/Resources/unidata\";i:50734;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/polyfill-mbstring/Resources\";i:51583;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony/polyfill-mbstring\";i:87964;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/symfony\";i:111893;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth/src/Credentials\";i:49103;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth/src/Middleware\";i:17393;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth/src/HttpHandler\";i:10162;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth/src/Subscriber\";i:12474;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth/src/Cache\";i:14415;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth/src\";i:207720;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/auth\";i:219127;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/Task\";i:13078;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/Http\";i:25222;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/Service\";i:12707;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/AccessToken\";i:12462;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/Utils\";i:10622;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src/AuthHandler\";i:9945;s:93:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient/src\";i:143328;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient\";i:153584;s:117:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient-services/src/Gmail/Resource\";i:72221;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient-services/src/Gmail\";i:148906;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient-services/src\";i:173406;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google/apiclient-services\";i:173406;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/google\";i:546117;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/log/Psr/Log\";i:12108;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/log/Psr\";i:12108;s:80:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/log\";i:13193;s:93:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/http-message/src\";i:46685;s:89:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/http-message\";i:47770;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/cache/src\";i:8748;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr/cache\";i:8748;s:76:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/psr\";i:69711;s:92:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/psr7/src\";i:169976;s:88:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/psr7\";i:171087;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/guzzle/src/Handler\";i:59326;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/guzzle/src/Exception\";i:9283;s:101:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/guzzle/src/Cookie\";i:27502;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/guzzle/src\";i:198615;s:90:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/guzzle\";i:199731;s:96:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/promises/src\";i:60267;s:92:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/promises\";i:61383;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp\";i:432201;s:104:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/sendinblue/api-v3-sdk/lib/Model\";i:1817147;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/sendinblue/api-v3-sdk/lib/Api\";i:1277955;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/sendinblue/api-v3-sdk/lib\";i:3125309;s:94:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/sendinblue/api-v3-sdk\";i:3125309;s:83:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/sendinblue\";i:3125309;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys\";i:8325;s:119:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats\";i:8325;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/DH\";i:12404;s:125:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys\";i:29126;s:130:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature\";i:4603;s:120:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats\";i:33729;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/DSA\";i:42536;s:118:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves\";i:106421;s:124:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys\";i:86047;s:129:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature\";i:5164;s:119:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats\";i:91211;s:122:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves\";i:61561;s:111:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC\";i:277230;s:128:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys\";i:58849;s:133:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature\";i:1556;s:123:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats\";i:60405;s:122:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits\";i:3081;s:115:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/Common\";i:209832;s:125:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys\";i:47076;s:120:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats\";i:47076;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/RSA\";i:80617;s:108:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt\";i:709953;s:144:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions\";i:10001;s:133:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath\";i:15756;s:130:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP\";i:1275;s:141:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions\";i:37217;s:130:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP\";i:46828;s:126:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines\";i:205872;s:118:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger\";i:205872;s:119:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BinaryField\";i:14091;s:126:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField\";i:494;s:114:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/Common\";i:966;s:118:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/PrimeField\";i:10356;s:107:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math\";i:263041;s:112:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Exception\";i:8048;s:119:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Common/Functions\";i:11957;s:109:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib/Common\";i:11957;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib/phpseclib\";i:993614;s:92:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib/phpseclib\";i:994695;s:82:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed/phpseclib\";i:994695;s:72:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/vendor_prefixed\";i:5692706;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs/sodium_compat/lib\";i:76084;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:105:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:102:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs/sodium_compat/namespaced/Core/Curve25519\";i:820;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs/sodium_compat/namespaced/Core/Poly1305\";i:112;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs/sodium_compat/namespaced/Core\";i:2444;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs/sodium_compat/namespaced\";i:2698;s:93:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs/sodium_compat/src/Core/ChaCha20\";i:5152;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs/sodium_compat/src/Core/SecretStream\";i:3624;s:98:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs/sodium_compat/src/Core/Curve25519/Ge\";i:7881;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs/sodium_compat/src/Core/Curve25519\";i:119613;s:91:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs/sodium_compat/src/Core/Base64\";i:22135;s:93:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs/sodium_compat/src/Core/Poly1305\";i:12912;s:84:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs/sodium_compat/src/Core\";i:388710;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs/sodium_compat/src/Core32/ChaCha20\";i:6295;s:99:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs/sodium_compat/src/Core32/SecretStream\";i:3656;s:100:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:97:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs/sodium_compat/src/Core32/Curve25519\";i:122181;s:95:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs/sodium_compat/src/Core32/Poly1305\";i:15980;s:86:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs/sodium_compat/src/Core32\";i:437239;s:85:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs/sodium_compat/src/PHP52\";i:4116;s:79:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs/sodium_compat/src\";i:1128183;s:75:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs/sodium_compat\";i:1211150;s:61:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp/libs\";i:1211150;s:56:\"/home/mobileivhawaii/www/wp-content/plugins/wp-mail-smtp\";i:11006858;s:43:\"/home/mobileivhawaii/www/wp-content/plugins\";i:136158894;s:55:\"/home/mobileivhawaii/www/wp-content/uploads/js_composer\";i:0;s:56:\"/home/mobileivhawaii/www/wp-content/uploads/la_icon_sets\";i:0;s:51:\"/home/mobileivhawaii/www/wp-content/uploads/2016/11\";i:4390186;s:51:\"/home/mobileivhawaii/www/wp-content/uploads/2016/10\";i:31231842;s:48:\"/home/mobileivhawaii/www/wp-content/uploads/2016\";i:35622028;s:72:\"/home/mobileivhawaii/www/wp-content/uploads/ShortpixelBackups/wp-content\";i:0;s:61:\"/home/mobileivhawaii/www/wp-content/uploads/ShortpixelBackups\";i:0;s:80:\"/home/mobileivhawaii/www/wp-content/uploads/visualcomposer-assets/assets-bundles\";i:0;s:65:\"/home/mobileivhawaii/www/wp-content/uploads/visualcomposer-assets\";i:0;s:83:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/themeplicity_footer\";i:12011;s:86:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/overexposuretransition\";i:42778;s:83:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/niceandclean_footer\";i:7703;s:80:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/goodnewsfeatured\";i:17303;s:79:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/parallax_footer\";i:8703;s:80:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/sleeklandingpage\";i:52795;s:72:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/packages\";i:287095;s:76:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/goodnewsmenu\";i:9061;s:82:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/wonderstruck-works\";i:12950;s:80:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/le-chef-la-carte\";i:10922;s:91:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/dark-fullsite-block-2-about\";i:15539;s:78:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/immersion-grid\";i:15827;s:82:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/goodnewsblogfooter\";i:8565;s:80:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/goodnewscarousel\";i:32755;s:71:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/ourteam\";i:94383;s:76:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/scrolleffect\";i:58212;s:83:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/wonderstruck_header\";i:10743;s:78:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/clearview_menu\";i:4998;s:73:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/snowscene\";i:46308;s:74:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/innovation\";i:37607;s:82:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/clear-view-contact\";i:10283;s:94:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/dark-fullsite-block-4-products\";i:74090;s:83:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/standard-wp-gallery\";i:27736;s:82:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/NiceAndClean_About\";i:10866;s:81:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/beforeafterslider\";i:48676;s:84:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/news-magazine-slider\";i:89626;s:81:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/NiceAndClean_Menu\";i:10495;s:71:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/duotone\";i:80654;s:82:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/themeplicity_offer\";i:11031;s:78:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/duotone-add-on\";i:47199;s:94:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/dark-fullsite-block-3-services\";i:30421;s:85:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/dark-fullsite-block-1\";i:24426;s:82:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/le-chef-philosophy\";i:17864;s:77:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/techco-footer\";i:7696;s:87:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/fullsite-block-7-footer\";i:7221;s:78:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/fullscreenmenu\";i:109979;s:85:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/clean-news-post-based\";i:27900;s:84:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/goodnewstestimonials\";i:31919;s:85:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/interactivewhiteboard\";i:82010;s:76:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/techco-about\";i:7903;s:77:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/techco-prices\";i:11745;s:71:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/weather\";i:102076;s:75:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/funkyslider\";i:48333;s:79:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/productshowcase\";i:31180;s:85:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/themeplicity_whatwedo\";i:10108;s:70:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/r_info\";i:7209;s:74:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/blurslider\";i:36707;s:85:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/NiceAndClean_Projects\";i:70932;s:87:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/niceandclean_textblocks\";i:10430;s:85:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/websitebuilder-slider\";i:32310;s:73:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/deskscene\";i:13745;s:67:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/80s\";i:13823;s:85:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/NiceAndClean_Services\";i:14868;s:78:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/parallaxscroll\";i:24938;s:82:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/niceandclean_video\";i:20245;s:93:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/dark-fullsite-block-6-callout\";i:14926;s:76:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/le-chef-menu\";i:5791;s:79:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/blendmodeheader\";i:12300;s:78:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/goodnewsheader\";i:50936;s:78:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/fashion-header\";i:75633;s:76:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/404errorpage\";i:21044;s:75:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/contentzoom\";i:24345;s:77:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/cardealership\";i:114444;s:82:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/parallaxzoomslices\";i:71672;s:74:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/comingsoon\";i:58174;s:83:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/themeplicity_tables\";i:15197;s:93:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/fullsite-block-5-testimonials\";i:14888;s:81:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/immersion-product\";i:8723;s:91:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/websitebuilder-calltoaction\";i:23166;s:86:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/fullsite-block-2-about\";i:14818;s:80:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/typewritereffect\";i:40484;s:89:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/fullsite-block-4-products\";i:74090;s:85:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/websitebuilder-footer\";i:8975;s:84:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/niceandclean_callout\";i:9936;s:83:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/techco-testimonials\";i:33087;s:77:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/rotatingwords\";i:15361;s:79:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/ComingSoonAddon\";i:23173;s:92:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/dark-fullsite-block-7-footer\";i:6880;s:80:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/goodnewswhatshot\";i:17025;s:83:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/goodnewsblogcontent\";i:14294;s:87:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/themeplicity_whatsgreat\";i:13368;s:83:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/particle-effect-one\";i:36220;s:80:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/cleanlandingpage\";i:17274;s:81:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/inspirationheader\";i:11548;s:76:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/cryptoslider\";i:49465;s:82:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/goodnewsblogheader\";i:21644;s:77:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/magazineposts\";i:42412;s:86:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/clear-view-single-menu\";i:4043;s:87:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/clear-view-single-media\";i:17394;s:84:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/doubleexposureeffect\";i:51658;s:89:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/fullsite-block-3-services\";i:16202;s:79:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/portfolioviewer\";i:112129;s:88:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/fullsite-block-6-callout\";i:13077;s:80:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/goodnewsmenuback\";i:16662;s:85:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/immersion-photography\";i:8485;s:82:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/wonderstruck_about\";i:38184;s:85:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/particle-effect-three\";i:12749;s:77:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/gravitydesign\";i:30946;s:81:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/clearview_mission\";i:8019;s:72:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/clearcut\";i:130488;s:75:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/appshowcase\";i:12524;s:76:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/le-chef-food\";i:17956;s:79:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/distortionaddon\";i:102422;s:81:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/wonderstruck_menu\";i:4919;s:75:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/techco-menu\";i:7656;s:80:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/clearview_header\";i:10146;s:77:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/focusparallax\";i:49649;s:79:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/cleannewsslider\";i:138920;s:75:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/techjournal\";i:67731;s:74:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/r_products\";i:35505;s:79:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/carouselgallery\";i:106248;s:78:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/goodnewsfooter\";i:8565;s:83:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/websitebuilder-hero\";i:16969;s:75:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/360panorama\";i:82428;s:82:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/real-estate-slider\";i:82673;s:79:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/paintbrushaddon\";i:51800;s:81:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/explorationheader\";i:99656;s:83:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/websitebuilder-menu\";i:4454;s:76:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/imagegallery\";i:163680;s:84:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/wonderstruck-contact\";i:8252;s:83:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/agencywebsiteheader\";i:56746;s:76:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/websiteintro\";i:53991;s:79:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/clear-view-news\";i:25231;s:80:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/parallax_content\";i:9583;s:88:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/dark-fullsite-block-menu\";i:8122;s:88:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/themeplicity_contactform\";i:10106;s:89:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/clear-view-single-contact\";i:10283;s:71:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/r_about\";i:10096;s:73:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/snowaddon\";i:76121;s:82:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/clear-view-clients\";i:13633;s:86:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/mountainparallaxheader\";i:24771;s:83:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/themeplicity_header\";i:9262;s:87:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/websitebuilder-discover\";i:96037;s:87:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/niceandclean_highlights\";i:22281;s:88:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/clear-view-single-header\";i:11561;s:79:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/fullsite-block1\";i:14631;s:74:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/spaceopera\";i:92450;s:81:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/themeplicity_menu\";i:4661;s:83:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/fullsite-block-menu\";i:4573;s:78:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/applandingpage\";i:17696;s:81:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/clear-view-slider\";i:57508;s:75:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/bubblemorph\";i:31318;s:85:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/themeplicity_projects\";i:73694;s:79:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/goodnewscallout\";i:18715;s:78:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/le-chef-header\";i:53776;s:76:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/techco-video\";i:10614;s:81:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/goodnewsspotlight\";i:53801;s:73:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/clubflyer\";i:19330;s:79:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/parallax_header\";i:17725;s:73:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/filmstrip\";i:61824;s:76:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/maskshowcase\";i:58316;s:98:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/dark-fullsite-block-5-testimonials\";i:17961;s:87:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/websitebuilder-services\";i:10873;s:80:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/immersion-design\";i:8101;s:86:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/websitebuilder-clients\";i:4601;s:79:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/techco-services\";i:14813;s:86:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/clear-view-single-more\";i:20927;s:77:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/techco-header\";i:10682;s:83:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/immersion-mountains\";i:13700;s:77:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/reveal-add-on\";i:54116;s:80:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/immersion_header\";i:4305;s:81:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/creativefrontpage\";i:101160;s:77:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/betteryoutube\";i:50343;s:70:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/r_menu\";i:5191;s:83:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/NiceAndClean_Header\";i:16431;s:78:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/le-chef-footer\";i:16935;s:83:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/particle-effect-two\";i:12344;s:72:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/rockband\";i:18791;s:70:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/r_hero\";i:10342;s:79:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates/ourteamcarousel\";i:94552;s:63:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/templates\";i:6001008;s:60:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/gtn-dt\";i:3769523;s:60:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/gtn-mb\";i:2493514;s:65:\"/home/mobileivhawaii/www/wp-content/uploads/revslider/sports-hero\";i:554588;s:53:\"/home/mobileivhawaii/www/wp-content/uploads/revslider\";i:12818633;s:51:\"/home/mobileivhawaii/www/wp-content/uploads/2018/10\";i:0;s:48:\"/home/mobileivhawaii/www/wp-content/uploads/2018\";i:0;s:43:\"/home/mobileivhawaii/www/wp-content/uploads\";i:166065017;}','yes'),(19332139,'bookly_app_show_single_slot','0','yes'),(19332140,'bookly_app_show_terms','0','yes'),(19332141,'bookly_app_show_download_ics','0','yes'),(19332142,'bookly_co_email','','yes'),(19332143,'bookly_co_industry','','yes'),(19332144,'bookly_co_size','','yes'),(19332145,'bookly_l10n_button_download_ics','Download ICS','yes'),(19332146,'bookly_l10n_label_terms','I agree to the terms of service','yes'),(19332147,'bookly_l10n_error_terms','You must accept our terms','yes'),(19332150,'bookly_cloud_auto_recharge_end_at','2023-06-26T00:00:00+00:00','yes'),(19332151,'bookly_cloud_auto_recharge_end_at_ts','1687737600','yes'),(19332152,'bookly_cloud_auto_recharge_gateway','paypal','yes'),(19332153,'bookly_cloud_renew_auto_recharge_notice_hide_until','1686528000','yes'),(19332154,'bookly_cloud_badge_consider_sms','1','yes'),(19332155,'bookly_cal_month_view_style','classic','yes'),(19332156,'bookly_gen_badge_consider_news','1','yes'),(19332158,'duplicate_post_show_notice','0','no'),(19332175,'bookly_l10n_info_payment_step_without_intersected_gateways','No payment methods available for one or more staff. Please contact service provider.','yes'),(19332176,'bookly_cal_frontend_enabled','0','yes'),(19332177,'bookly_app_show_tips','0','yes'),(19332178,'bookly_l10n_label_tips','Tips','yes'),(19332179,'bookly_l10n_button_apply_tips','Apply','yes'),(19332180,'bookly_l10n_button_applied_tips','Applied','yes'),(19332181,'bookly_l10n_tips_error','Incorrect value','yes'),(19332218,'bookly_app_highlight_special_hours','0','yes'),(19364227,'bookly_cloud_stripe_custom_metadata','0','yes'),(19364228,'bookly_cloud_stripe_metadata','a:0:{}','yes'),(19364229,'bookly_cal_show_new_appointments_badge','0','yes'),(19364230,'bookly_cal_last_seen_appointment','403','yes'),(19364326,'bookly_app_show_appointment_qr','0','yes'),(19364327,'bookly_wc_create_order_at_zero_cost','1','yes'),(19420370,'duplicate_post_version','4.4','yes'),(19420388,'bookly_auto_change_status','0','yes'),(19421555,'rewrite_rules','a:147:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:13:\"iv-therapy/?$\";s:29:\"index.php?post_type=portfolio\";s:43:\"iv-therapy/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:38:\"iv-therapy/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:30:\"iv-therapy/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=portfolio&paged=$matches[1]\";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:38:\"iv-therapy/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"iv-therapy/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"iv-therapy/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"iv-therapy/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"iv-therapy/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"iv-therapy/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"iv-therapy/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:31:\"iv-therapy/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:51:\"iv-therapy/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:46:\"iv-therapy/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:39:\"iv-therapy/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:46:\"iv-therapy/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:35:\"iv-therapy/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:27:\"iv-therapy/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"iv-therapy/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"iv-therapy/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"iv-therapy/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"iv-therapy/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"iv-therapy/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:51:\"categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?categories=$matches[1]&feed=$matches[2]\";s:46:\"categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?categories=$matches[1]&feed=$matches[2]\";s:27:\"categories/([^/]+)/embed/?$\";s:43:\"index.php?categories=$matches[1]&embed=true\";s:39:\"categories/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?categories=$matches[1]&paged=$matches[2]\";s:21:\"categories/([^/]+)/?$\";s:32:\"index.php?categories=$matches[1]\";s:45:\"tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?tags=$matches[1]&feed=$matches[2]\";s:40:\"tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?tags=$matches[1]&feed=$matches[2]\";s:21:\"tags/([^/]+)/embed/?$\";s:37:\"index.php?tags=$matches[1]&embed=true\";s:33:\"tags/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?tags=$matches[1]&paged=$matches[2]\";s:15:\"tags/([^/]+)/?$\";s:26:\"index.php?tags=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=1888&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'),(19423016,'webpc_notice_cloudflare','','yes'),(19423017,'webpc_stats_installation_date','2022-05-04 21:56:42','yes'),(19423018,'webpc_stats_first_version','4.3.2','yes'),(19440684,'bookly_wc_create_order_via_backend','0','yes'),(19440685,'bookly_wc_default_order_status','wc-pending','yes'),(19440686,'bookly_l10n_ics_customer_template','{service_name}\n{staff_name}','yes'),(19440696,'webpc_notice_avif_support','1690314764','yes'),(19473017,'webpc_notice_litespeed','','yes'),(19473023,'bookly_cloud_cron_api_key','','yes'),(19473024,'bookly_ics_staff_template','{client_name}\n{client_phone}\n{status}','yes'),(19473036,'bookly_bbb_server_end_point','','yes'),(19473037,'bookly_bbb_shared_secret','','yes'),(19476709,'bookly_app_button_book_more_near_next','0','yes'),(19488678,'user_count','4','no'),(19495233,'can_compress_scripts','0','no'),(19496213,'fs_options','a:1:{s:14:\"api_clock_diff\";i:887;}','yes'),(19496214,'wp-review-slider-pro_version','11.4.8','yes'),(19496215,'wp-review-slider-pro_current_db_version','11.4.8','yes'),(19496216,'wprev_img_locations','{\"upload_dir_wprev_avatars\":\"\\/home\\/mobileivhawaii\\/www\\/wp-content\\/uploads\\/wprevslider\\/avatars\\/\",\"upload_url_wprev_avatars\":\"https:\\/\\/mobileivhawaii.com\\/wp-content\\/uploads\\/wprevslider\\/avatars\\/\",\"upload_dir_wprev_cache\":\"\\/home\\/mobileivhawaii\\/www\\/wp-content\\/uploads\\/wprevslider\\/cache\\/\",\"upload_url_wprev_cache\":\"https:\\/\\/mobileivhawaii.com\\/wp-content\\/uploads\\/wprevslider\\/cache\\/\"}','yes'),(19496217,'wp-review-slider-pro_current_uploaddir_version','11.4.8','yes'),(19496218,'wp-review-slider-pro_current_sync_version','11.4.8','yes'),(19496222,'wprevpro_yelp_settings','a:1:{s:22:\"yelp_business_url_more\";i:1;}','yes'),(19496223,'wpfbr_google_options','a:1:{s:30:\"google_business_location_total\";i:1;}','yes'),(19496229,'wp-review-slider-pro_current_ca_pic_version','11.4.8','yes'),(19496230,'wp-review-slider-pro_copysuccess','no','yes'),(19496233,'_site_transient_timeout_locked_1','1973624449','no'),(19496234,'_site_transient_locked_1','1','no'),(19496235,'wprev_fr_siteid','972402','yes'),(19496236,'wprev_fr_url','https://mobileivhawaii.com','yes'),(19496245,'action_scheduler_migration_status','complete','yes'),(19496246,'wprevpro_funnel_options','a:4:{s:3:\"ack\";s:7:\"success\";s:15:\"totalreviewbank\";s:4:\"2000\";s:22:\"totalreviewcreditsused\";s:2:\"33\";s:13:\"dbsiteinfo_id\";s:5:\"32247\";}','yes'),(19496376,'wppro_total_avg_reviews','{\"GoogleReviews1\":{\"total_indb\":3,\"avg\":5,\"total\":3,\"avg_indb\":5,\"numr1\":0,\"numr2\":0,\"numr3\":0,\"numr4\":0,\"numr5\":3},\"YelpReviews2\":{\"total_indb\":19,\"avg\":5,\"total\":12,\"avg_indb\":5,\"numr1\":0,\"numr2\":0,\"numr3\":0,\"numr4\":0,\"numr5\":19}}','yes'),(19540387,'bookly_gen_delete_data_on_uninstall','0','yes'),(19540388,'bookly_app_show_category_info','0','yes'),(19559635,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.2.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.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.0.2\";s:7:\"version\";s:5:\"6.0.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1662715666;s:15:\"version_checked\";s:5:\"6.0.2\";s:12:\"translations\";a:0:{}}','no'),(19565626,'_site_transient_timeout_php_check_d4508776add2ac959ef9a5d5285e77c3','1663097628','no'),(19565627,'_site_transient_php_check_d4508776add2ac959ef9a5d5285e77c3','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'),(19566410,'_transient_timeout_acf_plugin_updates','1662759344','no'),(19566411,'_transient_acf_plugin_updates','a:4:{s:7:\"plugins\";a:0:{}s:10:\"expiration\";i:172800;s:6:\"status\";i:1;s:7:\"checked\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";s:6:\"5.12.3\";}}','no'),(19566859,'_transient_timeout_wpseo_total_unindexed_general_items','1662762499','no'),(19566860,'_transient_wpseo_total_unindexed_general_items','0','no'),(19566863,'_transient_timeout_wpseo_unindexed_term_link_count','1662718949','no'),(19566864,'_transient_wpseo_unindexed_term_link_count','0','no'),(19566865,'_site_transient_timeout_browser_a05df007efcefe289414cd6d0e10e717','1663237349','no'),(19566866,'_site_transient_browser_a05df007efcefe289414cd6d0e10e717','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"105.0.0.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(19566897,'_transient_is_multi_author','0','yes'),(19567246,'bodhi_svgs_settings','a:1:{s:22:\"sanitize_svg_front_end\";s:2:\"on\";}','yes'),(19567249,'wp-review-slider-pro_current_movetogetapps_version','11.4.8','yes'),(19567259,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1662715670;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:13:{s:39:\"aryo-activity-log/aryo-activity-log.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/aryo-activity-log\";s:4:\"slug\";s:17:\"aryo-activity-log\";s:6:\"plugin\";s:39:\"aryo-activity-log/aryo-activity-log.php\";s:11:\"new_version\";s:5:\"2.8.4\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/aryo-activity-log/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/aryo-activity-log.2.8.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/aryo-activity-log/assets/icon-256x256.png?rev=1944199\";s:2:\"1x\";s:70:\"https://ps.w.org/aryo-activity-log/assets/icon-128x128.png?rev=1944199\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/aryo-activity-log/assets/banner-772x250.png?rev=852698\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}s:51:\"bookly-responsive-appointment-booking-tool/main.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:56:\"w.org/plugins/bookly-responsive-appointment-booking-tool\";s:4:\"slug\";s:42:\"bookly-responsive-appointment-booking-tool\";s:6:\"plugin\";s:51:\"bookly-responsive-appointment-booking-tool/main.php\";s:11:\"new_version\";s:4:\"21.1\";s:3:\"url\";s:73:\"https://wordpress.org/plugins/bookly-responsive-appointment-booking-tool/\";s:7:\"package\";s:90:\"https://downloads.wordpress.org/plugin/bookly-responsive-appointment-booking-tool.21.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:95:\"https://ps.w.org/bookly-responsive-appointment-booking-tool/assets/icon-128x128.png?rev=1005009\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:98:\"https://ps.w.org/bookly-responsive-appointment-booking-tool/assets/banner-1544x500.png?rev=1726755\";s:2:\"1x\";s:97:\"https://ps.w.org/bookly-responsive-appointment-booking-tool/assets/banner-772x250.png?rev=1726755\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.7\";}s:53:\"webp-converter-for-media/webp-converter-for-media.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"w.org/plugins/webp-converter-for-media\";s:4:\"slug\";s:24:\"webp-converter-for-media\";s:6:\"plugin\";s:53:\"webp-converter-for-media/webp-converter-for-media.php\";s:11:\"new_version\";s:5:\"5.1.0\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/webp-converter-for-media/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/webp-converter-for-media.5.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/webp-converter-for-media/assets/icon-256x256.png?rev=2636288\";s:2:\"1x\";s:77:\"https://ps.w.org/webp-converter-for-media/assets/icon-128x128.png?rev=2636288\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/webp-converter-for-media/assets/banner-1544x500.png?rev=2757184\";s:2:\"1x\";s:79:\"https://ps.w.org/webp-converter-for-media/assets/banner-772x250.png?rev=2757184\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:39:\"copy-delete-posts/copy-delete-posts.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/copy-delete-posts\";s:4:\"slug\";s:17:\"copy-delete-posts\";s:6:\"plugin\";s:39:\"copy-delete-posts/copy-delete-posts.php\";s:11:\"new_version\";s:5:\"1.3.1\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/copy-delete-posts/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/copy-delete-posts.1.3.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/copy-delete-posts/assets/icon-128x128.gif?rev=2476221\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/copy-delete-posts/assets/banner-772x250.jpg?rev=2267040\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:32:\"duplicate-page/duplicatepage.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-page\";s:4:\"slug\";s:14:\"duplicate-page\";s:6:\"plugin\";s:32:\"duplicate-page/duplicatepage.php\";s:11:\"new_version\";s:5:\"4.4.9\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-page/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/duplicate-page.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-page/assets/icon-128x128.jpg?rev=1412874\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-page/assets/banner-772x250.jpg?rev=1410328\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";}s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/ewww-image-optimizer\";s:4:\"slug\";s:20:\"ewww-image-optimizer\";s:6:\"plugin\";s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";s:11:\"new_version\";s:5:\"6.8.0\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/ewww-image-optimizer/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/ewww-image-optimizer.6.8.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/ewww-image-optimizer/assets/icon-256x256.png?rev=1582276\";s:2:\"1x\";s:73:\"https://ps.w.org/ewww-image-optimizer/assets/icon-128x128.png?rev=1582276\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/ewww-image-optimizer/assets/banner-1544x500.jpg?rev=1582276\";s:2:\"1x\";s:75:\"https://ps.w.org/ewww-image-optimizer/assets/banner-772x250.jpg?rev=1582276\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:47:\"show-current-template/show-current-template.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/show-current-template\";s:4:\"slug\";s:21:\"show-current-template\";s:6:\"plugin\";s:47:\"show-current-template/show-current-template.php\";s:11:\"new_version\";s:5:\"0.4.6\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/show-current-template/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/show-current-template.0.4.6.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:73:\"https://ps.w.org/show-current-template/assets/icon-256x256.png?rev=976031\";s:2:\"1x\";s:65:\"https://ps.w.org/show-current-template/assets/icon.svg?rev=976031\";s:3:\"svg\";s:65:\"https://ps.w.org/show-current-template/assets/icon.svg?rev=976031\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.5\";}s:27:\"svg-support/svg-support.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/svg-support\";s:4:\"slug\";s:11:\"svg-support\";s:6:\"plugin\";s:27:\"svg-support/svg-support.php\";s:11:\"new_version\";s:5:\"2.5.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/svg-support/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/svg-support.2.5.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:64:\"https://ps.w.org/svg-support/assets/icon-256x256.png?rev=1417738\";s:2:\"1x\";s:56:\"https://ps.w.org/svg-support/assets/icon.svg?rev=1417738\";s:3:\"svg\";s:56:\"https://ps.w.org/svg-support/assets/icon.svg?rev=1417738\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/svg-support/assets/banner-1544x500.jpg?rev=1215377\";s:2:\"1x\";s:66:\"https://ps.w.org/svg-support/assets/banner-772x250.jpg?rev=1215377\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.8\";}s:33:\"toggle-wpautop/toggle-wpautop.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/toggle-wpautop\";s:4:\"slug\";s:14:\"toggle-wpautop\";s:6:\"plugin\";s:33:\"toggle-wpautop/toggle-wpautop.php\";s:11:\"new_version\";s:5:\"1.3.0\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/toggle-wpautop/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/toggle-wpautop.1.3.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/toggle-wpautop/assets/icon-256x256.png?rev=2227939\";s:2:\"1x\";s:59:\"https://ps.w.org/toggle-wpautop/assets/icon.svg?rev=2227939\";s:3:\"svg\";s:59:\"https://ps.w.org/toggle-wpautop/assets/icon.svg?rev=2227939\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/toggle-wpautop/assets/banner-1544x500.png?rev=2227939\";s:2:\"1x\";s:69:\"https://ps.w.org/toggle-wpautop/assets/banner-772x250.png?rev=2227939\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/wp-mail-smtp\";s:4:\"slug\";s:12:\"wp-mail-smtp\";s:6:\"plugin\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:11:\"new_version\";s:5:\"3.5.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-mail-smtp/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-mail-smtp.3.5.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-128x128.png?rev=1755440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-smtp/assets/banner-1544x500.png?rev=2468655\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.png?rev=2468655\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:3:\"4.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/duplicate-post.4.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=2336666\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=2336666\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/duplicate-post/assets/banner-1544x500.png?rev=2336666\";s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=2336666\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:6:\"19.6.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.19.6.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2643727\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"5.9\";}s:45:\"wp-review-slider-pro/wp-review-slider-pro.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:45:\"wp-review-slider-pro/wp-review-slider-pro.php\";s:4:\"slug\";s:20:\"wp-review-slider-pro\";s:6:\"plugin\";s:45:\"wp-review-slider-pro/wp-review-slider-pro.php\";s:11:\"new_version\";s:6:\"11.4.8\";s:3:\"url\";s:0:\"\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:7:\"checked\";a:28:{s:39:\"aryo-activity-log/aryo-activity-log.php\";s:5:\"2.8.4\";s:34:\"advanced-custom-fields-pro/acf.php\";s:6:\"5.12.3\";s:51:\"bookly-responsive-appointment-booking-tool/main.php\";s:4:\"21.1\";s:46:\"bookly-addon-advanced-google-calendar/main.php\";s:3:\"2.4\";s:26:\"bookly-addon-cart/main.php\";s:3:\"2.8\";s:40:\"bookly-addon-chain-appointments/main.php\";s:3:\"2.4\";s:38:\"bookly-addon-deposit-payments/main.php\";s:3:\"3.0\";s:35:\"bookly-addon-group-booking/main.php\";s:3:\"2.8\";s:43:\"bookly-addon-multiply-appointments/main.php\";s:3:\"2.6\";s:25:\"bookly-addon-pro/main.php\";s:3:\"5.3\";s:36:\"bookly-addon-service-extras/main.php\";s:3:\"4.7\";s:34:\"bookly-addon-special-days/main.php\";s:3:\"4.8\";s:35:\"bookly-addon-special-hours/main.php\";s:3:\"3.3\";s:53:\"webp-converter-for-media/webp-converter-for-media.php\";s:5:\"5.1.0\";s:39:\"copy-delete-posts/copy-delete-posts.php\";s:5:\"1.3.1\";s:32:\"duplicate-page/duplicatepage.php\";s:5:\"4.4.9\";s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";s:5:\"6.8.0\";s:37:\"fastmediagallery/fastmediagallery.php\";s:3:\"1.0\";s:45:\"pistis-theme-plugins/pistis-theme-plugins.php\";s:3:\"1.0\";s:47:\"show-current-template/show-current-template.php\";s:5:\"0.4.6\";s:27:\"svg-support/svg-support.php\";s:5:\"2.5.1\";s:28:\"taptap-by-bonfire/taptap.php\";s:3:\"3.9\";s:33:\"toggle-wpautop/toggle-wpautop.php\";s:5:\"1.3.0\";s:27:\"js_composer/js_composer.php\";s:5:\"6.9.0\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:5:\"3.5.2\";s:45:\"wp-review-slider-pro/wp-review-slider-pro.php\";s:6:\"11.4.8\";s:33:\"duplicate-post/duplicate-post.php\";s:3:\"4.5\";s:24:\"wordpress-seo/wp-seo.php\";s:6:\"19.6.1\";}}','no'),(19567354,'_site_transient_timeout_available_translations','1662686567','no'),(19567355,'_site_transient_available_translations','a:129:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-06 20:56:57\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.2/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-06-14 22:54:15\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0.2/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-05-30 20:47:16\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.2/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.20\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.20/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"5.8.5\";s:7:\"updated\";s:19:\"2021-09-08 17:57:56\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.5/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.21\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.21/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-04 15:28:04\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:6:\"5.4.11\";s:7:\"updated\";s:19:\"2020-10-31 08:48:37\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.11/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-09 10:47:25\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-08 07:44:19\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-30 12:45:04\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-07 14:38:01\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-08 09:16:49\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-22 07:58:11\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.0.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-03-17 12:58:14\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-05-24 09:00:33\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-05-24 08:57:04\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.0.2/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-22 07:58:50\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0.2/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-05 18:29:18\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-05 17:05:41\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-18 03:40:33\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-04-01 22:35:34\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2021-12-24 12:36:39\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-25 06:38:18\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-18 14:16:16\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-01 00:22:12\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-06 15:13:59\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-07 20:37:41\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-28 15:24:06\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-05-17 18:49:06\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.8.5\";s:7:\"updated\";s:19:\"2021-10-04 20:53:18\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.5/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:5:\"5.8.5\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.5/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-06-14 16:02:22\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.11\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.11/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.16\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.16/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-22 14:08:10\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-30 00:33:13\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-08-12 08:38:59\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-26 12:47:04\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-19 05:33:03\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-07 13:34:46\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-31 18:07:18\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-13 18:56:33\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-06 12:40:10\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-22 13:54:46\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.20\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.20/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-08 19:03:15\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:6:\"4.9.21\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.21/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.28\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.28/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-10 09:13:56\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:6:\"5.4.11\";s:7:\"updated\";s:19:\"2020-11-06 12:34:38\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.11/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-05 17:59:23\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-18 19:40:10\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0.2/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-08 07:37:22\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-08 08:08:29\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.21\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.21/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-16 13:44:29\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-24 06:10:37\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.21\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.21/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-05-08 19:36:41\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-09 09:53:03\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0.2/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"4.9.21\";s:7:\"updated\";s:19:\"2018-07-10 11:35:44\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.21/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.16\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.16/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-08 01:32:11\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.2/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-29 09:37:03\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"5.8.5\";s:7:\"updated\";s:19:\"2021-12-07 16:32:30\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.5/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-23 12:35:40\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-28 18:55:10\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.2/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-04-12 12:32:07\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.9.21\";s:7:\"updated\";s:19:\"2019-11-22 15:32:08\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.21/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.10\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.10/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.33\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.33/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-05 23:14:19\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-08 18:42:12\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-25 13:18:29\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-06-02 21:03:02\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.0.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-07 11:38:21\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.20\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.20/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-01 05:36:28\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.29\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.29/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-03 04:00:34\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"5.8.5\";s:7:\"updated\";s:19:\"2021-11-27 16:28:47\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.5/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-09 12:26:21\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.0.2/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-09 12:26:10\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-01 19:06:58\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-06 10:04:56\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.11\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.11/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-07 12:23:03\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-31 13:35:14\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0.2/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-05 12:27:18\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-16 11:26:37\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.8.5\";s:7:\"updated\";s:19:\"2021-08-01 21:21:06\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.5/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-09-07 13:34:06\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:6:\"5.3.13\";s:7:\"updated\";s:19:\"2019-10-13 15:35:35\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.3.13/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.33\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.33/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.8.5\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.5/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.20\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.20/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-17 18:26:53\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.9.21\";s:7:\"updated\";s:19:\"2021-07-03 18:41:33\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.21/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-05-24 11:42:59\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.2/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.11\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.11/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-24 07:53:05\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-30 23:30:57\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-08-15 08:22:28\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.0.2\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版	\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.2/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','no'),(19567378,'_site_transient_timeout_community-events-fdb281f99a24906c6337c88ff4429ab5','1662719302','no'),(19567379,'_site_transient_community-events-fdb281f99a24906c6337c88ff4429ab5','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:20:\"2603:800c:ef0:7960::\";}s:6:\"events\";a:5:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:43:\"Aurora WordPress - All Skill Levels Welcome\";s:3:\"url\";s:56:\"https://www.meetup.com/aurora-wordpress/events/287802920\";s:6:\"meetup\";s:16:\"Aurora WordPress\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/Aurora-WordPress/\";s:4:\"date\";s:19:\"2022-09-12 18:00:00\";s:8:\"end_date\";s:19:\"2022-09-12 20:00:00\";s:20:\"start_unix_timestamp\";i:1663027200;s:18:\"end_unix_timestamp\";i:1663034400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.62;s:9:\"longitude\";d:-104.79;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"WordPress Happiness Hour at the Denver Library\";s:3:\"url\";s:55:\"https://www.meetup.com/denverwordpress/events/286576926\";s:6:\"meetup\";s:23:\"Denver WordPress Meetup\";s:10:\"meetup_url\";s:39:\"https://www.meetup.com/DenverWordPress/\";s:4:\"date\";s:19:\"2022-09-13 18:00:00\";s:8:\"end_date\";s:19:\"2022-09-13 20:00:00\";s:20:\"start_unix_timestamp\";i:1663113600;s:18:\"end_unix_timestamp\";i:1663120800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.77;s:9:\"longitude\";d:-105.01;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:48:\"Boulder WordPress Meetup - All things WordPress!\";s:3:\"url\";s:49:\"https://www.meetup.com/boulderwp/events/287147306\";s:6:\"meetup\";s:24:\"Boulder WordPress Meetup\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/BoulderWP/\";s:4:\"date\";s:19:\"2022-09-19 18:00:00\";s:8:\"end_date\";s:19:\"2022-09-19 19:30:00\";s:20:\"start_unix_timestamp\";i:1663632000;s:18:\"end_unix_timestamp\";i:1663637400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.04;s:9:\"longitude\";d:-105.31;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:48:\"Boulder WordPress Meetup - All things WordPress!\";s:3:\"url\";s:49:\"https://www.meetup.com/boulderwp/events/287147305\";s:6:\"meetup\";s:24:\"Boulder WordPress Meetup\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/BoulderWP/\";s:4:\"date\";s:19:\"2022-09-19 18:00:00\";s:8:\"end_date\";s:19:\"2022-09-19 19:30:00\";s:20:\"start_unix_timestamp\";i:1663632000;s:18:\"end_unix_timestamp\";i:1663637400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.04;s:9:\"longitude\";d:-105.31;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:33:\"Colorado Springs WordPress Meetup\";s:3:\"url\";s:64:\"https://www.meetup.com/coloradospringswordpress/events/287886801\";s:6:\"meetup\";s:33:\"Colorado Springs WordPress Meetup\";s:10:\"meetup_url\";s:48:\"https://www.meetup.com/ColoradoSpringsWordPress/\";s:4:\"date\";s:19:\"2022-09-29 17:00:00\";s:8:\"end_date\";s:19:\"2022-09-29 19:00:00\";s:20:\"start_unix_timestamp\";i:1664492400;s:18:\"end_unix_timestamp\";i:1664499600;s:8:\"location\";a:4:{s:8:\"location\";s:25:\"Colorado Springs, CO, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:38.95342;s:9:\"longitude\";d:-104.79312;}}}}','no'),(19567380,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1662719304','no');
INSERT INTO `wp_options` VALUES (19567381,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:112:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Sep 2022 22:55:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.1-alpha-54105\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Dropping security updates for WordPress versions 3.7 through 4.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wordpress.org/news/2022/09/dropping-security-updates-for-wordpress-versions-3-7-through-4-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Sep 2022 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13466\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"As of December 1, 2022 the WordPress Security Team will no longer provide security updates for WordPress versions 3.7 through 4.0. These versions of WordPress were first released eight or more years ago so the vast majority of WordPress installations run a more recent version of WordPress. The chances this will affect your site, or [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Peter Wilson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2478:\"\n<p>As of December 1, 2022 the WordPress Security Team will no longer provide security updates for WordPress versions 3.7 through 4.0.</p>\n\n\n\n<p>These versions of WordPress were first released eight or more years ago so the vast majority of WordPress installations run a more recent version of WordPress. The chances this will affect your site, or sites, is very small.</p>\n\n\n\n<p>If you are unsure if you are running an up-to-date version of WordPress, please log in to your site’s dashboard. Out of date versions of WordPress will display a notice that looks like this:</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"698\" height=\"81\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/09/update-notice.png?resize=698%2C81&#038;ssl=1\" alt=\"WordPress update notice: &quot;WordPress 6.0.2 is available! Pleaes update now.&quot;\" class=\"wp-image-13467\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/09/update-notice.png?w=698&amp;ssl=1 698w, https://i0.wp.com/wordpress.org/news/files/2022/09/update-notice.png?resize=300%2C35&amp;ssl=1 300w\" sizes=\"(max-width: 698px) 100vw, 698px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>In WordPress versions 3.8 &#8211; 4.0, the version you are running is displayed in the bottom of the “At a Glance” section of the dashboard. In WordPress 3.7 this section is titled “Right Now”.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"295\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/09/at-a-glance-widget.png?resize=1024%2C295&#038;ssl=1\" alt=\"&quot;At a Glance&quot; section of the WordPress dashboard. The final line includes the exact version of WordPress the site is running.\" class=\"wp-image-13468\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/09/at-a-glance-widget.png?resize=1024%2C295&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/09/at-a-glance-widget.png?resize=300%2C86&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/09/at-a-glance-widget.png?resize=768%2C221&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2022/09/at-a-glance-widget.png?w=1208&amp;ssl=1 1208w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The Make WordPress Security blog has further details about <a href=\"https://make.wordpress.org/security/2022/09/07/dropping-security-updates-for-wordpress-versions-3-7-through-4-0/\">the process to end support</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13466\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"The Month in WordPress – August 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2022/09/the-month-in-wordpress-august-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2022 13:23:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13445\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:361:\"August has been a busy month, with the redesign of WordPress.org, new localized content on Learn WordPress, and the WordPress 6.0.2 security and maintenance release. But that&#8217;s not all! Read on to catch up on the latest WordPress news. WordPress 6.1 walk-through scheduled for September 13, 2022 Save the date! A live interactive walk-through of [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15623:\"\n<p>August has been a busy month, with the redesign of WordPress.org, new localized content on Learn WordPress, and the WordPress 6.0.2 security and maintenance release. But that&#8217;s not all! Read on to catch up on the latest WordPress news.</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>WordPress 6.1 walk-through scheduled for September 13, 2022</h2>\n\n\n\n<p>Save the date! A <strong>live interactive walk-through of WordPress 6.1 is coming up on September 13, 2022, at 16:00 UTC</strong>. The event will take place <a href=\"http://dotorgzoom.wordpress.com/\">via Zoom</a> and include a discussion of new major features, resolved tickets, and potential blockers.</p>\n\n\n\n<p>Attendance is open to anyone who wants to know more about what’s coming in the next major release. If you are unable to attend, the event will be recorded for on-demand viewing.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2022/09/05/6-1-product-walk-through/\">Learn more about the WordPress 6.1 product walk-through</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>The WordPress.org Homepage and Download page got a new jazz-inspired look</h2>\n\n\n\n<p>The <a href=\"https://wordpress.org/news/2022/08/a-new-wordpress-org-homepage-and-download-page/\">redesign of the WordPress.org homepage and download page</a> went live on August 15, 2022. The new pages highlight the benefits of using WordPress while making it easy to access resources for getting started. The look and feel build on the jazzy aesthetic that WordPress is known for.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"599\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/08/launch-featured.png?resize=1024%2C599&#038;ssl=1\" alt=\"WordPress.org homepage\" class=\"wp-image-13323\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/08/launch-featured.png?resize=1024%2C599&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/08/launch-featured.png?resize=300%2C175&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/08/launch-featured.png?resize=768%2C449&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/08/launch-featured.png?resize=1536%2C898&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/08/launch-featured.png?w=2000&amp;ssl=1 2000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>In addition, <a href=\"https://make.wordpress.org/meta/2022/09/01/simplifying-the-admin-bar-global-navigation-menu/\">the admin bar and global navigation menu have been updated</a> to simplify and better organize the content across the WordPress.org network. Expect more design updates and iterations as efforts to refresh the website continue.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Check out the new <a href=\"https://wordpress.org/\">WordPress.org homepage</a> and <a href=\"https://wordpress.org/download/\">download page</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Gutenberg versions 13.9 and 14.0 are here</h2>\n\n\n\n<p>Two new versions of Gutenberg were released last month:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2022/08/17/whats-new-in-gutenberg-13-9-17-august/\"><strong>Gutenberg 13.9</strong></a> became available for download on August 17, 2022. This release continues to iterate and polish the user interface (UI), interaction, and engine work for site editing.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2022/09/01/whats-new-in-gutenberg-14-0-31-august/\"><strong>Gutenberg 14.0</strong></a> brings a lot of enhancements, including extra block supports in the UI, a revamped List block, and more. It shipped on August 31, 2022.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>This <a href=\"https://make.wordpress.org/core/2022/08/25/core-editor-improvement-refining-the-template-creation-experience/\">new post in the &#8220;Core Editor Improvement&#8221; series</a> focuses on the template creation enhancements coming in WordPress 6.1. You can explore them now with the <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutengerg plugin</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>New localized content on Learn WordPress</h2>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> is currently expanding the non-English resources available on the platform! Last month, some members of the Training Team hosted <a href=\"https://wordpress.tv/2022/08/17/%e3%83%96%e3%83%ad%e3%83%83%e3%82%af%e3%82%a8%e3%83%87%e3%82%a3%e3%82%bf%e3%83%bc%e3%81%a7%e3%83%9b%e3%83%bc%e3%83%a0%e3%83%9a%e3%83%bc%e3%82%b8%e3%82%92%e4%bd%9c%e3%82%8d%e3%81%86%ef%bc%81/\">the first free online workshops in Japanese</a>. Following its success, two more sessions will be held on September 7 and 17, 2022. Get the details in the <a href=\"https://learn.wordpress.org/online-workshops/\">online workshop calendar</a>.</p>\n\n\n\n<p>In addition, learners have access to:</p>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorials/?series=&amp;topic=&amp;language=pt_BR&amp;captions=&amp;wp_version=\">Portuguese tutorials</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/lesson-plans/greek/\">Greek lesson plans</a></li>\n</ul>\n\n\n\n<p>Curious about what else is new on Learn WordPress? <a href=\"https://make.wordpress.org/updates/2022/09/01/whats-new-on-learnwp-august-2022/\">Check out the learning materials released in August 2022</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p class=\"has-extra-large-font-size\">Enter the educational world of the Training Team and its Learn initiative in <a href=\"https://wordpress.org/news/2022/09/episode-38-all-about-learnwp-with-special-guest-hauwa-abashiya/\">the latest episode of WP Briefing</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Team updates: WordPress 6.0.2 maintenance release, Twenty Twenty-Three kickoff, and more</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2022/08/wordpress-6-0-2-security-and-maintenance-release/\">WordPress 6.0.2 is now available</a>. This security and maintenance release features 12 bug fixes on Core, 5 bug fixes for the Block Editor, and 3 security fixes.</li>\n\n\n\n<li>The new <a href=\"https://make.wordpress.org/design/2022/08/10/twenty-twenty-three-default-theme-project-kickoff/\">Twenty Twenty-Three (TT3) theme</a>, which will ship with the WordPress 6.1 release, is now in development. The theme will bundle a collection of style variations designed by community members. The final curated set is expected to be chosen by September 7, 2022.</li>\n\n\n\n<li>The <a href=\"https://make.wordpress.org/community/2022/08/19/meetup-organizer-newsletter-august-2022/\">August edition of the Meetup Organizer Newsletter</a> shares tips on how to join and support the <a href=\"https://make.wordpress.org/community/2022/07/08/call-for-supporters-reactivating-wordpress-meetups-around-the-world/\">Meetup Reactivation project</a>.</li>\n\n\n\n<li>The feedback tool for <a href=\"https://translate.wordpress.org/\">translate.wordpress.org</a> is now available for all WordPress.org users that have opted into notifications. Learn more in the latest edition of the <a href=\"https://make.wordpress.org/polyglots/2022/08/22/polyglots-monthly-newsletter-august-2022/\">Polyglots Monthly Newsletter</a>.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2022/09/05/improving-devhub-code-references/\">Code references in DevHub (WordPress Developer Docs)</a> are now easier to use, understand and navigate.</li>\n\n\n\n<li>Members of the Documentation Team kicked off discussions around the <a href=\"https://make.wordpress.org/docs/2022/08/10/kick-off-wordpress-6-1-release-docs/\">WordPress 6.1 release docs</a>.</li>\n\n\n\n<li>The <a href=\"https://make.wordpress.org/core/2022/08/09/bug-scrub-schedule-for-6-1/\">bug scrub schedule for WordPress 6.1</a> was published last month. Anyone can join these sessions to learn, help, or even <a href=\"https://make.wordpress.org/core/handbook/tutorials/leading-bug-scrubs/\">lead one</a>.</li>\n\n\n\n<li>To celebrate World Photography Day (August 19), the Photos Team <a href=\"https://make.wordpress.org/photos/2022/08/18/wordpress-world-photography-day-challenge-2022/\">set up a fun photo challenge</a> to contribute to the <a href=\"https://wordpress.org/photos/t/worldphotographyday22/\">WordPress Photo Directory</a>. The initiative may be over, but photo contributions are always open!</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/performance/2022/08/09/core-performance-team-rep-nominations/\">Nominations</a> for the Performance Team Reps are open until September 9, 2022.</li>\n\n\n\n<li>Why is Gutenberg being developed on GitHub? Is Gutenberg part of core? <a href=\"https://make.wordpress.org/core/2022/08/18/wordpress-development-setup/\">Get answers</a> to these and other common questions about WordPress core and Gutenberg.</li>\n\n\n\n<li>Members of the Full Site Editing Outreach program <a href=\"https://make.wordpress.org/test/2022/08/25/hallway-hangout-discussion-on-block-themes-25-aug/\">joined a Hallway Hangout session to talk about block themes</a>, from workflow changes to tools they are using and more.</li>\n\n\n\n<li>The latest edition of People of WordPress features <a href=\"https://wordpress.org/news/2022/08/people-of-wordpress-bud-kraus/\">Bud Kraus</a> and his inspiring WordPress journey.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>The Testing Team is looking for <a href=\"https://make.wordpress.org/test/2022/08/10/testing-testing-calls-for-testing-facilitators/\">facilitators to expand testing efforts</a> across the project.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Feedback &amp; testing requests</h2>\n\n\n\n<ul>\n<li>Are you a meetup organizer or member? Complete the 2021-2022 <a href=\"https://make.wordpress.org/community/2022/08/02/announcing-the-2021-2022-annual-meetup-survey/\">Annual Meetup Survey</a> (available in 14 languages) to help strengthen this global WordPress program.</li>\n\n\n\n<li>Members of the Core Team are looking for feedback on a <a href=\"https://make.wordpress.org/core/2022/08/19/a-new-system-for-simply-and-reliably-updating-html-attributes/\">new system for updating HTML attributes</a>. The call is open until September 9, 2022.</li>\n\n\n\n<li>There’s a new proposal to <a href=\"https://make.wordpress.org/core/2022/08/10/proposal-stop-merging-experimental-apis-from-gutenberg-to-wordpress-core/\">harmonize the process of merging new APIs from the Gutenberg plugin</a> to the WordPress core. Share your thoughts by September 7, 2022.</li>\n\n\n\n<li>Version 20.6 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/08/23/call-for-testing-wordpress-for-android-20-6/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/08/22/call-for-testing-wordpress-for-ios-20-6/\">iOS</a> is available for testing.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Gutenberg 13.8 introduced the first version of fluid typography, a new feature that allows theme authors to define text size that can scale and adapt to changes in screen size. <a href=\"https://make.wordpress.org/themes/2022/08/15/testing-and-feedback-for-the-fluid-typography-feature/\">Help shape its future by joining this testing call</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Event updates &amp; WordCamps</h2>\n\n\n\n<ul>\n<li><a href=\"https://us.wordcamp.org/2022/wcus-what-you-need-to-know/\">Get ready for WordCamp US</a>! The event is happening on September 9 through 11, 2022, in San Diego, California. <a href=\"https://us.wordcamp.org/2022/schedule/\">Check out the schedule</a> and tune into the <a href=\"https://us.wordcamp.org/2022/livestream/\">WCUS livestream</a> if you are attending virtually.</li>\n\n\n\n<li>Openverse announced that they will be participating in the WordCamp US <a href=\"https://us.wordcamp.org/2022/contributor-day/\">Contributor Day</a> remotely. <a href=\"https://make.wordpress.org/openverse/2022/08/30/openverse-remote-contributor-day-at-wordcamp-us-2022/\">Learn how you can get involved</a>.</li>\n\n\n\n<li><a href=\"https://asia.wordcamp.org/2023/\">WordCamp Asia</a> organizers <a href=\"https://asia.wordcamp.org/2023/tickets-now-on-sale/\">sold out</a> the first batch of standard and micro sponsor tickets in one day. The second batch will be released soon.</li>\n\n\n\n<li>Planning for WordCamp Europe 2023 is in full swing! You can still <a href=\"https://europe.wordcamp.org/2023/call-for-organisers/\">apply to be an organizer</a>.</li>\n\n\n\n<li>Join #WPDiversity with a <a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317\">free, online speaker workshop for Indian women</a> in the WordPress community. The event will take place on September 24-25, 2022.</li>\n\n\n\n<li>Don’t miss these other upcoming WordCamps:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f3-1f1f1.png\" alt=\"🇳🇱\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://netherlands.wordcamp.org/2022/\">WordCamp Netherlands</a>, The Netherlands on September 15-16, 2022</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://pontevedra.wordcamp.org/2022/\">WordCamp Pontevedra</a>, Spain on September 24-25, 2022</li>\n</ul>\n</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>The Call for Speakers for WordCamp Asia is closing soon! <a href=\"https://asia.wordcamp.org/2023/call-for-speakers/\">Submit your application by September 30, 2022</a>, and help reach <a href=\"https://asia.wordcamp.org/2023/speaker-diversity-goals/\">WCAsia&#8217;s speaker diversity goals</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story that we should include in the next issue of The Month in WordPress? <strong><em>Fill out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><strong><em> to let us know.</em></strong></em></strong></em></strong></em></strong></p>\n\n\n\n<p><em><em>The following folks contributed to this edition of The Month in WordPress: <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a>, <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>, <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a>, <a href=\'https://profiles.wordpress.org/bsanevans/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bsanevans</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>.</em></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13445\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WP Briefing: Episode 38: All About LearnWP with Special Guest Hauwa Abashiya\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wordpress.org/news/2022/09/episode-38-all-about-learnwp-with-special-guest-hauwa-abashiya/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2022 12:01:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13425\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Enter the educational world of the WordPress Training team and its Learn initiative during this week\'s episode of the podcast. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/09/WP-Briefing-038.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:21067:\"\n<p>In the thirty-eighth episode of the WordPress Briefing, join Josepha Haden Chomphosy and special guest Hauwa Abashiya for a discussion on the WordPress Training team and LearnWP initiative. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:[email protected]\">[email protected]</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> <br>Song: Fearless First by Kevin MacLeod </p>\n\n\n\n<h2>Guests</h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/azhiyadev/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a>&nbsp;</p>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://heropress.com/essays/finding-my-global-family/\" data-type=\"URL\" data-id=\"https://heropress.com/essays/finding-my-global-family/\">Hauwa Abashiya HeroPress Essay</a><br><a href=\"https://make.wordpress.org/training\">make.wordpress.org/training</a><br><a href=\"http://make.wordpress.org\">make.wordpress.org</a><br><a href=\"https://wordpress.org/news/2022/08/wordpress-6-0-2-security-and-maintenance-release/\" data-type=\"URL\" data-id=\"https://wordpress.org/news/2022/08/wordpress-6-0-2-security-and-maintenance-release/\">WordPress 6.0.2 Security and Maintenance Release</a><br><a href=\"https://asia.wordcamp.org/2023/call-for-speakers/\" data-type=\"URL\" data-id=\"https://asia.wordcamp.org/2023/call-for-speakers/\">WordCamp Asia call for speakers </a>(deadline extended to September 30, 2022)<br><a href=\"https://us.wordcamp.org/2022/livestream/\" data-type=\"URL\" data-id=\"https://us.wordcamp.org/2022/livestream/\">WordCamp US Livestream information</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13425\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00]&nbsp;</strong></p>\n\n\n\n<p>Hello, everyone! And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:42]&nbsp;</strong></p>\n\n\n\n<p>Helping people who are new to WordPress learn how to make the most out of their CMS used to be one of the most clearly impactful things I ever did as a contributor. Whether it was making sure a brand new installation simply worked, or if the original setup needed to grow along with a solopreneur&#8217;s growing business needs, I found great joy in seeing how my local community was learning new tools together.</p>\n\n\n\n<p>You&#8217;ve probably heard me talk about the Learn WP initiative or the training team on this podcast before, but you might still be a little shy to get started with the team. So I have invited one of their team reps today to talk through what the team does.</p>\n\n\n\n<p>All right. I have with us today Hauwa Abashiya. She is one of the team reps for the training team and also works on the learn.wordpress.org site. Thank you for joining me today, Hauwa.</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:01:33]&nbsp;</strong></p>\n\n\n\n<p>And thank you for having me, Josepha, quite exciting to be on your podcast.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:37]&nbsp;</strong></p>\n\n\n\n<p>Oh, I, you know, when we were talking about doing this topic, I was like, you know, who would be an excellent person is Hauwa. Like you were such an interesting person to work with when we were working on the <a href=\"https://wordpress.org/news/2020/12/simone/\">5.6 release</a>. And then also, you just have such a lovely way of explaining the complicated things that we have going on in WordPress and especially on the training side of things. And so you were the first person that came to mind for me.</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:02:02]</strong></p>\n\n\n\n<p>Thank you.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:03]</strong></p>\n\n\n\n<p>Speaking of all the learn.wordpress.org things, you&#8217;ve been contributing to the WordPress project as a team rep for the training team for a bit. But that&#8217;s not really where you started. Can you tell me a bit about how you found your way to this team?&nbsp;</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:02:15]</strong></p>\n\n\n\n<p>Well, I started by attending a WordCamp, and that was WordCamp Brighton. And if anyone&#8217;s read my <a href=\"https://heropress.com/essays/finding-my-global-family/\">article on HeroPress</a>, then they will know that I learned WordPress in one week. Went through beginner sessions of it. And then, I was like, yeah, let me just go turn up and see what it&#8217;s like.</p>\n\n\n\n<p>So turned up, and I met some wonderful people there. One of them being <a href=\"https://profiles.wordpress.org/miss_jwo/\">Jenny Wong</a>, who introduced me to the London meetup team. So, I then went there. They were looking for volunteers because they were planning WordCamp London for 2019. And me being me, I was like, yeah, sure. Why not? And got thrown into the deep end, but no, an amazing team.</p>\n\n\n\n<p>I got to meet some really amazing people. And yeah, just went from there then, you know, because I was doing stuff with WordCamp London, ended up going to WordCamp Europe. And I think there&#8217;s probably quite a lot of people who say they fully got into contributing in WordCamp Europe. So I was doing little bits and pieces then on like, marketing team and then met <a href=\"https://profiles.wordpress.org/jessecowens/\">Jesse [Owens]</a>  at the training team cause <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> introduced me to him and just went from there.</p>\n\n\n\n<p>And then in terms of team rep, I mean, <a href=\"https://wordpress.org/support/users/courane01/\">Courtney Robertson</a> sent out SOS, because Learn had just launched, and there were a couple of things that we needed. So that was during the soft launch. And I was like, yeah, sure. I&#8217;ll help you. I&#8217;m not doing much. And that&#8217;s how I ended up doing team rep.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:46]</strong></p>\n\n\n\n<p>I love that so many initial stories in the WordPress community start with like, well, I went to a WordCamp cause I was like, what in the world is this? And then people were like, we need some help. And I thought to myself, what else am I doing? Like, so many stories start that way. And I just love it.&nbsp;</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:04:03]</strong></p>\n\n\n\n<p>Yeah.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:03]</strong></p>\n\n\n\n<p>So you mentioned learn.wordpress.org. That is a part of the training team in the WordPress project. Correct?</p>\n\n\n\n<p>Yeah. So can you give us an idea of the difference between the two? Cause like normally, with a project as big as Learn, you would expect to see like a whole separate team. But these are two intertwined teams using two intertwined concepts.</p>\n\n\n\n<p>And so can you give us an idea of the difference between them?&nbsp;</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:04:29]</strong></p>\n\n\n\n<p>So I like to see learners, that&#8217;s the content. So it&#8217;s the content that we have on the platform, and the training team wrangles all the content on Learn. So that would be like your videos, your lesson plans, and online workshops. Yeah, so we wrangle the content that&#8217;s on there.</p>\n\n\n\n<p>We try to bring a lot of different teams together, and that&#8217;s one of the things the beauty, I think, of Learn is that there is a lot of cross-team collaboration, which started from the beginning and I think just will continue and get better and better.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:59]</strong></p>\n\n\n\n<p>Yeah. And the workshops, those are once a week, right?&nbsp;</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:05:04]</strong></p>\n\n\n\n<p>Yeah. So you have online workshops, which used to be called social learning spaces, which used to be called discussion groups. So those run once a week. There&#8217;s a number running, and there are some that are launching in Japan. And I think <a href=\"https://profiles.wordpress.org/bsanevans/\">Ben Evans</a> has been quite key in getting quite a lot of those going, and I think <a href=\"https://profiles.wordpress.org/piyopiyofox/\">Destiny Kanno</a> as well.</p>\n\n\n\n<p>So, that&#8217;s the beauty is you get to see a lot more languages coming up. Those run once a week. And then we obviously have lesson plans, which traditionally that&#8217;s what the training team used to always make for Meetup organizers. So if you didn&#8217;t have a speaker, you could go and get a lesson plan and run through something, or anybody could pick one up.</p>\n\n\n\n<p>So they are used mainly by like our Meetup users and then people who are running any boot camps or sessions, or you wanna just take somebody through WordPress and teach them, you can pick one up and run through it. And now we&#8217;ve got courses on Learn, which is quite exciting. Got a couple of courses.</p>\n\n\n\n<p>And I know there&#8217;s about three or four courses in development. There is a bit more WordPress development based rather than user based. There&#8217;s a fourth piece of content, and that is just the general workshop. So tutorials, I think no tutorials is what we&#8217;re calling them now. So there&#8217;s like all our online videos.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:17]</strong></p>\n\n\n\n<p>I tell you terminology in any project, the age and size of WordPress is hard to keep everything straight, but especially when you&#8217;ve just changed it you&#8217;re like, what do we call it though?&nbsp;</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:06:27]</strong></p>\n\n\n\n<p>Yeah.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:30]</strong></p>\n\n\n\n<p>So if I understand correctly, because as you mentioned, like you have this post up on HeroPress, you don&#8217;t actually come from a training background. Like you aren&#8217;t a teacher or corporate trainer or anything, but you have really committed to contributing to the training team and to learn.wordpress.org.</p>\n\n\n\n<p>So, from your perspective, from like the, I&#8217;m not a trainer perspective, what&#8217;s the most exciting thing for learn.wordpress.org in the near future?&nbsp;</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:06:58]</strong></p>\n\n\n\n<p>I think it&#8217;s the collaboration. It&#8217;s the potential that Learn has. So I don&#8217;t have a training background, but interestingly enough, I come from Kaduna, Nigeria. And Kaduna cause all the states in Nigeria have a tagline, and, Kaduna is actually the center of learning. So there must be some link there, so yeah.</p>\n\n\n\n<p>So, I think the beauty of that is you don&#8217;t have to have a training background. You can come in and impart your knowledge, and there are people available in the team that can help you impart that knowledge. So if it&#8217;s like a lesson plan that you wanna draw up, we&#8217;ve got people that can help and assist in that.</p>\n\n\n\n<p>Or you wanna run an online workshop. There are people that can assist you. And I think that&#8217;s also the beauty of WordPress is that we&#8217;re all there to help each other. So just seeing that and seeing how, as time has gone on how the team has actually just been growing cause more and more people are coming.</p>\n\n\n\n<p>And then with that, you&#8217;ve got more of like the different languages coming in, and I know we might touch on that later, but it&#8217;s, I think to me, that is the beauty that anyone can actually now come in and learn. And Learn as this platform that is accessible to everybody. So it&#8217;s not necessarily behind a, like a paywall or anything, which is, there&#8217;s nothing wrong with that, but there are people that it&#8217;s like, well, okay, you can access something by the community for the community.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:08:32]</strong></p>\n\n\n\n<p>I think like your last thought there, something that&#8217;s by the community for the community. That&#8217;s one of the things that I noticed early on about the WordPress community. So I&#8217;ve been in the WordPress community for a long time, but when I started doing the administrative back office, things that are invisible and no one wants to know about, because it&#8217;s boring.</p>\n\n\n\n<p>When I started doing that work, one of the things I noticed and that I really treasure the most about the WordPress community is that they want to do things together. They want to look at the problem together. They want to find a solution together. And a lot of times they just want to learn together as well.</p>\n\n\n\n<p>We see that there is a real, I don&#8217;t know, not, it&#8217;s not a safety and numbers question. I think it is a long-standing feeling that we can all kind of get further together and that we are better together. And so I like your thought there.</p>\n\n\n\n<p>You mentioned, though, translations, and I know that this came up at WordCamp Europe.</p>\n\n\n\n<p>We don&#8217;t actually have a lot of translated content on learn.wordpress.org. There&#8217;s some technical issues that exist there, but are there a few languages that we already are sort of seeing translated courses for? Translated lessons for?&nbsp;</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:09:47]</strong></p>\n\n\n\n<p>Yeah. So we have a couple in Hindi, I believe. And I know we&#8217;ve got some Greek translations that have been coming up, so I know, I think it was last year WordCamp India, during contributor day, we had quite a lot of people translating stuff then, and I suppose the online WordCamps that we&#8217;ve been able to rank. Cause I think our first like face to face is this year, so they didn&#8217;t do that much translation there, but we&#8217;ve seen an increase in people wanting to translate.&nbsp;</p>\n\n\n\n<p>And I think those are the ones that come to mind. And I know Japanese, I think that was just recently, in the last two weeks, somebody&#8217;s translated one or two of the tutorials have been translated.</p>\n\n\n\n<p>But we’re getting more and more requests coming through. And I know we kind of touched on this in our earlier discussion, but it&#8217;s like, how do you manage that? Cause you&#8217;re right, we don&#8217;t have a way to easily manage polyglots on Learn at the moment or WordPress in general. But I think seeing that, and I keep saying to people, I don&#8217;t wanna lose that engagement cause if you&#8217;ve got the people engaged, let them just do it.</p>\n\n\n\n<p>And I don&#8217;t normally say this, but let them do it, and we&#8217;ll figure out how to sort out the whole pile when it comes in later. Because you kind of don&#8217;t want to lose them because I feel like if we say, no, we&#8217;ll wait until that comes in, we&#8217;ll lose a lot of the engagement. And come that time, people will be like, oh no, I&#8217;m not that interested. Or it might be an even more effort to try and bring more people on board.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:11:18]</strong></p>\n\n\n\n<p>That&#8217;s always a struggle, like wanting to be able to get something good out without insisting that it be perfect. Like that whole perfect is the enemy of the good sort of concept.&nbsp;</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:11:30]</strong></p>\n\n\n\n<p>Yeah. Mm-hmm&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:11:30]</strong></p>\n\n\n\n<p>When we were talking about this way back in June, I was like, I obviously would love to get a perfect solution out immediately, but like, you&#8217;re right.</p>\n\n\n\n<p>In the meantime, do we just be if you don&#8217;t speak English, you cannot learn here?</p>\n\n\n\n<p>Like that&#8217;s not fair.</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:11:45]</strong></p>\n\n\n\n<p>No.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:11:46]&nbsp;</strong></p>\n\n\n\n<p>We want everyone to be able to learn here in their own languages, and yeah. That&#8217;s just a living, breathing issue with a global project, I think.&nbsp;</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:11:56]</strong></p>\n\n\n\n<p>Yeah.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:11:57]</strong></p>\n\n\n\n<p>Now that we left us on like a really juicy topic, just the lightest thing we could find. Is there anything else that you wanna be sure to share with the WordPress Briefing listeners before we head out?</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:12:10]</strong></p>\n\n\n\n<p>Come and join the training team. Like I said, you don&#8217;t have to be a trainer. You can come in, and help us take notes. You can come in and edit, and review. If you are a subject matter expert, we also have the <a href=\"https://make.wordpress.org/training/handbook/faculty-program/\">faculty program</a>, which was launched. Was it a month ago now?</p>\n\n\n\n<p>Sorry. Days, months, weeks merge for me these days. But yeah, so that&#8217;s like a dedicated volunteer team. And in there, we&#8217;ve got content creators, editors, subject matter experts, and just admin stuff. If you wanna help us with the admin stuff. If you&#8217;re a GitHub guru, get in touch cause we are trying to automate some of our processes, and we could use the help, but yeah, just come join us.</p>\n\n\n\n<p>Join one of our meetings, which run on Tuesdays at 7 AM UTC and 4:00 PM UTC.&nbsp;</p>\n\n\n\n<p>Yes, that&#8217;s right. I get my time right.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:13:03]&nbsp;</strong></p>\n\n\n\n<p>If it&#8217;s not right, we&#8217;ll put it. We&#8217;ll correct it in the show notes.&nbsp;</p>\n\n\n\n<p>Also, if you are not necessarily familiar with the WordPress project and how to get started with contributions, you can find the training team and a lot of information about them and all the other teams on make.wordpress.org.</p>\n\n\n\n<p>I will share that in the show notes as well. make.wordpress.org/training is where you can find Hauwa&#8217;s team. Hauwa, thank you again for joining me today.</p>\n\n\n\n<p><strong>[Hauwa Abashiya 00:13:30]</strong></p>\n\n\n\n<p>No, thank you for having me. It&#8217;s just a wonderful treat. I get to listen to you, and now I get to be on it.&nbsp;</p>\n\n\n\n<p>So, yeah, it&#8217;s good.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:13:37]</strong></p>\n\n\n\n<p>I hope that some of you feel inspired to stop by and see what the team is up to learn something new about WordPress or contribute a little something yourself. And with that, I&#8217;ll bring us home with the small list of big things. First thing, there was a freshly pressed minor release last week. You probably didn&#8217;t notice it.</p>\n\n\n\n<p>It probably went quite smoothly in the background and never interrupted you at all. However, if you want to read what was in it, you can head to wordpress.org/news now, or click on the link in the show notes.&nbsp;</p>\n\n\n\n<p>Second thing, is that coming up at the end of this week, September 9th, 2022, WordCamp US is back and ready to help broaden your WordPress knowledge. If you will be there, I hope it is a wonderful time, but if you won&#8217;t be there in person, I&#8217;ll include a link to register for the live stream, or you can watch all of those sessions afterward on wp.tv or the WordPress YouTube channel.</p>\n\n\n\n<p>Third thing on our list of small list of big things is that WordPress Translation Day is coming up. That&#8217;s normally at the end of September, it coincides with a global day of appreciation for translators just generally across the world. And so that is coming, it&#8217;s normally around the 28th or so.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:14:55]</strong></p>\n\n\n\n<p>So put that in your calendars. As soon as I have any information, as soon as I have a link to share with you all, I will have that for you as well.&nbsp;</p>\n\n\n\n<p>And the final thing on my list today is that if you are hoping to speak at WordCamp Asia, 2023, you have 10 more days, September 15th, 2022**, to apply for that.</p>\n\n\n\n<p>We need topics of all sorts, from security hardening and backend development to entrepreneurial best practices, WordPress out of the box all the way back around to the importance of securing open source freedom. Even when people don&#8217;t know they need them. If you&#8217;ve got something you&#8217;re a bit passionate about, something that you are a passionate expert about especially, we want to see your application. And that, my friends, is your small list of big things.</p>\n\n\n\n<p>Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\n\n\n<p><br>** <em><strong>Special note: the deadline to apply as a speaker to WordCamp Asia was extended to September 30th, 2022, after the recording of this episode.</strong></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13425\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"People of WordPress: Bud Kraus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2022/08/people-of-wordpress-bud-kraus/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Aug 2022 21:30:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13385\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:135:\"The latest People of WordPress story features trainer Bud Kraus, from the United States, talking about the software and how he uses it.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14109:\"\n<p><strong>This month, as we approach <a href=\"https://us.wordcamp.org/2022/\">WordCamp US</a>, we feature Bud Kraus, a WordPress trainer who has made a career in helping others learn about software. He also shares how he has developed an approach to using technology in order to overcome longstanding difficulties with his eyesight.</strong></p>\n\n\n\n<p><strong>In this People of WordPress series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better.</strong></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1014\" height=\"627\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/08/bud-kraus-aug-powp.jpg?resize=1014%2C627&#038;ssl=1\" alt=\"Bud Kraus playing the guitar\" class=\"wp-image-13341\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/08/bud-kraus-aug-powp.jpg?w=1014&amp;ssl=1 1014w, https://i2.wp.com/wordpress.org/news/files/2022/08/bud-kraus-aug-powp.jpg?resize=300%2C186&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/08/bud-kraus-aug-powp.jpg?resize=768%2C475&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Bud Kraus</em> with his guitar</figcaption></figure>\n\n\n\n<h2>Teaching WordPress strengthens your understanding</h2>\n\n\n\n<p>Bud has taught web design since 1998, with students from more than 80 countries online or in person. He was determined not to let his sight difficulties stop him from his wish to  help others learn website building and maintenance skills.   </p>\n\n\n\n<p>As WordPress evolves and new features release, Bud decided to extend his training services around helping new and existing users improve and practice their skills. He supports others in open source through volunteering to speak at WordPress events, and encourages others to do so too. He also gives time to help produce material for the free-to-access resource <a href=\"https://learn.wordpress.org/\">Learn WordPress,</a> which is part of the WordPress.org project.&nbsp;</p>\n\n\n\n<p>As a contributor to the <a href=\"https://make.wordpress.org/test/\">Test</a> and <a href=\"https://make.wordpress.org/training/\">Training</a> teams, Bud is keen for others to try contributing to these areas and help support the project&#8217;s future development. One of his current training priorities is to help people with using the block editor and Full Site Editing. He is an advocate for the usability of WordPress today, saying: “I can design all aspects of a website now with a block.”</p>\n\n\n\n<h2>Using WordPress as a traditional developer</h2>\n\n\n\n<p>Bud’s WordPress journey began with a lunch at Grand Central Station in New York in 2009. A friend and former client was promoting the idea of using WordPress, which Bud initially resisted.</p>\n\n\n\n<p>“I’m a code guy…,” he told his friend at the time. “I will never use anything like that.”</p>\n\n\n\n<p>However, the friend persisted. Eventually, Bud gave it a try and found a new approach with things called themes and plugins. His first encounter was with <a href=\"https://wordpress.org/download/releases/\">WordPress 2.6</a>. Bud signed up with a hosting company and found a theme where he could learn to edit and understand child themes.</p>\n\n\n\n<p>He said: &#8220;Once I saw that you could edit anything and make it yours, I was hooked. The endorphins were freely coursing through my veins.&#8221; Bud was hooked.</p>\n\n\n\n<h2>Teaching WordPress strengthens your own understanding of the software</h2>\n\n\n\n<p>There’s an old saying that the best way to learn something new is to turn around and teach someone else.</p>\n\n\n\n<p>Bud was already an instructor at the Fashion Institute of Technology when he thought, “I could teach WordPress!”</p>\n\n\n\n<p>And so he did, packing classrooms all through those first years of WordPress as it swept through the design world and further.<br><br>But Bud had more to discover. He said: &#8220;Two big things were about to happen that were really going to change my life. They would show me the way to the WordPress community – not that I even knew what that was.&#8221;</p>\n\n\n\n<h2>Sharing lessons learnt with the WordPress community</h2>\n\n\n\n<p>In 2014, one of his students suggested he start going to the New York WordPress Meetup.&nbsp;</p>\n\n\n\n<p>As he started going to WordCamps in New York City, he realized that WordPress was getting very large. What’s more, it had a community of people with whom he felt at home and could learn alongside.</p>\n\n\n\n<p>Bud gave a talk for the first time in 2016 at the only WordCamp to this day that has been held at the United Nations. He shared his knowledge of “Lessons Learned: Considerations For Teaching Your Clients WordPress.”&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"952\" height=\"1024\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/08/bud-kraus-1.jpg?resize=952%2C1024&#038;ssl=1\" alt=\"Bud Kraus talking at a WordCamp\" class=\"wp-image-13340\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/08/bud-kraus-1.jpg?w=952&amp;ssl=1 952w, https://i2.wp.com/wordpress.org/news/files/2022/08/bud-kraus-1.jpg?resize=279%2C300&amp;ssl=1 279w, https://i2.wp.com/wordpress.org/news/files/2022/08/bud-kraus-1.jpg?resize=768%2C826&amp;ssl=1 768w\" sizes=\"(max-width: 952px) 100vw, 952px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Bud Kraus speaks at WordCamps to help people use the software even more effectively</em></figcaption></figure>\n\n\n\n<p>From there, Bud went on to speak at other WordCamps in the US. He also volunteered as a speaker wrangler for his home camp in New York City in 2018 and 2019.</p>\n\n\n\n<h2>From speaking to writing about WordPress</h2>\n\n\n\n<p>At some point before the Covid-19 lockdown, Bud found another outlet, this time in writing.&nbsp;</p>\n\n\n\n<p>Bud heard a magazine was advertising for submissions related to WordPress.&nbsp;His first attempted article did not make the cut.</p>\n\n\n\n<p>So in his second submission, Bud took the risk of writing about something deeply personal – a topic he really didn’t want to write about at all.</p>\n\n\n\n<p>He gathered his courage and revealed to the entire web design world that he was legally blind.</p>\n\n\n\n<p>The article appeared as&nbsp; <strong>“</strong><a href=\"https://www.smashingmagazine.com/2018/05/using-low-vision-teach-wordpress/\"><strong>Using Low Vision As My Tool To Help Me Teach WordPress</strong></a><strong>”.</strong></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"510\" height=\"600\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/09/bud-kraus-2.jpg?resize=510%2C600&#038;ssl=1\" alt=\"Bud Kraus\" class=\"wp-image-13426\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/09/bud-kraus-2.jpg?w=510&amp;ssl=1 510w, https://i0.wp.com/wordpress.org/news/files/2022/09/bud-kraus-2.jpg?resize=255%2C300&amp;ssl=1 255w\" sizes=\"(max-width: 510px) 100vw, 510px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Bud Kraus</figcaption></figure>\n\n\n\n<p>Since the age of 37, Bud has had macular degeneration in both eyes, which affects his central vision. It is a leading cause of legal blindness in the United States and many other countries.&nbsp;</p>\n\n\n\n<p>He relies on his peripheral vision and finding ways to compensate. He also tends to see things in a flat dimension and has a difficulty discerning contrast&nbsp; &#8211; he&nbsp; is glad there are starting to be improvements in color contrasts in web design!<br><br>He uses tools like Speech to Text, larger sized cursors and bigger font sizes, and heavily uses zooming back in and out when working with WordPress. He is able to recognize patterns but has to rely on detailed preparation and memorizing materials.&nbsp;</p>\n\n\n\n<p>In his first magazine article acknowledging this situation, he shared the added difficulties that technology creates for people with visual conditions, and tips that he had found to try and find alternative routes around them. He uses the technique of finding alternatives in his training work to help people learn and understand, realizing that all people have different ways of reading and understanding. His words and subsequent stories have inspired others and enabled more people to highlight accessibility. He describes himself as a ‘stakeholder in ensuring that the WordPress admin is accessible.’</p>\n\n\n\n<p>A year after its first publication, the piece became a WordCamp talk, ‘My Way with WordPress.’ The talk was a hit and started many conversations about accessibility and the importance of raising awareness.</p>\n\n\n\n<p>A few months later, he gave a Gutenberg talk at the first WordCamp Montclair. There was no way he could have done it from a laptop, so instead, he did it from his 27” desktop computer. </p>\n\n\n\n<p>Bud said: &#8220;It was a presentation on Gutenberg plugins. Since I couldn’t do this from a notebook screen (the screen is too small and the keyboard is hard for me to manipulate), it was decided that I would bring in my 27″ desktop machine to a WordCamp. I’m probably the first person to ever have done this. It was good thing I only lived a few miles away.&#8221;</p>\n\n\n\n<p>He added: “I sat behind my computer, did my thing, and every once in a while peered out to make sure people were still there.”</p>\n\n\n\n<h2>Different ways of contributing to WordPress</h2>\n\n\n\n<p>One of the main ways Bud supported the community around the software was through talks at WordCamps and helping others to speak. </p>\n\n\n\n<p>During the Covid-19 pandemic, he was keen to continue contributing when WordCamps were no longer meeting in person. He turned greater attention to supporting the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> resource, a free to use learning platform made by and for the community itself.&nbsp;</p>\n\n\n\n<p>More training materials on the block editor can be found on Learn WordPress and his WordCamp talks are available on <a href=\"https://wordpress.tv/?s=kraus&amp;speakers=bud-kraus\">WordPress.tv</a>.</p>\n\n\n\n<h2>Global reach and meaning through WordPress</h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"600\" height=\"800\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/08/bud-kraus-with-josepha.jpg?resize=600%2C800&#038;ssl=1\" alt=\"Bud Kraus with Josepha\" class=\"wp-image-13342\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/08/bud-kraus-with-josepha.jpg?w=600&amp;ssl=1 600w, https://i0.wp.com/wordpress.org/news/files/2022/08/bud-kraus-with-josepha.jpg?resize=225%2C300&amp;ssl=1 225w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Bud Kraus with Josepha Haden Chomphosy at WordCamp Montclair, NJ 2022</em></figcaption></figure>\n\n\n\n<p>Bud’s training materials and willingness to talk about accessibility have helped so many people find their way with WordPress. He in turn is an advocate for the community around open source.</p>\n\n\n\n<p>He said: “The software is really good, and the people are even better.” &nbsp;</p>\n\n\n\n<p>He added: “I get a sense of accomplishment whenever I launch a new or redesigned site. It’s also given me a great feeling to know that many people have learned WordPress around the world from my <a href=\"https://wordpress.tv/?s=kraus&amp;speakers=bud-kraus\">talks and presentations</a>. This might just be the most gratifying thing of all.”</p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), and Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), for work on this feature. Thank you too to Bud Kraus (<a href=\'https://profiles.wordpress.org/trynet/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>trynet</a>) for sharing his experiences.</p>\n\n\n\n<p>Thank you to Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support of the <em>People of WordPress</em> series.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13385\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 6.0.2 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2022/08/wordpress-6-0-2-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Aug 2022 19:39:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:5:\"6.0.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"minor-releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13346\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:299:\"WordPress 6.0.2 is now available for download. This security and maintenance release features several updates since WordPress 6.0.1 in July 2022. You can review a summary of the key changes in this release by visiting https://make.wordpress.org/core/2022/08/23/wordpress-6-0-2-rc1-is-now-available/.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5702:\"\n<p><strong>WordPress 6.0.2</strong> is now available!</p>\n\n\n\n<p>This security and maintenance release features <a href=\"https://core.trac.wordpress.org/query?milestone=6.0.2\">12 bug fixes on Core</a>, <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">5 bug fixes</a> for the Block Editor, and 3 security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.</p>\n\n\n\n<p>WordPress 6.0.2 is a short-cycle release. You can review a summary of the main updates in this release by reading the <a href=\"https://make.wordpress.org/core/2022/08/23/wordpress-6-0-2-rc1-is-now-available/\">RC1 announcement</a>.</p>\n\n\n\n<p>The next major release will be <a href=\"https://make.wordpress.org/core/6-1/\">version 6.1</a> planned for November 1, 2022.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.0.2.zip\">download WordPress 6.0.2 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information on this release, please <a href=\"https://wordpress.org/support/wordpress-version/version-6-0-2\">visit the HelpHub site</a>.</p>\n\n\n\n<h2>Security updates included in this release</h2>\n\n\n\n<p>The security team would like to thank the following people for responsibly reporting vulnerabilities, and allowing them to be fixed in this release:</p>\n\n\n\n<ul>\n<li>Fariskhi Vidyan for finding a possible SQL injection within the Link API.</li>\n\n\n\n<li><a href=\"https://hackerone.com/entropy1337\">Khalilov Moe</a> for finding an XSS vulnerability on the Plugins screen.</li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> of the WordPress security team, for finding an output escaping issue within <code>the_meta()</code>.</li>\n</ul>\n\n\n\n<h2>Thank you to these WordPress contributors</h2>\n\n\n\n<p>The WordPress 6.0.2 release was led by <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">@sergeybiryukov</a> and <a href=\"https://profiles.wordpress.org/gziolo/\">@gziolo</a>.</p>\n\n\n\n<p>WordPress 6.0.2 would not have been possible without the contributions of more than 50 people. Their asynchronous coordination to deliver several enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>,&nbsp;<a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>,&nbsp;<a href=\"https://profiles.wordpress.org/annezazu/\">annezazu</a>,&nbsp;<a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>,&nbsp;<a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>,&nbsp;<a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a>,&nbsp;<a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>,&nbsp;<a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>,&nbsp;<a href=\"https://profiles.wordpress.org/uofaberdeendarren/\">Darren Coutts</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>,&nbsp;<a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>,&nbsp;<a href=\"https://profiles.wordpress.org/martinkrcho/\">eMKey</a>,&nbsp;<a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a>,&nbsp;<a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>,&nbsp;<a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>,&nbsp;<a href=\"https://profiles.wordpress.org/huubl/\">huubl</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a>,&nbsp;<a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>,&nbsp;<a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>,&nbsp;<a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>,&nbsp;<a href=\"https://profiles.wordpress.org/jonmackintosh/\">jonmackintosh</a>,&nbsp;<a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a>,&nbsp;<a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/lovor/\">Lovro Hrust</a>,&nbsp;<a href=\"https://profiles.wordpress.org/marybaum/\">marybaum</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a>,&nbsp;<a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>,&nbsp;<a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>,&nbsp;<a href=\"https://profiles.wordpress.org/paulkevan/\">paulkevan</a>,&nbsp;<a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>,&nbsp;<a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>,&nbsp;<a href=\"https://profiles.wordpress.org/tykoted/\">Teddy Patriarca</a>,&nbsp;<a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>,&nbsp;<a href=\"https://profiles.wordpress.org/tommusrhodus/\">tommusrhodus</a>,&nbsp;<a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>,&nbsp;<a href=\"https://profiles.wordpress.org/webcommsat/\">webcommsat AbhaNonStopNewsUK</a>, and&nbsp;<a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13346\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"A New WordPress.org Homepage and Download Page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wordpress.org/news/2022/08/a-new-wordpress-org-homepage-and-download-page/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Aug 2022 15:34:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"Meta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13321\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"The WordPress experience has significantly evolved in the past few years. In order to highlight the power of WordPress on WordPress.org, the last few weeks have seen a homepage and download page redesign kickoff and shared mockups. Today, these new designs are going live! Like the News pages before them, these refreshed pages are inspired [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8395:\"\n<p>The WordPress experience has significantly evolved in the past few years. In order to highlight the power of WordPress on WordPress.org, the last few weeks have seen a homepage and download page <a href=\"https://make.wordpress.org/design/2022/07/08/project-kickoff-wordpress-org-homepage-and-download-page-redesign/\">redesign kickoff</a> and <a href=\"https://make.wordpress.org/design/2022/07/27/project-update-wordpress-org-homepage-and-download-page-mockups/\">shared mockups</a>. Today, these new designs are going live! Like <a href=\"https://wordpress.org/news/2022/02/a-new-wordpress-news/\">the News pages before them</a>, these refreshed pages are inspired by the jazzy look &amp; feel WordPress is known for.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"599\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?resize=1024%2C599&#038;ssl=1\" alt=\"\" class=\"wp-image-13327\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?resize=1024%2C599&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?resize=300%2C175&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?resize=768%2C449&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?resize=1536%2C898&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2022/08/Featured-Image.png?w=1710&amp;ssl=1 1710w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The <a href=\"https://wordpress.org/\">new homepage</a> brings more attention to the benefits and experience of using WordPress, while also highlighting the community and resources to get started. </p>\n\n\n\n<p>The <a href=\"https://wordpress.org/download/\">new download page</a> greets visitors with a new layout that makes getting started with WordPress even easier by presenting both the download and hosting options right at the top.</p>\n\n\n\n<p>This redesign was made possible through great collaboration between Design, Marketing, and Meta teams. Thank you to everyone involved throughout this update:</p>\n\n\n\n<p class=\"is-style-wporg-props-long\"><a href=\'https://profiles.wordpress.org/abuzon/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>abuzon</a> <a href=\'https://profiles.wordpress.org/adamwood/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>adamwood</a> <a href=\'https://profiles.wordpress.org/adeebmalik/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>adeebmalik</a> <a href=\'https://profiles.wordpress.org/alexandreb3/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>alexandreb3</a> <a href=\'https://profiles.wordpress.org/alipawp/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>alipawp</a> <a href=\'https://profiles.wordpress.org/angelasjin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>angelasjin</a> <a href=\'https://profiles.wordpress.org/aniash_29/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>aniash_29</a> <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a> <a href=\'https://profiles.wordpress.org/beafialho/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>beafialho</a> <a href=\'https://profiles.wordpress.org/bjmcsherry/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bjmcsherry</a> <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> <a href=\'https://profiles.wordpress.org/colinchadwick/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>colinchadwick</a> <a href=\'https://profiles.wordpress.org/crevilaro/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>crevilaro</a> <a href=\'https://profiles.wordpress.org/critterverse/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>critterverse</a> <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a> <a href=\'https://profiles.wordpress.org/dd32/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dd32</a> <a href=\'https://profiles.wordpress.org/dufresnesteven/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dufresnesteven</a> <a href=\'https://profiles.wordpress.org/eboxnet/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eboxnet</a> <a href=\'https://profiles.wordpress.org/eidolonnight/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eidolonnight</a> <a href=\'https://profiles.wordpress.org/elmastudio/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>elmastudio</a> <a href=\'https://profiles.wordpress.org/fernandot/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>fernandot</a> <a href=\'https://profiles.wordpress.org/geoffgraham/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>geoffgraham</a> <a href=\'https://profiles.wordpress.org/iandunn/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>iandunn</a> <a href=\'https://profiles.wordpress.org/javiarce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>javiarce</a> <a href=\'https://profiles.wordpress.org/joedolson/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joedolson</a> <a href=\'https://profiles.wordpress.org/jpantani/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jpantani</a> <a href=\'https://profiles.wordpress.org/kellychoffman/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>kellychoffman</a> <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a> <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> <a href=\'https://profiles.wordpress.org/matt/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matt</a> <a href=\'https://profiles.wordpress.org/maurodf/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>maurodf</a> <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a> <a href=\'https://profiles.wordpress.org/mikachan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mikachan</a> <a href=\'https://profiles.wordpress.org/nikhilgandal/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nikhilgandal</a> <a href=\'https://profiles.wordpress.org/pablohoneyhoney/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pablohoneyhoney</a> <a href=\'https://profiles.wordpress.org/peakzebra/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>peakzebra</a> <a href=\'https://profiles.wordpress.org/poliuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>poliuk</a> <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a> <a href=\'https://profiles.wordpress.org/psmits1567/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>psmits1567</a> <a href=\'https://profiles.wordpress.org/renyot/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>renyot</a> <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a> <a href=\'https://profiles.wordpress.org/ryelle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ryelle</a> <a href=\'https://profiles.wordpress.org/santanainniss/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>santanainniss</a> <a href=\'https://profiles.wordpress.org/sereedmedia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sereedmedia</a> <a href=\'https://profiles.wordpress.org/sippis/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sippis</a> <a href=\'https://profiles.wordpress.org/tellyworth/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>tellyworth</a> <a href=\'https://profiles.wordpress.org/tobifjellner/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>tobifjellner</a> <a href=\'https://profiles.wordpress.org/webdados/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webdados</a> <a href=\'https://profiles.wordpress.org/willmot/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>willmot</a></p>\n\n\n\n<p>Your comments, including some <a href=\"https://make.wordpress.org/meta/2016/12/12/new-homepage-redesign/\">feedback from the 2016 redesign</a>, were taken into consideration with this work. Expect more updates to come as efforts to jazz up WordPress.org continue.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress – July 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2022/08/the-month-in-wordpress-july-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Aug 2022 08:57:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13306\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:362:\"July 2022 brought a lot of exciting announcements and proposals for the WordPress project, from an updated timeline for the WordPress 6.1 release, to design updates on WordPress.org. Read on to learn more about the latest news from the community. WordPress 6.1 development cycle is now published Mark your calendars! The WordPress 6.1 development cycle [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15049:\"\n<p>July 2022 brought a lot of exciting announcements and proposals for the WordPress project, from an updated timeline for the WordPress 6.1 release, to design updates on WordPress.org. Read on to learn more about the latest news from the community.</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>WordPress 6.1 development cycle is now published</h2>\n\n\n\n<p>Mark your calendars! The <a href=\"https://make.wordpress.org/core/6-1/\">WordPress 6.1 development cycle</a> has been published along with its release team. The <strong>expected release date</strong> has been updated to <a href=\"https://make.wordpress.org/core/2022/07/26/wordpress-6-1-planning-roundup-v2/\"><strong>November 1, 2022</strong></a>, to incorporate feedback received on the first proposed schedule.</p>\n\n\n\n<p>In the meantime, you can upgrade WordPress to version 6.0.1. This maintenance release became <a href=\"https://wordpress.org/news/2022/07/wordpress-6-0-1-maintenance-release/\">available for download</a> on July 12, 2022, and includes several updates since WordPress 6.0 in May 2022.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Want to get more involved with WordPress? Join Executive Director Josepha Haden Chomphosy, as she guides you through the five stages of contribution in a <a href=\"https://wordpress.org/news/2022/07/episode-36-beginners-guide-to-contributions-2-0/\">recent episode of WP Briefing</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>A new look for the WordPress Homepage and Download page</h2>\n\n\n\n<p>Following the revamp of <a href=\"https://wordpress.org/news/\">WordPress.org/News</a> and the <a href=\"https://wordpress.org/gutenberg/\">Gutenberg page</a>, further design updates are coming to WordPress.org to create a fresh and modern user experience that reflects the future of WordPress.</p>\n\n\n\n<p>The WordPress.org home and download pages will be the next pieces to get a refreshed look and feel. The redesign project <a href=\"https://make.wordpress.org/design/2022/07/08/project-kickoff-wordpress-org-homepage-and-download-page-redesign/\">kicked off</a> on July 8, 2022, and the <a href=\"https://make.wordpress.org/meta/2022/08/01/developing-the-redesigned-home-and-download-pages/\">development work</a> is already underway.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Take a look at the design mockups and <a href=\"https://make.wordpress.org/design/2022/07/27/project-update-wordpress-org-homepage-and-download-page-mockups/\">join the conversation</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Gutenberg versions 13.6, 13.7, and 13.8 are here</h2>\n\n\n\n<p>Three new versions of Gutenberg have been released since last month’s edition of The Month in WordPress:</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\"><strong>Gutenberg 13.6</strong></a> shipped on July 6, 2022. It includes 26 bug fixes and accessibility enhancements. This release also builds on previous work to expand theme.json and to allow you to create a cohesive design across blocks.</li><li><a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\"><strong>Gutenberg 13.7</strong></a> brings an updated modal design, the ability to apply block locking to inner blocks, and <a href=\"https://make.wordpress.org/core/2022/07/21/core-editor-improvement-deeper-customization-with-more-template-options/\">new template types</a>, to name a few highlights. It was released on July 20, 2022.</li><li>The latest Gutenberg release, <a href=\"https://make.wordpress.org/core/2022/08/04/whats-new-in-gutenberg-13-8-3-august/\"><strong>version 13.8</strong></a>, went live on August 3, 2022. It comes with ​​fluid typography support among other enhancements, a new feature that will allow you to define text size that can scale and adapt to changes in screen size.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Follow the <a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">“What’s new in Gutenberg”</a> posts to stay on top of the latest updates.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Team updates: WordPress mobile app changes, pattern previews, Five for the Future improvements</h2>\n\n\n\n<ul><li>The Mobile Team announced last week that it will be <a href=\"https://make.wordpress.org/mobile/2022/07/27/refocusing-the-wordpress-app-on-core-features/\">refocusing the WordPress mobile app on core features</a>. To better serve the needs of all app users and reduce confusion, the Jetpack and WordPress.com features will be moved to a separate app in a gradual process targeted for completion later this year.</li><li>The Community Team is<a href=\"https://make.wordpress.org/community/2022/07/08/call-for-supporters-reactivating-wordpress-meetups-around-the-world/\"> looking for supporters</a> to help reactivate WordPress meetups around the world.</li><li>As part of the ongoing efforts to improve the <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a> (5ftF) initiative, the Meta Team added automated recognition for a number of non-code contributions. <a href=\"https://make.wordpress.org/project/2022/07/28/updates-on-the-five-for-the-future-program-and-proposed-improvements/\">Check out this post</a> to learn more about other proposed improvements to the program.</li><li>The WordPress.org Theme Directory introduced a new feature that allows visitors to <a href=\"https://make.wordpress.org/meta/2022/07/21/pattern-previews-for-themes-in-the-directory-beta/\">preview patterns bundled in a theme</a> without requiring installation.</li><li>The Design Team proposed to release <a href=\"https://make.wordpress.org/design/2022/07/19/proposal-a-new-kind-of-default-theme/\">a curated set of style variations</a> designed by the community (instead of a new default theme) for WordPress 6.1.</li><li>Josepha Haden Chomphosy reflected on progress towards the 2022 goals of the WordPress project in this <a href=\"https://make.wordpress.org/updates/2022/07/25/a-mid-year-year-look-at-2022-goals/\">mid-year review</a>.</li><li>Over the past few months, the Training Team published six tutorials along with a variety of lesson plans and online workshops. See what&#8217;s new in this <a href=\"https://make.wordpress.org/updates/2022/07/15/whats-new-on-learnwp-in-july-2022/\">summary post</a>.</li><li>Curious about how the WordPress 6.0 release process went? Read this <a href=\"https://make.wordpress.org/core/2022/07/07/wordpress-6-0-retrospective-recap/\">WordPress 6.0 retrospective recap</a> for insights.</li><li>The Themes Team shared a follow-up post to address questions about the <a href=\"https://make.wordpress.org/themes/2022/07/28/using-locally-hosted-google-fonts-in-themes/\">use of locally-hosted Google fonts in themes</a>.</li><li>There is an open <a href=\"https://make.wordpress.org/accessibility/2022/07/15/call-team-rep-nomination-july-2022/\">call for a new Accessibility Team Representative</a>.</li><li>The Performance Team has a new dedicated Make blog. Follow updates on their work and proposals at <a href=\"https://make.wordpress.org/performance\">make.wordpress.org/performance</a>.</li><li>The July 2022 edition of the <a href=\"https://make.wordpress.org/polyglots/2022/07/22/polyglots-monthly-newsletter-july-2022/\">Polyglots Monthly Newsletter</a> is live.</li><li>The latest edition of People of WordPress highlights <a href=\"https://wordpress.org/news/2022/07/people-of-wordpress-carla-doria/\">Carla Doria</a>, a customer support specialist from South America.</li><li><a href=\"https://make.wordpress.org/community/2022/07/22/july-meetup-organizer-newsletter/\">July’s Meetup Organizer Newsletter</a> features several tips and tools for engaging and growing your community.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>WP Briefing celebrated <a href=\"https://wordpress.org/news/2022/08/episode-37-the-world-of-wordpress-on-world-wide-web-day/\">World Wide Web Day 2022 with a special episode</a>!<strong> </strong>Tune in to hear contributors from the community reflect on how WordPress impacts their world.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Feedback &amp; testing requests</h2>\n\n\n\n<ul><li>Josepha Haden Chomphosy suggested giving Full Site Editing (FSE) a more user-friendly name. <a href=\"https://make.wordpress.org/core/2022/07/27/giving-fse-a-more-user-friendly-name/\">Share your thoughts in this post</a>.</li><li>The <a href=\"https://make.wordpress.org/core/2022/07/21/request-for-feedback-feature-notifications-proof-of-concept/\">WordPress Notifications Feature project</a> is ready to begin collecting feedback. Efforts to help test the feature plugin and comments are welcome.</li><li>The Training Team kicked off a discussion to gather feedback on <a href=\"https://make.wordpress.org/training/2022/07/11/exploring-wordpress-certifications/\">how WordPress certifications should be approached</a>.</li><li>The Performance Team shared a few proposals to integrate new features targeting the WordPress 6.1 release. You can help by testing, reporting bugs, or contributing fixes and ideas:<ul><li><a href=\"https://make.wordpress.org/core/2022/07/13/proposal-persistent-object-cache-and-full-page-cache-site-health-checks/\">Proposal: Persistent Object Cache and Full Page Cache Site Health Checks</a></li><li><a href=\"https://make.wordpress.org/core/2022/07/21/proposal-add-a-dominant-color-background-to-images/\">Proposal: Add a dominant color background to images</a></li></ul></li><li>Version 20.4 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/07/26/call-for-testing-wordpress-for-android-20-4/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/07/25/call-for-testing-wordpress-for-ios-20-4/\">iOS</a> is available for testing.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>The Community Team is calling on all meetup members and organizers to <a href=\"https://make.wordpress.org/community/2022/08/02/announcing-the-2021-2022-annual-meetup-survey/\">complete the 2021-2022 Annual Meetup Survey</a>. Your feedback will help strengthen the WordPress meetup program for years to come. Please respond and help spread the word.</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>WordCamp updates</h2>\n\n\n\n<ul><li>WordCamp US is only five weeks away! The organizing team announced the <a href=\"https://us.wordcamp.org/2022/2022-kim-parsell-memorial-scholarship-recipients/\">Kim Parsell Memorial Scholarship recipients</a> for this year. Congratulations to <a href=\"https://profiles.wordpress.org/margheweb/\">Margherita Pelonara</a>, <a href=\"https://profiles.wordpress.org/simo70/\">Simona Simionato</a>, and <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a>!</li><li><a href=\"https://us.wordcamp.org/2022/underrepresented-speaker-supporters/\">20 organizations</a> have stepped forward to support underrepresented speakers from all over the world to get to WordCamp US 2022. Visit the <a href=\"https://us.wordcamp.org/2022/underrepresented-speaker-support/\">Underrepresented Speaker Support page</a> to donate to the fund or ask for support if you are part of an underrepresented group.</li><li>WordCamp Asia 2023 opened a new <a href=\"https://asia.wordcamp.org/2023/call-for-speakers-is-now-open/\">Call for Speakers</a> and <a href=\"https://asia.wordcamp.org/2023/call-for-media-partners/\">Media Partners</a>. The deadline for speaker applications is September 15, 2022. The organizing team also shared more details on the <a href=\"https://asia.wordcamp.org/2023/wordcamp-asia-2023-ticket-release-timeline/\">ticket release timeline</a>.</li><li>Don’t miss these upcoming WordCamps:<ul><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1ec.png\" alt=\"🇺🇬\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://jinja.wordcamp.org/2022/\">WordCamp Jinja</a>, Uganda on September 2-3, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f3-1f1f5.png\" alt=\"🇳🇵\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://kathmandu.wordcamp.org/2022/\">WordCamp Kathmandu</a>, Nepal on September 3-4, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://us.wordcamp.org/2022/\">WordCamp US</a> in San Diego, California on September 9-11, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f3-1f1f1.png\" alt=\"🇳🇱\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://netherlands.wordcamp.org/2022/\">WordCamp Netherlands</a>, The Netherlands on September 15-16, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1f8.png\" alt=\"🇪🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://pontevedra.wordcamp.org/2022/\">WordCamp Pontevedra</a>, Spain on September 24-25, 2022</li></ul></li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join #WPDiversity with a free, online speaker workshop for Indian women in the WordPress community. The event will take place on September 24-25, 2022. <a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317\">Sign up now</a>!</p>\n</blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story that we should include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></em></strong></p>\n\n\n\n<p><em><em>The following folks contributed to this edition of The Month in WordPress: <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a>, <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a>, <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>, <a href=\'https://profiles.wordpress.org/sereedmedia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sereedmedia</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>.</em></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13306\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WP Briefing: Episode 37: The World of WordPress on World Wide Web Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wordpress.org/news/2022/08/episode-37-the-world-of-wordpress-on-world-wide-web-day/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 01 Aug 2022 23:15:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13198\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"Celebrating WWW Day, Josepha invites contributors from around the globe to share stories of how WordPress impacts their worlds. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/08/WP-Briefing-037.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:23689:\"\n<p>In the thirty-seventh episode of the WordPress Briefing, WordPress users and contributors reflect on how WordPress has changed their understanding of the web as we celebrate World Wide Web Day.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:[email protected]\">[email protected]</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> &amp; <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<p>Guests: </p>\n\n\n\n<ul><li><a href=\"https://profiles.wordpress.org/awarner20/\">Adam Warner</a></li><li><a href=\"https://profiles.wordpress.org/aliceorru/\">Alice Orrù</a></li><li><a href=\"https://profiles.wordpress.org/thewebprincess/\">Dee Teal</a></li><li><a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a></li><li><a href=\"https://profiles.wordpress.org/jillbinder/\">Jill Binder</a></li><li><a href=\"https://wordpress.org/support/users/mariaojob/\">Mary Job</a></li><li><a href=\"https://profiles.wordpress.org/onealtr/\">Oneal Rosero</a></li><li><a href=\"https://profiles.wordpress.org/iamsirotee/\">Theophilus Adegbohungbe</a></li><li><a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a></li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/diversity-speaker-training-workshop/\">Diverse Speaker Training Group</a></p>\n\n\n\n<p><a href=\"https://us.wordcamp.org/2022/support-underrepresented-speakers-at-wordcamp-us/\">Support Underrepresented Speakers at WordCamp US</a></p>\n\n\n\n<p><a href=\"https://asia.wordcamp.org/2023/call-for-speakers/\">Call of Speakers &#8211; WordCamp Asia 2023</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/mobile/2022/07/27/refocusing-the-wordpress-app-on-core-features/\">Refocusing the WordPress App on Core Features</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/design/2022/07/08/project-kickoff-wordpress-org-homepage-and-download-page-redesign/\">WordPress.org Homepage and Download Redesign </a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13198\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00]&nbsp;</strong></p>\n\n\n\n<p>Hello, everyone! And welcome to the WordPress Briefing: the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:39]&nbsp;</strong></p>\n\n\n\n<p>Today is one of my favorite niche holidays &#8211; World Wide Web Day &#8211; which serves to raise awareness about the origins of the World Wide Web project. WordPress, as part of Web 2.0, only ever had a chance to exist because the web, as we have come to know it exists. So in order to mark this nerdy day on the WP Briefing, I invited a number of community members to share a bit about how WordPress has been a part of their lives.</p>\n\n\n\n<p>But first, let&#8217;s do some introductions.&nbsp;</p>\n\n\n\n<p><strong>[Adam Warner 00:01:07]</strong></p>\n\n\n\n<p>My name is <a href=\"https://profiles.wordpress.org/awarner20/\">Adam Warner</a>, and I&#8217;m originally from a small town in west Michigan, now residing in Orlando, Florida.&nbsp;</p>\n\n\n\n<p><strong>[Alice Orrù 00:01:15]&nbsp;</strong></p>\n\n\n\n<p>My name is <a href=\"https://profiles.wordpress.org/aliceorru/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/aliceorru/\">Alice Orrù</a>. I&#8217;m Italian. I was born in the beautiful island of Sardinia, but I&#8217;ve been living in Spain in the province of Barcelona for 10 years.</p>\n\n\n\n<p><strong>[Dee Teal 00:01:26]</strong></p>\n\n\n\n<p>My name is <a href=\"https://profiles.wordpress.org/thewebprincess/\">Dee Teal</a>; Dee is short for Denise. I&#8217;m from New Zealand, but I live In Melbourne.</p>\n\n\n\n<p><strong>[Femy Praseeth 00:01:33]</strong></p>\n\n\n\n<p>Yeah, my name is <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a>. I was born and raised in India and now live in San Jose, California, with my family and cuddly Doodle.</p>\n\n\n\n<p><strong>[Jill Binder 00:01:41]&nbsp;</strong></p>\n\n\n\n<p>My name is <a href=\"https://profiles.wordpress.org/jillbinder/\">Jill Binder</a>, and I&#8217;ve just moved back to Vancouver, Canada.&nbsp;</p>\n\n\n\n<p><strong>[Mary Job 00:01:47]&nbsp;</strong></p>\n\n\n\n<p>My name is <a href=\"https://wordpress.org/support/users/mariaojob/\">Mary Job</a>. I&#8217;ve been using WordPress since 2015, and I&#8217;m from Nigeria. I&#8217;m from the Western part of Nigeria. Ijebu precisely.&nbsp;</p>\n\n\n\n<p><strong>[Oneal Rosero 00:01:57]</strong></p>\n\n\n\n<p>Yes. My name is <a href=\"https://profiles.wordpress.org/onealtr/\">Oneal Rosero</a>. I am from the Philippines and I&#8217;ve been using WordPress since 2007.&nbsp;</p>\n\n\n\n<p><strong>[Theophilus Adegbohungbe</strong> <strong>00:02:06]&nbsp;</strong></p>\n\n\n\n<p>Thank you. My name is <a href=\"https://profiles.wordpress.org/iamsirotee/\">Theophilus Adegbohungbe</a> . And I&#8217;m from Ilesa, Osun State in Nigeria.&nbsp;</p>\n\n\n\n<p><strong>[Ugyen Dorji 00:02:14]</strong></p>\n\n\n\n<p>My name is <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> and I&#8217;m from Bhutan. And I&#8217;m working with WordPress for more than five years.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:02:22]&nbsp;</strong></p>\n\n\n\n<p>One of the things I enjoy the most about being part of any community is being able to see how people change and grow over time as they learn and gain confidence in their own expertise. So a favorite early question is naturally, ‘How has WordPress changed your World?’</p>\n\n\n\n<p><strong>[Alice Orrù 00:02:37]&nbsp;</strong></p>\n\n\n\n<p>WordPress changed my world in many ways. But, uh, starting from the moment, it allowed me to become part of a global connected and welcome community. I started using WordPress as a blogger many, many years ago, but it was in 2015 that I started working behind the scenes of WordPress with a plugin company.</p>\n\n\n\n<p>And that was the moment when everything changed, basically, because I realized that WordPress was much more than a CMS for creating websites. It was a world full of opportunities for networking, making new friends and walking a new professional path as well.&nbsp;</p>\n\n\n\n<p><strong>[Ugyen Dorji 00:03:15]&nbsp;</strong></p>\n\n\n\n<p>During one interview, I was asked many questions about WordPress and although I had a basic understanding of WordPress, I struggled to give detailed answers.</p>\n\n\n\n<p>After that interview, I resolved to develop my skills and learn as much about WordPress as possible. A few months passed and I received a call from ServeMask In, [who] had developed a plugin called All-in-One WP Migration plugin. They offered me a position which fulfilled my wish to work with WordPress full time.</p>\n\n\n\n<p>And because of that, I am now an active contributor to the WordPress community as bread and butter, with the best career in the world.</p>\n\n\n\n<p><strong>[Theophilus Adegbohungbe 00:04:03]&nbsp;</strong></p>\n\n\n\n<p>If you are very familiar with my country, Nigeria things here, it&#8217;s not as smooth as it is in other parts of the world. That is, when you are done in school in my university, you have to find means of surviving yourself.&nbsp; There is nothing like the government have work for you. There is nothing like you finish our institution and you get job instantly. So it&#8217;s very tough here. And, year by year, schools keep producing graduates with no companies to employ them and no government job again as well.</p>\n\n\n\n<p>So I personally, I was able to gain freedom from this with the help of WordPress.</p>\n\n\n\n<p><strong>[Femy Praseeth 00:04:51]</strong></p>\n\n\n\n<p>WordPress completely changed my work life. I started working independently. I started freelancing with agencies and designers and, uh, building websites from their web designs. And this was around the time my son was born. Actually, he was in elementary school and I think this was around 2014 or so. I started working remotely when remote was not even a thing.</p>\n\n\n\n<p>And there were very few companies that let you work from home and remote was not a mainstream thing at all, but with WordPress, I could set my own working hours while my son was in school.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:29]&nbsp;</strong></p>\n\n\n\n<p>And of course, my preferred follow-up question of, ‘How did you hear about us?’ or ‘How did you connect to this global community?’</p>\n\n\n\n<p><strong>[Oneal Rosero 00:05:36]&nbsp;</strong></p>\n\n\n\n<p>Yes, actually what I love about WordPress is that it&#8217;s a community. It&#8217;s not a business. It&#8217;s not a company. It&#8217;s a community. It&#8217;s a community that&#8217;s always ready to help support, teach and encourage people. That&#8217;s how I felt when I joined the community. There&#8217;s always somebody who has your back.</p>\n\n\n\n<p>There&#8217;s always somebody who&#8217;s going to guide you. There&#8217;s always an expert who will take your hand and lead you into the beauty that is WordPress.&nbsp;</p>\n\n\n\n<p><strong>[Adam Warner 00:06:05]&nbsp;</strong></p>\n\n\n\n<p>The way that I connect with the global community these days are one, of course, is .org Slack. Another of course is Twitter as there&#8217;s a very active WordPress community there.</p>\n\n\n\n<p>And then with WordCamps all over the globe. I&#8217;m lucky enough to have been able to travel to several hundred WordCamps through the years in the US and abroad. And that&#8217;s one of the most rewarding parts is meeting people from all over the world and you see really how small and the world really is and how similar we really all are.</p>\n\n\n\n<p><strong>[Theophilus Adegbohungbe 00:06:39]&nbsp;</strong></p>\n\n\n\n<p>So, not until 2020. I don’t know if you know this lady, a very vibrant lady in WordPress. She&#8217;s from Nigeria; her name is Mary Job, and she&#8217;s really promoting WordPress here. So it was through her that I got to know about the community. Yes.</p>\n\n\n\n<p><strong>[Jill Binder 00:06:54]</strong></p>\n\n\n\n<p>My work is the global WordPress community. So we hold our three programs for the global WordPress community, and we are always trying to reach more and more countries. For quite a while, it was very North America-heavy, and then I made some efforts to expand. And it&#8217;s very exciting that this year, some contributors in our team have actually launched an Asia Pacific branch of our group.&nbsp;</p>\n\n\n\n<p>And so we have two meetings every other week where we have the America/Europe and the APAC, and we&#8217;ve also been able to reach other countries as well, but we typically reach something like between 20 and 50 countries a year, depending on the year. So a hundred percent global. Yes.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:39]&nbsp;</strong></p>\n\n\n\n<p>How has WordPress, either the CMS or the project, made you feel more connected? And are there any surprising connections that came from WordPress?</p>\n\n\n\n<p><strong>[Dee Teal&nbsp; 00:07:47]&nbsp;</strong></p>\n\n\n\n<p>I guess the surprising connections I think that have come from WordPress have been the fact that I feel like I&#8217;ve got friends all over the world. And a lot of those have come out of community involvement and from contributing. That I could go to a, a meetup pretty much anywhere in the world and probably find somebody I know, or at least a second degree connection of somebody that I haven&#8217;t, you know, that I might not have met, but know somebody that I know. And certainly that happens fairly regularly.&nbsp;</p>\n\n\n\n<p><strong>[Mary Job 00:08:13]</strong></p>\n\n\n\n<p>WordPress. The WordPress project, the community, has made me feel connected in a huge way, because I am literally surrounded by everything WordPress. So I like how, when you meet somebody who does WordPress, there&#8217;s this instant, ‘Oh, we&#8217;re brothers,’ or&nbsp; ‘Oh, we&#8217;re sisters!’ You know? There&#8217;s that feeling? That&#8217;s how I feel.&nbsp;</p>\n\n\n\n<p>So when I see somebody who does WordPress, as I do, I&#8217;m like, ‘Oh yeah, we&#8217;re, kin.’ You know? We are family. That&#8217;s how I feel when I meet people who do WordPress. And I&#8217;ve met quite a number of people who do WordPress from like around the world. Like I have a friend here, he&#8217;s from the Benin Republic, and we host started a dinner on Friday night and one of my guests was asking me, ‘How did you guys meet?’</p>\n\n\n\n<p>I was like, ‘Oh yeah, we work in the same WordPress ecosystem.’ He attended our WordCamp, we became friends, and we just literally became really good friends. So I have tons of people that I&#8217;ve met like that I hold in high esteem.</p>\n\n\n\n<p><strong>[Ugyen Dorji 00:09:12]&nbsp;</strong></p>\n\n\n\n<p>WordPress Meetups are the seeds that lead to the growth of WordPress communities. WordCamp is a platform for plugin and theme developers to meet WordPress users and website developers. It&#8217;s a great environment where many incredible discussions about WordPress takes place. With each WordCamp there is a &#8220;tribe&#8221; meeting, where I think people [can] get more connected. It&#8217;s a fantastic opportunity for aspiring computer engineers, generators and get to showcase their talent and meet each other.</p>\n\n\n\n<p><strong>[Alice Orrù 00:09:51]&nbsp;</strong></p>\n\n\n\n<p>On the project level, it has given me the opportunity to feel like an active part of a global project. The idea that I can give my contribution to making the web a better place &#8211; it’s amazing. And I do so with the Translation team, so making WordPress accessible to all the people that use the core plugins and themes in Italian, and prefer to do that in Italian.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:10:18]</strong>&nbsp;</p>\n\n\n\n<p>What area of the WordPress world is most important to you?</p>\n\n\n\n<p><strong>[Jill Binder 00:10:21]</strong></p>\n\n\n\n<p>I have a little bit of a passion for diversity in tech and diversity in WordPress, specifically around events. And so, here&#8217;s a chance to name the three programs that we&#8217;ve been working on this year. So as mentioned a few times, we have our <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/diversity-speaker-training-workshop/\">Diverse Speaker Workshop</a> that helps people go from not even having the thought that people could step up on stage.</p>\n\n\n\n<p>And then the second program is because of the pandemic. There was no longer the straight path from taking our workshop to speaking, because we used to hold them or people used to hold them for their WordCamps and meetups. And so it was like, okay, you&#8217;ve taken. Apply for our next WordCamp or meetup. But during the pandemic, that wasn&#8217;t a thing.</p>\n\n\n\n<p>So we have this amazing channel that we welcome everyone to join, allies and people from underrepresented groups who are interested in speaking or interested in supporting people and speaking. And that&#8217;s the Diverse Speaker channel <a href=\"https://wordpress.slack.com/archives/C028SE81N3H\">diverse-speaker-support</a> channel on the Make WordPress slack.</p>\n\n\n\n<p>And the third program is, and we, we went through a name change recently. So I&#8217;ll try to remember the new change it&#8217;s Organizing Inclusive and Diverse WordPress Events. And this is for WordCamp and meetup organizers to learn. We&#8217;ve learned over the last couple years, how important it is to create inclusive spaces and be good allies.</p>\n\n\n\n<p>But how do we actually do that? And a few of us created a very action oriented workshop in 2019 for WCUS, and that is now the basis of the work that we are bringing to people and people are loving it.. We&#8217;ve had people report a 40%, self-report 40%, increase in feeling prepared to create an inclusive event from before and after taking that workshop, which is super cool.</p>\n\n\n\n<p>Yeah. So, that’s my passion.&nbsp;</p>\n\n\n\n<p><strong>[Oneal Rosero 00:12:13]&nbsp;</strong></p>\n\n\n\n<p>I really love helping the WP Diversity team. I love running the workshops. I love running the workshops for myself, because I used to do training for software back before the pandemic. I used to train up to a thousand people a year in person, sometimes like 500 people in a room at once.</p>\n\n\n\n<p>But of course I had to shift. I had to pivot to online training, which is what the training team has brought for me. And the focus on the diversity. I like running the workshops. I like running workshops for different groups, different countries, because it&#8217;s nice to meet new people. It&#8217;s nice to hear about their culture, about the limitations that people have in Africa with connectivity.</p>\n\n\n\n<p>So they, they resort to using WhatsApp on their phone in order to do a meetup. That&#8217;s how they do their, their meetings, their discussions. It&#8217;s unlike other countries where we can do video calls. They have to use their mobile phones because connectivity isn&#8217;t accessible.&nbsp;</p>\n\n\n\n<p>Places like in the Philippines that get affected when it starts to rain a little bit, we lose our internet. So we have backups and our backups have backups. So there are many things that you learn that are different when you&#8217;re living in the city, when you&#8217;re living in the provinces, in the country. So it&#8217;s so many things that you learn about people and how they&#8217;re able to adapt.&nbsp;</p>\n\n\n\n<p><strong>[Adam Warner 00:13:35]</strong>&nbsp;</p>\n\n\n\n<p>Enabling end users to reach their goals. And whether that means participating in contributing to the software, to the Core software itself, in terms of UI/UX usability. That can include participating in the community and sharing your knowledge proactively with users who may be new to the platform, or have used WordPress for a while, but now want to step up their game, get a little deeper into using their websites as a tool for growth, for whatever business that they&#8217;re in. So, I mean, overall, the, the most important part of the WordPress world to me are the end users. And, you know, there, there is this quote unquote inner circle of WordPress community people. People who are involved in .org, people who contribute to the software, people who contribute to the 20 plus make.wordpress.org teams.</p>\n\n\n\n<p>Those we have to keep in mind, are not the average user by and far. They are not the typical user that hears the word WordPress and then goes out and searches it and then has to figure out how to use it. So I think user experience is probably the most important part for me and making sure that any of that innate knowledge that we have in that inner circle of WordPress because many of us have been using it for so long, keeping in mind that is not the norm. And it&#8217;s not the scale at which WordPress is used and, and making sure we translate complex concepts down to a layperson&#8217;s terms that might not be as familiar.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:15:17]&nbsp;</strong></p>\n\n\n\n<p>One of the things that I have always found so fascinating about the web and WordPress’ role in it is how it has made the world simultaneously smaller and bigger. By giving voices to the voiceless we help each other find our community niches regardless of where they are in the world. Some of your closest friends could be people you would never meet in your own neighborhood. Well, let’s hear what some of our community members had to say about that.</p>\n\n\n\n<p><strong>[Dee Tea 00:15:42]</strong></p>\n\n\n\n<p>I think the thing that has been most empowering is, is coming into the project either in terms of contributing time and efforts to the community, which is where most of my contribution has been &#8211; has always been about this is a really cool thing, and I really want to build this.</p>\n\n\n\n<p>And so I&#8217;ll put my time and efforts into building WordPress. Not for me, but because I see its value and I see its community and I see that the contribution that it&#8217;s making to the world and I, and that&#8217;s really important. But finding that on the other side of that was a huge amount of personal benefit for me in my career, in the friendships that I&#8217;ve made.</p>\n\n\n\n<p>But I feel like if I had been approaching the community with, I want a better career, I wanna meet all of these people and I want, and I want all of this. From, “I want” for me, instead of, I want for this project, for the community and effectively for the world with that, you know, that whole democratized, the democratizing of publishing is this thing that serves the world.</p>\n\n\n\n<p>I think that&#8217;s been the key for me is that I absolutely have reaped amazing benefits from it, but it came out of that sense of, I see this value here and I want to contribute to that because it&#8217;s gonna have value, not just for me, but for a whole slew of people. And so, uh, you know, for much, much bigger impact than just on me.</p>\n\n\n\n<p>And so I think that&#8217;s the important thing for me is that sense of, if you approach it with that attitude of what can I do to help? It&#8217;s amazing what you will find yourself helped with in return.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:17:24]&nbsp;</strong></p>\n\n\n\n<p>I hope that you enjoyed this tour of WordPress in the World Wide Web. I want to share a big thank you to all of the folks who contributed to our little WordPress Briefing celebration of World Wide Web Day today.</p>\n\n\n\n<p>And that brings us now to our small list of big things. So firstly, we&#8217;ve got a couple of updates from our upcoming flagship events. WordCamp US has announced a speaker support fund specifically for historically underrepresented speakers at the event. You can donate to the fund on the page if you&#8217;d like, and there are also directions on how to request support, if you are part of an underrepresented group.&nbsp;</p>\n\n\n\n<p>From the folks over at WordCamp Asia, the call for speakers is live. That&#8217;s taking place in February, 2023. But it&#8217;s never too early to brush up those presentations and get them submitted.&nbsp;</p>\n\n\n\n<p>Next big thing is that there are some changes coming to the WordPress mobile app. A lot of the Jetpack functionality will be removed from it, so this is going to have a little bit of an effect on daily users of the app, but it will also have an effect on regular contributors. I&#8217;ll have a link to the full write up in the show notes so that you don&#8217;t have to guess or hold it all in your memory.&nbsp;</p>\n\n\n\n<p>And finally, this excellent design that you see on wordpress.org/news is finally making its way out to the next parts of the wordpress.org website. Before you know, it, there will be a fresh looking homepage as well as few other pages and then… to infinity and beyond (or something like that).&nbsp;</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And next up I&#8217;ll be taking just a mid-year break from the podcast. And so the next time that I actually see you again, will be in September.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13198\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"People of WordPress: Carla Doria\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2022/07/people-of-wordpress-carla-doria/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 31 Jul 2022 19:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13201\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:324:\"In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature Carla Doria, a customer support specialist from South America on how WordPress opened up a new world for her, and gave her the ability to [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Meher Bala\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12025:\"\n<p><strong>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature Carla Doria, a customer support specialist from South America on how WordPress opened up a new world for her, and gave her the ability to help the local community</strong>.</p>\n\n\n\n<p>For Carla, working with WordPress is a vital part of her life. It gave her a career and a community, in which she she would organize the first WordCamp in her city, Cochabamba, and the first in Bolivia.</p>\n\n\n\n<p>Carla studied industrial engineering and has a master’s degree in environmental studies.<br>Her first experience with WordPress was when she decided to start a small business designing and selling cushions and bedclothes.&nbsp;While Carla sat in the small store she had rented, hoping that people stopping at the shop windows would step in to buy something, she decided she needed to create a website.</p>\n\n\n\n<h2><strong>First steps with WordPress</strong></h2>\n\n\n\n<p>Carla had no budget to hire somebody, but she felt confident&nbsp; she could learn things on her own.&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“Learning to use WordPress requires no code skills or a technical background. It needs an adventurous and playful spirit.” </p><cite>Carla Doria</cite></blockquote>\n\n\n\n<p>She had always been studious, and decided she would figure out how to build a website herself. Carla ended up building a simple blog with WordPress. At the time, she didn’t even have a budget to buy a custom domain, so she used a free subdomain.<br><br>“Learning to use WordPress is easy. It requires no code skills or a technical background at all. It only needs an adventurous and playful spirit,” said Carla</p>\n\n\n\n<p>There were no profits, and any income mainly went to pay the store’s rent. At the time, her previous company contacted her for a job opening that matched her profile. Carla needed that income and decided to closed the store and forget about being an entrepreneur.</p>\n\n\n\n<p>Back in employee mode, Carla started her new job as a technical writer for a software development company. Since Carla had completed her master’s degree in the UK, she was proficient in English. Her close affinity for computers and technology made it easy for her to translate complex software jargon into simple tutorial steps.</p>\n\n\n\n<p>As Carla got more interested in technical writing and started to improve her writing skills. This reconnected her with her previous enthusiasm for writing, and she decided to channel that interest into a blog.</p>\n\n\n\n<h2><strong>Diving deep</strong></h2>\n\n\n\n<p>Creating her blog helped her become more familiar with WordPress and building websites. In 2015, Carla blogged about writing, her thoughts, book reviews, and everything that came to mind.&nbsp;</p>\n\n\n\n<p>Through looking for answers to specific issues using her WordPress blog, Carla found the support forums a useful place to go. Soon she realized that she could also help answer other people’s questions.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"600\" height=\"900\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-2.jpg?resize=600%2C900&#038;ssl=1\" alt=\"\" class=\"wp-image-13189\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-2.jpg?w=600&amp;ssl=1 600w, https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-2.jpg?resize=200%2C300&amp;ssl=1 200w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Carla began checking the forums as a hobby. She liked that she was able to help people and learn more while doing so. </p>\n\n\n\n<p>Instead of surfing social media during her work breaks, Carla focused on checking the WordPress forums. Through this she learnt about a support job in one of the global firms.</p>\n\n\n\n<p>She felt the job was made for her and was excited to support people in building their websites with WordPress. The role offered the possibility to work remotely and travel while still working.</p>\n\n\n\n<p>After three years as a technical writer, her career felt stuck. She was certain she did not want to return to any job related to industrial engineering. </p>\n\n\n\n<p>Carla did not get through the selection process the first time. But after nearly 18 months between three applications and learning HTML and CSS, Carla finally secured a support job in 2016. With this job, WordPress became her main source of income.</p>\n\n\n\n<h2><strong>Leading a local WordPress community</strong></h2>\n\n\n\n<p>On the job, Carla learned about the WordPress communities around the world and WordCamps. But when somebody asked about the WordPress community where Carla lived, she didn’t know what to say. Was there a community?</p>\n\n\n\n<p>She discovered no local group existed, so she researched what was needed to setup a meetup. Carla discussed the idea with others, but hesitated as she thought it would require an expert WordPress developer to organize.&nbsp;&nbsp;</p>\n\n\n\n<p>But after trying to gauge interest, Carla realized that the only way to find community members was to start a community. In 2017, the <a href=\"https://www.meetup.com/Cochabamba-WordPress-Meetup/\">WordPress community in Cochabamba</a> was born.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"684\" height=\"391\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/07/Comunidad_WP_Cochabamba_FSE_event2022.jpg?resize=684%2C391&#038;ssl=1\" alt=\"The theme preview screen in the WordPress Cochabamba meeting on creating your website with blocks.\" class=\"wp-image-13236\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/07/Comunidad_WP_Cochabamba_FSE_event2022.jpg?w=684&amp;ssl=1 684w, https://i0.wp.com/wordpress.org/news/files/2022/07/Comunidad_WP_Cochabamba_FSE_event2022.jpg?resize=300%2C171&amp;ssl=1 300w\" sizes=\"(max-width: 684px) 100vw, 684px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>WordPress meeting in Cochabamba explored creating your website with blocks</em></figcaption></figure>\n\n\n\n<p>The group has had ups and downs, probably similar to any other community. Although Cochabamba is not a big city, they had issues finding a location that was free and available to anyone who wanted to join. People came with different levels of knowledge, from people with&nbsp;vast experience with WordPress to people with no experience but who wanted to learn.&nbsp;</p>\n\n\n\n<p>The community grew during the pandemic, as meetups went online and people from other cities in Bolivia were able to attend. After restrictions were lifted, there was a lot of excitement amongst members to meet each other in person.</p>\n\n\n\n<h2><strong>Giving back through speaking</strong></h2>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"600\" height=\"900\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-1.jpg?resize=600%2C900&#038;ssl=1\" alt=\"Carla reading a book under a tree\" class=\"wp-image-13191\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-1.jpg?w=600&amp;ssl=1 600w, https://i1.wp.com/wordpress.org/news/files/2022/07/carla-doria-1.jpg?resize=200%2C300&amp;ssl=1 200w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The community also helped Carla to develop a new skill in public speaking. She applied to be a speaker at WordCamp Mexico <a href=\"https://mexicocity.wordcamp.org/2019/\">2019</a> and <a href=\"https://mexicocity.wordcamp.org/2020/\">2020</a>, <a href=\"https://guayaquil.wordcamp.org/2019/\">WordCamp Guayaquil 2019</a>, and <a href=\"https://colombia.wordcamp.org/2020/\">WordCamp Colombia in 2020</a>. Her confidence grew while she enjoyed connecting with other communities and meeting people who were on similar pathways. Not all of them were developers, as she had presumed. Many, like her, started out as bloggers.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"977\" height=\"419\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/07/WCC.png?resize=977%2C419&#038;ssl=1\" alt=\"WordCamp Cochabamba\'s logo with blue and grey lettering and a hat\" class=\"wp-image-13228\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/07/WCC.png?w=977&amp;ssl=1 977w, https://i1.wp.com/wordpress.org/news/files/2022/07/WCC.png?resize=300%2C129&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/07/WCC.png?resize=768%2C329&amp;ssl=1 768w\" sizes=\"(max-width: 977px) 100vw, 977px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Finally, after three years, Carla applied to organize her first WordCamp in 2021 in <a href=\"https://cochabamba.wordcamp.org/2021/\">Cochabamba</a>. She had never imagined organizing any WordCamp, and through this having the experience to talk to sponsors and contact companies, and lead a group of people with different talents and backgrounds. Carla felt she had learnt so much from the experience.</p>\n\n\n\n<p>Thanks to WordPress, Carla found a job she enjoyed, was able to work remotely, and help build something in her community to help people learn skills and find career opportunities.</p>\n\n\n\n<p>Carla feels grateful for all she has been able to do thanks to WordPress. She said: “WordPress has led me to find good jobs. It also has allowed me to contribute to a community of friends that love learning about WordPress.”  </p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Alison Rothwell (<a href=\'https://profiles.wordpress.org/wpfiddlybits/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wpfiddlybits</a>), Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), and Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>) for work on this feature, and to all the contributors who helped with the series recently. Thank you too to Carla Doria (<a href=\'https://profiles.wordpress.org/carlisdm/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>carlisdm</a>) for sharing her experiences.</p>\n\n\n\n<p>Thank you to Josepha Haden (@chantaboune) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support of the People of WordPress series.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13201\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WP Briefing: Episode 36: Beginner’s Guide to Contributions 2.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wordpress.org/news/2022/07/episode-36-beginners-guide-to-contributions-2-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Jul 2022 11:05:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13162\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:164:\"Thinking of contributing to WordPress? Josepha Haden Chomphosy guides you through the five stages of contribution on the latest episode of the WP Briefing podcast! \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/07/WP-Briefing-036.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16474:\"\n<p>In the thirty-sixth episode of the WordPress Briefing, Josepha Haden Chomphosy revisits the Beginner&#8217;s Guide to Contributions to the WordPress open source project. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:[email protected]\">[email protected]</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References</h2>\n\n\n\n<ol><li><a href=\"https://make.wordpress.org/performance\" data-type=\"URL\" data-id=\"make.wordpress.org/performance\">Performance Team Information</a></li><li><a href=\"https://make.wordpress.org/community/2022/07/07/wcus2022-contributor-team-signup/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/community/2022/07/07/wcus2022-contributor-team-signup/\">WordCamp US Contributor Day Table Lead Info</a></li><li><a href=\"https://make.wordpress.org/test/2022/07/11/fse-program-testing-call-15-category-customization/\">Call for Testing #15: Category Customization </a></li><li><a href=\"https://europe.wordcamp.org/2019/contributor-orientation-tool/\">Contributor Quizlet</a></li></ol>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13162\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:10]&nbsp;&nbsp;</p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing. The podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40]&nbsp;&nbsp;</p>\n\n\n\n<p>WordPress is an open source software project and, like many other open source software projects, has an entire community of people who show up to help improve it however they can. Most of you probably use WordPress every day in some way. And I&#8217;m going to assume that since you listen to this podcast, you&#8217;re also interested in how this all works.</p>\n\n\n\n<p>One of the things I mention practically every episode is that WordPress works and continues to work because of generous contributions from people all around the world. I consider my work with WordPress to be my way of giving back for everything that this software enabled me and my family to do. But I once was a first-time contributor, and I remember what it felt like before I knew everything.&nbsp;</p>\n\n\n\n<p>I felt like it moved at the speed of light and that I could never tell what to do now, let alone what to do next. And that everyone around me basically already knew everything. And if you are feeling that way right now, I encourage you to take a big deep breath [breathe] and let me help you get started.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:43]&nbsp;&nbsp;</p>\n\n\n\n<p>I&#8217;m a roadmap sort of person. So I&#8217;m going to start by sharing the stages I&#8217;ve observed for folks who are contributing to open source. That way, you can tell where you are right now, which spoiler alert is probably a bit further along than you realize. Then I&#8217;ll give you some questions you can ask yourself for each stage to figure out what is a good fit for you. Think of it as a guided exploration.&nbsp;</p>\n\n\n\n<p>All right, the five stages. So these are they:&nbsp;</p>\n\n\n\n<ol><li><strong>Connecting</strong>. That&#8217;s when you&#8217;re first learning about the community. You know WordPress exists, but now you&#8217;ve just discovered that the community exists. That&#8217;s where you are.&nbsp;</li><li>The second phase is <strong>Understanding</strong>. It&#8217;s when you are researching the community, like, you know it exists, you think you want to give back, and so you&#8217;re trying to figure out where everything is.&nbsp;</li><li>The third phase is what I call <strong>Engaging</strong>. It&#8217;s when you&#8217;re first interacting, you&#8217;ve downloaded the CMS, you have figured out which team you think you&#8217;re interested in, and you&#8217;re headed to events or meetings or whatever.&nbsp;</li><li>The fourth stage is one that I refer to as <strong>Performing</strong>. And that&#8217;s when you&#8217;ve decided that you&#8217;re gonna volunteer and you&#8217;re gonna take some action. You&#8217;re going to like a contributor day or running a release or whatever. I think that&#8217;s probably not the first place you land, running a release is probably a lot, but, you know, coordinating work on the release or something like that.&nbsp;</li><li>And then phase five, which is the <strong>Leading</strong> phase. That&#8217;s when you&#8217;re taking responsibility for things getting done.&nbsp;</li></ol>\n\n\n\n<p>[Josepha Haden Chomphosy 00:03:08]&nbsp;&nbsp;</p>\n\n\n\n<p>Before we get any further, there are four important things to remember about those stages.</p>\n\n\n\n<p>The first thing to remember is that there is no set time between any of those stages. You can start in one and then three years later go to the next one, or you can start in one and go into the next stage tomorrow. The next thing to know is that each stage builds on the one before it. In my observation, anytime I have seen a contributor who feels like they&#8217;re really struggling, it&#8217;s because they skipped a stage in there, which really causes some trouble for them.</p>\n\n\n\n<p>The next thing to remember is that not everyone will make it through these stages, which is okay. The majority of the community stops at three. Most contributors stop at four. And that is perfectly fine. That is expected. That is normal and completely in line with what we expect from contribution.</p>\n\n\n\n<p>Uh, and the final thing to remember about that list of the phases is that very few people make it into that leadership stage. If we assume, like I do, that 1% of the people who are using WordPress also show up and contribute back to WordPress, then it&#8217;s kind of safe to assume also that about 1% of those people who have shown up to contribute to WordPress are moving into a space where they feel like they&#8217;re willing to take responsibility for making sure things get done in WordPress.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:31]&nbsp;&nbsp;</p>\n\n\n\n<p>Like we all collectively feel responsible for WordPress&#8217;s success, but in that leadership area, you&#8217;re kind of taking responsibility for 40% of the web or whatever&#8217;s going on there. And not a lot of people make it there, and that is completely fine, too. So that&#8217;s our basic terminology today. Those are the caveats that go with our basic terminology.</p>\n\n\n\n<p>Most difficulties that arise for new contributors happen because a stage got skipped somewhere along the way. It&#8217;s almost never intentional, but from what I&#8217;ve observed, that&#8217;s what makes it really difficult to get started and what makes it difficult to keep going once you&#8217;ve kind of already gotten in there.</p>\n\n\n\n<p>So, all right. Big breath, folks with me again [breathe]. Alright, it&#8217;s guided exploration time.&nbsp;</p>\n\n\n\n<p>First phase, the connecting phase. Remember, this is where you&#8217;ve just learned the community exists, people are talking about it, you don&#8217;t know much more. The first step for you is asking yourself what it is you could do. Or if there&#8217;s a project out there that looks particularly interesting.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:36]&nbsp;&nbsp;</p>\n\n\n\n<p>So you can ask yourself questions, like, am I a writer? And if I am a writer, do I write technical or prose. The other thing you can ask is, am I a PHP developer, a JavaScript developer, Python, Go; which language am I writing in because I find it most beautiful. Another thing you can ask yourself is, am I a teacher or a mentor, or do I just generally like to be a mighty helper? And I like to make sure that things keep running.&nbsp;</p>\n\n\n\n<p>So once you&#8217;ve asked yourself those things, it&#8217;s on to phase two, the understanding phase. This is when you&#8217;re looking around at this new-to-you community to see what is happening where. So you take a look at the teams that are around, you think about whatever it was you said you were good at in the last question and you look at which teams might be a good fit.&nbsp;</p>\n\n\n\n<p>So if you said that you&#8217;re a good technical writer, then Docs probably is for you. Have you been training others to use WordPress for years? Then you might wanna look into Training. There are a lot of other things, obviously, like if you think you&#8217;re good at working with code PHP or JavaScript, you&#8217;re probably gonna end up in Core.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:46]&nbsp;&nbsp;</p>\n\n\n\n<p>If you are particularly good at any of the other tech stacks that we have around in our Trac area or an Openverse, then that&#8217;s where you&#8217;ll land over there. You have design options. Like if design is really your thing, we have a Design team, but we also have a Themes team. There are plenty of places that you can land depending on what it is that you feel like you are the best at and could really help the WordPress project. And so that&#8217;s your phase two.&nbsp;</p>\n\n\n\n<p>Now that you have gotten a good guess at a team, we&#8217;re gonna swing through to phase three, which is the engaging phase. This is the phase that is the scariest for most people, but it&#8217;s okay. I am here for you. I am here for you in this podcast. So you have figured out what you want to do in order to contribute, and you&#8217;ve got a sense for the team that looks right. There are two things that you do next.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:34]&nbsp;&nbsp;</p>\n\n\n\n<p>One is that you can go to a meeting. There are many kinds of meetings. There are team meetings, bug scrubs, and testing sessions, but they&#8217;re all in Slack, which means that you can attend one from anywhere. When they kick off, you wave, you introduce yourself, you let everybody know that you&#8217;re there and you&#8217;re observing. Folks will welcome you and just kind of give you some concept of what they&#8217;re working on. Easy as that. You&#8217;ve done your first time meeting attendance.&nbsp;</p>\n\n\n\n<p>Another good option is to keep an eye out for specific events. Some of those events happen online, like Global Translation Day. But also some of them happen in person like, Meetups or WordCamps. And there again, you show up, you wave, you introduce yourself, see if you can make a connection or two, let people know that you&#8217;re new and you&#8217;re just trying to figure out where you are and what you wanna do.&nbsp;</p>\n\n\n\n<p>If you&#8217;ve made it now, all the way to phase four, the performing phase, then give yourself a little pat on the back! Figuring out where you want to go and who your friendly faces are is the biggest challenge when you get started. So congratulations!&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:08:37]&nbsp;&nbsp;</p>\n\n\n\n<p>Phase four is the phase where you&#8217;ve decided you&#8217;re brave enough to volunteer &#8211; to do some contribution. You&#8217;re volunteering your time. That&#8217;s where you are now. So oddly enough, you start this phase by assigning yourself something, assigning yourself, a task. This seems counterintuitive.</p>\n\n\n\n<p>There&#8217;s this feeling that you can&#8217;t say that you&#8217;re gonna do something. That you can&#8217;t just assign something to yourself and say that you&#8217;re gonna do it. But in open source projects, you always can. You find a task where you&#8217;re comfortable, and you just mention that you would like to give it a try while the team is having their weekly meeting. And it&#8217;s simple as that. And not big things either. Like organizing an event or maintaining a component, those are probably too big for your first time around.</p>\n\n\n\n<p>I&#8217;m talking things like, &#8216;I will test that patch that you mentioned in the meeting.&#8217; Or &#8216;I will review the docs and make sure that they&#8217;re up to date with the most recent release.&#8217; Or &#8216;I can help run meetings for the next release.&#8217;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:40]&nbsp;&nbsp;</p>\n\n\n\n<p>And then you have phase five, where you just repeat phase four until you are leading something! And I don&#8217;t mean leading in the 1950s sort of way, where you have like a corner office and you&#8217;re ordering people around. I mean, in the warm, inviting millennial way where you&#8217;re leading by inspiring people to do something or you&#8217;re leading because you make sure that the meeting happens every single week.</p>\n\n\n\n<p>Or you&#8217;re leading because you added screenshots to tickets that needed testing and so you moved something forward in a way that was helpful. Easy peasy. You can go to your first contributor today or a WordPress Slack meeting and just be a contributor by the time you leave, right? You might feel like ‘easy as that isn&#8217;t quite the right set of words right there. And as a matter of fact, you might be thinking to yourself, this woman is just plain wrong. It could not possibly be that easy. And I agree. It really isn&#8217;t literally quote-unquote just that easy. Just like handing someone a notebook and a pen will not instantly make them an award-winning novelist, handing someone a wordpress.org profile and credentials to Slack won&#8217;t instantly make them a contributor.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:46]&nbsp;&nbsp;</p>\n\n\n\n<p>For both of those examples, what makes someone good is the ability to try and fail and still be encouraged to try again. So if it&#8217;s been a while since you contributed and you&#8217;re thinking about returning, or if you&#8217;ve been listening to me for a while and you&#8217;re ready to give this contribution thing a try, I hope this helps you to feel brave enough to try and brave enough to fail.</p>\n\n\n\n<p>And I encourage you to be brave enough to try again.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:11:20]&nbsp;&nbsp;</p>\n\n\n\n<p>Let&#8217;s take a look at our small list of big things. My friends, we have a Performance team. This team has been a working group for a long time and is focused on some deep, inner workings of WordPress and its surrounding ecosystem to make sure that we are as fast and slick as possible. You can check them out on make.wordpress.org/performance, their brand new site, and see when they&#8217;re meeting, what they&#8217;re aiming to get into the WordPress 6.1 release, and if that&#8217;s something that you would like to contribute to.&nbsp;</p>\n\n\n\n<p>The second thing is that there&#8217;s a brand new call out for testing. This time it&#8217;s focused on templates and retroactively applying them to an entire category of posts. So it&#8217;s a little bit workflow testing, a little bit technology testing, and we could really use your help in bug hunting for both of those things.</p>\n\n\n\n<p>And the final thing is that you know since contribution is obviously the focus of today&#8217;s podcast, we are looking for table leads for WordCamp US’ contributor day that&#8217;s coming up in September. There&#8217;s a whole blog post about it, I&#8217;ll link to it in the show notes so that you&#8217;ll have all the info and can raise your hand if you want.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:12:25]&nbsp;&nbsp;</p>\n\n\n\n<p>And speaking of things that I&#8217;ll have in the show notes, I also am going to put like a contributor quizlet guide thing. If the guided, figuring out of the teams in the phase two section, if that didn&#8217;t make any sense to you and you just need something to direct you specifically to potential teams, I&#8217;m gonna link to the contributor kind of sorting hat quiz that came out with WordCamp Europe. And that should help you work your way through phase two and get ready for phase three if that is where the spirit takes you.&nbsp;</p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13162\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 6.0.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2022/07/wordpress-6-0-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jul 2022 16:58:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:5:\"6.0.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"minor-releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13138\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:236:\"WordPress 6.0.1 is now available for download. This maintenance release features several updates since the release of WordPress 6.0 in May 2022. You can review a summary of the key changes in this release by visiting WordPress.org/news.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5452:\"\n<h2>WordPress 6.0.1 is now available</h2>\n\n\n\n<p>This maintenance release features <a href=\"https://core.trac.wordpress.org/query?milestone=6.0.1\">13 bug fixes in Core</a> and <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">18 bug fixes</a> for the Block Editor. WordPress 6.0.1 is a short-cycle maintenance release. You can review a summary of the key updates in this release by reading the <a href=\"https://make.wordpress.org/core/2022/07/05/wordpress-6-0-1-rc-1-is-now-available/\">RC1 announcement</a>.</p>\n\n\n\n<p>The next major release will be <a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\">version 6.1</a> planned for later in 2022.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.0.1.zip\">download WordPress 6.0.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information, check out the <a href=\"https://wordpress.org/support/wordpress-version/version-6-0-1/\">version 6.0.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thank you to these WordPress contributors</h2>\n\n\n\n<p>The WordPress 6.0.1 release is led by <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">@sergeybiryukov</a> and <a href=\"https://profiles.wordpress.org/zieladam/\">@zieladam</a>.</p>\n\n\n\n<p>WordPress 6.0.1 would not have been possible without the contributions of more than 50 people. Their asynchronous coordination to deliver several enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/oztaser/\">Adil Öztaşer</a>, <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">annezazu</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/petitphp/\">Clement Boirie</a>, <a href=\"https://profiles.wordpress.org/danieliser/\">Daniel Iser</a>, <a href=\"https://profiles.wordpress.org/denishua/\">denishua</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a>, <a href=\"https://profiles.wordpress.org/gabertronic/\">Gabriel Rose</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a>, <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jnz31/\">jnz31</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/luisherranz/\">Luis Herranz</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a>, <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/navigatrum/\">navigatrum</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James Dodd</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">Ravikumar Patel</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/samikeijonen/\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/nathannoom/\">Trinadin</a>, and <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich Pogson</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13138\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WP Briefing: Episode 35: Five for the Future’s True Intentions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wordpress.org/news/2022/07/episode-35-five-for-the-futures-true-intentions/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Jul 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13132\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"On this week\'s episode of the WordPress Briefing, Josepha answers questions about the intentions behind the Five for the Future initiative. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/07/WP-Briefing-035.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14788:\"\n<p>In the thirty-fifth episode of the WordPress Briefing, Josepha Haden Chomphosy tackles questions about the true intentions of the Five for the Future initiative.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to You can submit them to <a href=\"mailto:[email protected]\">[email protected]</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References</h2>\n\n\n\n<ol><li><a href=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\">New Create Block Theme plugin</a></li><li><a href=\"https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/\">Open Sourcing Theme Designs </a></li><li><a href=\"https://make.wordpress.org/meta/2022/07/01/exploration-improving-devhub/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/meta/2022/07/01/exploration-improving-devhub/\">Exploration in Meta to improve DevHub </a></li><li><a href=\"https://en.wikipedia.org/wiki/Tragedy_of_the_commons\" data-type=\"URL\" data-id=\"https://en.wikipedia.org/wiki/Tragedy_of_the_commons\">Tragedy of the Commons definition</a></li></ol>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13132\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:10]&nbsp;&nbsp;</p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:40]&nbsp;&nbsp;</p>\n\n\n\n<p>Today I&#8217;m talking about Five for the Future– again. Before we get stuck right into the heart of it, 10 episodes ago, in episode 25, I focused on the Five for the Future initiative and I recommend that you listen to that before you join me in today&#8217;s episode. It&#8217;s only eight minutes and it gives you a history of the Five for the Future initiative, as well as some information on the Five for the Future program.</p>\n\n\n\n<p>It then goes on to talk about some of the original intentions behind that original initiative. The reason I bring this back up today is partially because one, I will talk about both the program and the initiative it&#8217;s based on literally anytime. I believe strongly that they are both a vital part of what will result in a triumph of the commons of WordPress, and keep this empowering project around for years to come.&nbsp;</p>\n\n\n\n<p>But I also bring it up today because there&#8217;s conversation about a post I published a couple of months back that has generated some dialogue around the intentions of this catchy call to contribution. So to make sure that as we move through this discussion together, we are working with as much factual information as possible, I present to you some facts.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:46]&nbsp;&nbsp;</p>\n\n\n\n<p>First and foremost, the pillars of this initiative. The 5% in Five for the Future is aspirational. Contribution to open source is a question and indication of privilege. So the 5% is not a requirement, but rather it&#8217;s an aim. It could refer to 5% of your time or 5% of your resources, or just any amount of your time or resources around. Regardless of how you&#8217;re defining it, it is an aspiration, not a requirement.&nbsp;</p>\n\n\n\n<p>The second pillar, pledges show your intention and whatever contributions you are able to offer after you&#8217;ve made your pledge are always welcome. No one is out there checking for 100% completion of the hours that you intended to give back to WordPress versus the hours that you actually succeeded at giving back to WordPress.</p>\n\n\n\n<p>There are so many volunteers that make sure that this project is running and functional and has plenty of people knowing how to get things done and how to teach others how to get things done. It&#8217;s all coming from generosity of heart.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:52]&nbsp;&nbsp;</p>\n\n\n\n<p>And speaking of generosity, the third thing that is important about this initiative is that it insists on and wants to celebrate a culture of generosity. Beyond the concept of a pledge, is the idea of generous collaboration toward the long term health and stability of our project for the future.</p>\n\n\n\n<p>As contributors, we understand that we are greater than the sum of our parts and what we build <em>within</em> WordPress empowers those who build <em>with</em> WordPress. So those are the pillars that went into that initial thought, that opening Five for the Future call to action that Matt gave to everybody in 2014.</p>\n\n\n\n<p>And so now I want to share with you some of the pillars of the program that has grown up around it. So the Five for the Future initiative, if you&#8217;re not familiar, was started in 2014 and is a grand call to all of us to remember to give back to the shared commons of WordPress. Its aim was to help guard against what is called the “tragedy of the commons,” where resources are continually taken out and not necessarily reinvested in. No one&#8217;s necessarily putting anything back into those.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:06]&nbsp;&nbsp;</p>\n\n\n\n<p>So that&#8217;s the starting point for all of this. So the program, the Five for the Future program, in 2018 was built as a collaborative effort with full participation and buy-in from the contributors who were active in the project at the time. It allowed anyone to raise their hands, to show support of WordPress via a pledge and also started a multi-year discussion of how to define contributions in a way that let us automatically provide props and therefore more effectively put badges on people&#8217;s wordpress.org profiles.&nbsp;</p>\n\n\n\n<p>And then in 2019, there was an additional pilot of the program, which kind of offered some team structure, which was intended to not only take on work that I don&#8217;t like to ask volunteers to do, but also to provide some checks and balances to an absolute raft of sponsored contributor hours that we had started to see show up.&nbsp;</p>\n\n\n\n<p>Which brings us then to the post that I mentioned at the start. Knowledgeable supporters of the WordPress open source project have debated next iterations to Five for the Future activity and programming. So, to bring the conversation to a central set of questions, or rather to bring the conversation to a central spot, I raised these two questions. One, what activities can we see inside our contributor networks? So wordpress.org, make.wordpress.org, the Rosetta sites that we have, Slack, et cetera.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:30]&nbsp;&nbsp;</p>\n\n\n\n<p>So what activities can we see inside the contributor networks that we can flag to enable easier distribution of props and therefore badges? The second question is, what activities can we see also in those contributor networks that appear to be contributions, but in the end are only benefiting the person or company that provides the contributions?</p>\n\n\n\n<p>For what it&#8217;s worth that discussion then also raised a third question that I don&#8217;t think we&#8217;ve even started to tackle, which is what about the activities that are not in the contributor network, but still do move WordPress forward? Cause there are so, so many of those things and it&#8217;s a great question. I don&#8217;t have an answer and just so that I don&#8217;t leave you all with a series of questions for which there are no answers provided in this particular podcast, I do have a few answers for questions that I have seen floating around this discussion.&nbsp;</p>\n\n\n\n<p>So the first question is actually a bunch of questions. There are like three parts to it. What are props, who gives props, and who tracks them? So ‘props’ is a term used in WordPress to describe shared recognition of a contribution. Think of it as like a hat tip or kudos or an assist. However you think about it, it&#8217;s recognition of the other people who helped to solve a problem along the way. That is what props are.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:47]&nbsp;&nbsp;</p>\n\n\n\n<p>The second part of that question is who gives props and historically developers have given props, which tends to mean that it&#8217;s mostly developers who get props. But now, also, any team rep during a release cycle can provide props to folks on their team, volunteers on their team who were really helpful during the course of the release.</p>\n\n\n\n<p>And recently we also added the functionality for ad hoc props to be given in the Slack props channel, and those get added to your profile activity. So that someone can give you basically a public thanks for having helped on something that they were working on. And then that gets logged in your activity tracker on your WordPress.org profile.</p>\n\n\n\n<p>And then the final question in that first big question is who tracks these props? And the answer is human beings! Which is why folks feel like they have to do a ton of things before they even get props. And that&#8217;s also why I&#8217;d like to automate more and more of them so that you don&#8217;t have to do a ton of things in order for someone to show up and acknowledge that you are part of a solution.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:51]&nbsp;&nbsp;</p>\n\n\n\n<p>So the second question that I&#8217;ve seen kind of running around is, where do props start? And that is a great question that has been asked year after year. And one that I think we should continue to ask. The reality is that we won&#8217;t be able to see every contribution to WordPress, but that doesn&#8217;t mean that they aren&#8217;t valuable. And it doesn&#8217;t mean that they don&#8217;t matter.&nbsp;</p>\n\n\n\n<p>Building our culture of generosity helps us to better recognize and celebrate each other for all of our contributions, whether they are for a major release or a major event, or one of these new ad hoc props that you can offer to people. And if we see more and more of the same type of contributions being celebrated, then we can also work toward automating those as well, so that you don&#8217;t have to do a super ton of them before someone has noticed that you&#8217;ve done even one of them.&nbsp;</p>\n\n\n\n<p>And the third big question that has been running around is, what about the people who don&#8217;t want the props? If people want to be literally anonymous, then deletion requests are probably your way to go. But I actually don&#8217;t think that&#8217;s the question here. I think the question is what if a prop holds no intrinsic value to you and then, you know, I wanna thank you for that spirit of generosity. And I also wanna say that I&#8217;m so glad you&#8217;re here.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:02]&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>Hopefully, all of these answers clarify what lies at the heart of what is intended with the Five for the Future initiative and the program that&#8217;s built on top of it. And why I care so much about fixing the ways we offer props to folks. For me, it&#8217;s not about assessing the worthiness of people or companies or any of their contributions. For me, it&#8217;s about reinvesting in the shared commons of the WordPress ecosystem, by finding a way that our economy can entice folks to put back into WordPress, something close to the benefit that they receive from it.</p>\n\n\n\n<p>And that brings us now to our small list of big things. Thank you all for making it into the final stretches with me. These three things that I&#8217;m sharing also have companion blog posts to go with them because they are very big questions or very big features, very big plugin kind of things that we&#8217;re looking at. And so you&#8217;ll be able to find those in the show notes, or you can go to wordpress.org/news if you&#8217;re listening to this in a podcast player of your choice that is not wordpress.org.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:10]&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>So the first one on my list is a new plugin. It is called Create Block Theme. And it&#8217;s gonna make it easier for theme builders to use the existing site editor tools to create new block themes. I&#8217;m very excited about this. Uh, you can find it on make.wordpress.org/themes. And I will also include a link to it in the show notes below.&nbsp;</p>\n\n\n\n<p>If themes are not your area of expertise, but you are interested in documentation or the DevHub or to an extent design things, then the improvements that are being worked on for the DevHub are definitely in your area. That&#8217;s kind of a Meta task, but has a few other pieces involved as well. That can be found on make.wordpress.org/meta. But again, I will have a link to the very, very detailed blog post in the show notes.&nbsp;</p>\n\n\n\n<p>It&#8217;s got a bunch of hypothetical changes that are being suggested for the WordPress developer docs, uh, especially when it comes to the function reference. And so there are gonna be some slight design questions, but not like, graphic design/visual design, more in the like, can humans read this design area of things? And so that will be a good one to look at. If you are sort of in the Meta or Documentation vein of things in the way that you like to contribute to WordPress.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:011:30]&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>And then the final thing is about open sourcing theme designs. So open sourcing everything obviously is important to us. And the design tool that we use, this tool called Figma, is open to the public. And so it&#8217;s possible for folks to be able to kind of get in there and use and reuse any design elements.</p>\n\n\n\n<p>And so there&#8217;s a discussion happening over on make.wordpress.org/design about how that can and should look in the future. And so if design is definitely your area, and again, this kind of lines up with themes a little bit, then wander over into that one, for which there will also be a link in the show notes.&nbsp;</p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress – June 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2022/07/the-month-in-wordpress-june-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jul 2022 14:19:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13069\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:313:\"With WordPress 6.1 already in the works, a lot of updates happened during June. Here&#8217;s a summary to catch up on the ones you may have missed.&#160; WordPress 6.1 is Slated for Release on October 25, 2022 Planning for WordPress 6.1 kicked off a few weeks ago with a proposed schedule and a call for [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12416:\"\n<p>With WordPress 6.1 already in the works, a lot of updates happened during June. Here&#8217;s a summary to catch up on the ones you may have missed.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>WordPress 6.1 is Slated for Release on October 25, 2022</h2>\n\n\n\n<p>Planning for WordPress 6.1 kicked off a few weeks ago with a <a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\"><strong>proposed schedule and a call for contributors</strong></a> to the release team. This will be the third major release in 2022 and will include up to Gutenberg 14.1 for a total of 11 Gutenberg releases.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a> published the preliminary <a href=\"https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/\">roadmap for version 6.1</a>, which is expected to refine the full site editing experience introduced in the last two major releases. Stay tuned for a companion post with more details on what’s to come.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Tune in to the <a href=\"https://wordpress.org/news/2022/06/episode-34-wordpress-6-1-is-coming/\">latest episode of WP Briefing</a> to hear WordPress Executive Director Josepha Haden discuss planning for major releases and how you can get involved.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>New in Gutenberg: Versions 13.4 and 13.5</h2>\n\n\n\n<p>There are two new versions of Gutenberg since last month’s edition of the Month in WordPress:</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\"><strong>Gutenberg 13.4</strong></a> includes 25 enhancements and nearly 30 bug fixes. This version adds support for button elements in theme.json and introduces axial spacing in Gallery Block, among other new features.</li><li><a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\"><strong>Gutenberg 13.5</strong></a> was released on June 22, 2022. It comes with an improved featured image UX, expanded design tools for the Post Navigation Link block, and solid accessibility fixes.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Follow the “<a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s new in Gutenberg</a>” posts to stay up to date with the latest updates.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Team Updates: Gutenberg Page Redesign, Meetup Venue Support Funds, and More</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/gutenberg/\">The Gutenberg page</a> got a new redesign! You can<strong> </strong>rearrange the page content the way you want and experience the flexibility that blocks allow. Learn more about the inspiration behind the new look in <a href=\"https://make.wordpress.org/design/2021/10/29/redesign-of-the-gutenberg-page/\">this post</a>.</li><li>WordPress Community Support (WPCS) restarted its <a href=\"https://make.wordpress.org/community/2022/06/22/announcement-reactivating-meetup-venue-support-funds/\">meetup venue support funds</a> for community organizers.</li><li>The Themes Team ​​released a <a href=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\">new plugin called Create Block Theme</a> that makes it easier for theme builders to create block themes.</li><li>Matías Ventura, the lead architect of the Gutenberg project, shared some early thoughts on <a href=\"https://make.wordpress.org/design/2022/06/13/thinking-through-the-wordpress-admin-experience/\">the future of the WordPress admin interface</a>.</li><li>Each month, the Training Team publishes a list of new resources available on the Learn WordPress platform. <a href=\"https://make.wordpress.org/updates/2022/06/07/whats-new-on-learnwp-in-may-2022/\">Check out what’s new</a>.</li><li>The Polyglots Team kicked off conversations for planning the <a href=\"https://make.wordpress.org/polyglots/2022/06/15/wp-translation-day-in-september-2022-suggestion-discussion/\">next WordPress Translation Day</a>.</li><li>The Documentation Team posted a series of <a href=\"https://make.wordpress.org/docs/2022/06/13/live-onboarding-sessions-for-the-documentation-team/\">onboarding sessions</a> to get started with documentation.</li><li>After reviewing feedback raised by the community, the Performance Team proposed <a href=\"https://make.wordpress.org/core/2022/06/30/plan-for-adding-webp-multiple-mime-support-for-images/\">a new approach to add WebP and MIME support</a> for images.</li><li>The Themes Team updated its <a href=\"https://make.wordpress.org/themes/2022/06/18/complying-with-gdpr-when-using-google-fonts/\">recommendations for hosting webfonts</a> to follow Europe’s General Data Protection Regulation (GDPR).</li><li>In a step towards <a href=\"https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/\">open sourcing theme designs</a>, the Design Team made some themes authored by WordPress core and other theme developers available in a Figma file.</li><li>The Marketing Team started a discussion to gather feedback on <a href=\"https://make.wordpress.org/marketing/2022/06/17/discussion-promoting-wordcamps-with-the-official-wordpress-social-accounts/\">promoting WordCamps</a> with the official WordPress.org social accounts.</li><li>The Openverse Team <a href=\"https://make.wordpress.org/openverse/2022/06/17/mitigating-out-of-terms-api-usage/\">released version 2.5.5 of the Openverse API</a>, which brings an important change regarding anonymous API requests.</li><li>The Plugin Review Team shared a comprehensive <a href=\"https://make.wordpress.org/plugins/2022/06/15/whats-the-deal-with-invalid-reviews/\">post on invalid plugin reviews</a>.</li><li>The June edition of the <a href=\"https://make.wordpress.org/community/2022/06/24/monthly-organizer-newsletter-june-2022/\">Meetup Organizer Newsletter</a> is now live with a list of ideas on reactivating meetups.</li><li>Check out the <a href=\"https://make.wordpress.org/polyglots/2022/06/27/polyglots-monthly-newsletter-june-2022/\">Polyglots Monthly Newsletter: June 2022</a> to stay up to date with the latest updates from the Polyglots community.</li><li>The latest edition of People of WordPress features the story of web developer <a href=\"https://wordpress.org/news/2022/06/people-of-wordpress-leo-gopal/\">Leo Gopal</a>.</li><li><a href=\"https://block-museum.com/\">The Museum of Block Art</a> (MOBA), a virtual initiative that showcases creative uses of the WordPress block editor, is <a href=\"https://gutenbergtimes.com/museum-of-block-art-is-open-for-submissions/\">now open for submissions</a>.</li><li>Last month the WordPress community was saddened to hear of the passing of <a href=\"https://profiles.wordpress.org/wolly/\">Wolly</a> (Paolo Valenti). Wolly was a long-time WordPress contributor and one of the founding members of the vibrant Italian community. He will be missed.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>The BlackPress community is a great place to connect with black African descent people in the WordPress space, access tech resources, and advance your career skills. <a href=\"https://blackpresswp.com\">Join the BlackPress Community</a>.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Feedback/Testing Requests</h2>\n\n\n\n<ul><li>The Core Team is looking for <a href=\"https://make.wordpress.org/core/2022/06/26/rollback-feature-testing-call-to-action/\">help in testing a rollback functionality</a> for failed plugin and theme updates.</li><li>There’s an open call for feedback on a proposal to make building features and plugins on top of the WordPress REST API easier. <a href=\"https://make.wordpress.org/core/2022/07/04/proposal-better-rest-api-handling-in-javascript/\">Share your thoughts</a> by July 18, 2022.</li><li>The Training Team suggested a public content roadmap for <a href=\"https://make.wordpress.org/training/2022/06/29/learn-wordpress-development-creating-a-public-roadmap-for-content-creation/\">Learn WordPress development</a>. Comments are welcome until July 15, 2022.</li><li>Version 20.2 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/06/28/call-for-testing-wordpress-for-android-20-2/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/06/29/call-for-testing-wordpress-for-ios-20-2/\">iOS</a> is now available for testing.</li><li>Some members of the Meta Team did some experiments with <a href=\"https://make.wordpress.org/meta/2022/07/01/exploration-improving-devhub/\">hypothetical changes to the WordPress Developer Docs</a>. They welcome feedback on the next steps.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Want to get involved in testing WordPress?<strong> </strong>Follow the &#8220;<a href=\"https://make.wordpress.org/test/tag/build-test-tools/\">Week in Test</a>&#8221; posts to find a handy list of links and opportunities.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>WordCamp Asia 2023 is Calling for Sponsors</h2>\n\n\n\n<ul><li>WordCamp Asia 2023, the first flagship WordCamp event in Asia, recently opened its <a href=\"https://asia.wordcamp.org/2023/call-for-sponsors/\">Call for Sponsors</a>.</li><li><a href=\"https://us.wordcamp.org/2022/\">WordCamp US 2022</a> is sold out. General Admission tickets went on sale on June 30, 2022, and were quickly claimed the same day. If you couldn’t get yours, the organizing team recommends <a href=\"https://us.wordcamp.org/2022/tickets/\">checking this page</a> periodically to see if any become available.</li><li>Curious about why WordCamp US is hosting fewer people this year? The WordCamp US team explained why in <a href=\"https://us.wordcamp.org/2022/wordcamp-us-2022-and-attendee-count/\">this post</a>.</li><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a> was successfully held in Porto, Portugal, from June 2 to 4, 2022. The event saw 2,300 in-person attendees and a record 800 participants at Contributor Day. All the sessions will be available <a href=\"https://wordpress.tv/event/wordcamp-europe-2022/\">on WordPress.tv soon</a>.</li><li>In 2023, WordCamp Europe will be hosted in the city of Athens, Greece. The <a href=\"https://europe.wordcamp.org/2023/call-for-organisers/\">Call for Organizers</a> is now open.</li><li>Josepha Haden covered some important questions from WordCamp Europe on a <a href=\"https://wordpress.org/news/2022/06/episode-33-some-important-questions-from-wceu/\">special episode of WP Briefing</a>. Be sure to give it a listen!</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>The #WPDiversity group has organized a free, online speaker workshop for Indian women in the WordPress community. The event will take place on September 24-25, 2022. <a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317\">Registration is now open</a>.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em>Have a story that we could include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13069\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"People of WordPress: Leo Gopal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2022/06/people-of-wordpress-leo-gopal/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jun 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13020\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:355:\"In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature Leo Gopal, from South Africa, a back-end Developer and Customer Support agent on the encouragement and learning support the WordPress community can give. Writing as [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Meher Bala\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11765:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature Leo Gopal, from South Africa, a back-end Developer and Customer Support agent on the encouragement and learning support the WordPress community can give.</p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?resize=680%2C420&#038;ssl=1\" alt=\"Portrait of Leo Gopal in a black shirt with a blue sky behind.\" class=\"wp-image-13037\" width=\"680\" height=\"420\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?w=1014&amp;ssl=1 1014w, https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?resize=300%2C186&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?resize=768%2C475&amp;ssl=1 768w\" sizes=\"(max-width: 680px) 100vw, 680px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Writing as a channel of expression</h2>\n\n\n\n<p>Curiosity, writing, and resilience are recurring themes in Leo&#8217;s story, and have mapped with his WordPress journey.&nbsp;</p>\n\n\n\n<p>High school was a difficult time for Leo, as he had a speech impediment which only subsided when he was with close friends or family.</p>\n\n\n\n<p>He began writing a journal as an avenue of expression and found every word arrived smoothly for him. &nbsp;</p>\n\n\n\n<h2>It all began with WordPress 1.2 &#8216;Mingus&#8217;</h2>\n\n\n\n<p>In 2004, Leo discovered the joy of blogging as a way of combining keeping a journal with ‘conversations’ he could have with those who commented on his blogs. The potential and power of blogs would be an influence in the rest of his life.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/06/leo-gopal.jpeg?fit=720%2C960&amp;ssl=1\" alt=\"Leo sat in front of a pond. \" class=\"wp-image-13027\" width=\"720\" height=\"960\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/06/leo-gopal.jpeg?w=720&amp;ssl=1 720w, https://i1.wp.com/wordpress.org/news/files/2022/06/leo-gopal.jpeg?resize=225%2C300&amp;ssl=1 225w\" sizes=\"(max-width: 720px) 100vw, 720px\" /></figure>\n\n\n\n<p>As Leo&#8217;s confidence grew through expressing himself in writing, he was determined that his stutter would &#8216;no longer hold power over him&#8217;. In 2005, with the encouragement of his blog readers, he spent his school summer break in his room working on reducing his stutter. WordPress would be the tool that would enable him to connect with his blog readers and to express his creativity and thoughts.</p>\n\n\n\n<h2>Making WordPress your own</h2>\n\n\n\n<p>In high school, Leo had opted for programming as one of his subjects. In 2008, he built his first website using WordPress for the students at the school. This was the first time he saw the real value of WordPress and open source.</p>\n\n\n\n<p>During the following years, he increasingly spent time searching online for information on &#8216;Customising WordPress&#8217; and &#8216;Making WordPress your own&#8217;.</p>\n\n\n\n<p>Leo wanted to keep busy and as soon as he finished school, he applied for every entry-level web-related job that he could find. He was hired by a company for the role of webmaster for its Marketing team focused on WordPress.</p>\n\n\n\n<p>He continued to grow his skills as a WordPress developer with the help of useful documentation that he could find and through his helpful local WordPress Community. This helped him earn a living and support his family.</p>\n\n\n\n<h2>Helping yourself through helping others in the community</h2>\n\n\n\n<p>In 2015, Leo moved full-time to Cape Town, South Africa, and started as a developer at a web development agency, eventually progressing to its Head of Development and managing a small team.</p>\n\n\n\n<p>He chose WordPress as his main platform for development mainly because of the community behind it.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>Had it not been for those searches on how to make WordPress your own, my life would have turned out a lot differently</em>.”&nbsp;</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>Leo felt he had a hurdle to overcome working in web sector. He didn’t feel like a ‘real developer’ being self-taught. However, through the community, he realized that there were many self-taught developers and he was not alone.&nbsp;&nbsp;</p>\n\n\n\n<p>Alongside his development path, Leo faced a mental health journey. He had suffered from depression and found the community to be accepting and understanding of this.&nbsp;</p>\n\n\n\n<p>At WordCamp Cape Town 2016, he stood in front of an audience and gave a talk: “<a href=\"https://wordpress.tv/2016/11/24/leo-gopal-the-wordpress-community-mental-wellness-and-you/\">The WordPress Community, Mental Wellness, and You</a>”. Following this talk, he was greeted by many attendees who thanked him for talking so openly about mental health issues.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"Leo speaking at the podium at WordCamp Cape Town in 2016\" class=\"wp-image-13023\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?w=1024&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?resize=768%2C512&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Leo speaking at a WordCamp</em> Cape Town, 2016</figcaption></figure>\n\n\n\n<p>Leo has been diagnosed with bipolar, previously known as manic depression. In 2017, he hit a low period and struggled to keep going. He found support and understanding in the community in WordPress.</p>\n\n\n\n<p>He has openly written about his experiences with depression and started an initiative where topics of mental health and general wellbeing can be freely and non-judgmentally discussed.&nbsp;&nbsp;</p>\n\n\n\n<p>He said that by helping others, he is helping himself, every day.</p>\n\n\n\n<h2>Contributing to WordPress</h2>\n\n\n\n<p>Leo has contributed to the community as a Co-organizer in South Africa for the 2016 and 2017 WordCamp Cape Town, WordPress Meetup Cape Town 2015 &#8211; 2016, and WordPress Durban 2017 – 2020. He has also spoken at a number of WordCamps.</p>\n\n\n\n<p>Maintaining connections with people he had met through these events Leo felt was a great aid to his mental wellbeing during the Covid pandemic. </p>\n\n\n\n<p>He has contributed to core and plugins and believes that WordPress and its community make it extremely easy to contribute. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>The cost to start contributing is extremely low &#8211; start now</em>”.</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>When the ability to create and add patterns to the WordPress.org library came out in 2021, Leo used it almost immediately and created a <a href=\"https://wordpress.org/patterns/pattern/call-to-action-section-2/\">call-to-action box</a> which could be used by both his clients and the community. He plans to release a few more complex patterns.&nbsp;&nbsp;</p>\n\n\n\n<h2>Yes, we can.</h2>\n\n\n\n<p>Leo’s mantra is “I can do it!”</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"Leo speaking at a WordCamp Cape Town in 2019\" class=\"wp-image-13032\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?w=1944&amp;ssl=1 1944w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Leo speaking at a WordCamp</em> Cape Town, 2019</figcaption></figure>\n\n\n\n<p>Getting over a stutter, overcoming poverty, being urgently self-taught, growing up in a country with “load shedding” electricity outages, and one of the slowest rated internet speeds in the developing world, and strengthening mental wellness are not easy feats., And yet, he knows he can do it.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>Never, ever think you do not have the &#8216;right&#8217; circumstances for success. Just keep going, progress over perfection – <strong>you</strong> can do it</em>.”</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>As Leo puts it, the WordPress community doesn’t just power a percentage of the internet; it empowers too.</p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>) for work on this feature, and to all the contributors who helped with specific areas and the series this last few months. Thank you too to Leo Gopal (<a href=\'https://profiles.wordpress.org/leogopal/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>leogopal</a>) for sharing his experiences.</p>\n\n\n\n<p>Thank you to Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for support of the People of WordPress series.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WP Briefing: Episode 34: WordPress 6.1 is Coming!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2022/06/episode-34-wordpress-6-1-is-coming/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jun 2022 15:13:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13013\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:154:\"Join WordPress Executive Director Josepha Haden Chomphosy as she covers planning for major releases and how you can get involved in the 6.1 release cycle!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/06/WP-Briefing-034.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8675:\"\n<p>In the thirty-fourth episode of the WordPress Briefing, hear WordPress Executive Director Josepha Haden Chomphosy discuss planning for the major release and how you can get involved in the WordPress 6.1 release cycle! </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:[email protected]\">[email protected]</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\">WordPress 6.1 Planning Roundup Core Post</a></li><li><a href=\"https://make.wordpress.org/core/tag/6-1/\">All WordPress 6.1 posts on Make Core</a></li><li><a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317\">Speaker Workshop for Indian Women in the WordPress Community</a></li><li><a href=\"https://wordpress.org/photos/\" data-type=\"URL\" data-id=\"https://wordpress.org/photos/\">Submit photos to the WordPress Photo Directory</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13013\"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:10]&nbsp;&nbsp;</p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go.</p>\n\n\n\n<p>All right my friends. So it&#8217;s been about a month since WordPress 6.0 came out and you know what that means. It means we are already looking at the next major WordPress release because,&nbsp; as most of you know, WordPress never sleeps. Y&#8217;all are honestly up and hustling like 24/7 as far as I can tell, which is great! And is one of the many benefits of being a global community, I suppose.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:05]</p>\n\n\n\n<p>But anyway, back to this major release. There was a high-level roadmap shared by Mattias Ventura at the start of June. And it lists some focus areas for the Block Editor, continued refinements to the template editor and navigation block, and some work on global styles and more / better blocks and design tools that are slated to ship with WordPress 6.1. From the WordPress core side, though, there are a couple hundred tickets that are milestoned for the next major.</p>\n\n\n\n<p>Being milestoned for a release means that either a ticket wasn&#8217;t ready for the last release and was moved to the next available one, or a ticket has become ready for a release since the last major release occurred. That list as it stands might be a little bit too big for a single release. However, honestly, no list is too big if we have enough folks contributing.<br></p>\n\n\n\n<p>So if you&#8217;ve never contributed to a major release of WordPress before, and you&#8217;re interested to know how that works, there are some things to keep an eye out for over the next few weeks. We are in what is considered the planning phase for the next big release. And so there are two or three things you&#8217;re gonna see pretty soon.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:11]&nbsp;</p>\n\n\n\n<p>First is a planning kickoff post. That post gets published on make.wordpress.org/core, and it includes notes on volunteering for the release squad, some guesses at areas of focus based on the tickets that we&#8217;re seeing in track, a schedule, the whole kit, and caboodle. It&#8217;s all in there. If you are wanting to know how to lend a hand and how to take your first steps to core contribution, apart from the new contributor meeting that happens before the dev chat, that post is the place to start.&nbsp;</p>\n\n\n\n<p>So keep an eye out on make.wordpress.org/core for that. And then the second thing that shows up in the planning phase for any major release is bug scrub and ticket triage meetings. Like I mentioned, there are the new contributor meetings where they scrub tickets and talk through the basics of what we&#8217;re seeing on good first bugs.</p>\n\n\n\n<p>And I mentioned that here often, I just mentioned it in the last, in the last bullet point, but there are also regular bug scrubs and ticket triaging sessions where a kind contributor chooses a set of tickets to review and then leads other contributors through the process of checking to see if a ticket is valid to see if it can be replicated to see if it has a patch.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:03:23]&nbsp;</p>\n\n\n\n<p>If there are decisions that are blocking it and how to move those decisions forward, and generally just kind of discuss what else has to be done in order to take the ticket to the next step. Those get announced in the dev chat every Wednesday, but also there is a post that will go up on make.wordpress.org/core.</p>\n\n\n\n<p>I wish I had a faster way to say that instead of just racing through the whole URL every time. But it&#8217;ll be okay. We&#8217;ll put it in the show notes in case you would rather just click some stuff. And the third thing to keep an eye out for. If development is not your thing, so writing code is not already part of your tool belt, that&#8217;s totally fine. There are many other important areas where you can contribute, too. Design, training, support, polyglots, marketing, documentation, and more. These teams all do work in and around a release that is vital to WordPress&#8217; overall success.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:04:19]&nbsp;</p>\n\n\n\n<p>And a final thought of all. If that felt a little too intense if you want to see where this ship is headed, but you can&#8217;t quite commit to grabbing an oar today, that&#8217;s fine, too. The most important thing is that if you are a member of the community, as an extender or a user or a die-hard contributor, or a new contributor, the most important thing is that you have some general awareness of what the overall direction is.&nbsp;</p>\n\n\n\n<p>You might do that by experimenting with blocks in your products or by testing screen readers against your workflow or even by setting aside an hour to participate in the latest testing prompt. Being aware of what&#8217;s happening in and around your area of the project will help to keep you kind of prepared and knowledgeable to lend a hand whenever it is that you are ready.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:05:14]&nbsp;</p>\n\n\n\n<p>And that then brings us to our small list of big things. My friends, registration is now open for the WordPress Speaker Workshop for Women Voices in India. That&#8217;s taking place on September 24th and 25th. Uh, it&#8217;s happening over Zoom, so location or travel shouldn&#8217;t really be an obstacle for you. I&#8217;m going to leave a link to some information about that in the show notes. It should be an excellent opportunity that [the] WP Diversity initiative that WordPress has, that the community team helps to foster, is really an excellent experience. And so I hope that you register and attend that.&nbsp;</p>\n\n\n\n<p>And the second thing actually is a bit of a celebration. The Photo Directory recently hit a huge milestone of 3000 photos! And you also can submit your photos to wordpress.org/photos. If you feel so inclined to make a contribution of that type.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:06:07]&nbsp;</p>\n\n\n\n<p>And then the third thing on my smallest of big things is actually kind of a, a WordPress tooltip a little bit of a WordPress project did-ya-know? So, there is a special channel in WordPress Slack for sharing thanks to folks who were especially helpful to you. It&#8217;s called the Props Channel. And when someone shares props with you, it even shows up in your activity on your wordpress.org profile. Pretty cool, huh? Props to the Meta team for that one.</p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WP Briefing: Episode 33: Some Important Questions from WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wordpress.org/news/2022/06/episode-33-some-important-questions-from-wceu/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Jun 2022 11:01:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=13005\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:165:\"WordPress Executive Director Josepha Haden Chomphosy covers some important questions from WordCamp Europe on this special episode of the WordPress Briefing podcast. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/06/WP-Briefing-033.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13788:\"\n<p>In the thirty-third episode of the WordPress Briefing, hear Josepha Haden Chomphosy recap important questions from WordCamp Europe, and a selection of Contributor Day interviews. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:[email protected]\">[email protected]</a>, either written or as a voice recording.</strong></em><br></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a></li><li>Production Assistance: <a href=\"https://profiles.wordpress.org/priethor/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a></li><li>Special Guests: <a href=\"https://profiles.wordpress.org/milana_cap/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/daugis/\">Daugirdas Jankus</a>, and <a href=\"https://profiles.wordpress.org/desrosj/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><em><a href=\"https://en.wikipedia.org/wiki/L%27esprit_de_l%27escalier\" data-type=\"URL\" data-id=\"https://en.wikipedia.org/wiki/L%27esprit_de_l%27escalier\">L&#8217;esprit de l&#8217;escalier</a></em></li><li><a href=\"https://make.wordpress.org/core/2022/05/20/core-editor-improvement-creating-containing-containers/\" data-type=\"URL\">Flexbox Layout Blocks</a></li><li><a href=\"https://make.wordpress.org/training/2022/03/10/recap-of-training-team-meetings-march-8-and-10-2022/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/training/2022/03/10/recap-of-training-team-meetings-march-8-and-10-2022/\">Translating Content on Learn WordPress</a></li><li><a href=\"https://make.wordpress.org/training/handbook/workshops/workshop-subtitles-and-transcripts/translating-subtitles/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/training/handbook/workshops/workshop-subtitles-and-transcripts/translating-subtitles/\">Translating Subtitles</a></li><li><a href=\"https://josepha.blog/2020/01/15/fostering-collaboration-across-cultures/\" data-type=\"URL\" data-id=\"https://josepha.blog/2020/01/15/fostering-collaboration-across-cultures/\">Collaboration Across Cultures</a> (Blog)</li><li><a href=\"https://www.youtube.com/watch?v=8MzJCT2BVV0\" data-type=\"URL\" data-id=\"https://www.youtube.com/watch?v=8MzJCT2BVV0\">Collaboration Across Cultures</a> (YouTube Video)</li><li><a href=\"https://europe.wordcamp.org/2023/call-for-organisers/\" data-type=\"URL\" data-id=\"https://europe.wordcamp.org/2023/call-for-organisers/\">WordCamp Europe Athens: Call for Organizers</a></li><li><a href=\"https://twitter.com/matias_ventura/status/1534602705456480260\" data-type=\"URL\" data-id=\"https://twitter.com/matias_ventura/status/1534602705456480260\">6.1 Release Planning Twitter Thread</a></li><li><a href=\"https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/\">6.1 Release Planning Roadmap Post</a></li><li><a href=\"https://make.wordpress.org/meetings/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/meetings/\">Make WordPress Meetings Calendar</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13005\"></span>\n\n\n\n<p>[<strong>Daugirdas Jankus </strong>00:00:04]&nbsp;</p>\n\n\n\n<p>Honestly, it&#8217;s not a secret. It&#8217;s a big part of our business. And I think it&#8217;s like WordPress is a big part of all the hosting company, company’s, businesses, you know? So for us, it is like, we want to make it better. We want to give back. We want to understand, you know, where we can contribute the most. And we see it as a, you know, win, win, win situation for everyone, for clients, for the whole ecosystem.</p>\n\n\n\n<p>And for us as a business, of course!</p>\n\n\n\n<p>[<strong>Milana Cap </strong>00:00:32]&nbsp;</p>\n\n\n\n<p>My favorite WordPress component is WP CLI. That&#8217;s my crush, haha, because I love terminal. I love doing it. I&#8217;m not a really UI type of person, I get lost in UI. But in terminal, you just type command and it does what you want. And a WP CLI is much more powerful than WordPress dashboard. You can do so many things there and you can have fun.</p>\n\n\n\n<p>Uh, so that&#8217;s my go-to tool!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:10]&nbsp;</p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing– the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:36]&nbsp;</p>\n\n\n\n<p>Many, many people were at WordCamp Europe a couple of weeks ago. And at the end, Matt and I closed out the event sessions with a little question and answer time from the community. I was excited to see everyone and excited to answer their questions. But as with all spur of the moment answers, I experienced this <em>l&#8217;esprit de l&#8217;escalier </em>and I found that there were a few things that I would have answered a little more completely if I had taken more than two seconds to think about them.</p>\n\n\n\n<p>So today I&#8217;m going to augment some of the answers from that session with a little more context and clarity. There was a question from Laura Byrne about favorite blocks in recent WordPress releases. And given that I was exclusively holding WordCamp Europe information in my brain at the time, I couldn&#8217;t think of which block was my favorite. While I was sitting there on that stage,</p>\n\n\n\n<p>I realized that one of my favorite things about WordPress’s 6.0 release, like Matt, wasn&#8217;t really a block, but it was a functional workflow sort of thing. So my favorite thing was the ability to lock blocks, but I mean, the question was about favorite blocks. And so I do know that some of the most anticipated blocks are the Flexbox layout blocks. Whew. What a sentence!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:46]</p>\n\n\n\n<p>Try to say that three times fast! Those blocks are the Flexbox layout blocks, they are sort of shortcuts that show up when you&#8217;re selecting multiple blocks and allow for easy side-by-side layouts. I&#8217;m not explaining it in a way that does it much justice, but I will share a link in the show notes that has more information and you can kind of see how empowering that particular block is in the block editor.</p>\n\n\n\n<p>The next question I wanted to give a little more context to came from Courtney Robertson. She asked about how to make translated content more readily available on learn.wordpress.org. My answer was pretty far ranging and talked about why it&#8217;s harder to commit to prioritizing that over, for my example, translating WordPress core.&nbsp;</p>\n\n\n\n<p>But I also understand that there are people who want to help and just need someone to point them in the right direction. And so I want to be clear that it is possible to have workshops in any language on learn.wordpress.org right now. We just don&#8217;t have a lot of people contributing those translations.</p>\n\n\n\n<p>So there are conversations going on right now in the training team about using Glotpress on learn.wordpress.org, and also how to translate subtitles. So, if you are looking for ways to give back through translation and training is an important kind of area of your focus. I will have links to both of those things in the show notes as well.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:04:11]</p>\n\n\n\n<p>I also gave a quick answer, uh, after this question about how hard it is to recognize contributions that are separate from a major event or major release. In this case, when I say recognize, that&#8217;s recognized as in thank, not recognize as in, know it exists. In case it&#8217;s not clear why that was connected, why that answer was connected to the question, training materials are self-serve and not always specific to individual releases of WordPress.</p>\n\n\n\n<p>So that means the maintenance of any content around training happens routinely over the course of time, rather than because of a specific release or a WordCamp. What sometimes can make it a little harder to entice people to join us in that work.&nbsp;</p>\n\n\n\n<p>And now the third question I&#8217;d like to tackle is the one that came from Megan Rose. She asked how we can encourage better diversity as we go back to in-person events. My answer was more about the big picture, program-wide work that has been done and specific awarenesses that I, as a leader, have been keeping top of mind. That answer is still true and is still important, but again, it doesn&#8217;t really help anyone who&#8217;s wondering how they can show up today in their own communities, and do the hard work of fostering an inclusive space there so that we can confidently welcome more diverse voices together.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:05:27]</p>\n\n\n\n<p>A great place to start is to have conversations with people who aren&#8217;t like you and really listen. Also recognizing that we all come from different backgrounds that give us more or less opportunity and always be asking yourself, who is missing from this conversation and why, how can I find them and invite them into our own WordPress spaces?</p>\n\n\n\n<p>If that all kind of feels right up your alley, I would check out the show notes. I&#8217;ll have some links in there to the community team’s site, as well as a few posts that will help you to explore that a bit further as well.&nbsp;</p>\n\n\n\n<p>There were also a couple of questions about market share slash usage of WordPress, and Five for the Future that I really do want to answer, but as I was writing up the context and just kind of exploring the questions that people were raising, it turned out to really be quite a big set of answers.</p>\n\n\n\n<p>So I will do those in either two separate episodes of their own or one surprisingly long, for me, episode. And so there you have it, a lightning round, deep dive on a few questions from WordCamp Europe.</p>\n\n\n\n<p>[<strong>Jonathan Desrosiers </strong>00:06:41]&nbsp;</p>\n\n\n\n<p>Yeah, it&#8217;s definitely great to be back in person. Um, it&#8217;s been a long two years, two or three years for a lot of people and it&#8217;s, it&#8217;s, it&#8217;s great that we&#8217;re such an asynchronous community and we can all stay connected online through Slack and different means. Um, but there are some things that you can&#8217;t replace, like making friends with people and learning people&#8217;s demeanors and having some discussions in person that you can&#8217;t replace.</p>\n\n\n\n<p>And so, uh, I&#8217;m really excited to see people I haven&#8217;t seen in a long time. Meet new people and, um, you know, have some of those discussions here today in Portugal.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:07:21]&nbsp;</p>\n\n\n\n<p>Which then brings us to our small list of big things.&nbsp;</p>\n\n\n\n<p>If you missed the announcement, WordCamp Europe will be in Athens next year. And the call for organizers is open already. It&#8217;s an experience that is absolutely irreplaceable. So I&#8217;ll link to that in the show notes, in case you&#8217;ve always wanted to give back to WordPress that way.</p>\n\n\n\n<p>The second thing on my list is that work on the next major release of WordPress is already underway. There is a post with roadmap info that was published recently, as well as a slightly more casual thread on Twitter. I&#8217;ve linked both of those in the show notes, so that you have some concept of what it is that we are aiming for in 6.1, and also a concept of where to go to get started working on it if that&#8217;s what you feel like doing, uh, for the next three to four months– 120 days, roughly.</p>\n\n\n\n<p>Uh, and finally. This is less of like a thing to be aware of in the next two weeks and kind of a little WordPress project tool tip. Did you know that we have a calendar that shows all meetings for all teams all week long? It will make you feel tired by the amount of work that gets done in the WordPress project every week, but it&#8217;s right there on make.wordpress.org/meetings.</p>\n\n\n\n<p>So you never have to wonder where folks are meeting to talk about things ever again. And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\n\n\n\n<p>[<strong>Santana Inniss &amp; Héctor Prieto </strong>00:09:11]&nbsp;</p>\n\n\n\n<p>Hello! Mic test. One, two, one, two.&nbsp;</p>\n\n\n\n<p>We are testing the USB microphone. Let&#8217;s hope we&#8217;re using it actually.&nbsp;</p>\n\n\n\n<p>I think so. I think so.&nbsp;</p>\n\n\n\n<p>Yes. Because now I am far, and now I am much closer to the microphone. Yes.&nbsp;</p>\n\n\n\n<p>And I am sitting in the same spot.&nbsp;</p>\n\n\n\n<p>Good. Hello?&nbsp;</p>\n\n\n\n<p>Hello!&nbsp;</p>\n\n\n\n<p>Mic test one, two.</p>\n\n\n\n<p>Mic test one, two.&nbsp;</p>\n\n\n\n<p>[record scratching sound effect]</p>\n\n\n\n<p>[laughter]</p>\n\n\n\n<p>And, close.</p>\n\n\n\n<p>Mic check.&nbsp;</p>\n\n\n\n<p>Mic check.&nbsp;</p>\n\n\n\n<p>[record scratching sound effect]</p>\n\n\n\n<p>I&#8217;m close to the mic. I&#8217;m far from the mic.&nbsp;</p>\n\n\n\n<p>I&#8217;m far from the mic. Wow.</p>\n\n\n\n<p>Not so far.</p>\n\n\n\n<p>[laughter]</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13005\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"The Month in WordPress – May 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2022/06/the-month-in-wordpress-may-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Jun 2022 11:35:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12993\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:346:\"WordPress has a lot to celebrate this month. The newest release “Arturo” is here. WordPress turned 19 years old last week. And WordCamp Europe, the first in-person flagship WordCamp in two years, is starting today in Porto, Portugal. Read on to learn more about these and other exciting news around WordPress! Say hello to WordPress [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12516:\"\n<p>WordPress has a lot to celebrate this month. The newest release “Arturo” is here. WordPress turned 19 years old last week. And WordCamp Europe, the first in-person flagship WordCamp in two years, is starting today in Porto, Portugal. Read on to learn more about these and other exciting news around WordPress!</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>Say hello to WordPress 6.0 “Arturo”</h2>\n\n\n\n<p><strong>WordPress 6.0 “Arturo” was released on May 24, 2022</strong>. Named in honor of the Latin jazz musician Arturo O’Farrill, the awaited release brings more customization tools and numerous updates to make the site-building experience more intuitive.</p>\n\n\n\n<p>Check out the <a href=\"https://youtu.be/oe452WcY7fA\">WordPress 6.0 video</a> and the <a href=\"https://wordpress.org/news/2022/05/arturo/\">announcement post</a> for an overview of the most important changes. Interested in knowing more about the features that will help you build with and extend WordPress? Then the WordPress 6.0 <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">Field Guide</a> might be for you.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/oe452WcY7fA?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Over 500+ people in 58+ countries made WordPress 6.0 possible – Thank you!</p>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/download/\"><strong>Download WordPress 6.0</strong></a></div>\n</div>\n\n\n\n<h2>Happy 19th birthday, WordPress!</h2>\n\n\n\n<p>Time flies, doesn&#8217;t it? Believe it or not, May 27 marked the 19th anniversary of WordPress’ first release! To celebrate, the community put together <a href=\"https://wp19.day/\">a special site</a> (wp19.day) where contributors shared thoughts, videos, live shows, and more.</p>\n\n\n\n<p>You can still join the fun using the hashtag #WP19Day on social media, or even contribute photos of the swag you used to celebrate to the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.</p>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/marketing/2022/04/01/grow-your-story-on-wordpress/\"><strong><strong><strong>If you haven&#8217;t yet, this is also a great opportunity to share your WordPress story. Visit the #GrowYourStoryWP initiative to learn more – We’d love to hear from you.</strong></strong></strong></a></div>\n</div>\n\n\n\n<h2>New in Gutenberg</h2>\n\n\n\n<p>Two new versions of Gutenberg were released last month:</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">Gutenberg 13.2</a> shipped on May 11, 2022, and brings a new API to save editor preferences on the server, visual guides for padding and margins, and improvements to the Comment block.</li><li><a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">Gutenberg 13.3</a> comes with a new Table of Contents block and a number of enhancements to existing blocks to provide more ways to display content, among other highlights. It was released on May 25, 2022.</li></ul>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/core/tag/gutenberg-new/\"><strong><strong>Follow the </strong><strong>#gutenberg-new</strong><strong> posts for more details on the latest updates.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Team updates: Five for the Future, guidelines for in-person regional WordCamps, and more</h2>\n\n\n\n<ul><li>Following an earlier discussion on in-person regional WordCamps, the Community team announced new <a href=\"https://make.wordpress.org/community/2022/05/23/regional-in-person-wordcamps-going-forward/\">guidelines</a> for these WordPress events.</li><li>The Five for the Future (5ftF) initiative is key to ensuring the future of the WordPress project. As part of the ongoing efforts to improve this initiative, Executive Director Josepha Haden suggested a <a href=\"https://make.wordpress.org/project/2022/05/20/defining-five-for-the-future-pledges-contributions/\">definition</a> for 5ftF pledges and contributions.</li><li>Tonya Mork posted a summary of the <a href=\"https://make.wordpress.org/test/2022/05/31/core-test-stats-for-wordpress-6-0/\">core test stats for WordPress 6.0</a>.</li><li>The Meta and Theme Review teams shared an update on the work done over the past year to <a href=\"https://make.wordpress.org/meta/2022/05/23/theme-reviews-improvements/\">improve the theme review process</a>. As a result, the average time for themes to be reviewed has decreased by 90%.</li><li>Josepha Haden kicked off a discussion post to gather feedback on the <a href=\"https://make.wordpress.org/project/2022/05/20/discussion-contrib-handbook-part-3/\">Community Code of Conduct</a> section of the new <a href=\"https://make.wordpress.org/updates/2021/03/16/proposal-a-wordpress-project-contributor-handbook/\">Contributor Handbook</a>.</li><li>On a similar note, the Community team created a new <a href=\"https://make.wordpress.org/updates/2022/05/26/announcement-incident-response-training/\">Incident Response Training</a>. The course, which is live on <a href=\"https://learn.wordpress.org/course/incident-response-team-training/\">Learn WordPress</a> and considered a work in progress, addresses how WordPress contributors take and respond to code of conduct reports.</li><li>The Training team published new lesson plans, workshops, courses, and Social Learning Spaces on Learn WordPress. <a href=\"https://make.wordpress.org/updates/2022/05/01/whats-new-on-learnwp-in-april-2022/\">See what’s new</a>.</li><li>The #WPDiversity working group organized several <a href=\"https://make.wordpress.org/community/2022/05/06/report-allyship-and-diverse-speaker-workshops-april-2022/\">Allyship and Diverse Speaker Workshops</a> in April. Attendees reported a 40% increase in public speaking confidence after attending the Speaker workshops. <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">Stay tuned</a> for the next events!</li><li>A <a href=\"https://make.wordpress.org/test/2022/05/30/fse-program-rallying-recipe-reviewers-summary/\">summary</a> of the 14th testing call of the Full Site Editing (FSE) Outreach program – “Rallying Recipe Reviewers” was recently published.</li><li>You can also find <a href=\"https://make.wordpress.org/core/2022/05/31/high-level-feedback-from-the-fse-outreach-program-may-2022/\">high-level feedback on the FSE Program</a> in this May 2022 post.</li><li>Learn more about the <a href=\"https://make.wordpress.org/design/2022/05/23/design-share-may-9-20/\">projects</a> the Design team contributed to over the past month.</li><li>Anne McCarthy hosted a Hallway Hangout to talk about various FSE pull requests and designs. The recording is available in <a href=\"https://make.wordpress.org/test/2022/05/25/hallway-hangout-discussion-on-full-site-editing-issues-prs-designs-25-may/\">this post</a>. </li><li>The May editions of the <a href=\"https://make.wordpress.org/community/2022/05/20/meetup-organizer-newsletter-may-2022/\">Meetup Organizer Newsletter</a> and the <a href=\"https://make.wordpress.org/polyglots/2022/05/31/polyglots-monthly-newsletter-may-2022/\">Polyglots Monthly Newsletter</a> were published.</li><li>The latest edition of People of WordPress features the story of <a href=\"https://wordpress.org/news/2022/05/people-of-wordpress-dee-teal/\">Dee Teal</a>.</li></ul>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/05/episode-31-open-source-accessibility-celebrating-global-accessibility-awareness-day-with-guest-joe-devon/\"><strong><strong>The </strong><strong>thirty-first episode of WP Briefing</strong><strong> celebrated Global Accessibility Awareness Day (May 19) with guest Joe Devon.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Open feedback/testing calls</h2>\n\n\n\n<ul><li>The Core team is working on ​​an experimental pull request (PR) to implement <a href=\"https://make.wordpress.org/core/2022/05/27/block-font-sizes-and-fluid-typography/\">fluid typography</a>. They welcome feedback on design, functionality, and API.</li><li>Version 20.0 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/05/31/call-for-testing-wordpress-for-android-20-0/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/05/30/call-for-testing-wordpress-for-ios-20-0/\">iOS</a> is now available for testing.</li><li>Were you involved in the WordPress 6.0 release? Take some time to reflect on what you learned and participate with your feedback in this <a href=\"https://make.wordpress.org/core/2022/05/27/wordpress-6-0-arturo-retrospective/\">retrospective</a>.</li></ul>\n\n\n\n<div class=\"is-content-justification-center is-layout-flex wp-container-5 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/project/2022/05/23/request-for-feedback-recording-five-for-the-future-contributions/\"><strong><strong><strong>Angela Jin has asked for feedback to help identify and record Five for the Future contributions from Make teams. </strong><strong>Share your ideas in this post</strong><strong>.</strong></strong></strong></a></div>\n</div>\n\n\n\n<h2>WordCamp Europe is here!</h2>\n\n\n\n<ul><li>WordPress Foundation’s Kim Parsell Memorial Scholarship returns for WordCamp US 2022. <a href=\"https://us.wordcamp.org/2022/the-kim-parsells-memorial-scholarship-apply-now/\">Visit this post</a> for more information.</li><li>The WordCamp US <a href=\"https://us.wordcamp.org/2022/call-for-sponsors-open-wcus/\">Call for Sponsors</a> is now open.</li><li>Two more in-person WordCamps are happening this month:<ul><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f5-1f1f1.png\" alt=\"🇵🇱\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://warsaw.wordcamp.org/2022/\">WordCamp Warsaw</a>, Poland on June 11-12, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://montclair.wordcamp.org/2022/\">WordCamp Montclair</a>, NJ, USA on June 25, 2022</li></ul></li><li>The WordPress community is meeting today at <a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe</a> (June 2-4) in Porto, Portugal. This edition celebrates the return to in-person events and the 10th anniversary of WCEU. For everyone heading to Porto, have a great WordCamp!</li></ul>\n\n\n\n<div class=\"is-content-justification-center is-layout-flex wp-container-6 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/05/episode-32-an-open-source-reading-list/\"><strong><strong><strong><strong>Traveling to WCEU? Check out Josepha Haden’s </strong><strong>open source reading list</strong><strong> for interesting reads while you travel!</strong></strong></strong></strong></a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em>Have a story that we could include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a></em>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12993\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"People of WordPress: Dee Teal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2022/05/people-of-wordpress-dee-teal/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 May 2022 17:51:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12946\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"This month\'s People of WordPress feature shares the story of Dee Teal, based in Australia.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14883:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature a WordPress development and large project specialist on the difference the software and community can make to your career and life.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"515\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=1024%2C515&#038;ssl=1\" alt=\"\" class=\"wp-image-12955\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=1024%2C515&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=300%2C151&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=768%2C386&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?w=1247&amp;ssl=1 1247w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Dee’s story with computers started at school in New Zealand where discovering how a mouse worked and learning BASIC and Pascal was a catalyst for what later became a programming career.</p>\n\n\n\n<p>At a time when computers were just becoming mainstream, there were no opportunities for girls in her school to consider this as a further option. She recalls: “No one thought to say, ‘Dee, you look like you’re good at this, you should pursue it…’. I mean, I was a girl (and I was told girls didn’t ‘do’ computers). No one in the circles I moved in really had any idea where this technology revolution would take us.”</p>\n\n\n\n<p>With no particular career path into technology, Dee was encouraged in her final year of school to apply for a job in a bank where she worked and became a teller three years later. She gained financial independence, which enabled her to travel as a 20-year-old and spend the next three years exploring the US and Europe.</p>\n\n\n\n<p>Looking back, she noted how the world had changed: the first computer mouse she had seen had come out in 1983, and 20 years later WordPress was founded.</p>\n\n\n\n<h2>Journey into coding</h2>\n\n\n\n<p>During those 20 years, Dee worked as a nanny, working in child care centers, in customer support, and as a temp.</p>\n\n\n\n<p>In 1999, she packed up her bags once again, and moved from New Zealand to Australia. She took a place at a performing arts school where she honed her singing and performance skills and volunteered her time to the music director who was starting to experiment with sending out HTML newsletters and updates via email.</p>\n\n\n\n<p>“And so my personal revolution began. On the day after I graduated from that course, I walked into a full-time role as that music director’s assistant and began my journey back to code.”</p>\n\n\n\n<p>As part of that job, Dee edited and sent HTML newsletters on a weekly basis. This ignited her interest in programming, and she bought books about coding for the web and experimented on her home-built PC making web pages. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>“I’m sure, like a lot of us, I remember the thrill of creating that first HTML file and seeing a ‘Hello World’ or similar heading rendered in the browser. From there, I was completely hooked.”</p>\n<cite>Dee Teal</cite></blockquote>\n\n\n\n<p>Later she moved to the IT department and took on maintenance of all the websites. By 2004, she was working full-time as a webmaster. A year later, she was running a small business creating sites on the side. Four years after that, her business became her full-time job as she left employment to pursue her Masters Degree in Digital Communication and Culture.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=1024%2C768&#038;ssl=1\" alt=\"Dee with other contributors getting things ready for a WordCamp\" class=\"wp-image-12961\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Dee and other volunteers setting up for a local WordCamp</figcaption></figure>\n\n\n\n<p>Dee found the theory and sociology behind the web, and its facilitation of human and machine communication fascinating.</p>\n\n\n\n<p>She said: “I love the fact that the tech industry involves a constant constant curve of growth and discovery, which results in a perpetual exercise in finding creative elegant solutions for sticky problems.”</p>\n\n\n\n<p>For Dee, being able to use her innate curiosity to leverage processes, people, and tools, fuelled by a focus on communicating a message, has been a defining inspiration in her work.</p>\n\n\n\n<p>This combined fascination coincided with her meeting WordPress in 2009 and subsequently its community. She moved her existing blog to the software and it became the CMS of choice for all her client work.</p>\n\n\n\n<h2>The WordPress community can change your world</h2>\n\n\n\n<p>In 2011, she stumbled across WordCamps and by extension the WordPress community. Dee has reflected publicly that WordPress didn’t change her life, its community changed her world!</p>\n\n\n\n<p>She flew on a whim from her then home in Sydney to attend a WordCamp in Melbourne she had found after a search for ‘WordPress Conferences’.</p>\n\n\n\n<p>She said: “I met welcoming people, made friends, connected, and came back home excited and hopeful about continuing this connection with the wider WordPress community.”</p>\n\n\n\n<p>Building a community locally around WordPress got off to a slow start in Sydney. From an inauspicious early WordPress Sydney meetup in the function room of a pub, her connection and involvement took off. Before long she was helping organize that meetup, and by the time she moved away from that great city it had branched into two meetups, and soon after, into three.</p>\n\n\n\n<p>She was so inspired by the community that at the end of that first year and her second WordCamp, she raised her hand to help organize a WordCamp Sydney in 2012, and after moving interstate, WordCamp Melbourne in 2013.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;WordPress and any other software package exist to serve people.&#8221;</p>\n<cite>Dee Teal</cite></blockquote>\n\n\n\n<p>Dee said: “WordPress, software, technology, the Internet will come and go, morph, and change, evolve. Maybe WordPress will last forever, maybe it will morph into something else, maybe one day it will look completely different than it did when I first started (actually, that’s true now). The thing that doesn’t change is the humanity around it. WordPress and any other software package exist to serve people.”</p>\n\n\n\n<p>She added: “The thing that I have learned, not only through WordPress but in life, is that if we too serve the people around what we’re doing, we ourselves will grow, develop and change alongside the people we serve, and the tools we use to serve them.”</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"329\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=1024%2C329&#038;ssl=1\" alt=\"Dee pictured second from left as part of the WordPress 5.6 contributors\" class=\"wp-image-12957\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=1024%2C329&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=300%2C96&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=768%2C246&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Some of the contributors to the <em>WordPress 5.6 release</em> </figcaption></figure>\n\n\n\n<p>Dee was a coordinator for WordPress 5.6 release in 2020 and was able to encourage others to learn about the process.</p>\n\n\n\n<h2>Helping others and sharing knowledge through WordPress</h2>\n\n\n\n<p>Dee has been an advocate for cross-cultural collaboration and understanding in both WordPress and her work for a large distributed agency which has people from more than 24 countries and operates across 16 timezones. She has also written about closing the gap between diverse distributed teams and how to meet the challenges of cross cultural remote work.</p>\n\n\n\n<p>Dee has given talks at WordCamps, including at WordCamp Europe in 2019, on developing ourselves, our relationships, and our communities in increasingly diverse environments.</p>\n\n\n\n<p>With a strong desire to share her professional knowledge and experience, Dee hopes her involvement in the WordPress community from being part of a Release Squad in the Core Team, and volunteering in the community through organizing and speaking at WordCamp events, will inspire others to get involved.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;It’s the connections, it’s the friendships. It’s the network of work, referrals, support, help and encouragement.&#8221;</p>\n<cite>Dee Teal talking about the community that makes WordPress specialbenefits of the WordPress community</cite></blockquote>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=1024%2C576&#038;ssl=1\" alt=\"Dee Teal\'s talk at WordCamp Europe 2019 on \'Working a world apart\'\" class=\"wp-image-12958\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=1024%2C576&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=300%2C169&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=768%2C432&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=1536%2C864&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Dee shared her experience with attendees at WordCamp Europe 2019</em></figcaption></figure>\n\n\n\n<p>In contributing to WordPress and organizing community events around it, Dee found that for her: “At the end of the day it isn’t actually WordPress that matters. It’s those connections, it’s the friendships. It’s the network of work, referrals, support, help, encouragement that has kept me wired into this community and committed to helping other people find that connection and growth for themselves.”</p>\n\n\n\n<p>Dee’s career in WordPress has moved through coding, into project management of large scale WordPress projects, and now into delivery leadership. Her connections to community have helped &#8216;fuel the transitions&#8217; through these chapters of her life.</p>\n\n\n\n<p>She said: “I believe that the place I’ve found and the opportunities I have had owe as much to my own desire and ambition as they do to the help, support and belief of the community around me; sometimes even more than I’ve felt in myself.”</p>\n\n\n\n<p>She feels that she is ‘living proof’ that by helping, connecting, and resourcing other people, you can be helped, resourced and connected into places you had never thought possible.</p>\n\n\n\n<p>This has enabled her to reach and have a career in technology that she did not know existed as a teenager playing with that first computer mouse and experimenting with code. Dee hopes her story will inspire others in their journey.</p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>), and Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>) for work on this feature. Thank you to Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for support of the series. Thank you too to <a href=\'https://profiles.wordpress.org/thewebprincess/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>thewebprincess</a> for sharing her experiences.</p>\n\n\n\n<p>This article is inspired by an article originally published on HeroPress.com, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.<br>Meet more WordPress community members in our People of WordPress series.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12946\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WP Briefing: Episode 32: An Open Source Reading List\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/news/2022/05/episode-32-an-open-source-reading-list/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 May 2022 17:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=12940\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:448:\"In the thirty-second episode of the WordPress Briefing, WordPress Executive Director Josepha Haden Chomphosy shares her open source reading list for that post-WordCamp Europe downtime. Have a question you&#8217;d like answered? You can submit them to [email protected], either written or as a voice recording. Credits Editor:&#160;Dustin Hartzler Logo:&#160;Beatriz Fialho Production:&#160;Santana Inniss and Chloé Bringmann Song: [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/05/WP-Briefing-032.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11975:\"\n<p>In the thirty-second episode of the WordPress Briefing, WordPress Executive Director Josepha Haden Chomphosy shares her open source reading list for that post-WordCamp Europe downtime. <br></p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:[email protected]\">[email protected]</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> and <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://producingoss.com/en/index.html\">Producing Open Source Software</a>, Karl Fogel</li><li><a href=\"https://www.amazon.com/dp/B08BDGXVK9/ref=dp-kindle-redirect?_encoding=UTF8&amp;btkr=1\">Working in Public: The Making and Maintenance of Open Source Software</a>, Nadia Eghbal</li><li><a href=\"https://www.amazon.com/CODE-Collaborative-Ownership-Digital-Leonardo/dp/0262572362\">Collaborative Ownership and the Digital Economy</a>, ed Rishab Aiyer Ghosh, Roger F. Malina PhD, Sean Cubitt</li><li><a href=\"https://www.amazon.com/Humble-Inquiry-Second-Relationships-Organizations/dp/B08VCRL6WQ/ref=sr_1_1?crid=39U1NLFRD52VO&amp;keywords=Humble+Inquiry&amp;qid=1653587884&amp;s=books&amp;sprefix=humble+inquiry%2Cstripbooks%2C63&amp;sr=1-1\">Humble Inquiry</a>, Edgar H. Schein (Author), Peter A. Schein</li><li><a href=\"https://github.com/WordPress/book/\">WordPress Milestones</a></li><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a></li><li><a href=\"https://wp.me/p2U65r-9f3\">2022 Annual Meetup Survey</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12940\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00]&nbsp;</strong></p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it. As well as get a small list of big things coming up in the next two weeks. I&#8217;m your host Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:40]&nbsp;</strong></p>\n\n\n\n<p>With the approach of various mid-year breaks and the prospect of wandering off for some safe, restorative travel, I&#8217;ve been updating my to-read and re-read list. As I was looking at the queued books for my Northern hemisphere summer, there were some common threads, mostly around leadership, but there&#8217;s also like a chunk that&#8217;s about cross-cultural group theory and economics, and then like some beach reads, but there&#8217;s one group in particular that you all might find interesting.</p>\n\n\n\n<p>And that&#8217;s a group that&#8217;s sort of like a back-to-FOSS basics list. So I&#8217;ll share my top few with you in case you want to pack a copy for your next getaway.&nbsp;</p>\n\n\n\n<p>The first one on our list is called Producing Open Source Software by Karl Fogel. I think everyone who contributes to FOSS projects has received this as one of their first recommendations. Like, y&#8217;all are building open software? Excellent, you need to read Producing Open Source Software. Like, that is just a sentence that comes out of everyone&#8217;s mouths. So this was one of the first open source books that was recommended to me when I joined the WordPress community. It was freshly revised in 2020, and I haven&#8217;t given it a read since then, which is why it is on my reread list this year.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:54]</strong></p>\n\n\n\n<p>However, it shaped the early days of the WordPress project’s leadership, and their lead developers, and some of WordPress&#8217;s basic philosophies. It&#8217;s all available online, under a creative commons, ShareAlike license. And so it&#8217;s worth the read. I&#8217;ll put a link to it in the show notes so it&#8217;s easy for everyone to find in the event that is your preferred beach read.</p>\n\n\n\n<p>The second one on this list is a book from Nadia Eghbal. She wrote the excellent Roads and Bridges report that also is probably not light beach reading, but you know, this one is on my list to read this summer because Eghbal always delivers truths about the reality of maintaining popular software, popular, open source software, in a way that&#8217;s easy for me to access and process rather than getting paralyzed by the enormity of it all.</p>\n\n\n\n<p>For what it&#8217;s worth your mileage may vary on that. I realized that, like, I live and breathe open source stuff. And so just because I am not paralyzed by the enormity of her explanations of things doesn&#8217;t necessarily mean that you will have a similar experience. And so I&#8217;m just going to claim that elephant in the room for all of us.</p>\n\n\n\n<p>However, if you only read one book on this list this year, I think that this should be the one that you read.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:14]</strong></p>\n\n\n\n<p>The third one is called Code: Collaborative Ownership and the Digital Economy. It was edited by Rishab Aiyer Ghosh. I am certain that I butchered that name. And so I apologize on my own behalf to everyone that knows whether or not I said it correctly.</p>\n\n\n\n<p>This book focuses on intellectual property rights and the original purpose of having anything like copyright in the world. So, right up my alley! The writers who contributed to this work promise exploration of the plight of creativity in the commons, the role of sharing in creative advancement, and a concept of what it would look like if intellectual property were to mean the second closing of an ecosystem versus a triumph of the commons.</p>\n\n\n\n<p>I mean, obviously, this one is very light reading. You can take this topic to high tea and everyone will not know what you&#8217;re talking about. However, this one looks like a really interesting book to me and I am just super ready to read it.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:19]</strong></p>\n\n\n\n<p>The second to last one on the list is a book called Humble Inquiry.</p>\n\n\n\n<p>This is a new-to-me book that seems right in line with one of my favorite books to recommend to leaders in the open source space. From reviews of it, I have gathered that it takes a hard look at the value of listening and asking for clarification in a world that puts a high value on an unsolicited hot take.</p>\n\n\n\n<p>It puts the importance of high trust relationship building, which is at the heart of any cross-culturally aware organization. And for folks who&#8217;ve been working with me for a while, you know, that relationship building is an important part of my leadership expectations for myself. So it puts relationship building at the front and center with a promise of practical applications for everyday life.</p>\n\n\n\n<p>And if you ever have tried to tackle a complicated topic like this, you know that practical applications are really hard to come by and it&#8217;s often hard to understand it if you don&#8217;t have those practical applications. And so that is why this one is on my read and reread list this year.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:24]</strong></p>\n\n\n\n<p>And then finally the WordPress Milestones book.</p>\n\n\n\n<p>So this sounds like a shameless plug for WordPress. And on the one hand, this whole podcast is about WordPress. And so, yes! But on the other hand, I actually am reading this for two specific reasons. I&#8217;m rereading this actually. I read it when I first joined Automattic. And so the first of the two reasons that I&#8217;m rereading it this year is that volume two of this is, like the second decade of WordPress currently, being researched and written in preparation for WordPress’s 20th birthday next year.&nbsp;</p>\n\n\n\n<p>So I am rereading this to kind of get that all back in my mind as that work is getting done. And the second reason is that I honestly like to remind myself of how far we&#8217;ve come sometimes. I talk about our work frequently. And I talk about what we&#8217;re working on right now, all the time.</p>\n\n\n\n<p>I talk about what we&#8217;re looking at three years from now, five years from now. The biggest concerns of today, tomorrow, and the future-future. And it&#8217;s very easy to forget how much success WordPress has had and how much growth the contributors that support us have had over the course of our long and storied history.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:40]</strong></p>\n\n\n\n<p>And so I like to go back to that just to kind of give myself some grounding in our progress, as well as get some concept for how we can move forward together. So that one is also available online. Also under a creative commons ShareAlike license and it is also worth the read. I will share a link to that with the other one in the show notes as well.</p>\n\n\n\n<p>That brings us now to our small list of big things. Let&#8217;s see what we got in the old lineup today.&nbsp;</p>\n\n\n\n<p>So, firstly WordCamp Europe is happening this week and it&#8217;s possible to watch the live stream from the comfort of your own home. There are some smart and talented speakers at the event. So I encourage you to catch a few if you have the time. I&#8217;ll include a link to the live stream information in the show notes below, and then also you can always keep an eye out on Twitter.&nbsp;</p>\n\n\n\n<p>There will be a lot of discussions, a lot of conversation there. And so you can engage with folks that are there at the time and catch up on those conversations, catch up on those presentations in your own time, as it fits into your day.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:50]</strong></p>\n\n\n\n<p>The second thing is that WordPress’s community team is preparing the annual meetup survey right now. So if you participate in meetup events, keep an eye out for that because your feedback helps us to make plans to improve that program so that it works better for you. And it helps you to learn WordPress better and feel more confident with what you are taking out into the world that way.</p>\n\n\n\n<p>But, if you are wanting to use this as a chance to contribute, we actually will need folks who are able to translate the surveys as well. So I&#8217;ll leave a link to some information about that in the show notes. If all of that stuff about contribution didn&#8217;t make any sense, then just like keep an eye out from your meetup organizer and they will make sure that you have that survey so that you can have your voice heard.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:08:33]</strong></p>\n\n\n\n<p>And then item three is less of an item. I mean, it&#8217;s an item cause it&#8217;s in this list, but it&#8217;s less of, like, a thing to know and more of a general thing to be aware of. It&#8217;s a general awareness item. There&#8217;s a lot going on in WordPress right now. I can see how hard it is to keep track of some of these things these days.</p>\n\n\n\n<p>And I know as someone who&#8217;s looking at this all day every day that, yeah, it&#8217;s a lot. And it&#8217;s hard to get your bearings. So if you have a team that you contribute to already, don&#8217;t forget to reach out to each other, just to check-in. Sometimes we don&#8217;t think to ask for help. Sometimes we don&#8217;t think to offer help and you know, if no one needs any help from you at that moment, a little hello also can brighten someone&#8217;s day.</p>\n\n\n\n<p>And that, my friends, is your smallest of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 6.0 “Arturo”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2022/05/arturo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 May 2022 20:01:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12879\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:278:\"Say hello to “Arturo” and WordPress 6.0, inspired by Grammy-winning jazz musician, Arturo O’Farrill. With nearly 1,000 enhancements and bug fixes, the second major release of 2022 is here. Download it now! As of today, WordPress powers more than 42% of websites worldwide.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:58306:\"\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"4161\" height=\"2822\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?fit=4161%2C2822&amp;ssl=1\" alt=\"WordPress 6.0 Arturo\" class=\"wp-image-12919\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?w=4161&amp;ssl=1 4161w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=300%2C203&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=1024%2C694&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=768%2C521&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=1536%2C1042&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=2048%2C1389&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?w=3000&amp;ssl=1 3000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h2>Welcome to &#8220;Arturo&#8221;</h2>\n\n\n\n<p>Say hello to “Arturo” and WordPress 6.0, inspired by Grammy-winning jazz musician, <a href=\"https://en.wikipedia.org/wiki/Arturo_O\'Farrill\">Arturo O’Farrill</a>. Known for his influence on contemporary Latin jazz, Arturo has pressed more than 15 albums spanning a body of work across five decades.&nbsp;</p>\n\n\n\n<p>Take some time to explore WordPress 6.0, built to help you unlock your creative aspirations and make your site-building experience more intuitive. And check out some of Arturo’s inspirational sounds that span Afro Cuban jazz, contemporary Latin jazz, and so much more.</p>\n\n\n\n<p>With nearly 1,000 enhancements and bug fixes, the second major release of 2022 is here. <a href=\"https://wordpress.org/wordpress-6.0.zip\">Download it now</a>! As of today, WordPress powers more than 42% of websites worldwide.<sup><a href=\"#footnote\">1</a></sup></p>\n\n\n\n<p>Site owners and administrators should upgrade to take full advantage of the many stability, performance, and usability enhancements today. WordPress content creators will enjoy a suite of new features geared toward improving the writing and designing experiences.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Expanding Gutenberg into a full site editing experience in WordPress means that all of the problems the community had to address were complex and far-reaching. WordPress 6.0 is an example of the community’s commitment to tackling these tough challenges together. With thoughtful updates to the writing experience, building better block functionality, and adding a new intuitive style switcher, I’m really proud of the work that’s been done in this release to make a great site editing experience.</p><cite>Josepha Haden Chomphosy, Executive Director</cite></blockquote>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/wordpress-6.0.zip\">Download WordPress 6.0</a></div>\n</div>\n\n\n\n<h2>What’s Inside</h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?fit=1204%2C700&amp;ssl=1\" alt=\"Selecting multiple lines of text from two blocks\" class=\"wp-image-12887\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?w=1204&amp;ssl=1 1204w, https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?resize=300%2C174&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?resize=1024%2C595&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Enhanced Writing Experience</h3>\n\n\n\n<p>Writing improvements abound, whether you’re writing a brand new post or adding elements to an existing page. Explore more ways to streamline your content creation process, including:</p>\n\n\n\n<ul><li>Select text across multiple blocks for easier copying and pasting.</li><li>Type two open brackets `<code>[[</code>` to quickly access a list of recent posts and pages.</li><li>Keep existing styles when you transform some blocks from one kind to another—from a Paragraph block to a Code block, for instance.</li><li>Create customized buttons and any new buttons you make will retain the style customizations automatically.</li><li>Make tag clouds and social icons even more appealing with updated settings and controls, and a new outline style for the tag cloud.</li></ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/Style-switcher-big.gif?fit=1204%2C700&amp;ssl=1\" alt=\"Style variations of Twenty Twenty Two theme\" class=\"wp-image-12893\" /></figure>\n\n\n\n<h3>Style Switching&nbsp;</h3>\n\n\n\n<p>Block themes now include the option to contain multiple style variations. This expands the new Style system even further and enables shortcuts to switch the look and feel of your site all within a single theme. In block themes that support this feature, you can change both the available settings, like the font-weight, and the style options, like the default color palette. Change the look and feel of your site with just a few clicks.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?fit=1204%2C700&amp;ssl=1\" alt=\"Popover listing available templates\" class=\"wp-image-12889\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?w=1204&amp;ssl=1 1204w, https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?resize=300%2C174&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?resize=1024%2C595&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>More Template Choices</h3>\n\n\n\n<p>WordPress 6.0 includes five new template options for block themes: author, date, categories, tag, and taxonomy. These additional templates provide greater flexibility for content creators. Tailor each with the tools you already know or with the following new options in this release:&nbsp;</p>\n\n\n\n<ul><li>Featured images can be used in the cover block.</li><li>New featured image sizing controls make it easier to get the results you want.</li><li>While editing a template, at the root, or between blocks, the quick inserter shows you patterns and template parts to help you work faster and discover new layout options.</li><li>The query block supports filtering on multiple authors, support for custom taxonomies, and support for customizing what is shown when there are no results.</li></ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?fit=1204%2C700&amp;ssl=1\" alt=\"Browsing footer patterns in the quick inserter\" class=\"wp-image-12890\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?w=1204&amp;ssl=1 1204w, https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?resize=300%2C174&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?resize=1024%2C595&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Integrated Patterns</h3>\n\n\n\n<p>Patterns will now appear when you need them in even more places, like in the quick inserter or when creating a new header or footer. If you’re a block theme author, you can even <a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-patterns/\">register patterns from the Pattern Directory using `<code>theme.json</code>`</a>, enabling you to prioritize specific patterns that are most helpful to your theme’s users.</p>\n\n\n\n<h3>Additional Design Tools</h3>\n\n\n\n<p>Design tools grow more powerful and intuitive with each release. Some highlights for 6.0 include:&nbsp;</p>\n\n\n\n<ul><li>A new color panel design saves space, but still shows your options at a glance.&nbsp;</li><li>New border controls offer a simpler way to set your border exactly as you like it.&nbsp;</li><li>Transparency levels for your colors allow for even more creative color options.</li><li>Control gaps, margins, typography, and more on a collection of blocks, all at once, in the Group block.</li><li>Switch between stack, row, and group variations to position groups of blocks with more layout flexibility.</li><li>Use the gap support functionality in the Gallery block to create different looks – from adding spacing between all images, to removing spacing altogether.</li></ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?fit=1204%2C700&amp;ssl=1\" alt=\"Selecting multiple blocks in the list view\" class=\"wp-image-12891\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?w=1204&amp;ssl=1 1204w, https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?resize=300%2C174&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?resize=1024%2C595&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Better List View</h3>\n\n\n\n<p>New keyboard shortcuts enable you to select multiple blocks from the list view, modify them in bulk, and drag and drop them within the list. List View can be opened and closed easily; it comes collapsed by default and it automatically expands to the current selection whenever you select a block.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?fit=1204%2C700&amp;ssl=1\" alt=\"Unlocking the block in the block toolbar\" class=\"wp-image-12892\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?w=1204&amp;ssl=1 1204w, https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?resize=300%2C174&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?resize=1024%2C595&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Block Locking Controls</h3>\n\n\n\n<p>Now you can lock your blocks. Choose to disable the option to move a block, remove a block, or both. This simplifies project handover, allowing your clients to unleash their creativity without worrying about accidentally breaking their site in the process.</p>\n\n\n\n<h2>Improved Performance in WordPress 6.0</h2>\n\n\n\n<p>This release includes several updates focused on improving the performance of WordPress. These enhancements cover a range of performance areas including improving the page and post-load speed, reducing the execution time of various query types, caching, navigation menus, and much more. The performance team working group is an important focus area of the core development team. For more information on this group’s work, please follow their work on Making WordPress with the <a href=\"https://make.wordpress.org/core/tag/performance/\">#performance hashtag</a>.</p>\n\n\n\n<h2>Enhancing WordPress 6.0 Accessibility</h2>\n\n\n\n<p>Accessibility is an integral part of the WordPress mission of fostering an inclusive community and supporting users of all types around the world. With this in mind, WordPress 6.0 includes more than 50 updates specifically focused on enhancing the accessibility of the platform. You can <a href=\"https://make.wordpress.org/core/2022/04/20/wordpress-6-0-accessibility-improvements/\">read about these updates</a> and learn more about the accessibility initiatives that are ongoing.</p>\n\n\n\n<h2>Learn More About WordPress 6.0</h2>\n\n\n\n<p>See WordPress 6.0 in action! <a href=\"https://www.youtube.com/watch?v=oe452WcY7fA\">Watch a brief overview video</a> highlighting some of the major features debuting in WordPress 6.0.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/oe452WcY7fA?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Explore <a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a> for quick how-to videos and lots more on new features in WordPress. Or join a live <a href=\"https://learn.wordpress.org/social-learning/\">interactive online learning session</a> on a specific WordPress topic.</p>\n\n\n\n<p>Developers can explore the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a>. It is overflowing with detailed developer notes to help you build with and extend WordPress.</p>\n\n\n\n<p>Read the <a href=\"https://wordpress.org/support/wordpress-version/version-6-0/\">WordPress 6.0 Release Notes</a> for more information on the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.</p>\n\n\n\n<h2>The WordPress 6.0 Release Squad</h2>\n\n\n\n<p>The group listed below tirelessly supported the release, from conception to ship date, and beyond:</p>\n\n\n\n<ul><li>Release Lead: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>&nbsp;</li><li>Release Coordinators: <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> and <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a></li><li>Core Tech Lead: <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a></li><li>Editor Tech Leads: <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zieliński</a> and <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a></li><li>Core Triage Leads: <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> and <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a></li><li>Editor Triage Lead: <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a></li><li>Documentation Leads: <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, and <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a></li><li>Marketing &amp; Communications Lead: <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a></li><li>Test Leads: <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> and <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a></li><li>Design Lead: <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a></li></ul>\n\n\n\n<h2>Thank you to 500+ Contributors</h2>\n\n\n\n<p>WordPress 6.0 would not have been possible without the contributions of more than 500 people in at least 58 countries. Their asynchronous coordination to deliver hundreds of enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n<p class=\"is-style-wporg-props-long alignfull\"><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/abdullahramzan/\">Abdullah Ramzan</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a> · <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a> · <a href=\"https://profiles.wordpress.org/adi64bit/\">adi64bit</a> · <a href=\"https://profiles.wordpress.org/oztaser/\">Adil &#214;ztaşer</a> · <a href=\"https://profiles.wordpress.org/aadilali/\">Adil Ali</a> · <a href=\"https://profiles.wordpress.org/agepcom/\">agepcom</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a> · <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a> · <a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a> · <a href=\"https://profiles.wordpress.org/alansyue/\">alansyue</a> · <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a> · <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a> · <a href=\"https://profiles.wordpress.org/alefesouza/\">Alefe Souza</a> · <a href=\"https://profiles.wordpress.org/alex897/\">Aleksandar Kostov</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/aliakseyenkaihar/\">aliakseyenkaihar</a> · <a href=\"https://profiles.wordpress.org/alkesh7/\">Alkesh Miyani</a> · <a href=\"https://profiles.wordpress.org/alokstha1/\">Alok Shrestha</a> · <a href=\"https://profiles.wordpress.org/shedonist/\">Amanda Giles</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/_smartik_/\">Andrei Surdu</a> · <a href=\"https://profiles.wordpress.org/aandrewdixon/\">Andrew Dixon</a> · <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a> · <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a> · <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a> · <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/anoopranawat/\">Anoop Ranawat</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/paranoia1906/\">Anthony Ledesma</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/antonrinas/\">antonrinas</a> · <a href=\"https://profiles.wordpress.org/antonynz/\">Antony Booker</a> · <a href=\"https://profiles.wordpress.org/arcangelini/\">arcangelini</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/arnee/\">Arne</a> · <a href=\"https://profiles.wordpress.org/arpitgshah/\">Arpit G Shah</a> · <a href=\"https://profiles.wordpress.org/artdecotech/\">artdecotech</a> · <a href=\"https://profiles.wordpress.org/madeinua/\">ArteMa</a> · <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a> · <a href=\"https://profiles.wordpress.org/asaquzzaman/\">Asaquzzaman mishu</a> · <a href=\"https://profiles.wordpress.org/atomicjack/\">atomicjack</a> · <a href=\"https://profiles.wordpress.org/ajoah/\">Aur&#233;lien Joahny</a> · <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a> · <a href=\"https://profiles.wordpress.org/barryhughes/\">Barry</a> · <a href=\"https://profiles.wordpress.org/barryceelen/\">Barry Ceelen</a> · <a href=\"https://profiles.wordpress.org/bartoszgadomski/\">Bartosz Gadomski</a> · <a href=\"https://profiles.wordpress.org/bedas/\">Beda</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/utz119/\">Benachi</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a> · <a href=\"https://profiles.wordpress.org/bettyjj/\">BettyJJ</a> · <a href=\"https://profiles.wordpress.org/bhrugesh12/\">Bhrugesh Bavishi</a> · <a href=\"https://profiles.wordpress.org/binarymoon/\">binarymoon</a> · <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/supercleanse/\">Blair Williams</a> · <a href=\"https://profiles.wordpress.org/blogaid/\">BlogAid</a> · <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a> · <a href=\"https://profiles.wordpress.org/wpe_bdurette/\">Brandon DuRette</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a> · <a href=\"https://profiles.wordpress.org/bronsonquick/\">bronsonquick</a> · <a href=\"https://profiles.wordpress.org/brookemk/\">Brooke Kaminski</a> · <a href=\"https://profiles.wordpress.org/brookedot/\">Brooke.</a> · <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">Bruno Ribaric</a> · <a href=\"https://profiles.wordpress.org/caraya/\">caraya</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos Garcia</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/cbigler/\">cbigler</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a> · <a href=\"https://profiles.wordpress.org/charleyparkerdesign/\">charleyparkerdesign</a> · <a href=\"https://profiles.wordpress.org/charlyox/\">charlyox</a> · <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a> · <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a> · <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a> · <a href=\"https://profiles.wordpress.org/clubkert/\">Chris Lubkert</a> · <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a> · <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a> · <a href=\"https://profiles.wordpress.org/clonemykey/\">clonemykey</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a> · <a href=\"https://profiles.wordpress.org/cr0ybot/\">Cory Hughart</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/mitogh/\">Crisoforo Gaspar</a> · <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/danieliser/\">Daniel Iser</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/danieldudzic/\">danieldudzic</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/uofaberdeendarren/\">Darren Coutts</a> · <a href=\"https://profiles.wordpress.org/htdat/\">Dat Hoang</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">Dave Smith</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a> · <a href=\"https://profiles.wordpress.org/devutpol/\">Deb Nath Utpol</a> · <a href=\"https://profiles.wordpress.org/delowardev/\">Delowar Hossain</a> · <a href=\"https://profiles.wordpress.org/denishua/\">denishua</a> · <a href=\"https://profiles.wordpress.org/dennisatyoast/\">Dennis Claassen</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/dhanendran/\">Dhanendran</a> · <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a> · <a href=\"https://profiles.wordpress.org/dhusakovic/\">dhusakovic</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a> · <a href=\"https://profiles.wordpress.org/drago239/\">drago239</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/dromero20/\">dromero20</a> · <a href=\"https://profiles.wordpress.org/eddystile/\">Eddy</a> · <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a> · <a href=\"https://profiles.wordpress.org/eliezerspp/\">Eliezer Pe&#241;a</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/eric3d/\">eric3d</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a> · <a href=\"https://profiles.wordpress.org/espiat/\">espiat</a> · <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a> · <a href=\"https://profiles.wordpress.org/etaproducto/\">etaproducto</a> · <a href=\"https://profiles.wordpress.org/everpress/\">EverPress</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a> · <a href=\"https://profiles.wordpress.org/iogui/\">Fabio Blanco</a> · <a href=\"https://profiles.wordpress.org/faison/\">Faison</a> · <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a> · <a href=\"https://profiles.wordpress.org/florianbrinkmann/\">Florian Brinkmann</a> · <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a> · <a href=\"https://profiles.wordpress.org/foliovision/\">FolioVision</a> · <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco Vera</a> · <a href=\"https://profiles.wordpress.org/frankei/\">frankei</a> · <a href=\"https://profiles.wordpress.org/furi3r/\">furi3r</a> · <a href=\"https://profiles.wordpress.org/gabertronic/\">Gabriel Rose</a> · <a href=\"https://profiles.wordpress.org/gadhiyaravi/\">gadhiyaravi</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/voldemortensen/\">Garth Mortensen</a> · <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/genosseeinhorn/\">genosseeinhorn</a> · <a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a> · <a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/greglone/\">Gr&#233;gory Viguier</a> · <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a> · <a href=\"https://profiles.wordpress.org/gregoiresailland/\">gregoiresailland</a> · <a href=\"https://profiles.wordpress.org/wido/\">Guido Scialfa</a> · <a href=\"https://profiles.wordpress.org/gumacahin/\">gumacahin</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">gvgvgvijayan</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh S</a> · <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman</a> · <a href=\"https://profiles.wordpress.org/hasnainashfaq/\">Hasnain Ashfaq</a> · <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a> · <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/helgatheviking/\">HelgaTheViking</a> · <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a> · <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a> · <a href=\"https://profiles.wordpress.org/hitendra-chopda/\">Hitendra Chopda</a> · <a href=\"https://profiles.wordpress.org/hristok/\">HristoK</a> · <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a> · <a href=\"https://profiles.wordpress.org/huubl/\">huubl</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> · <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/ianatkins/\">ianatkins</a> · <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a> · <a href=\"https://profiles.wordpress.org/credo61/\">ImanGM</a> · <a href=\"https://profiles.wordpress.org/imokol/\">imokol</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/ishitaka/\">ishitaka</a> · <a href=\"https://profiles.wordpress.org/itsamoreh/\">itsamoreh</a> · <a href=\"https://profiles.wordpress.org/iulia-cazan/\">Iulia Cazan</a> · <a href=\"https://profiles.wordpress.org/ivanlutrov/\">Ivan Lutrov</a> · <a href=\"https://profiles.wordpress.org/jadpm/\">jadpm</a> · <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a> · <a href=\"https://profiles.wordpress.org/jakeparis/\">jakeparis</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/codente/\">Jamie VanRaalte</a> · <a href=\"https://profiles.wordpress.org/rumpel2116/\">Jan Weiss</a> · <a href=\"https://profiles.wordpress.org/janh2/\">janh2</a> · <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a> · <a href=\"https://profiles.wordpress.org/jsnjohnston/\">Jason Johnston</a> · <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a> · <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a> · <a href=\"https://profiles.wordpress.org/jprieton/\">Javier Prieto</a> · <a href=\"https://profiles.wordpress.org/grandeljay/\">Jay Trees</a> · <a href=\"https://profiles.wordpress.org/jazbek/\">jazbek</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a> · <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a> · <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a> · <a href=\"https://profiles.wordpress.org/miss_jwo/\">Jenny Wong</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a> · <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a> · <a href=\"https://profiles.wordpress.org/sausajez/\">Jez Emery</a> · <a href=\"https://profiles.wordpress.org/jhned/\">jhned</a> · <a href=\"https://profiles.wordpress.org/jhnstn/\">jhnstn</a> · <a href=\"https://profiles.wordpress.org/jigar-bhanushali/\">jigar bhanushali</a> · <a href=\"https://profiles.wordpress.org/jiteshdhamaniya/\">jiteshdhamaniya</a> · <a href=\"https://profiles.wordpress.org/jnz31/\">jnz31</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a> · <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a> · <a href=\"https://profiles.wordpress.org/goaroundagain/\">Johannes Kinast</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/johnregan3/\">John Regan</a> · <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a> · <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a> · <a href=\"https://profiles.wordpress.org/jrchamp/\">Jonathan Champ</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/jonmackintosh/\">jonmackintosh</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a> · <a href=\"https://profiles.wordpress.org/jorgecontreras/\">Jorge</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/josearcos/\">Jos&#233; Arcos</a> · <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a> · <a href=\"https://profiles.wordpress.org/jostnes/\">Josepha Dambul</a> · <a href=\"https://profiles.wordpress.org/joshf/\">Joshua Fredrickson</a> · <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a> · <a href=\"https://profiles.wordpress.org/jrivett/\">jrivett</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a> · <a href=\"https://profiles.wordpress.org/juanlopez4691/\">juanlopez4691</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/junaidkbr/\">Junaid Ahmed</a> · <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a> · <a href=\"https://profiles.wordpress.org/justinbusa/\">Justin Busa</a> · <a href=\"https://profiles.wordpress.org/certainstrings/\">Justin Tucker</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/kajalgohel/\">Kajal Gohel</a> · <a href=\"https://profiles.wordpress.org/kapacity/\">kapacity</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/karolinakulinska/\">karolinakulinska</a> · <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/w33zy/\">Kemory Grubb</a> · <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a> · <a href=\"https://profiles.wordpress.org/kprovance/\">Kev Provance</a> · <a href=\"https://profiles.wordpress.org/kbat82/\">Kevin Batdorf</a> · <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a> · <a href=\"https://profiles.wordpress.org/kirtan95/\">Kirtan Gajjar</a> · <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> · <a href=\"https://profiles.wordpress.org/kmix39/\">KMix</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/konradyoast/\">Konrad.K</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/kpegoraro/\">kpegoraro</a> · <a href=\"https://profiles.wordpress.org/kubiq/\">kubiq</a> · <a href=\"https://profiles.wordpress.org/sainthkh/\">Kukhyeon Heo</a> · <a href=\"https://profiles.wordpress.org/laurlittle/\">laurlittle</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</a> · <a href=\"https://profiles.wordpress.org/uzumymw/\">leskam</a> · <a href=\"https://profiles.wordpress.org/layotte/\">Lew Ayotte</a> · <a href=\"https://profiles.wordpress.org/rudlinkon/\">Linkon Miyan</a> · <a href=\"https://profiles.wordpress.org/linux4me2/\">linux4me2</a> · <a href=\"https://profiles.wordpress.org/lschuyler/\">Lisa Schuyler</a> · <a href=\"https://profiles.wordpress.org/lkraav/\">lkraav</a> · <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/lovor/\">Lovro Hrust</a> · <a href=\"https://profiles.wordpress.org/karpstrucking/\">Lucas Karpiuk</a> · <a href=\"https://profiles.wordpress.org/zaguiini/\">Luis Felipe Zaguini</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a> · <a href=\"https://profiles.wordpress.org/pyrobd/\">Lukman Nakib</a> · <a href=\"https://profiles.wordpress.org/michelangelovandam/\">M. van Dam</a> · <a href=\"https://profiles.wordpress.org/macbookandrew/\">macbookandrew</a> · <a href=\"https://profiles.wordpress.org/mashikag/\">Maciej</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/maguijo/\">maguijo</a> · <a href=\"https://profiles.wordpress.org/mhimon/\">Mahbub Hasan Imon</a> · <a href=\"https://profiles.wordpress.org/malthert/\">malthert</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a> · <a href=\"https://profiles.wordpress.org/mkox/\">Markus Kosmal</a> · <a href=\"https://profiles.wordpress.org/marv2/\">marv2</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a> · <a href=\"https://profiles.wordpress.org/paapst/\">Mathieu</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">matiasbenedetto</a> · <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a> · <a href=\"https://profiles.wordpress.org/sivel/\">Matt Martz</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/themattroyal/\">Matt Royal</a> · <a href=\"https://profiles.wordpress.org/mjstoney/\">Matt Stoney</a> · <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a> · <a href=\"https://profiles.wordpress.org/mauriac/\">maur</a> · <a href=\"https://profiles.wordpress.org/azouamauriac/\">Mauriac AZOUA</a> · <a href=\"https://profiles.wordpress.org/maxkellermann/\">Max Kellermann</a> · <a href=\"https://profiles.wordpress.org/mehedi890/\">Mehedi Foysal</a> · <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a> · <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a> · <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a> · <a href=\"https://profiles.wordpress.org/miken32/\">miken32</a> · <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a> · <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a> · <a href=\"https://profiles.wordpress.org/multidots1896/\">Minal Diwan</a> · <a href=\"https://profiles.wordpress.org/mirkolofio/\">Mirco Babini</a> · <a href=\"https://profiles.wordpress.org/mmdeveloper/\">MMDeveloper</a> · <a href=\"https://profiles.wordpress.org/mohadeseghasemi/\">Mohadese Ghasemi</a> · <a href=\"https://profiles.wordpress.org/ahsan03/\">Mohammad Ahsan Habib</a> · <a href=\"https://profiles.wordpress.org/opurockey/\">Mohammad Rockeybul Alam</a> · <a href=\"https://profiles.wordpress.org/mjkhajeh/\">MohammadJafar Khajeh</a> · <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a> · <a href=\"https://profiles.wordpress.org/moushik/\">moushik</a> · <a href=\"https://profiles.wordpress.org/computerguru/\">mqudsi</a> · <a href=\"https://profiles.wordpress.org/muhammadfaizanhaidar/\">Muhammad Faizan Haidar</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/amustaque97/\">Mustaque Ahmed</a> · <a href=\"https://profiles.wordpress.org/nabil_kadimi/\">Nabil</a> · <a href=\"https://profiles.wordpress.org/nagpai/\">Nagesh Pai - a11n</a> · <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a> · <a href=\"https://profiles.wordpress.org/nhadsall/\">Nathan</a> · <a href=\"https://profiles.wordpress.org/navigatrum/\">navigatrum</a> · <a href=\"https://profiles.wordpress.org/nayana123/\">Nayana Maradia</a> · <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a> · <a href=\"https://profiles.wordpress.org/nickciske/\">Nick Ciske</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/knilkantha/\">Nil</a> · <a href=\"https://profiles.wordpress.org/nmschaller/\">nmschaller</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a> · <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a> · <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a> · <a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a> · <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a> · <a href=\"https://profiles.wordpress.org/opr18/\">opr18</a> · <a href=\"https://profiles.wordpress.org/otshelnik-fm/\">Otshelnik-Fm</a> · <a href=\"https://profiles.wordpress.org/overclokk/\">overclokk</a> · <a href=\"https://profiles.wordpress.org/ovidiul/\">ovidiul</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/pablohoneyhoney/\">Pablo Honey</a> · <a href=\"https://profiles.wordpress.org/pls78/\">Paolo L. Scala</a> · <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/figureone/\">Paul Ryan</a> · <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">paulkevan</a> · <a href=\"https://profiles.wordpress.org/pavanpatil1/\">Pavan Patil</a> · <a href=\"https://profiles.wordpress.org/malinevskiy/\">Pavlo</a> · <a href=\"https://profiles.wordpress.org/pbking/\">pbking</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a> · <a href=\"https://profiles.wordpress.org/petaryoast/\">Petar Ratković</a> · <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a> · <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a> · <a href=\"https://profiles.wordpress.org/petrosparaskevopoulos/\">petrosparaskevopoulos</a> · <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walb&#248; Johnsg&#229;rd</a> · <a href=\"https://profiles.wordpress.org/pgpagely/\">pgpagely</a> · <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a> · <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> · <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja N Muchandikar</a> · <a href=\"https://profiles.wordpress.org/pravinparmar2404/\">Pravin Parmar</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a> · <a href=\"https://profiles.wordpress.org/priyank9033/\">Priyank</a> · <a href=\"https://profiles.wordpress.org/pypwalters/\">pypwalters</a> · <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a> · <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a> · <a href=\"https://profiles.wordpress.org/rafiahmedd/\">Rafi Ahmed</a> · <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/nextend_ramona/\">Ramona</a> · <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a> · <a href=\"https://profiles.wordpress.org/ravipatel/\">Ravikumar Patel</a> · <a href=\"https://profiles.wordpress.org/razvanonofrei/\">Razvan Onofrei</a> · <a href=\"https://profiles.wordpress.org/rehanali/\">Rehan Ali</a> · <a href=\"https://profiles.wordpress.org/tabrisrp/\">Remy Perona</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/rianrietveld/\">Rian Rietveld</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/richybkreckel/\">Richard B. Kreckel</a> · <a href=\"https://profiles.wordpress.org/ricomoorman/\">ricomoorman</a> · <a href=\"https://profiles.wordpress.org/r0bsc0tt/\">Rob Scott</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/ravanh/\">Rolf Allard van Hagen</a> · <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a> · <a href=\"https://profiles.wordpress.org/costasovo/\">Rostislav Woln&#253;</a> · <a href=\"https://profiles.wordpress.org/rufus87/\">Rufus87</a> · <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a> · <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a> · <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a> · <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren Wrede</a> · <a href=\"https://profiles.wordpress.org/sabbir1991/\">Sabbir Ahmed</a> · <a href=\"https://profiles.wordpress.org/sabbirshouvo/\">Sabbir Hasan</a> · <a href=\"https://profiles.wordpress.org/samiff/\">Sami Falah</a> · <a href=\"https://profiles.wordpress.org/samikeijonen/\">Sami Keijonen</a> · <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">santosguillamot</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/arasae/\">Sarah Snow</a> · <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a> · <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiyamoorthy V</a> · <a href=\"https://profiles.wordpress.org/sayedulsayem/\">Sayedul Sayem</a> · <a href=\"https://profiles.wordpress.org/sbossarte/\">sbossarte</a> · <a href=\"https://profiles.wordpress.org/sclayf1/\">sclayf1</a> · <a href=\"https://profiles.wordpress.org/swb1192/\">Scott Buscemi</a> · <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a> · <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/sheepysheep60/\">sheepysheep60</a> · <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a> · <a href=\"https://profiles.wordpress.org/shreyasikhar26/\">Shreyas Ikhar</a> · <a href=\"https://profiles.wordpress.org/rsiddharth/\">siddharth ravikumar</a> · <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a> · <a href=\"https://profiles.wordpress.org/silb3r/\">silb3r</a> · <a href=\"https://profiles.wordpress.org/lumpysimon/\">Simon Blackbourn</a> · <a href=\"https://profiles.wordpress.org/pross/\">Simon Prosser</a> · <a href=\"https://profiles.wordpress.org/simonhammes/\">simonhammes</a> · <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/smit08/\">Smit Rathod</a> · <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a> · <a href=\"https://profiles.wordpress.org/socalchristina/\">socalchristina</a> · <a href=\"https://profiles.wordpress.org/spencercameron/\">Spencer Cameron-Morin</a> · <a href=\"https://profiles.wordpress.org/stacimc/\">stacimc</a> · <a href=\"https://profiles.wordpress.org/stefanfisk/\">stefanfisk</a> · <a href=\"https://profiles.wordpress.org/satollo/\">Stefano Lissa</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a> · <a href=\"https://profiles.wordpress.org/stephenharris/\">Stephen Harris</a> · <a href=\"https://profiles.wordpress.org/stevegrunwell/\">Steve Grunwell</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/5um17/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh (WP Lovers)</a> · <a href=\"https://profiles.wordpress.org/csesumonpro/\">Sumon Sarker</a> · <a href=\"https://profiles.wordpress.org/sunil25393/\">SunilPrajapati</a> · <a href=\"https://profiles.wordpress.org/sunyatasattva/\">sunyatasattva</a> · <a href=\"https://profiles.wordpress.org/mahype/\">Sven Wagener</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/tykoted/\">Teddy Patriarca</a> · <a href=\"https://profiles.wordpress.org/tharsheblows/\">tharsheblows</a> · <a href=\"https://profiles.wordpress.org/legendusmaximus/\">Theo H</a> · <a href=\"https://profiles.wordpress.org/thimalw/\">Thimal Wickremage</a> · <a href=\"https://profiles.wordpress.org/twistermc/\">Thomas McMahon</a> · <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a> · <a href=\"https://profiles.wordpress.org/xiven/\">Thomas Pike</a> · <a href=\"https://profiles.wordpress.org/tillkruess/\">Till Kr&#252;ss</a> · <a href=\"https://profiles.wordpress.org/waterfire/\">Tim Blankenship</a> · <a href=\"https://profiles.wordpress.org/tnolte/\">Tim Nolte</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tomjdevisser/\">Tom</a> · <a href=\"https://profiles.wordpress.org/tommusrhodus/\">Tom Rhodes</a> · <a href=\"https://profiles.wordpress.org/tomasztunik/\">Tomasz Tunik</a> · <a href=\"https://profiles.wordpress.org/tomalec/\">Tomek</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/ttahmouch/\">Tony Tahmouch</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/sierratr/\">Tracy</a> · <a href=\"https://profiles.wordpress.org/rilwis/\">Tran Ngoc Tuan Anh</a> · <a href=\"https://profiles.wordpress.org/trex005/\">trex005</a> · <a href=\"https://profiles.wordpress.org/nathannoom/\">Trinadin</a> · <a href=\"https://profiles.wordpress.org/tszming/\">tszming</a> · <a href=\"https://profiles.wordpress.org/tumas2/\">tumas2</a> · <a href=\"https://profiles.wordpress.org/twstokes/\">twstokes</a> · <a href=\"https://profiles.wordpress.org/junsuijin/\">Tynan Beatty</a> · <a href=\"https://profiles.wordpress.org/tzipporahwitty/\">tzipporahwitty</a> · <a href=\"https://profiles.wordpress.org/uday17035/\">Uday Kokitkar</a> · <a href=\"https://profiles.wordpress.org/ugljanin/\">ugljanin</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a> · <a href=\"https://profiles.wordpress.org/utkarshpatel/\">Utkarsh</a> · <a href=\"https://profiles.wordpress.org/valer1e/\">valer1e</a> · <a href=\"https://profiles.wordpress.org/versusbassz/\">versusbassz</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/elifvish/\">Vishal Kumar</a> · <a href=\"https://profiles.wordpress.org/vladolaru/\">vlad.olaru</a> · <a href=\"https://profiles.wordpress.org/volodymyrkolesnykov/\">Volodymyr Kolesnykov</a> · <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/wendyjchen/\">Wendy Chen</a> · <a href=\"https://profiles.wordpress.org/west7/\">Wes Theron</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whoisnegrello/\">whoisnegrello</a> · <a href=\"https://profiles.wordpress.org/skorasaurus/\">Will Skora</a> · <a href=\"https://profiles.wordpress.org/wpmakenorg/\">wpmakenorg</a> · <a href=\"https://profiles.wordpress.org/wpsoul/\">wpsoul</a> · <a href=\"https://profiles.wordpress.org/wraithkenny/\">WraithKenny</a> · <a href=\"https://profiles.wordpress.org/wslyhbb/\">wslyhbb</a> · <a href=\"https://profiles.wordpress.org/upsuper/\">Xidorn Quan</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/dolphingg/\">Yunus Ertuğrul</a> · <a href=\"https://profiles.wordpress.org/omaeyusuke/\">yuu</a> · <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a> · <a href=\"https://profiles.wordpress.org/znuff/\">znuff</a> · <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a></p>\n\n\n\n<p>By release day, 76 locales had translated 90-percent or more of WordPress 6.0 into their language. Community translators continue after a release ensuring more translations are on their way. Thank you to everyone who helps to make WordPress available in 205 languages.</p>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute to the <a href=\"https://wordpress.org/support/\">support forums</a> by answering questions from WordPress users around the world.</p>\n\n\n\n<p>If contributing to WordPress appeals to you, it’s easy to learn more and get involved. Discover the different teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a> and explore the product roadmap on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<h2>The WordPress Mission &amp; You</h2>\n\n\n\n<p>WordPress is software designed for everyone, emphasizing accessibility, performance, security, and ease of use. The project believes great software should work with minimum setup, so you can focus on sharing your story, product, or services freely. The basic WordPress software is simple and predictable so you can easily get started. It also offers powerful features for growth and success.</p>\n\n\n\n<p>WordPress believes in democratizing publishing and <a href=\"https://opensource.org/osd-annotated\">the freedoms that come with open source</a>. Supporting this idea is a large community of people collaborating on and contributing to this project. The WordPress community is welcoming and inclusive. Our contributors’ passion drives the success of WordPress which, in turn, helps you reach your goals.</p>\n\n\n\n<p><a href=\"https://wordpress.org/about/\">Learn more about WordPress</a> and how you can join our community to help shape the future of the world’s most popular website platform.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>A Release Haiku</h2>\n\n\n\n<p>Six-point-oh is here<br>Time to download and upgrade<br>Let’s pause, celebrate</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p id=\"footnote\">1&nbsp;<a href=\"https://w3techs.com/technologies/overview/content_management\">According to W3Techs as of May 5, 2022</a>. </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12879\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WordPress 6.0 Release Candidate 3 (RC3) Now Available for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-3-rc3-now-available-for-testing/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2022 16:39:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12866\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:166:\"WordPress 6.0 Release Candidate 3 is now available for testing! You can download and help test RC3 in three ways. 6.0 is planned for general release on May 24, 2022.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4240:\"\n<p>WordPress 6.0 is scheduled for release next week on May 24, 2022! This RC3 release is the final opportunity for you to test and help contribute to making the 6.0 release great.</p>\n\n\n\n<p>You can view changes since the RC2 release via <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">Gutenberg</a> and <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=05%2F10%2F2022..05%2F17%2F2022&amp;resolution=fixed&amp;milestone=6.0&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac</a>.</p>\n\n\n\n<h1>Installing RC3</h1>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you install RC3 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 RC3 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-RC3.zip\">release candidate (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, 4, RC1, or RC2 on a case-insensitive filesystem, please use the following command:</p>\n\n\n\n<p><code>wp core update --version=6.0-RC3</code></p>\n\n\n\n<h1>Plugin and Theme Developers</h1>\n\n\n\n<p>All plugin and theme developers are encouraged to complete testing of their respective extensions against WordPress 6.0 RC3 and update the “<em>Tested up to”</em> version in their readme file to 6.0 this week. If you find compatibility problems, please be sure to post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so these items can be investigated further prior to the final release date of May 24.</p>\n\n\n\n<p>Review the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\"><em>WordPress 6.0 Field Guide</em></a>, for more details on this release.</p>\n\n\n\n<p>Review additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail upcoming changes.</p>\n\n\n\n<h1>Translate WordPress</h1>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a></p>\n\n\n\n<h1>How to Help Test WordPress</h1>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>RC3, An (Almost) Final Haiku</h2>\n\n\n\n<p>It’s near time for six<br>The reward is the journey<br>Just one week to go</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>.&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12866\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"WP Briefing: Episode 31: Open Source &amp; Accessibility– Celebrating Global Accessibility Awareness Day With Guest Joe Devon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"https://wordpress.org/news/2022/05/episode-31-open-source-accessibility-celebrating-global-accessibility-awareness-day-with-guest-joe-devon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=12855\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:392:\"In the thirty-first episode of the WordPress Briefing, GAAD Co-Founder Joe Devon joins WordPress Executive Director Josepha Haden Chomphosy to discuss Global Accessibility Awareness Day and the role of open source in accessibility. Have a question you&#8217;d like answered? You can submit them to [email protected], either written or as a voice recording. Credits Guest: Joe [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/05/WP-Briefing-031.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:33186:\"\n<p>In the thirty-first episode of the WordPress Briefing, GAAD Co-Founder Joe Devon joins WordPress Executive Director Josepha Haden Chomphosy to discuss Global Accessibility Awareness Day and the role of open source in accessibility. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:[email protected]\">[email protected]</a>, either written or as a voice recording.</strong></em><br></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Guest: Joe Devon</li><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> and <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://accessibility.day/about/\">About GAAD</a></li><li><a href=\"https://gaad.foundation/gaadpledge/\">GAAD Foundation Pledge</a></li><li><a href=\"https://www.who.int/health-topics/disability#tab=tab_1\">World Health Organization on Disability  </a></li><li><a href=\"https://en.wikipedia.org/wiki/The_dress\">The Dress Phenomenon</a></li><li>The Guardian on <a href=\"https://www.youtube.com/watch?v=7X_WvGAhMlQ\">Yanny or Laurel  </a></li><li><a href=\"https://josepha.blog/2019/05/24/empathy-vs-altruism-in-modern-leadership/\">Empathy vs. Altruism in Modern Leadership</a>, Josepha Haden Chomphosy </li><li><a href=\"https://webaim.org/projects/million/\">The WebAim Million 2022 Report</a></li><li><a href=\"https://make.wordpress.org/core/6-0/\">WordPress 6.0 Development Cycle </a></li><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12855\"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:00]&nbsp;</p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:40]&nbsp;</p>\n\n\n\n<p>Y&#8217;all, we&#8217;ve got an absolutely jam-packed couple of weeks in WordPress. We&#8217;ve got events happening and releases shipping and contributor days being coordinated (I almost said contributor days being contributed). That&#8217;s also what they&#8217;re doing. I&#8217;ll share some of those highlights in today&#8217;s small list of big things, but I did want to specifically call out something that&#8217;s coming up this week on Thursday (May 19, 2022), and that something is Global Accessibility Awareness Day.</p>\n\n\n\n<p>The team of contributors over on the Accessibility team has participated in the Global Accessibility Awareness Day in the past. So I thought it would be interesting to hear from one of the co-founders of this particular day of awareness.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:27]&nbsp;</p>\n\n\n\n<p>All right. And with that, Joe Devin, would you like to tell us a little bit more about yourself?&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:01:34] </strong></p>\n\n\n\n<p>Sure. So I am the co-founder of Global Accessibility Awareness Day, which is a day that goes viral every year on the third Thursday of May. We typically have the Twitter reach on the GAAD hashtag on Twitter of 200 million users, which is, I think, pretty much their active user count. We stopped counting once we hit their daily active user count. </p>\n\n\n\n<p>And then, I am Chair of the GAAD Foundation, which we launched last year. And then I have a day job too, where I&#8217;m CEO and co-founder of Diamond, which is an inclusive digital agency that builds software accessibly by default. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:15]&nbsp;</p>\n\n\n\n<p>Wonderful. Well, we are so excited to have you today. I said we like it&#8217;s me and the mouse in my pocket—we in the WordPress community that&#8217;s going to listen to this. Super excited to have you today. So you mentioned GAAD, Global Accessibility Awareness Day. Last year was your 10th anniversary, which is very exciting, but like with so many good things, I hear it all started with a blog post and a blog post on WordPress, no less.</p>\n\n\n\n<p>So I&#8217;d love to hear about how GAAD evolved from that, with, as I understand it, your co-founder of Jennison (Asuncion). That must be where you met him, I assume.</p>\n\n\n\n<p><strong>[Joe Devon 00:02:51] </strong></p>\n\n\n\n<p>Yes. Yes. So what happened was I started a WordPress blog called <em>My SQL Talk</em>. So it&#8217;s a database blog, and I just thought it was a brilliant name. I mean, My SQL Talk, like that, should be super popular.</p>\n\n\n\n<p>And it probably had maybe ten people who ever looked. Um, and then my dad was getting older, and my dad was a survivor of the concentration camps, and he was a genius. He spoke ten languages. It, he was one of those people. That, when he walked into a room, he just commanded respect. You knew that there was history. I don&#8217;t know how to explain it really, but it was special when my dad walked into the room. And considering all of this that he suffered in his life, watching him get older and struggle, particularly with his banking, was very painful to see. And the bank wasn&#8217;t accessible, so I wrote this blog post proposing that we create a Global Accessibility Awareness Day.</p>\n\n\n\n<p>Sometimes I get these visions, and they never turn into anything. But while I think about it, I&#8217;m like, &#8220;all right, let&#8217;s write this blog post and this can definitely work. Right?&#8221; And then you finish the blog post to hit send, and you&#8217;re like, &#8220;this is not going to work.&#8221;</p>\n\n\n\n<p>But I wasn&#8217;t even smart enough to do social media on it. But fortunately, WordPress had an auto-tweet feature, and it tweeted it out, and Jennison Asuncion, my co-founder, happened to be around and not out that Saturday night. And he read the blog post, and he said, &#8220;this is a great idea. Let&#8217;s make it happen.&#8221;</p>\n\n\n\n<p>And we had two busy people, but we both had a community. He had the accessibility community, and I was building a tech scene in Los Angeles. And what I discovered is if you combine a great idea with the community, great things can happen. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:49]</strong></p>\n\n\n\n<p>Oh man, you&#8217;re speaking my language over here, helping people find their communities, knowing that community is the thing that is the lifeblood of society.</p>\n\n\n\n<p>That sounded like a tautology. It is not a tautology. You can have a society with an attempt to not have any sort of community around it, but I bet it doesn&#8217;t work very well. Well, that&#8217;s, that&#8217;s very interesting. And so you all just kind of talked through what that would look like, I assume in confidence, or that would have to take place, right? Or was it on Twitter in those days?&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:05:24]</strong> </p>\n\n\n\n<p>Oh, you could still look in the comments and see the back and forth of Jennison and a bunch of other people that got pretty involved with GAAD that are some legendary folks in there. It&#8217;s kind of mind-blowing because I dunno how, how you feel, but for me, when I used to code, uh, three months later, I&#8217;d look back at old code and be like, &#8220;oh, I suck,&#8221; you know, or write an email even and you look back on it a day later and are like &#8220;what a stupid email, how stupid am I?&#8221; You know?  But I look back on that one after ten years; I was scared to look at it because I&#8217;m like, it must&#8217;ve been really bad. But you know, it kind of held up, and exactly what I wrote in there happened &#8211; to my utter shock.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:06]</strong></p>\n\n\n\n<p>But also, it&#8217;s kinda nice, though, to look back and be like, &#8220;oh, I used to be much dumber.&#8221;</p>\n\n\n\n<p>Cause then you&#8217;re like, look how far I&#8217;ve come. I&#8217;m no longer that dumb. I&#8217;m a different kind of dumb now; good for me. I always hope to be a different kind of dumb as I go forward. </p>\n\n\n\n<p>So then, okay, so that was your ten-year anniversary last year. GAAD, in general, now has been going on for 11 years, and at the time of this recording, in a couple of weeks, but then probably a week when it finally publishes, you have your next, your next round of that going.</p>\n\n\n\n<p>I think it seems safe to assume that awareness of the need for accessibility has increased during that time, but we all know that the work of accessibility is ongoing. And so, I&#8217;m just curious to hear from your perspective if the awareness of the need for accessibility has generally started to permeate developer communities.</p>\n\n\n\n<p>And are you seeing more developer awareness around the need for accessibility in tech in general?&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:07:12]</strong> </p>\n\n\n\n<p>Yeah. You know, it&#8217;s not enough. It&#8217;s certainly improved a lot.  I keynoted a conference probably four years after GAAD started, maybe five, and I kind of assumed nobody would have heard of accessibility, and I was taken aback when I asked who had heard of it, and a good chunk of the room had. So even then, there had been a difference, and I&#8217;d say now I see accessibility mentioned a lot more in conferences and stuff. But when it comes to actually building it, there&#8217;s a tremendous amount of ignorance. There, there still needs to be a lot more awareness.</p>\n\n\n\n<p>And I think partially people are a little bit scared to dip their toe because they&#8217;re scared that they&#8217;re going to be told that &#8220;no, it&#8217;s not accessible,&#8221; or that they&#8217;re going to say the wrong word or offend somebody. So I&#8217;d say that there&#8217;s some degree of trepidation, but also developers, and it&#8217;s not just developers, designers, and product people. There&#8217;s so much to learn, and it&#8217;s like, &#8220;oh God, there&#8217;s another piece that I have to learn.&#8221; </p>\n\n\n\n<p>And I&#8217;m so glad that you invited me on this podcast because it&#8217;s the developers that, you know, I am a developer, not anymore, I haven&#8217;t touched code in years, but that&#8217;s where I came from. Right? This is my peach, right? Particularly WordPress folks, because I had done a fair bit of WordPress before I moved on to some other things. And, I think we have to talk about usability and understand that accessibility is so much more than how we look at disability.</p>\n\n\n\n<p>And if you don&#8217;t mind, I&#8217;m going to ask you a question. How do you think the typical WordPress developer or designer would define disability? </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:09:05] </strong></p>\n\n\n\n<p>in the kinds of conversations that I&#8217;ve had over the years, it frequently has to do with visual things. Because it&#8217;s just screens all day, right? And that&#8217;s a primary area where our designers and developers really have made some effort.</p>\n\n\n\n<p>But my personal favorite sort of, of example, for like, when you&#8217;re looking at how to make sure that your products are accessible is, what, if you have to use your website, or you have to build your website using only one arm. Because that gives you an opportunity to kind of look at disability from a permanent standpoint.</p>\n\n\n\n<p>Like if you have lost permanent use of one arm, but also gives you an opportunity to look at the temporary options for that sort of lack of mobility. Like you&#8217;re a mother with an infant, and so you have to be able to, you know, get your stuff done with one arm. And so I know that we paid a bunch of attention to screen readers and what works in not way back in 2018 and 2019 did a lot of work with. Literally zero screen. And can you still do the thing that you need to do, which was incredibly difficult. And I was really excited to see what our developers came up with around that. But I think that that is quite a bit of that discussion as we&#8217;re going through it from the beginning to the&nbsp;end.</p>\n\n\n\n<p><strong>[Joe Devon 00:10:27] </strong></p>\n\n\n\n<p>Yeah. I mean, that&#8217;s a great answer, and you definitely understand some of the nuances way better than I think that the average creator, digital product creator, I&#8217;m including the, you know, the product people, the designers, and the developers.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:10:42] </strong></p>\n\n\n\n<p>We&#8217;re very fortunate to have more than just developers in WordPress.</p>\n\n\n\n<p><strong>[Joe Devon 00:10:50]  </strong></p>\n\n\n\n<p>The reason I bring this up is that the WHO (World Health Organization) had to; they&#8217;re the ones that did massive research across the globe. And they had to, they had to come up with a definition, and in their definition, they needed to draw a line. Typically, I don&#8217;t remember the exact thing cause it&#8217;s a 350-page report, and I kept looking for where they defined it again.</p>\n\n\n\n<p>It was a little hard to find, but essentially it&#8217;s if there&#8217;s a major disability or a disability that impacts some significant portion of your day-to-day activities. And that&#8217;s really great when you&#8217;re trying to do a report on how many disabilities there are out there; what percentage of the population has a disability?</p>\n\n\n\n<p>And their figures are something like 15% of the population has a disability, which is a huge number. But at the same time, they also mentioned that 2.2 billion people have a visual impairment. And we also know that over 33% of the population is over 50, and I&#8217;m included in that population. And I can say that when you&#8217;re over 50, you know, I&#8217;ve got clouds in my eyes.</p>\n\n\n\n<p>I don&#8217;t know where they came from, but they definitely make it harder to see. When I&#8217;m in a restaurant, I can&#8217;t focus on the person across from me the same way. My hearing is not the same, and anybody over 50 is going to have certain impairments and won&#8217;t see as well; color contrast issues are a big deal.</p>\n\n\n\n<p>Being able to raise the font is a big deal. And I think that accessibility is connected in most people&#8217;s minds with disability. And they&#8217;ll attach that to something like being blind or being deaf or hard of hearing or having a missing limb or having some other kind of disability. </p>\n\n\n\n<p>And, as a result, they&#8217;re like, &#8220;well, I don&#8217;t even know any people in that category possibly,&#8221; and as a result, they&#8217;re like, &#8220;well, how important is this?&#8221; Yes. They might feel guilty. I should do the right thing. This is the right thing to do. But honestly, like how much money should I spend on it? How much, what percentage of my time should I spend on it?</p>\n\n\n\n<p>And it&#8217;s because they don&#8217;t realize that everybody has different abilities. And so, I&#8217;m starting to go away from even talking about disabilities and asking people to remember that all of us perceive things differently. </p>\n\n\n\n<p>Do you remember the gold dress where they were trying to say, what color is this dress? Is it gold and white or blue and black? And it is blue and black, but to me, all I see is gold and white. And then there was Laurel or Yanny. Do you remember that?. And some people heard it, and typically older people heard it as Laurel, and I&#8217;ve, and I do this in some of my presentations. I play that, that sound. And usually, it&#8217;s Laurel for me, but sometimes it&#8217;s Yanny. Even personally, it changes. </p>\n\n\n\n<p>And so, we have a totally different perception. Now think about memory. There&#8217;s a different kind of blindness. If you try and remember, let&#8217;s say a relative or a friend that is no longer. How well do you see that picture?</p>\n\n\n\n<p>Because for me, it is very, very vague, but for some people, they say, and I&#8217;ve been asking people, and I&#8217;d love your answer as well. How vivid is it? And some people say, I can read the, I can see the pattern on the shirt. It&#8217;s as vivid as if I see with opening my eyes, seeing, you know, the regular in front of me, and I can even read a name tag in the memory.</p>\n\n\n\n<p>And I&#8217;m like, Woah, so maybe I&#8217;m blind in a way. Right? So how do you see it? How do you remember things?&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:14:42] </strong></p>\n\n\n\n<p>Oh, I&#8217;m a, I&#8217;m a real visual person and a tactile person. And so, like if I interacted with someone, I&#8217;m very likely to be able to picture, like, recreate that mental picture pretty well in my mind. I recently, very recently, met some of my first people in that executive leadership space who were like, yeah, I don&#8217;t, I don&#8217;t visualize things.</p>\n\n\n\n<p>And I was like, what are you, how do you do this work? Because like, you have to be able to do that. And they were like, no, I don&#8217;t have mental pictures.&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:15:13] </strong></p>\n\n\n\n<p>Some people don&#8217;t have an inner dialogue.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:15:17] </strong></p>\n\n\n\n<p>I don&#8217;t understand that either,&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:15:19] </strong></p>\n\n\n\n<p>Me either. So accessibility studies all of these differences with respect to how you&#8217;re presenting all of this information.</p>\n\n\n\n<p>And if you don&#8217;t pay attention to accessibility, you&#8217;re really just missing out. And then there&#8217;s colorblindness. If you&#8217;re creating something like slack that has an online/offline indicator, and you only use red and green for people who are colorblind, they see gray and gray. And so what I&#8217;m trying to teach the community with digital product creators is that no, you cannot ignore it.</p>\n\n\n\n<p>You can ignore accessibility, but then you&#8217;re not good at your job. I mean, I don&#8217;t mean to say it in an offensive way, but you&#8217;re not good at your job if you&#8217;re unaware. If you break a rule on purpose, great. But if you don&#8217;t know the rule, it&#8217;s just a lack of craft, and you absolutely should make it a priority.</p>\n\n\n\n<p>And you&#8217;re not doing it as a charity. You&#8217;re doing it because you care about your users, and you care about your craft, and you want to build things well, and it&#8217;s a necessity. And I think that this is the kind of message that our community needs to hear.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:16:31]</strong></p>\n\n\n\n<p>I want to touch on something that you sort of brought up a bit, um, at the start of the answer there.</p>\n\n\n\n<p>So you brought up the concept of usability. And in the last time that I did a podcast about accessibility, I defined accessibility as a subset of usability. Do you think that if we were to consistently draw that line for people so that it&#8217;s not just like accessibility is this thing that you should do outside of usability?</p>\n\n\n\n<p>If we were to more consistently draw that line, do you think that that would help people to see and understand better that its shades of existence, usability, and accessibility?  &nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:17:10] </strong></p>\n\n\n\n<p>Oh, 100%, a hundred percent. And in my company, we kind of realized that that&#8217;s exactly what we have to do. We have to see this as usability.</p>\n\n\n\n<p>And I don&#8217;t, we talk about accessibility a lot, but I don&#8217;t want to. It&#8217;s part of the plumbing for us. We&#8217;ve made it part of the plumbing, and I can tell you it&#8217;s a struggle to take accessibility and make it part of an organization, even when you&#8217;re bringing it top-down, believe it or not. For our teams, particularly the designers, they are blown away by what they&#8217;re learning because they&#8217;re improving their craft.</p>\n\n\n\n<p>And design is typically where there&#8217;s a struggle to get accessibility accepted because there seems to be a very strong idea of what a design should look like. And I think it&#8217;s really about the approach because UX and design it&#8217;s all about empathy for people. And when you approach it, not as, even though empathy should mean that, that, you know, do the right thing at the same time, it&#8217;s more about empathy for your user, and your user includes so much more than just people with disabilities that you haven&#8217;t run into somebody that has that disability and therefore you build it better, and it&#8217;s, it&#8217;s completely blown their mind. They love it. They love doing it. And I&#8217;m not hiring people with accessibility coming in. We&#8217;re training them to work accessibly. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:18:34] </strong></p>\n\n\n\n<p>So I think it&#8217;s interesting that you talk about empathy as part of being able to make sure that you&#8217;re creating something that&#8217;s accessible because I actually feel like empathy is. Like it&#8217;s being considered this gold standard for many, many things right now. And I think it actually is more harmful in the long run than instead making altruistic choices.</p>\n\n\n\n<p>And so, I have a blog post that I will link in our show notes that will kind of help everybody see more fully my concept there. But when you rely on empathy, you do kind of have to rely on one, being able to run into all of the issues you were mentioning. You have to know people who have problems in order to know that the problems exist.</p>\n\n\n\n<p>And then you also kind of have to assume that once you have willingly put yourself into the discomfort of that kind of disability, whatever, wherever it exists on that spectrum, your experience of that discomfort is the same as someone who lives with it. And I just don&#8217;t think that we can necessarily do that.</p>\n\n\n\n<p>I always think that trying to do the altruistic thing, like doing your research and figuring out what it is and trying to make decisions on behalf of other people as best you can, which is a terrible thing. Still, like decisions that take into account the experiences that people are sharing with you and then going to them and saying, &#8220;does this make that experience better or worse?&#8221; is the more sustainable option from my perspective, this is specifically leadership. Still, I think it&#8217;s true for accessibility as well, and probably product design as a whole, but it&#8217;s very difficult. Like people really feel like they understand the concept of empathy right now. And I do think that sometimes that leads us down the wrong path for things.</p>\n\n\n\n<p>What&#8217;s your thought on that? I think you kind of agree based on what your answer was&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:20:33]</strong> </p>\n\n\n\n<p>Oh, no, absolutely. And you know, we, you, can&#8217;t never about us without us, as the common saying, and we&#8217;ve gathered a group of a hundred people with a wide variety of disabilities for research. Whenever we do any UX and research, and sometimes we&#8217;re asked to just do research projects, we go out and ask the users.</p>\n\n\n\n<p>We had some really interesting companies approach us to do innovation and accessibility, and they had strong assumptions. We looked at the assumptions and agreed with it, but we&#8217;re like, all right, they were smart. They said, &#8220;vet this with users for us, please,&#8221; because they didn&#8217;t want to gather their own group.</p>\n\n\n\n<p>We vetted with users, and we&#8217;re blown away, always blown away because there are so many things you just don&#8217;t know unless you&#8217;ve lived with a particular disability. You can&#8217;t guess, and you&#8217;ve got to speak to your users and a wide variety of them. &nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:21:30]</strong></p>\n\n\n\n<p>Yes, absolutely. Absolutely. What role does open source play in expanding accessibility, either in specifically the digital space or just accessibility in general?</p>\n\n\n\n<p><strong>[Joe Devon 00:21:42] </strong></p>\n\n\n\n<p>I guess if the question is, what role does it play? I would say the role it plays is it is, unfortunately, it makes accessibility worse because, for the most part open source is not very accessible. And it&#8217;s a personal passion of mine, so I&#8217;m really glad that you brought that up. </p>\n\n\n\n<p>You know, it is so bizarre. You write a blog post and then it goes viral, and it goes viral every year to a degree that you can&#8217;t even believe it, that all these companies that you know are running events. Privately, publicly talking about it. And then you get all these people thanking you for what you&#8217;ve done year after year.</p>\n\n\n\n<p>And then one year, you read on Twitter, The Blind Onion; I&#8217;m sure you&#8217;re familiar with The Onion, the satirical clip, there&#8217;s the Blind Onion. And they tweet out, &#8220;Now that Global Accessibility Awareness Day is over, we look forward to 364 days of global accessibility oblivion.&#8221; And that really hurt at the time, but at the same time, and I was told to ignore it, don&#8217;t worry about it, but I&#8217;m like, no, this is coming from a place of pain.</p>\n\n\n\n<p>And the point of GAAD was to make a difference. It wasn&#8217;t too to just give everybody an opportunity to say, &#8220;Hey, look at what we&#8217;re doing,&#8221; and then not make a difference. So, as a result of that, I started to think about, well, where are we with this? And, and so I&#8217;ve created a state of accessibility report that through my company, we&#8217;re able to run for a few years, and it&#8217;s not, you know, the state is not great.</p>\n\n\n\n<p>And I&#8217;m like, well, what can we do to change things? So, as a result of all of this, I really wanted to figure out, well, what can we do to make sure that GAAD does make a difference? And so, I came up with the idea of the GAAD pledge, which is specifically meant for open source frameworks. </p>\n\n\n\n<p>And the idea of the GAAD pledge is that an open source framework, when they are ready, takes the pledge to make accessibility a core value of the framework. Now, terms of what that actually entails are different for every single project because every project is unique. We did create a bit of a framework, which had the idea of saying, okay, you&#8217;re going to, first of all, create an accessibility statement that says that this framework is going to conform to whatever, WCAG, which is Web Content Accessibility Guidelines, to whatever WCAG level is decided and is appropriate for the framework. That there&#8217;s going to be documentation for anybody that is downloading this piece of open source project and trying to implement it, that there should be guidelines for them, that all of the examples should be accessible. </p>\n\n\n\n<p>It&#8217;s really important because even the frameworks that try to pay attention to accessibility. You&#8217;ll often see that people from the community will provide examples, and they&#8217;re inaccessible. And it&#8217;s really sad when you see that because so many people are just copy-pasting. That&#8217;s typically how it works, and they&#8217;re going to copy-paste something bad. So putting a statement around it, I think, would be really great.</p>\n\n\n\n<p>And what we&#8217;re hoping to see is that lots and lots of big open source communities decide to take the pledge. And then it&#8217;ll sort of be table stakes that any new open source projects as well look, all of these frameworks that made it, they took the pledge and therefore we should take the pledge as well.</p>\n\n\n\n<p>And so the very first year, we had React Native take the pledge, and they put a lot of effort into their accessibility. The second group to take it was Ember.js, and they always put a lot of effort into their accessibility, and they continued that effort. We&#8217;re about to announce the next one, but we&#8217;re still two weeks away.</p>\n\n\n\n<p>So I can&#8217;t say anything yet, but yeah, we&#8217;re, uh, we&#8217;re hoping for a lot more uptake on, on the gap pledge because it, it affects so many people downstream. WordPress&#8217;s what percent of the web right now? 43%? So there you go. That&#8217;s so many people.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:25:57] </strong></p>\n\n\n\n<p>So many people. Yeah, fun fact Gutenberg, our current rewriting of the editing experience in WordPress, primarily uses React. And so, I&#8217;m glad to hear that they have taken that pledge as well. </p>\n\n\n\n<p>As with any good cooking, it starts with good&nbsp;ingredients.</p>\n\n\n\n<p><strong>[Joe Devon 00:26:12] </strong></p>\n\n\n\n<p>You said it. That was great. I wish I was a cook, though.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:26:23] </strong></p>\n\n\n\n<p>I love it. All right. Let&#8217;s what keeps you up at night when it comes to the state of accessibility?&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:26:29] </strong></p>\n\n\n\n<p>What keeps me up at night is how to move the needle. It is such a big thing to change. And there are so many angles that you can approach this with, but at the end of the day, it&#8217;s, it&#8217;s a monster.</p>\n\n\n\n<p>It&#8217;s a monster. There are so many legacy sites out there. If you look at WebAIM, they do a yearly report on the state of accessibility as well. They call it the WebAIM Million, and they&#8217;re typically seeing 97% inaccessible, 98%. It goes up and down a little bit every year. And that&#8217;s, that&#8217;s just a huge boat to move.</p>\n\n\n\n<p>I think we need to at least get the newer, uh, newer websites and mobile apps to move. And what we&#8217;ve seen in our state of accessibility report is that only the very top companies seem to put in the effort to make their products accessible. There is a big push with the enterprise companies to do it.</p>\n\n\n\n<p>The CEOs are starting to talk about it, but what we need is the entire culture of software development to change. Or I should even say digital product development change and to move that boat is massive. And that&#8217;s I put it in my tagline in my email like that&#8217;s my mission in life, and I hope to achieve it before I die.</p>\n\n\n\n<p>So that keeps me up at night.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:27:52] </strong></p>\n\n\n\n<p>I think that would keep me up at night as well. I mean, it seems like you are really just personally mission-driven and impact-driven. Do you feel like, in the event that the work that you&#8217;ve accomplished so far is what you accomplish, you feel still like you&#8217;ve had an impact?</p>\n\n\n\n<p>I feel like you have had&nbsp;an impact. </p>\n\n\n\n<p><strong>[Joe Devon 00:28:13] </strong></p>\n\n\n\n<p>I&#8217;m not one of those people that tries to have a legacy or like tries to focus on what my impact is and all of that. I just try and do good work. And hopefully, it just shows at the end of the day. I&#8217;m just trying to have the impact without the accolades.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:28:34]</strong></p>\n\n\n\n<p>I get it. Well, Joe, thank you so much for joining us here on this episode of WP Briefing. You have been a delight to chat with.</p>\n\n\n\n<p><strong>[Joe Devon 00:28:42]</strong></p>\n\n\n\n<p>Likewise, it&#8217;s really been a pleasure to meet you, and uh, and I appreciate the opportunity.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:28:54] </strong></p>\n\n\n\n<p>And now it&#8217;s time for our smallest of big things. As I mentioned at the start, it is packed. Number one tomorrow, May 17th, RC3. So one of the final RCs that we&#8217;re going to have for the WordPress 6.0 release, unless something goes horribly, horribly wrong, which I don&#8217;t think it will. </p>\n\n\n\n<p>And then, two days after that, Global Accessibility Awareness Day, as I mentioned, will be on May 19th. So, this coming Thursday. </p>\n\n\n\n<p>And then next week, we have the 6.0 release. We have the WordPress 6.0 release on May 24th. </p>\n\n\n\n<p> Three days after that, WordPress turns 19 on May 27th, starting its final teenage year before we turn twenty in 2023. So that was the rapid-fire dance card for the next two weeks.</p>\n\n\n\n<p>The stuff that is happening with and around WordPress for everyone to know. As a heads up, also, many people are headed to WordCamp Europe in Porto(, Portugal). The first week of June, I am going to do a live from WordCamp Europe episode. It will not be live. I&#8217;ll just record it live. And so. You know you&#8217;ll get to hear me with my hoarsest voice and maybe singing to my computer. Cause that almost always happens at these things. </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WordPress 6.0 Release Candidate 2 (RC2) Now Available for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-2-rc2-now-available-for-testing/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 May 2022 18:06:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12840\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:171:\"WordPress 6.0 Release Candidate 2 is now available for testing! You can \ndownload and help test RC2 in three ways. You can also help translate WordPress to 100+ languages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4830:\"\n<p>The next release candidate for WordPress 6.0 is now available!&nbsp;</p>\n\n\n\n<p>WordPress 6.0 is scheduled for release on May 24th, 2022 &#8211; just two weeks from today.</p>\n\n\n\n<p>“Release Candidate” means that this version of WordPress is ready for release! Since the WordPress ecosystem includes thousands of plugins and themes, it is important that everyone within the WordPress community check to see if anything was missed along the way. That means the project would love your help.</p>\n\n\n\n<p>Thank you to everyone who has contributed towards testing and logging issues to help make WordPress 6.0 stable (and awesome). WordPress still needs your help testing, especially theme and plugin developers.</p>\n\n\n\n<p>Since the RC1 release on May 3rd, 2022, there have been approximately 40 issues resolved in <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">Gutenberg</a> and <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=05%2F03%2F2022..05%2F10%2F2022&amp;resolution=fixed&amp;milestone=6.0&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac</a>.</p>\n\n\n\n<h1>Installing RC2</h1>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you RC2 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 RC2 in three ways:</p>\n\n\n\n<ul><li><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</li></ul>\n\n\n\n<ul><li><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-RC2.zip\">release candidate version here (zip)</a>.</li></ul>\n\n\n\n<ul><li><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, 4, or RC1 on a case-insensitive filesystem, please use the following command:<br><code>wp core update --version=6.0-RC2</code></li></ul>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks, which will detail all upcoming changes.</p>\n\n\n\n<h1>Plugin and Theme Developers</h1>\n\n\n\n<p>All plugin and theme developers should test their respective extensions against WordPress 6.0 RC2 and update the “<em>Tested up to”</em> version in their readme file to 6.0. If you find compatibility problems, please be sure to post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so that these items can be investigated further prior to the final release date of May 24th.</p>\n\n\n\n<p>Review the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\"><em>WordPress 6.0 Field Guide</em></a> for more details on this release.</p>\n\n\n\n<h1>Translate WordPress</h1>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages</a>.</p>\n\n\n\n<h1>How to Help Test WordPress</h1>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>An RC2 Haiku for You</h2>\n\n\n\n<p>Anticipation<br>Sprinting toward G/A now<br>Please — test, translate — thanks!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a>.&nbsp;&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12840\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress – April 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2022/05/the-month-in-wordpress-april-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2022 15:01:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:22:\"the month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12816\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"This past month saw a lot of preparation work for WordPress 6.0, due to release on 24 May 2022. This major release brings exciting improvements – read on to find out more about the latest happenings in the WordPress project. WordPress 6.0 Release Candidate 1 The first release candidate (RC1) for WordPress 6.0 is now [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10652:\"\n<p>This past month saw a lot of preparation work for WordPress 6.0, due to release on 24 May 2022. This major release brings exciting improvements – read on to find out more about the latest happenings in the WordPress project.</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>WordPress 6.0 Release Candidate 1</h2>\n\n\n\n<p><strong>The first release candidate (RC1) for WordPress 6.0 is now available for download</strong>. Help improve the project by testing and translating this version to non-English languages. Check out the RC1 <a href=\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-1/\">release post</a> to learn what’s new and how to contribute. For a more in-depth look at the upcoming changes, you can refer to the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a>.</p>\n\n\n\n<p>WordPress 6.0 is packed with all kinds of improvements for everyone. It brings new blocks, <a href=\"https://make.wordpress.org/core/2022/04/20/wordpress-6-0-accessibility-improvements/\">accessibility enhancements</a>, refined design tools, the ability to switch theme styles easily, multi-block partial text selection, and a new block locking interface, to name a few of its highlights.</p>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/05/episode-30-a-sneak-peek-at-wordpress-6-0/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong>Listen to the latest </strong><strong>WP Briefing episode</strong><strong> for a sneak peek into the exciting features included in WordPress 6.0.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Gutenberg releases: Versions 13.0 and 13.1 are here</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/04/14/whats-new-in-gutenberg-13-0-14-april/\">Gutenberg 13.0</a> shipped on April 14, 2022, and introduced the final updates that will be part of WordPress 6.0. These include an improved editor experience (with the ability to select text across blocks), better responsive blocks, and prominently exposed block patterns.</li><li><a href=\"https://make.wordpress.org/core/2022/04/28/whats-new-in-gutenberg-13-1-27-april/\">Gutenberg 13.1</a> landed on April 27, 2022. This version adds border support to the Columns block and accessibility and Comment block improvements.</li></ul>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/core/tag/gutenberg-new/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong>Follow the </strong><strong>#gutenberg-new</strong><strong> posts for more details on the latest updates.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Team updates: Updated guidelines for in-person events, redesign of the Gutenberg page, and more</h2>\n\n\n\n<ul><li>The Community team announced <a href=\"https://make.wordpress.org/community/2022/04/21/announcement-updated-covid-19-guidelines-for-official-wordpress-events/\">updated Covid-19 guidelines</a> for official WordPress events.</li><li>The <a href=\"https://make.wordpress.org/meta/2022/04/12/gutenberg-landing-page-kick-off/\">redesign of the Gutenberg landing page</a> on WordPress.org is nearing completion.</li><li>#WPDiversity announced new meeting times for Asia-Pacific (APAC) areas. You can express your interest <a href=\"https://make.wordpress.org/community/2022/04/22/wpdiversity-is-expanding-to-apac/\">in this post</a>.</li><li>The Training team plans to <a href=\"https://make.wordpress.org/training/2022/04/19/migrating-contributor-training-to-learn-wordpress/\">migrate the Contributor Training materials</a> to Learn WordPress. This move will help consolidate all the community-based training content in one place.</li><li>All learners on Learn WordPress can now enjoy using <a href=\"https://make.wordpress.org/training/2022/04/07/demo-sites-for-learn-wordpress-users/\">a live WordPress demo site</a> as they go through courses on the site.</li><li>The first stable <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2022/04/18/version-1-0-0-of-the-performance-lab-plugin-published/\" target=\"_blank\">version 1.0.0</a> of the <a href=\"https://wordpress.org/plugins/performance-lab/\">Performance Lab</a> plugin was released.</li><li>Read the latest edition of the <a href=\"https://make.wordpress.org/community/2022/04/21/meetup-organizer-newsletter-april-2022/\">Meetup Organizer Newsletter</a>.</li><li>Everyone is welcome and encouraged to join the new <a href=\"https://make.wordpress.org/photos/\">Photo Directory team</a> meetings. They are held on the first Friday of every month at 14:00 UTC in the <a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/messages/photos\" target=\"_blank\">#photos</a> channel of the Make WordPress Slack.</li><li>The Performance team published a <a href=\"https://make.wordpress.org/core/2022/04/12/follow-up-on-webp-by-default-proposal/\">follow-up post</a> with the next steps on the WebP proposal.</li><li>Check out the <a href=\"https://make.wordpress.org/design/2022/04/25/design-share-apr-11-22/\">projects</a> the Design team contributed to over the past couple of weeks.</li><li>Official Featured and Beta plugins now limit <a href=\"https://make.wordpress.org/plugins/2022/04/15/featured-beta-plugins-now-limit-changes/\">ownership and committer changes</a>.</li><li>The April 2022 edition of the <a href=\"https://make.wordpress.org/polyglots/2022/04/22/polyglots-monthly-newsletter-april-2022/\">Polyglots Monthly Newsletter</a> was published.</li><li>The latest edition of People of WordPress features <a href=\"https://wordpress.org/news/2022/04/people-of-wordpress-meher-bala/\">Meher Bala</a>, a frontend web developer and community builder from India.</li><li>The <a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/archives/C0FRG66LR\" target=\"_blank\">#props</a> channel of the Make WordPress Slack is now connected to the WordPress.org profile activity! This way when you give props, it will be included on your WordPress.org profile and the profile of those you mention. This change is part of a <a href=\"https://make.wordpress.org/project/2022/03/16/proposal-to-remove-spam-dormant-five-for-the-future-pledges/\">larger project</a> that will help credit more non-code contributions.</li></ul>\n\n\n\n<div class=\"is-layout-flex wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/community/2022/04/11/return-to-in-person-events-share-your-challenges/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>How do you feel about in-person WordPress gatherings? The Community team wants to hear about the challenges in returning to these events.</strong></a></div>\n</div>\n\n\n\n<h2>Open feedback/testing calls</h2>\n\n\n\n<ul><li>Following this <a href=\"https://make.wordpress.org/updates/2021/03/16/proposal-a-wordpress-project-contributor-handbook/\">proposal</a> for a WordPress Project Contributor Handbook, Executive Director Josepha Haden opened a <a href=\"https://make.wordpress.org/project/2022/04/29/discussion-contrib-handbook-part-2/\">round of discussions</a> to share feedback on the various handbook sections.</li><li>Version 19.8 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/05/02/call-for-testing-wordpress-for-android-19-8/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/05/02/call-for-testing-wordpress-for-ios-19-8/\">iOS</a> is available for testing.</li><li>Join the 14th testing call of the Full Site Editing (FSE) Outreach program – “<a href=\"https://make.wordpress.org/test/2022/04/28/fse-program-testing-call-14-rallying-recipe-reviewers/\">Rallying Recipe Reviewers</a>.” This call focuses on testing blocks that help recipe authors make their recipe blogs more interactive. Leave your feedback by May 18, 2022.</li></ul>\n\n\n\n<div class=\"is-content-justification-center is-layout-flex wp-container-11 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong>Are you interested in helping test out new WordPress 6.0 features but don’t know where to start? This </strong><strong>detailed guide</strong><strong> will walk you through how to get started.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Get ready for WordCamp Europe in Porto</h2>\n\n\n\n<ul><li>We are four weeks away from <a href=\"https://central.wordcamp.org/news/2022/05/join-the-european-wordpress-community-in-porto-portugal/\">WordCamp Europe</a>. After being postponed twice due to the pandemic, the WordPress event is taking place in Porto, Portugal, on 2-4 June 2022. Check out the <a href=\"https://europe.wordcamp.org/2022/schedule/\">schedule</a> and get your <a href=\"https://europe.wordcamp.org/2022/tickets/\">tickets</a> if you haven’t yet!</li><li>WordCamp US <a href=\"https://us.wordcamp.org/2022/support-underrepresented-speakers-at-wordcamp-us/\">announced</a> a new program to support underrepresented speakers.</li><li><a href=\"https://irun.wordcamp.org/2022/\">WordCamp Irun</a> (Spain) is happening this month on May 21 and 22, 2022.</li></ul>\n\n\n\n<div class=\"is-content-justification-center is-layout-flex wp-container-12 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://us.wordcamp.org/2022/our-call-for-volunteers-is-now-open/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong><strong>The </strong><strong>Call for Volunteers</strong><strong> for WordCamp US in San Diego, California, is now open. Newcomers to WordPress are always welcomed. Apply today!</strong></strong></strong></a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em>Have a story that we could include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12816\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.0 Release Candidate 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 May 2022 17:18:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12799\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:171:\"WordPress 6.0 Release Candidate 1 is now available for testing! You can \ndownload and help test RC1 in three ways. You can also help translate WordPress to 100+ languages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7242:\"\n<p>The first release candidate (RC1) for WordPress 6.0 is now available!</p>\n\n\n\n<p>This is an important milestone on the 6.0 release cycle journey. “Release Candidate” means that this version of WordPress is ready for release! Before the official release date, time is set aside for the community to perform final reviews and help test. Since the WordPress ecosystem includes thousands of plugins and themes, it is important that everyone within the WordPress community check to see if anything was missed along the way. That means the project would love your help.</p>\n\n\n\n<p>WordPress 6.0 is planned for official release on May 24th, 2022, three weeks from today.&nbsp;</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you RC1 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 RC1 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-RC1.zip\">release candidate version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, or 4, on a case-insensitive filesystem, please use the following command:<br><code>wp core update --version=6.0-RC1</code></p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h1>What’s in WordPress 6.0 RC1?</h1>\n\n\n\n<p>Since Beta 4, various items have been addressed, including (but not limited to):&nbsp;</p>\n\n\n\n<ul><li>Backport updates of Comment blocks tests (<a href=\"https://core.trac.wordpress.org/ticket/55643\">#55643</a>)</li><li>Backport a bugfix of Comment Template block pagination (<a href=\"https://core.trac.wordpress.org/ticket/55658\">#55658</a>)</li><li>Editor: Backport bug fixes for WordPress 6.0 from Gutenberg (<a href=\"https://core.trac.wordpress.org/ticket/55567\">#55567</a>)</li></ul>\n\n\n\n<p>WordPress 6.0 is the second major release for 2022, following 5.9 which became generally available in January. This release includes nearly 1,000 fixes and enhancements spanning most areas of the WordPress platform. Some key highlights within the content creation and site-building feature sets include:</p>\n\n\n\n<ul><li><strong>Style Switching:</strong> <a href=\"https://make.wordpress.org/core/2022/03/03/core-editor-improvement-choose-your-style/\">switch up the look and feel of your site</a>, all in one block theme. No need to change themes!</li><li><strong>More template options:</strong> use blocks to edit five more templates (author, date, categories, tag, and taxonomy).</li><li><strong>Multi-select: </strong>Easily select text across multiple blocks. Edit to your liking.</li><li><strong>Retain Styles: </strong>Keep your custom styles in place, whether transforming between blocks or creating new buttons.&nbsp;</li><li><strong>More patterns in more places:</strong> the Quick Inserter surfaces patterns that might work well for the condition you’re in, baking in relevant patterns for template parts and pages you’re working on.&nbsp;</li><li><strong>List View improvements: </strong>New keyboard shortcuts (shift + click) let you select multiple blocks to modify in bulk (reposition, delete, etc.), see your content at a glance with a collapsed by default view, and more.</li><li><strong>Refined design tools: </strong>Explore<strong> </strong>a new color panel, transparency options, more group block variations to create new layout options (Stack, Row), the ability to set your featured image in a Cover block, control the exact size of your featured image, gap support for the Gallery block, and more.</li><li><strong>New blocks: </strong>Various Post Comments, Read More, No Results in Query Loop, Post Author Biography, Avatar blocks.&nbsp;</li><li><strong>Block Locking: </strong>Choose to disable the option to remove a block, move it, or both, right in the editor.&nbsp;</li><li><strong>Export block themes: </strong>Explore the improved block theme export tool, as WordPress heads closer to codeless visual block theme building.</li></ul>\n\n\n\n<h1>Plugin and Theme Developers</h1>\n\n\n\n<p>All plugin and theme developers should test their respective extensions against WordPress 6.0 RC1 and update the “<em>Tested up to”</em> version in their readme file to 6.0. If you find compatibility problems, please be sure to post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so these items can be investigated further prior to the final release date of May 24th.</p>\n\n\n\n<p>Review the <em><a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a></em>, for more details on what’s contained in this release.</p>\n\n\n\n<h1>Translate WordPress</h1>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 6.0 release cycle.</p>\n\n\n\n<h1>How to Help Test WordPress</h1>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>Haiku Fun for RC 1</h2>\n\n\n\n<p>Release candidate&nbsp;<br>Our journey nearly done<br>Get ready, WordPress</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, and <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12799\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.0 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2022/05/wordpress-6-0-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 May 2022 16:46:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12787\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WordPress 6.0 Beta 4 is now available for testing! You can download and help test Beta 4 in three ways.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5813:\"\n<p>WordPress 6.0 Beta 4 is now available for testing!</p>\n\n\n\n<p>Beta 4 was not part of the originally published development cycle. It is aimed at providing an opportunity for testing some specific issues that were resolved since Beta 3. WordPress will continue with the regularly scheduled release milestones on May 3rd, 2022, with the RC1 release.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 4 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 Beta 4 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-beta4.zip\" data-type=\"URL\" data-id=\"https://wordpress.org/wordpress-6.0-beta4.zip\">beta version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use WP-CLI to test: wp core update &#8211;version=6.0-beta4.<br><em>Do not use this option if your filesystem is case-insensitive.</em></p>\n\n\n\n<p>The current target for the final 6.0 release is May 24, 2022, which is in less than a month!&nbsp;</p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h2>Explore What’s in Beta 4</h2>\n\n\n\n<p>Since Beta 3, various items have been addressed, including (but not limited to): </p>\n\n\n\n<ul><li>Update post content placeholder (<a href=\"https://github.com/WordPress/gutenberg/pull/40177\">#40177</a>)</li><li>Comments block: Fix glitches found while backporting (<a href=\"https://github.com/WordPress/gutenberg/pull/40628\">#40628</a>)</li><li>Show add pattern label when patterns are being prioritised (<a href=\"https://github.com/WordPress/gutenberg/pull/40598\">#40598</a>)</li><li>Fix regression with featured images in latest posts (<a href=\"https://github.com/WordPress/gutenberg/pull/40662\">#40662</a>)</li><li>Navigation Link: Avoid unnecessary re-renders (<a href=\"https://github.com/WordPress/gutenberg/pull/40696\">#40696</a>)</li><li>Navigation: Improve selector performance (<a href=\"https://github.com/WordPress/gutenberg/pull/40700\">#40700</a>)</li><li>Comments Title: Count toggle working in &#8216;Singular&#8217; editing mode (<a href=\"https://github.com/WordPress/gutenberg/pull/40728\">#40728</a>)</li><li>[Writing Flow]: Try to fix multi-selection with shift+click (<a href=\"https://github.com/WordPress/gutenberg/pull/40687\">#40687</a>)</li><li>Fix alignment issue with comment author name (<a href=\"https://github.com/WordPress/gutenberg/pull/40610\">#40610</a>)</li><li>Comment Content: Show moderation message (<a href=\"https://github.com/WordPress/gutenberg/pull/40612\">#40612</a>)</li><li>Display paragraph breaks in comment contents block (<a href=\"https://github.com/WordPress/gutenberg/pull/40667\">#40667</a>)</li><li>Fix style comment awaiting moderation indentation (<a href=\"https://github.com/WordPress/gutenberg/pull/40681\">#40681</a>)</li><li>Fix: Page patterns don&#8217;t show when only one pattern is available (<a href=\"https://github.com/WordPress/gutenberg/pull/40707\">#40707</a>)</li><li>Update the placeholder for post excerpt (<a href=\"https://github.com/WordPress/gutenberg/pull/40178\">#40178</a>)</li><li>REST API: Fix regression in the Pattern Directory endpoint. (<a href=\"https://core.trac.wordpress.org/ticket/55617\">#55617</a>)</li><li>REST API: Fix the scheme for the Block Directory search endpoint. (<a href=\"https://core.trac.wordpress.org/ticket/53621\">#53621</a>)</li><li>Show comments previews in the Comment Query Loop. (<a href=\"https://core.trac.wordpress.org/ticket/55634\">#55634</a>)</li><li>Avoid DB error in comment meta queries. (<a href=\"https://core.trac.wordpress.org/ticket/55218\">#55218</a>)</li></ul>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>Another Haiku, Just for You</h2>\n\n\n\n<p>Beta four, surprise!<br>Iterating all day long<br>Time to share and test</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <br><a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, and <a href=\'https://profiles.wordpress.org/costdev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>costdev</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12787\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WP Briefing: Episode 30: A Sneak Peek at WordPress 6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2022/05/episode-30-a-sneak-peek-at-wordpress-6-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 May 2022 13:03:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=12742\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Get a behind the scenes sneak peek at the WordPress 6.0 release on this episode of the WordPress Briefing featuring a special guest!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/04/WP-Briefing-030.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:33449:\"\n<p>In the thirtieth episode of the WordPress Briefing, Executive Director Josepha Haden Chomphosy and special guest Channing Ritter give listeners a sneak peek into the WordPress 6.0 release ahead of the Release Candidate 1 (RC1). </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:[email protected]\">[email protected]</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Special Guest: <a href=\"https://profiles.wordpress.org/critterverse/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a></li><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> </li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/themes/twentytwentytwo/\">Twenty Twenty-Two Theme</a></li><li><a href=\"https://make.wordpress.org/core/2022/01/08/locking-blocks-in-wordpress-5-9/\">Block Locking</a></li><li><a href=\"https://wordpress.tv/2017/12/10/josepha-haden-beginners-guide-to-contributions/\">Beginner&#8217;s Guide to Contributing</a>, Josepha Haden Chomphosy</li><li><a rel=\"noreferrer noopener\" href=\"https://wordsesh.com/\" data-type=\"URL\" data-id=\"https://wordsesh.com/\" target=\"_blank\">WordSesh</a></li><li><a rel=\"noreferrer noopener\" href=\"https://learn.wordpress.org/social-learning/\" data-type=\"URL\" data-id=\"https://learn.wordpress.org/social-learning/\" target=\"_blank\">Social Learning Spaces</a></li><li><a rel=\"noreferrer noopener\" href=\"https://europe.wordcamp.org/2022/contributor-day/\" data-type=\"URL\" data-id=\"https://europe.wordcamp.org/2022/contributor-day/\" target=\"_blank\">WordCamp Europe Contributor Day</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12742\"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:00]&nbsp;</p>\n\n\n\n<p>Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:40]</p>\n\n\n\n<p>Tomorrow&#8217;s a big day. It marks the beginning of what is called the RC period, or release candidate period, for the current major release of the WordPress CMS. If you&#8217;re not super familiar with the way release cycles work, this is the point in the process where the code should pretty much be done changing.&nbsp;</p>\n\n\n\n<p>That way you can call in your designers, developers, and anyone else who builds things for others using your software. And they can either start testing their products on it, or they can figure out what new things they need to be able to teach their clients, whichever is most relevant to them. That is generally true for WordPress as well, but in true open source fashion, there is a caveat built in that helps us to get in last-minute, vital changes from contributors.</p>\n\n\n\n<p>We have a two-person sign-off rule that&#8217;s been around for about as long as I can remember, but lets things be added late in the release cycle, as long as there are two sign-offs from qualified contributors. Most of the time, those qualified contributors are lead developers of the project, but not always. We have a good group of people who are around helping us make sure that this is doable and the best thing that we can offer to all of our users.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:50]</p>\n\n\n\n<p>And so, yeah, two-person sign-off, that is the little bit of release process trivia that you never knew you needed. And since we&#8217;re looking at a release trivia, kind of hidden bits of how software is made, I actually have a guest with me today, Channing Ritter. So Channing is a product and visual designer based in Brooklyn, New York.</p>\n\n\n\n<p>She&#8217;s a design director at Automattic and has been working on the WordPress project as a full-time sponsored contributor since January, 2021. She is joining us to share some behind the scenes intel on what&#8217;s going into the 6.0 release, her role in that process, and then we&#8217;ll just kind of see how the conversation goes from there.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:40]</p>\n\n\n\n<p>Well, and with that, I&#8217;d like to welcome Channing to the WordPress Briefing. Hi Channing!</p>\n\n\n\n<p>[<strong>Channing Ritter </strong>00:02:45]</p>\n\n\n\n<p>Hey Josepha. Thanks so much for having me.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:02:48] </p>\n\n\n\n<p>I&#8217;m excited to have you here. If I understand, you are working on the design side of things with the release. So why don&#8217;t you tell me a little bit about the role you&#8217;ve played?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:02:59] </p>\n\n\n\n<p>I am. I am the design release lead for the 6.0 release. And if I understand correctly, this is a position that has been unfulfilled for the past few release cycles. So I&#8217;m kind of the first person to step in over the past few releases. And I think that&#8217;s really exciting, especially because design has started to play such a more important role in the WordPress project over the past few years.</p>\n\n\n\n<p>So it makes sense that design would have a seat at the table, and I&#8217;m really excited to be helping advocate for the design team and learning from other folks on the release squad. Who&#8217;ve been doing this for a while.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:03:33] </p>\n\n\n\n<p>So. First big question about 6.0, what is the feature that you are most excited about?&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:03:39] </p>\n\n\n\n<p>I&#8217;m most excited about the style switcher within the global styles panel. Um, so if folks still don&#8217;t know what I&#8217;m talking about there, it&#8217;s the ability to change between different variations of the theme.json without actually switching the theme.&nbsp;</p>\n\n\n\n<p>So this is a way to get a drastically different look and feels across your site with just a single click. And I see it as a really fun place to experiment and kind of get inspired for the different ways your site could appear without ever having to change your theme.</p>\n\n\n\n<p>And in terms of the Twenty Twenty-Two variations, they&#8217;re just really gorgeous and all so diverse. Like you have the main default theme that has the deep green and kind of peachy colors and this really elegant type treatment with a really thin Serif typeface. But then the variations are so different from that. And I think my favorite one is the Swiss variation.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:04:36]</p>\n\n\n\n<p>The Swiss variation?&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:04:38]</p>\n\n\n\n<p>Yeah, every graphic design nerd loves Swiss design.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:04:42] </p>\n\n\n\n<p>Oh, ok! Now I know!&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:04:38] </p>\n\n\n\n<p>Really awesome things found in there. It&#8217;s a really high contrast, bold variation. It&#8217;s kind of black and white with red accents. I just love how different it is from the default style and how easy it is to change up your site and just get a whole drastically different look and feel.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:05:00] </p>\n\n\n\n<p>That&#8217;s excellent. So for folks who do not know what we&#8217;re referring to, when we talk about the Twenty Twenty-Two variation, that is the default theme, Twenty Twenty-Two. I&#8217;ll put a link to both the classic and block-based versions in our show notes, but you&#8217;ll want to use the block-based version to look at these style variations that Channing has mentioned here.&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:05:24] </p>\n\n\n\n<p>You know, we&#8217;re really excited that the first-ever default block theme was released with 5.9, which is when Twenty Twenty-Two first went out and was bundled with 5.9.</p>\n\n\n\n<p>But now, with 6.0, I think even more so it&#8217;s starting to showcase the real power of block themes and what can actually be done there. And style variations is a huge kind of first step into this new world of block themes and starting to really open up the possibilities and all the flexibility that you have there.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:05:55] </p>\n\n\n\n<p>Yeah, absolutely. So when we&#8217;re talking about the Twenty Twenty-Two default theme, when we&#8217;re talking about switching these variations inside the theme itself, that seems to me to be a very user-focused kind of feature. And when we talk about users in WordPress, there&#8217;s a lot of room for interpretation. Like if we look at it kind of in a framework of three types of users of WordPress, you have, like end-users. So people who are site owners using it as a site to, like, enable their business.&nbsp;</p>\n\n\n\n<p>But you also have mid-end users—people who use it to build sites for others. And what I like to call back-end users, people who are using WordPress as a framework. And of course at the start of the Gutenberg project, way back in forever, a million years ago, one of the big calls to action that we had around even, like, trying to do this, was that we wanted to make WordPress easier for users. Just plain users.&nbsp;</p>\n\n\n\n<p>And, and to me, that means making WordPress easier for those mid-end users, people who are creating WordPress sites for other people. But also should give some power and autonomy back to those end-users, the people who are using sites to enable their business or are site owners.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:07:14] </p>\n\n\n\n<p>And so in that context, between 5.9 and 6.0, do you feel like we have features that are really giving that kind of power and agency back to our end-users? Do you feel like we have some features that are really focused on those mid-end users, as opposed to our backend users? For a long time, we focused heavily on enabling our backend users, and now Gutenberg kind of moves us into those other two areas.</p>\n\n\n\n<p>And so do you think that things like being able to switch between your style of variations, other things like that are moving us closer to that particular goal of Gutenberg?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:07:51] </p>\n\n\n\n<p>That&#8217;s a great question. I think it&#8217;s both. I think some of the features being released in 6.0 are absolutely going to empower that end-user.</p>\n\n\n\n<p>Particularly in terms of improvements around design tools and some of the quality of life improvements. For example, partially selecting across multiple blocks and being able to partially select texts there. That&#8217;s the type of thing that really brings the writing experience in the editor to be on par with how you would expect a text editing experience to work.</p>\n\n\n\n<p>And there are tons of small quality of life improvements in this release that I think are really gonna help those end-users. But there are also improvements around what we might call the maintainers who are building sites for others. I think block locking in particular is something that is really going to start filling a gap between people who build the sites and then people who do the day-to-day maintenance within a site.</p>\n\n\n\n<p>For example, in 6.0, we&#8217;re introducing some interface UI around block locking, but also there&#8217;ll be control around the ability to lock user roles.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:09:03]</p>\n\n\n\n<p>Which I think makes a lot of sense. I mean, we have all of these user roles in the CMS itself, and for a long time, we&#8217;ve just been like free for all on blocks, which was great and is great and should be available to people.</p>\n\n\n\n<p>But also if we are saying, like, it makes sense to have this gradient of users and their abilities for the CMS itself, and we are saying that we want to move control of the website and the content to be at the base layer in these blocks, then it also makes sense that we should be able to provide that same sort of granular level of access in the blocks.</p>\n\n\n\n<p>So I think that&#8217;s a great thing. If you all, if dear listeners, you do not know what we mean by “block locking,” I&#8217;m sure that I can find a link for us in our show notes below as well. If for anyone who&#8217;s been talking through Gutenberg things with me for a while, you know that this is one of the primary use cases that I think has been a long time coming.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:10:05]</p>\n\n\n\n<p>It was one of the first examples that I offered to folks when we had that question of like, who is this being built for? In what way is this beneficial to that mid-end user, as opposed to just giving all of the power and autonomy to users in a way that maybe is not the best for their visitors?&nbsp;</p>\n\n\n\n<p>This is one of those use cases that made the most sense to me being able to say, okay, well, the opportunity to, as somebody who runs an agency and is building websites for people to be able to say, yeah, ‘You can do anything that is possible in this instance of WordPress and all the things that you are allowed to do will not break your instance. It won&#8217;t break your website’.&nbsp;</p>\n\n\n\n<p>And so it gives a lot of time back to agencies to focus on their client&#8217;s most important problems, as opposed to not knowing how to update the hours in their footer or something like that. And so I&#8217;m very excited about that particular feature.</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:11:01]</p>\n\n\n\n<p>It&#8217;s such a long-requested feature. I mean, we&#8217;ve been hearing requests around this particular feature for years and, you know, often when something gets requested over a span of years like that, it&#8217;s because there are some complexities to figure out how it works.</p>\n\n\n\n<p>And that&#8217;s definitely been the case with moving forward with block locking. And there are a lot of nuances there. But I think what you were saying, I totally agree with. There’s always a push and pull. And as we enable more and more flexibility for end-users, there needs to be a little bit of push from the other side to kind of give more granular controls, more locking options, and make sure that everything can still be easily maintained.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:11:43]</p>\n\n\n\n<p>Yeah, we mentioned in that answer the concept of maintainers. If you are a contributor, it&#8217;s not <em>that</em> kind of ‘maintainer.’ So if you&#8217;re a WordPress contributor and we said maintainers there, um, just know that that&#8217;s not what we&#8217;re referring to. If you don&#8217;t know what I&#8217;m talking about when I say ‘contributor,’ there is a whole community of open source people and maintainers are people who specifically take care of a particular part of the WordPress software or the WordPress project, um, that makes all this possible.</p>\n\n\n\n<p>So there&#8217;s, ya know….&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:12:19] </p>\n\n\n\n<p>So true! The maintainer has another meaning in this context.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:12:20]</p>\n\n\n\n<p>Yeah, we have a mix in our audience and I love it, but it also makes me frequently spend like 10% of my podcast being like, by the way, when I said this, I didn&#8217;t mean you, but I did mean <em>you</em>, which makes it harder. I know.&nbsp;</p>\n\n\n\n<p>So. You’ve been with the project for a little bit, but if I recall correctly, this is the first time that you were, like, leading part of a release.</p>\n\n\n\n<p>So what would you say was the most challenging part of that?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong>  00:12:52] </p>\n\n\n\n<p>Another great question. This is my first time being this closely involved with the release. Although I was involved with the 5.9 release, but mostly in a release assets capacity. So I helped with the <em>About Page</em> and the welcome banner that goes on the dashboard.</p>\n\n\n\n<p>So I did get some insight in the last release cycle. Which was great preparation for being more involved as a release lead on this cycle. From the design perspective, one of the hardest things is always going to be figuring out what exactly goes into the release and what needs more time. In the sense, you know, that there might be some features that need to stay in the Gutenberg plugin for a while and get more testing before they get released to a much wider audience in a major WordPress release.</p>\n\n\n\n<p>So I think on the design side, we definitely have some goals that are big, long-term projects that are likely going to span across, you know, many releases, maybe even over many years. And I think the full site editor is a great example of that in a sense that it&#8217;s not something that you just were gone in one release and then it all gets released and then it&#8217;s all good to go.</p>\n\n\n\n<p>[<strong>Channing Ritter</strong>  00:14:06] </p>\n\n\n\n<p>It&#8217;s something that has to be staggered across many releases, and there&#8217;s a lot of thought that goes into it; does this make sense in this more limited capacity, and what else needs to go in in order for this feature to go in? And the most complex things about the WordPress project is how interconnected things are.</p>\n\n\n\n<p>So when you start making those decisions about what should go in, what should get pulled out, often there&#8217;s sort of a domino effect of like, well, that would affect this feature and then, well, maybe they shouldn&#8217;t go in, or maybe this does need to go in. And that is really one of the most challenging, but also one of the most fascinating aspects of the release process.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:14:46] </p>\n\n\n\n<p>Yes. It is very, very true that there are kind of no small problems left in WordPress. *laughs* Yeah, when we, when we first started with this like bigger release squad, cause that has not been routine for the history of the project. When we first started with that, I know that expanding out the exposure to like how much one change affects 25 different things was really, it was really good for all of us to be reminded.</p>\n\n\n\n<p>And as I mentioned at the top of our episode today, tomorrow begins the RC period. It begins the release candidate period, which is when it&#8217;s supposed to be, as locked down as possible. But if you all have been following along with our release process in general, which if you&#8217;re listening to this, you probably have, you know that last week or a couple of weeks ago, we had this whole question about the Webfonts API, and we had that conversation in a public space as best we could,&nbsp;</p>\n\n\n\n<p>Like, there are always things that you can&#8217;t, like, fully disclose in public spaces, but we had a very open and transparent conversation about, like, who is most affected by putting it in, in the state that the API was in. And, who&#8217;s most affected if we take it out. And where can we make compromises on either side so that both sides are a little happy and a little unhappy?</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:16:09] </p>\n\n\n\n<p>And, like, that is all so hard to do. Not only in general. We have a 20-year-old code base and a five-year-old code base. And it&#8217;s all a big, big undertaking to understand what is happening and where it happens. And so there&#8217;s this moment always when we are trying to decide, like, is this baked enough? Did we put it in too early? Should we pull it out? How, if we pull it out, did we ask people to do too much work before we decided to pull it out anyway?</p>\n\n\n\n<p>Like, you always have those kinds of questions about it. And honestly, I think that most of us weren&#8217;t around the last time, that WordPress was, was this experimental in public, like it&#8217;s always been open source. It&#8217;s always been experimental and iterating publicly, which is just the hardest way to work on anything. We like, we shipped our best guesses. Don&#8217;t be mad. It&#8217;ll be… we&#8217;re coming for it. We&#8217;re going to fix it. Like, that&#8217;s always hard, but the last time around, when it was this substantial a change was, like, 2008 or something, like, it was ages and ages ago.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong>  00:17:14] </p>\n\n\n\n<p>And we were smaller than, we had a smaller number of contributors. We had a smaller group of people actually using the CMS. And so over time it has gotten more and more complicated. And, and I don&#8217;t think that we can ever understate the complexities of that. And so for you, you had a little bit of exposure to it in 5.9 and then showed up for like really doing it in 6.0.</p>\n\n\n\n<p>Has it been a surprising change? Like, were you surprised much more by how complicated it was when you were closer to it?&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:17:47] </p>\n\n\n\n<p>Yeah, definitely. It’s been a real learning process, especially coming to understand how much there really are no easy answers. I think a lot of us are in the release squad are real problem solver types of people and, and want it to, you know, be a really neat, tidy answer.&nbsp;</p>\n\n\n\n<p>And it&#8217;s not always the case. You know, sometimes parts of the feature might go in, or some contingency plan might get put into place and things didn&#8217;t go exactly as planned. But what you said of being an experiment and being on kind of the cutting edge of trying out new things, I think there is a lot of passion around that in the WordPress project.&nbsp;</p>\n\n\n\n<p>Right now, we&#8217;re in such a transitional period for the project, you know, moving from classic themes to block themes and really changing the ideas of how we approach designing sites. And because of that, I think there is a lot of momentum and energy around getting new features, as many new features as possible into each release. But there&#8217;s also, you know, a lot of testing and stuff that needs to happen.</p>\n\n\n\n<p>And to make sure that, like you said, these things aren&#8217;t going out too early.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:19:01] </p>\n\n\n\n<p>Well, and there&#8217;s always that difficulty, we&#8217;re going to just leap right into open source areas now. There&#8217;s always that difficulty around, like, there&#8217;s this concept that when, like, we always want to ship something that doesn&#8217;t break backward compatibility when possible, we don&#8217;t want to ship vulnerabilities. Like, that&#8217;s always true, but we are in an open source project, and open source projects are necessarily kind of tolerant of like, that&#8217;s not our best, but like it skates, right?&nbsp;</p>\n\n\n\n<p>This was, we aimed for Ferrari and got a skateboard because sometimes you got to start with a skateboard, right? *laughter* Like if it gets you from one place to another, that&#8217;s kind of where we&#8217;ve got to aim some days.&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:19:45] </p>\n\n\n\n<p>Totally.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong>  00:19:46] </p>\n\n\n\n<p>And that&#8217;s always so, so difficult, especially cause, like, for the big change that 5.0 represented, and that 5.9 represented– 6.0 is not as big a shock as 5.9 was.&nbsp; But, like, as big a change as those represented, it still skates. And that&#8217;s, I think what makes the work especially hard, especially nuanced. And like, we haven&#8217;t gotten together as human beings in two years. And so sometimes people just kind of forget there&#8217;s a human being back there.</p>\n\n\n\n<p>We&#8217;re humans. Everyone be nice. Yeah. I don&#8217;t know that part of running a release definitely was surprising to me. My first release that I ran was 5.0 and…</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:20:31] </p>\n\n\n\n<p>Oh, wow!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:20:32]</p>\n\n\n\n<p> Yeah, it was, like, that was  2018. And then I became the executive director at the top of 2019. And I distinctly remember one core chat where I showed up and just was like the most transparent, vulnerable person we&#8217;ve ever experienced in life.</p>\n\n\n\n<p>That&#8217;s not true. We have very vulnerable people in the project and very transparent people, but I told everyone like, there are a million of you and one of me, and it&#8217;s kind of terrifying that you&#8217;re leaping on me in this—like you&#8217;re scaring me a lot right now. And that was quite a thing to say to like, all these… it&#8217;s terrifying! Right?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:21:12] </p>\n\n\n\n<p>I love when you see that type of vulnerability in the project. I think it takes… it takes a degree of comfort and familiarity with the project to even be able to admit to that. And to me, that&#8217;s a real sign of growth in the project. Like when I first started contributing, I don&#8217;t think I ever would have just said, like, ‘How is the feature supposed to work? I have no idea.’ That&#8217;s something that I say all the time now.</p>\n\n\n\n<p>*Laughter*</p>\n\n\n\n<p>And you know, that is completely fine and more than okay. It&#8217;s a massive project. There are folks who have done deep thinking about a feature over the course of years. You know, and there are experts who can help shed light on various problems that maybe you just haven&#8217;t had a chance to dive into yet and really understand the nuances of yet.</p>\n\n\n\n<p>So that&#8217;s the amazing thing about open source is that you can lean on folks who do have expertise in that particular area. You&#8217;re not expected to be an expert-expert in every single domain. It&#8217;s okay to say, I don&#8217;t really have a good idea or a good concept of this feature. I don&#8217;t have a good feeling for it. What do other folks think?&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:22:24] </p>\n\n\n\n<p>And even people who have been in the project for a long time, decade plus, still say that all the time. You know, or you might just say, like, I have a really rough idea of how this works, are other people seeing this the same way? Or did other people have a different, you know, mental picture of how this might work?</p>\n\n\n\n<p>Even if, sometimes it feels like you&#8217;re over-communicating, it&#8217;s really helpful because often people do have really dramatically different ideas about how a feature might take shape.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:22:49] </p>\n\n\n\n<p>And I hope that&#8217;s one of the things that we never lose in the project. Like we are an old, old project now and we support a bunch of the web with a tiny, tiny group of people compared to the amount of the web that we support.</p>\n\n\n\n<p>And I hope that we always have that opportunity as senior leaders, which I am, and all of our upcoming leaders to all of us, just at some point, be like, can we stop the train? I don&#8217;t understand. I don’t understand that. Um, and not necessarily feel that that has made us a worse contributor. Cause I think that it&#8217;s when we are transparent about our lack of understanding.</p>\n\n\n\n<p>That&#8217;s when we have the opportunity to make what we&#8217;re offering to the world more solid and always better.&nbsp;&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:23:35] </p>\n\n\n\n<p>I love it. I think it&#8217;s the, one of the most lovely things about the WordPress community. There&#8217;s really low judgment around those types of questions and people are really inclusive and more than happy to take a moment to explain something to you or shed some light on an issue you might not have thought that much about.&nbsp;</p>\n\n\n\n<p>I think that&#8217;s one of the best things you can always reach out for help. And folks are always willing to provide guidance or context or even historical information about, you know, whether it&#8217;s been tried in the past or previous explorations and that sort of thing.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:24:10] </p>\n\n\n\n<p> All right. Well, that covers all of my questions for you. Do you have a final thought about the release that you would like to share with everyone you don&#8217;t have to, if you don&#8217;t want to, not everyone has like a final sign off.&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:24:25] </p>\n\n\n\n<p>Yeah. One of the things I&#8217;m most excited about for this 6.0 release is all of the improvements around design tools.</p>\n\n\n\n<p>And these are just small improvements around a ton of different things, like the color panel, border controls, gap support, typography options, flexible container blocks, etc. These are the types of tools that are a designer&#8217;s dream. You know, they really make the difference between being able to make a really crisp, finished looking final product and having something that&#8217;s a little rough around the edges.</p>\n\n\n\n<p>And as a designer, like those are the things that your eye goes straight towards. And all of these nuanced new tools, they really allow designers to have that fine detailed control to create really pixel perfect sites. And I think that&#8217;s something that, you know, myself and a lot of others on the design team are just so beyond excited about.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:25:25]</p>\n\n\n\n<p>Excellent. Well, Channing, thank you so much for joining us today on the WordPress Briefing; it has been an absolute delight.&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:25:32] </p>\n\n\n\n<p>Thank you for having me.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:25:41] </p>\n\n\n\n<p>And now it is time, woohoo, for the small list of big things. My favorite part of this podcast, that&#8217;s not true. I have a lot of things that I love about this podcast. I just, in particular love being able to share like three things that are coming up in the next couple of weeks that everybody should be aware of. And I really particularly like the list I have this week.&nbsp;</p>\n\n\n\n<p>First as of today, we are two weeks away from WordSesh. If you&#8217;re looking forward to your first in-person WordPress event, but feel like you could use a little foundation information, a little bit of a WordPress primer, then this event has a lot of excellent thought leaders in the project that you can learn from.</p>\n\n\n\n<p>If you&#8217;re looking for more practical or hands-on opportunities, uh, you can also check out social learning spaces. All of those are free for anyone. So I will include links to both of them in the show notes.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:26:30]&nbsp;</p>\n\n\n\n<p>Second, as of today, we are four weeks away from WordCamp Europe. This is one of our flagship events. So it also includes a contributor day, which I encourage you to look into. If you have never heard of one before. I will be there to meet some of the contributors that have joined the project since the end of 2019. And hopefully, I will see you there as well. If you&#8217;ve never heard of a contributor day, then I&#8217;ll include a link to the beginner&#8217;s guide to contributions, a little talk that I gave in 2017 in the show notes that should help you get your bearings or at the very least know what questions to ask yourself to figure out if a contributor day is right for you.</p>\n\n\n\n<p>And then the third thing as of today, it has been one week since <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> and the <a href=\"https://make.wordpress.org/meta/\">Meta</a> developers… Um, that sounds like a band… Ian Dunn and the Meta developers connected the props channel in the community Slack to WordPress.org profile activity. I&#8217;m really excited about this. It&#8217;s the first in a long list of changes that are part of a larger project to credit more non-code contributions, more contributions that are not specific to a major release or event.</p>\n\n\n\n<p>And also to set us up to be able to provide more quality checks and balances for our growing Five for the Future program. If you&#8217;ve not been over there lately, if you&#8217;re not super sure what I&#8217;m talking about, there&#8217;s a link to the discussion post that we had about it, but also you can wander right over into the Making WordPress Slack and check out the props channel to just kind of see a running list of contributors that people are really grateful for. Which, frankly, if you ever are having a bad day, that is a wonderful place to just kind of wander in and see all of the positive vibes that people are sending around to each other.</p>\n\n\n\n<p>Uh, yeah, so the props channel, is always good. Uh, and that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. </p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12742\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:75:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"People of WordPress: Meher Bala\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wordpress.org/news/2022/04/people-of-wordpress-meher-bala/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 30 Apr 2022 09:20:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:15:\"WordCamp Mumbai\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:16:\"wptranslationday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12706\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"This month\'s People of WordPress feature shares the story of developer and e-commerce builder Meher Bala. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16731:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature a Indian-based WordPress developer and long term contributor on how it helped her find a career and a local and global community to belong to.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"515\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=1024%2C515&#038;ssl=1\" alt=\"Meher pictured against the backdrop of a window overlooking trees \" class=\"wp-image-12728\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=1024%2C515&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=300%2C151&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=768%2C386&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?w=1247&amp;ssl=1 1247w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p><strong>WordPress is an inspiration to Meher Bala, a frontend web developer and community builder from India. From using the software as a basic website tool to helping entrepreneurs and good causes around the world fulfill their aspirations, she has overcome personal barriers and now aims to inspire others.</strong></p>\n\n\n\n<p>Meher found her vocation and learned new skills through WordPress. She also discovered a way to encourage other women to consider careers in IT.&nbsp;</p>\n\n\n\n<h2>Opening the doors to a career in technology</h2>\n\n\n\n<p>As a child, Meher was diagnosed with dyslexia (difficulty in reading the written word) and dyscalculia (difficulty in comprehending numbers and mathematical functions). With the support of her parents and a tutor, she was able to overcome this learning obstacle. She developed coping techniques and a determination to work to overcome challenges as they appeared later in life.</p>\n\n\n\n<p>In school, she got an opportunity to replace one subject with computer studies as an alternative. This proved to be an eye-opener to future career possibilities.&nbsp;</p>\n\n\n\n<p>She began to research not only what the internet had to offer but also how it worked, including the new and fascinating concepts of email and websites. Her father bought the family’s first desktop computer so she could do her research at home.</p>\n\n\n\n<p>Meher’s father wanted to turn her love for computers into something that would serve her well in the future. In 2005, he enrolled her in a short computer course from a global IT training provider. The course tutor was so impressed with her performance, she was advised to enroll in a four year software development course.</p>\n\n\n\n<p>That meant she had studied the software development course alongside her higher education college course. Looking back, she enjoyed the dual challenge of the degree course in commerce, and the experience prepared her well to keep learning software while working as a developer. Within three years, she had learned C#, C, C++, HTML, Java, and .NET. </p>\n\n\n\n<p>After graduation, she was in a dilemma to choose between commerce and IT. What to choose? She had a compulsory one-year technology internship to complete, and her choice of focus for that year would prove to be a defining moment.</p>\n\n\n\n<p>In 2009, on her birthday, Meher was offered an internship. On the first day of the internship, she was introduced to WordPress. Her initial assignment was to change the look and feel of the WordPress dashboard — in just six hours. But there was a problem &#8211; she had never worked with WordPress before!</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&#8220;I stared at the whiteboard and thought that task given was impossible and difficult to meet the deadline. I wondered if my boss was joking and did not know then what you could do with WordPress as a developer and how it could slot into your toolbox. It opened my eyes.&#8221;&nbsp;</p><cite>Meher Bala</cite></blockquote>\n\n\n\n<p>Meher used her research skills to know more about using WordPress. She found a plugin that would help her achieve her task. She met the deadline and it ingrained an interest that she would never lose. </p>\n\n\n\n<h2>Re-discovering WordPress</h2>\n\n\n\n<p>Five years after her initial WordPress experience, Meher was assigned to lead an international project in WordPress.&nbsp;She was hesitant — she had lost touch with the CMS during that five years, but the project was a great opportunity to become a team leader and lead from the front.&nbsp;</p>\n\n\n\n<p>She decided to update her WordPress skills, relying again on the strength of her research skills and determination. In the process, she also taught her team all about WordPress, inspiring many of those members to continue to develop their WordPress skill set.</p>\n\n\n\n<p>The success of that project was a pivotal moment for Meher and a new dawn as a developer specializing in WordPress.</p>\n\n\n\n<p>As a team lead, Meher soon found it was not possible to always have all the answers straight away. She found internet searches gave practical solutions—but rarely explained the theory behind it.</p>\n\n\n\n<p>So she went looking for a WordPress group to help her expand the scope and depth of her knowledge.</p>\n\n\n\n<h2>Finding the community and its developer learning opportunities </h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"999\" height=\"667\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?resize=999%2C667&#038;ssl=1\" alt=\"Meher at WordCamp Nagpur in 2017\" class=\"wp-image-12762\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?w=999&amp;ssl=1 999w, https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?resize=300%2C200&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?resize=768%2C513&amp;ssl=1 768w\" sizes=\"(max-width: 999px) 100vw, 999px\" data-recalc-dims=\"1\" /><figcaption>Meher enjoying being part of <em>WordCamp Nagpur in 2017</em></figcaption></figure>\n\n\n\n<p>In 2015, while browsing Facebook, Meher came across an advertisement for something called WordCamp Mumbai, an event that had taken two days before. She did a little digging to learn what a WordCamp was, and about the people behind it. She took the plunge and joined the WordPress Mumbai Meetup group.</p>\n\n\n\n<p>Her first Meetup experience was not love at first sight. She felt the topics were for advanced users, and the timing late in the evening made it difficult to attend.</p>\n\n\n\n<p>But a few months later, the Meetup addressed a topic that could help her resolve an issue in one of her current projects. She made the effort to show up and came away with a number of important tips.&nbsp;The speaker had taken the time to speak to individual attendees. When he came to Meher, she took the opportunity to ask a couple of questions about her project issues. </p>\n\n\n\n<p>Thereafter she went to more Meetups and got to know the people behind this group, just as they started talking about WordCamp Mumbai 2016.</p>\n\n\n\n<h2>A WordCamp adventure</h2>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/04/wcm16.jpg?resize=600%2C800&#038;ssl=1\" alt=\"Meher pictured with the WordCamp Mumbai 2016 sign \" class=\"wp-image-12758\" width=\"600\" height=\"800\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/04/wcm16.jpg?w=600&amp;ssl=1 600w, https://i1.wp.com/wordpress.org/news/files/2022/04/wcm16.jpg?resize=225%2C300&amp;ssl=1 225w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /><figcaption>Meher discovering <em>WordCamps in Mumbai in 2016</em></figcaption></figure>\n\n\n\n<p>Meher expressed interest in being a part of the coming&nbsp; WordCamp Mumbai and started in an entry-level role with basic responsibilities.</p>\n\n\n\n<p>At first, she thought WordCamp was a formal conference with about 100 people. So on the first day of WordCamp Mumbai 2016, she was surprised to see so many WordCamp enthusiasts attending and enjoying such a relaxed and friendly conference.</p>\n\n\n\n<p>After that great experience, Meher went to many more meetups and did more volunteering. She started taking on responsibilities in the coming WordCamps and getting to know the different aspects of the camp.&nbsp;</p>\n\n\n\n<p>In the following years, at each WordPress, she took up a new role like speaker vetting, sponsors, and volunteer coordination. This allowed her to know more about what an organizer needs to do, from planning to execution, to make WordCamp a successful event.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"900\" height=\"600\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?resize=900%2C600&#038;ssl=1\" alt=\"WordCamp Mumbai 2017 group photo of the team\" class=\"wp-image-12765\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?w=900&amp;ssl=1 900w, https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?resize=300%2C200&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?resize=768%2C512&amp;ssl=1 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" data-recalc-dims=\"1\" /><figcaption>With the team at <em>WordCamp Mumbai in 2017</em></figcaption></figure>\n\n\n\n<p>Meher is grateful for her WordPress journey which was fostered in the Mumbai community. It has been filled with beautiful surprises.&nbsp;</p>\n\n\n\n<p>When people ask why she’s chosen to specialize professionally in WordPress, Meher says WordPress is easy to teach a non-technical person, yet it is still highly customizable. Being a WordPress developer has given her the opportunity to work&nbsp; remotely for global web development companies that let her think out of the box. And she learns new skills with every release.</p>\n\n\n\n<h3>The community makes WordPress special</h3>\n\n\n\n<p>Meher says that some of her most memorable WordPress moments have revolved around special friendships, trying new things, and participating in community building.&nbsp;</p>\n\n\n\n<p>WordPress has let her explore different parts of India, make new friends locally and internationally, and encourage women to be a part of meetup groups and events across India.&nbsp;</p>\n\n\n\n<p>One of Meher’s biggest dreams was to lead WordCamp Mumbai as a lead organizer and show others what could be achieved by working together in open source. In 2019, she did just that and has volunteered at international WordCamps and meetups since.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"515\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=1024%2C515&#038;ssl=1\" alt=\"Meher speaking at WordCamp Mumbai 2019\" class=\"wp-image-12731\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=1024%2C515&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=300%2C151&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=768%2C386&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?w=1247&amp;ssl=1 1247w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption>Taking to the stage at WordCamp Mumbai in 2019</figcaption></figure>\n\n\n\n<p>As part of her enthusiasm for sharing the opportunities WordPress can give people, especially women, she has given time to co-organize two global <a href=\"https://wptranslationday.org/\">WordPress Translation month long events</a> and contributor events in India.&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>Meher said: “I was first introduced to translation at one of the meetups which was organised to support the WordPress Translation Day. I realized this was another way to support my local communities and bring the power of WordPress to them by contributing in Gujarati and Hindi. I did not imagine I would a few years later be a global organizer for the event itself!”</p>\n\n\n\n<p>With her commitment to ongoing learning as a developer and to model what she believes about the value and community growth opportunities of open source, Meher has given time and energy to the Marketing Team, where she has been a Team Rep, to the Training Team, and to the Core Team contributing to multiple releases.&nbsp;</p>\n\n\n\n<h2>The developer adventure with WordPress is unlimited</h2>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>At the start of my software developer journey, I always thought the C++ and Java were the only skills you required to excel in your career. From the time I started exploring WordPress in depth, I realized the potential and the power of WordPress in web development.</p><cite>Meher Bala</cite></blockquote>\n\n\n\n<p>Being a part of the WordPress community, Meher learned that there is so much more than just building blogs on WordPress. She started exploring different features of WordPress, created her first theme, and eventually specialized as a frontend specialist.</p>\n\n\n\n<p>Meher now works as a consultant and front end developer with an international agency specializing in WordPress. Asked what she thought was the best thing about being a WordPress developer, Meher replied: &#8220;Through WordPress, I have an opportunity to build unique out of the box websites and work&nbsp;remotely for global web development companies that encourages you to think out of the box. There is always opportunity to continuously advance my coding skills and learn new techniques with every release.&#8221; </p>\n\n\n\n<p>She believes that there is no limit to where using the software can take you and what you can combine it with to find solutions to projects big and small.</p>\n\n\n\n<p>If you earn a living from WordPress, her advice is from the heart: try to give back to the WordPress community.</p>\n\n\n\n<p>“I am sure you will learn or teach something new and definitely make friends across the world. There is no shame in making mistakes, as you can learn from them and develop your skills further. You can also help others as they build their skills.”</p>\n\n\n\n<p>Meher added: “Don’t let the things you find difficult get in the way of your success.”</p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), Chloé Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), and Meg Phillips (<a href=\'https://profiles.wordpress.org/megphillips91/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>megphillips91</a>) for interviews, writing and image work on this story. Thank you to Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>) for sharing her experiences and to Josepha Haden Chomphosy (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support of the series. </p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12706\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.0 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2022/04/wordpress-6-0-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2022 16:43:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12690\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WordPress 6.0 Beta 3 is now available for testing! You can download and help test Beta 3 in three ways.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5387:\"\n<p>WordPress 6.0 Beta 3 is now available for testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress production or mission-critical websites. Instead, it is recommended that you test Beta 3 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 Beta 3 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-beta3.zip\">beta version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use WP-CLI to test: <code>wp core update --version=6.0-beta3</code>.<br><em>Do not use this option if your filesystem is case-insensitive.</em></p>\n\n\n\n<p>The current target for the final 6.0 release is May 24, 2022, which is in less than a month!&nbsp;</p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h2>See What’s in Beta 3</h2>\n\n\n\n<p>Since Beta 2, various items have been addressed, including (but not limited to):&nbsp;</p>\n\n\n\n<ul><li>Twenty Twenty-Two: Implement alternate json files <a href=\"https://core.trac.wordpress.org/ticket/55433\">#55433</a></li><li>Fix duotone rendering in site editor <a href=\"https://github.com/WordPress/gutenberg/pull/37727\">#37727</a>&nbsp;</li><li>Create Comments Title block with simple styling <a href=\"https://github.com/WordPress/gutenberg/pull/40419\">#40419</a>&nbsp;</li><li>Navigation block: After choosing an option from Select Menu, focus after block render <a href=\"https://github.com/WordPress/gutenberg/pull/40390\">#40390</a></li><li>Add comment id to all comments inside comments query loop <a href=\"https://github.com/WordPress/gutenberg/pull/40268\">#40268</a></li><li>Add post-comments-form block to comments template <a href=\"https://github.com/WordPress/gutenberg/pull/40256\">#40256</a></li><li>Elements: Add styles to the footer before the block is rendered <a href=\"https://github.com/WordPress/gutenberg/pull/37728\">#37728</a></li><li>Add default comment status to discussion settings&nbsp; <a href=\"https://core.trac.wordpress.org/ticket/55567\">#55567</a></li><li>Fix styles for nested elements (link color) <a href=\"https://core.trac.wordpress.org/ticket/55567\">#55567</a></li><li>Move <code>wp_enqueue_block_style()</code> to <code>wp-includes/script-loader.php</code>, for better consistency <a href=\"https://core.trac.wordpress.org/ticket/55182\">#55182</a>, <a href=\"https://core.trac.wordpress.org/ticket/55148\">#55148</a></li><li>Move administration related hooks to admin-filters.php <a href=\"https://core.trac.wordpress.org/ticket/54795\">#54795</a></li></ul>\n\n\n\n<h2>Update on the Webfonts API and Style Variations in Twenty Twenty-Two</h2>\n\n\n\n<p>A <a href=\"https://wordpress.org/news/2022/04/wordpress-6-0-beta-1/\">prior announcement</a> for WordPress 6.0 Beta 1 included a reference to “Webfonts API:<strong> </strong>Manage local fonts with PHP or theme.json”, as a feature that would be included in the release. WordPress 6.0 Beta 3 will allow theme authors to use webfonts in theme.json, with a public API for plugins to register and enqueue webfonts available in a future version for WordPress. Beta 3 will also include <a href=\"https://core.trac.wordpress.org/ticket/55433\">three new style variations</a> to the Twenty Twenty-Two default theme.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>&nbsp; <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><strong>And now another WordPress haiku:</strong></p>\n\n\n\n<p>Release day is near<br>6.0 abounds with joy<br>New features soon here</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12690\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.0 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2022/04/wordpress-6-0-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Apr 2022 16:43:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12666\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"WordPress 6.0 Beta 2 is now available for testing! This version of the WordPress software is under development. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 2 on a test server and site.&#160; You can test the WordPress [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5119:\"\n<p>WordPress 6.0 Beta 2 is now available for testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 2 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test the WordPress 6.0 Beta 2 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the<a href=\"https://wordpress.org/wordpress-6.0-beta2.zip\"> beta version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use WP-CLI to test: <code>wp core update --version=6.0-beta2</code><br><strong><em>Do not use this option if your filesystem is case-insensitive.</em></strong></p>\n\n\n\n<p>The current target for the final release is May 24, 2022, which is about five weeks away.&nbsp;</p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks, which will detail all upcoming changes.</p>\n\n\n\n<h2><strong>What’s New In Beta 2</strong></h2>\n\n\n\n<p>As a reminder, contributors have fixed&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=6.0&amp;group=component&amp;order=priority\">209 tickets in WordPress 6.0</a>, including&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;changetime=04%2F12%2F2022..04%2F19%2F2022&amp;type=enhancement&amp;type=feature+request&amp;milestone=6.0&amp;group=component&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=changetime&amp;col=owner&amp;col=priority&amp;col=keywords&amp;order=changetime\">110 new features and enhancements</a>. Each beta cycle focuses on bug fixes, and more are on the way with your help through testing. Here are a few of the changes you will find in Beta 2 specifically:&nbsp;</p>\n\n\n\n<ul><li>Block Editor: Prevent styles from being added to the site editor (#<a href=\"https://core.trac.wordpress.org/ticket/55567\">55567</a>)</li><li>Patterns REST API: Add &#8216;inserter&#8217; to the schema&nbsp; (#<a href=\"https://core.trac.wordpress.org/ticket/55567\">55567</a>)</li><li>Don’t load remote patterns twice in WP_REST_Block_Patterns_Controller::get_items (#<a href=\"https://core.trac.wordpress.org/ticket/55567\">55567</a>)</li><li>Add the ability to filter the whole notification email in retrieve_password (<a href=\"https://core.trac.wordpress.org/ticket/54690\">#54690</a>)</li><li>Avoid translating empty plugin headers (<a href=\"https://core.trac.wordpress.org/ticket/54586\">#54586</a>)</li></ul>\n\n\n\n<h3><strong>Note on Webfonts API</strong></h3>\n\n\n\n<p>Last week’s announcement for <a href=\"https://wordpress.org/news/2022/04/wordpress-6-0-beta-1/\">WordPress 6.0 Beta 1</a> includes a reference to “Webfonts API:<strong> </strong>Manage local fonts with PHP or theme.json,” as a feature that would be included in the release. This specific functionality was not included in Beta 2 but may be available at RC.</p>\n\n\n\n<h2><strong>How to Help</strong></h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the<a href=\"https://wordpress.org/support/forum/alphabeta/\"> Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can<a href=\"htt

Youez - 2016 - github.com/yon3zu
LinuXploit