File: /home/xedaptot/.cpanel/logs/restoredb/2025-12-07T07:35:28Z.1.log
{"type":"info","data":{"file":"mrsimple_std.sql.gz","description":"No virus detected in upload “mrsimple_std.sql.gz”."},"name":"no-virus"}
{"type":"info","data":{"archive":"/home/xedaptot/tmp/Cpanel_Form_file.upload.729731d3","description":"The system is extracting the archive “/home/xedaptot/tmp/Cpanel_Form_file.upload.729731d3”.","file":"mrsimple_std.sql.gz"},"name":"gunzip"}
{"type":"debug","data":{"database":"xedaptot_mrsimple_std","file":"mrsimple_std.sql.gz","description":"The system identified the database name for the backup file “mrsimple_std.sql.gz” to be “xedaptot_mrsimple_std”."},"name":"database_name"}
{"name":"database_create","data":{"description":"The system created the database “xedaptot_mrsimple_std” since it did not exist.","file":"mrsimple_std.sql.gz","database":"xedaptot_mrsimple_std"},"type":"info"}
{"type":"debug","data":{"username":"xedaptot_jmskbyr","file":"mrsimple_std.sql.gz","description":"The system created a temporary database user “xedaptot_jmskbyr”."},"name":"created_temp_database_user"}
{"type":"debug","data":{"username":"xedaptot_jmskbyr","database":"xedaptot_mrsimple_std","description":"The system linked the temporary database user “xedaptot_jmskbyr” to the database “xedaptot_mrsimple_std”.","file":"mrsimple_std.sql.gz"},"name":"linked_temp_database_user_to_database"}
{"data":{"description":"The system is starting to restore the database backup “mrsimple_std.sql.gz”.","file":"mrsimple_std.sql.gz"},"name":"restoring_start","type":"info"}
{"type":"debug","name":"restoring","data":{"file":"mrsimple_std.sql.gz","description":"--------------\n/*M!999999 enable the sandbox mode */ \n\n\n\n\n\n\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--------------\nDROP TABLE IF EXISTS `ws_10_e_events`\n--------------\n\n-------------"}}
{"type":"debug","data":{"file":"mrsimple_std.sql.gz","description":"-\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `ws_10_e_events` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n `event_data` text DEFAULT NULL,\n `created_at` datetime NOT NULL,\n PRIMARY KEY (`id`),\n KEY `created_at_index` (`created_at`)\n) ENGINE=MyISAM 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 `ws_10_e_events` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_10_e_events` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_10_e_events` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `ws_10_e_submissions`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/"},"name":"restoring"}
{"type":"debug","data":{"file":"mrsimple_std.sql.gz","description":"*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `ws_10_e_submissions` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n `type` varchar(60) DEFAULT NULL,\n `hash_id` varchar(60) NOT NULL,\n `main_meta_id` bigint(20) unsigned NOT NULL COMMENT 'Id of main field. to represent the main meta field',\n `post_id` bigint(20) unsigned NOT NULL,\n `referer` varchar(500) NOT NULL,\n `referer_title` varchar(300) DEFAULT NULL,\n `element_id` varchar(20) NOT NULL,\n `form_name` varchar(60) NOT NULL,\n `campaign_id` bigint(20) unsigned NOT NULL,\n `user_id` bigint(20) unsigned DEFAULT NULL,\n `user_ip` varchar(46) NOT NULL,\n `user_agent` text NOT NULL,\n `actions_count` int(11) DEFAULT 0,\n `actions_succeeded_count` int(11) DEFAULT 0,\n `status` varchar(20) NOT NULL,\n `is_read` tinyint(1) NOT NULL DEFAULT 0,\n `meta` text DEFAULT NULL,\n `created_at_gmt` datetime NOT NULL,\n `updated_at_gmt` datetime NOT NULL,\n `created_at` datetime NOT NULL,\n `updated_at` datetime NOT NULL"},"name":"restoring"}
{"type":"debug","name":"restoring","data":{"file":"mrsimple_std.sql.gz","description":",\n PRIMARY KEY (`id`),\n UNIQUE KEY `hash_id_unique_index` (`hash_id`),\n KEY `main_meta_id_index` (`main_meta_id`),\n KEY `hash_id_index` (`hash_id`),\n KEY `type_index` (`type`),\n KEY `post_id_index` (`post_id`),\n KEY `element_id_index` (`element_id`),\n KEY `campaign_id_index` (`campaign_id`),\n KEY `user_id_index` (`user_id`),\n KEY `user_ip_index` (`user_ip`),\n KEY `status_index` (`status`),\n KEY `is_read_index` (`is_read`),\n KEY `created_at_gmt_index` (`created_at_gmt`),\n KEY `updated_at_gmt_index` (`updated_at_gmt`),\n KEY `created_at_index` (`created_at`),\n KEY `updated_at_index` (`updated_at`),\n KEY `referer_index` (`referer`(191)),\n KEY `referer_title_index` (`referer_title`(191))\n) ENGINE=MyISAM 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 `ws_10_e_submissions` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_10_e_submissions` DISABLE KEY"}}
{"type":"debug","name":"restoring","data":{"description":"S */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_10_e_submissions` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `ws_10_e_submissions_actions_log`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `ws_10_e_submissions_actions_log` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n `submission_id` bigint(20) unsigned NOT NULL,\n `action_name` varchar(60) NOT NULL,\n `action_label` varchar(60) DEFAULT NULL,\n `status` varchar(20) NOT NULL,\n `log` text DEFAULT NULL,\n `created_at_gmt` datetime NOT NULL,\n `updated_at_gmt` datetime NOT NULL,\n `created_at` datetime NOT NULL,\n `updated_at` datetime NOT NULL,\n PRIMARY KEY (`id`),\n KEY `submission_id_index` (`submission_id`),\n KEY `action_name_index` (`action_name`),\n KEY `status_index` (`status`),\n KEY `created_at_","file":"mrsimple_std.sql.gz"}}
{"data":{"file":"mrsimple_std.sql.gz","description":"gmt_index` (`created_at_gmt`),\n KEY `updated_at_gmt_index` (`updated_at_gmt`),\n KEY `created_at_index` (`created_at`),\n KEY `updated_at_index` (`updated_at`)\n) ENGINE=MyISAM 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 `ws_10_e_submissions_actions_log` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_10_e_submissions_actions_log` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_10_e_submissions_actions_log` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `ws_10_e_submissions_values`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `ws_10_e_submissions_values` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREM"},"name":"restoring","type":"debug"}
{"data":{"description":"ENT,\n `submission_id` bigint(20) unsigned NOT NULL DEFAULT 0,\n `key` varchar(60) DEFAULT NULL,\n `value` longtext DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `submission_id_index` (`submission_id`),\n KEY `key_index` (`key`)\n) ENGINE=MyISAM 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 `ws_10_e_submissions_values` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_10_e_submissions_values` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_10_e_submissions_values` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `ws_11_e_events`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `ws_11_e_events` (\n `id` bigint(20) unsi","file":"mrsimple_std.sql.gz"},"name":"restoring","type":"debug"}
{"type":"debug","data":{"description":"gned NOT NULL AUTO_INCREMENT,\n `event_data` text DEFAULT NULL,\n `created_at` datetime NOT NULL,\n PRIMARY KEY (`id`),\n KEY `created_at_index` (`created_at`)\n) ENGINE=MyISAM 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 `ws_11_e_events` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_11_e_events` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_11_e_events` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `ws_11_e_submissions`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `ws_11_e_submissions` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n `type` varchar(60) DEFAULT NULL,\n `hash_id` varchar(60) NO","file":"mrsimple_std.sql.gz"},"name":"restoring"}
{"name":"restoring","data":{"file":"mrsimple_std.sql.gz","description":"T NULL,\n `main_meta_id` bigint(20) unsigned NOT NULL COMMENT 'Id of main field. to represent the main meta field',\n `post_id` bigint(20) unsigned NOT NULL,\n `referer` varchar(500) NOT NULL,\n `referer_title` varchar(300) DEFAULT NULL,\n `element_id` varchar(20) NOT NULL,\n `form_name` varchar(60) NOT NULL,\n `campaign_id` bigint(20) unsigned NOT NULL,\n `user_id` bigint(20) unsigned DEFAULT NULL,\n `user_ip` varchar(46) NOT NULL,\n `user_agent` text NOT NULL,\n `actions_count` int(11) DEFAULT 0,\n `actions_succeeded_count` int(11) DEFAULT 0,\n `status` varchar(20) NOT NULL,\n `is_read` tinyint(1) NOT NULL DEFAULT 0,\n `meta` text DEFAULT NULL,\n `created_at_gmt` datetime NOT NULL,\n `updated_at_gmt` datetime NOT NULL,\n `created_at` datetime NOT NULL,\n `updated_at` datetime NOT NULL,\n PRIMARY KEY (`id`),\n UNIQUE KEY `hash_id_unique_index` (`hash_id`),\n KEY `main_meta_id_index` (`main_meta_id`),\n KEY `hash_id_index` (`hash_id`),\n KEY `type_index` (`type`),\n KEY `post_id_index` (`post_id`),\n KEY `ele"},"type":"debug"}
{"data":{"file":"mrsimple_std.sql.gz","description":"ment_id_index` (`element_id`),\n KEY `campaign_id_index` (`campaign_id`),\n KEY `user_id_index` (`user_id`),\n KEY `user_ip_index` (`user_ip`),\n KEY `status_index` (`status`),\n KEY `is_read_index` (`is_read`),\n KEY `created_at_gmt_index` (`created_at_gmt`),\n KEY `updated_at_gmt_index` (`updated_at_gmt`),\n KEY `created_at_index` (`created_at`),\n KEY `updated_at_index` (`updated_at`),\n KEY `referer_index` (`referer`(191)),\n KEY `referer_title_index` (`referer_title`(191))\n) ENGINE=MyISAM 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 `ws_11_e_submissions` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_11_e_submissions` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_11_e_submissions` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `ws_11_e_submissions_actions_log`\n--"},"name":"restoring","type":"debug"}
{"type":"debug","data":{"description":"------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `ws_11_e_submissions_actions_log` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n `submission_id` bigint(20) unsigned NOT NULL,\n `action_name` varchar(60) NOT NULL,\n `action_label` varchar(60) DEFAULT NULL,\n `status` varchar(20) NOT NULL,\n `log` text DEFAULT NULL,\n `created_at_gmt` datetime NOT NULL,\n `updated_at_gmt` datetime NOT NULL,\n `created_at` datetime NOT NULL,\n `updated_at` datetime NOT NULL,\n PRIMARY KEY (`id`),\n KEY `submission_id_index` (`submission_id`),\n KEY `action_name_index` (`action_name`),\n KEY `status_index` (`status`),\n KEY `created_at_gmt_index` (`created_at_gmt`),\n KEY `updated_at_gmt_index` (`updated_at_gmt`),\n KEY `created_at_index` (`created_at`),\n KEY `updated_at_index` (`updated_at`)\n) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_52","file":"mrsimple_std.sql.gz"},"name":"restoring"}
{"name":"restoring","data":{"description":"0_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `ws_11_e_submissions_actions_log` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_11_e_submissions_actions_log` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_11_e_submissions_actions_log` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `ws_11_e_submissions_values`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `ws_11_e_submissions_values` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n `submission_id` bigint(20) unsigned NOT NULL DEFAULT 0,\n `key` varchar(60) DEFAULT NULL,\n `value` longtext DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `submission_id_index` (`submission_id`),\n KEY `key_index` (`key`)\n) ","file":"mrsimple_std.sql.gz"},"type":"debug"}
{"data":{"description":"ENGINE=MyISAM 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 `ws_11_e_submissions_values` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_11_e_submissions_values` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_11_e_submissions_values` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `ws_12_e_submissions`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `ws_12_e_submissions` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n `type` varchar(60) DEFAULT NULL,\n `hash_id` varchar(60) NOT NULL,\n `main_meta_id` bigint(20) unsigned NOT NULL COMMENT 'Id of main field. to represent the main meta field',\n `post_id","file":"mrsimple_std.sql.gz"},"name":"restoring","type":"debug"}
{"name":"restoring","data":{"description":"` bigint(20) unsigned NOT NULL,\n `referer` varchar(500) NOT NULL,\n `referer_title` varchar(300) DEFAULT NULL,\n `element_id` varchar(20) NOT NULL,\n `form_name` varchar(60) NOT NULL,\n `campaign_id` bigint(20) unsigned NOT NULL,\n `user_id` bigint(20) unsigned DEFAULT NULL,\n `user_ip` varchar(46) NOT NULL,\n `user_agent` text NOT NULL,\n `actions_count` int(11) DEFAULT 0,\n `actions_succeeded_count` int(11) DEFAULT 0,\n `status` varchar(20) NOT NULL,\n `is_read` tinyint(1) NOT NULL DEFAULT 0,\n `meta` text DEFAULT NULL,\n `created_at_gmt` datetime NOT NULL,\n `updated_at_gmt` datetime NOT NULL,\n `created_at` datetime NOT NULL,\n `updated_at` datetime NOT NULL,\n PRIMARY KEY (`id`),\n UNIQUE KEY `hash_id_unique_index` (`hash_id`),\n KEY `main_meta_id_index` (`main_meta_id`),\n KEY `hash_id_index` (`hash_id`),\n KEY `type_index` (`type`),\n KEY `post_id_index` (`post_id`),\n KEY `element_id_index` (`element_id`),\n KEY `campaign_id_index` (`campaign_id`),\n KEY `user_id_index` (`user_id`),\n KEY `user_ip_in","file":"mrsimple_std.sql.gz"},"type":"debug"}
{"name":"restoring","data":{"file":"mrsimple_std.sql.gz","description":"dex` (`user_ip`),\n KEY `status_index` (`status`),\n KEY `is_read_index` (`is_read`),\n KEY `created_at_gmt_index` (`created_at_gmt`),\n KEY `updated_at_gmt_index` (`updated_at_gmt`),\n KEY `created_at_index` (`created_at`),\n KEY `updated_at_index` (`updated_at`),\n KEY `referer_index` (`referer`(191)),\n KEY `referer_title_index` (`referer_title`(191))\n) ENGINE=MyISAM AUTO_INCREMENT=12 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 `ws_12_e_submissions` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_12_e_submissions` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `ws_12_e_submissions` (`id`, `type`, `hash_id`, `main_meta_id`, `post_id`, `referer`, `referer_title`, `element_id`, `form_name`, `campaign_id`, `user_id`, `user_ip`, `user_agent`, `actions_count`, `actions_succeeded_count`, `status`, `is_read`, `meta`, `created_at_gmt`, `updated_at_gmt"},"type":"debug"}
{"data":{"description":"`, `created_at`, `updated_at`) VALUES (1,'submission','dbf0a92a-7e4f-4477-a7e5-634f7d5f27fb',2,195,'https://huytram.wstation.online/thiep-cuoi/','Thiệp cưới','46b5e0c8','Tham gia',0,0,'58.187.172.98','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.62 Safari/537.36',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"195\\\"}','2022-05-28 14:45:30','2022-05-28 14:45:30','2022-05-28 14:45:30','2022-05-28 14:45:30'),(2,'submission','760e6a75-9f0c-4a3b-b18d-967ca7e4a365',7,195,'https://huytram.wstation.online/thiep-cuoi/','Thiệp cưới','46b5e0c8','Tham gia',0,12,'58.187.172.98','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.62 Safari/537.36',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"195\\\"}','2022-05-28 15:01:55','2022-05-28 15:01:55','2022-05-28 15:01:55','2022-05-28 15:01:55'),(3,'submission','9a6db68a-d628-4e2b-83cc-c6936154aa9e',12,195,'https://huytram.wstation.online/thiep-cuoi/','Thiệp cưới','46b5e0c8','Tham gia',0,12,'1","file":"mrsimple_std.sql.gz"},"name":"restoring","type":"debug"}
{"data":{"description":"13.23.30.211','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"195\\\"}','2022-06-04 09:52:13','2022-06-04 09:52:13','2022-06-04 09:52:13','2022-06-04 09:52:13'),(4,'submission','9f72e9d2-b5f8-420a-9a69-b54a9e805524',17,195,'https://huytram.wstation.online/thiep-cuoi/','Thiệp cưới','46b5e0c8','Tham gia',0,12,'113.23.30.211','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"195\\\"}','2022-06-04 09:53:54','2022-06-04 09:53:54','2022-06-04 09:53:54','2022-06-04 09:53:54'),(5,'submission','f09c3c07-501b-4d5b-a1a2-be69e6f621a4',22,195,'https://huytram.wstation.online/thiep-cuoi/','Thiệp cưới','46b5e0c8','Tham gia',0,12,'113.23.30.211','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"195\\\"}','2022-06-04 15:57","file":"mrsimple_std.sql.gz"},"name":"restoring","type":"debug"}
{"data":{"description":":13','2022-06-04 15:57:13','2022-06-04 15:57:13','2022-06-04 15:57:13'),(6,'submission','178d3924-63c0-467c-a178-6ee9e8cc30d5',27,195,'https://huytram.wstation.online/thiep-cuoi/','Thiệp cưới','46b5e0c8','Tham gia',0,12,'113.23.30.211','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"195\\\"}','2022-06-04 15:58:34','2022-06-04 15:58:35','2022-06-04 15:58:34','2022-06-04 15:58:35'),(7,'submission','3926eefa-5d85-42a1-a3da-aa21bbf056f6',32,195,'https://huytram.wstation.online/thiep-cuoi/','Thiệp cưới','46b5e0c8','Tham gia',0,12,'113.23.30.211','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"195\\\"}','2022-06-04 16:01:59','2022-06-04 16:02:00','2022-06-04 16:01:59','2022-06-04 16:02:00'),(8,'submission','8893ce84-328d-4eae-89c9-7f4aa098a69c',37,195,'https://huytram.wstation.online/thiep-cuoi/','Thiệp c","file":"mrsimple_std.sql.gz"},"name":"restoring","type":"debug"}
{"data":{"description":"ưới','46b5e0c8','Tham gia',0,12,'113.23.30.211','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"195\\\"}','2022-06-04 16:03:36','2022-06-04 16:03:36','2022-06-04 16:03:36','2022-06-04 16:03:36'),(9,'submission','ee59124c-fd40-4b3f-b9bf-9d4a4ab6978e',42,195,'https://huytram.wstation.online/thiep-cuoi/','Thiệp cưới','46b5e0c8','Tham gia',0,1,'115.75.183.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36 Edg/102.0.1245.30',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"195\\\"}','2022-06-05 02:10:46','2022-06-05 02:10:46','2022-06-05 02:10:46','2022-06-05 02:10:46'),(10,'submission','ecb1a221-8e5d-4506-9069-632fdb814c24',47,195,'https://huytram.wstation.online/thiep-cuoi/','Thiệp cưới','46b5e0c8','Tham gia',0,1,'115.75.183.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36 Edg","file":"mrsimple_std.sql.gz"},"name":"restoring","type":"debug"}
{"name":"restoring","data":{"file":"mrsimple_std.sql.gz","description":"/102.0.1245.30',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"195\\\"}','2022-06-05 02:12:35','2022-06-05 02:12:36','2022-06-05 02:12:35','2022-06-05 02:12:36'),(11,'submission','356b77ab-5a08-419a-8845-9504ed861c19',52,195,'https://huytram.wstation.online/thiep-cuoi/','Thiệp cưới','46b5e0c8','Tham gia',0,0,'115.75.183.235','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36 Edg/102.0.1245.30',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"195\\\"}','2022-06-05 02:13:51','2022-06-05 02:13:52','2022-06-05 02:13:51','2022-06-05 02:13:52')\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_12_e_submissions` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `ws_12_e_submissions_actions_log`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `ws_12_"},"type":"debug"}
{"name":"restoring","data":{"file":"mrsimple_std.sql.gz","description":"e_submissions_actions_log` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n `submission_id` bigint(20) unsigned NOT NULL,\n `action_name` varchar(60) NOT NULL,\n `action_label` varchar(60) DEFAULT NULL,\n `status` varchar(20) NOT NULL,\n `log` text DEFAULT NULL,\n `created_at_gmt` datetime NOT NULL,\n `updated_at_gmt` datetime NOT NULL,\n `created_at` datetime NOT NULL,\n `updated_at` datetime NOT NULL,\n PRIMARY KEY (`id`),\n KEY `submission_id_index` (`submission_id`),\n KEY `action_name_index` (`action_name`),\n KEY `status_index` (`status`),\n KEY `created_at_gmt_index` (`created_at_gmt`),\n KEY `updated_at_gmt_index` (`updated_at_gmt`),\n KEY `created_at_index` (`created_at`),\n KEY `updated_at_index` (`updated_at`)\n) ENGINE=MyISAM AUTO_INCREMENT=12 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 `ws_12_e_submissions_actions_log` WRITE\n--------------\n\n-----------"},"type":"debug"}
{"data":{"file":"mrsimple_std.sql.gz","description":"---\n/*!40000 ALTER TABLE `ws_12_e_submissions_actions_log` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `ws_12_e_submissions_actions_log` (`id`, `submission_id`, `action_name`, `action_label`, `status`, `log`, `created_at_gmt`, `updated_at_gmt`, `created_at`, `updated_at`) VALUES (1,1,'email','Email','success',NULL,'2022-05-28 14:45:30','2022-05-28 14:45:30','2022-05-28 14:45:30','2022-05-28 14:45:30'),(2,2,'email','Email','success',NULL,'2022-05-28 15:01:55','2022-05-28 15:01:55','2022-05-28 15:01:55','2022-05-28 15:01:55'),(3,3,'email','Email','success',NULL,'2022-06-04 09:52:13','2022-06-04 09:52:13','2022-06-04 09:52:13','2022-06-04 09:52:13'),(4,4,'email','Email','success',NULL,'2022-06-04 09:53:54','2022-06-04 09:53:54','2022-06-04 09:53:54','2022-06-04 09:53:54'),(5,5,'email','Email','success',NULL,'2022-06-04 15:57:13','2022-06-04 15:57:13','2022-06-04 15:57:13','2022-06-04 15:57:13'),(6,6,'email','Email','success',NULL,'2022-06-04 15:58:35','2022-06-04 15:58:35','2022-06-04 15:58:35','2"},"name":"restoring","type":"debug"}
{"data":{"file":"mrsimple_std.sql.gz","description":"022-06-04 15:58:35'),(7,7,'email','Email','success',NULL,'2022-06-04 16:02:00','2022-06-04 16:02:00','2022-06-04 16:02:00','2022-06-04 16:02:00'),(8,8,'email','Email','success',NULL,'2022-06-04 16:03:36','2022-06-04 16:03:36','2022-06-04 16:03:36','2022-06-04 16:03:36'),(9,9,'email','Email','success',NULL,'2022-06-05 02:10:46','2022-06-05 02:10:46','2022-06-05 02:10:46','2022-06-05 02:10:46'),(10,10,'email','Email','success',NULL,'2022-06-05 02:12:36','2022-06-05 02:12:36','2022-06-05 02:12:36','2022-06-05 02:12:36'),(11,11,'email','Email','success',NULL,'2022-06-05 02:13:52','2022-06-05 02:13:52','2022-06-05 02:13:52','2022-06-05 02:13:52')\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_12_e_submissions_actions_log` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `ws_12_e_submissions_values`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_"},"name":"restoring","type":"debug"}
{"name":"restoring","data":{"description":"set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `ws_12_e_submissions_values` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n `submission_id` bigint(20) unsigned NOT NULL DEFAULT 0,\n `key` varchar(60) DEFAULT NULL,\n `value` longtext DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `submission_id_index` (`submission_id`),\n KEY `key_index` (`key`)\n) ENGINE=MyISAM AUTO_INCREMENT=56 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 `ws_12_e_submissions_values` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_12_e_submissions_values` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `ws_12_e_submissions_values` (`id`, `submission_id`, `key`, `value`) VALUES (1,1,'name','Test'),(2,1,'email','[email protected]'),(3,1,'message','1 Người'),(4,1,'field_3','Tôi sẽ tham dự'),(5,1,'field_1','ytesdt'),(6,2,'name','Test'),(7,2,'email','[email protected]'),(8,2,","file":"mrsimple_std.sql.gz"},"type":"debug"}
{"type":"debug","data":{"file":"mrsimple_std.sql.gz","description":"'message','2 Người'),(9,2,'field_3','Tôi sẽ tham dự'),(10,2,'field_1','adas asdasd ád'),(11,3,'name','Test'),(12,3,'email','[email protected]'),(13,3,'message','1 Người'),(14,3,'field_3','Tôi sẽ tham dự'),(15,3,'field_1','Happy'),(16,4,'name','Test'),(17,4,'email','[email protected]'),(18,4,'message','1 Người'),(19,4,'field_3','Tôi sẽ tham dự'),(20,4,'field_1','test'),(21,5,'name','Test'),(22,5,'email','[email protected]'),(23,5,'message','1 Người'),(24,5,'field_3','Tôi sẽ tham dự'),(25,5,'field_1','sdfsdfsdf'),(26,6,'name','Test'),(27,6,'email','[email protected]'),(28,6,'message','1 Người'),(29,6,'field_3','Tôi sẽ tham dự'),(30,6,'field_1','123123'),(31,7,'name','Huy'),(32,7,'email','[email protected]'),(33,7,'message','1 Người'),(34,7,'field_3','Tôi sẽ tham dự'),(35,7,'field_1','ha á zx á ad'),(36,8,'name','Huy'),(37,8,'email','[email protected]'),(38,8,'message','1 Người'),(39,8,'field_3','Tôi sẽ tham dự'),(40,8,'field_1','xz czx czx czxc zxczx czx czx czx c'),(41,9,'name','Dũng'),(42,9,'email','m"},"name":"restoring"}
{"type":"debug","data":{"file":"mrsimple_std.sql.gz","description":"[email protected]'),(43,9,'message','2 Người'),(44,9,'field_3','Xin lỗi tôi không thể tham gia'),(45,9,'field_1','ahihi'),(46,10,'name','Dũng'),(47,10,'email','[email protected]'),(48,10,'message','2 Người'),(49,10,'field_3','Xin lỗi tôi không thể tham gia'),(50,10,'field_1','ahihi'),(51,11,'name','Dũng'),(52,11,'email','[email protected]'),(53,11,'message','2 Người'),(54,11,'field_3','Xin lỗi tôi không thể tham gia'),(55,11,'field_1','ahhi')\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_12_e_submissions_values` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `ws_13_e_events`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `ws_13_e_events` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n `event_data` text DEFAULT NULL,\n `crea"},"name":"restoring"}
{"type":"debug","name":"restoring","data":{"file":"mrsimple_std.sql.gz","description":"ted_at` datetime NOT NULL,\n PRIMARY KEY (`id`),\n KEY `created_at_index` (`created_at`)\n) ENGINE=MyISAM 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 `ws_13_e_events` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_13_e_events` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_13_e_events` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `ws_13_e_submissions`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `ws_13_e_submissions` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n `type` varchar(60) DEFAULT NULL,\n `hash_id` varchar(60) NOT NULL,\n `main_meta_id` bigint(20) unsigned NOT NULL COMMENT 'Id of ma"}}
{"data":{"description":"in field. to represent the main meta field',\n `post_id` bigint(20) unsigned NOT NULL,\n `referer` varchar(500) NOT NULL,\n `referer_title` varchar(300) DEFAULT NULL,\n `element_id` varchar(20) NOT NULL,\n `form_name` varchar(60) NOT NULL,\n `campaign_id` bigint(20) unsigned NOT NULL,\n `user_id` bigint(20) unsigned DEFAULT NULL,\n `user_ip` varchar(46) NOT NULL,\n `user_agent` text NOT NULL,\n `actions_count` int(11) DEFAULT 0,\n `actions_succeeded_count` int(11) DEFAULT 0,\n `status` varchar(20) NOT NULL,\n `is_read` tinyint(1) NOT NULL DEFAULT 0,\n `meta` text DEFAULT NULL,\n `created_at_gmt` datetime NOT NULL,\n `updated_at_gmt` datetime NOT NULL,\n `created_at` datetime NOT NULL,\n `updated_at` datetime NOT NULL,\n PRIMARY KEY (`id`),\n UNIQUE KEY `hash_id_unique_index` (`hash_id`),\n KEY `main_meta_id_index` (`main_meta_id`),\n KEY `hash_id_index` (`hash_id`),\n KEY `type_index` (`type`),\n KEY `post_id_index` (`post_id`),\n KEY `element_id_index` (`element_id`),\n KEY `campaign_id_index` (`campaign_id`","file":"mrsimple_std.sql.gz"},"name":"restoring","type":"debug"}
{"type":"debug","data":{"description":"),\n KEY `user_id_index` (`user_id`),\n KEY `user_ip_index` (`user_ip`),\n KEY `status_index` (`status`),\n KEY `is_read_index` (`is_read`),\n KEY `created_at_gmt_index` (`created_at_gmt`),\n KEY `updated_at_gmt_index` (`updated_at_gmt`),\n KEY `created_at_index` (`created_at`),\n KEY `updated_at_index` (`updated_at`),\n KEY `referer_index` (`referer`(191)),\n KEY `referer_title_index` (`referer_title`(191))\n) ENGINE=MyISAM AUTO_INCREMENT=2 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 `ws_13_e_submissions` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_13_e_submissions` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `ws_13_e_submissions` (`id`, `type`, `hash_id`, `main_meta_id`, `post_id`, `referer`, `referer_title`, `element_id`, `form_name`, `campaign_id`, `user_id`, `user_ip`, `user_agent`, `actions_count`, `actions_succeeded_count`, `status`","file":"mrsimple_std.sql.gz"},"name":"restoring"}
{"name":"restoring","data":{"description":", `is_read`, `meta`, `created_at_gmt`, `updated_at_gmt`, `created_at`, `updated_at`) VALUES (1,'submission','7a9e367f-a0b1-462e-90f1-639f55ab1306',3,790,'http://minhmywedding.wstation.online/thiep-cuoi/','Thiệp Cưới','31870e81','RSVP Multi-Step',0,0,'59.153.229.67','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"790\\\"}','2022-07-09 16:48:30','2022-07-09 16:48:31','2022-07-09 23:48:30','2022-07-09 23:48:31')\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_13_e_submissions` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `ws_13_e_submissions_actions_log`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `ws_13_e_submissions_actions_log` (\n `id` bigin","file":"mrsimple_std.sql.gz"},"type":"debug"}
{"name":"restoring","data":{"file":"mrsimple_std.sql.gz","description":"t(20) unsigned NOT NULL AUTO_INCREMENT,\n `submission_id` bigint(20) unsigned NOT NULL,\n `action_name` varchar(60) NOT NULL,\n `action_label` varchar(60) DEFAULT NULL,\n `status` varchar(20) NOT NULL,\n `log` text DEFAULT NULL,\n `created_at_gmt` datetime NOT NULL,\n `updated_at_gmt` datetime NOT NULL,\n `created_at` datetime NOT NULL,\n `updated_at` datetime NOT NULL,\n PRIMARY KEY (`id`),\n KEY `submission_id_index` (`submission_id`),\n KEY `action_name_index` (`action_name`),\n KEY `status_index` (`status`),\n KEY `created_at_gmt_index` (`created_at_gmt`),\n KEY `updated_at_gmt_index` (`updated_at_gmt`),\n KEY `created_at_index` (`created_at`),\n KEY `updated_at_index` (`updated_at`)\n) ENGINE=MyISAM AUTO_INCREMENT=2 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 `ws_13_e_submissions_actions_log` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_13_e_submissi"},"type":"debug"}
{"name":"restoring","data":{"file":"mrsimple_std.sql.gz","description":"ons_actions_log` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `ws_13_e_submissions_actions_log` (`id`, `submission_id`, `action_name`, `action_label`, `status`, `log`, `created_at_gmt`, `updated_at_gmt`, `created_at`, `updated_at`) VALUES (1,1,'email','Email','success',NULL,'2022-07-09 16:48:31','2022-07-09 16:48:31','2022-07-09 23:48:31','2022-07-09 23:48:31')\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_13_e_submissions_actions_log` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `ws_13_e_submissions_values`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `ws_13_e_submissions_values` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n `submission_id` bigint(20) unsigned NOT NULL DEFAULT 0,\n `key` varchar(60) DEFAULT NULL,\n `value` longtext DEFAULT NU"},"type":"debug"}
{"type":"debug","data":{"description":"LL,\n PRIMARY KEY (`id`),\n KEY `submission_id_index` (`submission_id`),\n KEY `key_index` (`key`)\n) ENGINE=MyISAM AUTO_INCREMENT=9 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 `ws_13_e_submissions_values` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_13_e_submissions_values` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `ws_13_e_submissions_values` (`id`, `submission_id`, `key`, `value`) VALUES (1,1,'field_1215b74',''),(2,1,'name','Nguyễn Ngọc Long'),(3,1,'email','[email protected]'),(4,1,'field_2e0ee9f',''),(5,1,'field_f0c645d','Đương nhiên rồi'),(6,1,'field_0da121d','mình làm gì có người iu'),(7,1,'field_eb13337',''),(8,1,'message','Chúc bạn tuôi ngàn năm hạnh phúc')\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_13_e_submissions_values` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n-----","file":"mrsimple_std.sql.gz"},"name":"restoring"}
{"type":"debug","data":{"description":"---------\n\n--------------\nDROP TABLE IF EXISTS `ws_13_wpmailsmtp_emails_log`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `ws_13_wpmailsmtp_emails_log` (\n `id` int(10) unsigned NOT NULL AUTO_INCREMENT,\n `subject` varchar(191) NOT NULL,\n `message_id` varchar(255) DEFAULT NULL,\n `people` text NOT NULL,\n `headers` text NOT NULL,\n `error_text` text DEFAULT NULL,\n `content_plain` longtext NOT NULL,\n `content_html` longtext NOT NULL,\n `status` tinyint(3) unsigned NOT NULL DEFAULT 0,\n `date_sent` timestamp NOT NULL DEFAULT current_timestamp(),\n `mailer` varchar(255) NOT NULL,\n `attachments` tinyint(3) unsigned NOT NULL DEFAULT 0,\n `initiator_name` varchar(255) DEFAULT NULL,\n `initiator_file` text DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `status` (`status`),\n KEY `subject` (`subject`)\n) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=u","file":"mrsimple_std.sql.gz"},"name":"restoring"}
{"type":"debug","name":"restoring","data":{"file":"mrsimple_std.sql.gz","description":"tf8mb4 COLLATE=utf8mb4_unicode_520_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `ws_13_wpmailsmtp_emails_log` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_13_wpmailsmtp_emails_log` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `ws_13_wpmailsmtp_emails_log` (`id`, `subject`, `message_id`, `people`, `headers`, `error_text`, `content_plain`, `content_html`, `status`, `date_sent`, `mailer`, `attachments`, `initiator_name`, `initiator_file`) VALUES (1,'New message from "Minh My Wedding"','','{\\\"to\\\":[\\\"[email protected]\\\"],\\\"from\\\":\\\"[email protected]\\\"}','[\\\"Date: Sat, 9 Jul 2022 16:48:30 +0000\\\",\\\"From: Minh My Wedding <[email protected]>\\\",\\\"Message-ID: <[email protected]>\\\",\\\"X-Mailer: WPMailSMTP\\\\/Mailer\\\\/mail 3.4.0\\\",\\\"MIME-Version: 1.0\\\",\\\"Content-Type: text\\\\/html; charset=UTF-8\\\",\\\"Content-Transfe"}}
{"data":{"file":"mrsimple_std.sql.gz","description":"r-Encoding: 8bit\\\"]','','','',1,'2022-07-09 16:48:30','mail',0,'Elementor Pro','/home/mrsimple/public_html/wp-content/plugins/elementor-pro/modules/forms/actions/email.php:300')\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_13_wpmailsmtp_emails_log` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `ws_14_e_events`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `ws_14_e_events` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n `event_data` text DEFAULT NULL,\n `created_at` datetime NOT NULL,\n PRIMARY KEY (`id`),\n KEY `created_at_index` (`created_at`)\n) ENGINE=MyISAM 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 `ws_14_e_events` W"},"name":"restoring","type":"debug"}
{"type":"debug","data":{"description":"RITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_14_e_events` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_14_e_events` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `ws_14_e_submissions`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `ws_14_e_submissions` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n `type` varchar(60) DEFAULT NULL,\n `hash_id` varchar(60) NOT NULL,\n `main_meta_id` bigint(20) unsigned NOT NULL COMMENT 'Id of main field. to represent the main meta field',\n `post_id` bigint(20) unsigned NOT NULL,\n `referer` varchar(500) NOT NULL,\n `referer_title` varchar(300) DEFAULT NULL,\n `element_id` varchar(20) NOT NULL,\n `form_name` varchar(60) NOT NULL,\n `campaign_id` bigint(20) unsigned NOT NULL,\n `user_id` bigint(20)","file":"mrsimple_std.sql.gz"},"name":"restoring"}
{"data":{"file":"mrsimple_std.sql.gz","description":" unsigned DEFAULT NULL,\n `user_ip` varchar(46) NOT NULL,\n `user_agent` text NOT NULL,\n `actions_count` int(11) DEFAULT 0,\n `actions_succeeded_count` int(11) DEFAULT 0,\n `status` varchar(20) NOT NULL,\n `is_read` tinyint(1) NOT NULL DEFAULT 0,\n `meta` text DEFAULT NULL,\n `created_at_gmt` datetime NOT NULL,\n `updated_at_gmt` datetime NOT NULL,\n `created_at` datetime NOT NULL,\n `updated_at` datetime NOT NULL,\n PRIMARY KEY (`id`),\n UNIQUE KEY `hash_id_unique_index` (`hash_id`),\n KEY `main_meta_id_index` (`main_meta_id`),\n KEY `hash_id_index` (`hash_id`),\n KEY `type_index` (`type`),\n KEY `post_id_index` (`post_id`),\n KEY `element_id_index` (`element_id`),\n KEY `campaign_id_index` (`campaign_id`),\n KEY `user_id_index` (`user_id`),\n KEY `user_ip_index` (`user_ip`),\n KEY `status_index` (`status`),\n KEY `is_read_index` (`is_read`),\n KEY `created_at_gmt_index` (`created_at_gmt`),\n KEY `updated_at_gmt_index` (`updated_at_gmt`),\n KEY `created_at_index` (`created_at`),\n KEY `updated_at_index` (`u"},"name":"restoring","type":"debug"}
{"data":{"file":"mrsimple_std.sql.gz","description":"pdated_at`),\n KEY `referer_index` (`referer`(191)),\n KEY `referer_title_index` (`referer_title`(191))\n) ENGINE=MyISAM AUTO_INCREMENT=30 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 `ws_14_e_submissions` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_14_e_submissions` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `ws_14_e_submissions` (`id`, `type`, `hash_id`, `main_meta_id`, `post_id`, `referer`, `referer_title`, `element_id`, `form_name`, `campaign_id`, `user_id`, `user_ip`, `user_agent`, `actions_count`, `actions_succeeded_count`, `status`, `is_read`, `meta`, `created_at_gmt`, `updated_at_gmt`, `created_at`, `updated_at`) VALUES (1,'submission','60f371d3-723d-4018-876e-b41784701913',2,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','52cdae8b','Tham gia',0,0,'115.75.183.235','Mozilla/5.0 (Windows NT 10.0; Win64; x6"},"name":"restoring","type":"debug"}
{"data":{"file":"mrsimple_std.sql.gz","description":"4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36 Edg/102.0.1245.33',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-06-06 15:41:52','2022-06-06 15:41:52','2022-06-06 15:41:52','2022-06-06 15:41:52'),(2,'submission','4960f58b-7113-4b5f-be05-447b60ddace2',7,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','52cdae8b','Tham gia',0,12,'113.23.30.211','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-06-06 16:05:20','2022-06-06 16:05:20','2022-06-06 16:05:20','2022-06-06 16:05:20'),(3,'submission','f1d95e92-7fe4-4bae-8597-4c6f79b9715b',12,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','52cdae8b','Tham gia',0,12,'113.23.30.211','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-06-06 16:08:59','2022-06-06 16:08:"},"name":"restoring","type":"debug"}
{"type":"debug","name":"restoring","data":{"description":"59','2022-06-06 16:08:59','2022-06-06 16:08:59'),(4,'submission','bfd6045a-719f-45d0-b76c-3af73b463c3c',17,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','52cdae8b','Tham gia',0,12,'113.23.30.211','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-06-06 16:11:32','2022-06-06 16:11:33','2022-06-06 16:11:32','2022-06-06 16:11:33'),(5,'submission','20e8ce36-d171-4364-8c9d-a80f180518de',22,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','52cdae8b','Tham gia',0,0,'113.23.31.71','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-06-14 18:24:47','2022-06-14 18:24:47','2022-06-14 18:24:47','2022-06-14 18:24:47'),(6,'submission','b365dfd5-d3c3-40c5-8f2f-4fb5352184ec',27,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới',","file":"mrsimple_std.sql.gz"}}
{"type":"debug","name":"restoring","data":{"file":"mrsimple_std.sql.gz","description":"'52cdae8b','Tham gia',0,12,'58.187.173.150','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-06-18 02:28:00','2022-06-18 02:28:00','2022-06-18 02:28:00','2022-06-18 02:28:00'),(7,'submission','378a1976-7866-4a10-b941-e7d7c4ac6998',32,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','52cdae8b','Tham gia',0,12,'58.187.173.150','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-06-18 02:34:39','2022-06-18 02:34:39','2022-06-18 02:34:39','2022-06-18 02:34:39'),(8,'submission','c8dcb641-5cd0-47a6-b3a3-6b966c44e7f0',37,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','52cdae8b','Tham gia',0,1,'171.251.232.225','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.124 Safari/537.36 Edg/102.0.1245.41',1"}}
{"data":{"file":"mrsimple_std.sql.gz","description":",1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-06-18 16:18:36','2022-06-18 16:18:36','2022-06-18 16:18:36','2022-06-18 16:18:36'),(9,'submission','26dee0b6-1aef-4424-9343-bfafb68a9fc9',42,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','52cdae8b','Tham gia',0,1,'171.251.232.225','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.124 Safari/537.36 Edg/102.0.1245.44',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-06-18 16:25:06','2022-06-18 16:25:06','2022-06-18 16:25:06','2022-06-18 16:25:06'),(10,'submission','c495883a-ffab-42a5-91bd-8af707536ef6',47,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','52cdae8b','Tham gia',0,1,'171.251.232.225','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.124 Safari/537.36 Edg/102.0.1245.44',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-06-18 17:05:39','2022-06-18 17:05:39','2022-06-18 17:05:39','2022-06-18 17:05:39'),(11,'s"},"name":"restoring","type":"debug"}
{"data":{"file":"mrsimple_std.sql.gz","description":"ubmission','03d5c885-5b69-4365-a424-8668afe9ff68',52,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','52cdae8b','Tham gia',0,1,'171.251.232.225','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.124 Safari/537.36 Edg/102.0.1245.44',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-06-18 17:07:33','2022-06-18 17:07:33','2022-06-18 17:07:33','2022-06-18 17:07:33'),(12,'submission','728710fc-1b1f-45e2-91c4-905b51777d42',57,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','52cdae8b','Tham gia',0,1,'171.251.232.225','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.124 Safari/537.36 Edg/102.0.1245.44',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-06-18 17:09:14','2022-06-18 17:09:14','2022-06-18 17:09:14','2022-06-18 17:09:14'),(13,'submission','2bc2d67d-8234-42e1-a4d1-f6533c679482',63,330,'https://huytramwedding.wstation.online/?elementor_library=thiep-cuoi-cao-cap"},"name":"restoring","type":"debug"}
{"type":"debug","name":"restoring","data":{"file":"mrsimple_std.sql.gz","description":"-3','Thiệp cưới cao cấp 3','4c55c839','RSVP Multi-Step',0,1,'171.251.232.225','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.124 Safari/537.36 Edg/102.0.1245.44',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"330\\\"}','2022-06-18 17:12:12','2022-06-18 17:12:12','2022-06-18 17:12:12','2022-06-18 17:12:12'),(14,'submission','c836c8dc-f30a-478d-82a4-8fafaf80f5b4',71,330,'https://huytramwedding.wstation.online/?elementor_library=thiep-cuoi-cao-cap-3','Thiệp cưới cao cấp 3','4c55c839','RSVP Multi-Step',0,1,'171.251.232.225','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.124 Safari/537.36 Edg/102.0.1245.44',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"330\\\"}','2022-06-18 17:15:18','2022-06-18 17:15:18','2022-06-18 17:15:18','2022-06-18 17:15:18'),(15,'submission','00bd0c68-0c8c-4f94-8e65-15f37357e3bc',79,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','6320e059','RSVP Multi-Step',0,1,'171.251.232."}}
{"name":"restoring","data":{"description":"225','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.124 Safari/537.36 Edg/102.0.1245.44',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-06-18 17:23:15','2022-06-18 17:23:15','2022-06-18 17:23:15','2022-06-18 17:23:15'),(16,'submission','7c16aeb7-5e02-41e4-8a00-b30646955eaa',87,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','6320e059','RSVP Multi-Step',0,1,'171.251.232.225','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.124 Safari/537.36 Edg/102.0.1245.44',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-06-18 17:25:57','2022-06-18 17:25:57','2022-06-18 17:25:57','2022-06-18 17:25:57'),(17,'submission','7c5fdcb6-0df6-4fcc-9473-3a4ce8fdb8b1',95,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','6320e059','RSVP Multi-Step',0,0,'58.187.173.150','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36',1,","file":"mrsimple_std.sql.gz"},"type":"debug"}
{"type":"debug","data":{"description":"1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-06-19 02:18:12','2022-06-19 02:18:12','2022-06-19 02:18:12','2022-06-19 02:18:12'),(18,'submission','1921a17c-d210-4c26-920e-c77053f3cca5',103,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','6320e059','RSVP Multi-Step',0,0,'103.199.69.106','Mozilla/5.0 (Linux; Android 10; Redmi Note 8 Build/QKQ1.200114.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/101.0.4951.41 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/371.0.0.24.109;]',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-06-27 02:21:23','2022-06-27 02:21:24','2022-06-27 02:21:23','2022-06-27 02:21:24'),(19,'submission','3e72539b-2056-49a3-9bc4-940ebca42b3f',111,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','6320e059','RSVP Multi-Step',0,0,'171.253.142.64','Mozilla/5.0 (iPhone; CPU iPhone OS 15_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/19E241 [FBAN/FBIOS;FBDV/iPhone14,3;FBMD/iPhone;FBSN/iOS;FBSV/15.4;FBSS/3;FBID/phone;FBLC/v","file":"mrsimple_std.sql.gz"},"name":"restoring"}
{"name":"restoring","data":{"description":"i_VN;FBOP/5]',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-06-27 03:09:57','2022-06-27 03:09:57','2022-06-27 03:09:57','2022-06-27 03:09:57'),(20,'submission','cb5f0e90-86ee-412a-9a21-5f202d92ef04',119,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','6320e059','RSVP Multi-Step',0,0,'8.21.11.137','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-06-27 03:53:33','2022-06-27 03:53:33','2022-06-27 03:53:33','2022-06-27 03:53:33'),(21,'submission','08f3a180-98ab-4100-8e0e-0e450e91f1c0',127,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','6320e059','RSVP Multi-Step',0,0,'183.91.31.100','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-06-27 08:35:07','2022-06-27 08:35:07','2022-06-27 08:35:07','2022-06-27 08:35:07'),(22,'submission','97500a73","file":"mrsimple_std.sql.gz"},"type":"debug"}
{"name":"restoring","data":{"description":"-7d2d-45b4-b177-eb16d35ce856',135,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','6320e059','RSVP Multi-Step',0,0,'116.106.233.36','Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 LightSpeed [FBAN/MessengerLiteForiOS;FBAV/366.1.0.27.103;FBBV/378525315;FBDV/iPhone11,2;FBMD/iPhone;FBSN/iOS;FBSV/15.0.1;FBSS/3;FBCR/;FBID/phone;FBLC/vi;FBOP/0]',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-06-27 12:18:37','2022-06-27 12:18:37','2022-06-27 12:18:37','2022-06-27 12:18:37'),(23,'submission','56da1919-f266-4252-8afd-a9380174bb0a',143,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','6320e059','RSVP Multi-Step',0,0,'118.68.99.119','Mozilla/5.0 (Linux; Android 10; SM-A600G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Mobile Safari/537.36',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-06-28 11:21:22','2022-06-28 11:21:23','2022-06-28 11:21:22','2022-06-28 11:21:23'),(24,'submission','bfdc693","file":"mrsimple_std.sql.gz"},"type":"debug"}
{"name":"restoring","data":{"file":"mrsimple_std.sql.gz","description":"7-97d0-4d7a-aa0e-93ac5e21d48f',151,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','6320e059','RSVP Multi-Step',0,0,'183.91.31.100','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-07-01 03:20:38','2022-07-01 03:20:39','2022-07-01 03:20:38','2022-07-01 03:20:39'),(25,'submission','8c21c479-9f57-4561-a7a3-5cecee007e57',159,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','6320e059','RSVP Multi-Step',0,0,'115.74.131.214','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-07-02 13:17:09','2022-07-02 13:17:10','2022-07-02 13:17:09','2022-07-02 13:17:10'),(26,'submission','854419b1-83c8-4642-9ed5-8881fd5f3d8c',167,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','6320e059','RSVP Multi-Step',0,0,'171.253.137.250','Mozil"},"type":"debug"}
{"name":"restoring","data":{"file":"mrsimple_std.sql.gz","description":"la/5.0 (iPhone; CPU iPhone OS 14_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/18D61 [FBAN/FBIOS;FBDV/iPhone10,6;FBMD/iPhone;FBSN/iOS;FBSV/14.4.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5]',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-07-04 15:30:45','2022-07-04 15:30:45','2022-07-04 15:30:45','2022-07-04 15:30:45'),(27,'submission','ecc458f4-5151-4a86-87ee-586f18f60c51',175,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','6320e059','RSVP Multi-Step',0,12,'1.55.199.200','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-07-05 15:37:45','2022-07-05 15:37:45','2022-07-05 15:37:45','2022-07-05 15:37:45'),(28,'submission','980652aa-42e4-418c-bb70-69534cdf6bf7',183,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','6320e059','RSVP Multi-Step',0,0,'27.3.129.236','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) C"},"type":"debug"}
{"type":"debug","name":"restoring","data":{"file":"mrsimple_std.sql.gz","description":"hrome/102.0.5005.132 Safari/537.36',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-07-05 16:05:58','2022-07-05 16:05:59','2022-07-05 16:05:58','2022-07-05 16:05:59'),(29,'submission','e03faf63-56c4-4b0e-9a93-599a8e3d2e27',191,352,'https://huytramwedding.wstation.online/thiep-cuoi/','Thiệp cưới','6320e059','RSVP Multi-Step',0,0,'126.45.54.203','Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 LightSpeed [FBAN/MessengerLiteForiOS;FBAV/368.1.0.26.104;FBBV/381237319;FBDV/iPhone14,3;FBMD/iPhone;FBSN/iOS;FBSV/15.5;FBSS/3;FBCR/;FBID/phone;FBLC/vi;FBOP/0]',1,1,'new',0,'{\\\"edit_post_id\\\":\\\"352\\\"}','2022-07-13 03:20:44','2022-07-13 03:20:45','2022-07-13 03:20:44','2022-07-13 03:20:45')\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_14_e_submissions` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `ws_14_e_submissions_actions_log`\n--------------\n\n--------------\n/*!40101 SET @saved_cs"}}
{"name":"restoring","data":{"file":"mrsimple_std.sql.gz","description":"_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `ws_14_e_submissions_actions_log` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n `submission_id` bigint(20) unsigned NOT NULL,\n `action_name` varchar(60) NOT NULL,\n `action_label` varchar(60) DEFAULT NULL,\n `status` varchar(20) NOT NULL,\n `log` text DEFAULT NULL,\n `created_at_gmt` datetime NOT NULL,\n `updated_at_gmt` datetime NOT NULL,\n `created_at` datetime NOT NULL,\n `updated_at` datetime NOT NULL,\n PRIMARY KEY (`id`),\n KEY `submission_id_index` (`submission_id`),\n KEY `action_name_index` (`action_name`),\n KEY `status_index` (`status`),\n KEY `created_at_gmt_index` (`created_at_gmt`),\n KEY `updated_at_gmt_index` (`updated_at_gmt`),\n KEY `created_at_index` (`created_at`),\n KEY `updated_at_index` (`updated_at`)\n) ENGINE=MyISAM AUTO_INCREMENT=30 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci\n--------------\n\n------------"},"type":"debug"}
{"type":"debug","data":{"description":"--\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `ws_14_e_submissions_actions_log` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_14_e_submissions_actions_log` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `ws_14_e_submissions_actions_log` (`id`, `submission_id`, `action_name`, `action_label`, `status`, `log`, `created_at_gmt`, `updated_at_gmt`, `created_at`, `updated_at`) VALUES (1,1,'email','Email','success',NULL,'2022-06-06 15:41:52','2022-06-06 15:41:52','2022-06-06 15:41:52','2022-06-06 15:41:52'),(2,2,'email','Email','success',NULL,'2022-06-06 16:05:20','2022-06-06 16:05:20','2022-06-06 16:05:20','2022-06-06 16:05:20'),(3,3,'email','Email','success',NULL,'2022-06-06 16:08:59','2022-06-06 16:08:59','2022-06-06 16:08:59','2022-06-06 16:08:59'),(4,4,'email','Email','success',NULL,'2022-06-06 16:11:33','2022-06-06 16:11:33','2022-06-06 16:11:33','2022-06-06 16:11:33'),(5,5,'email','Email','success',NULL,'2022-06-14 18:24:47','2","file":"mrsimple_std.sql.gz"},"name":"restoring"}
{"data":{"file":"mrsimple_std.sql.gz","description":"022-06-14 18:24:47','2022-06-14 18:24:47','2022-06-14 18:24:47'),(6,6,'email','Email','success',NULL,'2022-06-18 02:28:00','2022-06-18 02:28:00','2022-06-18 02:28:00','2022-06-18 02:28:00'),(7,7,'email','Email','success',NULL,'2022-06-18 02:34:39','2022-06-18 02:34:39','2022-06-18 02:34:39','2022-06-18 02:34:39'),(8,8,'email','Email','success',NULL,'2022-06-18 16:18:36','2022-06-18 16:18:36','2022-06-18 16:18:36','2022-06-18 16:18:36'),(9,9,'email','Email','success',NULL,'2022-06-18 16:25:06','2022-06-18 16:25:06','2022-06-18 16:25:06','2022-06-18 16:25:06'),(10,10,'email','Email','success',NULL,'2022-06-18 17:05:39','2022-06-18 17:05:39','2022-06-18 17:05:39','2022-06-18 17:05:39'),(11,11,'email','Email','success',NULL,'2022-06-18 17:07:33','2022-06-18 17:07:33','2022-06-18 17:07:33','2022-06-18 17:07:33'),(12,12,'email','Email','success',NULL,'2022-06-18 17:09:14','2022-06-18 17:09:14','2022-06-18 17:09:14','2022-06-18 17:09:14'),(13,13,'email','Email','success',NULL,'2022-06-18 17:12:12','2022-06-18 17:12:"},"name":"restoring","type":"debug"}
{"type":"debug","data":{"file":"mrsimple_std.sql.gz","description":"12','2022-06-18 17:12:12','2022-06-18 17:12:12'),(14,14,'email','Email','success',NULL,'2022-06-18 17:15:18','2022-06-18 17:15:18','2022-06-18 17:15:18','2022-06-18 17:15:18'),(15,15,'email','Email','success',NULL,'2022-06-18 17:23:15','2022-06-18 17:23:15','2022-06-18 17:23:15','2022-06-18 17:23:15'),(16,16,'email','Email','success',NULL,'2022-06-18 17:25:57','2022-06-18 17:25:57','2022-06-18 17:25:57','2022-06-18 17:25:57'),(17,17,'email','Email','success',NULL,'2022-06-19 02:18:12','2022-06-19 02:18:12','2022-06-19 02:18:12','2022-06-19 02:18:12'),(18,18,'email','Email','success',NULL,'2022-06-27 02:21:24','2022-06-27 02:21:24','2022-06-27 02:21:24','2022-06-27 02:21:24'),(19,19,'email','Email','success',NULL,'2022-06-27 03:09:57','2022-06-27 03:09:57','2022-06-27 03:09:57','2022-06-27 03:09:57'),(20,20,'email','Email','success',NULL,'2022-06-27 03:53:33','2022-06-27 03:53:33','2022-06-27 03:53:33','2022-06-27 03:53:33'),(21,21,'email','Email','success',NULL,'2022-06-27 08:35:07','2022-06-27 08:35:07','202"},"name":"restoring"}
{"type":"debug","name":"restoring","data":{"description":"2-06-27 08:35:07','2022-06-27 08:35:07'),(22,22,'email','Email','success',NULL,'2022-06-27 12:18:37','2022-06-27 12:18:37','2022-06-27 12:18:37','2022-06-27 12:18:37'),(23,23,'email','Email','success',NULL,'2022-06-28 11:21:23','2022-06-28 11:21:23','2022-06-28 11:21:23','2022-06-28 11:21:23'),(24,24,'email','Email','success',NULL,'2022-07-01 03:20:39','2022-07-01 03:20:39','2022-07-01 03:20:39','2022-07-01 03:20:39'),(25,25,'email','Email','success',NULL,'2022-07-02 13:17:10','2022-07-02 13:17:10','2022-07-02 13:17:10','2022-07-02 13:17:10'),(26,26,'email','Email','success',NULL,'2022-07-04 15:30:45','2022-07-04 15:30:45','2022-07-04 15:30:45','2022-07-04 15:30:45'),(27,27,'email','Email','success',NULL,'2022-07-05 15:37:45','2022-07-05 15:37:45','2022-07-05 15:37:45','2022-07-05 15:37:45'),(28,28,'email','Email','success',NULL,'2022-07-05 16:05:59','2022-07-05 16:05:59','2022-07-05 16:05:59','2022-07-05 16:05:59'),(29,29,'email','Email','success',NULL,'2022-07-13 03:20:45','2022-07-13 03:20:45','2022-07-13 ","file":"mrsimple_std.sql.gz"}}
{"type":"debug","data":{"description":"03:20:45','2022-07-13 03:20:45')\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_14_e_submissions_actions_log` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `ws_14_e_submissions_values`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `ws_14_e_submissions_values` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n `submission_id` bigint(20) unsigned NOT NULL DEFAULT 0,\n `key` varchar(60) DEFAULT NULL,\n `value` longtext DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `submission_id_index` (`submission_id`),\n KEY `key_index` (`key`)\n) ENGINE=MyISAM AUTO_INCREMENT=197 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 `ws_14_e_submissions_value","file":"mrsimple_std.sql.gz"},"name":"restoring"}
{"data":{"description":"s` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `ws_14_e_submissions_values` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `ws_14_e_submissions_values` (`id`, `submission_id`, `key`, `value`) VALUES (1,1,'name','Dũng'),(2,1,'email','[email protected]'),(3,1,'message','2 Người'),(4,1,'field_3','Xin lỗi tôi không thể tham gia'),(5,1,'field_1','ahii'),(6,2,'name','Huy'),(7,2,'email','[email protected]'),(8,2,'message','1 Người'),(9,2,'field_3','Tôi sẽ tham dự'),(10,2,'field_1','czxc zxc zczxc'),(11,3,'name','Huy'),(12,3,'email','[email protected]'),(13,3,'message','1 Người'),(14,3,'field_3','Tôi sẽ tham dự'),(15,3,'field_1','zxc zxczxcz zx zxczx zxc zxc x'),(16,4,'name','Huy'),(17,4,'email','[email protected]'),(18,4,'message','1 Người'),(19,4,'field_3','Tôi sẽ tham dự'),(20,4,'field_1','zxc zxczxczx cz xcz xczxczx zxcz xc c'),(21,5,'name','Huy'),(22,5,'email','[email protected]'),(23,5,'message','1 Người'),(24,5,'field_3','Tôi sẽ tham dự'),(25,5,'field_1','l dá","file":"mrsimple_std.sql.gz"},"name":"restoring","type":"debug"}
{"data":{"file":"mrsimple_std.sql.gz","description":" adas asda á cx czx zxc zxc zx czcx c'),(26,6,'name','Huy'),(27,6,'email','[email protected]'),(28,6,'message','1 Người'),(29,6,'field_3','Tôi sẽ tham dự'),(30,6,'field_1','happy'),(31,7,'name','Huy Nguyen'),(32,7,'email',''),(33,7,'message','1 Người'),(34,7,'field_3','Tôi sẽ tham dự'),(35,7,'field_1','Happu nha'),(36,8,'name','test'),(37,8,'email','[email protected]'),(38,8,'message','2 Người'),(39,8,'field_3','Xin lỗi tôi không thể tham gia'),(40,8,'field_1','test'),(41,9,'name','The King\\'s Man'),(42,9,'email','[email protected]'),(43,9,'message','1 Người'),(44,9,'field_3','Tôi sẽ tham dự'),(45,9,'field_1','test'),(46,10,'name','Dũng'),(47,10,'email','[email protected]'),(48,10,'message','2 Người'),(49,10,'field_3','Xin lỗi tôi không thể tham gia'),(50,10,'field_1','test'),(51,11,'name','The King\\'s Man'),(52,11,'email','[email protected]'),(53,11,'message','3 Người'),(54,11,'field_3','Tôi sẽ tham dự'),(55,11,'field_1','test'),(56,1"},"name":"restoring","type":"debug"}
{"type":"debug","name":"restoring","data":{"file":"mrsimple_std.sql.gz","description":"2,'name','test'),(57,12,'email','[email protected]'),(58,12,'message','3 Người'),(59,12,'field_3','Tôi sẽ tham dự'),(60,12,'field_1','hahah'),(61,13,'field_1215b74',''),(62,13,'name','Dũng'),(63,13,'email','[email protected]'),(64,13,'field_2e0ee9f',''),(65,13,'field_f0c645d','Đương nhiên rồi'),(66,13,'field_0da121d','1'),(67,13,'field_eb13337',''),(68,13,'message','ahahs'),(69,14,'field_1215b74',''),(70,14,'name','The King\\'s Man'),(71,14,'email','[email protected]'),(72,14,'field_2e0ee9f',''),(73,14,'field_f0c645d','Đương nhiên rồi'),(74,14,'field_0da121d','1'),(75,14,'field_eb13337',''),(76,14,'message','tada'),(77,15,'field_1215b74',''),(78,15,'name','Dũng'),(79,15,'email','[email protected]'),(80,15,'field_2e0ee9f',''),(81,15,'field_f0c645d','Đương nhiên rồi'),(82,15,'field_0da121d','1'),(83,15,'field_eb13337',''),(84,15,'message','ahihi'),(85,16,'field_1215b74',''),(86,16,'name','Dũng'),(87,16,'email','[email protected]'),(88,16,'field_2e0ee9f',''),(89,16,'"}}
{"type":"debug","name":"restoring","data":{"description":"field_f0c645d','Đương nhiên rồi'),(90,16,'field_0da121d','1'),(91,16,'field_eb13337',''),(92,16,'message','ahihi'),(93,17,'field_1215b74',''),(94,17,'name','Huy'),(95,17,'email','[email protected]'),(96,17,'field_2e0ee9f',''),(97,17,'field_f0c645d','Đương nhiên rồi'),(98,17,'field_0da121d','1'),(99,17,'field_eb13337',''),(100,17,'message','Happy'),(101,18,'field_1215b74',''),(102,18,'name','Cao Dung'),(103,18,'email','[email protected]'),(104,18,'field_2e0ee9f',''),(105,18,'field_f0c645d','Đương nhiên rồi'),(106,18,'field_0da121d','0'),(107,18,'field_eb13337',''),(108,18,'message','See you in your wedding. All the best things for you!'),(109,19,'field_1215b74',''),(110,19,'name','Trịnh Liên Tấn Đạt'),(111,19,'email','[email protected]'),(112,19,'field_2e0ee9f',''),(113,19,'field_f0c645d','Đương nhiên rồi'),(114,19,'field_0da121d','1'),(115,19,'field_eb13337',''),(116,19,'message','Chúc Huy Mèo hạnh phúc cùng vợ hiền, cuộc sống giàu có và thành công,","file":"mrsimple_std.sql.gz"}}
{"name":"restoring","data":{"description":" sinh con đầu lòng không gái thì trai :))))\\r\\nFrom Đạt đẹp trai with love <3'),(117,20,'field_1215b74',''),(118,20,'name','Mạc Khải Quân'),(119,20,'email','[email protected]'),(120,20,'field_2e0ee9f',''),(121,20,'field_f0c645d','Đương nhiên rồi'),(122,20,'field_0da121d','0'),(123,20,'field_eb13337',''),(124,20,'message','Cung hỷ cung hỷ.\\r\\nMau sanh quý tử.\\r\\nTrăm năm hạnh phúc.\\r\\nĐầu bạc răng long.\\r\\nVạn sự như ý.\\r\\n<3 <3 <3'),(125,21,'field_1215b74',''),(126,21,'name','Trần Thị Ái Vi'),(127,21,'email','[email protected]'),(128,21,'field_2e0ee9f',''),(129,21,'field_f0c645d','Đương nhiên rồi'),(130,21,'field_0da121d','no no cần người đi cùng nè'),(131,21,'field_eb13337',''),(132,21,'message','Chúc hai bạn trăm năm hạnh phúc và luôn có những khoảnh khắc yêu thương. Happy wedding!'),(133,22,'field_1215b74',''),(134,22,'name','Lê Thành Long'),(135,22,'email','[email protected]'),(136,22,'fie","file":"mrsimple_std.sql.gz"},"type":"debug"}
{"name":"restoring","data":{"description":"ld_2e0ee9f',''),(137,22,'field_f0c645d',''),(138,22,'field_0da121d','Không'),(139,22,'field_eb13337',''),(140,22,'message','1000 ❤️❤️❤️'),(141,23,'field_1215b74',''),(142,23,'name','Thu Đông'),(143,23,'email','[email protected]'),(144,23,'field_2e0ee9f',''),(145,23,'field_f0c645d','Đương nhiên rồi'),(146,23,'field_0da121d','0'),(147,23,'field_eb13337',''),(148,23,'message','Chúc 2 em trăm năm hạnh phúc!'),(149,24,'field_1215b74',''),(150,24,'name','Nguyễn Hồ Cẩm Tú'),(151,24,'email','[email protected]'),(152,24,'field_2e0ee9f',''),(153,24,'field_f0c645d','Đương nhiên rồi'),(154,24,'field_0da121d','0'),(155,24,'field_eb13337',''),(156,24,'message','Đang đi làm tự dưng chú rể tới thồn cơm chóa =))))\\r\\nChờ thiệp nha cặp đôi hạnh phúc <3'),(157,25,'field_1215b74',''),(158,25,'name','Họ Tên Testing'),(159,25,'email','[email protected]'),(160,25,'field_2e0ee9f',''),(161,25,'field_f0c645d','Đương nhiên rồi'),(162,25,'fi","file":"mrsimple_std.sql.gz"},"type":"debug"}
{"type":"debug","name":"restoring","data":{"file":"mrsimple_std.sql.gz","truncated":1,"description":"…"}}
{"data":{"file":"mrsimple_std.sql.gz","description":"The system removed the temporary database user “xedaptot_jmskbyr”.","username":"xedaptot_jmskbyr"},"name":"removed_temp_database_user","type":"debug"}
{"name":"restore_done","data":{"file":"mrsimple_std.sql.gz","description":"The system successfully restored the database “xedaptot_mrsimple_std” from the backup file “mrsimple_std.sql.gz”."},"type":"done"}
{"type":"info","name":"processed","data":{"file":"mrsimple_std.sql.gz"}}
{"type":"close"}