File: /home/dailygoldindex/.cpanel/logs/restoredb/2023-10-17T11:43:35Z.1.log
{"name":"no-virus","data":{"file":"dailydex_wp583.sql.gz","description":"No virus detected in upload “dailydex_wp583.sql.gz”."},"type":"info"}
{"type":"info","name":"gunzip","data":{"file":"dailydex_wp583.sql.gz","archive":"/home/dailygoldindex/tmp/Cpanel_Form_file.upload.4ea19770","description":"The system is extracting the archive “/home/dailygoldindex/tmp/Cpanel_Form_file.upload.4ea19770”."}}
{"data":{"description":"The system identified the database name for the backup file “dailydex_wp583.sql.gz” to be “dailygoldindex_dailydex_wp583”.","file":"dailydex_wp583.sql.gz","database":"dailygoldindex_dailydex_wp583"},"name":"database_name","type":"debug"}
{"data":{"description":"The system created the database “dailygoldindex_dailydex_wp583” since it did not exist.","file":"dailydex_wp583.sql.gz","database":"dailygoldindex_dailydex_wp583"},"name":"database_create","type":"info"}
{"name":"created_temp_database_user","data":{"username":"dailygoldindex_wknwous","description":"The system created a temporary database user “dailygoldindex_wknwous”.","file":"dailydex_wp583.sql.gz"},"type":"debug"}
{"name":"linked_temp_database_user_to_database","data":{"description":"The system linked the temporary database user “dailygoldindex_wknwous” to the database “dailygoldindex_dailydex_wp583”.","file":"dailydex_wp583.sql.gz","username":"dailygoldindex_wknwous","database":"dailygoldindex_dailydex_wp583"},"type":"debug"}
{"type":"info","data":{"description":"The system is starting to restore the database backup “dailydex_wp583.sql.gz”.","file":"dailydex_wp583.sql.gz"},"name":"restoring_start"}
{"type":"debug","data":{"file":"dailydex_wp583.sql.gz","description":"--------------\n/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */\n--------------\n\n--------------\n/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */\n--------------\n\n--------------\n/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */\n--------------\n\n--------------\n/*!40101 SET NAMES utf8mb4 */\n--------------\n\n--------------\n/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */\n--------------\n\n--------------\n/*!40103 SET TIME_ZONE='+00:00' */\n--------------\n\n--------------\n/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */\n--------------\n\n--------------\n/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */\n--------------\n\n--------------\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */\n--------------\n\n--------------\n/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */\n--------------\n\n--------------\n/*!50717 SELECT COUNT(*) INTO @rocksdb_has_p_s_session_variables FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHE"},"name":"restoring"}
{"type":"debug","data":{"description":"MA = 'performance_schema' AND TABLE_NAME = 'session_variables' */\n--------------\n\n--------------\n/*!50717 SET @rocksdb_get_is_supported = IF (@rocksdb_has_p_s_session_variables, 'SELECT COUNT(*) INTO @rocksdb_is_supported FROM performance_schema.session_variables WHERE VARIABLE_NAME=\\'rocksdb_bulk_load\\'', 'SELECT 0') */\n--------------\n\n--------------\n/*!50717 PREPARE s FROM @rocksdb_get_is_supported */\n--------------\n\n--------------\n/*!50717 EXECUTE s */\n--------------\n\n--------------\n/*!50717 DEALLOCATE PREPARE s */\n--------------\n\n--------------\n/*!50717 SET @rocksdb_enable_bulk_load = IF (@rocksdb_is_supported, 'SET SESSION rocksdb_bulk_load = 1', 'SET @rocksdb_dummy_bulk_load = 0') */\n--------------\n\n--------------\n/*!50717 PREPARE s FROM @rocksdb_enable_bulk_load */\n--------------\n\n--------------\n/*!50717 EXECUTE s */\n--------------\n\n--------------\n/*!50717 DEALLOCATE PREPARE s */\n--------------\n\n--------------\nDROP TABLE IF EXISTS `wpdk_actionscheduler_actions`\n--------------\n\n--------------\n/*!40101 S","file":"dailydex_wp583.sql.gz"},"name":"restoring"}
{"type":"debug","name":"restoring","data":{"file":"dailydex_wp583.sql.gz","description":"ET @saved_cs_client     = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8 */\n--------------\n\n--------------\nCREATE TABLE `wpdk_actionscheduler_actions` (\n  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n  `hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,\n  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,\n  `scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\n  `scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\n  `args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\n  `schedule` longtext COLLATE utf8mb4_unicode_520_ci,\n  `group_id` bigint(20) unsigned NOT NULL DEFAULT '0',\n  `attempts` int(11) NOT NULL DEFAULT '0',\n  `last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\n  `last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\n  `claim_id` bigint(20) unsigned NOT NULL DEFAULT '0',\n  `extended_args` varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT N"}}
{"name":"restoring","data":{"description":"ULL,\n  PRIMARY KEY (`action_id`),\n  KEY `hook` (`hook`),\n  KEY `status` (`status`),\n  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),\n  KEY `args` (`args`),\n  KEY `group_id` (`group_id`),\n  KEY `last_attempt_gmt` (`last_attempt_gmt`),\n  KEY `claim_id` (`claim_id`)\n) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `wpdk_actionscheduler_actions` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpdk_actionscheduler_actions` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `wpdk_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (5,'action_scheduler/migration_hook','complete','2021-06-07 11:20:01','2021-06-07 11:20:01','[]','O:30:\\\"ActionScheduler_SimpleSc","file":"dailydex_wp583.sql.gz"},"type":"debug"}
{"name":"restoring","data":{"file":"dailydex_wp583.sql.gz","description":"hedule\\\":2:{s:22:\\\"\\0*\\0scheduled_timestamp\\\";i:1623064801;s:41:\\\"\\0ActionScheduler_SimpleSchedule\\0timestamp\\\";i:1623064801;}',1,1,'2021-06-07 11:24:18','2021-06-07 11:24:18',0,NULL),(6,'wpforms_process_entry_emails_meta_cleanup','complete','2021-06-08 00:00:00','2021-06-08 00:00:00','{\\\"tasks_meta_id\\\":1}','O:32:\\\"ActionScheduler_IntervalSchedule\\\":5:{s:22:\\\"\\0*\\0scheduled_timestamp\\\";i:1623110400;s:18:\\\"\\0*\\0first_timestamp\\\";i:1623110400;s:13:\\\"\\0*\\0recurrence\\\";i:86400;s:49:\\\"\\0ActionScheduler_IntervalSchedule\\0start_timestamp\\\";i:1623110400;s:53:\\\"\\0ActionScheduler_IntervalSchedule\\0interval_in_seconds\\\";i:86400;}',2,1,'2021-06-08 00:11:49','2021-06-08 00:11:49',0,NULL),(7,'wpforms_email_summaries_fetch_info_blocks','complete','2021-06-07 08:17:26','2021-06-07 08:17:26','{\\\"tasks_meta_id\\\":null}','O:32:\\\"ActionScheduler_IntervalSchedule\\\":5:{s:22:\\\"\\0*\\0scheduled_timestamp\\\";i:1623053846;s:18:\\\"\\0*\\0first_timestamp\\\";i:1623053846;s:13:\\\"\\0*\\0recurrence\\\";i:604800;s:49:\\\"\\0ActionScheduler_IntervalSchedul"},"type":"debug"}
{"type":"debug","name":"restoring","data":{"description":"e\\0start_timestamp\\\";i:1623053846;s:53:\\\"\\0ActionScheduler_IntervalSchedule\\0interval_in_seconds\\\";i:604800;}',2,1,'2021-06-07 11:39:56','2021-06-07 11:39:56',0,NULL),(8,'wpforms_email_summaries_fetch_info_blocks','canceled','2021-06-14 11:39:56','2021-06-14 11:39:56','{\\\"tasks_meta_id\\\":null}','O:32:\\\"ActionScheduler_IntervalSchedule\\\":5:{s:22:\\\"\\0*\\0scheduled_timestamp\\\";i:1623670796;s:18:\\\"\\0*\\0first_timestamp\\\";i:1623053846;s:13:\\\"\\0*\\0recurrence\\\";i:604800;s:49:\\\"\\0ActionScheduler_IntervalSchedule\\0start_timestamp\\\";i:1623670796;s:53:\\\"\\0ActionScheduler_IntervalSchedule\\0interval_in_seconds\\\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(9,'wpforms_process_entry_emails_meta_cleanup','complete','2021-06-09 00:11:49','2021-06-09 00:11:49','{\\\"tasks_meta_id\\\":1}','O:32:\\\"ActionScheduler_IntervalSchedule\\\":5:{s:22:\\\"\\0*\\0scheduled_timestamp\\\";i:1623197509;s:18:\\\"\\0*\\0first_timestamp\\\";i:1623110400;s:13:\\\"\\0*\\0recurrence\\\";i:86400;s:49:\\\"\\0ActionScheduler_IntervalSchedule\\0start_timesta","file":"dailydex_wp583.sql.gz"}}
{"data":{"description":"mp\\\";i:1623197509;s:53:\\\"\\0ActionScheduler_IntervalSchedule\\0interval_in_seconds\\\";i:86400;}',2,1,'2021-06-09 00:34:37','2021-06-09 00:34:37',0,NULL),(10,'wpforms_process_entry_emails_meta_cleanup','complete','2021-06-10 00:34:38','2021-06-10 00:34:38','{\\\"tasks_meta_id\\\":1}','O:32:\\\"ActionScheduler_IntervalSchedule\\\":5:{s:22:\\\"\\0*\\0scheduled_timestamp\\\";i:1623285278;s:18:\\\"\\0*\\0first_timestamp\\\";i:1623110400;s:13:\\\"\\0*\\0recurrence\\\";i:86400;s:49:\\\"\\0ActionScheduler_IntervalSchedule\\0start_timestamp\\\";i:1623285278;s:53:\\\"\\0ActionScheduler_IntervalSchedule\\0interval_in_seconds\\\";i:86400;}',2,1,'2021-06-10 00:47:20','2021-06-10 00:47:20',0,NULL),(11,'wpforms_process_entry_emails_meta_cleanup','complete','2021-06-11 00:47:20','2021-06-11 00:47:20','{\\\"tasks_meta_id\\\":1}','O:32:\\\"ActionScheduler_IntervalSchedule\\\":5:{s:22:\\\"\\0*\\0scheduled_timestamp\\\";i:1623372440;s:18:\\\"\\0*\\0first_timestamp\\\";i:1623110400;s:13:\\\"\\0*\\0recurrence\\\";i:86400;s:49:\\\"\\0ActionScheduler_IntervalSchedule\\0start_timestamp\\\";i:1623372440;s:","file":"dailydex_wp583.sql.gz"},"name":"restoring","type":"debug"}
{"type":"debug","name":"restoring","data":{"description":"53:\\\"\\0ActionScheduler_IntervalSchedule\\0interval_in_seconds\\\";i:86400;}',2,1,'2021-06-11 00:48:05','2021-06-11 00:48:05',0,NULL),(12,'wpforms_process_entry_emails_meta_cleanup','canceled','2021-06-12 00:48:05','2021-06-12 00:48:05','{\\\"tasks_meta_id\\\":1}','O:32:\\\"ActionScheduler_IntervalSchedule\\\":5:{s:22:\\\"\\0*\\0scheduled_timestamp\\\";i:1623458885;s:18:\\\"\\0*\\0first_timestamp\\\";i:1623110400;s:13:\\\"\\0*\\0recurrence\\\";i:86400;s:49:\\\"\\0ActionScheduler_IntervalSchedule\\0start_timestamp\\\";i:1623458885;s:53:\\\"\\0ActionScheduler_IntervalSchedule\\0interval_in_seconds\\\";i:86400;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(13,'wpforms_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','{\\\"tasks_meta_id\\\":2}','O:28:\\\"ActionScheduler_NullSchedule\\\":0:{}',2,1,'2021-06-11 06:16:08','2021-06-11 06:16:08',0,NULL),(14,'wpforms_admin_addons_cache_update','canceled','2021-06-18 06:16:08','2021-06-18 06:16:08','{\\\"tasks_meta_id\\\":3}','O:32:\\\"ActionScheduler_IntervalSchedule\\\":5:{s:22:\\","file":"dailydex_wp583.sql.gz"}}
{"type":"debug","data":{"file":"dailydex_wp583.sql.gz","description":"\"\\0*\\0scheduled_timestamp\\\";i:1623996968;s:18:\\\"\\0*\\0first_timestamp\\\";i:1623996968;s:13:\\\"\\0*\\0recurrence\\\";i:604800;s:49:\\\"\\0ActionScheduler_IntervalSchedule\\0start_timestamp\\\";i:1623996968;s:53:\\\"\\0ActionScheduler_IntervalSchedule\\0interval_in_seconds\\\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL)\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpdk_actionscheduler_actions` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `wpdk_actionscheduler_claims`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client     = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8 */\n--------------\n\n--------------\nCREATE TABLE `wpdk_actionscheduler_claims` (\n  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\n  PRIMARY KEY (`claim_id`),\n  KEY `date_created_gmt` (`date_created_gmt`)\n) ENGINE=InnoDB DEFAULT CHAR"},"name":"restoring"}
{"type":"debug","data":{"file":"dailydex_wp583.sql.gz","description":"SET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `wpdk_actionscheduler_claims` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpdk_actionscheduler_claims` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpdk_actionscheduler_claims` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `wpdk_actionscheduler_groups`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client     = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8 */\n--------------\n\n--------------\nCREATE TABLE `wpdk_actionscheduler_groups` (\n  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n  `slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,\n  PRIMARY KEY (`group_id`),\n  KEY `slug` (`slug`(191))\n) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_"},"name":"restoring"}
{"type":"debug","name":"restoring","data":{"description":"unicode_520_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `wpdk_actionscheduler_groups` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpdk_actionscheduler_groups` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `wpdk_actionscheduler_groups` (`group_id`, `slug`) VALUES (1,'action-scheduler-migration'),(2,'wpforms')\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpdk_actionscheduler_groups` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `wpdk_actionscheduler_logs`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client     = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8 */\n--------------\n\n--------------\nCREATE TABLE `wpdk_actionscheduler_logs` (\n  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n  `action_id` bigint(20) unsigned NOT NULL,\n  `message` text COLLATE utf8mb4_","file":"dailydex_wp583.sql.gz"}}
{"type":"debug","name":"restoring","data":{"description":"unicode_520_ci NOT NULL,\n  `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\n  `log_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\n  PRIMARY KEY (`log_id`),\n  KEY `action_id` (`action_id`),\n  KEY `log_date_gmt` (`log_date_gmt`)\n) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `wpdk_actionscheduler_logs` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpdk_actionscheduler_logs` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `wpdk_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (1,5,'action created','2021-06-07 11:19:01','2021-06-07 11:19:01'),(2,5,'action started via WP Cron','2021-06-07 11:24:18','2021-06-07 11:24:18'),(3,5,'action complete via WP Cron','2021-06-07 11:24:18','2021-06-07 11:24:18'),(4,6,'action created','2021-06-07 11:39:55','2","file":"dailydex_wp583.sql.gz"}}
{"data":{"file":"dailydex_wp583.sql.gz","description":"021-06-07 11:39:55'),(5,7,'action created','2021-06-07 11:39:55','2021-06-07 11:39:55'),(6,7,'action started via WP Cron','2021-06-07 11:39:56','2021-06-07 11:39:56'),(7,7,'action complete via WP Cron','2021-06-07 11:39:56','2021-06-07 11:39:56'),(8,8,'action created','2021-06-07 11:39:56','2021-06-07 11:39:56'),(9,6,'action started via WP Cron','2021-06-08 00:11:49','2021-06-08 00:11:49'),(10,6,'action complete via WP Cron','2021-06-08 00:11:49','2021-06-08 00:11:49'),(11,9,'action created','2021-06-08 00:11:49','2021-06-08 00:11:49'),(12,9,'action started via WP Cron','2021-06-09 00:34:37','2021-06-09 00:34:37'),(13,9,'action complete via WP Cron','2021-06-09 00:34:37','2021-06-09 00:34:37'),(14,10,'action created','2021-06-09 00:34:38','2021-06-09 00:34:38'),(15,10,'action started via WP Cron','2021-06-10 00:47:20','2021-06-10 00:47:20'),(16,10,'action complete via WP Cron','2021-06-10 00:47:20','2021-06-10 00:47:20'),(17,11,'action created','2021-06-10 00:47:20','2021-06-10 00:47:20'),(18,11,'action start"},"name":"restoring","type":"debug"}
{"type":"debug","data":{"description":"ed via WP Cron','2021-06-11 00:48:05','2021-06-11 00:48:05'),(19,11,'action complete via WP Cron','2021-06-11 00:48:05','2021-06-11 00:48:05'),(20,12,'action created','2021-06-11 00:48:05','2021-06-11 00:48:05'),(21,13,'action created','2021-06-11 06:16:04','2021-06-11 06:16:04'),(22,13,'action started via WP Cron','2021-06-11 06:16:08','2021-06-11 06:16:08'),(23,13,'action complete via WP Cron','2021-06-11 06:16:08','2021-06-11 06:16:08'),(24,14,'action created','2021-06-11 06:16:08','2021-06-11 06:16:08'),(25,12,'action canceled','2021-06-11 06:17:06','2021-06-11 06:17:06'),(26,8,'action canceled','2021-06-11 06:17:06','2021-06-11 06:17:06'),(27,14,'action canceled','2021-06-11 06:17:06','2021-06-11 06:17:06')\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpdk_actionscheduler_logs` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `wpdk_commentmeta`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client     = @@character_set_client *","file":"dailydex_wp583.sql.gz"},"name":"restoring"}
{"type":"debug","name":"restoring","data":{"description":"/\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8 */\n--------------\n\n--------------\nCREATE TABLE `wpdk_commentmeta` (\n  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',\n  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\n  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,\n  PRIMARY KEY (`meta_id`),\n  KEY `comment_id` (`comment_id`),\n  KEY `meta_key` (`meta_key`(191))\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `wpdk_commentmeta` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpdk_commentmeta` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpdk_commentmeta` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `wpdk_comments`\n--------------\n\n--------------\n/","file":"dailydex_wp583.sql.gz"}}
{"type":"debug","name":"restoring","data":{"file":"dailydex_wp583.sql.gz","description":"*!40101 SET @saved_cs_client     = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8 */\n--------------\n\n--------------\nCREATE TABLE `wpdk_comments` (\n  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',\n  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,\n  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',\n  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',\n  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',\n  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\n  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\n  `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,\n  `comment_karma` int(11) NOT NULL DEFAULT '0',\n  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',\n  `comment_agent` varchar(255) COL"}}
{"name":"restoring","data":{"file":"dailydex_wp583.sql.gz","description":"LATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',\n  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',\n  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',\n  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',\n  PRIMARY KEY (`comment_ID`),\n  KEY `comment_post_ID` (`comment_post_ID`),\n  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),\n  KEY `comment_date_gmt` (`comment_date_gmt`),\n  KEY `comment_parent` (`comment_parent`),\n  KEY `comment_author_email` (`comment_author_email`(10))\n) ENGINE=InnoDB AUTO_INCREMENT=887 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `wpdk_comments` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpdk_comments` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `wpdk_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_auth"},"type":"debug"}
{"data":{"description":"or_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (155,99,'котел купить','','https://telegra.ph/Kak-vybrat-gazovyj-kotel-dlya-chastnogo-doma-02-14','46.161.11.11','2022-02-17 13:24:17','2022-02-17 13:24:17','<strong>northwestpharmacy https://telegra.ph/Kak-vybrat-gazovyj-kotel-dlya-chastnogo-doma-02-14</strong>\\n\\nWith thanks, I enjoy it.',0,'0','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2966.144 Safari/537.36','trackback',0,0),(279,99,'נערות ליווי בחיפה','nk78uqy6ms@gmail.com','https://israel-lady.co.il/%D7%A0%D7%A2%D7%A8%D7%95%D7%AA-%D7%9C%D7%99%D7%95%D7%95%D7%99-%D7%91%D7%97%D7%99%D7%A4%D7%94/','23.128.248.61','2022-04-20 16:51:23','2022-04-20 16:51:23','You need to take part in a contest for one of the highest quality sites on the net. I am going to recommend this site!',0,'0','Mozilla/5.0 (compatible; M","file":"dailydex_wp583.sql.gz"},"name":"restoring","type":"debug"}
{"type":"debug","data":{"file":"dailydex_wp583.sql.gz","description":"SIE 10.0; Windows NT 6.2; Trident/6.0; MATMJS)','comment',0,0),(287,99,'israelnightclub.com','ntjjiwlb5s@gmail.com','https://israelnightclub.com/','195.16.73.23','2022-04-29 05:15:43','2022-04-29 05:15:43','Can I just say what a comfort to find somebody who really knows what theyre talking about on the web. You definitely understand how to bring an issue to light and make it important. More people have to read this and understand this side of your story. I was surprised that you arent more popular because you surely possess the gift.',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1501.105 Safari/537.36 MRCHROME SOC','comment',0,0),(465,99,'דירה דיסקרטית בנתניה','j3tvjs2@gmail.com','https://www.israelxclub.co.il/girls-cat/%D7%93%D7%99%D7%A8%D7%95%D7%AA-%D7%93%D7%99%D7%A1%D7%A7%D7%A8%D7%98%D7%99%D7%95%D7%AA-%D7%91%D7%A0%D7%AA%D7%A0%D7%99%D7%94/','154.85.100.75','2022-08-02 15:34:02','2022-08-02 15:34:02','I need to to thank you for this good read!! I ce"},"name":"restoring"}
{"data":{"file":"dailydex_wp583.sql.gz","description":"rtainly enjoyed every bit of it. I have you saved as a favorite to look at new things you postÖ',0,'0','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; Touch; MAARJS)','comment',0,0),(864,29337,'EdwardCremy','8m4qtrkaz2lp5nn@rambler.ru','https://lolz.guru/market/','146.70.126.41','2023-06-10 05:45:21','2023-06-10 05:45:21','порядочный ресурс https://lolz.guru/market',0,'post-trashed','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36','comment',0,0),(866,30629,'MirandiDaymn','vvlxwgznqei@bobbor.store','','45.128.199.59','2023-07-05 00:06:43','2023-07-05 00:06:43','Купить товары для детей - только в нашем интернет-магазине вы найдете низкие цены. Быстрей всего сделать заказ на детские вещи можно только у нас! \\r\\n<a href=\\\"https://barakhlysh.ru/\\\" / rel=\\\"nofollow ugc\\\">детский трикота�"},"name":"restoring","type":"debug"}
{"type":"debug","data":{"description":"�</a> \\r\\nоптом детская одежда - <a href=\\\"http://barakhlysh.ru/\\\" / rel=\\\"nofollow ugc\\\">https://barakhlysh.ru</a> \\r\\n<a href=\\\"http://google.dz/url?q=http://barakhlysh.ru\\\" rel=\\\"nofollow ugc\\\">https://google.co.ke/url?q=http://barakhlysh.ru</a> \\r\\n \\r\\n<a href=\\\"https://barcelonajustlikehome.cat/lolo-mes-que-vins/#comment-196\\\" rel=\\\"nofollow ugc\\\">Детская одежда оптом от производителя - предлагаем широкий выбор стильной и качественной одежды для детей всех возрастов, от младенцев до подростков.</a> 413_7cd',0,'post-trashed','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36','comment',0,0),(875,34410,'Virgilmam','anastasiasaed@gmail.com','https://sex-tube365.com/','98.242.12.186','2023-08-23 12:56:53','2023-08-23 12:56:53','http://vakantiewoning.dollarcenter.com/__media__/js/netsoltrademark.php?d","file":"dailydex_wp583.sql.gz"},"name":"restoring"}
{"name":"restoring","data":{"description":"=https://sex369.ru\\r\\nhttp://randolphvermont.com/__media__/js/netsoltrademark.php?d=https://sex369.ru\\r\\nhttp://ww17.carsandcoffeewilliamsburg.com/__media__/js/netsoltrademark.php?d=https://sex369.ru\\r\\nhttp://bnbwebcor.com/__media__/js/netsoltrademark.php?d=https://sex-tube365.com\\r\\nhttp://flexnetfulfillment.org/__media__/js/netsoltrademark.php?d=https://sex369.ru\\r\\nhttp://cbgcross.com/__media__/js/netsoltrademark.php?d=https://sex369.ru\\r\\nhttp://internettvfans.org/__media__/js/netsoltrademark.php?d=https://sex369.ru\\r\\nhttp://connecticutschoolcounselor.com/__media__/js/netsoltrademark.php?d=https://sex-tube365.com\\r\\nhttp://elreport.net/__media__/js/netsoltrademark.php?d=https://sex369.ru',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36','comment',0,0),(877,99,'🎁 Get free iPhone 14 Pro Max: https://bintradeclub.net/upload/go.php hs=8850a5a1f46493af09f13a9fdbe53d72* 🎁','qebeega@mailto.plus','https://bintradeclub.net/upload/go.php'","file":"dailydex_wp583.sql.gz"},"type":"debug"}
{"type":"debug","data":{"description":",'23.137.249.209','2023-08-25 17:14:06','2023-08-25 17:14:06','y2ck45',0,'0','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Mobile Safari/537.3','comment',0,0),(879,30926,'🎁 Get free iPhone 14 Pro Max: https://www.tannyshelters.in/uploads/go.php hs=b79bc5a856619b5ec01d09224993deb4* 🎁','qebeega@mailto.plus','https://www.tannyshelters.in/uploads/go.php','185.243.218.89','2023-08-25 17:14:51','2023-08-25 17:14:51','n7v12x',0,'post-trashed','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Mobile Safari/537.3','comment',0,0),(880,34669,'🎁 Get free iPhone 14 Pro Max: https://splaplata.com.ar/uploads/go.php hs=7d0654628d8d7b20b35455b58907ad89* 🎁','qebeega@mailto.plus','https://splaplata.com.ar/uploads/go.php','46.166.139.111','2023-08-25 17:15:10','2023-08-25 17:15:10','p8onfe',0,'0','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Mobile Safari/537.3','comment',0,0),(881,346","file":"dailydex_wp583.sql.gz"},"name":"restoring"}
{"type":"debug","name":"restoring","data":{"file":"dailydex_wp583.sql.gz","description":"59,'🎁 Get free iPhone 14 Pro Max: https://krishnaprakashan.com/upload/go.php hs=b27b965eca96bb2c02554186426ef96f* 🎁','qebeega@mailto.plus','https://krishnaprakashan.com/upload/go.php','45.134.225.36','2023-08-25 17:16:12','2023-08-25 17:16:12','p7vvum',0,'0','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Mobile Safari/537.3','comment',0,0),(882,34643,'🎁 Get free iPhone 14 Pro Max: http://carpcorner.co.uk/upload/go.php hs=7a4b4e801955edb324afe293732d0236* 🎁','qebeega@mailto.plus','http://carpcorner.co.uk/upload/go.php','185.243.218.110','2023-08-25 17:16:38','2023-08-25 17:16:38','pagv6d',0,'0','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Mobile Safari/537.3','comment',0,0),(883,34648,'🎁 Get free iPhone 14 Pro Max: https://spedition-brilz.de/uploads/go.php hs=9bf23b12f4500e53f99fd8c0897255d6* 🎁','qebeega@mailto.plus','https://spedition-brilz.de/uploads/go.php','45.61.187.249','2023-08-25 17:17:02','202"}}
{"data":{"file":"dailydex_wp583.sql.gz","description":"3-08-25 17:17:02','ua9cep',0,'0','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Mobile Safari/537.3','comment',0,0),(884,34653,'🎁 Get free iPhone 14 Pro Max: https://www.nestorgaetan.com/uploads/go.php hs=6e4481020c11e0aeaa2516352fd025cb* 🎁','qebeega@mailto.plus','https://www.nestorgaetan.com/uploads/go.php','23.128.248.15','2023-08-25 17:17:21','2023-08-25 17:17:21','xa4twj',0,'0','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Mobile Safari/537.3','comment',0,0),(885,34673,'🎁 Get free iPhone 14 Pro Max: http://masonrthomas.com/upload/go.php hs=3f27c2b20e36eb8df281a3d30c4db486* 🎁','qebeega@mailto.plus','http://masonrthomas.com/upload/go.php','185.243.218.89','2023-08-25 17:17:55','2023-08-25 17:17:55','pk0eug',0,'0','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Mobile Safari/537.3','comment',0,0),(886,36552,'Victorquelp','g7x1obb8drzfxe9@rambler.ru','https://onlin"},"name":"restoring","type":"debug"}
{"type":"debug","name":"restoring","data":{"description":"evideoconverter.pro','194.150.167.72','2023-10-09 11:38:18','2023-10-09 11:38:18','this link https://es.onlinevideoconverter.pro/89bW/download-video-facebook',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36','comment',0,0)\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpdk_comments` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `wpdk_links`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client     = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8 */\n--------------\n\n--------------\nCREATE TABLE `wpdk_links` (\n  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',\n  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',\n  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',\n  `link_target` varcha","file":"dailydex_wp583.sql.gz"}}
{"data":{"description":"r(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',\n  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',\n  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',\n  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',\n  `link_rating` int(11) NOT NULL DEFAULT '0',\n  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\n  `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',\n  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,\n  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',\n  PRIMARY KEY (`link_id`),\n  KEY `link_visible` (`link_visible`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `wpdk_links` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpdk_links` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ","file":"dailydex_wp583.sql.gz"},"name":"restoring","type":"debug"}
{"name":"restoring","data":{"file":"dailydex_wp583.sql.gz","description":"ALTER TABLE `wpdk_links` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `wpdk_litespeed_url`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client     = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8 */\n--------------\n\n--------------\nCREATE TABLE `wpdk_litespeed_url` (\n  `id` bigint(20) NOT NULL AUTO_INCREMENT,\n  `url` varchar(500) COLLATE utf8mb4_unicode_520_ci NOT NULL,\n  `cache_tags` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',\n  PRIMARY KEY (`id`),\n  UNIQUE KEY `url` (`url`(191)),\n  KEY `cache_tags` (`cache_tags`(191))\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `wpdk_litespeed_url` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpdk_litespeed_url` DISABLE KEYS */\n--------------\n\n--------------\n/*!"},"type":"debug"}
{"data":{"file":"dailydex_wp583.sql.gz","description":"40000 ALTER TABLE `wpdk_litespeed_url` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `wpdk_litespeed_url_file`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client     = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8 */\n--------------\n\n--------------\nCREATE TABLE `wpdk_litespeed_url_file` (\n  `id` bigint(20) NOT NULL AUTO_INCREMENT,\n  `url_id` bigint(20) NOT NULL,\n  `vary` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of final vary',\n  `filename` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of file content',\n  `type` tinyint(4) NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4',\n  `mobile` tinyint(4) NOT NULL COMMENT 'mobile=1',\n  `webp` tinyint(4) NOT NULL COMMENT 'webp=1',\n  `expired` int(11) NOT NULL DEFAULT '0',\n  PRIMARY KEY (`id`),\n  KEY `filename` (`filename`),\n  KEY `type` (`type`),\n  KEY `"},"name":"restoring","type":"debug"}
{"name":"restoring","data":{"file":"dailydex_wp583.sql.gz","description":"url_id_2` (`url_id`,`vary`,`type`),\n  KEY `filename_2` (`filename`,`expired`),\n  KEY `url_id` (`url_id`,`expired`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `wpdk_litespeed_url_file` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpdk_litespeed_url_file` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpdk_litespeed_url_file` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `wpdk_options`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client     = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8 */\n--------------\n\n--------------\nCREATE TABLE `wpdk_options` (\n  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n  `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',\n  `optio"},"type":"debug"}
{"data":{"file":"dailydex_wp583.sql.gz","description":"n_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,\n  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',\n  PRIMARY KEY (`option_id`),\n  UNIQUE KEY `option_name` (`option_name`),\n  KEY `autoload` (`autoload`)\n) ENGINE=InnoDB AUTO_INCREMENT=47790 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `wpdk_options` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpdk_options` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `wpdk_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1,'siteurl','https://dailygoldindex.com','yes'),(2,'home','https://dailygoldindex.com','yes'),(3,'blogname','Daily Gold Index','yes'),(4,'blogdescription','Your daily news source covering investing ideas, market stocks, business, retirement tips from Wall St. to Silicon Valley.','yes'),(5,'users_can_register','0','yes'),(6,'admin_e"},"name":"restoring","type":"debug"}
{"data":{"description":"mail','admin@dailygoldindex.com','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','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:190:{s:34:\\\"sitemap(-+([a-zA-Z0-9_-]+))?\\\\.xml$\\\";s:40:\\\"index.php?xml_sitemap=params=$matches[2]\\\";s:38:\\\"sitem","file":"dailydex_wp583.sql.gz"},"name":"restoring","type":"debug"}
{"data":{"file":"dailydex_wp583.sql.gz","description":"ap(-+([a-zA-Z0-9_-]+))?\\\\.xml\\\\.gz$\\\";s:49:\\\"index.php?xml_sitemap=params=$matches[2];zip=true\\\";s:35:\\\"sitemap(-+([a-zA-Z0-9_-]+))?\\\\.html$\\\";s:50:\\\"index.php?xml_sitemap=params=$matches[2];html=true\\\";s:38:\\\"sitemap(-+([a-zA-Z0-9_-]+))?\\\\.html.gz$\\\";s:59:\\\"index.php?xml_sitemap=params=$matches[2];html=true;zip=true\\\";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]&p"},"name":"restoring","type":"debug"}
{"type":"debug","data":{"description":"aged=$matches[2]\\\";s:26:\\\"^social-callback/([^/]*)/?\\\";s:37:\\\"index.php?social-callback=$matches[1]\\\";s:29:\\\"^account/page/?([0-9]{1,})/?$\\\";s:36:\\\"index.php?&paged=$matches[1]&account\\\";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:\\\"ind","file":"dailydex_wp583.sql.gz"},"name":"restoring"}
{"type":"debug","data":{"file":"dailydex_wp583.sql.gz","description":"ex.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:44:\\\"archive-template/[^/]+/attachment/([^/]+)/?$\\\";s:32:\\\"index.php?attachment=$matches[1]\\\";s:54:\\\"archive-template/[^/]+/attachment/([^/]+)/trackback/?$\\\";s:37:\\\"index.php?attachment=$matches[1]&tb=1\\\";s:74:\\\"archive-template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$matches[2]\\\";s:69:\\\"archive-template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"inde"},"name":"restoring"}
{"name":"restoring","data":{"description":"x.php?attachment=$matches[1]&feed=$matches[2]\\\";s:69:\\\"archive-template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\\\";s:50:\\\"index.php?attachment=$matches[1]&cpage=$matches[2]\\\";s:50:\\\"archive-template/[^/]+/attachment/([^/]+)/embed/?$\\\";s:43:\\\"index.php?attachment=$matches[1]&embed=true\\\";s:33:\\\"archive-template/([^/]+)/embed/?$\\\";s:49:\\\"index.php?archive-template=$matches[1]&embed=true\\\";s:37:\\\"archive-template/([^/]+)/trackback/?$\\\";s:43:\\\"index.php?archive-template=$matches[1]&tb=1\\\";s:45:\\\"archive-template/([^/]+)/page/?([0-9]{1,})/?$\\\";s:56:\\\"index.php?archive-template=$matches[1]&paged=$matches[2]\\\";s:52:\\\"archive-template/([^/]+)/comment-page-([0-9]{1,})/?$\\\";s:56:\\\"index.php?archive-template=$matches[1]&cpage=$matches[2]\\\";s:41:\\\"archive-template/([^/]+)(?:/([0-9]+))?/?$\\\";s:55:\\\"index.php?archive-template=$matches[1]&page=$matches[2]\\\";s:33:\\\"archive-template/[^/]+/([^/]+)/?$\\\";s:32:\\\"index.php?attachment=$matches[1]\\\";s:43:\\\"archive-template/[^/]+/([^/]+)/trackback/?$\\\";s:37:\\\"index.php?at","file":"dailydex_wp583.sql.gz"},"type":"debug"}
{"type":"debug","data":{"description":"tachment=$matches[1]&tb=1\\\";s:63:\\\"archive-template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$matches[2]\\\";s:58:\\\"archive-template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$matches[2]\\\";s:58:\\\"archive-template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\\\";s:50:\\\"index.php?attachment=$matches[1]&cpage=$matches[2]\\\";s:39:\\\"archive-template/[^/]+/([^/]+)/embed/?$\\\";s:43:\\\"index.php?attachment=$matches[1]&embed=true\\\";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/[^/]+/attachmen","file":"dailydex_wp583.sql.gz"},"name":"restoring"}
{"type":"debug","data":{"description":"t/([^/]+)/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]&fe","file":"dailydex_wp583.sql.gz"},"name":"restoring"}
{"data":{"file":"dailydex_wp583.sql.gz","description":"ed=$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:37:\\\"mega-menu/[^/]+/attachment/([^/]+)/?$\\\";s:32:\\\"index.php?attachment=$matches[1]\\\";s:47:\\\"mega-menu/[^/]+/attachment/([^/]+)/trackback/?$\\\";s:37:\\\"index.php?attachment=$matches[1]&tb=1\\\";s:67:\\\"mega-menu/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$matches[2]\\\";s:62:\\\"mega-menu/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$matches[2]\\\";s:62:\\\"mega-menu/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\\\";s:50:\\\"index.php?attachment=$matches[1]&cpage=$matches[2]\\\";s:43:\\\"mega-menu/[^/]+/attachment/([^/]+)/embed/?$\\\";s:43:\\\"index.php?"},"name":"restoring","type":"debug"}
{"name":"restoring","data":{"description":"attachment=$matches[1]&embed=true\\\";s:26:\\\"mega-menu/([^/]+)/embed/?$\\\";s:49:\\\"index.php?custom-mega-menu=$matches[1]&embed=true\\\";s:30:\\\"mega-menu/([^/]+)/trackback/?$\\\";s:43:\\\"index.php?custom-mega-menu=$matches[1]&tb=1\\\";s:38:\\\"mega-menu/([^/]+)/page/?([0-9]{1,})/?$\\\";s:56:\\\"index.php?custom-mega-menu=$matches[1]&paged=$matches[2]\\\";s:45:\\\"mega-menu/([^/]+)/comment-page-([0-9]{1,})/?$\\\";s:56:\\\"index.php?custom-mega-menu=$matches[1]&cpage=$matches[2]\\\";s:34:\\\"mega-menu/([^/]+)(?:/([0-9]+))?/?$\\\";s:55:\\\"index.php?custom-mega-menu=$matches[1]&page=$matches[2]\\\";s:26:\\\"mega-menu/[^/]+/([^/]+)/?$\\\";s:32:\\\"index.php?attachment=$matches[1]\\\";s:36:\\\"mega-menu/[^/]+/([^/]+)/trackback/?$\\\";s:37:\\\"index.php?attachment=$matches[1]&tb=1\\\";s:56:\\\"mega-menu/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$matches[2]\\\";s:51:\\\"mega-menu/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$matches[2]\\\";s:51:\\\"mega-menu/[^/]+/([^/]+)/comment-p","file":"dailydex_wp583.sql.gz"},"type":"debug"}
{"type":"debug","data":{"file":"dailydex_wp583.sql.gz","description":"age-([0-9]{1,})/?$\\\";s:50:\\\"index.php?attachment=$matches[1]&cpage=$matches[2]\\\";s:32:\\\"mega-menu/[^/]+/([^/]+)/embed/?$\\\";s:43:\\\"index.php?attachment=$matches[1]&embed=true\\\";s:34:\\\"footer/[^/]+/attachment/([^/]+)/?$\\\";s:32:\\\"index.php?attachment=$matches[1]\\\";s:44:\\\"footer/[^/]+/attachment/([^/]+)/trackback/?$\\\";s:37:\\\"index.php?attachment=$matches[1]&tb=1\\\";s:64:\\\"footer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$matches[2]\\\";s:59:\\\"footer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$matches[2]\\\";s:59:\\\"footer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\\\";s:50:\\\"index.php?attachment=$matches[1]&cpage=$matches[2]\\\";s:40:\\\"footer/[^/]+/attachment/([^/]+)/embed/?$\\\";s:43:\\\"index.php?attachment=$matches[1]&embed=true\\\";s:23:\\\"footer/([^/]+)/embed/?$\\\";s:39:\\\"index.php?footer=$matches[1]&embed=true\\\";s:27:\\\"footer/([^/]+)/trackback/?$\\\";s:33:\\\"index.php?footer=$matches[1]&tb=1\\\";s:35:\\"},"name":"restoring"}
{"type":"debug","data":{"file":"dailydex_wp583.sql.gz","description":"\"footer/([^/]+)/page/?([0-9]{1,})/?$\\\";s:46:\\\"index.php?footer=$matches[1]&paged=$matches[2]\\\";s:42:\\\"footer/([^/]+)/comment-page-([0-9]{1,})/?$\\\";s:46:\\\"index.php?footer=$matches[1]&cpage=$matches[2]\\\";s:31:\\\"footer/([^/]+)(?:/([0-9]+))?/?$\\\";s:45:\\\"index.php?footer=$matches[1]&page=$matches[2]\\\";s:23:\\\"footer/[^/]+/([^/]+)/?$\\\";s:32:\\\"index.php?attachment=$matches[1]\\\";s:33:\\\"footer/[^/]+/([^/]+)/trackback/?$\\\";s:37:\\\"index.php?attachment=$matches[1]&tb=1\\\";s:53:\\\"footer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$matches[2]\\\";s:48:\\\"footer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$matches[2]\\\";s:48:\\\"footer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\\\";s:50:\\\"index.php?attachment=$matches[1]&cpage=$matches[2]\\\";s:29:\\\"footer/[^/]+/([^/]+)/embed/?$\\\";s:43:\\\"index.php?attachment=$matches[1]&embed=true\\\";s:41:\\\"post-template/[^/]+/attachment/([^/]+)/?$\\\";s:32:\\\"index.php?attachment=$matches[1]\\\";s:51:\\\"post-templa"},"name":"restoring"}
{"type":"debug","data":{"file":"dailydex_wp583.sql.gz","description":"te/[^/]+/attachment/([^/]+)/trackback/?$\\\";s:37:\\\"index.php?attachment=$matches[1]&tb=1\\\";s:71:\\\"post-template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$matches[2]\\\";s:66:\\\"post-template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$matches[2]\\\";s:66:\\\"post-template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\\\";s:50:\\\"index.php?attachment=$matches[1]&cpage=$matches[2]\\\";s:47:\\\"post-template/[^/]+/attachment/([^/]+)/embed/?$\\\";s:43:\\\"index.php?attachment=$matches[1]&embed=true\\\";s:30:\\\"post-template/([^/]+)/embed/?$\\\";s:53:\\\"index.php?custom-post-template=$matches[1]&embed=true\\\";s:34:\\\"post-template/([^/]+)/trackback/?$\\\";s:47:\\\"index.php?custom-post-template=$matches[1]&tb=1\\\";s:42:\\\"post-template/([^/]+)/page/?([0-9]{1,})/?$\\\";s:60:\\\"index.php?custom-post-template=$matches[1]&paged=$matches[2]\\\";s:49:\\\"post-template/([^/]+)/comment-page-([0-9]{1,})/?$\\\";s:60:\\\"index.php?custom-post"},"name":"restoring"}
{"type":"debug","name":"restoring","data":{"file":"dailydex_wp583.sql.gz","description":"-template=$matches[1]&cpage=$matches[2]\\\";s:38:\\\"post-template/([^/]+)(?:/([0-9]+))?/?$\\\";s:59:\\\"index.php?custom-post-template=$matches[1]&page=$matches[2]\\\";s:30:\\\"post-template/[^/]+/([^/]+)/?$\\\";s:32:\\\"index.php?attachment=$matches[1]\\\";s:40:\\\"post-template/[^/]+/([^/]+)/trackback/?$\\\";s:37:\\\"index.php?attachment=$matches[1]&tb=1\\\";s:60:\\\"post-template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$matches[2]\\\";s:55:\\\"post-template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$matches[2]\\\";s:55:\\\"post-template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\\\";s:50:\\\"index.php?attachment=$matches[1]&cpage=$matches[2]\\\";s:36:\\\"post-template/[^/]+/([^/]+)/embed/?$\\\";s:43:\\\"index.php?attachment=$matches[1]&embed=true\\\";s:12:\\\"robots\\\\.txt$\\\";s:18:\\\"index.php?robots=1\\\";s:13:\\\"favicon\\\\.ico$\\\";s:19:\\\"index.php?favicon=1\\\";s:48:\\\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\\\.php$\\\";s:18:\\\"index.php?feed=old\\\";s:20:\\\".*wp-app\\\\."}}
{"data":{"description":"php(/.*)?$\\\";s:19:\\\"index.php?error=403\\\";s:18:\\\".*wp-register.php$\\\";s:23:\\\"index.php?register=true\\\";s:32:\\\"feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:27:\\\"index.php?&feed=$matches[1]\\\";s:27:\\\"(feed|rdf|rss|rss2|atom)/?$\\\";s:27:\\\"index.php?&feed=$matches[1]\\\";s:8:\\\"embed/?$\\\";s:21:\\\"index.php?&embed=true\\\";s:20:\\\"page/?([0-9]{1,})/?$\\\";s:28:\\\"index.php?&paged=$matches[1]\\\";s:27:\\\"comment-page-([0-9]{1,})/?$\\\";s:40:\\\"index.php?&page_id=111&cpage=$matches[1]\\\";s:18:\\\"account(/(.*))?/?$\\\";s:30:\\\"index.php?&account=$matches[2]\\\";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:","file":"dailydex_wp583.sql.gz"},"name":"restoring","type":"debug"}
{"data":{"file":"dailydex_wp583.sql.gz","description":"\\\"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"},"name":"restoring","type":"debug"}
{"name":"restoring","data":{"file":"dailydex_wp583.sql.gz","description":"-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:\\\"("},"type":"debug"}
{"type":"debug","data":{"description":"[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:58:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\\\";s:32:\\\"index.php?attachment=$matches[1]\\\";s:68:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\\\";s:37:\\\"index.php?attachment=$matches[1]&tb=1\\\";s:88:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$matches[2]\\\";s:83:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$matches[2]\\\";s:83:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachm","file":"dailydex_wp583.sql.gz"},"name":"restoring"}
{"data":{"file":"dailydex_wp583.sql.gz","description":"ent/([^/]+)/comment-page-([0-9]{1,})/?$\\\";s:50:\\\"index.php?attachment=$matches[1]&cpage=$matches[2]\\\";s:64:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\\\";s:43:\\\"index.php?attachment=$matches[1]&embed=true\\\";s:53:\\\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\\\";s:91:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\\\";s:57:\\\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\\\";s:85:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\\\";s:77:\\\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:97:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\\\";s:72:\\\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\\\";s:97:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\\\";s:65:\\\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\\\";s:98:\\\"inde"},"name":"restoring","type":"debug"}
{"name":"restoring","data":{"description":"x.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\\\";s:72:\\\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\\\";s:98:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\\\";s:61:\\\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\\\";s:97:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\\\";s:47:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\\\";s:32:\\\"index.php?attachment=$matches[1]\\\";s:57:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\\\";s:37:\\\"index.php?attachment=$matches[1]&tb=1\\\";s:77:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$matches[2]\\\";s:72:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$matches[2]\\\";s:72:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment","file":"dailydex_wp583.sql.gz"},"type":"debug"}
{"data":{"file":"dailydex_wp583.sql.gz","description":"-page-([0-9]{1,})/?$\\\";s:50:\\\"index.php?attachment=$matches[1]&cpage=$matches[2]\\\";s:53:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\\\";s:43:\\\"index.php?attachment=$matches[1]&embed=true\\\";s:64:\\\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\\\";s:81:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\\\";s:51:\\\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\\\";s:65:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\\\";s:38:\\\"([0-9]{4})/comment-page-([0-9]{1,})/?$\\\";s:44:\\\"index.php?year=$matches[1]&cpage=$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:"},"name":"restoring","type":"debug"}
{"type":"debug","data":{"description":"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:26:\\\"(.?.+?)/account(/(.*))?/?$\\\";s:50:\\\"index.php?pagename=$matches[1]&account=$matches[3]\\\";s:24:\\\"(.?.+?)(?:/([0-9]+))?/?$\\\";s:47:\\\"index.php?pagename=$matches[1]&page=$matches[2]\\\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-","file":"dailydex_wp583.sql.gz"},"name":"restoring"}
{"type":"debug","data":{"description":"8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:21:{i:0;s:51:\\\"all-in-one-wp-migration/all-in-one-wp-migration.php\\\";i:1;s:14:\\\"feeder/epc.php\\\";i:2;s:36:\\\"google-sitemap-generator/sitemap.php\\\";i:3;s:37:\\\"jnews-breadcrumb/jnews-breadcrumb.php\\\";i:4;s:35:\\\"jnews-essential/jnews-essential.php\\\";i:5;s:31:\\\"jnews-gallery/jnews-gallery.php\\\";i:6;s:29:\\\"jnews-jsonld/jnews-jsonld.php\\\";i:7;s:39:\\\"jnews-meta-header/jnews-meta-header.php\\\";i:8;s:29:\\\"jnews-review/jnews-review.php\\\";i:9;s:41:\\\"jnews-social-login/jnews-social-login.php\\\";i:10;s:41:\\\"jnews-social-share/jnews-social-share.php\\\";i:11;s:27:\\\"jnews-split/jnews-split.php\\\";i:12;s:41:\\\"jnews-view-counter/jnews-view-counter.php\\\";i:13;s:31:\\\"jnews-weather/jnews-weather.php\\\";i:14;s:27:\\\"js_composer/js_composer.php\\\";i:15;s:35:\\\"litespeed-cache/litespeed-cache.php\\\";i:16;s:19:\\\"pushengage/main.php\\\";i:17;s:47:\\\"really-simple-ssl/rlrsssl-really-simple-ssl.php\\\";i:18;s:41:\\\"remove-blank-p-tag/remove-blank-p-tag.php\\\";i:19;s:69:\\\"vafpress-post-for","file":"dailydex_wp583.sql.gz"},"name":"restoring"}
{"type":"debug","name":"restoring","data":{"file":"dailydex_wp583.sql.gz","description":"mats-ui-develop/vafpress-post-formats-ui-develop.php\\\";i:20;s:41:\\\"wordpress-importer/wordpress-importer.php\\\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','jnews','yes'),(41,'stylesheet','jnews-child','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','55853','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium"}}
{"type":"debug","name":"restoring","data":{"file":"dailydex_wp583.sql.gz","description":"_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:2;a:4:{s:5:\\\"title\\\";s:0:\\\"\\\";s:5:\\\"count\\\";i:0;s:12:\\\"hierarchical\\\";i:0;s:8:\\\"dropdown\\\";i:0;}s:12:\\\"_multiwidget\\\";i:1;}','yes'),(77,'widget_text','a:2:{i:1;a:0:{}s:12:\\\"_multiwidget\\\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\\\"_multiwidget\\\";i:1;}','yes'),(79,'uninstall_plugins','a:2:{s:37:\\\"optinmonster/optin-monster-wp-api.php\\\";s:32:\\\"optin_monster_api_uninstall_hook\\\";s:35:\\\"litespeed-cache"}}
{"data":{"description":"/litespeed-cache.php\\\";s:47:\\\"LiteSpeed\\\\Activation::uninstall_litespeed_cache\\\";}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','111','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','6148','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1706960056','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'initial_db_version','49752','yes'),(99,'wpdk_user_roles','a:5:{s:13:\\\"administrator\\\";a:2:{s:4:\\\"name\\\";s:13:\\\"Administrator\\\";s:12:\\\"capabilities\\\";a:61:{s:13:\\\"switch_themes\\\";b:1;s:11:\\\"edit_themes","file":"dailydex_wp583.sql.gz"},"name":"restoring","type":"debug"}
{"type":"debug","data":{"file":"dailydex_wp583.sql.gz","description":"\\\";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"},"name":"restoring"}
{"data":{"file":"dailydex_wp583.sql.gz","description":":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:6:\\\"editor\\\";a:2:{s:4:\\\"name\\\";s:6:\\\"Editor\\\";s:12:\\\"capabilities\\\";a:34:{s:17:\\\"moderate_comments\\\";b:1;s:17:\\\"manage_categories\\\";b:1;s:12:\\\"manage_links\\\";b:1;s:12:\\\"upload_files\\\";b:1;s:15:\\\"unfiltered_html\\\";b:1;s:10:\\\"edit_posts\\\";b:1;s:17:\\\"edit_others_posts\\\";b:1;s:20:\\\"edit_published_posts\\\";b:1;s:13:\\\"publish_posts\\\";b:1;s:10:\\\"edit_pages\\\";b:1;s:4:\\\"read\\\";b:1;s:7:\\\"level_7\\\";b:1;s:7:\\\"level_6\\\";b:1;s:7:\\\"level_5\\\";b:1;s:7:\\\"level_4\\\";b:1;s:"},"name":"restoring","type":"debug"}
{"type":"debug","name":"restoring","data":{"description":"7:\\\"level_3\\\";b:1;s:7:\\\"level_2\\\";b:1;s:7:\\\"level_1\\\";b:1;s:7:\\\"level_0\\\";b:1;s:17:\\\"edit_others_pages\\\";b:1;s:20:\\\"edit_published_pages\\\";b:1;s:13:\\\"publish_pages\\\";b:1;s:12:\\\"delete_pages\\\";b:1;s:19:\\\"delete_others_pages\\\";b:1;s:22:\\\"delete_published_pages\\\";b:1;s:12:\\\"delete_posts\\\";b:1;s:19:\\\"delete_others_posts\\\";b:1;s:22:\\\"delete_published_posts\\\";b:1;s:20:\\\"delete_private_posts\\\";b:1;s:18:\\\"edit_private_posts\\\";b:1;s:18:\\\"read_private_posts\\\";b:1;s:20:\\\"delete_private_pages\\\";b:1;s:18:\\\"edit_private_pages\\\";b:1;s:18:\\\"read_private_pages\\\";b:1;}}s:6:\\\"author\\\";a:2:{s:4:\\\"name\\\";s:6:\\\"Author\\\";s:12:\\\"capabilities\\\";a:10:{s:12:\\\"upload_files\\\";b:1;s:10:\\\"edit_posts\\\";b:1;s:20:\\\"edit_published_posts\\\";b:1;s:13:\\\"publish_posts\\\";b:1;s:4:\\\"read\\\";b:1;s:7:\\\"level_2\\\";b:1;s:7:\\\"level_1\\\";b:1;s:7:\\\"level_0\\\";b:1;s:12:\\\"delete_posts\\\";b:1;s:22:\\\"delete_published_posts\\\";b:1;}}s:11:\\\"contributor\\\";a:2:{s:4:\\\"name\\\";s:11:\\\"Contributor\\\";s:12:\\\"capabilities\\\";a:5:{s:10:\\\"edit_posts\\\";b:1;s:4:\\\"read\\\";b:1;s:7:\\\"leve","file":"dailydex_wp583.sql.gz"}}
{"type":"debug","name":"restoring","data":{"file":"dailydex_wp583.sql.gz","description":"l_1\\\";b:1;s:7:\\\"level_0\\\";b:1;s:12:\\\"delete_posts\\\";b:1;}}s:10:\\\"subscriber\\\";a:2:{s:4:\\\"name\\\";s:10:\\\"Subscriber\\\";s:12:\\\"capabilities\\\";a:2:{s:4:\\\"read\\\";b:1;s:7:\\\"level_0\\\";b:1;}}}','yes'),(100,'fresh_site','0','yes'),(101,'widget_search','a:2:{i:2;a:1:{s:5:\\\"title\\\";s:0:\\\"\\\";}s:12:\\\"_multiwidget\\\";i:1;}','yes'),(102,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\\\"title\\\";s:0:\\\"\\\";s:6:\\\"number\\\";i:5;}s:12:\\\"_multiwidget\\\";i:1;}','yes'),(103,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\\\"title\\\";s:0:\\\"\\\";s:6:\\\"number\\\";i:5;}s:12:\\\"_multiwidget\\\";i:1;}','yes'),(104,'widget_archives','a:2:{i:2;a:3:{s:5:\\\"title\\\";s:0:\\\"\\\";s:5:\\\"count\\\";i:0;s:8:\\\"dropdown\\\";i:0;}s:12:\\\"_multiwidget\\\";i:1;}','yes'),(105,'widget_meta','a:2:{i:2;a:1:{s:5:\\\"title\\\";s:0:\\\"\\\";}s:12:\\\"_multiwidget\\\";i:1;}','yes'),(106,'sidebars_widgets','a:11:{s:19:\\\"wp_inactive_widgets\\\";a:0:{}s:4:\\\"home\\\";a:3:{i:0;s:13:\\\"custom_html-2\\\";i:1;s:16:\\\"jnews_tab_post-2\\\";i:2;s:15:\\\"jnews_popular-1\\\";}s:9:\\\"home-loop\\\";a:1:{i:0;s:23:\\\"jnews_module_block_21-2\\\";"}}
{"data":{"description":"}s:11:\\\"home-3-loop\\\";a:1:{i:0;s:23:\\\"jnews_module_block_21-1\\\";}s:6:\\\"home-3\\\";a:1:{i:0;s:15:\\\"jnews_popular-2\\\";}s:15:\\\"default-sidebar\\\";a:3:{i:0;s:13:\\\"custom_html-3\\\";i:1;s:16:\\\"jnews_tab_post-1\\\";i:2;s:23:\\\"jnews_module_block_19-1\\\";}s:15:\\\"footer-widget-1\\\";a:1:{i:0;s:13:\\\"custom_html-4\\\";}s:15:\\\"footer-widget-2\\\";a:0:{}s:15:\\\"footer-widget-3\\\";a:0:{}s:15:\\\"footer-widget-4\\\";a:0:{}s:13:\\\"array_version\\\";i:3;}','yes'),(107,'cron','a:15:{i:1696993617;a:2:{s:19:\\\"litespeed_task_lqip\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:16:\\\"litespeed_filter\\\";s:4:\\\"args\\\";a:0:{}s:8:\\\"interval\\\";i:60;}}s:27:\\\"litespeed_task_imgoptm_pull\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:16:\\\"litespeed_filter\\\";s:4:\\\"args\\\";a:0:{}s:8:\\\"interval\\\";i:60;}}}i:1696994317;a:1:{s:34:\\\"wp_privacy_delete_old_export_files\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:6:\\\"hourly\\\";s:4:\\\"args\\\";a:0:{}s:8:\\\"interval\\\";i:3600;}}}i:1696997518;a:1:{s:21:\\","file":"dailydex_wp583.sql.gz"},"name":"restoring","type":"debug"}
{"type":"debug","name":"restoring","data":{"description":"\"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:1697004960;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:1697004964;a:3:{s:13:\\\"mm_cron_daily\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:5:\\\"daily\\\";s:4:\\\"args\\\";a:0:{}s:8:\\\"interval\\\";i:86400;}}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;}}s:18:\\\"mm_cron_twicedaily\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:10:\\\"twicedaily\\\";s:4:\\\"args\\\";a:0:{}s:8:\\\"interval\\\";i:43200;}}}i:1697011731;a:1:{s","file":"dailydex_wp583.sql.gz"}}
{"type":"debug","name":"restoring","data":{"file":"dailydex_wp583.sql.gz","description":":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:1697023115;a:5:{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;}}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;}}s:16:\\\"wp_version_check\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:10:\\\"twicedaily\\\";s:4:\\\"args\\\";a:0:{}s:8:\\\"interval\\\";i:43200;}}s:17:\\\"wp_update_plugins\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:10:\\\"twicedaily\\\";s:4:\\\"args\\\";a:0:{}s:8:\\\"interval\\\";i:43200;}}s:16:\\\"wp_update_themes\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:10:\\\"twicedaily\\\";s:4:\\\"args\\\";a:0:{}s:8:\\\"interval\\\";i:43200;}}}i:1697023132;a:1:{s:20:\\\"je"}}
{"name":"restoring","data":{"description":"tpack_v2_heartbeat\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:5:\\\"daily\\\";s:4:\\\"args\\\";a:0:{}s:8:\\\"interval\\\";i:86400;}}}i:1697024378;a:1:{s:21:\\\"epc_feeder_cron_daily\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:5:\\\"daily\\\";s:4:\\\"args\\\";a:0:{}s:8:\\\"interval\\\";i:86400;}}}i:1697027877;a:1:{s:13:\\\"sm_ping_daily\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:5:\\\"daily\\\";s:4:\\\"args\\\";a:0:{}s:8:\\\"interval\\\";i:86400;}}}i:1697177764;a:1:{s:14:\\\"mm_cron_weekly\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:6:\\\"weekly\\\";s:4:\\\"args\\\";a:0:{}s:8:\\\"interval\\\";i:604800;}}}i:1697541515;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:1697584720;a:1:{s:30:\\\"wp_delete_temp_updater_backups\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:6:\\\"weekly\\\";s:4:\\\"args\\\";a:0:","file":"dailydex_wp583.sql.gz"},"type":"debug"}
{"data":{"description":"…","truncated":1,"file":"dailydex_wp583.sql.gz"},"name":"restoring","type":"debug"}
{"type":"debug","data":{"file":"dailydex_wp583.sql.gz","description":"The system removed the temporary database user “dailygoldindex_wknwous”.","username":"dailygoldindex_wknwous"},"name":"removed_temp_database_user"}
{"name":"restore_done","data":{"description":"The system successfully restored the database “dailygoldindex_dailydex_wp583” from the backup file “dailydex_wp583.sql.gz”.","file":"dailydex_wp583.sql.gz"},"type":"done"}
{"data":{"file":"dailydex_wp583.sql.gz"},"name":"processed","type":"info"}
{"type":"close"}